/* ==========================================================================
   Organic luxury — charcoal, taupe & coral (from the purebrowsex logo)
   Zen Old Mincho (display) + Zen Kaku Gothic Antique (text)
   ========================================================================== */

:root {
  --cream: #FAF6F3;
  --cream-2: #F3EBE6;
  --paper: #FFFCFA;
  --char: #2A2A29;
  --char-ink: #1F1F1E;
  --taupe: #534542;
  --coral: #DB5A46;
  --coral-hi: #E55842;
  --coral-deep: #C04A37;
  --blush: #F6D9D2;
  --blush-soft: #FBEDE9;
  --sand: #E7DCD6;
  --ink: #2A2A29;
  --muted: #6A5E5B;

  --r: 28px;
  --r-lg: 40px;
  --r-sm: 16px;

  --f-display: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --f-text: "Zen Kaku Gothic Antique", "Hiragino Sans", "Yu Gothic", "Meiryo", system-ui, sans-serif;

  --gutter: clamp(16px, 4vw, 40px);
  --shell: 1200px;
  --band-y: clamp(72px, 10vw, 136px);

  --shadow-soft: 0 1px 2px rgba(42, 42, 41, .04), 0 18px 40px -22px rgba(42, 42, 41, .22);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { overflow-x: hidden; max-width: 100%; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--f-text);
  font-size: 1.0625rem;
  line-height: 1.85;
  line-break: strict;
  overflow-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
svg { flex-shrink: 0; }
a { color: var(--coral-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--char); }
h1, h2, h3 { font-family: var(--f-display); font-weight: 700; color: var(--char-ink); letter-spacing: .01em; margin: 0; word-break: auto-phrase; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
blockquote, figure { margin: 0; }
address { font-style: normal; }
:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; border-radius: 6px; }

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.vh {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 16px; top: -60px; z-index: 50;
  background: var(--char); color: var(--cream); padding: 10px 16px; border-radius: 999px;
}
.skip-link:focus { top: 12px; color: var(--cream); }

.shell { width: 100%; max-width: calc(var(--shell) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }
.shell--narrow { max-width: calc(980px + 2 * var(--gutter)); }

/* organic blobs */
.blob {
  position: absolute; pointer-events: none; z-index: 0;
  border-radius: 42% 58% 63% 37% / 41% 44% 56% 59%;
  background: var(--blush); opacity: .35; filter: blur(2px);
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--f-text); font-weight: 600; font-size: .98rem; line-height: 1.2;
  padding: 14px 24px; border-radius: 999px; border: 1px solid transparent;
  text-decoration: none; cursor: pointer; text-align: center;
  transition: background-color .25s var(--ease), color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease);
}
.btn svg { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.btn:hover svg { transform: translateX(3px); }
.btn-solid { background: var(--char); color: var(--cream); }
.btn-solid:hover { background: var(--taupe); color: #fff; }
.btn-accent { background: var(--coral-deep); color: #fff; box-shadow: 0 14px 30px -14px rgba(192, 74, 55, .6); }
.btn-accent:hover { background: var(--char); color: #fff; }
.btn-accent:hover { transform: translateY(-1px); }
.btn-line { background: transparent; color: var(--char); border-color: rgba(83, 69, 66, .4); }
.btn-line:hover { background: var(--char); color: var(--cream); border-color: var(--char); }
.btn-lg { padding: 18px 30px; font-size: 1.05rem; }

/* ---------- topbar + header ---------- */
.adv-bar {
  background: var(--char); color: var(--blush);
  text-align: center; font-size: .75rem; letter-spacing: .2em;
  padding: 7px 16px; font-weight: 500;
}
.site-header { position: static; background: var(--cream); border-bottom: 1px solid var(--sand); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 14px; }
.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand img { height: 52px; width: auto; max-width: min(240px, 52vw); object-fit: contain; }
.site-header .btn { padding: 12px 20px; font-size: .92rem; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--cream); }
.blob--hero-a { width: 520px; height: 460px; left: -180px; top: -140px; opacity: .45; }
.blob--hero-b { width: 280px; height: 260px; left: 40%; bottom: -120px; background: var(--sand); opacity: .6; border-radius: 61% 39% 47% 53% / 50% 60% 40% 50%; }
.hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
  min-height: clamp(620px, calc(100svh - 110px), 900px);
}
.hero-copy {
  align-self: center;
  padding-block: clamp(56px, 8vw, 120px);
  padding-left: max(var(--gutter), calc((100% / .55 - var(--shell)) / 2));
  padding-right: clamp(24px, 5vw, 72px);
}
.hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.32; letter-spacing: .01em; margin-bottom: 28px;
  max-width: 11em;
}
.hero-lead { font-size: clamp(1.05rem, 1.3vw, 1.18rem); line-height: 1.9; color: var(--muted); max-width: 30em; margin-bottom: 28px; }
.hero-meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  font-size: .9rem; font-weight: 500; color: var(--taupe); margin-bottom: 36px;
}
.hero-node {
  display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%;
  background: var(--blush); color: var(--coral-deep);
}
.hero-node svg { width: 17px; height: 17px; }
.hero-sep { color: var(--coral); opacity: .6; }
.hero-act { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.hero-note { font-size: .82rem; color: var(--muted); max-width: 28em; line-height: 1.7; }
.hero-panel { position: relative; margin: 0; overflow: hidden; border-radius: 0 0 0 clamp(120px, 14vw, 220px); }
.hero-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-panel::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(200deg, rgba(42, 42, 41, 0) 55%, rgba(42, 42, 41, .28));
}

