@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800;900&display=swap");

:root {
  --bg: #050706;
  --bg-soft: #080b09;
  --surface: rgba(16, 19, 17, .78);
  --surface-strong: #101411;
  --surface-soft: #141a16;
  --ink: #f3f7f1;
  --ink-strong: #ffffff;
  --muted: #9da79e;
  --muted-strong: #c9d1c8;
  --line: rgba(215, 255, 219, .13);
  --line-strong: rgba(121, 241, 129, .35);
  --green: #79f181;
  --green-hot: #30df48;
  --green-deep: #0c3f09;
  --red: #ff7287;
  --shadow: 0 28px 80px rgba(0, 0, 0, .48);
  --glow: 0 0 22px rgba(121, 241, 129, .28), 0 0 70px rgba(48, 223, 72, .18);
  --radius: 8px;
  --content: min(1160px, calc(100% - 32px));
}

*, *::before, *::after { box-sizing: border-box; }
html {
  font-family: Urbanist, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
}
body {
  margin: 0;
  line-height: 1.6;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(121, 241, 129, .055), transparent 520px),
    radial-gradient(circle at 50% -20%, rgba(121, 241, 129, .09), transparent 38%),
    var(--bg);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .36;
  background-image:
    radial-gradient(circle, rgba(214, 255, 219, .18) 1px, transparent 1.5px),
    linear-gradient(90deg, rgba(121, 241, 129, .045), transparent 26%, transparent 74%, rgba(121, 241, 129, .035));
  background-size: 24px 24px, 100% 100%;
}
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
img { max-width: 100%; height: auto; display: block; }
.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  z-index: 30;
  background: var(--surface-strong);
  color: var(--ink);
  padding: .75rem 1rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
}
.skip-link:focus { left: 1rem; outline: 3px solid var(--green); }
.content-shell { width: var(--content); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(5, 7, 6, .78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px) saturate(130%);
}
.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
}
.brand {
  color: var(--ink);
  text-decoration: none;
  font-size: 1.04rem;
  letter-spacing: 0;
  display: inline-flex;
  gap: 0;
  align-items: baseline;
  min-width: max-content;
}
.brand span { font-weight: 760; color: var(--muted-strong); }
.brand strong { font-weight: 900; color: var(--ink-strong); }
.brand::before {
  content: "";
  width: .62rem;
  height: .62rem;
  margin-right: .5rem;
  border-radius: 2px;
  background: var(--green);
  box-shadow: var(--glow);
  transform: rotate(45deg);
}
.site-nav {
  position: relative;
  display: flex;
  gap: .35rem .55rem;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  max-width: calc(100% - 210px);
  overflow: visible;
}
.site-nav::-webkit-scrollbar { display: none; }
.site-nav a,
.nav-more__toggle {
  color: var(--muted-strong);
  text-decoration: none;
  font-weight: 760;
  font-size: .84rem;
  line-height: 1.1;
  padding: .58rem .72rem;
  border: 1px solid transparent;
  border-radius: 999px;
  white-space: nowrap;
}
.site-nav a[aria-current="page"],
.site-nav a:hover,
.nav-more.is-current .nav-more__toggle,
.nav-more.is-open .nav-more__toggle,
.nav-more__toggle:hover {
  color: var(--ink-strong);
  background: rgba(121, 241, 129, .12);
  border-color: rgba(121, 241, 129, .26);
  box-shadow: inset 0 0 22px rgba(121, 241, 129, .08);
}
.nav-more {
  position: relative;
  flex: 0 0 auto;
}
.nav-more__toggle {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  background: transparent;
  font: inherit;
  cursor: pointer;
}
.nav-more__toggle::after {
  content: "";
  width: .38rem;
  height: .38rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-.1rem) rotate(45deg);
  transition: transform .18s ease;
}
.nav-more.is-open .nav-more__toggle::after { transform: translateY(.05rem) rotate(225deg); }
.nav-more__menu {
  position: absolute;
  top: calc(100% + .65rem);
  right: 0;
  width: min(280px, calc(100vw - 32px));
  display: none;
  gap: .18rem;
  padding: .55rem;
  border: 1px solid rgba(121, 241, 129, .2);
  border-radius: 12px;
  background:
    radial-gradient(circle at 18% 12%, rgba(121, 241, 129, .12), transparent 34%),
    rgba(7, 10, 8, .96);
  box-shadow: 0 22px 64px rgba(0, 0, 0, .5), 0 0 44px rgba(121, 241, 129, .12);
  backdrop-filter: blur(18px);
}
.nav-more.is-open .nav-more__menu,
.nav-more:focus-within .nav-more__menu {
  display: grid;
}
.nav-more__menu a {
  display: block;
  width: 100%;
  padding: .72rem .8rem;
  border-radius: 8px;
  white-space: normal;
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: rgba(16, 19, 17, .82);
  color: var(--ink);
  padding: 0;
  border-radius: 12px;
  font: inherit;
  font-weight: 820;
  cursor: pointer;
}
.nav-toggle__line {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 12px rgba(121, 241, 129, .25);
  transition: transform .22s ease, opacity .18s ease, background .18s ease;
}
.nav-toggle.is-open {
  border-color: rgba(121, 241, 129, .38);
  color: var(--green);
  background: rgba(7, 10, 8, .96);
  box-shadow: 0 0 34px rgba(121, 241, 129, .16);
}
.nav-toggle.is-open .nav-toggle__line:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle.is-open .nav-toggle__line:nth-child(2) { opacity: 0; }
.nav-toggle.is-open .nav-toggle__line:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.nav-lock { overflow: hidden; }
}

