:root {
  --ent-bg: #050609;
  --ent-panel: #0b0d12;
  --ent-panel-2: #11141b;
  --ent-line: rgba(255, 255, 255, .1);
  --ent-line-gold: rgba(224, 189, 104, .34);
  --ent-gold: #e0bd68;
  --ent-gold-light: #f5dfaa;
  --ent-ink: #f4f2ec;
  --ent-muted: #a8a9b2;
  --ent-ok: #75d7aa;
  --ent-warn: #f1c66b;
}

body.enterprise-page {
  color-scheme: dark;
  color: var(--ent-ink);
  background:
    radial-gradient(circle at 78% 7%, rgba(224, 189, 104, .1), transparent 25rem),
    radial-gradient(circle at 10% 18%, rgba(81, 100, 148, .1), transparent 28rem),
    var(--ent-bg);
  overflow-x: hidden;
  touch-action: manipulation;
}

.enterprise-page :is(h1, h2, h3)[id] { scroll-margin-top: 110px; }

.enterprise-page::before {
  opacity: .16;
  background-size: 96px 96px;
}

.ent-shell {
  width: min(1240px, calc(100% - 56px));
  margin-inline: auto;
}

.ent-nav .aw-nav-cta {
  color: #090a0d;
  border-color: var(--ent-gold);
  background: var(--ent-gold);
}

.ent-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  align-items: center;
  gap: 78px;
  min-height: 100svh;
  padding: 132px 0 82px;
}

.ent-kicker,
.ent-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ent-gold);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.ent-kicker::before,
.ent-section-kicker::before {
  width: 28px;
  height: 1px;
  content: "";
  background: var(--ent-gold);
}

.ent-hero h1 {
  max-width: 780px;
  margin: 26px 0 28px;
  color: var(--ent-ink);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4rem, 7.2vw, 7.5rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .86;
  text-wrap: balance;
}

.ent-hero h1 em,
.ent-heading em {
  color: var(--ent-gold-light);
  font-style: normal;
}

.ent-lede {
  max-width: 680px;
  margin: 0;
  color: var(--ent-muted);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.82;
  text-wrap: pretty;
}

.ent-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
}

.ent-primary,
.ent-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 25px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

.ent-primary {
  color: #08090c;
  background: var(--ent-gold);
  box-shadow: 0 18px 55px rgba(224, 189, 104, .13);
}

.ent-secondary {
  color: var(--ent-ink);
  border: 1px solid var(--ent-line);
  background: rgba(255, 255, 255, .025);
}

.ent-primary:hover,
.ent-secondary:hover {
  transform: translateY(-2px);
}

.ent-primary:focus-visible,
.ent-secondary:focus-visible,
.ent-text-link:focus-visible {
  outline: 2px solid var(--ent-gold-light);
  outline-offset: 4px;
}

.ent-note {
  max-width: 690px;
  margin: 19px 0 0;
  color: #7f818a;
  font-size: .76rem;
  line-height: 1.65;
}

.ent-control-room {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ent-line-gold);
  background: linear-gradient(145deg, rgba(17, 20, 27, .98), rgba(7, 8, 12, .97));
  box-shadow: 0 40px 110px rgba(0, 0, 0, .45);
}

.ent-control-room::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 44px 44px;
}

.ent-console-head,
.ent-console-foot {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--ent-line);
}

.ent-console-head span,
.ent-console-foot span {
  color: #858892;
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.ent-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ent-ok) !important;
}

.ent-status::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--ent-ok);
  box-shadow: 0 0 16px rgba(117, 215, 170, .7);
}

.ent-console-body {
  position: relative;
  z-index: 1;
  padding: 12px 22px 6px;
}

.ent-console-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  min-height: 76px;
  border-bottom: 1px solid var(--ent-line);
}

.ent-console-row:last-child {
  border-bottom: 0;
}

.ent-console-index {
  color: var(--ent-gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
}

.ent-console-copy strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ent-ink);
  font-size: .88rem;
}

.ent-console-copy span {
  display: block;
  color: #868892;
  font-size: .72rem;
  line-height: 1.45;
}

.ent-chip {
  padding: 6px 9px;
  color: var(--ent-ok);
  border: 1px solid rgba(117, 215, 170, .22);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ent-console-foot {
  border-top: 1px solid var(--ent-line);
  border-bottom: 0;
}

.ent-console-foot strong {
  color: var(--ent-gold-light);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.ent-proof-strip {
  border-block: 1px solid var(--ent-line);
  background: rgba(8, 10, 14, .76);
}

.ent-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ent-proof-item {
  min-height: 146px;
  padding: 30px 27px;
  border-right: 1px solid var(--ent-line);
}

.ent-proof-item:last-child {
  border-right: 0;
}

.ent-proof-item b {
  display: block;
  margin-bottom: 7px;
  color: var(--ent-gold-light);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 2.4vw, 2.3rem);
  font-weight: 500;
  line-height: 1;
}

.ent-proof-item span {
  color: var(--ent-muted);
  font-size: .78rem;
  line-height: 1.55;
}

.ent-section {
  padding: 118px 0;
}

.ent-section + .ent-section {
  border-top: 1px solid rgba(255, 255, 255, .055);
}

.ent-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .62fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 52px;
}

