/* ==========================================================================
   OmniRep — site stylesheet
   Direction: Signal. Warm-black + signal orange, textured, engineered.
   Tokens are the source of truth; do not hardcode a colour anywhere below.
   ========================================================================== */

/* --- 1. Tokens ---------------------------------------------------------- */
:root{
  --base:#100D0B;
  --surface:#1A1613;
  --surface-high:#241E1A;
  --hairline:#2E2724;
  --text:#EDEAE7;
  --text-muted:#9C948E;
  --text-faint:#6B635E;
  --accent:#FF6A00;
  --accent-hover:#FF8433;
  --accent-press:#C2410C;
  --accent-text:#FF8A3D;
  --accent-wash:rgba(255,106,0,.10);
  --accent-line:rgba(255,106,0,.25);
  --live:#4ADE80;

  --sans:'Instrument Sans',system-ui,-apple-system,'Segoe UI',sans-serif;
  --display:'Archivo','Instrument Sans',system-ui,sans-serif;
  --mono:'Martian Mono','JetBrains Mono',ui-monospace,'SF Mono',Menlo,monospace;

  --container:1180px;
  --measure:640px;
  --radius:2px;
  --section:128px;
}

/* --- 2. Reset ----------------------------------------------------------- */
*,*::before,*::after{box-sizing:border-box}
*{margin:0;padding:0}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  background:var(--base);
  color:var(--text);
  font-family:var(--sans);
  font-size:1.0625rem;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  overflow-x:hidden;
}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit;color:inherit}
::selection{background:var(--accent-wash);color:var(--text)}
:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:var(--radius)}

/* --- 3. Texture --------------------------------------------------------- */
/* Grain sits above the background and below content. Never interactive. */
.grain{
  position:fixed;inset:0;z-index:1;pointer-events:none;opacity:.035;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* --- 4. Layout ---------------------------------------------------------- */
.container{width:100%;max-width:var(--container);margin:0 auto;
  padding-left:24px;padding-right:24px}
.measure{max-width:var(--measure)}
main{position:relative;z-index:2}
section{padding:var(--section) 0;border-top:1px solid var(--hairline)}
.section-head{margin-bottom:56px}
.section-head p{color:var(--text-muted);font-size:1.1875rem;line-height:1.55;max-width:var(--measure);margin-top:16px}

/* --- 5. Type ------------------------------------------------------------ */
h1,h2,h3{font-family:var(--display);text-wrap:balance}
h1{font-size:clamp(2.75rem,9vw,5rem);font-weight:700;letter-spacing:-.035em;line-height:1.02;font-stretch:112%}
h2{font-size:clamp(1.875rem,5vw,3rem);font-weight:650;letter-spacing:-.025em;line-height:1.1}
h3{font-size:1.375rem;font-weight:600;letter-spacing:-.015em;line-height:1.25}
.lead{font-size:1.1875rem;line-height:1.55;color:var(--text-muted)}
.small{font-size:.875rem;line-height:1.5}
.data{font-family:var(--mono);font-size:.8125rem;letter-spacing:.02em}
.muted{color:var(--text-muted)}
.faint{color:var(--text-faint)}
strong{font-weight:500;color:var(--text)}

/* An operational number, set inline beside the claim it backs. Static. */
.figure{font-family:var(--mono);font-size:.8125rem;letter-spacing:.02em;color:var(--accent-text);white-space:nowrap}

/* --- 6. Buttons --------------------------------------------------------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:14px 24px;border:1px solid transparent;border-radius:var(--radius);
  font-weight:500;font-size:.9375rem;letter-spacing:.01em;
  cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease;
}
.btn-primary{background:var(--accent);color:var(--base);font-weight:600}
.btn-primary:hover{background:var(--accent-hover)}
.btn-primary:active{background:var(--accent-press)}
.btn-ghost{background:transparent;color:var(--text);border-color:var(--hairline)}
.btn-ghost:hover{border-color:var(--text-faint);background:var(--surface)}
.btn-sm{padding:9px 16px;font-size:.8125rem}

.textlink{color:var(--accent-text);border-bottom:1px solid var(--accent-line);transition:border-color .15s ease}
.textlink:hover{border-bottom-color:var(--accent)}

/* --- 7. Nav ------------------------------------------------------------- */
.nav{
  position:sticky;top:0;z-index:50;
  background:rgba(16,13,11,.72);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid var(--hairline);
}
.nav-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;height:64px}
/* Orange nav/footer mark is a deliberate departure from brand spec §11,
   which assigns #EDEAE7 here and reserves orange for action. Client call. */
.brand{display:flex;align-items:center;gap:10px;color:var(--accent);justify-self:start}
.brand svg{width:26px;height:26px;flex:0 0 auto}
.brand-txt{font-family:var(--display);font-weight:700;letter-spacing:-.02em;font-size:1.05rem;text-transform:uppercase}
.nav-links{display:flex;align-items:center;gap:28px;justify-self:center}
.nav-links a{font-size:.9375rem;color:var(--text-muted);transition:color .15s ease}
.nav-links a:hover{color:var(--text)}
.nav .btn{justify-self:end}
.menu{display:none}

