/* =====================================================================
   ANGELINA — Maison de Pâtisserie & Salon de Thé depuis 1903
   High-fidelity rebuild — shared stylesheet
   Structure & styling matched to the source: logo-left header,
   centered dropdown mega-menus, icons right, promo bar, carousels.
   ===================================================================== */

/* ------------------------------------------------------------------ */
/*  Design tokens                                                      */
/* ------------------------------------------------------------------ */
:root {
  --cream:        #f6f1e7;
  --cream-deep:   #efe7d6;
  --paper:        #fbf8f1;
  --ink:          #2b2018;
  --ink-soft:     #4a3c30;
  --brown:        #6b5640;
  --brown-deep:   #4d3d2c;
  --taupe:        #8b7355;
  --gold:         #b08d57;
  --gold-soft:    #c9a96a;
  --line:         #e2d6c2;
  --white:        #ffffff;

  /* Source typeface: Cardo (Google Fonts) — classic Old-Style serif used site-wide */
  --serif: "Cardo", "Times New Roman", Georgia, serif;
  --sans:  "Cardo", "Helvetica Neue", Arial, sans-serif;

  --maxw: 1320px;
  --gut:  clamp(1.25rem, 4vw, 4rem);
  --section: clamp(4.5rem, 9vw, 8rem);

  --header-h: 76px;
  --shadow: 0 24px 60px -28px rgba(43, 32, 24, 0.45);
  --shadow-soft: 0 18px 50px -30px rgba(43,32,24,0.35);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ------------------------------------------------------------------ */
/*  Reset                                                              */
/* ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans); color: var(--ink); background: var(--cream);
  line-height: 1.7; font-weight: 400; letter-spacing: 0.01em;
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }
::selection { background: var(--gold); color: var(--white); }

/* Accessibility — skip link & focus ring */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 300;
  background: var(--ink); color: var(--cream); padding: 0.85rem 1.3rem;
  font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase;
}
.skip-link:focus { left: 10px; top: 10px; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
img { background: var(--cream-deep); }

/* ------------------------------------------------------------------ */
/*  Typography                                                         */
/* ------------------------------------------------------------------ */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.08; color: var(--ink); }
.eyebrow {
  font-family: var(--sans); text-transform: uppercase; letter-spacing: 0.34em;
  font-size: 0.7rem; font-weight: 400; color: var(--gold); display: inline-block;
}
.script { font-family: var(--serif); font-style: italic; font-weight: 500; color: var(--taupe); }

/* ------------------------------------------------------------------ */
/*  Layout helpers                                                     */
/* ------------------------------------------------------------------ */
.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); }
.section { padding-block: var(--section); }
.center { text-align: center; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--ink-soft); max-width: 48ch; }
.center .lead { margin-inline: auto; }
.divider { width: 56px; height: 1px; background: var(--gold); margin: 1.6rem 0; }
.center .divider { margin-inline: auto; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
[data-delay="1"] { transition-delay: 0.12s; }
[data-delay="2"] { transition-delay: 0.24s; }
[data-delay="3"] { transition-delay: 0.36s; }

/* ------------------------------------------------------------------ */
/*  Buttons                                                            */
/* ------------------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; gap: 0.6em; font-family: var(--sans);
  text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.7rem; font-weight: 400;
  padding: 1.05em 2.3em; border: 1px solid var(--ink); color: var(--ink); background: transparent;
  transition: background 0.5s var(--ease), color 0.5s var(--ease), border-color 0.5s var(--ease);
}
.btn:hover { background: var(--ink); color: var(--cream); }
.btn--gold { border-color: var(--gold); color: var(--brown-deep); }
.btn--gold:hover { background: var(--gold); color: var(--white); border-color: var(--gold); }
.btn--light { border-color: rgba(255,255,255,0.7); color: #fff; }
.btn--light:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn--solid { background: var(--ink); color: var(--cream); }
.btn--solid:hover { background: var(--gold); border-color: var(--gold); }

.link-underline {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.22em;
  color: var(--brown-deep); position: relative; padding-bottom: 4px; display: inline-block;
}
.link-underline::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%;
  background: var(--gold); transform: scaleX(1); transform-origin: right; transition: transform 0.5s var(--ease);
}
.link-underline:hover::after { transform: scaleX(0); transform-origin: left; }

/* ================================================================== */
/*  PROMO BAR                                                          */
/* ================================================================== */
.promo-bar {
  background: var(--brown-deep); color: var(--cream); text-align: center;
  font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase;
  padding: 0.62rem 1rem; font-weight: 300; position: relative; z-index: 120;
}
.promo-bar span { color: var(--gold-soft); }

/* ================================================================== */
/*  HEADER — logo left · centered dropdown nav · icons right           */
/* ================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 110;
  background: rgba(246, 241, 231, 0.9);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  transition: background 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.site-header.scrolled { background: rgba(251, 248, 241, 0.98); box-shadow: 0 10px 30px -22px rgba(43,32,24,0.5); }

.header-inner {
  max-width: var(--maxw); margin-inline: auto; min-height: var(--header-h);
  padding: 0 var(--gut); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
}

/* brand */
.brand {
  font-family: var(--serif); font-weight: 700; font-size: 1.9rem;
  letter-spacing: 0.22em; text-indent: 0.22em; text-transform: uppercase;
  color: var(--ink); white-space: nowrap; line-height: 1;
}
.brand small {
  display: block; font-family: var(--sans); font-size: 0.46rem; letter-spacing: 0.46em;
  text-indent: 0.46em; color: var(--taupe); font-weight: 400; margin-top: 4px;
}
/* header logo = clean single wordmark (no tagline), matching the source */
.header-brand { justify-self: start; }
.header-brand small { display: none; }

/* main nav (center) — serif, normal case, matching the source */
.mainnav { justify-self: center; display: flex; align-items: center; gap: 2.4rem; height: var(--header-h); }
.mainnav__item { position: relative; height: 100%; display: flex; align-items: center; }
.mainnav__trigger, .mainnav__link {
  font-family: var(--serif); font-size: 1.05rem; text-transform: none; letter-spacing: 0.015em; font-weight: 400;
  color: var(--ink-soft); display: inline-flex; align-items: center; gap: 0.45em; padding: 0.4rem 0;
  position: relative; transition: color 0.4s var(--ease);
}
.mainnav__trigger svg { width: 9px; height: 9px; transition: transform 0.4s var(--ease); opacity: 0.7; }
.mainnav__link::after, .mainnav__trigger::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 1px;
  background: var(--gold); transition: width 0.4s var(--ease);
}
.mainnav__item:hover .mainnav__trigger, .mainnav__link:hover,
.mainnav__link[aria-current="page"], .mainnav__item.active .mainnav__trigger { color: var(--ink); }
.mainnav__link:hover::after, .mainnav__link[aria-current="page"]::after,
.mainnav__item:hover .mainnav__trigger::after, .mainnav__item.active .mainnav__trigger::after { width: 100%; }
.mainnav__item:hover .mainnav__trigger svg { transform: rotate(180deg); }

