/* ============================================================================
   Home + intent pages. The hero is deep ink with an image behind it; the body
   returns to warm paper. Every image slot paints a designed fallback so the
   page is presentable before the artwork exists, and the artwork simply wins
   once the file is there.
   ========================================================================= */

/* ── Dark hero ──────────────────────────────────────────────────────────── */
.hero{
  position:relative;isolation:isolate;color:#F4EEE7;
  background:#17130F;
  padding-block:clamp(4.5rem,3rem + 7vw,9rem) clamp(4rem,3rem + 5vw,7rem);
  overflow:hidden;
}
.hero-bg{position:absolute;inset:0;z-index:-2;background:
  radial-gradient(70% 60% at 78% 18%,rgba(243,101,37,.30),transparent 62%),
  radial-gradient(50% 50% at 14% 90%,rgba(243,101,37,.10),transparent 60%),
  linear-gradient(180deg,#1C1712 0%,#17130F 100%);}
.hero-bg img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;opacity:0;transition:opacity .9s ease}
@media (max-width:980px){
  .hero-bg img{object-position:72% top}
  /* Phones stack text over the picture, so the scrim runs top to bottom. */
  .hero-scrim{background:linear-gradient(180deg,rgba(23,19,15,.42) 0%,rgba(23,19,15,.80) 38%,rgba(23,19,15,.96) 100%)}
  .hero{padding-block:3.2rem 3rem}
}
.hero-bg img.ok{opacity:1}
/* Scrim: legibility over any image, heavier on the text side. */
.hero-scrim{position:absolute;inset:0;z-index:-1;background:
  linear-gradient(90deg,rgba(23,19,15,.92) 0%,rgba(23,19,15,.62) 42%,rgba(23,19,15,.22) 100%),
  linear-gradient(180deg,rgba(23,19,15,.35) 0%,rgba(23,19,15,0) 30%,rgba(23,19,15,.85) 100%);}
/* Ledger rules: a faint horizontal grain so the ink reads as paper, not void. */
.hero-lines{display:none}

.hero-inner{max-width:680px;position:relative}
/* Desktop: the artwork's floating card sits at ~48–65% of the width, so the
   headline column stops before it. Phones stack, so no cap there. */
@media (min-width:981px){
  .hero-inner{max-width:540px}
  .hero h1{font-size:clamp(2.4rem,1.1rem + 2.7vw,3.6rem)}
}
.hero .eyebrow{color:#FF9A63}
.hero .eyebrow::before{background:#FF9A63}
.hero h1{color:#fff;margin-top:1.2rem;font-size:clamp(2.7rem,1.6rem + 4.6vw,4.9rem);line-height:1.04}
.hero h1 em{font-style:normal;color:#FF8A4D}
.hero .lede{color:#C9BDB1;margin-top:1.35rem;max-width:54ch}
.hero-cta{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:2rem;align-items:center}
.hero-cta .stores img{height:50px}
.hero-cta .store-soon{border-color:rgba(255,255,255,.22);color:#B9ACA0;height:50px}
.hero .btn-primary{box-shadow:0 1px 2px rgba(0,0,0,.3),0 10px 28px rgba(243,101,37,.35)}
.hero-note{margin-top:1.3rem;display:block;color:#A99C90;font-size:.9rem;line-height:1.5}
.hero-note svg{width:16px;height:16px;color:#5FD49B;display:inline-block;vertical-align:-3px;margin-right:.45rem}
.hero-note a{color:#FF9A63;font-weight:600}

/* ── Trust strip (honest claims only) ───────────────────────────────────── */
.trust{background:var(--card);border-bottom:1px solid var(--rule);padding:0}
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
@media (max-width:760px){.trust-row{grid-template-columns:1fr}}
.trust-item{display:flex;gap:.9rem;align-items:flex-start;padding:1.5rem 1.4rem;border-right:1px solid var(--rule)}
.trust-item:last-child{border-right:0}
@media (max-width:760px){.trust-item{border-right:0;border-bottom:1px solid var(--rule)}.trust-item:last-child{border-bottom:0}}
.trust-item .ico{width:38px;height:38px;border-radius:10px;background:var(--orange-wash);color:var(--orange-deep);display:grid;place-items:center;flex:none}
.trust-item .ico svg{width:19px;height:19px;stroke-width:1.9}
.trust-item b{display:block;font-weight:650;font-size:.97rem;letter-spacing:-.01em}
.trust-item span{display:block;font-size:.86rem;color:var(--ink-3);margin-top:.15rem;line-height:1.45}

/* ── The promise: short, one column, quotable ───────────────────────────── */
.promise{text-align:center}
.promise .wrap{max-width:760px}
.promise h2{margin-top:1rem}
.promise .lede{margin:1.2rem auto 0;text-align:center}
.promise-quote{
  margin:2rem auto 0;padding:1.6rem 1.9rem;max-width:640px;
  background:var(--card);border:1px solid var(--rule);border-left:3px solid var(--orange);
  border-radius:0 16px 16px 0;text-align:left;box-shadow:var(--shadow-sm);
}
.promise-quote p{font-family:var(--serif);font-size:clamp(1.15rem,1.05rem + .5vw,1.4rem);line-height:1.45;color:var(--ink);font-variation-settings:"opsz" 20}
.promise-quote cite{display:block;margin-top:.8rem;font:500 .84rem var(--sans);color:var(--ink-3);font-style:normal}
.promise-quote cite a{color:var(--orange-deep);font-weight:600}

/* ── Proof blocks: image + short copy + a link to the full page ─────────── */
.proof{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,1rem + 3.5vw,5rem);align-items:center}
.proof + .proof{margin-top:clamp(3.5rem,2rem + 5vw,6.5rem)}
@media (max-width:880px){.proof{grid-template-columns:1fr;gap:1.6rem}.proof .shot{order:-1}}
.proof h2{margin-top:.9rem;font-size:clamp(1.75rem,1.3rem + 1.8vw,2.5rem)}
.proof p{margin-top:1rem;color:var(--ink-2);font-size:1.04rem;line-height:1.68;max-width:46ch}
.proof .more{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.3rem;font-weight:600;color:var(--orange-deep);font-size:.97rem}
.proof .more svg{width:16px;height:16px;transition:transform .18s}
.proof .more:hover svg{transform:translateX(3px)}

/* Image slot with designed fallback. Aspect is fixed so nothing jumps. */
.shot{position:relative;border-radius:18px;overflow:hidden;aspect-ratio:4/3;min-height:260px;
  background:linear-gradient(135deg,#1F1A15 0%,#2A221B 55%,#3A2A1F 100%);
  box-shadow:var(--shadow-lg);border:1px solid rgba(0,0,0,.06);isolation:isolate}

.shot::after{content:"";position:absolute;inset:auto -20% -30% auto;width:70%;aspect-ratio:1;border-radius:50%;
  background:radial-gradient(circle,rgba(243,101,37,.35),transparent 65%)}
.shot img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .6s;z-index:1}
.shot img.ok{opacity:1}
.shot.wide{aspect-ratio:2/1}
.shot .tag{position:absolute;left:1rem;bottom:1rem;z-index:2;font:500 .72rem var(--mono);color:rgba(255,255,255,.55);
  background:rgba(0,0,0,.35);padding:.3rem .55rem;border-radius:6px;backdrop-filter:blur(4px)}
.shot img.ok ~ .tag{display:none}

/* ── Everywhere band ────────────────────────────────────────────────────── */
.everywhere{text-align:center}
.everywhere .wrap{max-width:900px}
.everywhere h2{margin-top:1rem}
.everywhere .lede{margin:1.1rem auto 0;text-align:center}
.everywhere .shot{margin-top:2.2rem}
.everywhere .chips{display:flex;justify-content:center;flex-wrap:wrap;gap:.45rem;margin-top:1.5rem}
.everywhere .chips span{font-size:.82rem;padding:.4rem .78rem;border:1px solid var(--rule);border-radius:100px;background:var(--card);color:var(--ink-2)}
.everywhere .chips span.rtl{border-color:#F3C9AE;background:var(--orange-wash);color:var(--orange-deep);font-weight:550}

/* ── FAQ ────────────────────────────────────────────────────────────────── */
.faq{max-width:740px;margin-inline:auto}
.faq details{border-bottom:1px solid var(--rule);padding:.2rem 0}
.faq summary{cursor:pointer;list-style:none;padding:1.15rem .5rem 1.15rem 0;font-weight:600;font-size:1.03rem;
  display:flex;justify-content:space-between;align-items:center;gap:1rem;letter-spacing:-.01em}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"";width:9px;height:9px;border-right:1.8px solid var(--ink-3);border-bottom:1.8px solid var(--ink-3);transform:rotate(45deg);transition:transform .2s;flex:none;margin-right:.35rem}
.faq details[open] summary::after{transform:rotate(-135deg)}
.faq details p{padding:0 1.5rem 1.3rem 0;color:var(--ink-2);font-size:.98rem;line-height:1.7;margin:0}
.faq details p a{color:var(--orange-deep);font-weight:600}

/* ── Final CTA ──────────────────────────────────────────────────────────── */
.final{text-align:center;background:var(--ink);color:#F4EEE7;position:relative;overflow:hidden}
.final::before{content:"";position:absolute;inset:auto -10% -70% 30%;height:140%;
  background:radial-gradient(50% 50% at 50% 50%,rgba(243,101,37,.22),transparent 70%);pointer-events:none}
.final .wrap{position:relative}
.final .eyebrow{color:#FF9A63}.final .eyebrow::before{background:#FF9A63}
.final h2{color:#fff;max-width:20ch;margin:1.1rem auto 0}
.final .lede{color:#BDB0A6;margin:1.1rem auto 0;text-align:center}
.final .stores{justify-content:center;margin-top:2rem}
.final .store-soon{border-color:rgba(255,255,255,.22);color:#B9ACA0}
.final .hero-note{justify-content:center}

/* ── Intent pages: dark band + long-form ────────────────────────────────── */
.band{background:#17130F;color:#F4EEE7;position:relative;overflow:hidden;
  padding-block:clamp(3.4rem,2.5rem + 4vw,6rem) clamp(2.8rem,2rem + 3vw,4.5rem)}
.band::before{content:"";position:absolute;inset:0;background:
  radial-gradient(60% 60% at 85% 10%,rgba(243,101,37,.26),transparent 60%);pointer-events:none}
.band .wrap{position:relative;max-width:820px}
.band .crumb{color:#8F8378}.band .crumb a:hover{color:#FF9A63}
.band .eyebrow{color:#FF9A63}.band .eyebrow::before{background:#FF9A63}
.band h1{color:#fff;margin-top:1rem;font-size:clamp(2.3rem,1.5rem + 3.2vw,4rem)}
.band .lede{color:#C9BDB1;margin-top:1.2rem}
.band .hero-cta{margin-top:1.7rem}
.intent-shot{margin-top:-2.6rem;position:relative;z-index:2}
.intent-shot .shot{aspect-ratio:2/1;max-width:1000px;margin-inline:auto}
@media (max-width:700px){.intent-shot .shot{aspect-ratio:4/3}}
.detail{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,1rem + 3vw,4rem);align-items:start}
.detail + .detail{margin-top:clamp(2.6rem,2rem + 3vw,4.5rem);padding-top:clamp(2.6rem,2rem + 3vw,4.5rem);border-top:1px solid var(--rule)}
@media (max-width:820px){.detail{grid-template-columns:1fr;gap:1.4rem}}
.detail h2{font-size:clamp(1.5rem,1.2rem + 1.3vw,2.1rem)}
.detail p{margin-top:.9rem;color:var(--ink-2);font-size:1.02rem;line-height:1.68}
.flist{list-style:none;margin:1.2rem 0 0;padding:0;display:flex;flex-direction:column;gap:.6rem}
.flist li{display:flex;gap:.65rem;align-items:flex-start;font-size:.96rem;color:var(--ink-2)}
.flist svg{width:17px;height:17px;color:var(--orange);flex:none;margin-top:.22rem;stroke-width:2.2}
.fig{background:var(--card);border:1px solid var(--rule);border-radius:16px;padding:1.4rem;box-shadow:var(--shadow-md)}

.perm{width:100%;border-collapse:collapse;font-size:.87rem}
.perm th,.perm td{padding:.62rem .5rem;text-align:center;border-bottom:1px solid var(--rule)}
.perm th:first-child,.perm td:first-child{text-align:left;font-weight:550;color:var(--ink)}
.perm thead th{font:600 .68rem/1.3 var(--sans);letter-spacing:.07em;text-transform:uppercase;color:var(--ink-3)}
.perm .y{color:var(--in);font-weight:700}.perm .n{color:var(--rule-2);font-weight:700}
.perm .c{color:var(--ink-3);font-size:.78rem}

.ledger-rows{list-style:none;margin:0;padding:0}
.ledger-rows li{display:grid;grid-template-columns:1fr auto;gap:.3rem 1rem;padding:.8rem .2rem;border-bottom:1px solid var(--rule);align-items:center}
.ledger-rows li:last-child{border-bottom:0}
.lr-name{font-weight:550;font-size:.93rem}
.lr-meta{grid-column:1;font-size:.775rem;color:var(--ink-3)}
.lr-amt{grid-row:1/span 2;font-family:var(--mono);font-variant-numeric:tabular-nums;font-weight:600;font-size:.97rem;letter-spacing:-.02em}
.lr-amt.in{color:var(--in)}.lr-amt.out{color:var(--out)}

.next-links{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
@media (max-width:760px){.next-links{grid-template-columns:1fr}}
.next-links a{display:block;padding:1.2rem 1.3rem;background:var(--card);border:1px solid var(--rule);border-radius:14px;
  transition:transform .18s,box-shadow .18s,border-color .18s;box-shadow:var(--shadow-sm)}
.next-links a:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--orange)}
.next-links b{display:block;font-weight:650;font-size:1rem;letter-spacing:-.01em}
.next-links span{display:block;font-size:.86rem;color:var(--ink-3);margin-top:.25rem;line-height:1.45}
