@font-face {
  font-family: "Glacial Indifference";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("./assets/fonts/GlacialIndifference-Regular.otf") format("opentype"),
    local("Glacial Indifference"),
    local("Glacial Indifference Regular"),
    local("GlacialIndifference-Regular");
}

:root {
  --soft-ivory: #faf7f2;
  --soft-peach: #fde9dc;
  --blush-beige: #ede1da;
  --muted-rose: #b88070;
  --warm-charcoal: #4a3f3a;
  --paper: var(--soft-ivory);
  --paper-deep: var(--blush-beige);
  --ink: var(--warm-charcoal);
  --muted: rgba(74, 63, 58, 0.72);
  --editorial-body: #5b514c;
  --rose: var(--muted-rose);
  --rose-dark: #9e6d60;
  --peach-wash: rgba(253, 233, 220, 0.64);
  --beige-wash: rgba(237, 225, 218, 0.74);
  --charcoal: var(--warm-charcoal);
  --white: #fffdfb;
  --line: rgba(74, 63, 58, 0.1);
  --shadow: 0 18px 56px rgba(74, 63, 58, 0.055);
  --serif: "Cormorant Garamond", Cormorant, Georgia, "Times New Roman", serif;
  --sans: Raleway, Avenir, "Avenir Next", "Gill Sans", "Trebuchet MS", sans-serif;
  --support: "Glacial Indifference", "GlacialIndifference", Avenir, "Avenir Next", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
}

a {
  color: inherit;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  padding: 82px clamp(20px, 5vw, 72px) 50px;
  border-bottom: 1px solid var(--line);
  background: rgba(250, 247, 242, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

.brand span {
  font-family: var(--serif);
  font-size: clamp(52px, 5vw, 76px);
  font-weight: 500;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(26px, 3.75vw, 51px);
  color: var(--ink);
  font-family: var(--support);
  font-size: 13px;
  font-synthesis: none;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  font-family: "Glacial Indifference", "GlacialIndifference", Avenir, "Avenir Next", Arial, sans-serif;
  font-synthesis: none;
  font-weight: 400;
  text-decoration: none;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
  content: "";
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
}

.section {
  padding: clamp(96px, 12vw, 172px) clamp(22px, 7vw, 118px);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(253, 233, 220, 0.22), rgba(250, 247, 242, 0.08) 54%, rgba(237, 225, 218, 0.18)),
    var(--paper);
  min-height: calc(70vh - 92px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  align-items: center;
  gap: clamp(88px, 10.5vw, 158px);
  padding-top: clamp(52px, 6.4vw, 96px);
  padding-bottom: clamp(42px, 5.8vw, 82px);
}

.hero::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(184, 128, 112, 0.55), transparent 34%),
    radial-gradient(circle at 72% 18%, rgba(253, 233, 220, 0.82), transparent 32%),
    radial-gradient(circle at 62% 78%, rgba(237, 225, 218, 0.72), transparent 36%),
    linear-gradient(110deg, transparent 0%, rgba(74, 63, 58, 0.2) 48%, transparent 100%);
  filter: blur(34px);
  opacity: 0.065;
  content: "";
  pointer-events: none;
}

.hero::after {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(74, 63, 58, 0.28) 0 0.7px, transparent 0.8px),
    radial-gradient(circle at 70% 60%, rgba(184, 128, 112, 0.22) 0 0.6px, transparent 0.7px);
  background-size: 34px 34px, 46px 46px;
  opacity: 0.055;
  content: "";
  pointer-events: none;
}

.hero > * {
  position: relative;
  z-index: 2;
  transform: translateY(clamp(-26px, -2vw, -14px));
}

.hero-copy,
.section-heading,
.vault-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 14px;
  color: rgba(158, 109, 96, 0.72);
  font-family: var(--support);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.06;
}

h1 {
  max-width: 780px;
  font-size: clamp(48px, 6.9vw, 90px);
  line-height: 1.12;
}

h2 {
  font-size: clamp(38px, 4.4vw, 64px);
  line-height: 1.12;
}

h3 {
  font-size: 31px;
}

.lede,
.section-heading p,
.feature-copy p,
.about-copy p,
.vault-copy p {
  color: var(--muted);
  font-size: clamp(17px, 1.75vw, 21px);
  font-weight: 300;
  line-height: 1.82;
}

