:root {
  --forest: #173f3a;
  --forest-2: #24534c;
  --sage: #8eac9e;
  --sage-soft: #e9f0ec;
  --sand: #d9b982;
  --paper: #fbf8f1;
  --cream: #f5f0e6;
  --white: #ffffff;
  --ink: #19312e;
  --muted: #5f706d;
  --line: rgba(23, 63, 58, .14);
  --shadow: 0 24px 70px rgba(23, 63, 58, .12);
  --radius: 26px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
::selection { background: #c6dad0; color: var(--forest); }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 108px 0; position: relative; }
.section-tint { background: var(--cream); }
.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: 12px; left: 12px; z-index: 1000; padding: 10px 16px; border-radius: 10px; background: var(--white); transform: translateY(-150%); box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header.scrolled, .site-header.compact { background: rgba(251, 248, 241, .94); border-color: var(--line); box-shadow: 0 12px 30px rgba(23, 63, 58, .06); backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50% 50% 46% 54% / 55% 45% 55% 45%; background: var(--forest); color: var(--white); font-family: Georgia, serif; font-size: .98rem; letter-spacing: .05em; box-shadow: 0 8px 20px rgba(23, 63, 58, .18); }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; font-weight: 500; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .69rem; letter-spacing: .055em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { text-decoration: none; font-size: .91rem; font-weight: 650; }
.main-nav a:not(.nav-cta):hover { color: var(--forest-2); }
.nav-cta { padding: 11px 17px; border-radius: 999px; background: var(--forest); color: var(--white); }
.nav-cta:hover { background: var(--forest-2); }
.menu-toggle { display: none; border: 0; background: none; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--forest); transition: transform .2s, opacity .2s; }
.back-link { font-weight: 700; text-decoration: none; color: var(--forest); }

.hero { position: relative; min-height: 820px; padding: 156px 0 94px; overflow: hidden; background: linear-gradient(150deg, #fbf8f1 0%, #f7f2e8 56%, #e6eee9 100%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; color: var(--forest-2); font-size: .77rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: #cfe0d8; }
h1, h2, h3 { margin-top: 0; color: var(--forest); line-height: 1.08; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { max-width: 800px; margin-bottom: 25px; font-size: clamp(3rem, 6.3vw, 5.75rem); letter-spacing: -.045em; }
h2 { margin-bottom: 22px; font-size: clamp(2.25rem, 4.2vw, 4rem); letter-spacing: -.035em; }
h3 { margin-bottom: 12px; font-size: 1.22rem; }
p { margin-top: 0; }
.hero-lead { max-width: 680px; margin-bottom: 34px; color: #435c58; font-size: clamp(1.08rem, 1.5vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 23px; border: 1px solid var(--forest); border-radius: 999px; text-decoration: none; font-weight: 780; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: var(--white); box-shadow: 0 14px 35px rgba(23, 63, 58, .2); }
.button-primary:hover { background: var(--forest-2); box-shadow: 0 18px 40px rgba(23, 63, 58, .24); }
.button-secondary { background: rgba(255,255,255,.35); color: var(--forest); }
.button-secondary:hover { background: var(--white); }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 33px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .88rem; }
.trust-list li::before { content: "✓"; margin-right: 8px; color: var(--forest-2); font-weight: 900; }
.hero-art { position: relative; z-index: 1; }
.hero-art svg { width: 100%; }
.availability-card { position: absolute; right: 4%; bottom: 7%; display: flex; align-items: center; gap: 13px; min-width: 236px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.75); border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.availability-card small, .availability-card strong { display: block; }
.availability-card small { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.availability-card strong { font-size: .93rem; }
.status-dot { width: 12px; height: 12px; border-radius: 50%; background: #4f9b70; box-shadow: 0 0 0 7px rgba(79,155,112,.14); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 430px; height: 430px; right: -170px; top: 130px; border: 1px solid rgba(23,63,58,.12); }
.hero-glow-two { width: 180px; height: 180px; left: -60px; bottom: 35px; background: rgba(217,185,130,.2); }

.intro-strip { padding: 0; background: var(--forest); color: var(--white); }
.feature-row { display: grid; grid-template-columns: repeat(3,1fr); }
.feature-row article { display: flex; gap: 18px; min-height: 160px; align-items: center; padding: 30px 40px; border-right: 1px solid rgba(255,255,255,.13); }
.feature-row article:last-child { border-right: 0; }
.feature-row article > span { color: var(--sand); font-family: Georgia, serif; font-size: 1.4rem; }
.feature-row h2 { margin: 0 0 7px; color: var(--white); font-family: inherit; font-size: 1.05rem; font-weight: 800; letter-spacing: 0; }
.feature-row p { margin: 0; color: #d5e1dc; font-size: .92rem; }

.section-heading { max-width: 740px; margin: 0 auto 54px; text-align: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.04rem; }
.section-heading.align-left { margin: 0; text-align: left; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.focus-card { position: relative; min-height: 260px; padding: 31px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.62); transition: transform .25s, box-shadow .25s, border-color .25s; }
.focus-card:hover { transform: translateY(-5px); border-color: rgba(23,63,58,.28); box-shadow: var(--shadow); }
.focus-card .icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 50px; border-radius: 50%; background: var(--sage-soft); color: var(--forest); font-size: 1.35rem; }
.focus-card p { color: var(--muted); }
.focus-card-accent { background: var(--forest); }
.focus-card-accent h3, .focus-card-accent p { color: var(--white); }
.focus-card-accent p { color: #d6e3dd; }
.focus-card-accent .icon { background: rgba(255,255,255,.14); color: var(--white); }

.split-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: stretch; }
.content-card, .quote-card { padding: clamp(34px, 5vw, 68px); border-radius: 32px; }
.content-card { background: var(--white); box-shadow: var(--shadow); }
.content-card p { color: var(--muted); font-size: 1.02rem; }
.quote-card { display: flex; flex-direction: column; justify-content: flex-end; min-height: 460px; background: linear-gradient(145deg, var(--forest), #2b655c); color: var(--white); }
.quote-card blockquote { margin: 0 0 34px; font-family: Georgia, serif; font-size: clamp(1.75rem, 3.1vw, 2.85rem); line-height: 1.22; }
.quote-card p { margin: 0; color: #cfe0d8; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }

.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; counter-reset: process; }
.process-list li { min-height: 330px; padding: 30px; border-top: 1px solid var(--forest); background: rgba(255,255,255,.35); }
.process-list li > span { display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: 82px; border-radius: 50%; background: var(--forest); color: var(--white); font-family: Georgia, serif; font-size: 1.2rem; }
.process-list p { color: var(--muted); }
.video-section { padding-top: 28px; }
.video-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.video-panel { min-height: 410px; overflow: hidden; border: 10px solid #f9f7f1; border-radius: 34px; background: linear-gradient(145deg, #dfeae4, #f3e6d7); box-shadow: var(--shadow); }
.video-panel-top { display: flex; gap: 8px; padding: 17px 20px; background: rgba(255,255,255,.62); }
.video-panel-top span { width: 9px; height: 9px; border-radius: 50%; background: #9db7aa; }
.video-panel-content { min-height: 330px; display: grid; place-items: center; align-content: center; gap: 25px; }
.mini-avatar { width: 116px; height: 116px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: var(--white); font-family: Georgia, serif; font-size: 2rem; box-shadow: 0 20px 50px rgba(23,63,58,.2); }
.sound-bars { display: flex; align-items: center; gap: 6px; height: 30px; }
.sound-bars i { display: block; width: 5px; border-radius: 4px; background: var(--forest-2); animation: sound 1.5s ease-in-out infinite; }
.sound-bars i:nth-child(1), .sound-bars i:nth-child(5) { height: 10px; }
.sound-bars i:nth-child(2), .sound-bars i:nth-child(4) { height: 20px; animation-delay: .15s; }
.sound-bars i:nth-child(3) { height: 30px; animation-delay: .3s; }
@keyframes sound { 0%,100% { transform: scaleY(.55); opacity: .65; } 50% { transform: scaleY(1); opacity: 1; } }
.video-panel-content p { margin: 0; color: var(--forest-2); font-weight: 800; }
.check-list { margin: 30px 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 16px 0; padding-left: 34px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--sage-soft); color: var(--forest); font-size: .75rem; font-weight: 900; }
.small-note { color: var(--muted); font-size: .9rem; }

.cost-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.payer-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.payer-tags span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.48); font-size: .82rem; font-weight: 700; }
.price-card { padding: clamp(34px, 5vw, 62px); border-radius: 32px; background: var(--white); box-shadow: var(--shadow); }
.price-label { margin-bottom: 10px; color: var(--forest-2); font-weight: 800; }
.price { display: flex; align-items: baseline; gap: 15px; margin-bottom: 28px; }
.price strong { color: var(--forest); font-family: Georgia, serif; font-size: clamp(3.5rem, 7vw, 6rem); font-weight: 500; line-height: 1; }
.price span { color: var(--muted); }
.price-divider { height: 1px; margin: 0 0 28px; background: var(--line); }
.price-card > p:not(.price):not(.price-label) { color: var(--muted); }
.cancellation { margin-top: 26px; padding: 20px; border-radius: 18px; background: var(--sage-soft); color: var(--ink) !important; }

.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.portrait-card { min-height: 610px; display: flex; flex-direction: column; justify-content: space-between; padding: 32px; border-radius: 36px; background: radial-gradient(circle at 67% 24%, rgba(217,185,130,.55), transparent 28%), linear-gradient(145deg, #dce9e2, #f4e8db); box-shadow: var(--shadow); }
.portrait-monogram { width: 190px; height: 190px; display: grid; place-items: center; margin: auto; border: 1px solid rgba(23,63,58,.2); border-radius: 50% 46% 52% 48% / 45% 55% 47% 53%; background: rgba(255,255,255,.46); color: var(--forest); font-family: Georgia, serif; font-size: 3.5rem; }
.portrait-caption { padding: 20px; border-radius: 18px; background: rgba(255,255,255,.7); backdrop-filter: blur(10px); }
.portrait-caption strong, .portrait-caption span { display: block; }
.portrait-caption span { margin-top: 5px; color: var(--muted); font-size: .87rem; }
.about-copy > p { color: var(--muted); font-size: 1.02rem; }
.credentials { margin: 38px 0 0; }
.credentials div { display: grid; grid-template-columns: 130px 1fr; gap: 18px; padding: 17px 0; border-top: 1px solid var(--line); }
.credentials dt { color: var(--forest); font-weight: 800; }
.credentials dd { margin: 0; color: var(--muted); }

.faq-section { background: #f7f4ed; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 24px 50px 24px 0; cursor: pointer; list-style: none; color: var(--forest); font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 4px; top: 19px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--sage-soft); font-size: 1.2rem; transition: transform .2s; }
.accordion details[open] summary::after { transform: rotate(45deg); }
.accordion details p { padding: 0 45px 24px 0; color: var(--muted); }

.contact-section { background: var(--paper); }
.contact-card { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; padding: clamp(38px, 6vw, 78px); border-radius: 38px; background: linear-gradient(140deg, var(--forest), #285f56); color: var(--white); box-shadow: var(--shadow); }
.contact-card h2 { color: var(--white); }
.contact-card > div:first-child > p:not(.eyebrow) { color: #d4e2dc; font-size: 1.03rem; }
.privacy-hint { padding-left: 17px; border-left: 2px solid var(--sand); font-size: .88rem !important; }
.contact-actions { display: flex; flex-direction: column; gap: 12px; justify-content: center; }
.contact-link { display: block; padding: 18px 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; background: rgba(255,255,255,.08); text-decoration: none; transition: background .2s, transform .2s; }
.contact-link:hover { background: rgba(255,255,255,.14); transform: translateY(-2px); }
.contact-link span, .contact-link strong { display: block; }
.contact-link span { margin-bottom: 4px; color: #bcd3c9; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-link strong { color: var(--white); font-size: clamp(.95rem, 2vw, 1.12rem); overflow-wrap: anywhere; }
.contact-actions > p { margin: 8px 0 0; color: #bfd4cb; font-size: .84rem; }

.site-footer { padding: 62px 0 28px; background: #102e2b; color: #dbe7e2; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1fr .5fr; gap: 50px; align-items: start; }
.footer-brand .brand-mark { background: #d8e6df; color: var(--forest); }
.footer-brand .brand-copy strong { color: var(--white); }
.footer-brand .brand-copy small { color: #a7beb4; }
.footer-grid p { margin: 0 0 7px; color: #afc4bb; font-size: .88rem; }
.footer-grid nav { display: grid; gap: 8px; }
.footer-grid nav a { color: var(--white); text-decoration: none; font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); color: #92aaa0; font-size: .82rem; }
.footer-bottom a { text-decoration: none; }
.footer-bottom nav { display: flex; gap: 18px; }
.mobile-contact { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .sound-bars i { animation: none; } * { transition-duration: .001ms !important; } }

.legal-page { background: #f8f5ee; }
.legal-main { padding: 132px 0 80px; }
.legal-content { max-width: 850px; padding: 70px 80px; border: 1px solid var(--line); border-radius: 30px; background: var(--white); box-shadow: 0 18px 60px rgba(23,63,58,.08); }
.legal-content h1 { margin-bottom: 10px; font-size: clamp(3rem, 7vw, 5rem); }
.legal-content h2 { margin: 48px 0 14px; font-family: inherit; font-size: 1.32rem; font-weight: 800; letter-spacing: 0; }
.legal-content p, .legal-content li { color: #50635f; }
.legal-content a { color: var(--forest-2); }
.legal-warning, .legal-note { margin: 18px 0; padding: 18px 20px; border-radius: 15px; }
.legal-warning { border: 1px solid #d9ad72; background: #fff5e5; color: #674615; }
.legal-note { border: 1px solid #b9d2c5; background: var(--sage-soft); color: var(--ink); }
.legal-updated { margin-top: 50px; font-size: .85rem; }
.legal-footer { padding-top: 0; }
.legal-footer .footer-bottom { margin-top: 0; }

@media (max-width: 1020px) {
  .main-nav { position: fixed; inset: 82px 0 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 24px 20px 40px; background: var(--paper); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 16px 6px; border-bottom: 1px solid var(--line); font-size: 1.03rem; }
  .main-nav .nav-cta { margin-top: 18px; border: 0; text-align: center; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; }
  .hero-grid, .video-grid, .about-grid, .faq-grid, .cost-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 40px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-list { justify-content: center; }
  .hero-art { max-width: 680px; margin: 0 auto; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .split-grid { grid-template-columns: 1fr; }
  .quote-card { min-height: 360px; }
  .video-grid, .about-grid, .faq-grid, .cost-grid { gap: 50px; }
  .portrait-card { min-height: 520px; }
  .contact-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 78px 0; }
  .header-inner { min-height: 72px; }
  .brand-copy small { max-width: 190px; font-size: .61rem; }
  .main-nav { inset: 72px 0 0; }
  .hero { padding: 124px 0 64px; }
  h1 { font-size: clamp(2.85rem, 14vw, 4.2rem); }
  h2 { font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .trust-list { display: grid; gap: 8px; text-align: left; }
  .availability-card { right: 0; bottom: 2%; min-width: 220px; }
  .feature-row { grid-template-columns: 1fr; }
  .feature-row article { min-height: 120px; padding: 25px 8px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .feature-row article:last-child { border-bottom: 0; }
  .card-grid, .process-list { grid-template-columns: 1fr; }
  .focus-card { min-height: 230px; }
  .focus-card .icon { margin-bottom: 35px; }
  .process-list li { min-height: auto; }
  .process-list li > span { margin-bottom: 45px; }
  .content-card, .quote-card, .price-card { padding: 30px; border-radius: 24px; }
  .video-panel { min-height: 340px; }
  .price { display: block; }
  .price span { display: block; margin-top: 8px; }
  .portrait-card { min-height: 440px; padding: 22px; }
  .portrait-monogram { width: 150px; height: 150px; font-size: 2.6rem; }
  .credentials div { grid-template-columns: 1fr; gap: 3px; }
  .contact-card { padding: 32px 24px; border-radius: 26px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { margin-bottom: 55px; }
  .mobile-contact { position: fixed; right: 14px; bottom: 14px; left: 14px; z-index: 90; display: block; padding: 14px 18px; border-radius: 999px; background: var(--sand); color: #243b37; box-shadow: 0 10px 30px rgba(23,63,58,.25); text-align: center; text-decoration: none; font-weight: 850; }
  .legal-main { padding: 104px 0 55px; }
  .legal-content { padding: 38px 23px; border-radius: 22px; }
  .legal-content h1 { font-size: 3.2rem; }
  .site-header.compact .brand-copy small { display: none; }
  .back-link { font-size: .82rem; }
}
