:root {
  --paper: #fbf7f0;
  --cream: #f7efe5;
  --oat: #ead9c8;
  --clay: #c9937b;
  --copper: #c95f2d;
  --sage: #6f765e;
  --moss: #404936;
  --ink: #2d2924;
  --muted: #756c62;
  --line: rgba(45, 41, 36, 0.14);
  --shadow: 0 24px 70px rgba(45, 41, 36, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

p {
  margin: 0;
  color: var(--muted);
  font-size: 1.075rem;
  line-height: 1.75;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 10ch;
  font-size: clamp(3.9rem, 8.2vw, 7.4rem);
  line-height: 0.96;
}

h2 {
  font-size: clamp(2.4rem, 4.8vw, 4.7rem);
  line-height: 1;
}

h3 {
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  line-height: 1.1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 1rem clamp(1.25rem, 4vw, 4rem);
  background: rgba(251, 247, 240, 0.9);
  border-bottom: 1px solid rgba(45, 41, 36, 0.08);
  backdrop-filter: blur(18px);
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.65rem;
  height: 2.65rem;
  color: var(--paper);
  background: var(--moss);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.brand-name {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
}

.brand-role {
  display: block;
  margin-top: 0.1rem;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2rem);
  color: #514940;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-nav a {
  padding-block: 0.35rem;
  border-bottom: 1px solid transparent;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  border-color: var(--copper);
}

.header-cta {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding-inline: 1.25rem;
  color: var(--paper);
  background: var(--ink);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}

.mobile-menu {
  display: none;
}

.kicker {
  margin-bottom: 1.1rem;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: min(760px, calc(100vh - 78px));
  display: grid;
  align-items: center;
  padding: clamp(4.75rem, 8vw, 8rem) clamp(1.35rem, 6vw, 5.5rem);
  overflow: hidden;
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(45, 41, 36, 0.62), rgba(45, 41, 36, 0.17) 58%, rgba(45, 41, 36, 0.02)),
    linear-gradient(135deg, rgba(111, 118, 94, 0.72), rgba(201, 95, 45, 0.18) 48%, rgba(234, 217, 200, 0.92));
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
}

.hero::before {
  top: 0;
  right: 15vw;
  width: 22vw;
  min-width: 17rem;
  height: 100%;
  background:
    linear-gradient(90deg, transparent 0 16%, rgba(251, 247, 240, 0.28) 16% 22%, transparent 22%),
    linear-gradient(180deg, rgba(251, 247, 240, 0.52), rgba(201, 95, 45, 0.12));
  transform: skewX(-9deg);
}

.hero-copy {
  width: min(48rem, 100%);
}

.hero .kicker {
  color: #ffd0ad;
}

.hero-lead {
  max-width: 39rem;
  margin-top: 1.8rem;
  color: rgba(251, 247, 240, 0.86);
  font-size: clamp(1.1rem, 1.8vw, 1.36rem);
  line-height: 1.58;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding-inline: 1.45rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
}

.button-primary {
  color: var(--paper);
  background: var(--copper);
}

.button-secondary {
  color: var(--paper);
  background: rgba(45, 41, 36, 0.35);
  border-color: rgba(251, 247, 240, 0.44);
}

.button-quiet {
  color: var(--ink);
  background: var(--paper);
  border-color: rgba(45, 41, 36, 0.2);
}

.fact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.25rem;
}

.fact-row span {
  padding: 0.55rem 0.78rem;
  color: rgba(251, 247, 240, 0.86);
  background: rgba(45, 41, 36, 0.28);
  border: 1px solid rgba(251, 247, 240, 0.18);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section {
  padding: clamp(4.3rem, 8vw, 7.6rem) clamp(1.35rem, 6vw, 5.5rem);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5.8rem);
  align-items: start;
}

