:root {
  --ink: #171515;
  --muted: #716b67;
  --paper: #fbf5eb;
  --cream: #fffaf2;
  --rose: #b8455a;
  --berry: #6e2445;
  --mint: #2f7569;
  --blue: #24627a;
  --gold: #d6a64a;
  --line: rgba(23, 21, 21, .14);
  --shadow: 0 24px 72px rgba(23, 21, 21, .17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
h1, h2, p, strong, span { overflow-wrap: anywhere; }

.site-header {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  min-height: 76px; padding: 14px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid var(--line); background: rgba(255,250,242,.9);
}
.brand, .header-actions, .hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.mark { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 8px; color: white; background: linear-gradient(135deg, var(--berry), var(--rose)); font-size: 28px; font-weight: 950; }
.brand strong, .brand small { display: block; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 12px; }
nav { display: flex; gap: 22px; color: var(--muted); font-size: 14px; font-weight: 850; }
nav a:hover { color: var(--berry); }

.lang { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--cream); }
.lang button, .taste-tabs button { border: 0; color: var(--muted); background: transparent; cursor: pointer; font-weight: 900; }
.lang button { min-width: 42px; padding: 9px 10px; font-size: 12px; }
.lang button.is-active, .taste-tabs button.is-active { color: white; background: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--cream); box-shadow: 0 8px 20px rgba(23,21,21,.08); font-weight: 900; }
.button.small { min-height: 38px; padding-inline: 14px; }
.button.primary { border-color: var(--rose); color: white; background: var(--rose); }
.button.ghost { border-color: rgba(36,98,122,.28); color: var(--blue); background: rgba(255,250,242,.86); }

.hero {
  display: grid; grid-template-columns: minmax(0,.92fr) minmax(380px,.86fr); gap: clamp(30px,5vw,76px); align-items: center;
  min-height: calc(100vh - 76px); padding: clamp(42px,7vw,92px) clamp(18px,5vw,72px) 50px;
  background: linear-gradient(120deg, rgba(255,250,242,.98), rgba(251,245,235,.98) 52%, rgba(245,219,226,.72));
}
.hero-copy { max-width: 840px; }
.eyebrow { margin: 0 0 12px; color: var(--berry); font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: 0; }
h1 { margin: 0; max-width: 12ch; font-size: clamp(50px,7vw,90px); line-height: .92; letter-spacing: 0; }
h2 { margin: 0; max-width: 900px; font-size: clamp(34px,4.3vw,60px); line-height: 1; letter-spacing: 0; }
.lead, .section p, .visit p { color: var(--muted); line-height: 1.58; }
.lead { max-width: 700px; margin: 24px 0 26px; font-size: clamp(18px,1.8vw,22px); }

.hero-media { display: grid; grid-template-columns: minmax(0,.72fr) minmax(150px,.34fr); gap: 12px; align-items: stretch; }
.hero-main, .hero-stack img, .gallery-main { border-radius: 8px; box-shadow: var(--shadow); }
.hero-main { width: 100%; height: 590px; object-fit: cover; }
.hero-stack { display: grid; gap: 12px; }
.hero-stack img { width: 100%; height: 289px; object-fit: cover; }

.stats { display: grid; grid-template-columns: 1.1fr repeat(3,.78fr); gap: 10px; max-width: 880px; margin-top: 34px; }
.stats > span { display: grid; align-content: center; min-height: 92px; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,250,242,.86); }
.stats .status { color: white; background: var(--mint); font-weight: 950; }
.stats .status.is-closed { background: var(--berry); }
.stats strong { font-size: 26px; line-height: 1; }
.stats small { margin-top: 5px; color: var(--muted); font-size: 12px; }

.fact-strip { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cream); }
.fact-strip div { min-height: 94px; padding: 24px clamp(18px,3vw,44px); border-right: 1px solid var(--line); }
.fact-strip div:last-child { border-right: 0; }
.fact-strip span, .visit-panel span { display: block; margin-bottom: 8px; color: var(--muted); font-size: 11px; font-weight: 950; text-transform: uppercase; }
.fact-strip strong, .visit-panel strong { font-size: 18px; }

.section { padding: clamp(72px,10vw,130px) clamp(18px,5vw,72px); }
.split, .proof, .visit { display: grid; grid-template-columns: minmax(0,.96fr) minmax(320px,.72fr); gap: clamp(32px,6vw,88px); align-items: center; }
.section p { max-width: 740px; margin: 24px 0 0; font-size: 18px; }
.taste-card, .proof-grid article, .visit-panel div { border: 1px solid var(--line); border-radius: 8px; background: rgba(255,250,242,.92); box-shadow: var(--shadow); }
.taste-card { overflow: hidden; }
.taste-tabs { display: flex; gap: 8px; padding: 14px; border-bottom: 1px solid var(--line); }
.taste-tabs button { min-height: 36px; padding: 0 14px; border-radius: 8px; background: rgba(36,98,122,.08); }
.taste-result { padding: 30px; }
.taste-result strong { display: block; font-size: 34px; line-height: 1.04; }
.meter { overflow: hidden; height: 13px; margin-top: 24px; border-radius: 999px; background: rgba(23,21,21,.12); }
.meter span { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg,var(--berry),var(--rose),var(--gold)); }

