:root {
  --ink: #30312d;
  --olive: #4c5241;
  --olive-deep: #363d31;
  --gold: #a67b3b;
  --gold-soft: #c8a873;
  --cream: #f8f1e7;
  --cream-warm: #f1e6d8;
  --paper: #fbf6ef;
  --line: rgba(166, 123, 59, 0.44);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--cream);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(ellipse at 34% 0%, rgba(255, 255, 255, 0.64) 0 18%, transparent 47%),
    radial-gradient(ellipse at 86% 12%, rgba(229, 209, 188, 0.48) 0 18%, transparent 45%),
    linear-gradient(90deg, rgba(239, 231, 219, 0.9) 0%, rgba(252, 247, 240, 0.96) 38%, rgba(241, 228, 214, 0.92) 100%),
    var(--cream);
  font-family: "Montserrat", Arial, sans-serif;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 18%, rgba(62, 67, 52, 0.14) 0 1.3%, transparent 1.45%),
    radial-gradient(ellipse at 15% 27%, rgba(62, 67, 52, 0.12) 0 3.4%, transparent 3.75%),
    radial-gradient(ellipse at 9% 37%, rgba(62, 67, 52, 0.1) 0 4.2%, transparent 4.55%),
    radial-gradient(ellipse at 30% 24%, rgba(62, 67, 52, 0.09) 0 3.2%, transparent 3.6%),
    linear-gradient(116deg, transparent 0 18%, rgba(80, 75, 60, 0.12) 18.7% 19.3%, transparent 20% 100%),
    linear-gradient(134deg, transparent 0 11%, rgba(80, 75, 60, 0.1) 11.7% 12.25%, transparent 13% 100%),
    linear-gradient(104deg, transparent 0 26%, rgba(80, 75, 60, 0.08) 26.6% 27.1%, transparent 27.8% 100%);
  filter: blur(16px);
  opacity: 0.78;
  transform-origin: left top;
}

.landing {
  position: relative;
  display: grid;
  grid-template-columns: minmax(325px, 25vw) minmax(670px, 1fr) minmax(325px, 25vw);
  min-height: calc(100dvh - 92px);
  padding: clamp(26px, 4.1vh, 58px) clamp(20px, 3vw, 56px) 0;
  overflow: hidden;
}

.ambient-shadow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.ambient-shadow::before {
  position: absolute;
  top: -11%;
  left: -8%;
  width: min(52vw, 900px);
  height: min(66vh, 790px);
  content: "";
  background:
    radial-gradient(ellipse at 24% 16%, rgba(50, 59, 43, 0.2) 0 5.4%, transparent 6.3%),
    radial-gradient(ellipse at 37% 31%, rgba(50, 59, 43, 0.16) 0 6.2%, transparent 7%),
    radial-gradient(ellipse at 55% 18%, rgba(50, 59, 43, 0.13) 0 7.6%, transparent 8.4%),
    radial-gradient(ellipse at 68% 49%, rgba(50, 59, 43, 0.12) 0 5.2%, transparent 6%),
    linear-gradient(112deg, transparent 0 26%, rgba(54, 61, 49, 0.13) 27% 29%, transparent 30% 100%),
    linear-gradient(132deg, transparent 0 32%, rgba(54, 61, 49, 0.15) 33% 35%, transparent 36% 100%);
  filter: blur(15px);
  opacity: 0.82;
  transform: rotate(-13deg);
}

.ambient-shadow::after {
  position: absolute;
  top: 18%;
  right: 18%;
  width: 34vw;
  height: 42vh;
  content: "";
  background:
    linear-gradient(110deg, transparent 0 44%, rgba(99, 78, 53, 0.07) 45% 47%, transparent 48% 100%),
    radial-gradient(ellipse at 58% 36%, rgba(90, 76, 59, 0.055) 0 16%, transparent 18%);
  filter: blur(18px);
  opacity: 0.7;
}

.still-life {
  position: absolute;
  bottom: 42px;
  left: clamp(-72px, -3vw, -46px);
  z-index: 1;
  width: min(28vw, 575px);
  min-width: 420px;
  height: auto;
  pointer-events: none;
  filter:
    drop-shadow(0 26px 23px rgba(80, 68, 48, 0.18))
    drop-shadow(18px 34px 40px rgba(59, 58, 47, 0.13));
}