.intro {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.intro .large-copy {
  color: #5d554c;
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  line-height: 1.36;
}

.muted-band {
  background: #efe2d5;
}

.moss-band {
  color: var(--paper);
  background: var(--moss);
}

.moss-band p {
  color: rgba(251, 247, 240, 0.76);
}

.moss-band .kicker {
  color: var(--oat);
}

.text-stack {
  display: grid;
  gap: 1.05rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.process-card {
  min-height: 20rem;
  padding: clamp(2rem, 4.6vw, 4rem);
  border-right: 1px solid var(--line);
}

.process-card:last-child {
  border-right: 0;
}

.process-card span {
  display: inline-block;
  margin-bottom: 3rem;
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 900;
}

.process-card p {
  margin-top: 0.9rem;
}

.list-panel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(45, 41, 36, 0.14);
  border-radius: 8px;
  background: rgba(45, 41, 36, 0.12);
}

.list-panel div {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 1.75rem;
  align-items: baseline;
  padding: 1.55rem;
  background: rgba(251, 247, 240, 0.72);
}

.list-panel strong {
  color: var(--moss);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.list-panel span,
.chip-list a,
.chip-list span {
  color: #5d554c;
  line-height: 1.55;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.chip-list a,
.chip-list span {
  padding: 0.78rem 1rem;
  background: rgba(251, 247, 240, 0.82);
  border: 1px solid rgba(45, 41, 36, 0.12);
  border-radius: 999px;
  font-weight: 800;
}

.moss-band .chip-list span {
  color: var(--paper);
  background: rgba(251, 247, 240, 0.08);
  border-color: rgba(251, 247, 240, 0.2);
}

.page-hero {
  padding: clamp(4.75rem, 8vw, 8rem) clamp(1.35rem, 6vw, 5.5rem);
  background:
    linear-gradient(90deg, rgba(251, 247, 240, 0.94), rgba(251, 247, 240, 0.74)),
    linear-gradient(135deg, rgba(111, 118, 94, 0.28), rgba(201, 95, 45, 0.12));
  border-bottom: 1px solid var(--line);
}

.page-hero p {
  max-width: 48rem;
  margin-top: 1.5rem;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.55;
}

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

.card {
  min-height: 12rem;
  padding: 1.55rem;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.card p {
  margin-top: 0.8rem;
}

.quote-band {
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(45, 41, 36, 0.72), rgba(45, 41, 36, 0.24)),
    linear-gradient(135deg, var(--sage), var(--clay));
}

.quote-band blockquote {
  max-width: 56rem;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.4vw, 4.6rem);
  line-height: 1.05;
}

.quote-band cite {
  display: block;
  margin-top: 1.6rem;
  color: rgba(251, 247, 240, 0.74);
  font-style: normal;
}

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

.contact-item {
  padding: 1.55rem;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-item strong {
  display: block;
  margin-bottom: 0.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.contact-item .button {
  margin-top: 1.15rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  padding: 2rem clamp(1.35rem, 6vw, 5.5rem);
  color: #6b6259;
  background: var(--paper);
  border-top: 1px solid var(--line);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  gap: 1rem;
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    min-height: 70px;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .mobile-menu {
    display: block;
    margin-top: 0.15rem;
  }

  .mobile-menu summary {
    cursor: pointer;
    list-style: none;
    padding: 0.65rem 0.9rem;
    color: var(--paper);
    background: var(--ink);
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav {
    position: absolute;
    top: 70px;
    right: 1rem;
    display: grid;
    min-width: min(17rem, calc(100vw - 2rem));
    padding: 0.75rem;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .mobile-nav a {
    padding: 0.85rem 0.9rem;
    border-radius: 6px;
    font-weight: 800;
  }

  .mobile-nav a:hover {
    background: var(--cream);
  }

  .hero {
    min-height: 720px;
    align-items: end;
    padding-top: 6rem;
    background:
      linear-gradient(180deg, rgba(45, 41, 36, 0.04), rgba(45, 41, 36, 0.68) 56%, rgba(45, 41, 36, 0.78)),
      linear-gradient(135deg, rgba(111, 118, 94, 0.75), rgba(201, 95, 45, 0.18) 50%, rgba(234, 217, 200, 0.9));
  }

  .hero::before {
    right: -2rem;
    width: 65vw;
  }

  h1 {
    font-size: clamp(3.2rem, 16vw, 5rem);
  }

  .actions .button {
    width: 100%;
  }

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

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

  .process-card {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .list-panel div {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  p {
    font-size: 1rem;
  }

  .brand-name {
    font-size: 1rem;
  }

  .brand-role {
    font-size: 0.58rem;
  }

  .brand-mark {
    width: 2.35rem;
    height: 2.35rem;
  }

  .fact-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer-links {
    flex-direction: column;
  }
}
