/* =========================================================================
   GORĄCZKA ZŁOTA - dive-bar / roadhouse, Wilcza 29. Gold rush Americana.
   Canvas: smoked oak black | Accent: rush gold | Enamel: license-plate teal
   Display: Rye (woodtype) | Body: Hanken Grotesk
   ========================================================================= */
:root {
  --oak: #191410;
  --oak-2: #221a12;
  --gold: #c8911f;
  --gold-bright: #e6ad3c;
  --teal: #3f7d6b;
  --teal-deep: #2d5a4d;
  --cream: #efe2c8;
  --muted: #a18f73;
  --line: rgba(239, 226, 200, 0.15);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body { font-family: "Hanken Grotesk", system-ui, sans-serif; background: var(--oak); color: var(--cream); line-height: 1.62; font-size: 1.04rem; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--gold-bright); }
.rye { font-family: "Rye", Georgia, serif; font-weight: 400; }
.wrap { width: min(960px, calc(100% - 56px)); margin-inline: auto; }
.wide { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
h1, h2, h3 { font-family: "Rye", serif; font-weight: 400; line-height: 1.1; }

/* top bar */
.bar { position: sticky; top: 0; z-index: 60; display: flex; align-items: center; justify-content: space-between; padding: 11px 24px; background: rgba(25,20,16,.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.bar .b { font-family: "Rye", serif; font-size: 1.2rem; letter-spacing: 0.02em; color: var(--gold); text-decoration: none; }
.bar nav { display: flex; align-items: center; gap: 18px; }
.bar nav a { font-family: "Hanken Grotesk"; font-weight: 600; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--cream); text-decoration: none; }
.bar nav a:hover { color: var(--gold-bright); }
.lang { display: inline-flex; border: 1px solid var(--line); }
.lang button { border: 0; background: transparent; color: var(--cream); font: 700 0.72rem "Hanken Grotesk"; padding: 3px 8px; cursor: pointer; }
.lang button[aria-pressed="true"] { background: var(--gold); color: var(--oak); }
@media (max-width: 760px) { .bar nav a { display: none; } }

/* ---------- bottle-cap divider ---------- */
.caps { display: flex; justify-content: center; align-items: center; gap: 8px; padding: 26px 0; }
.caps i { width: 14px; height: 14px; border-radius: 50%; display: block; }
.caps i:nth-child(3n+1) { background: var(--gold); } .caps i:nth-child(3n+2) { background: var(--teal); } .caps i:nth-child(3n+3) { background: var(--cream); }
.caps i { box-shadow: inset 0 0 0 2px rgba(0,0,0,.25); }

/* enamel license plate */
.plate { display: inline-block; background: var(--teal); color: var(--cream); border: 2px solid var(--gold); border-radius: 7px; padding: 6px 18px; font-family: "Rye", serif; font-size: 0.9rem; letter-spacing: 0.04em; box-shadow: inset 0 0 0 1px rgba(239,226,200,.25), 0 4px 14px -8px #000; }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 96vh; display: flex; align-items: center; text-align: center; overflow: hidden; border-bottom: 3px solid var(--gold); }
.hero .bg { position: absolute; inset: 0; z-index: 0; }
.hero .bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.34) sepia(0.25) saturate(1.1); }
.hero .scrim { position: absolute; inset: 0; z-index: 1; background: radial-gradient(120% 90% at 50% 40%, rgba(25,20,16,.5), rgba(25,20,16,.9) 80%); }
.hero .wrap { position: relative; z-index: 2; }
.hero h1 { position: relative; display: inline-block; font-size: clamp(2.6rem, 8.5vw, 6.6rem); color: var(--gold); text-shadow: 0 2px 0 #6e4d10, 0 0 30px rgba(200,145,31,.3); }
.hero h1::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 35%, rgba(255,245,210,.85) 50%, transparent 65%); background-size: 280% 100%; mix-blend-mode: screen; animation: glint 2.6s ease-out 1; pointer-events: none; }
@keyframes glint { 0% { background-position: 160% 0; opacity: 0; } 20% { opacity: 1; } 100% { background-position: -60% 0; opacity: 0; } }
.hero .est { margin-top: 22px; }
.hero .sub { margin-top: 18px; font-size: 1.15rem; color: var(--cream); max-width: 30ch; margin-inline: auto; }
.hero .cta { margin-top: 28px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-block; font-family: "Hanken Grotesk"; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; font-size: 0.84rem; padding: 13px 24px; text-decoration: none; border: 1.5px solid var(--gold); color: var(--cream); }
.btn:hover { background: var(--gold); color: var(--oak); }
.btn-fill { background: var(--gold); color: var(--oak); border-color: var(--gold); }
.btn-fill:hover { background: var(--gold-bright); }

