  @font-face {
    font-family: 'Fraunces';
    src: url('/fonts/fraunces.woff2') format('woff2');
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Karla';
    src: url('/fonts/karla.woff2') format('woff2');
    font-weight: 300 800;
    font-style: normal;
    font-display: swap;
  }

  :root {
    --ground: #FCF3EF;
    --ground-calm: #F1EDF6;
    --card: #FFFFFF;
    --ink: #241726;
    --ink-soft: #7D5C6E;
    --ink-faint: #B9A0AC;
    --hot: #E8456A;
    --hot-soft: #FF8FA8;
    --calm: #6E5A9E;
    --calm-soft: #A594D6;
    --line: rgba(36, 23, 38, 0.09);
    --shadow: rgba(66, 27, 45, 0.10);
    color-scheme: light;
  }

  @media (prefers-color-scheme: dark) {
    :root {
      --ground: #1B1018;
      --ground-calm: #1A1526;
      --card: #2C1E2A;
      --ink: #F5E6F0;
      --ink-soft: #C49DB5;
      --ink-faint: #7A5A6A;
      --hot: #FF6B9D;
      --hot-soft: #FFB3CC;
      --calm: #A594D6;
      --calm-soft: #C9B8FF;
      --line: rgba(245, 230, 240, 0.10);
      --shadow: rgba(0, 0, 0, 0.35);
      color-scheme: dark;
    }
  }
  :root[data-theme="dark"] {
    --ground: #1B1018;
    --ground-calm: #1A1526;
    --card: #2C1E2A;
    --ink: #F5E6F0;
    --ink-soft: #C49DB5;
    --ink-faint: #7A5A6A;
    --hot: #FF6B9D;
    --hot-soft: #FFB3CC;
    --calm: #A594D6;
    --calm-soft: #C9B8FF;
    --line: rgba(245, 230, 240, 0.10);
    --shadow: rgba(0, 0, 0, 0.35);
    color-scheme: dark;
  }
  :root[data-theme="light"] {
    --ground: #FCF3EF;
    --ground-calm: #F1EDF6;
    --card: #FFFFFF;
    --ink: #241726;
    --ink-soft: #7D5C6E;
    --ink-faint: #B9A0AC;
    --hot: #E8456A;
    --hot-soft: #FF8FA8;
    --calm: #6E5A9E;
    --calm-soft: #A594D6;
    --line: rgba(36, 23, 38, 0.09);
    --shadow: rgba(66, 27, 45, 0.10);
    color-scheme: light;
  }

  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }

  body {
    margin: 0;
    background: var(--ground);
    color: var(--ink);
    font-family: 'Karla', ui-sans-serif, system-ui, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }

  .wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 32px;
  }

  h1, h2, h3 {
    font-family: 'Fraunces', Georgia, serif;
    font-optical-sizing: auto;
    font-weight: 500;
    letter-spacing: -0.01em;
    text-wrap: balance;
    margin: 0;
  }

  a { color: inherit; }

  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--hot);
  }
  .eyebrow::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--hot);
  }

  /* ---------- Nav ---------- */
  nav.top {
    position: relative;
    z-index: 10;
  }
  nav.top .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 32px 0;
  }
  .wordmark {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 21px;
    text-decoration: none;
    color: var(--ink);
    letter-spacing: -0.01em;
  }
  .nav-links {
    display: flex;
    gap: 34px;
    font-size: 14.5px;
    color: var(--ink-soft);
  }
  .nav-links a { text-decoration: none; }
  .nav-links a:hover { color: var(--hot); }
  .nav-links a:focus-visible, .wordmark:focus-visible, .btn:focus-visible {
    outline: 2px solid var(--hot);
    outline-offset: 3px;
    border-radius: 4px;
  }
  .btn-nav { padding: 11px 22px; font-size: 14px; box-shadow: none; }

  /* ---------- Arc wrapper: hero + features share one long hot -> calm gradient ---------- */
  .arc {
    background: linear-gradient(
      to bottom,
      var(--ground) 0%,
      var(--ground) 20%,
      var(--ground-calm) 58%,
      var(--ground-calm) 100%
    );
  }

  /* ---------- Hero ---------- */
  .hero {
    padding-top: 96px;
    padding-bottom: 64px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
  }
  .hero h1 {
    font-size: clamp(40px, 5.6vw, 62px);
    line-height: 1.05;
    margin: 22px 0 26px;
  }
  .hero h1 .hot { color: var(--hot); }
  .hero h1 .calm { color: var(--calm); }
  .hero p.lede {
    font-size: 18.5px;
    line-height: 1.65;
    color: var(--ink-soft);
    max-width: 460px;
    margin: 0 0 34px;
  }

  .cta-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 15px 28px;
    border-radius: 999px;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
    border: none;
    cursor: pointer;
  }
  .btn-primary {
    background: var(--ink);
    color: var(--ground);
    box-shadow: 0 10px 26px var(--shadow);
  }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px var(--shadow); }
  .btn-ghost {
    color: var(--ink-soft);
    padding: 15px 6px;
  }
  .btn-ghost:hover { color: var(--hot); }
  .hero-note {
    margin-top: 16px;
    font-size: 13px;
    color: var(--ink-faint);
  }

  /* breathing ring */
  .ring-stage {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 420px;
  }
  .ring-stage svg { width: 340px; height: 340px; overflow: visible; }
  .ring {
    fill: none;
    stroke-width: 1.4;
    transform-origin: 170px 170px;
  }
  .ring-caption {
    margin-top: 22px;
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    color: var(--ink-soft);
    text-align: center;
  }
  @media (prefers-reduced-motion: no-preference) {
    .ring-a { animation: pulse 5.2s ease-in-out infinite; }
    .ring-b { animation: pulse 5.2s ease-in-out infinite .55s; }
    .ring-c { animation: pulse 5.2s ease-in-out infinite 1.1s; }
  }
  @keyframes pulse {
    0%, 100% { opacity: .18; transform: scale(.86); }
    45% { opacity: .85; transform: scale(1); }
    70% { opacity: .35; transform: scale(1.05); }
  }

  /* ---------- Features ---------- */
  .features { padding-top: 40px; padding-bottom: 40px; }
  .feature {
    display: grid;
    grid-template-columns: 0.82fr 1fr;
    gap: 72px;
    align-items: center;
    padding: 92px 0;
    border-top: 1px solid var(--line);
  }
  .feature:first-child { border-top: none; }
  .feature:nth-child(even) { grid-template-columns: 1fr 0.82fr; }
  .feature:nth-child(even) .feature-art { order: 2; }
  .feature-art {
    display: flex;
    justify-content: center;
  }
  .feature-art img {
    width: 232px;
    border-radius: 30px;
    box-shadow: 0 30px 60px var(--shadow);
    display: block;
  }
  .feature-copy .eyebrow { margin-bottom: 16px; }
  .feature-copy h2 { font-size: 30px; line-height: 1.18; margin-bottom: 16px; }
  .feature-copy p { color: var(--ink-soft); font-size: 16.5px; max-width: 420px; line-height: 1.7; }

  /* ---------- Problem ---------- */
  .problem { padding-top: 30px; padding-bottom: 90px; }
  .problem-inner {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
  }
  .problem-inner .eyebrow { justify-content: center; margin-bottom: 24px; }
  .problem-lead {
    font-family: 'Fraunces', serif;
    font-size: clamp(22px, 2.8vw, 28px);
    line-height: 1.4;
    color: var(--ink);
    margin: 0 0 22px;
  }
  .problem-line {
    font-size: 16.5px;
    color: var(--ink-soft);
    line-height: 1.7;
    margin: 0 0 18px;
  }
  .problem-emphasis {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-size: 20px;
    color: var(--hot);
    margin: 26px 0;
  }

  /* ---------- How it works ---------- */
  .how { padding-top: 20px; padding-bottom: 100px; }
  .section-head { max-width: 560px; margin: 0 0 56px; }
  .section-head h2 { font-size: clamp(28px, 3.4vw, 38px); line-height: 1.15; margin: 16px 0 0; }

  .blog-preview-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    max-width: none;
  }
  .blog-view-all {
    flex-shrink: 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--hot);
    text-decoration: none;
    white-space: nowrap;
    padding-bottom: 4px;
    transition: opacity 0.15s ease;
  }
  .blog-view-all:hover { opacity: 0.7; }
  .steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    counter-reset: step;
  }
  .step {
    position: relative;
    background: var(--card);
    border-radius: 24px;
    padding: 34px 28px 30px;
    box-shadow: 0 20px 40px var(--shadow);
  }
  .step-num {
    font-family: 'Fraunces', serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--hot);
    display: block;
    margin-bottom: 18px;
  }
  .step h3 { font-size: 19px; margin-bottom: 10px; }
  .step p { color: var(--ink-soft); font-size: 15px; margin: 0; line-height: 1.65; }

  /* ---------- Who it's for ---------- */
  .who { padding-top: 20px; padding-bottom: 100px; }
  .who-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 32px;
  }
  .who-grid li {
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--card);
    border-radius: 16px;
    padding: 18px 20px;
    font-size: 15.5px;
    color: var(--ink);
    box-shadow: 0 10px 24px var(--shadow);
  }
  .who-check {
    flex-shrink: 0;
    width: 26px; height: 26px;
    border-radius: 50%;
    background: var(--calm);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px;
  }

  /* ---------- Why LovePause ---------- */
  .why { padding-top: 20px; padding-bottom: 100px; }
  .compare {
    width: 100%;
    border-collapse: collapse;
    background: var(--card);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px var(--shadow);
    font-size: 14.5px;
  }
  .compare th, .compare td {
    padding: 18px 20px;
    text-align: left;
    border-bottom: 1px solid var(--line);
  }
  .compare thead th {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 15px;
    color: var(--ink-soft);
  }
  .compare thead th.us { color: var(--hot); }
  .compare tbody tr:last-child td { border-bottom: none; }
  .compare td.row-label { color: var(--ink-soft); }
  .compare td.us { font-weight: 700; color: var(--ink); background: rgba(232, 69, 106, 0.05); }
  .yes { color: var(--calm); font-weight: 700; }
  .no { color: var(--ink-faint); }
  .compare-hint {
    display: none;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink-faint);
    margin: 0 0 10px;
  }
  .compare-scroll {
    overflow-x: auto;
    position: relative;
    border-radius: 24px;
    -webkit-overflow-scrolling: touch;
  }
  .compare-scroll::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 32px;
    background: linear-gradient(to right, transparent, var(--card));
    pointer-events: none;
  }
  .why-note { margin: 18px 4px 0; font-size: 13px; color: var(--ink-faint); }

  @media (max-width: 560px) {
    .compare-hint { display: block; }
  }

  /* ---------- FAQ ---------- */
  .faq { padding-top: 20px; padding-bottom: 100px; }
  .faq-list { max-width: 720px; }
  .faq-item {
    border-bottom: 1px solid var(--line);
  }
  .faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 4px;
    cursor: pointer;
    font-family: 'Fraunces', serif;
    font-size: 18px;
    font-weight: 500;
    list-style: none;
  }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary .plus {
    flex-shrink: 0;
    width: 26px; height: 26px;
    border-radius: 50%;
    border: 1.5px solid var(--line);
    display: flex; align-items: center; justify-content: center;
    color: var(--ink-soft);
    font-size: 15px;
    transition: transform .25s ease;
  }
  .faq-item[open] summary .plus { transform: rotate(45deg); color: var(--hot); border-color: var(--hot); }
  .faq-item p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.7; margin: 0 4px 26px; max-width: 620px; }

  /* ---------- Blog preview ---------- */
  .blog-preview { padding-top: 20px; padding-bottom: 100px; }
  .blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
  }
  .blog-card {
    display: block;
    text-decoration: none;
    background: var(--card);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 16px 32px var(--shadow);
    transition: transform .18s ease;
  }
  .blog-card:hover { transform: translateY(-3px); }
  .blog-card__img {
    width: 100%;
    height: 168px;
    object-fit: cover;
    display: block;
  }
  .blog-card__body { padding: 22px 24px 26px; }
  .blog-card .eyebrow { margin-bottom: 14px; }
  .blog-card h3 { font-size: 18px; line-height: 1.3; margin-bottom: 10px; }
  .blog-card p { color: var(--ink-soft); font-size: 14px; margin: 0; line-height: 1.6; }

  /* ---------- Article hero image ---------- */
  .article-hero-img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 24px;
    display: block;
    margin: 0 0 40px;
    box-shadow: 0 20px 40px var(--shadow);
  }

  /* ---------- Closing ---------- */
  .closing-wrap { padding-top: 40px; padding-bottom: 120px; }
  .closing {
    background: var(--ink);
    color: var(--ground);
    border-radius: 32px;
    padding: 96px 48px;
    text-align: center;
  }
  .closing-tag {
    display: inline-block;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--hot-soft);
    margin-bottom: 18px;
  }
  .closing h2 {
    color: var(--ground);
    font-size: clamp(32px, 4vw, 44px);
    margin-bottom: 18px;
  }
  .closing p {
    color: rgba(252, 243, 239, 0.68);
    font-size: 17px;
    margin: 0 0 34px;
  }
  .closing .btn-primary {
    background: var(--hot-soft);
    color: var(--ink);
  }

  /* ---------- Legal pages ---------- */
  .legal-wrap { padding-top: 56px; padding-bottom: 100px; }
  .legal { max-width: 680px; margin: 0 auto; }
  .legal h1 { font-size: clamp(30px, 4vw, 40px); line-height: 1.2; margin: 0 0 14px; }
  .legal .updated {
    color: var(--ink-faint);
    font-size: 13.5px;
    margin: 0 0 44px;
    padding-bottom: 44px;
    border-bottom: 1px solid var(--line);
  }
  .legal h2 { font-size: 22px; margin: 44px 0 16px; }
  .legal p { color: var(--ink); font-size: 16.5px; line-height: 1.8; margin: 0 0 22px; }
  .legal ul { margin: 0 0 22px; padding-left: 22px; color: var(--ink); font-size: 16.5px; line-height: 1.8; }
  .legal li { margin-bottom: 10px; }
  .legal a { color: var(--hot); text-decoration: underline; text-underline-offset: 2px; }

  /* ---------- Footer ---------- */
  footer {
    padding: 76px 0 40px;
    background: var(--ground-calm);
  }
  .foot-top {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 32px;
    padding-bottom: 56px;
  }
  .foot-brand .wordmark { display: block; margin-bottom: 12px; }
  .foot-brand p { color: var(--ink-soft); font-size: 14px; max-width: 240px; margin: 0; }
  .foot-col h4 {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 16px;
    color: var(--ink);
  }
  .foot-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
  .foot-col a { text-decoration: none; color: var(--ink-soft); font-size: 14px; }
  .foot-col a:hover { color: var(--hot); }
  .foot-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
    font-size: 13px;
    color: var(--ink-faint);
  }
  .foot-bottom a { text-decoration: none; color: var(--ink-faint); }
  .foot-bottom a:hover { color: var(--hot); }
  @media (max-width: 720px) {
    .foot-top { grid-template-columns: 1fr 1fr; }
    .foot-brand { grid-column: 1 / -1; margin-bottom: 12px; }
  }

  /* ---------- Blog index ---------- */
  .blog-header-wrap { padding: 64px 0 20px; }
  .blog-header { max-width: 640px; margin: 0 auto; text-align: center; }
  .blog-header .eyebrow { justify-content: center; margin-bottom: 20px; }
  .blog-header h1 { font-size: clamp(32px, 4vw, 44px); line-height: 1.15; margin: 0 0 14px; }
  .blog-header p { color: var(--ink-soft); font-size: 17px; margin: 0; }

  .blog-pillar-wrap { padding: 0 0 88px; }
  .blog-pillar-wrap:first-of-type { padding-top: 8px; }
  .blog-pillar { max-width: 640px; margin: 0 0 28px; }
  .blog-pillar h2 { font-size: 24px; margin: 0 0 6px; }
  .blog-pillar p { color: var(--ink-soft); font-size: 15px; margin: 0; }

  /* ---------- Article ---------- */
  .article-wrap { padding-top: 56px; padding-bottom: 20px; }
  .article { max-width: 680px; margin: 0 auto; }
  .article > .eyebrow { margin-bottom: 20px; }
  .article h1 { font-size: clamp(30px, 4vw, 40px); line-height: 1.2; margin: 0 0 16px; }
  .article-meta {
    color: var(--ink-faint);
    font-size: 13.5px;
    margin: 0 0 44px;
    padding-bottom: 44px;
    border-bottom: 1px solid var(--line);
  }

  .article-body p { color: var(--ink); font-size: 17px; line-height: 1.8; margin: 0 0 24px; }
  .article-body h2 { font-size: 24px; line-height: 1.3; margin: 48px 0 18px; }
  .article-body strong { font-weight: 700; }
  .article-body em { font-family: 'Fraunces', serif; font-style: italic; }
  .article-body ul, .article-body ol {
    margin: 0 0 24px;
    padding-left: 22px;
    color: var(--ink);
    font-size: 17px;
    line-height: 1.8;
  }
  .article-body li { margin-bottom: 10px; }

  .article-cta {
    background: var(--card);
    border-radius: 24px;
    padding: 40px 36px;
    text-align: center;
    margin: 56px 0 0;
    box-shadow: 0 20px 40px var(--shadow);
  }
  .article-cta h3 { font-size: 21px; margin: 0 0 10px; }
  .article-cta p { color: var(--ink-soft); font-size: 15px; margin: 0 0 24px; }

  .article-related {
    max-width: 680px;
    margin: 64px auto 0;
    padding: 40px 0 100px;
    border-top: 1px solid var(--line);
  }
  .article-related h3 { font-family: 'Fraunces', serif; font-size: 18px; margin: 0 0 18px; }
  .article-related ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
  .article-related a { text-decoration: none; color: var(--ink-soft); font-size: 15px; }
  .article-related a:hover { color: var(--hot); }

  @media (max-width: 640px) {
    .article-cta { padding: 32px 24px; }
  }

  /* ---------- reveal ---------- */
  .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
  .reveal.in { opacity: 1; transform: translateY(0); }
  @media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
  }

  @media (max-width: 860px) {
    .hero { grid-template-columns: 1fr; padding-top: 56px; }
    .hero-copy { order: 2; text-align: left; }
    .ring-stage { height: 300px; order: 1; }
    .ring-stage svg { width: 240px; height: 240px; }
    .feature, .feature:nth-child(even) { grid-template-columns: 1fr; gap: 32px; padding: 56px 0; text-align: center; }
    .feature:nth-child(even) .feature-art { order: 0; }
    .feature-copy p { margin-left: auto; margin-right: auto; }
    .feature-art img { width: 200px; }
    nav.top .wrap { flex-direction: column; gap: 16px; padding-top: 24px; }
    .nav-links { gap: 18px; flex-wrap: wrap; justify-content: center; }
    .closing { padding: 64px 28px; border-radius: 24px; }
    .steps { grid-template-columns: 1fr; }
    .who-grid { grid-template-columns: 1fr; }
    .compare { font-size: 13px; }
    .compare th, .compare td { padding: 14px; }
    .blog-preview-head { flex-direction: column; align-items: flex-start; gap: 12px; }
  }