.site-main { min-height: 66vh; }
.hero {
  position: relative;
  overflow: clip;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(118deg, rgba(121, 241, 129, .11), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, .025), transparent 48%),
    #050706;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .52;
  background-image:
    radial-gradient(circle, rgba(217, 255, 220, .19) 1px, transparent 1.5px),
    linear-gradient(115deg, transparent 0 42%, rgba(121, 241, 129, .12) 42.2%, transparent 42.9% 100%),
    linear-gradient(64deg, transparent 0 58%, rgba(255, 255, 255, .08) 58.2%, transparent 58.8% 100%);
  background-size: 22px 22px, 100% 100%, 100% 100%;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .65), transparent 90%);
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(121, 241, 129, .68), transparent);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 4.2rem;
  padding: 6.4rem 0 6.8rem;
  align-items: center;
}
.hero-copy { max-width: 630px; }
h1 {
  font-size: 4.85rem;
  line-height: .9;
  margin: .3rem 0 1.2rem;
  letter-spacing: 0;
  font-weight: 900;
  color: var(--ink-strong);
}
h2 {
  font-size: 2.85rem;
  line-height: .98;
  margin: 0;
  letter-spacing: 0;
  font-weight: 880;
  color: var(--ink-strong);
}
h3 {
  font-size: 1.1rem;
  line-height: 1.22;
  margin: .3rem 0 .45rem;
  letter-spacing: 0;
  font-weight: 850;
}
.eyebrow,
.article-card__category {
  margin: 0 0 .68rem;
  color: var(--green);
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 880;
  letter-spacing: .08em;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: .48rem;
  height: .48rem;
  margin-right: .48rem;
  background: var(--green);
  border-radius: 2px;
  box-shadow: var(--glow);
  vertical-align: .03rem;
}
.lead {
  font-size: 1.12rem;
  color: var(--muted-strong);
  max-width: 620px;
  margin-bottom: 1.7rem;
}
.hero-actions { display: flex; gap: .85rem; align-items: center; flex-wrap: wrap; }
.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  border-radius: 999px;
  padding: .78rem 1.08rem;
  font-weight: 850;
  font-size: .88rem;
  text-decoration: none;
}
.button--primary {
  background: linear-gradient(135deg, var(--green), var(--green-hot));
  color: #031105;
  box-shadow: 0 14px 32px rgba(48, 223, 72, .26);
}
.button--ghost {
  border: 1px solid var(--line);
  background: rgba(16, 19, 17, .62);
  color: var(--ink);
}
.button:hover { transform: translateY(-1px); }

.hero-visual {
  position: relative;
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 24% 36%, rgba(121, 241, 129, .13), transparent 18%),
    linear-gradient(145deg, rgba(255, 255, 255, .035), transparent 36%),
    rgba(7, 10, 8, .88);
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: perspective(1200px) rotateX(2deg) rotateY(-4deg);
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .52;
  background-image:
    radial-gradient(circle, rgba(217, 255, 220, .22) 1px, transparent 1.5px),
    linear-gradient(105deg, transparent 0 19%, rgba(121, 241, 129, .5) 19.15%, transparent 19.6% 100%),
    linear-gradient(16deg, transparent 0 48%, rgba(255, 255, 255, .22) 48.15%, transparent 48.45% 100%),
    linear-gradient(143deg, transparent 0 72%, rgba(121, 241, 129, .38) 72.15%, transparent 72.6% 100%);
  background-size: 20px 20px, 100% 100%, 100% 100%, 100% 100%;
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, .045);
  border-radius: 14px;
  pointer-events: none;
}
.crypto-motion {
  position: absolute;
  inset: -28px -18px -42px -18px;
  width: calc(100% + 36px);
  height: calc(100% + 70px);
  z-index: 1;
  pointer-events: none;
  opacity: .92;
  mix-blend-mode: screen;
}
.flow-node,
.flow-chip {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius);
  background: rgba(17, 21, 18, .76);
  color: var(--ink);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .06);
  backdrop-filter: blur(14px);
}
.flow-node {
  width: 178px;
  min-height: 76px;
  padding: .95rem 1rem;
}
.flow-node span,
.flow-chip span {
  display: block;
  color: var(--green);
  font-size: .68rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 850;
}
.flow-node strong,
.flow-chip strong {
  display: block;
  margin-top: .32rem;
  font-size: 1rem;
  line-height: 1.12;
}
.flow-node::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: .7rem;
  top: .7rem;
  border-radius: 50%;
  background: var(--green);
  box-shadow: var(--glow);
}
.flow-node--ai { left: 6%; top: 11%; }
.flow-node--vector { right: 6%; top: 27%; }
.flow-chip {
  left: 6%;
  bottom: 5%;
  width: 196px;
  padding: .9rem;
  background: linear-gradient(145deg, rgba(121, 241, 129, .9), rgba(12, 63, 9, .82));
  color: #effff0;
  border-color: rgba(121, 241, 129, .42);
}
.flow-chip span { color: rgba(239, 255, 240, .72); }
.flow-chip::after {
  content: "";
  display: block;
  height: .42rem;
  margin-top: .8rem;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .9) 0 68%, rgba(3, 17, 5, .42) 68% 100%);
}
.lead-card {
  position: absolute;
  left: 17%;
  bottom: 17%;
  width: min(410px, 70%);
  background: rgba(11, 14, 12, .76);
  color: var(--ink);
  text-decoration: none;
  border: 1px solid rgba(121, 241, 129, .22);
  border-radius: 10px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .5), 0 0 44px rgba(121, 241, 129, .16);
  overflow: hidden;
  z-index: 4;
  backdrop-filter: blur(18px);
}
.lead-card__image { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; filter: saturate(.82) contrast(1.08) brightness(.62); }
.lead-card strong,
.lead-card__label { display: block; padding: 0 1rem 1rem; }
.lead-card strong { font-size: 1.02rem; line-height: 1.26; color: var(--ink-strong); }
.lead-card__label {
  padding-top: .95rem;
  color: var(--green);
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.signal-card {
  position: absolute;
  right: 8%;
  top: 8%;
  width: 188px;
  min-height: 92px;
  border-radius: 10px;
  background: rgba(17, 21, 18, .74);
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .42);
  display: flex;
  align-items: end;
  justify-content: center;
  gap: .52rem;
  padding: 1rem;
  z-index: 4;
  backdrop-filter: blur(14px);
}
.signal-card i { width: .62rem; border-radius: 999px; background: linear-gradient(180deg, var(--green), rgba(121, 241, 129, .25)); box-shadow: var(--glow); }
.signal-card i:nth-child(1) { height: 26px; }
.signal-card i:nth-child(2) { height: 52px; }
.signal-card i:nth-child(3) { height: 38px; }
.signal-card i:nth-child(4) { height: 68px; }
.signal-card i:nth-child(5) { height: 46px; }
.signal-card.is-live i { transform-origin: bottom; animation: signalFlow 1.8s ease-in-out infinite; }
.signal-card.is-live i:nth-child(2) { animation-delay: .18s; }
.signal-card.is-live i:nth-child(3) { animation-delay: .34s; }
.signal-card.is-live i:nth-child(4) { animation-delay: .08s; }
.signal-card.is-live i:nth-child(5) { animation-delay: .26s; }

