/* Native control dimensions are retained; only the requested invalid state is added. */
.single-quote-page{position:relative;background:linear-gradient(90deg,#121212 50%,#fff 50%);color:var(--white);min-height:100svh;display:flex;flex-direction:column}
.single-quote-header{position:absolute;top:0;left:0;width:50%;display:grid;align-items:center;min-height:88px}
.single-quote-logo{display:block;width:112px;margin-left:clamp(32px,5vw,88px)}
.single-quote-logo svg{width:100%;height:auto}
.single-quote-close{position:fixed;top:11px;right:clamp(20px,4vw,48px);z-index:9}
.single-quote-main{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:100%;min-height:100svh;flex:1}
.single-quote-intro{display:flex;justify-content:center;align-items:center;min-width:0;padding:80px clamp(32px,5vw,88px)}
.single-quote-intro-content{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:540px;min-width:0;margin-inline:auto}
.single-quote-intro .svc-hero-rating{display:inline-flex;align-items:center;gap:12px;padding:9px 14px;margin-bottom:24px;font-size:13px;line-height:1.5;white-space:nowrap}
.single-quote-intro .svc-hero-rating-stars{color:#fbbc04;font-size:18px;letter-spacing:2px;line-height:1}
.single-quote-intro .svc-hero-rating strong{font-weight:600}
.single-quote-intro .svc-hero-rating-separator{padding-inline:8px;opacity:.65}
.single-quote-intro h1{font-size:clamp(46px,4.5vw,68px);line-height:1.08;letter-spacing:-.065em;word-spacing:.025em;max-width:590px}
.single-quote-intro h1 span{color:var(--muted-light);white-space:nowrap}
.single-quote-description{margin-top:26px;font-size:16px;line-height:1.8;color:var(--muted-light);max-width:460px}
.single-quote-person{display:flex;align-items:center;gap:14px;margin-top:32px}
.single-quote-person img{width:56px;height:56px;flex:0 0 56px;border-radius:50%;border:2px solid var(--white);object-fit:cover}
.single-quote-person p{font-size:14px;line-height:1.5}
.single-quote-person span{display:block;margin-top:4px;font-size:12px;line-height:1.7;color:var(--muted-light);white-space:nowrap}
.single-quote-trust{border-top:1px solid var(--line-light);padding-top:25px;margin-top:40px;width:100%}
.single-quote-trust p{font-size:12px;color:var(--muted-light)}
.single-quote-trust .client-strip{margin-top:22px;padding:0;width:100%;min-width:0}
.single-quote-trust .client-logo-window{overflow:hidden;width:100%;mask-image:linear-gradient(90deg,transparent,#000 16px,#000 calc(100% - 16px),transparent)}
.single-quote-trust .client-logo-track{display:flex;width:max-content;animation:single-quote-clients var(--client-loop-duration) linear infinite}
.single-quote-trust .client-logos{display:flex;align-items:center;gap:36px;padding-right:36px;flex-shrink:0}
.single-quote-trust .client-logos img{width:100px;height:36px;flex-shrink:0;object-fit:contain;filter:brightness(0) invert(1);opacity:.8}
.single-quote-trust .client-logos img[src$="logo-axa.webp"]{border-radius:var(--radius)}
.single-quote-trust:is(:hover,:focus-within) .client-logo-track{animation-play-state:paused}
@keyframes single-quote-clients{to{transform:translateX(-50%)}}
.single-quote-form-section{display:flex;align-items:center;min-width:0;padding:80px clamp(32px,5vw,88px)}
.single-quote-form{width:100%;max-width:540px;margin-inline:auto}
.single-quote-form fieldset{border:0;margin:0;padding:0;min-width:0}
.single-quote-form .flow-field,.single-quote-form .flow-row{min-width:0}
.single-quote-form .flow-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.single-quote-attachment{position:relative}
.single-quote-file-result{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--ink-70)}
.single-quote-file-result:has([role=status]:empty){display:none}
.single-quote-file-result [role=status]{overflow-wrap:anywhere;min-width:0}
.single-quote-submit{width:100%}
#quote-form [aria-invalid="true"]{border-color:#b42318;box-shadow:0 0 0 1px #b42318}
.single-quote-privacy{margin-top:15px;font-size:10px;line-height:1.8;color:var(--ink-55);text-align:center}
.single-quote-privacy a{text-decoration:underline;text-underline-offset:3px}
.single-quote-confirmation{width:100%;max-width:620px;margin-inline:auto;text-align:center}
.single-quote-form-section .single-quote-confirmation .flow-sub{white-space:normal}
.single-quote-preview-status{font-size:11px;line-height:1.7;color:var(--ink-55);margin-bottom:16px}
.single-quote-calendar{display:block;width:100%;height:620px;border:0;border-radius:10px;margin-bottom:24px}
.single-quote-budget-source{position:absolute;width:1px;height:1px;opacity:0;clip-path:inset(50%);pointer-events:none}
/* The native 240px cap clips the sixth row; retain native row spacing and padding. */
#quote-budget-options{max-height:min(320px,calc(100svh - 32px))}
.single-quote-page :is(a,button):focus-visible{outline:2px solid currentColor;outline-offset:5px}
.single-quote-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
/* Finite entry motion: no hidden base state, layout shifts or transformed close ancestor.
   Backwards-only fill releases stacking contexts once the dropdown becomes usable. */
@media(prefers-reduced-motion:no-preference){
  .single-quote-logo,.single-quote-close{animation:single-quote-fade-in 420ms ease-out backwards}
  .single-quote-intro-content > *{animation:single-quote-rise-in 720ms cubic-bezier(.22,1,.36,1) backwards}
  .single-quote-intro-content > :nth-child(2){animation-delay:45ms}
  .single-quote-intro-content > :nth-child(3){animation-delay:90ms}
  .single-quote-intro-content > :nth-child(4){animation-delay:135ms}
  .single-quote-intro-content > :nth-child(5){animation-delay:180ms}
  .single-quote-form .flow-fields > :is(.flow-row,.flow-field,.single-quote-submit),
  .single-quote-form > .single-quote-privacy{animation:single-quote-rise-in 600ms cubic-bezier(.22,1,.36,1) 80ms backwards}
  .single-quote-form .flow-fields > .flow-row:nth-of-type(2){animation-delay:115ms}
  .single-quote-form .flow-fields > .flow-project-form{animation-delay:150ms}
  .single-quote-form .flow-fields > .flow-field:has([data-quote-budget]){animation-delay:185ms}
  .single-quote-form .flow-fields > .single-quote-attachment{animation-delay:220ms}
  .single-quote-form .flow-fields > .single-quote-submit{animation-delay:255ms}
  .single-quote-form > .single-quote-privacy{animation-delay:290ms}
}
@keyframes single-quote-rise-in{from{opacity:0;transform:translate3d(0,18px,0)}to{opacity:1;transform:none}}
@keyframes single-quote-fade-in{from{opacity:0}to{opacity:1}}
@media(min-width:761px) and (max-height:800px){
  .single-quote-header{min-height:76px}
  .single-quote-intro,.single-quote-form-section{padding-block:64px}
  .single-quote-person{margin-top:26px}.single-quote-trust{margin-top:30px;padding-top:20px}
}
@media(max-width:1100px){.single-quote-intro h1{font-size:48px}.single-quote-desktop-break{display:none}}
@media(max-width:900px) and (min-width:761px){.single-quote-form .flow-row{grid-template-columns:minmax(0,1fr)}}
@media(max-width:760px){
  .single-quote-page{background:#121212}.single-quote-header{position:static;width:100%;min-height:80px}.single-quote-logo{width:92px;margin-left:24px}
  .single-quote-close{--ink-40:#b7bbb2;--ink:#fff}
  .single-quote-main{grid-template-columns:minmax(0,1fr);min-height:0}.single-quote-intro{padding:30px 24px 36px}.single-quote-form-section{padding:36px 24px}
  .single-quote-intro .svc-hero-rating{margin-bottom:18px}.single-quote-intro h1{font-size:46px;line-height:1.07}
  .single-quote-description{font-size:14px;margin-top:20px;max-width:450px}.single-quote-person{margin-top:24px}
  .single-quote-trust{margin-top:24px;padding-top:20px}.single-quote-person span{font-size:11px}
}
@media(max-width:560px){.single-quote-form .flow-row{grid-template-columns:minmax(0,1fr)}}
@media(max-width:440px){.single-quote-intro h1{font-size:42px}}
/* On narrow columns, give the single-line caption the full width below the portrait. */
@media(min-width:761px) and (max-width:900px),(max-width:380px){
  .single-quote-person{display:grid;grid-template-columns:56px minmax(0,1fr);gap:8px 14px;max-width:100%}
  .single-quote-person > div{display:contents}
  .single-quote-person p{grid-column:2;grid-row:1}
  .single-quote-person span{grid-column:1 / -1;margin-top:0}
}
@media(prefers-reduced-motion:reduce){
  .single-quote-trust .client-logo-track{animation:none}
  .single-quote-trust .client-logo-window{overflow-x:auto;mask-image:none}
  .single-quote-trust .client-logos[aria-hidden="true"]{display:none}
}
