/* ============================================================
   Vivaah Weddings — design system (editorial-cinematic)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400&family=Italiana&family=Inter:wght@300;400;500;600&family=Pinyon+Script&family=Noto+Naskh+Arabic:wght@400;500;600&display=swap');

:root {
  /* Palette — warm ivory + ink + restrained metallic */
  --paper:   #FBF8F4;       /* page bg */
  --paper-2: #F6F1EA;       /* soft alt section */
  --blush:   #F3E7E4;       /* romantic block */
  --line:    #E7DDD2;       /* hairlines */
  --line-2:  #D9CCBC;
  --ink:     #1A1715;       /* primary text */
  --ink-2:   #4E443D;       /* secondary text */
  --muted:   #8A7D72;       /* meta / captions */
  --noir:    #0E0C0B;       /* cinematic overlays */

  --accent:  #B08D57;       /* gold default — overridable via Tweaks */
  --accent-ink: #8A6B3E;
  --rose:    #8C4B57;

  --focus:   #B08D57;

  /* Type */
  --display: 'Cormorant Garamond', 'Playfair Display', serif;
  --body:    'Inter', system-ui, -apple-system, sans-serif;
  --script:  'Pinyon Script', cursive;
  --arabic:  'Noto Naskh Arabic', serif;

  /* Density — overridable */
  --section-y: clamp(72px, 9vw, 144px);
  --gutter:    clamp(20px, 3vw, 40px);

  /* Easing */
  --ease-out: cubic-bezier(.16,.84,.3,1);
}

[data-density="airy"] {
  --section-y: clamp(96px, 11vw, 184px);
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.55;
}

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

a { color: inherit; text-decoration: none; }

::selection { background: var(--accent); color: var(--paper); }

/* RTL */
[dir="rtl"] body { font-family: var(--arabic), var(--body); }
[dir="rtl"] .ltr-only { display: none !important; }

/* ============================================================
   Layout
   ============================================================ */

.page    { min-height: 100vh; padding-bottom: 0; }
.section { padding: var(--section-y) 0; }
.container {
  width: min(1280px, 100% - var(--gutter) * 2);
  margin: 0 auto;
}
.container-wide { width: min(1480px, 100% - var(--gutter) * 2); margin: 0 auto; }
.container-narrow { width: min(820px, 100% - var(--gutter) * 2); margin: 0 auto; }

/* ============================================================
   Type
   ============================================================ */

.eyebrow {
  font-family: var(--body);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-ink);
  font-weight: 500;
}
.eyebrow .dot {
  display: inline-block;
  width: 4px; height: 4px;
  background: var(--accent);
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 10px 3px;
}

h1, .h1 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(44px, 6.2vw, 84px);
  line-height: 1.04;
  letter-spacing: -0.01em;
  margin: 0;
  text-wrap: balance;
}

h2, .h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(36px, 4.4vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.005em;
  margin: 0;
  text-wrap: balance;
}

h3, .h3 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.2;
  margin: 0;
}

h4, .h4 {
  font-family: var(--body);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
}

.lede {
  font-family: var(--display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.45;
  color: var(--ink-2);
  text-wrap: pretty;
}

.body-l { font-size: 18px; line-height: 1.6; color: var(--ink-2); }
.body   { font-size: 16px; line-height: 1.6; color: var(--ink-2); }
.body-s { font-size: 14px; line-height: 1.55; color: var(--muted); }
.meta   { font-family: var(--body); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }

.script { font-family: var(--script); font-weight: 400; font-style: normal; }

/* ============================================================
   Wordmark
   ============================================================ */

.wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  color: currentColor;
  user-select: none;
}
.wordmark .mark {
  font-family: var(--display);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.wordmark .mark-script {
  font-family: var(--script);
  font-size: 38px;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1;
  transform: translateY(2px);
}
.wordmark .sub {
  font-family: var(--body);
  font-size: 9px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--muted);
  margin-left: 6px;
  padding-left: 10px;
  border-left: 1px solid var(--line-2);
  align-self: center;
}
.on-dark .wordmark .sub { color: rgba(255,255,255,0.55); border-left-color: rgba(255,255,255,0.25); }

