/* ═══════════════════════════════════════════════════════════════════
   TAVERNA TAKE OVER — Athens 40th
   Mobile-first, RTL-native. Logical properties throughout so the whole
   layout mirrors itself without a single LTR override.
   ═══════════════════════════════════════════════════════════════════ */

/* ── 1. tokens ───────────────────────────────────────────────────── */
:root {
  /* palette */
  --aegean: #0D3B66;
  --aegean-deep: #072544;
  --turquoise: #00A6FB;
  --turquoise-soft: #6FD3FF;
  --gold: #D4AF37;
  --gold-lite: #F2D98B;
  --plaster: #FAFAFA;
  --olive: #6B7A4F;
  --bougain: #D6407F;
  --terracotta: #C9603F;

  --ink: #10233A;
  --ink-soft: #4B5D72;
  --line: #E2E6EC;

  /* type */
  --f-display: "Cinzel", "Frank Ruhl Libre", Georgia, serif;
  --f-heb: "Frank Ruhl Libre", "Heebo", Georgia, serif;
  --f-body: "Heebo", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* rhythm */
  --gut: clamp(1.15rem, 4.5vw, 2rem);
  --maxw: 62rem;
  --topbar-h: 56px;
  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;

  --sh-1: 0 2px 10px rgba(13, 59, 102, .07);
  --sh-2: 0 10px 30px -8px rgba(13, 59, 102, .18);
  --sh-3: 0 24px 60px -18px rgba(13, 59, 102, .35);

  /* motifs */
  --meander-gold: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20'%3E%3Cpath d='M0 18h24M3 18V4h15v10H8V9h5' fill='none' stroke='%23D4AF37' stroke-width='2'/%3E%3C/svg%3E");
  --meander-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20'%3E%3Cpath d='M0 18h24M3 18V4h15v10H8V9h5' fill='none' stroke='%23F2D98B' stroke-width='2'/%3E%3C/svg%3E");
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
}

/* ── 2. reset ────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

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

body {
  font-family: var(--f-body);
  font-weight: 400;
  font-size: clamp(1rem, .96rem + .25vw, 1.075rem);
  line-height: 1.75;
  color: var(--ink);
  background-color: var(--plaster);
  /* marble plaster: two soft light pools over a fine grain */
  background-image:
    radial-gradient(120% 55% at 100% -8%, rgba(0, 166, 251, .10), transparent 62%),
    radial-gradient(95% 45% at 0% 22%, rgba(212, 175, 55, .11), transparent 60%),
    var(--grain);
  background-attachment: fixed, fixed, scroll;
  overflow-x: hidden;
  padding-block-end: calc(72px + env(safe-area-inset-bottom));
}

/* several toggled elements below are display:grid/flex, which would
   otherwise beat the hidden attribute */
[hidden] { display: none !important; }

img, svg, canvas { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
ul, ol { list-style: none; padding: 0; }
a { color: inherit; }

.sprite { display: none; }

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden; clip-path: inset(50%);
  white-space: nowrap; border: 0;
}

.skip-link {
  position: fixed;
  inset-block-start: -100px;
  inset-inline-start: 50%;
  translate: -50% 0;
  z-index: 200;
  background: var(--aegean);
  color: #fff;
  padding: .7rem 1.4rem;
  border-radius: 0 0 var(--r-sm) var(--r-sm);
  text-decoration: none;
  font-weight: 700;
  transition: inset-block-start .2s;
}
.skip-link:focus { inset-block-start: 0; }

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--turquoise);
  outline-offset: 3px;
  border-radius: 4px;
}

/* Latin / numeric runs inside Hebrew text keep their own direction so
   dashes, colons and slashes never get reordered by the bidi algorithm */
[dir="ltr"] { unicode-bidi: isolate; }

/* ── 3. typography ───────────────────────────────────────────────── */
h1, h2, h3, h4 { font-family: var(--f-heb); font-weight: 700; line-height: 1.2; }

.kicker {
  font-family: var(--f-body);
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--turquoise);
  margin-block-end: .5rem;
}
.kicker::before {
  content: "";
  display: inline-block;
  width: 1.6rem; height: 2px;
  background: var(--gold);
  vertical-align: .28em;
  margin-inline-end: .55rem;
}

