/* ============================================================
   DeepRock — page-specific styles (home, solutions, process, contact)
   ============================================================ */

/* ---- Scroll progress -------------------------------------- */
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 9000; background: transparent; }
.scroll-progress span { display: block; height: 100%; transform-origin: left; transform: scaleX(0);
  background: linear-gradient(90deg, var(--accent), var(--accent-2)); box-shadow: 0 0 12px rgba(127,238,251,0.6); }

/* ---- Logo-led hero intro ---------------------------------- */
.hero-intro { padding: clamp(48px, 9vh, 96px) 40px clamp(24px, 3vh, 40px); text-align: center;
  display: flex; flex-direction: column; align-items: center; position: relative; }
.hero-logo { margin: 4px 0 14px; display: inline-flex; animation: logoFloat 6s ease-in-out infinite;
  filter: drop-shadow(0 14px 60px rgba(63,181,200,0.34)); }
@keyframes logoFloat { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-10px); } }
@media (prefers-reduced-motion: reduce) { .hero-logo { animation: none; } }
/* lightning flash down the hero mark's cleave edge */
.mk-bolt { opacity: 0; filter: drop-shadow(0 0 3px #7feefb); animation: mkBolt 6s ease-in-out infinite; }
@keyframes mkBolt {
  0%,84%{ opacity: 0; }
  85%{ opacity: 1; } 87%{ opacity: 0.15; } 89%{ opacity: 1; } 92%{ opacity: 0.3; } 94%{ opacity: 0.9; }
  98%,100%{ opacity: 0; }
}
.hero-logo .wordmark { letter-spacing: -0.03em; font-weight: 700; }
/* light pulse travels down the cleave edge of the hero mark */
.mk-pulse { filter: drop-shadow(0 0 3px rgba(127,238,251,0.9)); animation: mkPulse 11s ease-in-out infinite; }
@keyframes mkPulse { 0%{ stroke-dashoffset: 12; opacity: 0; } 4%{ opacity: 1; } 18%{ opacity: 1; } 26%,100%{ stroke-dashoffset: -150; opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .mk-pulse { animation: none; opacity: 0; } }
/* SOLUTIONS lockup, exactly like the agreed logo tagline */
.hero-sub { display: inline-flex; align-items: center; gap: 16px; margin: 6px 0 2px;
  font-family: 'JetBrains Mono', monospace; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.4em; font-size: clamp(11px, 1.2vw, 15px); color: #6f8a9c; padding-left: 0.4em; }
.hero-sub::before, .hero-sub::after { content: ''; width: clamp(40px, 7vw, 90px); height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent); }
.hero-msg { margin: 84px auto 0; max-width: 40ch; text-align: center; font-weight: 600;
  font-size: clamp(18px, 1.9vw, 25px); line-height: 1.35; letter-spacing: -0.02em; color: var(--fg); }
.hero-intro .cta-row { display: flex; gap: 14px; justify-content: center; margin-top: 44px; flex-wrap: wrap; }

/* solution trio in hero */
.sol-trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 14px; width: 100%; position: relative; }
.sol-trio::before { content: ''; position: absolute; top: 56px; left: 12%; right: 12%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent); opacity: 0.4; z-index: 0; }
/* a glowing pulse travels along the connector line */
.sol-trio::after { content: ''; position: absolute; top: 53px; left: 12%; width: 7px; height: 7px; z-index: 0;
  border-radius: 50%; background: var(--accent-2); box-shadow: 0 0 12px 3px rgba(127,238,251,0.7);
  animation: trioPulse 4.2s ease-in-out infinite; }
@keyframes trioPulse { 0%{ left: 12%; opacity: 0; } 12%{ opacity: 1; } 88%{ opacity: 1; } 100%{ left: 88%; opacity: 0; } }
.trio-card { position: relative; z-index: 1; padding: 26px 24px 28px; border-radius: 18px; text-align: left;
  display: flex; flex-direction: column; gap: 0; min-height: 250px; overflow: hidden;
  transition: transform .4s var(--ease), border-color .4s var(--ease); }
.trio-card:hover { transform: translateY(-6px); border-color: var(--accent); }
.sol-trio { gap: 16px; }
.trio-card .spotlight { position: absolute; inset: 0; opacity: 0; transition: opacity .3s; pointer-events: none;
  background: radial-gradient(180px circle at var(--mx,50%) var(--my,50%), rgba(63,181,200,0.16), transparent 70%); }
.trio-card:hover .spotlight { opacity: 1; }
.trio-card h3 { margin: 0; }
.trio-card p { margin: 5px 0 0; font-size: 14px; line-height: 1.5; color: var(--fg); opacity: 0.72; }
.trio-card .more { margin-top: auto; padding-top: 14px; font-size: 11.5px; font-weight: 600; color: var(--accent-2);
  text-transform: uppercase; letter-spacing: 0.16em; display: inline-flex; gap: 8px; align-items: center; }
.trio-card .more::after { content: '→'; transition: transform .2s var(--ease); }
.trio-card:hover .more::after { transform: translateX(4px); }

/* ---- Animated card visuals -------------------------------- */
.trio-anim { height: 64px; margin-bottom: 20px; position: relative; }
.trio-anim svg { width: 100%; height: 100%; overflow: visible; display: block; }

/* ===== AI — orbiting nucleus (atom of intelligence) ===== */
.anim-core { transform: scale(0.85); transform-origin: center; }
.anim-core .outring { fill: none; stroke: var(--accent); opacity: 0.18; stroke-dasharray: 3 6; }
.anim-core .onode { fill: var(--accent-2); opacity: 0.5; }
.anim-core .electron.sm { fill: var(--accent-2); opacity: 0.7; }
.anim-core .ncore-ring { fill: none; stroke: #fff; stroke-width: 0.8; opacity: 0.4; transform-box: fill-box; transform-origin: center; animation: ncoreRing 3s ease-in-out infinite; }
@keyframes ncoreRing { 0%,100%{ opacity: 0.15; transform: scale(0.9); } 50%{ opacity: 0.5; transform: scale(1.15); } }
.anim-core .orbit-ring { fill: none; stroke: var(--accent); opacity: 0.26; stroke-width: 1; }
.anim-core .orbit-ring.faint { opacity: 0.14; }
.anim-core .electron { fill: var(--accent-2); }
.anim-core .e-glow { fill: var(--accent-2); opacity: 0.3; }
.anim-core .nucleus { fill: #fff; animation: nucleus 2.4s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
.anim-core .nucleus-glow { fill: var(--accent-2); opacity: 0.25; transform-box: fill-box; transform-origin: center; animation: nucleus 2.4s ease-in-out infinite; }
@keyframes nucleus { 0%,100%{ transform: scale(.82); } 50%{ transform: scale(1.18); } }
.anim-core .nucleus { animation-duration: 4s !important; }
.anim-core .nucleus-glow { animation-duration: 4s !important; }
.anim-core .pr { fill: none; stroke: var(--accent-2); stroke-width: 1.4; transform-box: fill-box; transform-origin: center; }
.anim-core .pr1 { animation: corePulse 4.6s ease-out infinite; }
.anim-core .pr2 { animation: corePulse 4.6s ease-out infinite 1.55s; }
.anim-core .pr3 { animation: corePulse 4.6s ease-out infinite 3.1s; }
@keyframes corePulse { 0%{ transform: scale(.2); opacity: .7; } 100%{ transform: scale(3.2); opacity: 0; } }

/* ===== Automation — self-completing task list (JS-driven, random speed) ===== */
.anim-tasks { transform: translateY(-11px) scale(1.12); transform-origin: center; }
.anim-tasks .tbar { fill: rgba(155,134,255,0.12); }
.anim-tasks .tfill { fill: rgba(155,134,255,0.5); transform-box: fill-box; transform-origin: left;
  transform: scaleX(0); transition: transform .45s ease; }
.anim-tasks .trow.done .tfill { transform: scaleX(1); }
.anim-tasks .tbox { fill: rgba(155,134,255,0.06); stroke: var(--violet); stroke-width: 1.4; }
.anim-tasks .tck { opacity: 0; transform-box: fill-box; transform-origin: center;
  transition: opacity .28s ease, transform .28s ease; }
.anim-tasks .trow.done .tck { opacity: 1; }
.anim-tasks .tck .bx { fill: var(--violet); stroke: var(--violet-2); stroke-width: 1.4; }
.anim-tasks .tck .ck { stroke: #fff; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.anim-tasks .scan { opacity: 0; }
.anim-tasks .scan line { stroke: var(--violet-2); stroke-width: 1; opacity: 0.5; }
.anim-tasks .scan .cur { fill: var(--violet-2); }
@media (prefers-reduced-motion: reduce) { .anim-tasks .trow .tfill { transform: scaleX(1); } .anim-tasks .trow .tck { opacity: 1; } }
/* automation summary line (typed left→right, anchored to checkbox column) */
.anim-tasks .tsum2 { transition: opacity .3s ease; }
.anim-tasks .sumbar { fill: var(--violet-2); filter: drop-shadow(0 0 3px rgba(155,134,255,0.85)); animation: sumGlow 1.6s ease-in-out infinite; }
@keyframes sumGlow { 0%,100%{ filter: drop-shadow(0 0 2px rgba(155,134,255,0.5)); } 50%{ filter: drop-shadow(0 0 5px rgba(155,134,255,1)); } }
.anim-tasks .sumcaret { fill: #fff; animation: sumCaret 0.6s steps(1) infinite; }
@keyframes sumCaret { 0%,50%{ opacity: 1; } 51%,100%{ opacity: 0; } }

/* ===== Digitalization — building grid with scan sweep (amber) ===== */
.anim-grid-wrap { position: relative; height: 70px; width: 80%; margin: 0 auto; overflow: hidden; border-radius: 8px; }
.anim-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 1fr; gap: 4px; height: 100%; }
.anim-grid i { display: block; border-radius: 3px; background: linear-gradient(135deg, var(--amber-2), var(--amber));
  opacity: 0.16; transform-origin: center; transition: background 2.6s ease, opacity 2.6s ease, transform 2.6s ease; }
.anim-grid i.hot { background: linear-gradient(135deg, #fff, var(--amber-2)); opacity: 0.98; transform: scale(1.06); }
@keyframes cellBuild { 0%,100%{ opacity: .12; transform: scale(.78) translateY(3px); } 50%{ opacity: .9; transform: scale(1) translateY(0); } }

/* per-card accent on the 'more' labels */
.trio-card.c-ai   .more { color: var(--accent-2); }
.trio-card.c-auto .more { color: var(--violet-2); }
.trio-card.c-data .more { color: var(--amber-2); }
.trio-card.c-auto:hover { border-color: var(--violet); }
.trio-card.c-data:hover { border-color: var(--amber); }

/* scroll cue */
.scroll-cue { margin-top: 26px; display: inline-flex; flex-direction: column; align-items: center; gap: 6px;
  font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--faint); }
.scroll-cue .mouse { width: 22px; height: 34px; border: 1.5px solid var(--hair); border-radius: 12px; position: relative; }
.scroll-cue .mouse::after { content: ''; position: absolute; left: 50%; top: 7px; width: 3px; height: 6px; margin-left: -1.5px;
  border-radius: 2px; background: var(--accent-2); animation: cue 1.6s ease-in-out infinite; }
@keyframes cue { 0%,100%{ transform: translateY(0); opacity: 1; } 50%{ transform: translateY(8px); opacity: 0.3; } }

/* ---- HERO (legacy two-col) -------------------------------- */
.hero { padding: clamp(70px, 11vh, 130px) 0 clamp(80px, 12vh, 140px); }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 64px; align-items: center; }
.hero h1 { margin: 26px 0 0; }
.hero .lead { margin: 26px 0 36px; max-width: 46ch; }
.hero .cta-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }

/* ---- 3D rotating crystal ---------------------------------- */
.crystal-stage { position: relative; display: grid; place-items: center; min-height: 440px; perspective: 1100px; }
.crystal { position: relative; width: 200px; height: 280px; transform-style: preserve-3d;
  animation: spin 18s linear infinite; will-change: transform; }
@keyframes spin { to { transform: rotateY(360deg); } }
.crystal .face { position: absolute; left: 50%; top: 40px; width: 104px; height: 200px; margin-left: -52px;
  transform-origin: center; clip-path: polygon(50% 0, 100% 22%, 100% 78%, 50% 100%, 0 78%, 0 22%);
  background: linear-gradient(160deg, rgba(127,238,251,0.42), rgba(31,122,140,0.12));
  border: 1px solid rgba(127,238,251,0.35); box-shadow: inset 0 0 30px rgba(63,181,200,0.25); }
.crystal-glow { position: absolute; width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(63,181,200,0.4), transparent 62%); filter: blur(36px); }
.crystal-mark { position: absolute; z-index: 2; filter: drop-shadow(0 8px 30px rgba(63,181,200,0.5)); }
@media (prefers-reduced-motion: reduce) { .crystal { animation: none; } }

.cta-emph { margin: 22px auto 0; max-width: 46ch; font-size: clamp(18px, 1.7vw, 22px); font-weight: 650;
  line-height: 1.4; letter-spacing: -0.015em; color: var(--fg); text-wrap: pretty; }

/* proof head stays on one line down to tablet widths */
#proof .section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: end; }
#proof .section-head .lead { max-width: 46ch; justify-self: end; }
@media (max-width: 900px) { #proof .section-head { grid-template-columns: 1fr; } #proof .section-head .lead { justify-self: start; } }

/* ---- 3D dashboard ----------------------------------------- */
.dash { padding: 22px; border-radius: 18px; transition: transform .3s var(--ease); transform: perspective(1200px); }
.dash-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #34d385; box-shadow: 0 0 0 0 rgba(52,211,133,0.75);
  animation: livePulse 2s ease-out infinite; }
@keyframes livePulse { 0%{box-shadow:0 0 0 0 rgba(52,211,133,.7);} 70%{box-shadow:0 0 0 9px rgba(52,211,133,0);} 100%{box-shadow:0 0 0 0 rgba(52,211,133,0);} }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--accent-2);
  box-shadow: 0 0 0 0 rgba(127,238,251,0.7); animation: pulse 2s ease-out infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(127,238,251,.7);} 70%{box-shadow:0 0 0 11px rgba(127,238,251,0);} 100%{box-shadow:0 0 0 0 rgba(127,238,251,0);} }
