:root {
  color-scheme: light;
  --ink: #202622;
  --muted: #626d66;
  --line: #dfe3dc;
  --paper: #fbfaf5;
  --soft: #eef2ec;
  --sage: #4f7463;
  --moss: #2f574a;
  --coral: #c8644c;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(31, 39, 35, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 56px);
  color: var(--white);
}

.brand,
.nav,
.header-cta {
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.28);
}

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

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

.nav {
  display: flex;
  gap: 24px;
  font-size: 0.94rem;
}

.header-cta {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 14px;
  font-size: 0.92rem;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

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

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(21, 27, 24, 0.9) 0%, rgba(21, 27, 24, 0.68) 45%, rgba(21, 27, 24, 0.22) 100%),
    linear-gradient(0deg, rgba(21, 27, 24, 0.4), rgba(21, 27, 24, 0));
}

.hero-content {
  position: relative;
  width: min(760px, calc(100% - 40px));
  margin-left: clamp(20px, 7vw, 96px);
  padding-top: 78px;
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f1b6a6;
}

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

h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(2rem, 4.2vw, 3.65rem);
  line-height: 1.03;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.12rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 760px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.55rem, 3.2vw, 2.85rem);
  line-height: 1.17;
  letter-spacing: 0;
}

.hero-actions,
.cta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 13px 18px;
  font-weight: 800;
}

.button.primary {
  background: var(--coral);
  color: var(--white);
}

.button.primary:hover {
  background: #b9513d;
}

.button.dark {
  background: var(--ink);
}

.statement,
.split,
.quiet-band,
.examples,
.team,
.cta,
.footer {
  padding-inline: clamp(20px, 6vw, 80px);
}

.statement {
  padding-block: clamp(54px, 8vw, 110px);
  border-bottom: 1px solid var(--line);
}

.statement p {
  max-width: 1060px;
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 3rem);
  line-height: 1.14;
}

.split,
.team {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(36px, 7vw, 86px);
  padding-block: clamp(64px, 9vw, 112px);
}

.section-heading {
  max-width: 760px;
}

.section-heading.narrow {
  max-width: 820px;
  margin-bottom: 34px;
}

.plain-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.plain-list p {
  margin: 0;
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.quiet-band {
  padding-block: clamp(64px, 9vw, 112px);
  background: var(--soft);
}

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

.work-grid article {
  min-height: 250px;
  background: var(--paper);
  padding: clamp(22px, 3vw, 34px);
}

.work-grid p,
.team-grid p,
.cta p {
  color: var(--muted);
}

.examples {
  padding-block: clamp(58px, 8vw, 96px);
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1100px;
}

.tag-cloud span {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 12px 14px;
  color: var(--moss);
  font-weight: 750;
}

.team {
  border-top: 1px solid var(--line);
}

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

.team-grid article {
  border-top: 3px solid var(--sage);
  padding-top: 18px;
}

.cta {
  justify-content: space-between;
  gap: 28px;
  padding-block: 68px;
  background: var(--sage);
  color: var(--white);
}

.cta .section-label {
  color: #f2c4b6;
}

.cta p {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.1rem;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 26px;
  color: var(--muted);
  font-size: 0.95rem;
}

@media (max-width: 960px) {
  .site-header {
    position: absolute;
  }

  .nav {
    display: none;
  }

  .split,
  .team,
  .work-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .work-grid article {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 14px 18px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(21, 27, 24, 0.92), rgba(21, 27, 24, 0.66));
  }

  .hero-content {
    width: calc(100% - 36px);
    margin-inline: 18px;
    padding-top: 86px;
  }

  .hero-copy {
    font-size: clamp(1.35rem, 8vw, 2rem);
  }

  .button {
    width: 100%;
  }

  .footer {
    flex-direction: column;
  }
}
