/*
Theme Name: A Creative DC Poster Runway
Theme URI: https://acreativedc.com/
Author: Tier1 Theme System
Description: Poster runway WordPress theme for broad useful web notes, resource sketches, address updates, access drafts, media notes, and trust review.
Version: 2.0.0
Text Domain: acreativedc-com
*/

* {
  box-sizing: border-box;
}

:root {
  --dc-night: #101010;
  --dc-paper: #f8f2e8;
  --dc-ink: #101010;
  --dc-muted: #303030;
  --dc-pink: #ff4f91;
  --dc-gold: #ffcf4f;
  --dc-blue: #7dd3fc;
  --dc-green: #b5f48f;
}

html {
  scroll-behavior: smooth;
}

body.dc-theme-body {
  margin: 0;
  background: var(--dc-night);
  color: var(--dc-paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

body.dc-theme-body a {
  color: inherit;
  text-decoration: none;
}

body.dc-theme-body img {
  max-width: 100%;
  height: auto;
}

.dc-page {
  min-height: 100vh;
  overflow: hidden;
}

.dc-top {
  position: fixed;
  z-index: 20;
  left: 0;
  right: 0;
  top: 0;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) 138px;
  align-items: center;
  min-height: 72px;
  border-bottom: 1px solid rgba(248, 242, 232, .24);
  background: rgba(16, 16, 16, .88);
  backdrop-filter: blur(14px);
}

.dc-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 26px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.dc-brand img {
  display: block;
  width: 44px;
  height: 44px;
}

.dc-top nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px 24px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.dc-top nav a {
  border-bottom: 1px solid transparent;
  padding: 3px 0;
}

.dc-top nav a:hover,
.dc-top nav a.active {
  border-color: var(--dc-pink);
  color: var(--dc-pink);
}

.dc-tag {
  color: var(--dc-gold);
  font-size: 11px;
  font-weight: 900;
  text-align: right;
  padding-right: 26px;
  text-transform: uppercase;
}

.dc-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, .8fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: end;
  padding: 118px clamp(22px, 5vw, 80px) 54px;
}

.dc-hero::before {
  content: "";
  position: absolute;
  inset: 72px 0 0 54%;
  background-image: linear-gradient(rgba(16,16,16,.1), rgba(16,16,16,.58)), url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1200&q=75");
  background-size: cover;
  background-position: center;
  filter: saturate(.85) contrast(1.05);
}

.dc-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

