:root {
  --ink: #07182b;
  --ink-soft: #0c2038;
  --cream: #f0ede4;
  --paper: #f8f6ef;
  --white: #fffdf7;
  --gold: #c7a86b;
  --gold-light: #e5d1a4;
  --sage: #9eabba;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: rgba(7, 24, 43, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
::selection { background: var(--gold); color: var(--ink); }

.pageShell { width: min(1320px, calc(100% - 64px)); margin-inline: auto; }
.sectionDark { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.sectionLight { background: var(--paper); }
.sectionCream { background: var(--cream); }
.siteHeader { position: fixed; inset: 0 0 auto; z-index: 50; color: var(--white); background: rgba(7,24,43,.9); border-bottom: 1px solid rgba(255,255,255,.07); box-shadow: 0 12px 35px rgba(3,13,25,.16); backdrop-filter: blur(18px) saturate(1.15); -webkit-backdrop-filter: blur(18px) saturate(1.15); }
.navShell { width: min(1440px, calc(100% - 40px)); height: 94px; margin: auto; display: flex; align-items: center; border-bottom: 1px solid var(--line-dark); }
.siteHeader .navShell { border-bottom: 0; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 310px; }
.brandMark { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(199,168,107,.6); color: var(--gold-light); font-family: Georgia, serif; font-size: 16px; letter-spacing: -.06em; }
.brandText { display: grid; gap: 2px; }
.brandText strong { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: 20px; letter-spacing: .01em; }
.brandText small { color: var(--sage); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.desktopNav { display: flex; justify-content: center; gap: clamp(24px, 3vw, 48px); margin-inline: auto; }
.desktopNav a { position: relative; font-size: 13px; color: #d8ded9; }
.desktopNav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--gold); transition: right .35s ease; }
.desktopNav a:hover::after { right: 0; }
.navCta { display: flex; align-items: center; gap: 16px; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: var(--gold-light); }
.mobileMenu { display: none; margin-left: auto; position: relative; }

.hero { min-height: 900px; padding-top: 94px; }
.heroGrid { min-height: 660px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 5vw; padding-block: 100px 60px; position: relative; z-index: 2; }
.heroGrid > * { min-width: 0; }
.ambient { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.ambientOne { width: 800px; height: 800px; right: -290px; top: 30px; background: radial-gradient(circle, rgba(35,88,150,.42), rgba(7,24,43,0) 67%); }
.ambientTwo { width: 560px; height: 560px; left: 10%; bottom: -340px; background: radial-gradient(circle, rgba(199,168,107,.12), transparent 70%); }
.eyebrow { margin: 0 0 28px; display: flex; align-items: center; gap: 13px; color: var(--gold-light); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.hero h1, h2, .quoteInner blockquote { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(66px, 6.7vw, 112px); line-height: .92; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--gold-light); font-weight: 400; }
.heroLead { max-width: 650px; margin: 38px 0 0; color: #bac4be; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.65; }
.heroActions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 42px; }
.button { min-height: 58px; display: inline-flex; justify-content: space-between; align-items: center; gap: 30px; padding: 0 25px; border: 1px solid transparent; font-size: 12px; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-3px); }
.buttonGold { background: var(--gold); color: var(--ink); }
.buttonGold:hover { background: var(--gold-light); }
.buttonGhost { border-color: var(--line-dark); color: var(--white); }
.buttonGhost:hover { border-color: var(--gold); color: var(--gold-light); }
.heroNote { margin-top: 24px; display: flex; align-items: center; gap: 10px; color: #89958f; font-size: 12px; }
.statusDot { width: 6px; height: 6px; border-radius: 50%; background: #79a7d8; box-shadow: 0 0 0 5px rgba(121,167,216,.12); }
.heroVisual { min-height: 530px; position: relative; display: grid; place-items: center; isolation: isolate; }
.heroImageFrame { position: absolute; inset: 10px 0 10px 8%; z-index: -1; overflow: hidden; border: 1px solid rgba(229,209,164,.2); background: var(--ink-soft); box-shadow: 0 38px 90px rgba(0,0,0,.3); }
.heroImageFrame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,24,43,.56), rgba(7,24,43,.08) 56%, rgba(7,24,43,.24)), linear-gradient(0deg, rgba(7,24,43,.45), transparent 48%); }
.heroImage { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 64% center; filter: saturate(.72) contrast(1.06); transform: scale(1.015); }
.orbit { position: absolute; z-index: 1; border: 1px solid rgba(229,209,164,.28); border-radius: 50%; animation: float 9s ease-in-out infinite; }
.orbitOuter { width: min(38vw, 510px); aspect-ratio: 1; }
.orbitInner { width: min(27vw, 360px); aspect-ratio: 1; animation-delay: -3s; }
.orbit::before, .orbit::after { content: ""; position: absolute; width: 7px; height: 7px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 20px rgba(199,168,107,.8); }
.orbitOuter::before { top: 13%; left: 16%; } .orbitOuter::after { right: 5%; bottom: 29%; }
.orbitInner::before { top: -4px; left: 50%; } .orbitInner::after { bottom: 8%; left: 18%; }
.orbit span { position: absolute; padding: 7px 10px; background: var(--ink); color: #82908a; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.orbitOuter span:first-child { left: -12px; top: 25%; } .orbitOuter span:last-child { right: -24px; bottom: 22%; }
.orbitInner span { left: 55%; bottom: -5px; }
.monogram { width: 205px; height: 250px; position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(229,209,164,.54); background: linear-gradient(150deg, rgba(7,24,43,.74), rgba(7,24,43,.34)); backdrop-filter: blur(12px); box-shadow: 0 38px 80px rgba(0,0,0,.35); }
.monogram > span { font-family: Georgia, serif; font-size: 71px; letter-spacing: -.09em; color: var(--gold-light); }
.monogram small { margin-top: 18px; color: #839089; font-size: 9px; letter-spacing: .24em; text-transform: uppercase; }
.visualCard { position: absolute; z-index: 3; right: 1%; bottom: 2%; width: 205px; padding: 20px; border-left: 1px solid var(--gold); background: rgba(12,32,56,.9); backdrop-filter: blur(14px); }
.visualCard span { display: block; margin-bottom: 12px; color: var(--gold); font: 9px "DM Mono", monospace; letter-spacing: .2em; }
.visualCard strong { font: 400 15px/1.45 Georgia, serif; color: #edf0eb; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-12px) rotate(2deg); } }
.reveal { animation: reveal .9s cubic-bezier(.2,.7,.2,1) both; }
.delayOne { animation-delay: .18s; }
@keyframes reveal { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.trustStrip { min-height: 132px; position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr) 1.4fr; align-items: center; border-top: 1px solid var(--line-dark); }
.trustStrip > div { min-height: 72px; display: flex; flex-direction: column; justify-content: center; padding-inline: 28px; border-right: 1px solid var(--line-dark); }
.trustStrip > div:first-child { padding-left: 0; }
.trustStrip strong { font: 400 22px Georgia, serif; color: var(--gold-light); }
.trustStrip span { margin-top: 6px; color: #839089; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.trustStrip .trustAuthority { border: 0; align-items: flex-end; }
.trustAuthority strong { color: #e9ede8; }

.intro { padding-block: 150px; }
.introGrid { display: grid; grid-template-columns: 1.15fr .8fr; gap: 10vw; align-items: start; }
.sectionIndex { margin: 4px 0 30px; color: #7f8883; font: 10px "DM Mono", monospace; letter-spacing: .16em; text-transform: uppercase; }
.darkEyebrow { color: #806d49; }
h2 { margin: 0; font-size: clamp(48px, 5.1vw, 80px); line-height: 1.02; letter-spacing: -.045em; }
.sectionLight h2 em, .sectionCream h2 em { color: #92794d; }
.introText { padding-top: 58px; }
.introText p { margin: 0 0 18px; color: #4a5651; font-size: 16px; line-height: 1.75; }
.arrowLink { width: fit-content; margin-top: 34px; padding-bottom: 7px; display: flex; gap: 24px; border-bottom: 1px solid var(--gold); color: #5f512f; font-size: 12px; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }

.services { padding-block: 145px 125px; }
.sectionHead { display: grid; grid-template-columns: 1.1fr .6fr; gap: 12vw; align-items: end; margin-bottom: 75px; }
.sectionHead > p { margin: 0 0 7px; max-width: 430px; color: #4a5651; font-size: 17px; line-height: 1.65; }
.serviceGrid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.serviceCard { min-height: 540px; padding: 33px 36px 42px; border-right: 1px solid var(--line-light); transition: background .35s ease, transform .35s ease; }
.serviceCard:first-child { border-left: 1px solid var(--line-light); }
.serviceCard:hover { background: var(--paper); transform: translateY(-7px); }
.cardTop { display: flex; justify-content: space-between; align-items: center; color: #7d827e; font: 10px "DM Mono", monospace; }
.cardArrow { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line-light); color: #826c44; font-size: 15px; transition: transform .3s ease; }
.serviceCard:hover .cardArrow { transform: rotate(45deg); }
.serviceCard h3 { margin: 95px 0 23px; font: 400 clamp(31px, 2.6vw, 42px) Georgia, serif; letter-spacing: -.03em; }
.serviceCard > p { min-height: 112px; margin: 0; color: #4e5a55; font-size: 15px; line-height: 1.7; }
.serviceCard ul { list-style: none; margin: 45px 0 0; padding: 0; }
.serviceCard li { padding: 11px 0; display: flex; align-items: center; gap: 11px; border-top: 1px solid rgba(7,24,43,.1); color: #34413c; font-size: 12px; }
.serviceCard li::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.serviceDisclaimer { max-width: 880px; margin: 28px 0 0; color: #7c817e; font-size: 10px; line-height: 1.6; }

.process { padding-block: 150px; }
.processGrid { display: grid; grid-template-columns: .8fr 1fr; gap: 10vw; }
.lightIndex { color: #6d7973; }
.processIntro { position: sticky; top: 130px; align-self: start; }
.processIntro > p:last-child { max-width: 540px; margin: 35px 0 0; color: #a7b1ab; font-size: 16px; line-height: 1.75; }
.processList { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.processList li { display: grid; grid-template-columns: 70px 1fr; gap: 26px; padding: 38px 0; border-bottom: 1px solid var(--line-dark); }
.processList > li > span { color: var(--gold); font: 10px "DM Mono", monospace; }
.processList h3 { margin: 0 0 12px; font: 400 30px Georgia, serif; }
.processList p { max-width: 500px; margin: 0; color: #8f9b94; font-size: 14px; line-height: 1.65; }

.about { padding-block: 150px; }
.aboutGrid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: center; }
.portraitPanel { min-height: 690px; position: relative; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #102a49, #07182b); box-shadow: 0 35px 80px rgba(7,24,43,.16); }
.portraitPanel::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(7,24,43,.04) 38%, rgba(7,24,43,.86) 100%); }
.portraitPanel::after { content: ""; position: absolute; inset: 20px; z-index: 2; border: 1px solid rgba(229,209,164,.28); pointer-events: none; }
.aboutImage { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; filter: saturate(.74) contrast(1.04); transform: scale(1.015); }
.portraitCaption { position: absolute; z-index: 3; left: 44px; right: 44px; bottom: 42px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.3); color: var(--white); }
.portraitCaption span { font: 22px Georgia, serif; }
.portraitCaption small { max-width: 180px; color: #8d9993; font-size: 9px; line-height: 1.5; letter-spacing: .11em; text-align: right; text-transform: uppercase; }
.aboutLead { margin: 37px 0 22px; color: #22302b; font: 400 21px/1.55 Georgia, serif; }
.aboutCopy > p:not(.sectionIndex, .eyebrow, .aboutLead, .separationNote) { margin: 0 0 16px; color: #56615c; font-size: 14px; line-height: 1.75; }
.credentialGrid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 38px; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.credentialGrid div { min-height: 95px; padding: 19px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.credentialGrid strong { font: 400 16px Georgia, serif; }
.credentialGrid span { margin-top: 7px; color: #7a827e; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.separationNote { padding: 15px 0 0 18px; border-left: 1px solid var(--gold); color: #7c827f; font-size: 10px; line-height: 1.55; }

.quoteSection { padding-block: 120px; }
.quoteInner { text-align: center; }
.quoteMark { display: block; height: 55px; color: var(--gold); font: 80px/.8 Georgia, serif; }
.quoteInner blockquote { max-width: 950px; margin: 25px auto 28px; font-size: clamp(34px, 4.3vw, 62px); line-height: 1.13; letter-spacing: -.035em; }
.quoteInner p { color: #7c827f; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }

.faq { padding-block: 145px; }
.faqGrid { display: grid; grid-template-columns: .7fr 1.2fr; gap: 10vw; }
.faqIntro > p:last-child { margin-top: 30px; color: #64706a; }
.faqList { border-top: 1px solid var(--line-light); }
.faqList details { border-bottom: 1px solid var(--line-light); }
.faqList summary { min-height: 96px; display: grid; grid-template-columns: 54px 1fr 30px; align-items: center; cursor: pointer; list-style: none; font: 400 19px Georgia, serif; }
.faqList summary::-webkit-details-marker { display: none; }
.faqList summary > span { color: #8d938f; font: 9px "DM Mono", monospace; }
.faqList i { width: 16px; height: 16px; position: relative; }
.faqList i::before, .faqList i::after { content: ""; position: absolute; inset: 50% 0 auto; height: 1px; background: #6e765f; transition: transform .25s ease; }
.faqList i::after { transform: rotate(90deg); }
.faqList details[open] i::after { transform: rotate(0); }
.faqList details p { margin: -10px 55px 30px; color: #59655f; font-size: 14px; line-height: 1.7; }

.contact { padding-block: 145px; }
.contactAmbient { width: 650px; height: 650px; right: -140px; top: -240px; background: radial-gradient(circle, rgba(199,168,107,.11), transparent 68%); }
.contactGrid { position: relative; display: grid; grid-template-columns: 1.2fr .65fr; gap: 12vw; align-items: end; }
.contactAction p { margin: 0 0 30px; color: #a5afa9; line-height: 1.7; }
.buttonWide { width: 100%; }
.mailLink { margin-top: 24px; padding-bottom: 8px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line-dark); color: var(--gold-light); font-size: 14px; }
.siteFooter { background: #030d19; color: #8c9791; }
.footerTop { min-height: 145px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-bottom: 1px solid var(--line-dark); }
.footerTop > div { display: flex; flex-direction: column; gap: 5px; text-align: right; font-size: 11px; }
.footerTop .brand { color: var(--white); }
.footerBottom { min-height: 85px; display: flex; align-items: center; justify-content: space-between; gap: 35px; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.footerBottom nav { display: flex; gap: 34px; }
.footerBottom a:hover { color: var(--gold-light); }

.legalPage { min-height: 100vh; background: var(--paper); }
.legalHeader { position: relative; background: var(--ink); }
.legalHeader .navShell { color: var(--white); }
.legalMain { width: min(840px, calc(100% - 48px)); margin: auto; padding: 90px 0 130px; }
.legalBack { display: inline-flex; gap: 10px; margin-bottom: 52px; color: #796743; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.legalMain h1 { margin: 0 0 55px; font: 400 clamp(48px, 7vw, 82px)/1 Georgia, serif; letter-spacing: -.045em; }
.legalMain h2 { margin: 48px 0 16px; font-size: 28px; }
.legalMain h3 { margin: 30px 0 10px; font: 400 19px Georgia, serif; }
.legalMain p, .legalMain li { color: #4f5b55; font-size: 14px; line-height: 1.75; }
.legalMain ul { padding-left: 20px; }
.legalMain a { color: #796743; text-decoration: underline; text-underline-offset: 3px; }
.legalNotice { margin: 34px 0; padding: 20px; border-left: 2px solid var(--gold); background: var(--cream); }

@media (max-width: 1050px) {
  .desktopNav, .navCta { display: none; }
  .mobileMenu { display: block; }
  .mobileMenu summary { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; border: 1px solid var(--line-dark); cursor: pointer; list-style: none; }
  .mobileMenu summary::-webkit-details-marker { display: none; }
  .mobileMenu summary span { width: 18px; height: 1px; background: var(--white); }
  .mobileMenu nav { position: absolute; right: 0; top: 54px; width: 260px; padding: 20px; display: grid; background: #0d223b; border: 1px solid var(--line-dark); box-shadow: 0 25px 60px rgba(0,0,0,.35); }
  .mobileMenu nav a { padding: 13px 4px; border-bottom: 1px solid var(--line-dark); color: #dce1dd; }
  .heroGrid { grid-template-columns: 1fr .8fr; }
  .hero h1 { font-size: clamp(58px, 8vw, 86px); }
  .introGrid { grid-template-columns: 1.15fr .85fr; gap: 7vw; }
  .introGrid .introText { padding-top: 58px; }
  .aboutGrid { gap: 6vw; }
  .portraitPanel { min-height: 590px; }
}

@media (max-width: 760px) {
  .pageShell { width: min(100% - 36px, 620px); }
  .navShell { width: calc(100% - 28px); height: 80px; }
  .brand { min-width: 0; }
  .brandText small { display: none; }
  .hero { min-height: auto; padding-top: 80px; }
  .heroGrid { min-height: auto; grid-template-columns: minmax(0, 1fr); padding-block: 72px 30px; }
  .heroCopy, .heroVisual { width: 100%; min-width: 0; }
  .hero h1 { font-size: clamp(46px, 13vw, 58px); line-height: .96; }
  .heroLead { margin-top: 27px; font-size: 16px; }
  .heroActions { display: grid; }
  .heroActions .button { width: 100%; }
  .heroVisual { min-height: 420px; margin-top: 24px; }
  .heroImageFrame { inset: 12px 0 12px 5%; }
  .orbitOuter { width: min(310px, 92%); } .orbitInner { width: min(225px, 68%); }
  .monogram { width: 170px; height: 210px; }
  .monogram > span { font-size: 78px; }
  .visualCard { right: 0; width: 185px; }
  .trustStrip { grid-template-columns: 1fr 1fr; padding-block: 25px; }
  .trustStrip > div { padding: 18px !important; border-bottom: 1px solid var(--line-dark); }
  .trustStrip > div:nth-child(2) { border-right: 0; }
  .trustStrip .trustAuthority { grid-column: 1 / -1; align-items: flex-start; border-bottom: 0; }
  .intro, .services, .process, .about, .faq, .contact { padding-block: 84px; }
  .introGrid, .sectionHead, .processGrid, .aboutGrid, .faqGrid, .contactGrid { grid-template-columns: 1fr; }
  .introGrid { gap: 20px; }
  .introGrid .introText { padding-top: 0; }
  .sectionHead { gap: 30px; margin-bottom: 48px; }
  h2 { font-size: clamp(40px, 11.5vw, 56px); }
  .serviceGrid { grid-template-columns: 1fr; }
  .serviceCard, .serviceCard:first-child { min-height: 480px; border-left: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
  .serviceCard h3 { margin-top: 62px; }
  .processGrid { gap: 60px; }
  .processIntro { position: static; }
  .portraitPanel { min-height: 540px; order: 2; }
  .aboutCopy { order: 1; }
  .credentialGrid { grid-template-columns: 1fr; }
  .quoteSection { padding-block: 85px; }
  .quoteInner blockquote { font-size: 34px; }
  .faqGrid, .contactGrid { gap: 55px; }
  .legalMain { width: min(840px, calc(100% - 36px)); padding: 72px 0 100px; }
  .legalBack { margin-bottom: 44px; }
  .legalMain h1 { margin-bottom: 44px; font-size: clamp(38px, 12.8vw, 48px); overflow-wrap: anywhere; }
  .legalMain h2 { margin-top: 40px; font-size: 26px; }
  .footerTop, .footerBottom { padding-block: 35px; flex-direction: column; align-items: flex-start; }
  .footerTop > div { text-align: left; }
  .footerBottom nav { flex-wrap: wrap; gap: 18px; }
}

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