/* =========================================================================
   RAISE concept redesign — design system
   Black / brushed-silver / restrained-gold premium industrial.
   ========================================================================= */

:root {
  /* Surfaces */
  --ink-900: #08080a;   /* deepest black */
  --ink-850: #0b0b0d;   /* page black */
  --ink-800: #111114;   /* raised black */
  --ink-750: #16171b;
  --ink-700: #1d1e23;   /* card / border on dark */
  --ink-600: #2a2c32;

  /* Light technical surfaces */
  --paper-0:  #ffffff;
  --paper-50: #f5f6f7;
  --paper-100:#eceef1;
  --paper-200:#dfe2e6;
  --line:     #d7dbe0;

  /* Metal + text */
  --silver:   #c9ccd1;
  --silver-2: #9aa0a8;
  --silver-3: #6c727b;
  --text-on-dark: #e8eaed;
  --text-muted-dark: #a2a7af;
  --text-on-light: #14161a;
  --text-muted-light: #5b626b;

  /* Restrained gold accent (matches the RAISE logo). */
  --gold:     #d6a828;
  --gold-2:   #f0cf72;
  --gold-deep:#96700f;

  --radius:  14px;
  --radius-sm: 9px;
  --radius-pill: 999px;
  --maxw: 1200px;
  --shadow-card: 0 1px 2px rgba(8,8,10,.06), 0 8px 24px rgba(8,8,10,.06);
  --shadow-float: 0 18px 50px rgba(0,0,0,.45);

  --display: "Oswald", "Arial Narrow", "Bebas Neue", Impact, sans-serif;
  --body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}

* { box-sizing: border-box; }

/* Brand intro splash */
.intro { position: fixed; inset: 0; z-index: 300; background: linear-gradient(180deg, #1d2637 0%, #0a0f14 100%); display: flex; align-items: center; justify-content: center; overflow: hidden; transition: opacity .6s ease; }
.intro--hide { opacity: 0; pointer-events: none; }
.intro-off .intro { display: none; }
/* Desktop uses the landscape source with contain (never crops the wide mark).
   Mobile (≤820px) gets the portrait source, which fills the screen with cover. */
.intro__video { width: 100%; height: 100%; object-fit: contain; }
@media (max-width: 820px) { .intro__video { object-fit: cover; } }
.intro__skip { position: absolute; bottom: 30px; right: 30px; background: rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.28); color: #fff; padding: 9px 18px; border-radius: 999px; font-size: 13px; font-weight: 600; letter-spacing: .06em; cursor: pointer; }
.intro__skip:hover { border-color: #d6a828; }
@media (prefers-reduced-motion: reduce) { .intro { display: none; } }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  color: var(--text-on-light);
  background: var(--paper-50);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }

.eyebrow {
  font-family: var(--body);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
}
.display { font-family: var(--display); font-weight: 600; letter-spacing: .01em; line-height: .98; }

/* Buttons ---------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid transparent; border-radius: var(--radius-sm);
  padding: 12px 20px; font-weight: 600; font-size: 14px; letter-spacing: .02em;
  transition: transform .12s ease, background .2s ease, border-color .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--gold {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #241c02; border-color: var(--gold-deep);
  box-shadow: 0 1px 0 rgba(255,255,255,.25) inset, 0 8px 20px rgba(214,168,40,.25);
}
.btn--gold:hover { filter: brightness(1.05); }
.btn--ghost {
  background: transparent; color: var(--text-on-dark);
  border-color: rgba(201,204,209,.28);
}
.btn--ghost:hover { border-color: var(--gold); color: #fff; }
.btn--block { width: 100%; justify-content: center; }
.btn--lg { padding: 15px 26px; font-size: 15px; }

/* =========================================================================
   Header
   ========================================================================= */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(11,11,13,.82);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid rgba(201,204,209,.10);
}
.site-header__row { display: flex; align-items: center; gap: 20px; height: 72px; }

.brand { display: flex; align-items: center; gap: 12px; }
.brand__logo { height: 44px; width: auto; display: block; }
.brand__mark { width: 38px; height: 38px; flex: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__word {
  font-family: var(--display); font-weight: 700; font-size: 26px; letter-spacing: .16em;
  color: #fff; padding-left: 2px;
}
.brand__word b { color: var(--gold); font-weight: 700; }
.brand__kicker {
  font-size: 9.5px; letter-spacing: .34em; text-transform: uppercase;
  color: var(--silver-2); margin-top: 3px; padding-left: 3px;
}

.nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav__link {
  position: relative; color: var(--text-muted-dark); font-weight: 500; font-size: 14px;
  padding: 10px 14px; border-radius: 8px; transition: color .2s ease;
}
.nav__link:hover { color: #fff; }
.nav__link--placeholder { cursor: default; }
.nav__link--placeholder:hover { color: var(--silver-2); }
.badge-soon {
  font-size: 8.5px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold); border: 1px solid rgba(214,168,40,.4); border-radius: var(--radius-pill);
  padding: 1px 6px; margin-left: 6px; vertical-align: middle; font-weight: 600;
}
.nav__sep { width: 1px; height: 22px; background: rgba(201,204,209,.16); margin: 0 8px; }
.nav-toggle {
  display: none; margin-left: auto; background: transparent; border: 1px solid rgba(201,204,209,.28);
  border-radius: 8px; width: 42px; height: 40px; color: var(--text-on-dark); align-items: center; justify-content: center;
}

/* =========================================================================
   Hero
   ========================================================================= */
.hero { position: relative; background: var(--ink-850); color: var(--text-on-dark); overflow: hidden; }
.hero__bg {
  position: absolute; inset: 0; z-index: 0;
  background: #08080b url("img/hero-cutter.png") center / cover no-repeat;
}
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(120% 130% at 45% 0%, transparent 52%, rgba(0,0,0,.5) 100%);
}
.hero__scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(6,6,9,.96) 0%, rgba(6,6,9,.9) 36%, rgba(6,6,9,.58) 64%, rgba(6,6,9,.2) 100%);
}
.hero__inner { position: relative; z-index: 2; padding: 74px 0 68px; }
.hero__content { max-width: 620px; }

