:root {
  --ink: #2e241d;
  --ink-soft: #5e5044;
  --paper: #f8f3eb;
  --paper-2: #efe4d5;
  --paper-3: #e6d3bd;
  --warm: #cfad7a;
  --warm-deep: #b98d57;
  --blue: #9fbecf;
  --blue-deep: #7799ad;
  --rose: #bd8d86;
  --line: rgba(46, 36, 29, 0.14);
  --shadow: 0 24px 60px rgba(73, 51, 32, 0.13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: linear-gradient(180deg, #fcf7ef 0%, #f5ede1 100%);
  color: var(--ink);
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }

.skip-link {
  position: fixed;
  top: .8rem;
  left: .8rem;
  z-index: 999;
  padding: .8rem 1rem;
  background: white;
  color: black;
  border-radius: 999px;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1rem, 3.5vw, 3rem);
  backdrop-filter: blur(14px);
  background: rgba(248, 243, 235, 0.64);
  border-bottom: 1px solid rgba(255,255,255,.55);
}
.wordmark,
.footer-mark {
  font-weight: 900;
  letter-spacing: -.07em;
  text-decoration: none;
}
.wordmark { font-size: 1.7rem; }
.wordmark span, .footer-mark span { color: var(--warm-deep); }
.site-header nav { display: flex; gap: clamp(.8rem, 2vw, 2rem); }
.site-header nav a {
  text-decoration: none;
  font-size: .74rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--ink-soft);
}
.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: .35em;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #ddd;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(53,39,28,.14) 0%, rgba(39,30,24,.18) 40%, rgba(37,29,24,.68) 100%),
    linear-gradient(90deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.06) 34%, rgba(0,0,0,.06) 100%);
}
.hero-copy {
  position: relative;
  z-index: 1;
  color: white;
  padding: 0 clamp(1.2rem, 6vw, 6rem) clamp(5.8rem, 9vw, 7.5rem);
  max-width: 42rem;
}
.eyebrow {
  margin: 0 0 1rem;
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
}
.eyebrow.dark { color: var(--ink-soft); }
.eyebrow.light { color: rgba(255,255,255,.82); }
.hero h1 {
  margin: 0;
  font-size: clamp(5.5rem, 19vw, 16rem);
  line-height: .78;
  letter-spacing: -.09em;
}
.hero-kicker {
  margin: 1rem 0 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.3rem, 3vw, 2.35rem);
}
.hero-description {
  margin: 1.2rem 0 0;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.7;
  max-width: 34rem;
  color: rgba(255,255,255,.88);
}
.scroll-cue {
  position: absolute;
  right: clamp(1.2rem, 4vw, 3rem);
  bottom: 1.6rem;
  z-index: 1;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .72rem;
  display: flex;
  align-items: center;
  gap: .6rem;
}

.section-shell {
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.2rem, 5vw, 4rem);
}
.about {
  display: grid;
  grid-template-columns: minmax(8rem,.65fr) minmax(0,1.35fr);
  gap: 3rem;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.22));
}
.section-tag {
  padding-top: .8rem;
  color: var(--ink-soft);
  font-size: .72rem;
  letter-spacing: .16em;
  font-weight: 800;
  text-transform: uppercase;
}
.about-copy h2,
.section-heading h2,
.random-panel h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .94;
}
.about-copy h2 {
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  max-width: 10ch;
}
.about-copy p {
  font-size: clamp(1.05rem, 1.4vw, 1.24rem);
  line-height: 1.76;
  color: #4d4137;
  max-width: 46rem;
}

