:root {
  --paper: #f5f3ed;
  --ink: #191917;
  --muted: #6c6860;
  --clay: #a94f3d;
  --line: #d8d3c8;
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: Arial, Helvetica, sans-serif;
  --page: min(100% - 48px, 1360px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}

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

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

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

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10;
  padding: 8px 12px;
  transform: translateY(-160%);
  background: var(--ink);
  color: var(--paper);
  font-size: 0.78rem;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  width: var(--page);
  margin: 0 auto;
  padding: 26px 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

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

.site-nav ul,
.footer-links {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.3vw, 34px);
  list-style: none;
}

.site-nav a,
.footer-links a {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.095em;
  text-decoration: none;
  text-transform: uppercase;
}

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

.home-main {
  overflow: hidden;
}

.hero {
  width: var(--page);
  margin: 4px auto 0;
  min-height: 760px;
  display: grid;
  grid-template-columns: 49% 11% 32% 8%;
  grid-template-rows: auto 1fr;
  align-items: start;
}

.hero-media {
  grid-column: 1;
  grid-row: 1 / span 2;
  margin: 0;
}

.hero-media img {
  width: 100%;
  height: clamp(370px, 43vw, 620px);
  object-fit: cover;
  object-position: center;
}

.hero-media figcaption,
.detail-plate figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.hero-title {
  grid-column: 3;
  grid-row: 2;
  align-self: end;
  padding-bottom: 36px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--clay);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 26px;
  height: 2px;
  background: currentColor;
  content: "";
}

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

h1 {
  margin: 0;
  font-size: clamp(3.15rem, 5.5vw, 6.2rem);
  line-height: 0.94;
}

h2 {
  margin: 0 0 28px;
  font-size: clamp(2.25rem, 3.9vw, 4.5rem);
  line-height: 1.01;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.5rem;
  line-height: 1.2;
}

p {
  margin: 0 0 1.25em;
}

.lead-section {
  width: var(--page);
  margin: 130px auto 0;
  display: grid;
  grid-template-columns: 46% 12% 34% 8%;
}

.lead-copy {
  grid-column: 3;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
  line-height: 1.38;
}

.lead-copy p:last-child {
  margin-bottom: 0;
}

.section {
  width: var(--page);
  margin: clamp(150px, 17vw, 260px) auto 0;
}

.left-layout,
.right-layout,
.image-layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 22px;
}

.left-layout .section-heading {
  grid-column: 1 / span 5;
}

.left-layout .section-copy {
  grid-column: 2 / span 4;
}

.right-layout .section-heading {
  grid-column: 8 / span 5;
}

.right-layout .section-copy {
  grid-column: 9 / span 4;
}

.section-copy {
  max-width: 620px;
}

.section-copy p:first-child::first-letter {
  float: left;
  margin: 0.05em 0.09em 0 0;
  color: var(--clay);
  font-family: var(--serif);
  font-size: 4.4rem;
  line-height: 0.78;
}

.note {
  margin-top: 36px;
  padding-left: 22px;
  border-left: 2px solid var(--clay);
  color: var(--muted);
  font-size: 0.86rem;
}

.image-layout {
  align-items: start;
}

.detail-plate {
  grid-column: 2 / span 3;
  margin: 0;
}

.detail-plate img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.image-copy {
  grid-column: 8 / span 4;
  padding-top: 90px;
}

.mini-sections {
  width: var(--page);
  margin: clamp(150px, 18vw, 270px) auto 0;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 22px;
  row-gap: 100px;
}

.mini-section:nth-child(1) {
  grid-column: 1 / span 4;
}

.mini-section:nth-child(2) {
  grid-column: 7 / span 4;
  grid-row: 2;
}

.mini-section:nth-child(3) {
  grid-column: 3 / span 4;
  grid-row: 3;
}

.mini-number {
  display: block;
  margin-bottom: 20px;
  color: var(--clay);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.checklist-section {
  width: var(--page);
  margin: clamp(160px, 20vw, 300px) auto 0;
  display: grid;
  grid-template-columns: 43% 14% 37% 6%;
  align-items: start;
}

.checklist-heading {
  grid-column: 1;
  position: sticky;
  top: 32px;
}

.checklist {
  grid-column: 3;
  margin: 0;
  padding: 0;
  counter-reset: check;
  list-style: none;
}

.checklist li {
  position: relative;
  padding: 0 0 34px 52px;
  counter-increment: check;
}

.checklist li::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  color: var(--clay);
  content: counter(check, decimal-leading-zero);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.checklist strong {
  display: block;
  margin-bottom: 5px;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.25;
}

.closing {
  width: min(100% - 48px, 780px);
  margin: clamp(160px, 20vw, 300px) auto 0;
  text-align: center;
}

.closing p {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 3rem);
  line-height: 1.3;
}

.closing .eyebrow {
  justify-content: center;
}

.site-footer {
  width: var(--page);
  margin: clamp(140px, 16vw, 240px) auto 0;
  padding: 28px 0 32px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 34px;
  color: var(--muted);
}

