/* Ooty Call Girls - "Editorial Wine" theme
   Palette: Deep wine red, burgundy, oxblood
   Accents: Cream white, soft rose, antique gold
   Layout: Magazine editorial - asymmetric, large serif headlines
   Distinct from tamilangel.com reference and from Kodaikanal site.
============================================================ */

:root {
  --bg-0: #1a0509;
  --bg-1: #2a0a0e;
  --bg-2: #3d0c14;
  --bg-3: #4d0e1a;
  --wine: #5c0d1e;
  --wine-2: #7a1228;
  --oxblood: #4a0610;
  --cream: #f6ece0;
  --cream-2: #ead9c5;
  --rose: #ff5c7a;
  --rose-soft: #ff95a8;
  --gold: #d4a85a;
  --gold-2: #e8c987;
  --text: #f6ece0;
  --text-mute: #c8a99a;
  --line: rgba(246, 236, 224, 0.14);
  --glass: rgba(246, 236, 224, 0.06);
  --glass-brd: rgba(246, 236, 224, 0.14);
  --radius: 4px;
  --radius-lg: 18px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --serif: 'Playfair Display', 'Times New Roman', Georgia, serif;
  --sans: 'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  background: var(--bg-0);
  color: var(--text);
  line-height: 1.7;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--rose-soft); text-decoration: none; transition: color 0.25s var(--ease); }
a:hover, a:focus { color: var(--gold-2); }

h1, h2, h3, h4, h5, h6, .hero__title, .prose__title, .profiles__title, .areas__title,
.timeline__title, .voices__title, .faq__title, .cta-band__title, .ahero__title,
.pcard__name, .footer-col h3, .contact__h, .contact h3, .footer-brand {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.18;
}

/* ===== Skip link ===== */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 9999;
  background: var(--gold); color: var(--bg-0); padding: 10px 16px;
}
.skip-link:focus { left: 8px; top: 8px; }

