/* ============================================================
   Happiora — boutique hotel & private gaming house
   Light "casino luxe" system: ivory base, deep emerald, brass.
   Bootstrap does the heavy lifting; this file is the custom layer.
   Naming: BEM-lite (.block__el--mod). Keep it tidy, future me.
   ============================================================ */

:root {
  --ivory: #f5efe3;
  --paper: #faf6ec;
  --cream-2: #ece1cc;
  --emerald: #123026;
  --emerald-2: #0d241d;
  --emerald-3: #1b4234;
  --brass: #b08a3e;
  --brass-soft: #d9be82;
  --clay: #a4552f;
  --ink: #1c211e;
  --muted: #61675f;
  --line: rgba(28, 33, 30, .14);
  --line-soft: rgba(28, 33, 30, .07);
  --shadow-1: 0 18px 45px -18px rgba(18, 48, 38, .28);
  --shadow-2: 0 30px 70px -30px rgba(18, 48, 38, .4);
  --radius: 18px;
  --header-h: 112px;
  --ff-display: "Fraunces", Georgia, serif;
  --ff-body: "Manrope", -apple-system, "Segoe UI", sans-serif;
}

/* ---------- base ---------- */
html { scroll-behavior: smooth; overflow-x:hidden}

body {
  font-family: var(--ff-body);
  color: var(--ink);
  background: var(--ivory);
  padding-top: var(--header-h); /* fixed header compensation */
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

h1, h2, h3, .display-font { font-family: var(--ff-display); font-weight: 500; letter-spacing: -.01em; }
h4, h5, h6 { font-family: var(--ff-body); font-weight: 700; }

p { color: var(--muted); line-height: 1.7; }

a { color: var(--emerald); }
img { max-width: 100%; background: var(--cream-2); } /* warm placeholder until photos land */

section { position: relative; }
.section-pad { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.section-pad-sm { padding: clamp(3rem, 6vw, 5rem) 0; }

/* thin page texture: barely-there warm vignette */
.page-content {
  background:
    radial-gradient(60vw 40vw at 110% -5%, rgba(217, 190, 130, .18), transparent 60%),
    radial-gradient(50vw 35vw at -10% 25%, rgba(27, 66, 52, .07), transparent 55%),
    var(--ivory);
}

/* ---------- typography helpers ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--clay);
}
.eyebrow::before {
  content: "";
  width: 2.2rem; height: 1px;
  background: var(--brass);
}
.eyebrow--light { color: var(--brass-soft); }

.h-display { font-size: clamp(2.6rem, 6vw, 4.6rem); line-height: 1.02; }
.h-sec { font-size: clamp(2rem, 4.4vw, 3.3rem); line-height: 1.08; }
.lead-luxe { font-size: clamp(1.02rem, 1.4vw, 1.2rem); color: var(--muted); max-width: 56ch; }
.text-serif-em { font-family: var(--ff-display); font-style: italic; color: var(--emerald); }

/* oversized ghost number / word behind sections */
.ghost {
  position: absolute;
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: clamp(7rem, 18vw, 16rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(18, 48, 38, .12);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.ghost--light { -webkit-text-stroke-color: rgba(250, 246, 236, .14); }

/* ---------- buttons ---------- */
.btn { border-radius: 999px; font-weight: 700; font-size: .92rem; padding: .8rem 1.7rem; transition: all .25s ease; }
.btn i { margin-left: .55rem; transition: transform .25s ease; }
.btn:hover i { transform: translateX(4px); }

.btn-brass {
  background: var(--brass);
  color: #fff;
  border: 1px solid var(--brass);
  box-shadow: 0 12px 28px -12px rgba(176, 138, 62, .65);
}
.btn-brass:hover { background: var(--emerald); border-color: var(--emerald); color: #fff; }

.btn-ink {
  background: var(--emerald);
  color: var(--paper);
  border: 1px solid var(--emerald);
}
.btn-ink:hover { background: var(--brass); border-color: var(--brass); color: #fff; }

.btn-line {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}
.btn-line:hover { border-color: var(--emerald); background: var(--emerald); color: var(--paper); }

.btn-paper {
  background: var(--paper);
  color: var(--emerald);
  border: 1px solid var(--paper);
}
.btn-paper:hover { background: var(--brass); border-color: var(--brass); color: #fff; }

/* pills & chips */
.chip {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .45rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 600;
  color: var(--ink);
  background: rgba(250, 246, 236, .6);
}
.chip i { color: var(--brass); }
.chip--solid { background: var(--emerald); color: var(--paper); border-color: var(--emerald); }
.chip--solid i { color: var(--brass-soft); }

.dot-live { width: .5rem; height: .5rem; border-radius: 50%; background: #2e9e63; display: inline-block; animation: pulse 1.8s infinite; }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(46, 158, 99, .5); }
  70% { box-shadow: 0 0 0 9px rgba(46, 158, 99, 0); }
  100% { box-shadow: 0 0 0 0 rgba(46, 158, 99, 0); }
}

/* media tile: bg photo w/ dark overlay (src filled by build step) */
.media-tile {
  position: relative;
  border-radius: var(--radius);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-shadow: var(--shadow-1);
}
.media-tile--frame::after {
  content: "";
  position: absolute;
  inset: .8rem;
  border: 1px solid rgba(250, 246, 236, .5);
  border-radius: calc(var(--radius) - 8px);
  pointer-events: none;
}
.ratio-43 { aspect-ratio: 4 / 3; }
.ratio-169 { aspect-ratio: 16 / 9; }
.ratio-34 { aspect-ratio: 3 / 4; }
.ratio-11 { aspect-ratio: 1 / 1; }

/* <img> inside fixed-ratio wrappers behaves like a cover photo */
.room-card__img img,
.svc-card__img img,
.work-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1045;
  background: rgba(245, 239, 227, .92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
  transition: box-shadow .3s ease;
}
.site-header.is-scrolled { box-shadow: 0 14px 34px -20px rgba(18, 48, 38, .35); }

.topbar {
  background: var(--emerald);
  color: rgba(250, 246, 236, .85);
  font-size: .78rem;
}
.topbar__row {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding-top: .45rem;
  padding-bottom: .45rem;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}
.topbar__row::-webkit-scrollbar { display: none; }
.topbar__item { display: inline-flex; align-items: center; gap: .45rem; color: rgba(250, 246, 236, .85); text-decoration: none; }
.topbar__item i { color: var(--brass-soft); font-size: .72rem; }
.topbar__item--addr { margin-left: auto; }
a.topbar__item:hover { color: #fff; }

.nav-main { padding: .9rem 0; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand__logo { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 2px var(--paper), 0 0 0 3px var(--brass); }
.brand__text {
  font-family: var(--ff-display);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--emerald);
  line-height: 1;
  display: flex;
  flex-direction: column;
}
.brand__text small {
  font-family: var(--ff-body);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--clay);
  margin-top: .3rem;
}

.nav-main .nav-link {
  color: var(--ink);
  font-weight: 600;
  font-size: .95rem;
  padding: .55rem 1rem;
  position: relative;
}
.nav-main .nav-link::after {
  content: "";
  position: absolute;
  left: 1rem; right: 1rem; bottom: .25rem;
  height: 2px;
  background: var(--brass);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.nav-main .nav-link:hover::after,
.nav-main .nav-link.active::after { transform: scaleX(1); }

.nav-burger {
  border: 1px solid var(--line);
  background: var(--paper);
  width: 46px; height: 46px;
  border-radius: 50%;
  color: var(--emerald);
  font-size: 1.05rem;
  display: none;
}
.nav-cta .btn { padding: .6rem 1.4rem; }

.nav-contacts {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px dashed var(--line);
  display: flex;
  flex-direction: column;
  gap: .65rem;
  font-size: .9rem;
}
.nav-contacts__item { display: inline-flex; align-items: center; gap: .6rem; color: var(--ink); text-decoration: none; }
.nav-contacts__item i { color: var(--brass); width: 1.1rem; }

/* ============================================================
   HERO — home (kinetic type, media window inside the word)
   ============================================================ */
.hero {
  padding: clamp(3.5rem, 7vw, 6.5rem) 0 0;
  overflow: hidden;
}
.hero__status {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  align-items: center;
  margin-bottom: clamp(1.6rem, 3vw, 2.6rem);
}
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .55rem 1.15rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.status-pill--solid { background: var(--emerald); color: var(--paper); }
.status-pill--line { border: 1px solid var(--line); color: var(--ink); background: rgba(250,246,236,.5); }

.hero__title {
  font-size: clamp(3.4rem, 12.5vw, 10.5rem);
  line-height: .95;
  font-weight: 500;
  color: var(--emerald);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.hero__media {
  display: inline-block;
  width: 1.9em;
  height: .78em;
  border-radius: 999px;
  margin: 0 .08em;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(250,246,236,.4), var(--shadow-1);
  transform: translateY(-.04em);
}
.hero__sub {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: clamp(1.4rem, 3vw, 2.4rem);
}
.hero__lead { font-size: clamp(1.05rem, 1.6vw, 1.3rem); max-width: 34ch; margin: 0; color: var(--ink); }
.hero__lead strong { color: var(--emerald); }

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  margin-top: clamp(2rem, 4vw, 3rem);
}
.hero__rating { display: inline-flex; align-items: center; gap: .6rem; font-size: .85rem; font-weight: 700; }
.hero__rating .stars { color: var(--brass); letter-spacing: .15em; }

.hero__meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  margin-top: clamp(2.4rem, 5vw, 4rem);
}
.hero__meta-item {
  padding: 1.3rem 1.4rem 1.6rem;
  border-right: 1px solid var(--line);
}
.hero__meta-item:last-child { border-right: 0; }
.hero__meta-item .num { font-family: var(--ff-display); font-size: 1.9rem; color: var(--emerald); }
.hero__meta-item .lbl { font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); font-weight: 700; }

.hero__side-note {
  position: absolute;
  right: 1.2rem; top: 42%;
  writing-mode: vertical-rl;
  font-size: .72rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--muted);
  display: none;
}
@media (min-width: 1200px) { .hero__side-note { display: block; } }

/* marquee strip under hero */
.marquee {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  padding: 1rem 0;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  background: var(--paper);
}
.marquee__track {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: marquee 26s linear infinite;
}
.marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 3rem;
  font-family: var(--ff-display);
  font-size: 1.35rem;
  color: var(--emerald);
  white-space: nowrap;
}
.marquee__item i { color: var(--brass); font-size: .8rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero { padding: clamp(3rem, 6vw, 5.5rem) 0 clamp(3rem, 6vw, 5rem); overflow: hidden; }
.page-hero h1 { font-size: clamp(2.8rem, 7vw, 5.6rem); line-height: 1; color: var(--emerald); margin: 1.1rem 0 0; }
.page-hero .lead { font-size: clamp(1.02rem, 1.5vw, 1.25rem); color: var(--muted); max-width: 52ch; margin-top: 1.4rem; }
.page-hero__chips { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.8rem; }
.page-hero__media { position: relative; }
.page-hero__badge {
  position: absolute;
  left: -1.2rem; bottom: 1.6rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: .9rem 1.2rem;
  box-shadow: var(--shadow-1);
  max-width: 15rem;
}
.page-hero__badge .num { font-family: var(--ff-display); font-size: 1.6rem; color: var(--emerald); }
.page-hero__badge .lbl { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--muted); }

.breadcrumb-luxe { display: inline-flex; align-items: center; gap: .6rem; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.breadcrumb-luxe a { color: var(--clay); text-decoration: none; }
.breadcrumb-luxe i { font-size: .55rem; color: var(--brass); }

/* ============================================================
   BENTO — the house
   ============================================================ */
.bento {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(12, 1fr);
}
.bento__cell {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 1.8rem;
  position: relative;
  overflow: hidden;
  min-height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform .3s ease, box-shadow .3s ease;
}
.bento__cell:hover { transform: translateY(-4px); box-shadow: var(--shadow-1); }
.bento__cell--wide { grid-column: span 7; }
.bento__cell--mid { grid-column: span 5; }
.bento__cell--third { grid-column: span 4; }
.bento__cell--img { color: var(--paper); border: 0; background-size: cover; background-position: center; }
.bento__cell--img .bento__tag { background: rgba(250,246,236,.16); color: var(--paper); border-color: rgba(250,246,236,.35); }
.bento__cell--img h3, .bento__cell--img p { color: var(--paper); }
.bento__cell--img p { color: rgba(250,246,236,.75); }

.bento__tag {
  align-self: flex-start;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: .35rem .8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--clay);
  margin-bottom: auto;
}
.bento__cell h3 { font-size: 1.7rem; margin: 1.6rem 0 .5rem; }
.bento__cell p { font-size: .92rem; margin: 0; }
.bento__link { margin-top: 1.1rem; font-weight: 700; font-size: .88rem; text-decoration: none; display: inline-flex; align-items: center; gap: .5rem; }
.bento__cell--img .bento__link { color: var(--brass-soft); }
.bento__link i { transition: transform .25s; }
.bento__cell:hover .bento__link i { transform: translateX(5px); }
.bento__icon { position: absolute; top: 1.6rem; right: 1.6rem; font-size: 1.4rem; color: var(--brass); }
.bento__stat { font-family: var(--ff-display); font-size: 3rem; color: var(--emerald); line-height: 1; }

/* ============================================================
   STAY — room cards
   ============================================================ */
.room-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
}
.room-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-2); }
.room-card__img { aspect-ratio: 4 / 3; background-size: cover; background-position: center; position: relative; }
.room-card__rate {
  position: absolute;
  left: 1rem; bottom: 1rem;
  background: rgba(250, 246, 236, .94);
  border-radius: 999px;
  padding: .4rem 1rem;
  font-size: .8rem;
  font-weight: 800;
  color: var(--emerald);
}
.room-card__body { padding: 1.6rem; display: flex; flex-direction: column; flex: 1; }
.room-card__body h3 { font-size: 1.55rem; }
.room-card__feats { list-style: none; padding: 0; margin: .9rem 0 1.3rem; display: flex; flex-wrap: wrap; gap: .45rem; }
.room-card__feats li {
  font-size: .74rem; font-weight: 700;
  padding: .3rem .7rem;
  border-radius: 999px;
  background: var(--cream-2);
  color: var(--emerald);
}
.room-card__foot { margin-top: auto; display: flex; justify-content: space-between; align-items: center; border-top: 1px dashed var(--line); padding-top: 1.1rem; }
.room-card__price { font-family: var(--ff-display); font-size: 1.35rem; color: var(--emerald); }
.room-card__price small { font-family: var(--ff-body); font-size: .72rem; color: var(--muted); font-weight: 600; }

/* ============================================================
   GAMING — hover reveal list
   ============================================================ */
.reveal-wrap { position: relative; }
.reveal-row {
  display: grid;
  grid-template-columns: 3.5rem 1fr auto;
  align-items: center;
  gap: 1.4rem;
  padding: 1.7rem 1rem;
  border-top: 1px solid var(--line);
  cursor: pointer;
  transition: background .25s ease, padding .25s ease;
  position: relative;
}
.reveal-row:last-child { border-bottom: 1px solid var(--line); }
.reveal-row:hover { background: var(--paper); padding-left: 1.6rem; }
.reveal-row__num { font-family: var(--ff-display); font-size: 1.15rem; color: var(--brass); }
.reveal-row__name { font-family: var(--ff-display); font-size: clamp(1.5rem, 2.6vw, 2.2rem); color: var(--emerald); margin: 0; }
.reveal-row__desc { font-size: .88rem; margin: .35rem 0 0; }
.reveal-row__icon {
  width: 3rem; height: 3rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--emerald);
  transition: all .3s;
}
.reveal-row:hover .reveal-row__icon { background: var(--emerald); color: var(--brass-soft); transform: rotate(45deg); }
/* floating preview (desktop only) */
.reveal-row__preview {
  position: absolute;
  top: 50%; right: 8%;
  width: 16rem; height: 10.5rem;
  border-radius: 14px;
  transform: translateY(-50%) rotate(-3deg) scale(.9);
  background-size: cover;
  background-position: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease, transform .3s ease;
  box-shadow: var(--shadow-2);
  z-index: 5;
}
.reveal-row:hover .reveal-row__preview { opacity: 1; transform: translateY(-50%) rotate(-3deg) scale(1); }
.reveal-row__inline-img { display: none; }
@media (max-width: 991.98px) {
  .reveal-row { grid-template-columns: 2.4rem 1fr; }
  .reveal-row__icon { display: none; }
  .reveal-row__preview { display: none; }
  .reveal-row__inline-img {
    display: block;
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    margin-top: 1rem;
    background-size: cover;
    background-position: center;
  }
}

