:root {
  --paper: #fbfaf6;
  --ink: #151515;
  --muted: #6f6a62;
  --gold: #b88618;
  --gold-soft: #d7a842;
  --red: #e30613;
  --line: #1b1b1b;
  --charcoal: #111111;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Inter", Arial, sans-serif;
  background: var(--paper);
  color: var(--ink);
  margin: 0;
  text-rendering: optimizeLegibility;
}
a {
  text-decoration: none;
  color: inherit;
}
.owl-theme .owl-nav {
  display: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.font-display {
  font-family: "Playfair Display", Georgia, serif;
}
.font-news {
  font-family: "Libre Baskerville", Georgia, serif;
}
.container-mag {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.masthead {
  padding: 26px 0 18px;
  background: #fffdf8;
}
.logo-img {
  width: min(420px, 86vw);
  margin: 0 auto;
}
.tagline {
  margin-top: 12px;
  text-align: center;
  letter-spacing: 0.28em;
  font-size: 11px;
  color: #777;
  text-transform: uppercase;
}
.top-strip {
  background: #1d1d1d;
  height: 8px;
}
.site-nav {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #fffdf8;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.site-nav-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  position: relative;
}
.site-nav:before,
.site-nav:after {
  content: "";
  display: block;
  height: 1px;
  background: rgba(21, 21, 21, 0.86);
}
.nav-link {
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.nav-link:hover {
  color: var(--red);
}
.nav-latest {
  position: absolute;
  right: 0;
  color: var(--red);
}
.menu-btn {
  display: none;
  position: absolute;
  right: 0;
  background: none;
  border: 0;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
}
.section {
  padding: 58px 0;
}
.section-tight {
  padding: 40px 0;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--red);
}
.eyebrow.gold {
  color: var(--gold);
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}
.section-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.1;
  margin: 0;
  letter-spacing: -0.025em;
}
.section-kicker {
  font-size: 13px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 900;
  margin-bottom: 8px;
}
.view-all {
  background: #111;
  color: #fff;
  padding: 13px 18px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.view-all.gold {
  background: var(--gold);
  color: #111;
}
.thin-rule {
  height: 1px;
  background: rgba(21, 21, 21, 0.84);
  margin: 0;
}
.soft-rule {
  height: 1px;
  background: rgba(21, 21, 21, 0.14);
  margin: 0;
}
.hero {
  padding: 40px 0 38px;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 42px;
  align-items: center;
}
.hero-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 6.2vw, 78px);
  line-height: 1.14;
  letter-spacing: -0.03em;
  margin: 16px 0 24px;
}
.hero-summary {
  max-width: 650px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
  margin: 0 0 24px;
}
.hero-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 850;
  color: #6b635b;
}
.hero-image {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.hero-side {
  display: grid;
  gap: 18px;
}
.side-story {
  display: grid;
  grid-template-columns: 142px 1fr;
  gap: 16px;
  align-items: start;
}
.side-story img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.side-story h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 10px 0 6px;
}
.side-story p,
.article-excerpt {
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0;
}
.trend-strip {
  background: #111;
  color: #fff;
  padding: 0;
}
.trend-panel {
  border: none;
}
.trend-panel__bar {
  background: var(--gold);
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding: 14px 16px;
}
.trend-panel__body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.trend-panel__item {
  display: block;
  padding: clamp(18px, 3vw, 26px) clamp(16px, 2.4vw, 22px);
  text-decoration: none;
  color: inherit;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.2s ease;
}
.trend-panel__item:first-child {
  border-left: 0;
}
.trend-panel__item:hover {
  background: rgba(255, 255, 255, 0.04);
}
.trend-panel__cat {
  display: block;
  font-size: 11px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 800;
  margin-bottom: 8px;
}
.trend-panel__title {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(17px, 2.1vw, 22px);
  line-height: 1.35;
  color: #fff;
  margin: 0;
  font-weight: 700;
}
.feature-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 44px;
  align-items: start;
}
.lead-image img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.lead-image h3 {
  font-family: "Playfair Display";
  font-size: 34px;
  line-height: 1.16;
  letter-spacing: -0.03em;
  margin: 20px 0 14px;
}
.headline-list {
  display: grid;
  gap: 0;
}
.headline-row {
  padding: 0;
}
.headline-row + .headline-row {
  border-top: 1px solid rgba(21, 21, 21, 0.2);
}
.headline-row__hit {
  display: block;
  padding: 24px 0;
}
.headline-row__hit h3 {
  font-family: "Playfair Display";
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin: 10px 0 0;
}
.three-up {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.article-card img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
  margin-bottom: 14px;
}
.article-card.square img {
  aspect-ratio: 4/3;
}
.article-card h3 {
  font-family: "Playfair Display";
  font-size: 26px;
  line-height: 1.22;
  letter-spacing: -0.02em;
  margin: 10px 0 12px;
}
.article-card .meta {
  font-size: 11px;
  color: var(--red);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 2px;
  display: block;
}
.commerce-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 38px;
  align-items: start;
}
.quote-panel {
  background: #f0e4cf;
  padding: 34px 30px;
}
.quote-panel h2 {
  font-family: "Playfair Display";
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 12px 0;
}
.quote-panel p {
  line-height: 1.72;
  color: #564b3e;
}
.business-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.luxury-band {
  background: #161513;
  color: #fff;
}
.luxury-band .section-title {
  color: #fff;
}
.luxury-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  align-items: start;
}
.luxury-layout .large {
  grid-column: span 2;
}
.luxury-layout img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.luxury-layout h3 {
  font-family: "Playfair Display";
  font-size: 30px;
  line-height: 1.04;
  margin: 14px 0 8px;
}
.culture-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 42px;
}
.culture-list {
  columns: 2;
  column-gap: 32px;
}
.culture-item {
  break-inside: avoid;
  padding: 0 0 22px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(21, 21, 21, 0.13);
}
.culture-item h3 {
  font-family: "Playfair Display";
  font-size: 23px;
  line-height: 1.2;
  margin: 8px 0;
}
.shopping-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.shopping-item img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.shopping-item h3 {
  font-family: "Playfair Display";
  font-size: 21px;
  line-height: 1.4;
  margin: 0 0 10px;
}
.multimedia {
  background: #101010;
  color: #fff;
  margin: 40px 0;
}
.media-wrap {
  padding: 58px 0;
}
.media-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 36px;
  align-items: start;
}
.media-feature {
  position: relative;
}
.media-feature img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.play {
  position: absolute;
  left: 22px;
  bottom: 22px;
  width: 54px;
  height: 54px;
  background: var(--gold);
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #111;
}
.media-feature h3 {
  font-family: "Playfair Display";
  font-size: 38px;
  line-height: 1.4;
  margin: 18px 0 8px;
}
.media-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.media-card img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.media-card h3 {
  font-family: "Playfair Display";
  font-size: 24px;
  line-height: 1.2;
  margin: 14px 0 0;
}
.newsletter {
  background: #efe1c7;
  padding: 42px 0;
  margin: 30px 0 0;
}
.newsletter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}
.newsletter h2 {
  font-family: "Playfair Display";
  font-size: 38px;
  line-height: 1.12;
  margin: 0 0 14px;
}
.newsletter-form {
  display: flex;
  gap: 0;
}
.newsletter-form input {
  flex: 1;
  background: #fff;
  border: 0;
  border-bottom: 2px solid #111;
  padding: 15px 16px;
  font-size: 14px;
}
.newsletter-form button {
  background: #111;
  color: #fff;
  border: 0;
  padding: 0 22px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.footer {
  background: #111;
  color: #fff;
  padding: 38px 0 34px;
  margin-top: 0;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 34px;
  align-items: start;
}
.footer-brand {
  font-family: "Inter", Arial, sans-serif;
}
.footer-brand__eyebrow {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #aaa;
}
.footer-brand__title {
  margin: 0 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 3.6vw, 50px);
  font-weight: 800;
  line-height: 1;
  color: var(--red);
  letter-spacing: -0.04em;
}
.footer-brand__sub {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9d9d9d;
  line-height: 1.45;
}
.footer-brand__org {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9d9d9d;
  line-height: 1.55;
  max-width: 38ch;
}
.footer-brand__tag {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.65;
  color: #ccc;
  max-width: 42ch;
}
.footer h4 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--gold);
  margin: 0 0 12px;
}
.footer a {
  display: block;
  color: #ccc;
  font-size: 13px;
  line-height: 1.85;
  margin: 0 0 4px;
}
.footer a:hover {
  color: #fff;
}
.footer-col p {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.85;
  color: #ccc;
}
.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 22px;
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.78;
  color: #bdbdbd;
}
.footer-legal p {
  margin: 0 0 8px;
}
.footer-legal p:last-child {
  margin-bottom: 0;
}
.footer-legal strong {
  color: #eee;
  font-weight: 700;
}
.footer-legal__label {
  font-weight: 500;
  color: #ccc;
}
.footer-legal a {
  color: var(--red);
  font-weight: 600;
  text-decoration: none;
}
.footer-legal a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-title {
  font-family: "Playfair Display";
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.08;
  margin: 24px 0 18px;
  letter-spacing: -0.035em;
}
.category-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
}
.feed-list {
  display: grid;
  gap: 26px;
}
.feed-item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 22px;
}
.feed-item img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.feed-item h2 {
  font-family: "Playfair Display";
  font-size: 28px;
  line-height: 1.16;
  margin: 8px 0 10px;
}
.sidebar-block {
  background: #f0e4cf;
  padding: 26px;
}
.sidebar-block h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 18px;
}
.ranked {
  counter-reset: item;
}
.ranked li {
  counter-increment: item;
  list-style: none;
  padding: 14px 0;
}
.ranked li:before {
  content: counter(item, decimal-leading-zero);
  font-size: 11px;
  color: var(--red);
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-right: 10px;
}
.article-shell {
  max-width: 860px;
  margin: 0 auto;
  padding: 48px 0;
}
.article-title {
  font-family: "Playfair Display";
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin: 22px 0;
}
.article-dek {
  font-size: 20px;
  line-height: 1.65;
  color: #5c5750;
  margin: 0 0 22px;
}
.article-hero {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
  margin: 30px 0;
}
.article-body {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 18px;
  line-height: 1.9;
  color: #242424;
}
.article-body p {
  margin: 0 0 24px;
}
.article-body .dropcap:first-letter {
  font-family: "Playfair Display";
  float: left;
  font-size: 68px;
  line-height: 0.78;
  padding: 9px 8px 0 0;
}
.article-bottom {
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid rgba(21, 21, 21, 0.14);
  font-family: "Inter", Arial, sans-serif;
}
.article-bottom__section {
  margin-bottom: 36px;
}
.article-bottom__section:last-child {
  margin-bottom: 0;
}
.article-bottom__heading {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--gold);
  margin: 0 0 14px;
}
.article-tags__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.article-tags__list li {
  margin: 0;
}
.article-tag {
  display: inline-block;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink);
  border: 1px solid rgba(21, 21, 21, 0.16);
  background: #fff;
  text-decoration: none;
  transition:
    border-color 0.15s ease,
    color 0.15s ease;
}
.article-tag:hover {
  border-color: var(--gold);
  color: var(--red);
}
.article-source__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #4a453d;
  max-width: 62ch;
}
.article-share__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
}
.article-share__list li {
  margin: 0;
}
.article-share__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #111;
  border: 1px solid #111;
  cursor: pointer;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease;
}
.article-share__link:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #111;
}
.article-share__link--btn {
  font-family: inherit;
}
.article-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: start;
}
.article-related__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}
.article-related__card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  display: block;
}
.article-related__cat {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
}
.article-related__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 19px;
  line-height: 1.28;
  letter-spacing: -0.02em;
  margin: 0;
  font-weight: 700;
}
.longform-hero {
  min-height: 68vh;
  display: grid;
  align-items: end;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.72)),
    url("https://images.unsplash.com/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=1800&q=80")
      center/cover;
  color: #fff;
}
.longform-hero .container-mag {
  padding-bottom: 56px;
}
.longform-hero h1 {
  font-family: "Playfair Display";
  font-size: clamp(48px, 8vw, 96px);
  line-height: 1.06;
  letter-spacing: -0.045em;
  max-width: 980px;
  margin: 18px 0;
}
.chapter {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 46px;
  padding: 58px 0;
}
.chapter-num {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 900;
}
.video-stage {
  background: #111;
  color: #fff;
  padding: 44px 0;
}
.video-box {
  aspect-ratio: 16/9;
  background: url("https://images.unsplash.com/photo-1492684223066-81342ee5ff30?auto=format&fit=crop&w=1600&q=80")
    center/cover;
  display: grid;
  place-items: center;
}
.video-box .play {
  position: static;
  width: 74px;
  height: 74px;
}
.video-meta-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 42px;
  padding-top: 28px;
}
.more-videos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 34px;
}
@media (max-width: 900px) {
  .logo-img {
    width: min(420px, 82vw);
  }
  .site-nav-inner {
    justify-content: flex-start;
    overflow: auto;
    padding: 0 0;
  }
  .nav-link {
    white-space: nowrap;
  }
  .nav-latest {
    position: static;
  }
  .menu-btn {
    display: none;
  }
  .hero-grid,
  .feature-split,
  .commerce-layout,
  .luxury-layout,
  .culture-layout,
  .media-layout,
  .media-layout--v2,
  .newsletter-grid,
  .footer-grid,
  .category-layout,
  .video-meta-grid,
  .chapter {
    grid-template-columns: 1fr;
  }
  .trend-panel__body {
    grid-template-columns: repeat(2, 1fr);
  }
  .trend-panel__item {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .trend-panel__item:nth-child(-n + 2) {
    border-top: 0;
  }
  .trend-panel__item:nth-child(2n + 1) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-inner {
    gap: 22px;
  }
  .footer-grid {
    gap: 28px;
  }
  .three-up,
  .business-grid,
  .shopping-strip,
  .media-list,
  .more-videos {
    grid-template-columns: 1fr 1fr;
  }
  .hero-title {
    font-size: 48px;
  }
  .section-title {
    font-size: 42px;
  }
  .luxury-layout .large {
    grid-column: auto;
  }
  .culture-list {
    columns: 1;
  }
  .feed-item {
    grid-template-columns: 160px 1fr;
  }
  .side-story {
    grid-template-columns: 110px 1fr;
  }
  .article-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .container-mag {
    width: min(100% - 28px, 1180px);
  }
  .masthead {
    padding-top: 18px;
  }
  .tagline {
    font-size: 9px;
    letter-spacing: 0.18em;
  }
  .site-nav-inner {
    min-height: 56px;
    gap: 22px;
  }
  .hero {
    padding-top: 30px;
  }
  .hero-grid {
    gap: 26px;
  }
  .hero-title,
  .page-title,
  .article-title {
    font-size: 39px;
  }
  .hero-summary,
  .article-dek {
    font-size: 16px;
  }
  .section {
    padding: 42px 0;
  }
  .section-head {
    display: block;
  }
  .view-all {
    display: inline-block;
    margin-top: 18px;
  }
  .trend-panel__body {
    grid-template-columns: 1fr;
  }
  .trend-panel__item {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
  }
  .trend-panel__body .trend-panel__item + .trend-panel__item {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  .footer {
    padding: 30px 0 28px;
  }
  .footer-legal {
    font-size: 11px;
    line-height: 1.72;
    padding-top: 18px;
  }
  .three-up,
  .business-grid,
  .shopping-strip,
  .media-list,
  .more-videos {
    grid-template-columns: 1fr;
  }
  .feed-item,
  .side-story {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .newsletter-form {
    display: block;
  }
  .newsletter-form button {
    height: 48px;
    margin-top: 10px;
  }
  .chapter {
    gap: 14px;
  }
  .article-body {
    font-size: 16px;
  }
  .article-related__grid {
    grid-template-columns: 1fr;
  }
  .article-bottom {
    margin-top: 36px;
    padding-top: 26px;
  }
  .article-related__title {
    font-size: 18px;
  }
  .media-feature h3 {
    font-size: 31px;
  }
}
.cover-story {
  background: #f9f7f2;
  padding: 48px 0 44px;
}
.cover-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  gap: 48px;
  align-items: start;
}
.cover-story__title {
  margin-top: 18px;
}
.cover-story__lead {
  max-width: 560px;
}
.cover-story__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 850;
  color: #4a443c;
  margin: 22px 0 0;
}
.cover-story__meta-sep {
  opacity: 0.45;
  font-weight: 400;
}
.cover-story__rule {
  height: 1px;
  background: rgba(21, 21, 21, 0.14);
  margin: 28px 0 22px;
}
.cover-story__subgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.cover-story__sub-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.22;
  margin: 12px 0 0;
  letter-spacing: -0.018em;
}
.cover-story__visual {
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
}
.cover-story__hero-fig {
  margin: 0;
  flex: 1;
  min-height: 280px;
  display: flex;
}
.cover-story__hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/4.5;
  min-height: 240px;
}
.cover-story__thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.cover-story__thumb {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cover-story__thumb img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.cover-story__thumb-cap {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
  margin: 0;
}
.ad-native {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px 22px;
  border: 1px solid rgba(21, 21, 21, 0.08);
}
.ad-native__label {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 800;
  color: #a67c32;
  margin: 0 0 10px;
}
.ad-native__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.15;
  margin: 0;
  color: var(--ink);
}
.ad-native__text {
  font-size: 13px;
  line-height: 1.55;
  color: #4a4a4a;
  margin: 10px 0 0;
  max-width: 42ch;
}
.ad-native--leaderboard {
  min-height: 250px;
  max-width: 970px;
  margin-inline: auto;
  background: #f5f1e6;
}
.ad-native--cream {
  background: #f2ede4;
}
.ad-native--square {
  min-height: 280px;
}
.ad-native--vertical {
  min-height: 300px;
  height: 100%;
}
.ad-native--shopping {
  align-self: stretch;
  background: #ebe3d5;
  text-align: center;
  padding: 32px 20px;
}
.ad-native--culture {
  background: #ebe3d5;
}
.ad-native--luxury {
  background: #121212;
  border-color: rgba(255, 255, 255, 0.08);
}
.ad-native--luxury .ad-native__title,
.ad-native--luxury .ad-native__text {
  color: #f4f4f4;
}
.ad-native--luxury .ad-native__text {
  color: #c9c9c9;
}
.ad-native--retail {
  margin-top: 18px;
  min-height: 200px;
}
.ad-native--white {
  background: #fff;
}
.section--ad-band {
  padding: 36px 0;
  background: var(--paper);
}
.section--paper {
  background: #faf7f0;
}
.thoi-thuong-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
  gap: 40px;
  align-items: stretch;
  padding-top: 28px;
}
.thoi-thuong-lead {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.thoi-thuong-lead img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.thoi-thuong-lead h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 3.4vw, 38px);
  line-height: 1.16;
  margin: 16px 0 0;
  letter-spacing: -0.025em;
}
.thoi-thuong-side {
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-height: 100%;
}
.headline-list--flush {
  flex: 1;
}
.thoi-thuong-side .ad-native {
  margin-top: auto;
}
.kinh-doanh-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}
.kinh-doanh-left {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.quote-panel--commerce .section-kicker--amber {
  color: #8a5a2b;
}
.section-kicker--amber {
  letter-spacing: 0.22em;
}
.business-grid--tight {
  align-self: start;
}
.merchant-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr) minmax(0, 0.85fr);
  gap: 26px;
  align-items: stretch;
}
.merchant-feature--cover {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 420px;
}
.merchant-cover {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  min-height: min(72vh, 620px);
  color: #fff;
  text-decoration: none;
  background: #1a1a1a;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}
.merchant-cover:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}
.merchant-cover__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.merchant-cover__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.65s ease;
}
.merchant-cover__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(10, 8, 6, 0.15) 0%,
    rgba(10, 8, 6, 0.25) 35%,
    rgba(10, 8, 6, 0.55) 62%,
    rgba(8, 6, 4, 0.88) 100%
  );
}
.merchant-cover__decor {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.merchant-cover__decor::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 22px;
  width: 56px;
  height: 56px;
  border-left: 2px solid rgba(184, 134, 24, 0.92);
  border-top: 2px solid rgba(184, 134, 24, 0.92);
  opacity: 0.95;
}
.merchant-cover__decor::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 120px;
  width: 40%;
  max-width: 180px;
  height: 1px;
  background: linear-gradient(90deg, rgba(184, 134, 24, 0.75), transparent);
}
.merchant-cover__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100%;
  padding: clamp(22px, 4vw, 38px) clamp(20px, 3vw, 32px)
    clamp(26px, 4.5vw, 42px);
  gap: 0;
}
.merchant-cover__kicker {
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 800;
  color: #d4b46a;
  margin: 0 0 14px;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}
