:root {
  color: #25211f;
  background: #f4f1eb;
  font-family:
    Inter, "Hiragino Sans", "Yu Gothic", system-ui, -apple-system, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 88% 4%, rgb(185 123 97 / 18%), transparent 34rem),
    #f4f1eb;
}

.page-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0 40px;
}

.hero {
  max-width: 850px;
}

.eyebrow,
.card-kicker {
  margin: 0 0 14px;
  color: #945a45;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 800px;
  margin-bottom: 24px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(2.5rem, 7vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.lede {
  max-width: 680px;
  margin-bottom: 44px;
  color: #5f5752;
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.9;
}

.notice {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(260px, 1.3fr);
  gap: 28px;
  margin-bottom: 30px;
  padding: 24px;
  border: 1px solid #d5c9be;
  background: rgb(255 255 255 / 50%);
}

.notice h2 {
  margin-bottom: 0;
  font-size: 1rem;
}

.notice p,
.track-card p {
  margin-bottom: 0;
  color: #675e58;
  line-height: 1.75;
}

.tracks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #bdb1a7;
  border-left: 1px solid #bdb1a7;
}

.track-card {
  min-height: 300px;
  padding: 28px;
  border-right: 1px solid #bdb1a7;
  border-bottom: 1px solid #bdb1a7;
  background: rgb(255 255 255 / 36%);
}

.track-card h2 {
  margin-bottom: 80px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.clinic {
  background: #eadfd6;
}

.source {
  background: #303b37;
  color: #f7f3ed;
}

.source .card-kicker,
.source p {
  color: #d7d0c7;
}

.status {
  padding-top: 20px;
  color: #756c66;
  font-size: 0.82rem;
}

@media (max-width: 760px) {
  .page-shell {
    padding-top: 42px;
  }

  .notice,
  .tracks {
    grid-template-columns: 1fr;
  }

  .track-card {
    min-height: auto;
  }

  .track-card h2 {
    margin-bottom: 42px;
  }
}
