:root {
  color-scheme: light;
  --ink: #151a22;
  --muted: #66717f;
  --faint: #8d97a3;
  --paper: #ffffff;
  --wash: #f5f6f8;
  --line: #e1e5ea;
  --navy: #10161f;
  --gold: #f2c14e;
  --gold-hover: #e8b333;
  --gold-wash: #fff8e7;
  --red: #c7192d;
  --catalog-render-gradient: linear-gradient(125deg, #fff 0%, #fff 52%, #faf8f3 72%, #eee9df 100%);
  --radius: 16px;
  --shadow: 0 16px 48px rgba(19, 27, 37, .09);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, .button { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  min-height: 100px;
  padding: 12px clamp(22px, 5vw, 78px);
  border-bottom: 1px solid rgba(225, 229, 234, .92);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
}
.site-logo img { width: 128px; height: 76px; object-fit: contain; object-position: left center; }
.site-header.has-search { grid-template-columns: auto minmax(280px, 480px) 1fr auto; grid-template-rows: auto auto; gap: 8px 20px; }
.site-header.has-search .site-logo { grid-column: 1; grid-row: 1 / span 2; }
.site-header.has-search .header-search-wrap { grid-column: 2; grid-row: 1; }
.site-header.has-search > nav { grid-column: 2; grid-row: 2; justify-content: center; gap: 18px; width: 100%; }
.site-header.has-search .header-actions { grid-column: 4; grid-row: 1; }
.header-search { display: grid; grid-template-columns: minmax(0, 1fr) auto; width: 100%; padding: 4px; border: 1px solid #cfd5dc; border-radius: 11px; background: #fff; box-shadow: 0 5px 18px rgba(17, 26, 37, .07); }
.header-search:focus-within { border-color: #b58a24; box-shadow: 0 0 0 3px rgba(242, 193, 78, .16), 0 5px 18px rgba(17, 26, 37, .07); }
.header-search input { min-width: 0; padding: 10px 12px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 14px; }
.header-search input[type="search"]::-webkit-search-cancel-button,
.catalog-search input[type="search"]::-webkit-search-cancel-button { display: none; -webkit-appearance: none; appearance: none; }
.header-search [data-search-submit] { min-height: 42px; padding: 9px 16px; border: 0; border-radius: 8px; color: #181205; background: var(--gold); font-size: 12px; font-weight: 800; cursor: pointer; }
.header-search [data-search-submit]:hover { background: var(--gold-hover); }
.header-search-wrap { min-width: 0; }
.header-search-progress { display: block; height: 13px; margin: 4px 4px 0; overflow: hidden; color: var(--faint); font-size: 10px; line-height: 13px; text-overflow: ellipsis; white-space: nowrap; }
.header-search-progress:empty { min-height: 0; margin-top: 0; }
.header-search-progress.is-error { color: #a22835; font-weight: 700; }
.header-search.is-searching [data-search-submit] { box-shadow: 0 0 0 3px rgba(242, 193, 78, .2), 0 0 18px rgba(242, 193, 78, .48); cursor: progress; }
.header-search [data-search-submit] { --search-progress: 0%; position: relative; overflow: hidden; }
.header-search [data-search-submit]::after { content: ''; position: absolute; left: 0; bottom: 0; width: var(--search-progress); height: 3px; background: #171205; opacity: .72; transition: width .35s ease; }
.header-search [data-search-submit] span { position: relative; z-index: 1; }
.site-header > nav { display: flex; justify-content: center; gap: 28px; font-size: 14px; font-weight: 650; color: #46515e; }
.site-header > nav a:hover { color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-brand-menu { position: relative; display: inline-flex; }
.header-brand-menu-toggle { display: inline; padding: 0; border: 0; color: inherit; background: transparent; font-size: inherit; font-weight: inherit; cursor: pointer; }
.header-brand-menu-toggle:hover, .header-brand-menu-toggle:focus-visible, .header-brand-menu-toggle[aria-expanded="true"] { color: var(--ink); outline: none; text-decoration: underline; text-underline-offset: 3px; }
.header-brand-menu-panel { position: absolute; z-index: 40; top: calc(100% + 12px); left: 50%; width: min(520px, calc(100vw - 28px)); padding: 17px; transform: translateX(-50%); border: 1px solid #d6dce3; border-radius: 14px; color: var(--ink); background: #fff; box-shadow: 0 22px 62px rgba(18, 25, 34, .20); }
.header-brand-menu-panel > div { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 13px; padding: 0 3px; }
.header-brand-menu-panel > div strong { font-size: 14px; }
.header-brand-menu-panel > div small { color: var(--muted); font-size: 10px; }
.site-header .header-brand-menu-panel nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; width: auto; color: inherit; font-size: inherit; }
.header-brand-menu-panel nav a { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 10px; border-radius: 8px; background: #f7f8fa; }
.header-brand-menu-panel nav a:hover, .header-brand-menu-panel nav a:focus-visible { color: var(--ink); outline: none; background: var(--gold-wash); }
.header-brand-menu-panel nav a span { min-width: 0; overflow: hidden; font-size: 12px; font-weight: 760; text-overflow: ellipsis; white-space: nowrap; }
.header-brand-menu-panel nav a small { flex: 0 0 auto; color: var(--faint); font-size: 9px; font-weight: 650; }
.catalog-account-button.signed-in { width: 42px; min-width: 42px; height: 42px; padding: 0; border-radius: 50%; font-weight: 850; font-size: 15px; }
.site-version { margin-right: 2px; color: #7f8995; font: 750 11px/1 ui-monospace, Menlo, monospace; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 17px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 750;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}
.button:hover { transform: translateY(-1px); }
.button-gold { color: #1a1406; background: var(--gold); }
.button-gold:hover { background: var(--gold-hover); }
.button-quiet { border-color: var(--line); background: #fff; }
.button-outline { color: #28323e; border-color: #cbd2da; background: #fff; }
.button-outline:hover, .button-quiet:hover { border-color: #aeb7c1; background: var(--wash); }

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: clamp(42px, 6vw, 96px);
  min-height: 590px;
  padding: 66px clamp(24px, 7vw, 112px) 72px;
  overflow: hidden;
  background: linear-gradient(125deg, #fff 0%, #fff 52%, #faf8f3 72%, #eee9df 100%);
}
.hero-copy { position: relative; z-index: 2; max-width: 620px; }
.hero-copy h1 { margin: 0 0 20px; letter-spacing: -.045em; }
.hero-copy h1 span { display: block; margin-bottom: 6px; font-size: clamp(31px, 4vw, 55px); font-weight: 760; line-height: 1.03; }
.hero-copy h1 strong { display: block; color: var(--red); font-size: clamp(43px, 5.2vw, 72px); font-weight: 850; line-height: .98; }
.hero-copy > p { max-width: 570px; margin: 0 0 28px; color: #56616e; font-size: 17px; line-height: 1.65; }
.catalog-search { display: grid; grid-template-columns: minmax(0, 1fr) auto; width: 100%; max-width: 580px; padding: 5px; border: 1px solid #cfd5dc; border-radius: 13px; background: #fff; box-shadow: 0 8px 28px rgba(17, 26, 37, .09); }
.catalog-search:focus-within { border-color: #b58a24; box-shadow: 0 0 0 4px rgba(242, 193, 78, .18), 0 8px 28px rgba(17, 26, 37, .09); }
.catalog-search input { min-width: 0; padding: 13px 15px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 15px; }
.catalog-search [data-search-submit] { --search-progress: 0%; position: relative; min-height: 46px; overflow: hidden; padding: 11px 20px; border: 0; border-radius: 9px; color: #181205; background: var(--gold); font-weight: 800; cursor: pointer; }
.catalog-search [data-search-submit]::after { content: ''; position: absolute; left: 0; right: auto; bottom: 0; width: var(--search-progress); height: 4px; background: #171205; opacity: .72; transition: width .35s ease; }
.catalog-search [data-search-submit] span { position: relative; z-index: 1; }
.catalog-search.is-searching [data-search-submit] { background: #f6ca5a; box-shadow: 0 0 0 4px rgba(242, 193, 78, .22), 0 0 24px rgba(242,193,78,.58); cursor: progress; animation: search-button-glow 1.35s ease-in-out infinite alternate; }
.catalog-search.is-searching input { cursor: progress; }
.catalog-search-field { position: relative; display: block; min-width: 0; }
.catalog-search-field input { width: 100%; padding-right: 48px; }
.catalog-search-clear { position: absolute; top: 50%; right: 4px; display: grid; width: 36px; height: 36px; padding: 0; place-items: center; transform: translateY(-50%); border: 0; border-radius: 999px; color: #5f6975; background: transparent; box-shadow: none; cursor: pointer; }
.catalog-search-clear > span { position: relative; display: block; width: 15px; height: 15px; }
.catalog-search-clear > span::before, .catalog-search-clear > span::after { content: ''; position: absolute; top: 6.5px; left: 0; width: 15px; height: 2px; border-radius: 999px; background: currentColor; transform-origin: center; }
.catalog-search-clear > span::before { transform: rotate(45deg); }
.catalog-search-clear > span::after { transform: rotate(-45deg); }
.catalog-search-clear:hover { color: #151a22; background: #eceff2; }
.catalog-search-clear:focus-visible { outline: 3px solid rgba(242,193,78,.35); outline-offset: 1px; }
.catalog-search-clear[hidden] { display: none; }
.hero-copy small { display: block; min-height: 17px; margin: 11px 0 0 5px; color: var(--faint); font-size: 12px; transition: color .18s ease; }
.hero-copy small.is-error { color: #a22835; font-weight: 700; }
.hero-copy .catalog-web-research { max-width: 580px; margin: 8px 0 0; padding: 0; border: 0; background: transparent; }
.hero-copy .catalog-web-captcha { margin-top: 0; }
@keyframes search-button-glow { from { filter: brightness(.98); } to { filter: brightness(1.06); } }

.hero-carousel { position: relative; width: 100%; min-width: 0; }
.hero-slides { position: relative; aspect-ratio: 12 / 7; overflow: hidden; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.hero-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.025); pointer-events: none; transition: opacity .55s ease, transform .7s ease; }
.hero-slide.is-active { z-index: 1; opacity: 1; transform: scale(1); pointer-events: auto; }
.hero-slide a { position: relative; display: block; width: 100%; height: 100%; }
.catalog-3d-static { position: absolute; inset: 0; z-index: 4; display: block; overflow: hidden; border-radius: inherit; clip-path: inset(0); transition: clip-path .4s cubic-bezier(.65,0,.22,1); pointer-events: none; will-change: clip-path; }
.catalog-live-3d-layer { position: absolute; inset: 0; z-index: 2; overflow: hidden; border-radius: inherit; background: transparent; pointer-events: none; }
.hero-slides .catalog-3d-static,
.hero-slides .catalog-live-3d-layer { -webkit-mask-image: radial-gradient(ellipse 90% 86% at 50% 48%, #000 58%, rgba(0,0,0,.88) 73%, transparent 100%); mask-image: radial-gradient(ellipse 90% 86% at 50% 48%, #000 58%, rgba(0,0,0,.88) 73%, transparent 100%); }
.catalog-live-3d-layer > .stage-wrap,
.catalog-live-3d-layer .transparent-stage { position: absolute; inset: 0; width: 100%; height: 100%; }
.catalog-live-3d-layer .phase-pill,
.catalog-live-3d-layer .stage-fallback { display: none; }
.catalog-live-3d-layer canvas { display: block; width: 100%; height: 100%; filter: drop-shadow(0 24px 30px rgba(25,38,48,.19)); touch-action: none; }
.catalog-3d-host.is-live-ready .catalog-live-3d-layer { pointer-events: auto; }
.catalog-3d-host.is-live-ready:not(.is-static-selected) .catalog-3d-static { clip-path: inset(0 0 0 100%); visibility: hidden; transition: clip-path .4s cubic-bezier(.65,0,.22,1), visibility 0s linear .4s; }
.catalog-3d-host.is-static-selected .catalog-live-3d-layer { pointer-events: none; }
.catalog-3d-host.is-static-selected .catalog-3d-static { clip-path: inset(0); }
.catalog-live-3d-hint { position: absolute; left: 18px; bottom: 18px; z-index: 4; color: rgba(70,88,101,.72); font: 750 8px/1 ui-monospace,Menlo,monospace; letter-spacing: .08em; opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.catalog-3d-host.is-live-ready:not(.is-static-selected) .catalog-live-3d-hint { opacity: 1; }
.catalog-live-3d-layer canvas { cursor: grab; }
.catalog-live-3d-layer canvas.is-dragging { cursor: grabbing; }
.hero-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.hero-slide-gear { z-index: 1; clip-path: inset(0 0 0 0); transition: clip-path .8s cubic-bezier(.7, 0, .3, 1); }
.hero-slide.show-stand-only .hero-slide-gear { clip-path: inset(0 100% 0 0); }
.hero-dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.hero-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: #cdd3da; cursor: pointer; transition: width .2s ease, background .2s ease; }
.hero-dots button[aria-pressed="true"] { width: 28px; background: var(--red); }

.catalog-section, .search-results { padding: 68px clamp(24px, 7vw, 112px); }
.catalog-search-stage { max-width: 1440px; margin: 0 auto 18px; color: #4f5965; font-size: 15px; font-weight: 750; text-align: left; }
.catalog-search-stage[hidden] { display: none; }
.catalog-search-stage.is-error { color: #a22835; }
.catalog-search-stage a { color: #8d6508; text-decoration: underline; text-underline-offset: 3px; }
.catalog-search-progress-line { max-width: 1440px; min-height: 22px; margin: 0 auto 12px; color: #4f5965; font-size: 13px; font-weight: 750; line-height: 22px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.catalog-search-progress-line[hidden] { display: none; }
.search-results > .section-heading { max-width: 1440px; margin-right: auto; margin-left: auto; }
.catalog-web-research { position: relative; z-index: 2; width: 100%; padding: 12px clamp(24px, 5vw, 72px); border-bottom: 1px solid #d8dee5; background: #f5f7f9; }
.catalog-web-research[hidden] { display: none; }
.catalog-security-card { display: flex; align-items: center; justify-content: center; gap: 22px; width: min(100%, 1440px); min-height: 66px; margin: 0 auto; padding: 4px 0; }
.catalog-security-card strong { display: block; color: var(--ink); font-size: 15px; }
.catalog-security-card p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.catalog-web-status { color: #3e4a57; font-size: 14px; font-weight: 750; }
.catalog-web-status.is-error { color: #a22835; }
.catalog-web-captcha { min-width: min(300px, 100%); min-height: 1px; margin: 0; }
.catalog-product-skeleton { padding-top: 18px; }
.catalog-product-skeleton[hidden] { display: none; }
.skeleton-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(370px, .88fr); align-items: start; gap: clamp(36px, 5vw, 76px); max-width: 1440px; margin: 0 auto; }
.skeleton-gallery, .skeleton-copy { min-width: 0; }
.skeleton-block, .skeleton-line, .skeleton-thumbs span, .skeleton-options span { position: relative; display: block; overflow: hidden; border: 1px solid #d9dee4; background: #e9edf1; }
.skeleton-block::after, .skeleton-line::after, .skeleton-thumbs span::after, .skeleton-options span::after { content: ''; position: absolute; inset: 0; transform: translateX(-100%); background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent); animation: catalog-skeleton-shimmer 1.55s ease-in-out infinite; }
.skeleton-main { aspect-ratio: 1.22; border-radius: 18px; }
.skeleton-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 12px; }
.skeleton-thumbs span { aspect-ratio: 1.25; border-radius: 10px; }
.skeleton-copy { display: grid; gap: 13px; padding-top: 6px; }
.skeleton-line { width: 100%; height: 15px; border-radius: 7px; }
.skeleton-line.skeleton-kicker { width: 58%; height: 11px; }
.skeleton-line.skeleton-title { height: 45px; }
.skeleton-line.short { width: 68%; }
.skeleton-line.medium { width: 82%; }
.skeleton-line.small { width: 31%; height: 12px; margin-top: 5px; }
.skeleton-line.skeleton-badge { width: 47%; height: 31px; border-radius: 9px; background: #e3ebe6; }
.skeleton-cost { height: 88px; margin: 6px 0; border-color: #ead9a3; border-radius: 12px; background: #f3ead2; }
.skeleton-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.skeleton-options span { height: 48px; border-radius: 9px; }
@keyframes catalog-skeleton-shimmer { 55%, 100% { transform: translateX(100%); } }
.dynamic-product { padding-top: 18px; border-top: 1px solid var(--line); }
.dynamic-product .product-gallery { position: static; }
.dynamic-product .gallery-main img { object-fit: cover; padding: 0; background: #faf8f3; }
.dynamic-product .gallery-main img[hidden] { display: none; }
.gallery-main::after, .stand-card-image::after, .dynamic-preview-thumb::after { content: ''; position: absolute; inset: 0; z-index: 1; border-radius: inherit; background: radial-gradient(ellipse at 50% 42%, transparent 37%, rgba(23, 13, 30, .10) 66%, rgba(23, 13, 30, .36) 100%); pointer-events: none; }
.gallery-main > img, .gallery-main > .catalog-3d-static > img, .stand-card-image > img { filter: contrast(1.08) saturate(1.035) brightness(.965); }
.dynamic-product .gallery-cta { z-index: 2; }
.dynamic-preview-worker { position: fixed; left: -20000px; top: 0; width: 1080px; height: 630px; border: 0; opacity: 0; pointer-events: none; }
.stand-card-image.is-browser-rendering, .gallery-main.is-browser-rendering, .gallery-thumbs button.is-browser-rendering, .hero-slide a.is-browser-rendering { position: relative; overflow: hidden; }
.catalog-browser-preview-progress { position: absolute; inset: 0; z-index: 3; display: grid; place-content: center; overflow: hidden; padding: 10px; color: #4b4050; background: radial-gradient(ellipse at 50% 42%, #fffdf9 0%, #f4f1eb 66%, #d5d1ca 100%); box-shadow: inset 0 -4px rgba(137, 126, 104, .22); font: 700 10px/1.3 ui-monospace, Menlo, monospace; text-align: center; pointer-events: none; }
.catalog-browser-preview-progress::after { content: ''; position: absolute; inset: 0; transform: translateX(-100%); background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent); animation: catalog-skeleton-shimmer 1.8s ease-in-out infinite; }
.catalog-browser-preview-progress i { position: absolute; left: 0; bottom: 0; width: 2%; height: 4px; background: var(--gold); transition: width .32s ease; }
.catalog-browser-preview-progress b { position: relative; z-index: 1; font: inherit; }
.catalog-browser-preview-progress.is-worker-pending::after { animation: none; display: none; }
.catalog-browser-preview-progress.is-worker-pending i { background: #9b8757; }
.dynamic-image-empty { position: absolute; inset: 0; display: grid; place-content: center; gap: 8px; padding: 32px; text-align: center; color: #665f67; background: radial-gradient(ellipse at 50% 42%, #fffdf9 0%, #f4f1eb 66%, #d5d1ca 100%); }
.dynamic-image-empty[hidden] { display: none; }
.dynamic-image-empty strong { color: #342d36; font-size: 22px; }
.dynamic-image-empty span { font-size: 14px; }
.dynamic-product .gallery-thumbs:empty { display: none; }
.dynamic-preview-thumb { position: relative; overflow: hidden; }
.dynamic-preview-thumb img[hidden] { display: none; }
.dynamic-thumb-progress { position: absolute; inset: 0; z-index: 2; display: grid; place-content: center; overflow: hidden; padding: 8px; color: #4b4050; background: radial-gradient(ellipse at 50% 42%, #fffdf9 0%, #f4f1eb 66%, #d5d1ca 100%); box-shadow: inset 0 -4px rgba(137, 126, 104, .22); font: 700 9px/1.25 ui-monospace, Menlo, monospace; text-align: center; }
.dynamic-thumb-progress::after { content: ''; position: absolute; inset: 0; transform: translateX(-100%); background: linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent); animation: catalog-skeleton-shimmer 1.8s ease-in-out infinite; }
.dynamic-thumb-progress[hidden] { display: none; }
.dynamic-thumb-progress i { position: absolute; left: 0; bottom: 0; width: 0; height: 4px; background: var(--gold); transition: width .32s ease; }
.dynamic-thumb-progress b { position: relative; z-index: 1; font: inherit; }
.dynamic-product .gallery-cta.is-loading { opacity: .68; pointer-events: none; }
.dynamic-product .product-options h1 { font-size: clamp(30px, 4vw, 46px); }
.dynamic-product .source-link { color: #8d6508; text-decoration: underline; }
.catalog-photo-review { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; background: rgba(10, 17, 28, .62); backdrop-filter: blur(7px); }
.catalog-photo-review[hidden] { display: none; }
.catalog-manual-fallback { max-width: 760px; margin: 12px auto 28px; }
.catalog-manual-fallback[hidden] { display: none; }
.catalog-manual-fallback > section { padding: 26px; border: 1px solid #d5dbe2; border-radius: 18px; background: #fff; box-shadow: 0 18px 48px rgba(15, 24, 35, .10); }
.catalog-manual-fallback h2 { margin: 0; font-size: 25px; }
.catalog-manual-fallback p { margin: 12px 0 22px; color: var(--muted); line-height: 1.55; }
.catalog-manual-fallback footer { display: flex; justify-content: flex-start; gap: 10px; }
.catalog-manual-fallback footer button { min-height: 46px; padding: 9px 14px; border: 1px solid #ccd3db; border-radius: 9px; background: #fff; font-weight: 800; cursor: pointer; }
.catalog-manual-fallback footer .button-gold { border-color: var(--gold); background: var(--gold); }
.catalog-photo-review > section { width: min(920px, 100%); max-height: calc(100vh - 32px); overflow: auto; padding: 24px; border: 1px solid #d5dbe2; border-radius: 18px; background: #fff; box-shadow: 0 28px 80px rgba(15, 24, 35, .25); }
.catalog-photo-review header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.catalog-photo-review header span { color: #936b0b; font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.catalog-photo-review h2 { margin: 5px 0 0; font-size: clamp(22px, 3vw, 32px); line-height: 1.15; }
.catalog-photo-review header > button { width: 42px; height: 42px; padding: 0; border: 1px solid #d7dde4; border-radius: 10px; color: #56616d; background: #f7f8fa; font-size: 25px; cursor: pointer; }
.catalog-photo-review > section > p { margin: 12px 0 18px; color: var(--muted); }
.catalog-photo-editor { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 16px; align-items: start; }
.catalog-photo-controls { display: grid; gap: 9px; }
.catalog-photo-controls button { min-height: 42px; border: 1px solid #ccd3db; border-radius: 9px; color: #26313d; background: #f7f8fa; font-weight: 750; cursor: pointer; }
.catalog-photo-controls label { display: grid; gap: 7px; margin-top: 6px; color: #67727d; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.catalog-photo-stage { position: relative; overflow: hidden; border: 3px solid var(--gold); border-radius: 14px; background: #e7ebef; box-shadow: 0 0 0 4px rgba(242, 193, 78, .18); }
.catalog-photo-stage::before { content: 'DEVICE TOP PANEL'; position: absolute; z-index: 2; top: 9px; left: 10px; padding: 4px 7px; border-radius: 6px; color: #1a1406; background: rgba(242,193,78,.94); font: 850 9px/1 ui-monospace, Menlo, monospace; letter-spacing: .1em; pointer-events: none; }
.catalog-photo-review canvas { display: block; width: 100%; height: auto; background: #e7ebef; cursor: grab; touch-action: none; }
.catalog-photo-review canvas:active { cursor: grabbing; }
.catalog-photo-review footer { display: flex; justify-content: flex-end; gap: 10px; margin-top: 18px; }
.catalog-photo-review footer button { min-height: 46px; padding: 0 18px; border: 1px solid #ccd3db; border-radius: 9px; background: #fff; font-weight: 800; cursor: pointer; }
.catalog-photo-review footer .button-gold { border-color: var(--gold); background: var(--gold); }
.gallery-edit-photo { position: absolute; z-index: 3; top: 18px; right: 18px; min-height: 42px; padding: 0 15px; border: 1px solid rgba(255,255,255,.7); border-radius: 9px; color: #fff; background: rgba(24,16,42,.86); box-shadow: 0 8px 24px rgba(18,10,34,.22); font-size: 12px; font-weight: 800; cursor: pointer; backdrop-filter: blur(8px); }
.gallery-edit-photo:hover { background: #291d43; }
.gallery-edit-photo[hidden] { display: none; }
.product-options .source-link { color: #8d6508; text-decoration: underline; }
.catalog-section:nth-of-type(even) { background: #fafbfc; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-heading h2 { margin: 0 0 7px; font-size: clamp(25px, 3vw, 36px); letter-spacing: -.025em; }
.section-heading h2 a { color: inherit; text-decoration-color: rgba(21, 32, 49, .28); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.section-heading h2 a:hover, .section-heading h2 a:focus-visible { text-decoration-color: currentColor; }
.section-heading p { margin: 0; color: var(--muted); line-height: 1.5; }
.section-heading > span { color: var(--muted); font-size: 13px; }
.text-button { padding: 0; border: 0; color: #916b10; background: transparent; font-weight: 750; cursor: pointer; }
.recent-empty { margin: 0; padding: 28px; border: 1px dashed var(--line); border-radius: 14px; color: var(--muted); text-align: center; }
.stand-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.stand-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 4px 14px rgba(15, 24, 35, .035); transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease; }
.stand-card:hover { transform: translateY(-3px); border-color: #c8ced6; box-shadow: 0 14px 34px rgba(15, 24, 35, .09); }
.stand-card-image { position: relative; display: block; aspect-ratio: 1.28; overflow: hidden; background: #faf8f3; }
.stand-card-image-action { width: 100%; padding: 0; border: 0; border-radius: 0; color: inherit; font: inherit; text-align: inherit; cursor: pointer; }
.stand-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.stand-card:hover .stand-card-image img { transform: scale(1.025); }
.stand-card-copy { padding: 15px 16px 17px; }
.stand-card-copy > span { color: var(--faint); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.stand-card-copy h3 { min-height: 42px; margin: 6px 0 5px; font-size: 16px; line-height: 1.28; }
.stand-card-copy h3 a:hover { text-decoration: underline; }
.stand-card-copy p { margin: 0 0 14px; color: var(--muted); font: 11px/1.4 ui-monospace, Menlo, monospace; }
.database-only-brand-card > .stand-card-copy { display: block; color: inherit; text-decoration: none; }
.database-only-brand-card.web-candidate-card-no-image > .stand-card-copy { min-height: 128px; }
.stand-card-copy div { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px 10px; padding-top: 12px; border-top: 1px solid #edf0f3; }
.stand-card-copy b { font-size: 13px; }
.stand-card-copy em { color: #8a691a; font-size: 11px; font-style: normal; }
.search-results .stand-card-image { aspect-ratio: 12 / 7; }
.search-result-card { display: flex; flex-direction: column; }
.search-results .stand-grid { align-items: start; }
.search-result-group { grid-column: 1 / -1; margin-top: 7px; }
.search-result-group h3 { margin: 0 0 5px; font-size: clamp(20px, 2.4vw, 27px); letter-spacing: -.02em; }
.search-result-group p { max-width: 760px; margin: 0; color: var(--muted); line-height: 1.5; }
.search-result-group-empty { padding: 16px 18px; border: 1px dashed var(--line); border-radius: 12px; background: #fafbfc; }
.search-result-guidance { margin: -2px 0 12px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.search-result-card .stand-card-copy { padding: 9px 14px 4px; }
.search-result-card .stand-card-copy h3 { min-height: 0; margin: 3px 0 0; font-size: 15px; }
.web-candidate-card { cursor: pointer; }
.web-candidate-card:focus-visible { outline: 3px solid rgba(242, 193, 78, .72); outline-offset: 3px; }
.web-candidate-card .search-result-actions { grid-template-columns: 1fr; }
.web-candidate-card-no-image .stand-card-copy { padding-top: 15px; }
.web-candidate-card-no-image .search-result-actions { margin-top: 5px; }
.known-gear-image-empty { display: grid; width: 100%; height: 100%; place-items: center; padding: 28px; color: var(--muted); font-size: 12px; font-weight: 700; text-align: center; }
.search-result-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 14px 10px; padding-top: 7px; border-top: 1px solid #edf0f3; }
.search-result-actions .button { display: flex; min-height: 36px; padding: 7px 9px; align-items: center; justify-content: center; font-size: 11px; text-align: center; }
.related-card { display: flex; flex-direction: column; }
.related-card .search-result-actions { margin-top: auto; }
.database-web-search-link { display: inline; padding: 0; border: 0; color: #8a691a; background: transparent; font: inherit; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.database-web-search-link:hover, .database-web-search-link:focus-visible { color: #5f4609; }

.idea-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.idea-card { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow); }
.idea-card a { display: block; color: var(--ink); }
.idea-card-visual { position: relative; display: block; aspect-ratio: 12 / 7; overflow: hidden; background: #f5eee4; }
.idea-card-visual img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; opacity: 1; transition: opacity .28s ease; }
.idea-card-visual .idea-card-without-gear { opacity: 0; }
.idea-card:hover .idea-card-visual img, .idea-card:focus-within .idea-card-visual img { transform: none; }
.idea-card-copy { position: relative; padding: 15px 17px 17px; background: #fff; }
.idea-card span, .idea-card h3, .idea-card b { display: block; }
.idea-card span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.idea-card h3 { margin: 5px 0 9px; font-size: 18px; }
.idea-card b { color: #8d6508; font-size: 12px; }

.brand-strip { display: grid; grid-template-columns: minmax(240px, .7fr) 1.3fr; gap: 40px; padding: 54px clamp(24px, 7vw, 112px); color: #eaf0f5; background: var(--navy); }
.brand-strip h2 { margin: 0 0 6px; font-size: 28px; }
.brand-strip p { margin: 0; color: #97a3b0; }
.brand-strip nav { display: flex; flex-wrap: wrap; align-content: center; gap: 10px; }
.brand-strip a { padding: 10px 13px; border: 1px solid #2d3947; border-radius: 9px; color: #cfd7df; background: #151e29; font-size: 12px; font-weight: 750; }
.brand-strip a:hover { color: var(--gold); border-color: rgba(242,193,78,.55); }
.brand-strip a small { margin-left: 5px; color: #7f8b97; font-size: 9px; }
.brand-strip .brand-directory-link { display: inline-block; margin-top: 16px; padding: 0; border: 0; color: var(--gold); background: transparent; font-size: 12px; }
.brand-strip .brand-directory-link:hover, .brand-strip .brand-directory-link:focus-visible { color: #fff; outline: none; text-decoration: underline; text-underline-offset: 3px; }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 42px clamp(24px, 7vw, 112px); border-top: 1px solid #222d3a; color: #abb5c0; background: #0b1119; }
.site-footer img { width: 128px; height: 34px; object-fit: contain; object-position: left; filter: saturate(.9) brightness(1.1); }
.site-footer p { margin: 8px 0 0; font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 22px; font-size: 12px; }
.footer-links a:hover { color: #fff; }

.product-wrap { padding: 28px clamp(24px, 5vw, 80px) 76px; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 24px; color: #737e8a; font-size: 12px; }
.breadcrumbs a:hover { color: var(--ink); text-decoration: underline; }
.product-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(370px, .88fr); align-items: start; gap: clamp(36px, 5vw, 76px); max-width: 1440px; margin: 0 auto; }
.product-gallery { position: sticky; top: 96px; min-width: 0; }
.gallery-main { position: relative; display: grid; place-items: center; aspect-ratio: 1.22; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--catalog-render-gradient); box-shadow: var(--shadow); }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-main > .catalog-3d-static > img { width: 100%; height: 100%; object-fit: cover; }
.gallery-cta { position: absolute; z-index: 5; right: 18px; bottom: 18px; min-height: 50px; padding-inline: 24px; box-shadow: 0 10px 28px rgba(31, 24, 6, .2); white-space: nowrap; }
.gallery-cta:hover { transform: translateY(-1px); }
.gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 12px; }
.gallery-thumbs button { position: relative; aspect-ratio: 1.25; overflow: hidden; padding: 0; border: 2px solid transparent; border-radius: 10px; background: #faf8f3; cursor: pointer; }
.gallery-360-stamp { position: absolute; z-index: 2; left: 7px; bottom: 7px; display: none; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: #fff; background: rgba(26,34,40,.88); box-shadow: 0 3px 10px rgba(0,0,0,.22); font: 700 12px/1 system-ui,sans-serif; }
body.catalog-3d-enabled .gallery-360-stamp { display: grid; }
.gallery-thumbs button.is-selected { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(242,193,78,.18); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.catalog-3d-visual-qa .gallery-cta { display: none; }
@media (min-width: 1200px) {
  .catalog-3d-visual-qa .gallery-main { width: 676px; height: 610px; aspect-ratio: auto; justify-self: center; }
  .catalog-3d-visual-qa .hero-slides { width: 802px; height: 520px; aspect-ratio: auto; justify-self: end; }
}
.product-options { min-width: 0; padding-top: 5px; }
.product-kicker { display: inline-block; margin-bottom: 12px; color: #9a7213; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.product-options h1 { margin: 0 0 12px; font-size: clamp(32px, 4vw, 50px); line-height: 1.05; letter-spacing: -.04em; }
.product-options > p { margin: 18px 0; color: #5d6875; line-height: 1.58; }
.cost-line { display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px 10px; margin: 22px 0 28px; padding: 16px 18px; border: 1px solid #ead89e; border-radius: 12px; background: var(--gold-wash); font-variant-numeric: tabular-nums; }
.cost-line strong, .cost-line b { font-size: 24px; }
.cost-line b { color: #8d6508; }
.cost-line i { color: #b4a26f; font-style: normal; }
.cost-line span { flex-basis: 100%; color: #887b5b; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.product-options fieldset { margin: 0 0 22px; padding: 0; border: 0; }
.product-options legend { margin-bottom: 9px; font-size: 12px; font-weight: 800; }
.product-primary-cta { display: flex; width: 100%; min-height: 58px; margin: 2px 0 24px; align-items: center; justify-content: center; font-size: 16px; box-shadow: 0 12px 30px rgba(166, 118, 8, .18); }
.option-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.structure-options { grid-template-columns: repeat(auto-fit, minmax(118px, 1fr)); }
.option-row button { min-height: 46px; padding: 9px 10px; border: 1px solid #d4dae1; border-radius: 9px; color: #56616e; background: #fff; font-size: 12px; font-weight: 720; cursor: pointer; }
.option-row button[aria-pressed="true"] { color: #171205; border-color: #c8961e; background: var(--gold-wash); box-shadow: inset 0 0 0 1px #d9a935; }
.product-specs { margin: 27px 0; border-top: 1px solid var(--line); }
.product-specs div { display: grid; grid-template-columns: 1fr 1.35fr; gap: 15px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.product-specs dt { color: var(--muted); font-size: 12px; }
.product-specs dd { margin: 0; text-align: right; font: 600 12px/1.4 ui-monospace, Menlo, monospace; }
.product-about { max-width: 980px; margin: 0 auto; padding: 4px 0 36px; }
.product-about h2 { margin: 0 0 16px; font-size: clamp(25px, 3vw, 36px); letter-spacing: -.025em; }
.product-about p { margin: 0 0 14px; color: #55616e; font-size: 15px; line-height: 1.7; }
.product-about p:last-child { margin-bottom: 0; }
.product-print-checklist { max-width: 980px; margin: 0 auto; padding: 0 0 70px; }
.product-print-checklist h2 { margin: 0 0 16px; font-size: clamp(25px, 3vw, 36px); letter-spacing: -.025em; }
.product-print-checklist ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 28px; margin: 0; padding: 0; list-style: none; counter-reset: print-tip; }
.product-print-checklist li { position: relative; min-height: 34px; padding: 0 0 0 32px; color: #55616e; font-size: 14px; line-height: 1.55; counter-increment: print-tip; }
.product-print-checklist li::before { position: absolute; top: 0; left: 0; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: #6d510c; background: var(--gold-wash); font-size: 10px; font-weight: 850; content: counter(print-tip); }
.estimate-note { margin: 11px 0 0 !important; color: #919aa5 !important; font-size: 10px; line-height: 1.5 !important; }
.related-section { border-top: 1px solid var(--line); background: #fafbfc; }
.related-section .section-heading { align-items: end; }
.related-card .stand-card-copy > span { color: #8d6508; }
.design-ideas-section { border-top: 1px solid var(--line); }

.brand-hero { padding: 58px clamp(24px, 7vw, 112px); background: linear-gradient(120deg, #f7f8fa, #fff); }
.brand-hero > span { color: #967015; font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.brand-hero h1 { margin: 8px 0 10px; font-size: clamp(40px, 6vw, 72px); letter-spacing: -.05em; }
.brand-hero p { max-width: 680px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.brand-facts { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 20px; }
.brand-facts div { min-width: 160px; padding: 13px 15px; border: 1px solid #dce1e7; border-radius: 10px; background: rgba(255,255,255,.75); }
.brand-facts dt { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.brand-facts dd { margin: 5px 0 0; color: var(--ink); font-size: 15px; font-weight: 800; }
.brand-hero .stand-category-nav { margin: 0; }
.brand-directory-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.brand-directory-grid a { display: flex; min-height: 70px; padding: 15px; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #fff; box-shadow: 0 7px 22px rgba(20,29,39,.06); }
.brand-directory-grid a:hover, .brand-directory-grid a:focus-visible { border-color: #bd8d1c; outline: none; background: var(--gold-wash); }
.brand-directory-grid strong { min-width: 0; overflow-wrap: anywhere; }
.brand-directory-grid span { flex: 0 0 auto; color: var(--muted); font-size: 10px; }
.setup-detail { padding: 28px clamp(24px, 6vw, 96px) 76px; }
.setup-detail-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); align-items: start; gap: clamp(32px, 5vw, 72px); max-width: 1480px; margin: 0 auto; }
.setup-detail-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.setup-detail-gallery figure { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 16px; background: var(--catalog-render-gradient); box-shadow: var(--shadow); }
.setup-detail-gallery img { display: block; width: 100%; height: auto; aspect-ratio: 12 / 7; object-fit: contain; }
.setup-detail-gallery figcaption { padding: 10px 13px; color: var(--muted); background: #fff; font-size: 11px; font-weight: 750; }
.setup-detail-copy { padding-top: 12px; }
.setup-detail-copy > span { color: #967015; font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.setup-detail-copy h1 { margin: 8px 0 14px; font-size: clamp(38px, 5vw, 66px); line-height: 1; letter-spacing: -.05em; }
.setup-detail-copy p { color: var(--muted); font-size: 16px; line-height: 1.65; }
.setup-detail-copy .setup-detail-spec { color: #7b5d13; font-size: 12px; font-weight: 800; }
.setup-detail-copy .button { display: inline-flex; margin-top: 10px; }
.setup-device-list { max-width: 980px; margin: 64px auto 0; padding-top: 36px; border-top: 1px solid var(--line); }
.setup-device-list h2 { margin: 0 0 10px; font-size: clamp(25px, 3vw, 36px); }
.setup-device-list p { max-width: 760px; color: var(--muted); line-height: 1.65; }
.setup-device-list ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 22px 0 0; padding: 0; list-style: none; }
.setup-device-list li { padding: 9px 12px; border: 1px solid #d7dde4; border-radius: 999px; background: #fff; font-size: 12px; font-weight: 750; }
.setup-device-list a:hover, .setup-device-list a:focus-visible { color: #8d6508; outline: none; text-decoration: underline; }
.about-content { max-width: 920px; }
.about-content h2 { margin-top: 0; font-size: clamp(28px, 4vw, 46px); }
.about-content p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.about-content .button { display: inline-flex; margin-top: 14px; }
.not-found-page { display: grid; min-height: 64vh; padding: 80px 24px; place-content: center; text-align: center; }
.not-found-page > span { max-width: 680px; margin: 0 auto; color: #967015; font-size: 12px; font-weight: 900; line-height: 1.5; letter-spacing: .08em; }
.not-found-page h1 { max-width: 800px; margin: 10px auto 16px; font-size: clamp(42px, 7vw, 82px); line-height: .98; letter-spacing: -.055em; }
.not-found-page p { max-width: 620px; margin: 0 auto 28px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.not-found-page div { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.stand-library-intro { max-width: 850px; margin: 0 0 30px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.stand-category-nav { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 34px; }
.stand-category-nav a { padding: 9px 12px; border: 1px solid #d7dde4; border-radius: 999px; color: #4f5a67; background: #fff; font-size: 12px; font-weight: 750; }
.stand-category-nav a:hover, .stand-category-nav a:focus-visible { color: var(--ink); border-color: #bd8d1c; outline: none; background: var(--gold-wash); }
.catalog-consent[hidden] { display: none !important; }
.catalog-consent { position: fixed; left: 0; right: 0; top: 52px; z-index: 140; display: flex; justify-content: center; padding: 10px; pointer-events: none; }
.cookie-consent-bar-inner { width: min(920px, calc(100vw - 20px)); display: grid; grid-template-columns: 18px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid var(--gold); border-radius: 10px; color: #fff; background: rgba(12, 16, 22, .98); box-shadow: 0 12px 38px rgba(0, 0, 0, .48); pointer-events: auto; }
.cookie-consent-copy-wrap { min-width: 0; }
.cookie-consent-copy { margin: 0; color: #fff; font: 11px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.cookie-consent-details { display: inline; margin: 0 0 0 5px; padding: 0; border: 0; color: #cbd2da; background: none; font: 600 11px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-decoration: underline; cursor: pointer; }
.cookie-consent-details:hover, .cookie-consent-details:focus-visible { color: #fff; outline: none; }
.cookie-consent-decline { align-self: center; display: grid; width: 18px; height: 18px; margin: 0; padding: 0; place-items: center; border: 0; border-radius: 4px; color: #aeb7c1; background: transparent; font: 400 18px/18px sans-serif; cursor: pointer; }
.cookie-consent-decline:hover, .cookie-consent-decline:focus-visible { color: #fff; background: rgba(255,255,255,.07); outline: 1px solid #394450; }
.cookie-consent-actions { display: flex; align-items: center; gap: 8px; }
.catalog-consent-accept, .catalog-analytics-close { min-height: 34px; padding: 7px 13px; border: 1px solid #d4a52f; border-radius: 7px; color: #141b26; background: var(--gold); font-size: 11px; font-weight: 800; cursor: pointer; }
.catalog-consent-accept:hover, .catalog-consent-accept:focus-visible, .catalog-analytics-close:hover, .catalog-analytics-close:focus-visible { outline: 2px solid rgba(245,198,77,.36); outline-offset: 2px; }
.catalog-analytics-panel { position: fixed; top: 118px; left: 50%; z-index: 139; width: min(620px, calc(100vw - 36px)); max-height: min(430px, calc(100vh - 136px)); padding: 20px 22px; overflow: auto; transform: translateX(-50%); border: 1px solid var(--gold); border-radius: 12px; color: #fff; background: rgba(12, 16, 22, .99); box-shadow: 0 18px 60px rgba(0,0,0,.5); }
.catalog-analytics-panel:focus { outline: none; }
.catalog-analytics-panel h3 { margin: 0 0 10px; color: var(--gold); font-size: 15px; letter-spacing: .04em; }
.catalog-analytics-panel h4 { margin: 14px 0 5px; color: #d6eaff; font: 800 12px/1.3 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: .055em; text-transform: uppercase; }
.catalog-analytics-panel p { margin: 5px 0; color: #f3f5f7; font-size: 13px; line-height: 1.55; }
.catalog-analytics-panel .analytics-data-boundary { padding: 10px 12px; border: 1px solid #334252; border-radius: 8px; background: #101a25; }
.catalog-analytics-panel footer { display: flex; justify-content: flex-end; margin-top: 16px; }
.footer-links button { padding: 0; border: 0; color: inherit; background: transparent; font-size: inherit; cursor: pointer; }
.footer-links button:hover, .footer-links button:focus-visible { color: #fff; outline: none; text-decoration: underline; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header.has-search { grid-template-columns: auto minmax(240px, 1fr) auto; grid-template-rows: auto auto; }
  .site-header.has-search .site-logo { grid-column: 1; grid-row: 1 / span 2; }
  .site-header.has-search .header-search-wrap { grid-column: 2; grid-row: 1; }
  .site-header.has-search > nav { grid-column: 2; grid-row: 2; justify-content: center; }
  .site-header.has-search .header-actions { grid-column: 3; grid-row: 1; }
  .home-hero { grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); padding-inline: 42px; gap: 40px; }
  .stand-grid, .idea-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-directory-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  html, body { width: 100%; max-width: 100%; overflow-x: clip; }
  .site-header { min-height: 88px; padding: 6px 18px; }
  .site-logo img { width: 128px; height: 76px; }
  .header-actions .button-quiet { display: none; }
  .header-actions .catalog-account-button { display: inline-flex; }
  .header-actions .button { min-height: 40px; padding: 9px 12px; font-size: 11px; }
  .site-header.has-search > nav > a,
  .site-header.has-search .header-brand-menu-toggle {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1;
  }
  .header-brand-menu-panel { top: calc(100% + 12px); left: -8px; transform: none; }
  .header-search input, .catalog-search input { font-size: 16px; }
  .site-header.has-search { grid-template-columns: 1fr auto; gap: 4px 12px; padding-bottom: 12px; }
  .site-header.has-search .site-logo { grid-column: 1; grid-row: 1; }
  .site-header.has-search .header-search-wrap { grid-column: 1 / -1; grid-row: 2; }
  .site-header.has-search > nav { grid-column: 1 / -1; grid-row: 3; }
  .site-header.has-search .header-actions { grid-column: 2; grid-row: 1; }
  .catalog-security-card { align-items: flex-start; flex-direction: column; gap: 10px; }
  .catalog-web-captcha { width: 100%; }
  .home-hero { grid-template-columns: 1fr; min-height: 0; padding: 46px 22px 54px; background: #fff; }
  .hero-copy { max-width: none; }
  .hero-copy h1 span { font-size: 35px; }
  .hero-copy h1 strong { font-size: 49px; }
  .hero-copy > p { font-size: 15px; }
  .hero-carousel { grid-row: 2; }
  .product-wrap { padding: 22px 18px 52px; }
  .product-layout { grid-template-columns: 1fr; gap: 30px; }
  .skeleton-layout { grid-template-columns: 1fr; gap: 30px; }
  .product-gallery { position: static; }
  .setup-detail-layout { grid-template-columns: 1fr; }
  .product-options h1 { font-size: 36px; }
  .brand-strip { grid-template-columns: 1fr; }
  .catalog-photo-review { align-items: end; padding: 0; }
  .catalog-manual-fallback { margin: 8px auto 22px; }
  .catalog-manual-fallback > section { padding: 22px 18px 18px; }
  .catalog-manual-fallback footer { grid-template-columns: 1fr; }
  .catalog-photo-review > section { width: 100%; max-height: 92vh; padding: 20px 18px 18px; border-radius: 18px 18px 0 0; }
  .catalog-photo-editor { grid-template-columns: 1fr; }
  .catalog-photo-controls { grid-template-columns: repeat(3, 1fr); }
  .catalog-photo-controls label { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .site-logo img { width: 104px; height: 62px; }
  .header-actions { gap: 6px; }
  .header-actions .button { min-height: 38px; padding: 8px 9px; font-size: 10px; }
  .site-header.has-search > nav > a,
  .site-header.has-search .header-brand-menu-toggle { font-size: 11px; }
  .header-brand-menu-panel { width: calc(100vw - 20px); max-height: calc(100vh - 138px); overflow-y: auto; padding: 13px; }
  .header-brand-menu-panel > div { align-items: flex-start; flex-direction: column; gap: 3px; }
  .header-brand-menu-panel nav a { padding: 8px; }
  .header-brand-menu-panel nav a small { display: none; }
  .site-version { display: none; }
  .home-hero { padding-top: 34px; gap: 30px; }
  .hero-copy h1 span { font-size: 30px; }
  .hero-copy h1 strong { font-size: 43px; }
  .catalog-search { padding: 4px; }
  .catalog-search [data-search-submit] { min-height: 44px; }
  .hero-slides { aspect-ratio: 12 / 7; border-radius: 20px; }
  .catalog-section, .search-results { padding: 46px 18px; }
  .catalog-search-stage, .section-heading, .section-heading h2, .section-heading p { min-width: 0; overflow-wrap: anywhere; }
  .catalog-search-progress-line { font-size: 12px; }
  .section-heading { align-items: flex-start; }
  .related-section .section-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .related-section .text-button { white-space: nowrap; }
  .stand-grid, .idea-grid { grid-template-columns: 1fr; }
  .brand-directory-grid { grid-template-columns: 1fr; }
  .setup-detail { padding: 22px 18px 52px; }
  .setup-detail-gallery { grid-template-columns: 1fr; }
  .setup-device-list { margin-top: 44px; }
  .idea-card-visual { aspect-ratio: 12 / 7; }
  .brand-strip { padding: 42px 20px; }
  .site-footer { align-items: flex-start; flex-direction: column; padding: 34px 20px; }
  .product-layout { grid-template-columns: minmax(0, 1.18fr) minmax(116px, .82fr); grid-template-areas: "kicker kicker" "title title" "summary summary" "gallery choices" "cost cost" "primary primary" "specs specs" "note note"; gap: 12px 10px; }
  .product-options { display: contents; }
  .product-kicker { grid-area: kicker; margin: 0; }
  .product-options h1 { grid-area: title; margin: 0; font-size: 32px; }
  .product-summary { grid-area: summary; margin: 0 0 4px !important; font-size: 13px; line-height: 1.48 !important; }
  .product-gallery { grid-area: gallery; min-width: 0; }
  .gallery-main { aspect-ratio: 1; border-radius: 12px; }
  .gallery-cta { display: none; }
  .gallery-thumbs { grid-template-columns: repeat(2, 1fr); gap: 5px; margin-top: 6px; }
  .gallery-thumbs button { border-radius: 7px; }
  .product-choice-panel { grid-area: choices; align-self: start; min-width: 0; padding: 10px 8px; border: 1px solid var(--line); border-radius: 12px; background: #f7f8fa; }
  .product-options .product-choice-panel fieldset { margin: 0 0 12px; }
  .product-options .product-choice-panel fieldset:last-child { margin-bottom: 0; }
  .product-options .product-choice-panel legend { margin-bottom: 6px; font-size: 10px; line-height: 1.2; }
  .product-choice-panel .angle-options { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; }
  .product-choice-panel .structure-options { grid-template-columns: 1fr; gap: 5px; }
  .product-choice-panel .option-row button { min-height: 38px; padding: 5px 3px; border-radius: 7px; font-size: 10px; line-height: 1.12; }
  .cost-line { grid-area: cost; margin: 4px 0 0; }
  .product-primary-cta { grid-area: primary; margin: 0 0 8px; }
  .product-specs { grid-area: specs; margin: 0; }
  .estimate-note { grid-area: note; }
  .brand-hero { padding: 42px 20px; }
  .product-about { padding: 0 18px 30px; }
  .product-print-checklist { padding: 0 18px 48px; }
  .product-print-checklist ul { grid-template-columns: 1fr; gap: 9px; }
  .catalog-consent { padding: 9px; }
  .cookie-consent-bar-inner { grid-template-columns: 18px minmax(0, 1fr) auto; gap: 7px; padding: 9px; }
  .catalog-consent-accept { min-height: 34px; padding-inline: 10px; }
  .catalog-analytics-panel { top: 112px; max-height: calc(100vh - 124px); padding: 18px; }
  .catalog-photo-review footer { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