/* --- 8. Hero ------------------------------------------------------------ */
.hero{position:relative;border-top:none;padding:clamp(72px,11vw,128px) 0 var(--section);overflow:hidden}
/* 72px grid, hero only, dissolved toward the edges by a radial mask. */
.hero::before{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background-image:linear-gradient(to right,var(--hairline) 1px,transparent 1px),
                   linear-gradient(to bottom,var(--hairline) 1px,transparent 1px);
  background-size:72px 72px;
  -webkit-mask-image:radial-gradient(115% 85% at 22% 30%,#000 0%,transparent 72%);
  mask-image:radial-gradient(115% 85% at 22% 30%,#000 0%,transparent 72%);
  opacity:.55;
}
/* The one permitted gradient: a faint orange bloom, 6% max. */
.hero::after{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background:radial-gradient(70% 55% at 18% 22%,rgba(255,106,0,.06),transparent 70%);
}
.hero .container{position:relative;z-index:2}
.hero-copy{max-width:760px}
.hero h1 .line{display:block}
.hero .lead{margin-top:24px;max-width:var(--measure);font-size:1.25rem}
.hero-actions{display:flex;align-items:center;gap:20px;margin-top:40px;flex-wrap:wrap}

/* --- 9. Hero demo: form -> alert -> record ------------------------------ */
/* Bottom-align the three panels so their captions land on one line. The
   panels differ in height, so centring them left the captions ragged.
   Arrows re-centre themselves against the row. */
.demo{margin-top:88px;display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:20px;align-items:end}
.demo-arrow{font-family:var(--mono);font-size:.75rem;color:var(--text-faint);user-select:none;align-self:center}
.demo-beat{opacity:0}
.demo-cap{font-family:var(--mono);font-size:.6875rem;letter-spacing:.02em;color:var(--text-faint);margin-top:12px}

/* Beat 1 — the form */
.dform{background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius);padding:18px}
.dform-title{font-family:var(--display);font-weight:600;font-size:.95rem;letter-spacing:-.015em;margin-bottom:14px}
.dfield{border-bottom:1px solid var(--hairline);padding:8px 0}
.dfield:last-of-type{border-bottom:none}
.dfield .k{font-family:var(--mono);font-size:.625rem;color:var(--text-faint);letter-spacing:.02em;display:block;margin-bottom:3px}
.dfield .v{font-size:.85rem}
.dsubmit{margin-top:14px;background:var(--accent);color:var(--base);text-align:center;font-weight:600;font-size:.8125rem;border-radius:var(--radius);padding:9px}

/* Beat 2 — the phone alert */
.phone{background:#000;border:1px solid var(--hairline);border-radius:26px;padding:14px 12px 24px;position:relative;overflow:hidden}
.phone::before{content:"";position:absolute;inset:0;background:radial-gradient(120% 80% at 50% 0%,rgba(255,106,0,.13),transparent 60%)}
.ptop{position:relative;text-align:center;padding:4px 0 18px}
.ptime{font-family:var(--display);font-weight:600;font-size:2.4rem;letter-spacing:-.03em;line-height:1}
.pdate{font-size:.75rem;color:var(--text-muted);margin-top:2px}
.notif{position:relative;background:rgba(38,32,28,.82);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:12px 13px}
.nhead{display:flex;align-items:center;gap:8px;margin-bottom:7px}
.nicon{width:19px;height:19px;border-radius:4px;background:var(--accent);display:flex;align-items:center;justify-content:center;flex:0 0 auto;color:var(--base)}
.nicon svg{width:12px;height:12px}
.napp{font-family:var(--mono);font-size:.575rem;color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase}
.nago{margin-left:auto;font-size:.625rem;color:var(--text-faint);font-family:var(--mono)}
.ntitle{font-weight:500;font-size:.9rem;margin-bottom:3px}
.nbody{font-size:.83rem;color:var(--text-muted);line-height:1.45}
.nbody b{color:var(--text);font-weight:500}


/* --- 10. Work glimpse --------------------------------------------------- */
.work-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:24px;align-items:stretch}
.work-card{
  display:flex;flex-direction:column;background:var(--surface);
  border:1px solid var(--hairline);border-radius:var(--radius);overflow:hidden;
  transition:border-color .15s ease;
}
.work-card:hover{border-color:var(--text-faint)}
.work-shot{background:var(--surface-high);border-bottom:1px solid var(--hairline);aspect-ratio:16/10;overflow:hidden;position:relative}
.work-shot img{width:100%;height:100%;object-fit:cover;object-position:top center}
.work-body{padding:20px;display:flex;flex-direction:column;gap:6px;flex:1}
.work-name{font-family:var(--display);font-weight:600;font-size:1.125rem;letter-spacing:-.015em}
.work-meta{font-family:var(--mono);font-size:.6875rem;color:var(--text-faint);letter-spacing:.02em}
.work-note{font-size:.9375rem;color:var(--text-muted);line-height:1.5;margin-top:4px}
.work-more{margin-top:auto;padding-top:16px;font-size:.875rem;color:var(--accent-text)}

/* --- 11. Itemized product ---------------------------------------------- */
.items{border-top:1px solid var(--hairline)}
.item{display:grid;grid-template-columns:200px 1fr;gap:32px;padding:28px 0;border-bottom:1px solid var(--hairline)}
.item-k{font-family:var(--mono);font-size:.75rem;color:var(--text-faint);letter-spacing:.02em;padding-top:4px}
.item-v h3{margin-bottom:8px}
.item-v p{color:var(--text-muted);max-width:var(--measure)}

/* --- 12. Integration flow ---------------------------------------------- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.flow{font-family:var(--mono);font-size:.9375rem;line-height:2.4;color:var(--text-muted);background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius);padding:24px;margin:32px 0}
.flow .node{color:var(--text)}
.flow .out{color:var(--accent-text)}
.flow .arrow{color:var(--text-faint)}

/* --- 13. Steps ---------------------------------------------------------- */
.steps{counter-reset:step;display:grid;gap:0;border-top:1px solid var(--hairline)}
.step{display:grid;grid-template-columns:64px 1fr;gap:24px;padding:32px 0;border-bottom:1px solid var(--hairline)}
.step-n{counter-increment:step;font-family:var(--mono);font-size:.8125rem;color:var(--accent-text);padding-top:6px}
.step-n::before{content:"0" counter(step)}
.step-b h3{margin-bottom:8px}
.step-b p{color:var(--text-muted);max-width:var(--measure)}

/* --- 14. Pricing -------------------------------------------------------- */
.price-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:24px;align-items:start}
.price-card{background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius);padding:32px}
.price-card.lead-card{border-color:var(--accent-line)}
.price-tag{font-family:var(--display);font-size:3rem;font-weight:700;letter-spacing:-.03em;line-height:1;margin:12px 0 6px}
.price-tag.accent{color:var(--accent)}
.price-sub{font-family:var(--mono);font-size:.75rem;color:var(--text-faint);letter-spacing:.02em}
.price-list{list-style:none;margin-top:24px;border-top:1px solid var(--hairline)}
.price-list li{padding:11px 0;border-bottom:1px solid var(--hairline);font-size:.9375rem;color:var(--text-muted);display:flex;gap:12px}
.price-list li::before{content:"—";color:var(--text-faint);flex:0 0 auto}
.price-note{margin-top:24px;font-size:.875rem;color:var(--text-faint);line-height:1.5}

