:root {
  --pine: #073530;
  --deep: #0b211f;
  --ink: #172320;
  --sage: #687a70;
  --gold: #c2a34d;
  --gold-soft: #d8bf7a;
  --ivory: #f6f2e9;
  --paper: #fbfaf6;
  --line: rgba(23, 35, 32, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body, button, a { font-size: 16px; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font-family: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 12px 18px; background: white; color: var(--deep); }
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  min-height: 92px;
  padding: 0 clamp(24px, 4vw, 64px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand img { width: 52px; height: 36px; object-fit: contain; }
.brand strong { display: block; white-space: nowrap; font-family: var(--serif); font-size: 20px; font-weight: 400; line-height: 1; }
.brand small { display: block; margin-top: 5px; font-size: 7px; letter-spacing: .22em; text-transform: uppercase; opacity: .72; }
.site-header nav { display: flex; align-items: center; gap: 34px; font-size: 12px; }
.site-header nav a { opacity: .78; transition: opacity .2s ease; }
.site-header nav a:hover { opacity: 1; }
.header-cta { justify-self: end; min-height: 44px; display: inline-flex; align-items: center; gap: 24px; padding: 0 20px; border: 1px solid rgba(255,255,255,.46); white-space: nowrap; font-size: 10px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; transition: .25s ease; }
.header-cta:hover { background: white; color: var(--deep); }

.hero { min-height: 780px; height: 100svh; max-height: 940px; display: flex; flex-direction: column; background: linear-gradient(150deg, #0d3934 0%, #082925 62%, #0b201e 100%); color: white; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; flex: 1; min-height: 555px; padding: 158px clamp(38px, 6vw, 94px) 42px; display: flex; flex-direction: column; justify-content: center; }
.hero-copy::after { content: ""; position: absolute; width: min(520px, 38vw); aspect-ratio: 1.5; left: -12%; bottom: -2%; background: url("assets/logo-dd.png") center/contain no-repeat; opacity: .035; pointer-events: none; }
.eyebrow { margin: 0 0 18px; color: #7d6950; font-size: 10px; font-weight: 650; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-soft); }
.hero .eyebrow { color: var(--gold-soft); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 { margin-bottom: 26px; font-size: clamp(50px, 5vw, 80px); line-height: .97; letter-spacing: -.05em; }
h1 em { color: var(--gold-soft); font-weight: 400; }
.hero-lead { max-width: 590px; margin-bottom: 0; color: rgba(255,255,255,.74); font-size: 16px; line-height: 1.72; }
.hero-actions { position: relative; z-index: 2; margin-top: 34px; display: flex; align-items: center; gap: 30px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; padding: 0 22px; border: 0; font-size: 10px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--deep); }
.button-gold:hover { background: var(--gold-soft); }
.button-dark { background: var(--deep); color: white; }
.text-link { padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 11px; }
.proof-row { position: relative; z-index: 2; width: min(680px, 100%); margin-top: 42px; padding-top: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.proof-row span { padding-left: 12px; border-left: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.58); font-size: 8px; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }
.proof-row strong { display: block; margin-bottom: 4px; color: white; font-size: 13px; font-weight: 450; letter-spacing: 0; text-transform: none; }
.hero-gallery { position: relative; z-index: 3; flex: 0 0 184px; min-width: 0; display: block; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.18); background: rgba(4,24,22,.72); }
.gallery-viewport { min-width: 0; height: 100%; overflow: hidden; }
.gallery-track { width: max-content; height: 100%; display: flex; animation: gallery-drift 38s linear infinite; will-change: transform; }
.gallery-viewport:hover .gallery-track { animation-play-state: paused; }
.gallery-set { height: 100%; display: flex; gap: 12px; padding-right: 12px; }
.gallery-card { position: relative; width: clamp(250px, 22vw, 330px); height: 100%; margin: 0; flex: 0 0 auto; overflow: hidden; background: #6c5631; }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: rgba(190,142,48,.045); pointer-events: none; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.02); transform: scale(1.005); }
.gallery-card:nth-child(2) img { object-position: 52% center; }
@keyframes gallery-drift { to { transform: translateX(-50%); } }

.method-section { padding: 124px 0 132px; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -36px; }
.section-heading h2, .local-copy h2, .faq-intro h2 { margin-bottom: 0; font-size: clamp(45px, 5vw, 72px); line-height: .98; letter-spacing: -.045em; }
.section-heading > p:last-child, .local-copy > p { max-width: 510px; margin: 0; color: var(--sage); line-height: 1.78; }
.service-grid { margin-top: 74px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { min-height: 430px; padding: 34px 30px 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.service-card:first-child { border-left: 1px solid var(--line); }
.card-number { color: #987d42; font-family: var(--serif); font-size: 17px; }
.service-card h3 { margin: 80px 0 18px; font-size: 30px; line-height: 1.05; }
.service-card p { color: var(--sage); font-size: 14px; line-height: 1.7; }
.card-toggle { margin-top: auto; padding: 14px 0 0; display: flex; justify-content: space-between; border: 0; border-top: 1px solid var(--line); background: none; cursor: pointer; color: var(--deep); font-size: 10px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.card-toggle span { color: #967b3f; font-family: var(--serif); font-size: 20px; line-height: .55; transition: transform .2s ease; }
.card-toggle[aria-expanded="true"] span { transform: rotate(45deg); }
.service-card ul { margin: 18px 0 0; padding: 0; list-style: none; color: var(--sage); font-size: 12px; line-height: 1.7; }
.service-card li { padding: 6px 0 6px 16px; position: relative; }
.service-card li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }

.experience { margin-top: 116px; min-height: 620px; display: grid; grid-template-columns: 1fr 1fr; background: var(--ivory); }
.experience-photo { position: relative; min-height: 620px; background: linear-gradient(0deg, rgba(5,28,26,.44), transparent 55%), url("assets/dreaming-living-gold.webp") 55% center/cover no-repeat; }
.photo-note { position: absolute; left: 34px; right: 34px; bottom: 30px; padding-top: 18px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.6); color: white; }
.photo-note span { max-width: 210px; font-size: 10px; line-height: 1.45; letter-spacing: .11em; text-transform: uppercase; }
.photo-note strong { max-width: 235px; text-align: right; font-family: var(--serif); font-size: 21px; font-weight: 400; line-height: 1.15; }
.qualifier { min-height: 620px; padding: 58px clamp(35px, 5vw, 72px) 42px; display: flex; flex-direction: column; }
.qualifier-head { display: flex; justify-content: space-between; align-items: flex-start; }
.step-count { color: #927a45; font-family: var(--serif); font-size: 17px; }
.progress { height: 1px; margin: 7px 0 54px; background: rgba(23,35,32,.16); }
.progress span { display: block; width: 33.333%; height: 1px; background: var(--gold); transition: width .3s ease; }
.question h3, .qualifier-result h3 { max-width: 510px; margin-bottom: 30px; font-size: clamp(34px, 3.4vw, 48px); line-height: 1.02; letter-spacing: -.035em; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-grid button { min-height: 74px; padding: 14px 15px 14px 18px; border: 1px solid rgba(7,53,48,.2); background: rgba(255,255,255,.5); box-shadow: inset 3px 0 0 rgba(194,163,77,.72); color: var(--pine); cursor: pointer; text-align: left; font-family: var(--serif); font-size: 16px; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.choice-grid button:hover, .choice-grid button:focus-visible { border-color: var(--pine); background: var(--pine); box-shadow: inset 3px 0 0 var(--gold-soft); color: white; outline: 0; transform: translateY(-1px); }
.back-button { width: max-content; margin-top: auto; padding: 14px 0 0; border: 0; background: none; color: var(--sage); cursor: pointer; font-size: 11px; }
.result-mark { float: right; width: 47px; height: 47px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: #8d7339; font-family: var(--serif); font-size: 14px; }
.qualifier-result > p:not(.eyebrow) { max-width: 500px; color: var(--sage); font-size: 13px; line-height: 1.65; }
.qualifier-result dl { margin: 24px 0 28px; border-top: 1px solid var(--line); }
.qualifier-result dl div { padding: 10px 0; display: grid; grid-template-columns: 95px 1fr; border-bottom: 1px solid var(--line); }
.qualifier-result dt { color: var(--sage); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.qualifier-result dd { margin: 0; font-family: var(--serif); font-size: 13px; }

.decision-section { padding: 122px 0 0; background: #e9ece7; }
.local-copy { padding-bottom: 110px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: end; }
.faq-wrap { padding: 92px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; border-top: 1px solid rgba(23,35,32,.18); }
.faq-intro p:last-child { max-width: 330px; margin-top: 24px; color: var(--sage); line-height: 1.7; }
.faq-list { border-top: 1px solid rgba(23,35,32,.22); }
.faq-list details { border-bottom: 1px solid rgba(23,35,32,.22); }
.faq-list summary { padding: 24px 0; display: flex; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 21px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #806b3e; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -4px 40px 24px 0; color: var(--sage); font-size: 13px; line-height: 1.75; }

.cta-panel { min-height: 510px; padding: 76px clamp(36px, 6vw, 88px); display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; background: linear-gradient(135deg, var(--pine), var(--deep)); color: white; }
.cta-copy h2 { margin-bottom: 22px; font-size: clamp(48px, 5vw, 72px); line-height: .95; letter-spacing: -.04em; }
.cta-copy > p:last-child { max-width: 520px; color: rgba(255,255,255,.68); line-height: 1.72; }
.cta-action { padding-left: 52px; border-left: 1px solid rgba(255,255,255,.22); }
.cta-action > p { margin-bottom: 13px; color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.cta-action ul { margin: 0 0 24px; padding: 0; list-style: none; color: rgba(255,255,255,.8); font-family: var(--serif); font-size: 17px; line-height: 1.75; }
.cta-action li::before { content: "✓"; margin-right: 10px; color: var(--gold-soft); font-family: var(--sans); font-size: 11px; }
.button-wide { width: 100%; }
.direct-links { margin-top: 20px; display: flex; justify-content: space-between; gap: 20px; font-size: 10px; }
.direct-links a { padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.36); }
.cta-action small { display: block; margin-top: 19px; color: rgba(255,255,255,.45); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }

footer { padding: 72px 0 26px; background: #0a1e1c; color: white; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto auto; gap: 30px; align-items: start; }
.footer-brand img { width: 48px; height: 32px; }
.footer-main > p { margin: 0; font-family: var(--serif); font-size: 24px; line-height: 1.15; }
.footer-links { display: flex; justify-content: flex-end; gap: 26px; color: rgba(255,255,255,.65); font-size: 10px; }
.language-links { display: flex; justify-content: flex-end; gap: 12px; color: rgba(255,255,255,.52); font-size: 9px; letter-spacing: .12em; }
.language-links a[aria-current="page"], .language-links a:hover { color: var(--gold-soft); }
.footer-bottom { margin-top: 72px; padding-top: 22px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.4); font-size: 8px; line-height: 1.6; }
.footer-bottom a { text-decoration: underline; text-underline-offset: 2px; }
.mobile-cta { display: none; }

/* Content stays readable even when a local/mobile preview blocks scroll observers. */
.reveal { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
}

@media (max-width: 1040px) {
  .hero { height: auto; max-height: none; }
  .hero-copy { min-height: 620px; padding-right: 16vw; }
  .hero-gallery { flex-basis: 176px; }
  .section-heading { gap: 38px; }
  .experience { grid-template-columns: .9fr 1.1fr; }
  .direct-links { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 36px, 1180px); }
  .site-header { min-height: 76px; padding: 0 18px; }
  .brand img { width: 42px; height: 30px; }
  .brand strong { font-size: 17px; }
  .brand small { margin-top: 3px; font-size: 6px; }
  .header-cta { min-height: 40px; padding: 0 13px; gap: 10px; font-size: 8px; }
  .hero-copy { min-height: 610px; padding: 128px 22px 34px; }
  h1 { font-size: clamp(47px, 14.5vw, 66px); line-height: 1; }
  .hero-lead { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .proof-row { gap: 8px; }
  .proof-row span { padding-left: 7px; font-size: 6px; }
  .proof-row strong { font-size: 10px; }
  .hero-gallery { flex-basis: 162px; padding: 8px 0; }
  .gallery-viewport { height: 100%; }
  .gallery-set { gap: 8px; padding-right: 8px; }
  .gallery-card { width: 226px; }
  .method-section { padding: 84px 0 88px; }
  .section-heading, .local-copy, .faq-wrap { grid-template-columns: 1fr; gap: 30px; }
  .section-heading .eyebrow { grid-column: auto; margin-bottom: -14px; }
  .section-heading h2, .local-copy h2, .faq-intro h2 { font-size: 46px; }
  .service-grid { margin-top: 48px; grid-template-columns: 1fr; border-bottom: 0; }
  .service-card, .service-card:first-child { min-height: 0; padding: 28px 22px; border: 0; border-bottom: 1px solid var(--line); }
  .service-card h3 { margin: 38px 0 16px; }
  .card-toggle { margin-top: 24px; }
  .experience { width: 100%; margin-top: 76px; grid-template-columns: 1fr; }
  .experience-photo { min-height: 460px; background-position: 55% center; }
  .photo-note { left: 20px; right: 20px; }
  .qualifier { min-height: 610px; padding: 44px 22px 30px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-grid button { min-height: 58px; }
  .decision-section { padding-top: 84px; }
  .local-copy { padding-bottom: 76px; }
  .faq-wrap { padding: 70px 0; }
  .faq-list summary { font-size: 18px; }
  .cta-panel { width: 100%; padding: 66px 22px 76px; grid-template-columns: 1fr; gap: 44px; }
  .cta-action { padding: 0; border-left: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-links, .language-links { justify-content: flex-start; flex-wrap: wrap; }
  .footer-bottom { margin-top: 52px; padding-bottom: 54px; flex-direction: column; }
  .mobile-cta { position: fixed; z-index: 30; left: 12px; right: 12px; bottom: 12px; min-height: 50px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; background: var(--gold); color: var(--deep); box-shadow: 0 12px 34px rgba(0,0,0,.25); font-size: 10px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; transform: translateY(90px); transition: transform .3s ease; }
  .mobile-cta.is-visible { transform: none; }
}

@media (max-width: 390px) {
  .site-header { padding-inline: 14px; }
  .brand { gap: 9px; }
  .brand strong { font-size: 15px; }
  .brand small { display: none; }
  .header-cta { padding-inline: 10px; font-size: 7px; letter-spacing: .08em; }
}

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

:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
