/* WAC Homepage */
.wac-home {
  margin: 0;
  background: #fff;
  color: #111;
  font-family: 'Archivo', Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.wac-home a {
  color: inherit;
  text-decoration: none;
}

.wac-home a:hover {
  color: #B3121B;
}

.wac {
  background: #fff;
  min-width: 0;
}

.wac-wrap {
  max-width: 1360px;
  margin: 0 auto;
  padding-left: clamp(20px, 3vw, 40px);
  padding-right: clamp(20px, 3vw, 40px);
}

.wac-topbar {
  background: #0B0B0B;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 8px 24px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(198, 160, 92, .28);
}

.wac-topbar__muted {
  color: rgba(255, 255, 255, .72);
}

.wac-topbar__gold {
  color: #C6A05C;
}

.wac-header {
  background: #0B0B0B;
  border-bottom: 1px solid #111;
}

.wac-header__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 22px 40px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.wac-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.wac-brand:hover {
  color: inherit;
}

.wac-brand__rule {
  width: 72px;
  height: 1px;
  background: rgba(198, 160, 92, .45);
}

.wac-brand__name,
.wac-footer__brand {
  font-family: 'Bodoni Moda', serif;
  font-weight: 900;
  font-size: clamp(21px, 5.4vw, 34px);
  line-height: .9;
  letter-spacing: .01em;
  text-transform: uppercase;
  white-space: nowrap;
}

.wac-brand__weare {
  color: #F4F1EA;
}

.wac-brand__colognes {
  color: #C6A05C;
}

.wac-nav {
  border-bottom: 1px solid #e2e2e2;
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(10px);
  z-index: 20;
  overflow-x: auto;
}

.wac-nav__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 clamp(20px, 3vw, 40px);
  display: flex;
  gap: 28px;
  white-space: nowrap;
}

.wac-nav a {
  padding: 13px 0;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #555;
  border-bottom: 2px solid transparent;
}

.wac-nav a:hover,
.wac-nav a.is-active {
  color: #111;
  border-bottom-color: #111;
}

.wac-nav a.is-active {
  border-bottom-color: #B3121B;
  color: #111;
}

.wac-hero {
  border-bottom: 1px solid #111;
}

.wac-hero__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0 56px;
}

.wac-hero__main {
  flex: 3 1 440px;
  min-width: 0;
  padding: 44px 0 40px;
  display: flex;
  flex-direction: column;
}

.wac-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.wac-badge {
  background: #B3121B;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 5px 9px;
}

.wac-kicker__cat {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #8a8a8a;
}

.wac-hero__title {
  margin: 0;
  font-family: 'Bodoni Moda', serif;
  font-weight: 700;
  font-size: clamp(34px, 5vw, 84px);
  line-height: 1;
  letter-spacing: -.01em;
}

.wac-hero__dek {
  margin: 26px 0 0;
  max-width: 56ch;
  font-family: 'Bodoni Moda', serif;
  font-size: 20px;
  line-height: 1.5;
  color: #3a3a3a;
}

.wac-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 26px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #8a8a8a;
}

.wac-ph {
  background: #EDEBE6;
  border: 1px solid rgba(17, 17, 17, .14);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
}

.wac-ph span {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #8a8a8a;
}

.wac-ph--hero {
  width: 100%;
  flex: 1 1 auto;
  min-height: 320px;
  margin-top: 34px;
}

.wac-ph--card {
  width: 100%;
  aspect-ratio: 4 / 5;
  padding: 14px;
}

.wac-shortlist {
  flex: 1 1 300px;
  min-width: 0;
  padding: 0 0 44px;
  display: flex;
  flex-direction: column;
}

.wac-shortlist__head {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 44px 0 14px;
  border-bottom: 2px solid #111;
}

.wac-shortlist__item {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
}

.wac-shortlist__item--last {
  border-bottom: 0;
}

.wac-cat {
  display: block;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #B3121B;
  margin-bottom: 8px;
}

.wac-shortlist__title {
  display: block;
  font-family: 'Bodoni Moda', serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.15;
}

.wac-reported {
  border-bottom: 1px solid #111;
}

.wac-reported__inner {
  padding-top: 44px;
  padding-bottom: 56px;
}

.wac-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid #111;
  margin-bottom: 34px;
}

.wac-section-head h2 {
  margin: 0;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.wac-see-all {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #8a8a8a;
}

.wac-see-all:hover {
  color: #B3121B;
}

.wac-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 48px 44px;
}

.wac-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wac-card__title {
  font-family: 'Bodoni Moda', serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.12;
}

