/* ==========================================================================
   Malhara House — Site Stylesheet
   Jaipur's circular marble palace, pre-wedding photography venue
   Palette: Malhara family — Rani Pink primary, Royal Plum anchor, Heritage Gold accent
   Typography: Cormorant Garamond (display) + Jost (body)
   Container widths respect prose readability — narrow for text, wider for grids
   ========================================================================== */

:root {
  /* Malhara brand palette */
  --rani-pink:     #8B2040;   /* Primary — Jaipur identity */
  --royal-plum:    #5A1428;   /* Dark anchor — body text, footer surfaces */
  --heritage-gold: #E2AC4A;   /* Hero accent — Jupiter exalted */
  --festive-rani:  #E75D87;   /* Bright accent — festivals, sales */
  --sandstone:     #D4956E;   /* Soft accent */
  --jaipur-sky:    #9DDDE5;   /* Light pop — courtyard tilework, festive freshness */
  --ivory-silk:    #FBF0E8;   /* Background */

  /* Functional (built from the palette) */
  --c-bg: var(--ivory-silk);
  --c-text: var(--royal-plum);
  --c-text-muted: rgba(90, 20, 40, 0.72);
  --c-text-soft: rgba(90, 20, 40, 0.56);
  --c-border: rgba(139, 32, 64, 0.14);
  --c-border-strong: rgba(139, 32, 64, 0.32);
  --c-marble: #FFFCF7;

  /* Type */
  --ff-display: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --ff-body:    'Jost', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  /* Layout — different widths for different content */
  --container:        1180px;  /* outer container */
  --container-narrow: 760px;   /* prose-friendly */
  --container-prose:  640px;   /* very text-heavy reading */
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --section-y: clamp(4rem, 8vw, 7rem);

  --shadow-sm: 0 1px 2px rgba(90, 20, 40, 0.06), 0 4px 12px rgba(90, 20, 40, 0.05);
  --shadow-md: 0 4px 14px rgba(90, 20, 40, 0.10), 0 18px 40px rgba(90, 20, 40, 0.08);
  --radius: 2px;
  --radius-lg: 4px;

  --transition: 240ms cubic-bezier(0.2, 0.6, 0.2, 1);
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--ff-body);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.65;
  color: var(--c-text);
  background: var(--c-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--rani-pink); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--royal-plum); }
button { font-family: inherit; cursor: pointer; }
ul, ol { padding-left: 1.25rem; }
li { margin-bottom: 0.4rem; }

/* Display type — romantic editorial heart */
h1, h2, h3, h4 {
  font-family: var(--ff-display);
  color: var(--rani-pink);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.005em;
  margin: 0 0 0.55em;
}
h1 {
  font-size: clamp(2.5rem, 6vw, 4.25rem);
  font-weight: 400;
  letter-spacing: -0.015em;
}
h2 { font-size: clamp(1.85rem, 3.6vw, 2.65rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.6rem); font-weight: 500; }
h4 { font-size: 1.15rem; font-weight: 500; }

p  { margin: 0 0 1.15em; }
.lead {
  font-family: var(--ff-display);
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  line-height: 1.45;
  font-weight: 400;
  color: var(--rani-pink);
  font-style: italic;
}
strong { font-weight: 600; color: var(--royal-plum); }

.eyebrow {
  display: inline-block;
  font-family: var(--ff-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--rani-pink);
  margin-bottom: 1rem;
}

/* Layout — three container widths for different content needs */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.container--narrow { max-width: var(--container-narrow); }
.container--prose { max-width: var(--container-prose); }
.section { padding-block: var(--section-y); }
.section--ivory { background: var(--ivory-silk); }
.section--ivory-deep { background: #F5E5D0; }
.section--plum { background: var(--royal-plum); color: var(--ivory-silk); }
.section--plum h1, .section--plum h2, .section--plum h3, .section--plum h4 { color: var(--ivory-silk); }
.section--plum .eyebrow { color: var(--heritage-gold); }
.section--plum .lead { color: rgba(251, 240, 232, 0.92); }
.section-head { max-width: 720px; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head--centred { text-align: center; margin-inline: auto; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 240, 232, 0.96);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--c-border);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 1.1rem;
}
.brand-link {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  color: var(--rani-pink) !important;
}
.brand-link .name {
  font-family: var(--ff-display);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1;
}
.brand-link .place {
  font-family: var(--ff-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rani-pink);
}
@media (max-width: 600px) { .brand-link .place { display: none; } }

