.mat-landing{--brand-cyan:#11B8D9;--brand-cyan-text:#0A7A91;--brand-cyan-deep:#167EA5;--brand-navy:#1D3866;--brand-midnight:#0E1A2B;--brand-tint:#EAF6F9;--brand-sand:#C9A46A;--ink:#14181D;--ink-soft:#5B6570;--line:#DCE2E6;--surface:#FFFFFF;--surface-alt:#F3F6F7;--radius-lg:28px;--radius-md:18px;--radius-sm:10px;--gutter:clamp(1.25rem,5vw,4rem);--v-pad:clamp(3.25rem,7vw,6rem);background:var(--surface);font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--ink);-webkit-font-smoothing:antialiased}.mat-landing h1,.mat-landing h2,.mat-landing h3,.mat-landing h4,.mat-landing p{margin:0}.mat-landing a{color:var(--brand-cyan-text);text-decoration:none}.mat-landing a:hover{color:var(--brand-cyan-deep)}.mat-landing .mono{font-family:IBM Plex Mono,ui-monospace,monospace}.mat-landing .eyebrow{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.74rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--brand-cyan-text)}.mat-landing h1{font-size:clamp(1.9rem,3.4vw + 1rem,2.85rem);font-weight:600;letter-spacing:-.01em;line-height:1.12;color:var(--brand-navy)}.mat-landing h2{font-size:clamp(1.55rem,2.5vw + 1rem,2.35rem);font-weight:600;letter-spacing:-.01em;line-height:1.15;color:var(--brand-navy)}.mat-landing h3{font-size:clamp(1.1rem,1vw + .9rem,1.3rem);font-weight:600;color:var(--brand-navy);line-height:1.3}.mat-landing p.body{font-size:1rem;line-height:1.7;color:var(--ink-soft)}.mat-landing p.lede{font-size:1.08rem;line-height:1.6;color:var(--ink-soft)}.mat-landing p.small{font-size:.88rem;line-height:1.55;color:var(--ink-soft)}.mat-landing .container{max-width:74rem;margin:0 auto;padding:0 var(--gutter)}.mat-landing .container-narrow{max-width:44rem;margin:0 auto;padding:0 var(--gutter)}.mat-landing .section{background:var(--surface);padding:var(--v-pad) 0}.mat-landing .section-alt{background:var(--surface-alt);padding:var(--v-pad) 0}.mat-landing .split{display:flex;gap:clamp(2rem,4vw,4.5rem);align-items:center}.mat-landing .split.top{align-items:flex-start}.mat-landing .split.reverse{flex-direction:row-reverse}.mat-landing .split>.col{flex:1 1 0;min-width:0}.mat-landing .asym-55-45>.col:first-child{flex:1.2 1 0}.mat-landing .asym-55-45>.col:last-child{flex:1 1 0}.mat-landing .asym-40-60>.col:first-child{flex:1 1 0}.mat-landing .asym-40-60>.col:last-child{flex:1.5 1 0}@media(max-width:860px){.mat-landing .split{flex-direction:column!important}}.mat-landing .grid{display:grid;gap:1.25rem}.mat-landing .grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.mat-landing .grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.mat-landing .grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:860px){.mat-landing .grid-3,.mat-landing .grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.mat-landing .grid-2,.mat-landing .grid-3,.mat-landing .grid-4{grid-template-columns:1fr}}.mat-landing .img-frame{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:var(--surface-alt)}.mat-landing .img-frame.sm{border-radius:var(--radius-sm)}.mat-landing .img-frame.placeholder{background-image:repeating-linear-gradient(45deg,#E3E9EB 0,#E3E9EB 1px,transparent 1px,transparent 14px),repeating-linear-gradient(-45deg,#E3E9EB 0,#E3E9EB 1px,transparent 1px,transparent 14px);background-color:#eef1f2}.mat-landing .img-frame .cap{position:absolute;bottom:10px;left:10px;background:#0e1a2bb8;color:#fff;font-family:IBM Plex Mono,monospace;font-size:.62rem;letter-spacing:.03em;text-transform:uppercase;padding:5px 9px;border-radius:999px;max-width:calc(100% - 20px)}.mat-landing .img-frame img{width:100%;height:100%;object-fit:cover;display:block}.mat-landing .btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--brand-cyan-deep);color:#fff;font-weight:600;font-size:.95rem;padding:.85rem 1.6rem;border-radius:999px;border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.mat-landing .btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 20px #167ea547;color:#fff}.mat-landing .btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:var(--brand-navy);font-weight:600;font-size:.95rem;padding:.82rem 1.55rem;border-radius:999px;border:1.5px solid var(--brand-navy)}.mat-landing .btn-ghost:hover{color:var(--brand-navy);background:#1d38660f}.mat-landing .full-bleed .btn-ghost{color:#fff;border-color:#fff9}.mat-landing .full-bleed .btn-ghost:hover{background:#ffffff1a;color:#fff}.mat-landing .link-arrow{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:.95rem;border-bottom:1.5px solid var(--brand-cyan);padding-bottom:2px;background:none;border-left:none;border-right:none;border-top:none;cursor:pointer;font-family:inherit}.mat-landing .tag{display:inline-flex;align-items:center;font-family:IBM Plex Mono,monospace;font-size:.7rem;letter-spacing:.05em;text-transform:uppercase;color:var(--brand-navy);border:1px solid var(--line);border-radius:999px;padding:.4rem .85rem}.mat-landing .card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:1.6rem}.mat-landing .note-card{border:1.5px dashed var(--brand-navy);border-radius:var(--radius-md);padding:1.1rem 1.3rem;background:#1d386609}.mat-landing .full-bleed{position:relative;padding:0;background:var(--brand-midnight);color:#fff;overflow:hidden}.mat-landing .full-bleed .fb-inner{position:relative;z-index:2;padding:clamp(3.5rem,8vw,6.5rem) var(--gutter)}.mat-landing .full-bleed .fb-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(45deg,rgba(255,255,255,.05) 0,rgba(255,255,255,.05) 1px,transparent 1px,transparent 16px),repeating-linear-gradient(-45deg,rgba(255,255,255,.05) 0,rgba(255,255,255,.05) 1px,transparent 1px,transparent 16px)}.mat-landing .full-bleed .fb-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0e1a2b8c,#0e1a2bdb)}.mat-landing .full-bleed.has-photo .fb-photo{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.mat-landing .icon-badge{width:52px;height:52px;flex:0 0 52px;border-radius:var(--radius-sm);background:var(--brand-tint);display:flex;align-items:center;justify-content:center;color:var(--brand-cyan-text)}.mat-landing .divider{height:1px;background:var(--line);border:none;margin:0}.mat-landing nav.topbar{position:sticky;top:0;z-index:10;background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--line)}.mat-landing nav.topbar .row{display:flex;align-items:center;justify-content:space-between;height:72px}.mat-landing nav.topbar .links{display:flex;align-items:center;gap:2rem}.mat-landing nav.topbar .links a{font-size:.92rem;font-weight:500;color:var(--ink-soft)}.mat-landing nav.topbar .links a.active{color:var(--brand-navy);font-weight:600}.mat-landing nav.topbar .logo{font-weight:700;font-size:1.1rem;color:var(--brand-navy);letter-spacing:-.01em}@media(max-width:700px){.mat-landing nav.topbar .links{display:none}}.mat-landing .faq-q{display:flex;align-items:flex-start;gap:.75rem;font-weight:600;color:var(--brand-navy);font-size:1.02rem}.mat-landing table.specs{width:100%;border-collapse:collapse}.mat-landing table.specs td{padding:.85rem 0;border-bottom:1px solid var(--line);font-size:.95rem;vertical-align:top}.mat-landing table.specs td:first-child{font-weight:600;color:var(--brand-navy);width:38%}.mat-landing table.specs td:last-child{color:var(--ink-soft);text-align:right}.mat-landing ul.plain{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.mat-landing ul.plain li{padding-left:1.3rem;position:relative;color:var(--ink-soft);font-size:1rem;line-height:1.6}.mat-landing ul.plain li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--brand-cyan)}.mat-landing .argnum{font-family:IBM Plex Mono,monospace;font-weight:600;color:var(--brand-cyan-text);font-size:.85rem}.mat-landing .cart-count{border-color:var(--brand-navy)}.mat-landing p.body strong{color:var(--brand-navy)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/mat-shop.css.map */