/* dropdown mega-panel */
.dropdown {
  position: absolute; top: 100%; left: 50%; transform: translate(-50%, 12px);
  background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow);
  min-width: 540px; padding: 2rem; display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 1.5rem 2.5rem; opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease); z-index: 115;
}
.mainnav__item:hover .dropdown, .mainnav__item.open .dropdown {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0);
}
.dropdown::before { /* hover bridge */
  content: ""; position: absolute; top: -14px; left: 0; right: 0; height: 14px;
}
.dropdown__col h5 {
  font-family: var(--sans); font-size: 0.62rem; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold); font-weight: 400; margin-bottom: 1rem;
}
.dropdown__list { display: grid; gap: 0.65rem; }
.dropdown__list a {
  font-family: var(--serif); font-size: 1.18rem; color: var(--ink); transition: color 0.3s, padding-left 0.3s;
}
.dropdown__list a:hover { color: var(--gold); padding-left: 6px; }
.dropdown__feature { position: relative; overflow: hidden; border-radius: 2px; min-height: 200px; display: flex; align-items: flex-end; }
.dropdown__feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.dropdown__feature:hover img { transform: scale(1.06); }
.dropdown__feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(30,22,15,0.7), transparent 70%); }
.dropdown__feature span { position: relative; z-index: 2; color: #fff; padding: 1.2rem; font-family: var(--serif); font-style: italic; font-size: 1.15rem; }

/* header icons (right) */
.header-icons { justify-self: end; display: flex; align-items: center; gap: 1.3rem; }
.icon-btn { width: 20px; height: 20px; color: var(--ink-soft); transition: color 0.3s, transform 0.3s; position: relative; display: inline-flex; }
.icon-btn:hover { color: var(--gold); transform: translateY(-1px); }
.icon-btn svg { width: 100%; height: 100%; }
.icon-btn .badge {
  position: absolute; top: -6px; right: -7px; background: var(--gold); color: #fff;
  font-family: var(--sans); font-size: 0.55rem; width: 15px; height: 15px; border-radius: 50%;
  display: grid; place-items: center; letter-spacing: 0;
}

/* language switch */
.lang-switch { display: inline-flex; align-items: center; gap: 0.35rem; font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.08em; color: var(--taupe); }
.lang-switch button { font: inherit; letter-spacing: inherit; color: var(--taupe); padding: 0.2rem 0.1rem; transition: color 0.3s; }
.lang-switch button:hover { color: var(--ink); }
.lang-switch button.active { color: var(--ink); font-weight: 500; border-bottom: 1px solid var(--gold); }
.lang-switch span { opacity: 0.45; }
.mobile-nav__icons .lang-switch { font-size: 0.95rem; }

/* hamburger */
.nav-toggle { display: none; width: 28px; height: 18px; position: relative; }
.nav-toggle span { position: absolute; left: 0; width: 100%; height: 1.5px; background: var(--ink); transition: 0.4s var(--ease); }
.nav-toggle span:nth-child(1){ top: 0; } .nav-toggle span:nth-child(2){ top: 50%; transform: translateY(-50%);} .nav-toggle span:nth-child(3){ bottom: 0; }
body.menu-open .nav-toggle span:nth-child(1){ top: 50%; transform: translateY(-50%) rotate(45deg);}
body.menu-open .nav-toggle span:nth-child(2){ opacity: 0; }
body.menu-open .nav-toggle span:nth-child(3){ bottom: 50%; transform: translateY(50%) rotate(-45deg);}

/* ----- Mobile drawer (accordion) ----- */
.mobile-nav {
  position: fixed; inset: 0; z-index: 105; background: var(--cream);
  transform: translateX(100%); opacity: 0; pointer-events: none;
  transition: transform 0.55s var(--ease), opacity 0.55s var(--ease);
  overflow-y: auto; padding: calc(var(--header-h) + 2rem) var(--gut) 3rem; display: flex; flex-direction: column;
}
body.menu-open .mobile-nav { transform: none; opacity: 1; pointer-events: auto; }
.m-group { border-bottom: 1px solid var(--line); }
.m-group__head {
  width: 100%; text-align: left; font-family: var(--serif); font-size: 1.8rem; color: var(--ink);
  padding: 1.1rem 0; display: flex; justify-content: space-between; align-items: center;
}
.m-group__head .plus { font-family: var(--sans); font-size: 1.5rem; color: var(--gold); transition: transform 0.4s var(--ease); }
.m-group.open .m-group__head .plus { transform: rotate(45deg); }
.m-group__panel { max-height: 0; overflow: hidden; transition: max-height 0.5s var(--ease); }
.m-group.open .m-group__panel { max-height: 420px; }
.m-group__panel a { display: block; font-family: var(--sans); font-size: 0.95rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); padding: 0.7rem 0 0.7rem 1rem; }
.m-group__panel a:last-child { padding-bottom: 1.4rem; }
.m-link { font-family: var(--serif); font-size: 1.8rem; color: var(--ink); padding: 1.1rem 0; border-bottom: 1px solid var(--line); display: block; }
.mobile-nav__icons { display: flex; gap: 1.5rem; margin-top: 2rem; }
.mobile-nav__icons a { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--taupe); }

