:root {
  --ink: #28170f;
  --brown: #4a260f;
  --brown-2: #6d3b17;
  --gold: #c8922b;
  --gold-light: #ecd7a4;
  --cream: #f7f1e5;
  --paper: #fffdf8;
  --sage: #d9ded2;
  --muted: #76685f;
  --line: rgba(74, 38, 15, .15);
  --shadow: 0 22px 60px rgba(62, 31, 12, .12);
  --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(--paper); font-family: var(--sans); line-height: 1.7; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: 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; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 20; top: 0; background: rgba(255, 253, 248, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav-shell { width: min(1220px, calc(100% - 32px)); height: 86px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; line-height: 1.05; }
.brand img { width: 61px; height: 61px; object-fit: contain; }
.brand strong { display: block; font: 700 1.25rem/1 var(--serif); color: var(--brown); }
.brand small { display: block; margin-top: 7px; color: var(--muted); font-size: .67rem; letter-spacing: .13em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { font-size: .86rem; font-weight: 700; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
nav a:hover { color: var(--brown-2); }
.nav-contact { padding: 11px 20px; border: 1px solid var(--brown); border-radius: 999px; }
.language-switch { display: inline-flex; min-height: 38px; padding: 8px 15px; align-items: center; justify-content: center; border-radius: 999px; background: var(--brown); color: white; font-size: .74rem; white-space: nowrap; }
.language-switch:hover { background: var(--gold); color: var(--ink); }
.menu-toggle { display: none; padding: 7px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: var(--brown); }

.hero { position: relative; min-height: 700px; display: grid; align-items: center; isolation: isolate; color: white; }
.hero-image, .hero-shade { position: absolute; inset: 0; z-index: -2; }
.hero-image { background: url('assets/hero.jpg') center 47% / cover no-repeat; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(29,15,8,.88) 0%, rgba(48,24,10,.65) 48%, rgba(28,15,7,.12) 78%); }
.hero-content { padding-block: 100px; }
.eyebrow { margin: 0 0 20px; color: var(--gold-light); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--brown-2); }
h1, h2, h3 { font-family: var(--serif); }
h1 { max-width: 740px; margin: 0; font-size: clamp(3.8rem, 8vw, 7.5rem); font-weight: 400; letter-spacing: -.045em; line-height: .88; }
h1 em { color: var(--gold-light); font-weight: 400; }
.hero-copy { max-width: 650px; margin: 32px 0 28px; font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 13px 24px; border-radius: 4px; font-size: .84rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #1f120a; }
.button-light { border: 1px solid rgba(255,255,255,.72); background: rgba(255,255,255,.08); color: white; }
.button-outline { border: 1px solid var(--brown); color: var(--brown); }
.microcopy { margin: 20px 0 0; color: rgba(255,255,255,.75); font-size: .84rem; }

.verse-band { background: var(--brown); color: white; text-align: center; }
.verse-band .shell { max-width: 850px; padding-block: 42px; }
.verse-band blockquote { margin: 0; font: italic clamp(1.2rem, 2.6vw, 1.75rem)/1.45 var(--serif); }
.verse-band cite { display: block; margin-top: 10px; color: var(--gold-light); font-size: .72rem; font-style: normal; letter-spacing: .18em; text-transform: uppercase; }

.section { padding-block: 110px; }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.section-heading h2, .center-heading h2, .contact-section h2 { margin: 0; font-size: clamp(2.55rem, 5vw, 4.5rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.04; }
.lead-prose { padding-top: 8px; font-size: 1.12rem; }
.lead-prose p:first-child { margin-top: 0; }
.text-link { display: inline-block; margin-top: 12px; color: var(--brown-2); font-weight: 800; text-underline-offset: 5px; }
.text-link span { padding-left: 7px; }
.soft { background: var(--cream); }
.center-heading { max-width: 720px; margin: 0 auto 54px; text-align: center; }
.center-heading > p:last-child { color: var(--muted); font-size: 1.06rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 270px; padding: 34px; border: 1px solid var(--line); background: rgba(255,255,255,.57); }
.card-number { color: var(--gold); font: italic 1.05rem var(--serif); }
.feature-card h3 { margin: 55px 0 12px; font-size: 1.6rem; }
.feature-card p { margin: 0; color: var(--muted); }
.photo-note { margin-top: 80px; display: grid; grid-template-columns: .95fr 1.05fr; background: var(--brown); color: white; box-shadow: var(--shadow); }
.photo-note img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.photo-note > div { padding: clamp(40px, 7vw, 82px); align-self: center; }
.photo-note h2 { margin: 0 0 30px; font-size: clamp(2.5rem, 4vw, 4rem); font-weight: 400; line-height: 1; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { position: relative; margin: 15px 0; padding-left: 30px; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--gold-light); font-weight: 900; }

.pricing { background: var(--paper); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; padding: 38px 32px; border: 1px solid var(--line); background: white; box-shadow: 0 12px 35px rgba(62,31,12,.06); }
.price-card.featured { border: 2px solid var(--gold); transform: translateY(-12px); }
.recommendation { position: absolute; top: 0; right: 24px; margin: 0; padding: 7px 11px; background: var(--gold); color: var(--ink); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.plan { margin: 0; color: var(--brown-2); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.price { margin: 17px 0 0; font: 400 4.2rem/1 var(--serif); }
.price span { vertical-align: top; font-size: 1.5rem; }
.duration { margin: 5px 0 25px; color: var(--muted); font-size: .85rem; }
.plain-list { min-height: 135px; margin: 25px 0; padding: 22px 0 0 20px; border-top: 1px solid var(--line); color: var(--muted); }
.price-card .button { width: 100%; }
.service-note { max-width: 780px; margin: 42px auto 0; color: var(--muted); font-size: .8rem; text-align: center; }

.contact-section { padding-block: 105px; background: var(--brown); color: white; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.contact-section h2 { max-width: 690px; }
.contact-section p { max-width: 650px; color: rgba(255,255,255,.74); font-size: 1.05rem; }
.contact-card { padding: 15px 38px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.06); }
.contact-card > a { display: flex; gap: 18px; align-items: center; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.18); text-decoration: none; }
.contact-icon { display: grid; flex: 0 0 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--gold); color: var(--ink); font-size: 1.1rem; }
.contact-card small { display: block; color: var(--gold-light); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-card strong { font-family: var(--serif); font-size: clamp(1.05rem, 2vw, 1.35rem); }
.contact-card p { margin: 18px 0; font-size: .8rem; }

footer { padding-top: 64px; background: #1e120c; color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; padding-bottom: 50px; }
.footer-brand { max-width: 320px; }
.footer-brand img { width: 86px; margin-bottom: 15px; border-radius: 8px; }
.footer-grid strong { display: block; margin: 7px 0 18px; color: white; font: 700 1rem var(--serif); }
.footer-grid a { display: block; margin: 7px 0; font-size: .82rem; text-decoration: none; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-grid p { font-size: .84rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .75rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { text-decoration: none; }

.legal-hero { padding: 85px 0; background: var(--brown); color: white; }
.legal-hero h1 { font-size: clamp(3rem, 7vw, 6rem); }
.legal-layout { display: grid; grid-template-columns: 230px 1fr; gap: 75px; padding-block: 80px 110px; }
.legal-nav { position: sticky; top: 115px; align-self: start; display: block; }
.legal-nav a { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .78rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.legal-copy section { scroll-margin-top: 120px; margin-bottom: 90px; }
.legal-copy h2 { font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 400; }
.legal-copy h3 { margin: 32px 0 5px; font-size: 1.25rem; }
.legal-copy p { color: #574941; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  nav { position: absolute; top: 86px; left: 0; right: 0; display: none; padding: 26px 22px 30px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  nav.open { display: grid; gap: 18px; }
  .nav-contact { width: fit-content; }
  .language-switch { width: fit-content; }
  .hero { min-height: 650px; }
  .split, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .feature-grid, .price-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .photo-note { grid-template-columns: 1fr; }
  .photo-note img { min-height: 360px; max-height: 500px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }
  .legal-layout { grid-template-columns: 1fr; gap: 30px; }
  .legal-nav { position: static; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 28px, 1160px); }
  .nav-shell { width: calc(100% - 20px); height: 76px; }
  .brand img { width: 52px; height: 52px; }
  .brand small { display: none; }
  nav { top: 76px; }
  .hero { min-height: 690px; }
  .hero-shade { background: linear-gradient(90deg, rgba(29,15,8,.9), rgba(40,21,10,.6)); }
  h1 { font-size: clamp(3.25rem, 17vw, 5rem); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .section { padding-block: 78px; }
  .feature-card, .price-card { padding: 30px 25px; }
  .photo-note { margin-top: 54px; }
  .photo-note > div { padding: 36px 26px; }
  .contact-card { padding: 12px 22px; }
  .contact-card > a { align-items: flex-start; }
  .contact-card strong { overflow-wrap: anywhere; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .footer-bottom { display: block; }
  .footer-bottom a { display: inline-block; margin-top: 10px; }
}

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