@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Libre+Caslon+Display&display=swap');

:root {
  --fjord-deep: #0f211b;
  --fjord: #173129;
  --fjord-lift: #1d3a31;
  --oak: #4b2f22;
  --oak-dark: #2a1d18;
  --ember: #7b3524;
  --brass: #d2a35d;
  --brass-pale: #e7c98f;
  --flame: #f0a43d;
  --parchment: #eee5d3;
  --parchment-deep: #e2d5bf;
  --ink: #18231f;
  --ink-soft: #52615a;
  --ink-muted: #7a817b;
  --cream: #f7f0e4;
  --line-dark: rgba(238, 229, 211, .14);
  --line-light: rgba(24, 35, 31, .18);
  --shadow: 0 24px 65px rgba(7, 14, 11, .22);
  --font-display: 'Libre Caslon Display', Georgia, serif;
  --font-sans: 'DM Sans', Arial, sans-serif;
  --wrap: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--parchment); font-family: var(--font-sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; color: var(--fjord-deep); background: var(--brass-pale); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3 { margin: 0; font-family: var(--font-display); font-weight: 400; line-height: .98; letter-spacing: -.03em; }
h1 { font-size: clamp(4.2rem, 8.8vw, 8.4rem); }
h2 { font-size: clamp(2.7rem, 5.5vw, 5.15rem); }
h3 { font-size: 2rem; }
p { margin: 0 0 1rem; }
.eyebrow { display: flex; gap: 14px; align-items: center; margin-bottom: 24px; color: var(--ember); font-size: .72rem; font-weight: 600; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 1px; background: currentColor; content: ''; }
.eyebrow.light { color: var(--brass-pale); }
.centered { text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered .eyebrow::after { width: 28px; height: 1px; background: currentColor; content: ''; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; min-height: 104px; padding: 0 4vw; color: var(--cream); border-bottom: 1px solid var(--line-dark); }
.brand { display: flex; gap: 13px; align-items: center; width: fit-content; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { font-family: var(--font-display); font-size: 1.2rem; font-weight: 400; letter-spacing: -.01em; }
.brand small { color: rgba(247, 240, 228, .58); font-size: .58rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.brand-mark { position: relative; display: inline-grid; flex: 0 0 30px; place-items: center; width: 30px; height: 38px; border: 1px solid var(--brass); border-radius: 14px 14px 5px 5px; }
.brand-mark::before { position: absolute; top: -6px; width: 11px; height: 5px; border: 1px solid var(--brass); border-bottom: 0; border-radius: 5px 5px 0 0; content: ''; }
.brand-mark i { display: block; width: 8px; height: 13px; background: var(--flame); border-radius: 60% 40% 55% 45%; box-shadow: 0 0 14px rgba(240, 164, 61, .75); transform: rotate(5deg); }
.site-header nav { display: flex; align-items: center; height: 104px; }
.site-header nav a { position: relative; display: grid; place-items: center; height: 100%; padding: 0 22px; color: rgba(247, 240, 228, .68); font-size: .76rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: color .2s ease; }
.site-header nav a:hover, .site-header nav a:focus-visible, .site-header nav a.active { color: var(--cream); }
.site-header nav a.active::after { position: absolute; bottom: -4px; width: 8px; height: 8px; background: var(--flame); border: 2px solid var(--fjord-deep); border-radius: 50%; box-shadow: 0 0 12px var(--flame); content: ''; }
.header-action { justify-self: end; padding-bottom: 4px; color: var(--brass-pale); font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid var(--brass); }

.hero { position: relative; min-height: 810px; color: var(--cream); background: var(--fjord-deep); overflow: hidden; }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 17, 14, .92) 0%, rgba(7, 17, 14, .58) 46%, rgba(7, 17, 14, .14) 75%), linear-gradient(0deg, rgba(7, 17, 14, .6) 0%, transparent 45%); }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-height: 810px; padding-top: 104px; }
.hero-copy h1 { max-width: 850px; }
.hero-home .hero-copy h1 { font-size: clamp(4.1rem, 7.9vw, 7.7rem); }
.hero-lead { max-width: 590px; margin: 34px 0 36px; color: rgba(247, 240, 228, .77); font-size: 1.15rem; line-height: 1.7; }
.button-row { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 27px; border: 1px solid transparent; border-radius: 2px; font-size: .72rem; font-weight: 600; letter-spacing: .13em; line-height: 1; text-transform: uppercase; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .header-action:focus-visible, .site-header a:focus-visible { outline: 2px solid var(--brass-pale); outline-offset: 5px; }
.button-primary { color: var(--fjord-deep); background: var(--brass); }
.button-primary:hover { background: var(--brass-pale); }
.button-outline { color: var(--brass-pale); background: transparent; border-color: rgba(231, 201, 143, .6); }
.button-outline:hover { color: var(--fjord-deep); background: var(--brass-pale); border-color: var(--brass-pale); }
.text-link { display: inline-flex; gap: 14px; align-items: center; width: fit-content; padding-block: 5px; color: var(--ember); font-size: .75rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; border-bottom: 1px solid currentColor; }
.text-link.light { color: var(--brass-pale); }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.hero-note { position: absolute; z-index: 3; right: 4vw; bottom: 0; display: flex; flex-direction: column; min-width: 235px; padding: 22px 30px; color: var(--cream); background: rgba(19, 38, 31, .92); border-top: 1px solid var(--brass); backdrop-filter: blur(10px); }
.hero-note span { color: var(--brass-pale); font-size: .65rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.hero-note strong { font-family: var(--font-display); font-size: 1.45rem; font-weight: 400; }

.paper-section { position: relative; background-color: var(--parchment); background-image: repeating-linear-gradient(90deg, transparent 0, transparent 90px, rgba(78, 55, 36, .025) 91px); }
.intro { padding: 120px 0; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 11vw; align-items: start; }
.intro-copy { max-width: 630px; color: var(--ink-soft); font-size: 1.08rem; }
.intro-copy p + p { margin-top: 20px; }
.lantern-rule { position: relative; padding-left: 56px; }
.lantern-rule::before { position: absolute; top: 7px; bottom: 7px; left: 10px; width: 1px; background: var(--brass); content: ''; }
.lantern-rule::after { position: absolute; top: 25%; left: 5px; width: 9px; height: 9px; background: var(--flame); border: 1px solid var(--parchment); border-radius: 50%; box-shadow: 0 0 10px rgba(240, 164, 61, .8); content: ''; }
.light-rule::after { border-color: var(--fjord-deep); }

.dark-section { color: var(--cream); background-color: var(--fjord-deep); background-image: repeating-linear-gradient(90deg, transparent 0, transparent 115px, rgba(231, 201, 143, .025) 116px); }
.ember-section { color: var(--cream); background-color: var(--oak-dark); background-image: repeating-linear-gradient(8deg, transparent 0, transparent 36px, rgba(214, 164, 92, .025) 37px); }
.image-story, .bar-section, .lounge-section { padding: 125px 0; }
.split-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 9vw; align-items: center; }
.split-grid.reverse { grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr); }
.framed-image { position: relative; margin: 0; }
.framed-image::before { position: absolute; z-index: 0; inset: -15px 35px 35px -15px; border: 1px solid rgba(210, 163, 93, .52); content: ''; }
.framed-image img { position: relative; z-index: 1; aspect-ratio: 4 / 5; object-fit: cover; box-shadow: var(--shadow); }
.framed-image figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; padding: 13px 18px; color: var(--fjord-deep); background: var(--brass); font-size: .65rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.offset-frame::before { inset: 35px -15px -15px 35px; }
.landscape-frame img { aspect-ratio: 6 / 5; }
.story-copy h2 { margin-bottom: 34px; }
.story-copy > p:not(.eyebrow) { max-width: 500px; color: rgba(247, 240, 228, .69); font-size: 1.02rem; }
.story-copy .text-link { margin-top: 20px; }
.service-list { max-width: 500px; margin: 38px 0 0; border-top: 1px solid var(--line-dark); }
.service-list > div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line-dark); }
.service-list dt { color: rgba(247, 240, 228, .68); }
.service-list dd { margin: 0; color: var(--brass-pale); }