.hero__eyebrow { margin: 0 0 18px; }
.hero__title { margin: 0; font-size: clamp(46px, 6.4vw, 92px); color: #fff; }
.hero__title .goldstop { color: var(--gold); }
.hero__rule { width: 92px; height: 4px; margin: 22px 0 20px;
  background: linear-gradient(90deg, var(--gold), transparent); border-radius: 2px; }
.hero__sub { margin: 0; max-width: 40ch; font-size: 17px; color: var(--text-muted-dark); }

.hero__stats { display: flex; gap: 30px; margin-top: 30px; }
.stat__num { font-family: var(--display); font-weight: 600; font-size: 34px; color: #fff; line-height: 1; }
.stat__num sup { color: var(--gold); font-size: .5em; }
.stat__label { font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--silver-3); margin-top: 6px; }

/* Finder card ------------------------------------------------------------ */
.finder {
  margin-top: 28px; max-width: 560px;
  background: linear-gradient(180deg, rgba(29,30,35,.96), rgba(17,17,20,.98));
  border: 1px solid rgba(201,204,209,.14);
  border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-float);
  position: relative;
}
.finder::before {
  content: ""; position: absolute; inset: 0; border-radius: var(--radius); pointer-events: none;
  border-top: 1px solid rgba(255,255,255,.06);
}
.finder__label { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; }
.finder__label .eyebrow { color: var(--silver); }
.finder__label .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(214,168,40,.16); }

.finder__field { position: relative; }
.finder__input {
  width: 100%; height: 56px; padding: 0 48px 0 46px;
  background: var(--ink-900); color: #fff; font-size: 15.5px;
  border: 1px solid var(--ink-600); border-radius: var(--radius-sm); outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.finder__input::placeholder { color: var(--silver-3); }
.finder__input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(214,168,40,.18); }
.finder__icon { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: var(--silver-2); pointer-events: none; }
.finder__clear {
  position: absolute; right: 10px; top: 50%; transform: translateY(-50%);
  background: var(--ink-700); border: none; color: var(--silver); width: 28px; height: 28px;
  border-radius: 50%; display: none; align-items: center; justify-content: center; font-size: 15px;
}
.finder__field.has-value .finder__clear { display: inline-flex; }

.finder__dropdown {
  position: absolute; left: 0; right: 0; top: calc(100% + 8px); z-index: 30;
  background: var(--ink-800); border: 1px solid var(--ink-600); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-float); max-height: 320px; overflow-y: auto; display: none;
}
.finder__dropdown.open { display: block; }
.finder__option {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,.05); cursor: pointer;
}
.finder__option:last-child { border-bottom: none; }
.finder__option:hover, .finder__option.active { background: var(--ink-700); }
.finder__option .name { color: var(--text-on-dark); font-size: 14.5px; }
.finder__option .name mark { background: transparent; color: var(--gold-2); }
.finder__option .cnt { color: var(--silver-3); font-size: 12px; white-space: nowrap; }
.finder__none { padding: 16px; color: var(--silver-3); font-size: 14px; }

.finder__actions { display: flex; gap: 10px; margin-top: 14px; }
.finder__hint { margin-top: 13px; font-size: 12px; color: var(--silver-3); display: flex; gap: 8px; align-items: flex-start; }
.finder__hint svg { flex: none; margin-top: 1px; color: var(--gold); }
.finder__hint strong { color: var(--silver); font-weight: 600; }

.finder__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.chip {
  background: rgba(255,255,255,.04); border: 1px solid var(--ink-600); color: var(--silver);
  padding: 7px 13px; border-radius: var(--radius-pill); font-size: 12.5px; font-weight: 500;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.chip:hover { border-color: var(--gold); color: #fff; }
.chip__lbl { color: var(--silver-3); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; align-self: center; margin-right: 2px; }

/* =========================================================================
   Catalog
   ========================================================================= */
.catalog { background: var(--paper-50); padding: 58px 0 72px; }
.catalog__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 8px; }
.catalog__title { margin: 0; font-family: var(--display); font-weight: 600; font-size: 30px; color: var(--text-on-light); }
.catalog__context {
  display: none; align-items: center; gap: 10px; margin: 10px 0 0;
  font-size: 14px; color: var(--text-muted-light);
}
.catalog__context.show { display: flex; }
.catalog__context b { color: var(--text-on-light); }
.clear-btn {
  display: inline-flex; align-items: center; gap: 6px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-pill); padding: 5px 12px; font-size: 12.5px; color: var(--text-muted-light); font-weight: 500;
}
.clear-btn:hover { border-color: var(--gold-deep); color: var(--text-on-light); }

.toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin: 22px 0 26px; }
.segmented { display: inline-flex; background: var(--paper-100); border: 1px solid var(--line); border-radius: var(--radius-pill); padding: 4px; gap: 2px; flex-wrap: wrap; }
.seg {
  border: none; background: transparent; color: var(--text-muted-light); font-weight: 600; font-size: 13px;
  padding: 8px 15px; border-radius: var(--radius-pill); transition: all .18s ease; white-space: nowrap;
}
.seg .seg__n { color: var(--silver-3); font-weight: 600; margin-left: 5px; font-size: 12px; }
.seg:hover { color: var(--text-on-light); }
.seg--active { background: var(--ink-850); color: #fff; box-shadow: 0 4px 12px rgba(8,8,10,.18); }
.seg--active .seg__n { color: var(--gold-2); }

.search { position: relative; }
.search input {
  height: 44px; width: 280px; max-width: 100%; padding: 0 16px 0 42px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  font-size: 14px; color: var(--text-on-light); outline: none; transition: border-color .2s, box-shadow .2s;
}
.search input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(214,168,40,.15); }
.search svg { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--silver-3); }

.result-count { font-size: 13px; color: var(--text-muted-light); margin-bottom: 18px; }
.result-count b { color: var(--text-on-light); }

