/* =====================================================================
   BRUT / Hala Koszyki, Warszawa
   Concept: "Board-Formed Concrete x Dry Sparkle"
   A cast formwork panel where champagne effervescence rises through
   brutalism. Spec-sheet poster layout, stacked concrete "lifts".
   Palette: canvas #D4D2CB / ink #1C1B19 / primary #3A3D3A /
            accent champagne-platinum #B9A66B / real-brand rust #A6533E
   Fonts: Saira Condensed (display) + Archivo (body)
   ===================================================================== */

:root {
  --canvas: #D4D2CB;
  --canvas-2: #CAC8C0;
  --canvas-3: #BFBDB4;
  --ink: #1C1B19;
  --primary: #3A3D3A;
  --primary-2: #4A4D49;
  --accent: #B9A66B;          /* champagne-platinum */
  --accent-deep: #9C8A4F;
  --rust: #A6533E;            /* real BRUT wordmark twin, accent only */
  --line: rgba(28, 27, 25, 0.18);
  --line-soft: rgba(28, 27, 25, 0.10);
  --tie: rgba(28, 27, 25, 0.30);

  --bubble: #E7DCB6;
  --shadow: 0 24px 60px -28px rgba(28, 27, 25, 0.55);

  --maxw: 1240px;
  --gut: clamp(20px, 5vw, 72px);

  --ff-display: "Saira Condensed", "Archivo", sans-serif;
  --ff-body: "Archivo", system-ui, -apple-system, sans-serif;

  --step-eyebrow: 0.74rem;
  --step-body: clamp(1rem, 0.96rem + 0.2vw, 1.08rem);
  --step-lead: clamp(1.18rem, 1.05rem + 0.7vw, 1.5rem);
  --step-h3: clamp(1.5rem, 1.2rem + 1.4vw, 2.3rem);
  --step-h2: clamp(2.3rem, 1.6rem + 3vw, 4rem);
  --step-mega: clamp(4.2rem, 2rem + 16vw, 17rem);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--ff-body);
  font-size: var(--step-body);
  line-height: 1.62;
  font-weight: 400;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
::selection { background: var(--accent); color: var(--ink); }

/* ---- concrete substrate: subtle board-form striations + tie holes ---- */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    /* tie-hole grid */
    radial-gradient(circle, rgba(28,27,25,0.13) 1.2px, transparent 1.8px) 0 0 / 220px 188px,
    /* fine aggregate noise */
    radial-gradient(circle at 30% 20%, rgba(255,255,255,0.35), transparent 60%),
    /* horizontal plank striations */
    repeating-linear-gradient(
      to bottom,
      var(--canvas) 0,
      var(--canvas) 92px,
      rgba(28,27,25,0.045) 92px,
      rgba(28,27,25,0.045) 94px,
      var(--canvas-2) 94px,
      var(--canvas-2) 96px
    );
  background-blend-mode: normal, soft-light, normal;
  opacity: 0.9;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(120% 80% at 50% -10%, transparent 50%, rgba(28,27,25,0.07) 100%);
}

/* =====================================================================
   Layout primitives
   ===================================================================== */
.wrap { width: min(100% - calc(var(--gut) * 2), var(--maxw)); margin-inline: auto; }
.lift {
  position: relative;
  padding-block: clamp(64px, 9vw, 130px);
}
.lift + .lift { border-top: 1px solid var(--line); }

/* the "pour seam", hairline where two concrete lifts meet */
.seam {
  position: relative;
  height: 0;
  border-top: 1px solid var(--line);
}
.seam::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: -1px;
  height: 2px;
  background: repeating-linear-gradient(to right, var(--tie) 0 3px, transparent 3px 13px);
  opacity: 0.5;
}

/* small-caps architectural label (mini eyebrow) */
.eyebrow {
  font-family: var(--ff-body);
  font-size: var(--step-eyebrow);
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent-deep);
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  margin: 0 0 1.3rem;
}
.eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--accent-deep);
}

