/* =============================================================
   1. Tokens
   ============================================================= */
:root {
  --bg:        #0c0a08;
  --bg-2:      #131009;
  --bg-3:      #1c1712;
  --card:      #191410;
  --ink:       #f7f1e6;
  --ink-soft:  #e6ddcc;
  --ink-mute:  #a89a86;
  --accent:    #e89431;
  --accent-2:  #c9701c;
  --accent-dim: rgba(232,148,49,0.14);
  --gold:      #d9b25c;
  --gold-dim:  rgba(217,178,92,0.16);
  --line:      rgba(247,241,230,0.12);
  --line-strong: rgba(247,241,230,0.22);

  --display: "Titan One", system-ui, sans-serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;

  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in:     cubic-bezier(0.7, 0, 0.84, 0);
  --ease-soft:   cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);

  --nav-h: 76px;
  --container: 1240px;
}

/* =============================================================
   2. Reset & base
   ============================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; }
html {
  -webkit-text-size-adjust: 100%;
  tab-size: 2;
  scroll-behavior: smooth;
  overflow-x: clip;
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  overscroll-behavior-y: none;
  position: relative;
}

/* warm grain texture over the whole page */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="180" height="180"><filter id="n"><feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="2" stitchTiles="stitch"/></filter><rect width="100%25" height="100%25" filter="url(%23n)"/></svg>');
}

img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
p { text-wrap: pretty; }
h1, h2, h3, h4 { text-wrap: balance; line-height: 1.05; }
::selection { background: var(--accent); color: #1a1108; }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: fixed; top: -100px; left: 1rem; z-index: 9999;
  padding: .7rem 1.1rem; background: var(--ink); color: var(--bg);
  border-radius: 8px; font-weight: 600;
  transition: top .25s var(--ease-out);
}
.skip-link:focus { top: 1rem; }

/* =============================================================
   3. Utilities
   ============================================================= */
.container { max-width: var(--container); margin-inline: auto; padding-inline: 1.25rem; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.section { position: relative; padding-block: clamp(4rem, 9vw, 8rem); }
.section-tight { padding-block: clamp(2.5rem, 6vw, 4.5rem); }
.kicker {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}
.kicker::before {
  content: "";
  width: 22px; height: 2px;
  background: var(--accent);
  display: inline-block;
}

/* reveal-on-scroll */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .8s var(--ease-out), transform .8s var(--ease-out);
}
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-split] { opacity: 1; transform: none; }

/* brush-stroke banner (recurring brand motif) */
.brush-banner {
  --brush-color: var(--accent);
  position: relative;
  display: inline-block;
  padding: 0.85rem 1.7rem 0.95rem;
  color: #1a1108;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0.01em;
}
.brush-banner .brush-shape {
  position: absolute;
  inset: -14% -3%;
  z-index: -1;
  fill: var(--brush-color);
  filter: drop-shadow(0 6px 14px rgba(0,0,0,0.35));
  transform-origin: left center;
}
.brush-banner.brush-anim .brush-shape {
  transform: scaleX(0);
}
.brush-banner.brush-anim.is-visible .brush-shape {
  transition: transform .85s var(--ease-out);
  transform: scaleX(1);
}
.brush-banner span { position: relative; }

/* =============================================================
   4. Typography
   ============================================================= */
h1, .h1 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(2.6rem, 6.4vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: 0.002em;
}
h2, .h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.02;
}
h3, .h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
}
.eyebrow {
  font-family: var(--sans);
  font-size: 0.95rem;
  color: var(--ink-mute);
  max-width: 46ch;
}
.lede {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  color: var(--ink-soft);
  max-width: 52ch;
  font-weight: 400;
}

/* =============================================================
   5. Components
   ============================================================= */

/* buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.95rem 1.6rem;
  font-weight: 700;
  font-size: 0.98rem;
  border-radius: 999px;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out), background .35s var(--ease-out);
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #1a1108;
  box-shadow: 0 10px 24px -8px rgba(232,148,49,0.55);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -8px rgba(232,148,49,0.65); }
.btn-ghost {
  border: 1.5px solid var(--line-strong);
  color: var(--ink);
}
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-dim); }
.btn svg { width: 1.1em; height: 1.1em; flex-shrink: 0; }

/* nav */
.nav {
  position: fixed; inset-inline: 0; top: 0; z-index: 500;
  height: var(--nav-h);
  display: flex; align-items: center;
  transition: background .4s var(--ease-out), backdrop-filter .4s var(--ease-out), border-color .4s var(--ease-out);
  border-bottom: 1px solid transparent;
}
.nav.is-solid {
  background: rgba(12,10,8,0.86);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom-color: var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 1.5rem; }