.nav { display: flex; align-items: center; gap: 0.4rem; }
.nav a {
  display: inline-block;
  padding: 0.6rem 1rem;
  font-family: var(--ff-body);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.005em;
  color: var(--royal-plum);
  position: relative;
}
.nav a:not(.btn):hover { color: var(--rani-pink); }
.nav a:not(.btn).is-current { color: var(--rani-pink); }
.nav a:not(.btn).is-current::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 1rem;
  right: 1rem;
  height: 1px;
  background: var(--heritage-gold);
}
.nav .btn { margin-left: 0.5rem; padding: 0.6rem 1.25rem; }

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--c-border-strong);
  border-radius: var(--radius);
  padding: 0.5rem 0.7rem;
  color: var(--rani-pink);
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: currentColor;
  margin: 4px 0;
}

@media (max-width: 880px) {
  .nav-toggle { display: inline-flex; flex-direction: column; }
  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    background: var(--ivory-silk);
    border-top: 1px solid var(--c-border);
    border-bottom: 1px solid var(--c-border);
    padding: 0.75rem var(--gutter) 1.25rem;
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--transition), transform var(--transition);
  }
  .nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav a { padding: 0.85rem 0.5rem; font-size: 1.0625rem; }
  .nav a:not(.btn).is-current::after { left: 0.5rem; right: auto; width: 18px; }
  .nav .btn { margin: 0.6rem 0 0; align-self: flex-start; }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.6rem;
  font-family: var(--ff-body);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--radius);
  border: 1px solid var(--rani-pink);
  background: var(--rani-pink);
  color: var(--ivory-silk) !important;
  transition: background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition);
}
.btn:hover { background: var(--royal-plum); border-color: var(--royal-plum); transform: translateY(-1px); }
.btn--gold {
  background: var(--heritage-gold);
  border-color: var(--heritage-gold);
  color: var(--royal-plum) !important;
}
.btn--gold:hover { background: #cf9c3d; border-color: #cf9c3d; color: var(--royal-plum) !important; }
.btn--ghost {
  background: transparent;
  color: var(--rani-pink) !important;
  border-color: var(--c-border-strong);
}
.btn--ghost:hover { background: var(--rani-pink); color: var(--ivory-silk) !important; border-color: var(--rani-pink); }
.btn--ghost-light {
  background: transparent;
  color: var(--ivory-silk) !important;
  border-color: rgba(251, 240, 232, 0.5);
}
.btn--ghost-light:hover { background: var(--ivory-silk); color: var(--rani-pink) !important; border-color: var(--ivory-silk); }
.btn .arrow { transition: transform var(--transition); }
.btn:hover .arrow { transform: translateX(3px); }

/* ----- HERO ----- */
.hero {
  position: relative;
  min-height: clamp(540px, 80vh, 780px);
  display: flex;
  align-items: center;
  background-color: var(--royal-plum);
  background-image: url('/assets/img/hero.webp');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
              rgba(34, 8, 22, 0.78) 0%,
              rgba(34, 8, 22, 0.48) 30%,
              rgba(34, 8, 22, 0.30) 55%,
              rgba(34, 8, 22, 0.72) 100%),
    radial-gradient(ellipse at 50% 35%, rgba(34, 8, 22, 0.35) 0%, transparent 60%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  color: var(--ivory-silk);
  text-align: center;
  max-width: 760px;
  margin-inline: auto;
  padding-block: 4rem;
}
.hero h1 {
  color: var(--ivory-silk);
  font-size: clamp(2.6rem, 7vw, 5.25rem);
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0.4em;
  text-shadow: 0 2px 28px rgba(34, 8, 22, 0.7);
}
.hero .subtitle {
  font-family: var(--ff-body);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ivory-silk);
  margin-bottom: 1.5rem;
  text-shadow: 0 1px 16px rgba(34, 8, 22, 0.85);
}
.hero .lead {
  color: rgba(251, 240, 232, 0.95);
  font-style: normal;
  font-family: var(--ff-body);
  font-size: clamp(1.1rem, 1.4vw, 1.25rem);
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 2.25rem;
  max-width: 560px;
  margin-inline: auto;
}
.hero-cta { display: inline-flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }

@media (min-width: 880px) {
  .hero {
    background-image: url('/assets/img/hero.webp');
  }
}
@media (max-width: 880px) {
  .hero {
    background-image: url('/assets/img/hero-mobile.webp');
  }
}

/* Page header (interior pages) */
.page-header {
  background: var(--royal-plum);
  color: var(--ivory-silk);
  padding-block: clamp(4rem, 8vw, 6rem);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(226, 172, 74, 0.18), transparent 50%),
    radial-gradient(circle at 14% 86%, rgba(139, 32, 64, 0.5), transparent 55%);
}
.page-header h1 { color: var(--ivory-silk); font-style: italic; font-weight: 300; margin-bottom: 0.5rem; }
.page-header .lead {
  color: rgba(251, 240, 232, 0.92);
  font-family: var(--ff-display);
  font-style: italic;
  max-width: 600px;
  margin-inline: auto;
}
.page-header .eyebrow { color: var(--heritage-gold); }
.page-header .container { position: relative; z-index: 1; }

