:root {
  --espresso: #1d1413;
  --ink: #2a1d1b;
  --cream: #f7f0e6;
  --paper: #fffaf2;
  --wine: #6b1d31;
  --wine-dark: #42101e;
  --brass: #bb8a42;
  --mist: #d9c9b4;
  --line: rgba(111, 68, 51, .18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 16px/1.65 Georgia, '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(29,20,19,.96); border-bottom: 1px solid rgba(255,255,255,.13); }
.nav-wrap, .container { width: min(1120px, calc(100% - 40px)); margin: auto; }
.nav-wrap { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { color: #fff8ec; font-size: 25px; font-weight: 700; letter-spacing: .08em; 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 22px; font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.nav a { color: #f4e8d7; 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: 625px; display: grid; align-items: end; color: #fff; background: linear-gradient(90deg, rgba(18,10,9,.78), rgba(18,10,9,.38)), url('../GXfwgWTZ/amber-hall.png') center/cover; }
.hero--casino { background-image: linear-gradient(90deg, rgba(28,7,13,.84), rgba(28,7,13,.35)), url('../GXfwgWTZ/velvet-salon.png'); }
.hero-content { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 90px 0 105px; max-width: 1120px; }
.eyebrow { margin: 0 0 18px; color: #efc779; font: 700 12px/1.2 Arial, sans-serif; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3 { font-weight: 400; line-height: 1.1; }
h1 { max-width: 710px; margin: 0; font-size: clamp(48px, 8vw, 92px); letter-spacing: -.045em; }
.hero-lead { max-width: 590px; margin: 24px 0 0; color: #f9ede0; font-size: 21px; }
.button { display: inline-block; margin-top: 30px; padding: 13px 22px; border: 1px solid var(--brass); color: #fff; background: var(--wine); font: 700 12px Arial, sans-serif; letter-spacing: .13em; text-transform: uppercase; transition: background .18s ease, color .18s ease; }
.button:hover { color: var(--espresso); background: #f4d28d; }
.intro { padding: 92px 0 76px; background: var(--paper); }
.intro-grid, .split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(34px, 7vw, 100px); align-items: center; }
.intro h2, .section-title { margin: 0; font-size: clamp(34px, 4.4vw, 58px); letter-spacing: -.035em; }
.intro p { max-width: 560px; font-size: 19px; }
.seal { display: grid; place-items: center; width: min(280px, 80vw); aspect-ratio: 1; margin-inline: auto; padding: 35px; border: 2px solid var(--brass); border-radius: 50%; outline: 9px solid rgba(187,138,66,.16); color: var(--wine); text-align: center; }
.seal b { display: block; font: 700 40px/1 Georgia, serif; }
.seal span { display: block; margin-top: 10px; font: 700 11px/1.5 Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.features { padding: 78px 0 88px; background: var(--espresso); color: #f9f2e8; }
.features .section-title { color: #fff; }
.features-intro { max-width: 620px; color: #d6c2ad; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.card { min-height: 190px; padding: 29px 25px; border: 1px solid rgba(239,199,121,.28); background: rgba(255,255,255,.035); }
.card-number { color: var(--brass); font: 700 12px Arial, sans-serif; letter-spacing: .18em; }
.card h3 { margin: 35px 0 10px; font-size: 27px; }
.card p { margin: 0; color: #dacbbb; }
.photo-band { min-height: 405px; background: linear-gradient(90deg, rgba(42,20,16,.2), rgba(42,20,16,.45)), url('../GXfwgWTZ/polish-plate.png') center/cover; }
.photo-band--casino { background-image: linear-gradient(90deg, rgba(42,20,16,.25), rgba(42,20,16,.5)), url('../GXfwgWTZ/velvet-salon.png'); }
.story, .notice { padding: 86px 0; background: var(--cream); }
.story-copy h2, .notice h2 { margin: 0 0 20px; font-size: clamp(32px, 4vw, 52px); }
.story-copy p { font-size: 18px; }
.detail-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.detail-list li { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
.detail-list b { display: inline-block; min-width: 120px; color: var(--wine); }
.booking { padding: 78px 0; color: #fff7ec; background: var(--wine); }
.booking .split { align-items: start; }
.booking h2 { margin: 0; font-size: clamp(38px, 5vw, 64px); }
.booking p { margin: 12px 0 0; color: #f0d6ca; }
.contact-box { padding: 30px; border: 1px solid rgba(255,255,255,.34); background: rgba(20,7,8,.18); }
.contact-box p { margin: 0 0 11px; }
.contact-box a { color: #ffd88f; text-decoration: underline; text-underline-offset: 3px; }
.legal { padding: 120px 0 82px; background: var(--paper); }
.legal article { max-width: 780px; }
.legal h1 { color: var(--wine); font-size: clamp(44px, 6vw, 70px); }
.legal h2 { margin: 42px 0 10px; color: var(--wine); font-size: 27px; }
.legal p { font-size: 17px; }
.legal .date { color: #78675e; font: 700 12px Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.notice { padding-top: 72px; }
.notice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 34px; }
.notice-card { padding: 25px; background: #fffaf2; border-left: 4px solid var(--brass); box-shadow: 0 10px 25px rgba(61,32,22,.08); }
.notice-card h3 { margin: 0 0 9px; color: var(--wine); font-size: 24px; }
.notice-card p { margin: 0; }
footer { padding: 45px 0 30px; color: #d8cabd; background: #120d0d; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 30px; }
footer h3 { margin: 0 0 10px; color: #fff9ed; font-size: 20px; }
footer p, footer a { margin: 0; color: #cdbdae; font-size: 14px; }
footer a:hover { color: #f6d182; }
.footer-links { display: grid; gap: 7px; }
.copyright { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font: 12px Arial, sans-serif; color: #9e8e7f; }
@media (max-width: 720px) { .nav-wrap { gap: 12px; padding: 15px 0; align-items: flex-start; } .brand { font-size: 18px; } .nav { gap: 4px 9px; font-size: 9px; } .hero { min-height: 530px; } .hero-content { padding-bottom: 70px; } .intro-grid, .split, .footer-grid { grid-template-columns: 1fr; } .cards { grid-template-columns: 1fr; } .notice-grid { grid-template-columns: 1fr; } .seal { margin-top: 20px; } }
