:root {
  --stone: #f1eee6;
  --paper: #faf8f2;
  --ink: #171915;
  --muted: #686b61;
  --moss: #58634b;
  --line: #cbc8be;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --display: Baskerville, "Baskerville Old Face", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--stone); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

.site-header,
.site-footer { display: flex; align-items: center; justify-content: space-between; max-width: 1440px; margin: auto; padding: 30px 4vw; }
.site-header { border-bottom: 1px solid var(--line); }
.monogram { display: block; width: 36px; height: 47px; overflow: hidden; }
.monogram img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(4); mix-blend-mode: multiply; }
.site-footer > span { color: #0e100d; font-size: .86rem; font-weight: 800; letter-spacing: .28em; line-height: 1; }
.site-header nav,
.site-footer div { display: flex; gap: 28px; }
.site-header nav a,
.site-footer a { color: var(--muted); font-size: .78rem; letter-spacing: .06em; }
main { overflow: hidden; }

.eyebrow { margin: 0 0 18px; color: var(--moss); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.property-title h1,
.text-page h1 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .94; }

.hero { display: grid; grid-template-columns: minmax(340px, 34%) minmax(0, 66%); min-height: clamp(680px, calc(100svh - 82px), 920px); max-width: 1600px; margin: 0 auto; background: var(--paper); }
.hero-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(54px, 7vw, 112px) clamp(36px, 3.5vw, 62px) clamp(62px, 8vw, 126px); }
.name-word { margin: 0; font-family: var(--sans); font-size: clamp(3.35rem, 4.55vw, 5.7rem); font-weight: 800; letter-spacing: .08em; line-height: .88; }
.name-roots { display: grid; grid-template-columns: 1fr auto 1fr; gap: 14px; align-items: start; max-width: 390px; margin-top: 35px; padding-top: 14px; border-top: 1px solid var(--ink); }
.name-roots span { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.name-roots b { font-size: .72rem; letter-spacing: .18em; }
.name-roots small { color: var(--muted); font-family: var(--display); font-size: .86rem; font-style: italic; }
.name-roots i { color: var(--moss); font-family: var(--display); font-size: .9rem; font-weight: 400; }
.name-explanation { max-width: 390px; margin: 17px 0 0; color: var(--muted); font-size: .76rem; letter-spacing: .02em; line-height: 1.6; }
.name-explanation em { font-family: var(--display); font-size: 1.08em; }
.hero-tagline { max-width: 430px; margin: 54px 0 0; font-family: var(--display); font-size: clamp(2.15rem, 2.75vw, 3.45rem); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.intro { max-width: 430px; margin: 25px 0 0; color: var(--muted); font-size: clamp(.92rem, 1.2vw, 1.08rem); }
.hero-explore { align-self: flex-start; margin-top: 38px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: .8rem; letter-spacing: .06em; }
.hero-explore span { display: inline-block; margin-left: 7px; color: var(--moss); }
.preview-note { max-width: 510px; margin: 22px 0 0; padding-top: 17px; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; letter-spacing: .035em; }
.hero-image { display: grid; grid-template-rows: minmax(0, 1fr) auto; min-width: 0; margin: 0; background: #d9d7cf; }
.hero-image > a { display: block; min-height: 0; overflow: hidden; }
.hero-image img { object-position: center; }
.hero-caption { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; min-height: 76px; padding: 14px 4vw 13px 20px; background: var(--stone); }
.hero-place { font-family: var(--serif); font-size: 1rem; line-height: 1.25; }
.hero-place span { display: block; margin-top: 4px; font-family: var(--sans); font-size: .62rem; letter-spacing: .08em; opacity: .76; text-transform: uppercase; }
.image-credit { margin: 10px 4vw 0; color: var(--muted); font-size: .66rem; }
.image-credit a { text-decoration: underline; text-underline-offset: 3px; }
.hero .image-credit { flex: 0 1 260px; margin: 1px 0 0; text-align: right; font-size: .58rem; line-height: 1.45; }

.places { max-width: 1440px; margin: 0 auto; padding: 10vw 4vw 12vw; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(220px, .75fr); column-gap: 8vw; align-items: end; margin-bottom: 5vw; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2,
.property-section h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 6vw, 6rem); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: .85rem; }
.section-heading h2 { font-size: clamp(3.1rem, 5.6vw, 5.4rem); }
.collection-index { border-top: 1px solid var(--ink); }
.place-row > a { display: grid; grid-template-columns: 44px minmax(0, 1.65fr) minmax(230px, .9fr) 24px; gap: 24px; align-items: center; min-height: 108px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.place-number { align-self: start; padding-top: 7px; color: var(--moss); font-size: .62rem; font-weight: 700; letter-spacing: .14em; }
.row-main h2 { margin: 0; font-family: var(--serif); font-size: clamp(1.75rem, 2.7vw, 2.85rem); font-weight: 400; letter-spacing: -.03em; line-height: 1.05; transition: color .18s ease; }
.row-main .location { margin-top: 8px; font-size: .72rem; letter-spacing: .055em; text-transform: uppercase; }
.row-signals { margin: 0; color: var(--muted); font-size: .75rem; letter-spacing: .035em; line-height: 1.7; }
.row-arrow { justify-self: end; color: var(--moss); font-size: 1.15rem; transition: transform .18s ease; }
.place-row a:hover .row-main h2,
.place-row a:focus-visible .row-main h2 { color: var(--moss); }
.place-row a:hover .row-arrow,
.place-row a:focus-visible .row-arrow { transform: translate(3px, -3px); }
.location,
.signals { margin: 0; color: var(--muted); }
.signals { margin-top: 7px; font-size: .76rem; letter-spacing: .045em; }

.property-page { overflow: visible; }
.property-hero { position: relative; height: min(76vw, 920px); margin: 0; }
.property-hero .image-credit { position: absolute; right: 4vw; bottom: 12px; margin: 0; padding: 4px 8px; background: rgba(0, 0, 0, .42); color: #fff; }
.property-hero .image-credit a { color: #fff; }
.property-title,
.property-section,
.sources { max-width: 1080px; margin: 0 auto; padding-right: 4vw; padding-left: 4vw; }
.property-title { padding-top: 9vw; padding-bottom: 9vw; }
.property-title h1 { font-size: clamp(3.5rem, 8.5vw, 8.5rem); }
.property-title .signals { margin-top: 34px; }
.property-section { padding-top: 8vw; padding-bottom: 8vw; border-top: 1px solid var(--line); }
.facts { display: grid; grid-template-columns: 1fr 1fr; gap: 50px 8vw; margin-top: 6vw; }
.fact h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.fact p,
.place-copy > p { margin: 0; color: var(--muted); }
.place-copy > p { max-width: 850px; font-family: var(--serif); font-size: clamp(1.45rem, 3vw, 2.4rem); line-height: 1.4; }
.cta-wrap { margin-top: 48px !important; }
.cta { display: inline-block; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 1rem; }
.micro-disclosure { margin-top: 16px !important; font-family: var(--sans) !important; font-size: .72rem !important; }
.preview-only { color: #836e4b !important; }
.sources { padding-top: 60px; padding-bottom: 100px; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; }
.sources > p { letter-spacing: .08em; text-transform: uppercase; }
.sources ul { display: flex; flex-wrap: wrap; gap: 24px; margin: 14px 0 0; padding: 0; list-style: none; }
.sources a { text-decoration: underline; text-underline-offset: 3px; }
.text-page { max-width: 900px; margin: 0 auto; padding: 13vw 4vw 16vw; }
.text-page h1 { margin-bottom: 70px; font-size: clamp(3.6rem, 8vw, 7.5rem); }
.text-page > p:not(.eyebrow) { color: var(--muted); font-family: var(--serif); font-size: clamp(1.35rem, 2.5vw, 2rem); }
.site-footer { padding-top: 45px; padding-bottom: 45px; border-top: 1px solid var(--line); }

@media (max-width: 760px) {
  .site-header,
  .site-footer { padding: 22px 20px; }
  .site-header nav,
  .site-footer div { gap: 16px; }
  .hero { display: flex; flex-direction: column; min-height: 0; background: var(--stone); }
  .hero-image { order: 1; display: block; background: var(--stone); }
  .hero-image > a { height: min(66svh, 560px); min-height: 430px; }
  .hero-image img { object-position: center; }
  .hero-caption { min-height: 0; padding: 14px 20px 16px; }
  .hero-copy { order: 2; padding: 68px 20px 86px; }
  .name-word { font-size: clamp(3.35rem, 16vw, 4.5rem); }
  .name-roots { margin-top: 30px; }
  .hero-tagline { margin-top: 48px; font-size: clamp(2.45rem, 12vw, 3.8rem); }
  .intro { margin-top: 18px; font-size: .95rem; }
  .hero-explore { margin-top: 30px; }
  .hero-place { max-width: 54%; }
  .hero .image-credit { flex-basis: 44%; }
  .image-credit { margin-right: 20px; margin-left: 20px; }
  .places { padding: 110px 20px; }
  .section-heading { display: block; margin-bottom: 58px; }
  .section-heading h2 { margin: 10px 0 20px; }
  .place-row > a { grid-template-columns: 30px minmax(0, 1fr) 20px; gap: 14px; min-height: 0; padding: 25px 0 27px; }
  .place-number { padding-top: 5px; }
  .row-main h2 { font-size: clamp(1.65rem, 8.5vw, 2.35rem); }
  .row-signals { grid-column: 2 / -1; padding-right: 30px; }
  .row-arrow { grid-column: 3; grid-row: 1; }
  .property-hero { height: 70vh; min-height: 520px; }
  .property-title,
  .property-section,
  .sources { padding-right: 20px; padding-left: 20px; }
  .property-title { padding-top: 100px; padding-bottom: 100px; }
  .property-title h1 { font-size: clamp(3.2rem, 14vw, 5.4rem); }
  .property-section { padding-top: 90px; padding-bottom: 90px; }
  .facts { grid-template-columns: 1fr; gap: 44px; margin-top: 65px; }
  .sources ul { display: block; }
  .sources li { margin-bottom: 8px; }
  .site-footer { align-items: flex-start; gap: 35px; }
  .site-footer div { flex-direction: column; gap: 8px; }
}

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