:root {
  --navy: #101a2b;
  --navy-soft: #17243a;
  --burgundy: #781f2b;
  --gold: #d6ad5c;
  --gold-light: #f2dca7;
  --cream: #f7f3eb;
  --paper: #fffdf9;
  --ink: #182033;
  --muted: #60697a;
  --line: rgba(16, 26, 43, .14);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 17px; line-height: 1.65; }
a { color: inherit; }
.site-header { min-height: 86px; padding: 14px clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 32px; background: var(--paper); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1.1; }
.brand-mark { width: 44px; height: 44px; border: 1px solid var(--gold); display: grid; place-items: center; border-radius: 50%; font-family: var(--serif); font-size: 1.35rem; color: var(--burgundy); }
.brand strong { display: block; font-family: var(--serif); font-size: 1.25rem; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: .69rem; letter-spacing: .05em; }
nav { display: flex; gap: 32px; }
nav a { text-decoration: none; font-size: .88rem; font-weight: 600; }
nav a:hover, nav a:focus-visible { color: var(--burgundy); }
.header-call { padding: 10px 19px; border: 1px solid var(--navy); border-radius: 999px; text-decoration: none; font-size: .88rem; font-weight: 700; }

.hero { position: relative; min-height: min(760px, calc(100vh - 86px)); display: grid; align-items: center; overflow: hidden; background: var(--navy); color: white; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6, 10, 18, .92) 0%, rgba(6, 10, 18, .76) 32%, rgba(6, 10, 18, .12) 72%), linear-gradient(0deg, rgba(6, 10, 18, .38), transparent 46%); }
.hero-content { position: relative; z-index: 1; width: min(680px, 88vw); margin-left: clamp(22px, 8vw, 130px); padding: 90px 0; }
.eyebrow, .section-label { margin: 0 0 16px; color: var(--gold-light); font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 24px; font-family: var(--serif); font-size: clamp(3rem, 6.3vw, 6.2rem); line-height: .98; letter-spacing: -.035em; text-wrap: balance; }
.hero-copy { max-width: 590px; margin-bottom: 34px; color: rgba(255,255,255,.85); font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; padding: 12px 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 3px; text-decoration: none; font-weight: 700; }
.button-primary { background: var(--gold); color: var(--navy); }
.button-secondary { border: 1px solid rgba(255,255,255,.55); color: white; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.image-note { position: absolute; right: 18px; bottom: 14px; z-index: 1; color: rgba(255,255,255,.62); font-size: .68rem; }

.intro { padding: clamp(80px, 10vw, 150px) clamp(22px, 8vw, 130px); display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: clamp(50px, 8vw, 130px); background: var(--cream); }
.section-label { color: var(--burgundy); }
h2 { margin-bottom: 22px; font-family: var(--serif); font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.12; letter-spacing: -.025em; text-wrap: balance; }
.intro-copy { padding-top: 8px; color: var(--muted); font-size: 1.08rem; }
.intro-copy p:last-child { margin-bottom: 0; }

.assortment { padding: clamp(80px, 10vw, 145px) clamp(22px, 8vw, 130px); }
.section-heading { max-width: 740px; margin-bottom: 62px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-grid article { padding: 44px 36px 48px 0; }
.feature-grid article + article { padding-left: 36px; border-left: 1px solid var(--line); }
.feature-number { color: var(--burgundy); font-size: .75rem; font-weight: 700; letter-spacing: .12em; }
.feature-grid h3 { margin: 34px 0 12px; font-family: var(--serif); font-size: 1.5rem; }
.feature-grid p { margin-bottom: 0; color: var(--muted); }

.visit { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--navy); color: white; }
.visit-main, .visit-details { padding: clamp(70px, 9vw, 130px) clamp(22px, 8vw, 120px); }
.visit-main { background: var(--navy-soft); }
.section-label.light { color: var(--gold-light); }
.visit h2 { max-width: 650px; }
address { margin: 32px 0; font-style: normal; color: rgba(255,255,255,.82); font-size: 1.1rem; }
address strong { color: white; font-size: 1.3rem; }
address span { color: var(--gold-light); }
.button-gold { background: var(--gold); color: var(--navy); }
.visit-details { display: flex; flex-direction: column; justify-content: center; gap: 54px; }
.visit-details h3 { margin-bottom: 18px; color: var(--gold-light); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.hours { margin: 0; }
.hours div { padding: 10px 0; display: flex; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.14); }
.hours dt, .hours dd { margin: 0; }
.hours dd { font-weight: 700; white-space: nowrap; }
.contact-block { display: flex; flex-direction: column; align-items: flex-start; }
.contact-block a { margin-bottom: 8px; color: white; text-underline-offset: 4px; overflow-wrap: anywhere; }

footer { min-height: 120px; padding: 34px clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: #0a111d; color: rgba(255,255,255,.6); font-size: .8rem; }
footer p { margin: 0; }
.footer-brand { color: white; font-family: var(--serif); font-size: 1.2rem; text-decoration: none; }
.mobile-actions { display: none; }

@media (max-width: 850px) {
  .site-header { min-height: 72px; }
  nav { display: none; }
  .header-call { display: none; }
  .brand small { display: none; }
  .hero { min-height: 690px; }
  .hero > img { object-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(6,10,18,.9), rgba(6,10,18,.38)), linear-gradient(0deg, rgba(6,10,18,.62), transparent 60%); }
  .hero-content { margin-left: 22px; width: calc(100% - 44px); padding-bottom: 120px; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .intro, .visit { grid-template-columns: 1fr; }
  .intro { gap: 30px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article, .feature-grid article + article { padding: 30px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .feature-grid article:last-child { border-bottom: 0; }
  .feature-grid h3 { margin-top: 16px; }
  footer { padding-bottom: 96px; flex-direction: column; align-items: flex-start; }
  .mobile-actions { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 20; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; background: var(--burgundy); box-shadow: 0 10px 28px rgba(0,0,0,.28); }
  .mobile-actions a { padding: 13px; color: white; text-align: center; text-decoration: none; font-size: .9rem; font-weight: 700; }
  .mobile-actions a + a { border-left: 1px solid rgba(255,255,255,.25); }
}

@media (prefers-reduced-motion: no-preference) {
  .button { transition: transform .2s ease; }
}

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