:root {
  --ink: #0d1725;
  --navy: #13243a;
  --cream: #f5f0e7;
  --paper: #fffdf8;
  --gold: #c9a45a;
  --wine: #6e2432;
  --line: rgba(13, 23, 37, .16);
  --muted: #5e6670;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; background: white; padding: .75rem 1rem; border-radius: .25rem; }
.skip-link:focus { top: 1rem; }

.site-header { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 0 clamp(1.25rem, 5vw, 5rem); background: var(--paper); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .75rem; font-weight: 760; letter-spacing: .03em; text-decoration: none; }
.brand span:last-child { display: grid; line-height: 1.05; }
.brand small { margin-top: .2rem; color: var(--muted); font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: white; background: var(--ink); font-family: Georgia, serif; font-size: 1rem; }
nav { display: flex; gap: clamp(1rem, 3vw, 2.5rem); }
nav a { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
nav a:hover, nav a:focus-visible { color: #8a6420; }

.hero { position: relative; min-height: min(780px, calc(100vh - 84px)); display: grid; align-items: end; overflow: hidden; background: #0a1625; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 12, 22, .92) 0%, rgba(5, 12, 22, .66) 38%, rgba(5, 12, 22, .08) 72%), linear-gradient(0deg, rgba(5, 12, 22, .58), transparent 45%); }
.hero-copy { position: relative; z-index: 1; max-width: 690px; padding: clamp(4rem, 10vw, 8rem) clamp(1.25rem, 7vw, 7rem); color: white; }
.eyebrow, .section-number { font-size: .72rem; font-weight: 760; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { color: #e6c987; }
.hero h1, h2 { margin: .5rem 0 1.5rem; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.hero h1 { font-size: clamp(3.8rem, 9vw, 7.8rem); }
h2 { font-size: clamp(2.8rem, 6vw, 5.6rem); }
em { color: var(--gold); font-weight: 400; }
.hero-copy > p:not(.eyebrow) { max-width: 600px; font-size: clamp(1rem, 1.5vw, 1.24rem); color: rgba(255,255,255,.84); }
.button { display: inline-flex; margin-top: 1.25rem; padding: .9rem 1.25rem; border: 1px solid rgba(255,255,255,.6); border-radius: 99px; color: white; text-decoration: none; font-weight: 700; }
.button:hover, .button:focus-visible { color: var(--ink); background: white; }
.image-note { position: absolute; right: 1rem; bottom: .5rem; z-index: 2; max-width: 420px; color: rgba(255,255,255,.72); font-size: .7rem; text-align: right; }

.section { max-width: 1240px; margin: 0 auto; padding: clamp(4.5rem, 10vw, 9rem) clamp(1.25rem, 5vw, 4rem); }
.section-number { color: #8a6420; }
.intro, .how, .operator { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.intro-copy { padding-top: 3rem; }
.lead { font-family: Georgia, serif; font-size: clamp(1.45rem, 2.5vw, 2.1rem); line-height: 1.3; }

.tours { max-width: 1440px; }
.tour-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 3rem; }
.tour-card { min-height: 600px; display: flex; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid var(--line); background: white; }
.tour-card::before { content: ""; display: block; height: 9px; margin: -1px -1px 2rem; background: var(--gold); }
.tour-card.wine::before { background: var(--wine); }
.tour-card.casino { color: white; background: var(--ink); }
.tour-card.casino::before { background: linear-gradient(90deg, var(--gold), #f5de9a); }
.tour-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.tour-top span { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; }
.tour-top p { margin: 0; font-size: .67rem; font-weight: 760; letter-spacing: .1em; text-align: right; }
.tour-card h3 { margin: 3rem 0 1rem; font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 3.1rem); font-weight: 400; line-height: 1; }
.tour-card ul { padding-left: 1.1rem; }
.tour-card li { margin: .65rem 0; }
.route { margin-top: auto; padding-top: 2rem; border-top: 1px solid currentColor; font-size: .82rem; font-weight: 700; }

.how { max-width: none; background: var(--cream); }
.how > div:first-child { max-width: 580px; margin-left: auto; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 1.25rem; padding: 1.5rem 0; border-top: 1px solid var(--line); }
.steps span { font-family: Georgia, serif; font-size: 1.5rem; color: #8a6420; }
.steps h3, .steps p { margin: 0; }
.steps h3 { font-family: Georgia, serif; font-size: 1.45rem; font-weight: 400; }

.responsibility { max-width: none; color: white; background: var(--navy); }
.responsibility > * { max-width: 1240px; margin-left: auto; margin-right: auto; }
.responsibility-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.responsibility-grid p { padding: 1.5rem; border: 1px solid rgba(255,255,255,.18); }

.operator-card { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--line); background: var(--cream); }
.operator-label { color: #8a6420; font-size: .68rem; font-weight: 760; letter-spacing: .13em; }
.operator-name { margin: 1rem 0 .25rem; font-family: Georgia, serif; font-size: 2.2rem; }
address { font-style: normal; }
.legal { display: grid; gap: .75rem; padding-top: 0; }
details { border-top: 1px solid var(--line); }
summary { padding: 1.2rem 0; cursor: pointer; font-weight: 760; }
details p { max-width: 820px; color: var(--muted); }

footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; padding: 2rem clamp(1.25rem, 5vw, 5rem); color: white; background: #09111d; }
footer p { margin: 0; font-size: .78rem; color: rgba(255,255,255,.68); }
footer .brand-mark { color: var(--ink); background: var(--gold); }

:focus-visible { outline: 3px solid #e6b94d; outline-offset: 4px; }

@media (max-width: 900px) {
  .site-header { height: auto; padding-top: 1rem; padding-bottom: 1rem; }
  nav { display: none; }
  .hero { min-height: 720px; }
  .hero > img { object-position: 66% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,12,22,.94), rgba(5,12,22,.18)); }
  .hero-copy { align-self: end; padding-bottom: 5rem; }
  .intro, .how, .operator { grid-template-columns: 1fr; gap: 1.5rem; }
  .intro-copy { padding-top: 0; }
  .tour-grid { grid-template-columns: 1fr; }
  .tour-card { min-height: 0; }
  .responsibility-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  .image-note { left: 1.25rem; right: 1.25rem; text-align: left; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 3.4rem; }
  h2 { font-size: 2.7rem; }
  .section { padding-left: 1rem; padding-right: 1rem; }
  .tour-card { padding: 1.25rem; }
  .tour-top { align-items: flex-start; }
}
