:root {
  --ink: #292528;
  --cream: #fbf7f0;
  --paper: #fffdf9;
  --rose: #bd777a;
  --rose-deep: #8f5058;
  --coral: #f0b6a5;
  --gold: #d9bc78;
  --sage: #a5b9a6;
  --forest: #30493f;
  --line: rgba(41, 37, 40, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
img { display: block; width: 100%; }
a { color: inherit; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 10; background: white; padding: .7rem 1rem; }

.site-header {
  min-height: 164px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 32px;
  border-bottom: 1px solid var(--line);
}
.brand { text-decoration: none; }
.brand-mark {
  width: 178px;
  aspect-ratio: 306 / 255;
  display: block;
  background: #fff;
}
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
nav { display: flex; gap: 34px; font-size: 14px; font-weight: 600; letter-spacing: .02em; }
nav a { text-decoration: none; border-bottom: 1px solid transparent; }
nav a:hover, nav a:focus-visible { border-color: var(--rose); }

.hero {
  max-width: 1240px;
  margin: 0 auto;
  min-height: 690px;
  padding: 68px 32px 88px;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: 72px;
}
.eyebrow, .section-label { text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 700; }
.eyebrow { color: var(--rose-deep); margin: 0 0 18px; }
h1, h2, h3 { font-family: "Newsreader", Georgia, serif; line-height: 1.05; font-weight: 600; }
h1 { font-size: clamp(54px, 6.2vw, 88px); letter-spacing: -.045em; margin: 0; }
h1 em { color: var(--rose-deep); font-weight: 500; }
.hero-text { max-width: 620px; font-size: 19px; margin: 27px 0 30px; color: #514b4e; }
.hero-actions { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 700; }
.primary { background: var(--rose-deep); color: #fff; box-shadow: 0 12px 28px rgba(143,80,88,.18); }
.primary:hover, .primary:focus-visible { background: #743e45; transform: translateY(-1px); }
.text-button { padding-inline: 0; gap: 9px; }
.hero-art { position: relative; }
.hero-photo-wrap { border-radius: 240px 240px 24px 24px; overflow: hidden; box-shadow: 0 28px 60px rgba(72,51,48,.17); }
.hero-photo-wrap img { aspect-ratio: 4 / 5; object-fit: cover; }
.heart-note { position: absolute; left: -36px; bottom: 40px; background: var(--paper); padding: 14px 22px; transform: rotate(-4deg); box-shadow: 0 10px 26px rgba(72,51,48,.13); font-family: "Newsreader", serif; font-size: 20px; }
.heart-note span { color: var(--rose); margin-left: 6px; }

.section { max-width: 1240px; margin: 0 auto; padding: 110px 32px; }
.section-label { display: flex; align-items: center; gap: 12px; margin-bottom: 32px; color: var(--rose-deep); }
.section-label span { border: 1px solid currentColor; border-radius: 50%; width: 29px; height: 29px; display: inline-grid; place-items: center; font-size: 9px; }
.mission { border-top: 1px solid var(--line); }
.mission-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.mission h2, .section-heading h2, .shows h2, .etsy h2, .closing h2 { font-size: clamp(42px, 5vw, 65px); letter-spacing: -.035em; margin: 0; }
.mission-copy { font-size: 19px; color: #514b4e; }
.mission-copy p:first-child { margin-top: 0; }

.programs { padding-top: 48px; }
.section-heading { display: grid; grid-template-columns: .5fr 1.5fr; align-items: end; gap: 40px; margin-bottom: 44px; }
.section-heading .section-label { margin-bottom: 9px; }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.program-card { min-height: 430px; padding: 32px; display: flex; flex-direction: column; border-radius: 4px; }
.program-card.coral { background: var(--coral); }
.program-card.gold { background: var(--gold); }
.program-card.sage { background: var(--sage); }
.program-number { font-size: 11px; letter-spacing: .14em; font-weight: 700; opacity: .65; }
.program-icon { font-size: 37px; margin: 42px 0 12px; }
.program-card h3 { font-size: 33px; margin: 0 0 16px; }
.program-card p { margin: 0 0 22px; }
.program-card a { margin-top: auto; font-weight: 700; font-size: 14px; text-decoration: none; }

.process { max-width: none; background: var(--forest); color: #fff; padding-inline: max(32px, calc((100vw - 1176px)/2)); }
.section-label.light { color: #f2d7d1; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.25); }
.process-grid div { padding: 36px 28px 20px 0; }
.process-grid div + div { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.25); }
.process strong { display: block; font-family: "Newsreader", serif; font-size: 34px; font-weight: 500; margin-bottom: 14px; }
.process span { color: rgba(255,255,255,.76); font-size: 15px; }

.shows { display: grid; grid-template-columns: 1fr .92fr; gap: 76px; align-items: center; }
.shows-photo { overflow: hidden; border-radius: 4px 180px 4px 4px; }
.shows-photo img { min-height: 500px; object-fit: cover; }
.shows-copy > p { color: #514b4e; font-size: 18px; }
.pull-quote { border-left: 2px solid var(--rose); padding-left: 20px; font-family: "Newsreader", serif; font-style: italic; font-size: 25px !important; color: var(--rose-deep) !important; }

.etsy { max-width: none; background: var(--rose-deep); color: white; padding-inline: max(32px, calc((100vw - 1176px)/2)); display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: center; }
.etsy-copy p { max-width: 650px; color: rgba(255,255,255,.82); font-size: 18px; }
.light-button { background: white; color: var(--rose-deep); margin-top: 14px; }
.etsy small { display: block; color: rgba(255,255,255,.68); margin-top: 13px; }
.etsy-mark { display: flex; flex-direction: column; align-items: center; font-family: "Newsreader", serif; font-size: clamp(36px, 5vw, 66px); line-height: .85; transform: rotate(-3deg); opacity: .92; }
.etsy-mark b { font-size: 58px; color: #f1c5bd; margin-top: 18px; }

.closing { text-align: center; }
.closing-logo { margin: 0 auto 36px; width: 220px; }
.closing h2 { max-width: 900px; margin: 0 auto 34px; }
footer { max-width: 1240px; margin: 0 auto; padding: 28px 32px 42px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-size: 13px; color: #6b6468; }

@media (max-width: 850px) {
  .site-header { padding-inline: 20px; }
  nav { gap: 15px; }
  nav a:nth-child(2) { display: none; }
  .site-header { min-height: 128px; }
  .brand-mark { width: 132px; }
  .hero, .mission-grid, .section-heading, .shows, .etsy { grid-template-columns: 1fr; }
  .hero { padding: 52px 22px 72px; gap: 48px; }
  .hero-art { max-width: 560px; }
  .heart-note { left: -8px; }
  .section { padding: 78px 22px; }
  .mission-grid, .shows, .etsy { gap: 38px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 340px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid div:nth-child(3) { border-left: 0; }
  .shows-photo img { min-height: 350px; }
  .etsy-mark { display: none; }
}

@media (max-width: 520px) {
  body { font-size: 16px; }
  nav { font-size: 12px; }
  nav a:first-child { display: none; }
  h1 { font-size: 49px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.25); padding-left: 0; }
  footer { flex-direction: column; gap: 2px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
