/* Hammer & Pixel, light inner pages (cleaning, ready-made, legal).
   Loaded AFTER style.css. Nothing here touches style.css.
   Warm off-white ground lifted from site/assets/site.css, new Inter typography,
   yellow accent used sparingly. British English. No em dashes in this file. */

:root{
  --ground:#f3f3f1;
  --ground-2:#eceae6;
  --card:#fcfcfb;
  --ink-d:#181818;
  --ink-2:#54524e;
  --ink-3:#5c5952;
  --hair-d:rgba(24,24,24,.14);
  --hair-d-soft:rgba(24,24,24,.08);
  --accent-ink:#7a5300;      /* accent as TEXT, passes AA on the paper ground */
}

/* ---------- the light page shell ---------- */
body.lightpage{background:var(--ground);color:var(--ink-d)}
body.lightpage a:focus-visible,
body.lightpage button:focus-visible,
body.lightpage summary:focus-visible,
body.lightpage input:focus-visible,
body.lightpage select:focus-visible,
body.lightpage textarea:focus-visible{
  outline:2px solid var(--ink-d);
  outline-offset:3px;
  border-radius:8px;
}
body.lightpage .skip{background:var(--accent);color:#141004}

/* ---------- light nav ---------- */
.nav-light{
  background:var(--ground);
  backdrop-filter:none;
  border-bottom:1px solid var(--hair-d-soft);
  color:var(--ink-d);
}
.nav-light.scrolled{background:var(--ground);border-bottom-color:var(--hair-d)}
.nav-light .brand{color:var(--ink-d)}
.nav-light .nav-links a{color:var(--ink-2)}
.nav-light .nav-links a:hover{color:var(--ink-d)}
.nav-light .nav-links a[aria-current="page"]{color:var(--ink-d);font-weight:700}
.nav-light .nav-toggle span{background:var(--ink-d)}
.nav-light .pill-accent{background:var(--accent);color:#141004}
.nav-light .pill-accent:hover{background:var(--accent-deep)}

/* full screen menu, light */
.menu-light{background:rgba(243,243,241,.98);color:var(--ink-d)}
.menu-light .menu-inner a{color:var(--ink-d)}
.menu-light .menu-inner a:hover{color:var(--accent-ink)}
.menu-light .menu-close{border-color:var(--hair-d);color:var(--ink-d)}
.menu-light .menu-close:hover{border-color:var(--ink-d)}

/* ---------- compact dark header band ---------- */
.band-head{
  background:var(--page);
  color:var(--ink);
  padding-block:clamp(6.5rem,13vh,8.5rem) clamp(2.6rem,7vh,4rem);
}
.band-head .label{color:#efefef}
.band-head h1{
  margin-top:1.1rem;
  font-size:clamp(34px,5.2vw,62px);
  max-width:19ch;
}
.band-head h1 em{font-style:normal;color:var(--accent)}
.band-head .band-lede{
  margin-top:1.1rem;max-width:56ch;color:#e6e6e6;
  font-size:clamp(1rem,.95rem + .3vw,1.15rem);
}
.band-head .band-answer{
  margin-top:1.3rem;max-width:70ch;color:#c4c4c4;font-size:.96rem;line-height:1.6;
  border-left:2px solid var(--accent);padding-left:1.1rem;
}
.band-cta{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.7rem}
.band-micro{margin-top:1rem;font-size:.9rem;color:#bdbdbd}

/* ---------- light sections ---------- */
.lsec{padding-block:clamp(3rem,8vh,5.5rem);background:var(--ground)}
.lsec-alt{background:var(--ground-2)}
.lsec h2,.lsec h3{letter-spacing:-.025em;line-height:1.12}
.lhead{max-width:60ch}
.lhead.center{margin-inline:auto;text-align:center}
.lhead .eyebrow{color:var(--ink-3)}
.lhead .ltitle{
  margin-top:.7rem;
  font-size:clamp(1.55rem,1.2rem + 1.9vw,2.6rem);
  font-weight:800;letter-spacing:-.03em;line-height:1.08;
}
.lhead .lsub{margin-top:.9rem;color:var(--ink-2);font-size:1.02rem}
.lhead .lsub a{color:var(--accent-ink);font-weight:650;text-decoration:underline}

/* claim strip */
.claims{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;
  list-style:none;
}
.claims li{
  display:flex;align-items:center;gap:.7rem;
  background:var(--card);border:1px solid var(--hair-d-soft);border-radius:14px;
  padding:1rem 1.1rem;font-weight:650;font-size:.95rem;
}
.claims svg{width:22px;height:22px;flex:none;color:var(--accent-ink)}

/* card grids */
.lgrid{display:grid;gap:1.1rem;margin-top:1.8rem}
.lgrid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.lgrid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.lcard{
  background:var(--card);border:1px solid var(--hair-d-soft);border-radius:16px;
  padding:clamp(1.1rem,2.4vw,1.6rem);
}
.lcard h3{font-size:1.12rem;font-weight:750;margin-bottom:.5rem}
.lcard p{color:var(--ink-2);font-size:.98rem}
.lcard p + .ltag{margin-top:1.1rem}
.lcard strong{color:var(--ink-d);font-weight:700}
.ltag{
  display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.11em;
  text-transform:uppercase;border-radius:999px;padding:.32rem .7rem;margin-bottom:.6rem;
}
.ltag-problem{background:rgba(24,24,24,.07);color:#3d3b38}
.ltag-fix{background:var(--accent);color:#141004}

/* numbered steps */
.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;margin-top:1.8rem;list-style:none}
.steps li{background:var(--card);border:1px solid var(--hair-d-soft);border-radius:16px;padding:1.4rem}
.stepnum{
  width:38px;height:38px;border-radius:50%;background:var(--accent);color:#141004;
  display:grid;place-items:center;font-weight:800;margin-bottom:.9rem;
}
.steps h3{font-size:1.08rem;font-weight:750;margin-bottom:.45rem}
.steps p{color:var(--ink-2);font-size:.97rem}

/* checklist */
.lcheck{margin-top:1.4rem;display:grid;gap:.6rem;list-style:none}
.lcheck li{display:flex;gap:.7rem;align-items:flex-start;color:var(--ink-2);font-size:.99rem}
.lcheck li::before{
  content:"";width:20px;height:20px;flex:none;margin-top:.15rem;border-radius:50%;
  background:var(--accent);
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m9.6 16.2-3.8-3.8 1.4-1.4 2.4 2.4 6.8-6.8 1.4 1.4z'/%3E%3C/svg%3E") center/110% no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m9.6 16.2-3.8-3.8 1.4-1.4 2.4 2.4 6.8-6.8 1.4 1.4z'/%3E%3C/svg%3E") center/110% no-repeat;
}

/* prose */
.lprose{max-width:66ch}
.lprose p{margin-top:1rem;color:var(--ink-2);line-height:1.65}
.lprose p strong{color:var(--ink-d)}
.lmeta{margin-top:.8rem;font-size:.92rem;color:var(--ink-3);font-weight:650}

/* buttons on paper */
.pill-ink{background:var(--ink-d);color:#fff;padding:.78rem 1.35rem;font-size:1rem}
.pill-ink:hover{background:#000}
.pill-outline{border-color:var(--hair-d);color:var(--ink-d);background:transparent;padding:.78rem 1.35rem;font-size:1rem}
.pill-outline:hover{border-color:var(--ink-d);background:rgba(24,24,24,.04)}
.pill-accent .wa,.pill-ink .wa{width:18px;height:18px;flex:none}

/* guarantee bar */
.lguarantee{
  display:flex;gap:.8rem;align-items:flex-start;margin-top:1.6rem;
  background:var(--card);border:1px solid var(--hair-d-soft);border-left:3px solid var(--accent);
  border-radius:12px;padding:1.05rem 1.2rem;color:var(--ink-2);
}
.lguarantee svg{width:20px;height:20px;flex:none;color:var(--accent-ink);margin-top:.15rem}
.lguarantee strong{color:var(--ink-d)}
.ltrust{margin-top:1.1rem;font-size:.86rem;color:var(--ink-3)}
.ltrust a{text-decoration:underline}

/* portfolio */
.pcard{
  display:block;background:var(--card);border:1px solid var(--hair-d-soft);
  border-radius:16px;overflow:hidden;transition:border-color .25s var(--ease);
}
.pcard:hover{border-color:var(--ink-d)}
.pcard img{width:100%;height:auto;aspect-ratio:800/500;object-fit:cover;background:var(--ground-2)}
.pcard-body{padding:1.1rem 1.2rem;display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}
.pcard-label{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-ink)}
.pcard h3{font-size:1.1rem;font-weight:750;margin-top:.35rem}
.pcard-tag{display:inline-block;margin-top:.5rem;font-size:.82rem;color:var(--ink-3)}
.pcard-arrow{font-size:1.2rem;color:var(--ink-3);flex:none}

/* FAQ, native disclosure, no JS */
.faqlist{margin-top:1.8rem;max-width:80ch;margin-inline:auto}
.faqlist details{
  background:var(--card);border:1px solid var(--hair-d-soft);border-radius:14px;
  margin-bottom:.7rem;
}
.faqlist summary{
  cursor:pointer;list-style:none;padding:1.05rem 1.2rem;
  font-weight:700;font-size:1.02rem;display:flex;justify-content:space-between;gap:1rem;align-items:center;
}
.faqlist summary::-webkit-details-marker{display:none}
.faqlist summary::after{
  content:"";width:12px;height:12px;flex:none;border-right:2.2px solid var(--ink-3);
  border-bottom:2.2px solid var(--ink-3);transform:rotate(45deg) translate(-2px,-2px);
  transition:transform .2s var(--ease);
}
.faqlist details[open] summary::after{transform:rotate(-135deg) translate(-2px,-2px)}
.faqlist .faqa{padding:0 1.2rem 1.2rem;color:var(--ink-2);line-height:1.65}

/* final CTA, dark */
.lcta{background:var(--page);color:var(--ink);padding-block:clamp(3rem,8vh,5rem);text-align:center}
.lcta .ltitle{font-size:clamp(1.6rem,1.2rem + 2vw,2.6rem);font-weight:800;letter-spacing:-.03em;line-height:1.08;margin-top:.7rem}
.lcta .lsub{margin-top:.9rem;color:#d4d4d4}
.lcta .band-cta{justify-content:center}
.lcta .eyebrow{color:#a9a9a9}
.lcta .band-micro a{text-decoration:underline}

/* footer, middot line */
.foot-mid{border-top:1px solid var(--hair-soft);margin-top:1.6rem;padding-top:1.3rem;font-size:.84rem;color:var(--muted);line-height:1.7}
.foot-mid a{text-decoration:underline}
.foot-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem;margin-top:.4rem}
.foot-nav h4{font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;color:#d8d8d8;margin-bottom:.6rem;font-weight:700}
.foot-nav a{display:block;font-size:.88rem;color:var(--muted);padding:.16rem 0}
.foot-nav a:hover{color:var(--ink)}

/* ---------- ready-made bits ---------- */
.rm-card .rm-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.1rem}
.rm-card img{width:100%;height:auto;aspect-ratio:1280/880;object-fit:cover;border-radius:12px;background:var(--ground-2);margin-bottom:1rem}
.rm-status{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;background:rgba(24,24,24,.07);color:var(--ink-2);border-radius:999px;padding:.32rem .7rem;margin-bottom:.6rem}
.linkamber{color:var(--accent-ink);font-weight:650;text-decoration:underline}

/* claim form */
.rmform{margin-top:1.8rem;max-width:760px}
.rmrow{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.rmfield{margin-bottom:1rem;display:flex;flex-direction:column;gap:.35rem}
.rmfield label{font-size:.88rem;font-weight:650;color:var(--ink-2)}
.rmfield input,.rmfield select,.rmfield textarea{
  font:inherit;font-size:1rem;color:var(--ink-d);background:var(--card);
  border:1px solid var(--hair-d);border-radius:10px;padding:.72rem .85rem;min-height:46px;width:100%;
}
.rmfield textarea{min-height:110px;resize:vertical}
.rmactions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:.4rem}
.rmactions button.pill{border:0;cursor:pointer;font:650 1rem/1 var(--font)}
.rmmsg{margin-top:1rem;font-size:.95rem;color:var(--ink-2)}
.rmbot{display:none}

/* ---------- legal documents ---------- */
.legaldoc{max-width:74ch;margin-inline:auto}
.legaldoc h2{margin-top:2.2rem;font-size:1.22rem;font-weight:750;letter-spacing:-.02em}
.legaldoc p{margin-top:.9rem;color:var(--ink-2);line-height:1.7}
.legaldoc ul{margin-top:.9rem;display:grid;gap:.6rem;list-style:none}
.legaldoc ul li{position:relative;padding-left:1.1rem;color:var(--ink-2);line-height:1.7}
.legaldoc ul li::before{content:"";position:absolute;left:0;top:.7em;width:6px;height:6px;border-radius:50%;background:var(--accent)}
.legaldoc a{color:var(--accent-ink);text-decoration:underline}
.legaldoc strong{color:var(--ink-d)}
.legalmeta{
  background:var(--card);border:1px solid var(--hair-d-soft);border-left:3px solid var(--accent);
  border-radius:12px;padding:1.1rem 1.2rem;font-size:.94rem;color:var(--ink-2);line-height:1.8;
}

/* ---------- sticky mobile contact bar ---------- */
.mbar{display:none}
@media (max-width:720px){
  .mbar{
    display:flex;gap:.55rem;position:fixed;left:0;right:0;bottom:0;z-index:45;
    padding:.6rem .8rem calc(.6rem + env(safe-area-inset-bottom));
    background:rgba(11,11,11,.95);backdrop-filter:blur(10px);
    border-top:1px solid var(--hair-soft);
  }
  .mbar a{
    flex:1 1 0;min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;
    min-height:46px;border-radius:999px;font-weight:700;font-size:.95rem;
  }
  .mbar .m-wa{background:var(--accent);color:#141004}
  .mbar .m-call{border:1px solid rgba(255,255,255,.28);color:#fff}
  .mbar svg{width:17px;height:17px;flex:none}
  body.lightpage{padding-bottom:70px}
}

/* ---------- responsive ---------- */
@media (max-width:1000px){
  .claims{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lgrid-3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .steps{grid-template-columns:1fr}
}
@media (max-width:760px){
  .claims{grid-template-columns:1fr}
  .lgrid-2,.lgrid-3{grid-template-columns:1fr}
  .foot-nav{grid-template-columns:1fr}
  .rmrow{grid-template-columns:1fr}
  .band-head{padding-block:5.6rem 2.4rem}
  .band-head h1{max-width:none}
  .pcard-body{flex-direction:column;gap:.4rem}
  .pcard-arrow{display:none}
  .band-cta .pill{flex:1 1 100%;justify-content:center}
}

/* ================================================================
   QUOTE WIZARD DEMO (ported from the live cleaning pages, 15 Sept 2026)
   Frame, browser chrome, puppet cursor and caption. The wizard itself
   is styled by assets/wizard-demo.css; the token bridge below maps its
   variable names onto the playground light palette so it inherits the
   brand without rewriting its selectors.
   The live page carried a Venture Harbour conversion claim here. It is
   not in CLAIMS-REGISTER.md, so it is deliberately not ported.
   ================================================================ */

.wizard-sec .shell{max-width:860px}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}

.hero-demo{
  width:100%;max-width:760px;margin:0 auto;text-align:center;

  --color-primary:var(--page);
  --color-primary-hover:#2a2a2a;
  --color-primary-fg:var(--card);
  --color-secondary:var(--accent);
  --color-secondary-hover:#e0b52f;
  --color-secondary-fg:#141004;
  --color-accent:var(--accent);
  --color-bg:var(--card);
  --color-bg-alt:var(--ground-2);
  --color-bg-dark:var(--page);
  --color-fg:var(--ink-d);
  --color-fg-muted:var(--ink-2);
  --color-fg-subtle:var(--ink-3);
  --color-fg-inverse:var(--card);
  --color-border:var(--hair-d);
  --color-border-strong:rgba(24,24,24,.26);
  --color-danger:#a91e22;
  --color-warning:var(--accent);

  --space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;
  --space-5:20px;--space-6:24px;--space-7:32px;--space-8:48px;

  --fs-xs:.72rem;--fs-sm:.85rem;--fs-base:.95rem;--fs-lg:1.05rem;
  --fs-xl:1.2rem;--fs-2xl:1.4rem;--fs-3xl:1.7rem;

  --fw-normal:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;

  --radius-sm:6px;--radius-md:10px;--radius-full:9999px;

  --lh-snug:1.35;
  --duration-fast:150ms;
  --ease-out:cubic-bezier(0.16,1,0.3,1);
  --shadow-md:0 4px 12px rgba(20,17,10,.08);
}
.hero-demo-caption{
  font-size:.75rem;color:var(--ink-2);margin:0 0 14px;
  font-weight:700;letter-spacing:.14em;text-transform:uppercase;
}
.hero-demo-sell{
  min-height:1.6em;margin:12px auto 0;max-width:560px;text-align:center;
  font-size:.95rem;color:var(--ink-d);font-weight:600;transition:opacity .3s;
}
.hero-demo-sell.swap{opacity:0}
@media (prefers-reduced-motion:reduce){.hero-demo-sell{transition:none}}
.hero-demo-frame {
    background: var(--card);
    border: 1px solid var(--hair-d);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 24px 48px -16px rgba(20, 17, 10, 0.18), 0 4px 12px rgba(20, 17, 10, 0.05);
    text-align: left;
    max-width: 720px;
    margin: 0 auto;
    position: relative;     /* anchor for the puppet cursor sprite */
}
/* The puppet cursor: SVG sprite that glides between options.
   Positioned absolutely inside .hero-demo-frame; translation
   by JS aligns the arrow tip (viewBox 2,2) with the target's centre. */
.hero-demo-cursor {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 26px;
    pointer-events: none;
    z-index: 20;
    opacity: 0;
    transform: translate(60px, 110px);
    transition: transform 550ms cubic-bezier(0.4, 0, 0.2, 1),
                opacity 320ms ease;
    filter: drop-shadow(0 2px 5px rgba(20, 17, 10, 0.32));
    will-change: transform;
}
.hero-demo-cursor.visible { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
    .hero-demo-cursor { display: none; }
}
/* Citation link on the claim: small, muted, gold-on-hover */
.hero-demo-cite {
    color: var(--ink-2);
    text-decoration: none;
    font-size: 0.68rem;
    font-weight: 700;
    padding-left: 2px;
    border: none;
}
.hero-demo-cite:hover { color: var(--accent); text-decoration: underline; }
.hero-demo-chrome {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    background: linear-gradient(180deg, #E8DFC6 0%, #DCD0B2 100%);
    border-bottom: 1px solid var(--hair-d);
}
.hero-demo-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}
.hero-demo-dot--red { background: #E36B5D; }
.hero-demo-dot--yellow { background: #E5B14C; }
.hero-demo-dot--green { background: #6CB066; }
.hero-demo-urlbar {
    flex: 1;
    margin-left: 12px;
    padding: 4px 12px;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 6px;
    font-size: 0.72rem;
    color: var(--ink-2);
    font-family: ui-monospace, Menlo, monospace;
    text-align: center;
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hero-demo-stage {
    padding: 28px 24px;
    min-height: 460px;
    position: relative;
    background: var(--card);
}
@media (max-width: 640px) {
    .hero-demo-caption { font-size: 0.7rem; letter-spacing: 0.12em; margin: 6px 0 4px; }
    .hero-demo-claim { font-size: 0.9rem; margin-bottom: 16px; padding: 0 8px; }
    .hero-demo-claim-desktop { display: none; }  /* trim claim to 2 lines on mobile */
    .hero-demo-chrome { padding: 8px 12px; gap: 5px; }
    .hero-demo-dot { width: 8px; height: 8px; }
    .hero-demo-urlbar { display: none; }
    .hero-demo-stage { padding: 14px 12px; min-height: 360px; }
    .hero-demo-cursor { display: none; }   /* no cursor on touch screens */
    .wizard-demo-cta { padding: 14px; margin-top: 12px; }

/* Buttons inside the wizard demo. The live page defined these inline; scoped
   here to .hero-demo so they cannot leak onto the rest of the page. */
.hero-demo .btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:13px 26px;border-radius:100px;font-size:.95rem;font-weight:600;
  cursor:pointer;transition:background .2s,color .2s,transform .2s,box-shadow .2s;
  border:2px solid transparent;white-space:nowrap;font-family:inherit;
}
.hero-demo .btn-sm{padding:9px 18px;font-size:.875rem}
.hero-demo .btn-gold{background:var(--accent);color:#141004}
.hero-demo .btn-gold:hover{background:#e0b52f;color:#141004;transform:translateY(-2px);box-shadow:0 6px 20px rgba(245,200,66,.38)}
.hero-demo .btn-outline{background:transparent;color:var(--ink-d);border-color:var(--ink-d);font-weight:700}
.hero-demo .btn-outline:hover{background:var(--ink-d);color:var(--card);transform:translateY(-2px)}
.hero-demo .btn-dark{background:var(--ink-d);color:var(--card)}
.hero-demo .btn-dark:hover{background:#2a2a2a;transform:translateY(-2px)}
@media (prefers-reduced-motion:reduce){
  .hero-demo .btn,.hero-demo .btn:hover{transition:none;transform:none}
}
