:root {
  --aud-ink: #f8f8f4;
  --aud-paper: #ffffff;
  --aud-dark: #12332a;
  --aud-dark-2: #1a3e35;
  --aud-green: #266f5b;
  --aud-teal: #4bb292;
  --aud-lime: #aee37b;
  --aud-muted: rgba(248, 248, 244, 0.72);
}

html.aud-kai2-pending #webBody {
  opacity: 0;
}

html.aud-kai2-ready #webBody {
  opacity: 1;
}

html {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  overflow-x: hidden !important;
}

html *,
html *::before,
html *::after {
  box-sizing: border-box;
}

.aud-kai2-theme {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  background: var(--aud-dark);
  color: var(--aud-ink);
  overflow-x: hidden !important;
}

#webBody.aud-kai2-theme {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.aud-kai2-theme #wrapper,
.aud-kai2-theme .wrapper {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.aud-kai2-page,
.aud-kai2-page * {
  box-sizing: border-box;
}

.aud-kai2-page {
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--aud-dark);
  color: var(--aud-ink);
  font-family: Manrope, "Segoe UI", Arial, sans-serif;
}

.aud-kai2-page a {
  color: inherit;
  text-decoration: none;
}

.aud-kai2-hero {
  position: relative;
  width: 100%;
  max-width: 100vw;
  min-height: 78vh;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(18, 51, 42, 0.95), rgba(38, 111, 91, 0.76) 48%, rgba(18, 51, 42, 0.48)),
    var(--aud-hero-bg) center / cover no-repeat;
}

.aud-kai2-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  content: "";
  background: linear-gradient(180deg, rgba(18, 51, 42, 0), var(--aud-dark));
  pointer-events: none;
}

.aud-kai2-nav {
  position: absolute;
  z-index: 3;
  inset: 0 0 auto;
  width: 100%;
  max-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 14px clamp(18px, 3.2vw, 42px);
}

.aud-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.aud-brand img {
  width: clamp(180px, 17vw, 260px);
  max-width: 60vw;
  height: auto;
  display: block;
  padding: 6px 12px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffffff, #f5fbf7);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.6),
    0 8px 24px rgba(8, 36, 28, 0.35);
  filter: saturate(1.35) contrast(1.15) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.08));
}

.aud-brand span {
  display: none;
}

.aud-nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 24px);
  color: var(--aud-ink);
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 750;
}

.aud-nav-links a {
  transition: color 180ms ease, transform 180ms ease;
}

.aud-nav-links a:hover {
  color: var(--aud-lime);
  transform: translateY(4px);
}

.aud-nav-links a.is-active {
  color: var(--aud-lime);
}

.aud-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(248, 248, 244, 0.35);
  border-radius: 999px;
  background: rgba(18, 51, 42, 0.38);
  color: var(--aud-ink);
  cursor: pointer;
}

.aud-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.aud-hero-inner {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100vw - 48px));
  min-height: 78vh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 104px 0 58px;
}

.aud-hero-kicker {
  margin: 0 0 12px;
  color: var(--aud-lime);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.aud-hero-copy h1 {
  max-width: 660px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4.5vw, 58px);
  line-height: 1.06;
  letter-spacing: 0;
}

.aud-hero-copy p {
  max-width: 560px;
  margin: 18px auto 0;
  color: var(--aud-muted);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.55;
}

.aud-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.aud-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border: 2px solid transparent;
  border-radius: 22px;
  font-size: 14.5px;
  font-weight: 850;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.aud-btn:hover {
  transform: translateY(-2px);
}

.aud-btn.aud-btn-primary {
  background: var(--aud-ink);
  color: var(--aud-dark);
}

.aud-btn.aud-btn-secondary {
  border-color: rgba(248, 248, 244, 0.75);
  color: var(--aud-ink);
}

.aud-btn.aud-btn-secondary:hover {
  background: var(--aud-ink);
  color: var(--aud-dark);
}

.aud-hero-mark {
  display: none;
}

.aud-hero-mark::before {
  position: absolute;
  width: min(34vw, 410px);
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 22%, rgba(174, 227, 123, 0.62), transparent 34%),
    radial-gradient(circle at 72% 68%, rgba(75, 178, 146, 0.72), transparent 44%),
    rgba(18, 51, 42, 0.56);
  filter: blur(1px);
}

.aud-hero-mark img {
  position: relative;
  z-index: 1;
  width: min(260px, 42vw);
  max-height: 260px;
  object-fit: contain;
  filter: drop-shadow(0 22px 42px rgba(0, 0, 0, 0.28));
}

.aud-scroll-down {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 16px;
  width: 40px;
  height: 40px;
  transform: translateX(-50%);
  border: 1px solid rgba(248, 248, 244, 0.45);
  border-radius: 50%;
  background: rgba(18, 51, 42, 0.26);
  color: var(--aud-ink);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.aud-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  padding: clamp(44px, 5.4vw, 70px) clamp(18px, 3.2vw, 42px);
}

.aud-section-dark {
  background: var(--aud-dark);
  color: var(--aud-ink);
}

.aud-section-paper {
  background: #f7f8f5;
  color: #17251f;
}

.aud-section-inner {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.aud-section-title {
  margin: 0 0 30px;
  text-align: center;
}

.aud-section-title p {
  margin: 0 0 10px;
  color: var(--aud-lime);
  font-size: 11.5px;
  font-weight: 850;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.aud-section-title h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.1vw, 40px);
  line-height: 1.08;
}

.aud-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.aud-value-card {
  min-height: 180px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(38, 111, 91, 0.66);
  box-shadow: inset 0 0 0 1px rgba(248, 248, 244, 0.08);
  transition: transform 180ms ease, background 180ms ease;
}

.aud-value-card:hover {
  transform: translateY(-5px);
  background: rgba(75, 178, 146, 0.28);
}

.aud-value-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 8px;
  background: rgba(174, 227, 123, 0.12);
  color: var(--aud-lime);
}

.aud-value-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.aud-value-card h3 {
  margin: 0;
  color: var(--aud-ink);
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.12;
}

.aud-value-card p {
  margin: 10px 0 0;
  color: var(--aud-muted);
  font-size: 14.2px;
  line-height: 1.5;
}

.aud-projects {
  display: grid;
  gap: 16px;
}

.aud-project-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1fr);
  min-height: 248px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--aud-green);
  color: var(--aud-ink);
}

.aud-project-card:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.72fr);
}

.aud-project-card:nth-child(even) .aud-project-media {
  order: 2;
}

.aud-project-media {
  min-height: 220px;
  background: rgba(18, 51, 42, 0.44);
}

.aud-project-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.aud-project-body {
  padding: clamp(24px, 3.2vw, 34px);
}

.aud-project-body span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--aud-lime);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.aud-project-body h3 {
  margin: 0;
  color: var(--aud-lime);
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.08;
}

.aud-project-body p {
  margin: 12px 0 0;
  color: rgba(248, 248, 244, 0.84);
  font-size: clamp(14.5px, 1.05vw, 16px);
  line-height: 1.55;
}

.aud-card-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--aud-lime);
  font-size: 14.5px;
  font-weight: 850;
}