/* Breadcrumb */
.breadcrumb {
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
  color: rgba(251, 240, 232, 0.72);
}
.breadcrumb a { color: var(--heritage-gold); }
.breadcrumb a:hover { color: var(--ivory-silk); }
.breadcrumb .sep { margin: 0 0.5rem; opacity: 0.5; }

/* Decorative gold rule */
.gold-rule {
  width: 64px;
  height: 1px;
  background: var(--heritage-gold);
  margin: 1.5rem auto;
  display: block;
}
.gold-rule--left { margin-left: 0; margin-right: auto; }

/* Decorative ornament divider */
.arch-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
  color: var(--heritage-gold);
}
.arch-divider::before, .arch-divider::after {
  content: '';
  flex: 0 1 80px;
  height: 1px;
  background: var(--heritage-gold);
  opacity: 0.5;
}
.arch-divider .ornament {
  font-size: 1.2rem;
  letter-spacing: 0.4em;
}

/* ----- Three zones ----- */
.zones { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.5vw, 1.5rem); }
@media (max-width: 880px) { .zones { grid-template-columns: 1fr; } }

.zone {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--royal-plum);
}
.zone img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}
.zone:hover img { transform: scale(1.04); }
.zone::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(90, 20, 40, 0.85) 100%);
}
.zone-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.75rem;
  z-index: 1;
  color: var(--ivory-silk);
}
.zone-body h3 {
  color: var(--ivory-silk);
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0.4rem;
}
.zone-body p {
  font-size: 0.95rem;
  margin: 0;
  color: rgba(251, 240, 232, 0.85);
}

/* ----- Packages ----- */
.packages { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.75rem); }
@media (max-width: 880px) { .packages { grid-template-columns: 1fr; } }

.package {
  background: var(--c-marble);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: clamp(1.75rem, 2.5vw, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.package:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--heritage-gold); }
.package--featured {
  background: var(--rani-pink);
  color: var(--ivory-silk);
  border-color: var(--rani-pink);
}
.package--featured h3 { color: var(--ivory-silk); }
.package--featured .package-name { color: var(--heritage-gold); }
.package--featured .package-tagline { color: rgba(251, 240, 232, 0.85); }
.package--featured .package-duration { color: var(--heritage-gold); }
.package--featured .package-includes li { color: rgba(251, 240, 232, 0.92); }
.package--featured .tick { background: var(--heritage-gold); color: var(--rani-pink); }
.package--featured .package-foot { color: rgba(251, 240, 232, 0.78); border-top-color: rgba(251, 240, 232, 0.18); }
.package--featured .featured-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--heritage-gold);
  color: var(--rani-pink);
  font-family: var(--ff-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 99px;
}
.package-name {
  font-family: var(--ff-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--rani-pink);
  margin-bottom: 0.4rem;
}
.package h3 {
  font-family: var(--ff-display);
  font-style: italic;
  margin-bottom: 0.25rem;
}
.package-tagline {
  font-family: var(--ff-display);
  font-size: 1rem;
  font-style: italic;
  color: var(--c-text-muted);
  margin-bottom: 1.25rem;
}
.package-duration {
  font-family: var(--ff-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rani-pink);
  opacity: 0.78;
  margin-bottom: 1rem;
}
.package-includes {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.package-includes li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 0.7rem;
  align-items: start;
  font-size: 0.95rem;
  line-height: 1.5;
}
.tick {
  width: 14px;
  height: 14px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--heritage-gold);
  color: var(--royal-plum);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
}
.package-foot {
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid var(--c-border);
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--c-text-muted);
}

/* Two-col split */
.split {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.split--reverse > div:first-child { order: 2; }
@media (max-width: 880px) {
  .split { grid-template-columns: 1fr; }
  .split--reverse > div:first-child { order: 0; }
}

.split-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--royal-plum);
}
.split-image img { width: 100%; height: 100%; object-fit: cover; }

/* Constrain prose width inside split text columns for readability */
.split > div:not(.split-image) p { max-width: 50ch; }

/* ----- Gallery ----- */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.5rem, 1.4vw, 1rem);
}
@media (max-width: 880px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .gallery { grid-template-columns: 1fr; } }
.gallery-item {
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--ivory-silk);
  position: relative;
  display: block;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item--wide { aspect-ratio: 1/1; grid-column: span 2; }
