:root {
  --espresso: #181210;
  --ink: #2f221f;
  --cream: #f5ede3;
  --paper: #fff9f0;
  --wine: #731f35;
  --wine-dark: #4a0f22;
  --brass: #c99a4a;
  --mist: #d4c4ae;
  --line: rgba(95, 58, 42, .2);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 17px/1.7 'Palatino Linotype', Palatino, Georgia, serif; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--brass); outline-offset: 4px; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(24,18,16,.97); border-bottom: 1px solid rgba(255,255,255,.11); }
.nav-wrap, .container { width: min(1120px, calc(100% - 40px)); margin: auto; }
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { color: #fff6ea; font-size: 24px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.brand em { color: var(--brass); font-style: normal; }
.nav { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 4px 20px; font-family: 'Segoe UI', Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nav a { color: #efe2d0; padding: 10px 0; border-bottom: 2px solid transparent; }
.nav a:hover, .nav a[aria-current='page'] { color: #fff; border-color: var(--brass); }
.hero { min-height: 600px; display: grid; align-items: end; color: #fff; background: linear-gradient(105deg, rgba(20,11,10,.84), rgba(20,11,10,.3)), url('../GXfwgWTZ/restauracja-wieczor.png') center/cover; }
.hero--casino { background-image: linear-gradient(100deg, rgba(30,6,14,.86), rgba(30,6,14,.32)), url('../GXfwgWTZ/sala-kasynowa.png'); }
.hero-content { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 88px 0 100px; max-width: 1120px; }
.eyebrow { margin: 0 0 16px; color: #e8c06a; font: 700 11px/1.2 Arial, sans-serif; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { font-weight: 400; line-height: 1.12; }
h1 { max-width: 680px; margin: 0; font-size: clamp(44px, 7.5vw, 86px); letter-spacing: -.04em; }
.hero-lead { max-width: 580px; margin: 22px 0 0; color: #f7ebe0; font-size: 20px; }
.button { display: inline-block; margin-top: 28px; padding: 12px 24px; border: 1px solid var(--brass); color: #fff; background: var(--wine); font: 700 11px Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; transition: background .18s ease, color .18s ease; }
.button:hover { color: var(--espresso); background: #ebc982; }
.intro { padding: 88px 0 72px; background: var(--paper); }
.intro-grid, .split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 7vw, 96px); align-items: center; }
.intro h2, .section-title { margin: 0; font-size: clamp(32px, 4.2vw, 56px); letter-spacing: -.03em; }
.intro p { max-width: 550px; font-size: 18px; }
.seal { display: grid; place-items: center; width: min(270px, 80vw); aspect-ratio: 1; margin-inline: auto; padding: 32px; border: 2px solid var(--brass); border-radius: 50%; outline: 8px solid rgba(166,124,61,.14); color: var(--wine); text-align: center; }
.seal b { display: block; font: 700 38px/1 Georgia, serif; }
.seal span { display: block; margin-top: 10px; font: 700 10px/1.5 Arial, sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.features { padding: 74px 0 84px; background: var(--espresso); color: #f8f0e6; }
.features .section-title { color: #fff; }
.features-intro { max-width: 610px; color: #d0bcaa; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 38px; }
.card { min-height: 185px; padding: 27px 23px; border: 1px solid rgba(232,192,106,.26); background: rgba(255,255,255,.04); }
.card-number { color: var(--brass); font: 700 11px Arial, sans-serif; letter-spacing: .17em; }
.card h3 { margin: 32px 0 10px; font-size: 26px; }
.card p { margin: 0; color: #d8c6b8; }
.photo-band { min-height: 390px; background: linear-gradient(100deg, rgba(38,18,14,.18), rgba(38,18,14,.46)), url('../GXfwgWTZ/danie-sezonowe.png') center/cover; }
.photo-band--casino { background-image: linear-gradient(100deg, rgba(42,20,16,.18), rgba(42,20,16,.52)), url('../GXfwgWTZ/sala-kasynowa.png'); }
.story, .notice { padding: 82px 0; background: var(--cream); }
.story-copy h2, .notice h2 { margin: 0 0 18px; font-size: clamp(30px, 3.8vw, 50px); }
.story-copy p { font-size: 17px; }
.detail-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.detail-list li { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
.detail-list b { display: inline-block; min-width: 118px; color: var(--wine); }
.booking { padding: 76px 0; color: #fff5ea; background: var(--wine); }
.booking .split { align-items: start; }
.booking h2 { margin: 0; font-size: clamp(36px, 4.8vw, 60px); }
.booking p { margin: 12px 0 0; color: #edd4c8; }
.contact-box { padding: 28px; border: 1px solid rgba(255,255,255,.32); background: rgba(18,6,8,.2); }
.contact-box p { margin: 0 0 10px; }
.contact-box a { color: #ffcf7a; text-decoration: underline; text-underline-offset: 3px; }
.legal { padding: 118px 0 80px; background: var(--paper); }
.legal article { max-width: 780px; }
.legal h1 { color: var(--wine); font-size: clamp(42px, 5.8vw, 68px); }
.legal h2 { margin: 40px 0 10px; color: var(--wine); font-size: 26px; }
.legal p { font-size: 16px; }
.legal .date { color: #75655c; font: 700 11px Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.notice { padding-top: 70px; }
.notice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 32px; }
.notice-card { padding: 24px; background: #fff9f0; border-left: 4px solid var(--brass); box-shadow: 0 8px 22px rgba(58,30,20,.07); }
.notice-card h3 { margin: 0 0 8px; color: var(--wine); font-size: 23px; }
.notice-card p { margin: 0; }
footer { padding: 42px 0 28px; color: #d5c5b6; background: #100c0c; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 28px; }
footer h3 { margin: 0 0 10px; color: #fff7eb; font-size: 19px; }
footer p, footer a { margin: 0; color: #c9b9aa; font-size: 14px; }
footer a:hover { color: #f0c978; }
.footer-links { display: grid; gap: 7px; }
.copyright { margin-top: 32px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.11); font: 11px Arial, sans-serif; color: #968678; }
@media (max-width: 720px) { .nav-wrap { gap: 12px; padding: 14px 0; align-items: flex-start; } .brand { font-size: 17px; } .nav { gap: 4px 8px; font-size: 9px; } .hero { min-height: 520px; } .hero-content { padding-bottom: 68px; } .intro-grid, .split, .footer-grid { grid-template-columns: 1fr; } .cards { grid-template-columns: 1fr; } .notice-grid { grid-template-columns: 1fr; } .seal { margin-top: 18px; } }