/* ============================================================
   TRIPTYCH — events
   ============================================================ */
.triptych { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.trip-panel {
  border-radius: var(--radius);
  min-height: 26rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.8rem;
  color: var(--paper);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  transition: transform .3s ease;
}
.trip-panel:hover { transform: translateY(-5px); }
.trip-panel__num {
  position: absolute;
  top: 1.3rem; right: 1.5rem;
  font-family: var(--ff-display);
  font-size: 2.4rem;
  color: rgba(250, 246, 236, .5);
}
.trip-panel h3 { color: var(--paper); font-size: 1.65rem; }
.trip-panel p { color: rgba(250, 246, 236, .78); font-size: .9rem; }
.trip-panel ul { list-style: none; padding: 0; margin: 0 0 1.2rem; }
.trip-panel ul li { font-size: .84rem; padding: .35rem 0; color: rgba(250,246,236,.85); border-top: 1px solid rgba(250,246,236,.18); }
.trip-panel ul li i { color: var(--brass-soft); margin-right: .55rem; }

/* ============================================================
   STAT WALL — dark emerald
   ============================================================ */
.stat-wall { background: var(--emerald); color: var(--paper); border-radius: calc(var(--radius) + 10px); overflow: hidden; position: relative; }
.stat-wall__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-wall__cell { padding: clamp(1.8rem, 3.5vw, 3rem); border-right: 1px solid rgba(250,246,236,.12); position: relative; }
.stat-wall__cell:last-child { border-right: 0; }
.stat-wall__num { font-family: var(--ff-display); font-size: clamp(2.6rem, 5.5vw, 4.4rem); line-height: 1; color: var(--paper); }
.stat-wall__num sup { font-size: .45em; color: var(--brass-soft); }
.stat-wall__lbl { margin-top: .8rem; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(250,246,236,.6); font-weight: 700; }
.stat-wall__cell i { position: absolute; top: 1.4rem; right: 1.4rem; color: var(--brass-soft); opacity: .8; }
.stat-wall__foot { border-top: 1px solid rgba(250,246,236,.12); padding: 1.1rem 2rem; display: flex; flex-wrap: wrap; gap: 1.6rem; font-size: .82rem; color: rgba(250,246,236,.65); }
.stat-wall__foot span { display: inline-flex; align-items: center; gap: .5rem; }
.stat-wall__foot i { color: var(--brass-soft); }

/* ============================================================
   SPLIT-TONE editorial (story / philosophy)
   ============================================================ */
.split-tone { display: grid; grid-template-columns: 1fr 1fr; border-radius: calc(var(--radius) + 10px); overflow: hidden; border: 1px solid var(--line); }
.split-tone__light { background: var(--paper); padding: clamp(2rem, 4.5vw, 4rem); }
.split-tone__dark { background: var(--emerald); color: var(--paper); padding: clamp(2rem, 4.5vw, 4rem); position: relative; background-size: cover; background-position: center; }
.split-tone__dark p { color: rgba(250,246,236,.78); }
.split-tone__dark h3 { color: var(--paper); }
.strike-list { list-style: none; padding: 0; margin: 1.6rem 0; }
.strike-list li { padding: .7rem 0; border-top: 1px solid var(--line-soft); font-weight: 600; color: var(--muted); display: flex; gap: .8rem; align-items: baseline; }
.strike-list li i { color: var(--clay); font-size: .8rem; }
.check-list { list-style: none; padding: 0; margin: 1.6rem 0; }
.check-list li { padding: .7rem 0; border-top: 1px solid rgba(250,246,236,.14); font-weight: 600; color: rgba(250,246,236,.9); display: flex; gap: .8rem; align-items: baseline; }
.check-list li i { color: var(--brass-soft); font-size: .8rem; }
.sig-img { width: 9rem; opacity: .85; margin-top: 1.5rem; filter: brightness(0) invert(1); }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testi { background: var(--paper); border: 1px solid var(--line); border-radius: calc(var(--radius) + 10px); overflow: hidden; }
.testi__quote { padding: clamp(2rem, 4.5vw, 4rem); }
.testi__mark { font-family: var(--ff-display); font-size: 5rem; line-height: .6; color: var(--brass); }
.testi__text { font-family: var(--ff-display); font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: 1.35; color: var(--emerald); }
.testi__who { display: flex; align-items: center; gap: 1rem; margin-top: 1.8rem; }
.testi__who img { width: 3.2rem; height: 3.2rem; border-radius: 50%; object-fit: cover; border: 2px solid var(--brass-soft); }
.testi__who .nm { font-weight: 800; color: var(--ink); }
.testi__who .rl { font-size: .8rem; color: var(--muted); }
.testi__media { min-height: 22rem; background-size: cover; background-position: center; position: relative; display: flex; align-items: center; justify-content: center; }
.testi__play {
  width: 5rem; height: 5rem; border-radius: 50%;
  background: rgba(250,246,236,.92);
  color: var(--emerald);
  display: grid; place-items: center;
  font-size: 1.3rem;
  box-shadow: var(--shadow-2);
  transition: transform .25s;
}
.testi__media:hover .testi__play { transform: scale(1.08); }
.testi__nav { display: flex; gap: .6rem; margin-top: 1.6rem; }
.testi__nav button {
  width: 2.8rem; height: 2.8rem;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--emerald);
}
.testi__nav button:hover { background: var(--emerald); color: var(--paper); }

