:root {
    --stu-graphite: #242321;
    --stu-graphite-soft: #35322f;
    --stu-copper: #b7622b;
    --stu-copper-dark: #8c431d;
    --stu-sand: #ede6dc;
    --stu-paper: #f8f6f2;
    --stu-white: #ffffff;
    --stu-muted: #716c66;
    --stu-line: #d9d2c9;
    --stu-success: #256b4a;
    --stu-danger: #a2352b;
    --stu-container: min( calc( 100vw - 40px ), 1600px );
    --stu-radius: 4px;
    --stu-shadow: 0 24px 80px rgba( 28, 24, 20, .14 );
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var( --stu-graphite ); background: var( --stu-paper ); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.StuEstimateOpen { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect( 0, 0, 0, 0 ); white-space: nowrap; border: 0; }
.StuSkipLink { position: fixed; left: 16px; top: 16px; z-index: 1000; padding: 12px 16px; background: var( --stu-white ); transform: translateY( -200% ); }
.StuSkipLink:focus { transform: translateY( 0 ); }
.StuContainer { width: var( --stu-container ); margin: 0 auto; }

.StuHeader { position: sticky; top: 0; z-index: 100; background: rgba( 248, 246, 242, .94 ); border-bottom: 1px solid rgba( 36, 35, 33, .1 ); backdrop-filter: blur( 18px ); }
.StuHeader__Utility { color: var( --stu-white ); background: var( --stu-graphite ); font-size: 12px; letter-spacing: .04em; }
.StuHeader__UtilityInner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.StuHeader__Contacts { display: flex; gap: 24px; }
.StuHeader__Contacts a { text-decoration: none; }
.StuHeader__Main { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.StuBrand { display: inline-flex; align-items: center; gap: 14px; color: var( --stu-graphite ); text-decoration: none; }
.StuBrand img { width: 230px; height: 58px; object-fit: contain; object-position: left center; }
.StuBrand span { display: grid; text-transform: uppercase; line-height: 1; }
.StuBrand strong { font-size: 19px; letter-spacing: .02em; }
.StuBrand small { margin-top: 5px; color: var( --stu-muted ); font-size: 10px; letter-spacing: .16em; }
.StuNavigation { display: flex; align-items: center; gap: clamp( 18px, 2vw, 38px ); }
.StuNavigation__List { display: flex; align-items: center; gap: clamp( 16px, 1.8vw, 32px ); margin: 0; padding: 0; list-style: none; }
.StuNavigation__List a { position: relative; font-size: 14px; font-weight: 650; text-decoration: none; }
.StuNavigation__List a::after { content: ''; position: absolute; left: 0; bottom: -7px; width: 100%; height: 2px; background: var( --stu-copper ); transform: scaleX( 0 ); transform-origin: right; transition: transform .25s ease; }
.StuNavigation__List a:hover::after, .StuNavigation__List .current-menu-item a::after { transform: scaleX( 1 ); transform-origin: left; }
.StuMenuButton { display: none; width: 48px; height: 48px; padding: 12px; border: 0; background: transparent; }
.StuMenuButton > span:not( .screen-reader-text ) { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; transition: .2s ease; }

.StuButton { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; color: var( --stu-white ); background: var( --stu-copper ); border: 1px solid var( --stu-copper ); border-radius: var( --stu-radius ); font-weight: 750; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.StuButton:hover { background: var( --stu-copper-dark ); border-color: var( --stu-copper-dark ); transform: translateY( -2px ); }
.StuButton:focus-visible, .StuTextLink:focus-visible, .StuNavigation a:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba( 183, 98, 43, .38 ); outline-offset: 3px; }
.StuButton--compact { min-height: 44px; padding: 10px 18px; font-size: 14px; }
.StuButton--light { color: var( --stu-graphite ); background: var( --stu-white ); border-color: var( --stu-white ); }
.StuButton--ghost { color: var( --stu-graphite ); background: transparent; border-color: var( --stu-line ); }
.StuTextLink { display: inline-flex; align-items: center; gap: 12px; padding: 0; color: inherit; background: none; border: 0; font-weight: 750; text-decoration: none; cursor: pointer; }
.StuTextLink span { transition: transform .2s ease; }
.StuTextLink:hover span { transform: translateX( 5px ); }
.StuEyebrow { margin: 0 0 18px; color: var( --stu-copper ); font-size: 12px; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }

.StuHero { position: relative; overflow: hidden; min-height: min( 820px, calc( 100vh - 122px ) ); display: grid; align-items: stretch; color: var( --stu-white ); background: var( --stu-graphite ); }
.StuHero::before { content: ''; position: absolute; inset: 0; background: radial-gradient( circle at 82% 32%, rgba( 183, 98, 43, .2 ), transparent 27% ), linear-gradient( 110deg, transparent 0 62%, rgba( 255, 255, 255, .025 ) 62% 63%, transparent 63% ); }
.StuHero__Grid { position: relative; display: grid; grid-template-columns: minmax( 0, 1.08fr ) minmax( 380px, .92fr ); gap: clamp( 50px, 7vw, 130px ); align-items: center; padding: clamp( 72px, 8vw, 130px ) 0; }
.StuHero__Content { max-width: 860px; }
.StuHero h1 { margin: 0; padding-top: .06em; font-size: clamp( 62px, 7.2vw, 136px ); font-weight: 850; letter-spacing: -.065em; line-height: .96; }
.StuHero h1 span { color: var( --stu-copper ); }
.StuHero__Lead { max-width: 760px; margin: 34px 0 0; color: rgba( 255, 255, 255, .72 ); font-size: clamp( 18px, 1.35vw, 24px ); line-height: 1.55; }
.StuHero__Actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.StuHero__Facts { display: grid; grid-template-columns: repeat( 3, 1fr ); gap: 0; margin: 58px 0 0; padding: 0; border-top: 1px solid rgba( 255, 255, 255, .14 ); list-style: none; }
.StuHero__Facts li { display: grid; gap: 10px; padding: 22px 24px 0 0; color: rgba( 255, 255, 255, .65 ); font-size: 13px; line-height: 1.4; }
.StuHero__Facts strong { color: var( --stu-copper ); font-size: 11px; letter-spacing: .12em; }
.StuHero__Visual { position: relative; min-height: 530px; }
.StuHero__Plate { position: absolute; right: 4%; top: 3%; width: min( 330px, 78% ); aspect-ratio: 1; display: grid; place-content: center; padding: 30px; background: var( --stu-copper ); box-shadow: var( --stu-shadow ); transform: rotate( 3deg ); text-align: center; }
.StuHero__Plate::after { content: ''; position: absolute; inset: 18px; border: 1px solid rgba( 255, 255, 255, .28 ); }
.StuHero__Plate span { font-size: 13px; letter-spacing: .18em; text-transform: uppercase; }
.StuHero__Plate strong { display: block; margin-top: 10px; font-size: clamp( 48px, 4vw, 72px ); line-height: .9; }
.StuHero__Mass { position: absolute; left: 3%; bottom: 12%; width: 154px; height: 154px; display: grid; place-content: center; background: #3a3733; border: 1px solid rgba( 255, 255, 255, .14 ); font-size: 38px; font-weight: 800; transform: rotate( -4deg ); }
.StuHero__Mass span { margin-left: 3px; color: var( --stu-copper ); font-size: 14px; }
.StuHero__Mass--middle { left: 34%; bottom: 3%; width: 188px; height: 188px; background: #302e2b; transform: rotate( 5deg ); }
.StuHero__Mass--large { left: 12%; bottom: 42%; width: 205px; height: 205px; background: var( --stu-sand ); color: var( --stu-graphite ); transform: rotate( -2deg ); }
.StuHero__Line { position: absolute; right: 4%; bottom: 5%; width: 56%; height: 1px; background: rgba( 255, 255, 255, .25 ); transform: rotate( -28deg ); transform-origin: right; }

.StuSection { padding: clamp( 86px, 8vw, 150px ) 0; }
.StuSection--paper { background: var( --stu-white ); }
.StuSection--graphite { color: var( --stu-white ); background: var( --stu-graphite ); }
.StuSection--estimate { padding-top: 0; }
.StuSection__Heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.StuSection__Heading h2, .StuProcess h2, .StuEstimateBanner h2 { max-width: 900px; margin: 0; font-size: clamp( 42px, 4vw, 76px ); letter-spacing: -.05em; line-height: 1; }
.StuSection__Heading > p { max-width: 560px; margin: 0; color: var( --stu-muted ); font-size: 18px; }
.StuSection__Footer { margin-top: 34px; text-align: right; }

.StuCards { display: grid; grid-template-columns: repeat( 4, minmax( 0, 1fr ) ); border-top: 1px solid var( --stu-line ); border-left: 1px solid var( --stu-line ); }
.StuCard { min-width: 0; border-right: 1px solid var( --stu-line ); border-bottom: 1px solid var( --stu-line ); }
.StuCard__Link { min-height: 310px; display: grid; grid-template-rows: auto 1fr auto; padding: 28px; text-decoration: none; transition: background .25s ease, color .25s ease; }
.StuCard__Link:hover { color: var( --stu-white ); background: var( --stu-copper ); }
.StuCard__Index { color: var( --stu-copper ); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.StuCard__Link:hover .StuCard__Index { color: rgba( 255, 255, 255, .7 ); }
.StuCard h3 { margin: 44px 0 14px; font-size: clamp( 21px, 1.55vw, 29px ); letter-spacing: -.03em; line-height: 1.12; }
.StuCard p { margin: 0; color: var( --stu-muted ); font-size: 14px; }
.StuCard__Link:hover p { color: rgba( 255, 255, 255, .75 ); }
.StuCard__Arrow { justify-self: end; margin-top: 26px; font-size: 24px; }

.StuProcess { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp( 70px, 10vw, 180px ); }
.StuProcess__Intro { position: sticky; top: 160px; align-self: start; }
.StuProcess__Intro > p:not( .StuEyebrow ) { max-width: 560px; color: rgba( 255, 255, 255, .62 ); font-size: 18px; }
.StuProcess__Intro .StuButton { margin-top: 26px; }
.StuProcess__Steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba( 255, 255, 255, .15 ); }
.StuProcess__Steps li { display: grid; grid-template-columns: 90px 1fr; gap: 30px; padding: 40px 0; border-bottom: 1px solid rgba( 255, 255, 255, .15 ); }
.StuProcess__Steps > li > span { color: var( --stu-copper ); font-size: 13px; font-weight: 800; letter-spacing: .13em; }
.StuProcess__Steps h3 { margin: 0 0 10px; font-size: 28px; }
.StuProcess__Steps p { max-width: 650px; margin: 0; color: rgba( 255, 255, 255, .6 ); }

.StuIndustryGrid { display: grid; grid-template-columns: repeat( 12, 1fr ); gap: 16px; }
.StuIndustryCard { position: relative; min-height: 300px; grid-column: span 4; display: flex; flex-direction: column; padding: 30px; color: var( --stu-white ); background: var( --stu-graphite ); text-decoration: none; overflow: hidden; transition: transform .22s ease; }
.StuIndustryCard:nth-child( 1 ), .StuIndustryCard:nth-child( 2 ) { grid-column: span 6; min-height: 360px; }
.StuIndustryCard::after { content: ''; position: absolute; right: -70px; bottom: -90px; width: 220px; height: 220px; border: 1px solid rgba( 183, 98, 43, .6 ); transform: rotate( 45deg ); transition: transform .3s ease; }
.StuIndustryCard:hover { transform: translateY( -4px ); }
.StuIndustryCard:hover::after { transform: rotate( 35deg ) scale( 1.1 ); }
.StuIndustryCard > span { color: var( --stu-copper ); font-size: 12px; font-weight: 800; }
.StuIndustryCard h3 { max-width: 520px; margin: auto 0 16px; font-size: clamp( 28px, 3vw, 52px ); letter-spacing: -.04em; line-height: 1; }
.StuIndustryCard p { max-width: 500px; margin: 0; color: rgba( 255, 255, 255, .64 ); }
.StuIndustryCard b { position: absolute; right: 28px; top: 25px; font-size: 25px; }
.StuEstimateBanner { display: grid; grid-template-columns: 1.2fr .65fr auto; gap: clamp( 40px, 6vw, 100px ); align-items: center; padding: clamp( 48px, 5vw, 86px ); color: var( --stu-white ); background: var( --stu-copper ); }
.StuEstimateBanner .StuEyebrow { color: rgba( 255, 255, 255, .72 ); }
.StuEstimateBanner h2 { font-size: clamp( 38px, 4vw, 68px ); }
.StuEstimateBanner > p { color: rgba( 255, 255, 255, .75 ); }
.StuEstimateBanner .StuButton { color: var( --stu-graphite ); background: var( --stu-white ); border-color: var( --stu-white ); }

.StuPageHero { padding: clamp( 70px, 8vw, 140px ) 0 clamp( 65px, 7vw, 110px ); color: var( --stu-white ); background: var( --stu-graphite ); }
.StuPageHero--commercial { background: linear-gradient( 115deg, var( --stu-graphite ) 0 68%, #302d29 68% ); }
.StuPageHero h1 { max-width: 1200px; margin: 0; font-size: clamp( 50px, 6vw, 110px ); letter-spacing: -.06em; line-height: .96; }
.StuPageHero > .StuContainer > p:not( .StuEyebrow ) { max-width: 880px; margin: 28px 0 0; color: rgba( 255, 255, 255, .7 ); font-size: clamp( 18px, 1.5vw, 24px ); }
.StuBreadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-bottom: 48px; color: rgba( 255, 255, 255, .55 ); font-size: 12px; }
.StuBreadcrumbs a { text-decoration: none; }
.StuBreadcrumbs a:hover { color: var( --stu-white ); }

.StuContentLayout { display: grid; grid-template-columns: 260px minmax( 0, 900px ); gap: clamp( 60px, 8vw, 150px ); justify-content: center; padding: clamp( 70px, 8vw, 130px ) 0; }
.StuContentSidebar { position: sticky; top: 150px; align-self: start; display: grid; gap: 8px; padding: 24px 0; border-top: 2px solid var( --stu-graphite ); border-bottom: 1px solid var( --stu-line ); }
.StuContentSidebar > span { margin-bottom: 12px; color: var( --stu-muted ); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.StuContentSidebar a { padding: 7px 0; color: var( --stu-muted ); font-size: 14px; text-decoration: none; }
.StuContentSidebar a:hover { color: var( --stu-copper ); }
.StuContentSidebar button { min-height: 48px; margin-top: 18px; color: var( --stu-white ); background: var( --stu-graphite ); border: 0; cursor: pointer; }
.StuArticle > section { scroll-margin-top: 150px; }
.StuAnswer { padding: 32px; background: var( --stu-sand ); border-left: 4px solid var( --stu-copper ); }
.StuAnswer > p:last-child { margin: 0; font-size: clamp( 20px, 2vw, 28px ); font-weight: 650; line-height: 1.45; }
.StuProse { font-size: 18px; }
.StuProse h2 { margin: 2.2em 0 .7em; font-size: clamp( 32px, 3vw, 50px ); letter-spacing: -.04em; line-height: 1.1; }
.StuProse h3 { margin: 1.8em 0 .6em; font-size: 25px; }
.StuProse p, .StuProse li { color: #514d48; }
.StuProse a { color: var( --stu-copper-dark ); }
.StuPageContent { max-width: 900px; padding: 80px 0 120px; }
.StuFeatureList { display: grid; grid-template-columns: 1fr 1fr; margin-top: 60px; border-top: 1px solid var( --stu-line ); border-left: 1px solid var( --stu-line ); }
.StuFeatureList > div { min-height: 210px; padding: 28px; border-right: 1px solid var( --stu-line ); border-bottom: 1px solid var( --stu-line ); }
.StuFeatureList h2 { margin: 0 0 15px; font-size: 24px; }
.StuFeatureList p { margin: 0; color: var( --stu-muted ); }
.StuArticleSection { margin-top: 90px; }
.StuArticleSection > h2 { margin: 0 0 32px; font-size: clamp( 36px, 4vw, 58px ); letter-spacing: -.045em; line-height: 1.05; }
.StuArticleSteps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var( --stu-line ); }
.StuArticleSteps li { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var( --stu-line ); }
.StuArticleSteps > li > span { color: var( --stu-copper ); font-size: 12px; font-weight: 800; }
.StuArticleSteps h3 { margin: 0 0 8px; font-size: 23px; }
.StuArticleSteps p { margin: 0; color: var( --stu-muted ); }
.StuFaq { border-top: 1px solid var( --stu-line ); }
.StuFaq details { border-bottom: 1px solid var( --stu-line ); }
.StuFaq summary { position: relative; padding: 24px 50px 24px 0; font-size: 20px; font-weight: 700; cursor: pointer; list-style: none; }
.StuFaq summary::after { content: '+'; position: absolute; right: 8px; top: 20px; color: var( --stu-copper ); font-size: 28px; font-weight: 400; }
.StuFaq details[open] summary::after { content: '−'; }
.StuFaq details p { max-width: 760px; margin: 0; padding: 0 50px 26px 0; color: var( --stu-muted ); }
.StuArticleCta { margin-top: 100px; padding: clamp( 40px, 5vw, 70px ); color: var( --stu-white ); background: var( --stu-graphite ); }
.StuArticleCta h2 { margin: 0; font-size: clamp( 36px, 4vw, 58px ); letter-spacing: -.04em; line-height: 1.05; }
.StuArticleCta > p:not( .StuEyebrow ) { max-width: 630px; color: rgba( 255, 255, 255, .65 ); }
.StuEmpty { max-width: 740px; padding: 50px; background: var( --stu-sand ); }
.StuNotFound { min-height: 70vh; display: grid; place-items: center; padding: 100px 0; }
.StuNotFound h1 { max-width: 950px; margin: 0; font-size: clamp( 52px, 7vw, 110px ); letter-spacing: -.06em; line-height: .95; }
.StuNotFound p:not( .StuEyebrow ) { max-width: 700px; color: var( --stu-muted ); font-size: 20px; }

.StuEstimate { position: fixed; inset: 0; z-index: 1200; }
.StuEstimate__Backdrop { position: absolute; inset: 0; background: rgba( 18, 17, 16, .68 ); backdrop-filter: blur( 8px ); }
.StuEstimate__Panel { position: absolute; right: 0; top: 0; width: min( 720px, 100% ); height: 100%; overflow-x: hidden; overflow-y: auto; padding: clamp( 30px, 5vw, 68px ); background: var( --stu-paper ); box-shadow: -30px 0 90px rgba( 0, 0, 0, .22 ); animation: StuPanelIn .32s ease both; }
@keyframes StuPanelIn { from { transform: translateX( 100% ); } to { transform: translateX( 0 ); } }
.StuEstimate__Close { position: absolute; right: 22px; top: 18px; width: 48px; height: 48px; padding: 0; background: transparent; border: 0; font-size: 36px; line-height: 1; cursor: pointer; }
.StuEstimate__Header h2 { margin: 0; font-size: clamp( 42px, 5vw, 66px ); letter-spacing: -.05em; line-height: 1; }
.StuEstimate__Progress { height: 3px; margin-top: 30px; overflow: hidden; background: var( --stu-line ); }
.StuEstimate__Progress span { display: block; width: 25%; height: 100%; background: var( --stu-copper ); transition: width .25s ease; }
.StuEstimate__Header small { display: block; margin-top: 10px; color: var( --stu-muted ); }
.StuEstimate__Form { margin-top: 42px; }
.StuEstimate__Step { display: grid; gap: 22px; }
.StuEstimate__StepHeading { display: grid; gap: 8px; }
.StuEstimate__StepHeading h3 { margin: 0; font-size: clamp( 25px, 3vw, 34px ); letter-spacing: -.035em; line-height: 1.08; }
.StuEstimate__StepHeading p { max-width: 580px; margin: 0; color: var( --stu-muted ); line-height: 1.55; }
.StuEstimate label { display: grid; gap: 9px; font-size: 14px; font-weight: 700; }
.StuEstimate input, .StuEstimate textarea { width: 100%; min-height: 54px; padding: 13px 15px; color: var( --stu-graphite ); background: var( --stu-white ); border: 1px solid var( --stu-line ); border-radius: 0; }
.StuEstimate textarea { resize: vertical; }
.StuEstimate input[type="file"] { padding: 18px; border: 1px dashed #aaa19a; }
.StuEstimate label small { color: var( --stu-muted ); font-weight: 400; }
.StuFormGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.StuCheckbox { grid-template-columns: 24px 1fr !important; align-items: start; gap: 12px !important; font-weight: 500 !important; }
.StuCheckbox input { width: 22px; min-height: 22px; margin: 2px 0 0; accent-color: var( --stu-copper ); }
.StuHoneypot { position: absolute !important; left: -9999px; }
.StuEstimate__Files { display: grid; gap: 6px; color: var( --stu-muted ); font-size: 13px; }
.StuEstimate__CargoList { display: grid; gap: 14px; }
.StuEstimate__Cargo { position: relative; display: grid; gap: 16px; min-width: 0; margin: 0; padding: 20px; border: 1px solid var( --stu-line ); background: rgba( 255, 255, 255, .42 ); }
.StuEstimate__Cargo legend { padding: 0 8px; color: var( --stu-copper ); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.StuEstimate__RemoveCargo { position: absolute; top: 8px; right: 10px; width: 44px; height: 44px; padding: 0; color: var( --stu-muted ); background: transparent; border: 0; font-size: 25px; cursor: pointer; }
.StuEstimate__AddCargo, .StuEstimate__Quick { min-height: 48px; width: fit-content; padding: 0; color: var( --stu-graphite ); background: transparent; border: 0; border-bottom: 1px solid currentColor; font-weight: 800; cursor: pointer; }
.StuEstimate__AddCargo span { display: inline-grid; width: 25px; height: 25px; margin-right: 8px; place-items: center; color: var( --stu-white ); background: var( --stu-copper ); }
.StuEstimate__Freeform { margin-top: 8px; padding-top: 22px; border-top: 1px solid var( --stu-line ); }
.StuEstimate__Quick { color: var( --stu-copper ); }
.StuEstimate__Actions .StuButton--text { color: var( --stu-muted ); background: transparent; border-color: transparent; }
.StuEstimate__Actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 34px; padding-top: 24px; border-top: 1px solid var( --stu-line ); }
.StuEstimate__Message { min-height: 24px; margin-top: 20px; color: var( --stu-danger ); }
.StuEstimate__Message.is-success { color: var( --stu-success ); }

.StuContactsPage { background: var( --stu-paper ); }
.StuContactsHero { padding: clamp( 135px, 13vw, 220px ) 0 clamp( 70px, 8vw, 130px ); color: var( --stu-white ); background: linear-gradient( 115deg, var( --stu-graphite ) 0 68%, #302d29 68% ); }
.StuContactsHero .StuBreadcrumbs { margin-bottom: clamp( 54px, 7vw, 100px ); color: rgba( 255, 255, 255, .56 ); }
.StuContactsHero__Grid { display: grid; grid-template-columns: 7fr 5fr; gap: clamp( 50px, 8vw, 130px ); align-items: end; }
.StuContactsHero h1 { max-width: 920px; margin: 20px 0 0; font-size: clamp( 64px, 8vw, 132px ); letter-spacing: -.065em; line-height: .88; }
.StuContactsHero__Intro { display: grid; gap: 30px; padding-bottom: 8px; }
.StuContactsHero__Intro > p { max-width: 610px; margin: 0; color: rgba( 255, 255, 255, .7 ); font-size: clamp( 18px, 1.35vw, 23px ); line-height: 1.55; }
.StuContactsHero__Actions { display: flex; flex-wrap: wrap; gap: 12px; }
.StuContactsHero__Actions .StuButton--ghost { color: var( --stu-white ); border-color: rgba( 255, 255, 255, .35 ); }
.StuContactsChannels, .StuContactsFormSection, .StuCompanyDetails, .StuContactFaq { padding: clamp( 72px, 8vw, 135px ) 0; }
.StuContactsHeading { display: grid; grid-template-columns: 8fr 4fr; gap: 40px; align-items: end; margin-bottom: 50px; }
.StuContactsHeading h2, .StuContactsFormSection h2, .StuContactFaq h2 { max-width: 980px; margin: 12px 0 0; font-size: clamp( 48px, 6vw, 92px ); letter-spacing: -.055em; line-height: .94; }
.StuContactsHeading > p { max-width: 480px; margin: 0; color: var( --stu-muted ); line-height: 1.6; }
.StuContactsChannels__Grid { display: grid; grid-template-columns: repeat( 3, minmax( 0, 1fr ) ); border-top: 1px solid var( --stu-line ); border-left: 1px solid var( --stu-line ); }
.StuContactsChannels__Grid > * { display: grid; min-width: 0; min-height: 330px; padding: clamp( 28px, 3vw, 46px ); color: var( --stu-graphite ); text-align: left; text-decoration: none; background: transparent; border: 0; border-right: 1px solid var( --stu-line ); border-bottom: 1px solid var( --stu-line ); cursor: pointer; }
.StuContactsChannels__Grid span { color: var( --stu-copper ); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.StuContactsChannels__Grid strong { align-self: end; overflow-wrap: anywhere; font-size: clamp( 27px, 2.4vw, 42px ); letter-spacing: -.045em; line-height: 1; }
.StuContactsChannels__Grid small { margin-top: 20px; color: var( --stu-muted ); font-size: 15px; line-height: 1.5; }
.StuContactsChannels__Grid b { align-self: end; margin-top: 30px; font-size: 13px; }
.StuContactsChannels__Grid > *:hover { color: var( --stu-white ); background: var( --stu-graphite ); }
.StuContactsChannels__Grid > *:hover small { color: rgba( 255, 255, 255, .65 ); }
.StuContactsFormSection { color: var( --stu-white ); background: var( --stu-graphite ); }
.StuContactsFormSection__Grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp( 50px, 7vw, 120px ); }
.StuContactsFormSection__Copy { display: grid; align-content: start; gap: 24px; }
.StuContactsFormSection__Copy > p:not(.StuEyebrow) { max-width: 600px; margin: 0; color: rgba( 255, 255, 255, .65 ); font-size: 18px; line-height: 1.6; }
.StuContactsFormSection__Copy ul { display: grid; gap: 0; margin: 15px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba( 255, 255, 255, .16 ); }
.StuContactsFormSection__Copy li { display: grid; gap: 8px; padding: 20px 0; border-bottom: 1px solid rgba( 255, 255, 255, .16 ); }
.StuContactsFormSection__Copy li span { color: rgba( 255, 255, 255, .58 ); line-height: 1.5; }
.StuContactForm { display: grid; gap: 20px; padding: clamp( 26px, 4vw, 55px ); color: var( --stu-graphite ); background: var( --stu-paper ); }
.StuContactForm label { display: grid; gap: 9px; font-size: 13px; font-weight: 800; }
.StuContactForm input, .StuContactForm textarea, .StuContactForm select { width: 100%; min-height: 56px; padding: 14px 16px; color: var( --stu-graphite ); background-color: var( --stu-white ); border: 1px solid var( --stu-line ); border-radius: 0; }
.StuContactForm select { padding-right: 48px; appearance: none; background-image: linear-gradient( 45deg, transparent 50%, #171a1c 50% ), linear-gradient( 135deg, #171a1c 50%, transparent 50% ); background-position: calc( 100% - 21px ) 24px, calc( 100% - 15px ) 24px; background-size: 6px 6px; background-repeat: no-repeat; }
.StuContactRecipient { position: relative; display: block; }
.StuContactForm .StuContactRecipient__Native { position: absolute !important; width: 1px !important; min-height: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; border: 0 !important; clip: rect( 0 0 0 0 ); clip-path: inset( 50% ); overflow: hidden; white-space: nowrap; }
.StuContactRecipient__Trigger { min-height: 56px; padding: 0 18px; background: var( --stu-white ); border: 1px solid var( --stu-line ); }
.StuContactRecipient__Trigger:focus-visible { border-color: var( --stu-copper ); box-shadow: inset 0 0 0 1px var( --stu-copper ); outline: 0; }
.StuContactRecipient__Menu { right: 0; left: 0; }
.StuContactForm textarea { resize: vertical; }
.StuContactForm__Files input { padding: 18px; border-style: dashed; }
.StuContactForm__Files small { color: var( --stu-muted ); font-weight: 400; line-height: 1.5; }
.StuContactForm__FileList { display: grid; gap: 6px; color: var( --stu-muted ); font-size: 13px; }
.StuContactForm__Footer { display: flex; min-height: 56px; align-items: center; justify-content: space-between; gap: 24px; }
.StuContactForm__Message { flex: 1; color: var( --stu-danger ); line-height: 1.45; }
.StuContactForm__Message.is-success { color: var( --stu-success ); }
.StuCompanyDetails dl { display: grid; grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); margin: 0; border-top: 1px solid var( --stu-line ); border-left: 1px solid var( --stu-line ); }
.StuCompanyDetails dl div { display: grid; grid-template-columns: minmax( 150px, .42fr ) 1fr; gap: 24px; min-height: 115px; padding: 24px; border-right: 1px solid var( --stu-line ); border-bottom: 1px solid var( --stu-line ); }
.StuCompanyDetails dt { color: var( --stu-muted ); font-size: 12px; text-transform: uppercase; }
.StuCompanyDetails dd { margin: 0; font-weight: 750; line-height: 1.45; }
.StuContactFaq { background: #ebe7df; }
.StuContactFaq__Grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp( 50px, 7vw, 120px ); }
.StuContactFaq .StuFaq details { border-color: #cbc4ba; }

.StuFooter { padding: 80px 0 110px; color: rgba( 255, 255, 255, .66 ); background: #1d1c1a; }
.StuFooter__Grid { display: grid; grid-template-columns: 1.4fr .6fr .7fr; gap: 80px; }
.StuFooter h2 { margin: 0 0 20px; color: var( --stu-white ); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.StuFooter__Grid > div { display: grid; align-content: start; gap: 10px; }
.StuFooter__Grid p { max-width: 460px; }
.StuFooter__Grid a { text-decoration: none; }
.StuBrand--footer { color: var( --stu-white ); }
.StuFooter__Bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 65px; padding-top: 24px; border-top: 1px solid rgba( 255, 255, 255, .12 ); font-size: 12px; }
.StuMobileActions { display: none; }

@media ( max-width: 1180px ) {
    .StuNavigation__List { gap: 15px; }
    .StuNavigation__List a { font-size: 13px; }
    .StuNavigation .StuButton { display: none; }
    .StuHero__Grid { grid-template-columns: 1fr .7fr; }
    .StuCards { grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); }
    .StuEstimateBanner { grid-template-columns: 1fr auto; }
    .StuEstimateBanner > p { grid-column: 1 / -1; grid-row: 2; }
}

@media ( max-width: 900px ) {
    .StuContactsHero__Grid, .StuContactsHeading, .StuContactsFormSection__Grid, .StuContactFaq__Grid { grid-template-columns: 1fr; }
    .StuContactsChannels__Grid { grid-template-columns: 1fr; }
    .StuContactsChannels__Grid > * { min-height: 260px; }
    .StuCompanyDetails dl { grid-template-columns: 1fr; }
    :root { --stu-container: min( calc( 100vw - 32px ), 760px ); }
    .StuHeader__Utility { display: none; }
    .StuHeader__Main { min-height: 72px; }
    .StuMenuButton { display: block; z-index: 2; }
    .StuMenuButton[aria-expanded="true"] > span:nth-child( 1 ) { transform: translateY( 7px ) rotate( 45deg ); }
    .StuMenuButton[aria-expanded="true"] > span:nth-child( 2 ) { opacity: 0; }
    .StuMenuButton[aria-expanded="true"] > span:nth-child( 3 ) { transform: translateY( -7px ) rotate( -45deg ); }
    .StuNavigation { position: fixed; inset: 72px 0 auto; display: none; max-height: calc( 100vh - 72px ); overflow-y: auto; padding: 24px 16px 38px; background: var( --stu-paper ); border-top: 1px solid var( --stu-line ); }
    .StuNavigation.is-open { display: block; }
    .StuNavigation__List { align-items: stretch; flex-direction: column; gap: 0; }
    .StuNavigation__List a { min-height: 54px; display: flex; align-items: center; padding: 0 10px; border-bottom: 1px solid var( --stu-line ); font-size: 18px; }
    .StuHero { min-height: auto; }
    .StuHero__Grid { grid-template-columns: 1fr; padding: 72px 0 80px; }
    .StuHero__Visual { min-height: 420px; }
    .StuHero__Plate { width: 270px; }
    .StuHero__Mass { left: 0; }
    .StuHero__Mass--middle { left: 35%; }
    .StuHero__Mass--large { left: 11%; }
    .StuSection__Heading { grid-template-columns: 1fr; gap: 24px; }
    .StuProcess { grid-template-columns: 1fr; }
    .StuProcess__Intro { position: static; }
    .StuIndustryCard, .StuIndustryCard:nth-child( 1 ), .StuIndustryCard:nth-child( 2 ) { grid-column: span 6; min-height: 300px; }
    .StuEstimateBanner { grid-template-columns: 1fr; }
    .StuEstimateBanner > p { grid-column: auto; grid-row: auto; }
    .StuEstimateBanner .StuButton { justify-self: start; }
    .StuContentLayout { grid-template-columns: 1fr; }
    .StuContentSidebar { display: none; }
    .StuFooter__Grid { grid-template-columns: 1fr 1fr; }
    .StuFooter__Grid > div:first-child { grid-column: 1 / -1; }
}

@media ( max-width: 620px ) {
    .StuContactsHero { padding-top: 105px; background: linear-gradient( 115deg, var( --stu-graphite ) 0 68%, #302d29 68% ); }
    .StuContactsHero h1 { font-size: clamp( 54px, 18vw, 74px ); }
    .StuContactsHero__Actions { display: grid; grid-template-columns: 1fr; }
    .StuContactsHero__Actions .StuButton { width: 100%; }
    .StuContactsHeading h2, .StuContactsFormSection h2, .StuContactFaq h2 { font-size: 48px; }
    .StuContactForm { margin-inline: -10px; padding: 26px 18px; }
    .StuContactForm__Footer { align-items: stretch; flex-direction: column; }
    .StuContactForm__Footer .StuButton { width: 100%; }
    .StuCompanyDetails dl div { grid-template-columns: 1fr; gap: 8px; }
    :root { --stu-container: calc( 100vw - 28px ); }
    body { padding-bottom: calc( 66px + env( safe-area-inset-bottom ) ); }
    .StuHeader .StuBrand img { width: 92px; height: 48px; }
    .StuBrand strong { font-size: 16px; }
    .StuHero h1 { font-size: clamp( 55px, 18vw, 82px ); }
    .StuHero__Lead { margin-top: 26px; font-size: 17px; }
    .StuHero__Actions { align-items: stretch; flex-direction: column; gap: 18px; }
    .StuHero__Actions .StuButton { width: 100%; }
    .StuHero__Facts { grid-template-columns: 1fr; margin-top: 38px; }
    .StuHero__Facts li { grid-template-columns: 42px 1fr; padding-top: 15px; }
    .StuHero__Visual { min-height: 340px; }
    .StuHero__Plate { right: 0; width: 230px; }
    .StuHero__Mass { width: 115px; height: 115px; font-size: 30px; }
    .StuHero__Mass--middle { left: 34%; width: 135px; height: 135px; }
    .StuHero__Mass--large { left: 2%; bottom: 44%; width: 145px; height: 145px; }
    .StuSection { padding: 76px 0; }
    .StuSection__Heading h2, .StuProcess h2, .StuEstimateBanner h2 { font-size: 42px; }
    .StuCards { grid-template-columns: 1fr; }
    .StuCard__Link { min-height: 245px; padding: 24px; }
    .StuIndustryGrid { grid-template-columns: 1fr; }
    .StuIndustryCard, .StuIndustryCard:nth-child( 1 ), .StuIndustryCard:nth-child( 2 ) { grid-column: auto; min-height: 280px; }
    .StuProcess__Steps li { grid-template-columns: 46px 1fr; gap: 12px; }
    .StuEstimateBanner { padding: 34px 26px; }
    .StuPageHero { padding: 56px 0 64px; }
    .StuPageHero h1 { font-size: 49px; }
    .StuBreadcrumbs { margin-bottom: 34px; }
    .StuFeatureList { grid-template-columns: 1fr; }
    .StuArticleSteps li { grid-template-columns: 46px 1fr; }
    .StuFormGrid { grid-template-columns: 1fr; }
    .StuEstimate__Panel { padding: 58px 20px 30px; }
    .StuEstimate__Header h2 { font-size: 43px; }
    .StuEstimate__Cargo { padding: 18px 14px; }
    .StuEstimate__Actions { position: sticky; bottom: -30px; margin-inline: -20px; padding: 16px 20px calc( 16px + env( safe-area-inset-bottom ) ); background: var( --stu-paper ); }
    .StuEstimate__Actions { display: grid; grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); }
    .StuEstimate__Actions .StuButton { width: 100%; padding-inline: 8px; }
    .StuEstimate__Actions .StuButton--text { grid-column: 1 / -1; grid-row: 1; min-height: 44px; }
    .StuFooter { padding: 64px 0; }
    .StuFooter__Grid { grid-template-columns: 1fr; gap: 44px; }
    .StuFooter__Grid > div:first-child { grid-column: auto; }
    .StuFooter__Bottom { align-items: flex-start; flex-direction: column; }
    body { padding-bottom: calc( 66px + env( safe-area-inset-bottom ) ); }
    .StuMobileActions { position: fixed; left: 0; right: 0; bottom: 0; z-index: 700; min-height: calc( 66px + env( safe-area-inset-bottom ) ); display: grid; grid-template-columns: 1fr 1fr; padding: 8px 10px calc( 8px + env( safe-area-inset-bottom ) ); background: rgba( 248, 246, 242, .97 ); border-top: 1px solid var( --stu-line ); backdrop-filter: blur( 18px ); }
    .StuMobileActions a, .StuMobileActions button { min-height: 48px; display: flex; align-items: center; justify-content: center; font-weight: 750; text-decoration: none; border: 0; }
    .StuMobileActions a { background: var( --stu-sand ); }
    .StuMobileActions button { color: var( --stu-white ); background: var( --stu-copper ); }
    .StuMobileActions button:only-child { grid-column: 1 / -1; }
}

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