:root {
  --cream: #f7f0e3;
  --paper: #fffaf0;
  --ink: #2c1c17;
  --cocoa: #3a241c;
  --cranberry: #9d3529;
  --cranberry-dark: #77231c;
  --wheat: #d8a24a;
  --line: rgba(58, 36, 28, 0.18);
  --shadow: 0 22px 60px rgba(58, 36, 28, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 16%, rgba(216, 162, 74, 0.12), transparent 24rem),
    var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  width: min(100% - 2rem, 1240px);
  margin: 0 auto;
  padding: 1.25rem 0;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 2.45rem;
  height: 2.45rem;
  place-items: center;
  border-radius: 50%;
  background: var(--cranberry);
  color: var(--paper);
  font-family: var(--serif);
  font-size: 1.35rem;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  font-size: 0.88rem;
  font-weight: 700;
}

nav a {
  text-decoration: none;
}

nav a:not(.nav-call):hover {
  text-decoration: underline;
  text-underline-offset: 0.35rem;
}

.nav-call {
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: white;
}

.hero {
  display: grid;
  width: min(100% - 2rem, 1240px);
  min-height: 680px;
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 7rem) 0;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 7rem);
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--cranberry);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: var(--serif);
  line-height: 0.98;
}

h1 {
  max-width: 8ch;
  margin-bottom: 1.5rem;
  font-size: clamp(4rem, 8.3vw, 7.75rem);
  font-weight: 500;
  letter-spacing: -0.065em;
}

h2 {
  margin-bottom: 1.3rem;
  font-size: clamp(2.7rem, 5vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.hero-intro {
  max-width: 36rem;
  margin: 0;
  color: rgba(44, 28, 23, 0.77);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
}

.hero-actions,
.visit-actions {
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}

.button {
  display: inline-flex;
  min-height: 3.2rem;
  padding: 0.78rem 1.2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--cranberry);
  color: white;
}

.button-primary:hover {
  background: var(--cranberry-dark);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 250, 240, 0.45);
}

.button-light {
  background: var(--paper);
  color: var(--ink);
}

.quick-facts {
  display: grid;
  max-width: 34rem;
  margin-top: 2.5rem;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}

.quick-facts > * {
  display: flex;
  padding: 1.15rem 1rem 0 0;
  flex-direction: column;
  text-decoration: none;
}

.quick-facts > * + * {
  padding-left: 1.4rem;
  border-left: 1px solid var(--line);
}

.quick-facts strong {
  font-family: var(--serif);
  font-size: 1.15rem;
}

.quick-facts span {
  color: rgba(44, 28, 23, 0.62);
  font-size: 0.78rem;
}

.hero-photo {
  position: relative;
  margin: 0;
}

.hero-photo::before {
  position: absolute;
  inset: -1.1rem 1.2rem 1.5rem -1.1rem;
  z-index: -1;
  border: 1px solid rgba(157, 53, 41, 0.42);
  border-radius: 42% 42% 1rem 1rem;
  content: "";
}

.hero-photo img {
  width: 100%;
  min-height: 540px;
  border-radius: 42% 42% 1rem 1rem;
  box-shadow: var(--shadow);
  object-fit: cover;
}

.hero-photo figcaption {
  position: absolute;
  right: 1.1rem;
  bottom: 1.1rem;
  max-width: 11rem;
  padding: 0.8rem 1rem;
  border-radius: 0.75rem;
  background: rgba(255, 250, 240, 0.94);
  font-family: var(--serif);
  font-size: 0.92rem;
  line-height: 1.25;
}

.marquee {
  display: flex;
  min-height: 4.5rem;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 4vw, 4rem);
  overflow: hidden;
  background: var(--cranberry);
  color: white;
  font-family: var(--serif);
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  white-space: nowrap;
}

.marquee span[aria-hidden="true"] {
  color: var(--wheat);
  font-size: 0.7rem;
}

.section-shell {
  width: min(100% - 2rem, 1160px);
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 9rem) 0;
}

.section-heading {
  display: grid;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.65fr);
  column-gap: 4rem;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.section-heading h2 {
  max-width: 14ch;
  margin-bottom: 0;
}

.section-heading > p:last-child {
  max-width: 34rem;
  margin: 0.35rem 0 0;
  color: rgba(44, 28, 23, 0.68);
}

.section-heading.compact {
  display: block;
}

.section-heading.compact h2 {
  max-width: 15ch;
}

.favourites {
  padding-bottom: 3rem;
}

.favourite-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.favourite-card {
  min-height: 300px;
  padding: 1.5rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.4);
}

.favourite-feature {
  background: var(--cocoa);
  color: white;
}