/* gold foil */
.foil {
  background: linear-gradient(100deg, #A67C1A 0%, var(--gold) 22%, #FFF3C4 42%, var(--gold) 62%, #8E6A14 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ── 4. motifs ───────────────────────────────────────────────────── */
.meander {
  height: 20px;
  background-image: var(--meander-gold);
  background-repeat: repeat-x;
  background-position: center;
  opacity: .7;
}
.meander--light { background-image: var(--meander-light); opacity: .85; }

/* checkered tablecloth band */
.card__cloth, .formwrap__cloth {
  --cloth: rgba(0, 166, 251, .30);
  height: 12px;
  background-color: #fff;
  background-image:
    repeating-linear-gradient(90deg, var(--cloth) 0 10px, transparent 10px 20px),
    repeating-linear-gradient(0deg, var(--cloth) 0 10px, transparent 10px 20px);
}
.card__cloth--gold { --cloth: rgba(212, 175, 55, .38); }
.card__cloth--olive { --cloth: rgba(107, 122, 79, .32); }

.deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.deco--flower1 {
  width: 150px; height: 150px;
  color: var(--bougain);
  inset-block-start: -18px; inset-inline-start: -34px;
  opacity: .5; rotate: -18deg;
}
.deco--flower2 {
  width: 110px; height: 110px;
  color: var(--bougain);
  inset-block-end: 34px; inset-inline-end: -26px;
  opacity: .4; rotate: 24deg;
}
.deco--ouzo {
  /* only shown where there is room beside the hero copy — on phones it
     would sit right behind the ghost CTA */
  display: none;
  width: 58px; height: 116px;
  color: var(--gold-lite);
  inset-block-end: 52px; inset-inline-end: 7%;
  opacity: .28;
}
/* polaroid portraits now fill that side, so the ouzo stays tucked away */
.deco--plate {
  width: 190px; height: 190px;
  color: var(--gold);
  inset-block-start: -40px; inset-inline-end: -60px;
  opacity: .16;
}

/* ── 5. buttons ──────────────────────────────────────────────────── */
.btn {
  --btn-bg: var(--gold);
  --btn-fg: #22180A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 48px;
  padding: .7rem 1.6rem;
  border: 2px solid transparent;
  border-radius: 999px;
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 1.02rem;
  text-decoration: none;
  text-align: center;
  box-shadow: var(--sh-2);
  transition: translate .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.btn:hover { translate: 0 -2px; box-shadow: var(--sh-3); }
.btn:active { translate: 0 0; }

.btn--gold {
  background: linear-gradient(135deg, var(--gold-lite), var(--gold) 55%, #B98F22);
}
.btn--ghost {
  background: transparent;
  border-color: currentColor;
  color: inherit;
  box-shadow: none;
}
.btn--ghost:hover { background: rgba(255, 255, 255, .12); box-shadow: none; }
.btn--mini {
  min-height: 40px;
  padding: .35rem 1.1rem;
  font-size: .92rem;
  background: var(--aegean);
  color: #fff;
  box-shadow: none;
}
.btn--call {
  background: var(--aegean);
  color: #fff;
  margin-block-start: .5rem;
}
.btn--call svg { width: 20px; height: 20px; }

.btn--submit {
  width: 100%;
  min-height: 58px;
  font-size: 1.15rem;
  margin-block-start: .5rem;
  background: linear-gradient(135deg, var(--gold-lite), var(--gold) 50%, #B98F22);
  letter-spacing: .01em;
}
.btn[disabled], .btn[aria-disabled="true"] {
  opacity: .55;
  cursor: not-allowed;
  translate: 0 0;
  box-shadow: none;
}

.linkbtn {
  background: none;
  border: 0;
  padding: 0;
  color: var(--turquoise);
  font-weight: 700;
  font-size: .92rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ── 6. setup banner ─────────────────────────────────────────────── */
.setup {
  position: relative;
  z-index: 120;
  background: repeating-linear-gradient(135deg, #2A1F05 0 12px, #1E1704 12px 24px);
  color: var(--gold-lite);
  font-size: .86rem;
  line-height: 1.5;
}
.setup__in {
  max-width: var(--maxw);
  margin-inline: auto;
  /* extra room on the end edge, where the dismiss button sits */
  padding-block: .6rem;
  padding-inline: var(--gut) calc(var(--gut) + 1.8rem);
  position: relative;
}
.setup strong { color: #fff; margin-inline-end: .4rem; }
.setup code { color: #fff; font-size: .95em; }
.setup__x {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: var(--gut);
  translate: 0 -50%;
  background: none; border: 0;
  color: inherit;
  font-size: 1rem;
  padding: .35rem .5rem;
}

/* ── 7. top bar ──────────────────────────────────────────────────── */
.topbar {
  position: sticky;
  inset-block-start: 0;
  z-index: 90;
  background: rgba(7, 37, 68, .92);
  backdrop-filter: blur(12px);
  border-block-end: 1px solid rgba(212, 175, 55, .3);
  color: #fff;
}
.topbar__in {
  max-width: var(--maxw);
  margin-inline: auto;
  min-height: var(--topbar-h);
  padding-inline: var(--gut);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.brand { display: flex; align-items: center; gap: .5rem; text-decoration: none; flex: none; }
.brand__flag { font-size: 1.25rem; }
.brand__txt { display: flex; flex-direction: column; line-height: 1.05; }
.brand__txt b {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .13em;
  color: var(--gold-lite);
}
.brand__txt i {
  font-style: normal;
  font-size: .68rem;
  letter-spacing: .04em;
  color: rgba(255, 255, 255, .68);
}

.nav {
  display: flex;
  gap: .35rem;
  overflow-x: auto;
  scrollbar-width: none;
  margin-inline-start: auto;
  /* let the floating player breathe on the opposite corner */
  margin-inline-end: 0;
}
.nav::-webkit-scrollbar { display: none; }
.nav a {
  flex: none;
  padding: .4rem .6rem;
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 500;
  text-decoration: none;
  color: rgba(255, 255, 255, .82);
  white-space: nowrap;
  transition: background-color .15s, color .15s;
}
.nav a:hover { color: #fff; background: rgba(255, 255, 255, .1); }
.nav a.is-active { color: #22180A; background: var(--gold-lite); font-weight: 700; }

/* five short links still need to fit a 360px phone */
@media (max-width: 26rem) {
  .nav { gap: .05rem; }
  .nav a { padding: .32rem .38rem; font-size: .74rem; }
}

/* ── 8. music player ─────────────────────────────────────────────── */
.player {
  position: fixed;
  z-index: 95;
  /* --bar-bottom is kept in sync with the real bottom edge of the sticky
     top bar, which moves while the setup banner is on screen */
  inset-block-start: calc(var(--bar-bottom, var(--topbar-h)) + 12px);
  inset-inline-end: clamp(.6rem, 3vw, 1.5rem);
  display: flex;
  align-items: center;
  gap: .5rem;
  padding-block: .4rem;
  padding-inline: .4rem .7rem;
  border-radius: 999px;
  background: rgba(250, 250, 250, .9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, .55);
  box-shadow: var(--sh-2);
  transition: opacity .25s;
}
.player.is-off { opacity: .5; }

.player__btn {
  flex: none;
  width: 42px; height: 42px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-lite), var(--gold));
  display: grid;
  place-items: center;
  box-shadow: 0 2px 8px rgba(212, 175, 55, .5);
}
.player__ico {
  width: 0; height: 0;
  /* physical borders on purpose: a play glyph points right in every
     locale, RTL included, so this one must not mirror */
  border-block: 8px solid transparent;
  border-left: 13px solid #22180A;
  margin-left: 3px;
}
.player__btn[aria-pressed="true"] .player__ico {
  width: 13px; height: 15px;
  border: 0;
  margin: 0;
  background:
    linear-gradient(#22180A 0 0) 0 0 / 4px 100% no-repeat,
    linear-gradient(#22180A 0 0) 100% 0 / 4px 100% no-repeat;
}

/* invite a tap while paused (autoplay is blocked by every browser) */
@media (prefers-reduced-motion: no-preference) {
  .player__btn[aria-pressed="false"]::after {
    content: "";
    position: absolute;
    width: 42px; height: 42px;
    border-radius: 50%;
    border: 2px solid var(--gold);
    animation: pulse 2.4s ease-out infinite;
  }
}
@keyframes pulse {
  0% { scale: 1; opacity: .7; }
  70%, 100% { scale: 1.75; opacity: 0; }
}
/* nothing to invite a tap towards if there is no track */
.player__btn:disabled::after { display: none; }
.player__btn { position: relative; }

.player__mid { display: flex; flex-direction: column; line-height: 1.15; min-width: 0; }
.player__label { font-size: .74rem; font-weight: 700; white-space: nowrap; }
.player__sub {
  font-family: var(--f-display);
  font-size: .62rem;
  letter-spacing: .14em;
  color: var(--olive);
  white-space: nowrap;
}

.player__vol { display: flex; align-items: center; }
.player__vol input[type="range"] {
  width: clamp(52px, 14vw, 84px);
  accent-color: var(--gold);
  background: transparent;
}

/* the label is the whole charm of this thing, so it only goes away on
   genuinely tiny screens */
@media (max-width: 22.5rem) {
  .player__mid { display: none; }
}

/* ── 9. hero ─────────────────────────────────────────────────────── */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  text-align: center;
  /* the lower bound leaves room for the floating player, which overlaps
     this area on narrow screens */
  padding-block: clamp(4.75rem, 11vw, 6rem) 0;
  padding-inline: var(--gut);
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(85% 60% at 50% 0%, rgba(0, 166, 251, .55), transparent 70%),
    linear-gradient(170deg, var(--aegean) 0%, var(--aegean-deep) 58%, #04182E 100%);
}
.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--grain);
  opacity: .5;
  mix-blend-mode: overlay;
}
.hero__in {
  position: relative;
  z-index: 2;
  max-width: 46rem;
  margin-inline: auto;
  padding-block-end: clamp(2.5rem, 8vw, 4rem);
}

.hero__eyebrow {
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .1em;
  color: var(--turquoise-soft);
  margin-block-end: 1.1rem;
}

/* polaroids pinned onto cards — out of flow, like an inspiration board */
.snap {
  position: absolute;
  z-index: 6;
  width: 4.35rem;
  margin: 0;
  padding: 4px 4px 11px;
  background: #F7F4EA;
  border-radius: 2px;
  box-shadow:
    0 0 0 1px rgba(212, 175, 55, .45),
    0 10px 22px -8px rgba(0, 0, 0, .45);
  pointer-events: none;
}
.snap img {
  display: block;
  width: 100%;
  height: 5.15rem;
  object-fit: cover;
  background: var(--aegean-deep);
}
.snap__clip {
  position: absolute;
  z-index: 2;
  width: 1.15rem;
  height: 1.5rem;
  inset-block-start: -0.7rem;
  inset-inline-start: 50%;
  translate: -50% 0;
  color: var(--gold);
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .35));
}
.letter:has(> .snap),
.how:has(> .snap),
.formwrap:has(> .snap),
.card:has(> .snap) {
  overflow: visible;
  z-index: 2;
}

.snap--alley img { object-position: 50% 16%; }
.snap--suit img { object-position: 68% 18%; }
.snap--teal img { object-position: 50% 12%; }
.snap--shot img { object-position: 48% 38%; }
.snap--dance img { object-position: 52% 42%; }
.snap--couple img { object-position: 48% 40%; }
.snap--woods img { object-position: 55% 28%; }

.snap--alley {
  inset-block-start: 3.4rem;
  inset-inline-start: .05rem;
  rotate: -12deg;
}
.snap--suit {
  inset-block-end: 1.6rem;
  inset-inline-end: .1rem;
  rotate: 10deg;
}
.snap--teal {
  inset-block-start: -.75rem;
  inset-inline-end: .7rem;
  rotate: 8deg;
}
.snap--shot {
  inset-block-start: -.7rem;
  inset-inline-end: .85rem;
  rotate: -7deg;
}
.snap--dance {
  inset-block-end: -.85rem;
  inset-inline-end: 1.1rem;
  rotate: 6deg;
}
.snap--woods {
  inset-block-start: -.7rem;
  inset-inline-end: .85rem;
  rotate: -9deg;
}
.snap--couple {
  inset-block-start: -.8rem;
  inset-inline-start: 18%;
  rotate: 7deg;
}

@media (min-width: 28rem) {
  .snap { width: 4.85rem; }
  .snap img { height: 5.75rem; }
}
@media (min-width: 54rem) {
  .snap { width: 5.7rem; padding: 5px 5px 13px; }
  .snap img { height: 6.8rem; }
  .snap--alley {
    inset-block-start: 22%;
    inset-inline-start: max(.4rem, calc(50% - 23rem));
    rotate: -11deg;
  }
  .snap--suit {
    inset-block-end: 14%;
    inset-inline-end: max(.4rem, calc(50% - 22rem));
    rotate: 9deg;
  }
  .snap--teal {
    inset-block-start: 2.4rem;
    inset-inline-end: -1.15rem;
  }
  .snap--shot {
    inset-block-start: 1.1rem;
    inset-inline-end: -1.25rem;
  }
  .snap--dance {
    inset-block-end: 1.4rem;
    inset-inline-end: -1.1rem;
  }
  .snap--woods { inset-inline-end: -1.1rem; }
  .snap--couple {
    inset-inline-start: auto;
    inset-inline-end: 12%;
  }
}
@media (min-width: 72rem) {
  .snap { width: 6.2rem; }
  .snap img { height: 7.4rem; }
  .snap--alley { inset-inline-start: max(1rem, calc(50% - 28rem)); }
  .snap--suit { inset-inline-end: max(1rem, calc(50% - 27rem)); }
}

.hero__title { display: grid; gap: .1rem; margin-block-end: 1.2rem; }
.hero__t1, .hero__t2 {
  font-family: var(--f-display);
  font-weight: 900;
  line-height: .95;
  letter-spacing: .04em;
  font-size: clamp(2.6rem, 15vw, 6rem);
  background: linear-gradient(100deg, #A67C1A 0%, var(--gold) 20%, #FFF6D2 45%, var(--gold) 68%, #8E6A14 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, .45));
}
.hero__t2 { font-size: clamp(2rem, 11.5vw, 4.6rem); }
.hero__t3 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(.68rem, 2.8vw, 1.05rem);
  letter-spacing: .14em;
  color: rgba(255, 255, 255, .85);
  margin-block-start: .9rem;
}
.hero__t3 sup { font-size: .6em; }

.hero__sub {
  font-family: var(--f-heb);
  font-weight: 500;
  font-size: clamp(1.15rem, 5vw, 1.75rem);
  line-height: 1.4;
  color: #fff;
  margin-block-end: 1.6rem;
}

.badge-dates {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: .4rem;
  width: max-content;
  max-width: 100%;
  padding: .7rem 1.65rem .65rem;
  border: 1px solid rgba(242, 217, 139, .55);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(212, 175, 55, .22), rgba(7, 37, 68, .28));
  box-shadow:
    inset 0 0 0 3px rgba(13, 59, 102, .28),
    0 10px 24px -14px rgba(0, 0, 0, .45);
  backdrop-filter: blur(4px);
  margin-block-end: 2rem;
}
.badge-dates::before,
.badge-dates::after {
  content: "";
  width: min(9.5rem, 72%);
  height: 8px;
  background-image: var(--meander-light);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 24px 10px;
  opacity: .75;
}
.badge-dates__when {
  font-family: var(--f-heb);
  font-weight: 700;
  font-size: clamp(1.2rem, 4.4vw, 1.55rem);
  letter-spacing: 0;
  line-height: 1.2;
  color: var(--gold-lite);
  white-space: nowrap;
}
.badge-dates__when b {
  font-weight: 700;
}
.badge-dates__early {
  font-style: normal;
  font-family: var(--f-body);
  font-size: .78rem;
  font-weight: 400;
  line-height: 1.35;
  color: rgba(255, 255, 255, .78);
  white-space: nowrap;
}
@media (max-width: 22rem) {
  .badge-dates__early { white-space: normal; text-wrap: balance; }
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  justify-content: center;
}
.hero__cta .btn { flex: 1 1 13rem; max-width: 20rem; }
.hero .meander { position: relative; z-index: 2; }

/* ── 10. countdown ───────────────────────────────────────────────── */
.count {
  background: var(--aegean-deep);
  color: #fff;
  text-align: center;
  padding: clamp(1.8rem, 6vw, 2.6rem) var(--gut);
  scroll-margin-block-start: var(--topbar-h);
}
.count__h {
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--gold-lite);
  letter-spacing: .04em;
  margin-block-end: 1rem;
}
.count__grid {
  display: grid;
  direction: ltr;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .5rem;
  max-width: 30rem;
  margin-inline: auto;
}
.count__grid li {
  padding: .6rem .2rem;
  border-radius: var(--r-sm);
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(212, 175, 55, .28);
}
.count__grid b {
  display: block;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(1.5rem, 7vw, 2.3rem);
  line-height: 1.1;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.count__grid span {
  font-size: .7rem;
  letter-spacing: .05em;
  color: rgba(255, 255, 255, .65);
}
.count__note {
  margin-block-start: 1rem;
  font-size: .85rem;
  color: rgba(255, 255, 255, .7);
}
.count.is-live .count__grid { display: none; }
.count.is-live .count__h { font-size: clamp(1.3rem, 6vw, 2rem); font-family: var(--f-heb); font-weight: 700; }

/* ── 10b. letter from the birthday boy ───────────────────────────── */
.sec--letter {
  max-width: 42rem;
  padding-block-start: clamp(2.2rem, 7vw, 3.4rem);
}
.letter {
  position: relative;
  background:
    linear-gradient(165deg, #FFFDF6 0%, #FFF6E3 100%);
  border: 1px solid rgba(212, 175, 55, .45);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-2);
  overflow: hidden;
}
.letter__in {
  padding: clamp(1.4rem, 5vw, 2.3rem);
  display: grid;
  gap: .95rem;
}
.letter__h {
  font-size: clamp(1.55rem, 6.5vw, 2.25rem);
  color: var(--aegean);
  margin: 0;
}
.letter p {
  font-family: var(--f-heb);
  font-size: 1.08rem;
  line-height: 1.85;
  color: var(--ink);
}
.letter__likes {
  display: grid;
  gap: .45rem;
  margin-block: .15rem .2rem;
  padding: .85rem 1rem;
  border-radius: var(--r);
  background: rgba(255, 255, 255, .55);
  border: 1px dashed rgba(212, 175, 55, .55);
}
.letter__likes li {
  position: relative;
  padding-inline-start: 1.25rem;
  font-family: var(--f-heb);
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--ink);
}
.letter__likes li::before {
  content: "";
  position: absolute;
  inset-block-start: .62em;
  inset-inline-start: .12rem;
  width: .42rem; height: .42rem;
  rotate: 45deg;
  background: var(--gold);
}
.letter__likes i {
  font-style: italic;
  color: var(--ink-soft);
  font-size: .95em;
}
.letter__heart {
  font-weight: 700;
  color: var(--aegean) !important;
  font-size: 1.15rem !important;
}
.letter__sign {
  display: grid;
  justify-items: start;
  gap: .15rem;
  margin-block-start: .4rem;
  padding-block-start: 1rem;
  border-block-start: 1px solid rgba(212, 175, 55, .35);
}
.letter__sign span {
  font-family: var(--f-body);
  font-size: .88rem;
  color: var(--ink-soft);
}
.letter__sign b {
  font-family: var(--f-heb);
  font-weight: 900;
  font-size: clamp(1.35rem, 5vw, 1.7rem);
  color: var(--aegean);
}

/* ── 11. sections ────────────────────────────────────────────────── */
.sec {
  position: relative;
  max-width: var(--maxw);
  margin-inline: auto;
  padding: clamp(2.8rem, 9vw, 4.5rem) var(--gut);
  scroll-margin-block-start: calc(var(--topbar-h) + 8px);
}
.sec__head { margin-block-end: clamp(1.8rem, 6vw, 2.6rem); }
.sec__h {
  font-size: clamp(1.75rem, 7.5vw, 2.75rem);
  color: var(--aegean);
  margin-block-end: .6rem;
}
.sec__lede {
  color: var(--ink-soft);
  max-width: 40rem;
  font-size: 1.02rem;
}
.sec--faq { overflow: hidden; }

/* ── 12. itinerary timeline ──────────────────────────────────────── */
.timeline {
  --rail-gap: clamp(2.4rem, 9vw, 3.2rem);
  --dot: 2.1rem;
  position: relative;
  padding-inline-start: var(--rail-gap);
  display: grid;
  gap: clamp(1.1rem, 4vw, 1.8rem);
}
.timeline::before {
  content: "";
  position: absolute;
  inset-block: 1rem;
  inset-inline-start: calc(var(--dot) / 2 - 1.5px);
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--gold) 0%, var(--turquoise) 45%, var(--olive) 100%);
  opacity: .45;
}
.tl-item { position: relative; }
.tl-dot {
  position: absolute;
  inset-block-start: .9rem;
  inset-inline-start: calc(-1 * var(--rail-gap));
  width: var(--dot); height: var(--dot);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: .95rem;
  color: #22180A;
  background: linear-gradient(135deg, var(--gold-lite), var(--gold));
  border: 3px solid var(--plaster);
  box-shadow: 0 0 0 1px rgba(212, 175, 55, .55);
}

.card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--sh-1);
  overflow: hidden;
  transition: box-shadow .2s, translate .2s;
}
.card:hover { box-shadow: var(--sh-2); translate: 0 -2px; }
.card--optional { border-style: dashed; border-color: rgba(212, 175, 55, .7); background: #FFFDF6; }

.card__head { padding: 1rem clamp(1rem, 4vw, 1.5rem) .8rem; }
.card__day {
  font-family: var(--f-body);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--turquoise);
}
.card__title {
  font-size: clamp(1.25rem, 5.5vw, 1.65rem);
  color: var(--aegean);
  margin-block: .15rem .5rem;
}
.card__badges { display: flex; flex-wrap: wrap; gap: .4rem; }
.chip {
  display: inline-block;
  padding: .18rem .7rem;
  border-radius: 999px;
  font-size: .74rem;
  font-weight: 700;
  background: rgba(0, 166, 251, .12);
  color: #05628F;
}
.chip--gold { background: rgba(212, 175, 55, .18); color: #7A5B0C; }
.chip--hot { background: rgba(201, 96, 63, .15); color: #8E3B1D; }

.slots {
  display: grid;
  border-block-start: 1px solid var(--line);
}
.slots > li {
  display: grid;
  grid-template-columns: minmax(4.2rem, auto) 1fr;
  gap: .2rem 1rem;
  padding: .95rem clamp(1rem, 4vw, 1.5rem);
}
.slots > li + li { border-block-start: 1px dashed var(--line); }
.time {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: .95rem;
  color: var(--aegean);
  padding: .15rem .55rem;
  border-radius: var(--r-sm);
  background: rgba(13, 59, 102, .07);
  align-self: start;
  justify-self: start;
  text-align: center;
  white-space: nowrap;
}
.slots h4 { font-size: 1.08rem; color: var(--ink); margin-block-end: .15rem; }
.slots p { font-size: .95rem; line-height: 1.65; color: var(--ink-soft); }

@media (max-width: 420px) {
  .slots > li { grid-template-columns: 1fr; }
}

/* ── 12b. how it works ───────────────────────────────────────────── */
.sec--how {
  max-width: 42rem;
}
.how {
  position: relative;
  background:
    linear-gradient(165deg, #FFFDF6 0%, #F4F8F0 100%);
  border: 1px solid rgba(107, 122, 79, .28);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-2);
  overflow: hidden;
}
.how__in {
  padding: clamp(1.4rem, 5vw, 2.3rem);
  display: grid;
  gap: .95rem;
}
.how__h {
  font-size: clamp(1.55rem, 6.5vw, 2.25rem);
  color: var(--aegean);
  margin: 0;
}
.how__lead {
  font-family: var(--f-heb);
  font-size: 1.08rem;
  line-height: 1.85;
  color: var(--ink);
}
.how__steps {
  display: grid;
  gap: .55rem;
  margin-block: .2rem .15rem;
}
.how__steps > li {
  display: grid;
  grid-template-columns: 2.1rem 1fr;
  gap: .85rem;
  align-items: start;
  padding: .9rem 1rem;
  border-radius: var(--r);
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(13, 59, 102, .08);
}
.how__n {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: .95rem;
  color: #22180A;
  background: linear-gradient(135deg, var(--gold-lite), var(--gold));
  box-shadow: 0 0 0 1px rgba(212, 175, 55, .45);
}
.how__steps h3 {
  font-size: 1.08rem;
  color: var(--aegean);
  margin-block-end: .2rem;
}
.how__steps p {
  font-family: var(--f-heb);
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--ink);
}
.how__steps a {
  color: var(--turquoise);
  font-weight: 700;
  text-underline-offset: .18em;
}
.how__tba {
  display: inline-block;
  padding: .05rem .55rem;
  border-radius: 999px;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: .92rem;
  letter-spacing: .08em;
  color: #7A5B0C;
  background: rgba(212, 175, 55, .22);
  border: 1px dashed rgba(212, 175, 55, .7);
}
.how__close {
  font-family: var(--f-heb);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--aegean);
  margin-block-start: .35rem;
}
.how__yaso-he {
  font-family: var(--f-heb);
  font-weight: 900;
  font-size: clamp(1.8rem, 8vw, 2.6rem);
  color: var(--bougain);
  letter-spacing: .04em;
  line-height: 1.1;
}

@media (min-width: 54rem) {
  .sec--how { max-width: 46rem; }
}

/* ── 13. form ────────────────────────────────────────────────────── */
.formwrap {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-2);
  overflow: hidden;
}
.form { padding: clamp(1.2rem, 5vw, 2.2rem); display: grid; gap: 1.35rem; }

.hp { position: absolute; inset-inline-start: -9999px; opacity: 0; }

.field { display: grid; gap: .4rem; border: 0; padding: 0; min-width: 0; }
.field > label, .field legend, .upload__lbl {
  font-family: var(--f-heb);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--aegean);
  padding: 0;
}
.field em { color: var(--terracotta); font-style: normal; }
.hint { font-size: .84rem; color: var(--ink-soft); line-height: 1.5; }

