/* 
  SCUDO EVOLUTION v4.0
  Home: Discovery | PDP: Conviction
*/

:root {
  --black: #050505;
  --dark-grey: #0d0d0d;
  --anthracite: #1a1a1a;
  --border: #222222;
  --text-main: #f5f5f5;
  --text-dim: #969696;
  --forge-orange: #E05500;
  --pure-white: #ffffff;
  --font-main: 'Inter', sans-serif;
  --set-stage-environment: radial-gradient(ellipse at 50% 50%, rgba(238,237,233,0.22), rgba(231,230,226,0.13) 62%, rgba(218,217,213,0.05) 100%), linear-gradient(145deg, rgba(228,227,223,0.98), rgba(221,220,216,0.98) 60%, rgba(211,210,206,0.98) 100%);
  --set-stage-shadow: inset 0 0 0 1px rgba(255,255,255,0.032), inset 0 -42px 100px rgba(0,0,0,0.045);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { background-color: var(--black); color: var(--text-main); font-family: var(--font-main); -webkit-font-smoothing: antialiased; }
html { scroll-behavior: smooth; }
.container { max-width: 1400px; margin: 0 auto; padding: 0 5%; }

/* Typography */
h1 { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 800; line-height: 0.98; letter-spacing: 0; text-transform: uppercase; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); font-weight: 700; letter-spacing: 0; }
.label-technical { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.2em; color: var(--text-dim); display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.label-technical::before { content: ""; width: 6px; height: 6px; background-color: var(--forge-orange); border-radius: 50%; }

/* Common Components */
nav { padding: 14px 0 22px; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; width: 100%; z-index: 100; }
nav .container { position: relative; display: flex; justify-content: center; align-items: center; }
nav .container > .label-technical { position: absolute; right: 5%; top: 50%; transform: translateY(-50%); }
.logo { height: 24px; }
.brand-logo { width: 118px; height: auto; display: block; filter: drop-shadow(0 10px 18px rgba(0,0,0,0.28)); }
.btn { display: inline-block; padding: 20px 40px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; text-decoration: none; border: 1px solid transparent; transition: all 0.3s; }
.btn-primary { background-color: var(--pure-white); color: var(--black); }
.btn-primary:hover { background-color: var(--forge-orange); color: var(--pure-white); }

/* --- HOME SPECIFIC --- */
.home-page nav .container { justify-content: flex-start; }
.home-page nav .brand-logo { width: 92px; margin-left: -2px; filter: drop-shadow(0 12px 22px rgba(0,0,0,0.46)); }
.hero-home { min-height: 94vh; display: flex; align-items: center; position: relative; overflow: hidden; margin-top: 0; background: radial-gradient(circle at 68% 48%, rgba(86,100,106,0.18), rgba(0,0,0,0) 34%), var(--black); }
.hero-home-bg { position: absolute; top: 0; right: -3%; width: 88%; height: 100%; background-image: url('assets/web/IMG_9344_Studio_Commercial.webp'); background-size: cover; background-position: 58% 50%; opacity: 0.98; filter: brightness(0.82) saturate(0.92); mask-image: linear-gradient(to left, black 68%, rgba(0,0,0,0.86) 80%, transparent 100%); -webkit-mask-image: linear-gradient(to left, black 68%, rgba(0,0,0,0.86) 80%, transparent 100%); z-index: 1; }
.hero-home-bg::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.32), rgba(0,0,0,0.03) 34%, rgba(0,0,0,0.22)), radial-gradient(circle at 53% 62%, rgba(215,232,240,0.12), rgba(0,0,0,0) 26%), radial-gradient(circle at 65% 58%, rgba(0,0,0,0) 31%, rgba(0,0,0,0.54) 100%); pointer-events: none; }
.hero-home-content { position: relative; z-index: 10; padding-top: 92px; padding-bottom: 48px; }
.hero-copy { max-width: 560px; }
.hero-copy p { margin-top: 22px; color: var(--text-dim); max-width: 470px; font-size: 1rem; line-height: 1.6; }
.hero-copy .label-technical { color: #b8b8b8; letter-spacing: 0.16em; }

.discovery-selector { scroll-margin-top: 28px; background: linear-gradient(135deg, rgba(15,16,16,0.84), rgba(7,7,7,0.92)); border: 1px solid rgba(255,255,255,0.105); padding: 16px 18px; margin-top: 26px; max-width: 740px; position: relative; z-index: 10; box-shadow: 0 8px 28px rgba(0,0,0,0.22); backdrop-filter: blur(9px); }
.discovery-selector.has-guidance-feedback { animation: selector-guidance 280ms ease; box-shadow: 0 0 0 1px rgba(224,85,0,0.18), 0 22px 70px rgba(0,0,0,0.34), 0 18px 60px rgba(224,85,0,0.08); }
.discovery-selector::before { content: ""; position: absolute; top: -13px; left: 0; width: min(240px, 46%); height: 1px; background: linear-gradient(to right, rgba(224,85,0,0.66), rgba(255,255,255,0.12), rgba(255,255,255,0)); }
.discovery-selector h2 { font-size: clamp(1.25rem, 2.2vw, 1.65rem); }
.selector-credibility { margin-top: 8px; color: rgba(210,210,210,0.68); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.018em; }
.discovery-inputs { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; margin-top: 18px; }
.conditional-vehicle-options { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 10px; }
.conditional-vehicle-options[hidden] { display: none; }
.selector-action { margin-top: 20px; }
.form-group select { width: 100%; background: rgba(5,6,6,0.9); border: 1px solid rgba(255,255,255,0.16); color: var(--text-main); padding: 11px 12px; font-weight: 700; cursor: pointer; font-size: 0.8rem; transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease, opacity 180ms ease; }
.form-group select:focus { outline: none; border-color: rgba(224,85,0,0.72); box-shadow: 0 0 0 1px rgba(224,85,0,0.26), 0 10px 30px rgba(0,0,0,0.28); }
.form-group select.is-disabled { background: rgba(20,21,21,0.82); border-color: rgba(255,255,255,0.11); color: rgba(245,245,245,0.5); cursor: not-allowed; opacity: 1; }
.form-group select.is-complete { background: rgba(7,8,8,0.98); border-color: rgba(255,255,255,0.3); color: var(--pure-white); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.025); }
.form-group select.is-missing { border-color: var(--forge-orange); box-shadow: 0 0 0 1px rgba(224,85,0,0.32), 0 0 22px rgba(224,85,0,0.08); }
.form-group select.is-disabled.is-missing { border-color: rgba(224,85,0,0.38); color: rgba(245,245,245,0.48); box-shadow: 0 0 0 1px rgba(224,85,0,0.12); }
.selector-message { min-height: 18px; margin-top: 12px; color: var(--forge-orange); font-size: 0.72rem; font-weight: 700; }
.selector-message:not(.is-visible) { visibility: hidden; }
.discovery-selector .btn.is-inactive,
.discovery-selector .btn.is-active { background: #D96800; border-color: #D96800; color: var(--pure-white); cursor: pointer; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06), 0 0 12px rgba(217,104,0,0.08); animation: scudo-cta-pulse 5.6s ease-in-out infinite; }
.discovery-selector .btn.is-inactive:hover,
.discovery-selector .btn.is-active:hover { background: #d96800; border-color: #d96800; color: var(--pure-white); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 0 24px rgba(245,124,0,0.18); }
.discovery-selector .btn.is-active { border-color: #F57C00; color: var(--pure-white); }

.manual-vehicle-request { margin-top: 17px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.06); }
.manual-request-trigger { display: inline-flex; align-items: baseline; gap: 9px; padding: 0; border: 0; background: transparent; color: rgba(245,245,245,0.54); font: inherit; font-size: 0.69rem; font-weight: 750; letter-spacing: 0.02em; text-align: left; cursor: pointer; transition: color 180ms ease; }
.manual-request-trigger strong { color: rgba(245,245,245,0.74); font-size: 0.62rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; transition: color 180ms ease; }
.manual-request-trigger:hover,
.manual-request-trigger[aria-expanded="true"] { color: rgba(245,245,245,0.78); }
.manual-request-trigger:hover strong,
.manual-request-trigger[aria-expanded="true"] strong { color: rgba(245,245,245,0.9); }
.manual-request-panel { width: min(100%, 520px); margin-top: 12px; padding: 10px; background: rgba(4,5,5,0.4); border: 1px solid rgba(255,255,255,0.075); }
.manual-request-fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.manual-request-fields input { width: 100%; min-height: 36px; background: rgba(6,7,7,0.88); border: 1px solid rgba(255,255,255,0.13); color: var(--text-main); padding: 8px 10px; font: inherit; font-size: 0.74rem; font-weight: 700; }
.manual-request-fields input:focus { outline: none; border-color: rgba(224,85,0,0.58); box-shadow: 0 0 0 1px rgba(224,85,0,0.16); }
.manual-request-fields input.is-missing { border-color: rgba(224,85,0,0.58); box-shadow: 0 0 0 1px rgba(224,85,0,0.16); }
.manual-request-cta { display: block; width: fit-content; margin-top: 10px; padding: 8px 11px; background: rgba(255,255,255,0.055); border: 1px solid rgba(255,255,255,0.13); color: rgba(245,245,245,0.82); text-align: center; text-decoration: none; font-size: 0.6rem; font-weight: 800; letter-spacing: 0.1em; }
.manual-request-cta:hover { border-color: rgba(224,85,0,0.34); background: rgba(224,85,0,0.12); color: var(--pure-white); }
.manual-request-message { min-height: 16px; margin-top: 9px; color: rgba(224,85,0,0.9); font-size: 0.7rem; font-weight: 700; }
.manual-request-message:not(.is-visible) { visibility: hidden; }

.home-editorial-transition { padding: 54px 0 50px; background: var(--black); border-top: 1px solid rgba(255,255,255,0.055); }
.home-editorial-transition .container { display: flex; align-items: baseline; gap: 28px; }
.home-editorial-transition span { color: var(--forge-orange); font-size: 1.32rem; font-weight: 800; letter-spacing: 0.24em; line-height: 1; text-transform: uppercase; }
.home-editorial-transition p { color: rgba(245,245,245,0.92); font-size: clamp(1.28rem, 2.15vw, 1.78rem); font-weight: 700; letter-spacing: 0; }

.home-proof-system { padding: 62px 0 88px; background: linear-gradient(to bottom, rgba(5,5,5,0.96), var(--black)); border-top: 1px solid rgba(255,255,255,0.06); }
.home-proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.home-proof-card { min-height: 430px; display: flex; flex-direction: column; background: linear-gradient(145deg, rgba(19,20,20,0.98), rgba(7,7,7,0.98)); border: 1px solid rgba(255,255,255,0.075); overflow: hidden; }
.proof-placeholder { position: relative; min-height: 260px; background: radial-gradient(circle at 48% 42%, rgba(176,205,216,0.16), rgba(0,0,0,0) 34%), linear-gradient(135deg, rgba(37,40,40,0.9), rgba(8,8,8,0.98)); background-size: cover; background-position: center; }
.proof-placeholder::before { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(255,255,255,0.1); }
.proof-placeholder::after { content: ""; position: absolute; left: 22px; right: 22px; bottom: 22px; height: 1px; background: linear-gradient(to right, rgba(245,124,0,0.72), rgba(255,255,255,0.12), rgba(255,255,255,0)); }
.proof-placeholder-fit { background-image: linear-gradient(to bottom, rgba(0,0,0,0.02), rgba(0,0,0,0.34)), url('assets/web/IMG_9342_Studio_Commercial.webp'); background-position: center 46%; }
.proof-placeholder-coverage { background-image: linear-gradient(to bottom, rgba(0,0,0,0.03), rgba(0,0,0,0.34)), url('assets/web/IMG_9354_Studio_Commercial.webp'); background-position: center 48%; }
.proof-placeholder-layers { background-image: linear-gradient(to bottom, rgba(0,0,0,0.02), rgba(0,0,0,0.34)), url('assets/web/IMG_9343_Studio_Commercial.webp'); background-position: center 52%; }
.home-proof-copy { padding: 24px; flex: 1; display: flex; flex-direction: column; justify-content: flex-end; }
.home-proof-copy h2 { font-size: clamp(0.98rem, 1.15vw, 1.2rem); line-height: 1.2; letter-spacing: 0.08em; text-transform: uppercase; }
.home-proof-copy p { margin-top: 14px; color: rgba(185,185,185,0.78); font-size: 0.92rem; line-height: 1.55; }

@keyframes selector-guidance {
  0%, 100% { transform: translateX(0); }
  38% { transform: translateX(-2px); }
  74% { transform: translateX(2px); }
}

@keyframes scudo-cta-pulse {
  0%, 100% { box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08), 0 0 18px rgba(245,124,0,0.1); }
  50% { box-shadow: inset 0 0 0 1px rgba(255,255,255,0.11), 0 0 28px rgba(245,124,0,0.18); }
}

.site-footer { padding: 74px 0 36px; background: #020202; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 52px; align-items: start; }
.footer-brand strong { display: block; color: var(--pure-white); font-size: 1.25rem; font-weight: 800; letter-spacing: 0.08em; }
.footer-brand p { margin-top: 18px; max-width: 310px; color: rgba(185,185,185,0.72); font-size: 0.86rem; line-height: 1.7; }
.footer-column h2 { margin-bottom: 18px; color: rgba(245,245,245,0.82); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.footer-column a,
.footer-column span { display: block; margin-top: 12px; color: rgba(185,185,185,0.72); font-size: 0.82rem; line-height: 1.55; text-decoration: none; }
.footer-column a:hover { color: var(--pure-white); }
.footer-bottom { margin-top: 58px; padding-top: 24px; display: flex; justify-content: space-between; gap: 28px; border-top: 1px solid rgba(255,255,255,0.07); color: rgba(185,185,185,0.55); font-size: 0.72rem; line-height: 1.6; }
.legal-page { min-height: 100vh; background: var(--black); }
.legal-main { padding: 92px 0; }
.legal-shell { max-width: 860px; }
.legal-shell h1 { font-size: clamp(2rem, 5vw, 4rem); }
.legal-shell > p { margin-top: 22px; color: var(--text-dim); line-height: 1.75; }
.legal-section { margin-top: 42px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.08); }
.legal-section h2 { font-size: clamp(1.25rem, 2.4vw, 1.8rem); }
.legal-section p,
.legal-section li { margin-top: 14px; color: rgba(185,185,185,0.78); line-height: 1.75; }
.legal-section ul { margin-top: 14px; padding-left: 18px; }
.legal-note { margin-top: 34px; padding: 18px; border: 1px solid rgba(245,124,0,0.28); color: rgba(245,245,245,0.78); font-size: 0.86rem; line-height: 1.7; }

@media (min-width: 1180px) {
  .home-page nav .container { max-width: none; width: 100%; padding: 0 4vw; }
  .home-page nav .brand-logo { width: 138px; margin-left: 0; }
  .home-page nav .container > .label-technical { display: none; }

  .hero-home-content { max-width: none; width: 100%; padding-left: 4vw; padding-right: 4vw; }
  .hero-copy { max-width: 520px; margin-left: 0.6vw; }

  .discovery-selector {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 0;
    align-items: start;
    width: min(740px, 58vw);
    max-width: none;
    margin: 10px 0 0 calc(0.6vw + 18px);
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .discovery-selector::before,
  .discovery-selector > .label-technical { display: none; }
  .discovery-selector h2 { color: #F57C00; font-size: 1.02rem; white-space: nowrap; letter-spacing: 0.02em; }
  .selector-credibility { position: static; margin-top: 5px; color: rgba(210,210,210,0.62); font-size: 0.68rem; line-height: 1.35; }
  .discovery-inputs { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 13px; padding: 7px; background: rgba(5,6,6,0.4); border: 1px solid rgba(255,255,255,0.065); box-shadow: 0 6px 18px rgba(0,0,0,0.16); backdrop-filter: blur(5px); }
  .conditional-vehicle-options { width: min(240px, 32vw); margin-top: 10px; padding: 7px; background: rgba(5,6,6,0.4); border: 1px solid rgba(255,255,255,0.065); box-shadow: 0 6px 18px rgba(0,0,0,0.16); backdrop-filter: blur(5px); }
  .form-group select { min-height: 40px; padding: 10px 12px; border-color: rgba(255,255,255,0.135); background: rgba(8,9,9,0.9); }
  .selector-action { display: none; margin-top: 0; }
  .selector-action .btn { padding: 13px 18px; }
  .selector-message { position: absolute; top: calc(100% + 8px); right: 0; width: min(360px, 44vw); min-height: 0; margin-top: 0; text-align: right; }
  .manual-vehicle-request { margin-top: 15px; padding-top: 0; border-top: 0; }
  .manual-request-trigger { opacity: 0.92; }
  .manual-request-panel { width: min(520px, 72%); padding: 10px; }
}

/* --- PDP SPECIFIC --- */
.pdp-confirm-bar { background-color: rgba(224,85,0,0.9); color: rgba(255,255,255,0.9); padding: 5px 0; text-align: center; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.035em; position: sticky; top: 0; z-index: 200; }
.pdp-nav { padding: 10px 0 0; position: relative !important; top: auto; left: auto; background: transparent !important; border-bottom: 0 !important; pointer-events: none; }
.pdp-nav .container { width: 100%; max-width: 1720px; padding: 0 4%; justify-content: flex-start; }
.brand-home-link { display: inline-flex; align-items: center; text-decoration: none; }
.pdp-nav .brand-home-link { pointer-events: auto; }
.pdp-nav .brand-logo { width: 126px; filter: drop-shadow(0 12px 22px rgba(0,0,0,0.4)); }

.pdp-inspection { max-width: 1720px; margin: 0 auto; padding: 10px 4% 96px; display: grid; grid-template-columns: minmax(0, 1.72fr) minmax(360px, 0.58fr); gap: 48px; align-items: start; }
.pdp-media-stage { position: sticky; top: 34px; min-height: calc(100vh - 84px); display: flex; align-items: center; }
.pdp-img-container { position: relative; width: 100%; min-height: calc(100vh - 118px); display: flex; align-items: center; border: 1px solid transparent; background: radial-gradient(circle at 48% 42%, rgba(128,148,152,0.2), rgba(54,61,61,0.11) 38%, rgba(0,0,0,0) 68%), linear-gradient(145deg, rgba(28,31,31,0.92), rgba(7,8,8,0.98) 58%, rgba(0,0,0,0.99)); box-shadow: inset 0 -110px 150px rgba(0,0,0,0.58), 0 40px 100px rgba(0,0,0,0.22); overflow: hidden; }
.pdp-img-container::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: radial-gradient(circle at 50% 44%, rgba(255,255,255,0.04), rgba(255,255,255,0) 36%), linear-gradient(to right, rgba(0,0,0,0.34), rgba(0,0,0,0) 12%, rgba(0,0,0,0) 86%, rgba(0,0,0,0.3)), linear-gradient(to bottom, rgba(0,0,0,0.22), rgba(0,0,0,0) 24%, rgba(0,0,0,0.38)); }
.stage-media-stack { position: absolute; inset: 0; z-index: 1; }
.stage-media { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 220ms cubic-bezier(0.22, 0.61, 0.36, 1); }
.stage-media.is-active { opacity: 1; }
.pdp-img { width: 100%; height: 100%; display: block; object-fit: cover; filter: brightness(0.94) saturate(0.96); }
.stage-media[data-stage-media="branding"],
.stage-media[data-stage-media="material"],
.stage-media[data-stage-media="install"],
.stage-media[data-stage-media="layers"],
.stage-media[data-stage-media="set"],
.stage-media[data-stage-media="capas"] { object-fit: contain; padding: clamp(22px, 4vw, 56px); background: radial-gradient(circle at 50% 42%, rgba(255,255,255,0.08), rgba(0,0,0,0) 46%), #070707; }
.stage-media[data-stage-media="branding"],
.stage-media[data-stage-media="material"] { padding: clamp(10px, 2.6vw, 34px); background: radial-gradient(circle at 50% 44%, rgba(190,212,216,0.16), rgba(85,96,96,0.1) 34%, rgba(0,0,0,0) 68%), linear-gradient(145deg, rgba(30,33,33,0.96), rgba(12,13,13,0.99) 58%, rgba(5,5,5,0.99)); filter: brightness(0.98) saturate(0.96); cursor: zoom-in; }
.set-environment { background: var(--set-stage-environment); box-shadow: var(--set-stage-shadow); }
.stage-media[data-stage-media="set"] { padding: clamp(16px, 3vw, 42px) clamp(18px, 3.4vw, 52px) clamp(56px, 7vw, 94px); filter: none; transform: none; cursor: zoom-in; }
.stage-media[data-asset-fit="contain"] { object-fit: contain; padding: clamp(16px, 3vw, 42px) clamp(18px, 3.4vw, 52px) clamp(56px, 7vw, 94px); background: radial-gradient(circle at 50% 42%, rgba(255,255,255,0.08), rgba(0,0,0,0) 46%), #070707; filter: none; cursor: zoom-in; }
.stage-media[data-asset-fit="set-full"] { box-sizing: border-box; object-fit: contain; padding: clamp(6px, 1.1vw, 16px) clamp(8px, 1.6vw, 22px) clamp(46px, 5vw, 78px); background: radial-gradient(circle at 50% 42%, rgba(255,255,255,0.08), rgba(0,0,0,0) 46%), #070707; filter: none; cursor: zoom-in; }
.stage-media[data-stage-media="set"].set-environment,
.included-visual.set-environment,
.stage-lightbox-frame.set-environment { background: var(--set-stage-environment); box-shadow: var(--set-stage-shadow); }
.stage-set-composite { display: flex; align-items: center; justify-content: center; }
.stage-set-composite::after { content: ""; position: absolute; z-index: 0; left: 22%; right: 22%; bottom: clamp(62px, 7.4vw, 108px); height: clamp(12px, 1.35vw, 20px); background: radial-gradient(ellipse at center, rgba(0,0,0,0.12), rgba(0,0,0,0) 72%); pointer-events: none; }
.stage-set-product { position: relative; z-index: 1; width: 100%; height: 100%; display: block; object-fit: contain; filter: none; }
.stage-media.is-active { pointer-events: auto; }
.stage-media:not(.is-active) { pointer-events: none; }
.stage-reference-note { position: absolute; left: 24px; bottom: 70px; z-index: 4; max-width: min(300px, calc(100% - 48px)); padding: 2px 5px; background: rgba(5,5,5,0.26); border: 1px solid rgba(255,255,255,0.04); color: rgba(245,245,245,0.38); font-size: 0.46rem; font-weight: 700; letter-spacing: 0.03em; line-height: 1.18; text-transform: uppercase; backdrop-filter: blur(5px); pointer-events: none; }
.stage-reference-note { display: none; }
.stage-reference-label { position: absolute; left: 24px; bottom: 70px; z-index: 4; max-width: min(300px, calc(100% - 48px)); padding: 3px 7px; background: rgba(5,5,5,0.36); border: 1px solid rgba(255,255,255,0.06); color: rgba(245,245,245,0.58); font-size: 0.52rem; font-weight: 800; letter-spacing: 0.05em; line-height: 1.18; text-transform: uppercase; backdrop-filter: blur(8px); pointer-events: none; opacity: 0; visibility: hidden; transition: opacity 160ms ease, visibility 160ms ease; }
.stage-reference-label.is-active { opacity: 1; visibility: visible; }
.stage-story-mode .stage-reference-label { opacity: 0; visibility: hidden; }
.pdp-gallery-rail { position: absolute; left: 18px; right: 18px; bottom: 18px; z-index: 5; display: flex; gap: 7px; padding: 6px; background: radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.035), rgba(255,255,255,0) 62%), rgba(5,5,5,0.48); border: 1px solid rgba(255,255,255,0.035); box-shadow: 0 16px 38px rgba(0,0,0,0.2); backdrop-filter: blur(10px); overflow-x: auto; scrollbar-width: none; }
.stage-story-mode .stage-reference-note { opacity: 0; visibility: hidden; }
.stage-story-mode .pdp-gallery-rail { opacity: 0; pointer-events: none; transform: translateY(8px); }
.pdp-gallery-rail::-webkit-scrollbar { display: none; }
.pdp-gallery-rail button { flex: 1 0 auto; min-width: 82px; padding: 6px 9px; background: rgba(255,255,255,0.024); border: 1px solid rgba(255,255,255,0.045); color: rgba(245,245,245,0.48); font: inherit; font-size: 0.57rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; cursor: pointer; transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease; }
.pdp-gallery-rail button:hover,
.pdp-gallery-rail button.is-active { background: rgba(255,255,255,0.045); border-color: rgba(224,85,0,0.56); color: var(--pure-white); }

.pdp-narrative { display: flex; flex-direction: column; }
.pdp-info { display: flex; flex-direction: column; gap: 26px; }
.pdp-purchase-card { padding: clamp(25px, 3vw, 40px); border: 1px solid rgba(255,255,255,0.12); background: radial-gradient(circle at 18% 0%, rgba(116,132,134,0.15), rgba(255,255,255,0) 40%), linear-gradient(145deg, rgba(29,31,31,0.97), rgba(8,9,9,0.99)); box-shadow: 0 24px 68px rgba(0,0,0,0.3); }
.pdp-info h1 { font-size: clamp(1.88rem, 2.64vw, 2.84rem); line-height: 1.06; letter-spacing: 0.012em; }
.pdp-support-copy { color: rgba(185,185,185,0.78); line-height: 1.65; }
.availability-status { margin-top: 11px; font-size: 0.78rem; font-weight: 800; color: #36d46b; display: flex; align-items: center; gap: 8px; }
.availability-status::before { content: ""; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: currentColor; }
.availability-status.is-request { color: var(--forge-orange); }
.stock-price-block { padding-top: 2px; }
.pdp-price-stack { margin-top: 0; }
.pdp-price-stack > span { color: var(--forge-orange); display: block; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.pdp-price { font-size: clamp(1.9rem, 2.56vw, 2.34rem); font-weight: 800; line-height: 1; letter-spacing: 0.004em; word-spacing: 0.12em; white-space: nowrap; }
.pdp-price-stack p { margin-top: 12px; color: rgba(185,185,185,0.72); font-size: 0.78rem; line-height: 1.45; }
.included-summary { display: grid; grid-template-columns: 124px 1fr; gap: 18px; align-items: center; padding: 16px; border: 1px solid rgba(255,255,255,0.12); background: radial-gradient(circle at 12% 50%, rgba(136,156,160,0.14), rgba(255,255,255,0) 34%), linear-gradient(135deg, rgba(255,255,255,0.064), rgba(255,255,255,0.028)); cursor: pointer; transition: border-color 180ms ease, background-color 180ms ease; }
.included-summary:hover,
.included-summary:focus-visible { border-color: rgba(255,255,255,0.18); outline: none; }
.included-visual { aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,0.09); overflow: hidden; }
.included-visual img { width: 100%; height: 100%; display: block; object-fit: contain; padding: 4px; filter: none; }
.included-summary .included-visual img { width: 122%; height: 122%; object-fit: contain; object-position: center; padding: 0; }
.included-summary span { color: var(--forge-orange); font-size: 0.62rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.included-summary strong { display: block; margin-top: 5px; font-size: 1rem; }
.included-summary p { margin-top: 7px; color: rgba(205,205,205,0.76); font-size: 0.8rem; line-height: 1.48; }
.included-zones { display: none; flex-wrap: wrap; gap: 5px; margin-top: 10px; }
.included-zones span { padding: 4px 7px; border: 1px solid rgba(255,255,255,0.11); color: rgba(235,235,235,0.72); font-size: 0.58rem; letter-spacing: 0.08em; background: rgba(255,255,255,0.035); }
.fitment-reassurance { padding: 11px 12px; border: 1px solid rgba(255,255,255,0.075); background: linear-gradient(135deg, rgba(255,255,255,0.045), rgba(255,255,255,0.018)); }
.fitment-reassurance strong,
.fitment-reassurance span { display: block; }
.fitment-reassurance strong { color: rgba(245,245,245,0.9); font-size: 0.76rem; font-weight: 800; line-height: 1.35; }
.fitment-reassurance span { margin-top: 5px; color: rgba(185,185,185,0.7); font-size: 0.72rem; font-weight: 700; line-height: 1.35; }
.pdp-reassurance-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.085); }
.pdp-reassurance-strip div { padding: 16px 14px; background: linear-gradient(145deg, rgba(255,255,255,0.052), rgba(255,255,255,0.025)); }
.pdp-reassurance-strip strong,
.pdp-reassurance-strip span { display: block; }
.pdp-reassurance-strip strong { color: rgba(245,245,245,0.94); font-size: 0.9rem; }
.pdp-reassurance-strip span { margin-top: 7px; color: rgba(205,205,205,0.78); font-size: 0.7rem; font-weight: 700; line-height: 1.28; }
.pdp-reassurance-strip span + span { margin-top: 3px; color: rgba(185,185,185,0.68); }
.pdp-technical-compact { border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); }
.pdp-technical-compact details + details { border-top: 1px solid rgba(255,255,255,0.08); }
.pdp-technical-compact summary { padding: 13px 0; color: rgba(245,245,245,0.84); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; }
.pdp-technical-compact p { padding: 0 0 14px; color: rgba(185,185,185,0.72); font-size: 0.78rem; line-height: 1.55; }
.pdp-technical-sections { display: grid; gap: 12px; padding: 0 0 14px; }
.pdp-technical-sections .pdp-technical-intro { margin: 0 0 2px; padding: 0; color: rgba(205,205,205,0.66); font-size: 0.76rem; font-weight: 700; line-height: 1.48; }
.pdp-technical-sections strong { display: block; color: rgba(245,245,245,0.9); font-size: 0.76rem; line-height: 1.35; }
.pdp-technical-sections .pdp-technical-highlight { color: var(--forge-orange); }
.pdp-technical-sections p { margin-top: 4px; padding: 0; color: rgba(185,185,185,0.72); font-size: 0.76rem; line-height: 1.48; }
.pdp-technical-conditions { margin-top: 8px; color: rgba(185,185,185,0.62); font-size: 0.7rem; line-height: 1.45; }
.pdp-technical-conditions p { margin: 0 0 5px; color: inherit; font-size: inherit; line-height: inherit; }
.pdp-technical-conditions ul { margin: 0; padding-left: 16px; }
.pdp-technical-conditions li + li { margin-top: 3px; }
.pdp-cta-block p { margin-top: 12px; color: rgba(185,185,185,0.68); font-size: 0.72rem; line-height: 1.45; text-align: center; }
.pdp-primary-cta { width: 100%; text-align: center; background-color: var(--pure-white); color: var(--black); border: none; }
.pdp-primary-cta:hover { background-color: var(--forge-orange); color: var(--pure-white); }
.mobile-sticky-cta { display: none; }
.stage-lightbox { position: fixed; inset: 0; z-index: 500; display: flex; align-items: center; justify-content: center; padding: clamp(18px, 4vw, 56px); background: rgba(18,20,20,0.9); opacity: 0; pointer-events: none; transition: opacity 200ms cubic-bezier(0.22, 0.61, 0.36, 1); }
.stage-lightbox.is-open { opacity: 1; pointer-events: auto; }
.stage-lightbox::before { content: ""; position: absolute; inset: clamp(10px, 2vw, 26px); border: 1px solid rgba(255,255,255,0.085); background: radial-gradient(circle at 50% 44%, rgba(166,188,192,0.24), rgba(38,43,43,0.18) 42%, rgba(0,0,0,0) 68%); pointer-events: none; }
.stage-lightbox-frame { display: contents; }
.stage-lightbox img { position: relative; z-index: 1; max-width: min(1180px, 94vw); max-height: 88vh; object-fit: contain; filter: contrast(1.15) brightness(1.12) saturate(0.9); cursor: zoom-out; }
.stage-lightbox[data-stage-media="set"]::before { background: transparent; box-shadow: none; }
.stage-lightbox[data-stage-media="set"] .stage-lightbox-frame { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; width: min(1180px, 94vw); height: min(88vh, 1240px); padding: clamp(16px, 3vw, 42px) clamp(18px, 3.4vw, 52px) clamp(56px, 7vw, 94px); border: 1px solid rgba(255,255,255,0.1); overflow: hidden; }
.stage-lightbox[data-stage-media="set"] .stage-lightbox-frame::after { content: ""; position: absolute; z-index: 0; left: 22%; right: 22%; bottom: clamp(62px, 7.4vw, 108px); height: clamp(12px, 1.35vw, 20px); background: radial-gradient(ellipse at center, rgba(0,0,0,0.12), rgba(0,0,0,0) 72%); pointer-events: none; }
.stage-lightbox[data-stage-media="set"] img { filter: none; }
.stage-lightbox[data-stage-media="set"] .stage-lightbox-frame img { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: contain; }
.stage-lightbox-close { position: absolute; top: 18px; right: 18px; z-index: 2; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.16); background: rgba(5,5,5,0.72); color: var(--pure-white); font: inherit; font-size: 1.35rem; line-height: 1; cursor: pointer; }
.stage-lightbox-active { overflow: hidden; }
.narrative-panel { min-height: 58vh; display: flex; flex-direction: column; justify-content: center; padding: 44px 0; border-bottom: 1px solid var(--border); }
.narrative-hero { min-height: calc(100vh - 148px); padding-top: 0; }
.narrative-panel h2 { margin-top: 14px; max-width: 520px; }
.narrative-panel h2 span { display: block; }
.narrative-panel p { margin-top: 22px; color: var(--text-dim); font-size: 1rem; line-height: 1.7; }
.narrative-story { gap: 22px; }
.narrative-story:nth-of-type(odd) { background: linear-gradient(180deg, rgba(255,255,255,0.018), rgba(255,255,255,0)); }
.narrative-story:nth-of-type(even) { background: linear-gradient(180deg, rgba(224,85,0,0.025), rgba(255,255,255,0)); }
.narrative-consult {
  min-height: 58vh;
  justify-content: end;
  padding-bottom: clamp(44px, 6vh, 70px);
  border-bottom: 0;
}
.narrative-consult h2 { max-width: 560px; }
.narrative-consult > p { max-width: 460px; color: rgba(215,215,215,0.68); }
.final-consult-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  max-width: 520px;
  margin-top: 22px;
}
.final-consult-proof span {
  display: block;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.032);
  color: rgba(245,245,245,0.72);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1.35;
  text-transform: uppercase;
}
.narrative-consult .btn { width: min(100%, 440px); margin-top: 22px; text-align: center; background: var(--pure-white); color: var(--black); }
.narrative-consult .btn:hover { background: var(--forge-orange); color: var(--pure-white); }
.narrative-consult .final-consult-note { max-width: 520px; margin-top: 12px; color: rgba(185,185,185,0.66); font-size: 0.72rem; line-height: 1.45; text-align: center; }

