:root {
  --bg-top: #fffdf9;
  --bg-bottom: #f1ebe2;
  --surface: rgba(255, 255, 255, 0.8);
  --surface-strong: rgba(255, 255, 255, 0.93);
  --surface-soft: rgba(255, 251, 246, 0.92);
  --surface-alt: rgba(248, 242, 234, 0.84);
  --line: rgba(89, 78, 67, 0.12);
  --text: #201c18;
  --muted: #6f655c;
  --accent: #cb9b68;
  --accent-soft: #f0dfcc;
  --accent-deep: #8c633f;
  --shadow: 0 26px 72px rgba(80, 66, 52, 0.1);
  --shadow-strong: 0 44px 96px rgba(80, 66, 52, 0.13);
  --shadow-float: 0 56px 120px rgba(75, 58, 44, 0.22);
  --radius-lg: 24px;
  --radius-md: 20px;
  --radius-sm: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 18%, rgba(232, 223, 211, 0.72), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(243, 237, 229, 0.92), transparent 24%),
    linear-gradient(180deg, var(--bg-top) 0%, #f8f4ed 42%, var(--bg-bottom) 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.2;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 82%);
}

.background-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(16px);
  pointer-events: none;
  z-index: 0;
}

.orb-one {
  top: -4rem;
  right: -5rem;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(216, 202, 186, 0.68), transparent 72%);
}

.orb-two {
  left: -7rem;
  bottom: 8%;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(239, 231, 221, 0.92), transparent 72%);
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.3rem 0 3.5rem;
}

.site-header,
.hero-copy,
.hero-visual,
.section-intro,
.proof-card,
.story-card,
.feature-card,
.brand-panel,
.trust-strip-panel,
.engineered-panel,
.sleep-built-copy,
.sleep-built-visual,
.cta-panel,
.contact-panel {
  background: var(--surface);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.64);
  box-shadow: var(--shadow);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
  border-radius: 999px;
}

.brand {
  color: var(--text);
  text-decoration: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.header-note,
.badge,
.eyebrow,
.button,
.notify-form button,
.feature-number {
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.header-note,
.eyebrow {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.section {
  padding: 3.5rem 0;
}

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  align-items: center;
  min-height: 42rem;
  padding-top: 1rem;
}

.hero-copy,
.hero-visual,
.section-intro,
.story-card,
.trust-strip-panel,
.brand-panel,
.sleep-built-copy,
.sleep-built-visual,
.cta-panel,
.contact-panel {
  border-radius: var(--radius-lg);
}

.hero-copy {
  padding: clamp(2rem, 4vw, 4.75rem);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.25rem;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(250, 244, 237, 0.92));
  border: 1px solid rgba(201, 165, 125, 0.16);
  color: var(--accent-deep);
  font-size: 0.72rem;
  font-weight: 700;
}

.badge::before,
.eyebrow::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--accent), var(--accent-deep));
  box-shadow: 0 0 0 6px rgba(201, 165, 125, 0.12);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #1e1a16;
}

h1 {
  max-width: 8ch;
  font-size: clamp(3.9rem, 8.5vw, 7rem);
  line-height: 0.9;
  font-weight: 800;
}

h2 {
  max-width: 14ch;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  line-height: 1.02;
}

h3 {
  font-size: 1.3rem;
  line-height: 1.14;
}

.hero-text,
.section-text,
.benefit-list li,
.feature-card p,
.contact-panel a {
  color: var(--muted);
  line-height: 1.9;
  font-size: 1rem;
  font-weight: 400;
}

.hero-text {
  max-width: 34rem;
  margin: 1.7rem 0 0;
  font-size: clamp(1.06rem, 1.7vw, 1.18rem);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  margin-top: 2rem;
  padding: 0 1.45rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #d4a573, #b9824f);
  border: 1px solid rgba(171, 128, 83, 0.4);
  color: #fffdfa;
  font-size: 0.74rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 20px 36px rgba(164, 121, 77, 0.3);
  transition: transform 220ms ease-in-out, box-shadow 220ms ease-in-out,
    background 220ms ease-in-out;
}

.button:hover,
.notify-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 42px rgba(164, 121, 77, 0.34);
}