/* ---------- article ---------- */
.art { padding-block: clamp(56px, 8vw, 104px) 0; }
.measure { width: 100%; max-width: calc(720px + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }
.measure--wide { max-width: calc(1000px + 2 * var(--gutter)); }
.measure--xwide { max-width: calc(var(--shell) + 2 * var(--gutter)); }

.art-intro { display: grid; gap: 36px; margin-bottom: clamp(56px, 8vw, 96px); }
.byline { display: flex; align-items: center; gap: 16px; }
.byline-mark {
  display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%;
  background: var(--paper); border: 1px solid var(--sand); color: var(--coral);
}
.byline-mark svg { width: 22px; height: 22px; }
.byline-name { font-weight: 600; color: var(--char-ink); margin: 0; }
.byline-meta { font-size: .88rem; color: var(--muted); margin: 0; }
.art-toc { border-top: 1px solid var(--sand); border-bottom: 1px solid var(--sand); padding-block: 24px; }
.art-toc-h { font-family: var(--f-display); font-size: 1.35rem; color: var(--char-ink); margin-bottom: 14px; }
.art-toc ol { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 28px; }
.art-toc a { display: flex; gap: 12px; padding: 8px 0; text-decoration: none; color: var(--ink); font-size: .95rem; line-height: 1.45; }
.art-toc a:hover { color: var(--coral); }
.toc-n { font-family: var(--f-display); color: var(--coral); min-width: 22px; }

.art-sec { margin-block: clamp(64px, 9vw, 112px); }
.art-sec h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.4; margin-bottom: 28px; }
.art-sec p { font-size: 1.0625rem; line-height: 1.95; }
.art-standout { font-size: clamp(1.12rem, 1.6vw, 1.3rem) !important; line-height: 1.8 !important; color: var(--taupe); font-weight: 500; }
.art-dropcap::first-letter {
  font-family: var(--f-display); float: left; font-size: 4.6em; line-height: .82;
  padding: 6px 12px 0 0; color: var(--coral);
}

/* 2-col band */
.art-sec--cols2 { columns: 2; column-gap: clamp(32px, 5vw, 64px); column-rule: 1px solid var(--sand); }
.art-sec--cols2 h2, .art-sec--cols2 .art-standout { column-span: all; }
.art-sec--cols2 .art-standout { margin-bottom: 32px; max-width: 760px; }

/* 3-col band on sand */
.art-sec--sand {
  margin-block: clamp(64px, 9vw, 112px); padding-block: clamp(56px, 8vw, 96px);
  background: var(--cream-2); position: relative;
}
.art-sec--cols3 .measure { columns: 3; column-gap: clamp(28px, 4vw, 56px); column-rule: 1px solid var(--sand); }
.art-sec--cols3 h2 { column-span: all; max-width: 18em; }
.art-sec--cols3 .art-standout { column-span: none; }
.art-sec--cols3 .art-standout { font-size: 1.15rem !important; }

/* full-bleed charcoal pull-quote bands */
.art-band { position: relative; overflow: hidden; }
.art-band--dark { background: var(--char); color: var(--cream); padding-block: clamp(64px, 10vw, 128px); }
.art-band .measure { position: relative; z-index: 1; }
.art-band-mark { display: block; color: var(--coral-hi); margin-bottom: 20px; }
.art-band-mark svg { width: 48px; height: 48px; }
.art-band p {
  font-family: var(--f-display); font-weight: 500; font-size: clamp(1.3rem, 2.6vw, 2rem); line-height: 1.75;
  color: var(--cream); margin: 0;
}
.art-pull p { font-size: clamp(1.45rem, 3.2vw, 2.4rem); line-height: 1.6; }
.blob--band { width: 460px; height: 420px; right: -160px; top: -160px; background: var(--taupe); opacity: .55; }
.blob--band-r { right: auto; left: -180px; top: auto; bottom: -200px; }

