.brand-web-v4 {
  --bw-paper: #f1f0e8;
  --bw-cream: #e4dfd0;
  --bw-ink: #0a0b0d;
  --bw-red: #ed4e43;
  --bw-acid: #b7f200;
  --bw-serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  background: var(--bw-paper);
  color: var(--bw-ink);
}

.brand-web-v4 .brand-page-header { background: rgba(5,7,11,.95); color: var(--p2l-paper); }
.brand-web-v4 main { overflow: hidden; }
.brand-web-v4 em { font-family: var(--bw-serif); font-weight: 400; font-style: italic; letter-spacing: -.06em; }
.bw-folio { margin: 0; font: 600 9px/1.4 var(--p2l-mono); text-transform: uppercase; }
.bw-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid var(--bw-ink); background: var(--bw-ink); color: var(--bw-paper) !important; font: 700 10px/1 var(--p2l-mono); text-transform: uppercase; transition: background .25s ease, color .25s ease; }
.bw-button:hover { background: var(--bw-acid); color: var(--bw-ink) !important; }
.bw-underlink { display: inline-flex; align-items: center; gap: 10px; padding-block: 10px; border-bottom: 1px solid currentColor; color: var(--bw-ink); font: 600 10px/1 var(--p2l-mono); text-transform: uppercase; }
.bw-underlink span { color: var(--bw-red); transition: transform .25s ease; }
.bw-underlink:hover span { transform: translate(3px, 2px); }
.bw-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }

.bw-cover { padding: 58px 0 28px; border-bottom: 1px solid rgba(10,11,13,.18); background: var(--bw-paper); }
.bw-cover-grid { display: grid; grid-template-columns: 1.02fr .98fr; grid-template-rows: 1fr auto; column-gap: 26px; min-height: 590px; }
.bw-cover-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 30px 0 42px; }
.bw-issue { display: flex; justify-content: space-between; gap: 20px; max-width: 590px; margin: 0 0 38px; padding-bottom: 10px; border-bottom: 1px solid var(--bw-ink); font: 600 8px/1 var(--p2l-mono); text-transform: uppercase; }
.bw-cover h1 { max-width: 720px; margin: 0 -88px 0 0; font-size: clamp(4rem, 6.3vw, 6.5rem); line-height: .87; letter-spacing: -.06em !important; }
.bw-cover h1 em { display: inline; color: var(--bw-red); }
.bw-deck { max-width: 560px; margin: 28px 0 30px; color: #505259; font-size: 1rem; line-height: 1.72; }
.bw-cover-image { position: relative; min-height: 560px; margin: 0; overflow: hidden; background: #111; }
.bw-cover-image img { width: 100%; height: 100%; object-fit: cover; object-position: 61% center; filter: saturate(.9) contrast(1.04); transition: transform 1.2s cubic-bezier(.16,1,.3,1); }
.bw-cover-image:hover img { transform: scale(1.025); }
.bw-cover-image figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; gap: 20px; padding: 14px 16px; background: rgba(5,7,11,.82); color: #e9ece8; font: 600 8px/1 var(--p2l-mono); text-transform: uppercase; backdrop-filter: blur(12px); }
.bw-cover-stamp { position: absolute; top: 18px; right: 18px; width: 88px; aspect-ratio: 1; display: grid; place-items: center; align-content: center; border-radius: 50%; background: var(--bw-acid); color: var(--bw-ink); transform: rotate(8deg); }
.bw-cover-stamp span { font: 700 8px/1.1 var(--p2l-mono); text-transform: uppercase; }
.bw-cover-stamp strong { font-size: 1.15rem; line-height: .8; }
.bw-cover-note { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; padding-top: 16px; font: 600 8px/1.4 var(--p2l-mono); text-transform: uppercase; }

.bw-edition { padding: 76px 0 78px; background: var(--bw-ink); color: var(--bw-paper); }
.bw-editorial-head { display: grid; grid-template-columns: .23fr 1fr .6fr; gap: 36px; align-items: end; margin-bottom: 44px; }
.bw-editorial-head .bw-folio { align-self: start; color: var(--bw-acid); }
.bw-editorial-head h2, .bw-system-head h2, .bw-close h2 { margin: 0; font-size: clamp(3.2rem, 5.8vw, 5.7rem); line-height: .9; letter-spacing: -.055em !important; }
.bw-editorial-head h2 em { color: var(--bw-acid); }
.bw-editorial-head > p:last-child { margin: 0; color: #94989e; line-height: 1.7; }
.bw-gallery { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); grid-template-rows: auto auto; gap: 12px; }
.bw-story { position: relative; margin: 0; overflow: hidden; background: #15171a; }
.bw-story-lead { grid-column: span 8; }
.bw-story-tall { grid-column: span 4; }
.bw-story-wide { grid-column: 5 / span 8; grid-row: 2; }
.bw-image-wrap { position: relative; overflow: hidden; }
.bw-story-lead .bw-image-wrap { aspect-ratio: 16 / 9; }
.bw-story-tall .bw-image-wrap { aspect-ratio: 4 / 5.65; }
.bw-story-wide .bw-image-wrap { aspect-ratio: 16 / 8.5; }
.bw-image-wrap::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.14); opacity: 1; transition: opacity .5s ease; }
.bw-story img { width: 100%; height: 100%; object-fit: cover; object-position: top; filter: saturate(.78); transition: transform .9s cubic-bezier(.16,1,.3,1), filter .45s ease; }
.bw-story:hover img { transform: scale(1.035) translate(var(--bw-pan-x, 0), var(--bw-pan-y, 0)); filter: saturate(1); }
.bw-story:hover .bw-image-wrap::after { opacity: 0; }
.bw-story figcaption { display: grid; grid-template-columns: .4fr 1fr auto; gap: 10px 20px; padding: 18px 0 26px; border-top: 1px solid rgba(255,255,255,.22); }
.bw-story figcaption span { color: var(--bw-acid); font: 600 8px/1.4 var(--p2l-mono); text-transform: uppercase; }
.bw-story figcaption h3 { margin: 0; font-size: 1.65rem; line-height: 1; }
.bw-story figcaption p { grid-column: 2 / 4; margin: 0; color: #94989e; font-size: .82rem; line-height: 1.5; }
.bw-case-link { align-self: start; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--bw-acid); font: 600 7px/1 var(--p2l-mono); text-transform: uppercase; white-space: nowrap; }
.bw-case-link span { display: inline-block; margin-left: 5px; transition: transform .25s ease; }
.bw-case-link:hover span { transform: translate(2px, -2px); }
.bw-pullquote { grid-column: span 4; grid-row: 2; display: flex; flex-direction: column; justify-content: space-between; min-height: 100%; padding: 30px 28px; background: var(--bw-red); color: var(--bw-ink); }
.bw-pullquote p { margin: 0; font: 400 clamp(2rem, 3.1vw, 3.25rem)/.98 var(--bw-serif); letter-spacing: -.04em; }
.bw-pullquote strong { font: 750 .92em/1 var(--p2l-display); }
.bw-pullquote a { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 14px; border-top: 1px solid rgba(10,11,13,.4); font: 700 8px/1.4 var(--p2l-mono); text-transform: uppercase; }

.bw-system { padding: 76px 0; background: var(--bw-cream); }
.bw-system-head { display: grid; grid-template-columns: .23fr 1fr; gap: 36px; align-items: start; margin-bottom: 44px; }
.bw-system-head h2 em { color: var(--bw-red); }
.bw-spread { display: grid; grid-template-columns: .65fr .35fr 1fr; border: 1px solid rgba(10,11,13,.22); background: var(--bw-paper); }
.bw-type-specimen { min-height: 480px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid rgba(10,11,13,.2); overflow: hidden; }
.bw-type-specimen > span, .bw-type-specimen small { font: 600 8px/1 var(--p2l-mono); text-transform: uppercase; }
.bw-type-specimen p { margin: 74px -60px 0 0; font: 400 clamp(3.7rem, 6.5vw, 6.8rem)/.78 var(--bw-serif); letter-spacing: -.07em; }
.bw-type-specimen strong { margin: auto 0 16px; color: var(--bw-red); font: 400 5rem/1 var(--bw-serif); }
.bw-color-specimen { display: grid; grid-template-rows: repeat(3, 1fr) auto; border-right: 1px solid rgba(10,11,13,.2); }
.bw-color-specimen > div { display: flex; align-items: end; min-height: 92px; padding: 12px; border-bottom: 1px solid rgba(10,11,13,.2); }
.bw-color-specimen > div:nth-child(1) { background: var(--bw-acid); }
.bw-color-specimen > div:nth-child(2) { background: var(--bw-red); }
.bw-color-specimen > div:nth-child(3) { background: var(--bw-ink); color: var(--bw-paper); }
.bw-color-specimen span { font: 600 7px/1 var(--p2l-mono); }
.bw-color-specimen p { margin: 0; padding: 16px; color: #5e6268; font-size: .74rem; line-height: 1.5; }
.bw-scope { padding: 28px 30px; }
.bw-scope .bw-folio { color: var(--bw-red); }
.bw-scope ol { margin: 24px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(10,11,13,.2); }
.bw-scope li { display: grid; grid-template-columns: 30px 1fr; gap: 7px 12px; padding: 17px 0; border-bottom: 1px solid rgba(10,11,13,.2); }
.bw-scope li > span { color: #7a7e83; font: 600 8px/1.4 var(--p2l-mono); }
.bw-scope li strong { font: 700 1.02rem/1.15 var(--p2l-display); }
.bw-scope li small { grid-column: 2; color: #62666c; font-size: .76rem; line-height: 1.5; }
.bw-manifesto { display: flex; align-items: center; gap: 18px; margin-top: 28px; font: 700 9px/1 var(--p2l-mono); text-transform: uppercase; }
.bw-manifesto i { height: 1px; flex: 1; background: rgba(10,11,13,.26); }
.bw-manifesto strong { color: var(--bw-red); }

.bw-close { padding: 78px 0; background: var(--bw-red); color: var(--bw-ink); }
.bw-close-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 9vw, 130px); align-items: end; }
.bw-close-index { min-height: 330px; display: flex; flex-direction: column; padding: 24px; border: 1px solid rgba(10,11,13,.55); }
.bw-close-index p { margin: 0; font: 700 9px/1 var(--p2l-mono); text-transform: uppercase; }
.bw-close-index strong { margin: auto 0 14px; font: 750 clamp(3.5rem, 6.5vw, 6.5rem)/.76 var(--p2l-display); letter-spacing: -.055em; }
.bw-close-index span { max-width: 260px; color: rgba(10,11,13,.7); font-size: .8rem; line-height: 1.5; }
.bw-close-copy .bw-folio { margin-bottom: 20px; }
.bw-close h2 { max-width: 780px; }
.bw-close-copy > p:not(.bw-folio) { max-width: 620px; margin: 22px 0 28px; color: rgba(10,11,13,.72); line-height: 1.7; }
.bw-close .bw-button { background: var(--bw-ink); color: var(--bw-paper) !important; }
.bw-close .bw-button:hover { background: var(--bw-acid); color: var(--bw-ink) !important; }

@media (max-width: 980px) {
  .bw-cover-grid { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto; }
  .bw-cover h1 { margin-right: 0; }
  .bw-cover-image { min-height: 0; aspect-ratio: 16 / 9; }
  .bw-cover-note { grid-column: 1; }
  .bw-editorial-head { grid-template-columns: .2fr 1fr; }
  .bw-editorial-head > p:last-child { grid-column: 2; }
  .bw-story-lead { grid-column: span 7; }
  .bw-story-tall { grid-column: span 5; }
  .bw-pullquote { grid-column: span 5; }
  .bw-story-wide { grid-column: 6 / span 7; }
  .bw-spread { grid-template-columns: .7fr .3fr; }
  .bw-scope { grid-column: 1 / -1; border-top: 1px solid rgba(10,11,13,.2); }
  .bw-close-grid { grid-template-columns: .8fr 1.2fr; gap: 50px; }
}

@media (max-width: 720px) {
  .bw-cover, .bw-edition, .bw-system, .bw-close { padding-block: 58px; }
  .bw-cover-copy { padding-top: 0; }
  .bw-issue { margin-bottom: 28px; }
  .bw-cover h1 { font-size: clamp(3.55rem, 15vw, 4.6rem); }
  .bw-cover-image { min-height: 0; aspect-ratio: 16 / 10; }
  .bw-cover-image img { object-position: 61% center; }
  .bw-cover-note { align-items: flex-start; flex-direction: column; }
  .bw-actions { align-items: stretch; flex-direction: column; }
  .bw-actions .bw-button { width: 100%; }
  .bw-underlink,
  .bw-pullquote a { min-height: 44px; display: inline-flex; align-items: center; }
  .bw-editorial-head, .bw-system-head { grid-template-columns: 1fr; gap: 18px; }
  .bw-editorial-head > p:last-child { grid-column: 1; }
  .bw-editorial-head h2, .bw-system-head h2, .bw-close h2 { font-size: clamp(2.9rem, 13vw, 4rem); }
  .bw-gallery { display: block; }
  .bw-story + .bw-story, .bw-pullquote { margin-top: 20px; }
  .bw-story-tall .bw-image-wrap, .bw-story-wide .bw-image-wrap { aspect-ratio: 16 / 10; }
  .bw-story figcaption { grid-template-columns: 1fr; }
  .bw-story figcaption p, .bw-case-link { grid-column: 1; }
  .bw-case-link { min-height: 44px; display: inline-flex; align-items: center; justify-self: start; margin-top: 6px; font-size: 10px; }
  .bw-pullquote { min-height: 310px; }
  .bw-spread { grid-template-columns: 1fr 1fr; }
  .bw-type-specimen { min-height: 410px; }
  .bw-type-specimen p { margin-top: 60px; font-size: 3.6rem; }
  .bw-scope { grid-column: 1 / -1; }
  .bw-manifesto { align-items: flex-start; flex-direction: column; }
  .bw-manifesto i { width: 1px; height: 22px; flex: none; margin-left: 4px; }
  .bw-close-grid { grid-template-columns: 1fr; }
  .bw-close-index { min-height: 280px; }
}

@media (max-width: 430px) {
  .bw-cover h1 { font-size: 3rem; }
  .bw-spread { grid-template-columns: 1fr; }
  .bw-type-specimen, .bw-color-specimen { border-right: 0; border-bottom: 1px solid rgba(10,11,13,.2); }
  .bw-color-specimen { grid-template-columns: repeat(3, 1fr); grid-template-rows: 132px auto; }
  .bw-color-specimen > div { min-height: 132px; }
  .bw-color-specimen p { grid-column: 1 / -1; }
  .bw-type-specimen p { margin-right: 0; font-size: clamp(2.75rem, 14vw, 3.35rem); line-height: .84; }
}

@media (prefers-reduced-motion: reduce) {
  .bw-cover-image img, .bw-story img, .bw-image-wrap::after, .bw-underlink span, .bw-case-link span { transition: none; }
}
