:root {
  --black: #050505;
  --ink: #101010;
  --white: #ffffff;
  --off-white: #f7f5f0;
  --champagne: #d8c7b2;
  --gold: #c9a45c;
  --border: #ddd8d0;
  --muted: #6f6a63;
  --soft: #eeeae3;
  --shadow: 0 22px 70px rgba(5, 5, 5, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

img,
svg {
  display: block;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
  width: 100%;
  margin: 0 auto;
  padding: 16px max(36px, calc((100vw - 1260px) / 2));
  border-bottom: 1px solid rgba(221, 216, 208, 0.9);
  background: rgba(255, 255, 255, 0.96);
  color: var(--black);
  box-shadow: 0 10px 34px rgba(5, 5, 5, 0.06);
}

.brand {
  min-width: 260px;
  min-height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}

.brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: none;
}

.brand-text {
  display: grid;
  gap: 2px;
  color: var(--black);
  line-height: 1;
  text-transform: uppercase;
}

.brand-text span {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 4px;
}

.brand-text small {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 6px;
}

.nav-links {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 56px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-links a {
  opacity: 0.82;
  transition: color 180ms ease, opacity 180ms ease;
}

.nav-links a:hover {
  color: var(--champagne);
  opacity: 1;
}

.hero {
  min-height: 640px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 34%, rgba(216, 199, 178, 0.14), transparent 34%),
    linear-gradient(135deg, #050505 0%, #0a0a0a 48%, #000 100%);
  color: var(--white);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  align-items: center;
  gap: 54px;
  width: min(100% - 72px, 1260px);
  min-height: 640px;
  margin: 0 auto;
  padding: 158px 0 54px;
}

.hero-grid::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 199, 178, 0.56), transparent);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 610px;
}

.eyebrow,
.section-label {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--champagne);
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(38px, 4.2vw, 60px);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: 0;
}

.headline-line {
  display: block;
  white-space: nowrap;
}

.hero-text {
  max-width: 530px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 6px;
  padding: 0 28px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-primary {
  background: linear-gradient(135deg, var(--off-white), var(--champagne));
  color: var(--black);
  box-shadow: 0 16px 38px rgba(216, 199, 178, 0.18);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--white);
}

.button-secondary:hover {
  border-color: var(--champagne);
  color: var(--champagne);
}

.button-dark {
  min-width: 200px;
  background: var(--black);
  color: var(--white);
}

.button-dark:hover {
  background: #171411;
  border-color: var(--gold);
}

.hero-visual {
  position: relative;
  min-height: 470px;
  opacity: 0.9;
}

.hero-visual img {
  position: absolute;
  right: -260px;
  top: 44%;
  width: min(1040px, 82vw);
  max-width: none;
  transform: translateY(-50%);
  opacity: 0.54;
  mix-blend-mode: screen;
}

.trust-strip {
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, var(--off-white), #fff);
  padding: 26px 0 24px;
}

.trust-strip h2 {
  width: min(100% - 72px, 1260px);
  margin: 0 auto 22px;
  text-align: center;
  font-size: 20px;
  line-height: 1.25;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(100% - 72px, 1260px);
  margin: 0 auto;
}

.benefit {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  align-items: start;
  min-height: 96px;
  padding: 14px 30px;
  border-right: 1px solid var(--border);
}

.benefit:first-child {
  padding-left: 0;
}

.benefit:last-child {
  border-right: 0;
  padding-right: 0;
}

.benefit h3,
.service-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.25;
}

.benefit p,
.service-card p,
.metric-card span,
.section-copy p,
.final-cta p,
.footer-brand p {
  margin: 0;
  color: var(--muted);
}

.icon-wrap {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--black);
}

.icon-wrap.accent {
  background: var(--soft);
  color: var(--black);
}

.icon-wrap svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section {
  padding: 56px 0;
}

.section-grid,
.process-band,
.final-cta {
  width: min(100% - 72px, 1260px);
  margin: 0 auto;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(460px, 1fr);
  gap: 70px;
  align-items: center;
}

.section-copy h2,
.section-heading h2,
.final-cta h2 {
  margin: 0;
  color: var(--black);
  font-size: clamp(28px, 3.1vw, 44px);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-copy p {
  max-width: 670px;
  margin-top: 18px;
  font-size: 17px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid var(--border);
}

.metric-card {
  display: grid;
  justify-items: center;
  gap: 14px;
  min-height: 190px;
  padding: 28px 22px;
  text-align: center;
  border-right: 1px solid var(--border);
}

.metric-card strong {
  font-size: 18px;
}

.services-section {
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, #fff, #fbfaf8);
  padding-top: 70px;
  padding-bottom: 72px;
}

.services-header {
  display: grid;
  grid-template-columns: minmax(0, 560px) auto;
  gap: 40px;
  align-items: start;
  width: min(100% - 72px, 1260px);
  margin: 0 auto 44px;
}

.services-header .section-label {
  margin-bottom: 14px;
  color: var(--muted);
}

.services-header h2 {
  margin: 0;
  color: var(--black);
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
}

.services-header p {
  margin: 22px 0 0;
  color: #4f5560;
  font-size: 20px;
  line-height: 1.55;
}

.services-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  justify-self: end;
  margin-top: 58px;
  color: var(--black);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.services-link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  width: min(100% - 72px, 1260px);
  margin: 0 auto;
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 38px 34px 30px;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: var(--champagne);
  box-shadow: var(--shadow);
}

