/* ============================================================
   ADAN INDUSTRIES — Page-specific components
   ============================================================ */

/* ---------- Operations pillars (home) ---------- */
.pillar-card { display: flex; flex-direction: column; overflow: hidden; padding: 0; }
.pillar-card__media { position: relative; aspect-ratio: 16 / 9.5; overflow: hidden; }
.pillar-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.pillar-card:hover .pillar-card__media img { transform: scale(1.045); }
.pillar-card__tag {
  position: absolute; top: 1rem; left: 1rem;
  background: rgba(5, 31, 23, 0.85); backdrop-filter: blur(6px); color: var(--gold-300);
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 0.45rem 0.9rem; border-radius: 999px; border: 1px solid rgba(240, 177, 76, 0.4);
}
.pillar-card__body { padding: 1.7rem 1.7rem 1.9rem; display: flex; flex-direction: column; flex: 1; }
.pillar-card__body h3 { font-size: 1.3rem; color: var(--forest-800); margin-bottom: 0.7rem; }
.pillar-card__body p { font-size: 0.95rem; color: var(--ink-700); }
.pillar-card__specs { display: flex; flex-wrap: wrap; gap: 0.45rem; margin: 1.1rem 0 1.3rem; }
.spec-chip {
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
  background: var(--cream-100); color: var(--forest-700);
  border: 1px solid var(--sand-300); border-radius: 999px; padding: 0.32rem 0.75rem;
}
.pillar-card__body .link-arrow { margin-top: auto; }

/* ---------- Energy band (home) ---------- */
.energy-band {
  display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem, 5vw, 4rem);
  background: linear-gradient(140deg, var(--forest-950), var(--forest-800));
  border-radius: var(--radius-lg); overflow: hidden; color: var(--cream-50);
}
.energy-band__media { position: relative; min-height: 340px; }
.energy-band__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.energy-band__body { padding: clamp(2rem, 4vw, 3.4rem) clamp(1.6rem, 4vw, 3.4rem) clamp(2rem, 4vw, 3.4rem) 0; }
.energy-band__body > * { position: relative; }
.energy-loop { display: grid; gap: 0; margin-top: 1.8rem; }
.energy-loop li {
  display: flex; gap: 1rem; align-items: flex-start; padding: 0.95rem 0;
  border-bottom: 1px dashed rgba(252, 249, 242, 0.18); font-size: 0.95rem; color: rgba(252, 249, 242, 0.8);
}
.energy-loop li:last-child { border-bottom: 0; }
.energy-loop li svg { width: 20px; height: 20px; color: var(--gold-400); flex: none; margin-top: 0.15rem; }
.energy-loop li b { color: var(--cream-50); }

/* ---------- Process pipeline ---------- */
.pipeline { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; counter-reset: step; }
.pipeline::before {
  content: ""; position: absolute; top: 34px; left: 4%; right: 4%; height: 2px;
  background: repeating-linear-gradient(90deg, var(--gold-500) 0 10px, transparent 10px 18px);
  opacity: 0.6;
}
.step { position: relative; text-align: left; }
.step__node {
  position: relative; z-index: 2; width: 68px; height: 68px; border-radius: 20px;
  display: flex; align-items: center; justify-content: center;
  background: var(--white); border: 2px solid var(--sand-300); color: var(--forest-700);
  box-shadow: var(--shadow-soft); transition: border-color 0.3s ease, transform 0.3s ease, background 0.3s ease;
  margin-bottom: 1.1rem;
}
.step__node svg { width: 30px; height: 30px; }
.step__node::after {
  content: counter(step, decimal-leading-zero); counter-increment: step;
  position: absolute; top: -10px; right: -10px;
  background: var(--forest-800); color: var(--gold-300);
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.06em;
  padding: 0.22rem 0.5rem; border-radius: 999px; border: 2px solid var(--cream-50);
}
.step.is-active .step__node { border-color: var(--gold-500); background: var(--forest-800); color: var(--gold-300); transform: translateY(-4px); }
.step h3 { font-size: 1.02rem; color: var(--forest-800); margin-bottom: 0.45rem; }
.step p { font-size: 0.87rem; color: var(--ink-500); line-height: 1.6; }

