@import url('https://fonts.googleapis.com/css2?family=Archivo:wdth,wght@62..125,400..900&family=DM+Sans:wght@400;500;600;700&family=Bodoni+Moda:ital,wght@0,400;0,500;0,600;1,500;1,600&display=swap');

/* Article Navigation - Back to Home */
.article-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 2rem;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #222;
  z-index: 1000;
}

.back-home {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #ada9a3;  /* Warm-tinted for eye comfort */
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
}

.back-home:hover {
  color: #fff;
}

/* Adjust article to account for fixed nav */
.fashion-article {
  padding-top: 5rem;
}

/* Video Player Styling - Modern, clean like Vogue */
.video-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 3rem 0;
  background: #000;
  position: relative;
}

.video-frame {
  width: 100%;
  height: auto;
  max-height: 80vh;
  display: block;
  background: #000;
  border: none;
  outline: none;
}

.video-frame::-webkit-media-controls-play-button {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}

.video-frame::-webkit-media-controls-timeline {
  background-color: rgba(255, 255, 255, 0.3);
}

.video-preview-fullbleed {
  width: 100vw;
  max-width: 100vw;
  height: 56.25vw;
  max-height: 1080px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: 0 8px 48px rgba(230,200,140,0.18);
  background: #181818;
  position: relative;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

/* Vogue/Roitfeld-inspired Editorial CSS: Only black and white, luxury typography, no colored accents, no gradients, no legacy styles. */

body, html {
  background: #fff;
  color: #111;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Didot', 'Bodoni Moda', serif;
  color: #111;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0 0 2rem 0;
  line-height: 1.08;
  border-bottom: 1px solid #111;
  font-size: 2.2rem;
}

.editorial-logo {
  font-family: 'Didot', 'Bodoni Moda', serif;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 0.5rem;
}

.editorial-nav a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  color: #111;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 2rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  transition: color 0.2s;
}
.editorial-nav a:hover {
  color: #000;
  border-bottom: 2px solid #111;
}

.editorial-section-title {
  font-family: 'Didot', 'Bodoni Moda', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 2rem;
  border-bottom: 1px solid #111;
  padding-bottom: 0.5rem;
  letter-spacing: 0.04em;
}

.editorial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 3rem;
  margin-bottom: 4rem;
}

.editorial-card {
  background: #fff;
  border: 1px solid #111;
  border-radius: 0;
  box-shadow: none;
  padding: 2rem 1.5rem;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.editorial-card-title {
  font-family: 'Didot', 'Bodoni Moda', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 1rem;
}

.editorial-card-meta {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #47443f;  /* Warm-tinted for eye comfort */
  margin-bottom: 0.5rem;
}

.editorial-card-excerpt {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.08rem;
  color: #25231f;  /* Warm-tinted for eye comfort */
  line-height: 1.7;
  margin-bottom: 1rem;
}

.editorial-footer {
  text-align: center;
  font-size: 1rem;
  color: #8b8781;  /* Warm-tinted for eye comfort */
  margin: 4rem 0 2rem 0;
  border-top: 1px solid #eee;
  padding-top: 1rem;
}

/* Designer Links Section */
.designer-links-section {
  margin: 2rem 0 3rem 0;
  padding: 2rem;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.designer-links-title {
  font-family: 'Didot', 'Bodoni Moda', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 1.5rem 0;
  text-align: center;
  letter-spacing: 0.05em;
  border-bottom: none;
}

.designer-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  max-width: 900px;
  margin: 0 auto;
}

.designer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.25rem;
  background: #fff;
  border: 2px solid #111;
  color: #111;
  text-decoration: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.designer-link:hover {
  background: #111;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Share Section */
.article-share {
  margin: 3rem 0 2rem 0;
  padding: 2rem;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}

.article-share h3 {
  font-family: 'Didot', 'Bodoni Moda', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 1.5rem 0;
  letter-spacing: 0.05em;
}

.share-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: #fff;
  border: 2px solid #111;
  color: #111;
  text-decoration: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.share-btn:hover {
  background: #111;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.share-btn svg {
  width: 20px;
  height: 20px;
}

.copy-notification {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: #111;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 4px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10000;
  pointer-events: none;
}

.copy-notification.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.designer-link svg {
  font-size: 1.1rem;
}

.designer-link.official {
  border-color: #111;
}

/* Gallery Lightbox - Vogue Style */
.gallery-wrapper {
  margin: 3rem 0;
}

.gallery-section-title {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
  color: #111;
}

.gallery-grid {
  display: flex;
  gap: 4px;
  padding: 0;
  background: #000;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.gallery-grid::-webkit-scrollbar {
  height: 6px;
}

.gallery-grid::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}

.gallery-grid::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}

