:root {
  --ink: #13232b;
  --muted: #60717a;
  --paper: #ffffff;
  --wash: #f4f8f8;
  --mist: #e7f3f4;
  --line: rgba(19, 35, 43, 0.12);
  --blue: #145f99;
  --blue-deep: #0e426d;
  --teal: #008c8c;
  --warm: #c89255;
  --clay: #a9674b;
  --shadow: 0 22px 70px rgba(21, 58, 76, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  background: var(--paper);
  overflow-x: hidden;
}

body::selection {
  color: #fff;
  background: var(--teal);
}

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

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

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 1000;
  padding: 10px 14px;
  color: #fff;
  background: var(--blue-deep);
}

.skip-link:focus {
  left: 12px;
}

.topbar {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 50;
  width: min(1120px, calc(100% - 32px));
  min-height: 62px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(20, 48, 61, 0.12);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--blue-deep);
  font-weight: 900;
  letter-spacing: 0;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.nav-links a,
.nav-cta {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  color: rgba(19, 35, 43, 0.78);
  font-size: 0.94rem;
  font-weight: 750;
  white-space: nowrap;
}

.nav-links a:hover {
  background: rgba(20, 95, 153, 0.08);
  color: var(--blue-deep);
}

.nav-cta {
  color: #fff;
  background: var(--ink);
}

.nav-cta:hover {
  background: var(--blue-deep);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 140px clamp(20px, 5vw, 72px) 62px;
  overflow: hidden;
}

.hero-media,
.hero-media img,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 20, 26, 0.74) 0%, rgba(8, 20, 26, 0.44) 46%, rgba(8, 20, 26, 0.1) 100%),
    linear-gradient(0deg, rgba(8, 20, 26, 0.36) 0%, rgba(8, 20, 26, 0.02) 52%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  color: #fff;
}

.eyebrow,
.section-kicker {
  margin: 0 0 13px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: #dff8f8;
}

.hero h1 {
  margin: 0;
  max-width: 850px;
  font-size: clamp(3rem, 8.5vw, 7.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero p {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.65;
}

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

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-weight: 850;
}

.button.light {
  color: var(--ink);
  background: #fff;
}

.button.glass {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(12px);
}

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

.section {
  padding: clamp(68px, 9vw, 118px) clamp(20px, 5vw, 72px);
}

.intro {
  background: var(--paper);
}

.intro-grid,
.pricing-head {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.74fr);
  gap: clamp(30px, 6vw, 80px);
  margin: 0 auto;
}

.intro h2,
.showcase-copy h2,
.company h2,
.pricing h2,
.contact-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.15rem, 4.6vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.intro-copy p,
.showcase-copy p,
.company-copy p,
.pricing-head p,
.contact-panel p,
.audience-grid p,
.process-grid p {
  color: var(--muted);
  line-height: 1.75;
}

.process-grid {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 54px auto 0;
}

.process-grid article {
  min-height: 240px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--wash);
}

.process-grid span {
  color: var(--warm);
  font-weight: 900;
}

.process-grid h3,
.mission-grid h3,
.audience-grid h3 {
  margin: 34px 0 10px;
  color: var(--ink);
  font-size: 1.26rem;
}

.split-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  min-height: 680px;
  background: var(--ink);
}

.showcase-image {
  min-height: 460px;
}

.showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-copy {
  display: grid;
  align-content: center;
  padding: clamp(38px, 6vw, 84px);
  color: #fff;
}

.showcase-copy h2,
.showcase-copy p {
  color: #fff;
}

.text-link {
  width: fit-content;
  margin-top: 22px;
  color: #fff;
  font-weight: 900;
  border-bottom: 2px solid var(--warm);
}

.company {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 84px);
  align-items: center;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fbfb 0%, #ffffff 100%);
}

.company-mark {
  display: grid;
  place-items: center;
}

.company-mark img {
  width: min(320px, 70vw);
  filter: drop-shadow(0 28px 45px rgba(0, 98, 131, 0.14));
}

.mission-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.mission-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(28, 72, 87, 0.08);
}

.mission-grid h3 {
  margin-top: 0;
}

.audiences {
  background: var(--wash);
}

.audiences > .section-kicker,
.audience-grid {
  width: min(1120px, 100%);
  margin-left: auto;
  margin-right: auto;
}

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

.audience-grid article {
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

.audience-grid img {
  width: 100%;
  aspect-ratio: 1.24;
  object-fit: cover;
}

.audience-grid h3,
.audience-grid p {
  margin-left: 24px;
  margin-right: 24px;
}

.audience-grid p {
  margin-bottom: 26px;
}

.pricing {
  background: #fff;
}

.pricing-head {
  align-items: end;
}

.price-table-wrap {
  width: min(1120px, 100%);
  margin: 46px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.price-table th,
.price-table td {
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.price-table th {
  color: #fff;
  background: var(--ink);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-table td:last-child {
  width: 220px;
  font-weight: 850;
}

.price-table tr:nth-child(even) td {
  background: #f8fbfb;
}

.price-table tr:last-child td {
  border-bottom: 0;
}

.quote-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--teal);
  font-size: 0.92rem;
}

.quote-link:hover {
  background: var(--blue-deep);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.5fr) minmax(0, 1fr);
  min-height: 720px;
  background: var(--mist);
}

.contact-visual {
  display: grid;
  place-items: center;
  padding: clamp(30px, 5vw, 72px);
  background: #fff;
}

.contact-visual img {
  width: min(420px, 78vw);
}

.contact-panel {
  display: grid;
  align-content: center;
  padding: clamp(40px, 7vw, 92px);
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.contact-list a {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 20px;
  border: 1px solid rgba(19, 35, 43, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 40px rgba(22, 57, 68, 0.07);
}

.contact-list a:hover {
  background: #fff;
  transform: translateY(-1px);
}

.contact-list span {
  color: var(--muted);
  font-size: 0.9rem;
}

.contact-list strong {
  color: var(--blue-deep);
  overflow-wrap: anywhere;
}

.address {
  margin-top: 28px;
  font-size: 0.95rem;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(20px, 5vw, 72px);
  color: #fff;
  background: var(--ink);
}

.footer span:first-child {
  font-weight: 900;
}

@media (max-width: 940px) {
  .topbar {
    top: 10px;
    width: calc(100% - 18px);
    grid-template-columns: 1fr auto;
    border-radius: 24px;
  }

  .nav-links {
    grid-column: 1 / -1;
    justify-content: stretch;
  }

  .nav-links a {
    flex: 1 1 0;
    padding: 0 8px;
    font-size: 0.88rem;
  }

  .intro-grid,
  .pricing-head,
  .split-showcase,
  .company,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .mission-grid,
  .audience-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .company-mark {
    order: -1;
  }

  .contact-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .topbar {
    padding: 9px;
  }

  .brand span {
    display: none;
  }

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

  .nav-cta {
    padding: 0 14px;
  }

  .nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .hero {
    padding: 150px 18px 44px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 18vw, 4.5rem);
  }

  .hero-actions,
  .footer {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .section {
    padding: 66px 18px;
  }

  .price-table th,
  .price-table td {
    padding: 15px 14px;
  }

  .price-table td:last-child {
    width: 128px;
  }
}
