
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=DM+Mono:wght@500&family=DM+Sans:wght@400;600;800&family=Playfair+Display:ital,wght@1,800&display=swap');

.about-editorial{
  margin:0; max-width:100%; overflow-x:hidden;
  background:#050506; color:#f7f5f2; font-family:'DM Sans',sans-serif;
}
.about-editorial *{box-sizing:border-box}
.about-editorial img{display:block;width:100%;object-fit:cover}
.about-wrap{width:min(1180px,calc(100% - 44px));margin:0 auto}
.about-ticker{background:#9747ff;color:#080808;padding:10px 20px;font:700 11px 'DM Mono';letter-spacing:2px;white-space:nowrap;overflow:hidden}
.about-site-header{background:#050506;color:#fff;border-color:#30243a}
.about-site-header .brand-mark,.about-footer .brand-mark{background:transparent;color:#fff;border-color:#9747ff}
.about-site-header .nav-links a{text-transform:uppercase;letter-spacing:.07em;font-size:12px}
.about-site-header .active-link{color:#b36cff!important}
.about-site-header .btn{border-radius:0;background:transparent;color:#fff;border-color:#735381}

.about-hero,.about-black,.about-scene,.about-end{padding:70px 0}
.about-eyebrow{font:700 11px 'DM Mono';letter-spacing:3px;color:#b7aebd;margin-bottom:25px}
.about-eyebrow.dark{color:#6d6570}
.about-editorial h1,.about-editorial h2{
  font-family:'Archivo Black',Arial Black,Impact,sans-serif;
  text-transform:uppercase;line-height:.88;letter-spacing:-3px;margin:0;
}
.about-editorial h1{font-size:clamp(48px,11vw,118px)}
.about-editorial h2{font-size:clamp(42px,8vw,92px)}
.about-editorial h1 i,.about-editorial h2 i,.about-statement i{
  font-family:'Playfair Display',Georgia,serif;color:#9747ff;font-weight:800;text-transform:none;
}
.about-lead{font:800 16px 'DM Mono';letter-spacing:2px;margin:32px 0}
.about-hero-image{margin:45px 0 0;position:relative;height:min(72vh,720px);min-height:460px;overflow:hidden}
.about-hero-image img{height:100%;object-position:center}
.about-hero-image figcaption,.about-board-grid figcaption,.about-scene-grid figcaption,.about-behind figure figcaption{
  position:absolute;left:10px;bottom:10px;background:#080808;color:#fff;padding:6px 8px;
  font:700 9px 'DM Mono';letter-spacing:1.5px;
}

.about-paper{background:#ebe8e2;color:#090909;padding:78px 0}
.about-numbered{display:grid;grid-template-columns:60px 1fr;gap:14px}
.about-num{font:800 34px 'DM Mono';color:#9747ff}
.about-paper p,.about-purple p,.about-behind p{font-size:19px;line-height:1.58;max-width:760px}

.about-black{background:#050506}
.about-board-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:45px 0}
.about-board-grid figure,.about-scene-grid figure,.about-behind figure{margin:0;position:relative;overflow:hidden}
.about-board-grid img{height:380px}
.about-board-grid figure:nth-child(3){grid-column:1/-1}
.about-board-grid figure:nth-child(3) img{height:540px}
.about-tags{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #493c52}
.about-tags span{font:700 10px 'DM Mono';letter-spacing:1.5px;text-align:center;padding:20px 5px;border-bottom:1px solid #493c52}

.about-purple{background:#9747ff;color:#070707;padding:78px 0}
.about-purple h2 i{color:#f4f0eb}
.about-purple p{max-width:850px}

.about-scene{background:#09090a}
.about-scene-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:10px}
.about-scene-grid img{height:300px}
.about-scene-grid figure:first-child{grid-row:span 2}
.about-scene-grid figure:first-child img{height:610px}
.about-scene-grid figure:nth-child(4){grid-column:1/-1}
.about-scene-grid figure:nth-child(4) img{height:500px}
.about-statement{font:800 clamp(32px,6vw,70px) 'Archivo Black';line-height:.98;margin:58px 0 0;letter-spacing:-2px}

.about-behind-grid{display:grid;grid-template-columns:1fr .8fr;gap:55px;align-items:end}
.about-behind figure img{height:560px}

.about-end{background:#050506}
.about-links{display:grid;margin-top:45px;border-top:1px solid #493c52}
.about-links a{color:#f7f5f2;text-decoration:none;font:800 17px 'DM Mono';padding:22px 0;border-bottom:1px solid #493c52;display:flex;justify-content:space-between}
.about-links b{color:#9747ff;font-size:24px}
.about-footer{margin-top:0;background:#050506;border-top:1px solid #30243a;color:#fff}
.about-footer p{color:#918797}

@media(max-width:760px){
  .about-wrap{width:calc(100% - 36px)}
  .about-hero,.about-black,.about-scene,.about-end{padding:56px 0}
  .about-paper,.about-purple{padding:58px 0}
  .about-editorial h1{font-size:12.5vw;letter-spacing:-2px}
  .about-editorial h2{font-size:11.2vw;letter-spacing:-2px}
  .about-hero-image{height:58vh;min-height:390px}
  .about-numbered{grid-template-columns:42px 1fr}
  .about-paper p,.about-purple p,.about-behind p{font-size:17px}
  .about-board-grid{grid-template-columns:1fr 1fr;gap:7px}
  .about-board-grid img{height:260px}
  .about-board-grid figure:nth-child(3) img{height:390px}
  .about-tags{grid-template-columns:1fr 1fr}
  .about-scene-grid{grid-template-columns:1fr 1fr;gap:7px}
  .about-scene-grid figure:first-child{grid-row:auto;grid-column:1/-1}
  .about-scene-grid figure:first-child img{height:360px}
  .about-scene-grid img{height:200px}
  .about-scene-grid figure:nth-child(4){grid-column:1/-1}
  .about-scene-grid figure:nth-child(4) img{height:320px}
  .about-behind-grid{grid-template-columns:1fr;gap:30px}
  .about-behind figure img{height:440px}
  .about-statement{font-size:7.8vw}
}
@media(max-width:390px){
  .about-wrap{width:calc(100% - 32px)}
  .about-editorial h1{font-size:12vw}
  .about-editorial h2{font-size:10.8vw}
}
