/* ==========================================================
   Tea Herbal Club — mockup
   Palette: candlelit ink, cream paper, amber flame, jade leaf
   ========================================================== */
:root {
  --ink: #0c0907;
  --ink-2: #140f0b;
  --ink-3: #1d1611;
  --ink-4: #2a2019;
  --cream: #f3e9d8;
  --cream-2: #e6d6bd;
  --muted: #b3a38c;
  --faint: #7d6f5e;
  --amber: #e6a95a;
  --amber-2: #c9833a;
  --ember: #ff9f4f;
  --jade: #9db48f;
  --line: rgba(243, 233, 216, .12);
  --line-2: rgba(243, 233, 216, .22);

  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --radius: 22px;
  --radius-lg: 34px;
  --ease: cubic-bezier(.2, .7, .1, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --pad: clamp(16px, 5vw, 72px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; font-variant-numeric: lining-nums; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
::selection { background: var(--amber); color: var(--ink); }

.container { width: 100%; max-width: 1320px; margin: 0 auto; padding: 0 var(--pad); }

/* ---------- atmosphere layers ---------- */
.grain {
  position: fixed; inset: -50%; z-index: 100; pointer-events: none; opacity: .07;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 1.2s steps(6) infinite;
}
@keyframes grain {
  0%,100% { transform: translate(0,0); } 20% { transform: translate(-3%,2%); }
  40% { transform: translate(2%,-3%); } 60% { transform: translate(-2%,-1%); } 80% { transform: translate(3%,3%); }
}
/* ---------- type ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font: 600 12px/1 var(--sans); letter-spacing: .22em; text-transform: uppercase;
  color: var(--amber); margin: 0 0 22px;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; opacity: .6; }
.hero .eyebrow::before, .visit .eyebrow::before { display: none; }
.h1, .h2, .h3 { font-family: var(--serif); font-weight: 400; margin: 0; letter-spacing: -.01em; }
.h1 { font-size: clamp(46px, 7.4vw, 112px); line-height: .95; }
.h2 { font-size: clamp(38px, 5.4vw, 76px); line-height: 1; }
.h3 { font-size: clamp(30px, 3vw, 40px); line-height: 1.05; }
em { font-style: italic; color: var(--amber); font-weight: 300; }
.note { font-size: 13px; color: var(--faint); margin: 20px 0 0; }

/* ---------- buttons ---------- */
.btn {
  --h: 50px;
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: var(--h); padding: 0 26px; border-radius: 999px;
  font: 600 15px/1 var(--sans); letter-spacing: .01em; white-space: nowrap;
  transition: transform .5s var(--ease-out), background .3s, color .3s, box-shadow .4s, border-color .3s;
  will-change: transform;
}
.btn svg { width: 18px; height: 18px; flex: none; transition: transform .4s var(--ease-out); }
.btn:hover svg { transform: translateX(3px) rotate(-8deg); }
.btn--sm { --h: 40px; padding: 0 18px; font-size: 14px; }
.btn--lg { --h: 60px; padding: 0 32px; font-size: 16px; }
.btn--block { width: 100%; }
.btn--amber {
  background: linear-gradient(180deg, #f0b86b, var(--amber-2));
  color: #1b0f05;
  box-shadow: 0 0 0 1px rgba(255,200,130,.35) inset, 0 10px 30px -8px rgba(230,169,90,.55), 0 0 60px -10px rgba(255,159,79,.45);
}
.btn--amber:hover { box-shadow: 0 0 0 1px rgba(255,220,160,.6) inset, 0 16px 40px -8px rgba(230,169,90,.7), 0 0 90px -6px rgba(255,159,79,.6); }
.btn--ghost { border: 1px solid var(--line-2); color: var(--cream); background: rgba(243,233,216,.04); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.btn--ghost:hover { border-color: var(--amber); color: var(--amber); }
.round-btn { width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; transition: .3s; }
.round-btn svg { width: 20px; height: 20px; }
.round-btn:hover { border-color: var(--amber); color: var(--amber); }

.chip { align-self: flex-start; display: inline-block; padding: 7px 14px; border-radius: 999px; font-size: 12px; font-weight: 600; letter-spacing: .04em; background: rgba(230,169,90,.14); color: var(--amber); border: 1px solid rgba(230,169,90,.3); }

.stars { color: var(--amber); letter-spacing: .12em; font-size: 14px; }
.stars--lg { font-size: 22px; }

.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #8fd27f; box-shadow: 0 0 0 0 rgba(143,210,127,.7); animation: pulse 2s infinite; flex: none; }
.live-dot.is-closed { background: var(--faint); animation: none; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(143,210,127,0); } 100% { box-shadow: 0 0 0 0 rgba(143,210,127,0); } }

/* ---------- NAV ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 18px var(--pad);
  transition: padding .5s var(--ease), background .5s, backdrop-filter .5s, border-color .5s;
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled {
  padding-top: 12px; padding-bottom: 12px;
  background: rgba(12,9,7,.62);
  backdrop-filter: blur(22px) saturate(1.4); -webkit-backdrop-filter: blur(22px) saturate(1.4);
  border-color: var(--line);
}
.nav.is-hidden { transform: translateY(-100%); }
.nav { transition: transform .5s var(--ease), padding .5s var(--ease), background .5s, border-color .5s; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--cream); }
.brand__mark { width: 40px; height: 40px; color: var(--amber); flex: none; }
.brand__mark .steam { stroke-dasharray: 16; animation: steamline 3.2s var(--ease) infinite; }
@keyframes steamline { 0% { stroke-dashoffset: 16; opacity: 0; } 30% { opacity: 1; } 100% { stroke-dashoffset: -16; opacity: 0; } }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__text b { font: 500 21px/1 var(--serif); letter-spacing: .01em; }
.brand__text small { font-size: 10px; letter-spacing: .24em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.nav__links { display: flex; gap: 30px; font-size: 14px; }
.nav__links a { position: relative; color: var(--cream-2); transition: color .3s; }
.nav__links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 1px; background: var(--amber); transform: scaleX(0); transform-origin: right; transition: transform .5s var(--ease-out); }
.nav__links a:hover { color: var(--cream); }
.nav__links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav__right { display: flex; align-items: center; gap: 16px; }
.lang { display: flex; padding: 3px; border-radius: 999px; border: 1px solid var(--line); }
.lang a { font-size: 11px; font-weight: 700; letter-spacing: .08em; padding: 6px 9px; border-radius: 999px; color: var(--muted); transition: color .2s; }
.lang a:hover { color: var(--cream); }
.lang .is-active { background: rgba(243,233,216,.1); color: var(--cream); }
.burger { display: none; width: 44px; height: 44px; position: relative; }
.burger span { position: absolute; left: 11px; right: 11px; height: 1.5px; background: var(--cream); transition: .4s var(--ease); }
.burger span:first-child { top: 17px; } .burger span:last-child { top: 26px; }
body.menu-open .burger span:first-child { top: 21px; transform: rotate(45deg); }
body.menu-open .burger span:last-child { top: 21px; transform: rotate(-45deg); }
.mobile-menu {
  position: fixed; inset: 0; z-index: 45; background: rgba(12,9,7,.96); backdrop-filter: blur(20px);
  display: flex; flex-direction: column; justify-content: flex-start; gap: 0; padding: 88px var(--pad) 32px;
  opacity: 0; pointer-events: none; transition: opacity .5s var(--ease);
}
.mobile-menu a { font: 400 22px/1.2 var(--serif); padding: 14px 0; border-bottom: 1px solid var(--line); transform: translateY(12px); opacity: 0; transition: .5s var(--ease-out); }
.mobile-menu a:not(.btn):active { color: var(--amber); }
.mobile-menu .mobile-menu__cta { font: 600 15px/1 var(--sans); padding: 0 20px; border: 0; margin-top: 24px; align-self: flex-start; }
.burger:focus { outline: none; }
.burger:focus-visible { outline: 1px solid var(--amber); outline-offset: 2px; border-radius: 10px; }
body.menu-open .mobile-menu { opacity: 1; pointer-events: auto; }
body.menu-open .mobile-menu a { transform: none; opacity: 1; }
body.menu-open .mobile-menu a:nth-child(2) { transition-delay: .05s } body.menu-open .mobile-menu a:nth-child(3) { transition-delay: .1s }
body.menu-open .mobile-menu a:nth-child(4) { transition-delay: .15s } body.menu-open .mobile-menu a:nth-child(5) { transition-delay: .2s }
body.menu-open .mobile-menu a:nth-child(6) { transition-delay: .25s } body.menu-open .mobile-menu a:nth-child(7) { transition-delay: .3s }
body.menu-open .mobile-menu a:nth-child(8) { transition-delay: .35s }
.mobile-menu .lang--menu { display: flex; align-self: flex-start; margin-top: 24px; }
.mobile-menu .lang--menu a { font: 700 13px/1 var(--sans); letter-spacing: .08em; padding: 10px 16px; border: 0; transform: none; opacity: 1; }
/* Thai: Cormorant / Manrope have no Thai glyphs, Noto fills them in */
html[lang="th"] { --serif: "Cormorant Garamond", "Noto Serif Thai", serif; --sans: "Manrope", "Noto Sans Thai", -apple-system, sans-serif; }
html[lang="th"] .hero__title { line-height: 1.12; }
html[lang="th"] .eyebrow { letter-spacing: .08em; }

/* ---------- HERO ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; }
.hero__media { position: absolute; inset: 0; z-index: -1; }
.hero__video { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); animation: heroZoom 18s var(--ease) forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero__steam { position: absolute; inset: 0; width: 100%; height: 100%; mix-blend-mode: screen; opacity: .9; }
.hero__shade {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 30% 100%, rgba(12,9,7,.9), transparent 70%),
    linear-gradient(90deg, rgba(12,9,7,.55) 0%, rgba(12,9,7,.15) 55%, transparent 80%),
    linear-gradient(180deg, rgba(12,9,7,.55) 0%, rgba(12,9,7,.05) 30%, rgba(12,9,7,.25) 60%, var(--ink) 100%);
}
.hero__content { position: relative; padding: 0 var(--pad) clamp(90px, 14vh, 150px); max-width: 1100px; }
.hero__eyebrow { color: var(--cream-2); font-weight: 600; letter-spacing: .16em; opacity: 0; animation: fadeUp 1s .2s var(--ease-out) forwards; }
.hero__title { font: 300 clamp(52px, 9.6vw, 150px)/.92 var(--serif); letter-spacing: -.025em; margin: 0 0 28px; }
.hero__title .line { display: block; overflow: hidden; padding-bottom: .06em; }
.hero__title .line > * { display: inline-block; transform: translateY(110%); animation: lineUp 1.4s var(--ease-out) forwards; }
.hero__title .line:nth-child(1) > * { animation-delay: .35s; }
.hero__title .line:nth-child(2) > * { animation-delay: .5s; }
.hero__title em { color: var(--amber); text-shadow: 0 0 60px rgba(255,159,79,.35); }
@keyframes lineUp { to { transform: none; } }
.hero__sub { max-width: 520px; font-size: clamp(16px, 1.3vw, 19px); color: var(--cream-2); margin: 0 0 38px; opacity: 0; animation: fadeUp 1.2s .8s var(--ease-out) forwards; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; opacity: 0; animation: fadeUp 1.2s 1s var(--ease-out) forwards; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

.hero__rating {
  position: absolute; right: var(--pad); bottom: clamp(90px, 14vh, 150px);
  display: flex; align-items: center; gap: 14px; padding: 16px 22px 16px 18px; border-radius: 20px;
  background: rgba(20,15,11,.45); border: 1px solid var(--line-2);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  opacity: 0; animation: fadeUp 1.2s 1.3s var(--ease-out) forwards;
  transition: border-color .3s, transform .5s var(--ease-out);
}
.hero__rating:hover { border-color: var(--amber); transform: translateY(-3px); }
.hero__rating-num { font: 400 46px/1 var(--serif); }
.hero__rating small { display: block; font-size: 12px; color: var(--muted); margin-top: 2px; }
.hero__scroll {
  position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-size: 10px; letter-spacing: .3em; text-transform: uppercase; color: var(--muted);
}
.hero__scroll span { width: 1px; height: 46px; background: linear-gradient(var(--amber), transparent); animation: drip 2.4s var(--ease) infinite; transform-origin: top; }
@keyframes drip { 0% { transform: scaleY(0); } 50% { transform: scaleY(1); } 100% { transform: scaleY(1); opacity: 0; } }

/* ---------- sections ---------- */
.section { position: relative; padding: clamp(52px, 6vw, 88px) 0; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: clamp(36px, 4vw, 56px); flex-wrap: wrap; }
.section-head__aside { max-width: 380px; color: var(--muted); margin: 0; }

.reveal { opacity: 0; transform: translateY(40px); transition: opacity 1.1s var(--ease-out), transform 1.1s var(--ease-out); transition-delay: var(--d, 0s); }
.reveal.is-in { opacity: 1; transform: none; }

/* ---------- MANIFESTO ---------- */
.manifesto { background: radial-gradient(ellipse 60% 50% at 80% 20%, rgba(230,169,90,.07), transparent 70%); }
.manifesto__text { font: 300 clamp(30px, 4.3vw, 62px)/1.18 var(--serif); letter-spacing: -.01em; max-width: 1150px; margin: 0; }
.manifesto__text .w { opacity: .14; transition: opacity .35s linear, color .35s; }
.manifesto__text .w.on { opacity: 1; }
.perks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: clamp(56px, 6vw, 88px); }
.perk { padding-top: 22px; border-top: 1px solid var(--line-2); }
.perk h3 { font: 500 24px/1.1 var(--serif); margin: 0 0 10px; }
.perk p { margin: 0; color: var(--muted); font-size: 15px; }
.perk:nth-child(2) { --d: .08s } .perk:nth-child(3) { --d: .16s } .perk:nth-child(4) { --d: .24s }

/* ---------- CEREMONY ---------- */
.ceremony__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.ceremony__img { margin: 0; position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/5; }
.ceremony__img img { width: 100%; height: 115%; object-fit: cover; transform: translateY(var(--py, 0)); will-change: transform; }
.ceremony__text .h2 { margin-bottom: 44px; }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 64px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.step:nth-child(2) { --d: .08s } .step:nth-child(3) { --d: .16s } .step:nth-child(4) { --d: .24s }
.step__num { font: 300 34px/1 var(--serif); color: var(--amber); }
.step h3 { font: 400 26px/1.1 var(--serif); margin: 0 0 6px; }
.step p { margin: 0; color: var(--muted); font-size: 15px; }

/* ---------- TEA MAP ---------- */
.teas { background: linear-gradient(180deg, var(--ink), var(--ink-2)); }
.tea-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; perspective: 1200px; }
.tea {
  position: relative; padding: 30px 30px 26px; border-radius: var(--radius-lg); overflow: hidden;
  background: linear-gradient(160deg, rgba(243,233,216,.06), rgba(243,233,216,.01) 60%);
  border: 1px solid var(--line);
  transform-style: preserve-3d; transition: transform .6s var(--ease-out), border-color .4s, opacity 1.1s var(--ease-out);
}
.tea::before { content: ""; position: absolute; inset: -40% -40% auto auto; width: 70%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(var(--liq-glow), transparent 65%); opacity: .35; transition: opacity .5s; filter: blur(20px); }
.tea:hover { border-color: rgba(230,169,90,.35); }
.tea:hover::before { opacity: .8; }
.tea:nth-child(3n+2) { --d: .08s } .tea:nth-child(3n) { --d: .16s }
.tea__art { width: 170px; height: 160px; margin: -14px 0 10px -22px; }
.cup { width: 100%; height: 100%; overflow: visible; }
.cup * { transform-box: view-box; }
.cup-g { transform-origin: 80px 124px; transition: transform .9s var(--ease-out); }
.tea:hover .cup-g { transform: rotate(-6deg) translateY(-3px); }

/* pour timeline: 2.8s, starts when the card scrolls in */
.cup .pitcher { opacity: 0; transform-origin: 118px 30px; }
.cup .stream { fill: none; stroke: var(--liq1); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 1 1; stroke-dashoffset: 1; opacity: .95; }
.cup .liq { transform: translateY(26px); }
.cup .pit-liq { transform-box: fill-box; transform-origin: 50% 100%; }
.cup .ripple { opacity: 0; transform-box: fill-box; transform-origin: center; }
.cup .steam path { fill: none; stroke: rgba(255, 246, 232, .62); stroke-width: 6; stroke-linecap: round; stroke-dasharray: .45 1; stroke-dashoffset: .45; opacity: 0; }
.cup .steam path:nth-child(even) { stroke-width: 9; stroke: rgba(255, 240, 220, .3); }

.is-pour .pitcher { animation: pitcher 2.8s var(--delay) cubic-bezier(.5, 0, .3, 1) both; }
.is-pour .stream  { animation: stream 2.8s var(--delay) linear both; }
.is-pour .liq     { animation: teaFill 2.8s var(--delay) cubic-bezier(.3, 0, .2, 1) both; }
.is-pour .pit-liq { animation: drain 2.8s var(--delay) ease-in-out both; }
.is-pour .ripple  { animation: ripple 2.8s var(--delay) ease-out both; }
.is-pour .glint   { animation: glint 4s calc(var(--delay) + 2.4s) ease-in-out infinite; }
.is-pour .steam path { animation: steam 3.4s calc(var(--delay) + 1.9s) ease-in-out infinite; }
.is-pour .steam path:nth-child(2) { animation-delay: calc(var(--delay) + 2.9s); }
.is-pour .steam path:nth-child(2) { animation-duration: 4s; }
.is-pour .steam path:nth-child(3) { animation-delay: calc(var(--delay) + 3.6s); }
.is-pour .steam path:nth-child(4) { animation-delay: calc(var(--delay) + 4.4s); animation-duration: 4.2s; }
.tea:hover .steam { opacity: 1; }
.cup .steam { opacity: .85; transition: opacity .6s; }

@keyframes pitcher {
  0%   { opacity: 0; transform: translate(12px, -10px) rotate(0); }
  14%  { opacity: 1; transform: translate(0, 0) rotate(0); }
  28%  { transform: rotate(-35deg); }
  78%  { opacity: 1; transform: rotate(-35deg); }
  100% { opacity: 0; transform: translate(10px, -12px) rotate(0); }
}
@keyframes stream {
  0%, 26% { stroke-dashoffset: 1; }
  34%     { stroke-dashoffset: 0; }
  72%     { stroke-dashoffset: 0; }
  83%     { stroke-dashoffset: -1; opacity: .95; }
  84%, 100% { stroke-dashoffset: -1; opacity: 0; }
}
@keyframes teaFill { 0%, 32% { transform: translateY(26px); } 82%, 100% { transform: translateY(0); } }
@keyframes drain { 0%, 32% { transform: scaleY(1); } 80%, 100% { transform: scaleY(.12); } }
@keyframes ripple {
  0%, 36% { opacity: 0; transform: scale(.4); }
  42% { opacity: .55; } 50% { opacity: 0; transform: scale(2.4); }
  51% { transform: scale(.4); } 57% { opacity: .55; } 65% { opacity: 0; transform: scale(2.4); }
  66% { transform: scale(.4); } 71% { opacity: .45; } 80%, 100% { opacity: 0; transform: scale(2.4); }
}
@keyframes glint { 50% { transform: translateX(8px); opacity: .12; } }
@keyframes steam {
  0%   { stroke-dashoffset: .45; opacity: 0; }
  30%  { opacity: 1; }
  100% { stroke-dashoffset: -.62; opacity: 0; }
}
.tea__mood { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: .06em; color: var(--amber); padding: 5px 12px; border: 1px solid rgba(230,169,90,.3); border-radius: 999px; margin-bottom: 16px; transform: translateZ(20px); }
.tea h3 { font: 400 36px/1 var(--serif); margin: 0 0 10px; transform: translateZ(30px); }
.tea p { color: var(--muted); margin: 0 0 26px; min-height: 3.2em; }
.tea__foot { display: flex; justify-content: space-between; align-items: center; padding-top: 18px; border-top: 1px solid var(--line); font-size: 14px; font-weight: 600; }
.tea__origin { color: var(--faint); font-weight: 500; font-size: 13px; }

/* ---------- FORMATS ---------- */
.format-grid { display: grid; grid-template-columns: 1.25fr 1fr; grid-template-rows: auto auto auto; gap: 20px; }
.format { border-radius: var(--radius-lg); overflow: hidden; background: var(--ink-3); border: 1px solid var(--line); display: grid; grid-template-columns: 180px 1fr; transition: border-color .4s, transform .6s var(--ease-out), opacity 1.1s var(--ease-out); }
.format:hover { border-color: rgba(230,169,90,.35); transform: translateY(-4px); }
.format:nth-child(3) { --d: .08s } .format:nth-child(4) { --d: .16s }
.format__img { overflow: hidden; }
.format img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.format:hover img { transform: scale(1.06); }
.format__body { padding: 26px 26px 24px; display: flex; flex-direction: column; }
.format h3 { font: 400 30px/1.05 var(--serif); margin: 0 0 10px; }
.format p { color: var(--muted); margin: 0 0 20px; font-size: 15px; }
.format__foot { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.price b { display: block; font: 500 28px/1 var(--serif); color: var(--cream); }
.price span { font-size: 12px; color: var(--faint); }
.format--feature { grid-row: span 3; grid-template-columns: 1fr; grid-template-rows: minmax(340px, 1fr) auto; position: relative; }
.format--feature img { position: absolute; inset: 0; height: 100%; }
.format--feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(12,9,7,.6) 50%, rgba(12,9,7,.97) 80%); pointer-events: none; }
.format--feature .format__body { position: relative; z-index: 1; grid-row: 2; padding: 40px; }
.format--feature h3 { font-size: clamp(38px, 3.6vw, 54px); margin-top: 18px; }
.format--feature p { font-size: 17px; color: var(--cream-2); }
.ticks { list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 10px; }
.ticks li { position: relative; padding-left: 30px; color: var(--cream-2); }
.ticks li::before { content: ""; position: absolute; left: 0; top: .45em; width: 16px; height: 9px; border-left: 1.5px solid var(--amber); border-bottom: 1.5px solid var(--amber); transform: rotate(-45deg); }

/* ---------- GALLERY ---------- */
.gallery { overflow: hidden; padding-bottom: clamp(40px, 4vw, 64px); }
.gallery__rail { display: flex; gap: 18px; padding: 0 var(--pad) 10px; overflow-x: auto; scrollbar-width: none; cursor: grab; align-items: center; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; }
.gallery__rail::-webkit-scrollbar { display: none; }
.gallery__rail.is-drag { cursor: grabbing; scroll-snap-type: none; }
.g { margin: 0; flex: none; width: clamp(260px, 30vw, 420px); aspect-ratio: 4/3; border-radius: var(--radius); overflow: hidden; scroll-snap-align: center; position: relative; }
.g--tall { width: clamp(220px, 22vw, 320px); aspect-ratio: 3/4; }
.g img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease-out), filter .6s; pointer-events: none; filter: brightness(.9); }
.g:hover img { transform: scale(1.06); filter: brightness(1.05); }
.gallery__hint { color: var(--faint); font-size: 13px; margin-top: 18px; }

