@font-face {
  font-family: "AkkuratLL";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("assets/fonts/AkkuratLL-Light.woff2") format("woff2");
}

@font-face {
  font-family: "AkkuratLL";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/AkkuratLL-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Editorial New";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("assets/fonts/PPEditorialNew-Ultralight.woff2") format("woff2");
}

@font-face {
  font-family: "Editorial New";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("assets/fonts/PPEditorialNew-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Editorial New";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("assets/fonts/PPEditorialNew-UltralightItalic.woff2") format("woff2");
}

:root {
  --ink: #171412;
  --muted: #6f6860;
  --paper: #eff9ff;
  --paper-deep: #dceff9;
  --sand: #b9d8ea;
  --sage: #6c91a8;
  --clay: #4f8fb8;
  --night: #090807;
  --white: #ffffff;
  --line: rgba(23, 20, 18, 0.14);
  --shadow: 0 28px 80px rgba(37, 31, 25, 0.14);
  --header-height: 72px;
  --font-sans: "AkkuratLL", "Helvetica Neue", Arial, "Microsoft YaHei", sans-serif;
  --font-display: "Editorial New", "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  line-height: 1.45;
}

body:has(.modal-backdrop:not([hidden])) {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

picture,
figure {
  max-width: 100%;
  min-width: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

#product,
#health,
#service-activity,
#service-support,
#membership,
#contact {
  scroll-margin-top: 92px;
}

#product {
  scroll-margin-top: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  width: 100%;
  min-height: var(--header-height);
  padding: 14px 52px;
  color: var(--white);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0));
}

.brand-mark {
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 42px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 400;
}

.main-nav a,
.text-link {
  transition: opacity 180ms ease, color 180ms ease;
}

.main-nav a:hover,
.text-link:hover {
  opacity: 0.68;
}

.main-nav a[aria-current="page"] {
  color: var(--white);
}

.main-nav .mobile-nav-secondary {
  display: none;
}

.nav-menu-toggle {
  display: none;
  position: relative;
  z-index: 64;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  color: inherit;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.nav-menu-toggle:hover {
  transform: translateY(-1px);
}

.nav-menu-toggle span {
  position: absolute;
  left: 13px;
  width: 18px;
  height: 1px;
  border-radius: 999px;
  background: currentColor;
  transition: top 220ms ease, transform 220ms ease;
}

.nav-menu-toggle span:first-child {
  top: 18px;
}

.nav-menu-toggle span:last-child {
  top: 26px;
}

body.about-page .site-header {
  color: #123049;
  background: linear-gradient(180deg, rgba(239, 249, 255, 0.96), rgba(226, 242, 251, 0.72) 64%, rgba(226, 242, 251, 0));
}

body.about-page .main-nav {
  color: rgba(18, 48, 73, 0.72);
}

body.about-page .main-nav a[aria-current="page"] {
  color: #123049;
}

body.about-page .nav-menu-toggle {
  border-color: rgba(18, 48, 73, 0.22);
  background: rgba(255, 255, 255, 0.58);
}

.nav-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 780;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.nav-action:hover,
.button:hover {
  transform: translateY(-1px);
}

.nav-action,
.button-light {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 840;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 560px;
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: 58px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 300;
  line-height: 1.05;
}

.hero-section {
  position: relative;
  min-height: clamp(440px, 48vw, 760px);
  overflow: hidden;
  color: #14263a;
  background: var(--paper);
}

.hero-section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: clamp(76px, 10vw, 140px);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(239, 249, 255, 0) 0%, rgba(239, 249, 255, 0.14) 58%, rgba(239, 249, 255, 0.78) 100%);
}

.hero-section picture {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(82px, 9svh, 118px) clamp(16px, 3vw, 56px) 0;
  box-sizing: border-box;
}

.hero-image {
  width: min(92vw, 1464px);
  height: auto;
  max-height: calc(100svh - 118px);
  object-fit: contain;
  object-position: center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0) 18%),
    linear-gradient(90deg, rgba(246, 248, 249, 0.18), rgba(246, 248, 249, 0) 52%);
}

.hero-brand-copy {
  position: absolute;
  top: clamp(104px, 14svh, 145px);
  left: clamp(160px, 19vw, 330px);
  z-index: 2;
  width: min(430px, calc(48% - 52px));
  color: rgba(20, 38, 58, 0.92);
  text-align: center;
  text-shadow: 0 2px 18px rgba(255, 255, 255, 0.56);
}

.hero-brand-copy h1 {
  max-width: none;
  margin: 0 0 12px;
  font-size: clamp(62px, 5.8vw, 104px);
  font-weight: 820;
  line-height: 0.9;
}

.hero-product-name {
  margin: 0 0 10px;
  color: rgba(20, 38, 58, 0.82);
  font-size: clamp(34px, 3.1vw, 52px);
  font-weight: 760;
  line-height: 1;
}

.hero-tagline {
  margin: 0;
  color: rgba(20, 38, 58, 0.72);
  font-size: clamp(18px, 1.45vw, 25px);
  font-weight: 520;
  line-height: 1.2;
}

@media (max-width: 1440px) {
  .hero-section {
    min-height: clamp(440px, 48vw, 650px);
  }

  .hero-image {
    width: min(82vw, 1180px);
  }

  .hero-brand-copy {
    left: clamp(116px, 15vw, 210px);
  }
}

@media (max-height: 760px) {
  .hero-brand-copy {
    top: 76px;
    width: min(390px, calc(48% - 42px));
  }

  .hero-brand-copy h1 {
    font-size: clamp(54px, 5.2vw, 78px);
  }

  .hero-product-name {
    font-size: clamp(30px, 2.8vw, 40px);
  }

  .hero-tagline {
    font-size: clamp(17px, 1.35vw, 21px);
  }
}

