:root {
  --navy: #071a3d;
  --navy-soft: #10264f;
  --orange: #ff5017;
  --coral: #ff7547;
  --peach: #ffc09f;
  --cream: #fff7ee;
  --paper: #faf6ef;
  --ink: #0a1d3f;
  --muted: #687083;
  --line: rgba(7, 26, 61, .14);
  --sans: "DM Sans", sans-serif;
  --display: "Manrope", sans-serif;
  --serif: "Playfair Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
::selection { color: white; background: var(--orange); }

.noise { position: fixed; inset: 0; opacity: .025; z-index: 20; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { position: fixed; inset: 0 0 auto; height: 86px; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; z-index: 50; transition: background .3s, box-shadow .3s, height .3s; }
.site-header.scrolled { height: 72px; background: rgba(250, 246, 239, .91); backdrop-filter: blur(16px); box-shadow: 0 1px rgba(7, 26, 61, .08); }
.brand { width: 175px; }
.brand img { width: 100%; }
.site-nav { display: flex; align-items: center; gap: 36px; font-size: 13px; font-weight: 600; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 100%; height: 1px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 12px 18px; border-radius: 999px; color: white; background: var(--navy); transition: transform .2s, background .2s; }
.nav-cta:hover { transform: translateY(-2px); background: var(--orange); }
.nav-cta span { margin-left: 8px; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.icon-arrow { width: 14px; height: 14px; display: inline-block; flex: 0 0 auto; color: inherit; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17 17 7'/%3E%3Cpath d='M7 7h10v10'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17 17 7'/%3E%3Cpath d='M7 7h10v10'/%3E%3C/svg%3E") center / contain no-repeat; }

.hero { min-height: 100vh; padding: 150px 6vw 44px; position: relative; display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: 1fr auto; align-items: center; overflow: hidden; }
.hero-glow { position: absolute; width: 65vw; height: 65vw; right: -20vw; top: -18vw; background: radial-gradient(circle, rgba(255, 190, 156, .35), transparent 68%); }
.hero-copy { width: 100%; min-width: 0; max-width: 760px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 30px; font-size: 11px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; display: flex; align-items: center; gap: 11px; }
.eyebrow span { display: inline-block; width: 27px; height: 1px; background: var(--orange); }
.eyebrow.light { color: rgba(255, 255, 255, .72); }
.hero h1, .section-heading h2, .work-heading h2, .approach h2, .contact h2 { font-family: var(--display); letter-spacing: -.065em; font-weight: 500; margin: 0; }
.hero h1 { font-size: clamp(58px, 7.4vw, 116px); line-height: .91; }
.hero h1.hero-tagline { font-size: clamp(52px, 6vw, 92px); line-height: .95; }
em { font-family: var(--serif); font-weight: 500; color: var(--orange); }
.hero-intro { max-width: 585px; margin: 34px 0 0; padding-left: 2px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; color: #48546a; }
.hero-actions { margin-top: 35px; display: flex; align-items: center; gap: 32px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; padding: 17px 22px; border-radius: 999px; font-size: 13px; font-weight: 600; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: var(--orange); box-shadow: 0 10px 28px rgba(255, 80, 23, .18); }
.button-primary:hover { background: var(--navy); box-shadow: 0 12px 30px rgba(7, 26, 61, .2); }
.text-link { font-size: 13px; font-weight: 600; padding-bottom: 5px; border-bottom: 1px solid var(--ink); }
.text-link span { margin-left: 12px; color: var(--orange); }

.hero-art { width: min(40vw, 600px); aspect-ratio: 1; position: relative; justify-self: center; display: grid; place-items: center; }
.shell-wrap { position: relative; width: 61%; z-index: 2; animation: float 5s ease-in-out infinite; }
.shell { width: 100%; filter: drop-shadow(0 30px 35px rgba(7, 26, 61, .18)); }
.shell-halo { position: absolute; width: 120%; aspect-ratio: 1; border-radius: 50%; left: -10%; top: 5%; background: radial-gradient(circle, rgba(255, 100, 42, .18), transparent 68%); filter: blur(10px); }
.orbit { position: absolute; border: 1px solid rgba(7, 26, 61, .12); border-radius: 50%; }
.orbit::after { content: ""; position: absolute; width: 8px; height: 8px; background: var(--orange); border-radius: 50%; }
.orbit-one { width: 85%; height: 85%; transform: rotate(24deg); }
.orbit-one::after { top: 15%; right: 12%; }
.orbit-two { width: 65%; height: 95%; transform: rotate(-42deg); }
.orbit-two::after { bottom: 7%; left: 25%; width: 5px; height: 5px; }
.art-note { position: absolute; font-size: 9px; text-transform: uppercase; letter-spacing: .2em; color: #7a8190; }
.art-note-top { right: 0; top: 14%; transform: rotate(90deg) translateX(100%); transform-origin: right top; }
.art-note-bottom { left: 2%; bottom: 9%; }
@keyframes float { 50% { transform: translateY(-13px) rotate(1deg); } }

.hero-foot { grid-column: 1 / -1; margin-top: 55px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; font-size: 10px; line-height: 1.65; text-transform: uppercase; letter-spacing: .12em; color: #6f7582; }
.hero-foot p { margin: 0; }
.hero-foot-right { text-align: right; }
.scroll-cue { justify-self: center; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.scroll-cue i { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--orange); font-style: normal; }

.capability-rail { padding: 0 7vw; display: grid; grid-template-columns: .28fr 1.72fr; align-items: stretch; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f3ece2; }
.capability-rail > p { margin: 0; padding: 30px 30px 30px 0; display: flex; align-items: center; border-right: 1px solid var(--line); color: var(--orange); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.capability-items { display: grid; grid-template-columns: repeat(4, 1fr); }
.capability-items a { min-height: 104px; padding: 24px 22px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; align-items: end; border-right: 1px solid var(--line); font: 500 15px var(--display); transition: color .25s, background .25s; }
.capability-items a:last-child { border-right: 0; }
.capability-items a > span { grid-column: 1 / -1; align-self: start; color: #9499a3; font: 400 8px var(--sans); letter-spacing: .12em; }
.capability-items i { color: var(--orange); font: normal 12px var(--sans); transition: transform .25s; }
.capability-items a:hover { color: white; background: var(--navy); }
.capability-items a:hover i { transform: translate(3px, -3px); }

.section { padding: 140px 7vw; }
.section-heading { display: grid; grid-template-columns: 1.5fr .65fr; column-gap: 9vw; align-items: end; margin-bottom: 85px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2, .work-heading h2, .approach h2, .contact h2 { font-size: clamp(47px, 5.4vw, 80px); line-height: 1.02; }
.section-heading > p:last-child, .work-heading > p:last-child { color: var(--muted); line-height: 1.7; margin: 0 0 6px; font-size: 15px; }
.service-list { border-top: 1px solid var(--line); }
.service-card { min-height: 230px; display: grid; grid-template-columns: 9% 1fr auto; gap: 4vw; align-items: center; border-bottom: 1px solid var(--line); transition: padding .3s, background .3s; }
.service-card { color: inherit; text-decoration: none; }
.service-card:hover { background: rgba(255, 255, 255, .48); padding: 0 2vw; }
.service-number { font-size: 10px; letter-spacing: .15em; color: var(--orange); align-self: start; padding-top: 52px; }
.service-content { display: grid; grid-template-columns: minmax(210px, .75fr) 1.2fr .9fr; gap: 4vw; align-items: center; }
.service-content h3 { margin: 0; font-family: var(--display); font-size: clamp(30px, 3vw, 46px); font-weight: 500; letter-spacing: -.05em; }
.service-content p { max-width: 440px; margin: 0; line-height: 1.65; color: var(--muted); font-size: 14px; }
.service-content ul { list-style: none; padding: 0; margin: 0; font-size: 11px; line-height: 2; text-transform: uppercase; letter-spacing: .08em; color: #5d6472; }
.service-icon { width: 47px; height: 47px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--orange); transition: color .25s, background .25s, transform .25s; }
.service-card:hover .service-icon { color: white; background: var(--orange); transform: rotate(45deg); }

.work { color: white; background: var(--navy); }
.work-heading { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 8vw; margin-bottom: 80px; }
.work-heading .eyebrow { grid-column: 1 / -1; }
.work-heading h2 { color: white; }
.work-heading > p:last-child { color: rgba(255,255,255,.58); max-width: 390px; }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px 3vw; }
.project-large { grid-column: 1 / -1; }
.project-visual { overflow: hidden; position: relative; min-height: 560px; display: grid; place-items: center; }
.project-large .project-visual { min-height: 690px; }
.visual-one { background: linear-gradient(135deg, #efb585, #e47b52); }
.visual-two { background: #d8ab87; }
.visual-three { background: #f0d6c4; }
.mock-browser { width: 79%; height: 74%; padding: 0 0 30px; border-radius: 12px 12px 0 0; color: var(--navy); background: #f8eee0; box-shadow: 0 40px 80px rgba(7, 26, 61, .24); transform: translateY(10%); transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.project:hover .mock-browser { transform: translateY(6%); }
.browser-bar { padding: 13px 17px; display: flex; gap: 6px; border-bottom: 1px solid rgba(7,26,61,.1); }
.browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #d6c7b6; }
.browser-content { height: calc(100% - 34px); padding: 8%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: radial-gradient(circle at 76% 50%, rgba(43, 110, 88, .18), transparent 25%); }
.browser-content span { font-size: 11px; letter-spacing: .2em; }
.browser-content strong { margin: 35px 0; font: 500 clamp(34px, 5vw, 75px)/1.03 var(--serif); }
.browser-content b, .browser-content a { color: inherit; font: 600 10px var(--sans); text-transform: uppercase; letter-spacing: .15em; padding-bottom: 5px; border-bottom: 1px solid; text-decoration: none; }
.phone { width: 48%; min-width: 240px; height: 78%; color: var(--navy); background: #f8f3ec; border: 7px solid var(--navy); border-radius: 38px 38px 0 0; padding: 55px 24px 25px; transform: translateY(12%); box-shadow: 0 35px 60px rgba(7,26,61,.22); position: relative; transition: transform .7s; }
.project:hover .phone { transform: translateY(8%); }
.phone-notch { position: absolute; top: 13px; left: 50%; transform: translateX(-50%); width: 31%; height: 17px; border-radius: 20px; background: var(--navy); }
.phone > small { font-size: 9px; color: #777; }
.phone > strong { display: block; margin: 12px 0 32px; font: 600 23px/1.2 var(--display); letter-spacing: -.04em; }
.phone-chart { height: 120px; display: flex; align-items: end; gap: 9px; padding: 12px 16px 0; background: #fff; border-radius: 12px; }
.phone-chart i { flex: 1; height: 45%; background: var(--peach); border-radius: 6px 6px 0 0; }
.phone-chart i:nth-child(2) { height: 65%; }.phone-chart i:nth-child(3) { height: 52%; }.phone-chart i:nth-child(4) { height: 82%; background: var(--orange); }.phone-chart i:nth-child(5) { height: 72%; }
.phone-stats { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.phone-stats span { padding: 13px; border-radius: 9px; background: #fff; font: 600 18px var(--display); }
.phone-stats small { display: block; font: 8px var(--sans); color: #777; margin-top: 4px; }
.search-card { width: 76%; padding: 8%; color: var(--navy); background: rgba(255,255,255,.7); box-shadow: 0 35px 60px rgba(7,26,61,.12); transition: transform .5s; }
.project:hover .search-card { transform: translateY(-8px); }
.search-card > small { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.search-card > strong { display: block; font: 500 clamp(55px, 8vw, 110px) var(--display); letter-spacing: -.07em; color: var(--orange); }
.line-chart { height: 145px; margin: 10px 0; }
.line-chart svg { width: 100%; height: 100%; overflow: visible; }
.line-chart path { fill: none; stroke: var(--navy); stroke-width: 3; vector-effect: non-scaling-stroke; }
.search-card > span { font-size: 10px; color: #777; }
.project-meta { margin-top: 22px; display: flex; justify-content: space-between; align-items: start; }
.project-meta h3 { margin: 0 0 6px; font: 500 24px var(--display); }
.project-meta p, .project-meta > span { margin: 0; font-size: 11px; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .1em; }
.placeholder-note { margin: 55px 0 0; text-align: center; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.38); }

.approach { display: grid; grid-template-columns: .65fr 1.35fr; gap: 9vw; align-items: center; overflow: hidden; }
.approach-mark { position: relative; display: grid; place-items: center; }
.approach-mark::before, .approach-mark::after { content: ""; position: absolute; width: 36vw; max-width: 540px; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; }
.approach-mark::after { width: 27vw; max-width: 400px; }
.approach-mark img { width: 54%; position: relative; z-index: 2; filter: drop-shadow(0 24px 30px rgba(7,26,61,.15)); }
.approach-copy > .eyebrow { margin-bottom: 36px; }
.approach-lead { font-size: clamp(18px, 2vw, 25px); line-height: 1.6; color: #4c576b; max-width: 720px; margin: 38px 0 55px; }
.principles { border-top: 1px solid var(--line); }
.principles > div { display: grid; grid-template-columns: 50px .7fr 1fr; gap: 20px; align-items: baseline; padding: 28px 0; border-bottom: 1px solid var(--line); }
.principles span { color: var(--orange); font-size: 10px; }
.principles h3 { font: 500 17px var(--display); margin: 0; }
.principles p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0; }

.testimonial { position: relative; min-height: 650px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background: #f3e9dc; }
.quote-mark { height: 75px; color: var(--orange); font: 500 115px/1 var(--serif); }
.testimonial blockquote { max-width: 970px; margin: 20px auto 35px; font: 500 clamp(35px, 4.6vw, 68px)/1.18 var(--serif); letter-spacing: -.035em; }
.quote-source { display: flex; gap: 12px; align-items: start; justify-content: center; text-align: left; font-size: 11px; line-height: 1.6; text-transform: uppercase; letter-spacing: .08em; }
.quote-source span { color: var(--orange); }
.quote-source p { margin: 0; }

.testimonial-showcase { width: min(1120px, 88%); display: grid; grid-template-columns: 64px minmax(0, 900px) 64px; grid-template-rows: auto auto; gap: 22px 24px; align-items: center; justify-content: center; }
.testimonial-body { grid-column: 2; }
.testimonial-switch { width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid rgba(7,26,61,.12); border-radius: 50%; color: var(--navy); background: rgba(255,250,244,.82); box-shadow: 0 18px 38px rgba(7,26,61,.12); cursor: pointer; transition: transform .25s, background .25s, color .25s; }
.testimonial-switch:hover { color: white; background: var(--navy); transform: translateY(-3px); }
.testimonial-switch-prev { grid-column: 1; }
.testimonial-switch-next { grid-column: 3; }
.testimonial-switch-prev .icon-arrow { transform: rotate(180deg); }
.testimonial-tabs { grid-column: 2; display: flex; justify-content: center; gap: 10px; padding-top: 4px; flex-wrap: wrap; }
.testimonial-tabs button { border: 1px solid rgba(7,26,61,.12); border-radius: 999px; padding: 11px 16px; color: var(--navy); background: rgba(255,250,244,.84); font: 700 9px var(--display); letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: background .25s, color .25s; }
.testimonial-tabs button.active, .testimonial-tabs button:hover { color: white; background: var(--navy); }

.contact { min-height: 730px; padding: 130px 8vw; position: relative; display: flex; align-items: center; overflow: hidden; color: white; background: var(--navy); }
.contact-inner { position: relative; z-index: 2; }
.contact h2 { color: white; font-size: clamp(52px, 7vw, 102px); }
.contact p:not(.eyebrow) { max-width: 520px; margin: 35px 0; color: rgba(255,255,255,.62); line-height: 1.65; }
.contact-actions { display: flex; gap: 32px; align-items: center; }
.button-light { color: var(--navy); background: white; }
.button-light:hover { background: var(--orange); color: white; }
.light-link { color: white; border-color: rgba(255,255,255,.5); }
.contact-shell { position: absolute; right: -3vw; bottom: -18%; width: min(40vw, 620px); opacity: .75; filter: saturate(.85) drop-shadow(0 20px 60px rgba(0,0,0,.3)); transform: rotate(-12deg); }
.contact-glow { position: absolute; right: -10%; bottom: -30%; width: 65vw; height: 65vw; border-radius: 50%; background: radial-gradient(circle, rgba(255,80,23,.2), transparent 68%); }

footer { min-height: 280px; padding: 65px 7vw 35px; display: grid; grid-template-columns: 1fr 1fr; align-items: start; background: var(--paper); }
.footer-brand { width: 180px; }
.footer-links { display: flex; justify-content: flex-end; gap: 32px; font-size: 12px; font-weight: 600; }
.footer-links a:hover { color: var(--orange); }
.footer-meta { grid-column: 1 / -1; align-self: end; display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid var(--line); color: #747b88; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

/* Interior pages */
.site-nav a.active:not(.nav-cta) { color: var(--orange); }
.page-hero { min-height: 760px; padding: 180px 7vw 100px; display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 9vw; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 55vw; height: 55vw; border-radius: 50%; right: -25vw; top: -26vw; border: 1px solid var(--line); box-shadow: 0 0 0 9vw rgba(255, 80, 23, .025), 0 0 0 18vw rgba(255, 80, 23, .018); }
.page-hero-copy { position: relative; z-index: 1; }
.page-hero h1, .about-hero h1, .contact-page-intro h1 { margin: 0; font: 500 clamp(62px, 8vw, 125px)/.93 var(--display); letter-spacing: -.07em; }
.page-hero-copy > p:last-child { max-width: 620px; margin: 38px 0 0; font-size: 18px; line-height: 1.7; color: var(--muted); }
.page-index { padding: 30px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.page-index > span { font-size: 9px; text-transform: uppercase; letter-spacing: .17em; color: var(--orange); }
.page-index ol { list-style: none; counter-reset: item; padding: 0; margin: 20px 0 0; }
.page-index li { counter-increment: item; padding: 8px 0; font: 500 15px var(--display); }
.page-index li::before { content: "0" counter(item); display: inline-block; width: 45px; color: #959aa5; font: 400 9px var(--sans); }
.page-index a { color: inherit; text-decoration: none; }
.page-index a:hover { color: var(--orange); }

.service-detail { min-height: 770px; padding: 110px 7vw; display: grid; grid-template-columns: .22fr 1.25fr .75fr; gap: 5vw; align-items: center; position: relative; overflow: hidden; }
.service-detail, .pricing-group { scroll-margin-top: 96px; }
.detail-aside { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid currentColor; border-color: rgba(7,26,61,.15); }
.detail-aside span { color: var(--orange); font-size: 10px; }
.detail-aside p { writing-mode: vertical-rl; transform: rotate(180deg); margin: 0 16px 0 0; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.detail-main { position: relative; z-index: 2; }
.detail-main h2 { margin: 0; font: 500 clamp(45px, 5.2vw, 76px)/1.03 var(--display); letter-spacing: -.06em; }
.detail-lead { max-width: 680px; margin: 32px 0 55px; font-size: 18px; line-height: 1.65; color: var(--muted); }
.detail-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; }
.detail-columns h3 { margin: 0 0 19px; font: 600 10px var(--sans); text-transform: uppercase; letter-spacing: .15em; color: var(--orange); }
.detail-columns ul { padding: 0; margin: 0; list-style: none; font-size: 13px; line-height: 2; }
.detail-columns li::before { content: "—"; margin-right: 12px; color: var(--orange); }
.detail-columns p { margin: 0; font-size: 13px; line-height: 1.75; color: var(--muted); }
.detail-art { aspect-ratio: .85; display: grid; place-items: center; position: relative; }
.orange-detail { background: #fffaf4; }
.navy-detail { color: white; background: var(--navy); }
.navy-detail .detail-aside { border-color: rgba(255,255,255,.18); }
.navy-detail .detail-lead, .navy-detail .detail-columns p { color: rgba(255,255,255,.6); }
.cream-detail { background: #f1e7da; }
.peach-detail { background: #ffd0b5; }
.mini-window { width: 86%; aspect-ratio: .72; padding: 16%; display: flex; flex-direction: column; justify-content: center; background: var(--navy); color: white; box-shadow: 25px 30px 0 var(--peach); transform: rotate(4deg); }
.mini-window span { width: 30px; height: 3px; background: var(--orange); margin-bottom: 45px; }
.mini-window strong { font: 500 clamp(28px, 3vw, 46px)/1.05 var(--serif); }
.mini-window i { margin-top: 48px; font: normal 8px var(--sans); text-transform: uppercase; letter-spacing: .15em; color: rgba(255,255,255,.55); }
.search-art::before, .search-art::after { content: ""; position: absolute; width: 90%; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); }
.search-art::after { width: 60%; }
.search-orbit { width: 63%; aspect-ratio: 1; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; background: var(--orange); position: relative; z-index: 1; box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.search-orbit strong { font: 500 clamp(42px, 5vw, 72px) var(--display); letter-spacing: -.07em; }
.search-orbit span { font-size: 8px; text-transform: uppercase; letter-spacing: .15em; }
.app-screen { width: 90%; padding: 12%; color: white; background: var(--navy); box-shadow: 20px 25px 0 rgba(255,255,255,.5); }
.app-screen small { font-size: 8px; text-transform: uppercase; letter-spacing: .15em; color: var(--peach); }
.app-screen b { display: block; margin: 30px 0 50px; font: 500 clamp(28px, 3vw, 44px)/1.08 var(--display); }
.app-screen > div { height: 120px; display: flex; align-items: end; gap: 10px; }
.app-screen i { flex: 1; height: 45%; border-radius: 6px 6px 0 0; background: var(--coral); }
.app-screen i:nth-child(2) { height: 90%; background: var(--orange); }.app-screen i:nth-child(3) { height: 68%; }
.ai-art::before { content: ""; position: absolute; width: 105%; aspect-ratio: 1; border: 1px solid rgba(7,26,61,.18); border-radius: 50%; }
.ai-art img { width: 65%; position: relative; z-index: 1; filter: drop-shadow(0 20px 30px rgba(7,26,61,.18)); }
.pricing-section { padding: 80px 7vw 70px; }
.pricing-group { padding: 48px 0; display: grid; grid-template-columns: minmax(230px, .42fr) 1fr; gap: 7vw; border-top: 1px solid var(--line); }
.pricing-group:last-of-type { border-bottom: 1px solid var(--line); }
.pricing-group-heading { position: sticky; top: 118px; align-self: start; display: grid; gap: 26px; }
.pricing-group-heading span { color: var(--orange); font: 700 10px var(--display); letter-spacing: .14em; }
.pricing-group-heading h2 { max-width: 340px; margin: 0; font: 500 clamp(42px, 5.6vw, 76px)/.9 var(--display); letter-spacing: -.065em; }
.pricing-table { width: 100%; border-collapse: collapse; }
.pricing-table th { text-align: left; padding: 0 0 16px; font: 700 9px var(--display); text-transform: uppercase; letter-spacing: .14em; color: var(--muted); border-bottom: 1px solid rgba(7,26,61,.16); }
.pricing-table td { padding: 24px 0; vertical-align: top; border-bottom: 1px solid rgba(7,26,61,.1); font-size: 14px; line-height: 1.65; }
.pricing-table tr:last-child td { border-bottom: 0; }
.pricing-table td:first-child { width: 32%; padding-right: 24px; font: 700 15px var(--display); white-space: nowrap; color: var(--navy); }
.pricing-amount { width: 22%; padding-right: 24px; font: 700 clamp(18px, 2vw, 24px)/1 var(--display); color: var(--orange); white-space: nowrap; }
.pricing-table td:last-child { color: var(--muted); }
.pricing-note { max-width: 760px; margin: 58px 0 0 auto; color: var(--muted); text-align: left; font-size: 14px; line-height: 1.7; }

.process-section { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid > div { min-height: 280px; padding: 34px 30px; border-right: 1px solid var(--line); }
.process-grid > div:last-child { border: 0; }
.process-grid span { color: var(--orange); font-size: 10px; }
.process-grid h3 { margin: 75px 0 14px; font: 500 24px var(--display); }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.mini-cta { min-height: 500px; padding: 90px 7vw; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: white; background: var(--orange); }
.mini-cta p { margin: 0 0 20px; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.mini-cta h2 { max-width: 900px; margin: 0 0 40px; font: 500 clamp(42px, 5.5vw, 80px)/1.05 var(--serif); }
.mini-cta .button-light:hover { color: white; background: var(--navy); box-shadow: 0 12px 28px rgba(7, 26, 61, .2); }

/* Work page */
.work-page-hero { min-height: 800px; }
.concept-badge { justify-self: end; width: 145px; height: 145px; border-radius: 50%; display: grid; place-items: center; text-align: center; color: white; background: var(--orange); font-size: 9px; line-height: 1.7; text-transform: uppercase; letter-spacing: .14em; transform: rotate(8deg); }
.case-study { padding: 100px 7vw 130px; }
.case-visual { min-height: 720px; display: grid; place-items: end center; overflow: hidden; }
.case-palm .case-visual { place-items: center; }
.case-palm .case-visual { background: linear-gradient(135deg,#f4c79d,#dd7650); }
.site-showcase { width: min(1120px, 88%); display: grid; grid-template-columns: 64px minmax(0, 900px) 64px; grid-template-rows: minmax(0, auto) auto; gap: 22px 24px; align-items: center; justify-content: center; }
.site-feature { grid-column: 2; min-height: 500px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; color: white; text-decoration: none; background: var(--navy); border-radius: 28px; box-shadow: 0 40px 90px rgba(7,26,61,.28); transition: transform .35s, box-shadow .35s; }
.site-feature:hover { transform: translateY(-5px); box-shadow: 0 46px 98px rgba(7,26,61,.34); }
.site-feature::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,26,61,.03) 0%, rgba(7,26,61,.12) 40%, rgba(7,26,61,.86) 100%); z-index: 1; }
.site-feature::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 18px; z-index: 2; pointer-events: none; }
.site-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; transform: scale(1.01); opacity: .92; transition: opacity .25s, transform .55s; }
.site-feature:hover img { transform: scale(1.04); opacity: 1; }
.site-feature > * { position: relative; z-index: 3; }
.site-feature > img { z-index: 0; }
.site-feature > span { position: absolute; top: 28px; left: 30px; color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .16em; }
.site-feature small { margin-bottom: auto; padding-top: 58px; color: rgba(255,255,255,.78); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.site-feature h3 { max-width: 650px; margin: 0 0 12px; font: 500 clamp(46px, 5.4vw, 82px)/.9 var(--display); letter-spacing: -.07em; }
.site-feature p { max-width: 520px; margin: 0 0 24px; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.55; }
.site-feature b { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.site-switch { width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid rgba(7,26,61,.12); border-radius: 50%; color: var(--navy); background: rgba(255,250,244,.82); box-shadow: 0 18px 38px rgba(7,26,61,.12); cursor: pointer; transition: transform .25s, background .25s, color .25s; }
.site-switch:hover { color: white; background: var(--navy); transform: translateY(-3px); }
.site-switch .icon-arrow { -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat; }
.site-switch-prev { grid-column: 1; }
.site-switch-next { grid-column: 3; }
.site-switch-prev .icon-arrow { transform: rotate(180deg); }
.site-tabs { grid-column: 2; display: flex; justify-content: center; gap: 10px; padding-top: 4px; }
.site-tabs button { min-width: 112px; border: 1px solid rgba(7,26,61,.12); border-radius: 999px; padding: 11px 16px; color: var(--navy); background: rgba(255,250,244,.84); font: 700 9px var(--display); letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: background .25s, color .25s; }
.site-tabs button.active, .site-tabs button:hover { color: white; background: var(--navy); }
.case-browser { width: 82%; height: 80%; background: #f8efe2; color: var(--navy); box-shadow: 0 35px 80px rgba(7,26,61,.2); transform: translateY(8%); }
.case-browser nav { height: 65px; padding: 0 5%; display: flex; justify-content: space-between; align-items: center; font-size: 10px; letter-spacing: .13em; }
.case-browser nav span { font-size: 8px; }
.case-browser main { height: calc(100% - 65px); padding: 8%; display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at 78% 48%, rgba(68,120,88,.2), transparent 28%); }
.case-browser small { font-size: 8px; letter-spacing: .15em; }
.case-browser h2 { margin: 25px 0 40px; font: 500 clamp(48px, 7vw, 100px)/.95 var(--serif); }
.case-browser h2 i { color: #ae634c; font-weight: 400; }
.case-browser a { align-self: flex-start; padding-bottom: 6px; border-bottom: 1px solid; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.case-copy { padding-top: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; }
.case-copy span, .case-copy dt { font-size: 8px; text-transform: uppercase; letter-spacing: .15em; color: var(--orange); }
.case-copy h2 { margin: 8px 0 0; font: 500 38px var(--display); letter-spacing: -.04em; }
.case-copy > p { margin: 0; font-size: 17px; line-height: 1.65; color: var(--muted); }
.case-copy dl { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; padding-top: 25px; border-top: 1px solid var(--line); }
.case-copy dt { color: #979ba4; }
.case-copy dd { margin: 8px 0 0; font-size: 11px; }
.case-sales { color: white; background: var(--navy); }
.case-sales .case-visual { background: radial-gradient(circle at 80% 10%, rgba(245, 158, 99, .32), transparent 28%), linear-gradient(135deg, #f5dfc4, #cfe4dc); }
.case-sales .case-copy > p { color: rgba(255,255,255,.62); }
.case-sales .case-copy dl { border-color: rgba(255,255,255,.15); }
.sales-dashboard { width: 88%; min-height: 76%; padding: 0 0 2.4%; color: var(--navy); background: #fffaf4; border-radius: 22px 22px 0 0; box-shadow: 0 38px 85px rgba(7,26,61,.28); transform: translateY(8%); overflow: hidden; }
.sales-dashboard header { height: 62px; display: flex; justify-content: space-between; align-items: center; color: white; background: var(--navy); margin: 0 0 22px; padding: 0 3%; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.sales-dashboard header span { font-size: 8px; color: rgba(255,255,255,.62); }
.sales-toolbar { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; margin: 0 2.4% 15px; }
.sales-toolbar span, .sales-toolbar button { min-height: 44px; border: 0; border-radius: 15px; font: 700 10px var(--display); letter-spacing: .05em; }
.sales-toolbar span { display: flex; align-items: center; padding: 0 18px; color: #7a8190; background: white; box-shadow: inset 0 0 0 1px rgba(7,26,61,.08); }
.sales-toolbar button { padding: 0 16px; color: var(--navy); background: var(--orange); text-transform: uppercase; }
.sales-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin: 0 2.4% 15px; }
.sales-metrics > div, .sales-panel { padding: 20px; border-radius: 20px; background: white; box-shadow: inset 0 0 0 1px rgba(7,26,61,.07); }
.sales-metrics small, .sales-panel small { display: block; color: #7f8796; font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.sales-metrics strong { display: block; margin-top: 8px; font: 600 36px/.95 var(--display); letter-spacing: -.05em; }
.sales-metrics em { display: block; margin-top: 7px; color: #6aa99b; font-size: 10px; font-style: normal; font-weight: 700; }
.sales-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 15px; margin: 0 2.4%; }
.sales-panel { min-height: 250px; }
.sales-bars p { display: grid; grid-template-columns: 105px 1fr 55px; align-items: center; gap: 12px; margin: 17px 0 0; font-size: 11px; font-weight: 700; }
.sales-bars i { height: 11px; overflow: hidden; border-radius: 999px; background: rgba(7,26,61,.09); }
.sales-bars i b { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--orange), #f5bd42); }
.sales-bars p:nth-of-type(even) i b { background: linear-gradient(90deg, #87bdb3, #b8e2d6); }
.sales-table p { display: grid; grid-template-columns: 1fr .7fr .7fr; gap: 10px; margin: 12px 0 0; padding: 12px; border-radius: 14px; background: #f3eee7; font-size: 11px; font-weight: 700; }
.sales-table strong { color: var(--orange); }
.sales-pie { position: relative; display: grid; place-items: center; align-content: center; gap: 14px; background: radial-gradient(circle at 50% 24%, rgba(238,137,83,.18), transparent 46%), white; }
.donut-wrap { position: relative; display: grid; place-items: center; width: min(210px, 88%); }
.pie-chart { position: relative; width: 100%; aspect-ratio: 1; border-radius: 50%; background: conic-gradient(from -35deg, var(--orange) 0 68%, #86bdb4 68% 87%, #748099 87% 100%); box-shadow: 0 18px 42px rgba(7,26,61,.16); }
.pie-chart::before { content: ""; position: absolute; inset: 16px; border-radius: inherit; background: #fffaf4; box-shadow: inset 0 0 0 1px rgba(7,26,61,.07); }
.pie-chart::after { content: ""; position: absolute; inset: -9px; border-radius: inherit; border: 1px solid rgba(238,137,83,.34); transform: rotate(18deg); }
.pie-chart span { position: absolute; inset: 0; z-index: 1; display: grid; place-content: center; text-align: center; }
.pie-chart strong { display: block; font: 600 42px/.8 var(--display); letter-spacing: -.06em; }
.pie-chart em { display: block; margin-top: 7px; color: #7f8796; font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.pie-callout { position: absolute; right: -26px; bottom: 22px; z-index: 2; padding: 9px 11px; border-radius: 999px; color: white; background: var(--navy); box-shadow: 0 12px 24px rgba(7,26,61,.18); font-size: 8px; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; }
.pie-legend { display: grid; grid-template-columns: 1fr; gap: 7px; width: min(210px, 88%); color: var(--navy); font-size: 10px; font-weight: 700; }
.pie-legend span { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 7px 9px; border-radius: 999px; background: #f3eee7; }
.pie-legend i { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); margin-right: auto; order: -1; }
.pie-legend span:nth-child(2) i { background: #86bdb4; }
.pie-legend span:nth-child(3) i { background: #748099; }
.case-trucking .case-visual { background: radial-gradient(circle at 18% 12%, rgba(238,137,83,.24), transparent 24%), linear-gradient(135deg, #f1dac9, #f8efe2); }
.driver-schedule { width: 86%; min-height: 78%; padding: 0 0 2.4%; color: var(--navy); background: #fffaf4; border-radius: 26px 26px 0 0; box-shadow: 0 34px 80px rgba(7,26,61,.18); transform: translateY(8%); overflow: hidden; }
.driver-schedule header { height: 68px; display: flex; justify-content: space-between; align-items: center; margin: 0 0 18px; padding: 0 3%; color: white; background: var(--navy); }
.driver-schedule header b { display: block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.driver-schedule header span { display: block; margin-top: 4px; color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.driver-schedule header button { border: 0; border-radius: 999px; padding: 10px 13px; color: var(--navy); background: var(--orange); font: 800 9px var(--display); letter-spacing: .08em; text-transform: uppercase; }
.driver-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 2.4% 14px; }
.driver-summary div, .week-board article { background: white; border-radius: 18px; box-shadow: inset 0 0 0 1px rgba(7,26,61,.07); }
.driver-summary div { padding: 15px; }
.driver-summary small { color: #7f8796; font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.driver-summary strong { display: block; margin-top: 7px; font: 600 30px/.95 var(--display); letter-spacing: -.05em; }
.driver-summary span { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 700; }
.week-board { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin: 0 2.4%; }
.week-board article { min-height: 310px; padding: 16px; }
.week-board article.active { background: linear-gradient(180deg, #fff, #fff0e7); box-shadow: inset 0 0 0 2px rgba(238,137,83,.28); }
.week-board h3 { display: flex; justify-content: space-between; align-items: baseline; margin: 0 0 14px; font: 600 28px/.95 var(--display); letter-spacing: -.05em; }
.week-board h3 span { color: var(--orange); font: 800 9px var(--display); letter-spacing: .11em; text-transform: uppercase; }
.week-board ol { position: relative; display: grid; gap: 12px; margin: 0; padding: 0 0 0 18px; list-style: none; }
.week-board ol::before { content: ""; position: absolute; left: 4px; top: 12px; bottom: 12px; width: 1px; background: rgba(7,26,61,.12); }
.week-board li { position: relative; display: grid; grid-template-columns: 35px 1fr; gap: 10px; }
.week-board li::before { content: ""; position: absolute; left: -18px; top: 7px; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(238,137,83,.13); }
.week-board li:nth-child(2)::before { background: #86bdb4; box-shadow: 0 0 0 5px rgba(134,189,180,.16); }
.week-board time { color: var(--orange); font-size: 10px; font-weight: 900; }
.week-board b { display: block; font-size: 11px; line-height: 1.25; }
.week-board li span { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; line-height: 1.35; }
.portfolio-disclaimer { margin: 0; padding: 35px; text-align: center; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; color: #858b95; background: #eee8df; }

/* About page */
.about-hero { min-height: 980px; padding: 175px 7vw 100px; display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr auto; align-items: center; gap: 4vw; overflow: hidden; }
.about-shell { height: 600px; display: grid; place-items: center; position: relative; }
.about-shell div { position: absolute; width: 115%; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 9vw rgba(255,80,23,.02); }
.about-shell img { width: 59%; position: relative; z-index: 1; filter: drop-shadow(0 28px 35px rgba(7,26,61,.18)); animation: float 5s ease-in-out infinite; }
.about-intro { grid-column: 1 / -1; max-width: 850px; margin: 10px 0 0 12vw; font: 500 clamp(22px,2.5vw,36px)/1.5 var(--serif); }
.manifesto { min-height: 760px; padding: 120px 10vw; display: flex; flex-direction: column; justify-content: center; color: white; background: var(--navy); }
.manifesto > p { margin: 0 0 50px; color: var(--orange); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.manifesto h2 { max-width: 1150px; margin: 0; font: 400 clamp(38px,5.3vw,78px)/1.2 var(--display); letter-spacing: -.055em; }
.values-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10vw; }
.values-intro h2, .founder-copy h2 { margin: 0; font: 500 clamp(46px,5vw,73px)/1.02 var(--display); letter-spacing: -.06em; }
.values-list { border-top: 1px solid var(--line); }
.values-list article { display: grid; grid-template-columns: 45px .85fr 1.15fr; gap: 25px; align-items: baseline; padding: 36px 0; border-bottom: 1px solid var(--line); }
.values-list span { font-size: 9px; color: var(--orange); }
.values-list h3 { margin: 0; font: 500 20px var(--display); }
.values-list p { margin: 0; font-size: 13px; line-height: 1.7; color: var(--muted); }
.founder-placeholder { min-height: 850px; padding: 120px 7vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; align-items: center; background: #f1e5d7; }
.founder-visual { height: 580px; position: relative; background: #e2b697; overflow: hidden; }
.founder-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center center; }
.founder-visual span { position: absolute; left: 25px; bottom: 22px; padding: 9px 11px; color: white; background: rgba(7,26,61,.72); font-size: 8px; text-transform: uppercase; line-height: 1.7; letter-spacing: .14em; }
.founder-copy > p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.founder-copy h2 + p { margin-top: 38px; }

/* Contact page */
.contact-page { background: var(--navy); }
.contact-page .site-header { background: rgba(250,246,239,.94); backdrop-filter: blur(16px); }
.contact-page-main { min-height: 100vh; padding: 170px 7vw 130px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; color: white; position: relative; overflow: hidden; }
.contact-page-intro { position: relative; z-index: 2; }
.contact-page-intro h1 { font-size: clamp(58px,6.7vw,100px); }
.contact-page-intro > p:not(.eyebrow) { max-width: 490px; margin: 35px 0 55px; line-height: 1.7; color: rgba(255,255,255,.6); }
.direct-contact { display: flex; flex-direction: column; gap: 10px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.45); }
.direct-contact a { align-self: flex-start; display: inline-flex; align-items: center; gap: 9px; color: var(--peach); text-transform: none; letter-spacing: 0; font-size: 14px; border-bottom: 1px solid rgba(255,190,156,.35); padding-bottom: 5px; }
.inquiry-wrap { position: relative; z-index: 2; padding: 48px; color: var(--navy); background: var(--paper); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.inquiry-form { display: flex; flex-direction: column; gap: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.inquiry-form label, .inquiry-form legend { display: flex; flex-direction: column; gap: 9px; font: 600 10px var(--sans); text-transform: uppercase; letter-spacing: .1em; }
.inquiry-form label > span { color: #969ba4; font-size: 8px; }
.inquiry-form input, .inquiry-form textarea, .inquiry-form select { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 12px 0; color: var(--navy); background: transparent; font: 400 14px var(--sans); outline: none; text-transform: none; letter-spacing: 0; }
.inquiry-form input:focus, .inquiry-form textarea:focus, .inquiry-form select:focus { border-color: var(--orange); }
.inquiry-form textarea { resize: vertical; min-height: 120px; }
.inquiry-form fieldset { padding: 0; margin: 0; border: 0; }
.inquiry-form legend { margin-bottom: 15px; }
.choice-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.choice-grid label { display: block; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span { display: block; padding: 11px 14px; border: 1px solid var(--line); border-radius: 999px; color: #535e72; font-size: 9px; transition: color .2s, background .2s, border .2s; cursor: pointer; }
.choice-grid input:checked + span { color: white; border-color: var(--orange); background: var(--orange); }
.form-submit { align-self: flex-start; min-width: 220px; padding: 16px 20px; display: flex; justify-content: space-between; border: 0; border-radius: 999px; color: white; background: var(--orange); font: 600 12px var(--sans); cursor: pointer; transition: transform .2s, background .2s; }
.form-submit:hover { transform: translateY(-2px); background: var(--navy); }
.form-note { margin: -15px 0 0; color: #979ba3; font-size: 8px; line-height: 1.6; }
.contact-page-shell { position: absolute; width: 36vw; left: -13vw; bottom: -17vw; opacity: .13; transform: rotate(25deg); }
.dark-footer { color: white; background: #051631; }
.dark-footer .footer-brand { filter: brightness(0) invert(1); opacity: .85; }
.dark-footer .footer-meta { border-color: rgba(255,255,255,.12); color: rgba(255,255,255,.45); }

/* Thank-you page */
.thank-you-hero { min-height: 100vh; padding: 170px 7vw 110px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; align-items: center; overflow: hidden; }
.thank-you-copy { position: relative; z-index: 2; }
.thank-you-copy h1 { max-width: 920px; margin: 0; font: 500 clamp(58px,7vw,104px)/.98 var(--display); letter-spacing: -.07em; }
.thank-you-copy > p:not(.eyebrow) { max-width: 560px; margin: 35px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.thank-you-hero > img { width: min(38vw, 540px); justify-self: center; filter: drop-shadow(0 35px 46px rgba(7,26,61,.16)); animation: float 5s ease-in-out infinite; }

@media (max-width: 980px) {
  .hero { padding-top: 125px; grid-template-columns: minmax(0, 1fr); }
  .hero-art { position: absolute; right: -9vw; top: 22%; width: 50vw; opacity: .34; }
  .hero-copy { z-index: 3; }
  .hero-intro { max-width: 560px; }
  .section-heading, .work-heading { grid-template-columns: 1fr; }
  .section-heading h2, .work-heading h2 { margin-bottom: 25px; }
  .section-heading > p:last-child, .work-heading > p:last-child { max-width: 580px; }
  .service-content { grid-template-columns: .8fr 1.2fr; }
  .service-content ul { display: none; }
  .project-visual, .project-large .project-visual { min-height: 480px; }
  .approach { grid-template-columns: 1fr; }
  .approach-mark { display: none; }
  .service-detail { grid-template-columns: 45px 1fr; }
  .detail-art { display: none; }
  .pricing-group { grid-template-columns: 1fr; }
  .pricing-group-heading { position: static; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid > div:nth-child(2) { border-right: 0; }
  .process-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .case-visual { min-height: 570px; }
  .values-section { grid-template-columns: 1fr; }
  .founder-placeholder { grid-template-columns: .8fr 1.2fr; gap: 6vw; }
  .contact-page-main { grid-template-columns: 1fr; }
  .contact-page-intro { max-width: 750px; }
}

@media (max-width: 720px) {
  body { overflow-x: clip; }
  h1, h2, h3, p, a, span, td, dd, blockquote { overflow-wrap: anywhere; }
  .site-header, .site-header.scrolled { inset: 12px 14px auto; width: auto; height: 60px; padding: 0 9px 0 17px; border: 1px solid rgba(7, 26, 61, .1); border-radius: 18px; background: rgba(255, 250, 244, .98); box-shadow: 0 10px 34px rgba(7, 26, 61, .09); backdrop-filter: none; }
  .brand { width: 137px; position: relative; z-index: 3; }
  .brand img { transition: filter .25s; }
  .site-header.menu-open .brand img { filter: brightness(0) invert(1); }
  .menu-toggle { width: 42px; height: 42px; padding: 0; display: grid; place-content: center; gap: 5px; position: relative; z-index: 3; border-radius: 13px; background: var(--orange); cursor: pointer; transition: background .25s, transform .25s; }
  .menu-toggle:active { transform: scale(.94); }
  .menu-toggle span { display: block; width: 19px; height: 1.5px; margin: 0; background: white; transition: transform .25s, background .25s; }
  .menu-toggle.active { background: white; }
  .menu-toggle.active span { background: var(--navy); }
  .menu-toggle.active span:first-child { transform: translateY(3.25px) rotate(45deg); }
  .menu-toggle.active span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
  .site-nav { position: absolute; inset: -13px -15px auto auto; width: 100vw; min-height: 100vh; height: 100dvh; padding: 118px 28px 42px; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; visibility: hidden; color: white; background: var(--navy); font: 500 40px var(--display); transform: translateX(calc(100% + 20px)); transition: transform .4s cubic-bezier(.2,.8,.2,1), visibility 0s .4s; }
  .site-nav.open { visibility: visible; transform: none; transition: transform .4s cubic-bezier(.2,.8,.2,1), visibility 0s; }
  .site-nav > a:not(.nav-cta) { width: 100%; padding: 17px 2px; border-bottom: 1px solid rgba(255,255,255,.16); opacity: 0; transform: translateX(24px); transition: opacity .25s, transform .35s; }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .site-nav.open > a { opacity: 1; transform: none; }
  .site-nav.open > a:nth-child(1) { transition-delay: .08s; }
  .site-nav.open > a:nth-child(2) { transition-delay: .13s; }
  .site-nav.open > a:nth-child(3) { transition-delay: .18s; }
  .site-nav .nav-cta { width: 100%; margin-top: 30px; padding: 17px 20px; justify-content: center; opacity: 0; transform: translateY(14px); font: 600 13px var(--sans); background: var(--orange); }
  .site-nav.open .nav-cta { opacity: 1; transform: none; transition: opacity .3s .24s, transform .3s .24s, background .2s; }
  .hero { min-height: 920px; padding: 135px 24px 36px; align-items: start; }
  .hero-copy, .page-hero-copy, .contact-page-intro, .thank-you-copy { width: 100%; max-width: calc(100vw - 48px); min-width: 0; }
  .hero h1, .hero h1.hero-tagline { max-width: calc(100vw - 48px); font-size: clamp(31px, 8.8vw, 38px); line-height: 1.08; letter-spacing: -.04em; }
  .hero h1 em { display: block; font-size: .98em; line-height: 1; }
  .hero-intro { font-size: 16px; line-height: 1.6; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-art { width: 73vw; top: auto; bottom: 72px; right: -18vw; opacity: .52; }
  .art-note { display: none; }
  .hero-foot { position: absolute; left: 24px; right: 24px; bottom: 30px; grid-template-columns: 1fr 1fr; }
  .hero-foot > p:first-child { display: none; }
  .scroll-cue { justify-self: start; }
  .capability-rail { padding: 0 24px; grid-template-columns: 1fr; }
  .capability-rail > p { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .capability-items { grid-template-columns: 1fr 1fr; }
  .capability-items a { min-height: 92px; padding: 18px 14px; border-bottom: 1px solid var(--line); }
  .capability-items a:nth-child(2) { border-right: 0; }
  .capability-items a:nth-child(n+3) { border-bottom: 0; }
  .section { padding: 95px 24px; }
  .section-heading { margin-bottom: 55px; }
  .section-heading h2, .work-heading h2, .approach h2 { font-size: 44px; line-height: 1.04; }
  .service-card { min-height: 250px; grid-template-columns: 30px 1fr; gap: 0; padding: 35px 0; }
  .service-card:hover { padding: 35px 10px; }
  .service-number { padding-top: 7px; }
  .service-content { display: block; }
  .service-content h3 { margin-bottom: 18px; }
  .service-icon { display: none; }
  .project-grid { grid-template-columns: 1fr; gap: 60px; }
  .project-large { grid-column: auto; }
  .project-visual, .project-large .project-visual { min-height: 420px; }
  .mock-browser { width: 92%; }
  .browser-content strong { font-size: 34px; overflow-wrap: normal; }
  .phone { width: 65%; }
  .principles > div { grid-template-columns: 32px 1fr; }
  .principles p { grid-column: 2; }
  .testimonial { min-height: 600px; }
  .testimonial blockquote { font-size: 36px; }
  .testimonial-showcase { width: 96%; grid-template-columns: 44px 1fr 44px; gap: 14px 8px; }
  .testimonial-switch { width: 44px; height: 44px; }
  .testimonial-tabs { grid-column: 1 / -1; padding-top: 4px; row-gap: 8px; }
  .testimonial-tabs button { padding: 9px 11px; font-size: 8px; }
  .contact { min-height: 720px; padding: 100px 24px; align-items: flex-start; }
  .contact h2 { font-size: 55px; }
  .contact-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .button-light { gap: 15px; }
  .contact-shell { width: 70vw; right: -14vw; bottom: -8%; opacity: .44; }
  footer { min-height: 320px; padding: 50px 24px 28px; grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; margin-top: 45px; }
  .footer-meta { gap: 15px; }
  .page-hero { min-height: 760px; padding: 145px 24px 80px; grid-template-columns: 1fr; gap: 55px; }
  .page-hero h1, .about-hero h1 { max-width: calc(100vw - 48px); font-size: clamp(36px, 10vw, 43px); line-height: 1.05; letter-spacing: -.052em; }
  .page-hero h1 em, .about-hero h1 em, .detail-main h2 em, .manifesto h2 em, .mini-cta h2 em { overflow-wrap: anywhere; }
  .page-hero-copy > p:not(.eyebrow), .detail-lead, .detail-columns p, .pricing-table td:last-child, .case-copy > p, .contact-page-intro > p:not(.eyebrow) { max-width: 100%; overflow-wrap: anywhere; }
  .page-index { max-width: 330px; }
  .pricing-section { padding: 65px 24px 50px; }
  .pricing-group { padding: 42px 0; gap: 28px; }
  .pricing-group-heading { gap: 14px; }
  .pricing-group-heading h2 { max-width: none; font-size: 45px; }
  .pricing-table thead { display: none; }
  .pricing-table { display: block; border-top: 0; }
  .pricing-table tbody, .pricing-table tr { display: block; }
  .pricing-table tr { padding: 20px 0; border-bottom: 1px solid rgba(7,26,61,.1); }
  .pricing-table tr:last-child { border-bottom: 0; }
  .pricing-table td { display: block; padding: 4px 0; border: 0; }
  .pricing-table td:first-child { width: auto; padding-right: 0; font-size: 16px; white-space: normal; }
  .pricing-amount { width: auto; display: block; margin: 4px 0; }
  .pricing-note { margin-top: 40px; }
  .service-detail { min-height: auto; padding: 85px 24px; grid-template-columns: 1fr; gap: 26px; }
  .detail-aside { min-height: auto; flex-direction: row; align-items: center; justify-content: flex-start; gap: 14px; padding-bottom: 18px; border-right: 0; border-bottom: 1px solid currentColor; }
  .detail-aside p { writing-mode: initial; transform: none; margin: 0; }
  .detail-main h2 { font-size: 34px; line-height: 1.08; letter-spacing: -.045em; }
  .detail-lead { font-size: 16px; margin-bottom: 38px; }
  .detail-columns { grid-template-columns: 1fr; gap: 32px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid > div { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid > div:nth-child(3) { border-bottom: 1px solid var(--line); }
  .process-grid h3 { margin-top: 45px; }
  .mini-cta { min-height: 480px; padding: 75px 24px; }
  .mini-cta h2 { font-size: 42px; line-height: 1.08; }
  .work-page-hero { min-height: 830px; }
  .concept-badge { justify-self: start; width: 115px; height: 115px; }
  .case-study { padding: 65px 24px 90px; }
  .case-visual { min-height: 430px; }
  .case-palm .case-visual { min-height: 560px; padding: 34px 0; align-items: center; }
  .site-showcase { width: 96%; min-height: auto; grid-template-columns: 44px 1fr 44px; gap: 14px 8px; }
  .site-feature { min-height: 350px; padding: 24px; border-radius: 22px; }
  .site-feature > span { top: 22px; left: 22px; }
  .site-feature small { padding-top: 36px; }
  .site-feature h3 { max-width: 100%; font-size: clamp(30px, 10vw, 40px); line-height: .94; overflow-wrap: anywhere; }
  .site-feature p { font-size: 12px; }
  .site-switch { width: 44px; height: 44px; }
  .site-tabs { grid-column: 1 / -1; flex-wrap: wrap; padding-top: 4px; row-gap: 8px; }
  .site-tabs button { min-width: auto; padding: 9px 11px; font-size: 8px; }
  .case-browser { width: 92%; height: 82%; }
  .case-browser nav span { display: none; }
  .case-browser h2 { font-size: 43px; }
  .case-copy { grid-template-columns: 1fr; gap: 27px; }
  .case-copy h2 { font-size: 36px; line-height: 1.08; }
  .case-copy dl { grid-column: 1; }
  .sales-dashboard { width: 96%; min-height: 84%; padding-bottom: 14px; }
  .sales-dashboard header { margin-bottom: 14px; padding: 0 16px; }
  .sales-dashboard header span { display: none; }
  .sales-toolbar { grid-template-columns: 1fr; }
  .sales-toolbar button { display: none; }
  .sales-metrics { grid-template-columns: 1fr 1fr; }
  .sales-metrics > div:nth-child(3) { display: none; }
  .sales-grid { grid-template-columns: 1fr; }
  .sales-pie { display: none; }
  .sales-bars p { grid-template-columns: 84px 1fr 48px; gap: 8px; }
  .driver-schedule { width: 94%; min-height: 86%; padding-bottom: 14px; }
  .driver-schedule header { margin-bottom: 14px; padding: 0 16px; }
  .driver-schedule header button { display: none; }
  .driver-summary { grid-template-columns: 1fr 1fr; }
  .driver-summary div:nth-child(3) { display: none; }
  .week-board { grid-template-columns: 1fr; }
  .week-board article { min-height: auto; }
  .week-board article:nth-child(3) { display: none; }
  .about-hero { min-height: 920px; padding: 145px 24px 75px; grid-template-columns: 1fr; grid-template-rows: auto auto auto; gap: 35px; }
  .about-shell { height: 310px; }
  .about-shell div { width: 90%; }
  .about-shell img { width: 43%; }
  .about-intro { grid-column: 1; margin: 0; font-size: 23px; }
  .manifesto { min-height: 650px; padding: 90px 24px; }
  .manifesto h2 { font-size: 35px; line-height: 1.22; letter-spacing: -.04em; }
  .values-list article { grid-template-columns: 30px 1fr; }
  .values-list p { grid-column: 2; }
  .founder-placeholder { padding: 90px 24px; grid-template-columns: 1fr; }
  .founder-visual { height: 430px; }
  .founder-copy h2 { font-size: 43px; }
  .contact-page-main { padding: 135px 20px 90px; gap: 65px; }
  .contact-page-intro h1 { font-size: 48px; line-height: 1.03; }
  .inquiry-wrap { padding: 32px 22px; }
  .form-row { grid-template-columns: 1fr; }
  .thank-you-hero { min-height: 820px; padding: 145px 24px 80px; grid-template-columns: 1fr; gap: 45px; align-items: start; }
  .thank-you-copy h1 { font-size: 46px; line-height: 1.04; }
  .thank-you-hero > img { width: 64vw; opacity: .78; justify-self: end; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