.dash-status { margin-bottom: 0; }
.dash-status .s-title { display: block; font-size: clamp(40px, 5vw, 62px); font-variant-numeric: tabular-nums; font-weight: 700; letter-spacing: -0.02em; line-height: 1.1;
  background: linear-gradient(135deg, var(--accent-2), var(--accent)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.dash-status .s-sub { display: block; margin-top: 8px; font-size: 13px; color: var(--muted); font-weight: 500; }
.dash-row .v-idle { color: var(--muted); }
.dash-stat { display: flex; align-items: baseline; gap: 10px; margin-bottom: 20px; }
.dash-stat .v { font-size: 52px; font-weight: 700; letter-spacing: -0.03em; line-height: 1;
  background: linear-gradient(135deg, var(--accent-2), var(--accent)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.dash-stat .u { font-size: 13px; color: var(--muted); font-weight: 500; }
.dash-row { display: flex; align-items: baseline; justify-content: space-between; padding: 12px 0;
  border-top: 1px solid var(--hair); font-size: 13.5px; }
.dash-row .v { font-weight: 600; color: var(--accent-2); font-variant-numeric: tabular-nums; }

/* ---- Trust marquee ---------------------------------------- */
.trust { border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); overflow: hidden; position: relative; }
.trust-track { display: flex; align-items: center; padding: 16px 0; white-space: nowrap; width: max-content;
  animation: marquee 34s linear infinite; font-family: 'JetBrains Mono', monospace; font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.trust-group { display: flex; align-items: center; gap: 56px; padding-right: 56px; flex: none; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.trust::before, .trust::after { content:''; position:absolute; top:0; bottom:0; width:90px; z-index:2; pointer-events:none; }
.trust::before { left:0; background: linear-gradient(90deg, var(--bg), transparent); }
.trust::after { right:0; background: linear-gradient(-90deg, var(--bg), transparent); }
.trust-track .dot { width:4px; height:4px; border-radius:50%; background: var(--accent); }

/* ---- Services --------------------------------------------- */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.svc { padding: 32px; border-radius: 16px; display: flex; flex-direction: column; gap: 16px; min-height: 280px;
  border: 1px solid var(--hair); background: linear-gradient(180deg, var(--panel), transparent);
  transition: transform .35s var(--ease), border-color .35s var(--ease); overflow: hidden; position: relative; }
.svc::after { content:''; position:absolute; top:0; left:0; right:0; height:1px;
  background: linear-gradient(90deg, transparent, var(--accent-2), transparent); transform: translateX(-100%); transition: transform .55s var(--ease); }
.svc:hover { transform: translateY(-5px); border-color: var(--accent); }
.svc:hover::after { transform: translateX(100%); }
.svc .num { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.18em; color: var(--accent-2); }
.svc-icon { width: 46px; height: 46px; }
.svc p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--fg); opacity: 0.72; }
.svc .more { margin-top: auto; font-size: 12px; font-weight: 600; color: var(--accent-2);
  text-transform: uppercase; letter-spacing: 0.16em; display: inline-flex; align-items: center; gap: 8px; }
.svc .more::after { content:'→'; transition: transform .2s var(--ease); }
.svc:hover .more::after { transform: translateX(4px); }

/* ---- Process timeline ------------------------------------- */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.step { position: relative; padding: 28px 24px; border-radius: 16px; border: 1px solid var(--hair);
  background: var(--panel); display: flex; flex-direction: column; gap: 12px; }
.step .badge { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center;
  font-family: 'JetBrains Mono', monospace; font-weight: 700; font-size: 15px; color: #07182b;
  background: linear-gradient(135deg, var(--accent-2), var(--accent)); }
.step h4 { margin: 0; font-size: 17px; font-weight: 600; letter-spacing: -0.01em; }
.step p { margin: 0; font-size: 13.5px; line-height: 1.5; color: var(--muted); }
.step .connector { position: absolute; right: -9px; top: 48px; width: 18px; height: 1px; background: var(--hair); z-index: 1; }
.step:last-child .connector { display: none; }

/* ---- Stat band -------------------------------------------- */
.band { padding: 76px 56px; border-radius: 24px; text-align: center; position: relative; overflow: hidden; }
.band::before { content:''; position:absolute; inset:-50%; opacity:0.06;
  background: conic-gradient(from 0deg, transparent 0deg, var(--accent) 90deg, transparent 180deg); animation: rotate 30s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
.band-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.band .claim { font-size: clamp(26px, 2.6vw, 36px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.15;
  background: linear-gradient(135deg, var(--accent-2), var(--accent)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.band .big { font-size: clamp(48px, 6vw, 84px); font-weight: 700; letter-spacing: -0.04em; line-height: 1;
  background: linear-gradient(135deg, var(--accent-2), var(--accent)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.band .lbl { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--muted); margin-top: 12px; }

/* ---- Big CTA ---------------------------------------------- */
.cta-block { padding: clamp(60px, 9vh, 110px) 56px; border-radius: 28px; text-align: center; position: relative; overflow: hidden; }
.cta-block h2 { margin: 0 auto 18px; max-width: 18ch; }
.cta-block .lead { margin: 0 auto 36px; max-width: 52ch; }

/* ---- Solutions page --------------------------------------- */
.sol { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-bottom: 120px; }
.sol:nth-child(even) .sol-text { order: 2; }
.sol-text .h2 { margin: 20px 0 18px; }
.sol-list { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.sol-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 15px; color: var(--fg); opacity: 0.85; }
.sol-list li::before { content:''; flex: none; width: 20px; height: 20px; margin-top: 1px; border-radius: 6px;
  background: linear-gradient(135deg, var(--accent-2), var(--accent));
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9 16.2l-3.5-3.5L4 14.2 9 19.2 20 8.2l-1.5-1.5z'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9 16.2l-3.5-3.5L4 14.2 9 19.2 20 8.2l-1.5-1.5z'/></svg>") center/contain no-repeat; }
.sol-visual { min-height: 320px; border-radius: 18px; display: grid; place-items: center; padding: 36px; }

/* ---- Contact ---------------------------------------------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.field label { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.field input, .field textarea, .field select { font-family: inherit; font-size: 15px; color: var(--fg);
  background: var(--glass); border: 1px solid var(--hair); border-radius: 12px; padding: 14px 16px; outline: none;
  transition: border-color .2s, box-shadow .2s; }
.field select { background-color: #10263c; color: var(--fg); appearance: none; -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--accent-2) 50%), linear-gradient(135deg, var(--accent-2) 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 38px; }
.field select option { background: #10263c; color: #eaf3f5; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(63,181,200,0.15); }
.field textarea { resize: vertical; min-height: 120px; }
.contact-info { display: flex; flex-direction: column; gap: 28px; }
.contact-info .row .k { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--faint); margin-bottom: 6px; }
.contact-info .row .v { font-size: 17px; font-weight: 500; }

/* ---- Page hero (sub pages) -------------------------------- */
.page-hero { padding: clamp(60px,9vh,110px) 40px clamp(40px,6vh,70px); }
.page-hero h1 { margin: 24px 0 0; max-width: 16ch; }
.page-hero .lead { margin: 22px 0 0; max-width: 54ch; }

/* ---- Responsive -------------------------------------------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .crystal-stage { min-height: 340px; }
  .sol-trio { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .sol-trio::before { display: none; }
  .trio-card { padding: 18px 14px 20px; min-height: 0; }
  .trio-card h3 { font-size: 17px; }
  .trio-card p { font-size: 12.5px; }
  .services { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr 1fr; }
  .step .connector { display: none; }
  .band-grid { grid-template-columns: 1fr; gap: 28px; }
  .sol, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .sol:nth-child(even) .sol-text { order: 0; }
}
@media (max-width: 560px) {
  .process { grid-template-columns: 1fr; }
  .sol-trio { grid-template-columns: 1fr; gap: 12px; }
  .trio-card { padding: 22px 20px 24px; }
}