.menu-section, .games-section { padding: 130px 0 140px; }
.section-heading { max-width: 760px; margin: 0 auto 70px; }
.section-heading h2 { margin-bottom: 26px; }
.section-heading > p:last-child { max-width: 610px; margin-inline: auto; color: var(--ink-soft); }
.dark-section .section-heading > p:last-child { color: rgba(247, 240, 228, .64); }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.menu-column { position: relative; min-height: 380px; padding: 48px 38px; border-right: 1px solid var(--line-light); }
.menu-column:last-child { border: 0; }
.featured-course { background: rgba(123, 53, 36, .07); }
.course-number { position: absolute; top: 20px; right: 22px; color: rgba(123, 53, 36, .45); font-family: var(--font-display); font-size: 1.1rem; }
.menu-column h3 { margin-bottom: 48px; }
.dish { display: flex; justify-content: space-between; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line-light); }
.dish div { display: flex; flex-direction: column; }
.dish strong { font-size: .9rem; font-weight: 600; }
.dish small { margin-top: 5px; color: var(--ink-muted); font-size: .75rem; }
.dish > span { color: var(--ember); font-size: .83rem; font-weight: 600; }

.kasino-teaser { padding: 105px 0; border-top: 1px solid var(--line-dark); }
.teaser-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 10vw; align-items: end; }
.teaser-grid p:not(.eyebrow) { margin-bottom: 28px; color: rgba(247, 240, 228, .68); }

