:root{
--brand:#2CC0ED;
--brand2:#1AADD4;
--ink:#3A3A3C;
--ink-soft:#6B6B6E;
--charcoal:#3A3A3C;
--yellow:#FFD54A;
--bg:#F7FAFC;
--white:#FFFFFF;
--border:#C7D2DA;
--radius:12px;
--shell:1180px;
}

*{box-sizing:border-box;}
body{margin:0;font-family:'Inter',system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--white);line-height:1.5;}
h1,h2,h3{font-family:'Outfit',system-ui,-apple-system,sans-serif;color:var(--ink);margin:0 0 12px;text-wrap:balance;}
p{margin:0 0 12px;color:var(--ink-soft);text-wrap:pretty;}
a{color:var(--brand2);text-decoration:none;}
.shell{max-width:var(--shell);margin:0 auto;padding:0 24px;}

/* Buttons */
.btn{display:inline-block;padding:14px 28px;border-radius:999px;font-weight:600;font-size:15px;text-decoration:none;border:2px solid transparent;white-space:nowrap;transition:transform .15s ease;}
.btn:hover{transform:translateY(-1px);}
.btn-dark{background:var(--ink);color:var(--white);}
.btn-ghost{background:transparent;color:var(--ink);border-color:var(--border);}
.btn-on-teal{background:var(--white);color:var(--brand2);}
.btn-yellow{background:var(--yellow);color:var(--ink);font-weight:700;}
.btn-yellow-ghost{background:transparent;color:var(--ink);border-color:var(--yellow);font-weight:700;}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:var(--white);border-bottom:3px solid var(--brand);height:64px;}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:24px;}
.logo{display:flex;align-items:center;gap:10px;}
.logo-mark{display:block;height:44px;width:auto;object-fit:contain;}
.logo-text{font-weight:700;font-size:16px;color:var(--ink);display:flex;flex-direction:column;line-height:1.2;}
.logo-text small{font-weight:600;font-size:10px;letter-spacing:.06em;color:var(--ink-soft);}
.main-nav{display:flex;gap:6px;flex:1;justify-content:center;align-items:center;}
.main-nav a{color:var(--ink);font-weight:600;font-size:14px;padding:10px 16px;border-radius:8px;text-align:center;line-height:1.2;white-space:nowrap;transition:background .15s ease,color .15s ease;}
.main-nav a:hover{color:var(--brand2);background:var(--bg);}
.header-cta{padding:10px 20px;font-size:14px;}
.nav-toggle{display:none;background:none;border:none;font-size:22px;cursor:pointer;}

/* Hero — team/office photo */
.hero{
background-image:linear-gradient(180deg,rgba(58,58,60,.72),rgba(58,58,60,.86)),url('https://images.unsplash.com/photo-1559136555-9303baea8ebd?auto=format&fit=crop&w=1600&q=80');
background-size:cover;
background-position:center;
padding:96px 0 72px;
text-align:center;
}
.eyebrow{font-size:12px;font-weight:700;letter-spacing:.08em;color:var(--brand2);margin-bottom:16px;text-transform:uppercase;}
.hero .eyebrow{color:var(--yellow);}
.hero h1{font-size:42px;max-width:780px;margin:0 auto 20px;line-height:1.15;color:var(--white);}
.hero-sub{max-width:680px;margin:0 auto 16px;font-size:17px;color:rgba(255,255,255,.85);}
.hero-note{max-width:600px;margin:0 auto 28px;font-size:14px;font-style:italic;color:rgba(255,255,255,.7);}
.hero-note strong{color:var(--yellow);font-style:normal;}
.hero .btn-yellow-ghost{color:var(--white);border-color:var(--yellow);}
.cta-row{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;}

/* Mission banner */
.mission-banner{background:linear-gradient(120deg,var(--brand),var(--brand2));padding:40px 0;text-align:center;}
.mission-banner .eyebrow{color:rgba(255,255,255,.85);}
.mission-banner blockquote{margin:0;font-family:'Outfit',sans-serif;font-size:22px;color:var(--white);font-weight:600;max-width:760px;margin:0 auto;text-wrap:balance;}