/* dimension-line annotation (architectural drawing tick rule) */
.dimline {
  display: flex;
  align-items: center;
  gap: 0.85em;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 600;
}
.dimline::before,
.dimline::after {
  content: "";
  height: 1px;
  background: var(--line);
  flex: 1;
}
.dimline span { white-space: nowrap; }

h1, h2, h3, h4 {
  font-family: var(--ff-display);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--ink);
}
.section-title {
  font-size: var(--step-h2);
  text-transform: uppercase;
  letter-spacing: 0.005em;
  font-weight: 700;
}
.lead { font-size: var(--step-lead); line-height: 1.45; color: var(--primary); max-width: 56ch; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

/* form-tie-hole bullet list */
.tie-list { list-style: none; margin: 1.4rem 0 0; padding: 0; }
.tie-list li {
  position: relative;
  padding: 0.85rem 0 0.85rem 2.2rem;
  border-top: 1px solid var(--line-soft);
}
.tie-list li:last-child { border-bottom: 1px solid var(--line-soft); }
.tie-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 1.15rem;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: inset 0 2px 3px rgba(0,0,0,0.6), 0 1px 0 rgba(255,255,255,0.4);
}

/* =====================================================================
   Buttons
   ===================================================================== */
.btn {
  --b: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  font-family: var(--ff-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.85em 1.5em;
  border: 1px solid var(--b);
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  transition: background .35s ease, color .35s ease, transform .35s ease;
  position: relative;
}
.btn:hover { background: var(--ink); color: var(--canvas); transform: translateY(-2px); }
.btn--solid { background: var(--ink); color: var(--canvas); }
.btn--solid:hover { background: var(--primary); color: var(--canvas); }
.btn--accent { --b: var(--accent-deep); }
.btn--accent:hover { background: var(--accent-deep); color: var(--ink); }
.btn .arr { transition: transform .35s ease; }
.btn:hover .arr { transform: translateX(4px); }

/* =====================================================================
   Header
   ===================================================================== */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem var(--gut);
  transition: background .4s ease, box-shadow .4s ease, padding .4s ease;
}
.site-header.scrolled {
  background: rgba(212, 210, 203, 0.86);
  backdrop-filter: blur(12px) saturate(1.1);
  -webkit-backdrop-filter: blur(12px) saturate(1.1);
  box-shadow: 0 1px 0 var(--line);
  padding-block: 0.7rem;
}
.brand {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  display: inline-flex;
  align-items: baseline;
  gap: 0.45em;
}
.brand .dot { color: var(--accent-deep); }
.brand small {
  font-family: var(--ff-body);
  font-size: 0.56rem;
  letter-spacing: 0.34em;
  font-weight: 600;
  color: var(--primary);
  transform: translateY(-0.2em);
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(1.1rem, 2.4vw, 2.4rem);
}
.nav a {
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  position: relative;
  padding-block: 0.3rem;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1px;
  background: var(--accent-deep);
  transition: width .35s ease;
}
.nav a:hover::after { width: 100%; }

.lang-toggle {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
}
.lang-toggle button {
  font-family: var(--ff-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.4em 0.85em;
  border: 0;
  background: transparent;
  color: var(--primary);
  cursor: pointer;
  transition: background .25s, color .25s;
}
.lang-toggle button[aria-pressed="true"] { background: var(--ink); color: var(--canvas); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 42px; height: 42px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid var(--line);
  cursor: pointer;
}
.nav-toggle span { width: 20px; height: 2px; background: var(--ink); transition: transform .3s, opacity .3s; }

.header-cta { display: inline-flex; align-items: center; gap: 1rem; }

/* =====================================================================
   HERO / cast concrete panel, debossed BRUT, bubble column
   ===================================================================== */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 7rem var(--gut) clamp(2.5rem, 5vw, 4rem);
  overflow: hidden;
}
/* cool-grey board-formed concrete wall */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle, rgba(28,27,25,0.16) 1.4px, transparent 2px) 0 0 / 200px 170px,
    repeating-linear-gradient(
      to bottom,
      #C7C6BF 0, #C7C6BF 86px,
      rgba(28,27,25,0.10) 86px, rgba(28,27,25,0.10) 88px,
      #BCBBB3 88px, #BCBBB3 90px
    ),
    linear-gradient(170deg, #CFCEC7 0%, #C2C1B9 55%, #B7B6AE 100%);
  background-blend-mode: multiply, normal, normal;
}
/* the implied seam where Art Nouveau hall meets modern extension */
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0; bottom: 0;
  right: 22%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(28,27,25,0.28) 30%, rgba(28,27,25,0.28) 70%, transparent);
}
.hero__inner { position: relative; z-index: 3; width: 100%; }

