.color-study-article-page {
  padding-bottom: 42px;
}

.main-nav a[href="../color-studies.html"] {
  font-weight: 700;
}

.study-breadcrumb {
  display: flex;
  gap: 9px;
  padding: 29px 0 20px;
  color: var(--muted);
  font: 700 12px/1 var(--serif);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.study-breadcrumb a {
  color: var(--gold);
}

.study-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: center;
  padding: 24px 6% 72px;
  border-bottom: 1px solid var(--line);
}

.study-hero-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  max-width: 630px;
}

.study-series,
.study-topic,
.section-kicker,
.aside-label {
  margin: 0;
  color: var(--gold);
  font: 700 12px/1.3 var(--serif);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.study-topic {
  margin-top: -5px;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: none;
}

.study-hero h1,
.study-copy h2,
.study-reflection h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--title-serif);
  font-weight: 600;
  letter-spacing: -0.05em;
  word-break: keep-all;
}

.study-hero h1 {
  font-size: clamp(42px, 4.1vw, 65px);
  line-height: 1.32;
}

.study-rule {
  width: 76px;
  height: 2px;
  margin: 8px 0 2px;
  background: var(--gold);
}

.study-lede,
.study-copy > p,
.study-copy section > p,
.study-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
  word-break: keep-all;
}

.study-lede {
  color: var(--ink);
  font-family: var(--title-serif);
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: -0.025em;
}

.study-meta {
  margin: 6px 0 0;
  color: var(--muted);
  font: 700 12px/1.5 var(--serif);
  letter-spacing: 0.06em;
}

.study-hero-art {
  position: relative;
  min-height: 610px;
  margin: 0;
  overflow: hidden;
  background: #786630;
  box-shadow: var(--shadow);
}

.study-hero-art::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(20, 18, 11, 0.66) 100%);
  content: "";
}

.study-hero-art img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  object-position: center 19%;
}

.study-hero-art figcaption {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 26px;
  left: 28px;
  display: grid;
  gap: 6px;
  color: #fff8e9;
}

.study-hero-art figcaption span {
  color: #efd590;
  font: 700 12px/1 var(--serif);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.study-hero-art figcaption strong {
  font-family: var(--title-serif);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.study-layout {
  display: grid;
  grid-template-columns: minmax(210px, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(46px, 9vw, 130px);
  max-width: 1120px;
  margin: 0 auto;
  padding: 76px 6% 72px;
}

.study-aside {
  display: grid;
  align-content: start;
  gap: 30px;
}

.study-swatches {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.study-swatches li {
  display: grid;
  grid-template-columns: 19px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.study-swatches i {
  width: 19px;
  height: 19px;
  border: 1px solid rgba(39, 32, 23, 0.16);
  background: var(--swatch);
}

.study-swatches span {
  display: grid;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.35;
  word-break: break-word;
}

.study-swatches b {
  color: var(--muted);
  font: 700 11px/1.25 var(--serif);
  letter-spacing: 0.04em;
}

.aside-art-link {
  width: max-content;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--gold);
  color: var(--gold);
  font: 700 14px/1.3 var(--serif);
}

.aside-art-link span {
  margin-left: 4px;
}

.study-copy {
  display: grid;
  gap: 20px;
  max-width: 700px;
}

.study-copy strong {
  color: var(--ink);
  font-weight: 700;
}

.study-copy section {
  display: grid;
  gap: 17px;
  margin-top: 38px;
  padding-top: 37px;
  border-top: 1px solid var(--line);
}

.study-copy h2 {
  font-size: clamp(28px, 2.5vw, 38px);
  line-height: 1.36;
}

.study-steps {
  display: grid;
  gap: 0;
  margin: 7px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.study-steps li {
  display: grid;
  grid-template-columns: 37px minmax(0, 1fr);
  gap: 13px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.study-steps li > span {
  color: var(--gold);
  font: 700 12px/1.6 var(--serif);
  letter-spacing: 0.06em;
}

.study-steps div {
  display: grid;
  gap: 5px;
}

.study-steps strong {
  font-family: var(--title-serif);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.study-steps p {
  font-size: 14px;
  line-height: 1.7;
}

.study-reflection {
  max-width: 1120px;
  margin: 0 auto;
  padding: 49px 8%;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(104deg, rgba(213, 171, 71, 0.18), rgba(255, 250, 241, 0.45));
}

.study-reflection h2 {
  max-width: 900px;
  margin-top: 17px;
  font-size: clamp(27px, 2.7vw, 41px);
  line-height: 1.48;
}

.study-end-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1120px;
  margin: 0 auto;
  padding: 52px 8% 16px;
}

.study-end-nav a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 16px;
  min-height: 112px;
  padding: 21px 25px;
  border: 1px solid var(--line);
  color: var(--ink);
}

.study-end-nav a + a {
  border-left: 0;
}

.study-end-nav a:hover strong,
.study-end-nav a:hover b {
  color: var(--gold);
}

.study-end-nav span {
  grid-column: 1 / -1;
  color: var(--muted);
  font: 700 11px/1 var(--serif);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.study-end-nav strong {
  font-family: var(--title-serif);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.025em;
  transition: color 180ms ease;
}

.study-end-nav b {
  align-self: end;
  color: var(--gold);
  font: 400 23px/1 var(--serif);
  transition: color 180ms ease;
}

@media (max-width: 900px) {
  .study-hero {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-right: 0;
    padding-left: 0;
  }

  .study-hero-copy {
    padding: 0 4%;
  }

  .study-hero-art,
  .study-hero-art img {
    min-height: 490px;
  }

  .study-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .study-aside {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: end;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--line);
  }

  .study-aside > div {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 17px;
  }

  .study-swatches {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
  }
}

@media (max-width: 600px) {
  .study-breadcrumb {
    padding-top: 23px;
  }

  .study-hero {
    padding-bottom: 48px;
  }

  .study-hero h1 {
    font-size: 41px;
  }

  .study-lede {
    font-size: 18px;
  }

  .study-hero-art,
  .study-hero-art img {
    min-height: 420px;
  }

  .study-hero-art figcaption {
    right: 22px;
    bottom: 20px;
    left: 22px;
  }

  .study-layout {
    padding: 48px 0 50px;
  }

  .study-aside {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .study-aside > div {
    grid-template-columns: 1fr;
  }

  .study-swatches {
    grid-template-columns: 1fr;
  }

  .study-copy > p,
  .study-copy section > p {
    font-size: 15px;
    line-height: 1.86;
  }

  .study-copy section {
    margin-top: 29px;
    padding-top: 29px;
  }

  .study-reflection {
    padding: 40px 22px;
  }

  .study-end-nav {
    grid-template-columns: 1fr;
    padding: 42px 0 4px;
  }

  .study-end-nav a + a {
    border-top: 0;
    border-left: 1px solid var(--line);
  }
}