input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  width: 100%;
  min-height: 50px;
  padding: .7rem .95rem;
  border: 2px solid var(--line);
  border-radius: var(--r-sm);
  background: #FCFDFE;
  transition: border-color .15s, box-shadow .15s, background-color .15s;
}
textarea { min-height: 96px; resize: vertical; line-height: 1.6; }
input::placeholder, textarea::placeholder { color: #9AA7B5; }
input[dir="ltr"]::placeholder { text-align: start; }

input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--turquoise);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0, 166, 251, .14);
}
.field.has-err input, .field.has-err textarea, .field.has-err select,
.field.has-err .select { border-color: var(--terracotta); }
.field.has-err input:focus, .field.has-err textarea:focus, .field.has-err select:focus {
  box-shadow: 0 0 0 4px rgba(201, 96, 63, .16);
}

.grid2 { display: grid; gap: 1.35rem; }
@media (min-width: 34rem) { .grid2 { grid-template-columns: 1fr 1fr; } }

/* select with a mirrored custom caret */
.select { position: relative; }
.select select { appearance: none; padding-inline-end: 2.6rem; cursor: pointer; }
.select::after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 1rem;
  translate: 0 -70%;
  rotate: 45deg;
  width: .5rem; height: .5rem;
  /* a caret must point down in both directions, so these two stay
     physical rather than logical */
  border-right: 2px solid var(--aegean);
  border-bottom: 2px solid var(--aegean);
  pointer-events: none;
}