/* wide rounded figure */
.art-figure { margin-block: clamp(40px, 6vw, 72px); }
.art-figure img { width: 100%; aspect-ratio: 16 / 7.5; object-fit: cover; border-radius: var(--r-lg); }
.art-figure figcaption { font-size: .88rem; color: var(--muted); margin-top: 14px; padding-left: 8px; border-left: 2px solid var(--blush); }

/* offer section */
.art-sec--offer h2 { display: flex; align-items: flex-start; gap: 16px; }
.art-mark {
  display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0;
  background: var(--blush); color: var(--coral-deep); margin-top: 4px;
}
.art-mark svg { width: 22px; height: 22px; }
.art-summary {
  position: relative; overflow: hidden; margin-top: 44px;
  background: var(--paper); border: 1px solid var(--sand); border-radius: var(--r);
  padding: clamp(28px, 4vw, 40px);
}
.art-summary-wm { position: absolute; right: -24px; bottom: -30px; color: var(--coral); opacity: .08; }
.art-summary-wm svg { width: 180px; height: 180px; }
.art-summary-h { font-family: var(--f-display); font-size: 1.5rem; color: var(--char-ink); margin-bottom: 18px !important; }
.art-summary-list { position: relative; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 28px; }
.art-summary-list li { display: flex; gap: 14px; align-items: flex-start; font-size: .98rem; line-height: 1.55; }
.dot-ic { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--blush-soft); color: var(--coral-deep); flex-shrink: 0; }
.dot-ic svg { width: 18px; height: 18px; }

/* ---------- shared section chrome ---------- */
.band { position: relative; overflow: hidden; padding-block: var(--band-y); }
.band > .shell { position: relative; z-index: 1; }
.sh-head { max-width: 640px; margin-bottom: clamp(40px, 5vw, 64px); }
.sh-head--center { margin-inline: auto; text-align: center; }
.sh { font-size: clamp(1.8rem, 3.6vw, 2.8rem); line-height: 1.4; letter-spacing: .01em; margin-bottom: 18px; }
.sh-sub { font-size: 1.02rem; color: var(--muted); line-height: 1.85; }

/* ---------- testimonials ---------- */
.tst { background: var(--cream-2); }
.blob--tst { width: 520px; height: 480px; right: -200px; top: -160px; opacity: .4; }
.tst-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.tst-card {
  position: relative; overflow: hidden;
  background: var(--paper); border: 1px solid var(--sand); border-radius: var(--r);
  padding: clamp(28px, 3.5vw, 44px); padding-top: 96px;
  display: flex; flex-direction: column; justify-content: flex-start; gap: 28px;
  box-shadow: var(--shadow-soft);
}
.tst-card--wide { grid-column: span 2; }
.tst-wm { position: absolute; right: -18px; bottom: -22px; color: var(--coral); opacity: .07; }
.tst-wm svg { width: 170px; height: 170px; }
.tst-mark {
  position: absolute; top: 4px; left: clamp(22px, 3vw, 38px);
  font-family: var(--f-display); font-size: 6rem; line-height: 1; color: var(--coral-hi); opacity: .9;
}
.tst-card blockquote { position: relative; font-family: var(--f-display); font-weight: 500; font-size: clamp(1.1rem, 1.7vw, 1.35rem); line-height: 1.75; color: var(--char-ink); }
.tst-card--wide blockquote { font-size: clamp(1.25rem, 2.1vw, 1.65rem); max-width: 22em; }
.tst-who { position: relative; margin-top: auto; display: flex; align-items: center; gap: 12px; font-size: .92rem; font-weight: 500; color: var(--muted); }
.tst-avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--blush); color: var(--coral-deep); }
.tst-avatar svg { width: 20px; height: 20px; }

/* ---------- features: masonry ---------- */
.feat-masonry { columns: 3 300px; column-gap: 24px; }
.feat-card {
  position: relative; overflow: hidden; break-inside: avoid; display: block;
  margin: 0 0 24px; padding: clamp(28px, 3vw, 38px);
  background: var(--paper); border: 1px solid var(--sand); border-radius: var(--r);
}
.feat-card--head { background: transparent; border: 0; padding: 8px 0 20px; }
.feat-card--head .sh-head { margin-bottom: 0; }
.feat-card--tall { padding-block: clamp(44px, 5vw, 64px); }
.feat-card--blush { background: var(--blush-soft); border-color: transparent; }
.feat-card--dark { background: var(--char); border-color: transparent; }
.feat-card.feat-card--dark h3, .feat-card.feat-card--dark p { color: var(--cream); }
.feat-card--dark .feat-idx { color: var(--coral-hi); }
.feat-card--dark .feat-wm { color: var(--blush); opacity: .12; }
.feat-wm { position: absolute; right: -26px; top: -26px; color: var(--coral); opacity: .08; }
.feat-wm svg { width: 170px; height: 170px; }
.feat-ic {
  position: relative; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%;
  background: var(--paper); color: var(--char); box-shadow: 0 0 0 1px var(--sand); margin-bottom: 26px;
}
.feat-card--blush .feat-ic { box-shadow: none; }
.feat-card--dark .feat-ic { background: var(--blush); box-shadow: none; }
.feat-ic svg { width: 24px; height: 24px; }
.feat-idx { position: relative; display: block; font-family: var(--f-display); color: var(--coral); font-size: 1rem; margin-bottom: 6px; }
.feat-card h3 { position: relative; font-size: clamp(1.2rem, 1.8vw, 1.45rem); line-height: 1.5; margin-bottom: 14px; }
.feat-card p { position: relative; color: var(--muted); font-size: .98rem; line-height: 1.85; }
.feat-card--dark .feat-ic { color: var(--coral-deep); }
.feat-card--blush .feat-ic, .feat-ic { color: var(--coral-deep); }

