/* ============================================================
   Good and Lovely — shared stylesheet
   Anchor colors: Purple Violet #4B3F72 + Cloud Dancer #F0EEE9.
   Display face: Poppins. Body: Nunito Sans.
   ============================================================ */

:root {
  --cloud:      #F0EEE9;
  --cloud-deep: #E6E2D9;
  --white:      #FFFFFF;
  --violet:      #4B3F72;
  --violet-deep: #372E57;
  --violet-mid:  #6E5FA0;
  --violet-soft: #DBD6EC;
  --lav-wash:    #ECE8F6;
  --gold:       #E0982E;
  --ink:        #2A2440;
  --ink-soft:   #5C5570;
  --ink-faint:  #938DA3;
  --line:       #E4DFD4;
  --line-lav:   #E0DAEE;
  --font-display: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-sans:    "Nunito Sans", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  --maxw-wide: 1120px;
  --maxw-read: 680px;
  --radius:    20px;
  --radius-sm: 12px;
  --radius-pill: 999px;
  --shadow:    0 14px 38px rgba(45, 35, 80, 0.12);
  --shadow-sm: 0 6px 18px rgba(45, 35, 80, 0.10);
  --shadow-xs: 0 2px 8px rgba(45, 35, 80, 0.07);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--cloud); color: var(--ink); font-family: var(--font-sans); font-size: 18px; line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--violet-deep); text-underline-offset: 2px; }
svg { display: block; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.12; letter-spacing: -0.015em; color: var(--ink); margin: 0; }
h1 { font-size: clamp(2.4rem, 5.4vw, 3.7rem); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
h3 { font-size: 1.2rem; }
p  { margin: 0 0 1.1em; }
.lead { font-size: 1.2rem; line-height: 1.55; color: var(--ink-soft); }
.eyebrow { font-family: var(--font-display); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--violet); }
small, .fine { font-size: .82rem; line-height: 1.55; color: var(--ink-faint); }

.wrap { width: 100%; max-width: var(--maxw-wide); margin: 0 auto; padding: 0 24px; }
.read { width: 100%; max-width: var(--maxw-read); margin: 0 auto; padding: 0 24px; }
.section { padding: 72px 0; }
.section-soft { background: var(--lav-wash); }
[id] { scroll-margin-top: 88px; }
.section-head { max-width: 640px; margin: 0 auto 38px; text-align: center; }
.section-head .eyebrow { display: block; margin-bottom: .6rem; }
.section-head p { color: var(--ink-soft); margin: .6rem 0 0; }

.mark { display: inline-flex; align-items: center; gap: .55rem; text-decoration: none; }
.mark__icon { width: 34px; height: 34px; flex: none; }
.mark__word { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; letter-spacing: -0.02em; color: var(--ink); white-space: nowrap; }
.mark__word em { font-style: normal; color: var(--violet); }

