/* ==========================================================================
   TECN-O-CORPORATION — core stylesheet
   Palette + orbital system derived from the corporate mark:
   indigo hull, silver type, spectrum monogram, green signal bar.
   ========================================================================== */

/* --- self-hosted typefaces ---------------------------------------------- */
@font-face { font-family: "Saira"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/saira-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Saira"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("../fonts/saira-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Saira"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("../fonts/saira-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Saira"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("../fonts/saira-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "IBM Plex Sans"; font-style: normal; font-weight: 300; font-display: swap;
  src: url("../fonts/ibm-plex-sans-latin-300-normal.woff2") format("woff2"); }
@font-face { font-family: "IBM Plex Sans"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/ibm-plex-sans-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "IBM Plex Sans"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("../fonts/ibm-plex-sans-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/ibm-plex-mono-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("../fonts/ibm-plex-mono-latin-500-normal.woff2") format("woff2"); }

/* --- tokens ------------------------------------------------------------- */
:root {
  --void: #070912;
  --hull: #0B0E1C;
  --panel: #10142A;
  --panel-2: #161B36;
  --line: rgba(150, 158, 205, 0.16);
  --line-soft: rgba(150, 158, 205, 0.08);

  --indigo: #3e4095;
  --beam: #6e72e8;
  --beam-dim: rgba(110, 114, 232, 0.16);
  --signal: #00a859;

  --white: #eef0f8;
  --silver: #b9bcc8;
  --dim: #7f86a8;
  --faint: #5b6183;

  --accent: var(--beam); /* overridden per company page */

  --shell: min(1280px, 92vw);
  --gutter: clamp(1.1rem, 4vw, 2.6rem);
  --rad: 3px;

  --f-display: "Saira", "Arial Narrow", sans-serif;
  --f-body: "IBM Plex Sans", system-ui, sans-serif;
  --f-mono: "IBM Plex Mono", ui-monospace, monospace;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);

  /* discipline families — hues encode what kind of work each company does */
  --c-engineering: #ff6a2b;
  --c-power: #ffa318;
  --c-ipm: #21c06b;
  --c-chemical: #00bfc7;
  --c-graphics: #e8467c;
  --c-sign: #ffd426;
  --c-marketing: #7b6bff;
  --c-com: #2e90ff;
  --c-art: #ff3d6e;
  --c-foods: #8fd434;
}

/* --- reset -------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--void);
  color: var(--silver);
  font-family: var(--f-body);
  font-size: clamp(0.95rem, 0.9rem + 0.2vw, 1.03rem);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
h1, h2, h3, h4 {
  font-family: var(--f-display);
  color: var(--white);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.015em;
  margin: 0 0 0.6em;
}
h1 { font-size: clamp(2.4rem, 1.4rem + 4.4vw, 5.2rem); font-weight: 700; letter-spacing: -0.03em; }
h2 { font-size: clamp(1.85rem, 1.2rem + 2.3vw, 3.1rem); }
h3 { font-size: clamp(1.2rem, 1rem + 0.8vw, 1.6rem); }
h4 { font-size: 1.02rem; letter-spacing: 0.01em; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
:focus-visible { outline: 2px solid var(--beam); outline-offset: 3px; border-radius: 2px; }

/* --- primitives --------------------------------------------------------- */
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(3.6rem, 7vw, 7.5rem) 0; position: relative; }
.section--tight { padding: clamp(2.6rem, 4.5vw, 4.5rem) 0; }
.section--hull { background: var(--hull); }
.section + .section { border-top: 1px solid var(--line-soft); }

.eyebrow {
  font-family: var(--f-mono);
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
  flex: none;
}
.lede { font-size: clamp(1.02rem, 0.96rem + 0.4vw, 1.24rem); color: var(--silver); max-width: 62ch; }
.muted { color: var(--dim); }
.mono { font-family: var(--f-mono); font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--faint); }

.head-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  margin-bottom: clamp(2.2rem, 4vw, 3.6rem);
}
@media (max-width: 860px) { .head-row { grid-template-columns: 1fr; align-items: start; } }