/* ---------- pricing: hairline table ---------- */
.pr { background: var(--cream); border-top: 1px solid var(--sand); }
.pr-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.pr-table { width: 100%; border-collapse: collapse; font-size: 1rem; }
.pr-table th, .pr-table td { padding: 18px 16px; border-bottom: 1px solid var(--sand); text-align: center; vertical-align: middle; }
.pr-table thead th {
  font-family: var(--f-display); font-weight: 700; font-size: clamp(1.15rem, 2.2vw, 1.6rem);
  color: var(--char-ink); padding-bottom: 22px; border-bottom: 1px solid var(--char);
}
.pr-table thead .pr-col-feat { text-align: left; font-family: var(--f-text); font-size: .85rem; letter-spacing: .08em; color: var(--muted); vertical-align: bottom; }
.pr-table tbody th { text-align: left; font-weight: 400; color: var(--ink); line-height: 1.5; }
.pr-table .pr-col-prem { background: rgba(229, 88, 66, .07); }
.pr-table thead .pr-col-prem { border-radius: 20px 20px 0 0; }
.pr-yes, .pr-no { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; }
.pr-yes { color: var(--coral-deep); background: var(--blush); }
.pr-no { color: #A89D99; border: 1px solid var(--sand); }
.pr-yes svg, .pr-no svg { width: 17px; height: 17px; }
.pr-table tfoot th { text-align: left; font-family: var(--f-display); font-weight: 700; font-size: 1.4rem; color: var(--char-ink); border-bottom: 0; }
.pr-table tfoot td { border-bottom: 0; padding-top: 26px; padding-bottom: 26px; }
.pr-table tfoot .pr-col-prem { border-radius: 0 0 20px 20px; }
.pr-amount { display: block; font-family: var(--f-display); font-size: clamp(1.6rem, 3vw, 2.3rem); color: var(--char-ink); line-height: 1.1; margin-bottom: 6px; }
.pr-terms { display: block; font-size: .82rem; color: var(--muted); line-height: 1.45; }
.pr-cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 44px; }
.pr-note { max-width: 720px; margin: 28px auto 0; text-align: center; font-size: .82rem; color: var(--muted); line-height: 1.6; }

/* ---------- installation: diagonal ladder ---------- */
.stp { background: var(--cream-2); }
.blob--stp { width: 560px; height: 520px; left: -220px; bottom: -220px; opacity: .45; }
.stp-ladder { list-style: none; margin: 0; padding: 0; counter-reset: stp; }
.stp-ladder li {
  --step: 0;
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 24px; align-items: start;
  width: min(100%, 600px);
  margin-left: calc(var(--step) * (100% - 600px) / 4);
  margin-bottom: 18px;
  background: var(--paper); border: 1px solid var(--sand); border-radius: var(--r);
  padding: 28px 32px;
  box-shadow: var(--shadow-soft);
}
.stp-ladder li:nth-child(2) { --step: 1; }
.stp-ladder li:nth-child(3) { --step: 2; }
.stp-ladder li:nth-child(4) { --step: 3; }
.stp-ladder li:nth-child(5) { --step: 4; }
.stp-ladder li:nth-child(6) { --step: 4; }
.stp-wm { position: absolute; right: -20px; bottom: -28px; color: var(--coral); opacity: .07; }
.stp-wm svg { width: 150px; height: 150px; }
.stp-circle {
  position: relative; display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%;
  background: var(--char); color: var(--coral-hi); box-shadow: 0 0 0 6px var(--blush-soft);
}
.stp-circle svg { width: 26px; height: 26px; }
.stp-body { position: relative; }
.stp-n { display: block; font-family: var(--f-display); color: var(--coral); font-size: 1rem; margin-bottom: 2px; }
.stp-body h3 { font-size: clamp(1.15rem, 1.8vw, 1.35rem); line-height: 1.5; margin-bottom: 10px; }
.stp-body p { color: var(--muted); font-size: .98rem; line-height: 1.85; }

