:root {
  --hrx-orange: #f04e23;
  --hrx-black: #000000;
  --hrx-cream: #fcf8f2;
  --hrx-green: #6dbb5a;
  --hrx-amber: #ff881d;
  --hrx-yellow: #ffc50d;
  --hrx-blue: #468fc6;

  --paper: var(--hrx-cream);
  --paper-2: #f1e6d4;
  --ink: var(--hrx-black);
  --muted: #5a564e;
  --red: var(--hrx-orange);
  --red-dark: var(--hrx-amber);
  --black: var(--hrx-black);
  --rule: #e4d9c6;
  --white: #ffffff;
  --max: 1120px;
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Figtree", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 1.05rem;
  line-height: 1.55;
}

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

a {
  color: var(--red);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--red-dark);
}

h1,
h2,
h3,
.wordmark {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.02em;
}

h1,
h2,
h3 {
  line-height: 1.1;
  margin: 0 0 0.5em;
}

p {
  margin: 0 0 1em;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 20;
  background: var(--white);
  padding: 0.4rem 0.7rem;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.1rem 6vw;
  border-bottom: 1px solid var(--rule);
  position: sticky;
  top: 0;
  background: color-mix(in srgb, var(--paper) 92%, white);
  backdrop-filter: blur(10px);
  z-index: 10;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.wordmark {
  color: var(--ink);
  text-decoration: none;
  font-size: 1.15rem;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.wordmark span {
  display: block;
  color: var(--red);
  font-size: 0.78em;
  letter-spacing: 0.16em;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  font-size: 0.92rem;
}

.nav a {
  color: var(--ink);
  text-decoration: none;
}

.nav a:hover {
  color: var(--red);
}

.banner {
  background: var(--paper);
  padding: 2.25rem 6vw 1.5rem;
}

.banner img {
  display: block;
  width: min(100%, 40rem);
  height: auto;
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  min-height: calc(100vh - 5rem);
}

.hero-copy {
  padding: 8vh 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 38rem;
}

.hero h1 {
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  font-weight: 600;
}

.lede {
  font-size: 1.15rem;
  color: var(--muted);
  max-width: 44ch;
}

.eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 600;
  margin-bottom: 0.7rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.button {
  display: inline-block;
  background: var(--red);
  color: var(--white);
  text-decoration: none;
  padding: 0.75rem 1.15rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
}

.button:hover {
  background: var(--red-dark);
  color: var(--white);
}

.button-ghost {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--ink);
}

.button-ghost:hover {
  background: var(--ink);
  color: var(--white);
}

.hero-photo {
  margin: 0;
  overflow: hidden;
  background: #2a241c;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 18% 50%;
  min-height: 420px;
}

.strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1.1rem 6vw;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.95rem;
}

.strip p {
  margin: 0;
}

.strip strong {
  font-weight: 600;
}

.section-head {
  padding: 0 0 1.5rem;
}

.mark {
  display: block;
  height: auto;
}

.mark-haddy {
  width: 7.5rem;
  margin-bottom: 1rem;
}

.mark-badge {
  width: 8.5rem;
  margin-bottom: 1.1rem;
}

.mark-badge-footer {
  width: 5.5rem;
  margin-bottom: 0.85rem;
}

.gallery,
.people,
.split-block,
.visit {
  padding: 4.5rem 6vw;
  max-width: calc(var(--max) + 12vw);
  margin: 0 auto;
  scroll-margin-top: 5.5rem;
}

.gallery h2,
.people h2,
.split-block h2,
.visit h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.mosaic figure {
  margin: 0;
  overflow: hidden;
  background: var(--paper-2);
}

.mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.mosaic .wide {
  grid-column: 1 / -1;
}

.mosaic .wide img {
  aspect-ratio: 16 / 8;
}

.people {
  border-top: 1px solid var(--rule);
}

.people-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.people-grid figure {
  margin: 0;
  overflow: hidden;
  background: var(--paper-2);
}

.people-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 5;
}

.people-grid .featured {
  grid-column: 1 / -1;
}

.people-grid .featured img {
  aspect-ratio: 16 / 10;
  object-position: center 30%;
}

.split-block {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 3rem;
  align-items: start;
  border-top: 1px solid var(--rule);
}

.cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.cards li {
  background: var(--white);
  border: 1px solid var(--rule);
  padding: 1.25rem 1.35rem;
}

.cards h3 {
  font-size: 1.7rem;
  margin-bottom: 0.3rem;
}

.cards p {
  color: var(--muted);
  margin: 0;
}

.card-link {
  margin-top: 0.75rem;
}

.card-link a {
  font-weight: 600;
}

.visit {
  border-top: 1px solid var(--rule);
}

.visit-grid {
  display: grid;
  grid-template-columns: 0.8fr 0.8fr 1.2fr;
  gap: 1.5rem;
}

.hours,
.contact-card {
  background: var(--white);
  border: 1px solid var(--rule);
  padding: 1.4rem 1.5rem;
}

.hours h3,
.contact-card h3 {
  font-size: 1.6rem;
}

.hours dl {
  margin: 0;
}

.hours dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--rule);
  font-size: 0.98rem;
}

.hours dt {
  font-weight: 500;
}

.hours dd {
  margin: 0;
  color: var(--muted);
}

.contact-card a {
  font-weight: 600;
}

.tiny {
  color: var(--muted);
  font-size: 0.88rem;
}

.map {
  min-height: 280px;
  border: 1px solid var(--rule);
  overflow: hidden;
  background: var(--paper-2);
}

.map iframe {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
}

.site-footer {
  padding: 2rem 6vw 2.5rem;
  border-top: 1px solid var(--rule);
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer p {
  margin: 0.15rem 0;
}

@media (max-width: 900px) {
  .hero,
  .split-block,
  .visit-grid,
  .strip {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    padding: 3.5rem 6vw 2rem;
    max-width: none;
  }

  .site-header {
    justify-content: center;
  }

  .nav {
    flex-wrap: wrap;
    gap: 0.85rem;
  }
}

@media (max-width: 560px) {
  .mosaic,
  .people-grid {
    grid-template-columns: 1fr;
  }

  .mosaic .wide {
    grid-column: auto;
  }

  .mosaic .wide img,
  .mosaic img,
  .people-grid img,
  .people-grid .featured img {
    aspect-ratio: 4 / 3;
  }
}
