:root {
  --navy: #071628;
  --navy-2: #0b2037;
  --navy-3: #102b48;
  --gold: #f7bf29;
  --gold-light: #ffe27a;
  --cream: #f7f5ef;
  --white: #fff;
  --ink: #0c1928;
  --muted: #657180;
  --line: #dfe4e7;
  --success: #31c875;
  --radius: 22px;
  --shadow: 0 24px 60px rgba(8, 24, 41, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", system-ui, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
svg { display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; transform: translateY(-150%); background: var(--gold); color: var(--navy); padding: 10px 16px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: 78px; color: var(--white); background: rgba(7, 22, 40, 0.93); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { width: 43px; height: 43px; overflow: hidden; display: grid; place-items: center; background: #fff8e5; border: 1px solid rgba(247,191,41,.45); border-radius: 12px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.6); }
.brand-mark img { width: 39px; height: 39px; object-fit: contain; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.15; }
.brand strong { font-size: 16px; letter-spacing: -.02em; }
.brand small { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; margin-top: 4px; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.main-nav a { color: rgba(255,255,255,.73); font-size: 13px; font-weight: 700; transition: color .2s ease; }
.main-nav a:hover { color: var(--white); }
.header-call { min-width: 142px; height: 44px; display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--navy); background: var(--gold); border-radius: 10px; font-size: 13px; font-weight: 800; box-shadow: 0 8px 26px rgba(247,191,41,.18); transition: transform .2s ease, background .2s ease; }
.header-call:hover { background: var(--gold-light); transform: translateY(-2px); }
.header-call svg { width: 18px; fill: currentColor; }
.menu-toggle { display: none; }

.hero { min-height: 760px; position: relative; overflow: hidden; display: flex; align-items: center; padding: 135px 0 70px; color: var(--white); background: var(--navy); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.15), transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 650px; height: 650px; right: -260px; top: -260px; background: radial-gradient(circle, rgba(247,191,41,.12), transparent 68%); }
.hero-glow-two { width: 600px; height: 600px; left: -350px; bottom: -380px; background: radial-gradient(circle, rgba(31,92,148,.22), transparent 68%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; }
.hero-copy { position: relative; z-index: 2; }
.status-pill { width: fit-content; display: flex; align-items: center; gap: 8px; padding: 7px 12px 7px 9px; margin-bottom: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 100px; background: rgba(255,255,255,.06); color: rgba(255,255,255,.82); font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.status-pill span, .live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 5px rgba(49,200,117,.12); }
.eyebrow { margin: 0 0 13px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.dark { color: #ad7900; }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(43px, 5vw, 69px); line-height: 1.06; letter-spacing: -.055em; }
.hero h1 em, .final-cta h2 em { color: var(--gold); font-style: normal; }
.hero-text { max-width: 590px; margin: 24px 0 30px; color: rgba(255,255,255,.67); font-size: 17px; line-height: 1.72; }
.primary-call { width: min(100%, 430px); min-height: 88px; display: flex; align-items: center; gap: 15px; padding: 13px 17px; color: var(--navy); background: var(--gold); border-radius: 17px; box-shadow: 0 15px 38px rgba(247,191,41,.18); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.primary-call:hover { transform: translateY(-3px); background: var(--gold-light); box-shadow: 0 20px 44px rgba(247,191,41,.27); }
.call-icon { width: 59px; height: 59px; flex: 0 0 auto; display: grid; place-items: center; color: var(--white); background: var(--navy); border-radius: 13px; }
.call-icon svg { width: 26px; fill: currentColor; }
.call-copy { display: flex; flex-direction: column; line-height: 1.15; }
.call-copy small { margin-bottom: 6px; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.call-copy strong { font-size: clamp(22px, 3vw, 29px); letter-spacing: -.03em; white-space: nowrap; }
.call-arrow { width: 27px; margin-left: auto; fill: none; stroke: currentColor; stroke-width: 2; }
.hero-proof { display: flex; align-items: center; gap: 15px; margin-top: 25px; }
.rating-badge { display: flex; align-items: center; gap: 8px; padding: 9px 11px; color: var(--white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; }
.rating-badge strong { font-size: 18px; }
.stars { color: var(--gold); font-size: 13px; letter-spacing: 1px; white-space: nowrap; }
.hero-proof p { display: flex; flex-direction: column; margin: 0; }
.hero-proof p strong { font-size: 12px; }
.hero-proof p span { color: rgba(255,255,255,.47); font-size: 10px; }

.hero-visual { position: relative; }
.visual-card { min-height: 530px; position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; background: var(--navy-2); border: 1px solid rgba(255,255,255,.13); border-radius: 28px; box-shadow: 0 45px 90px rgba(0,0,0,.25); }
.visual-card::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(7,22,40,.72) 0%, rgba(7,22,40,.02) 34%, rgba(7,22,40,.08) 58%, rgba(7,22,40,.9) 100%); }
.hero-storefront { width: 100%; height: 100%; position: absolute; z-index: 0; inset: 0; object-fit: cover; object-position: center; }
.visual-topline, .visual-footer { position: relative; z-index: 2; display: flex; align-items: center; }
.visual-topline { width: fit-content; gap: 10px; padding: 9px 12px; color: rgba(255,255,255,.62); background: rgba(7,22,40,.66); border: 1px solid rgba(255,255,255,.12); border-radius: 100px; backdrop-filter: blur(10px); font-size: 9px; letter-spacing: .13em; }
.visual-topline .live-dot { width: 7px; height: 7px; }
.visual-topline strong { color: var(--white); }
.visual-topline span:last-child { color: rgba(255,255,255,.58); letter-spacing: .02em; text-transform: none; }
.service-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 10px 13px; color: rgba(255,255,255,.85); background: rgba(7,22,40,.83); border: 1px solid rgba(255,255,255,.13); border-radius: 10px; backdrop-filter: blur(10px); box-shadow: 0 10px 30px rgba(0,0,0,.15); font-size: 10px; font-weight: 700; }
.service-chip span { color: var(--gold); font-size: 8px; }
.chip-one { left: 4%; top: 65%; }
.chip-two { right: 4%; top: 39%; }
.chip-three { right: 6%; bottom: 17%; }
.visual-footer { justify-content: space-between; padding: 12px 14px; color: rgba(255,255,255,.6); background: rgba(7,22,40,.72); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; backdrop-filter: blur(10px); font-size: 10px; }
.visual-footer p { margin: 0; }
.visual-footer span { color: var(--white); font-weight: 700; }

.quick-features { background: #0a1c30; color: var(--white); }
.feature-row { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); }
.feature-row article { display: flex; align-items: center; gap: 14px; padding: 22px 25px; border-right: 1px solid rgba(255,255,255,.08); }
.feature-row article:first-child { padding-left: 0; }
.feature-row article:last-child { border-right: 0; }
.feature-icon { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; color: var(--gold); background: rgba(247,191,41,.08); border: 1px solid rgba(247,191,41,.16); border-radius: 11px; }
.feature-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; stroke-linecap: round; }
.feature-row article:nth-child(3) .feature-icon svg, .feature-row article:nth-child(4) .feature-icon svg { fill: currentColor; stroke: none; }
.feature-row div { display: flex; flex-direction: column; }
.feature-row strong { font-size: 13px; }
.feature-row small { margin-top: 3px; color: rgba(255,255,255,.45); font-size: 10px; }

.section { padding: 105px 0; }
.services { background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.section-heading h2, .trust-copy h2, .reviews-head h2, .contact-copy h2 { margin: 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.1; letter-spacing: -.045em; }
.section-heading > p { max-width: 420px; margin: 0 0 6px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 300px; position: relative; overflow: hidden; display: flex; flex-direction: column; padding: 28px; background: var(--white); border: 1px solid #e4e6e4; border-radius: 18px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.service-card.featured { color: var(--white); background: var(--navy); border-color: var(--navy); }
.card-number { position: absolute; right: 24px; top: 25px; color: #c7ccd0; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.featured .card-number { color: rgba(255,255,255,.3); }
.card-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: auto; color: #9a6b00; background: #fff7df; border-radius: 13px; }
.card-icon svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.featured .card-icon { color: var(--navy); background: var(--gold); }
.service-card h3 { margin: 25px 0 9px; font-size: 20px; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.featured p { color: rgba(255,255,255,.58); }
.text-call { width: fit-content; margin-top: 18px; color: var(--gold); font-size: 12px; font-weight: 800; }
.text-call span { margin-left: 4px; }
.call-card { flex-direction: row; align-items: end; justify-content: space-between; color: var(--navy); background: var(--gold); border-color: var(--gold); }
.call-card p { color: rgba(7,22,40,.62); font-size: 11px; font-weight: 700; }
.call-card h3 { margin: 12px 0 0; font-size: 24px; line-height: 1.22; }
.round-call { width: 58px; height: 58px; flex: 0 0 auto; display: grid; place-items: center; color: var(--white); background: var(--navy); border-radius: 50%; }
.round-call svg { width: 26px; fill: currentColor; }

.trust { background: var(--white); }
.trust-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.trust-panel { min-height: 550px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 45px; color: var(--white); background: var(--navy); border-radius: 26px; }
.trust-panel::before { content: ""; position: absolute; width: 450px; height: 450px; top: -180px; right: -190px; border: 1px solid rgba(247,191,41,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(247,191,41,.02), 0 0 0 140px rgba(247,191,41,.02); }
.trust-outline { position: absolute; top: 20px; left: 30px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.09); font-size: 150px; font-weight: 800; letter-spacing: -.1em; }
.trust-lock { position: absolute; width: 190px; height: 190px; top: 155px; left: 50%; transform: translateX(-50%); display: grid; place-items: center; background: var(--gold); border-radius: 50%; box-shadow: 0 25px 65px rgba(0,0,0,.3); }
.trust-lock svg { width: 100px; fill: none; stroke: var(--navy); stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; }
.trust-panel p { position: relative; z-index: 2; margin: 0; color: rgba(255,255,255,.84); font-size: 16px; font-weight: 700; text-align: center; }
.trust-copy .lead { max-width: 560px; margin: 23px 0 32px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.check-list { display: grid; gap: 18px; margin: 0 0 35px; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 14px; }
.check-list li > span { width: 27px; height: 27px; flex: 0 0 auto; display: grid; place-items: center; margin-top: 2px; color: var(--navy); background: var(--gold); border-radius: 50%; font-size: 12px; font-weight: 900; }
.check-list strong { font-size: 14px; }
.check-list p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.button { width: fit-content; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 11px; font-size: 13px; font-weight: 800; }
.button-dark { color: var(--white); background: var(--navy); }
.button svg { width: 19px; fill: var(--gold); }

.shop-gallery { background: var(--cream); }
.gallery-heading { margin-bottom: 34px; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.gallery-card { aspect-ratio: 3 / 2; position: relative; overflow: hidden; margin: 0; background: var(--navy); border-radius: 22px; box-shadow: var(--shadow); }
.gallery-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(3,14,25,.88)); pointer-events: none; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-card:hover img { transform: scale(1.025); }
.gallery-card figcaption { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 23px; display: flex; flex-direction: column; color: var(--white); }
.gallery-card figcaption span { margin-bottom: 4px; color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.gallery-card figcaption strong { font-size: 18px; }
.gallery-note { margin: 16px 0 0; color: var(--muted); font-size: 9px; text-align: right; }

.reviews { color: var(--white); background: var(--navy); }
.reviews-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.review-score { display: flex; align-items: center; gap: 16px; padding: 13px 18px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; }
.review-score > strong { font-size: 37px; line-height: 1; }
.review-score > div { display: flex; flex-direction: column; gap: 4px; }
.review-score small { color: rgba(255,255,255,.5); font-size: 9px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card { min-height: 310px; position: relative; display: flex; flex-direction: column; padding: 28px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); border-radius: 18px; }
.quote-mark { position: absolute; right: 22px; top: 12px; color: rgba(247,191,41,.17); font-family: Georgia, serif; font-size: 90px; line-height: 1; }
.review-card > .stars { position: relative; margin-bottom: 21px; }
.review-card blockquote { position: relative; margin: 0; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.8; }
.review-card footer { display: flex; align-items: center; gap: 11px; margin-top: auto; padding-top: 24px; }
.review-card footer > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--navy); background: var(--gold); border-radius: 50%; font-size: 10px; font-weight: 800; }
.review-card footer div { display: flex; flex-direction: column; }
.review-card footer strong { font-size: 11px; }
.review-card footer small { color: rgba(255,255,255,.38); font-size: 9px; }
.review-note { margin: 20px 0 0; color: rgba(255,255,255,.35); font-size: 9px; text-align: center; }

.contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 580px; overflow: hidden; background: var(--white); border-radius: 24px; box-shadow: var(--shadow); }
.contact-copy { padding: 60px; }
.contact-copy > p:not(.eyebrow) { margin: 22px 0 27px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.primary-call.light { min-height: 78px; box-shadow: none; }
.primary-call.light .call-icon { width: 52px; height: 52px; }
.primary-call.light .call-copy strong { font-size: 24px; }
.contact-list { display: grid; gap: 18px; margin: 33px 0 0; }
.contact-list div { display: grid; grid-template-columns: 105px 1fr; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.contact-list dt { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.contact-list dd { margin: 0; font-size: 12px; font-weight: 700; }
.map-wrap { min-height: 500px; position: relative; overflow: hidden; background: #d9ddd8; }
.map-wrap iframe { width: 100%; height: 100%; position: absolute; inset: 0; border: 0; filter: saturate(.72) contrast(.95); }
.map-link { position: absolute; left: 24px; bottom: 24px; z-index: 2; min-height: 52px; display: flex; align-items: center; gap: 9px; padding: 0 18px; color: var(--white); background: var(--navy); border-radius: 11px; box-shadow: 0 10px 30px rgba(0,0,0,.18); font-size: 12px; font-weight: 800; }
.map-link svg { width: 19px; fill: var(--gold); }

.final-cta { position: relative; overflow: hidden; padding: 80px 0; color: var(--white); background: #0a1c30; }
.final-cta::before { content: ""; position: absolute; width: 600px; height: 600px; right: -250px; top: -250px; background: radial-gradient(circle, rgba(247,191,41,.14), transparent 65%); }
.final-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-inner p { margin: 0 0 10px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.final-inner h2 { margin: 0; font-size: clamp(36px, 4.2vw, 56px); line-height: 1.08; letter-spacing: -.045em; }
.giant-call { min-width: 410px; min-height: 94px; display: flex; align-items: center; gap: 17px; padding: 14px 22px; color: var(--navy); background: var(--gold); border-radius: 17px; transition: transform .2s ease, background .2s ease; }
.giant-call:hover { transform: translateY(-3px); background: var(--gold-light); }
.giant-call > svg { width: 42px; fill: currentColor; }
.giant-call span { display: flex; flex-direction: column; }
.giant-call small { font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.giant-call strong { font-size: 28px; letter-spacing: -.03em; }

.site-footer { padding: 60px 0 25px; color: rgba(255,255,255,.62); background: #04101d; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.footer-brand { color: var(--white); }
.footer-grid > div:first-child > p { max-width: 300px; margin: 17px 0 0; font-size: 11px; line-height: 1.7; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid h3 { margin: 0 0 5px; color: var(--white); font-size: 11px; }
.footer-grid a:not(.brand) { font-size: 10px; transition: color .2s ease; }
.footer-grid a:not(.brand):hover { color: var(--gold); }
.footer-phone { color: var(--gold); font-size: 16px !important; font-weight: 800; }
.open-label { display: flex; align-items: center; gap: 7px; font-size: 9px; }
.open-label i { width: 7px; height: 7px; border-radius: 50%; background: var(--success); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 47px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); font-size: 9px; }
.footer-bottom p { margin: 0; }
.mobile-call-bar { display: none; }

@media (max-width: 1000px) {
  .main-nav { gap: 18px; }
  .hero-grid { gap: 30px; }
  .visual-card { min-height: 480px; }
  .feature-row { grid-template-columns: repeat(2, 1fr); }
  .feature-row article { border-bottom: 1px solid rgba(255,255,255,.08); }
  .feature-row article:nth-child(2) { border-right: 0; }
  .feature-row article:first-child { padding-left: 25px; }
  .trust-grid { gap: 50px; }
  .contact-copy { padding: 45px; }
}

@media (max-width: 820px) {
  body { padding-bottom: 80px; }
  .site-header { height: 70px; }
  .header-inner { justify-content: space-between; }
  .header-call { display: none; }
  .menu-toggle { width: 42px; height: 42px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0; color: var(--white); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; }
  .menu-toggle span:not(.sr-only) { width: 19px; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; top: 70px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 20px; background: rgba(7,22,40,.98); border-bottom: 1px solid rgba(255,255,255,.1); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 4px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .hero { min-height: auto; padding: 120px 0 65px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .status-pill, .primary-call, .hero-proof { margin-inline: auto; }
  .hero-text { margin-inline: auto; }
  .hero-visual { width: min(100%, 650px); margin: 8px auto 0; }
  .visual-card { min-height: 440px; }
  .hero h1 { max-width: 650px; margin-inline: auto; }
  .section { padding: 80px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid, .contact-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .trust-panel { min-height: 430px; }
  .trust-copy { order: -1; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 250px; }
  .contact-grid { min-height: 0; }
  .map-wrap { min-height: 440px; }
  .final-inner { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .mobile-call-bar { position: fixed; z-index: 1100; left: 10px; right: 10px; bottom: 9px; display: block; filter: drop-shadow(0 12px 25px rgba(0,0,0,.3)); }
  .mobile-call-bar a { min-height: 63px; display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--navy); background: var(--gold); border: 2px solid rgba(255,255,255,.7); border-radius: 16px; }
  .pulse-phone { width: 40px; height: 40px; display: grid; place-items: center; color: var(--white); background: var(--navy); border-radius: 12px; }
  .pulse-phone svg { width: 21px; fill: currentColor; }
  .mobile-call-bar a > span:last-child { display: flex; flex-direction: column; line-height: 1.15; }
  .mobile-call-bar small { font-size: 8px; font-weight: 800; letter-spacing: .08em; }
  .mobile-call-bar strong { margin-top: 3px; font-size: 18px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand-mark { width: 38px; height: 38px; border-radius: 10px; }
  .brand-mark img { width: 35px; height: 35px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 8px; }
  .hero { padding-top: 108px; }
  .status-pill { margin-bottom: 22px; }
  .hero h1 { font-size: clamp(38px, 11vw, 50px); }
  .hero h1 br { display: none; }
  .hero-text { font-size: 14px; }
  .primary-call { min-height: 80px; text-align: left; }
  .call-icon { width: 51px; height: 51px; }
  .call-copy strong { font-size: 22px; }
  .hero-proof { align-items: flex-start; justify-content: center; }
  .hero-proof p { text-align: left; }
  .visual-card { min-height: 360px; padding: 17px; border-radius: 20px; }
  .visual-topline { padding: 8px 10px; }
  .service-chip { padding: 8px 10px; font-size: 8px; }
  .chip-one { left: 3%; top: 62%; }
  .chip-two { right: 3%; top: 38%; }
  .chip-three { right: 4%; bottom: 18%; }
  .visual-footer { padding: 10px 11px; font-size: 8px; }
  .feature-row { grid-template-columns: 1fr; padding: 12px 0; }
  .feature-row article, .feature-row article:first-child { min-height: 78px; padding: 14px 8px; border-right: 0; }
  .feature-row article:last-child { border-bottom: 0; }
  .section-heading h2, .trust-copy h2, .reviews-head h2, .contact-copy h2 { font-size: 34px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 275px; }
  .trust-grid { gap: 40px; }
  .trust-panel { min-height: 380px; padding: 30px; }
  .trust-outline { font-size: 110px; }
  .trust-lock { width: 150px; height: 150px; top: 135px; }
  .trust-lock svg { width: 77px; }
  .gallery-card { border-radius: 17px; }
  .gallery-card figcaption { left: 20px; right: 20px; bottom: 18px; }
  .gallery-card figcaption strong { font-size: 16px; }
  .gallery-note { text-align: left; }
  .reviews-head { align-items: flex-start; flex-direction: column; }
  .review-score { width: 100%; }
  .contact-copy { padding: 32px 24px; }
  .contact-copy .primary-call { width: 100%; }
  .contact-list div { grid-template-columns: 1fr; gap: 6px; }
  .map-wrap { min-height: 340px; }
  .final-cta { padding: 65px 0; }
  .giant-call { min-width: 0; width: 100%; min-height: 84px; padding: 12px 16px; }
  .giant-call > svg { width: 34px; }
  .giant-call strong { font-size: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { gap: 20px; }
}

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