/* Section shells */
.section-shell{padding:64px 0;}
.section-shell.alt{background:var(--bg);}
.section-head{font-size:30px;text-align:center;}
.section-sub{text-align:center;max-width:680px;margin:0 auto 40px;font-size:16px;}

/* Facts / Why / Work grids */
.facts-grid,.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.fact-card,.why-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:24px;}
.fact-card h3,.why-card h3{font-size:17px;margin-bottom:8px;}
.fact-card p,.why-card p{font-size:14px;margin:0;}
.work-grid{grid-template-columns:repeat(3,1fr);}
.section-shell.alt .why-card{background:var(--white);}

/* Icon badges */
.card-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--bg);border:1px solid var(--border);font-size:22px;margin-bottom:14px;}

/* Need a solution callout */
.solution-cta{padding:0 0 64px;}
.solution-cta-box{background:var(--charcoal);border-radius:var(--radius);padding:40px 32px;text-align:center;border:2px solid var(--yellow);}
.solution-cta-box h2{color:var(--white);margin-bottom:8px;}
.solution-cta-box p{color:rgba(255,255,255,.75);max-width:560px;margin:0 auto 24px;}

/* About / founders (compact strip) */
.about-compact-section{padding:40px 0;}
.about-compact{display:flex;align-items:center;gap:28px;}
.about-compact-photo{width:120px;height:120px;flex:0 0 auto;border-radius:var(--radius);background-size:cover;background-position:center;background-color:var(--bg);}
.about-compact-copy .eyebrow{margin-bottom:6px;}
.about-compact-copy p:last-child{margin:0;font-size:15px;max-width:640px;}

/* Uniques / formula */
.formula-frame{border:3px solid var(--yellow);border-radius:24px;padding:32px 28px;margin-top:32px;box-shadow:0 0 22px 4px rgba(255,213,74,.35);}
.formula-row{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;gap:16px;}
.formula-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:20px 18px;text-align:center;flex:1 1 180px;max-width:200px;display:flex;align-items:center;justify-content:center;}
.formula-item p{margin:0;font-weight:600;font-size:14px;color:var(--ink);}
.formula-op{display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:var(--brand2);flex:0 0 auto;}
.formula-result{background:var(--ink);border:2px solid var(--yellow);border-radius:var(--radius);padding:20px 22px;text-align:center;flex:1 1 180px;max-width:220px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 14px 2px rgba(255,213,74,.55),0 0 32px 8px rgba(255,213,74,.3);animation:formulaGlow 2.8s ease-in-out infinite;}
@keyframes formulaGlow{
0%,100%{box-shadow:0 0 14px 2px rgba(255,213,74,.55),0 0 32px 8px rgba(255,213,74,.3);}
50%{box-shadow:0 0 20px 4px rgba(255,213,74,.75),0 0 42px 12px rgba(255,213,74,.4);}
}
.formula-result p{margin:0;font-weight:700;font-size:15px;color:var(--white);}

/* What we're not */
.notus-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:32px;align-items:stretch;}
.notus-label{font-size:12px;font-weight:700;letter-spacing:.06em;color:var(--brand2);text-transform:uppercase;margin-bottom:14px;}
.notus-list{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:28px;}
.notus-list ul{list-style:none;margin:0;padding:0;}
.notus-list li{position:relative;padding-left:26px;margin-bottom:10px;font-size:15px;color:var(--ink-soft);}
.notus-list li:last-child{margin-bottom:0;}
.notus-list li::before{content:"✕";position:absolute;left:0;top:0;color:#C7414A;font-weight:700;font-size:13px;}
.notus-callout{background:linear-gradient(120deg,var(--brand),var(--brand2));border-radius:var(--radius);padding:28px;display:flex;flex-direction:column;justify-content:center;}
.notus-label-on-teal{color:rgba(255,255,255,.85);}
.notus-callout p:last-child{color:var(--white);font-size:18px;font-weight:600;margin:0;}

/* Steps (used by Clarity Builder steps + Our Proven Process) */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:16px;}
.step{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:22px;}
.step-num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--brand);color:var(--white);border-radius:50%;font-weight:700;font-size:14px;margin-bottom:12px;}
.step h3{font-size:15px;margin-bottom:6px;}
.step p{font-size:13px;margin:0;}