/* ============================================================
   Buttons
   ============================================================ */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 16px 26px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition: background .25s var(--ease-out), color .25s var(--ease-out), border-color .25s var(--ease-out);
  white-space: nowrap;
  text-decoration: none;
}

.btn-primary {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.btn-primary:hover { background: var(--accent); border-color: var(--accent); color: var(--paper); }

.btn-accent {
  background: var(--accent);
  color: var(--paper);
  border-color: var(--accent);
}
.btn-accent:hover { background: var(--accent-ink); border-color: var(--accent-ink); }

.btn-ghost {
  background: transparent;
  color: currentColor;
  border-color: currentColor;
  opacity: .85;
}
.btn-ghost:hover { background: currentColor; color: var(--paper); opacity: 1; }
.on-dark .btn-ghost:hover { color: var(--ink); }

.btn-link {
  padding: 0;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--accent-ink);
  border: 0;
  border-bottom: 1px solid var(--accent);
  padding-bottom: 4px;
}
.btn-link:hover { color: var(--ink); border-bottom-color: var(--ink); }

.btn .arr { display: inline-block; transition: transform .3s var(--ease-out); }
.btn:hover .arr { transform: translateX(4px); }

/* ============================================================
   Navbar
   ============================================================ */

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px var(--gutter);
  background: rgba(251, 248, 244, 0.92);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease-out), background .3s var(--ease-out);
}
.nav.scrolled { border-bottom-color: var(--line); }
.nav.on-noir {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  color: var(--paper);
  border-bottom-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.nav.on-noir.scrolled {
  background: rgba(14,12,11,0.86);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  backdrop-filter: blur(14px) saturate(1.2);
  border-bottom-color: rgba(255,255,255,0.08);
}

.nav-links {
  display: flex; align-items: center; gap: 28px;
  font-family: var(--body); font-size: 13px; font-weight: 400;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.nav-links a {
  color: inherit;
  position: relative;
  padding: 6px 0;
  opacity: .85;
  transition: opacity .2s var(--ease-out);
}
.nav.on-noir .nav-links a,
.nav.on-noir .wordmark,
.nav.on-noir .lang {
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}
.nav-links a:hover, .nav-links a.active { opacity: 1; }
.nav-links a.active::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: var(--accent);
}
.nav-right { display: flex; align-items: center; gap: 18px; }
.lang {
  font-family: var(--body); font-size: 11px; letter-spacing: 0.2em;
  text-transform: uppercase; color: inherit; opacity: .7;
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid currentColor; border-radius: 999px;
  padding: 6px 12px; cursor: pointer; background: transparent;
}
.lang:hover { opacity: 1; }
.lang .sep { opacity: .4; }
.lang .on { color: var(--accent); opacity: 1; font-weight: 500; }

/* responsive nav — tighten before collapsing */
.nav-burger { display: none; }
@media (max-width: 1180px) {
  .nav-links { gap: 22px; font-size: 12px; }
  .nav-right { gap: 12px; }
}
@media (max-width: 1040px) {
  .nav-links a[data-secondary] { display: none; }
}
@media (max-width: 860px) {
  .nav-links, .nav-right .lang { display: none; }
  .nav-right .btn-primary { display: inline-flex; padding: 12px 18px; font-size: 11px; }
  .nav-burger { display: inline-flex; }
}

/* ============================================================
   Hero (cinematic)
   ============================================================ */

.hero {
  position: relative;
  min-height: min(92vh, 880px);
  background: var(--noir);
  color: var(--paper);
  overflow: hidden;
  isolation: isolate;
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
  filter: saturate(.9) contrast(1.05);
  animation: heroFloat 32s ease-in-out infinite alternate;
}
@keyframes heroFloat {
  from { transform: scale(1.04) translateY(0); }
  to   { transform: scale(1.08) translateY(-2%); }
}
.hero-vignette {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(14,12,11,0.85) 0%, rgba(14,12,11,0.35) 22%, rgba(14,12,11,0.55) 60%, rgba(14,12,11,0.96) 100%),
    radial-gradient(110% 75% at 30% 70%, rgba(14,12,11,0.55) 0%, transparent 60%),
    radial-gradient(120% 80% at 50% 40%, transparent 35%, rgba(14,12,11,0.55) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: inherit;
  padding: clamp(110px, 12vh, 160px) var(--gutter) clamp(56px, 7vw, 96px);
}
.hero-eyebrow {
  font-family: var(--body);
  font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
  color: rgba(255,255,255,0.78);
}
.hero-eyebrow .dot { background: var(--accent); }
.hero h1 {
  font-weight: 300;
  margin-top: 24px;
  max-width: 18ch;
  text-shadow: 0 2px 24px rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.35);
}
.hero h1 em { font-style: italic; font-weight: 400; color: #fff; }
.hero .lede { color: rgba(255,255,255,0.92); margin-top: 18px; max-width: 50ch; text-shadow: 0 1px 18px rgba(0,0,0,0.6); }
.hero-eyebrow { text-shadow: 0 1px 12px rgba(0,0,0,0.5); }
.hero-cta { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero-meta {
  position: absolute; left: var(--gutter); bottom: 24px; z-index: 2;
  font-family: var(--body); font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.hero-scroll {
  position: absolute; right: var(--gutter); bottom: 24px; z-index: 2;
  font-family: var(--body); font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.hero-scroll::after {
  content: ''; width: 1px; height: 48px; background: linear-gradient(180deg, rgba(255,255,255,0.6), transparent);
}

/* Hero alternates */
.hero[data-treatment="editorial"] {
  background: var(--paper);
  color: var(--ink);
  min-height: min(86vh, 820px);
}
.hero[data-treatment="editorial"] .hero-vignette { display: none; }
.hero[data-treatment="editorial"] .hero-bg { opacity: 1; filter: none; }
.hero[data-treatment="editorial"] .hero-content { justify-content: center; }
.hero[data-treatment="editorial"] .hero-eyebrow { color: var(--accent-ink); }
.hero[data-treatment="editorial"] .lede { color: var(--ink-2); }
.hero[data-treatment="editorial"] h1 em { color: var(--ink); }
.hero[data-treatment="editorial"] .hero-meta,
.hero[data-treatment="editorial"] .hero-scroll { color: var(--muted); }
.hero[data-treatment="editorial"] .hero-scroll::after { background: linear-gradient(180deg, var(--line-2), transparent); }

.hero[data-treatment="blush"] {
  background: var(--blush);
  color: var(--ink);
}
.hero[data-treatment="blush"] .hero-vignette {
  background: linear-gradient(180deg, transparent 0%, rgba(243,231,228,0.4) 100%);
}
.hero[data-treatment="blush"] .hero-bg { opacity: .6; mix-blend-mode: multiply; }
.hero[data-treatment="blush"] .hero-eyebrow { color: var(--accent-ink); }
.hero[data-treatment="blush"] .lede { color: var(--ink-2); }

/* ============================================================
   On dark sections
   ============================================================ */
.on-noir { background: var(--noir); color: var(--paper); }
.on-noir .body, .on-noir .lede, .on-noir .body-l { color: rgba(255,255,255,0.78); }
.on-noir .meta, .on-noir .body-s { color: rgba(255,255,255,0.55); }
.on-noir .eyebrow { color: var(--accent); }
.on-noir .line { background: rgba(255,255,255,0.12); }

.on-blush { background: var(--blush); }
.on-paper2 { background: var(--paper-2); }

/* ============================================================
   Section headers
   ============================================================ */
.section-head {
  display: flex; flex-direction: column; gap: 14px;
  margin-bottom: clamp(40px, 5vw, 72px);
  max-width: 760px;
}
.section-head.center { margin-left: auto; margin-right: auto; align-items: center; text-align: center; }
.section-head.between { flex-direction: row; align-items: flex-end; justify-content: space-between; max-width: none; gap: 32px; flex-wrap: wrap; }
.section-head.between > .head-l { display: flex; flex-direction: column; gap: 14px; max-width: 640px; }
.section-head .rule {
  width: 48px; height: 1px; background: var(--accent);
  margin-top: 4px;
}

/* hairline */
.line { height: 1px; background: var(--line); width: 100%; }

/* ============================================================
   Real-wedding card
   ============================================================ */

.rw-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(20px, 2.2vw, 36px) clamp(20px, 2vw, 32px);
}
.rw-card { position: relative; }
.rw-card .frame {
  position: relative;
  overflow: hidden;
  background: var(--paper-2);
  aspect-ratio: 4 / 5;
}
.rw-card .frame.tall { aspect-ratio: 3 / 4; }
.rw-card .frame.wide { aspect-ratio: 5 / 4; }
.rw-card .frame img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.2s var(--ease-out), filter .8s var(--ease-out);
}
.rw-card:hover .frame img { transform: scale(1.04); filter: brightness(.95); }
.rw-card .frame::after {
  content:''; position:absolute; inset:0;
  background: linear-gradient(180deg, transparent 60%, rgba(14,12,11,0.45) 100%);
  pointer-events: none;
}
.rw-card .label {
  position: absolute; left: 16px; top: 16px;
  font-family: var(--body); font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--paper);
  background: rgba(14,12,11,0.55); backdrop-filter: blur(6px);
  padding: 6px 10px; border: 1px solid rgba(255,255,255,0.18);
  z-index: 2;
}
.rw-card .meta-row {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-top: 18px; gap: 16px;
}
.rw-card .title {
  font-family: var(--display); font-size: clamp(22px, 1.8vw, 26px);
  font-weight: 500; color: var(--ink); line-height: 1.15;
}
.rw-card .title em { font-style: italic; font-weight: 400; }
.rw-card .meta { white-space: nowrap; }
.rw-card .desc { color: var(--muted); font-size: 13px; margin-top: 4px; line-height: 1.5; }
.rw-card .credit {
  margin-top: 10px;
  font-family: var(--body); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted);
}

