/* ============================================
   FFGC — Fédération française des gens cools
   Playful retro-modern magazine aesthetic
   ============================================ */

:root {
  --ffgc-orange: #F6931E;
  --ffgc-orange-dark: #e07d0a;
  --ffgc-blue: #79B9E7;
  --ffgc-blue-dark: #5a9fd4;
  --ffgc-blue-pattern: rgba(90, 150, 200, 0.35);
  --ffgc-pink: #F4A0C8;
  --ffgc-pink-dark: #e88ab8;
  --ffgc-pink-pattern: rgba(220, 120, 160, 0.35);
  --ink: #1a1a1a;
  --white: #ffffff;
  --bubble-bg: rgba(255, 255, 255, 0.88);
  --bubble-border: 2px solid var(--ink);
  --shadow-stack: 4px 4px 0 var(--ink);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Nunito', system-ui, sans-serif;
  background-color: var(--ffgc-blue);
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 11px,
      var(--ffgc-blue-pattern) 11px,
      var(--ffgc-blue-pattern) 12px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 11px,
      var(--ffgc-blue-pattern) 11px,
      var(--ffgc-blue-pattern) 12px
    );
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ---- Speech bubble containers ---- */
.bubble {
  background: var(--bubble-bg);
  border: var(--bubble-border);
  border-radius: 2rem;
  box-shadow: var(--shadow-stack);
  position: relative;
}

.bubble-sm {
  border-radius: 1.5rem;
}

/* ---- Masthead ---- */
.masthead {
  background: var(--ffgc-orange);
  color: var(--ink);
  text-align: center;
  padding: 2.5rem 1.5rem 3rem;
  position: relative;
}

.masthead-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.mag-logo {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.mag-logo-text {
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  font-size: clamp(4rem, 14vw, 8rem);
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: var(--ink);
  -webkit-text-stroke: 3px var(--white);
  paint-order: stroke fill;
  filter:
    drop-shadow(3px 3px 0 var(--ink))
    drop-shadow(5px 5px 0 rgba(0, 0, 0, 0.15));
}

.mag-logo-small .mag-logo-text {
  font-size: clamp(2rem, 6vw, 3rem);
  -webkit-text-stroke-width: 2px;
  filter: drop-shadow(2px 2px 0 var(--ink));
}

.masthead-tagline {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(0.95rem, 2.5vw, 1.15rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 0.35rem;
}

.masthead-tagline strong em {
  font-weight: 700;
  font-style: italic;
}

.masthead-date {
  font-family: 'Nunito', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
}

.issue-heart {
  color: #e63946;
  margin-right: 0.15rem;
}

.masthead-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.15em;
}

.masthead-nav a {
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 2rem;
  padding: 0.35rem 1.25rem;
  box-shadow: 3px 3px 0 var(--ink);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.masthead-nav a:hover {
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0 var(--ink);
  background: var(--ffgc-blue);
}

.nav-divider {
  font-weight: 700;
  opacity: 0.5;
}

.masthead-scallop {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 0;
}

.masthead-scallop svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* ---- Cover Story ---- */
.cover-story {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 3rem;
}

.cover-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.cover-text {
  padding: 2rem;
}

.cover-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  color: var(--ffgc-orange-dark);
  display: block;
  margin-bottom: 0.75rem;
}

.cover-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.2rem, 5.5vw, 3.8rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}

.cover-headline em {
  font-style: normal;
  color: var(--ffgc-orange-dark);
}

.cover-deck {
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
  max-width: 42ch;
}

.cover-credits {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-family: 'Nunito', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  opacity: 0.7;
}

.cover-image-wrap {
  border: var(--bubble-border);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--shadow-stack);
  aspect-ratio: 1;
  max-width: 420px;
  margin: 0 auto;
  background: var(--white);
}

.cover-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---- Section Dividers ---- */
.section-divider {
  text-align: center;
  padding: 1rem 1.5rem;
}

.divider-text {
  display: inline-block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  background: var(--bubble-bg);
  border: var(--bubble-border);
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  box-shadow: var(--shadow-stack);
}