/* ================================================================== */
/*  HERO CAROUSEL                                                      */
/* ================================================================== */
.hero {
  position: relative; height: calc(100vh - var(--header-h) - 36px); min-height: 600px;
  display: flex; align-items: flex-end; color: #fff; overflow: hidden;
}
.hero__slides { position: absolute; inset: 0; }
.hero__slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s var(--ease); }
.hero__slide.active { opacity: 1; }
.hero__slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); transition: transform 7s var(--ease); }
.hero__slide.active img { transform: scale(1); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(30,22,15,0.72) 0%, rgba(30,22,15,0.12) 45%, rgba(30,22,15,0.28) 100%); }
.hero__inner { position: relative; z-index: 2; max-width: var(--maxw); margin-inline: auto; width: 100%; padding: 0 var(--gut) clamp(3.5rem, 8vw, 7rem); }
.hero__eyebrow { color: var(--gold-soft); }
.hero h1 { color: #fff; font-size: clamp(2.8rem, 7vw, 6rem); font-weight: 500; max-width: 16ch; margin-top: 1rem; }
.hero h1 em { font-style: italic; color: var(--gold-soft); }
.hero p { color: rgba(255,255,255,0.92); max-width: 46ch; margin-top: 1.4rem; font-size: 1.1rem; }
.hero__cta { margin-top: 2.2rem; display: flex; gap: 1rem; flex-wrap: wrap; }
.hero__dots { position: absolute; z-index: 3; bottom: 2.2rem; right: var(--gut); display: flex; gap: 0.6rem; }
.hero__dots button { width: 36px; height: 2px; background: rgba(255,255,255,0.4); transition: background 0.4s; }
.hero__dots button.active { background: var(--gold-soft); }

/* page hero */
.hero-page { position: relative; min-height: 60vh; display: grid; place-items: center; text-align: center; color: #fff; overflow: hidden; }
.hero-page__bg { position: absolute; inset: 0; }
.hero-page__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-page::after { content:""; position:absolute; inset:0; background: linear-gradient(to bottom, rgba(30,22,15,0.35), rgba(30,22,15,0.55)); }
.hero-page__inner { position: relative; z-index: 2; padding: 6rem var(--gut); }
.hero-page h1 { color:#fff; font-size: clamp(2.6rem, 6vw, 4.8rem); }
.hero-page .eyebrow { color: var(--gold-soft); }
.hero-page p { color: rgba(255,255,255,0.9); max-width: 52ch; margin: 1.2rem auto 0; }

.crumb { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--taupe); padding: 1.4rem 0; }
.crumb a:hover { color: var(--gold); }

/* ------------------------------------------------------------------ */
/*  Section heads                                                      */
/* ------------------------------------------------------------------ */
.sec-head { max-width: 62ch; }
.sec-head.center { margin-inline: auto; }
.sec-head h2 { font-size: clamp(2.1rem, 4.4vw, 3.4rem); margin-top: 0.7rem; }
.sec-head p { margin-top: 1.1rem; color: var(--ink-soft); }

/* ------------------------------------------------------------------ */
/*  Marquee                                                            */
/* ------------------------------------------------------------------ */
.marquee { background: var(--cream-deep); border-block: 1px solid var(--line); overflow: hidden; padding: 1.1rem 0; }
.marquee__track { display: flex; gap: 3.5rem; white-space: nowrap; width: max-content; animation: scroll 34s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee span { font-family: var(--serif); font-style: italic; font-size: 1.3rem; color: var(--taupe); display: inline-flex; align-items: center; gap: 3.5rem; }
.marquee span::after { content: "✦"; color: var(--gold); font-style: normal; font-size: 0.8rem; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ================================================================== */
/*  SEASONAL COLLECTION SHOWCASE (full-bleed banner)                   */
/* ================================================================== */
.showcase { position: relative; overflow: hidden; min-height: 560px; display: flex; align-items: center; color: #fff; }
.showcase img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.showcase::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(30,22,15,0.62) 0%, rgba(30,22,15,0.18) 60%, transparent 100%); }
.showcase--right::after { background: linear-gradient(270deg, rgba(30,22,15,0.62) 0%, rgba(30,22,15,0.18) 60%, transparent 100%); }
.showcase__inner { position: relative; z-index: 2; max-width: var(--maxw); margin-inline: auto; width: 100%; padding: 4rem var(--gut); }
.showcase__box { max-width: 540px; }
.showcase--right .showcase__box { margin-left: auto; text-align: right; }
.showcase__box .eyebrow { color: var(--gold-soft); }
.showcase__box h2 { color: #fff; font-size: clamp(2.2rem, 5vw, 3.8rem); }
.showcase__box p { color: rgba(255,255,255,0.9); margin-top: 1rem; }
.showcase__box .btn { margin-top: 1.8rem; }
.showcase--right .showcase__box .divider { margin-left: auto; }

/* ================================================================== */
/*  GIFT CARDS / OFFRIR band                                           */
/* ================================================================== */
.giftband { background: var(--cream-deep); }
.giftband__inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem,5vw,5rem); }
.giftband__media { aspect-ratio: 16/11; overflow: hidden; }
.giftband__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.giftband__inner:hover .giftband__media img { transform: scale(1.05); }
.giftband__content h2 { font-size: clamp(2rem, 4vw, 3rem); }
.giftband__content p { margin-top: 1rem; color: var(--ink-soft); }

/* ================================================================== */
/*  FEATURED PRODUCTS SLIDER                                           */
/* ================================================================== */
.slider-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 1.5rem; flex-wrap: wrap; }
.slider-ctrl { display: flex; gap: 0.6rem; }
.slider-ctrl button {
  width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center;
  color: var(--ink); transition: 0.4s var(--ease);
}
.slider-ctrl button:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.slider-ctrl button svg { width: 16px; height: 16px; }
.slider-ctrl button[disabled] { opacity: 0.3; cursor: default; }
.slider-ctrl button[disabled]:hover { background: transparent; color: var(--ink); border-color: var(--line); }

.slider { margin-top: 2.5rem; overflow: hidden; }
.slider__track { display: flex; gap: clamp(1rem, 2vw, 1.6rem); transition: transform 0.6s var(--ease); }
.product {
  flex: 0 0 calc((100% - 3 * clamp(1rem,2vw,1.6rem)) / 4); min-width: 0;
  background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column;
}
.product__media { position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--cream-deep); }
.product__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.product:hover .product__media img { transform: scale(1.06); }
.product__flag { position: absolute; top: 12px; left: 12px; background: var(--brown-deep); color: var(--cream); font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; padding: 0.4em 0.8em; }
.product__body { padding: 1.4rem 1.3rem 1.5rem; text-align: center; display: flex; flex-direction: column; flex: 1; }
.product__cat { font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
.product__body h3 { font-size: 1.35rem; margin: 0.4rem 0 0.5rem; }
.product__price { font-family: var(--serif); font-style: italic; font-size: 1.2rem; color: var(--brown); margin-bottom: 1.1rem; }
.product__add {
  margin-top: auto; font-size: 0.64rem; letter-spacing: 0.2em; text-transform: uppercase;
  border: 1px solid var(--ink); padding: 0.9em 1em; transition: 0.4s var(--ease);
}
.product__add:hover { background: var(--ink); color: var(--cream); }

/* toast */
.toast {
  position: fixed; bottom: 28px; left: 50%; transform: translate(-50%, 120%); z-index: 200;
  background: var(--brown-deep); color: var(--cream); padding: 1rem 1.6rem; font-size: 0.78rem;
  letter-spacing: 0.08em; box-shadow: var(--shadow); transition: transform 0.5s var(--ease); display: flex; gap: 0.6rem; align-items: center;
}
.toast.show { transform: translate(-50%, 0); }
.toast .script { color: var(--gold-soft); }

/* ------------------------------------------------------------------ */
/*  Feature cards grid (used on menu / other pages)                    */
/* ------------------------------------------------------------------ */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3vw, 2.6rem); margin-top: 3.5rem; }
.card { background: var(--paper); border: 1px solid var(--line); overflow: hidden; transition: transform 0.6s var(--ease), box-shadow 0.6s var(--ease); }
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.card__media { aspect-ratio: 4/5; overflow: hidden; background: var(--cream-deep); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.card:hover .card__media img { transform: scale(1.06); }
.card__body { padding: 1.8rem 1.6rem 2rem; text-align: center; }
.card__tag { font-size: 0.62rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); }
.card__body h3 { font-size: 1.5rem; margin: 0.5rem 0 0.6rem; }
.card__body p { font-size: 0.95rem; color: var(--ink-soft); }
.card__price { margin-top: 1rem; font-family: var(--serif); font-size: 1.2rem; color: var(--brown); font-style: italic; }

