/* ============================================================
   Progressive Semiconductor — v5 "Monochrome" design system
   White theme, black buttons, no color. Tech-clean.
   Bricolage Grotesque + Inter.
   ============================================================ */
:root {
  --bg: #ffffff;
  --bg-2: #f7f7f8;
  --panel: #ffffff;
  --panel-2: #fafafa;
  --line: #e7e8ea;
  --line-2: #d5d7da;
  --ink: #0b0c0e;
  --muted: #5f6570;
  --black: #0b0c0e;
  --black-hover: #26282c;
  --ghost: #f1f2f3;
  --r: 16px;
  --r-lg: 24px;
  --max: 1232px;
  --display: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body: "Inter", sans-serif;
  --shadow: 0 1px 2px rgba(11,12,14,.05), 0 10px 30px -12px rgba(11,12,14,.12);
  --shadow-lg: 0 24px 60px -20px rgba(11,12,14,.22);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body); background: var(--bg); color: var(--ink);
  line-height: 1.65; font-size: 16px; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
::selection { background: var(--black); color: #fff; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; letter-spacing: -0.025em; line-height: 1.06; }

/* scroll progress */
#progress { position: fixed; top: 0; left: 0; height: 2px; background: var(--black); width: 0; z-index: 200; transition: width .1s linear; }

.overline {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 18px;
}
.overline::before { content: ""; width: 22px; height: 2px; background: var(--black); }

.sec { padding: 104px 0; }
.sec-head { max-width: 700px; margin-bottom: 56px; }
.sec-head h2 { font-size: clamp(30px, 4.4vw, 50px); margin-bottom: 14px; }
.sec-head h2 .accent { font-style: italic; }
.sec-head p { color: var(--muted); font-size: 16.5px; }
.sec.tinted { background: var(--bg-2); border-block: 1px solid var(--line); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 600; font-size: 15px; padding: 14px 26px; border-radius: 12px;
  border: 1px solid transparent; cursor: pointer; transition: all .2s ease; font-family: var(--body);
}
.btn.primary { background: var(--black); color: #fff; }
.btn.primary:hover { background: var(--black-hover); transform: translateY(-1px); box-shadow: var(--shadow-lg); }
.btn.outline { border-color: var(--line-2); color: var(--ink); background: #fff; }
.btn.outline:hover { border-color: var(--black); }
.btn .arr { transition: transform .2s; }
.btn:hover .arr { transform: translateX(3px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.85); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.site-header .bar {
  max-width: var(--max); margin: 0 auto; padding: 0 24px;
  height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: flex; align-items: center; gap: 11px; }
.brand .mark {
  width: 38px; height: 38px; border-radius: 11px; background: var(--black);
  display: grid; place-items: center; color: #fff; flex: none;
}
.brand .mark svg { width: 20px; height: 20px; }
.brand .name { font-family: var(--display); font-weight: 600; font-size: 19px; line-height: 1.05; }
.brand .name small { display: block; font-family: var(--body); font-weight: 500; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }

.main-nav { display: flex; align-items: center; gap: 2px; }
.main-nav a { font-size: 14.5px; font-weight: 500; padding: 9px 14px; border-radius: 10px; color: var(--muted); transition: all .18s; }
.main-nav a:hover { color: var(--ink); background: var(--ghost); }
.main-nav a.active { color: var(--ink); background: var(--ghost); font-weight: 600; }
.main-nav a.cta { background: var(--black); color: #fff; margin-left: 8px; font-weight: 600; }
.main-nav a.cta:hover { background: var(--black-hover); }

.nav-toggle { display: none; background: #fff; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; padding: 10px; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); margin: 4px 0; border-radius: 2px; }

/* ---------- Hero (centered) ---------- */
.hero { position: relative; overflow: hidden; background: var(--bg); }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(var(--line-2) 1px, transparent 1px);
  background-size: 26px 26px; opacity: .5;
  -webkit-mask-image: radial-gradient(60% 70% at 50% 0%, #000, transparent 75%);
  mask-image: radial-gradient(60% 70% at 50% 0%, #000, transparent 75%);
}
.hero .inner {
  position: relative; z-index: 2; max-width: 900px; margin: 0 auto;
  padding: 104px 24px 72px; text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.hero .pill {
  display: inline-flex; align-items: center; gap: 9px;
  border: 1px solid var(--line); background: #fff; border-radius: 999px;
  padding: 7px 16px; font-size: 13px; font-weight: 500; color: var(--muted);
  box-shadow: var(--shadow); margin-bottom: 28px;
}
.hero .pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ink); animation: pulse 2.4s ease infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
.hero h1 { font-size: clamp(44px, 6.4vw, 84px); margin: 0 0 24px; letter-spacing: -0.03em; }
.hero h1 .accent { font-style: italic; }
.hero p.lead { font-size: 18px; color: var(--muted); max-width: 620px; margin-bottom: 36px; }
.hero .qq { width: 100%; max-width: 620px; }
.hero .badges { justify-content: center; }

/* ---------- Bento ---------- */
.bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.bento .cell {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: 20px;
  padding: 30px; overflow: hidden; transition: border-color .25s, transform .25s, box-shadow .25s;
}
.bento .cell:hover { border-color: var(--line-2); transform: translateY(-3px); box-shadow: var(--shadow); }
.bento .cell.tick::before, .bento .cell.tick::after {
  content: "+"; position: absolute; color: var(--line-2); font-size: 15px; line-height: 1; font-family: var(--body);
}
.bento .cell.tick::before { top: 10px; left: 13px; }
.bento .cell.tick::after { bottom: 10px; right: 13px; }
.bento .c4 { grid-column: span 4; }
.bento .c5 { grid-column: span 5; }
.bento .c6 { grid-column: span 6; }
.bento .c7 { grid-column: span 7; }
.bento .c8 { grid-column: span 8; }
.bento .c12 { grid-column: span 12; }
.bento .kpi { font-family: var(--display); font-weight: 700; font-size: clamp(38px, 4vw, 56px); line-height: 1; letter-spacing: -0.02em; }
.bento .kpi sup { font-size: .5em; color: var(--muted); }
.bento .kl { font-size: 14px; color: var(--muted); margin-top: 8px; }
.bento h3 { font-size: 20px; margin-bottom: 8px; }
.bento p { font-size: 14.5px; color: var(--muted); }
.bento .cell.media { padding: 0; min-height: 240px; }
.bento .cell.media img, .bento .cell.media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bento .cell.media .cap {
  position: absolute; z-index: 2; left: 14px; bottom: 14px;
  background: rgba(255,255,255,.92); backdrop-filter: blur(8px); border-radius: 10px;
  padding: 8px 14px; font-size: 12.5px; font-weight: 600;
}
.bento .cell.dark { background: var(--black); color: #fff; border-color: var(--black); }
.bento .cell.dark p { color: rgba(255,255,255,.65); }
.bento .cell.dark .kl { color: rgba(255,255,255,.6); }
.bento .mono { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 12.5px; letter-spacing: .02em; }
.bento .parts { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }
.bento .parts .row { display: flex; justify-content: space-between; gap: 10px; border: 1px solid var(--line); border-radius: 10px; padding: 9px 13px; font-size: 12.5px; }
.bento .cell.dark .parts .row { border-color: rgba(255,255,255,.16); }
.bento .parts .ok { font-weight: 700; }
.bento .logos-inline { display: flex; flex-wrap: wrap; gap: 18px 26px; align-items: center; margin-top: 18px; }
.bento .logos-inline img { height: 22px; filter: grayscale(1); opacity: .6; }

/* ---------- Brand marquee band ---------- */
.marquee-band { border-block: 1px solid var(--line); background: #fff; padding: 22px 0; }
.marquee-band .note { text-align: center; font-size: 12.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }

/* ---------- Section head row ---------- */
.head-row { display: flex; align-items: baseline; gap: 20px; border-top: 1px solid var(--ink); padding-top: 22px; margin-bottom: 52px; }
.head-row .no { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 13px; font-weight: 600; color: var(--muted); flex: none; }
.head-row h2 { font-size: clamp(28px, 3.8vw, 44px); flex: 1; }
.head-row h2 .accent { font-style: italic; }
.head-row .side { max-width: 320px; font-size: 14.5px; color: var(--muted); }

/* quick quote bar */
.qq {
  display: flex; gap: 10px; max-width: 640px; background: #fff;
  border: 1px solid var(--line-2); border-radius: 16px; padding: 10px;
  transition: border-color .2s, box-shadow .2s; box-shadow: var(--shadow);
}
.qq:focus-within { border-color: var(--black); box-shadow: 0 0 0 4px rgba(11,12,14,.06); }
.qq input {
  flex: 1; background: transparent; border: 0; outline: none; color: var(--ink);
  font-family: var(--body); font-size: 15.5px; padding: 8px 12px; min-width: 0;
}
.qq input::placeholder { color: #9aa0a8; }
.qq .btn { padding: 12px 22px; border-radius: 11px; flex: none; }
.qq-note { font-size: 13px; color: var(--muted); margin-top: 12px; }
.qq-note b { color: var(--ink); font-weight: 600; }

.hero .badges { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 44px; }
.hero .badges .t { display: flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 500; color: var(--muted); }
.hero .badges .t::before { content: "✓"; width: 20px; height: 20px; flex: none; border-radius: 50%; background: var(--black); color: #fff; font-size: 11px; font-weight: 700; display: grid; place-items: center; }

/* ---------- Numbers ---------- */
.numbers { border-bottom: 1px solid var(--line); background: #fff; }
.numbers .grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.numbers .n { padding: 42px 28px; border-right: 1px solid var(--line); }
.numbers .n:last-child { border-right: 0; }
.numbers .v { font-family: var(--display); font-weight: 700; font-size: clamp(34px, 3.8vw, 52px); color: var(--ink); line-height: 1; }
.numbers .v sup { color: var(--muted); font-size: .55em; }
.numbers .l { font-size: 13.5px; color: var(--muted); margin-top: 8px; }

/* ---------- Tabs (services) ---------- */
.tabs { display: grid; grid-template-columns: 340px 1fr; gap: 28px; align-items: stretch; }
.tab-list { display: grid; gap: 10px; align-content: start; }
.tab-btn {
  text-align: left; background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px 24px; cursor: pointer; transition: all .2s ease; color: var(--ink); font-family: var(--body);
}
.tab-btn .no { font-size: 12px; font-weight: 700; letter-spacing: .08em; color: var(--muted); display: block; margin-bottom: 6px; transition: color .2s; }
.tab-btn .ti { font-family: var(--display); font-weight: 600; font-size: 18px; display: block; }
.tab-btn:hover { border-color: var(--line-2); }
.tab-btn.active { border-color: var(--black); background: var(--black); color: #fff; }
.tab-btn.active .no { color: rgba(255,255,255,.6); }

.tab-panel {
  display: none; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; grid-template-columns: 1fr 1fr; box-shadow: var(--shadow);
}
.tab-panel.active { display: grid; animation: fadeUp .35s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } }
.tab-panel .ph { min-height: 320px; position: relative; overflow: hidden; }
.tab-panel .ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tab-panel .body { padding: 38px 36px; display: flex; flex-direction: column; }
.tab-panel h3 { font-size: 24px; margin-bottom: 12px; }
.tab-panel p { color: var(--muted); font-size: 15px; margin-bottom: 20px; }
.tab-panel .checks { margin-bottom: 26px; }
.tab-panel .body .btn { margin-top: auto; align-self: flex-start; }

.checks { display: grid; gap: 10px; }
.checks li { display: flex; gap: 12px; font-size: 14.5px; align-items: flex-start; color: var(--ink); }
.checks li::before {
  content: "✓"; flex: none; width: 21px; height: 21px; border-radius: 50%; margin-top: 2px;
  background: var(--black); color: #fff; font-size: 11px; font-weight: 700; display: grid; place-items: center;
}

/* ---------- Industry expanding panels ---------- */
.expander { display: flex; gap: 8px; height: 480px; }
.exp-item {
  position: relative; flex: 1; border-radius: 18px; overflow: hidden; cursor: pointer;
  transition: flex .55s cubic-bezier(.4,0,.2,1); border: 1px solid var(--line); min-width: 0;
}
.exp-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) brightness(.6); transition: filter .45s, transform .6s; }
.exp-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,6,8,.12) 0%, transparent 35%, rgba(5,6,8,.88) 100%); }
.exp-item .idx {
  position: absolute; z-index: 3; top: 14px; left: 50%; transform: translateX(-50%);
  font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 11px; font-weight: 600;
  color: #fff; background: rgba(255,255,255,.16); backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 4px 11px;
  transition: opacity .3s, transform .45s;
}
.exp-item.open .idx { left: 20px; transform: none; background: #fff; color: var(--ink); border-color: #fff; }
.exp-item .vt {
  position: absolute; z-index: 3; left: 50%; bottom: 22px; transform: translateX(-50%);
  writing-mode: vertical-rl; rotate: 180deg;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 500; font-size: 16px; letter-spacing: .04em; color: #fff;
  transition: opacity .25s ease; white-space: nowrap;
}
.exp-item.open .vt { opacity: 0; }
.exp-item .lbl {
  position: absolute; z-index: 2; left: 22px; bottom: 20px; right: 22px; color: #fff;
  opacity: 0; transform: translateY(14px); transition: opacity .35s ease .18s, transform .45s ease .18s;
}
.exp-item.open .lbl { opacity: 1; transform: none; }
.exp-item .lbl .t { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; font-size: 23px; letter-spacing: .01em; white-space: nowrap; }
.exp-item .lbl .d { font-size: 14px; color: rgba(255,255,255,.85); max-width: 420px; margin-top: 6px; }
.exp-item.open { flex: 4; }
.exp-item.open img { filter: grayscale(0) brightness(.85); transform: scale(1.02); }
.exp-item:not(.open):hover img { filter: grayscale(.4) brightness(.72); }

/* ---------- Quality stepper ---------- */
.stepper { display: grid; grid-template-columns: 380px 1fr; gap: 28px; }
.step-list { display: grid; align-content: start; }
.step-btn {
  text-align: left; background: transparent; border: 0; border-left: 2px solid var(--line);
  padding: 18px 22px; cursor: pointer; color: var(--muted); font-family: var(--body); transition: all .2s;
}
.step-btn .no { font-size: 11.5px; font-weight: 700; letter-spacing: .1em; display: block; margin-bottom: 3px; color: inherit; }
.step-btn .ti { font-family: var(--display); font-weight: 600; font-size: 17.5px; display: block; color: var(--ink); opacity: .65; transition: opacity .2s; }
.step-btn:hover { border-left-color: var(--line-2); color: var(--ink); }
.step-btn.active { border-left-color: var(--black); color: var(--ink); background: linear-gradient(90deg, var(--ghost), transparent 80%); }
.step-btn.active .ti { opacity: 1; }

.step-view { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; display: none; grid-template-rows: auto 1fr; box-shadow: var(--shadow); }
.step-view.active { display: grid; animation: fadeUp .35s ease; }
.step-view .ph { aspect-ratio: 16/8; overflow: hidden; }
.step-view .ph img { width: 100%; height: 100%; object-fit: cover; }
.step-view .body { padding: 30px 34px 34px; }
.step-view h3 { font-size: 22px; margin-bottom: 10px; }
.step-view p { color: var(--muted); font-size: 15px; }

/* ---------- Marquee ---------- */
.logo-strip { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.logo-strip .track { display: flex; align-items: center; gap: 68px; width: max-content; animation: slide 46s linear infinite; padding: 14px 0; }
.logo-strip img { height: 30px; filter: grayscale(1); opacity: .55; transition: opacity .2s; }
.logo-strip img:hover { opacity: 1; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---------- FAQ accordion ---------- */
.faq { display: grid; gap: 12px; max-width: 820px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.faq-item[open] { border-color: var(--line-2); box-shadow: var(--shadow); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 20px 24px; display: flex; justify-content: space-between; gap: 16px;
  font-family: var(--display); font-weight: 600; font-size: 16.5px; align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .pm { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--ghost); color: var(--ink); display: grid; place-items: center; font-size: 15px; transition: transform .25s, background .25s, color .25s; }
.faq-item[open] summary .pm { transform: rotate(45deg); background: var(--black); color: #fff; }
.faq-item .a { padding: 0 24px 22px; color: var(--muted); font-size: 15px; max-width: 700px; }

/* ---------- Cards ---------- */
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 30px 28px; transition: all .25s ease;
}
.card:hover { border-color: var(--line-2); transform: translateY(-4px); box-shadow: var(--shadow); }
.card .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--black); color: #fff; display: grid; place-items: center; margin-bottom: 20px; }
.card .ic svg { width: 22px; height: 22px; }
.card .n { font-family: var(--display); font-weight: 700; font-size: 14px; color: var(--muted); margin-bottom: 14px; }
.card h3 { font-size: 19px; margin-bottom: 9px; }
.card p { font-size: 14.5px; color: var(--muted); }

/* ---------- Photo cards ---------- */
.photo-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: all .25s; display: flex; flex-direction: column; }
.photo-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.photo-card .ph { aspect-ratio: 16/9.5; overflow: hidden; }
.photo-card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.photo-card:hover .ph img { transform: scale(1.05); }
.photo-card .body { padding: 26px 26px 28px; flex: 1; display: flex; flex-direction: column; }
.photo-card h3 { font-size: 20px; margin-bottom: 9px; }
.photo-card p { font-size: 14.5px; color: var(--muted); margin-bottom: 18px; flex: 1; }
.photo-card .link { font-weight: 600; font-size: 14.5px; color: var(--ink); display: inline-flex; gap: 7px; align-items: center; }

/* ---------- Services page rows ---------- */
.svc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding: 64px 0; }
.svc-row + .svc-row { border-top: 1px solid var(--line); }
.svc-row .ph { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.svc-row .ph img { aspect-ratio: 4/3; width: 100%; object-fit: cover; }
.svc-row h3 { font-size: clamp(24px, 3vw, 34px); margin-bottom: 14px; }
.svc-row > div > p { color: var(--muted); margin-bottom: 22px; }
.svc-row .checks { margin-bottom: 26px; }
.svc-row.flip .ph { order: 2; }

/* ---------- Products ---------- */
.prod-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.prod-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 20px 14px 16px; text-align: center; transition: all .2s;
}
.prod-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--black); }
.prod-card img { height: 74px; width: 100%; object-fit: contain; margin-bottom: 10px; mix-blend-mode: multiply; }
.prod-card span { font-size: 13px; font-weight: 600; }

/* ---------- Brands ---------- */
.brand-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.brand-tile {
  background: #fff; border: 1px solid var(--line); border-radius: 14px; min-height: 100px;
  display: flex; align-items: center; justify-content: center; padding: 22px;
  transition: all .2s;
}
.brand-tile img { max-height: 38px; max-width: 100%; object-fit: contain; filter: grayscale(1); opacity: .65; transition: .25s; }
.brand-tile:hover { border-color: var(--black); transform: translateY(-3px); box-shadow: var(--shadow); }
.brand-tile:hover img { filter: none; opacity: 1; }

/* ---------- Quote panel ---------- */
.quote-panel {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; box-shadow: var(--shadow-lg);
}
.quote-panel .side { background: var(--black); color: #fff; padding: 44px 40px; display: flex; flex-direction: column; gap: 20px; }
.quote-panel .side h3 { font-size: 26px; }
.quote-panel .side h3 .accent { font-style: italic; }
.quote-panel .side p { font-size: 15px; color: rgba(255,255,255,.65); }
.quote-panel .side .checks li { color: rgba(255,255,255,.85); }
.quote-panel .side .checks li::before { background: rgba(255,255,255,.15); color: #fff; }
.quote-panel form { padding: 44px 40px; }
.quote-panel form h3 { font-size: 22px; margin-bottom: 22px; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid .full { grid-column: 1/-1; }
.field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.field input, .field textarea, .field select {
  width: 100%; padding: 12px 15px; border: 1.5px solid var(--line); border-radius: 11px;
  font-family: var(--body); font-size: 15px; background: var(--bg-2); color: var(--ink);
  transition: border-color .2s, background .2s;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--black); background: #fff; }
.field textarea { min-height: 120px; resize: vertical; }
.field ::placeholder { color: #9aa0a8; }

/* ---------- Page hero ---------- */
.page-hero { padding: 92px 0 68px; border-bottom: 1px solid var(--line); background: var(--bg-2); position: relative; overflow: hidden; }
.page-hero::before {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(70% 90% at 80% 10%, #000, transparent 70%);
  mask-image: radial-gradient(70% 90% at 80% 10%, #000, transparent 70%);
}
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero .crumb { font-size: 13.5px; font-weight: 500; color: var(--muted); margin-bottom: 20px; }
.page-hero .crumb b { color: var(--ink); font-weight: 600; }
.page-hero h1 { font-size: clamp(36px, 5.2vw, 62px); max-width: 840px; margin-bottom: 18px; }
.page-hero h1 .accent { font-style: italic; }
.page-hero p.lead { color: var(--muted); font-size: 17px; max-width: 640px; }

/* ---------- Contact ---------- */
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 52px; }
.c-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 26px; }
.c-card .k { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.c-card p, .c-card a { font-size: 15px; }
.c-card a { font-weight: 600; }
.c-card a:hover { text-decoration: underline; }
.map-frame { border: 1px solid var(--line); border-radius: var(--r-lg); width: 100%; height: 420px; filter: grayscale(1); }

/* ---------- Policies ---------- */
.policy-layout { display: grid; grid-template-columns: 250px 1fr; gap: 48px; }
.policy-nav { position: sticky; top: 104px; align-self: start; display: grid; gap: 6px; }
.policy-nav a { padding: 12px 16px; border-radius: 12px; font-size: 14.5px; font-weight: 500; color: var(--muted); }
.policy-nav a.active, .policy-nav a:hover { background: var(--ghost); color: var(--ink); }
.policy-body { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 48px 52px; }
.policy-body h2 { font-size: 28px; margin: 48px 0 14px; }
.policy-body h2:first-child { margin-top: 0; }
.policy-body h3 { font-size: 17px; margin: 24px 0 8px; }
.policy-body p, .policy-body li { color: var(--muted); font-size: 15px; margin-bottom: 9px; }
.policy-body ul { list-style: disc; padding-left: 22px; margin-bottom: 14px; }
.policy-body a { color: var(--ink); font-weight: 600; text-decoration: underline; }

/* ---------- CTA band ---------- */
.cta-band { padding: 30px 0 104px; }
.cta-card {
  background: var(--black); color: #fff; border-radius: var(--r-lg); padding: 72px 64px;
  display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; align-items: center;
  position: relative; overflow: hidden;
}
.cta-card::after {
  content: ""; position: absolute; inset: 0; opacity: .25;
  background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(60% 120% at 90% 0%, #000, transparent 70%);
  mask-image: radial-gradient(60% 120% at 90% 0%, #000, transparent 70%);
}
.cta-card > div { position: relative; z-index: 2; }
.cta-card h2 { font-size: clamp(28px, 4vw, 46px); margin-bottom: 14px; }
.cta-card h2 .accent { font-style: italic; }
.cta-card p { color: rgba(255,255,255,.65); max-width: 520px; }
.cta-card .act { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
.cta-card .btn.primary { background: #fff; color: var(--ink); }
.cta-card .btn.primary:hover { background: #e9eaec; }
.cta-card .btn.outline { border-color: rgba(255,255,255,.35); color: #fff; background: transparent; }
.cta-card .btn.outline:hover { border-color: #fff; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-2); border-top: 1px solid var(--line); color: var(--muted); }
.site-footer .cols { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 44px; padding: 72px 0 56px; }
.site-footer p { font-size: 14px; }
.site-footer h4 { font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); margin-bottom: 18px; font-family: var(--body); font-weight: 700; }
.site-footer ul { display: grid; gap: 10px; }
.site-footer ul a { font-size: 14.5px; }
.site-footer ul a:hover { color: var(--ink); }
.site-footer .bottom { border-top: 1px solid var(--line); padding: 22px 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 13px; color: #9aa0a8; }

/* ---------- Reveal ---------- */
html.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
html.js .reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  .logo-strip .track { animation: none; }
  .exp-item { transition: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .bento .c4, .bento .c5 { grid-column: span 6; }
  .bento .c6, .bento .c7, .bento .c8 { grid-column: span 12; }
  .head-row { flex-wrap: wrap; }
  .head-row .side { max-width: 100%; }
  .tabs, .stepper { grid-template-columns: 1fr; }
  .tab-list { grid-template-columns: repeat(3, 1fr); }
  .step-list { grid-template-columns: repeat(2, 1fr); }
  .step-btn { border-left: 0; border-bottom: 2px solid var(--line); }
  .step-btn.active { border-bottom-color: var(--black); }
  .grid3, .contact-cards { grid-template-columns: repeat(2, 1fr); }
  .grid4 { grid-template-columns: repeat(2, 1fr); }
  .prod-grid { grid-template-columns: repeat(3, 1fr); }
  .brand-grid { grid-template-columns: repeat(4, 1fr); }
  .numbers .grid { grid-template-columns: repeat(2, 1fr); }
  .numbers .n { border-bottom: 1px solid var(--line); }
  .numbers .n:nth-child(2) { border-right: 0; }
  .numbers .n:nth-child(n+3) { border-bottom: 0; }
  .expander { flex-direction: column; height: auto; }
  .exp-item { min-height: 84px; }
  .exp-item.open { min-height: 280px; }
  .exp-item .vt { writing-mode: horizontal-tb; rotate: none; left: 20px; bottom: 50%; transform: translateY(50%); }
  .exp-item .idx { left: auto; right: 16px; top: 50%; transform: translateY(-50%); }
  .exp-item.open .idx { left: auto; right: 16px; top: 16px; transform: none; }
  .svc-row, .quote-panel, .tab-panel { grid-template-columns: 1fr; }
  .svc-row.flip .ph { order: 0; }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-nav { position: static; display: flex; flex-wrap: wrap; }
  .cta-card { grid-template-columns: 1fr; padding: 52px 40px; }
  .cta-card .act { justify-content: flex-start; }
  .site-footer .cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .sec { padding: 68px 0; }
  .bento .c4, .bento .c5, .bento .c6 { grid-column: span 12; }
  .hero .inner { text-align: left; align-items: flex-start; padding-top: 72px; }
  .hero .badges { justify-content: flex-start; }
  .main-nav {
    position: fixed; top: 72px; left: 12px; right: 12px; background: #fff;
    border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg);
    flex-direction: column; align-items: stretch; padding: 12px; display: none; z-index: 99;
  }
  .main-nav.open { display: flex; }
  .main-nav a { text-align: center; padding: 13px; }
  .nav-toggle { display: block; }
  .tab-list { grid-template-columns: 1fr; }
  .step-list { grid-template-columns: 1fr; }
  .grid3, .grid4, .contact-cards { grid-template-columns: 1fr; }
  .prod-grid, .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .numbers .grid { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .quote-panel .side, .quote-panel form { padding: 30px 24px; }
  .policy-body { padding: 30px 24px; }
  .qq { flex-direction: column; }
  .qq .btn { width: 100%; justify-content: center; }
}

/* ============================================================
   Nemi Enterprises — brand overrides
   ============================================================ */
.brand .mark { background: var(--black); padding: 7px; }
.brand .mark img { width: 100%; height: 100%; object-fit: contain; }
.brand .name { letter-spacing: .01em; }

/* utility topbar */
.topbar { background: var(--black); color: rgba(255,255,255,.78); font-size: 13px; }
.topbar .in { max-width: var(--max); margin: 0 auto; padding: 9px 24px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.topbar a { color: #fff; font-weight: 600; }
.topbar a:hover { text-decoration: underline; }
.topbar .sep { opacity: .4; margin: 0 8px; }

/* phone / whatsapp buttons */
.btn.wa { background: #fff; border-color: var(--line-2); }
.btn.wa:hover { border-color: var(--black); }
.btn.wa svg { width: 17px; height: 17px; }
.hero .calls { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 16px; }

/* stock proof cards */
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.proof {
  background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden;
  transition: transform .25s, box-shadow .25s;
}
.proof:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.proof .ph { aspect-ratio: 4/3; overflow: hidden; background: var(--bg-2); }
.proof .ph img { width: 100%; height: 100%; object-fit: cover; }
.proof .body { padding: 20px 22px 24px; }
.proof .pn { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 14px; font-weight: 600; }
.proof .mk { font-size: 13px; color: var(--muted); margin-top: 4px; }
.proof .tag {
  display: inline-block; margin-top: 12px; font-size: 11.5px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; border: 1px solid var(--line-2);
  border-radius: 999px; padding: 4px 11px;
}

/* category chips */
.cat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.cat {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 22px 14px 18px; text-align: center; transition: all .2s;
}
.cat:hover { border-color: var(--black); transform: translateY(-3px); box-shadow: var(--shadow); }
.cat img { height: 68px; width: 100%; object-fit: contain; margin-bottom: 12px; mix-blend-mode: multiply; }
.cat span { font-size: 13px; font-weight: 600; display: block; }
.cat small { font-size: 11.5px; color: var(--muted); }

/* hours table */
.hours { display: grid; gap: 0; }
.hours .r { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px dashed var(--line); font-size: 14.5px; }
.hours .r:last-child { border-bottom: 0; }
.hours .r.off { color: var(--muted); }
.hours .r b { font-weight: 600; }

@media (max-width: 1024px) {
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .proof-grid { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .topbar .in { justify-content: center; text-align: center; }
}

/* ============================================================
   v6 — real logo, colour imagery, soft gradients, mobile
   ============================================================ */
:root {
  --g-a: #eef2ff;   /* indigo 50  */
  --g-b: #f5f3ff;   /* violet 50  */
  --g-c: #eff6ff;   /* blue 50    */
  --g-warm: #fff7ed;/* amber 50   */
  --ink-blue: #4f46e5;
  --ink-violet: #7c3aed;
}

/* ---- real logo lockup ---- */
.brand { gap: 0; }
.brand .mark { display: none; }
.brand .name { display: none; }
.brand .logo-img { height: 34px; width: auto; display: block; }
.site-footer .brand .logo-img { height: 40px; }
@media (max-width: 480px) { .brand .logo-img { height: 28px; } }

/* ---- colour imagery ---- */
.logo-strip img { filter: none; opacity: .82; }
.logo-strip img:hover { opacity: 1; }
.brand-tile img { filter: none; opacity: .95; }
.brand-tile:hover img { opacity: 1; transform: scale(1.03); }
.bento .logos-inline img { filter: none; opacity: .8; }
.map-frame { filter: none; }
.exp-item img { filter: saturate(.92) brightness(.66); }
.exp-item:not(.open):hover img { filter: saturate(1) brightness(.78); }
.exp-item.open img { filter: saturate(1.05) brightness(.86); }

/* ---- soft gradients ---- */
.hero {
  background:
    radial-gradient(70% 80% at 15% 0%, var(--g-c) 0%, transparent 60%),
    radial-gradient(60% 70% at 88% 8%, var(--g-b) 0%, transparent 62%),
    linear-gradient(180deg, var(--g-a) 0%, #ffffff 78%);
}
.hero::before { opacity: .35; }
.page-hero {
  background:
    radial-gradient(60% 90% at 88% 0%, var(--g-b) 0%, transparent 62%),
    linear-gradient(180deg, var(--g-c) 0%, var(--bg-2) 82%);
}
.sec.tinted {
  background: linear-gradient(180deg, #ffffff 0%, var(--g-a) 45%, #ffffff 100%);
  border-block-color: var(--line);
}
.marquee-band { background: linear-gradient(180deg, #fff, var(--g-c)); }
.cta-card {
  background:
    radial-gradient(90% 140% at 88% -20%, rgba(124,58,237,.45), transparent 58%),
    radial-gradient(70% 120% at 10% 120%, rgba(79,70,229,.35), transparent 60%),
    linear-gradient(150deg, #17181d 0%, #0b0c0e 70%);
}
.quote-panel .side {
  background:
    radial-gradient(100% 120% at 100% 0%, rgba(124,58,237,.4), transparent 60%),
    linear-gradient(160deg, #1a1b21 0%, #0b0c0e 75%);
}
.bento .cell.dark {
  background:
    radial-gradient(90% 130% at 100% 0%, rgba(79,70,229,.4), transparent 62%),
    linear-gradient(155deg, #17181d, #0b0c0e 72%);
}
.hero .pill { background: rgba(255,255,255,.9); backdrop-filter: blur(8px); }
.hero .pill .dot { background: var(--ink-blue); }
.card .ic { background: linear-gradient(150deg, var(--ink-blue), var(--ink-violet)); }
.cat:hover { border-color: var(--ink-blue); }
.prod-card:hover, .brand-tile:hover { border-color: var(--ink-blue); }
.proof .tag { background: linear-gradient(150deg, var(--g-a), var(--g-b)); border-color: transparent; }
.faq-item[open] summary .pm { background: linear-gradient(150deg, var(--ink-blue), var(--ink-violet)); }
.overline::before { background: linear-gradient(90deg, var(--ink-blue), var(--ink-violet)); }
#progress { background: linear-gradient(90deg, var(--ink-blue), var(--ink-violet)); }
.head-row { border-top-color: var(--ink); }
.tab-btn.active { background: linear-gradient(150deg, #17181d, #0b0c0e); border-color: #0b0c0e; }
.step-btn.active { background: linear-gradient(90deg, var(--g-a), transparent 82%); border-left-color: var(--ink-blue); }
.checks li::before { background: linear-gradient(150deg, var(--ink-blue), var(--ink-violet)); }
.hero .badges .t::before { background: linear-gradient(150deg, var(--ink-blue), var(--ink-violet)); }
.quote-panel .side .checks li::before { background: rgba(255,255,255,.2); }

/* ---- category page bits ---- */
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; }
.pill-row span {
  font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 12.5px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 7px 14px;
}
.pill-row span:hover { border-color: var(--ink-blue); }
.note-line { font-size: 13.5px; color: var(--muted); margin-top: 14px; }
.rel-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.rel-card {
  background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px 18px;
  font-weight: 600; font-size: 14.5px; display: flex; justify-content: space-between; align-items: center; gap: 10px;
  transition: all .2s;
}
.rel-card:hover { border-color: var(--ink-blue); transform: translateY(-2px); box-shadow: var(--shadow); }
.rel-card .ar { color: var(--ink-blue); }

/* ---- mobile sticky call bar ---- */
.mobile-bar { display: none; }
@media (max-width: 720px) {
  .mobile-bar {
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 120;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.94); backdrop-filter: blur(12px);
    border-top: 1px solid var(--line);
  }
  .mobile-bar a {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    height: 48px; border-radius: 12px; font-weight: 600; font-size: 15px;
  }
  .mobile-bar .call { background: var(--black); color: #fff; }
  .mobile-bar .wa { background: #fff; border: 1px solid var(--line-2); color: var(--ink); }
  .mobile-bar .wa svg { width: 17px; height: 17px; }
  body { padding-bottom: 78px; }
  .rel-grid { grid-template-columns: 1fr 1fr; }
  .pill-row span { font-size: 12px; padding: 6px 12px; }
}
@media (max-width: 1024px) { .rel-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---- mobile polish ---- */
@media (max-width: 720px) {
  .main-nav a, .btn, .cat, .brand-tile, .faq-item summary { min-height: 44px; }
  .btn { padding: 13px 22px; }
  .hero .inner { padding: 56px 20px 56px; }
  .hero h1 { font-size: clamp(30px, 8.4vw, 42px); }
  .hero p.lead { font-size: 16px; }
  .sec-head h2, .head-row h2 { font-size: clamp(25px, 7vw, 32px); }
  .bento { gap: 12px; }
  .bento .cell { padding: 22px; border-radius: 16px; }
  .bento .kpi { font-size: 36px; }
  .topbar { font-size: 12px; }
  .topbar .in { padding: 8px 16px; gap: 6px; flex-direction: column; }
  .wrap { padding: 0 18px; }
  .policy-body { padding: 26px 20px; }
  .cta-card { padding: 40px 24px; border-radius: 20px; }
  .cta-card h2 { font-size: clamp(24px, 7vw, 32px); }
  .quote-panel { border-radius: 18px; }
  .step-view .ph { aspect-ratio: 16/10; }
  .proof .ph { aspect-ratio: 3/2; }
  .site-footer .cols { grid-template-columns: 1fr; gap: 32px; padding: 48px 0 36px; }
  .site-footer .bottom { flex-direction: column; gap: 6px; }
}
@media (max-width: 380px) {
  .cat-grid, .prod-grid, .brand-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 28px; }
}

/* ---- real stock gallery ---- */
.shot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.shot { position: relative; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); background: #fff; aspect-ratio: 4/3; }
.shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.shot:hover img { transform: scale(1.05); }
.shot .cap {
  position: absolute; left: 10px; bottom: 10px; z-index: 2;
  background: rgba(255,255,255,.94); backdrop-filter: blur(6px);
  border-radius: 9px; padding: 6px 11px; font-size: 12px; font-weight: 600;
}
@media (max-width: 1024px) { .shot-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px)  { .shot-grid { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   v7 — black footer
   ============================================================ */
.site-footer {
  background:
    radial-gradient(90% 120% at 88% 0%, rgba(124,58,237,.20), transparent 58%),
    radial-gradient(70% 110% at 8% 100%, rgba(79,70,229,.16), transparent 60%),
    linear-gradient(160deg, #14161a 0%, #0b0c0e 72%);
  border-top: 1px solid #23262c;
  color: rgba(255,255,255,.66);
}
.site-footer p,
.site-footer address { color: rgba(255,255,255,.66); }
.site-footer h4 { color: #fff; }
.site-footer a { color: rgba(255,255,255,.78); }
.site-footer ul a { color: rgba(255,255,255,.78); }
.site-footer ul a:hover,
.site-footer a:hover { color: #fff; }
.site-footer b, .site-footer strong { color: #fff; }
.site-footer .bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.45);
}
.site-footer .brand .logo-img { height: 40px; opacity: .98; }

/* ============================================================
   v8 — bigger logo, hero banner slider, uniform category tiles
   ============================================================ */

/* logo +12% */
.brand .logo-img { height: 38px; }
.site-footer .brand .logo-img { height: 45px; }
@media (max-width: 480px) { .brand .logo-img { height: 32px; } }

/* ---------- hero banner slider ---------- */
.hero-slider {
  position: relative; overflow: hidden; background: #0b0c0e;
  min-height: clamp(430px, 62vh, 620px); display: flex; align-items: flex-end;
  border-bottom: 1px solid var(--line);
}
.hs-track { position: absolute; inset: 0; }
.hs-slide {
  position: absolute; inset: 0; opacity: 0; transform: scale(1.06);
  transition: opacity 1.1s ease, transform 7s linear;
}
.hs-slide.on { opacity: 1; transform: scale(1); }
.hs-slide img { width: 100%; height: 100%; object-fit: cover; }
.hs-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(6,7,9,.62) 0%, rgba(6,7,9,.36) 34%, rgba(6,7,9,.90) 100%),
    radial-gradient(80% 70% at 82% 12%, rgba(124,58,237,.28), transparent 62%);
}
.hs-inner {
  position: relative; z-index: 3; width: 100%;
  max-width: var(--max); margin: 0 auto; padding: 120px 24px 74px; color: #fff;
}
.hs-caps { min-height: 26px; margin-bottom: 16px; }
.hs-cap {
  display: none; align-items: center; gap: 9px;
  font-size: 12.5px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase;
  color: #fff; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(8px); border-radius: 999px; padding: 7px 15px;
}
.hs-cap.on { display: inline-flex; animation: capIn .5s ease; }
@keyframes capIn { from { opacity: 0; transform: translateY(7px); } }
.hero-slider h1 { font-size: clamp(34px, 5.4vw, 62px); max-width: 900px; margin-bottom: 16px; color: #fff; }
.hero-slider h1 .accent { font-style: italic; color: #fff; }
.hero-slider p.lead { font-size: clamp(15px, 1.6vw, 18px); color: rgba(255,255,255,.86); max-width: 620px; margin-bottom: 28px; }
.hero-slider .calls { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-slider .btn.primary { background: #fff; color: var(--ink); }
.hero-slider .btn.primary:hover { background: #e9eaec; }
.hero-slider .btn.outline { border-color: rgba(255,255,255,.5); color: #fff; background: transparent; }
.hero-slider .btn.outline:hover { border-color: #fff; background: rgba(255,255,255,.12); }

.hs-dots { position: absolute; z-index: 4; right: 26px; bottom: 26px; display: flex; gap: 8px; }
.hs-dot {
  width: 30px; height: 4px; border-radius: 3px; border: 0; cursor: pointer; padding: 0;
  background: rgba(255,255,255,.34); transition: background .25s, width .25s;
}
.hs-dot.on { background: #fff; width: 46px; }
.hs-prev, .hs-next {
  position: absolute; z-index: 4; top: 50%; transform: translateY(-50%);
  width: 42px; height: 42px; border-radius: 50%; cursor: pointer;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3);
  color: #fff; font-size: 17px; line-height: 1; display: grid; place-items: center;
  backdrop-filter: blur(8px); transition: background .2s;
}
.hs-prev:hover, .hs-next:hover { background: rgba(255,255,255,.28); }
.hs-prev { left: 20px; } .hs-next { right: 20px; }

/* quick-quote band under the slider */
.qq-band { background: var(--bg-2); border-bottom: 1px solid var(--line); padding: 26px 0; }
.qq-band .in { max-width: var(--max); margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.qq-band .qq { max-width: 560px; flex: 1 1 380px; margin: 0; }
.qq-band .badges { display: flex; gap: 20px; flex-wrap: wrap; }
.qq-band .badges .t { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: var(--muted); }
.qq-band .badges .t::before { content: "✓"; width: 19px; height: 19px; flex: none; border-radius: 50%; background: linear-gradient(150deg, var(--ink-blue), var(--ink-violet)); color: #fff; font-size: 10px; font-weight: 700; display: grid; place-items: center; }

/* ---------- uniform category tiles + stagger ---------- */
.cat-grid.stagger { grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cat-grid.stagger .cat {
  padding: 16px 16px 20px; display: flex; flex-direction: column;
  opacity: 0; transform: translateY(18px) scale(.97);
  transition: opacity .55s ease, transform .55s cubic-bezier(.2,.7,.3,1), border-color .2s, box-shadow .25s;
}
html:not(.js) .cat-grid.stagger .cat { opacity: 1; transform: none; }
.cat-grid.stagger .cat.in { opacity: 1; transform: none; }
.cat .thumb {
  aspect-ratio: 4 / 3; width: 100%; border-radius: 12px; overflow: hidden;
  background: linear-gradient(160deg, #fbfbfc, var(--g-a));
  display: grid; place-items: center; margin-bottom: 14px; border: 1px solid var(--line);
}
.cat .thumb img { width: 100%; height: 100%; object-fit: contain; padding: 14px; margin: 0; transition: transform .45s cubic-bezier(.2,.7,.3,1); }
.cat-grid.stagger .cat:hover { transform: translateY(-6px); border-color: var(--ink-blue); box-shadow: 0 18px 40px -18px rgba(79,70,229,.45); }
.cat-grid.stagger .cat:hover .thumb img { transform: scale(1.09) rotate(-1.5deg); }
.cat-grid.stagger .cat span { font-size: 14px; }
.cat-grid.stagger .cat small { margin-top: 3px; }

@media (max-width: 1024px) {
  .cat-grid.stagger { grid-template-columns: repeat(3, 1fr); }
  .hs-inner { padding: 96px 24px 66px; }
  .hs-prev, .hs-next { display: none; }
}
@media (max-width: 720px) {
  .cat-grid.stagger { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .hero-slider { min-height: clamp(380px, 56vh, 480px); }
  .hs-inner { padding: 74px 20px 58px; }
  .hs-dots { right: 18px; bottom: 18px; }
  .qq-band .in { flex-direction: column; align-items: stretch; }
  .qq-band .badges { justify-content: flex-start; }
}

/* v8b — nav active without grey box */
.main-nav a:hover { background: transparent; color: var(--ink); }
.main-nav a.active { background: transparent; color: var(--ink); font-weight: 600; position: relative; }
.main-nav a.active::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 3px; height: 2px;
  border-radius: 2px; background: linear-gradient(90deg, var(--ink-blue), var(--ink-violet));
}
.main-nav a.cta:hover { background: var(--black-hover); color: #fff; }
@media (max-width: 720px) {
  .main-nav a.active::after { left: 32%; right: 32%; bottom: 6px; }
}

/* v8c — FAQ: two columns, tighter rows */
.faq-wrap { display: grid; grid-template-columns: 1fr 330px; gap: 30px; align-items: start; }
.faq-wrap .faq { max-width: none; gap: 10px; }
.faq-item summary { padding: 15px 20px; font-size: 15.5px; }
.faq-item summary .pm { width: 24px; height: 24px; font-size: 14px; }
.faq-item .a { padding: 0 20px 18px; font-size: 14.5px; }
.faq-aside {
  position: sticky; top: 96px; border: 1px solid var(--line); border-radius: 18px;
  overflow: hidden; background: #fff; box-shadow: var(--shadow);
}
.faq-aside .ph { aspect-ratio: 4/3; overflow: hidden; }
.faq-aside .ph img { width: 100%; height: 100%; object-fit: cover; }
.faq-aside .body { padding: 22px 22px 24px; }
.faq-aside h3 { font-size: 18px; margin-bottom: 8px; }
.faq-aside p { font-size: 14px; color: var(--muted); margin-bottom: 16px; }
.faq-aside .btn { width: 100%; justify-content: center; }
.faq-aside .btn + .btn { margin-top: 9px; }
@media (max-width: 1024px) {
  .faq-wrap { grid-template-columns: 1fr; }
  .faq-aside { position: static; display: grid; grid-template-columns: 220px 1fr; }
  .faq-aside .ph { aspect-ratio: auto; height: 100%; }
}
@media (max-width: 720px) { .faq-aside { grid-template-columns: 1fr; } }

/* ============================================================
   v9 — FAQ relayout, uniform industry tiles, tighter pages
   ============================================================ */

/* ---- FAQ: single clean column + sticky aside ---- */
.faq-wrap { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 26px; align-items: start; }
.faq-wrap .faq { display: grid; grid-auto-rows: min-content; gap: 10px; max-width: none; }
.faq-item { border-radius: 14px; }
.faq-item summary {
  padding: 16px 20px; font-size: 15.5px; line-height: 1.4; gap: 18px;
  align-items: center; min-height: 0;
}
.faq-item summary .pm {
  width: 26px; height: 26px; flex: none; border-radius: 50%;
  background: var(--ghost); color: var(--ink); display: grid; place-items: center;
  transition: transform .28s cubic-bezier(.2,.7,.3,1), background .22s, color .22s;
}
.faq-item summary .pm svg { width: 14px; height: 14px; display: block; }
.faq-item[open] summary .pm { transform: rotate(180deg); background: var(--ink); color: #fff; }
.faq-item[open] summary { padding-bottom: 10px; }
.faq-item .a { padding: 0 20px 18px; font-size: 14.5px; line-height: 1.62; max-width: 72ch; }

/* ---- uniform industry tiles ---- */
.ind-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ind-tile {
  position: relative; aspect-ratio: 4 / 3.4; border-radius: 18px; overflow: hidden;
  border: 1px solid var(--line); background: #0b0c0e; isolation: isolate;
  opacity: 0; transform: translateY(20px) scale(.98);
  animation: tileIn .6s cubic-bezier(.2,.7,.3,1) forwards;
}
html:not(.js) .ind-tile { opacity: 1; transform: none; animation: none; }
.ind-tile:nth-child(1){animation-delay:.03s}.ind-tile:nth-child(2){animation-delay:.09s}
.ind-tile:nth-child(3){animation-delay:.15s}.ind-tile:nth-child(4){animation-delay:.21s}
.ind-tile:nth-child(5){animation-delay:.27s}.ind-tile:nth-child(6){animation-delay:.33s}
.ind-tile:nth-child(7){animation-delay:.39s}
@keyframes tileIn { to { opacity: 1; transform: none; } }
.ind-tile img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: saturate(.9) brightness(.72); transition: transform .7s cubic-bezier(.2,.7,.3,1), filter .4s;
}
.ind-tile::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(6,7,9,.05) 35%, rgba(6,7,9,.92) 100%);
  transition: background .35s;
}
.ind-tile:hover img { transform: scale(1.08); filter: saturate(1.05) brightness(.82); }
.ind-no {
  position: absolute; z-index: 3; top: 12px; left: 12px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 11px; font-weight: 700;
  color: #fff; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.3);
  backdrop-filter: blur(6px); border-radius: 999px; padding: 4px 10px;
}
.ind-ov { position: absolute; z-index: 3; left: 16px; right: 16px; bottom: 14px; color: #fff; }
.ind-ov h3 { font-size: 16.5px; line-height: 1.25; margin: 0; }
.ind-ov p {
  font-size: 13px; line-height: 1.5; color: rgba(255,255,255,.86);
  max-height: 0; opacity: 0; overflow: hidden; margin: 0;
  transition: max-height .45s ease, opacity .3s ease, margin .35s ease;
}
.ind-tile:hover .ind-ov p, .ind-tile:focus-within .ind-ov p { max-height: 90px; opacity: 1; margin-top: 7px; }

/* ---- compact the category/product pages ---- */
.page-hero { padding: 72px 0 48px; }
.page-hero p.lead { font-size: 16px; }
.sec { padding: 76px 0; }
.head-row { margin-bottom: 34px; padding-top: 18px; }
.pill-row { gap: 7px; margin-top: 18px; }
.pill-row span { padding: 6px 13px; font-size: 12px; }
.svc-row { padding: 48px 0; gap: 44px; }
.brand-grid { gap: 12px; }
.brand-tile { min-height: 86px; padding: 16px; }
.rel-grid { gap: 12px; }
.rel-card { padding: 15px 16px; font-size: 14px; }
.q-grid, .proof-grid, .shot-grid { gap: 14px; }

@media (max-width: 1024px) {
  .faq-wrap { grid-template-columns: 1fr; }
  .faq-aside { position: static; display: grid; grid-template-columns: 240px 1fr; }
  .faq-aside .ph { aspect-ratio: auto; height: 100%; }
  .ind-tiles { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .ind-tiles { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .ind-ov p { max-height: 90px; opacity: 1; margin-top: 6px; }
  .faq-aside { grid-template-columns: 1fr; }
  .sec { padding: 56px 0; }
  .faq-item summary { padding: 14px 16px; font-size: 15px; }
  .faq-item .a { padding: 0 16px 15px; }
}

/* ---- category page: supply facts + order steps ---- */
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 34px; }
.fact { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px 18px 20px; }
.fact .fk { display: block; font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.fact .fv { display: block; font-size: 14px; line-height: 1.5; }
.steps-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stepc { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px 22px 24px; transition: border-color .2s, transform .25s; }
.stepc:hover { border-color: var(--ink-blue); transform: translateY(-3px); }
.stepc .sn { display: inline-block; font-family: ui-monospace, Menlo, monospace; font-size: 12px; font-weight: 700; color: #fff; background: linear-gradient(150deg, var(--ink-blue), var(--ink-violet)); border-radius: 999px; padding: 4px 10px; margin-bottom: 12px; }
.stepc h3 { font-size: 17px; margin-bottom: 7px; }
.stepc p { font-size: 14px; color: var(--muted); line-height: 1.55; }
@media (max-width: 1024px) { .facts-grid { grid-template-columns: repeat(2, 1fr); } .steps-row { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .facts-grid { grid-template-columns: 1fr; } }