/* ---------- Products matrix ---------- */
.matrix-wrap { border: 1px solid var(--line-light); border-radius: var(--radius-lg); overflow: hidden; background: var(--white); box-shadow: var(--shadow-soft); }
.matrix-scroll { overflow-x: auto; }
table.matrix { width: 100%; border-collapse: collapse; min-width: 860px; }
table.matrix thead th {
  background: var(--forest-900); color: var(--cream-50);
  font-size: 0.74rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
  text-align: left; padding: 1.05rem 1.3rem;
}
table.matrix thead th:first-child { color: var(--gold-300); }
table.matrix tbody td { padding: 1.15rem 1.3rem; border-top: 1px solid var(--line-light); vertical-align: top; font-size: 0.92rem; color: var(--ink-700); }
table.matrix tbody tr:nth-child(even) { background: var(--cream-50); }
table.matrix tbody tr:hover { background: var(--cream-100); }
.prod-name { display: flex; align-items: center; gap: 0.75rem; font-weight: 800; color: var(--forest-800); font-size: 0.98rem; }
.prod-name svg { width: 30px; height: 30px; color: var(--forest-600); flex: none; }
table.matrix .specs { display: grid; gap: 0.3rem; }
table.matrix .specs span { font-family: "SFMono-Regular", Menlo, Consolas, monospace; font-size: 0.78rem; color: var(--forest-700); background: rgba(31, 122, 87, 0.08); border-radius: 6px; padding: 0.14rem 0.5rem; width: fit-content; }
.matrix-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem 1.5rem; background: var(--cream-100); border-top: 1px solid var(--line-light); }
.matrix-foot p { font-size: 0.88rem; color: var(--ink-500); }

/* ---------- ESG cards ---------- */
.esg-card { position: relative; overflow: hidden; }
.esg-card__icon {
  width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(240, 177, 76, 0.18), rgba(240, 177, 76, 0.06));
  border: 1px solid rgba(240, 177, 76, 0.4); color: var(--gold-300); margin-bottom: 1.2rem;
}
.esg-card__icon svg { width: 26px; height: 26px; }
.esg-metric { margin-top: 1.2rem; padding-top: 1rem; border-top: 1px dashed rgba(252, 249, 242, 0.2); font-size: 0.8rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-300); }

/* ---------- Governance divisions ---------- */
.division {
  display: grid; grid-template-columns: 84px 1fr; gap: 0; border: 1px solid var(--line-light);
  border-radius: var(--radius-lg); overflow: hidden; background: var(--white); box-shadow: var(--shadow-soft);
}
.division__rail {
  background: linear-gradient(180deg, var(--forest-800), var(--forest-600)); color: var(--cream-50);
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 0.6rem;
  padding: 1.6rem 0; font-family: var(--font-display);
}
.division__rail svg { width: 30px; height: 30px; color: var(--gold-300); }
.division__rail span { writing-mode: vertical-rl; text-orientation: mixed; font-size: 0.72rem; letter-spacing: 0.34em; text-transform: uppercase; font-family: var(--font-body); font-weight: 800; opacity: 0.85; }
.division__body { padding: clamp(1.6rem, 3vw, 2.4rem); }
.division__body > h3 { font-size: 1.35rem; color: var(--forest-800); margin-bottom: 0.6rem; }
.division__body > p { color: var(--ink-700); font-size: 0.97rem; }
.division__modules { display: grid; gap: 1rem; margin-top: 1.5rem; }
.module {
  border: 1px dashed var(--sand-300); border-left: 3px solid var(--gold-500);
  border-radius: var(--radius-sm); background: var(--cream-50); padding: 1.1rem 1.3rem;
}
.module h4 { font-size: 0.98rem; color: var(--forest-700); margin-bottom: 0.4rem; display: flex; align-items: center; gap: 0.55rem; }
.module h4 svg { width: 16px; height: 16px; color: var(--gold-600); flex: none; }
.module p { font-size: 0.9rem; color: var(--ink-700); }
.status-tag {
  display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.66rem; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase; border-radius: 999px; padding: 0.22rem 0.65rem;
}
.status-tag--live { background: rgba(31, 122, 87, 0.12); color: var(--forest-600); }
.status-tag--pipeline { background: rgba(226, 154, 46, 0.14); color: var(--gold-600); }

