:root {
  --green: #287a5e;
  --deep-green: #102d24;
  --ink: #111713;
  --cream: #f4f1e8;
  --paper: #fffdf7;
  --brass: #b2a376;
  --line: rgba(17, 23, 19, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 24px clamp(24px, 5vw, 72px); color: white; }
.wordmark { display: flex; align-items: center; text-decoration: none; text-transform: uppercase; font: 1rem/1 "Archivo Black", sans-serif; letter-spacing: -.04em; }
.wordmark i { margin: 0 .3em; color: var(--brass); font: 1.2rem/1 Georgia, serif; }
nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); }
nav a { text-decoration: none; font-size: .88rem; font-weight: 600; }
nav a:not(.nav-cta):hover { color: var(--brass); }
nav a[aria-current="page"] { color: var(--brass); }
.nav-cta { padding: 12px 17px; border: 1px solid rgba(255,255,255,.55); }
.nav-cta:hover { background: white; color: var(--deep-green); }
.menu-toggle { display: none; color: white; background: none; border: 1px solid rgba(255,255,255,.5); padding: 8px 11px; font: inherit; }

.hero { position: relative; min-height: 780px; display: grid; grid-template-columns: 58% 42%; overflow: hidden; color: white; background: var(--deep-green); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; 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: 48px 48px; }
.hero-copy { z-index: 1; align-self: center; padding: 140px 7vw 100px; }
.eyebrow { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 700; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 28px; font: clamp(4.2rem, 8.8vw, 9rem)/.84 "Archivo Black", sans-serif; letter-spacing: -.07em; }
h1 span { color: var(--brass); }
.hero-lede { max-width: 650px; color: rgba(255,255,255,.76); font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 220px; padding: 17px 20px; border: 0; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font: 700 .78rem/1 "DM Sans", sans-serif; cursor: pointer; }
.button-primary { background: var(--brass); color: var(--ink); }
.button-primary:hover { background: white; }
.text-link { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.4); text-decoration: none; font-weight: 600; }
.hero-mark { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; padding: 12%; background: var(--ink); }
.hero-mark img { width: min(100%, 600px); height: auto; }
.hero-note { position: absolute; z-index: 2; bottom: 28px; left: 7vw; margin: 0; color: rgba(255,255,255,.45); font-size: .8rem; text-transform: uppercase; letter-spacing: .14em; }

