/* ============================================================
   IC-1 (redesign) — page-specific styles
   Root hook: .page-ic1r
   Built on the same tokens as site.css / subpages.css.
   Distinct from .page-ic1 (which is now the IC-2 layout).
   ============================================================ */

.page-ic1r .subhero { padding: 56px var(--pad-x) 0; border-bottom: none; }

/* ─── Hero · Variation A — Editorial split ──────────────────── */
.ic1r-hero {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px;
  align-items: center; padding: 8px var(--pad-x) 0;
}
.ic1r-hero__copy { max-width: 560px; }
.ic1r-hero__title {
  font-family: var(--font-display);
  font-size: clamp(52px, 8.5vw, 108px);
  font-weight: 500; line-height: 0.94; letter-spacing: -0.035em; margin: 14px 0 0;
}
.ic1r-hero__sub {
  margin-top: 26px; font-size: clamp(16px, 1.4vw, 20px);
  max-width: 480px; line-height: 1.5; color: var(--type-mute);
}
.ic1r-hero__cta { margin-top: 34px; display: flex; gap: 12px; flex-wrap: wrap; }
.ic1r-hero__meta {
  margin-top: 30px; display: flex; gap: 28px; flex-wrap: wrap;
  font-size: 12px; letter-spacing: 0.04em; color: var(--type-mute);
}
.ic1r-hero__meta b { color: var(--ink); font-weight: 600; font-family: var(--font-display); }
.ic1r-hero__stage {
  position: relative;
  background: radial-gradient(ellipse at 55% 45%, var(--ice) 0%, var(--paper) 72%);
  border-radius: 24px; aspect-ratio: 4 / 5; padding: 32px;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.ic1r-hero__stage img {
  max-width: 78%; max-height: 82%; object-fit: contain;
  filter: drop-shadow(0 34px 64px rgba(3,7,13,0.22));
}
.ic1r-hero__tag {
  position: absolute; bottom: 18px; left: 18px;
  background: rgba(255,255,255,0.92); border: 1px solid var(--line);
  border-radius: 999px; padding: 8px 14px;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--type-mute); display: flex; align-items: center; gap: 8px;
}
.ic1r-hero__tag::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--good);
}

/* ─── Hero · Variation B — Full-bleed field ─────────────────── */
.ic1r-herofull {
  position: relative; margin-top: 8px;
  min-height: clamp(560px, 80vh, 820px);
  background: var(--ink); color: var(--paper); overflow: hidden;
  border-bottom: 1px solid var(--ink);
  display: flex; flex-direction: column; justify-content: flex-end;
}
.ic1r-herofull__bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0.62;
}
.ic1r-herofull::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(3,7,13,0.30) 0%, rgba(3,7,13,0.10) 40%, rgba(3,7,13,0.88) 100%);
}
.ic1r-herofull__inner {
  position: relative; z-index: 2; width: 100%;
  padding: 96px var(--pad-x) 64px; max-width: 1100px;
}
.ic1r-herofull__eyebrow {
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--steel-l); display: flex; align-items: center; gap: 10px; font-weight: 500;
}
.ic1r-herofull__eyebrow::before {
  content: ''; width: 18px; height: 1px; background: currentColor; opacity: 0.7;
}
.ic1r-herofull__title {
  font-family: var(--font-display);
  font-size: clamp(52px, 8vw, 116px);
  font-weight: 500; line-height: 0.93; letter-spacing: -0.035em; margin: 18px 0 0;
}
.ic1r-herofull__sub {
  margin-top: 24px; font-size: clamp(16px, 1.4vw, 21px);
  max-width: 560px; line-height: 1.5; color: rgba(242,244,243,0.82);
}
.ic1r-herofull__cta { margin-top: 34px; display: flex; gap: 12px; flex-wrap: wrap; }

/* ─── Proof stat strip ──────────────────────────────────────── */
.ic1r-proof {
  margin: 0 var(--pad-x); padding: 0;
}
.page-ic1r .ic1r-proof.is-onfull { padding-top: var(--section-pad-y); }

/* Center the proof-strip stats (scoped to this page only) */
.page-ic1r .ic1r-proof .stat-row__cell { text-align: center; }

