:root {
  --yellow: #f2c94c;
  --yellow-bright: #ffd31a;
  --ink: #151515;
  --ink-2: #292925;
  --paper: #f7f4ea;
  --paper-2: #eeeadf;
  --white: #fffefa;
  --grey: #6b6a64;
  --line: #cbc7bb;
  --orange: #e96b3c;
  --green: #267a5b;
  --red: #a7352b;
  --font: "Manrope", system-ui, sans-serif;
  --mono: "DM Mono", ui-monospace, monospace;
  --container: 1260px;
  --header: 78px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 24px); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
button, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p, blockquote { margin: 0; }
ul, ol { list-style: none; padding: 0; margin: 0; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 300; top: 12px; left: 12px; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

.site-header { position: sticky; z-index: 80; top: 0; height: var(--header); background: color-mix(in srgb, var(--paper) 94%, transparent); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: baseline; gap: 18px; white-space: nowrap; }
.brand-name { font-size: 21px; line-height: 1; font-weight: 800; letter-spacing: -.04em; }
.brand-discipline { font: 500 11px/1 var(--mono); letter-spacing: .08em; color: var(--grey); }
.menu { display: flex; align-items: center; gap: 26px; }
.menu a, .text-button { font-size: 14px; font-weight: 600; }
.menu a { position: relative; }
.menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--ink); transition: right .25s var(--ease); }
.menu a:hover::after { right: 0; }
.text-button { border: 0; background: transparent; padding: 8px 0; cursor: pointer; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 12px 8px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 6px 0; transition: transform .2s, opacity .2s; }

.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; min-height: 52px; padding: 0 22px; border: 1px solid var(--ink); background: var(--yellow); color: var(--ink); font-weight: 700; font-size: 14px; cursor: pointer; box-shadow: 0 0 0 var(--ink); transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s; }
.button:hover { background: var(--yellow-bright); transform: translate(-3px,-3px); box-shadow: 3px 3px 0 var(--ink); }
.button:active { transform: none; box-shadow: none; }
.button-small { min-height: 40px; padding-inline: 15px; gap: 10px; }
.link-button { border: 0; border-bottom: 1px solid var(--ink); background: transparent; padding: 13px 0 8px; font-weight: 600; cursor: pointer; }
.link-button span { margin-left: 24px; }

.hero { padding: clamp(72px, 9vw, 128px) 0 78px; min-height: calc(100vh - var(--header)); display: grid; align-items: center; background: radial-gradient(circle at 67% 44%, rgba(242,201,76,.09), transparent 30%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr); align-items: center; gap: clamp(50px, 7vw, 110px); }
.eyebrow, .section-label { font: 500 11px/1.2 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--orange); }
.eyebrow span { width: 24px; height: 3px; background: var(--yellow); }
.hero h1 { max-width: 11ch; font-size: clamp(52px, 6.3vw, 92px); font-weight: 800; letter-spacing: -.065em; line-height: .96; }
.hero-lede { max-width: 590px; margin-top: 30px; color: var(--ink-2); font-size: clamp(17px, 1.6vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 38px; margin-top: 38px; }

.hero-system { border: 1px solid var(--ink); background: rgba(255,254,250,.72); box-shadow: 9px 9px 0 rgba(21,21,21,.08); }
.system-topline, .system-footline { display: flex; justify-content: space-between; align-items: center; font: 500 9px/1 var(--mono); letter-spacing: .06em; }
.system-topline { padding: 12px 15px; border-bottom: 1px solid var(--line); }
.status { color: var(--green); }
.status i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--green); }
.system-flow { min-height: 340px; padding: 50px 30px 44px; display: grid; grid-template-columns: 1fr 28px 1fr 28px 1fr; align-items: center; }
.flow-stage { position: relative; min-height: 210px; padding: 18px 12px 14px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); background: var(--paper); }
.flow-stage-result { border-color: var(--green); }
.flow-index { position: absolute; top: 10px; left: 10px; font: 500 10px/1 var(--mono); color: var(--grey); }
.flow-stage strong { font-size: 13px; line-height: 1.25; }
.flow-stage p { margin-top: 6px; color: var(--grey); font-size: 10px; line-height: 1.45; }
.flow-arrow { text-align: center; font-size: 21px; }
.messy-mark, .map-mark, .result-mark { position: absolute; top: 52px; left: 50%; width: 72px; height: 72px; transform: translateX(-50%); }
.messy-mark i { position: absolute; display: block; width: 54px; height: 29px; border: 1px solid var(--grey); border-radius: 50%; }
.messy-mark i:nth-child(1) { transform: rotate(18deg); top: 13px; left: 5px; }.messy-mark i:nth-child(2) { transform: rotate(65deg); top: 19px; left: 10px; }.messy-mark i:nth-child(3) { transform: rotate(120deg); top: 10px; left: 13px; }.messy-mark i:nth-child(4) { transform: rotate(150deg); top: 26px; left: 2px; }.messy-mark i:nth-child(5) { width: 10px; height: 10px; background: var(--yellow); border: 0; top: 7px; left: 50px; }
.map-mark { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 8px; border: 1px dashed var(--grey); }
.map-mark i { position: relative; display: block; border: 1px solid var(--grey); background: var(--white); }
.map-mark i::after { content:""; position: absolute; width: 12px; height: 1px; background: var(--grey); top: 50%; left: 100%; }
.result-mark { display: grid; place-items: center; width: 62px; height: 62px; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-size: 30px; }
.system-footline { padding: 13px 15px; border-top: 1px solid var(--line); }
.system-footline span::before { content:""; display: inline-block; width: 5px; height: 5px; background: var(--yellow); margin-right: 7px; }