.aud-page-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.aud-text-card {
  min-height: 166px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(38, 111, 91, 0.66);
  box-shadow: inset 0 0 0 1px rgba(248, 248, 244, 0.08);
}

.aud-text-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--aud-lime);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.aud-text-card h3 {
  margin: 0;
  color: var(--aud-ink);
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.12;
}

.aud-text-card p {
  margin: 10px 0 0;
  color: rgba(248, 248, 244, 0.78);
  font-size: 14.2px;
  line-height: 1.55;
}

.aud-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.aud-contact-grid article {
  min-height: 126px;
  padding: 20px;
  border-radius: 8px;
  background: rgba(38, 111, 91, 0.66);
  box-shadow: inset 0 0 0 1px rgba(248, 248, 244, 0.08);
}

.aud-contact-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--aud-lime);
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.aud-contact-grid a,
.aud-contact-grid p {
  margin: 0;
  color: var(--aud-ink);
  font-size: clamp(16px, 1.45vw, 22px);
  font-weight: 800;
  line-height: 1.2;
}

.aud-brand-strip {
  position: relative;
  margin-top: 30px;
  padding: 22px 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--aud-paper);
}

.aud-brand-strip::before,
.aud-brand-strip::after {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 120px;
  height: 100%;
  content: "";
  pointer-events: none;
}

.aud-brand-strip::before {
  left: 0;
  background: linear-gradient(90deg, var(--aud-paper), rgba(255, 255, 255, 0));
}

.aud-brand-strip::after {
  right: 0;
  background: linear-gradient(270deg, var(--aud-paper), rgba(255, 255, 255, 0));
}

.aud-brand-strip-track {
  display: flex;
  width: max-content;
  animation: aud-marquee 28s linear infinite;
}

.aud-brand-strip:hover .aud-brand-strip-track {
  animation-play-state: paused;
}

.aud-brand-strip img {
  height: 54px;
  width: auto;
  margin: 0 22px;
  object-fit: contain;
}

@keyframes aud-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.aud-industries {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.aud-industries a {
  padding: 10px 15px;
  border: 1px solid rgba(18, 51, 42, 0.16);
  border-radius: 999px;
  background: #ffffff;
  color: var(--aud-dark);
  font-size: 14px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease;
}

.aud-industries a:hover {
  transform: translateY(-2px);
  background: var(--aud-lime);
}

.aud-cta {
  display: grid;
  place-items: center;
  min-height: 240px;
  padding: 44px 20px;
  text-align: center;
  background:
    linear-gradient(rgba(18, 51, 42, 0.64), rgba(18, 51, 42, 0.78)),
    var(--aud-hero-bg) center / cover no-repeat;
}

.aud-cta h2 {
  max-width: 680px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.08;
}

.aud-cta .aud-btn {
  margin-top: 24px;
  color: var(--aud-lime);
  border-color: rgba(174, 227, 123, 0.66);
}

.aud-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 22px clamp(18px, 3.2vw, 42px);
  background: #151515;
  color: rgba(248, 248, 244, 0.72);
  font-size: 14px;
}

.aud-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.aud-footer a:hover {
  color: var(--aud-lime);
}

@media (max-width: 1050px) {
  .aud-nav-links {
    position: fixed;
    z-index: 10;
    inset: 0 auto 0 0;
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    padding: 76px 24px;
    background: rgba(18, 51, 42, 0.97);
    visibility: hidden;
    pointer-events: none;
    transform: translateX(104%);
    transition: transform 220ms ease;
  }

  .aud-nav-links.is-open {
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .aud-menu-toggle {
    position: relative;
    z-index: 11;
    display: block;
    width: 42px;
    height: 42px;
  }

  .aud-hero-inner {
    grid-template-columns: 1fr;
    width: min(640px, calc(100vw - 40px));
    min-height: 72vh;
    text-align: center;
    padding-top: 92px;
  }

  .aud-hero-copy,
  .aud-hero-copy h1,
  .aud-hero-copy p {
    max-width: 100%;
  }

  .aud-hero-copy h1 {
    font-size: clamp(34px, 6vw, 48px);
    overflow-wrap: anywhere;
  }

  .aud-hero-actions {
    justify-content: center;
  }

  .aud-hero-mark {
    display: none;
  }

  .aud-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aud-page-grid,
  .aud-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aud-project-card,
  .aud-project-card:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .aud-project-card:nth-child(even) .aud-project-media {
    order: 0;
  }
}

@media (max-width: 860px) {
  .aud-value-grid,
  .aud-page-grid,
  .aud-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .aud-kai2-nav {
    min-height: 64px;
    padding: 12px 16px;
  }

  .aud-brand span {
    display: none;
  }

  .aud-brand img {
    width: clamp(150px, 40vw, 190px);
  }

  .aud-hero-inner {
    width: calc(100vw - 32px);
    min-height: 68vh;
    padding-top: 78px;
    padding-bottom: 42px;
  }

  .aud-hero-kicker {
    font-size: 10px;
    letter-spacing: 0.24em;
  }

  .aud-hero-copy h1 {
    font-size: clamp(28px, 8.5vw, 36px);
    line-height: 1.08;
  }

  .aud-hero-copy p {
    font-size: 14.5px;
    line-height: 1.5;
  }

  .aud-hero-actions {
    margin-top: 20px;
    gap: 8px;
  }

  .aud-btn {
    min-height: 40px;
    padding: 0 16px;
    font-size: 14px;
  }

  .aud-section {
    padding: 36px 16px;
  }

  .aud-section-title {
    margin-bottom: 22px;
  }

  .aud-section-title h2 {
    font-size: 26px;
  }

  .aud-project-media {
    min-height: 170px;
  }

  .aud-project-body,
  .aud-text-card,
  .aud-value-card,
  .aud-contact-grid article {
    padding: 16px;
  }

  .aud-value-grid {
    grid-template-columns: 1fr;
  }

  .aud-page-grid,
  .aud-contact-grid {
    grid-template-columns: 1fr;
  }

  .aud-value-card {
    min-height: 0;
  }

  .aud-brand-strip {
    display: none;
  }
}

/* KAI-2 inspired local skin */
.aud-kai2-theme.aud-menu-open {
  height: 100dvh !important;
  overflow: hidden !important;
}

.aud-kai2-hero {
  height: 100svh;
  min-height: 620px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(21, 21, 21, 0.7), rgba(18, 51, 42, 0.86)),
    linear-gradient(90deg, rgba(18, 51, 42, 0.52), rgba(75, 178, 146, 0.2)),
    var(--aud-hero-bg) center / cover no-repeat;
}

.aud-kai2-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(18, 51, 42, 0.18);
  pointer-events: none;
}

.aud-kai2-hero::after {
  height: 28%;
  background: linear-gradient(180deg, rgba(18, 51, 42, 0), var(--aud-dark));
}

.aud-kai2-nav {
  z-index: 12;
  min-height: 104px;
  padding: 24px clamp(22px, 4vw, 58px);
}

.aud-brand img {
  width: clamp(132px, 14vw, 190px);
  max-width: 42vw;
  padding: 9px 12px;
  border-radius: 0;
  background: rgba(248, 248, 244, 0.92);
  box-shadow: none;
}

