:root {
  --ink: #191919;
  --muted: #615d58;
  --paper: #f4f2ee;
  --panel: #ffffff;
  --line: #e7e0d8;
  --orange: #ff7900;
  --green: #0f7a62;
  --charcoal: #24272c;
  --blue: #235c8f;
  --shadow: 0 22px 60px rgba(25, 25, 25, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  color: #fff;
  background: rgba(17, 17, 17, 0.96);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

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

.brand-logo {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.98rem;
}

.brand small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.2vw, 28px);
  font-size: 0.94rem;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.86);
}

.main-nav a:hover {
  color: #fff;
}

.nav-cta {
  padding: 10px 14px;
  color: #111 !important;
  background: #fff;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: calc(92vh - 81px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center right;
  z-index: -3;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.68) 42%, rgba(0, 0, 0, 0.18) 78%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.4));
}

.hero-content {
  width: min(690px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 92px);
  padding-block: clamp(52px, 7vw, 92px);
  color: #fff;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(1.04rem, 1.5vw, 1.26rem);
}

.partner-badge {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  margin-top: 24px;
  padding: 11px 16px;
  color: #fff;
  border: 2px solid var(--orange);
  border-radius: 6px;
  background: rgba(17, 17, 17, 0.28);
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
}

.partner-badge span {
  color: rgba(255, 255, 255, 0.86);
}

.partner-badge strong {
  color: var(--orange);
  font: inherit;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 0;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.button.primary {
  color: #111;
  background: var(--orange);
}

.button.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.38);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(620px, 100%);
  margin: 38px 0 0;
}

.hero-metrics div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-metrics dt {
  margin-bottom: 6px;
  font-size: 1.15rem;
  font-weight: 900;
}

.hero-metrics dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-item {
  padding: 30px clamp(18px, 5vw, 54px);
  color: var(--ink);
  background: #fff;
}

.trust-item span,
.trust-item strong {
  display: block;
}

.trust-item span {
  color: var(--muted);
  font-size: 0.82rem;
}

.trust-item strong {
  margin-top: 4px;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}