.hero-panel {
  position: relative;
  z-index: 2;
  grid-column: 2;
  align-self: start;
  justify-self: center;
  width: min(100%, 820px);
  padding-top: 0;
  text-align: center;
}

.brand {
  display: grid;
  justify-items: center;
  color: var(--ink);
}

.lotus {
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lotus-large {
  width: clamp(78px, 7.4vw, 102px);
  margin-bottom: 7px;
  stroke-width: 2.3;
}

.brand-name {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(54px, 5.25vw, 76px);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: clamp(16px, 2.05vw, 28px);
  text-transform: uppercase;
}

.brand-subline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  margin-top: 14px;
  color: var(--gold);
}

.brand-subline span {
  width: 70px;
  height: 1px;
  background: var(--line);
}

.brand-subline p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(20px, 1.55vw, 24px);
  font-weight: 500;
  letter-spacing: 18px;
  text-transform: uppercase;
}

.therapy-kicker {
  margin: clamp(32px, 3.8vh, 44px) 0 22px;
  font-size: clamp(12px, 1.02vw, 16px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(58px, 5vw, 80px);
  font-weight: 500;
  line-height: 0.94;
}

h1 span {
  display: block;
}

h1 span + span {
  margin-top: 8px;
  color: var(--gold);
}

.title-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 18px 0 11px;
  color: var(--gold);
}

.title-divider span {
  width: 195px;
  height: 1px;
  background: var(--line);
}

