/* EasyBrit — ivory, navy ink, champagne gold. Boutique consumer brand. */
:root {
  --paper: #F7F4EE;
  --paper-raised: #FFFFFF;
  --paper-sunken: #EFEBE3;
  --ink: #1E2B4A;
  --ink-soft: #5C6578;
  --ink-mute: #8B92A0;
  --line: #E6E0D6;
  --gold: #C4A265;
  --gold-deep: #A8884A;
  --gold-wash: #F3E8D0;
  --olive: #6B7D5A;
  --olive-wash: #E7EDDF;
  --sage: #A9B7C3;
  --night: #243044;
  --night-ink: #F3EEE6;
  --wa: #2e7d4f;
  --danger: #8b3a32;
  --focus: #C4A265;
  --heart: #C45C6A;
  --r-sm: 10px;
  --r: 18px;
  --r-lg: 28px;
  --r-pill: 999px;
  --space: 8px;
  --wrap: 1180px;
  --wrap-wide: 1280px;
  --font-display: "Heebo", "Arial Hebrew", "Segoe UI", Arial, sans-serif;
  --font-body: "Assistant", "Arial Hebrew", "Segoe UI", Arial, sans-serif;
  --font-latin: "Cormorant Garamond", "Times New Roman", serif;
  --fs-caption: 0.75rem;
  --fs-sm: 0.9rem;
  --fs-body: 1.05rem;
  --fs-lead: 1.15rem;
  --fs-h3: 1.35rem;
  --fs-h2: 2rem;
  --fs-h1: 3.15rem;
  --lh: 1.65;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --t: 180ms;
  --header: 88px;
  --tray: 80px;
  --shadow-sm: 0 6px 20px rgb(30 43 74 / 0.06);
  --shadow: 0 14px 40px rgb(30 43 74 / 0.09);
  --shadow-lg: 0 22px 60px rgb(30 43 74 / 0.12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
html, body { margin: 0; padding: 0; overflow-x: clip; }
body {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh);
  color: var(--ink);
  background: var(--paper);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--gold-deep); }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: var(--ink);
  text-wrap: pretty;
}
h1 { font-size: clamp(2.05rem, 5vw, var(--fs-h1)); margin: 0 0 16px; }
h2 { font-size: clamp(1.55rem, 3.2vw, var(--fs-h2)); margin: 0 0 12px; }
h3 { font-size: var(--fs-h3); margin: 0 0 8px; }
p { margin: 0 0 12px; }
.lede { font-size: var(--fs-lead); color: var(--ink-soft); max-width: 34em; line-height: 1.7; }
.kicker {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--gold);
  margin: 0 0 10px;
}
.wrap { width: min(100% - 32px, var(--wrap)); margin-inline: auto; }
.wrap-wide { width: min(100% - 32px, var(--wrap-wide)); margin-inline: auto; }
.skip {
  position: absolute; inset-inline-start: 12px; top: -40px;
  background: var(--ink); color: var(--paper); padding: 8px 12px; z-index: 100;
  border-radius: var(--r-sm);
}
.skip:focus { top: 8px; }
:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}
.icon { width: 1.1em; height: 1.1em; flex-shrink: 0; display: inline-block; vertical-align: -0.15em; }

/* Brand */
.brand {
  display: flex; flex-direction: column; align-items: flex-start; gap: 1px;
  text-decoration: none; line-height: 1; padding-inline: 6px 10px; flex: 0 0 auto;
}
.brand:hover { color: inherit; }
.brand__latin {
  font-family: var(--font-latin);
  font-weight: 700;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  position: relative;
  display: inline-block;
  direction: ltr;
  unicode-bidi: isolate;
  padding-inline-end: 12px;
}
.brand__crown-icon {
  width: 13px; height: 9px;
  color: var(--gold);
  position: absolute;
  top: -5px;
  right: 0;
}
.brand__tag {
  font-size: 0.68rem;
  font-weight: 500;
  color: var(--gold-deep);
  letter-spacing: 0.01em;
  white-space: nowrap;
}
@media (max-width: 699px) {
  .brand__tag { display: none; }
  .brand__latin { font-size: 1.35rem; }
}