.aud-brand span {
  display: none;
}

.aud-nav-links {
  position: fixed;
  z-index: 11;
  inset: 0 auto 0 -100vw;
  width: 100vw;
  max-width: 100vw;
  height: 100dvh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: clamp(14px, 2.5vw, 24px);
  padding: clamp(28px, 6vw, 76px);
  background: rgba(18, 51, 42, 0.98);
  color: var(--aud-ink);
  font-size: clamp(34px, 6vw, 72px);
  font-weight: 850;
  visibility: visible;
  pointer-events: none;
  transform: none !important;
  transition: left 420ms ease;
}

.aud-nav-links.is-open {
  left: 0;
  pointer-events: auto;
  transform: none !important;
}

.aud-nav-links a {
  line-height: 1;
  transition: color 180ms ease, transform 180ms ease;
}

.aud-nav-links a:hover,
.aud-nav-links a.is-active {
  color: var(--aud-lime);
  transform: translateX(18px);
}

.aud-menu-toggle {
  position: relative;
  z-index: 13;
  width: clamp(58px, 7vw, 82px);
  height: clamp(58px, 7vw, 82px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.aud-menu-toggle span {
  width: clamp(42px, 5vw, 62px);
  height: clamp(5px, 0.65vw, 7px);
  margin: 0;
  background: var(--aud-ink);
  transition: transform 180ms ease, opacity 180ms ease, background 180ms ease;
}

.aud-menu-toggle:hover span {
  background: var(--aud-lime);
}

.aud-menu-toggle.is-open span:nth-child(1) {
  transform: translateY(13px) rotate(45deg);
}

.aud-menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.aud-menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
}

.aud-hero-center {
  position: relative;
  z-index: 2;
  width: min(620px, calc(100vw - 40px));
  min-height: 56vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(18px, 4vw, 34px);
  text-align: center;
}

.aud-hero-emblem {
  width: clamp(132px, 20vw, 235px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 34px);
  border: 2px solid rgba(174, 227, 123, 0.28);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 18%, rgba(174, 227, 123, 0.92), rgba(75, 178, 146, 0.72) 43%, rgba(18, 51, 42, 0.94) 75%),
    rgba(18, 51, 42, 0.86);
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.32);
}

.aud-hero-emblem img {
  width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.28));
}

.aud-hero-context {
  margin: clamp(2px, 1vw, 8px) 0 0;
  color: var(--aud-lime);
  font-size: clamp(20px, 3.8vw, 48px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
}

.aud-hero-wordmark {
  max-width: min(520px, 90vw);
  margin: 0;
  color: var(--aud-ink);
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.8;
  text-transform: uppercase;
}

.aud-hero-wordmark span {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 12px 2px;
  border-radius: 50%;
  background: var(--aud-lime);
}

.aud-scroll-down {
  bottom: clamp(28px, 5vh, 54px);
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0;
  border: 0;
  background: transparent;
}

.aud-scroll-down span {
  width: 34px;
  height: 34px;
  display: block;
  margin: -8px 0;
  border-right: 8px solid var(--aud-ink);
  border-bottom: 8px solid var(--aud-ink);
  transform: rotate(45deg);
  transition: border-color 180ms ease, transform 180ms ease;
}

.aud-scroll-down:hover span {
  border-color: var(--aud-lime);
  transform: rotate(45deg) scale(1.08);
}

.aud-intro-section {
  padding-top: clamp(78px, 10vw, 130px);
  padding-bottom: clamp(54px, 8vw, 92px);
}

.aud-intro-inner {
  width: min(900px, calc(100vw - 36px));
  text-align: center;
}

.aud-intro-kicker {
  margin: 0 0 18px;
  color: var(--aud-lime);
  font-size: clamp(13px, 1.3vw, 18px);
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.aud-intro-inner h1 {
  margin: 0 auto;
  color: var(--aud-ink);
  font-family: Manrope, "Segoe UI", Arial, sans-serif;
  font-size: clamp(40px, 7vw, 82px);
  font-weight: 900;
  line-height: 1.02;
}

.aud-intro-inner > p:not(.aud-intro-kicker) {
  max-width: 720px;
  margin: 26px auto 0;
  color: var(--aud-ink);
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.42;
}

.aud-intro-inner .aud-hero-actions {
  margin-top: 34px;
}

.aud-btn {
  min-height: 54px;
  padding: 0 28px;
  border-width: 3px;
  border-radius: 999px;
  font-size: clamp(15px, 1.35vw, 20px);
}

.aud-btn.aud-btn-primary {
  background: var(--aud-ink);
  color: var(--aud-dark);
}

.aud-btn.aud-btn-secondary {
  border-color: rgba(248, 248, 244, 0.86);
  color: var(--aud-ink);
}

.aud-section {
  padding: clamp(70px, 8vw, 116px) clamp(18px, 3.5vw, 56px);
}

.aud-section-title {
  margin-bottom: clamp(34px, 5vw, 58px);
}

.aud-section-title p {
  color: var(--aud-lime);
  font-size: clamp(12px, 1.2vw, 16px);
  letter-spacing: 0.22em;
}

.aud-section-title h2,
.aud-project-body h3,
.aud-cta h2 {
  font-family: Manrope, "Segoe UI", Arial, sans-serif;
  font-weight: 900;
}

.aud-section-title h2 {
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.04;
}

.aud-section-inner {
  width: min(1400px, 100%);
}

.aud-value-grid {
  width: min(1320px, 100%);
  margin: 0 auto;
  gap: clamp(16px, 2vw, 28px);
}

.aud-value-card {
  min-height: clamp(250px, 21vw, 370px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: clamp(24px, 3vw, 38px);
  background: rgba(38, 111, 91, 0.36);
  text-align: center;
}

.aud-value-icon {
  width: clamp(62px, 6vw, 92px);
  height: clamp(62px, 6vw, 92px);
  margin: 0 0 22px;
  background: transparent;
  color: var(--aud-ink);
}

.aud-value-icon svg {
  width: 100%;
  height: 100%;
}

.aud-value-card h3 {
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 900;
}

.aud-value-card p {
  margin-top: 16px;
  color: rgba(248, 248, 244, 0.88);
  font-size: clamp(16px, 1.35vw, 20px);
}

.aud-projects {
  gap: 30px;
}

.aud-project-card,
.aud-project-card:nth-child(even) {
  grid-template-columns: minmax(320px, 0.42fr) minmax(0, 0.58fr);
  min-height: 380px;
  gap: 0;
  background: var(--aud-green);
}

.aud-project-card:nth-child(even) .aud-project-media {
  order: 0;
}

.aud-project-media {
  min-height: 380px;
}

.aud-project-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: clamp(34px, 4.2vw, 58px);
}

.aud-project-body span {
  margin-bottom: 18px;
  font-size: clamp(11px, 1vw, 14px);
}

.aud-project-body h3 {
  font-size: clamp(28px, 3vw, 46px);
}

.aud-project-body p {
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.55;
}

.aud-card-link {
  font-size: clamp(16px, 1.3vw, 19px);
}

.aud-brand-strip {
  margin-top: 60px;
  padding: clamp(28px, 4vw, 60px) 0;
  border-radius: 0;
}

.aud-brand-strip img {
  height: clamp(64px, 7vw, 100px);
  margin: 0 16px;
}

.aud-industry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 56px);
}