/* Agent chat widget */
.agent-chat-card{max-width:640px;margin:32px auto 0;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:0 20px 40px rgba(24,59,86,.08);}
.agent-chat-log{height:320px;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:12px;}
.chat-bubble{max-width:80%;padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.45;white-space:pre-line;}
.chat-bubble-agent{background:var(--bg);color:var(--ink);align-self:flex-start;border-bottom-left-radius:4px;}
.chat-bubble-user{background:var(--brand2);color:var(--white);align-self:flex-end;border-bottom-right-radius:4px;}
.agent-chat-form{display:flex;gap:8px;padding:14px;border-top:1px solid var(--border);}
.agent-chat-form input{flex:1;border:1px solid var(--border);border-radius:999px;padding:10px 16px;font-size:14px;font-family:inherit;outline:none;}
.agent-chat-form input:focus{border-color:var(--brand2);}
.agent-chat-send{width:40px;height:40px;border-radius:50%;background:var(--yellow);border:none;font-size:16px;color:var(--ink);cursor:pointer;flex:0 0 auto;transition:transform .15s ease;}
.agent-chat-send:hover{transform:translateY(-1px);}
.agent-chat-send:disabled{opacity:.5;cursor:default;}
.agent-chat-disclaimer{font-size:11px;color:var(--ink-soft);padding:0 14px 14px;margin:0;text-align:center;}
.chat-offer{display:flex;flex-direction:column;gap:8px;max-width:90%;}
.chat-offer-btn{align-self:flex-start;padding:8px 18px;font-size:13px;margin-top:2px;}
.agent-chat-mic{width:40px;height:40px;border-radius:50%;background:var(--bg);border:1px solid var(--border);font-size:15px;cursor:pointer;flex:0 0 auto;transition:background .15s ease,transform .15s ease;}
.agent-chat-mic:hover{transform:translateY(-1px);}
.agent-chat-mic.listening{background:var(--brand2);color:var(--white);animation:mic-pulse 1s ease-in-out infinite;}
@keyframes mic-pulse{0%,100%{opacity:1;}50%{opacity:.55;}}
.chat-choice{display:flex;flex-wrap:wrap;gap:8px;max-width:95%;}
.chat-choice-btn{padding:7px 14px;font-size:13px;}

/* CTA band */
.cta-band{background:var(--ink);padding:56px 0;text-align:center;}
.cta-band h2{color:var(--white);font-size:26px;}
.cta-band p{color:rgba(255,255,255,.75);margin-bottom:24px;}

/* Paths */
.paths-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:24px;}
.path-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:28px;text-align:center;}
.path-emoji{font-size:32px;margin-bottom:8px;}
.path-combo{justify-content:center;margin-bottom:12px;}
.path-card h3{font-size:18px;}
.path-tag{font-size:13px;font-weight:600;color:var(--brand2);}
.path-card p:not(.path-tag){font-size:14px;margin-bottom:18px;}

/* Contact strip */
.contact-strip{background:var(--bg);padding:48px 0;text-align:center;}
.contact-strip h2{font-size:22px;}
.contact-strip p{font-size:15px;margin:0 0 4px;}

/* Footer */
.site-footer{background:var(--ink);padding:32px 0;text-align:center;}
.footer-inner p,.footer-inner a{color:rgba(255,255,255,.7);}
.footer-links{display:flex;gap:20px;justify-content:center;margin-bottom:16px;flex-wrap:wrap;}
.footer-links a{color:var(--white);font-size:14px;}
.footer-legal{font-size:12px;}
.footer-copy{font-size:12px;color:rgba(255,255,255,.5);}