/* ---------- reviews: bento ---------- */
.rev { background: var(--cream); }
.rev-bento {
  display: grid; gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-areas:
    "s s a a"
    "s s b c"
    "d d e e";
}
.rev-tile--summary { grid-area: s; }
.rev-card--a { grid-area: a; }
.rev-card--b { grid-area: b; }
.rev-card--c { grid-area: c; }
.rev-card--d { grid-area: d; }
.rev-card--e { grid-area: e; }
.rev-tile, .rev-card { position: relative; overflow: hidden; border-radius: var(--r); padding: clamp(26px, 3vw, 40px); }
.rev-tile--summary { background: var(--char); color: var(--cream); display: flex; flex-direction: column; justify-content: space-between; gap: 28px; }
.rev-tile--summary .sh-head { position: relative; margin-bottom: 0; }
.rev-tile--summary .sh { color: var(--cream); }
.rev-tile--summary .sh-sub { color: rgba(250, 246, 243, .78); }
.rev-tile--summary .rev-wm { color: var(--coral-hi); opacity: .1; right: -40px; bottom: -40px; top: auto; }
.rev-tile--summary .rev-wm svg { width: 260px; height: 260px; }
.rev-themes { position: relative; list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.rev-themes li {
  display: inline-flex; align-items: center; gap: 8px; font-size: .88rem; font-weight: 500;
  padding: 8px 14px; border-radius: 999px; background: rgba(246, 217, 210, .16); color: var(--blush);
  border: 1px solid rgba(246, 217, 210, .3);
}
.rev-themes svg { width: 16px; height: 16px; }
.rev-link { position: relative; margin: 0; }
.rev-link a { display: inline-flex; align-items: center; gap: 8px; color: var(--blush); font-weight: 600; }
.rev-link a:hover { color: #fff; }
.rev-link svg { width: 16px; height: 16px; }
.rev-card { background: var(--paper); border: 1px solid var(--sand); display: flex; flex-direction: column; gap: 16px; }
.rev-card--d { background: var(--blush-soft); border-color: transparent; }
.rev-card--a { background: var(--cream-2); border-color: transparent; }
.rev-wm { position: absolute; right: -22px; top: -22px; color: var(--coral); opacity: .07; }
.rev-wm svg { width: 150px; height: 150px; }
.rev-ic { position: relative; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--blush); color: var(--coral-deep); }
.rev-ic svg { width: 19px; height: 19px; }
.rev-stars { position: relative; display: flex; gap: 3px; color: var(--coral); }
.rev-stars svg { width: 16px; height: 16px; }
.rev-quote { position: relative; font-family: var(--f-display); font-weight: 500; font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.75; color: var(--char-ink); flex: 1; }
.rev-who { position: relative; font-size: .88rem; color: var(--muted); font-weight: 500; }

/* ---------- FAQ: staggered hairline rows ---------- */
.faq { background: var(--cream); border-top: 1px solid var(--sand); }
.faq .sh-head { max-width: 720px; }
.faq-list { max-width: 1040px; }
.faq-list details { border-top: 1px solid var(--sand); margin-right: clamp(0px, 10vw, 140px); }
.faq-list details:nth-child(even) { margin-left: clamp(0px, 10vw, 140px); margin-right: 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--sand); }
.faq-list summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 26px 0;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-q { display: flex; align-items: baseline; gap: 18px; font-family: var(--f-display); font-weight: 700; font-size: clamp(1.05rem, 1.7vw, 1.3rem); line-height: 1.6; color: var(--char-ink); }
.faq-n { font-size: .95rem; color: var(--coral); min-width: 24px; }
.faq-ic {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  border: 1px solid var(--sand); color: var(--char);
  transition: transform .35s var(--ease), background-color .25s var(--ease), color .25s var(--ease);
}
.faq-ic svg { width: 18px; height: 18px; }
.faq-list summary:hover .faq-ic { background: var(--blush-soft); }
.faq-list details[open] .faq-ic { transform: rotate(45deg); background: var(--char); color: var(--cream); border-color: var(--char); }
.faq-a { padding: 0 64px 30px 42px; color: var(--muted); font-size: 1rem; line-height: 1.9; }

