:root {
  color-scheme: dark;
  --ink: #f7f4ec;
  --muted: #c8c0b0;
  --line: rgba(255, 255, 255, 0.18);
  --gold: #d7ae63;
  --gold-dark: #9c7432;
  --charcoal: #0d1114;
  --steel: #1b2429;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  background: var(--charcoal);
  color: var(--ink);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  min-height: 100vh;
  background: #0b0f12;
}

.hero {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(28px, 4vw, 54px);
  min-height: 100vh;
  overflow: hidden;
  padding: clamp(24px, 4vw, 56px);
}

.hero__media,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__media {
  background-image: url("assets/king-global-hero.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(8, 11, 13, 0.95) 0%, rgba(8, 11, 13, 0.74) 42%, rgba(8, 11, 13, 0.28) 100%),
    linear-gradient(180deg, rgba(8, 11, 13, 0.65) 0%, rgba(8, 11, 13, 0.2) 44%, rgba(8, 11, 13, 0.82) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent 72%);
}

.topbar,
.hero__content,
.info-panel {
  position: relative;
  z-index: 1;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  align-self: start;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  max-width: 100%;
}

.brand__mark {
  position: relative;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(215, 174, 99, 0.58);
  background:
    linear-gradient(135deg, rgba(215, 174, 99, 0.16), rgba(215, 174, 99, 0.04)),
    rgba(11, 13, 13, 0.72);
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.28);
}

.brand__crown,
.hero-logo__crown {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 22px;
  height: 8px;
  transform: translateX(-50%);
  border-top: 2px solid var(--gold);
}

.brand__crown::before,
.brand__crown::after,
.hero-logo__crown::before,
.hero-logo__crown::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--gold);
}

.brand__crown::before,
.hero-logo__crown::before {
  left: 1px;
  transform: rotate(-42deg);
  transform-origin: left bottom;
}

.brand__crown::after,
.hero-logo__crown::after {
  right: 1px;
  transform: rotate(42deg);
  transform-origin: right bottom;
}

.brand__mark > span:last-child {
  padding-top: 8px;
}

.brand__text {
  display: grid;
  gap: 4px;
  line-height: 1;
}

.brand__text strong {
  font-size: clamp(15px, 1.9vw, 20px);
  letter-spacing: 0;
}

