/* =========================================================================
   BAR MLECZNY Mokotowska 22 - enamel order-counter board
   Canvas: enamel cream | Panel: powder blue | Accent: tomato red (chalk)
   Display: Familjen Grotesk | Italic accent: Newsreader
   ========================================================================= */
:root {
  --enamel: #f4f1ea;
  --enamel-2: #eae5d8;
  --blue: #7fb0c4;
  --blue-deep: #3f7d94;
  --tomato: #d6452e;
  --tomato-deep: #b3361f;
  --ink: #24323b;
  --muted: #5d6b72;
  --chalk: #fbfaf5;
  --line: rgba(36, 50, 59, 0.16);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition: none !important; } }
body { font-family: "Familjen Grotesk", system-ui, sans-serif; background: var(--enamel); color: var(--ink); line-height: 1.6; font-size: 1.02rem; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--tomato); }
.serif { font-family: "Newsreader", Georgia, serif; }
.wrap { width: min(1080px, calc(100% - 64px)); margin-inline: auto; }
h1, h2, h3 { font-family: "Familjen Grotesk", sans-serif; line-height: 1.05; letter-spacing: -0.01em; }

/* top ribbon */
.ribbon { background: var(--tomato); color: var(--chalk); font-size: 0.84rem; letter-spacing: 0.02em; padding: 8px 0; position: sticky; top: 0; z-index: 60; }
.ribbon .wrap { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.ribbon b { font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.78rem; }
.ribbon .dish { white-space: nowrap; }
.ribbon .dish::before { content: "+ "; opacity: .7; }
.ribbon .lang { margin-left: auto; display: flex; gap: 4px; }
.ribbon .lang button { border: 1px solid rgba(251,250,245,.5); background: transparent; color: var(--chalk); font: 600 0.72rem "Familjen Grotesk"; padding: 2px 8px; cursor: pointer; }
.ribbon .lang button[aria-pressed="true"] { background: var(--chalk); color: var(--tomato); }
@media (max-width: 720px) { .ribbon .dish:nth-child(n+4) { display: none; } }

/* ---------- hero (split enamel sign) ---------- */
.hero { display: grid; grid-template-columns: 1.7fr 1fr; min-height: 78vh; }
@media (max-width: 860px) { .hero { grid-template-columns: 1fr; } }
.hero-sign { background: var(--blue); color: var(--chalk); display: flex; flex-direction: column; justify-content: center; padding: 72px 56px; position: relative; }
.hero-sign::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(251,250,245,.35); pointer-events: none; }
.hero-sign h1 { font-size: clamp(2.8rem, 7vw, 5.4rem); font-weight: 700; text-transform: uppercase; letter-spacing: -0.02em; line-height: 0.95; }
.hero-sign .plate { display: inline-block; margin-top: 20px; background: var(--chalk); color: var(--blue-deep); font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; padding: 7px 16px; font-size: 0.92rem; align-self: flex-start; }
.hero-sign .tag { margin-top: 24px; font-family: "Newsreader", serif; font-style: italic; font-size: 1.3rem; color: var(--chalk); max-width: 22ch; }
.hero-sign .cta { margin-top: 28px; }
.hero-sign .cta a { display: inline-block; background: var(--tomato); color: var(--chalk); font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; font-size: 0.86rem; padding: 12px 22px; text-decoration: none; }
.hero-sign .cta a:hover { background: var(--tomato-deep); }
.hero-photo { position: relative; min-height: 320px; background: var(--ink); }
.hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ---------- numbered ledger sections ---------- */
.stn { padding: 84px 0; border-top: 1px solid var(--line); }
.stn .head { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: baseline; margin-bottom: 34px; }
.stn .num { font-family: "Familjen Grotesk", sans-serif; font-weight: 700; font-size: 2.4rem; color: var(--tomato); line-height: 1; }
.stn .head h2 { font-size: clamp(1.7rem, 4vw, 2.6rem); font-weight: 700; }
.stn .head p { color: var(--muted); margin-top: 8px; max-width: 56ch; }

/* counter step */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
@media (max-width: 720px) { .steps { grid-template-columns: 1fr; } }
.step { background: var(--enamel); padding: 24px 24px 28px; }
.step .s { font-family: "Familjen Grotesk"; font-weight: 700; color: var(--blue-deep); font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; }
.step h3 { font-size: 1.25rem; margin: 8px 0 6px; }
.step p { color: var(--muted); font-size: 0.94rem; }

