/*
 * IOAI Gateway crystalline design study
 * Visual direction derived from the approved portal social card.
 * Loaded after the base stylesheet so content, behavior, and accessibility
 * remain shared with the original CGP-focused preview.
 */

:root {
  color-scheme: dark;
  --bg: #030710;
  --bg-deep: #010309;
  --surface: #080f1b;
  --surface-2: #0b1422;
  --surface-3: #101b2b;
  --ink: #edf2f8;
  --ink-strong: #ffffff;
  --muted: #a5afbf;
  --quiet: #6f7c90;
  --line: rgba(130, 211, 226, 0.14);
  --line-strong: rgba(157, 219, 230, 0.28);
  --gold: #d0a15f;
  --gold-light: #efc987;
  --gold-soft: rgba(208, 161, 95, 0.14);
  --cyan: #6adce6;
  --cyan-strong: #35c4d2;
  --cyan-soft: rgba(72, 207, 221, 0.14);
  --violet: #a88af5;
  --violet-soft: rgba(141, 112, 231, 0.15);
  --rose: #cd8fb6;
  --shadow: 0 32px 110px rgba(0, 0, 0, 0.52);
  --radius: 18px;
  --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

[data-theme="light"] {
  color-scheme: light;
  --bg: #f2f5f9;
  --bg-deep: #e9eef5;
  --surface: #fbfcfe;
  --surface-2: #eff3f8;
  --surface-3: #e3eaf2;
  --ink: #182230;
  --ink-strong: #0b1322;
  --muted: #4f5d6e;
  --quiet: #74828f;
  --line: rgba(13, 60, 80, 0.16);
  --line-strong: rgba(13, 60, 80, 0.3);
  --gold: #96701f;
  --gold-light: #a87e22;
  --gold-soft: rgba(150, 112, 31, 0.12);
  --cyan: #0e7f8b;
  --cyan-strong: #0a6b76;
  --cyan-soft: rgba(14, 127, 139, 0.12);
  --violet: #5c48b8;
  --violet-soft: rgba(92, 72, 184, 0.12);
  --rose: #a05a80;
  --shadow: 0 24px 80px rgba(23, 42, 63, 0.14);
}

.theme-crystalline {
  background:
    radial-gradient(circle at 78% 5%, rgba(75, 183, 216, 0.09), transparent 28rem),
    radial-gradient(circle at 18% 19%, rgba(121, 86, 213, 0.07), transparent 32rem),
    var(--bg);
}

.theme-crystalline::before {
  z-index: 0;
  background-image:
    radial-gradient(circle, rgba(114, 222, 231, 0.15) 0 1px, transparent 1.5px),
    linear-gradient(rgba(112, 204, 220, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 204, 220, 0.025) 1px, transparent 1px);
  background-size: 84px 84px, 84px 84px, 84px 84px;
  mask-image: linear-gradient(to bottom, transparent 0, black 12%, black 78%, transparent 100%);
  opacity: 0.55;
}

.theme-crystalline main,
.theme-crystalline .site-footer {
  position: relative;
  z-index: 1;
}

.page-progress span {
  background: linear-gradient(90deg, var(--violet), var(--cyan), var(--gold-light));
  box-shadow: 0 0 18px rgba(106, 220, 230, 0.55);
}

.site-header {
  min-height: 76px;
  border-bottom-color: rgba(143, 211, 226, 0.1);
  background: rgba(1, 3, 9, 0.58);
  backdrop-filter: blur(18px) saturate(135%);
}

.site-header.is-scrolled {
  border-color: rgba(143, 211, 226, 0.18);
  background: rgba(2, 5, 12, 0.88);
  box-shadow: 0 12px 42px rgba(0, 0, 0, 0.32);
}

.brand-mark {
  border-color: rgba(106, 220, 230, 0.58);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(106, 220, 230, 0.12), rgba(168, 138, 245, 0.1));
  box-shadow: inset 0 0 18px rgba(106, 220, 230, 0.08), 0 0 24px rgba(106, 220, 230, 0.14);
  transform: rotate(45deg);
}

.brand-mark > span {
  transform: rotate(-45deg);
}

.brand-mark::before,
.brand-mark::after,
.brand-mark span::before,
.brand-mark span::after {
  background: var(--cyan);
}