/* --- 15. FAQ ------------------------------------------------------------ */
.faq{border-top:1px solid var(--hairline);max-width:820px}
.faq details{border-bottom:1px solid var(--hairline)}
.faq summary{
  list-style:none;cursor:pointer;padding:22px 0;display:flex;gap:20px;align-items:baseline;
  font-family:var(--display);font-weight:600;font-size:1.125rem;letter-spacing:-.015em;
  transition:color .15s ease;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary:hover{color:var(--accent-text)}
.faq summary::after{content:"+";margin-left:auto;color:var(--text-faint);font-family:var(--mono);font-size:1rem;flex:0 0 auto}
.faq details[open] summary::after{content:"–"}
.faq .answer{padding:0 0 24px;color:var(--text-muted);max-width:var(--measure)}
.faq .answer p+p{margin-top:12px}

/* --- 16. Small card (Google profile & reviews) -------------------------- */
.aside-card{background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius);padding:28px;display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center;max-width:820px}
.aside-card p{color:var(--text-muted);margin-top:8px;font-size:.9375rem}

/* --- 17. Final CTA + footer -------------------------------------------- */
.footer{border-top:1px solid var(--hairline);padding:56px 0 40px;position:relative;z-index:2}
.footer-top{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;padding-bottom:32px;border-bottom:1px solid var(--hairline)}
.footer-links{display:flex;gap:28px;flex-wrap:wrap}
.footer-links a{font-size:.875rem;color:var(--text-muted);transition:color .15s ease}
.footer-links a:hover{color:var(--text)}
.footer-bottom{padding-top:24px;display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;font-size:.8125rem;color:var(--text-faint)}
.footer-legal{font-family:var(--mono);font-size:.6875rem;letter-spacing:.02em}

/* --- 18. Form ----------------------------------------------------------- */
.form{max-width:var(--measure);margin-top:40px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{margin-bottom:16px}
.field label{display:block;font-family:var(--mono);font-size:.6875rem;color:var(--text-faint);letter-spacing:.02em;margin-bottom:7px}
.field input,.field textarea,.field select{
  width:100%;background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius);
  padding:12px 14px;font-size:.9375rem;transition:border-color .15s ease;
}
.field input:hover,.field textarea:hover,.field select:hover{border-color:var(--text-faint)}
.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--accent)}
.field textarea{resize:vertical;min-height:110px}
.field .hint{font-size:.8125rem;color:var(--text-faint);margin-top:6px}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.form-status{margin-top:20px;padding:14px 16px;border-radius:var(--radius);font-size:.9375rem;display:none}
.form-status.ok{display:block;background:var(--accent-wash);border:1px solid var(--accent-line);color:var(--text)}
.form-status.err{display:block;background:var(--surface);border:1px solid var(--hairline);color:var(--text-muted)}

/* --- 19. Legal pages ---------------------------------------------------- */
.doc{max-width:760px;padding:72px 0 var(--section)}
.doc h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:12px}
.doc h2{font-size:1.5rem;margin:48px 0 12px}
.doc h3{font-size:1.125rem;margin:28px 0 8px}
.doc p,.doc li{color:var(--text-muted);margin-bottom:14px}
.doc ul,.doc ol{padding-left:22px}
.doc li{margin-bottom:8px}
.doc a{color:var(--accent-text);border-bottom:1px solid var(--accent-line)}
.doc .updated{font-family:var(--mono);font-size:.75rem;color:var(--text-faint);letter-spacing:.02em;margin-bottom:40px}

