:root {
  --ink: #161d36;
  --night: #0c1124;
  --paper: #fbf5e9;
  --cream: #f4ead8;
  --saffron: #e8ae3d;
  --coral: #dc6d4d;
  --moss: #748b73;
  --line: rgba(22, 29, 54, .2);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--paper); }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.skip-link { position: absolute; left: 16px; top: -56px; z-index: 10; padding: 11px 15px; color: var(--paper); background: var(--ink); }
.skip-link:focus { top: 16px; }
.preview-bar { padding: 9px 5vw; color: var(--paper); background: var(--coral); font-size: .64rem; font-weight: 850; letter-spacing: .16em; text-align: center; }
.preview-bar span { padding: 0 8px; color: var(--saffron); }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 25px 5vw 20px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: .98rem; font-weight: 850; letter-spacing: -.03em; }
.brand em { color: var(--coral); font-family: Georgia, serif; font-weight: 500; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; color: var(--paper); background: var(--ink); font-size: .63rem; letter-spacing: .06em; transform: rotate(-8deg); }
nav { display: flex; align-items: center; gap: 24px; font-size: .78rem; font-weight: 800; }
nav a { opacity: .7; }
nav a:hover { opacity: 1; }
.nav-pill { padding: 10px 15px; border: 1px solid var(--ink); border-radius: 999px; opacity: 1; }
.hero { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(300px, .97fr); gap: 7vw; align-items: center; padding: 8vw 8vw 8vw 10vw; overflow: hidden; background: var(--cream); }
.eyebrow { margin: 0 0 22px; color: var(--moss); font-size: .66rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif; font-weight: 500; letter-spacing: -.07em; line-height: .92; }
h1 { max-width: 680px; font-size: clamp(4rem, 8.7vw, 8.3rem); }
h1 em, h2 em { color: var(--coral); font-style: italic; }
.hero-lede { max-width: 455px; margin: 29px 0 0; color: #50586a; font-size: 1rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 21px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; gap: 18px; padding: 15px 18px; font-size: .74rem; font-weight: 900; letter-spacing: .04em; }
.button span { font-size: 1.1rem; }
.button-primary { color: var(--paper); background: var(--ink); }
.button-primary:hover { background: var(--coral); }
.button-accent { color: var(--ink); background: var(--saffron); }
.button-accent:hover { background: var(--paper); }
.text-link { padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: .76rem; font-weight: 850; }
.text-link span { font-size: 1rem; }
.hero-meta { display: flex; justify-content: space-between; max-width: 430px; margin-top: 62px; padding-top: 14px; border-top: 1px solid var(--line); color: #687078; font-size: .62rem; font-weight: 850; letter-spacing: .1em; }
.hero-art { position: relative; min-height: 480px; overflow: hidden; color: var(--paper); background: var(--night); isolation: isolate; }
.hero-art::before { position: absolute; inset: 0; z-index: -1; background: linear-gradient(135deg, rgba(232, 174, 61, .19), transparent 40%, rgba(220, 109, 77, .2)); content: ""; }
.art-grid { position: absolute; inset: 13% 10% 13% 17%; background: repeating-linear-gradient(90deg, transparent 0 34px, rgba(244, 234, 216, .14) 35px 36px), repeating-linear-gradient(0deg, transparent 0 34px, rgba(244, 234, 216, .14) 35px 36px); transform: rotate(-13deg) scale(1.3); }
.art-orbit { position: absolute; border: 1px solid rgba(244, 234, 216, .55); border-radius: 50%; transform: rotate(-24deg); }
.orbit-one { width: 380px; height: 210px; top: 105px; left: -45px; }
.orbit-two { width: 350px; height: 180px; top: 154px; left: -28px; border-color: rgba(232, 174, 61, .65); }
.art-sun { position: absolute; top: 112px; right: 14%; width: 105px; height: 105px; border-radius: 50%; background: var(--saffron); box-shadow: 0 0 0 18px rgba(232, 174, 61, .1); }
.art-caption { position: absolute; right: 27px; bottom: 28px; display: flex; align-items: end; gap: 13px; }
.art-caption span { color: var(--saffron); font-size: 2.8rem; font-weight: 900; letter-spacing: -.12em; }
.art-caption strong { font-family: Georgia, serif; font-size: 1.5rem; font-weight: 500; line-height: .9; }
.art-edge-label { position: absolute; top: 25px; right: 23px; color: rgba(244, 234, 216, .64); font-size: .57rem; font-weight: 850; letter-spacing: .17em; writing-mode: vertical-rl; }
.quick-actions { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.quick-actions a { position: relative; min-height: 152px; padding: 26px 28px; border-right: 1px solid var(--line); transition: color .2s ease, background .2s ease; }
.quick-actions a:last-child { border-right: 0; }
.quick-actions a:hover { color: var(--paper); background: var(--ink); }
.action-index { display: block; margin-bottom: 27px; color: var(--coral); font-size: .65rem; font-weight: 900; letter-spacing: .1em; }
.quick-actions strong { display: block; font-size: .9rem; }
.quick-actions small { display: block; max-width: 210px; margin-top: 6px; color: #6b727e; font-size: .72rem; line-height: 1.4; }
.quick-actions a:hover small { color: var(--cream); }
.action-arrow { position: absolute; top: 25px; right: 28px; color: var(--coral); font-size: 1.15rem; }
.section { padding: 10vw; }
.menu-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; }
h2 { font-size: clamp(3.2rem, 6vw, 6.4rem); }
.section-intro > p:last-child { max-width: 340px; margin-top: 29px; color: #5b6473; font-size: .84rem; line-height: 1.75; }
.menu-card { align-self: center; border-top: 1px solid var(--ink); }
.menu-card-head { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; color: var(--moss); font-size: .61rem; font-weight: 900; letter-spacing: .12em; }
.menu-row { display: grid; grid-template-columns: 33px 1fr auto; gap: 13px; align-items: start; padding: 23px 0; border-top: 1px solid var(--line); }
.row-mark { color: var(--coral); font-family: Georgia, serif; font-size: 1.5rem; line-height: .7; }
.menu-row strong { display: block; font-size: .94rem; }
.menu-row small { display: block; margin-top: 6px; color: #707780; font-size: .74rem; }
.row-status { padding: 5px 7px; color: var(--coral); border: 1px solid rgba(220, 109, 77, .45); font-size: .57rem; font-weight: 900; letter-spacing: .08em; }
.visit-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; padding: 8vw 10vw; color: var(--paper); background: var(--ink); }
.visit-heading h2 em { color: var(--saffron); }
.visit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.detail-card { min-height: 205px; padding: 21px; border: 1px solid rgba(244, 234, 216, .24); }
.detail-card.confirmed { border-color: var(--saffron); }
.detail-label { display: block; min-height: 32px; color: var(--saffron); font-size: .61rem; font-weight: 900; letter-spacing: .1em; line-height: 1.3; text-transform: uppercase; }
.detail-card strong { display: block; margin-top: 29px; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; line-height: 1.1; }
.detail-card strong.pending { color: #aeb6c4; font-size: 1.02rem; }
.detail-card p { margin: 13px 0 0; color: #cbd0d8; font-size: .76rem; line-height: 1.6; }
.contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; background: var(--coral); }
.contact-section h2 em { color: var(--ink); }
.contact-copy { max-width: 370px; }
.contact-copy > p { margin: 0 0 24px; color: #713f3a; font-size: .84rem; line-height: 1.7; }
.contact-copy small { display: block; margin-top: 17px; color: #713f3a; font-size: .7rem; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 23px 5vw; color: #6b727e; font-size: .68rem; }
@media (max-width: 840px) {
  .site-header { padding: 19px 5vw; }
  nav { gap: 13px; }
  nav a:not(.nav-pill) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 44px; padding: 17vw 7vw 13vw; }
  h1 { font-size: clamp(3.7rem, 18vw, 6.5rem); }
  .hero-art { min-height: 350px; }
  .quick-actions { grid-template-columns: 1fr; }
  .quick-actions a { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-actions a:last-child { border-bottom: 0; }
  .action-index { margin-bottom: 15px; }
  .menu-section, .visit-section, .contact-section { grid-template-columns: 1fr; gap: 48px; padding: 17vw 7vw; }
  .visit-grid { grid-template-columns: 1fr; }
  .detail-card { min-height: auto; }
  .site-footer { flex-direction: column; padding: 25px 7vw; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
