:root {
  color-scheme: light;
  --ink: #1a1614;
  --cream: #f7f5f0;
  --surface: #fffdfa;
  --muted: #6d625b;
  --line: rgba(26, 22, 20, .12);
  --accent: #e8542b;
  --accent-dark: #b93d1d;
  --shadow: 0 1px 2px rgba(26,22,20,.08), 0 8px 24px rgba(26,22,20,.08);
  --glow: 0 12px 40px -12px rgba(232,84,43,.35);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.58; }
h1, h2, h3 { line-height: 1.08; }
h1 { margin: 0 0 18px; font-size: clamp(2.6rem, 6vw, 4.2rem); font-weight: 700; letter-spacing: -.03em; }
h2 { margin: 0 0 16px; font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 750; letter-spacing: -.02em; }
h3 { margin: 0 0 9px; font-size: 1.12rem; letter-spacing: -.01em; }
p { color: inherit; }
a { color: inherit; }
::selection { background: var(--accent); color: #fff; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
section { scroll-margin-top: 96px; }
.container { position: relative; z-index: 1; width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 820px; }
.section { position: relative; padding: clamp(4rem, 9vw, 7rem) 0; background: var(--cream); }
.section.dark::before { content: ""; position: absolute; inset: 0 0 auto; z-index: 0; height: 120px; background: linear-gradient(to bottom, rgba(26,22,20,.04), transparent); pointer-events: none; }
.section.dark .container { position: relative; z-index: 1; }
#pricing::before { content: ""; position: absolute; inset: 0 0 auto; z-index: 0; height: 120px; background: linear-gradient(to bottom, transparent, rgba(26,22,20,.04)); pointer-events: none; display: none; }
.dark { color: #fff; background: #16110f; }
.dark h2 { color: #fff; }
.dark p { color: #ddd4ce; }
.eyebrow { margin: 0 0 13px; color: var(--accent); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lead { max-width: 730px; margin: 0 0 27px; color: var(--muted); font-size: clamp(1.02rem, 2vw, 1.18rem); }
.dark .lead { color: #ddd4ce; }

.skip-link { position: fixed; top: -100px; left: 15px; z-index: 100; padding: 10px 16px; border-radius: 999px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 15px; }
.top-bar { position: sticky; top: 12px; z-index: 50; margin: 0 16px; border: 1px solid rgba(0,0,0,.06); border-radius: 16px; background: rgba(247,245,240,.62); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); box-shadow: 0 1px 2px rgba(0,0,0,.04); transition: box-shadow .3s, background .3s; }
.top-bar.scrolled { background: rgba(247,245,240,.62); box-shadow: 0 8px 32px rgba(0,0,0,.08); }
.top-bar-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 68px; padding: 8px 18px; }
.brand { color: var(--ink); font-size: 1.16rem; font-weight: 850; letter-spacing: -.03em; text-decoration: none; }
.top-bar p { margin: 0; color: var(--muted); font-size: .88rem; }
.top-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 10px; }
.top-nav { display: flex; flex-wrap: wrap; gap: 10px; }
.top-nav a { color: var(--muted); font-size: .82rem; font-weight: 650; text-decoration: none; transition: color .2s; }
.top-nav a:hover, .top-nav a.active { color: var(--accent); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 600; line-height: 1.25; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.button.primary { background: var(--accent); color: #fff; box-shadow: 0 10px 28px -12px rgba(232,84,43,.65); }
.button.primary:hover { transform: scale(1.02); box-shadow: var(--glow); }
.button.ghost { border-color: rgba(26,22,20,.18); background: rgba(255,255,255,.5); color: var(--ink); }
.button.ghost:hover { border-color: var(--accent); box-shadow: var(--glow); }
.dark .button.ghost { border-color: rgba(255,255,255,.26); background: rgba(255,255,255,.08); color: #fff; }
.button.small { min-height: 39px; padding: 8px 15px; font-size: .82rem; }

.hero { position: relative; overflow: hidden; padding: clamp(4rem, 9vw, 7rem) 0; background: #16110f; color: #fff; }
.hero h1, .hero .phone-caption { color: #fff; }
.hero .lead { color: #CFC7C0; font-size: 17px; line-height: 1.65; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(340px,.95fr); align-items: center; gap: 52px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.aurora { position: absolute; z-index: 0; width: 420px; height: 420px; border-radius: 50%; filter: blur(80px); opacity: .3; pointer-events: none; animation: drift 22s ease-in-out infinite alternate; }
.aurora-one { top: -130px; right: 5%; background: radial-gradient(circle, #e8542b 0%, transparent 70%); }
.aurora-two { bottom: -160px; left: 0; background: radial-gradient(circle, #f2b544 0%, transparent 70%); animation-duration: 18s; }
@keyframes drift { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(55px,38px,0) scale(1.08); } }

.phone { position: relative; z-index: 1; overflow: hidden; width: min(390px,100%); margin: 0 auto; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: rgba(22,17,15,.66); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 30px 80px -20px rgba(232,84,43,.45); backdrop-filter: blur(18px) saturate(180%); -webkit-backdrop-filter: blur(18px) saturate(180%); }
.phone-top { display: flex; align-items: center; gap: 11px; padding: 17px 19px; border-bottom: 1px solid rgba(255,255,255,.12); }
.vernon-avatar { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #e8542b, #f2b544); color: #fff; font-weight: 800; }
.phone-top strong { display: block; color: #fff; }
.phone-top small { display: flex; align-items: center; gap: 6px; color: #9be7b8; font-size: .74rem; }
.online-dot { width: 8px; height: 8px; border-radius: 50%; background: #42d179; box-shadow: 0 0 0 0 rgba(66,209,121,.5), 0 0 10px rgba(66,209,121,.75); }
@keyframes online-pulse { 50% { box-shadow: 0 0 0 8px rgba(66,209,121,0); } }
.thread { display: flex; flex-direction: column; gap: 12px; min-height: 392px; max-height: 392px; padding: 18px; overflow: hidden; }
.phone.compact .thread { min-height: 330px; max-height: 330px; }
.message-group { width: fit-content; max-width: 88%; margin: 0; animation: message-in .35s ease-out; }
.message-group .bubble { margin: 0; padding: 11px 14px; border-radius: 22px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 10px 24px rgba(0,0,0,.12); }
.message-group span { display: block; margin-top: 5px; color: rgba(255,255,255,.45); font-size: 11px; line-height: 1.2; }
.message-group.customer { align-self: flex-start; }
.message-group.customer .bubble { background: #312925; color: #fff; }
.message-group.customer + .message-group.customer .bubble { border-radius: 8px 22px 22px 22px; }
.message-group.vernon { align-self: flex-end; text-align: left; }
.message-group.vernon .bubble { background: linear-gradient(135deg, #e8542b, #d44520); color: #fff; }
.message-group.vernon + .message-group.vernon .bubble { border-radius: 22px 8px 22px 22px; }
@keyframes message-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.typing { display: flex; gap: 5px; align-items: center; align-self: flex-end; min-width: 58px; min-height: 38px; padding: 11px 15px; border-radius: 22px; background: rgba(232,84,43,.24); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.typing i { width: 6px; height: 6px; border-radius: 50%; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.35); animation: bounce 1.1s infinite; }
.typing i:nth-child(2) { animation-delay: .14s; }
.typing i:nth-child(3) { animation-delay: .28s; }
@keyframes bounce { 0%,70%,100% { transform: translateY(0); opacity: .5; } 35% { transform: translateY(-6px); opacity: 1; } }
.phone-input { display: flex; align-items: center; justify-content: space-between; gap: 10px; height: 44px; margin: 0 18px 15px; padding: 4px 5px 4px 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(255,255,255,.07); box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); color: rgba(255,255,255,.5); font-size: .82rem; }
.send-dot { width: 40px; height: 40px; padding: 0; border: 0; border-radius: 50%; background: var(--accent); box-shadow: 0 6px 18px rgba(232,84,43,.35); cursor: pointer; transition: box-shadow .2s, transform .2s; }
.send-dot:hover { transform: translateY(-1px); box-shadow: 0 0 22px rgba(232,84,43,.75); }
.send-dot:focus-visible { outline: 0; box-shadow: 0 0 0 3px rgba(247,245,240,.35), 0 0 18px rgba(232,84,43,.75); }
.phone-caption { max-width: 390px; margin: 10px auto 0; color: rgba(255,255,255,.82); text-align: center; font-size: .78rem; }

.connectors { position: relative; padding: clamp(4rem, 9vw, 7rem) 0; background: var(--cream); }
.connectors h2 { margin-bottom: 10px; font-size: 1.18rem; }
.connectors p { margin: 18px 0 0; color: var(--muted); text-align: center; }
.marquee { display: flex; overflow: hidden; max-width: 100%; mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.marquee-track { flex: 0 0 auto; display: flex; width: max-content; margin: 0; padding: 0; list-style: none; animation: marquee 22s linear infinite; }
.connector-row li { display: inline-flex; align-items: center; gap: 8px; margin-right: 10px; padding: 10px 18px; border: 1px solid rgba(0,0,0,.1); border-radius: 999px; background: rgba(255,255,255,.72); color: #6B645E; font-size: .85rem; font-weight: 700; white-space: nowrap; transition: transform .2s, color .2s; }
.connector-row li:hover { transform: translateY(-2px); color: var(--accent); }
.connector-icon { display: inline-flex; width: 18px; height: 18px; color: currentColor; }
.connector-icon svg { width: 18px; height: 18px; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-100%); } }

.card-grid { display: grid; gap: 20px; }
.card { padding: 28px; border: 1px solid rgba(0,0,0,.08); border-radius: 20px; background: var(--surface); box-shadow: 0 1px 2px rgba(0,0,0,.05), 0 12px 32px rgba(0,0,0,.06); transition: transform .25s, border-color .25s, box-shadow .25s; }
.card p { margin: 0; color: var(--muted); }
.card:hover { transform: translateY(-4px); border-color: rgba(232,84,43,.5); box-shadow: 0 16px 48px rgba(232,84,43,.18); }
.contract { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; counter-reset: contract; }
.contract li { position: relative; padding: 21px 20px 21px 70px; border: 1px solid rgba(255,255,255,.08); border-radius: 20px; background: #1A1614; color: #ddd4ce; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 12px 32px rgba(0,0,0,.14); counter-increment: contract; transition: transform .25s, border-color .25s, box-shadow .25s; }
.contract li:hover { transform: translateY(-4px); border-color: var(--accent); box-shadow: 0 16px 48px rgba(232,84,43,.25); }
.contract li::before { position: absolute; top: 20px; left: 19px; display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; background: var(--accent); color: #fff; font-weight: 800; content: counter(contract); }
.contract strong { color: #fff; }

.pricing { align-items: stretch; }
.price-card { display: flex; flex-direction: column; }
.tier { margin: 0 0 9px; color: #4a423c; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price { margin: 0 0 14px; color: var(--accent-dark); font-size: 1.85rem; font-weight: 800; letter-spacing: -.03em; }
.featured { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(232,84,43,.12), var(--glow); }
.featured .tier { color: var(--accent); animation: badge-pulse 2.4s ease-in-out infinite; }
@keyframes badge-pulse { 50% { opacity: .72; } }
.pricing-note, .pilot { max-width: 720px; margin: 24px 0 0; color: #4a423c; }
.pilot strong { color: var(--ink); }

.calculator { background: var(--cream); }
.calculator .narrow { max-width: 760px; }
.calculator-panel { display: grid; gap: 18px; padding: clamp(24px,4vw,38px); border: 1px solid rgba(0,0,0,.08); border-radius: 20px; background: var(--surface); box-shadow: 0 1px 2px rgba(0,0,0,.05), 0 12px 32px rgba(0,0,0,.06); transition: transform .25s, border-color .25s, box-shadow .25s; }
.calculator-panel:hover { transform: translateY(-4px); border-color: rgba(232,84,43,.5); box-shadow: 0 16px 48px rgba(232,84,43,.18); }
.calculator-panel label { margin-top: 4px; color: var(--ink); font-size: .88rem; font-weight: 700; }
.calculator-panel .button { justify-self: start; }
.calculator-result { display: grid; gap: 3px; margin: 8px 0 0; padding: 20px 22px; border-radius: 16px; background: rgba(26,22,20,.92); color: rgba(255,255,255,.72); font-size: .88rem; box-shadow: inset 0 0 0 1px rgba(232,84,43,.28); }
.calculator-result strong { color: var(--accent); font-size: 2rem; font-weight: 750; line-height: 1.1; }
.calculator-note, .calculator-cta { margin: 0; color: var(--muted); font-size: .88rem; }
.calculator-control { display: grid; gap: 26px; }
.calculator-control label { margin-top: 0; }
.range-wrap { position: relative; }
input[type="range"] { appearance: none; -webkit-appearance: none; width: 100%; height: 28px; margin: 0; background: transparent; cursor: pointer; }
input[type="range"]::-webkit-slider-runnable-track { height: 8px; border-radius: 999px; background: rgba(0,0,0,.12); }
input[type="range"]::-webkit-slider-thumb { appearance: none; -webkit-appearance: none; width: 28px; height: 28px; margin-top: -10px; border: 0; border-radius: 50%; background: radial-gradient(circle, #fff 0 4px, var(--accent) 5px 100%); box-shadow: 0 6px 14px rgba(232,84,43,.35); }
input[type="range"]::-moz-range-track { height: 8px; border-radius: 999px; background: rgba(0,0,0,.12); }
input[type="range"]::-moz-range-thumb { width: 28px; height: 28px; border: 0; border-radius: 50%; background: radial-gradient(circle, #fff 0 4px, var(--accent) 5px 100%); box-shadow: 0 6px 14px rgba(232,84,43,.35); }
.range-bubble { position: absolute; top: -31px; left: var(--bubble-position, 50%); transform: translateX(-50%); padding: 4px 9px; border-radius: 999px; background: var(--ink); color: #fff; font-size: .72rem; font-weight: 750; line-height: 1; pointer-events: none; }

.case-study { background: var(--cream); }
.case-study > .container > p { max-width: 62ch; color: var(--muted); font-size: 1.08rem; }
.metrics { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin: 33px 0 0; }
.metrics div { padding: 22px; border: 1px solid rgba(0,0,0,.08); border-radius: 20px; background: var(--surface); box-shadow: 0 1px 2px rgba(0,0,0,.05), 0 12px 32px rgba(0,0,0,.06); transition: transform .25s, border-color .25s, box-shadow .25s; }
.metrics div:hover { transform: translateY(-4px); border-color: rgba(232,84,43,.5); box-shadow: 0 16px 48px rgba(232,84,43,.18); }
.metrics dt { color: var(--muted); font-size: .78rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.metrics dd { margin: 8px 0 0; color: var(--accent); font-size: 1.05rem; font-weight: 650; letter-spacing: 0; }
.wont-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.wont-list li:last-child { grid-column: 1 / -1; width: 100%; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 20px; background: rgba(232,84,43,.07); border: 1px solid rgba(232,84,43,.22); } .wont-list li:last-child .wont-icon { flex: none; } .wont-list li:last-child p { margin: 0; }
.wont-list li { display: grid; grid-template-columns: 20px minmax(0,1fr); gap: 12px; align-items: start; padding: 18px; border: 1px solid rgba(0,0,0,.08); border-radius: 20px; background: var(--surface); box-shadow: 0 1px 2px rgba(0,0,0,.05), 0 12px 32px rgba(0,0,0,.06); color: var(--muted); transition: transform .25s, border-color .25s, box-shadow .25s; }
.wont-list li:hover { transform: translateY(-4px); border-color: rgba(232,84,43,.5); box-shadow: 0 16px 48px rgba(232,84,43,.18); }
.wont-list h3 { margin: 0 0 5px; font-size: 1rem; }
.wont-list p { margin: 0; font-size: .9rem; }
.wont-icon { display: inline-flex; width: 20px; height: 20px; color: var(--accent); }
.wont-icon svg { width: 20px; height: 20px; }

.demo-panel { position: relative; overflow: hidden; padding: clamp(4rem, 9vw, 7rem) 0; background: linear-gradient(180deg,#201a17,#0f0c0b); color: #fff; }
.demo-panel::before { content: ""; position: absolute; inset: 0 0 auto; z-index: 0; height: 120px; background: linear-gradient(to bottom, rgba(26,22,20,.04), transparent); pointer-events: none; }
.demo-panel h2 { color: #fff; }
.form-wrap { position: relative; display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 42px; align-items: center; max-width: 1050px; }
.demo-copy { position: relative; z-index: 1; }
.demo-number { margin-bottom: 24px; }
.xxx-placeholder { text-decoration: underline; text-underline-offset: 3px; }
form { position: relative; z-index: 1; display: grid; gap: 8px; padding: 27px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.06); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
form label, legend { font-size: .82rem; font-weight: 750; }
fieldset { margin: 10px 0; padding: 0; border: 0; }
legend { color: #fff; }
.choices { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 0; }
.choices label { display: flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 500; }
input[type="text"] { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 10px; background: #fff; color: var(--ink); font: inherit; }
input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--accent); }
.calendly { position: relative; z-index: 1; display: inline-flex; margin-top: 14px; color: #ffb694; font-weight: 800; }
footer { padding: 33px 0; border-top: 1px solid var(--line); background: #fff; color: var(--muted); }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; }
.footer-inner p { margin: 0; }
.footer-inner nav { display: flex; gap: 4px; }
.footer-inner a { color: var(--ink); font-weight: 650; text-decoration: none; }
.footer-inner a:hover { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.footer-inner nav a { padding: 8px 10px; line-height: 1.35; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease-out, transform .6s ease-out; }
.js .reveal.visible { opacity: 1; transform: none; }
.reveal > *:nth-child(2) { transition-delay: .08s; }
.reveal > *:nth-child(3) { transition-delay: .16s; }

@media (min-width: 720px) { .card-grid.three, .pricing { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (max-width: 989px) { .form-wrap { grid-template-columns: 1fr; gap: 30px; } }
@media (max-width: 919px) { .hero-grid { grid-template-columns: 1fr; gap: 36px; } }
@media (max-width: 719px) {
  .top-bar-inner { flex-wrap: wrap; min-height: 64px; padding: 10px 14px; }
  .top-bar p { display: none; }
  .top-nav { display: none; }
  .top-actions { flex: 1 1 100%; justify-content: space-between; }
  .top-actions .button { flex: 1; }
  .thread { min-height: 390px; }
  .wont-list { grid-template-columns: 1fr; }
  .choices { grid-template-columns: 1fr; }
}
@media (max-width: 519px) { .metrics { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; }
  .marquee-track { animation: none !important; }
}

.system-line { align-self: stretch; margin: 2px 0; padding: 8px 12px; border-radius: 10px; background: rgba(255,255,255,.06); color: rgba(255,255,255,.62); font-size: .72rem; line-height: 1.45; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.owner-note { align-self: stretch; margin: 2px 0; padding: 10px 12px; border-radius: 12px; background: rgba(242,181,68,.12); color: #f2d9a8; font-size: .74rem; line-height: 1.5; box-shadow: inset 0 0 0 1px rgba(242,181,68,.22); }
.phone-footer { margin-top: 8px; color: rgba(255,255,255,.66); }
.form-intro { margin: 0 0 10px; color: #4a423c; font-size: .9rem; }
/* REF1 effects layer (designforge 2026-08-25) */
.motion-ok .online-dot { animation: online-pulse 900ms ease-out 3; }
.motion-ok .typing i { animation: dot-rise 600ms ease-in-out 2; }
@keyframes dot-rise { 0%,70%,100% { transform: translateY(0); opacity: .5; } 35% { transform: translateY(-6px); opacity: 1; } }
.motion-ok .message-group { animation: chat-in 420ms cubic-bezier(.22,.72,.24,1) both; }
@keyframes chat-in { from { opacity: 0; transform: translateY(8px) scale(.985); } to { opacity: 1; transform: none; } }
.button.primary { position: relative; overflow: hidden; }
.button.primary:active { transform: scale(.985); }
.button.primary:focus-visible { outline: 3px solid rgba(232,84,43,.45); outline-offset: 3px; }
.button.primary::after { content: ""; position: absolute; top: 0; left: -80%; width: 60%; height: 100%; background: linear-gradient(105deg, transparent, rgba(255,255,255,.38), transparent); transform: skewX(-18deg); opacity: 0; pointer-events: none; }
.motion-ok .button.primary:hover::after { opacity: 1; animation: cta-sheen 520ms cubic-bezier(.2,.65,.3,1); }
@keyframes cta-sheen { to { left: 130%; } }
.range-bubble__value { display: inline-block; }
.range-bubble.bump .range-bubble__value { animation: roi-bump 180ms ease-out; }
@keyframes roi-bump { 0% { transform: scale(1); } 45% { transform: scale(1.075); } 100% { transform: scale(1); } }
.js .reveal.visible .contract li { animation: trust-in 480ms ease-out both; animation-delay: calc(var(--i) * 90ms); }
.contract li:nth-child(1) { --i: 0; }
.contract li:nth-child(2) { --i: 1; }
.contract li:nth-child(3) { --i: 2; }
.contract li:nth-child(4) { --i: 3; }
@keyframes trust-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.phone { backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
@supports not (backdrop-filter: blur(1px)) { .phone { background: rgba(18,14,12,.94); } }
.trust-cards h2 { max-width: 24ch; margin-inline: auto; text-wrap: balance; }
/* ===== REF1 structure layer (designforge-structure 2026-08-25) ===== */
:root {
  --cream: #faf6f1;
  --cream-2: #f2ebe3;
  --paper: #fffdf9;
  --ink: #16110f;
  --ink-2: #241c19;
  --slate: #1d2321;
  --slate-2: #252d2a;
  --terracotta: #e8542b;
  --terracotta-dark: #c94320;
  --accent: var(--terracotta);
  --line: rgba(22, 17, 15, 0.14);
  --line-dark: rgba(255, 255, 255, 0.16);
  --muted: rgba(22, 17, 15, 0.66);
  --muted-dark: rgba(255, 255, 255, 0.68);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --radius-pill: 999px;
  --shadow-card: 0 1px 1px rgba(22, 17, 15, 0.04), 0 12px 30px rgba(22, 17, 15, 0.07);
  --shadow-float: 0 24px 70px rgba(22, 17, 15, 0.18);
  --shell: 1200px;
  --section-pad: 112px;
}
.site-shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading__eyebrow { margin: 0 0 16px; font-size: 12px; font-weight: 700; line-height: 1; letter-spacing: 0.15em; text-transform: uppercase; color: var(--terracotta); }
.section-heading h2 { margin: 0; font-size: clamp(40px, 4.4vw, 52px); font-weight: 680; line-height: 0.98; letter-spacing: -0.045em; }
.section-heading p { max-width: 640px; margin: 24px 0 0; font-size: 19px; line-height: 1.55; color: var(--muted); }
.surface-card { border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); box-shadow: var(--shadow-card); }
.surface-card h3 { margin: 0; font-size: 25px; font-weight: 650; line-height: 1.08; letter-spacing: -0.025em; }
.surface-card p { margin: 16px 0 0; color: var(--muted); }
@media (max-width: 760px) {
  :root { --section-pad: 76px; }
  .site-shell { width: min(calc(100% - 32px), var(--shell)); }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2 { font-size: clamp(36px, 11vw, 46px); }
  .section-heading p { font-size: 17px; }
}

/* Hero (Avoca overlay + Apple type) */
.hero { position: relative; overflow: clip; min-height: 760px; padding: 92px 0 104px; color: #fffaf5; background: radial-gradient(circle at 78% 24%, rgba(232, 84, 43, 0.18), transparent 31%), linear-gradient(145deg, #16110f 0%, #211916 58%, #16110f 100%); }
.hero::after { position: absolute; right: -120px; bottom: -220px; width: 560px; height: 560px; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 50%; content: ""; pointer-events: none; }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.78fr); gap: clamp(56px, 8vw, 118px); align-items: center; }
.hero__copy { max-width: 690px; }
.hero__copy h1 { max-width: 680px; margin: 0; font-size: clamp(50px, 6.1vw, 72px); font-weight: 680; line-height: 0.94; letter-spacing: -0.055em; text-wrap: balance; }
.hero__copy .lead { max-width: 590px; margin: 28px 0 0; font-size: 20px; line-height: 1.55; color: rgba(255, 250, 245, 0.72); }
.hero__stage { position: relative; min-width: 0; padding: 34px 24px 40px 66px; }
.hero__phone { position: relative; z-index: 1; max-width: 390px; margin-inline: auto; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 38px; box-shadow: 0 38px 90px rgba(0, 0, 0, 0.36); }
.hero__status-rail { position: static; margin: 18px auto 0; display: grid; gap: 8px; width: min(292px, 72%); padding: 10px; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 20px; background: rgba(42, 34, 30, 0.76); box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.hero__status { display: grid; grid-template-columns: 8px 1fr; gap: 10px; align-items: center; min-height: 42px; padding: 9px 11px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; background: rgba(255, 255, 255, 0.07); color: #fffaf5; font-size: 13px; font-weight: 620; line-height: 1.25; }
.hero__status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--terracotta); box-shadow: 0 0 0 4px rgba(232, 84, 43, 0.15); }
@media (max-width: 920px) {
  .hero { min-height: 0; padding-top: 72px; }
  .hero__grid { grid-template-columns: 1fr; gap: 56px; }
  .hero__copy { max-width: 760px; }
  .hero__stage { width: min(100%, 560px); margin-inline: auto; }
}
@media (max-width: 600px) {
  .hero { padding: 58px 0 72px; }
  .hero__copy h1 { font-size: clamp(46px, 14vw, 60px); line-height: 0.96; }
  .hero__copy .lead { font-size: 18px; }
  .hero__stage { display: flex; flex-direction: column; gap: 18px; padding: 0; }
  .hero__phone { order: 1; width: min(100%, 360px); }
  .hero__status-rail { position: static; order: 2; width: 100%; }
}

/* Capability bento (Apple bento + Avoca dark tile) */
.capabilities { background: var(--cream); }
.capability-bento { display: grid; grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr); grid-template-rows: repeat(2, minmax(240px, auto)); gap: 18px; }
.capability-bento__item { position: relative; overflow: hidden; min-width: 0; padding: 34px; }
.capability-bento__item--lead { grid-row: 1 / span 2; min-height: 520px; padding: clamp(36px, 5vw, 58px); }
.capability-bento__item--lead h3 { max-width: 470px; font-size: clamp(34px, 3.7vw, 48px); line-height: 1; letter-spacing: -0.04em; }
.capability-bento__item--lead p { max-width: 520px; font-size: 18px; }
.capability-bento__item--dark { border-color: var(--line-dark); background: var(--slate); color: #fffaf5; box-shadow: none; }
.capability-bento__item--dark p { color: var(--muted-dark); }
@media (max-width: 780px) {
  .capability-bento { grid-template-columns: 1fr; grid-template-rows: auto; }
  .capability-bento__item--lead { grid-row: auto; min-height: 390px; }
  .capability-bento__item { min-height: 250px; }
}

/* Trust stepper (Newo numbered progression) */
.trust { background: var(--cream-2); border-block: 1px solid var(--line); }
.trust__layout { display: grid; grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr); gap: clamp(56px, 9vw, 130px); align-items: start; }
.trust__heading { position: sticky; top: 40px; margin-bottom: 0; }
.trust-stepper { margin: 0; padding: 0; list-style: none; counter-reset: trust-step; }
.trust-stepper__item { position: relative; min-height: 154px; padding: 5px 0 42px 74px; counter-increment: trust-step; }
.trust-stepper__item:not(:last-child)::after { position: absolute; top: 46px; bottom: 0; left: 21px; width: 1px; background: rgba(22, 17, 15, 0.2); content: ""; }
.trust-stepper__item::before { position: absolute; top: 0; left: 0; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--cream); color: var(--terracotta); content: counter(trust-step, decimal-leading-zero); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; }
.trust-stepper__item h3 { margin: 0; font-size: 27px; line-height: 1.08; letter-spacing: -0.025em; }
.trust-stepper__item p { max-width: 610px; margin: 14px 0 0; color: var(--muted); }
@media (max-width: 820px) {
  .trust__layout { grid-template-columns: 1fr; gap: 16px; }
  .trust__heading { position: static; margin-bottom: 30px; }
}
.js .reveal.visible .trust-stepper__item { animation: trust-in 480ms ease-out both; animation-delay: calc(var(--i) * 90ms); }
.trust-stepper__item:nth-child(1) { --i: 0; }
.trust-stepper__item:nth-child(2) { --i: 1; }
.trust-stepper__item:nth-child(3) { --i: 2; }
.trust-stepper__item:nth-child(4) { --i: 3; }

/* Dark proof block (Avoca technical section) */
.proof-dark { color: #fffaf5; background: var(--slate); }
.proof-dark__heading h2 { color: #fffaf5; }
.proof-dark__heading p { color: var(--muted-dark); }
.proof-dark__grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr); gap: 18px; }
.flow-panel, .proof-fact { border: 1px solid var(--line-dark); border-radius: var(--radius-md); background: rgba(255, 255, 255, 0.035); }
.flow-panel { min-height: 500px; padding: clamp(28px, 4vw, 48px); }
.flow-panel__label { margin-bottom: 42px; color: rgba(255, 255, 255, 0.54); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; font-weight: 650; line-height: 1; letter-spacing: 0.13em; text-transform: uppercase; }
.flow-panel__diagram { display: grid; grid-template-columns: minmax(150px, 1fr) 54px minmax(150px, 0.9fr) 54px 110px; align-items: center; }
.flow-node { min-width: 0; padding: 22px; border: 1px solid rgba(255, 255, 255, 0.19); border-radius: var(--radius-sm); background: var(--slate-2); box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16); }
.flow-node--compact { padding: 16px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; line-height: 1.3; }
.flow-node--owner { display: grid; place-items: center; min-height: 84px; color: var(--ink); background: var(--terracotta); font-size: 13px; font-weight: 700; }
.flow-tools { display: grid; gap: 10px; }
.flow-connector { height: 1px; background: rgba(255, 255, 255, 0.25); }
.flow-node .message-group { animation: none; }
.flow-node .bubble { box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08); }
.proof-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.proof-fact { min-height: 220px; padding: 28px; }
.proof-fact--wide { grid-column: 1 / -1; }
.proof-fact h3 { margin: 0; font-size: 25px; line-height: 1.08; letter-spacing: -0.025em; }
.proof-fact p { margin: 16px 0 0; color: var(--muted-dark); }
@media (max-width: 940px) { .proof-dark__grid { grid-template-columns: 1fr; } }
@media (max-width: 680px) {
  .flow-panel { min-height: 0; }
  .flow-panel__diagram { grid-template-columns: 1fr; gap: 12px; }
  .flow-connector { width: 1px; height: 28px; margin-inline: auto; }
  .proof-facts { grid-template-columns: 1fr; }
  .proof-fact--wide { grid-column: auto; }
}

/* Pre-footer (Avoca floating card on terracotta field) */
.prefooter { padding: 96px 0; background: var(--terracotta); }
.prefooter__card { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.78fr); gap: clamp(42px, 8vw, 100px); align-items: center; padding: clamp(42px, 6vw, 74px); border: 1px solid rgba(22, 17, 15, 0.12); border-radius: var(--radius-lg); background: var(--cream); box-shadow: var(--shadow-float); }
.prefooter__copy h2 { margin: 0; font-size: clamp(40px, 4.7vw, 56px); font-weight: 680; line-height: 0.98; letter-spacing: -0.045em; }
.prefooter__copy p { max-width: 560px; margin: 22px 0 0; color: var(--muted); font-size: 18px; }
.prefooter__form { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); }
.prefooter__form input, .prefooter__form textarea, .prefooter__form select { width: 100%; min-height: 48px; border: 1px solid rgba(22, 17, 15, 0.2); border-radius: 10px; background: #fff; color: var(--ink); font: inherit; }
.prefooter__form input[type="checkbox"] { width: 18px; height: 18px; min-height: 18px; accent-color: var(--accent); flex: none; }
.prefooter__form button { min-height: 50px; border: 1px solid var(--ink); border-radius: var(--radius-pill); background: var(--ink); color: #fffaf5; font: inherit; font-weight: 700; }
.prefooter__form label, .prefooter__form legend, .prefooter__form .choices label { color: var(--ink); }
.prefooter__form .calendly { margin-top: 14px; }
@media (max-width: 840px) {
  .prefooter { padding: 64px 0; }
  .prefooter__card { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .prefooter__card { padding: 28px 20px; border-radius: 24px; }
  .prefooter__form { padding: 20px; }
}