@media (max-width: 480px) { .gallery-item--wide { grid-column: auto; aspect-ratio: 3/4; } }

/* Insta CTA strip */
.insta-strip {
  text-align: center;
  margin-top: 3rem;
  padding: 2.5rem;
  background: var(--c-marble);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  max-width: 720px;
  margin-inline: auto;
}
.insta-strip h3 { font-style: italic; }
.insta-strip p { color: var(--c-text-muted); max-width: 440px; margin: 0 auto 1.5rem; }
.social-row { display: inline-flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; margin-top: 0.5rem; }

/* ----- Enquiry form ----- */
.enquiry-form {
  display: grid;
  gap: 1rem;
  background: var(--c-marble);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: clamp(1.75rem, 3vw, 2.5rem);
}
.form-row { display: grid; gap: 0.4rem; }
.form-row--2 { grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 600px) { .form-row--2 { grid-template-columns: 1fr; } }
.form-row label {
  font-family: var(--ff-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rani-pink);
}
.form-row input,
.form-row select,
.form-row textarea {
  font-family: var(--ff-body);
  font-size: 1rem;
  padding: 0.75rem 0.95rem;
  border: 1px solid var(--c-border-strong);
  border-radius: var(--radius);
  background: var(--c-marble);
  color: var(--royal-plum);
  transition: border-color var(--transition);
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--rani-pink);
}
.form-row textarea { resize: vertical; min-height: 120px; }
.form-row .help {
  font-size: 0.85rem;
  color: var(--c-text-muted);
  margin: 0.2rem 0 0;
}
.form-submit { justify-self: start; margin-top: 0.5rem; }

/* ----- Practical info table ----- */
.facts {
  background: var(--c-marble);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.facts dl { margin: 0; }
.facts .row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 1.5rem;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--c-border);
  align-items: baseline;
}
.facts .row:last-child { border-bottom: none; }
.facts dt {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rani-pink);
  margin: 0;
}
.facts dd { margin: 0; color: var(--royal-plum); }
@media (max-width: 600px) {
  .facts .row { grid-template-columns: 1fr; gap: 0.3rem; }
}

/* ----- CTA banner ----- */
.cta-banner {
  background: var(--rani-pink);
  color: var(--ivory-silk);
  padding-block: clamp(3.5rem, 6vw, 5rem);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(226, 172, 74, 0.20), transparent 60%);
}
.cta-banner h2 { color: var(--ivory-silk); font-style: italic; margin-bottom: 0.6rem; }
.cta-banner p { color: rgba(251, 240, 232, 0.88); max-width: 520px; margin-inline: auto; margin-bottom: 1.75rem; }
.cta-banner .container { position: relative; z-index: 1; max-width: var(--container-narrow); }
.cta-banner .actions { display: inline-flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }

/* ----- Footer ----- */
.site-footer {
  background: var(--royal-plum);
  color: rgba(251, 240, 232, 0.78);
  padding-block: clamp(3rem, 6vw, 4rem) 1.5rem;
  font-size: 0.95rem;
  border-top: 2px solid var(--heritage-gold);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: clamp(1.5rem, 3vw, 3rem);
  margin-bottom: 2rem;
}
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h4 {
  color: var(--heritage-gold);
  font-family: var(--ff-body);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 500;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 0.55rem; }
.site-footer a { color: rgba(251, 240, 232, 0.78); }
.site-footer a:hover { color: var(--heritage-gold); }
.footer-brand .name {
  font-family: var(--ff-display);
  font-size: 1.4rem;
  color: var(--ivory-silk);
  margin-bottom: 0.25rem;
}
.footer-brand .tag {
  font-family: var(--ff-body);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--heritage-gold);
  margin-bottom: 1rem;
}
.footer-brand p { color: rgba(251, 240, 232, 0.65); font-size: 0.9rem; line-height: 1.55; max-width: 280px; margin: 0; }
.footer-bottom {
  border-top: 1px solid rgba(251, 240, 232, 0.15);
  padding-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  font-size: 0.82rem;
  color: rgba(251, 240, 232, 0.55);
}

/* Focus */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 2px solid var(--heritage-gold);
  outline-offset: 2px;
}

/* Reveal */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(14px); animation: reveal 0.85s 0.1s ease-out forwards; }
  .reveal-2 { animation-delay: 0.22s; }
  .reveal-3 { animation-delay: 0.36s; }
  @keyframes reveal { to { opacity: 1; transform: none; } }
}

/* Print */
@media print {
  .site-header, .site-footer, .cta-banner, .nav-toggle { display: none; }
  body { color: #000; background: #fff; }
}
