/* ── home.css — index page only ──────────────────────────────────────────── */

.wh-section     { padding: 96px 0; }
.wh-section-alt { background: var(--color-surface-alt); }
.wh-section-dark{ background: var(--color-hero-bg); color: var(--color-hero-text); }

.eyebrow {
  font-family: var(--font-heading, 'Syne', sans-serif); font-weight: 700; font-size: 13px;
  letter-spacing: .16em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 10px;
}
.sec-head { max-width: 620px; }
.sec-head h2 { font-family: var(--font-heading, 'Syne', sans-serif); font-size: clamp(30px,3.8vw,46px); font-weight: 800; letter-spacing: -.02em; margin-top: 18px; line-height: 1.05; color: var(--color-text); }
.sec-head p  { margin-top: 16px; color: var(--color-text-muted); font-size: 18px; }
.wh-section-dark .sec-head h2 { color: var(--color-hero-text); }
.wh-section-dark .sec-head p  { color: var(--color-hero-text); opacity: .9; }

/* ── Hero ──────────────────────────────────────────────────────────────────── */
.wh-hero { position: relative; background: var(--color-hero-bg); color: var(--color-hero-text); overflow: clip; padding: 0; }
.wh-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(120% 90% at 85% -10%, rgba(255,184,28,.12), transparent 55%);
}
.wh-hero-in {
  position: relative; display: grid; grid-template-columns: 1.15fr .85fr;
  gap: 54px; align-items: center; padding: 64px 0 86px 20px;
}
.wh-hero-in > * { min-width: 0; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 15px 8px 11px; border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px; color: var(--color-hero-text); opacity: .75;
  font-family: var(--font-heading, 'Syne', sans-serif); font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
}
h1.hero-h { font-family: var(--font-heading, 'Syne', sans-serif); font-weight: 800; font-size: clamp(38px,5.6vw,66px); margin: 24px 0 0; letter-spacing: -.02em; line-height: 1.02; color: var(--color-hero-text); }
h1.hero-h .em { color: color-mix(in srgb, var(--color-btn-bg) 30%, var(--color-hero-text) 70%); }
.hero-sub    { margin-top: 22px; font-size: 19px; color: var(--color-hero-text); opacity: .9; max-width: 33ch; }
.hero-actions{ display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.hero-trust  { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 28px; color: var(--color-hero-text); opacity: .9; font-size: 14px; font-weight: 500; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust b    { color: var(--color-hero-text); font-weight: 700; opacity: 1; }
.dotsep { width: 5px; height: 5px; border-radius: 50%; background: var(--color-hero-text); display: inline-block; flex-shrink: 0; }

/* ── Theme overrides (index-specific) ─────────────────────────────────────── */

/* Dark style (s05) */
[data-style="s05"] .site-header      { background: #000 !important; }
[data-style="s05"] .site-footer      { background: #000 !important; }
[data-style="s05"] .nav-logo img     { filter: invert(1) brightness(2); }
[data-style="s05"] .pcard            { background: #000 !important; }
[data-style="s05"] .pcard-bar        { background: #111 !important; border-bottom-color: rgba(255,255,255,.1); }
[data-style="s05"] .inc              { background: #000 !important; border-color: rgba(255,255,255,.12); }
[data-style="s05"] .inc:hover        { background: #111 !important; }
[data-style="s05"] .step             { background: #000; border-radius: 14px; padding: 28px 22px 22px; }
[data-style="s05"] #story,
[data-style="s05"] #honest           { background: #000 !important; }
[data-style="s05"] .wh-faq .ans      { background: #000; padding: 12px 4px 26px; }

/* Bold style (s02) */
[data-style="s02"] h1.hero-h { font-size: clamp(28px,3.8vw,50px); }

/* Warm style (s04) */
[data-style="s04"] h1.hero-h { font-size: clamp(30px,4vw,49px) !important; }

/* Tech style (s03) — story/founder (light card inversion) */
[data-style="s03"] .founder-body h2,
[data-style="s03"] .founder-body .pull { color: #0F172A; }
[data-style="s03"] .founder-body p     { color: #334155; }
[data-style="s03"] .founder-body .pull { border-left-color: #06B6D4; }
[data-style="s03"] .founder-card       { background: #E2E8F0; }
[data-style="s03"] .founder-card h3,
[data-style="s03"] .founder-card p,
[data-style="s03"] .founder-card .sig,
[data-style="s03"] .founder-card .role { color: #0F172A; opacity: 1; }
[data-style="s03"] .founder-card .avatar { background: #CBD5E1; color: #06B6D4; }
[data-style="s03"] .sec-eyebrow        { color: #06B6D4; }
[data-style="s03"] .founder-body .eyebrow { color: #0F172A !important; }

/* Tech style (s03) — pcard dark invert */
[data-style="s03"] .pcard             { background: #0F172A; }
[data-style="s03"] .pcard-bar         { background: #1E293B; border-bottom-color: rgba(255,255,255,.1); }
[data-style="s03"] .pcard-bar .url    { color: #94A3B8; }
[data-style="s03"] .pcard-tag         { color: #06B6D4; background: rgba(6,182,212,.12); }
[data-style="s03"] .pcard .price .cur,
[data-style="s03"] .pcard .price .num,
[data-style="s03"] .pcard .price .per,
[data-style="s03"] .pcard .setup,
[data-style="s03"] .pcard .setup b,
[data-style="s03"] .pcard-list li,
[data-style="s03"] .pcard-foot        { color: #F8FAFC; }
[data-style="s03"] .pcard-list        { border-top-color: rgba(255,255,255,.12); }
[data-style="s03"] .pcard hr          { border-color: rgba(255,255,255,.12); }

/* ── Pricing card ──────────────────────────────────────────────────────────── */
.pcard {
  background: var(--color-surface); color: var(--color-text); border-radius: 22px;
  box-shadow: 0 30px 60px -25px rgba(0,0,0,.3); overflow: hidden; transform: rotate(.6deg);
}
.pcard-bar     { display: flex; align-items: center; gap: 8px; padding: 13px 16px; background: var(--color-surface-alt); border-bottom: 1px solid var(--color-border); }
.pcard-bar i   { width: 10px; height: 10px; border-radius: 50%; background: var(--color-border); display: block; }
.pcard-bar .url{ margin-left: 8px; font-size: 13px; color: var(--color-text-muted); display: flex; align-items: center; gap: 6px; }
.pcard-body    { padding: 28px 28px 30px; }
.pcard-tag     { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-heading, 'Syne', sans-serif); font-weight: 700; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--color-primary); background: var(--color-surface-alt); padding: 6px 12px; border-radius: 999px; }
.pcard .price  { display: flex; align-items: flex-end; gap: 6px; margin: 18px 0 4px; }
.pcard .price .cur { font-family: var(--font-heading, 'Syne', sans-serif); font-weight: 700; font-size: 30px; line-height: 1; margin-bottom: 6px; color: var(--color-text); }
.pcard .price .num { font-family: var(--font-heading, 'Syne', sans-serif); font-weight: 800; font-size: 74px; line-height: .85; letter-spacing: -.03em; color: var(--color-text); }
.pcard .price .per { color: var(--color-text-muted); font-weight: 600; margin-bottom: 8px; }
.pcard .setup      { color: var(--color-text-muted); font-size: 15px; margin-bottom: 4px; }
.pcard .setup b    { color: var(--color-text); font-weight: 700; }
.pcard .compare    { font-size: 14px; color: var(--color-text-muted); margin-top: 2px; }
.pcard-list        { list-style: none; margin: 20px 0 24px; padding: 18px 0 0; border-top: 1px solid var(--color-border); display: grid; gap: 13px; }
.pcard-list li     { display: flex; gap: 12px; font-size: 15.5px; font-weight: 500; align-items: flex-start; color: var(--color-text); }
.pcard .btn        { width: 100%; justify-content: center; }
.pcard-foot        { text-align: center; margin-top: 12px; font-size: 13px; color: var(--color-text-muted); }

/* ── Founder / Story ───────────────────────────────────────────────────────── */
.founder-in { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.founder-card { position: relative; background: var(--color-primary); border-radius: 24px; padding: 38px 32px; color: var(--color-hero-text); overflow: hidden; box-shadow: 0 30px 60px -25px rgba(0,0,0,.35); }
.founder-card .avatar  { width: 96px; height: 96px; border-radius: 50%; background: var(--color-primary-light); display: flex; align-items: center; justify-content: center; border: 2px solid rgba(255,255,255,.15); font-family: var(--font-heading, 'Syne', sans-serif); font-weight: 800; font-size: 28px; color: color-mix(in srgb, var(--color-btn-bg) 30%, var(--color-hero-text) 70%); letter-spacing: -.02em; }
.founder-card h3   { font-family: var(--font-heading, 'Syne', sans-serif); font-size: 24px; color: var(--color-hero-text); margin: 22px 0 4px; }
.founder-card .role{ color: var(--color-hero-text); opacity: .9; font-size: 14px; font-weight: 500; }
.founder-card p    { margin-top: 18px; color: var(--color-hero-text); opacity: .9; font-size: 15.5px; }
.founder-card .sig { margin-top: 24px; font-family: var(--font-heading, 'Syne', sans-serif); font-weight: 700; font-size: 15px; color: color-mix(in srgb, var(--color-btn-bg) 30%, var(--color-hero-text) 70%); opacity: 1; }
.founder-body h2   { font-family: var(--font-heading, 'Syne', sans-serif); font-size: clamp(28px,3.6vw,44px); font-weight: 800; letter-spacing: -.02em; line-height: 1.05; color: var(--color-text); }
.founder-body p    { margin-top: 18px; color: var(--color-text-muted); font-size: 18px; }
.founder-body .pull{ margin-top: 26px; font-family: var(--font-heading, 'Syne', sans-serif); font-weight: 700; font-size: 21px; color: var(--color-text); line-height: 1.3; border-left: 3px solid var(--color-primary); padding-left: 20px; }

/* ── Included grid ─────────────────────────────────────────────────────────── */
.grid3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 54px; }
.inc   { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); padding: 26px; transition: .18s; }
.inc:hover { border-color: var(--color-btn-bg); background: rgba(255,255,255,.11); }
.inc .ic   { width: 42px; height: 42px; border-radius: 11px; background: rgba(255,255,255,.14); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.inc .ic svg { width: 22px; height: 22px; stroke: var(--color-btn-bg); fill: none; stroke-width: 1.8; }
.inc h3    { font-family: var(--font-heading, 'Syne', sans-serif); font-size: 19px; color: var(--color-hero-text); }
.inc p     { margin-top: 8px; color: var(--color-hero-text); opacity: .9; font-size: 15px; }

/* ── How it works ──────────────────────────────────────────────────────────── */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 54px; }
.step  { position: relative; padding-top: 34px; }
.step .no  { font-family: var(--font-heading, 'Syne', sans-serif); font-weight: 800; font-size: 64px; color: var(--ac, var(--color-primary)); line-height: .8; opacity: .35; position: absolute; top: -8px; left: 0; }
.step h3   { font-family: var(--font-heading, 'Syne', sans-serif); font-size: 22px; font-weight: 700; position: relative; color: var(--color-text); }
.step p    { margin-top: 12px; color: var(--color-text-muted); font-size: 16px; }
.step .tline { height: 2px; background: linear-gradient(90deg, var(--ac, var(--color-primary)), transparent); margin: 20px 0 0; border-radius: 2px; }

/* ── Honest talk ───────────────────────────────────────────────────────────── */
.honest-in { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; }
.qa        { display: grid; gap: 26px; }
.qa .q     { font-family: var(--font-heading, 'Syne', sans-serif); font-weight: 700; font-size: 20px; color: var(--color-hero-text); display: flex; gap: 12px; align-items: baseline; }
.qa .a     { margin-top: 8px; color: var(--color-hero-text); opacity: .9; font-size: 16.5px; padding-left: 28px; }

/* ── FAQ ───────────────────────────────────────────────────────────────────── */
.wh-faq { margin-top: 48px; border-top: 1px solid var(--color-border); }
.wh-faq details { border-bottom: 1px solid var(--color-border); }
.wh-faq summary {
  list-style: none; cursor: pointer; padding: 24px 4px;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  font-family: var(--font-heading, 'Syne', sans-serif); font-weight: 700; font-size: 20px; color: var(--color-text);
}
.wh-faq summary::-webkit-details-marker { display: none; }
.wh-faq summary .pm { flex: 0 0 auto; width: 26px; height: 26px; position: relative; }
.wh-faq summary .pm::before,
.wh-faq summary .pm::after { content: ""; position: absolute; background: var(--ac, var(--color-primary)); border-radius: 2px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.wh-faq summary .pm::before { width: 15px; height: 2.5px; }
.wh-faq summary .pm::after  { width: 2.5px; height: 15px; transition: .2s; }
.wh-faq details[open] summary .pm::after { transform: translate(-50%,-50%) scaleY(0); }
.wh-faq .ans { padding: 0 4px 26px; color: var(--color-text-muted); font-size: 16.5px; max-width: 78ch; }

/* ── Contact ───────────────────────────────────────────────────────────────── */
#contact { background: var(--color-hero-bg) !important; color: var(--color-hero-text) !important; padding: 96px 0; }
#contact .ct-wrap     { max-width: 640px; margin: 0 auto; text-align: center; }
#contact .ct-eyebrow  { font-family:var(--font-heading, 'Syne', sans-serif); font-weight:700; font-size:12px; letter-spacing:.16em; text-transform:uppercase; display:inline-flex; align-items:center; gap:9px; color:color-mix(in srgb, var(--color-btn-bg) 30%, var(--color-hero-text) 70%); margin-bottom:20px; }
#contact .ct-h2       { font-family:var(--font-heading, 'Syne', sans-serif); font-size:clamp(32px,4.2vw,50px); font-weight:800; letter-spacing:-.025em; line-height:1.05; color:var(--color-hero-text); margin:0 0 14px; }
#contact .ct-sub      { color:var(--color-hero-text); opacity:.7; font-size:18px; margin:0 0 36px; }
#contact .ct-chips    { display:flex; justify-content:center; gap:12px; flex-wrap:wrap; margin-bottom:44px; }
#contact .ct-chip     { display:inline-flex; align-items:center; gap:8px; padding:11px 20px; border-radius:999px; border:1px solid rgba(255,255,255,.2); background:rgba(255,255,255,.07); color:var(--color-hero-text); font-size:14px; font-weight:600; text-decoration:none; }
#contact .ct-card     { background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.14); border-radius:20px; padding:40px 44px; text-align:left; }
#contact .ct-card h3  { font-family:var(--font-heading, 'Syne', sans-serif); font-size:17px; font-weight:700; color:var(--color-hero-text); margin:0 0 24px; }
#contact .ct-field    { width:100%; padding:13px 16px; border:1.5px solid rgba(255,255,255,.18); border-radius:10px; background:rgba(255,255,255,.08); color:var(--color-hero-text); font-size:15px; font-family:inherit; outline:none; box-sizing:border-box; }
#contact .ct-field:focus { border-color:var(--color-btn-bg); background:rgba(255,255,255,.13); }
#contact .ct-field::placeholder { color:rgba(255,255,255,.38); }
#contact textarea.ct-field { resize:vertical; min-height:120px; display:block; }
#contact .ct-row      { display:grid; gap:12px; margin-bottom:12px; }
#contact .ct-row.two  { grid-template-columns:1fr 1fr; }
#contact .ct-btn      { width:100%; margin-top:4px; padding:14px; font-size:16px; font-weight:700; justify-content:center; }

/* ── Reviews ───────────────────────────────────────────────────────────────── */
.reviews-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:54px; }
.review-card  { background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.2); border-radius:var(--radius-lg); padding:32px 28px 26px; display:flex; flex-direction:column; }
.review-stars { color:color-mix(in srgb, var(--color-btn-bg) 30%, var(--color-hero-text) 70%); font-size:18px; letter-spacing:4px; margin-bottom:18px; }
.review-text  { font-size:16px; color:#fff; line-height:1.8; flex:1; }
.review-author{ margin-top:22px; padding-top:18px; border-top:1px solid rgba(255,255,255,.2); }
.review-name  { font-weight:700; font-size:.95rem; color:#fff; }
.review-biz   { font-size:.82rem; color:rgba(255,255,255,.7); margin-top:4px; }

/* ── Colours & Styles section ──────────────────────────────────────────────── */
/* Static showcase grid — 6 hand-picked colour+style pairings (see index.php),
   replacing the old single live-updating preview + picker bar. Each card
   sets its own colours/font/radius via inline styles computed in index.php
   from theme metadata, so these rules stay theme-agnostic. */
.ts-gallery      { display:grid; grid-template-columns:repeat(3,1fr); gap:48px 26px; margin-top:56px; max-width:900px; margin-left:auto; margin-right:auto; }
.ts-gallery-card { position:relative; border-radius:12px; overflow:hidden; box-shadow:0 10px 28px rgba(0,0,0,.16); border:1px solid rgba(0,0,0,.08); transition:transform .25s ease, box-shadow .25s ease; }

/* Scattered "spread out on a table" tilt — desktop only, tasteful and
   small (max ~5deg / 6px) so it reads as a deliberate collage rather than
   broken alignment. Hand-picked per card rather than random so the layout
   is stable and reviewable, not different on every page load. Straightens
   and lifts on hover; on touch this just never triggers, which is fine —
   the tilt itself is the point, the hover is a small bonus for mouse users. */
@media (min-width:701px) {
  .ts-gallery-card:nth-child(1) { transform:rotate(-3deg) translateY(4px); }
  .ts-gallery-card:nth-child(2) { transform:rotate(2deg)  translateY(-6px); }
  .ts-gallery-card:nth-child(3) { transform:rotate(-5deg) translateY(2px); }
  .ts-gallery-card:nth-child(4) { transform:rotate(4deg)  translateY(-3px); }
  .ts-gallery-card:nth-child(5) { transform:rotate(2deg)  translateY(6px); }
  .ts-gallery-card:nth-child(6) { transform:rotate(-4deg) translateY(-5px); }
  .ts-gallery-card:hover { transform:rotate(0deg) translateY(-4px) scale(1.04); box-shadow:0 18px 40px rgba(0,0,0,.22); position:relative; z-index:5; }
}
@media (prefers-reduced-motion: reduce) {
  .ts-gallery-card { transition:none; }
}
/* Translucent overlay bar rather than a fixed light-grey strip — every card
   background is now theme-dark (see index.php), so a solid #E8E8E8 bar
   would sit oddly on top of it; a white-on-dark overlay works on any of them. */
.ts-gallery-bar  { background:rgba(255,255,255,.08); padding:7px 10px; display:flex; align-items:center; gap:5px; }
.ts-gallery-bar i{ width:6px; height:6px; border-radius:50%; background:rgba(255,255,255,.3); display:inline-block; flex-shrink:0; }
.ts-gallery-body { padding:20px 18px 22px; }
.ts-gallery-tag  { display:inline-block; font-size:8.5px; font-weight:700; letter-spacing:.05em; text-transform:uppercase; padding:3px 8px; border-radius:20px; margin-bottom:16px; }
/* The main showcase element — big enough that each style's real heading
   font (serif / monospace / condensed / geometric) actually reads as
   different from the next card, not just a size/colour variation. */
.ts-gallery-h    { font-size:30px; font-weight:700; line-height:1.05; margin-bottom:14px; letter-spacing:-.01em; }
.ts-gallery-price{ font-size:15px; font-weight:700; line-height:1; }
.ts-gallery-price span { font-size:11px; font-weight:500; margin-left:2px; }
.ts-gallery-list { list-style:none; margin:14px 0 0; padding:0; }
.ts-gallery-list li { font-size:10.5px; padding:3px 0 3px 12px; border-left:2px solid; }

/* ── Per-style structural variants (see index.php for which style gets which) ── */
/* Outline badge (Elegant, Dark) — a filled pill reads louder/busier than
   either of those two quiet styles calls for. */
.ts-gallery-tag--outline { background:transparent !important; border:1px solid; }

/* Elegant — centred, generous whitespace, a hairline rule standing in for
   the "quiet luxury" the style's own description promises. */
.ts-gallery-card--s01 .ts-gallery-body { text-align:center; padding-top:26px; padding-bottom:26px; }
.ts-gallery-card--s01 .ts-gallery-tag  { letter-spacing:.14em; }
.ts-gallery-h--center   { text-align:center; }
.ts-gallery-rule        { width:32px; height:1px; margin:0 auto 16px; opacity:.6; }
.ts-gallery-price--center { text-align:center; }
.ts-gallery-list--center  { display:inline-flex; flex-direction:column; align-items:flex-start; margin-left:auto; margin-right:auto; }

/* Bold — a full-bleed accent bar down the left edge and an oversized,
   all-caps price; stark and loud rather than tidy. */
.ts-gallery-bold-bar    { position:absolute; top:0; left:0; bottom:0; width:6px; z-index:1; }
.ts-gallery-card--s02 .ts-gallery-body { padding-left:24px; }
.ts-gallery-h--upper    { text-transform:uppercase; letter-spacing:.02em; }
.ts-gallery-price--huge { font-size:34px; font-weight:800; text-transform:uppercase; letter-spacing:-.01em; }
.ts-gallery-price--huge span { text-transform:uppercase; }

/* Tech — terminal-prompt treatment: lowercase heading, "$" price prefix and
   ">" list markers instead of a border, handled inline in index.php; here
   just tightens tracking to read more like monospace command output. */
.ts-gallery-card--s03 .ts-gallery-tag  { letter-spacing:0; }
.ts-gallery-card--s03 .ts-gallery-list li { border-left:none; padding-left:0; }

/* Warm — the price sits in its own soft rounded chip rather than floating
   free, matching the style's "big rounded sections" description. */
.ts-gallery-price-pill { display:inline-block; padding:8px 16px; border-radius:999px; margin-top:2px; }
.ts-gallery-card--s04 .ts-gallery-price { margin:0; }

/* Dark — deliberately the quietest card: outline badge only, no rule, no
   bar, no pill — just type and negative space. */
.ts-gallery-card--s05 .ts-gallery-body { padding-top:24px; padding-bottom:24px; }

.ts-gallery-footer      { text-align:center; margin-top:52px; }
.ts-gallery-footer p    { margin:14px 0 0; font-size:.85rem; color:var(--color-text-muted); }

/* ── Final CTA ─────────────────────────────────────────────────────────────── */
.wh-final     { position: relative; background: var(--color-hero-bg); color: var(--color-hero-text); overflow: hidden; text-align: center; }
.wh-final-in  { position: relative; padding: 110px 0; }
.wh-final h2  { font-family: var(--font-heading, 'Syne', sans-serif); font-size: clamp(34px,5.2vw,62px); font-weight: 800; letter-spacing: -.02em; color: var(--color-hero-text); }
.wh-final h2 .em { color: color-mix(in srgb, var(--color-btn-bg) 30%, var(--color-hero-text) 70%); }
.wh-final p   { margin: 22px auto 0; color: var(--color-hero-text); opacity: .9; font-size: 19px; max-width: 46ch; }
.wh-final .mini  { margin-top: 24px; font-family: var(--font-heading, 'Syne', sans-serif); font-weight: 700; color: color-mix(in srgb, var(--color-btn-bg) 30%, var(--color-hero-text) 70%); letter-spacing: .04em; }

/* ── Strike-through price ──────────────────────────────────────────────────── */
.strike { position: relative; color: var(--color-text-muted); white-space: nowrap; }
.strike::after { content: ""; position: absolute; left: -4%; right: -4%; top: 52%; height: 3px; background: var(--color-btn-bg); transform: rotate(-7deg); border-radius: 2px; }

/* ── Accent-coloured text on dark sections — thin white outline so dark accents
     (e.g. Olive & Grape) stay readable ─────────────────────────────────────── */
h1.hero-h .em,
.founder-card .avatar,
.founder-card .sig,
#contact .ct-eyebrow,
#reviews .eyebrow,
.review-stars,
.wh-final h2 .em,
.wh-final .mini {
  -webkit-text-stroke: .6px rgba(255,255,255,.85);
  paint-order: stroke fill;
}

/* Tech style (s03) founder card is light — no outline needed there */
[data-style="s03"] .founder-card .avatar,
[data-style="s03"] .founder-card .sig {
  -webkit-text-stroke: 0;
}

/* ── Responsive ────────────────────────────────────────────────────────────── */

/* Landscape tablet */
@media (min-width: 1025px) {
  .pcard { position: relative; left: -20px; }
}

@media (max-width: 1024px) {
  .wh-hero-in { grid-template-columns: 1fr; gap: 42px; padding: 44px 20px 64px; }
  .pcard { transform: none; max-width: 480px; margin-right: 20px; position: relative; left: -20px; }
}

/* Tablet */
@media (max-width: 768px) {
  .founder-in, .honest-in { grid-template-columns: 1fr; gap: 32px; }
  .grid3, .steps { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .theme-showcase { grid-template-columns: repeat(2,1fr); }
  .wh-section { padding: 72px 0; }
  .wh-hero-in { padding-left: 20px; padding-right: 20px; align-items: center; }
  .pcard { margin: 0 auto; }
  #contact .ct-row.two { grid-template-columns: 1fr; }
  #contact .ct-card { padding: 28px 22px; }
}

/* Mobile */
@media (max-width: 768px) {
  .ts-layout { grid-template-columns: 1fr; gap: 40px; }
  .ts-gallery { grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 32px; }
}
@media (max-width: 480px) {
  h1.hero-h { font-size: clamp(30px,8vw,38px); }
  .hero-sub { font-size: 16px; max-width: 100%; }
  .wh-hero { margin: 0 10px; border-radius: 14px; }
  .wh-hero-in { padding-left: 10px; padding-right: 10px; }
  .pcard { max-width: 100%; width: 100%; margin: 0 10px; box-sizing: border-box; position: relative; left: -10px; }
  .pcard .price .num { font-size: 54px; }
  .pcard .price .cur { font-size: 24px; }
  .pcard-body { padding: 22px 30px 24px; }
}
