/* Landing page only. Shared blog and legacy styles remain independent. */
:root {
    --paper: #f8f7fb;
    --ink: #211d2b;
    --muted: #696471;
    --purple: #6338db;
    --purple-dark: #4c24b8;
    --line: #e5e1ec;
    --orange: #ef805a;
    --display: 'Manrope', 'Inter', sans-serif;
    --body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --ease: cubic-bezier(.22, 1, .36, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 15px/1.7 var(--body); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }
svg { display: block; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 650; }
h2 { font-size: clamp(34px, 3.3vw, 48px); line-height: 1.18; letter-spacing: -.055em; }
h3 { line-height: 1.35; letter-spacing: -.035em; }
[hidden] { display: none !important; }
::selection { background: #dbccff; color: #211d2b; }
:focus-visible { outline: 3px solid var(--purple); outline-offset: 5px; border-radius: 3px; }
.container { max-width: 1280px; margin-inline: auto; padding-inline: 48px; }
.section { padding-block: 104px; }
.eyebrow, .micro-label { font-size: 10px; font-weight: 650; letter-spacing: .13em; line-height: 1.6; }
.eyebrow { display: flex; gap: 12px; align-items: center; margin-bottom: 24px; }
.section-index { color: var(--purple); }
.micro-label { color: var(--muted); letter-spacing: .09em; }
.muted-heading { color: #817989; }
.text-link { display: inline-flex; align-items: center; gap: 20px; padding: 8px 0; border: 0; background: transparent; font-size: 13px; font-weight: 600; line-height: 1.5; }
.text-link > span:last-child { transition: transform .25s var(--ease); font-size: 19px; font-weight: 400; }
.text-link:hover { color: var(--purple); }
.text-link:hover > span:last-child { transform: translate(3px, -3px); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 28px; min-height: 54px; padding: 15px 22px; border: 1px solid transparent; border-radius: 7px; font-size: 13px; font-weight: 550; line-height: 1.4; transition: background .2s, transform .25s var(--ease), box-shadow .25s; }
.button > span { font-size: 21px; line-height: 1; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--purple); color: white; box-shadow: 0 4px 12px #6338db16; }
.button-primary:hover { background: var(--purple-dark); box-shadow: 0 8px 24px #6338db26; }
.button-small { min-height: 44px; padding: 11px 18px; font-size: 12px; }
.button-light { background: white; color: var(--purple-dark); }
.button-light:hover { background: #eee8ff; }
.skip-link { position: fixed; z-index: 1000; left: 20px; top: 10px; padding: 12px 20px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 50; background: #f8f7fbeb; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 4px 20px #211d2b04; }
.header-inner { height: 90px; display: flex; align-items: center; gap: 38px; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 9px; font: 750 23px/1 var(--display); letter-spacing: -.07em; flex-shrink: 0; }
.brand img { width: 34px; height: 34px; object-fit: contain; }
.brand-dot { color: var(--purple); }
.site-nav { display: flex; gap: 29px; margin-left: auto; }
.site-nav > a { position: relative; padding: 12px 0; color: #665e70; font-size: 12px; font-weight: 500; }
.site-nav > a:hover, .site-nav > a[aria-current] { color: var(--purple); }
.site-nav > a::after { content: ''; position: absolute; inset: auto 0 6px; height: 1px; background: var(--purple); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); }
.site-nav > a:hover::after, .site-nav > a[aria-current]::after { transform: scaleX(1); }
.header-cta { background: var(--ink); color: white; margin-left: 8px; gap: 24px; }
.header-cta:hover { background: var(--purple); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 6px; background: none; padding: 11px; }
.menu-toggle span { display: block; width: 20px; height: 1.5px; background: var(--ink); margin: 5px 0; transition: transform .2s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }

/* Hero: a real product inside an animated, CSS-built work board. */
.hero { padding-top: 58px; overflow: clip; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.hero-copy { padding-bottom: 14px; min-width: 0; }
.hero .eyebrow { font-size: 9px; letter-spacing: .14em; margin-bottom: 24px; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--purple); flex-shrink: 0; box-shadow: 0 0 0 4px #6338db10; }
.hero h1 { font-size: clamp(52px, 5.1vw, 72px); line-height: 1.08; letter-spacing: -.07em; font-weight: 650; }
.hero-accent { display: inline-block; color: var(--purple); position: relative; white-space: nowrap; }
.hero-accent svg { position: absolute; width: 100%; height: 15px; left: 0; bottom: -11px; color: var(--orange); }
.hero-accent path { stroke-dasharray: 1000; stroke-dashoffset: 0; }
.hero-description { max-width: 410px; color: var(--muted); margin-top: 32px; font-size: 15px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 28px; flex-wrap: wrap; }
.hero-actions .text-link { font-size: 12px; gap: 12px; }
.hero-note { margin-top: 18px; font-size: 10px; color: #77707f; }
.hero-note > span { color: var(--purple); margin-right: 6px; }
.build-board { position: relative; height: 502px; min-width: 0; background: #20192e; border: 1px solid #3a2e4c; border-radius: 16px; isolation: isolate; box-shadow: 0 30px 65px -35px #24143e66; }
.board-grid { position: absolute; inset: 0; border-radius: inherit; background-image: linear-gradient(#9485ab0c 1px, transparent 1px), linear-gradient(90deg, #9485ab0c 1px, transparent 1px); background-size: 30px 30px; overflow: hidden; }
.board-grid::after { content: ''; position: absolute; width: 100%; height: 100%; background: radial-gradient(ellipse at 70% 50%, #683cd34a, transparent 65%); }
.board-top, .board-bottom { position: absolute; left: 25px; right: 25px; display: flex; justify-content: space-between; gap: 8px; font-size: 8px; letter-spacing: .11em; font-weight: 500; color: #b7abc9; z-index: 2; }
.board-top { top: 23px; align-items: center; }
.tiny-cross { color: #a99abd; margin-right: 5px; font-size: 15px; }
.board-live { display: inline-flex; align-items: center; gap: 6px; font-size: 7px; }
.board-live .status-dot { width: 4px; height: 4px; background: #b2d6b5; box-shadow: 0 0 0 3px #b2d6b510; }
.board-bottom { bottom: 24px; font-size: 7px; }
.board-orbit { position: absolute; width: 350px; height: 350px; left: 50%; top: 48%; border: 1px solid #9982c338; border-radius: 50%; transform: translate(-50%, -50%) rotate(-30deg); }
.orbit-one::after { content: ''; position: absolute; width: 8px; height: 8px; background: #d1bef4; border-radius: 50%; top: 52px; left: 45px; box-shadow: 0 0 20px #b692ff; }
.orbit-two { width: 430px; height: 430px; border-style: dashed; opacity: .5; }
.idea-note { position: absolute; z-index: 3; top: 69px; left: 28px; display: flex; align-items: center; gap: 14px; padding: 17px 20px; background: #f2edff; border: 1px solid #e5daff; border-radius: 8px; box-shadow: 0 10px 25px #0002; transform: rotate(-6deg); animation: note-float 7s ease-in-out infinite; }
.note-icon { color: var(--purple); font-size: 27px; }
.idea-note .micro-label { display: block; font-size: 7px; }
.idea-note strong { display: block; font-family: var(--display); font-size: 14px; margin-top: 4px; font-weight: 650; }
.note-arrow { font-size: 23px; color: var(--purple); padding-left: 15px; }
.preview-window { position: absolute; z-index: 2; top: 149px; left: 15%; right: 6%; border: 5px solid #fcfaff; border-top-width: 0; border-radius: 8px; overflow: hidden; background: #fcfaff; box-shadow: 0 20px 40px #0004; transform: rotate(5deg); transition: transform .7s var(--ease); }
.build-board:hover .preview-window { transform: rotate(1deg) translateY(-5px); }
.window-bar { height: 27px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-inline: 7px; font-size: 8px; color: #82768d; }
.window-dots { display: flex; gap: 4px; }
.window-dots i, .mini-browser i { display: block; width: 4px; height: 4px; background: #d4ccd9; border-radius: 50%; }
.window-dots i:first-child { background: #eead96; }
.preview-window > img { width: 100%; height: 226px; object-fit: cover; object-position: top; }
.build-note { position: absolute; z-index: 4; bottom: 61px; left: -18px; padding: 16px 21px; border-radius: 7px; background: #2c233b; border: 1px solid #594b6c; color: #eee7f9; box-shadow: 0 15px 20px #0002; font-family: 'SFMono-Regular', Consolas, monospace; font-size: 9px; transform: rotate(-4deg); animation: terminal-float 8s ease-in-out -2s infinite; }
.terminal-label { display: block; color: #b1a2c4; font-size: 8px; margin-bottom: 10px; }
.terminal-chevron { color: #c2a4ff; margin-right: 6px; }
.terminal-success { color: #b2d6b5; margin-top: 6px; }
.terminal-success span { margin-right: 9px; }
.result-note { position: absolute; z-index: 5; right: 19px; bottom: 55px; width: 146px; padding: 15px 18px; background: #f2af88; color: #35231d; border-radius: 8px; box-shadow: 0 10px 30px #0002; transform: rotate(7deg); }
.result-note strong { display: block; font: 650 42px/1.2 var(--display); letter-spacing: -.07em; }
.result-note strong span { font-size: 28px; vertical-align: top; font-weight: 400; }
.result-note > span:last-child { font-size: 9px; }
.result-spark { position: absolute; right: 15px; top: 12px; font-size: 25px; }
.hero-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 49px; padding-bottom: 29px; color: #78717f; font-size: 8px; letter-spacing: .1em; }
.hero-bottom a { font-size: 10px; letter-spacing: 0; }
.hero-bottom a > span { display: inline-block; margin-right: 10px; font-size: 16px; color: var(--purple); }
.proof-strip { border-block: 1px solid var(--line); background: #f1eef6; }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding-block: 29px; gap: 28px; }
.proof-grid > p { font-size: 13px; color: var(--muted); line-height: 1.65; }
.proof-grid > p strong { color: var(--ink); font-weight: 600; }
.proof-grid > div { padding-left: 28px; border-left: 1px solid #dcd6e5; }
.proof-grid > div > strong { font: 600 31px/1.25 var(--display); letter-spacing: -.06em; }
.proof-grid > div > strong span { font-size: 22px; color: var(--purple); }
.proof-grid > div:last-child > strong { font-size: 21px; letter-spacing: -.05em; }
.proof-grid > div p { margin-top: 6px; color: var(--muted); font-size: 9px; }

/* Work is in the initial HTML, including useful no-JavaScript project details. */
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 48px; margin-bottom: 35px; }
.section-heading > p { max-width: 295px; color: var(--muted); font-size: 13px; margin-bottom: 5px; }
.section-heading .eyebrow { margin-bottom: 17px; }
.work-filters { display: flex; gap: 6px; flex-wrap: wrap; margin: 0 0 26px; }
.filter-button { padding: 8px 14px; font-size: 10px; color: #736a7b; border: 1px solid transparent; border-radius: 5px; background: none; transition: background .2s, color .2s; }
.filter-button:hover { background: #eee8f8; color: var(--purple-dark); }
.filter-button.active { background: var(--ink); color: white; }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 24px; row-gap: 46px; }
.project-card { min-width: 0; }
.project-image { position: relative; display: flex; align-items: flex-start; justify-content: center; height: 260px; border-radius: 8px; padding: 32px 20px 0; overflow: hidden; border: 1px solid #211d2b06; }
.mint { background: #e1eee8; }
.lavender { background: #e9e2f7; }
.peach { background: #f4e3d7; }
.blue { background: #e0e8f3; }
.project-image-frame { flex: 1; margin-top: 18px; border-radius: 5px 5px 0 0; box-shadow: 0 12px 20px #3123411a; transition: transform .6s var(--ease); overflow: hidden; }
.project-image:hover .project-image-frame { transform: translateY(-7px) rotate(-1deg) scale(1.025); }
.mini-browser { display: flex; align-items: center; gap: 3px; height: 15px; padding-left: 7px; background: #fcfbfe; }
.mini-browser i { width: 3px; height: 3px; }
.project-image img { width: 100%; height: auto; }
.project-image.phone { align-items: start; }
.phone .project-image-frame { flex: 0 1 126px; border: 4px solid #231c2c; border-bottom: none; border-radius: 17px 17px 0 0; margin-top: 1px; transform: rotate(5deg); }
.phone:hover .project-image-frame { transform: translateY(-6px) rotate(0); }
.project-open { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #fff8; border-radius: 50%; background: #fffffff0; font-size: 20px; color: var(--ink); transition: background .2s, color .2s; }
.project-image:hover .project-open { background: var(--purple); color: white; }
.project-info { padding-top: 22px; }
.project-info .micro-label { font-size: 8px; margin-bottom: 9px; }
.project-info h3 { font-size: 23px; font-weight: 650; }
.project-outcome { margin-top: 9px; font-size: 12px; font-weight: 550; }
.project-description { margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.project-details { margin-top: 13px; }
.project-details summary { display: flex; align-items: center; justify-content: space-between; padding-block: 10px; font-size: 11px; font-weight: 600; cursor: pointer; list-style: none; border-bottom: 1px solid var(--line); }
.project-details summary::-webkit-details-marker { display: none; }
.project-details summary > span { font-size: 19px; font-weight: 400; }
.project-details summary:hover { color: var(--purple); }
.inline-project { color: var(--muted); padding-block: 16px; font-size: 12px; }
.inline-project a { display: block; margin-top: 12px; color: var(--purple); text-decoration: underline; }
.work-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 35px; }
.work-count { color: var(--muted); font-size: 10px; }
.work-footer .text-link { font-size: 11px; }

/* Capabilities, process, and studio. */
.services-section { background: #f0edf5; border-block: 1px solid var(--line); }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.service-card { padding: 27px 27px 20px; background: #f9f7fc; border: 1px solid #e3ddea; border-radius: 8px; display: flex; flex-direction: column; transition: border-color .3s, background .3s; }
.service-card:hover { border-color: #cabbe4; background: white; }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 31px; }
.service-top > span:last-child { font-size: 9px; color: #8b7e99; }
.service-symbol { font-size: 37px; line-height: 1; color: var(--purple); font-family: var(--display); }
.app-symbol { font-size: 32px; }
.service-card h3 { font-size: 21px; margin-bottom: 14px; }
.service-card > p { color: var(--muted); font-size: 12px; line-height: 1.9; margin-bottom: 24px; }
.service-detail { font-size: 7px; letter-spacing: .08em; color: #796d87; margin-top: auto; }
.service-card .text-link { font-size: 11px; margin-top: 23px; border-top: 1px solid var(--line); padding-top: 18px; justify-content: space-between; gap: 8px; }
.tech-line { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px; padding-top: 34px; }
.tech-line > span { font-size: 8px; color: #7d7289; letter-spacing: .07em; }
.tech-line > div { display: flex; flex-wrap: wrap; gap: 27px; font: 600 17px var(--display); color: #7f748a; letter-spacing: -.06em; }
.process-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 110px; align-items: start; }
.process-intro { position: sticky; top: 128px; }
.process-intro h2 { font-size: clamp(36px, 3.7vw, 52px); }
.serif-accent { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-style: italic; letter-spacing: -.055em; }
.process-intro h2 .serif-accent { color: var(--purple); }
.process-intro > p:not(.eyebrow) { color: var(--muted); font-size: 13px; margin-top: 24px; max-width: 325px; }
.process-intro > a { margin-top: 23px; font-size: 12px; }
.process-steps { list-style: none; margin: 0; padding: 0; }
.process-steps li { position: relative; display: flex; gap: 24px; padding-bottom: 34px; }
.process-steps li:not(:last-child)::after { content: ''; position: absolute; left: 18px; top: 47px; bottom: 10px; width: 1px; background: var(--line); }
.step-number { flex-shrink: 0; display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid #ded5eb; background: #f0eaf9; border-radius: 50%; color: var(--purple); font-size: 10px; }
.process-steps .micro-label { font-size: 8px; color: var(--purple); }
.process-steps h3 { font-size: 21px; margin-top: 7px; }
.process-steps p { color: var(--muted); font-size: 12px; margin-top: 13px; }
.step-output { display: inline-block; padding: 5px 9px; border: 1px solid var(--line); border-radius: 4px; font-size: 9px; color: #6c5b7b; margin-top: 17px; }
.about-section { padding-block: 64px; background: #eae4f2; border-block: 1px solid #e0d7e9; }
.about-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 110px; align-items: center; }
.studio-mark { position: relative; min-height: 270px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 27px; overflow: hidden; }
.studio-mark::before, .studio-mark::after { content: ''; position: absolute; width: 236px; height: 236px; border: 1px solid #c8badb; border-radius: 50%; }
.studio-mark::after { width: 185px; height: 185px; border-style: dashed; animation: studio-turn 55s linear infinite; }
.studio-mark img { z-index: 1; width: 72px; height: 72px; transform: rotate(-8deg); box-shadow: 0 15px 30px -15px #432a774a; }
.studio-mark > span { z-index: 1; font-size: 7px; letter-spacing: .13em; background: #eae4f2; padding: 4px 10px; }
.about-grid .eyebrow { color: #695479; margin-bottom: 15px; font-size: 8px; }
.about-grid h2 { font-size: 37px; }
.about-grid p:not(.eyebrow) { font-size: 12px; color: #6c5f7b; margin-top: 17px; }
.about-grid .text-link { font-size: 11px; margin-top: 16px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 90px; }
.faq-grid > div > p:not(.eyebrow) { margin-top: 23px; color: var(--muted); font-size: 12px; }
.faq-grid > div > p > a { color: var(--purple); display: inline-block; margin-top: 6px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; cursor: pointer; list-style: none; font-size: 13px; font-weight: 500; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--purple); font-size: 21px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary > span { transform: rotate(45deg); }
.faq-list details > p { font-size: 12px; color: var(--muted); margin-bottom: 24px; padding-right: 25px; }
.insights-section { padding-top: 0; }
.insights-section .section-heading { align-items: center; }
.insights-section h2 { font-size: 29px; }
.insights-section .eyebrow { font-size: 8px; }
.insights-section .section-heading > a { flex-shrink: 0; font-size: 11px; }
.insights-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.insight-card { border-top: 1px solid var(--line); padding-top: 23px; display: flex; flex-direction: column; align-items: start; }
.insight-card .micro-label { font-size: 8px; color: var(--purple); }
.insight-card h3 { font-size: 19px; margin-top: 15px; transition: color .2s; }
.insight-card:hover h3 { color: var(--purple); }
.insight-card > p { color: var(--muted); font-size: 12px; margin-block: 13px 20px; }
.insight-card .text-link { font-size: 10px; margin-top: auto; }

/* Conversion section and progressive voice demo. */
.contact-section { padding-bottom: 26px; }
.contact-panel { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: 1.45fr 1fr; align-items: center; gap: 65px; background: #36204e; color: #f8f3ff; border-radius: 12px; padding: 57px; }
.contact-panel::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at 0 100%, #67369370, transparent 70%), linear-gradient(120deg, transparent 40%, #a27ab90a); }
.contact-copy .eyebrow { font-size: 7px; color: #d8c5e9; gap: 9px; }
.contact-copy .status-dot { background: #cab1e9; box-shadow: 0 0 0 4px #ffffff08; width: 4px; height: 4px; }
.contact-copy h2 { font-size: clamp(38px, 4.2vw, 59px); font-weight: 500; }
.contact-copy h2 .serif-accent { color: #e2bfed; }
.contact-copy > p:not(.eyebrow):not(.contact-note) { max-width: 360px; color: #c7b5d7; font-size: 12px; margin-top: 21px; }
.contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 21px; margin-top: 29px; }
.contact-actions .button { font-size: 12px; gap: 25px; }
.contact-actions .contact-email-btn { gap: 10px; padding-inline: 17px; font-size: 14px; color: #f8f3ff; background: #ffffff09; border: 1px solid #cbb8dd70; overflow-wrap: anywhere; }
.contact-actions .contact-email-btn:hover { background: #ffffff16; border-color: #dbc8ec; }
.contact-email-btn svg { flex-shrink: 0; }
.contact-note { color: #c7b5d7; font-size: 9px; margin-top: 16px; }
.call-agenda { border: 1px solid #a684c43d; background: #b78fda0b; border-radius: 8px; padding: 25px; }
.call-agenda > .micro-label { font-size: 8px; color: #dbc8ec; }
.call-agenda ol { list-style: none; padding: 0; margin: 15px 0 21px; }
.call-agenda li { padding-block: 14px; display: flex; gap: 14px; font-size: 10px; border-bottom: 1px solid #a684c42b; }
.call-agenda li > span { color: #b096c7; font-size: 9px; }
.call-agenda li:last-child { border: 0; }
.agenda-bottom { display: flex; align-items: center; gap: 13px; color: #c9b4da; font-size: 10px; }
.agenda-bottom strong { font-weight: 400; color: #f1e6f9; }
.agenda-icon { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: #b999d820; color: #e2c9f8; font-size: 23px; }
.assistant-dock { position: fixed; z-index: 999997; right: 20px; bottom: calc(var(--assistant-offset, 0px) + 88px); max-width: calc(100vw - 40px); }
.assistant-label { min-height: 44px; padding: 9px 14px; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--assistant-shadow, 0 4px 18px #211d2b10); color: var(--purple-dark); font-size: 12px; font-weight: 600; }
.assistant-label span { margin-left: 10px; }
.assistant-fallback { width: 230px; padding: 17px; background: white; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 8px 24px #211d2b14; font-size: 12px; }
.assistant-fallback strong { font-size: 14px; }
.assistant-fallback p { margin-block: 7px; color: var(--muted); }
.assistant-fallback a { display: inline-flex; align-items: center; min-height: 44px; color: var(--purple-dark); text-decoration: underline; text-underline-offset: 3px; }
.assistant-fallback .text-link { color: var(--purple-dark); margin-right: 15px; }
.assistant-open .assistant-dock { display: none; }
.site-footer { padding-block: 25px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-bottom: 29px; border-bottom: 1px solid var(--line); }
.footer-top .brand { font-size: 21px; }
.footer-top > p { font-size: 11px; color: var(--muted); margin-right: auto; }
.footer-top .text-link { font-size: 10px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 22px; color: #817789; font-size: 9px; }
.footer-bottom > div { display: flex; gap: 21px; align-items: center; }
.footer-bottom a, .footer-bottom button { display: inline-flex; align-items: center; min-height: 32px; }
.footer-bottom button { border: 0; padding: 0; background: none; font-size: inherit; }
.footer-bottom a:hover, .footer-bottom button:hover { color: var(--purple); }
.mobile-booking { display: none; }
.project-dialog { max-width: 840px; width: calc(100% - 40px); max-height: calc(100dvh - 64px); padding: 0; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); color: var(--ink); overscroll-behavior: contain; }
.project-dialog::backdrop { background: #1e1525b8; backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px); }
.dialog-toolbar { position: sticky; top: 0; z-index: 2; background: #f8f7fbf5; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; padding: 12px 27px; font-size: 9px; letter-spacing: .1em; color: var(--muted); }
.dialog-close { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; font-size: 24px; line-height: 1; background: white; }
#project-dialog-content { padding: 32px; }
#project-dialog-title { font-size: 32px; margin-bottom: 20px; }
.dialog-image { max-height: 390px; object-fit: contain; width: 100%; background: #eae5f1; border-radius: 7px; }
.dialog-description { margin-top: 24px; }
.dialog-description p { font-size: 13px; color: var(--muted); margin-top: 13px; }
.dialog-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-block: 20px; }
.dialog-tags span { padding: 4px 9px; border: 1px solid var(--line); border-radius: 4px; font-size: 10px; color: var(--purple-dark); }
.dialog-subtitle { font-size: 19px; margin-top: 26px; }
.dialog-features { columns: 2; padding-left: 17px; color: var(--muted); font-size: 12px; }
.dialog-features li { break-inside: avoid; padding-bottom: 8px; }
.dialog-gallery { display: flex; gap: 12px; overflow-x: auto; padding-block: 15px; scroll-snap-type: x mandatory; }
.dialog-gallery img { height: 230px; width: auto; max-width: 90%; object-fit: contain; border: 1px solid var(--line); border-radius: 5px; flex-shrink: 0; scroll-snap-align: start; }
.dialog-links { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; border-top: 1px solid var(--line); padding-top: 24px; margin-top: 20px; }
.dialog-links .text-link { font-size: 11px; }
.dialog-links .button { margin-right: auto; }
.project-dialog[open] { animation: dialog-in .3s var(--ease); }

/* Enhancement is optional: all content remains visible without JavaScript. */
.hero-enter { opacity: 1; }
.reveal-pending { opacity: 0; transform: translateY(24px); }
.reveal { transition: opacity .35s var(--ease), transform .35s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal:focus-within { opacity: 1; transform: none; animation: none !important; transition: none; }
.hero-copy > .hero-enter:focus-within { animation: none !important; }
@keyframes enter { from { opacity: 0; transform: translateY(17px); } to { opacity: 1; transform: none; } }
@keyframes draw-line { to { stroke-dashoffset: 0; } }
@keyframes note-float { 0%, 100% { transform: rotate(-6deg) translateY(0); } 50% { transform: rotate(-4deg) translateY(-7px); } }
@keyframes terminal-float { 0%, 100% { transform: rotate(-4deg) translateY(0); } 50% { transform: rotate(-2deg) translateY(7px); } }
@keyframes orbit-turn { from { transform: translate(-50%, -50%) rotate(-30deg); } to { transform: translate(-50%, -50%) rotate(330deg); } }
@keyframes studio-turn { to { transform: rotate(360deg); } }
@keyframes dialog-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
html.motion-paused { scroll-behavior: auto; }
.motion-paused *, .motion-paused *::before, .motion-paused *::after { animation: none !important; transition: none !important; }
.motion-paused .reveal, .motion-paused .hero-enter { opacity: 1; transform: none; }
.motion-paused .hero-accent path { stroke-dashoffset: 0; }
@media (min-width: 1450px) {
    .hero { padding-top: 74px; }
    .build-board { height: 526px; }
    .preview-window { top: 158px; }
    .preview-window > img { height: 240px; }
    .hero-bottom { padding-top: 60px; }
}
@media (max-width: 1100px) {
    .container { padding-inline: 32px; }
    .header-inner { gap: 22px; }
    .site-nav { gap: 20px; }
    .hero-grid { gap: 34px; }
    .hero h1 { font-size: 59px; }
    .build-board { height: 482px; }
    .preview-window { left: 10%; right: 4%; }
    .idea-note { left: 14px; }
    .hero-actions { gap: 15px; }
    .hero-actions .button { padding-inline: 16px; gap: 15px; }
    .hero-actions .text-link { font-size: 11px; }
    .result-note { right: 8px; }
    .process-grid, .about-grid { gap: 60px; }
    .contact-panel { padding: 42px; gap: 32px; }
    .project-image { height: 229px; padding-inline: 15px; }
    .service-card { padding-inline: 21px; }
}
@media (max-width: 850px) {
    .header-inner { height: 76px; gap: 14px; }
    .site-nav { gap: 17px; }
    .site-nav > a { font-size: 10px; }
    .header-cta { padding: 9px 13px; gap: 15px; }
    .brand { font-size: 21px; gap: 6px; }
    .brand img { width: 31px; height: 31px; }
    .hero { padding-top: 38px; }
    .hero-grid { gap: 29px; }
    .hero h1 { font-size: 47px; }
    .hero .eyebrow { font-size: 7px; letter-spacing: .1em; gap: 9px; }
    .hero-description { font-size: 13px; margin-top: 28px; }
    .hero-actions { align-items: start; gap: 10px; flex-direction: column; margin-top: 22px; }
    .hero-actions .button { font-size: 12px; min-height: 47px; }
    .hero-note { font-size: 8px; margin-top: 9px; }
    .build-board { height: 432px; }
    .board-top, .board-bottom { left: 15px; right: 15px; font-size: 6px; }
    .board-live { font-size: 6px; }
    .idea-note { padding: 12px; top: 65px; gap: 8px; }
    .idea-note strong { font-size: 12px; }
    .note-icon { font-size: 23px; }
    .note-arrow { padding-left: 3px; }
    .preview-window { top: 139px; }
    .preview-window > img { height: 185px; }
    .build-note { left: -12px; bottom: 48px; padding: 12px 13px; font-size: 7px; }
    .terminal-label { font-size: 6px; }
    .result-note { width: 112px; padding: 13px; bottom: 53px; right: 7px; }
    .result-note strong { font-size: 33px; }
    .result-note > span:last-child { font-size: 7px; }
    .result-spark { font-size: 18px; right: 10px; }
    .orbit-one { width: 270px; height: 270px; }
    .orbit-two { width: 320px; height: 320px; }
    .proof-grid { gap: 18px; }
    .proof-grid > div { padding-left: 18px; }
    .proof-grid > div p { font-size: 8px; }
    .proof-grid > div:last-child > strong { font-size: 17px; }
    .section { padding-block: 78px; }
    .section-heading { gap: 32px; }
    .section-heading > p { max-width: 240px; font-size: 12px; }
    .project-grid { gap: 30px 17px; }
    .project-image { height: 194px; padding-top: 20px; padding-inline: 12px; }
    .project-info .micro-label { font-size: 7px; }
    .project-info h3 { font-size: 20px; }
    .project-outcome, .project-description { font-size: 11px; }
    .service-card { padding-inline: 17px; }
    .service-card h3 { font-size: 19px; }
    .service-card > p { font-size: 11px; }
    .service-detail { font-size: 6px; }
    .service-card .text-link { font-size: 9px; }
    .tech-line > div { gap: 21px; font-size: 15px; }
    .process-grid, .about-grid { gap: 40px; }
    .process-steps { padding-top: 8px; }
    .process-steps h3 { font-size: 18px; }
    .process-steps li { gap: 18px; }
    .process-intro h2 { font-size: 36px; }
    .faq-grid { gap: 55px; }
    .contact-panel { gap: 29px; padding: 35px; grid-template-columns: 1.3fr 1fr; }
    .contact-copy .eyebrow { font-size: 6px; letter-spacing: .06em; }
    .contact-copy h2 { font-size: 43px; }
    .call-agenda { padding: 17px; }
    .call-agenda li { font-size: 9px; }
    .insights-section { padding-top: 0; }
    .insights-section h2 { font-size: 26px; }
    .insight-card h3 { font-size: 17px; }
}
@media (max-width: 680px) {
    html { scroll-padding-top: 89px; }
    .container { padding-inline: 23px; }
    .site-header { background: #f8f7fbf2; }
    .header-inner { height: 74px; gap: 11px; flex-wrap: wrap; }
    .brand { font-size: 22px; }
    .brand img { width: 32px; height: 32px; }
    .header-cta { margin-left: auto; gap: 14px; min-height: 38px; font-size: 10px; }
    .header-cta > span { font-size: 17px; }
    .menu-toggle:not([hidden]) { display: block; width: 38px; height: 38px; padding: 8px; }
    .site-nav { order: 4; margin: 0; flex-basis: 100%; gap: 18px; flex-wrap: wrap; }
    .site-nav > a { font-size: 11px; }
    .header-inner:has(.menu-toggle[hidden]) { height: auto; padding-top: 18px; padding-bottom: 12px; }
    .nav-enhanced .site-nav { display: none; position: absolute; left: 0; right: 0; top: 74px; padding: 15px 23px 22px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 10px 18px #211d2b08; }
    .nav-enhanced .site-nav.is-open { display: flex; flex-direction: column; gap: 2px; }
    .nav-enhanced .site-nav > a { font-size: 14px; padding: 12px 0; }
    .hero { padding-top: 37px; }
    .hero-grid { grid-template-columns: 1fr; gap: 34px; }
    .hero .eyebrow { font-size: 8px; margin-bottom: 22px; }
    .hero h1 { font-size: clamp(46px, 11.6vw, 71px); line-height: 1.07; }
    .hero-description { max-width: 420px; font-size: 14px; margin-top: 30px; line-height: 1.85; }
    .hero-copy { padding: 0; }
    .hero-actions { flex-direction: row; align-items: center; gap: 19px; margin-top: 25px; }
    .hero-actions .button { min-height: 50px; padding-inline: 17px; gap: 17px; font-size: 11px; }
    .hero-actions .text-link { font-size: 10px; gap: 8px; }
    .hero-note { margin-top: 13px; font-size: 9px; }
    .build-board { height: 406px; max-width: 460px; width: 100%; margin-inline: auto; }
    .board-top, .board-bottom { left: 20px; right: 20px; font-size: 7px; }
    .board-top { top: 18px; }
    .board-bottom { bottom: 18px; font-size: 6px; }
    .board-live { font-size: 6px; }
    .idea-note { left: 24px; top: 58px; padding: 12px 15px; gap: 12px; }
    .idea-note strong { font-size: 13px; }
    .note-arrow { padding-left: 12px; }
    .preview-window { top: 128px; left: 14%; right: 7%; }
    .preview-window > img { height: 185px; }
    .build-note { left: -8px; bottom: 43px; padding: 14px 16px; font-size: 8px; }
    .terminal-label { font-size: 7px; }
    .result-note { width: 120px; padding: 13px 15px; right: 14px; bottom: 44px; }
    .result-note strong { font-size: 34px; }
    .result-note > span:last-child { font-size: 8px; }
    .orbit-one { width: 285px; height: 285px; }
    .orbit-two { width: 335px; height: 335px; }
    .hero-bottom { padding-top: 26px; padding-bottom: 22px; font-size: 7px; }
    .hero-bottom > span { max-width: 175px; }
    .hero-bottom a { font-size: 8px; flex-shrink: 0; }
    .hero-bottom a > span { margin-right: 5px; }
    .proof-grid { grid-template-columns: 1fr 1fr; padding-block: 26px; gap: 25px 20px; }
    .proof-grid > p { font-size: 13px; }
    .proof-grid > div { padding-left: 18px; }
    .proof-grid > div:nth-child(3) { border-left: 0; padding-left: 0; }
    .proof-grid > div > strong { font-size: 31px; }
    .proof-grid > div:last-child > strong { font-size: 18px; }
    .proof-grid > div p { font-size: 9px; max-width: 165px; }
    .section { padding-block: 66px; }
    .eyebrow { font-size: 9px; }
    h2 { font-size: 34px; }
    .section-heading { display: block; margin-bottom: 25px; }
    .section-heading > p { max-width: 380px; margin-top: 20px; font-size: 12px; }
    .work-filters { gap: 5px; margin-bottom: 23px; }
    .filter-button { font-size: 9px; padding: 8px 11px; }
    .project-grid { grid-template-columns: 1fr; gap: 33px; }
    .project-image { height: 265px; padding: 25px 23px 0; }
    .project-image-frame { margin-top: 16px; }
    .project-image.phone .project-image-frame { flex-basis: 140px; }
    .project-info { padding-top: 20px; }
    .project-info .micro-label { font-size: 8px; }
    .project-info h3 { font-size: 26px; }
    .project-outcome { font-size: 13px; }
    .project-description { font-size: 12px; max-width: 420px; }
    .project-details { margin-top: 10px; }
    .project-details summary { font-size: 12px; padding-bottom: 13px; }
    .work-footer { margin-top: 23px; gap: 15px; }
    .work-footer .text-link { font-size: 10px; gap: 8px; }
    .work-count { font-size: 9px; }
    .services-grid { grid-template-columns: 1fr; gap: 14px; }
    .service-card { padding: 24px; }
    .service-top { margin-bottom: 23px; }
    .service-card h3 { font-size: 25px; }
    .service-card > p { font-size: 13px; margin-bottom: 18px; }
    .service-detail { font-size: 8px; }
    .service-card .text-link { font-size: 12px; margin-top: 20px; }
    .tech-line { gap: 19px; }
    .tech-line > span { font-size: 7px; }
    .tech-line > div { gap: 19px; font-size: 17px; }
    .process-grid, .about-grid { grid-template-columns: 1fr; gap: 38px; }
    .process-intro { position: static; }
    .process-intro h2 { font-size: 43px; }
    .process-intro > p:not(.eyebrow) { max-width: 400px; font-size: 13px; }
    .process-intro > a { margin-top: 18px; }
    .process-steps h3 { font-size: 22px; }
    .process-steps p { font-size: 12px; }
    .process-steps li { padding-bottom: 32px; }
    .process-steps li:last-child { padding-bottom: 0; }
    .step-output { font-size: 9px; }
    .about-section { padding-block: 47px; }
    .about-grid { gap: 30px; }
    .studio-mark { min-height: 170px; }
    .studio-mark::before { width: 168px; height: 168px; }
    .studio-mark::after { width: 130px; height: 130px; }
    .studio-mark img { width: 53px; height: 53px; }
    .studio-mark > span { font-size: 6px; }
    .about-grid h2 { font-size: 37px; }
    .about-grid p:not(.eyebrow) { font-size: 13px; }
    .about-grid .text-link { font-size: 12px; }
    .faq-grid { grid-template-columns: 1fr; gap: 30px; }
    .faq-grid h2 br { display: none; }
    .faq-grid > div > p:not(.eyebrow) { font-size: 12px; margin-top: 18px; }
    .faq-list summary { font-size: 13px; padding-block: 20px; }
    .faq-list details > p { font-size: 12px; }
    .insights-section { padding-top: 0; }
    .insights-section h2 { font-size: 29px; max-width: 320px; }
    .insights-section .section-heading > a { margin-top: 17px; }
    .insights-grid { grid-template-columns: 1fr; gap: 23px; }
    .insight-card { padding-top: 20px; }
    .insight-card h3 { font-size: 23px; max-width: 370px; }
    .insight-card > p { margin-bottom: 15px; font-size: 12px; }
    .insight-card .text-link { font-size: 11px; }
    .contact-panel { grid-template-columns: 1fr; padding: 29px 24px; gap: 30px; border-radius: 9px; }
    .contact-copy .eyebrow { font-size: 6px; margin-bottom: 20px; }
    .contact-copy h2 { font-size: clamp(39px, 10vw, 52px); }
    .contact-copy > p:not(.eyebrow):not(.contact-note) { font-size: 12px; }
    .contact-actions { gap: 19px; margin-top: 22px; }
    .contact-actions .button { font-size: 11px; min-height: 50px; }
    .contact-note { font-size: 8px; }
    .call-agenda { padding: 21px; }
    .call-agenda li { font-size: 11px; gap: 17px; }
    .call-agenda > .micro-label { font-size: 8px; }
    .agenda-bottom { font-size: 11px; }
    .assistant-dock { right: 16px; }
    .footer-top { flex-wrap: wrap; gap: 19px; padding-bottom: 23px; }
    .footer-top .brand { font-size: 23px; }
    .footer-top > p { order: 3; flex-basis: 100%; font-size: 11px; }
    .footer-top .text-link { margin-left: auto; font-size: 10px; }
    .footer-bottom { flex-direction: column; align-items: flex-start; gap: 9px; font-size: 8px; }
    .footer-bottom > div { gap: 20px; }
    body.has-mobile-booking { padding-bottom: 88px; }
    .mobile-booking:not([hidden]) { position: fixed; z-index: 40; inset: auto 0 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 23px max(12px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: #f8f7fbf7; backdrop-filter: blur(16px); box-shadow: 0 -8px 25px #211d2b07; }
    .mobile-booking > span { font-size: 9px; color: var(--muted); line-height: 1.5; }
    .mobile-booking strong { color: var(--ink); font-size: 12px; font-weight: 600; }
    .mobile-booking .button { gap: 18px; font-size: 11px; min-height: 44px; }
    .project-dialog { width: calc(100% - 22px); max-height: calc(100dvh - 28px); }
    .dialog-toolbar { padding-inline: 20px; }
    #project-dialog-content { padding: 23px; }
    #project-dialog-title { font-size: 27px; }
    .dialog-features { columns: 1; }
    .dialog-gallery img { height: 210px; }
}
@media (max-width: 365px) {
    .container { padding-inline: 18px; }
    .header-inner { gap: 8px; }
    .brand { font-size: 20px; }
    .brand img { width: 28px; height: 28px; }
    .header-cta { gap: 10px; padding-inline: 10px; }
    .hero h1 { font-size: 44px; }
    .hero-actions { gap: 11px; }
    .hero-actions .button { padding-inline: 13px; font-size: 10px; gap: 9px; }
    .hero-actions .text-link { font-size: 9px; gap: 6px; }
    .hero-note { font-size: 8px; }
    .build-board { height: 379px; }
    .preview-window { top: 119px; }
    .preview-window > img { height: 169px; }
    .idea-note { left: 16px; padding: 11px; }
    .idea-note strong { font-size: 11px; }
    .build-note { font-size: 7px; padding: 12px; bottom: 43px; }
    .result-note { width: 104px; padding: 12px; right: 10px; }
    .result-note strong { font-size: 31px; }
    .result-note > span:last-child { font-size: 7px; }
    .board-orbit { max-width: 290px; max-height: 290px; }
    .contact-panel { padding-inline: 20px; }
    .contact-copy h2 { font-size: 38px; }
    .contact-copy .eyebrow { font-size: 5px; gap: 7px; }
    .work-count { max-width: 130px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
    .reveal, .hero-enter { opacity: 1 !important; transform: none !important; }
    .hero-accent path { stroke-dashoffset: 0; }
}
@media print {
    .site-header, .mobile-booking, .work-filters, #show-projects, .assistant-dock, welcomr-widget, .project-dialog, #motion-toggle { display: none !important; }
    body { background: white; color: black; }
    .section { padding-block: 30px; }
    .reveal, .hero-enter { opacity: 1 !important; transform: none !important; }
    .project-card { display: block !important; break-inside: avoid; }
    .process-intro { position: static; }
    .contact-panel { color: black; background: #eee; }
    .contact-copy p, .contact-copy h2 .serif-accent { color: black !important; }
}

/* Incremental usability polish; retain the existing design and responsive layout. */
.idea-note, .build-note, .studio-mark::after { animation: none; }
.preview-window, .project-image-frame { transition-duration: .3s; }
.build-board:hover .preview-window { transform: rotate(4deg) translateY(-2px); }
.project-image:hover .project-image-frame { transform: translateY(-4px); }
.button:hover { transform: translateY(-2px); }
.text-link, .filter-button, .project-details summary { min-height: 44px; }
.hero-trust { display: inline-block; margin-top: 15px; max-width: 420px; padding-block: 6px; color: var(--muted); font-size: 12px; }
.hero-trust strong { color: var(--purple-dark); }
.hero-trust > span { display: inline-block; margin-left: 4px; }
.hero-trust:hover { text-decoration: underline; text-underline-offset: 4px; }
.hero-description { font-size: 16px; }
.hero-bottom, .service-top > span:last-child { color: var(--muted); }
.hero-note { color: var(--muted); font-size: 12px; }
.hero .eyebrow { font-size: 10px; letter-spacing: .08em; }
.section-heading > p, .project-description, .service-card > p,
.process-steps p, .process-intro > p:not(.eyebrow), .about-grid p:not(.eyebrow),
.faq-list details > p, .insight-card > p { font-size: 14px; }
.project-outcome { font-size: 14px; }
.project-info .micro-label, .service-detail, .process-steps .micro-label,
.insight-card .micro-label, .about-grid .eyebrow { font-size: 10px; }
.service-card .text-link, .project-details summary, .work-footer .text-link,
.insight-card .text-link { font-size: 12px; }
.work-count, .step-output, .proof-grid > div p { font-size: 12px; }
.faq-list summary { font-size: 15px; }
.muted-heading { color: #776f7f; }
.tech-line > span { font-size: 10px; color: #6a5e76; }
.tech-line > div { color: #6a5e76; }
.service-detail { color: #6a5e76; letter-spacing: .035em; }
.section-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 35px; padding-top: 27px; border-top: 1px solid var(--line); }
.section-cta p { font-size: 16px; font-weight: 550; }
.section-cta p > span { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; font-weight: 400; }
.section-cta .button { flex-shrink: 0; }
.contact-copy > p:not(.eyebrow):not(.contact-note) { font-size: 14px; }
.contact-note { font-size: 12px; }
.contact-copy .eyebrow { font-size: 9px; letter-spacing: .07em; }
.call-agenda > .micro-label { font-size: 11px; }
.call-agenda li, .agenda-bottom { font-size: 13px; }
.footer-bottom { font-size: 11px; color: var(--muted); }
.footer-bottom a, .footer-bottom button { min-height: 44px; }
.footer-top > p, .footer-top .text-link { font-size: 12px; }
.case-study-summary { display: grid; gap: 18px; margin: 27px 0; }
.case-study-summary > div { display: grid; grid-template-columns: 75px 1fr; gap: 18px; }
.case-study-summary dt { font-size: 12px; font-weight: 600; color: var(--purple-dark); }
.case-study-summary dd { margin: 0; font-size: 14px; color: var(--muted); }
.dialog-image { height: auto; }
.dialog-description p, .dialog-features { font-size: 14px; }
.dialog-tags span { font-size: 12px; }
.gallery-details > summary { cursor: pointer; padding-block: 12px; font-size: 14px; }
.dialog-close { width: 44px; height: 44px; }
.contact-panel :focus-visible { outline-color: #e2bfed; }
.project-dialog .micro-label { margin-bottom: 10px; }
@media (max-width: 850px) {
    .services-grid { grid-template-columns: 1fr; }
    .service-card h3 { font-size: 24px; }
    .service-top { margin-bottom: 22px; }
    .service-card { padding: 25px; }
}
@media (max-width: 680px) {
    .nav-enhanced .header-inner { flex-wrap: nowrap; }
    .menu-toggle:not([hidden]) { width: 44px; height: 44px; padding: 11px; }
    .header-cta { min-height: 44px; font-size: 11px; gap: 10px; padding-inline: 12px; }
    .hero-description { font-size: 15px; }
    .hero .eyebrow { font-size: 9px; }
    .hero-actions .button { font-size: 12px; }
    .hero-actions .text-link { font-size: 12px; }
    .hero-note, .hero-trust { font-size: 12px; }
    .hero-grid { gap: 27px; }
    .filter-button { font-size: 12px; }
    .work-footer { align-items: flex-start; flex-wrap: wrap; }
    .section-cta { align-items: flex-start; flex-direction: column; gap: 18px; }
    .contact-copy .eyebrow { font-size: 9px; }
    .contact-actions .button { font-size: 13px; }
    .contact-note { font-size: 12px; }
    .contact-actions .contact-email-btn { max-width: 100%; font-size: 13px; padding-inline: 13px; }
    .mobile-booking > span { font-size: 10px; }
    .mobile-booking .button { font-size: 12px; gap: 12px; }
    .footer-bottom > div { flex-wrap: wrap; column-gap: 20px; row-gap: 0; }
    .case-study-summary > div { grid-template-columns: 1fr; gap: 5px; }
}
@media (max-width: 440px) {
    .header-cta { display: none; }
    .menu-toggle:not([hidden]) { margin-left: auto; flex-shrink: 0; }
}
@media (prefers-reduced-motion: no-preference) {
    .faq-list details[open] > p { animation: faq-in .2s ease-out; }
    @keyframes faq-in { from { opacity: 0; transform: translateY(-3px); } to { opacity: 1; transform: none; } }
}

/* Motion enhances the landing page; all content is visible without JavaScript. */
.site-header::after { content: ''; position: absolute; inset: auto 0 -1px; height: 2px; background: var(--purple); opacity: .6; transform: scaleX(var(--page-progress, 0)); transform-origin: left; pointer-events: none; }
.button > span { transition: transform .2s var(--ease); }
.button:hover > span, .button:focus-visible > span { transform: translate(2px, -2px); }
.button:active { transform: translateY(0) scale(.99); transition-duration: .15s; }
.service-symbol, .step-number { transition: transform .25s var(--ease), background .25s, border-color .25s; }
.service-card:focus-within .service-symbol { transform: rotate(-6deg) translateY(-2px); }
.process-steps .is-visible .step-number { background: var(--purple); border-color: var(--purple); color: white; box-shadow: 0 0 0 5px #6338db0a; }
.process-steps li.is-visible:not(:last-child)::after { background: linear-gradient(var(--purple), #cbbbe9); transform-origin: top; }
.service-card { position: relative; isolation: isolate; transition: border-color .3s, background .3s, box-shadow .4s, translate .4s var(--ease); }
.service-card::before, .contact-panel::after, .build-board::after { content: ''; position: absolute; inset: 0; z-index: -1; border-radius: inherit; pointer-events: none; opacity: 0; transition: opacity .4s; }
.service-card::before { background: radial-gradient(280px circle at var(--spot-x, 50%) var(--spot-y, 30%), #d9c9ff70, transparent 75%); }
.contact-panel::after { background: radial-gradient(450px circle at var(--spot-x, 50%) var(--spot-y, 50%), #b886e32b, transparent 75%); }
.build-board::after { z-index: 1; background: radial-gradient(260px circle at var(--spot-x, 65%) var(--spot-y, 35%), #b490ff26, transparent 75%); }
.idea-note { --piece-angle: -6deg; --piece-delay: .12s; }
.preview-window { --piece-angle: 5deg; --piece-delay: .25s; }
.build-note { --piece-angle: -4deg; --piece-delay: .4s; }
.result-note { --piece-angle: 7deg; --piece-delay: .58s; }
@media (hover: hover) and (pointer: fine) {
    .service-card:hover .service-symbol { transform: rotate(-6deg) translateY(-2px); }
    .build-board .idea-note, .build-board .build-note { transition: transform .3s var(--ease); }
    .build-board:hover .idea-note { transform: rotate(-5deg) translateY(-3px); }
    .build-board:hover .build-note { transform: rotate(-3deg) translateX(2px); }
}
@media (prefers-reduced-motion: no-preference) {
    .motion-ready:not(.motion-paused) .hero-copy > .hero-enter,
    .motion-ready:not(.motion-paused) .hero-trust { animation: hero-copy-in .7s var(--ease) var(--hero-delay, 0s) backwards; }
    .hero-copy h1 { --hero-delay: .08s; }
    .hero-description { --hero-delay: .16s; }
    .hero-actions { --hero-delay: .24s; }
    .hero-note { --hero-delay: .3s; }
    .hero-trust { --hero-delay: .36s; }
    .motion-ready:not(.motion-paused) .hero-accent path { stroke-dasharray: 1; stroke-dashoffset: 1; animation: hero-underline .7s var(--ease) .35s forwards; }
    .reveal-enter { animation: section-enter .65s var(--ease) var(--enter-delay, 0ms) both; }
    .motion-ready:not(.motion-paused) .build-board.is-visible > :is(.idea-note, .preview-window, .build-note, .result-note) {
        animation: board-piece-in .75s var(--ease) var(--piece-delay) backwards;
    }
    .motion-ready:not(.motion-paused) .build-board.is-visible .terminal-success { animation: section-enter .4s var(--ease) .75s backwards; }
    .motion-ready:not(.motion-paused) .process-steps li.is-visible:not(:last-child)::after { animation: process-line-in .85s var(--ease) .2s backwards; }
    .motion-ready:not(.motion-paused) .process-steps .is-visible .step-number { animation: step-in .55s var(--ease) .12s backwards; }
    .motion-ready:not(.motion-paused) .about-grid.is-visible .studio-mark img { animation: studio-in .9s var(--ease) .15s backwards; }
    .motion-ready:not(.motion-paused) .contact-panel.is-visible .call-agenda li { animation: section-enter .6s var(--ease) .18s backwards; }
    .motion-ready:not(.motion-paused) .contact-panel.is-visible .call-agenda li:nth-child(2) { animation-delay: .28s; }
    .motion-ready:not(.motion-paused) .contact-panel.is-visible .call-agenda li:nth-child(3) { animation-delay: .38s; }
    @keyframes hero-copy-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
    @keyframes hero-underline { to { stroke-dashoffset: 0; } }
    @keyframes section-enter { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
    @keyframes board-piece-in {
        from { opacity: 0; transform: translateY(30px) rotate(calc(var(--piece-angle) - 8deg)) scale(.94); }
        to { opacity: 1; transform: translateY(0) rotate(var(--piece-angle)) scale(1); }
    }
    @keyframes process-line-in { from { transform: scaleY(0); } to { transform: scaleY(1); } }
    @keyframes step-in { from { opacity: .4; transform: scale(.75); } to { opacity: 1; transform: scale(1); } }
    @keyframes studio-in { from { opacity: 0; transform: rotate(-24deg) scale(.85); } to { opacity: 1; transform: rotate(-8deg) scale(1); } }
}
@media (prefers-reduced-motion: no-preference) and (hover: hover) and (pointer: fine) {
    .motion-ready:not(.motion-paused) .pointer-active::after,
    .motion-ready:not(.motion-paused) .service-card.pointer-active::before { opacity: 1; }
    .motion-ready:not(.motion-paused) .service-card:hover,
    .motion-ready:not(.motion-paused) .service-card:focus-within { translate: 0 -6px; box-shadow: 0 18px 36px -24px #40216955; }
    .motion-ready:not(.motion-paused) .build-board :is(.idea-note, .preview-window, .build-note, .result-note) {
        translate: calc(var(--pointer-x, 0px) * .6) calc(var(--pointer-y, 0px) * .6);
        transition: transform .4s var(--ease), translate .65s var(--ease);
    }
    .motion-ready:not(.motion-paused) .build-board :is(.idea-note, .result-note) { translate: var(--pointer-x, 0px) var(--pointer-y, 0px); }
    .motion-ready:not(.motion-paused) .build-board .build-note { translate: calc(var(--pointer-x, 0px) * -.5) calc(var(--pointer-y, 0px) * -.5); }
    .motion-ready:not(.motion-paused) .project-image:is(:hover, :focus-visible) .project-image-frame { transform: translateY(-8px) rotate(-1deg) scale(1.025); }
    .motion-ready:not(.motion-paused) .project-image.phone:is(:hover, :focus-visible) .project-image-frame { transform: translateY(-8px) rotate(0) scale(1.025); }
}
@media (prefers-reduced-motion: no-preference) and (max-width: 680px) {
    .motion-ready:not(.motion-paused) .site-nav.is-open { animation: section-enter .3s var(--ease); }
    .motion-ready:not(.motion-paused) .site-nav.is-open > a { animation: section-enter .35s var(--ease) var(--nav-delay, 0s) backwards; }
    .site-nav.is-open > a:nth-child(2) { --nav-delay: .04s; }
    .site-nav.is-open > a:nth-child(3) { --nav-delay: .08s; }
    .site-nav.is-open > a:nth-child(4) { --nav-delay: .12s; }
}
.motion-paused .site-header::after { display: none; }
.motion-paused .reveal-enter { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .site-header::after { display: none; }
    .reveal-enter { opacity: 1; transform: none; }
}
