:root {
  --white: #fff;
  --soft: #f5f3ef;
  --ink: #171717;
  --muted: #65625d;
  --wine: #92263d;
  --acid: #c6df49;
  --line: #dedbd4;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
h2 {
  font-size: clamp(48px, 6vw, 88px);
  line-height: 0.94;
  letter-spacing: -0.065em;
  margin: 0;
  font-weight: 700;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 11px;
  font-weight: 700;
  color: var(--wine);
  margin: 0 0 22px;
}
.site-header {
  height: 96px;
  padding: 15px clamp(24px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fbf7f1;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 5;
}
.brand img {
  width: 178px;
  height: 48px;
  object-fit: contain;
  object-position: left;
  mix-blend-mode: multiply;
}
.site-header nav {
  display: flex;
  gap: 28px;
  font-size: 12px;
  font-weight: 400;
}
.site-header nav a {
  padding: 9px 0;
  border-bottom: 2px solid transparent;
}
.site-header nav a:hover {
  border-color: var(--wine);
}
.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  background: #fff;
  padding: 34px clamp(24px, 4vw, 60px) 60px;
  gap: 42px;
}
.hero-copy {
  align-self: center;
  padding: 70px 1vw;
}
.hero h1 {
  font-size: clamp(68px, 8.2vw, 126px);
  font-weight: 800;
  letter-spacing: -0.085em;
  line-height: 0.78;
  margin: 0 0 42px;
}
.hero h1 em {
  display: inline-block;
  font-family: Georgia, serif;
  font-weight: 400;
  color: var(--wine);
  letter-spacing: -0.065em;
}
.hero-lead {
  max-width: 560px;
  font-size: 18px;
  line-height: 1.65;
  color: var(--muted);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 38px;
}
.button {
  display: inline-flex;
  padding: 15px 23px;
  border-radius: 3px;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.button:hover {
  background: var(--wine);
}
.text-link {
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}
.hero-image {
  position: relative;
  align-self: stretch;
  min-height: 600px;
  background: var(--soft);
  overflow: hidden;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.made-stamp {
  position: absolute;
  right: 30px;
  top: 28px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: var(--wine);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 8px;
  transform: rotate(8deg);
}
.made-stamp strong {
  font-size: 15px;
  letter-spacing: 0.03em;
  margin-top: 4px;
}
.image-note {
  position: absolute;
  left: 28px;
  bottom: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.intro {
  padding: 130px 7vw;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 8vw;
  background: #fbf7f1;
  color: var(--ink);
}
.intro .eyebrow {
  color: var(--wine);
}
.statement {
  font-family: Georgia, serif;
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 1.2;
  margin: 0;
}
.how {
  padding: 130px 7vw;
}
.section-head {
  max-width: 900px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 86px;
  border-top: 1px solid var(--ink);
}
.steps article {
  padding: 28px 34px 35px 0;
  border-right: 1px solid var(--line);
}
.steps article + article {
  padding-left: 34px;
}
.steps article:last-child {
  border-right: 0;
}
.steps span {
  font-size: 12px;
  font-weight: 800;
  color: var(--wine);
}
.steps h3 {
  font-size: 27px;
  letter-spacing: -0.035em;
  margin: 50px 0 12px;
}
.steps p,
.color-copy p,
.made-copy p {
  color: var(--muted);
  line-height: 1.7;
}
.color-section {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 7vw;
  align-items: center;
  padding: 120px 7vw;
  background: var(--soft);
}
.color-copy p {
  max-width: 410px;
}
.product-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.product-pair figure {
  margin: 0;
  background: #fff;
}
.product-pair img {
  width: 100%;
  aspect-ratio: 1/1.08;
  object-fit: cover;
}
.product-pair figcaption {
  padding: 13px 15px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.made-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  padding: 130px 7vw;
  background: var(--wine);
  color: #fff;
}
.eyebrow.light {
  color: #ffc2ce;
}
.made-copy p {
  color: #f8dfe4;
  max-width: 650px;
  font-size: 18px;
}
.facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #ffffff66;
}
.fact {
  background: var(--wine);
  padding: 34px;
}
.fact strong {
  display: block;
  font-size: 44px;
  letter-spacing: -0.05em;
}
.fact span {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 9px;
}
.materials {
  padding: 130px 7vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
}
.materials dl {
  margin: 0;
}
.materials dl div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.materials dl div:last-child {
  border-bottom: 1px solid var(--line);
}
.materials dt {
  font-weight: 700;
}
.materials dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}
.faq {
  padding: 130px 7vw;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 8vw;
  background: var(--soft);
}
.faq-list details {
  border-top: 1px solid #bdb8af;
}
.faq-list details:last-child {
  border-bottom: 1px solid #bdb8af;
}
summary {
  cursor: pointer;
  list-style: none;
  padding: 25px 0;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  color: var(--wine);
  font-size: 25px;
}
details[open] summary span {
  transform: rotate(45deg);
}
details p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0 0 26px;
  max-width: 650px;
}
.notice {
  margin: 0;
  padding: 28px 7vw;
  background: #fbf7f1;
  color: var(--muted);
  border-top: 1px solid var(--line);
  border-left: 6px solid var(--wine);
  line-height: 1.6;
}
.notice strong {
  color: var(--wine);
}
footer {
  text-align: center;
  padding: 70px 24px;
  background: #111;
  color: #fff;
}
footer img {
  width: 210px;
  margin: 0 auto 30px;
  filter: invert(1);
  mix-blend-mode: screen;
}
footer p {
  font-family: Georgia, serif;
  font-size: 27px;
  margin: 0 0 12px;
}
footer small {
  font-size: 9px;
  letter-spacing: 0.18em;
  color: #aaa;
}
.footer-legal {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 24px;
  font-size: 13px;
  color: #c9c4bd;
}
.footer-legal a {
  border-bottom: 1px solid #625d57;
  padding-bottom: 3px;
}
.footer-legal a:hover {
  color: #fff;
  border-color: var(--wine);
}
.legal-page {
  min-height: 100vh;
  background: #f5f3ef;
}
.legal-header {
  min-height: 96px;
  padding: 15px clamp(24px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #fbf7f1;
  border-bottom: 1px solid var(--line);
}
.legal-header .brand img {
  width: 190px;
  mix-blend-mode: multiply;
}
.legal-back {
  font-size: 14px;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
}
.legal-shell {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 86px;
}
.legal-content {
  background: var(--white);
  border: 1px solid var(--line);
  padding: clamp(28px, 6vw, 68px);
  color: #403d38;
  line-height: 1.75;
}
.legal-content h1 {
  margin: 0 0 42px;
  color: var(--ink);
  font-size: clamp(42px, 7vw, 76px);
  line-height: .95;
  letter-spacing: -.055em;
}
.legal-content h2 {
  margin: 44px 0 14px;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
  letter-spacing: -.025em;
}
.legal-content h3 {
  margin: 30px 0 10px;
  color: var(--ink);
}
.legal-content p, .legal-content ul, .legal-content ol {
  margin: 0 0 18px;
}
.legal-content a, .legal-sync a {
  color: var(--wine);
  text-decoration: underline;
  overflow-wrap: anywhere;
}
.legal-sync {
  margin: 24px 0 0;
  padding: 20px 24px;
  border-left: 5px solid var(--wine);
  background: #fbf7f1;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.legal-footer {
  padding: 30px 24px;
  font-size: 13px;
}
.legal-footer a {
  color: #d8d2ca;
  text-decoration: underline;
}
@media (max-width: 600px) {
  .legal-header { min-height: 76px; }
  .legal-header .brand img { width: 150px; }
  .legal-back { font-size: 12px; }
  .legal-shell { width: min(100% - 28px, 980px); padding: 48px 0 60px; }
  .legal-content { padding: 28px 20px; }
}
.color-gallery {
  min-height: 760px;
  padding: 72px 7vw;
  display: grid;
  grid-template-columns: 0.66fr 1.34fr;
  gap: 7vw;
  align-items: center;
  background: var(--soft);
}
.color-gallery-copy > p:not(.eyebrow) {
  max-width: 420px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}
.color-swatches {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  margin-top: 34px;
}
.color-swatches button {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 9px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font: 600 12px Arial, Helvetica, sans-serif;
  cursor: pointer;
  text-align: left;
}
.color-swatches i {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #0002;
}
.color-swatches button[aria-pressed='true'] {
  color: var(--ink);
}
.color-swatches button[aria-pressed='true'] i {
  outline: 2px solid var(--wine);
  outline-offset: 3px;
}
.color-stage {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: #fff;
}
.color-stage img {
  width: 100%;
  height: 640px;
  object-fit: cover;
}
.color-label {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 190px;
  padding: 18px 24px;
  background: #fff;
}
.color-label small {
  display: block;
  margin-bottom: 6px;
  color: var(--wine);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.color-label strong {
  font-size: 22px;
}
.color-note {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wine);
  color: #fff;
  text-align: center;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: rotate(7deg);
}
@media (max-width: 850px) {
  h2 {
    font-size: 50px;
  }
  .site-header nav {
    display: none;
  }
  .site-header {
    height: 76px;
  }
  .brand img {
    width: 150px;
  }
  .hero,
  .intro,
  .color-section,
  .made-section,
  .materials,
  .faq {
    grid-template-columns: 1fr;
  }
  .hero {
    padding: 40px 20px;
    gap: 16px;
  }
  .hero-copy {
    padding: 38px 4px;
  }
  .hero h1 {
    font-size: 72px;
  }
  .hero-image {
    min-height: 420px;
  }
  .intro,
  .how,
  .color-section,
  .made-section,
  .materials,
  .faq {
    padding: 84px 24px;
  }
  .steps {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
  .steps article,
  .steps article + article {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .steps h3 {
    margin-top: 22px;
  }
  .hero-actions {
    flex-wrap: wrap;
  }
  .facts {
    grid-template-columns: 1fr 1fr;
  }
  .materials dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .color-section {
    gap: 48px;
  }
  .made-section {
    gap: 55px;
  }
  .color-gallery {
    grid-template-columns: 1fr;
    padding: 84px 24px;
  }
  .color-stage,
  .color-stage img {
    min-height: 440px;
    height: 440px;
  }
}
@media (max-width: 450px) {
  .hero h1 {
    font-size: 58px;
  }
  .facts,
  .product-pair {
    grid-template-columns: 1fr;
  }
  .made-stamp {
    width: 96px;
    height: 96px;
    right: 18px;
    top: 18px;
  }
}