@media (min-width: 1025px) {
  .pdp-nav { padding-top: 6px; }
  .pdp-inspection { padding-top: 8px; }
  .pdp-info { gap: 18px; }
  .pdp-purchase-card { padding-top: 28px; padding-bottom: 28px; }
  .pdp-info h1 { font-size: clamp(1.76rem, 2.44vw, 2.58rem); line-height: 1.04; }
  .pdp-support-copy { line-height: 1.52; }
  .availability-status { margin-top: 8px; }
  .stock-price-block { padding-top: 0; }
  .pdp-price { font-size: clamp(1.68rem, 2.18vw, 2.06rem); word-spacing: 0.14em; }
  .pdp-price-stack p { margin-top: 9px; }
  .included-summary { grid-template-columns: 108px 1fr; gap: 14px; padding: 12px; }
  .included-summary strong { margin-top: 4px; font-size: 0.94rem; }
  .included-summary p { margin-top: 5px; font-size: 0.74rem; line-height: 1.38; }
  .fitment-reassurance { padding: 9px 10px; }
  .fitment-reassurance strong { font-size: 0.72rem; }
  .fitment-reassurance span { margin-top: 3px; font-size: 0.68rem; }
  .pdp-reassurance-strip div { padding: 11px 12px; }
  .pdp-reassurance-strip strong { font-size: 0.82rem; }
  .pdp-reassurance-strip span { margin-top: 5px; font-size: 0.66rem; line-height: 1.2; }
  .pdp-reassurance-strip span + span { margin-top: 2px; }
  .pdp-technical-compact summary { padding: 10px 0; font-size: 0.7rem; }
  .pdp-technical-compact p { padding-bottom: 10px; line-height: 1.45; }
  .pdp-technical-sections { gap: 9px; padding-bottom: 10px; }
  .pdp-technical-sections .pdp-technical-intro { font-size: 0.7rem; line-height: 1.38; }
  .pdp-technical-sections strong { font-size: 0.7rem; }
  .pdp-technical-sections p { font-size: 0.7rem; line-height: 1.38; }
  .pdp-technical-conditions { margin-top: 6px; font-size: 0.66rem; line-height: 1.34; }
  .pdp-primary-cta { padding: 15px 22px; }
  .pdp-cta-block p { margin-top: 9px; }
}

