:root{--bo-teal: #1a9a92;--bo-navy: #16314d;--bo-bg: #f7f4ef;--bo-teal-bright: #2bbfb3;--ink-80: rgba(22, 49, 77, .8);--ink-65: rgba(22, 49, 77, .65);--ink-12: rgba(22, 49, 77, .12);--paper: #fffdf8;--shadow: 0 24px 64px rgba(22, 49, 77, .16);color:var(--bo-navy);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bo-bg)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bo-bg)}a{color:inherit}main{overflow-x:hidden}.hero{position:relative;min-height:92vh;display:grid;grid-template-rows:auto 1fr;isolation:isolate;background:var(--bo-navy)}.hero__image,.hero__overlay{position:absolute;inset:0;z-index:-2}.hero__image{background:linear-gradient(90deg,#16314de6,#16314db8 34%,#16314d2e 72%),url(/boutiqueoptic-hero.png) center / cover no-repeat}.hero__overlay{z-index:-1;background:linear-gradient(180deg,#16314d80,#16314d1f 42%,#16314d9e)}.site-header{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:24px 0;display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--paper)}.brand,.header-link,.button{display:inline-flex;align-items:center}.brand{gap:12px;text-decoration:none}.brand__mark{width:44px;height:44px;display:inline-grid;place-items:center;border:1px solid rgba(255,253,248,.58);color:var(--paper);font-weight:600;font-size:15px;background:#fffdf814;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand__name,.brand__tagline{display:block}.brand__name{font-family:Plus Jakarta Sans,Poppins,Inter,ui-sans-serif,system-ui,sans-serif;font-weight:600;font-size:16px}.brand__tagline{margin-top:2px;font-size:11px;color:#fffdf8b8}.header-link{min-height:44px;gap:8px;padding:0 14px;border:1px solid rgba(255,253,248,.38);text-decoration:none;font-size:14px;color:#fffdf8e6;background:#fffdf814;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero__content{width:min(1180px,calc(100% - 32px));margin:0 auto;align-self:center;padding:80px 0 120px;color:var(--paper)}.eyebrow{margin:0 0 16px;color:var(--bo-teal-bright);font-size:13px;font-weight:600;text-transform:uppercase}h1,h2,p{margin-top:0}h1,h2{font-family:Plus Jakarta Sans,Poppins,Inter,ui-sans-serif,system-ui,sans-serif;font-weight:600;line-height:1.05;letter-spacing:0;overflow-wrap:anywhere}h1{max-width:760px;margin-bottom:24px;font-size:clamp(44px,7vw,88px)}h2{margin-bottom:24px;font-size:clamp(32px,4vw,56px)}p{color:var(--ink-80);font-size:18px;line-height:1.65}.hero__copy{max-width:620px;color:#fffdf8db;font-size:20px}.hero__actions{margin-top:40px;display:flex;flex-wrap:wrap;gap:16px}.button{min-height:48px;gap:10px;padding:0 18px;border:1px solid transparent;text-decoration:none;font-weight:600;font-size:15px}.button--primary{color:var(--bo-navy);background:var(--bo-teal-bright)}.button--secondary{color:var(--paper);border-color:#fffdf870;background:#fffdf814}.section{padding:96px 0;background:var(--paper)}.section--muted{background:var(--bo-bg)}.section__inner{width:min(1180px,calc(100% - 32px));margin:0 auto}.section__inner--split{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:72px;align-items:start}.section__inner--narrow{max-width:760px;margin-left:max(16px,calc((100vw - 1180px)/2))}.focus-list{display:grid;gap:16px}.focus-item{display:grid;grid-template-columns:28px 1fr;gap:12px;align-items:start;padding:20px;border:1px solid var(--ink-12);background:var(--bo-bg);box-shadow:0 10px 32px #16314d0f;color:var(--ink-80);font-size:17px;line-height:1.45}.product-preview{background:linear-gradient(180deg,#f7f4efe0,#fffdf8f5),var(--paper)}.preview-layout{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);gap:56px;align-items:center}.preview-copy{max-width:440px}.dashboard-preview{margin:0}.dashboard-preview img{display:block;width:100%;height:auto;border:1px solid var(--ink-12);background:var(--paper);box-shadow:var(--shadow)}.check-icon,.fact-card__icon{display:inline-block;flex:0 0 auto;border:2px solid var(--bo-teal)}.check-icon{width:18px;height:18px;margin-top:2px;border-radius:999px;background:linear-gradient(135deg,transparent 50%,rgba(26,154,146,.16) 50%)}.fact-card__icon{width:24px;height:24px;border-radius:6px}.fact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:40px}.fact-card{min-height:184px;padding:24px;border:1px solid var(--ink-12);background:var(--paper);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:14px}.fact-card span{color:var(--ink-65);font-size:14px}.fact-card strong{color:var(--bo-navy);font-size:20px;line-height:1.25}.fact-card a{color:inherit;overflow-wrap:anywhere}.fact-card strong a{font-size:16px;line-height:1.45}.footer{min-height:96px;padding:24px max(16px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;gap:24px;color:#fffdf8c7;background:var(--bo-navy)}.footer div{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.footer strong,.footer a{color:var(--paper)}.brand:focus-visible,.header-link:focus-visible,.button:focus-visible,.footer a:focus-visible{outline:3px solid var(--bo-teal-bright);outline-offset:4px}@media(max-width:800px){.hero{min-height:860px}.hero__image{background:linear-gradient(180deg,#16314deb,#16314dc7 48%,#16314d61),url(/boutiqueoptic-hero.png) 62% center / cover no-repeat}.site-header{align-items:flex-start;flex-direction:column}.header-link{max-width:100%;overflow-wrap:anywhere}.hero__content{align-self:start;padding-top:96px}h1{font-size:40px}.section,.section--muted{padding:72px 0}.section__inner--split,.preview-layout,.fact-grid{grid-template-columns:1fr}.section__inner--split,.preview-layout{gap:32px}.preview-copy{max-width:none}.section__inner--narrow{width:min(1180px,calc(100% - 32px));margin:0 auto}.footer{align-items:flex-start;flex-direction:column}}@media(max-width:460px){h1{font-size:34px}h2{font-size:28px}.hero__actions,.button{width:100%}.button{justify-content:center;flex:0 0 100%}.app-preview__status{align-items:flex-start;flex-direction:column}}