/* Round 4 — hero guide headline, demoted sub-headline, merged Clarity CTA, verse line */
/* Round 6 — header second CTA, consolidated Clarity Builder closing CTA */
.clarity-close{text-align:center;margin-top:40px;}
.clarity-close-note{max-width:540px;margin:16px auto 0;font-size:14px;}

.hero-guide-head{font-size:36px;font-weight:800;text-align:center;max-width:820px;margin:0 auto 16px;line-height:1.15;}
.section-head-sub{font-size:22px;margin-bottom:10px;}
.section-sub-sm{font-size:12px;}
.clarity-merge-cta{max-width:560px;margin:0 auto 32px;text-align:center;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:24px 28px;}
.clarity-merge-note{font-size:15px;margin-bottom:16px;}
.about-compact-verse{font-size:13px;font-style:italic;color:var(--ink-soft);margin-top:10px;}

/* Round 7 — tighten whitespace gaps, step CTA, clarity closing lines, final gift section */
#not-us{padding-top:16px;}
#agent-chat{padding-top:16px;}
.step-cta{display:inline-block;margin-top:14px;padding:8px 18px;font-size:13px;}
.clarity-blessing{font-weight:600;color:var(--ink);margin-top:20px;margin-bottom:0;}
.clarity-disclaimer{font-size:12px;color:var(--ink-soft);max-width:540px;margin:10px auto 0;}
.final-gift-btn{margin:16px 0 20px;}
.final-contact-line{font-size:13px;color:var(--ink-soft);margin:0;}
.mission-label{font-size:12px;font-weight:700;letter-spacing:.08em;color:rgba(255,255,255,.8);text-transform:uppercase;margin-bottom:10px;}
.mission-banner .mission-label:not(:first-child){margin-top:24px;}
.mission-statement{font-family:'Outfit',sans-serif;font-size:20px;color:var(--white);font-weight:600;max-width:720px;margin:0 auto 4px;line-height:1.4;}

/* Round 9 — real work screenshots on Our Work cards */
.card-shot{width:100%;height:140px;border-radius:8px;background-size:cover;background-position:center top;background-color:var(--bg);margin-bottom:14px;border:1px solid var(--border);}
.work-card-shot h3{margin-top:0;}

/* Round 10 — combo icons for What We Do cards */
.card-icon-combo{display:flex;align-items:center;gap:3px;margin-bottom:14px;}
.card-icon-combo .ci{display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 auto;border-radius:50%;background:var(--bg);border:1px solid var(--border);font-size:15px;}
.card-icon-combo .ci img{width:20px;height:20px;object-fit:contain;display:block;}
.card-icon-combo .ci-op{font-size:13px;font-weight:700;color:var(--brand2);flex:0 0 auto;}

/* Responsive */
@media(max-width:900px){
.facts-grid,.why-grid{grid-template-columns:repeat(2,1fr);}
.steps{grid-template-columns:repeat(2,1fr);}
.paths-grid{grid-template-columns:1fr;}
.work-grid{grid-template-columns:repeat(2,1fr);}
.notus-grid{grid-template-columns:1fr;}
}
@media(max-width:1200px){
.main-nav{display:none;position:absolute;top:64px;left:0;right:0;background:var(--white);flex-direction:column;padding:16px 24px;border-bottom:1px solid var(--border);}
.main-nav.open{display:flex;}
.main-nav a{white-space:normal;text-align:left;}
.nav-toggle{display:block;}
.header-cta{display:none;}
}
@media(max-width:720px){
.hero h1{font-size:30px;}
.facts-grid,.why-grid,.steps,.work-grid{grid-template-columns:1fr;}
.about-compact{flex-direction:column;text-align:center;}
.about-compact-photo{width:100px;height:100px;}
.agent-chat-log{height:260px;}
.formula-row{flex-direction:column;align-items:stretch;}
.formula-item,.formula-result{max-width:100%;}
.formula-op{transform:none;}
.formula-frame{padding:20px 16px;border-radius:16px;}
}
