:root {
  --ink: #14313a;
  --ink-deep: #0c242b;
  --teal: #1f5961;
  --gold: #b78750;
  --gold-light: #deb985;
  --paper: #f7f4ed;
  --cream: #ede7da;
  --white: #fffdfa;
  --text: #38484a;
  --muted: #657274;
  --line: rgba(20, 49, 58, 0.15);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.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; top: -100px; left: 20px; z-index: 100; padding: 10px 15px; color: var(--white); background: var(--ink); transition: top .2s; }
.skip-link:focus { top: 20px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.17); }
.nav-wrap { height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; color: inherit; }
.brand-mark { flex: 0 0 auto; width: 38px; height: 38px; fill: none; stroke: var(--gold-light); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; overflow: visible; }
.brand span { display: grid; line-height: 1.2; }
.brand strong { color: inherit; font-family: var(--serif); font-size: 17px; font-weight: 600; letter-spacing: .01em; }
.brand small { margin-top: 3px; font-size: 9px; font-weight: 500; letter-spacing: .1em; line-height: 1.45; text-transform: uppercase; opacity: .77; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 500; }
.main-nav > a:not(.nav-contact) { position: relative; opacity: .85; transition: opacity .2s; }
.main-nav > a:not(.nav-contact)::after { position: absolute; bottom: -8px; left: 0; width: 0; height: 1px; background: var(--gold-light); content: ""; transition: width .2s; }
.main-nav > a:not(.nav-contact):hover, .main-nav > a.active { opacity: 1; }
.main-nav > a:not(.nav-contact):hover::after, .main-nav > a.active::after { width: 100%; }
.nav-contact { padding: 10px 16px; border: 1px solid rgba(255,255,255,.52); transition: .2s; }
.nav-contact:hover { color: var(--ink); background: var(--gold-light); border-color: var(--gold-light); }
.menu-toggle { display: none; padding: 8px; border: 0; color: inherit; background: none; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 5px; background: currentColor; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 760px; overflow: hidden; color: var(--white); background: var(--ink-deep); }
.hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,29,35,.98) 0%, rgba(11,39,46,.94) 46%, rgba(14,36,42,.60) 100%), url("https://images.unsplash.com/photo-1505664194779-8beaceb93744?auto=format&fit=crop&w=1800&q=85") center/cover; content: ""; opacity: .98; }
.hero-pattern { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(222,185,133,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(222,185,133,.14) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, black, transparent 68%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; min-height: 760px; padding: 165px 45px 70px 0; }
.hero-copy { max-width: 640px; padding-bottom: 35px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 17px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 28px; height: 1px; background: currentColor; }
.hero h1, h2 { margin: 0; color: inherit; font-family: var(--serif); font-weight: 600; line-height: 1.12; letter-spacing: -.03em; }
.hero h1 { max-width: 650px; font-size: clamp(46px, 5.1vw, 74px); }
h1 em, h2 em { color: var(--gold-light); font-weight: 600; }
.hero-lead { max-width: 510px; margin: 25px 0 30px; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 50px; padding: 12px 20px; border: 1px solid transparent; font-size: 12px; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; font-weight: 400; }
.button-primary { color: var(--ink-deep); background: var(--gold-light); }
.button-primary:hover { background: var(--white); }
.text-link { padding-bottom: 4px; border-bottom: 1px solid var(--gold-light); color: var(--white); font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.text-link span { margin-left: 5px; color: var(--gold-light); }
.hero-assurance { display: flex; align-items: center; gap: 12px; margin-top: 46px; color: rgba(255,255,255,.67); font-size: 11px; line-height: 1.5; }
.hero-assurance p { margin: 0; }
.hero-assurance strong { color: var(--white); font-weight: 600; }
.seal { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); font-size: 18px; }
.hero-portrait { position: relative; justify-self: end; width: min(100%, 420px); }
.portrait-frame { position: relative; height: 520px; overflow: hidden; background: var(--cream); clip-path: polygon(14% 0,100% 0,100% 94%,84% 100%,0 100%,0 8%); }
.portrait-frame::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(8,26,31,.22)); content: ""; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 48% 28%; filter: saturate(.9) contrast(1.04); }
.portrait-card { position: absolute; right: -36px; bottom: 38px; display: flex; align-items: center; gap: 13px; min-width: 208px; padding: 16px 20px; color: var(--ink); background: var(--white); box-shadow: 0 14px 40px rgba(0,0,0,.2); font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: .06em; }
.portrait-card-number { color: var(--gold); font-family: var(--serif); font-size: 32px; line-height: 1; }
.scroll-cue { position: absolute; right: max(24px, calc((100vw - 1160px)/2)); bottom: 28px; display: flex; align-items: center; gap: 10px; z-index: 1; color: rgba(255,255,255,.72); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue span { width: 1px; height: 46px; background: var(--gold-light); }

.section { padding: 116px 0; }
.section-heading { max-width: 710px; }
.section-heading.centered { margin: 0 auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
h2 { color: var(--ink); font-size: clamp(34px, 4vw, 52px); }
.section-heading > p:last-child { margin: 22px auto 0; color: var(--muted); font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; margin-top: 56px; }
.service-card { position: relative; min-height: 275px; padding: 31px; overflow: hidden; border: 1px solid rgba(20,49,58,.11); background: var(--white); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 16px 35px rgba(15,45,52,.1); }
.service-number { position: absolute; top: 23px; right: 25px; color: rgba(20,49,58,.27); font-family: var(--serif); font-size: 14px; }
.service-icon { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 28px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--serif); font-size: 25px; }
.service-card h3 { margin: 0 0 9px; color: var(--ink); font-family: var(--serif); font-size: 23px; font-weight: 600; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.about { overflow: hidden; background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 9vw, 135px); align-items: center; }
.about-image { position: relative; min-height: 480px; overflow: hidden; background: linear-gradient(125deg, rgba(11,39,46,.32), rgba(11,39,46,.72)), url("https://images.unsplash.com/photo-1505664194779-8beaceb93744?auto=format&fit=crop&w=1100&q=85") center/cover; }
.about-image::before { position: absolute; inset: 22px; border: 1px solid rgba(255,255,255,.58); content: ""; }
.image-wash { position: absolute; right: -80px; bottom: -90px; width: 300px; height: 300px; border: 1px solid rgba(222,185,133,.68); border-radius: 50%; }
.image-caption { position: absolute; bottom: 45px; left: 45px; max-width: 190px; margin: 0; color: var(--white); font-family: var(--serif); font-size: 27px; line-height: 1.22; }
.about-copy p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); font-size: 15px; }
.about-stats { display: flex; gap: 30px; padding-top: 31px; margin-top: 31px; border-top: 1px solid var(--line); }
.about-stats div { flex: 1; }
.about-stats strong { display: block; color: var(--gold); font-family: var(--serif); font-size: 27px; font-weight: 600; }
.about-stats span { display: block; max-width: 108px; color: var(--muted); font-size: 10px; line-height: 1.35; }