/* --- buttons ------------------------------------------------------------ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.86rem 1.5rem;
  font-family: var(--f-mono);
  font-size: 0.73rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1px solid var(--line);
  border-radius: var(--rad);
  color: var(--white);
  background: transparent;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease), transform 0.3s var(--ease), color 0.3s var(--ease);
}
.btn:hover { border-color: var(--accent); background: rgba(110, 114, 232, 0.08); transform: translateY(-2px); }
.btn .arw { transition: transform 0.3s var(--ease); }
.btn:hover .arw { transform: translateX(4px); }
.btn--solid {
  background: var(--accent);
  border-color: var(--accent);
  color: #060814;
  font-weight: 600;
}
.btn--solid:hover { background: var(--white); border-color: var(--white); color: #060814; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.85rem; }

/* --- header ------------------------------------------------------------- */
.hdr {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  padding: 0.85rem 0;
  transition: background 0.35s var(--ease), border-color 0.35s var(--ease), padding 0.35s var(--ease);
  border-bottom: 1px solid transparent;
}
.hdr.is-stuck {
  background: rgba(7, 9, 18, 0.86);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  border-bottom-color: var(--line-soft);
  padding: 0.5rem 0;
}
.hdr__in { display: flex; align-items: center; gap: 1.4rem; }
.hdr__logo img { height: clamp(26px, 3.4vw, 34px); width: auto; }
.hdr__nav { margin-left: auto; display: flex; align-items: center; gap: 0.15rem; }
.hdr__link {
  position: relative;
  padding: 0.55rem 0.78rem;
  font-family: var(--f-mono);
  font-size: 0.7rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--silver);
  transition: color 0.25s var(--ease);
  white-space: nowrap;
}
.hdr__link:hover, .hdr__link.is-on { color: var(--white); }
.hdr__link.is-on::after {
  content: "";
  position: absolute;
  left: 0.78rem;
  right: 0.78rem;
  bottom: 0.24rem;
  height: 1px;
  background: var(--signal);
}
.hdr__cta { margin-left: 0.6rem; padding: 0.62rem 1.05rem; }
.hdr__burger { display: none; margin-left: auto; padding: 0.5rem; }
.hdr__burger span { display: block; width: 22px; height: 1.5px; background: var(--white); margin: 5px 0; transition: transform 0.3s var(--ease), opacity 0.3s var(--ease); }
.hdr__burger.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hdr__burger.is-open span:nth-child(2) { opacity: 0; }
.hdr__burger.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* dropdown */
.drop { position: relative; display: flex; align-items: center; }
.drop__panel {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  width: min(560px, 78vw);
  background: rgba(13, 16, 34, 0.97);
  backdrop-filter: blur(20px);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 0.6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease), visibility 0.25s;
  box-shadow: 0 30px 70px -20px rgba(0, 0, 0, 0.85);
}
.drop:hover .drop__panel, .drop:focus-within .drop__panel { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.drop__item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.6rem 0.7rem;
  font-size: 0.83rem;
  color: var(--silver);
  border-radius: 2px;
  transition: background 0.2s var(--ease), color 0.2s var(--ease);
}
.drop__item:hover { background: rgba(110, 114, 232, 0.1); color: var(--white); }
.drop__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--h); flex: none; }

/* mobile drawer */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 89;
  background: rgba(7, 9, 18, 0.98);
  backdrop-filter: blur(14px);
  padding: 5.5rem var(--gutter) 2rem;
  overflow-y: auto;
  transform: translateY(-100%);
  transition: transform 0.45s var(--ease);
}
.drawer.is-open { transform: translateY(0); }
.drawer a {
  display: block;
  padding: 0.72rem 0;
  border-bottom: 1px solid var(--line-soft);
  font-family: var(--f-display);
  font-size: 1.28rem;
  color: var(--white);
  letter-spacing: -0.01em;
}
.drawer .sub { padding-left: 1rem; font-family: var(--f-body); font-size: 0.94rem; color: var(--silver); display: flex; align-items: center; gap: 0.6rem; }

