main {
  position: relative;
  z-index: 3;
}

.page-section {
  position: relative;
}

.section-shell {
  width: calc(100% - (var(--page-pad) * 2));
  margin: 0 auto;
}

.surface-panel {
  border: 1px solid rgba(245, 242, 234, 0.16);
  background: rgba(18, 19, 17, 0.38);
  box-shadow: 0 24px 90px rgba(7, 8, 7, 0.18);
  backdrop-filter: blur(12px);
}

.section-eyebrow {
  margin: 0 0 0.9rem;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: lowercase;
  color: var(--color-text-soft);
}

.section-title,
.card-title,
.aside-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 300;
  line-height: 1.02;
}

.section-title {
  font-size: clamp(2.45rem, 6vw, 5.75rem);
  letter-spacing: -0.03em;
}

.section-body,
.card-body,
.hero-detail-value,
.detail-list li,
.footer-note,
.footer-brand {
  margin: 0;
  font-size: clamp(0.98rem, 1.6vw, 1.12rem);
  line-height: 1.7;
  color: var(--color-text-soft);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1.3rem;
  border-radius: 999px;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.button-link:hover,
.button-link:focus-visible {
  transform: translateY(-1px);
}

.button-link-primary {
  background: var(--button-bg, #f5f2ea);
  color: var(--button-text, #161713);
}

.button-link-secondary {
  border: 1px solid rgba(245, 242, 234, 0.28);
  background: rgba(245, 242, 234, 0.04);
  color: var(--color-text-primary);
}

.hero-editorial {
  min-height: 100svh;
  padding: calc(var(--header-height) + 3.75rem) 0 4rem;
  display: flex;
  align-items: end;
}

.hero-editorial-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.72fr);
  align-items: end;
  gap: clamp(2rem, 5vw, 4.75rem);
  overflow: hidden;
}

.hero-editorial-intro {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.35rem;
  max-width: 44rem;
}

.hero-editorial-background {
  position: absolute;
  inset: 0;
}

.hero-editorial-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

.hero-brandmark {
  width: min(27rem, 58vw);
  filter: var(--logo-filter);
}

.hero-wordmark {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 6vw, 4.5rem);
  font-weight: 300;
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: var(--color-text-primary);
}

.hero-eyebrow {
  margin-bottom: 0;
}

.hero-tagline-lockup {
  margin-top: -0.15rem;
  white-space: nowrap;
}

.hero-body {
  max-width: 36rem;
}

.hero-editorial-centered {
  align-items: center;
  min-height: 100svh;
  padding: 0;
}

.hero-editorial-centered .hero-editorial-shell {
  position: fixed;
  inset: 0;
  width: 100%;
  margin: 0;
  padding: max(5.5rem, calc(var(--header-height) + 1.5rem)) var(--page-pad) 2rem;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  z-index: 1;
  pointer-events: none;
}

.hero-editorial-centered .hero-editorial-intro {
  justify-items: center;
  text-align: center;
  max-width: 36rem;
  gap: clamp(0.8rem, 2vw, 1.2rem);
}

.hero-editorial-centered .hero-brandmark {
  width: min(16rem, 31vw);
}

.hero-editorial-centered .hero-wordmark {
  font-size: clamp(2rem, 5.5vw, 4rem);
}

.hero-editorial-centered .hero-detail-rail,
.hero-editorial-centered .hero-title,
.hero-editorial-centered .hero-body,
.hero-editorial-centered .button-row {
  display: none;
}

.hero-detail-rail {
  display: grid;
  gap: 1.1rem;
  padding: 1.25rem;
  border-radius: 1.5rem;
}

.hero-detail {
  display: grid;
  gap: 0.25rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(245, 242, 234, 0.14);
}

.hero-detail:first-child {
  padding-top: 0;
  border-top: 0;
}

.content-band {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: calc(var(--header-height) + 2rem) 0 2rem;
}

.section-intro {
  display: grid;
  gap: 1rem;
  max-width: 40rem;
  margin-bottom: 1.5rem;
}

