@import url('https://fonts.googleapis.com/css2?family=Grand+Hotel&family=Montserrat:wght@400;500;600;700&family=Raleway:wght@300;400;500;600;700;800&family=Roboto:wght@400;500;700&display=swap');

:root {
  --orange: #da420f;
  --gold: #f1c40f;
  --yellow: #facc15;
  --ink: #27272a;
  --body: #374151;
  --soft: #f7f7f7;
  --line: #d1d5db;
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--body); background: #fff; font-family: 'Raleway', Arial, sans-serif; }
body.age-pending { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.container.narrow { width: min(calc(100% - 40px), 880px); }
.center { text-align: center; }
.clear { clear: both; }
.spacer { height: 32px; }
.anchor-offset { scroll-margin-top: 95px; }

/* Age verification */
.age-gate { min-height: 100vh; display: grid; place-items: center; padding: 24px; text-align: center; background: #ead7bc url('../media/images/age-gate-bg.jpg') center/cover no-repeat fixed; }
.age-card h1 { color: #dc2626; font: 500 clamp(1.2rem, 3vw, 1.9rem)/1.35 'Montserrat', sans-serif; margin: 0 0 28px; }
.age-logo { width: min(265px, 68vw); margin: 0 auto 22px; transform: rotate(-3deg); filter: drop-shadow(0 6px 6px rgba(0,0,0,.22)); }
.age-card p { color: #dc2626; font: 400 clamp(1.4rem, 3vw, 2rem) 'Grand Hotel', cursive; margin: 0 0 22px; }
.age-actions { display: flex; justify-content: center; gap: 16px; }
.age-actions button { border: 0; border-radius: 7px; padding: 3px 20px; min-width: 70px; color: #f4cf77; background: var(--orange); font: 700 1rem/28px 'Montserrat', sans-serif; cursor: pointer; }
.age-actions button:hover { opacity: .88; }
.site-shell { display: none; }
body.age-verified { overflow: auto; }
body.age-verified .age-gate { display: none; }
body.age-verified .site-shell { display: block; }

/* Header */
.site-header { position: fixed; z-index: 50; inset: 0 0 auto; min-height: 72px; color: #fff; transition: background .25s, box-shadow .25s, min-height .25s; }
.site-header.scrolled, .site-header.solid { min-height: 94px; color: var(--ink); background: var(--yellow); box-shadow: 0 5px 18px rgba(0,0,0,.18); }
.header-inner { width: min(calc(100% - 40px), var(--max)); min-height: inherit; margin: auto; display: flex; align-items: center; justify-content: center; position: relative; }
.header-logo { position: absolute; left: 0; width: 150px; opacity: 0; pointer-events: none; transition: opacity .25s; }
.header-logo img { max-height: 64px; margin: auto; }
.site-header.scrolled .header-logo, .header-logo.visible { opacity: 1; pointer-events: auto; }
.desktop-nav { display: flex; align-items: center; gap: 12px; font-size: .82rem; font-weight: 600; letter-spacing: .08em; }
.desktop-nav a { text-decoration: none; }
.desktop-nav a:hover { color: #dc2626; }
.site-header:not(.scrolled):not(.solid) .desktop-nav a:hover { color: #fde047; }
.menu-toggle { display: none; position: absolute; right: 0; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; }
.mobile-nav { display: none; padding: 8px 20px 20px; text-align: center; background: inherit; }
.mobile-nav.open { display: grid; gap: 12px; }
.mobile-nav a { text-decoration: none; font-size: .85rem; font-weight: 700; letter-spacing: .08em; }

/* Hero */
.hero { min-height: 100vh; position: relative; overflow: hidden; display: grid; place-items: center; background: #0f172a; }
.hero-video, .hero-fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-fallback { z-index: 0; background: url('../media/images/hero-poster.jpg') center/cover no-repeat; }
.hero-video { z-index: 1; }
.hero::after { content: ''; position: absolute; z-index: 2; inset: 0; background: rgba(0,0,0,.08); }
.hero-content { position: relative; z-index: 3; padding: 110px 20px 50px; text-align: center; }
.hero-logo { width: min(350px, 75vw); margin: auto; transform: rotate(-3deg); filter: drop-shadow(0 7px 7px rgba(0,0,0,.35)); }
.hero-tagline { margin: 15px 0 40px; color: var(--orange); font: 400 clamp(1.7rem, 4vw, 2.7rem) 'Grand Hotel', cursive; text-shadow: 0 2px 8px rgba(0,0,0,.35); }
.outline-button { display: inline-block; border: 1px solid #fff; padding: 5px 9px; color: #fff; text-decoration: none; font-size: .72rem; font-weight: 600; letter-spacing: .04em; }
.outline-button:hover { background: rgba(255,255,255,.12); }
.scroll-arrows { display: block; width: 36px; margin: 42px auto 0; transition: transform .2s; }
.scroll-arrows:hover { transform: translateY(5px); }
.scroll-arrows span { display: block; width: 14px; height: 14px; margin: 1px auto; border-right: 3px solid #fff; border-bottom: 3px solid #fff; transform: rotate(45deg); }

/* Sections */
.section { padding: 110px 0; }
.section-white { background: #fff; }
.section-soft { background: var(--soft); }
.section-heading { text-align: center; margin-bottom: 54px; }
.section-heading h2, .page-heading h1 { color: var(--ink); font-size: clamp(1.45rem, 3vw, 2rem); letter-spacing: .02em; margin: 0 0 12px; }
.section-heading > span, .page-heading > span { display: block; width: 64px; height: 2px; margin: 0 auto 24px; background: var(--orange); }
.section-heading p { margin: 0; }
.section-heading.light h2, .section-heading.light p { color: #fff; }
.intro-copy { max-width: 900px; margin: -8px auto 58px; text-align: center; font-size: 1.08rem; line-height: 1.35; }
.intro-copy p { margin: 0; }
.long-copy { max-width: 1020px; margin: auto; font-size: 1.05rem; line-height: 1.72; }
.long-copy p { margin: 0 0 23px; }
.float-left { float: left; margin: 0 28px 20px 0; }
.float-right { float: right; margin: 0 0 20px 28px; }
.bottle { width: 135px; transition: opacity .2s; }
.bottle:hover { opacity: .78; }
.founder { width: 195px; }
.person-title { color: var(--gold); font-weight: 700; }
.feature-story { clear: both; margin: 42px 0; }
.feature-story img { width: min(100%, 460px); margin: 16px auto; border-radius: 8px; box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.photo-band { position: relative; color: #fff; background-image: var(--section-image); background-position: center; background-size: cover; background-attachment: fixed; }
.photo-band::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.62); }
.above-overlay { position: relative; z-index: 1; }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.fact { padding: 30px 14px; text-align: center; border-radius: 8px; background: rgba(255,255,255,.19); }
.fact strong { display: block; color: var(--gold); font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1; margin-bottom: 12px; }
.fact span { display: block; color: #fff; font-weight: 500; }
.quote-band { padding: 78px 0; }
.quote-content { text-align: center; }
.quote-content h2 { margin: 0 0 18px; color: #fff; font-size: clamp(1.1rem, 3vw, 1.6rem); }
.quote-content p { margin: 0 0 0 25%; font-size: .75rem; }
.news-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; max-width: 1000px; margin: auto; text-align: center; font-size: 1.05rem; line-height: 1.65; }
.news-grid img { width: min(100%, 330px); max-height: 340px; object-fit: contain; margin: 0 auto 25px; border-radius: 8px; box-shadow: 0 8px 20px rgba(0,0,0,.17); }
.find-copy { max-width: 880px; font-weight: 700; line-height: 1.7; }
.find-copy strong { color: var(--gold); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; max-width: 1040px; margin: auto; }
.contact-details > div { display: flex; gap: 16px; margin-bottom: 30px; }
.contact-icon { color: var(--orange); font-size: .8rem; margin-top: 6px; }
.contact-details h3 { margin: 0 0 8px; color: var(--ink); font-size: 1.05rem; }
.contact-details p { margin: 0; line-height: 1.65; }
.contact-form { display: grid; gap: 16px; }
.contact-form label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 5px; padding: 13px 14px; color: var(--ink); background: #fff; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(218,66,15,.12); }
.contact-form textarea { resize: vertical; }
.contact-form button, .primary-button { display: inline-block; border: 0; border-radius: 5px; padding: 13px 24px; color: #fff; background: var(--gold); font-weight: 700; text-decoration: none; text-align: center; cursor: pointer; }
.contact-form button:hover, .primary-button:hover { background: #111; }
.honeypot { position: absolute !important; left: -10000px !important; }
.standalone { max-width: 680px; margin: auto; }

/* Secondary pages */
.page-main { min-height: 66vh; padding: 155px 0 85px; }
.page-heading { text-align: center; margin-bottom: 52px; }
.page-heading h1 { font-size: clamp(2rem, 4vw, 2.8rem); }
.legal-page article { font-family: 'Roboto', Arial, sans-serif; line-height: 1.72; }
.legal-page h2 { margin: 36px 0 12px; color: var(--ink); font-size: 1.35rem; }
.legal-page p { margin: 0 0 18px; }
.last-updated { text-align: center; font-style: italic; color: #6b7280; }
.success-page { display: grid; align-items: center; }
.success-page p { font-size: 1.08rem; }
.success-page .primary-button { margin-top: 20px; }

/* Footer and utility */
.site-footer { padding: 34px 20px; text-align: center; background: #fff; font: 400 .85rem/1.55 'Roboto', Arial, sans-serif; color: #6b7280; }
.site-footer p { margin: 4px 0; }
.site-footer .responsible { color: #111; font-size: 1.05rem; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--orange); }
.back-to-top { position: fixed; z-index: 40; right: 28px; bottom: 28px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--orange); text-decoration: none; font-size: 1.5rem; box-shadow: 0 6px 16px rgba(0,0,0,.22); }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .header-inner { justify-content: flex-start; }
  .header-logo { left: 0; width: 120px; }
  .site-header:not(.scrolled):not(.solid) .header-logo { opacity: 0; }
  .site-header:not(.scrolled):not(.solid) .menu-toggle { margin-left: auto; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .news-grid { gap: 35px; }
}
@media (max-width: 640px) {
  .container { width: min(calc(100% - 30px), var(--max)); }
  .section { padding: 80px 0; }
  .photo-band { background-attachment: scroll; }
  .facts-grid, .news-grid, .two-columns { grid-template-columns: 1fr; }
  .float-left, .float-right { float: none; margin: 0 auto 24px; }
  .founder, .bottle { width: min(210px, 68vw); }
  .person-title { text-align: center; }
  .quote-content p { margin-left: 0; }
  .header-logo { width: 105px; }
  .site-header.scrolled, .site-header.solid { min-height: 82px; }
  .page-main { padding-top: 130px; }
}