/* --- spectrum rail ------------------------------------------------------ */
.rail { display: flex; height: 2px; width: 100%; }
.rail i { flex: 1; background: var(--h); opacity: 0.28; transition: opacity 0.4s var(--ease), flex 0.4s var(--ease); }
.rail i.is-on { opacity: 1; flex: 2.2; }

/* --- hero --------------------------------------------------------------- */
.hero {
  position: relative;
  padding: clamp(7rem, 14vh, 10rem) 0 clamp(3rem, 6vw, 5rem);
  overflow: hidden;
  isolation: isolate;
}
.hero__grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(var(--line-soft) 1px, transparent 1px),
                    linear-gradient(90deg, var(--line-soft) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: radial-gradient(ellipse 100% 70% at 50% 30%, #000 20%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 100% 70% at 50% 30%, #000 20%, transparent 78%);
}
.hero__glow {
  position: absolute;
  z-index: -1;
  top: -18%;
  left: 50%;
  transform: translateX(-50%);
  width: min(1100px, 130vw);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(62, 64, 149, 0.3), transparent 62%);
  pointer-events: none;
}
.hero__in { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.hero h1 { text-transform: uppercase; }
.hero h1 .l2 { color: var(--dim); display: block; }
.hero__sub { max-width: 46ch; margin-top: 1.6rem; }
.hero__strap {
  font-family: var(--f-mono);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--faint);
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.9rem;
  margin-top: 2.2rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line-soft);
}
.hero__strap b { color: var(--silver); font-weight: 400; }
@media (max-width: 980px) { .hero__in { grid-template-columns: 1fr; } }

/* --- orbital signature -------------------------------------------------- */
.orbit { position: relative; width: 100%; aspect-ratio: 1 / 0.92; }
.orbit svg { width: 100%; height: 100%; overflow: visible; }
.orbit__ring { fill: none; stroke: rgba(120, 124, 240, 0.42); stroke-width: 1.1; }
.orbit__ring--2 { stroke: rgba(120, 124, 240, 0.18); stroke-dasharray: 3 7; }
.orbit__node { cursor: pointer; }
.orbit__node circle { transition: r 0.3s var(--ease); }
.orbit__node:hover .nd, .orbit__node:focus-visible .nd { r: 10; }
.orbit__core img { animation: coreIn 1.2s var(--ease) both; }
@keyframes coreIn { from { opacity: 0; transform: scale(0.94); } to { opacity: 1; transform: none; } }
.orbit__core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: min(62%, 300px);
  pointer-events: none;
}
.orbit__core img { width: 100%; height: auto; filter: drop-shadow(0 6px 26px rgba(0, 0, 0, 0.6)); }
.orbit__read {
  margin-top: 0.9rem;
  min-height: 2.6em;
  font-family: var(--f-mono);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dim);
  transition: color 0.3s var(--ease);
}
.orbit__read b { display: block; color: var(--white); font-weight: 500; letter-spacing: 0.1em; }
.orbit__fallback { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* shared grid skin — cell hairlines instead of gap lines, so a part-filled
   last row never shows a hole in the panel */
.co-grid, .cap-grid, .steps, .stats, .info-grid, .brand-grid {
  gap: 0;
  background: var(--hull);
  border: 1px solid var(--line-soft);
  overflow: hidden;
}
.co, .cap, .step, .stat, .info, .brand {
  box-shadow: 1px 0 0 var(--line-soft), 0 1px 0 var(--line-soft);
}

/* --- company cards ------------------------------------------------------ */
/* column counts chosen so item counts divide evenly and never leave a hole:
   default grids hold 10 (5/2/1), --3 holds 6 (3/2/1), --4 holds 4 (4/2/1) */
.co-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.co-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.co-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1150px) {
  .co-grid, .co-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .co-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .co-grid, .co-grid--3, .co-grid--4 { grid-template-columns: minmax(0, 1fr); }
}
.co {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: clamp(1.4rem, 2.4vw, 2rem);
  background: var(--hull);
  overflow: hidden;
  transition: background 0.4s var(--ease);
}
.co::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 2px;
  background: var(--h);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--ease);
}
.co:hover { background: var(--panel); }
.co:hover::before { transform: scaleX(1); }
.co__idx { font-family: var(--f-mono); font-size: 0.68rem; letter-spacing: 0.16em; color: var(--h); }
.co__logo { height: 44px; width: 100%; max-width: 210px; object-fit: contain; object-position: left center; filter: brightness(1.16); }
.co__name { font-family: var(--f-display); font-size: 1.12rem; color: var(--white); letter-spacing: -0.01em; }
.co__role { font-size: 0.82rem; color: var(--h); font-family: var(--f-mono); letter-spacing: 0.06em; }
.co__txt { font-size: 0.9rem; color: var(--dim); margin: 0; flex: 1; }
.co__go { font-family: var(--f-mono); font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--silver); display: flex; align-items: center; gap: 0.5rem; }
.co:hover .co__go { color: var(--h); }
.co__go .arw { transition: transform 0.35s var(--ease); }
.co:hover .co__go .arw { transform: translateX(5px); }