.footer-brand {
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 700;
}

.footer-email {
  font-size: 0.76rem;
}

.legal-main {
  width: var(--page);
  min-height: 70vh;
  padding-top: clamp(80px, 10vw, 150px);
}

.legal-hero {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 22px;
}

.legal-hero .eyebrow {
  grid-column: 1 / span 4;
}

.legal-hero h1 {
  grid-column: 5 / span 7;
  margin-top: 80px;
  font-size: clamp(3.6rem, 7vw, 7.5rem);
}

.legal-content {
  width: min(100%, 650px);
  margin: clamp(130px, 15vw, 220px) 8% 0 auto;
}

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

.legal-content h2 {
  margin-bottom: 20px;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
}

.contact-block {
  margin-top: 52px;
  color: var(--muted);
}

.contact-block strong {
  display: block;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.35rem;
}

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

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .site-nav ul {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 58% 7% 35%;
    grid-template-rows: auto auto;
  }

  .hero-media {
    grid-column: 1 / span 2;
    grid-row: 1;
  }

  .hero-media img {
    height: clamp(330px, 61vw, 480px);
  }

  .hero-title {
    grid-column: 2 / span 2;
    grid-row: 2;
    margin-top: 58px;
    padding-bottom: 0;
  }

  .lead-section {
    margin-top: 120px;
    grid-template-columns: 15% 85%;
  }

  .lead-copy {
    grid-column: 2;
  }

  .left-layout .section-heading,
  .left-layout .section-copy,
  .right-layout .section-heading,
  .right-layout .section-copy {
    grid-column: 2 / span 9;
  }

  .section-copy {
    margin-top: 10px;
  }

  .detail-plate {
    grid-column: 1 / span 5;
  }

  .image-copy {
    grid-column: 7 / span 6;
    padding-top: 40px;
  }

  .mini-section:nth-child(1) {
    grid-column: 1 / span 6;
  }

  .mini-section:nth-child(2) {
    grid-column: 7 / span 6;
  }

  .mini-section:nth-child(3) {
    grid-column: 2 / span 6;
  }

  .checklist-section {
    grid-template-columns: 40% 8% 52%;
  }

  .checklist-heading {
    grid-column: 1;
  }

  .checklist {
    grid-column: 3;
  }

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

  .footer-links {
    grid-column: 1 / -1;
  }

  .legal-hero h1 {
    grid-column: 3 / span 9;
  }

  .legal-content {
    margin-right: 4%;
  }
}

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

  body {
    font-size: 15px;
  }

  .site-header {
    padding-top: 18px;
  }

  .site-nav ul {
    gap: 8px 18px;
  }

  .site-nav a {
    font-size: 0.64rem;
  }

  .hero {
    display: block;
    margin-top: 0;
  }

  .hero-media {
    width: 88%;
  }

  .hero-media img {
    height: 58vw;
    min-height: 270px;
  }

  .hero-title {
    width: 82%;
    margin: 72px 0 0 auto;
  }

  h1 {
    font-size: clamp(3.1rem, 16vw, 4.7rem);
  }

  h2 {
    font-size: clamp(2.2rem, 11vw, 3.3rem);
  }

  .lead-section {
    margin-top: 110px;
    display: block;
  }

  .lead-copy {
    width: 84%;
    margin-left: auto;
  }

  .section,
  .mini-sections,
  .checklist-section {
    margin-top: 150px;
  }

  .left-layout,
  .right-layout,
  .image-layout {
    display: block;
  }

  .left-layout .section-heading,
  .left-layout .section-copy {
    width: 88%;
  }

  .right-layout .section-heading,
  .right-layout .section-copy {
    width: 88%;
    margin-left: auto;
  }

  .section-copy {
    margin-top: 38px;
  }

  .detail-plate {
    width: 43%;
    min-width: 150px;
    margin-left: 4%;
  }

  .image-copy {
    width: 85%;
    margin: 40px 0 0 auto;
    padding-top: 0;
  }

  .mini-sections {
    display: block;
  }

  .mini-section {
    width: 83%;
  }

  .mini-section:nth-child(even) {
    margin-left: auto;
  }

  .mini-section + .mini-section {
    margin-top: 110px;
  }

  .checklist-section {
    display: block;
  }

  .checklist-heading {
    position: static;
    width: 85%;
  }

  .checklist {
    width: 90%;
    margin: 70px 0 0 auto;
  }

  .checklist li {
    padding-left: 42px;
  }

  .closing {
    width: calc(100% - 36px);
  }

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

  .footer-links {
    grid-column: auto;
    flex-wrap: wrap;
    gap: 8px 18px;
  }

  .legal-main {
    padding-top: 70px;
  }

  .legal-hero {
    display: block;
  }

  .legal-hero h1 {
    margin: 62px 0 0 12%;
    overflow-wrap: anywhere;
  }

  .legal-content {
    width: 88%;
    margin: 110px 0 0 auto;
  }
}

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