.brand-name,
.footer-brand strong {
  font-weight: 620;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a {
  color: #aab5c5;
  font-weight: 560;
  letter-spacing: 0.13em;
}

.site-nav a::after {
  background: linear-gradient(90deg, var(--violet), var(--cyan));
}

.site-nav .nav-contact {
  border-color: rgba(106, 220, 230, 0.28);
  background: rgba(9, 17, 29, 0.58);
  box-shadow: inset 0 0 22px rgba(106, 220, 230, 0.04);
}

.theme-toggle,
.menu-toggle {
  border-color: rgba(106, 220, 230, 0.25);
  background: rgba(6, 12, 23, 0.7);
  box-shadow: inset 0 0 18px rgba(121, 97, 223, 0.09), 0 0 22px rgba(78, 194, 211, 0.08);
}

.hero {
  min-height: 100svh;
  padding-top: 0;
  border-bottom-color: rgba(126, 211, 226, 0.16);
  background: #010309;
}

.hero::after {
  position: absolute;
  z-index: 1;
  left: 53%;
  bottom: -90px;
  width: 34vw;
  height: 240px;
  content: "";
  pointer-events: none;
  background: radial-gradient(ellipse, rgba(105, 210, 227, 0.18), rgba(122, 93, 228, 0.08) 34%, transparent 72%);
  filter: blur(20px);
}

.hero-art-wrap {
  inset: 0;
  height: 100%;
}

.hero-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
  filter: saturate(0.96) contrast(1.06) brightness(0.9);
  transform: scale(1.002);
}

[data-theme="light"] .hero-art {
  filter: saturate(0.98) contrast(1.03) brightness(1);
}