/* License cards (governance) */
.license-card { display: flex; gap: 1.2rem; align-items: flex-start; }
.license-card__badge {
  flex: none; width: 54px; height: 54px; border-radius: 16px;
  background: linear-gradient(135deg, var(--forest-800), var(--forest-600)); color: var(--gold-300);
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-soft);
}
.license-card__badge svg { width: 26px; height: 26px; }

/* ---------- Legal pages (terms / privacy) ---------- */
.legal-layout { display: grid; grid-template-columns: 260px 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.legal-toc {
  position: sticky; top: calc(var(--nav-h) + 1.5rem);
  background: var(--white); border: 1px solid var(--line-light); border-radius: var(--radius);
  padding: 1.5rem 1.4rem; box-shadow: var(--shadow-soft);
}
.legal-toc h4 { font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-500); margin-bottom: 1rem; }
.legal-toc ol { counter-reset: toc; display: grid; gap: 0.55rem; }
.legal-toc a { display: flex; gap: 0.6rem; font-size: 0.86rem; font-weight: 600; color: var(--ink-700); padding: 0.3rem 0.4rem; border-radius: 8px; transition: background 0.2s ease, color 0.2s ease; }
.legal-toc a::before { counter-increment: toc; content: counter(toc, decimal-leading-zero); color: var(--gold-600); font-size: 0.72rem; font-weight: 800; margin-top: 0.15rem; }
.legal-toc a:hover { background: var(--cream-100); color: var(--forest-700); }

.legal-body { max-width: 76ch; }
.legal-section { padding: 2.4rem 0; border-bottom: 1px solid var(--line-light); scroll-margin-top: calc(var(--nav-h) + 1.5rem); }
.legal-section:first-child { padding-top: 0; }
.legal-section:last-child { border-bottom: 0; }
.legal-section h2 { font-family: var(--font-display); font-size: clamp(1.35rem, 2.4vw, 1.7rem); font-weight: 600; color: var(--forest-800); margin-bottom: 1.1rem; display: flex; gap: 0.8rem; align-items: baseline; }
.legal-section h2 .idx { font-size: 0.85em; color: var(--gold-600); font-weight: 600; }
.legal-section p { color: var(--ink-700); font-size: 0.97rem; }
.legal-section p + p { margin-top: 0.9rem; }
.legal-section ul { margin: 1rem 0 0.4rem; display: grid; gap: 0.85rem; }
.legal-section ul li { display: flex; gap: 0.8rem; font-size: 0.95rem; color: var(--ink-700); }
.legal-section ul li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold-500); flex: none; margin-top: 0.55rem; }
.legal-section ul li b { color: var(--ink-900); }
.legal-note {
  background: var(--cream-100); border: 1px solid var(--sand-300); border-left: 3px solid var(--gold-500);
  border-radius: var(--radius-sm); padding: 1.1rem 1.3rem; margin-top: 1.2rem; font-size: 0.9rem; color: var(--ink-700);
}
.legal-contact-card {
  margin-top: 2.4rem; background: linear-gradient(140deg, var(--forest-900), var(--forest-700));
  color: var(--cream-50); border-radius: var(--radius-lg); padding: 2rem 2.2rem;
}
.legal-contact-card h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; margin-bottom: 0.9rem; }
.legal-contact-card p { color: rgba(252, 249, 242, 0.78) !important; font-size: 0.94rem; }
.legal-contact-card a { color: var(--gold-300); font-weight: 700; }

