:root {
  color: #171512;
  background: #f6f2ec;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
}

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

.hero {
  position: relative;
  min-height: 92svh;
  display: flex;
  flex-direction: column;
  color: #fffaf2;
  isolation: isolate;
}

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

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

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(14, 13, 11, 0.82), rgba(14, 13, 11, 0.44) 44%, rgba(14, 13, 11, 0.12)),
    linear-gradient(180deg, rgba(14, 13, 11, 0.42), rgba(14, 13, 11, 0.08) 46%, rgba(14, 13, 11, 0.68));
}

.nav {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 750;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 250, 242, 0.48);
  background: rgba(255, 250, 242, 0.12);
  font-weight: 850;
}

.nav-links {
  display: flex;
  gap: 24px;
  font-size: 0.95rem;
  color: rgba(255, 250, 242, 0.82);
}

.hero-content {
  width: min(1180px, calc(100% - 40px));
  margin: auto auto 8svh;
  padding-top: 10svh;
}

.eyebrow {
  margin: 0 0 14px;
  color: #b9ddd4;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(4rem, 14vw, 9.5rem);
  line-height: 0.88;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.05rem, 6vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.18rem;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 650px;
  color: rgba(255, 250, 242, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.actions,
.signal-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.actions {
  margin-top: 34px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid transparent;
  font-weight: 760;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

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

.button-primary {
  background: #fffaf2;
  color: #171512;
}

.button-secondary {
  border-color: rgba(255, 250, 242, 0.42);
  background: rgba(255, 250, 242, 0.1);
  color: #fffaf2;
}

.button-dark {
  background: #171512;
  color: #fffaf2;
}

.signal-row {
  margin-top: 46px;
  color: rgba(255, 250, 242, 0.74);
  font-size: 0.9rem;
}

.signal-row span {
  border: 1px solid rgba(255, 250, 242, 0.28);
  padding: 9px 12px;
  background: rgba(23, 21, 18, 0.2);
}

.section,
.capabilities,
.band {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 92px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 64px;
  align-items: end;
}

.section > p,
.band p,
.capability p,
.principles span {
  color: #59534b;
}

.section > p,
.band p {
  margin-bottom: 0;
  font-size: 1.08rem;
}

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

.capability {
  min-height: 284px;
  padding: 26px;
  border: 1px solid #ddd4c7;
  background: #fffaf2;
}

.capability-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 48px;
  display: grid;
  place-items: center;
  color: #b2362d;
  background: #f1e8dd;
  font-weight: 850;
  font-size: 0.78rem;
}

.capability p {
  margin-bottom: 0;
}

.band {
  margin-bottom: 28px;
  padding: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
  gap: 58px;
  background: #dbe9e4;
}

.principles {
  display: grid;
  gap: 14px;
}

.principles div {
  min-height: 106px;
  padding: 20px;
  display: grid;
  gap: 6px;
  align-items: start;
  background: rgba(255, 250, 242, 0.72);
}

.principles strong {
  font-size: 1rem;
}

.principles span {
  font-size: 0.95rem;
}

.contact {
  align-items: center;
  border-top: 1px solid #ddd4c7;
}

.footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #59534b;
  font-size: 0.95rem;
}

.page-header {
  background: #171512;
  color: #fffaf2;
}

.page-nav {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.page-nav a {
  color: inherit;
}

.page-hero {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 82px 0 92px;
}

.page-hero h1 {
  max-width: 920px;
  font-size: clamp(3.2rem, 10vw, 7.5rem);
}

.page-hero p {
  max-width: 720px;
  color: rgba(255, 250, 242, 0.78);
  font-size: 1.15rem;
}

.page-main {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 76px 0 92px;
}

.content-section {
  padding: 34px 0;
  border-bottom: 1px solid #ddd4c7;
}

.content-section:first-child {
  padding-top: 0;
}

.content-section h2 {
  margin-bottom: 22px;
  font-size: clamp(1.7rem, 4vw, 3rem);
}

.content-section h3 {
  margin-top: 28px;
}

.content-section p,
.content-section li {
  color: #59534b;
  font-size: 1.03rem;
}

.content-section ul,
.content-section ol {
  margin: 0;
  padding-left: 1.25rem;
}

.content-section li + li {
  margin-top: 10px;
}

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

.resource-card {
  padding: 22px;
  border: 1px solid #ddd4c7;
  background: #fffaf2;
}

.resource-card strong {
  display: block;
  margin-bottom: 8px;
}

@media (max-width: 760px) {
  .hero {
    min-height: 760px;
  }

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

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(14, 13, 11, 0.86), rgba(14, 13, 11, 0.58)),
      linear-gradient(180deg, rgba(14, 13, 11, 0.18), rgba(14, 13, 11, 0.78));
  }

  .nav {
    width: min(100% - 28px, 1180px);
  }

  .nav-links {
    display: none;
  }

  .hero-content,
  .section,
  .capabilities,
  .band {
    width: min(100% - 28px, 1180px);
  }

  h1 {
    font-size: clamp(3.25rem, 20vw, 5.4rem);
  }

  .section,
  .band,
  .contact {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section {
    padding: 66px 0;
  }

  .capabilities {
    grid-template-columns: 1fr;
    padding-bottom: 64px;
  }

  .capability {
    min-height: 240px;
  }

  .band {
    padding: 34px 24px;
  }

  .page-nav {
    width: min(100% - 28px, 1180px);
  }

  .page-hero,
  .page-main,
  .footer {
    width: min(100% - 28px, 1180px);
  }

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