:root {
  --paper: #eee9dc;
  --paper-deep: #e3dccb;
  --ink: #181612;
  --red: #ed241b;
  --line: #a9a08f;
  --display: 'Barlow Condensed', Impact, sans-serif;
  --body: 'Bricolage Grotesque', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: fixed; inset: 0; z-index: 50; pointer-events: none; opacity: .11; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.84' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { color: var(--paper); background: var(--red); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.skip-link { position: absolute; top: -80px; left: 12px; z-index: 100; padding: 12px 16px; background: var(--ink); color: var(--paper); }
.skip-link:focus { top: 12px; }

.site-header { position: relative; z-index: 20; background: var(--paper); }
.site-header__main { min-height: 105px; display: flex; align-items: center; gap: clamp(22px, 3.4vw, 58px); padding: 15px clamp(22px, 3.4vw, 60px); }
.brand { display: inline-flex; align-items: center; flex: none; }
.brand > span { font-family: var(--display); font-size: 31px; line-height: .84; letter-spacing: -.015em; font-weight: 900; }
.brand small { font-size: .45em; vertical-align: .3em; letter-spacing: -.02em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 50px); margin-left: auto; }
.desktop-nav a { position: relative; font-size: 12px; font-weight: 800; letter-spacing: .02em; white-space: nowrap; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -6px; border-bottom: 2px solid var(--red); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.live-status { display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--ink); padding: 13px 16px; background: transparent; color: inherit; font-size: 12px; font-weight: 800; white-space: nowrap; cursor: pointer; }
.live-status:hover, .live-status:focus-visible { background: var(--ink); color: var(--paper); }
.live-status__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 3px rgba(237,36,27,.18); }
.site-header__folio { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 5px clamp(22px, 3.4vw, 60px); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-size: 10px; letter-spacing: .075em; font-weight: 800; }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 760px; display: grid; grid-template-columns: 47% 53%; }
.hero__copy { min-width: 0; display: flex; flex-direction: column; padding: clamp(35px, 4vw, 60px) clamp(28px, 4.1vw, 68px) 30px clamp(22px, 3.4vw, 60px); }
.hero__label { display: flex; justify-content: space-between; gap: 20px; margin: 0; font-size: 12px; font-weight: 800; letter-spacing: .015em; }
.hero h1 { display: flex; flex-direction: column; margin: auto 0 36px; font-family: var(--display); font-size: clamp(132px, 14.8vw, 248px); font-weight: 900; line-height: .74; letter-spacing: -.005em; text-transform: uppercase; transform: translateX(-.025em); }
.hero h1 > span { display: block; white-space: nowrap; }
.hero__middle { color: var(--red); font-size: .50em; letter-spacing: 0; line-height: 1.08; padding-left: .11em; }
.hero h1 i { color: var(--red); font-style: normal; }

