@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");

:root {
  --article-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --display: "Cormorant Garamond", Georgia, serif;
  --text: #12110f;
  --muted: #6e695f;
  --line: rgba(0, 0, 0, 0.08);
  --paper: #f6f3ee;
  --soft: #f0ebe3;
  --dark: #050607;
  --maybe-ink: #12110f;
  --maybe-paper: #f6f3ee;
  --maybe-accent: #8f1118;
  --maybe-muted: #6e695f;
}

/* Visual cleanup: keeps editorial pages readable across old and new materials. */
.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(150px, .55fr) minmax(230px, .75fr) minmax(120px, .35fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: start;
  padding: 54px min(7vw, 110px) 52px !important;
  background: radial-gradient(circle at 10% 10%, #14171a 0%, #050505 54%, #000 100%);
  color: #fff;
}

.site-footer > .footer-grid {
  grid-column: 1 / -1;
}

.site-footer .footer-logo,
.site-footer .footer-brand {
  font-family: var(--display);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 500;
  line-height: .95;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.site-footer > div:not(.footer-grid) {
  min-width: 0;
}

.site-footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.site-footer a {
  display: block;
  margin: 0 0 9px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}

.site-footer a:hover {
  color: #d8d8d8;
}

.shoot-editorial-grid .editorial-pullquote,
.fragrance-pull {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.shoot-editorial-grid .editorial-pullquote {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: clamp(28px, 4vw, 54px) !important;
  font-size: clamp(24px, 2.8vw, 44px) !important;
  line-height: 1.2 !important;
  text-align: center;
  overflow-wrap: break-word;
  hyphens: auto;
}

.fragrance-pull p {
  max-width: 100%;
  font-size: clamp(25px, 3.1vw, 50px) !important;
  line-height: 1.13 !important;
  overflow-wrap: break-word;
}

.fragrance-scent-map div {
  min-width: 0;
  overflow: hidden;
}

.fragrance-scent-map h2 {
  max-width: 100%;
  font-size: clamp(20px, 2vw, 30px) !important;
  line-height: 1.05 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

.article-note {
  grid-column: 1 / -1 !important;
  order: 99;
  width: min(100% - 32px, 760px);
  max-width: 760px;
  margin: clamp(74px, 9vw, 130px) auto clamp(92px, 10vw, 150px) !important;
  text-align: left;
}

.back-link,
.article-note .back-link,
.perfume-story-copy .back-link,
.editorial-copy .back-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 158px;
  max-width: calc(100% - 32px);
  margin: 54px auto 0 !important;
  padding: 13px 24px;
  border: 1px solid #111;
  background: #fff;
  color: #111 !important;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-decoration: none !important;
}

main > .back-link,
article > .back-link {
  margin: 86px auto 120px !important;
}

.back-link:hover {
  background: #111;
  color: #fff !important;
}

.article-hero,
.fragrance-hero,
.article-hero-image,
.fragrance-hero-image,
.fragrance-bottle,
.fragrance-mini-gallery figure,
.perfume-story-hero {
  background: var(--maybe-paper) !important;
}

.article-hero::before,
.article-hero::after,
.fragrance-hero::before,
.fragrance-hero::after,
.perfume-story-hero::before,
.perfume-story-hero::after {
  content: none !important;
  display: none !important;
}

.home-fresh-grid,
.home-interiors .article-grid.home-masonry,
.home-interiors .article-grid.home-masonry.is-masonry-ready {
  display: grid !important;
  columns: auto !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.5vw, 36px);
}

.home-fresh-grid .article-card,
.home-interiors .article-card {
  width: 100% !important;
  margin: 0 !important;
  break-inside: auto;
}

.home-fresh-grid .article-card img,
.home-interiors .article-card img {
  max-width: 100%;
}

@media (max-width: 980px) {
  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .home-fresh-grid,
  .home-interiors .article-grid.home-masonry,
  .home-interiors .article-grid.home-masonry.is-masonry-ready {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-footer,
  .home-fresh-grid,
  .home-interiors .article-grid.home-masonry,
  .home-interiors .article-grid.home-masonry.is-masonry-ready {
    grid-template-columns: 1fr;
  }

  .shoot-editorial-grid .editorial-pullquote {
    min-height: 0;
    font-size: clamp(22px, 5.5vw, 34px) !important;
    padding: clamp(24px, 5vw, 36px) clamp(20px, 4vw, 32px) !important;
  }

  .shoot-editorial-grid .article-text-block:not(.article-note) {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

img,
video {
  max-width: 100%;
}

p,
h1,
h2,
h3,
h4,
li,
a,
span,
figcaption,
time,
button {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.site-intro {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #050607;
  color: #fff;
  pointer-events: none;
  animation: introFade 2400ms ease forwards;
}

.site-intro::before,
.site-intro::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #050607;
  animation: introPanel 900ms cubic-bezier(0.76, 0, 0.24, 1) 1450ms forwards;
}

.site-intro::before {
  left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.site-intro::after {
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.site-intro p,
.site-intro strong,
.site-intro span,
.site-intro-line {
  position: relative;
  z-index: 1;
}

.site-intro p,
.site-intro span {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-intro p {
  color: rgba(255, 255, 255, 0.62);
  transform: translateY(14px);
  opacity: 0;
  animation: introTextIn 600ms ease 180ms forwards;
}

.site-intro strong {
  margin: 16px 0;
  font-family: var(--display);
  font-size: clamp(42px, 8vw, 102px);
  font-weight: 500;
  line-height: 0.92;
  text-transform: none;
  transform: translateY(18px);
  opacity: 0;
  animation: introTextIn 700ms ease 360ms forwards;
}

.site-intro span {
  color: rgba(255, 255, 255, 0.72);
  transform: translateY(12px);
  opacity: 0;
  animation: introTextIn 600ms ease 560ms forwards;
}

.site-intro-line {
  width: min(560px, calc(100% - 60px));
  height: 1px;
  margin-bottom: 22px;
  background: rgba(255, 255, 255, 0.34);
  transform: scaleX(0);
  transform-origin: center;
  animation: introLine 780ms ease 120ms forwards;
}

@keyframes introTextIn {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes introLine {
  to {
    transform: scaleX(1);
  }
}

@keyframes introPanel {
  to {
    transform: translateX(var(--intro-panel-shift, -100%));
  }
}

.site-intro::after {
  --intro-panel-shift: 100%;
}

@keyframes introFade {
  0%,
  78% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

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

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

.container {
  width: min(1110px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 76px;
  padding: 0 42px;
  background: rgba(246, 243, 238, 0.92);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(14px);
}

.brand,
.footer-brand,
.hero h1,
.featured h2,
.promo h2,
.subscribe h2 {
  font-family: var(--display);
  font-weight: 500;
}

.hero h1,
.promo h2,
.subscribe h2 {
  text-transform: uppercase;
}

.brand {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  white-space: nowrap;
  color: var(--maybe-ink);
  text-decoration: none;
}

.main-nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(20px, 3vw, 46px);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.main-nav a {
  padding: 28px 0;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.menu-toggle:focus,
.menu-toggle:focus-visible {
  outline: none;
}

.menu-toggle:focus-visible {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.mobile-nav-overlay,
.mobile-nav-drawer {
  display: none;
}

.mobile-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.mobile-nav-list a {
  display: block;
  padding: 18px 0;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-nav-list a:last-child {
  border-bottom: 0;
}

.fashion-ticker {
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #050607;
  color: #fff;
}

.fashion-ticker-track {
  display: flex;
  width: max-content;
  gap: 28px;
  padding: 9px 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  animation: tickerMove 24s linear infinite;
  will-change: transform;
}

.fashion-ticker-track span {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
}

.fashion-ticker-track span::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.55;
}

@keyframes tickerMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.hero--single-banner .hero-banner-link--static {
  display: block;
  width: 100%;
  opacity: 1;
  animation: none;
  pointer-events: auto;
}

.hero--single-banner picture {
  display: block;
  line-height: 0;
}

.hero--single-banner {
  width: 100vw;
  max-width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 54px;
  background: #d8d2c8;
  overflow: hidden;
}

.hero--single-banner .hero-banner-link--static img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  opacity: 1;
  animation: none;
}

.hero--dual-banner {
  width: 100vw;
  max-width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 54px;
  background: #111;
  overflow: hidden;
}

.hero--dual-banner .hero-slider {
  display: grid;
  width: 100%;
}

.hero--dual-banner .hero-banner-link {
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

.hero--dual-banner .hero-banner-link:nth-child(1) {
  animation: heroDualA 20s ease-in-out infinite;
}

.hero--dual-banner .hero-banner-link:nth-child(2) {
  animation: heroDualB 20s ease-in-out infinite;
}

.hero--dual-banner .hero-banner-link picture {
  display: block;
  line-height: 0;
}

.hero--dual-banner .hero-banner-link img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  animation: none;
}

@keyframes heroDualA {
  0%,
  44% {
    opacity: 1;
    pointer-events: auto;
  }

  50%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes heroDualB {
  0%,
  44% {
    opacity: 0;
    pointer-events: none;
  }

  50%,
  94% {
    opacity: 1;
    pointer-events: auto;
  }

  100% {
    opacity: 0;
    pointer-events: none;
  }
}

.hero--graphic-banners::after {
  display: none;
}

.hero-banner-link {
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  opacity: 0;
  animation: heroSlide 20s ease-in-out infinite;
  pointer-events: none;
}

.hero-banner-link:nth-child(1) {
  animation-delay: 0s;
}

.hero-banner-link:nth-child(2) {
  animation-delay: 10s;
}

.hero-banner-link picture,
.hero-banner-link img {
  display: block;
  width: 100%;
  height: auto;
}

.digest-panel-banner {
  display: block;
  min-height: 0;
  padding: 0;
  background: #111;
}

.digest-panel-banner img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 245px;
  object-fit: cover;
  object-position: center;
  transition: transform 520ms ease;
}

.digest-panel-banner:hover img {
  transform: scale(1.03);
}

.promo {
  position: relative;
  height: auto;
  overflow: hidden;
  margin-top: clamp(32px, 4vw, 56px);
  color: #fff;
  background: #111;
}

.promo::after {
  display: none;
}

.promo-banner-link {
  display: block;
  width: 100%;
}

.promo-banner-link img {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  filter: none;
  transition: transform 420ms ease;
}

.promo-banner-link:hover img {
  transform: scale(1.015);
}

.promo--shows {
  background: #0a0908;
}

.promo-shows {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.28fr);
  min-height: clamp(280px, 38vw, 420px);
  color: inherit;
  text-decoration: none;
}

.promo-shows-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding: clamp(28px, 4vw, 56px) clamp(24px, 4vw, 52px);
  background:
    linear-gradient(115deg, #0a0908 0%, #0a0908 72%, transparent 100%);
  position: relative;
  z-index: 1;
}

.promo-shows-copy .eyebrow {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  font-family: Arial, Helvetica, sans-serif;
}

.promo-shows-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: none;
  color: #fff;
}

.promo-shows-copy .deck {
  margin: 16px 0 0;
  max-width: 18rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.45;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: none;
}

.promo-shows-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  margin-top: 28px;
  padding: 10px 0 8px;
  border-bottom: 1px solid var(--maybe-accent, #8f1118);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}

.promo-shows-cta::after {
  content: "→";
  color: var(--maybe-accent, #8f1118);
}

.promo-shows-media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #111;
}

.promo-shows-media picture,
.promo-shows-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(280px, 38vw, 420px);
  object-fit: cover;
  object-position: center 28%;
  transition: transform 700ms ease;
}

.promo-shows:hover .promo-shows-media img {
  transform: scale(1.03);
}

.promo-shows:hover .promo-shows-cta {
  border-bottom-color: #fff;
}

@media (max-width: 760px) {
  .promo-shows {
    grid-template-columns: 1fr;
  }

  .promo-shows-media {
    order: -1;
    min-height: 240px;
  }

  .promo-shows-media picture,
  .promo-shows-media img {
    min-height: 240px;
  }

  .promo-shows-copy {
    background: #0a0908;
    padding-top: 28px;
  }
}

.hero--graphic-banners .hero-banner-link img {
  width: 100%;
  height: auto;
  display: block;
}

.promo--telegram-channel {
  margin-top: clamp(24px, 4vw, 40px);
}

.promo--telegram-channel .promo-banner-link img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: unset;
  background: transparent;
}

.promo--telegram-channel + .promo {
  margin-top: clamp(20px, 3vw, 32px);
}

.hero {
  position: relative;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
  margin: 0 0 54px;
  overflow: hidden;
}

.hero-slider {
  display: grid;
  width: 100%;
}

.hero-slider picture {
  grid-area: 1 / 1;
  display: block;
  width: 100%;
}

.hero-slider img {
  grid-area: 1 / 1;
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  animation: heroSlide 20s ease-in-out infinite;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hero--graphic-banners .hero-slider img {
  opacity: 1;
  animation: none;
}

.hero--dual-banner .hero-slider img {
  opacity: 1 !important;
  animation: none !important;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.32) 58%, rgba(0, 0, 0, 0.44));
  pointer-events: none;
}

.hero-slider picture:nth-child(1) img {
  animation-delay: 0s;
}

.hero-slider picture:nth-child(2) img {
  animation-delay: 10s;
}

@keyframes heroSlide {
  0%,
  100% {
    opacity: 0;
    pointer-events: none;
  }

  4%,
  46% {
    opacity: 1;
    pointer-events: auto;
  }

  50%,
  96% {
    opacity: 0;
    pointer-events: none;
  }
}

.hero-content {
  position: absolute;
  z-index: 3;
  top: 68%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(500px, calc(100% - 44px));
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: heroSlide 20s ease-in-out infinite;
  animation-delay: 0s;
  pointer-events: none;
}

.hero-content p,
.section-kicker,
.promo p {
  margin: 0 0 20px;
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.section-kicker {
  color: var(--maybe-accent);
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 700;
}

.hero-content p {
  margin-bottom: 8px;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.hero h1 {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.8vw, 36px);
  line-height: 0.95;
}

.hero .outline-button {
  min-height: 30px;
  padding: 0 18px;
  font-size: 9px;
}

.outline-button,
.text-link,
.subscribe button,
.telegram-subscribe-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 34px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.outline-button {
  border: 1px solid currentColor;
  text-decoration: none;
}

.featured {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  min-height: 285px;
  margin-top: -90px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.07);
}

.featured--reverse {
  margin-top: 22px;
  grid-template-columns: 1fr 1.12fr;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.05);
}

.featured--reverse img {
  filter: none;
}

.featured picture {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 285px;
}

.featured img {
  width: 100%;
  height: 100%;
  min-height: 285px;
  object-fit: cover;
}

.featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 48px);
}

.featured-copy .section-kicker,
.subscribe .section-kicker {
  color: var(--muted);
  margin-bottom: 24px;
}

.featured-copy .section-kicker {
  margin-bottom: 16px;
}

.featured h2 {
  margin: 0;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.1;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.featured-headline-phrase {
  white-space: nowrap;
}

.subscribe h2 {
  margin: 0;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.1;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.featured-copy > p:not(.section-kicker) {
  max-width: 340px;
  margin: 18px 0;
  color: var(--muted);
}

.subscribe > p {
  max-width: 560px;
  margin: 20px 0 0;
  color: var(--muted);
}

.text-link {
  align-self: flex-start;
  gap: 18px;
  padding: 0;
}

.home-hot-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 0 0;
}

.home-hot-heading::after {
  content: "";
  width: min(220px, 22vw);
  height: 1px;
  margin-bottom: 12px;
  background: #b8121b;
}

.home-hot-heading h2 {
  margin: 4px 0 0;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.home-digest {
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.85fr;
  gap: 22px;
  padding: 22px 0 18px;
}

.digest-panel {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  border: 0;
  background: #fff;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.digest-panel:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08);
}

.digest-panel span,
.digest-panel p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.digest-panel h2 {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 0.98;
}

.digest-panel-text,
.digest-panel-dark {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 4vw, 38px);
}

.digest-panel-text::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 122px;
  height: 2px;
  background: #c51616;
  opacity: 0.9;
}

.digest-panel-image {
  color: #fff;
}

.digest-panel-image img {
  position: absolute;
  inset: 0;
  transition: transform 520ms ease, filter 420ms ease, opacity 420ms ease;
}

.digest-panel-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.76));
}

.digest-panel-image div {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 24px;
  left: 22px;
}

.digest-panel-image h2 {
  font-size: clamp(22px, 2.1vw, 30px);
}

.digest-panel-image:hover img {
  transform: scale(1.045);
  filter: grayscale(0.12) sepia(0.34) hue-rotate(306deg) saturate(1.6) brightness(0.78) contrast(1.1);
}

.digest-panel-dark {
  background: #050607;
  color: #fff;
  padding: clamp(22px, 3vw, 30px);
}

.digest-panel-dark p,
.digest-panel-dark span {
  color: rgba(255, 255, 255, 0.58);
}


.digest-panel-dark h2 {
  color: #fff;
  font-size: clamp(24px, 2.15vw, 32px);
  line-height: 1.02;
}

.articles {
  padding: 58px 0 42px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.section-heading h2,
.popular h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: none;
  color: var(--maybe-ink);
}

.section-heading a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.article-grid.home-masonry {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: auto !important;
  align-items: start;
  gap: 36px;
}

.article-grid.home-masonry.is-masonry-ready {
  grid-auto-rows: auto !important;
}

.article-card {
  display: block;
  overflow: hidden;
  border: 0;
  background: transparent;
  transition: transform 260ms ease;
}

.article-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.45 / 1;
  height: auto;
  object-fit: cover;
  background: transparent;
  transition: transform 420ms ease, filter 420ms ease, opacity 420ms ease;
}

.home-masonry .article-card:nth-child(4n + 1) img {
  aspect-ratio: 1 / 1.22;
}

.home-masonry .article-card:nth-child(4n + 2) img {
  aspect-ratio: 1.42 / 1;
}

.home-masonry .article-card:nth-child(4n + 3) img {
  aspect-ratio: 1 / 1.05;
}

.home-masonry .article-card:nth-child(7n) img {
  aspect-ratio: 1.56 / 1;
}

.home-fresh-grid {
  align-items: start;
}

.home-fresh-grid .article-card {
  min-height: 0;
}

.home-fresh-grid .article-card img {
  aspect-ratio: 1.22 / 1;
}

.home-fresh-grid .article-card:nth-child(3n + 2) img {
  aspect-ratio: 1 / 0.96;
}

.home-fresh-grid .article-card:nth-child(3n) img {
  aspect-ratio: 1.38 / 1;
}

.article-card:hover {
  transform: translateY(-6px);
  box-shadow: none;
}

.article-card:hover img {
  transform: scale(1.018);
  filter: grayscale(0.12) sepia(0.34) hue-rotate(306deg) saturate(1.65) brightness(0.78) contrast(1.1);
  opacity: 0.9;
}

.article-grid.home-masonry .article-card:nth-child(6n + 2),
.article-grid.home-fresh-grid .article-card:nth-child(6n + 2) {
  transform: translateY(22px);
}

.article-grid.home-masonry .article-card:nth-child(6n + 4),
.article-grid.home-fresh-grid .article-card:nth-child(6n + 4) {
  transform: translateY(-12px);
}

.article-grid.home-masonry .article-card:nth-child(6n + 5),
.article-grid.home-fresh-grid .article-card:nth-child(6n + 5) {
  transform: translateY(36px);
}

.article-grid.home-fresh-grid .article-card:nth-child(6n + 2),
.article-grid.home-fresh-grid .article-card:nth-child(6n + 4),
.article-grid.home-fresh-grid .article-card:nth-child(6n + 5) {
  transform: none;
}

.article-grid.home-masonry .article-card:hover,
.article-grid.home-fresh-grid .article-card:hover {
  transform: translateY(-6px);
}

.article-card:hover h3 {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.article-card div {
  min-height: 136px;
  padding: 20px 20px 18px;
}

.article-card p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.article-card h3 {
  min-height: 48px;
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.article-card time {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.trend-source {
  padding: 16px 0 48px;
}

.home-interiors {
  padding-bottom: clamp(40px, 5vw, 72px);
}

.trend-source .section-kicker {
  margin: 0 0 8px;
  color: var(--muted);
}

.trend-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr 1fr;
  gap: 22px;
}

.trend-card {
  position: relative;
  display: block;
  min-height: 340px;
  overflow: hidden;
  background: #111;
  color: #fff;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.trend-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.72));
}

.trend-card img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform 360ms ease, filter 420ms ease, opacity 420ms ease;
}

.trend-card:hover img {
  transform: scale(1.04);
  filter: grayscale(0.08) sepia(0.28) hue-rotate(306deg) saturate(1.55) brightness(0.74) contrast(1.08);
  opacity: 0.92;
}

.trend-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.13);
}

