:root {
  color-scheme: light;
  --paper: #f5f1e8;
  --white: #fffdf8;
  --ink: #2f382e;
  --muted: #6b7063;
  --terracotta: #9b573a;
  --line: #dcded0;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 5px; }
.page { width: min(1200px, calc(100% - 40px)); margin: auto; }
.skip-link { position: absolute; top: 12px; left: 12px; transform: translateY(-180%); padding: 12px 20px; background: var(--ink); color: var(--white); z-index: 3; }
.skip-link:focus { transform: none; }
.site-header { min-height: 80px; padding: 14px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); gap: 16px; }
.wordmark { font-family: Georgia, "Times New Roman", serif; font-size: 22px; letter-spacing: -.8px; white-space: nowrap; }
.wordmark > span:first-child { font-style: italic; }
.wordmark-dot { color: var(--terracotta); }
.status-note { font-size: 11px; line-height: 1.5; color: var(--muted); text-align: right; max-width: 18ch; }
.places { padding: 26px 0 45px; }
.section-label { margin-bottom: 20px; }
.section-label h2 { font-size: 17px; font-weight: 500; margin: 0; }
.places-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 25px; }
.place { min-width: 0; }
.place-link { display: block; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: var(--white); transition: border-color .2s, box-shadow .2s, transform .2s; }
.place-link:hover { border-color: #829575; transform: translateY(-3px); box-shadow: 0 7px 22px #2f382e12; }
.place-image { aspect-ratio: 1.8; overflow: hidden; background: #e1dccb; }
.place-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.gospel-image img { object-position: center; }
.place-copy { padding: 21px 23px 24px; }
.place-copy h3 { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; letter-spacing: -.5px; line-height: 1.2; margin: 0 0 12px; }
.place-copy h3 > span { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 21px; color: var(--terracotta); }
.place-copy > p { font-size: 14px; line-height: 1.7; color: var(--muted); margin: 0 0 20px; }
.place-action { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid #bdc8b4; font-size: 12px; }
.art-credit { margin: 9px 6px 0; font-size: 10px; line-height: 1.5; color: var(--muted); }
.welcome { border-top: 1px solid var(--line); padding: 36px 0 42px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 30px; }
.welcome-copy { align-self: center; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 7.8vw, 46px); font-weight: 400; line-height: 1.15; letter-spacing: -1px; margin: 0 0 20px; }
.intro { color: var(--muted); font-size: 16px; line-height: 1.7; margin: 0 0 8px; max-width: 370px; }
.family-photo { position: relative; margin: 0 auto 15px; width: 100%; max-width: 560px; }
.couple-photo { display: block; width: 100%; height: auto; border: 6px solid var(--white); border-radius: 8px; box-shadow: 0 3px 15px #2f382e16; }
.home-badge { position: absolute; left: -13px; bottom: -27px; width: min(145px, 38%); height: auto; transform: rotate(-7deg); filter: drop-shadow(0 3px 3px #35251b26); }
footer { border-top: 1px solid var(--line); padding: 25px 0 30px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 10px; }
footer > span:first-child { font-family: Georgia, "Times New Roman", serif; font-size: 13px; }
@media (min-width: 620px) {
  .page { width: min(1200px, calc(100% - 72px)); }
  .site-header { min-height: 94px; }
  .wordmark { font-size: 26px; }
  .status-note { font-size: 12px; max-width: none; }
  .welcome { padding: 40px 0 50px; }
  .welcome-copy { max-width: 560px; width: 100%; margin: auto; }
  h1 { font-size: 43px; }
  .intro { font-size: 17px; }
  .home-badge { width: 170px; left: -23px; bottom: -31px; }
  .places-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
  .places { padding-bottom: 60px; }
  .place-copy { padding: 24px 27px 27px; }
}
@media (min-width: 850px) {
  .welcome { grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 60px; padding: 52px 0 62px; }
  .welcome-copy { margin: 0; }
  h1 { font-size: clamp(39px, 4vw, 49px); }
  .family-photo { margin: 0; }
  .home-badge { width: 180px; left: -40px; bottom: -36px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }
