:root {
  --charcoal: #2a3135;
  --slate: #3e4a59;
  --arena: #cbbd93;
  --white: #ffffff;
  --text: #444444;
  --muted: #707b89;
  --surface: #f6f7f8;
  --border: #d9dee3;
  --heading: "Open Sans", Arial, sans-serif;
  --body: "Nunito Sans", Arial, sans-serif;
  --shadow: 0 16px 38px rgba(42, 49, 53, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--charcoal); font-family: var(--heading); line-height: 1.15; letter-spacing: -0.035em; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(2.75rem, 5.2vw, 5.35rem); font-weight: 600; }
h2 { max-width: 710px; margin-bottom: 20px; font-size: clamp(2.1rem, 3.6vw, 3.55rem); font-weight: 600; }
h3 { margin-bottom: 10px; font-size: 1.25rem; font-weight: 600; }
p { margin-bottom: 0; }
.container { width: min(1150px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 10; padding: 10px 16px; background: var(--charcoal); color: var(--white); }
.skip-link:focus { top: 20px; }
.site-header { position: fixed; z-index: 20; top: 0; left: 0; width: 100%; padding: 9px 0; border-bottom: 1px solid rgba(42, 49, 53, .12); background: rgba(255, 255, 255, .96); backdrop-filter: blur(14px); }
.header-inner, .footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: min(230px, 42vw); height: auto; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 23px; border: 1px solid var(--charcoal); border-radius: 2px; background: var(--charcoal); color: var(--white); font-family: var(--heading); font-size: 0.92rem; font-weight: 600; letter-spacing: 0.01em; line-height: 1; text-decoration: none; transition: background-color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { border-color: var(--slate); background: var(--slate); transform: translateY(-1px); }
.button:focus-visible, input:focus-visible, textarea:focus-visible, a:focus-visible { outline: 3px solid var(--arena); outline-offset: 3px; }
.button--small { min-height: 44px; padding: 11px 17px; font-size: .82rem; }
.hero { position: relative; min-height: 690px; overflow: hidden; padding: 154px 0 100px; background: linear-gradient(110deg, #fff 0%, #fff 53%, #f6f7f8 53%, #f6f7f8 100%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(310px, .7fr); align-items: center; gap: 55px; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { margin-bottom: 16px; color: var(--slate); font-family: var(--heading); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-lede { max-width: 615px; margin-bottom: 32px; color: #505a62; font-size: clamp(1.1rem, 1.6vw, 1.31rem); line-height: 1.6; }
.supporting-line { max-width: 480px; margin-top: 25px; color: var(--muted); font-size: .94rem; }
.hero-art { position: relative; min-height: 390px; overflow: hidden; border-radius: 2px; background: var(--charcoal); box-shadow: var(--shadow); }
.hero-vision { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; object-fit: cover; object-position: center; opacity: 1; filter: saturate(.55) contrast(1.06); }
.section { padding: 112px 0; }
.section--soft { background: var(--charcoal); }
.section-intro { max-width: 720px; }
.section-intro > p:last-child { color: #59636b; font-size: 1.07rem; }
.card-grid { display: grid; gap: 18px; margin-top: 50px; }
.card-grid--three { grid-template-columns: repeat(3, 1fr); }
.card { min-height: 238px; padding: 28px; border: 1px solid rgba(216, 221, 224, .18); background: rgba(255, 255, 255, .045); box-shadow: none; }
.card-number, .capability > span { color: var(--arena); font-family: var(--heading); font-size: 1.15rem; font-weight: 700; letter-spacing: .08em; }
.card h3 { margin-top: 38px; }
.card p, .capability p, .steps p { color: #cbd1d4; font-size: .97rem; }
.section--soft h2, .section--soft h3 { color: var(--white); }
.section--soft .section-intro > p:last-child { color: #d8dde0; }
.section--soft .eyebrow { color: var(--arena); }
.split-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.section-intro--sticky { position: sticky; top: 35px; }
.capability-list { border-top: 1px solid var(--border); }
.capability { display: grid; grid-template-columns: 70px 1fr; gap: 18px; padding: 30px 0; border-bottom: 1px solid rgba(216, 221, 224, .22); }
.capability h3 { margin-bottom: 8px; }
.section--dark { background: var(--charcoal); }
.section-intro--light h2, .section-intro--light h3 { color: var(--white); }
.section-intro--light > p:last-child { color: #d8dde0; }
.eyebrow--arena { color: var(--arena); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 23px; padding: 0; margin: 58px 0 0; list-style: none; }
.steps li { padding-top: 22px; border-top: 1px solid rgba(203, 189, 147, .8); }
.steps span { display: block; margin-bottom: 31px; color: var(--arena); font-family: var(--heading); font-size: 1.15rem; font-weight: 700; }
.steps h3 { color: var(--white); }
.steps p { color: #cbd1d4; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.contact-form { padding: 34px; background: var(--surface); }
.form-field { margin-bottom: 19px; }
label { display: block; margin-bottom: 7px; color: var(--charcoal); font-family: var(--heading); font-size: .84rem; font-weight: 600; }
input, textarea { width: 100%; border: 1px solid var(--border); border-radius: 0; background: var(--white); color: var(--charcoal); font: inherit; line-height: 1.4; }
input { min-height: 46px; padding: 10px 12px; }
textarea { min-height: 118px; padding: 11px 12px; resize: vertical; }
.form-status { display: none; margin-top: 18px; color: var(--slate); font-size: .9rem; }
.form-status.is-visible { display: block; }
.email-alternative { margin-top: 21px; color: var(--muted); font-size: .9rem; }
.email-alternative a { color: var(--charcoal); font-weight: 700; }
.site-footer { padding: 24px 0; background: #23292c; color: #d9dee3; }
.site-footer img { width: 178px; height: auto; }
.site-footer p { font-size: .83rem; }

@media (max-width: 860px) {
  .hero { min-height: 0; padding: 128px 0 70px; background: linear-gradient(155deg, #fff 0%, #fff 63%, #f6f7f8 63%, #f6f7f8 100%); }
  .hero-grid, .split-layout, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-art { min-height: 300px; max-width: 520px; width: 100%; margin: -10px auto 0; }
  .section-intro--sticky { position: static; }
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  body { font-size: 15px; }
  .container { width: min(100% - 32px, 1150px); }
  .site-header { padding: 7px 0; }
  .button--small { padding: 10px 12px; font-size: .72rem; }
  .hero { padding-top: 108px; }
  .brand img { width: min(190px, 47vw); }
  .hero-art { min-height: 235px; }
  .section { padding: 76px 0; }
  .card-grid--three, .steps { grid-template-columns: 1fr; }
  .card { min-height: auto; }
  .contact-form { padding: 24px 19px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
.form-status.is-success { color: #2d6a4f; }
.form-status.is-error { color: #a33a32; }


