:root {
  color-scheme: light dark;
  --bg: #f2f4f5;
  --surface: #ffffff;
  --surface-soft: #e7eaed;
  --ink: #111820;
  --muted: #5c6873;
  --line: #cbd1d6;
  --cobalt: #2854d7;
  --signal: #ef513f;
  --white: #f8fafb;
  --radius: 6px;
  --max: 1280px;
  --sans: "Helvetica Neue", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --display: "Arial Narrow", "Helvetica Neue", "PingFang SC", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { background: var(--bg); color: var(--ink); scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; font-family: var(--sans); line-height: 1.55; letter-spacing: 0; }
a, button { touch-action: manipulation; -webkit-tap-highlight-color: rgba(40,84,215,.16); }
a { color: inherit; text-underline-offset: 3px; }
img { display: block; max-width: 100%; height: auto; background: var(--surface-soft); }
button, input { font: inherit; letter-spacing: 0; }
:focus-visible { outline: 3px solid var(--brand, var(--cobalt)); outline-offset: 3px; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 30; padding: 9px 12px; background: var(--surface); border: 1px solid var(--ink); }

.site-header { position: sticky; top: 0; z-index: 20; height: 68px; padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); border-bottom: 1px solid color-mix(in srgb, var(--line) 85%, transparent); background: color-mix(in srgb, var(--surface) 92%, transparent); backdrop-filter: blur(14px); }
.header-inner { width: min(100% - 40px, var(--max)); height: 100%; margin: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 9px; width: fit-content; color: var(--ink); font-weight: 850; font-size: 15px; text-decoration: none; letter-spacing: 0; }
.brand img { width: 30px; height: 30px; background: transparent; }
.site-nav { display: flex; align-items: center; gap: 24px; white-space: nowrap; }
.site-nav a { color: var(--muted); font-size: 13px; font-weight: 650; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 9px; }
.language-switch { min-height: 36px; display: inline-flex; align-items: center; padding: 0 10px; border: 1px solid var(--line); border-radius: var(--radius); font: 700 11px var(--mono); text-decoration: none; white-space: nowrap; }
.header-search { width: 250px; display: flex; }
.header-search input { width: 100%; min-width: 0; height: 36px; padding: 0 11px; border: 1px solid var(--line); border-right: 0; border-radius: var(--radius) 0 0 var(--radius); background: var(--surface); color: var(--ink); font-size: 12px; }
.header-search button { min-width: 52px; height: 36px; padding: 0 12px; border: 1px solid var(--brand, var(--cobalt)); border-radius: 0 var(--radius) var(--radius) 0; background: var(--brand, var(--cobalt)); color: #fff; font-weight: 750; font-size: 12px; white-space: nowrap; cursor: pointer; }
.header-search button:active, .button:active, .library-search button:active { transform: translateY(1px); }

main { width: 100%; }
.commerce-hero { min-height: min(650px, calc(100dvh - 118px)); display: grid; align-items: end; position: relative; isolation: isolate; background-color: #27313b; background-image: var(--hero-image, url('/static/hero-global-goods-v2.jpg')); background-position: center; background-size: cover; background-repeat: no-repeat; color: var(--white); }
.commerce-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8,14,21,.92) 0%, rgba(8,14,21,.74) 35%, rgba(8,14,21,.13) 70%, rgba(8,14,21,.04) 100%); }
.hero-content { width: min(100% - 48px, var(--max)); margin: 0 auto; padding: 70px 0 74px; }
.hero-kicker { margin: 0 0 18px; font: 700 11px var(--mono); letter-spacing: .12em; }
.commerce-hero h1 { max-width: 720px; margin: 0; font-family: var(--display); font-size: clamp(52px, 7vw, 94px); font-weight: 850; line-height: .92; letter-spacing: 0; text-wrap: balance; }
.commerce-hero h1 br { display: block; }
.commerce-hero .hero-content > p:not(.hero-kicker) { max-width: 560px; margin: 24px 0 0; color: rgba(248,250,251,.86); font-size: clamp(16px, 2vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 17px; border: 1px solid transparent; border-radius: var(--radius); font-size: 13px; font-weight: 750; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button-primary { background: var(--brand, var(--cobalt)); color: #fff; }
.button-primary:hover { background: #1f43b5; color: #fff; }
.button-ghost { border-color: rgba(255,255,255,.65); color: #fff; background: rgba(10,16,24,.16); }
.button-ghost:hover { background: rgba(255,255,255,.12); color: #fff; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--cobalt); color: #fff; }
.editor-mark { display: inline-block; margin-top: 28px; color: #d9e1ff; font-family: "Kaiti SC", "STKaiti", cursive; font-size: 18px; transform: rotate(-1.5deg); }

.market-strip { min-height: 54px; display: flex; align-items: center; gap: 0; overflow-x: auto; border-bottom: 1px solid var(--line); background: var(--surface); scrollbar-width: none; }
.market-strip::-webkit-scrollbar { display: none; }
.market-strip > * { flex: 1 0 auto; min-width: 170px; padding: 16px 22px; border-right: 1px solid var(--line); color: var(--muted); font: 700 11px var(--mono); text-align: center; text-decoration: none; white-space: nowrap; }
.market-strip > span { color: var(--ink); }
.market-strip a:hover { color: var(--cobalt); background: var(--surface-soft); }

.page-band { width: min(100% - 48px, var(--max)); margin: 0 auto; padding: 84px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 78px; }
.band-feature { padding: 56px 0 48px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 36px; margin-bottom: 30px; }
.section-heading > div { display: flex; align-items: baseline; gap: 14px; }
.section-heading h2, .library-band h2 { margin: 0; font-family: var(--display); font-size: clamp(34px, 4.2vw, 56px); font-weight: 800; line-height: .98; letter-spacing: 0; text-wrap: balance; }
.section-heading > p { max-width: 390px; margin: 0; color: var(--muted); font-size: 14px; }
.section-index { margin: 0; color: var(--cobalt); font: 700 11px var(--mono); }
.section-link { color: var(--ink); font: 700 12px var(--mono); text-decoration: none; }
.section-link:hover { color: var(--cobalt); }

.feature-story { height: 500px; min-height: 0; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr); background: var(--surface); border-radius: var(--radius); overflow: hidden; }
.featured-carousel { position: relative; }
.featured-track { height: 500px; min-height: 0; }
.featured-slide[hidden] { display: none !important; }
.featured-slide.is-entering { animation: featured-slide-in .28s cubic-bezier(.16,1,.3,1); }
.featured-controls { min-height: 58px; display: flex; align-items: center; justify-content: flex-end; gap: 5px; margin-top: 12px; }
.featured-controls button { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); color: var(--ink); cursor: pointer; }
.featured-controls button:hover { border-color: var(--ink); background: var(--surface-soft); }
.featured-dots { display: flex; align-items: center; gap: 2px; }
.featured-dots button { border-color: transparent; background: transparent; }
.featured-dots button span { width: 18px; height: 3px; display: block; border-radius: 2px; background: var(--line); transition: width .18s ease, background .18s ease; }
.featured-dots button[aria-current="true"] span { width: 28px; background: var(--cobalt); }
.featured-pause[aria-pressed="true"] { border-color: var(--cobalt); color: var(--cobalt); }
@keyframes featured-slide-in { from { opacity: .35; transform: translateX(12px); } to { opacity: 1; transform: translateX(0); } }
.feature-media { height: 500px; min-height: 0; display: block; overflow: hidden; }
.feature-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.16,1,.3,1); }
.feature-media:hover img { transform: scale(1.018); }
.feature-copy { height: 100%; min-height: 0; align-self: stretch; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding: clamp(30px, 4vw, 52px); }
.story-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 13px; color: var(--muted); font: 700 10px var(--mono); text-transform: uppercase; }
.feature-copy h3 { margin: 0; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 4; font-family: var(--display); font-size: clamp(30px, 3.4vw, 46px); line-height: 1.02; letter-spacing: 0; }
.feature-copy h3 a, .product-card h3 a, .guide-feature h3 a { text-decoration: none; }
.feature-copy > p { margin: 16px 0 0; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 4; color: var(--muted); font-size: 15px; }
.evidence-note, .card-evidence { color: var(--muted); font-size: 12px; }
.card-evidence { min-height: 38px; margin: 10px 0 0; }
.text-link { display: inline-block; margin-top: 24px; color: var(--cobalt); font-weight: 750; font-size: 13px; text-decoration: none; }
.commerce-meta { display: flex; flex-wrap: wrap; align-items: baseline; gap: 9px; margin-top: 22px; }
.commerce-meta strong { font: 700 20px var(--mono); font-variant-numeric: tabular-nums; }
.commerce-meta span { color: var(--muted); font-size: 11px; }
.commerce-meta em { padding: 3px 7px; border-radius: 999px; background: #dce8dc; color: #245d2d; font-style: normal; font-size: 10px; }
.commerce-meta .price-single { background: #e6e9ec; color: #46525d; }
.media-fallback { width: 100%; height: 100%; min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; background: #244fd1; color: rgba(255,255,255,.92); text-align: left; }
.media-fallback small { font: 700 9px var(--mono); text-transform: uppercase; }
.media-fallback b { max-width: 8ch; font-family: var(--display); font-size: 30px; line-height: .9; }
.product-card:nth-child(2) .media-fallback { background: #1a242e; }
.product-card:nth-child(3) .media-fallback { background: #d9dee2; color: #18222c; }
.product-card:nth-child(4) .media-fallback { background: #41505d; }
.product-card:nth-child(5) .media-fallback { background: #ec5d48; }
.product-card:nth-child(6) .media-fallback { background: #0f6a63; }

.product-rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { min-width: 0; overflow: hidden; border-radius: var(--radius); background: var(--surface); }
.product-media { aspect-ratio: 4 / 3; display: block; overflow: hidden; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s cubic-bezier(.16,1,.3,1); }
.product-media:hover img { transform: scale(1.025); }
.product-card-body { min-height: 196px; display: flex; flex-direction: column; padding: 20px; }
.product-card h3 { margin: 0; display: -webkit-box; overflow: hidden; font-size: 19px; line-height: 1.25; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.source-action { margin-top: auto; padding-top: 18px; color: var(--cobalt); font-size: 12px; font-weight: 750; text-decoration: none; }

.band-categories { width: 100%; max-width: none; padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); background: #dfe3e6; }
.category-grid { display: grid; grid-template-columns: 1.25fr .75fr 1fr; grid-template-rows: repeat(2, minmax(185px, auto)); gap: 12px; }
.category { position: relative; min-height: 185px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid #b7c0c7; border-radius: var(--radius); background: #eef0f2; color: var(--ink); text-decoration: none; transition: transform .2s ease, background .2s ease; }
.category:hover { transform: translateY(-3px); background: #fff; }
.category-head { position: relative; z-index: 1; display: flex; flex: 1; flex-direction: column; justify-content: space-between; gap: 10px; min-height: 0; color: inherit; text-decoration: none; }
.category-head span, .category > span { font: 700 10px var(--mono); }
.category-head strong, .category strong { display: block; overflow: hidden; min-width: 0; max-width: 100%; font-family: var(--display); font-size: clamp(24px, 2.4vw, 36px); line-height: 1.08; white-space: nowrap; text-overflow: ellipsis; }
.category-large .category-head strong { font-size: clamp(28px, 3vw, 42px); }
.category-head small, .category small { overflow: hidden; color: var(--muted); font: 600 10px var(--mono); white-space: nowrap; text-overflow: ellipsis; }
.category-stories { position: relative; z-index: 1; display: grid; gap: 4px; margin: 16px 0 0; padding: 0; list-style: none; }
.category-stories li, .category-stories a { min-width: 0; }
.category-stories a { display: flex; align-items: center; overflow: hidden; min-height: 44px; color: inherit; font-size: 13px; line-height: 1.35; text-decoration: none; white-space: nowrap; text-overflow: ellipsis; }
.category-stories a:hover, .category-stories a:focus-visible { text-decoration: underline; }
.category-large { grid-row: 1 / span 2; background-color: var(--surface); background-image: var(--category-image, url('/static/hero-global-goods-v2.jpg')); background-position: 68% center; background-size: cover; background-repeat: no-repeat; color: #fff; }
.category-large::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(180deg, rgba(10,15,21,.12), rgba(10,15,21,.75)); }
.category-large > * { position: relative; }
.category-large .category-head small, .category-large small { color: rgba(255,255,255,.75); }
.category-large .category-stories a { color: #fff; }
.category-blue { background: var(--cobalt); color: #fff; border-color: var(--cobalt); }
.category-blue .category-head small, .category-blue small { color: rgba(255,255,255,.72); }
.category-blue .category-stories a { color: #fff; }
.category-blue:hover { background: #1e43b8; }
.category-dark { grid-column: 3; background: #17202a; color: #fff; border-color: #17202a; }
.category-dark .category-head small, .category-dark small { color: #aab5bf; }
.category-dark .category-stories a { color: #fff; }
.category-dark:hover { background: #24313e; }

.guide-feature { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: clamp(34px, 6vw, 84px); align-items: center; }
.guide-media { aspect-ratio: 3 / 2; display: block; overflow: hidden; border-radius: var(--radius); }
.guide-media img { width: 100%; height: 100%; object-fit: cover; }
.guide-feature h3 { margin: 0; font-family: var(--display); font-size: clamp(34px, 4vw, 54px); line-height: 1.02; }
.guide-feature > div > p:not(.story-meta) { margin: 18px 0 26px; color: var(--muted); }

.library-band { padding: 86px max(24px, calc((100vw - var(--max)) / 2)); background: #101720; color: var(--white); }
.library-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .75fr); gap: 84px; align-items: start; }
.library-band .section-index { margin-bottom: 14px; color: #8dabff; }
.library-band h2 { max-width: 8ch; font-size: clamp(42px, 5vw, 66px); }
.library-band p { color: #aab5bf; }
.library-search { display: flex; max-width: 620px; margin-top: 28px; }
.library-search input { min-width: 0; flex: 1; height: 50px; padding: 0 14px; border: 1px solid #475461; border-right: 0; border-radius: var(--radius) 0 0 var(--radius); background: #1b2530; color: #fff; }
.library-search button { height: 50px; padding: 0 20px; border: 0; border-radius: 0 var(--radius) var(--radius) 0; background: var(--brand, var(--cobalt)); color: #fff; font-weight: 800; cursor: pointer; }
.library-count { font: 700 11px var(--mono); font-variant-numeric: tabular-nums; }
.library-preview h3 { margin: 0 0 14px; font-size: 14px; }
.library-preview > a { display: grid; gap: 5px; padding: 15px 0; border-top: 1px solid #36424e; text-decoration: none; }
.library-preview > a span { color: #8dabff; font: 700 9px var(--mono); }
.library-preview > a strong { font-size: 14px; line-height: 1.35; }

.page-intro { width: min(100% - 48px, 900px); margin: 0 auto; padding: 82px 0 54px; }
.page-intro h1 { margin: 0; font-family: var(--display); font-size: clamp(48px, 7vw, 78px); line-height: .95; }
.page-intro > p { max-width: 62ch; color: var(--muted); }
.eyebrow { margin: 0 0 12px; color: var(--cobalt); font: 700 10px var(--mono); text-transform: uppercase; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; }
.filters a { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; text-decoration: none; }
.filters a[aria-current="page"] { border-color: var(--ink); background: var(--ink); color: var(--white); }
.archive-gateway-form { display: flex; max-width: 620px; margin-top: 20px; }
.archive-gateway-form input { min-width: 0; flex: 1; height: 44px; padding: 0 12px; border: 1px solid var(--line); border-right: 0; border-radius: var(--radius) 0 0 var(--radius); background: var(--surface); color: var(--ink); }
.archive-gateway-form button { height: 44px; padding: 0 16px; border: 0; border-radius: 0 var(--radius) var(--radius) 0; background: var(--brand, var(--cobalt)); color: #fff; font-weight: 800; }
.archive-list { width: min(100% - 48px, var(--max)); margin: 0 auto 70px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 42px; }
.archive-list article { padding: 25px 0; border-top: 1px solid var(--line); }
.archive-list h2 { margin: 0; font-family: var(--display); font-size: 24px; line-height: 1.18; }
.archive-list article > p:last-child { color: var(--muted); }
.pager { width: min(100% - 48px, var(--max)); margin: 0 auto 70px; display: flex; justify-content: space-between; }
.empty-state { max-width: 680px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.empty-state h2, .empty-state h3 { margin-top: 0; }

.article { width: min(100% - 48px, 820px); margin: 0 auto; padding: 82px 0 100px; }
.article > header h1 { margin: 0; font-family: var(--display); font-size: clamp(42px, 6vw, 68px); line-height: 1; }
.article-meta { display: flex; gap: 18px; color: var(--muted); font-size: 12px; }
.article-summary { margin-top: 24px; color: var(--muted); font-size: 19px; }
.article-toolbar { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.article-toolbar button { min-height: 40px; padding: 0 13px; border: 1px solid var(--ink); border-radius: var(--radius); background: var(--surface); color: var(--ink); font-weight: 700; }
.tool-feedback { color: var(--muted); font-size: 12px; }
.article figure { margin: 42px -70px; }
.article figure img { width: 100%; aspect-ratio: 8 / 5; object-fit: cover; border-radius: var(--radius); }
.article-body { font-size: 18px; }
.article-body :is(p,ul,ol,blockquote) { max-width: 68ch; margin: 1.35em auto; }
.article-body h2 { margin-top: 2.2em; }
.citations, .takeaways, .article-faq, .related-panel { margin-top: 50px; padding-top: 22px; border-top: 1px solid var(--line); }
.article-faq details { padding: 12px 0; border-bottom: 1px solid var(--line); }
.source-link { margin-top: 36px; color: var(--cobalt); font-weight: 750; }
.related-list { display: grid; gap: 10px; }.related-item { display: grid; gap: 4px; padding: 12px 0; border-bottom: 1px solid var(--line); text-decoration: none; }.related-item span { color: var(--muted); font: 700 9px var(--mono); }
.about-page { width: min(100% - 48px, 820px); margin: 0 auto; padding-bottom: 90px; }.about-page .page-intro { width: 100%; }.about-page section { max-width: 66ch; margin: 42px 0; }.about-page h2 { font-family: var(--display); font-size: 28px; }

.site-footer { padding: 34px max(24px, calc((100vw - var(--max)) / 2)); border-top: 1px solid var(--line); background: var(--surface); color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1.2fr; gap: 34px; font-size: 12px; }
.footer-grid p { margin: 5px 0; }.footer-grid a { display: inline-block; margin-right: 14px; }.footer-contact-area { display: flex; align-items: center; justify-content: space-between; gap: 14px; }.footer-contact { width: 40px; height: 40px; flex: 0 0 40px; border: 1px solid var(--line); border-radius: 50%; background: var(--bg); color: var(--ink); cursor: pointer; }
/* command touch targets */
.brand,
.site-nav a,
.language-switch,
.text-link,
.section-link,
.source-action,
.category-stories a,
.footer-grid a { min-height: 44px; }
.brand, .site-nav a, .language-switch, .text-link, .section-link, .source-action, .footer-grid a { display: inline-flex; align-items: center; }
.site-nav a { min-width: 44px; justify-content: center; }
.contact-popover { position: fixed; z-index: 40; min-width: 270px; padding: 15px; border: 1px solid #33404c; border-radius: var(--radius); background: #101720; color: #fff; box-shadow: 0 18px 42px rgba(8,14,20,.25); }.contact-popover-kicker { display: block; margin-bottom: 8px; color: #aab5bf; font-size: 11px; }.contact-email-row { display: flex; gap: 9px; align-items: center; }.contact-email-row a { color: #fff; }.contact-email-row button { border: 0; border-radius: 4px; background: #2c3945; color: #fff; padding: 6px 9px; }.contact-copy-status { display: block; min-height: 1.2em; margin-top: 7px; color: #aab5bf; font-size: 11px; }
.language-suggestion { position: fixed; z-index: 50; right: 16px; bottom: 16px; width: min(410px, calc(100vw - 24px)); padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 18px 42px rgba(8,14,20,.2); }.language-suggestion-actions { display: flex; gap: 9px; flex-wrap: wrap; }.language-suggestion-actions a, .language-suggestion-actions button { min-height: 40px; padding: 0 13px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); color: var(--ink); display: inline-flex; align-items: center; text-decoration: none; font-weight: 700; }.language-suggestion-actions a { background: var(--brand, var(--cobalt)); color: #fff; border-color: var(--brand, var(--cobalt)); }.language-suggestion-close { position: absolute; top: 7px; right: 9px; border: 0; background: transparent; color: var(--ink); font-size: 21px; }

@media (prefers-color-scheme: dark) {
  :root { --bg: #11171d; --surface: #192129; --surface-soft: #25303a; --ink: #edf1f3; --muted: #a4afb8; --line: #35414b; }
  .band-categories { background: #222c35; }.category { background: #29343e; border-color: #43505b; }.category:hover { background: #34414c; }.category-large { background-image: url('/static/hero-global-goods-v2.jpg'); }.site-header { background: rgba(25,33,41,.92); }.filters a[aria-current="page"] { background: #edf1f3; color: #11171d; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .featured-slide.is-entering { animation: none; } }
@media (max-width: 1020px) { .site-header { height: auto; min-height: 68px; }.header-inner { min-height: 68px; grid-template-columns: auto 1fr; padding: 10px 0; }.site-nav { grid-column: 1 / -1; grid-row: 2; overflow-x: auto; padding: 5px 0; scrollbar-width: none; }.site-nav::-webkit-scrollbar { display: none; }.header-actions { justify-self: end; }.header-search { width: 220px; }.feature-story, .featured-track, .feature-media { height: 440px; }.feature-copy { padding: 28px 34px; }.feature-copy h3 { font-size: clamp(28px, 4vw, 40px); }.product-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }.category-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, minmax(170px, auto)); }.category-large { grid-row: 1 / span 2; }.category-dark { grid-column: auto; }.library-inner { gap: 50px; } }
@media (max-width: 767px) {
  .header-inner { width: min(100% - 28px, var(--max)); }.brand span { font-size: 13px; white-space: nowrap; }.header-actions { gap: 6px; }.header-search { display: none; }.site-nav { gap: 19px; }.site-nav a { font-size: 12px; }
  .commerce-hero { min-height: 560px; background-position: 61% center; align-items: end; }.commerce-hero::before { background: linear-gradient(180deg, rgba(8,14,21,.18) 0%, rgba(8,14,21,.82) 62%, rgba(8,14,21,.96) 100%); }.hero-content { width: min(100% - 32px, var(--max)); padding: 145px 0 28px; }.commerce-hero h1 { max-width: none; font-size: 46px; line-height: .94; }.commerce-hero .hero-content > p:not(.hero-kicker) { margin-top: 17px; font-size: 14px; }.hero-actions { margin-top: 22px; }.editor-mark { margin-top: 18px; font-size: 15px; }
  .market-strip > * { min-width: 145px; padding: 15px; }.page-band { width: min(100% - 32px, var(--max)); padding: 62px 0; }.section-heading { align-items: flex-start; gap: 18px; }.section-heading > div { display: block; }.section-heading .section-index { margin-bottom: 7px; }.section-heading > p { max-width: 180px; font-size: 12px; }.section-heading h2 { font-size: 38px; }
  .feature-story, .guide-feature, .library-inner { grid-template-columns: 1fr; }.feature-story { height: 560px; grid-template-rows: 240px 320px; }.featured-track { height: 560px; }.featured-controls { justify-content: center; }.feature-media { height: 240px; min-height: 0; }.feature-copy { height: 320px; padding: 24px 22px 28px; }.feature-copy h3 { font-size: 30px; -webkit-line-clamp: 3; }.feature-copy > p { -webkit-line-clamp: 3; }.product-rail { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }.product-card { flex: 0 0 82%; scroll-snap-align: start; }.product-card-body { min-height: 185px; }.band-categories { width: 100%; padding-left: 16px; padding-right: 16px; }.category-grid { grid-template-columns: 1fr; grid-template-rows: none; }.category, .category-large { min-height: 170px; grid-row: auto; }.category-large { min-height: 290px; }.guide-feature { gap: 26px; }.guide-feature h3 { font-size: 38px; }.library-band { padding: 64px 16px; }.library-inner { gap: 46px; }.library-band h2 { font-size: 46px; }.archive-list { grid-template-columns: 1fr; width: min(100% - 32px, var(--max)); }.page-intro { width: min(100% - 32px, 900px); padding-top: 58px; }.article { width: min(100% - 32px, 820px); padding-top: 58px; }.article figure { margin: 30px 0; }.footer-grid { grid-template-columns: 1fr; gap: 20px; }.footer-contact-area { align-items: flex-start; }
}
