:root {
  --navy: #0d1e33;
  --navy-deep: #07111f;
  --ivory: #f3efe7;
  --gold: #c6a15b;
  --gold-low: #806432;
  --line: rgba(198, 161, 91, .32);
  --serif: "Iowan Old Style", "Baskerville", Georgia, serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { background: var(--navy-deep); color: var(--ivory); scroll-behavior: smooth; }
body { position: relative; margin: 0; overflow-x: hidden; font-family: var(--sans); background: var(--navy-deep); }
body::before { content: ""; position: fixed; z-index: 0; inset: 0; background-image: url("assets/navy-marble-field-v2.webp"); background-size: cover; background-position: center; transform: scale(1.035); filter: brightness(.82) saturate(1.08) contrast(1.04); }
body::after { content: ""; position: fixed; z-index: 0; inset: 0; pointer-events: none; opacity: .42; background: linear-gradient(90deg, rgba(7,17,31,.58) 0%, rgba(7,17,31,.22) 42%, rgba(7,17,31,.06) 100%), repeating-linear-gradient(115deg, transparent 0 10rem, rgba(198,161,91,.06) 10rem 10.05rem); }
body > * { position: relative; z-index: 1; }
body > .ambient-marble-video { position: fixed; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; opacity: .68; filter: brightness(.72) saturate(.9) contrast(1.06); }
body:has(.ambient-marble-video)::before { opacity: .28; }
.marble-light { position: fixed; z-index: 0; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .48; mix-blend-mode: screen; }
.js body::before { transform: scale(1.1); filter: brightness(.45) saturate(.9); transition: transform 1.5s var(--ease), filter 1.5s var(--ease); }
.js.is-ready body::before { transform: scale(1.035); filter: brightness(.82) saturate(1.08) contrast(1.04); }
.page-loader { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; background: var(--navy-deep); transition: opacity .55s ease, visibility .55s; }
.page-loader.is-complete { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-mark { width: min(76vw, 460px); color: var(--ivory); text-align: center; }
.loader-mark strong { display: block; margin-bottom: 1.4rem; font: 400 clamp(1.4rem,4vw,2.4rem)/1 var(--serif); letter-spacing: .16em; text-transform: uppercase; }
.loader-track { display: block; height: 1px; overflow: hidden; background: rgba(198,161,91,.2); }
.loader-track i { display: block; width: 100%; height: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; animation: load-rule 1.05s var(--ease) forwards; }
.loader-mark em { display: block; margin-top: 1rem; color: rgba(243,239,231,.45); font: normal .58rem/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; }
@keyframes load-rule { to { transform: scaleX(1); } }
.js [data-entrance] { opacity: 0; transform: translate3d(0,32px,0); }
.js.is-ready [data-entrance] { opacity: 1; transform: none; transition: transform .9s var(--ease), opacity .72s ease; }
.js.is-ready [data-entrance="2"] { transition-delay: .12s; }
.js.is-ready [data-entrance="3"] { transition-delay: .22s; }
.motion-title { perspective: 1100px; }
.motion-title .glyph { display: inline-block; transform-origin: 50% 100%; }
.motion-title .glyph-word { display: inline-block; white-space: nowrap; }
.js .motion-title .glyph { opacity: 0; transform: translate3d(0, .72em, 0) rotateX(-24deg) rotateZ(.5deg); }
.js.is-ready .motion-title .glyph { opacity: 1; transform: translate3d(0,0,0) rotateX(0) rotateZ(0); transition: transform .64s var(--ease), opacity .4s ease; transition-delay: calc(.06s + var(--glyph-delay) * 1ms); }
.gsap-enabled .motion-title .glyph, .gsap-enabled.is-ready .motion-title .glyph { transition: none; }
.js .reveal-scene { opacity: 0; transform: translate3d(0,30px,0); transition: transform .8s var(--ease), opacity .65s ease; }
.js .reveal-scene.is-visible { opacity: 1; transform: none; }
a { color: inherit; }
.skip { position: fixed; z-index: 20; top: 1rem; left: 1rem; transform: translateY(-200%); padding: .8rem 1rem; background: var(--ivory); color: var(--navy); }
.skip:focus { transform: none; }
.site-header { position: fixed; z-index: 10; isolation: isolate; inset: 0 0 auto; height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 4vw, 4.5rem); border-bottom: 1px solid rgba(198,161,91,.28); background: rgba(7,17,31,.97); box-shadow: 0 12px 32px rgba(3,8,16,.2); }
.site-header::after { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; opacity: .11; background: url("assets/navy-marble-field-v2.webp") center 42% / cover no-repeat; }
.site-header > a:first-child { position: relative; display: inline-flex; min-width: 174px; height: 43px; align-items: center; gap: .85rem; color: var(--ivory); text-decoration: none; }
.site-header > a:first-child::before { content: "A&Z"; display: grid; place-items: center; width: 54px; height: 30px; border: 1px solid var(--gold); color: var(--ivory); font: 400 1rem/1 var(--serif); letter-spacing: -.03em; clip-path: polygon(6px 0,calc(100% - 6px) 0,100% 6px,100% calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,0 calc(100% - 6px),0 6px); }
.site-header > a:first-child::after { content: "ADVISORY"; color: var(--ivory); font: 400 .78rem/1 var(--serif); letter-spacing: .18em; }
.site-header > a:first-child img { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.js .site-header > a:first-child::before { opacity: 0; transform: translate3d(-12px,0,0) rotateY(18deg); }
.js .site-header > a:first-child::after { opacity: 0; transform: translate3d(-8px,0,0); }
.js.is-ready .site-header > a:first-child::before, .js.is-ready .site-header > a:first-child::after { opacity: 1; transform: none; transition: transform .8s var(--ease), opacity .55s ease; }
.js.is-ready .site-header > a:first-child::after { transition-delay: .12s; }
.site-header nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.6rem); }
.site-header nav a { color: rgba(243,239,231,.7); text-decoration: none; font-size: .69rem; letter-spacing: .12em; text-transform: uppercase; }
.site-header nav a:hover, .site-header nav a:focus-visible, .site-header nav a[aria-current], .site-header nav a.is-current, .site-menu summary.is-current { color: var(--gold); }
.site-header .nav-cta { padding: .7rem 1rem; border: 1px solid var(--gold); color: var(--ivory); }
.site-menu { position: relative; }
.site-menu summary { display: flex; align-items: center; gap: .55rem; color: rgba(243,239,231,.7); cursor: pointer; list-style: none; font-size: .69rem; letter-spacing: .12em; text-transform: uppercase; }
.site-menu summary::-webkit-details-marker { display: none; }
.site-menu summary i { color: var(--gold); font-style: normal; font-size: .9rem; transition: transform .25s var(--ease); }
.site-menu[open] summary i { transform: rotate(45deg); }
.menu-label-mobile { display: none; }
.site-menu-panel { position: absolute; top: calc(100% + 1.55rem); right: 0; width: min(390px, 86vw); padding: 1.4rem; border: 1px solid var(--line); background: rgba(7,17,31,.96); box-shadow: 0 24px 70px rgba(0,0,0,.42); backdrop-filter: blur(14px); }
.site-menu-panel::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .2; background: url("assets/navy-marble-field-v2.webp") center/cover; }
.site-menu-panel p { margin: 0 0 .8rem; color: var(--gold); font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; }
.site-menu-panel a { display: grid; grid-template-columns: 2.2rem 1fr; padding: .78rem 0; border-top: 1px solid rgba(198,161,91,.18); font-family: var(--serif); font-size: 1.05rem !important; letter-spacing: 0 !important; text-transform: none !important; }
.site-menu-panel a span { color: var(--gold); font: .56rem/1.8 var(--sans); letter-spacing: .12em; }
.prototype-label, .eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: .67rem; }