/* ---------- Technical docs ---------- */
.doc-banner {
  display: flex; gap: 1.2rem; align-items: center; background: var(--white);
  border: 1px solid var(--line-light); border-radius: var(--radius); padding: 1.3rem 1.5rem; box-shadow: var(--shadow-soft);
}
.doc-banner svg { width: 34px; height: 34px; color: var(--forest-600); flex: none; }
.doc-banner p { font-size: 0.92rem; color: var(--ink-700); }

.doc-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.doc-card__head {
  display: flex; align-items: center; gap: 0.9rem; padding: 1.3rem 1.6rem;
  background: linear-gradient(140deg, var(--forest-900), var(--forest-700)); color: var(--cream-50);
}
.doc-card__head svg { width: 26px; height: 26px; color: var(--gold-300); flex: none; }
.doc-card__head h3 { font-size: 1.05rem; color: var(--cream-50); }
.doc-card__head .doc-ref { margin-left: auto; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.14em; color: var(--gold-300); border: 1px solid rgba(240, 177, 76, 0.4); border-radius: 999px; padding: 0.28rem 0.7rem; white-space: nowrap; }
.doc-card__body { padding: 1.5rem 1.6rem 1.7rem; display: flex; flex-direction: column; flex: 1; }
.doc-card__body p { font-size: 0.92rem; color: var(--ink-700); }
.doc-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 0.55rem; margin: 1.1rem 0; }
.doc-specs div { background: var(--cream-50); border: 1px solid var(--sand-200); border-radius: 8px; padding: 0.6rem 0.75rem; }
.doc-specs span { display: block; font-size: 0.64rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-500); }
.doc-specs b { font-size: 0.9rem; color: var(--forest-800); }
.doc-card__body .link-arrow { margin-top: auto; padding-top: 0.4rem; }

/* ---------- B2B form (contact) ---------- */
.pitch-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.desk-list { display: grid; gap: 0.8rem; margin-top: 1.6rem; }
.desk-list li {
  display: flex; gap: 0.9rem; align-items: center; background: var(--white);
  border: 1px solid var(--line-light); border-radius: var(--radius-sm); padding: 0.85rem 1.05rem;
  font-size: 0.9rem; font-weight: 700; color: var(--ink-700); box-shadow: var(--shadow-soft);
}
.desk-list li svg { width: 18px; height: 18px; color: var(--gold-600); flex: none; }