/* ------------------------------------------------------------------ */
/*  Split editorial                                                    */
/* ------------------------------------------------------------------ */
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.split--reverse .split__media { order: 2; }
.split__media { position: relative; }
.split__media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.split__media--tall img { aspect-ratio: 3/4; }
.split__badge {
  position: absolute; bottom: -28px; right: -28px; width: 150px; height: 150px;
  background: var(--brown-deep); color: var(--cream); border-radius: 50%; display: grid; place-items: center;
  text-align: center; font-family: var(--serif); font-style: italic; font-size: 1.05rem; line-height: 1.3; padding: 1rem; box-shadow: var(--shadow);
}
.split__badge strong { font-style: normal; font-size: 2.1rem; display: block; color: var(--gold-soft); }
.split__content h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.split__content p { margin-top: 1.2rem; color: var(--ink-soft); }
.split__content .btn, .split__content .link-underline { margin-top: 1.8rem; }

/* ------------------------------------------------------------------ */
/*  Heritage band & stats                                              */
/* ------------------------------------------------------------------ */
.band { background: var(--brown-deep); color: var(--cream); }
.band .eyebrow { color: var(--gold-soft); }
.band h2 { color: #fff; }
.band p { color: rgba(246,241,231,0.82); }
.band .divider { background: var(--gold-soft); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: 3.5rem; text-align: center; }
.stat strong { font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 3.6rem); color: var(--gold-soft); display: block; font-weight: 500; }
.stat span { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(246,241,231,0.7); margin-top: 0.5rem; display: block; }

