:root {
  --ink: #17211b;
  --muted: #68726b;
  --line: #dfe5df;
  --paper: #fbfaf6;
  --panel: #ffffff;
  --leaf: #2f6f4f;
  --leaf-dark: #1f5139;
  --clay: #a84d2d;
  --rice: #f4ead8;
  --water: #e9f2ef;
  --shadow: 0 18px 42px rgba(38, 48, 41, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Songti SC", "STSong", "Noto Serif SC", "Source Han Serif SC", serif;
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
  z-index: 20;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(31, 81, 57, 0.16);
  background: rgba(251, 250, 246, 0.92);
  backdrop-filter: blur(14px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-seal {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: var(--leaf);
  font-size: 15px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  color: var(--muted);
  font-size: 15px;
}

.nav-links a {
  padding: 8px 2px;
}

.nav-links a:hover {
  color: var(--leaf-dark);
}

.hero {
  position: relative;
  min-height: 680px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(18, 27, 21, 0.84), rgba(18, 27, 21, 0.52) 45%, rgba(18, 27, 21, 0.18)),
    url("./assets/hero-courtyard.jpg") center / cover no-repeat;
}

.hero-inner {
  display: grid;
  align-items: end;
  min-height: 680px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 120px 24px 64px;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 18px;
  color: #f5d9bd;
  font-size: 16px;
  font-weight: 700;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.16;
  letter-spacing: 0;
}

h1 {
  max-width: 900px;
  font-size: clamp(42px, 8vw, 88px);
}

.hero-summary {
  max-width: 720px;
  margin: 24px 0 0;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.92);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
}

.button.primary {
  background: #fff;
  color: var(--leaf-dark);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.56);
  color: #fff;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 1180px;
  margin: -46px auto 0;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.fact-tile {
  min-height: 118px;
  padding: 22px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.fact-tile span {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

.fact-tile strong {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.35;
}

main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 74px 24px 96px;
}

section {
  scroll-margin-top: 88px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--clay);
  font-weight: 700;
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.section-note {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
}

.fact-grid,
.scenario-grid,
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fact-card,
.scenario-card,
.article-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: 22px;
}

.fact-card h3,
.scenario-card h3,
.article-card h3 {
  font-size: 21px;
}

.fact-card p,
.scenario-card p,
.article-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.wide-band {
  margin: 72px calc(50% - 50vw);
  padding: 72px max(24px, calc((100vw - 1180px) / 2));
  background: var(--water);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 38px;
  align-items: center;
}

.photo-frame {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.photo-frame img {
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.image-card {
  overflow: hidden;
  min-height: 240px;
  border-radius: 8px;
  background: #ddd;
  box-shadow: var(--shadow);
}

.image-card.tall {
  grid-row: span 2;
}

.image-card img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.image-card.tall img {
  min-height: 494px;
}

.intro-panel {
  border: 1px solid rgba(31, 81, 57, 0.18);
  border-radius: 8px;
  background: #fff;
  padding: 28px;
  box-shadow: var(--shadow);
}

.intro-panel h3 {
  font-size: 28px;
}

.intro-panel p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.phone-list {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.phone-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 54px;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--leaf-dark);
  font-size: 20px;
  font-weight: 700;
}

.phone-list span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.dish-table,
.info-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
}

.dish-table th,
.dish-table td,
.info-table th,
.info-table td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.dish-table th,
.info-table th {
  color: var(--leaf-dark);
  background: var(--rice);
  font-weight: 700;
}

.dish-table tr:last-child td,
.info-table tr:last-child td {
  border-bottom: 0;
}

.decision-box {
  margin-top: 22px;
  padding: 22px;
  border-left: 5px solid var(--leaf);
  background: #fff;
}

.decision-box p {
  margin: 0;
}

.maps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.map-link {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  font-weight: 700;
}

.map-link small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 400;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: 22px;
}

.faq-item h3 {
  font-size: 20px;
}

.faq-item p {
  margin: 10px 0 0;
  color: var(--muted);
}

.source-note {
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.footer {
  padding: 34px 24px;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}

@media (max-width: 900px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .hero,
  .hero-inner {
    min-height: 620px;
  }

  .hero-facts,
  .fact-grid,
  .scenario-grid,
  .article-grid,
  .maps,
  .split,
  .image-grid {
    grid-template-columns: 1fr;
  }

  .image-card.tall {
    grid-row: auto;
  }

  .image-card.tall img,
  .image-card img,
  .photo-frame img {
    min-height: 260px;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .nav,
  main,
  .hero-inner,
  .hero-facts {
    padding-left: 18px;
    padding-right: 18px;
  }

  h1 {
    font-size: 40px;
  }

  .hero-summary {
    font-size: 18px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .wide-band {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .dish-table,
  .info-table {
    font-size: 15px;
  }
}
