:root {
  --ink: #2f3a31;
  --ink-soft: #667066;
  --cream: #f7f2ec;
  --cream-deep: #eee6dc;
  --paper: rgba(255, 252, 248, 0.72);
  --sage: #8fa68f;
  --sage-dark: #627b67;
  --raspberry: #b75469;
  --peach: #e5b8a3;
  --line: rgba(47, 58, 49, 0.12);
  --shadow: 0 28px 70px rgba(73, 59, 49, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 15%, rgba(232, 191, 173, 0.23), transparent 26rem),
    radial-gradient(circle at 88% 74%, rgba(150, 176, 151, 0.22), transparent 27rem),
    var(--cream);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  content: "";
  opacity: 0.04;
  pointer-events: none;
}

.ambient {
  position: fixed;
  z-index: -1;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  filter: blur(16px);
  pointer-events: none;
}

.ambient-one {
  top: -12rem;
  right: -6rem;
  background: rgba(194, 210, 189, 0.3);
}

.ambient-two {
  bottom: -14rem;
  left: -8rem;
  background: rgba(231, 193, 175, 0.3);
}

.page-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 104px;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.wordmark-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--raspberry);
  box-shadow: 0 0 0 5px rgba(183, 84, 105, 0.1);
}

.due-date {
  color: var(--ink-soft);
  font-family: "Newsreader", serif;
  font-size: 1.05rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 5vw;
  align-items: center;
  min-height: 650px;
  padding: 72px 0 84px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--sage-dark);
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: "Newsreader", serif;
  font-weight: 400;
}

h1 {
  max-width: 680px;
  margin-bottom: 24px;
  font-size: clamp(3.6rem, 6.4vw, 6.3rem);
  line-height: 0.93;
  letter-spacing: -0.055em;
}

h1 span {
  color: var(--raspberry);
  font-style: italic;
}

.intro {
  max-width: 470px;
  margin-bottom: 42px;
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.75;
}

.countdown {
  display: flex;
  gap: 26px;
  align-items: center;
}

.countdown > div:first-child {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.countdown strong {
  font-family: "Newsreader", serif;
  font-size: 3.1rem;
  font-weight: 400;
  line-height: 1;
}

.countdown span,
.countdown p {
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.5;
}

.countdown p {
  margin: 0;
}

.countdown-rule {
  width: 1px;
  height: 46px;
  background: var(--line);
}

.fruit-stage {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  isolation: isolate;
}

.fruit-stage::before {
  position: absolute;
  z-index: -2;
  width: 79%;
  height: 79%;
  border: 1px solid rgba(98, 123, 103, 0.15);
  border-radius: 50%;
  background: rgba(255, 252, 248, 0.5);
  box-shadow: var(--shadow), inset 0 0 70px rgba(255, 255, 255, 0.72);
  content: "";
  backdrop-filter: blur(8px);
}

.fruit-glow {
  position: absolute;
  z-index: -1;
  width: 42%;
  height: 42%;
  border-radius: 50%;
  background: rgba(213, 146, 158, 0.35);
  filter: blur(35px);
}

.fruit {
  position: relative;
  display: grid;
  place-items: center;
  width: 52%;
  aspect-ratio: 1;
  font-size: clamp(7rem, 14vw, 11rem);
  filter: drop-shadow(0 28px 25px rgba(75, 49, 53, 0.2));
  transform: rotate(-5deg);
  animation: float 5.5s ease-in-out infinite;
}

.fruit svg {
  width: 78%;
  height: 78%;
  overflow: visible;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(98, 123, 103, 0.19);
  border-radius: 50%;
}

.orbit-one {
  width: 92%;
  height: 72%;
  transform: rotate(-28deg);
}

.orbit-two {
  width: 84%;
  height: 63%;
  transform: rotate(47deg);
}

.spark {
  position: absolute;
  color: var(--raspberry);
  opacity: 0.66;
}

.spark-one {
  top: 24%;
  right: 15%;
  font-size: 1.4rem;
}

.spark-two {
  right: 13%;
  bottom: 25%;
  font-size: 3rem;
}

.spark-three {
  bottom: 19%;
  left: 18%;
  color: var(--sage-dark);
  font-size: 0.8rem;
}

.progress-card {
  padding: 46px 52px 40px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: 0 18px 60px rgba(74, 62, 52, 0.08);
  backdrop-filter: blur(18px);
}

.progress-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 38px;
}