/* ------------------------------------------------------------------ */
/*  Locations                                                          */
/* ------------------------------------------------------------------ */
.loc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.4rem, 2.6vw, 2.2rem); margin-top: 3.5rem; }
.loc-card { position: relative; overflow: hidden; aspect-ratio: 3/4; color: #fff; display: flex; align-items: flex-end; }
.loc-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.loc-card::after { content:""; position:absolute; inset:0; background: linear-gradient(to top, rgba(30,22,15,0.82), rgba(30,22,15,0.05) 60%); }
.loc-card:hover img { transform: scale(1.08); }
.loc-card__body { position: relative; z-index: 2; padding: 2rem 1.8rem; width: 100%; }
.loc-card__city { font-size: 0.66rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold-soft); }
.loc-card__body h3 { color: #fff; font-size: 1.7rem; margin: 0.3rem 0 0.5rem; }
.loc-card__body p { font-size: 0.88rem; color: rgba(255,255,255,0.82); }
.loc-card__hours { margin-top: 0.7rem; font-size: 0.78rem; color: rgba(255,255,255,0.7); letter-spacing: 0.04em; }
.loc-list { display: grid; gap: 0; margin-top: 2rem; border-top: 1px solid var(--line); }
.loc-row { display: grid; grid-template-columns: 1.4fr 2fr 1fr auto; gap: 2rem; align-items: center; padding: 1.8rem 0; border-bottom: 1px solid var(--line); }
.loc-row h3 { font-size: 1.4rem; }
.loc-row__meta { font-size: 0.86rem; color: var(--ink-soft); }
.loc-row__hours { font-size: 0.82rem; color: var(--taupe); letter-spacing: 0.04em; }

/* ------------------------------------------------------------------ */
/*  News / blog                                                        */
/* ------------------------------------------------------------------ */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.6rem, 3vw, 2.6rem); margin-top: 3.5rem; }
.post { display: flex; flex-direction: column; }
.post__media { aspect-ratio: 3/2; overflow: hidden; background: var(--cream-deep); }
.post__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.post:hover .post__media img { transform: scale(1.05); }
.post__meta { display: flex; gap: 1rem; font-size: 0.64rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin: 1.3rem 0 0.6rem; }
.post__meta time { color: var(--taupe); }
.post h3 { font-size: 1.5rem; line-height: 1.2; }
.post p { margin-top: 0.7rem; font-size: 0.94rem; color: var(--ink-soft); }
.post .link-underline { margin-top: 1.1rem; align-self: flex-start; }
.post--feature { grid-column: span 2; flex-direction: row; gap: 2.5rem; align-items: center; }
.post--feature .post__media { flex: 1; aspect-ratio: 4/3; }
.post--feature .post__text { flex: 1; }
.post--feature h3 { font-size: 2rem; }