.nav-logo { display: flex; align-items: center; gap: 0.6rem; }
.nav-logo img { height: 40px; width: auto; }
@media (min-width: 960px) { .nav-logo img { height: 46px; } }
.nav-links { display: none; align-items: center; gap: 2rem; font-weight: 600; font-size: 0.94rem; }
.nav-links a { position: relative; padding-block: 0.3rem; }
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px;
  background: var(--accent); transition: right .35s var(--ease-out);
}
.nav-links a:hover::after { right: 0; }
.nav-toggle {
  display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 10px;
  border: 1px solid var(--line-strong);
}
.nav-toggle svg { width: 20px; height: 20px; }

@media (min-width: 960px) {
  .nav-links { display: flex; }
  .nav-toggle { display: none; }
}

/* mobile menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: 600;
  background: rgba(10,8,6,0.98);
  display: flex; flex-direction: column;
  padding: 1.25rem;
  opacity: 0; pointer-events: none;
  transition: opacity .35s var(--ease-out);
}
.mobile-menu.is-open { opacity: 1; pointer-events: auto; }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; height: var(--nav-h); }
.mobile-menu-close { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line-strong); border-radius: 10px; }
.mobile-menu-links { display: flex; flex-direction: column; gap: 0.4rem; margin-top: 2rem; flex: 1; }
.mobile-menu-links a {
  font-family: var(--display);
  font-size: 2rem;
  padding-block: 0.55rem;
  border-bottom: 1px solid var(--line);
}
.mobile-menu-foot { display: flex; flex-direction: column; gap: 1rem; padding-block: 1.5rem; }

/* floating whatsapp cta */
.float-cta {
  position: fixed;
  right: clamp(14px, 3vw, 28px);
  bottom: clamp(14px, 3vw, 28px);
  z-index: 400;
  display: flex; align-items: center; gap: 0.6rem;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #1a1108;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  font-weight: 700; font-size: 0.92rem;
  box-shadow: 0 14px 34px -10px rgba(0,0,0,0.65), 0 0 0 1px rgba(255,255,255,0.08) inset;
  transform: translateY(120%);
  transition: transform .5s var(--ease-bounce), box-shadow .3s var(--ease-out);
}
.float-cta.is-visible { transform: translateY(0); }
.float-cta:hover { box-shadow: 0 18px 38px -8px rgba(0,0,0,0.7); }
.float-cta svg { width: 1.25em; height: 1.25em; flex-shrink: 0; }
.float-cta .float-label { display: none; }
@media (min-width: 640px) { .float-cta .float-label { display: inline; } }

/* =============================================================
   6. Sections
   ============================================================= */