/* ---- Side-by-Side Layout ---- */
.dual-sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1400px;
  margin: 0 auto;
  gap: 1.5rem;
  padding: 0 1.5rem 2rem;
}

/* ---- Sections ---- */
.section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem 1.5rem 3rem;
}

.dual-sections .section {
  max-width: none;
  margin: 0;
  padding: 0 0 2rem;
}

.section-header {
  text-align: center;
  margin-bottom: 2rem;
  padding: 1.5rem;
}

.section-badge {
  display: inline-block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.25em;
  padding: 0.35em 1em;
  margin-bottom: 0.75rem;
  background: var(--ffgc-orange);
  border: 2px solid var(--ink);
  border-radius: 1.5rem;
  box-shadow: 3px 3px 0 var(--ink);
}

.men-badge {
  background: var(--ink);
  color: var(--white);
}

.women-badge {
  background: var(--ffgc-orange);
  color: var(--ink);
}

.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 0.5rem;
}

.section-subtitle {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

/* ---- Article Grid ---- */
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.men-card-feature {
  grid-column: 1 / 3;
  grid-row: 1;
}

.women-card-feature {
  grid-column: 1 / 3;
  grid-row: 1;
}

.men-card-wide,
.women-card-wide {
  grid-column: 1 / 3;
}

.men-sidebar,
.women-sidebar {
  grid-column: 3;
  grid-row: 1 / 4;
}

.dual-sections .article-grid {
  grid-template-columns: 1fr;
}

.dual-sections .men-card-feature,
.dual-sections .women-card-feature,
.dual-sections .men-card-wide,
.dual-sections .women-card-wide,
.dual-sections .men-sidebar,
.dual-sections .women-sidebar {
  grid-column: 1;
  grid-row: auto;
}

.dual-sections .men-sidebar,
.dual-sections .women-sidebar {
  position: static;
}

/* ---- Article Cards ---- */
.article-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.article-card.bubble {
  border-radius: 1.75rem;
}

.article-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 7px 7px 0 var(--ink);
}

.card-image {
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
  border-bottom: var(--bubble-border);
}

.men-card .card-image {
  filter: saturate(1.1) contrast(1.05);
}

.women-card .card-image {
  filter: saturate(1.15) contrast(1.02);
}

/* Men's placeholder "photos" */
.men-img-smoke {
  background: url('assets/macron.jpg') center / cover no-repeat;
}