.merchant-cover__rule {
  display: block;
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, #c9a227, rgba(201, 162, 39, 0.35));
  margin: 0 0 16px;
}
.merchant-cover__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(26px, 2.8vw, 40px);
  line-height: 1.18;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin: 0 0 14px;
  max-width: 22ch;
  color: #fff;
  text-shadow:
    0 2px 28px rgba(0, 0, 0, 0.55),
    0 1px 0 rgba(0, 0, 0, 0.2);
}
.merchant-cover__dek {
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 250, 242, 0.9);
  margin: 0;
  max-width: 40ch;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.5);
}
.merchant-cover:hover .merchant-cover__img {
  transform: scale(1.035);
}
.merchant-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
.merchant-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  min-height: 0;
}
.merchant-card img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.merchant-card h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  line-height: 1.22;
  margin: 0;
}
.merchant-rail {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
.merchant-rail__ad {
  flex: 1;
  min-height: 280px;
  display: flex;
}
.merchant-rail__ad .ad-native {
  flex: 1;
  width: 100%;
}
.merchant-card--bottom {
  flex: 0 0 auto;
  margin-top: auto;
}
.luxury-band--v2 {
  background: #000;
}
.luxury-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.82fr) minmax(0, 0.82fr);
  gap: 26px;
  align-items: stretch;
}
.luxury-v2__feature {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
}
.luxury-v2__feature img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.luxury-v2__feature h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(26px, 2.6vw, 34px);
  margin: 18px 0 10px;
  line-height: 1.4;
}
.article-excerpt--on-dark {
  color: #c9c4bc;
}
.luxury-v2__stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
}
.luxury-v2__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  min-height: 0;
}
.luxury-v2__card img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.luxury-v2__card h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 21px;
  line-height: 1.4;
  margin: 0;
}
.luxury-v2__rail {
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
  min-height: 0;
}
.luxury-v2__picks {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 18px 8px;
  background: rgba(255, 255, 255, 0.02);
}
.luxury-pick {
  padding: 12px 0;
}
.luxury-pick h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  line-height: 1.4;
  margin: 10px 0 0;
  color: #fff;
}
.luxury-pick__rule {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}
.luxury-v2__ad {
  flex: 0 0 auto;
}
.luxury-v2__ad .ad-native {
  min-height: 220px;
}
.sanh-dieu-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px 26px;
  align-items: stretch;
}
.sanh-dieu-main {
  display: flex;
  flex-direction: column;
  gap: 26px;
  min-width: 0;
}
.sanh-dieu-lead {
  background: #fffdf8;
  border: 1px solid rgba(27, 24, 18, 0.1);
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.05);
}
.sanh-dieu-lead__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.sanh-dieu-lead__media {
  position: relative;
  background: #e8e4dc;
}
.sanh-dieu-lead__media img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.sanh-dieu-lead__body {
  padding: 22px 24px 24px;
}
.sanh-dieu-lead__body .meta {
  margin-bottom: 8px;
}
.sanh-dieu-lead__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(26px, 2.8vw, 36px);
  line-height: 1.18;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
  color: #111;
}
.sanh-dieu-lead__excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}
.sanh-dieu-slider-wrap {
  min-width: 0;
  width: 100%;
}
.sanh-dieu-owl .owl-stage-outer {
  padding-bottom: 6px;
}
.sanh-dieu-owl .item,
.sanh-dieu-owl .shopping-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
.sanh-dieu-owl .shopping-item img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.sanh-dieu-owl .owl-nav {
  margin-top: 12px;
  text-align: left;
}
.sanh-dieu-owl .owl-nav button.owl-next,
.sanh-dieu-owl .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  margin: 0 8px 0 0;
  border-radius: 0;
  background: #111 !important;
  color: #fff !important;
  font-size: 22px !important;
  line-height: 1 !important;
}
.sanh-dieu-owl .owl-nav button.owl-next:hover,
.sanh-dieu-owl .owl-nav button.owl-prev:hover {
  background: #333 !important;
}
.sanh-dieu-owl .owl-dots {
  margin-top: 10px;
  text-align: left;
}
.sanh-dieu-owl .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 4px;
  background: #c4bdb0 !important;
}
.sanh-dieu-owl .owl-dot.active span {
  background: #111 !important;
}
.sanh-dieu-aside {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-self: stretch;
  min-height: 100%;
}
.partner-box {
  background: #fffdf8;
  border: 1px solid rgba(27, 24, 18, 0.12);
  padding: 20px 18px 18px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
}
.partner-box__brand {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4px 16px;
  margin: 0;
  border-bottom: 1px solid rgba(184, 134, 24, 0.38);
  text-decoration: none;
}
.partner-box__brand:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
.partner-box__brand:hover {
  opacity: 0.94;
}
.partner-box__logo {
  max-height: 40px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}