.service-icon {
  width: 76px;
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--soft);
  color: var(--black);
}

.service-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  margin-bottom: 20px;
  font-size: 24px;
}

.service-card p {
  color: #111;
  font-size: 18px;
  line-height: 1.6;
}

.process-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 36px 0;
}

.process-band article {
  display: grid;
  grid-template-columns: 56px 1fr;
  column-gap: 22px;
  padding: 0 44px;
  border-right: 1px solid var(--border);
}

.process-band article:first-child {
  padding-left: 0;
}

.process-band article:last-child {
  padding-right: 0;
  border-right: 0;
}

.dark-icon,
.cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--black);
  color: var(--champagne);
}

.dark-icon {
  width: 48px;
  height: 48px;
  font-size: 25px;
  line-height: 1;
}

.dark-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-band h2 {
  margin: 10px 0 18px;
  font-size: 17px;
  text-transform: uppercase;
}

.process-band ul,
.process-band ol {
  grid-column: 2;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: var(--ink);
  font-size: 15px;
  list-style: none;
}

.process-band li {
  position: relative;
  min-height: 24px;
  padding-left: 32px;
}

.process-band li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--soft);
  color: var(--black);
  font-size: 12px;
  font-weight: 800;
}

.process-band ul li::before {
  content: "✓";
}

.process-band ol {
  counter-reset: steps;
}

.process-band ol li {
  counter-increment: steps;
}

.process-band ol li::before {
  content: counter(steps);
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: var(--black);
  color: var(--white);
  padding: 56px max(36px, calc((100vw - 1260px) / 2));
}

.stat {
  display: grid;
  justify-items: center;
  gap: 4px;
  min-height: 82px;
  padding: 0 26px;
  text-align: center;
  border-right: 1px solid rgba(216, 199, 178, 0.32);
}

.stat:last-child {
  border-right: 0;
}

.stat strong {
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1;
}

.stat span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
}

.final-cta {
  display: grid;
  grid-template-columns: 86px 1fr auto;
  gap: 28px;
  align-items: center;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -1px;
  border: 1px solid rgba(216, 199, 178, 0.58);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: linear-gradient(135deg, var(--off-white), var(--champagne));
  padding: 30px max(36px, calc((100vw - 1260px) / 2));
  box-shadow: 0 28px 80px rgba(5, 5, 5, 0.12);
}

.cta-icon {
  width: 70px;
  height: 70px;
}

.cta-icon svg {
  width: 39px;
  height: 39px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.final-cta h2 {
  font-size: clamp(24px, 2.4vw, 34px);
}

.final-cta p {
  margin-top: 6px;
  color: #312b24;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  width: 100%;
  min-height: 310px;
  margin: 0;
  background: var(--black);
  color: var(--white);
  padding: 64px max(36px, calc((100vw - 1260px) / 2)) 34px;
}

body::after {
  content: "";
  display: block;
  height: 0;
  background: var(--black);
}

.site-footer img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  filter: invert(1) brightness(1.5);
}

.footer-brand {
  display: grid;
  grid-template-columns: 108px minmax(0, 420px);
  gap: 28px;
  align-items: center;
}

.copyright {
  color: rgba(255, 255, 255, 0.72);
}

.copyright {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
}