.trend-card div {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 24px;
  left: 24px;
}

.trend-card p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.trend-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.02;
}

.trend-card-large {
  grid-row: span 2;
  min-height: 704px;
}

.trend-card:not(.trend-card-large) h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1.18;
}

.bottom-content {
  padding: 58px 0 72px;
}

.popular ol {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: popular;
}

.popular li {
  display: grid;
  grid-template-columns: 52px 1fr 46px;
  align-items: center;
  gap: 24px;
  min-height: 52px;
  border-bottom: 1px solid var(--line);
  counter-increment: popular;
  transition: padding-left 220ms ease, background 220ms ease;
}

.popular li:hover {
  padding-left: 8px;
  background: #fafafa;
}

.popular li::before {
  content: counter(popular, decimal-leading-zero);
  font-size: 18px;
}

.popular a {
  font-size: 15px;
}

.popular a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.popular img {
  width: 46px;
  height: 38px;
  filter: grayscale(1);
}

.subscribe {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: clamp(40px, 6vw, 100px);
  padding: clamp(36px, 5vw, 52px) 0;
  border-top: 1px solid var(--line);
}

.subscribe .telegram-subscribe-link {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: center;
  margin-top: 0;
}

.subscribe form {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.subscribe input {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  font: inherit;
}

.subscribe button {
  flex: 0 0 auto;
  border: 0;
  background: #060606;
  color: #fff;
  cursor: pointer;
}

.telegram-subscribe-link {
  margin-top: 4px;
  background: #060606;
  color: #fff;
}

.site-footer {
  padding: 46px 0 42px;
  background: radial-gradient(circle at 78% 20%, #252729 0, #050607 42%);
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(120px, 0.5fr) minmax(220px, 0.7fr) minmax(120px, 0.4fr);
  gap: clamp(44px, 6vw, 92px);
  align-items: start;
}

.footer-brand {
  align-self: start;
  justify-self: start;
  width: max-content;
  max-width: 100%;
  font-size: clamp(24px, 2.35vw, 32px);
  line-height: 1;
  white-space: nowrap;
}

.site-footer h3 {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-transform: uppercase;
}

.site-footer a:not(.footer-brand) {
  display: block;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
}

.footer-visual {
  text-align: right;
}

.footer-visual img {
  width: min(100%, 260px);
  height: 92px;
  margin-left: auto;
  filter: grayscale(1);
}

.footer-visual p {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.article-page {
  background: var(--maybe-paper);
}

.article-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  max-width: 100%;
  min-height: 520px;
  border-bottom: 1px solid var(--line);
  overflow: clip;
}

.article-hero-image {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 520px;
  background: var(--maybe-paper);
}

.article-hero-image img {
  width: 100%;
  height: 100%;
  max-height: min(720px, calc(100vh - 96px));
  object-fit: cover;
  object-position: center;
}

.article-hero-video {
  display: grid;
  place-items: center;
  padding: 28px;
  background: #111;
}

.article-hero-video video {
  width: auto;
  max-width: 100%;
  height: min(680px, calc(100vh - 120px));
  max-height: 100%;
  aspect-ratio: 3 / 4;
  background: #000;
  filter: contrast(1.08) saturate(1.08) brightness(1.03);
  image-rendering: auto;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.38);
}

.enhanced-video {
  color-scheme: dark;
  outline: 1px solid rgba(255, 255, 255, 0.08);
}

.article-hero-copy {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 7vw, 92px);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.article-hero h1 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-bottom: 22px;
  font-family: var(--display);
  font-size: clamp(24px, 2.55vw, 38px);
  font-weight: 500;
  line-height: 1.08;
  text-transform: none;
  overflow-wrap: anywhere;
  word-wrap: break-word;
  word-break: break-all;
  hyphens: auto;
}

.article-page .article-hero h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(220px, 56%);
  height: 2px;
  background: linear-gradient(90deg, transparent, #c51616 18%, #c51616 82%, transparent);
  box-shadow: 0 0 18px rgba(197, 22, 22, 0.26);
  opacity: 0.9;
  transform-origin: left center;
  animation: articleTitleLine 6.5s ease-in-out infinite;
}

@keyframes articleTitleLine {
  0%,
  100% {
    transform: translateX(0) scaleX(0.45);
    opacity: 0.45;
  }

  50% {
    transform: translateX(72%) scaleX(1);
    opacity: 1;
  }
}

.article-scroll-markers {
  position: fixed;
  top: 50%;
  right: clamp(16px, 2.2vw, 34px);
  z-index: 18;
  display: grid;
  gap: 13px;
  padding: 10px 7px;
  transform: translateY(-50%) translateX(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.article-scroll-markers.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) translateX(0);
}

.article-scroll-marker {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid rgba(197, 22, 22, 0.56);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition: width 0.28s ease, height 0.28s ease, background 0.28s ease, transform 0.28s ease, border-color 0.28s ease;
}