.wac-card__dek {
  font-size: 14px;
  line-height: 1.55;
  color: #555;
}

.wac-quote {
  background: #B3121B;
  color: #fff;
}

.wac-quote .wac-wrap {
  padding-top: 52px;
  padding-bottom: 52px;
}

.wac-quote blockquote {
  margin: 0;
}

.wac-quote p {
  margin: 0;
  font-family: 'Bodoni Moda', serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(28px, 3.6vw, 50px);
  line-height: 1.16;
  color: #fff;
  max-width: 24ch;
}

.wac-quote footer {
  margin-top: 22px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .8);
}

.wac-footer {
  background: #111;
  color: #fff;
}

.wac-footer__grid {
  padding-top: 48px;
  padding-bottom: 28px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 36px;
}

.wac-footer__about {
  margin: 18px 0 0;
  max-width: 34ch;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .6);
}

.wac-footer__col {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.wac-footer__label {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .45);
  margin-bottom: 4px;
}

.wac-footer__col a {
  font-size: 14px;
  color: rgba(255, 255, 255, .78);
}

.wac-footer__col a:hover {
  color: #fff;
}

.wac-footer__bottom {
  padding-top: 18px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .4);
}

/* Reduce theme chrome conflict on this page */
.wac-home .wac ~ *,
body.wac-home > *:not(.wac):not(script):not(style):not(link) {
  /* keep WP admin bar only */
}

body.wac-home #wpadminbar ~ .wac {
  /* ok */
}

@media (max-width: 720px) {
  .wac-header__inner {
    padding: 18px 20px 14px;
  }

  .wac-meta {
    flex-wrap: wrap;
    gap: 8px 12px;
  }

  .wac-shortlist__head {
    padding-top: 8px;
  }
}

