@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&family=Italiana&display=swap");

:root {
  --ink: #292820;
  --paper: #f0ede4;
  --cream: #e3ddd0;
  --clay: #a4472c;
  --line: rgba(41, 40, 32, 0.24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 15px/1.6 "DM Sans", Arial, sans-serif;
}
a { color: inherit; text-underline-offset: 0.3em; }
img { display: block; max-width: 100%; }

.site-header {
  min-height: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px clamp(24px, 5vw, 76px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 11px;
  font-weight: 500;
}
.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font: 400 16px/1 "Italiana", Georgia, serif;
  letter-spacing: -0.08em;
}
.brand-mark span { font-size: 9px; margin: 0 2px; }
nav { display: flex; gap: clamp(22px, 4vw, 58px); }
nav a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 10px;
  font-weight: 500;
}
nav a:hover, nav a:focus-visible { text-decoration: underline; }

.hero {
  min-height: calc(100vh - 106px);
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(500px, 1.18fr);
  border-bottom: 1px solid var(--line);
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(60px, 9vw, 140px) clamp(32px, 7vw, 106px);
}
.eyebrow {
  margin: 0 0 32px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 10px;
  font-weight: 500;
}
h1, h2 {
  font-family: "Italiana", Georgia, serif;
  font-weight: 400;
  line-height: 0.99;
}
h1 { margin: 0; font-size: clamp(58px, 6.6vw, 106px); letter-spacing: -0.035em; }
.lede { max-width: 420px; margin: 44px 0 30px; font-size: 16px; line-height: 1.75; }
.text-link {
  display: inline-flex;
  gap: 22px;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 10px;
  font-weight: 500;
}
.text-link span { transition: transform 180ms ease; }
.text-link:hover span, .text-link:focus-visible span { transform: translateX(5px); }
.hero-image { position: relative; min-height: 640px; margin: 0; overflow: hidden; background: var(--cream); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px 20px;
  background: var(--paper);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 9px;
}

.collection {
  padding: clamp(90px, 12vw, 180px) clamp(28px, 9vw, 140px);
}
.collection-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 50px;
}
.collection h2, .story h2, .feature h2 { margin: 0; font-size: clamp(46px, 5vw, 78px); }
.collection-copy { max-width: 430px; align-self: end; padding-bottom: 6px; }
.collection-copy p { margin: 0 0 34px; font-size: 16px; line-height: 1.75; }
.collection-status { margin: clamp(50px, 7vw, 90px) 0 0; font: 400 22px/1.5 "Italiana", Georgia, serif; }
.collection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: clamp(32px, 5vw, 72px) clamp(20px, 3vw, 44px);
  margin-top: clamp(50px, 7vw, 90px);
}
.collection-card { min-width: 0; }
.collection-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: var(--cream);
}
.collection-card-details { display: flex; justify-content: space-between; gap: 20px; padding-top: 16px; }
.collection-card h3 { min-width: 0; margin: 0; font: 400 22px/1.25 "Italiana", Georgia, serif; overflow-wrap: anywhere; }
.collection-card p { flex: 0 0 auto; margin: 1px 0 0; font-size: 13px; }

.story {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(50px, 8vw, 120px);
  padding: clamp(90px, 12vw, 180px) clamp(28px, 9vw, 140px);
  background: var(--cream);
  border-top: 1px solid var(--line);
}
.story-intro { max-width: 720px; }
.story-lede {
  max-width: 530px;
  margin: 40px 0 0;
  font: 400 clamp(20px, 2vw, 28px)/1.55 "Italiana", Georgia, serif;
}
.story-image { margin: 0; }
.story-image img { width: 100%; height: 100%; object-fit: cover; background: var(--paper); }
.story-image figcaption {
  margin-top: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 9px;
}
.story-image-making { grid-column: 1 / -1; }
.story-image-making img { aspect-ratio: 3 / 2; }
.story-copy { max-width: 590px; padding-top: clamp(10px, 5vw, 70px); }
.story-copy p { margin: 0 0 26px; font-size: 16px; line-height: 1.85; }
.story-image-shelves img { aspect-ratio: 4 / 5; }

.feature-grid { display: grid; grid-template-columns: 1fr 1fr; }
.feature-grid-workshop { grid-template-columns: 1fr; }
.feature {
  min-height: 660px;
  padding: clamp(34px, 5vw, 76px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.feature-number { align-self: flex-end; font-family: "Italiana", Georgia, serif; font-size: 22px; }
.feature .eyebrow { margin-bottom: 24px; }
.feature h2 { max-width: 620px; }
.feature p:not(.eyebrow) { max-width: 440px; margin: 32px 0 28px; }
.feature-workshop { background: var(--clay); color: #f5eee4; }

footer {
  min-height: 180px;
  padding: 45px clamp(24px, 5vw, 76px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  background: var(--ink);
  color: var(--paper);
}
footer p { margin: 0; font-family: "Italiana", Georgia, serif; font-size: 18px; }
footer > a:last-child { justify-self: end; font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; }

@media (max-width: 850px) {
  .site-header { min-height: auto; padding-block: 16px; }
  .brand > span:last-child { display: none; }
  nav { gap: 15px; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 540px; }
  .hero-image { min-height: min(76vw, 620px); }
  .collection-intro { grid-template-columns: 1fr; }
  .collection-copy { margin-left: auto; }
  .story { grid-template-columns: 1fr; }
  .story-image-making { grid-column: auto; }
  .story-image-shelves { max-width: 620px; margin-left: auto; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: 560px; }
  footer { grid-template-columns: 1fr auto; }
  footer p { display: none; }
}

@media (max-width: 520px) {
  .brand-mark { width: 42px; height: 42px; }
  nav a { font-size: 8px; letter-spacing: 0.08em; }
  .hero-copy { min-height: 490px; padding: 70px 25px; }
  .hero-image figcaption { position: static; }
  .collection, .feature { padding-left: 25px; padding-right: 25px; }
  .collection-card-details { gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .text-link span { transition: none; }
}