/* ============================================================
   Destination tile
   ============================================================ */

.dest-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--line);
}
@media (max-width: 900px) { .dest-strip { grid-template-columns: repeat(2, 1fr); } }

.dest-tile {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--noir);
  color: var(--paper);
  cursor: pointer;
}
.dest-tile .bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: saturate(.85) contrast(1.05) brightness(.78);
  transition: transform 1.2s var(--ease-out), filter .8s var(--ease-out);
}
.dest-tile:hover .bg { transform: scale(1.05); filter: saturate(1) contrast(1.05) brightness(.92); }
.dest-tile::after {
  content:''; position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(14,12,11,0.05) 0%, rgba(14,12,11,0.55) 100%);
}
.dest-tile .body-d {
  position: absolute; left: 24px; right: 24px; bottom: 22px; z-index: 2;
}
.dest-tile .country {
  font-family: var(--display); font-style: italic; font-weight: 400;
  font-size: clamp(26px, 2.2vw, 36px); line-height: 1; margin: 0;
}
.dest-tile .region {
  font-family: var(--body); font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  color: rgba(255,255,255,0.7); margin-top: 8px;
}
.dest-tile .num {
  position: absolute; left: 24px; top: 20px; z-index: 2;
  font-family: var(--display); font-style: italic;
  font-size: 14px; color: rgba(255,255,255,0.6);
}