.proof { background: rgba(36,98,122,.08); }
.proof-grid { display: grid; gap: 14px; }
.proof-grid article { padding: 22px; box-shadow: none; }
.proof-grid span { color: var(--rose); font-weight: 950; }
.proof-grid strong { display: block; margin-top: 8px; font-size: 22px; }
.proof-grid p { margin: 8px 0 0; font-size: 16px; }

.section-head { display: grid; gap: 8px; margin-bottom: 34px; }
.gallery { display: grid; grid-template-columns: minmax(0,.72fr) minmax(230px,.33fr); gap: 18px; }
.gallery-main { position: relative; overflow: hidden; width: 100%; min-height: 620px; padding: 0; border: 0; background: var(--ink); cursor: pointer; }
.gallery-main img { width: 100%; height: 620px; object-fit: cover; }
.gallery-main span { position: absolute; right: 18px; bottom: 18px; padding: 10px 13px; border-radius: 8px; color: white; background: rgba(23,21,21,.76); font-size: 13px; font-weight: 900; }
.thumbs { display: grid; gap: 12px; }
.thumbs button { overflow: hidden; min-height: 96px; padding: 0; border: 4px solid transparent; border-radius: 8px; background: transparent; cursor: pointer; }
.thumbs button.is-active { border-color: var(--rose); }
.thumbs img { width: 100%; height: 112px; object-fit: cover; }

.visit { padding: clamp(72px,9vw,128px) clamp(18px,5vw,72px); color: white; background: #141211; }
.visit .eyebrow { color: #e8b768; }
.visit p { color: rgba(255,255,255,.74); }
.visit-panel { display: grid; gap: 12px; }
.visit-panel div { padding: 22px; color: var(--ink); box-shadow: none; }
footer { display: flex; justify-content: space-between; gap: 16px; padding: 28px clamp(18px,5vw,72px); color: var(--muted); background: var(--cream); font-size: 13px; }

.mobile-cta { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 20; display: none; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,250,242,.95); box-shadow: var(--shadow); visibility: hidden; transform: translateY(140%); transition: transform .2s ease; }
.mobile-cta.is-visible { visibility: visible; transform: translateY(0); }
.mobile-cta a { display: grid; place-items: center; min-height: 44px; border-radius: 8px; color: white; background: var(--rose); font-weight: 950; }
.mobile-cta a:last-child { background: var(--blue); }

@media (max-width: 1100px) {
  nav { display: none; }
  .hero, .split, .proof, .visit, .gallery { grid-template-columns: 1fr; }
  .hero-main { height: 500px; }
  .hero-stack { grid-template-columns: 1fr 1fr; }
  .hero-stack img { height: 230px; }
  .gallery-main, .gallery-main img { min-height: 520px; height: 520px; }
  .thumbs { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 720px) {
  .site-header { align-items: flex-start; min-height: auto; }
  .brand small { max-width: 136px; }
  .header-actions { justify-content: flex-end; gap: 8px; }
  .hero { min-height: auto; padding-top: 38px; }
  h1 { max-width: 11ch; font-size: 43px; }
  h2 { font-size: 34px; }
  .hero-actions { gap: 8px; }
  .hero-actions .button { width: 100%; }
  .hero-media, .hero-stack, .stats, .fact-strip { grid-template-columns: 1fr; }
  .hero-main { height: 360px; }
  .hero-stack { grid-template-columns: 1fr 1fr; }
  .hero-stack img { height: 170px; }
  .stats > span { min-height: 74px; }
  .fact-strip div { min-height: 78px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section, .visit { padding-block: 62px; }
  .taste-result { padding: 22px; }
  .taste-result strong { font-size: 28px; }
  .gallery-main, .gallery-main img { min-height: 390px; height: 390px; }
  .thumbs { grid-template-columns: repeat(6,minmax(54px,1fr)); gap: 6px; }
  .thumbs button { min-height: 58px; border-width: 3px; }
  .thumbs img { height: 64px; }
  footer { display: grid; padding-bottom: 82px; }
  .mobile-cta { display: grid; }
}

@media (max-width: 390px) {
  h1 { font-size: 39px; }
  .button { padding-inline: 14px; }
  .gallery-main, .gallery-main img { min-height: 330px; height: 330px; }
}
