:root {
    --pink: #ec1762;
    --pink-dark: #be104d;
    --teal: #16b8b6;
    --teal-dark: #078f91;
    --navy: #071a3b;
    --yellow: #ffd322;
    --cream: #fff9f1;
    --paper: #ffffff;
    --muted: #5b667a;
    --line: #e7e5e0;
    --shadow: 0 22px 55px rgba(7, 26, 59, .13);
    --radius: 26px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--navy);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); 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; left: 16px; top: -100px; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 8px; text-decoration: none; }
.skip-link:focus { top: 16px; }

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    background: rgba(255,255,255,.93);
    border-bottom: 1px solid rgba(7,26,59,.07);
    backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: max-content; }
.brand img { width: 68px; height: 68px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font-size: 1.35rem; color: var(--pink); letter-spacing: -.035em; }
.brand small { margin-top: 4px; color: var(--navy); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a:not(.button) { position: relative; color: var(--navy); font-size: .96rem; font-weight: 750; text-decoration: none; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 3px; border-radius: 3px; background: var(--pink); transition: right .2s ease; }
.site-nav > a:not(.button):hover::after, .site-nav > a.active::after { right: 0; }
.nav-toggle { display: none; width: 46px; height: 42px; border: 0; background: transparent; padding: 7px; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { display: block; height: 3px; margin: 5px 0; border-radius: 4px; background: var(--navy); transition: .2s ease; }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border: 2px solid var(--pink);
    border-radius: 999px;
    color: #fff;
    background: var(--pink);
    box-shadow: 0 12px 26px rgba(236,23,98,.22);
    font-weight: 850;
    text-decoration: none;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); background: var(--pink-dark); box-shadow: 0 16px 30px rgba(236,23,98,.28); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: .9rem; }