/* board */
.board { background: var(--blue); color: var(--chalk); padding: 40px 40px 44px; position: relative; }
.board::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(251,250,245,.3); pointer-events: none; }
.board .cols { display: grid; grid-template-columns: 1fr 1fr; gap: 36px 56px; position: relative; }
@media (max-width: 720px) { .board .cols { grid-template-columns: 1fr; } }
.board .grp h3 { font-family: "Newsreader", serif; font-style: italic; font-weight: 500; font-size: 1.4rem; color: var(--chalk); margin-bottom: 14px; border-bottom: 1px solid rgba(251,250,245,.35); padding-bottom: 8px; }
.board .it { display: flex; align-items: baseline; gap: 10px; padding: 7px 0; }
.board .it .d { position: relative; }
.board .it .d::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--tomato); opacity: .85; }
.board .it.out .d { opacity: .55; }
.board .it.out .d::after { height: 1px; bottom: 50%; background: var(--chalk); }
.board .it .tag { margin-left: 6px; font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--tomato); background: var(--chalk); padding: 1px 6px; transform: rotate(-3deg); }
.board .it .note { color: rgba(251,250,245,.7); font-size: 0.86rem; font-style: italic; font-family: "Newsreader", serif; }
.board .foot { margin-top: 26px; font-family: "Newsreader", serif; font-style: italic; color: rgba(251,250,245,.85); font-size: 0.98rem; position: relative; }

/* feature split (pierogi / nalesniki) */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.feature.flip { direction: rtl; } .feature.flip > * { direction: ltr; }
@media (max-width: 760px) { .feature, .feature.flip { grid-template-columns: 1fr; direction: ltr; } }
.feature img { width: 100%; aspect-ratio: 5/4; object-fit: cover; border: 1px solid var(--line); }
.feature h3 { font-size: clamp(1.5rem, 3.4vw, 2.2rem); }
.feature p { color: var(--muted); margin-top: 12px; }
.feature .ser { font-family: "Newsreader", serif; font-style: italic; color: var(--ink); font-size: 1.15rem; margin-top: 14px; }

/* room gallery */
.room { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.room figure { overflow: hidden; border: 1px solid var(--line); background: var(--ink); }
.room img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.room figure:hover img { transform: scale(1.04); }
.rm-a { grid-column: span 4; aspect-ratio: 16/9; }
.rm-b { grid-column: span 2; aspect-ratio: 3/4; }
.rm-c { grid-column: span 2; aspect-ratio: 1; }
.rm-d { grid-column: span 2; aspect-ratio: 1; }
.rm-e { grid-column: span 2; aspect-ratio: 1; }
@media (max-width: 720px) { .room { grid-template-columns: 1fr 1fr; } .room figure { grid-column: span 1 !important; aspect-ratio: 1 !important; } .rm-a { grid-column: span 2 !important; aspect-ratio: 16/9 !important; } }

/* contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 38px; margin-top: 28px; }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } }
.info dl { display: grid; grid-template-columns: auto 1fr; gap: 12px 20px; }
.info dt { font-weight: 700; color: var(--blue-deep); text-transform: uppercase; font-size: 0.74rem; letter-spacing: 0.1em; padding-top: 3px; }
.info dd a { color: var(--ink); border-bottom: 1px solid var(--tomato); text-decoration: none; }
.info .socials { margin-top: 24px; display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-block; font-weight: 700; text-transform: uppercase; font-size: 0.82rem; letter-spacing: 0.03em; padding: 11px 20px; text-decoration: none; border: 1px solid var(--line); color: var(--ink); }
.btn-fill { background: var(--tomato); color: var(--chalk); border-color: var(--tomato); }
.btn-fill:hover { background: var(--tomato-deep); }
.map-box { border: 1px solid var(--line); overflow: hidden; min-height: 340px; }
.map-box iframe { width: 100%; height: 100%; min-height: 340px; border: 0; display: block; }

/* footer */
.foot { background: var(--blue); color: var(--chalk); padding: 44px 0 40px; }
.foot .top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; align-items: baseline; }
.foot .mark { font-weight: 700; text-transform: uppercase; font-size: 1.4rem; letter-spacing: -0.01em; }
.foot .meta { font-size: 0.86rem; }
.foot a { color: var(--chalk); }
.disclaimer { margin-top: 22px; font-size: 0.78rem; color: rgba(251,250,245,.72); max-width: 74ch; line-height: 1.5; }

.r { will-change: transform, opacity; }