/* --- feature / split ---------------------------------------------------- */
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); gap: clamp(1.8rem, 4vw, 4rem); align-items: center; }
.split--wide { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); }
.split--top { align-items: start; }
@media (max-width: 900px) { .split--wide { grid-template-columns: 1fr; } }
.frame { position: relative; border: 1px solid var(--line); padding: 0.5rem; background: var(--hull); }
.frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.frame--tall img { aspect-ratio: 3 / 4; }
.frame__tag {
  position: absolute;
  bottom: 1.1rem;
  left: 1.1rem;
  right: 1.1rem;
  font-family: var(--f-mono);
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--white);
  background: rgba(7, 9, 18, 0.78);
  backdrop-filter: blur(8px);
  padding: 0.55rem 0.75rem;
  border-left: 2px solid var(--accent);
}

/* --- capability lists --------------------------------------------------- */
.cap-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.cap { background: var(--hull); padding: clamp(1.3rem, 2.2vw, 1.9rem); transition: background 0.35s var(--ease); }
.cap:hover { background: var(--panel); }
.cap h4 { color: var(--white); margin-bottom: 0.55rem; font-family: var(--f-display); }
.cap p { font-size: 0.88rem; color: var(--dim); margin: 0; }
.cap__n { font-family: var(--f-mono); font-size: 0.66rem; letter-spacing: 0.18em; color: var(--accent); display: block; margin-bottom: 0.9rem; }

.ticks { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 2.2rem; }
.ticks--1 { columns: 1; }
.ticks--3 { columns: 3; }
@media (max-width: 780px) { .ticks, .ticks--3 { columns: 1; } }
.ticks li {
  position: relative;
  padding: 0.42rem 0 0.42rem 1.4rem;
  font-size: 0.9rem;
  color: var(--silver);
  break-inside: avoid;
  border-bottom: 1px solid var(--line-soft);
}
.ticks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.02em;
  width: 6px;
  height: 1px;
  background: var(--accent);
}

/* --- process steps ------------------------------------------------------ */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.step { background: var(--hull); padding: clamp(1.3rem, 2.2vw, 1.8rem); position: relative; }
.step__n { font-family: var(--f-mono); font-size: 0.72rem; letter-spacing: 0.16em; color: var(--accent); display: block; margin-bottom: 1.1rem; }
.step h4 { margin-bottom: 0.5rem; }
.step p { font-size: 0.86rem; color: var(--dim); margin: 0; }

/* --- stats -------------------------------------------------------------- */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); }
.stat { background: var(--hull); padding: clamp(1.4rem, 2.6vw, 2.1rem); }
.stat b { display: block; font-family: var(--f-display); font-size: clamp(2rem, 1.3rem + 2.4vw, 3.1rem); color: var(--white); line-height: 1; font-weight: 700; letter-spacing: -0.03em; }
.stat span { display: block; margin-top: 0.7rem; font-family: var(--f-mono); font-size: 0.67rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--faint); }