.article-scroll-marker.is-active {
  width: 3px;
  height: 26px;
  border-color: #c51616;
  background: #c51616;
  transform: translateX(2px);
  box-shadow: 0 0 16px rgba(197, 22, 22, 0.28);
}

.design-article .article-hero h1 {
  font-size: clamp(23px, 2.2vw, 34px);
  line-height: 1.1;
}

.article-hero-copy p {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.article-body {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 58px 0 76px;
}

.article-body p {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.42;
}

.article-note {
  margin: 46px 0 42px;
  padding: 34px 38px 12px;
  border-top: 1px solid var(--text);
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 88%, var(--text) 4%);
}

.article-note .section-kicker {
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-note p:not(.section-kicker) {
  font-size: clamp(19px, 1.9vw, 24px);
  line-height: 1.48;
}

.perfume-editorial {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 58px 0 86px;
}

.perfume-story-row {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.72fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  margin: 0 0 72px;
}

.perfume-story-row.is-reverse {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 0.92fr);
}

.perfume-story-row.is-reverse .perfume-story-copy {
  order: 2;
}

.perfume-story-row.is-reverse .perfume-story-figure {
  order: 1;
}

.perfume-story-copy p {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2.1vw, 28px);
  line-height: 1.44;
}

.perfume-story-copy .back-link {
  margin-top: 18px;
}

.perfume-story-figure {
  margin: 0;
  border: 1px solid var(--line);
  background: var(--paper);
}

.perfume-story-figure img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  padding: clamp(18px, 3vw, 42px);
  background: var(--soft);
}

.perfume-story-figure figcaption {
  padding: 12px 14px 14px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.perfume-story-note {
  margin: 0;
}

.fragrance-magazine-page {
  background:
    radial-gradient(circle at 8% 18%, rgba(197, 22, 22, 0.06), transparent 28%),
    radial-gradient(circle at 92% 32%, rgba(0, 0, 0, 0.05), transparent 24%),
    var(--paper);
}

.fragrance-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: min(720px, calc(100vh - 76px));
  border-bottom: 1px solid var(--line);
}

.fragrance-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(38px, 6vw, 86px);
}

.fragrance-hero h1 {
  max-width: 800px;
  margin: 0 0 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5.6vw, 86px);
  font-weight: 400;
  line-height: 0.94;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.fragrance-hero-copy > p {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.35vw, 23px);
  line-height: 1.58;
}

.fragrance-hero-image {
  min-height: min(720px, calc(100vh - 76px));
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.fragrance-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(1.08) contrast(1.05);
  animation: fragranceHeroFloat 13s ease-in-out infinite;
}

.fragrance-scent-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1180px, calc(100% - 40px));
  margin: clamp(54px, 7vw, 92px) auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.fragrance-scent-map div {
  min-height: 210px;
  padding: clamp(24px, 3vw, 42px);
  border-right: 1px solid var(--line);
}

.fragrance-scent-map div:last-child {
  border-right: 0;
}

.fragrance-scent-map span,
.fragrance-wear span {
  display: block;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.fragrance-scent-map h2 {
  max-width: 100%;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.fragrance-story-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 44px);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto clamp(54px, 7vw, 94px);
}

.fragrance-story-copy {
  grid-column: 1 / span 6;
  align-self: center;
}

.fragrance-story-copy p {
  margin: 0 0 24px;
  font-size: clamp(20px, 1.6vw, 26px);
  line-height: 1.62;
}

.fragrance-story-copy p:first-child {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 2.75vw, 44px);
  line-height: 1.22;
}

.fragrance-bottle {
  grid-column: 8 / -1;
  align-self: start;
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.fragrance-bottle img {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  object-fit: contain;
  transition: transform 0.9s ease, filter 0.9s ease;
}

.fragrance-bottle:hover img {
  transform: scale(1.035);
  filter: saturate(1.16) contrast(1.08);
}

.fragrance-pull {
  grid-column: 2 / span 10;
  padding: clamp(34px, 5vw, 72px) clamp(26px, 5vw, 78px);
  background: #050505;
  color: #fff;
}

.fragrance-pull p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 78px);
  line-height: 1.02;
}

.fragrance-wear {
  grid-column: 1 / span 5;
  padding-top: 24px;
  border-top: 2px solid #c51616;
}

.fragrance-wear p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.3vw, 22px);
  line-height: 1.72;
}

.fragrance-mini-gallery {
  grid-column: 7 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.fragrance-mini-gallery figure {
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.fragrance-mini-gallery figure:first-child {
  grid-column: 1 / -1;
}

.fragrance-mini-gallery figure:not(:first-child) {
  aspect-ratio: auto;
}

.fragrance-mini-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fragrance-story-grid > *,
.fragrance-scent-map div,
.fragrance-hero {
  animation: editorialLift 0.85s ease both;
  animation-timeline: view();
  animation-range: entry 6% cover 28%;
}

@keyframes fragranceHeroFloat {
  0%,
  100% {
    transform: scale(1.015);
  }

  50% {
    transform: scale(1.06);
  }
}

.editorial-flow {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 58px 0 86px;
}

.editorial-row {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.72fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  margin: 0 0 72px;
  max-width: 100%;
  overflow: visible;
}

.editorial-row.is-reverse {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 0.92fr);
}

.editorial-row.is-reverse .editorial-copy {
  order: 2;
}

.editorial-row.is-reverse .editorial-figure,
.editorial-row.is-reverse .editorial-media {
  order: 1;
}

.editorial-copy p {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2.1vw, 28px);
  line-height: 1.44;
  overflow-wrap: anywhere;
}

.editorial-row > .editorial-copy:only-child {
  grid-column: 1 / -1;
  max-width: 780px;
}

.editorial-copy .article-note {
  margin: 18px 0 0;
}

.editorial-copy .back-link {
  margin-top: 18px;
}

.editorial-figure {
  min-width: 0;
  margin: 0;
  border: 1px solid var(--line);
  background: var(--paper);
}

.editorial-media {
  display: grid;
  gap: 22px;
}

.editorial-figure img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  background: var(--soft);
}

.editorial-figure figcaption {
  padding: 12px 14px 14px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.editorial-figure.is-product img {
  object-fit: contain;
  padding: clamp(18px, 3vw, 42px);
}

.design-pairs {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0 36px;
}

.design-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.design-pair:last-child {
  border-bottom: 1px solid var(--line);
}

.design-pair figure {
  margin: 0;
  background: var(--soft);
}

.design-pair img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #f7f7f3;
}

.design-pair span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
}

.design-pair figcaption {
  min-height: 74px;
  padding: 16px 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  background: #fff;
  border-top: 1px solid var(--line);
}

.design-feature {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(320px, 1fr);
  align-items: stretch;
  width: min(1180px, calc(100% - 40px));
  margin: 22px auto 8px;
  border: 1px solid var(--line);
}

.design-feature img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  background: var(--soft);
}

.design-feature div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 6vw, 76px);
}

.design-feature h2 {
  margin: 0 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.design-feature p:not(.section-kicker) {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.models-mosaic {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr;
  gap: 18px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 46px;
}

.models-mosaic figure {
  margin: 0;
  min-height: 360px;
  background: var(--soft);
}

.models-mosaic .models-mosaic-large {
  grid-row: span 2;
}

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

.models-notes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  width: min(1180px, calc(100vw - 40px));
  max-width: calc(100vw - 40px);
  margin: 0 auto 46px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  overflow: hidden;
}

.models-notes div {
  min-width: 0;
  min-height: 280px;
  padding: clamp(24px, 4vw, 42px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.models-notes span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.models-notes h2,
.models-wide h2 {
  margin: 28px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-wrap: break-word;
}

.models-notes p,
.models-wide p:not(.section-kicker) {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.models-wide {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(320px, 1fr);
  align-items: stretch;
  width: min(1180px, calc(100% - 40px));
  margin: 10px auto 0;
  background: #050505;
  color: #fff;
}

.models-wide img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.models-wide div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 6vw, 78px);
}

.models-wide .section-kicker,
.models-wide p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.72);
}

.retail-board {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  width: min(1180px, calc(100vw - 40px));
  max-width: calc(100vw - 40px);
  margin: 0 auto 48px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  overflow: hidden;
}

.retail-board div {
  min-width: 0;
  min-height: 300px;
  padding: clamp(24px, 4vw, 44px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.retail-board span {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.retail-board h2,
.retail-feature h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4.2vw, 54px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-wrap: break-word;
}

.retail-board p,
.retail-feature p:not(.section-kicker),
.retail-signal-card span {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.retail-signal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 48px;
}

.retail-signal-card {
  min-height: 290px;
  padding: clamp(28px, 5vw, 60px);
  border: 1px solid var(--line);
  background: var(--soft);
}

.retail-signal-card.is-dark {
  color: #fff;
  background: #050505;
  border-color: #050505;
}

.retail-signal-card p {
  margin: 0 0 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
  text-transform: uppercase;
}

.retail-signal-card.is-dark span {
  color: rgba(255, 255, 255, 0.72);
}

.retail-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(320px, 1fr);
  align-items: stretch;
  width: min(1180px, calc(100% - 40px));
  margin: 10px auto 0;
  border: 1px solid var(--line);
}

.moda-article-page .editorial-media {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 48px;
}

.moda-article-page .editorial-media:has(.editorial-figure:nth-child(2):last-child) {
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  max-width: min(860px, calc(100% - 40px));
}

.moda-article-page .editorial-figure {
  border: 0;
}

.moda-article-page .editorial-figure img {
  aspect-ratio: auto;
  object-fit: contain;
}

.moda-article-page .retail-signal {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.moda-article-page .retail-signal-card p {
  font-size: clamp(25px, 3vw, 42px);
}

.sneaker-story-page .article-hero {
  min-height: 620px;
}

.sneaker-story-page .article-hero-image,
.sneaker-story-page .article-hero-image img {
  min-height: 620px;
}

.sneaker-story-page .article-hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 6.2vw, 96px);
  line-height: 0.92;
  word-break: normal;
  overflow-wrap: normal;
}

.sneaker-story-page .article-hero-copy > p {
  max-width: 640px;
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.5;
  color: var(--muted);
}

.sneaker-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.72fr);
  gap: clamp(34px, 7vw, 110px);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(56px, 8vw, 110px) 0 clamp(34px, 5vw, 70px);
}

.sneaker-intro p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.45vw, 39px);
  line-height: 1.28;
}

.sneaker-intro p + p {
  align-self: end;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.7;
}

.sneaker-focus {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 70px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.sneaker-focus-card {
  min-height: 320px;
  padding: clamp(28px, 4vw, 54px);
  border-right: 1px solid var(--line);
  background: #fff;
}

.sneaker-focus-card:last-child {
  border-right: 0;
}

.sneaker-focus-card.is-dark {
  color: #fff;
  background: #050505;
}

.sneaker-focus-card span,
.sneaker-checklist .section-kicker {
  display: block;
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.sneaker-focus-card.is-dark span {
  color: rgba(255, 255, 255, 0.62);
}

.sneaker-focus-card h2 {
  margin: 0 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.4vw, 50px);
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.sneaker-focus-card p {
  margin: 0;
  max-width: 320px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.sneaker-focus-card.is-dark p {
  color: rgba(255, 255, 255, 0.74);
}

.sneaker-flow .editorial-row {
  align-items: start;
}

.sneaker-flow .editorial-figure {
  border: 0;
  background: transparent;
  transform: translateY(22px);
}

.sneaker-flow .editorial-figure img {
  aspect-ratio: auto;
  object-fit: contain;
  filter: saturate(1.04) contrast(1.04);
  transition: transform 0.7s ease, filter 0.7s ease;
}

.sneaker-flow .editorial-figure:hover img {
  transform: scale(1.025);
  filter: saturate(1.12) contrast(1.07);
}

.sneaker-pullquote {
  width: min(960px, 100%);
  margin: 4px auto 78px;
  padding: clamp(32px, 5vw, 64px) 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.sneaker-pullquote p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4.6vw, 72px);
  line-height: 1.02;
  text-align: center;
}

.sneaker-checklist {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  gap: clamp(32px, 7vw, 96px);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 76px;
  padding: clamp(34px, 5vw, 72px);
  background: #050505;
  color: #fff;
}

.sneaker-checklist h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.8vw, 72px);
  font-weight: 400;
  line-height: 1.05;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.sneaker-checklist ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sneaker-checklist li {
  position: relative;
  padding-left: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.55;
}

.sneaker-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 18px;
  height: 2px;
  background: #c51616;
}

.sneaker-story-page .editorial-row,
.sneaker-story-page .sneaker-focus-card,
.sneaker-story-page .sneaker-pullquote,
.sneaker-story-page .sneaker-checklist {
  animation: editorialLift 0.85s ease both;
  animation-timeline: view();
  animation-range: entry 8% cover 28%;
}