.men-img-car {
  background:
    linear-gradient(to bottom, var(--ffgc-blue-dark) 0%, #2a4a6a 100%),
    linear-gradient(135deg, transparent 40%, var(--ffgc-orange) 40%, var(--ffgc-orange) 60%, transparent 60%);
}

.men-img-tools {
  background:
    repeating-linear-gradient(45deg, #3d3530, #3d3530 2px, #2a2520 2px, #2a2520 8px);
}

.men-img-adventure {
  background: url('assets/bearman.jpg') center / cover no-repeat;
  aspect-ratio: 21/9;
}

/* Women's placeholder "photos" */
.women-img-fashion {
  background: url('assets/erreur.jpg') center / cover no-repeat;
}

.women-img-kitchen {
  background:
    linear-gradient(180deg, #fff8f0 0%, #ffe8c8 50%, var(--ffgc-orange) 100%);
}

.women-img-floral {
  background:
    radial-gradient(circle at 30% 40%, var(--ffgc-blue) 0%, transparent 40%),
    radial-gradient(circle at 70% 60%, var(--ffgc-orange) 0%, transparent 35%),
    radial-gradient(circle at 50% 50%, #a8d4f0 0%, transparent 50%),
    var(--white);
}

.women-img-soiree {
  background: url('assets/cuisine.jpg') center 25% / cover no-repeat;
  aspect-ratio: 21/9;
}

.card-body {
  padding: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-body-overlay {
  background: linear-gradient(to top, rgba(26, 26, 26, 0.9) 0%, transparent 100%);
  color: var(--white);
  margin-top: -6rem;
  position: relative;
  z-index: 1;
  padding-top: 3rem;
}

.card-kicker {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  color: var(--ffgc-orange-dark);
  margin-bottom: 0.35rem;
}

.women-kicker {
  color: var(--ffgc-blue-dark);
}

.card-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  letter-spacing: 0.03em;
  margin-bottom: 0.5rem;
}

.card-text {
  font-size: 0.88rem;
  line-height: 1.55;
  flex: 1;
}

.card-body-overlay .card-text {
  color: rgba(255, 255, 255, 0.9);
}

/* ---- Sidebars ---- */
.men-sidebar,
.women-sidebar {
  padding: 1.5rem;
  align-self: start;
  position: sticky;
  top: 1.5rem;
}

.sidebar-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--ink);
}

.sidebar-list {
  list-style: none;
  margin-bottom: 1.25rem;
}

.sidebar-list li {
  font-size: 0.85rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed rgba(26, 26, 26, 0.15);
  line-height: 1.45;
}

.men-list li::before {
  content: '💪 ';
}

.women-list li::before {
  content: '☀ ';
}

.men-quote,
.women-quote {
  font-size: 0.85rem;
  line-height: 1.55;
  padding: 1rem;
  margin: 0;
  border: 2px solid var(--ink);
  border-radius: 1rem;
  background: var(--ffgc-orange);
}

.women-quote {
  background: var(--ffgc-blue);
}

.men-quote cite,
.women-quote cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  opacity: 0.75;
}

/* ---- Footer ---- */
.site-footer {
  background: var(--ffgc-orange);
  color: var(--ink);
  padding: 2.5rem 1.5rem 3rem;
  border-top: var(--bubble-border);
  position: relative;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: var(--ffgc-orange);
  clip-path: ellipse(55% 100% at 50% 100%);
}

.footer-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.footer-barcode {
  display: flex;
  gap: 2px;
  height: 48px;
  align-items: stretch;
}

.footer-barcode span {
  display: block;
  background: var(--ink);
  width: 3px;
}

.footer-barcode span:nth-child(3n) { width: 5px; }
.footer-barcode span:nth-child(5n) { width: 2px; }
.footer-barcode span:nth-child(7n) { width: 4px; }

.footer-price {
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 1rem;
  padding: 0.25rem 0.75rem;
  box-shadow: 3px 3px 0 var(--ink);
}

.footer-tagline {
  font-family: 'Nunito', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0.75rem 0 1.25rem;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.15em;
  margin-bottom: 1.5rem;
}

.footer-nav a {
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 1.5rem;
  padding: 0.3rem 1rem;
  box-shadow: 2px 2px 0 var(--ink);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.footer-nav a:hover {
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 var(--ink);
}

.footer-copy {
  font-size: 0.72rem;
  opacity: 0.65;
}

/* ============================================
   Responsive
   ============================================ */

@media (max-width: 900px) {
  .dual-sections {
    grid-template-columns: 1fr;
    padding: 0 1rem 2rem;
  }

  .cover-grid {
    grid-template-columns: 1fr;
  }

  .cover-image-wrap {
    order: -1;
    max-width: 300px;
  }

  .article-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dual-sections .article-grid {
    grid-template-columns: 1fr;
  }

  .men-card-feature,
  .women-card-feature,
  .men-card-wide,
  .women-card-wide {
    grid-column: 1 / -1;
  }

  .men-sidebar,
  .women-sidebar {
    grid-column: 1 / -1;
    grid-row: auto;
    position: static;
  }
}

@media (max-width: 600px) {
  .masthead {
    padding: 2rem 1rem 2.5rem;
  }

  .masthead-nav {
    flex-direction: column;
    gap: 0.75rem;
  }

  .nav-divider {
    display: none;
  }

  .cover-story,
  .section {
    padding: 1.5rem 0 2rem;
  }

  .cover-text {
    padding: 1.25rem;
  }

  .article-grid {
    grid-template-columns: 1fr;
  }

  .men-card-feature,
  .women-card-feature,
  .men-card-wide,
  .women-card-wide,
  .men-sidebar,
  .women-sidebar {
    grid-column: 1;
  }

  .card-body-overlay {
    margin-top: -4rem;
    padding-top: 2rem;
  }

  .footer-top {
    flex-direction: column;
    gap: 0.75rem;
  }
}

/* ---- Gender gate (landing page) ---- */
body.gate-locked,
body.gate-unlocked {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: none;
}

.content-area {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 50vh;
  background-color: #f5f0e4;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 27px,
    rgba(0, 0, 0, 0.06) 27px,
    rgba(0, 0, 0, 0.06) 28px
  );
}

.site-content {
  flex: 1;
  transition: filter 0.6s ease;
}

body.gate-locked {
  overflow-y: auto;
}

body.gate-locked .site-content {
  filter: blur(8px);
  pointer-events: none;
  user-select: none;
}

body.gate-unlocked .site-content {
  filter: blur(0);
  pointer-events: auto;
  user-select: auto;
}

.gate-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: min(94vw, 1120px);
  pointer-events: none;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
}

