:root{--asv-color-bg: #ffffff;--asv-color-bg-alt: #f7f8fa;--asv-color-text: #1f2937;--asv-color-text-soft: #374151;--asv-color-text-muted: #6b7280;--asv-color-accent: #c9a86a;--asv-color-cta: #8b1e2d;--asv-color-cta-hover: #6f1622;--asv-color-border: #e5e7eb;--asv-color-card: #ffffff;--asv-color-eyebrow: #7b5b62;--surface-tint: var(--asv-color-bg-alt);--ivory: var(--asv-color-bg);--ivory-2: var(--asv-color-bg-alt);--charcoal: var(--asv-color-text);--charcoal-soft: var(--asv-color-text-soft);--muted: var(--asv-color-text-muted);--champagne: var(--asv-color-accent);--burgundy: var(--asv-color-cta);--burgundy-dark: var(--asv-color-cta-hover);--line: var(--asv-color-border);--card: var(--asv-color-card);--asv-font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--asv-type-hero-size: clamp(2.1rem, 3.6vw, 3.45rem);--asv-type-hero-weight: 640;--asv-type-hero-line: 1.1;--asv-type-hero-tracking: -.02em;--asv-type-section-size: clamp(1.55rem, 2.2vw, 2.25rem);--asv-type-section-weight: 620;--asv-type-section-line: 1.16;--asv-type-card-title-size: 1.15rem;--asv-type-card-title-weight: 600;--asv-type-card-title-tracking: -.015em;--asv-type-body-size: 1rem;--asv-type-body-line: 1.62;--asv-type-body-color: var(--asv-color-text-soft);--asv-type-body-weight: 420;--asv-type-caption-size: .95rem;--asv-type-eyebrow-size: .78rem;--asv-type-eyebrow-weight: 600;--asv-type-eyebrow-tracking: .1em;--asv-type-cta-size: 1rem;--asv-type-cta-weight: 600;--asv-space-section-y: 4rem;--asv-space-section-y-mobile: 3rem;--asv-space-container-x: 1.1rem;--asv-space-card: 1.1rem;--asv-space-grid-gap: .9rem;--asv-space-grid-gap-wide: 1rem;--asv-width-standard: 1120px;--asv-width-reading: 680px;--asv-width-reading-wide: 720px;--asv-width-visual: 1280px;--asv-desktop-hero-ratio: 16 / 10;--asv-radius-image: 34px;--asv-radius-card: 24px;--asv-radius-card-compact: 1.5rem;--asv-radius-button: 999px;--asv-radius-input: 16px;--asv-shadow-card: 0 8px 24px rgba(15, 23, 42, .06);--asv-shadow-lift: 0 16px 40px rgba(15, 23, 42, .08);--asv-shadow-cta: 0 10px 28px rgba(139, 30, 45, .2);--asv-shadow-sticky: 0 12px 32px rgba(15, 23, 42, .14);--shadow-soft: var(--asv-shadow-card);--asv-ratio-hero: 4 / 5;--asv-ratio-story: 4 / 3;--asv-ratio-solution: 4 / 3;--asv-ratio-branch: 16 / 9}@media(min-width:768px){:root{--asv-type-hero-size: clamp(1.75rem, 3vw, 2.62rem);--asv-type-section-size: clamp(1.38rem, 1.95vw, 1.9rem)}}@media(min-width:1024px){:root{--asv-type-hero-size: clamp(1.95rem, 2.65vw, 2.87rem);--asv-type-section-size: clamp(1.45rem, 1.75vw, 1.98rem)}}.asv-container{width:min(100%,var(--asv-width-standard));margin-inline:auto;padding-inline:var(--asv-space-container-x)}.asv-container--wide{width:min(100%,var(--asv-width-visual));margin-inline:auto;padding-inline:var(--asv-space-container-x)}.asv-container--reading{width:min(100%,var(--asv-width-reading));margin-inline:auto;padding-inline:var(--asv-space-container-x)}.asv-section{width:min(100%,var(--asv-width-standard));margin-inline:auto;padding:var(--asv-space-section-y) var(--asv-space-container-x)}.asv-section__eyebrow{margin:0 0 .8rem;color:var(--asv-color-eyebrow);font-size:var(--asv-type-eyebrow-size);font-weight:var(--asv-type-eyebrow-weight);letter-spacing:var(--asv-type-eyebrow-tracking);text-transform:uppercase}.asv-section__title{margin:0 0 1.4rem;font-size:var(--asv-type-section-size);font-weight:var(--asv-type-section-weight);line-height:var(--asv-type-section-line);letter-spacing:-.045em;color:var(--asv-color-text)}.asv-section__lead{max-width:var(--asv-width-reading);margin:0;color:var(--asv-color-text-muted);font-size:var(--asv-type-body-size);line-height:1.7}.asv-card{border:1px solid var(--asv-color-border);border-radius:var(--asv-radius-card);padding:var(--asv-space-card);background:var(--asv-color-card)}.asv-card__title{margin:0 0 .55rem;font-size:var(--asv-type-card-title-size);font-weight:var(--asv-type-card-title-weight);letter-spacing:var(--asv-type-card-title-tracking);color:var(--asv-color-text)}.asv-grid{display:grid;gap:var(--asv-space-grid-gap)}@media(min-width:760px){.asv-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.asv-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.asv-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}}.asv-image-frame{overflow:hidden;border:1px solid var(--asv-color-border);border-radius:var(--asv-radius-image)}.asv-image-frame img{display:block;width:100%;height:100%;object-fit:cover}.asv-image-frame--hero{aspect-ratio:var(--asv-ratio-hero)}.asv-image-frame--story,.asv-image-frame--solution{aspect-ratio:var(--asv-ratio-solution)}.asv-image-frame--branch{aspect-ratio:var(--asv-ratio-branch)}.asv-button,.btn--ghost{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:.85rem 1.1rem;border-radius:var(--asv-radius-button);border:1px solid transparent;font-size:var(--asv-type-cta-size);font-weight:var(--asv-type-cta-weight);text-decoration:none;cursor:pointer}.asv-button--primary,.btn--primary{background:var(--asv-color-cta);color:#fff;box-shadow:var(--asv-shadow-cta)}.asv-button--primary:hover,.btn--primary:hover{background:var(--asv-color-cta-hover)}.asv-button--secondary,.btn--secondary{border-color:var(--asv-color-border);background:#fff;color:var(--asv-color-text)}.asv-button--ghost,.btn--ghost{border-color:transparent;background:transparent;color:var(--asv-color-text);box-shadow:none}.asv-button--ghost:hover,.btn--ghost:hover{background:#1f24210d}@media(max-width:767px){.asv-section{padding-block:var(--asv-space-section-y-mobile)}.asv-button,.btn--ghost{font-size:.95rem;min-height:2.9rem;padding:.78rem 1.05rem}}:root{font-family:var(--asv-font-family)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--charcoal)}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1{max-width:720px;margin-bottom:1.15rem;font-size:clamp(2.1rem,3.6vw,3.45rem);font-weight:640;line-height:1.1;letter-spacing:-.02em}.eyebrow,.section-kicker{margin:0 0 .8rem;color:var(--burgundy);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.btn{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:.85rem 1.1rem;border-radius:999px;font-weight:800}.btn--primary{background:var(--burgundy);color:#fff;box-shadow:0 14px 36px #8b1e2d38}.btn--primary:hover{background:var(--burgundy-dark)}.btn--secondary{border:1px solid var(--line);background:#fff}.trust-line,.small-note{color:var(--muted);font-size:.95rem}.section{width:min(100%,var(--asv-width-standard));margin:0 auto;padding:var(--asv-space-section-y) var(--asv-space-container-x)}.section--tint{max-width:none;width:100%;padding-inline:max(1.1rem,calc((100vw - 1120px)/2));background:var(--ivory-2)}.section--dark{max-width:none;width:100%;padding-inline:max(1.1rem,calc((100vw - 1120px)/2));background:var(--charcoal);color:#fff}.section-heading{max-width:680px;margin-bottom:1.4rem}.section-heading h2,.final-cta h2{font-size:clamp(1.55rem,2.2vw,2.25rem);font-weight:620;line-height:1.16;letter-spacing:-.018em}.card-grid,.lens-grid,.review-grid,.branch-grid,.why-grid{display:grid;gap:.9rem}.card,.lens-card,.review-card,.branch-card,.solution-card{border:1px solid var(--line);border-radius:var(--asv-radius-card);padding:var(--asv-space-card);background:var(--card)}.card h3,.lens-card h3,.branch-card h3,.solution-card h3{margin-bottom:.55rem;font-size:1.25rem;letter-spacing:-.035em}.card p,.lens-card p,.review-card p,.branch-card p{color:var(--muted);line-height:1.55}.card a,.lens-card a{color:var(--burgundy);font-weight:800}.final-cta{width:min(100%,1120px);margin:0 auto;padding:4rem 1.1rem 5rem;text-align:center}.final-cta p{max-width:620px;margin-inline:auto;color:var(--muted);line-height:1.6}@media(min-width:760px){.trust-strip,.card-grid,.lens-grid,.review-grid,.branch-grid,.why-grid{grid-template-columns:repeat(4,1fr)}.card-grid,.lens-grid{grid-template-columns:repeat(3,1fr)}.review-grid,.branch-grid{grid-template-columns:repeat(2,1fr)}}h1,h2,h3{letter-spacing:-.02em;color:var(--charcoal)}h1{font-weight:640}h2{font-size:clamp(1.55rem,2.2vw,2.25rem);line-height:1.16;font-weight:620;max-width:28rem}h3{font-weight:600}p{color:var(--charcoal-soft)}.section-kicker,.eyebrow{color:#7b5b62;letter-spacing:.18em}.btn{font-weight:680}@media(min-width:1024px){h1{font-size:clamp(2.35rem,3.2vw,3.45rem);line-height:1.08;font-weight:660;letter-spacing:-.02em}h2{font-size:clamp(1.65rem,2vw,2.25rem);line-height:1.14;font-weight:620;letter-spacing:-.018em;max-width:28rem}h3{font-size:clamp(1.05rem,1.4vw,1.2rem);line-height:1.28;font-weight:600}p{font-size:1rem;line-height:1.62;font-weight:420;color:var(--charcoal-soft)}}@media(max-width:767px){body{font-size:16px}h1{font-size:clamp(2.45rem,11vw,3.25rem);line-height:1.04;font-weight:690;letter-spacing:-.035em}h2{font-size:clamp(1.85rem,8vw,2.45rem);line-height:1.1;font-weight:660;letter-spacing:-.025em;max-width:100%}h3{font-size:clamp(1.25rem,5.8vw,1.6rem);line-height:1.18;font-weight:650}p{font-size:1rem;line-height:1.62}.section{padding-block:var(--asv-space-section-y-mobile);padding-inline:var(--asv-space-container-x)}.section-kicker,.eyebrow{font-size:.72rem;letter-spacing:.14em}.btn{font-size:.95rem;min-height:2.9rem;padding:.78rem 1.05rem}}.site-shell,.landing-shell{min-height:100vh;padding-bottom:var(--asv-sticky-clearance, 5.5rem)}.sticky-cta{position:fixed;right:.8rem;bottom:.8rem;left:.8rem;z-index:50;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:var(--charcoal);box-shadow:0 20px 52px #1f242147}.sticky-cta a{padding:.95rem .5rem;color:#fff;text-align:center;font-weight:900}.sticky-cta a:nth-child(2){background:var(--burgundy)}@media(min-width:760px){.sticky-cta{right:2rem;bottom:1.4rem;left:auto;width:420px}}@media(max-width:767px){:root{--asv-sticky-clearance: calc( var(--asv-sticky-cta-height) + var(--asv-sticky-cta-offset) * 2 + var(--asv-sticky-safe-bottom) + 2.5rem )}.sticky-cta{left:1rem;right:1rem;bottom:calc(.85rem + env(safe-area-inset-bottom));height:3.5rem;border-radius:999px;overflow:hidden;box-shadow:0 14px 36px #00000038}.sticky-cta a{font-size:.92rem;font-weight:700;min-height:3.5rem;padding:.65rem .35rem}}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid var(--line);background:#ffffffeb;backdrop-filter:blur(16px)}.site-header__inner{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.75rem;width:min(100%,var(--asv-container-max, 76rem));max-width:100%;margin:0 auto;padding:.8rem var(--asv-space-container-x, 1rem);box-sizing:border-box}.site-header__brand{display:inline-flex;align-items:baseline;gap:.25rem;width:fit-content;color:var(--charcoal);font-weight:800;letter-spacing:-.035em}.site-header__brand span{color:var(--burgundy)}.site-header__brand strong{font-weight:800}.site-header__nav{display:none}.site-header__actions{display:inline-flex;align-items:center;gap:.55rem}.nav-link,.nav-group__trigger{color:var(--muted);font-size:.88rem;font-weight:750;white-space:nowrap}.nav-link:hover,.nav-group__trigger:hover,.nav-group[open] .nav-group__trigger{color:var(--charcoal)}.nav-group{position:relative}.nav-group__trigger{list-style:none;cursor:pointer}.nav-group__trigger::-webkit-details-marker{display:none}.nav-group__panel{position:absolute;top:calc(100% + .55rem);left:50%;z-index:50;min-width:15rem;max-width:18rem;padding:.65rem;border:1px solid var(--line);border-radius:18px;background:#fffffffa;box-shadow:var(--asv-shadow-card);transform:translate(-50%);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}.nav-group:hover .nav-group__panel,.nav-group:focus-within .nav-group__panel,.nav-group[open] .nav-group__panel{opacity:1;visibility:visible;pointer-events:auto}.nav-group__all{display:block;margin-bottom:.35rem;padding:.45rem .55rem;color:var(--burgundy);font-size:.82rem;font-weight:800}.nav-group__list{margin:0;padding:0;list-style:none}.nav-group__list a{display:block;padding:.48rem .55rem;border-radius:10px;color:var(--charcoal);font-size:.86rem;font-weight:650;line-height:1.35}.nav-group__list a:hover{background:#1f24210d}.mobile-menu__trigger{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid var(--line);border-radius:999px;background:#ffffffd1;color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-menu__trigger-icon,.mobile-menu__trigger-icon:before,.mobile-menu__trigger-icon:after{display:block;width:1rem;height:2px;border-radius:999px;background:var(--charcoal);content:"";transition:transform .2s ease,opacity .2s ease,top .2s ease}.mobile-menu__trigger-icon{position:relative}.mobile-menu__trigger-icon:before,.mobile-menu__trigger-icon:after{position:absolute;left:0}.mobile-menu__trigger-icon:before{top:-5px}.mobile-menu__trigger-icon:after{top:5px}.mobile-menu__trigger.is-open .mobile-menu__trigger-icon{background:transparent}.mobile-menu__trigger.is-open .mobile-menu__trigger-icon:before{top:0;transform:rotate(45deg)}.mobile-menu__trigger.is-open .mobile-menu__trigger-icon:after{top:0;transform:rotate(-45deg)}.mobile-menu[hidden],.mobile-menu__backdrop[hidden]{display:none!important}.mobile-menu__backdrop{position:fixed;top:var(--site-header-height);right:0;bottom:0;left:0;z-index:95;max-width:100vw;background:#1f24216b}.mobile-menu{position:fixed;top:var(--site-header-height);right:0;left:0;z-index:100;max-width:100vw;max-height:calc(100dvh - var(--site-header-height));padding:.85rem var(--asv-space-container-x, 1rem) calc(var(--asv-sticky-clearance) + 1rem + env(safe-area-inset-bottom));overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;border-top:1px solid var(--line);background:var(--ivory);box-sizing:border-box;box-shadow:0 18px 42px #1f24211f;-webkit-overflow-scrolling:touch}.mobile-menu__head{display:flex;justify-content:flex-end;margin-bottom:.35rem}.mobile-menu__close{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--charcoal);font-size:1.35rem;line-height:1;cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-menu__nav{display:grid;gap:.35rem}.mobile-menu__link{display:block;padding:.75rem .55rem;border-bottom:1px solid var(--line);color:var(--charcoal);font-weight:750}.mobile-menu__group{border-bottom:1px solid var(--line)}.mobile-menu__group summary{padding:.75rem .55rem;color:var(--charcoal);font-weight:750;cursor:pointer;list-style:none}.mobile-menu__group summary::-webkit-details-marker{display:none}.mobile-menu__group ul{margin:0;padding:0 0 .65rem .55rem;list-style:none}.mobile-menu__group li a{display:block;padding:.45rem 0;color:var(--muted);font-size:.92rem;font-weight:650}.mobile-menu__cta{display:grid;gap:.65rem;margin-top:1.25rem}.mobile-menu__cta .btn{width:100%}.site-header__call{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:999px;padding:0 .9rem;background:var(--burgundy);color:#fff;font-size:.88rem;font-weight:800}.site-footer{--footer-text: var(--asv-color-text);--footer-text-muted: var(--asv-color-text-muted);--footer-card-bg: var(--asv-color-card);--footer-card-border: var(--asv-color-border);border-top:1px solid var(--line);background:var(--asv-color-bg-alt);color:var(--footer-text)}.site-footer__inner{display:grid;gap:2rem;width:min(100%,var(--asv-container-max, 80rem));margin:0 auto;padding:3rem var(--asv-space-container-x, 1.1rem) 4rem}.site-footer h2,.site-footer h3,.site-footer p{margin:0}.site-footer__brand{display:grid;gap:.85rem}.site-footer__title{color:var(--charcoal);font-size:clamp(2rem,5vw,3.2rem);line-height:1;letter-spacing:-.06em}.site-footer__lead{max-width:34rem;color:var(--footer-text-muted);line-height:1.65}.site-footer__hotline{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:2.65rem;padding:.55rem 1rem;border:1px solid transparent;border-radius:999px;background:var(--burgundy);color:#fff;font-size:.9rem;font-weight:800;box-shadow:var(--asv-shadow-cta, 0 10px 28px rgba(139, 30, 45, .2))}.site-footer__hotline:hover{background:var(--burgundy-dark)}.site-footer__support{display:grid;gap:.65rem}.site-footer__support-title{color:var(--charcoal);font-size:1.06rem;font-weight:750;letter-spacing:-.02em}.site-footer__support-links{display:grid;gap:.45rem;margin:0;padding:0;list-style:none}.site-footer__support-link{display:inline-flex;align-items:center;width:fit-content;color:var(--burgundy);font-size:.94rem;font-weight:700;text-decoration:underline;text-underline-offset:.15em}.site-footer__support-link:hover{color:var(--burgundy-dark)}.site-footer__branches{display:grid;gap:1rem}.site-footer__branch-card{display:grid;gap:.45rem;padding:1.05rem 1.1rem;border:1px solid var(--footer-card-border);border-radius:20px;background:var(--footer-card-bg);box-shadow:var(--asv-shadow-card, 0 8px 24px rgba(15, 23, 42, .06))}.site-footer__branch-title{color:var(--charcoal);font-size:1.06rem;font-weight:750;letter-spacing:-.02em}.site-footer__branch-meta,.site-footer__branch-hours{color:var(--footer-text-muted);font-size:.92rem;line-height:1.55}.site-footer__branch-hours{font-size:.86rem;font-weight:650}.site-footer__branch-cta{display:inline-flex;align-items:center;justify-content:center;width:fit-content;margin-top:.25rem;padding:.48rem .9rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--charcoal);font-size:.86rem;font-weight:800}.site-footer__branch-cta:hover{background:var(--asv-color-bg-alt);border-color:var(--burgundy);color:var(--burgundy)}.site-footer__links{display:flex;flex-wrap:wrap;gap:.75rem}.site-footer__links a{border:1px solid var(--footer-card-border);border-radius:999px;padding:.68rem .95rem;background:#fff;color:var(--charcoal);font-size:.88rem;font-weight:750}.site-footer__links a:hover{background:var(--asv-color-bg-alt);border-color:var(--line)}@media(min-width:1100px){.site-header__inner{grid-template-columns:auto 1fr auto;padding-inline:var(--asv-space-container-x, 2rem);width:min(100%,var(--asv-container-max, 80rem))}.site-header__nav{display:flex;justify-content:center;align-items:center;gap:1rem}.nav-group__panel{min-width:16.5rem;padding:.75rem .85rem}.nav-group__list a{padding:.52rem .65rem;font-size:.88rem}.nav-link{padding:.35rem .2rem}.mobile-menu__trigger,.mobile-menu,.mobile-menu__backdrop{display:none!important}.nav-group:hover .nav-group__panel,.nav-group:focus-within .nav-group__panel{opacity:0;visibility:hidden;pointer-events:none}.nav-group[open] .nav-group__panel{opacity:1;visibility:visible;pointer-events:auto}}@media(min-width:820px){.site-footer__inner{grid-template-columns:1.2fr 1.4fr 1fr;padding-inline:2rem}.site-footer__links{align-content:start}}@media(max-width:1099px){:root{--site-header-height: 4.25rem}}@media(max-width:767px){.site-header{min-height:var(--site-header-height);max-width:100%;overflow-x:clip}.site-header__inner{min-height:var(--site-header-height);padding:.75rem var(--asv-space-container-x, 1rem);gap:.5rem}.site-header__brand{font-size:1.05rem;line-height:1;min-width:0}.site-header__nav{display:none}.site-header__actions{flex-shrink:0;gap:.4rem}.site-header__call{font-size:0;min-height:2.35rem;padding:0 .58rem;white-space:nowrap}.site-header__call:before{content:"Gọi";font-size:.76rem;font-weight:800;letter-spacing:.01em}.site-footer{padding-bottom:calc(var(--asv-sticky-clearance) + 2rem + env(safe-area-inset-bottom,0px))}.site-footer__inner{padding-inline:var(--asv-space-container-x, 1rem);padding-bottom:0}.site-footer__title{font-size:2.15rem;line-height:1.05}.site-footer__branch-card{padding:1rem 1.05rem}}html.is-mobile-menu-open{overflow:hidden}.hero-carousel{position:relative;width:100%;background:var(--charcoal)}.hero-carousel--premium{width:100%;max-width:100%;margin-inline:0;overflow:hidden}.home-mobile-decision{display:none}@media(max-width:767px){.home-hero-mobile .hero-carousel__slide{min-height:clamp(13.5rem,38svh,17.5rem)}.home-mobile-decision{display:block;position:relative;z-index:3;margin-top:-1.55rem;padding:0 var(--asv-space-container-x) 1.65rem;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,var(--ivory) 46%)}.home-mobile-decision__inner{display:grid;gap:.75rem;border:1px solid rgba(201,168,106,.42);border-radius:1.35rem;padding:1rem;background:#fffffff0;box-shadow:0 16px 42px #1f242121}.home-mobile-decision__eyebrow{margin:0;color:var(--burgundy);font-size:.74rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.home-mobile-decision h2{margin:0;color:var(--charcoal);font-size:clamp(1.25rem,6vw,1.6rem);line-height:1.12;letter-spacing:-.035em}.home-mobile-decision p:not(.home-mobile-decision__eyebrow){margin:0;color:var(--muted);font-size:.92rem;line-height:1.48}.home-mobile-decision__actions{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}.home-mobile-decision__action{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;border:1px solid var(--line);border-radius:999px;padding:.7rem .85rem;background:#fff;color:var(--charcoal);font-size:.9rem;font-weight:800;line-height:1.1;text-align:center;text-decoration:none}.home-mobile-decision__action--primary{grid-column:1 / -1;border-color:var(--burgundy);background:var(--burgundy);color:#fff}}.hero-carousel__input{position:absolute;opacity:0;pointer-events:none}.hero-carousel__slides{display:grid;grid-template-areas:"slide"}.hero-carousel__slide{grid-area:slide;position:relative;opacity:0;visibility:hidden;transition:opacity .65s ease,visibility .65s ease;min-height:clamp(24rem,78vh,44rem)}.hero-carousel__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 42%}.hero-carousel__overlay{position:relative;z-index:1;display:flex;align-items:flex-end;min-height:inherit;padding:2.5rem var(--asv-space-container-x) 4.5rem;background:linear-gradient(180deg,#1f242100,#1f242114 45%,#1f24218c)}.hero-carousel__copy{width:min(100%,var(--asv-width-visual));margin-inline:auto;color:#fff}.hero-carousel__copy h1{max-width:11ch;margin-bottom:.65rem;color:#fff;font-size:clamp(1.85rem,4.2vw,3.25rem);line-height:1.08;font-weight:650;letter-spacing:-.035em;text-shadow:0 1px 24px rgba(0,0,0,.18)}.hero-carousel__subheadline{max-width:22rem;margin:0 0 1.35rem;color:#ffffffe6;font-size:clamp(.95rem,1.6vw,1.05rem);line-height:1.5}.hero-carousel__cta{min-width:0;max-width:100%}.hero-carousel__nav{position:absolute;right:0;bottom:1.35rem;left:0;z-index:2;display:flex;justify-content:center;gap:.45rem}.hero-carousel__dot{width:.45rem;height:.45rem;border-radius:999px;background:#ffffff61;cursor:pointer;transition:background .2s ease,transform .2s ease}.hero-carousel__input:nth-of-type(1):checked~.hero-carousel__slides .hero-carousel__slide:nth-child(1),.hero-carousel__input:nth-of-type(2):checked~.hero-carousel__slides .hero-carousel__slide:nth-child(2),.hero-carousel__input:nth-of-type(3):checked~.hero-carousel__slides .hero-carousel__slide:nth-child(3){opacity:1;visibility:visible}.hero-carousel__input:nth-of-type(1):checked~.hero-carousel__nav .hero-carousel__dot:nth-child(1),.hero-carousel__input:nth-of-type(2):checked~.hero-carousel__nav .hero-carousel__dot:nth-child(2),.hero-carousel__input:nth-of-type(3):checked~.hero-carousel__nav .hero-carousel__dot:nth-child(3){background:#fff;transform:scale(1.15)}.story-strip{padding:3.5rem var(--asv-space-container-x) 4rem;background:var(--asv-color-bg-alt)}.story-strip__inner{display:grid;gap:1.5rem;width:min(100%,var(--asv-width-visual));margin-inline:auto}.story-strip__item{border:none;border-radius:0;background:transparent;border-left:2px solid rgba(201,168,106,.45);padding:0 0 0 1.15rem}.story-strip__mark{display:block;margin-bottom:.65rem;color:var(--champagne);font-size:.72rem;font-weight:700;letter-spacing:.16em}.story-strip__title{margin:0 0 .35rem;font-size:clamp(1.05rem,2vw,1.2rem);font-weight:650;letter-spacing:-.02em;color:var(--charcoal)}.story-strip__description{margin:0;color:var(--muted);font-size:.92rem;line-height:1.55;max-width:26rem}@media(min-width:760px){.story-strip{padding-block:4rem 4.5rem}.story-strip__inner{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem}}@media(max-width:767px){.hero-carousel__slide{min-height:clamp(22rem,72vh,30rem)}.hero-carousel__overlay{padding:2rem var(--asv-space-container-x) 3.75rem;padding-bottom:3.75rem;background:linear-gradient(180deg,#1f24210a,#1f242124 38%,#1f24219e 72%,#1f2421d1)}.hero-carousel__copy{max-width:100%}.hero-carousel__copy h1{text-shadow:0 1px 2px rgba(0,0,0,.35),0 4px 20px rgba(0,0,0,.32)}.hero-carousel__subheadline{margin-bottom:1.1rem;text-shadow:0 1px 14px rgba(0,0,0,.28)}}@media(min-width:1024px){.hero-carousel__slide{min-height:clamp(28rem,82vh,48rem)}.hero-carousel__overlay{padding-bottom:5rem}.hero-carousel__copy h1{max-width:10ch;font-size:clamp(2.5rem,3.2vw,3.5rem)}}.booking-card,.trust-strip{width:min(100%,1120px);margin:0 auto}.booking-card{position:relative;z-index:2;margin-top:-3.4rem;padding:1.25rem;border:1px solid var(--line);border-radius:28px;background:var(--card);box-shadow:0 22px 70px #1f24211f}.booking-card h2{margin-bottom:1rem;font-size:clamp(1.55rem,5vw,2.3rem);letter-spacing:-.04em}.booking-grid{display:grid;gap:.85rem}label{display:grid;gap:.4rem;color:var(--muted);font-size:.85rem;font-weight:700}select,input{width:100%;min-height:48px;border:1px solid var(--line);border-radius:16px;padding:0 .9rem;background:#fff;color:var(--charcoal);font:inherit}.booking-submit{width:100%}.trust-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1.1rem}.trust-item{border:1px solid var(--line);border-radius:18px;padding:.9rem;background:#ffffffad;font-weight:800}.solution-list{display:grid;gap:.75rem}.solution-card{display:grid;gap:.25rem}.solution-card p{margin:0;color:var(--muted);font-weight:800}.solution-card h3{margin:0;color:var(--burgundy)}.solution-card span{color:var(--muted);line-height:1.5}.why-grid div{border:1px solid rgba(255,255,255,.16);border-radius:22px;padding:1.1rem;background:#ffffff12;font-weight:800}.stars{color:var(--champagne)!important;letter-spacing:.04em}.brand-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.2rem}.brand-row span{border:1px solid var(--line);border-radius:999px;padding:.8rem 1rem;background:#fff;font-weight:800}.branch-area{color:var(--burgundy)!important;font-weight:900}.branch-actions a{border-radius:999px;padding:.75rem .9rem;background:var(--charcoal);color:#fff;font-weight:800}@media(min-width:760px){.booking-card{max-width:960px;padding:1.35rem}.booking-grid{grid-template-columns:1.1fr 1fr auto;align-items:end}.booking-submit{width:auto;min-width:150px}.solution-list{grid-template-columns:repeat(3,1fr)}}.home-section h2,.branches h2,.final-cta h2{font-size:clamp(2rem,4.2vw,3.4rem);line-height:1.02;font-weight:700;max-width:15ch}.frames h2,.branches h2,.final-cta h2{letter-spacing:-.04em}.final-cta h2{margin-inline:auto}.final-cta p{max-width:34rem;margin-inline:auto;color:var(--charcoal-soft)}.branch-card h3{font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.1;font-weight:680}.home-section h2,.branches h2,.frames h2,.why-asv h2{font-size:clamp(1.75rem,3.15vw,2.85rem);line-height:1.08;font-weight:670;max-width:18ch}.final-cta h2{font-size:clamp(1.85rem,3.2vw,2.95rem);line-height:1.1;font-weight:670;max-width:18ch}.branch-card h3{font-size:clamp(1.28rem,2vw,1.72rem);line-height:1.14;font-weight:680}.home-section .section-kicker,.branches .section-kicker,.frames .section-kicker,.why-asv .section-kicker{margin-bottom:.85rem}@media(min-width:1024px){.home-section h2,.branches h2,.frames h2,.why-asv h2{font-size:clamp(2.05rem,2.65vw,3rem);line-height:1.1;font-weight:650;max-width:21ch}.final-cta h2{font-size:clamp(2rem,2.5vw,2.85rem);line-height:1.12;font-weight:650;max-width:24ch}.booking-card h2{font-size:clamp(1.8rem,2.2vw,2.45rem);line-height:1.12;max-width:18ch}.branch-card h3{font-size:clamp(1.28rem,1.45vw,1.62rem)}}@media(max-width:767px){.trust-line{font-size:.92rem;line-height:1.5}.booking-card{margin:0 1rem;padding:1.6rem;border-radius:1.6rem}.booking-card h2{font-size:clamp(1.75rem,8vw,2.25rem);line-height:1.08;max-width:12ch}.booking-grid{display:grid;grid-template-columns:1fr;gap:.9rem}.booking-grid label,.booking-grid input,.booking-grid select,.booking-submit{width:100%}.small-note{margin-top:.55rem;font-size:.92rem;line-height:1.45}.trust-strip{grid-template-columns:1fr 1fr;gap:.75rem}.trust-strip li{min-height:4.8rem;padding:1rem;font-size:.95rem;line-height:1.25}.home-section h2,.branches h2,.frames h2,.why-asv h2,.final-cta h2{font-size:clamp(1.85rem,8vw,2.45rem);line-height:1.1;font-weight:660;max-width:12ch}.solutions-grid,.lens-grid,.reviews-grid,.branches-grid{grid-template-columns:1fr;gap:1rem}.solution-card,.lens-card,.review-card,.branch-card{padding:1.25rem;border-radius:1.25rem}.solution-card h3,.lens-card h3,.branch-card h3{font-size:1.35rem;line-height:1.15}.section--dark{padding:3.2rem 0;background:#1f1f1c}.section--dark .section-kicker{margin-bottom:2.25rem}.section--dark .trust-strip{margin-top:0}.final-cta{padding:3.25rem 1.25rem 4rem}.final-cta h2{max-width:13ch;margin-inline:auto}.final-cta p{font-size:.98rem;line-height:1.55;max-width:21rem}}@media(max-width:767px){.sticky-cta{z-index:80}.story-strip{padding-bottom:calc(var(--asv-space-section-y-mobile) + 1.25rem);scroll-margin-bottom:var(--asv-sticky-clearance)}.story-strip__item:last-child{padding-bottom:.35rem}}.solution-gallery{padding:var(--asv-space-section-y) var(--asv-space-container-x)}.solution-gallery__inner{width:min(100%,var(--asv-width-standard));margin-inline:auto}.solution-gallery__header{max-width:28rem}.solution-gallery__header h2{margin:0}.site-shell--home-mobile-first{overflow-x:clip}@media(max-width:47.99rem){.home-hero-mobile .hero-carousel__slide{min-height:clamp(13.5rem,38svh,17.5rem)}.home-hero-mobile .hero-carousel__overlay{align-items:flex-end;padding:.85rem var(--asv-space-container-x) 2.15rem;background:linear-gradient(180deg,#1f24210d,#1f242159 55%,#1f2421b8)}.home-hero-mobile .hero-carousel__copy h1{max-width:14ch;margin-bottom:.35rem;font-size:clamp(1.5rem,6.5vw,1.85rem);line-height:1.1}.home-hero-mobile .hero-carousel__subheadline{margin:0 0 .65rem;font-size:.875rem;line-height:1.35;max-width:20rem}.home-hero-mobile .hero-carousel__cta-row{display:flex;flex-wrap:wrap;gap:.5rem;max-width:100%}.home-hero-mobile .hero-carousel__cta-row .btn{min-height:2.75rem;min-width:2.75rem;flex:1 1 calc(50% - .25rem);padding-inline:.75rem;font-size:.9rem}.home-hero-mobile .hero-carousel__trust{margin-top:.5rem}.home-hero-mobile .hero-carousel__trust .home-trust-strip__chip{font-size:.68rem;padding:.15rem .45rem}.home-hero-mobile .hero-carousel__trust .home-trust-strip{padding:0;background:transparent}.home-hero-mobile .hero-carousel__nav{bottom:.65rem}}@media(min-width:48rem){.home-hero-mobile .hero-carousel__cta-row{display:flex;flex-wrap:wrap;gap:.65rem}.home-hero-mobile .hero-carousel__trust{margin-top:1rem}}.home-trust-strip{padding:0}.home-trust-strip__inner{width:min(100%,var(--asv-container-max));margin-inline:auto}.home-trust-strip__list{display:flex;flex-wrap:wrap;gap:.35rem .5rem;margin:0;padding:0;list-style:none}.home-trust-strip__chip{padding:.2rem .55rem;border-radius:999px;background:#ffffff29;color:#fffffff2;font-size:.72rem;font-weight:550;line-height:1.3;white-space:nowrap}.home-quick-actions{padding:.85rem 0 .25rem}.home-quick-actions__inner{width:min(100%,var(--asv-container-max));margin-inline:auto;padding-inline:var(--asv-space-container-x)}.home-quick-actions__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.home-quick-actions__card{display:flex;flex-direction:column;align-items:center;gap:.4rem;min-height:2.75rem;padding:.55rem .35rem .65rem;border-radius:var(--asv-radius-md, .75rem);background:var(--surface-elevated, #fff);border:1px solid rgba(31,36,33,.08);color:inherit;text-decoration:none;text-align:center;transition:border-color .2s ease,box-shadow .2s ease}.home-quick-actions__card:focus-visible{outline:2px solid var(--accent, #2d6a4f);outline-offset:2px}.home-quick-actions__media{display:block;width:2.5rem;height:2.5rem;border-radius:.5rem;overflow:hidden}.home-quick-actions__slot.visual-slot__media{display:block;width:100%;height:100%}.home-quick-actions__scene.visual-slot__scene{display:block;width:100%;height:100%;min-height:2.5rem}.home-quick-actions__label{font-size:.82rem;font-weight:600;line-height:1.2}.home-need-selector{padding:1.25rem 0 1.5rem}.home-need-selector__inner{width:min(100%,var(--asv-container-max));margin-inline:auto;padding-inline:var(--asv-space-container-x)}.home-need-selector__header{margin-bottom:.85rem}.home-need-selector__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.home-need-selector__card{display:flex;flex-direction:column;min-height:2.75rem;border-radius:var(--asv-radius-md, .75rem);overflow:hidden;background:var(--surface-elevated, #fff);border:1px solid rgba(31,36,33,.08);color:inherit;text-decoration:none}.home-need-selector__media{margin:0;aspect-ratio:4 / 3;overflow:hidden}.home-need-selector__slot,.home-need-selector__image,.home-need-selector__scene{width:100%;height:100%;object-fit:cover}.home-need-selector__title{margin:0;padding:.55rem .5rem .65rem;font-size:.9rem;font-weight:600;line-height:1.25;text-align:center}.solution-gallery__grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:48rem){.solution-gallery__grid--compact{grid-template-columns:repeat(4,minmax(0,1fr))}}.solution-gallery__grid--compact .solution-gallery__summary{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-lens-brand-section__grid--brands-only{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:48rem){.home-lens-brand-section__grid--brands-only{grid-template-columns:repeat(5,minmax(0,1fr))}}.home-lens-brand-section__card--compact{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;padding:.5rem;border-radius:var(--asv-radius-md, .75rem);border:1px solid rgba(31,36,33,.08);background:var(--surface-elevated, #fff)}.home-lens-brand-section__card--compact .home-lens-brand-section__media{width:100%;aspect-ratio:1;border-radius:.5rem;overflow:hidden}.home-lens-brand-section__name{margin:.5rem 0 0;font-size:.92rem;font-weight:600;text-align:center}.home-frame-brand-section{padding:1.5rem 0}.home-frame-brand-section__inner{width:min(100%,var(--asv-container-max));margin-inline:auto;padding-inline:var(--asv-space-container-x)}.home-frame-brand-section__header{margin-bottom:.85rem}.home-frame-brand-section__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}@media(min-width:48rem){.home-frame-brand-section__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:64rem){.home-frame-brand-section__grid{grid-template-columns:repeat(6,minmax(0,1fr))}}.home-frame-brand-section__card{display:flex;flex-direction:column;text-decoration:none;color:inherit;border-radius:var(--asv-radius-md, .75rem);overflow:hidden;border:1px solid rgba(31,36,33,.08);background:var(--surface-elevated, #fff)}.home-frame-brand-section__media{margin:0;aspect-ratio:1;overflow:hidden}.home-frame-brand-section__slot,.home-frame-brand-section__image,.home-frame-brand-section__scene{width:100%;height:100%;object-fit:cover}.home-frame-brand-section__name{margin:0;padding:.5rem;font-size:.88rem;font-weight:600;text-align:center}.home-frame-brand-section__actions{margin-top:1rem;text-align:center}.home-quick-price{padding:1.5rem 0;background:var(--surface-tint, rgba(45, 106, 79, .04))}.home-quick-price__inner{width:min(100%,var(--asv-container-max));margin-inline:auto;padding-inline:var(--asv-space-container-x)}.home-quick-price__header{margin-bottom:.85rem}.home-quick-price__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}@media(min-width:48rem){.home-quick-price__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.home-quick-price__card{display:flex;flex-direction:column;gap:.2rem;min-height:2.75rem;padding:.75rem .65rem;border-radius:var(--asv-radius-md, .75rem);background:var(--surface-elevated, #fff);border:1px solid rgba(31,36,33,.08);color:inherit;text-decoration:none}.home-quick-price__title{font-size:.9rem;font-weight:600}.home-quick-price__from{font-size:.82rem;color:var(--text-muted, rgba(31, 36, 33, .72))}.home-quick-price__actions{margin-top:1rem;text-align:center}.home-showroom-nav{padding:1rem 0}.home-showroom-nav__inner{width:min(100%,var(--asv-container-max));margin-inline:auto;padding-inline:var(--asv-space-container-x)}.home-showroom-nav__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}@media(min-width:48rem){.home-showroom-nav__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.home-showroom-nav__card{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.55rem;border-radius:var(--asv-radius-md, .75rem);border:1px solid rgba(31,36,33,.08);background:var(--surface-elevated, #fff);text-decoration:none;color:inherit}.home-showroom-nav__media{width:2.75rem;height:2.75rem;border-radius:.5rem;overflow:hidden}.home-showroom-nav__title{font-size:.85rem;font-weight:600}.home-branch-card__actions--row{display:flex;flex-wrap:wrap;gap:.45rem}.home-branch-card__actions--row .btn--compact{min-height:2.75rem;min-width:2.75rem;flex:1 1 auto;padding-inline:.65rem;font-size:.85rem}@media(min-width:48rem){.home-need-selector__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:64rem){.home-need-selector__grid{grid-template-columns:repeat(6,minmax(0,1fr))}}.home-catalog-entry{padding:.65rem 0 .35rem}.home-catalog-entry__inner{width:min(100%,var(--asv-container-max));margin-inline:auto;padding-inline:var(--asv-space-container-x)}.home-catalog-entry__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.home-catalog-entry__card{display:grid;grid-template-rows:auto 1fr;min-height:2.75rem;border:1px solid rgba(31,36,33,.08);border-radius:var(--asv-radius-card, .85rem);overflow:hidden;background:var(--asv-color-card, #fff);color:inherit;text-decoration:none;box-shadow:var(--shadow-soft, 0 8px 24px rgba(31, 36, 33, .06))}.home-catalog-entry__media{display:block;aspect-ratio:4 / 3;overflow:hidden}.home-catalog-entry__image,.home-catalog-entry__scene{width:100%;height:100%;object-fit:cover}.home-catalog-entry__body{display:grid;gap:.15rem;padding:.55rem .6rem .65rem}.home-catalog-entry__body strong{font-size:.95rem;font-weight:700;line-height:1.2}.home-catalog-entry__body span{color:var(--muted);font-size:.78rem;line-height:1.35}.home-catalog-entry__body em{margin-top:.15rem;font-size:.76rem;font-style:normal;font-weight:700;color:var(--burgundy, #8b1e2d)}.home-frame-categories,.home-lens-categories,.home-featured-brands{padding:1rem 0 1.1rem}.home-frame-categories__inner,.home-lens-categories__inner,.home-featured-brands__inner{width:min(100%,var(--asv-container-max));margin-inline:auto;padding-inline:var(--asv-space-container-x)}.home-frame-categories__header,.home-lens-categories__header,.home-featured-brands__header{margin-bottom:.7rem}.home-frame-categories__grid,.home-lens-categories__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.home-frame-categories__card,.home-lens-categories__card{display:grid;grid-template-rows:auto 1fr;min-height:2.75rem;border:1px solid rgba(31,36,33,.08);border-radius:var(--asv-radius-md, .75rem);overflow:hidden;background:var(--asv-color-card, #fff);color:inherit;text-decoration:none}.home-frame-categories__media,.home-lens-categories__media,.home-featured-brands__media{display:block;aspect-ratio:4 / 3;overflow:hidden;background:linear-gradient(145deg,#fff,#f3f4f6)}.home-frame-categories__image,.home-lens-categories__image,.home-featured-brands__image,.home-frame-categories__scene,.home-lens-categories__scene,.home-featured-brands__scene{width:100%;height:100%;object-fit:cover}.home-frame-categories__label{padding:.45rem .4rem .55rem;font-size:.8rem;font-weight:650;line-height:1.25;text-align:center}.home-lens-categories__body{display:grid;gap:.1rem;padding:.45rem .45rem .55rem}.home-lens-categories__body strong{font-size:.8rem;font-weight:700;line-height:1.25}.home-lens-categories__body span{color:var(--muted);font-size:.7rem;line-height:1.3}.home-frame-categories__actions,.home-lens-categories__actions,.home-featured-brands__actions{margin-top:.85rem;text-align:center}.home-featured-brands__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.home-featured-brands__card{display:grid;grid-template-rows:auto 1fr;border:1px solid rgba(31,36,33,.08);border-radius:var(--asv-radius-md, .75rem);overflow:hidden;background:var(--asv-color-card, #fff);color:inherit;text-decoration:none}.home-featured-brands__name{padding:.42rem .35rem .5rem;font-size:.78rem;font-weight:650;line-height:1.2;text-align:center}.home-knowledge-teaser{padding:1.1rem 0 1.25rem}.home-knowledge-teaser__inner{width:min(100%,var(--asv-container-max));margin-inline:auto;padding-inline:var(--asv-space-container-x)}.home-knowledge-teaser__header{margin-bottom:.65rem}.home-knowledge-teaser__grid{display:grid;gap:.5rem}.home-knowledge-teaser__card{display:grid;gap:.15rem;min-height:2.75rem;padding:.7rem .75rem;border:1px solid rgba(31,36,33,.08);border-radius:var(--asv-radius-md, .75rem);background:var(--asv-color-card, #fff);color:inherit;text-decoration:none}.home-knowledge-teaser__card strong{font-size:.88rem;font-weight:700}.home-knowledge-teaser__card span{color:var(--muted);font-size:.8rem;line-height:1.35}.home-knowledge-teaser__actions{margin-top:.85rem;text-align:center}@media(min-width:48rem){.home-catalog-entry__grid{gap:.85rem}.home-lens-categories__grid,.home-frame-categories__grid,.home-featured-brands__grid{grid-template-columns:repeat(6,minmax(0,1fr))}.home-knowledge-teaser__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:47.99rem){.home-hero-mobile .hero-carousel__slide{min-height:clamp(12.5rem,34svh,16rem)}.home-hero-mobile .hero-carousel__nav{display:none}}.site-shell--home-mobile-first{--home-section-y: clamp(2.75rem, 7vw, 4.75rem);--home-section-y-tight: clamp(1.5rem, 4vw, 2.25rem);--home-card-radius: var(--asv-radius-card);--home-card-shadow: 0 6px 28px rgba(28, 24, 22, .07);--home-card-shadow-hover: 0 14px 40px rgba(28, 24, 22, .11);--home-card-border: 1px solid rgba(28, 24, 22, .06);--home-image-radius: clamp(1rem, 2.5vw, 1.35rem)}.site-shell--home-mobile-first .section-kicker{margin-bottom:.45rem}.site-shell--home-mobile-first .home-need-selector__header h2,.site-shell--home-mobile-first .solution-gallery__header h2,.site-shell--home-mobile-first .home-lens-brand-section__header h2,.site-shell--home-mobile-first .home-frame-brand-section__header h2,.site-shell--home-mobile-first .home-quick-price__header h2,.site-shell--home-mobile-first .home-branch-section h2{max-width:18ch;font-size:clamp(1.45rem,4.8vw,2rem);line-height:1.14;letter-spacing:-.028em}.site-shell--home-mobile-first .btn{border-radius:var(--asv-radius-button);font-weight:650;letter-spacing:.01em}.site-shell--home-mobile-first .btn--primary,.site-shell--home-mobile-first .btn--secondary{min-height:2.75rem}.site-shell--home-mobile-first .home-final-cta__actions,.site-shell--home-mobile-first .home-branch-card__actions--row,.site-shell--home-mobile-first .home-quick-price__actions,.site-shell--home-mobile-first .home-lens-brand-section__actions,.site-shell--home-mobile-first .home-frame-brand-section__actions{gap:.55rem}.site-shell--home-mobile-first .home-hero-mobile .hero-carousel__overlay{background:linear-gradient(180deg,#1f242100,#1f24212e 42%,#1f2421c7)}.site-shell--home-mobile-first .home-trust-strip__chip{backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.14)}@media(min-width:48rem){.site-shell--home-mobile-first .home-hero-mobile .hero-carousel__slide{min-height:clamp(22rem,58vh,36rem)}.site-shell--home-mobile-first .home-hero-mobile .hero-carousel__copy h1{max-width:16ch;font-size:clamp(2rem,3.8vw,3rem)}}.site-shell--home-mobile-first .home-quick-actions{padding:var(--home-section-y-tight) 0 .5rem;margin-top:-.35rem}.site-shell--home-mobile-first .home-quick-actions__grid{gap:.65rem}.site-shell--home-mobile-first .home-quick-actions__card{padding:0;overflow:hidden;border:var(--home-card-border);border-radius:var(--home-card-radius);box-shadow:var(--home-card-shadow);transition:transform .25s ease,box-shadow .25s ease}.site-shell--home-mobile-first .home-quick-actions__card:active{transform:scale(.985)}@media(hover:hover){.site-shell--home-mobile-first .home-quick-actions__card:hover{box-shadow:var(--home-card-shadow-hover);transform:translateY(-2px)}}.site-shell--home-mobile-first .home-quick-actions__media{width:100%;height:auto;aspect-ratio:5 / 3;border-radius:0}.site-shell--home-mobile-first .home-quick-actions__slot.visual-slot__media,.site-shell--home-mobile-first .home-quick-actions__image,.site-shell--home-mobile-first .home-quick-actions__scene{display:block;width:100%;height:100%;min-height:100%;object-fit:cover}.site-shell--home-mobile-first .home-quick-actions__label{width:100%;padding:.6rem .45rem .7rem;font-size:.84rem}@media(min-width:48rem){.site-shell--home-mobile-first .home-quick-actions__media{aspect-ratio:4 / 3}}.site-shell--home-mobile-first .home-need-selector{padding-block:var(--home-section-y);background:var(--asv-color-bg-alt)}.site-shell--home-mobile-first .home-need-selector__grid{gap:.75rem}.site-shell--home-mobile-first .home-need-selector__card{border:var(--home-card-border);border-radius:var(--home-card-radius);box-shadow:var(--home-card-shadow);transition:transform .25s ease,box-shadow .25s ease}@media(hover:hover){.site-shell--home-mobile-first .home-need-selector__card:hover{box-shadow:var(--home-card-shadow-hover);transform:translateY(-3px)}}.site-shell--home-mobile-first .home-need-selector__media{aspect-ratio:5 / 4}.site-shell--home-mobile-first .home-need-selector__title{padding:.65rem .55rem .75rem;font-size:.88rem}.site-shell--home-mobile-first .solution-gallery{padding-block:var(--home-section-y)}.site-shell--home-mobile-first .solution-gallery__grid--compact{gap:.75rem;margin-top:1.35rem}.site-shell--home-mobile-first .solution-gallery__grid--compact .solution-gallery__card{min-height:0;border:var(--home-card-border);border-radius:var(--home-card-radius);box-shadow:var(--home-card-shadow)}.site-shell--home-mobile-first .solution-gallery__grid--compact .solution-gallery__media{flex:none;aspect-ratio:5 / 4;border-radius:0}.site-shell--home-mobile-first .solution-gallery__grid--compact .solution-gallery__image,.site-shell--home-mobile-first .solution-gallery__grid--compact .solution-gallery__scene{min-height:0;height:100%}.site-shell--home-mobile-first .solution-gallery__grid--compact .solution-gallery__body{padding:.75rem .85rem .85rem;gap:.25rem}.site-shell--home-mobile-first .solution-gallery__grid--compact .solution-gallery__title{font-size:.95rem}.site-shell--home-mobile-first .solution-gallery__grid--compact .solution-gallery__summary{font-size:.82rem;line-height:1.4;-webkit-line-clamp:1}@media(min-width:48rem){.site-shell--home-mobile-first .solution-gallery__grid--compact .solution-gallery__card:hover{transform:translateY(-4px);box-shadow:var(--home-card-shadow-hover)}}.site-shell--home-mobile-first .home-lens-brand-section{padding-block:var(--home-section-y);background:#fff}.site-shell--home-mobile-first .home-lens-brand-section__grid--brands-only{gap:.75rem;margin-top:1.35rem}.site-shell--home-mobile-first .home-lens-brand-section__card--compact{padding:.45rem;border:var(--home-card-border);border-radius:var(--home-card-radius);box-shadow:var(--home-card-shadow);transition:transform .25s ease,box-shadow .25s ease}.site-shell--home-mobile-first .home-lens-brand-section__card--compact .home-lens-brand-section__media{border-radius:var(--home-image-radius)}.site-shell--home-mobile-first .home-lens-brand-section__name{margin-top:.45rem;font-size:.86rem}.site-shell--home-mobile-first .home-lens-brand-section__actions{margin-top:1.35rem}.site-shell--home-mobile-first .home-frame-brand-section{padding-block:var(--home-section-y);background:var(--asv-color-bg-alt)}.site-shell--home-mobile-first .home-frame-brand-section__grid{gap:.75rem;margin-top:1.35rem}.site-shell--home-mobile-first .home-frame-brand-section__card{border:var(--home-card-border);border-radius:var(--home-card-radius);box-shadow:var(--home-card-shadow);transition:transform .25s ease,box-shadow .25s ease}@media(hover:hover){.site-shell--home-mobile-first .home-frame-brand-section__card:hover,.site-shell--home-mobile-first .home-lens-brand-section__card--compact:hover{transform:translateY(-3px);box-shadow:var(--home-card-shadow-hover)}}.site-shell--home-mobile-first .home-frame-brand-section__media{aspect-ratio:5 / 4}.site-shell--home-mobile-first .home-frame-brand-section__name{padding:.55rem .45rem .65rem;font-size:.86rem}.site-shell--home-mobile-first .home-quick-price{padding-block:var(--home-section-y);background:linear-gradient(180deg,#2d6a4f0d,#2d6a4f05)}.site-shell--home-mobile-first .home-quick-price__grid{gap:.65rem;margin-top:1.35rem}.site-shell--home-mobile-first .home-quick-price__card{padding:.85rem .75rem;border:var(--home-card-border);border-radius:var(--home-card-radius);box-shadow:var(--home-card-shadow);transition:transform .2s ease,box-shadow .2s ease}.site-shell--home-mobile-first .home-quick-price__card:before{content:"";display:block;width:1.75rem;height:.2rem;margin-bottom:.55rem;border-radius:999px;background:var(--burgundy, #7a2e2e);opacity:.75}.site-shell--home-mobile-first .home-quick-price__from{font-size:.9rem;font-weight:650;color:var(--charcoal, #1f2421)}.site-shell--home-mobile-first .home-quick-price__actions{margin-top:1.35rem}.site-shell--home-mobile-first .home-branch-section{padding-block:var(--home-section-y);background:var(--asv-color-bg-alt)}.site-shell--home-mobile-first .home-branch-section__grid{gap:1.25rem;margin-top:1.5rem}.site-shell--home-mobile-first .home-branch-card{border:var(--home-card-border);border-radius:var(--home-card-radius);background:#fff;box-shadow:var(--home-card-shadow)}.site-shell--home-mobile-first .home-branch-card__media{aspect-ratio:5 / 3;border-radius:var(--home-card-radius) var(--home-card-radius) 0 0}.site-shell--home-mobile-first .home-branch-card__scene{backdrop-filter:blur(4px);background:#1c18169e;font-size:.7rem;letter-spacing:.06em}.site-shell--home-mobile-first .home-branch-card__body{padding:1rem 1rem 1.15rem}.site-shell--home-mobile-first .home-branch-card h3{font-size:clamp(1.05rem,3.5vw,1.25rem);margin-bottom:.35rem}.site-shell--home-mobile-first .home-branch-card__address{margin-bottom:.85rem;font-size:.86rem;line-height:1.45}.site-shell--home-mobile-first .home-branch-card__actions--row .btn{flex:1 1 calc(33.333% - .4rem);min-width:0;padding-inline:.5rem;font-size:.82rem}@media(min-width:48rem){.site-shell--home-mobile-first .home-branch-section__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.site-shell--home-mobile-first .home-branch-card__media{aspect-ratio:16 / 10}.site-shell--home-mobile-first .home-branch-card:hover .home-branch-card__media img{transform:scale(1.04)}}.site-shell--home-mobile-first .home-final-cta{padding-block:var(--home-section-y)}.site-shell--home-mobile-first .home-final-cta__actions{display:flex;flex-wrap:wrap;gap:.55rem}.site-shell--home-mobile-first .home-final-cta__actions .btn{flex:1 1 calc(50% - .3rem);min-width:0}.site-shell--home-mobile-first .home-final-cta__actions .btn--primary{flex-basis:100%}@media(min-width:48rem){.site-shell--home-mobile-first .home-final-cta__actions{justify-content:center}.site-shell--home-mobile-first .home-final-cta__actions .btn{flex:0 1 auto;min-width:10rem}.site-shell--home-mobile-first .home-final-cta__actions .btn--primary{flex-basis:auto}}@media(max-width:47.99rem){.site-shell--home-mobile-first{--home-section-y: clamp(1.25rem, 4vw, 1.75rem);--home-section-y-tight: clamp(.65rem, 2.5vw, 1rem)}.site-shell--home-mobile-first .home-need-selector__header,.site-shell--home-mobile-first .solution-gallery__header,.site-shell--home-mobile-first .home-lens-brand-section__header,.site-shell--home-mobile-first .home-frame-brand-section__header,.site-shell--home-mobile-first .home-quick-price__header,.site-shell--home-mobile-first .home-branch-section__intro{margin-bottom:.55rem}.site-shell--home-mobile-first .solution-gallery__grid--compact,.site-shell--home-mobile-first .home-lens-brand-section__grid--brands-only,.site-shell--home-mobile-first .home-frame-brand-section__grid,.site-shell--home-mobile-first .home-quick-price__grid,.site-shell--home-mobile-first .home-branch-section__grid{margin-top:.65rem}.site-shell--home-mobile-first .home-need-selector__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.site-shell--home-mobile-first .home-need-selector__media{aspect-ratio:4 / 3}.site-shell--home-mobile-first .home-need-selector__title{padding:.35rem .3rem .45rem;font-size:.76rem}.site-shell--home-mobile-first .solution-gallery__grid--compact{gap:.55rem}.site-shell--home-mobile-first .solution-gallery__grid--compact .solution-gallery__media{aspect-ratio:3 / 2}.site-shell--home-mobile-first .solution-gallery__grid--compact .solution-gallery__body{padding:.55rem .65rem .65rem}.site-shell--home-mobile-first .home-lens-brand-section__grid--brands-only,.site-shell--home-mobile-first .home-frame-brand-section__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.site-shell--home-mobile-first .home-lens-brand-section__card--compact .home-lens-brand-section__media,.site-shell--home-mobile-first .home-frame-brand-section__media{aspect-ratio:1 / 1}.site-shell--home-mobile-first .home-lens-brand-section__name,.site-shell--home-mobile-first .home-frame-brand-section__name{margin-top:.3rem;padding:0 .2rem .35rem;font-size:.74rem}.site-shell--home-mobile-first .home-lens-brand-section__actions,.site-shell--home-mobile-first .home-frame-brand-section__actions,.site-shell--home-mobile-first .home-quick-price__actions{margin-top:.75rem}.site-shell--home-mobile-first .home-quick-price__card{padding:.6rem .55rem}.site-shell--home-mobile-first .home-quick-price__card:before{width:1.35rem;margin-bottom:.35rem}.site-shell--home-mobile-first .home-branch-section__grid{gap:.65rem}.site-shell--home-mobile-first .home-branch-card__media{aspect-ratio:2 / 1}.site-shell--home-mobile-first .home-branch-card__body{padding:.7rem .8rem .8rem}.site-shell--home-mobile-first .home-branch-card h3{font-size:.92rem;line-height:1.25;margin-bottom:.25rem}.site-shell--home-mobile-first .home-branch-card__address{margin-bottom:.55rem;font-size:.8rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.site-shell--home-mobile-first .home-branch-card__actions--row .btn{min-height:2.5rem;font-size:.78rem;padding-inline:.35rem}.site-shell--home-mobile-first .home-final-cta{padding-block:var(--home-section-y-tight) var(--home-section-y)}}@media(max-width:26.875rem){.site-shell--home-mobile-first .home-quick-actions__label,.site-shell--home-mobile-first .home-need-selector__title,.site-shell--home-mobile-first .home-frame-brand-section__name,.site-shell--home-mobile-first .home-lens-brand-section__name{font-size:.8rem}.site-shell--home-mobile-first .home-branch-card__actions--row .btn{font-size:.78rem;padding-inline:.4rem}.site-shell--home-mobile-first .hero-carousel__cta-row .btn{font-size:.82rem;padding-inline:.55rem}}.landing-hero{display:grid;gap:1.5rem;width:min(100%,1120px);margin:0 auto;padding:4rem 1.1rem 3rem}.landing-hero__copy{max-width:720px}.landing-hero__description{max-width:650px;color:var(--muted);font-size:clamp(1.05rem,2vw,1.22rem);line-height:1.7}.landing-hero__panel{display:grid;align-content:end;min-height:300px;border:1px solid var(--line);border-radius:32px;padding:1.25rem;background:linear-gradient(180deg,#fff,#f3f4f6);box-shadow:0 12px 32px #0f172a14}.landing-hero__panel span{width:fit-content;border:1px solid rgba(31,36,33,.14);border-radius:999px;padding:.4rem .7rem;background:#ffffffad;color:var(--burgundy);font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.landing-hero__panel strong{max-width:420px;margin-top:.8rem;font-size:clamp(1.8rem,4vw,2.7rem);line-height:1.05;letter-spacing:-.05em}.landing-hero__panel small{max-width:360px;margin-top:.65rem;color:var(--muted);line-height:1.45}.landing-hero__image{display:block;width:100%;min-height:300px;object-fit:cover;aspect-ratio:4 / 5}.landing-badges{display:flex;flex-wrap:wrap;gap:.7rem;width:min(100%,1120px);margin:0 auto;padding:0 1.1rem 1.5rem}.landing-badges span{border:1px solid var(--line);border-radius:999px;padding:.7rem .9rem;background:var(--asv-color-card);color:var(--charcoal);font-weight:800}.landing-section{padding-top:3rem;padding-bottom:3rem}.landing-pricing{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#ffffff8c}@media(min-width:760px){.landing-hero{grid-template-columns:minmax(0,.48fr) minmax(360px,.52fr);align-items:center;gap:3rem;padding:5rem 2rem 3.5rem}.landing-hero__panel{min-height:440px;padding:1.6rem}.landing-hero__image{min-height:440px}.landing-badges{padding-inline:2rem}}.landing-section h2,.landing-final h2{font-size:clamp(2rem,4.2vw,3.55rem);line-height:1.03;font-weight:700;max-width:15ch}.landing-section p,.landing-final p{color:var(--charcoal-soft)}.landing-hero h1{font-weight:740;letter-spacing:-.045em}.landing-section h2{font-size:clamp(1.75rem,3.15vw,2.85rem);line-height:1.08;font-weight:670;max-width:18ch}.landing-final h2{font-size:clamp(1.85rem,3.2vw,2.95rem);line-height:1.1;font-weight:670;max-width:18ch}@media(min-width:1024px){.landing-hero h1{font-size:clamp(3rem,4vw,4.65rem);line-height:1.03;font-weight:700;max-width:12.5ch}.landing-hero__copy p{max-width:34rem}.landing-hero__placeholder strong{font-size:clamp(1.75rem,2.5vw,2.9rem);line-height:1.08;max-width:14ch}.landing-section h2{font-size:clamp(2rem,2.65vw,3rem);line-height:1.1;font-weight:650;max-width:22ch}.landing-final h2{font-size:clamp(2rem,2.45vw,2.8rem);line-height:1.12;font-weight:650;max-width:24ch}}@media(max-width:767px){.landing-hero{padding:2.8rem 0 2.2rem}.landing-hero h1{font-size:clamp(2.35rem,10.5vw,3.15rem);line-height:1.05;font-weight:690;max-width:11.5ch}.landing-hero__copy p{font-size:1rem;line-height:1.6;max-width:21rem}.landing-hero__actions{gap:.75rem}.landing-hero__actions .btn{width:100%;justify-content:center}.landing-hero__panel{min-height:19rem;border-radius:1.6rem}.landing-hero__placeholder{padding:1.25rem}.landing-hero__placeholder strong{font-size:clamp(1.5rem,7vw,2rem);line-height:1.08}.landing-badges{gap:.65rem}.landing-badges li{font-size:.9rem;padding:.72rem .9rem}.landing-section h2,.landing-final h2{font-size:clamp(1.85rem,8vw,2.45rem);line-height:1.1;font-weight:660;max-width:12ch}.landing-section{padding:3rem 0}.landing-final{padding:3.25rem 1.25rem 4rem}.landing-final p{font-size:.98rem;line-height:1.55;max-width:21rem}}@media(max-width:767px){.landing-hero{overflow:hidden}.landing-hero__copy,.landing-hero__grid{min-width:0}.landing-hero h1{font-size:clamp(2.05rem,9.2vw,2.65rem);line-height:1.08;font-weight:680;max-width:10.5ch;overflow-wrap:break-word}.landing-hero__copy p{font-size:1rem;line-height:1.58;max-width:20rem}.landing-hero__actions .btn{width:100%;max-width:21rem}.landing-hero__panel{min-height:17rem;margin-bottom:4.25rem}}.landing-breadcrumb{margin-bottom:1rem}.landing-breadcrumb__list{display:flex;flex-wrap:wrap;gap:.45rem;margin:0;padding:0;list-style:none;color:var(--muted);font-size:.82rem;font-weight:700}.landing-breadcrumb__item:not(:last-child):after{content:"/";margin-left:.45rem;color:#1f242147}.landing-breadcrumb__item a{color:var(--burgundy)}.landing-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.35rem 0 1rem}.landing-hero__panel{overflow:hidden;padding:0;background:linear-gradient(145deg,#fff,#f3f4f6)}.landing-hero__panel--exam{background:radial-gradient(circle at 70% 22%,rgba(139,30,45,.12),transparent 40%),linear-gradient(145deg,#fff,#f3f4f6)}.landing-hero__panel--service{background:linear-gradient(145deg,#fff,#f3f4f6)}.landing-hero__panel--eyezen{background:radial-gradient(circle at 50% 40%,rgba(139,30,45,.1),transparent 48%),linear-gradient(145deg,#fff,#f1f5f9)}.landing-hero__panel--crizal{background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.85),transparent 36%),linear-gradient(145deg,#fff,#f3f4f6)}.landing-hero__panel--transitions{background:linear-gradient(90deg,#fff,#f3f4f6 48%,#e5e7eb)}.landing-hero__panel--thin{background:linear-gradient(145deg,#fff,#f3f4f6)}.landing-hero__image{border-radius:inherit}.landing-hero__scene{display:block;width:100%;min-height:300px}.landing-benefits__grid{display:grid;grid-template-columns:1fr;gap:.85rem}.landing-benefits__card{border:1px solid var(--line);border-radius:1.25rem;padding:1.15rem;background:var(--asv-color-card);box-shadow:var(--shadow-soft)}.landing-benefits__card h3{margin-bottom:.45rem;font-size:1.15rem;line-height:1.2}.landing-benefits__card p{margin:0;color:var(--charcoal-soft);font-size:.95rem;line-height:1.55}.landing-process__steps{display:grid;gap:.85rem;margin:0;padding:0;list-style:none}.landing-process__step{display:grid;grid-template-columns:auto 1fr;gap:.9rem;align-items:start;border:1px solid var(--line);border-radius:1.25rem;padding:1.1rem;background:var(--asv-color-card)}.landing-process__index{display:grid;place-items:center;width:2.1rem;height:2.1rem;border-radius:999px;background:var(--burgundy);color:#fff;font-size:.92rem;font-weight:800}.landing-process__step h3{margin-bottom:.35rem;font-size:1.1rem;line-height:1.2}.landing-process__step p{margin:0;color:var(--charcoal-soft);font-size:.95rem;line-height:1.55}.landing-faq__list{display:grid;gap:.65rem}.landing-faq__item{border:1px solid var(--line);border-radius:1.1rem;padding:.95rem 1.05rem;background:var(--asv-color-card)}.landing-faq__item summary{cursor:pointer;font-weight:800;line-height:1.35;list-style:none}.landing-faq__item summary::-webkit-details-marker{display:none}.landing-faq__item p{margin:.75rem 0 0;color:var(--charcoal-soft);font-size:.95rem;line-height:1.55}.landing-final__actions{justify-content:center;margin-top:1.25rem}@media(min-width:760px){.landing-benefits__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-process__steps{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.landing-benefits__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.lens-replacement-decision{padding:0 var(--asv-space-container-x) 2.5rem;background:var(--ivory)}.lens-replacement-decision__inner{display:grid;gap:1rem;width:min(100%,68rem);margin-inline:auto;border:1px solid rgba(201,168,106,.42);border-radius:1.45rem;padding:1.1rem;background:#fffffff0;box-shadow:0 16px 42px #1f24211c}.lens-replacement-decision__copy h2{margin:0 0 .5rem;color:var(--charcoal);font-size:clamp(1.35rem,5.8vw,1.8rem);line-height:1.12;letter-spacing:-.035em}.lens-replacement-decision__copy p:not(.section-kicker){margin:0;color:var(--muted);font-size:.95rem;line-height:1.55}.lens-replacement-decision__list{display:grid;gap:.65rem;margin:0;padding:0;list-style:none}.lens-replacement-decision__list li{position:relative;padding-left:1.55rem;color:var(--charcoal-soft);font-size:.94rem;line-height:1.45}.lens-replacement-decision__list li:before{content:"•";position:absolute;top:0;left:.25rem;color:var(--burgundy);font-weight:900}.lens-replacement-decision__actions{display:grid;gap:.65rem}.lens-replacement-decision__actions .btn{width:100%;justify-content:center}@media(min-width:760px){.lens-replacement-decision{padding:0 2rem 3.5rem}.lens-replacement-decision__inner{grid-template-columns:minmax(0,.95fr) minmax(18rem,1fr) auto;align-items:center;gap:1.3rem;padding:1.25rem 1.35rem}.lens-replacement-decision__actions{width:min(100%,18rem)}}.landing-depth-section{padding-block:var(--asv-space-section-y-mobile)}.landing-depth-section__inner{width:min(100%,var(--asv-width-standard));margin-inline:auto;padding-inline:var(--asv-space-container-x);box-sizing:border-box}.landing-depth-hero{display:grid;gap:.75rem;width:min(100%,var(--asv-width-standard));margin:0 auto;padding:0 var(--asv-space-container-x) 1.5rem;box-sizing:border-box}.landing-depth-hero__card{padding:1rem 1.05rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card)}.landing-depth-hero__card h3{margin-bottom:.35rem;font-size:.82rem;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:var(--burgundy)}.landing-depth-hero__card p{margin:0;color:var(--muted);line-height:1.6}.landing-depth-hero__card--accent{border-color:#c9a86a73;background:linear-gradient(180deg,#ffffff 0%,var(--asv-color-bg-alt) 100%)}.landing-depth-decision__grid{display:grid;gap:.85rem}.landing-depth-decision__card{padding:1rem 1.05rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card)}.landing-depth-decision__card h3{margin-bottom:.55rem;font-size:1rem;font-weight:650}.landing-depth-decision__card ul{margin:0;padding-left:1.1rem;color:var(--muted);line-height:1.6}.landing-depth-decision__card li+li{margin-top:.35rem}.landing-depth-decision__card--checks{border-color:#c9a86a59}.landing-depth-process__steps{display:grid;gap:.85rem;margin:0;padding:0;list-style:none}.landing-depth-process__step{display:grid;grid-template-columns:auto 1fr;gap:.85rem;align-items:start;padding:1rem 1.05rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card)}.landing-depth-process__index{display:grid;place-items:center;width:2rem;height:2rem;border-radius:999px;background:var(--burgundy);color:#fff;font-size:.85rem;font-weight:700}.landing-depth-process__step h3{margin-bottom:.25rem;font-size:1rem;font-weight:650}.landing-depth-process__step p{margin:0;color:var(--muted);line-height:1.6}.landing-depth-process__trust{display:grid;gap:.45rem;margin:1rem 0 0;padding:0;list-style:none}.landing-depth-process__trust li{padding-left:1.2rem;position:relative;color:var(--muted);line-height:1.55}.landing-depth-process__trust li:before{content:"✓";position:absolute;left:0;color:var(--burgundy);font-weight:700}.landing-depth-comparison__note{max-width:40rem;margin-top:.5rem;color:var(--muted);line-height:1.6}.landing-depth-comparison__table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:1rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card)}.landing-depth-comparison__table{width:100%;min-width:280px;border-collapse:collapse;font-size:.95rem}.landing-depth-comparison__table th,.landing-depth-comparison__table td{padding:.75rem .85rem;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;line-height:1.5}.landing-depth-comparison__table thead th{font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--burgundy);background:var(--asv-color-bg-alt)}.landing-depth-comparison__table tbody th{font-weight:600;color:var(--text)}.landing-depth-comparison__table tbody tr:last-child th,.landing-depth-comparison__table tbody tr:last-child td{border-bottom:none}.landing-depth-comparison__table a{color:var(--burgundy);font-weight:600;text-decoration:underline;text-underline-offset:.15em}.landing-depth-comparison__cards{display:none}.landing-depth-comparison__card{border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card);padding:.9rem 1rem}.landing-depth-comparison__card-title{margin:0 0 .65rem;font-size:.98rem;font-weight:650;color:var(--burgundy);line-height:1.35}.landing-depth-comparison__card-grid{display:grid;gap:.55rem .75rem;margin:0}.landing-depth-comparison__card-grid dt{margin:0;font-size:.72rem;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.landing-depth-comparison__card-grid dd{margin:.1rem 0 0;font-size:.92rem;line-height:1.5;color:var(--text);overflow-wrap:anywhere}.landing-depth-comparison__card-grid a{color:var(--burgundy);font-weight:600;text-decoration:underline;text-underline-offset:.15em}.landing-depth-faq__list{display:grid;gap:.65rem}.landing-depth-faq__item{border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card);overflow:hidden}.landing-depth-faq__item summary{padding:.9rem 1rem;font-weight:620;cursor:pointer;list-style:none}.landing-depth-faq__item summary::-webkit-details-marker{display:none}.landing-depth-faq__item p{margin:0;padding:0 1rem 1rem;color:var(--muted);line-height:1.65}.landing-depth-related__list{display:grid;gap:.65rem;margin:0;padding:0;list-style:none}.landing-depth-related__list a{display:grid;gap:.2rem;padding:.9rem 1rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card);color:inherit;transition:transform .2s ease,box-shadow .2s ease}.landing-depth-related__list a:hover{transform:translateY(-1px);box-shadow:0 8px 24px #1f242114}.landing-depth-related__list strong{font-weight:650}.landing-depth-related__list span{color:var(--muted);font-size:.92rem;line-height:1.5}@media(min-width:768px){.landing-depth-section{padding-block:var(--asv-space-section-y)}.landing-depth-hero{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.landing-depth-decision__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.lens-intro__inner,.frame-intro__inner,.catalog-intro__inner,.landing-depth-section__inner,.landing-depth-hero{padding-inline:var(--asv-mobile-gutter, var(--asv-space-container-x))}.catalog-intro__actions,.lens-intro__actions,.frame-intro__actions,.catalog-final-cta__actions,.lens-final-cta__actions,.frame-final-cta__actions,.branch-final-cta__actions{flex-direction:column;align-items:stretch;width:min(100%,var(--asv-mobile-cta-width, 100%));max-width:var(--asv-mobile-cta-width, 100%);margin-inline:auto}.catalog-intro__actions .btn,.lens-intro__actions .btn,.frame-intro__actions .btn,.catalog-final-cta__actions .btn,.lens-final-cta__actions .btn,.frame-final-cta__actions .btn,.branch-final-cta__actions .btn{width:100%}.landing-depth-comparison__table-wrap{display:none}.landing-depth-comparison__cards{display:grid;gap:.75rem;margin-top:1rem;max-width:100%}.landing-depth-comparison__card-grid{grid-template-columns:minmax(0,1fr)}}.landing-showroom-experience{padding:0 var(--asv-space-container-x) 1.25rem}.landing-showroom-experience__inner{width:min(100%,var(--asv-width-standard));margin-inline:auto;box-sizing:border-box}.landing-showroom-experience__situation{margin:0;padding:1rem 1.1rem;border-left:3px solid rgba(201,168,106,.65);border-radius:0 var(--asv-radius-card) var(--asv-radius-card) 0;background:linear-gradient(90deg,#ffffff,var(--asv-color-bg-alt));color:var(--muted);line-height:1.65;font-size:1.02rem}.landing-showroom-section__inner{width:min(100%,var(--asv-width-standard));margin-inline:auto;padding-inline:var(--asv-space-container-x);box-sizing:border-box}.landing-showroom-section .section-heading h2{font-size:clamp(1.35rem,2.5vw,1.65rem);line-height:1.25}.landing-showroom-journey__steps{display:grid;gap:.75rem;margin:0;padding:0;list-style:none}.landing-showroom-journey__step{display:grid;grid-template-columns:auto 1fr;gap:.85rem;align-items:start;padding:.95rem 1rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card)}.landing-showroom-journey__index{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:999px;background:var(--burgundy);color:#fff;font-size:.82rem;font-weight:650;flex-shrink:0}.landing-showroom-journey__step h3{margin:0 0 .25rem;font-size:1rem;font-weight:650}.landing-showroom-journey__step p{margin:0;color:var(--muted);line-height:1.55;font-size:.95rem}.landing-showroom-tech__intro{margin:.35rem 0 0;color:var(--muted);line-height:1.6;max-width:42rem}.landing-showroom-tech__grid{display:grid;gap:.75rem;margin:1.25rem 0 0;padding:0;list-style:none}.landing-showroom-tech__card{padding:.95rem 1rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card)}.landing-showroom-tech__card strong{display:block;margin-bottom:.3rem;font-weight:650}.landing-showroom-tech__card p{margin:0;color:var(--muted);line-height:1.55;font-size:.94rem}.landing-showroom-proof__list{display:grid;gap:.55rem;margin:0;padding:0;list-style:none}.landing-showroom-proof__list li{position:relative;padding-left:1.35rem;color:var(--muted);line-height:1.55}.landing-showroom-proof__list li:before{content:"";position:absolute;left:0;top:.55rem;width:.45rem;height:.45rem;border-radius:999px;background:#c9a86ad9}.landing-showroom-compare__note{margin:.35rem 0 0;color:var(--muted);line-height:1.55;font-size:.94rem}.landing-showroom-compare__table-wrap{margin-top:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card)}.landing-showroom-compare__table{width:100%;min-width:280px;border-collapse:collapse;font-size:.92rem}.landing-showroom-compare__table th,.landing-showroom-compare__table td{padding:.65rem .75rem;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.landing-showroom-compare__table thead th{background:var(--asv-color-bg-alt);font-size:.78rem;font-weight:650;letter-spacing:.03em;text-transform:uppercase;color:var(--burgundy)}.landing-showroom-compare__table tbody th{font-weight:600;white-space:nowrap}.landing-showroom-compare__table tbody tr:last-child th,.landing-showroom-compare__table tbody tr:last-child td{border-bottom:none}.landing-showroom-compare__table a{color:var(--burgundy);font-weight:600;text-decoration:underline;text-underline-offset:.15em}.landing-showroom-compare__cards{display:none}.landing-showroom-compare__card{border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card);padding:.9rem 1rem}.landing-showroom-compare__card-title{margin:0 0 .65rem;font-size:.98rem;font-weight:650;color:var(--burgundy);line-height:1.35}.landing-showroom-compare__card-grid{display:grid;gap:.55rem .75rem;margin:0}.landing-showroom-compare__card-grid dt{margin:0;font-size:.72rem;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.landing-showroom-compare__card-grid dd{margin:.1rem 0 0;font-size:.92rem;line-height:1.5;color:var(--text);overflow-wrap:anywhere}.landing-showroom-compare__card-grid a{color:var(--burgundy);font-weight:600;text-decoration:underline;text-underline-offset:.15em}.landing-shell .landing-final__actions,.landing-shell .landing-hero__actions{gap:.65rem}@media(min-width:768px){.landing-showroom-tech__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-showroom-proof__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1.25rem}}.showroom-consultation__intro{margin:.35rem 0 0;color:var(--muted);line-height:1.6;max-width:42rem}.showroom-consultation__grid{display:grid;gap:.75rem;margin:1.25rem 0 0;padding:0;list-style:none}.showroom-consultation__card{padding:.95rem 1rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card)}.showroom-consultation__card strong{display:block;margin-bottom:.3rem;font-weight:650}.showroom-consultation__card p{margin:0;color:var(--muted);line-height:1.55;font-size:.94rem}.showroom-scenarios__grid{display:grid;gap:.75rem;margin:0;padding:0;list-style:none}.showroom-scenarios__card{display:grid;gap:.35rem;padding:1rem 1.05rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card);text-decoration:none;color:inherit;transition:border-color .15s ease}a.showroom-scenarios__card:hover{border-color:#8b1e2d47}.showroom-scenarios__card strong{font-weight:650}.showroom-scenarios__card p{margin:0;color:var(--muted);line-height:1.55;font-size:.94rem}.showroom-intent-cta{padding-inline:var(--asv-space-container-x)}.showroom-intent-cta__inner{width:min(100%,var(--asv-width-standard));margin-inline:auto;padding:1.5rem 1.25rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:linear-gradient(180deg,#ffffff 0%,var(--asv-color-bg-alt) 100%);text-align:center;box-sizing:border-box}.showroom-intent-cta h2{margin:0 0 .5rem;font-size:clamp(1.2rem,2.5vw,1.45rem)}.showroom-intent-cta__description{margin:0 auto 1.1rem;max-width:34rem;color:var(--muted);line-height:1.6}.showroom-intent-cta__actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center}@media(min-width:768px){.showroom-consultation__grid,.showroom-scenarios__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.showroom-scenarios__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.landing-showroom-experience,.landing-showroom-section__inner{padding-inline:var(--asv-mobile-gutter, var(--asv-space-container-x))}.landing-shell .landing-hero__actions,.landing-shell .landing-final__actions{flex-direction:column;align-items:stretch;width:min(100%,var(--asv-mobile-cta-width, 100%));max-width:var(--asv-mobile-cta-width, 100%);margin-inline:auto}.landing-shell .landing-hero__actions .btn,.landing-shell .landing-final__actions .btn{width:100%}.showroom-intent-cta__actions{flex-direction:column;align-items:stretch;width:min(100%,var(--asv-mobile-cta-width, 100%));max-width:var(--asv-mobile-cta-width, 100%);margin-inline:auto}.showroom-intent-cta__actions .btn{width:100%}.showroom-intent-cta{padding-inline:var(--asv-mobile-gutter, var(--asv-space-container-x))}.landing-shell{padding-bottom:calc(var(--asv-sticky-clearance) + 1.5rem)}.landing-showroom-compare__table-wrap{display:none}.landing-showroom-compare__cards{display:grid;gap:.75rem;margin-top:1rem;max-width:100%}.landing-showroom-compare__card-grid{grid-template-columns:minmax(0,1fr)}}.frame-intro{padding:3rem var(--asv-space-container-x) 2.5rem;background:var(--asv-color-bg-alt)}.frame-intro__inner{width:min(100%,var(--asv-width-standard));margin-inline:auto}.frame-intro h1{max-width:16ch;margin-bottom:.85rem}.frame-intro__lead{max-width:34rem;margin-bottom:1.35rem;color:var(--muted);line-height:1.65}.frame-intro__actions{display:flex;flex-wrap:wrap;gap:.75rem}.frame-filter-panel{padding:0 var(--asv-space-container-x) 1.5rem}.frame-filter-panel__details{border:0}.frame-filter-panel__summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem;list-style:none;cursor:pointer;user-select:none}.frame-filter-panel__summary::-webkit-details-marker{display:none}.frame-filter-panel__summary-copy{display:grid;gap:.18rem;min-width:0}.frame-filter-panel__summary-title{font-size:1rem;font-weight:800;color:var(--charcoal)}.frame-filter-panel__summary-hint{color:var(--muted);font-size:.82rem;line-height:1.4}.frame-filter-panel__summary-badge{flex-shrink:0;padding:.28rem .55rem;border-radius:999px;background:#8b1e2d14;color:var(--burgundy);font-size:.74rem;font-weight:800;white-space:nowrap}.frame-filter-panel__summary-icon{flex-shrink:0;width:.55rem;height:.55rem;border-right:2px solid var(--burgundy);border-bottom:2px solid var(--burgundy);transform:rotate(45deg);transition:transform .2s ease}.frame-filter-panel__details[open] .frame-filter-panel__summary-icon{transform:rotate(-135deg) translateY(1px)}.frame-filter-panel__body{padding-top:1rem}.frame-filter-panel__inner{width:min(100%,var(--asv-width-standard));margin-inline:auto;padding:1rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card)}.frame-filter-panel__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.85rem}.frame-filter-panel__head .section-kicker{margin:0}.frame-filter-panel__clear{color:var(--burgundy);font-size:.86rem;font-weight:800}.frame-filter-panel__groups{display:grid;gap:1rem}.frame-filter-panel__group h3{margin:0 0 .55rem;font-size:.92rem;font-weight:700;color:var(--charcoal)}.frame-filter-panel__options{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}.frame-filter-chip{display:inline-flex;align-items:center;min-height:2.2rem;padding:.35rem .75rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--charcoal);font-size:.84rem;font-weight:650}.frame-filter-chip.is-active,.frame-filter-chip[aria-pressed=true]{border-color:#8b1e2d47;background:#8b1e2d14;color:var(--burgundy)}.frame-gallery__count{margin:0 0 1rem;color:var(--muted);font-size:.92rem;font-weight:700}.frame-gallery-section .section-heading,.frame-categories .section-heading,.frame-brands .section-heading,.frame-face-guide .section-heading{max-width:42rem}.frame-gallery__grid,.frame-categories__grid,.frame-preview__grid{display:grid;gap:1rem}.frame-reference-card,.frame-category-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--asv-radius-card-compact);background:var(--asv-color-card);box-shadow:var(--shadow-soft)}.frame-category-card{display:grid;color:inherit;transition:transform .2s ease,box-shadow .2s ease}.frame-category-card:hover{transform:translateY(-2px);box-shadow:0 18px 42px #1f24211a}.frame-reference-card__media,.frame-category-card__media{display:block;overflow:hidden;aspect-ratio:4 / 3;background:linear-gradient(145deg,#fff,#f3f4f6)}.frame-reference-card__media--nam,.frame-category-card__media--nam{background:radial-gradient(circle at 70% 22%,rgba(31,36,33,.1),transparent 40%),linear-gradient(145deg,#fff,#f3f4f6)}.frame-reference-card__media--nu,.frame-category-card__media--nu{background:radial-gradient(circle at 24% 78%,rgba(139,30,45,.12),transparent 42%),linear-gradient(145deg,#fff,#f3f4f6)}.frame-reference-card__media--kids,.frame-category-card__media--kids{background:linear-gradient(145deg,#fff,#f1f5f9)}.frame-reference-card__media--titanium,.frame-category-card__media--titanium{background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.85),transparent 36%),linear-gradient(145deg,#f5f5f5,#e8e4dc)}.frame-reference-card__media--fashion,.frame-category-card__media--fashion{background:linear-gradient(90deg,#fff,#f3f4f6 48%,#e5e7eb)}.frame-reference-card__media--rimless,.frame-category-card__media--rimless{background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.9),transparent 55%),linear-gradient(145deg,#fff,#f3f4f6)}.frame-reference-card__media--half-rim,.frame-category-card__media--half-rim{background:linear-gradient(145deg,#fff,#f3f4f6)}.frame-reference-card__media--brand,.frame-category-card__media--brand{background:radial-gradient(circle at 30% 72%,rgba(139,30,45,.1),transparent 42%),linear-gradient(145deg,#fff,#f3f4f6)}.frame-reference-card__media--acetate,.frame-category-card__media--acetate{background:linear-gradient(145deg,#fff,#f3f4f6)}.frame-reference-card__media--classic,.frame-category-card__media--classic{background:radial-gradient(circle at 50% 40%,rgba(139,30,45,.08),transparent 48%),linear-gradient(145deg,#fff,#f1f5f9)}.frame-reference-card__image,.frame-category-card__image,.frame-reference-card__scene,.frame-category-card__scene{display:block;width:100%;height:100%;object-fit:cover}.frame-reference-card__body,.frame-category-card__body{display:grid;gap:.35rem;padding:1rem 1.05rem 1.15rem}.frame-category-card__body strong{font-size:1.08rem;font-weight:700;letter-spacing:-.03em}.frame-category-card__body small,.frame-reference-card__body p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.5}.frame-category-card__body em,.frame-reference-card__cta{color:var(--burgundy);font-size:.88rem;font-style:normal;font-weight:800}.frame-reference-card__body h3{margin:0;font-size:1.08rem;font-weight:680}.frame-brands__lead,.frame-face-guide__lead,.frame-preview__lead{max-width:34rem;margin-top:.35rem;color:var(--muted);line-height:1.6}.frame-brands__grid,.frame-face-guide__grid{display:grid;gap:.85rem}.frame-brand-card,.frame-face-card{display:grid;gap:.45rem;padding:1rem 1.05rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card);color:inherit}.frame-brand-card strong,.frame-face-card h3{margin:0;font-size:1.08rem;font-weight:700}.frame-brand-card span,.frame-face-card p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.5}.frame-brand-card em,.frame-face-card a{color:var(--burgundy);font-size:.88rem;font-style:normal;font-weight:800}.frame-face-card span{color:var(--charcoal-soft);font-size:.86rem;font-weight:700}.frame-final-cta__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.25rem}.frame-preview__actions{margin-top:1.35rem}.frame-gallery__empty{margin-top:1rem;color:var(--muted);line-height:1.55}@media(min-width:768px){.frame-filter-panel__summary{display:none}.frame-filter-panel__body{display:block!important;padding-top:0}}@media(min-width:760px){.frame-filter-panel__groups{grid-template-columns:repeat(2,minmax(0,1fr))}.frame-gallery__grid,.frame-categories__grid,.frame-preview__grid,.frame-brands__grid,.frame-face-guide__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.frame-intro{padding-block:4rem 3rem}.frame-filter-panel__groups{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.frame-intro h1{max-width:12ch;font-size:clamp(1.85rem,8vw,2.45rem)}.frame-filter-panel__inner{padding:0;border:none;background:transparent}.frame-filter-panel__summary{padding:.9rem 1rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:#ffffffeb;box-shadow:var(--shadow-soft)}.frame-filter-panel__details[open] .frame-filter-panel__summary{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:transparent}.frame-filter-panel__body{padding:.85rem 1rem 1rem;border:1px solid var(--line);border-top:none;border-radius:0 0 var(--asv-radius-card) var(--asv-radius-card);background:#ffffffeb}.frame-filter-panel__details[open] .frame-filter-panel__body{padding-bottom:var(--asv-sticky-clearance)}.frame-filter-panel__options{max-width:100%}.frame-intro__actions .btn{width:100%;max-width:20rem}.frame-gallery__grid,.frame-categories__grid,.frame-preview__grid,.frame-brands__grid,.frame-face-guide__grid{grid-template-columns:1fr}.frame-final-cta__actions .btn{width:100%;max-width:20rem}}.frame-brand-hub-grid__note{margin:.35rem 0 0;color:var(--muted);line-height:1.55;font-size:.94rem}.frame-brand-hub-grid__cards{margin-top:1rem}.frame-brand-card--hub{text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease}.frame-brand-card--hub:hover{border-color:#c9a86a73;box-shadow:var(--shadow-soft)}.frame-brand-card__desc{color:var(--charcoal-soft);font-size:.9rem}.frame-brand-card__badge{display:inline-block;padding:.15rem .45rem;border-radius:999px;background:#c9a86a29;color:var(--burgundy);font-size:.72rem;font-weight:650}.catalog-category-guide__inner{max-width:var(--content-max);margin:0 auto;padding:0 var(--page-gutter)}.catalog-category-guide__lead{max-width:36rem;margin-top:.35rem;color:var(--muted);line-height:1.6}.catalog-category-guide__grid{display:grid;gap:.85rem;margin-top:1.25rem}.catalog-category-guide__group{padding:1rem 1.05rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card)}.catalog-category-guide__group h3{margin:0 0 .55rem;font-size:.98rem;font-weight:700}.catalog-category-guide__group ul{margin:0;padding:0;list-style:none;display:grid;gap:.35rem}.catalog-category-guide__group a{color:var(--burgundy);font-size:.92rem;font-weight:600;text-decoration:none}.catalog-category-guide__group a:hover{text-decoration:underline}.ecosystem-satellite-link__inner{display:grid;gap:.85rem;max-width:var(--content-max);margin:0 auto;padding:0 var(--page-gutter)}.ecosystem-satellite-link__card{padding:1rem 1.1rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card)}.ecosystem-satellite-link__note{margin:0 0 .75rem;color:var(--muted);line-height:1.55;font-size:.94rem}.ecosystem-satellite-link__actions{display:flex;flex-wrap:wrap;gap:.65rem}@media(min-width:760px){.frame-brand-hub-grid__cards,.frame-brands__grid,.catalog-category-guide__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.frame-brand-hub-grid__cards,.frame-brands__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.catalog-category-guide__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ecosystem-satellite-link__inner{grid-template-columns:repeat(2,minmax(0,1fr))}}.frame-brand-hub,.frame-collection-page{overflow-x:clip;padding-bottom:var(--asv-sticky-clearance)}.frame-brand-hub__hero,.frame-collection-page__hero{display:grid;gap:1rem;padding:.75rem var(--asv-space-container-x) 1.5rem;background:var(--asv-color-bg-alt)}.frame-brand-hub__hero-inner,.frame-collection-page__hero-inner{width:min(100%,var(--asv-container-max));margin-inline:auto}.frame-brand-hub__badge{display:inline-block;margin:.35rem 0 0;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:650}.frame-brand-hub__badge--showroom{background:#c9a86a33;color:#6b5424}.frame-brand-hub__badge--reference{background:#1c181614;color:var(--muted)}.frame-brand-hub h1,.frame-collection-page h1{margin:.45rem 0 .35rem;max-width:16ch;font-size:clamp(1.5rem,5vw,2rem);line-height:1.12;font-weight:650}.frame-brand-hub__lead,.frame-collection-page__lead{max-width:24rem;margin:0;color:var(--muted);font-size:.9rem;line-height:1.45}.frame-brand-hub__hero-actions,.frame-collection-page__hero-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.65rem}.frame-brand-hub__hero-actions .btn,.frame-collection-page__hero-actions .btn{min-height:2.75rem;font-weight:650}.frame-brand-hub__hero-visual{display:none}.frame-brand-hub__collections{padding-block:1.75rem 2rem;background:#fff}.frame-brand-hub__collections-inner{width:min(100%,var(--asv-container-max));margin-inline:auto;padding-inline:var(--asv-space-container-x)}.frame-brand-hub__collections-header h2{margin:0;font-size:clamp(1.1rem,4vw,1.4rem);font-weight:650}.frame-brand-hub__collections-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin-top:.85rem}.frame-brand-hub__collection-card{display:flex;flex-direction:column;min-height:2.75rem;border:1px solid rgba(28,24,22,.07);border-radius:var(--asv-radius-card);overflow:hidden;background:#fff;box-shadow:0 6px 28px #1c18160f;color:inherit;text-decoration:none}.frame-brand-hub__collection-media{display:block;aspect-ratio:16 / 10;overflow:hidden}.frame-brand-hub__collection-slot,.frame-brand-hub__collection-image,.frame-brand-hub__collection-scene{width:100%;height:100%;object-fit:cover}.frame-brand-hub__collection-body{display:flex;flex-direction:column;gap:.2rem;padding:.55rem .65rem .65rem}.frame-brand-hub__collection-body strong{font-size:.88rem}.frame-brand-hub__collection-body span{color:var(--muted);font-size:.78rem;line-height:1.35}.frame-brand-hub__collection-body em{margin-top:.15rem;font-size:.72rem;font-style:normal;font-weight:650;color:var(--accent, #9a7b3c)}.frame-brand-hub__collections-footer{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.frame-brand-hub__collections-footer .btn{min-height:2.75rem}.frame-brand-hub__final-cta,.frame-collection-page__final-cta{padding:1.75rem var(--asv-space-container-x) 2.5rem;background:var(--asv-color-bg-alt)}.frame-brand-hub__final-inner,.frame-collection-page__final-inner{width:min(100%,var(--asv-container-max));margin-inline:auto}.frame-brand-hub__final-inner h2,.frame-collection-page__final-inner h2{margin:0 0 .75rem;font-size:clamp(1.05rem,3.8vw,1.35rem);font-weight:650}.frame-brand-hub__final-actions,.frame-collection-page__final-actions{display:flex;flex-wrap:wrap;gap:.5rem}.frame-brand-hub__final-actions .btn,.frame-collection-page__final-actions .btn{min-height:2.75rem;font-weight:650}@media(min-width:48rem){.frame-brand-hub__hero{grid-template-columns:1.05fr .95fr;align-items:center}.frame-brand-hub__hero-visual{display:block;width:min(100%,var(--asv-container-max));margin-inline:auto;padding-inline:var(--asv-space-container-x);border-radius:var(--asv-radius-card);overflow:hidden;aspect-ratio:16 / 10}.frame-brand-hub__hero-media,.frame-brand-hub__hero-image,.frame-brand-hub__hero-scene{display:block;width:100%;height:100%;object-fit:cover}.frame-brand-hub__collections-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.lens-intro{padding:3rem var(--asv-space-container-x) 2.5rem;background:var(--asv-color-bg-alt)}.lens-intro__inner{width:min(100%,var(--asv-width-standard));margin-inline:auto}.lens-intro h1{max-width:16ch;margin-bottom:.85rem}.lens-intro__lead{max-width:34rem;margin-bottom:1.35rem;color:var(--muted);line-height:1.65}.lens-intro__actions{display:flex;flex-wrap:wrap;gap:.75rem}.lens-filter-panel{padding:0 var(--asv-space-container-x) 1.5rem}.lens-filter-panel__details{border:0}.lens-filter-panel__summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem;list-style:none;cursor:pointer;user-select:none}.lens-filter-panel__summary::-webkit-details-marker{display:none}.lens-filter-panel__summary-copy{display:grid;gap:.18rem;min-width:0}.lens-filter-panel__summary-title{font-size:1rem;font-weight:800;color:var(--charcoal)}.lens-filter-panel__summary-hint{color:var(--muted);font-size:.82rem;line-height:1.4}.lens-filter-panel__summary-badge{flex-shrink:0;padding:.28rem .55rem;border-radius:999px;background:#8b1e2d14;color:var(--burgundy);font-size:.74rem;font-weight:800;white-space:nowrap}.lens-filter-panel__summary-icon{flex-shrink:0;width:.55rem;height:.55rem;border-right:2px solid var(--burgundy);border-bottom:2px solid var(--burgundy);transform:rotate(45deg);transition:transform .2s ease}.lens-filter-panel__details[open] .lens-filter-panel__summary-icon{transform:rotate(-135deg) translateY(1px)}.lens-filter-panel__body{padding-top:1rem}.lens-filter-panel__inner{width:min(100%,var(--asv-width-standard));margin-inline:auto;padding:1rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card)}.lens-filter-panel__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.85rem}.lens-filter-panel__head .section-kicker{margin:0}.lens-filter-panel__clear{color:var(--burgundy);font-size:.86rem;font-weight:800}.lens-filter-panel__groups{display:grid;gap:1rem}.lens-filter-panel__group h3{margin:0 0 .55rem;font-size:.92rem;font-weight:700;color:var(--charcoal)}.lens-filter-panel__options{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}.lens-filter-chip{display:inline-flex;align-items:center;min-height:2.2rem;padding:.35rem .75rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--charcoal);font-size:.84rem;font-weight:650}.lens-filter-chip.is-active,.lens-filter-chip[aria-pressed=true]{border-color:#8b1e2d47;background:#8b1e2d14;color:var(--burgundy)}.lens-gallery__count{margin:0 0 1rem;color:var(--muted);font-size:.92rem;font-weight:700}.lens-gallery-section .section-heading,.lens-brands-section .section-heading,.lens-preview .section-heading{max-width:42rem}.lens-gallery__grid,.lens-preview__grid,.lens-brands__grid{display:grid;gap:1rem}.lens-brand-card,.lens-product-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--asv-radius-card-compact);background:var(--asv-color-card);box-shadow:var(--shadow-soft)}.lens-brand-card{display:grid;color:inherit;transition:transform .2s ease,box-shadow .2s ease}.lens-brand-card:hover{transform:translateY(-2px);box-shadow:0 18px 42px #1f24211a}.lens-brand-card__media,.lens-product-card__media{display:block;overflow:hidden;aspect-ratio:4 / 3;background:linear-gradient(145deg,#fff,#f3f4f6)}.lens-brand-card__media--eyezen,.lens-product-card__media--eyezen{background:radial-gradient(circle at 50% 40%,rgba(139,30,45,.1),transparent 48%),linear-gradient(145deg,#fff,#f1f5f9)}.lens-brand-card__media--crizal,.lens-product-card__media--crizal{background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.85),transparent 36%),linear-gradient(145deg,#fff,#f3f4f6)}.lens-brand-card__media--transitions,.lens-product-card__media--transitions{background:linear-gradient(90deg,#fff,#f3f4f6 48%,#e5e7eb)}.lens-brand-card__media--thin,.lens-product-card__media--thin{background:linear-gradient(145deg,#fff,#f3f4f6)}.lens-brand-card__media--essilor,.lens-product-card__media--essilor{background:radial-gradient(circle at 70% 22%,rgba(139,30,45,.12),transparent 40%),linear-gradient(145deg,#fff,#f3f4f6)}.lens-brand-card__media--nikon,.lens-product-card__media--nikon{background:radial-gradient(circle at 24% 78%,rgba(31,36,33,.08),transparent 42%),linear-gradient(145deg,#f5f5f5,#e8e4dc)}.lens-brand-card__media--chemi,.lens-product-card__media--chemi{background:linear-gradient(145deg,#fff,#f3f4f6)}.lens-brand-card__media--zeiss,.lens-product-card__media--zeiss{background:radial-gradient(circle at 30% 72%,rgba(31,36,33,.1),transparent 42%),linear-gradient(145deg,#f0f2f5,#e4e8ed)}.lens-brand-card__media--bluecut,.lens-product-card__media--bluecut{background:radial-gradient(circle at 50% 40%,rgba(100,140,200,.15),transparent 48%),linear-gradient(145deg,#fff,#f1f5f9)}.lens-brand-card__media--uv,.lens-product-card__media--uv{background:linear-gradient(145deg,#fff,#f3f4f6)}.lens-brand-card__media--classic,.lens-product-card__media--classic{background:radial-gradient(circle at 50% 40%,rgba(139,30,45,.08),transparent 48%),linear-gradient(145deg,#fff,#f1f5f9)}.lens-brand-card__image,.lens-product-card__image,.lens-brand-card__scene,.lens-product-card__scene{display:block;width:100%;height:100%;object-fit:cover}.lens-brand-card__body,.lens-product-card__body{display:grid;gap:.35rem;padding:1rem 1.05rem 1.15rem}.lens-brand-card__body strong,.lens-product-card__body h3{margin:0;font-size:1.08rem;font-weight:700;letter-spacing:-.03em}.lens-brand-card__body small,.lens-product-card__desc{margin:0;color:var(--muted);font-size:.92rem;line-height:1.5}.lens-brand-card__note{color:var(--charcoal-soft);font-size:.84rem;font-weight:650}.lens-brand-card__body em,.lens-product-card__cta{color:var(--burgundy);font-size:.88rem;font-style:normal;font-weight:800}.lens-product-card__brand{margin:0;color:var(--burgundy);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.lens-product-card__benefit,.lens-product-card__suitable{margin:0;font-size:.88rem;line-height:1.45;color:var(--charcoal-soft)}.lens-product-card__tags{display:flex;flex-wrap:wrap;gap:.4rem;margin:.25rem 0 0;padding:0;list-style:none}.lens-product-card__tags li{border:1px solid var(--line);border-radius:999px;padding:.28rem .55rem;background:var(--asv-color-card);font-size:.75rem;font-weight:700;color:var(--charcoal)}.lens-preview__lead{max-width:34rem;margin-top:.35rem;color:var(--muted);line-height:1.6}.lens-preview__actions,.lens-final-cta__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.lens-gallery__empty{margin-top:1rem;color:var(--muted);line-height:1.55}@media(min-width:768px){.lens-filter-panel__summary{display:none}.lens-filter-panel__body{display:block!important;padding-top:0}}@media(min-width:760px){.lens-filter-panel__groups{grid-template-columns:repeat(2,minmax(0,1fr))}.lens-gallery__grid,.lens-preview__grid,.lens-brands__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.lens-intro{padding-block:4rem 3rem}.lens-brands__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:767px){.lens-intro h1{max-width:12ch;font-size:clamp(1.85rem,8vw,2.45rem)}.lens-filter-panel__inner{padding:0;border:none;background:transparent}.lens-filter-panel__summary{padding:.9rem 1rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:#ffffffeb;box-shadow:var(--shadow-soft)}.lens-filter-panel__details[open] .lens-filter-panel__summary{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:transparent}.lens-filter-panel__body{padding:.85rem 1rem 1rem;border:1px solid var(--line);border-top:none;border-radius:0 0 var(--asv-radius-card) var(--asv-radius-card);background:#ffffffeb}.lens-filter-panel__details[open] .lens-filter-panel__body{padding-bottom:var(--asv-sticky-clearance)}.lens-filter-panel__options{max-width:100%}.lens-intro__actions .btn,.lens-preview__actions .btn,.lens-final-cta__actions .btn{width:100%;max-width:20rem}.lens-gallery__grid,.lens-preview__grid,.lens-brands__grid{grid-template-columns:1fr}}.lens-brand-hub-grid__note,.lens-brand-hub-grid__tech{margin:.5rem 0 0;color:var(--muted);line-height:1.55;font-size:.94rem}.lens-brand-hub-grid__tech a{color:var(--burgundy);font-weight:600}.lens-brand-hub-grid__group-title{margin:0 0 .75rem;font-size:1rem;font-weight:650}.lens-brand-hub-grid__groups{display:grid;gap:1.5rem}.lens-brand-card__badge{display:inline-block;margin-bottom:.25rem;padding:.15rem .45rem;border-radius:999px;background:#c9a86a33;color:var(--burgundy);font-size:.72rem;font-weight:650;letter-spacing:.02em}.lens-brands__grid--compact .lens-brand-card--compact{padding:.85rem 1rem}.lens-index-guide__grid{display:grid;gap:.65rem;margin:0;padding:0;list-style:none}.lens-index-guide__card{display:grid;gap:.2rem;padding:.85rem 1rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card);text-decoration:none;color:inherit}.lens-index-guide__card strong{font-weight:650}.lens-index-guide__card span{color:var(--muted);font-size:.92rem;line-height:1.5}.lens-tech-map__grid{display:grid;gap:.75rem;margin:0;padding:0;list-style:none}.lens-tech-map__card{padding:1rem 1.05rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card)}.lens-tech-map__card h3{margin:0 0 .35rem;font-size:1.05rem}.lens-tech-map__card h3 a{color:inherit;text-decoration:none}.lens-tech-map__card h3 a:hover{color:var(--burgundy)}.lens-tech-map__card p{margin:0 0 .5rem;color:var(--muted);line-height:1.55;font-size:.94rem}.lens-tech-map__hints{display:flex;flex-wrap:wrap;gap:.35rem;margin:0;padding:0;list-style:none}.lens-tech-map__hints li{padding:.2rem .5rem;border-radius:999px;background:var(--asv-color-bg-alt);font-size:.78rem;color:var(--muted)}.lens-brand-profile__role{font-weight:550}.lens-brand-profile__claim,.lens-brand-profile__featured{color:var(--muted);line-height:1.6}.lens-brand-profile__featured{font-size:.94rem}.lens-brand-profile__hero{display:grid;gap:1.25rem}.lens-brand-profile__visual img{width:100%;max-height:220px;object-fit:cover;border-radius:var(--asv-radius-card)}.lens-brand-profile__line-grid,.lens-brand-profile__ask-grid{display:grid;gap:.65rem;margin:0;padding:0;list-style:none}.lens-brand-profile__line-card,.lens-brand-profile__ask-grid li{padding:.9rem 1rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card)}.lens-brand-profile__line-card a{display:grid;gap:.2rem;text-decoration:none;color:inherit}.lens-brand-profile__line-card strong,.lens-brand-profile__ask-grid strong{display:block;margin-bottom:.25rem;font-weight:650}.lens-brand-profile__line-card span,.lens-brand-profile__ask-grid p{margin:0;color:var(--muted);line-height:1.55;font-size:.94rem}@media(min-width:768px){.lens-index-guide__grid,.lens-tech-map__grid,.lens-brand-profile__line-grid,.lens-brand-profile__ask-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lens-brand-profile__hero{grid-template-columns:1.2fr .8fr;align-items:start}}@media(min-width:1024px){.lens-index-guide__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.lens-brand-hub{overflow-x:clip;padding-bottom:var(--asv-sticky-clearance)}.lens-brand-hub__hero{display:grid;gap:1rem;padding:.75rem var(--asv-space-container-x) 1.5rem;background:var(--asv-color-bg-alt)}.lens-brand-hub__hero-inner{width:min(100%,var(--asv-container-max));margin-inline:auto}.lens-brand-hub__badge{display:inline-block;margin:.35rem 0 0;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:650}.lens-brand-hub__badge--featured{background:#c9a86a33;color:#6b5424}.lens-brand-hub__badge--reference{background:#1c181614;color:var(--muted)}.lens-brand-hub h1{margin:.45rem 0 .35rem;max-width:16ch;font-size:clamp(1.5rem,5vw,2rem);line-height:1.12;font-weight:650}.lens-brand-hub__lead,.lens-brand-hub__reference{max-width:24rem;margin:0 0 .5rem;color:var(--muted);font-size:.9rem;line-height:1.45}.lens-brand-hub__hero-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.65rem}.lens-brand-hub__hero-actions .btn{min-height:2.75rem;font-weight:650}.lens-brand-hub__hero-visual{display:none}.lens-brand-hub__lines{padding-block:1.75rem 2rem;background:#fff}.lens-brand-hub__lines-inner{width:min(100%,var(--asv-container-max));margin-inline:auto;padding-inline:var(--asv-space-container-x)}.lens-brand-hub__lines-header h2{margin:0;font-size:clamp(1.1rem,4vw,1.4rem);font-weight:650}.lens-brand-hub__lines-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin-top:.85rem}.lens-brand-hub__line-card{display:flex;flex-direction:column;min-height:2.75rem;border:1px solid rgba(28,24,22,.07);border-radius:var(--asv-radius-card);overflow:hidden;background:#fff;box-shadow:0 6px 28px #1c18160f;color:inherit;text-decoration:none}.lens-brand-hub__line-media{display:block;aspect-ratio:16 / 10;overflow:hidden}.lens-brand-hub__line-slot,.lens-brand-hub__line-image,.lens-brand-hub__line-scene{width:100%;height:100%;object-fit:cover}.lens-brand-hub__line-body{display:flex;flex-direction:column;gap:.2rem;padding:.55rem .65rem .65rem}.lens-brand-hub__line-body strong{font-size:.88rem}.lens-brand-hub__line-body span{color:var(--muted);font-size:.78rem;line-height:1.35}.lens-brand-hub__line-body em{margin-top:.15rem;font-size:.72rem;font-style:normal;font-weight:650;color:var(--accent, #9a7b3c)}.lens-brand-hub__lines-footer{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.lens-brand-hub__lines-footer .btn{min-height:2.75rem}.lens-brand-hub__final-cta{padding:1.75rem var(--asv-space-container-x) 2.5rem;background:var(--asv-color-bg-alt)}.lens-brand-hub__final-inner{width:min(100%,var(--asv-container-max));margin-inline:auto}.lens-brand-hub__final-inner h2{margin:0 0 .75rem;font-size:clamp(1.05rem,3.8vw,1.35rem);font-weight:650}.lens-brand-hub__final-actions{display:flex;flex-wrap:wrap;gap:.5rem}.lens-brand-hub__final-actions .btn{min-height:2.75rem;font-weight:650}.lens-brand-card__badge--reference{background:#1c181614;color:var(--muted)}@media(min-width:48rem){.lens-brand-hub__hero{grid-template-columns:1.05fr .95fr;align-items:center}.lens-brand-hub__hero-visual{display:block;width:min(100%,var(--asv-container-max));margin-inline:auto;padding-inline:var(--asv-space-container-x);border-radius:var(--asv-radius-card);overflow:hidden;aspect-ratio:16 / 10}.lens-brand-hub__hero-media,.lens-brand-hub__hero-image,.lens-brand-hub__hero-scene{display:block;width:100%;height:100%;object-fit:cover}.lens-brand-hub__lines-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:64rem){.lens-brand-hub__lines-grid{grid-template-columns:repeat(auto-fill,minmax(11rem,1fr))}}.catalog-intro{padding:3rem var(--asv-space-container-x) 2.5rem;background:var(--asv-color-bg-alt)}.catalog-intro__inner{width:min(100%,var(--asv-width-standard));margin-inline:auto}.catalog-intro h1{max-width:16ch;margin-bottom:.85rem}.catalog-intro__lead{max-width:34rem;margin-bottom:1.35rem;color:var(--muted);line-height:1.65}.catalog-intro__actions{display:flex;flex-wrap:wrap;gap:.75rem}.catalog-hub-section .section-heading{max-width:42rem}.catalog-hub-section .brand-logo-wall{margin-top:1.25rem}.catalog-brand-grid,.catalog-need-grid{display:grid;gap:.85rem}.catalog-brand-card,.catalog-need-card{display:grid;gap:.4rem;padding:1rem 1.05rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card);color:inherit;transition:transform .2s ease,box-shadow .2s ease}.catalog-brand-card:hover,.catalog-need-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}.catalog-brand-card strong,.catalog-need-card strong{font-size:1.08rem;font-weight:700}.catalog-brand-card span,.catalog-need-card span{color:var(--muted);font-size:.92rem;line-height:1.5}.catalog-brand-card em,.catalog-need-card em{color:var(--burgundy);font-size:.88rem;font-style:normal;font-weight:800}.catalog-final-cta__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.25rem}.catalog-related-section{padding-block:.5rem 2rem}.catalog-related__list{display:grid;gap:.75rem;margin:0;padding:0;list-style:none}.catalog-related__list a{display:grid;gap:.35rem;padding:.95rem 1rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card);color:inherit}.catalog-related__list strong{font-size:1rem;font-weight:700}.catalog-related__list span{color:var(--muted);font-size:.9rem;line-height:1.5}@media(min-width:760px){.catalog-brand-grid,.catalog-need-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.catalog-intro h1{max-width:12ch;font-size:clamp(1.85rem,8vw,2.45rem)}.catalog-intro__actions .btn,.catalog-final-cta__actions .btn{width:100%;max-width:20rem}.catalog-brand-grid,.catalog-need-grid{grid-template-columns:1fr}}.need-recommendations__grid{display:grid;gap:.85rem}.need-recommendations__card{display:grid;gap:.4rem;padding:1rem 1.05rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card);color:inherit;transition:transform .2s ease,box-shadow .2s ease}.need-recommendations__card:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}.need-recommendations__card strong{font-size:1.08rem;font-weight:700}.need-recommendations__card span{color:var(--muted);font-size:.92rem;line-height:1.5}.need-recommendations__card em{color:var(--burgundy);font-size:.88rem;font-style:normal;font-weight:800}.pricing-decision-snapshot{display:grid;gap:1rem;margin-top:.35rem}.pricing-decision-snapshot__highlights{display:grid;gap:.55rem;margin:0;padding:0;list-style:none}.pricing-decision-snapshot__highlight{display:grid;gap:.15rem;padding:.7rem .85rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:#ffffffe0}.pricing-decision-snapshot__highlight strong{font-size:.92rem;line-height:1.35;color:var(--burgundy)}.pricing-decision-snapshot__highlight span{font-size:.84rem;line-height:1.45;color:var(--muted)}.pricing-decision-snapshot__comparison-head h2{margin:.2rem 0 0;font-size:clamp(1.05rem,2.8vw,1.25rem);line-height:1.35}.pricing-decision-snapshot__groups{display:grid;gap:.65rem}.pricing-decision-snapshot__group{padding:.8rem .9rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:#fffdf7eb}.pricing-decision-snapshot__group h3{margin:0 0 .5rem;font-size:.82rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.pricing-decision-snapshot__group ul{display:grid;gap:.35rem;margin:0;padding:0;list-style:none}.pricing-decision-snapshot__group li,.pricing-decision-snapshot__group a{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;font-size:.88rem;line-height:1.4}.pricing-decision-snapshot__group a{color:inherit;text-decoration:none}.pricing-decision-snapshot__group a:hover strong{color:var(--burgundy)}.pricing-decision-snapshot__group strong{flex-shrink:0;color:var(--burgundy);font-size:.86rem;font-weight:800;white-space:nowrap}.pricing-decision-snapshot__microcopy{display:grid;gap:.25rem;margin:0;padding:0;list-style:none}.pricing-decision-snapshot__microcopy li{font-size:.86rem;line-height:1.45;color:var(--muted)}.pricing-decision-snapshot__microcopy li:before{content:"•";margin-right:.4rem;color:var(--burgundy)}.pricing-tiers__grid{display:grid;gap:.85rem}.pricing-tier{display:grid;gap:.55rem;padding:1.1rem 1.15rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card)}.pricing-tier__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem 1rem}.pricing-tier__head h3{margin:0;font-size:1.08rem}.pricing-tier__price{margin:0;color:var(--burgundy);font-size:1rem;font-weight:800}.pricing-tier__summary,.pricing-tier__note{margin:0;color:var(--muted);font-size:.92rem;line-height:1.55}.pricing-tier__link{color:var(--burgundy);font-size:.88rem;font-weight:800}.pricing-disclaimer__inner{width:min(100%,var(--asv-width-standard));margin-inline:auto}.pricing-disclaimer__inner h2{margin-bottom:.75rem}.pricing-disclaimer__list{margin:.85rem 0 1rem;padding-left:1.2rem;line-height:1.65}.pricing-disclaimer__list li+li{margin-top:.35rem}@media(min-width:640px){.need-recommendations__grid,.pricing-tiers__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-decision-snapshot__highlights,.pricing-decision-snapshot__groups{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:960px){.pricing-tiers__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.brand-logo-wall{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0;padding:0;list-style:none}.brand-logo-wall__item{min-width:0}.brand-logo-card{display:grid;gap:.45rem;height:100%;min-height:100%;padding:.65rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:#ffffffe6;color:inherit;transition:transform .2s ease,box-shadow .2s ease}.brand-logo-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}.brand-logo-card__mark{display:flex;align-items:center;justify-content:center;aspect-ratio:3 / 2;padding:.65rem;border-radius:calc(var(--asv-radius-card) - 4px);overflow:hidden;background:linear-gradient(145deg,#fff,#f3f4f6)}.brand-logo-card__image{display:block;width:100%;height:100%;object-fit:cover}.brand-logo-card__type{max-width:100%;font-size:clamp(.78rem,2.6vw,.95rem);font-weight:750;letter-spacing:.05em;line-height:1.2;text-align:center;text-transform:uppercase;color:var(--charcoal);word-break:break-word}.brand-logo-card__category{font-size:.68rem;font-weight:700;letter-spacing:.08em;text-align:center;text-transform:uppercase;color:var(--muted)}.brand-logo-card__mark--eyezen,.brand-logo-card__mark--essilor{background:radial-gradient(circle at 50% 40%,rgba(139,30,45,.1),transparent 48%),linear-gradient(145deg,#fff,#f1f5f9)}.brand-logo-card__mark--crizal{background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.85),transparent 36%),linear-gradient(145deg,#fff,#f3f4f6)}.brand-logo-card__mark--transitions{background:linear-gradient(90deg,#fff,#f3f4f6 48%,#e5e7eb)}.brand-logo-card__mark--nikon,.brand-logo-card__mark--chemi{background:radial-gradient(circle at 24% 78%,rgba(31,36,33,.08),transparent 42%),linear-gradient(145deg,#f5f5f5,#e8e4dc)}.brand-logo-card__mark--bolon,.brand-logo-card__mark--molsion{background:radial-gradient(circle at 30% 72%,rgba(139,30,45,.1),transparent 42%),linear-gradient(145deg,#fff,#f3f4f6)}.brand-logo-card__mark--ray-ban{background:radial-gradient(circle at 70% 22%,rgba(31,36,33,.1),transparent 40%),linear-gradient(145deg,#fff,#f3f4f6)}.brand-logo-card__mark--vogue{background:radial-gradient(circle at 24% 78%,rgba(139,30,45,.12),transparent 42%),linear-gradient(145deg,#fff,#f3f4f6)}.brand-logo-card__mark--levis,.brand-logo-card__mark--tommy-jeans{background:linear-gradient(145deg,#fff,#f3f4f6)}@media(min-width:760px){.brand-logo-wall{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}}@media(min-width:1024px){.brand-logo-wall{grid-template-columns:repeat(6,minmax(0,1fr))}}.pricing-page--mobile-first{overflow-x:clip;padding-bottom:var(--asv-sticky-clearance)}.pricing-page--mobile-first{--pricing-section-y: clamp(2.5rem, 6.5vw, 4rem);--pricing-card-radius: var(--asv-radius-card);--pricing-card-shadow: 0 6px 28px rgba(28, 24, 22, .07);--pricing-card-border: 1px solid rgba(28, 24, 22, .07)}.pricing-page--mobile-first .pricing-hero{padding:.75rem var(--asv-space-container-x) var(--pricing-section-y);background:var(--asv-color-bg-alt)}.pricing-page--mobile-first .pricing-hero__inner{width:min(100%,var(--asv-container-max));margin-inline:auto;display:grid;gap:1rem}.pricing-page--mobile-first .pricing-hero__copy h1{margin:.5rem 0 .4rem;max-width:14ch;font-size:clamp(1.55rem,5.5vw,2.25rem);line-height:1.12;font-weight:650;letter-spacing:-.03em}.pricing-page--mobile-first .pricing-hero__lead{margin:0 0 .85rem;max-width:22rem;color:var(--muted);font-size:.92rem;line-height:1.45}.pricing-page--mobile-first .pricing-hero__actions{display:flex;flex-wrap:wrap;gap:.55rem}.pricing-page--mobile-first .pricing-hero__actions .btn{min-height:2.75rem;flex:1 1 calc(50% - .3rem);min-width:0;border-radius:var(--asv-radius-button);font-weight:650}.pricing-page--mobile-first .pricing-hero__visual{border-radius:var(--pricing-card-radius);overflow:hidden;aspect-ratio:16 / 10;box-shadow:var(--pricing-card-shadow)}.pricing-page--mobile-first .pricing-hero__media,.pricing-page--mobile-first .pricing-hero__image,.pricing-page--mobile-first .pricing-hero__scene{width:100%;height:100%;object-fit:cover}@media(min-width:48rem){.pricing-page--mobile-first .pricing-hero__inner{grid-template-columns:1.05fr .95fr;align-items:center;gap:1.5rem}.pricing-page--mobile-first .pricing-hero__visual{order:2;aspect-ratio:4 / 3}}.pricing-page--mobile-first .pricing-quick-cards{padding-block:var(--pricing-section-y);background:#fff}.pricing-page--mobile-first .pricing-quick-cards__inner,.pricing-page--mobile-first .pricing-decision-strip__inner,.pricing-page--mobile-first .pricing-disclaimer-short__inner,.pricing-page--mobile-first .pricing-branch-cta__inner,.pricing-page--mobile-first .pricing-faq__inner,.pricing-page--mobile-first .pricing-final-cta__inner{width:min(100%,var(--asv-container-max));margin-inline:auto;padding-inline:var(--asv-space-container-x)}.pricing-page--mobile-first .pricing-quick-cards__header h2,.pricing-page--mobile-first .pricing-decision-strip__header h2,.pricing-page--mobile-first .pricing-branch-cta__header h2,.pricing-page--mobile-first .pricing-faq__header h2{margin:0;max-width:18ch;font-size:clamp(1.4rem,4.5vw,1.85rem);line-height:1.14;letter-spacing:-.028em}.pricing-page--mobile-first .pricing-quick-cards__grid{display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:1.15rem}.pricing-page--mobile-first .pricing-quick-cards__card{display:grid;grid-template-columns:5.5rem 1fr;gap:.75rem;align-items:start;padding:.65rem;border:var(--pricing-card-border);border-radius:var(--pricing-card-radius);background:#fff;box-shadow:var(--pricing-card-shadow)}.pricing-page--mobile-first .pricing-quick-cards__media{display:block;border-radius:.75rem;overflow:hidden;aspect-ratio:1}.pricing-page--mobile-first .pricing-quick-cards__slot,.pricing-page--mobile-first .pricing-quick-cards__image,.pricing-page--mobile-first .pricing-quick-cards__scene{width:100%;height:100%;object-fit:cover}.pricing-page--mobile-first .pricing-quick-cards__body h3{margin:0 0 .2rem;font-size:.95rem;line-height:1.25}.pricing-page--mobile-first .pricing-quick-cards__body h3 a{color:inherit;text-decoration:none}.pricing-page--mobile-first .pricing-quick-cards__price{margin:0 0 .25rem;font-size:1rem;font-weight:700;color:var(--burgundy)}.pricing-page--mobile-first .pricing-quick-cards__summary{margin:0 0 .55rem;font-size:.82rem;line-height:1.4;color:var(--muted)}.pricing-page--mobile-first .pricing-quick-cards__ask{min-height:2.75rem;padding-inline:.85rem;font-size:.82rem}@media(min-width:30rem){.pricing-page--mobile-first .pricing-quick-cards__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-page--mobile-first .pricing-quick-cards__card{grid-template-columns:1fr;padding:0;overflow:hidden}.pricing-page--mobile-first .pricing-quick-cards__media{aspect-ratio:5 / 3;border-radius:0}.pricing-page--mobile-first .pricing-quick-cards__body{padding:.75rem .8rem .85rem}}@media(min-width:64rem){.pricing-page--mobile-first .pricing-quick-cards__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.pricing-page--mobile-first .pricing-decision-strip{padding-block:var(--pricing-section-y);background:var(--asv-color-bg-alt)}.pricing-page--mobile-first .pricing-decision-strip__grid{display:grid;gap:.65rem;margin-top:1.1rem}.pricing-page--mobile-first .pricing-decision-strip__card{display:flex;flex-direction:column;gap:.35rem;min-height:2.75rem;padding:.9rem 1rem;border:var(--pricing-card-border);border-radius:var(--pricing-card-radius);background:#fff;box-shadow:var(--pricing-card-shadow);color:inherit;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}@media(hover:hover){.pricing-page--mobile-first .pricing-decision-strip__card:hover{transform:translateY(-2px);box-shadow:0 12px 32px #1c18161a}}.pricing-page--mobile-first .pricing-decision-strip__title{font-size:.95rem;font-weight:650;line-height:1.25}.pricing-page--mobile-first .pricing-decision-strip__cta{font-size:.82rem;font-weight:700;color:var(--burgundy)}@media(min-width:48rem){.pricing-page--mobile-first .pricing-decision-strip__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.pricing-page--mobile-first .pricing-disclaimer-short{padding-block:1.5rem;background:#fff}.pricing-page--mobile-first .pricing-disclaimer-short h2{margin:0 0 .65rem;font-size:1rem;font-weight:650}.pricing-page--mobile-first .pricing-disclaimer-short__list{margin:0;padding:0 0 0 1.1rem;color:var(--muted);font-size:.88rem;line-height:1.55}.pricing-page--mobile-first .pricing-disclaimer-short__list li+li{margin-top:.35rem}.pricing-page--mobile-first .pricing-branch-cta{padding-block:var(--pricing-section-y);background:var(--asv-color-bg-alt)}.pricing-page--mobile-first .pricing-branch-cta__grid{display:grid;gap:1rem;margin-top:1.15rem}.pricing-page--mobile-first .pricing-branch-cta__card{overflow:hidden;border:var(--pricing-card-border);border-radius:var(--pricing-card-radius);background:#fff;box-shadow:var(--pricing-card-shadow)}.pricing-page--mobile-first .pricing-branch-cta__media{display:block;aspect-ratio:5 / 3;overflow:hidden}.pricing-page--mobile-first .pricing-branch-cta__slot,.pricing-page--mobile-first .pricing-branch-cta__image,.pricing-page--mobile-first .pricing-branch-cta__scene{width:100%;height:100%;object-fit:cover}.pricing-page--mobile-first .pricing-branch-cta__body{padding:.85rem .9rem 1rem}.pricing-page--mobile-first .pricing-branch-cta__body h3{margin:0 0 .65rem;font-size:1rem;font-weight:650}.pricing-page--mobile-first .pricing-branch-cta__actions{display:flex;flex-wrap:wrap;gap:.45rem}.pricing-page--mobile-first .pricing-branch-cta__actions .btn{flex:1 1 calc(33.333% - .35rem);min-height:2.75rem;min-width:0;padding-inline:.45rem;font-size:.82rem;border-radius:var(--asv-radius-button)}@media(min-width:48rem){.pricing-page--mobile-first .pricing-branch-cta__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.pricing-page--mobile-first .pricing-faq{padding-block:var(--pricing-section-y);background:#fff}.pricing-page--mobile-first .pricing-faq__list{display:grid;gap:.55rem;margin-top:1.1rem}.pricing-page--mobile-first .pricing-faq__item{border:var(--pricing-card-border);border-radius:1rem;padding:.85rem .95rem;background:#ffffffe6}.pricing-page--mobile-first .pricing-faq__item summary{cursor:pointer;font-size:.9rem;font-weight:650;line-height:1.35;list-style:none}.pricing-page--mobile-first .pricing-faq__item summary::-webkit-details-marker{display:none}.pricing-page--mobile-first .pricing-faq__item p{margin:.65rem 0 0;color:var(--muted);font-size:.86rem;line-height:1.5}.pricing-page--mobile-first .pricing-final-cta{padding-block:var(--pricing-section-y);background:var(--charcoal, #1f2421);color:#fff}.pricing-page--mobile-first .pricing-final-cta h2{margin:0 0 1rem;max-width:16ch;font-size:clamp(1.35rem,4.5vw,1.75rem);line-height:1.15;color:#fff}.pricing-page--mobile-first .pricing-final-cta__actions{display:flex;flex-wrap:wrap;gap:.55rem}.pricing-page--mobile-first .pricing-final-cta__actions .btn{min-height:2.75rem;flex:1 1 calc(50% - .3rem);border-radius:var(--asv-radius-button);font-weight:650}.pricing-page--mobile-first .pricing-final-cta__actions .btn--primary{flex-basis:100%}@media(min-width:48rem){.pricing-page--mobile-first .pricing-final-cta__inner{text-align:center}.pricing-page--mobile-first .pricing-final-cta__actions{justify-content:center}.pricing-page--mobile-first .pricing-final-cta__actions .btn{flex:0 1 auto;min-width:11rem}.pricing-page--mobile-first .pricing-final-cta__actions .btn--primary{flex-basis:auto}}@media(max-width:26.875rem){.pricing-page--mobile-first .pricing-hero__actions .btn,.pricing-page--mobile-first .pricing-branch-cta__actions .btn{font-size:.78rem}.pricing-page--mobile-first .pricing-quick-cards__card{grid-template-columns:4.75rem 1fr;gap:.55rem}}.lens-replacement-page--mobile-first{overflow-x:clip;padding-bottom:var(--asv-sticky-clearance);--lr-section-y: clamp(2.25rem, 6vw, 3.75rem);--lr-card-radius: var(--asv-radius-card);--lr-card-shadow: 0 6px 28px rgba(28, 24, 22, .07);--lr-card-border: 1px solid rgba(28, 24, 22, .07)}.lens-replacement-page--mobile-first .section-kicker{margin-bottom:.4rem}.lens-replacement-page--mobile-first .lens-replacement-hero{padding:.75rem var(--asv-space-container-x) 1.25rem;background:var(--asv-color-bg-alt)}.lens-replacement-page--mobile-first .lens-replacement-hero__inner{width:min(100%,var(--asv-container-max));margin-inline:auto;display:grid;gap:1rem}.lens-replacement-page--mobile-first .lens-replacement-hero__copy h1{margin:.5rem 0 .4rem;max-width:14ch;font-size:clamp(1.55rem,5.5vw,2.2rem);line-height:1.12;font-weight:650;letter-spacing:-.03em}.lens-replacement-page--mobile-first .lens-replacement-hero__lead{margin:0 0 .85rem;max-width:22rem;color:var(--muted);font-size:.92rem;line-height:1.45}.lens-replacement-page--mobile-first .lens-replacement-hero__actions{display:flex;flex-wrap:wrap;gap:.55rem}.lens-replacement-page--mobile-first .lens-replacement-hero__actions .btn{min-height:2.75rem;flex:1 1 calc(50% - .3rem);min-width:0;border-radius:var(--asv-radius-button);font-weight:650}.lens-replacement-page--mobile-first .lens-replacement-hero__visual{border-radius:var(--lr-card-radius);overflow:hidden;aspect-ratio:16 / 10;box-shadow:var(--lr-card-shadow)}.lens-replacement-page--mobile-first .lens-replacement-hero__media,.lens-replacement-page--mobile-first .lens-replacement-hero__image,.lens-replacement-page--mobile-first .lens-replacement-hero__scene{width:100%;height:100%;object-fit:cover}@media(min-width:48rem){.lens-replacement-page--mobile-first .lens-replacement-hero__inner{grid-template-columns:1.05fr .95fr;align-items:center}.lens-replacement-page--mobile-first .lens-replacement-hero__visual{order:2}}.lens-replacement-page--mobile-first .lens-replacement-quick-actions{padding:.65rem 0 .25rem;margin-top:-.25rem;background:var(--asv-color-bg-alt)}.lens-replacement-page--mobile-first .lens-replacement-quick-actions__inner{width:min(100%,var(--asv-container-max));margin-inline:auto;padding-inline:var(--asv-space-container-x)}.lens-replacement-page--mobile-first .lens-replacement-quick-actions__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.lens-replacement-page--mobile-first .lens-replacement-quick-actions__card{display:flex;flex-direction:column;align-items:center;gap:.4rem;min-height:2.75rem;padding:0;overflow:hidden;border:var(--lr-card-border);border-radius:var(--lr-card-radius);background:#fff;box-shadow:var(--lr-card-shadow);color:inherit;text-decoration:none}.lens-replacement-page--mobile-first .lens-replacement-quick-actions__media{width:100%;aspect-ratio:5 / 3}.lens-replacement-page--mobile-first .lens-replacement-quick-actions__slot,.lens-replacement-page--mobile-first .lens-replacement-quick-actions__image,.lens-replacement-page--mobile-first .lens-replacement-quick-actions__scene{width:100%;height:100%;object-fit:cover}.lens-replacement-page--mobile-first .lens-replacement-quick-actions__label{width:100%;padding:0 .35rem .65rem;font-size:.8rem;font-weight:650;text-align:center;line-height:1.25}.lens-replacement-page--mobile-first .lens-replacement-eligibility{padding-block:var(--lr-section-y);background:#fff}.lens-replacement-page--mobile-first .lens-replacement-eligibility__inner{width:min(100%,var(--asv-container-max));margin-inline:auto;padding-inline:var(--asv-space-container-x)}.lens-replacement-page--mobile-first .lens-replacement-eligibility h2{margin:0 0 .85rem;font-size:clamp(1.35rem,4.5vw,1.75rem);line-height:1.14;max-width:16ch}.lens-replacement-page--mobile-first .lens-replacement-eligibility__grid{display:grid;gap:.65rem}.lens-replacement-page--mobile-first .lens-replacement-eligibility__card{padding:.85rem .95rem;border-radius:var(--lr-card-radius);border:var(--lr-card-border);background:#fff;box-shadow:var(--lr-card-shadow)}.lens-replacement-page--mobile-first .lens-replacement-eligibility__card h3{margin:0 0 .5rem;font-size:.9rem;font-weight:700}.lens-replacement-page--mobile-first .lens-replacement-eligibility__card--keep h3{color:var(--burgundy)}.lens-replacement-page--mobile-first .lens-replacement-eligibility__card ul{margin:0;padding:0;list-style:none}.lens-replacement-page--mobile-first .lens-replacement-eligibility__card li{font-size:.86rem;line-height:1.45;padding-left:1.1rem;position:relative}.lens-replacement-page--mobile-first .lens-replacement-eligibility__card li+li{margin-top:.3rem}.lens-replacement-page--mobile-first .lens-replacement-eligibility__card--keep li:before{content:"✓";position:absolute;left:0;color:var(--burgundy);font-weight:700}.lens-replacement-page--mobile-first .lens-replacement-eligibility__card--check li:before{content:"?";position:absolute;left:0;color:var(--muted);font-weight:700}@media(min-width:48rem){.lens-replacement-page--mobile-first .lens-replacement-eligibility__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.lens-replacement-page--mobile-first .lens-replacement-quick-price{padding-block:var(--lr-section-y);background:var(--asv-color-bg-alt)}.lens-replacement-page--mobile-first .lens-replacement-quick-price__inner,.lens-replacement-page--mobile-first .lens-replacement-process__inner,.lens-replacement-page--mobile-first .lens-replacement-why__inner,.lens-replacement-page--mobile-first .lens-replacement-branch-cta__inner,.lens-replacement-page--mobile-first .lens-replacement-faq__inner,.lens-replacement-page--mobile-first .lens-replacement-final-cta__inner{width:min(100%,var(--asv-container-max));margin-inline:auto;padding-inline:var(--asv-space-container-x)}.lens-replacement-page--mobile-first .lens-replacement-quick-price__header h2,.lens-replacement-page--mobile-first .lens-replacement-process__header h2,.lens-replacement-page--mobile-first .lens-replacement-why__header h2,.lens-replacement-page--mobile-first .lens-replacement-branch-cta__header h2,.lens-replacement-page--mobile-first .lens-replacement-faq__header h2{margin:0;max-width:18ch;font-size:clamp(1.35rem,4.5vw,1.75rem);line-height:1.14}.lens-replacement-page--mobile-first .lens-replacement-quick-price__grid{display:grid;grid-template-columns:1fr;gap:.65rem;margin-top:1rem}.lens-replacement-page--mobile-first .lens-replacement-quick-price__card{display:grid;grid-template-columns:1fr auto;gap:.5rem .65rem;align-items:center;padding:.75rem .8rem;border:var(--lr-card-border);border-radius:var(--lr-card-radius);background:#fff;box-shadow:var(--lr-card-shadow)}.lens-replacement-page--mobile-first .lens-replacement-quick-price__link{color:inherit;text-decoration:none}.lens-replacement-page--mobile-first .lens-replacement-quick-price__link h3{margin:0 0 .15rem;font-size:.92rem}.lens-replacement-page--mobile-first .lens-replacement-quick-price__from{margin:0 0 .2rem;font-size:.95rem;font-weight:700;color:var(--burgundy)}.lens-replacement-page--mobile-first .lens-replacement-quick-price__summary{margin:0;font-size:.8rem;color:var(--muted);line-height:1.35}.lens-replacement-page--mobile-first .lens-replacement-quick-price__ask{grid-row:1 / span 3;align-self:center;min-height:2.75rem;font-size:.8rem;white-space:nowrap}@media(min-width:30rem){.lens-replacement-page--mobile-first .lens-replacement-quick-price__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.lens-replacement-page--mobile-first .lens-replacement-process{padding-block:var(--lr-section-y);background:#fff}.lens-replacement-page--mobile-first .lens-replacement-process__steps{margin:1rem 0 0;padding:0;list-style:none;display:grid;gap:.65rem}.lens-replacement-page--mobile-first .lens-replacement-process__step{display:grid;grid-template-columns:2.25rem 1fr;gap:.75rem;align-items:start;padding:.85rem .95rem;border:var(--lr-card-border);border-radius:var(--lr-card-radius);background:#fff;box-shadow:var(--lr-card-shadow)}.lens-replacement-page--mobile-first .lens-replacement-process__num{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:999px;background:var(--burgundy);color:#fff;font-size:.9rem;font-weight:700}.lens-replacement-page--mobile-first .lens-replacement-process__step h3{margin:0 0 .2rem;font-size:.92rem}.lens-replacement-page--mobile-first .lens-replacement-process__step p{margin:0;font-size:.82rem;color:var(--muted);line-height:1.4}.lens-replacement-page--mobile-first .lens-replacement-why{padding-block:var(--lr-section-y);background:var(--asv-color-bg-alt)}.lens-replacement-page--mobile-first .lens-replacement-why__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin-top:1rem}.lens-replacement-page--mobile-first .lens-replacement-why__card{min-height:2.75rem;display:flex;align-items:center;justify-content:center;padding:.75rem .55rem;border:var(--lr-card-border);border-radius:var(--lr-card-radius);background:#fff;box-shadow:var(--lr-card-shadow);font-size:.88rem;font-weight:650;text-align:center;line-height:1.25}.lens-replacement-page--mobile-first .lens-replacement-branch-cta{padding-block:var(--lr-section-y);background:#fff}.lens-replacement-page--mobile-first .lens-replacement-branch-cta__grid{display:grid;gap:.85rem;margin-top:1rem}.lens-replacement-page--mobile-first .lens-replacement-branch-cta__card{overflow:hidden;border:var(--lr-card-border);border-radius:var(--lr-card-radius);background:#fff;box-shadow:var(--lr-card-shadow)}.lens-replacement-page--mobile-first .lens-replacement-branch-cta__media{display:block;aspect-ratio:5 / 3;overflow:hidden}.lens-replacement-page--mobile-first .lens-replacement-branch-cta__slot,.lens-replacement-page--mobile-first .lens-replacement-branch-cta__image,.lens-replacement-page--mobile-first .lens-replacement-branch-cta__scene{width:100%;height:100%;object-fit:cover}.lens-replacement-page--mobile-first .lens-replacement-branch-cta__body{padding:.8rem .85rem .95rem}.lens-replacement-page--mobile-first .lens-replacement-branch-cta__body h3{margin:0 0 .6rem;font-size:.95rem;font-weight:650}.lens-replacement-page--mobile-first .lens-replacement-branch-cta__actions{display:flex;flex-wrap:wrap;gap:.45rem}.lens-replacement-page--mobile-first .lens-replacement-branch-cta__actions .btn{flex:1 1 calc(33.333% - .35rem);min-height:2.75rem;min-width:0;padding-inline:.45rem;font-size:.82rem;border-radius:var(--asv-radius-button)}@media(min-width:48rem){.lens-replacement-page--mobile-first .lens-replacement-branch-cta__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.lens-replacement-page--mobile-first .lens-replacement-faq{padding-block:var(--lr-section-y);background:var(--asv-color-bg-alt)}.lens-replacement-page--mobile-first .lens-replacement-faq__list{display:grid;gap:.55rem;margin-top:1rem}.lens-replacement-page--mobile-first .lens-replacement-faq__item{border:var(--lr-card-border);border-radius:1rem;padding:.85rem .95rem;background:#fff}.lens-replacement-page--mobile-first .lens-replacement-faq__item summary{cursor:pointer;font-size:.9rem;font-weight:650;line-height:1.35;list-style:none}.lens-replacement-page--mobile-first .lens-replacement-faq__item summary::-webkit-details-marker{display:none}.lens-replacement-page--mobile-first .lens-replacement-faq__item p{margin:.6rem 0 0;font-size:.86rem;color:var(--muted);line-height:1.45}.lens-replacement-page--mobile-first .lens-replacement-final-cta{padding-block:var(--lr-section-y);background:var(--charcoal, #1f2421);color:#fff}.lens-replacement-page--mobile-first .lens-replacement-final-cta h2{margin:0 0 1rem;max-width:14ch;font-size:clamp(1.3rem,4.5vw,1.7rem);line-height:1.15;color:#fff}.lens-replacement-page--mobile-first .lens-replacement-final-cta__actions{display:flex;flex-wrap:wrap;gap:.55rem}.lens-replacement-page--mobile-first .lens-replacement-final-cta__actions .btn{min-height:2.75rem;flex:1 1 calc(50% - .3rem);border-radius:var(--asv-radius-button);font-weight:650}.lens-replacement-page--mobile-first .lens-replacement-final-cta__actions .btn--primary{flex-basis:100%}@media(min-width:48rem){.lens-replacement-page--mobile-first .lens-replacement-final-cta__inner{text-align:center}.lens-replacement-page--mobile-first .lens-replacement-final-cta__actions{justify-content:center}.lens-replacement-page--mobile-first .lens-replacement-final-cta__actions .btn{flex:0 1 auto;min-width:11rem}.lens-replacement-page--mobile-first .lens-replacement-final-cta__actions .btn--primary{flex-basis:auto}}@media(max-width:26.875rem){.lens-replacement-page--mobile-first .lens-replacement-quick-actions__label,.lens-replacement-page--mobile-first .lens-replacement-branch-cta__actions .btn{font-size:.76rem}}.home-showroom-catalog__inner{max-width:var(--content-max);margin:0 auto;padding:0 var(--page-gutter)}.home-showroom-catalog__lead,.home-showroom-catalog__note,.catalog-hub-section__lead,.catalog-hub-section__note,.catalog-intro__note,.lens-intro__note,.frame-intro__note,.technology-pill-grid__note,.showroom-catalog-cta__note{max-width:36rem;color:var(--muted);line-height:1.55;font-size:.94rem}.home-showroom-catalog__note,.showroom-catalog-cta__note{margin-top:.35rem;font-size:.88rem}.home-showroom-catalog__grid{display:grid;gap:.75rem;margin-top:1.25rem}.home-showroom-catalog__tile{display:grid;gap:.3rem;padding:1rem 1.05rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:#ffffffd1;color:inherit;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease}.home-showroom-catalog__tile:hover{border-color:#c9a86a73;box-shadow:var(--shadow-soft)}.home-showroom-catalog__tile strong{font-size:1.02rem;font-weight:700}.home-showroom-catalog__tile span{color:var(--muted);font-size:.9rem;line-height:1.45}.home-showroom-catalog__tile em{color:var(--burgundy);font-size:.86rem;font-style:normal;font-weight:700}.home-showroom-catalog__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;margin-top:1.35rem}.catalog-hub-section__inner,.technology-pill-grid__inner{max-width:var(--content-max);margin:0 auto;padding:0 var(--page-gutter)}.technology-pill-grid__list{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 0;padding:0;list-style:none}.technology-pill-grid__pill{display:inline-flex;padding:.45rem .85rem;border:1px solid var(--line);border-radius:999px;background:#ffffffe0;color:var(--burgundy);font-size:.88rem;font-weight:650;text-decoration:none}.technology-pill-grid__pill:hover{border-color:#c9a86a80;background:#c9a86a1a}.technology-pill-grid__more{margin:.85rem 0 0;font-size:.9rem}.technology-pill-grid__more a{color:var(--burgundy);font-weight:600}.showroom-catalog-cta__inner{max-width:40rem;margin:0 auto;padding:1.5rem var(--page-gutter);text-align:center}.showroom-catalog-cta__inner h2{margin:0 0 .5rem}.showroom-catalog-cta__inner>p{margin:0;color:var(--muted);line-height:1.55}.showroom-catalog-cta__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;margin-top:1.1rem}@media(min-width:640px){.home-showroom-catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:900px){.home-showroom-catalog__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1100px){.home-showroom-catalog__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:767px){.home-showroom-catalog__actions .btn,.showroom-catalog-cta__actions .btn{width:100%;max-width:20rem}}.visual-slot__media{position:relative;display:block;overflow:hidden}.visual-slot__image{display:block;width:100%;height:100%;object-fit:cover}.visual-slot__media{position:relative}.visual-slot__scene{display:block;width:100%;height:100%;position:relative;background:linear-gradient(145deg,#fff,#f3f4f6)}.visual-slot__scene--lens-brand:after,.visual-slot__scene--product:after{content:"";position:absolute;inset:22% 28%;border-radius:50% 50% 45% 45%;border:2px solid rgba(139,30,45,.12);background:linear-gradient(160deg,#ffffff8c,#0f172a0a)}.visual-slot__scene--frame-brand:after,.visual-slot__scene--category:after,.visual-slot__scene--reference:after{content:"";position:absolute;inset:28% 18%;border-radius:38% 38% 42% 42%;border:2px solid rgba(31,36,33,.1);box-shadow:inset 0 0 0 8px #ffffff59}.visual-slot__scene--technology:after{content:"";position:absolute;inset:30% 24%;border-radius:12px;background:linear-gradient(135deg,#ffffffb3,#0f172a0d);border:1px solid rgba(139,30,45,.08)}.visual-slot__scene--catalog-tile:after{content:"";position:absolute;inset:20% 22%;border-radius:10px;background:linear-gradient(145deg,#ffffffa6,#0f172a0d)}.visual-slot__scene--showroom{background:linear-gradient(160deg,#f8fafc,#f1f5f9 55%,#e5e7eb)}.visual-slot__scene--showroom:after,.visual-slot__scene--branch:after{content:"";position:absolute;inset:18% 12%;border-radius:8px;border:1px solid rgba(31,36,33,.06);background:linear-gradient(180deg,rgba(255,255,255,.4),transparent)}.visual-slot__scene--solution:after,.visual-slot__scene--need:after{content:"";position:absolute;inset:24% 20%;border-radius:14px;border:1px solid rgba(139,30,45,.1);background:linear-gradient(145deg,#ffffffb8,#0f172a0d)}.frame-brand-card--hub{grid-template-rows:auto auto auto auto auto}.frame-brand-card__media{aspect-ratio:4 / 3;border-radius:calc(var(--asv-radius-card) - 2px);margin-bottom:.15rem}.frame-brand-card__media--bolon,.frame-brand-card__media--molsion,.frame-brand-card__media--ray-ban,.frame-brand-card__media--levis,.frame-brand-card__media--vogue,.frame-brand-card__media--tommy-jeans,.frame-brand-card__media--brand{background:radial-gradient(circle at 68% 24%,rgba(201,168,106,.2),transparent 40%),linear-gradient(145deg,#fff,#f3f4f6)}.home-showroom-catalog__tile{grid-template-rows:auto auto auto auto}.home-showroom-catalog__tile-media{aspect-ratio:3 / 2;border-radius:calc(var(--asv-radius-card) - 2px);margin-bottom:.35rem}.home-lens-brand-section__card{display:grid;gap:.5rem}.home-lens-brand-section__media{aspect-ratio:4 / 3;border-radius:var(--asv-radius-card)}.lens-tech-map__card{display:grid;gap:.5rem}.lens-tech-map__media{aspect-ratio:16 / 9;border-radius:calc(var(--asv-radius-card) - 2px)}.home-showroom-catalog__tile-media--lens,.home-showroom-catalog__tile-media--frame,.home-showroom-catalog__tile-media--brand,.home-showroom-catalog__tile-media--need,.home-showroom-catalog__tile-media--price,.hero-carousel__scene{display:block;width:100%;height:100%;min-height:100%;object-fit:cover;background-color:#e5e7eb}.lens-brand-profile__media{aspect-ratio:4 / 3;border-radius:var(--asv-radius-card);overflow:hidden}.lens-brand-profile__visual{min-width:0}.pricing-intro{display:grid;gap:1.25rem}.pricing-intro__visual{min-width:0}.pricing-intro__media{aspect-ratio:16 / 9;border-radius:var(--asv-radius-card);overflow:hidden}@media(min-width:768px){.pricing-intro{grid-template-columns:1.2fr .8fr;align-items:start}}.solution-gallery__slot,.landing-hero__slot,.home-branch-card__slot,.branch-hero__slot{display:block;width:100%;height:100%}.solution-gallery__slot{aspect-ratio:16 / 9}.landing-hero__slot{min-height:100%}.home-branch-card__slot,.branch-hero__slot{aspect-ratio:16 / 9}.landing-hero__panel{position:relative;overflow:hidden}.landing-hero__panel-copy{position:absolute;inset:auto 1rem 1rem;z-index:1;display:grid;gap:.2rem;padding:.75rem .9rem;border-radius:var(--asv-radius-card);background:#ffffffe0;color:var(--ink)}.optical-knowledge-graph__inner,.optical-graph-pathways__inner{width:min(100%,var(--asv-width-standard));margin-inline:auto;padding-inline:var(--asv-space-container-x);box-sizing:border-box}.optical-knowledge-graph__intro{margin:.35rem 0 0;color:var(--muted);line-height:1.6;max-width:42rem}.optical-knowledge-graph__clusters{display:grid;gap:1.5rem;margin-top:1.25rem}.optical-graph-cluster__header h3{margin:0;font-size:1.05rem;font-weight:650}.optical-graph-cluster__grid{display:grid;gap:.65rem;margin:.75rem 0 0;padding:0;list-style:none}.optical-graph-cluster__card{display:grid;gap:.25rem;padding:.85rem .95rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:#ffffffd1;text-decoration:none;color:inherit;transition:border-color .15s ease}a.optical-graph-cluster__card:hover{border-color:#8b1e2d47}.optical-graph-cluster__card strong{font-weight:650;font-size:.98rem}.optical-graph-cluster__card span{color:var(--muted);line-height:1.5;font-size:.92rem}.optical-graph-cluster__card--reference{background:#ffffffa6}.optical-graph-pathways__list{display:grid;gap:.85rem;margin:0;padding:0;list-style:none}.optical-graph-pathways__card{padding:1rem 1.05rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:#ffffffd1}.optical-graph-pathways__card h3{margin:0 0 .35rem;font-size:1rem;font-weight:650}.optical-graph-pathways__summary{margin:0 0 .65rem;color:var(--muted);line-height:1.55;font-size:.94rem}.optical-graph-pathways__steps{display:flex;flex-wrap:wrap;gap:.4rem .55rem;margin:0;padding:0;list-style:none}.optical-graph-pathways__steps li{font-size:.9rem}.optical-graph-pathways__steps a{display:inline-block;padding:.25rem .55rem;border:1px solid var(--line);border-radius:999px;background:#ffffffe6;color:var(--burgundy);font-weight:600;text-decoration:none}.optical-graph-pathways__steps a:hover{border-color:#8b1e2d59}.optical-graph-pathways__steps span{display:inline-block;padding:.25rem .55rem;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:.88rem}@media(min-width:768px){.optical-graph-cluster__grid,.optical-graph-pathways__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.optical-knowledge-graph__clusters{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.optical-graph-pathways__list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.optical-knowledge-graph__inner,.optical-graph-pathways__inner{padding-inline:var(--asv-mobile-gutter, var(--asv-space-container-x))}}.ai-entity-block,.ecosystem-block{padding:2.5rem var(--asv-space-container-x);border-top:1px solid var(--line)}.ai-entity-block{background:linear-gradient(180deg,#fffdf7e6,#fff)}.ecosystem-block{background:var(--surface-tint)}.ai-entity-block__inner,.ecosystem-block__inner{width:min(100%,var(--asv-width-standard));margin-inline:auto}.ai-entity-block h2,.ecosystem-block h2{max-width:42rem;margin-bottom:.85rem;font-size:clamp(1.25rem,3vw,1.55rem);line-height:1.35;font-weight:700}.ai-entity-block__context,.ai-entity-block__lead,.ai-entity-block__operator,.ecosystem-block__lead,.ai-entity-block__related,.ecosystem-block__branches{max-width:38rem;color:var(--muted);line-height:1.65}.ai-entity-block__lead{max-width:42rem;margin-bottom:.65rem;line-height:1.65}.ai-entity-block__context{margin-bottom:.5rem}.ai-entity-block__operator{margin-bottom:1.35rem;font-size:.92rem}.ai-entity-block__grid{display:grid;gap:1rem;margin-bottom:1rem}.ai-entity-block__panel{padding:1rem 1.05rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card)}.ai-entity-block__panel h3{margin-bottom:.65rem;font-size:.95rem;font-weight:800}.ai-entity-block__panel ul{display:grid;gap:.45rem;margin:0;padding:0;list-style:none}.ai-entity-block__panel a,.ai-entity-block__related a,.ecosystem-block__list a,.ecosystem-block__branches a{color:var(--burgundy);font-weight:700}.ecosystem-block__lead{margin-bottom:1.1rem}.ecosystem-block__list{display:grid;gap:.75rem;margin:0 0 1rem;padding:0;list-style:none}.ecosystem-block__list a{display:grid;gap:.2rem;padding:.95rem 1rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:var(--asv-color-card);color:inherit}.ecosystem-block__list strong{font-size:1rem}.ecosystem-block__list span{color:var(--muted);font-size:.9rem}.ecosystem-block__branches{font-size:.92rem}@media(min-width:760px){.ai-entity-block__grid,.ecosystem-block__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.ai-entity-block,.ecosystem-block{padding-block:2rem}}.brand-identity-block{padding:2.5rem var(--asv-space-container-x);border-top:1px solid var(--line)}.brand-identity-block--default{background:linear-gradient(180deg,#fff,#fffdf7f2)}.brand-identity-block--prominent{background:var(--surface-tint);padding-block:3rem}.brand-identity-block--subtle{padding-block:1.75rem;background:#fff9}.brand-identity-block__inner{width:min(100%,var(--asv-width-standard));margin-inline:auto}.brand-identity-block h2{max-width:40rem;margin-bottom:1rem;font-size:clamp(1.2rem,3vw,1.5rem);line-height:1.35;font-weight:700}.brand-identity-block__copy{display:grid;gap:.65rem;max-width:40rem;margin-bottom:1.25rem;color:var(--muted);line-height:1.65}.brand-identity-block__copy p{margin:0}.brand-identity-block__points-label{margin-bottom:.65rem;font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.brand-identity-block__promise-list{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}.brand-identity-block__promise-list li{padding:.45rem .75rem;border:1px solid var(--line);border-radius:999px;background:#ffffffd9;font-size:.88rem;font-weight:600;color:var(--ink, #14142b)}.brand-identity-block--subtle .brand-identity-block__copy{margin-bottom:1rem}.brand-identity-block--subtle .brand-identity-block__copy p:not(:first-child){display:none}.brand-identity-block--subtle h2{font-size:1.05rem;margin-bottom:.65rem}.brand-identity-block__role{max-width:40rem;margin:1.1rem 0 0;color:var(--muted);font-size:.92rem;line-height:1.6}.brand-identity-block__cta{margin:1rem 0 0;font-size:.92rem}.brand-identity-block__cta a{color:var(--burgundy);font-weight:700}@media(min-width:760px){.brand-identity-block--prominent .brand-identity-block__inner{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);column-gap:2rem;align-items:start}.brand-identity-block--prominent .section-kicker,.brand-identity-block--prominent h2,.brand-identity-block--prominent .brand-identity-block__copy,.brand-identity-block--prominent .brand-identity-block__role{grid-column:1}.brand-identity-block--prominent .brand-identity-block__points{grid-column:2;grid-row:1 / span 4;margin-top:.25rem}}@media(max-width:767px){.brand-identity-block{padding-block:2rem}.brand-identity-block--prominent{padding-block:2.25rem}}.asv-ecosystem-graph{margin-top:1rem}.asv-ecosystem-graph__title{margin:0 0 .65rem;font-size:clamp(1rem,2.2vw,1.15rem);font-weight:620;line-height:1.3;letter-spacing:-.01em}.asv-ecosystem-graph__title--hub{margin-bottom:1.25rem;font-size:clamp(1.05rem,2.4vw,1.2rem)}.asv-ecosystem-graph__note{max-width:38rem;margin:0 0 1.35rem;color:var(--charcoal-soft);font-size:.95rem;line-height:1.62}.asv-ecosystem-graph__layout{display:grid;gap:0}.asv-ecosystem-graph__tier-label{margin:0 0 .45rem;color:var(--burgundy);font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.asv-ecosystem-graph__center{margin-bottom:.25rem}.asv-ecosystem-graph__connector{display:grid;justify-items:center;gap:.35rem;padding:.65rem 0 .85rem}.asv-ecosystem-graph__connector-line{display:block;width:2px;height:1.25rem;border-radius:999px;background:linear-gradient(180deg,#c9a86a8c,#8b1e2d59)}.asv-ecosystem-graph__connector-label{color:var(--muted);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.asv-ecosystem-graph__grid{display:grid;gap:.65rem;margin:0;padding:0;list-style:none}.asv-ecosystem-graph__grid--satellites{gap:.75rem}.asv-ecosystem-graph__grid--compact{gap:.45rem}.asv-ecosystem-graph__card{min-width:0}.asv-ecosystem-graph__card a{display:grid;gap:.3rem;height:100%;padding:.9rem 1rem;border:1px solid var(--line);border-radius:1.125rem;background:var(--asv-color-card);color:inherit;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease}.asv-ecosystem-graph__card a:hover{border-color:#c9a86a73;box-shadow:0 6px 18px #1c18160f}.asv-ecosystem-graph__card--center a{padding:1.1rem 1.15rem;border-color:#8b1e2d38;background:linear-gradient(180deg,#fffffff2,#f7f8faeb);box-shadow:0 8px 24px #1c18160f}.asv-ecosystem-graph__badge{display:inline-flex;align-self:start;padding:.28rem .55rem;border-radius:999px;background:#8b1e2d12;color:var(--burgundy);font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.02em}.asv-ecosystem-graph__badge--center{background:#c9a86a2e;color:var(--charcoal)}.asv-ecosystem-graph__card strong{font-size:.98rem;font-weight:600;line-height:1.3;color:var(--charcoal)}.asv-ecosystem-graph__card--center strong{font-size:clamp(1.05rem,2.6vw,1.2rem)}.asv-ecosystem-graph__card span:not(.asv-ecosystem-graph__badge){color:var(--charcoal-soft);font-size:.88rem;line-height:1.5}.asv-ecosystem-graph__grid--compact .asv-ecosystem-graph__card a{grid-template-columns:auto 1fr;align-items:center;gap:.45rem .65rem;padding:.65rem .8rem}.asv-ecosystem-graph__grid--compact .asv-ecosystem-graph__badge{grid-column:1}.asv-ecosystem-graph__grid--compact .asv-ecosystem-graph__card strong{grid-column:2;font-size:.88rem}.asv-ecosystem-graph__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:1.5rem}.asv-ecosystem-graph--footer{margin-top:1.1rem;padding-top:1rem;border-top:1px solid var(--line)}.asv-ecosystem-graph--footer .asv-ecosystem-graph__title{font-size:.92rem}.asv-ecosystem-graph--section,.asv-ecosystem-graph--hub{padding:2.5rem var(--asv-space-container-x);border-top:1px solid var(--line);background:var(--surface-tint)}.asv-ecosystem-graph--hub{padding-block:0 1.5rem;border-top:none;background:transparent}.asv-ecosystem-graph__inner{width:min(100%,var(--asv-width-standard));margin-inline:auto}@media(min-width:760px){.asv-ecosystem-graph__grid--satellites{grid-template-columns:repeat(2,minmax(0,1fr))}.asv-ecosystem-graph--footer .asv-ecosystem-graph__grid{grid-template-columns:1fr}}@media(min-width:1024px){.asv-ecosystem-graph__grid--satellites{grid-template-columns:repeat(4,minmax(0,1fr))}.asv-ecosystem-graph__center{max-width:34rem;margin-inline:auto}}.ecosystem-hub-page{padding:2.5rem var(--asv-space-container-x) 4rem}.ecosystem-hub-page__inner{width:min(100%,var(--asv-width-standard));margin-inline:auto}.ecosystem-hub-page h1{max-width:40rem;margin-bottom:.85rem;font-size:clamp(1.5rem,4vw,2rem);line-height:1.25}.ecosystem-hub-page__intro{max-width:40rem;margin-bottom:1.25rem;color:var(--muted);line-height:1.65}.ecosystem-hub-page__block{margin-top:2rem}.ecosystem-hub-page__block h2{margin-bottom:.75rem;font-size:1.15rem}.ecosystem-hub-page__block ul{display:grid;gap:.5rem;padding-left:1.1rem;color:var(--muted);line-height:1.6}.ecosystem-hub-page__branches{list-style:none;padding:0;display:grid;gap:.85rem}.ecosystem-hub-page__branches li{display:grid;gap:.2rem}.ecosystem-hub-page__branches span{color:var(--muted);font-size:.92rem}.ecosystem-hub-page__ctas{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;margin-top:2rem;width:min(100%,22rem);margin-inline:auto}.ecosystem-hub-page__faq{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--line)}.ecosystem-hub-page__faq-item{padding:.85rem 0;border-bottom:1px solid var(--line)}.ecosystem-hub-page__faq-item summary{cursor:pointer;font-weight:620;line-height:1.4}.ecosystem-hub-page__faq-item p{margin:.65rem 0 0;color:var(--muted);line-height:1.6}.ecosystem-hub-page .asv-ecosystem-graph--hub{padding:0;margin-bottom:1.5rem}.branch-page .branch-hero{padding:2rem var(--asv-space-container-x) 2.5rem;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fffdf7f2,#fff)}.branch-hero__layout{display:grid;gap:1.5rem;width:min(100%,var(--asv-width-standard));margin-inline:auto}.branch-hero__visual{margin:0;overflow:hidden;border-radius:var(--asv-radius-image);background:#ebe6de}.branch-hero__visual img{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover}.branch-hero__visual figcaption{display:flex;flex-wrap:wrap;gap:.35rem .65rem;padding:.75rem .9rem;background:#ffffffeb;border-top:1px solid var(--line);font-size:.84rem;line-height:1.45}.branch-hero__scene{font-weight:700;color:var(--burgundy)}.branch-hero__local{color:var(--muted)}.branch-hero__inner,.branch-section__inner{width:min(100%,var(--asv-width-standard));margin-inline:auto}.branch-breadcrumb ol{display:flex;flex-wrap:wrap;gap:.35rem .5rem;margin:0 0 1rem;padding:0;list-style:none;font-size:.88rem;color:var(--muted)}.branch-breadcrumb li:not(:last-child):after{content:"›";margin-left:.5rem;color:var(--muted)}.branch-breadcrumb a{color:inherit;font-weight:600}.branch-hero h1{max-width:36rem;margin-bottom:.85rem;font-size:clamp(1.35rem,3.5vw,1.85rem);line-height:1.3}.branch-hero__lead{max-width:40rem;margin-bottom:1.25rem;color:var(--muted);line-height:1.65}.branch-local-card{display:grid;gap:.85rem;margin-bottom:1.35rem;padding:1rem 1.05rem;border:1px solid rgba(125,23,38,.18);border-radius:var(--asv-radius-card);background:#ffffffeb;box-shadow:0 14px 34px #3d211614}.branch-local-card__status{display:inline-flex;width:fit-content;margin:0;padding:.35rem .65rem;border-radius:999px;background:#17774a1a;color:#176d47;font-size:.82rem;font-weight:800}.branch-local-card__hint{margin:0;color:var(--muted);font-size:.92rem;line-height:1.55}.branch-identity__facts{display:grid;gap:.85rem;margin:0;padding:0}.branch-identity__facts dt{font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.branch-identity__facts dd{margin:.2rem 0 0;font-weight:700;line-height:1.5}.branch-identity__facts a{color:var(--burgundy)}.branch-hero__actions{display:flex;flex-wrap:wrap;gap:.65rem}.branch-section{padding:2.25rem var(--asv-space-container-x)}.branch-section h2{margin-bottom:.75rem;font-size:clamp(1.1rem,2.5vw,1.35rem);line-height:1.35}.branch-section__lead{max-width:38rem;margin-bottom:1rem;color:var(--muted);line-height:1.6}.branch-coverage__list,.branch-experience__list,.branch-trust__list,.branch-arrival__list{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}.branch-coverage__list li,.branch-experience__list li,.branch-trust__list li,.branch-arrival__list li{padding:.45rem .8rem;border:1px solid var(--line);border-radius:999px;background:#ffffffe6;font-size:.9rem;font-weight:600}.branch-arrival__list{display:grid}.branch-arrival__list li{border-radius:var(--asv-radius-card)}.branch-trust-pack__stats,.branch-credential__grid,.branch-photo-proof__grid,.branch-local-authority__grid,.branch-local-seo__grid,.branch-internal__grid,.branch-quick-faq__grid{display:grid;gap:.65rem}.branch-trust-pack__stats{margin:0 0 .75rem}.branch-trust-pack__stats article,.branch-credential__grid article,.branch-photo-proof__grid article,.branch-local-authority__grid article,.branch-local-seo__grid article,.branch-internal__card,.branch-quick-faq__grid article{padding:.95rem 1rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:#ffffffe6}.branch-trust-pack__stats strong,.branch-local-authority__grid strong{display:block;margin-bottom:.18rem;color:var(--burgundy);font-size:clamp(1.05rem,4vw,1.55rem);line-height:1.05}.branch-trust-pack__stats span,.branch-credential__grid p,.branch-photo-proof__grid p,.branch-local-authority__grid span,.branch-local-seo__grid p,.branch-internal__card span,.branch-quick-faq__grid p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.55}.branch-credential__grid h3,.branch-photo-proof__grid h3,.branch-local-seo__grid h3,.branch-quick-faq__grid h3{margin:0 0 .25rem;font-size:.96rem;line-height:1.35}.branch-photo-proof__grid article{overflow:hidden;padding:0}.branch-photo-proof__grid article>div{padding:.9rem 1rem 1rem}.branch-photo-proof__slot,.branch-photo-proof__scene,.branch-photo-proof__image{display:block;width:100%}.branch-photo-proof__image{aspect-ratio:4 / 3;object-fit:cover}.branch-ecosystem__list{display:grid;gap:.65rem;margin:0;padding:0;list-style:none}.branch-ecosystem__list a,.branch-internal__card a{display:grid;gap:.15rem;color:inherit;text-decoration:none}.branch-ecosystem__list a{padding:.9rem 1rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:#ffffffd1}.branch-ecosystem__list strong,.branch-internal__card strong{font-size:.95rem}.branch-ecosystem__list span{color:var(--muted);font-size:.88rem}.branch-internal__card--service{border-color:#7d172638}.branch-internal__card--lens{border-color:#1c58a033}.branch-internal__card--price{border-color:#b5781a47}.branch-internal__card--catalog{border-color:#3b50412e}.branch-internal__links{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}.branch-internal__links a{display:inline-flex;padding:.5rem .85rem;border:1px solid var(--line);border-radius:999px;font-size:.9rem;font-weight:700;color:var(--burgundy);text-decoration:none}.branch-final-cta__actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center}@media(min-width:760px){.branch-hero__layout{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start;gap:2rem}.branch-identity__facts{grid-template-columns:repeat(3,minmax(0,1fr))}.branch-arrival__list,.branch-trust-pack__stats,.branch-credential__grid,.branch-local-authority__grid,.branch-local-seo__grid,.branch-internal__grid,.branch-quick-faq__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.branch-photo-proof__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.branch-ecosystem__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.branch-page:not(.branch-page--mobile-first) .branch-hero,.branch-page:not(.branch-page--mobile-first) .branch-section{padding-block:1.75rem}.branch-page:not(.branch-page--mobile-first) .branch-hero__actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:calc(var(--asv-sticky-cta-height) + var(--asv-sticky-cta-offset) + var(--asv-sticky-safe-bottom) + .5rem);position:relative;z-index:55;transform:translateY(calc(-1 * (var(--asv-sticky-cta-height) + var(--asv-sticky-cta-offset) + var(--asv-sticky-safe-bottom) + 1.25rem)))}.branch-page:not(.branch-page--mobile-first) .branch-hero__actions>.btn--primary{grid-column:1 / -1}.branch-local-card{margin-bottom:calc(var(--asv-sticky-clearance) + .75rem)}.branch-arrival__list,.branch-trust-pack__stats,.branch-credential__grid,.branch-photo-proof__grid,.branch-local-authority__grid,.branch-local-seo__grid,.branch-internal__grid,.branch-quick-faq__grid{grid-template-columns:1fr}}.branch-internal__grid{display:grid;gap:.65rem}.branch-internal__card{margin:0}.branch-internal__card a{display:grid;gap:.18rem;min-height:100%;padding:.95rem 1rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:#ffffffeb;color:inherit;text-decoration:none}.branch-internal__card a:hover,.branch-internal__card a:focus-visible{border-color:#7d172652}.branch-internal__card strong{color:var(--burgundy);font-size:.96rem;line-height:1.35}.branch-internal__card span{color:var(--muted);font-size:.88rem;line-height:1.55}.branch-internal__card--service a{background:#fffdf7f5}.branch-internal__card--lens a{background:#fffffff0}.branch-internal__card--price a{background:#7d17260f}.branch-internal__card--catalog a{background:#f8f5eee6}@media(min-width:760px){.branch-internal__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.branch-internal__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.branch-service-entities__grid{display:grid;gap:.75rem}.branch-service-entities__card{display:grid;gap:.65rem;padding:.95rem 1rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:#ffffffeb}.branch-service-entities__card a{display:grid;gap:.2rem;color:inherit;text-decoration:none}.branch-service-entities__card a:hover strong,.branch-service-entities__card a:focus-visible strong{text-decoration:underline;text-underline-offset:.16em}.branch-service-entities__card strong{color:var(--burgundy);font-size:.98rem;line-height:1.35}.branch-service-entities__card span,.branch-service-entities__card p,.branch-service-entities__card li{color:var(--muted);font-size:.88rem;line-height:1.55}.branch-service-entities__card p{margin:0}.branch-service-entities__card ul{display:flex;flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none}.branch-service-entities__card li{padding:.28rem .55rem;border:1px solid var(--line);border-radius:999px;background:#f8f5eee0;font-weight:650}@media(min-width:760px){.branch-service-entities__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.branch-service-entities__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.branch-review-entity__signals,.branch-review-entity__themes{display:grid;gap:.65rem}.branch-review-entity__signals{margin-bottom:.85rem}.branch-review-entity__signals article,.branch-review-entity__themes article{padding:.95rem 1rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:#ffffffeb}.branch-review-entity__signals strong{display:block;margin-bottom:.18rem;color:var(--burgundy);font-size:clamp(1.05rem,4vw,1.45rem);line-height:1.05}.branch-review-entity__signals span,.branch-review-entity__themes p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.55}.branch-review-entity__themes h3{margin:0 0 .25rem;font-size:.96rem;line-height:1.35}.branch-review-entity__maps{display:inline-flex;width:fit-content;margin-top:.9rem;padding:.62rem .95rem;border:1px solid rgba(125,23,38,.28);border-radius:999px;background:#7d17260f;color:var(--burgundy);font-size:.9rem;font-weight:800;text-decoration:none}.branch-review-entity__maps:hover,.branch-review-entity__maps:focus-visible{border-color:#7d172673}@media(min-width:760px){.branch-review-entity__signals,.branch-review-entity__themes{grid-template-columns:repeat(3,minmax(0,1fr))}}.branch-local-faq__grid{display:grid;gap:.65rem}.branch-local-faq__item{padding:.95rem 1rem;border:1px solid var(--line);border-radius:var(--asv-radius-card);background:#ffffffeb}.branch-local-faq__item h3{margin:0 0 .28rem;color:var(--burgundy);font-size:.96rem;line-height:1.35}.branch-local-faq__item p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.6}@media(min-width:760px){.branch-local-faq__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.branch-local-faq__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.branch-page--mobile-first{overflow-x:clip;padding-bottom:var(--asv-sticky-clearance);--branch-section-y: clamp(1.75rem, 5vw, 3.25rem);--branch-card-radius: var(--asv-radius-card);--branch-card-shadow: 0 6px 28px rgba(28, 24, 22, .07);--branch-card-border: 1px solid rgba(28, 24, 22, .07)}.branch-page--mobile-first .section-kicker{margin-bottom:.35rem}.branch-page--mobile-first .branch-m-hero__inner,.branch-page--mobile-first .branch-m-quick-info__inner,.branch-page--mobile-first .branch-m-photos__inner,.branch-page--mobile-first .branch-m-services__inner,.branch-page--mobile-first .branch-m-trust__inner,.branch-page--mobile-first .branch-m-map__inner,.branch-page--mobile-first .branch-m-faq__inner,.branch-page--mobile-first .branch-m-final-cta__inner,.branch-page--mobile-first .branch-m-seo__inner{width:min(100%,var(--asv-container-max));margin-inline:auto;padding-inline:var(--asv-space-container-x)}.branch-page--mobile-first .branch-m-breadcrumb ol{display:flex;flex-wrap:wrap;gap:.35rem .5rem;margin:0;padding:0;list-style:none;font-size:.72rem;color:var(--muted)}.branch-page--mobile-first .branch-m-breadcrumb a{color:inherit;text-decoration:none}.branch-page--mobile-first .branch-m-breadcrumb li+li:before{content:"/";margin-right:.5rem;opacity:.55}.branch-page--mobile-first .branch-m-hero{padding:.55rem 0 .85rem;background:var(--asv-color-bg-alt)}.branch-page--mobile-first .branch-m-hero__inner{display:grid;gap:.85rem}.branch-page--mobile-first .branch-m-hero__panel{display:grid;gap:.35rem}.branch-page--mobile-first .branch-m-hero__status{margin:.35rem 0 0;width:fit-content;padding:.2rem .55rem;border-radius:999px;background:#2278481a;color:#1a6b40;font-size:.72rem;font-weight:650}.branch-page--mobile-first .branch-m-hero h1{margin:0;max-width:16ch;font-size:clamp(1.45rem,5.2vw,2rem);line-height:1.12;font-weight:650;letter-spacing:-.03em}.branch-page--mobile-first .branch-m-hero__address,.branch-page--mobile-first .branch-m-hero__hours{margin:0;max-width:24rem;color:var(--muted);font-size:.88rem;line-height:1.4}.branch-page--mobile-first .branch-m-hero__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.45rem}.branch-page--mobile-first .branch-m-hero__actions .btn{min-height:2.75rem;flex:1 1 calc(33.333% - .35rem);min-width:5.5rem;border-radius:var(--asv-radius-button);font-weight:650}.branch-page--mobile-first .branch-m-hero__visual{display:none}.branch-page--mobile-first .branch-m-hero__slot,.branch-page--mobile-first .branch-m-hero__image,.branch-page--mobile-first .branch-m-hero__scene{width:100%;height:100%;object-fit:cover}@media(min-width:48rem){.branch-page--mobile-first .branch-m-hero{padding-block:1rem 1.5rem}.branch-page--mobile-first .branch-m-hero__inner{grid-template-columns:1.05fr .95fr;align-items:center;gap:1.25rem}.branch-page--mobile-first .branch-m-hero__visual{display:block;margin:0;border-radius:var(--branch-card-radius);overflow:hidden;aspect-ratio:16 / 10;box-shadow:var(--branch-card-shadow)}.branch-page--mobile-first .branch-m-hero__visual figcaption{margin-top:.45rem;font-size:.78rem;color:var(--muted)}}.branch-page--mobile-first .branch-m-quick-info{padding:.35rem 0 .65rem;background:var(--asv-color-bg-alt)}.branch-page--mobile-first .branch-m-quick-info__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem}.branch-page--mobile-first .branch-m-quick-info__card{display:flex;flex-direction:column;align-items:center;gap:.35rem;min-height:2.75rem;padding:.45rem .25rem .5rem;border:var(--branch-card-border);border-radius:var(--branch-card-radius);background:#fff;box-shadow:var(--branch-card-shadow);color:inherit;text-decoration:none}.branch-page--mobile-first .branch-m-quick-info__media{display:block;width:2.25rem;height:2.25rem;border-radius:.55rem;overflow:hidden}.branch-page--mobile-first .branch-m-quick-info__slot,.branch-page--mobile-first .branch-m-quick-info__image,.branch-page--mobile-first .branch-m-quick-info__scene{width:100%;height:100%;object-fit:cover}.branch-page--mobile-first .branch-m-quick-info__label{font-size:.68rem;font-weight:650;line-height:1.2;text-align:center}.branch-page--mobile-first .branch-m-photos{padding-block:var(--branch-section-y);background:#fff}.branch-page--mobile-first .branch-m-photos__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.branch-page--mobile-first .branch-m-photos__card{margin:0;border-radius:var(--branch-card-radius);overflow:hidden;border:var(--branch-card-border);box-shadow:var(--branch-card-shadow)}.branch-page--mobile-first .branch-m-photos__slot,.branch-page--mobile-first .branch-m-photos__image,.branch-page--mobile-first .branch-m-photos__scene{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover}.branch-page--mobile-first .branch-m-photos__card figcaption{padding:.45rem .55rem;font-size:.72rem;font-weight:600;line-height:1.25}.branch-page--mobile-first .branch-m-services{padding-block:var(--branch-section-y);background:var(--asv-color-bg-alt)}.branch-page--mobile-first .branch-m-services__header h2{margin:0;font-size:clamp(1.15rem,4vw,1.45rem);line-height:1.2;font-weight:650}.branch-page--mobile-first .branch-m-services__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin-top:.85rem}.branch-page--mobile-first .branch-m-services__card{display:flex;flex-direction:column;min-height:2.75rem;border-radius:var(--branch-card-radius);overflow:hidden;border:var(--branch-card-border);background:#fff;box-shadow:var(--branch-card-shadow);color:inherit;text-decoration:none}.branch-page--mobile-first .branch-m-services__media{display:block}.branch-page--mobile-first .branch-m-services__slot,.branch-page--mobile-first .branch-m-services__image,.branch-page--mobile-first .branch-m-services__scene{width:100%;aspect-ratio:16 / 10;object-fit:cover}.branch-page--mobile-first .branch-m-services__title{padding:.55rem .65rem .65rem;font-size:.82rem;font-weight:650;line-height:1.25}.branch-page--mobile-first .branch-m-trust{padding-block:.85rem var(--branch-section-y);background:var(--asv-color-bg-alt)}.branch-page--mobile-first .branch-m-trust__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;margin:0;padding:0;list-style:none}.branch-page--mobile-first .branch-m-trust__chip{min-height:2.75rem;display:flex;align-items:center;justify-content:center;padding:.5rem .65rem;border-radius:var(--branch-card-radius);border:var(--branch-card-border);background:#fff;font-size:.78rem;font-weight:650;text-align:center;line-height:1.25}@media(min-width:40rem){.branch-page--mobile-first .branch-m-trust__list{grid-template-columns:repeat(4,minmax(0,1fr))}}.branch-page--mobile-first .branch-m-map{padding-block:var(--branch-section-y);background:#fff}.branch-page--mobile-first .branch-m-map h2{margin:0 0 .75rem;font-size:clamp(1.1rem,4vw,1.4rem);font-weight:650}.branch-page--mobile-first .branch-m-map__preview{position:relative;display:block;border-radius:var(--branch-card-radius);overflow:hidden;border:var(--branch-card-border);box-shadow:var(--branch-card-shadow);text-decoration:none;color:inherit}.branch-page--mobile-first .branch-m-map__slot,.branch-page--mobile-first .branch-m-map__image,.branch-page--mobile-first .branch-m-map__scene{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover}.branch-page--mobile-first .branch-m-map__overlay{position:absolute;inset:auto .65rem .65rem auto;padding:.35rem .65rem;border-radius:999px;background:#fffffff0;font-size:.72rem;font-weight:650}.branch-page--mobile-first .branch-m-map__address{margin:.65rem 0 .75rem;color:var(--muted);font-size:.88rem;line-height:1.4}.branch-page--mobile-first .branch-m-map__actions{display:flex;flex-wrap:wrap;gap:.5rem}.branch-page--mobile-first .branch-m-map__actions .btn{min-height:2.75rem;flex:1 1 calc(33.333% - .35rem);min-width:5.5rem;font-weight:650}.branch-page--mobile-first .branch-m-faq{padding-block:var(--branch-section-y);background:var(--asv-color-bg-alt)}.branch-page--mobile-first .branch-m-faq__header h2{margin:0;font-size:clamp(1.1rem,4vw,1.4rem);font-weight:650}.branch-page--mobile-first .branch-m-faq__list{display:grid;gap:.45rem;margin-top:.85rem}.branch-page--mobile-first .branch-m-faq__item{border:var(--branch-card-border);border-radius:var(--branch-card-radius);background:#fff;overflow:hidden}.branch-page--mobile-first .branch-m-faq__item summary{min-height:2.75rem;display:flex;align-items:center;padding:.65rem .85rem;font-size:.86rem;font-weight:650;cursor:pointer;list-style:none}.branch-page--mobile-first .branch-m-faq__item summary::-webkit-details-marker{display:none}.branch-page--mobile-first .branch-m-faq__item p{margin:0;padding:0 .85rem .85rem;color:var(--muted);font-size:.84rem;line-height:1.45}.branch-page--mobile-first .branch-m-final-cta{padding-block:var(--branch-section-y);background:#fff}.branch-page--mobile-first .branch-m-final-cta h2{margin:0 0 .75rem;font-size:clamp(1.05rem,3.8vw,1.35rem);font-weight:650;max-width:18ch;line-height:1.2}.branch-page--mobile-first .branch-m-final-cta__actions{display:flex;flex-wrap:wrap;gap:.5rem}.branch-page--mobile-first .branch-m-final-cta__actions .btn{min-height:2.75rem;flex:1 1 calc(50% - .3rem);min-width:0;font-weight:650}.branch-page--mobile-first .branch-m-final-cta__actions .btn--primary{flex-basis:100%}.branch-page--mobile-first .branch-m-seo{padding-block:1.25rem 2rem;background:var(--asv-color-bg-alt);border-top:1px solid rgba(28,24,22,.06)}.branch-page--mobile-first .branch-m-seo__note{margin:0 0 .75rem;color:var(--muted);font-size:.82rem;line-height:1.45}.branch-page--mobile-first .branch-m-seo__block{margin-bottom:.45rem;border:var(--branch-card-border);border-radius:var(--branch-card-radius);background:#fff;overflow:hidden}.branch-page--mobile-first .branch-m-seo__block summary{min-height:2.75rem;display:flex;align-items:center;padding:.65rem .85rem;font-size:.84rem;font-weight:650;cursor:pointer;list-style:none}.branch-page--mobile-first .branch-m-seo__block summary::-webkit-details-marker{display:none}.branch-page--mobile-first .branch-m-seo__chips,.branch-page--mobile-first .branch-m-seo__links{margin:0;padding:0 .85rem .85rem;list-style:none;display:flex;flex-wrap:wrap;gap:.35rem}.branch-page--mobile-first .branch-m-seo__chips li{padding:.25rem .55rem;border-radius:999px;background:var(--asv-color-bg-alt);font-size:.72rem}.branch-page--mobile-first .branch-m-seo__links a{font-size:.82rem;color:inherit}.branch-page--mobile-first .branch-m-seo__related{margin:.65rem 0 0;font-size:.82rem;color:var(--muted)}.branch-page--mobile-first .branch-m-seo__related a{margin-left:.35rem;color:inherit;font-weight:650}@media(min-width:48rem){.branch-page--mobile-first .branch-m-photos__grid,.branch-page--mobile-first .branch-m-services__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:767px){.site-shell,.landing-shell,.branch-page,.site-header,.site-footer{box-sizing:border-box;max-width:100%;overflow-x:clip}.section--tint,.section--dark{width:100%;max-width:100%;padding-inline:var(--asv-space-container-x)}.section,.lens-intro,.frame-intro,.catalog-intro,.landing-hero,.landing-section,.landing-final,.branch-page .branch-hero,.branch-section,.lens-gallery-section,.lens-brands-section,.lens-preview,.frame-gallery-section,.catalog-hub-section,.catalog-final-cta,.pricing-disclaimer,.need-recommendations,.story-strip,.solution-gallery,.home-about-asv,.home-problem-section,.home-lens-brand-section,.home-frame-catalog-preview,.home-price-lens-preview,.home-knowledge-vision-section,.home-final-cta,.home-branch-section,.asv-ecosystem-graph--section,.asv-ecosystem-graph--hub,.ecosystem-hub-page{padding-inline:var(--asv-mobile-gutter);box-sizing:border-box}.asv-ecosystem-graph__actions{display:flex;flex-direction:column;align-items:center;width:var(--asv-mobile-cta-width);max-width:var(--asv-mobile-cta-width);margin-inline:auto}.asv-ecosystem-graph__actions .btn{width:100%}.ecosystem-hub-page__ctas{flex-direction:column;align-items:stretch;width:var(--asv-mobile-cta-width);max-width:var(--asv-mobile-cta-width)}.ecosystem-hub-page__ctas .btn{width:100%}body{font-weight:400;color:var(--charcoal-soft)}h1,.hero-carousel__copy h1,.lens-intro h1,.frame-intro h1,.catalog-intro h1,.landing-hero h1,.branch-hero h1{font-size:clamp(1.7rem,6vw,1.95rem);line-height:1.15;font-weight:560;max-width:22rem;letter-spacing:-.01em}h2,.section-heading h2,.final-cta h2,.home-section h2,.branches h2,.frames h2,.why-asv h2,.home-brand-section h2,.home-trust-section h2,.home-branch-section h2,.home-final-cta h2,.home-problem-section__header h2,.home-lens-brand-section__header h2,.home-frame-catalog-preview__header h2,.home-price-lens-preview__header h2,.home-knowledge-vision-section__header h2,.home-about-asv h2,.solution-gallery__header h2,.landing-section h2,.landing-final h2,.pricing-disclaimer__inner h2,.lens-gallery-section .section-heading h2,.lens-brands-section .section-heading h2,.frame-gallery-section .section-heading h2,.brand-identity-block h2,.ai-entity-block h2,.ecosystem-block h2{font-size:clamp(1.4rem,5vw,1.65rem);line-height:1.2;font-weight:560;max-width:22rem;letter-spacing:-.01em}h3,.card h3,.lens-card h3,.branch-card h3,.solution-card h3,.home-problem-section__card h3,.home-lens-brand-section__card h3,.home-knowledge-vision-section__card h3,.solution-gallery__title,.home-frame-catalog-preview__group h3,.home-price-lens-preview__group h3,.home-branch-card h3,.catalog-brand-card strong,.catalog-need-card strong,.need-recommendations__card strong,.lens-product-card h3,.story-strip__title{font-size:clamp(1rem,2.8vw,1.08rem);line-height:1.3;font-weight:570;letter-spacing:-.01em}p,.lens-intro__lead,.frame-intro__lead,.catalog-intro__lead,.branch-hero__lead,.landing-hero__description,.landing-hero__copy p,.home-lens-brand-section__lead,.home-frame-catalog-preview__lead,.home-price-lens-preview__lead,.home-knowledge-vision-section__lead,.home-about-asv__lead,.home-final-cta p,.landing-final p,.story-strip__description,.home-problem-section__card p,.home-lens-brand-section__card>p,.home-knowledge-vision-section__card p,.solution-gallery__summary,.home-branch-card__address,.home-trust-card p,.catalog-brand-card span,.catalog-need-card span{font-size:1rem;line-height:1.62;font-weight:420;color:var(--charcoal-soft)}.section-kicker,.eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.1em}.hero-carousel,.hero-carousel--premium{box-sizing:border-box;max-width:100%;overflow-x:clip}.hero-carousel__overlay{box-sizing:border-box;max-width:100%;padding-inline:var(--asv-mobile-gutter);justify-content:center}.hero-carousel__copy{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;width:100%;max-width:100%;margin-inline:auto;text-align:center}.hero-carousel__copy h1{margin-inline:auto;font-weight:560;max-width:22rem;overflow-wrap:normal}.hero-carousel__subheadline{width:100%;max-width:var(--asv-mobile-cta-width);margin-inline:auto;font-size:1rem;line-height:1.62;font-weight:420;color:#ffffffeb}.hero-carousel__cta{display:inline-flex;justify-content:center;width:var(--asv-mobile-cta-width);max-width:var(--asv-mobile-cta-width);margin-inline:auto}.landing-hero{padding-inline:var(--asv-space-container-x);overflow:hidden}.landing-hero__copy,.landing-hero__grid{min-width:0}.landing-hero h1{overflow-wrap:break-word;max-width:22rem}.btn{font-size:.97rem;font-weight:580;min-height:2.75rem;padding:.72rem 1rem}.site-shell [class$=__actions]:not(.site-header__actions):not(.home-branch-card__actions),.landing-shell [class$=__actions],.branch-page [class$=__actions],.landing-final__actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;width:var(--asv-mobile-cta-width);max-width:var(--asv-mobile-cta-width);margin-inline:auto;scroll-margin-bottom:var(--asv-sticky-clearance)}.site-shell [class$=__actions]:not(.site-header__actions):not(.home-branch-card__actions) .btn,.landing-shell [class$=__actions] .btn,.branch-page [class$=__actions] .btn,.landing-final__actions .btn,.final-cta>.btn,.hero-carousel__cta{width:100%;max-width:100%}.final-cta>.btn{display:inline-flex;max-width:var(--asv-mobile-cta-width);margin-inline:auto}.home-branch-card__actions{width:100%;max-width:100%;flex-direction:row;flex-wrap:wrap;justify-content:center}.home-branch-card__actions .btn{flex:1 1 calc(50% - .3rem);width:auto;min-width:0}.lens-filter-chip,.frame-filter-chip,.landing-badges span,.brand-row span,[class*=__lines] a,.home-about-asv__promises li,.lens-filter-panel__summary-badge,.landing-hero__panel span,.lens-product-card__tags li,.branch-internal__links a{min-height:2.25rem;padding:.32rem .65rem;font-size:.86rem;font-weight:540}.sticky-cta{left:var(--asv-mobile-gutter);right:var(--asv-mobile-gutter);width:auto;max-width:none;margin-inline:0;transform:none;height:var(--asv-sticky-cta-height);min-height:var(--asv-sticky-cta-height);bottom:calc(var(--asv-sticky-cta-offset) + var(--asv-sticky-safe-bottom));border-color:#ffffff1a;box-shadow:0 4px 14px #1f24211f}.sticky-cta a{min-height:var(--asv-sticky-cta-height);padding:.5rem .25rem;font-size:.78rem;font-weight:580}.home-final-cta,.final-cta,.branch-final-cta,.landing-final,.lens-final-cta,.frame-final-cta,.catalog-final-cta,.pricing-final-cta,.lens-replacement-final-cta,.branch-m-final-cta,.frame-brand-hub__final-cta,.frame-collection-page__final-cta{padding-bottom:calc(3rem + var(--asv-sticky-clearance));scroll-margin-bottom:var(--asv-sticky-clearance)}.landing-depth-faq,.landing-faq,.landing-showroom-compare,.landing-depth-comparison,.solution-gallery,.lens-gallery-section,.frame-gallery-section,.showroom-scenarios{scroll-margin-bottom:var(--asv-sticky-clearance);padding-bottom:calc(1.5rem + var(--asv-sticky-safe-bottom))}}@media(min-width:768px){body{font-weight:420;color:var(--charcoal-soft);line-height:1.6}h1,.lens-intro h1,.frame-intro h1,.catalog-intro h1,.landing-hero h1,.branch-hero h1,.lens-brand-hub h1{font-size:var(--asv-type-hero-size);line-height:1.1;font-weight:640;letter-spacing:-.02em;color:var(--charcoal);max-width:32rem;text-wrap:balance}.hero-carousel__copy h1{font-size:clamp(1.68rem,2.85vw,2.5rem);line-height:1.1;font-weight:640;letter-spacing:-.02em;max-width:14ch;text-wrap:balance}.solution-hero h1{font-size:clamp(1.32rem,2.4vw,1.72rem);line-height:1.14;max-width:34rem;text-wrap:balance}h2,.section-heading h2,.final-cta h2,.home-section h2,.home-brand-section h2,.home-trust-section h2,.home-branch-section h2,.home-final-cta h2,.home-problem-section__header h2,.home-lens-brand-section__header h2,.home-frame-catalog-preview__header h2,.home-price-lens-preview__header h2,.home-knowledge-vision-section__header h2,.home-about-asv h2,.solution-gallery__header h2,.landing-section h2,.landing-final h2,.pricing-disclaimer__inner h2,.lens-gallery-section .section-heading h2,.lens-brands-section .section-heading h2,.frame-gallery-section .section-heading h2,.brand-identity-block h2,.ai-entity-block h2,.ecosystem-block h2,.story-led-catalog__header h2,.story-led-showroom__header h2,.solution-compare__header h2,.solution-showroom__header h2{font-size:var(--asv-type-section-size);line-height:1.16;font-weight:620;letter-spacing:-.018em;max-width:32rem;color:var(--charcoal);text-wrap:balance}h3,.card h3,.lens-card h3,.branch-card h3,.solution-card h3,.home-problem-section__card h3,.home-lens-brand-section__card h3,.home-knowledge-vision-section__card h3,.solution-gallery__title,.catalog-brand-card strong,.catalog-need-card strong,.need-recommendations__card strong,.lens-product-card h3,.pricing-tier__head h3{font-size:clamp(1.05rem,1.4vw,1.2rem);line-height:1.28;font-weight:600;letter-spacing:-.015em}p,.lens-intro__lead,.frame-intro__lead,.catalog-intro__lead,.branch-hero__lead,.landing-hero__description,.landing-hero__copy p,.home-lens-brand-section__lead,.home-frame-catalog-preview__lead,.home-price-lens-preview__lead,.home-knowledge-vision-section__lead,.home-about-asv__lead,.final-cta p,.landing-final p,.story-strip__description,.card p,.lens-card p,.catalog-brand-card span,.catalog-need-card span{font-size:1rem;line-height:1.62;font-weight:420;color:var(--charcoal-soft)}.section-kicker,.eyebrow{font-weight:600;letter-spacing:.1em}.btn{font-weight:600}.nav-link,.nav-group__trigger{font-weight:580;color:var(--charcoal-soft)}.nav-link:hover,.nav-group__trigger:hover,.nav-group[open] .nav-group__trigger{color:var(--charcoal)}.nav-group__all{font-weight:620}.nav-group__list a{font-weight:560}.site-header__brand,.site-header__brand strong{font-weight:650}.pricing-tier__price{font-weight:680;color:var(--charcoal)}.pricing-tier__link{font-weight:620}.asv-ecosystem-graph__title{font-size:clamp(1.05rem,1.5vw,1.2rem);font-weight:620;line-height:1.3}.asv-ecosystem-graph__card strong,.asv-ecosystem-graph__badge,.asv-ecosystem-graph__tier-label,.asv-ecosystem-graph__connector-label{font-weight:600}}@media(min-width:1024px){h1,.lens-intro h1,.frame-intro h1,.catalog-intro h1,.landing-hero h1,.lens-brand-hub h1{font-size:var(--asv-type-hero-size);line-height:1.08;font-weight:660;max-width:34rem}.hero-carousel__copy h1{font-size:clamp(1.88rem,2.35vw,2.62rem);line-height:1.08;font-weight:640;max-width:13ch}.solution-hero h1{font-size:clamp(1.35rem,2.1vw,1.72rem);line-height:1.12;max-width:36rem}h2,.section-heading h2,.final-cta h2,.home-section h2,.home-brand-section h2,.home-trust-section h2,.home-branch-section h2,.home-final-cta h2,.home-problem-section__header h2,.home-lens-brand-section__header h2,.home-frame-catalog-preview__header h2,.home-price-lens-preview__header h2,.home-knowledge-vision-section__header h2,.home-about-asv h2,.solution-gallery__header h2,.landing-section h2,.landing-final h2,.story-led-catalog__header h2,.story-led-showroom__header h2,.solution-compare__header h2,.solution-showroom__header h2{font-size:var(--asv-type-section-size);line-height:1.14;font-weight:620;max-width:34rem}}@media(min-width:768px){.visual-slot__media--showroom .visual-slot__image,.home-lens-brand-section__media .visual-slot__image,.home-frame-brand-section__image,.lens-brand-card__image,.brand-logo-card__image,.frame-brand-card__media .visual-slot__image,.lens-brand-hub__line-image,.frame-brand-hub__collection-image,.home-showroom-catalog__tile-media .visual-slot__image{object-fit:contain;object-position:center;padding:.45rem;box-sizing:border-box;background-color:#f3f4f6}.home-lens-brand-section__media,.home-frame-brand-section__media,.lens-brand-card__media,.brand-logo-card__mark,.frame-brand-card__media,.lens-brand-hub__line-media,.frame-brand-hub__collection-media,.home-showroom-catalog__tile-media{max-height:9.5rem;overflow:hidden}.hero-carousel__slide,.site-shell--home-mobile-first .home-hero-mobile .hero-carousel__slide{min-height:clamp(17.5rem,34vh,24rem);max-height:24rem}.hero-carousel__image{object-fit:cover;object-position:center 36%}.site-shell--home-mobile-first .home-branch-section__inner,.site-shell--home-mobile-first .home-quick-price__inner,.site-shell--home-mobile-first .home-lens-brand-section__inner,.site-shell--home-mobile-first .home-frame-brand-section__inner,.site-shell--home-mobile-first .home-need-selector__inner,.site-shell--home-mobile-first .solution-gallery__inner,.site-shell--home-mobile-first .home-quick-actions__inner,.site-shell--home-mobile-first .home-final-cta__inner{width:min(100%,var(--asv-container-max));margin-inline:auto;padding-inline:var(--asv-space-container-x)}.site-shell--home-mobile-first .home-branch-section__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.site-shell--home-mobile-first .home-branch-card__media{display:block;max-height:13rem;aspect-ratio:16 / 10;overflow:hidden;border-radius:var(--home-card-radius, var(--asv-radius-card)) var(--home-card-radius, var(--asv-radius-card)) 0 0}.site-shell--home-mobile-first .home-branch-card__image{width:100%;height:100%;object-fit:cover;object-position:center 32%}.site-shell--home-mobile-first .home-lens-brand-section__grid--brands-only{grid-template-columns:repeat(5,minmax(0,1fr))}.site-shell--home-mobile-first .home-frame-brand-section__grid{grid-template-columns:repeat(6,minmax(0,1fr))}.site-shell--home-mobile-first .home-lens-brand-section__card--compact .home-lens-brand-section__media,.site-shell--home-mobile-first .home-frame-brand-section__media{aspect-ratio:4 / 3;max-height:8rem}.site-shell--home-mobile-first .home-need-selector__media{max-height:10rem;aspect-ratio:5 / 4}.site-shell--home-mobile-first .solution-gallery__grid--compact .solution-gallery__media{max-height:11rem;aspect-ratio:16 / 10}.site-shell--home-mobile-first .home-quick-actions__media{max-height:9rem;aspect-ratio:4 / 3}.lens-brand-hub__line-media,.frame-brand-hub__collection-media{max-height:10.5rem;aspect-ratio:16 / 10}.lens-brand-profile__visual .visual-slot__image,.lens-brand-profile__visual img{max-height:17rem;width:100%;object-fit:cover;object-position:center 35%;border-radius:var(--asv-radius-card)}.branch-page--mobile-first .branch-m-hero__image,.branch-page--mobile-first .branch-m-hero__scene{width:100%;height:100%;object-fit:cover;object-position:center 32%}.branch-hero__visual img,.branch-hero__visual .visual-slot__image{max-height:20rem;width:100%;aspect-ratio:16 / 10;object-fit:cover;object-position:center 32%}.landing-hero{width:min(100%,var(--asv-container-max));margin-inline:auto;padding-inline:var(--asv-space-container-x)}.landing-hero__panel{max-height:24rem;min-height:18rem;overflow:hidden}.landing-hero__image{aspect-ratio:4 / 3;min-height:0;max-height:20rem;object-fit:cover;object-position:center 35%}.sticky-cta{z-index:45}.home-final-cta,.final-cta,.pricing-final-cta,.lens-brand-hub__final-cta,.frame-brand-hub__final-cta,.branch-m-final-cta{scroll-margin-bottom:calc(var(--asv-sticky-clearance) + 1rem)}}@media(min-width:1024px){:root{--asv-desktop-hero-ratio: 16 / 10;--asv-desktop-section-y: clamp(2.5rem, 4vw, 3.5rem)}.site-shell--home-mobile-first>.home-hero-mobile.hero-carousel{width:min(calc(100% - 2 * var(--asv-space-container-x)),var(--asv-container-max));margin:1.25rem auto 0;border-radius:var(--asv-radius-card);overflow:hidden;box-shadow:var(--asv-shadow-card)}.site-shell--home-mobile-first .home-hero-mobile .hero-carousel__overlay{padding-inline:clamp(1.5rem,3vw,2.5rem)}.site-shell--home-mobile-first .home-hero-mobile .hero-carousel__copy{max-width:36rem}.pricing-page--mobile-first .pricing-hero{padding-block:var(--asv-desktop-section-y)}.pricing-page--mobile-first .pricing-hero__inner{grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);align-items:stretch;gap:clamp(1.5rem,3vw,2.5rem)}.pricing-page--mobile-first .pricing-hero__copy{display:flex;flex-direction:column;justify-content:center;min-height:18rem}.pricing-page--mobile-first .pricing-hero__copy h1{max-width:16ch;font-size:clamp(1.68rem,2.2vw,2.36rem);line-height:1.1;text-wrap:balance}.pricing-page--mobile-first .pricing-hero__lead{max-width:30rem;font-size:1rem}.pricing-page--mobile-first .pricing-hero__visual{order:2;max-height:none;min-height:18rem;height:auto;aspect-ratio:var(--asv-desktop-hero-ratio);align-self:stretch}.pricing-page--mobile-first .pricing-hero__image{object-fit:cover;object-position:center 32%}.lens-replacement-page--mobile-first .lens-replacement-hero{padding-block:var(--asv-desktop-section-y)}.lens-replacement-page--mobile-first .lens-replacement-hero__inner{grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);align-items:stretch;gap:clamp(1.5rem,3vw,2.5rem)}.lens-replacement-page--mobile-first .lens-replacement-hero__copy{display:flex;flex-direction:column;justify-content:center;min-height:17rem}.lens-replacement-page--mobile-first .lens-replacement-hero__visual{min-height:17rem;aspect-ratio:var(--asv-desktop-hero-ratio);max-height:none}.branch-page--mobile-first .branch-m-hero{padding-block:var(--asv-desktop-section-y)}.branch-page--mobile-first .branch-m-hero__inner{grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);align-items:center;gap:clamp(1.25rem,2.5vw,2rem)}.branch-page--mobile-first .branch-m-hero__visual{max-height:20rem;aspect-ratio:var(--asv-desktop-hero-ratio)}.lens-intro__inner,.frame-intro__inner,.catalog-intro__inner{width:min(100%,var(--asv-container-max));margin-inline:auto;padding-inline:var(--asv-space-container-x)}.lens-intro,.frame-intro,.catalog-intro,.site-shell--home-mobile-first .home-need-selector,.site-shell--home-mobile-first .solution-gallery,.site-shell--home-mobile-first .home-lens-brand-section,.site-shell--home-mobile-first .home-frame-brand-section,.site-shell--home-mobile-first .home-quick-price,.site-shell--home-mobile-first .home-branch-section,.site-shell--home-mobile-first .home-final-cta{padding-block:var(--asv-desktop-section-y)}.site-shell--home-mobile-first .home-quick-actions{padding-top:1rem}}@media(min-width:1280px){.site-shell--home-mobile-first .home-branch-card__media{max-height:12.5rem}.landing-hero{grid-template-columns:minmax(0,.5fr) minmax(380px,.5fr);gap:clamp(2rem,4vw,3.5rem)}.landing-hero__panel{min-height:20rem;max-height:22rem}.landing-hero__image{max-height:22rem}}@media(min-width:1024px){.home-catalog-entry__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:stretch}.home-catalog-entry__card{height:100%}.home-catalog-entry__media{max-height:11rem;aspect-ratio:16 / 10}.home-frame-categories__grid,.home-lens-categories__grid{align-items:stretch}.home-frame-categories__card,.home-lens-categories__card{height:100%}.home-frame-categories__media,.home-lens-categories__media{max-height:7.5rem}.home-featured-brands__grid{grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch}.home-featured-brands__card{height:100%}.home-featured-brands__media{max-height:6.5rem;aspect-ratio:4 / 3}.home-featured-brands__media .visual-slot__image{object-fit:contain;padding:.35rem;box-sizing:border-box;background-color:#f3f4f6}.home-catalog-entry__media .visual-slot__image,.home-frame-categories__media .visual-slot__image,.home-lens-categories__media .visual-slot__image{object-fit:cover;object-position:center 35%}}@media(min-width:1024px){.lens-brands__grid,.frame-brands__grid,.frame-brand-hub-grid__cards,.lens-brand-hub__lines-grid,.lens-gallery__grid{align-items:stretch}.lens-brand-card,.frame-brand-card--hub,.lens-product-card{height:100%}.lens-brand-hub__hero,.frame-brand-hub__hero{width:min(100%,var(--asv-container-max));margin-inline:auto;padding-inline:var(--asv-space-container-x)}.lens-brand-hub__hero-visual,.frame-brand-hub__hero-visual{width:100%;margin-inline:0;padding-inline:0;max-height:20rem}.lens-brand-hub__hero-image,.lens-brand-hub__hero-media .visual-slot__image,.frame-brand-hub__hero-image,.frame-brand-hub__hero-media .visual-slot__image{object-fit:cover;object-position:center 35%}}.story-led-quick{padding:.5rem 0 .65rem}.story-led-quick__inner,.story-led-story__inner,.story-led-accordion__inner,.story-led-showroom__inner,.story-led-final__inner,.story-led-catalog__inner{width:min(100%,var(--asv-container-max));margin-inline:auto;padding-inline:var(--asv-space-container-x)}.story-led-quick__grid{display:flex;flex-wrap:wrap;gap:.45rem}.story-led-quick__chip{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.45rem .85rem;border:1px solid rgba(31,36,33,.1);border-radius:999px;background:var(--asv-color-card, #fff);color:inherit;font-size:.84rem;font-weight:650;text-decoration:none;white-space:nowrap}.story-led-quick__chip:hover{border-color:var(--burgundy, #8b1e2d);color:var(--burgundy, #8b1e2d)}.story-led-story{padding:.35rem 0 .75rem}.story-led-story__kicker{margin:0 0 .25rem;color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.story-led-story__text{margin:0;max-width:36rem;color:var(--charcoal);font-size:.92rem;line-height:1.45}.story-led-accordion{padding:.5rem 0 .85rem}.story-led-accordion__stack{display:grid;gap:.45rem}.story-led-accordion__panel{border:1px solid rgba(31,36,33,.08);border-radius:var(--asv-radius-md, .75rem);background:var(--asv-color-card, #fff);overflow:hidden}.story-led-accordion__summary{display:flex;align-items:center;min-height:2.75rem;padding:.65rem .85rem;cursor:pointer;font-size:.9rem;font-weight:700;list-style:none}.story-led-accordion__summary::-webkit-details-marker{display:none}.story-led-accordion__body{padding:0 .85rem .75rem}.story-led-accordion__links{margin:0;padding:0;list-style:none}.story-led-accordion__links a{display:grid;gap:.1rem;padding:.5rem 0;border-top:1px solid rgba(31,36,33,.06);color:inherit;text-decoration:none}.story-led-accordion__links li:first-child a{border-top:0;padding-top:.15rem}.story-led-accordion__links strong{font-size:.86rem}.story-led-accordion__links span{color:var(--muted);font-size:.78rem;line-height:1.35}.story-led-accordion__faq-item{padding:.55rem 0;border-top:1px solid rgba(31,36,33,.06)}.story-led-accordion__faq-item:first-child{border-top:0;padding-top:.15rem}.story-led-accordion__faq-item h3{margin:0 0 .2rem;font-size:.86rem;font-weight:700}.story-led-accordion__faq-item p{margin:0;color:var(--muted);font-size:.8rem;line-height:1.4}.story-led-catalog{padding:.75rem 0 1rem}.story-led-catalog__header{margin-bottom:.65rem}.story-led-showroom{padding:1rem 0 1.15rem;background:var(--asv-color-bg-alt, #f8f9fa)}.story-led-showroom__header{margin-bottom:.7rem}.story-led-showroom__grid{display:grid;gap:.65rem}.story-led-showroom__card{display:grid;gap:.55rem;border:1px solid rgba(31,36,33,.08);border-radius:var(--asv-radius-card, .85rem);overflow:hidden;background:#fff}.story-led-showroom__media{display:block;aspect-ratio:16 / 10;max-height:10rem;overflow:hidden}.story-led-showroom__image,.story-led-showroom__scene{width:100%;height:100%;object-fit:cover}.story-led-showroom__body{padding:0 .75rem .75rem}.story-led-showroom__body h3{margin:0 0 .2rem;font-size:.92rem}.story-led-showroom__body p{margin:0 0 .55rem;color:var(--muted);font-size:.8rem;line-height:1.35}.story-led-showroom__actions{display:flex;flex-wrap:wrap;gap:.4rem}.story-led-final{padding:1.15rem 0 1.5rem;background:var(--asv-color-bg-alt, #f8f9fa)}.story-led-final h2{margin:0 0 .65rem;font-size:clamp(1.05rem,3.8vw,1.35rem);font-weight:650}.story-led-final__actions{display:flex;flex-wrap:wrap;gap:.5rem}.story-led-final__actions .btn{min-height:2.75rem}.story-led-catalog-collapse{width:min(100%,var(--asv-container-max));margin:.5rem auto .85rem;padding-inline:var(--asv-space-container-x)}.story-led-catalog-collapse__summary{display:flex;align-items:center;min-height:2.75rem;padding:.65rem .85rem;border:1px solid rgba(31,36,33,.08);border-radius:var(--asv-radius-md, .75rem);background:var(--asv-color-card, #fff);cursor:pointer;font-size:.9rem;font-weight:700;list-style:none}.story-led-catalog-collapse__summary::-webkit-details-marker{display:none}.story-led-catalog-collapse__body{padding-top:.65rem}.site-shell--story-led .lens-intro,.site-shell--story-led .frame-intro{padding-block:.85rem .65rem}.site-shell--story-led .lens-intro__lead,.site-shell--story-led .frame-intro__lead{max-width:34rem}.story-led-catalog .frame-brand-card--preview{padding:.75rem .8rem;gap:.35rem}.story-led-catalog .frame-brand-card--preview .frame-brand-card__body{display:grid;gap:.2rem}.story-led-catalog .frame-brand-card--preview .frame-brand-card__media{aspect-ratio:16 / 10;max-height:5.25rem}.story-led-catalog .frame-brand-card--preview strong{font-size:.98rem}.story-led-catalog .frame-brand-card--preview .frame-brand-card__desc{font-size:.82rem;line-height:1.4}.story-led-catalog .frame-brand-card--preview em{font-size:.8rem}.story-led-catalog .frame-brand-grid--preview{margin-top:.35rem}@media(min-width:48rem){.story-led-showroom__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.story-led-quick__grid{gap:.55rem}}@media(min-width:1024px){.story-led-showroom__media{max-height:11rem}.story-led-story__text{font-size:1rem}}.global-branch-cta{padding:1.15rem 0 1.5rem;background:var(--asv-color-bg-alt, #f8f9fa)}.global-branch-cta__inner{display:grid;gap:.65rem;width:min(100%,var(--asv-container-max, 80rem));margin:0 auto;padding:0 var(--asv-space-container-x, 1.1rem)}.global-branch-cta h2{margin:0;font-size:clamp(1.05rem,3.8vw,1.35rem);font-weight:650}.global-branch-cta__lead{margin:0;max-width:36rem;color:var(--muted);line-height:1.55}.global-branch-cta__actions{display:flex;flex-wrap:wrap;gap:.5rem}.global-branch-cta__actions .btn{min-height:2.75rem}.branch-hub__hero{position:relative;z-index:2;padding:1.5rem var(--asv-space-container-x, 1.1rem) 1.25rem;border-bottom:1px solid var(--line)}.branch-hub__hero-inner{position:relative;z-index:1;display:grid;gap:.75rem;width:min(100%,var(--asv-width-standard));margin:0 auto}.branch-hub__hero h1{margin:0;font-size:clamp(1.35rem,3.8vw,1.85rem);font-weight:750}.branch-hub__lead{margin:0;max-width:38rem;color:var(--muted);line-height:1.6}.branch-hub__hero-actions{position:relative;z-index:2;display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem;pointer-events:auto}.branch-hub__locate,.branch-hub__view-all{position:relative;z-index:1;pointer-events:auto;cursor:pointer;-webkit-tap-highlight-color:transparent}.branch-hub__locate{width:fit-content}.branch-hub__view-all{min-height:2.75rem;padding:.35rem 0;border:0;background:none;color:var(--burgundy);font-size:.92rem;font-weight:700;text-decoration:underline;text-underline-offset:.15em;cursor:pointer}.branch-hub__view-all:hover{color:var(--burgundy-dark)}.branch-hub__fallback{margin:0;font-size:.9rem;color:var(--muted);line-height:1.55}.branch-hub__nearest-card{display:grid;gap:.45rem;padding:1rem;border:1px solid var(--line);border-radius:var(--asv-radius-image, 16px);background:#fff;box-shadow:var(--asv-shadow-card, 0 8px 24px rgba(15, 23, 42, .06))}.branch-hub__nearest-kicker{margin:0;color:var(--burgundy);font-size:.82rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.branch-hub__nearest-name{margin:0;font-size:1.1rem;font-weight:750}.branch-hub__nearest-distance{margin:0;color:var(--muted);font-size:.92rem}.branch-hub__nearest-actions{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.35rem}.branch-hub__detail .branch-hub__card{margin-top:.25rem}.branch-hub__list{padding:1.25rem var(--asv-space-container-x, 1.1rem) 2rem}.branch-hub__list-inner{display:grid;gap:1rem;width:min(100%,var(--asv-width-standard));margin:0 auto}.branch-hub__card{display:grid;gap:.85rem;padding:.85rem;border:1px solid var(--line);border-radius:var(--asv-radius-image, 16px);background:#fff;box-shadow:var(--asv-shadow-card, 0 8px 24px rgba(15, 23, 42, .06))}.branch-hub__media{display:block;overflow:hidden;border-radius:calc(var(--asv-radius-image, 16px) - 4px);background:#ebe6de}.branch-hub__image,.branch-hub__scene{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover}.branch-hub__body h2{margin:0 0 .35rem;font-size:1.05rem;font-weight:700}.branch-hub__body h2 a{color:inherit}.branch-hub__meta{margin:0;color:var(--muted);font-size:.9rem;line-height:1.5}.branch-hub__distance{margin:.35rem 0 0;color:var(--burgundy);font-size:.88rem;font-weight:650}.branch-hub__actions{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.65rem}@media(min-width:768px){.branch-hub__card{grid-template-columns:minmax(0,220px) minmax(0,1fr);align-items:start}.global-branch-cta__actions .btn{min-width:12rem}}.solution-hero{padding:.65rem 0 .5rem}.solution-hero__inner,.solution-quick__inner,.solution-story__inner,.solution-accordion__inner,.solution-compare__inner,.solution-showroom__inner,.solution-final__inner{width:min(100%,var(--asv-container-max));margin-inline:auto;padding-inline:var(--asv-space-container-x)}.solution-hero__inner{display:grid;gap:.75rem;align-items:start}.solution-hero h1{margin:0 0 .35rem;font-size:clamp(1.35rem,4.5vw,1.85rem);line-height:1.2}.solution-hero__audience{margin:0 0 .5rem;max-width:34rem;color:var(--charcoal-soft);font-size:.92rem;line-height:1.45}.solution-hero__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;margin:0 0 .65rem}.solution-hero__price-label{color:var(--muted);font-size:.75rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.solution-hero__price strong{color:var(--burgundy);font-size:1rem}.solution-hero__actions{display:flex;flex-wrap:wrap;gap:.5rem}.solution-hero__trust{margin:.5rem 0 0;color:var(--muted);font-size:.78rem;line-height:1.4}.solution-hero__visual{margin:0;border-radius:var(--asv-radius-md, .75rem);overflow:hidden}.solution-hero__media{aspect-ratio:16 / 10;max-height:11rem}.solution-hero__image,.solution-hero__scene{width:100%;height:100%;object-fit:cover}.solution-quick{padding:.35rem 0 .55rem}.solution-quick__grid{display:flex;flex-wrap:wrap;gap:.45rem}.solution-quick__chip{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.45rem .85rem;border:1px solid rgba(31,36,33,.1);border-radius:999px;background:var(--asv-color-card, #fff);color:inherit;font-size:.84rem;font-weight:650;text-decoration:none;white-space:nowrap}.solution-quick__chip:hover{border-color:var(--burgundy, #8b1e2d);color:var(--burgundy, #8b1e2d)}.solution-story{padding:.25rem 0 .65rem}.solution-story__kicker{margin:0 0 .25rem;color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.solution-story__text{margin:0;max-width:36rem;color:var(--charcoal);font-size:.92rem;line-height:1.45}.solution-accordion{padding:.45rem 0 .75rem}.solution-accordion__stack{display:grid;gap:.45rem}.solution-accordion__panel{border:1px solid rgba(31,36,33,.08);border-radius:var(--asv-radius-md, .75rem);background:var(--asv-color-card, #fff);overflow:hidden}.solution-accordion__summary{display:flex;align-items:center;min-height:2.75rem;padding:.65rem .85rem;cursor:pointer;font-size:.9rem;font-weight:700;list-style:none}.solution-accordion__summary::-webkit-details-marker{display:none}.solution-accordion__body{padding:0 .85rem .75rem}.solution-accordion__links{margin:0;padding:0;list-style:none;display:grid;gap:.45rem}.solution-accordion__links a,.solution-accordion__static{display:grid;gap:.15rem;padding:.55rem .65rem;border-radius:.5rem;background:#1f242108;color:inherit;text-decoration:none}.solution-accordion__links strong{font-size:.9rem}.solution-accordion__links span,.solution-accordion__static span{color:var(--muted);font-size:.82rem;line-height:1.4}.solution-accordion__faq-item{padding:.55rem 0;border-top:1px solid rgba(31,36,33,.06)}.solution-accordion__faq-item:first-child{border-top:0;padding-top:0}.solution-accordion__faq-item h3{margin:0 0 .25rem;font-size:.9rem}.solution-accordion__faq-item p{margin:0;color:var(--muted);font-size:.84rem;line-height:1.45}.solution-compare{padding:.5rem 0 .85rem}.solution-compare__header{margin-bottom:.65rem}.solution-compare__cards{display:grid;gap:.55rem}.solution-compare__card{border:1px solid rgba(31,36,33,.08);border-radius:var(--asv-radius-md, .75rem);background:var(--asv-color-card, #fff)}.solution-compare__card-link,.solution-compare__card-body{display:grid;gap:.2rem;padding:.8rem .9rem;color:inherit;text-decoration:none}.solution-compare__card strong{font-size:.98rem}.solution-compare__card span{color:var(--charcoal-soft);font-size:.86rem;line-height:1.4}.solution-compare__card em{color:var(--burgundy);font-size:.82rem;font-style:normal;font-weight:700}.solution-compare__card small{color:var(--muted);font-size:.78rem}.solution-compare__table-collapse{margin-top:.65rem;border:1px solid rgba(31,36,33,.08);border-radius:var(--asv-radius-md, .75rem);background:var(--asv-color-card, #fff)}.solution-compare__table-summary{display:flex;align-items:center;min-height:2.75rem;padding:.65rem .85rem;cursor:pointer;font-size:.88rem;font-weight:700;list-style:none}.solution-compare__table-summary::-webkit-details-marker{display:none}.solution-compare__table-wrap{padding:0 .85rem .85rem;overflow-x:auto}.solution-compare__table-note{margin:0 0 .5rem;color:var(--muted);font-size:.82rem;line-height:1.4}.solution-compare__table{width:100%;border-collapse:collapse;font-size:.82rem}.solution-compare__table th,.solution-compare__table td{padding:.45rem .5rem;border:1px solid rgba(31,36,33,.08);text-align:left}.solution-showroom{padding:.65rem 0}.solution-showroom__grid{display:grid;gap:.65rem}.solution-showroom__card{display:grid;gap:.5rem;padding:.75rem;border:1px solid rgba(31,36,33,.08);border-radius:var(--asv-radius-md, .75rem);background:var(--asv-color-card, #fff)}.solution-showroom__media{display:block;border-radius:calc(var(--asv-radius-md, .75rem) - 2px);overflow:hidden}.solution-showroom__slot{aspect-ratio:16 / 9;max-height:8.5rem}.solution-showroom__body h3{margin:0 0 .2rem;font-size:.98rem}.solution-showroom__body p{margin:0 0 .45rem;color:var(--muted);font-size:.84rem;line-height:1.4}.solution-showroom__actions{display:flex;flex-wrap:wrap;gap:.4rem}.solution-showroom__footer{margin-top:.65rem;display:flex;justify-content:center}.solution-final{padding:.75rem 0 1rem}.solution-final h2{margin:0 0 .65rem;font-size:1.05rem;text-align:center}.solution-final__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.solution-final__actions .btn{min-width:min(100%,14rem)}@media(min-width:48rem){.solution-hero__inner{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:1rem}.solution-hero__media{max-height:14rem}.solution-compare__cards{grid-template-columns:repeat(3,minmax(0,1fr))}.solution-showroom__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:64rem){.solution-hero__media{max-height:18rem}.solution-landing .solution-hero__inner{max-height:32.5rem}}:root{--asv-container-max: 76rem;--asv-sticky-cta-height: 3.5rem;--asv-sticky-cta-offset: .85rem;--asv-sticky-safe-bottom: env(safe-area-inset-bottom, 0px);--asv-sticky-clearance: calc( var(--asv-sticky-cta-height) + var(--asv-sticky-cta-offset) * 2 + var(--asv-sticky-safe-bottom) + 1.25rem );--asv-space-section-y: 5rem;--asv-space-section-y-mobile: 3.5rem;--asv-space-container-x: 1rem}@media(min-width:768px){:root{--asv-space-container-x: 1.5rem}}@media(min-width:1024px){:root{--asv-space-container-x: 2rem;--asv-container-max: 80rem;--asv-width-standard: 80rem}}html{max-width:100%;overflow-x:hidden}body{max-width:100%;overflow-x:clip}img,video,svg,canvas{display:block;max-width:100%;height:auto}.site-shell,.landing-shell,.branch-page,.site-header,.site-footer{max-width:100%;overflow-x:clip}.site-shell,.landing-shell{padding-bottom:var(--asv-sticky-clearance)}.asv-container,.section{padding-inline:var(--asv-space-container-x)}
