:root {
  --deep-water: #071c28;
  --fjord-blue: #0d3042;
  --slate-tide: #234654;
  --sea-glass: #9baea9;
  --foam: #f1eee4;
  --driftwood: #c7b8a1;
  --sand: #ddd4c3;
  --ink: #14252a;
  --muted: #68777a;
  --line: rgba(20, 37, 42, .22);
  --line-light: rgba(241, 238, 228, .24);
  --canvas: #e9e5da;
  --base: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
h1, h2, h3, p, figure, blockquote { margin-top: 0; }
h1, h2, .footer-mark { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--driftwood); font-weight: 400; }
h2 { font-size: clamp(2.7rem, 5vw, 5.6rem); line-height: .98; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 16px; background: var(--foam); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: relative; z-index: 10; height: 112px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4vw; background: var(--canvas); border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; flex-direction: column; width: max-content; line-height: .85; text-decoration: none; text-transform: uppercase; letter-spacing: .18em; font-size: .65rem; }
.wordmark strong { font-family: Georgia, serif; font-size: 1.2rem; letter-spacing: .02em; text-transform: none; font-weight: 400; }
.main-nav { display: flex; gap: 32px; font-size: .72rem; text-transform: uppercase; letter-spacing: .15em; }
.main-nav a, .header-action { text-decoration: none; }
.main-nav a { position: relative; padding: 12px 0; color: var(--muted); }
.main-nav a[aria-current="page"] { color: var(--ink); }
.main-nav a[aria-current="page"]::after { content: ''; position: absolute; left: 0; right: 0; bottom: 5px; height: 1px; background: currentColor; }
.header-action { justify-self: end; border-bottom: 1px solid currentColor; padding: 5px 0; font-size: .75rem; text-transform: uppercase; letter-spacing: .14em; }
.dark-header { position: absolute; width: 100%; background: linear-gradient(to bottom, rgba(4,15,22,.8), transparent); border: 0; color: var(--foam); }
.dark-header .main-nav a { color: rgba(241,238,228,.65); }
.dark-header .main-nav a[aria-current="page"] { color: var(--foam); }

.hero { position: relative; min-height: calc(100vh - 112px); color: var(--foam); overflow: hidden; }
.hero-kasino { min-height: 100vh; }
.hero > img { position: absolute; inset: 0; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,16,24,.8) 0%, rgba(4,16,24,.18) 60%, rgba(4,16,24,.44) 100%), linear-gradient(0deg, rgba(4,16,24,.46), transparent 45%); }
.hero-copy { position: absolute; left: 7vw; top: 50%; width: min(780px, 76vw); transform: translateY(-45%); }
.eyebrow, .section-index { margin-bottom: 32px; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; }
.hero h1 { margin-bottom: 32px; font-size: clamp(4.2rem, 9vw, 9.5rem); line-height: .82; }
.hero-kasino h1 { font-size: clamp(6.5rem, 16vw, 15rem); line-height: .76; }
.hero-intro { width: min(560px, 100%); font-family: Georgia, serif; font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.4; }
.text-link { display: inline-flex; gap: 40px; margin-top: 24px; padding-bottom: 8px; text-decoration: none; border-bottom: 1px solid currentColor; text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; }
.text-link span { font-size: 1rem; }
.hero-note { position: absolute; right: 4vw; bottom: 48px; margin: 0; writing-mode: vertical-rl; font-size: .63rem; text-transform: uppercase; letter-spacing: .18em; }