/* ============================================================
   VISIT / location
   ============================================================ */
.visit-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.8rem;
  height: 100%;
}
.visit-card__icon {
  width: 3rem; height: 3rem;
  border-radius: 12px;
  background: var(--emerald);
  color: var(--brass-soft);
  display: grid; place-items: center;
  margin-bottom: 1.2rem;
}
.visit-card h3 { font-size: 1.35rem; }
.hours-line { display: flex; justify-content: space-between; padding: .55rem 0; border-top: 1px dashed var(--line); font-size: .88rem; }
.hours-line span:last-child { font-weight: 700; color: var(--emerald); }

.offline-banner {
  background: var(--emerald);
  color: var(--paper);
  border-radius: var(--radius);
  padding: 1.4rem 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
}
.offline-banner i { color: var(--brass-soft); font-size: 1.4rem; }
.offline-banner p { color: rgba(250,246,236,.85); margin: 0; font-size: .95rem; flex: 1; min-width: 16rem; }
.offline-banner strong { color: var(--brass-soft); }

/* ============================================================
   CTA finale + forms
   ============================================================ */
.cta-finale {
  border-radius: calc(var(--radius) + 14px);
  overflow: hidden;
  background: var(--emerald-2);
  color: var(--paper);
  background-size: cover;
  background-position: center;
  position: relative;
}
.cta-finale__inner { padding: clamp(2.6rem, 6vw, 5.5rem); position: relative; }
.cta-finale h2 { font-size: clamp(2.4rem, 5.5vw, 4.2rem); color: var(--paper); line-height: 1.03; }
.cta-finale p { color: rgba(250,246,236,.75); }