/* ===== Age gate ===== */
.age-gate {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(10, 2, 5, 0.94);
  backdrop-filter: blur(10px);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.age-gate.hidden { display: none; }
.age-gate__box {
  background: linear-gradient(160deg, var(--bg-2) 0%, var(--oxblood) 100%);
  border: 1px solid var(--gold);
  border-radius: var(--radius-lg);
  padding: 44px 36px;
  max-width: 480px; width: 100%;
  text-align: center;
  box-shadow: var(--shadow), 0 0 80px rgba(255, 92, 122, 0.18);
}
.age-gate__mark {
  font-family: var(--serif);
  font-size: 44px; font-weight: 800;
  color: var(--gold-2);
  margin-bottom: 14px;
  letter-spacing: 1px;
}
.age-gate__text { font-size: 15px; color: var(--text); margin-bottom: 26px; line-height: 1.6; }
.age-gate__btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.age-gate__btn {
  font-weight: 600; font-size: 14px;
  padding: 12px 24px; border-radius: 4px;
  border: 1px solid var(--gold); cursor: pointer;
  background: transparent; color: var(--text);
  transition: all 0.25s var(--ease);
}
.age-gate__btn--enter { background: var(--gold); color: var(--bg-0); }
.age-gate__btn--enter:hover { background: var(--gold-2); transform: translateY(-2px); }
.age-gate__btn--exit:hover { background: var(--wine); border-color: var(--wine); }

/* ===== Buttons ===== */
.btn {
  display: inline-block; padding: 14px 28px;
  font-family: var(--sans); font-size: 14px; font-weight: 600;
  letter-spacing: 0.6px; text-transform: uppercase;
  border-radius: 4px; border: 1px solid transparent;
  cursor: pointer; transition: all 0.3s var(--ease);
  text-align: center;
}
.btn--primary { background: var(--gold); color: var(--bg-0); }
.btn--primary:hover { background: var(--gold-2); color: var(--bg-0); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(212, 168, 90, 0.3); }
.btn--ghost { background: transparent; color: var(--cream); border-color: var(--cream); }
.btn--ghost:hover { background: var(--cream); color: var(--bg-0); }
.btn--line { background: transparent; color: var(--gold-2); border-color: var(--gold); }
.btn--line:hover { background: var(--gold); color: var(--bg-0); }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(26, 5, 9, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 24px; gap: 18px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand__mark { display: inline-flex; }
.brand__name {
  font-family: var(--serif);
  font-size: 22px; font-weight: 800; letter-spacing: 0.5px;
  color: var(--cream);
}
.brand__dot { color: var(--gold); }

.nav-toggle {
  display: none; background: transparent; border: 0;
  cursor: pointer; padding: 8px;
}
.nav-toggle span {
  display: block; width: 24px; height: 2px;
  background: var(--cream); margin: 5px 0;
  transition: 0.3s var(--ease);
}

.main-nav__list { list-style: none; display: flex; gap: 6px; align-items: center; }
.main-nav__item { position: relative; }
.main-nav__link {
  display: block; padding: 10px 16px;
  font-size: 13px; font-weight: 500; color: var(--cream);
  letter-spacing: 0.5px; text-transform: uppercase;
  border-radius: 4px; transition: all 0.25s var(--ease);
}
.main-nav__link:hover, .main-nav__link[aria-current="page"] {
  color: var(--gold-2);
}
.main-nav__has-drop > a::after { content: " ▾"; font-size: 9px; opacity: 0.7; }
.main-nav__cta {
  display: inline-block; padding: 10px 18px;
  font-size: 13px; font-weight: 700;
  background: var(--gold); color: var(--bg-0) !important;
  border-radius: 4px; margin-left: 8px;
}
.main-nav__cta:hover { background: var(--gold-2); }

.dropdown {
  position: absolute; top: 100%; left: 0;
  min-width: 220px;
  background: var(--bg-1);
  border: 1px solid var(--line);
  border-radius: 4px; padding: 8px;
  list-style: none;
  opacity: 0; visibility: hidden;
  transform: translateY(8px);
  transition: all 0.25s var(--ease);
  box-shadow: var(--shadow);
  z-index: 50;
  columns: 1;
}
.main-nav__has-drop:hover .dropdown,
.main-nav__has-drop:focus-within .dropdown {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.dropdown__item a {
  display: block; padding: 8px 12px; font-size: 13px;
  color: var(--cream); border-radius: 3px;
}
.dropdown__item a:hover { background: var(--wine); color: var(--gold-2); }

/* ===== Hero - editorial split ===== */
.hero {
  position: relative;
  padding: 80px 24px 100px;
  background:
    radial-gradient(ellipse at top right, rgba(122, 18, 40, 0.4) 0%, transparent 50%),
    radial-gradient(ellipse at bottom left, rgba(212, 168, 90, 0.1) 0%, transparent 40%),
    var(--bg-0);
  overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(45deg, transparent 0, transparent 80px, rgba(246, 236, 224, 0.015) 80px, rgba(246, 236, 224, 0.015) 81px);
  pointer-events: none;
}
.hero__inner {
  position: relative; z-index: 1;
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 60px; align-items: center;
}
.hero__eyebrow {
  display: inline-block;
  font-family: var(--sans);
  font-size: 12px; font-weight: 600;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold-2);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gold);
  margin-bottom: 24px;
}
.hero__title {
  font-size: clamp(38px, 6vw, 64px);
  color: var(--cream);
  margin-bottom: 22px;
}
.hero__title em {
  font-style: italic;
  color: var(--gold-2);
  display: block;
}
.hero__lead {
  font-size: 17px; color: var(--text-mute);
  max-width: 540px; margin-bottom: 32px;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 48px; }
.hero__stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px; list-style: none;
  border-top: 1px solid var(--line); padding-top: 28px;
}
.hero__stats strong {
  display: block; font-family: var(--serif);
  font-size: 28px; color: var(--gold-2);
  margin-bottom: 4px;
}
.hero__stats span {
  font-size: 11px; color: var(--text-mute);
  letter-spacing: 1px; text-transform: uppercase;
}
.hero__feature { position: relative; }
.hero__fig {
  position: relative;
  border: 1px solid var(--gold);
  padding: 10px;
  background: var(--bg-1);
}
.hero__fig img {
  width: 100%; aspect-ratio: 7/5; object-fit: cover;
  border-radius: 2px;
}
.hero__fig figcaption {
  position: absolute; bottom: 18px; left: 18px;
  background: var(--bg-0); color: var(--cream);
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  padding: 6px 12px;
}
.hero__badge {
  position: absolute; top: -16px; right: -16px;
  background: var(--gold); color: var(--bg-0);
  display: flex; flex-direction: column; gap: 4px;
  padding: 12px 16px; border-radius: 4px;
  font-size: 11px; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase;
  box-shadow: var(--shadow);
}

