@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&display=swap');

:root {
    --blue: #1748e8;
    --blue-dark: #123bc3;
    --blue-soft: #eaf0ff;
    --project: #10131b;
    --project-dark: #2b313d;
    --ink: #10131b;
    --muted: #626978;
    --paper: #f8f7f4;
    --product-surface: #f4f3ee;
    --white: #fff;
    --line: #deded8;
    --display: "Instrument Serif", Georgia, serif;
    --gutter: clamp(20px, 4vw, 72px);
    --content: 1400px;
    --section-space: clamp(72px, 8.5vw, 128px);
    --showcase-inset: clamp(28px, 4vw, 64px);
    --ease-out: cubic-bezier(.22, .7, .2, 1);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: "DM Sans", Arial, sans-serif; background: var(--paper); color: var(--ink); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
[hidden] { display: none !important; }
a, button { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 6px; }
section, #choicely { scroll-margin-top: 110px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 12px 20px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header, .hero, .work-section, .about-section { width: min(var(--content), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.site-header { position: fixed; top: 0; left: 50%; z-index: 50; min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 0; background: rgb(248 247 244 / 72%); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); transform: translateX(-50%); transition: top .3s var(--ease-out), transform .3s var(--ease-out), opacity .3s ease, border-radius .3s ease, box-shadow .3s ease; }
.site-header.is-scrolling { top: 16px; border: 1px solid rgb(222 222 216 / 70%); border-radius: 999px; padding-inline: 28px; box-shadow: 0 12px 32px rgb(16 19 27 / 10%); }
.site-header.is-hidden { transform: translate(-50%, -140%); opacity: 0; pointer-events: none; }
.site-header.is-hidden:focus-within { transform: translateX(-50%); opacity: 1; pointer-events: auto; }
.brand, .footer-brand { font-size: 32px; font-weight: 500; letter-spacing: -1.7px; line-height: 1.2; }
.brand span, .footer-brand span { font-weight: 700; }
.nav { display: flex; gap: 34px; }
.nav a, .text-link { font-size: 15px; font-weight: 500; }
.nav a:hover, .text-link:hover { color: var(--blue); }
.menu-button { display: none; background: transparent; border: 1px solid var(--line); padding: 10px 15px; border-radius: 30px; }
/* Keep the hero's background continuous behind the navigation. */
#main { margin-top: calc(-1 * var(--header-height, 72px)); }
.hero { position: relative; isolation: isolate; overflow: hidden; width: 100%; padding: calc(180px + var(--header-height, 88px)) max(var(--gutter), calc((100% - var(--content)) / 2)) 64px; min-height: 720px; display: flex; flex-direction: column; background: var(--paper); }
.hero > * { position: relative; z-index: 1; }
.eyebrow { font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.hero-eyebrow { display: flex; align-items: center; gap: 12px; }
.hero-eyebrow::before { content: ""; width: 6px; height: 6px; background: var(--blue); border-radius: 50%; }
.hero h1 { max-width: 1260px; margin-top: 32px; font-size: clamp(3rem, 7.8vw, 7.8rem); font-weight: 500; line-height: 1.06; letter-spacing: -.065em; }
.hero h1 span { color: var(--blue); display: block; font-family: var(--display); font-style: italic; font-weight: 400; font-size: 1.14em; line-height: 1.1; letter-spacing: -.035em; }
.hero-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-top: auto; padding-top: clamp(56px, 6vw, 96px); }
.hero-bottom > p { max-width: 490px; color: var(--muted); font-size: clamp(18px, 1.6vw, 23px); }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 56px; padding: 16px 24px; border: 1px solid transparent; border-radius: 40px; font-size: 15px; font-weight: 500; }
.button-primary { color: white; background: var(--blue); transition: background .2s; }
.button-primary:hover { background: var(--blue-dark); }
.button-project { color: white; background: var(--project); transition: background .2s; }
.button-project:hover { background: var(--project-dark); }
.work-section, .about-section { padding-block: var(--section-space); }
.work-section { width: 100%; padding-inline: max(var(--gutter), calc((100% - var(--content)) / 2)); padding-top: clamp(40px, 4vw, 64px); background: var(--product-surface); }
.section-heading { display: flex; align-items: baseline; gap: 20px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.section-heading > span { font-size: 13px; color: var(--muted); font-variant-numeric: tabular-nums; }
.section-heading h2 { font-size: 14px; text-transform: uppercase; letter-spacing: .09em; font-weight: 500; }
.section-heading > p { margin-left: auto; font-size: 14px; color: var(--muted); }
.showcase { --surface: var(--paper); margin-top: 48px; background: var(--surface); position: relative; }
.showcase-products { --surface: var(--product-surface); }
.showcase-stage { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 720px; overflow: hidden; isolation: isolate; }
.showcase-copy { position: relative; z-index: 2; background: var(--surface); padding: 56px var(--showcase-inset) 56px 0; display: grid; grid-template-rows: auto auto auto auto auto; align-content: center; gap: 24px; min-width: 0; }
.slide-topline { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; align-content: start; font-size: 20px; font-weight: 600; letter-spacing: -.025em; }
.showcase-copy h3 { max-width: 530px; font-weight: 500; font-size: clamp(2.6rem, 3.8vw, 3.8rem); letter-spacing: -.055em; line-height: 1.1; text-wrap: balance; }
.slide-description { max-width: 42ch; color: var(--muted); font-size: 17px; line-height: 1.7; }
.slide-meta { font-size: 13px; color: var(--muted); }
.slide-link { justify-self: start; align-self: end; font-size: 15px; font-weight: 600; padding-block: 10px; border-bottom: 1px solid var(--ink); transition: color .2s; }
.slide-link:hover { color: var(--blue); border-color: var(--blue); }
.store-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.store-button { appearance: none; display: block; padding: 0; border: 0; border-radius: 6px; background: transparent; box-shadow: none; }
.store-button:disabled { opacity: 1; cursor: not-allowed; }
.store-button img { display: block; width: 162px; height: 48px; }
.showcase-visual { position: relative; background: #e9edf0; border-radius: 4px; min-width: 0; touch-action: pan-y pinch-zoom; }
.visual-slide { position: absolute; inset: 0; padding: 38px 32px 56px; display: flex; align-items: center; justify-content: center; will-change: transform, opacity; transition: transform .45s ease, opacity .45s ease; }
.visual-caption { position: absolute; bottom: 22px; left: 12px; right: 12px; text-align: center; font-size: 10px; letter-spacing: .12em; color: var(--muted); }
.showcase-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; }
.slide-selectors { display: flex; flex-wrap: wrap; gap: 10px; }
.slide-selectors button { min-height: 42px; padding: 9px 17px; border: 1px solid #b7c7f5; border-radius: 999px; background: transparent; font-size: 14px; color: var(--blue); transition: background-color .2s, border-color .2s, color .2s; }
.slide-selectors button[aria-pressed="true"] { border-color: var(--blue); background: var(--blue-soft); color: var(--blue); }
.slide-selectors button:hover { border-color: var(--blue); background: var(--blue-soft); color: var(--blue); }
.slide-navigation { display: flex; align-items: center; gap: 17px; flex-shrink: 0; }
.slide-navigation button { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 23px; transition: background .2s, color .2s; }
.slide-navigation button:hover { color: white; background: var(--blue); border-color: var(--blue); }
.slide-counter { font-size: 13px; font-variant-numeric: tabular-nums; color: var(--muted); min-width: 48px; text-align: center; }
.services-section { background: #efeee9; padding: var(--section-space) max(var(--gutter), calc((100% - var(--content)) / 2)); }
.services-intro, .service-row { display: grid; grid-template-columns: 48px minmax(0, 1fr) minmax(0, 1fr); gap: 28px; align-items: start; }
.services-intro { margin-block: 56px; }
.services-intro h2 { grid-column: 1 / 3; font-size: clamp(2.5rem, 4.2vw, 4rem); line-height: 1.14; letter-spacing: -.05em; font-weight: 500; }
.services-intro h2 span { color: var(--muted); }
.services-intro > p { grid-column: 3; max-width: 43ch; padding-top: 7px; font-size: 16px; line-height: 1.7; color: var(--muted); }
.service-list { border-top: 1px solid #cccfc9; }
.service-row { padding: 36px 0; border-bottom: 1px solid #cccfc9; }
.service-number { color: var(--muted); font-size: 12px; padding-top: 7px; font-variant-numeric: tabular-nums; }
.service-row h3 { font-weight: 500; font-size: clamp(21px, 2.2vw, 31px); line-height: 1.25; letter-spacing: -.035em; }
.service-detail p { max-width: 43ch; font-size: 16px; line-height: 1.7; color: #535a64; }
.service-detail > span { display: block; margin-top: 16px; font-size: 12px; color: var(--muted); }
.showcase-services .showcase-stage { min-height: 620px; }
.showcase-services .showcase-copy { grid-template-rows: minmax(55px, auto) minmax(175px, auto) minmax(112px, auto) auto auto; }
.contact-section { background: var(--blue); color: white; padding: var(--section-space) max(var(--gutter), calc((100% - var(--content)) / 2)); }
.contact-section .eyebrow { color: white; }
.contact-section h2 { font-size: clamp(3rem, 8vw, 8rem); line-height: 1.03; letter-spacing: -.06em; font-weight: 500; margin-top: 40px; }
.contact-section h2 span { color: #dce5ff; font-family: var(--display); font-weight: 400; font-style: italic; letter-spacing: -.025em; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); gap: clamp(50px, 10vw, 180px); margin-top: 70px; align-items: start; }
.contact-form { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 32px 24px; max-width: 700px; }
.form-field { display: grid; gap: 8px; min-width: 0; }
.form-field-subject { grid-column: 1 / -1; }
.form-field-message { grid-column: 1 / -1; }
.contact-form label { font-size: 13px; text-transform: uppercase; letter-spacing: .06em; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #ffffff70; border-radius: 0; padding: 12px 0; background: transparent; color: white; font: inherit; font-size: 17px; outline: 0; }
.contact-form input:focus, .contact-form textarea:focus { border-color: white; }
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form .form-field-subject textarea { min-height: 64px; }
.contact-form .contact-submit { grid-column: 1 / -1; margin-top: 0; min-height: 56px; }
.contact-submit { justify-self: start; border: 0; border-radius: 40px; padding: 17px 25px; margin-top: 14px; background: white; color: var(--ink); font: inherit; font-size: 15px; font-weight: 600; cursor: pointer; transition: color .2s, background .2s; }
.contact-submit:hover { color: var(--blue); background: var(--blue-soft); }
.direct-contact { padding-top: 2px; }
.direct-contact p { color: #bfceff; font-size: 14px; }
.direct-contact a { display: inline-block; margin-top: 12px; color: white; font-size: clamp(20px, 2.2vw, 30px); border-bottom: 1px solid #ffffff70; padding-bottom: 8px; }
.direct-contact a:hover { color: #bfceff; border-color: #bfceff; }
.contact-section :focus-visible { outline-color: white; }
footer { background: var(--ink); color: white; padding: 55px max(var(--gutter), calc((100% - var(--content)) / 2)); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 35px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; font-size: 14px; color: #bcc1ce; }
.footer-links a:hover { color: white; }
footer > p { color: #bcc1ce; font-size: 13px; }
.no-script { margin-top: 20px; color: var(--muted); }
.no-script a { text-decoration: underline; }

/* Interface previews share the studio's one accent color. */
.app-preview, .quote-preview, .workflow-preview, .design-preview, .web-preview, .dashboard-preview { width: 100%; max-width: 440px; background: white; color: var(--ink); border: 1px solid #cbd5ec; border-radius: 18px; box-shadow: 0 25px 55px -25px #1b34774d; overflow: hidden; }
.app-preview { position: relative; max-width: 294px; border: 6px solid #262a31; border-radius: 36px; box-shadow: 0 32px 50px -24px #10131b55, 0 0 0 1px #626771; }
.app-preview::before { content: ""; position: absolute; top: 9px; left: calc(50% - 22px); width: 44px; height: 5px; border-radius: 5px; background: #262a31; }
.app-preview .preview-top { padding-top: 29px; }
.preview-top { padding: 20px 22px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.preview-top strong { font-size: 16px; }
.preview-top > span { font-size: 12px; color: var(--muted); }
.app-preview .preview-top strong { color: var(--blue); font-size: 21px; }
.app-preview-body { padding: 20px 24px; }
.app-preview .preview-label { margin-top: 16px; }
.app-preview .option-row > span { padding-block: 8px; }
.app-preview .option-row.single > span { padding-block: 6px; }
.app-preview .preview-button { margin-top: 20px; padding-block: 12px; }
.preview-kicker { color: var(--muted); font-size: 10px; letter-spacing: .07em; margin-bottom: 14px; }
.app-preview h4, .design-body h4, .web-body h4 { font-size: 34px; line-height: 1.1; letter-spacing: -.05em; font-weight: 600; }
.app-preview-body > p:not(.preview-kicker) { font-size: 13px; color: var(--muted); margin-top: 12px; }
.preview-label { margin-top: 24px; font-size: 12px; font-weight: 500; }
.option-row { display: flex; gap: 8px; margin-top: 12px; }
.option-row > span { flex: 1; padding: 13px; text-align: center; border: 1px solid var(--line); border-radius: 10px; font-size: 18px; }
.option-row .selected { background: var(--blue); border-color: var(--blue); color: white; }
.option-row.single > span { background: var(--blue-soft); color: var(--blue); border-color: #bdccff; padding: 9px; }
.preview-button { background: var(--blue); color: white; border-radius: 9px; padding: 14px 18px; margin-top: 24px; font-size: 13px; display: flex; justify-content: space-between; gap: 12px; }
.preview-bottom { border-top: 1px solid var(--line); text-align: center; font-size: 11px; color: var(--muted); padding: 15px; }
.quote-preview { transform: none; box-shadow: 0 24px 48px -28px #10131b55; }
.quote-body, .design-body, .dashboard-body { padding: 28px; }
.quote-total { font-size: 54px; letter-spacing: -.05em; margin-block: 22px 30px; line-height: 1.2; }
.quote-total span { display: block; font-size: 13px; color: var(--muted); letter-spacing: 0; margin-top: 8px; }
.range-heading { display: flex; justify-content: space-between; font-size: 13px; color: var(--blue); }
.range-track { height: 9px; margin: 20px 0 10px; background: #e9edf5; border-radius: 8px; position: relative; }
.range-track::before { content: ""; position: absolute; left: 25%; width: 50%; height: 100%; background: #afc2ff; }
.range-track span { position: absolute; left: 54%; width: 3px; height: 21px; top: -6px; background: var(--blue); border-radius: 3px; }
.range-labels { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; }
.quote-note { background: var(--paper); border-radius: 10px; padding: 17px; margin-top: 25px; font-size: 14px; }
.quote-note p { font-size: 13px; color: var(--muted); margin-top: 6px; }
.workflow-body { padding: 25px; }
.workflow-step { display: flex; gap: 16px; padding: 18px; border: 1px solid var(--line); border-radius: 10px; align-items: center; }
.step-icon { background: var(--paper); border: 1px solid var(--line); border-radius: 8px; padding: 10px; font-size: 12px; }
.workflow-step small { font-size: 10px; letter-spacing: .08em; color: var(--muted); }
.workflow-step strong { display: block; font-size: 15px; margin: 3px 0; }
.workflow-step p { font-size: 12px; color: var(--muted); }
.workflow-step.emphasis { border-color: #b9caff; background: var(--blue-soft); }
.emphasis .step-icon { background: var(--blue); border-color: var(--blue); color: white; }
.workflow-connector { text-align: center; font-size: 20px; color: var(--blue); padding: 5px; }
.design-options { display: grid; gap: 10px; margin-top: 25px; }
.design-options > div { padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; font-size: 13px; }
.design-options span { float: right; color: var(--muted); }
.design-options p { color: var(--muted); font-size: 12px; margin-top: 3px; }
.design-options .selected { background: var(--blue-soft); border-color: #bccbff; }
.design-tokens { display: flex; align-items: center; gap: 7px; margin-top: 22px; }
.design-tokens i { height: 26px; width: 26px; border-radius: 50%; background: var(--blue); }
.design-tokens i:nth-child(2) { background: var(--ink); }
.design-tokens i:nth-child(3) { background: var(--blue-soft); border: 1px solid var(--line); }
.design-tokens > span { margin-left: auto; font-size: 24px; }
.design-tokens small { font-size: 11px; color: var(--muted); }
.browser-bar { display: flex; justify-content: space-between; gap: 8px; padding: 13px 18px; font-size: 10px; color: var(--muted); background: var(--paper); border-bottom: 1px solid var(--line); }
.web-body { padding: 24px; }
.web-nav { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 40px; font-size: 14px; }
.web-nav > span { font-size: 10px; color: var(--muted); }
.web-body h4 { font-size: 39px; }
.web-body > p:not(.preview-kicker) { margin-top: 18px; color: var(--muted); font-size: 13px; }
.web-body .preview-button { width: fit-content; gap: 24px; }
.web-features { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 11px; color: var(--muted); }
.dashboard-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 26px; }
.dashboard-metrics > div { padding: 12px; background: var(--paper); border-radius: 8px; }
.dashboard-metrics small { font-size: 10px; color: var(--muted); }
.dashboard-metrics strong { display: block; font-size: 27px; font-weight: 500; }
.chart-title { display: flex; justify-content: space-between; margin-top: 28px; font-size: 12px; }
.chart-title span { color: var(--muted); }
.bar-chart { display: flex; height: 170px; gap: 15px; margin-top: 20px; }
.bar-chart > div { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: 10px; }
.bar-chart i { width: 100%; max-width: 38px; height: var(--bar); background: var(--blue); border-radius: 5px 5px 0 0; opacity: .75; }
.bar-chart > div:nth-child(4) i { opacity: 1; }
.bar-chart span { font-size: 10px; color: var(--muted); }
.dashboard-note { margin-top: 25px; font-size: 12px; color: var(--muted); }
.preview-fallback { font-size: 24px; color: var(--blue); padding: 20px; }
.preview-fallback span { display: block; color: var(--ink); font-size: 40px; line-height: 1.15; margin-top: 30px; }

/* Content is visible by default; JavaScript only prepares reveals below the fold. */
.section-reveal { transition: opacity .65s var(--ease-out), transform .65s var(--ease-out); }
.section-reveal.is-pending { opacity: 0; transform: translateY(18px); }
.section-reveal:focus-within { opacity: 1; transform: none; }
.button, .contact-submit, .menu-button, .slide-navigation button, .slide-selectors button {
    transition: transform .22s var(--ease-out), box-shadow .22s ease, background-color .22s ease, border-color .22s ease, color .22s ease;
}
@keyframes hero-enter {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: no-preference) {
    .hero h1 { animation: hero-enter .75s var(--ease-out) both; }
    .hero-bottom > p { animation: hero-enter .7s var(--ease-out) .12s both; }
    .hero-actions { animation: hero-enter .7s var(--ease-out) .24s both; }
    .hero-actions:focus-within { animation: none; }
}
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
    .button:hover, .contact-submit:hover, .menu-button:hover, .slide-navigation button:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgb(16 19 27 / 10%);
    }
    .slide-selectors button:hover { transform: translateY(-2px); }
    .button:active, .contact-submit:active, .menu-button:active, .slide-navigation button:active, .slide-selectors button:active {
        transform: none;
        box-shadow: none;
    }
}

@media (max-width: 1100px) {
    .showcase { --showcase-inset: 30px; }
    .showcase-copy { padding: 48px var(--showcase-inset) 48px 0; }
    .showcase-services .showcase-copy { grid-template-rows: minmax(65px, auto) minmax(185px, auto) minmax(140px, auto) auto auto; }
    .visual-slide { padding-inline: 20px; }
    .showcase-footer { flex-wrap: wrap; }
    .slide-navigation { margin-left: auto; }
}
@media (max-width: 800px) {
    .site-header { min-height: 72px; flex-wrap: wrap; padding: 10px 0; }
    .site-header.is-scrolling { top: 10px; padding-inline: 18px; }
    .nav { width: 100%; gap: 20px; flex-wrap: wrap; }
    .menu-ready .nav { display: none; }
    .menu-ready .menu-button { display: block; }
    .menu-ready .nav.nav-open { display: flex; position: absolute; top: 100%; left: 0; right: 0; width: auto; padding: 26px; flex-direction: column; background: var(--paper); border: 1px solid var(--line); z-index: 10; box-shadow: 0 20px 40px #10131b15; }
    .hero { padding-top: calc(110px + var(--header-height, 72px)); min-height: auto; }
    .hero h1 { font-size: clamp(3rem, 10vw, 5.8rem); }
    .hero-bottom { grid-template-columns: 1fr; gap: 28px; margin-top: 36px; padding-top: 0; }
    .hero-actions { justify-content: flex-start; }
    .section-heading > p { display: none; }
    .showcase { --showcase-inset: 32px; margin-top: 32px; }
    .showcase-stage { grid-template-columns: 1fr; }
    .showcase-copy { padding: 16px 0 40px; gap: 20px; }
    .showcase-copy h3 { font-size: clamp(2.5rem, 6.8vw, 3.6rem); max-width: 570px; }
    .showcase-visual { min-height: 680px; }
    .showcase-services .showcase-visual { min-height: 540px; }
    .visual-slide { padding-inline: 32px; }
    .showcase-footer { padding: 20px 0; }
    .slide-selectors { flex: 1 1 100%; }
    .slide-selectors button { font-size: 14px; min-height: 44px; padding: 11px 12px; }
    .services-section { padding-block: var(--section-space); }
    .services-intro, .service-row { grid-template-columns: 28px minmax(0, 1fr); gap: 14px; }
    .services-intro { row-gap: 24px; margin-block: 40px; }
    .services-intro h2 { grid-column: 1 / -1; }
    .services-intro > p { grid-column: 2; padding-top: 0; }
    .service-row { padding-block: 28px; }
    .service-row h3 { grid-column: 2; }
    .service-detail { grid-column: 2; }
    .contact-layout { grid-template-columns: 1fr; gap: 45px; margin-top: 50px; }
    .contact-form { max-width: none; }
    .contact-section { padding-block: var(--section-space); }
    footer { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 420px) {
    .eyebrow { font-size: 11px; }
    .hero h1 { font-size: clamp(2.6rem, 11.6vw, 3rem); }
    .hero-actions { gap: 22px; }
    .showcase { --showcase-inset: 22px; }
    .showcase-copy { padding: 8px 0 32px; }
    .showcase-copy h3 { font-size: 2.5rem; }
    .slide-description { font-size: 16px; }
    .slide-topline { gap: 8px; }
    .visual-slide { padding-inline: 17px; }
    .showcase-visual { min-height: 680px; }
    .app-preview { transform: none; }
    .quote-preview { transform: none; }
    .quote-body, .design-body, .dashboard-body, .workflow-body { padding: 18px; }
    .preview-top { padding: 18px; flex-wrap: wrap; }
    .workflow-step { gap: 10px; padding: 13px 10px; }
    .step-icon { padding: 7px; }
    .web-body h4 { font-size: 30px; }
    .design-body h4 { font-size: 29px; }
    .dashboard-metrics { gap: 5px; }
    .dashboard-metrics > div { padding: 8px; }
    .services-intro h2 { font-size: 2.5rem; }
    .contact-section h2 { font-size: 2.9rem; }
}
@media (max-width: 560px) {
    .contact-form { grid-template-columns: minmax(0, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .hero::before, .hero::after { animation: none; }
    .section-reveal.is-pending { opacity: 1; transform: none; }
    *, *::before, *::after { transition-duration: 0s !important; animation-duration: 0s !important; }
}
@media print {
    .section-reveal.is-pending { opacity: 1; transform: none; }
    .hero h1, .hero-bottom > p, .hero-actions, .hero::before { animation: none; }
}
