@font-face {
font-family: "Onest"; font-weight: 400 800; font-display: swap;
src: url(../fonts/onest-cyrillic-wght-normal.woff2) format("woff2");
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: "Onest"; font-weight: 400 800; font-display: swap;
src: url(../fonts/onest-latin-wght-normal.woff2) format("woff2");
unicode-range: U+0000-00FF, U+2000-206F, U+2191, U+2193, U+2212;
}
@font-face {
font-family: "Golos Text"; font-weight: 400 900; font-display: swap;
src: url(../fonts/golos-text-cyrillic-wght-normal.woff2) format("woff2");
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: "Golos Text"; font-weight: 400 900; font-display: swap;
src: url(../fonts/golos-text-latin-wght-normal.woff2) format("woff2");
unicode-range: U+0000-00FF, U+2000-206F, U+2191, U+2193, U+2212;
}

:root {
--white: #ffffff;
--paper: #f3eef9;
--choc-900: #24130d;
--choc-700: #3f2317;
--choc-500: #6a3b26;
--cocoa: #96603c;
--latte: #dcc4ae;
--muted: #7d6355;
--serif: "Onest", "Golos Text", -apple-system, "Segoe UI", Roboto, sans-serif;
--sans: "Onest", "Golos Text", -apple-system, "Segoe UI", Roboto, sans-serif;
--ease: cubic-bezier(.2, .7, .2, 1);
}

* { box-sizing: border-box; }
html, body { margin: 0; height: 100%; }
body {
background: var(--paper); color: var(--choc-900);
background:
  radial-gradient(62% 52% at 16% 20%, rgba(255, 224, 200, .6), transparent 70%),
  radial-gradient(56% 58% at 82% 72%, rgba(208, 203, 255, .62), transparent 70%),
  var(--paper);
background:
  radial-gradient(62% 52% at 16% 20%, oklch(94% 0.05 62 / .6), transparent 70%),
  radial-gradient(56% 58% at 82% 72%, oklch(90% 0.06 285 / .62), transparent 70%),
  oklch(96% 0.018 300);
font-family: var(--sans); font-size: 16px; line-height: 1.5;
-webkit-font-smoothing: antialiased;
}
body::after {
content: ""; position: fixed; inset: 0; z-index: 5; pointer-events: none;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E") repeat;
background-size: 180px 180px; opacity: .045; mix-blend-mode: multiply;
}
a { color: inherit; }

.page {
min-height: 100dvh; display: grid; grid-template-rows: auto 1fr auto auto;
padding: 18px clamp(20px, 4vw, 56px) 18px; gap: clamp(12px, 3vh, 36px);
max-width: 1560px; margin: 0 auto;
}
@media (min-width: 921px) and (min-height: 640px) {
body { overflow: hidden; }
.page { height: 100dvh; }
}

.top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--choc-900); }
.brand img { width: 42px; height: auto; }
.brand span { display: inline-flex; flex-direction: column; gap: 3px; }
.brand b { font-family: var(--serif); font-size: 25px; line-height: 1; font-weight: 700; letter-spacing: -.02em; transition: color .25s; }
.brand small {
font-size: 10.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
color: var(--cocoa); white-space: nowrap; padding-left: 2px;
}
.brand:hover b { color: var(--choc-500); }
.top-links { display: flex; align-items: center; gap: 22px; font-size: 14px; }
.top-links a { text-decoration: none; color: var(--choc-700); font-weight: 500; transition: color .2s; }
.top-links a:hover { color: var(--choc-900); text-decoration: underline; text-underline-offset: 4px; }
.rating { display: inline-flex; align-items: center; gap: 6px; }
.rating .star { color: var(--cocoa); }
.top-links .short { display: none; }

main { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .9fr); gap: clamp(16px, 3vw, 48px); min-height: 0; }

.copy { display: flex; flex-direction: column; justify-content: center; min-height: 0; max-width: 600px; }

