:root {
  color: #171313;
  background: #fdfcfb;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
  --ink: #171313;
  --muted: #6d6562;
  --paper: #fdfcfb;
  --blush: #f4e9e8;
  --wine: #2a1f20;
  --rose: #a9606f;
  --line: rgba(23, 19, 19, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.65;
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 20;
  padding: 0.75rem 1rem;
  background: white;
  color: var(--ink);
  transform: translateY(-150%);
}

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

.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 5.5rem;
  padding: 1.25rem clamp(1.25rem, 4vw, 4.5rem);
  border-bottom: 1px solid var(--line);
  background: rgba(253, 252, 251, 0.96);
}

.wordmark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.4vw, 1.8rem);
  letter-spacing: 0.08em;
  text-decoration: none;
  white-space: nowrap;
}

.page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem 1.6rem;
}

.page-nav a {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.page-nav a:hover,
.page-nav a:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  color: var(--rose);
}

.page-main {
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.9fr);
  min-height: 41rem;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 9vw, 8rem) clamp(1.5rem, 7vw, 7.5rem);
}

.hero-copy h1,
.article-header h1,
.error-page h1 {
  max-width: 13ch;
  margin: 0.6rem 0 1.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 7vw, 7.4rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.hero-copy .lede,
.article-header .lede {
  max-width: 39rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.65;
}

.eyebrow {
  margin: 0;
  color: var(--rose);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-media {
  min-height: 41rem;
  margin: 0;
  background: #eee6e2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 41rem;
  object-fit: cover;
  object-position: center 42%;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.9rem 1.4rem;
  border: 1px solid var(--ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
}

.button.dark {
  background: var(--ink);
  color: white;
}

.button.light {
  background: transparent;
  color: var(--ink);
}

.button:hover,
.button:focus-visible {
  background: var(--rose);
  border-color: var(--rose);
  color: white;
}

.content-shell {
  width: min(76rem, calc(100% - 3rem));
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 8rem) 0;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(15rem, 0.58fr) minmax(0, 1fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.section-intro {
  position: sticky;
  top: 2rem;
}

.section-intro h2,
.content-copy h2,
.retailer-intro h2,
.color-intro h2 {
  max-width: 13ch;
  margin: 0.6rem 0 1.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.section-intro p:last-child,
.content-copy p,
.content-copy li,
.retailer-intro p,
.color-intro p {
  color: var(--muted);
  font-size: 1.02rem;
}

.content-copy {
  max-width: 45rem;
}

.content-copy h2 {
  max-width: 18ch;
  margin-top: 3.7rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.content-copy h2:first-child {
  margin-top: 0;
}

.content-copy h3 {
  margin: 2.4rem 0 0.6rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.content-copy ul {
  padding-left: 1.25rem;
}

.content-copy blockquote {
  margin: 3rem 0;
  padding: 2rem 0 2rem 2rem;
  border-left: 2px solid var(--rose);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.35;
}

.text-link {
  display: inline-block;
  margin-top: 1.2rem;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-underline-offset: 0.4rem;
}

.image-band {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 34rem;
  background: var(--blush);
}

.image-band figure {
  min-height: 34rem;
  margin: 0;
}

.image-band img {
  width: 100%;
  height: 100%;
  min-height: 34rem;
  object-fit: cover;
  object-position: center 42%;
}

.image-band .band-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 7vw, 7rem);
}

.image-band h2 {
  margin: 0.8rem 0 1.2rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.image-band p {
  max-width: 31rem;
  color: var(--muted);
}

.article-header {
  width: min(76rem, calc(100% - 3rem));
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 9rem) 0 clamp(3rem, 7vw, 6rem);
}

.article-header h1 {
  max-width: 15ch;
  font-size: clamp(3.2rem, 7vw, 6.7rem);
}

.article-meta {
  margin-top: 1.5rem;
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-image {
  width: min(92rem, 100%);
  max-height: 47rem;
  margin: 0 auto;
  overflow: hidden;
}

.article-image img {
  width: 100%;
  max-height: 47rem;
  object-fit: cover;
  object-position: center;
}

.color-intro,
.retailer-intro {
  width: min(76rem, calc(100% - 3rem));
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 9rem) 0 clamp(3rem, 6vw, 5rem);
}

.color-intro h1,
.retailer-intro h1 {
  max-width: 15ch;
  margin: 0.7rem 0 1.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 7vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.color-intro > p:last-child,
.retailer-intro > p:last-child {
  max-width: 46rem;
}

.color-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(92rem, calc(100% - 3rem));
  margin: 0 auto;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.color-card {
  display: grid;
  grid-template-columns: minmax(10rem, 0.8fr) minmax(0, 1fr);
  min-height: 30rem;
  background: var(--paper);
}

.color-card figure {
  min-height: 30rem;
  margin: 0;
  overflow: hidden;
}

.color-card img {
  width: 100%;
  height: 100%;
  min-height: 30rem;
  object-fit: cover;
  object-position: center 42%;
}

.color-card-copy {
  align-self: center;
  padding: clamp(2rem, 5vw, 4rem);
}

.color-card h2 {
  margin: 0.5rem 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.color-card p {
  color: var(--muted);
}

.retailer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(76rem, calc(100% - 3rem));
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.retailer-card {
  padding: clamp(2rem, 5vw, 4rem);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.retailer-card h2 {
  margin: 0.7rem 0 0.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}

.retailer-card address {
  margin: 1.25rem 0;
  color: var(--muted);
  font-style: normal;
}

.retailer-card p {
  color: var(--muted);
}

.retailer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.2rem;
  margin-top: 1.5rem;
}

.retailer-actions a {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-underline-offset: 0.3rem;
}

.closing-panel {
  margin-top: clamp(5rem, 10vw, 9rem);
  padding: clamp(5rem, 10vw, 9rem) 1.5rem;
  background: var(--wine);
  color: white;
  text-align: center;
}

.closing-panel .eyebrow {
  color: #cf8795;
}

.closing-panel h2 {
  max-width: 18ch;
  margin: 0.8rem auto 1.2rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 6vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.closing-panel p {
  max-width: 40rem;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
}

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

.closing-panel .button {
  border-color: white;
  color: white;
}

.page-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2rem;
  padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 6vw, 6rem);
  background: var(--ink);
  color: white;
}

.page-footer h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 400;
}

.page-footer p,
.page-footer a {
  color: rgba(255, 255, 255, 0.68);
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 0.45rem;
}

.error-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  width: min(70rem, calc(100% - 3rem));
  margin: 0 auto;
}

.error-page h1 {
  max-width: 12ch;
}

.error-page > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.15rem;
}

@media (max-width: 960px) {
  .hero-grid,
  .image-band,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .hero-media,
  .hero-media img {
    min-height: 34rem;
  }

  .hero-media {
    order: -1;
  }

  .section-intro {
    position: static;
  }

  .image-band figure,
  .image-band img {
    min-height: 30rem;
  }

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

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

@media (max-width: 700px) {
  .page-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .page-nav {
    justify-content: flex-start;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero-copy {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }

  .hero-media,
  .hero-media img {
    min-height: 28rem;
  }

  .color-card {
    grid-template-columns: 1fr;
  }

  .color-card figure,
  .color-card img {
    min-height: 28rem;
  }

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

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

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