.aud-industry-tile {
  position: relative;
  min-height: clamp(300px, 32vw, 520px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--aud-ink);
  transition: transform 220ms ease;
}

.aud-industry-tile::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, 0.32);
  transition: background 220ms ease;
}

.aud-industry-tile span {
  position: relative;
  z-index: 1;
  max-width: min(420px, 78%);
  padding: 18px 24px;
  background: rgba(0, 0, 0, 0.58);
  color: var(--aud-ink);
  font-size: clamp(26px, 3vw, 46px);
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
}

.aud-industry-tile:hover {
  transform: scale(1.03);
}

.aud-industry-tile:hover::before {
  background: rgba(0, 0, 0, 0.48);
}

.aud-page-grid,
.aud-contact-grid {
  gap: clamp(16px, 2vw, 28px);
}

.aud-text-card,
.aud-contact-grid article {
  min-height: 220px;
  padding: clamp(24px, 3vw, 36px);
  background: rgba(38, 111, 91, 0.5);
}

.aud-text-card h3 {
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 900;
}

.aud-text-card p {
  color: rgba(248, 248, 244, 0.86);
  font-size: clamp(16px, 1.35vw, 20px);
}

.aud-cta {
  min-height: 400px;
  padding: 70px 20px;
}

.aud-cta h2 {
  max-width: 940px;
  font-size: clamp(32px, 5vw, 70px);
}

.aud-cta .aud-btn {
  margin-top: 34px;
  color: var(--aud-lime);
}

@media (max-width: 1050px) {
  .aud-kai2-nav {
    min-height: 92px;
  }

  .aud-project-card,
  .aud-project-card:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .aud-project-media {
    min-height: 290px;
  }
}

@media (max-width: 860px) {
  .aud-kai2-hero {
    min-height: 560px;
  }

  .aud-value-grid,
  .aud-page-grid,
  .aud-contact-grid,
  .aud-industry-grid {
    grid-template-columns: 1fr;
  }

  .aud-value-card {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .aud-kai2-nav {
    min-height: 76px;
    padding: 18px 18px;
  }

  .aud-brand img {
    width: 122px;
    max-width: 45vw;
    padding: 7px 9px;
  }

  .aud-menu-toggle {
    width: 56px;
    height: 56px;
    gap: 6px;
  }

  .aud-menu-toggle span {
    width: 42px;
    height: 5px;
  }

  .aud-nav-links {
    font-size: clamp(32px, 12vw, 58px);
  }

  .aud-hero-center {
    width: calc(100vw - 32px);
    gap: 18px;
  }

  .aud-hero-wordmark {
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  .aud-hero-context {
    font-size: clamp(22px, 8vw, 34px);
  }

  .aud-hero-wordmark span {
    width: 6px;
    height: 6px;
    margin: 0 7px 2px;
  }

  .aud-scroll-down {
    width: 68px;
    height: 68px;
    bottom: 26px;
  }

  .aud-scroll-down span {
    width: 26px;
    height: 26px;
    border-right-width: 6px;
    border-bottom-width: 6px;
  }

  .aud-intro-section {
    padding-top: 58px;
  }

  .aud-intro-inner .aud-hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .aud-btn {
    width: min(260px, 100%);
  }

  .aud-project-media {
    min-height: 220px;
  }

  .aud-brand-strip {
    display: none;
  }

  .aud-industry-tile {
    min-height: 360px;
  }
}

/* AudTech technical interface layer */
:root {
  --aud-cyan: #7cf5d1;
  --aud-grid: rgba(124, 245, 209, 0.13);
}

.aud-kai2-page {
  background:
    linear-gradient(rgba(18, 51, 42, 0.96), rgba(18, 51, 42, 0.96)),
    repeating-linear-gradient(90deg, rgba(124, 245, 209, 0.06) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(174, 227, 123, 0.05) 0 1px, transparent 1px 96px);
}

.aud-kai2-hero {
  background:
    linear-gradient(180deg, rgba(10, 18, 18, 0.74), rgba(18, 51, 42, 0.92)),
    linear-gradient(90deg, rgba(18, 51, 42, 0.68), rgba(75, 178, 146, 0.22)),
    var(--aud-hero-bg) center / cover no-repeat;
}

.aud-tech-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(var(--aud-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--aud-grid) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), black 20%, black 72%, rgba(0, 0, 0, 0.25));
  opacity: 0.72;
  pointer-events: none;
}

.aud-tech-scan {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(248, 248, 244, 0.045) 0 1px, transparent 1px 6px),
    linear-gradient(180deg, transparent 0%, rgba(124, 245, 209, 0.16) 48%, transparent 58%);
  background-size: 100% 100%, 100% 46%;
  animation: aud-scan 7s linear infinite;
  mix-blend-mode: screen;
  opacity: 0.72;
  pointer-events: none;
}

@keyframes aud-scan {
  from {
    background-position: 0 0, 0 -60%;
  }
  to {
    background-position: 0 0, 0 160%;
  }
}

.aud-tech-rail {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  gap: 12px;
  transform: translateY(-50%);
  color: rgba(124, 245, 209, 0.72);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: clamp(10px, 0.8vw, 13px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  pointer-events: none;
}

.aud-tech-rail-left {
  left: clamp(22px, 4vw, 68px);
}

.aud-tech-rail-right {
  right: clamp(22px, 4vw, 68px);
  text-align: right;
}

.aud-tech-rail span {
  position: relative;
  padding: 8px 0;
}

.aud-tech-rail span::before {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 1px;
  content: "";
  background: currentColor;
  opacity: 0.55;
}

.aud-tech-rail-left span::before {
  left: calc(100% + 14px);
}

.aud-tech-rail-right span::before {
  right: calc(100% + 14px);
}

.aud-brand img {
  border: 1px solid rgba(124, 245, 209, 0.38);
  background: linear-gradient(135deg, rgba(236, 255, 238, 0.96), rgba(204, 255, 229, 0.9));
  filter: hue-rotate(-62deg) saturate(1.55) brightness(1.04);
  box-shadow: 0 0 0 1px rgba(174, 227, 123, 0.12), 0 0 32px rgba(124, 245, 209, 0.12);
}

.aud-menu-toggle {
  border: 1px solid rgba(124, 245, 209, 0.22);
  box-shadow: inset 0 0 22px rgba(124, 245, 209, 0.08);
}

.aud-hero-center {
  width: min(760px, calc(100vw - 40px));
}

.aud-hero-emblem {
  position: relative;
  border-color: rgba(124, 245, 209, 0.54);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(18, 51, 42, 0.88), rgba(75, 178, 146, 0.24)),
    rgba(10, 20, 18, 0.86);
  clip-path: polygon(12% 0, 100% 0, 100% 88%, 88% 100%, 0 100%, 0 12%);
  box-shadow:
    0 0 0 1px rgba(174, 227, 123, 0.26),
    0 0 44px rgba(124, 245, 209, 0.22),
    0 34px 70px rgba(0, 0, 0, 0.36);
}