/* ---------- bottom CTA ---------- */
.cta-band { padding-block: 0 var(--band-y); background: var(--cream); }
.cta-inner {
  position: relative; overflow: hidden; text-align: center;
  background: linear-gradient(160deg, #F6E1D9 0%, var(--blush-soft) 60%, #FBF3EF 100%);
  border-radius: var(--r-lg);
  padding: clamp(48px, 8vw, 104px) clamp(20px, 6vw, 96px);
  display: flex; flex-direction: column; align-items: center;
}
.cta-inner > *:not(.blob) { position: relative; z-index: 1; }
.blob--cta-a { width: 380px; height: 340px; left: -140px; top: -120px; background: var(--blush); opacity: .7; }
.blob--cta-b { width: 300px; height: 280px; right: -110px; bottom: -130px; background: var(--coral); opacity: .14 !important; }
.cta-badge {
  display: inline-flex; align-items: center; gap: 12px;
  background: #fff; border-radius: 999px; padding: 12px 22px;
  box-shadow: 0 0 0 3px var(--coral-hi), 0 0 0 9px rgba(229, 88, 66, .16), 0 18px 40px -18px rgba(42, 42, 41, .45);
  text-decoration: none; color: var(--char); font-size: .85rem; font-weight: 600;
  margin-bottom: 36px; transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.cta-badge:hover { transform: translateY(-2px); color: var(--char); box-shadow: 0 0 0 3px var(--coral-hi), 0 0 0 10px rgba(229, 88, 66, .24), 0 22px 44px -18px rgba(42, 42, 41, .5); }
.cta-badge img { height: 24px; width: auto; max-width: 150px; object-fit: contain; }
.cta-inner h2 { font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.4; letter-spacing: .01em; max-width: 14em; margin-bottom: 22px; }
.cta-copy { max-width: 640px; color: #4A3F3C; font-size: 1.05rem; line-height: 1.9; margin-bottom: 34px !important; }
.cta-act { margin-bottom: 36px; }
.cta-disclaimer {
  max-width: 760px; font-size: .8rem; line-height: 1.85; color: var(--muted);
  border-top: 1px solid rgba(42, 42, 41, .15); padding-top: 24px;
}

/* ---------- footer ---------- */
.site-footer { background: var(--cream-2); border-top: 1px solid var(--sand); padding-block: clamp(56px, 7vw, 88px) 36px; font-size: .92rem; color: var(--muted); }
.foot-top { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, .9fr); gap: clamp(32px, 5vw, 72px); padding-bottom: 40px; border-bottom: 1px solid var(--sand); }
.foot-brand img { height: 48px; width: auto; max-width: 220px; object-fit: contain; margin-bottom: 20px; }
.foot-brand p { max-width: 26em; line-height: 1.85; }
.foot-nav ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; }
.foot-nav a { color: var(--char-ink); text-decoration: none; }
.foot-nav a:hover { color: var(--coral); text-decoration: underline; }
.foot-id p { margin-bottom: 8px; line-height: 1.55; }
.foot-id-name { font-family: var(--f-display); font-weight: 700; font-size: 1.15rem; color: var(--char-ink); }
.foot-id a { color: var(--char); }
.foot-bottom { padding-top: 28px; display: grid; gap: 10px; font-size: .8rem; line-height: 1.85; }
.foot-bottom strong { color: var(--char-ink); font-weight: 700; margin-right: .5em; }

/* ---------- cookie ---------- */
.cookie {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 40;
  max-width: 560px; margin-inline: auto;
  background: var(--paper); border: 1px solid var(--sand); border-radius: var(--r);
  padding: 20px 22px; box-shadow: 0 24px 60px -24px rgba(42, 42, 41, .45);
  display: flex; flex-direction: column; gap: 14px; font-size: .88rem;
}
.cookie[hidden] { display: none; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie .btn { padding: 10px 20px; font-size: .88rem; }

/* ---------- subpages (about / contact / legal) ---------- */
.page-head { background: var(--cream-2); padding-block: clamp(56px, 8vw, 104px); border-bottom: 1px solid var(--sand); position: relative; overflow: hidden; }
.page-head h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); line-height: 1.25; margin-bottom: 14px; }
.page-head p { color: var(--muted); max-width: 60ch; font-size: 1.08rem; }
.prose { max-width: 760px; margin-inline: auto; padding-block: clamp(48px, 7vw, 88px); }
.prose h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); line-height: 1.35; margin: 1.8em 0 .6em; }
.prose h2:first-child { margin-top: 0; }
.prose ul, .prose ol { padding-left: 1.2em; margin: 0 0 1.2em; }
.prose li { margin-bottom: .5em; }
.prose li::marker { color: var(--coral); }
.info-card { background: var(--paper); border: 1px solid var(--sand); border-radius: var(--r); padding: clamp(24px, 3.5vw, 36px); margin: 1.6em 0; }
.info-card h2 { margin-top: 0; font-size: 1.5rem; }
.info-card svg { width: 17px; height: 17px; vertical-align: -3px; color: var(--coral); margin-right: 4px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.field label { font-weight: 600; font-size: .92rem; color: var(--char-ink); }
.field input, .field textarea {
  font: inherit; color: var(--ink); background: var(--paper);
  border: 1px solid var(--sand); border-radius: var(--r-sm); padding: 12px 14px; width: 100%;
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--coral); box-shadow: 0 0 0 3px rgba(219, 90, 70, .18); }
#formStatus { margin-top: 14px; color: var(--char); font-weight: 500; }
.page-updated { margin-top: 18px; font-size: .9rem; color: var(--muted); }
.prose h3 { font-size: 1.15rem; line-height: 1.5; margin: 1.4em 0 .4em; }
.co-table { width: 100%; border-collapse: collapse; margin: 1.2em 0 1.6em; background: var(--paper); border: 1px solid var(--sand); }
.co-table th, .co-table td { text-align: left; vertical-align: top; padding: 14px 18px; border-bottom: 1px solid var(--sand); line-height: 1.7; overflow-wrap: anywhere; }
.co-table th { width: 30%; font-weight: 700; color: var(--char-ink); background: var(--cream-2); white-space: nowrap; }
.contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 0 0 2em; }
.contact-grid .info-card { margin: 0; padding: 24px; }
.contact-grid h3 { font-family: var(--f-display); font-size: 1.1rem; margin: 10px 0 6px; }
.contact-grid p { margin: 0; overflow-wrap: anywhere; line-height: 1.7; }
.contact-grid .info-card svg { width: 26px; height: 26px; margin: 0; }
@media (max-width: 760px) {
  .contact-grid { grid-template-columns: minmax(0, 1fr); }
  .co-table th, .co-table td { display: block; width: 100%; white-space: normal; }
  .co-table th { border-bottom: 0; padding-bottom: 6px; }
}

