/* ==========================================================================
   BHAVANI KIRANAM — Editorial Bazaar
   Light-mode only · warm khadi paper · Telangana motif · Fraunces / Tiro Telugu
   ========================================================================== */

:root {
  /* paper & ink */
  --cream: #F7EDD7;
  --cream-warm: #F2E2BE;
  --cream-deep: #EAD7AA;
  --paper: #FBF4DF;

  --ink: #1A1410;
  --ink-soft: #3A2E22;
  --ink-mute: #6E5A47;

  /* accents */
  --marigold: #E8A22E;
  --marigold-deep: #C77D17;
  --marigold-dark: #7A4A0E;

  --brick: #B8391E;
  --brick-deep: #7A2A14;
  --sindoor: #C8462C;

  --peacock: #0F6E6B;
  --peacock-deep: #08423F;
  --leaf: #2F5D3A;

  --rose: #D67A86;
  --bone: #FAF3E3;

  /* type */
  --serif: 'Fraunces', 'Playfair Display', Georgia, serif;
  --sans: 'Manrope', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
  --tel: 'Tiro Telugu', 'Noto Serif Telugu', 'Noto Sans Telugu', serif;
  --tel-sans: 'Noto Sans Telugu', sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, Menlo, monospace;

  /* misc */
  --max: 1320px;
  --gutter: clamp(20px, 4vw, 56px);
  --radius-sm: 6px;
  --radius: 14px;
  --radius-lg: 22px;

  --shadow-soft: 0 1px 0 rgba(26,20,16,.06), 0 8px 24px rgba(26,20,16,.06);
  --shadow-pop: 0 1px 0 rgba(26,20,16,.10), 0 18px 38px -10px rgba(122,42,20,.18), 0 8px 14px -6px rgba(26,20,16,.10);
}

* { box-sizing: border-box; }
*::selection { background: var(--marigold); color: var(--ink); }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 90% -10%, rgba(232, 162, 46, .18), transparent 60%),
    radial-gradient(900px 500px at -10% 30%, rgba(184, 57, 30, .08), transparent 65%),
    radial-gradient(800px 700px at 50% 110%, rgba(15, 110, 107, .07), transparent 60%),
    var(--cream);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }

a {
  color: var(--ink);
  text-decoration: none;
  transition: color .2s ease;
}

/* ============== GRAIN ================================================== */
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: .35;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.10  0 0 0 0 0.08  0 0 0 0 0.06  0 0 0 0.18 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

/* ============== TOPBAR ================================================= */
.topbar {
  position: relative;
  z-index: 20;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.topbar__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 9px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.topbar__left { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.topbar__sep { opacity: .35; }
.topbar__phone {
  color: var(--cream);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color .2s;
}
.topbar__phone:hover { color: var(--marigold); }

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 0 rgba(74,222,128,.55);
  animation: livePulse 2s infinite;
  display: inline-block;
}
.dot--green { background: var(--peacock); }
@keyframes livePulse {
  0% { box-shadow: 0 0 0 0 rgba(74,222,128,.55); }
  70% { box-shadow: 0 0 0 8px rgba(74,222,128,0); }
  100% { box-shadow: 0 0 0 0 rgba(74,222,128,0); }
}

@media (max-width: 720px) { .hide-sm { display: none; } }

/* ============== NAV ==================================================== */
.nav {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(247, 237, 215, .82);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  border-bottom: 1px solid rgba(26,20,16,.08);
}
.nav__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.nav__logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav__logo-mark svg { transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.nav__logo:hover .nav__logo-mark svg { transform: rotate(-12deg) scale(1.05); }
.nav__logo-text { display: flex; flex-direction: column; line-height: 1; }
.nav__logo-tel {
  font-family: var(--tel);
  font-size: 18px;
  color: var(--ink);
  letter-spacing: .01em;
}
.nav__logo-en {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-top: 4px;
}
.nav__links {
  display: flex;
  align-items: center;
  gap: 26px;
}
.nav__links a {
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-soft);
  position: relative;
}
.nav__links a:not(.nav__cta)::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -4px;
  height: 1px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
}
.nav__links a:not(.nav__cta):hover::after { transform: scaleX(1); }
.nav__cta {
  background: var(--ink);
  color: var(--cream) !important;
  padding: 9px 16px 10px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: .01em;
  transition: background .2s, transform .2s;
}
.nav__cta:hover { background: var(--brick); transform: translateY(-1px); }

@media (max-width: 880px) {
  .nav__links { gap: 18px; }
  .nav__links a:not(.nav__cta):not([href="#visit"]) { display: none; }
}

/* ============== HERO =================================================== */
.hero {
  position: relative;
  padding: clamp(40px, 6vw, 80px) 0 0;
  overflow: hidden;
}
.hero__deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.hero__deco--rangoli-tl {
  top: -40px;
  left: -50px;
  width: 240px;
  opacity: .55;
  animation: spinSlow 60s linear infinite;
}
@keyframes spinSlow { to { transform: rotate(360deg); } }

.hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter) 60px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; }
}

/* hero copy */
.hero__copy { position: relative; }
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  padding: 7px 14px;
  border: 1px solid rgba(26,20,16,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.32);
  margin-bottom: 26px;
}
.hero__eyebrow-divider { color: var(--marigold-deep); }