.aud-hero-emblem > span {
  position: absolute;
  inset: -14px;
  border: 1px solid rgba(124, 245, 209, 0.24);
  clip-path: polygon(12% 0, 100% 0, 100% 88%, 88% 100%, 0 100%, 0 12%);
  animation: aud-frame-pulse 3.6s ease-in-out infinite;
  pointer-events: none;
}

.aud-hero-emblem > span:nth-of-type(2) {
  inset: -28px;
  animation-delay: 0.5s;
  opacity: 0.58;
}

.aud-hero-emblem > span:nth-of-type(3) {
  inset: -42px;
  animation-delay: 1s;
  opacity: 0.36;
}

@keyframes aud-frame-pulse {
  0%, 100% {
    transform: scale(0.98);
    opacity: 0.28;
  }
  50% {
    transform: scale(1.02);
    opacity: 0.74;
  }
}

.aud-hero-context {
  color: var(--aud-cyan);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  text-transform: uppercase;
  text-shadow: 0 0 22px rgba(124, 245, 209, 0.34);
}

.aud-hero-wordmark {
  color: rgba(248, 248, 244, 0.92);
}

.aud-tech-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: min(650px, 100%);
}

.aud-tech-chips span,
.aud-tech-tags span,
.aud-card-code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aud-tech-chips span {
  padding: 8px 12px;
  border: 1px solid rgba(124, 245, 209, 0.42);
  background: rgba(10, 20, 18, 0.48);
  color: var(--aud-cyan);
  font-size: clamp(10px, 1vw, 13px);
  box-shadow: inset 0 0 18px rgba(124, 245, 209, 0.08);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.aud-scroll-down span {
  filter: drop-shadow(0 0 10px rgba(124, 245, 209, 0.42));
}

.aud-intro-section,
.aud-section-dark {
  background:
    linear-gradient(rgba(18, 51, 42, 0.94), rgba(18, 51, 42, 0.94)),
    repeating-linear-gradient(90deg, rgba(124, 245, 209, 0.07) 0 1px, transparent 1px 80px),
    repeating-linear-gradient(0deg, rgba(174, 227, 123, 0.055) 0 1px, transparent 1px 80px);
}

.aud-intro-kicker,
.aud-section-title p,
.aud-project-body span,
.aud-text-card span,
.aud-contact-grid span {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  color: var(--aud-cyan);
}

.aud-intro-inner h1,
.aud-section-title h2 {
  text-shadow: 0 0 28px rgba(124, 245, 209, 0.14);
}

.aud-telemetry-strip {
  width: min(920px, 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 38px auto 0;
  border: 1px solid rgba(124, 245, 209, 0.24);
  background: rgba(124, 245, 209, 0.18);
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
}

.aud-telemetry-strip article {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 18px 12px;
  background: rgba(10, 24, 20, 0.82);
}

.aud-telemetry-strip b {
  color: var(--aud-lime);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: clamp(22px, 3vw, 42px);
  line-height: 1;
}

.aud-telemetry-strip span {
  margin-top: 8px;
  color: rgba(248, 248, 244, 0.76);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aud-btn {
  border-radius: 0;
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
}

.aud-btn.aud-btn-primary {
  box-shadow: 0 0 32px rgba(124, 245, 209, 0.16);
}

.aud-btn.aud-btn-secondary,
.aud-cta .aud-btn {
  border-color: rgba(124, 245, 209, 0.64);
  color: var(--aud-cyan);
}

.aud-value-card,
.aud-text-card,
.aud-contact-grid article,
.aud-project-card {
  position: relative;
  border: 1px solid rgba(124, 245, 209, 0.2);
  border-radius: 0;
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
  box-shadow: inset 0 0 38px rgba(124, 245, 209, 0.06);
}

.aud-value-card::before,
.aud-text-card::before,
.aud-contact-grid article::before,
.aud-project-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, var(--aud-cyan), transparent 32%) 0 0 / 100% 1px no-repeat,
    linear-gradient(180deg, var(--aud-cyan), transparent 42%) 0 0 / 1px 100% no-repeat;
  opacity: 0.42;
  pointer-events: none;
}

.aud-value-card:hover,
.aud-text-card:hover,
.aud-project-card:hover {
  border-color: rgba(124, 245, 209, 0.56);
  box-shadow: inset 0 0 42px rgba(124, 245, 209, 0.09), 0 18px 50px rgba(0, 0, 0, 0.22);
}

.aud-card-code {
  align-self: flex-start;
  margin-bottom: 18px;
  color: rgba(124, 245, 209, 0.82);
  font-size: 12px;
}

.aud-value-icon {
  color: var(--aud-cyan);
  filter: drop-shadow(0 0 16px rgba(124, 245, 209, 0.32));
}

.aud-tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.aud-tech-tags span {
  padding: 6px 9px;
  border: 1px solid rgba(124, 245, 209, 0.28);
  color: var(--aud-cyan);
  font-size: 11px;
}

.aud-project-media {
  position: relative;
}

.aud-project-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    repeating-linear-gradient(0deg, rgba(124, 245, 209, 0.08) 0 1px, transparent 1px 7px),
    linear-gradient(135deg, rgba(18, 51, 42, 0.18), transparent);
  mix-blend-mode: screen;
  pointer-events: none;
}

.aud-brand-strip {
  border: 1px solid rgba(124, 245, 209, 0.16);
}

.aud-industry-tile {
  border: 1px solid rgba(124, 245, 209, 0.18);
  clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
}

.aud-industry-tile span {
  border: 1px solid rgba(124, 245, 209, 0.34);
  border-radius: 0;
  color: var(--aud-cyan);
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
}

.aud-cta {
  border-top: 1px solid rgba(124, 245, 209, 0.18);
}

@media (max-width: 1050px) {
  .aud-tech-rail {
    display: none;
  }

  .aud-telemetry-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .aud-tech-grid {
    background-size: 52px 52px;
  }

  .aud-tech-chips {
    gap: 7px;
  }

  .aud-tech-chips span {
    padding: 7px 9px;
    letter-spacing: 0.08em;
  }

  .aud-telemetry-strip {
    grid-template-columns: 1fr;
  }

  .aud-telemetry-strip article {
    min-height: 74px;
  }
}

/* Stronger AudTech control-room pass */
:root {
  --aud-blue: #45a7ff;
  --aud-hot: #b8ff6a;
}

.aud-kai2-hero::before {
  background:
    radial-gradient(circle at 20% 30%, rgba(69, 167, 255, 0.14), transparent 26%),
    radial-gradient(circle at 80% 62%, rgba(184, 255, 106, 0.1), transparent 28%),
    linear-gradient(115deg, rgba(124, 245, 209, 0.08) 0 1px, transparent 1px 28%, rgba(124, 245, 209, 0.07) 28% 28.4%, transparent 28.4%),
    rgba(18, 51, 42, 0.18);
}

.aud-hero-center {
  isolation: isolate;
}

