:root {
    color-scheme: light;
    --ink: #202735;
    --muted: #737a89;
    --coral: #ff6556;
    --link: #ce4639;
    --line: #e6e8ed;
    font-family: Arial, sans-serif;
    color: var(--ink);
    background: #fff;
    font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; color: inherit; border: 0; background: none; padding: 0; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid #c63d30; outline-offset: 5px; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.skip-link { position: fixed; top: -80px; left: 20px; background: #fff; padding: 14px; z-index: 10; }
.skip-link:focus { top: 10px; }
.site-header { height: 92px; padding: 0 3.2%; display: flex; align-items: center; justify-content: space-between; gap: 24px; position: relative; z-index: 2; background: #fff; }
.brand { display: flex; align-items: center; gap: 15px; flex-shrink: 0; }
.brand img { width: 64px; height: 52px; }
.brand-type { font-size: 28px; font-weight: 800; letter-spacing: .2px; line-height: 1.15; }
.brand-type small { display: block; font-size: 9px; letter-spacing: 3.1px; font-weight: 600; color: #8b909e; margin-top: 7px; }
.primary-nav, .account-nav { display: flex; align-items: center; gap: 34px; font-size: 15px; }
.primary-nav a, .primary-nav button, .account-nav button { display: flex; align-items: center; gap: 10px; min-height: 44px; white-space: nowrap; }
.primary-nav a:hover, .primary-nav button:hover, .account-nav button:hover, .site-footer button:hover { color: var(--link); }
.chevron { width: 15px; height: 15px; }
.account-nav { gap: 23px; }
.account-nav svg { width: 26px; height: 26px; }
.nav-divider { height: 24px; width: 1px; background: #d6d9e1; }
.cart-button { position: relative; }
.cart-count { font-size: 11px; display: grid; place-items: center; position: absolute; top: -3px; right: -13px; width: 20px; height: 20px; border-radius: 50%; background: var(--coral); color: #202735; }
.menu-toggle, .mobile-menu { display: none; }
.hero { position: relative; min-height: 520px; height: calc(100svh - 262px); max-height: 760px; overflow: hidden; isolation: isolate; display: grid; align-items: center; }
.hero-art { position: absolute; top: -10px; height: calc(100% + 50px); width: auto; max-width: none; z-index: -1; pointer-events: none; object-fit: contain; }
.hero-art-left { left: -4%; width: 48vw; height: auto; mask-image: linear-gradient(to right, #000 72%, transparent 100%); }
.hero-art-right { right: -3%; width: 38vw; height: auto; mask-image: linear-gradient(to left, #000 72%, transparent 100%); }
.hero-content { width: min(710px, 57%); margin: 0 auto; text-align: center; padding: 30px 0 40px; position: relative; }
h1 { font-size: clamp(40px, 4.05vw, 66px); font-weight: 800; letter-spacing: -2.1px; line-height: 1.13; margin: 0 0 23px; }
h1 span { color: var(--coral); }
.hero-description { font-size: clamp(16px, 1.47vw, 22px); line-height: 1.5; color: var(--muted); margin: 0 0 32px; }
.search-form { display: flex; align-items: center; border: 1.5px solid #d9dde5; border-radius: 27px; padding: 5px; gap: 15px; width: 90%; margin: auto; background: #fff; box-shadow: 0 2px 3px #20273503; }
.search-form > svg { margin-left: 17px; color: #596170; width: 23px; height: 23px; }
.search-form input { min-width: 0; width: 100%; border: 0; outline: none; background: transparent; font-size: 16px; padding: 12px 0; color: var(--ink); }
.search-form input::placeholder { color: #858d9c; opacity: 1; }
.search-form:focus-within { border-color: var(--coral); box-shadow: 0 0 0 3px #ff655620; }
.search-form input:focus-visible { outline: 0; }
.search-button { background: #e95143; color: #fff; border-radius: 23px; padding: 17px 32px; font-weight: 700; font-size: 19px; transition: background .15s; }
.search-button:hover { background: #d94336; }
.request-links { display: flex; justify-content: center; gap: 35px; flex-wrap: wrap; margin-top: 23px; }
.request-links button { display: flex; align-items: center; gap: 9px; font-size: 15px; min-height: 44px; color: var(--link); }
.request-links button:hover { text-decoration: underline; text-underline-offset: 5px; }
.request-links svg { width: 21px; height: 21px; color: var(--coral); }
.stock-note { display: flex; align-items: center; justify-content: center; gap: 9px; width: fit-content; margin: 25px auto 0; padding: 20px 0 0; border-top: 1px solid var(--line); font-size: 12px; line-height: 1.5; color: #747d8e; }
.stock-note svg { width: 16px; height: 16px; }
.categories { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); padding: 0 3% 24px; position: relative; background: #fff; scroll-margin-top: 20px; }
.category { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 0 10px; position: relative; font-size: 16px; }
.category:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 30px; width: 1px; height: 70px; background: var(--line); }
.category img { width: 110px; height: 110px; object-fit: contain; mix-blend-mode: multiply; transition: transform .2s; }
.category:hover img { transform: translateY(-6px) rotate(-2deg); }
.category:hover span { color: var(--link); }
.site-footer { border-top: 1px solid #f0f0f3; margin: 0 4%; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 19px 0 22px; font-size: 11px; color: #77808d; }
.site-footer p { margin: 0; }
.site-footer > div { display: flex; align-items: center; gap: 22px; }
.site-footer button { min-height: 30px; }
.preview-label { color: #777e89; }
dialog { border: 1px solid var(--line); border-radius: 22px; padding: 42px; width: min(560px, calc(100% - 32px)); max-height: 85svh; color: var(--ink); box-shadow: 0 25px 100px #20273526; }
dialog::backdrop { background: #20273555; backdrop-filter: blur(4px); }
.dialog-close { position: absolute; right: 18px; top: 16px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; }
.dialog-close:hover { background: #fff0ed; }
.dialog-eyebrow { color: var(--link); font-size: 11px; letter-spacing: 2px; font-weight: 700; }
dialog h2 { font-size: 30px; line-height: 1.2; letter-spacing: -.7px; margin: 20px 0 16px; overflow-wrap: anywhere; }
#dialog-description { color: #656d7c; line-height: 1.8; font-size: 16px; }
.dialog-note { font-size: 12px; color: #77808c; line-height: 1.7; border-top: 1px solid var(--line); padding-top: 18px; margin-top: 24px; }
.panel-action { display: block; width: 100%; border: 1px solid #f4d5d0; border-radius: 10px; padding: 14px 18px; margin: 10px 0; text-align: left; color: var(--link); background: #fff8f6; }
.panel-action:hover { background: #ffede7; }
.category-preview { display: block; width: 190px; height: 190px; object-fit: contain; margin: 20px auto; }
.noscript-note { text-align: center; padding: 20px; color: var(--muted); }
[hidden] { display: none !important; }
@media (min-width: 1600px) {
    .hero-art-left { left: 0; }
    .hero-art-right { right: 0; }
    .site-header { padding-inline: 4%; }
    .hero-content { width: 760px; }
}
@media (max-width: 1100px) {
    .site-header { height: 82px; gap: 20px; }
    .brand-type { font-size: 23px; }
    .brand img { width: 49px; }
    .brand { gap: 10px; }
    .brand-type small { font-size: 7px; letter-spacing: 2.7px; }
    .primary-nav { gap: 20px; font-size: 13px; }
    .account-nav { gap: 16px; font-size: 13px; }
    .hero { min-height: 525px; }
    .hero-content { width: 65%; }
    .hero-art-left { left: -14%; width: 55vw; }
    .hero-art-right { right: -12%; width: 46vw; }
    .request-links { gap: 18px; }
    .category { font-size: 13px; }
    .search-form { width: 92%; }
    .hero-description { font-size: 17px; }
    .category img { width: 95px; height: 95px; }
}
@media (max-width: 900px) {
    .site-header { height: 76px; padding: 0 20px; }
    .brand-type { font-size: 21px; }
    .brand-type small { font-size: 6.5px; letter-spacing: 2.4px; margin-top: 5px; }
    .brand img { width: 45px; height: 44px; }
    .primary-nav, .account-nav .nav-divider, .account-nav button:first-child { display: none; }
    .account-nav { margin-left: auto; }
    .account-nav .cart-button > span:not(.cart-count) { display: none; }
    .cart-count { right: -9px; }
    .menu-toggle { display: grid; place-items: center; width: 36px; height: 44px; }
    .mobile-menu:not([hidden]) { display: flex; flex-direction: column; padding: 8px 24px 20px; border-bottom: 1px solid var(--line); gap: 8px; }
    .mobile-menu a, .mobile-menu button { text-align: left; padding: 10px 0; }
    .hero { height: auto; min-height: 630px; align-items: start; padding-top: 46px; }
    .hero-content { width: calc(100% - 40px); padding: 0; z-index: 1; }
    h1 { font-size: clamp(33px, 6.6vw, 46px); letter-spacing: -1.3px; line-height: 1.15; margin-bottom: 20px; }
    .hero-description { font-size: 15px; max-width: 310px; margin: 0 auto 25px; line-height: 1.7; }
    .search-form { width: 100%; gap: 10px; border-radius: 22px; }
    .search-form input { font-size: 13px; }
    .search-form > svg { width: 20px; margin-left: 10px; }
    .search-button { padding: 15px 21px; font-size: 14px; border-radius: 18px; background: #ce4639; }
    .request-links { margin-top: 13px; gap: 0; flex-direction: column; align-items: center; }
    .request-links button { font-size: 14px; min-height: 38px; }
    .stock-note { font-size: 11px; margin-top: 14px; padding-top: 14px; }
    .hero-art { width: auto; height: 340px; top: auto; bottom: -110px; opacity: .95; }
    .hero-art-left { left: -15px; }
    .hero-art-right { right: -20px; }
    .categories { padding: 6px 12px 28px; grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 24px; }
    .category { font-size: 12px; gap: 7px; padding: 0 4px; }
    .category img { width: 85px; height: 85px; }
    .category:not(:last-child)::after { top: 14px; height: 60px; }
    .category:nth-child(3)::after { display: none; }
    .site-footer { margin: 0 20px; flex-direction: column; text-align: center; padding: 18px 0; gap: 8px; }
    .site-footer > div { gap: 16px; font-size: 10px; }
    dialog { padding: 35px 25px; }
    dialog h2 { font-size: 26px; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
