/* Shared marketing design: editorial type, open layouts, wolx petrol navy.
   Loaded after the base styles.css on every page, including news articles.
   No build step or dependencies. */

:root {
  /* Primary and text colours match wolx/app/src/main/resources/static/styles.css. */
  --ink: #16202E;
  --ink-2: #243148;
  --slate: #455168;
  --slate-light: #6B7285;
  --slate-on-dark: #B9C0CE;
  --paper: #F7F5EF;
  --paper-2: #F0EEE7;
  --paper-3: #EAE8E1;
  --border: #DCDAD3;
  --border-2: #E5E2DC;
  --border-3: #CFCDC6;
  --line-on-dark: rgba(247, 245, 239, .26);
  --focus: #4B73D1;
  --sans: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --serif: 'DM Serif Display', Georgia, 'Times New Roman', serif;
  --content-w: 1280px;
  --inset: 64px;
  --header-pad: var(--gutter);
  --r-sm: 2px;
  --r-btn: 2px;
  --r-card: 2px;
}

body { font-size: 16px; }
:focus-visible { outline-color: var(--focus); }
[id] { scroll-margin-top: 28px; }
.eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .15em;
  color: var(--slate);
}
.arrow { width: 23px; height: 23px; flex: none; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  min-height: 44px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-underline-offset: 6px;
}
.text-link:hover { text-decoration: underline; }
.btn { min-height: 54px; padding: 16px 23px; gap: 24px; font-size: 14px; font-weight: 500; }

/* A quiet masthead leaves the landscape and headline as the focal points. */
.site-header { height: 104px; border-bottom: 0; gap: 32px; }
.brand { gap: 10px; }
.brand .chip { border: 0; padding: 0; background: none; }
.brand .chip img { height: 45px; width: 54px; object-fit: contain; }
.brand .name { font-size: 23px; font-weight: 600; letter-spacing: -.045em; }
.brand .tag { margin-top: 6px; font-family: var(--sans); font-size: 8px; letter-spacing: .2em; }
.site-nav, .site-nav ul { gap: 26px; }
.site-nav a { font-size: 13px; color: var(--ink); }
.site-nav li a:hover { text-decoration: underline; text-underline-offset: 6px; }
.site-nav a[aria-current="page"] { border-bottom-width: 1px; font-weight: 500; }
.site-nav a.btn-login { min-width: 92px; min-height: 42px; margin-left: 8px; font-size: 13px; font-weight: 500; }

/* The photograph has its own space, with no text or dark overlay on top. */
.hero {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  column-gap: 64px;
  min-height: 0;
  padding: 32px var(--gutter) 0;
  background: var(--paper);
  overflow: visible;
}
.hero-content {
  padding: 26px 0 32px;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
}
.hero-content .eyebrow { margin-bottom: 28px; }
.h-hero {
  font-family: var(--serif);
  font-size: clamp(62px, 6.3vw, 92px);
  line-height: 1.01;
  font-weight: 400;
  letter-spacing: -.045em;
  color: var(--ink);
  text-wrap: initial;
}
.hero-lede { margin-top: 28px; font-size: 17px; line-height: 1.7; color: var(--slate); max-width: 37ch; }
.hero .btn-row { margin-top: 32px; gap: 28px; }
.hero-landscape { margin: 0; position: relative; min-width: 0; display: flex; flex-direction: column; }
.hero-landscape img {
  width: 100%;
  height: 100%;
  flex: 1;
  min-height: 560px;
  max-height: 650px;
  object-fit: cover;
  object-position: 49% center;
}
.hero-landscape figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 12px;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--slate);
}
.hero-footnote {
  grid-column: 1 / -1;
  margin-top: 36px;
  padding: 22px 0;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 11px;
  color: var(--slate);
}
.hero-footnote p { display: flex; align-items: center; gap: 12px; }
.sale-mark { width: 6px; height: 6px; background: var(--ink); border-radius: 50%; flex: none; }
.footnote-divider { color: var(--slate-light); margin: 0 4px; }
.hero-footnote a { display: inline-flex; align-items: center; gap: 24px; min-height: 32px; text-decoration: none; }
.hero-footnote a:hover { text-decoration: underline; text-underline-offset: 4px; }
.hero-footnote a span { font-size: 18px; }