/* Header — floating pill */
.site-header {
  position: sticky; top: 0; z-index: 40;
  padding: 12px 16px 10px;
  background: linear-gradient(to bottom, var(--paper) 55%, rgb(247 244 238 / 0.88) 100%);
}
.site-header__pill {
  width: min(100%, var(--wrap));
  margin-inline: auto;
  display: flex; align-items: center; gap: 12px;
  min-height: 64px;
  padding: 6px 8px 6px 18px;
  background: var(--paper-raised);
  border-radius: var(--r-pill);
  box-shadow: var(--shadow);
}
[dir="rtl"] .site-header__pill { padding: 6px 18px 6px 8px; }
.nav-desk { display: none; align-items: center; justify-content: center; gap: 26px; flex: 1; }
.nav-desk a {
  font-size: 0.95rem; font-weight: 500; color: var(--ink-soft);
  text-decoration: none; padding-block: 8px;
}
.nav-desk a:hover, .nav-desk a.is-on { color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 8px; margin-inline-start: auto; flex: 0 0 auto; }
.fav-link {
  width: 42px; height: 42px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink-soft); text-decoration: none; position: relative;
  background: transparent;
}
.fav-link:hover { color: var(--gold-deep); }
.fav-link .icon { width: 1.25rem; height: 1.25rem; }
.fav-link__count { display: none; }
.fav-link.has-fav .fav-link__count {
  display: block;
  position: absolute; top: 4px; inset-inline-end: 4px;
  min-width: 16px; height: 16px; padding: 0 4px;
  border-radius: 99px; background: var(--gold); color: #fff;
  font-size: 0.65rem; font-weight: 700; line-height: 16px; text-align: center;
}
.header-wa {
  width: 42px; height: 42px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: #e8f6ee; color: var(--wa); text-decoration: none;
}
.header-phone {
  display: none; align-items: center; gap: 8px;
  min-height: 42px; padding: 0 16px;
  border-radius: var(--r-pill);
  border: 1px solid var(--line);
  text-decoration: none; font-size: 0.88rem; font-weight: 600; color: var(--ink);
  white-space: nowrap;
}
.header-phone:hover { border-color: var(--gold); color: var(--ink); }
.menu-btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: none; border: 0; padding: 10px; min-width: 44px; min-height: 44px; cursor: pointer;
  color: var(--ink);
}
@media (min-width: 960px) {
  .nav-desk { display: flex; }
  .menu-btn { display: none; }
  .header-phone { display: inline-flex; }
}

