/* QX TECH / approved charcoal studio direction. Color, spacing and type tokens are centralized. */
:root{
 --bg:#101618;--surface:#171e21;--surface-raised:#1d2529;--surface-soft:#131a1d;
 --text:#f4f5f5;--muted:#b0b9bd;--quiet:#879398;--accent:#49c2cf;--accent-hover:#70d0da;
 --border:#2a353a;--line:#263034;--radius:4px;--header:76px;--shell:1280px;
 --body-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,"Noto Sans CJK SC","Microsoft YaHei",sans-serif;
 color-scheme:dark;font-family:var(--body-font);font-size:16px;font-synthesis:none;
 -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header) + 28px)}
body{margin:0;background:var(--bg);color:var(--text);line-height:1.65;overflow-x:clip}
a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a,input,textarea,summary{-webkit-tap-highlight-color:transparent}
button{color:inherit}button,summary{cursor:pointer}button{border:0}img{max-width:100%;height:auto;display:block}svg{display:block}
h1,h2,h3,h4,p,figure{margin:0}h1,h2,h3,h4{line-height:1.2;letter-spacing:-.025em;font-weight:600}
p{color:var(--muted)}h1{font-size:clamp(42px,4.25vw,66px);font-weight:450;line-height:1.09;letter-spacing:-.04em}h2{font-size:32px}h3{font-size:19px}h4{font-size:17px}
strong{font-weight:650}small{font-size:.65em}::selection{background:#307b84;color:#fff}
:focus-visible{outline:2px solid var(--accent);outline-offset:5px}input:focus-visible,textarea:focus-visible{outline-offset:0}
[hidden]{display:none!important}.sr-only{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.shell{width:min(var(--shell),calc(100% - 112px));margin-inline:auto}.narrow{max-width:790px}.section{padding:45px 0}
.icon{width:24px;height:24px;flex:0 0 auto}.eyebrow{display:flex;align-items:center;gap:18px;font-size:11px;line-height:1.6;letter-spacing:.17em;text-transform:uppercase;color:var(--quiet);font-weight:500}
.eyebrow time{letter-spacing:.01em;font-size:12px;text-transform:none;color:var(--muted)}.eyebrow span{color:var(--accent)}
.lead{font-size:18px;line-height:1.7;max-width:650px}
.section-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}
.section-heading h2{position:relative;padding-left:27px;font-size:24px;letter-spacing:-.02em}
.section-heading h2:before{content:"";position:absolute;left:0;top:.56em;width:14px;height:2px;background:var(--accent)}
.section-caption{font-size:13px;color:var(--quiet)}.text-link{display:inline-flex;align-items:center;gap:12px;font-size:14px;color:var(--accent);line-height:1.5;min-height:34px}
.text-link .icon{width:19px;height:19px;transition:transform .2s}.text-link:hover .icon{transform:translateX(4px)}.text-link:hover{text-decoration:underline;text-underline-offset:5px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;background:var(--accent);color:#092126;border:1px solid var(--accent);border-radius:var(--radius);min-height:46px;padding:11px 24px;font-size:14px;font-weight:600;line-height:1.45;transition:background .18s,border-color .18s,transform .18s;white-space:normal;text-align:center}
.button .icon{width:19px;height:19px}.button:hover{background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-1px)}
.button-secondary{background:transparent;color:var(--accent);border-color:#40828b}.button-secondary:hover{background:#1a2b2f;border-color:var(--accent)}
.button:disabled{cursor:wait;opacity:.65;transform:none}.icon-button{background:none;display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;color:var(--accent)}
.skip-link{position:fixed;z-index:100;left:20px;top:-70px;background:var(--text);color:var(--bg);padding:10px 20px}.skip-link:focus{top:10px}
/* Global navigation. The mobile menu remains functional without JavaScript. */
.site-header{position:sticky;top:0;z-index:50;height:var(--header);background:#101618f5;border-bottom:1px solid #ffffff05;isolation:isolate}
.header-inner{height:100%;display:flex;align-items:center;gap:34px}.brand{display:inline-flex;align-items:center;gap:14px;flex-shrink:0;line-height:1;color:var(--text)}
.brand img{width:41px;height:41px;object-fit:contain}.brand span{font-size:20px;font-weight:600;letter-spacing:.13em;white-space:nowrap}
.desktop-nav{display:flex;gap:29px;align-items:center;margin-inline:auto}.desktop-nav a{font-size:13px;color:#cad0d3;position:relative;display:flex;align-items:center;height:var(--header)}
.desktop-nav a:hover{color:var(--accent)}.desktop-nav a[aria-current=page]:after{content:"";position:absolute;bottom:14px;left:0;right:0;background:var(--accent);height:2px}
.language{display:flex;align-items:center;gap:9px;font-size:12px;line-height:1;border-left:1px solid #667075;padding-left:26px;white-space:nowrap}.language [aria-current]{color:var(--text)}.language a{color:var(--muted);padding:14px 0}.language a:hover{color:var(--accent)}.language-divider{color:var(--quiet)}
.mobile-nav{display:none}.mobile-nav:not([open]) .mobile-panel{display:none}.mobile-menu-extra{margin-top:20px}
/* Home: direct adaptation of the approved desktop studio composition. */
.home-hero{background:#12181a;overflow:hidden;border-bottom:1px solid var(--line)}
.hero-grid{display:grid;grid-template-columns:46% 54%;position:relative;min-height:575px;align-items:center}
.hero-copy{position:relative;z-index:2;padding:50px 0 42px}.hero-copy h1{font-size:clamp(42px,3.65vw,58px);font-weight:350;line-height:1.09;letter-spacing:-.035em;margin:15px 0 20px}
.hero-copy h1 strong{font-weight:650}.hero-description{font-size:15px;line-height:1.75;max-width:460px;color:#b4bfc5;padding-right:10px}
.hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:27px}
.value-row{display:flex;align-items:center;gap:0;margin-top:42px;max-width:470px}.value-row>div{display:flex;align-items:center;gap:12px;padding:0 23px;border-left:1px solid var(--line)}.value-row>div:first-child{padding-left:0;border-left:0}.value-row>div:last-child{padding-right:0}.value-row .icon{color:var(--accent);width:25px;height:25px}.value-row span{font-size:11px;line-height:1.45;color:#c2cbcf}
.home-hero-photo{position:absolute;inset:0 -55px 0 41%;display:flex;align-items:end;z-index:1;overflow:hidden;pointer-events:none}
.home-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 50%;mask-image:linear-gradient(to right,transparent 0%,black 13%,black 100%)}
/* Home company content. No invented offices, clients, claims or achievements. */
.about-section{padding-top:37px;padding-bottom:22px}.about-grid{display:grid;grid-template-columns:28% 46% 26%;gap:0;align-items:start}
.about-image{margin-right:35px;position:relative;overflow:hidden;min-height:220px;background:var(--surface)}.about-image img{height:220px;width:100%;object-fit:cover;object-position:45% 45%}
.about-image figcaption{font-size:8px;letter-spacing:.12em;color:var(--muted);position:absolute;bottom:10px;left:15px;max-width:90%}
.about-copy{padding:1px 36px 0 0}.about-copy h3{font-size:18px;margin-bottom:10px}.about-copy>p{font-size:14px;line-height:1.7}.capability-words{display:flex;margin-top:20px;gap:18px}.capability-words>div{font-size:17px;color:var(--accent);padding-right:18px;border-right:1px solid var(--line);font-weight:500;line-height:1.3}.capability-words>div:last-child{border:0;padding-right:0}.capability-words span{display:block;font-size:10px;margin-top:8px;color:var(--quiet);font-weight:400}
.about-quote{border-left:1px solid var(--line);padding:4px 0 5px 36px}.about-quote .eyebrow{font-size:9px}.about-quote blockquote{font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:23px;line-height:1.45;margin:12px 0 0;letter-spacing:-.02em}
.company-details{margin-top:28px;border-bottom:1px solid var(--line)}.company-details>summary{list-style:none;display:flex;gap:24px;justify-content:space-between;align-items:center;padding:14px 0;color:var(--muted);font-size:14px}
summary::-webkit-details-marker{display:none}.company-details>summary .icon{width:18px;color:var(--accent);transition:transform .2s}.company-details[open]>summary .icon{transform:rotate(45deg)}
.company-details-body{padding:26px 0 35px}.company-narrative{columns:2;column-gap:48px}.company-narrative p{font-size:15px;margin:0 0 20px;break-inside:avoid}.company-profile{margin-top:24px;border-top:1px solid var(--line);padding-top:30px}.company-profile h3{font-size:23px;margin-bottom:25px}.company-profile h4{margin:20px 0 10px}.company-profile p{font-size:15px;margin-bottom:14px}.company-columns{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.why-section{padding-top:23px;padding-bottom:29px}.why-grid{display:grid;grid-template-columns:repeat(5,1fr)}.why-grid article{padding:0 22px;border-left:1px solid var(--line)}.why-grid article:first-child{padding-left:0;border:0}.why-grid article:last-child{padding-right:0}.why-grid .icon{color:var(--accent);width:23px;height:23px;margin-bottom:13px}.why-grid h3{font-size:15px;font-weight:600;margin-bottom:8px}.why-grid p{font-size:12px;line-height:1.7}
.solutions-section{padding-top:29px;padding-bottom:30px}.solutions-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;align-items:start}.solution-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;min-width:0}
.solution-media{height:132px;display:flex;align-items:center;justify-content:center;background:#1c2326}.solution-media img{width:125px;height:125px;object-fit:contain;padding:6px}.solution-media .solution-smart-glasses{width:calc(100% - 16px)}
.solution-copy{padding:17px 16px 14px}.solution-copy h3{font-size:14px;line-height:1.5;min-height:43px;letter-spacing:0}.solution-copy p{font-size:12px;line-height:1.65;min-height:98px;margin-top:9px}
.solution-details{border-top:1px solid var(--line)}.solution-details summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:11px;padding:11px 14px;color:var(--muted);min-height:42px}.solution-details summary .icon{width:15px;height:15px;color:var(--accent)}.solution-details[open] summary .icon{transform:rotate(45deg)}.solution-details>div{padding:5px 15px 15px}.solution-details p{font-size:12px;line-height:1.7;margin-bottom:12px}.solution-details strong{color:var(--text)}.solution-details .text-link{font-size:12px}
.products-section{padding-top:27px;padding-bottom:27px}.product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:border-color .18s,background .18s;min-width:0}.product-card:hover{background:#1c2529;border-color:#466168}.product-card-photo{height:175px;padding:14px;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-card-photo img{height:100%;width:100%;object-fit:contain;transition:transform .3s}.product-card:hover img{transform:scale(1.035)}.product-card-caption{display:flex;align-items:center;justify-content:space-between;gap:9px;padding:0 15px 16px}.product-card h3{font-size:14px;font-weight:550;letter-spacing:.01em;line-height:1.4}.product-card p{font-size:11px;margin-top:3px;line-height:1.5}.product-card-caption .icon{width:17px;height:17px;color:#b7c5ca}.related-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
/* News / original articles only. */
.news-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.news-card{border:1px solid var(--line);background:var(--surface);border-radius:var(--radius);overflow:hidden}.news-card .news-image{display:block;overflow:hidden}.news-image img{width:100%;height:270px;object-fit:cover;transition:transform .3s}.news-image:hover img{transform:scale(1.025)}.news-card-body{padding:26px}.news-card h3{font-size:23px;line-height:1.35;margin:15px 0 12px}.news-card h3 a:hover{color:var(--accent)}.news-card-body>p{font-size:14px;line-height:1.7;margin-bottom:20px}.news-card .eyebrow{font-size:9px;gap:12px;flex-wrap:wrap}.news-card .eyebrow time{font-size:11px}
.compact-grid{gap:17px}.news-card-compact{display:grid;grid-template-columns:31% 69%}.news-card-compact .news-image{padding:12px 0 12px 12px}.news-card-compact .news-image img{height:100%;min-height:200px;max-height:250px;border-radius:2px;object-fit:cover}.news-card-compact .news-card-body{padding:17px 22px}.news-card-compact h3{font-size:17px;margin:8px 0;line-height:1.45}.news-card-compact .news-card-body>p{font-size:12px;margin-bottom:7px}.news-card-compact .text-link{font-size:12px}.news-card-compact .eyebrow>span{display:none}
/* Contact: the exact five original visible fields, not the concept's subscription widget. */
.contact-section{padding:64px 0 70px;border-top:1px solid var(--line);background:#11191c}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.contact-intro{padding-top:7px}.contact-intro :is(h1,h2){font-size:43px;line-height:1.15;margin:20px 0 18px;letter-spacing:-.035em}.contact-intro>.lead{font-size:16px;max-width:430px}.contact-facts{margin-top:34px;display:grid;gap:27px}.contact-facts>div{display:flex;gap:17px;align-items:flex-start}.contact-facts .icon{color:var(--accent);width:22px;height:22px;margin-top:2px}.contact-facts h3{font-size:13px;margin-bottom:6px;line-height:1.4}.contact-facts a,.contact-facts p{font-size:14px;color:var(--muted);line-height:1.65;max-width:390px}.contact-facts a:hover{color:var(--accent)}.contact-note{display:flex;gap:12px;align-items:flex-start;max-width:410px;margin-top:30px;padding-top:23px;border-top:1px solid var(--line)}.contact-note .icon{width:16px;height:16px;color:var(--quiet);margin-top:4px}.contact-note p{font-size:12px;line-height:1.6}
.contact-form{padding:29px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.form-title{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:24px}.form-title h3{font-size:20px}.form-title>span{color:var(--quiet);font-size:11px}.form-fields{display:grid;grid-template-columns:1fr 1fr;gap:17px 16px}.field{min-width:0}.field-email,.field-phone,.field-message{grid-column:1/-1}.field label{font-size:12px;display:block;margin-bottom:8px;color:#d0d8db;line-height:1.5}.field input,.field textarea{display:block;width:100%;border-radius:3px;border:1px solid #3b484e;background:#101719;color:var(--text);min-height:46px;padding:12px 13px;font-size:15px;line-height:1.5;transition:border-color .15s}.field textarea{resize:vertical;min-height:126px}.field input::placeholder,.field textarea::placeholder{color:#7b898f;font-size:13px}.field input:focus,.field textarea:focus{outline:none;border-color:var(--accent)}.field [aria-invalid=true]{border-color:#ee9b93}.field-error{color:#efaaa4;font-size:12px;margin-top:5px}.field-error:empty{display:none}.form-privacy{font-size:11px;line-height:1.65;margin:18px 0}.form-privacy a{text-decoration:underline;text-underline-offset:3px;color:var(--muted)}.form-submit{width:100%}.form-status{font-size:13px;line-height:1.65;margin-top:15px;color:#b9e4d5}.form-status:empty{display:none}.form-status.is-error{color:#f0b4ae}.form-alternative{font-size:12px;margin-top:10px}.form-alternative a{color:var(--accent);text-decoration:underline}.honey{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.contact-standalone{border:0}
/* Footer mirrors the four-column approved composition without fabricated links or maps. */
.site-footer{border-top:1px solid var(--line);padding:40px 0 20px;background:#0e1416}.footer-grid{display:grid;grid-template-columns:29% 17% 29% 25%;gap:0}.footer-grid>div,.footer-grid>nav{padding:0 32px;border-left:1px solid var(--line)}.footer-grid>div:first-child{padding-left:0;border:0}.footer-grid>div:last-child{padding-right:0}.brand-footer img{width:35px;height:35px}.brand-footer span{font-size:19px}.footer-grid p{font-size:12px;line-height:1.65;margin-top:18px}.footer-email{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--muted);margin-top:22px}.footer-email .icon{width:17px;height:17px}.footer-nav{display:grid;gap:10px;align-content:start}.footer-nav a{font-size:12px;line-height:1.6;color:#c0cacf;min-height:18px}.footer-nav a:hover{color:var(--accent)}.footer-partner .eyebrow{font-size:9px;margin-top:0}.footer-partner h3{font-size:22px;line-height:1.35;margin:11px 0 18px}.footer-partner .text-link{font-size:12px}.footer-global>.icon{width:53px;height:53px;stroke-width:.6;color:#719199;opacity:.65;margin-bottom:14px}.footer-global h3{font-size:14px;line-height:1.6;font-weight:400;color:var(--muted)}.footer-global p{font-size:10px;color:var(--quiet);margin-top:11px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:32px;border-top:1px solid var(--line);padding-top:20px}.footer-bottom p,.footer-bottom a{font-size:10px;color:var(--quiet)}.footer-bottom>div{display:flex;gap:26px}.footer-bottom a:hover{color:var(--accent)}
/* Product details: original product images and specifications; no invented product screens. */
.breadcrumb{display:flex;align-items:center;gap:13px;font-size:11px;color:var(--quiet);padding-top:23px;padding-bottom:8px;line-height:1.5;flex-wrap:wrap}.breadcrumb a:hover{color:var(--accent)}.breadcrumb span:last-child{color:var(--muted)}
.product-hero{border-bottom:1px solid var(--line);overflow:hidden}.product-hero-grid{display:grid;grid-template-columns:47% 53%;align-items:center;min-height:570px}.product-hero-copy{position:relative;z-index:1;padding:38px 38px 44px 0}.product-hero-copy .eyebrow{letter-spacing:.17em;font-size:10px}.product-hero h1{font-size:61px;margin:17px 0}.product-hero h1>strong{display:block;font-weight:650;letter-spacing:-.03em}.product-hero h1>span{display:block;font-size:36px;font-weight:350;letter-spacing:-.02em;margin-top:6px;text-transform:capitalize}.product-hero h2{font-size:25px;font-weight:400;color:#d0d8dc;line-height:1.35;max-width:450px;margin:17px 0}.product-hero-copy>p:not(.eyebrow){font-size:15px;max-width:435px;line-height:1.75}.product-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}.product-hero-actions .button{font-size:13px;padding:12px 20px}.product-hero-copy .value-row{margin-top:32px}.product-hero-copy .value-row>div{padding-inline:19px}.product-hero-copy .value-row>div:first-child{padding-left:0}.product-hero-copy .value-row span{font-size:10px}
.product-hero-photo{position:relative;align-self:stretch;display:flex;align-items:center;justify-content:center;min-width:0;overflow:hidden;background:#171d20;border-radius:2px;isolation:isolate}.product-key-image{height:495px;width:86%;object-fit:contain;position:relative;z-index:2;filter:drop-shadow(0 18px 18px #0006);margin-top:-10px}.glasses-photo .product-key-image{width:94%;height:430px}.product-plinth{position:absolute;bottom:24px;height:35px;width:87%;z-index:1;transform:skewX(-9deg);background:#252d31;border-top:1px solid #4e5659;box-shadow:10px 16px 20px #0003}.studio-caption{position:absolute;right:24px;top:27px;color:#809197;font-size:9px;letter-spacing:.2em;line-height:1.65;z-index:0}.product-photo-caption{position:absolute;left:23px;bottom:9px;z-index:3;font-size:8px;letter-spacing:.16em;color:#879498}
.product-anchor-bar{position:sticky;top:var(--header);z-index:30;background:#131b1ef5;border-bottom:1px solid var(--line);height:55px}.product-anchor-bar>.shell{height:100%;display:flex;align-items:center;gap:45px}.product-anchor-bar>.shell>span{flex:0 0 auto;font-size:12px;font-weight:650;letter-spacing:.04em}.product-anchor-bar nav{min-width:0;flex:1;display:flex;align-items:center;gap:33px;white-space:nowrap;overflow-x:auto;scrollbar-width:none}.product-anchor-bar a{font-size:12px;color:var(--muted);padding:16px 0}.product-anchor-bar a:hover{color:var(--accent)}.page-product section[id]{scroll-margin-top:65px}
.product-overview{padding:56px 0 46px}.overview-grid{display:grid;grid-template-columns:40% 60%;gap:0;align-items:center}.overview-grid>div{padding-right:46px}.overview-grid h2{font-size:31px;margin:13px 0 17px;line-height:1.2}.overview-grid>div>p:not(.eyebrow){font-size:15px;line-height:1.75}.product-macro{position:relative;overflow:hidden;background:var(--surface)}.product-macro img{width:100%;height:330px;object-fit:cover}.product-macro figcaption{position:absolute;right:19px;bottom:15px;max-width:43%;font-size:10px;line-height:1.55;color:#b7c0c5;text-shadow:0 2px 8px black}
.spec-highlights{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:27px;gap:0}.spec-highlights>div{border-left:1px solid var(--line);padding:0 12px;min-width:0}.spec-highlights>div:first-child{padding-left:0;border:0}.spec-highlights>div:last-child{padding-right:0}.spec-highlights strong{font-size:17px;font-weight:500;color:var(--accent);display:block;line-height:1.4;letter-spacing:-.03em}.spec-highlights span{display:block;font-size:10px;line-height:1.45;margin-top:6px;color:var(--quiet)}
.source-product-details{border-top:1px solid var(--line);padding-top:39px;padding-bottom:40px}.product-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px}.product-detail-block{display:flex;gap:19px;min-width:0}.product-detail-block h2{font-size:25px;margin:0 0 19px}.product-detail-block .detail-number{font-size:10px;color:var(--accent);letter-spacing:.07em;line-height:30px}.product-detail-block:nth-child(3){grid-column:1/-1;border-top:1px solid var(--line);padding-top:30px}.product-detail-block:nth-child(3) ul{columns:2;column-gap:52px}.product-detail-copy ul{list-style:none;padding:0;margin:0}.product-detail-copy li{position:relative;padding:0 0 15px 16px;margin-bottom:16px;border-bottom:1px solid var(--line);font-size:14px;color:var(--muted);line-height:1.8;break-inside:avoid}.product-detail-copy li:before{content:"";position:absolute;left:0;top:11px;background:#55919a;width:4px;height:4px;border-radius:50%}.product-detail-copy li:last-child{border:0;margin-bottom:0}.wellness-note{display:flex;align-items:flex-start;gap:16px;border-top:1px solid var(--line);padding:20px 0 0;margin-top:26px}.wellness-note>.icon{width:19px;height:19px;color:var(--quiet);margin-top:3px}.wellness-note p{font-size:12px;line-height:1.75;color:#96a5ac}.wellness-note strong{color:#c0cbd0;font-weight:550}
.specifications-section{background:var(--surface-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:49px 0}.specs-layout{display:grid;grid-template-columns:32% 68%;gap:0}.specs-layout>div:first-child{padding-right:65px}.specs-layout h2{font-size:35px;line-height:1.15;margin:17px 0 18px}.specs-layout>div>p:not(.eyebrow){font-size:14px;line-height:1.7}.specs-layout .text-link{margin-top:22px}.specs-table{width:100%;border-collapse:collapse;font-size:13px;line-height:1.6}.specs-table th,.specs-table td{text-align:left;vertical-align:top;padding:11px 16px;border-bottom:1px solid var(--line)}.specs-table tr:first-child th,.specs-table tr:first-child td{padding-top:0}.specs-table th{font-weight:450;color:#cad1d5;width:34%;padding-left:0}.specs-table td{color:var(--muted);padding-right:0}.specs-table tr:last-child th,.specs-table tr:last-child td{border-bottom:0}.table-note{font-size:11px;color:var(--quiet);line-height:1.75;margin-top:21px}
.inquiry-banner{padding:45px 0;background:#162024;border-top:1px solid var(--line)}.inquiry-banner-inner{display:flex;align-items:center;justify-content:space-between;gap:55px}.inquiry-banner h2{font-size:30px;margin:10px 0}.inquiry-banner p:not(.eyebrow){font-size:14px}.inquiry-banner .button{flex-shrink:0;min-width:190px}
/* News pages and long-form editorial typography. */
.page-intro{padding:64px 0 48px;border-bottom:1px solid var(--line);background:#141c1f}.page-intro h1{font-size:61px;margin:16px 0 21px;font-weight:500}.page-intro .lead{font-size:19px;max-width:740px}.news-page-section{padding:43px 0 66px}.editorial-grid{gap:28px}.editorial-grid .news-image img{height:320px}.editorial-grid h3{font-size:27px}.editorial-grid .news-card-body{padding:28px 31px 32px}.related-articles{max-width:720px}.related-articles .news-card-compact .news-image img{max-height:none}
.article-head{display:grid;grid-template-columns:48% 52%;gap:0;align-items:center;padding:30px 0 42px;border-bottom:1px solid var(--line)}.article-head>div{padding-right:45px}.article-head h1{font-size:38px;line-height:1.17;letter-spacing:-.025em;margin:17px 0 21px;font-weight:600}.article-head .lead{font-size:16px;line-height:1.8}.article-head figure{padding-left:12px}.article-head figure img{width:100%;height:370px;object-fit:cover}.article-head figcaption{font-size:10px;margin-top:10px;color:var(--quiet)}.article-share{display:flex;align-items:center;gap:13px;margin-top:24px;flex-wrap:wrap}.article-share>span{font-size:11px;color:var(--quiet)}.article-share .icon-button{min-width:33px;min-height:36px}.article-share .icon{width:19px;height:19px}.article-body-grid{display:grid;grid-template-columns:72% 28%;gap:0;padding:42px 0}.article-content{padding-right:48px}.prose{font-size:16px;line-height:1.85;color:var(--muted)}.prose p{margin-bottom:20px}.prose strong{color:var(--text);font-weight:550}.prose p>strong:only-child{font-size:23px;line-height:1.3;display:block;letter-spacing:-.02em;margin-top:32px}.prose h2{font-size:26px;margin:30px 0 17px}.prose ul,.prose ol{padding-left:23px;margin:0 0 25px}.prose li{padding-left:3px;margin-bottom:10px}.prose ul ul,.prose ol ul{margin-top:12px;margin-bottom:17px}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.article-sidebar{border-left:1px solid var(--line);padding-left:37px}.article-sidebar h2{font-size:20px;margin-bottom:20px}.article-sidebar>img{height:160px;width:100%;object-fit:cover;margin-bottom:17px}.article-sidebar>p{font-size:14px;line-height:1.75;margin-bottom:16px}.sidebar-topics{margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}.sidebar-topics h3{font-size:18px;margin-bottom:16px}.sidebar-topics a{font-size:12px;display:flex;justify-content:space-between;gap:12px;color:var(--muted);padding:13px 0;border-bottom:1px solid var(--line)}.sidebar-topics a:hover{color:var(--accent)}.sidebar-topics .icon{width:16px;height:16px}
/* FAQ is driven by the original 20 answers, not the concept board's sample questions. */
.faq-intro{padding:55px 0 40px}.faq-intro-grid{display:grid;grid-template-columns:56% 44%;align-items:center;gap:0}.faq-intro-grid>div:first-child{padding-right:70px}.faq-intro h1{font-size:57px}.faq-intro .lead{font-size:16px;max-width:500px}.faq-search-wrap{padding-left:28px}.faq-search-wrap>label{font-size:15px;color:var(--text);display:block;margin-bottom:14px}.search-input{display:flex;align-items:center;gap:14px;border:1px solid #4c5c62;border-radius:4px;padding:10px 15px;background:#151e22;min-height:55px}.search-input>.icon{color:var(--muted);width:22px;height:22px}.search-input input{min-width:0;width:100%;border:0;background:transparent;outline:0;color:var(--text);font-size:15px;line-height:1.6;padding:3px 0}.search-input:focus-within{border-color:var(--accent)}.search-input input::placeholder{color:#809097}.search-input input::-webkit-search-cancel-button{display:none}.search-clear{color:var(--muted);background:none;display:grid;place-items:center;padding:0;width:30px;height:30px;flex-shrink:0}.search-clear .icon{width:16px;height:16px}.faq-search-wrap>p{font-size:11px;margin-top:13px}
.faq-section{padding:32px 0 60px}.filter-row{display:flex;gap:11px;flex-wrap:wrap;margin-bottom:38px}.filter-chip{background:transparent;border:1px solid #435157;border-radius:24px;color:var(--muted);padding:10px 17px;font-size:12px;min-height:40px;transition:background .18s,color .18s}.filter-chip:hover{border-color:var(--accent);color:var(--text)}.filter-chip.is-active{background:var(--accent);border-color:var(--accent);color:#092126}.faq-body-grid{display:grid;grid-template-columns:71% 29%;gap:0}.faq-body-grid>.section-heading{gap:15px}#faq-count{font-size:11px;color:var(--quiet);flex-shrink:0}.faq-body-grid>.section-heading h2{font-size:23px}.faq-item{margin-bottom:8px;border:1px solid var(--line);border-radius:4px;background:#141c1f}.faq-item summary{list-style:none;display:flex;align-items:flex-start;gap:13px;min-height:62px;padding:18px 21px}.faq-index{font-size:10px;color:var(--accent);line-height:24px;min-width:19px}.faq-item h3{font-size:15px;line-height:1.55;letter-spacing:0;font-weight:500;flex:1;padding-right:18px}.faq-item summary>.icon{width:18px;height:18px;margin-top:4px;color:var(--muted);transition:transform .15s}.faq-item[open] summary>.icon{transform:rotate(45deg)}.faq-item[open]{background:#1a2428;border-color:#3c5058}.faq-answer{padding:0 54px 23px}.faq-answer p{font-size:14px;line-height:1.85;margin-bottom:14px}.faq-answer p:last-child{margin:0}.faq-sidebar{padding:19px 0 25px 42px}.faq-sidebar h2{font-size:29px;margin:14px 0 18px;line-height:1.25}.faq-sidebar>p:not(.eyebrow){font-size:14px;line-height:1.8;margin-bottom:25px}.faq-sidebar>.button{width:100%;padding-inline:10px}.faq-sidebar-links{border-top:1px solid var(--line);padding-top:18px;margin-top:27px;display:grid;gap:7px}.faq-sidebar-links a{font-size:13px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 0;word-break:break-word;color:var(--muted)}.faq-sidebar-links a:hover{color:var(--accent)}.faq-sidebar-links .icon{width:16px;height:16px}.no-results{padding:35px 20px;border:1px solid var(--line)}.no-results p{margin:12px 0 20px;font-size:14px}
.not-found{padding:130px 0 140px;min-height:65vh}.not-found h1{margin:20px 0}.not-found>p{max-width:620px}
@media(min-width:1700px){.home-hero-photo{right:-75px}.hero-grid{min-height:620px}.hero-copy h1{font-size:61px}}
@media(max-width:1190px){
 .shell{width:calc(100% - 76px)}.header-inner{gap:20px}.desktop-nav{gap:20px}.brand span{font-size:18px}.language{padding-left:18px}
 .hero-grid{min-height:560px}.hero-copy h1{font-size:46px}.hero-description{max-width:385px;font-size:14px}.home-hero-photo{left:40%;right:-37px}.value-row>div{padding-inline:14px;gap:9px}.value-row span{font-size:10px}.value-row .icon{width:21px}
 .about-grid{grid-template-columns:29% 45% 26%}.about-image{margin-right:24px}.about-copy{padding-right:24px}.about-quote{padding-left:24px}.about-quote blockquote{font-size:21px}.capability-words{gap:12px}.capability-words>div{font-size:14px;padding-right:12px}
 .solutions-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.solution-media{height:125px}.solution-copy h3{min-height:0;font-size:15px}.solution-copy p{min-height:58px;font-size:13px}.solution-details summary{font-size:12px}.product-card-photo{height:143px;padding:12px}.product-card-caption{padding:0 10px 14px}.product-card-caption .icon{display:none}.product-card h3{font-size:12px}.product-card p{font-size:10px}.why-grid article{padding-inline:14px}
 .contact-grid{gap:55px}.footer-grid>div,.footer-grid>nav{padding-inline:24px}.footer-email{font-size:10px;gap:7px}.footer-partner h3{font-size:20px}
 .product-hero-grid{grid-template-columns:48% 52%;min-height:540px}.product-hero h1{font-size:55px}.product-hero h1>span{font-size:32px}.product-hero h2{font-size:23px}.product-key-image{height:455px}.product-hero-actions .button{padding:10px 14px;font-size:12px}.overview-grid>div{padding-right:27px}.overview-grid h2{font-size:27px}.spec-highlights strong{font-size:14px}.spec-highlights>div{padding-inline:9px}.spec-highlights span{font-size:9px}.specs-layout>div:first-child{padding-right:40px}.article-head h1{font-size:34px}.article-head>div{padding-right:28px}.article-content{padding-right:33px}.article-sidebar{padding-left:27px}.faq-sidebar{padding-left:27px}
}
@media(max-width:960px){
 :root{--header:68px}.shell{width:calc(100% - 56px)}.header-inner{gap:19px}.desktop-nav{gap:16px}.desktop-nav a{font-size:12px}.brand{gap:9px}.brand img{width:34px;height:34px}.brand span{font-size:15px}.language{font-size:11px;padding-left:14px;gap:7px}
 .hero-grid{min-height:500px}.hero-copy h1{font-size:40px}.hero-copy .eyebrow{font-size:9px}.hero-description{font-size:13px;max-width:335px}.home-hero-photo{left:38%;right:-28px}.hero-actions{gap:10px}.hero-actions .button{font-size:12px;padding:10px 15px}.hero-copy .value-row{margin-top:29px}.value-row>div{gap:7px;padding-inline:11px}.value-row .icon{width:19px;height:19px}.value-row span{font-size:9px}
 .about-grid{grid-template-columns:36% 64%}.about-copy{padding-right:0}.about-quote{grid-column:1/-1;display:flex;gap:28px;align-items:center;border-left:0;border-top:1px solid var(--line);padding:19px 0 0;margin-top:22px}.about-quote .eyebrow{white-space:nowrap}.about-quote blockquote{font-size:20px;margin:0}.about-image img{height:225px}.why-grid{grid-template-columns:repeat(3,1fr);gap:23px 0}.why-grid article:nth-child(4){padding-left:0;border-left:0}.why-grid article:nth-child(3){padding-right:0}.why-grid p{font-size:12px}
 .product-grid{grid-template-columns:repeat(3,1fr);gap:14px}.product-card-photo{height:195px}.product-card-caption{padding:0 17px 18px}.product-card-caption .icon{display:block}.product-card h3{font-size:14px}.product-card p{font-size:12px}.news-card-compact{grid-template-columns:30% 70%}.news-card-compact .news-card-body{padding:15px}.news-card-compact h3{font-size:15px}.news-card-compact .eyebrow{font-size:8px}.contact-grid{gap:33px}.contact-intro :is(h1,h2){font-size:36px}.contact-form{padding:24px}.footer-grid{grid-template-columns:31% 19% 27% 23%}.footer-grid>div,.footer-grid>nav{padding-inline:20px}.footer-partner h3{font-size:18px}.footer-email{font-size:10px}.footer-email span{overflow-wrap:anywhere}
 .product-hero h1{font-size:48px}.product-hero h1>span{font-size:28px}.product-hero h2{font-size:21px}.product-hero-copy{padding-right:24px}.product-key-image{height:410px}.product-hero-actions{flex-direction:column;align-items:flex-start;gap:10px}.product-hero-actions .button{min-width:215px}.product-hero-photo{max-height:540px}.product-hero-copy .value-row>div{padding-inline:10px;gap:8px}.product-hero-copy .value-row span{font-size:8px}.product-hero-copy .value-row .icon{width:18px}.overview-grid{grid-template-columns:44% 56%}.spec-highlights{grid-template-columns:1fr 1fr;gap:16px}.spec-highlights>div{padding:0 0 0 14px}.spec-highlights>div:nth-child(3){padding-left:0;border-left:0}.spec-highlights strong{font-size:17px}.spec-highlights span{font-size:10px}.product-macro img{height:340px}.specs-layout{grid-template-columns:30% 70%}.specs-layout>div:first-child{padding-right:27px}.specs-layout h2{font-size:28px}.product-details-grid{gap:28px}.product-detail-copy li{font-size:13px}.product-anchor-bar nav{gap:23px}.product-anchor-bar>.shell{gap:30px}.inquiry-banner h2{font-size:27px}.article-head h1{font-size:29px}.article-head figure img{height:330px}.article-head .lead{font-size:15px}.article-body-grid{grid-template-columns:70% 30%}.prose{font-size:15px}.article-sidebar>p{font-size:13px}.article-sidebar h2{font-size:18px}.editorial-grid .news-image img{height:250px}.editorial-grid .news-card-body{padding:23px}.editorial-grid h3{font-size:23px}.faq-intro h1{font-size:46px}.faq-intro-grid>div:first-child{padding-right:35px}.faq-search-wrap{padding-left:16px}.faq-body-grid{grid-template-columns:69% 31%}.faq-sidebar h2{font-size:24px}.faq-answer{padding-left:47px;padding-right:25px}.faq-item summary{padding-inline:17px}.faq-item h3{font-size:14px}.faq-body-grid .section-heading h2{font-size:20px}
}
/* Mobile is a genuine single-column page, never a shrunk desktop canvas or a three-phone poster. */
@media(max-width:720px){
 :root{--header:64px}.shell{width:calc(100% - 40px)}.section{padding:30px 0}body{line-height:1.7}.desktop-nav{display:none}.header-inner{gap:16px}.brand{gap:12px}.brand img{width:34px;height:34px}.brand span{font-size:17px;letter-spacing:.13em}.language{margin-left:auto;border:0;padding:0;font-size:11px;gap:6px}.mobile-nav{display:block;line-height:1;position:static}.mobile-nav>summary{list-style:none;display:flex;align-items:center;justify-content:center;width:36px;height:44px}.mobile-nav>summary .icon{width:23px;height:23px;color:var(--muted)}.menu-close{display:none}.mobile-nav[open] .menu-close{display:block}.mobile-nav[open] .menu-open{display:none}.mobile-panel{position:absolute;left:0;right:0;top:var(--header);background:#121a1d;border-bottom:1px solid var(--border);box-shadow:0 20px 40px #0008;padding:12px 24px 25px;max-height:calc(100dvh - var(--header));overflow:auto}.mobile-panel>a{display:flex;align-items:center;gap:19px;font-size:22px;line-height:1.4;padding:17px 0;border-bottom:1px solid var(--line)}.mobile-panel>a[aria-current]{color:var(--accent)}.nav-index{font-size:10px;color:var(--quiet);min-width:17px}.mobile-panel>a .icon{width:21px;height:21px;margin-left:auto;color:var(--accent)}.mobile-menu-extra{display:flex;flex-wrap:wrap;gap:15px 24px;line-height:1.6}.mobile-menu-extra>a{font-size:12px;color:var(--muted)}
 h1{font-size:39px}h2{font-size:27px}.eyebrow{font-size:9px;letter-spacing:.15em}.button{min-height:48px;padding:12px 21px;font-size:14px}.section-heading{align-items:center;gap:16px;margin-bottom:20px}.section-heading h2{font-size:21px;padding-left:23px;line-height:1.3}.section-heading h2:before{width:12px;top:.6em}.section-heading .text-link{font-size:11px;gap:6px;white-space:nowrap}.section-heading .text-link .icon{width:16px}.section-caption{display:none}
 .home-hero{background:#141a1d}.hero-grid{display:flex;flex-direction:column;min-height:0;width:100%}.hero-copy{padding:33px 20px 0;width:100%;display:contents}.hero-copy>.eyebrow{margin:33px 20px 11px;align-self:flex-start;order:0;font-size:8px}.hero-copy h1{font-size:clamp(34px,8.9vw,47px);font-weight:350;line-height:1.13;margin:0 20px 18px;align-self:flex-start;order:1;letter-spacing:-.03em}.hero-description{font-size:14px;line-height:1.75;max-width:none;margin:0 20px;padding:0;order:2;color:#b3bec4}.home-hero-photo{position:relative;inset:auto;order:3;width:100%;height:auto;display:block;margin:22px 0 0;z-index:0;align-self:stretch}.home-hero-photo img{height:auto;width:100%;object-fit:contain;mask-image:none}.hero-copy>.hero-actions{order:4;margin:24px 20px 0;width:calc(100% - 40px);display:grid;grid-template-columns:1fr;gap:12px}.hero-actions .button{min-height:48px;font-size:14px}.hero-copy .value-row{order:5;margin:30px 20px;width:calc(100% - 40px);max-width:none}.value-row{max-width:none;justify-content:space-between;margin-top:30px}.value-row>div{padding:0 12px;flex:1;display:flex;flex-direction:column;text-align:center;gap:9px}.value-row>div:first-child{padding-left:0}.value-row>div:last-child{padding-right:0}.value-row .icon{width:27px;height:27px}.value-row span{font-size:11px;line-height:1.4}
 .about-section{padding-top:29px;padding-bottom:11px}.about-grid{display:flex;flex-direction:column;gap:0}.about-image{width:100%;min-height:0;margin:0 0 23px;aspect-ratio:1.75;overflow:hidden}.about-image img{width:100%;height:100%;object-fit:cover}.about-image figcaption{left:16px;bottom:10px;font-size:8px}.about-copy{padding:0}.about-copy h3{font-size:20px;line-height:1.4;margin-bottom:12px}.about-copy>p{font-size:14px;line-height:1.8}.capability-words{margin-top:24px;gap:15px;justify-content:space-between}.capability-words>div{font-size:15px;flex:1;line-height:1.4}.capability-words span{font-size:10px}.about-quote{margin-top:26px;padding:23px 0 8px;border-top:1px solid var(--line);display:block}.about-quote .eyebrow{font-size:8px}.about-quote blockquote{font-size:24px;line-height:1.5;margin:12px 0;max-width:520px}.company-details{margin-top:11px}.company-details>summary{font-size:12px;line-height:1.6;padding:14px 0}.company-details>summary .icon{flex:0 0 18px}.company-details-body{padding:19px 0 26px}.company-narrative{columns:auto}.company-narrative p,.company-profile p{font-size:14px}.company-columns{grid-template-columns:1fr;gap:0}.company-profile h3{font-size:21px;line-height:1.4}.company-profile h4{font-size:17px;margin-top:17px}
 .why-section{padding-top:24px;padding-bottom:19px}.why-grid{grid-template-columns:1fr 1fr;gap:23px 0}.why-grid article{padding:0 0 0 18px!important;border:0;border-left:1px solid var(--line)}.why-grid article:nth-child(odd){padding:0 18px 0 0!important;border-left:0}.why-grid article:nth-child(4){border-left:1px solid var(--line)}.why-grid article:last-child{grid-column:1/-1;display:grid;grid-template-columns:25px 1fr;gap:4px 14px;padding-right:0!important;margin-top:2px}.why-grid article:last-child .icon{grid-row:1/3;margin:0}.why-grid article:last-child h3{margin:0}.why-grid article:last-child p{grid-column:2}.why-grid .icon{width:24px;height:24px;margin-bottom:10px}.why-grid h3{font-size:14px;line-height:1.4}.why-grid p{font-size:12px;line-height:1.7}
 .solutions-section{padding:25px 0 13px}.solutions-grid{grid-template-columns:1fr;gap:14px}.solution-card{display:grid;grid-template-columns:36% 64%}.solution-media{height:auto;min-height:152px;grid-column:1;grid-row:1;align-self:stretch}.solution-media img{width:100%;height:150px;padding:10px}.solution-media .solution-smart-glasses{width:100%;padding:8px}.solution-copy{padding:18px 15px}.solution-copy h3{font-size:15px;line-height:1.45;min-height:0}.solution-copy p{min-height:0;font-size:12px;line-height:1.7;margin-top:10px}.solution-details{grid-column:1/-1}.solution-details summary{font-size:12px;padding:11px 15px;min-height:44px}.solution-details>div{padding:5px 16px 15px}.solution-details p{font-size:13px}
 .products-section{padding-top:27px;padding-bottom:8px}.product-grid,.related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card-photo{height:165px;padding:15px}.product-card-caption{padding:0 13px 17px;gap:8px}.product-card h3{font-size:14px}.product-card p{font-size:11px;line-height:1.5}.product-card-caption .icon{width:16px;height:16px}.product-card-caption>div{min-width:0}
 .news-grid{grid-template-columns:1fr;gap:17px}.news-card-compact{grid-template-columns:30% 70%}.news-card-compact .news-image{padding:13px 0 13px 13px}.news-card-compact .news-image img{min-height:177px;max-height:240px;height:100%;object-fit:cover}.news-card-compact .news-card-body{padding:17px 15px}.news-card-compact h3{font-size:15px;line-height:1.5}.news-card-compact .news-card-body>p{font-size:12px}.news-card-compact .eyebrow time{font-size:10px}.news-card-compact .text-link{font-size:12px;min-height:34px;margin-top:4px}
 .contact-section{padding:36px 0 40px}.contact-grid{grid-template-columns:1fr;gap:26px}.contact-intro{padding:0}.contact-intro :is(h1,h2){font-size:38px;margin:13px 0 17px;line-height:1.2}.contact-intro>.lead{font-size:15px;line-height:1.75;max-width:100%}.contact-facts{margin-top:26px;gap:23px}.contact-facts>div{gap:14px}.contact-facts h3{font-size:12px}.contact-facts p,.contact-facts a{font-size:13px;max-width:100%}.contact-note{max-width:100%;margin-top:21px;padding-top:19px}.contact-note p{font-size:11px}.contact-form{padding:23px 19px}.form-title{margin-bottom:21px}.form-title h3{font-size:19px}.form-fields{gap:16px;grid-template-columns:1fr}.field-company,.field-name{grid-column:1/-1}.field input,.field textarea{font-size:16px;min-height:48px;padding:12px}.field label{font-size:12px}.field textarea{min-height:144px}.form-privacy{font-size:11px;line-height:1.75}.form-submit{font-size:14px}.field-error{font-size:12px}.form-status{font-size:13px}
 .site-footer{padding:32px 0 23px}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px 25px}.footer-grid>div,.footer-grid>nav{border:0;padding:0}.footer-grid>div:first-child{grid-column:1/-1}.brand-footer img{width:35px;height:35px}.brand-footer span{font-size:18px}.footer-grid>div:first-child>p{font-size:13px;line-height:1.6;margin-top:17px;max-width:320px}.footer-email{font-size:12px;margin-top:18px}.footer-email .icon{width:20px;height:20px}.footer-nav{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:12px 18px;padding:22px 0!important;border-top:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important}.footer-nav a{font-size:12px;min-height:28px;display:flex;align-items:center}.footer-partner h3{font-size:20px;margin-bottom:10px}.footer-partner .text-link{font-size:12px}.footer-global{border-left:1px solid var(--line)!important;padding-left:22px!important}.footer-global>.icon{width:38px;height:38px;margin-bottom:9px}.footer-global h3{font-size:12px}.footer-global>p{font-size:9px;margin-top:8px}.footer-bottom{margin-top:28px;padding-top:21px;display:block}.footer-bottom p{font-size:10px;line-height:1.8}.footer-bottom>div{margin-top:13px;justify-content:space-between}.footer-bottom a{font-size:10px;padding:5px 0}
 .breadcrumb{padding-top:20px;padding-bottom:10px;font-size:10px;gap:9px}.product-hero-grid{display:flex;flex-direction:column;min-height:0;width:100%}.product-hero-copy{display:contents}.product-hero-copy>.eyebrow{margin:17px 20px 11px;align-self:flex-start;order:0;font-size:9px}.product-hero h1{order:1;margin:0 20px 10px;align-self:flex-start;font-size:48px;line-height:1.05}.product-hero h1>span{font-size:30px;margin-top:9px;line-height:1.15}.product-hero h2{order:2;font-size:25px;margin:6px 20px 14px;font-weight:350;max-width:none;align-self:flex-start;line-height:1.3}.product-hero-copy>p:not(.eyebrow){order:3;font-size:14px;margin:0 20px;max-width:none;align-self:flex-start;line-height:1.8}.product-hero-actions{order:5;display:grid;grid-template-columns:1fr;width:calc(100% - 40px);margin:24px 20px 0;gap:12px}.product-hero-actions .button{width:100%;min-height:48px;font-size:14px;padding:12px 15px}.product-hero-copy .value-row{order:6;width:calc(100% - 40px);margin:28px 20px 29px}.product-hero-copy .value-row>div{padding:0 15px;gap:9px}.product-hero-copy .value-row .icon{width:25px;height:25px}.product-hero-copy .value-row span{font-size:10px}.product-hero-photo{order:4;width:100%;height:360px;min-height:0;max-height:none;border-radius:0;align-self:stretch;margin:24px 0 0;background:#192125}.product-key-image{height:313px;width:88%;margin-top:-12px;filter:drop-shadow(0 12px 12px #0007)}.glasses-photo .product-key-image{height:260px;width:95%}.glasses-photo{height:310px}.product-plinth{bottom:22px;left:10%;width:80%;height:22px}.studio-caption{font-size:7px;right:20px;top:17px}.product-photo-caption{font-size:7px;left:20px;bottom:5px}.product-anchor-bar{height:50px}.product-anchor-bar>.shell{gap:18px;width:calc(100% - 40px)}.product-anchor-bar>.shell>span{font-size:11px}.product-anchor-bar nav{gap:24px;margin-right:0;padding-right:0}.product-anchor-bar a{font-size:11px;padding:15px 0}.page-product section[id]{scroll-margin-top:56px}
 .product-overview{padding:32px 0 25px}.overview-grid{display:flex;flex-direction:column;gap:26px}.overview-grid>div{padding:0;width:100%}.overview-grid h2{font-size:28px;line-height:1.2;margin:13px 0 15px}.overview-grid>div>p:not(.eyebrow){font-size:14px;line-height:1.8}.spec-highlights{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:24px}.spec-highlights>div{padding:0 9px}.spec-highlights>div:nth-child(3){border-left:1px solid var(--line);padding-left:9px}.spec-highlights>div:last-child{padding-right:0}.spec-highlights strong{font-size:15px;line-height:1.45}.spec-highlights span{font-size:9px;line-height:1.45}.product-macro{width:100%;margin-top:0}.product-macro img{height:250px;width:100%;object-fit:cover}.product-macro figcaption{font-size:9px;right:14px;bottom:12px}
 .source-product-details{padding-top:28px;padding-bottom:29px}.product-details-grid{grid-template-columns:1fr;gap:27px}.product-detail-block{gap:14px}.product-detail-block h2{font-size:24px;margin-bottom:18px}.product-detail-block .detail-number{font-size:9px;line-height:27px}.product-detail-copy li{font-size:14px;line-height:1.8;margin-bottom:16px;padding-bottom:16px}.product-detail-block:nth-child(3){padding-top:24px;grid-column:auto}.product-detail-block:nth-child(3) ul{columns:auto}.wellness-note{margin-top:23px;gap:12px;padding-top:19px}.wellness-note p{font-size:11px;line-height:1.8}.wellness-note>.icon{width:17px;height:17px}
 .specifications-section{padding:32px 0}.specs-layout{display:flex;flex-direction:column;gap:27px}.specs-layout>div:first-child{padding:0}.specs-layout h2{font-size:29px;line-height:1.2;margin:13px 0 16px}.specs-layout h2 br{display:none}.specs-layout>div>p:not(.eyebrow){font-size:14px;line-height:1.8}.specs-layout .text-link{margin-top:14px}.specs-table{font-size:12px;line-height:1.7}.specs-table th,.specs-table td{padding:11px 10px}.specs-table th{width:37%;padding-left:0}.specs-table td{padding-right:0;overflow-wrap:anywhere}.table-note{font-size:10px;line-height:1.85;margin-top:18px}.specs-table-wrap{width:100%}.inquiry-banner{padding:33px 0}.inquiry-banner-inner{display:block}.inquiry-banner h2{font-size:29px;line-height:1.2;margin:13px 0}.inquiry-banner p:not(.eyebrow){font-size:14px;line-height:1.75}.inquiry-banner .button{width:100%;margin-top:25px}
 .page-intro{padding:38px 0 32px}.page-intro h1{font-size:41px;line-height:1.13;margin:15px 0 21px}.page-intro .lead{font-size:16px;line-height:1.75}.news-page-section{padding:28px 0 38px}.editorial-grid{gap:23px}.editorial-grid .news-image img{height:240px}.editorial-grid .news-card-body{padding:21px}.editorial-grid h3{font-size:23px;line-height:1.35}.editorial-grid .news-card-body>p{font-size:14px}.editorial-grid .eyebrow{font-size:8px}.editorial-grid .eyebrow time{font-size:10px}.related-articles{max-width:none}
 .article-head{display:flex;flex-direction:column;align-items:stretch;padding:19px 0 26px}.article-head>div{padding:0}.article-head h1{font-size:33px;line-height:1.22;margin:17px 0 19px;letter-spacing:-.028em}.article-head .lead{font-size:16px;line-height:1.75}.article-head .eyebrow{font-size:8px;gap:10px}.article-head .eyebrow time{font-size:10px}.article-head figure{padding:0;margin-top:21px}.article-head figure img{height:260px;object-fit:cover}.article-head figcaption{font-size:9px;margin-top:9px}.article-share{gap:13px;margin-top:20px}.article-share .icon-button{min-height:40px;min-width:38px}.article-body-grid{display:flex;flex-direction:column;padding:29px 0;gap:31px}.article-content{padding:0}.prose{font-size:16px;line-height:1.9}.prose p{margin-bottom:22px}.prose p>strong:only-child{font-size:23px;line-height:1.35;margin-top:30px}.prose li{line-height:1.85}.prose ul,.prose ol{padding-left:22px}.prose h2{font-size:24px}.article-sidebar{padding:25px 0 0;border-left:0;border-top:1px solid var(--line)}.article-sidebar h2{font-size:22px}.article-sidebar>img{height:210px;margin-bottom:18px}.article-sidebar>p{font-size:14px;line-height:1.8}.sidebar-topics{margin-top:22px}.sidebar-topics a{min-height:48px;font-size:13px}.article .wellness-note p{font-size:11px}
 .faq-intro-grid{display:flex;flex-direction:column;align-items:stretch}.faq-intro-grid>div:first-child{padding:0}.faq-intro h1{font-size:40px;line-height:1.13;margin:16px 0 19px}.faq-intro .lead{font-size:15px;line-height:1.8}.faq-search-wrap{padding:0;margin-top:27px}.faq-search-wrap>label{font-size:13px;margin-bottom:12px}.search-input{min-height:53px;padding:10px 14px}.search-input input{font-size:16px}.faq-search-wrap>p{font-size:10px;line-height:1.7}.faq-section{padding:26px 0 36px}.filter-row{gap:9px;flex-wrap:nowrap;overflow:auto;margin:0 -20px 28px;padding:0 20px 6px;scrollbar-width:thin;scrollbar-color:#394b53 transparent}.filter-chip{font-size:11px;min-height:42px;padding:10px 15px;white-space:nowrap}.faq-body-grid{display:flex;flex-direction:column;gap:30px}.faq-body-grid .section-heading{gap:12px;margin-bottom:19px}.faq-body-grid .section-heading h2{font-size:19px;line-height:1.45;letter-spacing:-.025em}#faq-count{font-size:10px}.faq-item{margin-bottom:9px}.faq-item summary{padding:16px 14px;gap:9px;min-height:62px}.faq-index{font-size:9px;line-height:24px;min-width:16px}.faq-item h3{font-size:14px;line-height:1.65;padding-right:3px}.faq-item summary>.icon{width:17px;height:17px;margin-top:4px}.faq-answer{padding:0 19px 21px 39px}.faq-answer p{font-size:14px;line-height:1.85}.faq-sidebar{padding:27px 0 0;border-top:1px solid var(--line)}.faq-sidebar h2{font-size:29px;margin:13px 0 17px}.faq-sidebar p{font-size:14px;line-height:1.8}.faq-sidebar>.button{width:100%;font-size:14px}.faq-sidebar-links a{font-size:13px;min-height:44px}.no-results{padding:25px 19px}.no-results h3{font-size:21px}.not-found{padding:75px 0 85px}.not-found h1{font-size:38px}.not-found p{font-size:15px}.not-found .hero-actions{display:grid;grid-template-columns:1fr}
}
@media(max-width:370px){.header-inner{gap:8px}.brand span{font-size:15px}.brand{gap:8px}.brand img{width:30px;height:30px}.language{font-size:10px}.mobile-nav>summary{width:31px}.hero-copy h1{font-size:32px}.product-card-photo{height:142px}.product-card-caption{padding:0 10px 14px}.product-card p{font-size:10px}.section-heading h2{font-size:19px}.news-card-compact .news-card-body{padding:14px 12px}.news-card-compact h3{font-size:14px}.spec-highlights strong{font-size:13px}.spec-highlights span{font-size:8px}.capability-words>div{font-size:13px}.product-hero h1>span{font-size:27px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.product-card:hover img{transform:none}.button:hover{transform:none}}
@media print{.site-header,.site-footer,.product-anchor-bar,.contact-section,.inquiry-banner,.article-share,.hero-actions,.product-hero-actions{display:none!important}body{background:white;color:black}.shell{width:100%}p,.prose,.product-detail-copy li,.specs-table td,.specs-table th{color:#222}details{display:block}details>*{display:block!important}img{max-height:300px;object-fit:contain}h1,h2,h3{color:#111}.section{break-inside:avoid;padding:18px 0}}

/* v1.0.1: small refinements to the approved visual system; no new theme. */
html { scrollbar-gutter: stable; }
html:not(.has-js) .js-only { display: none !important; }
.menu-is-open, .image-is-open { overflow: hidden; }
.menu-is-open body, .image-is-open body { overflow: hidden; }
.botcheck { display: none !important; }
.contact-grid {
  grid-template-areas: "intro form" "details form";
  column-gap: 100px; row-gap: 24px; align-items: start;
}
.contact-intro { grid-area: intro; }
.contact-details { grid-area: details; min-width: 0; }
.contact-form { grid-area: form; min-width: 0; }
.contact-details .contact-facts { margin-top: 0; }
.contact-details .contact-note { margin-bottom: 0; }
.form-title > span { white-space: nowrap; }
.form-privacy { text-wrap: pretty; }
.field input, .field textarea { font-size: 16px; }
.field input:focus, .field textarea:focus { box-shadow: 0 0 0 1px var(--accent); }
.field input[readonly], .field textarea[readonly] { opacity: .7; }
.contact-form[data-state="sending"] .form-submit .icon { animation: inquiry-pulse 1s ease-in-out infinite; }
@keyframes inquiry-pulse { 50% { opacity: .3; transform: translateX(3px); } }
.form-status:not(:empty) { padding: 13px 14px; border-left: 2px solid #87c5b3; background: #132323; }
.form-status.is-error:not(:empty) { background: #261e1e; border-color: #d79a94; }
.form-alternative a { display: inline; line-height: 1.9; }
.inquiry-context { display:flex; align-items:center; justify-content:space-between; gap:12px; margin:0 0 22px; border:1px solid #344a50; border-radius:3px; padding:2px 4px 2px 12px; color:var(--accent); font-size:13px; }
.inquiry-context button { width:44px; height:44px; display:grid; place-items:center; background:transparent; color:var(--muted); }
.inquiry-context button .icon { width:17px; height:17px; }
.product-hero-copy > .hero-wellness { margin:14px 0 0; font-size:12px; line-height:1.6; color:var(--quiet); max-width:420px; }
.product-anchor-bar a { position:relative; transition:color .16s; }
.product-anchor-bar a[aria-current="location"] { color:var(--text); box-shadow:inset 0 -2px var(--accent); }
.page-product :is(section, article)[id] { scroll-margin-top:74px; }
.product-card:focus-visible { outline-offset:3px; border-color:var(--accent); }
.product-macro figcaption { position:static; max-width:none; padding:12px 16px; background:var(--surface); color:var(--muted); text-shadow:none; font-size:11px; }
.product-zoom-trigger { position:absolute; right:16px; bottom:15px; z-index:3; display:grid; place-items:center; height:44px; width:44px; border:1px solid #59676b; border-radius:3px; background:#101618d9; color:var(--text); }
.product-zoom-trigger .icon { width:19px; height:19px; }
.image-dialog { background:var(--bg); color:var(--text); border:1px solid var(--border); border-radius:6px; width:min(860px,calc(100vw - 32px)); max-height:calc(100dvh - 32px); padding:0; }
.image-dialog::backdrop { background:rgb(0 0 0 / 82%); }
.image-dialog[open] { display:flex; flex-direction:column; }
.image-dialog-header { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:12px 20px; border-bottom:1px solid var(--line); }
.image-dialog-header h2 { font-size:18px; line-height:1.4; }
.image-dialog-header button { flex-shrink:0; display:grid; place-items:center; width:44px; height:44px; background:transparent; }
.image-dialog-body { min-height:0; overflow:auto; background:#1c2428; }
.image-dialog-body img { max-height:68dvh; width:100%; object-fit:contain; }
.image-dialog > p { padding:14px 20px; font-size:12px; line-height:1.7; }
.article-toc { margin:0 0 30px; padding:0 20px; border:1px solid var(--line); border-radius:3px; }
.article-toc summary { display:flex; align-items:center; justify-content:space-between; gap:20px; min-height:54px; font-size:14px; list-style:none; }
.article-toc summary .icon { width:18px; height:18px; color:var(--accent); }
.article-toc[open] summary .icon { transform:rotate(45deg); }
.article-toc ol { margin:0 0 18px; padding-left:24px; color:var(--muted); font-size:14px; }
.article-toc a { display:inline-block; padding:7px 0; }
.article-toc a:hover { color:var(--accent); }
.prose h2[id] { scroll-margin-top:110px; margin-top:36px; margin-bottom:18px; line-height:1.35; }
.prose h2[id]:first-child { margin-top:0; }
.news-card h3, .news-card-body > p, .contact-intro .lead { text-wrap:pretty; }
.news-card, .solution-card, .product-card { contain:layout style; }
@media (hover:hover) and (pointer:fine) {
 .product-card:hover .product-card-caption .icon { color:var(--accent); transform:translateX(3px); }
 .product-card-caption .icon { transition:transform .2s,color .2s; }
 .solution-card:has(summary:hover) { border-color:#42565c; }
}
@media (max-width:960px) {
 .contact-grid { column-gap:40px; }
 .mobile-panel { overflow-y:auto; max-height:calc(100dvh - var(--header)); overscroll-behavior:contain; padding-bottom:max(22px,env(safe-area-inset-bottom)); }
 .mobile-nav > summary { min-width:44px; min-height:44px; }
}
@media (max-width:720px) {
 .contact-grid { display:grid; grid-template-columns:minmax(0,1fr); grid-template-areas:"intro" "form" "details"; gap:28px; }
 .contact-intro { padding:0; }
 .contact-intro :is(h1,h2) { margin:14px 0 16px; font-size:34px; }
 .contact-intro > .lead { font-size:15px; line-height:1.75; }
 .contact-details { border-top:1px solid var(--line); padding-top:26px; }
 .contact-details .contact-facts { gap:24px; }
 .contact-form { padding:20px 18px; }
 .form-title h3 { font-size:19px; }
 .field label { font-size:13px; }
 .field input, .field textarea { font-size:16px; }
 .field input::placeholder, .field textarea::placeholder { font-size:14px; }
 .form-status:not(:empty) { font-size:13px; }
 .product-hero-copy > .hero-wellness { order:4; align-self:flex-start; margin:14px 20px 0; font-size:12px; line-height:1.65; max-width:calc(100% - 40px); }
 .spec-highlights { grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px 0; }
 .spec-highlights > div { padding:0 14px; }
 .spec-highlights > div:nth-child(3) { border-left:0; padding-left:0; }
 .spec-highlights strong { font-size:20px; }
 .spec-highlights span { font-size:12px; }
 .product-macro figcaption { padding:12px 14px; font-size:11px; }
 .filter-chip { min-height:44px; }
 .filter-row { scroll-snap-type:x proximity; }
 .filter-chip { scroll-snap-align:start; scroll-margin-left:20px; }
 .language a { display:flex; align-items:center; min-width:32px; min-height:44px; justify-content:center; }
 .text-link { min-height:44px; }
 .footer-nav a { min-height:44px; font-size:13px; }
 .footer-bottom a { display:inline-flex; align-items:center; min-height:44px; font-size:11px; }
 .product-card p { font-size:12px; }
 .product-card h3 { font-size:15px; }
 .product-anchor-bar a { min-height:48px; font-size:12px; }
 .product-anchor-bar > .shell { gap:18px; }
 .article-toc { padding:0 16px; }
 .article-toc ol { font-size:14px; line-height:1.7; }
 .article-toc a { padding:9px 0; }
 .image-dialog-header { padding:8px 12px; }
 .image-dialog-header h2 { font-size:16px; }
 .image-dialog-body img { max-height:64dvh; }
}
@media (max-width:370px) {
 .header-inner { gap:7px; }
 .language { gap:5px; }
 .brand { gap:7px; }
 .brand span { font-size:14px; }
 .mobile-nav > summary { width:44px; }
 .product-card p { font-size:11px; }
 .spec-highlights strong { font-size:18px; }
}
@media (prefers-reduced-motion:reduce) {
 .contact-form[data-state="sending"] .form-submit .icon { animation:none; }
}
@media print { .image-dialog, .article-toc, .product-zoom-trigger { display:none!important; } }
/* Pointer and touch inputs share a consistent minimum target size. */
.filter-chip{min-height:44px}
/* The glasses keep their photographed proportions, without a tall empty mobile frame. */
.glasses-photo .product-key-image{width:100%;height:100%;object-fit:cover;max-height:none;margin-top:0}
.search-clear{width:44px;height:44px}
@media(max-width:720px){
 .glasses-photo{height:230px}
 .brand{min-height:44px}
 .article-toc a{min-height:44px}
}
/* v1.1 — Buyer-facing editorial layer. Existing studio design and mobile behavior remain intact. */
.desktop-nav{gap:clamp(15px,1.7vw,26px)}
.growth-hero{padding:35px 0 58px;border-bottom:1px solid var(--line)}
.growth-hero-grid{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:48px}
.growth-hero.has-visual .growth-hero-grid{grid-template-columns:1.2fr .8fr}
.growth-hero h1{font-size:clamp(38px,4vw,62px);line-height:1.12;margin:20px 0 24px;max-width:940px}
.growth-hero .lead{max-width:720px;font-size:18px}.growth-hero-image{background:var(--surface-soft);padding:24px 24px 14px;border-radius:4px;min-width:0}
.growth-hero-image img{width:100%;height:300px;object-fit:contain}.growth-hero-image figcaption{font-size:11px;line-height:1.6;color:var(--quiet);border-top:1px solid var(--line);padding-top:12px}
.growth-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px;align-items:center}
.growth-byline{font-size:13px;color:var(--quiet);margin-top:24px;letter-spacing:.015em}
.growth-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:74px;padding-top:44px;padding-bottom:16px;align-items:start}
.growth-toc{position:sticky;top:calc(var(--header) + 26px);font-size:13px;min-width:0}
.growth-toc nav{display:grid;gap:3px;border-left:1px solid var(--line);padding-left:18px}
.growth-toc nav>p{font-size:10px;letter-spacing:.13em;margin-bottom:12px;color:var(--quiet)}
.growth-toc nav>a{padding:8px 0;color:var(--muted);line-height:1.6;transition:color .15s}.growth-toc nav>a:hover,.growth-toc nav>a[aria-current=location]{color:var(--accent)}
.growth-toc>.text-link{margin-top:24px}.growth-content{min-width:0;max-width:870px}
.growth-answer{border-left:2px solid #44818a;background:var(--surface-soft);padding:25px 30px;margin-bottom:36px}
.growth-answer h2{font-size:19px;margin-bottom:13px}.growth-answer p{font-size:16px;line-height:1.85;color:#c2cbd0}
.growth-chapter{margin-bottom:40px;scroll-margin-top:calc(var(--header) + 28px)}
.growth-chapter h2{font-size:28px;margin-bottom:20px;line-height:1.28}.growth-chapter>p{font-size:16px;line-height:1.85;margin-bottom:20px}
.growth-content .growth-chapter:not(:last-child){border-bottom:1px solid var(--line);padding-bottom:36px}
.growth-table-scroll{width:100%;overflow-x:auto;overscroll-behavior-x:contain;border:1px solid var(--border);margin:24px 0;scrollbar-width:thin;scrollbar-color:var(--quiet) var(--bg)}
.growth-table{border-collapse:collapse;width:100%;min-width:520px;font-size:14px;line-height:1.7;text-align:left}
.growth-table th,.growth-table td{padding:16px 18px;border-bottom:1px solid var(--line);vertical-align:top;overflow-wrap:anywhere}
.growth-table thead{background:var(--surface);color:var(--text)}.growth-table tbody th{font-weight:500;color:var(--text);width:23%}.growth-table td{color:var(--muted)}
.growth-table tbody tr:last-child>*{border-bottom:0}.growth-table caption{text-align:left}.growth-table .text-link{white-space:nowrap}.catalog-table{min-width:700px}
.growth-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:22px 0}
.growth-card{border-top:1px solid var(--border);padding:22px 0 12px;display:flex;flex-direction:column;align-items:flex-start;min-width:0}
.growth-card .eyebrow{font-size:10px;letter-spacing:.1em}.growth-card h3{font-size:22px;line-height:1.35;margin:14px 0}
.growth-card h3 a:hover{color:var(--accent)}.growth-card p{font-size:14px;line-height:1.8;margin-bottom:20px}.growth-card>.text-link{margin-top:auto;min-height:44px}
.hub-cards{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:58px;row-gap:20px}
.hub-cards .growth-card{padding:28px 0 22px}.hub-cards .growth-card h3{font-size:25px}.hub-cards .growth-card p{max-width:540px;font-size:15px}
.growth-home-intro{max-width:760px;font-size:15px;line-height:1.8;margin-bottom:16px}
.growth-home{background:var(--surface-soft);padding-block:40px}.growth-home .growth-cards{margin-bottom:0}
.growth-disclaimer{max-width:880px;font-size:14px;line-height:1.85;margin:8px 0 26px;color:var(--muted)}
.brief-download{border:1px solid var(--border);padding:32px;display:grid;grid-template-columns:1.25fr 1fr;gap:35px;align-items:center;margin:30px 0 15px;background:var(--surface-soft)}
.brief-download h2{font-size:27px;margin:12px 0}.brief-download p:not(.eyebrow){font-size:14px;line-height:1.8}.brief-download .growth-actions{margin:0;flex-direction:column;align-items:stretch}
.growth-question{border-top:1px solid var(--border)}.growth-question summary{list-style:none;padding:20px 0;display:flex;align-items:center;justify-content:space-between;gap:24px}
.growth-question h3{font-size:18px;line-height:1.5}.growth-question summary .icon{width:18px;height:18px;color:var(--accent)}.growth-question[open] summary .icon{transform:rotate(45deg)}
.growth-question>p{font-size:15px;line-height:1.85;padding:0 26px 22px 0}.growth-references ul{padding-left:22px}.growth-references a{color:var(--accent);text-decoration:underline;text-underline-offset:4px}
.company-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 48px;margin:30px 0 0}.company-facts>div{border-top:1px solid var(--border);padding:20px 0}
.company-facts dt{font-size:12px;color:var(--quiet);letter-spacing:.025em}.company-facts dd{margin:8px 0 0;font-size:17px;color:var(--text);overflow-wrap:anywhere}.company-facts a{color:var(--accent)}
.breadcrumb{flex-wrap:wrap;overflow-wrap:anywhere}.page-guide .growth-hero .lead{max-width:850px}.page-about .growth-hero .lead{max-width:850px}
@media(max-width:1190px){.desktop-nav{gap:14px}.desktop-nav a{font-size:12px}.growth-layout{grid-template-columns:210px minmax(0,1fr);gap:40px}.growth-card h3{font-size:21px}.growth-hero.has-visual .growth-hero-grid{gap:30px}.growth-hero-image img{height:260px}}
@media(max-width:960px){.growth-layout{grid-template-columns:185px minmax(0,1fr);gap:28px}.growth-cards{gap:20px}.growth-card h3{font-size:20px}.growth-hero.has-visual .growth-hero-grid{grid-template-columns:1.3fr .7fr;gap:24px}.growth-hero-image{padding:12px}.growth-hero-image img{height:240px}.growth-hero h1{font-size:40px}.brief-download{grid-template-columns:1fr;gap:22px}.brief-download .growth-actions{flex-direction:row}.hub-cards{column-gap:30px}}
@media(max-width:720px){.growth-hero{padding:18px 0 35px}.growth-hero h1{font-size:35px;line-height:1.17;margin-top:18px}.growth-hero .lead{font-size:16px;line-height:1.8}.growth-hero.has-visual .growth-hero-grid{grid-template-columns:minmax(0,1fr);gap:30px}.growth-hero-image{padding:14px 20px}.growth-hero-image img{height:260px}.growth-hero-image figcaption{font-size:11px}.growth-layout{display:flex;flex-direction:column;gap:25px;padding-top:26px}.growth-toc{position:static;width:100%}.growth-toc nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 20px;padding:0;border:0;border-bottom:1px solid var(--border);padding-bottom:18px}.growth-toc nav>p{grid-column:1/-1;margin-bottom:4px}.growth-toc nav>a{font-size:12px;min-height:40px}.growth-toc>.text-link{margin-top:12px}.growth-answer{padding:22px 20px;margin-bottom:28px}.growth-answer p,.growth-chapter>p{font-size:15px;line-height:1.9}.growth-chapter h2{font-size:24px}.growth-chapter{margin-bottom:28px}.growth-table{font-size:13px;min-width:490px}.growth-table th,.growth-table td{padding:13px}.growth-cards,.hub-cards{grid-template-columns:minmax(0,1fr);gap:8px}.growth-card h3,.hub-cards .growth-card h3{font-size:22px}.growth-card p{font-size:15px}.growth-card{padding-block:21px 12px}.growth-card>.text-link{min-height:44px}.growth-home .section-heading{align-items:flex-start;gap:15px;flex-direction:column}.growth-home .section-heading h2{font-size:22px}.growth-home{padding-block:30px}.brief-download{padding:24px 20px;margin-top:12px}.brief-download h2{font-size:23px}.brief-download .growth-actions{flex-direction:column}.growth-actions .button{min-height:48px}.company-facts{grid-template-columns:minmax(0,1fr)}.company-facts dd{font-size:16px}.growth-hero .growth-actions{gap:12px}.growth-hero .growth-actions .button{flex:1 1 145px}.growth-byline{font-size:12px}.growth-disclaimer{font-size:13px}.growth-question h3{font-size:17px}}
@media(max-width:360px){.growth-hero h1{font-size:30px}.growth-hero-image img{height:220px}.growth-toc nav{grid-template-columns:minmax(0,1fr)}.growth-table{min-width:450px}.growth-answer{padding:18px 16px}.growth-card h3{font-size:20px}}
/* Keep a wide comparison table inside its scroll region, not the page's flex width. */
.growth-content{width:100%}
/* Content reflow remains usable at large text sizes; never clip long headings. */
.growth-hero h1,.growth-card h3,.growth-answer h2,.growth-chapter h2{overflow-wrap:anywhere}
.inquiry-context>span{min-width:0;overflow-wrap:anywhere}
.inquiry-context button{flex:0 0 44px}
@media(max-width:720px){
 .growth-hero .growth-actions{flex-direction:column;align-items:stretch}
 .growth-hero .growth-actions .button{flex:0 1 auto;width:100%;min-height:48px}
}