.lede {
  max-width: 640px;
  margin: 46px 0 0;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 52px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 28px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-family: var(--support);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 240ms ease,
    border-color 240ms ease,
    color 240ms ease,
    box-shadow 240ms ease,
    transform 240ms ease;
  cursor: pointer;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  border-color: rgba(184, 128, 112, 0.34);
  background: rgba(184, 128, 112, 0.86);
  color: var(--white);
  font-weight: 400;
  letter-spacing: 0.14em;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: rgba(158, 109, 96, 0.9);
}

.button-secondary {
  border: 1px solid rgba(184, 128, 112, 0.48);
  background: rgba(255, 253, 251, 0.28);
  color: rgba(74, 63, 58, 0.82);
  font-weight: 400;
  letter-spacing: 0.15em;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(184, 128, 112, 0.72);
  background: rgba(253, 233, 220, 0.22);
  box-shadow: 0 10px 28px rgba(184, 128, 112, 0.09);
  color: var(--rose-dark);
}

.button-dark {
  border-color: rgba(74, 63, 58, 0.34);
  background: rgba(74, 63, 58, 0.9);
  color: var(--white);
  font-weight: 400;
  letter-spacing: 0.14em;
}

.button-dark:hover,
.button-dark:focus-visible {
  background: rgba(74, 63, 58, 0.78);
  box-shadow: 0 10px 28px rgba(74, 63, 58, 0.09);
}

.hero-art {
  display: grid;
  place-items: center;
  min-height: 390px;
}

.hero-photo {
  width: min(726px, 92vw);
  aspect-ratio: 4 / 3;
  height: min(545px, 69vw);
  border-radius: 18px;
  object-fit: cover;
  object-position: 58% 50%;
  transform: translateY(-36px);
  filter: brightness(1.02) saturate(0.9) contrast(0.98);
  box-shadow: 0 9px 24px rgba(74, 63, 58, 0.075);
}

.collection {
  background: #f3eee7;
  padding-top: clamp(44px, 4.8vw, 58px);
  padding-bottom: clamp(20px, 4vw, 64px);
}

.section-heading {
  margin: 0 auto 22px;
  text-align: center;
}

.collection .section-heading h2 {
  font-size: clamp(31px, 3.5vw, 51px);
}

.section-heading p {
  max-width: 720px;
  margin: 26px auto 0;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 72px);
}

.theme-card {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 440px;
  padding: 0 clamp(8px, 2vw, 18px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.category-logo {
  width: min(222px, 74%);
  height: auto;
  margin-bottom: 46px;
  justify-self: center;
  filter: drop-shadow(0 10px 22px rgba(74, 63, 58, 0.045));
}

.theme-card p {
  max-width: 330px;
  margin: 20px auto 34px;
  color: var(--muted);
}

.places {
  color: var(--muted-rose);
}

.cozy {
  color: var(--warm-charcoal);
}

.joys {
  color: #c79a8d;
}

.theme-card h3,
.theme-card p,
.theme-card .text-link {
  color: var(--ink);
}

.text-link {
  margin-top: auto;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(184, 128, 112, 0.42);
  color: rgba(74, 63, 58, 0.72);
  font-family: var(--support);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.17em;
  text-decoration: none;
  text-transform: uppercase;
}

.collection-library {
  background: #f3eee7;
  padding-top: clamp(37px, calc(5.85vw - 10px), 74px);
  padding-bottom: clamp(57px, calc(8.4vw - 10px), 110px);
}

.collection-library .section-heading {
  margin-bottom: 0;
}

.collection-family-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(42px, 6vw, 92px);
  margin-top: 30px;
}

.collection-family-card {
  display: grid;
  align-content: start;
  justify-items: center;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.collection-family-card .category-logo {
  width: min(190px, 72%);
  margin-bottom: 17px;
}

.collection-family-card p {
  max-width: 360px;
  margin: 18px auto 24px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}

.collection-status {
  color: rgba(158, 109, 96, 0.54);
  font-family: var(--support);
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 0.144em;
  line-height: 1.4 !important;
  margin: 4px auto 34px !important;
  text-transform: uppercase;
}

.collection-status.is-active {
  color: rgba(184, 128, 112, 0.82);
  font-weight: 500 !important;
  margin-bottom: 20px !important;
}

.first-stops {
  background: #f8f5f1;
  padding-top: clamp(65px, 7.65vw, 109px);
  padding-bottom: clamp(82px, 9.5vw, 138px);
}

.places-feature {
  max-width: 1120px;
  margin: clamp(8px, 2.4vw, 32px) auto 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(54px, 7vw, 104px);
}

.places-feature-art {
  display: grid;
  justify-items: center;
}

.places-feature-art img {
  width: min(378px, 100%);
  height: auto;
  border-radius: 3px;
  box-shadow: 0 22px 58px rgba(74, 63, 58, 0.12);
}

.places-feature-copy {
  display: grid;
  gap: 22px;
  max-width: 560px;
}

.places-feature-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.75vw, 21px);
  font-weight: 300;
  line-height: 1.78;
}