/* ---------- HERO ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding-top: var(--nav-h);
}
.hero-media {
  position: absolute; inset: 0; z-index: 0;
}
.hero-media img, .hero-media video {
  width: 100%; height: 100%; object-fit: cover; object-position: 55% 30%;
}
.hero-media::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(12,10,8,0.35) 0%, rgba(12,10,8,0.25) 38%, rgba(12,10,8,0.88) 92%, var(--bg) 100%),
    linear-gradient(90deg, rgba(12,10,8,0.78) 0%, rgba(12,10,8,0.15) 46%, transparent 70%);
}
.hero-inner {
  position: relative; z-index: 2;
  width: 100%;
  padding-block: clamp(2rem, 8vh, 5rem) clamp(2.5rem, 8vh, 4rem);
}
.hero-eyebrow {
  display: flex; align-items: center; gap: 0.6rem;
  font-weight: 700; font-size: 0.85rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--ink-soft);
  margin-bottom: 1.1rem;
}
.hero-status-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #6cd66a;
  box-shadow: 0 0 0 3px rgba(108,214,106,0.22);
}
.hero-status-dot.is-closed { background: var(--ink-mute); box-shadow: 0 0 0 3px rgba(168,154,134,0.18); }
.hero-title { max-width: 14ch; margin-bottom: 1.1rem; }
.hero-title em {
  font-style: normal;
  color: var(--accent);
}
.hero-tagline {
  font-family: var(--sans);
  font-weight: 600;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: var(--ink-soft);
  margin-bottom: 1.9rem;
  max-width: 34ch;
  position: relative;
  padding-left: 1.1rem;
  border-left: 3px solid var(--accent);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }

/* marquee */
.marquee-strip {
  background: var(--accent);
  color: #1a1108;
  overflow: hidden;
  padding-block: 0.85rem;
  position: relative;
  z-index: 3;
}
.marquee-track {
  display: flex; width: max-content;
  animation: marquee 32s linear infinite;
}
@media (prefers-reduced-motion: reduce) { .marquee-track { animation-duration: 60s; } }
.marquee-track span {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  padding-inline: 1.4rem;
  white-space: nowrap;
  display: inline-flex; align-items: center; gap: 1.4rem;
}
.marquee-track span::after { content: "\2022"; opacity: 0.6; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* intro / concept strip */
.intro {
  padding-block: clamp(3.5rem, 8vw, 6.5rem);
  border-bottom: 1px solid var(--line);
}
.intro-grid {
  display: grid; gap: 2.2rem;
  grid-template-columns: 1fr;
}
.intro-facts {
  display: flex; flex-wrap: wrap; gap: 0.9rem 0;
  margin-top: 1.8rem;
  font-family: var(--sans);
  font-weight: 600;
  color: var(--ink-soft);
  font-size: 1rem;
}
.intro-facts li:not(:last-child)::after {
  content: "—";
  color: var(--accent);
  margin-inline: 0.85rem;
}
@media (min-width: 960px) {
  .intro-grid { grid-template-columns: 1.1fr 0.9fr; align-items: center; }
}

/* ---------- MENU ---------- */
.menu-head { text-align: left; margin-bottom: 2.6rem; }
.menu-intro-media {
  margin-top: 2.4rem;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
}
.menu-intro-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }

.menu-sub { padding-block: clamp(3rem, 6vw, 4.5rem); border-top: 1px solid var(--line); }
.menu-sub-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; }
.menu-sub-note { color: var(--ink-mute); font-size: 0.95rem; font-style: italic; max-width: 40ch; }

.menu-banner-img {
  border-radius: 20px; overflow: hidden; margin-bottom: 2.2rem;
  aspect-ratio: 21/10;
}
.menu-banner-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }

.menu-grid {
  display: grid; gap: 1.1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) { .menu-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1280px) { .menu-grid { grid-template-columns: repeat(3, 1fr); } }

.menu-card {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .5s var(--ease-out), border-color .4s var(--ease-out), box-shadow .5s var(--ease-out);
}
.menu-card.has-photo { transform-style: preserve-3d; }
.menu-card:hover {
  transform: translateY(-6px);
  border-color: var(--line-strong);
  box-shadow: 0 24px 50px -20px rgba(0,0,0,0.7);
}
.menu-card-media { aspect-ratio: 4/3; overflow: hidden; }
.menu-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease-out); }
.menu-card:hover .menu-card-media img { transform: scale(1.07); }
.menu-card-body { padding: 1.3rem 1.4rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
.menu-card-top { display: flex; align-items: baseline; justify-content: space-between; gap: 0.8rem; margin-bottom: 0.5rem; }
.menu-card-name { font-family: var(--display); font-size: 1.2rem; font-weight: 400; }
.menu-card-price { font-family: var(--sans); font-weight: 800; color: var(--accent); font-size: 1.15rem; white-space: nowrap; }
.menu-card-desc { color: var(--ink-mute); font-size: 0.92rem; line-height: 1.55; }
.menu-card-tag {
  position: absolute; top: 0.9rem; left: 0.9rem;
  background: var(--gold); color: #1a1108;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem; border-radius: 999px;
  z-index: 2;
}

.drinks-strip {
  margin-top: 1.4rem;
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem 1.4rem;
  padding: 1.1rem 1.4rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--bg-3);
}
.drinks-strip-label {
  font-weight: 800; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--accent);
}
.drinks-strip-item { color: var(--ink-soft); font-size: 0.92rem; }
.drinks-strip-item b { color: var(--ink); font-weight: 700; }

/* no-photo card variant */
.menu-card.no-photo { padding: 1.6rem 1.5rem; justify-content: center; min-height: 168px; }
.menu-card.no-photo:has(.menu-card-tag) { padding-top: 3rem; }
.menu-card.no-photo .menu-card-body { padding: 0; }
.menu-card.no-photo::before {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(120% 140% at 0% 0%, var(--accent-dim), transparent 60%);
}