.drawer {
  position: fixed; inset: 0; z-index: 50; pointer-events: none;
}
.drawer.is-open { pointer-events: auto; }
.drawer__scrim {
  position: absolute; inset: 0; background: rgb(30 43 74 / 0.35); opacity: 0; transition: opacity var(--t) var(--ease);
}
.drawer.is-open .drawer__scrim { opacity: 1; }
.drawer__panel {
  position: absolute; inset-block: 0; inset-inline-start: 0; inset-inline-end: auto;
  width: min(88vw, 320px); background: var(--paper-raised);
  padding: 20px 24px; transform: translateX(-100%);
  transition: transform var(--t) var(--ease);
  display: flex; flex-direction: column; gap: 4px;
  box-shadow: var(--shadow-lg);
}
[dir="rtl"] .drawer__panel { transform: translateX(100%); }
.drawer.is-open .drawer__panel { transform: none; }
.drawer__panel a {
  display: block; padding: 12px 0; text-decoration: none; font-weight: 500;
  border-block-end: 1px solid var(--line); min-height: 44px;
}
.drawer__close { align-self: flex-start; margin-bottom: 8px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 10px 20px;
  border: 1px solid transparent; border-radius: 12px;
  font-weight: 600; font-size: var(--fs-sm); cursor: pointer;
  text-decoration: none; transition: background var(--t) var(--ease), color var(--t) var(--ease), border-color var(--t) var(--ease), box-shadow var(--t) var(--ease);
  background: transparent; color: var(--ink);
}
.btn:hover { color: var(--ink); }
.btn-primary {
  background: var(--gold); color: #fff; border-color: var(--gold);
  box-shadow: 0 8px 18px rgb(196 162 101 / 0.28);
}
.btn-primary:hover { background: var(--gold-deep); color: #fff; border-color: var(--gold-deep); }
.btn-quiet {
  border-color: var(--line); background: var(--paper-raised);
}
.btn-quiet:hover, .btn-quiet.is-on { border-color: var(--gold); color: var(--gold-deep); }
.btn-ghost { padding-inline: 8px; min-height: 40px; color: var(--ink-soft); }
.btn-outline {
  border-color: var(--gold); color: var(--gold-deep); background: transparent;
  border-radius: var(--r-pill); min-height: 40px; padding-inline: 18px;
}
.btn-outline:hover { background: var(--gold); color: #fff; }
.btn-wa { background: var(--wa); color: #fff; border-color: var(--wa); }
.btn-wa:hover { color: #fff; filter: brightness(0.95); }
.btn:disabled { opacity: 0.45; cursor: not-allowed; }
.btn-block { width: 100%; }

/* Chips */
.chip {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: var(--fs-caption); font-weight: 500;
  padding: 4px 10px; border-radius: var(--r-pill);
  background: var(--paper-sunken); color: var(--ink-soft);
  border: 1px solid transparent;
}
.chip--olive { background: var(--olive-wash); color: var(--olive); }
.chip--brass { background: transparent; border-color: var(--gold); color: var(--gold-deep); }

/* Fields */
.field { display: flex; flex-direction: column; gap: 6px; text-align: start; min-width: 0; }
.field__label {
  font-size: 0.78rem; font-weight: 600; color: var(--ink-mute);
  display: inline-flex; align-items: center; gap: 6px;
}
.field__label .icon { width: 0.95em; height: 0.95em; color: var(--gold); }
.req { color: var(--danger); }
.field__input, .field textarea, .field select {
  width: 100%; min-width: 0; max-width: 100%; min-height: 44px; padding: 10px 12px;
  border: 1px solid var(--line); border-radius: 12px;
  background: var(--paper-raised); outline: none;
}
.field select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%238B92A0' d='M1 1l5 5 5-5'/></svg>");
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-inline-end: 12px;
  padding-inline-start: 12px;
  text-overflow: ellipsis;
}
.field textarea { min-height: 96px; resize: vertical; }
.field__input:focus, .field textarea:focus, .field select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgb(196 162 101 / 0.18);
}
.field.is-error .field__input { border-color: var(--danger); }
.field__error { font-size: var(--fs-caption); color: var(--danger); margin: 0; }
input[type="tel"] { direction: ltr; text-align: start; unicode-bidi: plaintext; }

/* Search bar */
.search-bar {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: var(--paper-raised);
  border: 1px solid rgb(230 224 214 / 0.9);
  border-radius: var(--r-lg);
  min-width: 0;
  width: 100%;
  padding: 22px 22px 18px;
  box-shadow: var(--shadow);
}
.search-bar__title {
  margin: 0; text-align: center; font-weight: 600; color: var(--ink);
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 1rem;
}
.search-bar__title::before,
.search-bar__title::after {
  content: "";
  width: 18px; height: 10px;
  background: currentColor;
  color: var(--sage);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 10'><ellipse cx='5' cy='5' rx='4' ry='3' fill='black'/><ellipse cx='13' cy='5' rx='4' ry='3' fill='black'/></svg>") center / contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 10'><ellipse cx='5' cy='5' rx='4' ry='3' fill='black'/><ellipse cx='13' cy='5' rx='4' ry='3' fill='black'/></svg>") center / contain no-repeat;
}
.search-bar__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
}
.search-bar .cell, .search-bar .field {
  flex: 1 1 140px;
  min-width: 0;
  gap: 4px;
  padding: 0;
  border: 0;
}
.search-bar .field__input, .search-bar select {
  border: 1px solid var(--line);
  background-color: #fff;
  min-height: 46px;
  padding: 8px 12px;
  font-weight: 500;
  border-radius: 12px;
}
.search-bar .btn-primary {
  flex: 1 0 100%;
  border-radius: 12px;
  min-height: 48px;
  padding-inline: 22px;
  white-space: nowrap;
}
.search-bar__note {
  margin: 0; text-align: center; font-size: 0.8rem; color: var(--ink-mute);
}
@media (min-width: 900px) {
  .search-bar .btn-primary { flex: 0 0 auto; min-height: 46px; align-self: end; padding-inline: 26px; }
}
.search-extras { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; align-items: center; }
.search-extras label { cursor: pointer; }
.search-extras input { accent-color: var(--gold); width: 16px; height: 16px; }
.search-extras .chip:has(input:checked) { border-color: var(--gold); background: var(--gold-wash); color: var(--gold-deep); }

/* Hero */
.hero {
  width: min(100% - 24px, var(--wrap));
  margin: 4px auto 0;
  display: grid;
  grid-template-areas: "media" "copy" "search";
  gap: 0;
  position: relative;
}
.hero__media {
  grid-area: media;
  position: relative;
  min-height: 220px;
  border-radius: 24px;
  overflow: hidden;
}
.hero__img {
  width: 100%; height: 100%; object-fit: cover; min-height: 220px;
  filter: saturate(0.92);
}
.hero__copy {
  grid-area: copy;
  position: relative;
  padding: 28px 8px 18px;
  z-index: 2;
}
.hero__q {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 6px;
}
.hero h1 {
  margin: 0 0 16px;
  font-size: clamp(2.1rem, 6vw, 3.4rem);
  line-height: 1.12;
}
.hero__gold { color: var(--gold); display: block; }
.hero .lede { color: var(--ink-soft); margin-bottom: 20px; max-width: 28em; }
.hero-micros {
  display: flex; flex-wrap: wrap; gap: 14px 22px;
  font-size: 0.82rem; font-weight: 500; color: var(--ink-soft);
}
.hero-micros span { display: inline-flex; align-items: center; gap: 6px; }
.hero-micros .icon { color: var(--gold); width: 1.15em; height: 1.15em; }
.hero .search-bar { grid-area: search; margin-top: 8px; }
.botanic {
  position: absolute; pointer-events: none; color: var(--sage); opacity: 0.55;
}
.botanic--hero {
  width: 140px; height: 220px;
  inset-inline-start: auto; inset-inline-end: -18px; top: -12px;
}
@media (min-width: 900px) {
  .hero {
    grid-template-columns: 0.95fr 1.15fr;
    grid-template-areas: "copy media" "search search";
    min-height: 560px;
    align-items: stretch;
  }
  .hero__media {
    min-height: 520px;
    border-radius: 36px;
    margin-block: 8px;
  }
  .hero__img { min-height: 520px; }
  .hero__copy {
    padding: 36px 28px 112px 4px;
    display: flex; flex-direction: column; justify-content: center;
  }
  .hero__copy::after {
    content: "";
    position: absolute;
    top: -6%; bottom: -6%;
    inset-inline-end: -64px;
    width: 128px;
    background: var(--paper);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
  }
  .hero__copy > * { position: relative; z-index: 1; }
  .hero .search-bar {
    margin-top: -52px;
    z-index: 5;
    position: relative;
  }
  .botanic--hero { width: 150px; height: 230px; top: 18px; inset-inline-end: 0; opacity: 0.4; }
}
@media (max-width: 699px) {
  .site-header { padding: 8px 10px 6px; }
  .site-header__pill { min-height: 54px; border-radius: 22px; }
  .hero-micros { display: none; }
  .hero__media, .hero__img { min-height: 176px; max-height: 176px; }
  .hero__copy { padding: 16px 4px 6px; }
  .hero h1 { margin-bottom: 10px; }
  .hero .lede { margin-bottom: 0; font-size: 1rem; }
  .search-bar { padding: 16px 14px 14px; gap: 10px; }
  .search-bar--hero .search-bar__row > :nth-child(5) { display: none; }
  .botanic--hero { width: 88px; height: 140px; top: 0; opacity: 0.32; }
}

/* Stats */
.stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  width: min(100% - 32px, var(--wrap));
  margin: 8px auto 0;
  background: var(--paper-raised);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.stats div {
  padding: 28px 16px 24px;
  text-align: center;
  border-inline-end: 1px solid var(--line);
  border-block-end: 1px solid var(--line);
}
.stats div:nth-child(2n) { border-inline-end: 0; }
.stats .icon { color: var(--gold); width: 1.6rem; height: 1.6rem; margin-bottom: 8px; }
.stats strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.7rem;
  color: var(--ink);
  line-height: 1.1;
}
.stats span { font-size: var(--fs-sm); color: var(--ink-soft); }
@media (min-width: 800px) {
  .stats { grid-template-columns: repeat(4, 1fr); }
  .stats div { border-block-end: 0; }
  .stats div:nth-child(2n) { border-inline-end: 1px solid var(--line); }
  .stats div:last-child { border-inline-end: 0; }
}