body.gate-unlocked .gate-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.96);
}

.gate-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  pointer-events: auto;
  border: var(--bubble-border);
  box-shadow: 8px 8px 0 var(--ink);
  overflow: hidden;
}

.gate-half {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.75rem 2.25rem;
  min-height: 13rem;
}

.gate-half-man {
  background-color: var(--ffgc-blue);
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 11px,
      var(--ffgc-blue-pattern) 11px,
      var(--ffgc-blue-pattern) 12px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 11px,
      var(--ffgc-blue-pattern) 11px,
      var(--ffgc-blue-pattern) 12px
    );
}

.gate-half-woman {
  background-color: var(--ffgc-pink);
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 11px,
      var(--ffgc-pink-pattern) 11px,
      var(--ffgc-pink-pattern) 12px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 11px,
      var(--ffgc-pink-pattern) 11px,
      var(--ffgc-pink-pattern) 12px
    );
}

.gate-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  color: var(--ink);
  background: var(--bubble-bg);
  border: var(--bubble-border);
  border-radius: 2rem;
  box-shadow: var(--shadow-stack);
  padding: 1.5rem 2.5rem;
  cursor: pointer;
  text-align: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  max-width: 22rem;
  appearance: none;
  -webkit-appearance: none;
}

.gate-btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--ink);
}

.gate-btn:active {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink);
}

.gate-btn-sub {
  font-family: 'Nunito', sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  opacity: 0.85;
}

@media (max-width: 600px) {
  .gate-overlay {
    width: min(94vw, 420px);
  }

  .gate-split {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .gate-half {
    min-height: 10rem;
    padding: 2rem 1.25rem;
  }

  .gate-btn {
    padding: 1.25rem 1.75rem;
  }
}

/* ---- Vintage magazine (screenshot recreation) ---- */
.vintage-mag {
  --paper-men: #e4f2fb;
  --paper-women: #fdf5f5;
  --paper-line-men: rgba(90, 150, 200, 0.1);
  --paper-line-women: rgba(180, 100, 120, 0.08);
  --gold: #b8954a;
  --gold-light: #d4b86a;
  --rose: #c96b8a;
  --rose-deep: #8b3a52;
  --rose-pale: #f2c4d0;
  --plum: #4a2a4a;
  width: 80%;
  margin: -40px auto 0;
  padding: 40px 1.75rem 0;
  position: relative;
  z-index: 0;
}

.vintage-mag-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 4.5rem;
  margin-bottom: 5rem;
}

.vintage-mag-btn {
  display: inline-block;
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: var(--ink);
  background: var(--bubble-bg);
  border: var(--bubble-border);
  border-radius: 2rem;
  box-shadow: var(--shadow-stack);
  padding: 1rem 2rem;
  text-align: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.vintage-mag-btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--ink);
}

.vintage-mag-btn:active {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink);
}

.vintage-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 5rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.vintage-col {
  padding: 2.75rem 2.75rem 3rem;
}