.hero-kasino .hero-copy h1 { max-width: 680px; }
.game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-light); border: 1px solid var(--line-light); }
.game-grid article { padding: 55px 40px; background: var(--parchment); }
.game-mark { display: grid; place-items: center; width: 47px; height: 47px; margin-bottom: 45px; color: var(--ember); font-family: var(--font-display); font-size: 1.3rem; border: 1px solid var(--brass); border-radius: 50%; }
.game-grid h3 { margin-bottom: 17px; }
.game-grid p { color: var(--ink-soft); font-size: .91rem; }
.responsible { padding: 120px 0; }
.responsible-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.responsible-copy > p { color: rgba(247, 240, 228, .68); }
.plain-list { margin: 28px 0 35px; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.plain-list li { position: relative; padding: 13px 0 13px 24px; border-bottom: 1px solid var(--line-dark); }
.plain-list li::before { position: absolute; top: 24px; left: 1px; width: 7px; height: 7px; background: var(--brass); border-radius: 50%; content: ''; }

.contact-page .site-header { position: relative; background: var(--fjord-deep); }
.contact-hero { padding: 105px 0 110px; color: var(--cream); background-color: var(--fjord-deep); background-image: radial-gradient(circle at 75% 30%, rgba(240, 164, 61, .1), transparent 28%), repeating-linear-gradient(90deg, transparent 0, transparent 115px, rgba(231, 201, 143, .025) 116px); }
.contact-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: end; }
.contact-intro { color: rgba(247, 240, 228, .68); }
.contact-intro a { display: block; width: fit-content; color: var(--brass-pale); border-bottom: 1px solid rgba(231, 201, 143, .4); }
.contact-intro .large-contact { margin: 30px 0 5px; font-family: var(--font-display); font-size: 2.2rem; line-height: 1.2; }
.reservation-section { padding: 125px 0; }
.reservation-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; align-items: start; }
.reservation-copy > p:not(.eyebrow) { max-width: 470px; margin-top: 30px; color: var(--ink-soft); }
.notice { display: flex; flex-direction: column; margin-top: 45px; padding: 23px 25px; border-left: 2px solid var(--brass); background: rgba(210, 163, 93, .1); }
.notice strong { font-size: .85rem; }
.notice span { color: var(--ink-soft); font-size: .78rem; }
.reservation-form { display: grid; gap: 22px; padding: 42px; background: rgba(255, 251, 243, .42); border: 1px solid var(--line-light); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.reservation-form label { display: grid; gap: 8px; color: var(--ink-soft); font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.reservation-form input, .reservation-form textarea, .reservation-form select { width: 100%; padding: 13px 14px; color: var(--ink); background: rgba(195, 180, 154, .17); border: 1px solid rgba(24, 35, 31, .22); border-radius: 1px; outline: none; }
.reservation-form input:focus, .reservation-form textarea:focus, .reservation-form select:focus { border-color: var(--ember); box-shadow: 0 0 0 3px rgba(123, 53, 36, .1); }
.reservation-form textarea { resize: vertical; }
.reservation-form .button { justify-self: start; }
.form-note { margin: -4px 0 0; color: var(--ink-muted); font-size: .72rem; }
.arrival-section { padding: 120px 0 130px; }
.arrival-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); }
.arrival-grid article { padding: 38px 30px 25px 0; border-right: 1px solid var(--line-dark); }
.arrival-grid article + article { padding-left: 30px; }
.arrival-grid article:last-child { border-right: 0; }
.arrival-index { color: var(--brass); font-family: var(--font-display); }
.arrival-grid h3 { margin: 35px 0 18px; font-size: 1.7rem; }
.arrival-grid p { color: rgba(247, 240, 228, .62); font-size: .86rem; }
.arrival-grid a { color: var(--brass-pale); font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.hours-section { padding: 115px 0; }
.hours-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: start; }
.hours-table { border-top: 1px solid var(--line-dark); }
.hours-table div { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line-dark); }
.hours-table span { color: rgba(247, 240, 228, .65); }
.hours-table strong { color: var(--brass-pale); font-weight: 500; }