section.band { padding: 72px 0; position: relative; }
section.band-alt { background: transparent; border: 0; }
.section-head { margin-bottom: 36px; max-width: 40em; text-align: center; margin-inline: auto; }
.section-head .lede { margin-inline: auto; }

/* Benefits */
.benefits {
  display: grid; gap: 18px;
  grid-template-columns: 1fr 1fr;
}
.benefit {
  background: var(--paper-raised);
  border-radius: var(--r);
  padding: 28px 20px 24px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.benefit__icon {
  width: 52px; height: 52px; margin: 0 auto 14px;
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--gold);
  border: 1px solid var(--gold-wash);
  background: linear-gradient(180deg, #fff, var(--gold-wash));
}
.benefit__icon .icon { width: 1.45rem; height: 1.45rem; }
.benefit h3 { font-size: 1.05rem; font-family: var(--font-body); font-weight: 700; margin: 0 0 6px; }
.benefit p { margin: 0; font-size: 0.88rem; color: var(--ink-soft); }
@media (min-width: 900px) {
  .benefits { grid-template-columns: repeat(4, 1fr); gap: 22px; }
}

/* How */
.how { display: grid; gap: 18px; }
.how article {
  padding: 24px;
  background: var(--paper-raised);
  border-radius: var(--r);
  box-shadow: var(--shadow-sm);
  display: grid; gap: 8px;
}
.how b {
  font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; color: var(--gold);
  justify-self: start;
}
.how h3 { margin: 0; font-size: 1.15rem; }
.how p { margin: 0; color: var(--ink-soft); }
@media (min-width: 800px) {
  .how { grid-template-columns: 1fr 1fr 1fr; gap: 22px; }
}

/* Hall card */
.hall-grid { display: grid; gap: 22px; }
@media (min-width: 700px) { .hall-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .hall-grid { grid-template-columns: 1fr 1fr 1fr; } }
.hall-rail-wrap { position: relative; }
.hall-rail {
  display: flex; gap: 20px;
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 8px 4px 18px;
  scrollbar-width: none;
}
.hall-rail::-webkit-scrollbar { display: none; }
.hall-rail .hall-card {
  flex: 0 0 min(280px, 78vw);
  scroll-snap-align: start;
}
.rail-btn {
  position: absolute; top: 38%;
  width: 42px; height: 42px; border-radius: 50%;
  border: 0; background: #fff; box-shadow: var(--shadow);
  cursor: pointer; z-index: 2; color: var(--ink);
  display: none; place-items: center;
}
.rail-btn--prev { inset-inline-start: -8px; }
.rail-btn--next { inset-inline-end: -8px; }
@media (min-width: 900px) {
  .rail-btn { display: grid; }
  .hall-rail .hall-card { flex-basis: calc((100% - 60px) / 4); }
}
.hall-card {
  background: var(--paper-raised);
  border: 0;
  border-radius: var(--r);
  overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.hall-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.hall-card.is-selected { box-shadow: 0 0 0 2px var(--gold), var(--shadow-sm); }
.hall-card__media-wrap { position: relative; }
.hall-card__media { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper-sunken); }
.hall-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms var(--ease); }
.hall-card:hover .hall-card__media img { transform: scale(1.04); }
.hall-card__body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.hall-card__meta { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.hall-card__rating { margin-inline-start: auto; font-size: var(--fs-caption); display: inline-flex; align-items: center; gap: 4px; color: var(--gold-deep); }
.hall-card__title { font-size: 1.12rem; margin: 4px 0 0; font-family: var(--font-display); }
.hall-card__title a { text-decoration: none; }
.hall-card__loc { font-size: var(--fs-sm); color: var(--ink-mute); margin: 0; }
.hall-card__facts {
  display: flex; flex-wrap: wrap; gap: 8px 14px;
  font-size: 0.82rem; color: var(--ink-soft); margin: 6px 0 0;
}
.hall-card__price {
  margin: 8px 0 0; font-weight: 700; color: var(--gold-deep); font-size: 0.95rem;
}
.hall-card .btn-outline { margin-top: 12px; align-self: stretch; }
.heart-btn {
  position: absolute; top: 12px; inset-inline-end: 12px;
  width: 38px; height: 38px; border-radius: 50%;
  border: 0; background: rgb(255 255 255 / 0.94);
  color: var(--ink-mute); cursor: pointer;
  display: grid; place-items: center;
  box-shadow: 0 4px 12px rgb(30 43 74 / 0.12);
  z-index: 2;
}
.heart-btn .icon { width: 1.1rem; height: 1.1rem; }
.heart-btn.is-on { color: var(--heart); }
.heart-btn.is-on .icon { fill: currentColor; }

/* Cities */
.city-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (min-width: 700px) { .city-grid { grid-template-columns: repeat(4, 1fr); } }
.city-card {
  background: var(--paper-raised); padding: 20px 16px; text-decoration: none; min-height: 96px;
  display: flex; flex-direction: column; justify-content: space-between;
  border-radius: var(--r); box-shadow: var(--shadow-sm);
}
.city-card:hover { box-shadow: var(--shadow); color: inherit; }
.city-card strong { font-family: var(--font-display); font-size: 1.25rem; }
.city-card span { font-size: var(--fs-sm); color: var(--ink-mute); }
.city-row {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
}
.city-row a {
  display: inline-flex; align-items: center;
  padding: 8px 16px; border-radius: var(--r-pill);
  background: var(--paper-raised); text-decoration: none;
  font-size: 0.9rem; font-weight: 500; color: var(--ink-soft);
  box-shadow: var(--shadow-sm);
}
.city-row a:hover { color: var(--ink); }

/* Stories */
.story-grid { display: grid; gap: 18px; }
@media (min-width: 800px) { .story-grid { grid-template-columns: 1fr 1fr 1fr; } }
.story {
  background: var(--paper-raised);
  border-radius: var(--r);
  padding: 24px;
  box-shadow: var(--shadow-sm);
}
.story p { color: var(--ink-soft); }
.story footer { font-size: var(--fs-sm); color: var(--ink); margin-top: 16px; }
.story .meta { color: var(--ink-mute); display: block; font-size: var(--fs-caption); }

/* FAQ */
.faq-list {
  display: grid; gap: 10px;
  max-width: 760px; margin-inline: auto;
}
.faq {
  background: var(--paper-raised);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
  padding: 0 20px;
}
.faq summary {
  list-style: none; cursor: pointer; padding: 16px 0; font-weight: 600;
  display: flex; justify-content: space-between; gap: 16px; min-height: 44px; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold); font-size: 1.3rem; font-weight: 400; }
