:root {
  color-scheme: light;
  --ink: #17202a;
  --muted: #65707e;
  --line: #e6edf2;
  --paper: #fffaf4;
  --mint: #c8f4e0;
  --pink: #ff8fbc;
  --yellow: #ffd967;
  --blue: #86d8ff;
  --coral: #ff765f;
  --shadow: 0 22px 60px rgba(23, 32, 42, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #fffdf9;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 48px);
  background: rgba(255, 253, 249, 0.86);
  border-bottom: 1px solid rgba(230, 237, 242, 0.8);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.announce,
.footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0;
}

.nav-links {
  justify-content: center;
  gap: clamp(14px, 3vw, 32px);
  color: #3e4a56;
  font-size: 0.95rem;
  font-weight: 700;
}

.header-action,
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
}

.header-action {
  padding: 0 18px;
  background: var(--pink);
  box-shadow: 0 10px 28px rgba(255, 143, 188, 0.35);
}

.hero {
  position: relative;
  display: grid;
  min-height: min(760px, 92vh);
  overflow: hidden;
  padding: 130px clamp(20px, 7vw, 96px) 68px;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.94) 0%, rgba(255, 253, 249, 0.74) 42%, rgba(255, 253, 249, 0.06) 78%),
    linear-gradient(0deg, rgba(255, 253, 249, 0.98) 0%, rgba(255, 253, 249, 0) 22%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(650px, 100%);
  align-self: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: #c23a78;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 20px;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.9;
  letter-spacing: 0;
  max-width: 9.5ch;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.hero-copy {
  width: min(560px, 100%);
  color: #35414e;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.55;
}

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

.button {
  padding: 0 22px;
  border: 2px solid var(--ink);
}

.button.primary {
  background: var(--ink);
  color: #fff;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.72);
}

.announce {
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px;
  background: var(--ink);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 850;
}

.announce span {
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

.section,
.feature-band {
  padding: clamp(58px, 9vw, 112px) clamp(20px, 6vw, 80px);
}

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

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

.product-card {
  min-height: 410px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(23, 32, 42, 0.08);
}

.product-visual {
  height: 190px;
  margin-bottom: 22px;
  border-radius: 8px;
  box-shadow: inset 0 -18px 42px rgba(23, 32, 42, 0.12);
}

.orb-1 {
  background: radial-gradient(circle at 38% 28%, #fff 0 6%, transparent 7%), radial-gradient(circle at 50% 45%, var(--blue), #3aa8f4 72%);
}

.orb-2 {
  background: radial-gradient(circle at 42% 30%, #fff 0 6%, transparent 7%), radial-gradient(circle at 50% 45%, var(--yellow), #ff9f43 74%);
}

.orb-3 {
  background: radial-gradient(circle at 42% 30%, #fff 0 6%, transparent 7%), radial-gradient(circle at 50% 45%, var(--pink), #ff4f8d 74%);
}

.tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--mint);
  color: #0d5740;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card p:not(.tag),
.reasons p,
.gift-options p {
  color: var(--muted);
  line-height: 1.55;
}

.product-card strong {
  display: block;
  margin-top: 20px;
  font-size: 1.08rem;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 70px);
  background: #f2fbff;
  border-block: 1px solid #dceef7;
}

.gift-options {
  display: grid;
  gap: 14px;
}

.gift-options article {
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #dceef7;
}

.gift-options span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--coral);
  font-weight: 950;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 6vw, 82px);
}

.reasons {
  display: grid;
  gap: 18px;
  align-content: center;
  font-size: 1.08rem;
}

.footer {
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(20px, 6vw, 80px);
  border-top: 1px solid var(--line);
  color: #3e4a56;
  font-weight: 800;
}

.footer p {
  margin: 0;
}

@media (max-width: 780px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 760px;
    padding-top: 110px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.94) 0%, rgba(255, 253, 249, 0.72) 56%, rgba(255, 253, 249, 0.1) 100%),
      linear-gradient(0deg, rgba(255, 253, 249, 1) 0%, rgba(255, 253, 249, 0) 30%);
  }

  .hero-content {
    align-self: start;
  }

  h1 {
    max-width: 8ch;
  }

  .product-grid,
  .feature-band,
  .split {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: auto;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .brand span:last-child {
    display: none;
  }

  .header-action {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.9rem;
  }

  .button {
    width: 100%;
  }
}
