:root {
  color-scheme: dark;
  --night: #0b0a09;
  --panel: #171512;
  --ink: #f5efe4;
  --muted: #c5bdb0;
  --gold: #b08d57;
  --line: rgba(176, 141, 87, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--night); color: var(--ink); font: 400 16px/1.75 Inter, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 0.2em; }
a:hover { color: #e8c78f; }
a:focus-visible { outline: 2px solid #e8c78f; outline-offset: 5px; }
.skip-link { position: absolute; top: -5rem; left: 1rem; z-index: 10; background: var(--ink); color: var(--night); padding: 0.5rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: 1440px; margin: auto; padding: 1.25rem clamp(1.25rem, 4vw, 4rem); border-bottom: 1px solid var(--line); }
.brand img { width: 145px; height: auto; }
.site-nav { display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem clamp(1rem, 2vw, 2rem); font-size: 0.83rem; }
.site-nav a { text-decoration: none; }
.site-nav .nav-book { border: 1px solid var(--gold); padding: 0.55rem 1rem; }

.hero { display: grid; grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr); min-height: min(700px, 75vh); border-bottom: 1px solid var(--line); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.5rem, 6vw, 7rem) clamp(1.25rem, 6vw, 7rem); }
.hero-context { max-width: 39rem; margin: 0 0 1.5rem; color: var(--gold); font-size: 0.82rem; letter-spacing: 0.04em; }
h1, h2, h3, .large-quote { font-family: 'Playfair Display', Georgia, serif; font-weight: 400; }
h1 { max-width: 11ch; margin: 0; font-size: clamp(2.75rem, 5vw, 5.6rem); line-height: 1.08; letter-spacing: -0.035em; }
.hero-lede { max-width: 34rem; margin: 1.75rem 0 0; color: var(--muted); font-size: clamp(1rem, 1.25vw, 1.12rem); line-height: 1.75; }
.hero-image { position: relative; min-height: 420px; margin: 0; overflow: hidden; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-image figcaption { position: absolute; right: 1rem; bottom: 1rem; max-width: calc(100% - 2rem); padding: 0.45rem 0.7rem; background: rgba(11, 10, 9, 0.8); color: var(--ink); font-size: 0.78rem; line-height: 1.4; }
.hero-actions, .actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0.65rem 1.2rem; border: 1px solid var(--gold); color: var(--ink); font-size: 0.85rem; font-weight: 500; line-height: 1.3; text-align: center; text-decoration: none; }
.button:hover { background: var(--gold); color: var(--night); }
.button-primary { background: var(--gold); color: var(--night); }
.button-primary:hover { background: #d4b476; }

.content { max-width: 1180px; margin: auto; padding: 0 clamp(1.25rem, 4vw, 4rem); }
.summary { display: grid; grid-template-columns: 11rem 1fr; gap: clamp(1rem, 4vw, 5rem); padding: clamp(2rem, 4vw, 4rem) 0; border-bottom: 1px solid var(--line); }
.summary-label { margin: 0; color: var(--gold); font-size: 0.86rem; }
.summary p:last-child { max-width: 56rem; margin: 0; font-size: clamp(1.05rem, 1.7vw, 1.35rem); line-height: 1.6; }
.section { padding: clamp(3.5rem, 6vw, 6rem) 0; border-bottom: 1px solid var(--line); }
.section h2 { max-width: 23ch; margin: 0 0 1.1rem; font-size: clamp(2rem, 3.4vw, 3.4rem); line-height: 1.15; }
.section h3 { margin: 0 0 0.5rem; font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.25; }
.section p { max-width: 48rem; margin: 0 0 1rem; color: var(--muted); }
.section-intro { max-width: 44rem; margin-bottom: 2rem !important; }
.split { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 7rem); }
.two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 5vw, 5rem); margin-top: 2.5rem; }
.two-col > div { border-top: 1px solid var(--gold); padding-top: 1.3rem; }
.detail-list { padding-left: 1.3rem; color: var(--muted); }
.detail-list li { margin: 0 0 0.9rem; }
.detail-list strong { color: var(--ink); font-weight: 500; }
.fact-strip { display: flex; flex-wrap: wrap; gap: 1rem 2.2rem; padding: 1.15rem 0; border-block: 1px solid var(--line); color: var(--muted); font-size: 0.9rem; }
.fact-strip strong { color: var(--ink); font-weight: 500; }
.timeline { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; padding: 0; margin: 2.5rem 0 0; list-style: none; }
.timeline li { border-top: 1px solid var(--gold); padding-top: 1.1rem; }
.timeline small { display: block; margin-bottom: 0.8rem; color: var(--gold); }
.timeline p { font-size: 0.94rem; }
.data-table { width: 100%; border-collapse: collapse; font-size: 0.94rem; }
.data-table th, .data-table td { padding: 1rem 0.8rem 1rem 0; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.data-table th { width: 28%; color: var(--ink); font-weight: 500; }
.data-table td { color: var(--muted); }
.data-table thead th { color: var(--gold); font-size: 0.82rem; font-weight: 400; }
.photo-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 1rem; margin: 2.5rem 0 0; }
.photo-grid figure { margin: 0; }
.photo-grid img { width: 100%; height: 420px; object-fit: cover; }
.photo-grid figure:last-child img { height: 420px; }
.photo-grid figcaption { padding-top: 0.6rem; color: var(--muted); font-size: 0.83rem; }
.review-line { max-width: 42rem; margin: 2rem 0 0; padding-left: 1.5rem; border-left: 2px solid var(--gold); }
.review-line p { color: var(--ink); font: 400 clamp(1.3rem, 2.1vw, 2rem)/1.4 'Playfair Display', Georgia, serif; }
.review-line cite { color: var(--muted); font-size: 0.85rem; font-style: normal; }
.cta-band { max-width: 1180px; margin: auto; padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 4vw, 4rem); }
.cta-band h2 { max-width: 18ch; margin: 0; font-size: clamp(2.4rem, 4vw, 4.3rem); line-height: 1.15; }
.cta-band p { max-width: 40rem; color: var(--muted); }
.site-footer { border-top: 1px solid var(--line); }
.site-footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.5rem; max-width: 1180px; margin: auto; padding: 2rem clamp(1.25rem, 4vw, 4rem); color: var(--muted); font-size: 0.82rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; }
.meta-note { color: var(--muted); font-size: 0.8rem; }

@media (max-width: 800px) {
  .site-header { align-items: flex-start; }
  .brand img { width: 115px; }
  .hero, .split { grid-template-columns: 1fr; }
  .hero { min-height: 0; }
  .hero-copy { padding-block: 3.5rem; }
  .hero-image { min-height: 320px; max-height: 480px; }
  .summary { grid-template-columns: 1fr; gap: 0.8rem; }
  .timeline { grid-template-columns: 1fr; gap: 1.5rem; }
  .photo-grid { grid-template-columns: 1fr; }
  .photo-grid img, .photo-grid figure:last-child img { height: auto; max-height: 500px; }
}
@media (max-width: 560px) {
  .site-header { flex-direction: column; gap: 1rem; }
  .site-nav { font-size: 0.76rem; }
  .site-nav .nav-book { padding: 0.4rem 0.7rem; }
  .two-col { grid-template-columns: 1fr; }
  .data-table th { width: 38%; }
  .data-table th, .data-table td { padding-block: 0.8rem; font-size: 0.84rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
