@font-face {
  font-family: "WPMODS Akira";
  src: url("Font/Akira Expanded Demo.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "WPMODS Made Tommy Bold";
  src: url("Font/MADE TOMMY Bold_PERSONAL USE.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #111111;
  --ink-2: #171717;
  --ink-3: #1f1f1f;
  --accent: #ff8a00;
  --accent-soft: #ffad4d;
  --orange: #ff8a00;
  --paper: #111111;
  --paper-2: #151515;
  --white: #d8d4cf;
  --muted: #918c85;
  --line: rgba(232, 226, 218, 0.11);
  --headline: "WPMODS Akira", "Arial Black", sans-serif;
  --display: "WPMODS Made Tommy Bold", "Arial Narrow", sans-serif;
  --body: "WPMODS Made Tommy Bold", "Arial Narrow", sans-serif;
  --shell: min(1180px, calc(100% - 72px));
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.locked { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.shell { width: var(--shell); margin: 0 auto; }
.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; }

.announcement { position: relative; z-index: 40; height: 34px; color: #bce7e5; background: #061012; border-bottom: 1px solid rgba(255,255,255,.05); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.announcement__inner { width: var(--shell); height: 100%; margin: auto; display: flex; align-items: center; justify-content: center; gap: 16px; }
.announcement__pulse, .status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(255,138,0,.1), 0 0 16px var(--accent); }
.announcement strong { color: #dce7e4; font-weight: 600; }
.announcement a { color: var(--orange); margin-left: 12px; font-weight: 700; }

.header { position: absolute; top: 34px; left: 0; right: 0; z-index: 30; border-bottom: 1px solid rgba(255,255,255,.1); }
.header.scrolled { position: fixed; top: 0; background: rgba(5,17,19,.88); backdrop-filter: blur(18px); animation: headerIn .35s ease; }
@keyframes headerIn { from { transform: translateY(-100%); } }
.nav { height: 68px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand__mark { width: 36px; height: 36px; border-radius: 50%; overflow: hidden; border: 1px solid rgba(255,138,0,.5); box-shadow: 0 0 25px rgba(255,138,0,.1); }
.brand__mark img { width: 100%; height: 100%; object-fit: cover; display: block; }
.brand__word { font: 700 18px/1 var(--display); color: #dce7e4; letter-spacing: -.05em; }
.brand__word span { color: var(--accent); }
.nav__links { display: flex; align-items: center; gap: 29px; }
.nav__links a { position: relative; padding: 25px 0 24px; color: rgba(255,255,255,.62); font-size: 12px; font-weight: 600; transition: color .25s; }
.nav__links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--accent); transform: scaleX(0); transition: transform .25s; }
.nav__links a:hover, .nav__links a.active { color: #dce7e4; }
.nav__links a.active::after { transform: scaleX(1); }
.nav__actions { display: flex; align-items: center; gap: 11px; }
.icon-button, .login-button, .menu-toggle, .close-button { cursor: pointer; }
.icon-button { width: 38px; height: 38px; border: 1px solid rgba(220,231,228,.16); background: rgba(220,231,228,.04); color: #dce7e4; display: grid; place-items: center; position: relative; transition: border .25s, background .25s; }
.icon-button:hover { border-color: var(--accent); background: rgba(255,138,0,.08); }
.icon-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.cart-count { position: absolute; top: -6px; right: -6px; width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center; background: var(--orange); color: #101010; border: 2px solid var(--ink); font-size: 9px; font-weight: 800; }
.login-button { height: 38px; padding: 0 15px 0 8px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--accent); background: transparent; color: #dce7e4; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; transition: background .25s, color .25s; }
.login-button:hover { background: var(--accent); color: var(--ink); }
.login-button__icon { width: 26px; height: 26px; display: grid; place-items: center; background: rgba(255,138,0,.13); }
.login-button__icon svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.16); background: transparent; place-content: center; gap: 6px; }
.menu-toggle span { display: block; width: 18px; height: 1px; background: var(--accent); }

.hero { position: relative; min-height: 700px; height: 100vh; max-height: 860px; background: var(--ink); color: #dce7e4; overflow: hidden; }
.hero__media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,12,14,.92) 0%, rgba(3,12,14,.52) 47%, rgba(3,12,14,.08) 75%), linear-gradient(0deg, #071315 0%, transparent 30%), url("assets/wpmods-hero.png") center right / cover no-repeat; transform: scale(1.015); animation: heroDrift 12s ease-out both; }
@keyframes heroDrift { from { transform: scale(1.08); } to { transform: scale(1.015); } }
.hero__grid { position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,138,0,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,138,0,.22) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(90deg,#000,transparent 55%); }
.hero__glow { position: absolute; width: 380px; height: 380px; left: -240px; top: 180px; border-radius: 50%; background: var(--accent); filter: blur(140px); opacity: .14; }
.hero__content { position: relative; height: 100%; padding-top: 170px; display: flex; flex-direction: column; align-items: flex-start; }
.hero__copy { max-width: 620px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; color: var(--accent-soft); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow span { width: 28px; height: 1px; background: var(--accent); }
.hero h1, .section-heading h2, .manifesto h2, .faq h2, .cta h2 { margin: 0; font: 400 clamp(46px, 5.8vw, 78px)/.94 var(--headline); letter-spacing: -.025em; }
h1 em, h2 em { color: var(--accent); font-style: normal; }
.hero h1 em { color: transparent; -webkit-text-stroke: 1.5px var(--accent); text-shadow: 0 0 30px rgba(255,138,0,.15); }
.akira-word { display: inline-block; white-space: nowrap; }
.akira-glyph { position: relative; display: inline-block; color: inherit; }
.akira-glyph:not(.akira-glyph--cedilla) { margin-top: -.11em; padding-top: .11em; }
.akira-glyph::after { position: absolute; z-index: 1; color: currentColor; pointer-events: none; }
.akira-glyph--acute::after,
.akira-glyph--grave::after { content: ""; top: .008em; left: 52%; width: .27em; height: .072em; border-radius: .015em; background: currentColor; transform: translateX(-25%) rotate(-34deg); transform-origin: center; }
.akira-glyph--grave::after { transform: translateX(-75%) rotate(34deg); }
.akira-glyph--circumflex::after { content: "^"; top: -.045em; left: 50%; font: 900 .38em/1 Arial, sans-serif; transform: translateX(-50%) scaleX(1.18); }
.akira-glyph--tilde::after { content: "~"; top: -.045em; left: 50%; font: 900 .4em/1 Arial, sans-serif; transform: translateX(-50%) scaleX(1.08); }
.akira-glyph--diaeresis::after { content: "••"; top: .015em; left: 50%; font: 900 .24em/1 Arial, sans-serif; letter-spacing: .12em; transform: translateX(-50%); }
.akira-glyph--cedilla { margin-bottom: -.1em; padding-bottom: .1em; }
.akira-glyph--cedilla::after { content: ""; left: 52%; bottom: -.015em; width: .12em; height: .15em; border-left: .045em solid currentColor; border-bottom: .045em solid currentColor; border-radius: 0 0 0 .08em; transform: translateX(-18%) rotate(-12deg); }
.hero__copy > p { max-width: 520px; margin: 24px 0 28px; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.65; }
.hero__actions { display: flex; gap: 12px; align-items: center; }
.button { min-height: 44px; padding: 0 18px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 15px; cursor: pointer; text-transform: uppercase; letter-spacing: .08em; font-size: 10px; font-weight: 800; transition: transform .25s, background .25s, border .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--accent); color: #041012; box-shadow: 0 8px 30px rgba(255,138,0,.12); }
.button--primary:hover { background: #ff9d2e; }
.button__arrow { width: 24px; height: 24px; display: grid; place-items: center; border-left: 1px solid rgba(4,16,18,.25); padding-left: 15px; }
.button--ghost { color: #dce7e4; border-color: rgba(220,231,228,.2); background: rgba(220,231,228,.02); }
.button--ghost:hover { border-color: #dce7e4; background: rgba(220,231,228,.08); }
.button--ghost-dark { border-color: rgba(7,19,21,.22); background: transparent; color: var(--ink); }
.button--ghost-dark:hover { border-color: var(--ink); }
.hero__status { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 240px; padding: 17px 18px; display: flex; align-items: flex-start; gap: 14px; border: 1px solid rgba(255,255,255,.12); background: rgba(4,15,17,.45); backdrop-filter: blur(14px); }
.hero__status .status-dot { margin-top: 5px; flex-shrink: 0; }
.hero__status strong, .hero__status small { display: block; }
.hero__status strong { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.hero__status small { margin-top: 5px; color: rgba(255,255,255,.45); font-size: 10px; }
.hero__metrics { position: absolute; bottom: 32px; left: 0; display: flex; }
.hero__metrics > div { width: 150px; padding-left: 16px; border-left: 1px solid rgba(255,255,255,.18); }
.hero__metrics strong, .hero__metrics span { display: block; }
.hero__metrics strong { font: 600 23px var(--display); }
.hero__metrics sup { color: var(--orange); font-size: .45em; vertical-align: super; margin-left: 2px; }
.hero__metrics > div:nth-child(-n+2) sup { font-size: .8em; vertical-align: .16em; margin-left: 3px; }
.hero__metrics span { margin-top: 4px; color: rgba(255,255,255,.42); text-transform: uppercase; letter-spacing: .11em; font-size: 8px; }
.hero__scroll { position: absolute; right: 38px; bottom: 42px; display: flex; flex-direction: column; align-items: center; gap: 10px; color: rgba(255,255,255,.35); text-transform: uppercase; font-size: 8px; letter-spacing: .2em; }
.hero__scroll span { writing-mode: vertical-rl; }
.hero__scroll i { width: 1px; height: 36px; background: linear-gradient(var(--accent), transparent); }

.section { padding: 104px 0; }
.manifesto { background: var(--paper); }
.manifesto__grid { display: grid; grid-template-columns: 140px 1.5fr .7fr; gap: 35px; align-items: end; }
.section-index { color: #768180; text-transform: uppercase; letter-spacing: .18em; font-size: 9px; font-weight: 700; }
.manifesto__content .kicker { margin: 0 0 20px; color: #697675; text-transform: uppercase; font-size: 10px; letter-spacing: .16em; }
.manifesto h2, .section-heading h2, .faq h2 { font-size: clamp(38px, 4.25vw, 58px); }
.manifesto h2 em, .section-heading h2 em, .faq h2 em { color: var(--orange); }
.manifesto__text { margin: 0; padding-bottom: 5px; color: #687372; font-size: 15px; line-height: 1.8; }

.featured { padding-top: 10px; background: var(--paper); }
.feature-card { display: grid; grid-template-columns: 1.38fr .8fr; min-height: 460px; background: var(--ink); color: #dce7e4; box-shadow: 0 30px 70px rgba(4,18,20,.15); }
.scene { background-image: url("assets/product-scenes.png"); background-size: 200% 200%; background-repeat: no-repeat; }
.scene--mansion { background-position: left top; }
.scene--garage { background-position: right top; }
.scene--club { background-position: left bottom; }
.scene--police { background-position: right bottom; }
.feature-card__image { min-height: 390px; position: relative; }
.feature-card__image::after, .product__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(4,16,18,.65)); pointer-events: none; }
.feature-card__number { position: absolute; top: 24px; left: 26px; color: rgba(255,255,255,.5); z-index: 1; font: 500 11px var(--display); }
.feature-card__badges { position: absolute; left: 26px; bottom: 24px; z-index: 1; display: flex; gap: 7px; }
.feature-card__badges span, .product__badge { padding: 7px 9px; background: var(--accent); color: var(--ink); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.feature-card__badges span:last-child { background: var(--orange); }
.feature-card__body { display: flex; flex-direction: column; justify-content: space-between; padding: 38px 34px 32px; border-left: 1px solid rgba(255,255,255,.1); }
.product-type { color: var(--accent); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 700; }
.feature-card h3 { margin: 10px 0 13px; font: 600 34px var(--display); letter-spacing: -.035em; }
.feature-card p { color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.7; }
.tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 22px; }
.tags span { padding: 6px 8px; border: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.55); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.feature-card__buy { display: grid; grid-template-columns: 1fr auto; gap: 4px 18px; align-items: end; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.1); }
.feature-card__buy > span { color: rgba(255,255,255,.4); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.feature-card__buy strong { grid-row: 2; font: 600 22px var(--display); }
.feature-card__buy .button { grid-column: 2; grid-row: 1 / 3; }

.catalog { background: var(--paper); padding-top: 55px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 48px; }
.section-heading .section-index { margin-bottom: 25px; }
.section-heading > p { max-width: 370px; margin: 0 0 5px; color: #6d7776; line-height: 1.75; font-size: 14px; }
.catalog__toolbar { min-height: 66px; margin-bottom: 30px; padding: 10px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(7,19,21,.14); border-bottom: 1px solid rgba(7,19,21,.14); }
.filters { display: flex; align-items: center; gap: 4px; }
.filter { padding: 11px 13px; border: 0; background: transparent; color: #74807f; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; }
.filter span { margin-left: 5px; font-size: 8px; vertical-align: super; }
.filter.active { background: var(--ink); color: #dce7e4; }
.gsap-enhanced .filters { position: relative; isolation: isolate; }
.gsap-enhanced .filter { position: relative; z-index: 1; transition: color .24s ease; }
.gsap-enhanced .filter.active { background: transparent; }
.filter-indicator { position: absolute; z-index: 0; top: 0; bottom: 0; left: 0; width: 0; pointer-events: none; background: var(--accent); box-shadow: 0 0 24px rgba(255,138,0,.14), inset 0 0 0 1px rgba(255,184,102,.08); will-change: transform,width; }
.search-box { width: 220px; padding: 0 12px; display: flex; align-items: center; border-left: 1px solid rgba(7,19,21,.14); }
.search-box svg { width: 16px; flex: 0 0 auto; fill: none; stroke: #758281; stroke-width: 1.5; }
.search-box input { width: 100%; padding: 10px; border: 0; outline: 0; background: transparent; font-size: 12px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 20px; }
.product { min-width: 0; transition: opacity .25s, transform .25s; }
.product.hidden { display: none; }
.product__image { position: relative; height: 220px; overflow: hidden; background-color: #102326; }
.product__image::before { content: ""; position: absolute; inset: 0; background: inherit; transition: transform .6s ease; }
.product:hover .product__image::before { transform: scale(1.035); }
.product__badge { position: absolute; top: 13px; left: 13px; z-index: 2; }
.product__badge--orange { background: var(--orange); }
.product__quick { position: absolute; right: 14px; bottom: 14px; z-index: 2; width: 38px; height: 38px; border: 0; display: grid; place-items: center; background: var(--accent); color: var(--ink); cursor: pointer; opacity: 0; transform: translateY(8px); transition: opacity .25s, transform .25s, background .25s; font-size: 20px; }
.product:hover .product__quick { opacity: 1; transform: translateY(0); }
.product__quick:hover { background: var(--accent); }
.product__meta { padding: 18px 3px 0; }
.product__topline { display: flex; justify-content: space-between; color: #778180; font-size: 8px; text-transform: uppercase; letter-spacing: .13em; }
.product__rating { color: #3d4b4a; }
.product__rating span { color: var(--orange); }
.product h3 { margin: 9px 0 7px; font: 600 18px var(--display); letter-spacing: -.025em; }
.product__description { min-height: 40px; margin: 0; color: #7c8584; font-size: 12px; line-height: 1.6; }
.product__footer { margin-top: 17px; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(7,19,21,.11); }
.product__price small { display: block; margin-bottom: 2px; color: #889291; font-size: 8px; text-transform: uppercase; }
.product__price strong { font: 600 18px var(--display); }
.product__add { width: 36px; height: 36px; border: 1px solid rgba(7,19,21,.18); background: transparent; display: grid; place-items: center; cursor: pointer; font-size: 18px; transition: background .2s, border .2s; }
.product__add:hover { background: var(--accent); border-color: var(--accent); }
.catalog__empty { display: none; padding: 80px 20px; text-align: center; color: #778180; }
.catalog__empty.show { display: block; }
.catalog__empty > span { font: 500 40px var(--display); color: var(--orange); }
.catalog__empty h3 { margin: 12px 0 5px; color: var(--ink); font: 600 22px var(--display); }
.catalog__empty p { margin: 0; font-size: 13px; }

.benefits { position: relative; padding: 104px 0; color: #dce7e4; background: var(--ink); overflow: hidden; }
.benefits::before { content: ""; position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,138,0,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,138,0,.22) 1px, transparent 1px); background-size: 88px 88px; mask-image: radial-gradient(circle at 15% 30%, black, transparent 48%); }
.benefits__orb { position: absolute; left: -200px; top: 100px; width: 450px; height: 450px; border-radius: 50%; border: 1px solid rgba(255,138,0,.2); box-shadow: inset 0 0 80px rgba(255,138,0,.06); }
.benefits__orb::before, .benefits__orb::after { content: ""; position: absolute; inset: 55px; border: 1px solid rgba(255,138,0,.15); border-radius: 35% 65% 53% 47%; transform: rotate(35deg); }
.benefits__orb::after { inset: 110px; transform: rotate(-25deg); }
.section-heading--light { position: relative; }
.section-heading--light .section-index { color: rgba(255,255,255,.35); }
.section-heading--light h2 em { color: var(--accent); }
.section-heading--light > p { color: rgba(255,255,255,.48); }
.benefit-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit { min-height: 260px; padding: 24px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s; }
.benefit:hover { background: rgba(255,138,0,.045); }
.benefit__index { display: block; color: rgba(255,255,255,.25); font-size: 9px; letter-spacing: .12em; }
.benefit__icon { width: 46px; height: 46px; margin: 42px 0 22px; display: grid; place-items: center; border: 1px solid rgba(255,138,0,.3); color: var(--accent); font: 500 20px var(--display); }
.benefit h3 { margin: 0 0 12px; font: 600 18px var(--display); }
.benefit p { margin: 0; color: rgba(255,255,255,.43); font-size: 12px; line-height: 1.7; }

.faq { background: var(--paper-2); }
.faq__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 72px; }
.faq__intro .section-index { margin-bottom: 26px; }
.faq__intro p { max-width: 360px; margin: 25px 0; color: #687372; line-height: 1.7; font-size: 14px; }
.accordion { border-top: 1px solid rgba(7,19,21,.18); }
.accordion__item { border-bottom: 1px solid rgba(7,19,21,.18); }
.accordion__item button { width: 100%; min-height: 68px; padding: 0 4px; border: 0; background: transparent; display: flex; justify-content: space-between; align-items: center; text-align: left; cursor: pointer; font: 600 14px var(--display); }
.accordion__item button span { display: flex; align-items: center; }
.accordion__item button em { font-style: normal; }
.accordion__item button i { width: 45px; color: #87908f; font: normal 9px var(--body); letter-spacing: .1em; }
.accordion__item button b { width: 27px; height: 27px; border: 1px solid rgba(7,19,21,.18); display: grid; place-items: center; font-weight: 400; }
.accordion__item.open button b { border-color: var(--orange); color: var(--orange); }
.accordion__content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.accordion__content p { overflow: hidden; margin: 0 35px 0 49px; color: #6e7877; font-size: 13px; line-height: 1.75; transition: margin .35s; }
.accordion__item.open .accordion__content { grid-template-rows: 1fr; }
.accordion__item.open .accordion__content p { margin-bottom: 28px; }

.cta { height: 430px; position: relative; display: grid; place-items: center; color: #dce7e4; background: var(--ink); overflow: hidden; }
.cta__art { position: absolute; inset: 0; opacity: .42; background: linear-gradient(90deg, rgba(4,16,18,.55), rgba(4,16,18,.1)), url("assets/wpmods-hero.png") center 57% / cover no-repeat; filter: saturate(.8); }
.cta::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50%, transparent, rgba(4,16,18,.72)); }
.cta__content { position: relative; z-index: 1; text-align: center; }
.cta__content > span { display: block; margin-bottom: 18px; color: var(--accent); text-transform: uppercase; letter-spacing: .18em; font-size: 10px; font-weight: 700; }
.cta h2 { font-size: clamp(42px, 5vw, 65px); }
.cta .button { margin-top: 31px; }

.footer { padding: 56px 0 18px; color: #dce7e4; background: #040c0e; }
.footer__top { padding-bottom: 60px; display: grid; grid-template-columns: 1.5fr repeat(3, .6fr); gap: 50px; }
.footer__brand p { max-width: 280px; margin: 20px 0 0; color: rgba(255,255,255,.38); font-size: 12px; line-height: 1.7; }
.footer__links { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer__links strong { margin-bottom: 8px; color: rgba(255,255,255,.35); text-transform: uppercase; font-size: 9px; letter-spacing: .14em; }
.footer__links a { color: rgba(255,255,255,.68); font-size: 12px; transition: color .2s; }
.footer__links a:hover { color: var(--accent); }
.footer__bottom { padding-top: 18px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 34px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.25); font-size: 8px; letter-spacing: .025em; }
.footer__legal-notice { max-width: 1080px; margin: 0; color: #77716b; font-size: 8.5px; line-height: 1.7; }
.system-online { display: flex; align-items: center; gap: 7px; white-space: nowrap; text-transform: uppercase; letter-spacing: .08em; }
.system-online i { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 8px var(--accent); }

.overlay { position: fixed; inset: 0; z-index: 70; background: rgba(2,8,9,.75); backdrop-filter: blur(8px); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.overlay.show { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; z-index: 80; top: 0; right: 0; width: min(460px, 100%); height: 100%; display: flex; flex-direction: column; background: var(--paper); transform: translateX(102%); visibility: hidden; transition: transform .4s cubic-bezier(.76,0,.24,1), visibility .4s; }
.cart-drawer.open { transform: none; visibility: visible; }
.drawer__header { min-height: 94px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(7,19,21,.12); }
.drawer__header span, .drawer__header small { display: block; }
.drawer__header span { font: 600 24px var(--display); letter-spacing: -.04em; }
.drawer__header small { margin-top: 4px; color: #7b8685; font-size: 10px; }
.close-button { width: 34px; height: 34px; border: 1px solid rgba(7,19,21,.15); background: transparent; font-size: 23px; font-weight: 300; line-height: 1; }
.cart__body { flex: 1; padding: 20px 28px; overflow: auto; }
.cart__item { display: grid; grid-template-columns: 95px 1fr auto; gap: 15px; padding: 14px 0; border-bottom: 1px solid rgba(7,19,21,.1); }
.cart__thumb { height: 74px; }
.cart__info h4 { margin: 2px 0 5px; font: 600 14px var(--display); }
.cart__info > span { color: #7b8584; font-size: 9px; text-transform: uppercase; }
.cart__price { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }
.cart__price strong { font: 600 13px var(--display); }
.cart__remove { padding: 0; border: 0; background: transparent; color: #8b9594; font-size: 9px; text-decoration: underline; cursor: pointer; }
.cart__empty { flex: 1; padding: 60px 45px; display: none; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.cart__empty.show { display: flex; }
.cart__empty-icon { width: 65px; height: 65px; display: grid; place-items: center; margin-bottom: 20px; border: 1px solid rgba(7,19,21,.14); color: var(--orange); font-size: 30px; }
.cart__empty h3 { margin: 0 0 8px; font: 600 22px var(--display); }
.cart__empty p { margin: 0 0 25px; color: #7c8685; font-size: 13px; line-height: 1.6; }
.cart__footer { padding: 22px 28px 25px; border-top: 1px solid rgba(7,19,21,.12); background: #ecebe5; }
.cart__footer.hidden { display: none; }
.cart__notice { margin-bottom: 18px; padding: 10px 12px; display: flex; align-items: center; gap: 9px; color: #856323; border: 1px solid rgba(255,138,0,.25); background: rgba(255,138,0,.07); font-size: 10px; }
.cart__notice span { width: 17px; height: 17px; display: grid; place-items: center; border: 1px solid var(--orange); border-radius: 50%; color: var(--orange); font-weight: 700; }
.cart__total { margin-bottom: 17px; display: flex; align-items: end; justify-content: space-between; }
.cart__total span { color: #6f7978; font-size: 11px; }
.cart__total strong { font: 600 24px var(--display); }
.checkout-button { width: 100%; }
.cart__footer > small { display: block; margin-top: 10px; color: #8b9493; text-align: center; font-size: 8px; }

.modal { position: fixed; z-index: 90; top: 50%; left: 50%; width: min(450px, calc(100% - 30px)); padding: 42px; background: var(--paper); text-align: center; transform: translate(-50%, -46%) scale(.97); opacity: 0; visibility: hidden; transition: opacity .3s, transform .3s, visibility .3s; box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.modal.open { opacity: 1; visibility: visible; transform: translate(-50%, -50%) scale(1); }
.modal__close { position: absolute; right: 16px; top: 16px; }
.modal__brand { width: 66px; height: 66px; margin: 0 auto 24px; overflow: hidden; border-radius: 50%; border: 2px solid var(--orange); box-shadow: 0 0 0 6px rgba(255,138,0,.08); }
.modal__brand img { width: 100%; height: 100%; object-fit: cover; }
.modal__eyebrow { color: #75807f; text-transform: uppercase; letter-spacing: .16em; font-size: 8px; }
.modal h2 { margin: 9px 0 10px; font: 600 31px var(--display); letter-spacing: -.045em; }
.modal > p { margin: 0 auto; max-width: 330px; color: #74807f; font-size: 12px; line-height: 1.65; }
.login-options { margin-top: 28px; display: grid; gap: 10px; }
.provider { min-height: 67px; padding: 10px 15px; display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; border: 1px solid rgba(7,19,21,.14); background: transparent; text-align: left; cursor: pointer; transition: border .2s, transform .2s, background .2s; }
.provider:hover { transform: translateY(-2px); border-color: var(--accent); background: rgba(255,138,0,.05); }
.provider__icon { width: 42px; height: 42px; display: grid; place-items: center; color: #dce7e4; background: #5865f2; font: 700 20px var(--display); }
.provider--fivem .provider__icon { color: var(--ink); background: var(--orange); }
.provider strong, .provider small { display: block; }
.provider strong { font: 600 13px var(--display); }
.provider small { margin-top: 4px; color: #84908f; font-size: 9px; }
.provider b { font-weight: 400; }
.modal__terms { display: block; margin-top: 22px; color: #929a99; font-size: 8px; line-height: 1.5; }
.modal__terms a { text-decoration: underline; }
.profile-modal { width: min(560px, calc(100% - 30px)); text-align: left; }
.profile__header { display: flex; align-items: center; gap: 17px; padding-bottom: 24px; border-bottom: 1px solid rgba(7,19,21,.12); }
.profile__avatar { width: 62px; height: 62px; flex: 0 0 auto; display: grid; place-items: center; color: var(--ink); background: var(--accent); font: 700 19px var(--display); }
.profile__header span { color: var(--orange); text-transform: uppercase; letter-spacing: .12em; font-size: 8px; font-weight: 700; }
.profile__header h2 { margin: 4px 0 3px; font-size: 24px; }
.profile__header p { margin: 0; color: #83908f; font-size: 10px; }
.profile__section { padding-top: 24px; }
.profile__section-title { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; }
.profile__section-title h3 { margin: 0; font: 600 14px var(--display); }
.profile__section-title span { color: #84908f; font-size: 9px; }
.account-row { min-height: 58px; margin-top: 8px; padding: 9px 12px; display: grid; grid-template-columns: 36px 1fr auto; gap: 12px; align-items: center; border: 1px solid rgba(7,19,21,.12); }
.account-row__icon { width: 36px; height: 36px; display: grid; place-items: center; color: #dce7e4; background: #5865f2; font-weight: 700; }
.account-row--fivem .account-row__icon { color: var(--ink); background: var(--orange); }
.account-row strong, .account-row small { display: block; }
.account-row strong { font-size: 11px; }
.account-row small { color: #899291; font-size: 8px; margin-top: 3px; }
.account-row button, .account-status { padding: 7px 9px; border: 1px solid rgba(7,19,21,.14); background: transparent; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.account-row button { cursor: pointer; }
.account-status { color: #15756f; border-color: rgba(255,138,0,.3); background: rgba(255,138,0,.07); }
.profile__actions { margin-top: 25px; display: flex; justify-content: space-between; }
.toast { position: fixed; z-index: 110; left: 50%; bottom: 30px; min-width: 300px; max-width: calc(100% - 30px); padding: 12px 18px; display: flex; align-items: center; gap: 11px; color: #dce7e4; background: var(--ink); border: 1px solid rgba(255,138,0,.35); box-shadow: 0 15px 40px rgba(0,0,0,.28); transform: translate(-50%, 30px); opacity: 0; visibility: hidden; transition: .3s; }
.toast.show { transform: translate(-50%, 0); opacity: 1; visibility: visible; }
.toast > span { width: 22px; height: 22px; display: grid; place-items: center; background: var(--accent); color: var(--ink); font-size: 11px; font-weight: 800; }
.toast p { margin: 0; font-size: 11px; }

/* GSAP page motion */
.scroll-progress { position: fixed; z-index: 65; top: 0; right: 0; width: 2px; height: 100vh; background: rgba(158,201,198,.05); pointer-events: none; }
.scroll-progress i { display: block; width: 100%; height: 100%; background: linear-gradient(var(--accent), var(--orange)); transform: scaleY(0); transform-origin: top; box-shadow: 0 0 9px rgba(255,138,0,.55); }
.gsap-enhanced .reveal { transition: none; }
.gsap-enhanced .hero__media { animation: none; }
.gsap-enhanced .cursor-glow { transform: none; }
.gsap-enhanced .hero__media, .gsap-enhanced .hero__grid, .gsap-enhanced .cta__art { will-change: transform; }
.gsap-enhanced .feature-card__image, .gsap-enhanced .product__image { will-change: transform; backface-visibility: hidden; }
.gsap-enhanced .hero__copy, .gsap-enhanced .hero__metrics, .gsap-enhanced .hero__status { will-change: transform, opacity; }
.motion-line { display: block; overflow: clip; }
.motion-line > span { display: inline-block; will-change: transform; }
.motion-accent { position: absolute; pointer-events: none; border: 1px solid rgba(255,138,0,.15); transform-origin: center; }

/* Dark editorial theme */
body { color: #cbd8d5; background: var(--ink); }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; background: radial-gradient(circle at 20% 10%, rgba(255,138,0,.055), transparent 28%), radial-gradient(circle at 85% 65%, rgba(255,138,0,.04), transparent 25%), var(--ink); }
::selection { color: #031112; background: var(--accent); }
::-webkit-scrollbar { width: 9px; }
::-webkit-scrollbar-track { background: #050e10; }
::-webkit-scrollbar-thumb { border: 3px solid #050e10; background: #244244; }
::-webkit-scrollbar-thumb:hover { background: var(--accent); }
.cursor-glow { position: fixed; z-index: 2; left: 0; top: 0; width: 520px; height: 520px; border-radius: 50%; pointer-events: none; opacity: 0; background: radial-gradient(circle, rgba(255,138,0,.075), rgba(255,138,0,.018) 38%, transparent 68%); transform: translate3d(calc(var(--mouse-x, 50vw) - 50%), calc(var(--mouse-y, 50vh) - 50%), 0); transition: opacity .35s; }
body:hover .cursor-glow { opacity: 1; }
.manifesto, .featured, .catalog { background: var(--paper); }
.manifesto { position: relative; border-top: 1px solid rgba(255,138,0,.08); }
.manifesto::before, .catalog::before { content: ""; position: absolute; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,138,0,.22), transparent); }
.manifesto h2, .section-heading h2, .faq h2, .feature-card h3, .product h3, .catalog__empty h3 { color: #dce7e4; }
.manifesto__content .kicker, .manifesto__text, .section-heading > p, .product__description, .faq__intro p, .catalog__empty { color: #778c8b; }
.section-index { color: #57706f; }
.feature-card { border: 1px solid rgba(255,138,0,.12); background: #061113; }
.catalog__toolbar { border-color: rgba(158,201,198,.13); background: rgba(255,255,255,.018); }
.filter { color: #728685; }
.filter.active { color: #031112; background: var(--accent); }
.search-box { border-color: rgba(158,201,198,.13); }
.search-box input { color: #cbd8d5; }
.search-box input::placeholder { color: #516765; }
.product { padding: 8px 8px 18px; border: 1px solid transparent; transform-style: preserve-3d; transition: transform .18s ease-out, border-color .3s, background .3s; will-change: transform; }
.product:hover { border-color: rgba(255,138,0,.14); background: rgba(255,138,0,.025); }
.product__topline, .product__description, .product__price small { color: #718684; }
.product__rating { color: #91a3a1; }
.product__footer { border-color: rgba(158,201,198,.12); }
.product__add { color: #b9c8c5; border-color: rgba(158,201,198,.18); }
.product__quick { color: #061113; background: var(--accent); }
.product__quick:hover { background: var(--orange); }
.faq { position: relative; color: #cbd8d5; background: var(--paper-2); }
.accordion, .accordion__item { border-color: rgba(158,201,198,.14); }
.accordion__item button { color: #bfcfcb; }
.accordion__item button i, .accordion__content p { color: #708482; }
.accordion__item button b { border-color: rgba(158,201,198,.18); }
.button--ghost-dark { color: #bfcfcb; border-color: rgba(158,201,198,.22); }
.button--ghost-dark:hover { color: var(--accent); border-color: var(--accent); }
.footer { border-top: 1px solid rgba(255,138,0,.08); }
.cart-drawer, .modal { color: #cbd8d5; background: #091719; }
.drawer__header, .profile__header { border-color: rgba(158,201,198,.13); }
.drawer__header small, .cart__empty p, .profile__header p, .profile__section-title span { color: #718583; }
.close-button { color: #b8c9c5; border-color: rgba(158,201,198,.18); }
.close-button:hover { color: var(--accent); border-color: var(--accent); }
.cart__item, .cart__footer { border-color: rgba(158,201,198,.13); }
.cart__footer { background: #071315; }
.provider, .account-row { border-color: rgba(158,201,198,.15); }
.account-row button { color: #b6c6c3; }
.modal > p, .provider small, .modal__terms, .account-row small { color: #728684; }
.provider:hover { background: rgba(255,138,0,.04); }
.account-row button { border-color: rgba(158,201,198,.18); }
.toast { color: #cbd8d5; background: #071315; }

/* Language control */
.language-switcher { position: relative; }
.language-trigger { height: 42px; padding: 0 11px; display: flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.15); color: #c8d6d3; background: rgba(255,255,255,.035); cursor: pointer; transition: border-color .25s, background .25s; }
.language-trigger:hover, .language-switcher.open .language-trigger { border-color: var(--orange); background: rgba(255,138,0,.07); }
.language-trigger svg { width: 15px; fill: none; stroke: var(--orange); stroke-width: 1.5; }
.language-trigger span { font: 700 10px var(--display); letter-spacing: .08em; }
.language-trigger i { color: #6f8280; font-size: 10px; font-style: normal; transition: transform .25s; }
.language-switcher.open .language-trigger i { transform: rotate(180deg); }
.language-menu { position: absolute; top: calc(100% + 9px); right: 0; width: 155px; padding: 6px; border: 1px solid rgba(158,201,198,.15); background: rgba(5,16,18,.97); backdrop-filter: blur(18px); box-shadow: 0 18px 50px rgba(0,0,0,.35); opacity: 0; visibility: hidden; transform: translateY(-7px); transition: .22s; }
.language-switcher.open .language-menu { opacity: 1; visibility: visible; transform: none; }
.language-menu button { width: 100%; padding: 10px; display: flex; gap: 12px; border: 0; color: #778b89; background: transparent; text-align: left; font-size: 10px; cursor: pointer; }
.language-menu button:hover, .language-menu button.active { color: #d3dfdc; background: rgba(255,138,0,.07); }
.language-menu button span { width: 25px; color: var(--accent); font: 700 9px var(--display); }

/* Motion and depth */
.hero__grid { animation: gridFlow 18s linear infinite; }
@keyframes gridFlow { to { background-position: 76px 76px; } }
.hero h1 em, .manifesto h2 em, .section-heading h2 em, .faq h2 em, .cta h2 em { background-image: linear-gradient(100deg, var(--accent) 10%, #ffad4d 45%, var(--accent) 75%); background-size: 220% auto; -webkit-background-clip: text; background-clip: text; animation: textShimmer 6s ease-in-out infinite; }
.hero h1 em { -webkit-text-fill-color: transparent; }
@keyframes textShimmer { 0%,100% { background-position: 100% 50%; } 50% { background-position: 0 50%; } }
.button { position: relative; overflow: hidden; isolation: isolate; }
.button::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.3) 48%, transparent 72%); transform: translateX(-130%); transition: transform .65s ease; }
.button:hover::before { transform: translateX(130%); }
.feature-card, .benefit, .product__image { overflow: hidden; }
.feature-card::after, .benefit::after { content: ""; position: absolute; width: 190px; height: 190px; border-radius: 50%; background: rgba(255,138,0,.07); filter: blur(45px); opacity: 0; transform: translate(-50%,-50%); left: var(--hover-x, 50%); top: var(--hover-y, 50%); transition: opacity .3s; pointer-events: none; }
.feature-card { position: relative; }
.benefit { position: relative; }
.feature-card:hover::after, .benefit:hover::after { opacity: 1; }
.benefits__orb { animation: orbFloat 9s ease-in-out infinite; }
@keyframes orbFloat { 0%,100% { transform: translate3d(0,0,0) rotate(0); } 50% { transform: translate3d(25px,-18px,0) rotate(8deg); } }
.status-dot, .announcement__pulse { animation: livePulse 2.2s ease-out infinite; }
@keyframes livePulse { 0%,100% { box-shadow: 0 0 0 3px rgba(255,138,0,.1), 0 0 10px var(--accent); } 50% { box-shadow: 0 0 0 9px rgba(255,138,0,0), 0 0 20px var(--accent); } }
.product__badge { animation: badgeFloat 3.5s ease-in-out infinite; }
@keyframes badgeFloat { 50% { transform: translateY(-3px); } }

.reveal { opacity: 0; filter: blur(8px); transform: translateY(28px) scale(.99); transition: opacity .85s cubic-bezier(.2,.8,.2,1), transform .85s cubic-bezier(.2,.8,.2,1), filter .85s; }
.reveal.revealed { opacity: 1; transform: none; }
.reveal.revealed { filter: none; }
.reveal--delay { transition-delay: .15s; }
.gsap-enhanced .product.reveal { transition: border-color .3s, background .3s; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 48px, 880px); }
  .hero__status { display: none; }
  .manifesto__grid { grid-template-columns: 100px 1.3fr .7fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .faq__grid { gap: 55px; }
  .footer__top { grid-template-columns: 1.3fr repeat(3,.7fr); gap: 25px; }
}

@media (max-width: 780px) {
  :root { --shell: calc(100% - 32px); }
  .announcement { height: auto; min-height: 34px; }
  .announcement__inner { padding: 8px 0; gap: 8px; justify-content: flex-start; }
  .announcement__inner > span:not(.announcement__pulse), .announcement a { display: none; }
  .announcement strong { font-size: 9px; }
  .header { top: 34px; }
  .header.scrolled { top: 0; }
  .nav { height: 62px; }
  .nav__links { position: absolute; top: 62px; left: 0; right: 0; padding: 22px 18px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: rgba(5,17,19,.98); border-top: 1px solid rgba(255,255,255,.08); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s; }
  .nav__links.open { opacity: 1; visibility: visible; transform: none; }
  .nav__links a { padding: 15px 0; font-size: 14px; }
  .nav__links a::after { bottom: 0; right: auto; width: 25px; }
  .menu-toggle { display: grid; }
  .nav__actions { gap: 7px; }
  .language-trigger { width: 42px; padding: 0; justify-content: center; }
  .language-trigger svg, .language-trigger i { display: none; }
  .login-button { padding-right: 10px; }
  .login-button__text { display: none; }
  .brand__mark { width: 36px; height: 36px; }
  .hero { min-height: 680px; height: 100svh; }
  .hero__media { background: linear-gradient(90deg, rgba(3,12,14,.9), rgba(3,12,14,.3)), linear-gradient(0deg, #071315, transparent 50%), url("assets/wpmods-hero.png") 63% center / cover; opacity: .8; }
  .hero__content { padding-top: 148px; }
  .hero h1 { font-size: clamp(40px, 9vw, 56px); }
  .hero__copy > p { max-width: 460px; font-size: 14px; }
  .hero__metrics > div { width: auto; min-width: 105px; padding: 0 14px; }
  .hero__metrics > div:first-child { padding-left: 10px; }
  .hero__metrics strong { font-size: 21px; }
  .hero__scroll { display: none; }
  .section { padding: 76px 0; }
  .manifesto__grid { grid-template-columns: 1fr; gap: 24px; }
  .manifesto__text { max-width: 560px; }
  .feature-card { grid-template-columns: 1fr; }
  .feature-card__body { gap: 50px; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 40px; }
  .section-heading > p { max-width: 500px; }
  .faq__grid { grid-template-columns: 1fr; }
  .faq__intro p { max-width: 500px; }
  .footer__top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer__links:last-child { grid-column: 2; }
  .footer__bottom { gap: 15px; flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .brand__word { font-size: 17px; }
  .brand__mark { width: 32px; height: 32px; }
  .icon-button, .menu-toggle, .language-trigger { width: 38px; height: 38px; }
  .login-button { width: 38px; height: 38px; padding: 0; justify-content: center; }
  .login-button__icon { width: 24px; height: 24px; }
  .nav__actions { gap: 5px; }
  .hero__content { padding-top: 132px; }
  .eyebrow { margin-bottom: 17px; font-size: 8px; }
  .hero h1 { font-size: clamp(35px, 10.8vw, 43px); }
  .hero__copy > p { margin: 20px 0 23px; font-size: 13px; }
  .hero__actions { flex-direction: column; align-items: stretch; width: 100%; max-width: 280px; }
  .hero__actions .button { width: 100%; }
  .hero__metrics { bottom: 28px; width: 100%; }
  .hero__metrics > div { flex: 1; min-width: 0; padding: 0 8px; }
  .hero__metrics span { letter-spacing: .05em; font-size: 7px; }
  .manifesto h2, .section-heading h2, .faq h2 { font-size: 34px; }
  .feature-card__image { min-height: 280px; }
  .feature-card__body { padding: 27px 21px; }
  .feature-card h3 { font-size: 28px; }
  .feature-card__buy { grid-template-columns: 1fr; }
  .feature-card__buy .button { grid-column: 1; grid-row: 3; margin-top: 17px; }
  .catalog__toolbar { align-items: stretch; flex-direction: column; gap: 8px; }
  .filters { overflow-x: auto; padding-bottom: 2px; }
  .filter { flex: 0 0 auto; }
  .search-box { width: 100%; border: 1px solid rgba(7,19,21,.14); }
  .product-grid { grid-template-columns: 1fr; }
  .product__image { height: 240px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit { min-height: 230px; }
  .benefit__icon { margin-top: 30px; }
  .faq__grid { gap: 50px; }
  .accordion__item button { min-height: 70px; font-size: 13px; }
  .accordion__item button i { width: 34px; }
  .accordion__content p { margin-left: 34px; }
  .cta { height: 380px; }
  .cta h2 { font-size: 37px; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; margin-bottom: 20px; }
  .footer__links:last-child { grid-column: auto; }
  .footer__bottom > span:nth-child(2) { display: none; }
  .modal { padding: 38px 22px 28px; }
  .profile__section-title span { display: none; }
  .profile__actions { flex-direction: column-reverse; gap: 8px; }
  .profile__actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .scroll-progress, .cursor-glow { display: none; }
}

/* Minimal dark system — black, warm neutrals and orange */
html { background: #111111; }
body {
  color: #d8d4cf;
  background:
    radial-gradient(ellipse at 86% 8%, rgba(255,138,0,.11) 0%, rgba(255,138,0,.025) 28%, transparent 48%),
    radial-gradient(ellipse at 8% 58%, rgba(255,138,0,.065) 0%, transparent 38%),
    linear-gradient(145deg, #101010 0%, #15110d 48%, #0d0d0d 100%);
  background-attachment: fixed;
  letter-spacing: -.012em;
}
body::before { display: none; }
::selection { color: #17120c; background: #ff8a00; }
::-webkit-scrollbar-track { background: #0d0d0d; }
::-webkit-scrollbar-thumb { background: #3a3733; }
::-webkit-scrollbar-thumb:hover { background: #ff8a00; }

.cursor-glow,
.hero__grid,
.hero__glow,
.benefits::before,
.benefits__orb,
.motion-accent,
.feature-card::after,
.benefit::after { display: none; }

.announcement { color: #aaa59e; background: #0d0d0d; border-color: rgba(232,226,218,.08); text-transform: none; letter-spacing: .01em; }
.announcement__pulse,
.status-dot,
.system-online i { background: #ff8a00; box-shadow: none; animation: none; }
.announcement strong { color: #d8d4cf; }

.header { border-color: rgba(232,226,218,.1); }
.header.scrolled { background: rgba(17,17,17,.86); backdrop-filter: saturate(130%) blur(20px); }
.brand__mark { border-color: rgba(255,138,0,.45); box-shadow: none; }
.brand__word { color: #d8d4cf; letter-spacing: -.035em; }
.brand__word span,
.nav__links a.active,
.nav__links a:hover { color: #ff8a00; }
.nav__links a { color: #96918a; font-weight: 500; }
.nav__links a::after { height: 1px; background: #ff8a00; }
.icon-button,
.language-trigger,
.menu-toggle { color: #d0ccc6; border-color: rgba(232,226,218,.14); background: rgba(255,255,255,.025); border-radius: 999px; }
.icon-button:hover,
.language-trigger:hover,
.language-switcher.open .language-trigger { color: #ff8a00; border-color: rgba(255,138,0,.7); background: rgba(255,138,0,.08); }
.menu-toggle span { background: #ff8a00; }
.login-button { color: #17120c; border: 0; border-radius: 999px; background: #ff8a00; text-transform: none; letter-spacing: -.01em; }
.login-button:hover { color: #17120c; background: #ff9d2e; }
.login-button__icon { border-radius: 50%; background: rgba(17,17,17,.12); }

.hero { color: #d8d4cf; background: linear-gradient(135deg, rgba(14,14,14,.96), rgba(35,22,9,.42)); }
.hero__media { background: radial-gradient(circle at 76% 20%, rgba(255,138,0,.12), transparent 31%), linear-gradient(90deg, rgba(17,17,17,.97) 0%, rgba(27,20,13,.72) 48%, rgba(17,17,17,.2) 78%), linear-gradient(0deg, #111111 0%, transparent 34%), url("assets/wpmods-hero.png") center right / cover no-repeat; filter: saturate(.62) contrast(1.05); }
.eyebrow,
.product-type,
.cta__content > span { color: #ff9d2e; }
.eyebrow span { background: #ff8a00; }
.hero h1,
.section-heading h2,
.manifesto h2,
.faq h2,
.cta h2 { font-weight: 400; letter-spacing: -.025em; }

/* AKIRA is intentionally wide; keep the long English hero word inside the viewport. */
html[lang="en"] .hero__copy { max-width: 760px; }
html[lang="en"] .hero h1 em {
  display: inline-block;
  max-width: 100%;
  font-size: .78em;
  letter-spacing: -.04em;
  white-space: nowrap;
}
.hero h1 em,
.manifesto h2 em,
.section-heading h2 em,
.section-heading--light h2 em,
.faq h2 em,
.cta h2 em { color: #ff8a00; background: none; animation: none; -webkit-text-fill-color: currentColor; -webkit-text-stroke: 0; text-shadow: none; }
.hero__copy > p { color: #aaa59e; line-height: 1.58; }
.hero__status { border-color: rgba(232,226,218,.12); border-radius: 16px; background: rgba(20,20,20,.68); backdrop-filter: blur(18px); }
.hero__status small,
.hero__metrics span,
.hero__scroll { color: #817d77; }
.hero__scroll i { background: linear-gradient(#ff8a00, transparent); }

.button { min-height: 44px; padding-inline: 19px; border-radius: 999px; text-transform: none; letter-spacing: -.005em; font-size: 11px; font-weight: 600; }
.button::before { display: none; }
.button--primary { color: #17120c; background: #ff8a00; box-shadow: none; }
.button--primary:hover { color: #17120c; background: #ff9d2e; }
.button--ghost,
.button--ghost-dark { color: #d0ccc6; border-color: rgba(232,226,218,.18); background: transparent; }
.button--ghost:hover,
.button--ghost-dark:hover { color: #ff9d2e; border-color: rgba(255,138,0,.72); background: rgba(255,138,0,.05); }
.button__arrow { border-color: rgba(17,17,17,.24); }

.section { padding-block: 108px; }
.manifesto,
.featured,
.catalog { background: transparent; }
.manifesto { border-color: rgba(232,226,218,.08); }
.manifesto::before,
.catalog::before { display: none; }
.manifesto h2,
.section-heading h2,
.faq h2,
.feature-card h3,
.product h3,
.catalog__empty h3 { color: #d8d4cf; }
.section-index,
.manifesto__content .kicker { color: #77736d; }
.manifesto__text,
.section-heading > p,
.product__description,
.faq__intro p,
.catalog__empty { color: #918c85; }

.feature-card { color: #d8d4cf; border-color: rgba(232,226,218,.1); border-radius: 28px; background: #171717; box-shadow: none; }
.feature-card__image::after,
.product__image::after { background: linear-gradient(180deg, transparent 52%, rgba(17,17,17,.78)); }
.feature-card__badges span,
.product__badge { color: #17120c; background: #ff8a00; border-radius: 999px; }
.feature-card__body { border-color: rgba(232,226,218,.1); }
.feature-card p,
.feature-card__buy > span { color: #928d86; }
.tags span { color: #aaa59e; border-color: rgba(232,226,218,.14); border-radius: 999px; }
.feature-card__buy { border-color: rgba(232,226,218,.1); }

.catalog__toolbar { padding: 8px; border: 1px solid rgba(232,226,218,.1); border-radius: 18px; background: #171717; }
.filter { color: #8c8780; border-radius: 999px; text-transform: none; letter-spacing: 0; }
.filter.active { color: #17120c; background: #ff8a00; }
.filter-indicator { border-radius: 999px; background: #ff8a00; box-shadow: none; }
.search-box { border-color: rgba(232,226,218,.1); }
.search-box svg { stroke: #77736d; }
.search-box input { color: #d0ccc6; }
.search-box input::placeholder { color: #68645f; }

.product-grid { gap: 28px 18px; }
.product { border-radius: 22px; border-color: transparent; }
.product:hover { border-color: rgba(255,138,0,.28); background: #171717; }
.product__image { border-radius: 17px; background-color: #1c1c1c; }
.product__quick,
.product__add:hover { color: #17120c; border-color: #ff8a00; background: #ff8a00; }
.product__quick:hover { background: #ff9d2e; }
.product__topline,
.product__description,
.product__price small,
.product__rating { color: #88837c; }
.product__footer,
.product__add { border-color: rgba(232,226,218,.12); }
.product__add { color: #c5c0b9; border-radius: 50%; }

.benefits { color: #d8d4cf; background: linear-gradient(125deg, rgba(13,13,13,.98) 8%, rgba(31,19,8,.94) 58%, rgba(13,13,13,.98) 100%); }
.section-heading--light .section-index,
.benefit__index { color: #706c67; }
.section-heading--light > p,
.benefit p { color: #918c85; }
.benefit-grid { gap: 16px; border: 0; }
.benefit { min-height: 260px; border: 1px solid rgba(232,226,218,.09); border-radius: 22px; background: #171717; }
.benefit:hover { background: #1b1b1b; border-color: rgba(255,138,0,.24); }
.benefit__icon { color: #ff8a00; border-color: rgba(255,138,0,.38); border-radius: 50%; }

.faq { color: #d8d4cf; background: radial-gradient(ellipse at 12% 40%, rgba(255,138,0,.075), transparent 35%), rgba(18,18,18,.86); }
.accordion,
.accordion__item { border-color: rgba(232,226,218,.11); }
.accordion__item button { color: #d0ccc6; }
.accordion__item button i,
.accordion__content p { color: #8f8a83; }
.accordion__item button b { color: #ff8a00; border-color: rgba(232,226,218,.15); border-radius: 50%; }

.cta { color: #d8d4cf; background: linear-gradient(115deg, rgba(13,13,13,.97), rgba(40,24,8,.76), rgba(13,13,13,.96)); }
.cta__art { opacity: .35; background: linear-gradient(90deg, rgba(17,17,17,.68), rgba(17,17,17,.3)), url("assets/wpmods-hero.png") center 57% / cover no-repeat; filter: grayscale(.55) saturate(.55); }
.cta::after { background: radial-gradient(circle at 50%, transparent, rgba(17,17,17,.78)); }

.footer { color: #d0ccc6; background: linear-gradient(120deg, #0d0d0d, #17110b); border-color: rgba(232,226,218,.08); }
.footer__brand p,
.footer__links a,
.footer__bottom { color: #858078; }
.footer__links a:hover { color: #ff8a00; }

.overlay { background: rgba(0,0,0,.76); }
.cart-drawer,
.modal { color: #d0ccc6; background: #171717; }
.modal { border-radius: 26px; }
.drawer__header,
.profile__header,
.cart__item,
.cart__footer { border-color: rgba(232,226,218,.1); }
.drawer__header small,
.cart__empty p,
.profile__header p,
.profile__section-title span,
.modal > p,
.provider small,
.modal__terms,
.account-row small { color: #88837c; }
.cart__footer { background: #111111; }
.close-button,
.provider,
.account-row,
.account-row button { color: #c8c3bc; border-color: rgba(232,226,218,.13); border-radius: 14px; }
.close-button { border-radius: 50%; }
.close-button:hover,
.account-row button:hover { color: #ff8a00; border-color: rgba(255,138,0,.6); }
.provider:hover { border-color: rgba(255,138,0,.45); background: rgba(255,138,0,.06); }
.profile__avatar,
.toast > span { color: #17120c; background: #ff8a00; }
.profile__avatar { border-radius: 18px; }
.account-status { color: #ffad4d; border-color: rgba(255,138,0,.3); background: rgba(255,138,0,.08); }
.toast { color: #d0ccc6; border-color: rgba(255,138,0,.4); border-radius: 16px; background: #171717; }

.language-menu { border-color: rgba(232,226,218,.12); border-radius: 14px; background: rgba(23,23,23,.96); }
.language-menu button { color: #8f8a83; border-radius: 9px; }
.language-menu button:hover,
.language-menu button.active { color: #d8d4cf; background: rgba(255,138,0,.09); }
.language-menu button span,
.language-trigger svg { color: #ff8a00; stroke: #ff8a00; }

.scroll-progress i { background: #ff8a00; box-shadow: none; }
.scroll-progress { background: rgba(232,226,218,.04); }

@media (max-width: 780px) {
  .nav__links { background: rgba(17,17,17,.98); border-color: rgba(232,226,218,.08); }
  .hero__media { background: radial-gradient(circle at 66% 18%, rgba(255,138,0,.11), transparent 34%), linear-gradient(90deg, rgba(17,17,17,.94), rgba(29,21,13,.52)), linear-gradient(0deg, #111111, transparent 50%), url("assets/wpmods-hero.png") 63% center / cover; }
  html[lang="en"] .hero h1 em { font-size: .73em; }
}

@media (max-width: 560px) {
  .section { padding-block: 76px; }
  .search-box { border-color: rgba(232,226,218,.12); border-radius: 12px; }
  html[lang="en"] .hero h1 em { font-size: .66em; }
}

/* SVGPack — colorable icon system and playful interaction layer */
.svg-icon {
  --svg-size: 20px;
  --svg-filter: brightness(0) saturate(100%) invert(55%) sepia(99%) saturate(3015%) hue-rotate(359deg) brightness(102%) contrast(104%);
  display: inline-block;
  width: var(--svg-size);
  height: var(--svg-size);
  flex: 0 0 auto;
  background-color: transparent;
  background-image: var(--svg-icon);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: var(--svg-filter);
}
.svg-icon--add { --svg-icon: url("SVGPack/add-square-svgrepo-com.svg"); }
.svg-icon--arrow { --svg-icon: url("SVGPack/arrow-to-down-left-svgrepo-com.svg"); }
.svg-icon--blender { --svg-icon: url("SVGPack/blender-svgrepo-com.svg"); }
.svg-icon--cart-check { --svg-icon: url("SVGPack/cart-check-svgrepo-com.svg"); }
.svg-icon--cart-cross { --svg-icon: url("SVGPack/cart-cross-svgrepo-com.svg"); }
.svg-icon--cart { --svg-icon: url("SVGPack/cart-large-2-svgrepo-com.svg"); }
.svg-icon--cart-plus { --svg-icon: url("SVGPack/cart-plus-svgrepo-com.svg"); }
.svg-icon--check { --svg-icon: url("SVGPack/check-circle-svgrepo-com.svg"); }
.svg-icon--course { --svg-icon: url("SVGPack/course-up-svgrepo-com.svg"); }
.svg-icon--danger { --svg-icon: url("SVGPack/danger-circle-svgrepo-com.svg"); }
.svg-icon--discord { --svg-icon: url("SVGPack/discord-svgrepo-com.svg"); }
.svg-icon--mail { --svg-icon: url("SVGPack/mailru-svgrepo-com.svg"); }
.svg-icon--bin { --svg-icon: url("SVGPack/paper-bin-svgrepo-com.svg"); }
.svg-icon--photoshop { --svg-icon: url("SVGPack/photoshop-svgrepo-com.svg"); }
.svg-icon--stars { --svg-icon: url("SVGPack/stars-minimalistic-svgrepo-com.svg"); }
.svg-icon--thunder { --svg-icon: url("SVGPack/thunder-svgrepo-com.svg"); }
.svg-icon--youtube { --svg-icon: url("SVGPack/youtube-svgrepo-com.svg"); }

.hero__metrics .metric-star {
  --svg-size: .95em;
  display: inline-block;
  margin-top: 0;
  margin-left: 4px;
  font-size: inherit;
  vertical-align: -.04em;
}
.announcement__icon { --svg-size: 15px; color: #ff8a00; }
.cart-trigger__icon { --svg-size: 19px; }
.icon-button > .svg-icon { transition: filter .2s ease, transform .2s ease; }
.button--with-icon { gap: 10px; }
.button--with-icon .svg-icon { --svg-size: 17px; color: #ff8a00; }
.hero__content { z-index: 3; }

.feature-card__tools { position: absolute; z-index: 3; right: 22px; bottom: 22px; display: flex; gap: 8px; }
.feature-tool { min-width: 48px; height: 48px; padding: 0 13px; display: flex; align-items: center; gap: 9px; color: #ff9d2e; border: 1px solid rgba(255,138,0,.24); border-radius: 999px; background: rgba(17,17,17,.78); backdrop-filter: blur(14px); will-change: transform; }
.feature-tool .svg-icon { --svg-size: 20px; }
.feature-tool small { color: #aaa59e; font-size: 7px; font-weight: 700; letter-spacing: .1em; }

.product__category-chip { position: absolute; z-index: 2; top: 13px; right: 13px; min-height: 32px; padding: 6px 11px; display: inline-flex; align-items: center; color: #d9d2ca; border: 1px solid rgba(255,138,0,.62); border-radius: 8px; background: rgba(15,15,15,.78); box-shadow: inset 0 1px 0 rgba(255,196,121,.08), 0 8px 24px rgba(0,0,0,.26); backdrop-filter: blur(12px); pointer-events: none; will-change: transform; }
.product__category-chip b { color: #ff9d2e; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product__quick .svg-icon { --svg-size: 21px; }
.product__add .svg-icon { --svg-size: 18px; }
.product__quick .svg-icon,
.product__add:hover .svg-icon,
.button--primary .svg-icon,
.provider__icon .svg-icon,
.account-row__icon .svg-icon,
.toast__icon .svg-icon { --svg-filter: brightness(0) saturate(100%); }

.benefit__icon { overflow: hidden; }
.benefit__icon .svg-icon { --svg-size: 25px; will-change: transform; }

.footer__socials a { display: flex; align-items: center; gap: 9px; }
.footer__socials a .svg-icon { --svg-size: 14px; opacity: .62; transition: opacity .2s ease, filter .2s ease; }
.footer__socials a:hover .svg-icon { opacity: 1; }

.cart__empty-icon { border-radius: 20px; background: rgba(255,138,0,.07); }
.cart__empty-icon .svg-icon { --svg-size: 31px; }
.cart__notice .svg-icon { --svg-size: 18px; border: 0; border-radius: 0; color: #ff9d2e; }
.cart__remove { display: inline-flex; align-items: center; gap: 5px; text-decoration: none; }
.cart__remove .svg-icon { --svg-size: 13px; }

.provider__icon,
.account-row__icon { color: #17120c; border-radius: 13px; background: #ff8a00; }
.provider__icon .svg-icon { --svg-size: 23px; }
.account-row__icon .svg-icon { --svg-size: 20px; }
.provider--discord .provider__icon,
.account-row:not(.account-row--fivem) .account-row__icon { color: #ff9d2e; background: rgba(255,138,0,.1); }
.provider--discord .provider__icon .svg-icon,
.account-row:not(.account-row--fivem) .account-row__icon .svg-icon { --svg-filter: brightness(0) saturate(100%) invert(55%) sepia(99%) saturate(3015%) hue-rotate(359deg) brightness(102%) contrast(104%); }
.toast__icon .svg-icon { --svg-size: 15px; }

.gsap-enhanced .feature-tool,
.gsap-enhanced .product__category-chip,
.gsap-enhanced .benefit__icon .svg-icon { will-change: transform, opacity; }

@media (max-width: 1050px) {
  .feature-tool small { display: none; }
  .feature-tool { min-width: 44px; padding: 0 11px; }
}

@media (max-width: 780px) {
  .section,
  .benefits { padding-block: 82px; }
  .feature-card__tools { right: 14px; bottom: 14px; }
}

@media (max-width: 560px) {
  .section,
  .benefits { padding-block: 76px; }
  .benefit { min-height: 230px; }
  .announcement__icon { --svg-size: 13px; }
  .feature-card__tools { gap: 6px; }
  .feature-tool { min-width: 40px; height: 40px; }
  .feature-tool .svg-icon { --svg-size: 18px; }
  .product__category-chip { top: 10px; right: 10px; min-height: 31px; padding: 5px 8px; }
  .product__category-chip b { font-size: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  .feature-tool,
  .product__category-chip,
  .benefit__icon .svg-icon { will-change: auto; }
}

/* Two-level catalog navigation: platform -> subcategory */
.catalog__toolbar {
  min-height: 112px;
  padding: 12px 14px;
  align-items: center;
  gap: 24px;
}

.category-browser {
  min-width: 0;
  display: grid;
  gap: 10px;
}

.filters {
  position: relative;
  isolation: isolate;
  width: max-content;
  padding: 4px;
  gap: 4px;
  border: 1px solid rgba(232,226,218,.1);
  border-radius: 999px;
  background: #111111;
}

.platform-filter,
.subfilter {
  border: 0;
  font-family: var(--body);
  cursor: pointer;
  white-space: nowrap;
}

.platform-filter {
  position: relative;
  z-index: 1;
  min-width: 108px;
  height: 40px;
  padding: 0 18px;
  color: #8f8a83;
  border-radius: 999px;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .015em;
  transition: color .24s ease, background .24s ease;
}

.platform-filter span,
.subfilter span {
  margin-left: 6px;
  color: #68645f;
  font-size: 8px;
  vertical-align: super;
  transition: color .24s ease;
}

.platform-filter.active {
  color: #ffffff;
  background: #ff8a00;
}

.platform-filter.active span { color: rgba(255,255,255,.74); }
.gsap-enhanced .platform-filter.active { background: transparent; }

.filter-indicator {
  top: 4px;
  bottom: 4px;
  height: auto;
}

.subcategory-row {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.subcategory-label {
  flex: 0 0 auto;
  color: #625e59;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.subfilters {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.subfilter {
  min-height: 29px;
  padding: 0 11px;
  color: #89847d;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  font-size: 10px;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.subfilter b { font-weight: 600; }
.subfilter:hover { color: #d8d4cf; border-color: rgba(255,138,0,.24); }
.subfilter.active { color: #ff9d2e; border-color: rgba(255,138,0,.35); background: rgba(255,138,0,.085); }
.subfilter.active span { color: #ff8a00; }

@media (max-width: 780px) {
  .catalog__toolbar { align-items: stretch; flex-direction: column; gap: 12px; }
  .category-browser { width: 100%; }
  .subcategory-row { align-items: flex-start; flex-direction: column; gap: 7px; }
  .subfilters { width: 100%; overflow-x: auto; padding-bottom: 3px; scrollbar-width: none; }
  .subfilters::-webkit-scrollbar { display: none; }
  .search-box { width: 100%; min-height: 42px; border: 1px solid rgba(232,226,218,.1); border-radius: 12px; }
}

@media (max-width: 560px) {
  .catalog__toolbar { padding: 10px; }
  .filters { width: 100%; }
  .platform-filter { flex: 1; min-width: 0; }
  .subcategory-label { padding-left: 4px; }
}

/* Fluid glass treatment for the hero actions */
.hero__actions {
  --fluid-intensity: .15;
  position: relative;
  isolation: isolate;
}

.hero__actions::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -20px;
  top: 50%;
  width: 270px;
  height: 84px;
  border-radius: 999px;
  background: radial-gradient(ellipse, rgba(255,138,0,.2), rgba(255,138,0,.055) 45%, transparent 72%);
  filter: blur(18px);
  opacity: .28;
  transform: translateY(-50%);
  pointer-events: none;
}

.hero__actions .button {
  position: relative;
  min-height: 46px;
  padding-inline: 22px;
  overflow: hidden;
  border-radius: 15px;
  isolation: isolate;
  font-size: 12px;
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  transition: color .3s ease, border-color .3s ease, background .3s ease, box-shadow .35s ease, transform .35s cubic-bezier(.2,.8,.2,1);
}

.hero__actions .button::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 1px 2px auto;
  display: block;
  height: 54%;
  border-radius: 13px 13px 45% 45%;
  background: linear-gradient(180deg, rgba(255,235,211,.36), rgba(255,176,82,.08) 62%, transparent);
  opacity: var(--fluid-intensity);
  transform: none;
  transition: opacity .3s ease, transform .45s cubic-bezier(.2,.8,.2,1);
  pointer-events: none;
}

.hero__actions .button::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -80%;
  left: -28%;
  width: 54%;
  height: 250%;
  border-radius: 50%;
  background: linear-gradient(105deg, transparent, rgba(255,232,204,.3), transparent);
  opacity: 0;
  transform: rotate(18deg) translateX(-40%);
  transition: opacity .28s ease, transform .65s cubic-bezier(.2,.8,.2,1);
  pointer-events: none;
}

.hero__actions .button > * {
  position: relative;
  z-index: 1;
}

.hero__actions .button--primary {
  border: 1px solid rgba(255,190,113,.58);
  background: linear-gradient(145deg, #ff9f2e 0%, #ff8700 48%, #dd6800 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,231,201,.54),
    inset 0 -10px 18px rgba(116,43,0,.16),
    0 10px 28px rgba(255,112,0,.2),
    0 2px 7px rgba(0,0,0,.28);
}

.hero__actions .button--ghost {
  color: #d8d4cf;
  border-color: rgba(255,220,180,.16);
  background: linear-gradient(145deg, rgba(255,205,145,.075), rgba(31,27,23,.28));
  box-shadow:
    inset 0 1px 0 rgba(255,226,191,.1),
    inset 0 -8px 16px rgba(0,0,0,.13),
    0 7px 22px rgba(0,0,0,.18);
}

.hero__actions .button--ghost::before { opacity: .1; }
.hero__actions .button:hover::after { opacity: var(--fluid-intensity); transform: rotate(18deg) translateX(260%); }
.hero__actions .button:hover::before { opacity: var(--fluid-intensity); transform: translateY(1px) scaleX(.98); }

.hero__actions .button--primary:hover {
  background: linear-gradient(145deg, #ffad42 0%, #ff8a00 48%, #e66c00 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,237,215,.64),
    inset 0 -8px 16px rgba(116,43,0,.12),
    0 12px 34px rgba(255,122,0,.28),
    0 3px 8px rgba(0,0,0,.25);
}

.hero__actions .button--ghost:hover {
  color: #ffad4d;
  border-color: rgba(255,154,35,.42);
  background: linear-gradient(145deg, rgba(255,154,35,.13), rgba(30,25,20,.38));
  box-shadow: inset 0 1px 0 rgba(255,210,157,.14), 0 10px 28px rgba(0,0,0,.2);
}

.hero__actions .button:active {
  transform: translateY(1px) scale(.985);
  transition-duration: .1s;
}

/* Higher legibility for FAQ copy without introducing pure white */
.faq .accordion__item button {
  color: #e5ded5;
  font-size: 15px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.faq .accordion__item button i {
  color: #aaa198;
  font-weight: 600;
}

.faq .accordion__content p {
  color: #bbb2a8;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

.faq .accordion__item button b {
  color: #ff9d2e;
  border-color: rgba(255,157,46,.3);
}

@media (prefers-reduced-motion: reduce) {
  .hero__actions .button::after { display: none; }
}

/* In-page product experience */
.product[data-product-view] { cursor: pointer; }
.product[data-product-view]:focus-visible { outline: 2px solid #ff8a00; outline-offset: 5px; }
.product[data-product-view] button { cursor: pointer; }

.product-view {
  position: fixed;
  z-index: 100;
  inset: 0;
  padding: 14px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s ease, visibility .28s ease;
}

.product-view.open { opacity: 1; visibility: visible; pointer-events: auto; }
.product-view__backdrop { position: absolute; inset: 0; border: 0; background: rgba(0,0,0,.82); backdrop-filter: blur(12px); cursor: default; }

.product-view__dialog {
  position: relative;
  width: min(1420px, 100%);
  height: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  color: #d8d4cf;
  border: 1px solid rgba(255,138,0,.18);
  border-radius: 24px;
  outline: none;
  background:
    radial-gradient(ellipse at 78% 3%, rgba(255,138,0,.09), transparent 31%),
    linear-gradient(145deg, #0d0d0d, #15110d 52%, #0c0c0c);
  box-shadow: 0 34px 100px rgba(0,0,0,.58);
  transform: translateY(18px) scale(.985);
  transition: transform .38s cubic-bezier(.2,.8,.2,1);
  scrollbar-color: #3a2a1b #0d0d0d;
}

.product-view.open .product-view__dialog { transform: none; }

.product-view__header {
  position: sticky;
  z-index: 15;
  top: 0;
  min-height: 70px;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(232,226,218,.09);
  background: rgba(13,13,13,.82);
  backdrop-filter: blur(20px) saturate(130%);
}

.product-view__header .brand__mark { width: 34px; height: 34px; }
.product-view__close { width: 40px; height: 40px; display: grid; place-items: center; color: #d8d4cf; border: 1px solid rgba(232,226,218,.14); border-radius: 50%; background: rgba(255,255,255,.025); cursor: pointer; font-size: 22px; transition: .2s ease; }
.product-view__close:hover { color: #17120c; border-color: #ff8a00; background: #ff8a00; transform: rotate(6deg); }
.product-view__content { width: min(1320px, calc(100% - 56px)); margin: 0 auto; padding: 26px 0 70px; }

.product-detail__breadcrumb { margin: 2px 0 24px; display: flex; align-items: center; gap: 9px; color: #6f6a64; font-size: 10px; letter-spacing: .04em; }
.product-detail__breadcrumb i { color: #ff8a00; font-style: normal; }
.product-detail__breadcrumb strong { color: #b6afa7; font-weight: 600; }

.product-detail__grid { display: grid; grid-template-columns: minmax(0, 1.38fr) minmax(330px, .82fr); gap: 30px; align-items: start; }
.product-detail__gallery { position: relative; min-width: 0; }
.product-detail__stage { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgba(255,138,0,.2); border-radius: 22px; background: #151515; box-shadow: 0 22px 60px rgba(0,0,0,.25); }
.product-detail__stage::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 1px 0 rgba(255,210,157,.08); }
.product-detail__image { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 30px; transition: transform .6s ease; }
.product-detail__stage:hover .product-detail__image { transform: scale(1.018); }
.product-detail__image::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(7,7,7,.88)); }
.product-detail__image > * { position: relative; z-index: 1; }
.product-detail__image span { margin-bottom: 8px; color: #ff9d2e; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.product-detail__image strong { max-width: 90%; color: #e5ded5; font: 600 clamp(28px, 4vw, 55px)/.95 var(--display); letter-spacing: -.035em; }
.product-detail__video { position: absolute; inset: 0; background: #090909; }
.product-detail__video iframe { width: 100%; height: 100%; border: 0; display: block; }

.product-detail__nav { position: absolute; z-index: 5; top: calc(50% - 40px); width: 42px; height: 42px; display: grid; place-items: center; color: #ddd6cd; border: 1px solid rgba(232,226,218,.14); border-radius: 50%; background: rgba(13,13,13,.72); backdrop-filter: blur(12px); cursor: pointer; font-size: 26px; transition: .2s ease; }
.product-detail__nav:hover { color: #17120c; border-color: #ff8a00; background: #ff8a00; }
.product-detail__nav--prev { left: 14px; }
.product-detail__nav--next { right: 14px; }
.product-detail__count { position: absolute; z-index: 5; top: 14px; right: 14px; padding: 7px 10px; color: #d8d4cf; border: 1px solid rgba(232,226,218,.12); border-radius: 999px; background: rgba(13,13,13,.72); backdrop-filter: blur(10px); font-size: 9px; font-weight: 700; }

.product-detail__thumbs { margin-top: 10px; display: grid; grid-template-columns: repeat(5, minmax(76px, 1fr)); gap: 8px; }
.product-detail__thumb { position: relative; aspect-ratio: 16 / 9; overflow: hidden; padding: 0; color: #ff8a00; border: 1px solid rgba(232,226,218,.1); border-radius: 10px; background: #151515; cursor: pointer; transition: border-color .2s ease, opacity .2s ease, transform .2s ease; opacity: .62; }
.product-detail__thumb:hover { opacity: .88; transform: translateY(-2px); }
.product-detail__thumb.active { opacity: 1; border-color: #ff8a00; box-shadow: 0 0 0 1px rgba(255,138,0,.16); }
.product-detail__thumb > .scene { position: absolute; inset: 0; display: block; }
.product-detail__thumb > .svg-icon { --svg-size: 24px; margin: 0 auto 3px; }
.product-detail__thumb > b { display: block; color: #aaa39a; font-size: 7px; }
.product-detail__meta { min-height: 38px; display: flex; align-items: center; gap: 10px; color: #77716b; font-size: 10px; }
.product-detail__meta b { color: #d8d4cf; }
.product-detail__meta b::first-letter { color: #ff8a00; }

.product-detail__purchase { position: sticky; top: 94px; padding: 30px; border: 1px solid rgba(255,138,0,.22); border-radius: 22px; background: rgba(18,18,18,.84); backdrop-filter: blur(18px); box-shadow: inset 0 1px 0 rgba(255,205,145,.05), 0 22px 60px rgba(0,0,0,.2); }
.product-detail__eyebrow { display: block; margin-bottom: 10px; color: #ff9d2e; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-detail__purchase h2 { margin: 0; color: #e7e0d8; font: 600 clamp(30px, 3.6vw, 48px)/1 var(--display); letter-spacing: -.04em; }
.product-detail__purchase > p { margin: 16px 0 24px; color: #a49d95; font-size: 13px; line-height: 1.7; }
.product-detail__price { padding-top: 22px; display: flex; align-items: baseline; gap: 10px; border-top: 1px solid rgba(232,226,218,.1); }
.product-detail__price strong { color: #e9e2da; font: 600 33px/1 var(--display); }
.product-detail__price small { color: #6f6963; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.product-detail__availability { margin: 14px 0 20px; display: flex; align-items: center; gap: 9px; color: #ff9d2e; font-size: 10px; }
.product-detail__availability .status-dot { width: 5px; height: 5px; }
.product-detail__purchase > .button { width: 100%; margin-top: 9px; }
.product-detail__buy { color: #aaa39a; border-color: rgba(232,226,218,.13); }
.product-detail__promises { margin: 22px 0 0; padding: 20px 0 0; display: grid; gap: 13px; border-top: 1px solid rgba(232,226,218,.1); list-style: none; }
.product-detail__promises li { display: flex; align-items: center; gap: 10px; color: #918a83; font-size: 10px; }
.product-detail__promises .svg-icon { --svg-size: 15px; }
.product-detail__compatibility { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(232,226,218,.1); }
.product-detail__compatibility > span { color: #716b65; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-detail__compatibility > div { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 6px; }
.product-detail__compatibility b { padding: 6px 8px; color: #aaa39a; border: 1px solid rgba(232,226,218,.11); border-radius: 6px; background: rgba(255,255,255,.02); font-size: 8px; letter-spacing: .06em; }

.product-detail__overview,
.product-detail__reviews,
.product-detail__bundle { margin-top: 70px; }
.product-detail__section-heading > span { color: #ff9d2e; font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.product-detail__section-heading h3 { margin: 7px 0 0; color: #e4ddd5; font: 600 clamp(25px, 3vw, 38px)/1.05 var(--display); letter-spacing: -.035em; }
.product-detail__section-heading p { max-width: 680px; margin: 13px 0 0; color: #918a83; font-size: 12px; line-height: 1.7; }
.product-detail__included { margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.product-detail__included article { min-height: 96px; padding: 20px; display: flex; align-items: center; gap: 14px; border: 1px solid rgba(232,226,218,.1); border-radius: 15px; background: rgba(20,20,20,.72); }
.product-detail__included article > .svg-icon { --svg-size: 22px; }
.product-detail__included strong { display: block; color: #d8d1c9; font-size: 11px; }
.product-detail__included small { display: block; margin-top: 5px; color: #746e68; font-size: 8px; }
.product-reviews__list { margin-top: 24px; display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }.product-reviews__list > p { color:#77716b; font-size:11px; }.product-review { padding:20px; border:1px solid rgba(232,226,218,.1); border-radius:15px; background:rgba(20,20,20,.72); }.product-review > div { display:flex; justify-content:space-between; gap:12px; }.product-review strong { color:#e0d9d1; font-size:11px; }.product-review div span { color:#ff9d2e; font-size:10px; letter-spacing:.06em; }.product-review h4 { margin:14px 0 6px; color:#cbc4bc; font-size:11px; }.product-review p { margin:0; color:#8d867f; font-size:10px; line-height:1.6; }.product-review small { display:block; margin-top:14px; color:#5fc797; font-size:8px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; }.product-review-form { margin-top:18px; padding:22px; border:1px solid rgba(255,138,0,.2); border-radius:17px; background:rgba(17,17,17,.78); }.product-review-form h4 { margin:0; color:#ded7cf; font-size:14px; }.product-review-form > p { margin:6px 0 17px; color:#746e68; font-size:9px; }.product-review-form > div { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }.product-review-form label { display:grid; gap:7px; color:#8f8881; font-size:9px; font-weight:700; }.product-review-form input,.product-review-form select,.product-review-form textarea { width:100%; border:1px solid rgba(232,226,218,.12); border-radius:8px; outline:0; color:#ded7cf; background:#0e0e0e; font:400 11px Arial,sans-serif; }.product-review-form input,.product-review-form select { min-height:40px; padding:0 11px; }.product-review-form textarea { padding:11px; resize:vertical; }.product-review-form input:focus,.product-review-form select:focus,.product-review-form textarea:focus { border-color:#ff8a00; }.product-review-form__wide { grid-column:span 2; }.product-review-form > .button { margin-top:13px; }

.bundle-card { margin-top: 24px; padding: 24px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; border: 1px solid rgba(255,138,0,.22); border-radius: 20px; background: rgba(17,17,17,.78); }
.bundle-card__products { min-width: 0; display: flex; align-items: center; gap: 14px; }
.bundle-card__products > i { color: #5f5953; font-style: normal; font-size: 22px; }
.bundle-product { min-width: 0; width: 150px; cursor: pointer; }
.bundle-product > .scene { width: 100%; aspect-ratio: 16 / 9; border-radius: 10px; border: 1px solid rgba(232,226,218,.08); transition: border-color .2s ease, transform .2s ease; }
.bundle-product:hover > .scene { border-color: #ff8a00; transform: translateY(-2px); }
.bundle-product strong { display: block; overflow: hidden; margin-top: 9px; color: #d7d0c8; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.bundle-product > span { display: block; margin-top: 4px; color: #8f8881; font-size: 9px; }
.bundle-card__total { min-width: 245px; display: flex; flex-direction: column; align-items: flex-end; }
.bundle-card__total small { color: #77716b; font-size: 8px; }
.bundle-card__total strong { margin: 5px 0 12px; color: #e7e0d8; font: 600 28px var(--display); }
.bundle-card__total .button { min-width: 230px; }

@media (max-width: 980px) {
  .product-detail__grid { grid-template-columns: 1fr; }
  .product-detail__purchase { position: relative; top: auto; }
  .product-detail__included { grid-template-columns: repeat(2, 1fr); }
  .bundle-card { grid-template-columns: 1fr; }
  .bundle-card__total { align-items: flex-start; }
}

@media (max-width: 680px) {
  .product-view { padding: 0; }
  .product-view__dialog { border: 0; border-radius: 0; }
  .product-view__header { min-height: 60px; padding: 9px 14px; }
  .product-view__header .brand__word { display: inline; }
  .product-view__content { width: calc(100% - 28px); padding-top: 18px; }
  .product-detail__breadcrumb { margin-bottom: 16px; }
  .product-detail__stage { border-radius: 15px; }
  .product-detail__image { padding: 19px; }
  .product-detail__nav { top: calc(50% - 33px); width: 36px; height: 36px; }
  .product-detail__thumbs { display: flex; overflow-x: auto; scrollbar-width: none; }
  .product-detail__thumbs::-webkit-scrollbar { display: none; }
  .product-detail__thumb { flex: 0 0 92px; }
  .product-detail__purchase { padding: 23px 19px; border-radius: 17px; }
  .product-detail__overview, .product-detail__reviews, .product-detail__bundle { margin-top: 52px; }
  .product-detail__included { grid-template-columns: 1fr; }
  .product-reviews__list { grid-template-columns:1fr; }.product-review-form > div { grid-template-columns:1fr; }.product-review-form__wide { grid-column:auto; }
  .bundle-card { padding: 18px; overflow: hidden; }
  .bundle-card__products { overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
  .bundle-product { flex: 0 0 128px; }
  .bundle-card__total { min-width: 0; }
  .bundle-card__total .button { width: 100%; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .product-view,
  .product-view__dialog { transition: none; }
}

/* FAQ support card */
.faq__grid {
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.25fr);
  align-items: start;
  gap: 64px;
}

.faq__intro .section-index {
  margin-bottom: 22px;
  color: #ff9d2e;
  font-size: 9px;
  letter-spacing: .2em;
}

.faq__intro h2 {
  max-width: 540px;
  color: #eee9e3;
  font: 700 clamp(40px, 4.35vw, 60px)/.98 var(--display);
  letter-spacing: -.045em;
}

.faq__intro h2 em {
  color: #ff8a00;
  background: none;
  -webkit-text-fill-color: currentColor;
  animation: none;
}

.faq-support-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 34px;
  padding: 24px;
  border: 1px solid rgba(255, 138, 0, .34);
  border-radius: 20px;
  background:
    radial-gradient(circle at 0 0, rgba(255, 138, 0, .12), transparent 42%),
    linear-gradient(145deg, rgba(25, 21, 17, .98), rgba(15, 15, 15, .98));
  box-shadow: inset 0 1px 0 rgba(255, 210, 156, .06), 0 24px 60px rgba(0, 0, 0, .18);
}

.faq-support-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -80px;
  bottom: -100px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 138, 0, .08);
  filter: blur(45px);
}

.faq-support-card__logo {
  width: 48px;
  height: 48px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 138, 0, .44);
  border-radius: 50%;
  background: #111;
  box-shadow: 0 0 24px rgba(255, 138, 0, .14);
}

.faq-support-card__logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.faq-support-card h3 {
  margin: 20px 0 7px;
  color: #eee9e3;
  font: 700 18px/1.2 var(--display);
  letter-spacing: -.02em;
}

.faq-support-card p {
  max-width: none;
  margin: 0;
  color: #9e9790;
  font-size: 12px;
  line-height: 1.65;
}

.faq-support-card__button {
  min-height: 48px;
  margin-top: 20px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #17110b;
  border: 1px solid #ff981e;
  border-radius: 13px;
  background: linear-gradient(100deg, #ff8a00, #ffad4d);
  box-shadow: 0 10px 30px rgba(255, 138, 0, .16);
  font-size: 12px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.faq-support-card__button:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 14px 34px rgba(255, 138, 0, .22);
}

.faq-support-card__button .svg-icon {
  --svg-size: 18px;
  --svg-filter: brightness(0) saturate(100%);
}

.faq-support-card small {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #77716b;
  font-size: 9px;
  letter-spacing: .03em;
}

.faq-support-card small i {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #4fd39d;
  box-shadow: 0 0 11px rgba(79, 211, 157, .72);
}

@media (max-width: 780px) {
  .faq__grid { grid-template-columns: 1fr; gap: 52px; }
  .faq__intro h2 { max-width: 620px; }
  .faq-support-card { max-width: 620px; }
}

@media (max-width: 560px) {
  .faq__intro h2 { font-size: 36px; }
  .faq-support-card { margin-top: 27px; padding: 20px; border-radius: 17px; }
  .faq-support-card__button { min-height: 46px; }
}