.form-luxe .form-control,
.form-luxe .form-select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: .9rem .2rem;
  font-size: 1rem;
  color: var(--ink);
}
.form-luxe .form-control:focus,
.form-luxe .form-select:focus {
  background: transparent;
  box-shadow: none;
  border-color: var(--brass);
  color: var(--ink);
}
.form-luxe .form-control::placeholder { color: var(--muted); }
.form-luxe label { font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }

.form-luxe--dark .form-control,
.form-luxe--dark .form-select {
  border-bottom-color: rgba(250,246,236,.28);
  color: var(--paper);
}
.form-luxe--dark .form-control:focus,
.form-luxe--dark .form-select:focus { border-color: var(--brass-soft); color: var(--paper); }
.form-luxe--dark .form-control::placeholder { color: rgba(250,246,236,.5); }
.form-luxe--dark label { color: rgba(250,246,236,.6); }
.form-luxe--dark .form-select option { color: var(--ink); }

.partner-chip {
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  background: rgba(250,246,236,.1);
  border: 1px solid rgba(250,246,236,.22);
  padding: .6rem 1.1rem .6rem .6rem;
  border-radius: 999px;
}
.partner-chip img { width: 2.9rem; height: 2.9rem; border-radius: 50%; object-fit: cover; }
.partner-chip .nm { font-weight: 800; color: var(--paper); font-size: .9rem; }
.partner-chip .rl { font-size: .75rem; color: rgba(250,246,236,.6); }

