:root {
    --ink: #12211d;
    --ink-soft: #1b302a;
    --paper: #f6f3ea;
    --paper-deep: #ebe6da;
    --white: #fffdf8;
    --orange: #f5a623;
    --orange-deep: #db8610;
    --sage: #9eb6a9;
    --muted: #68736d;
    --line: rgba(18, 33, 29, .14);
    --shell: min(1180px, calc(100vw - 48px));
    --display: "Manrope", sans-serif;
    --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--body);
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
svg { display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 18px; top: -60px; background: var(--orange); color: var(--ink); padding: 10px 16px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    border-bottom: 1px solid rgba(255,255,255,.08);
    transition: background .25s, box-shadow .25s;
}
.site-header.scrolled { background: rgba(18,33,29,.94); backdrop-filter: blur(16px); box-shadow: 0 8px 30px rgba(0,0,0,.16); }
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; color: var(--white); text-decoration: none; }
.brand-logo { display: block; width: 170px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a { color: rgba(255,255,255,.75); text-decoration: none; font-size: 14px; font-weight: 600; transition: color .2s; }
.site-nav a:hover { color: white; }
.site-nav .nav-cta { color: var(--ink); background: var(--orange); padding: 11px 18px; border-radius: 3px; }
.site-nav .nav-cta:hover { color: var(--ink); background: #ffb63d; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px 0 10px 14px; }
.nav-toggle span:not(.sr-only) { display: block; width: 27px; height: 2px; margin: 5px 0; background: white; }

.hero { min-height: 900px; position: relative; overflow: hidden; padding: 180px 0 0; background: var(--ink); color: var(--white); }
.hero-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black 0%, transparent 75%); }
.hero-glow { position: absolute; width: 760px; height: 760px; right: -240px; top: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(245,166,35,.17), transparent 67%); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.hero-copy { max-width: 680px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--orange); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--orange-deep); }
.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(52px, 6.2vw, 84px); font-weight: 700; line-height: 1.03; letter-spacing: -.055em; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lede { max-width: 630px; margin: 30px 0 0; color: rgba(255,255,255,.67); font-size: 20px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 13px 22px; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 700; line-height: 1.2; text-decoration: none; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-primary { background: var(--orange); color: var(--ink); }
.button-primary:hover { background: #ffb63d; }
.button-light { background: var(--white); color: var(--ink); }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: white; font-size: 14px; font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.35); }
.text-link span { color: var(--orange); }