.signal-strip { background: var(--yellow); border-block: 1px solid var(--ink); }
.signal-track { min-height: 48px; display: flex; align-items: center; justify-content: space-between; font: 500 10px/1 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.signal-track i { width: 4px; height: 4px; border-radius: 50%; background: var(--ink); }

section { padding: clamp(88px, 10vw, 140px) 0; }
.section-heading { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 40px; margin-bottom: 70px; }
.section-label { padding-top: 9px; color: var(--orange); }
.section-heading h2, .about h2, .contact h2 { font-size: clamp(38px, 4.4vw, 62px); line-height: 1.04; letter-spacing: -.052em; }
.section-heading > div > p { max-width: 630px; margin-top: 22px; color: var(--grey); font-size: 18px; }

.systems { background: var(--paper); }
.service-list { border-top: 1px solid var(--ink); }
.service-row { display: grid; grid-template-columns: 55px minmax(210px, .8fr) minmax(280px, 1.2fr) 110px; align-items: center; gap: 28px; min-height: 132px; border-bottom: 1px solid var(--line); transition: background .2s, padding .25s var(--ease); }
.service-row:hover { padding-inline: 18px; background: var(--white); }
.service-number, .service-tag { font: 500 10px/1 var(--mono); color: var(--grey); }
.service-row h3 { font-size: clamp(21px, 2vw, 28px); letter-spacing: -.035em; }
.service-row p { color: var(--grey); font-size: 14px; }
.service-tag { text-align: right; color: var(--green); }

.selected-work { color: var(--white); background: var(--ink); }
.section-heading-light p { color: #aaa89f; }
.work-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; }
.work-card { padding: 28px; border: 1px solid #44443f; background: #1d1d1a; }
.work-card-featured { background: #20201d; }
.work-meta { display: flex; gap: 8px; }
.work-meta span { padding: 6px 8px; border: 1px solid #575750; font: 500 9px/1 var(--mono); letter-spacing: .05em; color: #c8c6bc; }
.work-visual { position: relative; height: 260px; margin: 24px 0 28px; overflow: hidden; border: 1px solid #3f3f3b; background-color: #171714; background-image: linear-gradient(#262622 1px, transparent 1px), linear-gradient(90deg,#262622 1px,transparent 1px); background-size: 28px 28px; }
.work-card h3 { max-width: 18ch; font-size: clamp(26px, 3vw, 39px); line-height: 1.1; letter-spacing: -.045em; }
.work-card > p { max-width: 59ch; margin-top: 18px; color: #aaa89f; font-size: 14px; }
.work-outcome { display: grid; gap: 6px; margin-top: 28px; padding-top: 18px; border-top: 1px solid #44443f; }
.work-outcome span { font: 500 9px/1 var(--mono); color: var(--yellow); text-transform: uppercase; }
.work-outcome strong { font-size: 13px; }
.doc { position: absolute; width: 118px; height: 154px; padding: 25px 17px; border: 1px solid #77766f; background: var(--paper); transform: rotate(-5deg); }
.doc-a { top: 48px; left: 21%; }.doc-b { top: 34px; left: 43%; transform: rotate(4deg); }
.doc i { display: block; height: 4px; margin: 13px 0; background: #aaa89f; }.doc i:nth-child(2) { width: 70%; }
.scan-line { position: absolute; top: 0; bottom: 0; left: 65%; width: 1px; background: var(--yellow); box-shadow: 0 0 20px var(--yellow); }
.verified { position: absolute; right: 28px; bottom: 28px; padding: 10px 13px; border: 1px solid var(--green); color: #79c7aa; font: 500 10px/1 var(--mono); }.verified b { margin-left: 8px; }
.knowledge-visual .source { position: absolute; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid #77766f; background: #20201d; font: 500 10px/1 var(--mono); }
.source-a { left: 42px; top: 45px; }.source-b { left: 42px; top: 108px; }.source-c { left: 42px; top: 171px; }
.knowledge-visual .source::after { content:""; position: absolute; left: 100%; width: 55px; height: 1px; background: #77766f; }
.answer-block { position: absolute; top: 54px; right: 34px; width: 58%; height: 150px; padding: 25px; border: 1px solid var(--yellow); background: #20201d; }
.answer-block i { display: block; height: 5px; margin-bottom: 18px; background: #77766f; }.answer-block i:nth-child(2) { width: 80%; }.answer-block i:nth-child(3) { width: 55%; }
.answer-block small { position: absolute; bottom: 15px; font: 500 9px/1 var(--mono); color: var(--yellow); }

.process-list { border-top: 1px solid var(--ink); }
.process-list li { display: grid; grid-template-columns: 55px 1fr 130px; gap: 28px; align-items: start; padding: 30px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { font: 500 11px/1 var(--mono); color: var(--orange); padding-top: 7px; }
.process-list h3 { font-size: 22px; letter-spacing: -.025em; }
.process-list p { max-width: 650px; margin-top: 5px; color: var(--grey); }
.process-list small { justify-self: end; padding-top: 8px; font: 500 9px/1 var(--mono); color: var(--green); }

.about { background: var(--paper-2); border-block: 1px solid var(--line); }
.about-grid, .contact-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(340px, .7fr); justify-content: space-between; gap: 90px; }
.about .section-label, .contact .section-label { margin-bottom: 32px; }
.about-copy { padding-top: 40px; }
.about-copy > p { margin-bottom: 22px; color: var(--ink-2); font-size: 18px; }
.about-copy blockquote { margin-top: 38px; padding: 24px 0 24px 28px; border-left: 5px solid var(--yellow); font-weight: 700; font-size: 18px; }

.contact { background: var(--yellow); border-bottom: 1px solid var(--ink); }
.contact .section-label { color: var(--ink); }
.contact-action { align-self: end; }
.contact-action > p:first-child { max-width: 540px; margin-bottom: 28px; font-size: 18px; }
.contact .button { background: var(--ink); color: var(--white); }
.contact .button:hover { background: var(--green); }
.contact-note { max-width: 500px; margin-top: 22px; font-size: 12px; }
.privacy-page { max-width: 760px; padding-top: 100px; padding-bottom: 100px; }
.privacy-page h1 { max-width: 16ch; margin: 20px 0 34px; font-size: clamp(42px, 6vw, 76px); line-height: 1; letter-spacing: -.04em; }
.privacy-page h2 { margin-top: 42px; font-size: 22px; }
.privacy-page p { max-width: 65ch; margin-top: 14px; color: var(--ink-2); font-size: 17px; line-height: 1.7; }

.site-footer { padding: 46px 0; color: #d5d2c8; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 35px; }
.brand-footer .brand-name { color: white; }.brand-footer .brand-discipline { color: #8d8c85; }
.footer-grid > p { font-size: 13px; color: #8d8c85; }
.footer-links { display: flex; gap: 28px; align-items: center; font: 400 10px/1 var(--mono); }
.footer-contact-link { border: 0; border-bottom: 1px solid var(--yellow); padding: 5px 0; background: transparent; color: white; cursor: pointer; }

.assistant-launcher { position: fixed; z-index: 120; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 7px 14px 7px 7px; border: 1px solid var(--ink); background: var(--yellow); box-shadow: 4px 4px 0 rgba(21,21,21,.2); cursor: pointer; transition: transform .2s var(--ease), box-shadow .2s; }
.assistant-launcher:hover { transform: translate(-3px,-3px); box-shadow: 7px 7px 0 rgba(21,21,21,.2); }
.assistant-launcher[aria-expanded="true"] { opacity: 0; pointer-events: none; }
.launcher-icon, .assistant-mark { display: grid; place-items: center; background: var(--ink); color: var(--yellow); }
.launcher-icon { position: relative; width: 38px; height: 38px; }
.launcher-icon::before, .launcher-icon::after, .launcher-icon i::before, .launcher-icon i::after { content:""; position: absolute; background: var(--yellow); }
.launcher-icon::before { width: 17px; height: 2px; }.launcher-icon::after { width: 2px; height: 17px; }.launcher-icon i::before { width: 11px; height: 1px; transform: rotate(45deg); }.launcher-icon i::after { width: 11px; height: 1px; transform: rotate(-45deg); }
.launcher-label { font: 500 11px/1 var(--mono); }
.launcher-pulse { position: absolute; top: 3px; right: 3px; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px var(--yellow); }

.assistant-panel { position: fixed; z-index: 130; right: 22px; bottom: 22px; width: min(390px, calc(100vw - 28px)); height: min(620px, calc(100dvh - 44px)); padding: 0; grid-template-rows: auto 3px minmax(0,1fr) auto auto auto; border: 1px solid var(--ink); background: var(--white); box-shadow: 10px 10px 0 rgba(21,21,21,.16); overflow: hidden; animation: panel-in .25s var(--ease); }
.assistant-panel:not([hidden]) { display: grid; }
@keyframes panel-in { from { opacity: 0; transform: translateY(14px) scale(.98); } }
.assistant-header { min-height: 74px; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; color: white; background: var(--ink); }
.assistant-identity { display: flex; align-items: center; gap: 12px; }
.assistant-mark { width: 40px; height: 40px; font-size: 20px; }
.assistant-header h2 { font-size: 15px; }
.assistant-header p { margin-top: 2px; color: #aaa89f; font: 400 9px/1 var(--mono); }
.assistant-header p i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: #5cbd91; }
.assistant-close { width: 40px; height: 40px; border: 0; background: transparent; color: white; font-size: 28px; cursor: pointer; }
.assistant-progress { background: var(--paper-2); }
.assistant-progress span { display: block; width: 8%; height: 100%; background: var(--yellow); transition: width .35s var(--ease); }
.chat-log { padding: 20px 16px 10px; overflow-y: auto; overscroll-behavior: contain; scroll-behavior: smooth; }
.message { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 13px; animation: message-in .22s var(--ease); }
@keyframes message-in { from { opacity: 0; transform: translateY(6px); } }
.message-avatar { display: grid; place-items: center; flex: 0 0 25px; height: 25px; margin-top: 2px; color: var(--yellow); background: var(--ink); font-size: 11px; }
.message-bubble { max-width: 82%; padding: 10px 12px; border: 1px solid var(--line); background: var(--paper); font-size: 13px; line-height: 1.55; white-space: pre-wrap; overflow-wrap: anywhere; }
.message-user { justify-content: flex-end; }.message-user .message-avatar { display: none; }.message-user .message-bubble { border-color: var(--yellow); background: #fff7d4; }
.message-system .message-bubble { border-color: #a8cdbc; background: #edf7f2; }
.typing .message-bubble { display: flex; gap: 4px; padding-block: 15px; }
.typing i { width: 5px; height: 5px; border-radius: 50%; background: var(--grey); animation: typing 1s infinite; }.typing i:nth-child(2) { animation-delay: .14s; }.typing i:nth-child(3) { animation-delay: .28s; }
@keyframes typing { 50% { transform: translateY(-4px); opacity: .45; } }
.chat-form { display: grid; grid-template-columns: 1fr 42px; align-items: end; gap: 8px; margin: 0 16px 10px; padding: 7px; border: 1px solid var(--line); background: white; }
.chat-form textarea { width: 100%; max-height: 96px; padding: 8px; resize: none; border: 0; outline: 0; background: transparent; font-size: 13px; line-height: 1.5; }
.chat-send { width: 40px; height: 40px; border: 0; border-radius: 50%; color: white; background: var(--ink); font-size: 21px; cursor: pointer; }
.chat-send:disabled { opacity: .4; cursor: not-allowed; }
.chat-actions { display: flex; flex-wrap: wrap; gap: 7px; padding: 0 16px 10px; }
.chat-actions button, .contact-channel { min-height: 36px; padding: 7px 10px; border: 1px solid var(--ink); background: white; font: 500 10px/1.25 var(--mono); cursor: pointer; }
.chat-actions button:hover, .contact-channel:hover { background: var(--yellow); }
.assistant-privacy { padding: 9px 16px 11px; border-top: 1px solid var(--line); color: var(--grey); font: 400 9px/1.35 var(--mono); }
.assistant-consent { display: flex; align-items: flex-start; gap: 7px; padding: 0 16px 10px; color: var(--ink-2); font-size: 11px; line-height: 1.4; }
.assistant-consent input { flex: 0 0 auto; width: 16px; height: 16px; margin: 0; accent-color: var(--green); }
.assistant-consent a { color: inherit; text-decoration-color: var(--orange); text-underline-offset: 2px; }
.lead-summary { display: grid; gap: 8px; }.lead-summary b { font-size: 12px; }.lead-summary span { color: var(--grey); font-size: 11px; }
.channel-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }.contact-channel { display: inline-flex; align-items: center; text-decoration: none; }

.toast { position: fixed; z-index: 200; left: 50%; bottom: 24px; padding: 12px 16px; color: white; background: var(--ink); font-size: 12px; transform: translate(-50%,20px); opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; }
.toast.is-visible { opacity: 1; transform: translate(-50%,0); }

@media (max-width: 1050px) {
  .hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 800px; }.hero h1 { max-width: 12ch; }.hero-system { width: min(100%, 720px); }
  .menu { gap: 16px; }.menu .button-small { display: none; }
  .work-grid { grid-template-columns: 1fr; }.work-card h3 { max-width: 24ch; }
}

@media (max-width: 760px) {
  :root { --header: 66px; }.container { width: min(calc(100% - 30px), var(--container)); }
  .brand { gap: 10px; }.brand-name { font-size: 18px; }.brand-discipline { font-size: 8px; }
  .menu-toggle { display: block; }.menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(4px) rotate(45deg); }.menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { transform: translateY(-4px) rotate(-45deg); }
  .menu { position: fixed; inset: var(--header) 0 auto; display: grid; align-items: stretch; gap: 0; padding: 16px 15px 24px; border-bottom: 1px solid var(--ink); background: var(--paper); transform: translateY(-125%); opacity: 0; pointer-events: none; transition: transform .25s var(--ease), opacity .2s; }
  .menu.is-open { transform: none; opacity: 1; pointer-events: auto; }.menu li { border-bottom: 1px solid var(--line); }.menu a, .text-button { display: block; width: 100%; padding: 15px 4px; text-align: left; }
  .hero { padding: 64px 0 58px; background: none; }.hero-grid { gap: 52px; }.hero h1 { font-size: clamp(48px,15vw,68px); }.hero-lede { margin-top: 24px; font-size: 17px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }.link-button { align-self: flex-start; }
  .system-flow { min-height: auto; padding: 28px 18px; grid-template-columns: 1fr; gap: 10px; }.flow-stage { min-height: 132px; padding-left: 110px; justify-content: center; }.flow-arrow { transform: rotate(90deg); }.messy-mark, .map-mark, .result-mark { top: 50%; left: 52px; transform: translate(-50%,-50%); }.system-footline { display: none; }
  .signal-track { justify-content: center; gap: 12px; overflow: hidden; white-space: nowrap; }.signal-track span:nth-of-type(even), .signal-track i:nth-of-type(even) { display: none; }
  section { padding: 84px 0; }.section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 48px; }.section-label { padding-top: 0; }.section-heading h2, .about h2, .contact h2 { font-size: clamp(37px,11vw,50px); }
  .service-row { grid-template-columns: 38px 1fr; gap: 12px 15px; padding: 24px 0; }.service-row:hover { padding-inline: 0; }.service-row p { grid-column: 2; }.service-tag { grid-column: 2; text-align: left; }
  .work-card { padding: 18px; }.work-visual { height: 220px; }.doc-a { left: 12%; }.doc-b { left: 38%; }.answer-block { right: 16px; width: 59%; }.knowledge-visual .source { left: 18px; }
  .process-list li { grid-template-columns: 35px 1fr; gap: 14px; }.process-list small { display: none; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }.about-copy { padding-top: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; }.footer-links { justify-content: space-between; }
  .assistant-launcher { right: 14px; bottom: 14px; }.launcher-label { display: none; }.assistant-launcher { padding-right: 7px; }
  .assistant-panel { right: 0; bottom: 0; width: 100%; height: min(680px, calc(100dvh - 12px)); border-inline: 0; border-bottom: 0; box-shadow: none; }
}

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