/* A quiet global shell for the standalone web studio. */
/* This site no longer loads the legacy bootstrap that added .page-ready. */
html, body { opacity: 1 !important; visibility: visible !important; }
.web-site-nav, main, footer, [data-animate] { opacity: 1 !important; visibility: visible !important; }
[data-animate] { transform: none !important; }
#hero.hero-section {
    box-sizing: border-box;
    min-height: min(100svh, 58rem);
    padding: clamp(6.25rem, 11vh, 8rem) clamp(1.25rem, 4vw, 3rem) 3rem !important;
}
#hero .hero-actions { margin-bottom: 0; }
#hero .hero-scroll-indicator { display: none; }
.proof-strip {
    position: relative;
    z-index: 2;
    padding: 1.5rem clamp(1.25rem, 5vw, 5rem);
    border-top: 1px solid rgba(255,255,255,.09);
    border-bottom: 1px solid rgba(255,255,255,.09);
    background: rgba(255,255,255,.025);
    text-align: center;
}
.proof-kicker { margin: 0 0 .85rem; color: var(--text-tertiary); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.proof-strip .hero-stats { gap: clamp(2rem, 8vw, 7rem); }
.proof-strip .stat-number, .proof-strip .stat-suffix { font-size: clamp(1.5rem, 2.5vw, 2.15rem); font-weight: 800; }
.web-site-nav {
    align-items: center;
    background: rgba(7, 7, 14, 0.72);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-sizing: border-box;
    display: flex;
    gap: 2rem;
    height: var(--studio-header-height, 72px);
    inset: 0 0 auto;
    justify-content: space-between;
    min-height: 0;
    padding: 0.85rem clamp(1.1rem, 4vw, 4rem);
    position: fixed;
    z-index: 1200;
}

.web-site-brand {
    align-items: center;
    color: var(--text-primary);
    display: inline-flex;
    flex: 0 0 auto;
    font-family: var(--font-mono);
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: -0.06em;
    text-decoration: none;
}

.web-site-brand .web-site-brand-logo { width: 28px; min-width: 28px; height: 28px; margin-right: .1rem; }
.web-site-brand-mark { color: #f3e5ab; }
.web-site-brand-dot { color: var(--accent-primary); }

.web-site-links {
    display: flex;
    gap: clamp(1rem, 2vw, 2.1rem);
    justify-content: center;
}

.web-site-links a {
    color: var(--text-secondary);
    font-size: 0.82rem;
    font-weight: 650;
    text-decoration: none;
    transition: color var(--transition-fast);
}

.web-site-links a:hover { color: var(--accent-primary); }

.web-site-actions { align-items: center; display: flex; gap: 0.85rem; }
.web-apps { --launcher-accent: var(--web-cyan); --launcher-accent-rgb: 64, 216, 255; }

.web-site-cta {
    background: var(--text-primary);
    border-radius: 999px;
    color: var(--bg-primary);
    font-size: 0.78rem;
    font-weight: 800;
    padding: 0.68rem 0.95rem;
    text-decoration: none;
    transition: background var(--transition-fast), transform var(--transition-fast);
}

.web-site-cta:hover { background: var(--accent-primary); transform: translateY(-1px); }

.web-apps-toggle {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.8rem;
    cursor: pointer;
    display: grid;
    gap: 3px;
    grid-template-columns: repeat(3, 4px);
    height: 42px;
    padding: 0;
    place-content: center;
    transition: background var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);
    width: 42px;
}

.web-apps-toggle span {
    background: var(--text-secondary);
    border-radius: 50%;
    height: 4px;
    transition: background var(--transition-fast), transform var(--transition-fast);
    width: 4px;
}

.web-apps-toggle:hover,
.web-apps-toggle[aria-expanded="true"] { background: rgba(212, 175, 55, 0.12); border-color: rgba(212, 175, 55, 0.58); transform: translateY(-1px); }
.web-apps-toggle:hover span,
.web-apps-toggle[aria-expanded="true"] span { background: var(--accent-primary); transform: scale(1.26); }

.web-apps-menu {
    background: rgba(17, 17, 34, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.25rem;
    box-shadow: 0 1.8rem 4.4rem rgba(0, 0, 0, 0.52), inset 0 1px rgba(255,255,255,.07);
    display: grid;
    gap: 0.45rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0.65rem;
    position: absolute;
    right: clamp(1.1rem, 4vw, 4rem);
    top: calc(100% - 0.35rem);
    width: min(24.5rem, calc(100vw - 1.5rem));
}

.web-apps-menu[hidden] { display: none; }
.web-apps-menu::before { color: var(--text-tertiary); content: 'Meer van Tom'; font-size: .65rem; font-weight: 800; grid-column: 1 / -1; letter-spacing: .11em; margin: .15rem .3rem .25rem; text-transform: uppercase; }

.web-apps-menu a {
    border: 1px solid transparent;
    border-radius: 0.82rem;
    color: var(--text-primary);
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    grid-template-rows: repeat(2, min-content);
    column-gap: .55rem;
    min-height: 62px;
    padding: .55rem;
    text-decoration: none;
    transition: background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);
}

.web-apps-menu a::before { align-self: center; background: linear-gradient(135deg, #667eea, #38bdf8); border-radius: .65rem; color: #fff; content: 't'; display: grid; font-size: .72rem; font-weight: 850; grid-row: 1 / -1; height: 34px; place-items: center; width: 34px; }
.web-apps-menu a:nth-of-type(2)::before { background: linear-gradient(135deg, #f59e0b, #fb7185); content: '3D'; }
.web-apps-menu a:nth-of-type(3)::before { background: linear-gradient(135deg, #f97316, #facc15); content: '+'; }
.web-apps-menu a:nth-of-type(4)::before { background: linear-gradient(135deg, #fb923c, #a855f7); content: 'B'; }
.web-apps-menu a:nth-of-type(5)::before { background: linear-gradient(135deg, #06b6d4, #22c55e); content: 'AI'; }
.web-apps-menu a:nth-of-type(6)::before { background: linear-gradient(135deg, #ef4444, #f97316); content: 'S'; }
.web-apps-menu a:hover { background: rgba(212, 175, 55, 0.1); border-color: rgba(255,255,255,.1); color: #fff; transform: translateY(-1px); }
.web-apps-menu b { font-size: 0.82rem; grid-column: 2; }
.web-apps-menu small { color: var(--text-tertiary); font-size: 0.68rem; grid-column: 2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.web-site-footer {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text-tertiary);
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    justify-content: space-between;
    margin-top: 0;
    padding: 2.2rem clamp(1.1rem, 6vw, 8rem) 3.5rem;
}

.web-site-footer p { font-size: 0.82rem; margin: 0; }
.web-site-footer > a:not(.web-site-brand) { color: var(--text-primary); font-size: 0.82rem; text-decoration: none; }
.web-site-footer > span { font-size: 0.75rem; }

section[id] { scroll-margin-top: 6rem; }

@media (max-width: 760px) {
    #hero.hero-section { min-height: auto; padding-top: 7rem !important; padding-bottom: 3.5rem !important; }
    .proof-strip .hero-stats { gap: 1.25rem; }
    .web-site-nav { gap: 0.5rem; height: var(--studio-header-height, 72px); min-height: 0; }
    .web-site-links { display: none; }
    .web-site-brand { display: inline-flex; align-items: center; min-height: 44px; box-sizing: border-box; }
    .web-site-actions { gap: 0.5rem; margin-left: auto; }
    .web-site-cta { display: none; }
    .web-apps-toggle { width: 44px; height: 44px; }
    .web-apps-menu { grid-template-columns: 1fr 1fr; right: 1.1rem; }
    .web-site-footer { align-items: flex-start; flex-direction: column; gap: 0.75rem; }
    .web-site-footer > a:not(.web-site-brand) { display: inline-flex; align-items: center; min-height: 44px; }
}

/* At high browser zoom the studio name condenses before either navigation
   control is allowed to leave the viewport. The real tom.cool mark remains. */
@media (max-width: 300px) {
    .web-site-nav { padding-inline: .75rem; }
    .web-site-brand { gap: 0; }
    .web-site-brand .web-site-brand-logo { width: 26px; min-width: 26px; height: 26px; margin-right: .25rem; }
    .web-site-brand-dot,
    .web-site-brand-domain { display: none; }
    .web-site-actions { gap: .35rem; }
}

@media (max-width: 235px) {
    .web-site-brand-mark { display: none; }
    .web-site-brand .web-site-brand-logo { margin-right: 0; }
}

@media (min-width: 761px) and (max-width: 900px) {
    .web-site-nav { gap: 0.75rem; height: var(--studio-header-height, 72px); min-height: 0; }
    .web-site-links, .web-site-cta { display: none; }
    .web-site-actions { gap: 0.5rem; margin-left: auto; }
    .web-apps-toggle { width: 44px; height: 44px; }
}

/* ============================================================
   WEB IDENTITY — precision digital studio
   A cool drafting-grid world with a deliberately editorial layout.
   ============================================================ */
:root {
    --web-electric: #7c8cff;
    --web-cyan: #40d8ff;
    --web-ice: #e8ecff;
    --studio-header-height: 72px;
    --studio-nav-accent: var(--web-cyan);
    --studio-nav-background: #090b18;
    --studio-nav-ink: var(--web-ice);
    --studio-nav-line: rgba(64, 216, 255, .2);
    --studio-nav-muted: rgba(232, 236, 255, .66);
    --studio-nav-cta-ink: #07101e;
    --studio-toggle-ink: var(--web-ice);
    --studio-toggle-border: rgba(64, 216, 255, .28);
    --studio-toggle-background: rgba(64, 216, 255, .08);
    --studio-toggle-active-background: rgba(64, 216, 255, .18);
}

body {
    background:
        radial-gradient(circle at 82% 16%, rgba(124, 140, 255, .17), transparent 26rem),
        radial-gradient(circle at 10% 86%, rgba(64, 216, 255, .08), transparent 30rem),
        #090b18;
}

.web-site-nav { border-bottom-color: rgba(124, 140, 255, .18); background: rgba(9, 11, 24, .8); }
.web-site-brand-mark { color: var(--web-cyan); }
.web-site-brand-dot { color: var(--web-electric); }
.web-site-links a { font-family: var(--font-mono); font-size: .7rem; letter-spacing: .045em; text-transform: uppercase; }
.web-site-links a:hover { color: var(--web-cyan); }
.web-site-cta { background: linear-gradient(135deg, var(--web-cyan), var(--web-electric)); color: #07101e; box-shadow: 0 12px 30px rgba(92, 112, 255, .22); }
.web-site-cta:hover { background: linear-gradient(135deg, #9cecff, #9aa7ff); }

#hero.hero-section {
    isolation: isolate;
    min-height: min(100svh, 56rem);
    overflow: hidden;
}

#hero .hero-bg {
    background:
        linear-gradient(90deg, rgba(9, 11, 24, .98) 0%, rgba(9, 11, 24, .8) 55%, rgba(9, 11, 24, .2) 100%),
        linear-gradient(rgba(124, 140, 255, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(124, 140, 255, .07) 1px, transparent 1px);
    background-size: auto, 3.5rem 3.5rem, 3.5rem 3.5rem;
}

#hero.hero-section::after {
    position: absolute;
    z-index: -1;
    top: 17%;
    right: clamp(2rem, 11vw, 13rem);
    width: clamp(12rem, 25vw, 24rem);
    height: clamp(15rem, 31vw, 28rem);
    border: 1px solid rgba(64, 216, 255, .22);
    border-radius: 1.1rem;
    background: linear-gradient(145deg, rgba(124, 140, 255, .14), rgba(64, 216, 255, .025));
    box-shadow: inset 0 0 0 1.1rem rgba(9, 11, 24, .38), 1.3rem 1.3rem 0 rgba(124, 140, 255, .08);
    content: '';
    transform: rotate(5deg);
}

#hero .hero-content {
    max-width: 50rem;
    margin-inline: clamp(1.25rem, 9vw, 10rem) auto;
    text-align: left;
}

#hero .hero-badge { width: fit-content; border-color: rgba(64, 216, 255, .25); background: rgba(64, 216, 255, .07); color: var(--web-cyan); font-family: var(--font-mono); font-size: .7rem; letter-spacing: .08em; }
#hero .badge-dot { background: var(--web-cyan); box-shadow: 0 0 0 5px rgba(64, 216, 255, .1); }
#hero .hero-title { max-width: 9ch; letter-spacing: -.075em; }
#hero .hero-title .title-gradient { background: linear-gradient(115deg, #f5f6ff 8%, var(--web-cyan) 44%, #a495ff 90%); -webkit-background-clip: text; background-clip: text; }
#hero .hero-title .title-outline { color: transparent; -webkit-text-stroke: 1px rgba(232, 236, 255, .46); }
#hero .hero-subtitle { max-width: 34rem; margin-inline: 0; text-align: left; }
#hero .hero-actions { justify-content: flex-start; }
#hero .btn-primary { border-color: transparent; background: linear-gradient(135deg, var(--web-cyan), var(--web-electric)); color: #07101e; }
#hero .btn-ghost { border-color: rgba(124, 140, 255, .32); }

.web-proof-strip {
    width: min(1180px, calc(100% - 2.5rem));
    margin: -1.75rem auto 0;
    padding: 1.45rem clamp(1.25rem, 4vw, 3rem);
    border: 1px solid rgba(124, 140, 255, .2);
    border-radius: .9rem;
    background: linear-gradient(100deg, rgba(124, 140, 255, .12), rgba(64, 216, 255, .055));
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .22);
}

.web-proof-strip .proof-kicker { color: var(--web-cyan); font-family: var(--font-mono); }
.web-proof-strip .stat-number,
.web-proof-strip .stat-suffix { color: var(--web-ice); }

#services .section-tag { color: var(--web-cyan); font-family: var(--font-mono); letter-spacing: .08em; }
#services .service-card { border-color: rgba(124, 140, 255, .15); border-radius: .9rem; background: linear-gradient(145deg, rgba(124, 140, 255, .08), rgba(9, 11, 24, .44)); }
#services .service-card:hover { border-color: rgba(64, 216, 255, .45); box-shadow: 0 1.25rem 3.5rem rgba(64, 216, 255, .09); }

/* The rest of web is intentionally a build board, not a generic agency page. */
#process {
    position: relative;
    overflow: hidden;
    border-block: 1px solid rgba(124, 140, 255, .14);
    background:
        linear-gradient(rgba(124, 140, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(124, 140, 255, .045) 1px, transparent 1px),
        rgba(13, 17, 37, .5);
    background-size: 2.75rem 2.75rem;
}

#process .section-tag,
.metrics-section .metric-label,
.work-section .section-tag,
.nononsense-section .section-tag,
.testimonials-section .section-tag,
.faq-section .section-tag,
.contact-section .section-tag {
    color: var(--web-cyan);
    font-family: var(--font-mono);
    font-size: .68rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

#process .process-timeline {
    position: relative;
    gap: 1px;
    padding: 1px;
    border: 1px solid rgba(124, 140, 255, .2);
    border-radius: 1rem;
    background: rgba(124, 140, 255, .16);
}

#process .timeline-line { opacity: .3; }
#process .timeline-progress { background: linear-gradient(var(--web-cyan), var(--web-electric)); }

#process .process-step {
    position: relative;
    border: 0;
    border-radius: 0;
    background: rgba(9, 11, 24, .92);
}

#process .process-step::after {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    color: rgba(64, 216, 255, .42);
    content: 'BUILD.LOG';
    font-family: var(--font-mono);
    font-size: .58rem;
    letter-spacing: .09em;
}

#process .step-number {
    border: 1px solid rgba(64, 216, 255, .35);
    border-radius: .55rem;
    color: var(--web-cyan);
    font-family: var(--font-mono);
    background: rgba(64, 216, 255, .07);
}

.metrics-section {
    position: relative;
    padding-block: clamp(4.5rem, 9vw, 8rem);
}

.metrics-section::before {
    display: block;
    width: min(1180px, calc(100% - 2.5rem));
    margin: 0 auto 1rem;
    color: rgba(232, 236, 255, .54);
    content: 'SYSTEM HEALTH / LIVE DELIVERY SIGNALS';
    font-family: var(--font-mono);
    font-size: .64rem;
    letter-spacing: .13em;
}

.metrics-grid { gap: 1px; padding: 1px; border: 1px solid rgba(124, 140, 255, .18); border-radius: 1rem; background: rgba(124, 140, 255, .16); }
.metric-card { position: relative; border: 0; border-radius: 0; background: linear-gradient(145deg, rgba(17, 22, 48, .94), rgba(9, 11, 24, .98)); }
.metric-card::before { position: absolute; top: 0; left: 0; width: 2.7rem; height: 2px; background: linear-gradient(90deg, var(--web-cyan), transparent); content: ''; }
.metric-value, .metric-suffix { color: var(--web-ice); }
.metric-fill { background: linear-gradient(90deg, var(--web-cyan), var(--web-electric)); }

.work-section { position: relative; }
.work-section .section-header { max-width: 45rem; margin-left: 0; text-align: left; }
.work-section .work-grid { gap: 1rem; }
.work-section .work-card {
    border: 1px solid rgba(124, 140, 255, .2);
    border-radius: 0;
    background: #0d1024;
    box-shadow: 12px 12px 0 rgba(124, 140, 255, .06);
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.work-section .work-card::before { position: absolute; z-index: 2; top: .85rem; left: .85rem; padding: .3rem .45rem; border: 1px solid rgba(64, 216, 255, .35); background: rgba(8, 13, 31, .84); color: var(--web-cyan); content: 'CASE FILE'; font-family: var(--font-mono); font-size: .54rem; letter-spacing: .08em; }
.work-section .work-card:hover { border-color: var(--web-cyan); box-shadow: 16px 16px 0 rgba(64, 216, 255, .1); }
.work-section .work-image { border-radius: 0; }
.work-section .work-content { border-top: 1px solid rgba(124, 140, 255, .15); }

.nononsense-section {
    border-block: 1px solid rgba(64, 216, 255, .16);
    background: linear-gradient(115deg, rgba(64, 216, 255, .07), rgba(124, 140, 255, .065) 54%, transparent 72%);
}
.nononsense-section .nononsense-inner { max-width: 1180px; }
.nononsense-section .nononsense-grid { gap: 1px; padding: 1px; border: 1px solid rgba(64, 216, 255, .22); border-radius: 1rem; background: rgba(64, 216, 255, .17); }
.nononsense-section .nn-block,
.nononsense-section .nn-block-contact { border: 0; border-radius: 0; background: rgba(9, 11, 24, .9); }
.nononsense-section .nn-block-promo { background: linear-gradient(145deg, rgba(64, 216, 255, .11), rgba(9, 11, 24, .94)); }
.nononsense-section .nn-contact-cta { border-radius: .55rem; background: linear-gradient(135deg, var(--web-cyan), var(--web-electric)); color: #07111c; }
.nononsense-section .nononsense-brutal { border-color: rgba(124, 140, 255, .22); border-radius: 0; background: rgba(124, 140, 255, .07); }

.testimonials-section { background: linear-gradient(180deg, transparent, rgba(124, 140, 255, .045)); }
.testimonials-section .testimonial-card { position: relative; border: 1px solid rgba(124, 140, 255, .18); border-radius: .6rem; background: rgba(13, 16, 35, .72); }
.testimonials-section .testimonial-card::before { position: absolute; top: 1rem; right: 1rem; color: rgba(64, 216, 255, .4); content: '//'; font-family: var(--font-mono); font-size: 1.3rem; font-weight: 800; }
.testimonials-section .testimonial-stars { color: var(--web-cyan); }
.testimonials-section .author-avatar { border-radius: .4rem; background: linear-gradient(135deg, var(--web-electric), var(--web-cyan)); color: #07111c; }

.faq-section { border-top: 1px solid rgba(124, 140, 255, .13); }
.faq-section .faq-list { max-width: 56rem; }
.faq-section .faq-item { border-color: rgba(124, 140, 255, .2); border-radius: 0; background: rgba(13, 16, 35, .62); }
.faq-section .faq-item[open] { border-color: rgba(64, 216, 255, .45); }
.faq-section .faq-question { font-family: var(--font-mono); font-size: .84rem; }
.faq-section .faq-chevron { color: var(--web-cyan); }

.contact-section { position: relative; overflow: hidden; }
.contact-section::before { position: absolute; z-index: -1; right: -12rem; bottom: -13rem; width: 33rem; height: 33rem; border: 1px solid rgba(64, 216, 255, .18); border-radius: 50%; box-shadow: inset 0 0 0 3.5rem rgba(124, 140, 255, .04); content: ''; }
.contact-section .contact-wrapper { border: 1px solid rgba(64, 216, 255, .22); border-radius: .85rem; background: linear-gradient(135deg, rgba(64, 216, 255, .07), rgba(13, 16, 35, .9) 42%); box-shadow: 1rem 1rem 0 rgba(124, 140, 255, .06); }
.contact-section .contact-form { border-radius: .55rem; }

@media (max-width: 760px) {
    #hero.hero-section::after { top: 7rem; right: -7rem; width: 20rem; height: 22rem; opacity: .7; }
    #hero .hero-content { margin-inline: auto; text-align: center; }
    #hero .hero-badge { margin-inline: auto; }
    #hero .hero-title { max-width: none; }
    #hero .hero-subtitle { margin-inline: auto; text-align: center; }
    #hero .hero-actions { justify-content: center; }
    .web-proof-strip { width: min(100% - 2rem, 34rem); margin-top: -1rem; }
    #process .process-timeline { border-radius: .8rem; }
    #process .process-step::after { top: .8rem; right: .8rem; }
    .metrics-section::before { width: min(100% - 2rem, 34rem); }
    .work-section .section-header { margin-inline: auto; text-align: center; }
    .work-section .work-card { box-shadow: 7px 7px 0 rgba(124, 140, 255, .06); }
    .work-section .work-card:hover { box-shadow: 9px 9px 0 rgba(64, 216, 255, .1); }
    .nononsense-section .nononsense-grid { border-radius: .8rem; }
    .contact-section .contact-wrapper { box-shadow: .6rem .6rem 0 rgba(124, 140, 255, .06); }
}

/* Commercial intake: a tangible next step that still fits the engineering studio. */
.contact-section .contact-wrapper {
    grid-template-columns: minmax(0, .9fr) minmax(22rem, 1.1fr);
    align-items: start;
}
.studio-lead-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
    padding: clamp(1.1rem, 2.5vw, 1.65rem);
    border: 1px solid rgba(64, 216, 255, .25);
    border-radius: .65rem;
    background: rgba(5, 10, 24, .74);
}
.studio-lead-form__top,
.studio-lead-form__wide,
.studio-lead-form__status,
.studio-lead-form__fineprint,
.studio-lead-form__submit { grid-column: 1 / -1; }
.studio-lead-form__top { padding-bottom: .25rem; }
.studio-lead-form__eyebrow { display: block; margin-bottom: .45rem; color: var(--web-cyan); font-family: var(--font-mono); font-size: .62rem; font-weight: 700; letter-spacing: .12em; }
.studio-lead-form__top p,
.studio-lead-form__fineprint { margin: 0; color: rgba(232, 236, 255, .62); font-size: .8rem; line-height: 1.55; }
.studio-lead-form label { display: grid; gap: .38rem; color: rgba(232, 236, 255, .76); font-family: var(--font-mono); font-size: .65rem; font-weight: 700; letter-spacing: .03em; }
.studio-lead-form input,
.studio-lead-form select,
.studio-lead-form textarea { width: 100%; box-sizing: border-box; border: 1px solid rgba(124, 140, 255, .27); border-radius: .42rem; outline: none; background: rgba(13, 16, 35, .86); color: #f2f7ff; font: inherit; font-family: var(--font-sans); font-size: .9rem; letter-spacing: normal; }
.studio-lead-form input,
.studio-lead-form select { min-height: 2.75rem; padding: .6rem .7rem; }
.studio-lead-form textarea { min-height: 6.5rem; padding: .7rem; resize: vertical; }
.studio-lead-form input:focus,
.studio-lead-form select:focus,
.studio-lead-form textarea:focus { border-color: var(--web-cyan); box-shadow: 0 0 0 3px rgba(64, 216, 255, .12); }
.studio-lead-form__submit { box-sizing: border-box; width: 100%; justify-content: center; border: 0; cursor: pointer; }
.studio-lead-form__status { min-height: 1.2em; margin: 0; color: var(--web-cyan); font-size: .82rem; }
.studio-lead-form__honeypot { position: absolute; left: -9999px; }
.studio-lead-form__alternatives { display: grid; grid-template-columns: repeat(3, 1fr); grid-column: 1 / -1; gap: .65rem; padding: .85rem 0 0; border: 0; background: transparent; }
.studio-lead-form__alternatives a { margin: 0 !important; min-height: 2.8rem; padding-inline: .7rem; font-size: .75rem; }
@media (max-width: 900px) {
    .contact-section .contact-wrapper { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
    .studio-lead-form { grid-template-columns: 1fr; padding: 1rem; }
    .studio-lead-form__alternatives { grid-template-columns: 1fr; }
}
