:root {
  --ink: #1d1b17;
  --muted: #625c50;
  --paper: #f3eadc;
  --paper-light: #fff8ec;
  --paper-deep: #e4d5c0;
  --line: rgba(51, 43, 31, 0.17);
  --line-strong: rgba(48, 39, 27, 0.31);
  --green: #122b22;
  --green-2: #1e3a2f;
  --orange: #ef5b1f;
  --orange-deep: #d94814;
  --shadow: 0 24px 54px rgba(35, 26, 14, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SF Mono", Consolas, "Liberation Mono", monospace;
  --hand: "Bradley Hand", "Segoe Print", "Marker Felt", cursive;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  background:
    linear-gradient(rgba(83, 65, 37, 0.042) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 65, 37, 0.032) 1px, transparent 1px),
    var(--paper);
  background-size: 38px 38px, 38px 38px, auto;
}

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

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

p,
h1,
h2,
h3,
figure,
dl {
  margin: 0;
}

.site-header {
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(170px, 260px) 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 18px clamp(22px, 4vw, 64px);
  background: var(--green);
  color: #fff7ea;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(10px);
}


.brand,
.nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.brand img {
  width: 188px;
  max-height: 42px;
  filter: brightness(0) invert(1);
}

.footer-brand img {
  width: 188px;
  max-height: 42px;
  filter: brightness(0);
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(15px, 2.8vw, 40px);
  color: #fff7ea;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav a {
  position: relative;
  justify-content: center;
  min-width: 44px;
  padding: 9px 0;
}

.nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 2px;
  background: var(--orange);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 0 19px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.header-cta,
.button-orange {
  background: var(--orange);
  color: #fffaf0;
  border: 1px solid var(--orange-deep);
  box-shadow: 0 11px 24px rgba(239, 91, 31, 0.2);
}

.button-light {
  background: var(--paper-light);
  color: #171714;
  border: 1px solid var(--line-strong);
}

.header-cta::after,
.button::after {
  content: "->";
  margin-left: 10px;
}

.nav a,
.header-cta,
.button {
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.nav a:focus-visible,
.header-cta:focus-visible,
.button:focus-visible {
  outline: 3px solid rgba(239, 91, 31, 0.72);
  outline-offset: 4px;
}

@media (hover: hover) {
  .nav a:hover {
    color: #ffd4bd;
  }

  .header-cta:hover,
  .button-orange:hover {
    transform: translateY(-1px);
    background: #ff6426;
    box-shadow: 0 14px 28px rgba(239, 91, 31, 0.28);
  }

  .button-light:hover {
    transform: translateY(-1px);
    border-color: rgba(47, 40, 28, 0.42);
    box-shadow: 0 12px 22px rgba(42, 31, 18, 0.14);
  }
}

.eyebrow {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
}

.orange-note {
  color: var(--orange);
  font-family: var(--hand);
  font-size: clamp(22px, 2.4vw, 36px);
  font-weight: 700;
  line-height: 1;
}

.about-hero {
  max-width: 1540px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 0.48fr) minmax(0, 0.52fr);
  height: clamp(430px, 36vw, 520px);
  min-height: 430px;
  align-items: stretch;
}

.hero-photo-collage {
  position: relative;
  height: 100%;
  min-height: 430px;
  overflow: hidden;
  background: #d8c7af;
  box-shadow: inset -1px 0 var(--line);
}

.hero-jobsite,
.hero-jobsite img {
  width: 100%;
  height: 100%;
}

.hero-jobsite img {
  object-fit: cover;
  object-position: 55% 42%;
  filter: saturate(0.94) contrast(1.03);
}

.hero-paper {
  position: relative;
  height: 100%;
  min-height: 430px;
  padding: clamp(42px, 5vw, 72px) clamp(36px, 6vw, 82px);
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(255,255,255,0.36), transparent 62%),
    linear-gradient(rgba(74, 62, 43, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 62, 43, 0.035) 1px, transparent 1px),
    var(--paper-light);
  background-size: auto, 34px 34px, 34px 34px, auto;
  border: 1px solid rgba(40, 34, 25, 0.12);
  box-shadow: var(--shadow);
}