.hero { position: relative; min-height: 175vh; padding: 0 clamp(1.25rem, 4vw, 4.5rem); border-bottom: 1px solid var(--line); background: linear-gradient(90deg, rgba(7,17,31,.36), transparent 68%); }
.hero-copy { position: sticky; z-index: 3; top: 0; min-height: 100vh; width: min(49rem, 58vw); display: flex; flex-direction: column; justify-content: center; padding-top: 5rem; }
.hero h1 { margin: 1.1rem 0 1.5rem; font-family: var(--serif); font-size: clamp(4rem, 8.2vw, 9rem); font-weight: 400; line-height: .82; letter-spacing: -.055em; }
.hero h1 span { display: block; overflow: hidden; }
.lede { max-width: 35rem; color: rgba(243,239,231,.72); font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.65; }
.text-link { width: fit-content; margin-top: 1.5rem; padding-bottom: .55rem; border-bottom: 1px solid var(--gold); text-decoration: none; font-size: .77rem; letter-spacing: .12em; text-transform: uppercase; }
.text-link .link-mark { position: relative; display: inline-block; width: 1.9rem; height: .75rem; margin-left: .8rem; transition: transform .22s var(--ease); }
.text-link .link-mark::before { content: ""; position: absolute; top: 50%; right: 0; width: 100%; height: 1px; background: currentColor; }
.text-link:hover .link-mark, .text-link:focus .link-mark { transform: translateX(4px); }

