:root {
  --sand: #e7d8c4;
  --sand-light: #f5eee4;
  --olive: #26291f;
  --olive-soft: #3a3e31;
  --steel: #667d8b;
  --steel-dark: #455a66;
  --bronze: #a97c52;
  --bronze-dark: #795737;
  --white: #ffffff;
  --muted: #6a655d;
  --line: #b8aa98;
  --shell: 1160px;
}

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

body {
  margin: 0;
  background: var(--sand);
  color: var(--olive);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-underline-offset: 0.22em;
  text-decoration-thickness: 1px;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid var(--bronze);
  outline-offset: 3px;
}

button, input { font: inherit; }
h1, h2, h3, p { margin-top: 0; }

h1, h2, h3, .wordmark, .footer-brand {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--olive);
  font-weight: 600;
  letter-spacing: -0.03em;
}

h1 {
  margin-bottom: 0;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.94;
}

h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1;
}

h3 {
  margin-bottom: 0.4rem;
  font-size: 1.18rem;
}

p:last-child { margin-bottom: 0; }

.shell {
  width: min(calc(100% - 2rem), var(--shell));
  margin-inline: auto;
}

.narrow { max-width: 840px; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  background: var(--olive);
  color: var(--white);
  transform: translateY(-180%);
}

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

.site-header {
  border-bottom: 1px solid var(--line);
  background: rgba(231, 216, 196, 0.98);
}

.header-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.wordmark {
  color: var(--olive);
  font-size: 1.2rem;
  text-decoration: none;
}

.primary-nav,
.footer-nav,
.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.9rem;
}

.primary-nav a,
.footer-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.opening {
  padding-block: 1.3rem 2rem;
}

.opening-frame {
  border: 1px solid var(--line);
  background: var(--sand-light);
}

.panorama { margin: 0; }

.panorama img {
  height: 390px;
  border-bottom: 1px solid var(--line);
}

.opening-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
  gap: 2rem;
  align-items: center;
  padding: 1.2rem 1.25rem;
}

.eyebrow {
  margin-bottom: 0.55rem;
  color: var(--bronze-dark);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow-light { color: #e9d4bd; }

.opening-copy p { color: var(--muted); }

.opening-lead {
  color: var(--olive) !important;
  font-size: 1.08rem;
  font-weight: 700;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1rem;
  border: 1px solid var(--olive);
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
}

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

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

.button-secondary {
  background: transparent;
  color: var(--olive);
}

.button-secondary:hover { background: #e2d4c2; }

.image-note,
figcaption {
  margin-top: 0.5rem;
  color: var(--muted);
  font-size: 0.74rem;
}

figcaption span {
  margin-right: 0.45rem;
  color: var(--bronze-dark);
  font-weight: 900;
}

.introduction-section {
  padding-block: clamp(3rem, 5vw, 4.1rem);
  background: var(--white);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(340px, 1.28fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.intro-copy p { color: var(--muted); }

.location-section {
  padding-block: clamp(3rem, 5vw, 4.2rem);
  background: var(--steel);
  color: var(--white);
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.location-section h2 { color: var(--white); }

.location-copy > p:not(.eyebrow) { color: #e5edf0; }

.location-card {
  display: grid;
  gap: 0.15rem;
  margin-top: 1.1rem;
  padding: 1.1rem;
  border: 1px solid #9aabb5;
  background: var(--sand-light);
  color: var(--olive);
  font-style: normal;
}

.location-card strong { margin-bottom: 0.25rem; }

.location-card .button {
  justify-self: start;
  margin-top: 0.9rem;
}

.button-bronze {
  border-color: var(--bronze);
  background: var(--bronze);
  color: var(--white);
}

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

.location-image { margin: 0; }

.location-image img {
  aspect-ratio: 1 / 1;
  border: 1px solid #9aabb5;
}

.location-image figcaption { color: #e4edf0; }

.image-strip {
  padding-block: 0 3.2rem;
  background: var(--steel);
}

.image-strip-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.image-strip figure { margin: 0; }

.image-strip img {
  height: 250px;
  border: 1px solid #9aabb5;
}

.image-strip figcaption { color: #e4edf0; }

.updates-section {
  padding-block: clamp(3rem, 5vw, 4rem);
  background: var(--sand-light);
}

.updates-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1.18fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.updates-grid > div > p:not(.eyebrow) { color: var(--muted); }

.newsletter-form {
  display: grid;
  gap: 0.9rem;
}

.field {
  display: grid;
  gap: 0.35rem;
}

.field label { font-weight: 800; }

.field input[type="email"] {
  width: 100%;
  min-height: 48px;
  padding: 0.72rem 0.8rem;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--olive);
}

.field input[type="email"]:disabled {
  background: #e1d7c8;
  color: #66615a;
  cursor: not-allowed;
}

.consent-row {
  display: grid;
  grid-template-columns: 1.15rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  color: var(--muted);
  font-size: 0.88rem;
}

.consent-row input {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0.18rem 0 0;
}

.button-disabled,
.button-disabled:disabled {
  border-color: #aaa197;
  background: #ddd3c5;
  color: #625d56;
  cursor: not-allowed;
}

.form-note {
  color: var(--muted);
  font-size: 0.82rem;
}

.site-footer {
  padding-block: 1.8rem;
  border-top: 1px solid var(--line);
  background: var(--sand);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.footer-brand {
  margin-bottom: 0.15rem;
  font-size: 1rem;
}

.site-footer p {
  margin-bottom: 0.15rem;
  font-size: 0.88rem;
}

.footer-nav { justify-content: flex-end; }

.legal-main { background: var(--white); }

.legal-intro {
  padding-block: clamp(3rem, 6vw, 4.8rem);
  border-bottom: 1px solid var(--line);
  background: var(--sand);
}

.legal-intro h1 {
  max-width: 14ch;
  font-size: clamp(2.8rem, 5.5vw, 5rem);
}

.legal-intro p:last-child {
  max-width: 68ch;
  color: var(--muted);
}

.legal-section {
  padding-block: clamp(3rem, 6vw, 4.7rem);
  scroll-margin-top: 1rem;
}

.legal-alt {
  border-block: 1px solid var(--line);
  background: var(--sand-light);
}

.legal-copy h2 { margin-bottom: 2rem; }
.legal-copy h3 { margin-top: 1.6rem; }
.legal-copy p { color: var(--muted); }

.legal-note {
  margin-top: 2rem;
  padding: 1rem 1.1rem;
  border-left: 5px solid var(--bronze);
  background: #f2e4d2;
  color: var(--olive) !important;
}

.legal-return { padding-block: 2.4rem; }

@media (max-width: 900px) {
  .header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 1rem;
  }

  .primary-nav { width: 100%; }

  .opening-band,
  .intro-grid,
  .location-grid,
  .updates-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid { flex-direction: column; }
  .footer-nav { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 1.3rem), var(--shell)); }

  .primary-nav { gap: 0.3rem 0.7rem; }

  .primary-nav a {
    min-height: 46px;
    font-size: 0.76rem;
  }

  h1 { font-size: clamp(3rem, 14vw, 4.7rem); }

  .panorama img { height: 260px; }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button-row .button { width: 100%; }

  .location-card .button { width: 100%; }

  .image-strip-grid { grid-template-columns: 1fr; }

  .image-strip img { height: 220px; }

  .footer-nav {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

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