.err {
  font-size: .86rem;
  font-weight: 500;
  color: #A9421F;
  display: none;
}
.err::before { content: "⚠ "; }
.field.has-err .err { display: block; }

/* radio option cards */
.opts { display: grid; gap: .6rem; }
@media (min-width: 34rem) { .opts { grid-template-columns: 1fr 1fr; } }
.opts--stack { grid-template-columns: 1fr; }

.opt { position: relative; display: block; cursor: pointer; }
.opt input {
  position: absolute;
  inset-block-start: 1.1rem;
  inset-inline-start: 1rem;
  width: 20px; height: 20px;
  accent-color: var(--gold);
  cursor: pointer;
}
.opt__box {
  display: block;
  min-height: 100%;
  padding: .85rem 3rem .85rem 1rem;
  padding-inline: 3rem 1rem;
  border: 2px solid var(--line);
  border-radius: var(--r-sm);
  background: #FCFDFE;
  transition: border-color .15s, background-color .15s, box-shadow .15s;
}
.opt__box b { display: block; font-size: 1rem; color: var(--ink); }
.opt__box i { font-style: normal; font-size: .84rem; color: var(--ink-soft); }
.opt:hover .opt__box { border-color: var(--turquoise-soft); }
.opt input:checked ~ .opt__box {
  border-color: var(--gold);
  background: #FFFBEF;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, .18);
}
.opt input:focus-visible ~ .opt__box {
  outline: 3px solid var(--turquoise);
  outline-offset: 2px;
}