.vintage-col-men {
  background-color: var(--paper-men);
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 27px,
    var(--paper-line-men) 27px,
    var(--paper-line-men) 28px
  );
  border-right: 4px solid var(--ink);
  box-shadow: 10px 0 28px rgba(0, 0, 0, 0.22);
  position: relative;
  z-index: 2;
}

.vintage-col-women {
  background-color: var(--paper-women);
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 27px,
    var(--paper-line-women) 27px,
    var(--paper-line-women) 28px
  );
  position: relative;
  z-index: 1;
}

.vintage-hero-header {
  margin-bottom: 2rem;
  padding-bottom: 0.25rem;
}

.vintage-hero-header + .vintage-feature {
  margin-top: 0.5rem;
}

.vintage-badge {
  font-family: 'Oswald', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  padding: 0.55em 1.6em;
  margin: 0 auto 1.5rem;
  display: block;
  width: fit-content;
}

.vintage-badge-men {
  background: var(--ink);
  color: var(--gold-light);
  border: 2px solid var(--gold);
}

.vintage-badge-women {
  background: var(--rose-pale);
  color: var(--rose-deep);
  border: 2px solid var(--rose);
}

.vintage-title {
  font-family: 'Playfair Display', Georgia, serif;
  text-align: center;
  line-height: 1.15;
  margin-bottom: 0.5rem;
}

.vintage-title-men {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 900;
  color: var(--ink);
}

.vintage-title-women {
  font-size: clamp(1.5rem, 3.2vw, 2.2rem);
  font-weight: 700;
  font-style: italic;
  color: var(--rose-deep);
}

.vintage-subtitle {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(0.85rem, 1.8vw, 1rem);
  font-style: italic;
  text-align: center;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.vintage-subtitle-men {
  color: #444;
}

.vintage-subtitle-women {
  color: var(--rose);
}

.vintage-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 0;
}

.vintage-rule-line {
  display: block;
  flex: 1;
  max-width: 100%;
  height: 0;
}

.vintage-rule-men .vintage-rule-line {
  border-top: 4px solid var(--gold);
}

.vintage-rule-women .vintage-rule-line {
  border-top: 2px solid var(--rose);
}

.vintage-rule-ornament {
  flex-shrink: 0;
  font-size: 0.85rem;
  color: var(--rose);
  line-height: 1;
  padding: 0 0.15rem;
}

.vintage-hero-card {
  max-width: 98%;
  margin: 2.5rem auto 0;
  overflow: visible;
}

.vintage-hero-card-men {
  border: 3px solid var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
  position: relative;
  margin-top: 3rem;
}

.vintage-hero-card-women {
  border: 1px solid rgba(201, 107, 138, 0.35);
  box-shadow: 4px 4px 14px rgba(139, 58, 82, 0.14);
  overflow: hidden;
}

.vintage-hero-image {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.vintage-hero-card-men .vintage-hero-image,
.vintage-hero-card-men .vintage-article {
  overflow: hidden;
}

.vintage-hero-card-men .vintage-hero-image {
  border-bottom: 3px solid var(--ink);
}

.vintage-hero-card-women .vintage-hero-image {
  border-bottom: 1px solid rgba(201, 107, 138, 0.25);
}

.vintage-article {
  text-align: left;
  padding: 1.35rem 1.5rem 1.6rem;
  background: var(--white);
  position: relative;
}

.vintage-article::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 14px;
}

.vintage-article-men::before {
  background: var(--ink);
}