.hero-art-shade {
  background:
    linear-gradient(90deg, #010309 0%, rgba(1, 3, 9, 0.995) 33%, rgba(1, 3, 9, 0.97) 49%, rgba(1, 3, 9, 0.72) 59%, rgba(1, 3, 9, 0.08) 76%, transparent 100%),
    linear-gradient(to bottom, rgba(1, 3, 9, 0.44) 0%, transparent 22%, transparent 66%, rgba(1, 3, 9, 0.66) 90%, #010309 100%);
}

[data-theme="light"] .hero-art-shade {
  background:
    linear-gradient(90deg, #f2f5f9 0%, rgba(242, 245, 249, 0.99) 33%, rgba(242, 245, 249, 0.95) 49%, rgba(242, 245, 249, 0.62) 59%, rgba(242, 245, 249, 0.06) 76%, transparent 100%),
    linear-gradient(to bottom, rgba(242, 245, 249, 0.4) 0%, transparent 22%, transparent 66%, rgba(242, 245, 249, 0.6) 90%, #f2f5f9 100%);
}

.hero-art-label {
  display: none;
}

.hero-copy-wrap {
  grid-template-columns: minmax(0, 660px) minmax(280px, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  align-items: end;
  gap: 32px 7vw;
  min-height: 100svh;
  padding: 145px 0 72px;
}

.hero-copy {
  grid-column: 1;
  grid-row: 1;
}

.eyebrow,
.kicker,
.panel-kicker {
  color: #b99df2;
  font-weight: 620;
  letter-spacing: 0.2em;
}

.eyebrow span {
  background: linear-gradient(90deg, var(--violet), var(--cyan));
  box-shadow: 0 0 10px rgba(147, 119, 235, 0.45);
}

.hero h1,
.section h2,
.section h3 {
  font-family: var(--sans);
  font-style: normal;
}

.hero h1 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(3.35rem, 6.1vw, 6rem);
  font-weight: 390;
  letter-spacing: -0.055em;
  line-height: 1.02;
  text-wrap: balance;
}

.hero h1 em,
.section h2 em {
  color: var(--ink-strong);
  font-style: normal;
  font-weight: inherit;
}

.hero-lede {
  max-width: 620px;
  margin-bottom: 28px;
  color: #b5bfcd;
  font-family: var(--sans);
  font-size: clamp(1rem, 1.35vw, 1.17rem);
  font-weight: 400;
  line-height: 1.66;
}

.button {
  min-height: 48px;
  padding: 0 21px;
  border-radius: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button-primary {
  border-color: rgba(239, 201, 135, 0.65);
  background: linear-gradient(135deg, #d6aa68, #a9814c);
  color: #05070b;
  box-shadow: 0 16px 42px rgba(208, 161, 95, 0.18), 0 0 28px rgba(208, 161, 95, 0.08);
}

.button-secondary {
  border-color: rgba(115, 215, 229, 0.26);
  background: rgba(7, 14, 25, 0.64);
  box-shadow: inset 0 0 22px rgba(105, 220, 230, 0.035);
}

.hero-signal {
  grid-column: 1;
  grid-row: 2;
  grid-template-columns: repeat(3, 1fr);
  max-width: 620px;
  border-color: rgba(112, 215, 229, 0.2);
  border-radius: 9px;
  background: rgba(4, 9, 18, 0.62);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28), inset 0 0 38px rgba(109, 206, 225, 0.025);
  backdrop-filter: blur(18px) saturate(130%);
}

.hero-signal > div {
  grid-template-columns: 28px 1fr;
  min-height: 62px;
  padding: 0 15px;
  border-right: 1px solid var(--line);
  border-bottom: 0;
}

.hero-signal > div:last-child {
  border-right: 0;
}

.hero-signal span {
  color: var(--cyan);
}

.hero-signal strong {
  font-size: 0.69rem;
  font-weight: 560;
}

.section {
  overflow: hidden;
  border-bottom-color: rgba(119, 210, 226, 0.12);
  background:
    radial-gradient(circle at 86% 20%, rgba(82, 194, 218, 0.045), transparent 26rem),
    radial-gradient(circle at 12% 78%, rgba(129, 94, 222, 0.045), transparent 28rem),
    var(--bg);
}

.section::after {
  position: absolute;
  z-index: 0;
  right: -120px;
  bottom: -120px;
  width: 420px;
  height: 420px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(119, 216, 229, 0.045);
  border-radius: 50%;
  box-shadow: 0 0 0 78px rgba(132, 102, 228, 0.018), 0 0 0 156px rgba(119, 216, 229, 0.012);
}

.section > * {
  position: relative;
  z-index: 1;
}

.section h2 {
  font-size: clamp(2.55rem, 5vw, 4.85rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.section h2 em {
  background: linear-gradient(105deg, var(--violet) 4%, var(--cyan) 92%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.section h3 {
  font-weight: 510;
  letter-spacing: -0.025em;
}

.intro-copy p,
.cgp-heading > p,
.horizon-copy > p,
.contact-copy > p,
.gateway-panel > p:last-child {
  font-family: var(--sans);
}

.shift-card,
.gateway-explorer,
.contact-card {
  border-color: rgba(115, 213, 228, 0.16);
  background:
    linear-gradient(145deg, rgba(13, 24, 40, 0.74), rgba(5, 10, 20, 0.82));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025), var(--shadow);
  backdrop-filter: blur(18px) saturate(125%);
}

.shift-card {
  position: relative;
  border-radius: 14px;
}

.shift-card::before {
  position: absolute;
  top: -1px;
  left: 10%;
  right: 10%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--violet), var(--cyan), transparent);
  opacity: 0.48;
}

.shift-card:hover {
  border-color: rgba(115, 213, 228, 0.3);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035), 0 28px 80px rgba(0, 0, 0, 0.45), 0 0 38px rgba(90, 194, 214, 0.05);
}

.card-index {
  border-color: rgba(126, 218, 231, 0.28);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(106, 220, 230, 0.1), rgba(153, 120, 235, 0.07));
  color: var(--cyan);
}

.section-cgp {
  background:
    radial-gradient(circle at 50% 45%, rgba(82, 206, 221, 0.12), transparent 30rem),
    radial-gradient(circle at 72% 48%, rgba(145, 109, 231, 0.08), transparent 34rem),
    #02050c;
}

.gateway-explorer {
  padding: 15px;
  border-radius: 18px;
}

.gateway-tabs {
  border-color: rgba(116, 211, 226, 0.14);
  border-radius: 10px;
  background: rgba(1, 4, 10, 0.82);
}

.gateway-tab {
  border-radius: 7px;
}

.gateway-tab:hover,
.gateway-tab:focus-visible,
.gateway-tab.is-active {
  border-color: rgba(114, 218, 231, 0.25);
  background: linear-gradient(135deg, rgba(92, 205, 220, 0.1), rgba(137, 103, 224, 0.08));
}

.gateway-tab.is-active > span {
  border-color: var(--cyan);
  background: rgba(106, 220, 230, 0.08);
  color: var(--cyan);
  box-shadow: 0 0 18px rgba(106, 220, 230, 0.1);
}

.gateway-visual {
  grid-template-columns: 1fr 210px 1fr;
  border-color: rgba(115, 215, 229, 0.15);
  border-radius: 12px;
  background:
    radial-gradient(circle, rgba(108, 216, 230, 0.08) 0 1px, transparent 1.5px),
    linear-gradient(rgba(116, 213, 228, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 213, 228, 0.025) 1px, transparent 1px),
    radial-gradient(circle at center, rgba(96, 212, 226, 0.14), transparent 24%),
    #01040a;
  background-size: 46px 46px, 46px 46px, 46px 46px, auto, auto;
}

.gateway-visual::before {
  background: var(--violet);
}

.gateway-visual::after {
  background: var(--gold);
}

.node {
  border-color: rgba(114, 214, 228, 0.16);
  border-radius: 7px;
  background: rgba(7, 14, 25, 0.72);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28), inset 0 0 22px rgba(94, 206, 222, 0.025);
}

.gateway-core {
  width: 190px;
  height: 220px;
}

.gateway-core::before {
  inset: 12px 48px;
  border-color: rgba(113, 221, 232, 0.55);
  border-radius: 8px 8px 19px 19px;
  background:
    linear-gradient(90deg, rgba(105, 220, 231, 0.12), rgba(5, 10, 20, 0.88) 28%, rgba(135, 103, 230, 0.13) 55%, rgba(5, 10, 20, 0.92) 72%, rgba(211, 166, 101, 0.12));
  box-shadow: inset 0 0 40px rgba(110, 216, 231, 0.08), 0 0 46px rgba(100, 207, 222, 0.16), 0 0 74px rgba(138, 104, 229, 0.1);
  transform: none;
}

.gateway-core::after {
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 50%;
  width: 1px;
  content: "";
  background: linear-gradient(transparent, var(--violet), #f3d9ff, var(--cyan), transparent);
  box-shadow: 0 0 18px var(--violet), 0 0 28px var(--cyan);
}

.gateway-core-inner {
  z-index: 3;
  padding: 11px 8px;
  border: 1px solid rgba(220, 185, 127, 0.24);
  border-radius: 50%;
  background: rgba(2, 5, 11, 0.82);
  box-shadow: 0 0 28px rgba(208, 161, 95, 0.12);
}

.gateway-monogram {
  color: var(--gold-light);
  font-family: var(--sans);
  font-size: 1.24rem;
  font-weight: 500;
}

.gateway-orbit {
  border-color: rgba(126, 216, 229, 0.16);
}

.gateway-panel {
  border-color: rgba(112, 210, 226, 0.14);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(13, 23, 38, 0.76), rgba(5, 10, 18, 0.82));
}

.section-principles {
  background:
    radial-gradient(circle at 20% 52%, rgba(139, 104, 229, 0.09), transparent 28rem),
    linear-gradient(180deg, #030710, #01040a);
}

.compass-ring {
  border-color: rgba(112, 212, 227, 0.16);
  box-shadow: 0 0 42px rgba(101, 210, 225, 0.03);
}

.compass-center {
  border-color: rgba(114, 218, 230, 0.56);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(105, 220, 231, 0.13), rgba(138, 104, 228, 0.09), rgba(5, 11, 20, 0.9));
  box-shadow: inset 0 0 38px rgba(105, 220, 231, 0.06), 0 0 48px rgba(126, 102, 224, 0.13);
  transform: rotate(45deg);
}

.compass-center > * {
  transform: rotate(-45deg);
}

.compass-center span {
  color: var(--cyan);
  font-family: var(--sans);
}

.compass-point {
  border-color: rgba(112, 210, 226, 0.18);
  border-radius: 6px;
  background: rgba(8, 16, 28, 0.82);
}

.principle-list {
  border-color: rgba(112, 210, 226, 0.14);
}

.principle-list article {
  border-color: rgba(112, 210, 226, 0.12);
}

.principle-list article > span {
  color: var(--cyan);
}

.section-horizon {
  background:
    radial-gradient(circle at 50% 48%, rgba(110, 216, 230, 0.12), transparent 18rem),
    radial-gradient(circle at 72% 42%, rgba(139, 104, 229, 0.12), transparent 32rem),
    radial-gradient(circle at 25% 56%, rgba(207, 160, 94, 0.07), transparent 28rem),
    #01040a;
}

.horizon-field {
  opacity: 0.78;
}

.horizon-field::before,
.horizon-line {
  background: linear-gradient(90deg, transparent, rgba(110, 214, 228, 0.34), rgba(209, 163, 98, 0.24), transparent);
}

.horizon-node {
  border-radius: 3px;
  background: #030812;
  box-shadow: 0 0 20px rgba(106, 220, 230, 0.24);
  transform: rotate(45deg);
}

.horizon-copy h2 {
  font-size: clamp(3rem, 5.7vw, 5.8rem);
}

.section-contact {
  background: #01040a;
}

.contact-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 16px;
}

.contact-card::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background-image: url("assets/ioai-gateway-crystalline_CDX.jpg");
  background-position: 70% center;
  background-size: cover;
  filter: saturate(0.9) brightness(0.6);
  opacity: 0.3;
}

.contact-card::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(2, 5, 12, 0.98) 0%, rgba(2, 5, 12, 0.94) 48%, rgba(2, 5, 12, 0.58) 72%, rgba(2, 5, 12, 0.72));
}

