:root {
  --bg: #fbf4ef;
  --paper: #fffdfa;
  --ink: #253038;
  --muted: #6d767b;
  --line: #eadfd8;
  --rose: #b45f68;
  --rose-soft: #f3dcda;
  --teal: #376f72;
  --mint: #e4f0ed;
  --sun: #e8c979;
  --shadow: 0 20px 60px rgba(83, 61, 52, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fffaf6 0%, var(--bg) 42%, #f8eee8 100%);
  font-family: "Nunito Sans", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

.container {
  width: min(100% - 36px, 1080px);
  margin-inline: auto;
}

.narrow {
  max-width: 820px;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(234, 223, 216, 0.72);
  background: rgba(255, 253, 250, 0.88);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 8px 24px rgba(119, 79, 57, 0.14);
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
  line-height: 1.15;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: #586367;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.top-nav a:hover {
  background: #fff;
}

.hero {
  padding: clamp(34px, 6vw, 76px) 0 clamp(52px, 7vw, 88px);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 430px);
  align-items: center;
  gap: clamp(34px, 6vw, 78px);
}

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

.eyebrow {
  margin: 0 0 12px;
  color: var(--rose);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: 0;
}

.lead,
.section-text,
.methodic-copy > p,
.about-text p,
.buy-card p,
.note {
  color: var(--muted);
  font-size: 19px;
}

.lead {
  max-width: 620px;
  margin-bottom: 28px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  color: #fff;
  background: var(--rose);
  box-shadow: 0 14px 34px rgba(180, 95, 104, 0.22);
}

.button.secondary {
  color: var(--teal);
  border-color: rgba(55, 111, 114, 0.2);
  background: rgba(255, 255, 255, 0.72);
}

.hero-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #efd9d1;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 5;
}

.hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.section {
  padding: clamp(54px, 7vw, 86px) 0;
}

.topic-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.topic-chips span {
  padding: 10px 14px;
  border: 1px solid rgba(55, 111, 114, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #41545a;
  font-weight: 750;
}

.methodic-section {
  padding: clamp(54px, 7vw, 90px) 0;
  background: rgba(255, 253, 250, 0.68);
}

.methodic-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.methodic-copy {
  max-width: 700px;
}

.soft-list {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.soft-list li {
  position: relative;
  padding-left: 28px;
  color: #405057;
  font-size: 18px;
  font-weight: 650;
}

.soft-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--sun);
}

.note {
  max-width: 640px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 750;
}

.buy-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.product-label {
  display: block;
  margin-bottom: 10px;
  color: var(--teal);
  font-weight: 900;
}

.price {
  display: block;
  margin-bottom: 10px;
  color: var(--rose);
  font-size: 56px;
  line-height: 1;
}

.payment-form {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.payment-form label {
  color: #41545a;
  font-weight: 850;
}

.payment-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  outline: none;
}

.payment-form input:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 4px rgba(180, 95, 104, 0.1);
}

.payment-form button {
  width: 100%;
}

.payment-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-note {
  min-height: 20px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.about-section {
  background: var(--mint);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: start;
}

.about-text p:last-child {
  margin-bottom: 0;
}

.legal-page {
  padding: clamp(34px, 6vw, 72px) 0 clamp(64px, 8vw, 104px);
}

.legal-document {
  max-width: 860px;
  padding: clamp(24px, 5vw, 44px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.84);
  box-shadow: 0 18px 50px rgba(83, 61, 52, 0.09);
}

.legal-document h1 {
  max-width: 780px;
  margin-bottom: 8px;
  font-size: clamp(34px, 5vw, 58px);
}

.legal-document h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 3vw, 30px);
}

.legal-document section {
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.legal-document section:first-of-type {
  margin-top: 28px;
}

.legal-document p {
  color: var(--muted);
  font-size: 18px;
}

.legal-document p:last-child {
  margin-bottom: 0;
}

.legal-document a {
  color: var(--teal);
  font-weight: 850;
}

.legal-updated {
  color: var(--rose);
  font-weight: 850;
}

.site-footer {
  color: rgba(255, 255, 255, 0.72);
  background: #253038;
  font-size: 14px;
}

.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding: 32px 0 36px;
}

.footer-inner strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 17px;
}

.footer-inner p {
  margin: 4px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
  max-width: 460px;
}

.footer-links a {
  color: inherit;
  font-weight: 750;
  text-decoration: none;
}

.cookie-notice {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(100% - 40px, 520px);
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdfa;
  box-shadow: var(--shadow);
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.cookie-notice .button {
  flex: 0 0 auto;
  min-height: 42px;
  padding-inline: 18px;
}

@media (max-width: 860px) {
  .container {
    width: min(100% - 28px, 560px);
  }

  .header-inner {
    justify-content: center;
    min-height: 62px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand small,
  .top-nav {
    display: none;
  }

  .hero {
    padding-top: 18px;
  }

  .hero-inner,
  .methodic-inner,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .hero-photo {
    order: -1;
    width: min(100%, 350px);
    margin-inline: auto;
    border-radius: 20px;
    aspect-ratio: 4 / 4.55;
  }

  .hero-copy,
  .methodic-copy,
  .narrow,
  .about-grid {
    text-align: center;
  }

  h1 {
    font-size: clamp(35px, 9vw, 48px);
  }

  h2 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .lead,
  .section-text,
  .methodic-copy > p,
  .about-text p,
  .buy-card p {
    font-size: 17px;
  }

  .lead {
    margin-inline: auto;
  }

  .hero-actions {
    display: grid;
    max-width: 360px;
    margin-inline: auto;
  }

  .button {
    width: 100%;
    min-height: 50px;
    padding-inline: 16px;
    white-space: normal;
  }

  .topic-chips {
    justify-content: center;
  }

  .soft-list {
    text-align: left;
  }

  .buy-card {
    max-width: 420px;
    width: 100%;
    margin-inline: auto;
    text-align: left;
  }

  .legal-document {
    padding: 22px;
  }

  .legal-document p {
    font-size: 16px;
  }

  .footer-inner {
    display: grid;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
    max-width: none;
  }

  .cookie-notice {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
    display: grid;
  }
}

@media (max-width: 430px) {
  .container {
    width: min(100% - 24px, 560px);
  }

  .brand strong {
    font-size: 14px;
  }

  .hero-photo {
    width: min(100%, 318px);
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 29px;
  }

  .topic-chips span {
    padding: 9px 12px;
    font-size: 14px;
  }

  .buy-card {
    padding: 20px;
  }

  .price {
    font-size: 46px;
  }
}
