:root {
  --navy: #111827;
  --navy-soft: #192235;
  --ink: #151a24;
  --gold: #b4935a;
  --gold-light: #d7bd88;
  --ivory: #f7f3eb;
  --paper: #fcfaf6;
  --muted: #6d706f;
  --line: rgba(17, 24, 39, .16);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: -4rem; background: var(--gold); color: var(--navy); padding: .8rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }
.page-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 120px 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(247, 243, 235, .88); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: border-color .25s, background .25s; }
.site-header.scrolled { border-color: var(--line); background: rgba(247, 243, 235, .96); }
.nav-wrap { width: min(1280px, calc(100% - 48px)); height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 230px; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: .78rem; font-weight: 650; letter-spacing: .05em; }
.site-nav > a:not(.nav-cta) { position: relative; padding: 12px 0; }
.site-nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--gold); transition: right .25s ease; }
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { border: 1px solid var(--navy); padding: 12px 18px; transition: .25s ease; }
.nav-cta:hover { background: var(--navy); color: var(--ivory); }
.menu-button { display: none; background: none; border: 0; padding: 10px; }
.menu-button > span:not(.sr-only) { display: block; width: 26px; height: 1px; margin: 6px 0; background: var(--navy); transition: .25s; }

.hero { min-height: 790px; padding-top: 88px; background: var(--ivory); position: relative; display: grid; align-items: stretch; overflow: hidden; }
.hero::after { content: ''; position: absolute; left: 0; right: 0; bottom: 48px; height: 1px; background: var(--line); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); align-items: center; gap: 80px; padding-top: 54px; padding-bottom: 72px; }
.eyebrow { margin: 0 0 28px; color: var(--gold); font-size: .72rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, .section h2, .experience h2 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 7.2vw, 7.2rem); font-weight: 400; line-height: .91; letter-spacing: -.055em; }
.hero h1 { font-family: var(--sans); font-weight: 520; line-height: .94; letter-spacing: -.065em; }
h1 em, h2 em { color: var(--gold); font-style: normal; font-weight: inherit; }
.hero-lead { max-width: 650px; margin: 38px 0 0; font-family: var(--serif); font-size: clamp(1.2rem, 1.8vw, 1.6rem); line-height: 1.48; color: #4d5051; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 17px 21px; font-size: .78rem; font-weight: 750; letter-spacing: .03em; }
.button-gold { background: var(--gold); color: var(--navy); transition: .25s ease; }
.button-gold:hover { background: var(--navy); color: var(--ivory); transform: translateY(-2px); }
.text-link { font-size: .78rem; font-weight: 700; border-bottom: 1px solid var(--gold); padding: 8px 0; }
.hero-mark { justify-self: end; width: min(420px, 100%); border-left: 1px solid var(--line); padding-left: 54px; }
.hero-mark svg { width: 100%; max-height: 390px; overflow: visible; }
.hero-mark .arc { fill: none; stroke: rgba(17,24,39,.38); stroke-width: 1.2; }
.hero-mark .arc-outer { stroke: var(--gold); stroke-width: 1.6; }
.hero-mark .seat { fill: var(--navy); }
.hero-mark .seat-gold { fill: var(--gold); }
.hero-mark p { margin: -18px 0 0; padding-left: 6px; font-family: var(--serif); font-size: 1.35rem; line-height: 1.35; }
.hero-mark strong { color: var(--gold); font-weight: 400; }
.hero-index { position: absolute; z-index: 3; bottom: 15px; left: max(24px, calc((100% - 1180px)/2)); right: max(24px, calc((100% - 1180px)/2)); display: flex; justify-content: space-between; color: #898a86; font-size: .65rem; letter-spacing: .16em; }
.hero-orbit { position: absolute; z-index: 0; border: 1px solid rgba(180,147,90,.15); border-radius: 50%; }
.hero-orbit-one { width: 720px; height: 720px; right: -360px; top: 80px; }
.hero-orbit-two { width: 520px; height: 520px; right: -260px; top: 180px; }

.section-kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 72px; color: #777a79; font-size: .68rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.section-kicker::after { content: ''; width: 68px; height: 1px; background: var(--gold); }
.section-kicker span { color: var(--gold); }
.section-kicker.light { color: rgba(247,243,235,.58); }
.intro-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 110px; align-items: start; }
.intro h2, .method h2 { font-size: clamp(3rem, 5.1vw, 5.3rem); }
.intro-copy { border-top: 1px solid var(--gold); padding-top: 28px; }
.intro-copy p { color: #606363; font-size: 1rem; line-height: 1.75; }
.intro-copy .large-copy { margin-top: 0; color: var(--ink); font-family: var(--serif); font-size: 1.55rem; line-height: 1.48; }
.signature-line { display: flex; align-items: center; gap: 14px; margin-top: 32px; color: var(--gold); font-size: .68rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.signature-line span { width: 42px; height: 1px; background: var(--gold); }

.services { color: var(--ivory); background: var(--navy); }
.services-heading { display: grid; grid-template-columns: 1.25fr .55fr; gap: 100px; align-items: end; margin-bottom: 80px; }
.services h2 { font-size: clamp(3.2rem, 5.8vw, 6rem); }
.services-heading > p { margin: 0 0 8px; color: rgba(247,243,235,.62); font-size: .98rem; line-height: 1.7; }
.service-list { border-top: 1px solid rgba(247,243,235,.2); }
.service-card { display: grid; grid-template-columns: 90px 1fr 40px; gap: 36px; align-items: start; padding: 34px 10px 34px 0; border-bottom: 1px solid rgba(247,243,235,.18); transition: background .25s, padding .25s; }
.service-card:hover { background: rgba(247,243,235,.035); padding-left: 14px; }
.service-number, .step-label { color: var(--gold); font-size: .67rem; font-weight: 750; letter-spacing: .14em; }
.service-card h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.service-card p { max-width: 660px; margin: 0; color: rgba(247,243,235,.58); line-height: 1.65; font-size: .92rem; }
.service-arrow { color: var(--gold); font-size: 1.3rem; transition: transform .25s; }
.service-card:hover .service-arrow { transform: translate(4px, -4px); }

.method-heading { display: grid; grid-template-columns: 1.35fr .55fr; gap: 90px; align-items: end; margin-bottom: 80px; }
.method-heading > p { margin: 0 0 8px; color: var(--muted); line-height: 1.7; }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.method-step { min-height: 380px; padding: 44px 42px 40px 0; }
.method-step + .method-step { border-left: 1px solid var(--line); padding-left: 42px; }
.method-icon { position: relative; height: 70px; margin-bottom: 48px; }
.method-icon span { position: absolute; border: 1px solid var(--gold); border-radius: 50%; width: 56px; height: 56px; }
.method-icon span:nth-child(1) { left: 0; }
.method-icon span:nth-child(2) { left: 24px; }
.method-icon span:nth-child(3) { left: 48px; }
.method-icon.connect span { width: 10px; height: 10px; background: var(--gold); top: 24px; }
.method-icon.connect::before, .method-icon.connect::after { content: ''; position: absolute; top: 29px; width: 50px; height: 1px; background: var(--gold); }
.method-icon.connect::before { left: 10px; transform: rotate(-24deg); transform-origin: left; }
.method-icon.connect::after { left: 10px; transform: rotate(24deg); transform-origin: left; }
.method-icon.move span { border-radius: 0; width: 52px; height: 1px; background: var(--gold); left: 0; }
.method-icon.move span:nth-child(1) { top: 12px; }
.method-icon.move span:nth-child(2) { top: 30px; left: 18px; }
.method-icon.move span:nth-child(3) { top: 48px; left: 36px; }
.method-step h3 { margin: 24px 0 14px; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.method-step p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.65; }

.experience { background: #ebe3d5; overflow: hidden; }
.experience-grid { min-height: 680px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.experience-image { height: 100%; min-height: 680px; position: relative; margin: 0; overflow: hidden; border-right: 1px solid rgba(17,24,39,.14); background: var(--navy); }
.experience-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(17,24,39,.72)); pointer-events: none; }
.experience-image img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; transition: transform 1.2s ease; }
.experience-image:hover img { transform: scale(1.025); }
.experience-image figcaption { position: absolute; z-index: 2; left: 36px; bottom: 32px; color: rgba(247,243,235,.86); font-size: .68rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.experience-copy { padding: 100px 0 100px 96px; }
.experience-copy h2 { font-size: clamp(3rem, 5vw, 5.1rem); }
.experience-copy > p:not(.eyebrow) { margin: 34px 0; color: #5f615f; font-size: 1rem; line-height: 1.75; }
.experience-copy ul { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(17,24,39,.16); }
.experience-copy li { padding: 17px 0; border-bottom: 1px solid rgba(17,24,39,.16); font-family: var(--serif); font-size: 1.05rem; }
.experience-copy li span { display: inline-block; width: 46px; color: var(--gold); font-family: var(--sans); font-size: .65rem; font-weight: 750; letter-spacing: .1em; }

.contact { color: var(--ivory); background: var(--navy-soft); text-align: center; position: relative; overflow: hidden; }
.contact::before { content: 'U'; position: absolute; left: 50%; top: 46%; transform: translate(-50%,-50%); font-family: var(--serif); font-size: min(68vw, 760px); line-height: .8; color: transparent; -webkit-text-stroke: 1px rgba(180,147,90,.1); }
.contact-inner { position: relative; z-index: 2; }
.contact .section-kicker { justify-content: center; }
.contact-pre { margin: 0 0 30px; color: rgba(247,243,235,.58); font-size: .9rem; }
.contact h2 { font-size: clamp(3.5rem, 7vw, 7rem); }
.contact-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 50px; padding-bottom: 10px; border-bottom: 1px solid var(--gold); color: var(--gold-light); font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.7rem); }
.contact-note { margin: 34px auto 0; color: rgba(247,243,235,.48); font-size: .8rem; }

.site-footer { background: #0d1421; color: rgba(247,243,235,.48); padding: 32px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; font-size: .7rem; letter-spacing: .06em; }
.footer-grid img { width: 155px; filter: brightness(0) invert(1); opacity: .86; }
.footer-grid p:nth-child(2) { text-align: center; }
.footer-grid p:last-child { text-align: right; }

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

@media (max-width: 960px) {
  .section { padding: 90px 0; }
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; gap: 40px; padding: 120px 0 110px; }
  .hero-mark { display: none; }
  .intro-grid, .services-heading, .method-heading, .experience-grid { grid-template-columns: 1fr; gap: 44px; }
  .services-heading { align-items: start; }
  .method-grid { grid-template-columns: 1fr; }
  .method-step { min-height: 0; padding: 42px 0; }
  .method-step + .method-step { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .experience-image { height: 500px; min-height: 0; border-right: 0; }
  .experience-copy { padding: 90px 0; }
}

@media (max-width: 760px) {
  .page-shell, .nav-wrap { width: min(100% - 32px, 1180px); }
  .nav-wrap { height: 74px; }
  .brand { width: 190px; }
  .menu-button { display: block; z-index: 102; }
  .menu-button[aria-expanded="true"] > span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; background: var(--ivory); flex-direction: column; align-items: flex-start; justify-content: center; padding: 70px 32px; gap: 24px; font-family: var(--serif); font-size: 2rem; opacity: 0; pointer-events: none; transform: translateY(-12px); transition: .25s; }
  .site-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .nav-cta { font-family: var(--sans); font-size: .8rem; margin-top: 12px; }
  .hero { padding-top: 74px; }
  .hero-layout { padding: 100px 0 100px; }
  .hero h1 { font-size: clamp(3.3rem, 15vw, 5rem); }
  .hero-lead { font-size: 1.16rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .section-kicker { margin-bottom: 48px; }
  .intro-grid { gap: 38px; }
  .intro h2, .services h2, .method h2, .experience h2 { font-size: 3.05rem; }
  .service-card { grid-template-columns: 44px 1fr; gap: 14px; padding: 28px 0; }
  .service-card .service-arrow { display: none; }
  .service-card h3 { font-size: 1.45rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; }
  .footer-grid p, .footer-grid p:nth-child(2), .footer-grid p:last-child { margin: 0; text-align: left; }
  .contact h2 { font-size: 3.55rem; }
  .experience-image { height: 360px; }
  .experience-image figcaption { left: 20px; bottom: 20px; }
}

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