:root {
  --reset-ivory: #f7f0e7;
  --reset-paper: #fcf8f2;
  --reset-rose: #c8837d;
  --reset-rose-deep: #a86163;
  --reset-aubergine: #4c2f45;
  --reset-aubergine-soft: #725467;
  --reset-gold: #b28a4a;
  --reset-gold-pale: #d8bd8a;
  --reset-ink: #382a33;
  --reset-line: rgba(76, 47, 69, .16);
  --reset-serif: Georgia, "Times New Roman", serif;
  --reset-sans: Avenir, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--reset-ink);
  background: var(--reset-ivory);
  font-family: var(--reset-sans);
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.reset-skip {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 50;
  padding: 10px 14px;
  background: var(--reset-aubergine);
  color: white;
  transform: translateY(-180%);
}

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

.reset-hero {
  position: relative;
  min-height: 830px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(252, 248, 242, .72) 0%, rgba(247, 240, 231, .4) 43%, rgba(241, 227, 220, .16) 100%),
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, .56) 0 17%, rgba(255, 255, 255, .14) 48%, transparent 67%),
    url("./assets/40-day-reset-sunrise.jpg") center 58% / cover no-repeat,
    linear-gradient(145deg, var(--reset-paper) 0%, var(--reset-ivory) 58%, #f1e3dc 100%);
  isolation: isolate;
}

.reset-hero::before,
.reset-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(178, 138, 74, .35);
  border-radius: 58% 42% 48% 52% / 45% 53% 47% 55%;
  pointer-events: none;
}

.reset-hero::before {
  width: 590px;
  height: 760px;
  left: -320px;
  top: 96px;
  transform: rotate(18deg);
  box-shadow: inset -36px 8px 0 rgba(200, 131, 125, .06);
}

.reset-hero::after {
  width: 520px;
  height: 690px;
  right: -290px;
  top: 48px;
  transform: rotate(-22deg);
  box-shadow: inset 32px -8px 0 rgba(178, 138, 74, .055);
}

.reset-nav {
  width: min(1360px, calc(100% - 80px));
  height: 106px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border-bottom: 1px solid var(--reset-line);
  text-shadow: 0 1px 18px rgba(252, 248, 242, .9);
}

.reset-brand {
  justify-self: start;
  text-decoration: none;
  font-family: var(--reset-serif);
  font-size: 15px;
  letter-spacing: .17em;
  color: var(--reset-aubergine);
}

.reset-brand small {
  display: block;
  margin-top: 4px;
  font: 9px/1 var(--reset-sans);
  letter-spacing: .28em;
  color: var(--reset-rose-deep);
  text-transform: uppercase;
}