.site-footer { padding: 75px 0 25px; color: var(--cream); background-color: #12221d; background-image: repeating-linear-gradient(0deg, transparent 0, transparent 32px, rgba(231, 201, 143, .025) 33px); border-top: 1px solid rgba(210, 163, 93, .3); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr 1.15fr .55fr; gap: 55px; padding-bottom: 62px; }
.footer-brand { display: flex; gap: 18px; align-items: flex-start; }
.footer-brand > div { display: flex; flex-direction: column; }
.footer-brand strong { font-family: var(--font-display); font-size: 1.65rem; font-weight: 400; }
.footer-brand small { color: rgba(247, 240, 228, .48); font-size: .68rem; }
.footer-grid p { color: rgba(247, 240, 228, .58); font-size: .78rem; line-height: 1.9; }
.footer-grid a:hover { color: var(--brass-pale); }
.footer-grid .footer-label { margin-bottom: 13px; color: var(--brass-pale); font-size: .64rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; color: rgba(247, 240, 228, .38); font-size: .65rem; letter-spacing: .06em; border-top: 1px solid var(--line-dark); }

@media (max-width: 940px) {
  :root { --wrap: min(100% - 36px, 720px); }
  .site-header { grid-template-columns: 1fr auto; min-height: 90px; padding: 0 24px; }
  .site-header nav { order: 3; grid-column: 1 / -1; justify-content: center; height: 54px; }
  .site-header nav a { padding: 0 18px; }
  .header-action { display: none; }
  .hero-copy { min-height: 760px; padding-top: 140px; }
  .hero { min-height: 760px; }
  .intro-grid, .contact-hero-grid, .reservation-grid, .responsible-grid, .hours-grid { grid-template-columns: 1fr; gap: 55px; }
  .split-grid, .split-grid.reverse { grid-template-columns: 1fr; gap: 80px; }
  .split-grid.reverse .story-copy { order: 2; }
  .split-grid.reverse .framed-image { order: 1; }
  .framed-image { max-width: 610px; }
  .framed-image img { aspect-ratio: 5 / 4; }
  .menu-grid, .game-grid { grid-template-columns: 1fr; }
  .menu-column { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .menu-column:last-child { border-bottom: 0; }
  .teaser-grid { grid-template-columns: 1fr; gap: 45px; }
  .arrival-grid { grid-template-columns: 1fr 1fr; }
  .arrival-grid article:nth-child(2) { border-right: 0; }
  .arrival-grid article:nth-child(3), .arrival-grid article:nth-child(4) { border-top: 1px solid var(--line-dark); }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
}

@media (max-width: 620px) {
  :root { --wrap: calc(100% - 32px); }
  body { font-size: 15px; }
  h1 { font-size: clamp(3.65rem, 18vw, 5.6rem); }
  h2 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .site-header { display: flex; flex-direction: column; align-items: stretch; width: 100vw; max-width: 100vw; min-width: 0; padding: 0 16px; }
  .site-header .brand { align-self: flex-start; height: 90px; }
  .brand strong { font-size: 1.03rem; }
  .brand small { display: none; }
  .site-header nav { display: grid; flex: 0 0 54px; grid-template-columns: repeat(3, minmax(0, 1fr)); order: initial; width: 100%; min-width: 0; }
  .site-header nav a { min-width: 0; padding: 0 2px; font-size: .61rem; text-align: center; }
  .hero { width: 100vw; max-width: 100vw; min-height: 700px; }
  .hero-copy { width: calc(100vw - 32px); max-width: calc(100vw - 32px); min-width: 0; min-height: 700px; padding-top: 145px; padding-bottom: 80px; }
  .hero-copy > * { min-width: 0; }
  .hero-shade { background: linear-gradient(90deg, rgba(7, 17, 14, .9), rgba(7, 17, 14, .45)), linear-gradient(0deg, rgba(7, 17, 14, .7), transparent 60%); }
  .hero-home .hero-copy h1 { font-size: clamp(3.6rem, 17vw, 5.2rem); }
  .hero-lead { width: 100%; max-width: 100%; margin: 28px 0; overflow-wrap: anywhere; font-size: 1rem; }
  .hero .eyebrow { align-items: flex-start; max-width: 100%; line-height: 1.6; }
  .hero .button-row { flex-direction: column; gap: 18px; align-items: flex-start; }
  .hero .text-link { max-width: 100%; white-space: normal; }
  .hero-note { right: 16px; width: min(190px, calc(100% - 32px)); min-width: 0; padding: 16px 20px; }
  .hero-note strong { font-size: 1.2rem; }
  .intro, .image-story, .bar-section, .lounge-section, .menu-section, .games-section, .responsible, .reservation-section, .arrival-section, .hours-section { padding: 88px 0; }
  .intro-grid { gap: 42px; }
  .lantern-rule { padding-left: 38px; }
  .lantern-rule::before { left: 5px; }
  .lantern-rule::after { left: 0; }
  .split-grid, .split-grid.reverse { gap: 55px; }
  .framed-image::before { inset: -9px 22px 22px -9px; }
  .offset-frame::before { inset: 22px -9px -9px 22px; }
  .framed-image img { aspect-ratio: 4 / 5; }
  .section-heading { margin-bottom: 48px; }
  .menu-column, .game-grid article { padding: 42px 26px; }
  .teaser-grid { gap: 35px; }
  .contact-hero { padding: 78px 0 85px; }
  .contact-hero-grid { gap: 48px; }
  .reservation-form { padding: 25px 20px; }
  .field-row { grid-template-columns: 1fr; }
  .arrival-grid { grid-template-columns: 1fr; }
  .arrival-grid article, .arrival-grid article + article { padding: 30px 0; border-right: 0; border-top: 1px solid var(--line-dark); }
  .arrival-grid article:first-child { border-top: 0; }
  .arrival-grid h3 { margin-top: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
