/* Homepage campaign direction. Loaded only by the three homepages. */
.home-page { --radius-control:12px; --radius-field:14px; --radius-small:16px; --radius-card:20px; --radius-media:24px; --radius-section:28px; --home-ink:#102231; --home-space:clamp(64px,7vw,112px); --home-edge:clamp(20px,4vw,72px); background:#fff; }
.home-page .container { width:100%; max-width:none; padding-inline:var(--home-edge); }
.home-page .btn { min-height:48px; border-radius:var(--radius-control); padding:11px 24px; font-size:16px; line-height:1.45; font-weight:500; white-space:normal; transition:background-color .2s,color .2s,border-color .2s; }
.home-page .btn:hover { transform:none; }
.home-page .hero { height:100svh; min-height:720px; max-height:1200px; padding:0; display:block; background:#152735; }
.home-page .hero__bg { position:absolute; inset:0; }
.home-page .hero__bg-image { width:100%; height:100%; object-fit:cover; object-position:center 58%; animation:none; }
.home-page .hero__overlay { inset:0; height:auto; background:linear-gradient(180deg,rgba(5,20,32,.67),rgba(5,20,32,.22) 34%,transparent 53%,rgba(5,20,32,.44)); }
.home-page .hero__content { position:relative; z-index:2; width:100%; max-width:none; height:100%; padding:clamp(114px,14svh,164px) var(--home-edge) 44px; display:flex; align-items:center; flex-direction:column; text-align:center; }
.home-page .hero__content > * { max-width:none; }
.home-page .hero__badge { font-size:14px; font-weight:400; text-transform:none; letter-spacing:.01em; color:#fff; margin:0 0 18px; }
.home-page .hero__title { font-size:clamp(56px,4.6vw,72px); font-weight:500; line-height:1.04; letter-spacing:-.045em; margin:0; }
.home-page .hero__subtitle { font-size:18px; color:#fff; line-height:1.5; margin:18px 0 0; }
.home-page .hero__actions { margin-top:auto; gap:12px; max-width:none; flex-wrap:wrap; justify-content:center; }
.home-page .hero__actions .btn { padding:13px 28px; min-width:220px; font-size:16px; }
.home-page .hero__actions .btn--primary { background:white; color:#102231; }
.home-page .hero__actions .btn--primary:hover { background:#e5edf2; }
.home-page .hero__actions .btn--outline { border-color:#fff; background:#10223130; }
.home-hero-model { position:absolute; right:var(--home-edge); bottom:56px; z-index:3; color:white; font-size:15px; display:flex; gap:24px; align-items:center; }
.home-page h2 { font-size:clamp(40px,3.5vw,56px); line-height:1.1; letter-spacing:-.04em; font-weight:500; }
.home-page .section-title { font-size:clamp(40px,3.5vw,56px); }
.home-link { display:inline-flex; align-items:center; gap:24px; min-height:44px; font-size:16px; font-weight:500; }
.home-link span { font-size:24px; font-weight:400; }
.home-link:hover { text-decoration:underline; text-underline-offset:6px; }
.home-section-heading, .home-stock__heading { display:flex; align-items:end; justify-content:space-between; gap:32px; margin-bottom:36px; }
.home-section-heading > p { color:#596771; font-size:18px; }
.home-page .home-stock { padding:64px var(--home-edge) 0; background:white; }
.home-stock__heading h2 { font-size:32px; }
.home-stock__stage { position:relative; min-height:580px; display:grid; grid-template-columns:minmax(0,1fr) 320px; background:#edf1f3; overflow:hidden; }
.home-page .home-stock__media { width:100%; height:100%; aspect-ratio:auto; min-width:0; }
.home-page .home-stock__media img { width:100%; height:100%; object-fit:cover; object-position:38% center; }
.home-page .home-stock__offer { display:flex; flex-direction:column; align-items:start; justify-content:center; gap:0; padding:40px 32px; margin:0; background:#edf1f3; }
.home-status { color:#176440; font-size:15px; display:flex; align-items:center; gap:8px; }
.home-status::before { content:''; width:6px; height:6px; border-radius:50%; background:currentColor; flex-shrink:0; }
.home-status--transit { color:#805414; }
.home-page .home-stock__offer h3 { font-size:48px; font-weight:500; letter-spacing:-.04em; line-height:1.1; margin:18px 0 12px; }
.home-page .home-stock__configuration { font-size:16px; line-height:1.5; color:#52616c; margin:0; }
.home-price { font-size:52px; line-height:1; letter-spacing:-.05em; margin:48px 0 12px; }
.home-stock__terms { font-size:16px; color:#52616c; }
.home-stock__offer .btn { margin-top:28px; }
.home-models { padding:var(--home-space) var(--home-edge); }
.home-models__gallery { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.home-model { background:#f2f4f5; min-width:0; padding:36px 32px 28px; }
.home-model__top { display:flex; justify-content:space-between; align-items:center; gap:16px; }
.home-model h3 { font-size:clamp(36px,3.4vw,54px); line-height:1.1; letter-spacing:-.035em; font-weight:500; }
.home-model__image { display:block; margin:20px -16px; overflow:hidden; }
.home-model__image img { width:100%; aspect-ratio:1056/599; object-fit:contain; transition:transform .35s ease; }
@media (hover:hover) { .home-model__image:hover img, .home-mega__model:hover img { transform:scale(1.035); } }
.home-model__bottom { display:flex; justify-content:space-between; align-items:end; gap:24px; }
.home-model__bottom p { font-size:18px; margin-bottom:8px; }
.home-model__bottom strong { display:block; font-size:16px; font-weight:400; color:#5a6771; }
.home-model__bottom .home-link { flex-shrink:0; }
.home-story { position:relative; min-height:700px; height:90svh; max-height:1000px; overflow:hidden; color:white; background:#102231; }
.home-story__image { position:absolute; width:100%; height:100%; object-fit:cover; object-position:center 60%; }
.home-story::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,#071b30b3,transparent 52%,#071b301a); }
.home-story__content { position:relative; z-index:1; padding:56px var(--home-edge); max-width:780px; }
.home-story__content > p:first-child { font-size:22px; margin-bottom:16px; }
.home-story__content h2 { font-size:clamp(36px,3.2vw,50px); max-width:650px; }
.home-story__description { font-size:18px; margin:20px 0 24px; max-width:460px; line-height:1.45; }
.home-story .btn { border-color:#fff; min-width:150px; }
.home-story--cool-liner .home-story__image { object-position:center 63%; }
.home-story--profi-liner { margin:24px var(--home-edge) 0; height:78svh; min-height:620px; }
.home-story--profi-liner .home-story__content { padding:44px; }
.home-page .why { padding:64px 0; }
.home-page .why .section-header { display:none; }
.home-page .home-promises { grid-template-columns:repeat(4,minmax(0,1fr)); gap:32px; }
.home-page .home-promises span { display:none; }
.home-page .home-promises h3 { font-size:21px; font-weight:500; margin:0 0 10px; }
.home-page .home-promises p { font-size:16px; line-height:1.4; max-width:240px; }
.home-page .partnership { padding:88px 0; background:#f2f4f5; }
.home-page .partnership__inner { grid-template-columns:1.2fr 1fr; align-items:center; gap:12vw; }
.home-eyebrow { font-size:13px; letter-spacing:.08em; margin:0 0 22px; }
.home-page .partnership__subtitle { font-size:18px; max-width:510px; margin:24px 0; }
.home-page .home-partner-year { font-size:clamp(120px,15vw,230px); color:#00427b; line-height:.9; letter-spacing:-.065em; font-weight:400; margin:0 0 24px; }
.home-page .home-partner-proof > p:last-child { font-size:18px; }
.home-page #rental.home-rental { padding:0; position:relative; min-height:530px; display:grid; grid-template-columns:1fr 1fr; background:#112b40; color:white; }
.home-rental > img { width:100%; height:100%; object-fit:cover; }
.home-rental__content { padding:64px 5vw; align-self:center; }
.home-rental__content h2 { max-width:560px; font-size:clamp(36px,3vw,48px); }
.home-rental__content > p:not(.home-eyebrow) { font-size:18px; line-height:1.5; margin:22px 0 28px; max-width:450px; color:#e2e9ee; }
.home-rental__content .btn { background:white; color:#102231; }
.home-page #service.home-services { padding:var(--home-space) var(--home-edge); }
.home-services__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:48px; margin-top:64px; }
.home-service { text-align:left; color:#102231; display:flex; flex-direction:column; align-items:start; position:relative; padding:0 40px 0 0; }
.home-service > svg { width:40px; height:40px; color:#00427b; margin-bottom:28px; }
.home-service__title { font-size:28px; line-height:1.15; letter-spacing:-.025em; margin-bottom:16px; }
.home-service__copy { font-size:18px; color:#596771; line-height:1.5; max-width:340px; }
.home-service__arrow { position:absolute; right:0; top:64px; font-size:30px; }
.home-service:hover .home-service__title { text-decoration:underline; text-underline-offset:6px; }
.home-page .certificates { padding:72px 0; background:#f2f4f5; }
.home-page .certificates .container { position:relative; }
.home-page .certificates .section-header { padding-right:130px; margin-bottom:36px; }
.home-page .certificates .section-desc { font-size:18px; max-width:650px; }
.home-gallery-controls { position:absolute; top:0; right:var(--home-edge); display:flex; gap:12px; }
.home-gallery-controls[hidden] { display:none; }
.home-gallery-controls button { width:48px; height:48px; border:1px solid #a4afb7; color:#102231; font-size:22px; }
.home-gallery-controls button:disabled { opacity:.3; cursor:default; }
.home-page .certificates__grid { gap:32px; padding:4px 4px 24px; scroll-behavior:smooth; }
.home-page .certificates__item { flex:0 0 calc((100% - 128px)/5); min-width:220px; }
.home-page .certificates__item img { height:300px; background:#fff; object-fit:contain; }
.home-page .certificates__label { color:#5a6771; font-size:13px; }
.home-page .certificates__caption { font-size:16px; }
.home-page .contacts { padding:88px 0; }
.home-page .contacts__inner { max-width:100%; display:grid; grid-template-columns:1.2fr 1fr; column-gap:10vw; }
.home-page .contacts .section-title { font-size:clamp(40px,4vw,60px); grid-column:1; max-width:680px; margin-bottom:0; }
.home-page .home-contact-actions { grid-column:1; margin:32px 0 16px; }
.home-page .contacts__buttons { grid-column:1; margin:0; gap:24px; }
.home-page .contacts__buttons .btn { font-size:16px; }
.home-page .home-contact-form { grid-column:2; grid-row:1/5; margin:0; align-self:start; }
.home-page .home-contact-form summary { min-height:56px; font-size:20px; border-bottom:1px solid #a9b3bb; padding:14px 0; }
.home-page .contacts__form { padding:24px 0 0; }
.home-page .contacts__form-title { display:none; }
.home-page .contacts__form-label { text-transform:none; font-size:15px; }
.home-page .contacts__form-grid { gap:16px; }
.home-page .contacts__form-input { border-radius:var(--radius-control); }
.home-page .contacts__info-row { grid-column:1; margin:32px 0 0; padding:0; justify-content:start; border:0; gap:32px; }
.home-page .contacts__info-label { font-size:12px; }
.home-page .contacts__info-item { font-size:16px; }
.home-page .contacts :focus-visible { outline-color:#00427b; }
.home-page .footer { padding:48px 0 28px; }
/* The existing dialog manager owns focus, Escape and background isolation. */
.home-page .home-mega .lineup__panel { top:0; bottom:auto; max-height:95svh; overflow-y:auto; width:100%; max-width:none; border-radius:0 0 var(--radius-section) var(--radius-section); padding:24px var(--home-edge) 32px; background:white; color:#102231; }
.home-page .home-mega .lineup__bar { padding:0 0 20px; border:0; }
.home-page .home-mega .lineup__heading { font-size:28px; letter-spacing:-.03em; }
.home-page .home-mega .lineup__close { font-size:32px; font-weight:300; border-radius:var(--radius-control); background:transparent; }
.home-mega__models { display:grid; grid-template-columns:1fr 1fr; gap:48px; max-width:1280px; margin:0 auto; }
.home-mega__model { padding:8px 24px 24px; background:#f2f4f5; }
.home-mega__model img { width:100%; max-height:300px; object-fit:contain; transition:transform .3s; }
.home-mega__model > span { display:flex; justify-content:space-between; font-size:32px; letter-spacing:-.025em; }
.home-mega__model i { font-style:normal; }
.home-mega__model small { font-size:16px; color:#52616c; }
.home-mega__utilities { display:flex; justify-content:center; gap:64px; padding-top:28px; }
.home-page .home-mega__utilities a { display:flex; align-items:center; justify-content:space-between; gap:32px; padding:8px 0; background:none; border:0; border-radius:var(--radius-control); min-height:44px; font-size:18px; transform:none; }
.home-page .home-mega__utilities a:hover { text-decoration:underline; }
@media(min-width:1101px) { }
@media(max-width:1100px) {
 .home-page .hero__title { font-size:56px; }
 .home-stock__stage { min-height:440px; grid-template-columns:minmax(0,1fr) 285px; }
 .home-page .home-stock__offer { padding:28px; }
 .home-page .home-stock__offer h3 { font-size:40px; }
 .home-price { font-size:44px; margin-top:28px; }
 .home-model { padding:28px 24px; }
 .home-model__top, .home-model__bottom { align-items:start; flex-direction:column; gap:12px; }
 .home-model__image { margin:16px -12px; }
 .home-model h3 { font-size:40px; }
 .home-story { height:75svh; min-height:640px; }
 .home-page .home-promises { grid-template-columns:repeat(2,minmax(0,1fr)); gap:32px; }
 .home-page .partnership__inner { gap:48px; }
 .home-page .home-partner-year { font-size:130px; }
 .home-rental__content { padding:40px 32px; }
 .home-services__grid { gap:24px; }
 .home-service__title { font-size:24px; }
 .home-service__copy { font-size:17px; }
 .home-page .contacts__inner { column-gap:48px; }
 .home-page .contacts__form-grid { grid-template-columns:1fr; }
 .home-page .contacts__form-field--wide { grid-column:auto; }
}
@media(max-width:699px) {
 .home-page .hero { height:100svh; min-height:740px; max-height:none; padding:0; }
 .home-page .hero__bg { background:#152735; }
 .home-page .hero__bg-image { height:68%; width:100%; object-fit:cover; object-position:51% center; }
 .home-page .hero__overlay { inset:0; height:auto; background:linear-gradient(180deg,#10223166,transparent 22%,transparent 39%,#152735 67%); }
 .home-page .hero__content { padding:0 20px 28px; justify-content:end; align-items:start; text-align:left; }
 .home-page .hero__badge { max-width:32ch; font-size:12px; line-height:1.5; margin-bottom:14px; }
 .home-page .hero__title { font-size:clamp(36px,9.7vw,52px); line-height:1.06; }
 .home-page .hero__title br { display:none; }
 .home-page .hero__subtitle { font-size:17px; margin-top:16px; max-width:32ch; }
 .home-page .hero__actions { margin-top:24px; width:100%; flex-direction:column; gap:10px; }
 .home-page .hero__actions .btn { width:100%; min-width:0; min-height:48px; padding:12px 16px; }
 .home-hero-model { display:none; }
 .home-page h2, .home-page .section-title { font-size:36px; }
 .home-section-heading, .home-stock__heading { align-items:start; flex-direction:column; gap:12px; margin-bottom:24px; }
 .home-page .home-stock { padding:44px 0 0; }
 .home-stock__heading { padding-inline:20px; }
 .home-stock__heading h2 { font-size:30px; }
 .home-stock__stage { display:flex; flex-direction:column; min-height:0; }
 .home-page .home-stock__media { height:auto; aspect-ratio:4/3; }
 .home-page .home-stock__media img { object-position:center; }
 .home-page .home-stock__offer { width:100%; padding:28px 20px 36px; display:grid; grid-template-columns:1fr auto; gap:0 16px; }
 .home-stock__offer .home-status { grid-column:1; }
 .home-page .home-stock__offer h3 { font-size:36px; grid-column:1; margin:12px 0; }
 .home-page .home-stock__configuration { grid-column:1/-1; font-size:15px; }
 .home-price { grid-column:1/-1; font-size:44px; margin:24px 0 8px; }
 .home-stock__terms { grid-column:1/-1; }
 .home-stock__offer .btn { grid-column:1/-1; justify-self:start; }
 .home-models { padding:56px 0; }
 .home-models .home-section-heading { padding-inline:20px; flex-direction:row; align-items:center; }
 .home-models h2 { font-size:32px; }
 .home-models__gallery { display:flex; overflow-x:auto; scroll-snap-type:x mandatory; gap:12px; padding:0 20px 20px; }
 .home-model { flex:0 0 88%; padding:24px 20px; scroll-snap-align:center; }
 .home-model h3 { font-size:38px; }
 .home-model__top { gap:10px; }
 .home-model__bottom p { font-size:17px; }
 .home-model__bottom strong { font-size:15px; }
 .home-model__image { margin:16px -16px; }
 .home-story, .home-story--profi-liner { height:auto; min-height:0; margin:0; background:#102231; }
 .home-story__image { position:relative; width:100%; height:340px; object-fit:cover; object-position:center; }
 .home-story--cool-liner .home-story__image { object-position:center 70%; }
 .home-story--profi-liner .home-story__image { object-position:65% center; }
 .home-story::after { display:none; }
 .home-story__content, .home-story--profi-liner .home-story__content { padding:28px 20px 44px; }
 .home-story__content > p:first-child { font-size:18px; margin-bottom:12px; }
 .home-story__content h2 { font-size:34px; }
 .home-story__description { font-size:17px; }
 .home-story--profi-liner { background:#edf1f3; color:#102231; }
 .home-story--profi-liner .btn { color:#102231; border-color:#102231; }
 .home-page .why { padding:40px 0; }
 .home-page .home-promises { gap:28px 20px; }
 .home-page .home-promises > div { display:block; }
 .home-page .home-promises h3 { font-size:18px; }
 .home-page .home-promises p { font-size:15px; }
 .home-page .partnership { padding:56px 0; }
 .home-page .partnership__inner { display:flex; flex-direction:column; align-items:start; gap:40px; }
 .home-page .partnership__subtitle { font-size:17px; }
 .home-page .home-partner-proof { align-self:start; }
 .home-page .home-partner-year { font-size:124px; }
 .home-page #rental.home-rental { display:flex; flex-direction:column; min-height:0; }
 .home-rental > img { height:300px; object-fit:cover; }
 .home-rental__content { padding:32px 20px 44px; }
 .home-rental__content h2 { font-size:34px; }
 .home-page #service.home-services { padding:56px 20px; }
 .home-services__grid { grid-template-columns:1fr; gap:40px; margin-top:36px; }
 .home-service { display:grid; grid-template-columns:40px 1fr; gap:12px 20px; padding-right:24px; }
 .home-service > svg { grid-row:1/3; width:32px; height:32px; margin:0; }
 .home-service__title { font-size:25px; margin:0; }
 .home-service__copy { grid-column:2; }
 .home-service__arrow { top:0; font-size:26px; }
 .home-page .certificates { padding:56px 0; }
 .home-page .certificates .section-header { padding:0; }
 .home-page .certificates .section-title { font-size:34px; }
 .home-page .certificates .section-desc { font-size:17px; }
 .home-gallery-controls { position:static; justify-content:end; margin-bottom:20px; }
 .home-page .certificates__grid { gap:24px; }
 .home-page .certificates__item { flex:0 0 70%; min-width:0; }
 .home-page .certificates__item img { height:300px; }
 .home-page .contacts { padding:56px 0; }
 .home-page .contacts__inner { display:flex; flex-direction:column; }
 .home-page .contacts .section-title { font-size:38px; }
 .home-page .home-contact-actions { flex-direction:row; gap:12px; }
 .home-page .home-contact-actions .btn { padding:12px 16px; font-size:15px; }
 .home-page .home-contact-form { width:100%; margin-top:28px; }
 .home-page .contacts__info-row { gap:24px; flex-wrap:wrap; }
 .home-page .contacts__form-grid { grid-template-columns:1fr; }
 .home-page .home-mega .lineup__panel { padding:20px; max-height:100svh; }
 .home-mega__models { gap:12px; }
 .home-mega__model { padding:12px; }
 .home-mega__model > span { font-size:22px; gap:8px; }
 .home-mega__model small { font-size:14px; }
 .home-mega__utilities { flex-direction:column; gap:8px; padding-top:20px; }
}
@media(prefers-reduced-motion:reduce) { .home-page *, .home-page *::before, .home-page *::after { scroll-behavior:auto!important; transition:none!important; animation:none!important; } }
/* Final composition corrections from rendered review. */
.home-page .home-mega { padding:0; align-items:flex-start; }
.home-page .home-mega .lineup__panel { margin:0; box-shadow:none; }
.home-page .home-mega .lineup__backdrop { backdrop-filter:none; -webkit-backdrop-filter:none; background:#10223199; }
.home-page .home-mega__utilities a { flex-direction:row; }
@media(min-width:700px) { .home-story--profi-liner .home-story__image { transform:scale(1.2); transform-origin:70% 60%; } }
.home-page .hero__bg picture { display:block; height:100%; }
.home-page .hero__subtitle { max-width:650px; }
@media(max-width:699px) {
 .home-page .hero__bg-image { height:62%; object-position:50% 65%; }
 .home-page .hero__overlay { background:linear-gradient(180deg,#10223170,transparent 22%,transparent 38%,#152735 64%); }
 .home-page .hero__subtitle { max-width:32ch; }
}
.home-page .contacts__info-item a, .home-page .contacts__info-item span:not(.contacts__info-label) { color:#102231; }
.home-page .contacts__info-item a:hover { color:#00427b; }
.home-page .footer__text, .home-page .footer__contacts a, .home-page .footer__copy { color:#bdc6ce; }
.home-page .footer__logo-svg { color:#fff; }
@media(min-width:700px) and (max-width:1100px) {
 .home-page .hero { height:90svh; min-height:760px; max-height:1000px; }
 .home-page .hero__content { padding-top:116px; }
 .home-page .hero__bg-image { object-position:center 70%; }
 .home-hero-model { display:none; }
 .home-stock__stage { display:block; }
 .home-page .home-stock__media { aspect-ratio:16/9; height:auto; }
 .home-page .home-stock__offer { display:grid; grid-template-columns:1fr 1fr; gap:0 28px; padding:32px; }
 .home-stock__offer .home-status, .home-stock__offer h3, .home-stock__configuration { grid-column:1; }
 .home-stock__offer .home-price { grid-column:2; grid-row:1/3; margin:0; align-self:center; }
 .home-stock__offer .home-stock__terms { grid-column:2; grid-row:3; }
 .home-stock__offer .btn { grid-column:1/-1; justify-self:start; }
}
@media(max-width:1100px) {
 .home-page .hero__bg-image { object-position:44% 65%; }
}
@media(max-width:359px) {
 .home-page .hero__badge { max-width:29ch; }
 .home-page .home-models .home-section-heading { align-items:start; }
}
.home-page .hero__overlay { background:linear-gradient(180deg,rgba(5,20,32,.67),rgba(5,20,32,.48) 36%,transparent 54%,rgba(5,20,32,.44)); }
.home-page .why .section-header { display:block; position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; }
@media(max-width:699px) { .home-page .hero__overlay { background:linear-gradient(180deg,#10223170,transparent 22%,transparent 38%,#152735 64%); } }
.home-page .footer__copy { opacity:1; }

/* Final lead capture: open form, scoped rounded surfaces and clear next step. */
.home-page #contacts { padding:72px 0; background:#f3f5f7; }
.home-page #contacts .contacts__inner { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(0,1fr); gap:clamp(32px,5vw,80px); align-items:center; padding:clamp(32px,4vw,64px); border-radius:var(--radius-section); background:#102b42; color:#fff; }
.home-page #contacts .home-contact-copy { min-width:0; }
.home-page #contacts .section-label { display:block; margin:0 0 20px; font-size:13px; font-weight:500; letter-spacing:.09em; color:#b9d5e9; }
.home-page #contacts .section-title { margin:0; color:#fff; font-size:clamp(40px,3.7vw,56px); line-height:1.08; letter-spacing:-.04em; max-width:590px; }
.home-page #contacts .home-contact-pitch { margin:24px 0 0; max-width:490px; font-size:18px; line-height:1.55; color:#d8e3eb; }
.home-page #contacts .home-contact-actions { display:flex; flex-direction:row; flex-wrap:wrap; gap:12px; margin:32px 0 16px; }
.home-page #contacts .btn { border-radius:var(--radius-control); min-height:52px; padding:14px 22px; font-size:16px; font-weight:500; }
.home-page #contacts .home-contact-actions .btn--primary { color:#10334d; background:#fff; }
.home-page #contacts .home-contact-actions .btn--primary:hover { background:#e2eef6; }
.home-page #contacts .home-contact-actions .btn--outline { color:white; border-color:#8299ab; }
.home-page #contacts .home-contact-actions .btn--outline:hover { background:#ffffff12; border-color:#fff; }
.home-page #contacts .contacts__buttons { display:flex; gap:24px; flex-wrap:wrap; margin:0; }
.home-page #contacts .contacts__buttons .btn { min-height:44px; padding:6px 0; border:0; background:none; color:#d8e3eb; font-size:15px; }
.home-page #contacts .contacts__buttons .btn:hover { color:white; }
.home-page #contacts .contacts__info-row { display:flex; gap:28px; flex-wrap:wrap; margin:32px 0 0; padding:0; }
.home-page #contacts .contacts__info-label { color:#afc6d6; font-size:12px; }
.home-page #contacts .contacts__info-item a, .home-page #contacts .contacts__info-item span:not(.contacts__info-label) { color:#fff; font-size:15px; }
.home-page #contacts .home-contact-form { grid-column:auto; grid-row:auto; align-self:stretch; display:flex; flex-direction:column; justify-content:center; width:100%; min-width:0; margin:0; padding:32px; border-radius:var(--radius-media); background:#fff; color:#102231; }
.home-page #contacts .contacts__form { padding:0; margin:0; background:none; }
.home-page #contacts .contacts__form-grid { grid-template-columns:minmax(0,1fr); gap:20px; }
.home-page #contacts .contacts__form-field--wide { grid-column:auto; }
.home-page #contacts .contacts__form-label { display:block; color:#263e50; font-size:15px; line-height:1.4; margin-bottom:9px; font-weight:500; }
.home-page #contacts .contacts__form-input, .home-page #contacts select { width:100%; min-height:54px; padding:14px 16px; border:1px solid #ced7df; border-radius:var(--radius-field); background:#f5f7f9; color:#102231; font-size:16px; line-height:1.5; }
.home-page #contacts .contacts__form-input::placeholder { color:#687886; }
.home-page #contacts .contacts__form-input:focus-visible { background:#fff; border-color:#00549b; outline:3px solid #00549b35; outline-offset:2px; }
.home-page #contacts .contacts__form-input.is-invalid { border-color:#b32c2c; }
.home-page #contacts .contacts__form-actions { display:flex; flex-direction:column; align-items:stretch; gap:14px; margin-top:24px; }
.home-page #contacts .contacts__form-actions .btn { width:100%; background:#00549b; color:white; min-height:54px; }
.home-page #contacts .contacts__form-actions .btn:hover { background:#00427b; }
.home-page #contacts .contacts__form-note { max-width:none; font-size:12px; line-height:1.5; color:#637382; }
.home-page #contacts .home-contact-reassurance { font-size:14px; line-height:1.5; color:#40596b; margin-top:16px; }
.home-page #contacts .home-contact-copy :focus-visible { outline-color:#fff; }
.home-page #contacts .form-send-error { border-radius:var(--radius-small); }
@media(max-width:1000px) {
 .home-page #contacts .contacts__inner { grid-template-columns:minmax(0,1fr); gap:36px; padding:40px; }
 .home-page #contacts .home-contact-pitch { max-width:620px; }
 .home-page #contacts .section-title { max-width:650px; }
 .home-page #contacts .home-contact-form { max-width:none; }
}
@media(max-width:599px) {
 .home-page #contacts { padding:40px 0; }
 .home-page #contacts > .container { padding-inline:12px; }
 .home-page #contacts .contacts__inner { padding:28px 20px 20px; gap:28px; border-radius:var(--radius-section); }
 .home-page #contacts .section-label { margin-bottom:16px; font-size:12px; }
 .home-page #contacts .section-title { font-size:clamp(32px,8.8vw,42px); }
 .home-page #contacts .home-contact-pitch { font-size:17px; margin-top:20px; }
 .home-page #contacts .home-contact-actions { flex-direction:column; margin-top:24px; }
 .home-page #contacts .home-contact-actions .btn { width:100%; min-height:54px; }
 .home-page #contacts .contacts__info-row { flex-direction:column; gap:16px; margin-top:24px; }
 .home-page #contacts .home-contact-form { padding:24px 18px; border-radius:var(--radius-card); }
 .home-page #contacts .contacts__form-grid { gap:18px; }
 .home-page #contacts .contacts__form-label { font-size:14px; }
}
.home-page #contacts .contacts__form-note { flex:0 0 auto; }
.home-page #contacts .contacts__form .field-error, .home-page #contacts .form-send-error { color:#a32525; }
.home-page .home-link,
.home-page .home-service,
.home-page .footer a,
.home-page .home-gallery-controls button,
.home-page .cmodal__close,
.home-page .cmodal__way,
.home-page .modal__close,
.home-page .lightbox__close,
.home-page .lightbox__nav { border-radius:var(--radius-control); }
.home-page .cmodal__success,
.home-page .form-send-error { border-radius:var(--radius-small); }
.home-page .lead-form__input,
.home-page .lead-form__select,
.home-page .lead-form__textarea,
.home-page .contacts__form-input { border-radius:var(--radius-field); }
.home-page .home-stock__stage { border-radius:var(--radius-media); overflow:hidden; }
.home-page .home-model,
.home-page .home-model__image,
.home-page .home-mega__model { border-radius:var(--radius-card); overflow:hidden; }
.home-page .home-story--profi-liner { border-radius:var(--radius-media); }
/* Edge-to-edge scenes retain their background; the rental photo is its own surface. */
.home-page .home-rental > img { border-radius:var(--radius-media); overflow:hidden; }
.home-page .certificates__item,
.home-page .certificates__item img,
.home-page .lightbox__image { border-radius:var(--radius-small); }
.home-page .certificates__item img,
.home-page .lightbox__image { overflow:hidden; }
.home-page .cmodal__panel,
.home-page .modal__container { border-radius:var(--radius-card); }
/* Inset rings remain visible inside clipped media and horizontal galleries. */
.home-page .home-stock__media:focus-visible,
.home-page .home-model__image:focus-visible,
.home-page .home-mega__model:focus-visible,
.home-page .certificates__item:focus-visible { outline-offset:-3px; }
@media(max-width:699px) {
 .home-page { --radius-media:20px; --radius-section:24px; }
 .home-page .home-story--profi-liner { border-radius:0; }
 .home-page .home-story__image { border-radius:var(--radius-media); overflow:hidden; }
}

/* KRONE Used: a separate commercial direction after the new-model gallery. */
.home-used { display:grid; grid-template-columns:1.4fr 1fr; align-items:center; gap:clamp(32px,5vw,80px); padding:0 var(--home-edge) var(--home-space); }
.home-used__media { display:block; overflow:hidden; border-radius:var(--radius-media); }
.home-used__media img { width:100%; height:auto; aspect-ratio:4/3; object-fit:contain; }
.home-used__copy h2 { max-width:520px; }
.home-used__copy>p:not(.home-eyebrow) { font-size:18px; color:#596771; line-height:1.5; margin:24px 0 28px; max-width:420px; }
.home-used .btn { gap:24px; }
@media(max-width:699px) { .home-used { grid-template-columns:1fr; gap:28px; padding:0 20px 48px; } .home-used__copy h2 { font-size:36px; } }

.home-page .home-used { scroll-margin-top:76px; }