.system-map { position: relative; width: 100%; aspect-ratio: 1.05; max-width: 560px; margin-left: auto; }
.map-label { position: absolute; top: 4%; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.42); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.map-core { position: absolute; z-index: 3; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 170px; height: 170px; display: grid; place-content: center; justify-items: center; gap: 8px; border: 1px solid rgba(245,166,35,.5); border-radius: 50%; background: rgba(18,33,29,.94); box-shadow: 0 0 0 24px rgba(245,166,35,.04), 0 0 80px rgba(245,166,35,.12); }
.map-logo { width: 112px; height: auto; }
.map-core strong { font-family: var(--display); font-size: 13px; }
.map-node { position: absolute; z-index: 2; min-width: 150px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.055); backdrop-filter: blur(8px); color: rgba(255,255,255,.82); font-size: 12px; font-weight: 600; }
.map-node span { color: var(--orange); margin-right: 8px; font-size: 10px; }
.node-field { left: 0; top: 15%; }
.node-orders { right: 0; top: 18%; }
.node-data { left: 0; bottom: 14%; }
.node-billing { right: 0; bottom: 15%; }
.map-lines { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(245,166,35,.42); stroke-width: 1.2; stroke-dasharray: 4 6; }
.trust-row { position: relative; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 105px; border-top: 1px solid rgba(255,255,255,.12); }
.trust-row div { display: flex; gap: 14px; align-items: center; padding: 29px 28px 30px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-row div:first-child { padding-left: 0; }
.trust-row div:last-child { border-right: 0; }
.trust-row strong { color: var(--orange); font-family: var(--display); font-size: 22px; }
.trust-row span { color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.4; }

.section { padding: 125px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; column-gap: 70px; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2, .proof-intro h2, .continuity-copy h2, .stewardship h2, .contact h2 { margin: 0; font-family: var(--display); font-size: clamp(38px, 4.8vw, 62px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p:last-child, .proof-intro > p:last-child { margin: 0 0 7px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 62px; }
.service-card { position: relative; min-height: 525px; padding: 38px 34px; background: var(--white); border: 1px solid var(--line); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(18,33,29,.1); }
.service-card.featured { background: var(--ink-soft); color: white; }
.card-number { position: absolute; right: 24px; top: 18px; color: rgba(18,33,29,.08); font-family: var(--display); font-size: 72px; font-weight: 800; line-height: 1; }
.featured .card-number { color: rgba(255,255,255,.07); }
.card-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 78px; background: rgba(245,166,35,.12); color: var(--orange-deep); }
.featured .card-icon { background: var(--orange); color: var(--ink); }
.card-icon svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 15px; font-family: var(--display); font-size: 25px; letter-spacing: -.03em; }
.service-card p { color: var(--muted); font-size: 15px; }
.featured p { color: rgba(255,255,255,.62); }
.service-card ul { margin: 25px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.featured ul { border-color: rgba(255,255,255,.12); }
.service-card li { position: relative; padding: 5px 0 5px 18px; font-size: 13px; font-weight: 600; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 14px; width: 6px; height: 6px; background: var(--orange); border-radius: 50%; }
.card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: var(--ink); font-size: 13px; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(18,33,29,.25); }
.card-link span { color: var(--orange-deep); }
.featured .card-link { color: white; border-color: rgba(255,255,255,.3); }

.continuity { padding: 125px 0; background: var(--ink); color: white; overflow: hidden; }
.continuity-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.continuity-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.continuity-visual::before { content: ""; position: absolute; width: 450px; height: 450px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.018), 0 0 0 120px rgba(255,255,255,.012); }
.code-window { position: relative; z-index: 2; width: 100%; max-width: 520px; background: #0b1512; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 28px 70px rgba(0,0,0,.35); }
.window-bar { display: flex; align-items: center; gap: 7px; padding: 12px 15px; border-bottom: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.35); font: 10px monospace; }
.window-bar i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.2); }
.window-bar i:first-child { background: var(--orange); }
.window-bar span { margin-left: auto; }
.code-body { padding: 28px 24px; font: 14px/2.2 monospace; }
.code-body div { display: flex; gap: 24px; }
.code-body b { color: rgba(255,255,255,.2); font-weight: 400; }
.code-body i { color: var(--orange); font-style: normal; }
.code-body em { color: #b7d3c7; font-style: normal; }
.code-muted { color: rgba(255,255,255,.3); }
.status-pill { position: absolute; z-index: 3; right: -8px; bottom: 58px; padding: 11px 15px; background: var(--white); color: var(--ink); box-shadow: 0 12px 35px rgba(0,0,0,.3); font-size: 11px; font-weight: 700; }
.status-pill span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #40ad74; }
.continuity-copy h2 { margin-bottom: 28px; }
.continuity-copy > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.continuity-copy .button { margin-top: 22px; }

.proof { background: var(--paper-deep); }
.proof-intro { max-width: 800px; }
.proof-intro > p:last-child { max-width: 660px; margin-top: 23px; }
.credibility-strip { margin: 36px 0 0; padding: 18px 22px; border-left: 3px solid var(--orange); background: rgba(255,255,255,.48); color: #43504b; font-size: 14px; font-weight: 600; }
.proof-grid { display: grid; grid-template-columns: 1.55fr 1fr; grid-template-rows: 1fr 1fr; gap: 18px; margin-top: 60px; }
.proof-card { padding: 38px; background: var(--white); border: 1px solid var(--line); }
.proof-card-large { grid-row: 1 / 3; min-height: 520px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--ink-soft); color: white; }
.proof-card.accent { background: var(--orange); }
.proof-label { margin: 0 0 auto; color: var(--orange-deep); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.proof-card-large .proof-label { color: var(--orange); }
.proof-card h3 { margin: 10px 0 12px; font-family: var(--display); font-size: 27px; line-height: 1.2; letter-spacing: -.035em; }
.proof-card-large h3 { max-width: 550px; font-size: clamp(35px, 4vw, 52px); }
.proof-card p:not(.proof-label) { margin: 0; color: var(--muted); font-size: 15px; }
.proof-card-large p:not(.proof-label) { max-width: 590px; color: rgba(255,255,255,.6); }
.proof-card.accent p, .proof-card.accent .proof-label { color: rgba(18,33,29,.78); }
.flow { display: flex; align-items: center; margin-top: 42px; color: rgba(255,255,255,.64); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.flow i { flex: 1; height: 1px; margin: 0 10px; background: rgba(245,166,35,.42); }
.proof-source { display: flex; justify-content: space-between; gap: 20px; margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.78); font-size: 12px; font-weight: 700; text-decoration: none; }
.proof-source span { color: var(--orange); font-size: 10px; letter-spacing: .08em; }
.proof-source:hover { color: white; }

.approach-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.approach .section-heading { display: block; }
.approach .section-heading > p:last-child { margin-top: 25px; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 60px 1fr; gap: 18px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.steps > li > span { color: var(--orange-deep); font: 700 12px var(--display); }
.steps h3 { margin: 0 0 8px; font: 700 21px var(--display); letter-spacing: -.025em; }
.steps p { margin: 0; color: var(--muted); font-size: 15px; }

.stewardship { padding: 80px 0; background: var(--orange); }
.stewardship-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.stewardship .eyebrow { color: var(--ink); }
.stewardship h2 { font-size: clamp(36px, 4vw, 54px); }
.stewardship p { margin: 0 0 24px; color: rgba(18,33,29,.75); }
.text-link.light { color: var(--ink); border-color: rgba(18,33,29,.3); }
.text-link.light span { color: var(--ink); }

.contact { padding: 110px 0; background: var(--paper); }
.contact-card { display: grid; grid-template-columns: .84fr 1.16fr; min-height: 580px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 28px 80px rgba(18,33,29,.08); }
.contact-copy { display: flex; flex-direction: column; padding: 58px 55px; }
.contact-copy h2 { max-width: 630px; }
.contact-copy > p:last-child { max-width: 650px; margin: 25px 0 0; color: var(--muted); }
.voicemail-option { margin-top: auto; padding-top: 45px; border-top: 1px solid var(--line); }
.voicemail-option p { margin: 0; color: var(--orange-deep); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.voicemail-option a { display: block; margin: 8px 0 12px; color: var(--ink); font: 700 29px var(--display); letter-spacing: -.04em; text-decoration: none; }
.voicemail-option a:hover { color: var(--orange-deep); }
.voicemail-option span { display: block; color: var(--muted); font-size: 12px; line-height: 1.55; }
.contact-form-wrap { padding: 55px; background: var(--ink-soft); color: white; }
.contact-form { position: relative; }
.contact-form label { display: block; }
.contact-form label > span { display: block; margin-bottom: 8px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; }
.contact-form label small { color: rgba(255,255,255,.38); font-size: 10px; font-weight: 500; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form input, .contact-form textarea { width: 100%; margin: 0 0 19px; border: 1px solid rgba(255,255,255,.16); border-radius: 2px; outline: none; background: rgba(255,255,255,.055); color: white; font: 15px var(--body); transition: border-color .2s, background .2s; }
.contact-form input { height: 49px; padding: 0 14px; }
.contact-form textarea { min-height: 148px; padding: 13px 14px; line-height: 1.5; resize: vertical; }
.contact-form textarea::placeholder { color: rgba(255,255,255,.28); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--orange); background: rgba(255,255,255,.08); }
.form-submit { border: 0; cursor: pointer; }
.form-expectation { margin: 14px 0 0; color: rgba(255,255,255,.4); font-size: 11px; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-notice { margin-bottom: 24px; padding: 15px 17px; border-left: 3px solid var(--orange); background: rgba(255,255,255,.08); }
.form-notice strong, .form-notice span { display: block; }
.form-notice strong { font: 700 15px var(--display); }
.form-notice span { margin-top: 3px; color: rgba(255,255,255,.62); font-size: 12px; }
.form-notice a { color: white; }
.form-notice.error { border-color: #e97768; }

.site-footer { padding: 38px 0; background: #0b1512; color: white; }
.footer-layout { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; }
.footer-brand .brand-logo { width: 150px; }
.site-footer p { margin: 0; color: rgba(255,255,255,.42); font-size: 11px; }
.site-footer p a { color: inherit; text-decoration: none; }
.site-footer p a:hover { color: var(--orange); }

/* Search-focused service pages */
.service-page .site-header { background: rgba(18,33,29,.97); }
.service-hero { position: relative; overflow: hidden; padding: 178px 0 110px; background: var(--ink); color: var(--white); }
.service-hero-inner { position: relative; z-index: 2; max-width: 980px; }
.breadcrumbs { display: flex; gap: 10px; margin-bottom: 48px; color: rgba(255,255,255,.48); font-size: 12px; }
.breadcrumbs a { color: rgba(255,255,255,.7); text-decoration: none; }
.service-hero h1 { max-width: 900px; margin: 0; font-family: var(--display); font-size: clamp(48px, 6.3vw, 82px); font-weight: 700; line-height: 1.04; letter-spacing: -.055em; }
.service-lede { max-width: 830px; margin: 30px 0 36px; color: rgba(255,255,255,.68); font-size: 21px; line-height: 1.65; }
.service-content-section { padding: 110px 0; }
.service-two-column { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.service-two-column h2, .service-fit h2, .related-services h2, .service-cta h2 { margin: 0; font-family: var(--display); font-size: clamp(38px, 4.5vw, 58px); line-height: 1.08; letter-spacing: -.045em; }
.service-two-column > div > p:last-child { margin-top: 25px; color: var(--muted); }
.signal-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.signal-list li { position: relative; padding: 22px 12px 22px 40px; border-bottom: 1px solid var(--line); color: #43504b; font-size: 15px; }
.signal-list li::before { content: ""; position: absolute; left: 10px; top: 31px; width: 8px; height: 8px; background: var(--orange); border-radius: 50%; }
.service-detail-section { padding: 30px 0 110px; }
.service-details { border-top: 1px solid var(--line); }
.service-details article { display: grid; grid-template-columns: 100px 1fr; gap: 30px; padding: 55px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.service-details article > span { color: var(--orange-deep); font: 700 13px var(--display); }
.service-details article > div { display: grid; grid-template-columns: .7fr 1fr; gap: 70px; }
.service-details h2 { margin: 0; font: 700 31px/1.15 var(--display); letter-spacing: -.035em; }
.service-details p { margin: 0; color: var(--muted); }
.service-fit { padding: 105px 0; background: var(--ink-soft); color: white; }
.service-fit-inner { display: grid; grid-template-columns: 1fr .85fr; gap: 90px; align-items: end; }
.service-fit .eyebrow { grid-column: 1 / -1; margin-bottom: -50px; }
.service-fit p:last-child { margin: 0; color: rgba(255,255,255,.62); }
.related-services { padding: 110px 0; background: var(--paper-deep); }
.related-services h2 { max-width: 700px; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 50px; }
.related-grid a { display: flex; flex-direction: column; min-height: 250px; padding: 35px; background: var(--white); border: 1px solid var(--line); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.related-grid a:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(18,33,29,.09); }
.related-grid strong { font: 700 24px var(--display); }
.related-grid span { margin: 15px 0 25px; color: var(--muted); font-size: 14px; }
.related-grid em { margin-top: auto; color: var(--orange-deep); font-size: 13px; font-style: normal; font-weight: 700; }
.service-cta { padding: 105px 0; }
.service-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 75px; align-items: center; }
.service-cta p:not(.eyebrow) { max-width: 760px; color: var(--muted); }
.service-cta-inner > div:last-child { display: flex; flex-direction: column; align-items: stretch; gap: 14px; }
.service-phone { color: var(--muted); font-size: 12px; text-align: center; text-decoration: none; }

/* Anderson Quarries case study */
.case-study-callout { padding: 90px 0; background: var(--white); border-bottom: 1px solid var(--line); }
.case-study-callout-inner { display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: center; }
.case-study-callout h2 { max-width: 800px; margin: 0; font: 700 clamp(34px, 4vw, 50px)/1.1 var(--display); letter-spacing: -.045em; }
.case-study-callout p:not(.eyebrow) { max-width: 800px; margin-bottom: 0; color: var(--muted); }

.case-hero { position: relative; overflow: hidden; padding: 164px 0 92px; background: var(--ink); color: var(--white); }
.case-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.18fr .82fr; gap: 75px; align-items: end; }
.case-hero-copy h1 { max-width: 900px; margin: 0; font: 700 clamp(48px, 5.7vw, 76px)/1.04 var(--display); letter-spacing: -.055em; }
.case-hero .breadcrumbs { margin-bottom: 42px; }
.case-hero .breadcrumbs a:last-of-type { color: rgba(255,255,255,.7); }
.case-hero .service-lede { font-size: 19px; }
.case-hero-note { max-width: 820px; margin: 24px 0 0; padding-left: 18px; border-left: 2px solid var(--orange); color: rgba(255,255,255,.84); font-weight: 600; }
.operation-map { padding: 30px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.045); backdrop-filter: blur(8px); }
.operation-map-title { margin-bottom: 25px; color: var(--orange); font: 700 11px var(--display); letter-spacing: .15em; text-transform: uppercase; }
.operation-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 9px; }
.operation-flow span { padding: 14px 8px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.86); font-size: 11px; font-weight: 700; text-align: center; }
.operation-flow i { color: var(--orange); font-style: normal; }
.operation-links { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 9px; }
.operation-links span { padding: 10px; border: 1px solid rgba(245,166,35,.28); color: rgba(255,255,255,.58); font-size: 10px; font-weight: 600; text-align: center; }

.case-proof-strip { background: var(--orange); }
.case-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.case-proof-grid div { min-height: 150px; padding: 30px 26px; border-right: 1px solid rgba(18,33,29,.17); }
.case-proof-grid div:first-child { padding-left: 0; }
.case-proof-grid div:last-child { border-right: 0; }
.case-proof-grid strong, .case-proof-grid span { display: block; }
.case-proof-grid strong { margin-bottom: 8px; font: 700 17px var(--display); }
.case-proof-grid span { color: rgba(18,33,29,.68); font-size: 12px; line-height: 1.5; }

.case-section { padding: 115px 0; background: var(--paper); }
.case-story-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 105px; align-items: start; }
.case-section-heading h2 { margin: 0; font: 700 clamp(38px, 4.7vw, 60px)/1.08 var(--display); letter-spacing: -.045em; }
.case-section-heading.compact { max-width: 850px; }
.case-section-heading.compact > p:last-child { max-width: 720px; margin-top: 25px; color: var(--muted); }
.case-prose { color: #43504b; font-size: 18px; }
.case-prose p { margin: 0 0 24px; }
.case-prose p:last-child { margin-bottom: 0; }
.case-prose strong { color: var(--ink); }

.case-capabilities { background: var(--paper-deep); }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 58px; background: var(--line); border: 1px solid var(--line); }
.capability-grid > div { min-height: 250px; padding: 32px; background: var(--white); }
.capability-grid span { display: block; margin-bottom: 50px; color: var(--orange-deep); font: 700 11px var(--display); }
.capability-grid strong { display: block; font: 700 21px var(--display); letter-spacing: -.025em; }
.capability-grid p { margin: 12px 0 0; color: var(--muted); font-size: 14px; }

.case-timeline-section { padding: 115px 0; background: var(--ink); color: white; }
.light-heading { max-width: 820px; }
.light-heading h2 { color: white; }
.case-timeline { margin: 70px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.case-timeline li { display: grid; grid-template-columns: 240px 1fr; gap: 55px; padding: 52px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.timeline-year { color: var(--orange); font: 700 28px var(--display); letter-spacing: -.035em; }
.case-timeline h3 { margin: 0 0 14px; font: 700 25px var(--display); }
.case-timeline p { max-width: 760px; margin: 0 0 13px; color: rgba(255,255,255,.61); }
.case-timeline p:last-child { margin-bottom: 0; }
.press-feature { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; margin-top: 55px; padding: 42px; border: 1px solid rgba(245,166,35,.42); background: rgba(255,255,255,.045); }
.press-feature .eyebrow { margin-bottom: 18px; }
.press-feature h3 { max-width: 430px; margin: 0; font: 700 clamp(28px, 3.2vw, 40px)/1.12 var(--display); letter-spacing: -.04em; }
.press-feature p:not(.eyebrow) { margin: 0 0 25px; color: rgba(255,255,255,.65); }
.press-feature em { color: rgba(255,255,255,.88); }
.press-feature .button span { color: var(--orange-deep); }

.current-evolution { background: var(--white); }
.case-customer-facing { padding: 95px 0; background: var(--ink-soft); color: white; }
.case-customer-facing .case-section-heading h2 { color: white; }
.case-customer-facing .case-prose { color: rgba(255,255,255,.65); }
.case-result { padding: 120px 0; background: var(--orange); }
.case-result-inner { max-width: 970px; text-align: center; }
.case-result .eyebrow { justify-content: center; }
.case-result h2 { margin: 0; font: 700 clamp(42px, 5.5vw, 68px)/1.06 var(--display); letter-spacing: -.05em; }
.case-result > .shell > p:not(.eyebrow) { max-width: 760px; margin: 28px auto 0; color: rgba(18,33,29,.72); font-size: 18px; }
.case-result blockquote { margin: 48px auto 0; padding: 28px 30px; border: 1px solid rgba(18,33,29,.2); background: rgba(255,255,255,.2); font: 600 clamp(21px, 2.5vw, 29px)/1.45 var(--display); }
.case-result-links { display: flex; justify-content: center; gap: 34px; margin-top: 35px; }
.case-result-links a { font-size: 13px; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(18,33,29,.35); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
    .hero { min-height: auto; padding-top: 155px; }
    .hero-layout { grid-template-columns: 1fr; }
    .hero-copy { max-width: 800px; }
    .system-map { max-width: 620px; margin: 5px auto 0; }
    .trust-row { margin-top: 60px; }
    .section-heading { grid-template-columns: 1fr; }
    .section-heading > p:last-child { margin-top: 24px; max-width: 700px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 0; }
    .card-icon { margin-bottom: 45px; }
    .continuity-layout, .approach-layout { grid-template-columns: 1fr; gap: 60px; }
    .continuity-visual { order: 2; }
    .stewardship-layout { gap: 50px; }
    .contact-card { grid-template-columns: 1fr; }
    .service-two-column, .service-fit-inner { grid-template-columns: 1fr; gap: 55px; }
    .service-fit .eyebrow { grid-column: auto; margin-bottom: -25px; }
    .service-details article > div { grid-template-columns: 1fr; gap: 18px; }
    .service-cta-inner { grid-template-columns: 1fr; }
    .case-study-callout-inner, .case-hero-inner, .case-story-grid { grid-template-columns: 1fr; gap: 55px; }
    .case-proof-grid { grid-template-columns: 1fr 1fr; }
    .case-proof-grid div:nth-child(2) { border-right: 0; }
    .capability-grid { grid-template-columns: 1fr 1fr; }
    .press-feature { grid-template-columns: 1fr; gap: 28px; }
    .footer-layout { grid-template-columns: 1fr; gap: 13px; }
}

@media (max-width: 760px) {
    :root { --shell: min(100% - 34px, 1180px); }
    body { font-size: 16px; }
    .nav-wrap { height: 74px; }
    .brand-logo { width: 148px; }
    .nav-toggle { display: block; }
    .site-nav { position: fixed; inset: 74px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 17px 22px; background: rgba(18,33,29,.98); border-top: 1px solid rgba(255,255,255,.1); }
    .site-nav.open { display: flex; }
    .site-nav a { padding: 14px 12px; }
    .site-nav .nav-cta { margin-top: 7px; text-align: center; }
    .hero { padding-top: 130px; }
    .hero h1 { font-size: clamp(43px, 13vw, 64px); }
    .hero-lede { font-size: 18px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
    .system-map { aspect-ratio: .9; margin-top: 25px; }
    .map-node { min-width: 132px; padding: 10px; font-size: 10px; }
    .map-core { width: 135px; height: 135px; }
    .map-core strong { font-size: 11px; }
    .node-field, .node-data { left: -6px; }
    .node-orders, .node-billing { right: -6px; }
    .trust-row { grid-template-columns: 1fr; }
    .trust-row div, .trust-row div:first-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .trust-row div:last-child { border-bottom: 0; }
    .section, .continuity { padding: 85px 0; }
    .section-heading h2, .proof-intro h2, .continuity-copy h2, .contact h2 { font-size: 39px; }
    .service-card { padding: 32px 27px; }
    .continuity-visual { min-height: 390px; }
    .code-body { padding: 22px 16px; font-size: 11px; }
    .status-pill { right: 0; bottom: 30px; }
    .proof-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
    .proof-card-large { grid-row: auto; min-height: 440px; }
    .flow { flex-wrap: wrap; gap: 8px; }
    .flow i { min-width: 16px; }
    .approach-layout { gap: 45px; }
    .stewardship-layout { grid-template-columns: 1fr; }
    .contact { padding: 75px 0; }
    .contact-copy, .contact-form-wrap { padding: 40px 28px; }
    .voicemail-option { margin-top: 40px; padding-top: 30px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .service-hero { padding: 135px 0 80px; }
    .breadcrumbs { margin-bottom: 35px; }
    .service-hero h1 { font-size: clamp(42px, 12vw, 60px); }
    .service-lede { font-size: 18px; }
    .service-content-section, .related-services, .service-cta, .service-fit { padding: 78px 0; }
    .service-detail-section { padding-bottom: 78px; }
    .service-details article { grid-template-columns: 45px 1fr; gap: 10px; padding: 38px 0; }
    .related-grid { grid-template-columns: 1fr; }
    .case-study-callout { padding: 72px 0; }
    .case-study-callout-inner { align-items: start; }
    .case-study-callout .button { justify-self: start; }
    .case-hero { padding: 132px 0 72px; }
    .case-hero-copy h1 { font-size: clamp(42px, 12vw, 59px); }
    .operation-map { padding: 22px 17px; }
    .operation-flow { gap: 5px; }
    .operation-flow span { padding: 11px 4px; font-size: 9px; }
    .case-proof-grid { grid-template-columns: 1fr; }
    .case-proof-grid div, .case-proof-grid div:first-child { min-height: 0; padding: 23px 0; border-right: 0; border-bottom: 1px solid rgba(18,33,29,.17); }
    .case-proof-grid div:last-child { border-bottom: 0; }
    .case-section, .case-timeline-section, .case-result { padding: 80px 0; }
    .case-story-grid { gap: 35px; }
    .case-section-heading h2 { font-size: 39px; }
    .case-prose { font-size: 17px; }
    .capability-grid { grid-template-columns: 1fr; }
    .capability-grid > div { min-height: 0; }
    .capability-grid span { margin-bottom: 32px; }
    .case-timeline { margin-top: 48px; }
    .case-timeline li { grid-template-columns: 1fr; gap: 16px; padding: 38px 0; }
    .press-feature { margin-top: 40px; padding: 30px 24px; }
    .press-feature .button { width: 100%; }
    .case-customer-facing { padding: 75px 0; }
    .case-result-links { flex-direction: column; align-items: center; gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