.places-feature-copy .places-intro {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(30px, 3.1vw, 46px);
  font-weight: 400;
  line-height: 1.18;
}

.book-status {
  color: rgba(158, 109, 96, 0.78) !important;
  font-family: var(--support);
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0.144em;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.places-feature .button {
  width: fit-content;
  min-height: 46px;
  margin-top: 10px;
  padding: 12px 20px;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.places-feature .book-status {
  margin: 0;
  color: rgba(184, 128, 112, 0.86) !important;
  font-weight: 500 !important;
}

.collection-closing {
  background: var(--paper);
}

.collection-closing .section-heading {
  margin-bottom: 0;
}

.collection-closing .button-row {
  justify-content: center;
}

.vault-hero {
  background:
    linear-gradient(180deg, rgba(253, 233, 220, 0.18), rgba(250, 247, 242, 0.08) 62%, rgba(237, 225, 218, 0.12)),
    var(--paper);
  padding-top: clamp(52px, 6.2vw, 90px);
  padding-bottom: clamp(50px, 5.8vw, 82px);
}

.vault-hero .section-heading {
  margin-bottom: 0;
}

.vault-hero h1 {
  margin: 0 auto;
  font-size: clamp(38px, 4.9vw, 68px);
  transform: translateY(4px);
}

.vault-hero .section-heading p:not(.eyebrow):not(.vault-reassurance) {
  margin-top: 18px;
  color: var(--editorial-body);
}

.vault-hero .button-row {
  margin-top: 34px;
  transform: translateY(-13px);
}

.vault-hero .button-row {
  justify-content: center;
}

.vault-reassurance,
.vault-small-note {
  color: rgba(74, 63, 58, 0.58) !important;
  font-family: var(--support);
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0.05em;
  line-height: 1.65 !important;
}

.vault-reassurance {
  margin-top: 12px !important;
}

.vault-resources {
  background: #f3eee7;
  padding-top: clamp(57px, 6.75vw, 96px);
  padding-bottom: clamp(62px, 7.05vw, 102px);
}

.vault-resources .section-heading h2 {
  transform: translateY(4px);
}

.resource-grid {
  max-width: 1120px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3.2vw, 42px);
  margin: clamp(28px, 3.8vw, 48px) auto 0;
}

.resource-card {
  min-height: 252px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: clamp(22px, 2.55vw, 30px);
  border: 1px solid rgba(74, 63, 58, 0.08);
  border-radius: 4px;
  background: rgba(255, 253, 251, 0.38);
}

.resource-card h3 {
  font-size: clamp(27px, 2.4vw, 36px);
  line-height: 1.12;
}

.resource-card p {
  margin: 0;
  color: var(--editorial-body);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.76;
}

.resource-card .resource-category {
  color: rgba(158, 109, 96, 0.62);
  font-family: var(--support);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.45;
  text-transform: uppercase;
}

.resource-card .text-link {
  width: fit-content;
  margin-top: auto;
}

.resource-growth-note {
  margin: clamp(32px, 4vw, 48px) auto 0;
  color: rgba(74, 63, 58, 0.58);
  font-family: var(--support);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.65;
  text-align: center;
}

.vault-access {
  display: grid;
  justify-items: center;
  text-align: center;
  background: rgba(237, 225, 218, 0.58);
  padding-top: clamp(55px, 6.46vw, 91px);
  padding-bottom: calc(clamp(53px, 6.08vw, 86px) + 80px);
}

.vault-access .vault-copy p {
  max-width: 780px;
  color: var(--editorial-body);
  transform: translateY(-7px);
}

.vault-access .vault-copy h2 {
  transform: translateY(4px);
}

.vault-access .signup-form {
  margin-top: 32px;
}

.vault-access .signup-form .button {
  padding-right: 34px;
  padding-left: 34px;
}

.vault-small-note {
  margin: 18px 0 0;
}

.vault-access .vault-small-note {
  margin-top: 28px;
}

.feature {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(58px, 9vw, 126px);
  padding-top: clamp(46px, 7vw, 96px);
  padding-bottom: clamp(68px, 8.6vw, 122px);
  background: #f4f0eb;
}

.book-preview {
  display: grid;
  place-items: center;
}

.book-mockup {
  width: min(530px, 86vw);
  height: auto;
  border-radius: 2px;
  box-shadow: 0 28px 72px rgba(74, 63, 58, 0.13);
}

.feature-copy {
  max-width: 650px;
}

.feature-copy h2 {
  font-size: clamp(31px, 3.55vw, 52px);
}

.feature-copy p {
  margin: 34px 0 46px;
}

.about {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
  gap: clamp(54px, 8vw, 116px);
  padding-top: clamp(78px, 9.5vw, 138px);
  padding-bottom: clamp(64px, 8vw, 118px);
  background: rgba(237, 225, 218, 0.62);
}

.about-copy p {
  margin: 0 0 30px;
}

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

.about-copy p,
.editorial-body {
  color: var(--editorial-body);
}

.vault {
  display: grid;
  justify-items: center;
  text-align: center;
  padding-top: clamp(68px, 8.6vw, 120px);
  padding-bottom: clamp(56px, 7vw, 118px);
  background: var(--paper);
}

.vault-copy p {
  max-width: 820px;
  margin: 30px auto 0;
  color: var(--editorial-body);
}

.signup-form {
  width: min(620px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  margin-top: 42px;
}

.vault-unlock-form {
  width: min(800px, 100%);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr) auto;
}

.signup-form input {
  min-height: 58px;
  width: 100%;
  border: 1px solid rgba(74, 63, 58, 0.08);
  border-radius: 2px;
  background: rgba(255, 253, 251, 0.72);
  color: var(--ink);
  font: inherit;
  font-family: var(--sans);
  font-weight: 300;
  padding: 0 22px;
  outline: none;
}

.signup-form input:focus {
  border-color: rgba(184, 128, 112, 0.38);
  box-shadow: 0 0 0 4px rgba(184, 128, 112, 0.08);
}

.form-note {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--rose-dark);
  font-size: 15px;
}

