:root {
  --et-navy-950: #061523;
  --et-navy-900: #082033;
  --et-navy-800: #102f49;
  --et-navy-700: #163d5e;
  --et-blue-600: #2a6f9e;
  --et-gold-500: #c9a24a;
  --et-gold-400: #e0bf68;
  --et-paper: #fbfaf7;
  --et-paper-2: #f4efe4;
  --et-ink: #10202d;
  --et-muted: #6b7780;
  --et-white: #ffffff;
  --et-line: rgba(16, 32, 45, 0.12);
  --et-shadow-soft: 0 24px 80px rgba(6, 21, 35, 0.12);
  --et-shadow-card: 0 16px 45px rgba(6, 21, 35, 0.10);
  --et-radius-xl: 28px;
  --et-radius-lg: 20px;
  --et-max: 1180px;
}

html {
  scroll-behavior: smooth;
}

body.et-app-body {
  margin: 0 !important;
  background: var(--et-paper) !important;
  color: var(--et-ink) !important;
  overflow-x: hidden !important;
}

.et-skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 999999;
  transform: translateY(-200%);
  background: var(--et-navy-950);
  color: var(--et-white);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.et-skip-link:focus {
  transform: translateY(0);
}

.et-app,
.et-app * {
  box-sizing: border-box;
}

.et-app {
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--et-ink);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.et-app :where(a) {
  color: inherit;
  text-decoration: none;
}

.et-app :where(h1, h2, h3, p) {
  margin: 0;
}

.et-app :where(button, input, textarea, select) {
  font: inherit;
}

.et-page-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at top right, rgba(201, 162, 74, 0.16), transparent 34rem),
    radial-gradient(circle at 8% 20%, rgba(42, 111, 158, 0.13), transparent 28rem),
    linear-gradient(180deg, var(--et-paper) 0%, var(--et-paper-2) 100%);
}

.et-top-ribbon {
  background: var(--et-navy-950);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  letter-spacing: 0.01em;
}

.et-top-ribbon-inner {
  width: min(100% - 2.5rem, var(--et-max));
  margin-inline: auto;
  padding: 0.72rem 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.et-top-ribbon strong {
  color: var(--et-gold-400);
  font-weight: 800;
}

.et-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(251, 250, 247, 0.88);
  border-bottom: 1px solid rgba(16, 32, 45, 0.08);
}

.admin-bar .et-site-header {
  top: 32px;
}

.et-nav {
  width: min(100% - 2.5rem, var(--et-max));
  margin-inline: auto;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  position: relative;
}

.et-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 250px;
}

.et-brand-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--et-navy-950), var(--et-navy-700));
  color: var(--et-gold-400);
  display: grid;
  place-items: center;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 1.15rem;
  box-shadow: 0 10px 28px rgba(6, 21, 35, 0.22);
  border: 1px solid rgba(224, 191, 104, 0.45);
}

.et-brand-copy {
  display: grid;
  gap: 0.04rem;
}

.et-brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--et-navy-950);
}

.et-brand-sub {
  font-size: 0.76rem;
  color: var(--et-muted);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.et-nav-links {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  font-size: 0.92rem;
  color: #334553;
}

.et-nav-links a {
  position: relative;
  padding: 0.4rem 0;
  font-weight: 650;
}

.et-nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.1rem;
  height: 2px;
  background: var(--et-gold-500);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.et-nav-links a:hover::after,
.et-nav-links a:focus-visible::after {
  transform: scaleX(1);
}

.et-nav-cta {
  padding: 0.78rem 1rem;
  border-radius: 999px;
  background: var(--et-navy-950);
  color: var(--et-white);
  font-weight: 800;
  font-size: 0.9rem;
  box-shadow: 0 14px 30px rgba(6, 21, 35, 0.18);
  white-space: nowrap;
}

.et-menu-toggle {
  display: none;
  border: 1px solid rgba(16, 32, 45, 0.12);
  background: rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  color: var(--et-navy-950);
  font-weight: 800;
  padding: 0.55rem 0.75rem;
  align-items: center;
  gap: 0.55rem;
  cursor: pointer;
}

.et-menu-icon {
  display: grid;
  gap: 0.22rem;
  width: 20px;
}

.et-menu-icon span {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 999px;
  background: var(--et-navy-950);
  transition: transform 180ms ease, opacity 180ms ease;
}

.et-site-header.et-nav-open .et-menu-icon span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.et-site-header.et-nav-open .et-menu-icon span:nth-child(2) {
  opacity: 0;
}

.et-site-header.et-nav-open .et-menu-icon span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.et-hero,
.et-section,
.et-footer {
  width: min(100% - 2.5rem, var(--et-max));
  margin-inline: auto;
}

.et-hero {
  padding: 5rem 0 3rem;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 3rem;
  align-items: center;
}

.et-hero-copy {
  min-width: 0;
}

.et-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(201, 162, 74, 0.36);
  color: var(--et-navy-800);
  border-radius: 999px;
  padding: 0.52rem 0.78rem;
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: 0 10px 35px rgba(6, 21, 35, 0.06);
}