.hero__title {
  font-family: var(--serif);
  font-weight: 400;
  font-variation-settings: 'opsz' 144, 'SOFT' 60;
  font-size: clamp(56px, 9.4vw, 138px);
  line-height: .92;
  letter-spacing: -.02em;
  margin: 0 0 28px;
  color: var(--ink);
}
.hero__title-tel {
  display: block;
  font-family: var(--tel);
  font-style: normal;
  font-weight: 400;
  font-size: .85em;
  line-height: .9;
  color: var(--brick);
  margin-bottom: -.04em;
  text-shadow: 0 1px 0 rgba(255,255,255,.6);
}
.hero__title-line { display: flex; align-items: baseline; gap: .12em; flex-wrap: wrap; }
.hero__title-en {
  font-style: italic;
  font-weight: 300;
  font-variation-settings: 'opsz' 144, 'SOFT' 100;
}
.hero__title-en--soft {
  color: var(--ink-soft);
  font-size: .82em;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -.015em;
}
.hero__title-amp {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  color: var(--marigold-deep);
  font-size: 1.15em;
  margin-left: .1em;
}

.hero__lede {
  font-family: var(--serif);
  font-weight: 350;
  font-style: normal;
  font-variation-settings: 'opsz' 14, 'SOFT' 80;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 36ch;
  margin: 0 0 32px;
}
.hero__lede em {
  font-family: var(--tel);
  font-style: normal;
  color: var(--brick);
  margin: 0 .08em;
}
.hero__lede-aside { color: var(--ink-mute); font-style: italic; }

.hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }

.hero__chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding: 0; margin: 0;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.hero__chips li { display: inline-flex; align-items: center; gap: 6px; }
.hero__chips span { color: var(--marigold-deep); }

/* buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 14.5px;
  letter-spacing: .005em;
  cursor: pointer;
  transition: transform .25s cubic-bezier(.2,.7,.2,1), background .2s, color .2s, box-shadow .25s;
  border: 1.5px solid transparent;
  white-space: nowrap;
}
.btn--primary {
  background: var(--ink);
  color: var(--cream);
}
.btn--primary:hover {
  background: var(--brick);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -10px rgba(184,57,30,.5);
}
.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: rgba(26,20,16,.32);
  flex-direction: column;
  align-items: flex-start;
  padding: 9px 18px 10px;
  gap: 0;
}
.btn--ghost:hover {
  border-color: var(--ink);
  background: rgba(255,255,255,.4);
  transform: translateY(-2px);
}
.btn--ghost span:first-child { font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); }
.btn--ghost .btn__phone { font-family: var(--mono); font-size: 14px; color: var(--ink); margin-top: 2px; }
.btn__arrow { font-size: 16px; transition: transform .3s; }
.btn:hover .btn__arrow { transform: translate(2px, -2px); }

/* hero frame / slideshow */
.hero__frame {
  position: relative;
  margin: 0 auto;
  width: min(100%, 460px);
  aspect-ratio: 400 / 520;
}
.frame {
  position: relative;
  width: 100%;
  height: 100%;
}
.frame__arch {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.frame__archStroke { stroke: var(--ink); }

.slideshow {
  position: absolute;
  top: 3.846%;
  bottom: 3.846%;
  left: 5%;
  right: 5%;
  border-radius: 50% 50% 0 0 / 37.5% 37.5% 0 0;
  overflow: hidden;
  background: var(--cream-warm);
}
/* the SVG arches are 400x520 but slideshow sits inside same area */
.hero__frame { aspect-ratio: 400 / 520; }

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04) translateY(8px);
  transition: opacity 1s ease, transform 1.4s cubic-bezier(.2,.7,.2,1);
  background: var(--bg, var(--cream-warm));
}
.slide.is-active {
  opacity: 1;
  transform: scale(1) translateY(0);
  z-index: 1;
}
.slide__art { width: 100%; height: 100%; }
.slide__art svg { width: 100%; height: 100%; }

.slideshow__nav {
  position: absolute;
  bottom: 24px; left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex; gap: 6px;
}
.slideshow__dot {
  width: 22px; height: 4px;
  border: none;
  border-radius: 2px;
  background: rgba(26,20,16,.25);
  cursor: pointer;
  padding: 0;
  transition: background .25s, width .35s;
}
.slideshow__dot.is-active { background: var(--ink); width: 36px; }
.slideshow__dot:hover { background: var(--ink-soft); }

.frame__caption {
  position: absolute;
  bottom: -38px;
  left: 0; right: 0;
  display: flex; align-items: baseline; justify-content: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.frame__caption-num { color: var(--ink); font-size: 13px; }
.frame__caption-text { color: var(--ink-soft); }

/* float tags */
.floatTag {
  position: absolute;
  background: var(--paper);
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  padding: 10px 18px;
  display: flex; flex-direction: column; align-items: center;
  line-height: 1;
  z-index: 4;
  box-shadow: var(--shadow-pop);
  animation: floatBob 4s ease-in-out infinite;
}
.floatTag__big { font-family: var(--serif); font-style: italic; font-size: 22px; color: var(--brick); }
.floatTag__small { font-family: var(--tel); font-size: 11px; color: var(--ink-soft); margin-top: 2px; }
.floatTag--1 { top: 14%; right: -10px; transform: rotate(7deg); animation-delay: 0s; }
.floatTag--2 { bottom: 10%; left: -22px; transform: rotate(-6deg); animation-delay: 1.4s; }

@keyframes floatBob {
  0%,100% { transform: translateY(0) rotate(var(--r, 0deg)); }
  50% { transform: translateY(-8px) rotate(var(--r, 0deg)); }
}
.floatTag--1 { --r: 7deg; }
.floatTag--2 { --r: -6deg; }

@media (max-width: 980px) {
  .hero__frame { width: min(420px, 92%); margin-top: 16px; }
  .floatTag--1 { right: 4%; }
  .floatTag--2 { left: 4%; }
}

/* ============== MARQUEE ================================================ */
.marquee {
  position: relative;
  margin-top: 60px;
  border-top: 1px solid rgba(26,20,16,.16);
  border-bottom: 1px solid rgba(26,20,16,.16);
  background: var(--ink);
  color: var(--cream);
  overflow: hidden;
  padding: 18px 0;
}
.marquee__track {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 28px;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 30px);
  font-variation-settings: 'opsz' 30, 'SOFT' 100;
  animation: marqueeScroll 36s linear infinite;
  will-change: transform;
}
.marquee__track > span:not(.marquee__star) {
  font-family: var(--serif);
}
.marquee__track > span:nth-child(7n+1) { color: var(--marigold); }
.marquee__star {
  color: var(--brick);
  font-style: normal;
  font-size: .8em;
  font-family: var(--sans);
}
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============== STORY ================================================== */
.story {
  position: relative;
  padding: clamp(80px, 10vw, 140px) 0;
  z-index: 2;
}
.story__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.label__line {
  display: inline-block;
  width: 40px; height: 1px;
  background: var(--ink);
  vertical-align: middle;
  margin-right: 12px;
}
.label__text {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.story__label, .shelf__label, .promise__label, .bazaar__label, .voices__label, .visit__label {
  margin-bottom: 32px;
}

.story__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.7fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}
@media (max-width: 980px) { .story__grid { grid-template-columns: 1fr; } }