.faq[open] summary::after { content: "–"; }
.faq__a { padding: 0 0 16px; color: var(--ink-soft); max-width: 42em; }

.owners-strip {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
  padding: 28px 32px;
  background: var(--paper-raised);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
}
.owners-strip p { margin: 0; color: var(--ink-soft); }

/* Why */
.why {
  display: grid; gap: 28px; align-items: center;
  width: min(100% - 32px, var(--wrap));
  margin-inline: auto;
}
.why__photo {
  border-radius: var(--r-lg); overflow: hidden; min-height: 240px;
  box-shadow: var(--shadow);
}
.why__photo img { width: 100%; height: 100%; object-fit: cover; min-height: 240px; }
.why__copy { position: relative; padding: 8px 0; }
.why__copy .botanic { width: 120px; height: 180px; opacity: 0.4; top: -20px; inset-inline-end: 0; }
@media (min-width: 860px) {
  .why { grid-template-columns: 1.05fr 0.95fr; gap: 56px; }
  .why__photo { min-height: 360px; }
  .why__photo img { min-height: 360px; }
}

/* Lead */
.lead-band { padding: 24px 0 80px; }
.lead-card {
  width: min(100% - 32px, var(--wrap));
  margin-inline: auto;
  background: var(--paper-raised);
  border-radius: 32px;
  box-shadow: var(--shadow);
  padding: 32px 24px;
  display: grid; gap: 24px;
  position: relative;
  overflow: hidden;
}
.lead-card .botanic { width: 150px; height: 230px; opacity: 0.35; }
.lead-card .botanic--lead-a { bottom: -40px; inset-inline-start: -20px; top: auto; }
.lead-card .botanic--lead-b { top: -30px; inset-inline-end: -24px; transform: scaleX(-1); }
.lead-card h2 { margin-bottom: 8px; }
.lead-card form {
  display: grid; gap: 10px;
  position: relative; z-index: 1;
}
.lead-card .btn-primary { min-height: 48px; }
.lead-consent {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 0.8rem; color: var(--ink-mute); margin: 4px 0 0;
}
.lead-consent input { margin-top: 3px; accent-color: var(--gold); }
@media (min-width: 900px) {
  .lead-card {
    grid-template-columns: 0.85fr 1.15fr;
    align-items: center;
    padding: 40px 48px;
  }
  .lead-card form {
    grid-template-columns: 1fr 1fr;
  }
  .lead-card form .btn-primary,
  .lead-card form .lead-consent { grid-column: 1 / -1; }
}