/* --- 20. Responsive ----------------------------------------------------- */
@media (max-width:900px){
  :root{--section:64px}
  /* Mobile: brand left, hamburger right, everything else inside the panel. */
  .nav-inner{grid-template-columns:1fr auto;height:64px;align-items:center}
  .brand{grid-column:1;justify-self:start;min-height:0}
  .nav-links{display:none}
  .nav-cta{display:none}

  .menu{display:block;grid-column:2;justify-self:end}
  .menu-btn{list-style:none;cursor:pointer;display:flex;flex-direction:column;
    align-items:center;justify-content:center;gap:4px;width:42px;height:38px;
    border:1px solid var(--hairline);border-radius:var(--radius);
    background:var(--surface);transition:border-color .15s ease}
  .menu-btn::-webkit-details-marker{display:none}
  .menu-btn::marker{content:""}
  .menu-btn:hover{border-color:var(--text-faint)}
  .menu-btn span{display:block;width:17px;height:1.5px;background:var(--text);
    transition:transform .18s ease,opacity .18s ease}
  /* Open state folds the bars into a close icon. */
  .menu[open] .menu-btn span:nth-child(1){transform:translateY(5.5px) rotate(45deg)}
  .menu[open] .menu-btn span:nth-child(2){opacity:0}
  .menu[open] .menu-btn span:nth-child(3){transform:translateY(-5.5px) rotate(-45deg)}

  /* Fixed to the viewport so the panel spans full width without having to
     out-dent past the container's padding. Top matches the 64px bar. */
  /* Belt and braces: a closed <details> hides its contents via
     content-visibility in current Chrome, which still reports a box. Being
     explicit means a fixed-position panel can never paint over the page on
     a browser that handles the closed state differently. */
  .menu:not([open]) .menu-panel{display:none}
  .menu-panel{position:fixed;top:64px;left:0;right:0;
    background:var(--base);border-bottom:1px solid var(--hairline);
    display:flex;flex-direction:column;padding:6px 20px 18px;
    box-shadow:0 18px 30px rgba(0,0,0,.45)}
  .menu-panel a{padding:15px 2px;font-size:1.0625rem;color:var(--text);
    border-bottom:1px solid var(--hairline)}
  .menu-panel .menu-cta{border-bottom:none;margin-top:16px;text-align:center;
    justify-content:center;color:var(--base);font-size:1rem;padding:15px 24px}

  .demo{grid-template-columns:1fr;gap:16px;margin-top:56px}
  .demo-arrow{transform:rotate(90deg);justify-self:start;padding-left:8px}
  .split,.work-grid,.price-grid{grid-template-columns:1fr;gap:32px}
  .item{grid-template-columns:1fr;gap:8px}
  .aside-card{grid-template-columns:1fr;gap:20px}
  .form-row{grid-template-columns:1fr;gap:0}
  h1{font-stretch:100%}
}
@media (max-width:520px){
  .container{padding-left:20px;padding-right:20px}
  .nav .btn{right:20px}
  .nav-links{gap:20px}
  .step{grid-template-columns:44px 1fr;gap:14px}
}

/* --- 21. Motion --------------------------------------------------------- */
/* One orchestrated moment: the hero demo, on load, once, done in under 2s.
   Pure CSS, so there is no JS-dependent class and therefore no flash of the
   wrong state, and the sequence still resolves with JavaScript disabled.
   fill-mode both holds the pre-state before the delay and the end state after. */
@keyframes beat{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@keyframes fade{from{opacity:0}to{opacity:1}}

.demo-beat{opacity:0;animation:beat .5s cubic-bezier(.22,.61,.36,1) both}
.demo-arrow{opacity:0;animation:fade .4s ease both}
.demo-beat.b1{animation-delay:.15s}
.demo-arrow.a1{animation-delay:.55s}
.demo-beat.b2{animation-delay:.75s}
.demo-arrow.a2{animation-delay:1.15s}
.demo-beat.b3{animation-delay:1.35s}

/* Scroll reveal on the work cards only, via CSS scroll-driven animation.
   Browsers without support simply show the cards — no JS, no hidden content. */
@supports (animation-timeline:view()){
  @media (prefers-reduced-motion:no-preference){
    .reveal{
      opacity:0;
      animation:beat .01s linear both;
      animation-timeline:view();
      animation-range:entry 10% cover 26%;
    }
  }
}

/* The reduced-motion contract: the hero's END STATE, immediately. */
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{
    animation-duration:.01ms!important;
    animation-delay:0ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
  .demo-beat,.demo-arrow,.reveal{opacity:1!important;transform:none!important}
}

/* --- 22. Utilities ------------------------------------------------------ */
.mt-16{margin-top:16px}
.mt-24{margin-top:24px}
.sr-defs{position:absolute;width:0;height:0;overflow:hidden}

/* Consent checkbox: a sentence with a control in it, not a mono field label. */
.consent{display:flex;gap:10px;align-items:flex-start;font-family:var(--sans);
  font-size:.875rem;color:var(--text-muted);letter-spacing:0;text-transform:none;line-height:1.5}
.consent input{width:auto;margin-top:3px;flex:0 0 auto;accent-color:var(--accent)}
.mt-40{margin-top:40px}
.case-shot{aspect-ratio:16/10;border:1px solid var(--hairline);border-radius:var(--radius);background:var(--surface-high);overflow:hidden}
.case-shot img{width:100%;height:100%;object-fit:cover;object-position:top center}
.split.mt-40{margin-top:40px}

/* --- 24. Alternating feature blocks ------------------------------------- */
.feature{padding:var(--section) 0;border-top:1px solid var(--hairline)}
.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.feature-row.reverse .feature-copy{order:2}
.feature-row.reverse .feature-art{order:1}
.feature-n{font-family:var(--mono);font-size:.75rem;color:var(--accent-text);letter-spacing:.02em;margin-bottom:18px}
.feature-copy h2{margin-bottom:18px}
.feature-copy p{color:var(--text-muted);max-width:52ch}
.feature-copy p+p{margin-top:14px}
.feature-art{min-width:0}

/* Block 2 — a drawn AI answer card */
.answer{background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius);overflow:hidden}
.answer-q{padding:14px 16px;border-bottom:1px solid var(--hairline);font-size:.9rem;color:var(--text-muted)}
.answer-q b{color:var(--text);font-weight:500}
.answer-b{padding:16px}
.answer-b p{font-size:.9rem;line-height:1.55;color:var(--text)}
.cites{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}
.cite{font-family:var(--mono);font-size:.575rem;letter-spacing:.02em;color:var(--accent-text);
  background:var(--accent-wash);border:1px solid var(--accent-line);border-radius:var(--radius);padding:3px 7px}