.split-copy-shell,
.cta-band-shell {
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border-radius: 2rem;
}

.split-copy-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(16rem, 0.82fr);
  gap: clamp(1.5rem, 4vw, 3rem);
}

.split-copy-shell-plain {
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.split-copy-main {
  display: grid;
  gap: 1rem;
}

.sequence-lines {
  position: relative;
  min-height: clamp(10rem, 18vw, 13rem);
}

.sequence-line {
  position: absolute;
  inset: 0 auto auto 0;
  width: min(100%, 34rem);
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

.sequence-line.is-active {
  opacity: 1;
  transform: translateY(0);
}

.scroll-sequence-section {
  min-height: calc(max(var(--sequence-line-count), 1) * var(--sequence-step-height, 100svh));
  position: relative;
  z-index: 2;
}

.scroll-sequence-sticky {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: calc(var(--header-height) + 2rem) var(--page-pad) 2rem;
}

.scroll-sequence-shell {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 10rem;
  width: min(100%, 52rem);
}

.scroll-sequence-line {
  position: absolute;
  inset: 50% auto auto 50%;
  width: auto;
  max-width: min(100%, 52rem);
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.03em;
  text-align: center;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
  color: var(--color-text-primary);
  opacity: 0;
  transform: translate(-50%, -50%);
  will-change: opacity, transform;
}

.tea-feature-section {
  min-height: calc(max(var(--tea-step-count), 1) * 95svh);
  position: relative;
  overscroll-behavior: contain;
}

.tea-feature-sticky {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 0;
}

.tea-feature-shell {
  display: grid;
  justify-items: center;
  gap: 0;
  width: 100vw;
  margin-left: calc(var(--page-pad) * -1);
  margin-right: calc(var(--page-pad) * -1);
}

.tea-feature-intro {
  display: grid;
  justify-items: center;
}

.tea-card-grid {
  display: flex;
  gap: 0;
  width: 100%;
  align-items: start;
}

.tea-card {
  margin: 0;
  display: grid;
  gap: 0;
  align-content: start;
  flex: 1 1 0;
  min-width: 0;
  opacity: 0;
  position: relative;
  margin-inline: calc(-1.5px * var(--tea-overlap-progress, 0));
  z-index: 1;
  transition: flex-grow 420ms ease;
  will-change: opacity, transform;
}

.tea-card-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.tea-card-link:focus-visible {
  outline: 1px solid rgba(250, 250, 250, 0.85);
  outline-offset: -1px;
}

.tea-card-frame {
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

.tea-card-image {
  width: calc(100% + (6px * var(--tea-overlap-progress, 0)));
  height: 100%;
  margin-left: calc(-3px * var(--tea-overlap-progress, 0));
  object-fit: cover;
  transform: scaleX(var(--tea-image-scale, 1));
  transform-origin: center;
}

@media (hover: hover) and (pointer: fine) {
  .tea-feature-section[data-tea-interactive='true'] .tea-card-grid[data-active-card] .tea-card {
    z-index: 1;
  }

  .tea-feature-section[data-tea-interactive='true'] .tea-card-grid[data-active-card='0'] .tea-card:nth-child(1),
  .tea-feature-section[data-tea-interactive='true'] .tea-card-grid[data-active-card='1'] .tea-card:nth-child(2),
  .tea-feature-section[data-tea-interactive='true'] .tea-card-grid[data-active-card='2'] .tea-card:nth-child(3) {
    z-index: 2;
  }

  .tea-feature-section[data-tea-interactive='true'] .tea-card-grid[data-active-card] .tea-card-image {
    transform: scaleX(calc(var(--tea-image-scale, 1) + 0.01));
  }

  .tea-feature-section[data-tea-interactive='true'] .tea-card-grid[data-active-card='0'] .tea-card:nth-child(1) {
    flex-grow: 1.05;
  }

  .tea-feature-section[data-tea-interactive='true'] .tea-card-grid[data-active-card='0'] .tea-card:nth-child(2),
  .tea-feature-section[data-tea-interactive='true'] .tea-card-grid[data-active-card='0'] .tea-card:nth-child(3) {
    flex-grow: 0.975;
  }

  .tea-feature-section[data-tea-interactive='true'] .tea-card-grid[data-active-card='1'] .tea-card:nth-child(2) {
    flex-grow: 1.05;
  }

  .tea-feature-section[data-tea-interactive='true'] .tea-card-grid[data-active-card='1'] .tea-card:nth-child(1),
  .tea-feature-section[data-tea-interactive='true'] .tea-card-grid[data-active-card='1'] .tea-card:nth-child(3) {
    flex-grow: 0.975;
  }

  .tea-feature-section[data-tea-interactive='true'] .tea-card-grid[data-active-card='2'] .tea-card:nth-child(3) {
    flex-grow: 1.05;
  }

  .tea-feature-section[data-tea-interactive='true'] .tea-card-grid[data-active-card='2'] .tea-card:nth-child(1),
  .tea-feature-section[data-tea-interactive='true'] .tea-card-grid[data-active-card='2'] .tea-card:nth-child(2) {
    flex-grow: 0.975;
  }
}

.tea-card-name,
.tea-blend-link {
  margin: 0;
  font-size: clamp(0.92rem, 1.4vw, 1.04rem);
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fafafa;
}

.tea-blend-detail {
  display: grid;
  justify-items: center;
  gap: 0.8rem;
  max-width: 30rem;
  text-align: center;
  opacity: 0;
  transform: translateY(18px);
  will-change: opacity, transform;
}

.tea-blend-name {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 300;
  line-height: 1.02;
  color: #fafafa;
}

.tea-blend-body {
  max-width: 28rem;
  color: #fafafa;
}

.tea-blend-link {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.tea-card-overlay {
  position: absolute;
  inset: 50% 8% auto auto;
  transform: translateY(-50%);
  display: grid;
  justify-items: end;
  gap: 0.4rem;
  width: max-content;
  max-width: none;
  text-align: right;
  z-index: 1;
}

.tea-card-overlay-title,
.tea-card-overlay-line {
  margin: 0;
  font-family: var(--font-display);
  color: #fafafa;
  opacity: 0;
  white-space: nowrap;
}

.tea-card-overlay-title {
  font-size: clamp(1.45rem, 3vw, 2.4rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.tea-card-overlay-line {
  font-size: clamp(0.85rem, 1.3vw, 1rem);
  line-height: 1.3;
}

.tea-card-overlay-ingredients {
  display: grid;
  justify-items: end;
  gap: 0.4rem;
  margin-top: 1.4em;
}

.tea-card-overlay-ingredient {
  font-size: clamp(0.82rem, 1.2vw, 0.95rem);
}

.split-copy-aside {
  align-self: start;
  padding-left: clamp(0rem, 3vw, 1rem);
}

.aside-title {
  margin-bottom: 1rem;
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
}

.detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.detail-list li {
  padding-top: 0.75rem;
  border-top: 1px solid rgba(245, 242, 234, 0.14);
}

.card-grid,
.timeline-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.info-card,
.timeline-step {
  padding: 1.35rem;
  border-radius: 1.6rem;
}

.card-title {
  margin-bottom: 0.7rem;
  font-size: clamp(1.55rem, 2.5vw, 2rem);
}

.timeline-index {
  margin: 0 0 1.2rem;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245, 242, 234, 0.62);
}

.cta-band-shell {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
}

.cta-copy {
  max-width: 38rem;
  display: grid;
  gap: 0.9rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 1200ms ease,
    transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-header-nav-only {
  justify-content: flex-end;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.site-brand-mark {
  width: clamp(1.65rem, 2.4vw, 2rem);
  height: clamp(1.65rem, 2.4vw, 2rem);
  object-fit: contain;
}

.site-brand-label {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

.site-nav {
  align-items: center;
}

.site-header-cta {
  margin-left: auto;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: end;
  min-height: 100svh;
  padding-top: calc(var(--header-height) + 2rem);
}

.footer-meta {
  display: grid;
  gap: 0.55rem;
}

.footer-brand {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  color: var(--color-text-primary);
}

@media (max-width: 980px) {
  .hero-editorial-shell,
  .split-copy-shell,
  .card-grid,
  .timeline-grid,
  .cta-band-shell,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-editorial {
    min-height: auto;
    padding-top: calc(var(--header-height) + 4.5rem);
  }

  .hero-detail-rail {
    max-width: 32rem;
  }

  .site-header {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .site-header-cta {
    margin-left: 0;
  }

  .hero-editorial-centered {
    min-height: 100svh;
  }

  .hero-editorial-centered .hero-brandmark {
    width: min(12rem, 44vw);
  }

  .hero-editorial-centered .hero-wordmark {
    font-size: clamp(1.7rem, 6vw, 3rem);
  }

  .hero-editorial-centered .hero-editorial-shell {
    padding: calc(var(--header-height) + 3.5rem) var(--page-pad) 2rem;
  }

  .content-band {
    padding: calc(var(--header-height) + 1.75rem) 0 1.75rem;
  }

  .sequence-lines {
    min-height: 11rem;
  }

  .scroll-sequence-line {
    max-width: min(100%, 34rem);
    font-size: clamp(0.95rem, 2.4vw, 1.2rem);
  }

  .tea-card-grid {
    gap: 0;
  }

  .tea-card-overlay {
    inset-inline-end: 6%;
  }
}

@media (max-width: 640px) {
  .hero-editorial-centered {
    min-height: 100svh;
  }

  .hero-editorial-centered .hero-editorial-intro {
    max-width: min(100%, 18rem);
    gap: 0.8rem;
  }

  .hero-editorial-centered .hero-brandmark {
    width: min(9rem, 42vw);
  }

  .hero-editorial-centered .hero-wordmark {
    font-size: clamp(1.45rem, 8vw, 2.3rem);
  }

  .hero-editorial-centered .hero-editorial-shell {
    padding: calc(var(--header-height) + 3rem) var(--page-pad) 1.5rem;
  }

  .content-band {
    padding: calc(var(--header-height) + 1.25rem) 0 1.25rem;
  }

  .sequence-lines {
    min-height: 12rem;
  }

  .sequence-line {
    width: min(100%, 18rem);
  }

  .scroll-sequence-sticky {
    padding: calc(var(--header-height) + 1.5rem) var(--page-pad) 1.5rem;
  }

  .scroll-sequence-line {
    max-width: none;
    font-size: clamp(0.72rem, 3vw, 0.92rem);
    white-space: nowrap;
    overflow-wrap: normal;
  }

  .tea-feature-sticky {
    padding: 0;
  }

  .tea-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .tea-card {
    gap: 0.65rem;
  }

  .tea-card-frame {
    height: 56svh;
  }

  .tea-card-overlay {
    gap: 0.25rem;
    inset-inline-end: 5%;
  }

  .tea-card-overlay-title {
    font-size: clamp(0.95rem, 4vw, 1.2rem);
  }

  .tea-card-overlay-line {
    font-size: clamp(0.56rem, 2.2vw, 0.72rem);
  }

  .tea-card-overlay-ingredient {
    font-size: clamp(0.52rem, 2vw, 0.68rem);
  }

  .tea-card-overlay-ingredients {
    gap: 0.25rem;
    margin-top: 1.2em;
  }

  .tea-card-name,
  .tea-blend-link {
    font-size: 0.8rem;
  }

  .tea-blend-detail {
    max-width: min(100%, 18rem);
  }

  .tea-blend-name {
    font-size: clamp(1.3rem, 6vw, 1.9rem);
  }

  .site-footer {
    padding-top: calc(var(--header-height) + 1.25rem);
  }
}

@media (max-width: 720px) {
  .section-shell {
    width: calc(100% - (var(--page-pad) * 2));
  }

  .split-copy-shell,
  .cta-band-shell {
    border-radius: 1.4rem;
  }

  .info-card,
  .timeline-step,
  .hero-detail-rail {
    border-radius: 1.25rem;
  }
}