.title-divider svg {
  width: 38px;
  height: 32px;
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.intro-copy {
  margin: 0 auto;
  max-width: 610px;
  font-size: clamp(16px, 1.08vw, 19px);
  font-weight: 300;
  line-height: 1.5;
}

.coming-soon {
  margin: 14px 0 0;
  font-size: clamp(16px, 1.18vw, 21px);
  font-weight: 500;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.supporting-copy {
  margin: 9px 0 0;
  font-size: clamp(13px, 0.92vw, 15px);
  font-weight: 300;
  line-height: 1.7;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(28px, 5.4vh, 70px);
}

.feature {
  position: relative;
  min-width: 0;
  padding: 0 clamp(12px, 1.35vw, 24px);
}

.feature + .feature::before {
  position: absolute;
  top: 45px;
  bottom: 14px;
  left: 0;
  width: 1px;
  content: "";
  background: var(--line);
}

.icon-shell {
  display: grid;
  width: clamp(70px, 5.7vw, 92px);
  aspect-ratio: 1;
  margin: 0 auto 20px;
  place-items: center;
  border-radius: 50%;
  background: rgba(232, 219, 203, 0.58);
}

.icon-shell svg {
  width: 56%;
  height: 56%;
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.feature h2 {
  margin: 0 0 12px;
  font-size: clamp(12px, 0.95vw, 15px);
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.feature p {
  max-width: 178px;
  margin: 0 auto;
  font-size: clamp(12px, 0.9vw, 15px);
  font-weight: 300;
  line-height: 1.55;
}

.rtt-card {
  position: relative;
  z-index: 2;
  grid-column: 3;
  align-self: end;
  justify-self: end;
  width: min(100%, 392px);
  min-height: min(76vh, 760px);
  padding: clamp(70px, 8.5vh, 104px) clamp(42px, 3.7vw, 66px) 58px;
  color: var(--ink);
  text-align: center;
  background:
    linear-gradient(180deg, rgba(248, 242, 232, 0.74), rgba(239, 226, 211, 0.88)),
    rgba(246, 238, 227, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-bottom: 0;
  border-radius: 230px 230px 0 0;
  box-shadow:
    inset 12px 0 0 rgba(255, 255, 255, 0.32),
    inset 0 1px 24px rgba(255, 255, 255, 0.32);
}

.rtt-card::before {
  position: absolute;
  inset: 16px 17px auto;
  height: 44%;
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 220px 220px 0 0;
  pointer-events: none;
}

.card-lotus {
  width: 42px;
  margin-bottom: 22px;
  stroke-width: 2.4;
}

.script {
  margin: 0;
  color: var(--gold);
  font-family: "Parisienne", "Cormorant Garamond", cursive;
  font-size: clamp(39px, 3.25vw, 51px);
  line-height: 1.2;
}

.card-rule {
  display: block;
  width: 88px;
  height: 1px;
  margin: 32px auto 27px;
  background: var(--ink);
  opacity: 0.72;
}

.rtt-card h2 {
  margin: 0;
  font-size: clamp(16px, 1.35vw, 22px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.card-copy {
  margin: 26px 0 0;
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 300;
  line-height: 1.75;
  text-align: left;
}

.cert-badge {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 36px;
  padding: 15px 30px 15px 18px;
  color: var(--paper);
  background: linear-gradient(180deg, #5d654f, #4a5140);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(59, 58, 45, 0.12);
}

.cert-badge span {
  display: grid;
  width: 44px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--gold-soft);
  border-radius: 50%;
}

.cert-badge svg {
  width: 58%;
  height: 58%;
  fill: none;
  stroke: var(--gold-soft);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.cert-badge p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.bottom-ribbon {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  gap: 42px;
  padding: 22px 24px;
  color: #f7efe6;
  background: linear-gradient(90deg, #2f372c, #4a513e 50%, #30382c);
}

.bottom-ribbon svg {
  width: 48px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.bottom-ribbon p {
  margin: 0;
  font-size: clamp(13px, 1.1vw, 18px);
  font-weight: 400;
  letter-spacing: 7px;
  line-height: 1.8;
  text-transform: uppercase;
}

.bottom-ribbon span {
  color: var(--gold-soft);
  margin: 0 17px;
}

.copyright {
  position: absolute;
  right: 24px;
  bottom: 12px;
  margin: 0;
  color: rgba(247, 239, 230, 0.72);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .landing {
    grid-template-columns: minmax(210px, 24vw) minmax(530px, 1fr) minmax(280px, 25vw);
  }

  .brand-name {
    letter-spacing: 20px;
  }

  .brand-subline p {
    letter-spacing: 14px;
  }

  .therapy-kicker,
  .coming-soon {
    letter-spacing: 6px;
  }

  .rtt-card {
    padding-inline: 38px;
  }
}

@media (min-width: 1061px) and (max-width: 1500px) {
  .landing {
    grid-template-columns: minmax(220px, 21vw) minmax(560px, 1fr) minmax(220px, 21vw);
    min-height: calc(100dvh - 76px);
    padding: 30px 26px 0;
  }

  .still-life {
    width: min(28vw, 440px);
    min-width: 350px;
  }

  .hero-panel {
    width: min(100%, 760px);
    padding-top: 6px;
  }

  .lotus-large {
    width: 62px;
    margin-bottom: 6px;
  }

  .brand-name {
    font-size: 50px;
    letter-spacing: 16px;
    padding-left: 16px;
  }

  .brand-subline {
    gap: 16px;
    margin-top: 10px;
  }

  .brand-subline span {
    width: 58px;
  }

  .brand-subline p {
    font-size: 17px;
    letter-spacing: 10px;
    padding-left: 10px;
  }

  .therapy-kicker {
    margin: 27px 0 14px;
    font-size: 12px;
    letter-spacing: 6px;
  }

  h1 {
    font-size: clamp(50px, 4.05vw, 58px);
    line-height: 0.96;
  }

  .title-divider {
    gap: 20px;
    margin: 18px 0 13px;
  }

  .title-divider span {
    width: 160px;
  }

  .intro-copy {
    font-size: 16px;
    line-height: 1.55;
  }

  .coming-soon {
    margin-top: 12px;
    font-size: 15px;
    letter-spacing: 8px;
  }

  .supporting-copy {
    margin-top: 10px;
    font-size: 12px;
  }

  .feature-row {
    margin-top: 42px;
  }

  .icon-shell {
    width: 50px;
    margin-bottom: 10px;
  }

  .feature h2 {
    margin-bottom: 8px;
    font-size: 11px;
    letter-spacing: 4px;
  }

  .feature p {
    max-width: 150px;
    font-size: 10.5px;
    line-height: 1.38;
  }

  .rtt-card {
    width: min(100%, 320px);
    min-height: min(76vh, 620px);
    padding: 60px 32px 36px;
    border-radius: 190px 190px 0 0;
  }

  .card-lotus {
    width: 34px;
    margin-bottom: 18px;
  }

  .script {
    font-size: 39px;
  }

  .card-rule {
    margin: 24px auto 22px;
  }

  .rtt-card h2 {
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: 4px;
  }

  .card-copy {
    margin-top: 22px;
    font-size: 12px;
    line-height: 1.65;
  }

  .cert-badge {
    gap: 12px;
    margin-top: 26px;
    padding: 12px 22px 12px 13px;
  }

  .cert-badge span {
    width: 34px;
  }

  .cert-badge p {
    font-size: 11px;
    letter-spacing: 2.6px;
  }

  .bottom-ribbon {
    min-height: 76px;
    padding: 16px 22px;
  }

  .bottom-ribbon svg {
    width: 36px;
  }

  .bottom-ribbon p {
    font-size: 12px;
    letter-spacing: 5px;
  }

  .copyright {
    right: 18px;
    bottom: 8px;
    font-size: 8px;
    letter-spacing: 1.6px;
  }
}

@media (min-width: 1061px) and (min-height: 801px) and (max-height: 1000px) {
  html,
  body {
    height: 100%;
    overflow: hidden;
  }

  .landing {
    height: calc(100dvh - 76px);
    min-height: 0;
    grid-template-columns: minmax(220px, 22vw) minmax(600px, 1fr) minmax(220px, 22vw);
    padding: 26px 34px 0;
  }

  .still-life {
    bottom: 30px;
    left: clamp(-68px, -3vw, -42px);
    width: min(24vw, 465px);
    min-width: 355px;
  }

  .hero-panel {
    width: min(100%, 760px);
  }

  .lotus-large {
    width: 78px;
    margin-bottom: 6px;
  }

  .brand-name {
    font-size: 64px;
    line-height: 0.86;
    letter-spacing: 22px;
    padding-left: 22px;
  }

  .brand-subline {
    gap: 19px;
    margin-top: 12px;
  }

  .brand-subline span {
    width: 64px;
  }

  .brand-subline p {
    font-size: 20px;
    letter-spacing: 13px;
    padding-left: 13px;
  }

  .therapy-kicker {
    margin: 31px 0 18px;
    font-size: 13px;
    letter-spacing: 6px;
  }

  h1 {
    font-size: clamp(62px, 3.9vw, 74px);
    line-height: 0.92;
  }

  h1 span + span {
    margin-top: 6px;
  }

  .title-divider {
    gap: 22px;
    margin: 18px 0 12px;
  }

  .title-divider span {
    width: 180px;
  }

  .title-divider svg {
    width: 35px;
    height: 30px;
  }

  .intro-copy {
    max-width: 610px;
    font-size: 16px;
    line-height: 1.46;
  }

  .coming-soon {
    margin-top: 13px;
    font-size: 15px;
    letter-spacing: 8px;
  }

  .supporting-copy {
    margin-top: 7px;
    font-size: 12.5px;
    line-height: 1.42;
  }

  .feature-row {
    margin-top: 78px;
  }

  .icon-shell {
    width: 66px;
    margin-bottom: 14px;
  }

  .feature h2 {
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 4px;
  }

  .feature p {
    max-width: 158px;
    font-size: 12px;
    line-height: 1.42;
  }

  .feature + .feature::before {
    top: 58px;
    bottom: 2px;
  }

  .rtt-card {
    width: min(100%, 360px);
    min-height: min(76vh, 700px);
    padding: 68px 38px 36px;
    border-radius: 210px 210px 0 0;
  }

  .rtt-card::before {
    inset: 13px 14px auto;
    height: 43%;
  }

  .card-lotus {
    width: 38px;
    margin-bottom: 20px;
  }

  .script {
    font-size: 45px;
    line-height: 1.16;
  }

  .card-rule {
    width: 84px;
    margin: 28px auto 24px;
  }

  .rtt-card h2 {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: 4px;
  }

  .card-copy {
    margin-top: 24px;
    font-size: 13.5px;
    line-height: 1.62;
  }

  .cert-badge {
    gap: 14px;
    margin-top: 28px;
    padding: 13px 25px 13px 14px;
  }

  .cert-badge span {
    width: 38px;
  }

  .cert-badge p {
    font-size: 11.5px;
    letter-spacing: 2.6px;
  }

  .bottom-ribbon {
    min-height: 76px;
    padding: 15px 22px;
    gap: 36px;
  }

  .bottom-ribbon svg {
    width: 38px;
  }

  .bottom-ribbon p {
    font-size: 12px;
    letter-spacing: 5px;
  }

  .copyright {
    right: 18px;
    bottom: 8px;
  }
}

@media (min-width: 1061px) and (max-height: 800px) {
  html,
  body {
    height: 100%;
    overflow: hidden;
  }

  .landing {
    height: calc(100dvh - 64px);
    min-height: 0;
    grid-template-columns: minmax(220px, 22vw) minmax(540px, 1fr) minmax(220px, 22vw);
    padding: 16px 26px 0;
  }

  .still-life {
    bottom: 26px;
    left: clamp(-64px, -3vw, -36px);
    width: min(25vw, 390px);
    min-width: 310px;
  }

  .hero-panel {
    width: min(100%, 660px);
  }

  .lotus-large {
    width: 52px;
    margin-bottom: 4px;
  }

  .brand-name {
    font-size: 46px;
    line-height: 0.84;
    letter-spacing: 15px;
    padding-left: 15px;
  }

  .brand-subline {
    gap: 14px;
    margin-top: 9px;
  }

  .brand-subline span {
    width: 54px;
  }

  .brand-subline p {
    font-size: 15px;
    letter-spacing: 9px;
    padding-left: 9px;
  }

  .therapy-kicker {
    margin: 22px 0 12px;
    font-size: 11px;
    letter-spacing: 5px;
  }

  h1 {
    font-size: clamp(46px, 4vw, 56px);
    line-height: 0.91;
  }

  h1 span + span {
    margin-top: 5px;
  }

  .title-divider {
    gap: 16px;
    margin: 13px 0 9px;
  }

  .title-divider span {
    width: 145px;
  }

  .title-divider svg {
    width: 29px;
    height: 24px;
  }

  .intro-copy {
    max-width: 560px;
    font-size: 13.5px;
    line-height: 1.42;
  }

  .coming-soon {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 6px;
  }

  .supporting-copy {
    margin-top: 6px;
    font-size: 10.5px;
    line-height: 1.35;
  }

  .feature-row {
    margin-top: 28px;
  }

  .icon-shell {
    width: 46px;
    margin-bottom: 8px;
  }

  .feature h2 {
    margin-bottom: 6px;
    font-size: 10px;
    letter-spacing: 3.4px;
  }

  .feature p {
    max-width: 132px;
    font-size: 9.4px;
    line-height: 1.28;
  }

  .feature + .feature::before {
    top: 42px;
    bottom: 2px;
  }

  .rtt-card {
    width: min(100%, 300px);
    min-height: 100%;
    padding: 48px 28px 24px;
    border-radius: 172px 172px 0 0;
  }

  .rtt-card::before {
    inset: 11px 12px auto;
    height: 42%;
  }

  .card-lotus {
    width: 29px;
    margin-bottom: 13px;
  }

  .script {
    font-size: 32px;
    line-height: 1.18;
  }

  .card-rule {
    width: 70px;
    margin: 17px auto 16px;
  }

  .rtt-card h2 {
    font-size: 12px;
    line-height: 1.45;
    letter-spacing: 3.4px;
  }

  .card-copy {
    margin-top: 16px;
    font-size: 10.5px;
    line-height: 1.5;
  }

  .cert-badge {
    gap: 10px;
    margin-top: 18px;
    padding: 10px 18px 10px 11px;
  }

  .cert-badge span {
    width: 31px;
  }

  .cert-badge p {
    font-size: 9.5px;
    letter-spacing: 2.2px;
  }

  .bottom-ribbon {
    min-height: 64px;
    padding: 10px 18px;
    gap: 28px;
  }

  .bottom-ribbon svg {
    width: 31px;
  }

  .bottom-ribbon p {
    font-size: 10.5px;
    letter-spacing: 4px;
  }

  .copyright {
    right: 14px;
    bottom: 6px;
    font-size: 7.5px;
    letter-spacing: 1.4px;
  }
}

@media (max-width: 1060px) {
  .landing {
    display: block;
    min-height: auto;
    padding: 34px 22px 0;
  }

  .still-life {
    top: 138px;
    bottom: auto;
    left: -135px;
    width: 345px;
    min-width: 0;
    opacity: 0.54;
  }

  .ambient-shadow::before {
    width: 78vw;
    height: 42vh;
    opacity: 0.45;
  }

  .hero-panel {
    width: min(100%, 760px);
    padding: 0;
    margin: 0 auto;
  }

  .brand-name {
    font-size: clamp(47px, 12vw, 70px);
    letter-spacing: clamp(12px, 4.1vw, 24px);
    padding-left: clamp(12px, 4.1vw, 24px);
  }

  .brand-subline {
    gap: 18px;
    margin-top: 14px;
  }

  .brand-subline span {
    width: min(17vw, 64px);
  }

  .brand-subline p {
    font-size: 20px;
    letter-spacing: clamp(9px, 3vw, 15px);
    padding-left: clamp(9px, 3vw, 15px);
  }

  .therapy-kicker {
    margin-top: 44px;
  }

  h1 {
    font-size: clamp(52px, 11.6vw, 78px);
  }

  .feature-row {
    max-width: 700px;
    margin: 54px auto 0;
  }

  .rtt-card {
    width: min(100%, 420px);
    min-height: auto;
    margin: 54px auto 0;
    padding: 76px 44px 42px;
    border-radius: 220px 220px 10px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.52);
  }

  .bottom-ribbon {
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  .landing {
    padding: 28px 18px 0;
  }

  .still-life {
    display: none;
  }

  .lotus-large {
    width: 76px;
  }

  .therapy-kicker {
    margin: 40px auto 18px;
    max-width: 330px;
    font-size: 11px;
    letter-spacing: 4px;
  }

  h1 {
    font-size: clamp(43px, 13vw, 62px);
    line-height: 0.98;
  }

  h1 span + span {
    margin-top: 12px;
  }

  .title-divider {
    gap: 14px;
    margin: 26px 0 18px;
  }

  .title-divider span {
    width: min(26vw, 92px);
  }

  .intro-copy {
    font-size: 15px;
    line-height: 1.7;
  }

  .intro-copy br {
    display: none;
  }

  .coming-soon {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 5px;
  }

  .supporting-copy {
    max-width: 330px;
    margin-inline: auto;
    font-size: 13px;
  }

  .feature-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 34px;
    margin-top: 52px;
  }

  .feature {
    padding: 0 14px;
  }

  .feature + .feature::before {
    display: none;
  }

  .feature:nth-child(2n)::before {
    position: absolute;
    top: 38px;
    bottom: 8px;
    left: 0;
    display: block;
    width: 1px;
    content: "";
    background: var(--line);
  }

  .icon-shell {
    width: 68px;
    margin-bottom: 16px;
  }

  .feature h2 {
    font-size: 12px;
    letter-spacing: 4px;
  }

  .feature p {
    font-size: 12px;
  }

  .rtt-card {
    width: min(100%, 365px);
    margin-top: 48px;
    padding: 68px 32px 34px;
  }

  .script {
    font-size: 39px;
  }

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

  .cert-badge {
    gap: 14px;
    padding: 13px 22px 13px 14px;
  }

  .cert-badge span {
    width: 38px;
  }

  .cert-badge p {
    font-size: 12px;
    letter-spacing: 2.4px;
  }

  .bottom-ribbon {
    flex-direction: column;
    gap: 12px;
    min-height: 110px;
    padding: 22px 18px;
    text-align: center;
  }

  .bottom-ribbon svg {
    width: 40px;
  }

  .bottom-ribbon p {
    font-size: 11px;
    letter-spacing: 4px;
  }

  .bottom-ribbon span {
    margin: 0 8px;
  }

  .copyright {
    position: static;
    margin-top: -2px;
    font-size: 9px;
    letter-spacing: 1.8px;
  }
}

@media (max-width: 430px) {
  .brand-name {
    font-size: 43px;
    letter-spacing: 11px;
    padding-left: 11px;
  }

  .brand-subline {
    gap: 12px;
  }

  .brand-subline p {
    font-size: 17px;
    letter-spacing: 8px;
    padding-left: 8px;
  }

  .brand-subline span {
    width: 48px;
  }

  .feature-row {
    grid-template-columns: 1fr;
  }

  .feature:nth-child(2n)::before {
    display: none;
  }

  .feature {
    max-width: 260px;
    margin: 0 auto;
  }

}
