/*
Theme Name: OrgX Data
Theme URI: https://orgxdata.com/
Author: OrgX Data
Author URI: https://orgxdata.com/
Description: A dark, high-contrast, human-centered organizational intelligence theme. It translates the OrgX Data operational ecosystem into a professional, responsive WordPress experience.
Version: 0.2.0
Requires at least: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: orgx-data
Tags: custom-logo, custom-menu, featured-images, full-width-template, one-column, threaded-comments, translation-ready, accessibility-ready
*/

:root {
  --orgx-bg: #02070a;
  --orgx-bg-soft: #061015;
  --orgx-panel: #081218;
  --orgx-panel-2: #0b171d;
  --orgx-panel-3: #0e1c22;
  --orgx-border: rgba(127, 229, 232, .18);
  --orgx-border-strong: rgba(127, 229, 232, .34);
  --orgx-text: #f4f7f7;
  --orgx-muted: #b4c0c4;
  --orgx-muted-2: #839298;
  --orgx-teal: #29d4d3;
  --orgx-teal-soft: #7fe5e8;
  --orgx-gold: #e6b34d;
  --orgx-green: #a9d76e;
  --orgx-danger: #ff7a70;
  --orgx-max: 1380px;
  --orgx-content: 880px;
  --orgx-radius: 10px;
  --orgx-shadow: 0 26px 80px rgba(0,0,0,.42);
  --orgx-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--orgx-text);
  background:
    radial-gradient(circle at 78% 8%, rgba(41,212,211,.08), transparent 32rem),
    radial-gradient(circle at 18% 46%, rgba(230,179,77,.045), transparent 28rem),
    var(--orgx-bg);
  font-family: var(--orgx-font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 92%);
}
a { color: var(--orgx-teal-soft); text-underline-offset: .2em; }
a:hover, a:focus { color: #fff; }
img, svg { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--orgx-teal); color: #001013; }
:focus-visible { outline: 2px solid var(--orgx-gold); outline-offset: 3px; }
.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px;
  margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px;
}

.orgx-container { width: min(calc(100% - 2rem), var(--orgx-max)); margin-inline: auto; }
.orgx-narrow { width: min(calc(100% - 2rem), var(--orgx-content)); margin-inline: auto; }
.orgx-main { min-height: 60vh; }
.orgx-section { border-top: 1px solid rgba(127,229,232,.11); }

