:root {
  color: #231f20;
  background: #f8f2e8;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }

.static-shell {
  min-height: 100vh;
  color: #231f20;
  background:
    radial-gradient(circle at 78% 12%, rgb(214 163 73 / 18%), transparent 28rem),
    #f8f2e8;
}

.static-shell a { color: inherit; }

.static-shell__skip {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 10;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  color: #fff;
  background: #7b2434;
  transform: translateY(-160%);
}

.static-shell__skip:focus { transform: translateY(0); }

.static-shell__header,
.static-shell__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: min(72rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.25rem 0;
}

.static-shell__header nav,
.static-shell__footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.static-shell__header nav a,
.static-shell__footer nav a { text-underline-offset: 0.25rem; }

.static-shell__brand {
  display: inline-flex;
  flex-direction: column;
  color: #7b2434;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
}

.static-shell__brand small {
  margin-top: 0.25rem;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.static-shell main {
  width: min(72rem, calc(100% - 2rem));
  margin: 0 auto;
}

.static-shell__hero,
.static-shell__section {
  padding: clamp(3.5rem, 8vw, 7rem) clamp(1rem, 5vw, 4rem);
  border-top: 1px solid rgb(123 36 52 / 16%);
}

.static-shell__hero { min-height: min(42rem, 78vh); }

.static-shell__eyebrow {
  margin: 0 0 1rem;
  color: #7b2434;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.static-shell h1,
.static-shell h2,
.static-shell h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.05;
}

.static-shell h1 {
  max-width: 15ch;
  color: #7b2434;
  font-size: clamp(2.65rem, 7vw, 5.75rem);
}

.static-shell h2 {
  max-width: 19ch;
  color: #7b2434;
  font-size: clamp(2rem, 5vw, 3.75rem);
}

.static-shell h3 { color: #7b2434; font-size: 1.65rem; }

.static-shell__hero > p:not(.static-shell__eyebrow),
.static-shell__section > p:not(.static-shell__eyebrow),
.static-shell article p,
.static-shell address {
  max-width: 46rem;
  margin: 1.25rem 0 0;
  font-size: clamp(1rem, 2vw, 1.16rem);
  line-height: 1.75;
}

.static-shell address { font-style: normal; }
.static-shell address a { display: inline-block; margin-top: 0.5rem; font-weight: 750; }

.static-shell__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.static-shell__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  margin-top: 1.5rem;
  padding: 0.8rem 1.15rem;
  border: 1px solid #7b2434;
  border-radius: 999px;
  color: #fff;
  background: #7b2434;
  font-weight: 750;
  text-decoration: none;
}

.static-shell__actions .static-shell__button { margin-top: 0; }

.static-shell__button--quiet {
  color: #7b2434;
  background: transparent;
}

.static-shell__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.static-shell__grid article {
  padding: 1.5rem;
  border: 1px solid rgb(123 36 52 / 18%);
  border-radius: 1rem;
  background: rgb(255 255 255 / 48%);
}

.static-shell__grid article p { font-size: 1rem; }

.static-shell__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.static-shell__gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgb(123 36 52 / 18%);
  border-radius: 1rem;
  background: rgb(255 255 255 / 55%);
}

.static-shell__gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

.static-shell__gallery figcaption {
  padding: 0.85rem 1rem;
  color: #4f1723;
  font-size: 0.82rem;
  font-weight: 700;
}

.static-shell__visit {
  color: #fff;
  border-radius: 1.25rem;
  background: #7b2434;
}

.static-shell__visit .static-shell__eyebrow,
.static-shell__visit h2 { color: #f5d889; }

.static-shell__visit .static-shell__button {
  border-color: #f5d889;
  color: #231f20;
  background: #f5d889;
}

.static-shell__footer {
  margin-top: 3rem;
  border-top: 1px solid rgb(123 36 52 / 16%);
  font-size: 0.9rem;
}

.static-shell__notice {
  margin: 0;
  padding: 1rem;
  color: #fff;
  background: #4f1723;
  text-align: center;
}

@media (max-width: 44rem) {
  .static-shell__header { align-items: flex-start; }
  .static-shell__header nav { justify-content: flex-end; gap: 0.75rem; }
  .static-shell__grid,
  .static-shell__gallery { grid-template-columns: 1fr; }
  .static-shell__hero,
  .static-shell__section { padding-inline: 0.5rem; }
}

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