@media (max-height: 640px) {
  .hero-brand-copy {
    top: 68px;
    width: min(360px, calc(48% - 36px));
  }

  .hero-brand-copy h1 {
    font-size: clamp(46px, 4.8vw, 64px);
  }

  .hero-product-name {
    margin-bottom: 6px;
    font-size: clamp(26px, 2.5vw, 34px);
  }

  .hero-tagline {
    font-size: clamp(15px, 1.25vw, 18px);
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  min-height: 100svh;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 112px 0 118px;
}

.hero-content .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.hero-content p:not(.eyebrow) {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 22px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.product-section,
.membership-section,
.story-section,
.day-section,
.quiet-section,
.warranty-section {
  padding: 112px max(24px, calc((100vw - 1180px) / 2));
}

.section-kicker {
  width: min(780px, 100%);
  margin-bottom: 46px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.product-card {
  display: grid;
  grid-template-rows: minmax(300px, 1fr) auto;
  min-height: 660px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: linear-gradient(180deg, #f7fcff, #dbeef9);
  box-shadow: var(--shadow);
}

.product-card-warm {
  background: linear-gradient(180deg, #ffffff, #d7edf8);
}

.product-card img {
  align-self: center;
  justify-self: center;
  width: min(86%, 520px);
  max-height: 470px;
  object-fit: contain;
  filter: drop-shadow(0 26px 34px rgba(30, 24, 20, 0.2));
}

.product-card div {
  padding: 0 42px 38px;
}

.product-card p,
.membership-copy p,
.story-copy p,
.warranty-copy p,
.day-card p {
  color: var(--muted);
  font-size: 19px;
}

.product-card a,
.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--ink);
  font-weight: 820;
  border-bottom: 1px solid currentColor;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 18px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--white);
  background: var(--sage);
  font-size: 12px;
  font-weight: 820;
}

.quiet-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(380px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
  min-height: auto;
  margin-top: -1px;
  padding-top: clamp(62px, 7vw, 92px);
  padding-bottom: 42px;
  overflow: hidden;
  color: #171412;
  background:
    linear-gradient(180deg, var(--paper) 0%, rgba(239, 249, 255, 0.72) 46px, rgba(239, 249, 255, 0) 168px),
    radial-gradient(circle at 78% 10%, rgba(154, 216, 246, 0.36), transparent 30%),
    radial-gradient(circle at 18% 90%, rgba(255, 255, 255, 0.86), transparent 34%),
    linear-gradient(120deg, #f6fcff 0%, #edf8ff 44%, #dff0fa 100%);
}

.quiet-section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: clamp(120px, 14vw, 190px);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(223, 240, 250, 0), #f7fcff 86%);
}

.quiet-section::before {
  content: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  height: 0;
  pointer-events: none;
  background: none;
}

.quiet-product-copy {
  position: relative;
  z-index: 1;
  max-width: 650px;
}

.quiet-product-copy .eyebrow {
  margin-bottom: 20px;
  color: rgba(79, 143, 184, 0.82);
  letter-spacing: 0.06em;
}

.quiet-product-copy h2 {
  margin: 0 0 18px;
  color: #191512;
  font-family: var(--font-display);
  font-size: clamp(44px, 4.2vw, 58px);
  font-weight: 300;
  line-height: 1.02;
}

.quiet-product-copy h2 span {
  display: block;
}

.quiet-lede,
.quiet-body {
  max-width: 590px;
  color: rgba(25, 21, 18, 0.66);
  font-size: 16px;
  line-height: 1.72;
}

.quiet-lede {
  margin-bottom: 10px;
}

.quiet-body {
  margin-bottom: 22px;
}

.quiet-product-visual {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: stretch;
  min-height: clamp(540px, 76svh, 720px);
}

.quiet-image-card {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.quiet-image-card::after {
  content: none;
}

.quiet-image-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 26px 54px rgba(57, 92, 116, 0.12));
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.quiet-image-card-large {
  height: clamp(560px, 78svh, 760px);
}


.membership-section {
  position: relative;
  display: block;
  padding-top: 88px;
  padding-bottom: 86px;
  background:
    linear-gradient(180deg, #f7fcff 0%, #eef9ff 18%, #ebf6ff 100%);
}

.membership-section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: clamp(110px, 12vw, 170px);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(235, 246, 255, 0), #f3fbff 88%);
}

.membership-intro {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}

.membership-intro h2 {
  margin: 0 0 16px;
  color: #111820;
  font-size: clamp(38px, 3.5vw, 50px);
  line-height: 1.04;
}

.membership-intro h2 span {
  display: inline;
}

.membership-intro p {
  margin: 0 auto;
  max-width: 900px;
  color: rgba(23, 20, 18, 0.66);
  font-size: 20px;
  line-height: 1.55;
}

.membership-visual {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.membership-scene {
  position: relative;
  overflow: hidden;
  min-height: min(74vh, 760px);
  margin: 0;
  border: 1px solid rgba(151, 187, 215, 0.45);
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(57, 92, 116, 0.15);
}

.membership-scene-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.membership-scene-app {
  position: absolute;
  z-index: 2;
  left: 18px;
  top: 18px;
  width: clamp(140px, 25%, 220px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 18px;
  opacity: 0.88;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 28px rgba(9, 28, 44, 0.2);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.feature-section {
  padding: 42px max(24px, calc((100vw - 1180px) / 2)) 42px;
  background:
    linear-gradient(180deg, #f3fbff 0%, #f6fcff 18%, #f3fbff 100%);
}

.health-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 22px;
  align-items: stretch;
}

.health-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.health-image {
  aspect-ratio: 4 / 3;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: transparent;
  box-shadow: 0 14px 34px rgba(57, 92, 116, 0.14);
}

.health-image-top {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 9;
}

.health-image:not(.health-image-top) {
  aspect-ratio: 4 / 5;
}

.health-image.health-image-top img {
  aspect-ratio: auto;
}

.health-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.health-gallery .health-image:nth-of-type(2) img {
  object-position: center;
}

.health-gallery .health-image:nth-of-type(3) img {
  object-position: center;
}

.health-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 26px 0 26px 18px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.health-copy h2 {
  margin: 0;
  font-size: clamp(34px, 3.2vw, 44px);
  line-height: 1.05;
}

.health-copy p {
  margin: 0;
  font-size: 19px;
  line-height: 1.55;
  color: var(--muted);
}

.app-membership-section {
  position: relative;
  padding: 78px max(24px, calc((100vw - 1180px) / 2)) 108px;
  overflow: hidden;
  color: #182231;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.82), transparent 34%),
    radial-gradient(circle at 86% 10%, rgba(186, 225, 247, 0.52), transparent 30%),
    linear-gradient(180deg, #f3fbff 0%, #e8f6ff 46%, #f6fcff 76%, #edf9ff 100%);
}

.app-membership-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: clamp(70px, 9vw, 132px);
  pointer-events: none;
  background: linear-gradient(180deg, #f3fbff 0%, rgba(243, 251, 255, 0) 100%);
}

.app-membership-section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: clamp(120px, 15vw, 220px);
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(199, 232, 248, 0.7), rgba(237, 249, 255, 0) 66%),
    linear-gradient(180deg, rgba(237, 249, 255, 0), #eef9ff 84%);
}

.app-membership-intro {
  position: relative;
  z-index: 1;
  width: min(880px, 100%);
  margin: 0 auto 72px;
  text-align: center;
}

.app-membership-kicker {
  margin: 0 0 16px;
  color: rgba(79, 143, 184, 0.9);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.app-membership-intro h2 {
  margin: 0 0 18px;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 620;
  line-height: 1.02;
}

.app-membership-intro > p:not(.app-membership-kicker) {
  margin: 0 auto;
  max-width: 760px;
  color: rgba(24, 34, 49, 0.64);
  font-size: 20px;
  line-height: 1.68;
}

.app-membership-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.app-membership-card {
  min-width: 0;
}

.app-membership-phone {
  display: grid;
  place-items: end center;
  min-height: clamp(420px, 44vw, 560px);
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(203, 232, 247, 0.52)),
    linear-gradient(180deg, #d9edf8, #f7fcff);
  box-shadow: 0 22px 58px rgba(57, 92, 116, 0.16);
}

.app-membership-phone img {
  width: auto;
  height: min(96%, 560px);
  max-width: 84%;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(24, 34, 49, 0.24));
}

.app-membership-card h3 {
  margin: 0 0 12px;
  color: rgba(24, 34, 49, 0.86);
  font-size: 22px;
  line-height: 1.2;
}

.app-membership-card p {
  margin: 0;
  color: rgba(24, 34, 49, 0.62);
  font-size: 16px;
  line-height: 1.65;
}

.insight-carousel-section {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: auto;
  margin-top: -1px;
  padding: 68px max(24px, calc((100vw - 1180px) / 2)) 78px;
  overflow: hidden;
  color: #182231;
  background-color: #edf9ff;
  background-image:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.96), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(196, 229, 247, 0.5), transparent 34%),
    linear-gradient(180deg, #eef9ff 0%, #f7fcff 34%, #eef9ff 100%);
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: cover;
}

.insight-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.insight-carousel-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 22%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(238, 249, 255, 0), #eef9ff);
}

.insight-carousel-title {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto 46px;
  color: rgba(17, 24, 32, 0.94);
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 760;
  line-height: 1.02;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
  background: linear-gradient(92deg, #112238 0%, #315d78 58%, #122033 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.insight-carousel-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  gap: 24px;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.insight-carousel-copy {
  justify-self: center;
  width: 100%;
  overflow: visible;
}

.insight-story {
  display: none;
  position: relative;
}

.insight-carousel-section:has(#insight-heart:checked) .insight-story-heart,
.insight-carousel-section:has(#insight-sleep:checked) .insight-story-sleep,
.insight-carousel-section:has(#insight-stress:checked) .insight-story-stress {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: start;
  animation: story-fade-up 360ms ease both;
}

.insight-story-media {
  position: relative;
  width: 100%;
  max-width: 790px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #dceff9;
  box-shadow: 0 18px 46px rgba(47, 82, 108, 0.18);
}

.insight-story-media::after {
  display: none;
}

.insight-story-media img {
  width: 100%;
  aspect-ratio: 1448 / 1086;
  height: auto;
  object-fit: cover;
  opacity: 1;
  filter: none;
}

.insight-story blockquote {
  margin: 0;
  padding: 0 clamp(4px, 1.6vw, 12px) 74px;
}

.insight-story p {
  margin: 0;
  max-width: 560px;
  color: rgba(17, 24, 32, 0.84);
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 430;
  line-height: 1.72;
  text-align: left;
}

.insight-story cite {
  position: absolute;
  right: 12px;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 0;
  color: rgba(17, 24, 32, 0.94);
  font-size: clamp(24px, 2.4vw, 34px);
  font-style: normal;
  font-weight: 780;
  line-height: 1.1;
  text-align: left;
}

.insight-story cite::before {
  content: none;
}

.insight-story cite img {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(57, 92, 116, 0.22);
}

.insight-carousel-tabs {
  justify-self: center;
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 12px;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid rgba(121, 168, 198, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 54px rgba(67, 112, 144, 0.14);
  backdrop-filter: blur(22px);
}

.insight-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 138px;
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  color: rgba(24, 34, 49, 0.62);
  background: transparent;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.insight-tab:hover {
  color: rgba(24, 34, 49, 0.9);
  transform: translateY(-1px);
}

.insight-carousel-section:has(#insight-heart:checked) label[for="insight-heart"],
.insight-carousel-section:has(#insight-sleep:checked) label[for="insight-sleep"],
.insight-carousel-section:has(#insight-stress:checked) label[for="insight-stress"] {
  color: #111820;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(62, 105, 136, 0.12);
}

.story-section {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr);
  gap: 58px;
  align-items: center;
}

.story-media {
  overflow: hidden;
  border-radius: 8px;
  background: #e0f1fa;
  box-shadow: var(--shadow);
}

.story-media img {
  width: 100%;
  aspect-ratio: 1.64 / 1;
  object-fit: cover;
}

.spec-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 36px 0 0;
}

.spec-list div {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.spec-list dt {
  margin-bottom: 6px;
  font-size: 38px;
  font-weight: 840;
}

.spec-list dd {
  margin: 0;
  color: var(--muted);
  font-weight: 720;
}

.day-section {
  background: #eaf7ff;
}

.day-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.day-card {
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 48px rgba(37, 31, 25, 0.08);
}

.day-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.day-card h3,
.day-card p {
  padding-right: 24px;
  padding-left: 24px;
}

.day-card h3 {
  margin-top: 24px;
}

.day-card p {
  margin-bottom: 28px;
}

.service-hero-section {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  min-height: min(680px, 72svh);
  overflow: hidden;
  color: #111820;
  background: linear-gradient(180deg, #d7edf8 0%, #eff9ff 54%, #f7fcff 100%);
}

.service-hero-section::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
  height: 56px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(247, 252, 255, 0), rgba(247, 252, 255, 0.26) 58%, #f7fcff 100%);
  content: "";
}

.service-hero-image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center 56%;
  opacity: 1;
  transform: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.service-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0) 18%),
    linear-gradient(180deg, rgba(239, 249, 255, 0.72) 0%, rgba(239, 249, 255, 0.42) 34%, rgba(239, 249, 255, 0.08) 62%, rgba(247, 252, 255, 0.2) 86%, #f7fcff 100%);
}

.service-hero-copy {
  position: relative;
  z-index: 2;
  align-self: start;
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(1040px, calc(100% - 96px));
  max-width: 1040px;
  margin: 0 clamp(48px, 7vw, 128px) 0 auto;
  padding-top: clamp(128px, 18svh, 184px);
  text-align: center;
}

.service-hero-copy h1 {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 18px;
  color: #102235;
  font-size: clamp(40px, 3.65vw, 56px);
  font-weight: 680;
  line-height: 1.02;
}

.service-hero-copy h1 span {
  display: block;
}

.service-hero-copy .service-title-mobile-extra {
  display: none;
}

.service-hero-copy p {
  max-width: 520px;
  margin: 0 auto;
  color: rgba(16, 34, 53, 0.68);
  font-size: clamp(16px, 1.18vw, 18px);
  line-height: 1.58;
}

.feature-carousel-section {
  position: relative;
  isolation: isolate;
  margin-top: -1px;
  padding: 96px 0 128px;
  overflow: hidden;
  color: #182231;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.92), transparent 32%),
    radial-gradient(circle at 76% 4%, rgba(136, 198, 235, 0.16), transparent 34%),
    linear-gradient(180deg, #f7fcff 0%, #edf8ff 42%, #eef9ff 100%);
}

.feature-carousel-section::before,
.feature-carousel-section::after {
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
}

.feature-carousel-section::before {
  top: 0;
  height: 170px;
  background: linear-gradient(180deg, #f7fcff 0%, rgba(247, 252, 255, 0) 100%);
}

.feature-carousel-section::after {
  bottom: 0;
  height: 190px;
  background: linear-gradient(180deg, rgba(238, 249, 255, 0), #eef9ff 76%, #eef9ff 100%);
}

.feature-carousel-heading {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 42px;
  text-align: center;
}

.feature-carousel-heading h2 {
  display: block;
  margin: 0;
  font-size: clamp(39px, 4vw, 60px);
  font-weight: 640;
  line-height: 1.02;
}

.feature-carousel-heading h2 span {
  display: block;
  white-space: normal;
}

.feature-carousel-heading .feature-title-mobile-extra {
  display: none;
}

.feature-carousel-frame {
  width: 100%;
}

.feature-carousel-track {
  display: flex;
  align-items: stretch;
  gap: 28px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-padding-left: max(24px, calc((100vw - 1180px) / 2));
  scroll-snap-type: x mandatory;
  padding: 0 max(24px, calc((100vw - 1180px) / 2)) 34px;
  scrollbar-width: none;
}

.feature-carousel-track::-webkit-scrollbar {
  display: none;
}

.feature-card {
  position: relative;
  flex: 0 0 auto;
  flex-basis: clamp(300px, 24vw, 340px);
  height: min(515px, 64vw);
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  background: #e7e7e7;
  box-shadow: 0 20px 58px rgba(57, 92, 116, 0.18);
  scroll-snap-align: start;
  transition:
    flex-basis 1400ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 1100ms ease,
    transform 1100ms ease;
}

.feature-card.is-expanded {
  z-index: 2;
  flex-basis: min(800px, calc(100vw - 48px));
  box-shadow: 0 26px 70px rgba(35, 74, 102, 0.26);
  transform: translateY(-2px);
}

.feature-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  transition:
    filter 900ms ease,
    object-position 1400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card-image-left {
  object-position: 18% center;
}

.feature-card.is-expanded img {
  object-position: center;
}

.feature-card:hover img,
.feature-card.is-expanded img {
  filter: saturate(1.04);
}

.feature-card-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 8, 12, 0.02), rgba(4, 8, 12, 0.04) 42%, rgba(4, 8, 12, 0.58) 100%),
    linear-gradient(90deg, rgba(4, 8, 12, 0.42), rgba(4, 8, 12, 0.12) 34%, rgba(4, 8, 12, 0) 70%);
  transition: opacity 1100ms ease;
}

.feature-card-shade::after {
  position: absolute;
  inset: 0;
  opacity: 0;
  background:
    linear-gradient(180deg, rgba(4, 8, 12, 0.02), rgba(4, 8, 12, 0.06) 36%, rgba(4, 8, 12, 0.72) 100%),
    linear-gradient(90deg, rgba(4, 8, 12, 0.52), rgba(4, 8, 12, 0.16) 36%, rgba(4, 8, 12, 0) 74%);
  content: "";
  transition: opacity 1200ms ease;
}

.feature-card:hover .feature-card-shade {
  opacity: 0.9;
}

.feature-card.is-expanded .feature-card-shade {
  opacity: 1;
}

.feature-card.is-expanded .feature-card-shade::after {
  opacity: 1;
}

.feature-card-pill {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(14, 22, 31, 0.42);
  font-size: 13px;
  font-weight: 780;
  backdrop-filter: blur(14px);
}

.feature-card-toggle {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  color: rgba(18, 28, 38, 0.82);
  background: rgba(255, 255, 255, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.66),
    0 18px 40px rgba(8, 20, 33, 0.16);
  cursor: pointer;
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  transition: transform 240ms ease, background 240ms ease, color 240ms ease;
}

.feature-card-toggle:hover {
  transform: scale(1.04);
  background: rgba(255, 255, 255, 0.82);
}

.feature-card-toggle span,
.feature-card-toggle span::after {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transition: transform 260ms ease;
}

.feature-card-toggle span::after {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
}

.feature-card.is-expanded .feature-card-toggle {
  color: rgba(18, 28, 38, 0.92);
  background: rgba(255, 255, 255, 0.88);
}

.feature-card.is-expanded .feature-card-toggle span {
  transform: rotate(45deg);
}

.feature-card.is-expanded .feature-card-toggle span::after {
  transform: rotate(90deg);
}

.feature-card-content {
  position: absolute;
  right: 34px;
  bottom: 24px;
  left: 34px;
  z-index: 2;
  display: grid;
  max-width: 440px;
  transform: translateY(0);
  transition: transform 1200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card h3 {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(28px, 2.6vw, 33px);
  font-weight: 520;
  line-height: 1.04;
}

.feature-card p {
  max-width: 470px;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(15px, 1.28vw, 18px);
  font-weight: 520;
  line-height: 1.55;
  text-wrap: pretty;
  opacity: 0;
  transform: translateY(14px);
  transition:
    max-height 900ms cubic-bezier(0.4, 0, 0.2, 1),
    margin-top 900ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 700ms ease,
    transform 900ms cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card.is-expanded .feature-card-content {
  transform: translateY(0);
}

.feature-card.is-expanded p {
  max-height: 180px;
  margin-top: 12px;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 460ms;
}

.feature-carousel-controls {
  display: flex;
  justify-content: center;
  gap: 14px;
  width: min(1180px, calc(100% - 48px));
  margin: 10px auto 0;
  padding-top: 22px;
}

.feature-carousel-button {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  color: rgba(24, 34, 49, 0.72);
  background: rgba(255, 255, 255, 0.78);
  font-size: 23px;
  font-weight: 760;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(57, 92, 116, 0.14);
  transition: transform 180ms ease, opacity 180ms ease, background 180ms ease;
}

.feature-carousel-button:hover {
  transform: translateY(-1px);
  background: var(--white);
}

.feature-carousel-button-dark {
  color: var(--white);
  background: rgba(24, 34, 49, 0.9);
}

.feature-carousel-button-dark:hover {
  background: rgba(24, 34, 49, 1);
}

.feature-carousel-button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
  transform: none;
}

.warranty-hero-section {
  position: relative;
  display: grid;
  gap: 36px;
  align-content: start;
  min-height: auto;
  padding: 104px max(24px, calc((100vw - 1180px) / 2)) 34px;
  overflow: hidden;
  color: #1b1d1f;
  background: linear-gradient(180deg, #f7fcff 0%, #e1f2fb 54%, #f8fbfd 100%);
}

.warranty-hero-main {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.88fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
  width: min(1200px, 100%);
  margin: 0 auto;
}

.warranty-hero-copy {
  min-width: 0;
  max-width: 610px;
  margin: 0;
  text-align: left;
}

.warranty-kicker {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: rgba(27, 29, 31, 0.74);
  font-size: 14px;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.warranty-kicker span {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1.6px solid rgba(27, 29, 31, 0.62);
  border-radius: 50%;
}

.warranty-kicker span::before,
.warranty-kicker span::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 4px;
  height: 6px;
  border: 1.4px solid rgba(27, 29, 31, 0.62);
  background: #fbfaf7;
}

.warranty-kicker span::before {
  left: -3px;
  border-radius: 4px 0 0 4px;
}

.warranty-kicker span::after {
  right: -3px;
  border-radius: 0 4px 4px 0;
}

.warranty-hero-copy h1 {
  max-width: 620px;
  margin: 0 0 22px;
  color: #161719;
  font-family: "Inter Variable", Arial, sans-serif;
  font-size: clamp(40px, 4vw, 50px);
  font-weight: 820;
  line-height: 1.06;
  overflow-wrap: break-word;
}

@media (min-width: 1300px) {
  .warranty-hero-copy h1 {
    max-width: 680px;
  }
}

.warranty-hero-copy p:not(.warranty-kicker) {
  max-width: 560px;
  margin: 0 0 42px;
  color: rgba(27, 29, 31, 0.72);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.55;
}

@media (min-width: 1259px) {
  .warranty-hero-copy p:not(.warranty-kicker) {
    max-width: 590px;
  }
}

.warranty-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  max-width: 720px;
}

.warranty-trust-row div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  min-width: 0;
}

.warranty-trust-row strong {
  color: rgba(27, 29, 31, 0.9);
  font-size: 14px;
  font-weight: 820;
  line-height: 1.25;
}

.warranty-trust-row small {
  grid-column: 2;
  color: rgba(27, 29, 31, 0.62);
  font-size: 12px;
  font-weight: 520;
  line-height: 1.35;
}

.warranty-mini-icon {
  grid-row: 1 / span 2;
  width: 32px;
  height: 32px;
  margin-top: 1px;
  object-fit: contain;
}

.warranty-hero-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  gap: 0;
  align-items: stretch;
  width: min(1200px, 100%);
  margin: 0 auto;
  overflow: visible;
  border: 1px solid rgba(27, 29, 31, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 24px 58px rgba(32, 38, 32, 0.08);
  backdrop-filter: blur(14px);
}

.warranty-support-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #e8e2d7;
}

.warranty-support-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
  box-shadow: 0 24px 54px rgba(55, 49, 39, 0.2);
}

.warranty-order-intro {
  display: grid;
  align-items: start;
  min-width: 0;
  padding: clamp(40px, 4vw, 58px);
}

.warranty-order-intro h2 {
  margin: 0 0 12px;
  color: #161719;
  font-family: "Inter Variable", Arial, sans-serif;
  font-size: clamp(28px, 2.2vw, 30px);
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.16;
}

.warranty-order-intro p {
  max-width: 430px;
  margin: 0 0 22px;
  color: rgba(27, 29, 31, 0.72);
  font-size: 16px;
  line-height: 1.56;
}

.warranty-order-intro ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.warranty-order-intro li {
  position: relative;
  padding-left: 30px;
  color: rgba(27, 29, 31, 0.76);
  font-size: 15px;
  line-height: 1.45;
}

.warranty-order-intro li strong,
.warranty-order-intro li span {
  display: block;
}

.warranty-order-intro li strong {
  margin-bottom: 4px;
  color: rgba(27, 29, 31, 0.92);
  font-size: 16px;
  font-weight: 820;
  line-height: 1.28;
}

.warranty-order-intro li span {
  max-width: 460px;
  color: rgba(27, 29, 31, 0.66);
  font-size: 15px;
  line-height: 1.42;
}

.warranty-order-intro li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #759b63;
  border-radius: 50%;
}

.warranty-order-intro li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 8px;
  height: 4px;
  border-bottom: 2px solid #759b63;
  border-left: 2px solid #759b63;
  transform: rotate(-45deg);
}

.warranty-registration-card {
  display: grid;
  gap: 16px;
  align-content: center;
  width: 100%;
  min-width: 0;
  padding: clamp(40px, 4vw, 58px);
  border: 0;
  border-left: 1px solid rgba(27, 29, 31, 0.1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.warranty-hero-stage.is-visible .warranty-registration-card {
  animation: warranty-form-fade-up 680ms 120ms ease both;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field span {
  color: rgba(27, 29, 31, 0.82);
  font-size: 15px;
  font-weight: 820;
}

.form-field input {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(27, 29, 31, 0.16);
  border-radius: 8px;
  color: #1b1d1f;
  background: rgba(255, 255, 255, 0.96);
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.support-page .form-field input {
  border-color: rgba(79, 163, 201, 0.38);
  background: rgba(234, 246, 255, 0.72);
}

.warranty-hero-stage.is-visible .form-field:first-of-type input {
  animation: warranty-email-glow 1800ms 920ms ease-out both;
}

.form-field input:focus {
  border-color: rgba(79, 163, 201, 0.72);
  background: rgba(247, 252, 255, 0.96);
  box-shadow: 0 0 0 4px rgba(79, 163, 201, 0.18);
}

.form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-top: 4px;
  border: 0;
  border-radius: 8px;
  color: var(--white);
  background: #171717;
  font-size: 18px;
  font-weight: 820;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, opacity 180ms ease;
}

.form-submit:hover {
  transform: translateY(-1px);
  background: #090807;
}

.warranty-section {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  min-height: 100svh;
  padding-top: 28px;
  padding-bottom: 28px;
  overflow: visible;
  background: #dff1fd;
}

.warranty-section::before,
.warranty-section::after {
  content: none;
}

.service-activity-scene {
  width: min(100%, 1180px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(40, 78, 108, 0.2);
}

.service-activity-scene img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.support-appreciation-section {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 100svh;
  padding: 108px max(24px, calc((100vw - 1180px) / 2)) 64px;
  overflow: hidden;
  color: #182231;
  background: linear-gradient(180deg, #f7fcff 0%, #e1f2fb 54%, #f8fbfd 100%);
}

.warranty-hero-section + .support-appreciation-section {
  min-height: auto;
  padding-top: 96px;
}

.support-appreciation-section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 28%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(248, 251, 253, 0), rgba(255, 255, 255, 0.58));
}

.support-appreciation-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 64px;
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.support-appreciation-copy {
  min-width: 0;
  max-width: 560px;
}

.support-appreciation-kicker {
  margin: 0 0 16px;
  color: rgba(79, 143, 184, 0.92);
  font-size: 14px;
  font-weight: 840;
  letter-spacing: 0;
  text-transform: uppercase;
}

.support-appreciation-copy h1 {
  max-width: 620px;
  margin: 0 0 24px;
  color: #15385d;
  font-size: 60px;
  font-weight: 780;
  line-height: 1;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.support-appreciation-copy h1 span {
  display: block;
}

.support-appreciation-copy p {
  margin: 0 0 18px;
  color: rgba(24, 34, 49, 0.74);
  font-size: 19px;
  line-height: 1.68;
  overflow-wrap: break-word;
}

.support-appreciation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.support-appreciation-link {
  color: #182231;
  border-color: rgba(24, 34, 49, 0.14);
  background: rgba(255, 255, 255, 0.74);
}

.support-appreciation-media {
  position: relative;
  min-width: 0;
  min-height: 600px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #d7edf8;
  box-shadow: 0 28px 70px rgba(40, 78, 108, 0.22);
}

.support-appreciation-media img {
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
  object-position: center;
}

.support-appreciation-media figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  gap: 18px;
  align-items: flex-end;
  justify-content: space-between;
  padding: 18px 20px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.94);
  background: rgba(12, 23, 32, 0.56);
  backdrop-filter: blur(16px);
}

.support-appreciation-media figcaption span,
.support-appreciation-media figcaption strong {
  display: block;
}

.support-appreciation-media figcaption span {
  max-width: 210px;
  font-size: 14px;
  font-weight: 760;
}

.support-appreciation-media figcaption strong {
  max-width: 240px;
  font-size: 24px;
  font-weight: 780;
  line-height: 1.12;
  text-align: right;
}

.form-submit:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.privacy-note {
  margin: 0;
  color: rgba(43, 52, 62, 0.78);
  font-size: 12px;
  line-height: 1.45;
}

.warranty-form-note {
  margin: 2px 0 0;
  color: rgba(43, 52, 62, 0.78);
  font-size: 12px;
  line-height: 1.45;
}

.form-message {
  min-height: 22px;
  margin: 0;
  color: var(--sage);
  font-size: 13px;
  font-weight: 760;
}

.form-message.is-error {
  color: #ba3f3f;
}

.about-hero-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.74fr);
  gap: clamp(44px, 7vw, 112px);
  align-items: center;
  min-height: 88svh;
  overflow: hidden;
  color: #123049;
  padding: 132px max(24px, calc((100vw - 1180px) / 2)) 108px;
  background:
    radial-gradient(circle at 78% 24%, rgba(169, 221, 249, 0.52), transparent 32%),
    radial-gradient(circle at 15% 88%, rgba(255, 255, 255, 0.9), transparent 36%),
    linear-gradient(180deg, #eff9ff 0%, #e6f6ff 72%, #eef9ff 100%);
}

.about-hero-copy {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  margin: 0;
}

.about-hero-media,
.about-story-media,
.about-values-media {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #dceff9;
  box-shadow: 0 26px 70px rgba(57, 92, 116, 0.16);
}

.about-hero-media img,
.about-story-media img,
.about-values-media img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  transition: none;
}

.about-hero-media {
  height: auto;
}

.about-hero-media img {
  object-position: 52% center;
}

.about-kicker {
  margin: 0 0 16px;
  color: rgba(55, 132, 183, 0.86);
  font-size: 13px;
  font-weight: 840;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-hero-copy h1 {
  max-width: 940px;
  margin: 0 0 30px;
  color: #14324a;
  font-size: 55px;
  font-weight: 300;
  line-height: 1;
}

.about-hero-copy p:not(.about-kicker) {
  max-width: 780px;
  margin: 0;
  color: rgba(18, 48, 73, 0.72);
  font-size: clamp(19px, 1.5vw, 24px);
  line-height: 1.62;
}

.about-scroll-note {
  position: absolute;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 34px;
  margin: 0;
  color: rgba(55, 132, 183, 0.82);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-story-section,
.about-values-section,
.about-closing-section {
  padding: 118px max(24px, calc((100vw - 1180px) / 2));
}

.about-story-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1fr);
  gap: clamp(44px, 7vw, 112px);
  align-items: center;
  background:
    linear-gradient(180deg, #eef9ff 0%, #f7fcff 100%);
}

.about-story-copy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  grid-column: auto;
}

.about-story-copy .about-kicker {
  grid-column: auto;
  margin-top: 8px;
}

.about-story-copy h2 {
  grid-column: auto;
}

.about-story-copy p:not(.about-kicker) {
  grid-column: auto;
}

.about-story-media {
  height: auto;
}

.about-story-media img {
  object-position: 50% center;
}

.about-story-copy h2,
.about-values-heading h2,
.about-closing-copy h2 {
  margin: 0 0 20px;
  color: #111820;
  font-size: clamp(42px, 4.8vw, 68px);
  font-weight: 300;
  line-height: 1.02;
}

.about-story-copy h2 {
  font-size: clamp(38px, 3.4vw, 50px);
}

.about-story-copy p:not(.about-kicker),
.about-closing-copy p {
  margin: 0 0 18px;
  color: rgba(24, 34, 49, 0.66);
  font-size: 18px;
  line-height: 1.72;
}

.about-values-section {
  color: #182231;
  text-align: center;
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 255, 255, 0.9), transparent 34%),
    linear-gradient(180deg, #eef9ff 0%, #f6fcff 36%, #f6fcff 100%);
}

.about-values-heading {
  display: block;
  width: min(860px, 100%);
  margin: 0 auto 44px;
}

.about-values-heading .about-kicker {
  margin: 0 0 14px;
}

.about-values-heading h2 {
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 620;
  line-height: 1.06;
}

.about-values-media {
  display: grid;
  place-items: center;
  width: min(540px, 100%);
  aspect-ratio: 1122 / 1402;
  margin: 0 auto 64px;
  background: transparent;
  box-shadow: 0 22px 56px rgba(57, 92, 116, 0.12);
}

.about-values-media img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  text-align: left;
  border-top: 1px solid rgba(151, 187, 215, 0.42);
}

