:root {
  --ink: #1f261f;
  --muted: #586154;
  --paper: #f6f2e9;
  --field: #d9d1bd;
  --cedar: #2f4a38;
  --cedar-dark: #203428;
  --clay: #8a4f2a;
  --sun: #d59a3a;
  --sun-text: #745018;
  --white: #fffdf8;
  --line: rgba(31, 38, 31, 0.18);
  --shadow: 0 18px 55px rgba(17, 25, 17, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  transform: translateY(-160%);
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--cedar-dark);
  border-radius: 0.35rem;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  color: var(--white);
  background: linear-gradient(180deg, rgba(12, 18, 12, 0.78), rgba(12, 18, 12, 0));
}

.brand,
.site-nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.7rem;
  min-width: 0;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 2.6rem;
  height: 2.6rem;
  color: var(--cedar-dark);
  background: var(--field);
  border: 2px solid rgba(255, 253, 248, 0.72);
  border-radius: 50%;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.site-nav {
  gap: clamp(0.75rem, 2vw, 1.4rem);
  font-size: 0.95rem;
  font-weight: 700;
}

.site-nav a {
  text-underline-offset: 0.35em;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(12, 18, 12, 0.86) 0%, rgba(12, 18, 12, 0.62) 34%, rgba(12, 18, 12, 0.16) 70%),
    linear-gradient(180deg, rgba(12, 18, 12, 0.35), rgba(12, 18, 12, 0.18) 50%, rgba(12, 18, 12, 0.72));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 2rem));
  margin-left: clamp(1rem, 7vw, 6rem);
  padding-top: 5rem;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--sun-text);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow,
.media-strip .eyebrow {
  color: var(--sun);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
}

h1 {
  max-width: 12ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 8vw, 6.8rem);
  font-weight: 700;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4rem);
}

h3 {
  font-size: 1.2rem;
}

.hero-copy {
  max-width: 650px;
  margin: 1.25rem 0 0;
  color: rgba(255, 253, 248, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1.1rem;
  border: 2px solid transparent;
  border-radius: 0.35rem;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  color: var(--cedar-dark);
  background: var(--sun);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 253, 248, 0.78);
  background: rgba(255, 253, 248, 0.08);
}

.section {
  padding: clamp(4rem, 9vw, 7rem) clamp(1rem, 4vw, 3rem);
}

.section-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.split,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.86fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.copy-stack p,
.section-heading p,
.contact p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.copy-stack {
  display: grid;
  gap: 1rem;
}

.quick-facts {
  padding: 1rem clamp(1rem, 4vw, 3rem);
  background: var(--cedar);
  color: var(--white);
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(255, 253, 248, 0.24);
  background: rgba(255, 253, 248, 0.24);
}

.fact-grid div {
  display: grid;
  gap: 0.2rem;
  min-height: 6rem;
  padding: 1rem;
  background: var(--cedar);
}

