:root {
  --ivory: #fbf7f0;
  --cream: #f2eadf;
  --sand: #e8d9c8;
  --clay: #c77d54;
  --clay-dark: #9d5738;
  --sage: #6f7a61;
  --sage-soft: #d8ddcf;
  --blue: #9aaeb1;
  --charcoal: #2f2a24;
  --muted: #6f675d;
  --white: #fffdf8;
  --line: rgba(47, 42, 36, 0.12);
  --shadow: 0 28px 80px rgba(65, 48, 32, 0.14);
  --shadow-soft: 0 14px 42px rgba(65, 48, 32, 0.10);
  --radius: 28px;
  --shell: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--charcoal);
  background: var(--ivory);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.cart-open {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

::selection {
  background: rgba(199, 125, 84, 0.25);
}

.shell {
  width: min(var(--shell), calc(100% - 36px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--charcoal);
  color: var(--white);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 247, 240, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.nav {
  min-height: 72px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 22px;
  align-items: center;
}

.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-weight: 850;
  letter-spacing: -0.03em;
  width: fit-content;
}

.brand-icon {
  width: 34px;
  height: 34px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 750;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: 999px;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: var(--cream);
  color: var(--charcoal);
}

.cart-button,
.icon-button {
  border: 0;
  border-radius: 999px;
  background: var(--charcoal);
  color: var(--white);
  font-weight: 850;
}

.cart-button {
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.cart-button span {
  min-width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--clay);
  color: var(--white);
  font-size: 0.78rem;
}

.hero {
  min-height: calc(100svh - 72px);
  padding: 42px 0 58px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 15% 20%, rgba(199, 125, 84, 0.14), transparent 34%),
    linear-gradient(135deg, var(--ivory), #f5eadc 58%, #efe1d1);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.82fr);
  gap: 36px;
  align-items: center;
}

.product-showcase {
  position: relative;
  min-height: 560px;
  padding: 18px;
  border-radius: 36px;
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.availability-pill {
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 3;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(47, 42, 36, 0.86);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.main-product-image {
  width: 100%;
  height: 100%;
  min-height: 524px;
  object-fit: cover;
  border-radius: 28px;
}

.result-card {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: min(240px, 42%);
  padding: 8px;
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.93);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.result-card img {
  border-radius: 18px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.result-card span {
  display: block;
  padding: 8px 6px 3px;
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 800;
}

.buy-panel {
  padding: 34px;
  border-radius: 34px;
  background: var(--white);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--clay-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Georgia, Cambria, "Times New Roman", serif;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(3.2rem, 6vw, 5.9rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.3rem, 4.8vw, 4.7rem);
}

h3 {
  margin-bottom: 8px;
  font-size: 1.18rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.hero-copy,
.section-copy,
.section-head p,
.theme-card p,
.steps-grid p,
.faq-list p {
  color: var(--muted);
}

.hero-copy {
  font-size: 1.05rem;
  margin-bottom: 20px;
}

.rating-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--sage);
}

.rating-line span {
  letter-spacing: 0.08em;
}

.option-group {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

.option-group legend {
  margin-bottom: 10px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.option-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 13px;
  margin-bottom: 10px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #fffaf2;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.option-card:hover,
.option-card.selected {
  border-color: rgba(199, 125, 84, 0.55);
  background: #fff5e9;
  box-shadow: 0 10px 28px rgba(157, 87, 56, 0.10);
}

.option-card input {
  accent-color: var(--clay);
}

.option-card strong,
.option-card small {
  display: block;
}

.option-card small {
  color: var(--muted);
  margin-top: 1px;
}

.option-card b {
  font-size: 1.05rem;
}

.price-block {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 16px;
}

.price-block span {
  color: var(--muted);
  font-weight: 800;
}

.price-block strong {
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.purchase-actions {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 10px;
  margin-bottom: 16px;
}

.button {
  border: 0;
  min-height: 52px;
  padding: 14px 18px;
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 950;
  letter-spacing: -0.01em;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

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

.button-primary {
  background: var(--clay);
  color: var(--white);
  box-shadow: 0 16px 32px rgba(157, 87, 56, 0.24);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--clay-dark);
}

.button-secondary {
  background: var(--charcoal);
  color: var(--white);
}

.button.full {
  width: 100%;
}

.mini-benefits {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.94rem;
}

.mini-benefits li {
  position: relative;
  padding-left: 24px;
}

.mini-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--sage);
  color: white;
  font-size: 0.72rem;
  font-weight: 900;
}

.theme-jump {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.9rem;
}

.theme-jump a {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--charcoal);
  font-weight: 850;
}

.section {
  padding: 86px 0;
}

.reassurance-strip {
  padding: 24px 0;
  background: var(--charcoal);
  color: var(--white);
}

.reassurance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.reassurance-grid div {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.reassurance-grid strong,
.reassurance-grid span {
  display: block;
}

.reassurance-grid span {
  color: rgba(255, 255, 255, 0.72);
  margin-top: 2px;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head.centered {
  margin-inline: auto;
  text-align: center;
}

.section-head.compact h2 {
  max-width: 760px;
}

.themes-section {
  background: #fffaf2;
}

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

.theme-card {
  min-height: 320px;
  padding: 20px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.theme-card.active {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 18px;
  align-items: center;
}

.theme-card img {
  height: 100%;
  min-height: 260px;
  width: 100%;
  object-fit: cover;
  border-radius: 22px;
}

.theme-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  background: linear-gradient(145deg, #f7efe5, #e6d6c4);
}

.theme-illustration {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.72);
  font-size: 4rem;
  line-height: 1;
  color: var(--sage);
  font-family: Georgia, serif;
}

.theme-placeholder.ocean {
  background: linear-gradient(145deg, #eef4f2, #cddfe0);
}

.theme-placeholder.space {
  background: linear-gradient(145deg, #eeeaf1, #d6d0dc);
}

.theme-placeholder.safari {
  background: linear-gradient(145deg, #faefd9, #dfc292);
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  font-weight: 900;
  color: var(--clay-dark);
}

.included-grid,
.faq-grid {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: 56px;
  align-items: center;
}

.included-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.included-list div {
  display: grid;
  gap: 3px;
  padding: 16px;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
}

.included-list span {
  color: var(--muted);
}

.soft-image-card {
  margin: 0;
  padding: 14px;
  border-radius: 34px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.soft-image-card img {
  border-radius: 24px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.how-section {
  background: var(--cream);
}

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

.steps-grid article {
  padding: 24px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.steps-grid span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--sage-soft);
  color: var(--sage);
  font-weight: 950;
  margin-bottom: 18px;
}

.faq-section {
  background: #fffaf2;
}

.faq-grid {
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border-radius: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 0;
  overflow: hidden;
}

summary {
  padding: 18px 20px;
  font-weight: 900;
  cursor: pointer;
}

details p {
  margin: 0;
  padding: 0 20px 18px;
}

.final-cta {
  padding: 46px 0 72px;
  background: var(--charcoal);
}

.final-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  border-radius: 34px;
  background: #3b342d;
  color: var(--white);
}

.final-card h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.final-card .eyebrow {
  color: #dd9a70;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  justify-items: end;
  background: rgba(47, 42, 36, 0.34);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.cart-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.cart-panel {
  width: min(440px, 100%);
  height: 100%;
  background: var(--white);
  padding: 24px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  transform: translateX(100%);
  transition: transform 0.22s ease;
  box-shadow: -20px 0 70px rgba(47, 42, 36, 0.20);
}

.cart-drawer.is-open .cart-panel {
  transform: translateX(0);
}

.cart-head,
.subtotal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cart-head h2 {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
}

.icon-button {
  width: 40px;
  height: 40px;
  font-size: 1.3rem;
}

.cart-items {
  overflow: auto;
  padding: 22px 0;
}

.empty-cart,
.cart-note {
  color: var(--muted);
}

.cart-line {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.cart-line img {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  object-fit: cover;
}

.cart-line h3 {
  margin: 0 0 2px;
  font-size: 0.98rem;
}

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

.quantity-control {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.quantity-control button {
  border: 1px solid var(--line);
  background: var(--cream);
  border-radius: 999px;
  width: 30px;
  height: 30px;
  font-weight: 900;
}

.quantity-control .remove-line {
  width: auto;
  padding: 0 10px;
  color: var(--clay-dark);
}

.cart-line-price {
  font-weight: 950;
}

.cart-footer {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.subtotal-row strong {
  font-size: 1.4rem;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 1200;
  transform: translate(-50%, 150%);
  padding: 13px 17px;
  border-radius: 999px;
  background: var(--charcoal);
  color: var(--white);
  font-weight: 850;
  opacity: 0;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
    padding: 28px 0 48px;
  }

  .hero-grid,
  .included-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

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

  .main-product-image {
    min-height: auto;
    aspect-ratio: 4 / 3;
  }

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

  .theme-card.active {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(100% - 28px, var(--shell));
  }

  .nav {
    min-height: 66px;
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .brand span {
    font-size: 0.95rem;
  }

  .buy-panel {
    padding: 24px;
    border-radius: 28px;
  }

  h1 {
    font-size: clamp(2.65rem, 13vw, 4.1rem);
  }

  .purchase-actions,
  .reassurance-grid,
  .steps-grid,
  .theme-grid {
    grid-template-columns: 1fr;
  }

  .theme-card.active {
    grid-template-columns: 1fr;
  }

  .result-card {
    display: none;
  }

  .section {
    padding: 62px 0;
  }

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

@media (max-width: 440px) {
  .option-card {
    grid-template-columns: auto 1fr;
  }

  .option-card b {
    grid-column: 2;
  }

  .cart-line {
    grid-template-columns: 58px 1fr;
  }

  .cart-line-price {
    grid-column: 2;
  }
}
