:root {
  --bg: #11151b;
  --surface: #1b2129;
  --surface-light: #232c37;
  --text: #f6f1ea;
  --muted: #c6c0b8;
  --line: #3a4654;
  --accent: #ee7a29;
  --accent-dark: #c95f17;
  --container: min(1180px, calc(100% - 2rem));
  --shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(125deg, rgba(238, 122, 41, 0.12), transparent 30%),
    linear-gradient(180deg, #11151b 0%, #161c23 100%);
  color: var(--text);
  font-family: "Inter", sans-serif;
}

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

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 12;
  background: rgba(17, 21, 27, 0.92);
  border-bottom: 1px solid rgba(58, 70, 84, 0.8);
  backdrop-filter: blur(14px);
}

.nav-row,
.footer-row,
.metrics-grid,
.about-grid,
.contact-shell {
  display: flex;
  gap: 1rem;
}

.nav-row {
  justify-content: space-between;
  align-items: center;
  min-height: 82px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-stack {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: #11151b;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 14px;
}

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

.brand-copy small,
.site-nav a:not(.cta-link),
.hero-copy p,
.service-card p,
.about-card p,
blockquote,
.faq-answer p,
.metrics-grid span {
  color: var(--muted);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.site-nav a {
  font-size: 0.96rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cta-link,
.button-primary {
  background: var(--accent);
  color: #11151b !important;
}

.cta-link {
  padding: 0.9rem 1.15rem;
  border-radius: 999px;
}

.menu-toggle {
  display: none;
}

.hero,
.section {
  padding: 6rem 0;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 14% -15% auto auto;
  width: 42vw;
  height: 42vw;
  border: 1px solid rgba(238, 122, 41, 0.16);
  transform: rotate(18deg);
  pointer-events: none;
}

.hero-grid,
.service-grid,
.process-grid,
.review-grid,
.faq-grid {
  display: grid;
  gap: 1.5rem;
}

.hero-grid {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 800;
}

h1,
h2,
h3,
.service-number,
.metrics-grid strong,
.panel-grid strong {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

h1 {
  margin: 0 0 1rem;
  font-size: clamp(3.5rem, 9vw, 6.6rem);
  line-height: 0.95;
}

h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 5vw, 4.1rem);
  line-height: 0.96;
}

h3 {
  margin: 0 0 0.6rem;
  font-size: 1.9rem;
}

.hero-copy p {
  max-width: 62ch;
  font-size: 1.05rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.button-secondary {
  border: 1px solid var(--line);
  background: transparent;
}

.hero-band {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-band span {
  padding: 0.7rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
}

.hero-panel,
.service-card,
.about-card,
.review-grid blockquote,
.contact-panel,
.faq-item,
.metrics-grid article {
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.panel-photo,
.about-photo {
  margin: 0 0 1.3rem;
  overflow: hidden;
  border-radius: 20px;
}

.panel-photo img,
.about-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-panel {
  padding: 1.8rem;
  border-radius: 26px;
}

.panel-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.panel-top span {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
}

.panel-top strong {
  font-size: 1.4rem;
}

.panel-grid {
  padding-top: 1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.panel-grid article,
.metrics-grid article {
  padding: 1.1rem;
  background: var(--surface-light);
}

.panel-grid strong {
  display: block;
  font-size: 2.2rem;
  color: var(--accent);
}

.metrics {
  padding-top: 0;
}

.metrics-grid {
  align-items: stretch;
}

.metrics-grid article {
  flex: 1;
  border-radius: 20px;
}

.metrics-grid p {
  margin: 0 0 0.5rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  font-weight: 800;
}

.metrics-grid strong {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card {
  min-height: 100%;
  padding: 1.5rem;
  border-radius: 24px;
}

.service-card.feature {
  background:
    linear-gradient(180deg, rgba(238, 122, 41, 0.12), transparent 60%),
    var(--surface);
}

.service-number {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--accent);
  font-size: 1.3rem;
}

.dark-panel {
  background:
    linear-gradient(180deg, rgba(238, 122, 41, 0.08), rgba(238, 122, 41, 0.02)),
    rgba(0, 0, 0, 0.12);
}

.process-grid,
.about-grid,
.faq-grid,
.contact-shell {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
}

.process-list {
  display: grid;
  gap: 1rem;
}

.process-list article {
  padding: 1.4rem 0;
  border-top: 1px solid var(--line);
}

.process-list strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.about-card,
.contact-panel {
  padding: 1.8rem;
  border-radius: 24px;
}

.review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

blockquote {
  margin: 0;
  padding: 1.5rem;
  border-radius: 24px;
  line-height: 1.8;
}

cite {
  display: block;
  margin-top: 1rem;
  color: var(--text);
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-item {
  border-radius: 22px;
  overflow: hidden;
}

.faq-item button {
  width: 100%;
  padding: 1.15rem 1.35rem;
  border: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.faq-answer {
  display: none;
  padding: 0 1.35rem 1.2rem;
}

.faq-item.open .faq-answer {
  display: block;
}

.contact-panel {
  display: grid;
  gap: 1rem;
}

.contact-panel div {
  display: grid;
  gap: 0.35rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.contact-panel div:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.site-footer {
  padding: 1.5rem 0 2.2rem;
}

.footer-row {
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.86rem;
}

@media (max-width: 1040px) {
  .hero-grid,
  .service-grid,
  .process-grid,
  .about-grid,
  .faq-grid,
  .contact-shell,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .metrics-grid {
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .menu-toggle {
    display: inline-flex;
    min-height: 48px;
    padding: 0.75rem 1rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: transparent;
    color: var(--text);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
  }

  .nav-row {
    position: relative;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.65rem);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    background: rgba(27, 33, 41, 0.98);
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .hero,
  .section {
    padding: 4.5rem 0;
  }

  .panel-grid {
    grid-template-columns: 1fr;
  }
}