.gallery-grid::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.gallery-image {
  cursor: zoom-in;
  position: relative;
  flex: 0 0 auto;
  height: 78vh;
  scroll-snap-align: start;
  background: #000;
}

.gallery-image img {
  height: 100%;
  width: auto;
  max-width: none;
  object-fit: contain;
  display: block;
}

@media (max-width: 768px) {
  .gallery-grid {
    gap: 2px;
  }

  .gallery-image {
    height: 58vh;
  }
}

/* Lightbox Modal */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease;
}

.lightbox.active {
  display: flex;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.lightbox-content {
  max-width: 90%;
  max-height: 90vh;
  position: relative;
  animation: scaleIn 0.3s ease;
}

@keyframes scaleIn {
  from { transform: scale(0.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.lightbox-image {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

/* Lightbox Controls */
.lightbox-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 15px;
  z-index: 10000;
}

.lightbox-fullscreen {
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.lightbox-fullscreen:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

.lightbox-close {
  font-size: 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  z-index: 10000;
  font-weight: 300;
  line-height: 1;
  padding: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: rotate(90deg);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  font-size: 40px;
  cursor: pointer;
  padding: 20px 25px;
  z-index: 10000;
  transition: all 0.3s ease;
  font-weight: 300;
  line-height: 1;
}

.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

.lightbox-prev {
  left: 30px;
}

.lightbox-next {
  right: 30px;
}

.lightbox-counter {
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  backdrop-filter: blur(10px);
  z-index: 1001;
}

.lightbox-caption {
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 800px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 12px 24px;
  backdrop-filter: blur(10px);
  z-index: 1001;
  display: none;
  line-height: 1.5;
}

.lightbox-caption:not(:empty) {
  display: block;
}

.lightbox-thumbnails {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(20px);
  display: flex;
  gap: 10px;
  padding: 10px 20px;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 1000;
  scroll-behavior: smooth;
}

.lightbox-thumbnails::-webkit-scrollbar {
  height: 6px;
}

.lightbox-thumbnails::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

.lightbox-thumbnails::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}

.lightbox-thumbnails::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.lightbox-thumbnail {
  flex-shrink: 0;
  width: 80px;
  height: 100px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s, transform 0.3s;
  border: 2px solid transparent;
}

.lightbox-thumbnail:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

.lightbox-thumbnail.active {
  opacity: 1;
  border-color: #fff;
  transform: scale(1.1);
}

.lightbox-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .lightbox-nav {
    font-size: 30px;
    padding: 15px 20px;
  }
  
  .lightbox-prev {
    left: 10px;
  }
  
  .lightbox-next {
    right: 10px;
  }
  
  .lightbox-close {
    top: 10px;
    right: 10px;
    font-size: 40px;
  }
  
  .lightbox-thumbnails {
    height: 80px;
    padding: 5px 10px;
  }
  
  .lightbox-thumbnail {
    width: 60px;
    height: 70px;
  }
  
  .lightbox-counter {
    bottom: 90px;
    font-size: 14px;
  }
}

.designer-link.ssense:hover {
  background: #000;
}

.designer-link.farfetch:hover {
  background: #000;
}

.designer-link.rtr:hover {
  background: #111;
}

.designer-link.poshmark:hover {
  background: #111;
}

@media (max-width: 768px) {
  .designer-links-grid {
    grid-template-columns: 1fr;
  }
  
  .designer-links-section {
    padding: 1.5rem 1rem;
    margin: 1.5rem 0 2rem 0;
  }
  
  .designer-link {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }

  .article-share {
    padding: 1.5rem 1rem;
  }

  .share-buttons {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
  }

  .share-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ==================== ARTICLE PAGE STYLING ==================== */

/* Article Container */
.fashion-article {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

/* Article Header */
.article-header {
  max-width: 900px;
  margin: 0 auto 6rem auto;
  padding: 6rem 2rem 0 2rem;
  text-align: center;
}

.article-title {
  font-family: 'Didot', 'Bodoni Moda', 'Playfair Display', Georgia, serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #000;
  margin: 0 0 2.5rem 0;
  text-transform: none;
}

.article-meta {
  font-family: 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #25231f;  /* Warm-tinted for eye comfort */
  margin-bottom: 2rem;
  text-align: center;
}

.article-excerpt {
  max-width: 800px;
  margin: 0 auto 4rem auto;
  padding: 0 2rem;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 1.35rem;
  line-height: 1.85;
  color: #47443f;  /* Warm-tinted for eye comfort */
  font-style: italic;
  text-align: left;
  border-left: none;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.article-intro {
  max-width: 800px;
  margin: 0 auto 6rem auto;
  padding: 0 2rem;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 1.4rem;
  line-height: 1.95;
  color: #25231f;  /* Warm-tinted for eye comfort */
  letter-spacing: 0.02em;
}

.article-intro p {
  margin: 0;
}

.category-tags {
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.category-tag {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 0.4rem 1rem;
  background: #000;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s;
}

.category-tag:hover {
  background: #333;
}

/* Article Body Typography */
.article-body {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 2rem 4rem 2rem;
}

.article-body p {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #1a1a1a;
  margin-bottom: 1.8rem;
  text-align: left;
}

.article-body h1 {
  font-family: 'Didot', 'Bodoni Moda', serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin: 3rem 0 1.5rem 0;
  letter-spacing: -0.01em;
}

.article-body h2 {
  font-family: 'Didot', 'Bodoni Moda', serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  margin: 2.5rem 0 1.2rem 0;
  letter-spacing: -0.01em;
}

.article-body h3 {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #000;
  margin: 2rem 0 1rem 0;
}

.article-body blockquote {
  font-family: 'Didot', 'Bodoni Moda', serif;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.5;
  color: #000;
  margin: 3rem 0;
  padding: 0 0 0 3rem;
  border-left: 4px solid #000;
}

.article-body strong {
  font-weight: 700;
  color: #000;
}

.article-body em {
  font-style: italic;
}

.article-body a {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: opacity 0.2s;
}

.article-body a:hover {
  opacity: 0.7;
}

/* Drop Cap for first paragraph */
.article-body p:first-of-type::first-letter {
  font-family: 'Didot', 'Bodoni Moda', serif;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 0.85;
  float: left;
  margin: 0.1rem 0.15rem 0 0;
  color: #000;
}

/* Lists */
.article-body ul,
.article-body ol {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #1a1a1a;
  margin-bottom: 1.8rem;
  padding-left: 2rem;
}

.article-body li {
  margin-bottom: 0.8rem;
}

/* Responsive Typography */
@media (max-width: 768px) {
  .article-header {
    padding: 2rem 1.5rem 0 1.5rem;
    margin-bottom: 2.5rem;
  }
  
  .article-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  
  .article-excerpt {
    font-size: 1.1rem;
    padding: 0 1.5rem;
    margin-bottom: 2rem;
  }
  
  .article-body {
    padding: 0 1.5rem 3rem 1.5rem;
  }
  
  .article-body p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
  }
  
  .article-body h1 {
    font-size: 2rem;
    margin: 2rem 0 1rem 0;
  }
  
  .article-body h2 {
    font-size: 1.6rem;
    margin: 1.8rem 0 0.8rem 0;
  }
  
  .article-body h3 {
    font-size: 1.2rem;
    margin: 1.5rem 0 0.8rem 0;
  }
  
  .article-body blockquote {
    font-size: 1.4rem;
    margin: 2rem 0;
    padding-left: 1.5rem;
    border-left-width: 3px;
  }
  
  .article-body p:first-of-type::first-letter {
    font-size: 4rem;
    margin: 0.05rem 0.1rem 0 0;
  }
}

/* Sguardissimi: one colour world, typography chosen by story format.
   Keep these shared rules after the legacy media and lightbox styles. */
:root {
  --sg-paper: #f8dce5;
  --sg-ink: #26151a;
  --sg-red: #bd1739;
  --sg-muted: #64434f;
  --sg-rule: #b58c9b;
  --sg-cream: #fff3d6;
  --sg-display: 'Archivo', Impact, sans-serif;
  --sg-sans: 'DM Sans', Arial, sans-serif;
  --sg-serif: 'Bodoni Moda', Georgia, serif;
}
html, body { background: var(--sg-paper); color: var(--sg-ink); }
body { font-family: var(--sg-sans); }
::selection { background: var(--sg-red); color: var(--sg-cream); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--sg-red); outline-offset: 5px; }
.article-nav {
  position: relative;
  box-sizing: border-box;
  padding: 18px clamp(20px, 4vw, 64px);
  background: var(--sg-paper);
  border-bottom: 1px solid var(--sg-ink);
  backdrop-filter: none;
}
.back-home {
  display: inline-block;
  padding: 6px 0;
  color: var(--sg-red);
  font-family: var(--sg-display);
  font-variation-settings: 'wdth' 75;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -.035em;
}
.back-home:hover { color: var(--sg-ink); }
.fashion-article { background: var(--sg-paper); padding: 0 0 24px; }
.article-header {
  max-width: 1120px;
  padding: clamp(28px, 5vw, 65px) 24px 0;
  margin: 0 auto 28px;
  text-align: left;
}
.article-title {
  font-family: var(--sg-display);
  font-variation-settings: 'wdth' 85;
  font-size: clamp(38px, 6.3vw, 88px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -.035em;
  color: var(--sg-red);
  border: 0;
  margin: 0 0 25px;
  text-wrap: balance;
  overflow-wrap: break-word;
}
.article-meta {
  font-family: var(--sg-sans);
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: .035em;
  color: var(--sg-muted);
  text-align: inherit;
  margin: 0 0 12px;
}
.article-categories { display: flex; gap: 12px; flex-wrap: wrap; }
.category-tag {
  font-family: var(--sg-sans);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .08em;
  color: var(--sg-red);
  background: transparent;
  padding: 0 0 5px;
  border-bottom: 1px solid var(--sg-red);
}
.category-tag:hover { background: transparent; }
.article-intro, .article-excerpt {
  max-width: 790px;
  padding: 0 24px;
  margin: 0 auto 34px;
  font-family: var(--sg-sans);
  font-size: clamp(20px, 2.1vw, 25px);
  line-height: 1.55;
  color: var(--sg-ink);
  letter-spacing: -.012em;
  font-style: normal;
}
.article-body { max-width: 790px; padding: 0 24px 32px; }
.article-body p, .article-body ul, .article-body ol {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.75;
  color: var(--sg-ink);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1.35em;
}
.article-body h1, .article-body h2, .article-body h3 {
  font-family: var(--sg-display);
  font-variation-settings: 'wdth' 90;
  color: var(--sg-red);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.025em;
  text-transform: none;
  border: 0;
  margin: 1.3em 0 .65em;
  text-wrap: balance;
}
.article-body h3 { font-size: clamp(23px, 2.4vw, 29px); }
.article-body strong { color: inherit; }
.article-body a { color: var(--sg-red); text-underline-offset: 4px; }
.article-body p:first-of-type::first-letter {
  font: inherit; float: none; margin: 0; color: inherit;
}
.article-body blockquote {
  border-left: 2px solid var(--sg-red);
  margin: 32px 0;
  padding: 4px 0 4px 24px;
  color: var(--sg-red);
}
.article-body blockquote p {
  font-family: var(--sg-serif);
  font-size: clamp(25px, 3vw, 35px);
  line-height: 1.35;
  font-style: italic;
  color: inherit;
  margin: 0;
}
.gold-accent, .article-body mark { color: var(--sg-red); background: var(--sg-cream); }
.article-body hr { border: 0; border-top: 1px solid var(--sg-rule); margin: 30px 0; }
.article-body img:not(.gallery-grid img), .article-hero-image img { max-width: 100%; height: auto; }
.article-hero-image { max-width: 1050px; margin: 28px auto; padding: 0 24px; }
.article-hero-image img { display: block; margin: auto; }
.video-wrapper { margin: 28px 0; background: #23151c; }
.video-frame { width: 100%; max-height: 75vh; object-fit: contain; }
.gallery-wrapper { margin: 32px 0; }
.article-body .gallery-section-title {
  font-family: var(--sg-sans);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .07em;
  text-transform: uppercase;
  text-align: left;
  border-top: 1px solid var(--sg-rule);
  padding-top: 14px;
  margin-bottom: 16px;
}
.gallery-grid { background: #23151c; }
.gallery-image { background: #23151c; }
.gallery-caption, .video-caption {
  color: var(--sg-muted);
  font-family: var(--sg-sans);
  font-size: 12px;
  line-height: 1.6;
  padding: 10px 0;
}
/* Films have a flowing title; mixed film/runway stories use the emphatic sans. */
.video-template .article-header { max-width: 1000px; text-align: center; }
.video-template .article-title {
  font-family: var(--sg-serif);
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 500;
  font-style: italic;
  line-height: 1.08;
  letter-spacing: -.04em;
}
.video-template .article-categories { justify-content: center; }
.video-template .article-body h2 { font-family: var(--sg-serif); font-weight: 600; font-style: italic; }
.gallery-video-template .article-title { font-variation-settings: 'wdth' 70; }
/* Essays keep a calmer, book-like title and a single opening initial. */
.image-template .article-header, .article-template .article-header { max-width: 940px; }
.image-template .article-title, .article-template .article-title {
  font-family: var(--sg-serif);
  font-weight: 600;
  font-size: clamp(38px, 5.8vw, 74px);
  line-height: 1.1;
  letter-spacing: -.025em;
}
.image-template .article-intro p::first-letter, .article-template .article-intro p::first-letter {
  float: left;
  font-family: var(--sg-serif);
  font-size: 3.6em;
  line-height: .86;
  margin: .07em .1em 0 0;
  color: var(--sg-red);
}
.designer-links-section { background: transparent; border-color: var(--sg-rule); }
.designer-links-title, .article-share h3 { color: var(--sg-red); border: 0; font-family: var(--sg-sans); font-size: 16px; letter-spacing: 0; }
.designer-link, .share-btn {
  background: transparent;
  color: var(--sg-ink);
  border: 1px solid var(--sg-red);
  border-radius: 0;
  font-family: var(--sg-sans);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .035em;
}
.designer-link.official { border-color: var(--sg-red); }
.designer-link:hover, .share-btn:hover { background: var(--sg-red); color: var(--sg-cream); transform: none; box-shadow: none; }
.article-share { max-width: 790px; margin: 32px auto 0; border-color: var(--sg-rule); }
.copy-notification { background: var(--sg-red); color: var(--sg-cream); }
.lightbox { background: rgba(35, 21, 28, .98); }
.lightbox-thumbnail.active { border-color: #f5a9cf; }
@media (max-width: 600px) {
  .article-header { padding: 28px 20px 0; margin-bottom: 24px; }
  .article-intro, .article-excerpt, .article-body { padding-left: 20px; padding-right: 20px; }
  .article-meta { font-size: 11px; letter-spacing: .02em; }
  .article-title { margin-bottom: 20px; }
  .gallery-image { height: 56svh; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