.ent-heading {
  max-width: 820px;
  margin: 19px 0 0;
  color: var(--ent-ink);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5.2vw, 5.7rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .94;
  text-wrap: balance;
}

.ent-section-copy {
  margin: 0;
  color: var(--ent-muted);
  line-height: 1.8;
  text-wrap: pretty;
}

.ent-engagement-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.ent-engagement {
  position: relative;
  overflow: hidden;
  grid-column: span 6;
  min-height: 310px;
  padding: 32px;
  border: 1px solid var(--ent-line);
  background: var(--ent-panel);
}

.ent-engagement:nth-child(2),
.ent-engagement:nth-child(3) {
  background: linear-gradient(145deg, rgba(17,20,27,.98), rgba(9,10,15,.98));
}

.ent-engagement::after {
  position: absolute;
  right: -34px;
  bottom: -58px;
  color: rgba(255,255,255,.025);
  font-family: "Cormorant Garamond", serif;
  font-size: 9rem;
  line-height: 1;
  content: attr(data-step);
}

.ent-engagement-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 42px;
}

.ent-engagement-label {
  color: var(--ent-gold);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.ent-engagement-price {
  color: var(--ent-gold-light);
  font-size: .78rem;
  font-weight: 700;
  text-align: right;
}

.ent-engagement h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 13px;
  color: var(--ent-ink);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 500;
  line-height: 1;
}

.ent-engagement p {
  position: relative;
  z-index: 1;
  max-width: 570px;
  margin: 0;
  color: var(--ent-muted);
  font-size: .88rem;
  line-height: 1.75;
}

.ent-outcomes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--ent-line);
}

.ent-outcome {
  min-height: 255px;
  padding: 30px 24px;
  border-right: 1px solid var(--ent-line);
  background: linear-gradient(180deg, rgba(255,255,255,.025), transparent);
}

.ent-outcome:last-child {
  border-right: 0;
}

.ent-outcome b {
  color: var(--ent-gold);
  font-size: .63rem;
  letter-spacing: .13em;
}

.ent-outcome h3 {
  margin: 48px 0 13px;
  color: var(--ent-ink);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.06;
}

.ent-outcome p {
  margin: 0;
  color: var(--ent-muted);
  font-size: .8rem;
  line-height: 1.65;
}

.ent-matrix {
  overflow: hidden;
  border: 1px solid var(--ent-line);
}

.ent-matrix-row {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 190px;
  border-bottom: 1px solid var(--ent-line);
}

.ent-matrix-row:last-child {
  border-bottom: 0;
}

.ent-matrix-row > * {
  padding: 23px 25px;
  border-right: 1px solid var(--ent-line);
}

.ent-matrix-row > *:last-child {
  border-right: 0;
}

.ent-matrix-row strong {
  color: var(--ent-ink);
  font-size: .86rem;
}

.ent-matrix-row span {
  color: var(--ent-muted);
  font-size: .8rem;
  line-height: 1.6;
}

.ent-matrix-state {
  color: var(--ent-gold) !important;
  font-size: .64rem !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ent-method {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 75px;
  padding: 56px;
  border: 1px solid var(--ent-line-gold);
  background: linear-gradient(130deg, rgba(224,189,104,.08), rgba(255,255,255,.015) 52%, rgba(72,88,128,.06));
}

.ent-method h2 {
  margin: 18px 0 18px;
  color: var(--ent-ink);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 4.6vw, 4.8rem);
  font-weight: 400;
  line-height: .95;
}

.ent-method p {
  color: var(--ent-muted);
  line-height: 1.8;
}

.ent-method-list {
  border-top: 1px solid var(--ent-line);
}

.ent-method-step {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  padding: 21px 0;
  border-bottom: 1px solid var(--ent-line);
}

.ent-method-step b {
  color: var(--ent-gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.ent-method-step strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ent-ink);
  font-size: .9rem;
}

.ent-method-step span {
  color: var(--ent-muted);
  font-size: .8rem;
  line-height: 1.55;
}

.ent-reference {
  display: grid;
  grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr);
  gap: 1px;
  border: 1px solid var(--ent-line);
  background: var(--ent-line);
}

.ent-reference-mark,
.ent-reference-copy {
  background: var(--ent-panel);
}

.ent-reference-mark {
  display: grid;
  place-items: center;
  min-height: 390px;
  padding: 42px;
  text-align: center;
}

.ent-reference-mark strong {
  display: block;
  color: var(--ent-gold-light);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.9rem, 5vw, 5rem);
  font-weight: 500;
  line-height: .9;
}