/* ─── Monitoring + timelapse ────────────────────────────────── */
.ic1r-monitor { padding: var(--section-pad-y) var(--pad-x); }
.ic1r-monitor__grid {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center;
}
.ic1r-monitor__copy { max-width: 460px; }
.ic1r-monitor__body {
  margin-top: 18px; font-size: 16px; line-height: 1.6; color: var(--type-mute);
}
.ic1r-monitor__list { margin-top: 22px; display: flex; flex-direction: column; gap: 12px; }
.ic1r-monitor__li {
  display: grid; grid-template-columns: 18px 1fr; gap: 12px;
  font-size: 15px; line-height: 1.5; color: var(--ink);
}
.ic1r-monitor__li svg { width: 18px; height: 18px; color: var(--steel); margin-top: 2px; }
.ic1r-timelapse {
  position: relative; border-radius: 20px; overflow: hidden;
  aspect-ratio: 16 / 11; background: var(--ink);
  border: 1px solid var(--line);
}
.ic1r-timelapse img,
.ic1r-timelapse video { width: 100%; height: 100%; object-fit: cover; opacity: 0.92; display: block; }
.ic1r-timelapse__bar {
  position: absolute; left: 18px; bottom: 18px; right: 18px;
  display: flex; align-items: center; gap: 12px;
  background: rgba(3,7,13,0.55); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.16); border-radius: 12px;
  padding: 12px 16px; color: var(--paper);
}
.ic1r-timelapse__play {
  width: 34px; height: 34px; flex: none; border-radius: 50%;
  background: var(--paper); color: var(--ink);
  display: flex; align-items: center; justify-content: center;
}
.ic1r-timelapse__meta { font-size: 12px; line-height: 1.3; }
.ic1r-timelapse__meta b { display: block; font-family: var(--font-display); font-size: 13px; }
.ic1r-timelapse__meta span { color: rgba(242,244,243,0.65); letter-spacing: 0.04em; }
.ic1r-timelapse__track {
  margin-left: auto; height: 3px; width: 38%; border-radius: 2px;
  background: rgba(255,255,255,0.25); position: relative;
}
.ic1r-timelapse__track::after {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 44%;
  background: var(--paper); border-radius: 2px;
}