/* --- gallery ------------------------------------------------------------ */
.gal { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 0.6rem; }
.gal__i {
  position: relative;
  overflow: hidden;
  background: var(--panel);
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line-soft);
  cursor: zoom-in;
}
.gal__i img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease), opacity 0.5s; }
.gal__i:hover img { transform: scale(1.06); }
.gal__i::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s var(--ease);
}
.gal__i:hover::after { transform: scaleX(1); }
.gal__i.tall { grid-row: span 2; aspect-ratio: 3 / 4.4; }

.filters { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2rem; }
.filt {
  padding: 0.56rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--rad);
  font-family: var(--f-mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dim);
  transition: all 0.28s var(--ease);
}
.filt:hover { color: var(--white); border-color: var(--silver); }
.filt.is-on { background: var(--white); border-color: var(--white); color: #070912; }

/* lightbox */
.lb { position: fixed; inset: 0; z-index: 200; background: rgba(4, 5, 12, 0.96); backdrop-filter: blur(10px); display: none; place-items: center; padding: 3rem 1.2rem; }
.lb.is-open { display: grid; }
.lb img { max-width: 100%; max-height: 84vh; object-fit: contain; border: 1px solid var(--line); }
.lb__cap { margin-top: 1rem; text-align: center; font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--dim); }
.lb__x { position: absolute; top: 1.2rem; right: 1.4rem; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--white); }
.lb__x:hover { border-color: var(--white); }
.lb__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--white); }
.lb__nav:hover { border-color: var(--white); background: rgba(255, 255, 255, 0.06); }
.lb__nav--p { left: 1.2rem; }
.lb__nav--n { right: 1.2rem; }

/* --- products ----------------------------------------------------------- */
.brand-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.brand { background: var(--hull); padding: clamp(1.5rem, 3vw, 2.4rem); text-align: center; transition: background 0.4s var(--ease); }
.brand:hover { background: var(--panel); }
.brand__shot { height: 240px; display: grid; place-items: center; margin-bottom: 1.4rem;
  background: #f3f4f7; border-radius: 4px; padding: 1rem; }
.brand__shot img { max-height: 100%; width: auto; filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.55)); transition: transform 0.5s var(--ease); }
.brand:hover .brand__shot img { transform: translateY(-6px) scale(1.03); }
.brand h3 { margin-bottom: 0.35rem; }
.brand .sizes { display: flex; flex-wrap: wrap; gap: 0.4rem; justify-content: center; margin-top: 1rem; }
.brand .sizes i { font-style: normal; font-family: var(--f-mono); font-size: 0.66rem; letter-spacing: 0.1em; padding: 0.3rem 0.6rem; border: 1px solid var(--line); color: var(--silver); }

/* --- company page hero -------------------------------------------------- */
.chero { position: relative; padding: clamp(8rem, 16vh, 11rem) 0 clamp(3rem, 6vw, 5rem); overflow: hidden; }
.chero__bg { position: absolute; inset: 0; z-index: -2; }
.chero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.24; }
.chero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7, 9, 18, 0.86) 0%, rgba(7, 9, 18, 0.7) 45%, var(--void) 100%); }
.chero__plate {
  display: inline-block;
  background: #fff;
  padding: clamp(0.7rem, 1.6vw, 1.1rem) clamp(1rem, 2.2vw, 1.6rem);
  border-radius: 4px;
  margin-bottom: 1.8rem;
  box-shadow: 0 18px 46px -18px rgba(0, 0, 0, 0.8);
}
.chero__logo { height: clamp(38px, 5.2vw, 58px); width: auto; display: block; margin: 0; }
.chero h1 { font-size: clamp(2rem, 1.2rem + 3.2vw, 3.9rem); text-transform: uppercase; }
.crumb { font-family: var(--f-mono); font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--faint); margin-bottom: 1.8rem; display: flex; gap: 0.6rem; align-items: center; flex-wrap: wrap; }
.crumb a:hover { color: var(--white); }
.crumb .sep { color: var(--accent); }