.story__heading h2 {
  font-family: var(--serif);
  font-weight: 350;
  font-variation-settings: 'opsz' 144, 'SOFT' 80;
  font-size: clamp(34px, 4.6vw, 64px);
  line-height: .98;
  letter-spacing: -.02em;
  margin: 0 0 12px;
}
.story__heading em {
  font-style: italic;
  color: var(--brick);
  font-weight: 300;
  font-variation-settings: 'opsz' 144, 'SOFT' 100;
}
.story__heading-tel {
  font-family: var(--tel);
  font-style: italic;
  font-size: 18px;
  color: var(--marigold-deep);
  margin: 0;
}

.story__body p {
  font-family: var(--serif);
  font-weight: 350;
  font-variation-settings: 'opsz' 14, 'SOFT' 80;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0 0 18px;
}
.story__body em {
  font-family: var(--tel);
  font-style: normal;
  color: var(--brick);
  margin: 0 .04em;
}
.story__body strong {
  font-weight: 600;
  color: var(--ink);
  background: linear-gradient(transparent 62%, rgba(232, 162, 46, .42) 62%, rgba(232, 162, 46, .42) 92%, transparent 92%);
  padding: 0 2px;
  font-style: normal;
}
.dropcap {
  font-family: var(--tel);
  float: left;
  font-size: 4.6em;
  line-height: .85;
  padding: .07em .18em 0 0;
  color: var(--brick);
  font-weight: 400;
}
.story__sign {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  color: var(--ink-soft);
}
.story__sign-tel {
  font-family: var(--tel);
  font-style: normal;
  font-size: 22px;
  color: var(--ink);
  margin-top: 4px;
}

.story__aside {
  display: grid;
  gap: 12px;
}
.card-stat {
  background: var(--paper);
  border: 1px solid rgba(26,20,16,.10);
  border-radius: var(--radius);
  padding: 22px 22px 20px;
  position: relative;
  overflow: hidden;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s;
}
.card-stat:hover { transform: translateY(-3px); box-shadow: var(--shadow-pop); }
.card-stat::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 80px; height: 80px;
  background: radial-gradient(circle at 70% 30%, var(--marigold) 0%, transparent 60%);
  opacity: .35;
}
.card-stat--alt { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.card-stat--alt::before { background: radial-gradient(circle at 70% 30%, var(--brick) 0%, transparent 60%); opacity: .55; }
.card-stat--quote {
  background: var(--marigold);
  border-color: var(--marigold-deep);
}
.card-stat--quote::before { display: none; }
.card-stat__num {
  font-family: var(--serif);
  font-weight: 300;
  font-variation-settings: 'opsz' 144, 'SOFT' 80;
  font-size: clamp(46px, 5vw, 64px);
  line-height: .9;
  color: inherit;
}
.card-stat__num span {
  font-size: .55em;
  color: var(--brick);
  font-style: italic;
  vertical-align: super;
  margin-left: .04em;
}
.card-stat--alt .card-stat__num span { color: var(--marigold); }
.card-stat__label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: inherit;
  opacity: .8;
  margin-top: 8px;
}
.card-stat__sub {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: var(--marigold);
  margin-top: 6px;
  font-variation-settings: 'opsz' 14, 'SOFT' 100;
}
.card-stat--quote p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 8px;
  color: var(--ink);
}
.card-stat--quote span {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* ============== SHELF ================================================== */
.shelf {
  position: relative;
  padding: clamp(60px, 8vw, 110px) 0 clamp(80px, 10vw, 130px);
  z-index: 2;
  background:
    linear-gradient(180deg, transparent 0, transparent 60px, var(--paper) 60px, var(--paper) 100%);
}
.shelf__rangoli {
  position: absolute;
  top: 30px; left: 0; right: 0;
  height: 30px;
  z-index: 0;
  opacity: .4;
}
.shelf__rangoli svg { width: 100%; height: 100%; }
.shelf__inner {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.shelf__head { margin-bottom: 56px; }
.shelf__head-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(20px, 4vw, 60px);
  align-items: end;
}
@media (max-width: 880px) { .shelf__head-grid { grid-template-columns: 1fr; } }

.shelf__title {
  font-family: var(--serif);
  font-weight: 350;
  font-variation-settings: 'opsz' 144, 'SOFT' 80;
  font-size: clamp(36px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -.02em;
  margin: 0;
}
.shelf__title-em {
  font-family: var(--tel);
  font-style: italic;
  color: var(--brick);
  font-weight: 400;
}
.shelf__sub {
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
  color: var(--ink-soft);
  font-weight: 350;
  font-variation-settings: 'opsz' 14, 'SOFT' 80;
  max-width: 36ch;
  margin: 0;
}

.shelf__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(26,20,16,.10);
  border: 1px solid rgba(26,20,16,.10);
  border-radius: var(--radius);
  overflow: hidden;
}
@media (max-width: 1100px) { .shelf__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .shelf__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .shelf__grid { grid-template-columns: 1fr; } }

.prod {
  --accent: var(--marigold-deep);
  position: relative;
  background: var(--paper);
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 280px;
  cursor: default;
  overflow: hidden;
  transition: background .4s ease, color .4s ease, transform .4s cubic-bezier(.2,.7,.2,1);
}
.prod::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--accent);
  transform: translateY(101%);
  transition: transform .55s cubic-bezier(.2,.8,.2,1);
  z-index: 0;
}
.prod > * { position: relative; z-index: 1; }
.prod:hover { color: var(--cream); }
.prod:hover::before { transform: translateY(0); }
.prod:hover .prod__icon svg path,
.prod:hover .prod__icon svg rect,
.prod:hover .prod__icon svg ellipse,
.prod:hover .prod__icon svg circle { transition: stroke .35s, fill .35s; }
.prod:hover .prod__icon { transform: scale(1.05) rotate(-3deg); }

