:root {
  --espresso: #171516;
  --ink: #2d2520;
  --cream: #f2eadb;
  --paper: #fffaf1;
  --wine: #6a2730;
  --wine-dark: #3b1b20;
  --brass: #d2a75d;
  --mist: #d9c3a2;
  --line: rgba(106, 39, 48, .16);
}
* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 16px/1.7 'Palatino Linotype', Palatino, 'Times New Roman', 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,.1); }
.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: #fff6e8; font-size: 24px; font-weight: 700; letter-spacing: .1em; 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: 'Helvetica Neue', Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nav a { color: #efe0cc; 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: 620px; display: grid; align-items: end; color: #fff; background: linear-gradient(112deg, rgba(19,16,16,.84) 0%, rgba(57,26,25,.56) 58%, rgba(106,39,48,.31) 100%), url('../GXfwgWTZ/miodowy-hero.png') center/cover no-repeat; }
.hero--casino { background: linear-gradient(246deg, rgba(42,17,23,.87) 0%, rgba(20,18,18,.54) 64%), url('../GXfwgWTZ/miodowy-salon.png') center/cover no-repeat; }
.hero-content { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 85px 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: #f5e8d8; font-size: 20px; }
.button { display: inline-block; margin-top: 28px; padding: 14px 24px; border: 1px solid var(--brass); border-radius: 999px; color: #fff; background: var(--wine); font: 700 11px Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.button:hover { color: var(--espresso); background: #f0d080; }
.intro { padding: 88px 0 72px; background: var(--paper); }
.intro-grid, .split { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(32px, 6vw, 90px); align-items: center; }
.intro h2, .section-title { margin: 0; font-size: clamp(32px, 4.2vw, 54px); letter-spacing: -.03em; }
.intro p { max-width: 540px; font-size: 18px; }
.seal { display: grid; place-items: center; width: min(260px, 78vw); aspect-ratio: 1; margin-inline: auto; padding: 32px; border: 2px solid var(--brass); border-radius: 50%; outline: 8px solid rgba(196,154,74,.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: #f7efe4; }
.features .section-title { color: #fff; }
.features-intro { max-width: 600px; color: #d4c0aa; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 38px; }
.card { min-height: 185px; padding: 0; overflow: hidden; border: 1px solid rgba(232,192,106,.26); background: rgba(255,255,255,.04); }
.card-image { display: block; width: 100%; height: 155px; object-fit: cover; }
.card-number { display: block; padding: 18px 23px 0; color: var(--brass); font: 700 11px Arial, sans-serif; letter-spacing: .17em; }
.card h3 { margin: 14px 0 10px; padding: 0 23px; font-size: 26px; }
.card p { margin: 0; padding: 0 23px 27px; color: #d8c8b8; }
.intro-photo img, .story-photo img { display: block; width: 100%; min-height: 300px; object-fit: cover; border-radius: 2px; box-shadow: 0 16px 40px rgba(44,31,28,.14); }
.photo-band { min-height: 420px; background: linear-gradient(135deg, rgba(90,24,40,.32) 0%, rgba(24,18,16,.48) 100%), url('../GXfwgWTZ/polish-plate.png') center/cover no-repeat; }
.photo-band--casino { background: linear-gradient(225deg, rgba(24,18,16,.38) 0%, rgba(61,21,32,.58) 100%), url('../GXfwgWTZ/miodowy-salon.png') center/cover no-repeat; }
.story, .notice { padding: 82px 0; background: var(--cream); }
.story-copy h2, .story 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: 115px; color: var(--wine); }
.booking { padding: 74px 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,.3); background: rgba(24,18,16,.2); }
.contact-box p { margin: 0 0 10px; }
.contact-box a { color: #f5cc70; text-decoration: underline; text-underline-offset: 3px; }
.legal { padding: 110px 0 78px; background: var(--paper); }
.legal article { max-width: 760px; }
.legal h1 { color: var(--wine); font-size: clamp(42px, 5.5vw, 66px); }
.legal h2 { margin: 38px 0 10px; color: var(--wine); font-size: 26px; }
.legal p { font-size: 16px; }
.legal .date { color: #7a6a60; font: 700 11px Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.notice { padding-top: 68px; }
.notice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 32px; }
.notice-card { padding: 23px; background: #fff8ee; border-left: 4px solid var(--brass); box-shadow: 0 8px 22px rgba(61,32,22,.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: #d4c4b5; background: #100c0b; }
.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: #c9b8a8; font-size: 14px; }
footer a:hover { color: #f0cc78; }
.footer-links { display: grid; gap: 7px; }
.copyright { margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); font: 12px Arial, sans-serif; color: #9a8a7c; }
@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: 510px; } .hero-content { padding-bottom: 65px; } .intro-grid, .split, .footer-grid { grid-template-columns: 1fr; } .cards { grid-template-columns: 1fr; } .notice-grid { grid-template-columns: 1fr; } .seal { margin-top: 18px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }
