/* About Us page — Seasons */

/* ─── Top nav (editorial split) ─── */
.about-nav {
  position: absolute; top: 0; left: 0; right: 0; z-index: 50;
  padding: 28px 0;
}
.about-nav__row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
}
.about-nav__group { display: flex; gap: 36px; }
.about-nav__group--end { justify-content: flex-end; }
.about-nav__link {
  font: 500 11px var(--font-body);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--paper-2);
  transition: color var(--t-fast);
}
.about-nav__link:hover { color: var(--paper-1); }
.about-nav__brand {
  font-family: var(--font-wordmark);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 22px;
  color: var(--paper-1);
}

/* ─── Hero ─── */
.hero {
  position: relative;
  padding: 140px 0 88px;
}
.hero__row {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 88px;
  align-items: center;
}
.hero__phone-wrap { display: flex; justify-content: center; }
.hero__copy { padding-left: 12px; }
.hero__h1 {
  font: 700 clamp(48px, 5.4vw, 80px)/0.96 var(--font-display);
  font-stretch: 62.5%;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  text-wrap: balance;
}
.hero__h1 em {
  font-family: var(--font-script);
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  letter-spacing: 0;
}
.hero__sub {
  font: 400 15px/1.55 var(--font-body);
  color: var(--paper-2);
  max-width: 640px;
  margin: 0 0 28px;
}
.hero__ctas { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }

.btn-appstore {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--ink-1); color: var(--paper-1);
  border: none; border-radius: 999px;
  padding: 10px 22px 10px 16px;
  cursor: pointer; text-decoration: none;
  transition: background var(--t-fast);
}
.btn-appstore:hover { background: #1c1816; }
.btn-appstore__sm { font: 500 9px/1 var(--font-body); color: var(--paper-3); letter-spacing: .04em; }
.btn-appstore__lg { font: 500 16px/1 var(--font-body); color: var(--paper-1); margin-top: 2px; }
.btn-appstore svg { width: 22px; height: 22px; flex-shrink: 0; }

.btn-features {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--paper-1);
  border: 1px solid var(--paper-faint);
  padding: 14px 22px; border-radius: 999px;
  font: 500 11px var(--font-body);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer; text-decoration: none;
  transition: background var(--t-fast), border-color var(--t-fast);
}
.btn-features:hover { background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,0.4); }

/* Hide the in-component phase picker globally on this page */
.phone__phase-picker { display: none !important; }

/* ─── Section dividing rule on cream surfaces ─── */
.cream-section {
  background: var(--cream-300);
  color: var(--ink-2);
}
.about-rule {
  height: 1px;
  background: rgba(17,17,17,0.18);
}

/* ─── From Girl To Girl ─── */
.story {
  padding: clamp(56px, 7vw, 96px) 0 clamp(56px, 7vw, 96px);
}
.story__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.story__photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #C9C9C9;
}
.story__photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.02);
}
.story__h2 {
  font: 700 clamp(56px, 6vw, 92px)/1.0 var(--font-display);
  font-stretch: normal;
  letter-spacing: -0.015em;
  margin: 0 0 24px;
  color: var(--ink-1);
}
.story__body { max-width: 720px; }
.story__body p {
  font: 400 15px/1.55 var(--font-body);
  color: var(--ink-1);
  margin: 0 0 18px;
  text-align: justify;
  hyphens: none;
}
.story__signoff {
  font: 400 15px/1.6 var(--font-body);
  color: var(--ink-1);
  margin-top: 20px;
  font-style: normal;
}

.story__pullquote {
  margin-top: clamp(28px, 3vw, 44px);
  max-width: none;
  width: 100%;
  position: relative;
  padding-top: 8px;
}
.story__pullquote::before {
  content: '\201C';
  display: block;
  font: 900 88px/0.75 Georgia, 'Times New Roman', serif;
  color: var(--ink-1);
  margin: 0 0 -18px -4px;
  letter-spacing: -0.08em;
  transform: scaleY(1.05);
  transform-origin: bottom left;
}
.story__pullquote p {
  font: 500 clamp(28px, 3.2vw, 44px)/1.1 var(--font-body);
  letter-spacing: -0.015em;
  color: var(--ink-1);
  margin: 0;
  text-wrap: balance;
}

/* ─── Stats ─── */
.stats {
  padding: clamp(80px, 10vw, 140px) 0;
}
.stats__row {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 96px;
  align-items: center;
}
.stats__lede .eyebrow-rule {
  font: 500 13px var(--font-body);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--paper-2);
  margin-bottom: 10px;
}
.stats__h2 {
  font: 700 clamp(48px, 5.4vw, 78px)/1.0 var(--font-display);
  font-stretch: 75%;
  letter-spacing: -0.02em;
  margin: 0 0 32px;
  color: var(--paper-1);
}
.stats__h2 em {
  font-family: var(--font-script);
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
.stats__p {
  font: 400 16px/1.55 var(--font-body);
  color: var(--paper-2);
  margin: 0 0 18px;
  max-width: 520px;
}
.stats__grid {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--paper-faint);
}
.stat-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 28px;
  align-items: center;
  padding: 28px 0 32px;
  border-bottom: 1px solid var(--paper-faint);
}
.stat-row__num {
  font: 500 60px/0.95 var(--font-display);
  font-stretch: 75%;
  letter-spacing: -0.02em;
  color: var(--paper-1);
  font-variant-numeric: lining-nums tabular-nums;
}
.stat-row__body {
  font: 400 15px/1.5 var(--font-body);
  color: var(--paper-2);
  padding-top: 0;
}

/* ─── Questions / floating pills ─── */
.questions {
  position: relative;
  width: 100%;
  background: #DCD9D4;
  overflow: hidden;
  line-height: 0;
}
.questions__bg {
  display: block;
  width: 100%;
  height: auto;
}

/* ─── Why Seasons ─── */
.why {
  padding: clamp(72px, 9vw, 128px) 0;
  text-align: center;
}
.why__feature-pill {
  display: inline-block;
  padding: 11px 28px;
  border-radius: 999px;
  border: 1px solid var(--paper-faint);
  font: 500 13px var(--font-body);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--paper-2);
  margin-bottom: 6px;
}
.why__h2 {
  font: 700 clamp(56px, 7vw, 104px)/0.96 var(--font-display);
  font-stretch: 62.5%;
  letter-spacing: -0.01em;
  margin: 0 0 4px;
  color: var(--paper-1);
}
.why__h2 em {
  font-style: normal;
}
.why__sub {
  font: 400 15px/1.5 var(--font-body);
  color: var(--paper-2);
  margin: 0 0 48px;
}
.why__phone-row {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
}
.why__arrow {
  width: 56px; height: 56px;
  border-radius: 999px;
  border: 1px solid var(--paper-faint);
  background: transparent;
  display: inline-grid; place-items: center;
  color: var(--paper-1);
  cursor: pointer;
  transition: background var(--t-fast), border-color var(--t-fast);
  flex-shrink: 0;
}
.why__arrow:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.4); }
.why__arrow:active { transform: scale(0.96); }
.why__callout-stack {
  position: relative;
  width: min(460px, 90%);
  margin: -200px auto 0;
  min-height: 200px;
  z-index: 5;
}
.why__callout {
  position: absolute;
  inset: 0;
  background: #ffffff;
  color: var(--ink-1);
  border-radius: 28px;
  padding: 26px 36px 28px;
  text-align: left;
  box-sizing: border-box;
  box-shadow: 0 22px 48px rgba(0,0,0,0.28), 0 6px 14px rgba(0,0,0,0.14);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.why__callout.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.why__callout h4 {
  font: 600 30px var(--font-display);
  font-stretch: 75%;
  letter-spacing: -0.015em;
  margin: 0 0 10px;
  color: #111;
}
.why__callout p {
  font: 400 15px/1.45 var(--font-body);
  color: #111;
  margin: 0;
}

/* ─── Testimonials ─── */
.testimonials-section {
  background: #ffffff;
  color: var(--ink-1);
  padding: clamp(64px, 8vw, 120px) 0 clamp(64px, 8vw, 120px);
}
.testimonials {
  padding: 0;
}
.testimonials__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 56px;
}
.testimonials__crumb {
  font: 400 13px var(--font-body);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-1);
  margin-bottom: 28px;
}
.testimonials__h2 {
  font: 400 clamp(72px, 9.5vw, 156px)/0.92 var(--font-display);
  font-stretch: 75%;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--ink-1);
}
.testimonials__h2 em {
  font-family: var(--font-script);
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
.testimonials__nav {
  display: flex;
  gap: 12px;
  padding-bottom: 14px;
}
.testimonials__arrow {
  width: 52px; height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  background: transparent;
  display: inline-grid; place-items: center;
  color: var(--ink-1);
  cursor: pointer;
  transition: background var(--t-fast), border-color var(--t-fast);
}
.testimonials__arrow:hover {
  background: var(--ink-1);
  color: #fff;
  border-color: var(--ink-1);
}
.testimonials__scroller {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px 0;
}
.testimonials__scroller::-webkit-scrollbar { display: none; }
.testimonials__grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 2 * 28px) / 3);
  gap: 28px;
}
.testimonials__grid > .t-card { scroll-snap-align: start; }
.testimonials__dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 32px;
}
.testimonials__dot {
  width: 6px; height: 6px; border-radius: 999px;
  background: rgba(17, 17, 17, 0.2);
  transition: background var(--t-fast), width var(--t-fast);
}
.testimonials__dot.is-on { background: var(--ink-1); width: 22px; }
.t-card {
  background: #ffffff;
  border: 1px solid #111;
  border-radius: 22px;
  padding: 32px 30px 36px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.t-card__mark {
  font: 900 64px/0.72 Georgia, 'Times New Roman', serif;
  color: var(--ink-1);
  margin: 0 0 -10px;
  letter-spacing: -0.06em;
}
.t-card__title {
  font: 400 28px/1.2 var(--font-body);
  letter-spacing: -0.01em;
  color: var(--ink-1);
  margin: 0 0 22px;
}
.t-card__body {
  font: 400 14px/1.6 var(--font-body);
  color: var(--ink-1);
  margin: 0;
}

/* ─── Every Phase ─── */
.phases-section {
  background: transparent;
  color: var(--paper-1);
  padding: clamp(64px, 8vw, 120px) 0;
}
.phases {
  padding: 0;
}
.phases__row {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: center;
}
.phases__col {
  max-width: 720px;
}
.phases__h2 {
  font: 400 clamp(46px, 6vw, 86px)/1.04 var(--font-display);
  font-stretch: 62.5%;
  letter-spacing: -0.005em;
  margin: 0 0 36px;
  color: var(--paper-1);
}
.phases__tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--paper-faint);
  margin-bottom: 32px;
  padding: 0;
}
.phases__tab {
  flex: 1;
  background: none;
  border: none;
  padding: 8px 0 12px;
  font: 500 12px var(--font-body);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--paper-3);
  cursor: pointer;
  position: relative;
  text-align: center;
  margin: 0;
}
.phases__tab.is-active {
  color: var(--tab-accent, var(--paper-1));
}
.phases__tab.is-active::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: -1px;
  height: 1.5px;
  background: var(--tab-accent, var(--paper-1));
}
.phases__eyebrow {
  font: 500 11px var(--font-body);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--paper-2);
  margin: 8px 0 14px;
}
.phases__h3 {
  font: 400 clamp(32px, 4vw, 56px)/1.08 var(--font-display);
  font-stretch: 62.5%;
  letter-spacing: -0.035em;
  margin: 0 0 16px;
  color: var(--paper-1);
  white-space: nowrap;
}
.phases__body {
  font: 400 13px/1.55 var(--font-body);
  color: var(--paper-2);
  margin: 0 0 32px;
  max-width: none;
}
.phases__bars {
  margin-bottom: 32px;
}
.hormone-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  align-items: center;
  padding: 6px 0;
}
.hormone-row__label {
  font: 500 11px var(--font-body);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--paper-2);
}
.hormone-row__track {
  position: relative;
  height: 1.5px;
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
  overflow: hidden;
}
.hormone-row__line {
  position: absolute;
  top: 0; left: 0; bottom: 0;
  height: 1.5px;
  border-radius: 999px;
  transition: width 0.6s var(--ease-out), background 0.3s var(--ease-out);
}
.phases__tags {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  margin-top: 8px;
  white-space: nowrap;
}
.phases__tag {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.45);
  font: 500 10px var(--font-body);
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--paper-1);
  line-height: 1;
  background: transparent;
  flex-shrink: 1;
}
.phases__phone {
  display: flex;
  justify-content: center;
  align-items: center;
}
.phases__bezel {
  width: 300px;
  background: #0c0c0e;
  border-radius: 48px;
  padding: 10px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.45), inset 0 0 0 1px rgba(255,255,255,0.05);
  position: relative;
}
.phases__notch {
  position: absolute;
  top: 16px; left: 50%;
  transform: translateX(-50%);
  width: 92px; height: 24px;
  border-radius: 12px;
  background: #0c0c0e;
  z-index: 5;
}
.phases__screen {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 38px;
  animation: phase-screen-fade 0.4s var(--ease-out);
}
@keyframes phase-screen-fade {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ─── Experts ─── */
.experts-section {
  background: #E9E9E7;
  color: var(--ink-1);
  padding: clamp(64px, 8vw, 120px) 0 clamp(72px, 9vw, 130px);
}
.experts {
  padding: 0;
}
.experts__crumb {
  font: 500 13px var(--font-body);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-1);
  margin-bottom: 22px;
}
.experts__h2 {
  font: 400 clamp(48px, 7vw, 104px)/1.02 var(--font-display);
  font-stretch: 75%;
  letter-spacing: -0.01em;
  margin: 0 0 64px;
  color: var(--ink-1);
  text-align: left;
}
.experts__h2 em {
  font-family: var(--font-script);
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  letter-spacing: 0;
}
.experts__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.expert-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 24px 22px 24px;
  display: flex;
  flex-direction: column;
}
.expert-card__name {
  font: 500 22px/1.2 var(--font-body);
  letter-spacing: -0.01em;
  color: var(--ink-1);
  margin: 0 0 18px;
}
.expert-card__photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  background: #DCD9D4;
  margin-bottom: 18px;
}
.expert-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  display: block;
}
.expert-card__quote-mark {
  font: 900 52px/0.6 Georgia, 'Times New Roman', serif;
  color: var(--ink-1);
  letter-spacing: -0.06em;
  margin: 18px 0 -10px;
}
.expert-card__quote {
  font: 400 10.5px/1.7 'Inter', var(--font-body);
  color: #6a6a6a;
  margin: 0;
  text-align: justify;
  hyphens: auto;
  letter-spacing: 0.01em;
}