.aud-hero-center::before,
.aud-hero-center::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.aud-hero-center::before {
  width: min(760px, 108vw);
  aspect-ratio: 1;
  border: 1px solid rgba(124, 245, 209, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 42%, rgba(124, 245, 209, 0.08) 42.4% 42.8%, transparent 43.2%),
    conic-gradient(from 90deg, transparent, rgba(124, 245, 209, 0.18), transparent 32%, rgba(69, 167, 255, 0.14), transparent 64%, rgba(184, 255, 106, 0.14), transparent);
  opacity: 0.88;
  transform: rotate(12deg);
}

.aud-hero-center::after {
  width: min(620px, 92vw);
  height: min(220px, 34vh);
  border-top: 1px solid rgba(124, 245, 209, 0.2);
  border-bottom: 1px solid rgba(124, 245, 209, 0.14);
  background:
    linear-gradient(90deg, transparent, rgba(124, 245, 209, 0.08), transparent),
    repeating-linear-gradient(90deg, rgba(124, 245, 209, 0.14) 0 1px, transparent 1px 34px);
  opacity: 0.72;
}

@keyframes aud-orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

.aud-hero-emblem::before,
.aud-hero-emblem::after {
  position: absolute;
  inset: 10%;
  content: "";
  border-radius: inherit;
  pointer-events: none;
}

.aud-hero-emblem::before {
  border: 1px solid rgba(124, 245, 209, 0.36);
  background:
    linear-gradient(90deg, transparent 48%, rgba(124, 245, 209, 0.3) 50%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgba(124, 245, 209, 0.24) 50%, transparent 52%);
  mix-blend-mode: screen;
}

.aud-hero-emblem::after {
  inset: -18%;
  border: 1px dashed rgba(124, 245, 209, 0.28);
  animation: aud-orbit-spin 12s linear infinite reverse;
}

.aud-hero-emblem > i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--aud-hot);
  box-shadow: 0 0 18px rgba(184, 255, 106, 0.82);
  animation: aud-node-blink 2.8s ease-in-out infinite;
}

.aud-hero-emblem > i:nth-of-type(1) {
  top: 10%;
  left: 50%;
}

.aud-hero-emblem > i:nth-of-type(2) {
  top: 50%;
  right: 10%;
  animation-delay: 0.4s;
}

.aud-hero-emblem > i:nth-of-type(3) {
  bottom: 10%;
  left: 48%;
  animation-delay: 0.8s;
}

.aud-hero-emblem > i:nth-of-type(4) {
  top: 50%;
  left: 10%;
  animation-delay: 1.2s;
}

@keyframes aud-node-blink {
  0%, 100% {
    transform: scale(0.78);
    opacity: 0.48;
  }
  50% {
    transform: scale(1.24);
    opacity: 1;
  }
}

.aud-hero-data {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, auto));
  justify-content: center;
  gap: 8px;
  width: min(560px, 100%);
  color: rgba(248, 248, 244, 0.76);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: clamp(10px, 0.9vw, 12px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aud-hero-data span {
  min-width: 0;
  padding: 7px 10px;
  border: 1px solid rgba(69, 167, 255, 0.24);
  background: rgba(4, 14, 14, 0.46);
  color: rgba(124, 245, 209, 0.9);
}

.aud-system-bar {
  width: min(1040px, 100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin: 0 auto 22px;
  padding: 9px 12px;
  border: 1px solid rgba(124, 245, 209, 0.18);
  background:
    linear-gradient(90deg, rgba(124, 245, 209, 0.09), transparent 36%, rgba(69, 167, 255, 0.08)),
    rgba(8, 22, 18, 0.54);
  color: rgba(124, 245, 209, 0.84);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aud-system-bar span {
  position: relative;
  padding-left: 14px;
  white-space: nowrap;
}

.aud-system-bar span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: var(--aud-hot);
  box-shadow: 0 0 12px rgba(184, 255, 106, 0.72);
  transform: translateY(-50%);
}

.aud-telemetry-strip article {
  position: relative;
  overflow: hidden;
}

.aud-telemetry-strip article::after {
  position: absolute;
  inset: auto 14px 12px;
  height: 3px;
  content: "";
  background: rgba(124, 245, 209, 0.15);
}

.aud-telemetry-strip article i {
  position: absolute;
  left: 14px;
  bottom: 12px;
  width: var(--aud-level);
  height: 3px;
  background: linear-gradient(90deg, var(--aud-cyan), var(--aud-hot));
  box-shadow: 0 0 12px rgba(124, 245, 209, 0.48);
}

.aud-value-card::after,
.aud-text-card::after,
.aud-contact-grid article::after {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 46px;
  height: 46px;
  content: "";
  border-right: 1px solid rgba(124, 245, 209, 0.42);
  border-bottom: 1px solid rgba(124, 245, 209, 0.42);
  opacity: 0.72;
}

.aud-card-meter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  width: min(150px, 100%);
  margin-top: auto;
  padding-top: 18px;
}

.aud-card-meter i {
  height: 4px;
  background: linear-gradient(90deg, rgba(124, 245, 209, 0.32), rgba(184, 255, 106, 0.82));
  box-shadow: 0 0 10px rgba(124, 245, 209, 0.2);
}

.aud-card-meter i:nth-child(2) {
  opacity: 0.72;
}

.aud-card-meter i:nth-child(3) {
  opacity: 0.5;
}

.aud-card-meter i:nth-child(4) {
  opacity: 0.3;
}

.aud-text-card .aud-card-code {
  color: rgba(124, 245, 209, 0.86);
}

.aud-project-readout {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid rgba(124, 245, 209, 0.34);
  background: rgba(4, 14, 14, 0.68);
  color: var(--aud-cyan);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.aud-project-readout b {
  color: var(--aud-hot);
}

.aud-industry-tile i {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  padding: 7px 9px;
  border: 1px solid rgba(124, 245, 209, 0.34);
  background: rgba(4, 14, 14, 0.58);
  color: var(--aud-cyan);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.12em;
}

.aud-contact-console {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.35fr);
  gap: clamp(16px, 2vw, 28px);
  align-items: stretch;
}

.aud-console-panel {
  position: relative;
  min-height: 100%;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(124, 245, 209, 0.24);
  background:
    linear-gradient(135deg, rgba(124, 245, 209, 0.1), transparent 38%),
    rgba(6, 20, 17, 0.78);
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
  box-shadow: inset 0 0 46px rgba(124, 245, 209, 0.07);
}

.aud-console-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    repeating-linear-gradient(0deg, rgba(124, 245, 209, 0.07) 0 1px, transparent 1px 9px),
    repeating-linear-gradient(90deg, rgba(69, 167, 255, 0.06) 0 1px, transparent 1px 36px);
  pointer-events: none;
}

.aud-console-panel div,
.aud-console-panel p,
.aud-console-panel ul {
  position: relative;
  z-index: 1;
}

.aud-console-panel div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--aud-cyan);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aud-console-panel b {
  color: var(--aud-hot);
  font-size: 12px;
}

.aud-console-panel p {
  margin: 28px 0;
  color: rgba(248, 248, 244, 0.88);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.12;
}

.aud-console-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(248, 248, 244, 0.76);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.aud-console-panel li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.aud-console-panel li span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--aud-hot);
  box-shadow: 0 0 14px rgba(184, 255, 106, 0.72);
}