.eyebrow { margin: 0 0 12px; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--cocoa); font-weight: 700; }
h1 {
font-family: var(--serif); font-weight: 700; margin: 0;
font-size: clamp(33px, 4vw, 56px); line-height: 1.02; letter-spacing: -.035em;
max-width: 13ch; text-wrap: balance;
}
h1 em { font-style: normal; color: var(--choc-500); }
.lead { margin: 18px 0 0; max-width: 46ch; font-size: clamp(15px, 1.15vw, 18px); color: var(--choc-700); }
.lead b { font-weight: 600; color: var(--choc-900); }

.cta {
display: inline-flex; align-items: center; gap: 14px; text-decoration: none; margin-top: 34px;
background: var(--choc-700); color: var(--white); font-weight: 600; font-size: 18px;
padding: 19px 32px 19px 34px; border-radius: 16px;
box-shadow: 0 10px 26px -12px rgba(36, 19, 13, .55);
transition: transform .22s var(--ease), background .22s, box-shadow .22s;
}
.cta .arr { display: inline-block; transition: transform .22s var(--ease); }
.cta:hover { background: var(--choc-900); transform: translateY(-1px); }
.cta:active { transform: scale(.985); }
.cta:hover .arr { transform: translateX(4px); }
.cta:active { transform: translateY(0); }
.cta:focus-visible, .top-links a:focus-visible, .brand:focus-visible { outline: 3px solid var(--cocoa); outline-offset: 4px; }

.hours { font-size: 14px; color: var(--choc-700); display: grid; gap: 2px; margin-top: 26px; }
.hours b { font-weight: 600; color: var(--choc-900); }
.hours i { font-style: normal; font-variant-numeric: tabular-nums; }
.hours .note { color: var(--muted); }