.vault-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 22px;
}

.vault-modal.is-open {
  display: grid;
}

.vault-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(74, 63, 58, 0.28);
  backdrop-filter: blur(6px);
}

.vault-modal-panel {
  position: relative;
  width: min(680px, 100%);
  padding: clamp(34px, 5vw, 54px);
  border: 1px solid rgba(74, 63, 58, 0.1);
  border-radius: 6px;
  background: var(--paper);
  box-shadow: 0 26px 80px rgba(74, 63, 58, 0.18);
  text-align: center;
}

.vault-modal-panel h2 {
  font-size: clamp(34px, 4vw, 52px);
}

.vault-modal-panel p:not(.eyebrow):not(.vault-small-note):not(.form-note) {
  max-width: 560px;
  margin: 22px auto 0;
  color: var(--editorial-body);
  font-size: clamp(16px, 1.55vw, 19px);
  font-weight: 300;
  line-height: 1.76;
}

.vault-modal-form {
  grid-template-columns: 1fr;
  margin: 30px auto 0;
}

.vault-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(74, 63, 58, 0.1);
  border-radius: 50%;
  background: rgba(255, 253, 251, 0.7);
  color: var(--ink);
  font-family: var(--support);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.studio-notes-hero {
  background:
    linear-gradient(180deg, rgba(253, 233, 220, 0.16), rgba(250, 247, 242, 0.06)),
    var(--paper);
  padding-top: clamp(66px, 7.5vw, 108px);
  padding-bottom: clamp(62px, 7vw, 98px);
}