.site-footer {
  border-top: 1px solid rgba(113, 210, 226, 0.11);
  background: #010309;
}

.back-to-top {
  border-color: rgba(113, 215, 228, 0.28);
  border-radius: 8px;
  background: rgba(5, 12, 22, 0.82);
  box-shadow: inset 0 0 18px rgba(106, 220, 230, 0.04), 0 0 30px rgba(99, 204, 220, 0.08);
}

:focus-visible {
  outline-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(106, 220, 230, 0.1);
}

@media (max-width: 980px) {
  .site-nav .nav-contact {
    padding: 14px;
  }

  .hero {
    min-height: 0;
    padding-top: var(--header-height);
  }

  .hero::after {
    display: none;
  }

  .hero-art-wrap {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1729 / 910;
    background: #010309;
  }

  .hero-art {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: none;
  }

  .hero-art-shade {
    background: linear-gradient(
      to bottom,
      transparent 74%,
      rgba(1, 3, 9, 0.28) 89%,
      #010309 100%
    );
  }

  [data-theme="light"] .hero-art-shade {
    background: linear-gradient(
      to bottom,
      transparent 74%,
      rgba(242, 245, 249, 0.3) 89%,
      #f2f5f9 100%
    );
  }

  .hero-copy-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
    padding: clamp(30px, 5vw, 48px) 0 clamp(58px, 8vw, 76px);
  }

  .hero-copy,
  .hero-signal {
    grid-column: 1;
  }

  .hero-signal {
    grid-template-columns: repeat(3, 1fr);
  }

  .gateway-core {
    width: 160px;
    height: 200px;
  }

  .gateway-core::before {
    inset: 12px 38px;
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 68px;
  }

  .site-header {
    min-height: 68px;
    background: rgba(1, 3, 9, 0.82);
  }

  .hero {
    min-height: auto;
  }

  .hero-copy-wrap {
    padding: 30px 0 62px;
  }

  .hero-copy,
  .hero-signal {
    grid-column: 1;
  }

  .hero h1 {
    margin-bottom: 20px;
    font-size: clamp(2.65rem, 11vw, 3.65rem);
    line-height: 1.04;
  }

  .hero-lede {
    margin-bottom: 24px;
    font-size: 1.02rem;
    line-height: 1.62;
  }

  .hero-signal {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-signal > div {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 3px;
    min-height: 72px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .hero-signal > div:last-child {
    border-right: 0;
  }

  .menu-toggle,
  .theme-toggle {
    width: 44px;
    height: 44px;
  }

  .node b {
    font-size: 0.62rem;
  }

  .gateway-visual {
    grid-template-columns: minmax(0, 1fr) 96px minmax(0, 1fr);
  }

  .compass-point b {
    font-size: 0.6rem;
  }

  .gateway-core {
    width: 96px;
    height: 128px;
  }

  .gateway-core::before {
    inset: 7px 26px;
    border-radius: 5px 5px 12px 12px;
  }

  .gateway-core::after {
    top: 14px;
    bottom: 14px;
  }

  .gateway-core-inner {
    padding: 7px 5px;
  }

  .contact-card::before {
    background-position: 74% center;
    opacity: 0.22;
  }
}

@media (orientation: landscape) and (max-height: 500px) and (max-width: 980px) {
  :root {
    --header-height: 64px;
  }

  .site-header {
    min-height: var(--header-height);
  }

  .hero-art-wrap {
    height: calc(100svh - var(--header-height));
    aspect-ratio: auto;
  }

  .hero-copy-wrap {
    padding: 32px 0 48px;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 6vw, 3.4rem);
  }
}

@media (max-width: 360px) {
  .hero-signal {
    grid-template-columns: 1fr;
  }

  .hero-signal > div {
    grid-template-columns: 35px 1fr;
    min-height: 61px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-signal > div:last-child {
    border-bottom: 0;
  }

  .gateway-visual {
    grid-template-columns: minmax(0, 1fr) 84px minmax(0, 1fr);
  }

  .gateway-core {
    width: 84px;
    height: 112px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-mark,
  .card-index,
  .compass-center,
  .compass-center > *,
  .horizon-node {
    transform: none;
  }
}

/* r4: keep italic gradient glyphs inside their clip box */
.hero h1 em,
.section h2 em {
  padding-right: 0.09em;
}