.feature-band {
  padding: clamp(4.5rem, 8vw, 7rem) clamp(1.2rem, 5vw, 4rem);
  background: linear-gradient(180deg, var(--paper) 0%, #f1e6d8 100%);
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}
.section-heading.wide { margin-bottom: 2.2rem; }
.section-heading h2 {
  font-size: clamp(3rem, 7vw, 6.8rem);
}
.section-heading p {
  margin: 0;
  max-width: 30rem;
  color: var(--ink-soft);
  line-height: 1.65;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr;
  gap: 1.2rem;
}
.feature-card {
  margin: 0;
  background: rgba(255,255,255,.64);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.feature-card.tall { grid-row: span 2; }
.feature-card .photo-button { width: 100%; border: 0; padding: 0; background: transparent; cursor: zoom-in; }
.feature-card img {
  width: 100%;
  height: min(34rem, 62vh);
  object-fit: cover;
}
.feature-card.tall img { height: min(44rem, 78vh); }
.feature-card figcaption { padding: 1rem 1rem 1.1rem; }
.mini-label {
  display: inline-block;
  margin-bottom: .4rem;
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 800;
  color: var(--warm-deep);
}
.feature-card p { margin: 0; font-family: var(--serif); font-size: 1.05rem; line-height: 1.45; }

.facts-strip {
  padding: 1.2rem clamp(1rem, 4vw, 4rem);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  background: #f5ecdf;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.fact {
  padding: 1rem 1rem .95rem;
  background: rgba(255,255,255,.6);
  border-radius: 1.15rem;
  box-shadow: 0 8px 24px rgba(73, 51, 32, 0.06);
}
.fact span {
  display: block;
  margin-bottom: .5rem;
  font-size: .68rem;
  letter-spacing: .16em;
  font-weight: 800;
  color: var(--ink-soft);
  text-transform: uppercase;
}
.fact strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }

.gallery-section { background: transparent; }
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin: 0 0 2rem;
}
.filter {
  border: 1px solid rgba(46,36,29,.15);
  background: rgba(255,255,255,.58);
  color: var(--ink-soft);
  padding: .62rem .95rem;
  border-radius: 999px;
  font-size: .72rem;
  letter-spacing: .11em;
  text-transform: uppercase;
  font-weight: 800;
  cursor: pointer;
  transition: .18s ease;
}
.filter:hover,
.filter:focus-visible,
.filter.is-active {
  background: var(--warm-deep);
  color: white;
  border-color: var(--warm-deep);
}
.gallery-grid {
  column-width: 19rem;
  column-gap: 1.2rem;
}
.gallery-item {
  break-inside: avoid;
  margin: 0 0 1.2rem;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 1.35rem;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.gallery-item.hidden { display: none; }
.gallery-item .photo-button {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}
.gallery-item img {
  width: 100%;
  height: auto;
  transition: transform .35s ease;
}
.gallery-item .photo-button:hover img,
.gallery-item .photo-button:focus-visible img { transform: scale(1.02); }
.gallery-item figcaption {
  padding: .95rem 1rem 1rem;
}
.gallery-item figcaption h3 {
  margin: 0 0 .4rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 400;
}
.gallery-item figcaption p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
  font-size: .96rem;
}
.gallery-item figcaption .tags {
  display: block;
  margin-top: .8rem;
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--warm-deep);
}

.quote-panel {
  padding: clamp(4rem, 7vw, 6rem) 1.2rem;
  background: linear-gradient(180deg, rgba(159,190,207,.22) 0%, rgba(239,228,213,.48) 100%);
  text-align: center;
}
.quote-panel p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.1rem, 4.2vw, 4.8rem);
  line-height: 1.03;
  letter-spacing: -.04em;
}
.quote-panel span {
  display: inline-block;
  margin-top: 1rem;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .72rem;
  font-weight: 800;
}

.random-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 2rem;
  background: linear-gradient(180deg, #f9f2e8 0%, #ead8c4 100%);
}
.random-panel h2 { font-size: clamp(3rem, 7vw, 7rem); max-width: 8ch; }
.random-panel p:last-child { color: var(--ink-soft); font-size: 1.04rem; }
.random-button {
  min-width: min(100%, 17rem);
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #dcb786, var(--warm-deep));
  color: white;
  box-shadow: 0 22px 40px rgba(151, 111, 62, 0.28);
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.random-button:hover,
.random-button:focus-visible {
  transform: translateY(-2px) rotate(-3deg);
  box-shadow: 0 28px 50px rgba(151,111,62,.34);
}
.random-button span { display: block; margin-top: .8rem; font-size: 1.55rem; }

.site-footer {
  padding: 3rem clamp(1.2rem,4vw,4rem);
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 1.5rem;
  align-items: end;
  background: #2b231d;
  color: #f3ece2;
}
.footer-mark { font-size: clamp(3.2rem, 8vw, 8rem); line-height: .8; }
.site-footer p { margin: 0; color: rgba(243,236,226,.76); line-height: 1.55; }
.site-footer a {
  text-decoration: none;
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 800;
}

.lightbox {
  width: 100vw;
  height: 100dvh;
  max-width: none;
  max-height: none;
  margin: 0;
  border: 0;
  padding: 0;
  background: rgba(27,20,15,.94);
  color: white;
}
.lightbox::backdrop { background: rgba(0,0,0,.82); }
.lightbox-frame {
  height: 100%;
  display: grid;
  place-items: center;
  padding: 4rem 1rem 3.5rem;
}
.lightbox img { max-width: min(92vw, 1280px); max-height: calc(100dvh - 8rem); object-fit: contain; }
.lightbox p {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  width: min(90vw, 54rem);
  text-align: center;
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
}
.lightbox-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(0,0,0,.28);
  color: white;
  font-size: 1.7rem;
  cursor: pointer;
}

.reveal { opacity: 0; transform: translateY(18px); }
.reveal.is-visible { opacity: 1; transform: translateY(0); transition: opacity .7s ease, transform .7s ease; }

@media (max-width: 980px) {
  .site-header { height: 74px; }
  .site-header nav { gap: .9rem; }
  .site-header nav a { font-size: .66rem; }
  .about { grid-template-columns: 1fr; gap: 2rem; }
  .section-heading { flex-direction: column; align-items: start; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card.tall { grid-row: auto; }
  .facts-strip { grid-template-columns: repeat(2, 1fr); }
  .random-panel { grid-template-columns: 1fr; align-items: start; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 640px) {
  .hero-image { object-position: 54% 40%; }
  .hero-copy { padding-bottom: 6.6rem; }
  .scroll-cue { left: 1.2rem; right: auto; }
  .random-button { width: 12.5rem; min-width: 0; }
  .facts-strip { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