.paper-surface {
  display: none;
}

.hero-sketch {
  position: absolute;
  right: clamp(28px, 6vw, 82px);
  bottom: clamp(34px, 6vw, 78px);
  width: min(300px, 38%);
  opacity: 0.18;
  mix-blend-mode: multiply;
}

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

.hero-copy h1 {
  margin: 16px 0 26px;
  font-size: clamp(46px, 5vw, 68px);
  line-height: 0.96;
}

.hero-copy h1 span {
  position: relative;
  display: inline-block;
}

.hero-copy h1 span::after,
.founder-note h2::after,
.story-copy h2::after,
.standards-board h2::after {
  content: "";
  display: block;
  height: 3px;
  background: var(--orange);
  transform: rotate(-2deg);
}

.hero-copy h1 span::after {
  position: absolute;
  left: 0;
  right: 0.08em;
  bottom: 0.04em;
}

.hero-copy p:not(.eyebrow) {
  max-width: 420px;
  color: #403a31;
  font-size: 16px;
  line-height: 1.65;
}

.hero-note {
  display: none;
}

.story-timeline {
  max-width: 1490px;
  margin: 54px auto 70px;
  padding: 0 clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: minmax(285px, 0.3fr) minmax(0, 0.7fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
}

.story-copy h2 {
  max-width: 410px;
  margin: 16px 0 26px;
  font-size: clamp(42px, 4.9vw, 70px);
  line-height: 0.95;
}

.story-copy h2::after,
.founder-note h2::after,
.standards-board h2::after {
  width: 170px;
  margin-top: 18px;
}

.story-copy p:not(.eyebrow) {
  max-width: 420px;
  margin-bottom: 18px;
  color: #4e483e;
  font-size: 16px;
  line-height: 1.68;
}

.story-copy .button {
  margin-top: 16px;
}

.timeline-board {
  position: relative;
  min-height: 0;
  aspect-ratio: 2048 / 768;
  padding: 7.7% 7.4% 5.8% 9.8%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3.55%;
  align-items: stretch;
  isolation: isolate;
}

.timeline-board::before {
  content: "";
  position: absolute;
  left: 18%;
  right: 15%;
  top: 20.7%;
  z-index: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(176, 115, 51, 0.58) 9%, rgba(239, 91, 31, 0.72) 50%, rgba(176, 115, 51, 0.58) 91%, transparent);
}

.timeline-surface {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
  filter: saturate(0.94) contrast(1.02);
}

.timeline-board article {
  position: relative;
  z-index: 2;
  min-height: 0;
  padding: 8% 8% 5%;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.timeline-board article::before {
  display: none;
}

.timeline-board article::after {
  display: none;
}

.timeline-board span {
  display: block;
  margin-bottom: 7px;
  color: var(--orange);
  font-family: var(--hand);
  font-size: clamp(22px, 2.1vw, 31px);
  font-weight: 700;
  line-height: 1;
}

.timeline-board h3 {
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 400;
  line-height: 1.05;
}

.timeline-board p:not(.orange-note) {
  color: var(--muted);
  font-size: clamp(10px, 0.85vw, 13px);
  line-height: 1.42;
  max-width: 220px;
}

.timeline-note {
  position: absolute;
  right: 5.5%;
  bottom: -22px;
  z-index: 3;
  width: 240px;
  transform: rotate(-4deg);
}

@media (min-width: 901px) {
  .timeline-board {
    mix-blend-mode: multiply;
    padding: 7.9% 7.4% 6.8% 9.8%;
  }

  .timeline-board p:not(.orange-note) {
    line-height: 1.34;
  }
}

.founder-note-section {
  max-width: 1490px;
  margin: 0 auto 72px;
  padding: 0 clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: minmax(360px, 0.57fr) minmax(360px, 0.43fr);
  gap: 0;
  align-items: center;
}

.founder-note {
  position: relative;
  min-height: 430px;
  padding: clamp(42px, 5vw, 68px) clamp(34px, 5vw, 64px);
  color: #fff8e8;
  background:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px),
    var(--green);
  background-size: 32px 32px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0 0 0 8px;
  box-shadow: 0 24px 58px rgba(19, 35, 27, 0.23);
  overflow: hidden;
}