@keyframes editorialLift {
  from {
    opacity: 0;
    transform: translateY(34px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.magazine-story-page .article-hero {
  min-height: min(720px, calc(100vh - 76px));
  border-bottom: 0;
  background: var(--paper);
}

.magazine-story-page .article-hero-image {
  min-height: min(720px, calc(100vh - 76px));
}

.magazine-story-page .article-hero-copy {
  position: relative;
  padding-right: clamp(34px, 8vw, 120px);
}

.magazine-story-page .article-hero-copy::before {
  content: "";
  position: absolute;
  top: clamp(34px, 6vw, 78px);
  right: clamp(28px, 5vw, 72px);
  width: 96px;
  height: 96px;
  border: 1px solid rgba(197, 22, 22, 0.44);
  border-radius: 50%;
  opacity: 0.7;
  animation: storyCircleDrift 9s ease-in-out infinite;
}

.magazine-story-page .article-hero h1 {
  max-width: 760px;
  font-size: clamp(38px, 5.2vw, 86px);
  line-height: 0.94;
  word-break: normal;
  overflow-wrap: normal;
}

.magazine-story-page .article-hero-copy > p {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(18px, 1.3vw, 23px);
  line-height: 1.55;
}

.magazine-lede {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.58fr);
  gap: clamp(34px, 7vw, 104px);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(56px, 8vw, 112px) 0 clamp(28px, 4vw, 58px);
}

.magazine-lede p {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(25px, 2.45vw, 40px);
  line-height: 1.28;
}

.magazine-lede aside {
  align-self: end;
  padding-top: 18px;
  border-top: 2px solid #c51616;
  color: var(--muted);
  font-size: clamp(15px, 1.25vw, 20px);
  line-height: 1.7;
}

.magazine-anchors {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 72px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.magazine-anchor {
  min-height: 280px;
  padding: clamp(26px, 4vw, 52px);
  border-right: 1px solid var(--line);
  background: var(--paper);
}

.magazine-anchor:last-child {
  border-right: 0;
}

.magazine-anchor.is-dark {
  color: #fff;
  background: #050505;
}

.magazine-anchor span,
.magazine-check .section-kicker {
  display: block;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.magazine-anchor.is-dark span {
  color: rgba(255, 255, 255, 0.62);
}

.magazine-anchor h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 46px);
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.magazine-anchor p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.magazine-anchor.is-dark p {
  color: rgba(255, 255, 255, 0.76);
}

.magazine-story-page .editorial-flow {
  padding-top: 0;
}

.magazine-story-page .editorial-row {
  align-items: start;
}

.magazine-story-page .editorial-figure {
  border: 0;
  background: transparent;
}

.magazine-story-page .editorial-figure img {
  aspect-ratio: auto;
  object-fit: contain;
  filter: saturate(1.04) contrast(1.04);
  transition: transform 0.7s ease, filter 0.7s ease;
}

.magazine-story-page .editorial-figure:hover img {
  transform: scale(1.024);
  filter: saturate(1.12) contrast(1.07);
}

.magazine-strip {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto 78px;
  padding: clamp(30px, 5vw, 64px) 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.magazine-strip p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 4.2vw, 68px);
  line-height: 1.03;
  text-align: center;
}

.magazine-check {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  gap: clamp(32px, 7vw, 92px);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 76px;
  padding: clamp(34px, 5vw, 72px);
  background: #050505;
  color: #fff;
}

.magazine-check h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4.6vw, 68px);
  font-weight: 400;
  line-height: 1.05;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.magazine-check ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.magazine-check li {
  position: relative;
  padding-left: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.55;
}

.magazine-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 18px;
  height: 2px;
  background: #c51616;
}

.magazine-story-page .article-hero-image img {
  transform: scale(1.02);
  animation: storyHeroBreath 12s ease-in-out infinite;
}

.magazine-story-page .magazine-anchor,
.magazine-story-page .magazine-strip,
.magazine-story-page .magazine-check,
.magazine-story-page .editorial-row {
  animation: editorialLift 0.85s ease both;
  animation-timeline: view();
  animation-range: entry 8% cover 28%;
}

@keyframes storyHeroBreath {
  0%,
  100% {
    transform: scale(1.02);
  }

  50% {
    transform: scale(1.065);
  }
}

@keyframes storyCircleDrift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.55;
  }

  50% {
    transform: translate(-18px, 20px) scale(1.18);
    opacity: 0.95;
  }
}

.architecture-story-page {
  background: var(--paper);
}

.architecture-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: min(690px, calc(100vh - 76px));
  border-bottom: 1px solid var(--line);
}

.architecture-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  padding: clamp(34px, 5vw, 76px) clamp(24px, 4vw, 56px) clamp(34px, 5vw, 76px) clamp(56px, 7vw, 108px);
}

.architecture-hero h1 {
  max-width: 100%;
  margin: 0 0 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5.1vw, 78px);
  font-weight: 400;
  line-height: 0.94;
  text-transform: uppercase;
  overflow-wrap: break-word;
  hyphens: auto;
}

.architecture-hero-copy > p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.55;
}

.architecture-hero-image {
  min-height: min(690px, calc(100vh - 76px));
  margin: 0;
  overflow: hidden;
}

.architecture-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.03);
}

.architecture-lede {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
  gap: clamp(34px, 7vw, 108px);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 118px) 0 clamp(28px, 4vw, 60px);
}

.architecture-lede p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.65vw, 44px);
  line-height: 1.24;
}

.architecture-lede aside {
  align-self: end;
  padding-top: 22px;
  border-top: 2px solid #c51616;
  color: var(--muted);
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.7;
}

.architecture-canvas {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 44px);
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 72px) 0;
}

.architecture-text {
  grid-column: 2 / span 6;
  align-self: center;
  min-width: 0;
}

.architecture-text p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.72;
}

.architecture-text-large p {
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2.1vw, 34px);
  line-height: 1.3;
}

.architecture-text-right {
  grid-column: 7 / span 6;
}

.architecture-note {
  grid-column: 7 / span 5;
  align-self: center;
  padding: clamp(28px, 4vw, 52px);
  background: #050505;
  color: #fff;
  min-width: 0;
}

.architecture-note span {
  display: block;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.architecture-note p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.65vw, 42px);
  line-height: 1.08;
  overflow-wrap: break-word;
}

.architecture-photo {
  margin: 0;
  overflow: hidden;
  background: #f2f1ee;
}

.architecture-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease, filter 0.8s ease;
}

.architecture-photo:hover img {
  transform: scale(1.035);
  filter: saturate(1.12) contrast(1.06);
}

.architecture-photo-wide {
  grid-column: 5 / -1;
  aspect-ratio: 16 / 9;
}

.architecture-photo-right {
  grid-column: 1 / span 8;
}

.architecture-photo-tall {
  grid-column: 1 / span 5;
  aspect-ratio: 5 / 6;
}

.architecture-photo-small {
  grid-column: 8 / span 4;
  aspect-ratio: 1 / 1.08;
}

.architecture-anchors {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto clamp(54px, 7vw, 96px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.architecture-anchors div {
  min-width: 0;
  min-height: 220px;
  padding: clamp(24px, 3.2vw, 42px);
  border-right: 1px solid var(--line);
  overflow: hidden;
}

.architecture-anchors div:last-child {
  border-right: 0;
}

.architecture-anchors span {
  display: block;
  margin: 0 0 38px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.architecture-anchors h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.7vw, 40px);
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.architecture-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto clamp(58px, 8vw, 118px);
}

.architecture-gallery figure {
  margin: 0;
  overflow: hidden;
  background: #f2f1ee;
}

.architecture-gallery figure:nth-child(1),
.architecture-gallery figure:nth-child(4) {
  grid-column: span 2;
  aspect-ratio: 16 / 10;
}

.architecture-gallery figure:nth-child(2),
.architecture-gallery figure:nth-child(3) {
  aspect-ratio: 4 / 5;
}

.architecture-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.architecture-hero,
.architecture-lede,
.architecture-photo,
.architecture-text,
.architecture-note,
.architecture-anchors,
.architecture-gallery figure {
  animation: editorialLift 0.85s ease both;
  animation-timeline: view();
  animation-range: entry 6% cover 28%;
}

.retail-feature img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.retail-feature div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 6vw, 78px);
}

.conde-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  width: min(1180px, calc(100vw - 40px));
  max-width: calc(100vw - 40px);
  margin: 0 auto 48px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  overflow: hidden;
}

.conde-summary div {
  min-width: 0;
  min-height: 220px;
  padding: clamp(24px, 4vw, 44px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.conde-summary span {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.conde-summary p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-wrap: break-word;
}

.conde-panel {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto 8px;
  padding: clamp(42px, 7vw, 82px);
  color: #fff;
  background: #050505;
}

.conde-panel h2 {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5.4vw, 72px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.conde-panel .section-kicker,
.conde-panel p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.72);
}

.conde-panel p:not(.section-kicker) {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}

.richemont-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  width: min(1180px, calc(100vw - 40px));
  max-width: calc(100vw - 40px);
  margin: 0 auto 48px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  overflow: hidden;
}