.about-value-card {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 34px 36px;
  border: 0;
  border-right: 1px solid rgba(151, 187, 215, 0.42);
  border-bottom: 1px solid rgba(151, 187, 215, 0.42);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: none;
  transition: none;
}

.about-value-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 10%, rgba(255, 255, 255, 0.46) 34%, transparent 58%);
  opacity: 0;
  transform: translateX(-64%);
  transition: none;
}

.about-value-card.reveal {
  transform: translateY(34px) scale(0.96);
}

.about-value-card.reveal.is-visible {
  transform: translateY(0) scale(1);
}

.about-value-card.is-visible:hover {
  border-color: rgba(87, 154, 195, 0.44);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 54px rgba(57, 92, 116, 0.12);
  transform: translateY(-6px);
}

.about-value-card.is-visible:hover::before {
  opacity: 1;
  transform: translateX(68%);
}

.about-value-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: #162232;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.12;
}

.about-value-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(24, 34, 49, 0.64);
  font-size: 17px;
  line-height: 1.62;
}

.about-closing-section {
  display: grid;
  min-height: 58svh;
  align-items: center;
  color: #123049;
  background:
    radial-gradient(circle at 72% 26%, rgba(184, 226, 249, 0.42), transparent 34%),
    linear-gradient(180deg, #f6fcff 0%, #eef9ff 100%);
}

.about-closing-copy {
  max-width: 980px;
}

.about-closing-copy h2 {
  color: #14324a;
}

.about-closing-copy p {
  color: rgba(18, 48, 73, 0.7);
}

.about-closing-copy .button {
  margin-top: 8px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1.3fr) repeat(4, minmax(130px, 0.7fr));
  gap: 34px;
  align-items: start;
  padding: 54px max(24px, calc((100vw - 1180px) / 2)) 46px;
  color: #182231;
  background:
    radial-gradient(circle at 14% 20%, rgba(255, 255, 255, 0.9), transparent 32%),
    linear-gradient(180deg, #eef9ff 0%, #dceff9 100%);
}

.footer-logo {
  display: inline-flex;
  margin-bottom: 14px;
  color: #111820;
  font-size: 26px;
  font-weight: 620;
  line-height: 1;
}

.footer-brand p,
.footer-column p,
.footer-column a {
  margin: 0;
  color: rgba(24, 34, 49, 0.64);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.75;
}

.footer-brand p {
  max-width: 260px;
}

.footer-column {
  display: grid;
  gap: 4px;
}

.footer-column h2,
.footer-heading-link {
  margin: 0 0 8px;
  color: #162232;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
}

.footer-column a {
  width: fit-content;
  transition: color 180ms ease, opacity 180ms ease;
}

.footer-column .footer-heading-link {
  color: #162232;
  line-height: 1.2;
}

.footer-column a:hover {
  color: #4f8fb8;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(9, 8, 7, 0.54);
  backdrop-filter: blur(8px);
}

.modal-backdrop[hidden] {
  display: none;
}

.signup-modal {
  width: min(470px, 100%);
  padding: 34px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 30px 90px rgba(10, 8, 7, 0.28);
}

.signup-modal h2 {
  margin-bottom: 14px;
  font-size: 32px;
}

.signup-modal p {
  color: var(--muted);
}

.modal-close {
  float: right;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--paper);
  cursor: pointer;
}