/* ------------------------------------------------------------------ */
/*  Events / offers                                                    */
/* ------------------------------------------------------------------ */
.offer { position: relative; overflow: hidden; min-height: 420px; display: flex; align-items: center; color: #fff; }
.offer img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.offer::after { content:""; position:absolute; inset:0; background: linear-gradient(110deg, rgba(30,22,15,0.7) 0%, rgba(30,22,15,0.25) 70%); }
.offer__body { position: relative; z-index: 2; padding: clamp(2.5rem, 6vw, 5rem); max-width: 600px; }
.offer__body h2 { color: #fff; font-size: clamp(2rem, 4vw, 3rem); }
.offer__body p { color: rgba(255,255,255,0.88); margin-top: 1rem; }
.event-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.6rem, 3vw, 2.4rem); margin-top: 3.5rem; }
.event { background: var(--paper); border: 1px solid var(--line); display: grid; grid-template-columns: 130px 1fr; overflow: hidden; transition: box-shadow .5s var(--ease), transform .5s var(--ease); }
.event:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.event__date { background: var(--brown-deep); color: var(--cream); display: grid; place-content: center; text-align: center; padding: 1.5rem 0.5rem; }
.event__date strong { font-family: var(--serif); font-size: 2.6rem; color: var(--gold-soft); display: block; line-height: 1; }
.event__date span { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; margin-top: 0.4rem; display: block; }
.event__body { padding: 1.6rem 1.8rem; }
.event__body .tag { font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
.event__body h3 { font-size: 1.35rem; margin: 0.3rem 0 0.5rem; }
.event__body p { font-size: 0.9rem; color: var(--ink-soft); }
.event__body .meta { margin-top: 0.8rem; font-size: 0.8rem; color: var(--taupe); }

/* ------------------------------------------------------------------ */
/*  Menu page                                                          */
/* ------------------------------------------------------------------ */
.menu-nav { display: flex; gap: 0.5rem; flex-wrap: wrap; justify-content: center; margin-top: 2.5rem; }
.menu-nav button { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); padding: 0.7em 1.5em; border: 1px solid var(--line); border-radius: 40px; background: var(--paper); transition: 0.4s var(--ease); }
.menu-nav button:hover { border-color: var(--gold); color: var(--brown-deep); }
.menu-nav button.active { background: var(--brown-deep); color: var(--cream); border-color: var(--brown-deep); }
.menu-section { margin-top: 4rem; }
.menu-section__head { display: flex; align-items: baseline; gap: 1.5rem; }
.menu-section__head h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); white-space: nowrap; }
.menu-section__head .rule { flex: 1; height: 1px; background: var(--line); }
.menu-list { margin-top: 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem 3.5rem; }
.menu-item { display: flex; gap: 1rem; align-items: baseline; padding: 1.1rem 0; border-bottom: 1px dotted var(--line); }
.menu-item__txt h4 { font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.menu-item__txt p { font-size: 0.85rem; color: var(--ink-soft); margin-top: 0.2rem; }
.menu-item__dots { flex: 1; border-bottom: 1px dotted var(--taupe); transform: translateY(-4px); opacity: 0.5; }
.menu-item__price { font-family: var(--serif); font-style: italic; font-size: 1.2rem; color: var(--brown); white-space: nowrap; }

/* ------------------------------------------------------------------ */
/*  Quote, gallery, values, timeline                                   */
/* ------------------------------------------------------------------ */
.quote { text-align: center; }
.quote blockquote { font-family: var(--serif); font-style: italic; font-size: clamp(1.6rem, 3.5vw, 2.8rem); line-height: 1.35; color: var(--ink); max-width: 22ch; margin-inline: auto; }
.quote cite { display: block; margin-top: 1.8rem; font-family: var(--sans); font-style: normal; font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.6rem; }
.gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: saturate(1.02); transition: transform 1s var(--ease), filter .6s; }
.gallery a { overflow: hidden; display: block; }
.gallery a:hover img { transform: scale(1.08); filter: saturate(1.15); }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 4vw, 3.5rem); margin-top: 3.5rem; }
.value { text-align: center; }
.value__ico { width: 48px; height: 48px; margin: 0 auto 1.2rem; color: var(--gold); }
.value h3 { font-size: 1.4rem; }
.value p { margin-top: 0.7rem; font-size: 0.92rem; color: var(--ink-soft); }
.timeline { margin-top: 3.5rem; position: relative; }
.timeline::before { content:""; position: absolute; left: 120px; top: 0; bottom: 0; width: 1px; background: var(--line); }
.tl-item { display: grid; grid-template-columns: 120px 1fr; gap: 2.5rem; padding-bottom: 3rem; position: relative; }
.tl-item__year { font-family: var(--serif); font-size: 1.8rem; color: var(--gold); text-align: right; font-style: italic; }
.tl-item__body { position: relative; padding-left: 2.5rem; }
.tl-item__body::before { content:""; position: absolute; left: -5px; top: 8px; width: 11px; height: 11px; border-radius: 50%; background: var(--brown-deep); border: 2px solid var(--cream); }
.tl-item__body h3 { font-size: 1.4rem; }
.tl-item__body p { margin-top: 0.5rem; color: var(--ink-soft); font-size: 0.95rem; }

/* ------------------------------------------------------------------ */
/*  Newsletter                                                         */
/* ------------------------------------------------------------------ */
.newsletter { background: var(--cream-deep); position: relative; }
.newsletter__inner { max-width: 680px; margin-inline: auto; text-align: center; }
.newsletter h2 { font-size: clamp(2rem, 4vw, 3rem); }
.newsletter p { margin-top: 1rem; color: var(--ink-soft); }
.newsletter form { margin-top: 2.2rem; display: flex; gap: 0; border: 1px solid var(--ink); background: var(--paper); }
.newsletter input { flex: 1; border: none; background: transparent; padding: 1.2rem 1.4rem; font-family: var(--sans); font-size: 0.92rem; color: var(--ink); letter-spacing: 0.04em; }
.newsletter input:focus { outline: none; }
.newsletter button { background: var(--ink); color: var(--cream); padding: 0 2rem; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; transition: background 0.4s var(--ease); }
.newsletter button:hover { background: var(--gold); }
.newsletter small { display: block; margin-top: 1rem; font-size: 0.72rem; color: var(--taupe); }
.form-note { margin-top: 1rem; font-size: 0.82rem; color: var(--brown); min-height: 1.2em; font-style: italic; font-family: var(--serif); }

