:root{--colour-navy:#061b2e;--colour-navy-strong:#061b2e;--colour-blue:#3b82f6;--colour-blue-soft:#dbeafe;--colour-yellow:#ffd100;--colour-off-white:#f6f8fb;--colour-surface:#fff;--colour-card:#fff;--colour-ink:#071b2f;--colour-muted:#5b6b7c;--colour-line:#d9e2ec;--colour-success:#12b981;--colour-warning:#f59e0b;--colour-danger:#ef4444;--shadow-soft:0 18px 60px #061b2e1f;--radius-card:24px;--radius-button:16px;--page-width:1160px}.quote-review-page{background:linear-gradient(180deg, #ffd1002e, transparent 280px), var(--colour-off-white);min-height:100vh;padding:32px 0}.quote-review-shell{border:1px solid var(--colour-line);background:var(--colour-surface);border-radius:8px;width:min(100% - 28px,1060px);margin:0 auto;padding:22px;box-shadow:0 18px 48px #061b2e1a}.quote-review-shell--small{max-width:720px}.quote-review-page h1,.quote-review-page h2{color:var(--colour-navy)}.quote-review-page h1{max-width:720px;font-size:clamp(36px,6vw,58px)}.quote-review-page h2{font-size:22px}.quote-review-header,.quote-review-hero,.quote-review-grid,.quote-review-action-grid,.portal-photo-upload{gap:16px;display:grid}.quote-review-header{grid-template-columns:1fr auto;align-items:center;margin-bottom:22px}.quote-review-ref,.quote-review-eyebrow{color:var(--colour-muted);letter-spacing:.08em;text-transform:uppercase;font-size:13px;font-weight:800}.quote-review-hero{background:#071b2f;border:1px solid #12263a;border-radius:8px;grid-template-columns:minmax(0,1fr) 280px;align-items:stretch;padding:24px}.quote-review-hero h1,.quote-review-hero h2,.quote-review-hero p{color:#fff}.quote-review-hero p{max-width:650px}.quote-review-total{background:var(--colour-yellow);color:var(--colour-navy);border-radius:8px;align-content:center;gap:14px;padding:18px;display:grid}.quote-review-total span,.quote-review-total dt{text-transform:uppercase;font-size:13px;font-weight:800}.quote-review-total strong{font-size:38px;line-height:1}.quote-review-total dl,.quote-review-detail{gap:8px;display:grid}.quote-review-total dl{margin:0}.quote-review-total div,.quote-review-detail{grid-template-columns:1fr auto;align-items:center}.quote-review-total dd{margin:0;font-weight:900}.quote-review-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:16px}.quote-review-panel,.quote-review-actions,.quote-review-photos,.portal-photo-upload{border:1px solid var(--colour-line);background:#fff;border-radius:8px;padding:18px}.quote-review-panel h2,.quote-review-actions h2,.quote-review-photos h2,.portal-photo-upload h2{margin-bottom:12px}.quote-review-detail{border-bottom:1px solid #edf2f7;padding:10px 0}.quote-review-detail:last-child{border-bottom:0}.quote-review-detail span,.quote-review-muted,.quote-review-list span{color:var(--colour-muted)}.quote-review-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.quote-review-list li{border-bottom:1px solid #edf2f7;grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:10px 0;display:grid}.quote-review-list li:last-child{border-bottom:0}.quote-review-note{color:var(--colour-ink);background:#f8fafc;border-radius:8px;margin-top:12px;padding:12px;font-size:15px}.quote-review-photos,.quote-review-actions,.portal-photo-upload{margin-top:16px}.quote-review-photo-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.quote-review-photo-grid figure{margin:0}.quote-review-photo-grid img{aspect-ratio:4/3;object-fit:cover;border:1px solid var(--colour-line);border-radius:8px;width:100%}.quote-review-photo-grid figcaption{color:var(--colour-muted);margin-top:6px;font-size:13px}.quote-review-actions{gap:18px;display:grid}.quote-review-action-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.quote-review-form,.portal-photo-upload label{gap:8px;display:grid}.quote-review-form{border:1px solid var(--colour-line);background:#fbfdff;border-radius:8px;align-content:start;padding:14px}.quote-review-form label,.portal-photo-upload label{color:var(--colour-navy);font-size:13px;font-weight:800}.quote-review-form textarea,.portal-photo-upload input,.portal-photo-upload select{border:1px solid var(--colour-line);width:100%;min-height:44px;color:var(--colour-ink);font:inherit;border-radius:8px;padding:11px 12px}.quote-review-form textarea{resize:vertical}.quote-review-form button,.portal-secondary-button{background:var(--colour-navy);color:#fff;cursor:pointer;border:0;border-radius:8px;min-height:46px;font-weight:900}.quote-review-form--accept button{background:var(--colour-success)}.quote-review-form--decline button{background:var(--colour-danger)}.quote-review-result{color:#065f46;background:#ecfdf5;border-radius:8px;margin-bottom:16px;padding:14px 16px;font-weight:800}.portal-photo-upload{grid-template-columns:1.2fr .8fr 1fr 1.2fr auto;align-items:end}.portal-upload-status{grid-column:1/-1;font-size:14px;font-weight:800}.portal-upload-status--error{color:var(--colour-danger)}.portal-upload-status--done{color:#047857}.quote-approval-panel{gap:10px}.quote-approval-url{overflow-wrap:anywhere;border:1px solid var(--colour-line);color:var(--colour-ink);background:#f8fafc;border-radius:8px;padding:10px;font-size:13px;line-height:1.5}@media (max-width:820px){.quote-review-page{padding:18px 0}.quote-review-shell{width:min(100% - 18px,1060px);padding:14px}.quote-review-header,.quote-review-hero,.quote-review-grid,.quote-review-action-grid,.portal-photo-upload{grid-template-columns:1fr}.quote-review-hero{padding:18px}.quote-review-total strong{font-size:32px}.quote-review-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--colour-off-white);color:var(--colour-ink);letter-spacing:0;margin:0;font-family:Inter,Roboto,Arial,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%}h1,h2,h3,p{margin:0}h1{color:#fff;max-width:720px;font-size:64px;font-weight:800;line-height:1.02}h2{color:var(--colour-navy-strong);font-size:38px;font-weight:780;line-height:1.12}h3{color:var(--colour-navy-strong);font-size:19px;font-weight:760;line-height:1.25}h1,h2,h3{font-family:Manrope,Inter,Roboto,Arial,sans-serif}p{color:var(--colour-muted);font-size:17px;line-height:1.6}.page-shell{width:min(100% - 40px, var(--page-width));margin:0 auto}.site-header{z-index:20;border-bottom:3px solid var(--colour-yellow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffffa;position:sticky;top:0;box-shadow:0 10px 30px #061b2e14}.site-header__inner{width:min(100% - 32px, var(--page-width));grid-template-columns:auto 1fr auto;align-items:center;gap:24px;min-height:84px;margin:0 auto;display:grid}.site-header__nav{justify-content:center;gap:8px;display:flex}.site-header__nav a{min-height:40px;color:var(--colour-muted);border-radius:999px;align-items:center;padding:0 13px;font-size:15px;font-weight:700;display:inline-flex}.site-header__nav a:hover,.site-header__nav a:focus-visible{background:var(--colour-blue-soft);color:var(--colour-navy)}.site-header__actions{align-items:center;gap:10px;display:flex}.brand-logo{align-items:center;width:230px;min-height:44px;display:inline-flex}.brand-logo--wordmark{width:178px}.brand-logo--compact{width:160px}.brand-logo__image{width:100%;height:auto;display:block}.button-link{border-radius:var(--radius-button);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 18px;font-size:15px;font-weight:800;transition:transform .16s,border-color .16s,background-color .16s;display:inline-flex}.button-link:hover,.button-link:focus-visible{transform:translateY(-1px)}.button-link--primary{background:var(--colour-yellow);color:var(--colour-navy-strong);box-shadow:0 10px 28px #ffc43d47}.button-link--secondary{color:var(--colour-navy);border-color:var(--colour-line);background:#fff}.button-link--plain{color:var(--colour-blue);background:0 0}.button-link__icon{justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.hero{isolation:isolate;min-height:690px;position:relative;overflow:hidden}.hero__image{object-fit:cover;object-position:center right;z-index:-2}.hero__shade{z-index:-1;background:linear-gradient(90deg,#07162aeb 0%,#0a1c34cc 36%,#07162a1f 72%),linear-gradient(#07162a14,#07162a47);position:absolute;inset:0}.hero__content{align-items:center;min-height:690px;padding:64px 0 44px;display:flex}.hero__copy{max-width:720px}.eyebrow{color:var(--colour-blue);text-transform:uppercase;margin-bottom:12px;font-size:13px;font-weight:850;line-height:1.2}.eyebrow--light{color:var(--colour-yellow)}.hero__lead{color:#ffffffe6;max-width:650px;margin-top:22px;font-size:20px}.hero__actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.trust-chips{flex-wrap:wrap;gap:9px;margin-top:28px;display:flex}.trust-chips span{color:#fff;background:#ffffff21;border:1px solid #ffffff38;border-radius:999px;align-items:center;gap:7px;min-height:38px;padding:0 12px;font-size:14px;font-weight:720;display:inline-flex}.section-band{background:var(--colour-off-white);padding:82px 0}.section-band--surface{background:var(--colour-surface)}.section-band--ink{background:var(--colour-navy)}.section-band--ink h2,.section-band--ink h3{color:#fff}.section-band--ink p{color:#ffffffc7}.section-grid{grid-template-columns:.9fr 1fr;align-items:center;gap:36px;display:grid}.section-grid--intro{padding:0}.section-heading{max-width:720px;margin-bottom:34px}.section-heading p:not(.eyebrow){margin-top:14px}.service-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.service-card,.benefit-card,.price-card,.proof-card,.faq-item{border:1px solid var(--colour-line);border-radius:var(--radius-card);background:var(--colour-card);box-shadow:var(--shadow-soft)}.service-card{min-height:230px;padding:22px}.service-card__icon,.proof-card span{background:var(--colour-blue-soft);width:46px;height:46px;color:var(--colour-blue);border-radius:16px;justify-content:center;align-items:center;margin-bottom:18px;display:inline-flex}.service-card h3,.benefit-card h3,.proof-card h3,.faq-item h3{margin-bottom:9px}.service-card p,.benefit-card p,.proof-card p,.faq-item p{font-size:15.5px}.split-panel{grid-template-columns:.9fr 1.1fr;align-items:start;gap:52px;display:grid}.process-list{gap:16px;display:grid}.process-step{border-bottom:1px solid #ffffff2b;grid-template-columns:46px 1fr;gap:18px;padding-bottom:22px;display:grid}.process-step span{background:var(--colour-yellow);width:46px;height:46px;color:var(--colour-navy-strong);border-radius:16px;justify-content:center;align-items:center;font-size:18px;font-weight:850;display:inline-flex}.process-step:last-child{border-bottom:0;padding-bottom:0}.access-section,.pricing-section,.proof-section,.faq-section,.london-section{position:relative}.access-section{grid-template-columns:1fr 1fr;align-items:start;gap:38px;display:grid}.access-section__copy p:not(.eyebrow){margin-top:16px}.benefit-list{gap:14px;display:grid}.benefit-card{padding:24px}.benefit-card svg{color:var(--colour-success);margin-bottom:16px}.pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.price-card{min-height:150px;padding:22px}.price-card p{color:var(--colour-muted);margin-bottom:14px;font-size:15px;font-weight:750}.price-card strong{color:var(--colour-navy-strong);font-size:25px;line-height:1.15}.proof-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.proof-card{min-height:210px;padding:24px}.london-section{grid-template-columns:.85fr 1.15fr;align-items:center;gap:42px;display:grid}.area-list{flex-wrap:wrap;gap:10px;display:flex}.area-list span{border:1px solid var(--colour-line);min-height:42px;color:var(--colour-navy);background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:0 14px;font-size:15px;font-weight:780;display:inline-flex}.faq-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.faq-item{padding:24px}.contact-band{background:var(--colour-navy-strong);padding:64px 0}.contact-band__inner{justify-content:space-between;align-items:center;gap:24px;display:flex}.contact-band h2{color:#fff;max-width:760px}.site-footer{border-top:1px solid var(--colour-line);background:#fff}.site-footer__inner{width:min(100% - 40px, var(--page-width));justify-content:space-between;align-items:center;gap:32px;min-height:132px;margin:0 auto;padding:28px 0;display:flex}.site-footer__brand p{margin-top:10px;font-size:15px}.site-footer__links{flex-wrap:wrap;justify-content:flex-end;gap:16px;display:flex}.site-footer__links a{color:var(--colour-muted);font-size:14px;font-weight:760}.quote-page{background:linear-gradient(180deg, var(--colour-navy) 0, var(--colour-navy) 260px, transparent 260px), linear-gradient(90deg, #ffd10024, transparent 42%), var(--colour-off-white);min-height:calc(100vh - 74px);padding:46px 0 70px}.legal-page{background:var(--colour-off-white)}.legal-hero{background:linear-gradient(135deg, #ffd10029, transparent 52%), var(--colour-navy);padding:74px 0 54px}.legal-hero h1{color:#fff;margin-top:10px}.legal-hero p{color:#ffffffc7;max-width:760px;margin-top:16px}.legal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.legal-card{border:1px solid var(--colour-line);background:#fff;border-radius:8px;gap:12px;padding:22px;display:grid;box-shadow:0 10px 34px #061b2e12}.legal-card h2{font-size:22px}.legal-card p,.legal-list li{color:var(--colour-muted);font-size:15px;line-height:1.58}.legal-card a,.toggle-field a{color:var(--colour-blue);text-underline-offset:3px;font-weight:850;text-decoration:underline}.legal-list{gap:8px;margin:0;padding-left:20px;display:grid}.intake-shell{width:min(100% - 40px, var(--page-width));grid-template-columns:360px minmax(0,1fr);align-items:start;gap:20px;margin:0 auto;display:grid}.intake-sidebar,.intake-panel{border:1px solid var(--colour-line);box-shadow:var(--shadow-soft);border-radius:32px}.intake-sidebar{background:linear-gradient(145deg, #ffd10024, transparent 42%), var(--colour-navy);color:#fff;flex-direction:column;justify-content:space-between;gap:28px;min-height:640px;padding:28px;display:flex;position:sticky;top:100px}.intake-brand-card{background:#fff;border:1px solid #ffd10061;border-radius:8px;width:100%;margin-bottom:22px;overflow:hidden;box-shadow:0 16px 36px #00000038}.intake-brand-card img{width:100%;height:auto;display:block}.intake-sidebar h1{color:#fff;margin-bottom:16px;font-size:42px;line-height:1.05}.intake-sidebar p:not(.eyebrow){color:#ffffffc2}.intake-progress{background:#ffffff26;border-radius:999px;width:100%;height:10px;overflow:hidden}.intake-progress span{border-radius:inherit;background:var(--colour-yellow);height:100%;transition:width .18s;display:block}.intake-rules{gap:10px;display:grid}.intake-rules span{color:#ffffffe6;align-items:center;gap:8px;font-size:14px;font-weight:750;display:inline-flex}.intake-panel{background:#fff;min-height:660px;padding:30px}.intake-panel__top{justify-content:space-between;align-items:start;gap:18px;margin-bottom:26px;display:flex}.intake-panel__top h2{font-size:34px}.status-chip{min-height:38px;color:var(--colour-navy);white-space:nowrap;background:#ffd1002e;border-radius:999px;align-items:center;padding:0 14px;font-size:14px;font-weight:850;display:inline-flex}.intake-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.intake-tile,.choice-row,.choice-pill,.primary-button,.ghost-button,.photo-counter button{font:inherit}.intake-tile{border:1px solid var(--colour-line);min-height:158px;color:var(--colour-ink);text-align:left;cursor:pointer;background:#fff;border-radius:22px;justify-items:start;gap:9px;padding:20px;display:grid;box-shadow:0 8px 30px #061b2e0f}.intake-tile:hover,.intake-tile:focus-visible,.intake-tile--active{border-color:var(--colour-yellow);background:#fff9d8}.intake-tile span{background:var(--colour-blue-soft);width:42px;height:42px;color:var(--colour-blue);border-radius:14px;justify-content:center;align-items:center;display:inline-flex}.intake-tile strong{color:var(--colour-navy);font-size:17px}.intake-tile small{color:var(--colour-muted);font-size:14px;line-height:1.45}.field-group{gap:20px;display:grid}.detail-panel,.summary-section{border:1px solid var(--colour-line);background:var(--colour-off-white);border-radius:20px;gap:14px;padding:18px;display:grid}.detail-panel h3,.summary-section h3{font-size:18px}.optional-details-stack{gap:12px;display:grid}.optional-detail-panel{border:1px solid var(--colour-line);background:#fff;border-radius:18px;overflow:hidden}.optional-detail-panel[open]{background:#fffdf2}.optional-detail-panel summary{min-height:64px;color:var(--colour-navy);cursor:pointer;justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;list-style:none;display:flex}.optional-detail-panel summary::-webkit-details-marker{display:none}.optional-detail-panel summary:after{content:"+";background:var(--colour-yellow);width:32px;height:32px;color:var(--colour-navy);border-radius:50%;flex:0 0 32px;justify-content:center;align-items:center;font-size:20px;font-weight:900;display:inline-flex}.optional-detail-panel[open] summary:after{content:"-"}.optional-detail-panel summary span{gap:4px;min-width:0;display:grid}.optional-detail-panel summary strong{font-size:16px;line-height:1.2}.optional-detail-panel summary small{color:var(--colour-muted);font-size:13px;font-weight:650;line-height:1.45}.optional-detail-panel:not([open])>:not(summary){display:none}.optional-detail-panel[open]>:not(summary){padding:0 18px 18px}.helper-copy,.compliance-note{border:1px solid var(--colour-line);background:var(--colour-off-white);color:var(--colour-muted);border-radius:18px;padding:14px 16px;font-size:15px}.compliance-note{color:var(--colour-navy);background:#ffd1001f;border-color:#f59e0b59;font-weight:720}.field-grid,.photo-help-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.photo-guidance{border:1px solid var(--colour-line);background:var(--colour-off-white);border-radius:24px;grid-template-columns:48px 1fr;gap:16px;min-height:214px;padding:20px;display:grid}.photo-guidance__icon{background:var(--colour-yellow);width:48px;height:48px;color:var(--colour-navy);border-radius:16px;justify-content:center;align-items:center;display:inline-flex}.photo-guidance h3{color:var(--colour-navy);margin-bottom:8px;font-size:18px}.photo-guidance p{margin-bottom:12px;font-size:15px}.photo-guidance small{color:var(--colour-muted);font-size:13px;line-height:1.45}.photo-upload-panel{gap:12px;display:grid}.photo-upload-drop{min-height:214px;color:var(--colour-navy);text-align:center;cursor:pointer;background:#fff;border:1px dashed #061b2e42;border-radius:24px;align-content:center;justify-items:center;gap:10px;padding:20px;display:grid}.photo-upload-drop input{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.photo-upload-drop span{color:var(--colour-navy);align-items:center;gap:8px;font-size:17px;font-weight:850;display:inline-flex}.photo-upload-drop small,.photo-upload-row small{color:var(--colour-muted);font-size:13px;line-height:1.4}.photo-upload-list{gap:10px;display:grid}.photo-upload-row{border:1px solid var(--colour-line);background:var(--colour-off-white);border-radius:18px;grid-template-columns:minmax(0,1.2fr) 130px minmax(0,1fr) 42px;align-items:end;gap:10px;padding:12px;display:grid}.photo-upload-row>div{gap:4px;min-width:0;display:grid}.photo-upload-row strong{color:var(--colour-navy);text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.photo-upload-row label{gap:6px;display:grid}.photo-upload-row label span{color:var(--colour-navy);font-size:12px;font-weight:850}.photo-upload-row select,.photo-upload-row input{border:1px solid var(--colour-line);width:100%;min-height:38px;color:var(--colour-ink);font:inherit;background:#fff;border-radius:12px;padding:0 10px;font-size:13px}.photo-upload-row button{border:1px solid var(--colour-line);width:42px;height:38px;color:var(--colour-navy);cursor:pointer;background:#fff;border-radius:12px}.field{gap:8px;display:grid}.field span,.field-label{color:var(--colour-navy);font-size:14px;font-weight:820}.field input,.field select,.field textarea{border:1px solid var(--colour-line);width:100%;min-height:52px;color:var(--colour-ink);font:inherit;background:#fff;border-radius:16px;padding:0 14px;font-size:15px}.field textarea{resize:vertical;min-height:132px;padding:14px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--colour-blue);outline:3px solid #3b82f62e}.address-autocomplete{position:relative}.address-autocomplete__control{align-items:center;display:flex;position:relative}.address-autocomplete__control svg:first-child{color:var(--colour-blue);pointer-events:none;position:absolute;left:14px}.address-autocomplete__control input{padding-left:42px;padding-right:42px}.address-autocomplete__spinner{color:var(--colour-muted);animation:.9s linear infinite address-spin;position:absolute;right:14px}.address-autocomplete__menu{border:1px solid var(--colour-line);background:#fff;border-radius:12px;max-height:240px;margin-top:8px;position:static;overflow-y:auto;box-shadow:0 18px 42px #061b2e2e}.address-autocomplete__option{border:0;border-bottom:1px solid var(--colour-line);width:100%;min-height:64px;color:var(--colour-navy);font:inherit;text-align:left;cursor:pointer;background:#fff;justify-items:start;gap:4px;padding:12px 14px;display:grid}.address-autocomplete__option:hover,.address-autocomplete__option:focus-visible{background:var(--colour-blue-soft);outline:none}.address-autocomplete__option:last-child{border-bottom:0}.address-autocomplete__option strong{color:var(--colour-navy);font-size:15px;line-height:1.25}.address-autocomplete__option span,.address-autocomplete__message{color:var(--colour-muted);font-size:13px;line-height:1.35}.address-autocomplete__attribution{border-top:1px solid var(--colour-line);justify-content:flex-end;align-items:center;min-height:34px;padding:0 12px;display:flex}.address-autocomplete__attribution img{width:auto;height:14px}.address-autocomplete__message{display:block}@keyframes address-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.choice-grid{flex-wrap:wrap;gap:10px;display:flex}.choice-pill{border:1px solid var(--colour-line);min-height:46px;color:var(--colour-navy);cursor:pointer;background:#fff;border-radius:999px;padding:0 18px;font-weight:800}.choice-pill--active{border-color:var(--colour-yellow);background:var(--colour-yellow)}.access-stack{gap:18px;display:grid}.access-card{border:1px solid var(--colour-line);background:var(--colour-off-white);border-radius:24px;padding:20px}.access-card h3{margin-bottom:16px}.checklist{gap:12px;display:grid}.checklist__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.checklist__grid label,.toggle-field{border:1px solid var(--colour-line);min-height:48px;color:var(--colour-ink);background:#fff;border-radius:16px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;font-weight:700;display:flex}.checklist__grid input,.toggle-field input{width:18px;height:18px;accent-color:var(--colour-yellow)}.toggle-field--stacked{align-items:flex-start}.toggle-field--stacked span{line-height:1.45}.photo-counter{border:1px solid var(--colour-line);background:var(--colour-off-white);border-radius:24px;min-height:214px;padding:20px}.photo-counter div{align-items:center;gap:12px;display:flex}.photo-counter button{background:var(--colour-navy);color:#fff;cursor:pointer;border:0;border-radius:16px;width:48px;height:48px;font-size:24px;font-weight:850}.photo-counter strong{min-width:48px;color:var(--colour-navy);text-align:center;font-size:38px}.photo-counter small{color:var(--colour-muted);align-items:center;gap:8px;font-size:13px;line-height:1.45;display:inline-flex}.help-choice-list{gap:10px;display:grid}.choice-row{border:1px solid var(--colour-line);text-align:left;cursor:pointer;background:#fff;border-radius:18px;gap:4px;padding:15px;display:grid}.choice-row strong{color:var(--colour-navy)}.choice-row span{color:var(--colour-muted);font-size:14px;line-height:1.4}.choice-row--active{border-color:var(--colour-yellow);background:#fff9d8}.review-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.summary-section dl{gap:10px;margin:0;display:grid}.summary-section div{gap:3px;display:grid}.summary-section dt{color:var(--colour-muted);text-transform:uppercase;font-size:12px;font-weight:850}.summary-section dd{color:var(--colour-navy);overflow-wrap:anywhere;margin:0;font-size:14px;line-height:1.45}.validation-note{color:#775000;background:#ffd1001f;border:1px solid #f59e0b52;border-radius:16px;margin-top:20px;padding:12px 14px;font-size:14px;font-weight:780}.intake-actions{border-top:1px solid var(--colour-line);justify-content:space-between;gap:12px;margin-top:28px;padding-top:20px;display:flex}.primary-button,.ghost-button{border-radius:var(--radius-button);cursor:pointer;justify-content:center;align-items:center;gap:9px;min-height:50px;padding:0 20px;font-size:15px;font-weight:850;display:inline-flex}.primary-button{background:var(--colour-yellow);color:var(--colour-navy);border:0;box-shadow:0 10px 30px #ffd10040}.ghost-button{border:1px solid var(--colour-line);color:var(--colour-navy);background:#fff}.primary-button:disabled,.ghost-button:disabled{cursor:not-allowed;opacity:.48}.result-card{border:1px solid var(--colour-line);background:var(--colour-off-white);border-radius:28px;gap:18px;padding:26px;display:grid}.result-card__badge{width:fit-content;color:var(--colour-navy);text-transform:uppercase;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:850}.result-card__badge--estimate{background:var(--colour-blue-soft)}.result-card__badge--fixed_candidate{background:#12b9812e}.result-card__badge--manual_review{background:#f59e0b2e}.reference-box{background:#fff;border-radius:18px;gap:4px;width:fit-content;min-width:190px;padding:14px 16px;display:grid}.reference-box span{color:var(--colour-muted);text-transform:uppercase;font-size:12px;font-weight:800}.reference-box strong{color:var(--colour-navy);font-family:Roboto Mono,ui-monospace,monospace;font-size:20px}.quote-money-panel{background:#fff9d8;border:1px solid #ffd100a6;border-radius:18px;gap:14px;padding:18px;display:grid}.quote-money-panel__total{justify-content:space-between;align-items:end;gap:16px;display:flex}.quote-money-panel__total span,.quote-money-panel dt{color:var(--colour-muted);text-transform:uppercase;font-size:12px;font-weight:850}.quote-money-panel__total strong{color:var(--colour-navy);font-size:clamp(30px,4vw,48px);line-height:1}.quote-money-panel dl{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0;display:grid}.quote-money-panel div{min-width:0}.quote-money-panel dd{color:var(--colour-navy);margin:4px 0 0;font-size:17px;font-weight:850}.result-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.result-columns>div{background:#fff;border-radius:18px;padding:16px}.result-columns ul{color:var(--colour-muted);margin:8px 0 0;padding-left:18px;line-height:1.7}.scope-lock{font-size:14px}.result-status,.deposit-note,.photo-upload-status{color:var(--colour-navy);background:#fff;border-radius:16px;padding:12px 14px;font-size:14px;font-weight:760}.deposit-note{background:#fff9d8;border:1px solid #ffd1008c}.photo-upload-status{color:#0b6d4f;background:#12b9811f}.backend-note{border-radius:16px;padding:12px 14px;font-size:14px;font-weight:760}.backend-note--supabase{color:#0b6d4f;background:#12b98124}.backend-note--preview{color:#8a5200;background:#f59e0b24}.control-room{background:linear-gradient(180deg, #061b2e 0, #061b2e 230px, var(--colour-off-white) 230px), var(--colour-off-white);min-height:100vh;padding:24px 0 92px}.control-room__phone{width:min(100% - 24px,640px);margin:0 auto}.control-room__header{color:#fff;justify-content:space-between;align-items:center;gap:18px;min-height:64px;display:flex}.control-room__header .brand-logo{filter:drop-shadow(0 8px 18px #00000038);width:138px}.control-room__header div{text-align:right}.control-room__header p{color:#ffffffb8;font-size:13px;line-height:1.2}.control-room__header strong{color:var(--colour-yellow);margin-top:4px;font-size:14px;display:inline-flex}.control-room__header form{margin-top:8px}.control-room__header button{color:#fff;min-height:30px;font:inherit;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff38;border-radius:8px;padding:0 10px;font-size:12px;font-weight:850}.control-room--login{place-items:center;min-height:100vh;padding:24px;display:grid}.control-login{background:#fff;border:1px solid #ffffff2e;border-radius:8px;gap:22px;width:min(100%,440px);padding:24px;display:grid;box-shadow:0 18px 70px #00000038}.control-login .brand-logo{width:150px}.control-login h1{color:var(--colour-navy);font-size:34px;line-height:1.05}.control-login p:not(.control-kicker){margin-top:10px;font-size:15px}.control-login__form{gap:10px;display:grid}.control-login__form label{color:var(--colour-navy);text-transform:uppercase;font-size:13px;font-weight:850}.control-login__form input{border:1px solid var(--colour-line);width:100%;min-height:54px;color:var(--colour-navy);font:inherit;letter-spacing:0;border-radius:8px;padding:0 14px;font-size:20px;font-weight:850}.control-login__form input:focus{border-color:var(--colour-blue);outline:3px solid #3b82f62e}.control-login__form>p{color:#b42318;margin:0;font-size:14px;font-weight:760}.control-login__form button{background:var(--colour-yellow);min-height:52px;color:var(--colour-navy);font:inherit;cursor:pointer;border:0;border-radius:8px;font-weight:900}.control-alert,.control-hero,.control-section,.control-job-card,.metric-card,.empty-state,.calendar-row,.customer-row,.setting-row{border:1px solid var(--colour-line);background:#fff;border-radius:8px;box-shadow:0 10px 34px #061b2e14}.control-alert{color:#8a5200;background:#fff8da;grid-template-columns:auto 1fr;gap:12px;margin:14px 0;padding:16px;display:grid}.control-alert h1{color:var(--colour-navy);font-size:20px;line-height:1.2}.control-alert p{margin-top:4px;font-size:14px}.control-hero{color:#fff;background:linear-gradient(135deg,#ffd10033,#0000 52%),#09243c;border-color:#ffffff29;grid-template-columns:1fr auto;align-items:end;gap:18px;min-height:164px;margin-top:18px;padding:22px;display:grid}.control-hero h1{color:#fff;max-width:390px;font-size:34px;line-height:1.04}.control-kicker{color:var(--colour-yellow);text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:850;line-height:1.2}.control-hero__stat{text-align:center;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;min-width:92px;padding:14px}.control-hero__stat span,.metric-card span,.setting-row span{color:var(--colour-muted);text-transform:uppercase;font-size:12px;font-weight:820;line-height:1.2}.control-hero__stat span{color:#ffffffb8}.control-hero__stat strong{color:#fff;margin-top:4px;font-size:34px;line-height:1;display:block}.control-tabs{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f6f8fbeb;grid-auto-columns:minmax(84px,1fr);grid-auto-flow:column;gap:8px;margin:14px -12px 0;padding:10px 12px;display:grid;position:sticky;top:0;overflow-x:auto}.control-tabs a{border:1px solid var(--colour-line);min-height:58px;color:var(--colour-navy);white-space:nowrap;background:#fff;border-radius:8px;place-items:center;gap:4px;padding:8px;font-size:12px;font-weight:850;display:inline-grid}.control-tabs svg{color:var(--colour-blue)}.control-metrics,.money-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.metric-card{align-content:space-between;gap:14px;min-height:94px;padding:16px;display:grid}.metric-card strong{color:var(--colour-navy);font-size:27px;line-height:1}.control-section{margin-top:14px;padding:16px}.control-section__heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.control-section__heading h2{font-size:24px;line-height:1.1}.section-help{max-width:420px;color:var(--colour-muted);margin-top:5px;font-size:13px;line-height:1.35}.control-section__heading>span{background:var(--colour-yellow);min-width:38px;min-height:32px;color:var(--colour-navy);border-radius:999px;justify-content:center;align-items:center;font-weight:900;display:inline-flex}.control-job-list,.control-calendar-list,.customer-list,.settings-list{gap:12px;display:grid}.control-job-card{box-shadow:none;gap:14px;padding:16px;display:grid}.control-job-card--request{background:#fffdf0;border-color:#ffd10099}.control-job-card__top{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;display:grid}.control-job-card__top h3{margin-top:8px;font-size:20px}.control-job-card__top p,.request-scope,.calendar-row p,.customer-row p,.empty-state p{color:var(--colour-muted);font-size:14px;line-height:1.45}.control-job-card__top>strong{color:var(--colour-navy);text-align:right;font-size:18px;line-height:1.15}.status-dot{background:var(--colour-blue-soft);width:fit-content;min-height:28px;color:var(--colour-blue);border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:850;display:inline-flex}.status-dot--success{color:#08785a;background:#12b98124}.status-dot--warning{color:#775000;background:#ffd10047}.status-dot--danger{color:#b42318;background:#ef444424}.job-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;display:grid}.job-facts div{border:1px solid var(--colour-line);background:var(--colour-off-white);border-radius:8px;min-height:70px;padding:10px}.job-facts dt{color:var(--colour-muted);text-transform:uppercase;font-size:11px;font-weight:850}.job-facts dd{color:var(--colour-navy);margin:5px 0 0;font-size:13px;font-weight:760;line-height:1.35}.control-photo-strip{gap:8px;padding:2px 0;display:flex;overflow-x:auto}.control-photo{border:1px solid var(--colour-line);background:var(--colour-off-white);border-radius:8px;flex:0 0 78px;height:78px;position:relative;overflow:hidden}.control-photo img{object-fit:cover;width:100%;height:100%;display:block}.control-photo span,.control-photo-more{color:#fff;text-align:center;background:#061b2ed6;border-radius:6px;justify-content:center;align-items:center;min-height:18px;padding:0 5px;font-size:10px;font-weight:850;display:inline-flex;position:absolute;bottom:5px;left:5px;right:5px}.control-photo-more{background:var(--colour-navy);flex:0 0 42px;min-height:78px;position:static}.risk-tags{flex-wrap:wrap;gap:7px;display:flex}.risk-tags span{color:#245a9c;background:#eef6ff;border-radius:999px;align-items:center;min-height:30px;padding:0 9px;font-size:12px;font-weight:820;display:inline-flex}.simple-next-step{border:1px solid var(--colour-line);background:#fff;border-radius:8px;gap:5px;padding:12px;display:grid}.simple-next-step strong{color:var(--colour-navy);font-size:14px;line-height:1.25}.simple-next-step p{color:var(--colour-muted);font-size:13px;line-height:1.4}.simple-next-step--warning{background:#fff9d8;border-color:#ffd100a3}.simple-next-step--success{background:#ecfdf5;border-color:#12b98147}.simple-next-step--danger{background:#fff1f2;border-color:#ef44443d}.simple-next-step--info{background:#eff6ff;border-color:#3b82f638}.control-actions,.customer-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.control-actions form{margin:0}.control-action{background:var(--colour-yellow);min-height:42px;color:var(--colour-navy);font:inherit;cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:13px;font-weight:880;display:inline-flex}.control-action--ghost{border-color:var(--colour-line);background:#fff}.control-action--whatsapp{color:#fff;background:#0fb66d}.control-action--money{background:var(--colour-navy);color:#fff}.control-action--danger{color:#991b1b;background:#fee2e2}.control-action:disabled,.control-action[aria-disabled=true],.owner-form[aria-disabled=true] .control-action{cursor:not-allowed;opacity:.45}.control-next-step,.workflow-stage-status{border:1px solid var(--colour-line);background:var(--colour-off-white);min-height:42px;color:var(--colour-muted);border-radius:8px;align-items:center;padding:0 11px;font-size:13px;font-weight:820;display:inline-flex}.job-detail{border:1px solid var(--colour-line);background:#fff;border-radius:8px}.job-detail summary{min-height:48px;color:var(--colour-navy);cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:0 12px;font-weight:900;display:flex}.job-detail summary strong{color:var(--colour-muted);font-size:12px;font-weight:820}.job-detail[open] summary{border-bottom:1px solid var(--colour-line)}.job-detail__grid,.payment-columns{gap:10px;display:grid}.job-detail__grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:12px}.detail-block,.owner-panel{border-top:1px solid var(--colour-line);gap:10px;padding:12px;display:grid}.detail-block{border:1px solid var(--colour-line);background:var(--colour-off-white);border-radius:8px;min-height:104px}.detail-block h4,.owner-panel h4{color:var(--colour-navy);font-size:14px;line-height:1.2}.detail-block p,.owner-panel p,.audit-row p{color:var(--colour-muted);font-size:13px;line-height:1.4}.owner-panel__heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.owner-panel__heading span{background:var(--colour-blue-soft);min-height:28px;color:var(--colour-blue);white-space:nowrap;border-radius:999px;align-items:center;padding:0 9px;font-size:12px;font-weight:850;display:inline-flex}.notification-list,.message-template-grid,.message-preview-list,.pricing-line-list,.readiness-grid{gap:8px;display:grid}.readiness-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.readiness-item{border:1px solid var(--colour-line);background:var(--colour-off-white);border-radius:8px;grid-template-columns:auto 1fr;align-items:start;gap:10px;min-width:0;padding:10px;display:grid}.readiness-item svg{color:var(--colour-muted);margin-top:2px}.readiness-item--ready{background:#12b98114;border-color:#12b9814d}.readiness-item--ready svg{color:#08785a}.readiness-item strong{color:var(--colour-navy);font-size:13px;line-height:1.25;display:block}.readiness-item p{margin-top:3px}.notification-row{border:1px solid var(--colour-line);background:var(--colour-off-white);border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:12px;display:grid}.notification-row--review{background:#fff8da;border-color:#ffb80085}.notification-row svg{color:var(--colour-blue)}.notification-row strong,.message-preview strong{color:var(--colour-navy);font-size:14px;line-height:1.25}.notification-row p,.message-preview p{color:var(--colour-muted);margin-top:4px;font-size:13px;line-height:1.4}.notification-row span{color:var(--colour-muted);margin-top:6px;font-size:12px;font-weight:780;display:block}.message-template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.message-preview{border:1px solid var(--colour-line);background:var(--colour-off-white);border-radius:8px;padding:10px}.pricing-line-row{border:1px solid var(--colour-line);background:var(--colour-off-white);border-radius:8px;grid-template-columns:1fr auto;align-items:start;gap:10px;padding:10px;display:grid}.pricing-line-row>strong{color:var(--colour-navy);white-space:nowrap;font-size:14px}.pricing-line-row span,.owner-note{color:var(--colour-muted);font-size:12px;font-weight:760}.workflow-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.workflow-action-groups{gap:10px;display:grid}.workflow-action-stage{border:1px solid var(--colour-line);background:var(--colour-off-white);border-radius:8px;gap:8px;padding:10px;display:grid}.workflow-action-stage h5{color:var(--colour-navy);font-size:13px;line-height:1.25}.workflow-action-stage p{color:var(--colour-muted);font-size:12px;line-height:1.36}.workflow-step{border:1px solid var(--colour-line);background:var(--colour-off-white);border-radius:8px;align-content:start;gap:5px;min-height:92px;padding:10px;display:grid}.workflow-step--done{background:#ecfdf5;border-color:#12b98152}.workflow-step--current{background:#fff8da;border-color:#ffd100b8}.workflow-step strong{color:var(--colour-navy);font-size:13px;line-height:1.25}.workflow-step p{color:var(--colour-muted);font-size:12px;line-height:1.36}.owner-form{gap:10px;display:grid}.owner-form__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.owner-form label{color:var(--colour-muted);text-transform:uppercase;gap:5px;font-size:11px;font-weight:850;display:grid}.owner-form input,.owner-form select,.owner-form textarea{border:1px solid var(--colour-line);width:100%;min-height:42px;color:var(--colour-navy);font:inherit;background:#fff;border-radius:8px;padding:0 10px;font-size:14px;font-weight:760}.owner-form textarea{resize:vertical;min-height:84px;padding:10px}.owner-form input:focus,.owner-form select:focus,.owner-form textarea:focus{border-color:var(--colour-blue);outline:3px solid #3b82f629}.payment-form{border:1px solid var(--colour-line);background:var(--colour-off-white);border-radius:8px;padding:10px}.audit-list{gap:8px;display:grid}.audit-row{border:1px solid var(--colour-line);background:var(--colour-off-white);border-radius:8px;grid-template-columns:74px 1fr;align-items:start;gap:10px;padding:10px;display:grid}.audit-row>span{color:var(--colour-muted);font-size:12px;font-weight:820;line-height:1.25}.audit-row strong{color:var(--colour-navy);font-size:13px}.calendar-row{min-height:76px;box-shadow:none;grid-template-columns:72px 1fr;align-items:center;gap:12px;padding:12px;display:grid}.calendar-row>span{background:var(--colour-navy);color:#fff;text-align:center;border-radius:8px;justify-content:center;align-items:center;min-height:52px;font-size:13px;font-weight:850;display:inline-flex}.calendar-row strong,.customer-row strong,.setting-row strong{color:var(--colour-navy)}.money-grid{margin-top:0}.accounting-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.accounting-summary{border:1px solid var(--colour-line);background:#fff;border-radius:8px;gap:12px;padding:12px;display:grid}.accounting-summary dl,.invoice-preview dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;display:grid}.accounting-summary dl div,.invoice-preview dl div{border:1px solid var(--colour-line);background:var(--colour-off-white);border-radius:8px;min-height:58px;padding:9px}.accounting-summary dt,.invoice-preview dt{color:var(--colour-muted);text-transform:uppercase;font-size:11px;font-weight:850}.accounting-summary dd,.invoice-preview dd{color:var(--colour-navy);margin:4px 0 0;font-size:14px;font-weight:850}.expense-capture,.owner-panel{margin-top:12px}.expense-list,.export-grid,.invoice-lines{gap:8px;display:grid}.export-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.expense-row,.invoice-lines div,.invoice-preview__identity{border:1px solid var(--colour-line);background:var(--colour-off-white);border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:10px;display:flex}.expense-row strong,.invoice-preview__identity strong{color:var(--colour-navy);font-size:14px}.expense-row p,.invoice-preview__identity p{color:var(--colour-muted);font-size:12px;line-height:1.35}.expense-row>span,.invoice-lines strong{color:var(--colour-navy);white-space:nowrap;font-size:14px;font-weight:900}.invoice-preview__identity{justify-content:flex-start}.invoice-preview__identity svg{color:var(--colour-blue);flex:none}.invoice-lines div:last-child{background:#fff8da}.customer-row,.setting-row{min-height:72px;box-shadow:none;justify-content:space-between;padding:12px}.customer-row .control-action{min-width:42px}.setting-row{grid-template-columns:110px 1fr;align-items:center;gap:12px;display:grid}.setting-row strong{font-size:14px;line-height:1.35}.empty-state{box-shadow:none;justify-items:start;gap:9px;padding:18px;display:grid}.empty-state svg{color:var(--colour-blue)}.empty-state h3{font-size:19px}@media (max-width:620px){.job-detail__grid,.owner-form__grid,.payment-columns,.accounting-summary-grid,.accounting-summary dl,.invoice-preview dl,.export-grid,.readiness-grid,.message-template-grid,.notification-row,.pricing-line-row,.workflow-steps{grid-template-columns:1fr}}@media (max-width:980px){h1{font-size:48px}h2{font-size:32px}.site-header__inner{grid-template-columns:1fr;gap:12px;padding:14px 0}.site-header__nav{justify-content:flex-start;padding-bottom:2px;overflow-x:auto}.site-header__actions{flex-wrap:wrap}.hero,.hero__content{min-height:640px}.hero__shade{background:linear-gradient(90deg,#07162af0 0%,#07162ad1 50%,#07162a57 100%),linear-gradient(#07162a1a,#07162a4d)}.section-grid,.split-panel,.access-section,.london-section,.legal-grid{grid-template-columns:1fr}.service-grid,.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.proof-grid,.faq-list{grid-template-columns:1fr}.contact-band__inner,.site-footer__inner{flex-direction:column;align-items:flex-start}.site-footer__links{justify-content:flex-start}.intake-shell{grid-template-columns:1fr}.intake-sidebar{min-height:auto;position:static}.intake-sidebar h1{font-size:34px}.intake-service-grid,.field-grid,.photo-help-grid,.quote-money-panel dl,.result-columns,.review-summary{grid-template-columns:1fr}}@media (max-width:620px){.page-shell,.site-footer__inner{width:min(100% - 28px, var(--page-width))}h1{font-size:38px}h2{font-size:28px}p{font-size:16px}.site-header__inner{width:min(100% - 24px, var(--page-width));grid-template-columns:1fr auto;gap:10px;padding:10px 0}.site-header__nav{order:3;grid-column:1/-1;display:none}.site-header__actions,.hero__actions{width:100%}.site-header__actions{justify-content:flex-end;width:auto}.site-header__actions .button-link--secondary{display:none}.site-header__actions .button-link{width:auto;min-height:42px;padding:0 12px;font-size:14px}.hero__actions .button-link,.contact-band .button-link{width:100%}.brand-logo__mark{width:38px;height:38px}.brand-logo{width:min(190px,54vw);min-height:38px}.brand-logo--wordmark{width:154px}.hero,.hero__content{min-height:700px}.hero__content{align-items:flex-end;padding-bottom:36px}.hero__image{object-position:64% center}.section-band{padding:58px 0}.service-grid,.pricing-grid{grid-template-columns:1fr}.service-card,.price-card,.proof-card,.faq-item,.benefit-card{min-height:auto}.quote-page{padding:24px 0 48px}.intake-shell{width:min(100% - 24px, var(--page-width))}.intake-panel,.intake-sidebar{border-radius:24px;padding:20px}.intake-sidebar{gap:14px}.intake-brand-card{max-width:188px;margin-bottom:14px}.intake-sidebar h1{margin-bottom:8px;font-size:28px}.intake-sidebar p:not(.eyebrow){display:none}.intake-rules{gap:7px}.intake-panel__top{flex-direction:column}.intake-panel__top h2{font-size:28px}.checklist__grid{grid-template-columns:1fr}.photo-upload-row{grid-template-columns:1fr;align-items:stretch}.photo-upload-row button{width:100%}.intake-actions{flex-direction:column-reverse}.primary-button,.ghost-button{width:100%}}