.prod__num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--ink-mute);
  transition: color .3s;
}
.prod:hover .prod__num { color: rgba(255,255,255,.65); }

.prod__icon {
  width: 78px; height: 78px;
  margin: 4px 0 6px -4px;
  transition: transform .5s cubic-bezier(.2,.7,.2,1);
}

.prod__name {
  font-family: var(--serif);
  font-weight: 400;
  font-variation-settings: 'opsz' 30, 'SOFT' 60;
  font-size: 22px;
  letter-spacing: -.005em;
  line-height: 1.15;
  margin: 0;
}
.prod__tel {
  font-family: var(--tel);
  font-style: italic;
  font-size: 15px;
  color: var(--ink-mute);
  margin: 0;
  transition: color .3s;
}
.prod:hover .prod__tel { color: rgba(255,255,255,.85); }

.prod__items {
  list-style: none;
  padding: 0; margin: 8px 0 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--ink-soft);
  font-family: var(--sans);
  transition: color .3s;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .55s cubic-bezier(.2,.8,.2,1), opacity .35s, color .3s;
}
.prod__items li::before {
  content: '·';
  margin-right: 6px;
  color: var(--marigold-deep);
}
.prod:hover .prod__items {
  max-height: 200px;
  opacity: 1;
  color: rgba(255,255,255,.92);
}
.prod:hover .prod__items li::before { color: var(--marigold); }

.prod__more {
  margin-top: auto;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  transition: color .3s, transform .3s;
}
.prod:hover .prod__more { color: var(--cream); transform: translateX(4px); }

.shelf__footnote {
  margin-top: 28px;
  font-family: var(--serif);
  font-style: italic;
  text-align: center;
  color: var(--ink-soft);
  font-size: 16px;
}
.shelf__footnote a {
  color: var(--brick);
  border-bottom: 1px solid var(--brick);
}

/* ============== PROMISE ================================================ */
.promise {
  position: relative;
  padding: clamp(80px, 10vw, 130px) 0;
  background:
    radial-gradient(900px 500px at 100% 0%, rgba(184,57,30,.08), transparent 60%),
    var(--cream);
  border-top: 1px solid rgba(26,20,16,.08);
  border-bottom: 1px solid rgba(26,20,16,.08);
  z-index: 2;
}
.promise__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.promise__title {
  font-family: var(--serif);
  font-weight: 350;
  font-variation-settings: 'opsz' 144, 'SOFT' 80;
  font-size: clamp(38px, 5.4vw, 78px);
  line-height: .98;
  letter-spacing: -.02em;
  margin: 0 0 56px;
  max-width: 18ch;
}
.promise__title-em {
  font-style: italic;
  color: var(--brick);
}

.promise__list {
  list-style: none;
  padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(26,20,16,.10);
  border: 1px solid rgba(26,20,16,.10);
}
@media (max-width: 600px) { .promise__list { grid-template-columns: 1fr; } }

.promise__item {
  background: var(--paper);
  padding: 32px 28px 32px;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px;
  align-items: start;
  position: relative;
  transition: background .35s;
}
.promise__item:hover { background: var(--bone); }
.promise__num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 28px;
  color: var(--marigold-deep);
  font-weight: 400;
  font-variation-settings: 'opsz' 30, 'SOFT' 100;
  line-height: 1;
  border-right: 1px solid rgba(26,20,16,.18);
  padding-right: 12px;
}
.promise__body h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-variation-settings: 'opsz' 30, 'SOFT' 60;
  font-size: 21px;
  letter-spacing: -.005em;
  line-height: 1.2;
  margin: 0 0 4px;
}
.promise__h3-tel {
  font-family: var(--tel) !important;
  font-style: italic;
  font-weight: 400 !important;
  color: var(--brick);
  font-size: 26px !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  margin: 0 0 12px !important;
}
.promise__tel {
  font-family: var(--tel);
  font-style: italic;
  font-size: 14px;
  color: var(--brick);
  margin: 0 0 10px;
}
.promise__body p:last-child {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}

/* ============== BAZAAR ================================================= */
.bazaar {
  position: relative;
  padding: clamp(80px, 10vw, 130px) 0;
  z-index: 2;
}
.bazaar__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.bazaar__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.bazaar__title {
  font-family: var(--serif);
  font-weight: 350;
  font-variation-settings: 'opsz' 144, 'SOFT' 80;
  font-size: clamp(36px, 5vw, 70px);
  line-height: .98;
  letter-spacing: -.02em;
  margin: 0;
}
.bazaar__title em {
  font-family: var(--tel);
  font-style: italic;
  color: var(--brick);
  font-weight: 400;
}
.bazaar__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.bazaar__live { display: inline-flex; align-items: center; gap: 8px; }