.form-card { background: var(--white); border: 1px solid var(--line-light); border-radius: var(--radius-lg); box-shadow: var(--shadow-lift); padding: clamp(1.7rem, 3.5vw, 2.6rem); }
.form-card h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; color: var(--forest-800); margin-bottom: 0.5rem; }
.form-card > p { font-size: 0.92rem; color: var(--ink-500); margin-bottom: 1.8rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form-field { display: flex; flex-direction: column; gap: 0.45rem; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { font-size: 0.8rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-700); }
.form-field label .req { color: var(--gold-600); }
.form-field input, .form-field select, .form-field textarea {
  font: inherit; font-size: 0.95rem; color: var(--ink-900);
  background: var(--cream-50); border: 1.5px solid var(--sand-300); border-radius: var(--radius-sm);
  padding: 0.85rem 1rem; transition: border-color 0.2s ease, box-shadow 0.2s ease; width: 100%;
}
.form-field textarea { resize: vertical; min-height: 120px; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--forest-600); box-shadow: 0 0 0 4px rgba(31, 122, 87, 0.12);
}
.form-field input.is-invalid, .form-field select.is-invalid { border-color: #C4452D; box-shadow: 0 0 0 4px rgba(196, 69, 45, 0.1); }
.form-hint { font-size: 0.78rem; color: var(--ink-500); }
.segment-note {
  grid-column: 1 / -1; display: flex; gap: 0.8rem; align-items: flex-start;
  background: rgba(31, 122, 87, 0.07); border: 1px dashed rgba(31, 122, 87, 0.35);
  border-radius: var(--radius-sm); padding: 0.9rem 1.1rem; font-size: 0.85rem; color: var(--forest-700);
}
.segment-note svg { width: 18px; height: 18px; flex: none; margin-top: 0.1rem; color: var(--forest-600); }
.check-row { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.check-pill { position: relative; }
.check-pill input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.check-pill span {
  display: inline-flex; padding: 0.5rem 1rem; border-radius: 999px; font-size: 0.8rem; font-weight: 700;
  background: var(--cream-50); border: 1.5px solid var(--sand-300); color: var(--ink-700);
  transition: all 0.2s ease; cursor: pointer;
}
.check-pill input:checked + span { background: var(--forest-800); border-color: var(--forest-800); color: var(--gold-300); }
.check-pill input:focus-visible + span { outline: 3px solid var(--gold-500); outline-offset: 2px; }

.form-success { text-align: center; padding: 2.2rem 1rem; }
.form-success__icon {
  width: 74px; height: 74px; margin: 0 auto 1.4rem; border-radius: 50%;
  background: linear-gradient(135deg, var(--forest-700), var(--forest-500)); color: var(--gold-300);
  display: flex; align-items: center; justify-content: center; box-shadow: 0 14px 30px rgba(23, 96, 68, 0.35);
}
.form-success__icon svg { width: 34px; height: 34px; }
.form-success h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; color: var(--forest-800); }
.form-success .route-chip {
  display: inline-flex; align-items: center; gap: 0.5rem; margin: 1.1rem 0;
  background: rgba(226, 154, 46, 0.12); border: 1px solid rgba(226, 154, 46, 0.4); color: var(--gold-600);
  font-size: 0.82rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  border-radius: 999px; padding: 0.5rem 1.1rem;
}
.form-success p { color: var(--ink-700); font-size: 0.95rem; max-width: 46ch; margin: 0 auto; }
.autoresponder {
  margin-top: 1.8rem; text-align: left; background: var(--cream-50); border: 1px solid var(--sand-300);
  border-radius: var(--radius-sm); padding: 1.2rem 1.3rem; font-size: 0.85rem; color: var(--ink-700);
}
.autoresponder b { color: var(--forest-800); }
.autoresponder .sig { margin-top: 0.8rem; padding-top: 0.8rem; border-top: 1px dashed var(--sand-300); font-size: 0.78rem; color: var(--ink-500); }

/* ---------- Investor gateway ---------- */
.gate-page {
  min-height: 100vh; display: flex; flex-direction: column;
  background:
    radial-gradient(1000px 500px at 80% -10%, rgba(226, 154, 46, 0.16), transparent 60%),
    radial-gradient(800px 500px at 0% 110%, rgba(31, 122, 87, 0.35), transparent 55%),
    var(--forest-950);
  color: var(--cream-50); position: relative; overflow: hidden;
}
.gate-page .hero__grid-pattern { z-index: 0; }
.gate-main { position: relative; z-index: 2; flex: 1; display: flex; align-items: center; padding: 3rem 0; }
.gate-layout { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2.4rem, 6vw, 5rem); align-items: center; width: 100%; }
.gate-copy .eyebrow { color: var(--gold-400); }
.gate-copy h1 { margin-bottom: 1.2rem; }
.gate-copy p { color: rgba(252, 249, 242, 0.75); max-width: 54ch; }
.gate-copy p + p { margin-top: 0.9rem; }

.gate-card {
  background: rgba(252, 249, 242, 0.045); border: 1px solid rgba(252, 249, 242, 0.14);
  border-radius: var(--radius-lg); padding: clamp(1.8rem, 3.5vw, 2.6rem);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}
