:root {
  color-scheme: light;
  --ink: #172026;
  --muted: #5b6670;
  --paper: #fbf7ef;
  --surface: #ffffff;
  --line: #d7ddd8;
  --accent: #0f766e;
  --accent-strong: #0b4f4a;
  --gold: #cf8a2c;
  --blue: #2563eb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.85rem clamp(1rem, 4vw, 3rem); background: rgba(251, 247, 239, 0.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.brand { font-weight: 800; text-decoration: none; }
nav { display: flex; align-items: center; gap: clamp(0.6rem, 2vw, 1.2rem); flex-wrap: wrap; }
nav a { color: var(--muted); text-decoration: none; font-size: 0.94rem; }
.nav-cta, .primary-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 2.75rem; border-radius: 6px; padding: 0.75rem 1rem; background: var(--accent); color: #fff; text-decoration: none; font-weight: 800; }
.hero { min-height: 76vh; display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: center; padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 5vw, 4.5rem); }
.hero-copy { max-width: 760px; }
.eyebrow { margin: 0 0 0.65rem; color: var(--accent-strong); font-weight: 800; text-transform: uppercase; letter-spacing: 0; font-size: 0.76rem; }
h1, h2 { margin: 0; line-height: 1.03; letter-spacing: 0; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 7vw, 6.2rem); max-width: 12ch; }
h2 { font-size: clamp(1.45rem, 3vw, 2.55rem); max-width: 18ch; }
.subhead, .hero p, .section p, .band p { color: var(--muted); font-size: 1.05rem; line-height: 1.6; }
.subhead { max-width: 58ch; font-size: clamp(1.05rem, 2vw, 1.35rem); }
.hero-actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem; }
.approval-note { color: var(--muted); max-width: 38ch; font-size: 0.92rem; line-height: 1.35; }
.calendar-visual { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.75rem; align-items: stretch; }
.calendar-visual figure, .gallery-grid figure { margin: 0; background: var(--surface); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: 0 16px 42px rgba(23, 32, 38, 0.08); }
.calendar-visual img, .gallery-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.calendar-visual figcaption, .gallery-grid figcaption { padding: 0.65rem; color: var(--muted); font-size: 0.84rem; }
.section, .band { padding: clamp(2.2rem, 6vw, 5rem) clamp(1rem, 5vw, 4.5rem); }
.band { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(260px, 1fr); gap: 2rem; align-items: start; background: #fff; border-block: 1px solid var(--line); }
.steps, .pricing-grid, .policy-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 1.4rem; }
.steps article, .pricing-grid > *, .policy-grid article, .explanation-card, .cta-panel { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 1.25rem; }
.steps span { display: inline-flex; width: 2rem; height: 2rem; align-items: center; justify-content: center; border-radius: 999px; background: var(--gold); color: #fff; font-weight: 800; }
.mini-proof, .explanation-card { border-left: 4px solid var(--accent); }
.badge-row, .check-list { display: grid; gap: 0.8rem; padding: 0; list-style: none; }
.badge-row { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); margin-top: 1.5rem; }
.badge-row li, .check-list li { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 1rem; }
.badge-row strong, .badge-row span { display: block; }
.badge-row span { margin-top: 0.35rem; color: var(--muted); line-height: 1.45; }
.table-wrap { overflow-x: auto; margin-top: 1rem; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
table { border-collapse: collapse; width: 100%; min-width: 760px; }
th, td { text-align: left; padding: 0.85rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1rem; margin-top: 1.4rem; }
.faq-list details { border: 1px solid var(--line); border-radius: 8px; padding: 1rem; background: var(--surface); margin-top: 0.75rem; }
.faq-list summary { font-weight: 800; cursor: pointer; }
.code-line code { display: inline-flex; margin: 0.2rem; padding: 0.25rem 0.45rem; background: #eef6f5; border: 1px solid #cce1df; border-radius: 6px; color: var(--accent-strong); }
.site-footer { padding: 2rem clamp(1rem, 5vw, 4.5rem); border-top: 1px solid var(--line); color: var(--muted); }
.site-footer nav { margin-top: 1rem; }
@media (max-width: 860px) {
  .hero, .band, .steps, .pricing-grid, .policy-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .calendar-visual { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-header { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 460px) {
  .calendar-visual { grid-template-columns: 1fr; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .primary-cta, .nav-cta { width: 100%; }
}