@keyframes signalFlow {
  0%, 100% { transform: scaleY(.66); opacity: .7; }
  45% { transform: scaleY(1.08); opacity: 1; }
}

.category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  overflow-x: visible;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--line);
}
.category-strip a {
  white-space: nowrap;
  max-width: 100%;
  overflow-wrap: anywhere;
  border: 1px solid var(--line);
  color: var(--muted-strong);
  text-decoration: none;
  padding: .54rem .84rem;
  border-radius: 999px;
  background: rgba(16, 19, 17, .62);
  font-weight: 760;
  font-size: .9rem;
}
.category-strip a:hover {
  color: #031105;
  background: var(--green);
  border-color: var(--green);
}
.resource-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--line);
}
.resource-strip a {
  flex: 1 1 210px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: .78rem .9rem;
  color: var(--ink-strong);
  text-decoration: none;
  background: rgba(16, 19, 17, .62);
  font-weight: 820;
  transition: transform .24s ease, border-color .24s ease, background .24s ease;
}
.resource-strip a span {
  display: block;
  margin-bottom: .24rem;
  color: var(--green);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.resource-strip a:hover {
  transform: translateY(-2px);
  border-color: rgba(121, 241, 129, .42);
  background: rgba(25, 31, 26, .84);
}
.section { padding: 5.4rem 0; }
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
}
.section-heading > a {
  color: var(--green);
  font-weight: 850;
  text-decoration: none;
  border-bottom: 2px solid rgba(121, 241, 129, .65);
}
.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.05rem; }
.article-card {
  background: rgba(16, 19, 17, .76);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 52px rgba(0, 0, 0, .28);
  backdrop-filter: blur(12px);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.article-card:hover {
  transform: translateY(-3px);
  border-color: rgba(121, 241, 129, .34);
  box-shadow: 0 26px 64px rgba(0, 0, 0, .36), 0 0 42px rgba(121, 241, 129, .1);
}
.article-card__media { display: block; background: #0b0f0c; overflow: hidden; }
.article-card__media img {
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  background: #0b0f0c;
  filter: saturate(.86) contrast(1.08) brightness(.78);
  transition: transform .4s ease, filter .4s ease;
}
.article-card:hover .article-card__media img { transform: scale(1.035); filter: saturate(.96) contrast(1.1) brightness(.9); }
.article-card__body { padding: 1rem; }
.article-card__category { color: var(--green); margin-bottom: .45rem; }
.article-card h3 a { color: var(--ink-strong); text-decoration: none; }
.article-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.article-card time { display: block; margin-top: .85rem; color: #78847b; font-size: .78rem; font-weight: 760; }

.resource-hub { padding-top: 4.6rem; }
.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.05rem;
}
.resource-card {
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background:
    radial-gradient(circle at top right, rgba(121, 241, 129, .1), transparent 38%),
    rgba(16, 19, 17, .76);
  box-shadow: 0 20px 52px rgba(0, 0, 0, .25);
}
.resource-card__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}
.resource-card__header p {
  margin: .1rem 0 0;
  color: var(--green);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  white-space: nowrap;
}
.resource-card__header h3 {
  margin: 0;
  max-width: 360px;
  color: var(--ink-strong);
  font-size: 1.36rem;
}
.resource-card__summary {
  margin: .8rem 0 1rem;
  color: var(--muted);
  font-size: .94rem;
}
.resource-list {
  display: grid;
  gap: .55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.resource-list a {
  display: block;
  min-width: 0;
  padding: .78rem .85rem;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 8px;
  color: var(--ink-strong);
  text-decoration: none;
  background: rgba(6, 9, 7, .5);
}
.resource-list a:hover {
  border-color: rgba(121, 241, 129, .38);
  background: rgba(9, 14, 10, .78);
}
.resource-list span {
  display: block;
  overflow-wrap: anywhere;
  font-weight: 820;
  line-height: 1.28;
}
.resource-list small {
  display: block;
  margin-top: .28rem;
  color: #89958c;
  font-size: .78rem;
  line-height: 1.35;
}

.page-content,
.article-detail { padding: 4.6rem 0 5.2rem; }
.article-detail,
.page-content { max-width: 1000px; }
.article-header { max-width: 900px; }
.article-header .eyebrow a { color: inherit; text-decoration: none; margin-right: .7rem; }
.article-header time { color: var(--muted); font-size: .95rem; font-weight: 720; }
.article-hero {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin: 1.6rem 0;
  background: #0b0f0c;
  border-radius: 12px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  filter: saturate(.9) contrast(1.06) brightness(.82);
}
.article-hero-figure {
  width: 100%;
  margin: 1.6rem 0 1.9rem;
}
.article-hero-figure .article-hero {
  display: block;
  margin: 0;
}
.article-hero-figure figcaption {
  max-width: 840px;
  margin-top: .75rem;
  color: #9fa9a1;
  font-size: .88rem;
  line-height: 1.5;
}
.rich-text {
  width: 100%;
  max-width: 840px;
  font-size: 1.07rem;
  color: #dce4db;
}
.page-content .rich-text { max-width: 100%; }
.rich-text h2,
.rich-text h3,
.rich-text h4 { color: var(--ink-strong); }
.rich-text h2 { font-size: 2.05rem; line-height: 1.05; margin-top: 2rem; }
.rich-text h3 { font-size: 1.42rem; }
.rich-text p,
.rich-text li { color: #dce4db; }
.rich-text a { color: var(--green); font-weight: 780; }
.rich-text blockquote {
  margin: 1.4rem 0;
  padding: 1rem 1.15rem;
  border-left: 3px solid var(--green);
  background: rgba(121, 241, 129, .08);
  color: var(--ink);
}
.rich-text img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  border-radius: 12px;
  margin: 1.2rem 0;
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .34);
}
.rich-text figure,
.rich-text .wp-caption {
  max-width: 100% !important;
}
.article-detail .rich-text figure,
.article-detail .rich-text .wp-caption {
  width: min(100%, 840px) !important;
  max-width: 100% !important;
  margin: 1.35rem 0 !important;
}
.article-detail .rich-text figure img,
.article-detail .rich-text .wp-caption img,
.article-detail .rich-text > img,
.article-detail .rich-text p > img {
  display: block;
  width: auto !important;
  max-width: min(100%, 840px) !important;
  height: auto !important;
  object-fit: contain;
}
.article-detail .rich-text figure img,
.article-detail .rich-text .wp-caption img {
  width: 100% !important;
}
.rich-text iframe { max-width: 100%; }
.rich-text table { width: 100%; border-collapse: collapse; overflow-x: auto; display: block; }
.rich-text th,
.rich-text td { border: 1px solid var(--line); padding: .55rem; }
.rich-text .elementor-container { display: flex; flex-wrap: wrap; gap: 1rem; }
.rich-text .elementor-column { flex: 1 1 220px; min-width: 0; }
.rich-text .elementor-section { margin: 1.15rem 0; }
.rich-text .elementor-widget-wrap { height: 100%; }
.rich-text .elementor-icon-box-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(16, 19, 17, .78);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .25);
}
.rich-text .elementor-icon-box-icon { flex: 0 0 auto; }
.rich-text .elementor-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(121, 241, 129, .14);
  border: 1px solid rgba(121, 241, 129, .24);
  color: var(--green);
  text-decoration: none;
}
.rich-text .elementor-icon svg {
  width: 19px;
  height: 19px;
  display: block;
  flex: 0 0 19px;
  fill: currentColor;
}
.rich-text .elementor-icon-box-title { font-weight: 850; line-height: 1.2; color: var(--ink-strong); }
.rich-text .elementor-icon-box-title a { color: var(--ink-strong); text-decoration: none; }
.rich-text .elementor-icon-box-description { margin: .2rem 0 0; color: var(--muted); overflow-wrap: anywhere; }
.rich-text .elementor-widget-container iframe {
  width: 100%;
  min-height: 360px;
  border-radius: 10px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .28);
}
.rich-text .elementor-form {
  max-width: 920px;
  margin: 2rem 0;
  padding: 1.1rem;
  border: 1px solid rgba(121, 241, 129, .18);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .045), transparent 42%),
    radial-gradient(circle at 18% 12%, rgba(121, 241, 129, .1), transparent 32%),
    rgba(7, 10, 8, .82);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .04);
}
.rich-text .elementor-form-fields-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .95rem;
}
.rich-text .elementor-form .elementor-field-group {
  min-width: 0;
  margin: 0;
}
.rich-text .elementor-form .elementor-col-100,
.rich-text .elementor-form .elementor-field-type-textarea,
.rich-text .elementor-form .elementor-field-type-upload,
.rich-text .elementor-form .elementor-field-type-submit {
  grid-column: 1 / -1;
}
.rich-text .elementor-form label,
.rich-text .elementor-form .elementor-field-label {
  display: block;
  margin: 0 0 .38rem;
  color: var(--muted-strong);
  font-size: .82rem;
  font-weight: 850;
}
.rich-text .elementor-form input:not([type="hidden"]):not([type="file"]),
.rich-text .elementor-form textarea,
.rich-text .elementor-form select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(121, 241, 129, .22);
  border-radius: 10px;
  padding: .86rem .95rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .035), transparent 55%),
    rgba(3, 7, 5, .74);
  color: var(--ink);
  font: inherit;
  font-weight: 650;
  box-shadow: inset 0 0 24px rgba(121, 241, 129, .055);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease;
}
.rich-text .elementor-form textarea {
  min-height: 168px;
  resize: vertical;
}
.rich-text .elementor-form input::placeholder,
.rich-text .elementor-form textarea::placeholder {
  color: rgba(201, 209, 200, .55);
}
.rich-text .elementor-form input:not([type="hidden"]):not([type="file"]):focus,
.rich-text .elementor-form textarea:focus,
.rich-text .elementor-form select:focus {
  outline: 0;
  border-color: var(--green);
  background: rgba(3, 7, 5, .86);
  box-shadow: 0 0 0 4px rgba(121, 241, 129, .12), inset 0 0 30px rgba(121, 241, 129, .08);
}
.rich-text .elementor-form input[type="file"] {
  width: 100%;
  min-height: 54px;
  border: 1px dashed rgba(121, 241, 129, .32);
  border-radius: 10px;
  padding: .55rem;
  background: rgba(3, 7, 5, .58);
  color: var(--muted-strong);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.rich-text .elementor-form input[type="file"]::file-selector-button {
  min-height: 38px;
  margin-right: .85rem;
  border: 1px solid rgba(121, 241, 129, .38);
  border-radius: 999px;
  padding: 0 .9rem;
  background: rgba(121, 241, 129, .12);
  color: var(--green);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.rich-text .elementor-form input[type="file"]:hover::file-selector-button {
  background: var(--green);
  color: #031105;
  box-shadow: 0 14px 32px rgba(48, 223, 72, .24);
  transform: translateY(-1px);
}
.rich-text .elementor-form .elementor-button,
.rich-text .elementor-form button[type="submit"] {
  min-height: 52px;
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 0 1.2rem;
  background: linear-gradient(135deg, var(--green), var(--green-hot));
  color: #031105;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(48, 223, 72, .25);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.rich-text .elementor-form .elementor-button:hover,
.rich-text .elementor-form button[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 46px rgba(48, 223, 72, .32);
  filter: saturate(1.05);
}
.document-list {
  max-width: 840px;
  margin-top: 2rem;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(16, 19, 17, .74);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .24);
}
.document-list h2 { font-size: 1.25rem; margin-bottom: .75rem; }
.document-list ul { padding-left: 1.2rem; margin: 0; }
.document-list li + li { margin-top: .35rem; }

.search-form label { display: block; font-weight: 850; margin-bottom: .4rem; color: var(--ink-strong); }
.search-form div { display: flex; gap: .5rem; max-width: 720px; }
.search-form input {
  flex: 1;
  min-width: 0;
  padding: .84rem .9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 19, 17, .78);
  color: var(--ink);
  font: inherit;
}
.search-form input:focus { border-color: var(--line-strong); outline: 0; box-shadow: 0 0 0 3px rgba(121, 241, 129, .12); }
.search-form button {
  padding: .84rem 1.05rem;
  border: 0;
  border-radius: var(--radius);
  background: var(--green);
  color: #031105;
  font-weight: 850;
  font: inherit;
}

.search-modal-lock { overflow: hidden; }
.search-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 1.2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}
.search-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.search-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 32% 24%, rgba(121, 241, 129, .14), transparent 28%),
    rgba(2, 4, 3, .74);
  backdrop-filter: blur(14px);
}
.search-modal__panel {
  position: relative;
  width: min(920px, 100%);
  max-height: min(760px, calc(100vh - 32px));
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  border: 1px solid rgba(121, 241, 129, .24);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .055), transparent 42%),
    rgba(7, 10, 8, .92);
  box-shadow: 0 40px 120px rgba(0, 0, 0, .65), 0 0 82px rgba(121, 241, 129, .14);
  transform: translateY(14px) scale(.98);
  transition: transform .22s ease;
}
.search-modal.is-open .search-modal__panel { transform: translateY(0) scale(1); }
.search-modal__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .48;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(217, 255, 220, .2) 1px, transparent 1.5px),
    linear-gradient(115deg, transparent 0 38%, rgba(121, 241, 129, .2) 38.2%, transparent 38.6% 100%),
    linear-gradient(24deg, transparent 0 68%, rgba(255, 255, 255, .12) 68.15%, transparent 68.5% 100%);
  background-size: 22px 22px, 100% 100%, 100% 100%;
}
.search-modal__motion {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: .72;
  mix-blend-mode: screen;
}
.search-modal__panel > :not(.search-modal__motion) {
  position: relative;
  z-index: 2;
}
.search-modal__close {
  position: absolute;
  top: .9rem;
  right: .9rem;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(16, 19, 17, .78);
  color: var(--ink);
  font: inherit;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}