.dc-eyebrow {
  margin: 0 0 14px;
  color: var(--dc-gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.dc-hero h1,
.dc-archive-hero h1 {
  margin: 0;
  font-size: clamp(52px, 9vw, 132px);
  line-height: .82;
  text-transform: uppercase;
}

.dc-lead {
  max-width: 640px;
  margin: 28px 0 0;
  color: rgba(248, 242, 232, .78);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.72;
}

.dc-runway {
  position: relative;
  z-index: 2;
  align-self: center;
  display: grid;
  gap: 18px;
  padding-top: 160px;
  font-size: clamp(20px, 3.5vw, 44px);
  font-weight: 900;
  line-height: .95;
  text-transform: uppercase;
}

.dc-runway a {
  width: max-content;
  max-width: 100%;
  color: var(--dc-paper);
  text-shadow: 0 3px 20px rgba(0,0,0,.4);
}

.dc-runway a:nth-child(2) {
  color: var(--dc-pink);
  margin-left: 8%;
}

.dc-runway a:nth-child(3) {
  color: var(--dc-gold);
  margin-left: 17%;
}

.dc-runway a:nth-child(4) {
  margin-left: 3%;
}

.dc-runway a:nth-child(5) {
  color: var(--dc-blue);
  margin-left: 12%;
}

.dc-runway a:nth-child(6) {
  color: var(--dc-green);
  margin-left: 24%;
}

.dc-archive-hero {
  min-height: 56vh;
  display: grid;
  align-content: end;
  padding: 118px clamp(22px, 5vw, 80px) 54px;
}

.dc-archive-hero p:not(.dc-eyebrow) {
  max-width: 780px;
  margin: 24px 0 0;
  color: rgba(248, 242, 232, .78);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.7;
}

.dc-band-wrap {
  background: var(--dc-paper);
  color: var(--dc-ink);
  border-top: 1px solid var(--dc-ink);
}

.dc-band-head {
  display: grid;
  grid-template-columns: 34% minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  padding: 70px clamp(22px, 5vw, 80px) 46px;
}

.dc-band-head h2,
.dc-article h2,
.dc-single h1 {
  margin: 0;
  font-size: clamp(36px, 6vw, 86px);
  line-height: .9;
  text-transform: uppercase;
}

.dc-band-head p:not(.dc-eyebrow) {
  margin: 0;
  max-width: 780px;
  color: var(--dc-muted);
  font-size: 18px;
  line-height: 1.75;
}

.dc-bands {
  counter-reset: band;
  border-top: 1px solid var(--dc-ink);
}

.dc-band {
  counter-increment: band;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr) 28%;
  gap: clamp(18px, 4vw, 58px);
  align-items: center;
  min-height: 136px;
  padding: 26px clamp(22px, 5vw, 80px);
  border-bottom: 1px solid var(--dc-ink);
  background: var(--dc-band-color, var(--dc-paper));
}

.dc-band::before {
  content: counter(band, decimal-leading-zero);
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 900;
  line-height: .8;
}

.dc-band h3 {
  margin: 0;
  font-size: clamp(28px, 4.6vw, 68px);
  line-height: .9;
  text-transform: uppercase;
}

.dc-band p {
  margin: 0;
  color: #262626;
  font-size: 15px;
  line-height: 1.58;
}

.dc-pagination {
  padding: 24px clamp(22px, 5vw, 80px);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.dc-pagination a,
.dc-pagination span {
  border-bottom: 1px solid currentColor;
}

.dc-article {
  display: grid;
  grid-template-columns: 35% minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  padding: 74px clamp(22px, 5vw, 80px) 88px;
  background: var(--dc-night);
  color: var(--dc-paper);
}

.dc-single {
  min-height: 100vh;
  padding-top: 132px;
}

.dc-article-text {
  max-width: 820px;
  column-count: 2;
  column-gap: 42px;
  color: rgba(248,242,232,.8);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.58;
}

.dc-article-text p {
  margin: 0 0 20px;
}

.dc-article-text h1,
.dc-article-text h2,
.dc-article-text h3 {
  break-inside: avoid;
  margin: 0 0 20px;
  color: var(--dc-paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(28px, 4vw, 54px);
  line-height: .98;
  text-transform: uppercase;
}

.dc-meta {
  break-inside: avoid;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 15px;
  margin-bottom: 22px;
  color: var(--dc-gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.dc-meta a,
.dc-meta span {
  border-bottom: 1px solid currentColor;
}

.dc-post-image {
  display: block;
  width: 100%;
  margin: 0 0 28px;
  break-inside: avoid;
}

.dc-foot {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px clamp(22px, 5vw, 80px);
  border-top: 1px solid rgba(248,242,232,.22);
  color: rgba(248,242,232,.7);
  background: var(--dc-night);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 940px) {
  .dc-top,
  .dc-hero,
  .dc-band-head,
  .dc-band,
  .dc-article {
    grid-template-columns: 1fr;
  }

  .dc-top {
    position: static;
    padding: 14px 0;
  }

  .dc-top nav {
    justify-content: flex-start;
    padding: 0 26px;
  }

  .dc-tag {
    text-align: left;
    padding-left: 26px;
  }

  .dc-hero {
    min-height: auto;
    padding-top: 48px;
  }

  .dc-hero::before {
    position: relative;
    inset: auto;
    display: block;
    min-height: 320px;
    grid-column: 1;
    grid-row: 1;
  }

  .dc-hero-copy {
    grid-row: 2;
  }

  .dc-runway {
    padding-top: 0;
  }

  .dc-band {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .dc-hero,
  .dc-archive-hero,
  .dc-band-head,
  .dc-band,
  .dc-article,
  .dc-foot {
    padding-left: 18px;
    padding-right: 18px;
  }

  .dc-article-text {
    column-count: 1;
  }

  .dc-foot {
    display: grid;
  }
}
