:root {
  --coal: #101615;
  --ink: #1a2421;
  --paper: #f4efe5;
  --paper-deep: #e7dece;
  --white: #fffdf8;
  --muted: #69716b;
  --line: #d5cdbf;
  --acid: #d7ef68;
  --acid-deep: #8fae2d;
  --coral: #f17458;
  --blue: #8ba7b8;
  --display: "Fraunces", "Iowan Old Style", Baskerville, Georgia, serif;
  --sans: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  --mono: "DM Mono", "SFMono-Regular", Consolas, monospace;
  --shadow: 0 24px 80px rgba(16, 22, 21, .16);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 99; padding: 10px 14px; color: var(--paper); background: var(--coal); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.topbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 88px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; font-size: 1.12rem; font-weight: 850; letter-spacing: -.04em; }
.brand-mark { position: relative; width: 31px; height: 31px; border: 1px solid rgba(255,255,255,.26); border-radius: 9px 15px 9px 15px; background: var(--acid); box-shadow: inset -8px -8px 18px rgba(78, 103, 12, .28); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; border-radius: 50%; }
.brand-mark::before { width: 9px; height: 9px; top: -4px; right: -4px; background: var(--coral); }
.brand-mark::after { width: 8px; height: 8px; bottom: 2px; left: -4px; background: var(--blue); }
.brand--light { color: var(--white); }
.brand--light .brand-mark { border-color: rgba(255,255,255,.42); }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.nav-link { color: var(--ink); text-decoration: none; font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.nav-link:hover { color: var(--coral); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 12px 19px; border: 1px solid transparent; border-radius: 999px; color: var(--paper); background: var(--coal); font-weight: 850; text-decoration: none; cursor: pointer; box-shadow: 0 12px 28px rgba(16, 22, 21, .14); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); color: var(--paper); background: #273431; box-shadow: 0 16px 36px rgba(16, 22, 21, .2); }
.button-secondary { color: var(--ink); background: transparent; border-color: var(--line); box-shadow: none; }
.button-secondary:hover { color: var(--ink); background: var(--white); box-shadow: 0 10px 24px rgba(16, 22, 21, .08); }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, .82fr) minmax(460px, 1.18fr); align-items: center; gap: clamp(40px, 7vw, 100px); min-height: 650px; padding-block: 70px 86px; }
.hero::before { position: absolute; top: 7%; left: 36%; width: 34vw; height: 34vw; max-width: 430px; max-height: 430px; content: ""; border: 1px solid rgba(16,22,21,.1); border-radius: 50%; pointer-events: none; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--acid-deep); font: 850 .72rem/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { width: 24px; height: 2px; content: ""; background: var(--coral); }
.eyebrow-index { color: var(--coral); }
.hero h1 { max-width: 680px; margin: 0; color: var(--coal); font: 420 clamp(3.55rem, 7vw, 6.8rem)/.91 var(--display); letter-spacing: -.075em; }
.hero h1 em { color: var(--coral); font-style: italic; }
.hero-copy > p:not(.eyebrow) { max-width: 540px; margin: 28px 0; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-console { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 28px; color: var(--muted); font: .7rem var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.hero-console span::before { margin-right: 7px; content: "▸"; color: var(--coral); }
.hero-art { position: relative; overflow: hidden; margin: 0; border: 1px solid rgba(16,22,21,.13); border-radius: 32px 32px 32px 8px; background: var(--coal); box-shadow: var(--shadow); transform: rotate(1.2deg); }
.hero-art img { width: 100%; min-height: 530px; object-fit: cover; object-position: center; opacity: .9; mix-blend-mode: screen; }
.hero-art::before { position: absolute; inset: 0; z-index: 1; content: ""; background: linear-gradient(135deg, rgba(16,22,21,.1), rgba(16,22,21,.78)); }
.hero-art__caption { position: absolute; right: 24px; bottom: 22px; z-index: 2; max-width: 260px; color: var(--paper); font: .72rem/1.4 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.hero-art__stamp { position: absolute; top: 22px; left: 22px; z-index: 2; padding: 8px 10px; color: var(--coal); background: var(--acid); font: .68rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.hero-art__count { position: absolute; right: 23px; top: 18px; z-index: 2; color: rgba(244,239,229,.7); font: 5rem/.8 var(--display); }
.hero-art__signal { position: absolute; bottom: 21px; left: 23px; z-index: 2; width: 106px; height: 27px; background: repeating-linear-gradient(90deg, var(--acid) 0 2px, transparent 2px 7px); opacity: .85; }
.proof-strip { color: var(--paper); background: var(--coal); border-block: 1px solid rgba(255,255,255,.12); }
.proof-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 25px 0; list-style: none; }
.proof-list li { display: grid; grid-template-columns: auto 1fr; gap: 12px; padding: 0 23px; border-right: 1px solid rgba(255,255,255,.16); color: rgba(244,239,229,.62); font-size: .8rem; line-height: 1.35; }
.proof-list li:first-child { padding-left: 0; }.proof-list li:last-child { border: 0; }
.proof-index { color: var(--coral); font: .7rem var(--mono); }.proof-list strong { display: block; color: var(--paper); font-size: .9rem; }

.section { padding: 112px 0; }.live-section { color: var(--paper); background: #25322f; border-block: 1px solid rgba(16,22,21,.13); }
.section-heading { display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 50px; margin-bottom: 50px; }
.section-heading h2 { max-width: 650px; margin: 0; font: 420 clamp(2.7rem, 5vw, 5rem)/.95 var(--display); letter-spacing: -.07em; }
.section-heading > p { max-width: 600px; margin: 0; color: var(--muted); font-size: 1.04rem; }.live-section .section-heading > p { color: rgba(244,239,229,.68); }
.demo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }.demo-wide { grid-column: 1 / -1; }
.demo-label { display: flex; justify-content: space-between; gap: 18px; margin: 0 0 12px; color: var(--paper); font: 800 .76rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }.demo-label span { color: var(--acid); }
.host-frame { overflow: hidden; border: 1px solid rgba(244,239,229,.16); border-radius: 18px; background: #e9e4d9; box-shadow: 0 20px 48px rgba(0,0,0,.18); }.host-bar { display: flex; align-items: center; gap: 6px; height: 33px; padding: 0 13px; border-bottom: 1px solid #d7d1c4; background: #f9f7f2; }.host-bar i { width: 7px; height: 7px; border-radius: 50%; background: #c4bdb0; }.host-bar i:first-child { background: var(--coral); }.host-bar i:nth-child(2) { background: #e8c865; }.host-bar i:nth-child(3) { background: var(--acid-deep); }
.host-content { padding: 23px; background: linear-gradient(135deg, #fdfbf6, #eee9dd); }.host-copy { display: grid; gap: 7px; margin-bottom: 18px; }.host-copy i { display: block; height: 8px; border-radius: 99px; background: #d9d3c8; }.host-copy i:first-child { width: 37%; height: 12px; background: #aaa397; }.host-copy i:nth-child(2) { width: 78%; }.host-copy i:nth-child(3) { width: 61%; }
.fixed-stage { display: grid; min-height: 302px; place-items: center; overflow: auto; padding: 14px; background: radial-gradient(circle at 50% 0, #cadce4, #f2eee6 70%); }.fixed-stage [data-size="300x250"] { width: 300px; height: 250px; }.banner-stage [data-size="320x100"] { width: 320px; height: 100px; }.banner-stage { overflow: auto; padding-bottom: 5px; }.slot-loading { display: grid; min-height: 72px; height: 100%; place-items: center; color: #69716b; font: .78rem var(--mono); }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.story-card { min-height: 280px; padding: 30px; border: 1px solid var(--line); border-radius: 5px 23px 5px 23px; background: var(--white); }.story-card::before { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: 54px; content: "01"; color: var(--coal); background: var(--acid); font: .75rem var(--mono); }.story-card:nth-child(2)::before { content: "02"; background: var(--blue); }.story-card:nth-child(3)::before { content: "03"; background: var(--coral); }.story-card h3 { margin: 0 0 9px; font: 850 1.3rem var(--sans); letter-spacing: -.04em; }.story-card p { margin: 0; color: var(--muted); }
.feature-section { padding-top: 0; }.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }.feature { min-height: 170px; padding: 24px; background: var(--paper); }.feature b { display: block; margin-bottom: 9px; font-size: .94rem; }.feature p { margin: 0; color: var(--muted); font-size: .9rem; }
.code-panel { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 44px; margin-top: 70px; padding: 50px; border-radius: 5px 30px 5px 30px; color: var(--paper); background: var(--coal); box-shadow: var(--shadow); }.code-panel h3 { margin: 0; font: 420 clamp(2.3rem, 4vw, 4rem)/.96 var(--display); letter-spacing: -.065em; }.code-panel p { color: rgba(244,239,229,.65); }.code-panel pre { overflow: auto; margin: 0; padding: 24px; border: 1px solid rgba(215,239,104,.25); border-radius: 4px; background: #18211f; color: var(--acid); font: 13px/1.7 var(--mono); }
.closing { padding: 96px 0; text-align: center; }.closing-inner { position: relative; overflow: hidden; padding: 77px 24px; border: 1px solid rgba(16,22,21,.16); color: var(--paper); background: var(--coral); }.closing-inner::before, .closing-inner::after { position: absolute; content: ""; border: 1px solid rgba(16,22,21,.22); border-radius: 50%; }.closing-inner::before { width: 260px; height: 260px; top: -120px; left: -70px; }.closing-inner::after { width: 170px; height: 170px; right: -35px; bottom: -90px; }.closing h2 { position: relative; max-width: 800px; margin: 0 auto 28px; font: 420 clamp(2.8rem, 5vw, 5.2rem)/.92 var(--display); letter-spacing: -.075em; }.closing .button { position: relative; color: var(--ink); background: var(--acid); box-shadow: none; }.footer { padding: 34px 0; color: var(--muted); border-top: 1px solid var(--line); }.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .84rem; }

/* Sign-in uses the same visual language, with the page split into signal and control. */
.auth-body { min-height: 100vh; color: var(--ink); background: var(--paper); }.auth-shell { display: grid; grid-template-columns: minmax(420px, 1.05fr) minmax(420px, .95fr); min-height: 100vh; }.auth-story { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 100vh; padding: 42px; overflow: hidden; color: var(--paper); background: linear-gradient(160deg, rgba(16,22,21,.12), rgba(16,22,21,.9)), url('/conbal-hero.jpg') center/cover; }.auth-story::after { position: absolute; right: -120px; bottom: -140px; width: 440px; height: 440px; content: ""; border: 1px solid rgba(215,239,104,.42); border-radius: 50%; box-shadow: 0 0 0 40px rgba(215,239,104,.08), 0 0 0 80px rgba(215,239,104,.05); }.auth-story .brand { position: relative; z-index: 1; }.auth-story-copy { position: relative; z-index: 1; max-width: 600px; }.auth-story h2 { margin: 0 0 18px; font: 420 clamp(3.4rem, 5vw, 6rem)/.9 var(--display); letter-spacing: -.075em; }.auth-story p { max-width: 530px; margin: 0; color: rgba(244,239,229,.75); font-size: 1.08rem; }.auth-points { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }.auth-points span { padding: 8px 11px; border: 1px solid rgba(215,239,104,.35); border-radius: 0; color: var(--acid); background: rgba(16,22,21,.38); font: .7rem var(--mono); letter-spacing: .06em; text-transform: uppercase; }.auth-main { display: grid; place-items: center; padding: 38px; background: var(--paper); }.auth-card { width: min(100%, 470px); padding: 42px; border: 1px solid var(--line); border-radius: 4px 26px 4px 26px; background: var(--white); box-shadow: 0 24px 70px rgba(16,22,21,.1); }.auth-card .mobile-brand { display: none; margin-bottom: 30px; }.auth-card h1 { margin: 0; font: 420 2.5rem/1 var(--display); letter-spacing: -.06em; }.auth-card > .intro { margin: 10px 0 24px; color: var(--muted); }.auth-card label { display: block; margin-top: 14px; font-size: .82rem; font-weight: 850; }.auth-card input { width: 100%; min-height: 50px; margin-top: 7px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 3px; background: var(--paper); color: var(--ink); font-size: 16px; }.auth-card small { display: block; margin-top: 6px; color: var(--muted); }.auth-card .button { width: 100%; border-radius: 3px; }.google-button { min-height: 52px; color: var(--paper); background: var(--coal); border-color: var(--coal); }.google-button:hover { color: var(--coal); background: var(--acid); }.google-g { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; color: var(--coal); background: var(--acid); font: .72rem var(--sans); }.or { display: flex; align-items: center; gap: 12px; margin: 22px 0; color: var(--muted); font: .7rem var(--mono); text-transform: uppercase; }.or::before, .or::after { height: 1px; flex: 1; content: ""; background: var(--line); }.auth-note { margin: 18px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }.back-home { display: inline-block; margin-top: 22px; color: var(--muted); font: .75rem var(--mono); text-decoration: none; }.back-home:hover { color: var(--coral); }.auth-kicker { margin: 0 0 15px; color: var(--coral); font: .7rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }.auth-kicker::before { margin-right: 9px; content: "01 /"; color: var(--acid-deep); }#message { min-height: 1.5em; margin: 0 0 10px; color: #a23c2b; font-weight: 700; }

@keyframes rise-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.hero-copy > * { animation: rise-in .7s both; }.hero-copy > :nth-child(2) { animation-delay: .08s; }.hero-copy > :nth-child(3) { animation-delay: .16s; }.hero-copy > :nth-child(4) { animation-delay: .24s; }.hero-copy > :nth-child(5) { animation-delay: .32s; }.hero-art { animation: rise-in .9s .12s both; }

@media (max-width: 950px) { .hero { grid-template-columns: 1fr; padding-top: 50px; }.hero-copy { max-width: 760px; }.hero-art img { min-height: 390px; }.proof-list { grid-template-columns: 1fr 1fr; gap: 22px; }.proof-list li:nth-child(2) { border: 0; }.section-heading { grid-template-columns: 1fr; gap: 18px; }.feature-grid { grid-template-columns: 1fr 1fr; }.auth-shell { grid-template-columns: 1fr; }.auth-story { display: none; }.auth-main { min-height: 100vh; }.auth-card .mobile-brand { display: inline-flex; } }
@media (max-width: 700px) { .container { width: min(100% - 28px, 1180px); }.topbar { min-height: 70px; }.nav-actions { gap: 12px; }.nav-actions .button { display: none; }.nav-link { font-size: .65rem; }.hero { gap: 32px; padding-block: 38px 60px; }.hero h1 { font-size: clamp(3.4rem, 16vw, 5rem); }.hero-art { border-radius: 23px 23px 23px 6px; }.hero-art img { min-height: 285px; }.hero-art__count { font-size: 4rem; }.proof-list { grid-template-columns: 1fr; gap: 0; }.proof-list li, .proof-list li:first-child { padding: 15px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }.proof-list li:last-child { border-bottom: 0; }.section { padding: 78px 0; }.demo-grid, .story-grid, .feature-grid, .code-panel { grid-template-columns: 1fr; }.demo-wide { grid-column: auto; }.code-panel { padding: 30px 24px; }.fixed-stage { justify-content: start; }.closing { padding: 70px 0; }.closing-inner { padding: 60px 18px; }.footer-inner { display: block; }.auth-main { padding: 20px; }.auth-card { padding: 30px 23px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button, .hero-copy > *, .hero-art { animation: none; transition: none; } }