.bazaar__table {
  border: 1px solid rgba(26,20,16,.18);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--paper);
}
.bazaar__row {
  display: grid;
  grid-template-columns: 2.4fr 1fr 1fr 1fr 1fr;
  gap: 12px;
  padding: 16px 22px;
  align-items: center;
  border-bottom: 1px solid rgba(26,20,16,.08);
  font-size: 14.5px;
  transition: background .3s;
}
.bazaar__row:last-child { border-bottom: none; }
.bazaar__row:not(.bazaar__row--head):hover { background: var(--cream-warm); }
.bazaar__row--head {
  background: var(--ink);
  color: var(--cream);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 12px 22px;
}
.bazaar__row--head:hover { background: var(--ink); }

.bazaar__item strong {
  font-family: var(--serif);
  font-weight: 500;
  font-variation-settings: 'opsz' 30, 'SOFT' 60;
  font-size: 17px;
  letter-spacing: -.005em;
}
.bazaar__item em {
  font-family: var(--tel);
  font-style: italic;
  color: var(--ink-mute);
  margin-left: 8px;
  font-size: 14px;
}
.bazaar__cell--num {
  font-family: var(--mono);
  font-feature-settings: 'tnum';
  text-align: right;
}
.bazaar__cell--soft { color: var(--ink-mute); }
.bazaar__price {
  color: var(--ink);
  font-weight: 500;
  font-size: 16px;
  position: relative;
  transition: color .3s;
}
.bazaar__row.is-flashing .bazaar__price {
  color: var(--brick);
  animation: priceFlash .8s ease;
}
@keyframes priceFlash {
  0% { transform: scale(1); }
  30% { transform: scale(1.08); }
  100% { transform: scale(1); }
}
.bazaar__cell--trend { text-align: right; }
.trend {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--mono);
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 999px;
}
.trend--up { background: rgba(184,57,30,.14); color: var(--brick); }
.trend--down { background: rgba(15,110,107,.14); color: var(--peacock); }
.trend--flat { background: rgba(26,20,16,.06); color: var(--ink-mute); }

@media (max-width: 760px) {
  .bazaar__row { grid-template-columns: 2fr 1fr 1fr; }
  .bazaar__row > :nth-child(2),
  .bazaar__row > :nth-child(4) { display: none; }
}

.bazaar__note {
  margin-top: 14px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: var(--ink-mute);
  text-align: right;
}
.bazaar__note em {
  font-family: var(--tel);
  font-style: italic;
  color: var(--brick);
}

/* ============== FESTIVALS ============================================== */
.festivals {
  position: relative;
  padding: clamp(80px, 10vw, 130px) 0;
  z-index: 2;
}
.festivals__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.festivals__head {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(20px, 4vw, 60px);
  align-items: end;
  margin-bottom: 56px;
}
@media (max-width: 880px) { .festivals__head { grid-template-columns: 1fr; } }

.festivals__title {
  font-family: var(--tel), var(--serif);
  font-weight: 400;
  font-style: normal;
  font-size: clamp(34px, 4.8vw, 66px);
  line-height: 1.4;
  letter-spacing: 0;
  margin: 0;
  color: var(--ink);
}
.festivals__title em {
  font-family: var(--tel);
  font-style: italic;
  color: var(--brick);
  font-weight: 400;
  display: inline-block;
}
.festivals__sub {
  font-family: var(--tel);
  font-style: italic;
  font-size: 17px;
  color: var(--ink-soft);
  line-height: 1.7;
  max-width: 42ch;
  margin: 0;
}

.festivals__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: rgba(26,20,16,.12);
  border: 1px solid rgba(26,20,16,.12);
  border-radius: var(--radius);
  overflow: hidden;
}
@media (max-width: 1100px) { .festivals__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .festivals__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .festivals__grid { grid-template-columns: 1fr; } }

.fest {
  --accent: var(--marigold);
  position: relative;
  background: var(--paper);
  padding: 28px 24px 30px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 340px;
  overflow: hidden;
  transition: background .4s ease;
}
.fest::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--accent);
  transform: translateY(101%);
  transition: transform .55s cubic-bezier(.2,.8,.2,1);
  z-index: 0;
}
.fest > * { position: relative; z-index: 1; }
.fest:hover::before { transform: translateY(0); }
.fest:hover .fest__name,
.fest:hover .fest__month,
.fest:hover .fest__en,
.fest:hover .fest__items { color: var(--cream); transition: color .35s; }
.fest:hover .fest__deco { opacity: .92; transform: rotate(-8deg) scale(1.08); }

.fest__month {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  transition: color .35s;
}
.fest__name {
  font-family: var(--tel);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(32px, 3vw, 40px);
  line-height: 1;
  margin: 4px 0 0;
  color: var(--ink);
  transition: color .35s;
  letter-spacing: 0;
}
.fest__en {
  font-family: var(--serif);
  font-style: italic;
  font-size: 13px;
  color: var(--accent);
  font-variation-settings: 'opsz' 14, 'SOFT' 100;
  letter-spacing: .01em;
  transition: color .35s;
  line-height: 1.3;
}
.fest:hover .fest__en { color: var(--cream); opacity: .85; }
.fest__items {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  font-family: var(--tel);
  font-size: 16px;
  line-height: 1.85;
  color: var(--ink-soft);
  transition: color .35s;
}
.fest__items li::before {
  content: '✦';
  margin-right: 10px;
  color: var(--accent);
  font-size: 9px;
  vertical-align: middle;
  transition: color .35s;
}
.fest:hover .fest__items li::before { color: var(--cream); }

