@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("assets/fonts/manrope-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("assets/fonts/manrope-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("assets/fonts/manrope-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --bg: #f7f8fa;
  --surface: #fff;
  --ink: #0b1933;
  --muted: #5d6675;
  --gold: #c6a15b;
  --dark: #151619;
  --navy: #0b1933;
  --paper: #f7f8fa;
  --line: color-mix(in srgb, var(--ink) 16%, transparent);
  --paper-line: rgba(247, 248, 250, .18);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: Manrope, Arial, sans-serif;
  --page: clamp(22px, 4.5vw, 76px);
  --pad: clamp(112px, 13vw, 210px);
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
  background: var(--dark);
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.68;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}
body.menu-open,
body.story-active { overflow: hidden; }
button,
input,
select,
textarea { font: inherit; }
button,
a { touch-action: manipulation; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
figure,
p,
h1,
h2,
h3,
blockquote,
dl,
dd { margin: 0; }
::selection { background: var(--gold); color: var(--navy); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.skip-link {
  position: fixed;
  z-index: 2000;
  left: 16px;
  top: 12px;
  padding: 11px 15px;
  background: #fff;
  color: var(--navy);
  transform: translateY(-170%);
}
.skip-link:focus { transform: translateY(0); }
.page-noise {
  position: fixed;
  z-index: 80;
  inset: 0;
  pointer-events: none;
  opacity: .028;
  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='.55'/%3E%3C/svg%3E");
}
.noscript { padding: 120px var(--page); background: var(--navy); color: #fff; }

/* Signature opening: exact logo assets, no redrawn geometry. */
.story-root {
  --intro-total: 4800ms;
  --intro-landing: 600ms;
  position: fixed;
  z-index: 1000;
  inset: 0;
  color: var(--paper);
  background: var(--navy);
}
.story-root[hidden] { display: none; }
.story-field {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 36%, rgba(91, 128, 148, .12), transparent 28%),
    linear-gradient(120deg, #071326 0%, var(--navy) 58%, #081120 100%);
}
.story-field::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 49.94%, rgba(247, 248, 250, .035) 50%, transparent 50.06%);
  pointer-events: none;
}
.story-skip {
  position: absolute;
  z-index: 8;
  top: clamp(22px, 4vw, 54px);
  right: var(--page);
  padding: 9px 0;
  border: 0;
  border-bottom: 1px solid rgba(247, 248, 250, .35);
  background: transparent;
  color: rgba(247, 248, 250, .76);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  cursor: pointer;
}
.story-coordinate {
  position: absolute;
  z-index: 6;
  left: var(--page);
  color: rgba(247, 248, 250, .38);
  font-size: 11px;
  letter-spacing: .18em;
}
.story-coordinate-top { top: clamp(29px, 4vw, 61px); }
.story-coordinate-bottom { bottom: clamp(25px, 3vw, 46px); }
.story-hairline {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0 7%, var(--gold) 24% 78%, transparent 96%);
  transform: scaleX(0);
  transform-origin: left;
}
.story-guides {
  position: absolute;
  z-index: 2;
  inset: 14vh 13vw;
  opacity: 0;
}
.story-guides i {
  position: absolute;
  display: block;
  background: rgba(247, 248, 250, .16);
}
.story-guides i:nth-child(1),
.story-guides i:nth-child(2) { top: 0; bottom: 0; width: 1px; }
.story-guides i:nth-child(1) { left: 18%; }
.story-guides i:nth-child(2) { right: 18%; }
.story-guides i:nth-child(3),
.story-guides i:nth-child(4) { left: 0; right: 0; height: 1px; }
.story-guides i:nth-child(3) { top: 19%; }
.story-guides i:nth-child(4) { bottom: 19%; }
.story-mark {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: clamp(72px, 8vw, 116px);
  height: auto;
  opacity: 0;
  transform: translate(-50%, -50%);
  clip-path: inset(0 100% 0 0);
  filter: drop-shadow(0 0 22px rgba(198, 161, 91, .12));
}
.story-source {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: min(27vw, 330px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(247, 248, 250, .22);
  opacity: 0;
  transform: translate(-50%, -47%) scale(.94);
}
.story-source::after {
  content: "";
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(198, 161, 91, .5);
}
.story-source img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.35) brightness(.66); }
.story-source figcaption {
  position: absolute;
  z-index: 2;
  left: 12px;
  bottom: 9px;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.story-words span {
  position: absolute;
  z-index: 5;
  left: var(--page);
  top: 50%;
  opacity: 0;
  transform: translateY(16px);
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(42px, 7vw, 112px);
  line-height: .9;
  letter-spacing: -.035em;
}
.story-resolution {
  position: absolute;
  z-index: 6;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 25px;
  opacity: 0;
}
.story-resolution img { width: clamp(230px, 31vw, 450px); height: auto; }
.story-resolution p {
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .22em;
}
.story-root.is-playing {
  animation: story-failsafe calc(var(--intro-total) + 900ms) steps(1, end) forwards;
}
.story-root.is-playing .story-hairline { animation: intro-line var(--intro-total) cubic-bezier(.2, .75, .2, 1) both; }
.story-root.is-playing .story-mark { animation: intro-mark var(--intro-total) cubic-bezier(.2, .75, .2, 1) both; }
.story-root.is-playing .story-guides { animation: intro-guides var(--intro-total) ease both; }
.story-root.is-playing .story-source { animation: intro-source var(--intro-total) cubic-bezier(.2, .75, .2, 1) both; }
.story-root.is-playing .word-observe { animation: intro-observe var(--intro-total) ease both; }
.story-root.is-playing .word-define { animation: intro-define var(--intro-total) ease both; }
.story-root.is-playing .word-compose { animation: intro-compose var(--intro-total) ease both; }
.story-root.is-playing .story-resolution { animation: intro-resolution var(--intro-total) cubic-bezier(.2, .75, .2, 1) both; }
@keyframes intro-line {
  0% { transform: scaleX(0); opacity: 0; }
  5% { opacity: 1; }
  23% { transform: scaleX(1); }
  66% { opacity: .8; transform: scaleX(.68); }
  78%, 100% { opacity: 0; transform: scaleX(.18); }
}
@keyframes intro-mark {
  0%, 5% { opacity: 0; clip-path: inset(0 100% 0 0); }
  11%, 20% { opacity: 1; clip-path: inset(0); }
  27%, 100% { opacity: 0; clip-path: inset(0); }
}
@keyframes intro-guides {
  0%, 18% { opacity: 0; transform: scale(.96); }
  25%, 58% { opacity: 1; transform: scale(1); }
  68%, 100% { opacity: 0; transform: scale(1.025); }
}
@keyframes intro-source {
  0%, 19% { opacity: 0; transform: translate(-50%, -47%) scale(.94); clip-path: inset(18% 10% 22% 16%); }
  27%, 42% { opacity: .64; transform: translate(-50%, -50%) scale(.96); clip-path: inset(14% 8% 18% 12%); }
  53%, 62% { opacity: 1; transform: translate(-50%, -50%) scale(1); clip-path: inset(0); }
  72%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(1.025); clip-path: inset(0); }
}
@keyframes intro-observe {
  0%, 7% { opacity: 0; transform: translateY(16px); }
  12%, 18% { opacity: 1; transform: translateY(0); }
  22%, 100% { opacity: 0; transform: translateY(-12px); }
}
@keyframes intro-define {
  0%, 24% { opacity: 0; transform: translateY(16px); }
  29%, 38% { opacity: 1; transform: translateY(0); }
  43%, 100% { opacity: 0; transform: translateY(-12px); }
}
@keyframes intro-compose {
  0%, 44% { opacity: 0; transform: translateY(16px); }
  49%, 59% { opacity: 1; transform: translateY(0); }
  65%, 100% { opacity: 0; transform: translateY(-12px); }
}
@keyframes intro-resolution {
  0%, 66% { opacity: 0; transform: translateY(12px) scale(.985); }
  74%, 92% { opacity: 1; transform: none; }
  100% { opacity: .88; transform: translateY(-3px); }
}
@keyframes story-failsafe {
  0%, 99% { visibility: visible; pointer-events: auto; }
  100% { visibility: hidden; pointer-events: none; }
}
.story-root.is-landing {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transition: opacity var(--intro-landing) ease, clip-path var(--intro-landing) cubic-bezier(.65, 0, .25, 1);
  pointer-events: none;
}
.story-root.is-frame .story-skip { display: none; }
.story-root.is-frame .story-hairline,
.story-root.is-frame .story-mark,
.story-root.is-frame .story-guides,
.story-root.is-frame .story-source,
.story-root.is-frame .story-words span,
.story-root.is-frame .story-resolution { animation: none; }
.story-root.frame-observe .story-hairline { transform: scaleX(.75); }
.story-root.frame-observe .story-mark { opacity: 1; clip-path: inset(0); }
.story-root.frame-observe .word-observe { opacity: 1; transform: none; }
.story-root.frame-define .story-guides,
.story-root.frame-define .story-source { opacity: 1; transform: translate(-50%, -50%); }
.story-root.frame-define .story-guides { transform: none; }
.story-root.frame-define .word-define { opacity: 1; transform: none; }
.story-root.frame-compose .story-guides,
.story-root.frame-compose .story-source { opacity: 1; }
.story-root.frame-compose .story-guides { transform: scale(1.02); }
.story-root.frame-compose .story-source { transform: translate(-50%, -50%); clip-path: inset(0); }
.story-root.frame-compose .story-source img { filter: none; }
.story-root.frame-compose .word-compose { opacity: 1; transform: none; }
.story-root.frame-reveal .story-resolution { opacity: 1; transform: none; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 94px;
  padding: 0 var(--page);
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 34px;
  color: var(--paper);
  border-bottom: 1px solid transparent;
  transition: height .35s ease, background .35s ease, border-color .35s ease, backdrop-filter .35s ease;
}
.site-header.is-scrolled {
  height: 72px;
  background: rgba(7, 19, 38, .9);
  border-color: rgba(247, 248, 250, .14);
  backdrop-filter: blur(18px);
}
.brand-lockup {
  display: flex;
  width: 142px;
  height: 68px;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
}
.brand-lockup img {
  width: 138px;
  height: 67px;
  object-fit: contain;
  filter: drop-shadow(0 1px 9px rgba(0, 0, 0, .2));
}
.site-nav { display: flex; justify-content: center; gap: clamp(18px, 2.5vw, 40px); }
.site-nav a,
.header-cta {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.site-nav a {
  position: relative;
  color: rgba(247, 248, 250, .66);
  transition: color .2s ease;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.site-nav a:hover,
.site-nav a[aria-current="location"] { color: #fff; }
.site-nav a:hover::after,
.site-nav a[aria-current="location"]::after { transform: scaleX(1); }
.header-cta {
  padding: 14px 17px;
  border: 1px solid rgba(198, 161, 91, .58);
  color: #fff;
  transition: background .2s ease, color .2s ease;
}
.header-cta:hover { background: var(--gold); color: var(--navy); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  display: grid;
  grid-template-columns: repeat(13, minmax(0, 1fr));
  align-items: center;
  column-gap: clamp(12px, 1.5vw, 26px);
  padding: clamp(142px, 16vh, 190px) var(--page) clamp(84px, 10vh, 120px);
  overflow: hidden;
  background: var(--navy);
  color: var(--paper);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 19, 38, .97) 0 35%, rgba(11, 25, 51, .6) 61%, rgba(7, 19, 38, .15)),
    radial-gradient(circle at 22% 59%, rgba(91, 128, 148, .2), transparent 36%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  left: var(--page);
  right: var(--page);
  bottom: 47px;
  height: 1px;
  background: rgba(247, 248, 250, .14);
}
.hero-atmosphere { position: absolute; inset: 0; pointer-events: none; }
.hero-atmosphere i { position: absolute; display: block; background: rgba(247, 248, 250, .055); }
.hero-atmosphere i:nth-child(1) { top: 0; bottom: 0; left: 53.4%; width: 1px; }
.hero-atmosphere i:nth-child(2) { top: 34%; right: 0; width: 52%; height: 1px; }
.hero-atmosphere i:nth-child(3) { top: 25%; right: 7.5%; width: 11vw; height: 11vw; border: 1px solid rgba(198, 161, 91, .13); background: none; transform: rotate(45deg); }
.hero-copy {
  position: relative;
  z-index: 3;
  grid-column: 1 / span 7;
  min-width: 0;
  padding-right: clamp(26px, 5vw, 88px);
}
.eyebrow {
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.hero .eyebrow { margin-bottom: clamp(30px, 4vw, 54px); color: var(--gold); }
.hero-title {
  font-family: var(--serif);
  font-size: clamp(68px, 7.6vw, 126px);
  font-weight: 400;
  line-height: .79;
  letter-spacing: -.052em;
  text-wrap: balance;
}
.hero-body {
  max-width: 570px;
  margin-top: clamp(34px, 4vw, 58px);
  color: rgba(247, 248, 250, .75);
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.58;
}
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.button,
.outline-button {
  border: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.button { padding: 17px 22px; }
.button-gold { background: var(--gold); color: var(--navy); }
.button-gold:hover { background: #d7b977; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-underline-offset: 6px;
}
.text-link span { font-size: 17px; font-weight: 400; }
.text-link.light { color: #fff; }
.hero-meta {
  display: flex;
  gap: 18px;
  margin-top: clamp(48px, 6vw, 82px);
  color: rgba(247, 248, 250, .5);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-meta span + span::before { content: "·"; margin-right: 18px; color: var(--gold); }
.hero-visual {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  z-index: 2;
  grid-column: 8 / span 5;
  align-self: stretch;
  min-height: min(68vh, 720px);
  perspective: 1200px;
  transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform .35s ease-out;
}
.hero-visual-mask {
  position: absolute;
  inset: 0 4% 0 0;
  overflow: hidden;
  background: #081221;
  clip-path: polygon(7% 0, 100% 0, 100% 92%, 88% 100%, 0 100%, 0 8%);
}
.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  animation: hero-breathe 16s ease-in-out infinite alternate;
}
@keyframes hero-breathe { to { transform: scale(1.065) translate3d(0, -1%, 0); } }
.hero-frame {
  position: absolute;
  inset: 24px 0 -22px 27px;
  border: 1px solid rgba(198, 161, 91, .44);
  pointer-events: none;
  transform: translateZ(24px);
}
.hero-frame i { position: absolute; display: block; background: var(--gold); }
.hero-frame i:first-child { top: -1px; left: -1px; width: 52px; height: 2px; }
.hero-frame i:last-child { right: -1px; bottom: -1px; width: 2px; height: 52px; }
.hero-caption {
  position: absolute;
  z-index: 2;
  right: 4%;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 46px 26px 18px;
  background: linear-gradient(transparent, rgba(0, 0, 0, .7));
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-index {
  position: absolute;
  z-index: 2;
  top: 126px;
  right: 18px;
  bottom: 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  color: rgba(247, 248, 250, .42);
  font-size: 10px;
  letter-spacing: .15em;
  writing-mode: vertical-rl;
}
.hero-index i { width: 1px; flex: 1; background: rgba(247, 248, 250, .14); }
.hero-scroll {
  position: absolute;
  z-index: 3;
  bottom: 24px;
  left: var(--page);
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(247, 248, 250, .5);
  font-size: 10px;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}
.hero-scroll i { display: block; width: 46px; height: 1px; background: var(--gold); }
.story-active .hero-copy { opacity: 0; transform: translateY(18px); }
.story-active .hero-visual { opacity: .28; transform: scale(.965) translateY(20px); }
.story-complete .hero-copy,
.story-complete .hero-visual {
  opacity: 1;
  transform: none;
  transition: opacity .8s ease .08s, transform .9s cubic-bezier(.2, .75, .2, 1) .08s;
}

.section-pad {
  position: relative;
  z-index: 2;
  padding: var(--pad) var(--page);
  background: var(--bg);
}
.section-kicker {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: clamp(66px, 8vw, 120px);
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.section-kicker span { color: var(--gold); }
.section-kicker p::before {
  content: "";
  display: inline-block;
  width: clamp(38px, 4vw, 68px);
  height: 1px;
  margin: 0 18px 3px 0;
  background: var(--line);
}
.display-copy {
  font-family: var(--serif);
  font-size: clamp(50px, 6vw, 96px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.044em;
  text-wrap: balance;
}
.belief-grid,
.section-intro,
.pricing-heading,
.standards-grid,
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(280px, .58fr);
  gap: clamp(52px, 9vw, 160px);
  align-items: start;
}
.belief { min-height: 88vh; display: flex; flex-direction: column; justify-content: center; }
.belief-aside { padding-top: 12px; color: var(--muted); font-size: clamp(16px, 1.2vw, 19px); }
.gold-rule { display: block; width: 54px; height: 1px; margin: 38px 0; background: var(--gold); }
.serif-note { color: var(--ink); font-family: var(--serif); font-size: clamp(24px, 2.2vw, 36px); line-height: 1.24; }
.observe-line {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  margin-top: clamp(80px, 11vw, 150px);
}
.observe-line span { height: 1px; background: var(--line); }
.observe-line i { width: 10px; height: 10px; border: 1px solid var(--gold); transform: rotate(45deg); }

.transformation { background: #edf0f4; overflow: hidden; }
.transformation-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: clamp(60px, 8vw, 112px); }
.transformation-head h2 { max-width: 930px; }
.transformation-head > p { max-width: 240px; color: var(--muted); font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }
.gap-story {
  --gap-progress: .54;
  --gap-clip: 46%;
  position: relative;
  min-height: min(74vh, 760px);
  margin: 0 calc(var(--page) * -1) clamp(80px, 10vw, 150px);
  overflow: hidden;
  background: var(--navy);
}
.gap-frame { position: absolute; inset: 0; overflow: hidden; }
.gap-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 44%; }
.gap-source img { filter: grayscale(1) saturate(.25) brightness(.42) contrast(.82); transform: scale(1.12) translateX(-3%); }
.gap-source::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 19, 38, .24), rgba(7, 19, 38, .62)); }
.gap-composed { clip-path: inset(0 var(--gap-clip) 0 0); }
.gap-composed img { transform: scale(1.01); }
.gap-frame figcaption {
  position: absolute;
  z-index: 3;
  bottom: 28px;
  left: var(--page);
  color: rgba(247, 248, 250, .82);
  font-size: 11px;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.gap-frame figcaption span { margin-right: 15px; color: var(--gold); }
.gap-guides { position: absolute; z-index: 3; inset: 9% 8%; pointer-events: none; }
.gap-guides i { position: absolute; display: block; background: rgba(247, 248, 250, .22); }
.gap-guides i:nth-child(1) { top: 0; bottom: 0; left: 25%; width: 1px; }
.gap-guides i:nth-child(2) { top: 0; bottom: 0; right: 25%; width: 1px; }
.gap-guides i:nth-child(3) { top: 25%; right: 0; left: 0; height: 1px; }
.gap-guides i:nth-child(4) { right: 0; bottom: 25%; left: 0; height: 1px; }
.gap-divider {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: calc(var(--gap-progress) * 100%);
  width: 1px;
  background: var(--gold);
}
.gap-divider::before { content: ""; position: absolute; top: 50%; left: -5px; width: 9px; height: 9px; border: 1px solid var(--gold); background: var(--navy); transform: rotate(45deg); }
.gap-divider span {
  position: absolute;
  top: 24px;
  left: 14px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .15em;
  writing-mode: vertical-rl;
}
.transformation-track { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.transform-stage { padding: 38px clamp(20px, 3.5vw, 54px) 52px; border-left: 1px solid var(--line); }
.transform-stage:first-child { border-left: 0; }
.transform-stage > span { color: var(--muted); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.transform-stage h3 { margin: 24px 0 12px; font-family: var(--serif); font-size: clamp(32px, 3vw, 48px); font-weight: 400; }
.transform-stage > p { color: var(--muted); }
.transform-signal { position: relative; height: 150px; margin: 34px 0; overflow: hidden; background: rgba(11, 25, 51, .035); }
.transform-signal i { position: absolute; display: block; background: var(--ink); }
.signal-1 i:nth-child(1) { top: 25%; left: 15%; width: 58px; height: 4px; transform: rotate(12deg); }
.signal-1 i:nth-child(2) { top: 48%; right: 18%; width: 28px; height: 28px; border-radius: 50%; background: var(--gold); }
.signal-1 i:nth-child(3) { bottom: 22%; left: 31%; width: 90px; height: 1px; transform: rotate(-19deg); }
.signal-2 i { top: 12%; left: 50%; width: 1px; height: 76%; background: var(--gold); }
.signal-2 i:nth-child(2) { top: 50%; left: 12%; width: 76%; height: 1px; background: var(--ink); }
.signal-2 i:nth-child(3) { top: calc(50% - 16px); left: calc(50% - 16px); width: 32px; height: 32px; border: 1px solid var(--gold); border-radius: 50%; background: #edf0f4; }
.signal-3 i { left: 15%; width: 70%; height: 1px; }
.signal-3 i:nth-child(1) { top: 32%; }
.signal-3 i:nth-child(2) { top: 50%; background: var(--gold); }
.signal-3 i:nth-child(3) { top: 68%; }

.dark-section { background: var(--dark); color: var(--paper); }
.dark-section .section-kicker { color: rgba(247, 248, 250, .55); }
.dark-section .section-kicker p::before { background: var(--paper-line); }
.process { position: relative; overflow: hidden; }
.process-grid { position: absolute; inset: 0; pointer-events: none; opacity: .6; }
.process-grid i { position: absolute; display: block; background: rgba(247, 248, 250, .035); }
.process-grid i:nth-child(1) { top: 0; bottom: 0; left: 25%; width: 1px; }
.process-grid i:nth-child(2) { top: 0; bottom: 0; left: 50%; width: 1px; }
.process-grid i:nth-child(3) { top: 0; bottom: 0; left: 75%; width: 1px; }
.process-grid i:nth-child(4) { top: 47%; right: 0; left: 0; height: 1px; }
.process-head { position: relative; display: grid; grid-template-columns: 1.2fr .55fr; gap: clamp(50px, 9vw, 150px); margin-bottom: 82px; }
.process-head > p { padding-top: 14px; color: rgba(247, 248, 250, .62); }
.process-list { position: relative; margin: 0; padding: 0; border-top: 1px solid var(--paper-line); list-style: none; }
.process-list li {
  display: grid;
  grid-template-columns: 70px minmax(200px, .7fr) minmax(280px, 1fr);
  gap: 24px;
  padding: 31px 0;
  border-bottom: 1px solid var(--paper-line);
  transition: padding-left .28s ease, background .28s ease;
}
.process-list li:hover { padding-left: 14px; background: rgba(255, 255, 255, .025); }
.process-list span { color: var(--gold); font-size: 12px; letter-spacing: .14em; }
.process-list h3 { font-family: var(--serif); font-size: clamp(32px, 3vw, 48px); font-weight: 400; line-height: 1; }
.process-list p { max-width: 540px; color: rgba(247, 248, 250, .62); }

.section-intro { margin-bottom: clamp(76px, 9vw, 138px); }
.section-intro > p { max-width: 480px; padding-top: 12px; color: var(--muted); }
.work { border-top: 1px solid var(--line); }
.work-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(70px, 10vw, 150px) clamp(20px, 3vw, 42px); align-items: start; }
.work-card { grid-column: span 5; }
.work-card:nth-child(2) { grid-column: 8 / span 5; margin-top: 15vw; }
.work-card:nth-child(3) { grid-column: 2 / span 4; }
.work-card:nth-child(4) { grid-column: 7 / span 6; margin-top: 9vw; }
.work-card:nth-child(5) { grid-column: 1 / span 6; }
.work-card:nth-child(6) { grid-column: 9 / span 4; margin-top: 13vw; }
.work-open { display: block; width: 100%; padding: 0; border: 0; background: none; color: inherit; text-align: left; cursor: pointer; }
.work-open figure { position: relative; aspect-ratio: 4 / 5; margin: 0 0 20px; overflow: hidden; background: #dfe3e8; }
.work-card:nth-child(3n + 2) figure { aspect-ratio: 3 / 4; }
.work-card:nth-child(3n) figure { aspect-ratio: 1 / 1.25; }
.work-open figure::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(247, 248, 250, .28);
  clip-path: inset(14px);
  pointer-events: none;
}
.work-image { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2, .7, .2, 1), filter .5s ease; }
.work-open:hover .work-image { transform: scale(1.04); filter: saturate(1.06); }
.work-card-meta { display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.work-card-title { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 9px; }
.work-card-title h3 { font-family: var(--serif); font-size: clamp(31px, 3vw, 48px); font-weight: 400; line-height: 1; }
.work-card-title span { color: var(--gold); font-size: 20px; }
.work-open > p { margin-top: 9px; color: var(--muted); font-size: 14px; }

.worlds { overflow: hidden; transition: background .65s ease; }
.worlds[data-theme-panel="product"] { background: #0a0c12; }
.worlds[data-theme-panel="hospitality"] { background: #23150f; }
.worlds[data-theme-panel="founder"] { background: #0c0420; }
.worlds-shell { display: grid; grid-template-columns: minmax(280px, .56fr) minmax(0, 1.44fr); gap: clamp(36px, 7vw, 112px); }
.world-tabs { display: flex; flex-direction: column; border-top: 1px solid var(--paper-line); }
.world-tabs button {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 28px 0;
  border: 0;
  border-bottom: 1px solid var(--paper-line);
  background: transparent;
  color: rgba(247, 248, 250, .46);
  font-family: var(--serif);
  font-size: clamp(26px, 2.5vw, 40px);
  text-align: left;
  cursor: pointer;
  transition: color .25s ease, padding-left .25s ease;
}
.world-tabs button span { padding-top: 8px; color: var(--gold); font-family: var(--sans); font-size: 11px; letter-spacing: .12em; }
.world-tabs button[aria-selected="true"] { padding-left: 12px; color: #fff; }
.world-panel { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(290px, 1fr); min-height: 650px; border: 1px solid var(--paper-line); background: rgba(255, 255, 255, .035); }
.world-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 5vw, 78px); }
.world-copy .eyebrow { margin-bottom: 28px; color: var(--gold); }
.world-copy h2 { font-family: var(--serif); font-size: clamp(44px, 4.3vw, 70px); font-weight: 400; line-height: .98; }
.world-copy > p:not(.eyebrow) { margin: 26px 0 36px; color: rgba(247, 248, 250, .67); }
.world-panel figure { margin: 0; overflow: hidden; }
.world-image { width: 100%; height: 100%; min-height: 650px; object-fit: cover; animation: world-enter .55s ease both; }
@keyframes world-enter { from { opacity: .42; transform: scale(1.025); } to { opacity: 1; transform: scale(1); } }

.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 56px minmax(230px, .72fr) minmax(300px, 1fr) minmax(170px, .45fr); gap: 24px; align-items: start; padding: 35px 0; border-bottom: 1px solid var(--line); }
.service-row > span { color: var(--gold); font-size: 12px; letter-spacing: .13em; }
.service-row h3 { font-family: var(--serif); font-size: clamp(32px, 3.2vw, 50px); font-weight: 400; line-height: 1; }
.service-row p { max-width: 510px; color: var(--muted); }
.service-row small { color: var(--muted); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.capability-drawer { margin-top: 38px; border: 1px solid var(--line); }
.capability-drawer summary { display: flex; justify-content: space-between; gap: 20px; padding: 21px 24px; font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.capability-drawer summary span { color: var(--muted); font-weight: 400; }
.capability-drawer p { max-width: 900px; padding: 0 24px 24px; color: var(--muted); }

.standards { background: #e9ecf0; }
.standards-grid > div { border-top: 1px solid var(--line); }
.standards-grid > div p { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.standards-grid > div span { color: var(--gold); font-size: 12px; }

.pricing-heading { margin-bottom: 78px; }
.pricing-note { padding-top: 12px; color: var(--muted); }
.pricing-note span { display: inline-block; margin-top: 24px; padding: 8px 11px; border: 1px solid var(--line); color: var(--ink); font-size: 11px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.ways-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: clamp(78px, 10vw, 145px); border: 1px solid var(--line); }
.way-card { min-height: 310px; padding: 32px; border-left: 1px solid var(--line); display: flex; flex-direction: column; }
.way-card:first-child { border-left: 0; }
.way-card > span { color: var(--gold); font-size: 12px; }
.way-card h3 { margin: 47px 0 14px; font-family: var(--serif); font-size: clamp(32px, 3vw, 46px); font-weight: 400; }
.way-card p { color: var(--muted); }
.way-card small { margin-top: auto; padding-top: 28px; font-size: 12px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.pricing-explorer { padding: clamp(24px, 4vw, 58px); border: 1px solid var(--line); background: var(--surface); }
.pricing-toolbar { display: flex; justify-content: space-between; align-items: end; gap: 30px; padding-bottom: 29px; border-bottom: 1px solid var(--line); }
.mode-tabs { display: flex; flex-wrap: wrap; gap: 5px; }
.mode-tabs button {
  padding: 11px 14px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  cursor: pointer;
}
.mode-tabs button[aria-selected="true"] { border-color: var(--ink); color: var(--ink); }
.category-label { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.category-label select { min-width: 190px; padding: 11px 38px 11px 12px; border: 1px solid var(--line); border-radius: 0; background: var(--surface); color: var(--ink); }
.price-context { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; padding: 46px 0 32px; }
.price-context .eyebrow { margin-bottom: 10px; color: var(--gold); }
.price-context h3 { font-family: var(--serif); font-size: clamp(40px, 4vw, 62px); font-weight: 400; line-height: 1; }
.price-context > p { max-width: 520px; color: var(--muted); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.price-card { display: flex; min-width: 0; min-height: 520px; flex-direction: column; padding: 30px; border-left: 1px solid var(--line); }
.price-card:first-child { border-left: 0; }
.price-name { font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.dual-price { margin-top: 21px; }
.dual-price strong { display: block; font-family: var(--serif); font-size: clamp(35px, 3.4vw, 53px); font-weight: 400; line-height: 1; white-space: nowrap; }
.dual-price span { display: block; margin-top: 8px; color: var(--muted); font-size: 14px; }
.price-card ul { margin: 33px 0; padding: 0; color: var(--muted); font-size: 14px; list-style: none; }
.price-card li { position: relative; padding: 9px 0 9px 15px; border-top: 1px solid color-mix(in srgb, var(--ink) 9%, transparent); }
.price-card li::before { content: ""; position: absolute; top: 18px; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.price-action { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 600; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.price-action span { float: right; color: var(--gold); font-size: 16px; }
.pricing-policy { margin-top: 25px; border-top: 1px solid var(--line); }
.pricing-policy summary { padding: 21px 0; font-size: 13px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding: 12px 0 20px; }
.policy-grid p { color: var(--muted); font-size: 14px; }
.policy-grid strong { display: block; margin-bottom: 8px; color: var(--ink); font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.individual-table { border-top: 1px solid var(--line); }
.table-row { display: grid; grid-template-columns: 1fr 180px 180px; gap: 24px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.table-row small { display: block; color: var(--muted); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.table-row strong { font-weight: 500; }
.table-head { color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.pricing-next { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; margin-top: 28px; padding: clamp(30px, 5vw, 58px); background: var(--navy); color: #fff; }
.pricing-next .eyebrow { color: var(--gold); }
.pricing-next h3 { max-width: 720px; margin-top: 14px; font-family: var(--serif); font-size: clamp(38px, 4.7vw, 68px); font-weight: 400; line-height: .96; }
.pricing-next .button { white-space: nowrap; }

.about { background: #071326; }
.about-copy { color: rgba(247, 248, 250, .65); }
.about-copy blockquote { margin: 46px 0; padding-left: 25px; border-left: 1px solid var(--gold); color: #fff; font-family: var(--serif); font-size: clamp(26px, 2.5vw, 39px); line-height: 1.2; }
.about-copy > span { color: var(--gold); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.contact { min-height: 88vh; overflow: hidden; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.contact .section-kicker { position: absolute; top: var(--pad); left: var(--page); right: var(--page); width: calc(100% - var(--page) * 2); text-align: left; }
.contact .eyebrow { color: var(--gold); }
.contact h2 { margin: 28px 0 32px; font-family: var(--serif); font-size: clamp(62px, 8vw, 128px); font-weight: 400; line-height: .82; letter-spacing: -.05em; }
.contact-copy { max-width: 650px; color: var(--muted); }
.contact-link { display: grid; grid-template-columns: 1fr auto auto; gap: 25px; align-items: center; min-width: min(640px, 100%); margin-top: 52px; padding: 18px 0; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 600; letter-spacing: .1em; text-align: left; text-decoration: none; text-transform: uppercase; }
.contact-link span { color: var(--muted); }
.contact-link i { color: var(--gold); font-size: 20px; font-style: normal; }
.contact-methods { width: min(760px, 100%); margin-top: 48px; border-top: 1px solid var(--ink); }
.contact-method { display: grid; grid-template-columns: 170px 1fr auto; gap: 24px; align-items: center; min-height: 60px; padding: 15px 0; border-bottom: 1px solid var(--line); text-align: left; text-decoration: none; }
.contact-method span { color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.contact-method strong { overflow-wrap: anywhere; font-size: 14px; font-weight: 500; }
.contact-method i { color: var(--gold); font-size: 20px; font-style: normal; transition: transform .2s ease; }
.contact-method:hover i { transform: translateX(4px); }
.contact-unavailable { margin-top: 40px; color: var(--muted); }
.contact-orbit { position: absolute; z-index: -1; width: min(64vw, 880px); aspect-ratio: 1; border: 1px solid color-mix(in srgb, var(--gold) 18%, transparent); border-radius: 50%; }
.contact-orbit i { position: absolute; border: 1px solid color-mix(in srgb, var(--ink) 9%, transparent); border-radius: 50%; }
.contact-orbit i:nth-child(1) { inset: 12%; }
.contact-orbit i:nth-child(2) { inset: 26%; }
.contact-orbit i:nth-child(3) { top: 50%; left: 50%; width: 8px; height: 8px; background: var(--gold); transform: translate(-50%, -50%); }
.site-footer { position: relative; z-index: 2; display: grid; grid-template-columns: 170px 1fr auto; gap: 35px; align-items: end; padding: 40px var(--page); background: var(--navy); color: rgba(247, 248, 250, .52); font-size: 12px; }
.site-footer img { width: 150px; }
.site-footer a { color: inherit; text-underline-offset: 3px; }
.site-footer p:last-child { text-align: right; }

.reveal {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  clip-path: inset(0 0 12% 0);
  transition: opacity .75s ease var(--reveal-delay, 0ms), transform .9s cubic-bezier(.2, .72, .2, 1) var(--reveal-delay, 0ms), clip-path .9s cubic-bezier(.2, .72, .2, 1) var(--reveal-delay, 0ms);
}
.reveal.is-visible { opacity: 1; transform: none; clip-path: inset(0); }
.media-fallback { object-fit: cover; }
.is-local-preview { outline: 1px solid rgba(198, 161, 91, .42); outline-offset: -1px; }

.study-dialog {
  width: min(1120px, calc(100% - 42px));
  max-height: calc(100vh - 42px);
  padding: 0;
  border: 0;
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 40px 100px rgba(0, 0, 0, .35);
}
.study-dialog::backdrop { background: rgba(3, 8, 17, .82); backdrop-filter: blur(8px); }
.dialog-close { position: absolute; z-index: 2; top: 16px; right: 16px; padding: 10px 13px; border: 1px solid rgba(255, 255, 255, .45); background: rgba(0, 0, 0, .42); color: #fff; font-size: 12px; text-transform: uppercase; cursor: pointer; }
.dialog-grid { display: grid; grid-template-columns: 1fr .82fr; min-height: 650px; }
.dialog-grid figure { overflow: hidden; }
.dialog-image { width: 100%; height: 100%; object-fit: cover; }
.dialog-grid > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 6vw, 84px); }
.dialog-grid .eyebrow { margin-bottom: 28px; color: var(--gold); }
.dialog-grid h2 { font-family: var(--serif); font-size: clamp(48px, 6vw, 82px); font-weight: 400; line-height: .9; }
.dialog-discipline { margin: 22px 0 38px; color: var(--muted); }
.dialog-grid dl { margin-top: 44px; border-top: 1px solid var(--line); }
.dialog-grid dl div { display: grid; grid-template-columns: 110px 1fr; padding: 12px 0; border-bottom: 1px solid var(--line); }
.dialog-grid dt { color: var(--muted); font-size: 12px; text-transform: uppercase; }
.dialog-grid dd { font-size: 14px; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 156px 1fr auto; gap: 20px; }
  .site-nav { gap: 18px; }
  .site-nav a { font-size: 11px; }
  .hero { grid-template-columns: repeat(12, 1fr); }
  .hero-copy { grid-column: 1 / span 7; }
  .hero-visual { grid-column: 8 / span 5; min-height: 590px; }
  .worlds-shell { grid-template-columns: 1fr; }
  .world-tabs { display: grid; grid-template-columns: repeat(3, 1fr); }
  .world-tabs button { grid-template-columns: 34px 1fr; padding: 20px 14px; border-right: 1px solid var(--paper-line); font-size: 25px; }
  .world-tabs button[aria-selected="true"] { padding-left: 20px; }
  .service-row { grid-template-columns: 45px minmax(210px, .7fr) 1fr; }
  .service-row small { grid-column: 2 / 4; }
  .price-card { padding: 24px; }
}

@media (max-width: 800px) {
  :root { --page: clamp(20px, 6vw, 42px); --pad: clamp(96px, 25vw, 150px); }
  html { scroll-padding-top: 70px; }
  body { font-size: 16px; }
  .site-header { height: 76px; grid-template-columns: 1fr auto; padding: 0 var(--page); }
  .site-header.is-scrolled { height: 68px; }
  .brand-lockup { position: relative; z-index: 3; width: 112px; height: 58px; }
  .brand-lockup img { width: 108px; height: 53px; }
  .menu-toggle {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 12px 0 12px 16px;
    border: 0;
    background: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    cursor: pointer;
  }
  .menu-toggle i { display: block; width: 23px; height: 1px; margin-left: 10px; background: currentColor; box-shadow: 0 6px currentColor; transition: transform .3s ease, box-shadow .3s ease; }
  .menu-open .menu-toggle i { transform: translateY(3px) rotate(45deg); box-shadow: 0 0 currentColor; }
  .site-nav {
    position: fixed;
    z-index: 2;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    padding: 116px var(--page) 70px;
    background: rgba(7, 19, 38, .985);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity .35s ease, visibility .35s ease, transform .45s cubic-bezier(.2, .75, .2, 1);
  }
  .menu-open .site-nav { opacity: 1; visibility: visible; transform: none; }
  .site-nav a {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid rgba(247, 248, 250, .12);
    color: #fff;
    font-family: var(--serif);
    font-size: clamp(34px, 10vw, 52px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.025em;
    text-transform: none;
  }
  .site-nav a::after { display: none; }
  .header-cta { display: none; }
  .hero {
    min-height: 100svh;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(280px, 38svh);
    gap: 46px;
    align-content: center;
    padding: 116px var(--page) 78px;
  }
  .hero::before { z-index: 1; background: linear-gradient(180deg, rgba(7, 19, 38, .99) 0 45%, rgba(7, 19, 38, .54) 69%, rgba(7, 19, 38, .82)); }
  .hero-atmosphere i:nth-child(1) { left: 18%; }
  .hero-atmosphere i:nth-child(2) { top: 57%; width: 100%; }
  .hero-atmosphere i:nth-child(3) { display: none; }
  .hero-copy { grid-column: 1; grid-row: 1; padding: 0; }
  .hero .eyebrow { margin-bottom: 26px; }
  .hero-title { max-width: 620px; font-size: clamp(60px, 17.5vw, 92px); line-height: .78; }
  .hero-body { max-width: 520px; margin-top: 30px; font-size: 17px; }
  .hero-actions { margin-top: 30px; }
  .hero-meta { display: none; }
  .hero-visual { grid-column: 1; grid-row: 2; min-height: 0; width: 86%; margin-left: auto; }
  .hero-visual-mask { inset: 0; clip-path: polygon(10% 0, 100% 0, 100% 88%, 86% 100%, 0 100%, 0 12%); }
  .hero-frame { inset: 17px -14px -15px 18px; }
  .hero-caption { right: 0; padding: 38px 18px 14px; font-size: 10px; }
  .hero-index { display: none; }
  .hero-scroll { display: none; }
  .section-kicker { grid-template-columns: 42px 1fr; margin-bottom: 62px; }
  .display-copy { font-size: clamp(48px, 13vw, 76px); }
  .belief { min-height: auto; display: block; }
  .belief-grid,
  .section-intro,
  .pricing-heading,
  .standards-grid,
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .observe-line { margin-top: 78px; }
  .transformation-head { display: grid; gap: 26px; margin-bottom: 55px; }
  .gap-story { min-height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0 0 75px; background: var(--gold); overflow: visible; }
  .gap-frame { position: relative; inset: auto; min-height: 430px; background: var(--navy); }
  .gap-frame img { position: absolute; inset: 0; }
  .gap-source img { transform: scale(1.08); }
  .gap-composed { clip-path: none; }
  .gap-frame figcaption { right: 14px; bottom: 14px; left: 14px; font-size: 10px; }
  .gap-guides,
  .gap-divider { display: none; }
  .transformation-track { grid-template-columns: 1fr; border-bottom: 0; }
  .transform-stage { border-left: 0; border-bottom: 1px solid var(--line); padding: 34px 0 40px; }
  .transform-signal { height: 125px; }
  .process-head { grid-template-columns: 1fr; gap: 35px; }
  .process-list li { grid-template-columns: 45px 1fr; }
  .process-list p { grid-column: 2; }
  .process-list li:hover { padding-left: 0; }
  .work-grid { grid-template-columns: 1fr; gap: 78px; }
  .work-card,
  .work-card:nth-child(n) { grid-column: 1; width: 88%; margin: 0; }
  .work-card:nth-child(even) { margin-left: auto; }
  .work-card:nth-child(3n) { width: 76%; }
  .world-tabs { display: flex; overflow-x: auto; flex-direction: row; scroll-snap-type: x mandatory; }
  .world-tabs button { min-width: 78%; scroll-snap-align: start; border-left: 0; }
  .world-panel { grid-template-columns: 1fr; min-height: 0; }
  .world-copy { min-height: 430px; padding: 44px var(--page); }
  .world-panel figure { min-height: 480px; }
  .world-image { min-height: 480px; }
  .service-row { grid-template-columns: 40px 1fr; gap: 16px; }
  .service-row p,
  .service-row small { grid-column: 2; }
  .capability-drawer summary { display: grid; }
  .ways-grid { grid-template-columns: 1fr; }
  .way-card { min-height: 270px; border-top: 1px solid var(--line); border-left: 0; }
  .way-card:first-child { border-top: 0; }
  .pricing-toolbar { display: grid; align-items: stretch; }
  .mode-tabs { display: grid; grid-template-columns: 1fr; }
  .mode-tabs button { text-align: left; }
  .category-label { display: grid; }
  .category-label select { width: 100%; }
  .price-context { grid-template-columns: 1fr; gap: 24px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 0; border-top: 1px solid var(--line); border-left: 0; }
  .price-card:first-child { border-top: 0; }
  .policy-grid { grid-template-columns: 1fr; }
  .pricing-next { grid-template-columns: 1fr; align-items: start; }
  .pricing-next .button { justify-self: start; }
  .table-row { grid-template-columns: 1fr 105px 105px; gap: 12px; }
  .contact { min-height: 880px; }
  .contact .section-kicker { top: 96px; }
  .contact h2 { font-size: clamp(62px, 18vw, 96px); }
  .contact-link { min-width: 100%; }
  .contact-orbit { width: 110vw; }
  .site-footer { grid-template-columns: 1fr; text-align: left; }
  .site-footer p:last-child { text-align: left; }
  .dialog-grid { grid-template-columns: 1fr; }
  .dialog-grid figure { min-height: 52vh; }
  .dialog-grid > div { padding: 38px 26px 50px; }
}

@media (max-width: 520px) {
  .story-coordinate { font-size: 9px; }
  .story-guides { inset: 16vh 8vw; }
  .story-mark { width: 66px; }
  .story-source { width: 46vw; }
  .story-words span { top: 26%; font-size: clamp(42px, 14vw, 64px); }
  .story-resolution { gap: 18px; }
  .story-resolution img { width: 62vw; }
  .story-resolution p { font-size: 10px; letter-spacing: .16em; }
  .hero { grid-template-rows: auto minmax(235px, 32svh); gap: 34px; padding-top: 105px; padding-bottom: 56px; }
  .hero-title { font-size: clamp(57px, 17vw, 72px); }
  .hero-body { font-size: 16px; line-height: 1.55; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 26px; }
  .hero-visual { width: 88%; }
  .section-pad { padding-right: var(--page); padding-left: var(--page); }
  .section-kicker p::before { width: 26px; margin-right: 10px; }
  .display-copy { font-size: clamp(46px, 14vw, 62px); }
  .gap-story { grid-template-columns: 1fr; gap: 1px; }
  .gap-frame { min-height: 390px; }
  .gap-composed { min-height: 460px; }
  .work-card,
  .work-card:nth-child(n) { width: 100%; }
  .work-card:nth-child(3n) { width: 86%; }
  .world-tabs button { min-width: 88%; }
  .world-copy { min-height: 390px; }
  .world-panel figure,
  .world-image { min-height: 420px; }
  .pricing-explorer { margin-right: calc(var(--page) * -.35); margin-left: calc(var(--page) * -.35); }
  .table-row { grid-template-columns: 1fr 82px; }
  .table-row > :last-child { grid-column: 2; }
  .table-row > :nth-child(2) { grid-column: 2; grid-row: 1; }
  .table-head > :last-child { display: none; }
  .contact { min-height: 900px; }
  .contact-link { grid-template-columns: 1fr auto; }
  .contact-link span { display: none; }
  .contact-method { grid-template-columns: 1fr auto; gap: 4px 16px; padding: 15px 0; }
  .contact-method span { grid-column: 1; }
  .contact-method strong { grid-column: 1; }
  .contact-method i { grid-column: 2; grid-row: 1 / span 2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .story-root { display: none !important; }
  .reveal { opacity: 1; transform: none; clip-path: none; }
}
