/* Stock signature: product-led, spacious, quiet. Shared by the entire shop. */
:root {
    --navy: #1d1d1f;
    --ink: #1d1d1f;
    --muted: #6e6e73;
    --soft: #f5f5f7;
    --line: #dedee3;
    --red: #e6383f;
    --blue: #0071e3;
    --radius: 24px;
    --font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}
html { scroll-behavior: smooth; scroll-padding-top: 150px; }
body.stock-signature { font-family: var(--font); line-height: 1.5; color: var(--ink); -webkit-font-smoothing: antialiased; }
h1, h2, h3, .brand-word { font-family: var(--font); }
a, button { touch-action: manipulation; }
.wrap { max-width: 1320px; padding-left: 48px; padding-right: 48px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline-color: var(--blue); outline-offset: 4px; }
.preview-note { background: #f5f5f7; color: #626267; font-size: 13px; letter-spacing: 0; font-weight: 400; padding: 9px 20px; gap: 10px; }
.preview-label { color: #1d1d1f; font-weight: 600 !important; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.88); backdrop-filter: saturate(160%) blur(22px); -webkit-backdrop-filter: saturate(160%) blur(22px); border-bottom: 1px solid rgba(0,0,0,.08); }
.site-header .header-main { min-height: 83px; gap: 44px; padding-top: 12px; padding-bottom: 12px; }
.brand { width: 125px; color: var(--ink); }
.brand-word { font-size: 43px; font-weight: 750; letter-spacing: -2.9px; }
.brand-square { width: 8px; height: 8px; border-radius: 1px; margin-left: 3px; }
.brand-by { font-size: 8px; letter-spacing: 2.5px; margin-top: 5px; margin-left: 2px; }
.brand-by strong { font-weight: 600; letter-spacing: 1.8px; }
.search { max-width: 580px; border: 1px solid transparent; background: #f5f5f7; border-radius: 12px; transition: border-color .2s, box-shadow .2s; }
.search:focus-within { border-color: #0071e3; box-shadow: 0 0 0 3px #0071e314; }
.search input { padding: 12px 16px; font-size: 15px; letter-spacing: -.15px; height: 45px; }
.search button { height: 45px; width: 46px; margin: 0; background: transparent; color: var(--ink); border-radius: 0 12px 12px 0; }
.search button:hover { background: #e9e9ee; }
.search .icon { width: 19px; height: 19px; }
.header-actions { gap: 25px; }
.header-actions > a { font-size: 14px; font-weight: 400; flex-direction: row; gap: 8px; min-height: 44px; }
.header-actions .icon { width: 22px; height: 22px; }
.cart-count { font-size: 11px; width: 19px; height: 19px; background: var(--ink); }
.nav-bar { border: 0; }
.nav-bar .wrap { min-height: 43px; gap: 32px; font-size: 13px; font-weight: 400; letter-spacing: -.1px; overflow-x: auto; scrollbar-width: none; }
.nav-bar .wrap::-webkit-scrollbar { display: none; }
.nav-bar a { padding-top: 10px; padding-bottom: 12px; transition: color .2s; }
.nav-bar a:hover { color: var(--blue); }
.nav-all { border: 0; padding-right: 0; font-weight: 600; }
.nav-all .icon { display: none; }
.nav-promise { color: var(--muted); font-size: 13px; }
.nav-row { overflow: visible !important; }
.catalog-mega { position: static; }
.catalog-mega summary { list-style: none; cursor: pointer; font-weight: 600; padding: 10px 0 12px; white-space: nowrap; }
.catalog-mega summary::-webkit-details-marker { display: none; }
.catalog-mega summary span { display: inline-block; margin-left: 5px; color: var(--muted); transition: transform .2s; }
.catalog-mega[open] summary span { transform: rotate(180deg); }
.mega-panel { position: absolute; left: 0; right: 0; top: 100%; background: rgba(255,255,255,.98); border-top: 1px solid var(--line); box-shadow: 0 24px 42px #00000014; max-height: calc(100vh - 150px); overflow: auto; }
.mega-inner { display: grid; grid-template-columns: 190px 1fr; gap: 38px; padding-top: 30px; padding-bottom: 34px; }
.mega-heading strong { display: block; font-size: 27px; line-height: 1.08; letter-spacing: -1px; margin: 9px 0 17px; }
.mega-heading p { color: var(--muted); font-size: 13px; line-height: 1.5; margin: -5px 0 17px; }
.mega-heading a { color: var(--blue); font-size: 14px; }
.mega-browser { display:grid; grid-template-columns:260px minmax(0,1fr); min-height:410px; border:1px solid #e5e5e7; border-radius:20px; overflow:hidden; background:#fff; }
.mega-universes { padding:10px; background:#f5f5f7; display:flex; flex-direction:column; }
.mega-universes button { border:0; background:transparent; min-height:35px; padding:7px 10px; border-radius:9px; display:grid; grid-template-columns:minmax(0,1fr) auto 10px; gap:8px; align-items:center; text-align:left; color:var(--ink); font-size:13px; }
.mega-universes button span { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.mega-universes button small { color:var(--muted); font-size:10px; }
.mega-universes button b { color:var(--muted); font-size:17px; font-weight:400; }
.mega-universes button:hover,.mega-universes button.is-active { background:#fff; color:var(--blue); }
.mega-universes button.is-active b { color:var(--blue); }
.mega-families { padding:28px 30px; min-width:0; }
.mega-families section[hidden] { display:none; }
.mega-family-heading { display:flex; justify-content:space-between; align-items:flex-end; gap:20px; padding-bottom:20px; border-bottom:1px solid #e5e5e7; }
.mega-family-heading h2 { font-size:26px; line-height:1.1; letter-spacing:-1px; margin:7px 0 0; }
.mega-family-heading>a { color:var(--blue); font-size:13px; white-space:nowrap; }
.mega-family-links { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:4px 18px; padding-top:17px; }
.mega-family-links>a { display:grid; grid-template-columns:minmax(0,1fr) auto 10px; align-items:center; gap:8px; min-height:42px; padding:8px 10px; border-radius:10px; font-size:14px; line-height:1.25; }
.mega-family-links>a:hover { color:var(--blue); background:#f5f5f7; }
.mega-family-links small { color:var(--muted); font-size:10px; }
.mega-family-links b { color:var(--muted); font-size:18px; font-weight:400; }
.btn { min-height: 44px; border-radius: 980px; padding: 12px 22px; font-weight: 400; font-size: 16px; gap: 12px; letter-spacing: -.1px; transition: background .2s, transform .2s, box-shadow .2s; }
.btn.primary { background: var(--blue); color: #fff; }
.btn.primary:hover { background: #0077ed; }
.btn.navy { background: var(--ink); color: #fff; }
.btn.navy:hover { background: #3a3a3c; }
.btn.outline { border-color: var(--blue); background: transparent; color: var(--blue); }
.btn.outline:hover { background: #0071e30a; }
.btn:active { transform: scale(.985); }
.btn:disabled, .btn:disabled:hover { background: #e8e8ed; border-color: transparent; color: #727277; transform: none; }
.text-action { display: inline-flex; align-items: center; gap: 9px; border: 0; padding: 10px 0; color: var(--blue); background: none; font-size: 17px; font-weight: 400; letter-spacing: -.2px; }
.text-action > span { font-size: 26px; line-height: 20px; }
.text-action:hover { text-decoration: underline; text-underline-offset: 4px; }
.eyebrow { font-family: var(--font); font-size: 12px; font-weight: 600; letter-spacing: 1.3px; color: var(--muted); }

/* A single, generous product stage. The objects are actual catalogue photographs. */
.signature-hero { background: #f5f5f7; text-align: center; overflow: hidden; position: relative; padding-top: 49px; }
.hero-intro { position: relative; z-index: 2; padding: 0 24px; }
.hero-kicker { font-size: 12px; letter-spacing: 2.2px; font-weight: 600; color: #626268; margin-bottom: 12px; }
.signature-hero h1 { font-size: clamp(64px,6.1vw,90px); line-height: .99; letter-spacing: -.063em; font-weight: 650; margin: 0; }
.signature-hero h1 span { color: #818187; }
.hero-description { font-size: 21px; line-height: 1.4; letter-spacing: -.45px; margin-top: 21px; color: #434347; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 21px; }
.hero-stage { position: relative; width: min(1060px,100%); height: 355px; margin: 5px auto 0; isolation: isolate; background: #f5f5f7; }
.hero-stage::after { content: ''; position: absolute; width: 76%; height: 36px; left: 12%; bottom: 12px; background: radial-gradient(ellipse,rgba(70,70,75,.15),transparent 70%); filter: blur(9px); z-index: -1; }
.stage-object { position: absolute; object-fit: contain; mix-blend-mode: multiply; transform: rotate(var(--angle,0deg)); animation: product-arrive 1.15s cubic-bezier(.2,.7,.25,1) both; }
.stage-tote { width: 335px; height: 335px; left: 10%; bottom: -5px; --angle: -9deg; animation-delay: .06s; z-index: 1; }
.stage-notebook { width: 360px; height: 252px; left: 54%; bottom: 25px; --angle: -9deg; animation-delay: .2s; z-index: 1; }
.stage-bottle { width: 137px; height: 350px; left: 46%; bottom: 15px; --angle: 7deg; animation-delay: .12s; z-index: 3; }
.stage-mug { width: 177px; height: 181px; left: 32%; bottom: -2px; --angle: -4deg; animation-delay: .28s; z-index: 4; }
.hero-caption { display: flex; justify-content: center; gap: 130px; font-size: 12px; letter-spacing: .15px; color: #6e6e73; padding: 21px 20px 28px; }
.commerce-promises { border-bottom: 1px solid #e5e5e7; background: #fff; }
.commerce-promises-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; padding-top: 24px; padding-bottom: 24px; }
.commerce-promises-grid > div { display: flex; flex-direction: column; gap: 3px; padding: 0 25px; border-left: 1px solid #e5e5e7; }
.commerce-promises-grid > div:first-child { border-left: 0; padding-left: 0; }
.commerce-promises-grid > div:last-child { padding-right: 0; }
.commerce-promises-grid strong { font-size: 14px; font-weight: 600; letter-spacing: -.2px; }
.commerce-promises-grid span { color: var(--muted); font-size: 12px; line-height: 1.4; }
@keyframes product-arrive { from { opacity: 0; transform: translateY(30px) rotate(var(--angle,0deg)); } to { opacity: 1; transform: translateY(0) rotate(var(--angle,0deg)); } }
.category-launch { display: flex; justify-content: center; gap: 52px; padding-top: 40px; padding-bottom: 43px; overflow-x: auto; scrollbar-width: none; }
.category-launch::-webkit-scrollbar { display: none; }
.universe-link { display: flex; flex-direction: column; align-items: center; gap: 12px; flex: 0 0 130px; text-align: center; font-size: 14px; font-weight: 500; letter-spacing: -.2px; }
.universe-image { width: 95px; height: 85px; display: block; }
.universe-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s; mix-blend-mode: multiply; }
.universe-link:hover { color: var(--blue); }
.universe-link:hover img { transform: translateY(-4px); }
.discovery-hub { padding-top: 76px; padding-bottom: 82px; border-top: 1px solid #e5e5e7; }
.discovery-heading { max-width: 760px; margin-bottom: 38px; }
.discovery-heading h2 { font-size: clamp(36px,4.2vw,56px); line-height: 1.03; letter-spacing: -2.25px; margin: 10px 0 14px; font-weight: 600; }
.discovery-heading p { color: var(--muted); font-size: 17px; max-width: 650px; }
.discovery-columns { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.discovery-columns article { border-radius: 24px; background: #f5f5f7; padding: 28px 28px 20px; }
.discovery-columns article > div { display: flex; align-items: center; gap: 14px; padding-bottom: 20px; }
.discovery-number { color: #86868b; font-size: 12px; letter-spacing: .8px; }
.discovery-columns h3 { font-size: 24px; letter-spacing: -.7px; font-weight: 600; }
.discovery-columns a { display: flex; justify-content: space-between; align-items: center; min-height: 46px; border-top: 1px solid #dcdce0; color: #3f3f44; font-size: 14px; }
.discovery-columns a span { color: var(--blue); font-size: 21px; transition: transform .2s; }
.discovery-columns a:hover { color: var(--blue); }
.discovery-columns a:hover span { transform: translateX(3px); }

/* Catalogue: spacious cards with product names leading the image. */
.catalogue-section { padding: 42px 0 74px; }
.section-heading { margin-bottom: 30px; align-items: flex-end; }
.section-heading h2 { font-size: clamp(30px,3.2vw,44px); letter-spacing: -1.65px; line-height: 1.12; font-weight: 600; margin-top: 10px; max-width: 830px; }
.result-count { font-size: 13px; color: var(--muted); }
.category-pills { gap: 9px; margin-bottom: 24px; }
.pill { border-radius: 980px; padding: 10px 18px; font-size: 14px; background: #f5f5f7; border-color: transparent; }
.pill:hover { border-color: #d2d2d7; }
.pill.active { background: var(--ink); border-color: var(--ink); }
.catalogue-body { display: block; }
.filters { margin-bottom: 28px; }
.filters form { display: grid; grid-template-columns: 1fr 250px 220px 130px; align-items: center; gap: 15px; padding: 18px 0 22px; border-bottom: 1px solid var(--line); }
.filter-title { font-size: 17px; font-weight: 500; border: 0; padding: 0; }
.filters label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); margin: 0; }
.filters select { color: var(--ink); background: #fff; font-size: 14px; border: 1px solid #d2d2d7; border-radius: 12px; min-height: 44px; padding: 10px 14px; }
.filters button { margin: 0; font-size: 14px; border-color: #d2d2d7; color: var(--ink); }
.advice { display: none; }
.product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 25px; align-items: stretch; }
.product-card { background: #f5f5f7; border-radius: 26px; padding: 28px 28px 24px; display: flex; flex-direction: column; min-width: 0; transition: box-shadow .35s, transform .35s; }
.product-card:hover { box-shadow: 0 12px 36px #0000000b; transform: translateY(-4px); }
.product-category { font-size: 12px; color: #6e6e73; font-weight: 500; text-transform: none; letter-spacing: .1px; }
.product-intro h3 { font-size: 25px; line-height: 1.16; font-weight: 600; margin: 7px 0 8px; letter-spacing: -.85px; }
.product-intro p { font-size: 14px; line-height: 1.45; color: #68686e; min-height: 42px; letter-spacing: -.05px; }
.product-image { aspect-ratio: auto; height: 300px; border-radius: 0; background: transparent; margin: 8px -10px 15px; }
.product-image img { padding: 15px; object-fit: contain; transition: transform .55s cubic-bezier(.2,.7,.25,1); }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-bottom { margin-top: auto; padding-top: 5px; font-size: 14px; font-weight: 500; gap: 12px; }
.product-bottom > span { color: #626268; }
.round-link { width: 36px; height: 36px; background: var(--ink); color: #fff; flex-shrink: 0; }
.round-link:hover { background: var(--blue); }
.round-link .icon { width: 18px; }
.reveal-ready { opacity: .55; transform: translateY(20px); transition: opacity .65s, transform .65s, box-shadow .35s; }
.reveal-ready.is-visible, .reveal-ready:focus-within { opacity: 1; transform: translateY(0); }
.reveal-ready.is-visible:hover { transform: translateY(-4px); }
.empty-state { border-radius: 24px; background: var(--soft); padding: 45px; }
.empty-state h3 { font-size: 25px; letter-spacing: -.7px; }

/* Two editorial windows using existing catalogue photography. */
.editorial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-bottom: 80px; }
.editorial-tile { border-radius: 26px; background: #f5f5f7; height: 545px; overflow: hidden; position: relative; text-align: center; }
.editorial-copy { position: relative; z-index: 2; padding: 38px 20px 0; }
.editorial-copy h2 { font-size: 39px; line-height: 1.09; letter-spacing: -1.7px; margin: 12px 0 13px; font-weight: 600; }
.editorial-copy .text-action { font-size: 16px; }
.editorial-textile { background: #edf2f5; }
.editorial-people { display: flex; align-items: flex-end; position: absolute; bottom: -15%; left: 5%; width: 90%; height: 390px; }
.editorial-people img { width: 56%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.editorial-people img + img { margin-left: -11%; }
.editorial-desk { background: #f3f5ed; }
.editorial-notebook { position: absolute; bottom: -55px; width: 88%; height: 340px; object-fit: contain; left: 5%; transform: rotate(-16deg); mix-blend-mode: multiply; }
.catalog-directory { padding-bottom: 88px; }
.home-directory { padding-top: 74px; border-top: 1px solid #e5e5e7; }
.directory-heading { max-width: 760px; margin-bottom: 38px; }
.directory-heading h2 { font-size: clamp(34px,4vw,52px); line-height: 1.04; letter-spacing: -2px; margin: 10px 0 13px; font-weight: 600; }
.directory-heading p { color: var(--muted); font-size: 17px; }
.directory-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.directory-card { border: 1px solid #e4e4e8; border-radius: 24px; background: #fff; min-height: 440px; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.directory-card:hover { transform: translateY(-3px); box-shadow: 0 12px 35px #0000000b; }
.directory-visual { display: block; height: 175px; background: #f5f5f7; overflow: hidden; }
.directory-visual img { width: 100%; height: 100%; object-fit: contain; padding: 17px; mix-blend-mode: multiply; transition: transform .35s; }
.directory-card:hover .directory-visual img { transform: scale(1.04); }
.directory-content { padding: 22px; }
.directory-category { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; font-size: 18px; font-weight: 600; letter-spacing: -.45px; margin-bottom: 14px; }
.directory-category small { flex-shrink: 0; color: var(--muted); font-size: 11px; font-weight: 400; letter-spacing: 0; }
.directory-links { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 15px; }
.directory-links a { display: flex; justify-content: space-between; gap: 5px; color: var(--muted); font-size: 13px; }
.directory-explore { display: inline-flex; align-items: center; gap: 5px; color: var(--blue); font-size: 13px; margin-top: 18px; }
.directory-card a:hover { color: var(--blue); }
.directory-all { margin-top: 28px; }
@media (max-width: 900px) {
    .commerce-promises-grid { grid-template-columns: 1fr 1fr; gap: 20px 0; }
    .commerce-promises-grid > div:nth-child(3) { border-left: 0; padding-left: 0; }
    .discovery-columns { grid-template-columns: 1fr 1fr; }
    .discovery-columns article:last-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
    .commerce-promises-grid { grid-template-columns: 1fr; gap: 0; padding-top: 10px; padding-bottom: 10px; }
    .commerce-promises-grid > div { border-left: 0; border-top: 1px solid #e5e5e7; padding: 13px 0; }
    .commerce-promises-grid > div:first-child { border-top: 0; }
    .discovery-hub { padding-top: 52px; padding-bottom: 58px; }
    .discovery-heading h2 { font-size: 37px; letter-spacing: -1.55px; }
    .discovery-heading p { font-size: 15px; }
    .discovery-columns { grid-template-columns: 1fr; }
    .discovery-columns article:last-child { grid-column: auto; }
    .discovery-columns article { padding: 24px 22px 16px; border-radius: 20px; }
}

/* Product, basket and account share the same visual language. */
.page { padding-top: 50px; padding-bottom: 70px; }
.page h1 { font-size: clamp(34px,4vw,52px); line-height: 1.07; font-weight: 600; letter-spacing: -1.9px; margin-bottom: 23px; }
.page h2 { font-weight: 600; letter-spacing: -.7px; }
.breadcrumbs { font-size: 13px; margin-bottom: 32px; color: var(--muted); }
.breadcrumbs a:hover { color: var(--blue); }
.product-detail { grid-template-columns: minmax(0,1.12fr) minmax(0,1fr); gap: 70px; }
.detail-visual { border-radius: 28px; background: #f5f5f7; position: sticky; top: 155px; }
.detail-visual > img { height: 650px; padding: 52px; max-height: none; }
.detail-visual .tag { top: 24px; left: 24px; font-size: 12px; padding: 6px 12px; border: 0; border-radius: 980px; color: #616167; background: #ffffffc9; }
.detail-info { padding-top: 13px; }
.detail-info h1 { font-size: clamp(38px,4.5vw,64px); letter-spacing: -2.3px; margin: 11px 0 15px; }
.detail-subtitle { font-size: 21px; line-height: 1.4; letter-spacing: -.4px; }
.detail-rule { border-color: #e3e3e8; margin: 27px 0; }
.detail-info form > label { font-size: 16px; font-weight: 600; margin: 22px 0 12px; }
.detail-info select { font-size: 16px; border-color: #bdbdc3; border-radius: 13px; padding: 16px; color: var(--ink); }
.stepper { height: 50px; border-radius: 13px; border-color: #c8c8ce; background: #fff; }
.stepper button { width: 44px; height: 48px; font-size: 24px; border-radius: 12px; }
.stepper button:hover { background: #f5f5f7; }
.stepper input { width: 76px; font-size: 17px; }
.quantity-line > span { font-size: 13px; color: var(--muted); }
.price-panel { border-radius: 18px; padding: 23px; margin-top: 28px; }
.price-panel strong { font-size: 20px; font-weight: 600; letter-spacing: -.6px; }
.price-panel .total-price { border-color: #dedee3; font-size: 16px; }
.notice { border: 0; border-radius: 14px; background: #f5f5f7; color: #6e6e73; font-size: 14px; line-height: 1.6; padding: 18px 20px; }
.purchase-actions { gap: 12px; margin-top: 24px; }
.purchase-actions .btn { min-height: 51px; font-size: 17px; }
.purchase-note { font-size: 13px; margin-top: 19px; color: var(--muted); }
.details-section { margin-top: 70px; padding-top: 25px; }
.details-section > p { max-width: 850px; font-size: 17px; line-height: 1.65; }
.specs { font-size: 15px; gap: 80px; margin-top: 28px; }
.checkout-grid { gap: 55px; grid-template-columns: minmax(0,1fr) 360px; }
.order-summary { background: #f5f5f7; border-radius: 24px; padding: 30px; top: 150px; }
.order-summary h2 { font-size: 25px; letter-spacing: -.8px; }
.order-summary > p { font-size: 13px; line-height: 1.5; }
.cart-line { padding: 30px 0; grid-template-columns: 115px 1fr auto; gap: 24px; }
.cart-line img { width: 115px; height: 125px; border-radius: 16px; padding: 8px; }
.cart-line h3 { font-size: 22px; font-weight: 600; letter-spacing: -.5px; }
.cart-line p { font-size: 14px; }
.cart-update input { border-radius: 9px; min-height: 40px; padding: 7px 10px; }
.cart-update button { font-size: 14px; min-height: 40px; color: var(--blue); text-underline-offset: 3px; }
.cart-line .line-problem { font-size: 13px; color: var(--muted); }
.form-panel { border-color: #e2e2e7; border-radius: 22px; padding: 30px; }
.form-panel label { font-size: 14px; font-weight: 500; }
.form-panel input, .form-panel textarea, .form-panel select { border-radius: 12px; border-color: #bdbdc3; min-height: 48px; font-size: 16px; padding: 13px 15px; }
.form-panel .checkbox-label input { min-height: 17px; accent-color: var(--blue); }
.checkbox-label { font-size: 14px; }
.form-panel p, .muted { font-size: 14px; }
.account-grid { gap: 28px; }
.account-heading { font-size: 17px; }
.text-link { color: var(--blue); text-underline-offset: 3px; }
.order-shipment { border-radius: 22px; padding: 26px; border-color: #e2e2e7; }
.status-pill { border: 0; border-radius: 980px; padding: 5px 12px; font-size: 12px; }
.admin-stats > div { border-radius: 20px; padding: 26px; }
.admin-stats strong { font-size: 28px; letter-spacing: -.8px; }
.supplier-list summary { padding: 23px 3px; font-size: 16px; }
.table-scroll { border-radius: 12px; }
th, td { padding: 16px; }
.flash { border-radius: 14px; margin-top: 22px; padding: 16px 24px; }
.flash.error { background: #fff1f0; }
.pagination a, .pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; min-height: 40px; border-radius: 10px; border-color: #e2e2e7; font-size: 14px; }
footer { background: #f5f5f7; margin-top: 0; }
.footer-main { color: var(--ink); padding-top: 56px; padding-bottom: 45px; grid-template-columns: 145px 1.2fr 1fr 1fr; gap: 40px; }
.footer-main .inverse { color: var(--ink); }
.footer-main > p, .footer-main a:not(.brand) { color: #6e6e73; font-size: 14px; }
.footer-main > div { font-size: 14px; gap: 10px; }
.footer-main strong { font-size: 14px; font-weight: 600; }
.footer-main a:hover { color: var(--blue); }
.footer-bottom { color: #79797f; border-color: #dcdce1; font-size: 12px; padding-top: 18px; padding-bottom: 23px; }

@media (min-width: 1600px) {
    .signature-hero { padding-top: 55px; }
    .hero-stage { height: 400px; }
    .stage-tote { height: 365px; width: 365px; left: 7%; }
    .stage-bottle { height: 390px; width: 153px; }
    .stage-notebook { height: 280px; width: 400px; }
    .stage-mug { height: 195px; width: 195px; }
}
@media (max-width: 1100px) {
    .wrap { padding-left: 30px; padding-right: 30px; }
    .site-header .header-main { gap: 28px; }
    .header-actions { gap: 18px; }
    .header-actions > a { font-size: 13px; }
    .nav-bar .wrap { gap: 25px; }
    .nav-promise { display: none; }
    .category-launch { gap: 28px; }
    .filters form { grid-template-columns: 1fr 215px 195px 110px; }
    .product-card { padding: 23px 23px 22px; }
    .product-intro h3 { font-size: 23px; }
    .product-image { height: 255px; }
    .product-detail { gap: 42px; }
    .detail-visual > img { height: 570px; padding: 38px; }
    .editorial-copy h2 { font-size: 34px; }
    .editorial-tile { height: 505px; }
    .editorial-people { bottom: -18%; }
    .checkout-grid { grid-template-columns: minmax(0,1fr) 320px; gap: 32px; }
    .footer-main { gap: 28px; grid-template-columns: 125px 1fr 1fr 1fr; }
}
@media (max-width: 800px) {
    .wrap { padding-left: 24px; padding-right: 24px; }
    .site-header .header-main { flex-wrap: nowrap; min-height: 76px; gap: 22px; padding-top: 10px; padding-bottom: 10px; }
    .brand { width: 107px; }
    .brand-word { font-size: 38px; }
    .brand-by { font-size: 7px; }
    .search { order: 0; flex-basis: auto; }
    .search input { font-size: 14px; padding-left: 13px; }
    .header-actions > a:first-child > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
    .header-actions > .cart-link > span { font-size: 0; }
    .header-actions .cart-count { font-size: 11px; }
    .nav-bar .wrap { min-height: 41px; font-size: 12px; gap: 24px; }
    .mega-inner { grid-template-columns: 1fr; gap: 22px; }
    .mega-heading { display:none; }
    .mega-browser { grid-template-columns:220px minmax(0,1fr); }
    .mega-family-links { grid-template-columns:1fr; }
    .directory-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .signature-hero { padding-top: 42px; }
    .signature-hero h1 { font-size: 70px; }
    .hero-description { font-size: 19px; }
    .hero-stage { height: 325px; max-width: 700px; }
    .stage-tote { width: 300px; height: 300px; left: 0; }
    .stage-bottle { width: 122px; height: 310px; left: 45%; }
    .stage-notebook { width: 290px; height: 225px; left: 53%; }
    .stage-mug { width: 155px; height: 155px; left: 28%; }
    .category-launch { gap: 15px; justify-content: flex-start; padding-top: 30px; padding-bottom: 30px; }
    .universe-link { flex-basis: 122px; font-size: 13px; }
    .universe-image { width: 90px; height: 77px; }
    .catalogue-section { padding-top: 32px; }
    .section-heading h2 { font-size: 35px; letter-spacing: -1.35px; }
    .result-count { display: none; }
    .filters form { grid-template-columns: 1fr 1fr 115px; gap: 12px; }
    .filter-title { grid-column: 1 / -1; padding-bottom: 5px; }
    .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
    .editorial-grid { gap: 18px; padding-bottom: 60px; }
    .editorial-tile { height: 440px; }
    .editorial-copy { padding-top: 30px; }
    .editorial-copy h2 { font-size: 28px; letter-spacing: -1px; }
    .editorial-notebook { height: 275px; bottom: -30px; width: 115%; left: -7%; }
    .editorial-people { bottom: -21%; height: 335px; width: 130%; left: -15%; }
    .product-detail { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 28px; }
    .detail-info h1 { font-size: 40px; letter-spacing: -1.6px; }
    .detail-subtitle { font-size: 18px; }
    .detail-visual > img { height: 490px; padding: 23px; }
    .detail-visual .tag { top: 17px; left: 17px; }
    .price-panel { padding: 18px; }
    .price-panel strong { font-size: 17px; }
    .quantity-line { gap: 12px; flex-wrap: wrap; }
    .checkout-grid { grid-template-columns: 1fr; }
    .order-summary { position: static; }
    .form-panel { padding: 25px; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 520px) {
    html { scroll-padding-top: 162px; }
    .wrap { padding-left: 20px; padding-right: 20px; }
    .preview-note { padding: 7px 12px; gap: 2px; font-size: 12px; flex-direction: column; align-items: center; line-height: 1.45; }
    .preview-note span { max-width: none; }
    .site-header .header-main { flex-wrap: wrap; padding-top: 11px; padding-bottom: 10px; gap: 10px; }
    .site-header .header-main .brand { width: 104px; }
    .brand-word { font-size: 35px; letter-spacing: -2.4px; }
    .brand-by { font-size: 6.5px; letter-spacing: 2px; margin-top: 4px; }
    .brand-square { width: 7px; height: 7px; }
    .header-actions { gap: 23px; }
    .header-actions .icon { width: 22px; height: 22px; }
    .search { order: 3; flex-basis: 100%; border-radius: 10px; }
    .search input { font-size: 16px; height: 41px; padding: 10px 13px; }
    .search button { height: 41px; width: 41px; }
    .nav-bar .wrap { min-height: 39px; gap: 24px; font-size: 12px; }
    .nav-row > a:not(.nav-promise) { display: none; }
    .mega-panel { max-height: calc(100vh - 170px); }
    .mega-inner { padding: 16px; }
    .mega-browser { display:block; min-height:0; border-radius:16px; }
    .mega-universes { flex-direction:row; overflow-x:auto; padding:8px; gap:5px; scrollbar-width:none; }
    .mega-universes::-webkit-scrollbar { display:none; }
    .mega-universes button { flex:0 0 auto; display:flex; min-height:38px; padding:8px 12px; border-radius:980px; }
    .mega-universes button small,.mega-universes button b { display:none; }
    .mega-families { padding:22px 17px; }
    .mega-family-heading { align-items:flex-start; }
    .mega-family-heading h2 { font-size:22px; }
    .mega-family-heading>a { font-size:0; }
    .mega-family-heading>a span { font-size:22px; }
    .mega-family-links { grid-template-columns:1fr; gap:2px; }
    .mega-family-links>a { min-height:40px; padding:7px 5px; }
    .nav-bar a { padding-top: 8px; padding-bottom: 9px; }
    .signature-hero { padding-top: 37px; }
    .hero-kicker { font-size: 10px; letter-spacing: 1.8px; margin-bottom: 14px; }
    .signature-hero h1 { font-size: clamp(50px,15vw,65px); letter-spacing: -.067em; line-height: 1.01; }
    .hero-description { font-size: 18px; line-height: 1.4; margin-top: 20px; letter-spacing: -.4px; }
    .hero-actions { gap: 10px; flex-direction: column; margin-top: 23px; }
    .hero-actions .btn { font-size: 15px; padding: 11px 21px; min-height: 44px; }
    .hero-actions .text-action { font-size: 14px; padding: 3px 0 9px; }
    .hero-stage { height: 260px; width: 440px; max-width: none; left: 50%; margin-left: -220px; margin-top: 10px; }
    .stage-tote { width: 205px; height: 205px; left: 10px; bottom: 15px; --angle: -8deg; }
    .stage-bottle { width: 92px; height: 235px; left: 198px; bottom: 12px; }
    .stage-notebook { width: 210px; height: 158px; left: 252px; bottom: 24px; }
    .stage-mug { width: 106px; height: 106px; left: 150px; bottom: 0; }
    .hero-caption { font-size: 11px; gap: 50px; padding-top: 12px; padding-bottom: 23px; }
    .category-launch { gap: 10px; padding-top: 27px; padding-bottom: 28px; }
    .universe-link { flex-basis: 107px; font-size: 12px; gap: 10px; }
    .universe-image { width: 80px; height: 72px; }
    .catalogue-section { padding-top: 24px; padding-bottom: 48px; }
    .section-heading { margin-bottom: 19px; }
    .section-heading h2 { font-size: 32px; line-height: 1.13; letter-spacing: -1.15px; }
    .eyebrow { font-size: 11px; letter-spacing: 1px; }
    .filters { margin-bottom: 21px; }
    .filters form { grid-template-columns: 1fr 1fr; gap: 10px; padding-top: 10px; padding-bottom: 20px; }
    .filter-title { font-size: 15px; }
    .filters button { grid-column: 1 / -1; padding: 9px; margin: 0; min-height: 40px; }
    .filters select { font-size: 13px; border-radius: 10px; padding: 10px; }
    .category-pills { margin-bottom: 12px; padding-bottom: 0; }
    .pill { font-size: 13px; padding: 9px 15px; }
    .product-grid { gap: 13px; }
    .product-card { border-radius: 20px; padding: 19px 15px 16px; }
    .product-category { font-size: 11px; letter-spacing: -.2px; }
    .product-intro h3 { font-size: 20px; letter-spacing: -.6px; margin: 8px 0; }
    .product-intro p { font-size: 13px; line-height: 1.4; min-height: 55px; }
    .product-image { height: 170px; margin: 0 -8px 14px; }
    .product-image img { padding: 5px; }
    .product-bottom { font-size: 12px; flex-wrap: wrap; gap: 10px; }
    .round-link { width: 30px; height: 30px; margin-left: auto; }
    .round-link .icon { width: 16px; }
    .editorial-grid { grid-template-columns: 1fr; gap: 18px; padding-bottom: 48px; }
    .editorial-tile { height: 485px; border-radius: 22px; }
    .editorial-copy { padding-top: 33px; }
    .editorial-copy h2 { font-size: 34px; letter-spacing: -1.4px; }
    .editorial-people { bottom: -17%; height: 355px; width: 105%; left: -2%; }
    .editorial-notebook { height: 325px; bottom: -35px; width: 105%; left: -2%; }
    .catalog-directory { padding-bottom: 55px; }
    .directory-heading h2 { font-size: 36px; letter-spacing: -1.4px; }
    .directory-heading p { font-size: 15px; }
    .directory-grid { grid-template-columns: 1fr; }
    .directory-card { min-height: 0; }
    .page { padding-top: 31px; padding-bottom: 48px; }
    .page h1 { font-size: 35px; letter-spacing: -1.25px; }
    .breadcrumbs { font-size: 12px; line-height: 1.6; margin-bottom: 22px; }
    .product-detail { grid-template-columns: 1fr; gap: 30px; }
    .detail-visual { position: relative; top: auto; border-radius: 23px; }
    .detail-visual > img { height: 370px; max-height: none; padding: 33px; }
    .detail-info { padding-top: 0; }
    .detail-info h1 { font-size: 45px; line-height: 1.04; letter-spacing: -1.7px; margin-top: 10px; }
    .detail-subtitle { font-size: 20px; }
    .detail-info select { font-size: 16px; }
    .quantity-line > span { font-size: 13px; }
    .price-panel { padding: 21px; }
    .price-panel strong { font-size: 18px; }
    .details-section { margin-top: 43px; }
    .specs { gap: 27px; }
    .cart-line { grid-template-columns: 82px minmax(0,1fr); gap: 17px; }
    .cart-line img { width: 82px; height: 100px; }
    .cart-line h3 { font-size: 20px; }
    .cart-line p, .cart-update button { font-size: 13px; }
    .cart-line > strong { grid-column: 2; }
    .cart-top { font-size: 13px; }
    .order-summary { border-radius: 22px; padding: 26px 23px; }
    .form-panel { border-radius: 20px; padding: 25px 20px; }
    .form-panel input { font-size: 16px; }
    .account-grid { grid-template-columns: 1fr; }
    .admin-stats > div { border-radius: 16px; padding: 20px 16px; }
    .admin-stats strong { font-size: 23px; }
    .footer-main { padding-top: 40px; padding-bottom: 33px; gap: 30px 20px; }
    .footer-main > p, .footer-main a:not(.brand) { font-size: 13px; }
    .footer-main strong { font-size: 13px; }
    .footer-bottom { flex-direction: column; gap: 8px; font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
    .reveal-ready { opacity: 1; transform: none; }
}

/* Production colour references accompany the visual simulation and BAT. */
.print-colours { border:0; padding:0; margin:22px 0 4px; }
.print-colours legend { font-size:16px; font-weight:600; margin-bottom:5px; }
.print-colours>p { color:var(--muted); font-size:13px; line-height:1.45; margin-bottom:12px; }
#print-colour-fields { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
#print-colour-fields label { display:flex; flex-direction:column; gap:6px; margin:0; font-size:13px; font-weight:500; }
#print-colour-fields input { min-height:46px; padding:11px 13px; border:1px solid #bdbdc3; border-radius:12px; background:#fff; color:var(--ink); }
#print-colour-fields input:focus { border-color:var(--blue); outline:3px solid #0071e31a; }
@media(max-width:520px){#print-colour-fields{grid-template-columns:1fr}}

/* Multi-select catalogue filters and colour variants */
.filters form{grid-template-columns:1.15fr repeat(5,minmax(150px,1fr));align-items:start}
.filter-title{align-self:center}.multi-filter{position:relative;min-width:0}.multi-filter summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:48px;padding:11px 14px;border:1px solid #d2d2d7;border-radius:12px;background:#fff;font-size:14px;font-weight:600;cursor:pointer}.multi-filter summary::-webkit-details-marker{display:none}.multi-filter summary:after{content:'⌄';color:#6e6e73}.multi-filter summary span{margin-left:auto;color:#6e6e73;font-size:12px;font-weight:500}.multi-filter[open] summary{border-color:var(--blue);box-shadow:0 0 0 3px #0071e31a}.multi-filter>div{position:absolute;z-index:20;top:55px;left:0;width:max(100%,240px);max-height:310px;overflow:auto;padding:8px;background:#fff;border:1px solid #d2d2d7;border-radius:14px;box-shadow:0 14px 35px #0002}.filters .multi-filter label{position:static;width:auto;height:auto;overflow:visible;clip:auto;display:flex;align-items:center;gap:9px;margin:0;padding:8px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer}.multi-filter label:hover{background:#f5f5f7}.multi-filter input{width:16px;height:16px;flex:0 0 16px}.filters .filter-check{position:static;width:auto;height:auto;overflow:visible;clip:auto;display:flex;align-items:center;gap:8px;margin:0;min-height:44px;font-size:13px;font-weight:500}.filter-live{display:flex;align-items:center;gap:7px;color:#6e6e73;font-size:12px;grid-column:1/-1}.filter-live span{width:7px;height:7px;border-radius:50%;background:#34c759}.filters form.is-loading .filter-live span{animation:filter-pulse .65s infinite alternate}.filters form.is-loading{opacity:.72;pointer-events:none}@keyframes filter-pulse{to{transform:scale(1.8);opacity:.35}}
.color-dot,.color-swatch{--swatch:#c7c7cc;background:var(--swatch);border:1px solid #c7c7cc;border-radius:50%}.color-dot{width:15px;height:15px;flex:0 0 15px}.color-swatch{width:26px;height:26px;padding:0;position:relative}.color-swatch:hover,.color-swatch.active{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--ink)}
[data-color*="noir"]{--swatch:#171719}[data-color*="blanc"]{--swatch:#fff}[data-color*="gris"]{--swatch:#8e8e93}[data-color*="argent"]{--swatch:#c7c7cc}[data-color*="bleu"]{--swatch:#2877bd}[data-color*="marine"]{--swatch:#17385e}[data-color*="vert"]{--swatch:#4f8b50}[data-color*="rouge"]{--swatch:#d72d35}[data-color*="orange"]{--swatch:#ef8b22}[data-color*="jaune"]{--swatch:#f0ce28}[data-color*="rose"]{--swatch:#e58bab}[data-color*="purple"],[data-color*="violet"]{--swatch:#7046a3}[data-color*="marron"]{--swatch:#795548}[data-color*="beige"],[data-color*="naturel"]{--swatch:#e8d8b8}[data-color*="or"]{--swatch:#d6ae43}
.card-colors{display:flex;gap:8px;flex-wrap:wrap;margin:-7px 2px 13px;min-height:26px}.card-colors .color-swatch{width:18px;height:18px}.product-colors{border:0;padding:0;margin:0 0 20px}.product-colors legend{font-size:14px;font-weight:600;margin-bottom:12px}.product-colors legend strong{font-weight:500;color:#6e6e73;margin-left:7px}.product-colors>div{display:flex;gap:12px;flex-wrap:wrap}.product-colors .color-swatch{width:30px;height:30px}
@media(max-width:1200px){.filters form{grid-template-columns:repeat(3,1fr)}.filter-title{grid-column:1/-1}}
@media(max-width:700px){.filters form{display:grid;grid-template-columns:1fr 1fr}.filters .multi-filter label,.filters .filter-check{display:flex}.multi-filter>div{position:fixed;left:16px;right:16px;bottom:16px;top:auto;width:auto;max-height:55vh}.filter-live{grid-column:1/-1}}