/* ─── Measurement matrix (the 9 capabilities) ───────────────── */
.ic1r-matrix { padding: var(--section-pad-y) var(--pad-x); background: var(--paper-2);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ic1r-matrix__head { max-width: 620px; margin-bottom: 52px; }
.ic1r-matrix__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ic1r-matrix__col {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 30px; display: flex; flex-direction: column;
}
.ic1r-matrix__icon {
  width: 42px; height: 42px; border-radius: 10px; background: var(--ice);
  color: var(--steel); display: flex; align-items: center; justify-content: center;
}
.ic1r-matrix__icon svg { width: 22px; height: 22px; }
.ic1r-matrix__coltitle {
  margin-top: 18px; font-size: 21px; font-weight: 500; letter-spacing: -0.015em; color: var(--ink);
}
.ic1r-matrix__items { margin-top: 18px; display: flex; flex-direction: column; }
.ic1r-matrix__item {
  padding: 14px 0; border-top: 1px solid var(--line);
}
.ic1r-matrix__item:first-child { border-top: none; padding-top: 4px; }
.ic1r-matrix__item h5 { font-size: 15px; font-weight: 500; color: var(--ink); letter-spacing: -0.005em; }
.ic1r-matrix__item p { margin-top: 4px; font-size: 13.5px; line-height: 1.5; color: var(--type-mute); }

/* ─── Proven technology (dark) ──────────────────────────────── */
.ic1r-tech { background: var(--ink); color: var(--paper); padding: var(--section-pad-y) var(--pad-x); }
.ic1r-tech__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.ic1r-tech__title {
  font-family: var(--font-display); font-size: clamp(34px, 4.4vw, 56px);
  font-weight: 500; line-height: 1.02; letter-spacing: -0.025em; color: var(--paper); margin-top: 14px;
}
.ic1r-tech__body { margin-top: 22px; font-size: 16px; line-height: 1.62; color: rgba(242,244,243,0.74); max-width: 480px; }
.ic1r-tech__body + .ic1r-tech__body { margin-top: 16px; }
.ic1r-tech__patent {
  margin-top: 28px; display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(255,255,255,0.22); border-radius: 999px; padding: 9px 16px;
  font-size: 12px; letter-spacing: 0.06em; color: var(--paper);
}
.ic1r-tech__patent svg { width: 16px; height: 16px; color: var(--steel-l); }
.ic1r-tech__steps { display: flex; flex-direction: column; gap: 0; }
.ic1r-tech__step {
  display: grid; grid-template-columns: 56px 1fr; gap: 18px;
  padding: 26px 0; border-top: 1px solid rgba(255,255,255,0.14);
}
.ic1r-tech__step:first-child { border-top: none; }
.ic1r-tech__stepnum {
  font-family: var(--font-display); font-size: 30px; font-weight: 500; color: var(--steel-l); line-height: 1;
}
.ic1r-tech__step h4 { font-size: 19px; font-weight: 500; letter-spacing: -0.015em; }
.ic1r-tech__step p { margin-top: 7px; font-size: 14px; line-height: 1.55; color: rgba(242,244,243,0.68); }

/* ─── Harsh environments + deployment map ───────────────────── */
.ic1r-deploy { padding: var(--section-pad-y) var(--pad-x); }
.ic1r-deploy__head { max-width: 600px; margin-bottom: 40px; }
.ic1r-deploy__map {
  position: relative; background: transparent; border: 1px solid var(--line);
  border-radius: 20px; padding: 36px 40px;
}
.ic1r-deploy__map img { width: 100%; display: block; }
.ic1r-deploy__legend {
  margin-top: 18px; display: flex; gap: 28px; flex-wrap: wrap;
  font-size: 12px; letter-spacing: 0.04em; color: var(--type-mute);
}
.ic1r-deploy__legend span { display: inline-flex; align-items: center; gap: 8px; }
.ic1r-deploy__dot { width: 9px; height: 9px; border-radius: 50%; }
.ic1r-deploy__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.ic1r-deploy__card { border-top: 1px solid var(--line); padding-top: 18px; text-align: center; }
.ic1r-deploy__card .n {
  font-family: var(--font-display); font-size: clamp(30px, 3.4vw, 40px);
  font-weight: 500; letter-spacing: -0.02em; color: var(--ink);
}
.ic1r-deploy__card .l { margin-top: 8px; font-size: 14px; line-height: 1.5; color: var(--type-mute); }

/* ─── Testimonials ──────────────────────────────────────────── */
.ic1r-quotes { padding: var(--section-pad-y) var(--pad-x); background: var(--paper-2);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ic1r-quotes__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ic1r-quote {
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  padding: 40px; display: flex; flex-direction: column;
}
.ic1r-quote__mark { font-family: var(--font-display); font-size: 56px; line-height: 0.6; color: var(--ice); height: 32px; }
.ic1r-quote__text {
  font-family: var(--font-display); font-size: clamp(20px, 2vw, 26px);
  font-weight: 500; line-height: 1.35; letter-spacing: -0.015em; color: var(--ink);
}
.ic1r-quote__who { margin-top: auto; padding-top: 28px; display: flex; align-items: center; gap: 14px; }
.ic1r-quote__who > span:last-child { display: flex; flex-direction: column; min-width: 0; }
.ic1r-quote__avatar {
  width: 42px; height: 42px; border-radius: 50%; flex: none;
  background: var(--ink); color: var(--paper);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 15px; font-weight: 500;
}
.ic1r-quote__name { font-size: 15px; font-weight: 600; color: var(--ink); white-space: nowrap; }
.ic1r-quote__role { font-size: 13px; color: var(--type-mute); margin-top: 2px; white-space: nowrap; }

/* ─── Spec table (legacy spec values) ───────────────────────── */
.ic1r-specs { padding: var(--section-pad-y) var(--pad-x); }
.ic1r-specs__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 64px; margin-top: 8px; }
.ic1r-specs__row {
  display: grid; grid-template-columns: 1fr 1.3fr; gap: 24px;
  padding: 18px 0; border-bottom: 1px solid var(--line);
}
.ic1r-specs__label { font-size: 13px; color: var(--type-mute); letter-spacing: 0.05em; text-transform: uppercase; }
.ic1r-specs__value { font-size: 16px; color: var(--ink); font-family: var(--font-display); }
.ic1r-specs__note {
  margin-top: 20px; font-size: 12px; letter-spacing: 0.02em; color: rgba(3,7,13,0.5);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

/* ─── Responsive ────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .ic1r-hero { grid-template-columns: 1fr; gap: 36px; }
  .ic1r-hero__stage { aspect-ratio: 16 / 11; }
  .ic1r-monitor__grid { grid-template-columns: 1fr; gap: 40px; }
  .ic1r-matrix__grid { grid-template-columns: 1fr; }
  .ic1r-tech__grid { grid-template-columns: 1fr; gap: 44px; }
  .ic1r-quotes__grid { grid-template-columns: 1fr; }
  .ic1r-specs__grid { grid-template-columns: 1fr; }
  .ic1r-deploy__cards { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .ic1r-herofull__inner { padding: 72px var(--pad-x) 48px; }
}
