/* Visual refresh — presentation only. Existing content and behaviour stay intact. */
:root {
  --bg: #f7f1e8 !important;
  --surface: rgba(255, 253, 249, .92) !important;
  --ink: #241a2a !important;
  --ink-2: #55475b !important;
  --muted: #796c7f !important;
  --faint: #9c909f !important;
  --accent: #873f67 !important;
  --accent-ink: #713252 !important;
  --accent-tint: #f4e4ec !important;
  --accent-tint-2: #fbf3f7 !important;
  --line: #e7dcd7 !important;
  --line-2: #dccdc8 !important;
  --ok: #257b62 !important;
  --warn: #b94931 !important;
  --radius: 28px !important;
  --radius-sm: 18px !important;
  --shadow: 0 1px 0 rgba(70,40,55,.04), 0 24px 70px rgba(70,40,55,.10) !important;
  --shadow-sm: 0 1px 0 rgba(70,40,55,.04), 0 12px 36px rgba(70,40,55,.07) !important;
  --maxw: 1080px !important;
}

html { scroll-padding-top: 88px; }
body {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  line-height: 1.65;
  background:
    radial-gradient(circle at 8% 3%, rgba(192,131,149,.18), transparent 25rem),
    radial-gradient(circle at 92% 16%, rgba(185,155,111,.17), transparent 28rem),
    linear-gradient(180deg, #fbf7f1 0, #f7f1e8 42rem, #f8f4ee 100%) !important;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .22;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
}
a { text-underline-offset: 3px; }
h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", serif !important;
  text-wrap: balance;
}
p { text-wrap: pretty; }