/* ------------------------------------------------------------------ */
/*  Contact                                                            */
/* ------------------------------------------------------------------ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); }
.field { margin-bottom: 1.5rem; }
.field label { display: block; font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--taupe); margin-bottom: 0.6rem; }
.field input, .field select, .field textarea { width: 100%; padding: 0.95rem 1rem; border: 1px solid var(--line); background: var(--paper); font-family: var(--sans); font-size: 0.95rem; color: var(--ink); transition: border-color 0.3s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); }
.field textarea { resize: vertical; min-height: 140px; }
.info-block { margin-bottom: 2rem; }
.info-block h4 { font-family: var(--sans); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 400; margin-bottom: 0.5rem; }
.info-block p { color: var(--ink-soft); }
.info-block a:hover { color: var(--gold); }

/* ------------------------------------------------------------------ */
/*  Cart page                                                          */
/* ------------------------------------------------------------------ */
.cart-empty { text-align: center; padding: clamp(2rem, 6vw, 5rem) 0; }
.cart-empty__msg { font-family: var(--serif); font-size: 1.5rem; color: var(--taupe); margin-bottom: 1.8rem; }
.cart-head, .cart-line {
  display: grid; grid-template-columns: 1fr 130px 110px 40px; align-items: center; gap: 1.5rem;
}
.cart-head {
  padding: 0 0 1rem; border-bottom: 1px solid var(--ink);
  font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--taupe);
}
.cart-head span:nth-child(2), .cart-head span:nth-child(3) { text-align: center; }
.cart-line { padding: 1.6rem 0; border-bottom: 1px solid var(--line); }
.cart-line__product { display: flex; align-items: center; gap: 1.2rem; }
.cart-line__product img, .cart-line__noimg { width: 84px; height: 100px; object-fit: cover; background: var(--cream-deep); flex: none; }
.cart-line__product h3 { font-size: 1.3rem; }
.cart-line__unit { font-family: var(--serif); font-style: italic; color: var(--brown); margin-top: 0.2rem; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); justify-self: center; }
.qty button { width: 38px; height: 38px; font-size: 1.1rem; color: var(--ink); transition: background 0.3s; }
.qty button:hover { background: var(--cream-deep); }
.qty__val { min-width: 36px; text-align: center; font-family: var(--serif); font-size: 1.1rem; }
.cart-line__total { font-family: var(--serif); font-style: italic; font-size: 1.25rem; color: var(--ink); text-align: center; }
.cart-line__remove { font-size: 1.4rem; color: var(--taupe); transition: color 0.3s; justify-self: end; }
.cart-line__remove:hover { color: var(--gold); }
.cart-foot { display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; margin-top: 2.5rem; flex-wrap: wrap; }
.cart-foot > .link-underline { margin-top: 1rem; }
.cart-summary { width: min(360px, 100%); margin-left: auto; }
.cart-summary__row { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 1.3rem; border-bottom: 1px solid var(--ink); margin-bottom: 1.5rem; font-size: 0.9rem; letter-spacing: 0.04em; }
.cart-summary__row strong { font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }
.cart-summary .btn { width: 100%; justify-content: center; }
.cart-note { margin-top: 1rem; font-size: 0.78rem; color: var(--taupe); font-style: italic; font-family: var(--serif); text-align: center; }

/* checkout layout */
.checkout-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.checkout-side { position: sticky; top: calc(var(--header-h) + 20px); display: grid; gap: 1.5rem; }
.checkout-side .cart-summary { width: auto; margin: 0; background: var(--cream-deep); padding: 1.5rem 1.6rem; }
.cart-summary__line { display: flex; justify-content: space-between; align-items: baseline; font-size: 0.9rem; color: var(--ink-soft); padding-bottom: 0.85rem; }
.checkout-form { background: var(--paper); border: 1px solid var(--line); padding: clamp(1.5rem, 3vw, 2.2rem); }
.checkout-form__title { font-size: 1.5rem; margin-bottom: 1.3rem; }
.co-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.2rem; }
.checkout-form .field { margin-bottom: 1.1rem; }
.co-error { color: #9b2c2c; font-size: 0.82rem; min-height: 1em; margin: 0 0 0.7rem; font-family: var(--sans); letter-spacing: 0.02em; }
.checkout-form .btn { width: 100%; justify-content: center; }
.checkout-form .btn[disabled] { opacity: 0.55; cursor: default; }

/* order confirmation */
.order-confirm { text-align: center; max-width: 580px; margin: 0 auto; padding: clamp(2rem, 6vw, 4rem) 0; }
.order-confirm__seal { width: 66px; height: 66px; border-radius: 50%; background: var(--brown-deep); color: var(--gold-soft); display: grid; place-items: center; margin: 0 auto 1.6rem; font-size: 1.5rem; }
.order-confirm h2 { font-size: clamp(2rem, 4vw, 2.8rem); margin-top: 0.4rem; }
.order-confirm p { color: var(--ink-soft); margin-top: 1rem; }
.order-confirm__total { display: flex; justify-content: center; gap: 1rem; align-items: baseline; margin: 1.8rem auto; padding-top: 1.3rem; border-top: 1px solid var(--line); max-width: 280px; }
.order-confirm__total span { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--taupe); }
.order-confirm__total strong { font-family: var(--serif); font-size: 1.9rem; font-weight: 500; }
.order-confirm .btn { margin-top: 0.5rem; }