.button:hover {
  background: linear-gradient(180deg, #ddb385, #bf8753);
}

.hero-visual-wrap {
  position: relative;
  min-height: 100%;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 42rem;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(241, 233, 223, 0.86)),
    radial-gradient(circle at top center, rgba(223, 210, 194, 0.72), transparent 42%);
}

.product-glow {
  position: absolute;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 203, 173, 0.68), rgba(237, 220, 202, 0.26) 42%, transparent 72%);
}

.product-shadow {
  position: absolute;
  bottom: 4.5rem;
  width: 22rem;
  height: 3.6rem;
  border-radius: 50%;
  background: rgba(73, 57, 43, 0.24);
  filter: blur(22px);
}

.product-card-float {
  --float-rotate: 0deg;
  position: relative;
  width: min(29rem, 82%);
  aspect-ratio: 1.12 / 1;
  animation: float 6.4s ease-in-out infinite;
}

.product-card-float-hero {
  --float-rotate: -10deg;
}

.product-card-float-secondary {
  width: min(22rem, 74%);
  --float-rotate: 8deg;
}

.product-tile {
  position: relative;
  width: 100%;
  height: 100%;
}

.tile-surface,
.tile-band,
.tile-highlight {
  position: absolute;
}

.tile-surface {
  left: 50%;
  transform: translateX(-50%);
  width: 82%;
  border-radius: 42% 44% 34% 34% / 46% 46% 30% 30%;
  box-shadow: var(--shadow-float);
}

.tile-surface-top {
  top: 11%;
  height: 47%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.98), transparent 24%),
    repeating-linear-gradient(
      165deg,
      rgba(255, 255, 255, 0.04) 0 4px,
      rgba(216, 194, 170, 0.07) 4px 8px
    ),
    linear-gradient(145deg, #fffdf8 0%, #f0e1d0 48%, #d2b69a 100%);
}

.tile-surface-middle {
  top: 28%;
  height: 33%;
  width: 68%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.94), transparent 22%),
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.03) 0 5px,
      rgba(210, 224, 227, 0.05) 5px 10px
    ),
    linear-gradient(180deg, rgba(250, 255, 255, 0.99), rgba(204, 219, 222, 0.98));
}

.tile-surface-base {
  top: 43%;
  height: 34%;
  width: 82%;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.24), transparent 20%),
    linear-gradient(180deg, #f0decc 0%, #bf9b78 100%);
}

.tile-band {
  left: 50%;
  bottom: 18%;
  width: 46%;
  height: 15%;
  transform: translateX(-50%);
  border-radius: 999px;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.08) 0 4px,
      rgba(191, 164, 138, 0.08) 4px 8px
    ),
    linear-gradient(180deg, #e8dac9, #b89370);
  box-shadow: 0 18px 30px rgba(80, 66, 52, 0.18);
}

.tile-highlight {
  inset: 15% 26% 50% 30%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.46), transparent 70%);
  filter: blur(12px);
}

.section-intro,
.brand-panel,
.trust-strip-panel,
.sleep-built-copy,
.sleep-built-visual,
.cta-panel,
.contact-panel {
  padding: clamp(1.7rem, 3vw, 2.7rem);
}

.section-intro.narrow {
  max-width: 44rem;
}

.section-text {
  max-width: 42rem;
  margin: 1.35rem 0 0;
}

.social-proof {
  padding-top: 0.2rem;
}

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

.proof-card {
  padding: 1.15rem 1.25rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 241, 233, 0.88));
  border: 1px solid rgba(201, 165, 125, 0.14);
  box-shadow: 0 12px 30px rgba(80, 66, 52, 0.06);
}

.proof-card p {
  margin: 0;
  color: #5b4f45;
  font-size: 0.96rem;
  font-weight: 600;
  text-align: center;
}

.trust-strip {
  padding-top: 0.4rem;
}

.trust-strip-panel {
  display: grid;
  gap: 1.25rem;
  background: var(--surface-alt);
}

.trust-strip-copy {
  display: flex;
  align-items: center;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.trust-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.75rem;
  padding: 0 1rem 0 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(201, 165, 125, 0.18);
  color: #5d5148;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0 10px 24px rgba(80, 66, 52, 0.06);
}