.site-header {
  background: rgba(251,247,241,.78) !important;
  border-bottom: 1px solid rgba(135,63,103,.12) !important;
  box-shadow: 0 8px 35px rgba(58,37,49,.04);
}
.site-header .wrap { height: 76px !important; }
.brand { gap: 12px !important; letter-spacing: -.01em; }
.brand .logo {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  background: linear-gradient(145deg, #a65c80, #713252) !important;
  box-shadow: 0 10px 24px rgba(113,50,82,.24) !important;
}
.brand b { color: var(--accent-ink) !important; }
.pill-tag, .eyebrow, .reading-badge {
  border: 1px solid rgba(135,63,103,.14);
  box-shadow: inset 0 1px rgba(255,255,255,.7);
}
.header-actions { display: flex; align-items: center; gap: 12px; }
.blog-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 15px;
  border-radius: 999px;
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
}
.blog-link:hover {
  color: var(--accent-ink);
  background: rgba(135,63,103,.07);
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: 590px;
  padding: 96px 380px 54px 20px !important;
  text-align: left !important;
}
.hero::before {
  position: absolute;
  color: rgba(135,63,103,.16);
  font-family: Georgia, serif;
  line-height: 1;
  pointer-events: none;
}
.hero::before { content: "☾"; font-size: 96px; left: 4%; top: 64px; transform: rotate(-16deg); }
.hero h1 {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin-inline: 0;
  font-size: clamp(44px, 6vw, 72px) !important;
  font-weight: 500 !important;
  letter-spacing: -.055em !important;
  line-height: .98 !important;
}
.hero h1 .grad {
  background: linear-gradient(115deg, #713252, #b56f72) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}
.hero .eyebrow, .hero p.sub, .hero .trust { position: relative; z-index: 1; }
.hero p.sub {
  max-width: 650px !important;
  margin-left: 0 !important;
  font-size: clamp(17px, 2vw, 20px) !important;
}
.trust { justify-content: flex-start !important; margin-top: 30px !important; gap: 10px !important; }
.trust span {
  padding: 8px 13px;
  border: 1px solid rgba(135,63,103,.11);
  border-radius: 999px;
  background: rgba(255,253,249,.68);
}
.hero-art {
  position: absolute;
  z-index: 0;
  top: 24px;
  right: 20px;
  width: 360px;
  height: 545px;
  margin: 0;
  pointer-events: none;
  filter: drop-shadow(0 26px 34px rgba(113,50,82,.14));
}
.hero-art::before {
  content: "";
  position: absolute;
  inset: 13% 4% 4%;
  border: 1px solid rgba(135,63,103,.12);
  border-radius: 50% 50% 44% 44%;
  box-shadow: 0 0 0 24px rgba(135,63,103,.025), 0 0 0 48px rgba(135,63,103,.018);
}
.hero-art img { position: relative; width: 100%; height: 100%; object-fit: contain; }

.tool { padding-top: 34px !important; }
.tool-card {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 4vw, 40px) !important;
  border-color: rgba(135,63,103,.16) !important;
  box-shadow: 0 30px 90px rgba(71,43,57,.13) !important;
}
.tool-card::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -150px;
  top: -160px;
  border: 1px solid rgba(135,63,103,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(135,63,103,.035), 0 0 0 56px rgba(135,63,103,.025);
  pointer-events: none;
}
.dropzone {
  min-height: 184px;
  border-width: 1px !important;
  background: linear-gradient(145deg, rgba(255,255,255,.7), rgba(244,228,236,.38));
}
.dropzone:hover, .dropzone.drag { transform: translateY(-2px); }
.dropzone .dz-ico { border-radius: 50% !important; }
.btn { min-height: 48px; letter-spacing: -.01em; }
.btn-primary {
  background: linear-gradient(135deg, #8f496e, #713252) !important;
  box-shadow: 0 12px 28px rgba(113,50,82,.25) !important;
}
.btn-primary:hover { box-shadow: 0 16px 34px rgba(113,50,82,.32) !important; }
.btn:focus-visible, .quiz-opt:focus-visible, .dropzone:focus-within,
summary:focus-visible, a:focus-visible, input:focus-visible {
  outline: 3px solid rgba(135,63,103,.3) !important;
  outline-offset: 3px;
}

.section { padding: 72px 20px !important; }
.section h2 { font-size: clamp(32px, 4.5vw, 48px) !important; font-weight: 500 !important; }
.section .lead { max-width: 720px !important; }
.steps, .lines { gap: 18px !important; }
.step, .line-card, .tips, .faq details, .rsection {
  border-color: rgba(135,63,103,.12) !important;
  box-shadow: var(--shadow-sm) !important;
}
.step, .line-card {
  transition: transform .2s ease, box-shadow .2s ease;
}
.step:hover, .line-card:hover { transform: translateY(-4px); box-shadow: var(--shadow) !important; }
.step { padding: 28px !important; }
.step .num {
  border-radius: 50% !important;
  background: linear-gradient(145deg, #a65c80, #713252) !important;
}
.line-card { padding: 24px !important; }
.line-card .lc-ic, .rhead .ic { border-radius: 50% !important; }
.tips { padding: clamp(24px, 4vw, 36px) !important; }
.cta-band, .paywall-card, .art-cta {
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.17), transparent 16rem),
    linear-gradient(135deg, #8c486c, #633049) !important;
  box-shadow: 0 24px 60px rgba(99,48,73,.28) !important;
}
.cta-band { border-radius: 30px !important; }
.cta-band .btn,
.cta-band .btn-primary,
.art-cta .btn,
.art-cta .btn-primary,
.paywall-card .paywall-buy {
  background: #fffaf6 !important;
  color: #713252 !important;
  border-color: rgba(255,255,255,.7) !important;
  box-shadow: 0 12px 28px rgba(48,24,36,.22) !important;
}
.cta-band .btn:hover,
.cta-band .btn-primary:hover,
.art-cta .btn:hover,
.art-cta .btn-primary:hover {
  background: #fff !important;
  color: #59243f !important;
}
.faq details { padding-inline: 24px !important; }
.faq summary { min-height: 56px; }
.site-footer {
  background: rgba(71,43,57,.035);
  border-top-color: rgba(135,63,103,.12) !important;
  padding: 48px 0 !important;
}

/* Shared article and legal pages */
.crumbs { margin-top: 26px !important; }
.article-wrap, article.wrap, main.wrap { max-width: 840px !important; }
.article-hero { padding-top: 58px !important; }
.article-hero h1, article h1, main > h1 {
  font-size: clamp(38px, 6vw, 60px) !important;
  font-weight: 500 !important;
  line-height: 1.04 !important;
}
.content, .article-body, article {
  color: var(--ink-2);
}
.content h2, .article-body h2, article h2 {
  margin-top: 2.1em;
  font-size: clamp(27px, 4vw, 38px) !important;
  font-weight: 500 !important;
}
.content h3, .article-body h3, article h3 { font-size: 24px !important; font-weight: 500 !important; }
.content p, .article-body p, article p { line-height: 1.78; }
.toc, .note, .callout {
  border-color: rgba(135,63,103,.13) !important;
  background: rgba(255,253,249,.75) !important;
  box-shadow: var(--shadow-sm);
}

@media (max-width: 720px) {
  .wrap { padding-inline: 16px !important; }
  .site-header .wrap { height: 66px !important; }
  .brand { font-size: 16px !important; }
  .brand .logo { width: 38px !important; height: 38px !important; }
  .header-actions { gap: 2px; }
  .blog-link { min-height: 42px; padding-inline: 12px; }
  .hero { padding-top: 56px !important; }
  .hero::before { font-size: 60px; left: -10px; top: 42px; }
  .hero {
    min-height: auto;
    padding: 56px 16px 20px !important;
    text-align: center !important;
  }
  .hero h1 { font-size: clamp(38px, 12.3vw, 56px) !important; }
  .hero p.sub { margin-inline: auto !important; font-size: 16.5px !important; }
  .hero-art {
    position: relative;
    top: auto;
    right: auto;
    width: min(260px, 72vw);
    height: 290px;
    margin: 12px auto -28px;
    overflow: hidden;
  }
  .hero-art img { height: 400px; object-position: center top; }
  .hero-art::before { inset: 8% 2% 0; }
  .trust {
    justify-content: center !important;
    align-items: stretch;
    flex-direction: column;
    max-width: 340px;
    margin-inline: auto;
  }
  .trust span { justify-content: center; }
  .tool { padding-inline: 12px !important; }
  .tool-card { border-radius: 24px !important; padding: 18px !important; }
  .dropzone { padding: 28px 14px !important; min-height: 160px; }
  .btn { width: 100%; padding-inline: 18px !important; }
  .cam-actions .btn { width: auto; flex: 1 1 130px; }
  .section { padding-block: 54px !important; }
  .step, .line-card { padding: 21px !important; }
  .step:hover, .line-card:hover { transform: none; }
  .cta-band { margin-inline: 12px !important; padding: 34px 20px !important; }
  .faq details { padding-inline: 18px !important; }
  .quiz-opts { display: grid !important; grid-template-columns: 1fr; }
  .quiz-opt { min-height: 48px; text-align: left; }
  .lead-box { display: grid !important; grid-template-columns: 1fr; }
  .lead-email, .lead-go { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