/* ===== Trust strip ===== */
.strip { background: var(--bg-1); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.strip__inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; padding: 48px 24px;
}
.strip__item {
  display: flex; gap: 18px; padding: 0 24px;
  border-right: 1px solid var(--line);
}
.strip__item:last-child { border-right: 0; }
.strip__num {
  font-family: var(--serif); font-size: 32px;
  color: var(--gold-2); font-weight: 700;
  line-height: 1;
}
.strip__item h3 {
  font-size: 16px; color: var(--cream); margin-bottom: 6px;
}
.strip__item p {
  font-size: 13px; color: var(--text-mute); line-height: 1.55;
}

/* ===== Prose ===== */
.prose { padding: 80px 24px; background: var(--bg-0); }
.prose--area { background: var(--bg-1); }
.prose__inner { max-width: 860px; margin: 0 auto; }
.prose__title {
  font-size: clamp(28px, 4vw, 40px);
  color: var(--cream); margin-bottom: 24px;
}
.prose__title strong { color: var(--gold-2); font-style: italic; font-weight: 700; }
.prose p {
  font-size: 16px; color: var(--text-mute);
  margin-bottom: 22px;
}
.prose p strong { color: var(--cream); font-weight: 600; }
.prose p em { color: var(--rose-soft); font-style: italic; }
.prose__list {
  list-style: none; margin: 24px 0;
}
.prose__list li {
  padding: 12px 0 12px 32px;
  position: relative;
  border-bottom: 1px dashed var(--line);
  color: var(--text-mute);
}
.prose__list li:last-child { border-bottom: 0; }
.prose__list li::before {
  content: "—"; position: absolute; left: 0; top: 12px;
  color: var(--gold); font-weight: 700;
}
.prose__list li strong { color: var(--cream); }

/* ===== Profiles ===== */
.profiles {
  padding: 100px 24px;
  background: linear-gradient(180deg, var(--bg-1) 0%, var(--bg-0) 100%);
  position: relative;
}
.profiles__head {
  max-width: 1280px; margin: 0 auto 48px;
  text-align: center;
}
.profiles__eyebrow {
  display: inline-block;
  font-size: 11px; letter-spacing: 4px; text-transform: uppercase;
  color: var(--gold-2); margin-bottom: 14px;
}
.profiles__title {
  font-size: clamp(30px, 4.5vw, 46px);
  color: var(--cream); margin-bottom: 16px;
}
.profiles__title strong { color: var(--gold-2); font-style: italic; }
.profiles__sub { color: var(--text-mute); max-width: 580px; margin: 0 auto; }
.profiles__grid {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}
.pcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
  display: flex; flex-direction: column;
}
.pcard:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: var(--gold);
}
.pcard__img {
  position: relative; aspect-ratio: 3/4; overflow: hidden;
}
.pcard__img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.pcard:hover .pcard__img img { transform: scale(1.06); }
.pcard__tag {
  position: absolute; top: 10px; left: 10px;
  background: var(--gold); color: var(--bg-0);
  font-size: 10px; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase;
  padding: 4px 8px; border-radius: 2px;
}
.pcard__age {
  position: absolute; bottom: 10px; right: 10px;
  background: rgba(26, 5, 9, 0.85); color: var(--cream);
  font-size: 12px; font-weight: 600;
  padding: 4px 10px; border-radius: 2px;
  border: 1px solid var(--line);
}
.pcard__body { padding: 16px 14px 18px; flex: 1; display: flex; flex-direction: column; }
.pcard__name {
  font-size: 19px; color: var(--cream); margin-bottom: 4px;
}
.pcard__meta {
  font-size: 12px; color: var(--text-mute);
  margin-bottom: 14px;
}
.pcard__cta { display: flex; gap: 8px; margin-top: auto; }
.pcard__call, .pcard__wa {
  flex: 1; text-align: center;
  padding: 9px 0; font-size: 12px; font-weight: 600;
  letter-spacing: 1px; text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.25s var(--ease);
}
.pcard__call { background: var(--gold); color: var(--bg-0); }
.pcard__call:hover { background: var(--gold-2); color: var(--bg-0); }
.pcard__wa { background: transparent; color: var(--cream); border: 1px solid var(--line); }
.pcard__wa:hover { border-color: var(--gold); color: var(--gold-2); }
.profiles__note {
  max-width: 1280px; margin: 36px auto 0;
  text-align: center; font-size: 13px;
  color: var(--text-mute); font-style: italic;
}