/* ---------- MASTER 2026 ---------- */
.master-block {
  background: linear-gradient(180deg, var(--bg-3), var(--bg-2));
  border: 1px solid rgba(217,178,92,0.28);
  border-radius: 26px;
  padding: clamp(1.6rem, 4vw, 3rem);
  display: grid; gap: 2rem;
  position: relative;
  overflow: hidden;
}
.master-block::before {
  content: "";
  position: absolute; inset: -30% -10% auto -10%;
  height: 60%;
  background: radial-gradient(50% 60% at 50% 0%, var(--gold-dim), transparent 70%);
  pointer-events: none;
}
@media (min-width: 860px) {
  .master-block { grid-template-columns: 0.85fr 1.15fr; align-items: center; }
}
.master-media { border-radius: 18px; overflow: hidden; position: relative; aspect-ratio: 4/3.4; }
.master-media img { width: 100%; height: 100%; object-fit: cover; }
.master-body { position: relative; }
.master-name { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 0.6rem; }
.master-price { color: var(--accent); font-family: var(--sans); font-weight: 800; font-size: 1.4rem; margin-bottom: 0.9rem; }
.master-desc { color: var(--ink-soft); max-width: 46ch; margin-bottom: 1.3rem; }
.master-continuity { color: var(--ink-mute); font-size: 0.92rem; font-style: italic; max-width: 46ch; }

/* seal badge */
.seal {
  position: absolute;
  top: clamp(-14px, -2vw, -8px);
  right: clamp(0px, 2vw, 12px);
  width: clamp(96px, 11vw, 132px);
  height: clamp(96px, 11vw, 132px);
  z-index: 3;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5));
}
.seal svg { width: 100%; height: 100%; }
.seal .seal-ring { animation: sealSpin 26s linear infinite; transform-origin: 50% 50%; }
@media (prefers-reduced-motion: reduce) { .seal .seal-ring { animation-duration: 46s; } }

/* ---------- PROMOS ---------- */
.promos {
  position: relative;
  background: var(--bg-2);
}
.promos-bg {
  position: absolute; inset: 0; z-index: 0;
}
.promos-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.22; }
.promos-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, var(--bg-2) 0%, rgba(19,16,9,0.55) 40%, var(--bg-2) 100%);
}
.promos-inner { position: relative; z-index: 1; }

.promo-strip {
  display: flex; gap: 1rem;
  overflow-x: auto;
  padding: 0.3rem 0.1rem 1.1rem;
  margin-top: 2.2rem;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}
.promo-card {
  flex: 0 0 auto;
  width: min(78vw, 300px);
  scroll-snap-align: start;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.5rem 1.4rem;
  display: flex; flex-direction: column; gap: 0.8rem;
  transition: border-color .35s var(--ease-out), transform .35s var(--ease-out);
  position: relative;
}
.promo-card.is-today {
  border-color: var(--accent);
  background: linear-gradient(165deg, var(--bg-3), var(--card));
}
.promo-card.is-today::before {
  content: "Hoy";
  position: absolute; top: -11px; left: 1.3rem;
  background: var(--accent); color: #1a1108;
  font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em;
  padding: 0.22rem 0.6rem; border-radius: 999px;
}
.promo-card-day { font-family: var(--display); font-size: 1.35rem; color: var(--accent); }
.promo-card-name { font-weight: 700; font-size: 1.05rem; }
.promo-card-desc { color: var(--ink-mute); font-size: 0.88rem; line-height: 1.5; flex: 1; }
.promo-card-price { font-family: var(--sans); font-weight: 800; font-size: 1.4rem; }
.promo-card-price span { font-size: 0.68rem; font-weight: 700; color: var(--ink-mute); text-transform: uppercase; letter-spacing: 0.05em; margin-left: 0.3rem; }
.promo-note { margin-top: 0.6rem; color: var(--ink-mute); font-size: 0.88rem; }

/* ---------- CÓMO PEDIR / HORARIOS ---------- */
.order-grid {
  display: grid; gap: 2.4rem;
}
@media (min-width: 960px) { .order-grid { grid-template-columns: 1fr 1fr; align-items: stretch; } }