/* --- pull quote / callout ----------------------------------------------- */
.callout { border-left: 2px solid var(--accent); padding: 0.4rem 0 0.4rem 1.6rem; font-family: var(--f-display); font-size: clamp(1.15rem, 1rem + 1vw, 1.75rem); color: var(--white); line-height: 1.28; letter-spacing: -0.015em; }

/* --- cta band ----------------------------------------------------------- */
.cta { position: relative; overflow: hidden; background: var(--hull); border-top: 1px solid var(--line-soft); }
.cta__spec { position: absolute; inset: 0 0 auto; height: 2px; display: flex; }
.cta__spec i { flex: 1; background: var(--h); }
.cta__in { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr); gap: clamp(1.6rem, 4vw, 3.5rem); align-items: center; padding: clamp(3rem, 6vw, 5.5rem) 0; }
@media (max-width: 860px) { .cta__in { grid-template-columns: 1fr; } }

/* --- contact ------------------------------------------------------------ */
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.info { background: var(--hull); padding: clamp(1.5rem, 3vw, 2.2rem); }
.info h4 { font-family: var(--f-mono); font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-bottom: 1rem; }
.info a, .info p { font-size: 0.98rem; color: var(--white); }
.info a { display: block; padding: 0.2rem 0; transition: color 0.25s var(--ease); }
.info a:hover { color: var(--beam); }
.info small { display: block; margin-top: 0.8rem; color: var(--faint); font-size: 0.8rem; line-height: 1.55; }
.pending { border: 1px dashed var(--line); padding: 1.1rem 1.3rem; font-family: var(--f-mono); font-size: 0.72rem; letter-spacing: 0.1em; color: var(--faint); text-transform: uppercase; }

/* --- footer ------------------------------------------------------------- */
.ftr { background: var(--void); border-top: 1px solid var(--line-soft); padding: clamp(3rem, 5vw, 4.5rem) 0 2rem; }
.ftr__grid { display: grid; grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr)); gap: clamp(1.6rem, 3.5vw, 3rem); }
@media (max-width: 900px) { .ftr__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .ftr__grid { grid-template-columns: 1fr; } }
.ftr__logo { height: 30px; width: auto; margin-bottom: 1.3rem; }
.ftr h5 { font-family: var(--f-mono); font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--faint); margin: 0 0 1.1rem; font-weight: 400; }
.ftr ul { list-style: none; margin: 0; padding: 0; }
.ftr li { margin-bottom: 0.52rem; }
.ftr li a { font-size: 0.87rem; color: var(--silver); transition: color 0.24s var(--ease); display: flex; align-items: center; gap: 0.55rem; }
.ftr li a:hover { color: var(--white); }
.ftr__bar { margin-top: clamp(2.4rem, 4vw, 3.4rem); padding-top: 1.4rem; border-top: 1px solid var(--line-soft); display: flex; flex-wrap: wrap; gap: 0.8rem 1.6rem; justify-content: space-between; align-items: center; }
.ftr__bar p { margin: 0; font-family: var(--f-mono); font-size: 0.68rem; letter-spacing: 0.1em; color: var(--faint); }
.ftr__tag { color: var(--silver) !important; }

/* --- reveal animation --------------------------------------------------- */
.rv { opacity: 0; transform: translateY(22px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.rv.is-in { opacity: 1; transform: none; }

/* --- responsive --------------------------------------------------------- */
@media (max-width: 1080px) {
  .hdr__nav { display: none; }
  .hdr__burger { display: block; }
}
@media (max-width: 620px) {
  .gal { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
  .gal__i.tall { grid-row: span 1; aspect-ratio: 4 / 3; }
  .ticks { columns: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
  html { scroll-behavior: auto; }
  .rv { opacity: 1; transform: none; }
}

/* --- product pack shots ------------------------------------------------- */
.shot { background: #f3f4f7; aspect-ratio: 3 / 4; border: 1px solid var(--line-soft); overflow: hidden; cursor: zoom-in; position: relative; }
.shot img { width: 100%; height: 100%; object-fit: contain; padding: 1.1rem; transition: transform 0.55s var(--ease); }
.shot:hover img { transform: scale(1.05); }