/* Product grid ----------------------------------------------------------- */
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card {
  background: #fff; border: 1px solid var(--paper-200); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .16s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: var(--silver-2); }
.card__imgwrap {
  position: relative; aspect-ratio: 1 / 1; background: radial-gradient(120% 120% at 50% 15%, #fff, var(--paper-100));
  display: flex; align-items: center; justify-content: center; padding: 18px;
  border-bottom: 1px solid var(--paper-100);
}
.card__img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.card__ph {
  position: absolute; inset: 0; display: none; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; color: var(--silver-2); font-family: var(--mono); font-size: 13px;
}
.card.img-failed .card__img { display: none; }
.card.img-failed .card__ph { display: flex; }
.card__cat {
  align-self: flex-start; font-size: 10px; letter-spacing: .1em; text-transform: uppercase;
  font-weight: 700; color: var(--gold-deep); background: var(--paper-100); border: 1px solid var(--line);
  padding: 4px 10px; border-radius: var(--radius-pill);
}
.card__body { padding: 15px 16px 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card__sku { font-family: var(--mono); font-size: 12px; color: var(--gold-deep); font-weight: 600; letter-spacing: .02em; }
.card__title {
  margin: 0; font-size: 14.5px; font-weight: 600; color: var(--text-on-light); line-height: 1.35;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.7em;
}
.card__fit {
  margin-top: auto; padding-top: 12px; border-top: 1px dashed var(--paper-200);
  font-size: 12.5px; color: var(--text-muted-light); display: flex; align-items: flex-start; gap: 7px;
}
.card__fit span { flex: 1; min-width: 0; }
.card__fit b { color: var(--text-on-light); }
.card__fit svg { color: var(--gold); flex: none; margin-top: 2px; }

.empty {
  grid-column: 1 / -1; text-align: center; padding: 60px 20px; color: var(--text-muted-light);
  border: 1px dashed var(--line); border-radius: var(--radius); background: #fff;
}
.empty b { color: var(--text-on-light); }

/* =========================================================================
   Category band
   ========================================================================= */
.cats { background: var(--paper-100); padding: 46px 0; border-top: 1px solid var(--line); }
.cats__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 22px; }
.cat-tile {
  display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 20px 22px; transition: border-color .2s, transform .16s, box-shadow .2s; text-align: left;
}
.cat-tile:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--shadow-card); }
.cat-tile__icon { width: 46px; height: 46px; flex: none; color: var(--ink-850); }
.cat-tile__name { font-family: var(--display); font-weight: 600; font-size: 19px; color: var(--text-on-light); }
.cat-tile__count { font-size: 13px; color: var(--text-muted-light); }
.cat-tile__count b { color: var(--gold-deep); }
.cat-tile__go { margin-left: auto; color: var(--silver-2); transition: color .2s, transform .2s; }
.cat-tile:hover .cat-tile__go { color: var(--gold); transform: translateX(3px); }

/* =========================================================================
   Trust band
   ========================================================================= */
.trust { background: var(--ink-850); color: var(--text-on-dark); padding: 56px 0; }
.trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin-top: 26px; }
.trust__item { display: flex; flex-direction: column; gap: 12px; }
.trust__icon {
  width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  background: rgba(214,168,40,.10); border: 1px solid rgba(214,168,40,.28); color: var(--gold);
}
.trust__title { font-family: var(--display); font-weight: 600; font-size: 18px; color: #fff; }
.trust__text { font-size: 13.5px; color: var(--text-muted-dark); }

/* =========================================================================
   Footer
   ========================================================================= */
.site-footer { background: var(--ink-900); color: var(--text-muted-dark); padding: 56px 0 28px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; }
.foot-brand .brand__word { font-size: 24px; }
.foot-brand p { font-size: 13px; color: var(--silver-3); max-width: 30ch; margin: 14px 0 0; }
.foot-col__title { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--silver-2); margin-bottom: 14px; font-weight: 600; }
.foot-link { display: block; padding: 6px 0; font-size: 14px; color: var(--text-muted-dark); transition: color .2s; }
.foot-link:hover { color: #fff; }
.foot-link .badge-soon { margin-left: 8px; }
.footer__bottom {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); font-size: 12px; color: var(--silver-3);
}
.concept-badge {
  display: inline-flex; align-items: center; gap: 8px; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold); border: 1px solid rgba(214,168,40,.4); border-radius: var(--radius-pill); padding: 5px 12px; font-weight: 600;
}

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width: 1000px) {
  .grid { grid-template-columns: repeat(3, 1fr); }
  .hero__content { max-width: 100%; }
  .hero__sub { max-width: 52ch; }
  .trust__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .container { padding-inline: 18px; }
  .nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .hero__inner { padding: 46px 0 44px; }
  .hero__scrim { background: linear-gradient(180deg, rgba(6,6,8,.86), rgba(6,6,8,.78)); }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .cats__grid { grid-template-columns: 1fr; }
  .toolbar { flex-direction: column; align-items: stretch; }
  .search input { width: 100%; }
  .hero__stats { gap: 22px; }
  .stat__num { font-size: 28px; }
  .catalog__title { font-size: 24px; }
  .card__title { font-size: 13.5px; }
}
@media (max-width: 420px) {
  .grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .brand__kicker { display: none; }
}