.answer-foot{padding:10px 16px;border-top:1px solid var(--hairline);background:rgba(255,255,255,.015);
  font-family:var(--mono);font-size:.575rem;color:var(--text-faint);letter-spacing:.02em}

/* Block 3 — form, then the alert it produces */
.pipe{display:grid;gap:14px}
.pipe-arrow{font-family:var(--mono);font-size:.75rem;color:var(--text-faint);text-align:center}
.pipe-note{font-family:var(--mono);font-size:.625rem;color:var(--text-faint);letter-spacing:.02em;text-align:center}

/* Block 4 — the shop's queue filling itself, and the platform list. */
.plats{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.plat{font-family:var(--mono);font-size:.6875rem;letter-spacing:.02em;color:var(--text-muted);
  background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius);padding:6px 10px}

.queue{background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius);padding:14px}
.qhead{display:flex;align-items:center;gap:9px;padding:2px 4px 14px}
.qtitle{font-family:var(--display);font-weight:600;font-size:1.05rem;letter-spacing:-.015em}
.qnew{margin-left:auto;display:flex;align-items:center;gap:7px}
.qpulse{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px var(--accent-wash)}
.qcount{font-family:var(--mono);font-size:.66rem;color:var(--text);background:var(--surface-high);
  border:1px solid var(--hairline);border-radius:var(--radius);padding:3px 8px}
.est{background:var(--base);border:1px solid var(--hairline);border-radius:var(--radius);
  padding:13px 14px;margin-bottom:10px}
.est:last-child{margin-bottom:0}
.est.fresh{border-color:rgba(255,106,0,.32);box-shadow:inset 3px 0 0 var(--accent)}
.eid{display:flex;align-items:center;gap:8px;margin-bottom:7px}
.eid span{font-family:var(--mono);font-size:.63rem;color:var(--text-faint);letter-spacing:.02em}
.etag{margin-left:auto;font-family:var(--mono);font-size:.57rem;letter-spacing:.03em;
  color:var(--accent-text);background:var(--accent-wash);border:1px solid var(--accent-line);
  border-radius:var(--radius);padding:2px 6px}
.etitle{font-weight:500;font-size:.9rem;line-height:1.4;margin-bottom:11px}
.emeta{display:flex;align-items:center;gap:9px;margin-bottom:6px;font-size:.83rem;color:var(--text-muted)}
.emeta:last-of-type{margin-bottom:0}
.emeta svg{flex:0 0 auto;opacity:.65}
.efoot{display:flex;gap:15px;margin-top:12px;padding-top:11px;border-top:1px solid var(--hairline);opacity:.4}

@media (max-width:900px){
  .feature-row{grid-template-columns:1fr;gap:36px}
  .feature-row.reverse .feature-copy{order:1}
  .feature-row.reverse .feature-art{order:2}
}

/* --- 27. Pricing: cost left, what's included right --------------------- */
.price-split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.price-split h2{margin-bottom:28px}
.price-col .price-card+.price-card{margin-top:20px}
.price-per{font-family:var(--sans);font-size:1.125rem;font-weight:400;color:var(--text-muted);
  letter-spacing:0;margin-left:4px}

.incl{list-style:none;border-top:1px solid var(--hairline)}
.incl li{padding:18px 0;border-bottom:1px solid var(--hairline)}
.incl h3{font-size:1.0625rem;margin-bottom:5px}
.incl p{font-size:.9375rem;color:var(--text-muted);line-height:1.5}

/* Add-ons ride under what's included rather than owning a section.
   2px radius, matching the platform chips — brand spec §5 reserves the
   fully-round shape for status dots. */