.richemont-facts div {
  min-width: 0;
  min-height: 300px;
  padding: clamp(24px, 4vw, 44px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.richemont-facts span {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.richemont-facts h2,
.richemont-panel h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4.2vw, 54px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-wrap: break-word;
}

.richemont-facts p,
.richemont-panel p:not(.section-kicker) {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.richemont-panel {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto 8px;
  padding: clamp(42px, 7vw, 82px);
  background: var(--soft);
  border: 1px solid var(--line);
}

.grace-article figure {
  margin: 0;
}

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

.grace-article figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.grace-cover {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(420px, 1fr);
  align-items: end;
  gap: clamp(28px, 5vw, 72px);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(42px, 7vw, 92px) 0 56px;
  border-bottom: 1px solid var(--line);
}

.grace-cover-copy h1,
.grace-panel h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 0.98;
}

.grace-cover-copy h1 {
  max-width: 650px;
  font-size: clamp(48px, 7.4vw, 104px);
}

.grace-cover-copy > p,
.grace-panel p,
.grace-text p {
  font-family: Georgia, "Times New Roman", serif;
}

.grace-cover-copy > p {
  max-width: 560px;
  margin: 28px 0 0;
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1.35;
}

.grace-cover-image {
  min-height: 640px;
}

.grace-text {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
  padding: 58px 0;
}

.grace-lead {
  padding-top: 72px;
}

.grace-text p {
  margin: 0 0 24px;
  font-size: clamp(22px, 2.3vw, 31px);
  line-height: 1.42;
}

.grace-split,
.grace-wide,
.grace-collage,
.grace-finale {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 68px;
}

.grace-split {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.grace-split > figure {
  min-height: 520px;
}

.grace-split-reverse {
  grid-template-columns: minmax(360px, 1fr) minmax(300px, 0.86fr);
}

.grace-panel {
  padding: clamp(26px, 4vw, 54px) 0;
}

.grace-panel h2 {
  margin-bottom: 26px;
  font-size: clamp(34px, 4vw, 62px);
}

.grace-panel p {
  margin: 0 0 18px;
  font-size: clamp(18px, 1.65vw, 23px);
  line-height: 1.45;
}

.grace-wide {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 24px;
  align-items: end;
}

.grace-wide > figure:first-child {
  min-height: 620px;
}

.grace-poster {
  min-height: 460px;
}

.grace-collage {
  display: grid;
  grid-template-columns: 1.1fr 0.74fr 0.74fr;
  gap: 24px;
  align-items: start;
}

.grace-collage figure {
  min-height: 360px;
}

.grace-collage .grace-tall {
  grid-row: span 2;
  min-height: 760px;
}

.grace-finale {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

.grace-finale > figure {
  min-height: 760px;
}

.grace-finale > div > figure {
  min-height: 430px;
  margin-bottom: 28px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.back-link:hover {
  border-color: var(--text);
  background: var(--text);
  color: var(--paper);
}

.fragrance-magazine-page .back-link,
.article-story .back-link,
.editorial-row .back-link,
.perfume-story-copy .back-link {
  width: max-content;
  max-width: 100%;
}

.fragrance-magazine-page .fragrance-story-grid > .back-link {
  grid-column: 1 / -1;
  justify-self: start;
  margin: clamp(8px, 2vw, 24px) 0 0;
}

.trends-page {
  background: var(--maybe-paper);
}

.trends-hero {
  padding: clamp(54px, 8vw, 96px) 0 38px;
  border-bottom: 1px solid var(--line);
}

.trends-hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(56px, 8vw, 110px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-transform: none;
  color: var(--maybe-ink);
}

.trends-hero > p:last-child {
  max-width: 690px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.contacts-hero {
  padding: clamp(58px, 9vw, 118px) 0 46px;
  border-bottom: 1px solid var(--line);
}

.contacts-hero h1,
.contacts-card h2,
.contacts-note h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-transform: none;
  color: var(--maybe-ink);
}

.contacts-hero h1 {
  font-size: clamp(56px, 9vw, 110px);
}

.contacts-hero p:not(.section-kicker) {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.55;
}

.contacts-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 42px 0 72px;
}

.contacts-card,
.contacts-note {
  border: 1px solid var(--line);
  background: #fff;
}

.contacts-card {
  min-height: 270px;
  padding: clamp(26px, 4vw, 46px);
}

.contacts-card h2,
.contacts-note h2 {
  margin-bottom: 26px;
  font-size: clamp(34px, 4vw, 54px);
}

.contacts-card a {
  display: block;
  margin-top: 12px;
  color: #111;
  font-size: 18px;
}

.contacts-primary {
  background: #080808;
  color: #fff;
}

.contacts-primary .section-kicker {
  color: rgba(255, 255, 255, 0.62);
}

.contacts-primary a {
  color: #fff;
}

.contacts-note {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) 1fr;
  align-items: stretch;
}

.contacts-note img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  filter: grayscale(1);
}

.contacts-note > div {
  padding: clamp(28px, 5vw, 58px);
}

.contacts-note p:last-child {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}



.trend-library {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding: 42px 0 78px;
}

.trend-library.is-masonry-ready {
  grid-auto-rows: 8px;
}

.trend-entry {
  display: block;
  min-width: 0;
  margin: 0;
  border: 0;
  background: transparent;
  overflow: hidden;
  transition: transform 260ms ease;
}

.trend-entry img {
  display: block;
  width: 100%;
  aspect-ratio: 1.18 / 1;
  height: auto;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease, opacity 420ms ease;
}

.trend-entry:nth-child(4n + 1) img {
  aspect-ratio: 1 / 1.28;
}

.trend-entry:nth-child(4n + 2) img {
  aspect-ratio: 1.36 / 1;
}

.trend-entry:nth-child(4n + 3) img {
  aspect-ratio: 1 / 1.08;
}

.trend-entry:nth-child(7n) img {
  aspect-ratio: 1.52 / 1;
}

.trend-entry:hover {
  transform: translateY(-5px);
  box-shadow: none;
}

.trend-entry:hover img {
  transform: scale(1.035);
  filter: grayscale(0.12) sepia(0.34) hue-rotate(306deg) saturate(1.65) brightness(0.78) contrast(1.1);
  opacity: 0.9;
}

.trend-entry:hover h2 {
  color: #8f1118;
}

.trend-entry div {
  min-height: 250px;
  padding: 22px;
}

.trend-entry p:first-child {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.trend-entry h2 {
  margin: 0 0 18px;
  font-family: var(--display);
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-transform: none;
}

.trend-entry p:last-child {
  margin: 0;
  color: var(--muted);
}

.trend-entry.is-hidden {
  display: none;
}

.show-catalog {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 54px 28px;
  padding-bottom: 88px;
}

.show-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  transition: transform 260ms ease;
}

.show-card img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  background: var(--soft);
  transition: transform 420ms ease, filter 420ms ease, opacity 420ms ease;
}

.show-card:hover {
  transform: translateY(-5px);
}

.show-card:hover img {
  transform: scale(1.025);
  filter: grayscale(0.1) sepia(0.28) hue-rotate(306deg) saturate(1.55) brightness(0.8) contrast(1.08);
  opacity: 0.9;
}

.show-card:hover h2 {
  color: #8f1118;
}

.show-card div {
  padding: 13px 8px 0;
  text-align: center;
}

.show-card h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.show-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.show-detail-hero {
  padding: 78px 0 46px;
  border-bottom: 1px solid var(--line);
}

.show-detail-hero h1 {
  max-width: 980px;
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 9vw, 132px);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.show-detail-hero p:last-child {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.show-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 22px;
  padding: 54px 0 84px;
}

.show-gallery figure {
  margin: 0;
  background: var(--soft);
}

.show-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.load-more-wrap {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  padding-top: 18px;
}

.load-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 48px;
  padding: 0 28px;
  border: 1px solid var(--text);
  border-radius: 0;
  background: var(--text);
  color: var(--surface);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.load-more-button:hover {
  background: var(--surface);
  color: var(--text);
}

.lookbook-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 22px;
  row-gap: 46px;
  padding: 8px 0 48px;
}

.lookbook-photo-grid figure {
  margin: 0;
}

.lookbook-photo-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: var(--soft);
}

.lookbook-photo-grid figcaption {
  margin-top: 10px;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.interior-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding: 0 0 82px;
}

.interior-gallery figure {
  margin: 0;
  border: 1px solid var(--line);
  background: var(--paper);
}

.interior-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: var(--soft);
}

.interior-gallery figcaption {
  padding: 12px 14px 14px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.trends-page .trend-entry img,
.articles-page .trend-entry img,
.interiors-page .trend-entry img,
.lookbooks-page .trend-entry img,
.shows-page .show-card img,
.lookbook-detail-page .lookbook-photo-grid img,
.interior-gallery img {
  display: block;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}

.trends-page .trend-entry img,
.articles-page .trend-entry img,
.interiors-page .trend-entry img,
.lookbooks-page .trend-entry img {
  width: min(100%, 92%) !important;
  margin: 0 auto;
  background: transparent;
}

.trends-page .trend-entry,
.articles-page .trend-entry,
.interiors-page .trend-entry,
.lookbooks-page .trend-entry {
  padding-top: 8px;
}

.trends-page .trend-entry:nth-child(3n + 1) img,
.articles-page .trend-entry:nth-child(3n + 1) img,
.interiors-page .trend-entry:nth-child(3n + 1) img,
.lookbooks-page .trend-entry:nth-child(3n + 1) img {
  width: min(100%, 96%) !important;
}

.trends-page .trend-entry:nth-child(3n + 2) img,
.articles-page .trend-entry:nth-child(3n + 2) img,
.interiors-page .trend-entry:nth-child(3n + 2) img,
.lookbooks-page .trend-entry:nth-child(3n + 2) img {
  width: min(100%, 88%) !important;
}

.trends-page .trend-entry:nth-child(3n) img,
.articles-page .trend-entry:nth-child(3n) img,
.interiors-page .trend-entry:nth-child(3n) img,
.lookbooks-page .trend-entry:nth-child(3n) img {
  width: min(100%, 94%) !important;
}

.fragrance-magazine-page .fragrance-hero-image img,
.fragrance-magazine-page .fragrance-bottle img,
.fragrance-magazine-page .fragrance-mini-gallery img {
  height: auto !important;
  min-height: 0 !important;
  max-height: min(82vh, 760px);
  object-fit: contain !important;
}

.trends-page .trend-entry,
.articles-page .trend-entry,
.interiors-page .trend-entry,
.lookbooks-page .trend-entry,
.shows-page .show-card,
.lookbook-detail-page .lookbook-photo-grid figure,
.interior-gallery figure {
  overflow: visible;
}

.trend-library .trend-entry:nth-child(6n + 2) {
  transform: translateY(22px);
}

.trend-library .trend-entry:nth-child(6n + 4) {
  transform: translateY(-12px);
}

.trend-library .trend-entry:nth-child(6n + 5) {
  transform: translateY(34px);
}

.trend-library .trend-entry:hover {
  transform: translateY(-6px);
}

.home-masonry:not(.is-masonry-ready) .article-card,
.home-fresh-grid:not(.is-masonry-ready) .article-card {
  transform: none !important;
  grid-row-end: auto !important;
}

.home-masonry.is-masonry-ready .article-card,
.home-fresh-grid.is-masonry-ready .article-card {
  transform: none !important;
}

.home-masonry .article-card img,
.home-fresh-grid .article-card img {
  width: 100% !important;
}

.home-masonry .article-card:hover,
.home-fresh-grid .article-card:hover {
  transform: translateY(-6px) !important;
}

.home-interiors .article-grid.home-masonry,
.home-interiors .article-grid.home-masonry.is-masonry-ready {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: clamp(22px, 2.5vw, 36px);
  align-items: start;
}

.home-interiors .article-grid.home-masonry:not(.is-masonry-ready) {
  grid-auto-rows: auto !important;
}

.home-interiors .article-grid.home-masonry.is-masonry-ready {
  grid-auto-rows: 8px !important;
}

.home-interiors .article-grid.home-masonry:not(.is-masonry-ready) .article-card {
  grid-row-end: auto !important;
}

.lookbooks-page .trend-entry img,
.trends-page .trend-entry img,
.articles-page .trend-entry img,
.interiors-page .trend-entry img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  background: transparent;
}

.shoot-story-page .article-hero-image,
.shoot-story-page .editorial-media,
.shoot-story-page .editorial-figure {
  background: transparent;
}

.shoot-story-page .article-hero-image img,
.shoot-story-page .editorial-figure img,
.lookbook-detail-page .editorial-figure img {
  width: 100%;
  height: auto !important;
  max-height: none;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Visual cleanup for the latest editorial pages. */
.article-hero,
.fragrance-hero,
.shoot-hero {
  overflow: hidden;
}

.article-hero-image,
.fragrance-hero-image,
.fragrance-bottle,
.fragrance-mini-gallery figure,
.perfume-story-figure,
.editorial-figure,
.trend-entry img {
  background: transparent !important;
}

.fragrance-magazine-page {
  background: #fff !important;
}

.fragrance-hero {
  min-height: 0 !important;
  align-items: start;
}

.fragrance-hero-image {
  min-height: 0 !important;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.fragrance-hero-image img,
.fragrance-bottle img,
.fragrance-mini-gallery img,
.perfume-story-figure img {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}

.article-hero-image {
  min-width: 0;
  overflow: hidden;
}

.article-hero-image img {
  height: auto !important;
  max-height: min(82vh, 780px);
  aspect-ratio: auto !important;
  object-fit: contain !important;
}

.magazine-story-page .article-hero-image,
.trend-fashion-article .article-hero-image,
.moda-article-page .article-hero-image {
  background: var(--maybe-paper) !important;
  align-items: stretch;
  place-items: stretch;
}

.magazine-story-page .article-hero-image img,
.trend-fashion-article .article-hero-image img,
.moda-article-page .article-hero-image img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  min-height: min(720px, calc(100vh - 76px));
  object-fit: cover !important;
  object-position: center top;
}

.moda-article-page .article-hero h1,
.shoot-story-page .article-hero h1,
.fragrance-magazine-page .fragrance-hero h1 {
  font-size: clamp(30px, 4.1vw, 62px);
  line-height: 0.98;
  word-break: normal;
  overflow-wrap: anywhere;
}

.shoot-story-page .shoot-hero,
.lookbook-detail-page .shoot-hero {
  min-height: 0;
}

.shoot-story-page .article-hero-image,
.lookbook-detail-page .article-hero-image {
  min-height: 0;
  align-items: start;
}

.shoot-editorial-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 46px);
  align-items: start;
}

.shoot-editorial-grid .editorial-pullquote {
  order: 1;
  grid-column: 2 / span 10;
  width: 100%;
  max-width: none;
  margin: 0 0 clamp(28px, 4vw, 48px);
  padding: clamp(32px, 4vw, 52px) clamp(40px, 6vw, 88px);
  background: #050505;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.8vw, 44px);
  line-height: 1.2;
  text-align: center;
}

.shoot-editorial-grid .article-text-block:not(.article-note) {
  order: 2;
  grid-column: 2 / span 10;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 56px);
  max-width: none;
  width: 100%;
  margin-bottom: clamp(12px, 2vw, 24px);
}

.shoot-editorial-grid .article-text-block:not(.article-note) p {
  margin: 0;
  font-size: clamp(19px, 1.45vw, 25px);
  line-height: 1.62;
}

.shoot-editorial-grid .article-text-block p {
  font-size: clamp(19px, 1.45vw, 25px);
  line-height: 1.62;
}

.shoot-editorial-grid .editorial-figure {
  order: 3;
  border: 0;
  box-shadow: none;
}

.shoot-editorial-grid .editorial-figure img,
.lookbook-detail-page .editorial-figure img {
  display: block;
  width: 100%;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}

.shoot-editorial-grid .editorial-figure.is-wide {
  grid-column: span 7;
}

.shoot-editorial-grid .editorial-figure.is-tall {
  grid-column: span 4;
}

.shoot-editorial-grid .editorial-figure:not(.is-wide):not(.is-tall) {
  grid-column: span 5;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid var(--text);
  border-radius: 50%;
  background: var(--paper);
  color: var(--text);
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 220ms ease, visibility 220ms ease, transform 220ms ease, background 220ms ease, color 220ms ease;
}

.back-to-top-arrow {
  display: block;
  margin-bottom: -3px;
  font-size: 20px;
  line-height: 0.95;
}

.back-to-top-mark {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 0.95;
  text-transform: uppercase;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--text);
  color: var(--paper);
}