.card-number {
  display: inline-block;
  margin-bottom: 6.5rem;
  color: var(--cranberry);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.favourite-feature .card-number {
  color: var(--wheat);
}

.favourite-card h3 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.favourite-card p {
  margin: 0;
  color: rgba(44, 28, 23, 0.65);
  font-size: 0.9rem;
}

.favourite-feature p {
  color: rgba(255, 255, 255, 0.68);
}

.availability-note {
  margin: 1rem 0 0;
  color: rgba(44, 28, 23, 0.62);
  font-size: 0.78rem;
}

.gallery {
  padding-top: 6rem;
}

.gallery-grid {
  display: grid;
  margin-bottom: 1.5rem;
  grid-template-columns: 0.9fr 1.1fr;
  grid-template-rows: 250px 300px;
  gap: 1rem;
}

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: var(--cocoa);
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.025);
}

.gallery-tall {
  grid-row: 1 / 3;
}

.gallery-wide {
  grid-column: 2;
}

.text-link {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 800;
  text-underline-offset: 0.35rem;
}

.text-link span {
  margin-left: 0.3rem;
}

.visit {
  padding: 1rem;
}

.visit-panel {
  display: grid;
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 7rem);
  grid-template-columns: 1fr minmax(300px, 0.65fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
  border-radius: 1.5rem;
  background:
    linear-gradient(120deg, rgba(157, 53, 41, 0.95), rgba(58, 36, 28, 0.98)),
    var(--cocoa);
  color: white;
}

.visit .eyebrow {
  color: var(--wheat);
}

.visit h2 {
  max-width: 9ch;
  margin-bottom: 2rem;
}

address {
  font-size: 1.05rem;
  font-style: normal;
}

.text-link.light {
  color: white;
}

.hours-card {
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.hours-card h3 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.hours-card dl {
  margin: 0 0 2rem;
}

.hours-card dl div {
  display: flex;
  padding: 0.8rem 0;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.hours-card dt {
  color: rgba(255, 255, 255, 0.72);
}

.hours-card dd {
  margin: 0;
  font-weight: 800;
  text-align: right;
}

.hours-card > a {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
}

.hours-card > p {
  margin: 0.25rem 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
}

footer {
  display: grid;
  width: min(100% - 2rem, 1240px);
  margin: 0 auto;
  padding: 3.5rem 0;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 0.25rem 2rem;
  border-bottom: 0.7rem solid var(--cranberry);
}

.footer-brand {
  grid-row: 1 / 3;
}

footer p {
  margin: 0;
  color: rgba(44, 28, 23, 0.66);
  font-size: 0.8rem;
  text-align: right;
}

.photo-credit {
  font-size: 0.68rem;
}

:focus-visible {
  outline: 3px solid var(--wheat);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  nav > a:not(.nav-call) {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-top: 1rem;
  }

  .hero-photo {
    width: min(100%, 680px);
    margin: 0 auto;
  }

  .hero-photo img {
    min-height: 430px;
  }

  .section-heading {
    display: block;
  }

  .section-heading h2 {
    margin-bottom: 1.5rem;
  }

  .favourite-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .visit-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    width: min(100% - 1.25rem, 1240px);
  }

  .brand {
    font-size: 0.95rem;
  }

  .brand-mark {
    width: 2.2rem;
    height: 2.2rem;
  }

  .nav-call {
    padding: 0.55rem 0.75rem;
    font-size: 0.78rem;
  }

  .hero,
  .section-shell {
    width: min(100% - 1.25rem, 1240px);
  }

  h1 {
    font-size: clamp(3.6rem, 18vw, 5.6rem);
  }

  .hero-actions .button {
    width: 100%;
  }

  .quick-facts {
    grid-template-columns: 1fr;
  }

  .quick-facts > * + * {
    padding-left: 0;
    border-left: 0;
  }

  .hero-photo img {
    min-height: 420px;
  }

  .marquee {
    justify-content: flex-start;
    font-size: 0.95rem;
  }

  .favourite-grid {
    grid-template-columns: 1fr;
  }

  .favourite-card {
    min-height: 235px;
  }

  .card-number {
    margin-bottom: 3.5rem;
  }

  .gallery-grid {
    display: flex;
    flex-direction: column;
  }

  .gallery-grid figure {
    height: 360px;
  }

  .gallery-grid .gallery-wide {
    height: 230px;
  }

  .visit {
    padding: 0.6rem;
  }

  .visit-panel {
    padding: 2.5rem 1.3rem;
  }

  footer {
    width: min(100% - 1.25rem, 1240px);
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-brand {
    grid-row: auto;
    margin-bottom: 1rem;
  }

  footer p {
    text-align: left;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