/* photo upload */
.drop {
  display: grid;
  justify-items: center;
  gap: .3rem;
  padding: 1.5rem 1rem;
  border: 2px dashed rgba(0, 166, 251, .55);
  border-radius: var(--r);
  background:
    repeating-linear-gradient(135deg, rgba(0, 166, 251, .035) 0 12px, transparent 12px 24px),
    #F7FCFF;
  text-align: center;
  cursor: pointer;
  transition: border-color .15s, background-color .15s;
}
.drop:hover, .drop.is-over { border-color: var(--gold); background: #FFFBEF; }
.drop__ico { width: 34px; height: 34px; color: var(--turquoise); }
.drop b { font-family: var(--f-heb); font-size: 1.02rem; color: var(--aegean); }
.drop i { font-style: normal; font-size: .8rem; color: var(--ink-soft); }
.drop .btn--mini { margin-block-start: .5rem; pointer-events: none; }
.field.has-err .drop { border-color: var(--terracotta); background: #FFF7F4; }
#photoInput:focus-visible ~ .drop { outline: 3px solid var(--turquoise); outline-offset: 3px; }

.shots { display: grid; gap: .65rem; }
.shots[hidden], .drop[hidden] { display: none; }
.shot {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: .9rem;
  align-items: center;
  padding: .8rem;
  border: 2px solid var(--line);
  border-radius: var(--r);
  background: #FCFDFE;
}
.shot__thumb { position: relative; width: 84px; height: 84px; }
.shot img {
  width: 84px; height: 84px;
  object-fit: cover;
  border-radius: var(--r-sm);
  background: var(--line) var(--meander-gold) center / auto no-repeat;
}
.shot__x {
  position: absolute;
  z-index: 2;
  inset-block-start: -.35rem;
  inset-inline-end: -.35rem;
  width: 1.7rem;
  height: 1.7rem;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: #1B2A3A;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .28);
}
.shot__x:hover { background: var(--terracotta); }
/* keep the browser's broken-image glyph and alt text out of the layout */
.shot img:not([src]), .shot img.is-broken { color: transparent; }
.shot__body { display: grid; gap: .4rem; justify-items: start; min-width: 0; }
.shot__status { font-size: .86rem; font-weight: 500; color: var(--ink-soft); }
.shot.is-ok { border-color: var(--olive); background: #F8FBF3; }
.shot.is-ok .shot__status { color: #45592B; }
.shot.is-bad { border-color: var(--terracotta); background: #FFF7F4; }
.shot.is-bad .shot__status { color: #A9421F; }

.bar {
  width: 100%;
  height: 7px;
  border-radius: 99px;
  background: rgba(13, 59, 102, .1);
  overflow: hidden;
}
.bar i {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--turquoise), var(--gold));
  transition: width .2s ease;
}
.shot.is-ok .bar, .shot.is-bad .bar { display: none; }

.form__foot { font-size: .9rem; font-weight: 500; text-align: center; color: var(--ink-soft); min-height: 1.2rem; }
.form__foot.is-bad { color: #A9421F; }

/* success panel */
.done {
  position: relative;
  padding: clamp(2.2rem, 8vw, 3.4rem) clamp(1.2rem, 5vw, 2.2rem);
  text-align: center;
  background: linear-gradient(170deg, var(--aegean) 0%, var(--aegean-deep) 100%);
  color: #fff;
  overflow: hidden;
}
.done__confetti { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.done__emoji { position: relative; font-size: 3rem; line-height: 1; }
.done__h {
  position: relative;
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(2.4rem, 12vw, 4rem);
  letter-spacing: .12em;
  margin-block: .3rem .6rem;
  background: linear-gradient(100deg, var(--gold) 10%, #FFF6D2 45%, var(--gold) 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.done__p { position: relative; color: rgba(255, 255, 255, .88); }
.done__cta {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  justify-content: center;
  margin-block-start: 1.6rem;
}
/* the default aegean fill would vanish against this dark panel */
.done__cta .btn--mini {
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .38);
  color: #fff;
}
.done__cta .btn--mini[aria-disabled="true"] { opacity: .5; }

/* ── 14. gallery ─────────────────────────────────────────────────── */
.gal {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(8rem, 30vw, 11rem), 1fr));
  gap: clamp(.5rem, 2vw, .9rem);
}
.gal__msg {
  grid-column: 1 / -1;
  padding: 2.6rem 1.2rem;
  text-align: center;
  color: var(--ink-soft);
  border: 2px dashed var(--line);
  border-radius: var(--r);
  background: #fff;
}
.gal__msg b { display: block; font-family: var(--f-heb); font-size: 1.15rem; color: var(--aegean); margin-block-end: .3rem; }

.gal__item {
  position: relative;
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  border-radius: var(--r-sm);
  overflow: hidden;
  background: linear-gradient(135deg, #E8EDF2, #F6F8FA);
  box-shadow: var(--sh-1);
  transition: translate .18s, box-shadow .18s;
}
.gal__open {
  position: absolute;
  inset: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.gal__item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gal__item:hover { translate: 0 -3px; box-shadow: var(--sh-2); }
.gal__item::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  border-radius: var(--r-sm);
  pointer-events: none;
  transition: border-color .18s;
}
.gal__item:hover::after { border-color: var(--gold); }
.gal__del {
  position: absolute;
  z-index: 3;
  inset-block-start: .35rem;
  inset-inline-end: .35rem;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: rgba(20, 24, 32, .78);
  color: #fff;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
}
.gal__del:hover { background: var(--terracotta); }
.gal__item.is-mine::before {
  content: "שלי";
  position: absolute;
  z-index: 2;
  inset-block-start: .4rem;
  inset-inline-start: .4rem;
  padding: .1rem .5rem;
  border-radius: 99px;
  font-size: .68rem;
  font-weight: 700;
  background: var(--gold);
  color: #22180A;
}

/* ── 15. lightbox ────────────────────────────────────────────────── */
.lb {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 5vw, 3rem);
  background: rgba(4, 18, 34, .94);
  backdrop-filter: blur(6px);
}
.lb[hidden] { display: none; }
.lb img {
  max-width: 100%;
  max-height: 100%;
  border-radius: var(--r-sm);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .6);
  object-fit: contain;
}
.lb__x, .lb__nav {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  backdrop-filter: blur(6px);
}
.lb__x { inset-block-start: 1rem; inset-inline-end: 1rem; font-size: 1rem; }
.lb__nav { inset-block-start: 50%; translate: 0 -50%; font-size: 2rem; }
/* This is an RTL-only site, so these are pinned to physical sides on
   purpose: it keeps each chevron glyph guaranteed to match the edge it
   sits on. Previous is to the right, next to the left, both pointing
   outward. */
.lb__nav--prev { right: .7rem; }
.lb__nav--prev::before { content: "\203A"; }
.lb__nav--next { left: .7rem; }
.lb__nav--next::before { content: "\2039"; }
.lb__x:hover, .lb__nav:hover { background: rgba(255, 255, 255, .25); }
.lb__count {
  position: absolute;
  inset-block-end: 1rem;
  inset-inline: 0;
  text-align: center;
  color: rgba(255, 255, 255, .7);
  font-size: .85rem;
  font-variant-numeric: tabular-nums;
}

/* ── 16. FAQ accordion ───────────────────────────────────────────── */
.acc { display: grid; gap: .7rem; position: relative; z-index: 1; }
.acc details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--sh-1);
  overflow: hidden;
}
.acc details[open] { border-color: rgba(212, 175, 55, .7); box-shadow: var(--sh-2); }
.acc summary {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 1rem clamp(1rem, 4vw, 1.4rem);
  font-family: var(--f-heb);
  font-weight: 700;
  font-size: clamp(1rem, 4.3vw, 1.15rem);
  color: var(--aegean);
  cursor: pointer;
  list-style: none;
}
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after {
  content: "";
  flex: none;
  margin-inline-start: auto;
  width: .55rem; height: .55rem;
  rotate: 45deg;
  border-right: 2.5px solid var(--gold);
  border-bottom: 2.5px solid var(--gold);
  translate: 0 -25%;
  transition: rotate .2s ease;
}
.acc details[open] summary::after { rotate: 225deg; translate: 0 15%; }
.acc summary:hover { background: #FFFBEF; }
.acc__body {
  padding: 0 clamp(1rem, 4vw, 1.4rem) 1.2rem;
  border-block-start: 1px dashed var(--line);
  padding-block-start: 1rem;
  color: var(--ink-soft);
}
.acc__body ul { display: grid; gap: .5rem; margin-block-start: .7rem; }
.acc__body li { padding-inline-start: 1.3rem; position: relative; font-size: .97rem; }
.acc__body li::before {
  content: "";
  position: absolute;
  inset-block-start: .68em;
  inset-inline-start: .1rem;
  width: .45rem; height: .45rem;
  rotate: 45deg;
  background: var(--gold);
}
.acc__body b { color: var(--ink); }
.acc__body p + p { margin-block-start: .7rem; }
.acc__tip {
  margin-block-start: .9rem;
  padding: .7rem .9rem;
  border-radius: var(--r-sm);
  border-inline-start: 4px solid var(--turquoise);
  background: rgba(0, 166, 251, .07);
  font-size: .93rem;
}

/* ── 17. footer ──────────────────────────────────────────────────── */
.foot {
  background: var(--aegean-deep);
  color: rgba(255, 255, 255, .8);
  text-align: center;
  padding-block-end: clamp(2rem, 7vw, 3rem);
}
.foot .meander { margin-block-end: clamp(1.6rem, 6vw, 2.4rem); }
.foot__t {
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(1.3rem, 6vw, 2rem);
  letter-spacing: .16em;
  color: var(--gold-lite);
}
.foot__s { font-size: .95rem; margin-block-start: .3rem; }
.foot__x { font-size: .82rem; color: rgba(255, 255, 255, .5); margin-block-start: 1rem; }

/* ── 18. sticky mobile CTA ───────────────────────────────────────── */
.mcta {
  position: fixed;
  z-index: 85;
  inset-inline: 0;
  inset-block-end: 0;
  display: flex;
  gap: .6rem;
  align-items: center;
  padding: .6rem var(--gut);
  padding-block-end: calc(.6rem + env(safe-area-inset-bottom));
  background: rgba(250, 250, 250, .92);
  backdrop-filter: blur(12px);
  border-block-start: 1px solid rgba(212, 175, 55, .45);
  transition: translate .28s ease, opacity .28s ease;
}
.mcta .btn { flex: 1; min-height: 46px; }
.mcta__call {
  flex: none;
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--aegean);
  color: #fff;
}
.mcta__call svg { width: 22px; height: 22px; }
.mcta.is-hidden { translate: 0 120%; opacity: 0; pointer-events: none; }

@media (min-width: 54rem) {
  .mcta { display: none; }
  body { padding-block-end: 0; }
}

/* ── 19. reveal on scroll ────────────────────────────────────────── */
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    translate: 0 22px;
    transition: opacity .65s ease, translate .65s cubic-bezier(.22, .8, .3, 1);
  }
  .reveal.is-in { opacity: 1; translate: 0 0; }
}

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

/* ── 20. wide screens ────────────────────────────────────────────── */
@media (min-width: 54rem) {
  .hero { padding-block-start: clamp(4rem, 8vw, 7rem); }
  .sec--rsvp .form { padding: 2.6rem; }
}