.brand-showcase {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(76px, 10vw, 132px) clamp(18px, 5vw, 72px);
  background:
    radial-gradient(circle at 82% 28%, rgba(255, 121, 0, 0.12), transparent 34%),
    linear-gradient(135deg, #0f0f0f 0%, #171717 54%, #202328 100%);
  color: #fff;
}

.brand-story {
  max-width: 520px;
}

.brand-story h2 {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

.brand-story p:last-child {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.06rem;
}

.diagnostic-panel {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 4vw, 36px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    rgba(12, 12, 12, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.3);
}

.panel-header,
.panel-summary {
  display: grid;
  gap: 5px;
  padding: 18px;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}

.panel-header span,
.panel-summary span {
  color: var(--orange);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.panel-header strong {
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  line-height: 1;
}

.panel-summary strong {
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  line-height: 1.16;
}

.signal-row {
  display: grid;
  grid-template-columns: minmax(130px, 0.7fr) minmax(160px, 1fr);
  gap: 16px;
  align-items: center;
  padding: 13px 16px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
}

.signal-row span {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

meter {
  width: 100%;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

meter::-webkit-meter-bar {
  background: rgba(255, 255, 255, 0.12);
  border: 0;
  border-radius: 999px;
}

meter::-webkit-meter-optimum-value {
  background: var(--orange);
  border-radius: 999px;
}

meter::-moz-meter-bar {
  background: var(--orange);
  border-radius: 999px;
}

.section,
.advisory-section,
.contact-section {
  padding: clamp(64px, 9vw, 112px) clamp(18px, 5vw, 72px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(300px, 1.2fr);
  gap: 32px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 38px;
}

.section-heading.compact {
  display: block;
  max-width: 820px;
  text-align: center;
}

.section-heading h2,
.advisory-section h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

.contact-copy h2 {
  font-size: clamp(2rem, 3.2vw, 3.6rem);
}

.section-heading > p:last-child,
.contact-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.services-section {
  padding-top: clamp(78px, 10vw, 128px);
  padding-bottom: clamp(78px, 10vw, 128px);
  color: var(--ink);
  background:
    linear-gradient(180deg, #f7f5f1 0%, #ffffff 100%);
}

.services-editorial {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(420px, 1.25fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

.services-editorial h2 {
  margin: 0;
  font-size: clamp(2.3rem, 4.6vw, 5.2rem);
  line-height: 0.95;
}

.services-editorial p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.service-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--line);
  box-shadow: 0 22px 60px rgba(25, 25, 25, 0.08);
}

.service-matrix article {
  min-height: 245px;
  padding: clamp(22px, 3vw, 34px);
  background: #fff;
}

.service-matrix span {
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
}

.service-matrix h3 {
  margin: 54px 0 12px;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.4vw, 2.3rem);
  line-height: 1;
}

.service-matrix p {
  margin: 0;
  color: var(--muted);
}

.advisory-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(360px, 1.2fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: start;
  background: #191b1f;
  color: #fff;
}

.advisory-section h2 {
  max-width: 680px;
}

.advisory-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.advisory-list li {
  display: grid;
  grid-template-columns: 70px minmax(180px, 0.8fr) minmax(220px, 1fr);
  gap: 22px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.advisory-list span {
  color: var(--orange);
  font-weight: 900;
}

.advisory-list strong {
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  line-height: 1.12;
}

.advisory-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

.premium-contact {
  width: min(1180px, calc(100% - 36px));
  padding-inline: 0;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid #d9d0c6;
  border-radius: 0;
  padding: 13px 12px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: 3px solid rgba(255, 121, 0, 0.25);
  border-color: var(--orange);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 26px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.78);
  background: #151515;
}

.site-footer p {
  margin: 0;
  max-width: 760px;
}

.footer-meta {
  margin-top: 10px !important;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.86rem;
}

.site-footer a {
  color: #fff;
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
}

.footer-side {
  display: grid;
  justify-items: end;
  gap: 10px;
  min-width: min(420px, 100%);
  text-align: right;
}

.legal-body {
  background: #f7f5f0;
}

.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px clamp(18px, 5vw, 72px);
  color: #fff;
  background: #151515;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.legal-brand {
  color: #fff;
}

.legal-main {
  width: min(920px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 96px) 0;
}

.legal-main h1 {
  max-width: none;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.7rem, 6vw, 5.8rem);
}

.legal-updated {
  margin: 16px 0 40px;
  color: var(--muted);
  font-weight: 700;
}

.legal-main section {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.legal-main h2 {
  margin: 0 0 14px;
  font-size: clamp(1.3rem, 2vw, 1.9rem);
  line-height: 1.08;
}

.legal-main p,
.legal-main li {
  color: #504b47;
  font-size: 1.02rem;
}

.legal-main ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.legal-footer {
  margin-top: 0;
}

@media (max-width: 940px) {
  .site-header {
    align-items: flex-start;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .section-heading,
  .brand-showcase,
  .services-editorial,
  .advisory-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .brand-story {
    max-width: none;
  }

  .advisory-list li {
    grid-template-columns: 52px minmax(180px, 1fr);
  }

  .advisory-list p {
    grid-column: 2;
  }
}

@media (max-width: 660px) {
  .site-header {
    display: block;
  }

  .brand {
    margin-bottom: 14px;
  }

  .main-nav {
    justify-content: flex-start;
    gap: 10px;
    font-size: 0.86rem;
  }

  .main-nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-image {
    object-position: 63% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.54)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.52));
  }

  .hero-content {
    width: calc(100% - 36px);
    margin: 0 auto;
    padding-block: 54px 64px;
  }

  h1 {
    max-width: 11ch;
    font-size: clamp(2.9rem, 15vw, 4.8rem);
  }

  .hero-metrics,
  .trust-band,
  .service-matrix {
    grid-template-columns: 1fr;
  }

  .signal-row,
  .advisory-list li {
    grid-template-columns: 1fr;
  }

  .advisory-list p {
    grid-column: auto;
  }

  .hero-metrics div,
  .service-matrix article {
    min-height: auto;
  }

  .service-matrix h3 {
    margin-top: 34px;
  }

  .site-footer {
    display: grid;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .footer-side {
    justify-items: start;
    min-width: 0;
    text-align: left;
  }

  .legal-header {
    align-items: flex-start;
  }
}