.founder-note .eyebrow {
  color: #ff8b53;
}

.founder-note h2 {
  max-width: 430px;
  margin: 18px 0 22px;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 0.96;
}

.founder-note p:not(.eyebrow):not(.signature):not(.founder-label) {
  position: relative;
  max-width: 500px;
  color: rgba(255, 248, 232, 0.9);
  font-size: 17px;
  line-height: 1.7;
  z-index: 2;
}

.signature {
  margin-top: 30px;
  color: var(--orange);
  font-family: var(--hand);
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1;
}

.founder-label {
  margin-top: 8px;
  color: rgba(255,248,232,0.78);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.founder-board {
  position: relative;
  min-height: 410px;
  padding: 18px 18px 54px;
  background: var(--paper-light);
  border: 1px solid rgba(43, 36, 25, 0.14);
  box-shadow: var(--shadow);
  transform: translateX(-18px) rotate(1.4deg);
}

.founder-board-photo {
  width: 100%;
  height: 390px;
  object-fit: cover;
  object-position: 50% 45%;
}

.founder-board-clip {
  position: absolute;
  left: 50px;
  top: -18px;
  width: 126px;
  clip-path: inset(8px 10px 10px 10px);
}

.team-section {
  max-width: 1490px;
  margin: 0 auto 70px;
  padding: 0 clamp(20px, 4vw, 56px);
}

.team-heading {
  position: relative;
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}

.team-heading h2 {
  margin-top: 10px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.98;
}

.team-heading h2::after {
  content: "";
  display: block;
  width: 230px;
  height: 3px;
  margin: 12px auto 0;
  background: var(--orange);
  transform: rotate(-2deg);
}

.team-photo-row {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(230px, 0.22fr);
  gap: 22px;
  align-items: start;
}

.team-main-photo {
  padding: 16px 16px 40px;
  background: var(--paper-light);
  border: 1px solid rgba(43, 36, 25, 0.14);
  box-shadow: var(--shadow);
}

.team-main-photo img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 50% 46%;
}

.side-polaroids {
  display: grid;
  gap: 16px;
}

.side-polaroids figure {
  padding: 12px 12px 34px;
  background: var(--paper-light);
  border: 1px solid rgba(43, 36, 25, 0.13);
  box-shadow: 0 16px 34px rgba(36, 27, 15, 0.14);
}

.side-polaroids figure:first-child {
  transform: rotate(4deg);
}

.side-polaroids figure:last-child {
  transform: rotate(-3deg);
}

.side-polaroids img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
}

.side-polaroids figcaption {
  margin-top: 10px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-align: right;
  text-transform: uppercase;
}

.people-cards {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.people-cards article {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  min-height: 128px;
  padding: 16px;
  align-items: center;
  background:
    linear-gradient(rgba(255,255,255,0.58), rgba(255,255,255,0.24)),
    url("../v4-about/generated/about/about-lined-index-card.webp") center / 115% 115% no-repeat,
    var(--paper-light);
  border: 1px solid rgba(43, 36, 25, 0.14);
  box-shadow: 0 16px 34px rgba(36, 27, 15, 0.09);
}

.people-cards img {
  width: 96px;
  height: 104px;
  object-fit: cover;
}

.people-cards h3 {
  margin: 2px 0 8px;
  font-family: var(--serif);
  font-size: clamp(23px, 2vw, 28px);
  font-weight: 400;
  line-height: 1;
}

.people-cards .team-role {
  margin-bottom: 7px;
  color: var(--orange-deep);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.people-cards p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.48;
}

.people-cards article.team-text-only {
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  padding: 16px;
}

.people-cards .team-text-only > div {
  max-width: 24ch;
}

.people-cards .team-text-only h3 {
  margin-bottom: 8px;
  font-size: clamp(23px, 2vw, 28px);
}

.people-cards .team-text-only p {
  max-width: 22ch;
  color: #514a3f;
  font-size: 13px;
}

.team-photo-placeholder {
  width: 96px;
  height: 104px;
  display: grid;
  place-items: center;
  padding: 12px;
  color: rgba(29, 27, 23, 0.64);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  background:
    linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.18)),
    url("../v4-about/generated/about/about-blueprint-contour-clean.webp") center / 165% auto no-repeat,
    rgba(232, 218, 198, 0.72);
  border: 1px dashed rgba(48, 39, 27, 0.34);
}