@media (max-width: 1024px) {
  .pdp-confirm-bar { z-index: 720; isolation: isolate; background: rgba(224,85,0,0.88); padding: 4px 10px; font-size: 0.56rem; line-height: 1.25; box-shadow: 0 1px 0 rgba(0,0,0,0.26); }
  .pdp-confirm-bar::after { content: none; }
  .pdp-nav { position: relative !important; top: auto; padding: 8px 0 9px; background: var(--black) !important; border-bottom: 1px solid var(--border) !important; pointer-events: auto; }
  .pdp-nav .container { max-width: 1400px; padding: 0 5%; justify-content: center; }
  .pdp-inspection { grid-template-columns: 1fr; gap: 0; padding-top: 30px; }
  .pdp-media-stage { position: sticky; top: 38px; min-height: auto; z-index: 60; }
  .stage-release-active .pdp-media-stage { position: relative; top: auto; z-index: 1; }
  .pdp-img-container { min-height: 52vh; }
  .discovery-inputs { grid-template-columns: 1fr; }
  .narrative-hero { min-height: auto; padding-top: 38px; }
  .narrative-panel { min-height: auto; padding: 58px 0; }
}

@media (max-width: 768px) {
  body {
    padding-bottom: calc(118px + env(safe-area-inset-bottom));
    overflow-x: hidden;
  }
  h1 { font-size: clamp(2.25rem, 13vw, 3.2rem); }
  nav { padding: calc(0px + env(safe-area-inset-top)) 0 18px; }
  nav .label-technical { display: none; }
  .brand-logo { width: 106px; }
  .home-page nav { top: 14px; }
  .home-page nav .brand-logo { width: 146px; margin-left: 0; }
  .hero-home { min-height: auto; padding-top: 0; flex-direction: column; align-items: stretch; }
  .hero-home-bg { position: relative; width: 100%; height: 41vh; min-height: 320px; background-size: cover; background-position: 50% 48%; mask-image: linear-gradient(to bottom, black 72%, rgba(0,0,0,0.74) 86%, transparent 100%); -webkit-mask-image: linear-gradient(to bottom, black 72%, rgba(0,0,0,0.74) 86%, transparent 100%); }
  .hero-home-bg::before { background: linear-gradient(to bottom, rgba(0,0,0,0.24), rgba(0,0,0,0.02) 34%, rgba(0,0,0,0.34)), radial-gradient(circle at 38% 58%, rgba(215,230,238,0.12), rgba(0,0,0,0) 27%), radial-gradient(circle at 50% 50%, rgba(0,0,0,0) 34%, rgba(0,0,0,0.56) 100%); }
  .hero-home-content { padding-top: 0; margin-top: -32px; padding-bottom: 24px; }
  .hero-copy { max-width: 100%; }
  .hero-copy .label-technical { margin-bottom: 10px; }
  .hero-copy p { max-width: min(100%, 320px); margin-top: 15px; font-size: 0.94rem; line-height: 1.5; overflow-wrap: normal; }
  .discovery-selector { padding: 10px; margin-top: 22px; background: linear-gradient(135deg, rgba(14,15,15,0.78), rgba(7,7,7,0.86)); border-color: rgba(255,255,255,0.075); box-shadow: 0 5px 18px rgba(0,0,0,0.16); backdrop-filter: blur(6px); }
  .discovery-selector h2 { font-size: 1.16rem; }
  .discovery-inputs { gap: 8px; margin-top: 11px; }
  .conditional-vehicle-options { gap: 8px; margin-top: 8px; }
  .form-group select { min-height: 39px; padding: 8px 11px; }
  .selector-action { margin-top: 12px; }
  .discovery-selector .btn { padding: 9px 14px; font-size: 0.7rem; background: #C96100; border-color: #C96100; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.045), 0 0 6px rgba(201,97,0,0.06); animation-duration: 7s; }
  .selector-message { min-height: 12px; margin-top: 7px; }
  .manual-vehicle-request { margin-top: 16px; padding-top: 12px; }
  .manual-request-trigger { display: flex; flex-wrap: wrap; gap: 5px 12px; font-size: 0.74rem; line-height: 1.35; }
  .manual-request-trigger strong { font-size: 0.58rem; font-weight: 750; }
  .manual-request-panel { padding: 10px; }
  .manual-request-fields { grid-template-columns: 1fr; gap: 8px; }
  .manual-request-fields input { min-height: 38px; }
  .manual-request-cta { padding: 8px 10px; }
  .home-proof-system { padding: 44px 0 56px; }
  .home-editorial-transition { padding: 40px 0 36px; }
  .home-editorial-transition .container { display: block; }
  .home-editorial-transition span { font-size: 1.25rem; letter-spacing: 0.24em; }
  .home-editorial-transition p { margin-top: 10px; font-size: 1.24rem; line-height: 1.35; }
  .home-proof-grid { grid-template-columns: 1fr; gap: 12px; }
  .home-proof-card { min-height: auto; }
  .proof-placeholder { min-height: 210px; }
  .home-proof-copy { padding: 20px; }
  .home-proof-copy h2 { font-size: 0.95rem; }
  .home-proof-copy p { font-size: 0.9rem; }
  .site-footer { padding: 56px 0 122px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { margin-top: 40px; flex-direction: column; gap: 12px; }
  .legal-main { padding: 64px 0 132px; }
  .pdp-nav { padding: 2px 0 4px; }
  .pdp-inspection { padding: 0 4% 72px; background: linear-gradient(180deg, #050505 0%, #050505 58vh, rgba(5,5,5,0.96) 78vh, #050505 100%); }
  .pdp-nav .brand-logo { width: 88px; }
  .pdp-media-stage { top: 20px; }
  .pdp-img-container { min-height: 48vh; max-height: 54vh; box-shadow: inset 0 -92px 130px rgba(0,0,0,0.68), 0 18px 52px rgba(0,0,0,0.28); }
  .pdp-gallery-rail { left: 10px; right: 10px; bottom: 12px; gap: 5px; padding: 5px 22px 5px 5px; scroll-padding-right: 22px; mask-image: linear-gradient(to right, black 0, black calc(100% - 34px), transparent 100%); -webkit-mask-image: linear-gradient(to right, black 0, black calc(100% - 34px), transparent 100%); }
  .stage-reference-note { left: 12px; right: auto; bottom: 52px; max-width: calc(100% - 24px); padding: 2px 5px; font-size: 0.43rem; }
  .pdp-gallery-rail button { min-width: 72px; padding: 6px 8px; font-size: 0.52rem; }
  .pdp-info { gap: 14px; }
  .pdp-purchase-card { padding: 16px 20px 20px; margin-top: 0; }
  .pdp-info h1 { font-size: clamp(1.52rem, 7.7vw, 1.96rem); line-height: 1.08; letter-spacing: 0.012em; }
  .pdp-support-copy { font-size: 0.88rem; line-height: 1.5; }
  .stock-price-block { padding-top: 0; }
  .pdp-price { font-size: clamp(1.62rem, 7.6vw, 2rem); letter-spacing: 0; word-spacing: 0.14em; }
  .pdp-price-stack { margin-top: 9px; }
  .pdp-price-stack p { margin-top: 10px; }
  .included-summary { grid-template-columns: 98px 1fr; gap: 13px; padding: 12px; }
  .included-summary .included-visual img { width: 124%; height: 124%; object-position: center; }
  .included-summary strong { font-size: 0.9rem; }
  .included-summary p { font-size: 0.73rem; }
  .fitment-reassurance strong { font-size: 0.72rem; }
  .fitment-reassurance span { font-size: 0.68rem; }
  .pdp-reassurance-strip { grid-template-columns: 1fr; }
  .pdp-reassurance-strip div { padding: 13px; }
  .pdp-reassurance-strip span { font-size: 0.7rem; }
  .pdp-technical-compact summary { padding: 12px 0; font-size: 0.7rem; }
  .pdp-technical-sections { gap: 10px; padding-bottom: 12px; }
  .pdp-technical-sections strong { font-size: 0.74rem; line-height: 1.28; }
  .pdp-technical-sections p { margin-top: 3px; font-size: 0.68rem; line-height: 1.38; }
  .pdp-technical-conditions { margin-top: 6px; font-size: 0.64rem; line-height: 1.34; }
  .pdp-primary-cta { padding: 16px 18px; }
  .pdp-cta-block .pdp-primary-cta,
  .narrative-consult > .btn[data-whatsapp-cta] { display: none; }
  .narrative-panel { padding: 48px 0; }
  .narrative-hero { padding-top: 24px; }
  .narrative-story { gap: 18px; }
  .story-copy { order: 1; }
  .mobile-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    z-index: 500;
    display: block;
    padding: 10px 5% calc(10px + env(safe-area-inset-bottom));
    background: rgba(5, 5, 5, 0.9);
    border-top: 1px solid var(--border);
    backdrop-filter: blur(14px);
  }
  .mobile-sticky-cta > div {
    min-width: 0;
  }
  .mobile-sticky-cta strong,
  .mobile-sticky-cta span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mobile-sticky-cta strong {
    font-size: 0.74rem;
  }
  .mobile-sticky-cta span {
    margin-top: 4px;
    color: var(--text-dim);
    font-size: 0.62rem;
  }
  .mobile-sticky-cta a {
    position: static;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-top: 8px;
    padding: 10px 12px;
    background: var(--pure-white);
    color: var(--black);
    text-decoration: none;
    text-align: center;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.15;
  }
}