/* ---------- MASTER ---------- */
.master { background: radial-gradient(ellipse 50% 60% at 20% 50%, rgba(230,169,90,.08), transparent 70%); }
.master__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.master__img { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 5/4; }
.master__img img { width: 100%; height: 100%; object-fit: cover; }
.master__badge { position: absolute; left: 22px; bottom: 22px; padding: 10px 16px; border-radius: 999px; background: rgba(12,9,7,.6); backdrop-filter: blur(12px); font-size: 13px; border: 1px solid var(--line-2); }
.master h2 { font-size: clamp(56px, 6.5vw, 96px); margin-bottom: 22px; }
.master blockquote { margin: 0 0 28px; font: italic 300 clamp(26px, 2.4vw, 34px)/1.25 var(--serif); color: var(--cream); padding-left: 24px; border-left: 1px solid var(--amber); }
.master cite { display: block; margin-top: 12px; font: 500 13px/1 var(--sans); font-style: normal; color: var(--faint); }
.master__text > p:not(.eyebrow) { color: var(--muted); margin: 0 0 36px; max-width: 520px; }

/* ---------- AFISHA ---------- */
.events { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.event { display: grid; grid-template-columns: 130px 1fr auto; gap: 30px; align-items: center; padding: 26px 8px; border-bottom: 1px solid var(--line); position: relative; transition: padding .5s var(--ease-out), opacity 1.1s var(--ease-out), transform 1.1s var(--ease-out); }
.event::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(230,169,90,.1), transparent 70%); opacity: 0; transition: opacity .4s; }
.event:hover { padding-left: 24px; }
.event:hover::before { opacity: 1; }
.event time { font-size: 14px; color: var(--muted); display: flex; align-items: baseline; gap: 12px; }
.event time b { font: 400 34px/1 var(--serif); color: var(--amber); }
.event h3 { font: 400 clamp(26px, 2.4vw, 34px)/1.1 var(--serif); margin: 0 0 4px; }
.event p { margin: 0; color: var(--muted); font-size: 15px; }
.event__tag { font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--jade); border: 1px solid rgba(157,180,143,.35); padding: 6px 12px; border-radius: 999px; }