.partner-box__featured {
  margin: 18px 0 0;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
}
.partner-box__featured a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.partner-box__featured a:hover .partner-box__feat-title {
  color: var(--red);
}
.partner-box__featured img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
  display: block;
  margin: 0 0 14px;
}
.partner-box__feat-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.015em;
  color: #151515;
  display: block;
}
.partner-box__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.partner-box__list li {
  border-top: 1px solid rgba(21, 21, 21, 0.1);
}
.partner-box__list li:first-of-type {
  border-top: 0;
}
.partner-box__list a {
  display: block;
  padding: 12px 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
  color: #3a3630;
  text-decoration: none;
}
.partner-box__list a:hover {
  color: var(--red);
}
.sanh-dieu-ad {
  display: flex;
  flex: 1;
  min-height: 200px;
}
.sanh-dieu-ad .ad-native {
  width: 100%;
  justify-content: center;
  flex: 1;
}
.multimedia--v2 {
  background: #000;
}
.media-layout--v2 {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  align-items: stretch;
}
.media-feature__visual {
  position: relative;
}
.media-feature__visual img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
  display: block;
}
.media-feature__visual .play {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.media-feature__label {
  margin-top: 16px;
  color: var(--gold);
}
.media-feature__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.16;
  margin: 10px 0 0;
  color: #fff;
}
.media-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  height: 100%;
  align-content: stretch;
}
.media-tile {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
.media-tile img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.media-tile__label {
  margin: 0;
  color: var(--gold);
}
.media-tile h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  color: #fff;
}
.duy-my-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.75fr) minmax(0, 0.75fr);
  gap: 36px;
  align-items: stretch;
}
.duy-my-col--lead {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.duy-my-col--mid {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 6px;
  min-height: 100%;
}
.duy-my-col--rail {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 100%;
}
.duy-my-col--lead .section-title {
  margin: 6px 0 12px;
}
.duy-my-desc {
  margin: 0 0 22px;
  max-width: 48ch;
}
.duy-my-hero-img {
  width: 100%;
  margin-top: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.duy-my-item {
  flex: 0 0 auto;
}
.duy-my-item h3,
.duy-my-item__hit h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  line-height: 1.22;
  margin: 10px 0 0;
}
.duy-my-row {
  padding: 0;
  border-bottom: 1px solid rgba(21, 21, 21, 0.12);
}
.duy-my-row__hit {
  padding: 18px 0;
  display: block;
}
.duy-my-row:first-of-type .duy-my-row__hit {
  padding-top: 0;
}
.duy-my-row h3,
.duy-my-row__hit h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  line-height: 1.4;
  margin: 10px 0 0;
}
.duy-my-ad {
  margin-top: auto;
  padding-top: 22px;
}
@media (max-width: 900px) {
  .cover-story__grid,
  .thoi-thuong-layout,
  .kinh-doanh-layout,
  .merchant-layout,
  .luxury-v2,
  .sanh-dieu-layout,
  .duy-my-layout,
  .media-layout--v2 {
    grid-template-columns: 1fr;
  }
  .cover-story__hero-fig {
    min-height: 0;
  }
  .merchant-rail__ad {
    min-height: 0;
  }
  .luxury-v2__rail {
    gap: 16px;
  }
  .sanh-dieu-ad .ad-native {
    min-height: 220px;
  }
  .media-layout--v2 .media-grid2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 620px) {
  .cover-story__subgrid {
    grid-template-columns: 1fr;
  }
  .merchant-stack {
    gap: 16px;
  }
  .luxury-v2__stack {
    gap: 14px;
  }
  .media-grid2 {
    grid-template-columns: 1fr;
  }
  .merchant-cover {
    min-height: min(58vh, 480px);
  }
}
.footer-brand__logo-link {
  display: inline-block;
  line-height: 0;
}
.footer-brand__logo {
  max-width: min(240px, 70vw);
  height: auto;
  width: 100%;
}
.story-hit {
  -webkit-tap-highlight-color: transparent;
}
.story-hit:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
.story-hit:hover h3,
.story-hit:hover .sanh-dieu-lead__title,
.story-hit:hover .cover-story__sub-title {
  color: var(--red);
}
.story-hit--dark:hover h3,
.story-hit--dark:hover .media-feature__title {
  color: var(--gold-soft);
}
.story-hit:hover .trend-panel__title {
  color: var(--gold-soft);
}
.story-hit:hover .cover-story__thumb-cap {
  color: var(--muted);
}
.headline-row__hit .eyebrow {
  display: block;
}
.thoi-thuong-lead__hit {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.article-card__hit {
  display: block;
}
.merchant-card__hit,
.luxury-v2__feature-hit,
.luxury-v2__card-hit {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  min-height: 0;
}
.luxury-pick__hit {
  display: block;
  text-decoration: none;
  color: inherit;
}
.media-feature__hit {
  display: block;
  color: inherit;
}
.media-tile__hit {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  color: inherit;
}
.shopping-hit {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  color: inherit;
}
.cover-story__hero-link {
  display: block;
  height: 100%;
}
.cover-story__hero-link:focus-visible figure {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
.cover-story__sub-hit,
.cover-story__thumb-hit {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cover-story__thumb-hit {
  gap: 10px;
}
.duy-my-hero-link {
  display: block;
  line-height: 0;
}
.duy-my-item__hit {
  display: block;
  color: inherit;
}
.sanh-dieu-owl .shopping-item {
  min-height: 100%;
}
.sanh-dieu-owl .shopping-hit {
  flex: 1;
  min-height: 0;
}