/* the rising bubble column canvas/spine sits in the wordmark */
.hero__spine {
  position: absolute;
  z-index: 2;
  top: 0; bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  pointer-events: none;
}

.hero__eyebrow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: clamp(1.2rem, 3vw, 2.2rem);
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}
.hero__eyebrow b { color: var(--accent-deep); font-weight: 700; }

.hero__word {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: var(--step-mega);
  line-height: 0.8;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 0;
  /* debossed / recessed into the panel */
  color: #C3C2BA;
  text-shadow:
    1px 1px 0 rgba(255,255,255,0.55),
   -1px -1px 1px rgba(28,27,25,0.55),
    0 2px 4px rgba(28,27,25,0.25);
  position: relative;
}
.hero__sub {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(1rem, 4vw, 3rem);
  margin-top: clamp(1.4rem, 3vw, 2.4rem);
}
.hero__tag {
  font-family: var(--ff-body);
  font-size: clamp(0.78rem, 0.7rem + 0.4vw, 0.96rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink);
  max-width: 40ch;
  line-height: 1.7;
}
.hero__actions { display: inline-flex; gap: 0.9rem; flex-wrap: wrap; }

.hero__rating {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: var(--primary);
}
.hero__rating .stars { color: var(--accent-deep); letter-spacing: 0.1em; }

/* scroll cue */
.scrollcue {
  position: absolute;
  z-index: 4;
  bottom: 1.4rem; left: 50%;
  transform: translateX(-50%);
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.scrollcue::after {
  content: "";
  width: 1px; height: 38px;
  background: linear-gradient(var(--primary), transparent);
  animation: cueDrop 2.4s ease-in-out infinite;
}
@keyframes cueDrop {
  0%, 100% { transform: scaleY(0.4); transform-origin: top; opacity: 0.4; }
  50% { transform: scaleY(1); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) { .scrollcue::after { animation: none; } }

/* =====================================================================
   INTRO / manifesto lift
   ===================================================================== */
.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}
.intro-grid .col-meta {
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}
.spec-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem 1.5rem;
  border-top: 1px solid var(--line);
  padding-top: 1.4rem;
  margin-top: 1.4rem;
}
.spec-row dt {
  font-size: 0.64rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-deep);
  font-weight: 700;
}
.spec-row dd { margin: 0 0 0.8rem; font-weight: 500; color: var(--ink); }
.intro-statement { font-size: clamp(1.4rem, 1rem + 1.9vw, 2.5rem); font-family: var(--ff-display); font-weight: 500; line-height: 1.12; letter-spacing: -0.01em; }
.intro-statement em { font-style: normal; color: var(--accent-deep); }
.intro-statement .rust { color: var(--rust); font-style: normal; }

/* =====================================================================
   SEAM feature / full bleed concrete-meets-history strip
   ===================================================================== */
.bleed { position: relative; }
.feature {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items: center;
}
.feature__media {
  grid-column: 1 / 8;
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.feature--rev .feature__media { grid-column: 6 / 13; }
.feature__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.feature:hover .feature__media img { transform: scale(1.04); }
.feature__media::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18);
  pointer-events: none;
}
.feature__media .tag {
  position: absolute;
  left: 0; bottom: 0;
  background: var(--ink);
  color: var(--canvas);
  font-size: 0.6rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5em 1em;
}
.feature__body { grid-column: 8 / 13; }
.feature--rev .feature__body { grid-column: 1 / 6; }