/* The track record reads as a captioned set of figures, with no cards. */
.stats {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  gap: 36px;
  padding: 44px var(--gutter) 48px;
  background: var(--paper-3);
  color: var(--ink);
}
.stats-intro { font-size: 17px; line-height: 1.6; }
.stats-intro span { color: var(--slate); }
.stat { align-items: flex-start; text-align: left; border-color: var(--border-3); gap: 11px; padding: 0 0 0 40px; }
.stat:first-child { border-left: 1px solid var(--border-3); }
.stat .num { font-family: var(--serif); font-size: 52px; font-weight: 400; letter-spacing: -.04em; color: var(--ink); }
.stat .num .plus { color: var(--ink); font-size: .65em; vertical-align: .15em; margin-left: 2px; }
.stat .cap { font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: .13em; color: var(--slate); }

/* A wider introduction balances a compact column of detailed explanations. */
.home-story {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 100px;
  padding: 112px var(--gutter) 120px;
}
.why { padding: 0; }
.why .eyebrow { margin-bottom: 28px; }
.h-section { font-family: var(--serif); font-size: clamp(38px, 3.65vw, 52px); line-height: 1.12; font-weight: 400; letter-spacing: -.035em; text-wrap: initial; }
.why .h-section { max-width: 17ch; }
.why .h-section span { color: var(--slate-light); }
.why .lede { font-size: 16px; line-height: 1.75; margin-top: 28px; max-width: 34ch; }
.why .text-link { margin-top: 24px; }
.pillars { padding: 0; display: block; }
.card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 13px;
  padding: 29px 0 32px;
  background: none;
  border: 0;
  border-top: 1px solid var(--border-3);
  border-radius: 0;
}
.card:last-child { padding-bottom: 0; }
.card .h-card { font-size: 21px; font-weight: 500; line-height: 1.35; letter-spacing: -.035em; }
.card .body { font-size: 14px; line-height: 1.85; }

/* Two clear paths into the marketplace. */
.trade-paths {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 100px;
  padding: 76px var(--gutter) 80px;
  background: var(--ink);
  color: var(--paper);
}
.trade-intro .eyebrow { margin-bottom: 24px; }
.trade-intro .h-section { color: var(--paper); }
.trade-intro .text-link { color: var(--paper); margin-top: 24px; }
.trade-links a {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 29px 0;
  min-height: 104px;
  border-top: 1px solid var(--line-on-dark);
  color: var(--paper);
  text-decoration: none;
  font-family: var(--serif);
  font-size: 38px;
  line-height: 1.3;
  letter-spacing: -.025em;
}
.trade-links a:last-child { border-bottom: 1px solid var(--line-on-dark); }
.trade-links .trade-number { font-family: var(--sans); color: var(--slate-on-dark); font-size: 11px; letter-spacing: .05em; }
.trade-links .arrow { margin-left: auto; width: 30px; height: 30px; transition: transform var(--ease); }
.trade-links a:hover .arrow { transform: translateX(5px); }
.trade-links a:hover { color: var(--slate-on-dark); }

/* The masthead and footer remain consistent throughout the site. */
.site-footer { background: var(--paper); border: 0; border-top: 1px solid var(--border); padding-top: 68px; }
.foot-grid { grid-template-columns: 1.45fr .9fr 1.1fr 1fr; gap: 36px; }
.foot h4 { font-family: var(--sans); font-size: 10px; letter-spacing: .13em; color: var(--slate); margin-bottom: 22px; }
.foot ul { gap: 9px; }
.foot a { font-size: 12px; }
.foot a:hover { text-decoration: underline; text-underline-offset: 4px; }
.site-footer .brand .chip img { width: 44px; height: 37px; }
.site-footer .brand .name { font-size: 20px; }
.site-footer .brand .tag { font-size: 7px; }
.site-footer .addr { margin-top: 20px; color: var(--slate); font-size: 12px; line-height: 1.8; }
.social { gap: 4px; margin-left: -10px; margin-top: 14px; }
.social a { width: 36px; height: 36px; border: 0; background: transparent; }
.social a:hover { background: var(--paper-3); }
.social svg { width: 16px; height: 16px; }
.foot-bottom { margin-top: 48px; padding-top: 24px; font-size: 10px; gap: 16px; }

