:root {
  --black: #0d0d0d;
  --ink: #202020;
  --orange: #ff4b0b;
  --orange-dark: #dd3800;
  --white: #fff;
  --soft: #f5f5f3;
  --soft-2: #ececea;
  --line: #dededb;
  --muted: #6c6c68;
  --success: #147a42;
  --danger: #b83228;
  --radius: 10px;
  --shadow: 0 16px 45px rgba(0,0,0,.09);
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

/* Account, customer care and legal information */
.account-shell { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(380px, .8fr); gap: 90px; align-items: center; min-height: 690px; padding-block: 75px; }
.account-intro h1, .contact-copy h1, .system-page h1 { max-width: 760px; margin: 0; color: var(--black); font-size: clamp(48px, 6vw, 88px); line-height: .94; letter-spacing: -.06em; }
.account-intro > p, .contact-copy > p, .system-page > p { max-width: 620px; margin: 24px 0; color: var(--muted); font-size: 16px; }
.account-intro > a, .contact-copy > a, .system-page > a:not(.button), .form-underlink { color: var(--orange); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.panel-form { padding: 42px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); box-shadow: var(--shadow); }
.panel-form h2 { margin: 0 0 26px; font-size: 26px; }
.panel-form .form-field { margin-bottom: 17px; }
.panel-form .button { margin-top: 8px; }
.panel-form .form-underlink { display: block; margin-top: 18px; text-align: center; }
.field-help { display: block; margin-top: 6px; color: var(--muted); font-size: 9px; }
.field-help ul { margin: 5px 0 0; padding-left: 16px; }
.form-field input[type="checkbox"] { width: auto; min-height: 0; margin-right: 7px; padding: 0; accent-color: var(--orange); }
.panel-form > p label { display: block; margin-bottom: 6px; font-size: 10px; font-weight: 750; }
.panel-form > p input { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #c9c9c5; border-radius: 5px; background: white; }
.account-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding: 60px 0 35px; border-bottom: 1px solid var(--line); }
.account-heading h1 { margin: 0; font-size: clamp(44px, 5vw, 70px); letter-spacing: -.055em; }
.account-heading p { margin: 8px 0 0; color: var(--muted); }
.text-button { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.account-grid { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 55px; padding-block: 42px 100px; }
.account-menu { align-self: start; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; }
.account-menu strong { padding: 18px; color: white; background: var(--black); font-size: 11px; text-transform: uppercase; }
.account-menu a { padding: 14px 18px; border-bottom: 1px solid var(--line); font-size: 11px; }
.account-menu a:last-child { border-bottom: 0; }
.account-menu a.active { color: var(--orange); font-weight: 850; }
.panel-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.panel-title h2 { margin: 0; font-size: 30px; }
.panel-title a { color: var(--orange); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.order-list { border-top: 1px solid var(--line); }
.order-row { display: grid; grid-template-columns: 1.3fr .8fr .65fr .8fr .75fr; gap: 20px; align-items: center; min-height: 84px; padding: 16px 12px; border-bottom: 1px solid var(--line); transition: background .2s; }
.order-row:hover { background: var(--soft); }
.order-row small, .order-row strong { display: block; }
.order-row small { margin-bottom: 3px; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.order-row strong { font-size: 12px; }
.status-pill { display: inline-flex; width: fit-content; align-items: center; justify-content: center; padding: 6px 9px; border-radius: 99px; color: #5d4a00; background: #fff0b7; font-size: 8px; font-weight: 850; text-transform: uppercase; }
.status-paid, .status-processing, .status-shipped, .status-completed { color: #075a30; background: #dff5e9; }
.status-cancelled { color: #8d2119; background: #fbe2df; }
.order-row-action { color: var(--orange); font-size: 11px; font-weight: 850; text-align: right; text-transform: uppercase; }
.empty-account { padding: 65px 30px; border-radius: 8px; background: var(--soft); text-align: center; }
.empty-account h3 { margin: 0; font-size: 28px; }
.empty-account p { color: var(--muted); }
.empty-account .button { margin-top: 16px; }
.order-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 55px; padding-block: 40px 100px; }
.account-order-item { display: grid; grid-template-columns: 95px minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.order-thumb { width: 95px; aspect-ratio: 1; overflow: hidden; border-radius: 5px; background: var(--soft); }
.order-thumb img { width: 100%; height: 100%; object-fit: cover; }
.account-order-item small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; }
.order-info-card { padding: 28px; border-radius: 8px; background: var(--soft); }
.order-info-card h2 { margin-top: 0; }
.order-info-card > p { display: flex; justify-content: space-between; font-size: 11px; }
.order-info-card > p.total { padding-top: 14px; border-top: 1px solid var(--line); font-size: 17px; }
.order-info-card h3 { margin: 22px 0 7px; font-size: 11px; text-transform: uppercase; }
.order-info-card address { color: var(--muted); font-size: 11px; font-style: normal; }
.button-outline { border: 1px solid var(--black); color: var(--black); background: transparent; }
.order-info-card .button { margin-top: 25px; }
.payment-recovery, .tracking-card { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 28px; padding: 24px 28px; border-radius: 8px; }
.payment-recovery { color: white; background: var(--black); }
.tracking-card { border: 1px solid #cfe8da; background: #eef9f3; }
.payment-recovery > div, .tracking-card > div { min-width: 0; }
.payment-recovery span, .tracking-card span, .tracking-card small { display: block; }
.payment-recovery span, .tracking-card span { margin-bottom: 5px; color: var(--orange); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.payment-recovery strong { font-size: 17px; }
.tracking-card strong { display: block; overflow-wrap: anywhere; font-size: 25px; letter-spacing: .035em; }
.tracking-card small { margin-top: 4px; color: var(--muted); font-size: 13px; }
.payment-recovery form { flex: 0 0 auto; }
.contact-layout { display: grid; grid-template-columns: 1.1fr minmax(400px, .8fr); gap: 80px; align-items: start; padding-block: 80px 110px; }
.contact-copy { padding-top: 20px; }
.contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; max-width: 700px; margin-top: 40px; background: var(--line); border: 1px solid var(--line); }
.contact-cards > div { min-height: 110px; padding: 20px; background: white; }
.contact-cards small, .contact-cards a, .contact-cards span, .contact-cards address { display: block; }
.contact-cards small { margin-bottom: 8px; color: var(--orange); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.contact-cards address { font-style: normal; }
.contact-form { position: sticky; top: 120px; }
.info-box { max-width: 620px; margin: 35px 0 24px; padding: 20px; border-left: 4px solid var(--orange); background: var(--soft); }
.info-box p { margin: 5px 0 0; color: var(--muted); }
.system-page { min-height: 600px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 80px; }
.system-page .button { margin: 10px 0 20px; }
.legal-hero { max-width: 1000px; padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.legal-hero > p { margin: 12px 0 5px; color: var(--muted); font-size: 18px; }
.legal-hero > small { color: #999; font-size: 9px; text-transform: uppercase; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 850px); gap: 80px; align-items: start; margin-top: 45px; }
.legal-index { position: sticky; top: 120px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.legal-index strong { padding: 15px; color: white; background: var(--black); font-size: 10px; text-transform: uppercase; }
.legal-index a { padding: 11px 15px; border-bottom: 1px solid var(--line); font-size: 10px; }
.legal-index a:last-child { border-bottom: 0; }
.legal-index a.active { color: var(--orange); font-weight: 850; }
.legal-layout .legal-content { max-width: none; margin: 0; }
.legal-content section { padding: 0 0 26px; margin-bottom: 27px; border-bottom: 1px solid var(--line); }
.legal-content section h2 { margin: 0 0 10px; color: var(--black); font-size: 22px; }
.legal-content section p, .legal-content section li { color: #555; font-size: 13px; line-height: 1.75; }
.legal-content section a { color: var(--orange-dark); text-decoration: underline; }
.legal-source { padding: 20px !important; border: 0 !important; border-left: 4px solid var(--orange) !important; background: var(--soft); }

@media (max-width: 980px) {
  .account-shell, .contact-layout { grid-template-columns: 1fr; gap: 45px; min-height: 0; }
  .account-shell { padding-block: 60px 90px; }
  .contact-layout { padding-block: 60px 90px; }
  .contact-form { position: static; }
  .account-grid { grid-template-columns: 190px minmax(0, 1fr); gap: 25px; }
  .order-detail-grid { grid-template-columns: 1fr 340px; gap: 30px; }
  .legal-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 35px; }
}

@media (max-width: 680px) {
  .account-shell, .contact-layout { padding-block: 45px 70px; }
  .account-intro h1, .contact-copy h1, .system-page h1 { font-size: 48px; }
  .panel-form { padding: 25px 18px; }
  .account-heading { align-items: flex-start; flex-direction: column; padding-top: 40px; }
  .account-grid, .order-detail-grid, .legal-layout { grid-template-columns: 1fr; }
  .account-menu, .legal-index { position: static; }
  .order-row { grid-template-columns: 1fr 1fr; gap: 12px; }
  .order-row-action { text-align: left; }
  .account-order-item { grid-template-columns: 74px minmax(0, 1fr); }
  .order-thumb { width: 74px; }
  .account-order-item > b { grid-column: 2; }
  .contact-cards { grid-template-columns: 1fr; }
  .legal-page h1 { font-size: 50px; }
  .legal-hero { padding-bottom: 30px; }
  .legal-content section h2 { font-size: 20px; }
  .payment-recovery, .tracking-card { align-items: stretch; flex-direction: column; padding: 20px; }
  .payment-recovery form, .payment-recovery .button, .tracking-card .button { width: 100%; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 15px/1.55 var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
main { min-height: 55vh; }
.page-width { width: min(1500px, calc(100% - 56px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 200; padding: 12px 18px; color: white; background: var(--black); }
.skip-link:focus { top: 12px; }
.section-kicker { display: block; margin-bottom: 8px; color: var(--orange); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 0; border-radius: 6px; cursor: pointer; font-size: 12px; font-weight: 850; letter-spacing: .045em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-accent { color: white; background: var(--orange); }
.button-accent:hover { background: var(--orange-dark); }
.button-black { color: white; background: var(--black); }
.button-black:hover { background: #303030; }
.button.full { width: 100%; }

/* Header */
.top-strip { color: white; background: var(--black); }
.top-strip-inner { min-height: 33px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.top-strip-inner a { justify-self: end; }
.store-header { position: relative; z-index: 80; background: white; }
.store-header.is-sticky { position: sticky; top: 0; box-shadow: 0 10px 35px rgba(0,0,0,.08); }
.masthead { min-height: 106px; display: grid; grid-template-columns: 230px minmax(260px, 680px) auto; align-items: center; justify-content: space-between; gap: 38px; }
.brand { width: 192px; display: inline-flex; align-items: center; justify-content: flex-start; }
.brand img { width: 185px; height: 82px; object-fit: contain; object-position: left center; }
.brand > span { font: 52px/1 Georgia, serif; }.brand > b { margin: 8px 0 0 -65px; align-self: flex-end; color: var(--orange); }
.global-search { height: 49px; display: flex; overflow: hidden; border: 2px solid var(--black); border-radius: 6px; background: white; }
.global-search input { min-width: 0; flex: 1; padding: 0 18px; border: 0; outline: 0; color: var(--ink); font-size: 13px; }
.global-search input::placeholder { color: #8c8c88; }
.global-search button { min-width: 108px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 16px; border: 0; color: white; background: var(--black); cursor: pointer; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.global-search button span:first-child { font-size: 23px; font-weight: 400; transform: rotate(-15deg); }
.header-actions { display: flex; align-items: center; gap: 24px; }
.header-action { position: relative; display: flex; align-items: center; gap: 9px; white-space: nowrap; }
.action-symbol { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 19px; }
.header-action small, .header-action strong { display: block; line-height: 1.2; }
.header-action small { margin-bottom: 3px; color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.header-action strong { font-size: 12px; }
.cart-action > b { position: absolute; top: -7px; left: 25px; min-width: 19px; height: 19px; display: grid; place-items: center; padding: 0 4px; border-radius: 99px; color: white; background: var(--orange); font-size: 9px; }
.menu-toggle { display: none; }
.category-nav { border-block: 1px solid var(--line); background: white; }
.category-nav-inner { min-height: 48px; display: flex; align-items: stretch; }
.category-nav-inner > a, .nav-department > a { min-height: 48px; display: flex; align-items: center; padding: 0 20px; font-size: 10px; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; white-space: nowrap; }
.category-nav-inner > a:hover, .nav-department:hover > a { color: var(--orange); }
.catalog-nav-link { gap: 10px; min-width: 220px; color: white !important; background: var(--orange); }
.hamburger-mark { font-size: 15px; }
.nav-last { margin-left: auto; }
.nav-department { position: relative; }
.nav-dropdown { position: absolute; top: calc(100% + 1px); left: 0; width: 300px; display: none; padding: 22px; border: 1px solid var(--line); border-top: 3px solid var(--orange); background: white; box-shadow: var(--shadow); }
.nav-department:hover .nav-dropdown, .nav-department:focus-within .nav-dropdown { display: block; }
.nav-dropdown p { margin: 0 0 12px; font-size: 18px; font-weight: 850; }
.nav-dropdown a { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid #ededeb; color: #444; font-size: 12px; }
.nav-dropdown small { color: #999; }
.nav-dropdown .nav-view-all { margin-top: 10px; border: 0; color: var(--orange); font-weight: 800; }

/* Messages */
.messages { position: fixed; top: 135px; right: 24px; z-index: 120; width: min(390px, calc(100% - 40px)); }
.message { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 8px; padding: 15px 18px; border-radius: 7px; color: white; background: var(--black); box-shadow: var(--shadow); font-size: 13px; }
.message.success { background: var(--success); }.message.error { background: var(--danger); }
.message button { padding: 0; border: 0; color: inherit; background: none; cursor: pointer; font-size: 20px; }

/* Home hero */
.home-hero { height: 640px; display: grid; grid-template-columns: 286px 1fr; margin-top: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.department-rail { min-width: 0; display: flex; flex-direction: column; background: white; border-right: 1px solid var(--line); }
.rail-heading { min-height: 58px; display: flex; align-items: center; gap: 12px; padding: 0 19px; color: white; background: var(--black); font-size: 12px; text-transform: uppercase; }
.rail-heading small { margin-left: auto; color: #777; font-size: 7px; letter-spacing: .12em; }
.rail-scroll { flex: 1; min-height: 0; overflow-y: auto; overscroll-behavior: contain; scrollbar-color: var(--orange) #e7e7e4; scrollbar-width: auto; }
.rail-scroll::-webkit-scrollbar { width: 7px; }.rail-scroll::-webkit-scrollbar-track { background: #ececea; }.rail-scroll::-webkit-scrollbar-thumb { border-radius: 10px; background: var(--orange); }
.rail-group { border-bottom: 1px solid #ebebe8; }
.rail-root { min-height: 48px; display: grid; grid-template-columns: 1fr auto 18px; gap: 8px; align-items: center; padding: 0 17px; background: #fafafa; cursor: pointer; list-style: none; font-size: 11px; font-weight: 850; }
.rail-root::-webkit-details-marker { display: none; }.rail-root b { color: var(--orange); font-size: 17px; font-weight: 500; text-align: right; transition: transform .2s; }.rail-group[open] .rail-root b { transform: rotate(45deg); }
.rail-root:hover { color: var(--orange); }
.rail-root small { color: #999; font-size: 9px; }
.rail-children { padding: 5px 0 10px; background: white; }
.rail-child { display: block; padding: 6px 18px 6px 29px; color: #5b5b58; font-size: 10px; }
.rail-child::before { content: "—"; margin-right: 7px; color: #c9c9c5; }
.rail-child:hover { color: var(--orange); }
.rail-view-all { color: var(--orange); font-size: 8px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }.rail-view-all::before { content: "↗"; color: var(--orange); }
.rail-all { min-height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-top: 1px solid var(--line); color: var(--orange); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.commerce-slider { position: relative; min-width: 0; overflow: hidden; background: #222; }
.commerce-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: scale(1.015); transition: opacity .55s, visibility .55s, transform 1s; }
.commerce-slide.is-active { opacity: 1; visibility: visible; transform: scale(1); }
.commerce-slide > img { width: 100%; height: 100%; object-fit: cover; }
.slide-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.64) 40%, rgba(0,0,0,.05) 82%), linear-gradient(0deg, rgba(0,0,0,.35), transparent 50%); }
.slide-content { position: absolute; top: 50%; left: clamp(42px, 6vw, 95px); width: min(520px, 53%); color: white; transform: translateY(-50%); }
.slide-label { margin: 0 0 16px; color: #ff9c7a; font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.slide-content h1 { margin: 0; font-size: clamp(40px, 4vw, 68px); line-height: .98; letter-spacing: -.045em; }
.slide-copy { max-width: 480px; margin: 20px 0 0; color: rgba(255,255,255,.78); font-size: 13px; }
.slide-bottom { display: flex; align-items: center; gap: 28px; margin-top: 28px; }
.slide-bottom p { margin: 0; }.slide-bottom small { display: block; font-size: 9px; text-transform: uppercase; }.slide-bottom strong { font-size: 23px; }
.slider-controls { position: absolute; right: 30px; bottom: 24px; left: 42px; display: flex; align-items: center; justify-content: space-between; color: white; }
.slider-dots { display: flex; gap: 7px; }.slider-dots button { position: relative; width: 23px; height: 4px; overflow: hidden; padding: 0; border: 0; border-radius: 5px; background: rgba(255,255,255,.45); cursor: pointer; }.slider-dots button.is-active { width: 42px; background: rgba(255,255,255,.28); }.slider-dots button.is-active::after { content: ""; position: absolute; inset: 0; background: var(--orange); transform-origin: left; animation: slider-progress 5.5s linear forwards; }
@keyframes slider-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.slider-controls > div:last-child { display: flex; align-items: center; gap: 11px; font-size: 9px; }.slider-controls > div:last-child button { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: white; background: rgba(0,0,0,.2); cursor: pointer; }
.campaign-slide > img { filter: saturate(.9) contrast(1.04); }
.campaign-slide .slide-overlay { background: linear-gradient(90deg, rgba(4,4,4,.97) 0%, rgba(4,4,4,.88) 30%, rgba(4,4,4,.52) 53%, rgba(4,4,4,.06) 82%), linear-gradient(0deg, rgba(0,0,0,.38), transparent 46%); }
.campaign-slide .slide-content { left: clamp(38px, 5vw, 82px); width: min(650px, 62%); }
.campaign-eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; color: #ff9c7a; font-size: 9px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.campaign-eyebrow::before { content: ""; width: 32px; height: 2px; background: var(--orange); }
.campaign-eyebrow i { padding-left: 13px; border-left: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.62); font-style: normal; }
.campaign-slide .slide-content h1 { max-width: 640px; font-size: clamp(46px, 4.25vw, 74px); line-height: .91; letter-spacing: -.06em; }
.campaign-slide .slide-content h1 em { color: var(--orange); font: italic 1.06em/.9 Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
.campaign-slide .slide-copy { max-width: 540px; margin-top: 25px; color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.65; }
.campaign-slide .slide-bottom { gap: 24px; margin-top: 32px; }
.campaign-note { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.34); color: rgba(255,255,255,.62); font-size: 8px; font-weight: 750; letter-spacing: .13em; line-height: 1.7; text-transform: uppercase; }
.campaign-watermark { position: absolute; right: 28px; bottom: 67px; color: rgba(255,255,255,.075); font-size: clamp(68px, 9vw, 145px); font-weight: 950; letter-spacing: -.08em; line-height: .8; pointer-events: none; writing-mode: vertical-rl; }
.campaign-slider .slider-controls { z-index: 5; }
.campaign-slider .slider-controls::before { content: "Campaign 2026"; position: absolute; left: 50%; color: rgba(255,255,255,.42); font-size: 7px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; transform: translateX(-50%); }

.service-strip { margin-top: 24px; border-block: 1px solid var(--line); background: var(--soft); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-grid > div { min-height: 88px; display: flex; align-items: center; justify-content: center; gap: 14px; border-right: 1px solid var(--line); }
.service-grid > div:last-child { border: 0; }.service-grid > div > span { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid var(--orange); border-radius: 50%; color: var(--orange); font-size: 9px; font-weight: 850; }
.service-grid p { margin: 0; }.service-grid strong, .service-grid small { display: block; }.service-grid strong { font-size: 11px; }.service-grid small { margin-top: 3px; color: var(--muted); font-size: 9px; }

/* Shared sections */
.home-section { padding-block: 82px; }
.soft-section { background: var(--soft); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 32px; }
.section-heading h2 { margin: 0; color: var(--black); font-size: clamp(30px, 3.1vw, 48px); line-height: 1.03; letter-spacing: -.04em; }
.section-heading p { max-width: 560px; margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.section-heading > a { flex: none; padding-bottom: 6px; border-bottom: 2px solid var(--orange); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.category-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.category-card { position: relative; min-height: 285px; overflow: hidden; border-radius: var(--radius); background: #ddd; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }.category-card:hover img { transform: scale(1.04); }
.category-card-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.82), transparent 64%); }
.category-card-copy { position: absolute; right: 22px; bottom: 19px; left: 22px; color: white; }.category-card-copy small, .category-card-copy strong, .category-card-copy b { display: block; }.category-card-copy small { margin-bottom: 4px; color: #ffad90; font-size: 9px; font-weight: 800; text-transform: uppercase; }.category-card-copy strong { font-size: 22px; line-height: 1.05; }.category-card-copy b { margin-top: 11px; font-size: 9px; text-transform: uppercase; }
.product-grid { display: grid; gap: 16px; }
.home-featured-grid { grid-template-columns: repeat(4, 1fr); row-gap: 38px; }
.six-product-grid { grid-template-columns: repeat(6, 1fr); }
.product-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: white; transition: transform .22s, box-shadow .22s; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 13px 32px rgba(0,0,0,.08); }
.product-card-media { position: relative; display: block; aspect-ratio: 1 / 1.03; overflow: hidden; background: #f1f1ef; }
.product-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }.product-card:hover .product-card-media img { transform: scale(1.035); }
.image-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: #aaa; background: var(--soft); font-size: 18px; font-weight: 800; }
.product-badge { position: absolute; top: 11px; left: 11px; padding: 6px 9px; border-radius: 4px; color: white; background: var(--orange); font-size: 8px; font-weight: 850; text-transform: uppercase; }.product-badge.sold-out { right: 11px; left: auto; background: #555; }
.product-card-body { flex: 1; padding: 15px 15px 12px; }
.product-category { margin: 0 0 6px; overflow: hidden; color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.product-card h3 { min-height: 42px; margin: 0; font-size: 14px; line-height: 1.45; }.product-card h3 a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.card-price-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 13px; }.price { margin: 0; color: var(--black); font-size: 16px; font-weight: 850; }.price small { color: var(--muted); font-size: 10px; font-weight: 600; }.card-details { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 13px; }
.product-card-actions { border-top: 1px solid var(--line); }.product-card-actions form { margin: 0; }.product-card-actions button, .product-card-actions > a { width: 100%; min-height: 39px; display: flex; align-items: center; justify-content: center; padding: 0 10px; border: 0; color: var(--black); background: white; cursor: pointer; font-size: 9px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }.product-card-actions button:hover, .product-card-actions > a:hover { color: white; background: var(--orange); }
.orange-promo { min-height: 410px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: var(--radius); color: white; background: var(--orange); }
.orange-promo > div:first-child { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 55px 6vw; }.orange-promo .section-kicker { color: var(--black); }.orange-promo h2 { margin: 0; font-size: clamp(34px, 4vw, 62px); line-height: .98; letter-spacing: -.045em; }.orange-promo p { max-width: 560px; margin: 22px 0 28px; }.promo-collage { position: relative; overflow: hidden; }.promo-collage img { width: 100%; height: 100%; object-fit: cover; }.promo-collage span { position: absolute; right: 25px; bottom: 22px; padding: 13px; color: white; background: var(--black); font-size: 18px; font-weight: 850; line-height: 1; }

/* Breadcrumbs & catalog */
.breadcrumbs { display: flex; align-items: center; gap: 9px; padding-block: 20px; overflow: hidden; color: var(--muted); font-size: 10px; white-space: nowrap; }.breadcrumbs a:hover { color: var(--orange); }.breadcrumbs span:last-child { overflow: hidden; color: var(--ink); text-overflow: ellipsis; }
.catalog-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; padding: 38px 0 45px; border-bottom: 1px solid var(--line); }.catalog-heading h1, .simple-page-heading h1 { margin: 0; color: var(--black); font-size: clamp(42px, 5.5vw, 78px); line-height: .95; letter-spacing: -.055em; }.catalog-heading > p { max-width: 540px; margin: 0 0 4px; color: var(--muted); font-size: 14px; }
.catalog-layout { display: grid; grid-template-columns: 245px 1fr; gap: 38px; padding-block: 36px 90px; }
.catalog-sidebar { align-self: start; border: 1px solid var(--line); border-radius: 7px; overflow: hidden; background: white; }
.filter-header { min-height: 53px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; color: white; background: var(--black); font-size: 11px; text-transform: uppercase; }.filter-header span { color: #aaa; }
.all-products-link, .filter-root, .filter-child { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.all-products-link { min-height: 46px; padding: 0 15px; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 800; }.all-products-link.active, .filter-root.active, .filter-child.active { color: var(--orange); }
.catalog-filter-group { border-bottom: 1px solid var(--line); }.catalog-filter-group:last-child { border: 0; }.filter-root { min-height: 43px; padding: 0 15px; background: #f8f8f7; font-size: 11px; font-weight: 800; }.filter-root small, .filter-child small { color: #999; font-size: 9px; }.filter-child { min-height: 34px; padding: 0 15px 0 27px; color: #5c5c58; font-size: 10px; }.filter-child:hover, .filter-root:hover { color: var(--orange); }
.catalog-toolbar { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 18px; padding: 0 4px 14px; border-bottom: 1px solid var(--line); }.catalog-toolbar p { margin: 0; color: var(--muted); font-size: 11px; }.catalog-toolbar p strong { color: var(--ink); }.catalog-toolbar form { display: flex; align-items: center; gap: 10px; }.catalog-toolbar label { color: var(--muted); font-size: 10px; }.catalog-toolbar select { min-width: 175px; padding: 9px 31px 9px 11px; border: 1px solid var(--line); border-radius: 4px; background: white; font-size: 11px; }
.catalog-grid { grid-template-columns: repeat(4, 1fr); row-gap: 24px; }
.pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; margin-top: 45px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 10px; text-transform: uppercase; }.pagination a:last-child { justify-self: end; }.pagination strong { font-size: 10px; }.pagination a { color: var(--orange); font-weight: 800; }
.empty-state { padding: 100px 30px; text-align: center; background: var(--soft); }.empty-state > span { color: var(--orange); font-size: 54px; font-weight: 900; }.empty-state h2 { margin: 4px 0 10px; font-size: 31px; }.empty-state p { color: var(--muted); }.empty-state .button { margin-top: 18px; }

/* Product */
.product-page { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(390px, .75fr); gap: clamp(35px, 5vw, 85px); padding: 15px 0 90px; }
.product-gallery { min-width: 0; }.product-main-media { position: relative; aspect-ratio: 1 / .88; overflow: hidden; border-radius: 8px; background: var(--soft); }.product-main-media > img { width: 100%; height: 100%; object-fit: contain; }.detail-badge { position: absolute; top: 16px; left: 16px; padding: 7px 10px; border-radius: 4px; color: white; background: var(--orange); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.gallery-thumbnails { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; margin-top: 11px; }.gallery-thumb { min-width: 0; aspect-ratio: 1; overflow: hidden; padding: 0; border: 1px solid transparent; border-radius: 5px; background: var(--soft); cursor: pointer; }.gallery-thumb.active { border: 2px solid var(--orange); }.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-buy-panel { align-self: start; position: sticky; top: 120px; }.product-path { margin: 0 0 11px; color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }.product-buy-panel h1 { margin: 0; color: var(--black); font-size: clamp(34px, 3.4vw, 56px); line-height: 1.02; letter-spacing: -.045em; }.detail-meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 16px; padding-bottom: 17px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; text-transform: uppercase; }.in-stock { color: var(--success); }.out-stock { color: var(--danger); }
.detail-price { margin-top: 22px; }.detail-price small { margin-right: 4px; color: var(--muted); font-size: 10px; text-transform: uppercase; }.detail-price strong { color: var(--black); font-size: 30px; }.tax-note { margin: 2px 0 0; color: #92928e; font-size: 9px; }.product-intro { margin: 22px 0 0; color: #53534f; font-size: 13px; }
.product-form { margin-top: 24px; }.variant-field label, .quantity > span:first-child { display: block; margin-bottom: 7px; font-size: 10px; font-weight: 850; text-transform: uppercase; }.variant-field select { width: 100%; min-height: 50px; padding: 0 13px; border: 1px solid #bdbdb8; border-radius: 5px; background: white; font-size: 11px; }.add-row { display: grid; grid-template-columns: 115px 1fr; gap: 10px; margin-top: 16px; }.quantity-control { height: 48px; display: grid; grid-template-columns: 33px 1fr 33px; border: 1px solid var(--line); border-radius: 5px; }.quantity-control button, .quantity-control input { min-width: 0; padding: 0; border: 0; background: white; text-align: center; }.quantity-control button { cursor: pointer; }.quantity-control input { -moz-appearance: textfield; }.quantity-control input::-webkit-inner-spin-button { -webkit-appearance: none; }.add-button:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.buy-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 22px; }.buy-benefits > div { display: flex; gap: 8px; padding: 11px 8px; border: 1px solid var(--line); border-radius: 5px; }.buy-benefits > div > span { color: var(--orange); font-weight: 900; }.buy-benefits p { margin: 0; }.buy-benefits strong, .buy-benefits small { display: block; }.buy-benefits strong { font-size: 9px; }.buy-benefits small { color: var(--muted); font-size: 8px; }
.stock-note { margin: 10px 0 0; color: var(--muted); font-size: 10px; }.stock-note strong { color: var(--success); }.cart-quantity small { display: block; margin-top: 4px; color: var(--muted); font-size: 8px; }
.product-accordions { margin-top: 24px; border-top: 1px solid var(--line); }.product-accordions details { border-bottom: 1px solid var(--line); }.product-accordions summary { min-height: 48px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font-size: 11px; font-weight: 800; }.product-accordions summary::-webkit-details-marker { display: none; }.product-accordions details[open] summary span { transform: rotate(45deg); }.product-accordions details > div { max-height: 270px; overflow: auto; padding: 0 0 18px; color: var(--muted); font-size: 11px; }.product-accordions details > div p { margin: 0 0 10px; }.related-grid { grid-template-columns: repeat(4, 1fr); }

/* Cart & checkout */
.simple-page-heading { display: flex; align-items: flex-end; justify-content: space-between; padding: 55px 0 35px; border-bottom: 1px solid var(--line); }.simple-page-heading > p, .simple-page-heading > a { margin: 0 0 7px; color: var(--muted); font-size: 11px; }
.cart-layout { display: grid; grid-template-columns: 1fr 390px; gap: 50px; padding: 42px 0 90px; }.cart-column-head { display: grid; grid-template-columns: 1fr 125px 100px; padding: 0 38px 11px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; text-transform: uppercase; }.cart-column-head span:nth-child(2), .cart-column-head span:nth-child(3) { text-align: center; }
.cart-line { position: relative; display: grid; grid-template-columns: 125px 1fr 125px 100px 28px; gap: 18px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }.cart-thumb { aspect-ratio: 1; overflow: hidden; border-radius: 5px; background: var(--soft); }.cart-thumb img { width: 100%; height: 100%; object-fit: cover; }.cart-product p { margin: 0 0 5px; color: var(--orange); font-size: 9px; font-weight: 800; text-transform: uppercase; }.cart-product h2 { margin: 0; font-size: 16px; line-height: 1.3; }.cart-product small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; }.cart-product > strong { display: block; margin-top: 8px; font-size: 12px; }.cart-quantity { text-align: center; }.cart-quantity input { width: 60px; padding: 8px; border: 1px solid var(--line); text-align: center; }.cart-quantity button { display: block; margin: 6px auto 0; padding: 0; border: 0; color: var(--orange); background: none; cursor: pointer; font-size: 9px; }.cart-line-total { text-align: center; font-size: 13px; }.cart-remove button { width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; }.back-shopping { display: inline-block; margin-top: 20px; color: var(--orange); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.order-summary, .checkout-summary { align-self: start; position: sticky; top: 120px; padding: 27px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); }.order-summary > div { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 11px; }.order-summary .summary-total { margin-bottom: 20px; padding: 18px 0; border-bottom: 0; font-size: 18px; }.discount-row { color: var(--success); }.promo-form { margin-top: 22px; padding-top: 19px; border-top: 1px solid var(--line); }.promo-form label { display: block; margin-bottom: 7px; font-size: 9px; font-weight: 800; text-transform: uppercase; }.promo-form > div { display: flex; }.promo-form input { min-width: 0; flex: 1; padding: 10px; border: 1px solid var(--line); border-radius: 4px 0 0 4px; }.promo-form button { border: 0; border-radius: 0 4px 4px 0; color: white; background: var(--black); font-size: 9px; font-weight: 800; }.secure-note { margin: 16px 0 0; color: var(--muted); font-size: 9px; text-align: center; }
.empty-cart { margin-block: 45px 100px; padding: 100px 25px; border-radius: 8px; background: var(--soft); text-align: center; }.empty-cart > span { display: block; color: var(--orange); font-size: 65px; font-weight: 900; line-height: 1; }.empty-cart h2 { margin: 4px 0; font-size: 34px; }.empty-cart p { color: var(--muted); }.empty-cart .button { margin-top: 18px; }
.checkout-layout { display: grid; grid-template-columns: 1fr 410px; gap: 60px; padding-bottom: 100px; }.checkout-form fieldset { margin: 0 0 36px; padding: 0 0 34px; border: 0; border-bottom: 1px solid var(--line); }.checkout-form legend { width: 100%; margin-bottom: 22px; color: var(--black); font-size: 19px; font-weight: 850; }.checkout-form legend span { width: 28px; height: 28px; display: inline-grid; place-items: center; margin-right: 10px; border-radius: 50%; color: white; background: var(--orange); font-size: 11px; }.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }.form-field label { display: block; margin-bottom: 6px; font-size: 10px; font-weight: 750; }.field-control, .form-field input, .form-field textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #c9c9c5; border-radius: 5px; background: white; outline-color: var(--orange); }.form-field textarea { min-height: 95px; resize: vertical; }.form-field.has-error input { border-color: var(--danger); }.errorlist, .form-errors { color: var(--danger); font-size: 10px; }.payment-options { display: grid; gap: 10px; }.payment-option { display: flex; gap: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 5px; cursor: pointer; }.payment-option:has(input:checked) { border-color: var(--orange); box-shadow: inset 0 0 0 1px var(--orange); }.payment-option strong, .payment-option small { display: block; }.payment-option strong { font-size: 12px; }.payment-option small { margin-top: 3px; color: var(--muted); font-size: 9px; }.terms-check { display: flex; gap: 9px; margin-bottom: 18px; font-size: 10px; }.terms-check a { color: var(--orange); text-decoration: underline; }.checkout-summary { top: 110px; }.checkout-item { display: grid; grid-template-columns: 62px 1fr auto; gap: 12px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); }.checkout-item-image { position: relative; width: 62px; height: 62px; }.checkout-item-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }.checkout-item-image b { position: absolute; top: -5px; right: -5px; min-width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--orange); font-size: 8px; }.checkout-item strong { display: -webkit-box; overflow: hidden; font-size: 10px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }.checkout-item small { display: block; margin-top: 3px; color: var(--muted); font-size: 8px; }.checkout-item em { font-size: 10px; font-style: normal; font-weight: 800; }.checkout-totals { padding-top: 13px; }.checkout-totals p { display: flex; justify-content: space-between; margin: 7px 0; font-size: 10px; }.checkout-totals .total { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 18px; }.summary-help { margin-top: 18px; padding: 15px; color: white; background: var(--black); }.summary-help strong, .summary-help a { display: block; font-size: 10px; }

/* Utility pages */
.lookup-page { display: grid; grid-template-columns: 1fr 500px; gap: 80px; align-items: center; min-height: 620px; padding-block: 75px; }.lookup-copy h1 { max-width: 650px; margin: 0; font-size: clamp(48px, 6vw, 88px); line-height: .93; letter-spacing: -.06em; }.lookup-copy > p { max-width: 520px; margin: 24px 0; color: var(--muted); }.lookup-copy > div { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }.lookup-copy > div a { color: var(--orange); }.lookup-panel { padding: 42px; border-radius: 8px; background: var(--soft); }.lookup-result { margin-top: 25px; padding: 19px; color: white; background: var(--black); }.lookup-result small { color: #aaa; }.lookup-result h2 { margin: 4px 0; }.lookup-result p { margin: 0; color: #ccc; font-size: 10px; }.lookup-tracking { margin-top: 18px; padding-top: 18px; border-top: 1px solid #444; }.lookup-tracking span, .lookup-tracking strong, .lookup-tracking a { display: block; }.lookup-tracking span { color: #aaa; font-size: 11px; text-transform: uppercase; }.lookup-tracking strong { margin: 4px 0 10px; overflow-wrap: anywhere; font-size: 20px; letter-spacing: .035em; }.lookup-tracking a { color: #ff8054; font-size: 12px; font-weight: 800; }.lookup-tracking-pending strong { font-size: 14px; letter-spacing: 0; }
.success-page { max-width: 940px; padding-block: 85px 110px; text-align: center; }.success-mark { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; color: white; background: var(--success); font-size: 32px; }.success-mark-pending { background: #b56b00; }.success-page h1 { margin: 0; font-size: clamp(46px, 6vw, 78px); }.success-page > p { color: var(--muted); }.success-card { display: grid; grid-template-columns: repeat(4, 1fr); margin: 40px 0 25px; border: 1px solid var(--line); }.success-card div { padding: 22px 12px; border-right: 1px solid var(--line); }.success-card div:last-child { border: 0; }.success-card span, .success-card strong { display: block; }.success-card span { color: var(--muted); font-size: 9px; text-transform: uppercase; }.success-card strong { margin-top: 5px; font-size: 12px; }.order-instructions { margin: 0 0 25px; padding: 20px; background: var(--soft); }
.legal-page { padding-block: 70px 110px; }.legal-page h1 { margin: 0; font-size: clamp(52px, 7vw, 94px); letter-spacing: -.06em; }.legal-content { max-width: 850px; margin: 50px 0 0 auto; }.legal-content h2 { font-size: 28px; }.legal-content > p { color: var(--muted); font-size: 15px; }.legal-company { display: flex; flex-direction: column; gap: 5px; margin-top: 30px; padding: 24px; border-left: 4px solid var(--orange); background: var(--soft); }.legal-company a { color: var(--orange); }

/* Footer */
.site-footer { color: white; background: var(--black); }.footer-newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; padding-block: 70px; border-bottom: 1px solid #333; }.footer-newsletter > div > span { color: var(--orange); font-size: 10px; font-weight: 850; text-transform: uppercase; }.footer-newsletter h2 { margin: 8px 0 0; font-size: clamp(40px, 5vw, 72px); line-height: .95; letter-spacing: -.05em; }.footer-newsletter p { max-width: 520px; color: #aaa; }.footer-newsletter .button { margin-top: 13px; }.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding-block: 55px; }.footer-grid h3 { margin: 0 0 16px; color: var(--orange); font-size: 10px; text-transform: uppercase; }.footer-grid a, .footer-grid address, .footer-grid p { display: block; margin: 0 0 9px; color: #aaa; font-size: 11px; font-style: normal; }.footer-grid a:hover { color: white; }.footer-logo { width: 165px; padding: 8px; border-radius: 3px; background: white; }.footer-logo img { width: 100%; height: 77px; object-fit: contain; }.footer-identity p { max-width: 330px; margin-top: 16px; }.footer-payments { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-block: 24px; border-top: 1px solid #333; }.footer-payments-title { display: flex; align-items: center; gap: 12px; }.footer-payments-title svg { width: 28px; height: 28px; fill: none; stroke: var(--orange); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }.footer-payments-title strong, .footer-payments-title small { display: block; }.footer-payments-title strong { font-size: 11px; text-transform: uppercase; }.footer-payments-title small { margin-top: 3px; color: #8d8d8d; font-size: 9px; }.payment-badges { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }.payment-badge { position: relative; min-width: 58px; height: 34px; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; padding: 0 10px; border: 1px solid #424242; border-radius: 5px; color: #181818; background: #fff; font-size: 10px; font-weight: 900; line-height: .85; letter-spacing: -.03em; }.payment-visa { color: #1434cb; font-size: 16px; font-style: italic; }.payment-mastercard { min-width: 92px; justify-content: flex-start; padding-left: 8px; }.payment-mastercard i { position: absolute; left: 8px; width: 19px; height: 19px; border-radius: 50%; background: #eb001b; }.payment-mastercard i:nth-child(2) { left: 20px; background: #f79e1b; opacity: .9; }.payment-mastercard b { margin-left: 37px; font-size: 8px; font-weight: 800; }.payment-amex { color: white; background: #2671b9; font-size: 7px; letter-spacing: .02em; }.payment-stripe { color: #635bff; font-size: 15px; letter-spacing: -.07em; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 18px; border-top: 1px solid #333; color: #777; font-size: 9px; text-transform: uppercase; }.footer-credit { color: #b7b7b7; text-transform: none; }.footer-credit:hover { color: var(--orange); }
.cookie-note { position: fixed; right: 20px; bottom: 20px; z-index: 100; width: min(370px, calc(100% - 40px)); display: flex; align-items: center; gap: 18px; padding: 16px; border-radius: 7px; color: white; background: #252525; box-shadow: var(--shadow); }.cookie-note p { flex: 1; margin: 0; font-size: 10px; }.cookie-note button { padding: 7px 10px; border: 0; border-radius: 4px; color: white; background: var(--orange); font-size: 9px; font-weight: 800; }.cookie-note[hidden] { display: none; }

@media (max-width: 1250px) {
  .page-width { width: min(100% - 36px, 1400px); }
  .masthead { grid-template-columns: 190px minmax(240px, 1fr) auto; gap: 22px; }.brand { width: 170px; }.brand img { width: 165px; }
  .header-actions { gap: 12px; }.header-action:first-child { display: none; }
  .category-nav-inner > a, .nav-department > a { padding-inline: 13px; }.catalog-nav-link { min-width: 195px; }
  .home-hero { grid-template-columns: 260px 1fr; height: 590px; }.slide-content { width: min(500px, 62%); }
  .six-product-grid { grid-template-columns: repeat(3, 1fr); row-gap: 22px; }.catalog-grid { grid-template-columns: repeat(3, 1fr); }
  .product-page { grid-template-columns: minmax(0, 1fr) minmax(370px, .8fr); }
}

@media (max-width: 980px) {
  .top-strip-center { display: none; }.top-strip-inner { grid-template-columns: 1fr 1fr; }
  .masthead { min-height: 88px; grid-template-columns: 150px 1fr auto; }.brand { width: 145px; }.brand img { width: 140px; height: 70px; }.global-search { height: 43px; }.global-search button { min-width: 48px; }.search-label { display: none; }
  .header-action span:last-of-type { display: none; }.header-action { gap: 0; }.menu-toggle { width: 38px; height: 38px; display: flex; flex-direction: column; justify-content: center; gap: 4px; padding: 0 9px; border: 1px solid var(--line); border-radius: 50%; background: white; }.menu-toggle > span:not(.sr-only) { width: 100%; height: 1px; background: var(--black); }
  .category-nav { position: fixed; top: 0; right: -360px; bottom: 0; z-index: 90; width: min(350px, 88vw); overflow-y: auto; padding-top: 75px; box-shadow: -20px 0 60px rgba(0,0,0,.15); transition: right .28s; }.category-nav.open { right: 0; }.category-nav-inner { width: 100%; display: block; }.category-nav-inner > a, .nav-department > a { min-height: 48px; padding: 0 25px; border-bottom: 1px solid var(--line); }.catalog-nav-link { min-width: 0; }.nav-last { margin: 0; }.nav-dropdown { position: static; width: auto; display: block; padding: 8px 25px 15px 38px; border: 0; box-shadow: none; }.nav-dropdown p, .nav-view-all { display: none !important; }.nav-dropdown a { padding: 7px 0; }.menu-open::after { content: ""; position: fixed; inset: 0; z-index: 75; background: rgba(0,0,0,.45); }
  .home-hero { height: auto; grid-template-columns: 1fr; }.department-rail { order: 2; border: 0; border-top: 1px solid var(--line); }.rail-scroll { max-height: 240px; display: grid; grid-template-columns: repeat(2, 1fr); }.commerce-slider { min-height: 580px; order: 1; }.slide-content { width: min(500px, 70%); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }.service-grid > div:nth-child(2) { border-right: 0; }.service-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .category-card-grid { grid-template-columns: repeat(2, 1fr); }.home-featured-grid { grid-template-columns: repeat(3, 1fr); }
  .catalog-layout { grid-template-columns: 210px 1fr; gap: 25px; }.catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .product-page { grid-template-columns: 1fr; }.product-buy-panel { position: static; }.product-main-media { aspect-ratio: 1.15; }.gallery-thumbnails { grid-template-columns: repeat(8, 1fr); }
  .cart-layout { grid-template-columns: 1fr; }.order-summary { position: static; }.checkout-layout { grid-template-columns: 1fr; }.checkout-summary { position: static; order: -1; }
  .lookup-page { grid-template-columns: 1fr 430px; gap: 35px; }.footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .page-width { width: calc(100% - 24px); }
  .top-strip-inner { min-height: 29px; display: flex; justify-content: center; }.top-strip-inner a { display: none; }
  .masthead { min-height: 76px; grid-template-columns: 110px 1fr auto; gap: 10px; }.brand { width: 108px; }.brand img { width: 105px; height: 58px; }.global-search { height: 40px; }.global-search input { padding-inline: 11px; font-size: 10px; }.global-search input::placeholder { font-size: 0; }.global-search input::placeholder { content: "Cerca"; }.global-search button { min-width: 42px; padding: 0; }.header-action { display: none; }.cart-action { display: flex; }.action-symbol { width: 36px; height: 36px; }.menu-toggle { display: flex; }
  .home-hero { width: 100%; margin-top: 0; border-radius: 0; border-inline: 0; }.commerce-slider { min-height: 520px; }.slide-overlay { background: linear-gradient(0deg, rgba(0,0,0,.88), rgba(0,0,0,.05) 78%); }.slide-content { top: auto; right: 20px; bottom: 76px; left: 20px; width: auto; transform: none; }.slide-content h1 { font-size: 39px; }.slide-copy { display: none; }.slide-bottom { margin-top: 20px; }.slider-controls { right: 18px; bottom: 18px; left: 18px; }.rail-scroll { display: block; }.rail-group { display: block; }.rail-root { display: grid; }
  .campaign-slide .slide-overlay { background: linear-gradient(0deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.54) 62%, rgba(0,0,0,.12) 100%); }.campaign-slide .slide-content { right: 18px; bottom: 84px; left: 18px; width: auto; }.campaign-eyebrow { margin-bottom: 15px; }.campaign-slide .slide-content h1 { font-size: 43px; }.campaign-note, .campaign-watermark, .campaign-slider .slider-controls::before { display: none; }.campaign-slide .slide-bottom { margin-top: 22px; }
  .service-grid { width: 100%; }.service-grid > div { min-height: 72px; justify-content: flex-start; padding-inline: 12px; }.service-grid > div > span { display: none; }
  .home-section { padding-block: 55px; }.section-heading { align-items: flex-start; flex-direction: column; gap: 15px; margin-bottom: 22px; }.section-heading h2 { font-size: 34px; }.section-heading > a { align-self: flex-start; }
  .category-card-grid { gap: 10px; }.category-card { min-height: 210px; }.category-card-copy { right: 13px; bottom: 13px; left: 13px; }.category-card-copy strong { font-size: 17px; }
  .home-featured-grid, .six-product-grid, .related-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; row-gap: 18px; }.product-card-body { padding: 12px 10px 9px; }.product-card h3 { min-height: 39px; font-size: 12px; }.price { font-size: 14px; }.product-card-actions button, .product-card-actions > a { font-size: 8px; }
  .orange-promo { width: 100%; grid-template-columns: 1fr; border-radius: 0; }.orange-promo > div:first-child { padding: 45px 24px; }.orange-promo h2 { font-size: 39px; }.promo-collage { min-height: 280px; }
  .catalog-heading { align-items: flex-start; flex-direction: column; gap: 18px; padding: 25px 0 30px; }.catalog-heading h1, .simple-page-heading h1 { font-size: 46px; }.catalog-layout { display: block; padding-top: 18px; }.catalog-sidebar { margin-bottom: 20px; }.catalog-filter-group { display: none; }.catalog-sidebar .filter-header, .catalog-sidebar .all-products-link { display: flex; }.catalog-toolbar { align-items: flex-start; flex-direction: column; }.catalog-toolbar form { width: 100%; justify-content: space-between; }.catalog-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; row-gap: 18px; }
  .breadcrumbs { padding-block: 13px; }.product-page { padding-top: 3px; gap: 27px; }.product-main-media { aspect-ratio: 1; }.gallery-thumbnails { display: flex; overflow-x: auto; }.gallery-thumb { min-width: 62px; }.product-buy-panel h1 { font-size: 37px; }.buy-benefits { grid-template-columns: 1fr; }.buy-benefits > div { align-items: center; }.add-row { grid-template-columns: 100px 1fr; }.add-row .button { padding-inline: 11px; font-size: 9px; }
  .simple-page-heading { align-items: flex-start; flex-direction: column; gap: 8px; padding-top: 35px; }.cart-layout { padding-top: 20px; }.cart-column-head { display: none; }.cart-line { grid-template-columns: 90px 1fr 26px; gap: 12px; }.cart-product { align-self: start; }.cart-quantity { grid-column: 2; text-align: left; }.cart-line-total { grid-column: 2; text-align: left; }.cart-remove { grid-column: 3; grid-row: 1; align-self: start; }.order-summary { padding: 20px; }.checkout-layout { padding-bottom: 60px; }.checkout-summary { padding: 18px; }.form-grid { grid-template-columns: 1fr; }.checkout-form legend { font-size: 16px; }
  .lookup-page { display: block; min-height: 0; padding-block: 50px; }.lookup-copy h1 { font-size: 51px; }.lookup-panel { margin-top: 35px; padding: 24px; }.success-page { padding-block: 55px 80px; }.success-card { grid-template-columns: repeat(2, 1fr); }.success-card div:nth-child(2) { border-right: 0; }.success-card div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .legal-page { padding-block: 50px 80px; }.legal-page h1 { font-size: 55px; }.legal-content { margin-top: 30px; }.footer-newsletter { grid-template-columns: 1fr; gap: 25px; padding-block: 50px; }.footer-newsletter h2 { font-size: 45px; }.footer-grid { grid-template-columns: 1fr; gap: 30px; }.footer-payments { align-items: flex-start; flex-direction: column; }.payment-badges { justify-content: flex-start; }.footer-bottom { flex-direction: column; gap: 4px; }
}

/* Readability pass: no essential storefront copy is rendered as micro-text. */
body { font-size: 16px; line-height: 1.62; }
.top-strip-inner { min-height: 38px; font-size: 11px; }
.global-search input { font-size: 15px; }
.global-search button { font-size: 12px; }
.header-action small { font-size: 11px; }
.header-action strong { font-size: 14px; }
.cart-action > b { font-size: 11px; }
.category-nav-inner > a, .nav-department > a { font-size: 12px; }
@media (min-width: 981px) and (max-width: 1350px) {
  .category-nav-inner > a, .nav-department > a { padding-inline: 13px; }
}
.nav-dropdown a { font-size: 14px; }
.rail-heading { font-size: 14px; }
.rail-heading small { font-size: 10px; }
.rail-root { font-size: 13px; }
.rail-root small { font-size: 11px; }
.rail-child { padding-block: 8px; font-size: 12px; }
.rail-view-all { font-size: 11px; }
.rail-all { font-size: 12px; }
.slide-label, .campaign-eyebrow { font-size: 12px; }
.slide-copy, .campaign-slide .slide-copy { font-size: 16px; }
.slide-bottom small { font-size: 11px; }
.campaign-note { font-size: 11px; }
.service-grid strong { font-size: 14px; }
.service-grid small { font-size: 12px; }
.section-kicker { font-size: 12px; }
.section-heading p { font-size: 15px; }
.section-heading > a { font-size: 12px; }
.category-card-copy small, .category-card-copy b { font-size: 11px; }
.product-badge { font-size: 10px; }
.product-category { font-size: 11px; }
.product-card h3 { min-height: 48px; font-size: 15px; }
.price { font-size: 18px; }
.price small { font-size: 12px; }
.product-card-actions button, .product-card-actions > a { min-height: 44px; font-size: 11px; }
.breadcrumbs { font-size: 12px; }
.filter-header, .all-products-link, .filter-root { font-size: 13px; }
.filter-root small, .filter-child small { font-size: 11px; }
.filter-child { min-height: 39px; font-size: 12px; }
.catalog-toolbar p, .catalog-toolbar label, .catalog-toolbar select, .pagination, .pagination strong { font-size: 13px; }
.detail-badge { font-size: 11px; }
.product-path { font-size: 12px; }
.detail-meta { font-size: 11px; }
.detail-price small { font-size: 12px; }
.tax-note { font-size: 11px; }
.product-intro { font-size: 15px; }
.variant-field label, .quantity > span:first-child { font-size: 12px; }
.variant-field select { font-size: 14px; }
.buy-benefits strong { font-size: 12px; }
.buy-benefits small { font-size: 11px; }
.stock-note, .cart-quantity small { font-size: 12px; }
.product-accordions summary { font-size: 14px; }
.product-accordions details > div { font-size: 14px; line-height: 1.7; }
.simple-page-heading > p, .simple-page-heading > a { font-size: 13px; }
.cart-column-head { font-size: 11px; }
.cart-product p { font-size: 11px; }
.cart-product h2 { font-size: 18px; }
.cart-product small { font-size: 12px; }
.cart-product > strong { font-size: 14px; }
.cart-quantity button, .back-shopping { font-size: 12px; }
.cart-line-total { font-size: 15px; }
.order-summary > div { font-size: 14px; }
.promo-form label, .secure-note { font-size: 12px; }
.promo-form input { font-size: 14px; }
.promo-form button { font-size: 11px; }
.form-field label, .panel-form > p label { font-size: 13px; }
.field-control, .form-field input, .form-field textarea, .panel-form > p input { font-size: 16px; }
.field-help, .errorlist, .form-errors { font-size: 12px; }
.payment-option strong { font-size: 14px; }
.payment-option small { font-size: 13px; }
.terms-check { font-size: 13px; }
.checkout-item strong { font-size: 13px; }
.checkout-item small { font-size: 11px; }
.checkout-item em { font-size: 12px; }
.checkout-totals p { font-size: 13px; }
.summary-help strong, .summary-help a { font-size: 13px; }
.account-intro > a, .contact-copy > a, .system-page > a:not(.button), .form-underlink, .text-button, .panel-title a { font-size: 12px; }
.account-menu strong, .account-menu a { font-size: 13px; }
.order-row small, .status-pill { font-size: 11px; }
.order-row strong { font-size: 14px; }
.order-row-action { font-size: 12px; }
.account-order-item small { font-size: 12px; }
.order-info-card > p, .order-info-card h3, .order-info-card address { font-size: 13px; }
.contact-cards small { font-size: 12px; }
.legal-hero > small { font-size: 12px; }
.legal-index strong, .legal-index a { font-size: 13px; }
.legal-content section p, .legal-content section li { font-size: 16px; }
.lookup-result p { font-size: 13px; }
.lookup-tracking span, .lookup-tracking a { font-size: 12px; }
.success-card span { font-size: 12px; }
.success-card strong { font-size: 14px; }
.footer-newsletter > div > span { font-size: 12px; }
.footer-grid h3 { font-size: 13px; }
.footer-grid a, .footer-grid address, .footer-grid p { font-size: 14px; }
.footer-payments-title strong { font-size: 13px; }
.footer-payments-title small { font-size: 12px; }
.footer-bottom { font-size: 12px; }
.cookie-note p { font-size: 13px; }
.cookie-note button { font-size: 12px; }
.product-card-media img[src*="/branding/"],
.checkout-item-image img[src*="/branding/"],
.cart-thumb img[src*="/branding/"],
.order-thumb img[src*="/branding/"] { padding: 10%; background: #fff; object-fit: contain; }

@media (max-width: 680px) {
  .top-strip-inner { min-height: 34px; font-size: 10px; }
  .global-search input { font-size: 14px; }
  .product-card h3 { min-height: 44px; font-size: 14px; }
  .price { font-size: 17px; }
  .product-card-actions button, .product-card-actions > a { font-size: 10px; }
  .service-grid > div { min-height: 84px; }
}