.team-slot h3 {
  color: #332d24;
}

.team-slot p {
  color: #756d60;
}

.site-footer {
  max-width: 1490px;
  margin: 0 auto;
  padding: 34px clamp(24px, 5vw, 82px) 42px;
  display: grid;
  grid-template-columns: minmax(250px, 1.25fr) repeat(3, minmax(150px, 0.55fr));
  gap: clamp(28px, 5vw, 80px);
  color: #27231d;
  background: var(--paper-light);
  border-top: 1px solid var(--line);
}

.footer-brand p {
  max-width: 330px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.site-footer h2 {
  margin-bottom: 14px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer a,
.site-footer span {
  display: block;
  margin-bottom: 8px;
  color: #433d33;
  font-size: 13px;
  font-style: normal;
  line-height: 1.35;
}

.site-footer a {
  display: flex;
  align-items: center;
  min-height: 44px;
  margin-bottom: 0;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .about-hero,
  .story-timeline,
  .founder-note-section {
    grid-template-columns: 1fr;
  }

  .about-hero {
    height: auto;
    min-height: 0;
  }

  .hero-photo-collage {
    height: 300px;
    min-height: 0;
  }

  .hero-paper {
    height: auto;
    min-height: 0;
    padding: 40px 34px 44px;
  }

  .founder-board {
    transform: none;
  }

  .timeline-board p:not(.orange-note) {
    font-size: clamp(11px, 1.2vw, 13px);
    line-height: 1.34;
  }

  .team-photo-row {
    grid-template-columns: 1fr;
  }

  .side-polaroids {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    overflow: hidden;
    padding: 0 10px 8px;
  }

  .side-polaroids figure:first-child,
  .side-polaroids figure:last-child {
    transform: none;
  }

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

  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .people-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .people-cards article:last-child:nth-child(odd) {
    width: calc((100% - 16px) / 2);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .timeline-board {
    min-height: auto;
    aspect-ratio: auto;
    padding: 34px 22px 42px 34px;
    grid-template-columns: 1fr;
    gap: 14px;
    background:
      linear-gradient(rgba(255, 248, 236, 0.055) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 248, 236, 0.045) 1px, transparent 1px),
      linear-gradient(135deg, rgba(255, 248, 236, 0.06), rgba(255, 248, 236, 0) 58%),
      #10271f;
    background-size: 32px 32px, 32px 32px, auto, auto;
    border: 1px solid rgba(255, 248, 236, 0.18);
    border-radius: 7px;
    box-shadow: 0 22px 46px rgba(20, 25, 18, 0.18);
  }

  .timeline-board::before {
    top: 48px;
    bottom: 64px;
    left: 23px;
    right: auto;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, rgba(239,91,31,0.3), var(--orange), rgba(239,91,31,0.3));
  }

  .timeline-surface {
    display: none;
  }

  .timeline-board article {
    min-height: 0;
    padding: 24px 24px 24px 36px;
    justify-items: start;
    text-align: left;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.74), rgba(255,255,255,0.28)),
      var(--paper-light);
    border: 1px solid rgba(255, 248, 236, 0.28);
    box-shadow: 0 14px 28px rgba(6, 13, 10, 0.18);
  }

  .timeline-board article::before {
    content: "";
    position: absolute;
    top: 28px;
    left: -20px;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #f4d7a4 0 18%, #a87131 42%, #5a3517 100%);
    border: 1px solid rgba(255, 248, 236, 0.42);
    box-shadow: 0 7px 13px rgba(6, 11, 8, 0.42);
  }

  .timeline-board span {
    font-size: 29px;
  }

  .timeline-board h3 {
    font-size: 25px;
  }

  .timeline-board p:not(.orange-note) {
    max-width: 520px;
    font-size: clamp(14px, 2vw, 15px);
    line-height: 1.5;
  }

  .timeline-note {
    position: static;
    width: auto;
    margin: 8px 0 0 10px;
  }
}