@media (max-width: 860px) {
  .aud-contact-console {
    grid-template-columns: 1fr;
  }

  .aud-contact-grid article {
    min-height: 150px;
    padding: 24px;
  }

  .aud-hero-data {
    grid-template-columns: 1fr;
    width: min(260px, 100%);
  }
}

@media (min-width: 621px) and (max-width: 860px) {
  .aud-contact-console .aud-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .aud-system-bar {
    justify-content: center;
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .aud-hero-center::before {
    width: 118vw;
  }

  .aud-contact-grid article {
    min-height: 126px;
  }
}

/* Client network replaces the old logo-strip image */
.aud-client-network {
  display: grid !important;
  gap: 18px;
  margin-top: clamp(34px, 5vw, 66px);
  padding: clamp(18px, 2.6vw, 28px) !important;
  overflow: visible;
  border: 1px solid rgba(124, 245, 209, 0.2);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(124, 245, 209, 0.12), transparent 36%, rgba(69, 167, 255, 0.08)),
    repeating-linear-gradient(90deg, rgba(124, 245, 209, 0.055) 0 1px, transparent 1px 42px),
    rgba(5, 20, 17, 0.72);
  clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
  box-shadow: inset 0 0 54px rgba(124, 245, 209, 0.07), 0 24px 70px rgba(0, 0, 0, 0.18);
}

.aud-client-network::before,
.aud-client-network::after {
  display: none;
}

.aud-client-network-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(124, 245, 209, 0.18);
  color: rgba(248, 248, 244, 0.9);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aud-client-network-head span {
  color: var(--aud-cyan);
  font-size: clamp(12px, 1vw, 14px);
}

.aud-client-network-head b {
  color: var(--aud-hot);
  font-size: clamp(11px, 0.9vw, 13px);
}

.aud-client-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.aud-client-card {
  position: relative;
  min-height: 238px;
  display: flex;
  flex-direction: column;
  padding: clamp(16px, 1.7vw, 22px);
  border: 1px solid rgba(124, 245, 209, 0.18);
  background:
    linear-gradient(160deg, rgba(124, 245, 209, 0.08), transparent 42%),
    rgba(12, 35, 30, 0.78);
  clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  box-shadow: inset 0 0 30px rgba(124, 245, 209, 0.045);
}

.aud-client-card::before {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  content: "";
  border-top: 1px solid rgba(124, 245, 209, 0.42);
  border-right: 1px solid rgba(124, 245, 209, 0.42);
}

.aud-client-code {
  color: rgba(124, 245, 209, 0.82);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
}

.aud-client-logo {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0 0;
  padding: 14px 16px;
  border: 1px solid rgba(124, 245, 209, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(229, 255, 244, 0.94));
  box-shadow: inset 0 0 24px rgba(124, 245, 209, 0.06);
}

.aud-client-logo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
}

.aud-client-card h3 {
  max-width: 92%;
  margin: 16px 0 0;
  color: var(--aud-ink);
  font-size: clamp(19px, 1.8vw, 28px);
  font-weight: 950;
  line-height: 1.05;
}

.aud-client-card p {
  margin: 12px 0 0;
  color: rgba(248, 248, 244, 0.72);
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.45;
}

.aud-client-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 20px;
  color: var(--aud-hot);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aud-client-meta i {
  flex: 1;
  height: 3px;
  background:
    linear-gradient(90deg, var(--aud-cyan), var(--aud-hot) 74%, transparent 74%),
    rgba(124, 245, 209, 0.12);
  box-shadow: 0 0 12px rgba(124, 245, 209, 0.24);
}

.aud-client-card:hover {
  border-color: rgba(124, 245, 209, 0.44);
  transform: translateY(-2px);
}

@media (max-width: 920px) {
  .aud-client-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .aud-client-network-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .aud-client-grid {
    grid-template-columns: 1fr;
  }

  .aud-client-card {
    min-height: 210px;
  }
}

/* Typography calibration: tighter, more product-grade scale */
.aud-hero-context {
  font-size: clamp(18px, 2.7vw, 34px);
  letter-spacing: 0;
}

.aud-hero-wordmark {
  font-size: clamp(12px, 1.05vw, 16px);
  letter-spacing: 0;
}

.aud-tech-chips span,
.aud-hero-data,
.aud-system-bar,
.aud-card-code,
.aud-client-code,
.aud-tech-tags span,
.aud-project-readout,
.aud-client-network-head,
.aud-client-meta,
.aud-console-panel div,
.aud-console-panel ul,
.aud-industry-tile i {
  letter-spacing: 0;
}

.aud-intro-kicker {
  font-size: clamp(11px, 0.9vw, 13px);
  letter-spacing: 0;
}

.aud-intro-inner h1 {
  max-width: 820px;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.08;
}

.aud-intro-inner > p:not(.aud-intro-kicker) {
  max-width: 690px;
  margin-top: 20px;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.55;
}

.aud-section-title p,
.aud-project-body span,
.aud-text-card span,
.aud-contact-grid span {
  letter-spacing: 0;
}

.aud-section-title h2 {
  max-width: 820px;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.12;
}

.aud-value-card h3,
.aud-text-card h3 {
  font-size: clamp(20px, 1.55vw, 27px);
  line-height: 1.16;
}

.aud-value-card p,
.aud-text-card p {
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.58;
}

.aud-project-body h3 {
  font-size: clamp(24px, 2.15vw, 34px);
  line-height: 1.14;
}

.aud-project-body p {
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.58;
}

.aud-industry-tile span {
  font-size: clamp(22px, 2.15vw, 34px);
  line-height: 1.12;
}

.aud-telemetry-strip b {
  font-size: clamp(20px, 2vw, 30px);
}

.aud-contact-grid a,
.aud-contact-grid p {
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.35;
}

.aud-console-panel p {
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.28;
}

.aud-client-card h3 {
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.14;
}

.aud-client-card p {
  font-size: clamp(13px, 0.95vw, 14.5px);
}

.aud-cta {
  min-height: 320px;
}

.aud-cta h2 {
  max-width: 780px;
  font-size: clamp(28px, 3.6vw, 52px);
  line-height: 1.1;
}

@media (max-width: 620px) {
  .aud-hero-context {
    font-size: clamp(20px, 7vw, 30px);
  }

  .aud-intro-inner h1 {
    font-size: clamp(30px, 8.5vw, 40px);
  }

  .aud-intro-inner > p:not(.aud-intro-kicker) {
    font-size: 16px;
  }

  .aud-section-title h2 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .aud-project-body h3,
  .aud-value-card h3,
  .aud-text-card h3 {
    font-size: clamp(20px, 6vw, 25px);
  }

  .aud-industry-tile span {
    font-size: clamp(22px, 7vw, 30px);
  }

  .aud-cta h2 {
    font-size: clamp(26px, 8vw, 38px);
  }
}

/* Image polish: refined media treatment for light illustrations and dark scenes */
.aud-project-media {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 35%, rgba(124, 245, 209, 0.18), transparent 36%),
    linear-gradient(145deg, rgba(5, 20, 17, 0.96), rgba(18, 51, 42, 0.82));
}

.aud-project-media img {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  filter: saturate(1.1) contrast(1.06) brightness(0.96);
  transform: scale(1.02);
}