/* brand logo */
.wac-brand__logo{height:clamp(48px,9vw,72px);width:auto}
.wac-footer__logo{width:200px;max-width:100%;height:auto}
.wac-body{margin:0;background:#fff;color:#111;font-family:"Archivo",Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
.wac-body a{color:inherit;text-decoration:none}
.wac-body a:hover{color:#B3121B}

/* topic */
.wac-crumb{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:24px 0 0;font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#8a8a8a}
.wac-crumb a{color:#8a8a8a}
.wac-topic-head{padding:20px 0 28px;border-bottom:2px solid #111;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:20px 40px}
.wac-topic-head h1{margin:0;font-family:"Bodoni Moda",serif;font-weight:700;font-size:clamp(38px,6vw,72px);line-height:1;letter-spacing:-.01em}
.wac-topic-head p{margin:16px 0 0;max-width:56ch;font-family:"Bodoni Moda",serif;font-size:clamp(16px,2.2vw,20px);line-height:1.5;color:#3a3a3a}
.wac-topic-meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#8a8a8a}
.wac-topic-meta strong{color:#111;font-weight:600}
.wac-topic-layout{display:flex;flex-wrap:wrap;gap:40px 56px;padding:34px 0 48px;align-items:flex-start}
.wac-topic-main{flex:3 1 440px;min-width:0}
.wac-topic-side{flex:1 1 260px;min-width:0}
.wac-lead{display:flex;flex-direction:column;gap:20px;padding-bottom:34px;border-bottom:1px solid #e2e2e2}
.wac-lead__img{width:100%;aspect-ratio:16/9;object-fit:cover;border:1px solid rgba(17,17,17,.14);filter:grayscale(1)}
.wac-lead h2{margin:0;font-family:"Bodoni Moda",serif;font-weight:700;font-size:clamp(28px,4.4vw,46px);line-height:1.05}
.wac-lead__dek{margin:0;max-width:60ch;font-size:17px;line-height:1.6;color:#3a3a3a}
.wac-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;align-items:center;padding:30px 0;border-bottom:1px solid #e2e2e2}
.wac-row__img{aspect-ratio:4/3;width:100%;object-fit:cover;border:1px solid rgba(17,17,17,.14);filter:grayscale(1)}
.wac-row h3{margin:0;font-family:"Bodoni Moda",serif;font-weight:700;font-size:clamp(22px,3vw,30px);line-height:1.12}
.wac-row__dek{margin:0;max-width:52ch;font-size:16px;line-height:1.6;color:#555}

/* article */
.wac-article-head{max-width:820px;padding:22px 0 34px;border-bottom:1px solid #e2e2e2}
.wac-article-head h1{margin:0;font-family:"Bodoni Moda",serif;font-weight:700;font-size:clamp(34px,5.6vw,64px);line-height:1.02;letter-spacing:-.01em}
.wac-article-head .wac-dek{margin:20px 0 0;max-width:60ch;font-family:"Bodoni Moda",serif;font-size:clamp(17px,2.2vw,21px);line-height:1.5;color:#3a3a3a}
.wac-figure{margin:0;padding:28px 0 0}
.wac-figure img{width:100%;aspect-ratio:16/9;object-fit:cover;border:1px solid rgba(17,17,17,.14);filter:grayscale(1)}
.wac-figure figcaption{margin-top:10px;font-size:12px;line-height:1.5;color:#8a8a8a}
.wac-article-grid{display:flex;flex-wrap:wrap;gap:40px 56px;padding:36px 0 56px;align-items:flex-start}
.wac-article-body{flex:3 1 440px;min-width:0;max-width:720px}
.wac-article-body p{margin:20px 0 0;font-size:18px;line-height:1.75;color:#1a1a1a}
.wac-article-body p:first-child{margin-top:0}
.wac-drop__cap{float:left;font-family:"Bodoni Moda",serif;font-weight:700;font-size:74px;line-height:.78;margin:6px 12px 0 0;color:#B3121B}
.wac-side-card{border:1px solid #111;padding:22px}
.wac-side-card h3{margin:0 0 12px;font-family:"Archivo Narrow",sans-serif;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.wac-side-card a{display:block;padding:12px 0;border-top:1px solid #e2e2e2;font-family:"Bodoni Moda",serif;font-weight:700;font-size:18px;line-height:1.2}
.wac-side-card a:first-of-type{border-top:0}

.wac-topic-head__text{flex:1 1 420px;min-width:0}
.wac-topic-meta__sep{width:1px;height:12px;background:#d8d8d8}
.wac-lead__body{display:flex;flex-direction:column;gap:14px}
.wac-row__body{display:flex;flex-direction:column;gap:12px;min-width:0}
.wac-topic-more{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:28px 0 8px;font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#8a8a8a}
.wac-btn-outline{display:inline-flex;align-items:center;height:44px;padding:0 22px;border:1px solid #111;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#111;background:#fff}
.wac-btn-outline:hover{background:#111;color:#fff}
.wac-topic-side{display:flex;flex-direction:column;gap:28px;padding:0 0 8px;flex:1 1 280px}
.wac-score-card{border:1px solid #111;padding:22px}
.wac-score-card__title{font-family:"Archivo Narrow",sans-serif;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#8a8a8a}
.wac-score-card__rows{display:flex;flex-direction:column;gap:12px;margin-top:16px}
.wac-score-card__rows>div{display:flex;justify-content:space-between;gap:12px;font-size:14px;line-height:1.4;color:#111}
.wac-score-card__rows>div span:last-child{color:#8a8a8a}
.wac-score-card__note{margin-top:16px;padding-top:14px;border-top:1px solid #e2e2e2;font-size:13px;line-height:1.6;color:#555}
.wac-browse__title,.wac-most__title{font-family:"Archivo Narrow",sans-serif;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;padding-bottom:12px;border-bottom:2px solid #111}
.wac-browse__list a{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #e2e2e2;font-size:15px;color:#111}
.wac-browse__list a:last-child{border-bottom:0}
.wac-browse__list a span:last-child{color:#8a8a8a}
.wac-browse__list a:hover{color:#B3121B}
.wac-most__list a{display:grid;grid-template-columns:28px 1fr;gap:14px;padding:14px 0;border-bottom:1px solid #e2e2e2;align-items:start}
.wac-most__list a:last-child{border-bottom:0}
.wac-most__num{font-family:"Bodoni Moda",serif;font-weight:900;font-size:22px;line-height:.9;color:#d6d6d6}
.wac-most__label{font-family:"Bodoni Moda",serif;font-weight:700;font-size:17px;line-height:1.2}
.wac-band{background:#B3121B;color:#fff;margin-top:24px}
.wac-band__inner{padding:40px 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px 48px;align-items:center}
.wac-band h2{margin:0;font-family:"Bodoni Moda",serif;font-weight:700;font-size:clamp(26px,3.4vw,44px);line-height:1.05;color:#fff}
.wac-band__copy{display:flex;flex-direction:column;gap:12px}
.wac-band__copy p{margin:0;max-width:48ch;font-size:15px;line-height:1.6;color:rgba(255,255,255,.85)}
.wac-band__copy span{font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.75)}
.wac-footer__grid--wide{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}