.addons{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.addon{flex:1 1 230px;border:1px solid var(--accent-line);background:var(--accent-wash);
  border-radius:var(--radius);padding:14px 16px}
.addon b{display:block;font-family:var(--display);font-weight:600;font-size:.9375rem;
  letter-spacing:-.01em;color:var(--text);margin-bottom:4px}
.addon span{display:block;font-size:.875rem;color:var(--text-muted);line-height:1.45}
.addons-note{font-family:var(--mono);font-size:.6875rem;letter-spacing:.02em;
  color:var(--text-faint);margin-top:14px}

@media (max-width:900px){
  .price-split{grid-template-columns:1fr;gap:48px}
}

/* --- 28. Centred closing CTA ------------------------------------------
   The site is left-aligned throughout per brand spec §5. This is the one
   deliberate exception: a closing CTA band, not a section header, and the
   client asked for it centred so it reads as the obvious next step. */
.cta-band{text-align:center;max-width:640px;margin:0 auto;padding:8px 0}
.cta-band h2{margin-bottom:16px}
.cta-band .lead{margin:0 auto 32px;max-width:52ch}
.cta-band .hero-actions{justify-content:center;margin-top:0}
.cta-band .btn{padding:16px 30px;font-size:1rem}

/* Quote prompt inside the pricing card. */
.price-cta{margin-top:20px;display:inline-flex}
/* Privacy/Terms now live in the small grey footer line, where the legal
   entity used to sit. They inherit --text-faint from .footer-bottom. */
.footer-legal a{transition:color .15s ease}
.footer-legal a:hover{color:var(--text)}

/* --- 29. About: the four "how we help" cards --------------------------- */
.help-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:8px}
.help-card{background:var(--surface);border:1px solid var(--hairline);
  border-radius:var(--radius);padding:28px}
.help-card h3{margin-bottom:10px}
.help-card p{color:var(--text-muted);font-size:.9375rem;line-height:1.55}

.owner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.owner p{color:var(--text-muted)}
.owner p+p{margin-top:16px}
.owner-facts{list-style:none;border-top:1px solid var(--hairline)}
.owner-facts li{display:flex;gap:16px;padding:12px 0;border-bottom:1px solid var(--hairline);
  font-size:.9375rem;color:var(--text-muted)}
.owner-facts .k{font-family:var(--mono);font-size:.6875rem;letter-spacing:.02em;
  color:var(--text-faint);flex:0 0 96px;padding-top:3px}

@media (max-width:900px){
  .help-grid{grid-template-columns:1fr;gap:16px}
  .owner{grid-template-columns:1fr;gap:36px}
}


/* --- 30. Hero: copy left, search graphic right (7/5 asymmetric) --------- */
.hero-grid{display:grid;grid-template-columns:7fr 5fr;gap:64px;align-items:center}
.hero-grid h1{font-size:clamp(2.1rem,3.9vw,3.15rem);line-height:1.05}
.hero-grid .h1-tail{white-space:nowrap}
.hero-grid .lead{font-size:1.125rem;margin-top:20px}
.hero-grid .hero-actions{margin-top:32px}

/* --- 31. Tabbed "what you get" ----------------------------------------
   Radio inputs drive this, so it works with JavaScript blocked. All four
   labels stay visible, which is the point: a carousel would hide the fact
   that the other three exist. */
.tabs{position:relative}
.tab-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.tablist{display:flex;gap:4px;border-bottom:1px solid var(--hairline);
  margin-bottom:56px;overflow-x:auto;scrollbar-width:none}
.tablist::-webkit-scrollbar{display:none}
.tablist label{display:flex;align-items:baseline;gap:9px;padding:14px 18px;cursor:pointer;
  white-space:nowrap;color:var(--text-muted);border-bottom:2px solid transparent;
  margin-bottom:-1px;transition:color .15s ease,border-color .15s ease}
.tablist label:hover{color:var(--text)}
.tablist .tn{font-family:var(--mono);font-size:.6875rem;color:var(--text-faint);
  letter-spacing:.02em;transition:color .15s ease}
.tablist .tl{font-family:var(--display);font-weight:600;font-size:1.0625rem;letter-spacing:-.015em}
.tabpanel{display:none}
.tabpanel-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.tab-copy h3{font-size:clamp(1.5rem,2.6vw,2rem);letter-spacing:-.025em;line-height:1.1;margin-bottom:18px}
.tab-copy p{color:var(--text-muted);font-size:1.0625rem;line-height:1.6;max-width:46ch}
.tab-copy p+p{margin-top:14px}
.tab-art{min-width:0}
#t1:checked ~ .tabpanels > #p1{display:block}
#t1:checked ~ .tablist label[for="t1"]{color:var(--text);border-bottom-color:var(--accent)}
#t1:checked ~ .tablist label[for="t1"] .tn{color:var(--accent-text)}
#t1:focus-visible ~ .tablist label[for="t1"]{outline:2px solid var(--accent);outline-offset:2px}
#t2:checked ~ .tabpanels > #p2{display:block}
#t2:checked ~ .tablist label[for="t2"]{color:var(--text);border-bottom-color:var(--accent)}
#t2:checked ~ .tablist label[for="t2"] .tn{color:var(--accent-text)}
#t2:focus-visible ~ .tablist label[for="t2"]{outline:2px solid var(--accent);outline-offset:2px}
#t3:checked ~ .tabpanels > #p3{display:block}
#t3:checked ~ .tablist label[for="t3"]{color:var(--text);border-bottom-color:var(--accent)}
#t3:checked ~ .tablist label[for="t3"] .tn{color:var(--accent-text)}
#t3:focus-visible ~ .tablist label[for="t3"]{outline:2px solid var(--accent);outline-offset:2px}
#t4:checked ~ .tabpanels > #p4{display:block}
#t4:checked ~ .tablist label[for="t4"]{color:var(--text);border-bottom-color:var(--accent)}
#t4:checked ~ .tablist label[for="t4"] .tn{color:var(--accent-text)}
#t4:focus-visible ~ .tablist label[for="t4"]{outline:2px solid var(--accent);outline-offset:2px}