.ent-reference-mark span {
  display: block;
  margin-top: 15px;
  color: var(--ent-muted);
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ent-reference-copy {
  padding: 50px;
}

.ent-reference-copy h3 {
  margin: 18px 0 16px;
  color: var(--ent-ink);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  font-weight: 500;
  line-height: .96;
}

.ent-reference-copy p {
  max-width: 680px;
  color: var(--ent-muted);
  line-height: 1.78;
}

.ent-deliverables {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 24px;
  margin: 25px 0 28px;
  padding: 0;
  list-style: none;
}

.ent-deliverables li {
  position: relative;
  padding: 10px 0 10px 18px;
  color: var(--ent-ink);
  border-bottom: 1px solid var(--ent-line);
  font-size: .8rem;
}

.ent-deliverables li::before {
  position: absolute;
  left: 0;
  color: var(--ent-gold);
  content: "◆";
  font-size: .45rem;
}

.ent-text-link {
  color: var(--ent-gold-light);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.ent-boundary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ent-boundary-card {
  padding: 29px;
  border: 1px solid var(--ent-line);
  background: rgba(255,255,255,.018);
}

.ent-boundary-card b {
  display: block;
  margin-bottom: 17px;
  color: var(--ent-gold);
  font-size: .64rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.ent-boundary-card h3 {
  margin: 0 0 11px;
  color: var(--ent-ink);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.75rem;
  font-weight: 500;
}

.ent-boundary-card p {
  margin: 0;
  color: var(--ent-muted);
  font-size: .82rem;
  line-height: 1.7;
}

.ent-final {
  padding: 58px;
  border: 1px solid var(--ent-line-gold);
  background: linear-gradient(118deg, rgba(224,189,104,.11), rgba(10,11,16,.97) 48%);
  text-align: center;
}

.ent-final h2 {
  max-width: 850px;
  margin: 0 auto 18px;
  color: var(--ent-ink);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5.2vw, 5.5rem);
  font-weight: 400;
  line-height: .94;
}

.ent-final p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--ent-muted);
  line-height: 1.75;
}

.ent-final .ent-actions {
  justify-content: center;
}

@media (max-width: 1080px) {
  .ent-hero {
    grid-template-columns: 1fr;
    gap: 52px;
    min-height: auto;
    padding-top: 132px;
  }
  .ent-control-room { max-width: 760px; }
  .ent-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .ent-proof-item:nth-child(2) { border-right: 0; }
  .ent-proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--ent-line); }
  .ent-outcomes { grid-template-columns: repeat(2, 1fr); }
  .ent-outcome { border-bottom: 1px solid var(--ent-line); }
  .ent-outcome:nth-child(2n) { border-right: 0; }
  .ent-outcome:last-child { grid-column: 1 / -1; border-bottom: 0; }
}

@media (max-width: 820px) {
  .ent-shell { width: min(100% - 36px, 1240px); }
  .ent-section { padding: 84px 0; }
  .ent-section-head,
  .ent-method,
  .ent-reference { grid-template-columns: 1fr; gap: 36px; }
  .ent-engagement { grid-column: 1 / -1; }
  .ent-matrix { overflow-x: auto; }
  .ent-matrix-row { min-width: 700px; }
  .ent-method { padding: 38px; }
  .ent-reference { gap: 1px; }
  .ent-reference-mark { min-height: 280px; }
  .ent-boundary { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .ent-shell { width: min(100% - 28px, 1240px); }
  .ent-hero { padding: 112px 0 66px; }
  .ent-hero h1 { font-size: clamp(3.55rem, 17vw, 5.2rem); }
  .ent-kicker, .ent-section-kicker { font-size: .61rem; letter-spacing: .13em; }
  .ent-actions { align-items: stretch; }
  .ent-primary, .ent-secondary { width: 100%; }
  .ent-console-row { grid-template-columns: 31px minmax(0, 1fr); padding: 14px 0; }
  .ent-chip { grid-column: 2; width: max-content; margin-bottom: 8px; }
  .ent-console-foot { align-items: flex-start; flex-direction: column; }
  .ent-proof-grid { grid-template-columns: 1fr; }
  .ent-proof-item,
  .ent-proof-item:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--ent-line); }
  .ent-proof-item:last-child { border-bottom: 0; }
  .ent-section-head { gap: 26px; margin-bottom: 36px; }
  .ent-heading { font-size: clamp(2.75rem, 13vw, 4rem); }
  .ent-engagement { min-height: 0; padding: 26px 23px; }
  .ent-engagement-top { align-items: flex-start; flex-direction: column; margin-bottom: 32px; }
  .ent-engagement-price { text-align: left; }
  .ent-outcomes { grid-template-columns: 1fr; }
  .ent-outcome,
  .ent-outcome:nth-child(2n),
  .ent-outcome:last-child { grid-column: auto; border-right: 0; border-bottom: 1px solid var(--ent-line); }
  .ent-outcome:last-child { border-bottom: 0; }
  .ent-outcome h3 { margin-top: 25px; }
  .ent-method { padding: 28px 23px; }
  .ent-reference-copy { padding: 31px 23px; }
  .ent-deliverables { grid-template-columns: 1fr; }
  .ent-final { padding: 42px 23px; text-align: left; }
  .ent-final .ent-actions { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .ent-primary, .ent-secondary { transition: none; }
}
