:root {
  --ink: #09283a;
  --ink-deep: #061c29;
  --navy: #082f46;
  --blue: #087ec1;
  --cyan: #18b8d1;
  --green: #78c944;
  --mint: #eaf7f2;
  --ice: #f2f8fa;
  --paper: #fbfdfc;
  --line: #d9e5e9;
  --muted: #55707d;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(7, 42, 61, .13);
  --display: "Bahnschrift", "Aptos Display", "Trebuchet MS", sans-serif;
  --body: "Aptos", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.6; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 16px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.section { padding: 120px 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: #087699; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 1px; background: currentColor; }
.eyebrow-light { color: #78dbe0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.035em; }
h2 { margin-bottom: 24px; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; font-weight: 650; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 13px 24px; border: 1px solid var(--blue); border-radius: 4px; background: var(--blue); box-shadow: 0 12px 30px rgba(8, 126, 193, .2); color: var(--white); font-weight: 750; text-decoration: none; transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-3px); background: #066da8; border-color: #066da8; box-shadow: 0 16px 36px rgba(8, 126, 193, .28); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(120, 201, 68, .65); outline-offset: 3px; }
.button-secondary { background: transparent; color: var(--ink); border-color: #9eb4bd; box-shadow: none; }
.button-secondary:hover { color: var(--white); }
.button-small { min-height: 44px; padding: 9px 17px; font-size: 14px; }

/* Navigation */
.nav-shell { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(217, 229, 233, .85); background: rgba(251, 253, 252, .92); backdrop-filter: blur(18px); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.brand img { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; box-shadow: 0 5px 14px rgba(5, 29, 43, .16); }
.brand > span { display: grid; grid-template-columns: auto auto; line-height: 1; font-family: var(--display); }
.brand strong, .brand b { font-size: 22px; letter-spacing: -.045em; }
.brand b { color: var(--green); }
.brand small { grid-column: 1 / -1; margin-top: 5px; color: var(--muted); font-family: var(--body); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.nav-links a { position: relative; color: #294958; font-size: 14px; font-weight: 700; text-decoration: none; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--green); transition: right .25s ease; }
.nav-links a:hover::after { right: 0; }
.nav-toggle { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }.nav-toggle-label { display: none; }

/* Hero */
.hero { position: relative; overflow: hidden; background: linear-gradient(115deg, #fbfdfc 0%, #f1f8f7 53%, #e3f3f3 100%); }
.hero::before { content: ""; position: absolute; width: 600px; height: 600px; right: -250px; top: -180px; border: 1px solid rgba(8, 126, 193, .13); border-radius: 50%; box-shadow: 0 0 0 90px rgba(8, 126, 193, .025), 0 0 0 180px rgba(120, 201, 68, .025); }
.hero-grid { min-height: 710px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; padding-top: 70px; padding-bottom: 70px; }
.hero-copy { position: relative; z-index: 2; animation: reveal .7s ease both; }
.hero h1 { max-width: 720px; margin: 0 0 28px; font-size: clamp(50px, 6.1vw, 84px); line-height: .96; font-weight: 660; }
.hero h1 em, .cta-content h2 em { display: block; color: var(--blue); font-style: normal; }
.hero-lead { max-width: 650px; margin-bottom: 0; color: #456574; font-size: clamp(18px, 2vw, 21px); line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; gap: 30px; margin: 48px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.hero-proof li { display: flex; align-items: center; gap: 9px; color: #395b69; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-proof span { color: var(--green); font-family: var(--display); }
.hero-visual { position: relative; min-height: 510px; animation: reveal .8s .15s ease both; }
.visual-grid { position: absolute; inset: 0 0 0 12%; opacity: .22; background-image: linear-gradient(rgba(8,126,193,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(8,126,193,.18) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent); }
.project-window { position: absolute; inset: 34px 10px 40px 42px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: var(--ink-deep); box-shadow: 0 38px 80px rgba(6, 28, 41, .28); color: var(--white); transform: perspective(1200px) rotateY(-4deg) rotateX(2deg); }
.window-topbar { min-height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid rgba(255,255,255,.1); background: #0b3045; }
.agent-identity { display: flex; align-items: center; gap: 12px; }
.agent-identity > div:last-child { display: grid; }
.agent-identity strong { font-family: var(--display); font-size: 14px; letter-spacing: -.01em; }
.agent-identity small { color: #95aeba; font-size: 11px; }
.agent-mark { position: relative; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: linear-gradient(135deg, var(--blue), var(--cyan)); }
.agent-mark::before, .agent-mark::after, .agent-mark span { content: ""; position: absolute; width: 4px; border-radius: 4px; background: var(--white); }
.agent-mark::before { height: 9px; left: 9px; bottom: 8px; }.agent-mark span { height: 15px; left: 15px; bottom: 8px; }.agent-mark::after { height: 21px; left: 21px; bottom: 8px; background: var(--green); }
.status { display: flex; align-items: center; gap: 7px; color: #a5bbc4; font-size: 11px; }.status i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(120,201,68,.12); }
.project-body { min-height: 360px; display: grid; grid-template-columns: 62px 1fr; }
.project-nav { display: flex; flex-direction: column; align-items: center; gap: 25px; padding-top: 32px; border-right: 1px solid rgba(255,255,255,.08); }
.project-nav span { width: 18px; height: 3px; border-radius: 3px; background: #416072; }.project-nav .active { background: var(--cyan); }
.project-content { padding: 38px 38px 28px; }
.project-label { margin-bottom: 12px; color: #78dbe0; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.project-content h2 { max-width: 380px; margin-bottom: 26px; font-size: 31px; line-height: 1.05; }
.progress { height: 4px; margin-bottom: 25px; overflow: hidden; border-radius: 4px; background: #24495b; }.progress span { display: block; width: 42%; height: 100%; background: linear-gradient(90deg, var(--blue), var(--green)); }
.project-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.project-stats div { display: grid; padding: 15px; border: 1px solid rgba(255,255,255,.08); border-radius: 9px; background: rgba(255,255,255,.035); }
.project-stats small { color: #88a3af; font-size: 10px; text-transform: uppercase; }.project-stats strong { margin-top: 3px; font-family: var(--display); font-size: 16px; }
.mini-chart { height: 74px; display: flex; align-items: end; gap: 8px; margin-top: 27px; }
.mini-chart span { flex: 1; height: 35%; border-radius: 3px 3px 0 0; background: #1d5068; }.mini-chart span:nth-child(2) { height: 53%; }.mini-chart span:nth-child(3) { height: 43%; }.mini-chart span:nth-child(4) { height: 72%; background: var(--blue); }.mini-chart span:nth-child(5) { height: 64%; }.mini-chart span:nth-child(6) { height: 88%; background: var(--green); }
.floating-note { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; min-width: 190px; padding: 13px 15px; border: 1px solid rgba(8, 126, 193, .14); border-radius: 10px; background: rgba(255,255,255,.95); box-shadow: 0 16px 40px rgba(5, 35, 51, .16); animation: float 5s ease-in-out infinite; }
.floating-note > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: #3d9e38; font-weight: 900; }.floating-note div { display: grid; }.floating-note small { color: var(--muted); font-size: 9px; text-transform: uppercase; }.floating-note strong { font-family: var(--display); font-size: 12px; }
.note-one { top: 12px; right: -18px; }.note-two { bottom: 5px; left: 2px; animation-delay: -2.4s; }.note-two > span { background: #e6f4fb; color: var(--blue); }
.hero-bottom { height: 66px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(9, 40, 58, .1); color: #65808b; font-size: 13px; }.hero-bottom a { color: var(--ink); font-weight: 800; text-decoration: none; }.hero-bottom b { margin-left: 8px; color: var(--green); }

/* Agent */
.agent-section { position: relative; overflow: hidden; padding: 125px 0; background: var(--ink-deep); color: var(--white); }
.agent-section::before { content: ""; position: absolute; width: 520px; height: 520px; left: -360px; top: 40px; border: 110px solid rgba(8,126,193,.08); border-radius: 50%; }
.agent-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }
.agent-intro h2 { max-width: 500px; }.agent-intro > p:not(.eyebrow) { max-width: 520px; color: #9cb2bc; font-size: 18px; }
.agent-benefits { margin: 42px 0; }
.agent-benefits > div { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); }
.agent-benefits span { color: var(--green); font-family: var(--display); font-size: 13px; }.agent-benefits p { margin: 0; color: #91a9b4; font-size: 14px; }.agent-benefits strong { display: block; margin-bottom: 2px; color: var(--white); font-family: var(--display); font-size: 16px; }
.text-link { display: inline-flex; gap: 25px; color: #7fe1e4; font-weight: 800; text-decoration: none; }.text-link span { color: var(--green); transition: transform .2s; }.text-link:hover span { transform: translateX(5px); }
.conversation-card { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: #0b2d3f; box-shadow: 0 32px 70px rgba(0,0,0,.26); }
.conversation-head { min-height: 80px; display: flex; align-items: center; justify-content: space-between; padding: 17px 22px; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.025); }
.secure-label { padding: 6px 10px; border: 1px solid #315468; border-radius: 20px; color: #9ab1bc; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.conversation { display: grid; gap: 17px; padding: 28px; background-image: radial-gradient(circle at 100% 0, rgba(8,126,193,.12), transparent 35%); }
.message { max-width: 82%; padding: 16px 18px; border-radius: 4px 14px 14px 14px; background: #123c50; color: #e7f0f2; }
.message small { display: block; margin-bottom: 5px; color: #72d7df; font-size: 10px; font-weight: 800; text-transform: uppercase; }.message p { margin: 0; font-size: 14px; line-height: 1.55; }
.message-user { margin-left: auto; border-radius: 14px 4px 14px 14px; background: #f1f7f8; color: var(--ink); }.message-user small { color: #56808f; }
.message.compact { max-width: 70%; }.result-message { border-left: 3px solid var(--green); }.result-message ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 13px 0 0; padding: 0; list-style: none; }.result-message li { padding: 5px 9px; border: 1px solid #2b596c; border-radius: 15px; color: #c5d7dc; font-size: 10px; }
.composer { display: flex; align-items: center; justify-content: space-between; margin: 0 28px 26px; padding: 9px 9px 9px 17px; border: 1px solid #345466; border-radius: 7px; color: #718e9b; font-size: 13px; }.composer button { width: 36px; height: 36px; border: 0; border-radius: 5px; background: var(--blue); color: var(--white); cursor: default; }

/* Services */
.services { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.1fr .75fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading h2 { max-width: 720px; margin-bottom: 0; }.section-heading > p { margin-bottom: 7px; color: var(--muted); font-size: 17px; }
.services-grid { display: grid; grid-template-columns: repeat(12, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; grid-column: span 3; min-height: 330px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.52); transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
.service-card:hover { z-index: 2; transform: translateY(-6px); background: var(--white); box-shadow: var(--shadow); }
.service-card.featured { grid-column: span 6; padding-right: 37%; background: var(--mint); }
.service-card.featured::after { content: ""; position: absolute; right: 7%; bottom: 8%; width: 130px; height: 130px; border: 1px solid rgba(8,126,193,.22); border-radius: 50%; box-shadow: inset 0 0 0 24px rgba(8,126,193,.04), 0 0 0 20px rgba(120,201,68,.055); }
.service-number { position: absolute; top: 27px; right: 28px; color: #86a0aa; font-family: var(--display); font-size: 11px; }
.service-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 46px; border-radius: 7px; background: #e4f1f5; color: var(--blue); }.featured .service-icon { background: var(--blue); color: var(--white); }
.service-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.service-card h3 { max-width: 260px; margin-bottom: 12px; font-size: 22px; line-height: 1.12; }.service-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }.service-card a { margin-top: auto; color: var(--blue); font-size: 13px; font-weight: 800; text-decoration: none; }.service-card a span { margin-left: 15px; }

/* Process */
.process { overflow: hidden; background: var(--navy); color: var(--white); }
.process-heading { display: grid; grid-template-columns: .45fr 1fr; gap: 80px; align-items: start; margin-bottom: 75px; }.process-heading h2 { max-width: 800px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); }
.steps article { position: relative; padding-right: 34px; }
.step-number { color: #7e9aa7; font-family: var(--display); font-size: 13px; font-weight: 800; }
.step-line { position: relative; height: 1px; margin: 20px 0 31px; background: #31576a; }.step-line i { position: absolute; top: -5px; left: 0; width: 11px; height: 11px; border: 2px solid var(--green); border-radius: 50%; background: var(--navy); }.steps article:not(:last-child) .step-line::after { content: ""; position: absolute; top: -3px; right: -3px; width: 7px; height: 7px; border-top: 1px solid #5f7c88; border-right: 1px solid #5f7c88; transform: rotate(45deg); }
.steps h3 { max-width: 220px; margin-bottom: 14px; font-size: 23px; line-height: 1.15; }.steps p { margin-bottom: 0; color: #9bb1bb; font-size: 14px; }

/* Value */
.value { background: #edf6f5; }
.value-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 100px; align-items: start; }
.value-copy { position: sticky; top: 125px; }.value-copy > p:not(.eyebrow) { max-width: 500px; color: var(--muted); font-size: 17px; }
.value-quote { display: grid; grid-template-columns: 34px 1fr; gap: 10px; margin-top: 46px; padding-top: 24px; border-top: 1px solid #cbdedf; }.value-quote span { color: var(--green); font-family: Georgia, serif; font-size: 48px; line-height: 1; }.value-quote p { margin: 0; color: #2d5361; font-family: Georgia, serif; font-size: 16px; font-style: italic; }
.value-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #c9dcde; border-left: 1px solid #c9dcde; }
.value-list article { min-height: 205px; display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 28px 24px; border-right: 1px solid #c9dcde; border-bottom: 1px solid #c9dcde; transition: background .25s, transform .25s; }.value-list article:hover { transform: translateY(-4px); background: rgba(255,255,255,.72); }
.value-list article > span { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid #b4cccf; border-radius: 50%; color: var(--blue); font-family: var(--display); font-size: 10px; font-weight: 800; }.value-list h3 { margin: 5px 0 9px; font-size: 19px; }.value-list p { margin: 0; color: var(--muted); font-size: 13px; }

/* Founder and CTA */
.founder-section { padding: 110px 0; background: var(--paper); }
.founder-card { display: grid; grid-template-columns: .62fr 1.38fr; gap: 70px; align-items: center; }
.founder-image { position: relative; width: min(100%, 370px); }.founder-image::before { content: ""; position: absolute; inset: -14px 45px 35px -14px; border: 1px solid var(--green); }.founder-image img { position: relative; width: 100%; aspect-ratio: 1 / .82; object-fit: cover; object-position: 50% 32%; filter: saturate(.8); }.founder-image > span { position: absolute; right: 0; bottom: -18px; padding: 10px 20px; background: var(--ink); color: var(--white); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.founder-copy h2 { max-width: 680px; }.founder-copy blockquote { max-width: 720px; margin: 27px 0; padding-left: 26px; border-left: 3px solid var(--green); color: #2e5361; font-family: Georgia, serif; font-size: clamp(20px, 2.4vw, 28px); font-style: italic; line-height: 1.45; }.founder-copy > p:last-child { color: var(--muted); }.founder-copy > p strong { color: var(--ink); }
.cta-section { padding: 0 0 100px; background: var(--paper); }
.cta-card { position: relative; min-height: 430px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; overflow: hidden; padding: 70px; background: var(--ink-deep); color: var(--white); box-shadow: 0 35px 80px rgba(6,28,41,.2); }
.cta-pattern { position: absolute; width: 430px; height: 430px; right: -90px; top: -160px; border: 1px solid rgba(24,184,209,.24); border-radius: 50%; box-shadow: 0 0 0 70px rgba(24,184,209,.035), 0 0 0 140px rgba(120,201,68,.025); }
.cta-content, .cta-contact { position: relative; z-index: 2; }.cta-content h2 { max-width: 760px; }.cta-content h2 em { color: #70d8df; }.cta-content > p:not(.eyebrow) { max-width: 680px; color: #9eb4bd; font-size: 17px; }
.button-light { border-color: var(--white); background: var(--white); color: var(--ink); box-shadow: none; }.button-light:hover { border-color: var(--green); background: var(--green); color: var(--ink); }
.contact-link { align-self: center; color: #bdd0d6; font-size: 14px; text-decoration-color: #55727e; text-underline-offset: 5px; }
.cta-contact { display: grid; padding: 25px 0 4px; border-top: 1px solid #35505e; }.cta-contact span { color: #75d7df; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.cta-contact a { margin: 7px 0 15px; font-family: var(--display); font-size: 24px; font-weight: 650; text-decoration: none; }.cta-contact small { max-width: 300px; color: #728d99; font-size: 11px; }

/* Footer */
footer { padding: 58px 0 25px; background: #041620; color: #d6e3e6; }
.footer-grid { display: grid; grid-template-columns: .7fr 1fr .8fr; gap: 55px; align-items: start; padding-bottom: 45px; }.brand-footer { color: var(--white); }.brand-footer small { color: #688590; }.footer-grid > p { max-width: 380px; color: #78939e; font-size: 14px; }.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 25px; }.footer-links a { color: #b4c8ce; font-size: 13px; text-decoration: none; }.footer-links a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid #18323e; color: #5f7b87; font-size: 11px; }

@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 1020px) {
  .nav-links { gap: 18px; }.nav-links a { font-size: 13px; }.nav-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 85px; }.hero-copy { max-width: 780px; }.hero-visual { width: min(720px, 100%); margin: auto; }
  .agent-grid { grid-template-columns: 1fr; gap: 65px; }.agent-intro { max-width: 720px; }
  .service-card { grid-column: span 4; }.service-card.featured { grid-column: span 8; }
  .value-grid { grid-template-columns: 1fr; gap: 60px; }.value-copy { position: static; }.value-copy h2 { max-width: 720px; }
  .cta-card { grid-template-columns: 1fr; gap: 40px; }.cta-contact { max-width: 430px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 1180px); }.section { padding: 85px 0; }
  .nav { min-height: 72px; }.brand img { width: 40px; height: 40px; }.brand strong, .brand b { font-size: 19px; }
  .nav-toggle-label { position: relative; width: 42px; height: 42px; display: grid; place-items: center; margin-left: auto; border: 1px solid var(--line); cursor: pointer; }.nav-toggle-label span, .nav-toggle-label::before, .nav-toggle-label::after { content: ""; position: absolute; width: 20px; height: 2px; background: var(--ink); transition: transform .25s, opacity .25s; }.nav-toggle-label::before { transform: translateY(-6px); }.nav-toggle-label::after { transform: translateY(6px); }
  .nav-links { position: absolute; top: 72px; left: 0; right: 0; display: grid; gap: 0; padding: 0 16px; background: var(--paper); border-bottom: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .25s, transform .25s, visibility .25s; }.nav-links a { padding: 15px 8px; border-bottom: 1px solid var(--line); }.nav-links a:last-child { border: 0; }.nav-links a::after { display: none; }
  .nav-toggle:checked ~ .nav-links { opacity: 1; visibility: visible; transform: translateY(0); }.nav-toggle:checked + .nav-toggle-label span { opacity: 0; }.nav-toggle:checked + .nav-toggle-label::before { transform: rotate(45deg); }.nav-toggle:checked + .nav-toggle-label::after { transform: rotate(-45deg); }
  .hero-grid { min-height: auto; padding-top: 65px; padding-bottom: 45px; }.hero h1 { font-size: clamp(46px, 13.5vw, 68px); }.hero-lead { font-size: 17px; }.hero-proof { gap: 14px; justify-content: space-between; }.hero-proof li { display: grid; gap: 2px; font-size: 10px; }.hero-visual { min-height: 440px; }.project-window { inset: 28px 0 38px 18px; transform: none; }.project-content { padding: 30px 25px 20px; }.project-content h2 { font-size: 26px; }.floating-note { min-width: 165px; }.note-one { right: -7px; }.note-two { left: 0; }.hero-bottom { display: none; }
  .agent-section { padding: 85px 0; }.agent-section::before { display: none; }.conversation { padding: 18px; }.conversation-head { padding: 15px 17px; }.message { max-width: 92%; }.message.compact { max-width: 84%; }.composer { margin: 0 18px 18px; }
  .section-heading, .process-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 45px; }
  .service-card, .service-card.featured { grid-column: span 6; min-height: 300px; padding: 24px; }.service-card.featured { padding-right: 24px; }.service-card.featured::after { width: 75px; height: 75px; right: 15px; }.service-icon { margin-bottom: 38px; }
  .steps { grid-template-columns: 1fr 1fr; gap: 55px 0; }.steps article:nth-child(2) .step-line::after { display: none; }
  .value-list article { min-height: 190px; grid-template-columns: 36px 1fr; padding: 22px 16px; }
  .founder-card { grid-template-columns: 1fr; gap: 55px; }.founder-image { width: min(88%, 400px); }.founder-copy blockquote { margin-left: 0; }
  .cta-section { padding-bottom: 65px; }.cta-card { width: 100%; padding: 60px 32px; }.cta-content h2 { font-size: 44px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }.footer-grid > p { margin-bottom: 0; }.footer-bottom { gap: 15px; flex-direction: column; }
}

@media (max-width: 500px) {
  .section { padding: 75px 0; }.eyebrow { font-size: 10px; }.actions { display: grid; }.button { width: 100%; }.hero h1 { font-size: 46px; }.hero-proof { margin-top: 38px; }.hero-visual { min-height: 390px; }.project-window { left: 0; }.project-nav { display: none; }.project-body { grid-template-columns: 1fr; min-height: 300px; }.window-topbar { padding: 13px; }.status { display: none; }.project-content { padding: 25px 19px; }.project-content h2 { font-size: 23px; }.project-stats { grid-template-columns: 1fr 1fr; }.mini-chart { height: 48px; }.floating-note { padding: 9px; min-width: 145px; }.floating-note > span { width: 25px; height: 25px; }.floating-note strong { font-size: 10px; }.note-one { top: 7px; }.note-two { bottom: 2px; }
  h2 { font-size: 39px; }.secure-label { display: none; }.message { max-width: 100%; }.message.compact { max-width: 92%; }.result-message ul { display: grid; }
  .services-grid { border-left: 0; }.service-card, .service-card.featured { grid-column: 1 / -1; border-left: 1px solid var(--line); }.service-card.featured::after { width: 100px; height: 100px; }
  .steps { grid-template-columns: 1fr; gap: 48px; }.steps article { padding-right: 0; }.steps article .step-line::after { display: none; }
  .value-list { grid-template-columns: 1fr; }.value-list article { min-height: auto; }
  .founder-image { width: calc(100% - 18px); }.cta-card { padding: 52px 22px; }.cta-content h2 { font-size: 39px; }.contact-link { overflow-wrap: anywhere; }.cta-contact a { font-size: 22px; }
  .footer-links { grid-template-columns: 1fr; }
}