.vintage-article-women::before {
  background: linear-gradient(to right, var(--rose-pale) 0%, #e8c8a0 55%, var(--gold-light) 100%);
}

.vintage-article-men {
  border-top: none;
}

.vintage-article-women {
  border-top: none;
}

.vintage-kicker {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  margin-top: 0.35rem;
}

.vintage-kicker-men {
  color: var(--gold);
}

.vintage-kicker-women {
  color: var(--gold);
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: 'Oswald', sans-serif;
}

.vintage-headline {
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

.vintage-headline-men {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--ink);
}

.vintage-headline-women {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
  font-weight: 700;
  font-style: italic;
  color: var(--ink);
}

.vintage-text {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #333;
  max-width: none;
  margin: 0;
}

.vintage-feature {
  max-width: 96%;
  margin: 0 auto 1.5rem;
  overflow: hidden;
}

.vintage-feature-men {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.vintage-feature-women {
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 3px 3px 10px rgba(139, 58, 82, 0.08);
}

.vintage-feature-image {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.vintage-feature-body {
  padding: 1.25rem 1.5rem 1.5rem;
  background: rgba(0, 0, 0, 0.82);
  color: var(--white);
  margin-top: -1px;
}

.vintage-feature-men .vintage-feature-body {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(30, 30, 30, 0.75) 100%);
}

.vintage-feature-women .vintage-feature-body {
  background: linear-gradient(to top, rgba(74, 42, 74, 0.95) 0%, rgba(100, 50, 80, 0.7) 100%);
}

.vintage-feature-headline {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}

.vintage-feature-women .vintage-feature-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
}

.vintage-feature-body .vintage-kicker {
  margin-bottom: 0.35rem;
}

.vintage-feature-body .vintage-kicker-men {
  color: var(--gold-light);
}

.vintage-feature-body .vintage-kicker-women {
  color: var(--rose-pale);
}

.vintage-feature-body .vintage-text {
  color: rgba(255, 255, 255, 0.9);
  max-width: none;
  margin: 0;
  font-family: 'Nunito', sans-serif;
  font-size: 0.88rem;
}

.vintage-sidebar {
  max-width: 96%;
  margin: 0 auto;
  padding: 1.5rem;
}

.vintage-sidebar-men {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.06);
}

.vintage-sidebar-women {
  border: 1px solid var(--rose-pale);
  border-top: 3px solid var(--rose);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 2px 2px 8px rgba(139, 58, 82, 0.06);
}

.vintage-sidebar-title {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--ink);
}

.vintage-sidebar-women .vintage-sidebar-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  color: var(--rose-deep);
  border-bottom-color: var(--rose-pale);
}

.vintage-sidebar-list {
  list-style: none;
  margin-bottom: 1.25rem;
}

.vintage-sidebar-list li {
  font-family: 'Nunito', sans-serif;
  font-size: 0.85rem;
  line-height: 1.5;
  padding: 0.4rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.vintage-sidebar-list-men li::before {
  content: '▸ ';
  color: var(--gold);
  font-weight: 700;
}

.vintage-sidebar-list-women li::before {
  content: '❀ ';
  color: var(--rose);
}

.vintage-quote {
  font-size: 0.85rem;
  line-height: 1.55;
  padding: 1rem 1.25rem;
  margin: 0;
}

.vintage-quote-men {
  background: var(--ink);
  color: var(--white);
  border-left: 4px solid var(--gold);
}

.vintage-quote-men p {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.45;
}

.vintage-quote-men cite {
  display: block;
  margin-top: 0.6rem;
  font-family: 'Nunito', sans-serif;
  font-size: 0.72rem;
  font-style: normal;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.vintage-quote-women {
  background: var(--rose-pale);
  color: var(--rose-deep);
  border: 1px solid var(--rose);
}

.vintage-quote-women p {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
}

.vintage-quote-women cite {
  display: block;
  margin-top: 0.5rem;
  font-family: 'Nunito', sans-serif;
  font-size: 0.72rem;
  font-style: normal;
  color: var(--rose);
}

@media (max-width: 900px) {
  .vintage-mag {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .vintage-split {
    grid-template-columns: 1fr;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  }

  .vintage-col-men {
    border-right: none;
    border-bottom: 4px solid var(--ink);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
  }

  .vintage-col-women {
    border-bottom: none;
  }
}

@media (max-width: 600px) {
  .vintage-col {
    padding: 1.75rem 1.25rem 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .article-card,
  .masthead-nav a,
  .footer-nav a,
  .site-content,
  .gate-overlay {
    transition: none;
  }

  .article-card:hover,
  .masthead-nav a:hover,
  .footer-nav a:hover {
    transform: none;
  }

  .gate-btn:hover,
  .gate-btn:active {
    transform: none;
    box-shadow: var(--shadow-stack);
  }
}