/* Interior page introductions use the same type and margins as the homepage. */
.page-head {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: end;
  column-gap: 100px;
  padding: 56px var(--gutter) 64px;
  background: var(--paper);
  color: var(--ink);
}
.page-head .eyebrow { grid-column: 1 / -1; margin-bottom: 28px; }
.h-page, .h-story {
  font-family: var(--serif);
  font-size: clamp(52px, 5.8vw, 84px);
  font-weight: 400;
  line-height: 1.07;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.page-head .h-page { color: var(--ink); max-width: none; }
.page-head .lede { margin: 0 0 4px; color: var(--slate); font-size: 17px; line-height: 1.8; max-width: 40ch; }

/* How it works: a real sale recording, then clear buyer and seller sections. */
.media { padding: 0 var(--gutter) 88px; grid-template-columns: 1.65fr 1fr; gap: 80px; align-items: center; }
.sale-film { margin: 0; min-width: 0; }
.video { min-height: 0; aspect-ratio: 16 / 9; border: 0; border-radius: 0; }
.video-facade .vlabel { font-family: var(--sans); font-size: 10px; letter-spacing: .12em; }
.video-facade:focus-visible { outline-offset: -5px; }
.sale-film figcaption, .photo-band figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 14px;
  color: var(--slate);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.media-guide > .eyebrow { margin-bottom: 24px; }
.media-guide > a { display: flex; flex-direction: column; gap: 10px; padding: 23px 0; border-top: 1px solid var(--border-3); text-decoration: none; }
.media-guide > a:last-child { border-bottom: 1px solid var(--border-3); }
.media-guide a .eyebrow { font-size: 10px; color: var(--slate-light); }
.guide-title { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: var(--serif); font-size: 34px; line-height: 1.2; letter-spacing: -.025em; }
.guide-note { color: var(--slate); font-size: 13px; }
.media-guide a:hover .guide-title { text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; }
.split { grid-template-columns: minmax(220px, 1fr) minmax(0, 2fr); gap: 56px; padding-top: 80px; padding-bottom: 88px; }
.split.alt { background: var(--paper-2); }
.split > *, .page-head > *, .story > *, .partners > * { min-width: 0; }
.split .eyebrow { margin-bottom: 24px; }
.body-lg { font-size: 17px; line-height: 1.85; color: var(--slate); }
.split-body { gap: 22px; max-width: 68ch; }
.split-body .btn-row { margin-top: 12px; }
.seller-menu .menu { min-width: min(290px, calc(100vw - 48px)); max-width: calc(100vw - 48px); border-color: var(--border); }
.seller-menu .menu a { font-family: var(--sans); font-size: 14px; font-weight: 500; }
.seller-menu .menu a small { font-family: var(--sans); font-size: 9px; font-weight: 500; letter-spacing: .06em; }
.benefits { padding-top: 80px; padding-bottom: 88px; border: 0; }
.benefits > .eyebrow { margin-bottom: 24px; }
.benefits .h-section { max-width: 23ch; margin-bottom: 48px; }
.benefits-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 48px; row-gap: 36px; }
.benefit { background: none; border: 0; border-top: 1px solid var(--line-on-dark); border-radius: 0; padding: 25px 0 0; gap: 16px; }
.benefit .h-card-sm { font-size: 21px; font-weight: 500; letter-spacing: -.025em; }
.benefit p { font-size: 15px; line-height: 1.8; }

