@font-face{font-family:Magistral;src:url("assets/fonts/Magistral-ExtraBold.woff2") format("woff2");font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:Magistral;src:url("assets/fonts/Magistral-MediumItalic.woff2") format("woff2");font-weight:500;font-style:italic;font-display:swap}
@font-face{font-family:Open Sans;src:url("assets/fonts/OpenSans-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Open Sans;src:url("assets/fonts/OpenSans-SemiBold.ttf") format("truetype");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:Open Sans;src:url("assets/fonts/OpenSans-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}

:root{
  --orange:#e84e0f;
  --orange-dark:#bd3500;
  --ink:#0b4f5c;
  --ink-dark:#073942;
  --mint:#ddeDEA;
  --mint-bright:#bfe2db;
  --paper:#f5f6f4;
  --warm:#f7f3ea;
  --black:#000;
  --graphite:#202427;
  --muted:#66716f;
  --border:#d9dedc;
  --white:#fff;
  --success:#247a46;
  --container:1440px;
  --shadow:0 18px 50px rgba(21,37,40,.10);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:170px}
body{margin:0;background:var(--paper);color:var(--graphite);font-family:"Open Sans",Arial,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
body.drawer-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.container{width:min(var(--container),calc(100% - 80px));margin-inline:auto}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed;left:16px;top:-80px;z-index:1000;background:#fff;color:#000;padding:12px 18px;border-radius:8px;transition:.2s}
.skip-link:focus{top:16px}

.eyebrow{display:block;margin-bottom:10px;color:var(--orange);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.eyebrow-teal{color:var(--ink)}
.eyebrow-light{color:#ff8b5b}
.eyebrow-mint{color:#8bd6c8}
h1,h2,h3,p{margin-top:0}
h1,h2{font-family:Magistral,"Open Sans",sans-serif;line-height:.98;letter-spacing:-.035em}
h1{font-size:clamp(46px,4.35vw,74px)}
h2{font-size:clamp(34px,3vw,52px)}
h3{line-height:1.25}

.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:10px;padding:12px 20px;border:1px solid transparent;border-radius:9px;font-weight:700;line-height:1.2;transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease}
.button:hover{transform:translateY(-2px)}
.button svg{font-size:20px}
.button-primary{background:var(--black);color:#fff}
.button-primary:hover{background:var(--ink)}
.button-orange{background:var(--orange);color:#000;border-color:var(--orange)}
.button-orange:hover{background:#ff6428;border-color:#ff6428}
.button-ghost{border-color:#9ca4a2;background:rgba(255,255,255,.7)}
.button-ghost:hover{background:#fff;border-color:#000}
.button-outline-light{border-color:rgba(255,255,255,.4);color:#fff}
.button-outline-light:hover{background:#fff;color:var(--ink)}
.text-link{display:inline-flex;align-items:center;gap:8px;font-weight:700}
.text-link svg{transition:transform .18s}
.text-link:hover svg{transform:translateX(4px)}

/* Header */
.site-header{position:relative;z-index:50;background:#fff}
.utility-bar{background:#050707;color:#fff;font-size:12px}
.utility-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.utility-promises,.utility-links{display:flex;align-items:center;gap:24px}
.utility-promises span{display:flex;align-items:center;gap:7px;color:#d9dfde}
.utility-promises svg{color:#ff7140;font-size:15px}
.utility-links a{color:#cfd5d4;transition:.15s}
.utility-links a:hover{color:#fff}
.utility-links .switch-tech-link{color:#ff7c48}
.main-header{border-bottom:1px solid #ecefed;background:#fff}
.main-header-inner{min-height:92px;display:grid;grid-template-columns:225px minmax(340px,1fr) auto;align-items:center;gap:40px}
.brand{display:block;width:218px}
.brand img{width:100%;height:auto}
.global-search{display:grid;grid-template-columns:1fr 58px;height:52px;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#f7f8f7;transition:.18s}
.global-search:focus-within{border-color:var(--ink);box-shadow:0 0 0 3px rgba(11,79,92,.1);background:#fff}
.global-search input{min-width:0;border:0;outline:0;padding:0 20px;background:transparent;color:var(--graphite)}
.global-search input::placeholder{color:#7f8987}
.global-search button{border:0;background:var(--orange);color:#000;display:grid;place-items:center}
.global-search button svg{font-size:24px}
.header-actions{display:flex;align-items:center;gap:22px}
.header-actions>a{min-width:48px;display:grid;justify-items:center;gap:3px;font-size:11px;color:#505957;position:relative}
.header-actions svg{font-size:25px;color:#1d2221}
.cart-icon{position:relative;display:flex}
.cart-icon b,.bottom-cart b{position:absolute;top:-9px;right:-11px;min-width:18px;height:18px;padding:0 4px;display:grid;place-items:center;border-radius:20px;background:var(--orange);color:#000;font-size:10px}
.icon-button{width:44px;height:44px;border:0;background:transparent;display:none;place-items:center}
.icon-button svg{font-size:27px}
.mobile-search-wrap{display:none;padding:10px 0;background:#fff}
.category-nav{border-bottom:1px solid #e8ecea;background:#fff}
.category-nav-inner{height:54px;display:flex;align-items:center;gap:28px;font-size:13px;font-weight:600;white-space:nowrap}
.category-nav-inner>a{height:100%;display:flex;align-items:center;transition:.16s}
.category-nav-inner>a:hover{color:var(--orange)}
.category-nav .all-products{height:38px;padding:0 15px;border-radius:8px;background:var(--orange);color:#000;gap:8px}
.category-nav .all-products svg{font-size:18px}
.category-nav .promo-link{margin-left:auto;color:var(--orange);font-weight:700}
.category-nav .business-link{padding:0 15px;height:36px;border-radius:8px;background:var(--mint);color:var(--ink-dark)}
.mobile-drawer,.drawer-backdrop{display:none}

/* Hero */
.hero-section{padding:28px 0 0;background:linear-gradient(180deg,#fff 0,#fff 68%,var(--paper) 68%)}
.hero-card{min-height:555px;display:grid;grid-template-columns:47% 53%;overflow:hidden;border-radius:18px;background:var(--warm);box-shadow:0 3px 0 rgba(0,0,0,.03)}
.hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:70px 40px 86px 72px;background:linear-gradient(90deg,#f7f3ea 0%,#f7f3ea 87%,rgba(247,243,234,0) 100%)}
.hero-copy h1{max-width:670px;margin-bottom:22px;color:#171918}
.hero-copy h1 em{display:block;color:var(--orange);font-style:italic}
.hero-copy>p{max-width:600px;margin-bottom:28px;color:#58625f;font-size:18px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-proof{display:flex;gap:20px;margin-top:34px;font-size:12px;font-weight:600;color:#596360}
.hero-proof span{display:flex;align-items:center;gap:6px}
.hero-proof svg{color:var(--ink);font-size:17px}
.hero-media{position:relative;min-width:0}
.hero-media picture,.hero-media img{width:100%;height:100%}
.hero-media img{object-fit:cover;object-position:center}
.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,243,234,.96) 0%,rgba(247,243,234,0) 19%,transparent 100%);pointer-events:none}
.hero-float-card{position:absolute;right:28px;bottom:28px;z-index:2;max-width:300px;display:grid;grid-template-columns:48px 1fr;align-items:center;gap:13px;padding:14px;border:1px solid rgba(255,255,255,.7);border-radius:13px;background:rgba(255,255,255,.91);box-shadow:0 14px 38px rgba(0,0,0,.15);backdrop-filter:blur(10px);font-size:12px;line-height:1.35}
.hero-float-card strong{display:block;margin-bottom:3px;font-size:13px;color:#111}
.float-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:10px;background:var(--mint);color:var(--ink)}
.float-icon svg{font-size:27px}

/* Finder */
.finder-wrap{position:relative;z-index:3;margin-top:-34px}
.finder-card{padding:28px 32px 22px;border:1px solid rgba(11,79,92,.14);border-radius:16px;background:#fff;box-shadow:var(--shadow)}
.finder-heading{display:flex;align-items:center;gap:16px;margin-bottom:18px}
.finder-heading .eyebrow{margin-bottom:4px}
.finder-heading h2{margin:0;font-family:"Open Sans",sans-serif;font-size:25px;letter-spacing:-.025em;line-height:1.15}
.finder-mark{flex:0 0 auto;width:52px;height:52px;display:grid;place-items:center;border-radius:12px;background:var(--mint);color:var(--ink)}
.finder-mark svg{font-size:28px}
.finder-tabs{display:flex;gap:28px;margin-bottom:16px;border-bottom:1px solid #e6eae8}
.finder-tabs button{padding:0 0 11px;border:0;border-bottom:3px solid transparent;background:transparent;color:#7b8583;font-size:13px;font-weight:700}
.finder-tabs button.is-active{border-color:var(--orange);color:#111}
.finder-panel{display:none;grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:end;gap:12px}
.finder-panel.is-active{display:grid}
.finder-panel label{display:grid;gap:6px}
.finder-panel label span{font-size:12px;font-weight:700;color:#5d6765}
.finder-panel select,.finder-panel input{width:100%;height:50px;padding:0 14px;border:1px solid var(--border);border-radius:8px;background:#fbfcfb;color:#252928;outline:0}
.finder-panel select:focus,.finder-panel input:focus{border-color:var(--ink);box-shadow:0 0 0 3px rgba(11,79,92,.09)}
.finder-submit{min-width:185px;height:50px}
.reference-panel{grid-template-columns:1fr auto}
.finder-foot{display:flex;align-items:center;justify-content:space-between;margin-top:14px;color:#6c7674;font-size:12px}
.finder-foot label{display:flex;align-items:center;gap:7px}
.finder-foot a{color:var(--ink);font-weight:700}
.finder-result{display:none;margin-top:14px;padding:11px 14px;border-radius:8px;background:var(--mint);color:var(--ink-dark);font-size:13px;font-weight:600}
.finder-result.is-visible{display:block}

/* Trust */
.trust-section{padding:40px 0 12px}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid #dde3e1;border-radius:14px;background:#fff;overflow:hidden}
.trust-grid article{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:12px;padding:22px 24px;border-right:1px solid #e6eae9}
.trust-grid article:last-child{border-right:0}
.trust-grid article>span{width:42px;height:42px;display:grid;place-items:center;border-radius:9px;background:#f0f6f4;color:var(--ink)}
.trust-grid svg{font-size:22px}
.trust-grid h3{margin:0 0 2px;font-size:14px}
.trust-grid p{margin:0;color:#7a8482;font-size:11px;line-height:1.4}

/* Shared sections */
.section{padding:86px 0}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}
.section-heading h2{margin-bottom:0}
.section-heading .text-link{padding-bottom:6px;font-size:13px}

/* Categories */
.categories-section{padding-top:74px}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.category-card{position:relative;min-height:214px;padding:26px;border:1px solid #dfe4e2;border-radius:14px;background:#fff;overflow:hidden;transition:transform .18s,box-shadow .18s,border-color .18s}
.category-card:hover{transform:translateY(-3px);border-color:#b9c5c2;box-shadow:0 14px 30px rgba(34,51,53,.08)}
.category-card h3{margin:16px 0 7px;font-size:20px}
.category-card p{max-width:210px;margin:0;color:#77817f;font-size:13px}
.category-card>i{position:absolute;right:22px;bottom:18px;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#f2f4f3;color:#111;font-style:normal;font-size:22px}
.category-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:12px;background:#edf5f3;color:var(--ink)}
.category-icon svg{font-size:29px}
.category-icon.paper{background:#fff0e9;color:var(--orange)}
.category-icon.pen{background:#edf0fb;color:#40528f}
.category-icon.folder{background:#f7f0d8;color:#8a6b08}
.category-icon.school{background:#f5eafa;color:#754592}
.category-icon.clean{background:#e7f4fa;color:#1f6b8a}
.category-icon.chair{background:#f3eeea;color:#6d4e38}
.category-featured{grid-column:span 2;min-height:280px;display:grid;grid-template-columns:1.1fr .9fr;padding:0;background:var(--ink);border-color:var(--ink);color:#fff}
.category-featured:hover{border-color:var(--ink)}
.category-featured .category-content{position:relative;z-index:2;padding:30px}
.category-featured .category-icon{background:rgba(255,255,255,.12);color:#fff}
.category-featured .category-kicker{display:block;margin-top:20px;color:#8bd6c8;font-size:10px;font-weight:700;letter-spacing:.14em}
.category-featured h3{margin:5px 0 6px;font-family:Magistral,sans-serif;font-size:35px;line-height:1}
.category-featured p{color:#bdd0cc}
.category-featured b{display:flex;align-items:center;gap:8px;margin-top:22px;color:#fff;font-size:12px}
.category-featured b svg{font-size:17px}
.ink-visual{position:relative;min-height:100%;background:radial-gradient(circle at 70% 44%,rgba(255,255,255,.13),transparent 35%),linear-gradient(135deg,transparent 0%,rgba(0,0,0,.2) 100%)}
.ink-visual span{position:absolute;bottom:28px;width:42px;height:145px;border-radius:20px 20px 12px 12px;box-shadow:0 18px 25px rgba(0,0,0,.22);transform:rotate(8deg)}
.ink-visual span:before{content:"";position:absolute;left:8px;right:8px;top:12px;height:20px;border-radius:6px;background:rgba(255,255,255,.7)}
.ink-visual span:nth-child(1){left:5%;height:118px;background:#151515;transform:rotate(-8deg)}
.ink-visual span:nth-child(2){left:26%;background:#1ca6c3}
.ink-visual span:nth-child(3){left:49%;height:132px;background:#f0c222;transform:rotate(-2deg)}
.ink-visual span:nth-child(4){left:70%;height:155px;background:#d84c75;transform:rotate(7deg)}

/* Quick reorder */
.quick-reorder{padding:0 0 86px}
.quick-reorder-inner{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(400px,1.5fr) auto;align-items:center;gap:40px;padding:36px 42px;border-radius:16px;background:#111717;color:#fff}
.quick-reorder h2{margin-bottom:8px;font-family:"Open Sans",sans-serif;font-size:28px;letter-spacing:-.03em}
.quick-reorder p{margin-bottom:0;color:#aab5b2;font-size:13px}
.quick-reorder form{display:grid;grid-template-columns:1fr auto;gap:9px}
.quick-reorder input{min-width:0;height:51px;padding:0 17px;border:1px solid #394340;border-radius:8px;background:#202826;color:#fff;outline:0}
.quick-reorder input:focus{border-color:#8bd6c8}
.quick-reorder>a{display:flex;align-items:center;gap:7px;color:#9dd9cf;font-size:12px;font-weight:700}

/* Products */
.products-section{background:#fff}
.product-tabs{display:flex;gap:8px;padding:5px;border-radius:10px;background:#f1f3f2}
.product-tabs button{padding:9px 14px;border:0;border-radius:7px;background:transparent;color:#78817f;font-size:12px;font-weight:700}
.product-tabs button.is-active{background:#fff;color:#111;box-shadow:0 3px 9px rgba(0,0,0,.06)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.product-card{min-width:0;border:1px solid #dfe4e2;border-radius:13px;background:#fff;overflow:hidden;transition:transform .18s,box-shadow .18s}
.product-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(25,43,45,.10)}
.product-media{position:relative;height:265px;display:grid;place-items:center;background:#f5f7f6;overflow:hidden}
.product-media>button{position:absolute;right:14px;top:14px;width:35px;height:35px;display:grid;place-items:center;border:1px solid #d9dedc;border-radius:50%;background:#fff;color:#4c5654}
.product-media>button:hover{color:var(--orange);border-color:var(--orange)}
.product-media>button svg{font-size:18px}
.product-badge{position:absolute;left:13px;top:13px;z-index:2;padding:5px 9px;border-radius:20px;background:var(--ink);color:#fff;font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.badge-orange{background:var(--orange);color:#000}
.badge-teal{background:var(--mint);color:var(--ink-dark)}
.product-info{padding:18px}
.product-type{display:block;margin-bottom:7px;color:var(--orange);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.product-info h3{min-height:45px;margin-bottom:9px;font-size:16px}
.compatibility,.yield{color:#7c8583;font-size:11px}
.yield{margin-top:3px;color:#4f5957;font-weight:600}
.stock{margin:13px 0;color:var(--success);font-size:11px;font-weight:600}
.price-row{display:flex;align-items:end;justify-content:space-between;gap:10px}
.price-row>div{display:grid}
.price-row del{color:#99a19f;font-size:11px}
.price-row strong{font-size:20px;color:#111}
.add-button{min-width:48px;height:42px;padding:0 13px;display:flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:8px;background:var(--orange);color:#000;font-weight:700}
.add-button svg{font-size:18px}
.add-button span{display:none;font-size:11px}
.pack{width:138px;height:176px;padding:22px 18px;border-radius:6px;box-shadow:0 18px 30px rgba(0,0,0,.2);transform:rotate(-2deg);font-style:normal}
.black-pack{display:flex;flex-direction:column;background:linear-gradient(150deg,#202526,#050606);color:#fff}
.black-pack small{color:#f36a34;font-size:8px;letter-spacing:.12em}
.black-pack strong{margin-top:25px;font-family:Magistral,sans-serif;font-size:29px;line-height:.83}
.black-pack em{margin-top:auto;color:#a9b3b0;font-size:9px;font-style:normal;letter-spacing:.15em}
.toner-shape{position:relative;width:180px;height:88px;border-radius:10px;background:linear-gradient(#2f3435,#0a0c0c);box-shadow:0 19px 28px rgba(0,0,0,.22)}
.toner-shape:before,.toner-shape:after{content:"";position:absolute;top:18px;width:33px;height:53px;border-radius:50%;border:7px solid #151718;background:#626a68}
.toner-shape:before{left:-9px}.toner-shape:after{right:-9px}
.toner-shape i{position:absolute;left:58px;top:-25px;width:65px;height:32px;border-radius:6px 6px 0 0;background:#171a1a}
.toner-shape span{position:absolute;left:55px;right:55px;bottom:17px;height:12px;border-radius:6px;background:var(--orange)}
.paper-ream{width:170px;height:130px;padding:19px;background:linear-gradient(135deg,#fff 0 55%,#eceeeb 55%);border:1px solid #d7dcda;border-bottom:9px solid #e5e8e7;box-shadow:0 15px 25px rgba(0,0,0,.12);color:#111}
.paper-ream span{display:block;color:var(--ink);font-size:16px;font-weight:700}.paper-ream strong{display:block;font-family:Magistral,sans-serif;font-size:42px;line-height:.9}.paper-ream small{font-size:9px;color:#68716f}
.pens-visual{height:180px;display:flex;align-items:center;gap:7px;transform:rotate(9deg)}
.pens-visual i{position:relative;width:20px;height:150px;border-radius:8px 8px 5px 5px;background:#121414;box-shadow:0 10px 18px rgba(0,0,0,.16)}
.pens-visual i:after{content:"";position:absolute;left:3px;right:3px;top:30px;height:10px;border-radius:2px;background:var(--orange)}
.pens-visual i:nth-child(2):after{background:#0b7183}.pens-visual i:nth-child(3):after{background:#d3a70d}.pens-visual i:nth-child(4):after{background:#693f8e}.pens-visual i:nth-child(5):after{background:#af3157}

/* Compare */
.smart-choice{background:linear-gradient(135deg,#eef5f3,#f8faf9)}
.smart-choice-grid{display:grid;grid-template-columns:1.15fr .8fr .8fr;gap:18px;align-items:stretch}
.smart-choice-copy{padding:34px 38px 34px 0}
.smart-choice-copy h2{margin-bottom:19px}
.smart-choice-copy p{max-width:550px;margin-bottom:25px;color:#66716f}
.choice-card{position:relative;padding:30px;border:1px solid #d8e1de;border-radius:15px;background:#fff;overflow:hidden}
.choice-card.compatible{background:var(--ink);border-color:var(--ink);color:#fff}
.choice-number{position:absolute;right:20px;top:12px;font-family:Magistral,sans-serif;font-size:70px;color:#eef1f0;line-height:1}
.compatible .choice-number{color:rgba(255,255,255,.07)}
.choice-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:12px;background:#eef4f2;color:var(--ink)}
.compatible .choice-icon{background:rgba(255,255,255,.1);color:#93dfd1}
.choice-icon svg{font-size:27px}
.choice-card h3{margin:42px 0 6px;font-family:Magistral,sans-serif;font-size:30px}
.choice-card p{min-height:48px;color:#737d7a;font-size:13px}
.compatible p{color:#b7cfca}
.choice-card ul{display:grid;gap:9px;margin:24px 0 0;padding:0;list-style:none;font-size:12px}
.choice-card li:before{content:"✓";margin-right:8px;color:var(--orange);font-weight:700}

/* Business */
.business-section{padding:86px 0;background:#fff}
.business-card{min-height:500px;display:grid;grid-template-columns:.9fr 1.1fr;border-radius:20px;background:var(--ink);color:#fff;overflow:hidden}
.business-visual{position:relative;overflow:hidden;background:radial-gradient(circle at 35% 35%,#247386 0,transparent 35%),linear-gradient(155deg,#07343c,#0b4f5c 55%,#06323a)}
.business-copy{padding:75px 80px 70px}
.business-copy h2{margin-bottom:22px;font-size:clamp(40px,3.5vw,58px)}
.business-copy>p{max-width:650px;color:#bed0cc}
.business-benefits{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px;margin:28px 0 32px}
.business-benefits span{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600}
.business-benefits svg{color:#8bd6c8}
.business-actions{display:flex;gap:11px;flex-wrap:wrap}
.order-sheet{position:absolute;left:15%;top:18%;width:235px;height:300px;padding:28px;transform:rotate(-7deg);border-radius:7px;background:#fff;color:#1e2928;box-shadow:0 30px 50px rgba(0,0,0,.28)}
.order-sheet>span{display:block;margin-bottom:35px;color:var(--ink);font-size:11px;font-weight:700;letter-spacing:.1em}
.order-sheet i{display:block;height:8px;margin:16px 0;border-radius:3px;background:#dce4e1}.order-sheet i:nth-of-type(2){width:70%}.order-sheet i:nth-of-type(3){width:85%}
.order-sheet b{position:absolute;right:20px;bottom:22px;padding:7px 11px;border:2px solid var(--orange);color:var(--orange);font-size:12px;transform:rotate(-4deg)}
.box-shape{position:absolute;left:43%;bottom:-38px;width:220px;height:205px;transform:rotate(5deg);background:#b9864d;clip-path:polygon(0 18%,55% 0,100% 20%,94% 88%,45% 100%,4% 78%);box-shadow:0 25px 45px rgba(0,0,0,.25)}
.box-shape:before{content:"";position:absolute;left:45%;top:0;width:8px;height:100%;background:rgba(255,255,255,.45);transform:rotate(3deg)}
.box-shape span{position:absolute;left:48px;top:80px;font-family:Magistral,sans-serif;font-size:24px;line-height:.9;color:#282018;transform:rotate(-3deg)}
.business-orbit{position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%}.business-orbit.one{width:430px;height:430px;left:-130px;bottom:-190px}.business-orbit.two{width:330px;height:330px;right:-170px;top:-120px}

/* Stores */
.stores-section{padding:82px 0;background:#121616;color:#fff}
.stores-grid{display:grid;grid-template-columns:190px 1fr 1fr;align-items:center;gap:60px}
.store-number{display:flex;align-items:center;gap:12px}
.store-number strong{font-family:Magistral,sans-serif;font-size:122px;line-height:.75;color:var(--orange)}
.store-number span{color:#bbc5c2;font-size:15px;font-weight:600;line-height:1.25}
.stores-copy h2{margin-bottom:18px;font-size:43px}
.stores-copy p{max-width:580px;color:#aab5b2}
.stores-copy>div{display:flex;align-items:center;gap:22px;margin-top:25px}
.stores-copy .text-link{color:#9edbd0;font-size:13px}
.store-network{position:relative;height:285px;border:1px solid #303a38;border-radius:17px;background:radial-gradient(circle at 50% 50%,rgba(11,79,92,.6),transparent 55%),#171d1c;overflow:hidden}
.store-network:before,.store-network:after{content:"";position:absolute;inset:18px;border:1px dashed rgba(255,255,255,.08);border-radius:50%}.store-network:after{inset:64px}
.store-network>i{position:absolute;left:var(--x);top:var(--y);width:10px;height:10px;border:2px solid #ff8050;border-radius:50%;background:var(--orange);box-shadow:0 0 0 5px rgba(232,78,15,.1)}
.store-network>div{position:absolute;right:24px;bottom:22px;width:195px;padding:13px;border:1px solid #3e4a47;border-radius:10px;background:rgba(20,26,25,.9);display:grid;grid-template-columns:30px 1fr;column-gap:8px}
.store-network>div svg{grid-row:1/3;font-size:26px;color:var(--orange)}
.store-network>div b{font-size:12px}.store-network>div small{color:#95a19e;font-size:9px;line-height:1.3}

/* Guides */
.guides-section{background:#fff}
.guides-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.guide-card{position:relative;min-height:390px;padding:28px;border-radius:15px;overflow:hidden;background:#f1f4f3;transition:transform .18s}
.guide-card:hover{transform:translateY(-3px)}
.guide-card>span{font-size:10px;font-weight:700;letter-spacing:.14em;color:var(--orange)}
.guide-card h3{max-width:370px;margin:26px 0 10px;font-family:Magistral,sans-serif;font-size:28px;line-height:1.03}
.guide-card p{max-width:390px;color:#687270;font-size:13px}
.guide-card>b{position:absolute;left:28px;bottom:25px;display:flex;align-items:center;gap:7px;font-size:12px}
.guide-card>b svg{font-size:16px}
.guide-art{height:135px;margin-top:18px;display:grid;place-items:center;border-radius:12px;background:#fff;color:var(--ink)}
.guide-art svg{font-size:74px;stroke-width:1.2}
.guide-ink{background:#e7f2ef}.guide-cost{background:#fbefe8}.guide-space{background:#eef0f5}
.guide-cost .guide-art{position:relative;grid-template-columns:90px 1fr;padding:22px 30px;background:#1b2221;color:#fff;overflow:hidden}
.guide-cost .guide-art strong{font-family:Magistral,sans-serif;font-size:70px;color:var(--orange)}
.guide-cost .guide-art i{position:absolute;bottom:25px;width:28px;background:#61a99b}.guide-cost .guide-art i:nth-of-type(1){left:50%;height:28px}.guide-cost .guide-art i:nth-of-type(2){left:62%;height:52px}.guide-cost .guide-art i:nth-of-type(3){left:74%;height:82px}

/* Newsletter and footer */
.newsletter{background:var(--orange);color:#000}
.newsletter-inner{min-height:120px;display:grid;grid-template-columns:58px 1fr minmax(390px,.8fr);align-items:center;gap:20px}
.newsletter-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:12px;background:rgba(255,255,255,.85)}
.newsletter-icon svg{font-size:27px}
.newsletter h2{margin:0 0 3px;font-family:"Open Sans",sans-serif;font-size:23px;letter-spacing:-.02em}
.newsletter p{margin:0;font-size:12px}
.newsletter form{display:grid;grid-template-columns:1fr auto;gap:8px}
.newsletter input{height:48px;padding:0 16px;border:0;border-radius:8px;outline:0}.newsletter button{padding:0 19px;border:0;border-radius:8px;background:#000;color:#fff;font-weight:700}
.site-footer{background:#090b0b;color:#fff}
.footer-main{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:50px;padding:64px 0}
.footer-brand img{width:210px;margin-bottom:20px}.footer-brand p{color:#c4ccca}.footer-parent{display:inline-block;margin-top:12px;padding:8px 10px;border:1px solid #343a39;border-radius:7px;color:#8f9996;font-size:10px}.footer-parent strong{color:#fff}
.footer-main h3{margin:0 0 16px;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.footer-main>div:not(.footer-brand){display:flex;flex-direction:column}.footer-main a{margin:5px 0;color:#929c99;font-size:12px}.footer-main a:hover{color:#fff}
.footer-bottom{min-height:72px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #242928;color:#6d7774;font-size:10px}
.mobile-bottom-nav{display:none}

/* Interactions */
:focus-visible{outline:3px solid rgba(11,79,92,.35);outline-offset:3px}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

@media(max-width:1280px){
  .container{width:calc(100% - 48px)}
  .main-header-inner{grid-template-columns:195px minmax(300px,1fr) auto;gap:24px}.brand{width:190px}
  .category-nav-inner{gap:20px;font-size:12px}
  .hero-copy{padding-left:48px}.hero-card{grid-template-columns:49% 51%}
  .quick-reorder-inner{grid-template-columns:.8fr 1.3fr}.quick-reorder-inner>a{display:none}
  .business-copy{padding:65px 55px}.stores-grid{grid-template-columns:165px 1fr 1fr;gap:35px}
}

@media(max-width:1080px){
  .utility-promises span:nth-child(2){display:none}.utility-links a:nth-child(-n+2){display:none}
  .main-header-inner{grid-template-columns:185px 1fr auto}.header-actions>a>span{display:none}.header-actions{gap:11px}
  .category-nav-inner a:nth-of-type(6),.category-nav-inner a:nth-of-type(7),.category-nav-inner a:nth-of-type(8){display:none}
  .hero-card{grid-template-columns:52% 48%}.hero-copy{padding:58px 30px 72px 42px}.hero-proof{gap:10px}.hero-proof span:nth-child(2){display:none}
  .finder-panel{grid-template-columns:repeat(3,1fr)}.finder-submit{grid-column:1/-1}.reference-panel{grid-template-columns:1fr auto}.reference-panel .finder-submit{grid-column:auto}
  .trust-grid{grid-template-columns:1fr 1fr}.trust-grid article:nth-child(2){border-right:0}.trust-grid article:nth-child(-n+2){border-bottom:1px solid #e6eae9}
  .category-grid{grid-template-columns:repeat(3,1fr)}.category-featured{grid-column:span 2}
  .product-grid{grid-template-columns:repeat(3,1fr)}.product-card:nth-child(4){display:none}
  .smart-choice-grid{grid-template-columns:1fr 1fr}.smart-choice-copy{grid-column:1/-1;padding-right:0}
  .business-card{grid-template-columns:.75fr 1.25fr}.order-sheet{left:5%}.box-shape{left:35%}
  .stores-grid{grid-template-columns:150px 1fr}.store-network{grid-column:1/-1;height:220px}
  .footer-main{grid-template-columns:1.6fr repeat(2,1fr)}.footer-main>div:nth-child(4),.footer-main>div:nth-child(5){margin-top:10px}
}

@media(max-width:767px){
  html{scroll-padding-top:110px}.container{width:calc(100% - 32px)}body{padding-bottom:68px}
  .utility-bar{display:none}.main-header-inner{min-height:68px;grid-template-columns:44px 1fr 44px;gap:9px}.icon-button{display:grid}.brand{width:154px;justify-self:center}.header-actions>a{display:none}.header-actions .cart-action{display:grid}.header-actions{justify-self:end}.header-actions svg{font-size:24px}
  .mobile-search-wrap{display:block;border-bottom:1px solid #e9edeb}.mobile-search-wrap .global-search{width:calc(100% - 32px);height:46px;grid-template-columns:1fr 48px}.main-header .global-search{display:none}.category-nav{display:none}
  .mobile-drawer{position:fixed;display:block;z-index:101;left:0;top:0;bottom:0;width:min(88vw,380px);padding:18px;background:#fff;transform:translateX(-105%);transition:transform .25s ease;box-shadow:16px 0 50px rgba(0,0,0,.18)}
  .mobile-drawer.is-open{transform:none}.mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #e3e8e6}.mobile-drawer-head img{width:175px}.mobile-drawer-head button{width:40px;height:40px;border:0;background:#f0f3f2;border-radius:50%;font-size:27px}
  .mobile-drawer nav{display:flex;flex-direction:column;padding-top:10px}.mobile-drawer nav a{display:flex;align-items:center;justify-content:space-between;padding:15px 4px;border-bottom:1px solid #edf0ef;font-weight:600}.mobile-drawer nav .mobile-promo{margin-top:14px;padding:13px;border:0;border-radius:8px;background:var(--orange);color:#000;justify-content:center}
  .drawer-backdrop{position:fixed;display:block;z-index:100;inset:0;border:0;background:rgba(0,0,0,.48);opacity:0;pointer-events:none;transition:.2s}.drawer-backdrop.is-open{opacity:1;pointer-events:auto}

  .hero-section{padding-top:14px;background:#fff}.hero-card{min-height:0;grid-template-columns:1fr;border-radius:14px;background:var(--warm)}
  .hero-copy{padding:34px 24px 30px;background:none}.hero-copy h1{font-size:43px;margin-bottom:16px}.hero-copy>p{font-size:15px;margin-bottom:20px}.hero-actions{display:grid}.hero-actions .button{width:100%}.hero-proof{margin-top:22px;justify-content:space-between}.hero-proof span{font-size:10px}.hero-proof span:nth-child(2){display:flex}
  .hero-media{height:375px;order:2}.hero-media:after{background:linear-gradient(180deg,var(--warm) 0,transparent 22%)}.hero-media img{object-position:center 66%}.hero-float-card{left:16px;right:16px;bottom:14px;max-width:none}
  .finder-wrap{margin-top:14px}.finder-card{padding:21px 18px 18px;border-radius:13px}.finder-heading{align-items:flex-start}.finder-heading h2{font-size:20px}.finder-mark{width:45px;height:45px}.finder-tabs{gap:16px;overflow-x:auto}.finder-tabs button{white-space:nowrap;font-size:11px}.finder-panel,.reference-panel{grid-template-columns:1fr;gap:10px}.finder-submit,.reference-panel .finder-submit{grid-column:1;width:100%}.finder-foot{align-items:flex-start;gap:13px;flex-direction:column}
  .trust-section{padding-top:24px}.trust-grid{grid-template-columns:1fr}.trust-grid article{border-right:0;border-bottom:1px solid #e6eae9!important;padding:17px 19px}.trust-grid article:last-child{border-bottom:0!important}
  .section{padding:60px 0}.section-heading{align-items:flex-start;flex-direction:column;margin-bottom:24px}.section-heading h2{font-size:37px}.section-heading .text-link{display:none}
  .categories-section{padding-top:55px}.category-grid{grid-template-columns:1fr 1fr;gap:10px}.category-card{min-height:180px;padding:18px}.category-card h3{font-size:16px;margin-top:12px}.category-card p{font-size:11px}.category-card>i{right:13px;bottom:12px}.category-icon{width:45px;height:45px}.category-icon svg{font-size:24px}.category-featured{grid-column:1/-1;min-height:250px;grid-template-columns:1.18fr .82fr;padding:0}.category-featured .category-content{padding:22px}.category-featured h3{font-size:29px}.category-featured p{font-size:12px}.category-featured b{margin-top:15px}
  .quick-reorder{padding-bottom:60px}.quick-reorder-inner{grid-template-columns:1fr;gap:20px;padding:26px 20px}.quick-reorder form{grid-template-columns:1fr}.quick-reorder h2{font-size:25px}
  .products-heading{gap:18px}.product-tabs{width:100%;overflow-x:auto}.product-tabs button{flex:1;white-space:nowrap}
  .product-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:11px;padding:0 16px 18px;margin-inline:-16px}.product-card,.product-card:nth-child(4){display:block;flex:0 0 82%;scroll-snap-align:start}.product-media{height:245px}.add-button span{display:inline}
  .smart-choice-grid{grid-template-columns:1fr}.smart-choice-copy{padding:0 0 15px}.smart-choice-copy h2{font-size:38px}.choice-card h3{margin-top:26px}
  .business-section{padding:60px 0}.business-card{grid-template-columns:1fr}.business-visual{min-height:310px}.order-sheet{left:10%;top:14%;width:185px;height:235px;padding:21px}.box-shape{left:46%;width:170px;height:165px}.business-copy{padding:38px 22px 42px}.business-copy h2{font-size:38px}.business-benefits{grid-template-columns:1fr}.business-actions{display:grid}.business-actions .button{width:100%}
  .stores-section{padding:60px 0}.stores-grid{grid-template-columns:1fr;gap:35px}.store-number strong{font-size:105px}.stores-copy h2{font-size:37px}.stores-copy>div{align-items:flex-start;flex-direction:column}.store-network{grid-column:auto;height:230px}
  .guides-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:11px;padding:0 16px 14px;margin-inline:-16px}.guide-card{flex:0 0 86%;min-height:375px;scroll-snap-align:start}
  .newsletter-inner{padding:28px 0;grid-template-columns:48px 1fr}.newsletter-icon{width:46px;height:46px}.newsletter h2{font-size:19px}.newsletter p{font-size:11px}.newsletter form{grid-column:1/-1;grid-template-columns:1fr}.newsletter form button{height:46px}
  .footer-main{grid-template-columns:1fr 1fr;gap:36px 24px;padding:48px 0}.footer-brand{grid-column:1/-1}.footer-main>div:nth-child(4),.footer-main>div:nth-child(5){margin:0}.footer-bottom{padding:20px 0;align-items:flex-start;flex-direction:column;gap:8px}
  .mobile-bottom-nav{position:fixed;display:grid;z-index:80;left:0;right:0;bottom:0;height:68px;grid-template-columns:repeat(5,1fr);align-items:center;border-top:1px solid #dfe4e2;background:rgba(255,255,255,.96);box-shadow:0 -8px 30px rgba(0,0,0,.1);backdrop-filter:blur(10px)}.mobile-bottom-nav a{display:grid;justify-items:center;gap:1px;color:#6d7774;font-size:9px}.mobile-bottom-nav svg{font-size:22px}.mobile-bottom-nav .is-active{color:var(--orange)}.mobile-bottom-nav .bottom-finder{position:relative;color:#fff}.mobile-bottom-nav .bottom-finder:before{content:"";position:absolute;z-index:-1;top:-16px;width:51px;height:51px;border:5px solid #fff;border-radius:50%;background:var(--ink);box-shadow:0 5px 12px rgba(0,0,0,.16)}.bottom-cart{position:relative;display:flex}
}

@media(max-width:390px){
  .hero-copy h1{font-size:38px}.hero-proof{gap:6px}.hero-proof span{font-size:9px}.hero-media{height:340px}.hero-float-card{font-size:10px}.float-icon{width:42px;height:42px}
  .category-card{min-height:170px}.category-card p{display:none}.category-featured p{display:block}.product-card,.product-card:nth-child(4){flex-basis:88%}
  .footer-main{grid-template-columns:1fr}.footer-brand{grid-column:auto}
}