/* ============================================================
   SERVICES catalog
   ============================================================ */
.svc-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  transition: transform .3s ease, box-shadow .3s ease;
}
.svc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-2); }
.svc-card__img { aspect-ratio: 16 / 10; background-size: cover; background-position: center; position: relative; }
.svc-card__tag {
  position: absolute; top: 1rem; left: 1rem;
  background: rgba(250,246,236,.92);
  color: var(--emerald);
  font-size: .68rem; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase;
  padding: .35rem .8rem; border-radius: 999px;
}
.svc-card__body { padding: 1.5rem 1.6rem 1.6rem; display: flex; flex-direction: column; flex: 1; }
.svc-card__body h3 { font-size: 1.45rem; color: var(--emerald); }
.svc-card__body p { font-size: .9rem; flex: 1; }
.svc-card__foot { display: flex; justify-content: space-between; align-items: center; margin-top: 1rem; }
.svc-card__price { font-weight: 800; color: var(--clay); font-size: .9rem; }
.svc-card__go { font-weight: 700; font-size: .86rem; color: var(--emerald); }
.svc-card__go i { transition: transform .25s; }
.svc-card:hover .svc-card__go i { transform: translateX(5px); }

/* steps / process */
.step-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; counter-reset: steps; }
.step-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; position: relative; }
.step-card::before {
  counter-increment: steps;
  content: "0" counter(steps);
  font-family: var(--ff-display);
  font-size: 2.6rem;
  color: var(--brass);
  display: block;
  line-height: 1;
  margin-bottom: 1rem;
}
.step-card h3 { font-size: 1.15rem; font-family: var(--ff-body); font-weight: 800; }
.step-card p { font-size: .86rem; margin: 0; }