/* ===== Timeline ===== */
.timeline {
  padding: 100px 24px;
  background: var(--bg-1);
}
.timeline__head { max-width: 1280px; margin: 0 auto 56px; text-align: center; }
.timeline__title {
  font-size: clamp(30px, 4.5vw, 46px);
  color: var(--cream); margin-bottom: 16px;
}
.timeline__title strong { color: var(--gold-2); font-style: italic; }
.timeline__sub { color: var(--text-mute); }
.timeline__list {
  max-width: 880px; margin: 0 auto;
  list-style: none;
  position: relative;
}
.timeline__list::before {
  content: ""; position: absolute;
  left: 32px; top: 12px; bottom: 12px;
  width: 1px; background: var(--gold);
}
.timeline__item {
  position: relative; padding: 0 0 36px 80px;
}
.timeline__item:last-child { padding-bottom: 0; }
.timeline__step {
  position: absolute; left: 0; top: 0;
  width: 64px; height: 64px;
  background: var(--bg-0);
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 22px;
  color: var(--gold-2); font-weight: 700;
  z-index: 1;
}
.timeline__item h3 {
  font-size: 20px; color: var(--cream); margin-bottom: 8px;
}
.timeline__item p { color: var(--text-mute); font-size: 15px; }

/* ===== Areas bento ===== */
.areas {
  padding: 100px 24px;
  background: var(--bg-0);
}
.areas__head { max-width: 1280px; margin: 0 auto 56px; text-align: center; }
.areas__eyebrow {
  display: inline-block; font-size: 11px;
  letter-spacing: 4px; text-transform: uppercase;
  color: var(--gold-2); margin-bottom: 14px;
}
.areas__title {
  font-size: clamp(30px, 4.5vw, 46px);
  color: var(--cream); margin-bottom: 16px;
}
.areas__title strong { color: var(--gold-2); font-style: italic; }
.areas__sub { color: var(--text-mute); }
.areas__bento {
  max-width: 1280px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 180px;
  gap: 16px;
}
.areas__card {
  position: relative; overflow: hidden;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  display: flex; flex-direction: column; justify-content: space-between;
  transition: all 0.35s var(--ease);
  color: var(--cream);
}
.areas__card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  background: var(--wine);
}
.areas__card--lg { grid-column: span 2; grid-row: span 2; }
.areas__card--tall { grid-row: span 2; }
.areas__card--wide { grid-column: span 2; }
.areas__num {
  font-family: var(--serif); font-size: 24px;
  color: var(--gold-2); font-weight: 700;
  letter-spacing: 2px;
}
.areas__txt h3 {
  font-size: 24px; color: var(--cream); margin-bottom: 8px;
}
.areas__card--lg .areas__txt h3 { font-size: 32px; }
.areas__txt p {
  font-size: 13px; color: var(--text-mute); margin-bottom: 10px;
}
.areas__link {
  font-size: 12px; color: var(--gold-2);
  letter-spacing: 1px; text-transform: uppercase;
  font-weight: 600;
}

/* ===== Voices ===== */
.voices {
  padding: 100px 24px;
  background: var(--bg-1);
}
.voices__head { max-width: 1280px; margin: 0 auto 56px; text-align: center; }
.voices__title {
  font-size: clamp(30px, 4.5vw, 46px);
  color: var(--cream); margin-bottom: 14px;
}
.voices__sub { color: var(--text-mute); }
.voices__wall {
  max-width: 1280px; margin: 0 auto;
  columns: 3; column-gap: 20px;
}
.voice {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  padding: 28px 24px;
  margin-bottom: 20px;
  break-inside: avoid;
  border-radius: var(--radius);
}
.voice blockquote {
  font-family: var(--serif);
  font-size: 17px; font-style: italic;
  color: var(--cream); margin-bottom: 14px;
  line-height: 1.5;
}
.voice figcaption {
  font-size: 12px; color: var(--gold-2);
  letter-spacing: 1px; text-transform: uppercase;
}