.search-modal__close:hover {
  border-color: var(--line-strong);
  color: var(--green);
}
.search-modal h2 {
  max-width: 760px;
  margin-bottom: 1rem;
}
.search-modal__panel > .eyebrow {
  margin-top: 1.15rem;
  margin-bottom: .55rem;
}
.search-modal__form {
  flex: 0 0 auto;
  min-height: 84px;
  display: grid;
  grid-template-rows: auto auto;
  align-content: start;
}
.search-modal__form label {
  display: block;
  margin-bottom: .42rem;
  color: var(--muted-strong);
  font-size: .82rem;
  font-weight: 800;
}
.search-modal__field {
  display: flex;
  gap: .6rem;
}
.search-modal__field input {
  flex: 1;
  min-width: 0;
  height: 54px;
  border: 1px solid rgba(121, 241, 129, .24);
  border-radius: 999px;
  padding: 0 1.05rem;
  background: rgba(3, 7, 5, .72);
  color: var(--ink);
  font: inherit;
  font-size: 1.02rem;
  box-shadow: inset 0 0 28px rgba(121, 241, 129, .06);
}
.search-modal__field input::placeholder { color: rgba(201, 209, 200, .62); }
.search-modal__field input:focus {
  outline: 0;
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(121, 241, 129, .12), inset 0 0 34px rgba(121, 241, 129, .08);
}
.search-modal__field button {
  min-width: 112px;
  border: 0;
  border-radius: 999px;
  padding: 0 1.1rem;
  background: linear-gradient(135deg, var(--green), var(--green-hot));
  color: #031105;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(48, 223, 72, .25);
}
.search-modal__meta {
  flex: 0 0 auto;
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-top: .78rem;
  color: var(--muted);
  font-size: .86rem;
  font-weight: 760;
}
.search-modal__meta::before {
  content: "";
  width: .48rem;
  height: .48rem;
  border-radius: 50%;
  background: var(--green);
  box-shadow: var(--glow);
}
.search-modal__meta[data-state="loading"]::before { animation: searchPulse 1s ease-in-out infinite; }
.search-modal__meta[data-state="error"]::before { background: var(--red); box-shadow: 0 0 20px rgba(255, 114, 135, .35); }
.search-modal__results {
  flex: 1 1 auto;
  min-height: 180px;
  overflow: auto;
  display: grid;
  align-content: start;
  grid-auto-rows: max-content;
  gap: .72rem;
  padding: .25rem .1rem .1rem;
  scrollbar-color: rgba(121, 241, 129, .45) transparent;
}
.search-result {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: .9rem;
  align-items: stretch;
  min-height: 104px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px;
  background: rgba(16, 19, 17, .76);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .28);
  overflow: hidden;
}
.search-result__media {
  min-height: 96px;
  display: grid;
  place-items: center;
  background: rgba(121, 241, 129, .08);
  color: var(--green);
  text-decoration: none;
  font-weight: 900;
}
.search-result__media img {
  width: 100%;
  height: 100%;
  min-height: 96px;
  object-fit: cover;
  filter: saturate(.9) contrast(1.08) brightness(.78);
}
.search-result__body {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: .24rem;
  padding: .82rem .9rem .78rem 0;
}
.search-result__kicker {
  color: var(--green);
  font-size: .68rem;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.search-result h3 {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.16;
}
.search-result h3 a {
  display: block;
  color: var(--ink-strong);
  text-decoration: none;
  overflow-wrap: anywhere;
}
.search-result h3 a:hover { color: var(--green); }
.search-result p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.search-modal__empty {
  min-height: 150px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(121, 241, 129, .24);
  border-radius: 10px;
  color: var(--muted-strong);
  background: rgba(16, 19, 17, .48);
}
@keyframes searchPulse {
  0%, 100% { transform: scale(.8); opacity: .55; }
  50% { transform: scale(1.16); opacity: 1; }
}

.site-footer {
  margin-top: 2rem;
  padding: 2.3rem 0;
  background: #030503;
  color: var(--ink);
  border-top: 1px solid var(--line);
}
.footer-grid { display: flex; justify-content: space-between; gap: 2rem; align-items: flex-start; }
.footer-brand { max-width: 720px; }
.site-footer strong { color: var(--ink-strong); }
.site-footer a { color: var(--muted-strong); }
.site-footer a:hover { color: var(--green); }
.footer-copy { color: var(--muted); max-width: 680px; }
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.1rem;
}
.footer-social a {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(121, 241, 129, .18);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .045), transparent 48%),
    rgba(16, 19, 17, .72);
  color: var(--muted-strong);
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  transition: transform .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.footer-social a:hover {
  color: var(--green);
  border-color: rgba(121, 241, 129, .42);
  background: rgba(121, 241, 129, .1);
  box-shadow: 0 0 30px rgba(121, 241, 129, .15), inset 0 0 22px rgba(121, 241, 129, .07);
  transform: translateY(-2px);
}
.footer-social svg {
  width: 20px;
  height: 20px;
  display: block;
}
.footer-social svg path,
.footer-social svg circle,
.footer-social svg rect {
  fill: currentColor;
}
.footer-social .social-icon__stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-social .social-icon__cut { fill: #030503; }
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .55rem 1rem;
  max-width: 420px;
}
.footer-nav a { text-decoration: none; }
.footer-cookie-button {
  appearance: none;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: pointer;
}
.footer-cookie-button:hover,
.footer-cookie-button:focus-visible { color: var(--green); }
:focus-visible { outline: 3px solid var(--green); outline-offset: 2px; }

