:root {
  --ink: #1f2827;
  --paper: #e9ebe4;
  --snow: #f7f8f3;
  --moss: #657168;
  --moss-dark: #3d4b43;
  --ochre: #bc8f2f;
  --signal: #a94c32;
  --line: rgba(31, 40, 39, 0.24);
  --display: Georgia, "Times New Roman", serif;
  --body: "Trebuchet MS", Arial, sans-serif;
  --utility: "Courier New", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.45; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }

.skip-link { position: fixed; z-index: 20; left: 1rem; top: -4rem; padding: .6rem .8rem; background: var(--snow); }
.skip-link:focus { top: 1rem; }
.site-header { align-items: center; background: rgba(31, 40, 39, .94); color: var(--snow); display: flex; justify-content: space-between; padding: 1.1rem clamp(1.2rem, 4vw, 4rem); position: sticky; top: 0; z-index: 10; }
.brand, .site-header nav, .eyebrow, .hero-label, .section-index, .status, figcaption span, .motion-label, .site-footer { font-family: var(--utility); font-size: .67rem; letter-spacing: .07em; text-transform: uppercase; }
.brand { font-weight: bold; text-decoration: none; }
.brand span { color: var(--ochre); }
.site-header nav { display: flex; gap: clamp(.7rem, 2.5vw, 2.2rem); }
.site-header nav a { text-decoration: none; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: #f4ce77; }

.hero { background: var(--ink); color: var(--snow); min-height: min(790px, calc(100vh - 48px)); overflow: hidden; position: relative; }
.hero-image { height: 100%; inset: 0; object-fit: cover; object-position: 48% center; position: absolute; width: 100%; }
.hero-shade { background: linear-gradient(90deg, rgba(15,22,21,.86) 0%, rgba(15,22,21,.48) 45%, rgba(15,22,21,.08) 100%); inset: 0; position: absolute; }
.hero-copy { display: flex; flex-direction: column; justify-content: flex-end; min-height: min(790px, calc(100vh - 48px)); padding: clamp(2rem, 6vw, 6.5rem); position: relative; width: min(760px, 100%); }
.eyebrow { margin: 0 0 1.4rem; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.055em; line-height: .92; }
h1 { font-size: clamp(4.5rem, 11vw, 10rem); margin-bottom: 1.6rem; }
h1 em { color: #edd895; font-style: italic; }
.hero-text { font-size: clamp(1rem, 1.4vw, 1.25rem); margin-bottom: 2.2rem; max-width: 42ch; }
.round-link { align-items: center; border-bottom: 1px solid rgba(247,248,243,.7); display: inline-flex; gap: 2rem; padding-bottom: .8rem; text-decoration: none; width: max-content; }
.round-link span { font-size: 1.4rem; }
.hero-label { bottom: 1.25rem; position: absolute; right: clamp(1.2rem, 4vw, 4rem); }

.intro, .region-section, .gallery-section, .grounds-section, .room-section, .object-section, .inspection-section, .intro-placeholder { padding: clamp(4.5rem, 10vw, 10rem) clamp(1.2rem, 7vw, 8rem); }
.section-index { color: var(--moss-dark); margin-bottom: 1.3rem; }
.intro { display: grid; grid-template-columns: minmax(130px, .55fr) minmax(0, 1.8fr); gap: 2rem; }
.intro-main { max-width: 780px; }
.intro h2, .gallery-section h2, .object-section h2, .inspection-section h2, .intro-placeholder h2 { font-size: clamp(2.8rem, 6.5vw, 6.8rem); margin-bottom: 1.5rem; }
.intro-main > p { font-size: clamp(1.1rem, 1.7vw, 1.45rem); max-width: 45ch; }
.facts-strip { border-top: 1px solid var(--line); grid-column: 2; margin: 3rem 0 0; }
.facts-strip div { border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1.6fr; gap: 1rem; padding: .95rem 0; }
.facts-strip dt { font-family: var(--utility); font-size: .68rem; letter-spacing: .05em; }
.facts-strip dd { margin: 0; }

.region-section { background: #24342e; color: var(--snow); display: grid; gap: 2rem; grid-template-columns: minmax(150px, .55fr) minmax(0, 1.8fr); overflow: hidden; position: relative; }
.region-section::after { border: 1px solid rgba(237, 216, 149, .45); border-radius: 50%; content: ""; height: min(32vw, 440px); position: absolute; right: -9vw; top: -13vw; width: min(32vw, 440px); }
.region-aside { position: relative; z-index: 1; }
.region-aside .section-index { color: #f0d795; }
.region-mark { border-left: 1px solid rgba(247,248,243,.42); font-family: var(--utility); font-size: .68rem; letter-spacing: .07em; line-height: 1.9; margin: 3rem 0 0; padding-left: .8rem; }
.region-content { max-width: 800px; position: relative; z-index: 1; }
.region-content h2 { font-size: clamp(2.8rem, 6.5vw, 6.8rem); margin-bottom: 1.5rem; }
.region-content h2 em { color: #edd895; font-style: italic; }
.region-lead { font-size: clamp(1.1rem, 1.7vw, 1.45rem); max-width: 47ch; }
.region-gallery { margin-top: 3rem; }
.region-gallery-label { color: #f0d795; font-family: var(--utility); font-size: .68rem; letter-spacing: .07em; margin-bottom: .9rem; text-transform: uppercase; }
.region-gallery-grid { display: grid; gap: clamp(1rem, 2vw, 1.5rem); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.region-card { margin: 0; }
.region-card img { aspect-ratio: 4 / 3; display: block; object-fit: cover; width: 100%; }
.region-card figcaption { border-bottom-color: rgba(247,248,243,.35); font-size: .74rem; line-height: 1.5; }
.region-card figcaption span { color: #f0d795; font-family: var(--utility); font-size: .65rem; letter-spacing: .055em; }
.region-card figcaption a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .23rem; }
.region-card figcaption a:hover, .region-card figcaption a:focus-visible { color: #edd895; }
.region-access { border-top: 1px solid rgba(247,248,243,.35); margin: 3rem 0 0; max-width: 60ch; padding-top: 1rem; }
.region-access .status { margin: 0 0 .75rem; }
.region-access > p:nth-child(2) { margin-bottom: 1.1rem; }
.region-access-boundary { color: rgba(247,248,243,.74); font-family: var(--utility); font-size: .68rem; letter-spacing: .04em; line-height: 1.6; margin-bottom: 0; text-transform: uppercase; }
.region-boundary { border-top: 1px solid rgba(247,248,243,.35); font-family: var(--utility); font-size: .68rem; letter-spacing: .045em; margin: 3rem 0 1.2rem; max-width: 66ch; padding-top: .9rem; text-transform: uppercase; }
.region-sources { display: flex; flex-wrap: wrap; font-family: var(--utility); font-size: .7rem; gap: .7rem 1.5rem; letter-spacing: .035em; margin-bottom: 0; }
.region-sources a { text-underline-offset: .25rem; }
.region-sources a:hover, .region-sources a:focus-visible { color: #edd895; }

.gallery-section { background: var(--snow); }
.section-heading { display: grid; grid-template-columns: minmax(130px, .55fr) minmax(0, 1.8fr); margin-bottom: 4rem; }
.section-heading h2 { grid-column: 2; margin-bottom: 1.2rem; }
.section-heading > p:last-child { grid-column: 2; max-width: 42ch; }
.gallery-grid { display: grid; gap: clamp(1rem, 2vw, 2rem); grid-template-columns: repeat(12, 1fr); }
.gallery-card { margin: 0; }
.gallery-card--large { grid-column: span 7; }
.gallery-card--tall { grid-column: span 5; margin-top: 6rem; }
.gallery-card--wide { grid-column: span 6; }
.image-button { background: var(--ink); border: 0; cursor: zoom-in; display: block; overflow: hidden; padding: 0; position: relative; width: 100%; }
.image-button img { aspect-ratio: 4 / 3; object-fit: cover; transition: transform .6s ease; width: 100%; }
.gallery-card--tall .image-button img { aspect-ratio: 3 / 4; }
.image-button:hover img, .image-button:focus-visible img { transform: scale(1.035); }
.image-button__expand { background: var(--snow); bottom: .7rem; color: var(--ink); font-size: 1.25rem; height: 2.3rem; padding-top: .35rem; position: absolute; right: .7rem; width: 2.3rem; }
figcaption { border-bottom: 1px solid var(--line); font-size: .87rem; padding: .8rem 0 1.1rem; }
figcaption span { color: var(--moss-dark); display: block; margin-bottom: .45rem; }

.grounds-section { background: #d5c9a8; display: grid; gap: 2rem; grid-template-columns: minmax(150px, .55fr) minmax(0, 1.8fr); }
.grounds-aside .section-index { color: var(--moss-dark); }
.grounds-mark { border-left: 1px solid rgba(31,40,39,.4); font-family: var(--utility); font-size: .68rem; letter-spacing: .07em; line-height: 1.9; margin: 3rem 0 0; padding-left: .8rem; }
.grounds-content { max-width: 800px; }
.grounds-content h2 { font-size: clamp(2.8rem, 6.5vw, 6.8rem); margin-bottom: 2rem; }
.grounds-content h2 em { color: var(--moss-dark); font-style: italic; }
.grounds-content .status { margin: 0 0 1rem; }
.grounds-lead { font-size: clamp(1.1rem, 1.7vw, 1.45rem); max-width: 47ch; }
.grounds-boundary { border-top: 1px solid rgba(31,40,39,.35); font-family: var(--utility); font-size: .68rem; letter-spacing: .045em; margin: 3rem 0 0; max-width: 66ch; padding-top: .9rem; text-transform: uppercase; }

.room-section { background: #9ea99e; display: grid; gap: 2rem; grid-template-columns: minmax(150px, .55fr) minmax(0, 1.8fr); }
.room-aside .section-index { color: var(--moss-dark); }
.room-mark { border-left: 1px solid rgba(31,40,39,.42); font-family: var(--utility); font-size: .68rem; letter-spacing: .07em; line-height: 1.9; margin: 3rem 0 0; padding-left: .8rem; }
.room-content { max-width: 800px; }
.room-content h2 { font-size: clamp(2.8rem, 6.5vw, 6.8rem); margin-bottom: 2rem; }
.room-content h2 em { color: var(--moss-dark); font-style: italic; }
.room-content > .status { margin: 0 0 1rem; }
.room-route { list-style: none; margin: 2rem 0; max-width: 55ch; padding: 0; }
.room-route li { border-top: 1px solid rgba(31,40,39,.35); display: grid; gap: 1rem; grid-template-columns: 3.5rem 1fr; padding: 1.2rem 0; }
.room-route li:last-child { border-bottom: 1px solid rgba(31,40,39,.35); }
.room-route span { color: var(--signal); font-family: var(--utility); font-size: .72rem; padding-top: .3rem; }
.room-route h3 { font-family: var(--display); font-size: 1.55rem; font-weight: normal; margin-bottom: .35rem; }
.room-route p { margin-bottom: .55rem; }
.room-route p:last-child { margin-bottom: 0; }
.room-furnishing { font-size: .94rem; margin: 2rem 0 0; max-width: 52ch; }
.room-gallery { display: grid; gap: clamp(1rem, 2vw, 1.5rem); grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 3rem 0 0; }
.room-card { margin: 0; }
.room-card .image-button img { aspect-ratio: 4 / 3; object-fit: cover; }
.room-boundary { border-top: 1px solid rgba(31,40,39,.35); font-family: var(--utility); font-size: .68rem; letter-spacing: .045em; margin: 2rem 0 0; max-width: 66ch; padding-top: .9rem; text-transform: uppercase; }

.object-section { background: var(--moss-dark); color: var(--snow); display: grid; grid-template-columns: minmax(150px, .55fr) minmax(0, 1.8fr); gap: 2rem; }
.object-aside .section-index { color: #f0d795; }
.aside-note { font-size: .9rem; max-width: 17ch; }
.object-content h2 { max-width: 13ch; }
.evidence-list { margin-top: 4rem; }
.evidence-list article { border-top: 1px solid rgba(247,248,243,.35); display: grid; grid-template-columns: minmax(110px, .6fr) 1fr 1.5fr; gap: 1rem; padding: 1.35rem 0; }
.evidence-list article:last-child { border-bottom: 1px solid rgba(247,248,243,.35); }
.status { margin: .35rem 0 0; }
.status--confirmed { color: #d5e0c7; }.status--visible { color: #f0d795; }.status--open, .status--reported { color: #f19a7d; }
.evidence-list h3 { font-family: var(--display); font-size: 1.45rem; font-weight: normal; margin: 0; }
.evidence-list p:last-child { margin: 0; }

.inspection-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 7rem); }
.inspection-content { align-self: end; }
.inspection-lead { font-family: var(--display); font-size: clamp(1.5rem, 2.6vw, 2.5rem); line-height: 1.05; }
.check-list { list-style: none; margin: 3rem 0 2rem; padding: 0; }
.check-list li { border-top: 1px solid var(--line); display: grid; grid-template-columns: 3rem 1fr; padding: 1rem 0; }
.check-list li:last-child { border-bottom: 1px solid var(--line); }
.check-list span { color: var(--signal); font-family: var(--utility); font-size: .72rem; padding-top: .25rem; }
.owner-note { border-top: 1px solid var(--line); margin: 2rem 0; max-width: 52ch; padding-top: 1rem; }
.owner-note .status { margin: 0 0 .7rem; }
.owner-note p:last-child { margin-bottom: 0; }
.fine-print { color: var(--moss-dark); font-size: .82rem; max-width: 50ch; }

.intro-placeholder { background: var(--ochre); color: var(--ink); display: grid; grid-template-columns: minmax(150px, .55fr) minmax(0, 1.8fr); gap: 2rem; }
.intro-placeholder h2 { margin-bottom: 1.2rem; }
.intro-placeholder div { max-width: 700px; }
.motion-label { align-self: end; grid-column: 2; margin: 1.8rem 0 0; }
.site-footer { background: var(--ink); color: var(--snow); display: flex; gap: 1rem; justify-content: space-between; padding: 1.3rem clamp(1.2rem, 4vw, 4rem); }
.site-footer p { margin: 0; }

.lightbox { background: rgba(20, 27, 25, .98); border: 0; color: var(--snow); height: 100vh; max-height: none; max-width: none; padding: clamp(2rem, 5vw, 5rem); width: 100vw; }
.lightbox::backdrop { background: rgba(0,0,0,.7); }
.lightbox figure { align-items: center; display: flex; flex-direction: column; height: 100%; justify-content: center; margin: 0; }
.lightbox img { max-height: calc(100vh - 9rem); object-fit: contain; }
.lightbox figcaption { border: 0; color: var(--snow); margin-top: .75rem; max-width: 65ch; text-align: center; }
.lightbox-close { background: transparent; border: 0; color: var(--snow); cursor: pointer; font-size: 2.8rem; line-height: 1; position: absolute; right: 1.2rem; top: 1rem; }

@media (max-width: 720px) {
  .site-header { flex-wrap: wrap; }
  .site-header nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
  .site-header nav a:nth-child(even) { text-align: right; }
  .site-header nav a { font-size: .59rem; }
  .hero-copy { padding-bottom: 4.8rem; }
  .hero-shade { background: linear-gradient(0deg, rgba(15,22,21,.88), rgba(15,22,21,.08) 78%); }
  .intro, .region-section, .section-heading, .grounds-section, .room-section, .object-section, .inspection-section, .intro-placeholder { display: block; }
  .region-content h2 { font-size: clamp(2.3rem, 10.5vw, 3rem); }
  .facts-strip { margin-top: 2.6rem; }
  .section-heading h2, .section-heading > p:last-child { grid-column: auto; }
  .section-heading > p:last-child { margin-left: 0; }
  .gallery-card--large, .gallery-card--tall, .gallery-card--wide { grid-column: span 12; margin-top: 0; }
  .gallery-card--tall .image-button img { aspect-ratio: 4 / 3; }
  .region-gallery-grid { grid-template-columns: 1fr; }
  .room-gallery { grid-template-columns: 1fr; }
  .region-aside, .grounds-aside, .room-aside, .object-aside, .inspection-title { margin-bottom: 3rem; }
  .evidence-list { margin-top: 2.5rem; }
  .evidence-list article { display: block; }
  .evidence-list h3 { margin: .45rem 0 .6rem; }
  .motion-label { margin-top: 2rem; }
  .site-footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