.masthead { position: sticky; top: 0; z-index: 50; background: rgba(240, 238, 233, 0.88); backdrop-filter: saturate(140%) blur(8px); -webkit-backdrop-filter: saturate(140%) blur(8px); border-bottom: 1px solid var(--line); }
.masthead .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 1rem; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { font-family: var(--font-display); font-weight: 600; font-size: .95rem; color: var(--ink); text-decoration: none; transition: color .15s ease; }
.nav a:hover { color: var(--violet); }
.nav .btn { color: #fff; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; color: var(--ink); }
.nav-toggle svg { width: 26px; height: 26px; }

.btn { display: inline-flex; align-items: center; gap: .5rem; cursor: pointer; background: var(--violet); color: #fff !important; font-family: var(--font-display); font-weight: 600; font-size: 1rem; text-decoration: none; text-align: center; padding: 13px 26px; border: 2px solid var(--violet); border-radius: var(--radius-pill); transition: transform .12s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease; box-shadow: var(--shadow-xs); }
.btn:hover { background: var(--violet-deep); border-color: var(--violet-deep); transform: translateY(-1px); box-shadow: var(--shadow-sm); }
.btn--lg { font-size: 1.08rem; padding: 16px 34px; }
.btn--ghost { background: transparent; color: var(--violet-deep) !important; border-color: var(--violet); box-shadow: none; }
.btn--ghost:hover { background: var(--violet-soft); border-color: var(--violet); transform: translateY(-1px); }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; }

.hero { position: relative; overflow: hidden; padding: 64px 0 76px; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero__eyebrow { margin-bottom: 1.1rem; }
.hero h1 { margin: 0 0 1rem; }
.hero h1 .hl { color: var(--violet); }
.hero__sub { font-size: 1.22rem; line-height: 1.55; color: var(--ink-soft); max-width: 30ch; margin: 0 0 1.8rem; }
.hero__cta { margin-bottom: 1.4rem; }
.hero__note { font-size: .88rem; color: var(--ink-faint); display: flex; align-items: center; gap: .5rem; }
.hero__note svg { width: 18px; height: 18px; color: var(--violet-mid); flex: none; }
.hero__art { position: relative; aspect-ratio: 5 / 5.2; border-radius: 28px; background: radial-gradient(120% 120% at 80% 15%, var(--violet-soft) 0%, transparent 55%), radial-gradient(120% 120% at 15% 90%, var(--lav-wash) 0%, transparent 55%), linear-gradient(160deg, #fff 0%, var(--cloud-deep) 100%); box-shadow: var(--shadow); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero__art .bigheart { width: 56%; height: auto; filter: drop-shadow(0 18px 30px rgba(75, 63, 114, .22)); }
.hero__blob { position: absolute; border-radius: 50%; }
.hero__blob--1 { width: 90px; height: 90px; background: var(--violet); top: 30px; left: 34px; opacity: .12; }
.hero__blob--2 { width: 56px; height: 56px; background: var(--violet-mid); bottom: 44px; right: 50px; opacity: .18; }
.chip { position: absolute; background: #fff; border-radius: var(--radius-pill); padding: 9px 16px; box-shadow: var(--shadow-sm); font-family: var(--font-display); font-weight: 600; font-size: .82rem; color: var(--ink); display: inline-flex; align-items: center; gap: .45rem; }
.chip svg { width: 15px; height: 15px; }
.chip--1 { top: 11%; right: -6px; }
.chip--2 { bottom: 13%; left: -10px; }

.stages { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.stage { display: flex; flex-direction: column; text-decoration: none; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 20px 22px; box-shadow: var(--shadow-xs); transition: transform .14s ease, box-shadow .15s ease, border-color .15s ease; }
.stage:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.stage__badge { width: 52px; height: 52px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.stage__badge svg { width: 26px; height: 26px; }
.stage__name { font-family: var(--font-display); font-weight: 700; font-size: 1.08rem; margin: 0 0 .35rem; letter-spacing: -.01em; }
.stage__desc { font-size: .92rem; color: var(--ink-soft); line-height: 1.45; margin: 0 0 1rem; flex: 1; }
.stage__link { font-family: var(--font-display); font-weight: 600; font-size: .86rem; color: var(--violet); }
.stage:hover .stage__link { color: var(--violet-deep); }
.t-1 { background: #ECE8F6; color: #4B3F72; }
.t-2 { background: #E4DEF2; color: #443A6C; }
.t-3 { background: #DBD3EC; color: #3D3463; }
.t-4 { background: #D2C9E6; color: #372E57; }
.t-5 { background: #C9BFE0; color: #312A50; }

.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.card { text-decoration: none; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-xs); display: flex; flex-direction: column; transition: transform .14s ease, box-shadow .15s ease, border-color .15s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.card__thumb { aspect-ratio: 16 / 10; display: flex; align-items: flex-end; padding: 14px; position: relative; color: #fff; background-color: var(--violet-mid); background-size: cover; background-position: center; }
.card__thumb .tag { font-family: var(--font-display); font-weight: 700; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; background: rgba(255,255,255,.92); color: var(--ink); padding: 5px 11px; border-radius: var(--radius-pill); position: relative; z-index: 1; }
.card__body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: .45rem; flex: 1; }
.card__kicker { font-family: var(--font-display); font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-faint); }
.card__title { font-family: var(--font-display); font-weight: 700; font-size: 1.18rem; line-height: 1.22; margin: 0; letter-spacing: -.01em; }

.mission { background: var(--violet); color: #fff; }
.mission .wrap { display: flex; align-items: center; gap: 34px; padding: 56px 24px; }
.mission__icon { flex: none; width: 92px; height: 92px; }
.mission h2 { color: #fff; margin: 0 0 .5rem; }
.mission p { color: rgba(255,255,255,.86); margin: 0; font-size: 1.12rem; max-width: 60ch; }

.signup { background: var(--violet-soft); }
.signup .inner { max-width: 620px; margin: 0 auto; text-align: center; }
.signup h2 { margin: 0 0 .5rem; }
.signup p { color: var(--ink-soft); margin: 0 0 1.6rem; }
.signup form { display: flex; gap: 10px; max-width: 480px; margin: 0 auto; }
.signup input[type=email] { flex: 1; font-family: var(--font-sans); font-size: 1rem; padding: 14px 18px; border: 2px solid #fff; border-radius: var(--radius-pill); background: #fff; color: var(--ink); box-shadow: var(--shadow-xs); min-width: 0; }
.signup input[type=email]:focus { outline: none; border-color: var(--violet); }
.signup .fine { margin-top: 1rem; color: var(--violet-deep); opacity: .8; }

.site-footer { background: var(--ink); color: #fff; padding: 52px 0 44px; }
.site-footer .mark__word { color: #fff; }
.site-footer .mark__word em { color: #B6ACD8; }
.footer-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 28px; align-items: flex-start; }
.footer-blurb { max-width: 34ch; color: rgba(255,255,255,.7); font-size: .95rem; margin: 1rem 0 0; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 16px 26px; margin: 0; padding: 0; list-style: none; }
.footer-nav a { font-family: var(--font-display); font-weight: 600; font-size: .92rem; color: rgba(255,255,255,.85); text-decoration: none; }
.footer-nav a:hover { color: #fff; text-decoration: underline; }
.footer-col h4 { color: rgba(255,255,255,.55); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 .9rem; font-weight: 700; }
.footer-cols { display: flex; gap: 56px; flex-wrap: wrap; }
.footer-cols ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.footer-cols a { color: rgba(255,255,255,.8); text-decoration: none; font-size: .92rem; }
.footer-cols a:hover { color: #fff; }
.footer-adlabel { font-family: var(--font-display); font-weight: 700; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.6); margin: 0 0 .8rem; }
.legal-note { font-size: .78rem; color: rgba(255,255,255,.55); line-height: 1.65; margin: 30px 0 0; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); }
.legal-note a { color: rgba(255,255,255,.7); }

.ad-bar { background: var(--ink); color: #fff; text-align: center; padding: 7px 16px; font-family: var(--font-display); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.disclosure { background: var(--cloud-deep); border-bottom: 1px solid var(--line); text-align: center; padding: 10px 16px; font-size: .8rem; color: var(--ink-soft); }
.pull { font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; line-height: 1.3; border-left: 4px solid var(--violet); padding-left: 1.1rem; margin: 1.8rem 0; color: var(--ink); }
.ph { background: var(--cloud-deep); border: 1px dashed #cfc8d6; border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; text-align: center; color: var(--ink-faint); font-size: .8rem; padding: 1rem; min-height: 120px; }
.ph--hero { aspect-ratio: 16 / 9; }
.article-header { padding: 40px 0 8px; }
.article-header .eyebrow { display: block; margin-bottom: .7rem; }
.byline { font-size: .9rem; color: var(--ink-faint); margin-top: 1.1rem; }
.byline strong { color: var(--ink-soft); }
.article-body { padding-bottom: 8px; }
.article-body h2 { margin: 1.9em 0 .5em; font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.article-body h3 { margin: 1.5em 0 .4em; }
.hero-figure { margin: 1.8rem 0; }
.hero-figure img { width: 100%; border-radius: var(--radius); background: var(--cloud-deep); }
.hero-figure figcaption { margin-top: .5rem; }
.cta-block { text-align: center; margin: 2.4rem 0; }
.cta-block .sub { margin-top: .7rem; }
.spec { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; margin: 1.8rem 0; }
.spec div { background: var(--white); padding: 18px 10px; text-align: center; }
.spec .n { font-family: var(--font-display); font-weight: 700; font-size: 1.7rem; color: var(--violet); }
.spec .l { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-faint); }
.entry { border-top: 1px solid var(--line); padding: 2.4rem 0; }
.entry__rank { font-family: var(--font-display); font-weight: 700; font-size: 2.4rem; line-height: 1; color: var(--violet); }
.entry__name { margin: .2rem 0; }
.entry__tag { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); }
.entry--hero { background: var(--lav-wash); border-radius: var(--radius); border-top: 0; padding: 2rem; margin: 1.4rem 0; box-shadow: var(--shadow-xs); }
.entry img { border-radius: var(--radius-sm); }
.pros { list-style: none; padding: 0; margin: 1rem 0; }
.pros li { padding-left: 1.6rem; position: relative; margin-bottom: .5rem; }
.pros li::before { content: ""; position: absolute; left: 0; top: .55em; width: 8px; height: 8px; border-radius: 50%; background: var(--violet); }
.doc { padding: 40px 0 8px; }
.doc h2 { font-size: 1.3rem; margin: 1.8em 0 .5em; }
.doc p, .doc li { color: var(--ink-soft); }
.doc ul { padding-left: 1.2rem; }
.doc li { margin-bottom: .5rem; }
.updated { color: var(--ink-faint); font-size: .85rem; }

.hero-img { aspect-ratio: 16 / 9; background-size: cover; background-position: center; background-color: var(--lav-wash); border-radius: var(--radius); }
.shot { width: 100%; height: auto; display: block; border-radius: var(--radius); background: var(--lav-wash); }
.product-figure { margin: 1.8rem 0; }

.read > h2 { margin: 2em 0 .55em; }
.read > h3 { margin: 1.6em 0 .4em; }
.read > .spec, .read > .pull, .read > .flavors, .read > .pros, .read > .product-figure { margin-top: 1.4rem; margin-bottom: 1.6rem; }

.dealbar { background: var(--violet); color: #fff; text-align: center; padding: 12px 16px; font-family: var(--font-display); font-weight: 600; font-size: 1rem; }
.dealbar strong { font-weight: 700; color: #FFD37A; }
.flavors { list-style: none; padding: 0; margin: 1.2rem 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem .9rem; }
.flavors li { position: relative; padding-left: 1.4rem; color: var(--ink-soft); }
.flavors li::before { content: ""; position: absolute; left: 0; top: .5em; width: 8px; height: 8px; border-radius: 50%; background: var(--violet-mid); }
.dealcard { background: #fff; border: 1px solid var(--line-lav); border-top: 4px solid var(--gold); border-radius: var(--radius); padding: 24px 22px 22px; text-align: center; box-shadow: var(--shadow); margin: 1.6rem 0 2.2rem; }
.dealcard__tag { display: inline-block; background: var(--gold); color: #3a2a0c; font-family: var(--font-display); font-weight: 700; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; padding: 5px 13px; border-radius: var(--radius-pill); }
.dealcard__big { font-family: var(--font-display); font-weight: 700; font-size: clamp(2.1rem, 6vw, 3rem); line-height: 1.04; color: var(--violet); margin: .6rem 0 .25rem; }
.dealcard__sub { color: var(--ink-soft); font-size: 1.02rem; margin: 0 auto 1.2rem; max-width: 44ch; }
.stickybar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: var(--violet); color: #fff; display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; padding: 11px 16px; box-shadow: 0 -6px 22px rgba(40,30,70,.20); }
.stickybar__txt { font-family: var(--font-display); font-weight: 600; font-size: .95rem; }
.stickybar__txt strong { color: #FFD37A; }
.stickybar .btn { background: #fff; color: var(--violet) !important; border-color: #fff; padding: 10px 22px; box-shadow: none; }
.stickybar .btn:hover { background: #FFD37A; border-color: #FFD37A; color: var(--violet) !important; transform: translateY(-1px); }
body.lp { padding-bottom: 92px; }

@media (max-width: 960px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 38px; }
  .hero__art { max-width: 460px; margin: 0 auto; width: 100%; }
  .hero__sub { max-width: 46ch; }
  .stages { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 820px) { .grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) {
  .nav { position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--cloud); border-bottom: 1px solid var(--line); padding: 8px 0 16px; box-shadow: var(--shadow-sm); display: none; }
  .nav.open { display: flex; }
  .nav a { padding: 12px 24px; border-top: 1px solid var(--line); }
  .nav .btn { margin: 12px 24px 0; justify-content: center; }
  .nav-toggle { display: inline-flex; }
  .section { padding: 52px 0; }
  .mission .wrap { flex-direction: column; text-align: center; gap: 20px; }
  .mission p { margin: 0 auto; }
}
@media (max-width: 620px) {
  body { font-size: 17px; }
  .stages { grid-template-columns: 1fr 1fr; }
  .grid { grid-template-columns: 1fr; }
  .signup form { flex-direction: column; }
  .signup input[type=email] { width: 100%; }
  .btn { width: 100%; justify-content: center; }
  .cta-row .btn { width: 100%; }
}
@media (max-width: 560px) {
  .grid-4 { grid-template-columns: 1fr; }
  .flavors { grid-template-columns: 1fr; }
  .stickybar { gap: 8px; padding: 9px 12px; }
  .stickybar__txt { font-size: .82rem; flex: 1 1 100%; text-align: center; }
  .stickybar .btn { flex: 1 1 100%; }
  body.lp { padding-bottom: 124px; }
}
@media (max-width: 400px) { .stages { grid-template-columns: 1fr; } }