/* =====================================================================
   KITCHEN / dish spec sheet
   ===================================================================== */
.plates {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: clamp(1.2rem, 2.5vw, 2rem);
  margin-top: clamp(2.4rem, 5vw, 3.6rem);
}
.plate {
  background: var(--canvas-2);
  border: 1px solid var(--line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.plate__media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; }
.plate__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.plate:hover .plate__media img { transform: scale(1.05); }
.plate__no {
  position: absolute;
  top: 0.7rem; left: 0.7rem;
  font-family: var(--ff-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--canvas);
  background: rgba(28,27,25,0.7);
  padding: 0.2em 0.6em;
  backdrop-filter: blur(3px);
}
.plate__body { padding: 1.2rem 1.3rem 1.4rem; flex: 1; display: flex; flex-direction: column; }
.plate__name { font-size: var(--step-h3); text-transform: uppercase; font-weight: 700; line-height: 0.96; margin-bottom: 0.5rem; }
.plate__desc { font-size: 0.92rem; color: var(--primary); line-height: 1.55; }
.plate__meta {
  margin-top: auto;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line-soft);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-deep);
  font-weight: 700;
}

.kitchen-note {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding: 1.4rem 0;
  font-size: 0.82rem;
  color: var(--primary);
  letter-spacing: 0.04em;
}

/* =====================================================================
   CELLAR / natural / sparkling wine
   ===================================================================== */
.cellar {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
.cellar__media {
  grid-column: 7 / 13;
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.cellar__media img { width: 100%; height: 100%; object-fit: cover; }
.cellar__body { grid-column: 1 / 7; }
.cellar__facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem 1.5rem;
  margin-top: 2rem;
}
.fact {
  border-top: 2px solid var(--ink);
  padding-top: 0.8rem;
}
.fact .n { font-family: var(--ff-display); font-size: clamp(2.2rem, 1.5rem + 2vw, 3.2rem); font-weight: 700; line-height: 0.9; display: block; }
.fact .l { font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--primary); font-weight: 600; margin-top: 0.3rem; display: block; }

/* =====================================================================
   GALLERY / concrete contact wall
   ===================================================================== */
.gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 13vw;
  gap: 10px;
  margin-top: clamp(2.4rem, 5vw, 3.4rem);
}
.gallery figure { margin: 0; position: relative; overflow: hidden; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.gallery figure:hover img { transform: scale(1.06); }
.gallery figure::after {
  content: "";
  position: absolute; inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.14);
  pointer-events: none;
}
.g-a { grid-column: span 4; grid-row: span 2; }
.g-b { grid-column: span 2; grid-row: span 2; }
.g-c { grid-column: span 2; grid-row: span 2; }
.g-d { grid-column: span 2; grid-row: span 1; }
.g-e { grid-column: span 2; grid-row: span 1; }

/* =====================================================================
   VISIT / map + details
   ===================================================================== */
.visit {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: stretch;
}
.visit__info { grid-column: 1 / 6; }
.visit__map { grid-column: 6 / 13; min-height: 420px; position: relative; box-shadow: var(--shadow); }
.visit__map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(0.35) contrast(1.05); }
.visit__map::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(28,27,25,0.2); pointer-events: none; }

.contact-list { list-style: none; margin: 1.6rem 0 0; padding: 0; }
.contact-list li { padding: 1rem 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 90px 1fr; gap: 1rem; align-items: baseline; }
.contact-list li:last-child { border-bottom: 1px solid var(--line); }
.contact-list .k { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent-deep); font-weight: 700; }
.contact-list .v { font-weight: 500; }
.contact-list a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line); transition: border-color .3s, color .3s; }
.contact-list a:hover { color: var(--accent-deep); border-color: var(--accent-deep); }