.fest__deco {
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 90px;
  height: 90px;
  opacity: .55;
  transition: opacity .35s, transform .55s cubic-bezier(.2,.7,.2,1);
  pointer-events: none;
}
.fest__deco svg { width: 100%; height: 100%; }

.festivals__foot {
  margin-top: 28px;
  font-family: var(--tel);
  font-style: italic;
  text-align: center;
  font-size: 17px;
  color: var(--ink-soft);
  line-height: 1.6;
}

/* ============== BULK / BIG ORDERS ====================================== */
.bulk {
  position: relative;
  padding: clamp(80px, 10vw, 130px) 0;
  background:
    radial-gradient(700px 400px at 0% 100%, rgba(15,110,107,.07), transparent 60%),
    radial-gradient(600px 400px at 100% 0%, rgba(232,162,46,.07), transparent 60%),
    var(--cream);
  border-top: 1px solid rgba(26,20,16,.08);
  z-index: 2;
}
.bulk__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.bulk__head {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(20px, 4vw, 60px);
  align-items: end;
  margin-bottom: 56px;
}
@media (max-width: 880px) { .bulk__head { grid-template-columns: 1fr; } }

.bulk__title {
  font-family: var(--tel), var(--serif);
  font-weight: 400;
  font-size: clamp(34px, 4.8vw, 66px);
  line-height: 1.4;
  letter-spacing: 0;
  margin: 0;
  color: var(--ink);
}
.bulk__title em {
  font-family: var(--tel);
  font-style: italic;
  color: var(--brick);
  font-weight: 400;
}
.bulk__sub {
  font-family: var(--tel);
  font-style: italic;
  font-size: 17px;
  color: var(--ink-soft);
  line-height: 1.7;
  max-width: 42ch;
  margin: 0;
}

.bulk__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 40px;
}
@media (max-width: 760px) { .bulk__grid { grid-template-columns: 1fr; } }

.bulk-card {
  --accent: var(--marigold-deep);
  position: relative;
  background: var(--paper);
  border: 1px solid rgba(26,20,16,.10);
  border-radius: var(--radius);
  padding: 32px 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s, border-color .25s;
}
.bulk-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-pop);
  border-color: var(--accent);
}
.bulk-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 4px;
  background: var(--accent);
}
.bulk-card__num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--ink-mute);
}
.bulk-card__icon {
  width: 80px;
  height: 80px;
  margin: 4px 0 8px -6px;
  transition: transform .5s cubic-bezier(.2,.7,.2,1);
}
.bulk-card:hover .bulk-card__icon { transform: scale(1.06) rotate(-3deg); }

.bulk-card__title {
  margin: 6px 0 4px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.bulk-card__tel {
  font-family: var(--tel);
  font-size: 24px;
  color: var(--ink);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}
.bulk-card__en {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
}
.bulk-card__body {
  font-family: var(--sans);
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 8px 0 0;
}
.bulk-card__note {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px dashed rgba(26,20,16,.18);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.bulk-card__note span {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.bulk-card__note strong {
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
  color: var(--brick);
  font-weight: 500;
  font-variation-settings: 'opsz' 30, 'SOFT' 100;
}

.bulk__cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 32px 36px;
  border: 1.5px solid var(--ink);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--paper), var(--bone));
  align-items: center;
  position: relative;
  overflow: hidden;
}
.bulk__cta::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 160px; height: 160px;
  background: radial-gradient(circle, var(--marigold) 0%, transparent 70%);
  opacity: .25;
  pointer-events: none;
}
@media (max-width: 760px) {
  .bulk__cta { grid-template-columns: 1fr; padding: 24px; }
}

.bulk__cta-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  z-index: 1;
}
.bulk__cta-tel {
  font-family: var(--tel);
  font-size: clamp(20px, 2.4vw, 30px);
  color: var(--ink);
  line-height: 1.25;
}
.bulk__cta-en {
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  color: var(--ink-mute);
}
.bulk__cta-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

/* ============== VOICES ================================================= */
.voices {
  position: relative;
  padding: clamp(80px, 10vw, 130px) 0;
  background:
    radial-gradient(700px 400px at 0% 100%, rgba(15,110,107,.06), transparent 60%),
    var(--cream);
  border-top: 1px solid rgba(26,20,16,.08);
  z-index: 2;
}
.voices__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.voices__title {
  font-family: var(--tel), var(--serif);
  font-weight: 400;
  font-style: normal;
  font-size: clamp(32px, 4.4vw, 60px);
  line-height: 1.45;
  letter-spacing: 0;
  margin: 0 0 48px;
  color: var(--ink);
  max-width: 22ch;
}
.voices__title em {
  font-family: var(--tel);
  font-style: italic;
  color: var(--brick);
  font-weight: 400;
}

.voices__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 980px) { .voices__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .voices__grid { grid-template-columns: 1fr; } }

.quote {
  position: relative;
  background: var(--paper);
  border: 1px solid rgba(26,20,16,.10);
  border-radius: var(--radius);
  padding: 28px 26px 26px;
  margin: 0;
  overflow: hidden;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s;
}
.quote:hover { transform: translateY(-4px) rotate(-.4deg); box-shadow: var(--shadow-pop); }
.quote--alt {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}
.quote--alt blockquote { color: var(--cream); }
.quote--alt .quote__name { color: var(--marigold); }
.quote--alt .quote__role { color: rgba(250,243,227,.55); }
.quote--alt:hover { transform: translateY(-4px) rotate(.4deg); }

.quote--wide { grid-column: span 3; }
@media (max-width: 980px) { .quote--wide { grid-column: span 2; } }
@media (max-width: 640px) { .quote--wide { grid-column: span 1; } }

.quote__mark {
  position: absolute;
  top: -20px; right: 14px;
  font-family: var(--serif);
  font-size: 120px;
  line-height: 1;
  color: var(--marigold);
  opacity: .55;
  font-style: italic;
  pointer-events: none;
}
.quote--alt .quote__mark { color: var(--brick); opacity: .7; }