.mini-icon,
.feature-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
}

.mini-icon {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(248, 231, 212, 0.98), rgba(234, 208, 180, 0.94));
  border: 1px solid rgba(201, 165, 125, 0.16);
}

.mini-icon::before,
.mini-icon::after,
.feature-icon::before,
.feature-icon::after {
  content: "";
  position: absolute;
}

.icon-moon::before {
  width: 0.65rem;
  height: 0.65rem;
  top: 0.42rem;
  left: 0.46rem;
  border-radius: 50%;
  box-shadow: inset -0.16rem 0 0 0 var(--accent-deep);
}

.icon-relief::before {
  inset: 0.42rem 0.42rem auto auto;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50% 50% 50% 0;
  transform: rotate(45deg);
  background: linear-gradient(180deg, #d7b58e, #af845a);
}

.icon-fabric::before {
  left: 0.38rem;
  top: 0.48rem;
  width: 0.82rem;
  height: 0.54rem;
  border-radius: 999px;
  border: 1px solid var(--accent-deep);
}

.icon-fabric::after {
  left: 0.6rem;
  top: 0.36rem;
  width: 0.38rem;
  height: 0.82rem;
  border-left: 1px solid var(--accent-deep);
  border-right: 1px solid var(--accent-deep);
  opacity: 0.5;
}

.icon-comfort::before {
  left: 0.43rem;
  top: 0.46rem;
  width: 0.68rem;
  height: 0.52rem;
  border-radius: 0.4rem 0.4rem 0.22rem 0.22rem;
  border: 1px solid var(--accent-deep);
  border-top: none;
}

.icon-comfort::after {
  left: 0.56rem;
  top: 0.34rem;
  width: 0.42rem;
  height: 0.2rem;
  border-radius: 999px;
  background: var(--accent-deep);
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
}

.story-card {
  padding: clamp(1.7rem, 3vw, 2.5rem);
}

.benefit-list {
  margin: 1.3rem 0 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  position: relative;
  padding: 0.95rem 0 0.95rem 1.8rem;
  border-bottom: 1px solid var(--line);
}

.benefit-list li::before {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 1.4rem;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: var(--accent-deep);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.feature-card {
  padding: 1.4rem;
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
  border: 1px solid rgba(201, 165, 125, 0.1);
  transition: transform 220ms ease-in-out, box-shadow 220ms ease-in-out,
    border-color 220ms ease-in-out;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(80, 66, 52, 0.12);
  border-color: rgba(201, 165, 125, 0.24);
}

.feature-number {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--accent-deep);
  font-size: 0.72rem;
  font-weight: 800;
}

.feature-icon {
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #fbf3ea, #eedcca);
  border: 1px solid rgba(201, 165, 125, 0.16);
  box-shadow: 0 10px 24px rgba(80, 66, 52, 0.06);
}

.feature-icon::before,
.feature-icon::after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.icon-contour::before {
  width: 1rem;
  height: 0.56rem;
  border-radius: 999px 999px 0.9rem 0.9rem;
  border: 1.5px solid var(--accent-deep);
  border-top-width: 2px;
}

.icon-cooling::before {
  width: 0.78rem;
  height: 1rem;
  border-radius: 50% 50% 55% 55% / 38% 38% 62% 62%;
  transform: translate(-50%, -58%) rotate(180deg);
  background: linear-gradient(180deg, #d9edf0, #9ebfc4);
}

.icon-adjust::before {
  width: 1rem;
  height: 1rem;
  border-left: 1.5px solid var(--accent-deep);
  border-right: 1.5px solid var(--accent-deep);
}

.icon-adjust::after {
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1.5px solid var(--accent-deep);
  border-left: 1.5px solid var(--accent-deep);
  transform: translate(-50%, -65%) rotate(45deg);
}

.icon-strap::before {
  width: 1.05rem;
  height: 0.58rem;
  border-radius: 999px;
  border: 1.5px solid var(--accent-deep);
}

.icon-strap::after {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--accent-deep);
}

.icon-cover::before {
  width: 0.9rem;
  height: 1rem;
  border-radius: 0.3rem;
  border: 1.5px solid var(--accent-deep);
}

.icon-cover::after {
  width: 0.46rem;
  height: 0.14rem;
  border-radius: 999px;
  background: var(--accent-deep);
  transform: translate(-50%, -150%);
}

.feature-card p {
  margin: 0.85rem 0 0;
}

.engineered-section {
  padding-top: 1rem;
}

.engineered-panel {
  padding: clamp(2rem, 4vw, 3.2rem);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 15% 30%, rgba(205, 165, 123, 0.18), transparent 28%),
    linear-gradient(180deg, #4b3c30 0%, #2f241c 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 80px rgba(40, 28, 20, 0.32);
}

.engineered-panel h2,
.engineered-label,
.engineered-text {
  color: #fff8f1;
}

.engineered-label {
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 700;
  color: #f0d8bf;
}

.engineered-text {
  max-width: 46rem;
  margin: 1.3rem 0 0;
  color: rgba(255, 248, 241, 0.78);
  line-height: 1.9;
}

.sleep-built-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 1.4rem;
  align-items: center;
}