.studio-notes-hero .section-heading {
  margin-bottom: 0;
}

.studio-notes-hero h1 {
  margin: 0 auto;
  font-size: clamp(42px, 5.4vw, 74px);
  transform: translateY(3px);
}

.studio-notes-hero .section-heading > p:last-child {
  color: var(--editorial-body);
  transform: translateY(-7px);
}

.studio-archive {
  background: #f3eee7;
  padding-top: clamp(62px, 7vw, 100px);
  padding-bottom: clamp(74px, 8vw, 116px);
}

.studio-archive-heading {
  max-width: 940px;
  margin: 0 auto clamp(34px, 4.5vw, 58px);
}

.studio-archive-heading h2 {
  font-size: clamp(34px, 4vw, 54px);
}

.letter-list {
  max-width: 940px;
  margin: 0 auto;
  border-top: 1px solid rgba(74, 63, 58, 0.12);
}

.letter-entry {
  border-bottom: 1px solid rgba(74, 63, 58, 0.12);
}

.letter-entry a {
  display: grid;
  grid-template-columns: minmax(120px, 0.28fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 4vw, 54px);
  padding: clamp(26px, 3.5vw, 42px) 0;
  text-decoration: none;
}

.letter-entry h3 {
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.14;
}

.letter-number,
.letter-read {
  margin: 0;
  color: rgba(158, 109, 96, 0.68);
  font-family: var(--support);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.letter-read {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(184, 128, 112, 0.38);
}

.letter-entry a:hover .letter-read,
.letter-entry a:focus-visible .letter-read {
  color: var(--rose-dark);
  border-color: rgba(158, 109, 96, 0.7);
}

.studio-letter {
  max-width: 900px;
  margin: 0 auto;
  padding-top: clamp(72px, 8vw, 118px);
  padding-bottom: clamp(80px, 9vw, 132px);
}

.studio-letter-header {
  max-width: 780px;
  margin: 0 auto 80px;
  text-align: center;
}

.studio-letter-header h1 {
  margin: 0 auto;
  font-size: clamp(44px, 6vw, 78px);
}

.studio-letter-header .studio-letter-subtitle {
  max-width: 680px;
  margin: 26px auto 0;
  color: var(--editorial-body);
  font-size: clamp(16px, 1.55vw, 19px);
  font-weight: 300;
  line-height: 1.78;
}

.studio-letter-body {
  max-width: 680px;
  margin: 0 auto;
}

.studio-letter-body p {
  margin: 0 0 28px;
  color: var(--editorial-body);
  font-size: clamp(17px, 1.55vw, 20px);
  font-weight: 300;
  line-height: 1.92;
}

.studio-letter-body .letter-section-break {
  margin-top: 80px;
}

.studio-letter-body .letter-opening {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(27px, 3vw, 39px);
  font-weight: 400;
  line-height: 1.35;
}

.studio-letter-body .letter-signature {
  margin-top: 60px;
}

.studio-letter-body .letter-signature p {
  margin-bottom: 20px;
}

.studio-letter-body .letter-signoff {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.5;
}

.studio-letter-body .letter-signoff span {
  color: var(--muted);
  font-family: var(--support);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.studio-letter-footer {
  max-width: 680px;
  margin: 60px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(74, 63, 58, 0.1);
}

.about-page-hero {
  background:
    linear-gradient(180deg, rgba(253, 233, 220, 0.16), rgba(250, 247, 242, 0.04)),
    var(--paper);
  padding-top: clamp(68px, 7.5vw, 108px);
  padding-bottom: clamp(82px, 9vw, 130px);
}

.about-page-hero .section-heading {
  max-width: 860px;
  margin-bottom: clamp(52px, 6vw, 78px);
}

.about-page-hero h1 {
  margin: 0 auto;
  font-size: clamp(43px, 5.6vw, 76px);
}

.editorial-prose {
  color: var(--editorial-body);
}

.editorial-prose p {
  margin: 0 0 26px;
  font-size: clamp(17px, 1.55vw, 20px);
  font-weight: 300;
  line-height: 1.88;
}

.editorial-prose p:last-child {
  margin-bottom: 0;
}

.about-page-intro {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}

.about-page-intro .about-emphasis {
  margin-top: 58px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.34;
}

.about-chapter {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.08fr);
  align-items: start;
  gap: clamp(56px, 8vw, 126px);
  background: var(--paper);
  padding-top: clamp(82px, 9vw, 132px);
  padding-bottom: clamp(82px, 9vw, 132px);
}

.about-chapter-soft {
  background: #f3eee7;
}

.about-chapter-heading {
  max-width: 520px;
}

.about-chapter-heading h2 {
  font-size: clamp(36px, 4vw, 58px);
}

.about-chapter-copy {
  max-width: 680px;
}

.about-welcome {
  background: rgba(237, 225, 218, 0.58);
  padding-top: clamp(82px, 9vw, 132px);
  padding-bottom: clamp(86px, 9.5vw, 138px);
}

.about-welcome .section-heading {
  max-width: 800px;
  margin-bottom: 0;
}

.about-welcome-copy {
  max-width: 700px;
  margin: 34px auto 0;
  text-align: center;
}

.about-signature {
  margin-top: 46px;
}

.about-welcome-copy .about-signature p {
  margin-bottom: 8px;
}

.about-welcome-copy .about-signature-name {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(27px, 3vw, 34px);
  font-weight: 400;
  line-height: 1.2;
}

.about-welcome-copy .about-signature-role {
  margin-top: 13px;
  color: var(--muted);
  font-family: var(--support);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.about-welcome .button-row {
  justify-content: center;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) minmax(150px, 0.75fr) minmax(140px, 0.65fr) minmax(220px, 1fr);
  align-items: start;
  gap: clamp(34px, 5vw, 76px);
  padding: clamp(74px, 8vw, 116px) clamp(22px, 7vw, 118px);
  border-top: 1px solid var(--line);
  background: #ede1da;
  color: var(--muted);
  font-family: var(--support);
  font-size: 15px;
}

.footer-brand,
.footer-links,
.footer-note {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-brand h2,
.footer-links h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: var(--support);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.45;
  text-transform: uppercase;
}

.footer-brand p,
.footer-note p {
  margin: 0;
  line-height: 1.75;
}

.footer-note p:first-child {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 1.2;
}

.footer-note p:last-child {
  margin-top: 16px;
  font-size: 13px;
}

.footer-links a {
  color: rgba(74, 63, 58, 0.72);
  font-family: var(--support);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--rose-dark);
}