.reset-nav-link {
  justify-self: end;
  padding: 7px 0;
  border-bottom: 1px solid var(--reset-gold);
  color: var(--reset-aubergine);
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.reset-hero-inner {
  position: relative;
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  padding: 76px 0;
  text-align: center;
}

.reset-halo {
  position: absolute;
  z-index: -1;
  width: 660px;
  height: 330px;
  left: 50%;
  top: 102px;
  transform: translateX(-50%);
  border: 1px solid rgba(216, 189, 138, .28);
  border-radius: 50% 50% 48% 52%;
  background: rgba(255, 255, 255, .38);
  box-shadow: 0 0 90px rgba(252, 248, 242, .36);
}

.reset-eyebrow,
.reset-kicker {
  color: var(--reset-rose-deep);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.reset-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 28px;
}

.reset-eyebrow::before,
.reset-eyebrow::after {
  content: "";
  width: 36px;
  height: 1px;
  background: var(--reset-gold-pale);
}

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

h1,
h2,
h3 { font-family: var(--reset-serif); font-weight: 400; }

h1 {
  max-width: 900px;
  margin: 0 auto 26px;
  color: var(--reset-aubergine);
  font-size: clamp(54px, 5.25vw, 82px);
  line-height: 1.04;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.reset-support {
  max-width: 720px;
  margin: 0 auto 35px;
  color: var(--reset-aubergine-soft);
  font-family: var(--reset-serif);
  font-size: 19px;
  line-height: 1.7;
  text-wrap: balance;
}

.reset-cta {
  min-width: 270px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 18px 28px;
  border: 1px solid var(--reset-aubergine);
  border-radius: 999px;
  background: var(--reset-aubergine);
  color: #fffaf3;
  box-shadow: 0 14px 34px rgba(76, 47, 69, .16);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .11em;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.reset-cta:hover,
.reset-cta:focus-visible {
  transform: translateY(-2px);
  background: #5b3952;
  box-shadow: 0 18px 40px rgba(76, 47, 69, .23);
}

.reset-cta:focus-visible,
.reset-nav-link:focus-visible,
.reset-brand:focus-visible,
.reset-footer a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--reset-gold-pale);
  outline-offset: 4px;
}

.reset-trust,
.reset-status {
  margin: 18px 0 0;
  color: #806874;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.reset-botanical {
  position: absolute;
  width: 165px;
  height: 255px;
  bottom: 11px;
  opacity: .7;
  pointer-events: none;
}

.reset-botanical-left { left: 3.5%; transform: rotate(-12deg); }
.reset-botanical-right { right: 3.5%; transform: scaleX(-1) rotate(-12deg); }

.reset-stem {
  position: absolute;
  left: 80px;
  bottom: 0;
  width: 1px;
  height: 245px;
  background: var(--reset-gold-pale);
  transform: rotate(8deg);
  transform-origin: bottom;
}

.reset-leaf {
  position: absolute;
  width: 48px;
  height: 24px;
  border: 1px solid var(--reset-rose);
  border-radius: 100% 0 100% 0;
  background: rgba(200, 131, 125, .07);
}

.reset-leaf:nth-child(2) { left: 76px; bottom: 61px; transform: rotate(-16deg); }
.reset-leaf:nth-child(3) { left: 38px; bottom: 104px; transform: scaleX(-1) rotate(-1deg); }
.reset-leaf:nth-child(4) { left: 82px; bottom: 151px; transform: rotate(-23deg) scale(.85); }
.reset-leaf:nth-child(5) { left: 43px; bottom: 190px; transform: scaleX(-1) rotate(-5deg) scale(.7); }

.reset-dark {
  position: relative;
  overflow: hidden;
  background: var(--reset-aubergine);
  color: var(--reset-paper);
}

.reset-intro {
  min-height: 400px;
  padding: 82px 32px 104px;
  text-align: center;
}

.reset-intro::before {
  content: "40";
  position: absolute;
  left: 50%;
  top: -120px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .025);
  font: 400 310px/1 var(--reset-serif);
  pointer-events: none;
}

.reset-dark .reset-kicker { color: var(--reset-gold-pale); }

.reset-intro h2,
.reset-included h2 {
  position: relative;
  margin: 0 auto 20px;
  color: #fffaf3;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.reset-intro > p:last-child {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  color: #dfd1d8;
  font: 19px/1.75 var(--reset-serif);
}

.reset-section {
  padding: clamp(76px, 9vw, 132px) clamp(24px, 7vw, 112px);
}

.reset-section h2 {
  margin-bottom: 24px;
  color: var(--reset-aubergine);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.reset-two-column {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(54px, 9vw, 132px);
  align-items: start;
}

.reset-copy,
.reset-whole-copy,
.reset-story > div:last-child {
  color: var(--reset-aubergine-soft);
  font: 18px/1.8 var(--reset-serif);
}

.reset-emphasis {
  color: var(--reset-aubergine);
  font-size: 24px;
}

.reset-whole {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  gap: clamp(52px, 9vw, 132px);
  align-items: center;
  background: var(--reset-paper);
}

.reset-whole-copy { max-width: 700px; justify-self: end; }

.reset-course-art {
  position: relative;
  width: min(100%, 420px);
  margin: 0;
  justify-self: start;
  text-align: center;
}

.reset-course-art img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: center top;
  border-radius: 48% 48% 24px 24px;
  box-shadow: 0 30px 70px rgba(76, 47, 69, .18);
}