/* ============================================================
   SERVICE DETAIL blocks
   ============================================================ */
.amen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.amen-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
  padding: 1.2rem 1.3rem;
  display: flex;
  gap: .9rem;
  align-items: flex-start;
}
.amen-item i { color: var(--brass); font-size: 1.15rem; margin-top: .15rem; }
.amen-item .t { font-weight: 800; font-size: .92rem; }
.amen-item .d { font-size: .8rem; color: var(--muted); }

.rate-box {
  background: var(--emerald);
  color: var(--paper);
  border-radius: var(--radius);
  padding: 2rem;
  position: sticky;
  top: calc(var(--header-h) + 1.5rem);
}
.rate-box .price { font-family: var(--ff-display); font-size: 3rem; line-height: 1; }
.rate-box .price small { font-family: var(--ff-body); font-size: .85rem; color: rgba(250,246,236,.6); }
.rate-box ul { list-style: none; padding: 0; margin: 1.4rem 0; }
.rate-box ul li { padding: .55rem 0; border-top: 1px solid rgba(250,246,236,.14); font-size: .88rem; color: rgba(250,246,236,.85); }
.rate-box ul li i { color: var(--brass-soft); margin-right: .6rem; }

.gallery-band { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 1.2rem; }
.gallery-band .media-tile { min-height: 20rem; }
.gallery-band .media-tile:nth-child(2) { margin-top: 2.5rem; }
.gallery-band .media-tile:nth-child(3) { margin-top: 5rem; }

.faq-acc .accordion-item { background: var(--paper); border: 1px solid var(--line); border-radius: 14px !important; margin-bottom: .8rem; overflow: hidden; }
.faq-acc .accordion-button { background: var(--paper); font-weight: 700; color: var(--ink); box-shadow: none; }
.faq-acc .accordion-button:not(.collapsed) { background: var(--cream-2); color: var(--emerald); }
.faq-acc .accordion-button:focus { box-shadow: none; border: 0; }
.faq-acc .accordion-body { color: var(--muted); font-size: .92rem; }

/* ============================================================
   ABOUT — timeline, team, portfolio
   ============================================================ */
.timeline { position: relative; padding-left: 2.2rem; }
.timeline::before { content: ""; position: absolute; left: .45rem; top: .4rem; bottom: .4rem; width: 1px; background: var(--line); }
.timeline__item { position: relative; padding-bottom: 2.2rem; }
.timeline__item:last-child { padding-bottom: 0; }
.timeline__item::before {
  content: "";
  position: absolute;
  left: -1.98rem; top: .35rem;
  width: .8rem; height: .8rem;
  border-radius: 50%;
  background: var(--brass);
  box-shadow: 0 0 0 4px var(--ivory);
}
.timeline__year { font-family: var(--ff-display); font-size: 1.5rem; color: var(--emerald); }
.timeline__item p { font-size: .92rem; margin: .3rem 0 0; }

