:root {
  --tsj-ink: #111111;
  --tsj-paper: #fffefa;
  --tsj-warm: #f3efe8;
  --tsj-line: #d9d4cb;
  --tsj-muted: #69665f;
  --tsj-rose: #e91651;
  --tsj-rose-dark: #b60b3d;
  --tsj-serif: Georgia, "Times New Roman", serif;
  --tsj-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --tsj-header-stack: 160px;
}

html { scroll-behavior: smooth; }
body { background: var(--tsj-paper); color: var(--tsj-ink); font-family: var(--tsj-sans); }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--tsj-rose-dark); }
img { display: block; }
.bg-paper { background: rgba(255, 254, 250, .97); }
.container-xl { max-width: 1320px; }
.skip-link { background: var(--tsj-ink); color: #fff; left: 1rem; padding: .7rem 1rem; position: fixed; top: -5rem; z-index: 2000; }
.skip-link:focus { top: 1rem; color: #fff; }

.utility-bar { background: var(--tsj-ink); color: #d4d1cc; font-size: .68rem; height: 34px; letter-spacing: .04em; }
.utility-bar strong, .utility-bar a { color: #fff; font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-header { backdrop-filter: blur(14px); border-bottom: 1px solid var(--tsj-ink); }
.masthead { min-height: 112px; }
.brand img { height: 86px; object-fit: contain; transition: height .28s ease, width .28s ease, max-width .28s ease; width: 315px; }
.icon-btn { background: transparent; border: 0; color: var(--tsj-ink); display: grid; font-size: 1.6rem; height: 42px; place-items: center; width: 42px; }
.primary-nav { border-top: 1px solid var(--tsj-line); }
.nav-scroll { align-items: center; display: flex; gap: clamp(1.1rem, 2.4vw, 2.5rem); height: 48px; justify-content: center; overflow-x: auto; }
.nav-scroll a { font-size: .66rem; font-weight: 800; letter-spacing: .08em; position: relative; text-transform: uppercase; white-space: nowrap; }
.nav-scroll a::after { background: var(--tsj-rose); bottom: -.45rem; content: ""; height: 2px; left: 0; position: absolute; right: 100%; transition: right .2s ease; }
.nav-scroll a:hover::after { right: 0; }
.search-panel { background: #fff; border-bottom: 1px solid var(--tsj-ink); box-shadow: 0 20px 30px rgba(0, 0, 0, .08); left: 0; position: absolute; right: 0; top: 100%; }
.search-panel .form-control { border: 0; border-bottom: 1px solid var(--tsj-line); border-radius: 0; font-family: var(--tsj-serif); }

@media (min-width: 992px) {
  html:has(.site-header.is-compact) {
    --tsj-header-stack: 58px;
  }

  .site-header.is-compact {
    align-items: center;
    column-gap: 1.15rem;
    display: grid;
    grid-template-areas: "logo nav search";
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 58px;
    padding-left: max(.75rem, calc((100% - 1320px) / 2 + .75rem));
    padding-right: max(.75rem, calc((100% - 1320px) / 2 + .75rem));
  }

  .site-header.is-compact .masthead {
    display: contents !important;
  }

  .site-header.is-compact [data-tsj-toggle="nav"] {
    display: none !important;
  }

  .site-header.is-compact .brand {
    grid-area: logo;
    margin: 0 !important;
  }

  .site-header.is-compact .brand img {
    height: 36px;
    max-width: 132px;
    width: auto;
  }

  .site-header.is-compact .primary-nav {
    border-top: 0;
    grid-area: nav;
    min-width: 0;
  }

  .site-header.is-compact .primary-nav > .container-xl {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .site-header.is-compact .nav-scroll {
    flex-wrap: nowrap;
    gap: .55rem .95rem;
    height: 58px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    scrollbar-width: none;
  }

  .site-header.is-compact .nav-scroll::-webkit-scrollbar {
    display: none;
  }

  .site-header.is-compact .nav-scroll a {
    font-size: .6rem;
    letter-spacing: .055em;
  }

  .site-header.is-compact [data-tsj-toggle="search"] {
    grid-area: search;
  }

  .site-header.is-compact .search-panel {
    grid-column: 1 / -1;
    left: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    right: 0;
    width: 100vw;
  }
}

.breaking-bar { background: var(--tsj-warm); border-bottom: 1px solid var(--tsj-line); font-size: .76rem; }
.breaking-label { background: var(--tsj-rose); color: #fff; font-size: .56rem; font-weight: 900; letter-spacing: .13em; padding: .38rem .56rem; text-transform: uppercase; }
.hero-section { padding-bottom: 3.5rem; padding-top: 2.75rem; }
.media-frame { aspect-ratio: 16 / 9.7; background: #e8e5e0; display: block; overflow: hidden; }
.media-frame img { height: 100%; object-fit: cover; transition: transform .45s ease; width: 100%; }
.media-frame:hover img { transform: scale(1.025); }
.hero-media { aspect-ratio: 16 / 8.65; position: relative; }
.hero-media img { object-position: center 32%; }
.photo-note { background: var(--tsj-ink); bottom: 0; color: #fff; font-size: .55rem; left: 0; letter-spacing: .14em; padding: .5rem .75rem; position: absolute; text-transform: uppercase; }
.hero-copy { padding-top: 1.55rem; }
.hero-copy h1 { font-family: var(--tsj-serif); font-size: clamp(2.07rem, 3.83vw, 3.74rem); letter-spacing: -.045em; line-height: .99; margin: 0; }
.hero-summary { color: #4f4c47; font-family: var(--tsj-serif); font-size: 1.08rem; line-height: 1.55; margin: 1.2rem 0 0; max-width: 52rem; }
.hero-byline { align-items: center; display: flex; flex-wrap: wrap; gap: .4rem 1.75rem; margin-top: .9rem; }
.hero-byline .story-meta { margin: 0; }
.hero-byline .text-link { font-size: .58rem; margin-top: 0; padding-bottom: .12rem; }
.hero-side { border-left: 1px solid var(--tsj-line); display: flex; flex-direction: column; justify-content: space-between; padding-left: 2rem; }
.hero-side .story-meta { margin-bottom: .15rem; }
.eyebrow { align-items: center; color: var(--tsj-rose); display: flex; font-size: .61rem; font-weight: 900; gap: .65rem; letter-spacing: .16em; margin: .9rem 0 .7rem; text-transform: uppercase; }
.eyebrow > span { background: var(--tsj-rose); display: inline-block; height: 1px; width: 2rem; }
.story-meta { align-items: center; color: #79756e; display: flex; flex-wrap: wrap; font-size: .58rem; font-weight: 700; gap: .55rem; letter-spacing: .04em; margin: .8rem 0 0; text-transform: uppercase; }
.story-meta i { background: var(--tsj-rose); border-radius: 50%; height: 3px; width: 3px; }
.story-meta .author-link,
.article-byline .author-link { color: inherit; text-decoration: none; }
.story-meta .author-link:hover,
.article-byline .author-link:hover { color: var(--tsj-rose); }
.text-link { border-bottom: 1px solid var(--tsj-ink); display: inline-flex; font-size: .66rem; font-weight: 900; gap: .55rem; letter-spacing: .1em; margin-top: 1.35rem; padding-bottom: .3rem; text-transform: uppercase; }
.story-card h2, .story-card h3, .story-row h3, .feature-story h3 { font-family: var(--tsj-serif); letter-spacing: -.025em; line-height: 1.08; margin: 0; }
.story-card h2 { font-size: 1.4rem; }
.story-row h3 { font-size: clamp(1.08rem, 1.89vw, 1.62rem); }
.summary { color: #625e58; font-family: var(--tsj-serif); line-height: 1.5; margin: .65rem 0; }

.ad-slot, .side-ad, .inline-ad { align-items: center; background: #f3f0ea; border: 1px solid var(--tsj-line); color: #8a867f; display: flex; flex-direction: column; justify-content: center; text-align: center; }
.ad-slot { height: 116px; margin-bottom: 1rem; }
.ad-slot span, .side-ad span, .inline-ad span { font-size: .52rem; letter-spacing: .16em; text-transform: uppercase; }
.ad-slot strong, .side-ad strong, .inline-ad strong { color: #77736d; font-size: .68rem; letter-spacing: .06em; margin-top: .3rem; }
.side-ad { height: 250px; }
.section-space { padding-bottom: 5rem; padding-top: 5rem; }
.section-heading { border-bottom: 2px solid var(--tsj-ink); margin-bottom: 2rem; padding-bottom: 1rem; }
.section-heading h2 { font-family: var(--tsj-serif); font-size: clamp(2.15rem, 3.4vw, 3.4rem); letter-spacing: -.045em; line-height: .95; margin: 0; }
.section-kicker { color: var(--tsj-rose); font-size: .58rem; font-weight: 900; letter-spacing: .18em; margin: 0 0 .65rem; text-transform: uppercase; }
.section-heading > a { font-size: .64rem; font-weight: 900; letter-spacing: .1em; padding-bottom: .15rem; text-transform: uppercase; white-space: nowrap; }
.latest-feed { border-right: 1px solid var(--tsj-line); padding-right: 2.6rem; }
.story-row { border-bottom: 1px solid var(--tsj-line); padding: 0 0 1.55rem; }
.story-row + .story-row { padding-top: 1.55rem; }
.load-more { border: 1px solid var(--tsj-ink); border-radius: 0; font-size: .62rem; font-weight: 900; letter-spacing: .12em; margin-top: 1.75rem; padding: .85rem 1.2rem; text-transform: uppercase; }
.load-more:hover { background: var(--tsj-ink); color: #fff; }
.most-read { padding-left: 1rem; }
.most-read > h2 { font-family: var(--tsj-serif); font-size: 2.1rem; margin-bottom: 1rem; }
.most-read > ol li a { align-items: flex-start; border-top: 1px solid var(--tsj-line); display: grid; gap: 1rem; grid-template-columns: 2.2rem 1fr; padding: 1rem 0; }
.most-read > ol li span { color: var(--tsj-rose); font-family: var(--tsj-serif); font-size: 1.3rem; }
.most-read > ol li strong { font-family: var(--tsj-serif); font-size: 1.03rem; line-height: 1.25; }

.cover-feature { background: var(--tsj-rose); color: #fff; padding: 4.5rem 0; }
.feature-photo { aspect-ratio: 16 / 9.2; object-fit: cover; }
.cover-badge { align-content: center; background: var(--tsj-ink); border-radius: 50%; box-shadow: 0 12px 30px rgba(0, 0, 0, .22); display: grid; height: 112px; place-items: center; position: absolute; right: -1.25rem; top: -1.25rem; transform: rotate(7deg); width: 112px; }
.cover-badge span { font-family: var(--tsj-serif); font-size: 2.15rem; line-height: .8; }
.cover-badge strong { font-size: .5rem; letter-spacing: .18em; margin-top: .4rem; text-transform: uppercase; }
.cover-copy h2 { font-family: var(--tsj-serif); font-size: clamp(1.94rem, 3.33vw, 3.11rem); letter-spacing: -.045em; line-height: 1.02; }
.cover-copy > p:not(.eyebrow) { color: #fff2f5; font-family: var(--tsj-serif); line-height: 1.55; margin: 1.25rem 0 1.75rem; }
.btn-outline-light-tsj { border: 1px solid #fff; color: #fff; display: inline-block; font-size: .6rem; font-weight: 900; letter-spacing: .12em; padding: .9rem 1.1rem; text-transform: uppercase; }
.btn-outline-light-tsj:hover { background: #fff; color: var(--tsj-rose); }
.feature-story .media-frame { aspect-ratio: 16 / 9; }
.feature-story h3 { font-size: clamp(1.8rem, 2.7vw, 2.57rem); }

.culture-band { background: #171515; color: #fff; }
.section-heading.light { border-color: #5c5755; }
.section-heading.light > a { color: #fff; }
.culture-band .story-card h2 { color: #fff; }
.culture-band .story-meta, .culture-band .summary { color: #b8b2ae; }
.video-card { min-height: 430px; overflow: hidden; position: relative; }
.video-card > img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.video-card::after { background: linear-gradient(transparent 20%, rgba(0, 0, 0, .9)); content: ""; inset: 0; position: absolute; }
.video-card > div { bottom: 1.75rem; left: 1.75rem; position: absolute; right: 1.75rem; z-index: 1; }
.video-card .play { background: var(--tsj-rose); border-radius: 50%; display: grid; height: 46px; place-items: center; width: 46px; }
.video-card p { color: #ff5c87; font-size: .56rem; font-weight: 900; letter-spacing: .16em; margin: .8rem 0 .35rem; text-transform: uppercase; }
.video-card h3 { font-family: var(--tsj-serif); font-size: 1.58rem; line-height: 1.05; }
.ratio-4x3 { aspect-ratio: 4 / 3; }
.lifestyle-band { background: var(--tsj-warm); border-bottom: 1px solid var(--tsj-line); border-top: 1px solid var(--tsj-line); }
.lifestyle-band > .container-xl > h2 { font-family: var(--tsj-serif); font-size: clamp(2rem, 4vw, 3.4rem); }
.lifestyle-band > .container-xl > p:last-child { color: var(--tsj-muted); font-family: var(--tsj-serif); max-width: 42rem; }

.newsletter { background: var(--tsj-rose-dark); color: #fff; overflow: hidden; padding: 4.75rem 1.25rem 4rem; position: relative; text-align: center; }
.newsletter-mark { font-family: var(--tsj-serif); font-size: 11rem; font-weight: 800; left: 0; opacity: .055; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.newsletter h2 { font-family: var(--tsj-serif); font-size: clamp(2.5rem, 5vw, 4.15rem); letter-spacing: -.05em; line-height: .9; }
.newsletter p:not(.eyebrow) { font-family: var(--tsj-serif); font-size: 1.08rem; margin: 1rem 0 1.6rem; }
.newsletter-form { background: #fff; display: grid; grid-template-columns: 1fr auto; max-width: 590px; padding: 5px; }
.newsletter-form input { border: 0; min-width: 0; outline: 0; padding: .95rem 1rem; }
.newsletter-form button { background: var(--tsj-ink); border: 0; color: #fff; font-size: .58rem; font-weight: 900; letter-spacing: .1em; padding: 0 1.4rem; text-transform: uppercase; }
.newsletter small { color: #efb9c8; display: block; font-size: .56rem; margin-top: .8rem; }
.newsletter-success { border: 1px solid rgba(255, 255, 255, .55); font-family: var(--tsj-serif); font-size: 1.1rem; max-width: 590px; padding: 1rem; }

.site-footer { background: #0c0c0c; color: #fff; padding: 3.75rem 0 1.4rem; }
.footer-brand img { display: block; filter: brightness(0) invert(1); height: auto; max-height: 86px; max-width: 280px; object-fit: contain; object-position: left center; width: auto; }
.footer-brand p { color: #a8a5a1; font-family: var(--tsj-serif); font-size: .95rem; line-height: 1.5; max-width: 20rem; }
.site-footer h2 { color: #77726f; font-size: .56rem; letter-spacing: .17em; margin: .4rem 0 1.1rem; text-transform: uppercase; }
.site-footer .col-lg:not(.footer-brand), .site-footer .col-6 { display: flex; flex-direction: column; gap: .65rem; }
.site-footer a { color: #d0ceca; font-size: .75rem; }
.site-footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #333; color: #76736f; font-size: .55rem; letter-spacing: .08em; margin-top: 3.2rem; padding-top: 1.25rem; text-transform: uppercase; }
.footer-bottom p { margin: 0; }

/* Article template */
.article-header { max-width: 970px; padding-bottom: 2.75rem; padding-top: 4.5rem; text-align: center; }
.article-header h1 { font-family: var(--tsj-serif); font-size: clamp(2.43rem, 4.95vw, 4.68rem); letter-spacing: -.055em; line-height: .95; }
.article-deck { color: #504c47; font-family: var(--tsj-serif); font-size: clamp(1.1rem, 1.8vw, 1.35rem); line-height: 1.55; margin: 1.5rem auto; max-width: 51rem; }
.article-byline { color: var(--tsj-muted); font-size: .66rem; letter-spacing: .05em; text-transform: uppercase; }
.article-byline strong { color: var(--tsj-ink); }
.share-row { display: flex; gap: .5rem; justify-content: center; margin-top: 1.6rem; }
.share-row button { background: transparent; border: 1px solid var(--tsj-line); border-radius: 50%; font-size: .72rem; height: 40px; min-width: 40px; padding: 0 .75rem; }
.share-row button:last-child { border-radius: 2rem; }
.article-hero img { aspect-ratio: 16 / 8.2; object-fit: cover; object-position: center 30%; width: 100%; }
figcaption { color: #7d7871; font-size: .64rem; line-height: 1.45; margin-top: .6rem; }
.article-layout { max-width: 1120px; padding-bottom: 5rem; padding-top: 3.5rem; }
.article-body { font-family: var(--tsj-serif); font-size: 1.15rem; line-height: 1.8; }
.article-body > .lead { font-size: 1.45rem; line-height: 1.55; }
.article-body h2 { font-size: clamp(1.9rem, 3vw, 2.7rem); letter-spacing: -.035em; line-height: 1.08; margin: 2.7rem 0 1rem; }
.article-body blockquote { border-left: 5px solid var(--tsj-rose); font-size: clamp(1.8rem, 3vw, 2.7rem); letter-spacing: -.035em; line-height: 1.12; margin: 3rem 0; padding: .4rem 0 .4rem 1.6rem; }
.article-body figure { margin: 2.75rem 0; max-width: 100%; }
.article-body figure img { height: auto; max-width: 100%; width: 100%; }
.inline-ad { height: 160px; margin: 2.75rem 0; }
.article-aside { padding-top: 1rem; }
.article-aside-card { border-top: 3px solid var(--tsj-ink); margin-top: 2.5rem; padding-top: 1.25rem; }
.article-aside-card h2 { font-family: var(--tsj-serif); font-size: 1.7rem; }
.article-aside-card a { border-top: 1px solid var(--tsj-line); display: block; font-size: .7rem; font-weight: 800; padding: 1rem 0; text-transform: uppercase; }
.tags { align-items: center; border-bottom: 1px solid var(--tsj-line); border-top: 1px solid var(--tsj-line); display: flex; flex-wrap: wrap; font-family: var(--tsj-sans); gap: .5rem; margin-top: 3rem; padding: 1rem 0; }
.tags span { font-size: .56rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.tags a { background: var(--tsj-warm); font-size: .65rem; padding: .45rem .7rem; }
.author-box { align-items: center; background: var(--tsj-warm); display: grid; font-family: var(--tsj-sans); gap: 1.25rem; grid-template-columns: 70px 1fr; margin-top: 2.5rem; padding: 1.5rem; }
.author-initial { align-items: center; background: var(--tsj-rose); border-radius: 50%; color: #fff; display: flex; font-family: var(--tsj-serif); font-size: 1.5rem; height: 70px; justify-content: center; width: 70px; }
.author-box .eyebrow { margin: 0 0 .25rem; }
.author-box h2 { font-family: var(--tsj-serif); font-size: 1.8rem; margin: 0; }
.author-box p:last-child { color: var(--tsj-muted); font-size: .78rem; line-height: 1.5; margin: .35rem 0 0; }
.related-section { background: var(--tsj-warm); padding: 5rem 0; }

@media (max-width: 991.98px) {
  .masthead { min-height: 88px; }
  .brand img { height: 68px; width: 250px; }
  .primary-nav { display: none; }
  .primary-nav.is-open { display: block; }
  .nav-scroll { align-items: stretch; flex-direction: column; gap: 0; height: auto; overflow: visible; padding-bottom: .6rem; padding-top: .6rem; }
  .nav-scroll a { border-bottom: 1px solid var(--tsj-line); padding: .85rem 0; }
  .hero-side { border-left: 0; display: grid; gap: 1.5rem; grid-template-columns: 1fr 1fr; padding-left: calc(var(--bs-gutter-x) * .5); }
  .latest-feed { border-right: 0; padding-right: calc(var(--bs-gutter-x) * .5); }
  .most-read { padding-left: calc(var(--bs-gutter-x) * .5); }
  .article-aside { display: grid; gap: 1.5rem; grid-template-columns: 1fr 1fr; }
  .article-aside-card { margin-top: 0; }
}

@media (max-width: 767.98px) {
  .utility-bar { height: 30px; }
  .masthead { min-height: 72px; }
  .brand img { height: 54px; width: 195px; }
  .hero-section { padding-bottom: 2.75rem; padding-top: 1.7rem; }
  .hero-copy h1 { font-size: clamp(1.94rem, 9vw, 2.7rem); }
  .hero-side { grid-template-columns: 1fr; }
  .hero-side .story-card { display: grid; gap: .9rem; grid-template-columns: 42% 1fr; }
  .hero-side .story-card .media-frame { grid-row: 1 / span 3; }
  .hero-side .story-card .eyebrow { margin-top: 0; }
  .hero-side .story-card h2 { font-size: 1.15rem; }
  .ad-slot { height: 90px; margin-left: .75rem; margin-right: .75rem; width: auto; }
  .section-space { padding-bottom: 3.5rem; padding-top: 3.5rem; }
  .section-heading { align-items: flex-start !important; }
  .section-heading > a { display: none; }
  .story-row .story-meta { display: none; }
  .story-row h3 { font-size: 1.01rem; }
  .cover-feature { padding: 3.5rem 0; }
  .cover-badge { height: 82px; right: -.2rem; top: -.9rem; width: 82px; }
  .cover-badge span { font-size: 1.65rem; }
  .video-card { min-height: 370px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form button { min-height: 48px; }
  .newsletter-mark { font-size: 7rem; }
  .footer-brand img { max-height: 68px; max-width: 235px; }
  .article-header { padding-top: 3rem; }
  .article-header h1 { font-size: clamp(2.16rem, 10.8vw, 3.15rem); }
  .article-hero { padding-left: 0; padding-right: 0; }
  .article-hero figcaption { padding: 0 .75rem; }
  .article-layout { padding-top: 2.25rem; }
  .article-body { font-size: 1.05rem; }
  .article-aside { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