.progress-heading .section-kicker {
  margin-bottom: 8px;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 3.4vw, 3rem);
  letter-spacing: -0.035em;
}

.progress-percent {
  margin-bottom: 6px;
  color: var(--sage-dark);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.progress-track {
  position: relative;
  height: 7px;
  border-radius: 999px;
  background: var(--cream-deep);
}

.progress-fill {
  width: 21%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--sage), var(--raspberry));
  transition: width 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

.progress-marker {
  position: absolute;
  top: 50%;
  left: 21%;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 6px solid rgba(255, 252, 248, 0.9);
  border-radius: 50%;
  color: white;
  background: var(--raspberry);
  box-shadow: 0 5px 15px rgba(143, 72, 88, 0.3);
  font-size: 0.66rem;
  transform: translate(-50%, -50%);
  transition: left 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

.progress-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  color: var(--ink-soft);
  font-family: "Newsreader", serif;
  font-size: 0.9rem;
  font-style: italic;
}

.week-glimpse {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  align-items: center;
  padding: 140px 4vw;
}

.glimpse-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 5vw, 4.4rem);
}

.glimpse-copy > p:last-child {
  max-width: 420px;
  color: var(--ink-soft);
  line-height: 1.8;
}

.week-carousel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
}

.arrow-button {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 252, 248, 0.55);
  cursor: pointer;
  font-size: 1.1rem;
  transition: transform 160ms ease, background 160ms ease;
}

.arrow-button:hover:not(:disabled) {
  background: white;
  transform: translateY(-2px);
}

.arrow-button:focus-visible,
.wordmark:focus-visible {
  outline: 3px solid rgba(183, 84, 105, 0.24);
  outline-offset: 4px;
}

.arrow-button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.week-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 24px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 140px 140px 26px 26px;
  background: rgba(255, 252, 248, 0.62);
  box-shadow: var(--shadow);
  text-align: center;
}

.week-card-label {
  color: var(--sage-dark);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.week-card-fruit {
  margin: 18px 0 10px;
  font-size: 5.6rem;
  line-height: 1;
  filter: drop-shadow(0 13px 14px rgba(63, 53, 48, 0.13));
}

.week-card-fruit svg {
  display: block;
  width: 92px;
  height: 92px;
  overflow: visible;
}

.week-card h3 {
  margin-bottom: 8px;
  font-size: 2rem;
}

.week-card p {
  max-width: 220px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.6;
}

footer {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 42px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-family: "Newsreader", serif;
  font-size: 0.95rem;
}

footer p {
  margin: 0;
}

footer span {
  color: var(--raspberry);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(-5deg);
  }
  50% {
    transform: translateY(-13px) rotate(-2deg);
  }
}

@media (max-width: 840px) {
  .page-shell {
    width: min(100% - 32px, 680px);
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 64px 0 90px;
  }

  .fruit-stage {
    width: min(100%, 510px);
    margin: -30px auto 0;
  }

  .progress-card {
    padding: 38px 30px 32px;
  }

  .week-glimpse {
    grid-template-columns: 1fr;
    padding: 110px 0;
  }

  .glimpse-copy {
    text-align: center;
  }

  .glimpse-copy > p:last-child {
    margin-right: auto;
    margin-left: auto;
  }

  .week-carousel {
    width: min(100%, 490px);
    margin: 0 auto;
  }
}

@media (max-width: 520px) {
  .site-header {
    min-height: 84px;
  }

  .wordmark {
    font-size: 0.68rem;
  }

  .due-date {
    font-size: 0.92rem;
  }

  h1 {
    font-size: clamp(3.25rem, 17vw, 4.4rem);
  }

  .hero {
    gap: 44px;
    padding-top: 54px;
  }

  .countdown {
    gap: 15px;
  }

  .countdown strong {
    font-size: 2.5rem;
  }

  .countdown p {
    display: none;
  }

  .countdown-rule {
    display: none;
  }

  .fruit-stage {
    width: 112%;
    margin-left: -6%;
  }

  .progress-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .progress-percent {
    margin: 0;
  }

  .progress-card {
    padding: 32px 22px 28px;
    border-radius: 22px;
  }

  .week-glimpse {
    padding: 90px 0;
  }

  .week-carousel {
    grid-template-columns: 38px 1fr 38px;
    gap: 8px;
  }

  .arrow-button {
    width: 38px;
    height: 38px;
  }

  .week-card {
    min-height: 300px;
    border-radius: 110px 110px 24px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