.et-eyebrow-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--et-gold-500);
  box-shadow: 0 0 0 6px rgba(201, 162, 74, 0.15);
}

.et-app h1 {
  margin-top: 1.35rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 5.95rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
  color: var(--et-navy-950);
  max-width: 780px;
}

.et-hero-lede {
  margin-top: 1.35rem;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  color: #465660;
  max-width: 690px;
}

.et-hero-actions {
  margin-top: 2rem;
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  align-items: center;
}

.et-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.95rem 1.25rem;
  font-weight: 850;
  letter-spacing: -0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  min-height: 48px;
}

.et-btn-primary {
  background: var(--et-navy-950);
  color: var(--et-white);
  box-shadow: 0 18px 45px rgba(6, 21, 35, 0.22);
}

.et-btn-secondary {
  background: rgba(255, 255, 255, 0.76);
  color: var(--et-navy-950);
  border: 1px solid rgba(16, 32, 45, 0.13);
}

.et-btn-gold {
  background: var(--et-gold-500);
  color: var(--et-navy-950);
  box-shadow: 0 18px 45px rgba(6, 21, 35, 0.16);
}

.et-btn-ghost {
  background: rgba(255, 255, 255, 0.1);
  color: var(--et-white);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.et-trust-row {
  margin-top: 2.1rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  color: #52606a;
  font-size: 0.93rem;
}

.et-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.et-trust-row span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--et-gold-500);
}

.et-hero-panel {
  position: relative;
  min-height: 560px;
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(150deg, rgba(6, 21, 35, 0.96), rgba(16, 61, 94, 0.92)),
    radial-gradient(circle at 20% 0%, rgba(224, 191, 104, 0.32), transparent 24rem);
  box-shadow: var(--et-shadow-soft);
  color: var(--et-white);
  padding: 1.25rem;
  isolation: isolate;
}

.et-hero-panel::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  z-index: -1;
}

.et-hero-panel::after {
  content: "";
  position: absolute;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  right: -125px;
  bottom: -120px;
  background: rgba(224, 191, 104, 0.22);
  filter: blur(2px);
  z-index: -2;
}

.et-panel-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.15rem;
}

.et-panel-kicker {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.66);
}

.et-panel-title {
  margin-top: 0.35rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.05;
  max-width: 310px;
}

.et-panel-badge {
  border: 1px solid rgba(224, 191, 104, 0.46);
  color: var(--et-gold-400);
  border-radius: 999px;
  padding: 0.55rem 0.72rem;
  font-size: 0.75rem;
  font-weight: 850;
  white-space: nowrap;
}

.et-service-stack {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  display: grid;
  gap: 0.75rem;
}

.et-service-mini {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.et-service-icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: rgba(224, 191, 104, 0.14);
  color: var(--et-gold-400);
  font-weight: 900;
  font-size: 1.08rem;
}

.et-service-mini strong {
  display: block;
  font-size: 0.98rem;
  color: var(--et-white);
  line-height: 1.2;
}

.et-service-mini span span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.3;
}

.et-service-arrow {
  color: var(--et-gold-400);
  font-size: 1.25rem;
}

.et-section {
  padding: 4.5rem 0;
}

.et-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.58fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}

.et-label {
  color: var(--et-gold-500);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 0.65rem;
}

.et-app h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 3.8vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--et-navy-950);
}

.et-section-head p,
.et-section-copy {
  color: #52606a;
  font-size: 1.02rem;
}

.et-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2.2rem;
}

.et-metric-card {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(16, 32, 45, 0.09);
  border-radius: var(--et-radius-lg);
  padding: 1.25rem;
  box-shadow: 0 12px 35px rgba(6, 21, 35, 0.06);
}

.et-metric-card strong {
  display: block;
  color: var(--et-navy-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}

.et-metric-card span {
  display: block;
  margin-top: 0.55rem;
  color: var(--et-muted);
  font-size: 0.91rem;
}

.et-services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.et-service-card {
  background: var(--et-white);
  border: 1px solid rgba(16, 32, 45, 0.09);
  border-radius: 24px;
  padding: 1.3rem;
  min-height: 255px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--et-shadow-card);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.et-service-card .et-num {
  color: var(--et-gold-500);
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
}

.et-service-card h3 {
  margin-top: 1.2rem;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--et-navy-950);
  font-size: 1.38rem;
  line-height: 1.07;
  letter-spacing: -0.02em;
}