/* reservation note card */
.resv {
  margin-top: 2rem;
  border: 1px solid var(--ink);
  padding: 1.6rem;
  background: var(--canvas-2);
}
.resv h4 { font-size: 1.4rem; text-transform: uppercase; margin-bottom: 0.6rem; }
.resv p { font-size: 0.86rem; color: var(--primary); }

/* =====================================================================
   FOOTER
   ===================================================================== */
.site-footer {
  background: var(--ink);
  color: var(--canvas);
  padding: clamp(3.5rem, 7vw, 6rem) var(--gut) 2.5rem;
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(255,255,255,0.04) 1.2px, transparent 1.6px) 0 0 / 200px 170px,
    repeating-linear-gradient(to bottom, transparent 0 86px, rgba(255,255,255,0.035) 86px 88px);
}
.footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); }
.footer-brand { font-family: var(--ff-display); font-weight: 700; font-size: clamp(3rem, 6vw, 5.5rem); text-transform: uppercase; line-height: 0.85; letter-spacing: 0.02em; }
.footer-brand .dot { color: var(--accent); }
.footer-tagline { margin-top: 1rem; font-size: 0.74rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(231,220,182,0.75); }
.footer-col h5 { font-family: var(--ff-body); font-size: 0.64rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin: 0 0 1.1rem; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 0.7rem; }
.footer-col a, .footer-col span { color: rgba(212,210,203,0.85); text-decoration: none; font-size: 0.9rem; transition: color .3s; }
.footer-col a:hover { color: var(--accent); }
.footer-bottom {
  position: relative; z-index: 1;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding-top: 1.6rem;
  border-top: 1px solid rgba(212,210,203,0.18);
  display: flex; flex-wrap: wrap; gap: 1rem 2rem; justify-content: space-between;
  font-size: 0.72rem; color: rgba(212,210,203,0.6); letter-spacing: 0.04em;
}
.disclaimer { max-width: 60ch; line-height: 1.7; }

/* =====================================================================
   Reveal contract / gate on .js ONLY
   ===================================================================== */
html.js [data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; will-change: opacity, transform; }
html.js [data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js [data-reveal] { opacity: 1 !important; transform: none !important; transition: none; }
}

/* =====================================================================
   Responsive
   ===================================================================== */
@media (max-width: 1000px) {
  .intro-grid { grid-template-columns: 1fr; }
  .feature, .feature--rev .feature__media,
  .feature__media, .feature__body, .feature--rev .feature__body { grid-column: 1 / -1 !important; }
  .feature__body { margin-top: 0.5rem; }
  .cellar__media, .cellar__body { grid-column: 1 / -1; }
  .visit__info, .visit__map { grid-column: 1 / -1; }
  .gallery { grid-auto-rows: 26vw; }
  .g-a { grid-column: span 6; grid-row: span 2; }
  .g-b, .g-c, .g-d, .g-e { grid-column: span 3; grid-row: span 1; }
}

@media (max-width: 760px) {
  .header-cta .nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(78vw, 320px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.6rem;
    background: var(--canvas-2);
    padding: 2rem var(--gut);
    transform: translateX(100%);
    transition: transform .4s cubic-bezier(.2,.7,.2,1);
    box-shadow: -10px 0 40px -20px rgba(0,0,0,0.4);
    border-left: 1px solid var(--line);
  }
  .header-cta .nav.open { display: flex; transform: translateX(0); }
  .nav a { font-size: 1.1rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .spec-row { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 42vw; }
  .g-a, .g-b, .g-c, .g-d, .g-e { grid-column: span 1; grid-row: span 1; }
  .g-a { grid-column: span 2; }
  .hero__spine { width: 80px; }
}

@media (max-width: 480px) {
  .hero__eyebrow { font-size: 0.62rem; }
  .cellar__facts { grid-template-columns: 1fr; }
}