@media (max-width: 980px) {
  .site-header {
    align-items: stretch;
    gap: 18px;
    padding: 28px 20px 22px;
  }

  .brand {
    max-width: calc(100% - 64px);
    align-self: center;
  }

  .menu-toggle {
    position: absolute;
    top: 24px;
    right: 20px;
    width: 46px;
    height: 46px;
    display: inline-grid;
    place-content: center;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    color: var(--ink);
  }

  .menu-toggle span:not(.sr-only) {
    width: 20px;
    height: 2px;
    background: currentColor;
  }

  .site-nav {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 12px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px 0;
    border-top: 1px solid var(--line);
  }

  .site-nav a::after {
    display: none;
  }

  .hero,
  .feature,
  .about,
  .about-chapter {
    grid-template-columns: 1fr;
  }

  .about-chapter {
    gap: 42px;
  }

  .hero {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 64px;
  }

  .hero-art {
    min-height: 280px;
  }

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

  .collection-family-grid,
  .places-feature,
  .resource-grid {
    grid-template-columns: 1fr;
  }

  .places-feature-copy {
    justify-items: center;
    margin: 0 auto;
    text-align: center;
  }

  .theme-card {
    min-height: auto;
  }

  .collection-family-card {
    min-height: auto;
  }

  .resource-card {
    min-height: auto;
  }

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

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

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

  .brand span {
    font-size: 38px;
  }

  h1 {
    font-size: 46px;
  }

  .hero {
    padding: 64px 18px;
  }

  h2 {
    font-size: 40px;
  }

  .section {
    padding: 64px 18px;
  }

  .button,
  .signup-form .button {
    width: 100%;
  }

  .signup-form,
  .vault-unlock-form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 34px;
  }

  .site-footer p {
    justify-self: start;
  }

  .letter-entry a {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .letter-read {
    width: fit-content;
    margin-top: 8px;
  }
}