.brand__text small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.status-pill {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  background: rgba(15, 20, 23, 0.54);
  padding: 11px 15px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.hero__content {
  width: min(820px, 100%);
  align-self: center;
  padding: 5vh 0 7vh;
}

.hero-logo {
  display: inline-flex;
  align-items: center;
  gap: clamp(16px, 2vw, 24px);
  max-width: 100%;
  margin-bottom: clamp(30px, 5vw, 56px);
  padding: 18px 22px 18px 18px;
  border: 1px solid rgba(215, 174, 99, 0.28);
  background: rgba(7, 10, 11, 0.52);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.hero-logo__mark {
  position: relative;
  display: grid;
  width: clamp(74px, 8vw, 104px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(215, 174, 99, 0.72);
  background:
    linear-gradient(135deg, rgba(215, 174, 99, 0.2), rgba(215, 174, 99, 0.05)),
    rgba(15, 16, 14, 0.88);
  color: var(--gold);
  font-size: clamp(21px, 2.3vw, 31px);
  font-weight: 800;
}

.hero-logo__mark > span:last-child {
  padding-top: 11px;
}

.hero-logo__crown {
  top: 19px;
  width: 34px;
  height: 12px;
}

.hero-logo__text {
  display: grid;
  gap: 6px;
  line-height: 1;
  min-width: 0;
}

.hero-logo__text strong {
  color: #ffffff;
  font-size: clamp(29px, 4vw, 56px);
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero-logo__text small {
  color: var(--ink);
  font-size: clamp(13px, 1.5vw, 18px);
  font-weight: 800;
  letter-spacing: 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: clamp(13px, 1.4vw, 15px);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 790px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(48px, 7.2vw, 104px);
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.lead {
  max-width: 690px;
  margin: 28px 0 0;
  color: #ded8cd;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.65;
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 12px;
  width: min(920px, calc(100vw - 112px));
  margin-top: 34px;
}

.contact-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 112px;
  padding: 17px;
  border: 1px solid rgba(215, 174, 99, 0.24);
  background: rgba(7, 10, 11, 0.58);
  color: var(--ink);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.contact-card__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(215, 174, 99, 0.38);
  background: rgba(215, 174, 99, 0.1);
  color: var(--gold);
  font-size: 18px;
  line-height: 1;
}

.contact-card__body {
  display: grid;
  min-width: 0;
  gap: 7px;
}

.contact-card:hover {
  border-color: rgba(215, 174, 99, 0.72);
  background: rgba(18, 22, 23, 0.78);
  transform: translateY(-2px);
}

.contact-card__body span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.contact-card__body strong {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
}

.contact-card__body small {
  color: #ded8cd;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .contact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(680px, 100%);
  }
}

.info-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-self: end;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: rgba(9, 13, 15, 0.64);
  backdrop-filter: blur(18px);
}

.info-panel > div {
  min-height: 150px;
  padding: clamp(18px, 2vw, 26px);
  border-right: 1px solid var(--line);
}

.metric {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
}

.info-panel strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(18px, 2vw, 23px);
}

.info-panel p {
  max-width: 240px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

@media (max-width: 760px) {
  .hero {
    min-height: 100svh;
    padding: 22px;
    gap: 24px;
    overflow: visible;
  }

  .hero__shade {
    background:
      linear-gradient(180deg, rgba(8, 11, 13, 0.88) 0%, rgba(8, 11, 13, 0.7) 46%, rgba(8, 11, 13, 0.93) 100%),
      linear-gradient(90deg, rgba(8, 11, 13, 0.72), rgba(8, 11, 13, 0.38));
  }

  .topbar {
    align-items: flex-start;
    gap: 12px;
  }

  .brand__mark {
    width: 48px;
    height: 48px;
  }

  .brand__crown {
    top: 9px;
  }

  .status-pill {
    padding: 10px 12px;
  }

  .hero__content {
    padding: 18px 0 10px;
  }

  .hero-logo {
    width: 100%;
    padding: 14px;
  }

  .hero-logo__text strong {
    font-size: clamp(25px, 9vw, 42px);
  }

  h1 {
    max-width: 8ch;
    font-size: clamp(43px, 14vw, 72px);
  }

  .lead {
    font-size: 16px;
    line-height: 1.6;
  }

  .contact-list {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .contact-card {
    min-height: auto;
    padding: 15px 16px;
  }

  .info-panel {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .info-panel > div {
    min-height: auto;
    padding: 16px;
    border-bottom: 1px solid var(--line);
  }

  .metric {
    margin-bottom: 10px;
  }
}

@media (max-width: 440px) {
  .hero {
    padding: 18px;
  }

  .brand {
    gap: 10px;
  }

  .brand__mark {
    width: 44px;
    height: 44px;
    font-size: 13px;
  }

  .brand__text strong {
    max-width: 112px;
    font-size: 13px;
  }

  .brand__text small {
    font-size: 10px;
  }

  .status-pill {
    padding: 8px 9px;
    font-size: 11px;
  }

  .hero-logo {
    align-items: center;
    gap: 13px;
  }

  .hero-logo__mark {
    width: 62px;
  }

  .hero-logo__text strong {
    font-size: clamp(22px, 7vw, 25px);
  }

  .hero-logo__text small {
    font-size: 12px;
  }

  .eyebrow {
    font-size: 12px;
  }

  .lead {
    margin-top: 20px;
  }
}

@media (max-width: 360px) {
  .status-pill {
    display: none;
  }

  .brand__text strong {
    max-width: none;
  }

  .hero-logo {
    padding: 12px;
  }

  .hero-logo__mark {
    width: 56px;
  }

  .hero-logo__text strong {
    font-size: 21px;
  }

  h1 {
    font-size: 42px;
  }
}