.aud-project-media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    radial-gradient(circle at 50% 50%, transparent 0 48%, rgba(3, 14, 13, 0.46) 100%),
    linear-gradient(135deg, rgba(124, 245, 209, 0.2), transparent 22%, transparent 72%, rgba(184, 255, 106, 0.14));
  pointer-events: none;
}

.aud-project-media::after {
  z-index: 2;
  opacity: 0.72;
}

.aud-project-readout {
  z-index: 3;
}

.aud-project-media.aud-image-energy,
.aud-project-media.aud-image-air {
  padding: clamp(18px, 3vw, 34px);
  background:
    radial-gradient(circle at 52% 46%, rgba(255, 255, 255, 0.98), rgba(214, 255, 240, 0.86) 44%, rgba(14, 47, 42, 0.92) 74%),
    linear-gradient(135deg, rgba(124, 245, 209, 0.2), rgba(69, 167, 255, 0.12));
}

.aud-project-media.aud-image-energy img,
.aud-project-media.aud-image-air img {
  height: 100%;
  padding: clamp(12px, 2vw, 22px);
  object-fit: contain;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(229, 255, 248, 0.88));
  border: 1px solid rgba(124, 245, 209, 0.22);
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
  filter: hue-rotate(14deg) saturate(1.18) contrast(1.06) brightness(1.02);
  transform: none;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2), inset 0 0 28px rgba(124, 245, 209, 0.08);
}

.aud-project-media.aud-image-monitor img,
.aud-project-media.aud-image-community img {
  filter: saturate(1.18) contrast(1.08) brightness(0.9);
  transform: scale(1.045);
}

.aud-industry-tile {
  background-color: rgba(8, 28, 25, 0.86);
  filter: saturate(1.06) contrast(1.04);
}

.aud-industry-tile::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    repeating-linear-gradient(0deg, rgba(124, 245, 209, 0.055) 0 1px, transparent 1px 8px),
    radial-gradient(circle at 50% 30%, rgba(124, 245, 209, 0.14), transparent 42%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.aud-industry-tile span,
.aud-industry-tile i {
  z-index: 2;
}

@media (max-width: 620px) {
  .aud-project-media.aud-image-energy,
  .aud-project-media.aud-image-air {
    padding: 16px;
  }

  .aud-project-media.aud-image-energy img,
  .aud-project-media.aud-image-air img {
    padding: 10px;
  }
}

/* Navigation drawer calibration: keep menu links professional, not hero-sized */
@media (max-width: 1050px) {
  .aud-nav-links {
    inset: 0 0 0 auto;
    left: auto;
    right: 0;
    width: min(390px, 88vw);
    height: 100dvh;
    align-items: stretch;
    justify-content: center;
    gap: 8px;
    padding: clamp(86px, 14vh, 130px) clamp(22px, 5vw, 34px) 36px;
    border-left: 1px solid rgba(124, 245, 209, 0.2);
    background:
      linear-gradient(135deg, rgba(124, 245, 209, 0.08), transparent 38%),
      rgba(8, 26, 23, 0.98);
    box-shadow: -24px 0 70px rgba(0, 0, 0, 0.34);
    color: rgba(248, 248, 244, 0.92);
    font-family: Manrope, "Segoe UI", Arial, sans-serif;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: 0;
    visibility: visible;
    pointer-events: none;
    transform: translateX(104%) !important;
    transition: transform 260ms ease;
  }

  .aud-nav-links.is-open {
    left: auto;
    transform: translateX(0) !important;
    pointer-events: auto;
  }

  .aud-nav-links a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 14px 0 38px;
    border: 1px solid rgba(124, 245, 209, 0.12);
    background: rgba(255, 255, 255, 0.025);
    line-height: 1.1;
    transform: none;
    clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  }

  .aud-nav-links a::before {
    position: absolute;
    left: 14px;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background: rgba(124, 245, 209, 0.42);
    box-shadow: 0 0 12px rgba(124, 245, 209, 0.24);
  }

  .aud-nav-links a:hover,
  .aud-nav-links a.is-active {
    color: var(--aud-cyan);
    border-color: rgba(124, 245, 209, 0.42);
    background: rgba(124, 245, 209, 0.08);
    transform: translateX(-4px);
  }

  .aud-menu-toggle {
    width: clamp(50px, 6vw, 62px);
    height: clamp(50px, 6vw, 62px);
  }

  .aud-menu-toggle span {
    width: clamp(26px, 4vw, 34px);
    height: 3px;
  }
}

@media (max-width: 620px) {
  .aud-nav-links {
    width: min(330px, 88vw);
    gap: 7px;
    padding: 82px 18px 28px;
    font-size: 16px;
  }

  .aud-nav-links a {
    min-height: 46px;
    padding-left: 34px;
  }

  .aud-menu-toggle {
    width: 50px;
    height: 50px;
  }

  .aud-menu-toggle span {
    width: 28px;
    height: 3px;
  }
}

/* Primary navigation label typography */
.aud-nav-links,
.aud-nav-links a {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 1.05vw, 17px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
}

.aud-nav-links {
  gap: clamp(16px, 1.8vw, 26px);
}

.aud-nav-links a {
  color: rgba(248, 248, 244, 0.9);
}

@media (max-width: 1050px) {
  .aud-nav-links,
  .aud-nav-links a {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
  }

  .aud-nav-links {
    gap: 8px;
  }
}

@media (max-width: 620px) {
  .aud-nav-links,
  .aud-nav-links a {
    font-size: 17px;
  }
}

/* Logo calibration: larger mark, cleaner teal cast */
.aud-brand img {
  width: clamp(158px, 15.5vw, 224px);
  max-width: 52vw;
  padding: 11px 14px;
  background:
    linear-gradient(135deg, rgba(238, 255, 250, 0.98), rgba(201, 255, 242, 0.94));
  filter: hue-rotate(-36deg) saturate(1.28) brightness(1.05) contrast(1.02);
  border-color: rgba(124, 245, 209, 0.52);
  box-shadow:
    0 0 0 1px rgba(124, 245, 209, 0.16),
    0 0 34px rgba(124, 245, 209, 0.18);
}

@media (max-width: 620px) {
  .aud-brand img {
    width: clamp(136px, 38vw, 160px);
    max-width: 54vw;
    padding: 8px 10px;
  }
}

/* Integrated transparent logo treatment */
.aud-brand {
  padding: 10px 13px;
  border: 1px solid rgba(124, 245, 209, 0.2);
  background:
    linear-gradient(135deg, rgba(124, 245, 209, 0.1), rgba(4, 17, 15, 0.18)),
    rgba(4, 17, 15, 0.34);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  box-shadow: inset 0 0 22px rgba(124, 245, 209, 0.06), 0 0 22px rgba(0, 0, 0, 0.12);
}

.aud-brand img {
  width: clamp(116px, 11vw, 160px);
  max-width: 40vw;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 0 10px rgba(124, 245, 209, 0.26));
  box-shadow: none;
}

@media (max-width: 620px) {
  .aud-brand {
    padding: 6px 8px;
  }

  .aud-brand img {
    width: clamp(96px, 28vw, 118px);
    max-width: 42vw;
    padding: 0;
  }
}