@media (max-width: 780px) {
  .site-header {
    position: static;
    min-height: 0;
    gap: 14px;
    padding: 15px 16px;
  }


  .brand,
  .nav a {
    min-height: 44px;
  }

  .brand,
  .nav a {
    display: inline-flex;
    align-items: center;
  }

  .brand img,
  .footer-brand img {
    width: 148px;
  }

  .header-cta,
  .button {
    min-height: 40px;
    padding: 0 14px;
    font-size: 10px;
  }

  .nav {
    gap: 6px 16px;
    font-size: 10px;
    line-height: 1.2;
  }

  .about-hero {
    min-height: 0;
  }

  .hero-photo-collage {
    height: 260px;
    min-height: 0;
  }

  .hero-paper {
    min-height: 0;
    padding: 36px 24px 40px;
  }

  .paper-surface {
    inset: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }

  .hero-copy h1 {
    font-size: clamp(44px, 13vw, 62px);
  }

  .hero-note {
    margin: 26px 0 0;
  }

  .hero-sketch {
    width: 220px;
    right: 18px;
    bottom: 28px;
  }

  .story-timeline,
  .founder-note-section,
  .team-section {
    margin-top: 42px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .timeline-board {
    min-height: auto;
    padding: 30px 18px 38px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .timeline-board::before {
    top: 42px;
    bottom: 58px;
    left: 18px;
    right: auto;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, rgba(239,91,31,0.35), var(--orange), rgba(239,91,31,0.35));
  }

  .timeline-surface {
    display: none;
  }

  .timeline-board article {
    min-height: 0;
    padding: 24px 22px 24px 34px;
    justify-items: start;
    text-align: left;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.74), rgba(255,255,255,0.28)),
      var(--paper-light);
    border: 1px solid rgba(255, 248, 236, 0.28);
    box-shadow: 0 14px 28px rgba(6, 13, 10, 0.18);
  }

  .timeline-board article::before {
    top: 28px;
    left: -9px;
    transform: none;
  }

  .timeline-board article::after {
    display: none;
  }

  .timeline-note {
    position: static;
    width: auto;
    margin-top: 10px;
  }

  .founder-note {
    min-height: auto;
    padding: 34px 24px;
  }

  .founder-board {
    min-height: auto;
    padding: 12px 12px 42px;
  }

  .founder-board-photo {
    height: 320px;
  }

  .team-heading {
    text-align: left;
  }

  .team-heading h2::after {
    margin-left: 0;
  }

  .team-main-photo {
    padding: 10px 10px 34px;
  }

  .team-main-photo img {
    height: 340px;
  }

  .side-polaroids,
  .people-cards {
    grid-template-columns: 1fr;
  }

  .people-cards article:last-child:nth-child(odd) {
    width: auto;
    grid-column: auto;
    justify-self: stretch;
  }

  .people-cards article {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .people-cards img {
    width: 96px;
    height: 112px;
  }

  .team-photo-placeholder {
    width: 96px;
    height: 112px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    margin-left: 14px;
    margin-right: 14px;
    padding: 28px 24px;
  }
}

@media (max-width: 430px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 8px;
    padding: 12px 14px;
  }

  .brand img {
    width: 132px;
  }

  .site-header .header-cta {
    width: auto;
    min-height: 40px;
    padding: 0 10px;
    font-size: 9px;
    letter-spacing: 0.04em;
  }

  .site-header .header-cta::after {
    margin-left: 6px;
  }

  .nav {
    grid-column: 1 / -1;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 4px;
    font-size: 8.4px;
    letter-spacing: 0.055em;
  }

  .nav a {
    min-width: 40px;
    min-height: 40px;
    padding: 5px 0;
  }

  .hero-photo-collage {
    height: 240px;
    min-height: 0;
  }

  .hero-paper {
    min-height: 0;
  }

  .story-copy h2,
  .founder-note h2,
  .team-heading h2 {
    font-size: clamp(36px, 12vw, 50px);
  }

  .side-polaroids img {
    aspect-ratio: 1.05;
  }
}
