:root {
  --navy: #073b4c;
  --navy-deep: #032a37;
  --aqua: #29b7af;
  --aqua-pale: #dff4f1;
  --coral: #f36b4f;
  --coral-dark: #d94e34;
  --sand: #f7f2e9;
  --cream: #fffdf8;
  --ink: #13323b;
  --muted: #577078;
  --line: #d7e1df;
  --white: #fff;
  --shadow: 0 24px 70px rgba(3, 42, 55, .14);
  --radius: 18px;
  --shell: min(1180px, calc(100% - 40px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Trebuchet MS", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #ffb233; outline-offset: 3px; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); background: var(--white); padding: 10px 16px; border-radius: 6px; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255, 253, 248, .94); border-bottom: 1px solid rgba(7, 59, 76, .12); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 220px; height: auto; }
.header-actions, .hero-actions, .final-actions, .desktop-actions { display: flex; align-items: center; gap: 12px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 2px solid transparent; border-radius: 999px; padding: 11px 20px; font-weight: 800; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: var(--white); box-shadow: 0 8px 22px rgba(7, 59, 76, .18); }
.button-primary:hover { background: var(--navy-deep); }
.button-coral { background: var(--coral); color: #1c1c1c; box-shadow: 0 10px 26px rgba(243, 107, 79, .28); }
.button-coral:hover { background: #ff8065; }
.button-ghost { color: var(--navy); border-color: var(--navy); background: transparent; }
.button-light { background: var(--white); color: var(--navy); }
.button-large { min-height: 54px; padding: 15px 26px; }

.hero { position: relative; min-height: 660px; display: grid; align-items: center; overflow: hidden; background: var(--navy); color: var(--white); }
.hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { object-fit: cover; object-position: 58% center; }
.hero-shade { background: linear-gradient(90deg, rgba(3, 42, 55, .96) 0%, rgba(3, 42, 55, .82) 38%, rgba(3, 42, 55, .22) 72%, rgba(3, 42, 55, .08) 100%); }
.hero-grid { position: relative; z-index: 1; padding-block: 88px 92px; }
.hero-copy { max-width: 670px; }
.eyebrow { margin: 0 0 14px; color: #8de3dc; font-size: .77rem; line-height: 1.2; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-dark { color: #087f7a; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: .98; text-wrap: balance; }
h1 { max-width: 680px; margin: 0; font-size: clamp(3.35rem, 6.8vw, 5.9rem); }
h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.15rem); }
h3 { line-height: 1.2; }
.hero-subtitle { max-width: 630px; margin: 26px 0 8px; color: #eef8f7; font-size: clamp(1.08rem, 2vw, 1.32rem); line-height: 1.55; }
.hero-note { margin: 0 0 28px; color: #b9d9d8; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 32px 0 0; padding: 23px 0 0; border-top: 1px solid rgba(255, 255, 255, .25); list-style: none; color: #e5f4f2; font-size: .92rem; font-weight: 700; }
.hero-proof li::before { content: "✓"; margin-right: 7px; color: #76ddd4; }

.trust-bar { background: var(--aqua); }
.trust-grid { min-height: 98px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid p { margin: 0; padding: 8px 22px; border-right: 1px solid rgba(7, 59, 76, .2); color: var(--navy-deep); font-size: .84rem; font-weight: 900; letter-spacing: .03em; text-align: center; text-transform: uppercase; }
.trust-grid p:last-child { border: 0; }
.trust-grid span { display: block; margin-bottom: 3px; color: rgba(3, 42, 55, .55); font-family: var(--serif); font-size: .8rem; }

.section { padding-block: 112px; }
.section-heading { margin-bottom: 50px; }
.heading-split { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.heading-split > p { margin: 0 0 5px; color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 270px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cream); transition: background .25s ease, transform .25s ease; }
.service-card:hover { position: relative; z-index: 1; transform: translateY(-4px); background: var(--white); box-shadow: var(--shadow); }
.service-card > span { color: var(--aqua); font-family: var(--serif); font-size: 1.3rem; }
.service-card h3 { margin: 20px 0 8px; color: var(--navy); font-family: var(--serif); font-size: 1.6rem; font-weight: 500; }
.service-card p { margin: 0; color: var(--muted); }
.service-card a { width: fit-content; margin-top: auto; padding-top: 20px; color: var(--navy); font-size: .9rem; font-weight: 900; text-transform: uppercase; }

.results { background: var(--navy-deep); color: var(--white); }
.results-heading { max-width: 770px; }
.results-heading p:last-child { color: #b4d0d0; }
.results-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.result { position: relative; grid-column: span 6; margin: 0; overflow: hidden; border-radius: 10px; background: #092f3a; }
.result-wide { grid-column: span 8; }
.result-tall { grid-column: span 4; grid-row: span 2; }
.result img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; transition: transform .5s ease; }
.result:hover img { transform: scale(1.015); }
.result figcaption { position: absolute; bottom: 14px; left: 14px; margin: 0; padding: 6px 12px; border-radius: 999px; background: rgba(3, 42, 55, .86); color: var(--white); font-size: .78rem; font-weight: 800; backdrop-filter: blur(8px); }

.benefits { background: var(--sand); }
.benefit-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.benefit-intro { position: sticky; top: 120px; align-self: start; }
.benefit-intro > p:not(.eyebrow) { margin: 25px 0; color: var(--muted); font-size: 1.08rem; }
.benefit-list { border-top: 1px solid #cbd7d3; }
.benefit-list article { display: grid; grid-template-columns: 210px 1fr; gap: 35px; padding: 31px 0; border-bottom: 1px solid #cbd7d3; }
.benefit-list strong { color: var(--navy); font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.benefit-list p { margin: 2px 0 0; color: var(--muted); }

.rental-section { padding-block: 80px; background: var(--aqua-pale); }
.rental-grid { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 580px; box-shadow: var(--shadow); }
.rental-visual { position: relative; display: flex; align-items: flex-end; padding: 45px; overflow: hidden; background: var(--navy) url("assets/images/hero-clean-living-room.webp") center / cover; color: var(--white); }
.rental-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3, 42, 55, .8), transparent 70%); }
.rental-visual span { position: relative; z-index: 1; font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 4.2rem); line-height: .95; }
.rental-copy { padding: clamp(45px, 7vw, 88px); background: var(--navy); color: var(--white); }
.rental-copy > p:not(.eyebrow) { color: #c5dddd; }
.check-list { margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 11px 0; padding-left: 29px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--aqua); font-weight: 900; }

.process-heading { max-width: 700px; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; }
.process-list li { padding: 31px; border-top: 4px solid var(--aqua); background: var(--sand); }
.process-list span { display: inline-grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--navy); color: var(--white); font-family: var(--serif); font-size: 1.2rem; }
.process-list h3 { margin: 29px 0 8px; color: var(--navy); font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.process-list p { margin: 0; color: var(--muted); }

.trust-details { padding-block: 90px; background: var(--aqua-pale); }
.trust-details-grid { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 560px; box-shadow: var(--shadow); }
.trust-local { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(38px, 6vw, 72px); background: var(--navy); color: var(--white); }
.trust-local h2 { font-size: clamp(2.6rem, 4.5vw, 4rem); }
.trust-local > p:not(.eyebrow) { color: #c8dddd; }
.business-hours { width: 100%; margin: 25px 0; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.business-hours > span { color: #8de3dc; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.business-hours p { margin: 8px 0 0; color: #e4f2f1; }
.business-hours strong { display: inline-block; min-width: 145px; color: var(--white); }
.trust-facts { display: grid; grid-template-columns: 1fr 1fr; background: var(--white); }
.trust-facts article { min-height: 280px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-facts article:nth-child(2n) { border-right: 0; }
.trust-facts article:nth-last-child(-n+2) { border-bottom: 0; }
.trust-facts span { color: var(--aqua); font-family: var(--serif); font-size: 1.25rem; }
.trust-facts h3 { margin: 48px 0 8px; color: var(--navy); font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.trust-facts p { margin: 0; color: var(--muted); font-size: .92rem; }

.quote-section { padding-block: 112px; background: var(--navy-deep); color: var(--white); }
.quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.quote-intro { position: sticky; top: 120px; }
.quote-intro > p:not(.eyebrow) { color: #c5dddd; font-size: 1.08rem; }
.service-area-card { margin-top: 34px; padding: 25px; border: 1px solid rgba(141, 227, 220, .35); border-radius: 12px; background: rgba(255, 255, 255, .05); }
.service-area-card strong { color: #8de3dc; }
.service-area-card p { margin: 8px 0; }
.service-area-card small { color: #b1cccc; }
.quote-form { position: relative; padding: clamp(24px, 5vw, 48px); border-radius: var(--radius); background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.quote-anchor { position: absolute; top: -92px; left: 0; width: 1px; height: 1px; pointer-events: none; }
.form-arrival-cue { display: flex; align-items: center; gap: 14px; margin: 0 0 24px; padding: 14px 16px; border: 1px solid rgba(8, 127, 122, .24); border-radius: 10px; background: #eaf8f6; color: var(--navy); }
.form-arrival-cue > span { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border-radius: 50%; background: var(--navy); color: var(--white); font-size: 1.15rem; font-weight: 900; }
.form-arrival-cue strong { display: block; font-size: .92rem; }
.form-arrival-cue p { margin: 2px 0 0; color: #426066; font-size: .82rem; line-height: 1.4; }
.form-head { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 28px; padding-bottom: 21px; border-bottom: 1px solid var(--line); }
.form-head > span { color: #087f7a; font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.form-head p { margin: 0; font-size: .88rem; }
.form-head a { color: var(--navy); font-weight: 900; }
.form-trust { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: -8px 0 25px; padding: 0 0 22px; border-bottom: 1px solid var(--line); list-style: none; color: #426066; font-size: .77rem; font-weight: 800; }
.form-trust li::before { content: "✓"; margin-right: 6px; color: #087f7a; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.optional-fields { margin-top: 2px; border: 1px solid var(--line); border-radius: 10px; background: #f8fbfa; }
.optional-fields summary { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 12px 15px; color: var(--navy); font-weight: 900; cursor: pointer; }
.optional-fields summary span { color: var(--muted); font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.optional-fields-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 2px 15px 16px; }
.consent-field { display: flex; align-items: flex-start; gap: 11px; margin-top: 20px; color: #426066; font-size: .78rem; line-height: 1.45; cursor: pointer; }
.consent-field input { width: 19px; height: 19px; flex: 0 0 auto; margin-top: 1px; accent-color: #087f7a; }
.consent-error { display: block; margin: 4px 0 0 30px; }
.field { min-width: 0; }
.field-full { grid-column: 1 / -1; }
.field label { display: flex; align-items: center; justify-content: space-between; margin-bottom: 7px; color: var(--navy); font-size: .89rem; font-weight: 800; }
.field label span { color: var(--coral-dark); }
.field label em { color: #74868a; font-size: .75rem; font-style: normal; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; border: 1px solid #aebdba; border-radius: 8px; background: #fff; color: var(--ink); padding: 11px 13px; transition: border .2s ease, box-shadow .2s ease; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--aqua); outline: 0; box-shadow: 0 0 0 3px rgba(41, 183, 175, .18); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: #b5352a; }
.field-error { min-height: 18px; display: block; margin-top: 4px; color: #a3261d; font-size: .75rem; line-height: 1.35; }
.field-meta { display: flex; justify-content: space-between; color: #708388; }
.hp-field { position: absolute; left: -9999px; }
.form-alert { margin: 22px 0 0; padding: 12px 14px; border-left: 4px solid #b5352a; background: #fff0ee; color: #792018; font-weight: 700; }
.button-submit { width: 100%; margin-top: 18px; border: 0; justify-content: space-between; border-radius: 9px; padding-inline: 22px; }
.button-submit[disabled] { cursor: wait; opacity: .72; transform: none; }
.privacy-note { margin: 16px 0 0; color: #64767a; font-size: .76rem; line-height: 1.5; }
.privacy-note strong { color: var(--navy); }
.privacy-note a { color: var(--navy); font-weight: 700; }
.desktop-result { margin-top: 42px; display: grid; grid-template-columns: 1fr 220px; gap: 40px; align-items: center; padding: 36px; border: 1px solid rgba(141, 227, 220, .4); border-radius: var(--radius); background: var(--white); color: var(--ink); }
.desktop-result[hidden] { display: none; }
.desktop-result h3 { margin: 0 0 10px; color: var(--navy); font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.copy-number { border: 0; background: transparent; color: var(--navy); padding: 0; font-weight: 900; text-decoration: underline; cursor: pointer; }
.copy-status { min-height: 24px; color: #087f7a; font-weight: 800; }
.qr-wrap { display: grid; justify-items: center; gap: 10px; padding: 13px; border-radius: 10px; background: var(--white); box-shadow: 0 8px 30px rgba(3, 42, 55, .12); }
.qr-wrap img, .qr-wrap canvas { width: 180px !important; height: 180px !important; }
.qr-wrap small { color: var(--muted); }

.reassurance { background: var(--sand); }
.reassurance-grid { display: grid; grid-template-columns: 220px 1fr; gap: 70px; align-items: center; max-width: 920px; }
.reassurance-grid img { opacity: .16; }
.reassurance-grid p:last-child { color: var(--muted); font-size: 1.08rem; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 95px; }
.faq-intro p:last-child { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 25px 44px 25px 0; color: var(--navy); font-size: 1.05rem; font-weight: 900; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; top: 20px; right: 5px; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: -5px 0 25px; color: var(--muted); }

.final-cta { padding-block: 84px; background: var(--navy); color: var(--white); }
.final-cta-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; }
.final-cta h2 { max-width: 780px; }
.final-cta p:not(.eyebrow) { color: #c4dddd; }
.final-actions { justify-content: flex-end; flex-wrap: wrap; }
.site-footer { padding: 65px 0 25px; background: var(--sand); color: var(--muted); border-top: 1px solid #d8ded9; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .75fr 1.1fr .55fr; gap: 55px; }
.footer-grid img { width: 210px; height: auto; margin-bottom: 18px; filter: none; }
.footer-grid p { max-width: 310px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid strong { color: var(--navy); }
.footer-grid a { color: var(--navy); font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(7, 59, 76, .16); color: #5f7479; font-size: .78rem; }

.mobile-sticky { display: none; }
.consent-banner[hidden] { display: none; }
.consent-banner { position: fixed; z-index: 180; right: 18px; bottom: 18px; width: min(560px, calc(100% - 36px)); display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: end; padding: 21px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 12px; background: #062d3a; color: var(--white); box-shadow: 0 20px 70px rgba(0, 0, 0, .3); }
.consent-banner strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 500; }
.consent-banner p { margin: 5px 0; color: #c7dbda; font-size: .78rem; line-height: 1.45; }
.consent-banner a { color: #8de3dc; font-size: .78rem; }
.consent-actions { display: flex; gap: 7px; }
.consent-actions button { min-height: 44px; border: 1px solid #8de3dc; border-radius: 999px; background: transparent; color: var(--white); padding: 8px 15px; font-size: .78rem; font-weight: 800; cursor: pointer; }
.consent-actions button:last-child { background: var(--aqua); color: var(--navy-deep); }
.modal[hidden] { display: none; }
.modal { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(2, 30, 39, .78); backdrop-filter: blur(6px); }
.modal-card { position: relative; z-index: 1; width: min(100%, 480px); padding: 38px; border-radius: var(--radius); background: var(--white); color: var(--ink); text-align: center; box-shadow: 0 30px 100px rgba(0, 0, 0, .3); }
.modal-card h2 { color: var(--navy); font-size: 2.5rem; }
.modal-card p { color: var(--muted); }
.modal-card .button { width: 100%; margin-top: 10px; }
.modal-close { position: absolute; top: 10px; right: 13px; width: 44px; height: 44px; border: 0; background: transparent; color: var(--navy); font-size: 2rem; cursor: pointer; }
.ready-mark { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: var(--aqua-pale); color: #087f7a; font-size: 1.7rem; font-weight: 900; }
.modal-secondary { min-height: 44px; margin-top: 12px; border: 0; background: transparent; color: var(--navy); font-weight: 800; text-decoration: underline; cursor: pointer; }

.legal-page { background: var(--sand); }
.legal-main { width: min(780px, calc(100% - 40px)); margin: 70px auto 110px; padding: clamp(25px, 6vw, 65px); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.legal-main h1 { color: var(--navy); font-size: clamp(2.7rem, 7vw, 4.8rem); }
.legal-main h2 { margin-top: 40px; color: var(--navy); font-size: 1.7rem; line-height: 1.2; }
.legal-main p, .legal-main li { color: var(--muted); }
.legal-notice { padding: 14px 16px; border-left: 4px solid var(--coral); background: #fff3ef; }

@media (max-width: 920px) {
  :root { --shell: min(100% - 32px, 720px); }
  .header-inner { min-height: 72px; }
  .brand img { width: 170px; }
  .header-actions .button-ghost { display: none; }
  .hero { min-height: 720px; }
  .hero-photo { object-position: 67% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3, 42, 55, .95), rgba(3, 42, 55, .72) 68%, rgba(3, 42, 55, .3)); }
  .trust-grid { grid-template-columns: 1fr 1fr; padding-block: 13px; }
  .trust-grid p:nth-child(2) { border-right: 0; }
  .heading-split, .benefit-layout, .rental-grid, .trust-details-grid, .quote-grid, .faq-layout, .final-cta-inner { grid-template-columns: 1fr; gap: 45px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .result, .result-wide { grid-column: span 12; }
  .result-tall { grid-column: span 6; grid-row: auto; }
  .benefit-intro, .quote-intro { position: static; }
  .rental-grid { min-height: auto; }
  .rental-visual { min-height: 430px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { display: grid; grid-template-columns: 50px 1fr; gap: 20px; }
  .process-list h3 { margin-top: 0; }
  .trust-details-grid { gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .final-actions { justify-content: flex-start; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  html { scroll-padding-top: 75px; }
  body { padding-bottom: 68px; font-size: 15.5px; }
  .section, .quote-section { padding-block: 76px; }
  .site-header { position: relative; }
  .header-inner { min-height: 68px; }
  .brand img { width: 148px; }
  .header-actions .button-primary { min-height: 42px; padding: 9px 13px; font-size: .78rem; }
  .hero { min-height: 695px; }
  .hero-photo { object-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3, 42, 55, .96), rgba(3, 42, 55, .78)), linear-gradient(0deg, rgba(3, 42, 55, .7), transparent); }
  .hero-grid { padding-block: 72px; }
  h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.35rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { justify-content: center; }
  .hero-proof { gap: 10px 14px; font-size: .8rem; }
  .trust-grid { width: 100%; grid-template-columns: 1fr 1fr; }
  .trust-grid p { min-height: 74px; display: grid; place-content: center; padding: 10px 8px; font-size: .68rem; }
  .trust-grid p:nth-child(-n+2) { border-bottom: 1px solid rgba(7, 59, 76, .2); }
  .section-heading { margin-bottom: 35px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 235px; }
  .results-grid { gap: 12px; }
  .result, .result-wide, .result-tall { grid-column: span 12; }
  .result img { min-height: 220px; }
  .benefit-list article { grid-template-columns: 1fr; gap: 4px; }
  .rental-section { padding-block: 0; }
  .rental-section .shell { width: 100%; }
  .rental-visual { min-height: 330px; padding: 28px; }
  .rental-copy { padding: 52px 24px; }
  .process-list li { padding: 23px; }
  .trust-details { padding-block: 0; }
  .trust-details .shell { width: 100%; }
  .trust-local { padding: 52px 24px; }
  .trust-facts { grid-template-columns: 1fr; }
  .trust-facts article { min-height: 220px; padding: 30px 24px; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .trust-facts article:last-child { border-bottom: 0 !important; }
  .trust-facts h3 { margin-top: 34px; }
  .business-hours strong { min-width: 132px; }
  .quote-grid { gap: 32px; }
  .quote-form { margin-inline: -5px; padding: 24px 18px; }
  .form-head { align-items: flex-start; flex-direction: column; gap: 5px; }
  .form-grid { grid-template-columns: 1fr; gap: 13px; }
  .optional-fields-grid { grid-template-columns: 1fr; gap: 13px; }
  .field-full { grid-column: auto; }
  .desktop-result { grid-template-columns: 1fr; padding: 25px; text-align: center; }
  .desktop-actions { align-items: stretch; flex-direction: column; }
  .reassurance-grid { grid-template-columns: 85px 1fr; gap: 25px; }
  .reassurance-grid h2 { font-size: 2.35rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .final-actions { align-items: stretch; flex-direction: column; }
  .mobile-sticky { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: .72fr 1.28fr; padding: 8px; padding-bottom: max(8px, env(safe-area-inset-bottom)); background: var(--white); box-shadow: 0 -8px 25px rgba(3, 42, 55, .15); }
  .mobile-sticky a { min-height: 48px; display: grid; place-items: center; border-radius: 7px; color: var(--navy); font-weight: 900; text-decoration: none; }
  .mobile-sticky a:last-child { background: var(--coral); color: #1c1c1c; }
  .modal-card { padding: 36px 22px 24px; }
  .consent-banner { right: 10px; bottom: 76px; width: calc(100% - 20px); grid-template-columns: 1fr; gap: 12px; }
  .consent-actions { justify-content: flex-end; }
}

@media (max-width: 360px) {
  .header-actions .button-primary { display: none; }
  .hero-proof li { width: 100%; }
}

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