/* Footer */
.site-footer {
  background: #EFEBE4;
  color: var(--ink-soft);
  padding: 56px 0 28px; margin-top: 0;
  border-block-start: 1px solid var(--line);
}
.site-footer a { color: var(--ink-soft); text-decoration: none; }
.site-footer a:hover { color: var(--ink); }
.footer-grid { display: grid; gap: 28px; }
@media (min-width: 800px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.site-footer h4 {
  font-family: var(--font-body); font-size: var(--fs-sm); font-weight: 700;
  color: var(--ink); margin: 0 0 12px;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; font-size: var(--fs-sm); }
.site-footer .brand__latin { color: var(--ink); }
.footer-tagline { margin-top: 14px; max-width: 28em; }
.footer-free { font-size: var(--fs-sm); margin-top: 10px; }
.footer-end {
  margin-top: 36px; padding-top: 20px;
  border-block-start: 1px solid var(--line);
  font-size: var(--fs-caption); color: var(--ink-mute);
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
}
.news { display: flex; gap: 8px; margin-top: 12px; }
.news input {
  flex: 1; min-height: 44px; border: 1px solid var(--line); background: #fff;
  color: var(--ink); border-radius: 12px; padding: 0 12px;
}

/* Tray */
.tray {
  position: sticky; bottom: 0; z-index: 35;
  background: var(--paper-raised);
  border-block-start: 1px solid var(--line);
  box-shadow: 0 -10px 30px rgb(30 43 74 / 0.08);
  padding: 10px 0 calc(10px + env(safe-area-inset-bottom));
}
.tray__bar { display: flex; align-items: center; gap: 12px; }
.tray__slots { display: flex; gap: 6px; flex: 1; min-width: 0; overflow: auto; }
.tray__slot {
  width: 40px; height: 40px; border: 1px dashed var(--line); border-radius: 10px;
  background: var(--paper); overflow: hidden; flex-shrink: 0;
}
.tray__slot img { width: 100%; height: 100%; object-fit: cover; }
.tray__slot.is-on { border-style: solid; border-color: var(--gold); }
.tray__meta { font-size: var(--fs-caption); color: var(--ink-soft); }
body.has-tray { padding-bottom: var(--tray); }

/* Search layout */
.search-layout {
  display: grid; gap: 24px; padding: 24px 0 80px;
  grid-template-areas: "results";
}
.search-layout > section { grid-area: results; min-width: 0; }
@media (min-width: 900px) {
  .search-layout {
    grid-template-columns: 240px minmax(0, 1fr);
    grid-template-areas: "filters results";
    align-items: start;
  }
}
.filters {
  grid-area: filters;
  background: var(--paper-raised);
  border-radius: var(--r); padding: 22px;
  box-shadow: var(--shadow-sm);
}
.filters__close { display: none; }
.filters h2 { font-size: 1rem; font-family: var(--font-body); }
.filters fieldset { border: 0; padding: 0; margin: 0 0 20px; }
.filters legend { font-size: var(--fs-sm); font-weight: 600; margin-bottom: 10px; }
.filters label { display: flex; align-items: center; gap: 8px; min-height: 36px; font-size: var(--fs-sm); cursor: pointer; }
.filters input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--gold); }
.search-toolbar { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; align-items: end; margin-bottom: 20px; }
.empty { text-align: center; padding: 64px 16px; color: var(--ink-soft); }
.pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }

/* Hall detail */
.gallery { display: grid; gap: 8px; }
@media (min-width: 800px) {
  .gallery { grid-template-columns: 2fr 1fr; grid-template-rows: 1fr 1fr; min-height: 420px; }
  .gallery a:first-child { grid-row: 1 / span 2; }
}
.gallery a { display: block; overflow: hidden; background: var(--paper-sunken); min-height: 180px; border-radius: 16px; }
.gallery img { width: 100%; height: 100%; object-fit: cover; min-height: 180px; }
.hall-head { display: grid; gap: 20px; padding: 28px 0; }
@media (min-width: 900px) { .hall-head { grid-template-columns: 1fr 300px; align-items: start; } }
.facts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; margin: 24px 0; }
.facts dt { font-size: var(--fs-caption); color: var(--ink-mute); }
.facts dd { margin: 0; font-weight: 600; }
.pkg { display: grid; gap: 16px; }
@media (min-width: 700px) { .pkg { grid-template-columns: 1fr 1fr; } }
.pkg article {
  padding: 20px; border-radius: var(--r); background: var(--paper-raised);
  box-shadow: var(--shadow-sm);
}
.pkg .when { font-size: var(--fs-caption); color: var(--gold); letter-spacing: 0.08em; text-transform: uppercase; }
.side-card {
  padding: 22px; border-radius: var(--r); background: var(--paper-raised);
  box-shadow: var(--shadow); position: sticky; top: 96px;
}
.muted { color: var(--ink-soft); font-size: var(--fs-sm); }
hr.rule { border: 0; border-block-start: 1px solid var(--line); margin: 32px 0; }

/* Quote */
.steps { display: flex; gap: 16px; font-size: var(--fs-sm); color: var(--ink-mute); margin-bottom: 24px; }
.steps .is-on { color: var(--ink); border-block-end: 2px solid var(--gold); }
.quote-grid { display: grid; gap: 32px; }
@media (min-width: 900px) { .quote-grid { grid-template-columns: 1.1fr 0.9fr; } }
.pick {
  display: flex; gap: 12px; padding: 12px 0;
  border-block-end: 1px solid var(--line); align-items: center;
}
.pick img { width: 72px; height: 56px; object-fit: cover; border-radius: 10px; }
.confirm { max-width: 36em; padding: 48px 0 80px; }
.confirm .hand { font-family: var(--font-display); font-size: 1.1rem; color: var(--gold); margin-bottom: 8px; }

/* Magazine / editorial */
.mag-grid { display: grid; gap: 28px; }
@media (min-width: 800px) { .mag-grid { grid-template-columns: 1fr 1fr; } }
.mag-card {
  text-decoration: none; display: grid; gap: 12px;
  background: var(--paper-raised); border-radius: var(--r); overflow: hidden;
  box-shadow: var(--shadow-sm); padding-bottom: 16px;
}
.mag-card img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; background: var(--paper-sunken); }
.mag-card h2, .mag-card p, .mag-card .chip, .mag-card .muted { margin-inline: 16px; }
.article { max-width: 42em; margin: 0 auto; padding: 32px 0 80px; }
.article .body { font-size: 1.05rem; }
.prose p { margin-bottom: 1em; }
.prose h2 { margin-top: 1.6em; }
.prose ul { padding-inline-start: 1.2em; }

.page-hero { padding: 40px 0 28px; }
.crumbs { font-size: var(--fs-caption); color: var(--ink-mute); padding: 16px 0 0; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 0; padding: 0; }
.crumbs li:not(:last-child)::after { content: "·"; margin-inline-start: 6px; color: var(--line); }
.crumbs a { text-decoration: none; }

.contact-grid { display: grid; gap: 40px; padding: 40px 0 80px; }
@media (min-width: 800px) { .contact-grid { grid-template-columns: 0.8fr 1.2fr; } }

