:root {
  --bg: #f4ecd8;
  --bg-deep: #e8dcc0;
  --bg-dark: #1a1208;
  --ink: #1a1208;
  --ink-soft: #4a3a22;
  --gold: #8a6f3a;
  --gold-soft: #c9b48a;
  --rule: #c9b48a;
  --accent: #6b4f1d;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'Cormorant Garamond', 'Old Standard TT', Georgia, serif;
  font-size: 19px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--accent); text-decoration: none; border-bottom: 1px solid var(--gold-soft); transition: border-color 0.2s; }
a:hover { border-bottom-color: var(--ink); }

.lang-switch {
  position: fixed;
  top: 24px;
  right: 32px;
  z-index: 50;
  font-family: 'Old Standard TT', serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-soft);
  background: rgba(26, 18, 8, 0.65);
  padding: 8px 14px;
  border-radius: 1px;
  backdrop-filter: blur(2px);
}
.lang-switch a { color: var(--gold-soft); border: none; }
.lang-switch a.active { color: #fff; font-weight: 700; }
.lang-switch a:hover { color: #fff; }

.container {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--bg);
  background: var(--bg-dark) url('/assets/images/hero.png') center/cover no-repeat;
  padding: 120px 24px 80px;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26,18,8,0.55) 0%, rgba(26,18,8,0.75) 70%, rgba(26,18,8,0.95) 100%);
}
.hero-inner { position: relative; z-index: 1; max-width: 740px; }
.hero .monogram {
  font-family: 'IM Fell English', serif;
  font-size: 14px;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 36px;
}
.hero h1 {
  font-family: 'IM Fell English', serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.08;
  letter-spacing: 0.01em;
  margin-bottom: 32px;
  color: #f4ecd8;
}
.hero .ornament {
  margin: 14px auto 32px;
  width: 220px;
  height: 36px;
  background: url('/assets/images/ornament-gold.png') center/contain no-repeat;
  opacity: 0.85;
}
.hero .lede {
  font-family: 'Old Standard TT', serif;
  font-style: italic;
  font-size: 21px;
  color: rgba(244, 236, 216, 0.85);
  max-width: 620px;
  margin: 0 auto 48px;
  line-height: 1.55;
}

.cta-button {
  display: inline-block;
  font-family: 'IM Fell English', serif;
  font-size: 17px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bg-dark);
  background: var(--bg);
  padding: 17px 38px;
  border: 1px solid var(--bg);
  transition: all 0.2s;
}
.cta-button:hover {
  background: transparent;
  color: var(--bg);
  border-color: var(--bg);
}

/* ---------- SECTION ---------- */
section { padding: 110px 0; position: relative; }
section + section:not(.no-rule) { border-top: 1px solid var(--rule); }
.section-eyebrow {
  text-align: center;
  font-family: 'Old Standard TT', serif;
  font-size: 12px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
h2 {
  text-align: center;
  font-family: 'IM Fell English', serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 1.15;
  margin-bottom: 16px;
}
.section-lede {
  text-align: center;
  font-family: 'Old Standard TT', serif;
  font-style: italic;
  font-size: 19px;
  color: var(--ink-soft);
  max-width: 580px;
  margin: 0 auto 64px;
}
.ornament-divider {
  width: 220px;
  height: 30px;
  margin: 0 auto 40px;
  background: url('/assets/images/ornament-gold.png') center/contain no-repeat;
  opacity: 0.7;
}

/* ---------- SERVICES ---------- */
.services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 72px;
  max-width: 800px;
  margin: 0 auto;
}
.service h3 {
  font-family: 'IM Fell English', serif;
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 12px;
  color: var(--accent);
}
.service p { color: var(--ink-soft); }

.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-top: 64px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.feature-row img { width: 100%; display: block; }
.feature-row .copy h3 {
  font-family: 'IM Fell English', serif;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 16px;
}
.feature-row .copy p { color: var(--ink-soft); margin-bottom: 14px; }
.feature-row .copy p em { color: var(--accent); font-style: italic; }

/* ---------- RECKONING ---------- */
.reckoning-wrap { background: var(--bg-deep); }
.reckoning { text-align: center; max-width: 760px; margin: 0 auto; }
.reckoning .compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 16px auto 0;
  border: 1px solid var(--rule);
  background: rgba(255, 252, 240, 0.4);
}
.reckoning .col { padding: 36px 28px; }
.reckoning .col + .col {
  border-left: 1px solid var(--rule);
  background: rgba(244, 236, 216, 0.55);
}
.reckoning .col-label {
  font-family: 'Old Standard TT', serif;
  font-style: italic;
  color: var(--gold);
  margin-bottom: 14px;
  font-size: 16px;
}
.reckoning .col h4 {
  font-family: 'IM Fell English', serif;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 14px;
}
.reckoning .col ul {
  list-style: none;
  text-align: left;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.8;
}
.reckoning .col ul li::before { content: '— '; color: var(--gold); }
.reckoning .footnote {
  font-family: 'Old Standard TT', serif;
  font-style: italic;
  color: var(--ink-soft);
  margin-top: 32px;
  font-size: 17px;
}