@media (prefers-color-scheme: dark) {
  :root {
    --text: #f2f0ea;
    --muted: #aaa6a0;
    --line: #333333;
    --paper: #080808;
    --soft: #151515;
    --dark: #030303;
  }

  body {
    background: var(--paper);
  }

  .article-page,
  .trends-page,
  .contacts-page,
  .featured {
    background: var(--paper);
    color: var(--text);
  }

  .site-header {
    background: rgba(8, 8, 8, 0.94);
    border-bottom-color: rgba(255, 255, 255, 0.12);
  }

  @media (max-width: 900px) {
    .menu-toggle {
      color: #fff;
    }
  }

  .article-card,
  .trend-entry,
  .digest-panel:not(.digest-panel-image):not(.digest-panel-dark),
  .contacts-card,
  .subscribe input {
    background: #0d0d0d;
  }

  .featured {
    background: #0d0d0d;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.36);
  }

  .article-hero,
  .article-body,
  .trends-hero,
  .trend-library,
  .contacts-hero,
  .contacts-layout {
    background: var(--paper);
    color: var(--text);
  }

  .digest-panel:hover {
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
  }

  .article-card:hover,
  .trend-entry:hover {
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.26);
  }

  .popular li:hover {
    background: #101010;
  }

  .subscribe button,
  .telegram-subscribe-link,
  .contacts-primary {
    background: #f2f0ea;
    color: #080808;
  }

  .contacts-primary a,
  .contacts-primary .section-kicker {
    color: #080808;
  }

  .contacts-card a {
    color: var(--text);
  }

  .site-footer {
    background: #030303;
  }

  .back-to-top {
    background: #101010;
    border-color: rgba(255, 255, 255, 0.48);
    color: var(--text);
  }

  .back-to-top:hover {
    background: var(--text);
    color: #080808;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-intro,
  .site-intro::before,
  .site-intro::after,
  .site-intro p,
  .site-intro strong,
  .site-intro span,
  .site-intro-line,
  .article-page .article-hero h1::after,
  .article-scroll-markers,
  .article-scroll-marker,
  .digest-panel,
  .digest-panel-image img,
  .fashion-ticker-track,
  .hero-slider img,
  .hero-content {
    animation: none;
    transition: none;
  }

  .hero-content {
    opacity: 1;
    pointer-events: auto;
  }

  .site-intro {
    display: none;
  }
}