.team-card { position: relative; border-radius: var(--radius); overflow: hidden; }
.team-card img { aspect-ratio: 3 / 4; width: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.team-card:hover img { transform: scale(1.04); }
.team-card__info {
  position: absolute;
  left: .9rem; right: .9rem; bottom: .9rem;
  background: rgba(250, 246, 236, .94);
  border-radius: 12px;
  padding: .9rem 1.1rem;
}
.team-card__info .nm { font-weight: 800; font-size: .95rem; color: var(--ink); }
.team-card__info .rl { font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: var(--clay); font-weight: 700; }

.work-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; height: 100%; }
.work-card__img { aspect-ratio: 16 / 10; background-size: cover; background-position: center; }
.work-card__body { padding: 1.4rem 1.5rem; }
.work-card__body .yr { font-size: .72rem; font-weight: 800; letter-spacing: .16em; color: var(--brass); text-transform: uppercase; }
.work-card__body h3 { font-size: 1.3rem; margin-top: .4rem; }
.work-card__body p { font-size: .88rem; margin: 0; }

/* ============================================================
   LEGAL pages
   ============================================================ */
.legal-aside { position: sticky; top: calc(var(--header-h) + 1.5rem); }
.legal-aside .media-tile { margin-bottom: 1.2rem; }
.legal-note {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.3rem 1.4rem;
  font-size: .85rem;
}
.legal-sec { border-top: 1px solid var(--line); padding: 2.2rem 0; }
.legal-sec h2 { font-size: 1.7rem; color: var(--emerald); margin-bottom: 1rem; }
.legal-sec h2 .sec-num { color: var(--brass); font-family: var(--ff-body); font-size: .85rem; font-weight: 800; letter-spacing: .14em; display: block; margin-bottom: .4rem; }
.legal-sec ul { color: var(--muted); line-height: 1.7; }
.legal-sec li { margin-bottom: .4rem; }
.legal-figure { border-radius: 14px; margin: 1.4rem 0; }

/* ============================================================
   COOKIE BAR + toast
   ============================================================ */
.cookie-bar {
  position: fixed;
  left: 1.2rem; bottom: 1.2rem;
  width: min(24rem, calc(100vw - 2.4rem));
  background: var(--paper);
  border: 1px solid var(--line);
  border-left: 4px solid var(--brass);
  border-radius: 16px;
  box-shadow: var(--shadow-2);
  padding: 1.3rem 1.4rem;
  z-index: 2000;
  transform: translateY(140%);
  transition: transform .45s cubic-bezier(.2, .9, .3, 1);
}
.cookie-bar.show { transform: translateY(0); }
.cookie-bar p { font-size: .83rem; margin: .6rem 0 1rem; }
.cookie-bar .btn { padding: .55rem 1.2rem; font-size: .82rem; }