.reviews { display: grid; gap: 12px; min-height: 0; animation: rise .7s var(--ease) .15s both; }
.reviews-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; font-size: 13px; color: var(--muted); }
.reviews-head a { color: var(--choc-700); text-decoration: none; transition: color .2s; }
.reviews-head a:hover { color: var(--choc-900); }
.reviews-head a:hover { text-decoration: underline; text-underline-offset: 4px; }
.cards { display: grid; grid-template-columns: 1.25fr 1fr 1.15fr .9fr; gap: 12px; align-items: start; }
.card {
background: var(--white); border-radius: 16px; padding: 14px 16px 12px;
border: 1px solid rgba(36, 19, 13, .07); border-color: color-mix(in oklch, var(--choc-900) 7%, transparent);
display: none; flex-direction: column; gap: 10px; min-height: 128px;
}
.cards .card:nth-child(even) { background: color-mix(in oklch, var(--latte) 22%, var(--white)); }
.cards .card[style*="order: 1"], .cards .card[style*="order: 3"] { margin-top: 10px; }
.card.on { display: flex; }
.card.in { animation: cardIn .6s var(--ease) both; }
.card.out { animation: cardOut .34s ease-in both; pointer-events: none; }
@keyframes cardIn { from { opacity: 0; translate: 0 14px; } to { opacity: 1; translate: 0 0; } }
@keyframes cardOut { to { opacity: 0; translate: 0 -10px; } }
.card p { margin: 0; font-size: 13px; line-height: 1.45; color: var(--choc-700); display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.card footer { font-size: 12px; color: var(--muted); display: flex; justify-content: space-between; gap: 8px; margin-top: auto; }
.card footer b { color: var(--choc-900); font-weight: 600; }

.stage { position: relative; min-height: 0; }
.glow {
position: absolute; left: 50%; top: 50%; width: 74%; aspect-ratio: 1; transform: translate(-50%, -52%);
border-radius: 50%; pointer-events: none; filter: blur(44px); opacity: .95;
background:
  radial-gradient(circle at 38% 42%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 62%),
  radial-gradient(circle at 64% 36%, rgba(255, 214, 190, .85), rgba(255, 214, 190, 0) 58%),
  radial-gradient(circle at 48% 68%, rgba(196, 214, 255, .75), rgba(196, 214, 255, 0) 60%);
}
.still {
position: absolute; inset: 0; display: block; width: 100%; height: 100%;
object-fit: contain; object-position: center; pointer-events: none;
opacity: 0; transition: opacity .6s ease;
}
.stage.failed .still { opacity: 1; }
.stage canvas {
position: relative; display: block; width: 100%; height: 100%; touch-action: pan-y; cursor: grab;
opacity: 0; transition: opacity .6s ease;
}
.stage.ready canvas { opacity: 1; }
.stage.drag canvas { cursor: grabbing; }
.stage canvas:focus-visible { outline: 3px solid var(--cocoa); outline-offset: 2px; }
.floor {
position: absolute; left: 50%; top: 82%; width: 38%; height: 5%;
transform: translate(-50%, -50%); pointer-events: none; opacity: 0; transition: opacity .6s;
}
.floor i {
display: block; width: 100%; height: 100%; border-radius: 50%;
background: radial-gradient(closest-side, rgba(36, 19, 13, .28), rgba(36, 19, 13, 0));
}
.stage.ready .floor { opacity: 1; }

.load {
position: absolute; left: 50%; top: 50%; width: min(300px, 72%); transform: translate(-50%, -50%);
display: grid; gap: 16px; justify-items: center; text-align: center; transition: opacity .45s;
}
.load .pct {
font-family: var(--serif); font-weight: 700;
font-size: clamp(40px, 4vw, 58px); line-height: 1; letter-spacing: -.03em;
color: var(--choc-900); font-variant-numeric: tabular-nums;
}
.load .bar { width: 100%; height: 5px; border-radius: 5px; background: var(--latte); overflow: hidden; }
.load .fill {
height: 100%; width: 0; border-radius: 5px;
background: linear-gradient(90deg, var(--cocoa), var(--choc-700)); transition: width .35s var(--ease);
}
.load .cap { font-size: 13px; color: var(--muted); letter-spacing: .04em; }
.stage.ready .load { opacity: 0; pointer-events: none; }

.hint {
position: absolute; left: 50%; bottom: 3%; transform: translateX(-50%); white-space: nowrap;
font-size: 12.5px; color: var(--muted); opacity: 0; transition: opacity .5s .3s; pointer-events: none;
}
.stage.ready .hint { opacity: 1; }
.stage.touched .hint { opacity: 0; transition-delay: 0s; }

.stage.failed .load, .stage.failed .hint { display: none; }
.retry {
position: absolute; left: 50%; bottom: 3%; transform: translateX(-50%);
display: none; border: 0; background: none; padding: 6px 10px; cursor: pointer;
font: inherit; font-size: 12.5px; color: var(--muted); text-decoration: underline;
text-underline-offset: 4px;
}
.stage.failed .retry { display: block; }
.retry:hover { color: var(--choc-900); }
.retry:focus-visible { outline: 3px solid var(--cocoa); outline-offset: 2px; border-radius: 8px; }

html.no3d .stage { display: none; }

.page { transition: opacity .22s ease, transform .22s ease; }
.leaving .page { opacity: 0; transform: translateY(-6px); }

.foot {
display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px;
font-size: 12px; color: var(--muted); padding-top: 4px;
}
.foot a {
color: var(--choc-700); text-decoration: none;
transition: color .2s, background .2s, border-color .2s, transform .2s var(--ease);
}
.foot a:hover { color: var(--choc-900); }
.foot a:focus-visible { outline: 2px solid var(--cocoa); outline-offset: 3px; border-radius: 10px; }
.foot-place, .foot-mail { display: inline-flex; align-items: center; gap: 6px; }
.foot-phone { display: none; }
.foot-place::before {
content: "📍"; font-size: 11px; filter: grayscale(1) opacity(.5);
}
.foot-place:hover, .foot-mail:hover {
text-decoration: underline; text-underline-offset: 4px;
text-decoration-color: color-mix(in oklch, var(--choc-900) 25%, transparent);
}
.foot-social { display: inline-flex; gap: 8px; }
.foot-social a {
display: inline-flex; align-items: center; gap: 5px;
padding: 5px 12px; border-radius: 999px;
font-size: 11.5px; font-weight: 600; color: var(--choc-700);
background: color-mix(in oklch, var(--white) 55%, transparent);
border: 1px solid color-mix(in oklch, var(--choc-900) 9%, transparent);
}
.foot-social a::after {
content: "↗"; font-size: 10px; opacity: .4;
transition: opacity .2s, transform .2s var(--ease);
}
.foot-social a:hover {
background: var(--white); transform: translateY(-1px);
border-color: color-mix(in oklch, var(--choc-900) 16%, transparent);
}
.foot-social a:hover::after { opacity: .85; transform: translate(1px, -1px); }
.foot-legal { display: inline-flex; align-items: center; gap: 16px; margin-left: auto; }
.foot-policy { color: var(--muted); }
.foot-policy:hover {
color: var(--choc-700); text-decoration: underline; text-underline-offset: 4px;
}

.copy > * { animation: rise .7s var(--ease) both; }
.copy > :nth-child(2) { animation-delay: .12s; }
@keyframes rise { from { opacity: 0; transform: translateY(12px); } }

@media (min-width: 921px) and (max-width: 1180px) {
.cards { grid-template-columns: 1.2fr 1fr .95fr; }
.reviews { gap: 8px; }
.foot-mail { display: none; }
.card p { -webkit-line-clamp: 7; font-size: 12.5px; }
.card { padding: 12px 13px 11px; }
.card footer { font-size: 11.5px; }
}

@media (min-width: 921px) and (max-height: 760px) {
h1 { font-size: clamp(30px, 3.6vw, 44px); }
.lead { margin-top: 14px; }
.cta { margin-top: 22px; padding: 15px 24px 15px 26px; font-size: 16px; }
.hours { margin-top: 18px; }
.card p { font-size: 12.5px; }
.page { gap: 10px; }
.reviews { gap: 8px; }
.card { padding: 11px 13px 10px; min-height: 116px; }
.lead { margin-top: 10px; }
}

@media (max-width: 920px) {
body { overflow: auto; }
body::after { display: none; }

.page {
  height: auto; min-height: 100dvh; grid-template-rows: auto auto auto auto;
  padding: 12px 18px calc(24px + env(safe-area-inset-bottom));
  gap: 0;
}

.top { gap: 10px; flex-wrap: wrap; row-gap: 8px; }
.brand { min-height: 44px; min-width: 0; }
.brand b { font-size: 22px; }
.brand small { font-size: 10px; }
.top-links { gap: 10px; font-size: 13px; white-space: nowrap; }
.top-links .tail, .top-links .full { display: none; }
.top-links .short { display: inline; }
.top-links a {
  min-height: 40px; display: inline-flex; align-items: center;
  padding: 0 12px; border-radius: 999px;
  background: color-mix(in oklch, var(--white) 72%, transparent);
  border: 1px solid color-mix(in oklch, var(--choc-900) 8%, transparent);
  font-weight: 600;
}

.page { display: flex; flex-direction: column; }
main, .copy, .copy > div { display: contents; }
.top { order: 0; }
.reviews { order: 6; }

.foot { order: 9; }
.eyebrow { order: 1; margin: 22px 0 8px; font-size: 12px; }
h1 {
  order: 2; max-width: none; margin: 0;
  font-size: clamp(31px, 8.6vw, 40px); line-height: 1.04; letter-spacing: -.03em;
}
.lead { order: 3; margin: 14px 0 0; max-width: none; font-size: 16px; line-height: 1.5; }
.cta {
  order: 4; margin-top: 20px; width: 100%; justify-content: center;
  padding: 18px 24px; font-size: 17px; border-radius: 15px;
}
.hours {
  order: 8; display: grid; gap: 0; margin-top: 26px;
  font-size: 15px; line-height: 1.4;
  border-radius: 18px; padding: 4px 16px;
  background: color-mix(in oklch, var(--white) 55%, transparent);
  border: 1px solid color-mix(in oklch, var(--choc-900) 8%, transparent);
}
.hours span:not(.note) {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 14px; padding: 12px 0;
}
.hours span + span:not(.note) {
  border-top: 1px solid color-mix(in oklch, var(--choc-900) 8%, transparent);
}
.hours b { font-size: 14.5px; }
.hours i { font-weight: 600; color: var(--choc-900); white-space: nowrap; }
.hours .note {
  padding: 11px 0 13px; font-size: 12.5px; line-height: 1.45;
  border-top: 1px solid color-mix(in oklch, var(--choc-900) 8%, transparent);
}

.reviews { gap: 14px; margin: 34px 0 4px; }
.reviews-head { font-size: 14px; align-items: center; }
.reviews-head span {
  font-weight: 700; color: var(--choc-900); font-size: 17px; letter-spacing: -.01em;
}
.reviews-head a {
  min-height: 40px; display: inline-flex; align-items: center; font-weight: 600;
}

.reviews, .rail { min-width: 0; }
.rail { margin: 0 -18px; }
.cards {
  display: flex; grid-template-columns: none; gap: 12px;
  overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: none;
  padding: 4px 18px 10px;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.cards::-webkit-scrollbar { display: none; }
.card {
  display: flex; flex: 0 0 76%; min-height: 152px; margin: 0;
  padding: 18px 28px 16px;
  box-shadow: 0 10px 24px -16px rgba(36, 19, 13, .55);
  border-color: color-mix(in oklch, var(--choc-900) 12%, transparent);
  animation: none;
}
.cards .card:nth-child(even) { background: var(--white); }
.card p { font-size: 15px; line-height: 1.5; -webkit-line-clamp: 7; }
.card footer { font-size: 12.5px; margin-top: 14px; }

.foot {
  display: flex; flex-wrap: wrap; gap: 0 16px;
  margin-top: 34px; padding: 16px 0 0;
  font-size: 13.5px;
  border-top: 1px solid color-mix(in oklch, var(--choc-900) 10%, transparent);
}
.foot a { min-height: 40px; display: inline-flex; align-items: center; }
.foot-place {
  flex-basis: 100%; min-height: 46px; gap: 8px;
  font-size: 15.5px; font-weight: 600; color: var(--choc-900);
  letter-spacing: -.01em;
}
.foot-place::before { font-size: 14px; filter: grayscale(1) opacity(.55); }
.foot-phone {
  display: inline-flex; align-items: center; gap: 8px;
  flex-basis: 100%; min-height: 46px;
  font-size: 15.5px; font-weight: 600; color: var(--choc-900);
  letter-spacing: -.01em;
}
.foot-phone::before { content: "📞"; font-size: 13px; filter: grayscale(1) opacity(.5); }
.foot-mail {
  flex-basis: 100%; min-height: 44px;
  font-size: 14px; color: var(--choc-700);
}
.foot-social { display: flex; gap: 8px; flex-basis: 100%; margin: 10px 0 2px; }
.foot-social a {
  flex: 1; justify-content: center; min-height: 48px;
  border-radius: 14px; font-size: 14px; font-weight: 600;
  background: color-mix(in oklch, var(--white) 62%, transparent);
  border: 1px solid color-mix(in oklch, var(--choc-900) 8%, transparent);
  color: var(--choc-700);
}
.foot-social a::after { font-size: 11px; }
.foot-social a:active { background: var(--white); transform: scale(.985); }
.foot-legal {
  flex-basis: 100%; display: flex; align-items: center;
  justify-content: space-between; gap: 12px; margin-top: 4px;
}
.foot-copy { color: var(--muted); font-size: 12px; }
.foot a.foot-policy {
  min-height: 44px; color: var(--muted); font-size: 12px;
  text-decoration: underline; text-underline-offset: 3px;
  text-decoration-color: color-mix(in oklch, var(--choc-900) 18%, transparent);
}

}

@media (min-width: 600px) and (max-width: 920px) {
.page { padding-left: clamp(24px, 5vw, 56px); padding-right: clamp(24px, 5vw, 56px); }
.lead, .hours { max-width: 62ch; }
h1 { font-size: clamp(38px, 5.6vw, 52px); }
.card { flex-basis: 42%; }
.cta { width: fit-content; min-width: 320px; }
}

@media (max-width: 520px) {
.brand b { font-size: 21px; }
.brand small { font-size: 9px; letter-spacing: .12em; }
.brand img { width: 34px; }
.top-links { gap: 8px; }
.top-links a { padding: 0 11px; font-size: 12.5px; }
.card { flex-basis: 82%; }
}

@media (prefers-reduced-motion: reduce) {
.copy > *, .reviews, .card, .cta { animation: none; }
.page { transition: none; }
.cta, .cta .arr { transition: none; }
}