/* ---------- REVIEWS ---------- */
.reviews { background: var(--ink-2); overflow: hidden; padding-block: clamp(40px, 4.5vw, 64px); }
.reviews__top { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 40px; flex-wrap: wrap; }
.reviews__score { display: flex; align-items: center; gap: 28px; }
.reviews__score > b { font: 300 clamp(96px, 12vw, 170px)/1 var(--serif); padding: .04em .02em .08em; background: linear-gradient(180deg, #ffd9a0, var(--amber-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.reviews__score p { margin: 10px 0 0; color: var(--muted); }
.reviews__nav { display: flex; gap: 10px; }
.reviews__rail { display: flex; gap: 20px; overflow-x: auto; padding: 0 var(--pad) 20px; scroll-snap-type: x mandatory; scrollbar-width: none; scroll-padding: 0 var(--pad); padding-top: 12px; margin-top: -12px; padding-bottom: 12px; }
.reviews__rail::-webkit-scrollbar { display: none; }
.review {
  flex: none; width: min(440px, 84vw); scroll-snap-align: start; padding: 34px 34px 28px; border-radius: var(--radius-lg);
  background: linear-gradient(170deg, rgba(243,233,216,.07), rgba(243,233,216,.02)); border: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 20px; transition: border-color .4s, transform .6s var(--ease-out);
}
.review:hover { border-color: rgba(230,169,90,.35); transform: translateY(-4px); }
.review p { font: 400 23px/1.35 var(--serif); margin: 0; color: var(--cream); flex: 1; }
.review footer { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--line); }
.review footer b { display: block; font-size: 15px; }
.review footer small { color: var(--faint); font-size: 12px; }
.avatar { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; background: linear-gradient(135deg, var(--amber), #8a4a1c); color: #1b0f05; }
.review--more { justify-content: space-between; align-items: flex-start; background: linear-gradient(160deg, rgba(230,169,90,.2), rgba(230,169,90,.04)); border-color: rgba(230,169,90,.3); }
.review--more span { font: 400 38px/1.05 var(--serif); }
.review--more svg { width: 56px; height: 56px; color: var(--amber); transition: transform .5s var(--ease-out); }
.review--more:hover svg { transform: translate(6px, -6px); }

/* ---------- SHOP ---------- */
.shop__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.shop__text > p:not(.eyebrow) { color: var(--muted); max-width: 500px; margin: 0 0 18px; }
.shop__text .h2 { margin-bottom: 30px; }
.shop__cta { display: flex; align-items: center; gap: 22px; margin-top: 36px; flex-wrap: wrap; }
.shop__gift { display: inline-flex; align-items: center; gap: 10px; color: var(--cream-2); font-size: 14px; }
.shop__gift svg { width: 22px; height: 22px; flex: none; fill: none; stroke: var(--amber); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.shop__visual { position: relative; aspect-ratio: 1 / 1; }
.shop__shelf { position: absolute; inset: 8% 0 0 16%; border-radius: var(--radius-lg); overflow: hidden; }
.shop__shelf img { width: 100%; height: 100%; object-fit: cover; }
.shop__shelf::after { content: ""; position: absolute; inset: 0; background: linear-gradient(200deg, transparent 40%, rgba(12,9,7,.6)); }
.leaf-card {
  position: absolute; z-index: 2; width: 42%; padding: 14px 14px 18px; border-radius: 26px;
  background: #f5ede0; color: #2a1c10; box-shadow: 0 40px 80px -20px rgba(0,0,0,.8);
  transition: transform .8s var(--ease-out), opacity 1.1s var(--ease-out);
}
.leaf-card img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 16px; mix-blend-mode: multiply; }
.leaf-card span { display: block; font: 500 24px/1.05 var(--serif); margin-top: 10px; padding-left: 4px; }
.leaf-card small { font: 500 12px/1 var(--sans); color: #8a6c4d; letter-spacing: .06em; }
.leaf-card--a { left: 0; bottom: -4%; rotate: -6deg; }
.leaf-card--b { right: -4%; top: -6%; width: 36%; rotate: 5deg; --d: .15s; }
.leaf-card:hover { transform: translateY(-8px) rotate(2deg); }

/* ---------- FAQ ---------- */
.faq__grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: clamp(40px, 7vw, 110px); align-items: start; }
.faq__grid > div:first-child { position: sticky; top: 120px; }
.faq__list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 28px 50px 28px 0; position: relative; font: 400 clamp(22px, 2vw, 28px)/1.2 var(--serif); transition: color .3s; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after, .faq summary::before { content: ""; position: absolute; right: 10px; top: 50%; width: 18px; height: 1.5px; background: var(--amber); transition: transform .5s var(--ease-out); }
.faq summary::before { transform: rotate(90deg); }
.faq details[open] summary::before { transform: rotate(0); }
.faq summary:hover { color: var(--amber); }
.faq details p { margin: 0; padding: 0 50px 28px 0; color: var(--muted); animation: fadeUp .6s var(--ease-out); }

/* ---------- VISIT ---------- */
.visit { position: relative; padding: clamp(64px, 7vw, 104px) 0; overflow: hidden; isolation: isolate; }
.visit__bg { position: absolute; inset: 0; z-index: -1; }
.visit__bg img { width: 100%; height: 120%; object-fit: cover; filter: blur(2px) brightness(.45); transform: translateY(var(--py, 0)); }
.visit__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, var(--ink) 0%, rgba(12,9,7,.55) 12%, rgba(12,9,7,.6) 85%, var(--ink) 100%), radial-gradient(ellipse at 30% 50%, transparent, rgba(12,9,7,.6)); }
.visit__grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.visit__cta > p:not(.eyebrow) { font-size: 19px; color: var(--cream-2); margin: 26px 0 38px; }
.visit .eyebrow { color: var(--cream-2); }
.visit__buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.visit__messengers { display: flex; gap: 22px; margin-top: 34px; flex-wrap: wrap; }
.visit__messengers a { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--muted); transition: color .3s; }
.visit__messengers a:hover { color: var(--amber); }
.visit__messengers svg { width: 20px; height: 20px; }
.visit__card { padding: 14px; border-radius: var(--radius-lg); background: rgba(20,15,11,.7); border: 1px solid var(--line-2); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.map { border-radius: 24px; overflow: hidden; aspect-ratio: 16/11; background: var(--ink-3); }
.map iframe { width: 100%; height: 100%; border: 0; filter: invert(.92) hue-rotate(180deg) sepia(.35) saturate(.7) brightness(.9) contrast(.95); }
.visit__info { margin: 0; padding: 22px 14px 18px; display: grid; gap: 14px; }
.visit__info div { display: grid; grid-template-columns: 90px 1fr; gap: 12px; }
.visit__info dt { color: var(--faint); font-size: 13px; }
.visit__info dd { margin: 0; font-size: 15px; }
.visit__info a:hover, .faq details a:hover { color: var(--amber); }
.visit__info small { color: var(--faint); font-size: 12px; }
.faq details a { color: var(--cream); border-bottom: 1px solid var(--line-2); }

/* ---------- FOOTER ---------- */
.footer { border-top: 1px solid var(--line); padding: 40px 0 50px; }
.footer__row { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.footer__brand { font: 500 26px/1 var(--serif); }
.footer p { color: var(--faint); font-size: 14px; margin: 10px 0 0; }
.footer__meta { text-align: right; }

/* ---------- MOBILE BAR ---------- */
.mbar { display: none; }

/* ---------- LIGHTBOX ---------- */
.lightbox { position: fixed; inset: 0; z-index: 95; background: rgba(6,4,3,.92); display: grid; place-items: center; padding: 24px; opacity: 0; pointer-events: none; transition: opacity .4s; }
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox img { max-width: 100%; max-height: 88vh; border-radius: 18px; transform: scale(.94); transition: transform .5s var(--ease-out); }
.lightbox.is-open img { transform: none; }
.lightbox button { position: absolute; top: 18px; right: 22px; font-size: 36px; color: var(--cream); }

/* ==========================================================
   Responsive
   ========================================================== */
@media (max-width: 1100px) {
  .nav__links { display: none; }
  .burger { display: block; }
  .perks { grid-template-columns: repeat(2, 1fr); }
  .tea-grid { grid-template-columns: repeat(2, 1fr); }
  .format-grid { grid-template-columns: 1fr; }
  .format--feature { grid-row: auto; min-height: 640px; }
}
@media (max-width: 760px) {
  body { font-size: 15px; }
  .nav { padding: 14px 16px; }
  .nav .btn--sm, .lang { display: none; }
  .brand__mark { width: 34px; height: 34px; }
  .brand__text b { font-size: 18px; }
  /* phone: rating goes into the flow under the CTA, so it can never overlap the button */
  .hero { flex-direction: column; justify-content: flex-end; align-items: stretch; }
  .hero__content { padding-bottom: 20px; }
  .hero__rating { position: relative; right: auto; bottom: auto; align-self: flex-start; margin: 0 var(--pad) 44px; padding: 10px 16px 10px 14px; }
  .hero__rating-num { font-size: 34px; }
  .hero__scroll { display: none; }
  .hero__cta .btn { width: 100%; }
  .hero__cta .btn--ghost { display: none; }
  .perks { grid-template-columns: 1fr 1fr; gap: 24px; }
  .tea-grid { grid-template-columns: 1fr; }
  .format { grid-template-columns: 1fr; }
  .format__img { aspect-ratio: 16/9; }
  .format--feature .format__body { padding: 26px; }
  .format--feature { min-height: 0; grid-template-rows: 280px auto; }
  .format--feature img { position: static; height: 280px; grid-row: 1; }
  .format--feature::after { background: linear-gradient(180deg, transparent 150px, var(--ink-3) 280px); }
  .format__foot { flex-wrap: wrap; }
  .master__grid, .shop__grid, .faq__grid, .visit__grid { grid-template-columns: 1fr; }
  .faq__grid > div:first-child { position: static; }
  .event { grid-template-columns: 1fr; gap: 10px; padding: 22px 4px; }
  .event__tag { justify-self: start; }
  .ceremony__grid { grid-template-columns: 1fr; }
  .ceremony__img { aspect-ratio: 4/3; }
  .shop__visual { margin-top: 20px; }
  .footer { padding-bottom: 110px; }
  .footer__meta { text-align: left; }
  .review p { font-size: 21px; }
  .mbar {
    display: flex; gap: 10px; position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 60;
    padding: 8px; border-radius: 999px; background: rgba(20,15,11,.75); border: 1px solid var(--line-2);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    transform: translateY(140%); transition: transform .6s var(--ease-out);
  }
  .mbar.is-on { transform: none; }
  .mbar__call { flex: none; width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line-2); }
  .mbar__call svg { width: 20px; height: 20px; }
  .mbar .btn { --h: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .grain { animation: none; }
  .cup .liq { transform: none; }
  .cup .steam path { opacity: .6; stroke-dasharray: none; }
}

/* ==========================================================
   Mobile: compact, 2-up tiles, minimum reading — get to Telegram fast
   ========================================================== */
@media (max-width: 760px) {
  .section { padding: 44px 0; }
  .section-head { margin-bottom: 22px; gap: 0; }
  .section-head__aside, .note, .gallery__hint { display: none; }
  .eyebrow { margin-bottom: 12px; font-size: 11px; }
  .h2 { font-size: 32px; }
  .h1 { font-size: 40px; }

  /* buttons: normal size, never full-bleed slabs */
  .btn, .btn--lg { --h: 46px; padding: 0 20px; font-size: 15px; }
  .btn--sm { --h: 36px; padding: 0 14px; font-size: 13px; }
  .btn svg { width: 16px; height: 16px; }
  .hero__cta .btn { width: auto; }

  /* hero */
  .hero__title { font-size: 46px; margin-bottom: 16px; }
  .hero__sub { font-size: 15px; margin-bottom: 24px; }
  .hero__content { padding-bottom: 16px; }
  .hero__rating { margin-bottom: 36px; padding: 8px 14px 8px 12px; gap: 10px; border-radius: 14px; }
  .hero__rating-num { font-size: 28px; }
  .hero__rating .stars { font-size: 11px; }

  /* sticky contact: small pill in the corner */
  .mbar { left: auto; right: 16px; padding: 0; background: none; border: 0; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .mbar .btn { --h: 46px; width: auto; padding: 0 18px; box-shadow: 0 10px 30px -6px rgba(0,0,0,.7), 0 0 40px -10px rgba(255,159,79,.5); }

  /* about */
  .manifesto__text { font-size: 23px; line-height: 1.25; }
  .perks { margin-top: 28px; gap: 18px 16px; }
  .perk { padding-top: 12px; }
  .perk h3 { font-size: 19px; margin-bottom: 4px; }
  .perk p { font-size: 13px; line-height: 1.45; }

  /* ceremony */
  .ceremony__grid { gap: 22px; }
  .ceremony__img { aspect-ratio: 16/10; }
  .ceremony__text .h2 { margin-bottom: 16px; }
  .steps { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; border-top: 0; }
  .step { grid-template-columns: 1fr; gap: 2px; padding: 12px 0; border-top: 1px solid var(--line); border-bottom: 0; }
  .step__num { font-size: 20px; }
  .step h3 { font-size: 18px; margin: 0; }
  .step p { display: none; }

  /* tea map: 4 cups, two per row */
  .tea-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .tea:nth-child(n+5) { display: none; }
  .tea { padding: 12px 12px 14px; border-radius: 20px; }
  .tea__art { width: 120px; height: 112px; margin: -8px auto 2px; }
  .tea__mood { display: none; }
  .tea h3 { font-size: 22px; margin-bottom: 8px; }
  .tea p, .tea__origin { display: none; }
  .tea__foot { padding-top: 10px; font-size: 12px; }

  /* formats: feature + two tiles */
  .format-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .format:nth-child(4) { display: none; }
  .format--feature { grid-column: 1 / -1; grid-template-rows: 190px auto; }
  .format--feature img { height: 190px; }
  .format--feature::after { background: linear-gradient(180deg, transparent 90px, var(--ink-3) 190px); }
  .format--feature .format__body { padding: 16px 18px 18px; }
  .format--feature h3 { font-size: 26px; margin-top: 10px; }
  .format--feature p, .ticks { display: none; }
  .format { border-radius: 20px; }
  .format__img { aspect-ratio: 4/3; }
  .format__body { padding: 12px 12px 14px; }
  .format h3 { font-size: 19px; margin-bottom: 8px; }
  .format:not(.format--feature) p { display: none; }
  .format__foot { gap: 8px; }
  .price b { font-size: 20px; }
  .price span { font-size: 11px; }
  .format:not(.format--feature) .btn { width: 100%; }

  /* gallery */
  .g { width: 62vw; border-radius: 16px; }
  .g--tall { width: 46vw; }
  .gallery__rail { gap: 10px; padding: 0 16px; }

  /* master */
  .master__grid { gap: 18px; }
  .master__img { aspect-ratio: 16/10; }
  .master h2 { font-size: 44px; margin-bottom: 12px; }
  .master blockquote { font-size: 21px; margin-bottom: 18px; padding-left: 14px; }
  .master__text > p:not(.eyebrow) { display: none; }

  /* afisha: 4 tiles, 2x2 */
  .events { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; border-top: 0; }
  .event { grid-template-columns: 1fr; gap: 6px; padding: 14px; border: 1px solid var(--line); border-radius: 18px; }
  .event:nth-child(n+5) { display: none; }
  .event:hover { padding-left: 14px; }
  .event time b { font-size: 22px; }
  .event h3 { font-size: 19px; }
  .event p { display: none; }
  .event__tag { font-size: 10px; padding: 3px 8px; }

  /* reviews */
  .reviews__top { margin-bottom: 18px; }
  .reviews__score { gap: 14px; }
  .reviews__score > b { font-size: 72px; }
  .reviews__score p { font-size: 13px; margin-top: 4px; }
  .reviews__nav { display: none; }
  .reviews__rail { gap: 10px; padding-left: 16px; padding-right: 16px; }
  .review { width: 78vw; padding: 20px; gap: 12px; border-radius: 20px; }
  .review p { font-size: 16px; line-height: 1.4; }
  .review footer { padding-top: 12px; }
  .avatar { width: 34px; height: 34px; font-size: 13px; }

  /* shop */
  .shop__text .h2 { margin-bottom: 14px; }
  .shop__text > p:not(.eyebrow):not(:nth-of-type(2)) { display: none; }
  .shop__cta { margin-top: 18px; gap: 14px; }
  .shop__visual { width: 86%; margin: 10px auto 0; }
  .leaf-card { padding: 8px 8px 10px; border-radius: 16px; }
  .leaf-card img { border-radius: 10px; }
  .leaf-card span { font-size: 16px; margin-top: 6px; padding-left: 2px; }
  .leaf-card small { font-size: 10px; }

  /* faq */
  .faq__grid { gap: 14px; }
  .faq summary { font-size: 19px; padding: 16px 40px 16px 0; }
  .faq details p { font-size: 14px; padding-bottom: 16px; }

  /* visit */
  .visit { padding: 48px 0 56px; }
  .visit__cta > p:not(.eyebrow) { font-size: 15px; margin: 12px 0 20px; }
  .visit__messengers { margin-top: 18px; }
  .visit__grid { gap: 26px; }
  .visit__bg img { display: none; }
  .visit__bg { background: radial-gradient(ellipse 90% 45% at 20% 30%, rgba(230,169,90,.12), transparent 70%); }
  .visit__bg::after { display: none; }
  p, .h1, .h2 { text-wrap: pretty; }
  .mbar.is-hidden { transform: translateY(140%); }
  .visit { padding-bottom: 32px; }
  .footer { padding: 24px 0 28px; }
  .footer__row { gap: 12px; }
  .footer__brand { font-size: 22px; }
  .footer p { font-size: 13px; margin-top: 6px; }
}