.modal-confirm {
  margin-top: 10px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 820ms ease, transform 820ms ease;
  will-change: opacity, transform;
}

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

.about-value-card.reveal {
  transition:
    opacity 760ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

@supports (animation-timeline: view()) {
  .hero-image {
    animation-duration: 1ms;
    animation-fill-mode: both;
    animation-timeline: view();
  }

  .hero-image {
    animation-name: hero-drift-out;
  }

  .warranty-section {
    animation: warranty-rise-in 1ms both;
    animation-timeline: view();
    animation-range: entry -8% cover 34%;
  }
}

@keyframes hero-drift-out {
  0%,
  52% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0.72;
    transform: scale(1.08);
  }
}

@keyframes warranty-rise-in {
  0% {
    background-position: 34% 54%;
  }

  100% {
    background-position: 34% center;
  }
}

@keyframes story-fade-up {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes warranty-form-pop {
  0% {
    opacity: 0;
    transform: translateY(-38%) scale(0.72) rotate(-2deg);
  }

  42% {
    opacity: 1;
    transform: translateY(-52%) scale(1.14) rotate(1deg);
  }

  68% {
    opacity: 1;
    transform: translateY(-49%) scale(0.96) rotate(-0.4deg);
  }

  100% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}

@keyframes warranty-email-glow {
  0% {
    box-shadow: 0 0 0 rgba(79, 143, 184, 0);
  }

  34% {
    box-shadow: 0 0 0 6px rgba(79, 143, 184, 0.2), 0 16px 28px rgba(57, 92, 116, 0.12);
  }

  100% {
    box-shadow: 0 0 0 rgba(79, 143, 184, 0);
  }
}

@keyframes warranty-form-fade-up {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1500px) {
  .service-hero-copy {
    width: min(650px, calc(100% - 72px));
    max-width: 650px;
    margin-right: clamp(42px, 7vw, 96px);
  }

  .service-hero-copy h1 {
    max-width: 650px;
  }
}

@media (max-width: 1240px) {
  .service-hero-image {
    width: 100%;
    transform: none;
  }

  .service-hero-copy {
    width: min(560px, calc(100% - 48px));
    max-width: 560px;
    margin-right: clamp(34px, 7vw, 80px);
  }

  .about-hero-copy h1 {
    font-size: 52px;
  }
}

@media (max-width: 1120px) {
  .service-hero-image {
    width: 100%;
    transform: none;
  }
}

@media (max-width: 1040px) {
  .product-grid,
  .membership-section,
  .feature-section,
  .story-section,
  .day-grid,
  .quiet-section,
  .about-story-section,
  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .quiet-section {
    min-height: auto;
    gap: 34px;
    padding-top: clamp(28px, 4vw, 48px);
  }

  .quiet-product-visual {
    order: -1;
    min-height: auto;
  }

  .quiet-image-card-large {
    height: 560px;
  }

  .quiet-product-copy {
    width: min(760px, 100%);
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .quiet-lede,
  .quiet-body {
    margin-right: auto;
    margin-left: auto;
  }

  .membership-visual {
    grid-template-columns: 1fr;
    width: min(760px, 100%);
    margin: 0 auto;
    gap: 18px;
  }

  .membership-scene {
    min-height: auto;
    aspect-ratio: 16 / 10;
    border-color: rgba(151, 187, 215, 0.3);
    box-shadow: 0 18px 42px rgba(57, 92, 116, 0.12);
  }

  .membership-scene-bg {
    object-position: center;
  }

  .membership-scene-app {
    left: clamp(18px, 4vw, 32px);
    top: clamp(18px, 4vw, 32px);
    width: clamp(132px, 23%, 180px);
    border-radius: 16px;
  }

  .app-membership-section {
    padding: 102px 24px 118px;
    background:
      radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.68), transparent 34%),
      linear-gradient(180deg, #eaf8ff 0%, #cfeeff 58%, #ecf9ff 100%);
  }

  .app-membership-section::before,
  .app-membership-section::after {
    content: none;
  }

  .app-membership-intro {
    width: min(960px, 100%);
    margin-bottom: 86px;
  }

  .app-membership-kicker {
    color: rgba(79, 143, 184, 0.9);
  }

  .app-membership-intro h2 {
    color: #17324a;
    font-family: var(--font-display);
    font-size: clamp(62px, 8vw, 88px);
    font-weight: 300;
    line-height: 1.02;
  }

  .app-membership-intro > p:not(.app-membership-kicker) {
    max-width: 920px;
    color: rgba(23, 50, 74, 0.72);
    font-size: clamp(22px, 2.7vw, 30px);
    line-height: 1.34;
  }

  .app-membership-grid {
    width: min(640px, 100%);
    margin: 0 auto;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 54px;
  }

  .app-membership-card {
    text-align: left;
  }

  .app-membership-phone {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: clamp(540px, 62vw, 640px);
    min-height: clamp(540px, 62vw, 640px);
    margin-bottom: 26px;
    border-radius: 28px;
    background:
      linear-gradient(145deg, rgba(235, 249, 255, 0.9), rgba(168, 213, 237, 0.72)),
      linear-gradient(180deg, #dff4ff, #a9d8ef);
    box-shadow: 0 22px 54px rgba(57, 92, 116, 0.16);
  }

  .app-membership-phone img {
    height: min(96%, 610px);
    max-width: 84%;
  }

  .app-membership-card h3,
  .app-membership-card p {
    max-width: 620px;
  }

  .health-layout {
    grid-template-columns: 1fr;
  }

  .health-copy {
    order: -1;
  }

  .insight-carousel-section {
    min-height: auto;
    padding: 86px 24px 56px;
  }

  .insight-carousel-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .insight-carousel-copy {
    max-width: 940px;
  }

  .service-hero-section {
    align-items: start;
    min-height: clamp(540px, 72vw, 660px);
  }

  .service-hero-image {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 58%;
    transform: none;
  }

  .service-hero-copy {
    width: min(520px, calc(100% - 48px));
    max-width: 520px;
    margin: 0 clamp(28px, 6vw, 64px) 0 auto;
    padding-top: clamp(108px, 13vw, 140px);
    text-align: center;
  }

  .feature-carousel-section {
    padding: 86px 0 92px;
  }

  .feature-card {
    flex-basis: clamp(300px, 30vw, 340px);
  }

  .feature-card.is-expanded {
    flex-basis: min(800px, calc(100vw - 48px));
  }

  .warranty-hero-section {
    min-height: auto;
    padding: 92px 24px 58px;
  }

  .warranty-hero-main,
  .warranty-hero-stage {
    grid-template-columns: 1fr;
    width: min(790px, 100%);
    margin: 0;
  }

  .warranty-hero-copy {
    text-align: left;
  }

  .warranty-hero-copy h1,
  .warranty-hero-copy p:not(.warranty-kicker) {
    margin-right: 0;
    margin-left: 0;
  }

  .warranty-hero-stage {
    gap: 0;
  }

  .warranty-support-image {
    width: 100%;
  }

  .warranty-registration-card {
    width: 100%;
    border-top: 1px solid rgba(27, 29, 31, 0.1);
    border-left: 0;
  }

  .warranty-hero-stage.is-visible .warranty-registration-card {
    animation: warranty-form-fade-up 680ms 120ms ease both;
  }

  .warranty-section {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy copy"
      "media media";
    gap: 24px;
    padding: 104px 24px 58px;
  }

  .support-appreciation-section {
    min-height: auto;
    padding: 72px 24px 52px;
  }

  .warranty-hero-section + .support-appreciation-section {
    padding-top: 72px;
  }

  .support-appreciation-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    width: min(640px, 100%);
  }

  .support-appreciation-copy {
    max-width: 640px;
    margin: 0 auto;
  }

  .support-appreciation-copy h1 {
    max-width: 640px;
    font-size: 48px;
  }

  .support-appreciation-media {
    min-height: 0;
  }

  .support-appreciation-media img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .warranty-title {
    font-size: clamp(32px, 4.5vw, 42px);
  }

  .feature-section {
    padding: 18px;
  }

  .about-hero-copy {
    width: 100%;
    max-width: 680px;
    margin-left: 0;
  }

  .about-story-section,
  .about-hero-section,
  .about-story-copy,
  .about-values-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .about-hero-section {
    align-items: start;
    min-height: auto;
    padding: 112px 24px 86px;
  }

  .about-hero-copy h1 {
    max-width: 620px;
    margin: 0 0 18px;
    color: #14324a;
    font-size: 52px;
    font-weight: 300;
    line-height: 1.06;
  }

  .about-hero-copy p:not(.about-kicker) {
    max-width: 630px;
    font-size: 18px;
    line-height: 1.56;
  }

  .about-story-copy .about-kicker,
  .about-story-copy h2,
  .about-story-copy p:not(.about-kicker),
  .about-values-heading h2 {
    grid-column: auto;
  }

  .about-story-section,
  .about-values-section,
  .about-closing-section {
    padding: 86px 24px;
  }

  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-media,
  .about-story-media,
  .about-values-media {
    height: auto;
  }

  .about-hero-media {
    width: min(560px, 100%);
    justify-self: center;
  }

  .about-story-media {
    width: min(560px, 100%);
    justify-self: center;
  }

  .about-values-media {
    width: min(620px, 100%);
  }

  .about-hero-media img,
  .about-story-media img,
  .about-values-media img {
    aspect-ratio: 4 / 5;
  }

  .about-values-media img {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .about-value-card {
    min-height: 0;
  }

  .site-footer {
    grid-template-columns: minmax(220px, 1fr) repeat(2, minmax(130px, 0.7fr));
  }

  .warranty-section {
    padding: 92px 18px 42px;
  }
}

@media (max-width: 999px) {
  body.mobile-menu-open {
    overflow: hidden;
  }

  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .brand-mark {
    position: relative;
    z-index: 64;
  }

  .nav-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    padding: calc(var(--header-height) + 42px) 30px 40px;
    color: #4b4742;
    font-family: var(--font-sans);
    background: var(--paper);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity 220ms ease, transform 220ms ease;
    backdrop-filter: blur(18px);
  }

  .main-nav::before {
    content: "";
    position: absolute;
    inset: var(--header-height) 30px auto;
    height: 1px;
    background: rgba(75, 71, 66, 0.16);
  }

  .main-nav a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: clamp(48px, 8vw, 64px);
    border-bottom: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: #4b4742;
    letter-spacing: 0;
  }

  .hero-section picture,
  .product-card,
  .quiet-product-visual,
  .quiet-image-card,
  .membership-scene,
  .health-image,
  .app-membership-phone,
  .insight-story-media,
  .service-hero-section,
  .warranty-support-image,
  .service-activity-scene,
  .support-appreciation-media,
  .about-hero-media,
  .about-story-media,
  .about-values-media {
    max-width: 100%;
    min-width: 0;
  }

  .product-card img,
  .quiet-image-card img,
  .membership-scene-bg,
  .health-image img,
  .app-membership-phone img,
  .insight-story-media img,
  .warranty-support-image img,
  .service-activity-scene img,
  .support-appreciation-media img,
  .about-hero-media img,
  .about-story-media img,
  .about-values-media img {
    max-width: 100%;
  }

  .service-hero-image {
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center 58%;
    transform: none;
  }

  .service-hero-copy p {
    max-width: 350px;
  }

  .feature-card {
    flex-basis: clamp(290px, 36vw, 330px);
  }

  .feature-card.is-expanded {
    flex-basis: min(800px, calc(100vw - 48px));
  }

  .main-nav a::after {
    content: none;
  }

  .main-nav a[aria-current="page"] {
    color: #4b4742;
  }

  .main-nav .mobile-nav-secondary {
    display: flex;
    min-height: 36px;
    margin-top: auto;
    font-size: 16px;
    line-height: 1.2;
    color: #4b4742;
  }

  .site-header.is-menu-open {
    color: #4b4742;
    background: var(--paper);
  }

  .site-header.is-menu-open .brand-mark {
    font-size: 30px;
  }

  .site-header.is-menu-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-header.is-menu-open .nav-menu-toggle {
    border-color: rgba(50, 47, 44, 0.22);
    background: rgba(255, 255, 255, 0.52);
  }

  .site-header.is-menu-open .nav-menu-toggle span:first-child {
    top: 22px;
    transform: rotate(45deg);
  }

  .site-header.is-menu-open .nav-menu-toggle span:last-child {
    top: 22px;
    transform: rotate(-45deg);
  }
}

