@import url("https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,400;6..72,500;6..72,600;6..72,700&family=Playfair+Display:wght@600&family=Public+Sans:wght@400;600;700;800&display=swap");

:root {
  --paper: #ffffff;
  --paper-deep: #dde7e2;
  --ink: #080808;
  --ink-soft: #444746;
  --line: #d4dad7;
  --accent: #1d6046;
  --accent-dark: #174c38;
  --accent-secondary: #d92d27;
  --accent-secondary-dark: #b6211c;
  --accent-secondary-light: #ff817b;
  --olive: #080808;
  --white: #ffffff;
  --logo: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  --serif: "Newsreader", Georgia, "Times New Roman", Times, serif;
  --sans: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --shell: min(1180px, calc(100% - 40px));
  --ad-shell: min(720px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #1769aa;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-160%);
  background: var(--ink);
  color: var(--white);
}

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}

.masthead {
  display: flex;
  min-height: 120px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.wordmark {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: var(--ink);
  text-decoration: none;
}

.wordmark__main {
  font-family: var(--logo);
  font-size: clamp(2.1rem, 10vw, 4.4rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.wordmark__main i {
  display: inline-block;
  margin-inline: 0.03em 0.09em;
  color: var(--accent-secondary);
  font-size: 0.72em;
  font-weight: 400;
}

.wordmark__tagline {
  margin-top: 10px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

.category-nav {
  border-top: 1px solid var(--line);
}

.category-nav__inner {
  display: flex;
  min-height: 49px;
  align-items: center;
  gap: 24px;
  overflow-x: auto;
  scrollbar-width: none;
}

.category-nav__inner::-webkit-scrollbar {
  display: none;
}

.category-nav a {
  flex: 0 0 auto;
  font-size: 0.73rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.category-nav a:hover {
  color: var(--accent);
}

.hero {
  display: grid;
  padding-block: 24px 56px;
}

.hero__image {
  min-height: 390px;
}

.media-link,
.article-figure--image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #dfe5e2;
}

.article-figure--image {
  margin-inline: 0;
}

.media-link > img,
.article-figure--image > img,
.ad-image--asset > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-link--sketch > img {
  object-fit: contain;
  background: #fbf7ec;
}

.article-figure--sketch > img {
  object-fit: contain;
  background: #fbf7ec;
}

.hero__copy {
  position: relative;
  z-index: 2;
  width: calc(100% - 28px);
  margin: -42px auto 0;
  padding: 26px 24px 8px;
  background: var(--paper);
}

.eyebrow,
.card-category,
.step-kicker {
  margin: 0;
  color: var(--accent-secondary);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 850px;
  margin: 10px 0 14px;
  font-family: var(--serif);
  font-size: clamp(2.25rem, 10vw, 5rem);
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.hero h1 a,
.story-card h3 a,
.archive-list h3 a {
  text-decoration: none;
}

.hero h1 a:hover,
.story-card h3 a:hover,
.archive-list h3 a:hover {
  color: var(--accent);
}

.hero__dek {
  max-width: 670px;
  margin: 0 0 18px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 1.15rem;
  line-height: 1.45;
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-bottom: 19px;
  color: var(--ink-soft);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-link {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  display: inline-block;
  margin-left: 4px;
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.placeholder-art {
  position: relative;
  display: block;
  overflow: hidden;
  background: #dfe5e2;
  isolation: isolate;
  text-decoration: none;
}

.placeholder-art::before,
.placeholder-art::after {
  position: absolute;
  content: "";
}

.placeholder-art--hero {
  background:
    linear-gradient(110deg, transparent 58%, rgba(255, 255, 255, 0.13) 58% 60%, transparent 60%),
    linear-gradient(145deg, #0b100e 0 38%, #1d6046 38% 64%, #dce7e1 64%);
}

.placeholder-art--hero::before {
  right: 12%;
  bottom: -13%;
  width: 42%;
  height: 82%;
  border: 2px solid rgba(255, 253, 248, 0.36);
  border-radius: 46% 46% 10% 10%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent);
  box-shadow: -45px -60px 0 -10px rgba(0, 0, 0, 0.42);
  transform: rotate(4deg);
}

.placeholder-art--hero::after {
  top: 0;
  bottom: 0;
  left: 48%;
  width: 1px;
  background: rgba(255, 253, 248, 0.25);
  transform: rotate(9deg);
}

.placeholder-art__label {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 20px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 0.78rem;
  font-style: italic;
  letter-spacing: 0.04em;
}

.placeholder-art__number {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 10px;
  color: rgba(255, 253, 248, 0.75);
  font-family: var(--serif);
  font-size: 2.8rem;
  line-height: 1;
}

.latest {
  padding-bottom: 72px;
}

.section-heading {
  display: grid;
  gap: 5px;
  margin-bottom: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--ink);
}

.section-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 8vw, 3.65rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.section-heading > p:last-child {
  max-width: 430px;
  margin: 5px 0 0;
  color: var(--ink-soft);
  font-family: var(--serif);
}

.story-grid {
  display: grid;
  gap: 42px 22px;
}

.story-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 260px;
  margin-bottom: 17px;
  background: #dfe5e2;
}

.story-card__image .placeholder-art__number {
  padding: 3px 7px;
  background: rgba(8, 8, 8, 0.72);
  color: var(--white);
}

.story-card__body h2,
.story-card__body h3 {
  margin: 7px 0 8px;
  font-family: var(--serif);
  font-size: 1.6rem;
  letter-spacing: -0.025em;
  line-height: 1.06;
}

.story-card__body > p:not(.card-category) {
  margin: 0 0 13px;
  color: var(--ink-soft);
  font-family: var(--serif);
}

.read-time {
  color: #726c63;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.title-note {
  font-style: italic;
  font-weight: 400;
}

.placeholder-art--shirt {
  background: linear-gradient(145deg, #77988a, #dce7e1);
}

.placeholder-art--shirt::before {
  top: 14%;
  left: 24%;
  width: 50%;
  height: 90%;
  border-radius: 10% 10% 0 0;
  background:
    linear-gradient(90deg, transparent 49%, rgba(51, 72, 90, 0.22) 49% 51%, transparent 51%),
    #f3f5f4;
  box-shadow: -48px 12px 0 -25px #f3f5f4, 48px 12px 0 -25px #f3f5f4;
}

.placeholder-art--shirt::after {
  top: 14%;
  left: 41%;
  width: 18%;
  height: 16%;
  border: solid #9baba4;
  border-width: 0 2px 2px;
  transform: rotate(45deg);
}

.placeholder-art--trousers {
  background: linear-gradient(125deg, #080808, #555957);
}

.placeholder-art--trousers::before {
  top: 10%;
  left: 26%;
  width: 48%;
  height: 115%;
  background: linear-gradient(83deg, #667a70 0 47%, #34493f 48% 52%, #7e9188 53%);
  clip-path: polygon(6% 0, 94% 0, 82% 100%, 52% 100%, 50% 25%, 46% 100%, 14% 100%);
  transform: rotate(-5deg);
}

.placeholder-art--shoe {
  background: linear-gradient(145deg, #dce7e1, #60736a);
}

.placeholder-art--shoe::before {
  right: 8%;
  bottom: 20%;
  width: 72%;
  height: 34%;
  border-bottom: 10px solid #080808;
  border-radius: 65% 45% 16% 18%;
  background: linear-gradient(160deg, #286f53 0 52%, #174c38 53%);
  box-shadow: -15px 9px 22px rgba(26, 17, 10, 0.3);
  transform: rotate(-8deg);
}

.placeholder-art--loafer {
  background: linear-gradient(145deg, #1d6046, #080808);
}

.placeholder-art--loafer::before {
  right: 10%;
  bottom: 18%;
  width: 77%;
  height: 36%;
  border-bottom: 9px solid #191512;
  border-radius: 58% 60% 18% 22%;
  background:
    linear-gradient(0deg, transparent 48%, rgba(185, 218, 202, 0.72) 49% 54%, transparent 55%),
    #0c0d0c;
  transform: rotate(7deg);
}

.placeholder-art--casual {
  background: linear-gradient(115deg, #eef2f0 0 52%, #60766b 52%);
}

.placeholder-art--casual::before {
  top: 14%;
  left: 33%;
  width: 34%;
  height: 92%;
  border-radius: 48% 48% 5% 5%;
  background: linear-gradient(90deg, #ffffff 0 48%, #aebbb5 49% 52%, #f4f6f5 53%);
  box-shadow: -42px 28px 0 -25px #ffffff, 42px 28px 0 -25px #ffffff;
}

.placeholder-art--sneaker {
  background: linear-gradient(145deg, #5e6662, #d7ddda);
}

.placeholder-art--sneaker::before {
  right: 8%;
  bottom: 18%;
  width: 76%;
  height: 36%;
  border-bottom: 12px solid #dfe3e1;
  border-radius: 70% 48% 19% 20%;
  background:
    repeating-linear-gradient(20deg, transparent 0 12px, rgba(87, 82, 73, 0.13) 13px 14px),
    #f5f6f5;
  box-shadow: 0 15px 24px rgba(36, 31, 25, 0.24);
  transform: rotate(-7deg);
}

.field-notes {
  padding-block: 64px;
  background: var(--olive);
  color: var(--white);
}

.field-notes__inner {
  display: grid;
  gap: 30px;
}

.field-notes .eyebrow {
  color: var(--accent-secondary-light);
}

.field-notes h2 {
  margin: 12px 0 0;
  font-family: var(--serif);
  font-size: clamp(2.45rem, 10vw, 5.1rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.field-notes__inner > p {
  max-width: 580px;
  margin: 0;
  color: #dfe4e1;
  font-family: var(--serif);
  font-size: 1.2rem;
  line-height: 1.5;
}

.more-stories {
  padding-block: 72px 90px;
}

.section-heading--inline {
  margin-bottom: 0;
}

.archive-list article {
  display: grid;
  grid-template-columns: 32px 1fr 22px;
  gap: 12px;
  align-items: start;
  padding-block: 22px;
  border-bottom: 1px solid var(--line);
}

.archive-list__number,
.archive-list__arrow {
  color: #8b8378;
  font-family: var(--serif);
  font-size: 0.78rem;
  font-style: italic;
}

.archive-list__arrow {
  color: var(--accent);
  font-size: 1rem;
  font-style: normal;
}

.archive-list h3 {
  margin: 5px 0 0;
  font-family: var(--serif);
  font-size: 1.3rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.site-footer {
  background: var(--ink);
  color: var(--white);
}

.site-footer__top {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
  border-bottom: 1px solid #424242;
}

.wordmark--footer {
  align-items: flex-start;
  color: var(--white);
}

.wordmark--footer .wordmark__main {
  font-size: clamp(2.4rem, 12vw, 4.5rem);
}

.site-footer__top p {
  margin: 0;
  color: #aeb2b0;
  font-family: var(--serif);
  font-style: italic;
}

.site-footer__bottom {
  display: grid;
  gap: 30px;
  padding-block: 30px 38px;
}

.site-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}

.site-footer__bottom a,
.site-footer__bottom p {
  color: #bec2c0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer__bottom p {
  margin: 0;
}

/* Advertorial */
.advertorial {
  background: #ffffff;
}

.ad-shell {
  width: var(--ad-shell);
  margin-inline: auto;
}

.ad-header {
  border-top: 4px solid var(--accent-secondary);
  border-bottom: 1px solid #d9dedb;
  background: #ffffff;
}

.ad-header__inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.wordmark--ad {
  align-items: flex-start;
}

.wordmark--ad .wordmark__main {
  font-size: 1.45rem;
}

.ad-header__note {
  color: #656966;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ad-hero {
  padding-block: 54px 34px;
}

.ad-hero h1 {
  margin: 13px 0 16px;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 11vw, 4.5rem);
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.sponsor-label {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-bottom: 23px;
  color: #555956;
  font-size: 0.71rem;
  letter-spacing: 0.035em;
}

.sponsor-label strong {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 2px;
  background: var(--accent-secondary);
  color: white;
  font-size: 0.61rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ad-dek {
  margin: 0 0 26px;
  color: #3f4341;
  font-family: var(--serif);
  font-size: 1.27rem;
  line-height: 1.46;
}

.ad-byline {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid #d9dedb;
}

.author-mark {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--olive);
  color: white;
  font-family: var(--serif);
  font-size: 0.75rem;
}

.ad-byline p {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 750;
  line-height: 1.4;
}

.ad-byline p + p {
  color: #656966;
  font-size: 0.66rem;
  font-weight: 500;
}

.ad-image {
  position: relative;
  display: block;
  overflow: hidden;
  color: white;
  text-decoration: none;
}

.ad-image--asset {
  background: #dfe5e2;
}

.ad-image--asset::before,
.ad-image--asset::after {
  display: none;
}

.ad-image--asset > img {
  z-index: 1;
}

.ad-image--asset .ad-image__tap {
  z-index: 4;
}

.ad-feature-image {
  width: min(980px, 100%);
  min-height: 430px;
  margin: 0 auto 46px;
  background:
    linear-gradient(130deg, transparent 50%, rgba(255, 255, 255, 0.08) 50% 51%, transparent 51%),
    linear-gradient(145deg, #0b100e, #1d6046);
}

.ad-feature-image::before,
.ad-feature-image::after,
.ad-feature-image__product {
  position: absolute;
  content: "";
  border-radius: 100px 100px 18px 18px;
  background:
    repeating-linear-gradient(90deg, transparent 0 8px, rgba(255, 255, 255, 0.08) 8px 9px),
    #a9beb4;
  box-shadow: 0 28px 40px rgba(18, 20, 16, 0.22);
}

.ad-feature-image::before {
  right: 12%;
  bottom: -10%;
  width: 23%;
  height: 72%;
  transform: rotate(18deg);
}

.ad-feature-image::after {
  right: 34%;
  bottom: -18%;
  width: 22%;
  height: 75%;
  background:
    repeating-linear-gradient(90deg, transparent 0 8px, rgba(255, 255, 255, 0.06) 8px 9px),
    #1d6046;
  transform: rotate(-8deg);
}

.ad-feature-image__product {
  right: 58%;
  bottom: -14%;
  width: 21%;
  height: 69%;
  background:
    repeating-linear-gradient(90deg, transparent 0 8px, rgba(255, 255, 255, 0.05) 8px 9px),
    #242725;
  transform: rotate(9deg);
}

.ad-image__caption,
.ad-image__tap {
  position: absolute;
  z-index: 4;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ad-image__caption {
  top: 18px;
  left: 20px;
}

.ad-image__tap {
  right: 18px;
  bottom: 16px;
  padding: 7px 10px;
  background: rgba(19, 18, 16, 0.84);
}

.ad-body {
  color: #292c2a;
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.72;
}

.ad-body a:not(.cta-button):not(.ad-image) {
  color: var(--accent-dark);
  font-weight: 700;
}

.ad-body > p,
.ad-section > p,
.ad-section > div > p {
  margin: 0 0 1.35em;
}

.ad-intro::first-letter {
  float: left;
  margin: 0.08em 0.1em 0 0;
  color: var(--accent-secondary);
  font-family: var(--serif);
  font-size: 4.1rem;
  font-weight: 700;
  line-height: 0.72;
}

.ad-section {
  margin-block: 56px;
}

.ad-section h2,
.risk-block h2,
.final-offer h2 {
  margin: 8px 0 20px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2rem, 8vw, 3rem);
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.ad-step {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
}

.step-number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--accent-secondary);
  border-radius: 50%;
  color: var(--accent-secondary);
  font-family: var(--sans);
  font-size: 0.79rem;
  font-weight: 800;
}

.cta-block {
  margin-block: 48px;
  padding: 26px 22px;
  border: 1px solid #c7d7cf;
  background: #f0f6f3;
  text-align: center;
}

.cta-block > p {
  margin: 0 0 16px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
}

.cta-block > span {
  display: block;
  margin-top: 11px;
  color: #606762;
  font-family: var(--sans);
  font-size: 0.65rem;
}

.cta-button {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  border: 2px solid var(--accent);
  border-radius: 2px;
  background: var(--accent);
  box-shadow: 0 5px 0 var(--accent-dark);
  color: white;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.cta-button:hover {
  background: var(--accent-dark);
  transform: translateY(2px);
  box-shadow: 0 3px 0 #521b12;
}

.cta-button span {
  font-size: 1rem;
}

.ad-body .ad-image {
  width: calc(100% + 0px);
  min-height: 350px;
  margin-block: 42px 56px;
}

.ad-image--step-one {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    #8aa89a;
}

.ad-image__window {
  position: absolute;
  top: 15%;
  left: 11%;
  width: 78%;
  height: 74%;
  border: 7px solid #f2f5f3;
  background:
    linear-gradient(#e1e7e4 0 0) 10% 14% / 28% 4% no-repeat,
    linear-gradient(#c8d1cd 0 0) 10% 26% / 44% 3% no-repeat,
    linear-gradient(#c8d1cd 0 0) 10% 35% / 32% 3% no-repeat,
    radial-gradient(circle, #1d6046 0 23%, transparent 24%) 78% 34% / 75px 75px no-repeat,
    radial-gradient(circle, #414b48 0 23%, transparent 24%) 78% 67% / 75px 75px no-repeat,
    #ffffff;
  box-shadow: 0 22px 35px rgba(61, 45, 29, 0.24);
}

.ad-image--step-three {
  background: linear-gradient(125deg, #18211d 0 51%, #6f9985 51%);
}

.ad-image__scene {
  position: absolute;
  right: 18%;
  bottom: -18%;
  width: 35%;
  height: 95%;
  border-radius: 42% 42% 0 0;
  background: linear-gradient(90deg, #f1f4f2 0 48%, #919a95 49% 52%, #ffffff 53%);
  box-shadow: -75px 40px 0 -46px #f1f4f2, 75px 40px 0 -46px #f1f4f2;
}

.pull-quote {
  position: relative;
  margin-block: 52px;
  padding: 30px 12px 30px 30px;
  border-left: 4px solid var(--accent-secondary);
}

.pull-quote p {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 7vw, 2.4rem);
  font-style: italic;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.cta-block--compact {
  margin-top: -16px;
}

.verdict-grid {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.verdict-grid > div {
  padding: 24px 22px 20px;
  border: 1px solid #d8dedb;
  background: #f7f9f8;
}

.verdict-grid h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 1.08rem;
}

.verdict-grid ul {
  margin: 0;
  padding-left: 20px;
}

.verdict-grid li {
  margin-bottom: 7px;
  padding-left: 4px;
}

.risk-block {
  display: grid;
  gap: 20px;
  margin-block: 64px;
  padding: 30px 25px;
  border: 1px solid #b8cec3;
  background: #eef6f2;
}

.risk-block__icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 2px solid var(--olive);
  border-radius: 50%;
  color: var(--olive);
  font-family: var(--sans);
  font-size: 1.05rem;
  font-weight: 850;
}

.risk-block h2 {
  margin-bottom: 14px;
  font-size: 2.2rem;
}

.risk-block p {
  margin: 0;
}

.risk-block .fine-print {
  margin-top: 12px;
  color: #536159;
  font-family: var(--sans);
  font-size: 0.68rem;
  font-style: italic;
}

.ad-takeaway {
  padding-top: 4px;
}

.final-offer {
  margin-block: 60px 80px;
  padding: 38px 24px;
  background: var(--ink);
  color: white;
  text-align: center;
}

.final-offer .eyebrow {
  color: var(--accent-secondary-light);
}

.final-offer h2 {
  color: white;
}

.final-offer > p:not(.eyebrow):not(.final-offer__note) {
  max-width: 520px;
  margin: 0 auto 24px;
  color: #d4dad7;
}

.cta-button--light {
  border-color: #b9dfcc;
  background: #b9dfcc;
  box-shadow: 0 5px 0 #50816a;
  color: #07130e;
}

.cta-button--light:hover {
  background: white;
  color: #07130e;
}

.final-offer .final-offer__note {
  margin: 16px 0 0;
  color: #929894;
  font-family: var(--sans);
  font-size: 0.62rem;
}

.ad-footer {
  padding-block: 48px;
  border-top: 1px solid #d7ddda;
  background: #f4f6f5;
}

.ad-footer__inner {
  display: grid;
  gap: 22px;
}

.wordmark--ad-footer {
  align-items: flex-start;
}

.wordmark--ad-footer .wordmark__main {
  font-size: 1.55rem;
}

.ad-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.ad-footer a,
.ad-footer p {
  color: #606762;
  font-size: 0.65rem;
}

.ad-footer p {
  max-width: 600px;
  margin: 0;
}

/* Editorial commerce building blocks */
.component-library {
  padding-block: 64px 96px;
}

.component-library__intro {
  max-width: 760px;
  margin-bottom: 70px;
}

.component-library__intro h1 {
  margin: 10px 0 18px;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 10vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.92;
}

.component-library__intro > p:last-child {
  max-width: 620px;
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 1.2rem;
}

.component-demo {
  margin-top: 72px;
  padding-top: 22px;
  border-top: 3px solid var(--ink);
}

.component-demo__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
  margin-bottom: 30px;
}

.component-demo__label h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.8rem;
  letter-spacing: -0.025em;
}

.component-demo__label code {
  color: var(--ink-soft);
  font-size: 0.72rem;
}

.commerce-heading {
  margin: 0 0 28px;
  font-family: var(--serif);
  font-size: clamp(2.3rem, 8vw, 4.3rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.commerce-review {
  display: flow-root;
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.58;
}

.commerce-review__lead {
  display: grid;
  gap: 26px;
  margin-bottom: 20px;
}

.commerce-media {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background:
    linear-gradient(145deg, transparent 52%, rgba(217, 45, 39, 0.1) 52%),
    #e7ecea;
}

.commerce-media::before,
.commerce-media::after {
  position: absolute;
  content: "";
}

.commerce-media--crew::before {
  right: 16%;
  bottom: -12%;
  width: 36%;
  height: 88%;
  border-radius: 48% 48% 12% 12%;
  background:
    repeating-linear-gradient(90deg, transparent 0 8px, rgba(255, 255, 255, 0.08) 8px 9px),
    var(--accent);
  box-shadow: -70px 50px 0 -18px #a9bbb2, -118px 78px 0 -27px var(--ink);
  transform: rotate(8deg);
}

.commerce-media--crew::after {
  top: 15%;
  left: 13%;
  width: 38%;
  height: 2px;
  background: var(--accent-secondary);
  box-shadow: 0 10px 0 rgba(217, 45, 39, 0.6);
}

.commerce-media--multipack {
  background:
    linear-gradient(135deg, rgba(37, 89, 214, 0.06), transparent 55%),
    #f2f4f3;
}

.commerce-media--multipack::before {
  right: 10%;
  bottom: 4%;
  width: 73%;
  height: 54%;
  border-radius: 70% 48% 20% 28%;
  background:
    repeating-linear-gradient(20deg, transparent 0 14px, rgba(255, 255, 255, 0.16) 14px 15px),
    var(--accent);
  box-shadow:
    -36px -42px 0 -8px #adc2b8,
    -68px 16px 0 -4px #d0d8d4,
    22px -60px 0 -13px #9eaaa4;
  transform: rotate(-8deg);
}

.commerce-media--multipack::after {
  top: 11%;
  right: 11%;
  width: 13%;
  height: 13%;
  border: 2px dotted var(--ink);
  border-radius: 50%;
  background: var(--white);
}

.wishlist-control {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  display: grid;
  width: 58px;
  height: 58px;
  padding: 0;
  place-items: center;
  border: 2px dotted var(--ink);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 2rem;
  line-height: 1;
}

.wishlist-control:hover {
  border-style: solid;
  color: var(--accent-secondary);
}

.commerce-media__note {
  position: absolute;
  z-index: 3;
  right: 15px;
  bottom: 13px;
  margin: 0;
  padding: 3px 7px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.commerce-product {
  align-self: start;
}

.commerce-product h3 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: clamp(2rem, 7vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.commerce-price {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1.1;
}

.commerce-price--sale {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 13px;
  align-items: baseline;
  padding-bottom: 18px;
  border-bottom: 2px dotted var(--ink);
  font-family: var(--sans);
  font-size: 0.92rem;
  font-weight: 700;
}

.commerce-price--sale del {
  color: #6c706e;
}

.commerce-price--sale strong {
  color: var(--accent-secondary);
  letter-spacing: 0.05em;
}

.commerce-credit {
  margin: 9px 0 20px;
  color: #6b706d;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-style: italic;
  letter-spacing: 0.06em;
}

.commerce-review__copy p {
  margin: 0 0 1.25em;
}

.commerce-review__copy em {
  white-space: nowrap;
}

.commerce-buy {
  display: flex;
  width: min(100%, 580px);
  min-height: 72px;
  align-items: center;
  justify-content: center;
  margin: 32px auto 10px;
  padding: 15px 24px;
  border: 2px solid var(--ink);
  border-radius: 3px;
  background: var(--white);
  box-shadow: 7px 8px 0 var(--ink);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 140ms ease, box-shadow 140ms ease, color 140ms ease;
}

.commerce-buy:hover {
  color: var(--accent);
  transform: translate(3px, 3px);
  box-shadow: 4px 5px 0 var(--ink);
}

.commerce-offer {
  display: grid;
  gap: 28px;
  align-items: center;
}

.commerce-offer .commerce-media {
  min-height: 380px;
}

.commerce-offer .commerce-buy {
  width: 100%;
  margin-top: 28px;
}

@media (min-width: 700px) {
  :root {
    --shell: min(1180px, calc(100% - 72px));
    --ad-shell: min(720px, calc(100% - 72px));
  }

  .masthead {
    min-height: 175px;
  }

  .category-nav__inner {
    justify-content: center;
    gap: 50px;
  }

  .hero {
    grid-template-columns: 57% 1fr;
    align-items: center;
    padding-block: 44px 86px;
  }

  .hero__image {
    min-height: 600px;
  }

  .hero__copy {
    width: auto;
    margin: 0 0 0 -50px;
    padding: 48px 0 48px 48px;
  }

  .hero h1 {
    font-size: clamp(3rem, 6vw, 5.4rem);
  }

  .section-heading {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .section-heading .eyebrow {
    grid-column: 1 / -1;
  }

  .section-heading > p:last-child {
    margin: 0;
  }

  .story-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .story-card--lead {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1.55fr 1fr;
    gap: 30px;
    align-items: end;
  }

  .story-card--lead .story-card__image {
    min-height: 500px;
    margin: 0;
  }

  .story-card--lead .story-card__body {
    padding-bottom: 4px;
  }

.story-card--lead .story-card__body h2,
.story-card--lead .story-card__body h3 {
    font-size: 2.45rem;
  }

  .story-card__image {
    min-height: 360px;
  }

  .field-notes__inner {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: end;
    gap: 80px;
  }

  .archive-list article {
    grid-template-columns: 55px 1fr 30px;
    padding-block: 27px;
  }

  .archive-list h3 {
    font-size: 1.8rem;
  }

  .site-footer__bottom {
    grid-template-columns: 1fr auto;
    align-items: start;
  }

  .ad-hero {
    padding-block: 76px 42px;
  }

  .ad-feature-image {
    min-height: 620px;
  }

  .ad-body .ad-image {
    width: calc(100% + 160px);
    min-height: 480px;
    margin-left: -80px;
  }

  .ad-step {
    grid-template-columns: 54px 1fr;
    gap: 22px;
  }

  .step-number {
    width: 48px;
    height: 48px;
  }

  .cta-block {
    padding: 32px;
  }

  .cta-button {
    display: inline-flex;
    min-width: 390px;
  }

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

  .risk-block {
    grid-template-columns: 76px 1fr;
    gap: 26px;
    padding: 36px;
  }

  .final-offer {
    padding: 54px;
  }

  .commerce-review__lead {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
    gap: 34px;
  }

  .commerce-review__copy {
    margin-top: -7px;
  }

  .commerce-offer {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 42px;
  }
}

@media (min-width: 1000px) {
  .story-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .story-card--lead {
    grid-column: 1 / -1;
  }
}

/* Editorial article pages */
.article-shell {
  width: min(760px, calc(100% - 40px));
  margin-inline: auto;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-block: 18px;
  color: var(--ink-soft);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.breadcrumb a {
  color: var(--ink-soft);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--accent);
}

.breadcrumb span {
  color: #b7bdb9;
}

.article-header {
  padding-block: 8px 30px;
  border-bottom: 1px solid var(--line);
}

.article-header h1 {
  max-width: 720px;
  margin: 10px 0 16px;
  font-family: var(--serif);
  font-size: clamp(2.1rem, 8vw, 3.4rem);
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.article-dek {
  max-width: 640px;
  margin: 0 0 20px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 1.15rem;
  line-height: 1.45;
}

.article-figure {
  min-height: 240px;
  margin-block: 30px 6px;
}

.article-disclosure {
  margin: 26px 0 6px;
  padding: 16px 18px;
  border-left: 3px solid var(--line);
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 0.92rem;
  font-style: italic;
  line-height: 1.55;
}

.article-disclosure a {
  color: var(--ink-soft);
}

.article-body {
  padding-block: 34px 20px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.14rem;
  line-height: 1.72;
}

.article-body h2 {
  margin: 2.1em 0 0.6em;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 6vw, 2rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.article-body h3 {
  margin: 1.6em 0 0.5em;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}

.article-body p {
  margin: 0 0 1.3em;
}

.article-body ul,
.article-body ol {
  margin: 0 0 1.3em;
  padding-left: 22px;
}

.article-body li {
  margin-bottom: 0.5em;
}

.article-body a {
  color: var(--accent-dark);
  font-weight: 700;
}

.article-footer {
  margin-top: 30px;
  padding-block: 34px 60px;
  border-top: 1px solid var(--line);
}

.article-footer h2 {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}

.related-list {
  display: grid;
  gap: 2px;
}

.related-list a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.1rem;
  text-decoration: none;
}

.related-list a:hover {
  color: var(--accent);
}

/* Category pages */
.category-hero {
  padding-block: 30px 10px;
  border-bottom: 1px solid var(--ink);
}

.category-hero h1 {
  margin: 10px 0 16px;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 9vw, 4rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.category-intro {
  max-width: 680px;
  margin: 0 0 10px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 1.15rem;
  line-height: 1.55;
}

.category-grid {
  padding-block: 34px 80px;
}

/* Plain pages: about, contact, legal, 404 */
.plain-page {
  padding-block: 40px 90px;
}

.plain-page__intro {
  max-width: 720px;
  margin-bottom: 20px;
}

.plain-page h1 {
  margin: 10px 0 18px;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 9vw, 4rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.plain-page__body {
  max-width: 720px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.1rem;
  line-height: 1.7;
}

.plain-page__body h2 {
  margin: 1.8em 0 0.6em;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}

.plain-page__body h3 {
  margin: 1.4em 0 0.5em;
  font-size: 1.2rem;
}

.plain-page__body p {
  margin: 0 0 1.2em;
}

.plain-page__body ul,
.plain-page__body ol {
  margin: 0 0 1.2em;
  padding-left: 22px;
}

.plain-page__body li {
  margin-bottom: 0.5em;
}

.plain-page__body a {
  color: var(--accent-dark);
  font-weight: 700;
}

.plain-page__body address {
  font-style: normal;
}

/* 404 */
.error-page {
  display: grid;
  min-height: 55vh;
  place-items: center;
  padding-block: 60px;
  text-align: center;
}

.error-page .eyebrow {
  justify-self: center;
}

.error-page h1 {
  margin: 10px 0 16px;
  font-family: var(--serif);
  font-size: clamp(3rem, 16vw, 6rem);
  letter-spacing: -0.05em;
}

.error-page p {
  max-width: 480px;
  margin: 0 auto 24px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 1.15rem;
}

@media (min-width: 700px) {
  .article-header {
    padding-block: 16px 40px;
  }

  .article-figure {
    min-height: 420px;
  }

  .article-body {
    font-size: 1.2rem;
  }

  .category-hero {
    padding-block: 44px 16px;
  }

  .plain-page {
    padding-block: 56px 110px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