.et-service-card p {
  margin-top: 0.8rem;
  color: #62707a;
  font-size: 0.93rem;
}

.et-learn {
  display: inline-block;
  margin-top: 1.4rem;
  color: var(--et-navy-800);
  font-weight: 900;
  font-size: 0.88rem;
}

.et-split-band {
  max-width: none;
  margin: 2rem 0 0;
  padding: 0;
  background: var(--et-navy-950);
  color: var(--et-white);
  position: relative;
  overflow: hidden;
}

.et-split-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 12%, rgba(224, 191, 104, 0.18), transparent 24rem),
    radial-gradient(circle at 88% 74%, rgba(42, 111, 158, 0.28), transparent 30rem);
}

.et-split-inner {
  position: relative;
  width: min(100% - 2.5rem, var(--et-max));
  margin-inline: auto;
  padding: 5rem 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: 3rem;
  align-items: center;
}

.et-split-band h2 {
  color: var(--et-white);
}

.et-split-band .et-section-copy {
  color: rgba(255, 255, 255, 0.72);
  margin-top: 1rem;
}

.et-principles {
  display: grid;
  gap: 0.85rem;
}

.et-principle {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.et-principle-number {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(224, 191, 104, 0.14);
  display: grid;
  place-items: center;
  color: var(--et-gold-400);
  font-weight: 900;
}

.et-principle h3 {
  color: var(--et-white);
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.et-principle p {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.92rem;
}

.et-industries-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: start;
}

.et-industry-panel {
  background: var(--et-white);
  border-radius: var(--et-radius-xl);
  border: 1px solid rgba(16, 32, 45, 0.09);
  padding: 1.6rem;
  box-shadow: var(--et-shadow-card);
}

.et-industry-panel h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  color: var(--et-navy-950);
  line-height: 1.1;
  margin-bottom: 0.8rem;
}

.et-industry-panel p {
  color: #5d6c76;
}

.et-industry-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.et-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(16, 32, 45, 0.11);
  border-radius: 999px;
  padding: 0.68rem 0.9rem;
  background: rgba(255, 255, 255, 0.72);
  color: #3f515e;
  font-size: 0.92rem;
  font-weight: 750;
  box-shadow: 0 8px 22px rgba(6, 21, 35, 0.04);
}

.et-leadership {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}

.et-leader-card {
  background: var(--et-white);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(16, 32, 45, 0.09);
  box-shadow: var(--et-shadow-card);
  display: grid;
  grid-template-columns: 170px 1fr;
  min-height: 245px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.et-leader-visual {
  background: linear-gradient(160deg, var(--et-navy-950), var(--et-navy-700));
  color: rgba(224, 191, 104, 0.86);
  display: grid;
  place-items: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.1rem;
  position: relative;
  overflow: hidden;
}

.et-leader-visual::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid rgba(224, 191, 104, 0.22);
  transform: translate(28px, 58px);
}

.et-leader-body {
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.et-role {
  color: var(--et-gold-500);
  font-weight: 900;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  margin-bottom: 0.55rem;
}

.et-leader-body h3 {
  color: var(--et-navy-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.08;
}

.et-leader-body p {
  margin-top: 0.8rem;
  color: #63717b;
  font-size: 0.94rem;
}

.et-contact-section {
  padding-bottom: 0;
}

.et-contact-card {
  background:
    linear-gradient(135deg, rgba(6, 21, 35, 0.97), rgba(16, 61, 94, 0.94)),
    radial-gradient(circle at 20% 10%, rgba(224, 191, 104, 0.18), transparent 20rem);
  color: var(--et-white);
  border-radius: 34px;
  padding: 2rem;
  box-shadow: var(--et-shadow-soft);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  gap: 2rem;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.et-contact-card::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -130px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(224, 191, 104, 0.12);
}

.et-contact-card h2 {
  color: var(--et-white);
}

.et-contact-card p {
  color: rgba(255, 255, 255, 0.72);
  margin-top: 1rem;
  max-width: 560px;
}

.et-contact-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
  position: relative;
  z-index: 1;
}

.et-contact-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 18px;
  padding: 1rem;
}

.et-contact-item span {
  display: block;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 850;
  margin-bottom: 0.35rem;
}