/* --- 32. Dark sample site, house style (tab 01) ------------------------ */
.dsite{border:1px solid var(--hairline);border-radius:var(--radius);overflow:hidden;background:var(--base)}
.dsite-bar{height:30px;background:var(--surface-high);border-bottom:1px solid var(--hairline);
  display:flex;align-items:center;gap:6px;padding:0 12px}
.dsite-dot{width:6px;height:6px;border-radius:50%;background:var(--hairline);flex:0 0 auto}
.dsite-url{margin-left:8px;flex:1;height:16px;background:var(--base);border:1px solid var(--hairline);
  border-radius:2px;display:flex;align-items:center;padding:0 8px;
  font-family:var(--mono);font-size:.55rem;color:var(--text-faint)}
.dsite-body{padding:20px}
.dsite-nav{display:flex;align-items:center;gap:10px;padding-bottom:14px;
  border-bottom:1px solid var(--hairline);margin-bottom:20px}
.dsite-word{font-family:var(--display);font-weight:700;font-size:11px;
  letter-spacing:-.01em;text-transform:uppercase;color:var(--text)}
.dsite-links{display:flex;gap:10px}
.dsite-links span{font-size:7.5px;color:var(--text-muted)}
.dsite-cta{margin-left:auto;background:var(--accent);color:var(--base);font-weight:600;
  font-size:8px;border-radius:var(--radius);padding:5px 10px}
.dsite-eyebrow{font-family:var(--mono);font-size:7.5px;letter-spacing:.06em;
  color:var(--accent-text);margin-bottom:9px}
.dsite .dsite-h{display:block;font-family:var(--display);font-weight:700;font-size:22px;line-height:1.04;
  letter-spacing:-.035em;color:var(--text);margin-bottom:9px}
.dsite p{font-size:9.5px;line-height:1.5;color:var(--text-muted);margin-bottom:13px}
.dsite-btns{display:flex;gap:7px;margin-bottom:18px}
.dsite-b1{background:var(--accent);color:var(--base);font-weight:600;font-size:9px;
  border-radius:var(--radius);padding:7px 12px}
.dsite-b2{border:1px solid var(--hairline);color:var(--text);font-size:9px;
  border-radius:var(--radius);padding:7px 12px}
.dsite-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:16px}
.dsite-card{background:var(--surface);border:1px solid var(--hairline);
  border-radius:var(--radius);padding:9px}
.dsite-card b{display:block;font-family:var(--display);font-weight:600;font-size:9px;
  color:var(--text);margin-bottom:3px}
.dsite-card span{display:block;font-size:7.5px;color:var(--text-faint);line-height:1.35}
.dsite-meta{display:flex;gap:10px;padding-top:12px;border-top:1px solid var(--hairline)}
.dsite-meta span{font-family:var(--mono);font-size:7.5px;letter-spacing:.04em;color:var(--text-faint)}

@media (max-width:900px){
  .hero-grid{grid-template-columns:1fr;gap:40px}
  /* The search panel is dense and shrinks badly on a phone; hiding it also
     takes its halo, since the glow is a pseudo-element of .serp-wrap. */
  .serp-wrap{display:none}
  .hero-grid h1{font-size:clamp(2.1rem,7.4vw,3rem)}
  /* Let it wrap on a phone; nowrap here would overflow. */
  .hero-grid .h1-tail{white-space:normal}

  /* Tabs become a 2x2 grid. In a row, 230px of the 565px strip sat
     off-screen at 375px wide, so two of the four claims were invisible —
     which is exactly the failure mode tabs were chosen to avoid. */
  .tablist{display:grid;grid-template-columns:1fr 1fr;gap:8px;
    border-bottom:none;overflow:visible;margin-bottom:36px}
  .tablist label{flex-direction:column;align-items:flex-start;gap:3px;padding:12px 13px;
    white-space:normal;border:1px solid var(--hairline);border-radius:var(--radius);
    background:var(--surface);margin-bottom:0}
  .tablist .tl{font-size:.9375rem;line-height:1.2}
  .tablist .tn{font-size:.625rem}
  #t1:checked ~ .tablist label[for="t1"],
  #t2:checked ~ .tablist label[for="t2"],
  #t3:checked ~ .tablist label[for="t3"],
  #t4:checked ~ .tablist label[for="t4"]{
    border-color:var(--accent-line);background:var(--accent-wash);color:var(--text)}
  .tabpanel-inner{grid-template-columns:1fr;gap:32px}
  .tab-copy h3{font-size:1.5rem;margin-bottom:14px}
  .tab-copy p{font-size:1rem}
}

/* --- 33. Compact page header for sub-pages -----------------------------
   The homepage hero earns its height; an interior page title does not.
   Keeps the grid and bloom texture, just far less air around it. */
.hero.page-head{padding-top:clamp(44px,5vw,68px);padding-bottom:clamp(36px,4vw,52px)}
.hero.page-head h1{font-size:clamp(2.1rem,4.6vw,3.1rem);line-height:1.05}
.hero.page-head .lead{margin-top:14px;font-size:1.0625rem}

/* --- 34. About: intro copy beside the four cards ----------------------- */
.about-split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.about-split h2{margin-bottom:20px}
.about-split p{color:var(--text-muted)}
.about-split p+p{margin-top:14px}
.about-split .help-grid{margin-top:0;gap:14px}
.about-split .help-card{padding:18px}
.about-split .help-card h3{font-size:1.0625rem;margin-bottom:6px}
.about-split .help-card p{font-size:.875rem;line-height:1.5}