.hours-card, .visit-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: clamp(1.6rem, 3.4vw, 2.4rem);
  display: flex; flex-direction: column; gap: 1.4rem;
}
.hours-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-block: 0.9rem;
  border-bottom: 1px solid var(--line);
}
.hours-row:last-of-type { border-bottom: 0; }
.hours-row-label { font-weight: 700; }
.hours-row-time { color: var(--accent); font-weight: 700; }
.cutoff-list { display: flex; flex-direction: column; gap: 0.5rem; color: var(--ink-mute); font-size: 0.92rem; }
.cutoff-list b { color: var(--ink-soft); }

.visit-card { justify-content: space-between; }
.visit-media { border-radius: 16px; overflow: hidden; aspect-ratio: 16/10; margin-bottom: 0.4rem; }
.visit-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.visit-addr { font-size: 1.05rem; font-weight: 600; }
.visit-addr a { color: var(--accent); }
.visit-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 0.4rem; }

/* ---------- LIFESTYLE / CLOSING ---------- */
.lifestyle {
  display: grid; gap: 2.4rem;
}
@media (min-width: 960px) { .lifestyle { grid-template-columns: 0.85fr 1.15fr; align-items: center; } }
.lifestyle-media { border-radius: 24px; overflow: hidden; aspect-ratio: 4/5; }
.lifestyle-media img { width: 100%; height: 100%; object-fit: cover; }
.lifestyle-quote {
  font-family: var(--display);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.15;
  margin-block: 1.2rem 1.6rem;
  max-width: 18ch;
}
.lifestyle-quote em { color: var(--accent); font-style: normal; }
.social-row { display: flex; gap: 0.9rem; }
.social-pill {
  display: inline-flex; align-items: center; gap: 0.5rem;
  border: 1.5px solid var(--line-strong);
  padding: 0.6rem 1rem; border-radius: 999px;
  font-weight: 700; font-size: 0.88rem;
  transition: border-color .3s, color .3s, background .3s;
}
.social-pill:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-dim); }
.social-pill svg { width: 1.1em; height: 1.1em; }

.rating-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.55rem 0.95rem;
  border: 1.5px solid var(--line-strong);
  border-radius: 999px;
  font-size: 0.86rem;
  color: var(--ink-soft);
  white-space: nowrap;
  transition: border-color .3s, color .3s, background .3s;
}
.rating-badge:hover { border-color: var(--gold); color: var(--gold); background: var(--gold-dim); }
.rating-badge svg { width: 1.05em; height: 1.05em; color: var(--gold); flex-shrink: 0; }
.rating-badge b { color: var(--ink); }

/* ---------- FOOTER ---------- */
.footer {
  border-top: 1px solid var(--line);
  padding-block: clamp(2.6rem, 6vw, 4rem) clamp(6rem, 8vw, 4rem);
  background: var(--bg-2);
}
.footer-grid {
  display: grid; gap: 2.2rem;
}
@media (min-width: 780px) { .footer-grid { grid-template-columns: 1.2fr 0.9fr 0.9fr; } }
.footer-logo img { height: 48px; width: auto; margin-bottom: 1rem; }
.footer-tagline { color: var(--ink-mute); font-size: 0.95rem; max-width: 34ch; }
.footer-col h4 { font-family: var(--sans); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-mute); margin-bottom: 0.9rem; }
.footer-col ul { display: flex; flex-direction: column; gap: 0.55rem; font-size: 0.95rem; color: var(--ink-soft); }
.footer-col a:hover { color: var(--accent); }
.footer-bottom {
  margin-top: 2.6rem; padding-top: 1.6rem; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.8rem;
  font-size: 0.82rem; color: var(--ink-mute);
}

/* =============================================================
   7. Effects / motion helpers
   ============================================================= */
[data-tilt] { will-change: transform; }

.grain-fixed {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
}

/* =============================================================
   8. Responsive extras
   ============================================================= */
@media (min-width: 540px) {
  .hero-actions { gap: 1.1rem; }
}
@media (min-width: 720px) {
  .intro-grid { gap: 3rem; }
}
@media (min-width: 1280px) {
  .section { padding-block: clamp(5rem, 8vw, 9rem); }
}

/* =============================================================
   9. Reduced motion — only intrusive effects
   ============================================================= */
@media (prefers-reduced-motion: reduce) {
  .seal .seal-ring { animation: none; }
  .marquee-track { animation-duration: 70s; }
}