.et-contact-item strong {
  color: var(--et-white);
  font-size: 0.98rem;
  line-height: 1.35;
}

.et-footer {
  padding: 2rem 0 3rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #70808b;
  font-size: 0.9rem;
  flex-wrap: wrap;
}

.et-footer-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.et-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.et-reveal.et-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
  .et-btn:hover,
  .et-service-card:hover,
  .et-leader-card:hover {
    transform: translateY(-5px);
  }

  .et-service-card:hover,
  .et-leader-card:hover {
    box-shadow: 0 24px 65px rgba(6, 21, 35, 0.14);
  }
}

@media (max-width: 1140px) {
  .et-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1040px) {
  .et-hero {
    grid-template-columns: 1fr;
    padding-top: 3.6rem;
  }

  .et-hero-panel {
    min-height: 500px;
  }

  .et-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .et-split-inner,
  .et-industries-wrap,
  .et-contact-card {
    grid-template-columns: 1fr;
  }

  .et-leadership {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .et-menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .et-nav-cta {
    display: none;
  }

  .et-nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.75rem);
    display: grid;
    gap: 0.18rem;
    padding: 0.75rem;
    border-radius: 22px;
    background: rgba(251, 250, 247, 0.96);
    border: 1px solid rgba(16, 32, 45, 0.11);
    box-shadow: 0 24px 60px rgba(6, 21, 35, 0.16);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .et-site-header.et-nav-open .et-nav-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .et-nav-links a {
    padding: 0.78rem 0.85rem;
    border-radius: 14px;
  }

  .et-nav-links a:hover,
  .et-nav-links a:focus-visible {
    background: rgba(201, 162, 74, 0.12);
  }

  .et-nav-links a::after {
    display: none;
  }
}

@media (max-width: 782px) {
  .admin-bar .et-site-header {
    top: 46px;
  }
}

@media (max-width: 760px) {
  .et-top-ribbon-inner {
    display: block;
  }

  .et-top-ribbon-inner div + div {
    margin-top: 0.35rem;
  }

  .et-brand {
    min-width: 0;
  }

  .et-brand-sub {
    display: none;
  }

  .et-brand-name {
    font-size: 1rem;
  }

  .et-brand-mark {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border-radius: 14px;
  }

  .et-nav {
    width: min(100% - 1.5rem, var(--et-max));
    min-height: 72px;
  }

  .et-hero,
  .et-section,
  .et-footer,
  .et-split-inner {
    width: min(100% - 1.5rem, var(--et-max));
  }

  .et-hero {
    padding-top: 2.8rem;
  }

  .et-app h1 {
    font-size: clamp(2.82rem, 15.5vw, 4.45rem);
  }

  .et-hero-lede {
    font-size: 1.04rem;
  }

  .et-hero-panel {
    min-height: 545px;
    border-radius: 28px;
  }

  .et-panel-top {
    display: block;
  }

  .et-panel-badge {
    display: inline-flex;
    margin-top: 1rem;
  }

  .et-section-head,
  .et-metrics,
  .et-services-grid,
  .et-contact-list {
    grid-template-columns: 1fr;
  }

  .et-section {
    padding: 3.3rem 0;
  }

  .et-split-inner {
    padding: 3.8rem 0;
  }

  .et-leader-card {
    grid-template-columns: 1fr;
  }

  .et-leader-visual {
    min-height: 160px;
  }

  .et-contact-card {
    padding: 1.25rem;
    border-radius: 28px;
  }

  .et-footer {
    padding-bottom: 2rem;
  }
}

@media (max-width: 520px) {
  .et-menu-toggle-text {
    display: none;
  }

  .et-eyebrow {
    font-size: 0.76rem;
    line-height: 1.25;
  }

  .et-hero-actions {
    align-items: stretch;
  }

  .et-btn {
    width: 100%;
  }

  .et-trust-row {
    display: grid;
    gap: 0.65rem;
  }

  .et-service-mini {
    grid-template-columns: 42px 1fr;
    padding: 0.85rem;
  }

  .et-service-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .et-service-arrow {
    display: none;
  }

  .et-panel-title {
    font-size: 1.75rem;
  }

  .et-hero-panel {
    min-height: 575px;
  }

  .et-industry-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .et-pill {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 380px) {
  .et-brand-name {
    font-size: 0.92rem;
  }

  .et-hero-panel {
    min-height: 605px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .et-reveal,
  .et-reveal.et-visible,
  .et-btn,
  .et-service-card,
  .et-leader-card,
  .et-nav-links,
  .et-menu-icon span {
    transition: none !important;
    transform: none !important;
  }
}