/* ---------- reveal ---------- */
/* ---------- article lists & sub-feature grid ---------- */
.art-list { list-style: none; margin: 0 0 1.4em; padding: 0; display: grid; gap: 10px; }
.art-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 1.02rem; line-height: 1.75; break-inside: avoid; }
.art-list li::before {
  content: ""; flex-shrink: 0; width: 22px; height: 22px; margin-top: 4px; border-radius: 50%;
  background: var(--blush) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C04A37' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center / 12px no-repeat;
}
.art-list--chips { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.art-list--chips li { background: var(--paper); border: 1px solid var(--sand); border-radius: var(--r-sm); padding: 14px 16px; }
.art-sec--sand .art-list li { background: var(--paper); border-radius: var(--r-sm); padding: 12px 14px; }
.art-sec--cols2 .art-list, .art-sec--cols3 .art-list { break-inside: avoid; }
.art-feats { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; margin-top: 8px; }
.art-feat { grid-column: span 2; position: relative; overflow: hidden; background: var(--paper); border: 1px solid var(--sand); border-radius: var(--r); padding: 28px 26px; }
.art-feat:nth-child(4), .art-feat:nth-child(5) { grid-column: span 3; }
.art-feat:nth-child(2) { background: var(--char); border-color: transparent; }
.art-feat:nth-child(2) h3, .art-feat:nth-child(2) p { color: var(--cream); }
.art-feat:nth-child(5) { background: var(--blush-soft); border-color: transparent; }
.art-feat h3 { position: relative; font-size: 1.2rem; line-height: 1.5; margin: 16px 0 10px; }
.art-feat p { position: relative; font-size: .98rem !important; line-height: 1.85 !important; color: var(--muted); }
.art-feat .dot-ic { position: relative; width: 44px; height: 44px; }
.art-feat .dot-ic svg { width: 21px; height: 21px; }
.art-feat-wm { position: absolute; right: -22px; bottom: -26px; color: var(--coral); opacity: .08; }
.art-feat:nth-child(2) .art-feat-wm { color: var(--coral-hi); opacity: .16; }
.art-feat-wm svg { width: 130px; height: 130px; }

.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1100px) {
  .art-sec--cols3 .measure { columns: 2; }
  .rev-bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "s s" "a a" "b c" "d d" "e e";
  }
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .hero-copy { padding: 56px var(--gutter) 40px; }
  .hero h1 { max-width: 18ch; }
  .hero-panel { height: clamp(280px, 62vw, 520px); margin: 0 var(--gutter) 8px; border-radius: var(--r) var(--r) var(--r) clamp(80px, 18vw, 140px); }
  .blob--hero-b { display: none; }

  .art-sec--cols2 { columns: 1; column-rule: none; }
  .art-feats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .art-feat, .art-feat:nth-child(4), .art-feat:nth-child(5) { grid-column: span 1; }
  .art-feat:nth-child(5) { grid-column: 1 / -1; }
  .tst-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tst-card--wide { grid-column: span 2; }
  .stp-ladder li { width: 100%; margin-left: 0; }
  .stp-ladder li:nth-child(n) { padding-left: calc(28px + var(--step) * 6px); }
  .foot-top { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .foot-brand { grid-column: 1 / -1; }
  .faq-list details, .faq-list details:nth-child(even) { margin-left: 0; margin-right: 0; }
  .faq-list details:nth-child(even) summary { padding-left: 20px; }
  .faq-list details:nth-child(even) .faq-a { padding-left: 62px; }
}