.family-band { padding: 82px 0; color: var(--white); background: var(--ink); }
.family-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.eyebrow.light { color: var(--gold-light); }
.family-copy h2 { color: var(--white); font-size: clamp(32px, 3.3vw, 45px); }
.family-copy > p:last-child { max-width: 390px; margin: 18px 0 0; color: rgba(255,255,255,.64); font-size: 14px; }
.family-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.family-list li { display: flex; gap: 24px; align-items: baseline; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.9); font-family: var(--serif); font-size: 19px; }
.family-list span { color: var(--gold-light); font-family: var(--sans); font-size: 10px; letter-spacing: .1em; }

.fees-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px 90px; align-items: center; }
.fees-intro > p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); font-size: 15px; }
.fee-cards { display: grid; grid-template-columns: 1fr 1.25fr; gap: 14px; }
.fee-card { min-height: 195px; padding: 26px; border: 1px solid var(--line); background: var(--white); }
.fee-card p { margin: 0 0 15px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.fee-card strong { display: block; color: var(--ink); font-family: var(--serif); font-size: 44px; font-weight: 600; line-height: 1; }
.fee-card strong small { font-family: var(--sans); font-size: 18px; }
.fee-card > span { display: block; margin-top: 11px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.fee-card.feature { color: var(--white); background: var(--teal); border-color: var(--teal); }
.fee-card.feature p, .fee-card.feature > span { color: rgba(255,255,255,.7); }
.fee-card.feature strong { color: var(--white); font-size: 27px; line-height: 1.2; }
.fee-card.feature strong small { color: var(--gold-light); font-family: var(--serif); font-size: 20px; font-style: italic; }
.fees-note { grid-column: 1 / -1; display: flex; gap: 13px; align-items: flex-start; max-width: 850px; padding: 15px 19px; border-left: 2px solid var(--gold); background: rgba(222,185,133,.12); }
.fees-note svg { flex: 0 0 19px; width: 19px; margin-top: 2px; fill: var(--gold); }
.fees-note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.contact { color: var(--white); background: var(--ink-deep); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.contact h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow) { max-width: 440px; margin: 20px 0 28px; color: rgba(255,255,255,.7); font-size: 15px; }
.contact-details { display: grid; gap: 13px; }
.contact-details a, .contact-details p { display: flex; align-items: flex-start; gap: 12px; margin: 0; color: var(--white); font-size: 14px; }
.contact-details a:hover { color: var(--gold-light); }
.contact-details span { width: 18px; color: var(--gold-light); font-family: var(--serif); font-size: 18px; line-height: 1.25; }
.contact-form { padding: 36px; background: var(--white); color: var(--ink); }
.contact-form h3 { margin: 0; font-family: var(--serif); font-size: 27px; font-weight: 600; line-height: 1.2; }
.form-intro { margin: 8px 0 24px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.contact-form label { display: grid; gap: 6px; margin-bottom: 15px; color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 8px 0; outline: none; border: 0; border-bottom: 1px solid rgba(20,49,58,.25); color: var(--ink); background: transparent; font-size: 13px; font-weight: 400; letter-spacing: 0; text-transform: none; transition: border-color .2s; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9aa5a5; }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.form-consent { display: flex !important; align-items: flex-start; gap: 9px; margin: 3px 0 16px !important; color: var(--muted) !important; font-size: 11px !important; font-weight: 400 !important; line-height: 1.45; letter-spacing: 0 !important; text-transform: none !important; }
.form-consent input { flex: 0 0 auto; width: 14px; height: 14px; margin: 1px 0 0; accent-color: var(--teal); }
.contact-form button:disabled { cursor: wait; opacity: .72; transform: none; }
.button-light { width: 100%; margin-top: 4px; color: var(--white); background: var(--teal); }
.button-light:hover { background: var(--ink); }
.form-message { min-height: 19px; margin: 12px 0 0; color: var(--teal); font-size: 12px; text-align: center; }

.site-footer { padding: 33px 0 20px; color: rgba(255,255,255,.64); background: #081b21; }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand { color: var(--white); }
.back-top { color: var(--gold-light); font-size: 11px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.footer-bottom { padding-top: 27px; margin-top: 26px; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; line-height: 1.4; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

@media (max-width: 850px) {
  .nav-wrap { height: 76px; }
  .main-nav { position: fixed; inset: 76px 0 auto; display: grid; gap: 0; padding: 17px 24px 25px; border-bottom: 1px solid rgba(255,255,255,.15); color: var(--white); background: var(--ink-deep); transform: translateY(-130%); transition: transform .25s; }
  .main-nav.open { transform: translateY(0); }
  .main-nav > a:not(.nav-contact) { padding: 13px 0; }
  .main-nav > a:not(.nav-contact)::after { display: none; }
  .nav-contact { width: max-content; margin-top: 10px; }
  .menu-toggle { display: block; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: auto; }
  .hero::before { background: linear-gradient(135deg, #071d23 0%, #0b2730 58%, #123b45 100%); }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; padding: 145px 0 55px; }
  .hero-copy { padding-bottom: 55px; }
  .hero-portrait { justify-self: start; width: min(100%, 420px); margin-left: 7%; }
  .portrait-frame { height: 430px; }
  .scroll-cue { display: none; }
  .about-grid, .family-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-image { min-height: 390px; max-width: 550px; }
  .fees-grid { grid-template-columns: 1fr; gap: 35px; }
  .fees-note { grid-column: auto; }
  .contact-grid { gap: 45px; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 36px, 1160px); }
  .brand-mark { width: 32px; height: 32px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 8px; line-height: 1.5; }
  .section { padding: 78px 0; }
  .hero-grid { padding-top: 123px; }
  .hero-portrait { justify-self: center; margin-left: 0; }
  .hero h1 { font-size: 44px; }
  .hero-lead { font-size: 15px; }
  .portrait-frame { height: 390px; }
  .portrait-card { right: 8px; bottom: 23px; min-width: 0; max-width: calc(100% - 16px); padding: 12px 14px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .service-card { min-height: 0; padding: 27px; }
  .about-stats { gap: 13px; }
  .about-stats strong { font-size: 23px; }
  .family-band { padding: 68px 0; }
  .family-list li { gap: 15px; font-size: 16px; }
  .fee-cards { grid-template-columns: 1fr; }
  .contact-form { padding: 25px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; gap: 13px; }
  .footer-bottom { margin-top: 20px; padding-top: 20px; }
}

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