@media (max-width: 1180px) {
  .models-notes,
  .retail-board,
  .conde-summary,
  .richemont-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .home-digest {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-hot-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .home-hot-heading::after {
    width: 120px;
    margin-bottom: 0;
  }

  .digest-panel {
    min-height: 220px;
  }

  .site-header {
    grid-template-columns: 44px 1fr 44px;
    gap: 0;
    min-height: 60px;
    padding: 0 14px;
  }

  .brand {
    grid-column: 2;
    justify-self: center;
    font-size: clamp(17px, 4.8vw, 24px);
    text-align: center;
  }

  .menu-toggle {
    display: flex;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    color: #fff;
  }

  .menu-toggle span {
    background: #fff;
  }

  .main-nav {
    display: none !important;
  }

  .mobile-nav-overlay,
  .mobile-nav-drawer {
    display: block;
  }

  .mobile-nav-overlay {
    position: fixed;
    inset: 0;
    z-index: 90;
    background: rgba(0, 0, 0, 0.62);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.28s ease, visibility 0.28s ease;
  }

  .mobile-nav-drawer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: min(78vw, 300px);
    height: 100%;
    padding: 84px 28px 32px;
    overflow-y: auto;
    background: #050607;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateX(-104%);
    transition: transform 0.32s ease;
    box-shadow: 12px 0 40px rgba(0, 0, 0, 0.45);
  }

  body.mobile-nav-open .mobile-nav-overlay {
    opacity: 1;
    visibility: visible;
  }

  body.mobile-nav-open .mobile-nav-drawer {
    transform: translateX(0);
  }

  body.mobile-nav-open .site-header {
    z-index: 110;
  }

  body.mobile-nav-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body.mobile-nav-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.mobile-nav-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero {
    min-height: 0;
    margin-bottom: 18px;
  }

  .hero-slider,
  .hero-slider picture {
    min-height: 0;
    height: auto;
  }

  .hero-slider img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: unset;
    object-position: center;
  }

  .hero-content {
    top: auto;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-content p {
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .hero h1 {
    font-size: clamp(24px, 7.5vw, 34px);
  }

  .hero .outline-button {
    min-height: 34px;
    padding: 0 22px;
    font-size: 10px;
  }

  .featured {
    margin-top: 12px;
    min-height: 0;
  }

  .featured picture,
  .featured img,
  body.home-page .featured picture,
  body.home-page .featured > img {
    min-height: 0;
    height: auto;
    max-height: 150px;
    object-fit: cover;
    object-position: center top;
  }

  .featured-copy {
    padding: 18px 16px 22px;
  }

  .featured-copy > p:not(.section-kicker) {
    margin: 12px 0;
  }

  .featured h2 {
    font-size: clamp(18px, 5.2vw, 24px);
    line-height: 1.15;
    text-wrap: pretty;
  }

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

  .sneaker-story-page .article-hero {
    min-height: 0;
  }

  .sneaker-story-page .article-hero h1 {
    font-size: clamp(42px, 14vw, 72px);
  }

  .sneaker-intro,
  .sneaker-checklist,
  .magazine-lede,
  .magazine-check {
    grid-template-columns: 1fr;
  }

  .sneaker-focus,
  .magazine-anchors {
    grid-template-columns: 1fr;
  }

  .sneaker-focus-card,
  .magazine-anchor {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .sneaker-focus-card:last-child,
  .magazine-anchor:last-child {
    border-bottom: 0;
  }

  .magazine-story-page .article-hero {
    min-height: 0;
  }

  .magazine-story-page .article-hero h1 {
    font-size: clamp(38px, 13vw, 70px);
  }

  .architecture-hero,
  .architecture-lede,
  .architecture-canvas,
  .architecture-anchors,
  .architecture-gallery {
    grid-template-columns: 1fr;
  }

  .architecture-hero {
    min-height: 0;
  }

  .architecture-hero-copy {
    padding: 34px 20px 42px;
  }

  .architecture-hero h1 {
    font-size: clamp(42px, 14vw, 72px);
  }

  .architecture-hero-image {
    min-height: 420px;
  }

  .architecture-canvas,
  .architecture-lede,
  .architecture-anchors,
  .architecture-gallery {
    width: calc(100% - 40px);
  }

  .architecture-text,
  .architecture-text-right,
  .architecture-note,
  .architecture-photo-wide,
  .architecture-photo-right,
  .architecture-photo-tall,
  .architecture-photo-small {
    grid-column: 1 / -1;
  }

  .architecture-anchors div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .architecture-anchors div:last-child {
    border-bottom: 0;
  }

  .architecture-gallery figure,
  .architecture-gallery figure:nth-child(1),
  .architecture-gallery figure:nth-child(4) {
    grid-column: 1 / -1;
  }

  .fragrance-hero,
  .fragrance-scent-map,
  .fragrance-story-grid {
    grid-template-columns: 1fr;
  }

  .fragrance-hero {
    min-height: 0;
  }

  .fragrance-hero-copy {
    padding: 34px 20px 42px;
  }

  .fragrance-hero h1 {
    font-size: clamp(36px, 12vw, 68px);
  }

  .fragrance-hero-image {
    min-height: 420px;
  }

  .fragrance-scent-map,
  .fragrance-story-grid {
    width: calc(100% - 40px);
  }

  .fragrance-scent-map div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .fragrance-scent-map div:last-child {
    border-bottom: 0;
  }

  .fragrance-story-copy,
  .fragrance-bottle,
  .fragrance-pull,
  .fragrance-wear,
  .fragrance-mini-gallery {
    grid-column: 1 / -1;
  }

  .fragrance-bottle img {
    min-height: 360px;
  }

  .footer-grid {
    grid-template-columns: minmax(160px, 0.8fr) minmax(120px, 0.55fr) minmax(190px, 0.75fr);
    gap: 28px;
  }

  .footer-visual {
    display: none;
  }

  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .article-grid.home-masonry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .trend-library {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .show-catalog,
  .show-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lookbook-photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .interior-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .trend-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trend-card-large {
    grid-column: 1 / -1;
    min-height: 460px;
  }

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

  .subscribe .telegram-subscribe-link {
    grid-column: 1;
    grid-row: auto;
    align-self: start;
    margin-top: 24px;
  }

  .footer-visual {
    text-align: left;
  }

  .footer-visual img {
    margin-left: 0;
  }

  .article-hero-copy {
    order: 2;
  }

  .article-hero-image {
    min-height: 420px;
  }

  .sneaker-story-page .article-hero-image,
  .sneaker-story-page .article-hero-image img,
  .magazine-story-page .article-hero-image {
    min-height: 0;
  }

  .design-pair,
  .design-feature,
  .models-mosaic,
  .models-notes,
  .models-wide,
  .retail-board,
  .retail-signal,
  .retail-feature,
  .conde-summary,
  .richemont-facts {
    grid-template-columns: 1fr;
  }

  .design-pair span {
    margin: 0 auto;
  }

  .design-feature img {
    min-height: 0;
    height: auto;
  }

  .models-mosaic .models-mosaic-large {
    grid-row: auto;
  }

  .models-wide img {
    min-height: 0;
    height: auto;
  }

  .retail-feature img {
    min-height: 0;
    height: auto;
  }

  .grace-cover,
  .grace-split,
  .grace-split-reverse,
  .grace-wide,
  .grace-collage,
  .grace-finale {
    grid-template-columns: 1fr;
  }

  .grace-cover {
    padding-top: 36px;
  }

  .grace-cover-image,
  .grace-split > figure,
  .grace-wide > figure:first-child,
  .grace-poster,
  .grace-collage figure,
  .grace-collage .grace-tall,
  .grace-finale > figure,
  .grace-finale > div > figure {
    min-height: auto;
  }

  .grace-cover-image img,
  .grace-split img,
  .grace-wide img,
  .grace-collage img,
  .grace-finale img {
    height: auto;
  }

  .contacts-hero,
  .contacts-layout,
  .contacts-note {
    grid-template-columns: 1fr;
  }

  .contacts-note img {
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .article-scroll-markers {
    display: none;
  }
}

@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .editorial-row,
  .editorial-row.is-reverse,
  .perfume-story-row,
  .perfume-story-row.is-reverse {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 46px;
  }

  .editorial-row.is-reverse .editorial-copy,
  .editorial-row.is-reverse .editorial-figure,
  .editorial-row.is-reverse .editorial-media,
  .perfume-story-row.is-reverse .perfume-story-copy,
  .perfume-story-row.is-reverse .perfume-story-figure {
    order: initial;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, 1110px);
  }

  .site-header {
    min-height: 56px;
    padding: 0 12px;
  }

  .brand {
    font-size: clamp(16px, 4.6vw, 22px);
  }

  .hero {
    margin-bottom: 14px;
  }

  .hero-content {
    bottom: 14px;
    width: min(420px, calc(100% - 32px));
  }

  .hero h1 {
    font-size: clamp(22px, 7vw, 30px);
  }

  .featured {
    margin-top: 8px;
  }

  .featured picture,
  .featured img,
  body.home-page .featured picture,
  body.home-page .featured > img {
    max-height: 130px;
  }

  .featured-copy {
    padding: 16px 14px 20px;
  }

  .featured h2 {
    font-size: clamp(17px, 4.8vw, 21px);
  }

  .home-digest {
    padding: 24px 0 8px;
  }

  .home-hot-heading {
    padding-top: 24px;
  }

  .home-hot-heading h2 {
    font-size: 25px;
  }

  .digest-panel {
    min-height: 190px;
  }

  .digest-panel h2 {
    font-size: 27px;
  }

  .featured-headline-phrase {
    white-space: normal;
  }

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

  .article-grid.home-masonry {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .trend-library {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .show-catalog,
  .show-gallery {
    grid-template-columns: 1fr;
  }

  .show-detail-hero h1 {
    font-size: 48px;
  }

  .lookbook-photo-grid {
    grid-template-columns: 1fr;
    width: min(100% - 24px, 1110px);
    row-gap: 38px;
  }

  .interior-gallery {
    grid-template-columns: 1fr;
    padding-bottom: 48px;
  }

  .trend-entry div {
    min-height: auto;
  }

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

  .trend-card,
  .trend-card-large {
    min-height: 360px;
  }

  .promo {
    height: 220px;
  }

  .promo div {
    inset: 26px 18px auto 22px;
  }

  .bottom-content {
    padding-top: 42px;
  }

  .popular li {
    grid-template-columns: 40px 1fr 42px;
    gap: 12px;
  }

  .subscribe form {
    flex-direction: column;
  }

  .subscribe button {
    width: 100%;
  }

  .grace-cover,
  .grace-text,
  .grace-split,
  .grace-wide,
  .grace-collage,
  .grace-finale {
    width: min(100% - 24px, 1110px);
  }

  .grace-cover-copy h1 {
    font-size: 43px;
  }

  .grace-text {
    padding: 38px 0;
  }

  .grace-text p {
    font-size: 21px;
  }

  .grace-split,
  .grace-wide,
  .grace-collage,
  .grace-finale {
    margin-bottom: 42px;
  }

  .contacts-hero {
    padding-top: 42px;
  }

  .contacts-hero h1 {
    font-size: 58px;
  }

  .contacts-layout {
    padding-bottom: 48px;
  }

  .contacts-card {
    min-height: 220px;
  }

  .design-pairs,
  .design-feature,
  .models-mosaic,
  .models-notes,
  .models-wide,
  .retail-board,
  .retail-signal,
  .retail-feature,
  .conde-summary,
  .conde-panel,
  .richemont-facts,
  .richemont-panel {
    width: min(100% - 24px, 1110px);
  }

  .design-pair {
    gap: 16px;
    padding: 26px 0;
  }

  .design-feature h2 {
    font-size: 38px;
  }

  .models-mosaic figure {
    min-height: 320px;
  }

  .models-notes div {
    min-height: 0;
  }

  .models-wide h2 {
    font-size: 36px;
  }

  .retail-board div,
  .retail-signal-card,
  .conde-summary div,
  .richemont-facts div {
    min-height: 0;
  }

  .retail-signal-card p,
  .retail-feature h2,
  .conde-panel h2,
  .richemont-panel h2 {
    font-size: 36px;
  }
}

/* Final rescue layer: fixes generated article/card layouts consistently. */
.site-footer {
  display: grid !important;
  grid-template-columns: minmax(220px, 1fr) minmax(150px, .55fr) minmax(230px, .75fr) minmax(120px, .35fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: start;
  padding: 54px min(7vw, 110px) 52px !important;
  background: radial-gradient(circle at 10% 10%, #14171a 0%, #050505 54%, #000 100%) !important;
  color: #fff !important;
}

.site-footer > .footer-grid {
  grid-column: 1 / -1;
  width: 100%;
}

.site-footer .footer-logo,
.site-footer .footer-brand {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: .95 !important;
  color: #fff !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.site-footer > div:not(.footer-grid) {
  min-width: 0;
}

.site-footer h3 {
  margin: 0 0 14px !important;
  color: #fff !important;
  font-family: Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.site-footer a {
  display: block;
  margin: 0 0 9px;
  color: #fff !important;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none !important;
}

.site-footer a:hover {
  color: #d8d8d8 !important;
}

.shoot-editorial-grid .editorial-pullquote,
.fragrance-pull {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.shoot-editorial-grid .editorial-pullquote {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 0 !important;
  padding: clamp(32px, 4vw, 52px) clamp(40px, 6vw, 88px) !important;
  font-size: clamp(24px, 2.8vw, 44px) !important;
  line-height: 1.2 !important;
  text-align: center !important;
  overflow-wrap: break-word;
  hyphens: auto;
}

.fragrance-pull p {
  max-width: 100% !important;
  font-size: clamp(25px, 3.1vw, 50px) !important;
  line-height: 1.13 !important;
  overflow-wrap: break-word;
}

.fragrance-scent-map div {
  min-width: 0 !important;
  overflow: hidden !important;
}

.fragrance-scent-map h2 {
  max-width: 100% !important;
  font-size: clamp(20px, 2vw, 30px) !important;
  line-height: 1.05 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

.article-note {
  grid-column: 1 / -1 !important;
  order: 99 !important;
  width: min(100% - 32px, 760px) !important;
  max-width: 760px !important;
  margin: clamp(74px, 9vw, 130px) auto clamp(92px, 10vw, 150px) !important;
  text-align: left;
}

.back-link,
.article-note .back-link,
.perfume-story-copy .back-link,
.editorial-copy .back-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 158px;
  max-width: calc(100% - 32px);
  margin: 54px auto 0 !important;
  padding: 13px 24px !important;
  border: 1px solid #111 !important;
  background: #fff !important;
  color: #111 !important;
  font-family: Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-decoration: none !important;
}

main > .back-link,
article > .back-link {
  margin: 86px auto 120px !important;
}

.back-link:hover {
  background: #111 !important;
  color: #fff !important;
}

.article-card div {
  padding: 18px 0 0 !important;
}

.article-card::before,
.article-card::after,
.article-card > a::before,
.article-card > a::after,
.editorial-figure::before,
.editorial-figure::after,
.article-hero-image::before,
.article-hero-image::after,
.fragrance-hero-image::before,
.fragrance-hero-image::after,
.masonry-card::before,
.masonry-card::after {
  content: none !important;
  display: none !important;
}

.article-hero,
.fragrance-hero,
.article-hero-image,
.fragrance-hero-image,
.fragrance-bottle,
.fragrance-mini-gallery figure,
.perfume-story-hero {
  background: var(--maybe-paper) !important;
}

.article-hero::before,
.article-hero::after,
.fragrance-hero::before,
.fragrance-hero::after,
.perfume-story-hero::before,
.perfume-story-hero::after {
  content: none !important;
  display: none !important;
}

.home-fresh-grid,
.home-interiors .article-grid.home-masonry,
.home-interiors .article-grid.home-masonry.is-masonry-ready {
  display: grid !important;
  columns: auto !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(22px, 2.5vw, 36px) !important;
}

.home-fresh-grid .article-card,
.home-interiors .article-card {
  width: 100% !important;
  margin: 0 !important;
  break-inside: auto !important;
}

.home-fresh-grid .article-card img,
.home-interiors .article-card img {
  max-width: 100% !important;
}

@media (max-width: 980px) {
  .site-footer {
    grid-template-columns: 1fr 1fr !important;
  }

  .home-fresh-grid,
  .home-interiors .article-grid.home-masonry,
  .home-interiors .article-grid.home-masonry.is-masonry-ready {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .site-footer,
  .home-fresh-grid,
  .home-interiors .article-grid.home-masonry,
  .home-interiors .article-grid.home-masonry.is-masonry-ready {
    grid-template-columns: 1fr !important;
  }

  .shoot-editorial-grid .editorial-pullquote {
    min-height: 0 !important;
    font-size: clamp(22px, 5.5vw, 34px) !important;
    padding: clamp(24px, 5vw, 36px) clamp(20px, 4vw, 32px) !important;
  }

  .shoot-editorial-grid .article-text-block:not(.article-note) {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

/* Final hardening: keep editorial pages clean and inside the frame. */
html,
body {
  overflow-x: hidden !important;
}

.article-hero,
.split-hero,
.fragrance-hero {
  overflow: hidden !important;
  background: var(--maybe-paper) !important;
}

.article-hero-copy,
.split-hero .article-hero-copy,
.fragrance-hero-copy {
  min-width: 0 !important;
  overflow: hidden !important;
}

.article-hero h1,
.split-hero .article-hero-copy h1,
.fragrance-hero h1 {
  max-width: 100% !important;
  font-size: clamp(38px, 4.4vw, 78px) !important;
  line-height: .98 !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: auto;
}

.shoot-editorial-grid .editorial-pullquote,
.fragrance-pull,
.fragrance-pull p {
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.shoot-editorial-grid .editorial-pullquote {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: clamp(32px, 4vw, 52px) clamp(40px, 6vw, 88px) !important;
  font-size: clamp(24px, 2.8vw, 44px) !important;
  line-height: 1.2 !important;
  text-align: center !important;
  overflow-wrap: break-word !important;
}

.fragrance-pull p {
  font-size: clamp(28px, 3.4vw, 52px) !important;
  line-height: 1.12 !important;
  overflow-wrap: break-word !important;
}

.fragrance-scent-map {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  overflow: hidden !important;
}

.fragrance-scent-map > * {
  min-width: 0 !important;
}

.fragrance-scent-map h2 {
  font-size: clamp(20px, 2vw, 30px) !important;
  line-height: 1.05 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
  max-width: 100% !important;
}

.article-note,
.editorial-copy .back-link,
.perfume-story-copy .back-link {
  clear: both !important;
}

.article-note {
  border-top: 1px solid rgba(0, 0, 0, .18) !important;
  padding-top: 34px !important;
}

.article-note .back-link,
.back-link {
  margin-top: clamp(64px, 8vw, 110px) !important;
}

.article-back-wrap .back-link {
  margin: 0 auto !important;
}

.site-footer {
  width: 100% !important;
  box-sizing: border-box !important;
  align-items: start !important;
}

.site-footer > * {
  min-width: 0 !important;
}

.site-footer .footer-logo,
.site-footer > .footer-logo,
.site-footer > div:first-child,
.site-footer > nav,
.site-footer > div {
  margin: 0 !important;
}

.site-footer a,
.site-footer p {
  word-break: normal !important;
}

.article-card,
.masonry-card {
  position: relative !important;
}

.article-card img,
.masonry-card img {
  border: 0 !important;
}

@media (max-width: 980px) {
  .fragrance-scent-map {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .article-hero h1,
  .split-hero .article-hero-copy h1,
  .fragrance-hero h1 {
    font-size: clamp(34px, 12vw, 54px) !important;
  }

  .shoot-editorial-grid .editorial-pullquote,
  .fragrance-pull p {
    font-size: clamp(22px, 5.5vw, 34px) !important;
  }

  .shoot-editorial-grid .article-text-block:not(.article-note) {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .fragrance-scent-map {
    grid-template-columns: 1fr !important;
  }
}

/* Article images: show full photo without cropping. */
.article-page .editorial-figure img,
.article-page .perfume-story-figure img,
.article-page .article-body img,
.magazine-story-page .editorial-figure img,
.moda-article-page .editorial-figure img,
.sneaker-story-page .editorial-figure img,
.sneaker-flow .editorial-figure img,
.trend-fragrance-article .editorial-figure img,
.fragrance-magazine-page .fragrance-bottle img,
.fragrance-magazine-page .fragrance-mini-gallery img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.article-page .editorial-row,
.magazine-story-page .editorial-row,
.trend-fragrance-article .editorial-row,
.perfume-story-row {
  overflow: visible !important;
}

.fragrance-mini-gallery figure {
  aspect-ratio: auto !important;
  overflow: visible !important;
}

.article-back-wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  min-height: clamp(120px, 16vw, 200px) !important;
  padding: clamp(40px, 6vw, 80px) 20px !important;
  box-sizing: border-box !important;
}

.article-back-wrap .back-link {
  margin: 0 auto !important;
}

.magazine-anchor h2,
.sneaker-focus-card h2,
.sneaker-checklist h2,
.magazine-check h2,
.fragrance-scent-map h2,
.architecture-anchors h2 {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

.article-grid.home-masonry.is-masonry-ready,
.article-grid.home-fresh-grid.is-masonry-ready,
.home-interiors .article-grid.home-masonry.is-masonry-ready {
  display: grid !important;
  columns: auto !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-rows: 8px !important;
  grid-auto-flow: row dense;
  align-items: start;
  gap: clamp(22px, 2.5vw, 36px);
}

.article-grid.home-masonry.is-masonry-ready .article-card,
.article-grid.home-fresh-grid.is-masonry-ready .article-card,
.home-interiors .article-grid.home-masonry.is-masonry-ready .article-card {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  break-inside: auto;
}

@media (max-width: 980px) {
  .article-grid.home-masonry.is-masonry-ready,
  .article-grid.home-fresh-grid.is-masonry-ready,
  .home-interiors .article-grid.home-masonry.is-masonry-ready {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .article-grid.home-masonry.is-masonry-ready,
  .article-grid.home-fresh-grid.is-masonry-ready,
  .home-interiors .article-grid.home-masonry.is-masonry-ready {
    grid-template-columns: 1fr !important;
  }
}

/* Homepage article cards: natural photo size, no crop, no backdrop */
body.home-page .home-fresh-grid .article-card img,
body.home-page .home-masonry .article-card img,
body.home-page .home-interiors .article-card img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: unset !important;
  background: transparent !important;
}

body.home-page .home-fresh-grid .article-card div,
body.home-page .home-masonry .article-card div,
body.home-page .home-interiors .article-card div {
  padding: 14px 0 0 !important;
  min-height: 0;
}

/* Homepage feed layout */
body.home-page .trend-grid .trend-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  aspect-ratio: auto !important;
}

body.home-page .home-digest .digest-panel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.home-page .featured picture,
body.home-page .featured > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  body.home-page .hero-slider img {
    width: 100%;
    height: auto;
    object-fit: unset;
  }

  body.home-page .featured picture,
  body.home-page .featured > img {
    width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: cover;
    object-position: center top;
  }
}

@media (max-width: 560px) {
  body.home-page .featured picture,
  body.home-page .featured > img {
    max-height: 130px;
  }
}

/* Winter scents — Blueprint-style grid layout */
.winter-scents-page {
  background: #fff;
}

.winter-scents-main {
  padding: 0 0 24px;
}

.winter-scents-page .article-back-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px 48px;
}

.winter-scents-article {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  color: #000;
  font-family: "Century Gothic", "Trebuchet MS", sans-serif;
}

.ws-intro {
  max-width: 420px;
  margin: 8px 0 0;
  text-align: left;
  align-self: flex-start;
}

.ws-layout {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.ws-col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.ws-col--right .ws-intro + .ws-stack {
  margin-top: 0;
}

.ws-stack--leau {
  padding-top: clamp(140px, 18vw, 280px);
}

.ws-intro h1 {
  margin: 0 0 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 400;
  line-height: 1.08;
}

.ws-lead {
  margin: 0;
  font-size: clamp(19px, 1.9vw, 24px);
  line-height: 1.42;
  color: #111;
}

.ws-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  position: relative;
  isolation: isolate;
}

.ws-bottle {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.ws-bottle img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
}

.ws-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
}

.ws-name {
  width: min(100%, 300px);
  height: auto;
}

.ws-notes {
  margin: 0;
  max-width: 340px;
  font-size: clamp(14px, 1.35vw, 17px);
  line-height: 1.35;
  color: #111;
}

.ws-text {
  margin: 0;
  max-width: 480px;
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.42;
  color: #111;
}

@media (max-width: 760px) {
  .ws-layout {
    flex-direction: column;
  }

  .ws-col--left {
    order: 2;
  }

  .ws-col--right {
    order: 1;
  }

  .ws-col {
    gap: 12px;
  }

  .ws-stack--leau {
    padding-top: 0;
  }

  .ws-intro {
    max-width: none;
    margin: 8px 0 0;
  }

  .ws-notes,
  .ws-text {
    max-width: none;
  }
}

/* Cormorant Garamond — typography inside article pages */
.article-page main,
.article-page main :is(
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  li,
  blockquote,
  figcaption,
  span,
  a,
  time,
  strong,
  em,
  small,
  button,
  .article-meta,
  .section-kicker,
  .editorial-copy,
  .article-body,
  .article-note,
  .retail-signal-card,
  .editorial-pullquote,
  .article-text-block,
  .fragrance-hero-copy,
  .perfume-story-row,
  .back-link
) {
  font-family: var(--article-serif) !important;
}

/* --- Maybe next: read-also + weekly cheat sheet --- */
.read-next {
  max-width: 1180px;
  margin: 36px auto 0;
  padding: 0 0 12px;
}
.article-page .read-next {
  padding: 8px 24px 48px;
}
.read-next .section-heading {
  margin-bottom: 18px;
}
.read-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.read-next-card {
  display: block;
  color: inherit;
  text-decoration: none;
}
.read-next-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: #111;
}
.read-next-card p {
  margin: 14px 0 8px;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted, #8a8478);
}
.read-next-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.15;
}
.read-next-card:hover h3 {
  color: #8f1118;
}

.cheat-sheet {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 0 28px;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 28px;
  align-items: stretch;
}
.home-cheat {
  padding: 42px 24px 18px;
}
.cheat-visual {
  position: relative;
  display: block;
  min-height: 520px;
  overflow: hidden;
  background: #1a1a1a;
}
.cheat-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cheat-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 4px;
}
.cheat-copy h2 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 400;
  line-height: 1.05;
}
.cheat-copy .deck {
  margin: 0 0 26px;
  color: var(--muted, #6f695e);
  font-size: 16px;
  line-height: 1.55;
  max-width: 28rem;
}
.cheat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.cheat-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,.08);
}
.cheat-list span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  color: #8f1118;
}
.cheat-list strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
}
.cheat-list em {
  color: var(--muted, #7a7468);
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
}
.cheat-cta {
  margin-top: 28px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}
.cheat-cta a {
  color: inherit;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}
@media (max-width: 860px) {
  .read-next-grid,
  .cheat-sheet {
    grid-template-columns: 1fr;
  }
  .cheat-visual {
    min-height: 360px;
  }
}

/* —— Home redesign (Maybe brand hero + paper surface) —— */
body.home-page {
  --maybe-ink: #12110f;
  --maybe-paper: #f6f3ee;
  --maybe-accent: #8f1118;
  --maybe-muted: #6e695f;
  --display: "Cormorant Garamond", Georgia, serif;
  background: var(--maybe-paper);
  color: var(--maybe-ink);
}

body.home-page .brand {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: .02em;
}

body.home-page .fashion-ticker {
  border-color: transparent;
  background: #050607;
  color: #fff;
}

body.home-page .fashion-ticker-track {
  animation-duration: 42s;
  font-size: 11px;
  letter-spacing: .22em;
  opacity: 1;
}

.hero-branded {
  position: relative;
  width: 100vw;
  max-width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 54px;
  overflow: hidden;
  background: #111;
  line-height: 0;
}

.hero-branded > picture,
.hero-branded > img {
  display: block;
  width: 100%;
}

.hero-branded img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(72vh, 760px);
  object-fit: cover;
  object-position: center 30%;
}

.hero-branded::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48%;
  background: linear-gradient(to top, rgba(8, 6, 5, .78) 0%, rgba(8, 6, 5, .35) 55%, transparent 100%);
  pointer-events: none;
}

.hero-brand-copy {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(20px, 3.5vw, 40px) clamp(20px, 5vw, 72px);
  color: #fff;
  line-height: 1.2;
  box-sizing: border-box;
}

.hero-brand-copy .left {
  min-width: 0;
  max-width: min(520px, 70%);
}

.hero-brand-copy .eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .72;
  font-family: Arial, Helvetica, sans-serif;
}

.hero-brand-copy .wordmark {
  margin: 0;
  font-family: var(--display, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(40px, 6.5vw, 72px);
  font-weight: 500;
  line-height: .95;
  letter-spacing: -.02em;
  white-space: nowrap;
}

.hero-brand-copy .season {
  margin: 10px 0 0;
  font-family: var(--display, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(18px, 2.2vw, 26px);
  font-style: italic;
  font-weight: 400;
  color: rgba(255, 255, 255, .9);
}

.hero-brand-copy .right {
  flex: 0 0 auto;
  align-self: flex-end;
  padding-bottom: 6px;
}

.hero-brand-copy .right a {
  display: inline-block;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--maybe-accent, #8f1118);
  padding-bottom: 4px;
  color: #fff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

.hero-brand-copy .right a:hover {
  border-bottom-color: #fff;
}

.hero-accent-line {
  width: 40px;
  height: 2px;
  margin: 14px 0 0;
  background: var(--maybe-accent, #8f1118);
}

body.home-page .featured {
  margin-top: 0;
  background: #fff;
  border-top: 2px solid var(--maybe-accent);
}

body.home-page .featured h2 {
  font-family: var(--display);
  text-transform: none;
  font-size: clamp(24px, 2.8vw, 34px);
  letter-spacing: -.01em;
  line-height: 1.15;
}

body.home-page .featured-copy .section-kicker,
body.home-page .home-hot-heading .section-kicker {
  color: var(--maybe-accent);
}

body.home-page .text-link {
  color: var(--maybe-ink);
  border-bottom: 1px solid var(--maybe-accent);
  text-decoration: none;
  letter-spacing: .08em;
}

body.home-page .home-hot-heading h2 {
  font-family: var(--display);
  text-transform: none;
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -.02em;
}

.digest-asymmetric {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.85fr;
  gap: 18px;
  padding: 18px 0 36px;
  align-items: stretch;
}

.digest-asymmetric .digest-panel {
  min-height: 280px;
  height: 100%;
  background: #111;
}

.digest-asymmetric .digest-panel-image {
  display: grid;
}

.digest-asymmetric .digest-panel-image img {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  transition: transform 700ms ease;
}

.digest-asymmetric .digest-panel-image div {
  grid-area: 1 / 1;
  align-self: end;
  background: linear-gradient(transparent, rgba(0, 0, 0, .75));
  padding: 48px 20px 20px;
}

.digest-asymmetric .digest-panel:hover img {
  transform: scale(1.03);
}

.digest-asymmetric .digest-panel-image span {
  color: var(--maybe-accent, #8f1118);
}

.digest-asymmetric .digest-panel-image h2 {
  font-family: var(--display, "Cormorant Garamond", Georgia, serif);
  text-transform: none;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.1;
  margin-top: 12px;
}

.digest-tg {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 22px;
  background:
    radial-gradient(circle at 20% 20%, #2a1214 0%, transparent 50%),
    #0c0c0c;
  color: #fff;
  text-decoration: none;
  min-height: 280px;
  box-sizing: border-box;
}

.digest-tg p {
  margin: 0;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
  font-family: Arial, Helvetica, sans-serif;
}

.digest-tg h2 {
  margin: 14px 0 22px;
  font-family: var(--display, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 400;
  line-height: 1.05;
  color: #fff;
  text-transform: none;
}

.digest-tg span {
  align-self: flex-start;
  border-bottom: 1px solid var(--maybe-accent, #8f1118);
  padding-bottom: 3px;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 860px) {
  .digest-asymmetric {
    grid-template-columns: 1fr;
  }

  .hero-brand-copy {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .hero-brand-copy .left {
    max-width: 100%;
  }

  .hero-brand-copy .wordmark {
    white-space: normal;
    font-size: clamp(36px, 12vw, 56px);
  }

  .hero-branded img {
    max-height: 56vh;
  }
}


/* —— Global Maybe Fashion theme —— */
body {
  background: var(--maybe-paper);
  color: var(--maybe-ink);
}

.articles-page,
.interiors-page,
.lookbooks-page,
.shows-page,
.contacts-page,
.trends-page,
.article-page {
  background: var(--maybe-paper);
  color: var(--maybe-ink);
}

.main-nav a {
  color: var(--maybe-ink);
  text-decoration: none;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.main-nav a[aria-current="page"],
.main-nav a:hover {
  color: var(--maybe-accent);
}

.section-heading a,
.trends-hero .section-kicker,
.contacts-hero .section-kicker {
  color: var(--maybe-accent);
  text-decoration: none;
}

.text-link {
  color: var(--maybe-ink);
  border-bottom: 1px solid var(--maybe-accent);
  text-decoration: none;
  letter-spacing: 0.08em;
}

.article-meta span:first-child {
  color: var(--maybe-accent);
}

.article-card h3,
.trend-card h3,
.read-next-card h3,
.show-card h2 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: none;
}

.article-card p,
.trend-card p,
.read-next-card p,
.show-card p,
.trend-entry p:first-child {
  letter-spacing: 0.08em;
}

.home-hot-heading h2,
.subscribe h2 {
  font-family: var(--display);
  text-transform: none;
  letter-spacing: -0.02em;
}

.featured h2 {
  font-family: var(--display);
  text-transform: none;
}

.magazine-story-page .article-hero h1,
.moda-article-page .article-hero h1,
.lookbook-detail-page .article-hero h1,
.interior-article .article-hero h1 {
  font-family: var(--display);
  text-transform: none;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.editorial-copy h2,
.magazine-check h2,
.magazine-anchor h2,
.article-note .section-kicker {
  font-family: var(--display);
}

.magazine-anchor span,
.read-next .section-kicker {
  color: var(--maybe-accent);
}

.fashion-ticker {
  border-color: transparent;
  background: #050607;
  color: #fff;
}

.fashion-ticker-track {
  letter-spacing: 0.18em;
  opacity: 1;
}

/* —— No white photo frames sitewide —— */
.article-hero,
.split-hero,
.fragrance-hero,
.perfume-story-hero,
.article-hero-image,
.fragrance-hero-image,
.fragrance-bottle,
.perfume-story-figure,
.editorial-figure,
.featured,
body.home-page .featured,
.contacts-card,
.subscribe {
  background: var(--maybe-paper) !important;
}

.article-hero-image,
.fragrance-hero-image,
.perfume-story-figure,
.editorial-figure {
  overflow: hidden;
}

.article-hero-image img,
.split-hero .article-hero-image img,
.magazine-story-page .article-hero-image img,
.trend-fashion-article .article-hero-image img,
.moda-article-page .article-hero-image img,
.lookbook-detail-page .article-hero-image img,
.interior-article .article-hero-image img,
.shoot-story-page .article-hero-image img,
.sneaker-story-page .article-hero-image img,
.article-page .editorial-figure img,
.magazine-story-page .editorial-figure img,
.moda-article-page .editorial-figure img,
.lookbook-detail-page .editorial-figure img,
.interior-article .editorial-figure img,
.shoot-story-page .editorial-figure img,
.sneaker-story-page .editorial-figure img,
.sneaker-flow .editorial-figure img,
.shoot-editorial-grid .editorial-figure img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center center;
  background: transparent !important;
}

/* Product / bottle shots: no crop, but paper behind — not white */
.fragrance-hero-image img,
.fragrance-bottle img,
.fragrance-mini-gallery img,
.perfume-story-figure img,
.editorial-figure.is-product img,
.trend-fragrance-article .editorial-figure img {
  width: 100% !important;
  height: auto !important;
  max-height: min(82vh, 780px) !important;
  object-fit: contain !important;
  background: transparent !important;
}

