:root {
  --ink: #1a1f2c;
  --ink-2: #111621;
  --orange: #ff6b00;
  --orange-dark: #d95700;
  --steel: #4a5568;
  --mist: #eef0f3;
  --paper: #f7f8fa;
  --white: #ffffff;
  --line: rgba(26, 31, 44, .13);
  --container: 1180px;
  --shadow: 0 24px 60px rgba(17, 22, 33, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", system-ui, sans-serif; font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", system-ui, sans-serif; letter-spacing: -.035em; line-height: 1.08; }
h1 { max-width: 800px; margin-bottom: 1.5rem; font-size: clamp(2.8rem, 6.2vw, 5.9rem); font-weight: 700; }
h2 { margin-bottom: 1.4rem; font-size: clamp(2.25rem, 4.2vw, 4.35rem); font-weight: 700; }
h3 { font-size: 1.35rem; }
.container { width: min(calc(100% - 3rem), var(--container)); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 8.5rem) 0; }
.section-dark, .section-ink { color: var(--white); background: var(--ink); }
.section-ink { background: var(--ink-2); }
.skip-link { position: fixed; z-index: 999; top: 1rem; left: 1rem; padding: .75rem 1rem; color: var(--white); background: var(--orange); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(17,22,33,.95); box-shadow: 0 8px 30px rgba(0,0,0,.18); backdrop-filter: blur(16px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: .78rem; text-decoration: none; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; color: var(--ink); background: var(--orange); border-radius: 2px; font-family: "Manrope", sans-serif; font-weight: 800; }
.brand-name { color: var(--white); font-family: "Manrope", sans-serif; font-size: .9rem; font-weight: 800; letter-spacing: .075em; white-space: nowrap; }
.brand-name small { margin-left: .15rem; font-size: .65rem; color: #bbc1cc; }
.accent-letter { color: var(--orange); }
.site-nav { display: flex; align-items: center; gap: 2rem; }
.site-nav > a:not(.button) { color: #e7e9ee; font-size: .92rem; font-weight: 600; text-decoration: none; }
.site-nav > a:not(.button):hover { color: var(--orange); }
.menu-toggle { display: none; padding: .5rem; border: 0; color: white; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }

.button { display: inline-flex; min-height: 52px; padding: .85rem 1.35rem; align-items: center; justify-content: center; gap: .65rem; border: 1px solid var(--orange); color: var(--ink); background: var(--orange); font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { background: #ff8127; box-shadow: 0 12px 28px rgba(255,107,0,.24); transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .site-nav a:focus-visible, input:focus-visible, textarea:focus-visible, .menu-toggle:focus-visible { outline: 3px solid rgba(255,107,0,.45); outline-offset: 3px; }
.button-small { min-height: 42px; padding: .58rem 1rem; font-size: .86rem; }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: .65rem; color: var(--white); font-weight: 700; text-decoration: none; }
.text-link span { color: var(--orange); font-size: 1.2rem; transition: transform .2s; }
.text-link:hover span { transform: translateY(4px); }
.text-link.light { margin-top: 1rem; }

.hero { position: relative; min-height: 860px; overflow: hidden; background: var(--ink-2); }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("operations-hero.webp") center / cover no-repeat; }
.hero-shade { background: linear-gradient(90deg, rgba(12,16,24,.98) 0%, rgba(12,16,24,.93) 38%, rgba(12,16,24,.38) 73%, rgba(12,16,24,.18) 100%), linear-gradient(0deg, rgba(12,16,24,.8) 0%, transparent 44%); }
.hero-inner { position: relative; z-index: 1; display: flex; min-height: 860px; padding-top: 142px; padding-bottom: 70px; flex-direction: column; justify-content: space-between; }
.hero-copy { max-width: 850px; }
.eyebrow { display: flex; margin-bottom: 1.5rem; align-items: center; gap: .7rem; color: #c9ced7; font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: var(--orange); }
.eyebrow.dark { color: var(--steel); }
.hero-lead { max-width: 700px; margin-bottom: 2rem; color: #d7dbe2; font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 1.8rem; flex-wrap: wrap; }
.hero-proof { display: flex; max-width: 760px; padding-top: 2.25rem; align-items: flex-start; justify-content: space-between; gap: 2rem; border-top: 1px solid rgba(255,255,255,.2); }
.hero-proof > p { max-width: 195px; margin: 0; color: #d4d8df; font-size: .92rem; }
.proof-grid { display: grid; flex: 1; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.proof-grid div { display: flex; flex-direction: column; }
.proof-grid strong { color: var(--white); font-family: "Manrope", sans-serif; font-size: .92rem; }
.proof-grid span { color: #aab1bd; font-size: .78rem; }

.pressure-strip { color: var(--white); background: var(--orange); }
.pressure-grid { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 1rem; }
.pressure-grid p { margin: 0; color: var(--ink); font-family: "Manrope", sans-serif; font-size: .8rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.pressure-grid span { width: 4px; height: 4px; background: var(--ink); border-radius: 50%; opacity: .5; }

.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.section-heading > p:last-child, .solution-copy > p, .light-heading > p:last-child { max-width: 630px; color: var(--steel); font-size: 1.08rem; }
.problem-list { border-top: 1px solid var(--line); }
.problem-list article { display: grid; padding: 1.35rem .25rem; grid-template-columns: 50px 1fr; gap: 1rem; border-bottom: 1px solid var(--line); }
.problem-list span { color: var(--orange); font-size: .8rem; font-weight: 700; }
.problem-list p { margin: 0; font-weight: 500; }

.solution-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.solution-number { color: rgba(255,255,255,.04); font-family: "Manrope", sans-serif; font-size: clamp(10rem, 24vw, 22rem); font-weight: 800; line-height: .8; letter-spacing: -.1em; }
.solution-copy > p { color: #b9c0cb; }

.section-heading.compact { max-width: 760px; margin-bottom: 3.4rem; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 340px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { position: relative; z-index: 1; border-color: transparent; box-shadow: var(--shadow); transform: translateY(-6px); }
.service-card.featured { color: var(--white); background: var(--ink); }
.service-card.featured p { color: #bdc4cf; }
.service-top { display: flex; margin-bottom: 4rem; align-items: center; justify-content: space-between; }
.service-num { color: var(--orange); font-size: .78rem; font-weight: 700; }
.service-icon { display: grid; width: 40px; height: 40px; place-items: center; color: var(--orange); border: 1px solid rgba(74,85,104,.25); border-radius: 50%; font-size: 1.2rem; }
.service-card h3 { margin-bottom: 1rem; }
.service-card p { margin: 0; color: var(--steel); font-size: .95rem; }
.service-card.wide { display: grid; min-height: 240px; grid-column: 1 / -1; grid-template-columns: .45fr 1.15fr .75fr; gap: 2rem; align-items: center; }
.service-card.wide .service-top { margin: 0; align-self: stretch; }
.card-link { justify-self: end; color: var(--orange-dark); font-weight: 700; text-decoration: none; }
.card-link span { margin-left: .5rem; }

.light-heading > p:last-child { color: #aeb5c0; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.14); }
.process-step { min-height: 330px; padding: 2.4rem; background: var(--ink-2); }
.step-label { color: var(--orange); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.process-step h3 { margin: 5.5rem 0 1rem; font-size: 2rem; }
.process-step p { margin: 0; color: #aeb5c0; }

.fit-panel { padding: clamp(2rem, 4vw, 3.5rem); color: var(--white); background: var(--ink); box-shadow: 18px 18px 0 var(--orange); }
.fit-label { color: var(--orange); font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.fit-panel ul { margin: 1.8rem 0 0; padding: 0; list-style: none; }
.fit-panel li { display: grid; padding: 1rem 0; grid-template-columns: 28px 1fr; gap: .7rem; color: #d4d8df; border-top: 1px solid rgba(255,255,255,.1); }
.fit-panel li span { color: var(--orange); font-weight: 800; }

.outcomes { background: var(--mist); }
.outcomes-heading { display: flex; margin-bottom: 4rem; align-items: end; justify-content: space-between; gap: 3rem; }
.outcomes-heading h2 { max-width: 750px; margin-bottom: 0; }
.outcomes-heading .eyebrow { min-width: max-content; }
.outcome-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(26,31,44,.2); border-left: 1px solid rgba(26,31,44,.2); }
.outcome-list article { min-height: 260px; padding: 2rem; border-right: 1px solid rgba(26,31,44,.2); border-bottom: 1px solid rgba(26,31,44,.2); }
.outcome-list span { color: var(--orange-dark); font-size: .78rem; font-weight: 700; }
.outcome-list h3 { margin: 4rem 0 .8rem; }
.outcome-list p { margin: 0; color: var(--steel); }

.contact { position: relative; padding: clamp(5rem, 9vw, 8.5rem) 0; overflow: hidden; }
.contact-glow { position: absolute; right: -10%; bottom: -50%; width: 700px; height: 700px; background: radial-gradient(circle, rgba(255,107,0,.19), transparent 65%); }
.contact-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.contact-copy > p { max-width: 570px; color: #b9c0cb; font-size: 1.08rem; }
.contact-note { display: flex; margin-top: 2.6rem; padding-top: 1.5rem; gap: 1rem; border-top: 1px solid rgba(255,255,255,.15); }
.contact-note > span { color: var(--orange); font-size: 1.5rem; }
.contact-note p { margin: 0; color: #adb4c0; font-size: .9rem; }
.contact-note strong { color: var(--white); }
.contact-form { padding: clamp(1.6rem, 4vw, 2.7rem); color: var(--ink); background: var(--white); box-shadow: 0 30px 70px rgba(0,0,0,.25); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: block; margin-bottom: 1rem; font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: .45rem; padding: .82rem .9rem; border: 1px solid #cbd0d8; border-radius: 0; color: var(--ink); background: #fbfbfc; transition: border-color .2s, box-shadow .2s; }
.contact-form input { min-height: 49px; }
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,107,0,.12); outline: 0; }
.contact-form .invalid { border-color: #c9362d; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-status { min-height: 1.5em; margin: .8rem 0 0; color: var(--steel); font-size: .9rem; }
.form-status.success { color: #1c6a42; }
.form-status.error { color: #a32620; }
.form-privacy { margin: .25rem 0 0; color: #707887; font-size: .76rem; text-align: center; }

.site-footer { padding: 2rem 0; color: var(--white); background: #0c1018; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; align-items: center; }
.footer-grid > p { margin: 0; color: #9098a6; font-size: .8rem; }
.copyright { text-align: right; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { transition-duration: .01ms !important; }
}

@media (max-width: 900px) {
  .container { width: min(calc(100% - 2rem), var(--container)); }
  .site-header { background: rgba(17,22,33,.96); }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 78px 0 auto; display: none; padding: 1.5rem; flex-direction: column; align-items: stretch; gap: .3rem; background: var(--ink-2); border-top: 1px solid rgba(255,255,255,.1); box-shadow: 0 20px 40px rgba(0,0,0,.28); }
  .site-nav.open { display: flex; }
  .site-nav > a:not(.button) { padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero, .hero-inner { min-height: 810px; }
  .hero-image { background-position: 66% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(12,16,24,.97) 0%, rgba(12,16,24,.84) 65%, rgba(12,16,24,.52) 100%), linear-gradient(0deg, rgba(12,16,24,.92), transparent 60%); }
  .hero-proof { flex-direction: column; }
  .proof-grid { width: 100%; grid-template-columns: repeat(2, 1fr); }
  .pressure-grid { min-height: auto; padding-block: 1.2rem; flex-wrap: wrap; justify-content: center; }
  .pressure-grid p { width: 42%; text-align: center; }
  .pressure-grid span { display: none; }
  .split-layout, .solution-grid, .contact-grid { grid-template-columns: 1fr; }
  .solution-number { display: none; }
  .services-grid, .outcome-list { grid-template-columns: repeat(2, 1fr); }
  .service-card.wide { grid-template-columns: 1fr 1.5fr; }
  .service-card.wide .card-link { grid-column: 2; justify-self: start; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: auto; }
  .process-step h3 { margin-top: 2.8rem; }
  .outcomes-heading { display: block; }
  .outcomes-heading .eyebrow { margin-bottom: 1.5rem; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid .brand { justify-content: center; }
  .copyright { text-align: center; }
}

@media (max-width: 620px) {
  h1 { font-size: clamp(2.55rem, 12vw, 3.8rem); }
  .brand-name { font-size: .76rem; }
  .brand-mark { width: 34px; height: 34px; }
  .hero { min-height: 820px; }
  .hero-inner { min-height: 820px; padding-top: 124px; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 1.1rem; }
  .hero-actions .text-link { padding: .5rem 0; justify-content: center; }
  .services-grid, .outcome-list { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card.wide { grid-template-columns: 1fr; }
  .service-card.wide .service-top { min-height: 60px; }
  .service-card.wide .card-link { grid-column: 1; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .pressure-grid p { width: 100%; }
  .fit-panel { box-shadow: 10px 10px 0 var(--orange); }
}