.material-note { position: absolute; right: clamp(1.25rem, 4vw, 4.5rem); bottom: 4rem; margin: 0; color: rgba(243,239,231,.42); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue { position: absolute; bottom: 8rem; left: clamp(1.25rem, 4vw, 4.5rem); color: rgba(243,239,231,.45); font-size: .66rem; letter-spacing: .15em; text-transform: uppercase; }

.practice { position: relative; z-index: 5; min-height: 100vh; display: grid; grid-template-columns: minmax(150px, .35fr) 1fr; gap: clamp(2rem, 7vw, 9rem); align-items: center; padding: 10rem clamp(1.25rem, 8vw, 9rem); color: var(--ivory); border-top: 1px solid var(--gold); background: linear-gradient(100deg, rgba(7,17,31,.56), rgba(13,30,51,.18)); }
.folio { align-self: stretch; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; padding-right: 2rem; color: var(--gold); }
.folio span { font-family: var(--serif); font-size: clamp(5rem, 10vw, 9rem); line-height: 1; }
.folio em { font-style: normal; letter-spacing: .18em; text-transform: uppercase; font-size: .65rem; }
.practice-copy { max-width: 68rem; }
.practice h2, .work h2 { margin: 1rem 0 2rem; font-family: var(--serif); font-weight: 400; font-size: clamp(3.4rem, 7vw, 7.5rem); line-height: .9; letter-spacing: -.045em; }
.practice-copy > p:last-child { max-width: 46rem; color: rgba(243,239,231,.68); font-size: 1.08rem; line-height: 1.7; }
.practice-list { list-style: none; max-width: 52rem; margin: 3.5rem 0 0; padding: 0; border-top: 1px solid var(--line); }
.practice-list li { display: grid; grid-template-columns: 3rem 1fr; padding: 1rem 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 2rem); }
.practice-list span { color: var(--gold); font-family: var(--sans); font-size: .62rem; letter-spacing: .12em; }
.practice-list a { position: relative; display: flex; align-items: baseline; gap: .5rem; padding-right: 3rem; text-decoration: none; }
.practice-list a::before { content: ""; position: absolute; top: 50%; right: .2rem; width: 1.75rem; height: 1px; background: var(--gold); transition: width .24s var(--ease); }
.practice-list a:hover::before, .practice-list a:focus-visible::before { width: 2.3rem; }
.practice-list small { margin-left: .65rem; color: rgba(243,239,231,.46); font: .58rem/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; }

