:root {
  --paper: #f7f8f6;
  --ink: #252725;
  --muted: #6d706d;
  --accent: #b4572e;
  --hairline: #d9dcd8;
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page: min(100% - 48px, 1440px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  background: #e7e9e6;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

a:hover {
  color: var(--accent);
}

a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}

.site-header,
.site-footer {
  width: var(--page);
  margin-inline: auto;
}

.site-header {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.site-header nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 40px);
}

.site-header nav a,
.site-footer a:not(.brand) {
  color: var(--muted);
  font-size: 0.75rem;
  letter-spacing: 0.045em;
  text-decoration: none;
}

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

.hero {
  width: var(--page);
  margin: 0 auto clamp(140px, 17vw, 250px);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
}

.hero-visual {
  grid-column: 1 / span 7;
  margin: 0;
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  filter: saturate(0.72) contrast(0.96);
}

.hero-visual figcaption {
  max-width: 58ch;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.025em;
}

.hero-title {
  grid-column: 7 / span 5;
  margin-top: clamp(175px, 20vw, 300px);
  padding-left: clamp(24px, 4vw, 70px);
}

.eyebrow,
.section-number {
  margin: 0 0 22px;
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1,
h2 {
  margin-top: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-wrap: balance;
}

h1 {
  margin-bottom: 34px;
  font-size: clamp(2.75rem, 5.25vw, 5.4rem);
}

h2 {
  margin-bottom: 30px;
  font-size: clamp(2.1rem, 3.55vw, 3.85rem);
}

.lede {
  max-width: 47ch;
  margin: 0;
  color: #4d504e;
  font-family: var(--serif);
  font-size: clamp(1.08rem, 1.35vw, 1.3rem);
  line-height: 1.55;
}

.prose p {
  max-width: 66ch;
  margin: 0 0 1.4em;
}

.section {
  width: var(--page);
  margin-bottom: clamp(150px, 18vw, 280px);
}

.section-left {
  padding-left: clamp(0px, 4vw, 62px);
  padding-right: min(42vw, 630px);
}

.section-right {
  padding-left: min(46vw, 670px);
  padding-right: clamp(0px, 4vw, 62px);
}

.split-section {
  width: var(--page);
  margin: 0 auto clamp(160px, 18vw, 270px);
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 4fr);
  gap: clamp(50px, 9vw, 160px);
  align-items: start;
  padding-inline: clamp(0px, 4vw, 62px);
}

.split-heading h2 {
  max-width: 9ch;
}

.split-copy {
  padding-top: 76px;
}

.detail-plate {
  width: min(33vw, 460px);
  margin: 0 0 clamp(160px, 19vw, 290px) 15vw;
}

.detail-plate img {
  width: 100%;
  aspect-ratio: 0.775;
  object-fit: cover;
  filter: saturate(0.55) contrast(1.02);
}

.detail-plate figcaption {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.55;
}

.detail-plate figcaption span {
  display: block;
  margin-bottom: 5px;
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.checklist-section {
  width: var(--page);
  margin: 0 auto clamp(160px, 18vw, 280px);
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
  gap: clamp(56px, 10vw, 170px);
  align-items: start;
  padding-inline: clamp(0px, 4vw, 62px);
}

.checklist-intro {
  position: sticky;
  top: 40px;
}

.checklist-intro p:last-child {
  max-width: 36ch;
  color: var(--muted);
}

.checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.checklist li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid var(--hairline);
}

.checklist li:last-child {
  border-bottom: 1px solid var(--hairline);
}

.checklist li span {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.checklist li p {
  margin: 0;
  max-width: 56ch;
}

.closing {
  width: min(100% - 48px, 880px);
  margin: 0 auto clamp(150px, 16vw, 240px);
  text-align: center;
}

.closing p {
  margin-inline: auto;
}

.site-footer {
  min-height: 120px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  align-items: center;
  border-top: 1px solid var(--hairline);
}

.site-footer nav {
  justify-self: end;
}

.legal-main {
  width: var(--page);
  margin: 0 auto;
}

.legal-article {
  padding: clamp(75px, 10vw, 145px) clamp(0px, 5vw, 75px) clamp(140px, 17vw, 240px);
}

.legal-heading {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  margin-bottom: clamp(120px, 14vw, 205px);
}

.legal-heading .eyebrow {
  grid-column: 1 / -1;
}

.legal-heading h1 {
  grid-column: 1 / span 7;
}

.legal-heading .lede {
  grid-column: 6 / span 5;
  margin-top: 24px;
}

.legal-content {
  width: min(100%, 760px);
  margin-left: auto;
}

.legal-content section + section {
  margin-top: 82px;
}

.legal-content h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.65rem);
}

address {
  font-style: normal;
}

@media (max-width: 900px) {
  :root {
    --page: min(100% - 36px, 760px);
  }

  .site-header {
    min-height: 110px;
    align-items: flex-start;
    padding-top: 25px;
  }

  .site-header nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 20px;
    max-width: 320px;
  }

  .hero {
    display: block;
    margin-bottom: 140px;
  }

  .hero-visual {
    width: 78%;
  }

  .hero-title {
    width: 78%;
    margin: -18px 0 0 auto;
    padding: 0;
  }

  .hero-title .eyebrow {
    margin-top: 28px;
  }

  .section {
    margin-bottom: 140px;
  }

  .section-left,
  .section-right {
    padding: 0;
  }

  .section-right {
    width: min(76%, 590px);
    margin-right: 18px;
  }

  .split-section,
  .checklist-section {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 0;
  }

  .split-copy {
    width: 82%;
    margin-left: auto;
    padding-top: 0;
  }

  .detail-plate {
    width: min(55vw, 390px);
    margin-left: 9vw;
  }

  .checklist-intro {
    position: static;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    padding: 32px 0;
  }

  .site-footer > a:nth-child(2) {
    justify-self: end;
  }

  .site-footer nav {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .legal-heading {
    display: block;
  }

  .legal-heading h1 {
    max-width: 11ch;
  }

  .legal-heading .lede {
    width: 78%;
    margin: 28px 0 0 auto;
  }
}

@media (max-width: 560px) {
  :root {
    --page: calc(100% - 32px);
  }

  body {
    font-size: 15px;
  }

  .site-header {
    display: block;
    padding: 22px 0 27px;
  }

  .site-header nav {
    justify-content: flex-start;
    margin-top: 18px;
  }

  .hero-visual {
    width: 92%;
  }

  .hero-title {
    width: 88%;
  }

  h1 {
    font-size: clamp(2.5rem, 12vw, 3.7rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .section-right,
  .split-copy {
    width: 90%;
    margin-right: 0;
  }

  .detail-plate {
    width: 68vw;
    margin-left: 16px;
  }

  .checklist li {
    grid-template-columns: 36px 1fr;
    gap: 14px;
  }

  .closing {
    width: var(--page);
    text-align: left;
  }

  .site-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 22px 16px;
  }

  .site-footer nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px 22px;
  }

  .legal-article {
    padding-top: 65px;
  }

  .legal-heading .lede {
    width: 90%;
  }

  .legal-content section + section {
    margin-top: 60px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