.hp-toast-wrap { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 3000; }
.hp-toast {
  background: var(--emerald);
  color: var(--paper);
  border-radius: 14px;
  padding: 1rem 1.3rem;
  display: flex;
  align-items: center;
  gap: .8rem;
  box-shadow: var(--shadow-2);
  animation: toastIn .35s ease;
}
.hp-toast i { color: var(--brass-soft); }
.hp-toast .t { font-weight: 800; font-size: .9rem; }
.hp-toast .d { font-size: .78rem; color: rgba(250,246,236,.7); }
@keyframes toastIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--emerald-2); color: rgba(250,246,236,.8); margin-top: clamp(4rem, 8vw, 7rem); }
.footer-cta { border-bottom: 1px solid rgba(250,246,236,.1); }
.footer-cta__row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 2.6rem 0; }
.footer-cta__title { font-family: var(--ff-display); font-size: clamp(1.7rem, 3.4vw, 2.7rem); color: var(--paper); margin: .5rem 0 0; }
.footer-cta__link {
  display: inline-flex; align-items: center; gap: .8rem;
  font-size: 1.05rem; font-weight: 800; color: var(--brass-soft);
  text-decoration: none;
}
.footer-cta__link i { transition: transform .25s; }
.footer-cta__link:hover { color: #fff; }
.footer-cta__link:hover i { transform: translate(4px, -4px); }

.footer-main { padding: 3.5rem 0 2.5rem; }
.footer-brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.footer-brand__logo { width: 46px; height: 46px; border-radius: 50%; box-shadow: 0 0 0 2px var(--emerald-2), 0 0 0 3px var(--brass); }
.footer-brand__name { font-family: var(--ff-display); font-size: 1.7rem; color: var(--paper); }
.footer-blurb { color: rgba(250,246,236,.6); font-size: .9rem; margin-top: 1.1rem; max-width: 30ch; }
.footer-note { color: rgba(250,246,236,.5); font-size: .8rem; display: flex; gap: .6rem; align-items: flex-start; }
.footer-note i { color: var(--brass-soft); margin-top: .2rem; }

.footer-heading { font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--brass-soft); margin-bottom: 1.1rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .55rem; }
.footer-links a { color: rgba(250,246,236,.75); text-decoration: none; font-size: .92rem; }
.footer-links a:hover { color: #fff; }

.footer-contacts { list-style: none; padding: 0; margin: 0; }
.footer-contacts li { display: flex; gap: .8rem; margin-bottom: .8rem; font-size: .9rem; align-items: flex-start; }
.footer-contacts i { color: var(--brass-soft); margin-top: .25rem; width: 1rem; }
.footer-contacts a { color: rgba(250,246,236,.85); text-decoration: underline; text-underline-offset: 3px; }
.footer-contacts a:hover { color: #fff; }

.footer-meta { border-top: 1px solid rgba(250,246,236,.1); padding-top: 1.6rem; padding-bottom: 1.6rem; }
.footer-meta__company { font-size: .78rem; color: rgba(250,246,236,.45); margin-bottom: .8rem; }
.footer-meta__disclaimer {
  font-size: .8rem;
  color: rgba(250,246,236,.65);
  background: rgba(250,246,236,.05);
  border: 1px solid rgba(250,246,236,.12);
  border-radius: 12px;
  padding: .9rem 1.1rem;
  display: flex;
  gap: .7rem;
  align-items: flex-start;
  margin: 0;
}
.footer-meta__disclaimer i { color: var(--brass-soft); margin-top: .15rem; }

.footer-bottom { border-top: 1px solid rgba(250,246,236,.1); padding: 1.2rem 0; }
.footer-bottom__row { display: flex; align-items: center; justify-content: space-between; }
.footer-copy { font-size: .8rem; color: rgba(250,246,236,.5); margin: 0; }
.to-top {
  width: 2.7rem; height: 2.7rem;
  border-radius: 50%;
  border: 1px solid rgba(250,246,236,.25);
  background: transparent;
  color: var(--brass-soft);
}
.to-top:hover { background: var(--brass); border-color: var(--brass); color: #fff; }

/* ============================================================
   THANKS page (thank.html — standalone, no header/footer)
   ============================================================ */
.thanks-body { min-height: 100vh; display: grid; place-items: center; background: var(--ivory); padding: 2rem 1rem; }
.thanks-card {
  max-width: 34rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 8px);
  box-shadow: var(--shadow-2);
  padding: clamp(2rem, 5vw, 3.4rem);
  text-align: center;
}
.thanks-card__icon {
  width: 4.4rem; height: 4.4rem;
  margin: 0 auto 1.4rem;
  border-radius: 50%;
  background: var(--emerald);
  color: var(--brass-soft);
  display: grid; place-items: center;
  font-size: 1.5rem;
}
.thanks-card h1 { font-size: clamp(2rem, 5vw, 2.9rem); color: var(--emerald); }
.thanks-card .brandline { display: inline-flex; align-items: center; gap: .6rem; margin-bottom: 1.4rem; }
.thanks-card .brandline img { width: 34px; height: 34px; border-radius: 50%; }
.thanks-card .brandline span { font-family: var(--ff-display); font-size: 1.2rem; color: var(--emerald); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991.98px) {
  :root { --header-h: 100px; }
  .bento__cell--wide, .bento__cell--mid, .bento__cell--third { grid-column: span 12; }
  .bento__cell { min-height: 13rem; }
  .triptych { grid-template-columns: 1fr; }
  .trip-panel { min-height: 20rem; }
  .stat-wall__grid { grid-template-columns: 1fr 1fr; }
  .stat-wall__cell { border-bottom: 1px solid rgba(250,246,236,.12); }
  .stat-wall__cell:nth-child(2n) { border-right: 0; }
  .split-tone { grid-template-columns: 1fr; }
  .step-row { grid-template-columns: 1fr 1fr; }
  .amen-grid { grid-template-columns: 1fr 1fr; }
  .gallery-band { grid-template-columns: 1fr; }
  .gallery-band .media-tile { margin-top: 0 !important; min-height: 15rem; }
  .page-hero__badge { left: 1rem; }
  .nav-burger { display: block; }
}

@media (max-width: 575.98px) {
  :root { --header-h: 96px; }
  .hero__meta { grid-template-columns: 1fr; }
  .hero__meta-item { border-right: 0; border-bottom: 1px solid var(--line); padding: 1rem 0; }
  .hero__meta-item:last-child { border-bottom: 0; }
  .hero__title { font-size: clamp(3rem, 16vw, 5rem); }
  .hero__media { width: 100%; height: 9rem; border-radius: 14px; margin: .5rem 0 0; }
  .step-row { grid-template-columns: 1fr; }
  .amen-grid { grid-template-columns: 1fr; }
  .stat-wall__grid { grid-template-columns: 1fr 1fr; }
  .footer-cta__row { padding: 2rem 0; }
  .testi__media { min-height: 15rem; }
}