@media (max-width:900px){
  .about-split{grid-template-columns:1fr;gap:36px}
}

/* Orange halo behind the search panel, so it reads as a designed asset
   rather than a pasted screenshot.

   Built as a BLURRED SHAPE, not a radial gradient. A gradient puts its
   brightest point at the centre — which sits directly behind an opaque
   white card, so all of it is hidden and only the dim falloff shows at the
   edges. Blurring a filled rounded rect instead means the glow is created
   AT the perimeter, which is the only part anyone can actually see.

   This is a glow, which spec §3 bans. Deliberate and at the client's
   request: the compliant faint bloom was invisible on their display. */
.serp-wrap{position:relative}
.serp-wrap::before{
  content:"";position:absolute;inset:-8px;z-index:0;pointer-events:none;
  border-radius:14px;
  background:rgba(255,106,0,.55);
  filter:blur(30px);
}
.serp-wrap > .serp{position:relative;z-index:1}

/* --- 35. Hero search graphic -------------------------------------------
   A stylised search result, not a copy of any search engine's UI: the
   SHAPE is what people recognise, and reproducing a real product's chrome
   and logo is a trademark problem for no gain.
   All colours are --s-* tokens scoped to .serp because this depicts a
   third-party interface, exactly like the .dsite mock. Nothing leaks. */
.serp{
  --s-bg:#FFFFFF; --s-ink:#1F2430; --s-body:#5B6B85; --s-link:#1A56DB;
  --s-line:#E4E9F2; --s-ai:#F3F7FF; --s-star:#F5B301; --s-open:#15803D;
  background:var(--s-bg);border:1px solid var(--hairline);border-radius:var(--radius);
  overflow:hidden;font-family:var(--sans);color:var(--s-ink);
}
.serp-bar{display:flex;align-items:center;gap:9px;padding:13px 15px;border-bottom:1px solid var(--s-line)}
.serp-mag{width:15px;height:15px;flex:0 0 auto;color:var(--s-body)}
/* inline-block so the caret's left:100% resolves to the text width. */
.serp-q{position:relative;display:inline-block;white-space:nowrap;font-size:13.5px;color:var(--s-ink)}
.serp-qt{display:block;clip-path:inset(0 100% 0 0)}
.serp-caret{position:absolute;top:50%;left:0;width:1.5px;height:15px;margin-top:-7.5px;
  background:var(--s-link)}

.serp-ai{background:var(--s-ai);border-bottom:1px solid var(--s-line);padding:12px 15px}
.serp-ai-label{display:inline-block;font-family:var(--mono);font-size:7.5px;letter-spacing:.06em;
  color:var(--s-link);border:1px solid rgba(26,86,219,.25);border-radius:3px;padding:2px 6px;margin-bottom:7px}
.serp-ai p{font-size:10.5px;line-height:1.5;color:var(--s-ink);margin:0 0 7px}
.serp-ai p b{font-weight:600}
.serp-cite{display:inline-block;font-size:8.5px;color:var(--s-link);
  border:1px solid var(--s-line);background:#fff;border-radius:20px;padding:3px 8px}

.serp-results{padding:6px 15px 14px}
.serp-item{padding:11px 0;border-bottom:1px solid var(--s-line)}
.serp-item:last-child{border-bottom:none}
.serp-url{display:block;font-size:8.5px;color:var(--s-body);margin-bottom:3px}
.serp-title{display:block;font-size:13px;line-height:1.25;color:var(--s-link);margin-bottom:4px}
.serp-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:9px;color:var(--s-body)}
.serp-stars{color:var(--s-star);font-size:9px;letter-spacing:.5px}
.serp-open{color:var(--s-open);font-weight:600}
/* The other two results are deliberately dimmed and generic — no real
   business is named or implied. */
.serp-item.is-other .serp-title{color:#7C8BA5}
.serp-item.is-other .serp-url{color:#9AA7BC}

/* The one orchestrated motion moment: the query types, then results land.
   Finishes in about 2s and never repeats. */
@keyframes serpType{to{clip-path:inset(0 0 0 0)}}
/* The caret rides the same 19 steps as the reveal, so it sits at the
   character being typed instead of parked at the end. */
@keyframes serpMove{to{left:100%}}
@keyframes serpCaret{0%,49%{opacity:1}50%,100%{opacity:0}}
@keyframes serpIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.serp-qt{animation:serpType .85s steps(19,end) .25s forwards}
/* Blinks forever, like a real search box. Without it the graphic reads as
   a static screenshot to anyone who arrives after the 1.9s intro. */
.serp-caret{animation:serpMove .85s steps(19,end) .25s forwards,
                     serpCaret 1.06s steps(1,end) infinite}
.serp-ai{opacity:0;animation:serpIn .35s ease 1.18s forwards}
.serp-item{opacity:0;animation:serpIn .35s ease forwards}
.serp-item:nth-child(1){animation-delay:1.3s}
.serp-item:nth-child(2){animation-delay:1.42s}
.serp-item:nth-child(3){animation-delay:1.54s}

@media (prefers-reduced-motion:reduce){
  .serp-qt{animation:none;clip-path:none}
  .serp-caret{animation:none;left:100%;opacity:1}
  .serp-ai,.serp-item{animation:none;opacity:1;transform:none}
}