.reset-art-halo {
  position: absolute;
  inset: -30px;
  border: 1px solid rgba(178, 138, 74, .28);
  border-radius: 50% 50% 32px 32px;
}

.reset-course-art figcaption {
  margin-top: 22px;
  color: var(--reset-rose-deep);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.reset-journey { background: linear-gradient(180deg, #f3e8e1, var(--reset-ivory)); }

.reset-section-heading {
  width: min(850px, 100%);
  margin: 0 auto 62px;
  text-align: center;
}

.reset-section-heading > p:last-child {
  max-width: 680px;
  margin: 0 auto;
  color: var(--reset-aubergine-soft);
  font: 18px/1.75 var(--reset-serif);
}

.reset-phases {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 72px;
}

.reset-phases li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  padding: 30px 0;
  border-top: 1px solid var(--reset-line);
}

.reset-phases li > span {
  color: var(--reset-rose-deep);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
}

.reset-phases h3 {
  margin: 0 0 10px;
  color: var(--reset-aubergine);
  font-size: 27px;
}

.reset-phases p {
  margin-bottom: 0;
  color: var(--reset-aubergine-soft);
  line-height: 1.7;
}

.reset-included { padding: clamp(76px, 9vw, 120px) clamp(24px, 7vw, 112px); }
.reset-included .reset-section-heading { margin-bottom: 42px; }

.reset-included-list {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reset-included-list li {
  min-height: 190px;
  padding: 30px;
  border-top: 1px solid rgba(216, 189, 138, .28);
  border-right: 1px solid rgba(216, 189, 138, .18);
}

.reset-included-list li:nth-child(3n) { border-right: 0; }

.reset-included-list span {
  display: block;
  margin-bottom: 18px;
  color: var(--reset-gold-pale);
  font: 400 32px/1 var(--reset-serif);
}

.reset-included-list p { color: #dfd1d8; line-height: 1.65; }

.reset-compassion {
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}

.reset-compassion::before,
.reset-compassion::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 310px;
  top: 50%;
  border: 1px solid rgba(178, 138, 74, .22);
  border-radius: 50%;
  transform: translateY(-50%) rotate(12deg);
}

.reset-compassion::before { left: -100px; }
.reset-compassion::after { right: -100px; transform: translateY(-50%) rotate(-12deg); }

.reset-compassion-copy {
  max-width: 720px;
  margin: 0 auto;
  color: var(--reset-aubergine-soft);
  font: 20px/1.75 var(--reset-serif);
}

.reset-story {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1fr);
  gap: clamp(54px, 9vw, 130px);
  align-items: center;
  background: var(--reset-paper);
}

.reset-story-mark {
  position: relative;
  width: min(390px, 78vw);
  aspect-ratio: 1;
  justify-self: end;
  display: grid;
  place-items: center;
  border: 1px solid var(--reset-gold-pale);
  border-radius: 50%;
  color: var(--reset-rose-deep);
  font: 400 clamp(90px, 11vw, 170px)/1 var(--reset-serif);
  box-shadow: inset 0 0 0 28px rgba(200, 131, 125, .05), inset 0 0 0 60px rgba(178, 138, 74, .04);
}

.reset-story > div:last-child { max-width: 690px; }
.reset-signature { color: var(--reset-rose-deep); font-size: 27px; font-style: italic; }

.reset-faq { background: linear-gradient(180deg, var(--reset-ivory), #f3e7df); }

.reset-faq-list {
  width: min(900px, 100%);
  margin: 0 auto;
  border-bottom: 1px solid var(--reset-line);
}

.reset-faq details { border-top: 1px solid var(--reset-line); }

.reset-faq summary {
  position: relative;
  cursor: pointer;
  padding: 25px 54px 25px 0;
  color: var(--reset-aubergine);
  font: 400 23px/1.35 var(--reset-serif);
  list-style: none;
}

.reset-faq summary::-webkit-details-marker { display: none; }

.reset-faq summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 22px;
  color: var(--reset-rose-deep);
  font: 400 28px/1 var(--reset-serif);
}

.reset-faq details[open] summary::after { content: "−"; }

.reset-faq details p {
  max-width: 720px;
  padding: 0 0 28px;
  color: var(--reset-aubergine-soft);
  line-height: 1.7;
}

.reset-enroll {
  position: relative;
  overflow: hidden;
  padding: clamp(92px, 11vw, 150px) 24px;
  background: var(--reset-paper);
  text-align: center;
  isolation: isolate;
}

.reset-enroll-halo {
  position: absolute;
  z-index: -1;
  width: 760px;
  height: 440px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(178, 138, 74, .22);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .75), rgba(200, 131, 125, .05) 58%, transparent 72%);
}

.reset-enroll h2 {
  max-width: 760px;
  margin: 0 auto 22px;
  color: var(--reset-aubergine);
  font-size: clamp(48px, 6vw, 78px);
  line-height: 1.03;
}

.reset-enroll > p:not(.reset-kicker):not(.reset-status) {
  max-width: 620px;
  margin: 0 auto 28px;
  color: var(--reset-aubergine-soft);
  font: 19px/1.7 var(--reset-serif);
}

.reset-price { margin: 0 0 27px; }

.reset-price small {
  display: block;
  margin-bottom: 4px;
  color: var(--reset-rose-deep);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.reset-price strong { color: var(--reset-aubergine); font: 400 54px/1 var(--reset-serif); }

.reset-health-note {
  padding: 40px max(24px, calc((100% - 980px) / 2));
  background: #eee1da;
  color: var(--reset-aubergine-soft);
}

.reset-health-note h2 {
  margin-bottom: 9px;
  color: var(--reset-aubergine);
  font-size: 22px;
}

.reset-health-note p { margin-bottom: 0; font-size: 14px; line-height: 1.7; }

.reset-footer {
  min-height: 150px;
  padding: 38px clamp(24px, 7vw, 112px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--reset-aubergine);
  color: #fffaf3;
}

.reset-footer .reset-brand { color: #fffaf3; }
.reset-footer .reset-brand small { color: var(--reset-gold-pale); }
.reset-footer > a:last-child { color: #dfd1d8; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 900px) {
  .reset-two-column,
  .reset-whole,
  .reset-story { grid-template-columns: 1fr; }
  .reset-whole-copy,
  .reset-course-art,
  .reset-story-mark { justify-self: center; }
  .reset-whole-copy,
  .reset-story > div:last-child { max-width: 760px; }
  .reset-phases { grid-template-columns: 1fr; }
  .reset-included-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reset-included-list li:nth-child(3n) { border-right: 1px solid rgba(216, 189, 138, .18); }
  .reset-included-list li:nth-child(2n) { border-right: 0; }
  .reset-story-mark { width: min(300px, 70vw); }
}

@media (max-width: 620px) {
  .reset-hero {
    min-height: 760px;
    background-position: center, center, center 58%, center;
  }
  .reset-nav { width: calc(100% - 36px); height: 82px; grid-template-columns: 1fr auto; }
  .reset-brand { font-size: 12px; }
  .reset-nav-link { font-size: 9px; }
  .reset-hero-inner { padding-top: 70px; }
  .reset-eyebrow { font-size: 9px; letter-spacing: .16em; }
  .reset-eyebrow::before,
  .reset-eyebrow::after { width: 18px; }
  h1 { font-size: clamp(46px, 13vw, 65px); }
  .reset-support { font-size: 17px; line-height: 1.6; }
  .reset-botanical { opacity: .32; transform: scale(.72) rotate(-12deg); transform-origin: bottom; }
  .reset-botanical-right { transform: scaleX(-1) scale(.72) rotate(-12deg); }
  .reset-section { padding-left: 22px; padding-right: 22px; }
  .reset-section h2 { font-size: clamp(39px, 12vw, 54px); }
  .reset-included-list { grid-template-columns: 1fr; }
  .reset-included-list li,
  .reset-included-list li:nth-child(3n) { min-height: auto; border-right: 0; }
  .reset-compassion::before,
  .reset-compassion::after { display: none; }
  .reset-enroll-halo { width: 120vw; }
  .reset-footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
