:root{--p:#D97706;--s:#FFFFFF;--a:#1E293B;--ink:#0f172a;--muted:#64748b;--line:#e5eaf1;--soft:#f6f8fc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);line-height:1.65;background:#fff}a{text-decoration:none;color:inherit}.wrap,.narrow{width:min(1160px,calc(100% - 40px));margin:auto}.narrow{width:min(820px,calc(100% - 40px))}.site-header{position:sticky;top:0;z-index:30;background:#ffffffed;backdrop-filter:blur(14px);border-bottom:1px solid #eef1f5}.nav{height:82px;display:flex;align-items:center;gap:30px}.logo{display:flex;align-items:center;gap:11px;font-weight:900;font-size:17px;margin-right:auto}.logo-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,var(--p),#6d28d9);color:#fff;font-size:21px;box-shadow:0 9px 24px color-mix(in srgb,var(--p) 25%,transparent)}.logo small{display:block;color:var(--muted);font-weight:600;font-size:10px}.nav nav{display:flex;gap:25px;font-size:13px;font-weight:750}.nav nav a:hover{color:var(--p)}.menu{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:13px 20px;border-radius:11px;font-weight:850;border:1px solid transparent;transition:.2s;cursor:pointer}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--p),color-mix(in srgb,var(--p) 70%,#6d28d9));color:#fff;box-shadow:0 12px 26px color-mix(in srgb,var(--p) 22%,transparent)}.btn-light{background:#fff;color:var(--ink);border-color:#dfe5ee}.hero{overflow:hidden;background:radial-gradient(circle at 85% 15%,color-mix(in srgb,var(--p) 14%,transparent),transparent 34%),linear-gradient(135deg,#f8fbff,#fff 55%,#f8f5ff);padding:78px 0 0}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:70px;align-items:center}.eyebrow{display:inline-block;color:var(--p);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.eyebrow.light{color:#bfdbfe}.hero h1{font-size:clamp(44px,5.2vw,72px);line-height:1.02;letter-spacing:-.045em;margin:15px 0 22px}.hero-copy>p{font-size:19px;color:var(--muted);max-width:650px}.actions{display:flex;flex-wrap:wrap;gap:11px;margin:28px 0 15px}.micro{font-size:12px;color:var(--muted);font-weight:700}.hero-art{position:relative;min-height:500px;display:grid;place-items:center}.orb{position:absolute;width:420px;height:420px;border-radius:50%;background:linear-gradient(135deg,var(--p),#7c3aed);filter:saturate(.9)}.photo-card{position:relative;width:78%;min-height:380px;border-radius:28px;padding:25px;background:linear-gradient(160deg,#fff,#eef4ff);box-shadow:0 35px 70px #0f172a24;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #ffffffb8;transform:rotate(2deg)}.photo-top,.photo-bottom{display:flex;justify-content:space-between;gap:10px}.photo-top span,.photo-bottom span{color:var(--muted);font-size:12px}.house{font-size:150px;line-height:1;text-align:center;color:var(--p);text-shadow:0 20px 50px color-mix(in srgb,var(--p) 22%,transparent)}.floating-card{position:absolute;bottom:45px;left:0;background:#fff;padding:16px 20px;border-radius:15px;box-shadow:0 18px 45px #0f172a24}.floating-card b,.floating-card span{display:block}.floating-card span{font-size:11px;color:var(--muted)}.trust{margin-top:65px;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 18px 50px #0f172a0d;transform:translateY(34px)}.trust div{padding:20px 24px;border-right:1px solid var(--line)}.trust div:last-child{border:0}.trust b,.trust span{display:block}.trust span{font-size:11px;color:var(--muted)}.section{padding:95px 0}.intro{padding-top:125px}.center{text-align:center}.section h2{font-size:clamp(32px,4vw,48px);line-height:1.1;letter-spacing:-.035em;margin:12px 0 20px}.lead-copy{font-size:18px;color:var(--muted)}.soft{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:38px}.section-head>div{max-width:650px}.section-head>p{max-width:420px;color:var(--muted)}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 12px 35px #0f172a08;transition:.2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 20px 45px #0f172a12}.service-icon{width:44px;height:44px;border-radius:12px;background:color-mix(in srgb,var(--p) 10%,#fff);color:var(--p);display:grid;place-items:center;font-weight:900}.service-photo{width:100%;height:190px;object-fit:cover;display:block}.service-pad{padding:0}.service-card:has(.service-photo){padding:0;overflow:hidden}.service-card:has(.service-photo) .service-pad{padding:22px 28px 28px}.photo-real{padding:0;overflow:hidden}.photo-real img{width:100%;height:380px;object-fit:cover;display:block}.service-card h3{font-size:20px}.service-card p{color:var(--muted)}.service-card a{font-weight:850;color:var(--p)}.dark{background:linear-gradient(135deg,var(--s),#172554);color:#fff}.why-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.why-grid>div:first-child>p{color:#cbd5e1}.benefits{display:grid;grid-template-columns:1fr 1fr;gap:14px}.benefit{display:flex;gap:13px;border:1px solid #ffffff20;background:#ffffff0a;border-radius:16px;padding:20px}.benefit>span{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#ffffff14;color:#fff;flex:0 0 32px}.benefit h3{margin:2px 0 5px}.benefit p{color:#cbd5e1;margin:0}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step{padding:25px;border-top:3px solid var(--p);background:#fff;box-shadow:0 12px 35px #0f172a09;border-radius:0 0 16px 16px}.step>span{color:var(--p);font-weight:900;font-size:13px}.step p{color:var(--muted)}.area{background:linear-gradient(135deg,#fff,#f4f8ff)}.area-grid{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:center}.map-card{min-height:310px;border-radius:24px;background:linear-gradient(135deg,var(--s),var(--p));color:#fff;padding:38px;position:relative;overflow:hidden}.map-card span{font-size:11px;letter-spacing:.15em}.map-card b{display:block;font-size:42px;margin-top:55px}.map-lines{position:absolute;inset:0;background:repeating-radial-gradient(circle at 70% 35%,transparent 0 30px,#ffffff12 31px 32px)}.faq{margin-top:35px}.faq details{background:#fff;border:1px solid var(--line);border-radius:13px;margin:11px 0;padding:0 19px}.faq summary{padding:18px 0;font-weight:850;cursor:pointer;display:flex;justify-content:space-between}.faq details p{color:var(--muted);padding:0 0 18px;margin:0}.cta{background:linear-gradient(120deg,var(--p),#6d28d9);color:#fff;padding:65px 0}.cta-grid{display:flex;justify-content:space-between;gap:50px;align-items:center}.cta h2{font-size:40px;margin:10px 0}.cta p{color:#e9e8ff}.contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:65px}.contact-card{margin-top:30px;padding:23px;background:var(--soft);border-radius:15px}.lead{display:grid;gap:12px;background:#fff;border:1px solid var(--line);padding:28px;border-radius:20px;box-shadow:0 18px 50px #0f172a0c}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.lead input,.lead textarea,.lead select{width:100%;padding:13px 14px;border:1px solid #dce3ec;border-radius:10px;font:inherit;background:#fff}.lead textarea{min-height:115px;resize:vertical}.lead small{color:var(--muted)}.inner-hero{padding:75px 0;background:linear-gradient(135deg,#f7faff,#fff)}.inner-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center}.inner-photo{border-radius:24px;overflow:hidden;box-shadow:0 22px 55px #0f172a20;background:#eef2f7}.inner-photo img{display:block;width:100%;height:330px;object-fit:cover}.content>.inner-photo{margin-bottom:28px}.content>.inner-photo img{height:390px}.map-section{width:100%;max-width:none;padding-left:0!important;padding-right:0!important}.map-section>.wrap{width:100%!important;max-width:none!important;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important}.map-card{display:block;width:100%!important;max-width:none!important;border-radius:0;background:#fff;border:1px solid #e5e7eb;border-radius:24px;overflow:hidden;box-shadow:0 16px 42px #0f172a14}.map-head{padding:26px 28px;display:flex;justify-content:space-between;gap:24px;align-items:center}.map-head h2{margin:5px 0 7px}.map-head p{margin:0;color:#64748b}.map-card iframe.awb-location-map{display:block!important;width:100%!important;max-width:none!important;min-width:100%!important;height:420px!important;border:0!important;box-sizing:border-box!important}.map-section{padding-top:20px}@media(max-width:700px){.map-head{align-items:flex-start;flex-direction:column}.map-card iframe{height:330px}}.inner-hero h1{font-size:50px;line-height:1.05;max-width:800px}.content{max-width:850px}.content p{font-size:17px;color:#475569}.content-card{padding:28px;border:1px solid var(--line);border-radius:18px;background:#fff;margin:18px 0}footer{background:#0b1220;color:#cbd5e1;padding:65px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .8fr 1fr;gap:45px}.footer-grid .logo{color:#fff}.footer-grid>div>a{display:block;margin:8px 0;color:#cbd5e1}.footer-grid>div>b{color:#fff}.copyright{border-top:1px solid #ffffff14;margin-top:40px;padding-top:20px;font-size:12px}@media(max-width:900px){.nav nav,.header-cta{display:none}.menu{display:block;border:0;background:transparent;font-size:22px}.hero-grid,.why-grid,.area-grid,.contact-grid,.inner-grid{grid-template-columns:1fr}.hero-art{min-height:390px}.services,.steps{grid-template-columns:1fr 1fr}.trust{grid-template-columns:1fr 1fr}.trust div:nth-child(2){border-right:0}.section-head,.cta-grid{display:block}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.wrap,.narrow{width:min(100% - 28px,1160px)}.hero{padding-top:48px}.hero h1{font-size:42px}.hero-art{min-height:320px}.orb{width:280px;height:280px}.photo-card{min-height:270px;width:88%}.house{font-size:100px}.floating-card{bottom:10px}.trust,.services,.benefits,.steps,.form-row,.footer-grid{grid-template-columns:1fr}.trust div{border-right:0;border-bottom:1px solid var(--line)}.section{padding:70px 0}.actions .btn{width:100%}.cta h2{font-size:34px}}
/* Phase 2.9 true layout families */
.intro-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}.intro-grid h2{font-size:clamp(36px,4.5vw,58px);line-height:1.04;margin:8px 0}.intro-grid .lead-copy{font-size:18px;margin-top:8px}.intro-rule{height:1px;background:var(--line);margin:28px 0 18px}.visual-band{padding:90px 0;background:#fff}.visual-band-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center}.visual-band .inner-photo{margin:0}.visual-band h2{font-size:clamp(34px,4vw,52px);line-height:1.05;letter-spacing:-.035em}.area-panel{min-height:350px;padding:45px;border-radius:28px;background:linear-gradient(145deg,var(--s),var(--p));color:#fff;display:flex;flex-direction:column;justify-content:flex-end}.area-panel b{font-size:46px}
.design-premium_split .hero{background:linear-gradient(120deg,#fff 0 58%,color-mix(in srgb,var(--p) 8%,#fff) 58%)}.design-premium_split .hero-grid{grid-template-columns:1fr 1fr}.design-premium_split .services{grid-template-columns:repeat(3,1fr)}.design-premium_split .intro{background:#fff}
.design-editorial .hero-grid{grid-template-columns:.82fr 1.18fr}.design-editorial .hero-art{min-height:560px}.design-editorial .photo-real{width:100%;transform:none}.design-editorial .photo-real img{height:560px}.design-editorial .floating-card{left:-34px;right:auto}.design-editorial .services{grid-template-columns:repeat(2,1fr)}.design-editorial .service-photo{height:300px}.design-editorial .intro-grid{grid-template-columns:1fr 1fr}.design-editorial .dark{background:#101827}
.design-local_pro .hero{background:linear-gradient(180deg,#f8fbff,#fff)}.design-local_pro .hero-grid{grid-template-columns:1.1fr .9fr}.design-local_pro .trust{box-shadow:0 18px 60px #0f172a12;border-radius:20px;overflow:hidden}.design-local_pro .services{grid-template-columns:repeat(3,1fr)}.design-local_pro .service-card{border-radius:24px}.design-local_pro .dark{border-radius:0}.design-local_pro .cta{background:var(--s)}
@media(max-width:900px){.intro-grid,.visual-band-grid{grid-template-columns:1fr;gap:34px}.design-editorial .hero-grid,.design-premium_split .hero-grid,.design-local_pro .hero-grid{grid-template-columns:1fr}.design-editorial .services,.design-premium_split .services,.design-local_pro .services{grid-template-columns:1fr 1fr}.design-editorial .hero-art{min-height:390px}.design-editorial .photo-real img{height:390px}}
@media(max-width:620px){.design-editorial .services,.design-premium_split .services,.design-local_pro .services{grid-template-columns:1fr}.visual-band{padding:62px 0}}

/* Phase 3.0 dynamic component library */
.hero-image_backdrop{position:relative;overflow:hidden;background:var(--ink);color:#fff}.hero-image_backdrop .hero-grid{min-height:640px;position:relative;z-index:2}.hero-image_backdrop .hero-art{position:absolute;inset:0 0 0 46%;opacity:.5}.hero-image_backdrop .photo-card,.hero-image_backdrop .photo-real{position:absolute;inset:0;width:100%;height:100%;transform:none;border-radius:0}.hero-image_backdrop .photo-real img{height:100%;filter:saturate(.86)}.hero-image_backdrop .hero-copy{padding:72px 0;max-width:670px}.hero-image_backdrop .hero-copy p{color:#e2e8f0}.hero-image_backdrop .floating-card{display:none}
.hero-offset_card .hero-grid{grid-template-columns:.88fr 1.12fr;gap:44px}.hero-offset_card .hero-art{padding:30px 0 30px 52px}.hero-offset_card .photo-card{transform:rotate(1.4deg);border-radius:34px}.hero-offset_card .floating-card{left:0;right:auto;bottom:40px}
.services-featured .services{grid-template-columns:1.25fr .75fr .75fr}.services-featured .service-card:first-child{grid-row:span 2}.services-featured .service-card:first-child .service-photo{height:420px}.services-featured .service-card:first-child h3{font-size:28px}
.services-alternating .services{display:flex;flex-direction:column;gap:24px}.services-alternating .service-card{display:grid;grid-template-columns:.9fr 1.1fr;min-height:260px}.services-alternating .service-card:nth-child(even){grid-template-columns:1.1fr .9fr}.services-alternating .service-card:nth-child(even) .service-photo{order:2}.services-alternating .service-photo{height:100%;min-height:260px}.services-alternating .service-pad{padding:38px!important;justify-content:center}
.process-timeline .process-grid{display:grid;grid-template-columns:1fr;max-width:900px;margin-left:auto}.process-timeline .process-card{display:grid;grid-template-columns:90px 1fr;align-items:start;border:0;border-left:2px solid var(--p);border-radius:0;padding:12px 0 38px 34px;box-shadow:none}
.faq-split .wrap{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;align-items:start}.faq-split .section-head{position:sticky;top:110px;text-align:left;margin:0}.faq-split .faq-list{margin:0;max-width:none}
.inner-proof{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.proof-row{display:grid;grid-template-columns:repeat(4,1fr);padding:18px 0;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.proof-row span{padding:0 18px;border-right:1px solid var(--line)}.proof-row span:last-child{border:0}
@media(max-width:900px){.hero-image_backdrop .hero-art{inset:0;opacity:.22}.hero-image_backdrop .hero-grid{min-height:590px}.hero-offset_card .hero-grid{grid-template-columns:1fr}.hero-offset_card .hero-art{padding:0}.services-featured .services{grid-template-columns:1fr 1fr}.services-featured .service-card:first-child{grid-column:1/-1;grid-row:auto}.services-alternating .service-card,.services-alternating .service-card:nth-child(even){grid-template-columns:1fr}.services-alternating .service-card:nth-child(even) .service-photo{order:0}.faq-split .wrap{grid-template-columns:1fr;gap:28px}.faq-split .section-head{position:static}.proof-row{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.services-featured .services,.proof-row{grid-template-columns:1fr}.services-featured .service-card:first-child{grid-column:auto}.services-featured .service-card:first-child .service-photo{height:260px}}

/* Phase 3.1.2 visual quality / screenshot fixes */
.hero{min-height:auto!important;padding:76px 0 58px!important;overflow:hidden}
.hero-grid{min-height:0!important;align-items:center!important}
.hero-copy{display:block!important;position:relative!important;z-index:3!important;opacity:1!important;visibility:visible!important;padding:0!important}
.hero-copy h1{display:block!important;color:var(--ink)!important;opacity:1!important;visibility:visible!important;margin:10px 0 20px!important;max-width:720px!important}
.hero-copy p{color:#475569!important;opacity:1!important;font-size:17px!important;line-height:1.72!important;margin:0 0 24px!important}
.hero-art{position:relative!important;inset:auto!important;opacity:1!important;min-height:430px!important}
.photo-card{position:relative!important;inset:auto!important;min-height:430px!important}
.photo-real{position:relative!important;inset:auto!important;width:100%!important;height:auto!important}
.photo-real img{width:100%!important;height:430px!important;object-fit:cover!important;filter:none!important}
.hero-offset_card .hero-art{padding:18px 0 18px 28px!important}
.hero-offset_card .photo-card{transform:none!important;border-radius:28px!important}
.hero-offset_card .floating-card{left:8px!important;bottom:28px!important}
.trust-strip{margin-top:38px!important}
.section{padding-top:72px!important;padding-bottom:72px!important}
.intro-grid{gap:64px!important}
.intro-grid .lead-copy{font-size:17px!important;line-height:1.75!important}
.services-section{background:#f7f9fc}
.services{align-items:stretch}
.service-card{min-width:0}
.service-card h3{font-size:18px!important;line-height:1.25!important}
.service-card p{font-size:14px!important;line-height:1.65!important;color:#536174!important}
.service-pad{padding:22px!important}
.dark{padding:76px 0!important}
.why-grid{gap:52px!important}
.why-grid h2{font-size:clamp(34px,4vw,50px)!important;line-height:1.05!important}
.why-cards{gap:16px!important}
.why-card{padding:22px!important;min-height:0!important}
.why-card p{font-size:14px!important;line-height:1.6!important}
.process-grid{margin-top:30px!important}
.process-card{padding:26px!important}
.visual-band{padding:72px 0!important}
.visual-band-grid{gap:52px!important}
.visual-band .inner-photo img{height:360px!important}
.area-grid{gap:52px!important}
.area .inner-photo img{height:340px!important}
.faq{padding-top:72px!important;padding-bottom:72px!important}
.faq-list{margin-top:28px!important}
.cta{padding:58px 0!important}
.contact{padding:72px 0!important}
.contact-grid{gap:48px!important}
.map-card iframe.awb-location-map{height:360px!important}
footer{padding-top:52px!important}
.footer-grid{padding-bottom:42px!important}

/* Prevent generated variants from creating accidental blank/low-contrast hero states */
.hero-image_backdrop{background:#fff!important;color:var(--ink)!important}
.hero-image_backdrop .hero-grid{min-height:0!important}
.hero-image_backdrop .hero-art{position:relative!important;opacity:1!important}
.hero-image_backdrop .hero-copy p{color:#475569!important}
.hero-image_backdrop .floating-card{display:block!important}

/* Internal pages: stronger readable composition */
.inner-hero{padding:64px 0!important}
.inner-grid{gap:52px!important;align-items:center!important}
.inner-hero h1{max-width:680px!important}
.inner-hero .lead-copy{font-size:17px!important;line-height:1.72!important}
.inner-photo img{height:360px!important}
.content{max-width:980px!important}
.content-card{padding:34px!important}
.content-card p{font-size:16px!important;line-height:1.8!important}
.proof-row{font-size:12px!important}
@media(max-width:900px){
 .hero{padding:52px 0 42px!important}
 .hero-grid{gap:34px!important}
 .hero-art,.photo-card{min-height:330px!important}
 .photo-real img{height:330px!important}
 .hero-offset_card .hero-art{padding:0!important}
 .section{padding-top:58px!important;padding-bottom:58px!important}
 .intro-grid,.visual-band-grid,.area-grid,.contact-grid,.inner-grid{gap:34px!important}
 .why-grid{gap:34px!important}
}
@media(max-width:600px){
 .hero-copy h1{font-size:40px!important}
 .hero-art,.photo-card{min-height:280px!important}
 .photo-real img{height:280px!important}
 .section{padding-top:48px!important;padding-bottom:48px!important}
 .visual-band .inner-photo img,.area .inner-photo img,.inner-photo img{height:270px!important}
 .map-card iframe.awb-location-map{height:300px!important}
}

/* Phase 3.3.2 comprehensive mobile responsive layer */
.nav-toggle{display:none;background:transparent;border:0;padding:10px;margin:0;cursor:pointer;position:relative;z-index:1002}
.nav-toggle span{display:block;width:26px;height:2px;background:currentColor;margin:6px 0;transition:transform .22s ease,opacity .22s ease}
body.nav-open{overflow:hidden}
img,svg,video,iframe{max-width:100%}
input,select,textarea,button{max-width:100%}
@media(max-width:900px){
 .container{width:min(100% - 32px,1180px)!important}
 header .nav{min-height:68px!important;position:relative!important}
 .brand{max-width:calc(100% - 70px)!important;min-width:0!important}
 .brand-name{font-size:18px!important;white-space:normal!important;line-height:1.15!important}
 .nav-toggle{display:block!important;margin-left:auto!important}
 .nav-links{
   display:none!important;position:fixed!important;top:68px!important;left:0!important;right:0!important;bottom:0!important;
   z-index:1000!important;background:#fff!important;padding:24px 20px 36px!important;overflow-y:auto!important;
   flex-direction:column!important;align-items:stretch!important;gap:4px!important;border-top:1px solid #e8edf3!important;
   box-shadow:0 20px 40px rgba(15,23,42,.12)!important
 }
 .nav-links.is-open{display:flex!important}
 .nav-links a{display:block!important;padding:14px 12px!important;font-size:17px!important;line-height:1.3!important;border-radius:10px!important;color:var(--ink)!important}
 .nav-links .btn,.nav-links a.btn{width:100%!important;text-align:center!important;margin-top:8px!important}
 .nav-toggle.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)}
 .nav-toggle.is-open span:nth-child(2){opacity:0}
 .nav-toggle.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
 .hero-grid,.intro-grid,.why-grid,.visual-band-grid,.area-grid,.contact-grid,.inner-grid{grid-template-columns:1fr!important}
 .hero{padding:42px 0 34px!important}
 .hero-copy{order:1!important}
 .hero-art{order:2!important;padding:0!important;min-height:0!important}
 .hero-copy h1{font-size:clamp(36px,10vw,52px)!important;line-height:1.02!important;overflow-wrap:anywhere!important}
 .hero-copy p{font-size:16px!important;line-height:1.65!important}
 .hero-actions{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important}
 .hero-actions .btn{width:100%!important;text-align:center!important}
 .photo-card,.hero-art{min-height:0!important}
 .photo-real img{height:320px!important}
 .floating-card{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;margin:-34px 16px 0!important;width:auto!important}
 .trust-strip{grid-template-columns:1fr!important;gap:10px!important;margin-top:28px!important}
 .trust-item{min-height:0!important}
 .section{padding:52px 0!important}
 .section-head{max-width:100%!important}
 .section-head h2,.intro-grid h2,.why-grid h2,.area-grid h2,.contact h2,.visual-band h2{font-size:clamp(30px,8vw,42px)!important;line-height:1.08!important}
 .services{grid-template-columns:1fr!important}
 .service-card{width:100%!important}
 .service-card img{height:220px!important}
 .why-cards,.process-grid{grid-template-columns:1fr!important}
 .why-card,.process-card{min-height:0!important}
 .visual-band .inner-photo img,.area .inner-photo img,.inner-photo img{height:300px!important}
 .area-grid .inner-photo,.visual-band .inner-photo{order:2!important}
 .faq-grid{grid-template-columns:1fr!important}
 .faq-list{width:100%!important}
 .faq-item summary{font-size:16px!important;padding-right:32px!important}
 .cta-inner{display:block!important;text-align:center!important}
 .cta-inner .btn{display:block!important;width:100%!important;margin-top:18px!important}
 .contact-grid{gap:28px!important}
 .contact-card,.content-card{padding:24px!important}
 .map-card{width:100%!important;overflow:hidden!important}
 .map-card iframe.awb-location-map{height:300px!important;width:100%!important}
 .footer-grid{grid-template-columns:1fr!important;gap:28px!important}
 .footer-bottom{display:block!important;text-align:center!important}
 .footer-bottom>*{margin:6px 0!important}
 .inner-hero{padding:46px 0!important}
 .inner-hero h1{font-size:clamp(34px,9vw,48px)!important;overflow-wrap:anywhere!important}
 .inner-photo img{height:300px!important}
 .proof-row{display:flex!important;flex-wrap:wrap!important;gap:8px!important}
 .sticky-call{display:flex!important}
 table{display:block!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}
}
@media(max-width:600px){
 .container{width:min(100% - 24px,1180px)!important}
 header .nav{min-height:64px!important}
 .nav-links{top:64px!important;padding:18px 12px 30px!important}
 .brand-name{font-size:16px!important}
 .hero{padding:34px 0 30px!important}
 .hero-copy h1{font-size:36px!important}
 .photo-real img{height:250px!important}
 .section{padding:44px 0!important}
 .service-card img{height:200px!important}
 .visual-band .inner-photo img,.area .inner-photo img,.inner-photo img{height:240px!important}
 .service-pad,.why-card,.process-card,.contact-card,.content-card{padding:20px!important}
 .map-card iframe.awb-location-map{height:260px!important}
 .btn{min-height:46px!important;padding:12px 16px!important}
 input,select,textarea{font-size:16px!important}
}

/* Phase 3.3.3 definitive mobile header/nav */
@media(max-width:900px){
 header{position:relative!important;z-index:9999!important;width:100%!important}
 header .nav{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:64px!important;padding-top:8px!important;padding-bottom:8px!important;gap:10px!important}
 header .brand{display:flex!important;align-items:center!important;gap:10px!important;flex:1 1 auto!important;max-width:calc(100% - 58px)!important;min-width:0!important}
 header .brand-mark{flex:0 0 auto!important}
 header .brand-copy{min-width:0!important;max-width:100%!important}
 header .brand-name{font-size:18px!important;line-height:1.15!important;white-space:normal!important;overflow-wrap:anywhere!important;margin:0!important}
 header .brand-sub{font-size:12px!important;line-height:1.35!important;margin-top:3px!important;display:block!important}
 header .nav-toggle,header .menu-toggle,header .mobile-menu-toggle,header .awb-mobile-toggle{
  display:flex!important;flex:0 0 46px!important;width:46px!important;height:46px!important;padding:10px!important;
  align-items:center!important;justify-content:center!important;flex-direction:column!important;background:transparent!important;
  border:0!important;border-radius:10px!important;color:var(--ink,#111827)!important;cursor:pointer!important;position:relative!important;z-index:10002!important
 }
 header .nav-toggle span,header .menu-toggle span,header .mobile-menu-toggle span,header .awb-mobile-toggle span{
  display:block!important;width:25px!important;height:2px!important;background:currentColor!important;margin:3px 0!important;border-radius:2px!important
 }
 header .nav-links,header .site-nav,header nav ul,header nav .links,header .awb-mobile-nav{
  display:none!important;position:absolute!important;top:100%!important;left:0!important;right:0!important;width:100%!important;
  max-height:calc(100vh - 64px)!important;overflow-y:auto!important;background:#fff!important;padding:12px!important;margin:0!important;
  border-top:1px solid #e5e7eb!important;box-shadow:0 18px 35px rgba(15,23,42,.14)!important;z-index:10001!important;
  flex-direction:column!important;align-items:stretch!important;gap:2px!important;list-style:none!important
 }
 header .nav-links.is-open,header .site-nav.is-open,header nav ul.is-open,header nav .links.is-open,header .awb-mobile-nav.is-open{display:flex!important}
 header .awb-mobile-nav a,header .nav-links a,header .site-nav a,header nav ul a{
  display:block!important;width:100%!important;padding:13px 14px!important;margin:0!important;border-radius:9px!important;
  font-size:16px!important;line-height:1.25!important;text-align:left!important;white-space:normal!important;color:var(--ink,#111827)!important
 }
 header .awb-mobile-nav .btn,header .nav-links .btn,header .site-nav .btn{margin-top:6px!important;text-align:center!important}
 header .nav-toggle.is-open span:nth-child(1),header .awb-mobile-toggle.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)!important}
 header .nav-toggle.is-open span:nth-child(2),header .awb-mobile-toggle.is-open span:nth-child(2){opacity:0!important}
 header .nav-toggle.is-open span:nth-child(3),header .awb-mobile-toggle.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)!important}
 body{overflow-x:hidden!important}
}
@media(max-width:480px){
 header .brand-name{font-size:16px!important}
 header .brand-sub{font-size:11px!important;display:none!important}
 header .nav{min-height:60px!important}
 header .nav-links,header .site-nav,header nav ul,header nav .links,header .awb-mobile-nav{max-height:calc(100vh - 60px)!important}
}