/* ---------- boards ---------- */
.board { padding: 70px 0; text-align: center; }
.board.alt { background: var(--oak-2); }
.board h2 { font-size: clamp(1.9rem, 5vw, 3.2rem); color: var(--gold); margin: 18px 0 10px; }
.board .intro { color: var(--muted); max-width: 50ch; margin: 0 auto 36px; font-size: 1.05rem; }

/* tap list */
.taps { max-width: 620px; margin: 0 auto; text-align: left; }
.taps .t { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: baseline; padding: 13px 4px; border-bottom: 1px dashed var(--line); }
.taps .t .n { font-family: "Rye", serif; color: var(--gold); }
.taps .t .nm { font-weight: 700; }
.taps .t .nm small { display: block; font-weight: 400; color: var(--muted); font-size: 0.88rem; }
.taps .t .ty { font-family: "Hanken Grotesk"; text-transform: uppercase; font-size: 0.7rem; letter-spacing: 0.1em; color: var(--teal); }
.tap-photo { margin-top: 30px; }
.tap-photo img { width: 100%; max-width: 720px; margin: 0 auto; aspect-ratio: 16/9; object-fit: cover; border: 1px solid var(--line); }

/* eats grid */
.eats { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; text-align: left; }
@media (max-width: 760px) { .eats { grid-template-columns: 1fr; } }
.dish { border: 1px solid var(--line); background: var(--oak); overflow: hidden; }
.dish.feat { grid-column: span 2; display: grid; grid-template-columns: 1.1fr 1fr; }
@media (max-width: 760px) { .dish.feat { grid-template-columns: 1fr; } }
.dish img { width: 100%; aspect-ratio: 16/11; object-fit: cover; }
.dish.feat img { aspect-ratio: auto; height: 100%; min-height: 260px; }
.dish .body { padding: 20px 22px 24px; }
.dish h3 { font-size: 1.4rem; color: var(--gold); }
.dish p { color: var(--muted); font-size: 0.94rem; margin-top: 6px; }
.dish .tag { display: inline-block; margin-top: 10px; font-family: "Hanken Grotesk"; font-weight: 700; font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--oak); background: var(--gold); padding: 2px 8px; }

/* menu list extra */
.more-eats { max-width: 600px; margin: 26px auto 0; text-align: left; }
.more-eats .li { display: flex; justify-content: space-between; gap: 14px; padding: 9px 0; border-bottom: 1px dashed var(--line); }
.more-eats .li span:last-child { color: var(--muted); font-size: 0.88rem; font-style: italic; }

/* room strip */
.room { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.room figure { overflow: hidden; border: 1px solid var(--line); background: #000; }
.room img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.room figure:hover img { transform: scale(1.05); }
.rg1 { grid-column: span 3; aspect-ratio: 4/3; }
.rg2 { grid-column: span 3; aspect-ratio: 4/3; }
.rg3 { grid-column: span 2; aspect-ratio: 1; }
.rg4 { grid-column: span 2; aspect-ratio: 1; }
.rg5 { 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; } }

/* contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 36px; text-align: left; max-width: 1000px; margin: 24px auto 0; }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } }
.info dl { display: grid; grid-template-columns: auto 1fr; gap: 12px 18px; }
.info dt { font-family: "Hanken Grotesk"; font-weight: 700; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); padding-top: 4px; }
.info dd a { color: var(--cream); border-bottom: 1px solid var(--gold); text-decoration: none; }
.info .socials { margin-top: 22px; display: flex; gap: 12px; flex-wrap: wrap; }
.map-box { border: 1px solid var(--line); overflow: hidden; min-height: 320px; filter: sepia(.4) brightness(.8); }
.map-box iframe { width: 100%; height: 100%; min-height: 320px; border: 0; display: block; }

/* footer */
.foot { padding: 40px 0; text-align: center; border-top: 1px solid var(--line); }
.foot .mark { font-family: "Rye", serif; font-size: 1.5rem; color: var(--gold); }
.foot .meta { color: var(--muted); font-size: 0.86rem; margin-top: 8px; }
.foot .meta a { color: var(--gold-bright); }
.disclaimer { margin-top: 18px; font-size: 0.77rem; color: #7d6e58; max-width: 70ch; margin-inline: auto; line-height: 1.5; }

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