.gate-card__lock {
  width: 62px; height: 62px; border-radius: 18px; margin-bottom: 1.4rem;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-600)); color: var(--forest-950);
  display: flex; align-items: center; justify-content: center; box-shadow: 0 14px 34px rgba(226, 154, 46, 0.4);
}
.gate-card__lock svg { width: 28px; height: 28px; }
.gate-card h2 { font-family: var(--font-display); font-weight: 600; font-size: 1.55rem; color: var(--cream-50); margin-bottom: 0.5rem; }
.gate-card > p { font-size: 0.9rem; color: rgba(252, 249, 242, 0.65); margin-bottom: 1.6rem; }
.gate-field { display: flex; flex-direction: column; gap: 0.45rem; margin-bottom: 1.2rem; }
.gate-field label { font-size: 0.76rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(252, 249, 242, 0.7); }
.gate-field input {
  font: inherit; color: var(--cream-50); width: 100%;
  background: rgba(5, 31, 23, 0.6); border: 1.5px solid rgba(252, 249, 242, 0.2);
  border-radius: var(--radius-sm); padding: 0.9rem 1rem;
}
.gate-field input:focus { outline: none; border-color: var(--gold-400); box-shadow: 0 0 0 4px rgba(240, 177, 76, 0.15); }
.gate-field input.is-invalid { border-color: #D06A50; box-shadow: 0 0 0 4px rgba(208, 106, 80, 0.15); }
.gate-msg { min-height: 1.4rem; font-size: 0.85rem; margin-bottom: 0.9rem; }
.gate-msg.is-error { color: #F2A08C; }
.gate-msg.is-info { color: var(--gold-300); }
.gate-note { margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px dashed rgba(252, 249, 242, 0.18); font-size: 0.76rem; color: rgba(252, 249, 242, 0.5); line-height: 1.7; }

.vault-list { margin-top: 2.2rem; display: grid; gap: 0.7rem; }
.vault-row {
  display: flex; align-items: center; gap: 0.9rem;
  background: rgba(252, 249, 242, 0.035); border: 1px solid rgba(252, 249, 242, 0.1);
  border-radius: var(--radius-sm); padding: 0.85rem 1.1rem;
}
.vault-row > svg { width: 17px; height: 17px; color: var(--gold-400); flex: none; }
.vault-row__label { font-size: 0.88rem; font-weight: 700; color: rgba(252, 249, 242, 0.85); }
.vault-row__redact { flex: 1; height: 8px; border-radius: 999px; background: repeating-linear-gradient(90deg, rgba(252,249,242,0.22) 0 14px, rgba(252,249,242,0.08) 14px 22px); filter: blur(0.4px); }
.vault-row__tag { font-size: 0.62rem; font-weight: 800; letter-spacing: 0.16em; color: var(--gold-300); border: 1px solid rgba(240, 177, 76, 0.4); border-radius: 999px; padding: 0.2rem 0.6rem; white-space: nowrap; }

/* ---------- Misc ---------- */
.img-note {
  margin-top: 0.7rem; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-300);
}
.center-cta { text-align: center; margin-top: 2.6rem; }

@media (max-width: 1024px) {
  .pipeline { grid-template-columns: repeat(3, 1fr); gap: 1.6rem 1rem; }
  .pipeline::before { display: none; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-toc { position: static; }
  .pitch-layout, .gate-layout { grid-template-columns: 1fr; }
  .energy-band { grid-template-columns: 1fr; }
  .energy-band__body { padding: 0 clamp(1.6rem, 4vw, 3rem) clamp(2rem, 4vw, 3rem); }
  .energy-band__media { min-height: 260px; }
}
@media (max-width: 640px) {
  .pipeline { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .division { grid-template-columns: 1fr; }
  .division__rail { flex-direction: row; padding: 0.9rem 1.4rem; gap: 0.8rem; }
  .division__rail span { writing-mode: horizontal-tb; }
  .doc-specs { grid-template-columns: 1fr; }
}