.toast {
  position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%);
  background: var(--ink); color: #fff; padding: 12px 18px;
  border-radius: 12px; font-size: var(--fs-sm); z-index: 80;
  animation: toastIn var(--t) var(--ease);
  max-width: min(92vw, 420px);
}
@keyframes toastIn { from { opacity: 0; transform: translateX(-50%) translateY(8px); } to { opacity: 1; } }

.lightbox { position: fixed; inset: 0; background: rgb(30 43 74 / 0.92); z-index: 90; display: grid; place-items: center; padding: 24px; }
.lightbox img { max-height: 88vh; max-width: 100%; border-radius: 12px; }
.lightbox button { position: absolute; background: none; border: 0; color: #f7f1e4; min-width: 44px; min-height: 44px; cursor: pointer; }
.lightbox .x { top: 12px; inset-inline-end: 12px; }
.lightbox .prev { inset-inline-start: 8px; top: 50%; }
.lightbox .next { inset-inline-end: 8px; top: 50%; }

.portal { min-height: 100vh; display: grid; place-items: center; padding: 32px 16px; background: var(--night); color: var(--night-ink); }
.portal-card { width: min(100%, 420px); background: var(--paper-raised); color: var(--ink); padding: 32px; border-radius: var(--r); }
.alert { padding: 12px 14px; border-radius: 12px; font-size: var(--fs-sm); margin-bottom: 16px; }
.alert-ok { background: var(--olive-wash); color: var(--olive); }
.alert-err { background: #f3e4e1; color: var(--danger); }

.filter-toggle { display: inline-flex; }
@media (min-width: 900px) { .filter-toggle { display: none; } }
@media (max-width: 899px) {
  .filters {
    position: fixed; inset-block: 0; inset-inline-start: 0; inset-inline-end: auto;
    width: min(92vw, 340px); z-index: 45;
    transform: translateX(100%); transition: transform var(--t) var(--ease);
    overflow: auto; border-radius: 0 16px 16px 0; display: block;
  }
  .filters.is-open { transform: none; }
  .filters__close { display: inline-flex; }
  .filter-scrim { display: none; position: fixed; inset: 0; background: rgb(30 43 74 / 0.4); z-index: 44; }
  .filter-scrim.is-open { display: block; }
}

.similar { display: grid; gap: 12px; }
.similar a { display: flex; gap: 12px; text-decoration: none; align-items: center; }
.similar img { width: 72px; height: 56px; object-fit: cover; border-radius: 10px; }

.sup-grid { display: grid; gap: 16px; }
@media (min-width: 700px) { .sup-grid { grid-template-columns: 1fr 1fr; } }
.sup-card {
  padding: 20px; border-radius: var(--r); background: var(--paper-raised);
  box-shadow: var(--shadow-sm);
}

.shot-note { font-size: var(--fs-caption); color: var(--ink-mute); font-style: italic; }

.flatpickr-calendar {
  font-family: var(--font-body);
  direction: rtl;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 16px;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange {
  background: var(--gold);
  border-color: var(--gold);
}
.flatpickr-months .flatpickr-month { color: var(--ink); }
.hero .search-extras .muted { color: inherit; }

.search-flash {
  background: var(--gold-wash); color: var(--gold-deep);
  border-radius: 12px; padding: 12px 16px; margin-bottom: 16px; font-size: var(--fs-sm);
}

.seo-table { width: 100%; border-collapse: collapse; margin: 1.2em 0 1.6em; font-size: var(--fs-sm); }
.seo-table th, .seo-table td { border-bottom: 1px solid var(--line); padding: 10px 8px; text-align: start; vertical-align: top; }
.seo-table th { font-weight: 700; color: var(--ink); }
.seo-cta {
  margin: 32px 0; padding: 24px; background: var(--paper-sunken);
  border-radius: var(--r); border: 1px solid var(--line);
}
.seo-cta h2 { margin: 0 0 8px; font-size: var(--fs-h3); }
.seo-cta p { margin: 0 0 12px; }
.seo-related { margin: 36px 0 8px; }
.seo-related ul { display: flex; flex-wrap: wrap; gap: 8px 16px; list-style: none; padding: 0; }
.seo-related a { text-decoration: none; }
.city-seo { margin: 8px 0 28px; }
.city-seo h2 { font-size: var(--fs-h3); }
.city-seo h3 { font-size: 1.05rem; margin-top: 1.1em; }
.guide-pills { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 0 0 8px; }
.guide-pills a {
  display: inline-block; padding: 8px 14px; border-radius: var(--r-pill);
  background: var(--paper-raised); border: 1px solid var(--line); text-decoration: none;
  font-size: var(--fs-sm);
}
.guides-band { padding: 28px 0 8px; }
.prose a { text-decoration-thickness: 1px; }