/* ─── Footer ─── */
.about-footer {
  padding: 72px 0 32px;
  border-top: 1px solid var(--paper-faint);
  background: transparent;
  color: var(--paper-2);
}
.about-footer__main {
  display: grid;
  grid-template-columns: 1.2fr 1.6fr;
  gap: 80px;
  padding-bottom: 56px;
}
.about-footer__brand-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.about-footer__brand {
  font-family: var(--font-wordmark);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 22px;
  color: var(--paper-1);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.about-footer__brand-mark {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
  filter: brightness(1.1);
}
.about-footer__tagline {
  font: 400 14px/1.6 var(--font-body);
  color: var(--paper-3);
  margin: 0;
  max-width: 360px;
}
.about-footer__email {
  font: 500 14px var(--font-body);
  color: var(--paper-1);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  padding-bottom: 2px;
  transition: border-color var(--t-fast);
}
.about-footer__email:hover { border-color: rgba(255,255,255,0.6); }
.about-footer__appstore { margin-top: 6px; }

.about-footer__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.about-footer__col h4 {
  font: 500 11px var(--font-body);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--paper-3);
  margin: 0 0 18px;
}
.about-footer__col ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 12px;
}
.about-footer__col a {
  font: 400 15px var(--font-body);
  color: var(--paper-1);
  text-decoration: none;
  transition: opacity var(--t-fast);
}
.about-footer__col a:hover { opacity: 0.65; }

.about-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid var(--paper-faint);
}
.about-footer__copy {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font: 400 12px var(--font-body);
  color: var(--paper-3);
  letter-spacing: 0.04em;
}
.about-footer__sep { color: var(--paper-faint); }
.about-footer__social {
  display: flex; gap: 14px;
}
.about-footer__social a {
  display: inline-grid; place-items: center;
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid var(--paper-faint);
  color: var(--paper-1);
  text-decoration: none;
  transition: background var(--t-fast), border-color var(--t-fast);
}
.about-footer__social a:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.35);
}

@media (max-width: 860px) {
  .about-footer__main { grid-template-columns: 1fr; gap: 48px; }
  .about-footer__cols { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .about-footer__bottom { flex-direction: column; gap: 16px; align-items: flex-start; }
}
@media (max-width: 560px) {
  .about-footer__cols { grid-template-columns: 1fr 1fr; }
}

/* ─── Responsive ─── */
@media (max-width: 960px) {
  .hero__row { grid-template-columns: 1fr; gap: 56px; }
  .story__row { grid-template-columns: 1fr; gap: 36px; }
  .stats__row { grid-template-columns: 1fr; gap: 48px; }
  .testimonials__grid { grid-auto-columns: 100%; grid-template-columns: none; }
  .phases__row { grid-template-columns: 1fr; }
  .experts__grid { grid-template-columns: repeat(2, 1fr); }
  .questions__stage { height: 800px; }
}
@media (max-width: 600px) {
  .about-nav__group { display: none; }
  .about-nav__row { grid-template-columns: 1fr; justify-items: center; }
  .experts__grid { grid-template-columns: 1fr; }
}