.fact-grid span {
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fact-grid strong {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.2;
}

.details {
  background: var(--white);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-heading h2 + p {
  margin-top: 0.85rem;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.detail-card {
  min-height: 15rem;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: #fbfaf5;
}

.detail-card p {
  margin: 0.8rem 0 0;
  color: var(--muted);
}

.media-strip {
  padding: clamp(4rem, 9vw, 7rem) clamp(1rem, 4vw, 3rem);
  background: var(--cedar-dark);
  color: var(--white);
}

.media-strip .section-heading p {
  color: rgba(255, 253, 248, 0.76);
}

.photo-grid {
  display: grid;
  gap: 1rem;
}

.photo-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 2rem;
}

.photo-card.wide {
  grid-column: span 2;
  grid-row: span 2;
}

figure {
  margin: 0;
}

.photo-button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0.5rem;
  background: transparent;
  cursor: zoom-in;
}

.photo-button:hover img,
.photo-button:focus-visible img {
  filter: brightness(1.08);
}

.photo-card img {
  width: 100%;
  height: 100%;
  max-height: 32rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(255, 253, 248, 0.22);
  border-radius: 0.5rem;
  background: #101812;
  box-shadow: var(--shadow);
  transition: filter 160ms ease;
}

.photo-card.wide img {
  aspect-ratio: 1 / 1;
}

.placeholder {
  min-height: 18rem;
  border: 1px solid rgba(255, 253, 248, 0.22);
  border-radius: 0.5rem;
  box-shadow: var(--shadow);
}

.placeholder-one {
  background:
    linear-gradient(180deg, rgba(32, 52, 40, 0.08), rgba(32, 52, 40, 0.2)),
    url("assets/hero-stafford-retreat.png") 8% 63% / 245% auto;
}

.placeholder-two {
  background:
    linear-gradient(135deg, rgba(138, 79, 42, 0.92), rgba(47, 74, 56, 0.84)),
    repeating-linear-gradient(90deg, rgba(255, 253, 248, 0.12) 0 1px, transparent 1px 58px);
}

.placeholder-three {
  background:
    linear-gradient(180deg, rgba(213, 154, 58, 0.2), rgba(32, 52, 40, 0.16)),
    url("assets/hero-stafford-retreat.png") 74% 35% / 220% auto;
}

figcaption {
  margin-top: 0.75rem;
  color: rgba(255, 253, 248, 0.82);
  font-size: 0.95rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(3rem, 1fr) minmax(0, 86rem) minmax(3rem, 1fr);
  align-items: center;
  gap: 1rem;
  padding: clamp(1rem, 3vw, 2rem);
  color: var(--white);
  background: rgba(10, 14, 11, 0.92);
}

.lightbox[hidden] {
  display: none;
}

.lightbox-frame {
  grid-column: 2;
  width: 100%;
}

.lightbox-image {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 0.5rem;
  background: #0b100d;
}

.lightbox-caption {
  text-align: center;
}

.lightbox-close,
.lightbox-nav {
  display: inline-grid;
  place-items: center;
  color: var(--white);
  border: 1px solid rgba(255, 253, 248, 0.4);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.08);
  cursor: pointer;
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 2rem;
  line-height: 1;
}

.lightbox-nav {
  width: 3rem;
  height: 3rem;
  font-size: 2.4rem;
}

.lightbox-prev {
  justify-self: end;
}

.lightbox-next {
  grid-column: 3;
  justify-self: start;
}

.contact {
  background: var(--field);
}

.contact-box {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 1.35rem;
  border: 1px solid rgba(31, 38, 31, 0.22);
  border-radius: 0.5rem;
  background: rgba(255, 253, 248, 0.72);
  font-style: normal;
}

.contact-box p {
  display: grid;
  gap: 0.2rem;
  margin: 0;
}

.contact-box span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-box strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem clamp(1rem, 4vw, 3rem);
  color: rgba(255, 253, 248, 0.82);
  background: #121b15;
  font-size: 0.92rem;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.65rem;
  }

  .site-nav {
    width: 100%;
    justify-content: space-between;
  }

  .hero {
    min-height: 86vh;
  }

  .hero-content {
    margin: 0 auto;
    padding-top: 8rem;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(12, 18, 12, 0.82), rgba(12, 18, 12, 0.42)),
      linear-gradient(180deg, rgba(12, 18, 12, 0.3), rgba(12, 18, 12, 0.78));
  }

  .split,
  .contact-layout,
  .fact-grid,
  .detail-grid,
  .photo-grid {
    grid-template-columns: 1fr;
  }

  .photo-card.wide {
    grid-column: auto;
    grid-row: auto;
  }

  .detail-card {
    min-height: auto;
  }
}

@media (max-width: 520px) {
  .brand {
    font-size: 0.95rem;
  }

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

  .site-nav {
    font-size: 0.88rem;
  }

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

  .placeholder {
    min-height: 14rem;
  }

  .lightbox {
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }

  .lightbox-frame {
    grid-column: 1 / -1;
  }

  .lightbox-prev,
  .lightbox-next {
    grid-column: auto;
    justify-self: stretch;
    width: 100%;
    border-radius: 0.35rem;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