.hero__visual { position: relative; min-width: 0; display: grid; place-items: center; overflow: hidden; padding: 52px 6% 48px; background: var(--ink); color: var(--paper); }
.hero__visual::before { content: ''; position: absolute; inset: 22px; border: 1px solid rgba(238,233,220,.22); pointer-events: none; }
.hero__vertical { position: absolute; left: 11px; top: 50%; color: rgba(238,233,220,.6); font-size: 10px; font-weight: 800; letter-spacing: .12em; white-space: nowrap; transform: translate(-50%,-50%) rotate(-90deg); }
.hero__visual-bottom { position: absolute; right: 6%; bottom: 15px; left: 6%; display: flex; justify-content: space-between; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.magazine-stack { position: relative; z-index: 2; width: 100%; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.stack-stage { position: relative; width: min(66%, 440px); aspect-ratio: 528/682; touch-action: pan-y; cursor: grab; outline-offset: 12px; }
.stack-stage.is-dragging { cursor: grabbing; }
.stack-card { position: absolute; inset: 0; container-type: inline-size; overflow: hidden; border: 2px solid var(--paper); background: var(--paper); box-shadow: 13px 15px 0 #090807; opacity: 0; z-index: 0; transform: translate(12px,-6px) rotate(3deg) scale(.96); pointer-events: none; transition: transform .55s cubic-bezier(.16,1,.3,1), opacity .35s ease; user-select: none; }
.stack-card img, .cover-crop img { position: absolute; width: 556.8%; max-width: none; height: auto; left: var(--crop-x); top: var(--crop-y); pointer-events: none; user-select: none; }
.stack-card[data-depth="0"] { opacity: 1; z-index: 6; transform: translateX(var(--drag-x,0px)) rotate(-3deg); pointer-events: auto; }
.stack-card[data-depth="1"] { opacity: 1; z-index: 5; transform: translate(17px,-13px) rotate(4deg) scale(.985); }
.stack-card[data-depth="2"] { opacity: 1; z-index: 4; transform: translate(34px,-25px) rotate(10deg) scale(.97); }
.stack-card[data-depth="3"] { opacity: 1; z-index: 3; transform: translate(48px,-33px) rotate(14deg) scale(.95); }
.stack-stage.is-dragging .stack-card[data-depth="0"] { transition: none; }
.stack-controls { width: min(66%, 440px); display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid rgba(238,233,220,.45); padding-top: 12px; }
.stack-arrow { width: 42px; height: 42px; display: grid; place-items: center; flex: none; border: 1px solid var(--paper); border-radius: 50%; background: transparent; color: var(--paper); font-size: 22px; line-height: 1; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.stack-arrow:hover { background: var(--paper); color: var(--ink); transform: translateY(-2px); }
.stack-position { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex: 1; font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.stack-position strong { font-family: var(--display); font-size: 20px; letter-spacing: -.01em; white-space: nowrap; }
.stack-position span { white-space: nowrap; }

.back-issues { padding: clamp(80px, 9vw, 145px) clamp(22px, 3.4vw, 60px) 52px; background: var(--paper-deep); }
.back-issues__intro { display: grid; }
.back-issues__number { grid-column: 1/-1; margin: 0 0 35px; font-size: 12px; font-weight: 800; letter-spacing: .05em; }
.back-issues__number span { color: var(--red); }
.back-issues h2 { margin: 0; font-family: var(--display); font-size: clamp(100px, 12vw, 185px); font-weight: 900; line-height: .82; letter-spacing: -.005em; }
.back-issues h2 em { color: var(--red); font-style: normal; }
.issue-rack { display: grid; grid-template-columns: 1.12fr .93fr 1fr; align-items: start; gap: clamp(15px, 3.2vw, 52px); margin: 65px 0 70px; }
.issue-rack__item { min-width: 0; margin: 0; }
.issue-rack__item--two { margin-top: 105px; }
.issue-rack__item--three { margin-top: 32px; }
.cover-crop { position: relative; width: 100%; aspect-ratio: 528/682; container-type: inline-size; overflow: hidden; background: var(--paper); border: 1px solid var(--ink); box-shadow: 12px 13px 0 var(--ink); transition: transform .35s cubic-bezier(.16,1,.3,1), box-shadow .35s cubic-bezier(.16,1,.3,1); }
.issue-rack__item:hover .cover-crop { transform: translateY(-7px) rotate(-1.5deg); box-shadow: 18px 20px 0 var(--ink); }
.issue-rack__item figcaption { display: flex; justify-content: space-between; gap: 16px; margin-top: 27px; border-top: 1px solid var(--ink); padding-top: 10px; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.issue-rack__item figcaption strong { font-family: var(--display); font-size: 20px; letter-spacing: 0; white-space: nowrap; }
.issue-rack__item figcaption span { text-align: right; }
.back-issues__end { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--ink); padding-top: 12px; font-size: 11px; font-weight: 800; letter-spacing: .08em; }

.about { min-height: 740px; display: grid; grid-template-columns: 37% 63%; background: var(--ink); color: var(--paper); }
.about__logo { display: flex; flex-direction: column; justify-content: space-between; gap: 30px; padding: clamp(24px, 3.4vw, 60px); border-right: 1px solid rgba(238,233,220,.4); }
.about__logo img { width: min(100%, 410px); aspect-ratio: 1; object-fit: cover; box-shadow: 18px 18px 0 #0c0b09; transform: rotate(-4deg); }
.about__logo span, .about__label { font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.about__text { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(28px, 3.4vw, 60px) clamp(30px, 5vw, 85px) 55px; }
.about h2 { margin: auto 0 40px; font-family: var(--display); font-size: clamp(105px, 12.5vw, 205px); font-weight: 900; line-height: .82; letter-spacing: -.005em; }
.about h2 em { color: var(--red); font-style: normal; }
.about__text p { max-width: 600px; margin: 0; border-top: 1px solid rgba(238,233,220,.5); padding-top: 18px; font-size: clamp(19px, 1.45vw, 23px); line-height: 1.35; }

.footer { background: var(--red); color: var(--ink); padding: 25px clamp(22px, 3.4vw, 60px) 19px; }
.footer__lead, .footer__bottom { display: flex; justify-content: space-between; gap: 20px; font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.footer__follow { display: flex; align-items: center; gap: 35px; min-height: 260px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); margin: 22px 0 15px; }
.footer__follow > span:first-child { max-width: 100px; font-size: 12px; font-weight: 800; }
.footer__follow strong { flex: 1; font-family: var(--display); font-size: clamp(110px, 15vw, 260px); font-weight: 900; line-height: .88; letter-spacing: -.01em; transition: transform .3s cubic-bezier(.16,1,.3,1); }
.footer__follow:hover strong { transform: translateX(12px); }
.footer__follow > span:last-child { font-size: clamp(55px, 6vw, 100px); line-height: 1; }
.footer__bottom a:hover { text-decoration: underline; }

@media (max-width: 1150px) {
  .hero { grid-template-columns: 49% 51%; }
  .hero h1 { font-size: clamp(125px, 15vw, 185px); }
  .stack-stage, .stack-controls { width: min(72%, 420px); }
  .about h2 { font-size: 12vw; }
}

@media (max-width: 850px) {
  .site-header__main { min-height: 86px; padding: 12px 22px; }
  .brand > span { font-size: 25px; }
  .desktop-nav { display: none; }
  .live-status { margin-left: auto; }
  .menu-toggle { width: 45px; height: 45px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 1px solid var(--ink); background: transparent; cursor: pointer; }
  .menu-toggle span { width: 20px; border-top: 2px solid var(--ink); }
  .menu-toggle[aria-expanded=true] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav:not([hidden]) { position: absolute; z-index: 19; top: 118px; left: 0; right: 0; display: flex; flex-direction: column; padding: 12px 22px 22px; border-bottom: 1px solid var(--ink); background: var(--paper); }
  .mobile-nav a { border-bottom: 1px solid var(--line); padding: 13px 0; font-family: var(--display); font-size: 29px; font-weight: 800; }
  .site-header__folio span:nth-child(2) { display: none; }
  .hero { display: block; }
  .hero__copy { min-height: 600px; padding-top: 30px; padding-bottom: 20px; }
  .hero h1 { font-size: clamp(145px, 19vw, 170px); margin: 45px 0 28px; }
  .hero__visual { min-height: 710px; }
  .stack-stage, .stack-controls { width: min(61%, 400px); }
  .back-issues h2 { font-size: clamp(108px, 16vw, 160px); }
  .issue-rack { gap: 20px; }
  .about { grid-template-columns: 35% 65%; min-height: 640px; }
  .about h2 { font-size: 12vw; }
  .footer__follow { min-height: 190px; }
  .footer__follow strong { font-size: 13vw; }
}

@media (max-width: 560px) {
  .site-header__main { gap: 12px; padding: 10px 17px; min-height: 75px; }
  .brand > span { font-size: 21px; }
  .live-status { padding: 7px 8px; gap: 5px; font-size: 9px; }
  .live-status__dot { width: 6px; height: 6px; }
  .menu-toggle { width: 44px; height: 44px; }
  .site-header__folio { min-height: 27px; padding: 5px 17px; font-size: 8px; }
  .site-header__folio span:last-child { display: none; }
  .mobile-nav:not([hidden]) { top: 102px; }
  .hero__copy { min-height: 580px; padding: 31px 18px 22px; }
  .hero__label { font-size: 10px; }
  .hero h1 { font-size: clamp(127px, 33vw, 168px); margin: 85px 0 40px; }
  .hero__visual { min-height: 575px; padding: 58px 6% 55px; }
  .hero__visual::before { inset: 11px; }
  .hero__vertical { display: none; }
  .hero__visual-bottom { right: 17px; left: 17px; bottom: 14px; font-size: 8px; }
  .stack-stage, .stack-controls { width: min(67%, 280px); }
  .stack-card { box-shadow: 8px 9px 0 #090807; }
  .stack-card[data-depth="1"] { transform: translate(11px,-10px) rotate(4deg) scale(.985); }
  .stack-card[data-depth="2"] { transform: translate(21px,-18px) rotate(9deg) scale(.97); }
  .stack-card[data-depth="3"] { transform: translate(30px,-24px) rotate(13deg) scale(.95); }
  .magazine-stack { gap: 20px; }
  .stack-arrow { width: 44px; height: 44px; }
  .stack-position { font-size: 10px; gap: 7px; }
  .stack-position strong { font-size: 16px; }
  .back-issues { padding: 75px 18px 28px; }
  .back-issues__number { margin-bottom: 25px; }
  .back-issues h2 { font-size: clamp(88px, 22vw, 124px); }
  .issue-rack { grid-template-columns: 1fr 1fr; gap: 21px; margin: 40px 0 55px; }
  .issue-rack__item--one { grid-column: 1/-1; width: 74%; }
  .issue-rack__item--two { margin-top: 35px; }
  .issue-rack__item--three { margin-top: 0; }
  .cover-crop { box-shadow: 7px 8px 0 var(--ink); }
  .issue-rack__item figcaption { margin-top: 18px; display: block; }
  .issue-rack__item figcaption strong, .issue-rack__item figcaption span { display: block; text-align: left; }
  .issue-rack__item figcaption strong { font-size: 17px; }
  .issue-rack__item figcaption span { font-size: 9px; margin-top: 3px; }
  .back-issues__end { font-size: 9px; }
  .about { display: block; min-height: 0; }
  .about__logo { flex-direction: row; align-items: end; padding: 35px 18px 50px; border-right: 0; }
  .about__logo img { width: 42%; box-shadow: 10px 10px 0 #0c0b09; }
  .about__logo span { max-width: 100px; font-size: 9px; text-align: right; }
  .about__text { padding: 30px 18px 65px; border-top: 1px solid rgba(238,233,220,.4); }
  .about h2 { font-size: clamp(93px, 24vw, 135px); margin: 80px 0 55px; }
  .about__text p { font-size: 19px; }
  .footer { padding: 20px 18px 18px; }
  .footer__lead, .footer__bottom { font-size: 9px; }
  .footer__lead span:first-child { max-width: 170px; }
  .footer__follow { position: relative; display: block; min-height: 225px; padding: 25px 0 22px; }
  .footer__follow > span:first-child { display: block; max-width: none; margin-bottom: 28px; font-size: 10px; }
  .footer__follow strong { display: block; font-size: clamp(58px, 15.5vw, 82px); line-height: .85; }
  .footer__follow > span:last-child { position: absolute; right: 0; top: 16px; font-size: 48px; }
  .footer__bottom span:nth-child(2) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .stack-card, .stack-arrow, .cover-crop, .footer__follow strong { transition: none; }
}