/* ===== FAQ ===== */
.faq {
  padding: 100px 24px;
  background: var(--bg-0);
}
.faq__inner { max-width: 860px; margin: 0 auto; }
.faq__title {
  font-size: clamp(28px, 4vw, 40px);
  color: var(--cream); text-align: center;
  margin-bottom: 40px;
}
.faq__item {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
.faq__item summary {
  font-family: var(--serif);
  font-size: 18px; color: var(--cream);
  cursor: pointer; padding: 4px 0;
  list-style: none;
  position: relative;
  padding-right: 36px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+"; position: absolute; right: 0; top: 4px;
  font-size: 24px; color: var(--gold);
  font-weight: 300; line-height: 1;
}
.faq__item[open] summary::after { content: "−"; }
.faq__item p {
  padding: 14px 0 6px; color: var(--text-mute); font-size: 15px;
}

/* ===== CTA band ===== */
.cta-band {
  padding: 80px 24px;
  background:
    radial-gradient(ellipse at center, var(--wine) 0%, var(--bg-0) 80%);
  text-align: center;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}
.cta-band__inner { max-width: 720px; margin: 0 auto; }
.cta-band__title {
  font-size: clamp(28px, 4vw, 42px);
  color: var(--cream); margin-bottom: 14px;
}
.cta-band__sub { color: var(--text-mute); margin-bottom: 28px; font-size: 16px; }
.cta-band__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ===== External strip ===== */
.ext-strip {
  background: var(--bg-1); padding: 28px 24px;
  border-top: 1px solid var(--line);
}
.ext-strip__inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: 12px;
  align-items: center;
}
.ext-strip__label {
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--text-mute); margin: 0;
}
.ext-strip__links { font-size: 13px; margin: 0; }
.ext-strip__links a {
  color: var(--gold-2); border-bottom: 1px dotted var(--gold);
}

/* ===== Area hero (interior pages) ===== */
.ahero {
  position: relative;
  padding: 90px 24px 70px;
  background:
    radial-gradient(ellipse at top right, rgba(122, 18, 40, 0.5) 0%, transparent 60%),
    var(--bg-1);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.ahero__bg {
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(90deg, transparent 0, transparent 100px, rgba(212, 168, 90, 0.02) 100px, rgba(212, 168, 90, 0.02) 101px);
}
.ahero__inner { position: relative; z-index: 1; max-width: 920px; margin: 0 auto; text-align: center; }
.ahero__crumb {
  display: inline-block; font-size: 11px; letter-spacing: 2px;
  text-transform: uppercase; color: var(--text-mute);
  margin-bottom: 22px;
}
.ahero__crumb a { color: var(--gold-2); }
.ahero__title {
  font-size: clamp(34px, 5vw, 56px);
  color: var(--cream); margin-bottom: 18px;
}
.ahero__title em { color: var(--gold-2); font-style: italic; display: block; }
.ahero__lead {
  font-size: 17px; color: var(--text-mute);
  max-width: 680px; margin: 0 auto 28px;
}
.ahero__cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ===== Contact ===== */
.contact { padding: 80px 24px; background: var(--bg-0); }
.contact__grid {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.contact__h {
  font-size: 26px; color: var(--cream); margin-bottom: 14px;
}
.contact__p { color: var(--text-mute); margin-bottom: 24px; }
.contact__list { list-style: none; }
.contact__list li {
  padding: 14px 0; border-bottom: 1px dashed var(--line);
  display: flex; gap: 16px;
}
.contact__list li span {
  flex: 0 0 110px; font-size: 11px; letter-spacing: 2px;
  text-transform: uppercase; color: var(--gold-2);
  padding-top: 3px;
}
.contact__list li a { color: var(--cream); font-weight: 600; }
.contact__form {
  background: var(--bg-1);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
}
.contact__form label {
  display: block; margin-bottom: 16px;
  font-size: 12px; letter-spacing: 1px;
  text-transform: uppercase; color: var(--text-mute);
}
.contact__form input, .contact__form textarea {
  display: block; width: 100%;
  margin-top: 8px; padding: 12px 14px;
  background: var(--bg-0); border: 1px solid var(--line);
  color: var(--cream); border-radius: 4px;
  font-family: var(--sans); font-size: 14px;
}
.contact__form input:focus, .contact__form textarea:focus {
  outline: none; border-color: var(--gold);
}
.contact__form button { margin-top: 8px; }
.contact__msg {
  margin-top: 14px; padding: 12px 16px;
  background: var(--wine); color: var(--cream);
  border-radius: 4px; border-left: 3px solid var(--gold);
  font-size: 14px;
}

/* ===== Footer ===== */
.site-footer {
  background: var(--bg-1);
  border-top: 1px solid var(--gold);
  padding: 64px 24px 28px;
}
.footer-inner { max-width: 1280px; margin: 0 auto; }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px; margin-bottom: 40px;
}
.footer-brand {
  font-family: var(--serif); font-size: 24px;
  font-weight: 800; color: var(--cream);
  margin-bottom: 16px;
}
.footer-tag {
  font-size: 14px; color: var(--text-mute);
  margin-bottom: 16px; line-height: 1.7;
}
.footer-phone a {
  color: var(--gold-2); font-weight: 700;
  font-size: 18px;
}
.footer-col h3 {
  font-size: 14px; color: var(--cream);
  letter-spacing: 2px; text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 8px; }
.footer-col a {
  color: var(--text-mute); font-size: 13px;
}
.footer-col a:hover { color: var(--gold-2); }
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 22px; text-align: center;
}
.footer-bottom p {
  font-size: 12px; color: var(--text-mute);
  letter-spacing: 0.3px;
}