.birnp-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  padding: 0 16px 16px;
  pointer-events: none;
}
.birnp-page-wrapper {
  width: min(1040px, 100%);
  margin: 0 auto;
  pointer-events: none;
}
.birnp {
  width: 100%;
  color: var(--ink);
  background: rgba(11, 14, 12, .9);
  border: 1px solid rgba(121, 241, 129, .22);
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .55), 0 0 52px rgba(121, 241, 129, .12);
  backdrop-filter: blur(18px) saturate(130%);
  padding: 1rem;
}
.show-banner .birnp-banner,
.show-message .birnp-message,
.show-options .birnp-options { pointer-events: auto; }
.birnp-header {
  margin: 0 0 .4rem;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 880;
  color: var(--ink-strong);
}
.birnp-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .85rem 1rem;
  align-items: end;
}
.birnp-text {
  color: var(--muted-strong);
  font-size: .9rem;
  line-height: 1.45;
}
.birnp-text p { margin: 0; }
.birnp-text p + p { margin-top: .4rem; }
.birnp-buttons {
  display: flex;
  gap: .5rem;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.birnp button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .65rem .9rem;
  background: rgba(16, 19, 17, .82);
  color: var(--ink);
  font: inherit;
  font-size: .84rem;
  font-weight: 830;
  cursor: pointer;
}
.birnp button:hover { transform: translateY(-1px); border-color: var(--line-strong); }
.birnp button.allow-all,
.birnp button.save {
  border-color: var(--green);
  background: linear-gradient(135deg, var(--green), var(--green-hot));
  color: #031105;
}
.birnp button.choose,
.birnp button.toggle {
  background: rgba(121, 241, 129, .14);
  border-color: rgba(121, 241, 129, .28);
  color: var(--green);
}
.birnp-page-links {
  grid-column: 1 / -1;
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
  padding-top: .1rem;
}
.birnp-page-link {
  color: var(--green);
  font-size: .78rem;
  font-weight: 760;
  text-decoration-thickness: .08em;
}
.birnp-options {
  max-height: min(78vh, 520px);
  overflow: auto;
}
.birnp-options .birnp-body { align-items: start; }
.birnp-options .birnp-text ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
  padding: 0;
  margin: .2rem 0 0;
  list-style: none;
}
.birnp-options .birnp-text li[hidden] { display: none; }
.birnp-options label {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .62rem .72rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(16, 19, 17, .72);
  font-weight: 760;
  color: var(--ink);
}
.birnp-options input {
  width: 18px;
  height: 18px;
  accent-color: var(--green);
  flex: 0 0 auto;
}
.birnp-message {
  width: fit-content;
  margin-left: auto;
  background: rgba(11, 14, 12, .92);
  color: var(--ink);
  border-color: rgba(121, 241, 129, .24);
}
.birnp-message .birnp-body {
  display: block;
  color: var(--ink);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

@media (max-width: 1060px) {
  h1 { font-size: 4.1rem; }
  h2 { font-size: 2.45rem; }
  .hero-grid { gap: 2.5rem; }
  .hero-visual { transform: none; }
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; padding: 4.2rem 0 5.5rem; }
  .hero-visual { min-height: 510px; }
  .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .resource-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header { z-index: 60; }
  .header-inner { min-height: 66px; padding: .75rem 0; }
  .nav-toggle {
    position: relative;
    z-index: 82;
    display: inline-grid;
    place-content: center;
    gap: 4px;
    flex: 0 0 auto;
  }
  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 70;
    width: min(86vw, 360px);
    max-width: none;
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: .45rem;
    padding: 5.7rem 1rem 1.15rem;
    overflow-y: auto;
    overflow-x: hidden;
    border-left: 1px solid rgba(121, 241, 129, .25);
    background:
      radial-gradient(circle at 16% 12%, rgba(121, 241, 129, .16), transparent 30%),
      linear-gradient(140deg, rgba(255, 255, 255, .055), transparent 45%),
      rgba(5, 7, 6, .96);
    box-shadow: none;
    backdrop-filter: blur(18px) saturate(130%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
    pointer-events: none;
    transition: clip-path .34s cubic-bezier(.2, .78, .2, 1), opacity .24s ease;
  }
  .site-nav::before {
    content: "Navigacija";
    color: var(--green);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 0 .1rem .45rem;
  }
  .site-nav::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .42;
    background-image:
      radial-gradient(circle, rgba(217, 255, 220, .2) 1px, transparent 1.5px),
      linear-gradient(118deg, transparent 0 44%, rgba(121, 241, 129, .22) 44.2%, transparent 44.7% 100%);
    background-size: 22px 22px, 100% 100%;
    pointer-events: none;
  }
  .site-nav.is-open {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    pointer-events: auto;
    box-shadow: -100vw 0 0 100vw rgba(0, 0, 0, .58), -28px 0 80px rgba(0, 0, 0, .55), 0 0 52px rgba(121, 241, 129, .12);
  }
  .site-nav a,
  .nav-more,
  .nav-more__toggle { width: 100%; }
  .site-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    border-color: rgba(255, 255, 255, .08);
    background: rgba(16, 19, 17, .62);
    transform: translateX(18px);
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease, background .18s ease, border-color .18s ease;
  }
  .site-nav.is-open a {
    transform: translateX(0);
    opacity: 1;
  }
  .site-nav.is-open a:nth-of-type(1) { transition-delay: .04s; }
  .site-nav.is-open a:nth-of-type(2) { transition-delay: .07s; }
  .site-nav.is-open a:nth-of-type(3) { transition-delay: .1s; }
  .site-nav.is-open a:nth-of-type(4) { transition-delay: .13s; }
  .site-nav.is-open a:nth-of-type(5) { transition-delay: .16s; }
  .site-nav.is-open a:nth-of-type(6) { transition-delay: .19s; }
  .nav-more__toggle {
    justify-content: space-between;
    text-align: left;
  }
  .site-nav.is-open .nav-more__toggle { display: none; }
  .site-nav.is-open .nav-more__menu {
    position: static;
    width: 100%;
    display: grid;
    gap: .45rem;
    margin-top: .2rem;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    backdrop-filter: none;
  }
  h1 { font-size: 3.15rem; }
  h2 { font-size: 2.05rem; }
  .hero-grid { padding-top: 3rem; }
  .hero-visual { min-height: 470px; }
  .lead-card { width: 84%; left: 8%; bottom: 19%; }
  .flow-node--ai { left: 6%; top: 6%; }
  .flow-node--vector { right: 6%; top: 24%; }
  .signal-card { display: none; }
  .flow-chip { left: 6%; bottom: 4%; width: 160px; }
  .article-grid { grid-template-columns: 1fr; }
  .resource-strip a { flex-basis: 100%; }
  .resource-card__header { display: block; }
  .resource-card__header p { margin-bottom: .45rem; }
  .footer-grid, .section-heading { display: block; }
  .footer-social { margin-top: 1rem; }
  .footer-social a { margin: 0; }
  .footer-nav { justify-content: flex-start; margin-top: 1.25rem; }
  .footer-nav a { display: block; margin: .15rem 0; }
  .rich-text .elementor-form {
    padding: .9rem;
    border-radius: 12px;
  }
  .rich-text .elementor-form-fields-wrapper {
    grid-template-columns: 1fr;
    gap: .82rem;
  }
  .search-form div { display: block; }
  .search-form button { margin-top: .55rem; width: 100%; }
  .search-modal { padding: .65rem; }
  .search-modal__panel {
    max-height: calc(100vh - 18px);
    padding: 1rem;
    border-radius: 12px;
  }
  .search-modal__panel > .eyebrow {
    margin-top: 1.15rem;
    padding-right: 2.7rem;
  }
  .search-modal__form { min-height: auto; }
  .search-modal h2 { padding-right: 2.5rem; }
  .search-modal__field { display: grid; }
  .search-modal__field button { min-height: 46px; }
  .search-result {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: .75rem;
  }
  .search-result__media,
  .search-result__media img { min-height: 92px; }
  .search-result__body {
    gap: .2rem;
    padding: .72rem .75rem .7rem 0;
  }
  .birnp-wrapper { padding: 0 10px 10px; }
  .birnp { border-radius: 12px; padding: .85rem; }
  .birnp-header { font-size: .96rem; margin-bottom: .3rem; }
  .birnp-text { font-size: .84rem; line-height: 1.35; }
  .birnp-body { display: block; }
  .birnp-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: .7rem;
  }
  .birnp button {
    min-height: 38px;
    padding: .58rem .7rem;
    font-size: .8rem;
  }
  .birnp-banner button.allow-all { grid-column: 1 / -1; }
  .birnp-options .birnp-text ul { grid-template-columns: 1fr; }
  .birnp-page-links { margin-top: .65rem; }
}

@media (max-width: 460px) {
  :root { --content: min(100% - 22px, 1160px); }
  h1 { font-size: 2.68rem; }
  h2 { font-size: 1.78rem; }
  .lead { font-size: 1rem; }
  .hero-visual { min-height: 430px; }
  .flow-node { width: 142px; min-height: 68px; padding: .78rem; }
  .flow-node strong,
  .flow-chip strong { font-size: .9rem; }
  .lead-card { width: 90%; left: 5%; }
  .flow-chip { width: 136px; }
  .search-modal__results { min-height: 0; }
  .search-result h3 { font-size: .96rem; }
  .search-result p { font-size: .84rem; }
  .page-content, .article-detail { padding-top: 3.4rem; }
}
