/* Modern System storefront completion — local CSS only, 2026-09-07. */
:root{--ms-ink:#142f48;--ms-muted:#72879a;--ms-line:#dfe9ee;--ms-paper:#fff;--ms-canvas:#f4f8fa;--ms-teal:#0e8178;--ms-deep:#103b50;--ms-gold:#ffc966;--ms-shadow:0 16px 36px rgba(22,56,78,.08)}

/* No external font is required. Per the owner's choice, an installed B Nazanin/Nazanin is used
   for reading headings; bundled Vazirmatn is the complete local fallback on other devices. */
@font-face{font-family:ModernNazanin;src:local("B Nazanin"),local("Nazanin"),local("IR Nazanin");font-weight:400 900;font-display:swap}
:root{--font-reading:ModernNazanin,ModernVazirmatn,Tahoma,sans-serif;--font-ui:ModernVazirmatn,Tahoma,sans-serif}
body,button,input,textarea,select{font-family:var(--font-ui)}
.static-hero h1,.about-copy-panel h2,.about-promise h2,.legal-reading-card h2{font-family:var(--font-reading)}

/* The header is no longer visually attached to the first content card. */
body.page-home .front-showcase-slider{padding:clamp(18px,2.7vw,36px) 0 0!important;background:linear-gradient(180deg,#fbfdfe 0%,#f4f8fa 100%)}
body.page-home .front-service-strip{padding-top:16px}
body.page-home .front-showcase-frame{box-shadow:0 18px 42px rgba(17,57,78,.14)}
@media(max-width:850px){body.page-home .front-showcase-slider{padding-top:14px!important}body.page-home .front-service-strip{padding-top:10px}}

/* Theme control: header and login use the same app.js owner and display the real theme state. */
.login-mini-mark{padding:0;border:1px solid #dce8ee!important;font:inherit;cursor:pointer;transition:transform .18s,border-color .18s,background .18s,color .18s}
.login-mini-mark:hover{color:#0d8279!important;border-color:#78c9c0!important;transform:translateY(-1px)}
.login-mini-mark:focus-visible,.theme-toggle:focus-visible{outline:3px solid rgba(18,145,132,.24);outline-offset:2px}
.login-mini-mark svg{position:absolute;width:16px;height:16px;transition:opacity .18s,transform .2s}
.login-mini-mark .theme-sun{display:block;opacity:1}.login-mini-mark .theme-moon{display:none;opacity:0;transform:rotate(-26deg) scale(.72)}
html.dark body.page-login,html.dark body.page-register{background:#0b1724}html.dark .register-pass-hint{color:#a8c0cf}html.dark .register-optional{color:#8fa5b5}html.dark .register-secure-note{border-color:#29475c;background:#0b1928;color:#93aab9}html.dark .login-form-panel{background:#0f2032}html.dark .login-form-heading h1{color:#edf8fb}html.dark .login-form-heading p,html.dark .login-form label{color:#a8c0cf}html.dark .login-form .input{border-color:#29475c;background:#0b1928;color:#edf6fb}html.dark .login-mini-mark{color:#ffd776!important;border-color:#39566d!important;background:#142a40!important}html.dark .login-mini-mark .theme-sun{display:none;opacity:0}html.dark .login-mini-mark .theme-moon{display:block;opacity:1;transform:rotate(0) scale(1)}

/* Local, accessible add-to-cart toast. It does not depend on SweetAlert, a CDN, or external icons. */
.cart-toast{position:fixed;z-index:1500;right:max(22px,env(safe-area-inset-right));bottom:max(22px,env(safe-area-inset-bottom));display:grid;grid-template-columns:38px minmax(164px,1fr) auto 24px;align-items:center;gap:10px;width:min(470px,calc(100vw - 36px));min-height:76px;padding:12px 12px 12px 9px;color:var(--ms-ink);border:1px solid #e1e9ed;border-radius:13px;background:rgba(255,255,255,.98);box-shadow:0 18px 45px rgba(16,45,62,.18);direction:rtl;animation:cartToastIn .28s cubic-bezier(.2,.8,.2,1);backdrop-filter:blur(12px)}
.cart-toast.is-leaving{animation:cartToastOut .28s ease forwards}.cart-toast-icon{display:grid;place-items:center;width:38px;height:38px;color:#178a59;border-radius:12px;background:#e6f8ee}.cart-toast-icon svg{width:21px;height:21px}.cart-toast-copy{display:grid;gap:4px;min-width:0}.cart-toast-copy strong{color:#16804e;font-size:13px}.cart-toast-copy span{overflow:hidden;color:#65798a;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.cart-toast-action{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:35px;padding:0 11px;color:#253b4c;border:1px solid #e1e7ea;border-radius:9px;background:#f8fafb;font-size:10px;font-weight:800;white-space:nowrap;transition:.18s}.cart-toast-action:hover{color:#fff;background:var(--ms-teal);border-color:var(--ms-teal)}.cart-toast-action svg{width:14px;height:14px}.cart-toast-close{align-self:start;width:24px;height:24px;padding:0;color:#526978;border:0;border-radius:7px;background:transparent;font-size:23px;line-height:1}.cart-toast-close:hover{color:#a73442;background:#fff1f2}@keyframes cartToastIn{from{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:none}}@keyframes cartToastOut{to{opacity:0;transform:translateY(12px) scale(.98)}}
@media(max-width:560px){.cart-toast{right:12px;bottom:calc(12px + env(safe-area-inset-bottom));left:12px;width:auto;grid-template-columns:36px minmax(0,1fr) 23px;gap:8px;padding:10px}.cart-toast-icon{width:36px;height:36px}.cart-toast-action{grid-column:1/-1;grid-row:2;width:100%;min-height:34px}.cart-toast-close{grid-column:3;grid-row:1}.cart-toast-copy strong{font-size:12px}.cart-toast-copy span{font-size:9px}}

/* Quantity is a controlled component rather than an inconsistent native number spinner. */
.quantity-stepper{display:inline-grid;grid-template-columns:32px minmax(38px,1fr) 32px;align-items:center;overflow:hidden;min-height:44px;border:1px solid #d9e6ea;border-radius:10px;background:#fff;direction:ltr}.quantity-stepper button{display:grid;place-items:center;width:32px;height:42px;padding:0;color:#107d75;border:0;background:#f3faf9;font-family:Arial,sans-serif;font-size:20px;line-height:1;transition:.16s}.quantity-stepper button:hover{color:#fff;background:#0e8178}.quantity-stepper input[type=number]{width:43px!important;height:42px!important;padding:0!important;text-align:center!important;border:0!important;border-radius:0!important;appearance:textfield;-moz-appearance:textfield;background:transparent!important;color:#183c51!important;font-weight:800}.quantity-stepper input::-webkit-inner-spin-button,.quantity-stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-stepper-cart{min-height:34px}.quantity-stepper-cart button{width:28px;height:32px;font-size:17px}.quantity-stepper-cart{grid-template-columns:28px minmax(36px,1fr) 28px;border-radius:8px}.quantity-stepper-cart input[type=number]{width:39px!important;height:32px!important;font-size:11px}@media(max-width:520px){.product-qty-label{display:grid!important;grid-template-columns:auto 1fr;align-items:center;gap:10px!important}.quantity-stepper{width:100%}}

/* The filter panel retains form semantics and takes its visual cues from the reference. */
.catalog-layout{align-items:start}.filter-card{position:sticky;top:101px;padding:18px!important;border-color:#dce8ed!important;border-radius:14px!important;box-shadow:0 8px 22px rgba(22,58,79,.055)!important}.filter-card>h3{position:relative;margin:2px 0 10px!important;padding-bottom:10px;color:#213f55;font-size:13px!important;border-bottom:1px solid #e7eef1}.filter-card>h3:after{position:absolute;right:0;bottom:-1px;width:28px;height:2px;content:"";background:var(--ms-teal)}.filter-card>a{position:relative;padding:8px 9px!important;margin-bottom:2px;color:#61798a!important;font-size:10px!important;transition:.16s}.filter-card>a:before{width:5px;height:5px;margin-left:7px;display:inline-block;content:"";border:1px solid #a4b7c2;border-radius:50%;vertical-align:middle}.filter-card>a.active,.filter-card>a:hover{color:#087b73!important;background:#eaf8f5!important}.filter-card>a.active:before{border-color:#087b73;background:#087b73}.filter-form{gap:10px!important;margin-top:13px!important;padding-top:2px}.filter-form h3{margin:7px 0 -2px!important;color:#27455c;font-size:11px!important}.filter-form select,.filter-price input{height:43px;padding:0 12px!important;color:#2b4559!important;border-color:#d8e4ea!important;border-radius:10px!important;background:#fff!important;font-size:11px!important;outline:none;transition:border-color .16s,box-shadow .16s}.filter-form select:focus,.filter-price input:focus{border-color:#58b7ac!important;box-shadow:0 0 0 3px rgba(17,135,124,.09)}.filter-price{gap:7px!important}.filter-check{min-height:30px;padding:0 3px;color:#4d6678!important;font-size:10px!important;font-weight:700}.filter-check input{width:15px;height:15px;accent-color:#0e8178}.filter-form .btn{min-height:43px;margin-top:1px;border-radius:10px;font-size:11px}.shop-panel{min-width:0;padding:20px!important;border-color:#dce8ed!important;border-radius:14px!important}.shop-panel>.toolbar{align-items:center;margin-bottom:20px!important;padding-bottom:14px;border-bottom:1px solid #e8eef1}.shop-panel>.toolbar h2{margin:0;color:#1d3b52;font-size:17px}.shop-panel>.toolbar span{padding:5px 8px;color:#668092;border-radius:99px;background:#f3f7f8;font-size:9px}@media(max-width:900px){.catalog-layout{grid-template-columns:1fr!important}.filter-card{position:relative;top:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.filter-card>h3,.filter-form{grid-column:1/-1}.filter-card>a{padding:9px 7px!important}.filter-form{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end}.filter-form h3{grid-column:1/-1}.filter-form .filter-check,.filter-form .filter-price,.filter-form .btn{grid-column:span 1}.filter-price{grid-template-columns:1fr 1fr}.filter-form .btn{width:100%}}@media(max-width:540px){.filter-card{grid-template-columns:repeat(2,minmax(0,1fr));padding:14px!important}.filter-form{grid-template-columns:1fr}.filter-form .filter-check,.filter-form .filter-price,.filter-form .btn{grid-column:auto}.shop-panel{padding:14px!important}.shop-panel>.toolbar h2{font-size:14px}}

/* Home magazine gains a defined editorial hierarchy rather than generic product-card styling. */
.tech-journal{position:relative;overflow:hidden;background:linear-gradient(180deg,#f4f9fa,#edf5f7)}.tech-journal:before{position:absolute;top:-155px;right:-95px;width:330px;height:330px;content:"";border:1px solid rgba(13,126,117,.12);border-radius:50%;box-shadow:0 0 0 45px rgba(13,126,117,.035)}.tech-journal .container{position:relative}.journal-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px!important}.journal-grid>a{display:flex!important;flex-direction:column;min-width:0;overflow:hidden;padding:0!important;color:#1d3a50!important;border:1px solid #dce8ed!important;border-radius:17px!important;background:#fff!important;box-shadow:0 10px 24px rgba(24,58,78,.055);transition:transform .2s,box-shadow .2s}.journal-grid>a:hover{transform:translateY(-5px);box-shadow:0 18px 34px rgba(24,58,78,.13)}.journal-grid>a img{width:100%;height:184px;object-fit:cover;background:#eef5f6}.journal-grid>a span{order:1;margin:15px 17px 0;color:#0d8178;font-size:9px;font-weight:800}.journal-grid>a h3{order:2;min-height:48px;margin:8px 17px 0;color:#163750;font-family:var(--font-reading);font-size:16px;line-height:1.8}.journal-grid>a p{order:3;display:-webkit-box;min-height:42px;margin:8px 17px 13px;overflow:hidden;color:#718597;font-size:10px;line-height:2;-webkit-line-clamp:2;-webkit-box-orient:vertical}.journal-grid>a b{order:4;display:flex;align-items:center;justify-content:space-between;margin:0 17px 17px;padding-top:12px;color:#087a72;border-top:1px solid #e8eff1;font-size:10px}.journal-grid>a b:before{content:"مطالعه";font-weight:600;color:#8495a2}.journal-grid>a b{font-size:0}.journal-grid>a b:after{content:"←";font-size:17px}.tech-journal .section-head{margin-bottom:33px}.tech-journal .section-head h2{color:#173b53;font-family:var(--font-reading)}@media(max-width:1120px){.journal-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:820px){.journal-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:560px){.tech-journal{padding:40px 0}.journal-grid{grid-template-columns:1fr!important;gap:12px!important}.journal-grid>a{display:grid!important;grid-template-columns:110px minmax(0,1fr);column-gap:0}.journal-grid>a img{grid-row:1/5;width:94px;height:100px;margin:14px;border-radius:11px}.journal-grid>a span{margin:16px 0 0}.journal-grid>a h3{min-height:0;margin:4px 14px 0 0;font-size:14px}.journal-grid>a p{display:none}.journal-grid>a b{margin:5px 14px 15px 0;padding-top:0;border:0}.tech-journal .section-head{margin-bottom:22px}}

/* Trust band: real inline SVGs, readable descriptions, no emoji/font-glyph dependency. */
.trust-section{padding:0 0 56px;background:linear-gradient(180deg,#edf5f7 0%,#f7fafb 100%)}.trust-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px!important}.trust-card{display:flex!important;align-items:flex-start;gap:12px;min-height:129px;padding:18px!important;text-align:right!important;border:1px solid #dce8ed!important;border-radius:15px!important;background:#fff!important;box-shadow:0 8px 22px rgba(20,54,76,.045)!important}.trust-card .trust-icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;color:#087d74;border-radius:13px;background:#e8f8f4}.trust-card:nth-child(2) .trust-icon{color:#4269a4;background:#ebf1ff}.trust-card:nth-child(3) .trust-icon{color:#a46a18;background:#fff4d9}.trust-card:nth-child(4) .trust-icon{color:#bf3d61;background:#fff0f4}.trust-card .trust-icon svg{width:22px;height:22px}.trust-card>div{display:grid;gap:3px;min-width:0}.trust-card strong{color:#173e54!important;font-size:16px!important;line-height:1.45}.trust-card span{color:#294d62!important;font-size:10px!important;font-weight:800;line-height:1.65}.trust-card small{color:#8597a4;font-size:8.5px;line-height:1.7}@media(max-width:900px){.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.trust-section{padding-bottom:42px}}@media(max-width:480px){.trust-section{padding-bottom:32px}.trust-grid{gap:9px!important}.trust-card{min-height:145px;padding:13px 11px!important;gap:8px;flex-direction:column}.trust-card .trust-icon{width:36px;height:36px;flex-basis:36px}.trust-card .trust-icon svg{width:19px;height:19px}.trust-card strong{font-size:14px!important}.trust-card span{font-size:9px!important}.trust-card small{font-size:8px}}

/* Shared static pages: dynamic page content sits in a deliberate, responsive structure. */
.static-hero{position:relative;overflow:hidden;padding:52px 0 60px;color:#fff;background:radial-gradient(circle at 88% 18%,rgba(74,204,188,.27),transparent 27%),linear-gradient(115deg,#113e56,#0a766f)}.static-hero:after{position:absolute;left:-65px;bottom:-150px;width:315px;height:315px;content:"";border:1px solid rgba(255,255,255,.16);border-radius:50%;box-shadow:0 0 0 35px rgba(255,255,255,.04),0 0 0 75px rgba(255,255,255,.025)}.static-hero .container{position:relative;z-index:1}.static-breadcrumb{display:flex;align-items:center;gap:6px;color:#c4ede8;font-size:10px}.static-breadcrumb a:hover{color:#fff}.static-hero-kicker{display:inline-flex;margin-top:25px;padding:5px 10px;color:#f9d88f;border:1px solid rgba(255,218,141,.35);border-radius:99px;background:rgba(255,255,255,.07);font-size:9px;font-weight:800}.static-hero h1{max-width:650px;margin:11px 0 8px;color:#fff;font-size:clamp(29px,3vw,43px);line-height:1.42}.static-hero p{max-width:645px;margin:0;color:#d4efed;font-size:12px;line-height:2.15}.about-page-shell,.legal-page-shell,.contact-page-shell{padding-top:clamp(32px,5vw,66px);padding-bottom:clamp(46px,6vw,80px)}
.about-intro-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);gap:26px;align-items:stretch}.about-copy-panel{padding:clamp(25px,4vw,46px);border:1px solid var(--ms-line);border-radius:21px;background:#fff;box-shadow:var(--ms-shadow)}.about-copy-panel h2{max-width:650px;margin:11px 0 16px;color:#163c54;font-size:clamp(25px,2.5vw,34px);line-height:1.55}.about-editable-copy p,.legal-editable-copy p{margin:0 0 13px;color:#5c7486;font-size:12px;line-height:2.3}.about-copy-panel .btn{margin-top:9px}.about-art-panel{display:grid;place-items:center;min-height:340px;overflow:hidden;border-radius:21px;background:#0d5b62;box-shadow:var(--ms-shadow)}.about-art-panel img{width:100%;height:100%;object-fit:cover}.about-values-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px}.about-values-grid article{padding:23px 20px;border:1px solid var(--ms-line);border-radius:16px;background:#fff;box-shadow:0 7px 20px rgba(20,54,76,.035)}.about-values-grid i,.legal-detail-grid i{display:grid;place-items:center;width:39px;height:39px;color:#0d8177;border-radius:12px;background:#e6f8f4}.about-values-grid svg,.legal-detail-grid svg{width:21px;height:21px}.about-values-grid h3{margin:13px 0 6px;color:#20445b;font-size:14px}.about-values-grid p{margin:0;color:#728798;font-size:10px;line-height:2}.about-promise{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.8fr) auto;gap:26px;align-items:center;margin-top:25px;padding:26px 30px;color:#e8f7f6;border-radius:18px;background:linear-gradient(115deg,#133b52,#0c786f)}.about-promise .eyebrow{color:#84510c;background:#ffe4a6}.about-promise h2{margin:9px 0 0;color:#fff;font-size:21px;line-height:1.7}.about-promise p{margin:0;color:#cbebe8;font-size:10px;line-height:2.15}.about-promise .btn-outline{color:#fff;border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.07);white-space:nowrap}.about-promise .btn-outline:hover{color:#12394e;background:#fff}

/* Privacy and rules share a compact, serious editorial layout. */
.legal-page-shell{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;align-items:start}.legal-reading-card,.legal-summary-card{padding:clamp(22px,3vw,36px);border:1px solid var(--ms-line);border-radius:19px;background:#fff;box-shadow:var(--ms-shadow)}.legal-reading-card header{margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid #e8eff2}.legal-reading-card h2{margin:11px 0 8px;color:#163d55;font-size:27px;line-height:1.55}.legal-reading-card header p{max-width:700px;margin:0;color:#718696;font-size:11px;line-height:2.15}.legal-editable-copy p:last-child{margin-bottom:0}.legal-summary-card{position:sticky;top:102px;padding:23px}.legal-summary-card h2{margin:0 0 16px;color:#274a60;font-size:15px}.legal-summary-card ul{display:grid;gap:14px;margin:0;padding:0;list-style:none}.legal-summary-card li{display:flex;gap:10px;align-items:flex-start}.legal-summary-card li i{display:grid;place-items:center;flex:0 0 23px;width:23px;height:23px;color:#0d8177;border-radius:8px;background:#e5f7f2;font-family:Arial,sans-serif;font-size:10px;font-style:normal;font-weight:800}.legal-summary-card li div{display:grid;gap:3px}.legal-summary-card li b{color:#315168;font-size:10px}.legal-summary-card li span{color:#7c909d;font-size:9px;line-height:1.8}.legal-summary-card>a{display:flex;align-items:center;justify-content:space-between;margin-top:19px;padding-top:14px;color:#087b73;border-top:1px solid #e8eff2;font-size:10px;font-weight:800}.legal-detail-grid{display:grid;grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.legal-detail-grid article{padding:21px;border:1px solid var(--ms-line);border-radius:15px;background:#fff}.legal-detail-grid h3{margin:13px 0 6px;color:#24475d;font-size:13px}.legal-detail-grid p{margin:0;color:#728695;font-size:10px;line-height:2}.static-article{max-width:850px}.static-article .legal-editable-copy{padding:28px;border:1px solid var(--ms-line);border-radius:18px;background:#fff;box-shadow:var(--ms-shadow)}

/* Contact: local illustrated direction panel plus an optional outgoing OSM link, never an external embed. */
.contact-channel-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:-30px}.contact-channel-card{display:flex;align-items:center;gap:12px;min-height:88px;padding:14px 17px;color:#25465c;border:1px solid #dbe8ed;border-radius:15px;background:#fff;box-shadow:0 12px 28px rgba(20,53,72,.1);transition:transform .18s,box-shadow .18s}.contact-channel-card:hover{transform:translateY(-3px);box-shadow:0 17px 30px rgba(20,53,72,.15)}.contact-channel-card>i{display:grid;place-items:center;flex:0 0 39px;width:39px;height:39px;color:#0c8178;border-radius:12px;background:#e6f8f4}.contact-channel-card:nth-child(2)>i{color:#2f6697;background:#eaf3fd}.contact-channel-card:nth-child(3)>i{color:#ac741e;background:#fff4db}.contact-channel-card svg{width:21px;height:21px}.contact-channel-card div{display:grid;gap:3px;min-width:0}.contact-channel-card small{color:#8698a4;font-size:8px}.contact-channel-card b{overflow:hidden;color:#24475d;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.contact-channel-card span{color:#7c919e;font-size:8px}.contact-location-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(300px,.98fr);gap:18px;margin-top:28px}.contact-map-panel,.contact-visit-card{overflow:hidden;border:1px solid var(--ms-line);border-radius:18px;background:#fff;box-shadow:var(--ms-shadow)}.contact-map-panel{position:relative;min-height:348px;color:#d7f3ed;background:linear-gradient(135deg,#0d4652,#087069)}.contact-map-art{position:absolute;inset:0;overflow:hidden;color:#9ae0d5}.contact-map-art svg{width:100%;height:100%;object-fit:cover}.contact-map-pin{position:absolute;top:40%;left:50%;display:grid;place-items:center;width:63px;height:63px;color:#70470b;border-radius:55% 55% 55% 0;background:#ffcc62;box-shadow:0 12px 20px rgba(1,27,39,.28);transform:translate(-50%,-50%) rotate(-45deg)}.contact-map-pin svg{width:31px;height:31px;transform:rotate(45deg)}.contact-map-copy{position:absolute;right:20px;bottom:19px;left:20px;display:grid;gap:4px;max-width:310px;padding:14px 15px;color:#204754;border:1px solid rgba(255,255,255,.55);border-radius:13px;background:rgba(255,255,255,.93);box-shadow:0 8px 20px rgba(0,28,43,.13);backdrop-filter:blur(8px)}.contact-map-copy>span{color:#0d8379;font-size:9px;font-weight:800}.contact-map-copy>b{font-size:11px;line-height:1.8}.contact-map-copy>small{color:#6a8493;font-size:9px}.contact-map-copy>a{display:inline-flex;align-items:center;gap:5px;margin-top:3px;color:#087d74;font-size:9px;font-weight:800}.contact-map-copy>a span{font-size:14px}.contact-visit-card{padding:clamp(25px,4vw,46px)}.contact-visit-card h2{margin:12px 0 12px;color:#173e56;font-family:var(--font-reading);font-size:28px;line-height:1.6}.contact-address{min-height:48px;margin:0;color:#667f91;font-size:11px;line-height:2.2}.contact-visit-points{display:grid;gap:9px;margin:18px 0;padding:15px 0;border-top:1px solid #e7eef1;border-bottom:1px solid #e7eef1;list-style:none}.contact-visit-points li{position:relative;padding-right:17px;color:#386075;font-size:10px}.contact-visit-points li:before{position:absolute;right:0;top:3px;width:8px;height:8px;content:"";border:2px solid #38a394;border-radius:50%}.contact-call-link{display:inline-flex;align-items:center;gap:7px;color:#087d74;font-size:10px;font-weight:800}.contact-call-link svg{width:17px;height:17px}.contact-form-section{display:grid;grid-template-columns:minmax(220px,.62fr) minmax(0,1.38fr);gap:28px;align-items:start;margin-top:33px;padding-top:34px;border-top:1px solid #dce8ed}.contact-form-intro h2{margin:12px 0 8px;color:#193f56;font-family:var(--font-reading);font-size:27px;line-height:1.55}.contact-form-intro p{margin:0;color:#718696;font-size:11px;line-height:2.25}.contact-form-card{padding:24px;border:1px solid var(--ms-line);border-radius:17px;background:#fff;box-shadow:0 9px 22px rgba(20,54,76,.045)}.contact-form-card .field{color:#405d70}.contact-form-card .btn{min-width:135px;margin-top:3px}

/* These dark-mode overrides are intentionally at the final cascade level. */
html.dark .static-hero{background:radial-gradient(circle at 88% 18%,rgba(48,166,151,.19),transparent 27%),linear-gradient(115deg,#0c2436,#0b504e)}html.dark .about-copy-panel,html.dark .about-values-grid article,html.dark .legal-reading-card,html.dark .legal-summary-card,html.dark .legal-detail-grid article,html.dark .static-article .legal-editable-copy,html.dark .contact-channel-card,html.dark .contact-visit-card,html.dark .contact-form-card,html.dark .trust-card,html.dark .journal-grid>a{border-color:#274355!important;background:#102033!important;box-shadow:none!important}html.dark .about-copy-panel h2,html.dark .about-values-grid h3,html.dark .legal-reading-card h2,html.dark .legal-summary-card h2,html.dark .legal-detail-grid h3,html.dark .contact-channel-card b,html.dark .contact-visit-card h2,html.dark .contact-form-intro h2,html.dark .trust-card strong,html.dark .journal-grid>a h3{color:#edf7fa!important}html.dark .about-editable-copy p,html.dark .legal-editable-copy p,html.dark .legal-reading-card header p,html.dark .legal-summary-card li span,html.dark .legal-detail-grid p,html.dark .contact-address,html.dark .contact-form-intro p,html.dark .contact-channel-card span,html.dark .contact-channel-card small,html.dark .trust-card small{color:#a9c1ce!important}html.dark .about-values-grid i,html.dark .legal-detail-grid i,html.dark .trust-card .trust-icon,html.dark .contact-channel-card>i{background:#17394a}html.dark .about-promise{background:linear-gradient(115deg,#102b40,#0b5b55)}html.dark .legal-reading-card header,html.dark .legal-summary-card>a,html.dark .contact-form-section{border-color:#294457}html.dark .legal-summary-card li i{background:#153b47;color:#77d9cd}html.dark .contact-map-copy{color:#dceef0;border-color:#315768;background:rgba(12,32,44,.94)}html.dark .contact-map-copy>small{color:#aac5ce}html.dark .cart-toast{color:#e4f1f4;border-color:#315164;background:rgba(13,30,43,.98)}html.dark .cart-toast-copy span{color:#aac1cb}html.dark .cart-toast-action{color:#dcf0f2;border-color:#335366;background:#162c3d}html.dark .cart-toast-close{color:#b8cbd3}html.dark .quantity-stepper{border-color:#315264;background:#102132}html.dark .quantity-stepper button{color:#75d9cd;background:#173c4a}html.dark .quantity-stepper input[type=number]{color:#e7f5f7!important}html.dark .filter-card,html.dark .shop-panel{border-color:#294457!important;background:#102033!important}html.dark .filter-card>h3,html.dark .filter-form h3,html.dark .shop-panel>.toolbar h2{color:#edf8fa}html.dark .filter-card>a{color:#b6cbd4!important}html.dark .filter-form select,html.dark .filter-price input{color:#dceef2!important;border-color:#315063!important;background:#0b1929!important}html.dark .shop-panel>.toolbar{border-color:#284559}html.dark .shop-panel>.toolbar span{color:#b7cbd4;background:#152d3d}html.dark .tech-journal,html.dark .trust-section{background:linear-gradient(180deg,#0b1725,#0b1622)}

@media(max-width:900px){.about-intro-grid,.contact-location-grid,.contact-form-section{grid-template-columns:1fr}.about-art-panel{min-height:295px}.about-promise{grid-template-columns:1fr 1fr}.about-promise .btn{grid-column:1/-1;justify-self:start}.legal-page-shell{grid-template-columns:1fr}.legal-summary-card{position:static;order:2}.legal-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr));order:3}.contact-channel-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-form-intro{max-width:610px}}
@media(max-width:650px){.static-hero{padding:34px 0 42px}.static-hero-kicker{margin-top:18px}.static-hero h1{font-size:29px}.static-hero p{font-size:11px}.about-page-shell,.legal-page-shell,.contact-page-shell{padding-top:30px;padding-bottom:48px}.about-copy-panel{padding:24px 19px}.about-copy-panel h2{font-size:25px}.about-values-grid{grid-template-columns:1fr;gap:10px;margin-top:13px}.about-values-grid article{padding:17px;display:grid;grid-template-columns:40px 1fr;column-gap:12px}.about-values-grid i{grid-row:1/3}.about-values-grid h3{margin:0}.about-values-grid p{grid-column:2;margin-top:3px}.about-promise{grid-template-columns:1fr;gap:14px;padding:23px 19px}.about-promise h2{font-size:19px}.about-promise .btn{grid-column:auto;width:100%}.legal-reading-card,.legal-summary-card{padding:21px 17px}.legal-reading-card h2{font-size:23px}.legal-detail-grid{grid-template-columns:1fr;gap:10px}.legal-detail-grid article{padding:17px}.contact-channel-grid{grid-template-columns:1fr;gap:9px;margin-top:-22px}.contact-channel-card{min-height:67px;padding:11px 13px}.contact-channel-card>i{width:36px;height:36px;flex-basis:36px}.contact-location-grid{margin-top:18px}.contact-map-panel{min-height:285px}.contact-visit-card{padding:25px 19px}.contact-visit-card h2{font-size:23px}.contact-form-section{gap:18px;margin-top:24px;padding-top:25px}.contact-form-intro h2{font-size:23px}.contact-form-card{padding:18px 15px}.contact-form-card .btn{width:100%}}
@media(prefers-reduced-motion:reduce){.cart-toast{animation:none}.cart-toast.is-leaving{animation:none}.trust-card,.journal-grid>a,.contact-channel-card{transition:none}}

/* Customer account completion: neutral local avatar, clear empty favourites, and home action. */
.customer-avatar img[src$="customer-avatar-placeholder.svg"]{padding:11px;background:#edf1f3;object-fit:contain}
.customer-dashboard-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 15px}.customer-dashboard-head .eyebrow{font-size:9px}.customer-dashboard-head h2{margin:8px 0 0;color:#1c4057;font-family:var(--font-reading);font-size:22px;line-height:1.5}.customer-home-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 14px;color:#087c73;border:1px solid #9ed9d1;border-radius:11px;background:#f8fdfc;font-size:10px;font-weight:800;white-space:nowrap;transition:background .18s,color .18s,transform .18s}.customer-home-button:hover{color:#fff;background:#0e8178;transform:translateY(-2px)}.customer-home-button svg{width:19px;height:19px}.customer-empty-state{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:13px;align-items:center;min-height:110px;padding:20px;border:1px dashed #bcdcd8;border-radius:16px;background:linear-gradient(135deg,#f4fbfa,#fff)}.customer-empty-state>i{display:grid;place-items:center;width:44px;height:44px;color:#0d8278;border-radius:13px;background:#e1f6f2}.customer-empty-state svg{width:23px;height:23px}.customer-empty-state>div{display:grid;gap:5px;min-width:0}.customer-empty-state b{color:#274b60;font-size:12px}.customer-empty-state span{color:#78909e;font-size:10px;line-height:1.9}.customer-empty-state .btn{min-height:38px;font-size:10px}@media(max-width:620px){.customer-dashboard-head{align-items:stretch;flex-direction:column;gap:10px}.customer-dashboard-head h2{font-size:19px}.customer-home-button{width:100%}.customer-empty-state{grid-template-columns:40px minmax(0,1fr);padding:16px}.customer-empty-state>i{width:40px;height:40px}.customer-empty-state .btn{grid-column:1/-1;width:100%}}
html.dark .customer-dashboard-head h2,html.dark .customer-empty-state b{color:#edf8fa}.dark .customer-home-button{color:#75ded2;border-color:#2d736d;background:#143642}.dark .customer-home-button:hover{color:#082128;background:#78d8ce}.dark .customer-empty-state{border-color:#2d615f;background:linear-gradient(135deg,#112c38,#102031)}.dark .customer-empty-state>i{color:#83ded3;background:#173d47}.dark .customer-empty-state span{color:#a5c0c9}.dark .customer-avatar img[src$="customer-avatar-placeholder.svg"]{background:#dce7ec}