@media (max-width: 860px) {
  .service-hero-image {
    width: 100%;
  }

  .service-hero-copy {
    width: min(390px, calc(100% - 42vw - 24px));
    max-width: 390px;
    margin: 0 24px 0 auto;
  }
}

@media (max-width: 800px) {
  .service-hero-copy h1 {
    font-size: 40px;
  }

  .service-hero-copy p {
    max-width: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1040px) {
  .service-hero-section {
    min-height: clamp(600px, 72vw, 680px);
  }

  .service-hero-image {
    object-position: left 58%;
  }

  .service-hero-copy {
    justify-self: center;
    width: min(560px, calc(100% - 64px));
    max-width: 560px;
    margin: 0 auto;
    padding-top: clamp(112px, 12vw, 140px);
    text-align: center;
  }

  .service-hero-copy h1 {
    max-width: 560px;
    font-size: clamp(38px, 4.4vw, 46px);
  }

  .service-hero-copy p {
    max-width: 410px;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 68px;
  }

  .site-header {
    padding: 12px 16px;
  }

  .brand-mark {
    font-size: 22px;
  }

  .nav-action {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0) 24%),
      linear-gradient(90deg, rgba(246, 248, 249, 0.24), rgba(246, 248, 249, 0) 56%);
  }

  .hero-section::after {
    content: "";
    height: clamp(54px, 16vw, 96px);
    background: linear-gradient(180deg, rgba(239, 249, 255, 0) 0%, rgba(239, 249, 255, 0.18) 58%, rgba(239, 249, 255, 0.82) 100%);
  }

  .hero-section {
    min-height: clamp(280px, 66vw, 380px);
  }

  .hero-section picture {
    padding: clamp(78px, 18vw, 98px) 12px 0;
  }

  .hero-image {
    width: min(104vw, 620px);
    max-width: none;
  }

  .hero-brand-copy {
    top: clamp(82px, 12svh, 118px);
    left: clamp(18px, 4.8vw, 36px);
    width: min(52vw, 260px);
    text-align: center;
  }

  .hero-brand-copy h1 {
    font-size: clamp(30px, 8.4vw, 50px);
    margin-bottom: 6px;
  }

  .hero-product-name {
    font-size: clamp(19px, 5vw, 29px);
    margin-bottom: 6px;
  }

  .hero-tagline {
    max-width: 12.5em;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(12px, 3vw, 16px);
  }

  .product-section,
  .membership-section,
  .story-section,
  .day-section,
  .quiet-section,
  .warranty-section {
    padding: 64px 16px;
  }

  .quiet-section {
    gap: 22px;
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .membership-scene {
    min-height: 500px;
  }

  .membership-scene-app {
    width: clamp(110px, 33%, 170px);
  }

  .quiet-product-copy h2 {
    font-size: clamp(36px, 11vw, 42px);
  }

  .quiet-lede {
    font-size: 15px;
    line-height: 1.72;
  }

  .quiet-product-visual {
    min-height: auto;
  }

  .quiet-image-card-large {
    height: 470px;
  }

  .quiet-image-card-large img {
    object-position: 52% 40%;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .product-card {
    min-height: 560px;
  }

  .product-card img {
    width: min(92%, 420px);
  }

  .feature-section {
    padding: 10px;
  }

  .health-gallery {
    width: min(680px, 100%);
    margin: 0 auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .health-image-top {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9;
  }

  .health-image:not(.health-image-top) {
    aspect-ratio: 4 / 3;
  }

  .app-membership-phone {
    height: clamp(430px, 68vw, 540px);
    min-height: clamp(430px, 68vw, 540px);
    align-items: flex-end;
    overflow: hidden;
  }

  .app-membership-phone img {
    height: min(94%, 540px);
    max-width: 84%;
  }

  .health-copy {
    padding: 18px;
  }

  .health-copy h2 {
    font-size: 28px;
  }

  .health-copy p {
    font-size: 16px;
    line-height: 1.5;
  }

  .app-membership-section {
    padding: 86px 16px 96px;
  }

  .app-membership-intro {
    margin-bottom: 58px;
  }

  .app-membership-intro h2 {
    font-size: clamp(38px, 11vw, 46px);
  }

  .app-membership-intro > p:not(.app-membership-kicker) {
    font-size: 16px;
    line-height: 1.62;
  }

  .insight-carousel-section {
    padding: 54px 16px 44px;
    background-position: 58% center;
  }

  .insight-carousel-title {
    margin-bottom: 28px;
    font-size: clamp(30px, 10vw, 42px);
    text-align: center;
  }

  .insight-carousel-section:has(#insight-heart:checked) .insight-story-heart,
  .insight-carousel-section:has(#insight-sleep:checked) .insight-story-sleep,
  .insight-carousel-section:has(#insight-stress:checked) .insight-story-stress {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .insight-story blockquote {
    padding: 4px;
  }

  .insight-story p {
    font-size: 15px;
    line-height: 1.62;
  }

  .insight-story cite {
    position: static;
    margin-top: 24px;
    font-size: clamp(26px, 8vw, 34px);
  }

  .insight-carousel-tabs {
    width: 100%;
    gap: 6px;
    padding: 8px;
  }

  .insight-tab {
    min-width: 0;
    flex: 1;
    min-height: 42px;
    padding: 0 10px;
    font-size: 12px;
  }

  .service-hero-section {
    align-items: start;
    min-height: clamp(500px, 98vw, 620px);
  }

  .service-hero-image {
    content: normal;
    inset: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: 14% 60%;
    transform: translateY(32px);
    transform-origin: center;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .service-hero-shade {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0) 18%),
      linear-gradient(180deg, rgba(239, 249, 255, 0.72) 0%, rgba(239, 249, 255, 0.2) 40%, rgba(239, 249, 255, 0.12) 76%, rgba(239, 249, 255, 0.5) 100%);
  }

  .service-hero-copy {
    justify-self: center;
    width: calc(100% - 32px);
    max-width: 340px;
    margin: 0 auto;
    padding-top: clamp(88px, 15vw, 108px);
    text-align: center;
  }

  .service-hero-copy h1 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.08;
    white-space: normal;
  }

  .service-hero-copy h1 > span:first-child {
    display: block;
  }

  .service-hero-copy h1 > span:nth-child(2) {
    display: block;
  }

  .service-hero-copy .service-title-mobile-extra {
    display: none;
  }

  .service-hero-copy p {
    max-width: 315px;
    margin: 0 auto;
    font-size: 12.5px;
    line-height: 1.55;
  }

  .feature-carousel-section {
    padding: 72px 0 78px;
  }

  .warranty-hero-section {
    padding: 88px 16px 44px;
  }

  .warranty-kicker {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .warranty-hero-copy h1 {
    font-size: 28px;
    line-height: 1.08;
    white-space: normal;
  }

  .warranty-hero-copy p:not(.warranty-kicker) {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 1.58;
  }

  .warranty-trust-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .warranty-order-intro {
    padding: 22px;
  }

  .warranty-order-intro h2 {
    font-size: 20px;
  }

  .warranty-registration-card {
    gap: 14px;
    padding: 22px;
  }

  .support-appreciation-section {
    display: block;
    max-width: 100vw;
    padding: 52px 16px 36px;
  }

  .warranty-hero-section + .support-appreciation-section {
    padding-top: 52px;
  }

  .support-appreciation-inner {
    display: block;
    width: min(620px, 100%);
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .support-appreciation-copy,
  .support-appreciation-media {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .support-appreciation-kicker {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .support-appreciation-copy h1 {
    margin-bottom: 18px;
    max-width: 460px;
    font-size: clamp(30px, 8.4vw, 48px);
    line-height: 1.03;
  }

  .support-appreciation-copy h1 span {
    white-space: nowrap;
  }

  .support-appreciation-copy p {
    max-width: 520px;
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.58;
    overflow-wrap: anywhere;
  }

  .support-appreciation-actions {
    display: block;
    margin-top: 24px;
  }

  .support-appreciation-actions .button {
    width: 100%;
    margin-bottom: 10px;
  }

  .support-appreciation-media {
    margin-top: 24px;
  }

  .support-appreciation-media figcaption {
    position: static;
    display: grid;
    gap: 6px;
    padding: 16px;
    border-radius: 0;
    background: #182231;
  }

  .support-appreciation-media figcaption span,
  .support-appreciation-media figcaption strong {
    max-width: none;
    text-align: left;
  }

  .support-appreciation-media figcaption strong {
    font-size: 20px;
  }

  .form-field input,
  .form-submit {
    min-height: 52px;
  }

  .feature-carousel-heading {
    width: calc(100% - 32px);
    margin-bottom: 34px;
    text-align: left;
  }

  .feature-carousel-heading h2 {
    font-size: 36px;
  }

  .feature-carousel-heading h2 span {
    white-space: normal;
  }

  .feature-carousel-heading .feature-title-mobile-extra {
    display: none;
  }

  .feature-carousel-track {
    gap: 14px;
    scroll-padding-left: 16px;
    padding: 0 16px 24px;
  }

  .feature-card {
    flex-basis: min(320px, 82vw);
    height: clamp(260px, 64vw, 430px);
    min-height: 0;
  }

  .feature-card.is-expanded {
    flex-basis: min(800px, calc(100vw - 32px));
  }

  .feature-card-pill {
    top: 18px;
    left: 18px;
    min-height: 38px;
    padding: 0 14px;
  }

  .feature-card-toggle {
    top: 18px;
    right: 18px;
    width: 46px;
    height: 46px;
  }

  .feature-card-content {
    right: 22px;
    bottom: 16px;
    left: 22px;
    max-width: 74%;
  }

  .feature-card h3 {
    font-size: 24px;
  }

  .feature-card p {
    font-size: 13px;
    line-height: 1.42;
  }

  .feature-card.is-expanded .feature-card-content {
    transform: translateY(0);
  }

  .feature-card.is-expanded p {
    margin-top: 10px;
  }

  .feature-carousel-controls {
    width: calc(100% - 32px);
    padding-top: 20px;
  }

  .feature-carousel-button {
    width: 48px;
    height: 48px;
  }

  .spec-list {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 42px 16px 36px;
  }

  .footer-logo {
    font-size: 23px;
  }

  .footer-column h2 {
    margin-bottom: 2px;
  }

  .about-hero-section {
    align-items: center;
    min-height: auto;
    padding: 92px 18px 64px;
  }

  .about-hero-copy {
    width: 100%;
    margin: 0;
  }

  .about-hero-copy h1 {
    box-sizing: border-box;
    width: min(520px, 100%);
    margin: 10px 0 16px;
    padding: 0;
    font-size: clamp(34px, 8vw, 40px);
    font-weight: 300;
    line-height: 1.06;
  }

  .about-hero-copy p:not(.about-kicker) {
    box-sizing: border-box;
    max-width: 560px;
    padding: 0;
    font-size: 15.5px;
    line-height: 1.58;
  }

  .about-hero-media,
  .about-story-media,
  .about-values-media {
    width: 100%;
    box-shadow: 0 18px 44px rgba(57, 92, 116, 0.14);
  }

  .about-hero-media {
    box-sizing: border-box;
    width: min(500px, 100%);
    margin: 18px auto 0;
    padding: 0;
  }

  .about-story-media {
    box-sizing: border-box;
    width: min(500px, 100%);
    margin: 18px auto 0;
    padding: 0;
  }

  .about-hero-media img,
  .about-story-media img,
  .about-values-media img {
    aspect-ratio: 1 / 1.18;
  }

  .about-hero-media img {
    aspect-ratio: 1 / 1.18;
  }

  .about-story-section,
  .about-story-copy,
  .about-values-heading,
  .about-values-section,
  .about-closing-section {
    padding: 72px 16px;
  }

  .about-story-copy,
  .about-values-heading {
    padding: 0;
  }

  .about-story-copy h2,
  .about-values-heading h2,
  .about-closing-copy h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .about-story-copy p:not(.about-kicker),
  .about-closing-copy p {
    font-size: 15px;
    line-height: 1.66;
  }

  .about-values-heading {
    margin-bottom: 32px;
  }

  .about-values-media {
    width: min(460px, 100%);
    margin-bottom: 36px;
  }

  .about-values-media img {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .about-value-card {
    padding: 22px;
    border-right: 0;
  }

  .about-closing-section {
    min-height: auto;
  }

  .about-scroll-note {
    right: 16px;
    bottom: 22px;
  }
}

@media (max-width: 460px) {
  .health-gallery,
  .app-membership-grid {
    grid-template-columns: 1fr;
  }

  .service-hero-section {
    min-height: clamp(470px, 116vw, 540px);
  }

  .service-hero-image {
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: 14% 62%;
    transform: translateY(32px);
  }

  .service-hero-copy {
    justify-self: center;
    width: calc(100% - 32px);
    max-width: 304px;
    margin: 0 auto;
    padding-top: 82px;
  }

  .service-hero-copy h1 {
    font-size: 22px;
  }

  .service-hero-copy p {
    max-width: 286px;
    font-size: 12px;
  }

  .health-image-top,
  .health-image:not(.health-image-top) {
    grid-column: auto;
    aspect-ratio: 4 / 3;
  }

  .app-membership-phone {
    height: 420px;
    min-height: 420px;
    align-items: flex-end;
  }

  .app-membership-phone img {
    height: min(88%, 357px);
    max-width: 84%;
  }

  .feature-carousel-heading h2 {
    font-size: 32px;
  }
}

@media (max-width: 360px) {
  .feature-carousel-heading h2 {
    font-size: 28px;
  }
}

@media (max-width: 760px) {
  .membership-intro h2 {
    font-size: clamp(26px, 6.2vw, 38px);
    line-height: 1.08;
  }

  .membership-intro h2 span {
    display: block;
    white-space: nowrap;
  }

  .about-hero-copy h1 {
    font-size: 50px;
  }
}

@media (max-width: 560px) {
  .about-hero-copy h1 {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .membership-intro h2 {
    font-size: clamp(24px, 6.2vw, 30px);
  }

  .about-hero-copy h1 {
    font-size: 36px;
  }
}

.hero-brand-copy h1,
.quiet-product-copy h2,
.membership-intro h2,
.health-copy h2,
.app-membership-intro h2,
.app-membership-card h3,
.insight-carousel-title,
.day-card h3,
.service-hero-copy h1,
.feature-carousel-heading h2,
.feature-card h3,
.support-appreciation-copy h1,
.about-hero-copy h1,
.about-story-copy h2,
.about-values-heading h2,
.about-closing-copy h2,
.about-value-card h3,
.signup-modal h2 {
  font-family: var(--font-display);
  font-weight: 300;
  letter-spacing: 0;
}

.about-values-media {
  background: transparent;
}

.home-page h1,
.home-page h2,
.home-page h3 {
  font-family: "Inter Variable", Arial, sans-serif;
}

.activity-page h1,
.activity-page h2,
.activity-page h3 {
  font-family: "Inter Variable", Arial, sans-serif;
}

.support-page h1,
.support-page h2,
.support-page h3 {
  font-family: "Inter Variable", Arial, sans-serif;
}

.about-page h1,
.about-page h2,
.about-page h3 {
  font-family: "Inter Variable", Arial, sans-serif;
}

.about-values-media img {
  position: static;
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
}

@media (max-width: 392px) {
  .service-hero-image {
    object-position: 14% 62%;
  }

  .service-hero-copy {
    width: calc(100% - 32px);
    max-width: 304px;
    margin: 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .hero-image,
  .warranty-section,
  .button,
  .nav-action,
  .nav-menu-toggle,
  .nav-menu-toggle span,
  .main-nav,
  .main-nav a,
  .insight-tab,
  .about-value-card,
  .about-value-card::before,
  .text-link {
    transition: none;
  }

  .warranty-hero-stage.is-visible .warranty-registration-card,
  .warranty-hero-stage.is-visible .form-field:first-of-type input {
    animation: none;
  }
}