.tide-rule { position: relative; }
.tide-rule::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent 0 7%, var(--line) 7% 38%, transparent 38% 43%, var(--line) 43% 100%); }
.opening-note, .kasino-intro, .contact-hero { display: grid; grid-template-columns: 1fr 2.2fr .8fr; gap: 5vw; padding: 144px 7vw; }
.opening-note h2, .kasino-intro h2 { margin-bottom: 40px; }
.lead { max-width: 760px; font-family: Georgia, serif; font-size: clamp(1.35rem, 2.25vw, 2rem); line-height: 1.45; }
.opening-note aside, .kasino-intro aside, .contact-hero aside { align-self: end; border-top: 1px solid var(--line); padding-top: 20px; display: flex; flex-direction: column; }
aside span { color: var(--muted); font-size: .65rem; text-transform: uppercase; letter-spacing: .16em; }
aside strong { margin: 10px 0 4px; font-family: Georgia, serif; font-size: 1.6rem; font-weight: 400; }
aside small { color: var(--muted); }

.split-story { display: grid; grid-template-columns: 1.2fr .8fr; gap: 9vw; align-items: center; padding: 64px 7vw 160px 0; }
.story-image { position: relative; height: min(70vw, 800px); }
.story-image::after { content: ''; position: absolute; top: -32px; right: -32px; width: 45%; height: calc(100% + 64px); border: 1px solid rgba(241,238,228,.42); pointer-events: none; }
.image-caption { position: absolute; left: calc(100% + 18px); bottom: 0; color: var(--muted); font-size: .63rem; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; }
.story-copy { max-width: 560px; }
.story-copy > p:not(.section-index) { color: #43565a; font-size: 1.08rem; }
.menu-lines { margin: 48px 0; border-top: 1px solid var(--line); }
.menu-lines div { display: flex; justify-content: space-between; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.menu-lines dt { font-family: Georgia, serif; font-size: 1.14rem; }
.menu-lines dd { margin: 0; color: var(--muted); text-align: right; font-size: .85rem; }
.button { display: inline-block; appearance: none; border: 1px solid var(--ink); padding: 15px 24px; background: transparent; color: var(--ink); text-decoration: none; text-transform: uppercase; letter-spacing: .15em; font: 700 .66rem Arial, sans-serif; cursor: pointer; }
.button:hover, .button:focus-visible { background: var(--ink); color: var(--foam); }

.landscape-chapter { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6vw; align-items: end; padding: 144px 0 144px 7vw; background: var(--deep-water); color: var(--foam); }
.landscape-copy { padding-bottom: 40px; }
.landscape-copy p:last-child { color: var(--sea-glass); max-width: 460px; }
.landscape-chapter figure { height: 680px; }
.landscape-chapter figcaption { display: flex; justify-content: space-between; margin-top: 12px; padding-right: 4vw; color: var(--sea-glass); font-size: .65rem; text-transform: uppercase; letter-spacing: .16em; }
.second-chapter { display: grid; grid-template-columns: .6fr 1.5fr .8fr; gap: 5vw; padding: 144px 7vw; align-items: start; }
.second-chapter h2 { font-size: clamp(2.6rem, 4.8vw, 5rem); }
.second-chapter > div p { max-width: 620px; }
.chapter-link { align-self: center; display: grid; grid-template-columns: 1fr auto; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; }
.chapter-link span { grid-column: 1 / -1; color: var(--muted); font-size: .62rem; text-transform: uppercase; letter-spacing: .18em; }
.chapter-link strong { font-family: Georgia, serif; font-size: 2.2rem; font-weight: 400; }
.chapter-link b { align-self: center; }

.page-kasino { background: #081a24; color: var(--foam); }
.page-kasino .tide-rule::before { background: linear-gradient(90deg, transparent 0 7%, var(--line-light) 7% 38%, transparent 38% 43%, var(--line-light) 43% 100%); }
.kasino-intro aside { border-color: var(--line-light); }
.page-kasino aside span, .page-kasino aside small, .page-kasino .section-index { color: var(--sea-glass); }
.kasino-story { padding-top: 40px; background: #081a24; }
.page-kasino .story-copy > p:not(.section-index) { color: var(--sea-glass); }
.quiet-list { margin: 48px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.quiet-list li { display: flex; gap: 32px; padding: 18px 0; border-bottom: 1px solid var(--line-light); font-family: Georgia, serif; font-size: 1.3rem; }
.quiet-list span { color: var(--sea-glass); font: .62rem Arial, sans-serif; }
.night-chapter { display: grid; grid-template-columns: 1.35fr .65fr; gap: 7vw; padding: 144px 7vw 144px 0; background: #102a36; align-items: end; }
.night-chapter figure { height: 760px; }
.night-chapter figcaption { margin: 10px 0 0 7vw; color: var(--sea-glass); font-size: .65rem; text-transform: uppercase; letter-spacing: .16em; }
.night-copy { padding-bottom: 40px; }
.night-copy > p:not(.section-index) { color: var(--sea-glass); }
.night-copy blockquote { margin: 48px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line-light); font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.5; }
.kasino-guide { padding: 144px 7vw; background: var(--foam); color: var(--ink); }
.kasino-guide > div:first-child { display: grid; grid-template-columns: .65fr 1.35fr; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 72px 0 48px 26%; border-top: 1px solid var(--line); }
.guide-grid article { padding: 24px 32px 0 0; }
.guide-grid article + article { border-left: 1px solid var(--line); padding-left: 32px; }
.guide-grid span { color: var(--muted); font-size: .62rem; text-transform: uppercase; letter-spacing: .18em; }
.guide-grid h3 { margin: 18px 0; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 400; }
.guide-grid p { color: var(--muted); }
.kasino-guide .button { margin-left: 26%; }

.contact-main { padding-top: 40px; }
.contact-hero { padding-top: 120px; padding-bottom: 120px; }
.contact-hero h1 { font-size: clamp(4rem, 8vw, 8.5rem); line-height: .86; }
.reservation-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; padding: 144px 7vw; background: var(--deep-water); color: var(--foam); }
.reservation-intro p:last-child { color: var(--sea-glass); max-width: 430px; }
.reservation-form { display: flex; flex-direction: column; gap: 24px; }
.reservation-form label { display: flex; flex-direction: column; gap: 8px; color: var(--sea-glass); font-size: .62rem; text-transform: uppercase; letter-spacing: .16em; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
input, select, textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid var(--line-light); border-radius: 0; background: transparent; color: var(--foam); font: 1rem Georgia, serif; outline: none; }
textarea { resize: vertical; }
select { color-scheme: dark; }
input:focus, select:focus, textarea:focus { border-bottom-color: var(--foam); }
::placeholder { color: #72858a; }
.reservation-form .button { align-self: start; border-color: var(--foam); color: var(--foam); }
.reservation-form .button:hover { background: var(--foam); color: var(--ink); }
.arrival-guide { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; padding: 144px 7vw; }
.guide-heading { position: sticky; top: 40px; align-self: start; }
.arrival-lines article { display: grid; grid-template-columns: 60px 1fr; gap: 24px; padding: 32px 0; border-top: 1px solid var(--line); }
.arrival-lines article > span { color: var(--muted); font-size: .65rem; }
.arrival-lines h3 { margin-bottom: 8px; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 400; }
.arrival-lines p { color: var(--muted); }
.arrival-lines a { text-decoration-thickness: 1px; text-underline-offset: 5px; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.host-contact { display: grid; grid-template-columns: .55fr 1fr 1fr; gap: 5vw; padding: 120px 7vw; background: #d7d0c1; }
.host-contact h2 { grid-row: 2; }
.host-contact > div, .host-contact > p:last-child { grid-row: 2; align-self: end; }
.host-contact > div { display: flex; flex-direction: column; gap: 8px; font-family: Georgia, serif; font-size: 1.15rem; }
.host-contact > p:last-child { color: var(--muted); }

.site-footer { display: grid; grid-template-columns: 1fr 1fr 1.5fr; gap: 6vw; padding: 96px 7vw 32px; background: #ced0c6; border-top: 1px solid var(--line); }
.footer-mark { display: flex; flex-direction: column; font-size: 1.7rem; line-height: .9; }
.footer-mark span { font-family: Arial, sans-serif; font-size: .58rem; text-transform: uppercase; letter-spacing: .2em; }
.footer-mark strong { font-weight: 400; }
.footer-line { font-family: Georgia, serif; font-size: 1.25rem; line-height: 1.4; }
.footer-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; color: #536266; font-size: .78rem; }
.footer-details a { text-decoration: none; }
.site-footer nav { grid-column: 2 / -1; display: flex; gap: 32px; padding-top: 32px; border-top: 1px solid var(--line); }
.site-footer nav a { font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; text-decoration: none; }
.legal { grid-column: 1 / -1; margin: 64px 0 0; color: var(--muted); font-size: .6rem; text-transform: uppercase; letter-spacing: .1em; }
.dark-footer { background: #06161f; color: var(--foam); border-color: var(--line-light); }
.dark-footer .footer-details, .dark-footer .legal { color: var(--sea-glass); }
.dark-footer nav { border-color: var(--line-light); }

@media (max-width: 900px) {
  .site-header { height: 88px; grid-template-columns: 1fr auto; padding: 0 24px; }
  .main-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; justify-content: space-around; gap: 0; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: rgba(233,229,218,.96); border-top: 1px solid var(--line); backdrop-filter: blur(12px); }
  .dark-header .main-nav { background: rgba(7,28,40,.96); }
  .header-action { display: none; }
  .hero { min-height: calc(100svh - 88px); }
  .hero-kasino { min-height: 100svh; }
  .opening-note, .kasino-intro, .contact-hero { grid-template-columns: 1fr; padding: 96px 24px; }
  .opening-note aside, .kasino-intro aside, .contact-hero aside { width: 60%; }
  .split-story, .landscape-chapter, .night-chapter, .reservation-section, .arrival-guide { grid-template-columns: 1fr; }
  .split-story { padding: 32px 24px 96px 0; gap: 80px; }
  .story-copy { padding-left: 24px; }
  .story-image { height: 75vh; }
  .landscape-chapter { padding: 96px 0 96px 24px; }
  .landscape-chapter figure { height: 60vh; }
  .landscape-copy { padding-right: 24px; }
  .second-chapter { grid-template-columns: 1fr; padding: 96px 24px; }
  .night-chapter { padding: 96px 24px 96px 0; }
  .night-chapter figure { height: 70vh; }
  .night-copy { padding-left: 24px; }
  .guide-grid { grid-template-columns: 1fr; margin-left: 0; }
  .guide-grid article + article { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; margin-top: 24px; }
  .kasino-guide > div:first-child { grid-template-columns: 1fr; }
  .kasino-guide .button { margin-left: 0; }
  .reservation-section { padding: 96px 24px; }
  .arrival-guide { padding: 96px 24px; }
  .guide-heading { position: static; }
  .host-contact { grid-template-columns: 1fr; padding: 96px 24px; }
  .host-contact h2, .host-contact > div, .host-contact > p:last-child { grid-row: auto; }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 72px 24px 96px; }
  .footer-details { grid-column: 1 / -1; }
  .site-footer nav { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .hero-copy { left: 24px; width: calc(100% - 60px); }
  .hero h1 { font-size: 3.8rem; }
  .hero-kasino h1 { font-size: 5.8rem; }
  .hero-intro { font-size: 1.15rem; }
  .hero-note { display: none; }
  .opening-note aside, .kasino-intro aside, .contact-hero aside { width: 100%; }
  .story-image { height: 62vh; }
  .story-image::after { right: -14px; }
  .image-caption { display: none; }
  .landscape-chapter figure, .night-chapter figure { height: 52vh; }
  .form-row { grid-template-columns: 1fr; }
  .contact-hero h1 { font-size: 3.7rem; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-details { grid-template-columns: 1fr 1fr; }
  .footer-details p:last-child { grid-column: 1 / -1; }
  .footer-line { margin-top: 32px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