/* ============================================================
   Services
   ============================================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
@media (max-width: 980px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
.svc {
  background: var(--paper);
  padding: clamp(28px, 2.6vw, 44px);
  display: flex; flex-direction: column; gap: 16px;
  min-height: 240px;
  transition: background .3s var(--ease-out);
}
.svc:hover { background: var(--paper-2); }
.svc .num {
  font-family: var(--display); font-style: italic; color: var(--accent);
  font-size: 20px;
}
.svc h3 { font-style: italic; font-weight: 500; }
.svc ul { list-style: none; padding: 0; margin: 0; }
.svc li { font-size: 13px; color: var(--ink-2); padding: 5px 0; border-bottom: 1px dashed var(--line); }
.svc li:last-child { border-bottom: 0; }

/* ============================================================
   Numbers strip
   ============================================================ */
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: rgba(255,255,255,0.08);
}
@media (max-width: 800px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stat { padding: clamp(24px, 2.4vw, 40px); background: var(--noir); }
.stat .n {
  font-family: var(--display); font-weight: 300;
  font-size: clamp(48px, 5vw, 72px); line-height: 1; letter-spacing: -0.02em;
  color: var(--paper);
}
.stat .n em { font-style: italic; color: var(--accent); }
.stat .l {
  font-family: var(--body); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.55); margin-top: 12px;
}
.stat .src {
  font-family: var(--body); font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.35); margin-top: 6px;
}