.button-ghost { color: var(--navy); background: transparent; border-color: rgba(7,26,59,.18); box-shadow: none; }
.button-ghost:hover { color: var(--pink); background: #fff; border-color: var(--pink); box-shadow: none; }
.button-light { color: var(--navy); background: #fff; border-color: #fff; box-shadow: 0 12px 26px rgba(0,0,0,.13); }
.button-light:hover { color: #fff; background: var(--pink); border-color: var(--pink); }
.button-full { width: 100%; }
.text-link { color: var(--pink); font-weight: 850; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.hero { position: relative; overflow: hidden; min-height: 720px; display: flex; align-items: center; background: radial-gradient(circle at 82% 22%, rgba(255,211,34,.25), transparent 31%), linear-gradient(135deg, #fff 0%, #fffaf4 48%, #fff 100%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -280px; bottom: -220px; border: 58px solid rgba(22,184,182,.09); border-radius: 50%; }
.hero-pattern { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(135deg, transparent 0 49%, rgba(236,23,98,.06) 49% 51%, transparent 51% 100%); background-size: 54px 54px; mask-image: linear-gradient(to right, transparent, #000 72%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; gap: 62px; align-items: center; padding-block: 78px; }
.hero-copy { padding-block: 35px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--teal-dark); font-size: .83rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 4px; border-radius: 4px; background: var(--pink); box-shadow: 13px 7px 0 -1px var(--pink); transform: skewX(-28deg); }
.eyebrow.light { color: #fff; }
.eyebrow.light span { background: var(--yellow); box-shadow: 13px 7px 0 -1px var(--yellow); }
h1, h2, h3 { margin: 0; line-height: 1.05; letter-spacing: -.04em; }
.hero h1 { max-width: 680px; font-size: clamp(3.35rem, 6.5vw, 6.25rem); font-weight: 950; }
.hero h1 em { display: block; color: var(--pink); font-style: italic; }
.hero-lead { max-width: 650px; margin: 26px 0 30px; color: var(--muted); font-size: 1.18rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; color: #34415a; font-size: .88rem; font-weight: 780; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row svg { width: 20px; height: 20px; fill: none; stroke: var(--teal-dark); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero-logo-card { position: relative; isolation: isolate; display: grid; place-items: center; min-height: 570px; border: 1px solid rgba(7,26,59,.08); border-radius: 48% 52% 42% 58% / 51% 43% 57% 49%; background: rgba(255,255,255,.9); box-shadow: var(--shadow); transform: rotate(1deg); }
.hero-logo-card::before { content: ""; position: absolute; z-index: -2; inset: -24px 20px 24px -24px; border: 5px solid var(--pink); border-radius: inherit; opacity: .85; transform: rotate(-5deg); }
.hero-logo-card::after { content: ""; position: absolute; z-index: -3; width: 125px; height: 125px; right: -25px; top: 18px; border-radius: 50%; background: var(--yellow); box-shadow: -440px 430px 0 -30px var(--teal); }
.hero-logo-card img { width: min(94%, 565px); filter: drop-shadow(0 18px 18px rgba(7,26,59,.09)); transform: rotate(-1deg); }
.sun-stripes { position: absolute; z-index: -1; right: -20px; top: 98px; width: 190px; height: 130px; background: repeating-linear-gradient(to bottom, var(--yellow) 0 11px, transparent 11px 20px); opacity: .85; transform: skewX(-16deg); }
.hero-badge { position: absolute; right: -24px; bottom: 48px; padding: 12px 19px; border: 4px solid #fff; border-radius: 999px; color: #fff; background: var(--teal); box-shadow: 0 10px 26px rgba(7,26,59,.18); font-weight: 900; transform: rotate(-4deg); }

.status-strip { background: var(--navy); color: #fff; }
.status-inner { min-height: 66px; display: flex; align-items: center; gap: 12px 18px; }
.status-inner strong { color: var(--yellow); }
.status-inner span { color: rgba(255,255,255,.82); }
.status-inner a { margin-left: auto; color: #fff; font-weight: 850; text-decoration: none; }
.status-inner a:hover { color: var(--yellow); }

.section { padding-block: 105px; scroll-margin-top: 84px; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 46px; }
.section-heading h2, .about-copy h2, .area-copy h2, .contact-copy h2 { font-size: clamp(2.35rem, 4.4vw, 4.25rem); font-weight: 950; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 280px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(22,184,182,.35); box-shadow: var(--shadow); }
.service-card.featured { color: #fff; background: linear-gradient(145deg, var(--teal-dark), var(--teal)); border-color: transparent; }
.service-card.featured::after { content: ""; position: absolute; width: 150px; height: 150px; right: -55px; bottom: -55px; border: 26px solid rgba(255,255,255,.12); border-radius: 50%; }
.service-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 29px; border-radius: 18px; color: var(--pink); background: #fff1f6; }
.featured .service-icon { color: var(--navy); background: var(--yellow); }
.service-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font-size: 1.45rem; font-weight: 900; }
.service-card p { margin: 15px 0 0; color: var(--muted); }
.service-card.featured p { color: rgba(255,255,255,.86); }
.service-note { margin: 30px 0 0; padding: 18px 22px; border-left: 5px solid var(--yellow); color: var(--muted); background: var(--cream); border-radius: 0 14px 14px 0; }

.about-section { overflow: hidden; background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; }
.about-art { position: relative; min-height: 520px; display: grid; place-items: center; }
.about-art::before { content: ""; position: absolute; width: 370px; height: 370px; border-radius: 45% 55% 58% 42% / 52% 40% 60% 48%; background: var(--yellow); transform: rotate(9deg); }
.about-art img { position: relative; z-index: 2; width: 420px; filter: drop-shadow(0 25px 26px rgba(7,26,59,.18)); }
.about-ring { position: absolute; width: 470px; height: 470px; border: 6px solid var(--pink); border-radius: 50%; transform: translate(-35px, -8px); opacity: .75; }
.about-card { position: absolute; z-index: 4; right: -8px; bottom: 35px; display: flex; flex-direction: column; max-width: 260px; padding: 19px 22px; border-radius: 18px; color: #fff; background: var(--navy); box-shadow: var(--shadow); transform: rotate(-3deg); }
.about-card strong { color: var(--yellow); font-size: 1.05rem; }
.about-card span { font-size: .9rem; }
.about-copy > p { color: var(--muted); font-size: 1.08rem; }
.about-points { display: grid; gap: 18px; margin-top: 32px; }
.about-points > div { display: grid; grid-template-columns: 175px 1fr; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(7,26,59,.12); }
.about-points strong { color: var(--pink); font-size: .96rem; }
.about-points span { color: var(--muted); }

.gallery-section { background: #fff; }
.gallery-heading { align-items: center; }
.heading-actions { display: flex; align-items: center; justify-content: flex-end; gap: 22px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 260px; gap: 17px; }
.gallery-card { position: relative; overflow: hidden; min-width: 0; border: 0; border-radius: 22px; background: #eef1f4; text-align: left; cursor: pointer; text-decoration: none; }
.gallery-card:nth-child(1), .gallery-card:nth-child(5) { grid-row: span 2; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-card:hover img { transform: scale(1.045); }
.gallery-overlay { position: absolute; inset: auto 0 0; display: flex; flex-direction: column; padding: 65px 20px 18px; color: #fff; background: linear-gradient(transparent, rgba(7,26,59,.88)); }
.gallery-overlay strong { font-size: 1.08rem; }
.gallery-overlay small { opacity: .8; }
.instagram-card { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 28px; color: #fff; background: linear-gradient(145deg, #8c1bab, #ec1762 50%, #f39a20); }
.instagram-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -42px; bottom: -42px; border: 18px solid rgba(255,255,255,.15); border-radius: 50%; }
.instagram-card .instagram-mark { font-size: 3rem; line-height: 1; }
.instagram-card strong { margin-top: 20px; font-size: 1.35rem; }
.instagram-card small { margin-top: 9px; opacity: .85; }
.instagram-card > span:last-child { margin-top: auto; font-weight: 850; }
.gallery-empty { display: grid; grid-template-columns: auto 1fr auto; gap: 25px; align-items: center; padding: 35px; border: 2px dashed rgba(7,26,59,.16); border-radius: var(--radius); background: var(--cream); }
.gallery-empty-icon { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 22px; color: #fff; background: linear-gradient(145deg, #8c1bab, var(--pink), #f39a20); font-size: 2.6rem; }
.gallery-empty h2, .gallery-empty h3 { margin: 0 0 7px; font-size: 1.45rem; }
.gallery-empty p { margin: 0; color: var(--muted); }

.service-area-section { position: relative; overflow: hidden; color: #fff; background: var(--teal-dark); }
.service-area-section::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 24px 24px; }
.area-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.area-copy p { margin: 24px 0 30px; color: rgba(255,255,255,.85); font-size: 1.08rem; }
.area-map { position: relative; min-height: 465px; overflow: hidden; border: 1px solid rgba(255,255,255,.23); border-radius: 35px; background: #eef2dd; box-shadow: 0 28px 50px rgba(0,0,0,.16); transform: rotate(1deg); }
.area-map::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(33deg, transparent 47%, rgba(7,26,59,.08) 47% 49%, transparent 49%), linear-gradient(126deg, transparent 48%, rgba(7,26,59,.07) 48% 50%, transparent 50%); background-size: 120px 90px, 150px 110px; }
.map-water { position: absolute; right: -45px; top: -20px; bottom: -30px; width: 34%; border-left: 6px solid rgba(255,255,255,.6); border-radius: 53% 0 0 48%; background: #72d7e8; transform: rotate(-3deg); }
.map-road { position: absolute; height: 7px; border: 2px solid #fff; border-radius: 8px; background: #d5c9b7; box-shadow: 0 0 0 1px rgba(7,26,59,.1); }
.road-a { width: 75%; left: 4%; top: 37%; transform: rotate(9deg); }
.road-b { width: 68%; left: 14%; top: 66%; transform: rotate(-17deg); }
.road-c { width: 54%; left: 27%; top: 48%; transform: rotate(68deg); }
.map-pin { position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px; color: var(--navy); font-size: .84rem; font-weight: 850; }
.map-pin i { position: relative; display: block; width: 24px; height: 24px; border: 5px solid #fff; border-radius: 50% 50% 50% 0; background: var(--pink); box-shadow: 0 5px 11px rgba(7,26,59,.22); transform: rotate(-45deg); }
.map-pin i::after { content: ""; position: absolute; width: 5px; height: 5px; left: 5px; top: 5px; border-radius: 50%; background: #fff; }
.map-pin span { padding: 3px 8px; border-radius: 7px; background: rgba(255,255,255,.76); }
.pin-1 { left: 20%; top: 22%; }
.pin-2 { right: 16%; top: 32%; }
.pin-3 { left: 43%; top: 43%; }
.pin-4 { right: 23%; bottom: 18%; }
.pin-5 { left: 18%; bottom: 20%; }
.map-note { position: absolute; right: 25px; bottom: 22px; padding: 7px 12px; border-radius: 8px; color: #fff; background: var(--navy); font-size: .78rem; font-weight: 800; }

.contact-section { background: linear-gradient(135deg, #fff 0, #fff9f1 100%); }
.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 85px; align-items: start; }
.contact-copy > p { margin: 24px 0 30px; color: var(--muted); font-size: 1.08rem; }
.contact-methods { display: grid; gap: 12px; }
.contact-methods a { display: flex; align-items: center; gap: 14px; padding: 13px; border: 1px solid var(--line); border-radius: 16px; background: #fff; text-decoration: none; transition: border-color .2s ease, transform .2s ease; }
.contact-methods a:hover { transform: translateX(4px); border-color: var(--pink); }
.contact-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; color: #fff; background: var(--teal); font-size: 1.3rem; }
.contact-methods a:nth-child(2) .contact-icon { background: var(--pink); }
.contact-methods a:nth-child(3) .contact-icon { background: linear-gradient(145deg, #8c1bab, var(--pink), #f39a20); }
.contact-methods a > span:last-child { display: flex; flex-direction: column; min-width: 0; }
.contact-methods small { color: var(--muted); }
.contact-methods strong { overflow-wrap: anywhere; }
.contact-card { padding: 38px; border: 1px solid rgba(7,26,59,.08); border-radius: 30px; background: #fff; box-shadow: var(--shadow); }
.contact-form { display: grid; gap: 17px; }
.contact-form label { display: grid; gap: 7px; color: #263550; font-size: .87rem; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #d9dde4; border-radius: 12px; outline: none; background: #fbfcfd; padding: 13px 14px; color: var(--navy); transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form textarea { resize: vertical; min-height: 130px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(22,184,182,.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-fineprint { margin: 0; color: var(--muted); font-size: .78rem; text-align: center; }
.honeypot { position: absolute; left: -9999px; }
.form-message { margin-bottom: 18px; padding: 13px 16px; border-radius: 12px; font-weight: 750; }
.form-message.success { color: #075a44; background: #dff8ef; }
.form-message.error { color: #8f153c; background: #ffe2ec; }
.contact-not-ready { text-align: center; padding: 50px 20px; }
.contact-not-ready h3 { font-size: 1.8rem; }
.contact-not-ready p { color: var(--muted); }

.site-footer { color: #fff; background: var(--navy); }
.footer-grid { min-height: 185px; display: grid; grid-template-columns: 1.25fr .9fr 1fr; gap: 40px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 72px; height: 72px; border-radius: 50%; background: #fff; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { font-size: 1.05rem; }
.footer-brand span { color: rgba(255,255,255,.65); font-size: .86rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 20px; }
.footer-links a { color: rgba(255,255,255,.78); font-size: .86rem; font-weight: 750; text-decoration: none; }
.footer-links a:hover { color: var(--yellow); }
.footer-meta { display: flex; flex-direction: column; align-items: flex-end; color: rgba(255,255,255,.58); font-size: .82rem; text-align: right; }

.lightbox { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 45px; background: rgba(2,10,25,.93); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 82vh; border-radius: 15px; box-shadow: 0 25px 65px rgba(0,0,0,.45); }
.lightbox p { max-width: 800px; margin: 15px auto 0; color: #fff; text-align: center; }
.lightbox-close { position: absolute; right: 25px; top: 18px; width: 48px; height: 48px; border: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.13); font-size: 2rem; cursor: pointer; }

.page-hero { padding-block: 85px; color: #fff; background: linear-gradient(132deg, var(--navy), #103768 62%, var(--teal-dark)); }
.page-hero.compact { padding-block: 62px; }
.page-hero-inner { display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.5rem); }
.page-hero p { max-width: 680px; margin: 20px 0 0; color: rgba(255,255,255,.78); font-size: 1.1rem; }
.full-gallery-section { background: #f8f8f6; }
.full-gallery-grid { columns: 2 430px; column-gap: 25px; }
.full-gallery-item { display: inline-block; width: 100%; margin: 0 0 25px; break-inside: avoid; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 12px 35px rgba(7,26,59,.07); }
.full-gallery-image { display: block; width: 100%; padding: 0; border: 0; background: #eee; cursor: zoom-in; }
.full-gallery-image img { display: block; width: 100%; max-height: 680px; object-fit: cover; }
.full-gallery-caption { padding: 22px 24px 24px; }
.full-gallery-caption small { color: var(--teal-dark); font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.full-gallery-caption h2 { margin-top: 8px; font-size: 1.5rem; }
.full-gallery-caption p { margin: 11px 0 0; color: var(--muted); }
.instagram-embed-wrap { min-height: 420px; display: grid; place-items: center; padding: 12px; background: #f5f5f5; }
.instagram-media { min-width: 280px !important; width: calc(100% - 2px) !important; margin: 0 !important; }
.gallery-empty.large { padding-block: 60px; }
.legal-section { background: #fafaf8; }
.legal-copy { max-width: 850px; padding: 50px; border: 1px solid var(--line); border-radius: 25px; background: #fff; }
.legal-copy h2 { margin: 35px 0 10px; font-size: 1.6rem; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p { color: var(--muted); }
.legal-updated { margin-top: 35px; font-size: .88rem; }

@media (max-width: 1040px) {
    .site-nav { gap: 18px; }
    .hero-grid { gap: 35px; }
    .hero-logo-card { min-height: 500px; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .about-grid, .contact-grid { gap: 55px; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-card:nth-child(1), .gallery-card:nth-child(5) { grid-row: auto; }
    .area-grid { gap: 40px; }
}

@media (max-width: 860px) {
    .nav-toggle { display: block; }
    .site-nav { position: fixed; left: 20px; right: 20px; top: 96px; display: grid; gap: 0; padding: 16px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); transform: translateY(-20px); opacity: 0; pointer-events: none; transition: .2s ease; }
    .site-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
    .site-nav > a:not(.button) { padding: 13px 10px; }
    .site-nav > a:not(.button)::after { display: none; }
    .site-nav .button { margin-top: 8px; }
    .static-nav { position: static; display: flex; width: auto; padding: 0; border: 0; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
    .hero { min-height: auto; }
    .hero-grid { grid-template-columns: 1fr; padding-block: 58px 78px; }
    .hero-copy { text-align: center; }
    .hero-lead { margin-inline: auto; }
    .hero-actions, .trust-row { justify-content: center; }
    .hero-logo-card { width: min(600px, 90%); margin-inline: auto; }
    .section-heading { grid-template-columns: 1fr; gap: 18px; }
    .about-grid { grid-template-columns: 1fr; }
    .about-art { order: 2; }
    .area-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; padding-block: 36px; }
    .footer-meta { grid-column: 1 / -1; align-items: flex-start; text-align: left; }
}

@media (max-width: 640px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .nav-wrap { min-height: 76px; }
    .brand img { width: 56px; height: 56px; }
    .brand strong { font-size: 1.12rem; }
    .brand small { font-size: .65rem; }
    .site-nav { top: 82px; left: 14px; right: 14px; }
    .hero-grid { padding-top: 42px; gap: 25px; }
    .hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
    .hero-lead { font-size: 1rem; }
    .hero-actions .button { width: 100%; }
    .trust-row { display: grid; gap: 10px; text-align: left; }
    .hero-logo-card { min-height: 360px; width: 100%; border-radius: 32px; }
    .hero-logo-card::before { inset: -12px 9px 12px -9px; border-width: 3px; }
    .hero-badge { right: 5px; bottom: 18px; font-size: .78rem; }
    .status-inner { flex-wrap: wrap; padding-block: 15px; font-size: .88rem; }
    .status-inner a { width: 100%; margin-left: 0; }
    .section { padding-block: 74px; }
    .section-heading h2, .about-copy h2, .area-copy h2, .contact-copy h2 { font-size: 2.7rem; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 0; }
    .about-art { min-height: 410px; }
    .about-art::before { width: 285px; height: 285px; }
    .about-art img { width: 320px; }
    .about-ring { width: 340px; height: 340px; }
    .about-card { right: 0; bottom: 10px; }
    .about-points > div { grid-template-columns: 1fr; gap: 5px; }
    .heading-actions { align-items: flex-start; flex-direction: column; }
    .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; }
    .gallery-empty { grid-template-columns: 1fr; text-align: center; justify-items: center; }
    .area-map { min-height: 380px; }
    .form-row { grid-template-columns: 1fr; }
    .contact-card { padding: 25px 19px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-meta { grid-column: auto; }
    .page-hero { padding-block: 62px; }
    .page-hero-inner { align-items: flex-start; flex-direction: column; }
    .page-hero h1 { font-size: 3rem; }
    .full-gallery-grid { columns: 1; }
    .legal-copy { padding: 28px 22px; }
    .static-nav a:not(.button) { display: none; }
    .lightbox { padding: 20px; }
}

/* Local SEO content pages */
.seo-service-grid .service-card { text-decoration: none; display: flex; flex-direction: column; }
.seo-service-grid .service-card > span { margin-top: auto; padding-top: 22px; font-weight: 850; color: var(--pink); }
.seo-service-grid .service-card.featured > span { color: #fff; }
.coverage-preview { background: linear-gradient(180deg, #fff, #f7fbfb); }
.coverage-groups, .area-list-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.coverage-groups article, .area-list-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 12px 30px rgba(7,26,59,.06); }
.coverage-groups h3, .area-list-grid h2 { margin-bottom: 12px; font-size: 1.45rem; }
.coverage-groups p, .area-list-grid p { margin: 0; color: var(--muted); }
.area-list-grid { grid-template-columns: repeat(2, 1fr); }
.center-action { display: flex; justify-content: center; margin-top: 38px; }
.content-page { background: #fbfbf9; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 60px; align-items: start; }
.rich-copy { max-width: 820px; }
.rich-copy h2 { margin: 48px 0 14px; font-size: clamp(2rem, 3.5vw, 3rem); }
.rich-copy h2:first-child { margin-top: 0; }
.rich-copy h3 { margin-bottom: 8px; font-size: 1.25rem; }
.rich-copy p, .rich-copy li { color: var(--muted); font-size: 1.05rem; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 24px; }
.detail-grid.large { grid-template-columns: repeat(3, 1fr); }
.detail-grid > div { padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.detail-grid > div h2, .detail-grid > div h3 { margin: 0 0 10px; font-size: 1.35rem; }
.detail-grid > div p { margin: 0; color: var(--muted); }
.sticky-cta { position: sticky; top: 118px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.sticky-cta h2 { font-size: 1.7rem; }
.sticky-cta p { color: var(--muted); }
.sticky-cta .button + .button { margin-top: 10px; }
.sticky-cta small { display: block; margin-top: 16px; color: var(--muted); text-align: center; }
.steps { list-style: none; margin: 25px 0 0; padding: 0; counter-reset: step; }
.steps li { position: relative; display: grid; gap: 5px; margin-bottom: 16px; padding: 20px 20px 20px 70px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.steps li::before { counter-increment: step; content: counter(step); position: absolute; left: 20px; top: 20px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #fff; background: var(--teal); font-weight: 900; }
.steps strong { color: var(--navy); }
.service-area-note { margin-top: 30px; padding: 28px; border-left: 6px solid var(--teal); border-radius: 0 20px 20px 0; background: var(--cream); }
.service-area-note h2 { margin-bottom: 10px; font-size: 1.6rem; }
.service-area-note p { margin: 0; color: var(--muted); }
.gallery-scooter { margin-bottom: 4px !important; }
.footer-meta a { color: rgba(255,255,255,.72); text-decoration: none; overflow-wrap: anywhere; }
.footer-meta a:hover { color: var(--yellow); }
.trademark-note { padding: 0 0 28px; border-top: 1px solid rgba(255,255,255,.09); }
.trademark-note p { margin: 20px 0 0; color: rgba(255,255,255,.48); font-size: .75rem; line-height: 1.55; }

@media (max-width: 1040px) {
  .site-nav { gap: 14px; }
  .site-nav > a:not(.button) { font-size: .88rem; }
  .coverage-groups { grid-template-columns: 1fr 1fr; }
  .detail-grid.large { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .content-grid { grid-template-columns: 1fr; }
  .sticky-cta { position: static; }
  .area-list-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .coverage-groups, .detail-grid, .detail-grid.large { grid-template-columns: 1fr; }
  .content-grid { gap: 35px; }
  .rich-copy h2 { margin-top: 38px; }
  .steps li { padding-left: 62px; }
}