.contact-page {
  background:
    radial-gradient(circle at 85% 18%, rgba(216, 199, 178, 0.22), transparent 28%),
    linear-gradient(180deg, #fff, #fbfaf8);
}

.contact-header {
  position: relative;
}

.contact-header .nav-links a:hover,
.contact-header .nav-links a[aria-current="page"] {
  color: var(--gold);
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(520px, 1.28fr);
  gap: 78px;
  align-items: start;
  width: min(100% - 72px, 1260px);
  min-height: 590px;
  margin: 0 auto;
  padding: 88px 0 72px;
}

.contact-intro h1 {
  max-width: 560px;
  margin: 0;
  color: var(--black);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.04;
  letter-spacing: 0;
}

.gold-rule {
  display: block;
  width: 84px;
  height: 3px;
  margin: 34px 0;
  background: var(--gold);
}

.contact-intro p:not(.section-label) {
  max-width: 450px;
  margin: 0;
  color: #312f2d;
  font-size: 21px;
  line-height: 1.55;
}

.contact-button {
  width: max-content;
  margin-top: 54px;
}

.contact-button svg {
  width: 22px;
  height: 22px;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.contact-card {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 24px;
  align-items: start;
  min-height: 158px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  padding: 30px;
  box-shadow: 0 18px 54px rgba(5, 5, 5, 0.05);
}

.contact-card.wide {
  grid-column: 1 / -1;
}

.contact-card .icon-wrap {
  width: 66px;
  height: 66px;
  color: var(--gold);
}

.contact-card .icon-wrap svg {
  width: 36px;
  height: 36px;
}

.contact-card h2 {
  margin: 4px 0 4px;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-card a {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--black);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.22;
}

.contact-card p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.contact-footer {
  width: 100%;
  margin: 0;
  padding: 64px max(36px, calc((100vw - 1260px) / 2)) 34px;
}

@media (max-width: 1040px) {
  .site-header,
  .hero-grid,
  .benefit-grid,
  .section-grid,
  .process-band {
    width: min(100% - 40px, 920px);
  }

  .site-header {
    width: 100%;
    grid-template-columns: auto 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-links {
    justify-content: center;
    gap: 28px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 150px;
  }

  .hero-visual {
    position: absolute;
    inset: 80px -160px auto auto;
    width: 580px;
    min-height: 520px;
    opacity: 0.34;
  }

  .hero-visual img {
    right: 0;
    width: 680px;
  }

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

  .services-header {
    grid-template-columns: 1fr;
    width: min(100% - 40px, 920px);
  }

  .services-link {
    justify-self: start;
    margin-top: 0;
  }

  .benefit {
    border-right: 0;
    border-top: 1px solid var(--border);
    padding: 20px 0;
  }

  .section-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .metric-grid {
    border-left: 0;
  }

  .services-grid {
    width: min(100% - 40px, 820px);
  }

  .process-band {
    grid-template-columns: 1fr;
  }

  .process-band article {
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .process-band article:last-child {
    border-bottom: 0;
  }

  .contact-hero {
    grid-template-columns: 1fr;
    gap: 44px;
    width: min(100% - 40px, 920px);
    padding-top: 56px;
  }
}

@media (max-width: 720px) {
  .site-header {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 14px;
    gap: 14px;
  }

  .brand {
    min-width: 0;
    min-height: 56px;
    gap: 12px;
  }

  .brand img {
    width: 56px;
    height: 56px;
  }

  .brand-text span {
    font-size: 17px;
    letter-spacing: 3px;
  }

  .brand-text small {
    font-size: 9px;
    letter-spacing: 4px;
  }

  .nav-links {
    justify-self: stretch;
    justify-content: space-between;
    gap: 12px;
    font-size: 12px;
  }

  .hero {
    min-height: 620px;
  }

  .hero-grid {
    width: min(100% - 28px, 620px);
    min-height: 620px;
    padding-top: 180px;
  }

  .hero h1 {
    font-size: clamp(39px, 12vw, 58px);
  }

  .headline-line {
    white-space: normal;
  }

  .hero-text {
    font-size: 17px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    inset: 170px -240px auto auto;
  }

  .trust-strip h2,
  .benefit-grid,
  .section-heading,
  .services-header {
    width: min(100% - 28px, 620px);
  }

  .benefit-grid,
  .services-grid,
  .metric-grid,
  .stats-band,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 44px 0;
  }

  .section-grid,
  .process-band {
    width: min(100% - 28px, 620px);
  }

  .metric-card {
    min-height: auto;
    border-right: 0;
    border-top: 1px solid var(--border);
  }

  .services-grid {
    width: min(100% - 28px, 620px);
  }

  .services-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .services-header {
    margin-bottom: 28px;
  }

  .services-header p {
    font-size: 17px;
  }

  .service-card {
    min-height: auto;
    padding: 30px 26px 26px;
  }

  .service-card h3 {
    font-size: 22px;
  }

  .service-card p {
    font-size: 16px;
  }

  .process-band article {
    grid-template-columns: 46px 1fr;
    column-gap: 16px;
  }

  .dark-icon {
    width: 42px;
    height: 42px;
  }

  .stats-band {
    gap: 0;
    padding: 8px 14px;
  }

  .stat {
    min-height: auto;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(216, 199, 178, 0.28);
  }

  .stat:last-child {
    border-bottom: 0;
  }

  .final-cta {
    justify-items: start;
    gap: 16px;
    padding: 24px 14px;
  }

  .footer-brand {
    grid-template-columns: 78px 1fr;
    gap: 20px;
  }

  .site-footer img {
    width: 62px;
    height: 62px;
  }

  .contact-hero {
    width: min(100% - 28px, 620px);
    padding: 42px 0 48px;
  }

  .contact-intro h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .contact-intro p:not(.section-label) {
    font-size: 18px;
  }

  .contact-cards,
  .contact-card,
  .contact-card.wide {
    grid-template-columns: 1fr;
  }

  .contact-card {
    gap: 18px;
    min-height: auto;
    padding: 24px;
  }

  .contact-card.wide {
    grid-column: auto;
  }

  .contact-card a {
    font-size: 20px;
  }

  .contact-card p {
    font-size: 16px;
  }
}
