:root {
  --ink: #151713;
  --muted: #686b63;
  --paper: #f4f2ed;
  --white: #fffefa;
  --line: #d8d6cf;
  --lime: #c7f36b;
  --coral: #f4755b;
  --blue: #3f6df2;
  --dark: #1d211c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; letter-spacing: 0; }
button, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
svg { width: 18px; height: 18px; stroke-width: 1.8; }
.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; }

.site-header { height: 76px; max-width: 1440px; margin: auto; padding: 0 5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-family: Manrope, sans-serif; font-size: 20px; font-weight: 700; }
.brand-mark, .ai-avatar, .message-avatar, .mini-ai-mark { width: 28px; height: 28px; display: grid; place-items: center; border: 1.5px solid var(--ink); transform: rotate(45deg); background: var(--lime); }
.brand-mark span, .ai-avatar span, .message-avatar span, .mini-ai-mark span { width: 8px; height: 8px; display: block; background: var(--ink); }
.launch-pill { display: flex; align-items: center; gap: 9px; color: #50534d; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #3a9e5e; box-shadow: 0 0 0 4px #dce9dc; }
.header-link { justify-self: end; display: flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 600; }

.hero { max-width: 1440px; min-height: calc(100vh - 76px); margin: auto; padding: clamp(58px, 7vw, 104px) 5vw 28px; display: grid; grid-template-columns: minmax(360px, .78fr) minmax(550px, 1.22fr); grid-template-rows: auto auto; gap: 42px 6vw; overflow: hidden; }
.hero-copy { align-self: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; color: #62665e; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.eyebrow-line { width: 30px; height: 1px; background: #a6a69f; }
h1, h2 { margin: 0; font-family: Manrope, sans-serif; letter-spacing: 0; }
h1 { font-size: clamp(52px, 5.8vw, 92px); line-height: .98; font-weight: 600; }
h1 span { color: #62665e; font-weight: 500; }
.hero-intro { max-width: 530px; margin: 30px 0 34px; color: var(--muted); font-size: clamp(16px, 1.4vw, 19px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; }
.primary-button { min-height: 52px; padding: 0 20px; display: inline-flex; align-items: center; gap: 20px; color: var(--white); background: var(--ink); font-weight: 600; font-size: 14px; transition: transform .2s, background .2s; }
.primary-button:hover { transform: translateY(-2px); background: #30332e; }

.product-scene { align-self: center; min-width: 700px; margin-right: -220px; border: 1px solid #bbbcb5; background: var(--white); box-shadow: 0 24px 70px rgba(31,34,28,.12); }
.scene-topbar { height: 42px; padding: 0 15px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid #dfe0db; font-size: 10px; }
.window-controls { display: flex; gap: 5px; }
.window-controls span { width: 7px; height: 7px; border-radius: 50%; background: #d5d6d1; }
.window-controls span:first-child { background: var(--coral); }
.scene-project { display: flex; align-items: center; gap: 6px; font-weight: 600; }
.scene-project svg { width: 12px; }
.scene-status { justify-self: end; display: flex; align-items: center; gap: 5px; color: #62655e; }
.scene-status span { width: 5px; height: 5px; border-radius: 50%; background: #4baa69; }
.scene-body { height: 480px; display: grid; grid-template-columns: 42px 245px 1fr; }
.scene-rail { padding-top: 14px; display: flex; flex-direction: column; align-items: center; gap: 5px; border-right: 1px solid #e4e4df; background: #f5f4ef; }
.scene-rail span { width: 28px; height: 28px; display: grid; place-items: center; color: #868981; }
.scene-rail span.active { color: var(--ink); background: white; border: 1px solid #ddddda; }
.scene-rail svg { width: 13px; height: 13px; }
.scene-chat { position: relative; padding: 22px 17px; border-right: 1px solid #e4e4df; }
.scene-label { margin: 0 0 22px; color: #93958e; font-size: 8px; font-weight: 700; }
.mini-message { margin-left: 20px; padding: 10px; font-size: 10px; line-height: 1.5; background: #f0efe9; }
.mini-ai { margin-top: 20px; display: flex; gap: 9px; font-size: 9px; }
.mini-ai-mark { flex: 0 0 auto; width: 19px; height: 19px; }
.mini-ai-mark span { width: 5px; height: 5px; }
.mini-ai strong { font-size: 9px; }
.mini-ai p { margin: 5px 0 0; color: #656861; line-height: 1.55; }
.build-steps { margin: 18px 0 0 28px; padding: 9px; display: grid; gap: 8px; border: 1px solid #e2e2dd; font-size: 8px; }
.build-steps span { display: flex; align-items: center; gap: 6px; color: #5b5e57; }
.build-steps svg { width: 9px; height: 9px; color: #318554; }
.build-steps .working { color: var(--blue); }
.build-steps .working svg { animation: spin 1.4s linear infinite; }
.mini-input { position: absolute; left: 17px; right: 17px; bottom: 18px; height: 34px; padding: 0 9px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #d8d9d3; color: #9b9c97; font-size: 9px; }
.mini-input svg { width: 11px; color: var(--ink); }
.scene-preview { min-width: 420px; padding: 12px; background: #eeeee9; }
.preview-toolbar { height: 29px; display: flex; justify-content: space-between; font-size: 9px; color: #666960; }
.preview-toolbar div { display: flex; gap: 10px; }
.preview-toolbar svg { width: 11px; height: 11px; }
.mock-site { height: calc(100% - 29px); padding: 17px 20px; color: #f8f7f2; background: #313833; overflow: hidden; }
.mock-site nav { display: flex; justify-content: space-between; font-size: 7px; }
.mock-site nav strong { font-size: 8px; }
.mock-hero { padding-top: 78px; }
.mock-hero p { color: var(--lime); font-size: 6px; }
.mock-hero h2 { max-width: 320px; font-size: 35px; line-height: 1.02; font-weight: 500; }
.mock-hero em { color: var(--lime); font-family: Georgia, serif; font-weight: 400; }
.mock-hero button { margin-top: 22px; padding: 9px 12px; display: flex; align-items: center; gap: 14px; border: 0; color: var(--ink); background: var(--lime); font-size: 7px; font-weight: 600; }
.mock-hero button svg { width: 9px; }
.mock-details { margin-top: 68px; padding-top: 14px; display: flex; gap: 26px; border-top: 1px solid #69706a; color: #c3c6c1; font-size: 6px; }

.countdown-wrap { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: end; padding-top: 20px; border-top: 1px solid var(--line); }
.countdown-label { color: #6f726b; font-size: 10px; font-weight: 700; }
.countdown { display: flex; align-items: flex-start; gap: clamp(8px, 2vw, 26px); }
.countdown div { min-width: 58px; text-align: center; }
.countdown strong { display: block; font-family: Manrope, sans-serif; font-size: clamp(25px, 3vw, 42px); line-height: 1; font-weight: 500; font-variant-numeric: tabular-nums; }
.countdown span { margin-top: 6px; display: block; color: #7a7d76; font-size: 8px; text-transform: uppercase; }
.countdown b { color: #a5a69f; font-size: 22px; font-weight: 400; }

.try-section { padding: clamp(80px, 10vw, 150px) max(5vw, calc((100vw - 1296px)/2)); display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; color: #f2f2ec; background: var(--dark); }
.try-copy { padding-top: 26px; }
.section-number { margin: 0 0 40px; color: var(--lime); font-size: 10px; font-weight: 700; }
.try-copy h2 { max-width: 480px; font-size: clamp(42px, 5vw, 72px); line-height: 1.03; font-weight: 500; }
.try-copy > p:not(.section-number) { max-width: 470px; margin: 28px 0 38px; color: #aeb2aa; font-size: 16px; line-height: 1.7; }
.feature-list { display: flex; flex-wrap: wrap; gap: 9px; }
.feature-list span { padding: 8px 10px; display: flex; align-items: center; gap: 7px; border: 1px solid #454a43; color: #c4c8c0; font-size: 10px; }
.feature-list svg { width: 12px; height: 12px; color: var(--lime); }

.chat-app { min-width: 0; border: 1px solid #4a4f47; background: #f7f6f1; color: var(--ink); box-shadow: 20px 20px 0 #292e28; }
.chat-header { min-height: 76px; padding: 14px 18px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #deded8; }
.chat-title { display: flex; align-items: center; gap: 13px; }
.ai-avatar, .message-avatar { width: 31px; height: 31px; }
.ai-avatar span, .message-avatar span { width: 8px; height: 8px; }
.chat-title strong { display: block; font-family: Manrope, sans-serif; font-size: 13px; }
.chat-title small { margin-top: 3px; display: flex; align-items: center; gap: 5px; color: #72756e; font-size: 8px; text-transform: uppercase; }
.chat-title small span { width: 5px; height: 5px; border-radius: 50%; background: #3fa063; }
.model-picker { padding: 3px; display: flex; background: #e7e6e0; }
.model-option { min-height: 29px; padding: 0 11px; border: 0; color: #71746d; background: transparent; font-size: 9px; font-weight: 700; cursor: pointer; }
.model-option.active { color: var(--ink); background: var(--white); box-shadow: 0 1px 3px rgba(0,0,0,.08); }
.chat-messages { height: 320px; padding: 26px 24px; overflow-y: auto; scrollbar-width: thin; }
.message { margin-bottom: 22px; display: flex; gap: 14px; }
.message.user { justify-content: flex-end; }
.message-avatar { flex: 0 0 auto; width: 23px; height: 23px; }
.message-avatar span { width: 6px; height: 6px; }
.message-content { max-width: 78%; }
.message-content strong { display: block; margin-bottom: 5px; font-size: 10px; }
.message-content p { margin: 0; color: #51544d; font-size: 13px; line-height: 1.6; white-space: pre-wrap; overflow-wrap: anywhere; }
.message.user .message-content { padding: 11px 13px; background: #e8e7e1; }
.message.user .message-content p { color: var(--ink); }
.typing { display: flex; gap: 4px; padding-top: 7px; }
.typing span { width: 5px; height: 5px; border-radius: 50%; background: #777a73; animation: typing 1.2s infinite; }
.typing span:nth-child(2) { animation-delay: .15s; }
.typing span:nth-child(3) { animation-delay: .3s; }
.suggestions { padding: 0 18px 12px; display: flex; gap: 7px; overflow-x: auto; }
.suggestions button { flex: 0 0 auto; padding: 7px 10px; border: 1px solid #d4d4ce; color: #575a53; background: transparent; font-size: 9px; cursor: pointer; }
.suggestions button:hover { border-color: #8d9088; background: white; }
.chat-form { margin: 0 18px; min-height: 58px; padding: 9px 9px 9px 14px; display: flex; align-items: end; gap: 10px; border: 1px solid #bfc0ba; background: var(--white); }
.chat-form:focus-within { border-color: #5c5f57; box-shadow: 0 0 0 2px rgba(199,243,107,.4); }
.chat-form textarea { width: 100%; max-height: 100px; padding: 7px 0; resize: none; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 13px; line-height: 1.4; }
.chat-form textarea::placeholder { color: #969891; }
.send-button { flex: 0 0 auto; width: 37px; height: 37px; display: grid; place-items: center; border: 0; color: white; background: var(--ink); cursor: pointer; }
.send-button:disabled { cursor: not-allowed; opacity: .45; }
.chat-note { margin: 9px 18px 15px; color: #8a8d85; font-size: 8px; text-align: center; }

.mobile-build { padding: clamp(85px, 10vw, 150px) max(5vw, calc((100vw - 1296px)/2)); display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 8vw; overflow: hidden; background: #f4f2ed; }
.section-kicker { margin: 0 0 30px; color: var(--blue); font-size: 10px; font-weight: 700; }
.mobile-copy h2 { font-size: clamp(43px, 5.3vw, 76px); line-height: 1.04; font-weight: 500; }
.mobile-copy > p:not(.section-kicker) { max-width: 520px; margin: 28px 0 38px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.build-points { border-top: 1px solid var(--line); }
.build-points > div { padding: 18px 0; display: grid; grid-template-columns: 38px 1fr; gap: 14px; border-bottom: 1px solid var(--line); }
.build-points > div > span { color: var(--blue); font-size: 9px; font-weight: 700; }
.build-points p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.build-points strong { margin-bottom: 3px; display: block; color: var(--ink); font-size: 13px; }
.mobile-visual { position: relative; min-height: 560px; }
.browser-frame { position: absolute; top: 28px; left: 0; width: 90%; height: 450px; border: 1px solid #bfc0ba; background: var(--white); box-shadow: 0 22px 60px rgba(31,34,28,.1); }
.browser-bar { height: 43px; padding: 0 14px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid #deded8; }
.browser-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #d1d2cd; }
.browser-bar > span:first-child { background: var(--coral); }
.browser-bar div { width: 47%; margin: auto; padding: 7px 10px; color: #858880; background: #f0efe9; font-size: 8px; text-align: center; }
.browser-content { height: calc(100% - 43px); display: grid; grid-template-columns: 120px 1fr; }
.browser-sidebar { padding: 22px 12px; display: flex; flex-direction: column; gap: 7px; border-right: 1px solid #deded8; background: #edede7; }
.browser-sidebar strong { margin: 0 8px 22px; font-family: Manrope, sans-serif; font-size: 12px; }
.browser-sidebar span { padding: 9px 8px; display: flex; align-items: center; gap: 7px; color: #73766f; font-size: 9px; }
.browser-sidebar span.selected { color: var(--ink); background: var(--white); }
.browser-sidebar svg { width: 12px; height: 12px; }
.builder-prompt { width: 58%; padding: 34px 30px; }
.builder-prompt small { color: #8b8e86; font-size: 8px; font-weight: 700; }
.builder-prompt p { margin: 15px 0 20px; font-size: 14px; line-height: 1.6; }
.builder-prompt div { padding: 10px; display: flex; align-items: center; gap: 8px; border: 1px solid #d9dad4; color: #4d5049; font-size: 9px; }
.builder-prompt svg { width: 12px; color: #39915a; }
.phone-preview { position: absolute; right: 2%; bottom: 0; width: 238px; height: 500px; padding: 8px; border: 2px solid #1b1e1a; border-radius: 30px; background: #1b1e1a; box-shadow: 0 28px 55px rgba(22,25,21,.24); }
.phone-speaker { position: absolute; z-index: 2; top: 15px; left: 50%; width: 55px; height: 15px; border-radius: 12px; background: #1b1e1a; transform: translateX(-50%); }
.phone-screen { height: 100%; padding: 19px 16px; overflow: hidden; border-radius: 22px; background: #f8f7f1; }
.app-top { display: flex; justify-content: space-between; font-size: 7px; font-weight: 700; }
.app-top svg { width: 11px; height: 11px; }
.phone-screen > p { margin: 34px 0 7px; color: var(--blue); font-size: 7px; font-weight: 700; }
.phone-screen h3 { margin: 0; font-family: Manrope, sans-serif; font-size: 27px; line-height: 1.05; font-weight: 600; }
.week-row { margin: 22px 0; display: flex; justify-content: space-between; }
.week-row span { display: grid; gap: 6px; color: #7e8179; font-size: 7px; text-align: center; }
.week-row small { width: 25px; height: 25px; display: grid; place-items: center; font-size: 8px; }
.week-row .today small { color: var(--ink); background: var(--lime); border-radius: 50%; }
.progress-ring { width: 120px; height: 120px; margin: 8px auto 20px; display: grid; place-content: center; border: 10px solid #e1e2dc; border-top-color: var(--blue); border-right-color: var(--blue); border-radius: 50%; text-align: center; transform: rotate(18deg); }
.progress-ring strong, .progress-ring span { transform: rotate(-18deg); }
.progress-ring strong { font-family: Manrope, sans-serif; font-size: 22px; }
.progress-ring span { color: #82857d; font-size: 7px; text-transform: uppercase; }
.habit-row { margin-top: 8px; padding: 10px; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 8px; border: 1px solid #deded7; background: white; }
.habit-row > span { width: 25px; height: 25px; display: grid; place-items: center; background: #ecebe5; }
.habit-row svg { width: 12px; height: 12px; }
.habit-row > svg { color: var(--blue); }
.habit-row p { margin: 0; color: #878a82; font-size: 7px; line-height: 1.5; }
.habit-row strong { display: block; color: var(--ink); font-size: 8px; }
.visual-note { position: absolute; left: 5%; bottom: 28px; padding: 13px 15px; display: flex; align-items: center; gap: 11px; border: 1px solid #d5d6d0; background: var(--white); box-shadow: 0 8px 20px rgba(31,34,28,.08); }
.visual-note > svg { width: 15px; color: var(--blue); }
.visual-note span { color: #7b7e76; font-size: 8px; }
.visual-note strong { margin-bottom: 3px; display: block; color: var(--ink); font-size: 9px; }

.launch-band { padding: clamp(70px, 9vw, 130px) max(5vw, calc((100vw - 1296px)/2)); display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 9vw; border-bottom: 1px solid var(--line); }
.launch-band > div:first-child p { margin: 0 0 26px; color: var(--blue); font-size: 10px; font-weight: 700; }
.launch-band h2 { font-size: clamp(38px, 5.2vw, 76px); line-height: 1.08; font-weight: 500; }
.launch-copy p { margin: 0 0 28px; color: var(--muted); line-height: 1.7; }
.launch-copy a { padding-bottom: 6px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.launch-copy svg { width: 15px; }

.faq-section { padding: clamp(80px, 9vw, 130px) max(5vw, calc((100vw - 1296px)/2)); display: grid; grid-template-columns: .72fr 1.28fr; gap: 10vw; background: var(--white); }
.faq-heading { position: sticky; top: 40px; align-self: start; }
.faq-heading h2 { max-width: 480px; font-size: clamp(40px, 4.7vw, 67px); line-height: 1.06; font-weight: 500; }
.faq-heading > p:last-child { max-width: 400px; margin: 25px 0 0; color: var(--muted); line-height: 1.65; }
.faq-list { border-top: 1px solid #cfd0ca; }
.faq-list details { border-bottom: 1px solid #cfd0ca; }
.faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; font-family: Manrope, sans-serif; font-size: 17px; font-weight: 600; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { flex: 0 0 auto; transition: transform .2s; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -4px 45px 25px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

footer { max-width: 1440px; margin: auto; padding: 60px 5vw 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.footer-brand p { margin: 15px 0 0; color: var(--muted); font-size: 13px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.footer-links div { display: grid; gap: 10px; }
.footer-links span { color: #8a8d85; font-size: 8px; font-weight: 700; }
.footer-links a { width: max-content; max-width: 100%; font-size: 13px; border-bottom: 1px solid transparent; overflow-wrap: anywhere; }
.footer-links a:hover { border-color: var(--ink); }
.footer-bottom { grid-column: 1 / -1; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #7c7e78; font-size: 9px; text-transform: uppercase; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes typing { 0%, 60%, 100% { opacity: .35; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .product-scene { width: calc(100% + 15vw); min-width: 680px; margin-right: -20vw; }
  .try-section { grid-template-columns: 1fr; gap: 60px; }
  .try-copy { max-width: 650px; }
  .chat-app { max-width: 780px; }
  .mobile-build { grid-template-columns: 1fr; gap: 55px; }
  .mobile-copy { max-width: 700px; }
  .mobile-visual { max-width: 760px; width: 100%; }
  .faq-section { grid-template-columns: 1fr; gap: 55px; }
  .faq-heading { position: static; }
}

@media (max-width: 700px) {
  .site-header { height: 66px; grid-template-columns: 1fr auto; padding: 0 20px; }
  .launch-pill { display: none; }
  .header-link span { display: none; }
  .hero { min-height: auto; padding: 52px 20px 24px; grid-template-columns: minmax(0, 1fr); gap: 42px; }
  .hero > * { min-width: 0; }
  .eyebrow { margin-bottom: 20px; }
  h1 { font-size: clamp(39px, 11vw, 48px); }
  .hero-intro { margin: 24px 0 28px; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .product-scene { width: 760px; min-width: 760px; margin: 0 0 0 4px; transform: scale(.62); transform-origin: left top; }
  .product-scene + .countdown-wrap { margin-top: -185px; }
  .countdown-wrap { align-items: flex-start; flex-direction: column; gap: 20px; }
  .countdown { width: 100%; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: start; gap: 6px; }
  .countdown div { min-width: 0; }
  .countdown strong { font-size: 25px; }
  .countdown b { font-size: 16px; }
  .try-section { padding: 75px 20px; gap: 45px; }
  .try-copy h2 { font-size: 42px; }
  .chat-app { box-shadow: 9px 9px 0 #292e28; }
  .chat-header { align-items: flex-start; flex-direction: column; gap: 14px; }
  .model-picker { align-self: stretch; }
  .model-option { flex: 1; }
  .chat-messages { height: 300px; padding: 22px 16px; }
  .suggestions { padding-left: 12px; padding-right: 12px; }
  .chat-form { margin: 0 12px; }
  .mobile-build { padding: 75px 20px; }
  .mobile-copy h2 { font-size: 40px; }
  .mobile-visual { min-height: 500px; }
  .browser-frame { top: 0; width: 145%; height: 385px; }
  .browser-bar div { width: 65%; }
  .browser-content { grid-template-columns: 90px 1fr; }
  .browser-sidebar { padding-left: 8px; padding-right: 8px; }
  .builder-prompt { width: 55%; padding: 26px 18px; }
  .phone-preview { right: 0; width: 205px; height: 430px; border-radius: 26px; }
  .phone-screen { padding: 18px 13px; }
  .phone-screen > p { margin-top: 26px; }
  .phone-screen h3 { font-size: 23px; }
  .week-row { margin: 15px 0; }
  .progress-ring { width: 95px; height: 95px; margin-bottom: 12px; border-width: 8px; }
  .visual-note { left: 0; bottom: 5px; }
  .launch-band { padding: 75px 20px; grid-template-columns: 1fr; gap: 45px; }
  .launch-band h2 br { display: none; }
  .faq-section { padding: 75px 20px; gap: 40px; }
  .faq-heading h2 { font-size: 40px; }
  .faq-list summary { min-height: 70px; font-size: 15px; }
  footer { padding: 50px 20px 22px; grid-template-columns: 1fr; gap: 40px; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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