.contact-experience{--contact-bg:#fff;--contact-fg:#151515;--contact-muted:#666;--contact-line:#dedede;background:var(--contact-bg);color:var(--contact-fg);padding:clamp(85px,5.1vw,130px) 0 100px;font-size:16px;line-height:1.5}
.contact-experience *{box-sizing:border-box}
.contact-opening{width:71.4%;max-width:1828px;margin:auto;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:8.3%;padding-right:7.4%;align-items:start}
.contact-opening__left{min-width:0}
.contact-opening h1{font-family:Georgia,serif;font-size:clamp(64px,5.1vw,130px);font-weight:400;letter-spacing:-.065em;line-height:.93;margin:0;padding-bottom:28px;border-bottom:1px solid #aaa}
.contact-story-shell{position:relative;margin-top:64px;padding-left:24px}
.contact-story-nav{position:absolute;left:0;top:32%;display:grid;gap:3px}
.contact-story-nav button{display:flex;align-items:center;width:20px;height:17px;padding:0;border:0;background:transparent;color:#aaa;cursor:pointer}
.contact-story-nav button:before{content:'';width:2px;height:15px;background:currentColor}
.contact-story-nav button[aria-pressed=true]{color:var(--contact-fg)}
.contact-story-nav button span{position:absolute;clip-path:inset(50%);width:1px;height:1px;overflow:hidden}
.contact-story-stage{display:grid}
.contact-story{grid-area:1/1;display:grid;grid-template-columns:33.4% minmax(0,1fr);gap:5%;align-items:end;animation:contact-story-in .5s ease both}
.contact-story[hidden]{display:none}
.contact-story img{display:block;width:100%;height:auto;aspect-ratio:150/194;object-fit:cover;border-radius:5px;background:#dededb}
.contact-story blockquote{margin:0 0 34px;font-size:clamp(14px,.75vw,19px);line-height:1.5;letter-spacing:-.02em}
.contact-story__copy p{margin:0;font-size:clamp(10px,.52vw,13px);line-height:1.5}
.contact-story__copy strong,.contact-story__copy span{display:block}
.contact-story__copy span{color:var(--contact-muted)}
.contact-form{position:sticky;top:130px;padding-top:28px;min-width:0}
.contact-form__fields{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:26px 12px}
.contact-form__fields>label{display:grid;gap:6px;min-width:0;font-size:10px;font-weight:400;color:var(--contact-muted)}
.contact-form__fields input,.contact-form__fields select,.contact-form__fields textarea{display:block;width:100%;min-width:0;border:0;border-bottom:1px solid #777;border-radius:0;padding:0 0 9px;background:transparent;color:var(--contact-fg);font-family:inherit;font-size:15px;font-weight:400;line-height:1.5}
.contact-form__fields textarea{resize:vertical;min-height:115px;padding-top:6px}
.contact-form__fields input::placeholder,.contact-form__fields textarea::placeholder{color:#999}
.contact-form__fields :is(input,select,textarea):focus-visible{outline:1px solid currentColor;outline-offset:4px}
.contact-field-wide{grid-column:1/-1}
.contact-send{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;width:50%;min-height:42px;margin-top:0;padding:0;border:0;border-bottom:1px solid var(--contact-fg);border-radius:0;background:transparent;color:inherit;font-family:inherit;font-size:15px;font-weight:400;cursor:pointer}
.contact-send span{font-size:24px;transition:transform .25s}
.contact-send:hover span{transform:translateX(5px)}
.contact-send:disabled{opacity:.5;cursor:wait}
.contact-status{font-size:13px;margin:0;overflow-wrap:anywhere}
.contact-status:empty{display:none}
.contact-faq{width:100%;margin-top:115px}
.contact-faq details{border-bottom:1px solid var(--contact-line)}
.contact-faq details:not([open])>div{display:none}
.contact-faq summary{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:76px;padding:22px 0;cursor:pointer;list-style:none;font-size:14px;font-weight:600}
.contact-faq summary::-webkit-details-marker{display:none}
.contact-faq summary span{min-width:0}
.contact-faq summary i{position:relative;width:26px;height:26px;flex:0 0 26px;margin-right:22px}
.contact-faq summary i:before,.contact-faq summary i:after{content:'';position:absolute;left:0;right:0;top:12px;height:1px;background:currentColor}
.contact-faq summary i:after{transform:rotate(90deg)}
.contact-faq details[open] summary i:after{transform:rotate(0)}
.contact-faq details>div>p{margin:0;padding:0 20px 32px 0;color:var(--contact-muted);font-size:14px;line-height:1.65}
.brief-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@keyframes contact-story-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
html[data-theme=dark] .contact-experience{--contact-bg:#161616;--contact-fg:#f5f5f3;--contact-muted:#aaa;--contact-line:#393937}
@media(min-width:1800px){.contact-story-shell{margin-top:85px;padding-left:34px}.contact-faq{margin-top:155px}.contact-faq summary{min-height:96px;font-size:18px}.contact-faq details>div>p{font-size:18px}.contact-form{padding-top:36px}.contact-form__fields{gap:36px 16px}.contact-form__fields>label{font-size:12px}.contact-form__fields input,.contact-form__fields select,.contact-form__fields textarea,.contact-send{font-size:18px}.contact-form__fields textarea{min-height:145px}}
/* Reference geometry: 1920px container with 2.5% gutters and a 12-column grid.
   Keep the established Code Bro typefaces; do not import the reference's font. */
@media(min-width:901px){
 .contact-experience{--contact-unit:min(.069444444vw,1.333333px);padding-top:120px}
 .contact-opening{width:min(95%,1824px);max-width:none;padding:0;grid-template-columns:minmax(0,6fr) minmax(0,1fr) minmax(0,5fr);gap:0}
 .contact-form{grid-column:3;width:100%;max-width:570px;top:calc(100px - 32 * var(--contact-unit));padding-top:calc(32 * var(--contact-unit))}
 .contact-opening h1{font-size:calc(88 * var(--contact-unit));letter-spacing:-.045em;line-height:1;font-weight:400;padding-bottom:24px}
 .contact-story-shell{margin-top:calc(64 * var(--contact-unit));padding-left:calc(25 * var(--contact-unit));min-height:calc(274 * var(--contact-unit))}
 .contact-story{grid-template-columns:calc(211 * var(--contact-unit)) minmax(0,1fr);gap:calc(32 * var(--contact-unit))}
 .contact-story img{aspect-ratio:211/273}
 .contact-story blockquote{font-size:18px;line-height:1.5;margin-bottom:calc(32 * var(--contact-unit));letter-spacing:0}
 .contact-story__copy p{font-size:13px;line-height:1.5}
 .contact-story-nav{left:calc(5 * var(--contact-unit));top:36%;gap:5px}
 .contact-story-nav button{height:18px}
 .contact-story-nav button:before{height:18px;width:1px}
 .contact-story-nav button[aria-pressed=true]{height:38px}
 .contact-story-nav button[aria-pressed=true]:before{height:38px}
 .contact-form__fields{gap:36px 16px}
 .contact-form__fields>label{gap:0;font-size:12px;line-height:1.2}
 .contact-form__fields input,.contact-form__fields select{font-size:18px;height:45px;padding:8px 0 10px}
 .contact-form__fields textarea{font-size:18px;min-height:108px;height:108px;padding:16px 0 10px;margin-top:4px}
 .contact-send{font-size:18px;min-height:37px;width:49%;margin-top:4px}
 .contact-faq{margin-top:128px}
 .contact-faq summary{min-height:calc(72 * var(--contact-unit));padding:calc(24 * var(--contact-unit)) 0;font-size:18px;line-height:1.5}
 .contact-faq summary i{margin-right:calc(24 * var(--contact-unit));width:24px;height:24px;flex-basis:24px}
 .contact-faq details>div>p{font-size:18px;line-height:1.5}
}
@media(max-width:900px){.contact-experience{padding-top:110px}.contact-opening{width:88%;padding-right:0;grid-template-columns:minmax(0,1fr);gap:60px}.contact-opening__left{display:contents}.contact-opening h1{font-size:clamp(58px,10vw,86px)}.contact-story-shell{margin-top:0;grid-row:2}.contact-form{position:static;padding:0;grid-row:3}.contact-faq{margin-top:15px;grid-row:4}.contact-story blockquote{font-size:15px}.contact-story img{max-height:300px}.contact-faq summary{font-size:14px}.contact-faq summary i{margin-right:0}}
@media(prefers-reduced-motion:reduce){.contact-experience *{animation:none!important;transition:none!important}}
.contact-step{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px 16px;margin:0;padding:0;border:0;min-width:0}
.contact-step[hidden],.contact-step-actions [hidden]{display:none!important}
.contact-step legend{position:absolute;clip-path:inset(50%);width:1px;height:1px;overflow:hidden}
.contact-step>label{display:grid;gap:6px;min-width:0;font-size:11px;color:var(--contact-muted)}
.contact-step small,.contact-file-list{font-size:12px;line-height:1.5;font-weight:400}
.contact-form-intro{font-size:14px;line-height:1.6;margin:0;color:var(--contact-muted)}
.contact-progress{font-size:14px;margin:0;padding-bottom:14px;border-bottom:1px solid var(--contact-line)}
.contact-step-actions{display:flex;align-items:center;justify-content:space-between;gap:24px}
.contact-step-actions button{font:inherit;font-size:16px;color:inherit;background:transparent;border:0;border-bottom:1px solid currentColor;padding:10px 0;cursor:pointer}
.contact-step-actions [data-contact-next],.contact-step-actions .contact-send{margin-left:auto}
.contact-platforms{display:flex;flex-wrap:wrap;gap:10px 18px;padding:10px 0}
.contact-platforms label{display:flex;align-items:center;gap:8px;font-size:14px}
.contact-platforms input[type=checkbox]{width:18px;height:18px;margin:0;accent-color:var(--contact-fg)}
.contact-step input[type=file]{font-size:12px;height:auto;padding:12px 0}
.contact-step a{color:inherit;text-decoration:underline}
.contact-form--detailed{position:static}
.contact-phone{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:16px}
.contact-phone>label{display:grid;gap:6px;min-width:0;font-size:11px;color:var(--contact-muted)}
.contact-step label[hidden]{display:none}
@media(max-width:600px){.contact-step{grid-template-columns:minmax(0,1fr)}}
.contact-form--detailed .contact-step,.contact-form--detailed .contact-phone{column-gap:20px;row-gap:24px;align-items:start}
.contact-form--detailed .contact-phone{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.contact-form--detailed .contact-step>label,.contact-form--detailed .contact-phone>label{display:grid;grid-template-rows:28px 48px auto;align-content:start;gap:6px;font-size:11px;line-height:14px}
.contact-form--detailed .contact-step :is(input:not([type=checkbox]),select){height:48px;min-height:48px;margin:0;padding:10px 0;border-bottom:1px solid #777;box-sizing:border-box;font-size:16px;line-height:26px;width:100%;min-width:0}
.contact-form--detailed .contact-step>label:has(textarea){grid-template-rows:28px 120px auto}
.contact-form--detailed .contact-step textarea{height:120px;min-height:120px;margin:0;padding:10px 0;font-size:16px;line-height:24px}
.contact-form--detailed .contact-step small{line-height:18px;font-size:12px;margin:0}
.contact-form--detailed .contact-step>label:has(input[type=file]){grid-template-rows:28px auto auto auto}
.contact-form--detailed .contact-step input[type=file]{height:auto;min-height:48px;font-size:12px}
.contact-form--detailed .contact-step-actions{min-height:48px}
.contact-form--detailed [hidden]{display:none!important}
@media(max-width:600px){.contact-form--detailed .contact-phone{grid-template-columns:minmax(0,1fr)}}
/* Contact audit: readable labels, compact mobile flow and unobstructed consent. */
.contact-form--detailed .contact-step>label,.contact-form--detailed .contact-phone>label{font-size:13px;line-height:16px;grid-template-rows:32px 48px auto}
.contact-form--detailed .contact-step>label:has(textarea){grid-template-rows:32px 120px auto}
.contact-form--detailed .contact-step>label:has(input[type=file]){grid-template-rows:32px auto auto auto}
.contact-availability summary{min-height:48px;padding:12px 0;cursor:pointer;font-size:14px;border-bottom:1px solid var(--contact-line)}
.contact-availability summary span{color:var(--contact-muted)}
.contact-availability[open]>.contact-step{padding-top:20px}
.contact-progress{scroll-margin-top:110px}
.contact-story-nav{left:-10px;top:18%;gap:0}
.contact-story-nav button,.contact-story-nav button[aria-pressed=true]{width:44px;height:44px;justify-content:center}
.contact-story-nav button:before{height:16px}
.contact-story-nav button[aria-pressed=true]:before{height:30px}
.contact-experience .contact-consent{position:static!important;inset:auto!important;transform:none!important;width:min(88%,900px)!important;max-width:none!important;margin:48px auto 0!important;padding:20px!important;box-sizing:border-box;box-shadow:none!important;z-index:auto!important}
.contact-consent .codebro-analytics-consent__top{display:none}
.contact-experience .contact-consent h2{font-size:18px!important;line-height:1.3!important;margin:0 0 8px!important}
.contact-experience .contact-consent p{margin:0 0 12px!important}
.contact-consent .codebro-analytics-consent__actions{padding-top:12px!important}
.contact-consent button{min-height:44px}
@media(max-width:900px){
 .contact-experience{padding-top:48px}
 .contact-opening{gap:28px}
 .contact-opening h1{font-size:clamp(54px,9vw,72px);padding-bottom:20px}
 .contact-story-shell{padding-left:36px;min-height:176px;display:flex;align-items:center}
 .contact-story-nav{left:-8px;top:0}
 .contact-story-stage{width:100%}
 .contact-story blockquote{margin-bottom:16px}
 .contact-form__fields{row-gap:20px}
 .contact-form--detailed .contact-step,.contact-form--detailed .contact-phone{row-gap:16px}
 .contact-form--detailed .contact-step>label,.contact-form--detailed .contact-phone>label{grid-template-rows:auto 48px auto;gap:4px}
 .contact-form--detailed .contact-step>label:has(textarea){grid-template-rows:auto 120px auto}
 .contact-form--detailed .contact-step>label:has(input[type=file]){grid-template-rows:auto auto auto auto}
}
@media(hover:none),(pointer:coarse){html.contact-page .cb-cursor,html.contact-page .mf-cursor{display:none!important}}
.contact-founder{padding-left:0!important;min-height:0!important}
.contact-founder .contact-story{animation:none;width:100%}
.contact-founder img{aspect-ratio:4/5;object-fit:contain;background:transparent}
.contact-founder .contact-story__copy strong{font-size:18px;margin-bottom:6px}
.contact-founder .contact-story__copy p{font-size:14px;line-height:1.6}
.contact-opening h1{font-family:inherit;font-weight:500;font-size:clamp(44px,4.8vw,88px);line-height:1.06;letter-spacing:-.055em}
/* Explicitly collapse the grid inside closed details: otherwise its height remains reserved. */
.contact-availability:not([open])>.contact-step{display:none!important}
.contact-form--detailed .contact-form__fields{align-content:start;row-gap:20px}
.contact-form--detailed .contact-step-actions{margin:0;padding:0;min-height:44px;align-self:start}
.contact-footer.cb-footer{--footer-muted:#606060;--footer-line:#ccc;padding:64px max(6%,calc((100% - 1280px)/2)) 20px!important;background:#f1f1f1;color:#151515;font-family:inherit}
.contact-footer__intro{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:40px;padding-bottom:36px;border-bottom:1px solid var(--footer-line)}
.contact-footer h2{font:500 clamp(30px,3.5vw,52px)/1.08 inherit;font-family:inherit;font-size:clamp(30px,3.5vw,52px);font-weight:500;line-height:1.08;letter-spacing:-.045em;margin:0}
.contact-footer a{color:inherit;text-decoration:none;border:0;border-radius:0;display:block;font-size:16px;line-height:1.5;padding:7px 0;min-height:44px;overflow-wrap:anywhere}
.contact-footer a:hover{text-decoration:underline;text-underline-offset:5px}
.contact-footer .contact-footer__email{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:clamp(18px,2.2vw,30px);letter-spacing:-.035em;border-bottom:1px solid currentColor;padding:12px 0}
.contact-footer__email>span:last-child{transition:transform .2s ease}
.contact-footer__email:hover>span:last-child{transform:translate(3px,-3px)}
.contact-footer__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:32px 0}
.contact-footer h3{font-size:11px;line-height:1.5;letter-spacing:.06em;text-transform:uppercase;font-weight:500;color:var(--footer-muted);margin:0 0 14px}
.contact-footer a:focus-visible{outline:2px solid currentColor;outline-offset:4px}
.contact-footer address{font-size:14px;line-height:1.65;font-style:normal;margin:0 0 8px;color:var(--footer-muted)}
.contact-footer nav>div{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}
.contact-footer .contact-footer__brand{display:flex;justify-content:space-between;align-items:center;font-size:clamp(72px,14vw,190px);font-weight:500;letter-spacing:-.075em;line-height:.95;padding:20px 0 28px;text-decoration:none;white-space:nowrap}
.contact-footer__brand>span{font-size:.5em;font-weight:400;letter-spacing:0;transition:transform .2s ease}
.contact-footer__brand:hover>span{transform:translate(4px,-4px)}
.contact-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--footer-line);padding-top:10px;font-size:12px;color:var(--footer-muted)}
.contact-footer__bottom a{font-size:12px}
html[data-theme=dark] .contact-footer.cb-footer{--footer-muted:#aaa;--footer-line:#393937;background:#0b0b0b;color:#f5f5f3}
@media(max-width:600px){.contact-footer.cb-footer{padding:32px 6% 12px!important}.contact-footer__intro{grid-template-columns:1fr;gap:16px;padding-bottom:24px}.contact-footer .contact-footer__email{font-size:22px}.contact-footer__grid{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:22px;padding:24px 0 16px}.contact-footer h3{font-size:10px;margin-bottom:10px}.contact-footer address{font-size:12px}.contact-footer__location>a{font-size:13px}.contact-footer nav>div{grid-template-columns:1fr;gap:0}.contact-footer nav a{font-size:14px;padding:4px 0;min-height:36px}.contact-footer .contact-footer__brand{font-size:clamp(64px,17vw,100px);padding:10px 0 24px}.contact-footer__bottom{font-size:11px}.contact-footer__bottom a{font-size:11px}.contact-opening h1{font-size:clamp(42px,10.5vw,60px)}}
@media(prefers-reduced-motion:reduce){.contact-footer a>span{transition:none!important;transform:none!important}}
/* Compact editorial footer: contact first, location and navigation secondary. */
.contact-form__fields[hidden],.contact-success[hidden]{display:none!important}
.contact-success{border-top:1px solid currentColor;padding:28px 0;outline-offset:8px}
.contact-success h2{font-family:inherit;font-size:clamp(30px,3vw,48px);font-weight:500;line-height:1.12;letter-spacing:-.035em;margin:16px 0 24px}
.contact-success p{font-size:15px;line-height:1.65;margin:0 0 20px}
.contact-success .contact-success__eyebrow{font-size:11px;letter-spacing:.12em}
.contact-success__reference{border-top:1px solid currentColor;border-bottom:1px solid currentColor;padding:20px 0;margin:24px 0;display:grid;gap:8px}
.contact-success__reference span{font-size:12px}.contact-success__reference strong{font-size:19px;overflow-wrap:anywhere}
.contact-success button{font:inherit;color:inherit;background:transparent;border:0;border-bottom:1px solid currentColor;border-radius:0;min-height:44px;padding:10px 0;cursor:pointer}
.contact-footer.cb-footer{padding-top:44px!important}
.contact-footer__intro{align-items:start;padding-bottom:30px}
.contact-footer h2{font-family:inherit;font-size:28px;line-height:1.2;font-weight:500;letter-spacing:-.035em}
.contact-footer__intro p{font-size:14px;line-height:1.5;color:var(--footer-muted);margin:10px 0 0}
.contact-footer .contact-footer__email{display:block;border:0;font-size:24px;letter-spacing:-.03em;padding:0 0 5px;min-height:0}
.contact-footer__direct>a:last-child{font-size:15px;color:var(--footer-muted)}
.contact-footer__location>strong{display:block;font-size:16px;font-weight:500;margin-bottom:10px}
.contact-footer__location>p{font-size:12px;color:var(--footer-muted);margin:14px 0 0}
.contact-footer__grid{padding:28px 0}
.contact-footer nav a{min-height:44px}
@media(max-width:600px){.contact-footer.cb-footer{padding-top:30px!important}.contact-footer h2{font-size:25px}.contact-footer__intro{gap:22px;padding-bottom:20px}.contact-footer .contact-footer__email{font-size:21px}.contact-footer__grid{grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);gap:24px;padding:22px 0}.contact-footer h3{font-size:10px;letter-spacing:.1em;margin-bottom:14px}.contact-footer address{font-size:12px;line-height:1.7}.contact-footer nav a{font-size:14px;min-height:40px}.contact-footer__bottom{padding-top:6px}}
