:root{--paper:#eef1f6;--ink:#111111;--muted:#6b7280;--line:#e5e7eb;--panel:#ffffff;--soft:#f8f9fb;--blue:#2878f0;--blue-soft:#eaf2ff;--blue-hover:#1769e8;--red:#b42318;--green:#0f766e;--yellow:#f5c542;--shadow-sm:0 1px 2px rgba(0,0,0,0.03);--shadow:0 4px 20px rgba(0,0,0,0.04);--shadow-lg:0 8px 32px rgba(0,0,0,0.06);--shadow-xl:0 16px 48px rgba(0,0,0,0.08);--radius-sm:8px;--radius:12px;--radius-lg:16px;--radius-xl:20px;--radius-2xl:24px;--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:24px;--space-2xl:32px;--space-3xl:48px;--space-4xl:64px;--font-sans:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:ui-monospace,SFMono-Regular,"SF Mono",Menlo,monospace}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink);font-family:var(--font-sans);letter-spacing:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}button,input,select,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}a{color:inherit}.brand-bar{justify-content:space-between;gap:var(--space-lg);padding:var(--space-md) clamp(var(--space-md),4vw,var(--space-2xl));border-bottom:1px solid rgba(229,231,235,.6);background:rgba(255,255,255,.92);position:-webkit-sticky;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand-bar,.brand-logo{display:flex;align-items:center}.brand-logo{gap:var(--space-sm);height:40px}.brand-logo img{height:100%;width:auto}.brand-mark{font-weight:800;font-size:.85rem;line-height:1;text-transform:uppercase;letter-spacing:.02em;color:var(--ink)}.brand-line,.eyebrow{color:var(--blue);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.product-page{min-height:100vh}.top-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:var(--space-sm);gap:var(--space-sm);padding:var(--space-md) clamp(var(--space-md),4vw,var(--space-2xl));position:-webkit-sticky;position:sticky;top:0;z-index:10;background:rgba(238,241,246,.88);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.top-nav>:first-child{justify-self:start}.nav-title{font-size:1rem;font-weight:700;color:var(--ink);text-align:center;letter-spacing:-.01em}.nav-side{display:flex;align-items:center;gap:var(--space-sm);justify-self:end}.nav-circle{width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--panel);border:1px solid var(--line);color:var(--ink);box-shadow:var(--shadow-sm);transition:all .2s ease;flex-shrink:0}.nav-circle:hover{box-shadow:var(--shadow);transform:translateY(-1px)}.nav-circle.fav{color:var(--blue);border-color:var(--blue-soft);background:var(--blue-soft)}.account-bar{justify-content:flex-end;flex-wrap:wrap;gap:var(--space-sm);max-width:1200px;margin:0 auto;padding:0 clamp(var(--space-md),4vw,var(--space-2xl))}.account-bar,.brand-row{display:flex;align-items:center}.brand-row{gap:var(--space-md)}.brand-row h1{font-size:clamp(1.35rem,4vw,1.6rem)}.brand-tile{width:52px;height:52px;border-radius:var(--radius-lg);background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.brand-tile img{width:70%;height:auto}.stat-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--space-sm);gap:var(--space-sm);padding:var(--space-md) 0}.stat{text-align:center}.stat-value{font-size:clamp(1.25rem,4.5vw,1.6rem);font-weight:700;color:var(--ink);letter-spacing:-.01em;line-height:1.15}.stat-label{margin-top:2px;font-size:.78rem;color:var(--muted);font-weight:500}.tabs{display:flex;gap:var(--space-2xl);border-bottom:1px solid var(--line)}.tab{padding:var(--space-sm) 0 var(--space-md);border:none;border-bottom:2px solid transparent;margin-bottom:-1px;background:transparent;color:var(--muted);font-weight:600;font-size:.95rem;transition:color .2s ease,border-color .2s ease}.tab:hover{color:var(--ink)}.tab.active{color:var(--blue);border-bottom-color:var(--blue)}.tab-panel{display:grid;grid-gap:var(--space-md);gap:var(--space-md);animation:tab-in .25s ease}@keyframes tab-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.product-shell{display:grid;grid-template-columns:1fr;grid-gap:var(--space-lg);gap:var(--space-lg);max-width:1200px;margin:0 auto;padding:var(--space-lg) clamp(var(--space-md),4vw,var(--space-2xl)) calc(96px + env(safe-area-inset-bottom))}.hero-carousel{position:relative;width:100%;aspect-ratio:4/3;border-radius:var(--radius-2xl);border:1px solid var(--line);box-shadow:var(--shadow);background:var(--soft);overflow:hidden}.carousel-track{transition:transform .4s cubic-bezier(.4,0,.2,1)}.carousel-slide,.carousel-track{width:100%;height:100%;display:flex}.carousel-slide{flex:0 0 100%;align-items:center;justify-content:center}.carousel-media{width:100%;height:100%;object-fit:cover}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.96);border:1px solid var(--line);color:var(--ink);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow);transition:all .2s ease;z-index:10}.carousel-btn:hover{background:var(--panel);transform:translateY(-50%) scale(1.06);box-shadow:var(--shadow-lg)}.carousel-btn.prev{left:var(--space-md)}.carousel-btn.next{right:var(--space-md)}.carousel-indicators{position:absolute;bottom:var(--space-md);left:50%;transform:translateX(-50%);display:flex;gap:var(--space-xs);z-index:10}.carousel-indicator{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.7);border:none;cursor:pointer;transition:all .2s ease}.carousel-indicator.active{background:var(--blue);transform:scale(1.25)}.carousel-indicator:hover{background:rgba(255,255,255,.95)}.video-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:rgba(255,255,255,.95);filter:drop-shadow(0 4px 16px rgba(0,0,0,.3));pointer-events:none}@media (max-width:640px){.carousel-btn{width:40px;height:40px}.carousel-btn.prev{left:var(--space-xs)}.carousel-btn.next{right:var(--space-xs)}.carousel-indicator{width:8px;height:8px}}.price-range{display:flex;flex-direction:column;gap:var(--space-xs);margin-top:var(--space-xs)}.overall-range{display:flex;justify-content:space-between;align-items:center;padding:var(--space-sm) var(--space-md);background:var(--blue-soft);border-radius:var(--radius);border:1px solid rgba(40,120,240,.15)}.overall-range .tier-price{font-size:1.15rem;color:var(--blue)}.overall-range .tier-label{color:var(--blue);font-size:.75rem}.price-tier{display:flex;justify-content:space-between;align-items:center;padding:var(--space-sm) var(--space-md);background:var(--soft);border-radius:var(--radius);border:1px solid var(--line);transition:border-color .2s,box-shadow .2s}.price-tier:hover{border-color:var(--blue);box-shadow:0 4px 16px rgba(40,120,240,.08)}.tier-label{font-size:.8rem;color:var(--muted);font-weight:600}.tier-price{font-size:1rem;font-weight:700;color:var(--ink)}.overall-range-single{display:flex;justify-content:center;align-items:center;padding:var(--space-md) var(--space-lg);background:var(--blue-soft);border-radius:var(--radius);border:1px solid rgba(40,120,240,.15);font-size:1.25rem;font-weight:700;color:var(--blue)}.product-copy{display:grid;align-content:start;grid-gap:var(--space-md);gap:var(--space-md)}h1{margin:0;font-size:clamp(1.75rem,5vw,2.25rem);line-height:1.15;font-weight:700;letter-spacing:-.02em}.spec-line{display:flex;flex-wrap:wrap;gap:var(--space-xs);align-items:center;color:var(--muted);font-size:.95rem}.spec-line span+span:before{content:"•";margin-right:var(--space-xs);color:var(--line)}.section-title{margin:0;font-size:1rem;font-weight:700;color:var(--ink);letter-spacing:-.01em}.spec-cards{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.spec-card,.spec-cards{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.spec-card{align-content:start;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-lg);box-shadow:var(--shadow-sm)}.spec-card-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--soft);border:1px solid var(--line);color:var(--ink)}.spec-card-label{font-size:.75rem;font-weight:500;color:var(--muted)}.spec-card-value{font-size:1.05rem;font-weight:700;color:var(--ink);line-height:1.2}.product-desc{color:var(--muted);font-size:.95rem;line-height:1.6;margin:0}.checklist{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm);margin:0;padding:0;list-style:none}.checklist li{display:flex;align-items:center;gap:var(--space-sm);color:var(--ink);font-size:.9rem;font-weight:500}.checklist li svg{color:var(--blue);flex-shrink:0}.price-block{border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-lg);background:var(--panel);box-shadow:var(--shadow-sm)}.price-label{color:var(--muted);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin:0}.price{font-size:clamp(1.5rem,5vw,1.9rem);font-weight:700;margin-top:var(--space-xs);line-height:1.15;letter-spacing:-.01em}.fine-print,.trust-copy{color:var(--muted);font-size:.9rem;line-height:1.55}.cta,.ghost,.secondary,a.cta,a.secondary{min-height:54px;border-radius:var(--radius);padding:0 var(--space-lg);border:1px solid transparent;font-weight:600;font-size:.95rem;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);text-decoration:none;white-space:nowrap;transition:all .2s ease}.cta{background:var(--blue);color:#ffffff;box-shadow:0 8px 24px rgba(40,120,240,.2)}.cta:hover{background:var(--blue-hover);transform:translateY(-1px);box-shadow:0 12px 32px rgba(40,120,240,.28)}.cta:active{transform:translateY(0)}.secondary{background:var(--blue-soft);color:var(--blue);border-color:transparent}.secondary:hover{background:#dcebff}.ghost{background:transparent;color:var(--blue);border-color:var(--line)}.ghost:hover{background:var(--blue-soft);border-color:transparent}.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:20;padding:var(--space-sm) var(--space-md) calc(var(--space-sm) + env(safe-area-inset-bottom));background:rgba(255,255,255,.98);border-top:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.sticky-actions{display:flex;gap:var(--space-sm);max-width:600px;margin:0 auto}.sticky-actions .secondary{flex:1 1}.sticky-actions .cta{flex:1.4 1}.sticky-cta>.cta{display:flex;width:100%;max-width:600px;margin:0 auto}.flow-panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-xl);padding:var(--space-lg);box-shadow:var(--shadow)}.flow-panel h2{margin:0 0 var(--space-md);font-size:1.05rem;font-weight:700;color:var(--ink);letter-spacing:-.01em}.action-row,.choice-grid,.form-grid{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.choice{text-align:left;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-lg);transition:all .2s ease}.choice:hover{border-color:var(--blue);background:var(--blue-soft);box-shadow:0 8px 24px rgba(40,120,240,.08)}.choice strong{display:block;font-size:.95rem;font-weight:600;margin-bottom:var(--space-xs)}.choice span{display:block;color:var(--muted);font-size:.85rem;line-height:1.4}.field{display:grid;grid-gap:var(--space-xs);gap:var(--space-xs)}.field label{font-size:.78rem;font-weight:500;color:var(--muted)}.field input,.field select{min-height:52px;border:1px solid var(--line);border-radius:var(--radius);padding:0 var(--space-md);background:var(--panel);transition:border-color .2s,box-shadow .2s}.field input:focus,.field select:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-soft)}.error{color:var(--red);font-weight:600;font-size:.85rem}.microcopy{margin:0;color:var(--muted);font-size:.8rem;text-align:center}.trust-strip{display:flex;flex-wrap:wrap;gap:var(--space-sm);justify-content:center}.trust-strip span{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:var(--panel);border:1px solid var(--line);border-radius:999px;color:var(--ink);font-size:.78rem;font-weight:500}.trust-strip svg,.wa-inline{color:var(--blue)}.wa-inline{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);font-size:.9rem;font-weight:600;text-decoration:none;min-height:44px}.wa-inline:hover{text-decoration:underline}.optional-fields{border:1px solid var(--line);border-radius:var(--radius);background:var(--soft)}.optional-fields summary{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);padding:var(--space-md) var(--space-lg);cursor:pointer;font-weight:600;font-size:.9rem;list-style:none}.optional-fields summary::-webkit-details-marker{display:none}.optional-fields summary span{color:var(--muted);font-weight:500;font-size:.8rem}.optional-fields[open] summary{border-bottom:1px solid var(--line)}.optional-fields>.form-grid{padding:var(--space-md) var(--space-lg) var(--space-lg)}.cta:disabled{opacity:.7;cursor:default;transform:none}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.desktop-actions{display:none;gap:var(--space-sm);margin-top:var(--space-xs)}.desktop-actions .secondary{flex:1 1}.desktop-actions .cta{flex:1.4 1}.sheet-backdrop{position:fixed;inset:0;z-index:40;background:rgba(17,17,17,.4);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:flex-end;justify-content:center;animation:backdrop-in .2s ease}@keyframes backdrop-in{0%{opacity:0}to{opacity:1}}.sheet{position:relative;width:100%;max-width:560px;max-height:86dvh;overflow-y:auto;background:var(--panel);border-radius:var(--radius-2xl) var(--radius-2xl) 0 0;padding:var(--space-lg) var(--space-lg) calc(var(--space-xl) + env(safe-area-inset-bottom));box-shadow:var(--shadow-xl);animation:sheet-up .28s cubic-bezier(.32,.72,0,1)}@keyframes sheet-up{0%{transform:translateY(48px);opacity:.4}to{transform:translateY(0);opacity:1}}.sheet-handle{width:40px;height:4px;border-radius:999px;background:var(--line);margin:0 auto var(--space-md)}.sheet-close{position:absolute;top:var(--space-md);right:var(--space-md);width:34px;height:34px;border-radius:50%;border:none;background:var(--soft);color:var(--muted);display:flex;align-items:center;justify-content:center;transition:all .2s ease}.sheet-close:hover{background:var(--line);color:var(--ink)}.sheet-body{display:grid;grid-gap:var(--space-md);gap:var(--space-md)}.sheet-body h2{margin:0;font-size:1.15rem;font-weight:700;letter-spacing:-.01em;padding-right:var(--space-2xl)}@media (min-width:860px){.sheet-backdrop{align-items:center;padding:var(--space-xl)}.sheet{border-radius:var(--radius-2xl);max-height:82vh;padding-bottom:var(--space-xl);animation:sheet-pop .22s cubic-bezier(.32,.72,0,1)}@keyframes sheet-pop{0%{transform:translateY(16px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}}.summary{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.summary-row{display:flex;justify-content:space-between;gap:var(--space-lg);border-bottom:1px solid var(--line);padding-bottom:var(--space-sm)}.summary-row:last-child{border-bottom:none}.summary-row span{color:var(--muted)}.summary-row strong{font-weight:600}.success-tick{color:var(--green);font-size:3rem;line-height:1}.location-picker{display:grid;grid-gap:var(--space-md);gap:var(--space-md)}.location-option{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-md);border:1px solid var(--line);border-radius:var(--radius);background:var(--soft);cursor:pointer;transition:all .2s ease}.location-option.selected,.location-option:hover{border-color:var(--blue);background:var(--blue-soft)}.location-option.selected{box-shadow:0 0 0 3px var(--blue-soft)}.location-option input{accent-color:var(--blue);width:20px;height:20px}.location-option-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);color:var(--blue);flex-shrink:0}.location-option-content{flex:1 1;min-width:0}.location-option-title{font-weight:600;font-size:.9rem}.location-option-desc{color:var(--muted);font-size:.8rem;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.location-manual-fields{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm);margin-top:var(--space-xs);padding-top:var(--space-md);border-top:1px solid var(--line)}.location-manual-fields .field{grid-template-columns:1fr}@media (min-width:640px){.location-manual-fields{grid-template-columns:1fr 1fr}.location-manual-fields .field{grid-template-columns:1fr}}.admin-page{min-height:100vh;padding:var(--space-lg) clamp(var(--space-md),4vw,var(--space-2xl)) var(--space-2xl)}.admin-grid,.form-two{display:grid;grid-template-columns:1fr;grid-gap:var(--space-lg);gap:var(--space-lg)}.form-two{grid-template-columns:repeat(auto-fit,minmax(min(180px,100%),1fr));gap:var(--space-sm)}.admin-section{margin-top:var(--space-lg)}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--panel);box-shadow:var(--shadow-sm)}table{width:100%;border-collapse:collapse;min-width:900px}td,th{text-align:left;padding:var(--space-sm) var(--space-md);border-bottom:1px solid var(--line);font-size:.85rem}th{color:var(--muted);text-transform:uppercase;font-size:.68rem;letter-spacing:.04em}.badge,th{font-weight:600}.badge{display:inline-flex;align-items:center;min-height:24px;padding:0 var(--space-sm);border-radius:999px;background:var(--blue-soft);color:var(--blue);font-size:.7rem;letter-spacing:.02em}.icon-actions{display:flex;gap:var(--space-xs);align-items:center}.icon-actions a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--line);border-radius:999px;background:var(--panel);color:var(--blue);transition:all .2s}.icon-actions a:hover{border-color:var(--blue);background:var(--blue-soft)}.compact{min-height:38px;font-size:.82rem;padding:0 var(--space-md)}.admin-tabs{display:flex;gap:var(--space-xl);margin-bottom:var(--space-lg);border-bottom:1px solid var(--line)}.admin-tabs button{display:inline-flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) 0 var(--space-md);border:none;border-bottom:2px solid transparent;margin-bottom:-1px;border-radius:0;background:transparent;color:var(--muted);font-weight:600;font-size:.9rem;cursor:pointer;transition:color .2s,border-color .2s}.admin-tabs button:hover{color:var(--ink)}.admin-tabs button.active{color:var(--blue);border-bottom-color:var(--blue)}@media (min-width:860px){.product-shell{grid-template-columns:minmax(0,1.1fr) minmax(380px,.9fr);align-items:start;padding-top:var(--space-xl);padding-bottom:var(--space-2xl)}.hero-carousel{aspect-ratio:4/3;position:-webkit-sticky;position:sticky;top:90px;grid-column:1;grid-row:1/span 2}.shell-brand{grid-column:2;grid-row:1}.product-shell>.product-copy{grid-column:2;grid-row:2}.product-shell>.product-copy:only-child{grid-column:1/-1;grid-row:auto;max-width:760px;width:100%;margin:0 auto}.desktop-actions{display:flex}.sticky-cta{display:none}.product-page{padding-bottom:0}.admin-grid{grid-template-columns:.75fr 1.25fr}}@media (max-width:480px){.brand-bar{padding:var(--space-sm) var(--space-md)}.product-shell{padding-left:var(--space-md);padding-right:var(--space-md);gap:var(--space-md)}.flow-panel{padding:var(--space-md)}.choice{padding:var(--space-sm) var(--space-md)}.field input,.field select{min-height:48px}.cta,.ghost,.secondary{min-height:50px;padding:0 var(--space-md);font-size:.9rem}}