.quote blockquote {
  margin: 0 0 18px;
  font-family: var(--tel), var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  position: relative;
  z-index: 1;
}
.quote--alt blockquote { color: var(--cream); }
.quote--wide blockquote {
  font-size: clamp(22px, 2.4vw, 32px);
  font-style: italic;
  line-height: 1.35;
}
.quote figcaption {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.quote__name {
  font-family: var(--tel), 'Fraunces', serif;
  font-weight: 500;
  font-style: italic;
  font-size: 17px;
  color: var(--brick);
  line-height: 1.2;
}
.quote--alt .quote__name { color: var(--marigold); }
.quote__role {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.quote__stars {
  display: inline-flex;
  gap: 4px;
  margin-bottom: 14px;
  color: var(--marigold-deep);
  font-size: 18px;
}
.quote__stars .half { opacity: .55; }

/* ============== VISIT ================================================== */
.visit {
  position: relative;
  padding: clamp(80px, 10vw, 130px) 0;
  z-index: 2;
}
.visit__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.visit__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
@media (max-width: 980px) { .visit__grid { grid-template-columns: 1fr; } }

.visit__title {
  font-family: var(--serif);
  font-weight: 350;
  font-variation-settings: 'opsz' 144, 'SOFT' 80;
  font-size: clamp(40px, 5.4vw, 80px);
  line-height: .96;
  letter-spacing: -.02em;
  margin: 0 0 32px;
}
.visit__title em {
  font-style: italic;
  color: var(--brick);
}

.visit__rows {
  display: grid;
  gap: 22px;
}
.visit__row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(26,20,16,.10);
  align-items: start;
}
.visit__row-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  padding-top: 4px;
}
.visit__row-value {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-variation-settings: 'opsz' 14, 'SOFT' 60;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
}
.visit__row-value strong {
  font-weight: 600;
  color: var(--brick);
}
.visit__row-soft {
  font-family: var(--serif);
  font-style: italic;
  color: var(--ink-mute);
  font-size: 14px;
}
.visit__phone {
  font-family: var(--mono);
  font-size: 18px;
  color: var(--ink);
  border-bottom: 1px solid var(--marigold-deep);
  padding-bottom: 1px;
  transition: color .25s;
}
.visit__phone:hover { color: var(--brick); }

.visit__cta-row {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.visit__map { position: relative; }
.visit__map-frame {
  position: relative;
  border: 1.5px solid var(--ink);
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-pop);
  transform: rotate(.6deg);
  transition: transform .5s cubic-bezier(.2,.7,.2,1);
}
.visit__map-frame:hover { transform: rotate(0); }
.visit__map-frame iframe {
  width: 100%; height: 100%;
  border: 0;
  filter: sepia(.15) saturate(.9) hue-rotate(-8deg);
}
.visit__map-caption {
  margin-top: 18px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  color: var(--ink-soft);
  text-align: right;
  padding-right: 8px;
}

/* ============== FOOTER ================================================= */
.foot {
  position: relative;
  background: var(--ink);
  color: var(--cream);
  padding: 64px 0 32px;
  margin-top: 24px;
  z-index: 2;
}
.foot::before {
  content: '';
  position: absolute;
  top: -1px; left: 0; right: 0;
  height: 8px;
  background:
    repeating-linear-gradient(90deg,
      var(--ink) 0 14px,
      var(--marigold) 14px 18px,
      var(--ink) 18px 32px,
      var(--brick) 32px 36px);
  opacity: .8;
}
.foot__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.foot__top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(250,243,227,.18);
}
.foot__brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.foot__brand-tel {
  font-family: var(--tel);
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  color: var(--cream);
}
.foot__brand-en {
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--marigold);
  font-weight: 350;
  font-variation-settings: 'opsz' 30, 'SOFT' 100;
}
.foot__blessing {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: rgba(250,243,227,.78);
  max-width: 32ch;
  text-align: right;
}
.foot__blessing em {
  font-family: var(--tel);
  font-style: italic;
  color: var(--marigold);
}

.foot__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 36px 0;
  border-bottom: 1px solid rgba(250,243,227,.18);
}
@media (max-width: 760px) { .foot__grid { grid-template-columns: repeat(2, 1fr); } }
.foot__col p {
  font-family: var(--serif);
  font-weight: 350;
  font-variation-settings: 'opsz' 14, 'SOFT' 60;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
  color: rgba(250,243,227,.85);
}
.foot__col em { color: rgba(250,243,227,.55); font-style: italic; }
.foot__col-label {
  display: block;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--marigold);
  margin-bottom: 10px;
}
.foot__col a {
  color: var(--cream);
  border-bottom: 1px dotted var(--marigold);
  transition: color .25s;
}
.foot__col a:hover { color: var(--marigold); }