@media (max-width: 900px) {
  .checkout-grid { grid-template-columns: 1fr; }
  .checkout-side { position: static; }
}

@media (max-width: 640px) {
  .co-row { grid-template-columns: 1fr; }
  .cart-head { display: none; }
  .cart-line { grid-template-columns: 1fr auto; grid-template-areas: "prod prod" "qty total" "rm rm"; gap: 1rem; }
  .cart-line__product { grid-area: prod; }
  .cart-line .qty { grid-area: qty; justify-self: start; }
  .cart-line__total { grid-area: total; text-align: right; align-self: center; }
  .cart-line__remove { grid-area: rm; justify-self: start; font-size: 0.78rem; }
  .cart-line__remove::before { content: "✕ "; font-size: 0.7rem; }
  .cart-summary { margin-left: 0; }
}

/* ================================================================== */
/*  FOOTER                                                             */
/* ================================================================== */
.site-footer { background: var(--ink); color: var(--cream); padding-top: clamp(4rem, 8vw, 6rem); }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: clamp(2rem, 4vw, 3.5rem); padding-bottom: 4rem; border-bottom: 1px solid rgba(246,241,231,0.12); }
.footer-brand .brand { color: var(--cream); font-size: 1.6rem; }
.footer-brand .brand small { color: var(--gold-soft); }
.footer-brand p { margin-top: 1.4rem; color: rgba(246,241,231,0.7); font-size: 0.9rem; max-width: 32ch; }
.footer-social { display: flex; gap: 1rem; margin-top: 1.6rem; }
.footer-social a { width: 38px; height: 38px; border: 1px solid rgba(246,241,231,0.25); border-radius: 50%; display: grid; place-items: center; transition: 0.4s var(--ease); }
.footer-social a:hover { background: var(--gold); border-color: var(--gold); }
.footer-social svg { width: 16px; height: 16px; }
.footer-col h4 { font-family: var(--sans); font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-soft); font-weight: 400; margin-bottom: 1.3rem; }
.footer-col ul { display: grid; gap: 0.8rem; }
.footer-col a { color: rgba(246,241,231,0.72); font-size: 0.88rem; transition: color 0.3s, padding-left 0.3s; }
.footer-col a:hover { color: var(--cream); padding-left: 5px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; padding: 2rem 0; font-size: 0.76rem; color: rgba(246,241,231,0.55); }
.footer-bottom__links { display: flex; gap: 1.6rem; flex-wrap: wrap; }
.footer-bottom__links a:hover { color: var(--gold-soft); }

/* ================================================================== */
/*  RESPONSIVE                                                         */
/* ================================================================== */
@media (max-width: 1100px) {
  .product { flex-basis: calc((100% - 2 * 1.6rem) / 3); }
  .feature-grid, .loc-grid, .news-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
}
@media (max-width: 960px) {
  .mainnav { display: none; }
  .nav-toggle { display: block; }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .header-brand { justify-self: start; }
  .product { flex-basis: calc((100% - 1.6rem) / 2); }
  .split { grid-template-columns: 1fr; gap: 2.5rem; }
  .split--reverse .split__media { order: 0; }
  .split__badge { width: 110px; height: 110px; font-size: 0.85rem; bottom: -18px; right: 16px; }
  .split__badge strong { font-size: 1.6rem; }
  .giftband__inner { grid-template-columns: 1fr; }
  .menu-list { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .timeline::before { left: 70px; }
  .tl-item { grid-template-columns: 70px 1fr; gap: 1.2rem; }
  .tl-item__year { font-size: 1.3rem; }
  .post--feature { flex-direction: column; grid-column: span 2; }
  .event-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .loc-row { grid-template-columns: 1fr; gap: 0.5rem; }
  .showcase--right .showcase__box, .showcase__box { text-align: left; }
  .showcase--right .showcase__box { margin-left: 0; }
  .showcase--right .showcase__box .divider { margin-left: 0; }
}
@media (max-width: 600px) {
  .header-icons { gap: 1rem; }
  .header-icons .lang-switch { display: none; }
  .header-icons .icon-btn:nth-child(2), .header-icons .icon-btn:nth-child(3) { display: none; }
  .promo-bar { font-size: 0.6rem; letter-spacing: 0.14em; }
  .name-row { grid-template-columns: 1fr !important; }
  .feature-grid, .loc-grid, .news-grid, .values, .stats { grid-template-columns: 1fr; }
  .product { flex-basis: 78%; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .post--feature { grid-column: span 1; }
  .news-grid { grid-template-columns: 1fr; }
  .brand { font-size: 1.4rem; letter-spacing: 0.3em; text-indent: 0.3em; }
  .newsletter form { flex-direction: column; }
  .newsletter button { padding: 1rem; }
  .footer-top { grid-template-columns: 1fr; }
  .event { grid-template-columns: 90px 1fr; }
  .slider-head { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