/* Header */
.orgx-site-header {
  position: sticky; top: 0; z-index: 999;
  background: rgba(2,7,10,.84);
  border-bottom: 1px solid rgba(127,229,232,.12);
  backdrop-filter: blur(20px);
}
.orgx-header-inner {
  min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1.25rem;
}
.orgx-brand { display: inline-flex; align-items: center; gap: .72rem; color: white; text-decoration: none; flex: 0 0 auto; }
.orgx-brand:hover { color: white; }
.orgx-brand-mark { width: 37px; height: 37px; display: grid; place-items: center; }
.orgx-wordmark { display: grid; line-height: .82; letter-spacing: .03em; text-transform: uppercase; }
.orgx-wordmark-main { font-size: 1.56rem; font-weight: 780; }
.orgx-wordmark-main em { color: var(--orgx-teal); font-style: normal; }
.orgx-wordmark-sub { font-size: .55rem; letter-spacing: .28em; margin-left: .14rem; margin-top: .28rem; }
.orgx-nav-shell { display: flex; align-items: center; gap: 1.2rem; }
.orgx-primary-nav ul { list-style: none; display: flex; align-items: center; gap: 1.6rem; padding: 0; margin: 0; }
.orgx-primary-nav li { position: relative; }
.orgx-primary-nav a { color: #e6ecee; text-decoration: none; font-size: .93rem; font-weight: 610; }
.orgx-primary-nav a:hover, .orgx-primary-nav a:focus, .orgx-primary-nav .current-menu-item > a { color: var(--orgx-teal); }
.orgx-primary-nav .sub-menu {
  display: none; position: absolute; top: calc(100% + 12px); left: -16px; min-width: 220px;
  padding: .7rem; background: #071116; border: 1px solid var(--orgx-border); border-radius: 8px; box-shadow: var(--orgx-shadow);
}
.orgx-primary-nav li:hover > .sub-menu, .orgx-primary-nav li:focus-within > .sub-menu { display: grid; gap: .2rem; }
.orgx-primary-nav .sub-menu a { display: block; padding: .55rem .65rem; border-radius: 6px; }
.orgx-primary-nav .sub-menu a:hover { background: rgba(41,212,211,.07); }
.orgx-header-cta {
  display: inline-flex; min-height: 43px; align-items: center; justify-content: center; padding: .66rem 1.1rem;
  border: 1px solid var(--orgx-gold); border-radius: 7px; color: #f4cd79; text-decoration: none; font-weight: 720; font-size: .9rem;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.orgx-header-cta:hover { color: #071015; background: var(--orgx-gold); transform: translateY(-1px); }
.orgx-menu-toggle {
  display: none; width: 46px; height: 46px; border: 1px solid var(--orgx-border); border-radius: 8px;
  color: white; background: var(--orgx-panel); cursor: pointer;
}
.orgx-menu-toggle-lines, .orgx-menu-toggle-lines::before, .orgx-menu-toggle-lines::after {
  display: block; width: 21px; height: 2px; background: currentColor; position: relative; margin: auto;
}
.orgx-menu-toggle-lines::before, .orgx-menu-toggle-lines::after { content: ""; position: absolute; left: 0; }
.orgx-menu-toggle-lines::before { top: -6px; }
.orgx-menu-toggle-lines::after { top: 6px; }

/* Buttons */
.orgx-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem; margin-top: 1.8rem; }
.orgx-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 48px;
  padding: .76rem 1.15rem; border: 1px solid var(--orgx-border-strong); border-radius: 7px;
  color: #fff; background: rgba(255,255,255,.012); text-decoration: none; font-weight: 720;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.orgx-btn::after { content: "→"; color: var(--orgx-teal); }
.orgx-btn:hover { color: white; border-color: var(--orgx-teal); background: rgba(41,212,211,.06); transform: translateY(-2px); }
.orgx-btn--primary { color: var(--orgx-teal-soft); border-color: var(--orgx-teal); }
.orgx-btn--gold { color: #f4cd79; border-color: var(--orgx-gold); }

/* Typography */
.orgx-kicker { color: var(--orgx-gold); text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; font-weight: 780; }
.orgx-display { margin: 0; font-size: clamp(3rem, 6.2vw, 6.5rem); line-height: .95; letter-spacing: -.055em; max-width: 12ch; font-weight: 760; }
.orgx-display .accent { display: block; color: var(--orgx-teal); }
.orgx-lede { color: #d0d9dc; font-size: clamp(1.08rem, 1.5vw, 1.3rem); max-width: 670px; }
.orgx-section-title { margin: .45rem 0 1rem; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.02; letter-spacing: -.04em; }
.orgx-section-copy { color: var(--orgx-muted); font-size: 1.08rem; max-width: 860px; }
.orgx-page-title { margin: 0; font-size: clamp(2.8rem, 6vw, 5.4rem); line-height: .96; letter-spacing: -.05em; }

/* Hero */
.orgx-hero { padding: clamp(4rem, 8vw, 7rem) 0 2.4rem; overflow: hidden; }
.orgx-hero-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(500px, 1.14fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.orgx-hero-copy { position: relative; z-index: 2; }
.orgx-hero-copy .orgx-lede { margin-top: 1.45rem; }
.orgx-principles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .3rem; max-width: 620px; margin: 1.6rem 0 0; }
.orgx-principle { min-height: 86px; display: grid; place-items: center; align-content: center; gap: .35rem; padding: .5rem; text-align: center; border-right: 1px solid rgba(127,229,232,.16); color: #e9eeee; font-size: .78rem; }
.orgx-principle:last-child { border-right: 0; }
.orgx-principle svg { width: 28px; height: 28px; stroke: var(--orgx-teal); fill: none; stroke-width: 1.6; }
.orgx-principle:nth-child(2) svg, .orgx-principle:nth-child(4) svg { stroke: var(--orgx-green); }
.orgx-principle:nth-child(3) svg { stroke: #f0f2f2; }
.orgx-hero-visual { position: relative; min-height: 550px; display: grid; align-items: center; }
.orgx-hero-globe { width: 128%; max-width: none; margin-left: -8%; filter: drop-shadow(0 0 40px rgba(41,212,211,.09)); }
.orgx-hero-note {
  position: absolute; left: 9%; bottom: 4%; width: min(560px, 84%); padding: 1.25rem 1.4rem;
  border-left: 2px solid var(--orgx-teal); border-top: 1px solid var(--orgx-border); border-right: 1px solid var(--orgx-border); border-bottom: 1px solid var(--orgx-border);
  background: linear-gradient(120deg, rgba(8,18,24,.96), rgba(8,18,24,.74)); box-shadow: var(--orgx-shadow);
}
.orgx-hero-note p { margin: 0; font-size: 1.04rem; color: #e5ecee; }
.orgx-hero-note strong { display: block; margin-top: .65rem; color: var(--orgx-teal); font-weight: 620; word-spacing: .22em; }

/* Operational ecosystem */
.orgx-ecosystem { padding: 1rem 0 1.2rem; }
.orgx-section-intro { text-align: center; max-width: 970px; margin: 0 auto 1.7rem; }
.orgx-section-intro .orgx-section-copy { margin-inline: auto; color: #e2e8e9; font-size: clamp(1.1rem, 1.7vw, 1.38rem); line-height: 1.42; }
.orgx-stage-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border: 1px solid var(--orgx-border); }
.orgx-stage { padding: .85rem; border-right: 1px solid var(--orgx-border); background: rgba(4,12,16,.56); }
.orgx-stage:last-child { border-right: 0; }
.orgx-stage-heading { display: flex; align-items: center; justify-content: center; gap: .55rem; margin: 0 0 .8rem; color: var(--orgx-teal); text-transform: uppercase; letter-spacing: .08em; font-size: .92rem; font-weight: 720; }
.orgx-stage-heading svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.orgx-capability-card {
  display: flex; flex-direction: column; min-height: 330px; padding: 1rem 1rem .9rem; margin-top: .75rem;
  border: 1px solid rgba(127,229,232,.12); border-radius: 5px; background: linear-gradient(150deg, rgba(12,24,30,.94), rgba(6,15,20,.92));
  transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}
.orgx-capability-card:hover { transform: translateY(-3px); border-color: rgba(41,212,211,.42); box-shadow: 0 18px 45px rgba(0,0,0,.24); }
.orgx-capability-icon { min-height: 128px; display: grid; place-items: center; margin-bottom: .35rem; }
.orgx-capability-icon img { width: 100%; height: 125px; object-fit: contain; }
.orgx-capability-card h3 { margin: .25rem 0 .32rem; font-size: 1.2rem; line-height: 1.15; }
.orgx-capability-card p { margin: 0; color: #c6d0d3; font-size: .92rem; line-height: 1.46; }
.orgx-card-link { margin-top: auto; padding-top: .9rem; color: var(--orgx-teal); text-decoration: none; font-size: .9rem; font-weight: 680; }
.orgx-card-link::after { content: " →"; }

/* Waste-to-value */
.orgx-waste { padding: 1.05rem 0; }
.orgx-waste-panel { display: grid; grid-template-columns: 1.45fr repeat(4, minmax(0,1fr)); border: 1px solid var(--orgx-border); border-radius: 8px; overflow: hidden; background: rgba(6,15,20,.78); }
.orgx-waste-lead { display: grid; grid-template-columns: 104px 1fr; align-items: center; gap: 1rem; padding: 1.25rem; border-right: 1px solid var(--orgx-border); }
.orgx-waste-lead img { width: 96px; height: 96px; }
.orgx-waste-lead h2 { margin: 0; font-size: clamp(1.45rem, 2.4vw, 2.15rem); line-height: 1; text-transform: uppercase; }
.orgx-waste-lead h2 span { display: block; color: var(--orgx-teal); }
.orgx-waste-lead p { margin: .65rem 0 0; color: #c4cfd2; font-size: .9rem; }
.orgx-waste-item { padding: 1.2rem .8rem; text-align: center; border-right: 1px solid var(--orgx-border); }
.orgx-waste-item:last-child { border-right: 0; }
.orgx-waste-item svg { width: 42px; height: 42px; fill: none; stroke: var(--orgx-teal); stroke-width: 1.55; }
.orgx-waste-item:nth-child(3) svg { stroke: var(--orgx-gold); }
.orgx-waste-item:nth-child(5) svg { stroke: var(--orgx-green); }
.orgx-waste-item h3 { margin: .45rem 0 .15rem; color: var(--orgx-teal); font-size: .84rem; text-transform: uppercase; letter-spacing: .04em; }
.orgx-waste-item strong { display: block; color: white; font-size: .9rem; }
.orgx-waste-item p { margin: .25rem 0 0; color: #b7c3c7; font-size: .78rem; line-height: 1.35; }

/* Mission row */
.orgx-mission { padding: .2rem 0 2.2rem; }
.orgx-mission-grid { display: grid; grid-template-columns: .95fr 1.7fr .85fr; border: 1px solid var(--orgx-border); border-radius: 8px; overflow: hidden; }
.orgx-mission-block { padding: 1.25rem; border-right: 1px solid var(--orgx-border); }
.orgx-mission-block:last-child { border-right: 0; }
.orgx-mission-block h2 { margin: 0 0 .55rem; color: var(--orgx-teal); font-size: .88rem; text-transform: uppercase; letter-spacing: .06em; }
.orgx-mission-block p { margin: 0; color: #c9d2d5; font-size: .9rem; }
.orgx-sector-list { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: .55rem; }
.orgx-sector { text-align: center; color: #dbe2e4; font-size: .78rem; }
.orgx-sector svg { display: block; width: 38px; height: 38px; margin: 0 auto .25rem; fill: none; stroke: #d9e0e2; stroke-width: 1.35; }

/* Inner pages */
.orgx-page-hero { padding: clamp(4rem, 8vw, 7rem) 0 2.8rem; border-bottom: 1px solid var(--orgx-border); }
.orgx-page-hero .orgx-lede { margin-top: 1.3rem; }
.orgx-entry { padding: 3rem 0 5rem; }
.orgx-prose { color: #d0d9dc; font-size: 1.04rem; }
.orgx-prose > *:first-child { margin-top: 0; }
.orgx-prose h2 { margin: 2.8rem 0 1rem; color: #fff; font-size: clamp(1.8rem, 3vw, 2.7rem); letter-spacing: -.035em; line-height: 1.08; }
.orgx-prose h3 { margin: 2rem 0 .7rem; color: #fff; font-size: 1.35rem; line-height: 1.15; }
.orgx-prose p, .orgx-prose li { color: #c9d3d6; }
.orgx-prose ul, .orgx-prose ol { padding-left: 1.25rem; }
.orgx-prose blockquote { margin: 2rem 0; padding: 1.25rem 1.4rem; border-left: 2px solid var(--orgx-teal); background: rgba(41,212,211,.045); color: #fff; }
.orgx-prose table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.orgx-prose th, .orgx-prose td { padding: .8rem; border: 1px solid var(--orgx-border); text-align: left; }
.orgx-prose th { color: var(--orgx-teal); background: rgba(41,212,211,.04); }
.orgx-anchor-section { scroll-margin-top: 108px; padding: 1.25rem; margin: 1.15rem 0; border: 1px solid var(--orgx-border); background: rgba(8,18,24,.65); border-radius: 8px; }
.orgx-anchor-section h2 { margin-top: 0; }
.orgx-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; margin: 1.5rem 0; }
.orgx-card { padding: 1.2rem; border: 1px solid var(--orgx-border); background: rgba(8,18,24,.72); border-radius: 8px; }
.orgx-card h3 { margin-top: .25rem; }
.orgx-card-kicker { color: var(--orgx-gold); text-transform: uppercase; font-size: .72rem; letter-spacing: .13em; font-weight: 730; }
.orgx-callout { padding: 1.3rem; border: 1px solid var(--orgx-border-strong); background: linear-gradient(120deg, rgba(41,212,211,.055), rgba(230,179,77,.03)); border-radius: 8px; }

/* Posts */
.orgx-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; margin-top: 2rem; }
.orgx-post-card { overflow: hidden; border: 1px solid var(--orgx-border); border-radius: 8px; background: rgba(8,18,24,.75); }
.orgx-post-card-image { aspect-ratio: 16/9; background: linear-gradient(135deg, rgba(41,212,211,.18), rgba(230,179,77,.06)); }
.orgx-post-card-image img { width: 100%; height: 100%; object-fit: cover; }
.orgx-post-card-body { padding: 1.15rem; }
.orgx-post-card-meta { color: var(--orgx-gold); text-transform: uppercase; letter-spacing: .08em; font-size: .7rem; }
.orgx-post-card h2 { margin: .35rem 0 .55rem; font-size: 1.35rem; line-height: 1.15; }
.orgx-post-card h2 a { color: white; text-decoration: none; }
.orgx-post-card p { color: #b9c5c8; font-size: .92rem; }
.orgx-pagination { margin-top: 2rem; }

/* Contact form */
.orgx-contact-form { display: grid; gap: 1rem; margin-top: 1.5rem; }
.orgx-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.orgx-field { display: grid; gap: .35rem; }
.orgx-field label { color: #eef2f2; font-size: .88rem; font-weight: 650; }
.orgx-field input, .orgx-field textarea, .orgx-field select {
  width: 100%; color: white; background: #061015; border: 1px solid var(--orgx-border-strong); border-radius: 6px; padding: .8rem .85rem;
}
.orgx-field textarea { min-height: 170px; resize: vertical; }
.orgx-field--full { grid-column: 1 / -1; }
.orgx-form-note { color: var(--orgx-muted); font-size: .84rem; }
.orgx-form-status { padding: .85rem 1rem; border: 1px solid var(--orgx-border); border-radius: 6px; }
.orgx-form-status--success { border-color: rgba(169,215,110,.55); color: #dff4c7; background: rgba(169,215,110,.06); }
.orgx-form-status--error { border-color: rgba(255,122,112,.5); color: #ffd1cc; background: rgba(255,122,112,.06); }

/* Footer */
.orgx-site-footer { border-top: 1px solid var(--orgx-border); background: #020609; }
.orgx-footer-grid { display: grid; grid-template-columns: 1.1fr .8fr .8fr 1fr; gap: 2rem; padding: 2.5rem 0 1.5rem; }
.orgx-footer-brand p { color: #95a5aa; font-size: .82rem; max-width: 290px; }
.orgx-footer-col h2 { margin: 0 0 .55rem; color: var(--orgx-teal); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.orgx-footer-col ul { list-style: none; padding: 0; margin: 0; }
.orgx-footer-col li { margin: .2rem 0; }
.orgx-footer-col a { color: #c1ccd0; text-decoration: none; font-size: .82rem; }
.orgx-footer-col a:hover { color: white; }
.orgx-footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0 1.5rem; border-top: 1px solid rgba(127,229,232,.09); color: #819096; font-size: .75rem; }

/* Reveal animation */
.js .orgx-reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.js .orgx-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .orgx-hero-grid { grid-template-columns: 1fr; }
  .orgx-hero-visual { min-height: 470px; }
  .orgx-hero-globe { width: min(900px, 110%); margin: -3rem auto 0; }
  .orgx-hero-note { left: 8%; bottom: 0; }
  .orgx-stage-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .orgx-stage:nth-child(2) { border-right: 0; }
  .orgx-stage:nth-child(-n+2) { border-bottom: 1px solid var(--orgx-border); }
  .orgx-waste-panel { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .orgx-waste-lead { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid var(--orgx-border); }
  .orgx-waste-item:nth-child(3) { border-right: 0; }
  .orgx-mission-grid { grid-template-columns: 1fr; }
  .orgx-mission-block { border-right: 0; border-bottom: 1px solid var(--orgx-border); }
  .orgx-mission-block:last-child { border-bottom: 0; }
  .orgx-post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .orgx-menu-toggle { display: inline-grid; place-items: center; }
  .orgx-header-cta { display: none; }
  .orgx-nav-shell { position: relative; }
  .orgx-primary-nav {
    display: none; position: absolute; top: 56px; right: 0; width: min(330px, calc(100vw - 2rem));
    padding: .9rem; border: 1px solid var(--orgx-border); border-radius: 8px; background: #061015; box-shadow: var(--orgx-shadow);
  }
  .orgx-primary-nav.is-open { display: block; }
  .orgx-primary-nav ul { display: grid; gap: .25rem; }
  .orgx-primary-nav a { display: block; padding: .65rem .6rem; }
  .orgx-primary-nav .sub-menu { position: static; display: grid; box-shadow: none; border: 0; padding: 0 0 0 .75rem; background: transparent; }
  .orgx-principles { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .orgx-principle:nth-child(2) { border-right: 0; }
  .orgx-principle:nth-child(-n+2) { border-bottom: 1px solid rgba(127,229,232,.16); }
  .orgx-sector-list { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .orgx-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 680px) {
  .orgx-container, .orgx-narrow { width: min(calc(100% - 1.2rem), var(--orgx-max)); }
  .orgx-header-inner { min-height: 72px; }
  .orgx-brand-mark { width: 32px; height: 32px; }
  .orgx-wordmark-main { font-size: 1.25rem; }
  .orgx-hero { padding-top: 3.2rem; }
  .orgx-display { font-size: clamp(2.75rem, 13vw, 4.5rem); }
  .orgx-hero-visual { min-height: 360px; }
  .orgx-hero-globe { width: 128%; margin-left: -14%; }
  .orgx-hero-note { position: relative; left: auto; bottom: auto; width: 100%; margin-top: -2rem; }
  .orgx-stage-grid { grid-template-columns: 1fr; }
  .orgx-stage { border-right: 0; border-bottom: 1px solid var(--orgx-border); }
  .orgx-stage:last-child { border-bottom: 0; }
  .orgx-capability-card { min-height: 0; }
  .orgx-waste-panel { grid-template-columns: 1fr; }
  .orgx-waste-lead { grid-template-columns: 78px 1fr; }
  .orgx-waste-lead img { width: 72px; height: 72px; }
  .orgx-waste-item { border-right: 0; border-bottom: 1px solid var(--orgx-border); }
  .orgx-waste-item:last-child { border-bottom: 0; }
  .orgx-sector-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .orgx-card-grid, .orgx-post-grid, .orgx-form-grid { grid-template-columns: 1fr; }
  .orgx-field--full { grid-column: auto; }
  .orgx-footer-grid { grid-template-columns: 1fr; }
  .orgx-footer-bottom { flex-direction: column; }
}

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