.work { position: relative; z-index: 5; padding: 9rem 0 10rem; background: linear-gradient(100deg, rgba(7,17,31,.48), rgba(7,17,31,.14)); border-top: 1px solid var(--line); }
.work-heading { display: flex; align-items: end; justify-content: space-between; padding: 0 clamp(1.25rem, 4vw, 4.5rem) 3rem; }
.work h2 { margin-bottom: 0; }
.rail-controls { display: flex; gap: .6rem; }
.rail-controls button { min-width: 72px; height: 42px; padding: 0 .9rem; border: 1px solid var(--line); border-radius: 0; color: var(--ivory); background: transparent; font: .6rem/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.rail-controls button:hover, .rail-controls button:focus-visible { background: var(--gold); color: var(--navy-deep); }
.project-deck { position: relative; width: min(88vw, 1120px); height: min(64vw, 670px); min-height: 520px; margin: 0 auto; perspective: 1600px; outline: none; touch-action: pan-y; }
.project-card { position: absolute; inset: 0; min-height: 560px; overflow: hidden; background: rgba(7,17,31,.92); border: 1px solid var(--line); opacity: 0; pointer-events: none; transform-origin: left center; transform: translate3d(5%, 0, -50px) rotateY(-13deg) scale(.975); transition: transform .3s var(--ease), opacity .2s ease; will-change: transform, opacity; }
.project-card.is-active { z-index: 3; opacity: 1; pointer-events: auto; transform: translate3d(0,0,0) rotateY(0) scale(1); }
.project-card.is-before { z-index: 1; opacity: 0; transform-origin: right center; transform: translate3d(-5%,0,-50px) rotateY(13deg) scale(.975); }
.gsap-enabled .project-card { transition: none; }
.project-card video, .pending-frame { display: block; width: 100%; height: 470px; object-fit: cover; background: #111c29; }
.project-card video { filter: saturate(.82) contrast(1.04); }
.project-card > div:last-child { display: grid; grid-template-columns: auto 1fr auto; align-items: baseline; gap: 1.5rem; padding: 1.4rem 1.6rem; }
.project-card h3 { margin: 0; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.project-card p, .project-card span, .project-card > div:last-child a { margin: 0; color: rgba(243,239,231,.5); font-size: .67rem; text-transform: uppercase; letter-spacing: .11em; }
.project-card > div:last-child a:hover, .project-card > div:last-child a:focus-visible { color: var(--gold); }
.pending-frame { display: grid; place-items: center; position: relative; background: linear-gradient(135deg, #0a1523, #142a43); }
.pending-frame:before { content: ""; position: absolute; inset: 8%; border: 1px solid var(--line); }
.pending-frame span { position: absolute; top: 2rem; left: 2rem; color: var(--gold); }
.pending-frame b { font-family: var(--serif); font-size: clamp(7rem, 18vw, 15rem); font-weight: 400; color: rgba(198,161,91,.14); }
footer { position: relative; z-index: 5; padding: 2rem clamp(1.25rem, 4vw, 4.5rem); color: rgba(243,239,231,.58); background: var(--navy-deep); border-top: 1px solid rgba(243,239,231,.1); font-size: .72rem; }
.meeting-band { min-height: 65vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 8rem clamp(1.25rem, 8vw, 9rem); border-top: 1px solid var(--line); background: linear-gradient(90deg, rgba(7,17,31,.62), rgba(7,17,31,.16)); }
.meeting-band h2 { max-width: 70rem; margin: 1rem 0 2rem; font-family: var(--serif); font-size: clamp(3.5rem, 8vw, 8rem); font-weight: 400; line-height: .9; letter-spacing: -.05em; }
.inner-page::before { filter: brightness(.84) saturate(1.12) contrast(1.04); }
.inner-hero { min-height: 78vh; display: flex; flex-direction: column; justify-content: end; padding: 10rem clamp(1.25rem, 4vw, 4.5rem) 5rem; border-bottom: 1px solid var(--line); }
.inner-hero h1, .meeting-main h1 { margin: 1rem 0 2rem; font-family: var(--serif); font-weight: 400; font-size: clamp(4.5rem, 10vw, 10rem); line-height: .82; letter-spacing: -.055em; }
.inner-hero h1 em { color: var(--gold); font-weight: 400; }
.inner-hero > p:last-child { max-width: 42rem; color: rgba(243,239,231,.7); font-size: 1.08rem; line-height: 1.7; }
.moving-work { background: linear-gradient(100deg, rgba(7,17,31,.46), rgba(7,17,31,.08)); }
.moving-work::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .1; pointer-events: none; background: url("assets/gcp/web-design-service-editorial-v2.png") center top / cover no-repeat; mask-image: linear-gradient(to bottom, #000, transparent 68%); }
.moving-work .project-deck { cursor: grab; }
.moving-work .project-deck:active { cursor: grabbing; }
.project-deck:focus-visible { outline: 2px solid var(--gold); outline-offset: 10px; }
.deck-status { width: min(88vw, 1120px); display: grid; grid-template-columns: auto minmax(6rem, 1fr) auto auto; gap: 1rem; align-items: center; margin: 1.5rem auto 0; color: var(--gold); font-size: .68rem; letter-spacing: .14em; }
.deck-status i { display: block; height: 1px; background: var(--line); }
.deck-status p { margin: 0 0 0 2rem; color: rgba(243,239,231,.48); text-transform: uppercase; }
.practice-detail { min-height: 100vh; display: grid; grid-template-columns: minmax(100px,.28fr) 1fr; gap: clamp(2rem,8vw,10rem); align-items: center; padding: 10rem clamp(1.25rem,8vw,9rem) 6rem; background: linear-gradient(100deg, rgba(7,17,31,.55), rgba(7,17,31,.1)); }
.practice-number { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; padding-right: 2rem; border-right: 1px solid var(--line); color: var(--gold); }
.practice-number strong { font: 400 clamp(5rem,12vw,12rem)/1 var(--serif); }
.practice-number span { font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; }
.practice-detail h1 { max-width: 950px; margin: 1rem 0 2rem; font: 400 clamp(4.5rem,10vw,10rem)/.84 var(--serif); letter-spacing: -.055em; }
.title-calm .title-line { display: block; overflow: hidden; }
.title-calm .title-line > span { display: block; }
.practice-detail .intro { max-width: 44rem; color: rgba(243,239,231,.72); font-size: 1.08rem; line-height: 1.7; }
.material-plate { position: relative; width: min(38rem, 100%); margin: 1.7rem 0 2rem; overflow: hidden; border: 1px solid var(--line); background: rgba(7,17,31,.72); box-shadow: 0 26px 90px rgba(0,0,0,.32); }
.material-plate::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(243,239,231,.06); }
.material-plate img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform 1.2s var(--ease), filter 1.2s ease; }
.material-plate:hover img { transform: scale(1.018); filter: brightness(1.05); }
.material-plate figcaption { position: absolute; right: .8rem; bottom: .7rem; padding: .45rem .55rem; color: rgba(243,239,231,.62); background: rgba(7,17,31,.74); font-size: .53rem; letter-spacing: .11em; text-transform: uppercase; backdrop-filter: blur(8px); }
.practice-actions { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 2rem; }
.service-journey { position: relative; z-index: 5; min-height: 90vh; padding: 9rem clamp(1.25rem,8vw,9rem); border-top: 1px solid var(--line); background: linear-gradient(115deg, rgba(7,17,31,.72), rgba(13,30,51,.18)); }
.service-lead { display: grid; grid-template-columns: minmax(10rem,.35fr) 1fr; gap: clamp(2rem,8vw,10rem); align-items: start; }
.service-journey h2 { max-width: 68rem; margin: 0 0 4rem; font: 400 clamp(3.5rem,7vw,7.6rem)/.9 var(--serif); letter-spacing: -.045em; }
.service-columns { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.service-columns article { min-height: 17rem; padding: 2rem clamp(1.2rem,2.8vw,3rem) 2rem 0; border-right: 1px solid var(--line); }
.service-columns article + article { padding-left: clamp(1.2rem,2.8vw,3rem); }
.service-columns article:last-child { border-right: 0; }
.service-columns span { color: var(--gold); font-size: .62rem; letter-spacing: .14em; }
.service-columns h3 { margin: 2.8rem 0 1rem; font: 400 clamp(1.8rem,3vw,3rem)/1 var(--serif); }
.service-columns p { margin: 0; color: rgba(243,239,231,.66); line-height: 1.7; }
.service-feature { width: min(64rem,100%); margin: 0 0 4rem auto; }
.pricing { position: relative; z-index: 5; padding: 9rem clamp(1.25rem,6vw,7rem); border-top: 1px solid var(--line); background: linear-gradient(115deg, rgba(7,17,31,.84), rgba(13,30,51,.34)); }
.pricing-heading { display: grid; grid-template-columns: minmax(10rem,.32fr) 1fr; gap: clamp(2rem,7vw,8rem); align-items: start; margin-bottom: 4rem; }
.pricing-heading h2 { margin: 0; font: 400 clamp(3.5rem,7vw,7.4rem)/.88 var(--serif); letter-spacing: -.05em; }
.pricing-heading > p:last-child { grid-column: 2; max-width: 45rem; margin: -2rem 0 0; color: rgba(243,239,231,.68); line-height: 1.7; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.pricing-grid article { min-height: 36rem; display: flex; flex-direction: column; padding: clamp(1.5rem,3vw,3rem); border-right: 1px solid var(--line); background: rgba(7,17,31,.42); }
.pricing-grid article:last-child { border-right: 0; }
.pricing-grid article.is-featured { background: rgba(198,161,91,.08); box-shadow: inset 0 3px 0 var(--gold); }
.pricing-grid h3 { margin: 2.5rem 0 1rem; color: var(--ivory); font: 400 clamp(2.6rem,4vw,4.6rem)/.9 var(--serif); }
.pricing-grid h3 span { display: block; margin-bottom: .45rem; color: rgba(243,239,231,.48); font: .58rem/1 var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.pricing-grid article > p:not(.eyebrow) { min-height: 3.5rem; color: rgba(243,239,231,.66); line-height: 1.6; }
.pricing-grid ul { list-style: none; margin: 1.5rem 0 2rem; padding: 0; border-top: 1px solid var(--line); }
.pricing-grid li { padding: .75rem 0; border-bottom: 1px solid rgba(198,161,91,.14); color: rgba(243,239,231,.72); font-size: .82rem; }
.pricing-grid .text-link { margin-top: auto; }
.care-plans { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 2rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.care-plans > div { display: grid; gap: .8rem; padding: 2rem clamp(1.2rem,2.5vw,2.5rem); border-right: 1px solid var(--line); }
.care-plans > div:last-child { border-right: 0; }
.care-plans strong { font: 400 clamp(2rem,3vw,3.2rem)/1 var(--serif); }
.care-plans strong small { color: rgba(243,239,231,.48); font: .6rem/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.care-plans span, .pricing-note { color: rgba(243,239,231,.58); font-size: .75rem; line-height: 1.6; }
.pricing-note { margin: 1.3rem 0 0; }
.helios-pin { position: relative; z-index: 5; min-height: 175vh; border-top: 1px solid var(--line); background: rgba(7,17,31,.28); }
.helios-pin-frame { position: sticky; top: 0; min-height: 100vh; overflow: hidden; display: grid; align-items: end; padding: 8rem clamp(1.25rem,6vw,7rem) 5rem; isolation: isolate; }
.helios-pin-frame::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,17,31,.84) 0%, rgba(7,17,31,.26) 54%, rgba(7,17,31,.48) 100%), linear-gradient(0deg, rgba(7,17,31,.75), transparent 55%); }
.helios-pin video { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; background: #080c16; }
.helios-pin-copy { max-width: 56rem; }
.helios-pin h2 { margin: 1rem 0 2rem; font: 400 clamp(4rem,8vw,9rem)/.86 var(--serif); letter-spacing: -.055em; text-wrap: balance; }
.meeting-main { min-height: 100vh; display: grid; grid-template-columns: 1fr minmax(320px, .62fr); gap: clamp(3rem, 8vw, 10rem); align-items: center; padding: 10rem clamp(1.25rem, 8vw, 9rem) 6rem; }
.meeting-main > div > p:last-child { max-width: 42rem; color: rgba(243,239,231,.68); line-height: 1.7; }
.meeting-main form { padding: clamp(1.5rem, 4vw, 3.5rem); border: 1px solid var(--line); background: rgba(7,17,31,.75); }
.meeting-main label { display: grid; gap: .55rem; margin-bottom: 1.3rem; color: var(--gold); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.meeting-main input, .meeting-main select, .meeting-main textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(243,239,231,.32); padding: .75rem 0; border-radius: 0; background: transparent; color: var(--ivory); font: inherit; }
.meeting-main select { min-height: 2.7rem; cursor: pointer; color-scheme: dark; }
.meeting-main select:invalid { color: rgba(243,239,231,.58); }
.meeting-main select option { color: var(--ivory); background: var(--navy-deep); }
.meeting-main select option:disabled { color: rgba(243,239,231,.58); }
.meeting-main button { width: 100%; margin-top: 1rem; padding: 1rem; border: 1px solid var(--gold); background: var(--gold); color: var(--navy-deep); text-transform: uppercase; letter-spacing: .12em; }
.meeting-main button:disabled { opacity: .55; }
.meeting-main form p { color: rgba(243,239,231,.44); font-size: .7rem; }

@media (max-width: 760px) {
  .site-header { height: 68px; }
  .site-header > a:first-child { min-width: 138px; height: 36px; gap: .6rem; }
  .site-header > a:first-child::before { width: 46px; height: 27px; font-size: .88rem; }
  .site-header > a:first-child::after { font-size: .61rem; letter-spacing: .12em; }
  .site-header nav { gap: .75rem; }
  .site-header nav > a:not(.nav-cta) { display: none; }
  .site-header .nav-cta { padding: .55rem .7rem; font-size: .58rem; }
  .menu-label-desktop { display: none; }
  .menu-label-mobile { display: inline; }
  .site-menu-panel { position: fixed; top: 68px; right: 0; left: 0; width: 100%; padding: 1.2rem 1.25rem 1.5rem; border-right: 0; border-left: 0; }
  .hero { min-height: auto; padding-top: 7rem; }
  .hero-copy { position: relative; min-width: 0; min-height: auto; width: 100%; padding: 3rem 0 2rem; }
  .hero h1 { font-size: clamp(3rem, 13vw, 4.5rem); line-height: .88; }
  .hero .eyebrow { max-width: 22rem; line-height: 1.7; }
  body::before { background-position: 64% center; transform: none; }
  .material-note { display: none; }
  .scroll-cue { display: none; }
  .practice { min-height: auto; grid-template-columns: 1fr; padding: 7rem 1.25rem; }
  .folio { min-height: 100px; border-right: 0; border-bottom: 1px solid rgba(13,30,51,.22); flex-direction: row; align-items: end; padding: 0 0 1.2rem; }
  .folio span { font-size: 5rem; }
  .practice h2, .work h2 { font-size: clamp(3.2rem, 15vw, 5.5rem); }
  .work-heading { align-items: center; }
  .project-deck { width: calc(100vw - 2.5rem); height: 520px; min-height: 0; }
  .project-card { min-height: 0; }
  .project-card video, .pending-frame { height: 340px; }
  .project-card > div:last-child { grid-template-columns: auto 1fr; }
  .project-card p { display: none; }
  .inner-hero { min-height: 72vh; padding-top: 9rem; }
  .inner-hero h1, .meeting-main h1 { font-size: clamp(3.8rem, 17vw, 6rem); }
  .meeting-main { grid-template-columns: 1fr; padding-top: 9rem; }
  .deck-status { width: calc(100vw - 2.5rem); grid-template-columns: auto 1fr auto; }
  .deck-status p { display: none; }
  .practice-detail { grid-template-columns: 1fr; padding-top: 9rem; }
  .practice-detail h1 { font-size: clamp(2.9rem, 13vw, 5rem); }
  .practice-number { min-height: 90px; flex-direction: row; align-items: end; border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 1rem; }
  .service-journey { min-height: auto; padding: 7rem 1.25rem; }
  .service-lead { grid-template-columns: 1fr; gap: 1rem; }
  .service-journey h2 { font-size: clamp(3rem,14vw,5rem); margin-bottom: 3rem; }
  .service-columns { grid-template-columns: 1fr; }
  .service-columns article, .service-columns article + article { min-height: 0; padding: 2rem 0 2.4rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .practice-list small { display: block; margin: .35rem 0 0; }
  .pricing { padding: 7rem 1.25rem; }
  .pricing-heading { grid-template-columns: 1fr; gap: 1rem; }
  .pricing-heading h2 { font-size: clamp(3rem,14vw,5rem); }
  .pricing-heading > p:last-child { grid-column: 1; margin: 0 0 1rem; }
  .pricing-grid, .care-plans { grid-template-columns: 1fr; }
  .pricing-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .pricing-grid article:last-child { border-bottom: 0; }
  .pricing-grid .text-link { margin-top: 1.5rem; }
  .care-plans > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .care-plans > div:last-child { border-bottom: 0; }
  .helios-pin { min-height: 140vh; }
  .helios-pin-frame { padding: 7rem 1.25rem 4rem; }
  .helios-pin h2 { font-size: clamp(3.2rem,15vw,5.5rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .hero { min-height: auto; padding-top: 8rem; }
  .hero-copy { position: relative; inset: auto; transform: none !important; opacity: 1 !important; }
  .hero-copy { min-height: auto; width: 100%; }
  .project-card { transition: none; }
  .page-loader { display: none; }
  .marble-light { display: none; }
  .ambient-marble-video { display: none; }
  .js [data-entrance], .js .reveal-scene { opacity: 1; transform: none; transition: none; }
  .js .motion-title .glyph { opacity: 1; transform: none; transition: none; }
  .title-calm .title-line > span { transform: none !important; }
  .helios-pin { min-height: auto; }
  .helios-pin-frame { position: relative; min-height: 78vh; }
  .helios-pin video { display: none; }
  .js .site-header > a:first-child::before, .js .site-header > a:first-child::after { opacity: 1; transform: none; transition: none; }
}