.sleep-built-copy,
.sleep-built-visual {
  min-height: 28rem;
}

.sleep-built-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sleep-built-visual {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(241, 234, 225, 0.88)),
    radial-gradient(circle at top right, rgba(227, 214, 199, 0.5), transparent 40%);
}

.product-glow-soft {
  width: 24rem;
  height: 24rem;
}

.product-shadow-soft {
  width: 18rem;
  height: 2.8rem;
  bottom: 4.6rem;
}

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

.cta-form-block {
  width: min(100%, 28rem);
}

.notify-form {
  display: flex;
  gap: 0.85rem;
  width: 100%;
}

.notify-form input,
.notify-form button {
  min-height: 3.6rem;
  border-radius: 999px;
  font: inherit;
}

.notify-form input {
  flex: 1;
  padding: 0 1.1rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
}

.notify-form input::placeholder {
  color: #9a9188;
}

.notify-form button {
  padding: 0 1.35rem;
  border: 1px solid rgba(171, 128, 83, 0.34);
  background: linear-gradient(180deg, #d4a573, #b9824f);
  color: #fffdf8;
  font-size: 0.74rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 18px 34px rgba(164, 121, 77, 0.24);
  transition: transform 220ms ease-in-out, box-shadow 220ms ease-in-out,
    border-color 220ms ease-in-out, background 220ms ease-in-out;
}

.notify-form button:hover {
  border-color: rgba(201, 165, 125, 0.4);
  background: linear-gradient(180deg, #ddb385, #bf8753);
}

.trust-line {
  margin: 0.85rem 0 0;
  color: #87796d;
  font-size: 0.84rem;
  line-height: 1.6;
}

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

.contact-panel a {
  color: var(--text);
  font-weight: 600;
  text-decoration: none;
}

.site-footer {
  padding-top: 1rem;
  text-align: center;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.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;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(var(--float-rotate));
  }
  50% {
    transform: translateY(-14px) rotate(var(--float-rotate));
  }
}

@media (max-width: 1100px) {
  .features-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .hero,
  .social-proof-grid,
  .story-grid,
  .sleep-built-grid,
  .cta-panel,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .hero,
  .social-proof-grid,
  .story-grid,
  .sleep-built-grid {
    display: grid;
  }

  .cta-panel,
  .contact-panel {
    display: grid;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 28rem;
  }

  .sleep-built-copy,
  .sleep-built-visual {
    min-height: 22rem;
  }

  .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .notify-form {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 1rem, 1180px);
  }

  .site-header {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px;
  }

  .hero-copy,
  .hero-visual,
  .section-intro,
  .story-card,
  .feature-card,
  .brand-panel,
  .trust-strip-panel,
  .engineered-panel,
  .sleep-built-copy,
  .sleep-built-visual,
  .cta-panel,
  .contact-panel {
    border-radius: 20px;
  }

  .section {
    padding: 2rem 0;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .hero-visual {
    min-height: 22rem;
  }

  .product-card-float {
    width: min(18rem, 84%);
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .notify-form {
    flex-direction: column;
  }

  .notify-form button,
  .button {
    width: 100%;
  }
}