/* ============================================================
   Trust strip
   ============================================================ */
.trust {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
@media (max-width: 900px) { .trust { grid-template-columns: 1fr 1fr; } }
.trust-cell { padding: 28px var(--gutter); border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px; }
.trust-cell:last-child { border-right: 0; }
.trust .v {
  font-family: var(--display); font-style: italic; font-weight: 400; font-size: 24px; color: var(--ink);
}
.trust .l {
  font-family: var(--body); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted);
}

/* stars (svg-styled with css for inline rating) */
.stars { display: inline-flex; gap: 2px; color: var(--accent); }
.stars svg { width: 12px; height: 12px; }

/* ============================================================
   Forms
   ============================================================ */
.field { display: flex; flex-direction: column; gap: 8px; }
.field label {
  font-family: var(--body); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--muted);
}
.field label .req { color: var(--accent); }
.field input, .field select, .field textarea {
  font-family: var(--body); font-size: 15px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-2);
  padding: 10px 0;
  color: var(--ink);
  outline: none;
  width: 100%;
  border-radius: 0;
  transition: border-color .2s var(--ease-out);
}
.field input::placeholder, .field textarea::placeholder { color: var(--muted); opacity: .8; }
.field input:focus, .field select:focus, .field textarea:focus { border-bottom-color: var(--accent); }
.field textarea { resize: vertical; min-height: 90px; }

.chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--body); font-size: 12px; letter-spacing: 0.04em;
  padding: 10px 14px;
  border: 1px solid var(--line-2);
  background: transparent;
  color: var(--ink-2);
  cursor: pointer;
  transition: all .2s var(--ease-out);
  border-radius: 999px;
}
.chip:hover { border-color: var(--ink); color: var(--ink); }
.chip.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }

/* ============================================================
   FAB / sticky CTAs
   ============================================================ */
.wa-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  display: inline-flex; align-items: center; gap: 10px;
  background: #25D366; color: #0E0C0B;
  padding: 14px 20px 14px 14px;
  border-radius: 999px;
  font-family: var(--body); font-size: 12px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  box-shadow: 0 12px 36px rgba(14,12,11,0.18), 0 2px 8px rgba(14,12,11,0.08);
  transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out);
}
.wa-fab:hover { transform: translateY(-2px); box-shadow: 0 20px 48px rgba(14,12,11,0.22); }
.wa-fab .ic {
  width: 28px; height: 28px; border-radius: 50%;
  background: #fff;
  display: inline-flex; align-items: center; justify-content: center;
}

/* ============================================================
   Footer
   ============================================================ */
footer.foot {
  background: var(--noir); color: var(--paper);
  padding: clamp(72px, 8vw, 120px) 0 32px;
}
footer.foot .grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: clamp(28px, 3vw, 48px);
}
@media (max-width: 980px) { footer.foot .grid { grid-template-columns: 1fr 1fr; } }
footer.foot h5 {
  font-family: var(--body); font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(255,255,255,0.55); margin: 0 0 16px;
}
footer.foot ul { list-style: none; padding: 0; margin: 0; }
footer.foot li { font-size: 13px; padding: 4px 0; color: rgba(255,255,255,0.78); }
footer.foot li a:hover { color: var(--accent); }
footer.foot .lock {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 56px; padding-top: 24px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}

/* ============================================================
   Misc
   ============================================================ */
.placeholder-note {
  font-family: var(--body); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted);
  border-left: 1px solid var(--accent); padding-left: 10px;
}

.fade-in { animation: fadeUp .8s var(--ease-out) both; }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.fade-stagger > * { opacity: 0; animation: fadeUp .8s var(--ease-out) both; }
.fade-stagger > *:nth-child(1) { animation-delay: .05s; }
.fade-stagger > *:nth-child(2) { animation-delay: .15s; }
.fade-stagger > *:nth-child(3) { animation-delay: .25s; }
.fade-stagger > *:nth-child(4) { animation-delay: .35s; }
.fade-stagger > *:nth-child(5) { animation-delay: .45s; }
.fade-stagger > *:nth-child(6) { animation-delay: .55s; }