/* ---------- TIERS ---------- */
.tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 920px;
  margin: 0 auto;
}
.tier {
  border: 1px solid var(--rule);
  padding: 40px 28px 34px;
  text-align: center;
  background: rgba(255, 252, 240, 0.5);
}
.tier.featured { border: 1px solid var(--ink); background: var(--bg-deep); }
.tier h3 {
  font-family: 'IM Fell English', serif;
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 8px;
}
.tier .tier-tag {
  font-family: 'Old Standard TT', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--gold);
  margin-bottom: 24px;
}
.tier .price {
  font-family: 'IM Fell English', serif;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 6px;
}
.tier .per {
  font-family: 'Old Standard TT', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--ink-soft);
  margin-bottom: 24px;
}
.tier ul {
  list-style: none;
  text-align: left;
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.8;
}
.tier ul li::before { content: '· '; color: var(--gold); }

/* ---------- FAQ ---------- */
.faq { max-width: 720px; margin: 0 auto; }
.faq-item { border-top: 1px solid var(--rule); padding: 32px 0; }
.faq-item:last-child { border-bottom: 1px solid var(--rule); }
.faq-item .q {
  font-family: 'Old Standard TT', serif;
  font-style: italic;
  font-size: 20px;
  color: var(--accent);
  margin-bottom: 12px;
}
.faq-item .q::before { content: 'Q. '; font-style: normal; color: var(--gold); }
.faq-item .a { font-size: 18px; color: var(--ink); }
.faq-item .a::before { content: 'A. '; color: var(--gold); }

/* ---------- PRESS ---------- */
.press-wrap { background: var(--bg-dark); color: var(--bg); }
.press-wrap .section-eyebrow { color: var(--gold); }
.press-wrap h2 { color: var(--bg); }
.press-wrap .section-lede { color: rgba(244, 236, 216, 0.7); }
.press-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  max-width: 960px;
  margin: 0 auto;
}
.press-grid img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(201, 180, 138, 0.25);
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}
.press-caption {
  text-align: center;
  font-family: 'Old Standard TT', serif;
  font-style: italic;
  color: rgba(244, 236, 216, 0.55);
  margin-top: 14px;
  font-size: 14px;
}
.press-secondary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 12px;
}
@media (max-width: 720px) { .press-secondary { grid-template-columns: 1fr; } }

/* ---------- AUDIENCE FORM ---------- */
.audience {
  text-align: center;
  background: var(--bg-dark) url('/assets/images/knocker.png') right center/cover no-repeat;
  color: var(--bg);
  position: relative;
}
.audience::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(26,18,8,0.95) 0%, rgba(26,18,8,0.85) 55%, rgba(26,18,8,0.2) 100%);
}
.audience .container { position: relative; z-index: 1; max-width: 600px; margin-left: 0; padding-left: 8%; text-align: left; }
.audience .section-eyebrow { color: var(--gold-soft); text-align: left; }
.audience h2 { color: var(--bg); text-align: left; }
.audience .lede {
  font-family: 'Old Standard TT', serif;
  font-style: italic;
  font-size: 19px;
  color: rgba(244, 236, 216, 0.8);
  max-width: 480px;
  margin: 0 0 40px;
}
form { max-width: 480px; display: grid; gap: 14px; }
input, textarea {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  color: var(--bg);
  background: rgba(244, 236, 216, 0.08);
  border: 1px solid var(--gold-soft);
  padding: 14px 16px;
  width: 100%;
}
input::placeholder, textarea::placeholder { color: rgba(244, 236, 216, 0.5); }
input:focus, textarea:focus {
  outline: none;
  border-color: var(--bg);
  background: rgba(244, 236, 216, 0.12);
}
textarea { min-height: 110px; resize: vertical; }
button[type=submit] {
  font-family: 'IM Fell English', serif;
  font-size: 17px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bg-dark);
  background: var(--bg);
  padding: 17px 36px;
  border: 1px solid var(--bg);
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 8px;
}
button[type=submit]:hover { background: transparent; color: var(--bg); }
.form-note {
  font-family: 'Old Standard TT', serif;
  font-style: italic;
  font-size: 14px;
  color: rgba(244, 236, 216, 0.5);
  margin-top: 18px;
}

/* ---------- FOOTER ---------- */
footer {
  text-align: center;
  padding: 64px 24px 96px;
  border-top: 1px solid var(--rule);
  font-family: 'Old Standard TT', serif;
  color: var(--ink-soft);
  font-size: 14px;
}
footer .ornament-divider { margin-bottom: 20px; }
footer p { margin: 4px 0; }
footer .tagline { font-style: italic; margin-bottom: 10px; }
footer .version { color: var(--gold); letter-spacing: 0.1em; font-size: 12px; text-transform: uppercase; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 720px) {
  body { font-size: 17px; }
  .hero { padding: 100px 16px 64px; min-height: 70vh; }
  .hero h1 { font-size: 40px; }
  .hero .lede { font-size: 18px; }
  h2 { font-size: 32px; }
  section { padding: 72px 0; }
  .services { grid-template-columns: 1fr; gap: 36px; }
  .feature-row { grid-template-columns: 1fr; gap: 32px; }
  .reckoning .compare { grid-template-columns: 1fr; }
  .reckoning .col + .col { border-left: none; border-top: 1px solid var(--rule); }
  .tiers { grid-template-columns: 1fr; }
  .lang-switch { right: 16px; top: 16px; padding: 6px 10px; font-size: 11px; }
  .audience { background-position: center; }
  .audience::before { background: linear-gradient(180deg, rgba(26,18,8,0.85) 0%, rgba(26,18,8,0.95) 100%); }
  .audience .container { padding: 0 24px; max-width: 100%; }
  .audience h2 { text-align: center; }
  .audience .section-eyebrow { text-align: center; }
  .audience .lede { margin: 0 auto 32px; text-align: center; }
  form { margin: 0 auto; }
}