@media (max-width: 680px) {
  body { font-size: 1rem; }
  .header-inner { padding-block: 10px; }
  .brand img { height: 40px; }
  .site-header .btn { padding: 10px 16px; font-size: .85rem; }
  .site-header .btn svg { display: none; }
  .hero h1 { font-size: clamp(1.8rem, 7.8vw, 2.3rem); }
  .art-feats, .art-list--chips { grid-template-columns: minmax(0, 1fr); }
  .art-feat:nth-child(5) { grid-column: auto; }
  .btn-lg { width: 100%; font-size: .95rem; padding-inline: 18px; }
  .hero-act { align-items: stretch; }

  .art-toc ol, .art-summary-list { grid-template-columns: minmax(0, 1fr); }
  .art-sec p { font-size: 1.05rem; }
  .art-sec--cols3 .measure { columns: 1; column-rule: none; }
  .art-figure img { aspect-ratio: 4 / 3; border-radius: var(--r); }
  .art-sec--offer h2 { flex-direction: column; gap: 12px; }

  .tst-grid { grid-template-columns: minmax(0, 1fr); }
  .tst-card--wide { grid-column: auto; }
  .feat-masonry { columns: 1; }

  .stp-ladder li { grid-template-columns: minmax(0, 1fr); gap: 16px; padding: 24px 22px; }
  .stp-ladder li:nth-child(n) { padding-left: 22px; }
  .stp-circle { width: 52px; height: 52px; }
  .stp-circle svg { width: 22px; height: 22px; }

  .rev-bento { grid-template-columns: minmax(0, 1fr); grid-template-areas: "s" "a" "b" "c" "d" "e"; }

  .pr-table th, .pr-table td { padding: 14px 8px; font-size: .88rem; }
  .pr-table thead .pr-col-feat { font-size: .68rem; }
  .pr-terms { font-size: .72rem; }
  .pr-cta .btn { width: 100%; font-size: .9rem; padding-inline: 18px; }

  .faq-q { gap: 12px; }
  .faq-list details:nth-child(even) summary { padding-left: 0; }
  .faq-a, .faq-list details:nth-child(even) .faq-a { padding: 0 0 26px 0; }
  .faq-ic { width: 38px; height: 38px; }

  .cta-inner { border-radius: var(--r); }
  .cta-badge { padding: 10px 16px; gap: 10px; }
  .cta-badge img { height: 22px; }
  .cta-badge span { font-size: .78rem; }

  .foot-top { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 380px) {
  .brand img { max-width: 44vw; height: 34px; }
  .pr-table th, .pr-table td { padding: 12px 5px; }
  .pr-yes, .pr-no { width: 26px; height: 26px; }
  .foot-nav ul { grid-template-columns: minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .js .reveal { opacity: 1; transform: none; }
  .btn:hover svg, .btn-accent:hover, .cta-badge:hover { transform: none; }
}


/* ---------- real Chrome Web Store rating (reviews section) ---------- */
.cws-rating{display:flex;flex-wrap:wrap;align-items:center;gap:14px 22px;margin:18px 0 6px;padding:18px 20px;border:1px solid #e6d9d2;border-radius:16px;background:rgba(255,255,255,.55);color:#2A2A29}
.cws-score{display:flex;align-items:baseline;gap:6px;line-height:1}
.cws-num{font-size:clamp(2.4rem,1.8rem + 2vw,3.2rem);font-weight:800;letter-spacing:-.02em;color:#2A2A29}
.cws-of{font-size:1rem;font-weight:600;color:#534542}
.cws-meta{display:flex;flex-direction:column;gap:3px;min-width:0}
.cws-stars{position:relative;display:inline-block;align-self:flex-start;width:max-content;font-size:1.25rem;line-height:1;letter-spacing:2px;white-space:nowrap}
.cws-stars-base{color:#e6d9d2}
.cws-stars-fill{position:absolute;inset:0 auto 0 0;width:66%;overflow:hidden;color:#DB5A46}
.cws-count{font-size:.95rem;font-weight:700;color:#2A2A29}
.cws-src{font-size:.8rem;color:#534542}
.cws-btn{margin-left:auto}
@media (max-width:640px){.cws-btn{margin-left:0;width:100%;justify-content:center;text-align:center}}
