:root {
  color: #1d312d;
  background: #f6f4ee;
  font-family: "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --green-950: #0d312f;
  --green-900: #123e3b;
  --green-700: #27665f;
  --cream: #f6f4ee;
  --surface: #fffefa;
  --gold: #d7a84b;
  --gold-soft: #f5d98d;
  --ink: #1d312d;
  --muted: #65736f;
  --line: #dfdfd7;
}

* { box-sizing: border-box; }

html { min-width: 320px; scroll-behavior: smooth; }

body { min-width: 320px; min-height: 100vh; margin: 0; overflow-x: hidden; }

body::before,
body::after {
  position: fixed;
  z-index: -2;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  content: "";
  filter: blur(2px);
  pointer-events: none;
}

body::before {
  top: -290px;
  right: -170px;
  background: radial-gradient(circle, rgba(215, 168, 75, .25), rgba(215, 168, 75, 0) 70%);
}

body::after {
  bottom: -350px;
  left: -220px;
  background: radial-gradient(circle, rgba(39, 102, 95, .17), rgba(39, 102, 95, 0) 70%);
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  color: white;
  background: var(--green-950);
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.page-shell {
  width: min(1180px, calc(100% - 48px));
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.site-header {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(18, 62, 59, .12);
}

.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--green-950); }
.brand img { width: 44px; height: 44px; }
.brand > span { font-size: 19px; font-weight: 560; letter-spacing: -.5px; }
.brand strong { color: var(--green-700); font-weight: 800; }

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid rgba(39, 102, 95, .17);
  border-radius: 999px;
  color: var(--green-700);
  background: rgba(255, 254, 250, .72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.status-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(215, 168, 75, .16); }

.hero {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: clamp(54px, 8vw, 110px);
  padding: clamp(72px, 10vh, 126px) 0 76px;
}

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

.eyebrow {
  margin: 0 0 22px;
  color: var(--green-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

h1 {
  max-width: 720px;
  margin: 0;
  color: var(--green-950);
  font-size: clamp(48px, 6.5vw, 82px);
  font-weight: 760;
  letter-spacing: -.062em;
  line-height: .98;
}

.hero-lede {
  max-width: 610px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.62;
}

.release-note {
  max-width: 600px;
  margin-top: 38px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(39, 102, 95, .16);
  border-radius: 19px;
  background: rgba(255, 254, 250, .75);
  box-shadow: 0 18px 55px rgba(13, 49, 47, .07);
  backdrop-filter: blur(14px);
}

.release-note__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 13px 13px 13px 5px;
  color: var(--green-950);
  background: var(--gold);
  font-size: 19px;
  font-weight: 850;
}

.release-note strong { display: block; color: var(--ink); font-size: 15px; }
.release-note p { margin: 4px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.hero-art { position: relative; min-height: 470px; display: grid; place-items: center; }

.orbit { position: absolute; border: 1px solid rgba(39, 102, 95, .15); border-radius: 50%; }
.orbit--one { width: 430px; height: 430px; }
.orbit--two { width: 330px; height: 330px; border-color: rgba(215, 168, 75, .27); }

.month-card {
  position: relative;
  width: min(345px, 82vw);
  min-height: 392px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 34px;
  color: white;
  background: linear-gradient(145deg, #0d312f, #1d5c55);
  box-shadow: 0 35px 80px rgba(13, 49, 47, .24), inset 0 1px 0 rgba(255, 255, 255, .14);
  transform: rotate(2.3deg);
}

.month-card::after {
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(215, 168, 75, .16);
  content: "";
}

.month-card__top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; font-size: 13px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.month-card__top i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--green-950); background: var(--gold-soft); font-style: normal; }
.month-card__sun { width: 82px; height: 82px; margin: 58px 0 36px; border: 20px solid rgba(245, 217, 141, .2); border-radius: 50%; background: var(--gold-soft); box-shadow: 0 0 0 20px rgba(245, 217, 141, .07); }
.month-card > p { position: relative; z-index: 1; margin: 0; font-size: 21px; font-weight: 720; letter-spacing: -.03em; line-height: 1.35; }
.month-card__lines { position: relative; z-index: 1; margin-top: 30px; display: grid; gap: 9px; }
.month-card__lines i { height: 5px; border-radius: 99px; background: rgba(255, 255, 255, .16); }
.month-card__lines i:nth-child(1) { width: 88%; }
.month-card__lines i:nth-child(2) { width: 67%; }
.month-card__lines i:nth-child(3) { width: 42%; background: var(--gold); }

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 28px 0 62px;
  border-top: 1px solid rgba(18, 62, 59, .12);
}

.principles article { min-width: 0; padding: 24px; display: flex; gap: 16px; border-radius: 20px; background: rgba(255, 254, 250, .58); }
.principles article > span { color: var(--gold); font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.principles h2 { margin: 0; color: var(--ink); font-size: 16px; letter-spacing: -.02em; }
.principles p { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.site-footer {
  min-height: 96px;
  padding: 26px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(18, 62, 59, .12);
  color: var(--muted);
  font-size: 12px;
}

.site-footer p { margin: 0; }

@media (max-width: 860px) {
  .page-shell { width: min(100% - 34px, 680px); }
  .site-header { min-height: 90px; }
  .hero { grid-template-columns: 1fr; gap: 52px; padding: 70px 0 58px; }
  .hero-copy { max-width: 100%; }
  h1 { max-width: 620px; font-size: clamp(46px, 12.5vw, 68px); }
  .hero-art { min-height: 410px; }
  .orbit--one { width: min(410px, 94vw); height: min(410px, 94vw); }
  .orbit--two { width: min(320px, 76vw); height: min(320px, 76vw); }
  .month-card { width: min(320px, 78vw); min-height: 365px; }
  .principles { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .page-shell { width: min(100% - 28px, 480px); }
  .site-header { gap: 12px; }
  .brand img { width: 38px; height: 38px; }
  .brand > span { font-size: 17px; }
  .status-pill { padding: 8px 10px; font-size: 10px; }
  .hero { padding-top: 58px; }
  .eyebrow { max-width: 300px; margin-bottom: 18px; line-height: 1.5; }
  h1 { font-size: clamp(43px, 13vw, 58px); }
  .hero-lede { margin-top: 24px; font-size: 17px; line-height: 1.58; }
  .release-note { align-items: flex-start; margin-top: 30px; padding: 16px; }
  .hero-art { min-height: 370px; }
  .month-card { width: min(286px, 80vw); min-height: 330px; padding: 23px; border-radius: 29px; }
  .month-card__sun { width: 70px; height: 70px; margin: 44px 0 30px; border-width: 17px; }
  .month-card > p { font-size: 18px; }
  .principles article { padding: 20px 18px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