/* About: landscape, industry story, and two open partner profiles. */
.story-head { padding: 56px var(--gutter) 56px; }
.story-head .eyebrow { margin-bottom: 28px; }
.h-story { max-width: 26ch; text-wrap: initial; }
.h-story span { display: block; color: var(--slate-light); }
.photo-band { margin: 0 var(--gutter); height: auto; overflow: visible; border: 0; }
.photo-band img { position: static; height: auto; aspect-ratio: 3 / 1; object-position: center 78%; }
.story { grid-template-columns: .95fr 1.05fr; gap: 100px; padding-top: 88px; padding-bottom: 88px; }
.story .lead { font-family: var(--serif); font-size: clamp(28px, 2.6vw, 36px); font-weight: 400; line-height: 1.4; letter-spacing: -.025em; max-width: 26ch; }
.story .more { gap: 24px; }
.story .more p { font-size: 16px; line-height: 1.85; }
.partners { gap: 80px; padding-bottom: 104px; }
.partner { background: none; border: 0; border-top: 1px solid var(--border-3); border-radius: 0; padding: 36px 0 0; gap: 24px; }
.partner .logo { height: 64px; width: 200px; }
.partner .logo img { max-width: 200px; max-height: 64px; border-radius: 0; }
.partner .h-sub { font-family: var(--serif); font-size: 34px; font-weight: 400; line-height: 1.2; letter-spacing: -.03em; }
.partner .body { font-size: 15px; line-height: 1.85; }
.partner .links { border: 0; padding-top: 4px; gap: 28px; }
.partner .links a { min-height: 44px; display: inline-flex; align-items: center; font-family: var(--sans); font-size: 10px; font-weight: 500; }
.partner .links a:hover { text-decoration: underline; text-underline-offset: 5px; }

/* News: a lead story followed by compact, unboxed archive entries. */
.news { padding-top: 0; padding-bottom: 88px; }
.news-grid { display: block; }
.news-card {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 48px;
  padding: 32px 0;
  background: none;
  border: 0;
  border-top: 1px solid var(--border-3);
  border-radius: 0;
  overflow: visible;
}
.news-card:first-child { grid-template-columns: 1.1fr .9fr; gap: 80px; border-top: 0; padding-top: 0; padding-bottom: 56px; }
.news-card:hover, .news-card:focus-within { box-shadow: none; transform: none; }
.news-card:focus-within { outline-color: var(--focus); }
.news-thumb { aspect-ratio: auto; border: 0; background: none; align-self: start; }
.news-thumb img { height: auto; aspect-ratio: 16 / 9; }
.news-card:first-child .news-thumb img { aspect-ratio: 8 / 5; }
.news-thumb--article img { filter: none; }
.news-thumb--article::after { display: none; }
.news-thumb-cap { position: static; display: block; color: var(--slate); padding-top: 12px; font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: .1em; }
.news-body { padding: 4px 0; gap: 14px; justify-content: center; }
.news-meta { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 18px; margin: 0; }
.news-meta time, .news-meta .kind { font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: .1em; color: var(--slate); }
.news-meta .kind { padding: 0; border: 0; background: none; border-radius: 0; }
.news-body .h-card-sm { font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: 1.25; letter-spacing: -.025em; max-width: 38ch; }
.news-card:first-child .h-card-sm { font-size: clamp(34px, 3.2vw, 46px); max-width: 20ch; }
.news-body .body { max-width: 62ch; font-size: 15px; line-height: 1.8; }
.news-card:hover .news-body h2 a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }

/* Future press releases inherit the same design and a readable text measure. */
.article-head { display: block; padding-bottom: 48px; }
.article-head .h-page { max-width: 24ch; overflow-wrap: anywhere; }
.article-head .lede { margin-top: 28px; max-width: 64ch; overflow-wrap: anywhere; }
.article {
  box-sizing: border-box;
  width: calc(100% - 2 * var(--gutter));
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 0 88px;
  border-top: 1px solid var(--border-3);
  overflow-wrap: anywhere;
}
.article p, .article ul { font-size: 17px; line-height: 1.85; }
.article h2 { font-family: var(--serif); font-size: 34px; font-weight: 400; line-height: 1.2; }
.article blockquote { margin: 36px 0; border-left-width: 1px; padding-left: 28px; }
.article blockquote p { font-family: var(--serif); font-size: 28px; line-height: 1.5; }
.article .article-back { font-size: 14px; font-weight: 500; }

@media (min-width: 901px) and (max-width: 1150px) {
  .site-nav, .site-nav ul { gap: 18px; }
  .brand .name { font-size: 20px; }
  .brand .chip img { width: 46px; height: 38px; }
}

@media (max-width: 1100px) {
  :root { --inset: 40px; }
  .hero { column-gap: 40px; }
  .hero .btn-row { gap: 20px; }
  .hero-landscape img { min-height: 520px; }
  .home-story, .trade-paths { gap: 56px; }
  .stat { padding-left: 28px; }
  .foot-grid { gap: 24px; }
  .page-head { column-gap: 56px; }
  .media, .news-card:first-child { gap: 48px; }
  .split, .story { gap: 56px; }
  .partners { gap: 48px; }
  .benefits-grid { column-gap: 32px; }
}