.foot__bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(250,243,227,.55);
}
.foot__made {
  color: rgba(250,243,227,.7);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.foot__heart {
  font-size: 1.6em;
  color: var(--brick);
  line-height: 1;
  display: inline-block;
  transform-origin: center;
  animation: heartBeat 1.4s ease-in-out infinite;
  text-shadow: 0 0 18px rgba(184,57,30,.4);
}
@keyframes heartBeat {
  0%, 60%, 100% { transform: scale(1); }
  20% { transform: scale(1.28); }
  40% { transform: scale(1.05); }
}

/* ============== SCROLL REVEAL ========================================== */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1);
}
.reveal.is-in {
  opacity: 1;
  transform: none;
}
.reveal--stagger > * {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1);
}
.reveal--stagger.is-in > * {
  opacity: 1;
  transform: none;
}
.reveal--stagger.is-in > *:nth-child(1) { transition-delay: 0ms; }
.reveal--stagger.is-in > *:nth-child(2) { transition-delay: 60ms; }
.reveal--stagger.is-in > *:nth-child(3) { transition-delay: 120ms; }
.reveal--stagger.is-in > *:nth-child(4) { transition-delay: 180ms; }
.reveal--stagger.is-in > *:nth-child(5) { transition-delay: 240ms; }
.reveal--stagger.is-in > *:nth-child(6) { transition-delay: 300ms; }
.reveal--stagger.is-in > *:nth-child(7) { transition-delay: 360ms; }
.reveal--stagger.is-in > *:nth-child(8) { transition-delay: 420ms; }
.reveal--stagger.is-in > *:nth-child(9) { transition-delay: 480ms; }
.reveal--stagger.is-in > *:nth-child(10) { transition-delay: 540ms; }
.reveal--stagger.is-in > *:nth-child(11) { transition-delay: 600ms; }
.reveal--stagger.is-in > *:nth-child(12) { transition-delay: 660ms; }

/* ============== MOBILE CARD-STACKING =================================== */
/* On small screens, sections with many cards switch from grid to a
   sticky-stack layout — each card pins below the nav as you scroll, the
   next slides in over it. Cuts perceived page height dramatically. */
@media (max-width: 760px) {

  /* FESTIVALS — 5 cards stack on top of each other */
  .festivals__grid {
    display: block;
    border: none;
    background: transparent;
    border-radius: 0;
    overflow: visible;
  }
  .fest {
    position: sticky;
    margin-bottom: 14px;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(26,20,16,.12);
    box-shadow: 0 -10px 30px -8px rgba(26,20,16,.18), 0 4px 20px -10px rgba(26,20,16,.16);
    min-height: auto;
    padding: 26px 22px 26px;
  }
  .fest:nth-child(1) { top: 72px; }
  .fest:nth-child(2) { top: 82px; }
  .fest:nth-child(3) { top: 92px; }
  .fest:nth-child(4) { top: 102px; }
  .fest:nth-child(5) { top: 112px; }
  /* hover floods don't fire on touch — use the accent as a left bar instead */
  .fest::before {
    transform: none;
    width: 4px;
    height: auto;
    inset: 0 auto 0 0;
  }
  .fest > * { color: inherit; }

  /* SHELF — 12 product tiles stack */
  .shelf__grid {
    display: block;
    border: none;
    background: transparent;
    border-radius: 0;
    overflow: visible;
  }
  .prod {
    position: sticky;
    margin-bottom: 12px;
    border-radius: var(--radius);
    border: 1px solid rgba(26,20,16,.10);
    box-shadow: 0 -10px 30px -8px rgba(26,20,16,.16), 0 4px 18px -10px rgba(26,20,16,.14);
    min-height: auto;
  }
  .prod:nth-child(1)  { top: 70px; }
  .prod:nth-child(2)  { top: 76px; }
  .prod:nth-child(3)  { top: 82px; }
  .prod:nth-child(4)  { top: 88px; }
  .prod:nth-child(5)  { top: 94px; }
  .prod:nth-child(6)  { top: 100px; }
  .prod:nth-child(7)  { top: 106px; }
  .prod:nth-child(8)  { top: 112px; }
  .prod:nth-child(9)  { top: 118px; }
  .prod:nth-child(10) { top: 124px; }
  .prod:nth-child(11) { top: 130px; }
  .prod:nth-child(12) { top: 136px; }
  .prod::before { display: none; }
  .prod > * { color: inherit; }
  /* always show item list on touch (no hover) */
  .prod__items {
    max-height: 200px;
    opacity: 1;
    margin-top: 10px;
  }

  /* PROMISE — 4 honesties also stack */
  .promise__list {
    display: block;
    border: none;
    background: transparent;
  }
  .promise__item {
    position: sticky;
    margin-bottom: 12px;
    border-radius: var(--radius);
    box-shadow: 0 -10px 30px -8px rgba(26,20,16,.14), 0 4px 18px -10px rgba(26,20,16,.12);
  }
  .promise__item:nth-child(1) { top: 72px; }
  .promise__item:nth-child(2) { top: 82px; }
  .promise__item:nth-child(3) { top: 92px; }
  .promise__item:nth-child(4) { top: 102px; }

  /* BULK — 2 cards also stack */
  .bulk-card {
    position: sticky;
  }
  .bulk-card:nth-child(1) { top: 72px; }
  .bulk-card:nth-child(2) { top: 88px; }

  /* Tighter section padding on mobile */
  .story, .shelf, .promise, .festivals, .bulk, .voices, .visit {
    padding-top: clamp(56px, 9vw, 80px);
    padding-bottom: clamp(56px, 9vw, 80px);
  }

  /* Hero — give it some breathing space, smaller arch */
  .hero { padding-top: 28px; }
  .hero__inner { padding-bottom: 30px; gap: 24px; }
  .hero__frame { width: min(86%, 380px); }
  .floatTag--1 { right: -4px; transform: rotate(7deg) scale(0.85); }
  .floatTag--2 { left: -4px; transform: rotate(-6deg) scale(0.85); }

  /* Marquee a little smaller */
  .marquee { padding: 14px 0; }
  .marquee__track { font-size: 19px; }

  /* Bigger tap targets */
  .nav__cta { padding: 12px 18px; }
  .btn { padding: 14px 20px; min-height: 48px; }
}

/* very small phones */
@media (max-width: 380px) {
  .hero__title { font-size: 48px; }
  .nav__logo-tel { font-size: 16px; }
  .nav__logo-en { font-size: 9px; }
}

/* ============== REDUCED MOTION ========================================= */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
  .reveal, .reveal--stagger > * { opacity: 1; transform: none; }
}