/* ===== Go-top button ===== */
.go-top {
  position: fixed; bottom: 24px; right: 24px;
  width: 44px; height: 44px;
  background: var(--gold); color: var(--bg-0);
  border: 0; border-radius: 50%;
  font-size: 18px; font-weight: 700;
  cursor: pointer; opacity: 0; visibility: hidden;
  transition: all 0.3s var(--ease);
  z-index: 90;
  box-shadow: var(--shadow);
}
.go-top.show { opacity: 1; visibility: visible; }
.go-top:hover { background: var(--gold-2); transform: translateY(-3px); }

/* ===== Responsive ===== */
@media (max-width: 1100px) {
  .profiles__grid { grid-template-columns: repeat(3, 1fr); }
  .voices__wall { columns: 2; }
}
@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .main-nav {
    position: fixed; top: 70px; left: 0; right: 0;
    background: var(--bg-1); border-top: 1px solid var(--line);
    padding: 18px; max-height: 0; overflow: hidden;
    transition: max-height 0.35s var(--ease);
  }
  .main-nav.open { max-height: 600px; overflow-y: auto; }
  .main-nav__list { flex-direction: column; gap: 0; align-items: stretch; }
  .main-nav__link { padding: 14px 12px; border-bottom: 1px solid var(--line); }
  .main-nav__cta { margin: 12px 0 0; text-align: center; }
  .dropdown { position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; border: 0; padding: 0 0 0 16px; background: transparent;
    columns: 1;
  }
  .main-nav__has-drop > a::after { content: " ▾"; }
  .main-nav__has-drop.open .dropdown { display: block; }
  .main-nav__has-drop:not(.open) .dropdown { display: none; }
  .hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .hero__stats { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .strip__inner { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .strip__item { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 24px; }
  .strip__item:nth-last-child(-n+2) { border-bottom: 0; }
  .areas__bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .areas__card--lg, .areas__card--wide { grid-column: span 2; }
  .areas__card--tall { grid-row: span 1; }
  .contact__grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .hero { padding: 50px 18px 70px; }
  .hero__stats { grid-template-columns: repeat(2, 1fr); }
  .strip__inner { grid-template-columns: 1fr; }
  .strip__item { border-right: 0; padding: 18px; }
  .profiles__grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .voices__wall { columns: 1; }
  .areas__bento { grid-template-columns: 1fr; }
  .areas__card--lg, .areas__card--wide { grid-column: span 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .btn { padding: 12px 22px; font-size: 13px; }
  .prose, .profiles, .timeline, .areas, .voices, .faq, .cta-band { padding: 60px 18px; }
}

/* ===== Print friendliness (basic) ===== */
@media print {
  .age-gate, .go-top, .site-header, .cta-band, .ext-strip { display: none; }
  body { background: #fff; color: #000; }
}