.statement { padding: clamp(80px, 11vw, 160px) 7vw; background: var(--cream); }
.statement p { max-width: 1160px; margin-bottom: .18em; font: clamp(2.2rem, 5.5vw, 6.6rem)/1 "Archivo Black", sans-serif; letter-spacing: -.055em; }
.statement p:first-child { color: #a5a399; }
.statement em { color: var(--green); font-style: normal; }
.section { padding: clamp(80px, 10vw, 140px) 7vw; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 40px; align-items: end; margin-bottom: 70px; }
.section-heading h2, .approach h2, .contact h2 { margin: 0; font: clamp(2.8rem, 5vw, 5.8rem)/.95 "Archivo Black", sans-serif; letter-spacing: -.06em; }
.section-heading > p:last-child { margin-bottom: 5px; color: #5d625e; line-height: 1.6; }
.service-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: 500px; display: flex; flex-direction: column; align-items: flex-start; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card:hover { background: var(--cream); }
.service-number { color: var(--green); font: 700 .8rem/1 "DM Sans", sans-serif; }
.service-card h3 { margin: 90px 0 22px; font: 2rem/1.1 "Archivo Black", sans-serif; letter-spacing: -.04em; }
.service-card p, .service-card li { color: #626863; line-height: 1.55; }
.service-card ul { margin: 30px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li::before { content: "—"; margin-right: 10px; color: var(--green); }
.service-card-link { margin-top: auto; padding-bottom: 6px; border-bottom: 1px solid; text-decoration: none; font-weight: 700; }

.systems { color: var(--cream); background: var(--deep-green); }
.systems-heading { display: grid; grid-template-columns: .65fr 1.45fr .7fr; gap: 40px; align-items: end; margin-bottom: 70px; }
.systems-heading h2 { max-width: 950px; margin: 0; font: clamp(3rem, 5.5vw, 6.4rem)/.91 "Archivo Black", sans-serif; letter-spacing: -.065em; }
.systems-heading > p:last-child { margin: 0 0 5px; color: rgba(255,255,255,.6); line-height: 1.6; }
.system-panels { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.system-panel { display: flex; min-height: 720px; flex-direction: column; align-items: flex-start; padding: clamp(32px, 5vw, 72px); border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.voice-panel { color: var(--ink); background: var(--brass); }
.system-label { display: flex; gap: 20px; align-items: center; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 700; }
.system-label p { margin: 0; }
.system-label span { color: var(--brass); }
.voice-panel .system-label span { color: var(--green); }
.river-product { margin-top: 34px; }
.river-product p { margin: 0; font: clamp(1.75rem, 2.8vw, 3rem)/1 "Archivo Black", sans-serif; letter-spacing: -.05em; }
.river-product p span { position: relative; top: -.8em; margin-left: .12em; color: var(--green); font: .34em/1 "DM Sans", sans-serif; letter-spacing: 0; }
.river-product small { display: block; margin-top: 9px; color: rgba(17,23,19,.55); font-size: .7rem; text-transform: uppercase; letter-spacing: .11em; }
.system-panel h3 { max-width: 620px; margin: 90px 0 24px; font: clamp(2.5rem, 4.3vw, 5rem)/.92 "Archivo Black", sans-serif; letter-spacing: -.06em; }
.voice-panel .river-product + h3 { margin-top: 58px; }
.system-panel > p { max-width: 620px; color: rgba(255,255,255,.65); line-height: 1.7; }
.voice-panel > p { color: rgba(17,23,19,.68); }
.system-use-cases { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 38px; }
.system-use-cases span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.25); font-size: .76rem; }
.voice-panel .system-use-cases span { border-color: rgba(17,23,19,.25); }
.system-price { display: grid; gap: 7px; margin-top: auto; }
.system-price small { color: rgba(255,255,255,.48); text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; }
.voice-panel .system-price small { color: rgba(17,23,19,.55); }
.system-price strong { font: 1.55rem/1 "Archivo Black", sans-serif; }
.system-panel > a { margin-top: 28px; padding-bottom: 7px; border-bottom: 1px solid; text-decoration: none; font-weight: 700; }
.systems-note { max-width: 880px; margin: 34px 0 0 auto; color: rgba(255,255,255,.48); font-size: .82rem; line-height: 1.6; }

.railbed { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; color: var(--cream); background: var(--ink); }
.railbed-title h2 { margin: 0; font: clamp(4rem, 8vw, 9rem)/.78 "Archivo Black", sans-serif; letter-spacing: -.075em; }
.railbed-title h2 span { position: relative; top: -3em; margin-left: .2em; color: var(--brass); font: .18em/1 "DM Sans", sans-serif; letter-spacing: 0; }
.railbed-body { padding-top: 48px; }
.railbed-lede { max-width: 680px; margin-bottom: 26px; color: var(--brass); font: clamp(1.8rem, 3vw, 3.2rem)/1.1 "Archivo Black", sans-serif; letter-spacing: -.045em; }
.railbed-body > p:not(.railbed-lede):not(.railbed-note) { max-width: 680px; color: rgba(255,255,255,.68); font-size: 1.05rem; line-height: 1.7; }
.railbed-features { display: grid; grid-template-columns: 1fr 1fr; margin-top: 52px; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.railbed-features div { display: grid; gap: 10px; min-height: 150px; align-content: center; padding: 24px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.railbed-features strong { font: 1rem/1.2 "Archivo Black", sans-serif; }
.railbed-features span { color: rgba(255,255,255,.55); font-size: .88rem; line-height: 1.5; }
.railbed-lines { display: grid; margin-top: 28px; border-top: 1px solid rgba(255,255,255,.2); }
.railbed-lines span { display: grid; grid-template-columns: 145px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.52); font-size: .82rem; }
.railbed-lines strong { color: var(--brass); }
.railbed-note { margin-top: 24px; color: rgba(255,255,255,.4); font-size: .78rem; line-height: 1.5; }

.approach { display: grid; grid-template-columns: 1fr 1.4fr; gap: 10vw; color: white; background: var(--green); }
.approach-intro { position: sticky; top: 70px; align-self: start; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 50px 1fr; gap: 24px; padding: 32px 0 44px; border-top: 1px solid rgba(255,255,255,.25); }
.process-list li > span { color: var(--brass); font-weight: 700; }
.process-list h3 { margin-bottom: 12px; font: 1.6rem/1 "Archivo Black", sans-serif; }
.process-list p { max-width: 540px; margin: 0; color: rgba(255,255,255,.72); line-height: 1.65; }

.work { background: var(--cream); }
.work-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.work-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; color: white; background: var(--green); text-decoration: none; }
.work-card-dark { background: var(--ink); }
.work-image { aspect-ratio: 1.44 / 1; overflow: hidden; background: #ddd; }
.work-image img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .6s ease; }
.work-card:hover .work-image img { transform: scale(1.025); }
.work-card-brandi { background: #193f34; }
.work-image-system { position: relative; display: grid; place-items: center; overflow: hidden; color: white; background: radial-gradient(circle at center, #2f8167 0 9%, #193f34 10% 30%, #102d24 31% 100%); }
.work-image-system::before, .work-image-system::after { position: absolute; width: 48%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; content: ""; }
.work-image-system::after { width: 78%; border-color: rgba(178,161,108,.32); }
.system-preview-core { z-index: 1; display: grid; width: 34%; aspect-ratio: 1; place-content: center; border-radius: 50%; text-align: center; background: var(--brass); color: var(--ink); box-shadow: 0 20px 60px rgba(0,0,0,.2); }
.system-preview-core strong { font: clamp(1rem, 2vw, 1.75rem)/1 "Archivo Black", sans-serif; letter-spacing: -.04em; }
.system-preview-core span { margin-top: 8px; font-size: .56rem; font-weight: 700; letter-spacing: .13em; }
.system-preview-node { position: absolute; padding: 8px 12px; border: 1px solid rgba(255,255,255,.25); background: rgba(16,45,36,.8); font-size: .61rem; font-weight: 700; letter-spacing: .12em; }
.preview-voice { top: 16%; left: 13%; }.preview-calendar { top: 16%; right: 8%; }.preview-crm { right: 16%; bottom: 13%; }.preview-sms { bottom: 13%; left: 17%; }
.work-copy { display: flex; min-height: 390px; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(30px, 4vw, 62px); }
.work-type { color: var(--brass); text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; }
.work-card:not(.work-card-dark) .work-type { color: var(--cream); }
.work-copy h3 { max-width: 600px; margin: 32px 0 20px; font: clamp(2.1rem, 3.2vw, 4rem)/.95 "Archivo Black", sans-serif; letter-spacing: -.055em; }
.work-copy > p:not(.work-type) { max-width: 540px; color: rgba(255,255,255,.65); line-height: 1.65; }
.work-copy span { margin-top: 38px; padding-bottom: 7px; border-bottom: 1px solid; font-weight: 700; }
.service-proof { color: var(--ink); background: var(--brass); }
.service-proof > div { max-width: 900px; }
.service-proof h2 { max-width: 850px; margin: 20px 0 28px; font: clamp(2.7rem, 5.5vw, 5.8rem)/.94 "Archivo Black", sans-serif; letter-spacing: -.06em; }
.service-proof p:not(.eyebrow) { max-width: 720px; margin-bottom: 30px; font-size: 1.08rem; line-height: 1.75; }
.service-proof-river { background: #cad9d0; }

.pricing { background: var(--paper); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.price-card { display: flex; min-height: 610px; flex-direction: column; align-items: flex-start; padding: clamp(28px, 3vw, 46px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-card-featured { color: white; background: var(--green); transform: translateY(-18px); box-shadow: 0 24px 60px rgba(16,45,36,.16); }
.price-name { text-transform: uppercase; letter-spacing: .15em; font-size: .76rem; font-weight: 700; }
.price { margin: 48px 0 30px; font: clamp(2.8rem, 4.5vw, 5rem)/1 "Archivo Black", sans-serif; letter-spacing: -.06em; }
.price small { display: block; margin-bottom: 9px; font: 600 .7rem/1 "DM Sans", sans-serif; text-transform: uppercase; letter-spacing: .13em; }
.price-card > p:not(.price):not(.price-name) { min-height: 70px; color: #696e6a; line-height: 1.55; }
.price-card-featured > p:not(.price):not(.price-name) { color: rgba(255,255,255,.7); }
.price-card ul { width: 100%; margin: 30px 0; padding: 25px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-card-featured ul { border-color: rgba(255,255,255,.25); }
.price-card li { margin: 0 0 13px; font-size: .91rem; }
.price-card li::before { content: "✓"; margin-right: 10px; color: var(--green); font-weight: 700; }
.price-card-featured li::before { color: var(--brass); }
.price-card a { margin-top: auto; padding-bottom: 7px; border-bottom: 1px solid; text-decoration: none; font-weight: 700; }
.pricing-footnote { max-width: 820px; margin: 48px 0 0 auto; color: #626863; line-height: 1.7; }

.about { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; background: var(--cream); }
.about-images { position: relative; min-height: 720px; }
.about-portrait { position: absolute; top: 0; left: 0; width: 72%; height: 78%; object-fit: cover; object-position: center 20%; filter: saturate(.82); }
.about-outdoors { position: absolute; right: 0; bottom: 0; width: 54%; aspect-ratio: 1; object-fit: cover; border: 12px solid var(--cream); }
.about-copy h2 { margin: 0 0 35px; font: clamp(2.8rem, 4.8vw, 5.6rem)/.95 "Archivo Black", sans-serif; letter-spacing: -.06em; }
.about-copy > p:not(.eyebrow):not(.signature) { max-width: 680px; color: #5d625e; line-height: 1.75; }
.about-copy .about-lede { color: var(--ink) !important; font-size: 1.18rem; font-weight: 600; }
.signature { margin-top: 36px; color: var(--green); font: 1.2rem/1.3 "Archivo Black", sans-serif; }
.signature span { color: #777c78; font: .72rem/1 "DM Sans", sans-serif; text-transform: uppercase; letter-spacing: .12em; }

.assessment { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; align-items: center; color: var(--ink); background: var(--brass); }
.assessment h2 { max-width: 850px; margin: 0 0 30px; font: clamp(3rem, 5.8vw, 7rem)/.9 "Archivo Black", sans-serif; letter-spacing: -.065em; }
.assessment-copy > p:not(.eyebrow) { max-width: 700px; line-height: 1.65; }
.assessment-form { display: grid; gap: 22px; padding: clamp(30px, 4vw, 55px); background: var(--paper); }
.assessment-form label { display: grid; gap: 9px; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.assessment-form input { padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: none; background: transparent; font: 1rem "DM Sans", sans-serif; }
.assessment-form input:focus { border-color: var(--green); }
.button-dark { margin-top: 12px; color: white; background: var(--deep-green); }
.button-dark:hover { background: var(--green); }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10vw; background: var(--paper); }
.faq-title h2 { margin: 0; font: clamp(3rem, 5vw, 5.8rem)/.95 "Archivo Black", sans-serif; letter-spacing: -.06em; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 27px 45px 27px 0; cursor: pointer; list-style: none; font: 1.12rem/1.3 "Archivo Black", sans-serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 22px; color: var(--green); font: 1.8rem/1 "DM Sans", sans-serif; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 700px; padding: 0 50px 28px 0; color: #626863; line-height: 1.65; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; color: white; background: var(--deep-green); }
.contact-copy > p:last-child { max-width: 580px; margin-top: 32px; color: rgba(255,255,255,.7); font-size: 1.1rem; line-height: 1.7; }
.contact-form { display: grid; gap: 24px; }
.contact-form label { display: grid; gap: 9px; color: rgba(255,255,255,.65); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); border-radius: 0; outline: none; color: white; background: transparent; font: 1rem "DM Sans", sans-serif; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--brass); }
.button-light { margin-top: 10px; background: white; color: var(--deep-green); }
.button-light:hover { background: var(--brass); }
.form-note { color: rgba(255,255,255,.45); font-size: .78rem; }

footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 40px; padding: 48px 7vw; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.55); background: var(--deep-green); font-size: .82rem; }
.footer-mark { color: white; text-transform: uppercase; font: 1.5rem/1 "Archivo Black", sans-serif; letter-spacing: -.05em; }
.footer-mark i { margin: 0 .25em; color: var(--brass); font-family: Georgia, serif; }
footer p { margin: 5px 0; }
footer a { color: white; text-decoration: none; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer-links a { padding-bottom: 4px; border-bottom: 1px solid transparent; }
.footer-links a:hover, .footer-links a[aria-current="page"] { border-color: var(--brass); }

.service-body { background: var(--paper); }
.service-header { position: absolute; }
.service-hero { position: relative; min-height: 800px; display: grid; grid-template-columns: 1.25fr .75fr; overflow: hidden; color: white; background: var(--deep-green); }
.service-hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 48px 48px; }
.service-hero-copy { position: relative; z-index: 1; align-self: center; padding: 145px 7vw 90px; }
.service-hero h1 { max-width: 950px; margin-bottom: 30px; font-size: clamp(4.1rem, 8vw, 8.5rem); }
.service-hero-copy > p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.7); font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.65; }
.service-hero-index { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding: 12%; color: var(--ink); background: var(--brass); }
.service-hero-apps .service-hero-index { color: var(--cream); background: var(--green); }
.service-hero-river .service-hero-index { color: var(--cream); background: #4e3a63; }
.service-hero-index span { margin-bottom: auto; padding-top: 90px; font-size: .75rem; font-weight: 700; letter-spacing: .14em; }
.service-hero-index strong { margin: auto 0; font: clamp(4.5rem, 8vw, 9rem)/.78 "Archivo Black", sans-serif; letter-spacing: -.07em; writing-mode: vertical-rl; transform: rotate(180deg); }
.river-lockup { display: grid; gap: 7px; margin-top: 30px; color: var(--brass); }
.river-lockup strong { font: 1.3rem/1 "Archivo Black", sans-serif; }
.river-lockup span { color: rgba(255,255,255,.5); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }

.service-promise { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: start; background: var(--cream); }
.service-promise h2, .service-section-heading h2, .service-fit h2 { margin: 0; font: clamp(2.8rem, 5vw, 5.8rem)/.95 "Archivo Black", sans-serif; letter-spacing: -.06em; }
.service-promise-copy p { color: #626863; line-height: 1.75; }
.service-promise-copy .large-copy { color: var(--ink); font-size: clamp(1.35rem, 2.4vw, 2.2rem); font-weight: 600; line-height: 1.45; }
.service-section-heading { display: grid; grid-template-columns: .65fr 1.7fr; gap: 50px; align-items: end; margin-bottom: 70px; }
.deliverables { background: var(--paper); }
.deliverable-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.deliverable-grid article { min-height: 340px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.deliverable-grid article > span { color: var(--green); font-size: .75rem; font-weight: 700; }
.deliverable-grid h3 { margin: 80px 0 18px; font: 1.55rem/1.1 "Archivo Black", sans-serif; letter-spacing: -.035em; }
.deliverable-grid p { color: #626863; line-height: 1.6; }

.service-packages { background: var(--deep-green); color: white; }
.compact-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.compact-price-grid article { min-height: 500px; display: flex; flex-direction: column; padding: clamp(28px, 3.5vw, 50px); border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.compact-price-grid article.featured { color: var(--ink); background: var(--brass); }
.compact-price-grid article > p { text-transform: uppercase; letter-spacing: .13em; font-size: .75rem; font-weight: 700; }
.compact-price-grid strong { margin: 48px 0 12px; font: clamp(2.8rem, 4.5vw, 5rem)/1 "Archivo Black", sans-serif; letter-spacing: -.06em; }
.compact-price-grid article > span { color: rgba(255,255,255,.55); }
.compact-price-grid .featured > span { color: rgba(17,23,19,.6); }
.compact-price-grid ul { margin: auto 0 0; padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.2); list-style: none; }
.compact-price-grid .featured ul { border-color: rgba(17,23,19,.2); }
.compact-price-grid li { margin: 0 0 13px; font-size: .9rem; }
.compact-price-grid li::before { content: "✓"; margin-right: 9px; color: var(--brass); }
.compact-price-grid .featured li::before { color: var(--green); }
.package-note { max-width: 820px; margin: 36px 0 0 auto; color: rgba(255,255,255,.48); font-size: .82rem; line-height: 1.65; }

.service-fit { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; background: var(--cream); }
.fit-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.fit-list li { padding: 20px 5px; border-bottom: 1px solid var(--line); font-weight: 600; }
.fit-list li::before { content: "→"; margin-right: 15px; color: var(--green); }
.service-cta { text-align: center; color: white; background: var(--green); }
.service-cta h2 { max-width: 1050px; margin: 0 auto 48px; font: clamp(3rem, 6vw, 7rem)/.9 "Archivo Black", sans-serif; letter-spacing: -.065em; }

.app-process { color: white; background: var(--ink); }
.app-process ol { margin: 0 0 0 33%; padding: 0; list-style: none; }
.app-process li { display: grid; grid-template-columns: 55px 1fr; gap: 25px; padding: 35px 0 44px; border-top: 1px solid rgba(255,255,255,.2); }
.app-process li > span { color: var(--brass); font-size: .8rem; font-weight: 700; }
.app-process h3 { margin-bottom: 12px; font: 1.55rem/1.1 "Archivo Black", sans-serif; }
.app-process li p { max-width: 650px; color: rgba(255,255,255,.58); line-height: 1.65; }
.application-pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: center; background: var(--brass); }
.application-price { margin: 0; font: clamp(3.4rem, 6vw, 7rem)/.9 "Archivo Black", sans-serif; letter-spacing: -.07em; }
.application-price small { display: block; margin-bottom: 16px; font: 700 .72rem/1 "DM Sans", sans-serif; text-transform: uppercase; letter-spacing: .14em; }
.application-pricing > div:last-child p { line-height: 1.7; }

.river-capabilities { background: #f1edf3; }
.river-guardrails { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; color: white; background: #2e2339; }
.river-guardrails h2 { margin: 0; font: clamp(2.8rem, 5vw, 5.8rem)/.95 "Archivo Black", sans-serif; letter-spacing: -.06em; }
.guardrail-list { border-top: 1px solid rgba(255,255,255,.2); }
.guardrail-list > div { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.guardrail-list strong { font: 1.15rem/1.2 "Archivo Black", sans-serif; }
.guardrail-list p { margin: 10px 0 0; color: rgba(255,255,255,.6); line-height: 1.6; }
.river-pricing { background: var(--brass); }
.service-faq { background: var(--paper); }
.service-faq .faq-list { max-width: 900px; margin-left: auto; }

.case-body { overflow-x: hidden; background: var(--paper); }
.case-hero { min-height: 820px; display: grid; grid-template-columns: 1fr 1fr; color: white; background: var(--deep-green); }
.case-hero-copy { min-width: 0; align-self: center; padding: 150px 7vw 90px; }
.case-hero h1 { max-width: 900px; margin-bottom: 30px; font-size: clamp(3.6rem, 6.5vw, 7.4rem); }
.case-hero-copy > p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.68); font-size: 1.15rem; line-height: 1.65; }
.case-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 38px; }
.case-tags span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.22); font-size: .72rem; }
.case-hero-visual { display: grid; place-items: center; padding: 9%; overflow: hidden; background: var(--brass); }
.case-hero-visual img { width: 100%; height: auto; box-shadow: 0 28px 70px rgba(0,0,0,.28); transform: rotate(1.5deg); }
.case-hero-brandi { background: #162b25; }
.brandi-orbit { position: relative; display: grid; place-items: center; overflow: hidden; background: #4e3a63; }
.brandi-orbit::before, .brandi-orbit::after { content: ""; position: absolute; width: 62%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.brandi-orbit::after { width: 88%; }
.orbit-core { z-index: 1; width: 190px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border-radius: 50%; color: var(--ink); background: var(--brass); }
.orbit-core strong { font: 1.6rem/1 "Archivo Black", sans-serif; }
.orbit-core span { margin-top: 7px; font-size: .66rem; text-transform: uppercase; letter-spacing: .12em; }
.orbit-node { position: absolute; z-index: 2; padding: 8px 12px; border: 1px solid rgba(255,255,255,.35); color: white; background: #4e3a63; font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.node-voice { top: 18%; left: 24%; }.node-calendar { top: 22%; right: 17%; }.node-crm { bottom: 18%; left: 22%; }.node-sms { right: 15%; bottom: 29%; }.node-billing { left: 10%; top: 51%; }

.case-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; background: var(--cream); }
.case-facts { border-top: 1px solid var(--line); }
.case-facts div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.case-facts small { color: #777c78; text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; }
.case-facts strong { font-size: .9rem; }
.case-intro p { margin: 0; font-size: clamp(1.35rem, 2.5vw, 2.2rem); font-weight: 600; line-height: 1.5; }
.case-challenge, .case-strategy, .case-build, .case-architecture, .case-safety, .case-outcome { display: grid; grid-template-columns: .35fr 1.65fr; gap: 6vw; }
.case-section-number { color: var(--green); font: clamp(3rem, 5vw, 6rem)/1 "Archivo Black", sans-serif; }
.case-section-copy { max-width: 1050px; }
.case-section-copy h2 { margin: 0 0 34px; font: clamp(2.8rem, 5vw, 5.8rem)/.95 "Archivo Black", sans-serif; letter-spacing: -.06em; }
.case-section-copy > p:not(.eyebrow):not(.evidence-note) { max-width: 800px; color: #626863; font-size: 1.05rem; line-height: 1.75; }
.case-strategy, .case-safety { color: white; background: var(--green); }
.case-strategy .case-section-number, .case-safety .case-section-number { color: var(--brass); }
.case-strategy .case-section-copy > p, .case-safety .case-section-copy > p { color: rgba(255,255,255,.68) !important; }
.case-points { display: grid; grid-template-columns: 1fr 1fr; margin-top: 55px; border-top: 1px solid currentColor; border-left: 1px solid currentColor; }
.case-points article { min-height: 210px; padding: 28px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; }
.case-points h3 { font: 1.2rem/1.2 "Archivo Black", sans-serif; }
.case-points p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.6; }
.case-build { background: var(--paper); }
.case-build-list { margin: 50px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.case-build-list li { display: grid; grid-template-columns: 240px 1fr; gap: 35px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.case-build-list strong { font: 1rem/1.35 "Archivo Black", sans-serif; }
.case-build-list span { color: #626863; line-height: 1.6; }
.case-results { color: white; background: var(--ink); }
.case-results-heading { max-width: 970px; }
.case-results-heading h2 { margin: 0 0 26px; font: clamp(3rem, 5.5vw, 6.5rem)/.92 "Archivo Black", sans-serif; letter-spacing: -.065em; }
.case-results-heading > p:last-child { max-width: 750px; color: rgba(255,255,255,.55); line-height: 1.65; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.metric-grid > div { min-height: 240px; display: flex; flex-direction: column; justify-content: center; padding: 28px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.metric-grid small { color: var(--brass); text-transform: uppercase; letter-spacing: .1em; font-size: .67rem; }
.metric-grid strong { margin: 28px 0 12px; font: clamp(2rem, 3.5vw, 4.2rem)/1 "Archivo Black", sans-serif; letter-spacing: -.055em; }
.metric-grid span { color: rgba(255,255,255,.47); font-size: .78rem; line-height: 1.45; }
.case-architecture { background: var(--cream); }
.architecture-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 15px; align-items: center; margin: 50px 0; }
.architecture-flow div { min-height: 135px; display: grid; place-content: center; gap: 8px; padding: 15px; border: 1px solid var(--line); text-align: center; font: 1rem/1.2 "Archivo Black", sans-serif; }
.architecture-flow div small { color: #777c78; font: .68rem/1.3 "DM Sans", sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.architecture-flow > span { color: var(--green); font-size: 1.4rem; }
.evidence-note { max-width: 800px; margin-top: 30px; padding: 20px; border-left: 4px solid var(--brass); color: #626863; background: var(--cream); line-height: 1.65; }
.case-actions { display: flex; flex-wrap: wrap; gap: 30px; align-items: center; margin-top: 40px; }
.dark-link { color: var(--ink); border-color: var(--line); }

.legal-body { background: var(--paper); }
.legal-header { position: absolute; }
.legal-home { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.45); color: white; text-decoration: none; font-size: .85rem; font-weight: 700; }
.legal-page { background: var(--paper); }
.legal-hero { min-height: 500px; display: flex; flex-direction: column; justify-content: flex-end; padding: 150px 16vw 80px; color: white; background: var(--deep-green); }
.legal-hero h1 { margin: 0 0 25px; font-size: clamp(4rem, 9vw, 9rem); }
.legal-hero > p:last-child { margin: 0; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; }
.legal-content { max-width: 900px; margin: 0 auto; padding: clamp(70px, 10vw, 130px) 30px; }
.legal-content > p:first-child { color: var(--ink); font-size: 1.25rem; font-weight: 600; line-height: 1.7; }
.legal-content h2 { margin: 55px 0 16px; font: clamp(1.5rem, 2.4vw, 2.15rem)/1.15 "Archivo Black", sans-serif; letter-spacing: -.035em; }
.legal-content p { color: #5d625e; line-height: 1.78; }
.legal-content a { color: var(--green); font-weight: 700; }
.legal-footer { border-top: 0; }

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

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  nav { position: absolute; top: 76px; right: 24px; display: none; width: min(320px, calc(100vw - 48px)); padding: 24px; background: var(--paper); color: var(--ink); box-shadow: 0 18px 50px rgba(0,0,0,.25); }
  nav.open { display: grid; }
  .nav-cta { border-color: var(--ink); }
  .hero { grid-template-columns: 1fr; }
  .service-hero { grid-template-columns: 1fr; min-height: 720px; }
  .service-hero-copy { min-height: 720px; padding-top: 145px; }
  .service-hero-index { display: none; }
  .hero-copy { min-height: 660px; padding-top: 150px; }
  .hero-mark { display: none; }
  .section-heading { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 360px; }
  .service-card h3 { margin-top: 55px; }
  .systems-heading, .railbed, .approach, .about, .assessment, .faq, .contact { grid-template-columns: 1fr; }
  .system-panels { grid-template-columns: 1fr; }
  .system-panel { min-height: 650px; }
  .railbed-body { padding-top: 0; }
  .approach-intro { position: static; }
  .work-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 540px; }
  .price-card-featured { transform: none; }
  .about-images { min-height: 660px; }
  .service-promise, .service-fit, .application-pricing, .river-guardrails { grid-template-columns: 1fr; }
  .service-section-heading { grid-template-columns: 1fr; }
  .deliverable-grid, .compact-price-grid { grid-template-columns: 1fr; }
  .deliverable-grid article { min-height: 300px; }
  .app-process ol { margin-left: 0; }
  .case-hero, .case-summary { grid-template-columns: 1fr; }
  .case-hero-visual, .brandi-orbit { min-height: 560px; }
  .case-challenge, .case-strategy, .case-build, .case-architecture, .case-safety, .case-outcome { grid-template-columns: 1fr; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .architecture-flow { grid-template-columns: 1fr; }
  .architecture-flow > span { transform: rotate(90deg); text-align: center; }
}

@media (max-width: 560px) {
  .site-header { padding: 20px 22px; }
  .hero { min-height: 680px; }
  .hero-copy { min-height: 680px; padding: 135px 22px 80px; }
  .service-hero-copy { min-height: 700px; padding: 135px 22px 75px; }
  .service-hero h1 { font-size: clamp(3.8rem, 18vw, 5.5rem); }
  .case-hero-copy { padding: 135px 22px 75px; }
  .case-hero h1 { font-size: clamp(2.75rem, 12vw, 3.4rem); overflow-wrap: break-word; }
  .case-hero-visual, .brandi-orbit { min-height: 420px; }
  .case-points { grid-template-columns: 1fr; }
  .case-build-list li { grid-template-columns: 1fr; gap: 10px; }
  .metric-grid { grid-template-columns: 1fr; }
  h1 { font-size: clamp(4rem, 20vw, 6rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-note { left: 22px; }
  .statement, .section { padding-left: 22px; padding-right: 22px; }
  .section-heading { margin-bottom: 44px; }
  .service-card { padding: 28px; }
  .railbed-features { grid-template-columns: 1fr; }
  .system-panel { min-height: 590px; padding: 32px 26px; }
  .system-panel h3 { margin-top: 60px; }
  .railbed-lines span { grid-template-columns: 1fr; gap: 5px; }
  .about-images { min-height: 500px; }
  .about-portrait { width: 80%; height: 82%; }
  .about-outdoors { width: 52%; border-width: 8px; }
  footer { grid-template-columns: 1fr; padding: 40px 22px; }
  .footer-links { justify-content: flex-start; }
  .legal-hero { min-height: 420px; padding: 130px 22px 60px; }
  .legal-content { padding-left: 22px; padding-right: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