@media (max-width: 900px) {
  .site-header { height: 88px; }
  .site-nav { top: 88px; padding: 8px var(--gutter) 24px; }
  .site-nav a.btn-login { margin-left: 0; margin-top: 16px; }
  .site-nav li a { font-size: 16px; }
  .nav-toggle { background: transparent; }
  .hero { padding-top: 16px; column-gap: 32px; }
  .hero-content { padding-top: 16px; }
  .h-hero { font-size: clamp(56px, 7.2vw, 66px); }
  .hero-lede { font-size: 15px; }
  .hero .btn-row { flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 24px; }
  .hero-landscape img { min-height: 480px; }
  .hero-content .eyebrow { font-size: 9px; margin-bottom: 24px; }
  .stats { gap: 20px; }
  .stats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .stat { padding: 0 0 0 24px; border-top: 0; border-left: 1px solid var(--border-3); }
  .stat .num { font-size: 42px; }
  .stats-intro { font-size: 15px; }
  .home-story { gap: 40px; padding-top: 80px; padding-bottom: 88px; }
  .h-section { font-size: 39px; }
  .card .h-card { font-size: 19px; }
  .trade-paths { gap: 40px; padding-top: 64px; padding-bottom: 64px; }
  .trade-links a { font-size: 32px; gap: 18px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .page-head { column-gap: 40px; padding-top: 40px; padding-bottom: 48px; }
  .page-head .lede { font-size: 16px; }
  .media { grid-template-columns: 1.4fr 1fr; gap: 32px; padding-bottom: 64px; }
  .media-guide > a { padding: 18px 0; }
  .guide-title { font-size: 28px; }
  .guide-note { font-size: 12px; }
  .split, .story { grid-template-columns: .95fr 1.05fr; gap: 40px; padding-top: 64px; padding-bottom: 64px; }
  .split { grid-template-columns: minmax(190px, 1fr) minmax(0, 2fr); gap: 32px; }
  .body-lg { font-size: 16px; }
  .benefits { padding-top: 64px; padding-bottom: 64px; }
  .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-head { padding-top: 40px; padding-bottom: 48px; }
  .photo-band img { aspect-ratio: 2.4; }
  .partners { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; padding-bottom: 72px; }
  .partner .h-sub { font-size: 30px; }
  .news-card { grid-template-columns: 180px minmax(0, 1fr); gap: 32px; }
  .news-card:first-child { gap: 40px; }
  .news-body .h-card-sm { font-size: 26px; }
  .news-card:first-child .h-card-sm { font-size: 34px; }
}

@media (max-width: 760px) {
  :root { --inset: 24px; }
  .site-header { height: 82px; }
  .site-nav { top: 82px; }
  .brand .name { font-size: 21px; }
  .brand .chip img { height: 39px; width: 47px; }
  .hero { grid-template-columns: minmax(0, 1fr); padding-top: 24px; }
  .hero-content { padding: 0; }
  .hero-content .eyebrow { font-size: 10px; margin-bottom: 24px; }
  .h-hero { font-size: clamp(48px, 15vw, 80px); }
  .hero-lede { font-size: 16px; margin-top: 24px; max-width: 37ch; }
  .hero .btn-row { flex-direction: row; align-items: center; gap: 24px; margin-top: 24px; }
  .btn { padding: 15px 18px; gap: 20px; }
  .hero-landscape { margin-top: 36px; }
  .hero-landscape img { height: auto; min-height: 0; max-height: none; aspect-ratio: 1.3; object-position: center; }
  .hero-landscape figcaption { font-size: 9px; }
  .hero-footnote { margin-top: 24px; padding: 18px 0 24px; }
  .hero-footnote p { gap: 8px; flex-wrap: wrap; font-size: 10px; }
  .footnote-divider { margin: 0; }
  .hero-footnote > a { display: none; }
  .stats { grid-template-columns: minmax(0, 1fr); padding-top: 28px; padding-bottom: 32px; gap: 24px; }
  .stats-intro { font-size: 12px; }
  .stats-intro br { display: none; }
  .stats-intro span::before { content: " "; }
  .stats-grid { gap: 12px; }
  .stat { padding-left: 16px; gap: 8px; }
  .stat:first-child { border-left: 0; padding-left: 0; }
  .stat .num { font-size: clamp(32px, 8.5vw, 44px); }
  .stat .cap { font-size: 8px; letter-spacing: .08em; }
  .home-story { grid-template-columns: minmax(0, 1fr); gap: 44px; padding-top: 64px; padding-bottom: 64px; }
  .why .eyebrow { margin-bottom: 22px; }
  .h-section { font-size: clamp(38px, 8.5vw, 48px); }
  .why .h-section { max-width: 19ch; }
  .why .lede { margin-top: 22px; max-width: 38ch; }
  .why .text-link { margin-top: 18px; }
  .card { padding: 25px 0 28px; }
  .card .h-card { font-size: 21px; }
  .card .body { font-size: 15px; line-height: 1.8; }
  .trade-paths { grid-template-columns: minmax(0, 1fr); gap: 40px; padding-top: 52px; padding-bottom: 56px; }
  .trade-intro .text-link { margin-top: 20px; }
  .trade-links a { padding: 25px 0; min-height: 94px; }
  .site-footer { padding-top: 48px; }
  .foot-grid { grid-template-columns: 1fr 1fr; column-gap: 20px; row-gap: 40px; }
  .foot-grid > :first-child { grid-column: 1 / -1; }
  .foot a { overflow-wrap: anywhere; }
  .foot h4 { margin-bottom: 16px; }
  .foot-bottom { margin-top: 36px; align-items: flex-start; flex-direction: column; gap: 10px; line-height: 1.7; }
  .page-head { grid-template-columns: minmax(0, 1fr); padding-top: 32px; padding-bottom: 40px; }
  .page-head .eyebrow { margin-bottom: 24px; }
  .h-page, .h-story { font-size: clamp(44px, 10vw, 68px); }
  .page-head .lede { margin-top: 24px; max-width: 44ch; font-size: 16px; }
  .media { grid-template-columns: minmax(0, 1fr); gap: 36px; padding-bottom: 48px; }
  .sale-film figcaption, .photo-band figcaption { font-size: 9px; gap: 12px; }
  .media-guide > .eyebrow { margin-bottom: 20px; }
  .media-guide > a { padding: 22px 0; }
  .guide-title { font-size: 32px; }
  .guide-note { font-size: 14px; }
  .split, .story { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-top: 52px; padding-bottom: 56px; }
  .split .eyebrow { margin-bottom: 18px; }
  .benefits { padding-top: 56px; padding-bottom: 56px; }
  .benefits .h-section { margin-bottom: 36px; }
  .benefits-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .benefit { gap: 12px; }
  .story-head { padding-top: 32px; padding-bottom: 36px; }
  .story-head .eyebrow { margin-bottom: 24px; }
  .photo-band img { aspect-ratio: 1.3; object-position: center; }
  .story .lead { font-size: 29px; max-width: 28ch; }
  .partners { grid-template-columns: minmax(0, 1fr); gap: 40px; padding-bottom: 64px; }
  .partner { padding-top: 28px; gap: 22px; }
  .partner .links { padding-top: 0; }
  .news { padding-bottom: 56px; }
  .news-card, .news-card:first-child { grid-template-columns: minmax(0, 1fr); gap: 22px; padding-top: 28px; padding-bottom: 32px; }
  .news-card:first-child { padding-top: 0; }
  .news-card .news-thumb img { aspect-ratio: 16 / 9; }
  .news-body { gap: 14px; padding: 0; }
  .news-body .h-card-sm, .news-card:first-child .h-card-sm { font-size: 30px; max-width: 26ch; }
  .article-head { padding-bottom: 36px; }
  .article { padding-top: 36px; padding-bottom: 56px; }
  .article h2 { font-size: 30px; }
  .article blockquote { padding-left: 20px; }
}

@media (max-width: 380px) {
  .foot-grid { grid-template-columns: minmax(0, 1fr); row-gap: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  .trade-links a:hover .arrow { transform: none; }
}
