.ttm-article-hero {
  display: grid;
  gap: 1.4rem;
  width: min(100% - (var(--ttm-gutter) * 2), 1180px);
  margin: 0 auto;
  padding: 2.5rem 0 0;
}

.ttm-article-hero__copy {
  max-width: 820px;
}

.ttm-article-hero h1,
.ttm-premium-hero h1 {
  max-width: 900px;
  margin: 0.45rem 0 0;
  font-family: var(--ttm-font-sans);
  font-size: clamp(2rem, 3.45vw, 3.85rem);
  font-weight: var(--ttm-weight-display-sans);
  letter-spacing: 0;
  line-height: 0.98;
}

.ttm-article-hero h1.ttm-heading-split,
.ttm-premium-hero h1.ttm-heading-split {
  font-weight: inherit;
}

.ttm-article-hero h1.ttm-heading-split .ttm-heading-split__sans,
.ttm-premium-hero h1.ttm-heading-split .ttm-heading-split__sans {
  font-weight: var(--ttm-weight-display-sans);
}

.ttm-article-hero h1.ttm-heading-split .ttm-heading-split__serif,
.ttm-premium-hero h1.ttm-heading-split .ttm-heading-split__serif {
  font-weight: var(--ttm-weight-copy);
}

.ttm-article-hero .ttm-meta,
.ttm-premium-hero .ttm-meta,
.ttm-series-hero .ttm-meta,
.ttm-sponsored-hero .ttm-meta {
  margin-top: clamp(0.95rem, 1.6vw, 1.35rem);
  color: rgba(17, 17, 17, 0.5);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.35;
}

.ttm-article-hero .ttm-meta span + span::before,
.ttm-article-hero .ttm-meta time + span::before,
.ttm-article-hero .ttm-meta span + time::before,
.ttm-premium-hero .ttm-meta span + span::before,
.ttm-premium-hero .ttm-meta time + span::before,
.ttm-premium-hero .ttm-meta span + time::before,
.ttm-series-hero .ttm-meta span + span::before,
.ttm-series-hero .ttm-meta time + span::before,
.ttm-series-hero .ttm-meta span + time::before,
.ttm-sponsored-hero .ttm-meta span + span::before,
.ttm-sponsored-hero .ttm-meta time + span::before,
.ttm-sponsored-hero .ttm-meta span + time::before {
  width: 2px;
  height: 2px;
  opacity: 0.65;
}

.ttm-dek {
  max-width: 760px;
  margin: 1rem 0 1.2rem;
  color: var(--ttm-color-copy);
  font: var(--ttm-font-dek);
}

.ttm-article-hero__image {
  margin: 0;
}

.ttm-article-hero__image img {
  width: 100%;
  max-height: 72vh;
  border-radius: var(--ttm-radius);
  object-fit: cover;
}

.ttm-article-hero figcaption,
.ttm-premium-hero__caption,
.ttm-copy figcaption {
  margin-top: 0.55rem;
  color: var(--ttm-muted);
  font: var(--ttm-font-caption);
}

.ttm-reading-progress {
  position: sticky;
  top: 68px;
  z-index: 45;
  width: 0;
  height: 2px;
  margin-top: 1.5rem;
  background: var(--ttm-accent);
}

.ttm-article-layout,
.ttm-premium-layout {
  display: grid;
  gap: 1.4rem;
  width: min(100% - (var(--ttm-gutter) * 2), 1180px);
  margin: 2rem auto 0;
}

.ttm-article-side,
.ttm-premium-index {
  display: none;
}

.ttm-side-box {
  border-top: 1px solid var(--ttm-line);
  padding-top: 0.85rem;
}

.ttm-side-box span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--ttm-ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ttm-side-box strong {
  display: block;
  color: var(--ttm-ink-soft);
  font-family: var(--ttm-font-sans);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
}

.ttm-copy {
  max-width: var(--ttm-article);
  font-family: var(--ttm-font-sans);
  font-weight: 300;
}

.ttm-copy > *:first-child {
  margin-top: 0;
}

.ttm-copy p,
.ttm-copy li {
  color: var(--ttm-color-copy-strong);
  font-family: var(--ttm-font-sans);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.68;
}

.ttm-copy p {
  margin: 0 0 1.25rem;
}

.ttm-copy h2,
.ttm-copy h3 {
  color: var(--ttm-ink);
  font-family: var(--ttm-font-sans);
  font-weight: var(--ttm-weight-display-sans);
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ttm-copy h2 {
  margin: clamp(2.4rem, 5vw, 4rem) 0 1rem;
  font-size: clamp(1.45rem, 2.05vw, 2rem);
  line-height: 1.14;
}

.ttm-copy h3 {
  margin: 2rem 0 0.85rem;
  font-size: clamp(1.12rem, 1.35vw, 1.38rem);
  line-height: 1.18;
}

.ttm-copy a {
  border-bottom: 1px solid currentColor;
  color: var(--ttm-accent);
}

.ttm-copy figure {
  margin: 2rem 0;
}

.ttm-copy img {
  border-radius: var(--ttm-radius);
}

.ttm-copy blockquote,
.ttm-pullquote {
  margin: 2.2rem 0;
  border-left: 2px solid var(--ttm-accent);
  padding: 0.3rem 0 0.3rem 1.2rem;
}

.ttm-copy blockquote p,
.ttm-pullquote p {
  color: var(--ttm-ink);
  font-family: var(--ttm-font-serif);
  font-size: 1.65rem;
  font-weight: var(--ttm-weight-copy);
  font-style: italic;
  line-height: 1.2;
}

.ttm-copy ul,
.ttm-copy ol {
  margin: 0 0 1.4rem 1.2rem;
  padding: 0;
}

.ttm-premium-hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - 68px);
  background: var(--ttm-dark);
  color: #fff;
}

.ttm-premium-hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.ttm-premium-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.1) 48%, rgba(0, 0, 0, 0.34));
}

.ttm-premium-hero__media img,
.ttm-premium-hero__media .ttm-image-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ttm-premium-hero__copy {
  position: relative;
  z-index: 2;
  align-self: end;
  width: min(100% - (var(--ttm-gutter) * 2), 1180px);
  margin: 0 auto;
  padding: 26vh 0 3rem;
}

.ttm-premium-hero .ttm-kicker,
.ttm-premium-hero .ttm-eyebrow {
  color: rgba(255, 255, 255, 0.92);
}

.ttm-premium-hero .ttm-dek,
.ttm-premium-hero .ttm-meta {
  color: rgba(255, 255, 255, 0.82);
}

.ttm-premium-hero .ttm-meta {
  color: rgba(255, 255, 255, 0.62);
}

.ttm-premium-hero__caption {
  position: relative;
  z-index: 2;
  align-self: end;
  width: min(100% - (var(--ttm-gutter) * 2), 1180px);
  margin: -2rem auto 1rem;
  color: rgba(255, 255, 255, 0.74);
}

.ttm-copy--premium > p:first-of-type {
  color: var(--ttm-ink);
  font-family: var(--ttm-font-sans);
  font-size: clamp(1.02rem, 1.18vw, 1.12rem);
  font-weight: 300;
  line-height: 1.66;
}

.ttm-series-hero,
.ttm-sponsored-hero {
  width: min(100% - (var(--ttm-gutter) * 2), 1180px);
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 5.4rem) 0 0;
}

.ttm-series-hero__back {
  display: inline-flex;
  position: relative;
  margin-bottom: clamp(1.2rem, 3vw, 2.4rem);
  color: var(--ttm-ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.ttm-series-hero__back::before {
  content: "";
  width: 2.4rem;
  height: 1px;
  margin: 0.45rem 0.55rem 0 0;
  background: var(--ttm-ink);
}

.ttm-series-hero__title {
  max-width: 780px;
}

.ttm-series-hero h1 {
  max-width: 780px;
  margin: 0.35rem 0 0;
  font-family: var(--ttm-font-sans);
  font-size: clamp(2.2rem, 4.9vw, 4.85rem);
  font-weight: var(--ttm-weight-display-sans);
  letter-spacing: 0;
  line-height: 0.92;
}

.ttm-series-hero__image,
.ttm-sponsored-hero__image {
  margin: clamp(1.6rem, 4vw, 3rem) 0 0;
}

.ttm-series-hero__image img,
.ttm-sponsored-hero__image img {
  width: 100%;
  max-height: 74vh;
  border-radius: 0;
  object-fit: cover;
}

.ttm-series-hero__intro {
  display: grid;
  gap: clamp(1.2rem, 3vw, 4rem);
  max-width: 900px;
  margin: clamp(2.4rem, 7vw, 5.8rem) 0 0;
}

.ttm-series-hero__intro p {
  margin: 0;
  color: var(--ttm-ink);
  font-size: clamp(0.95rem, 1.1vw, 1.08rem);
  font-weight: 500;
  line-height: 1.52;
}

.ttm-series-hero__intro p + p {
  color: var(--ttm-ink-soft);
  font-weight: 400;
}

.ttm-series-layout,
.ttm-sponsored-layout {
  display: grid;
  gap: 1.4rem;
  width: min(100% - (var(--ttm-gutter) * 2), 1180px);
  margin: clamp(2.5rem, 6vw, 5rem) auto 0;
}

.ttm-series-index,
.ttm-sponsored-index {
  display: none;
}

.ttm-series-feature {
  display: grid;
  gap: clamp(1.8rem, 4vw, 4rem);
  width: min(100% - (var(--ttm-gutter) * 2), 1180px);
  margin: clamp(3rem, 8vw, 6.4rem) auto 0;
}

.ttm-series-feature__copy {
  max-width: 470px;
}

.ttm-series-feature__copy h2 {
  margin: 0;
  font-family: var(--ttm-font-sans);
  font-size: clamp(2.1rem, 3.45vw, 3.48rem);
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.01;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.ttm-series-feature__copy p {
  max-width: 380px;
  margin: clamp(1.2rem, 2vw, 1.65rem) 0 0;
  color: var(--ttm-ink);
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  line-height: 1.5;
}

.ttm-series-feature__stage {
  position: relative;
  min-width: 0;
}

.ttm-series-feature-slider__track {
  display: flex;
  gap: clamp(0.55rem, 1vw, 0.75rem);
  overflow-x: auto;
  padding-bottom: 0.45rem;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.ttm-series-feature-slider__track::-webkit-scrollbar {
  display: none;
}

.ttm-series-feature-slider__track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.ttm-series-feature-slider__track.is-dragging a {
  pointer-events: none;
}

.ttm-series-feature-slide {
  flex: 0 0 min(46%, 520px);
  min-width: 0;
  margin: 0;
  scroll-snap-align: start;
}

.ttm-series-feature-slide a {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10.5;
  background: var(--ttm-panel);
}

.ttm-series-feature-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ttm-slider-controls--overlay {
  position: absolute;
  top: 50%;
  right: clamp(0.75rem, 1.2vw, 1rem);
  z-index: 2;
  display: flex;
  gap: 0.45rem;
  align-items: center;
  transform: translateY(-50%);
}

.ttm-slider-controls--overlay button {
  position: relative;
  display: grid;
  width: 2.58rem;
  height: 2.58rem;
  overflow: hidden;
  place-items: center;
  border: 1px solid var(--ttm-slider-control-border);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: transparent;
  font-size: 0;
  line-height: 1;
  box-shadow: none;
  backdrop-filter: blur(10px);
  transition: background var(--ttm-duration-fast) ease, border-color var(--ttm-duration-fast) ease, opacity var(--ttm-duration-fast) ease, color var(--ttm-duration-fast) ease;
}

.ttm-slider-controls--overlay button:hover {
  border-color: var(--ttm-line-strong);
  background: var(--ttm-color-white);
}

.ttm-slider-controls--overlay button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.56rem;
  height: 0.56rem;
  border-top: 1.25px solid rgba(17, 17, 17, 0.78);
  border-right: 1.25px solid rgba(17, 17, 17, 0.78);
}

.ttm-slider-controls--overlay [data-slider-prev]::before {
  transform: translate(-38%, -50%) rotate(-135deg);
}

.ttm-slider-controls--overlay [data-slider-next]::before {
  transform: translate(-62%, -50%) rotate(45deg);
}

.ttm-slider-controls--overlay button:disabled {
  opacity: 0;
  pointer-events: none;
}

.ttm-series-feature__progress {
  display: none;
}

.ttm-copy--series blockquote,
.ttm-copy--sponsored blockquote {
  margin: clamp(2.6rem, 7vw, 5.2rem) 0;
  border-left: 0;
  border-top: 1px solid var(--ttm-line);
  border-bottom: 1px solid var(--ttm-line);
  padding: clamp(1.1rem, 3vw, 2rem) 0;
}

.ttm-copy--series blockquote p,
.ttm-copy--sponsored blockquote p {
  max-width: 760px;
  color: var(--ttm-ink);
  font-family: var(--ttm-font-serif);
  font-size: clamp(1.65rem, 4vw, 3.8rem);
  font-style: italic;
  font-weight: var(--ttm-weight-copy);
  line-height: 1.02;
}

.ttm-copy--series figure,
.ttm-copy--sponsored figure {
  margin: clamp(2.3rem, 6vw, 4.8rem) 0;
}

.ttm-copy--series .wp-block-image.alignwide,
.ttm-copy--sponsored .wp-block-image.alignwide {
  width: min(100vw - (var(--ttm-gutter) * 2), 1180px);
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.ttm-sponsored-hero {
  display: grid;
  gap: clamp(1.4rem, 3vw, 3rem);
  border-top: 1px solid var(--ttm-line);
}

.ttm-sponsored-hero__copy {
  max-width: 760px;
}

.ttm-sponsored-hero h1 {
  margin: 0.45rem 0 0;
  font-family: var(--ttm-font-sans);
  font-size: clamp(2.05rem, 4vw, 4.45rem);
  font-weight: var(--ttm-weight-display-sans);
  line-height: 0.98;
}

.ttm-sponsored-disclosure {
  display: inline-grid;
  gap: 0.25rem;
  margin: 0.2rem 0 1rem;
  border-top: 1px solid var(--ttm-line);
  padding-top: 0.65rem;
}

.ttm-sponsored-disclosure span {
  color: var(--ttm-ink-soft);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ttm-sponsored-disclosure strong {
  font-size: 0.95rem;
  font-weight: 400;
}

.ttm-series-rail {
  width: min(100% - (var(--ttm-gutter) * 2), var(--ttm-max));
  margin: clamp(3rem, 8vw, 6rem) auto 0;
  border-top: 1px solid var(--ttm-line);
  padding-top: clamp(1.2rem, 2.4vw, 2rem);
}

.ttm-series-rail__head {
  display: grid;
  max-width: none;
  gap: 1rem;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.ttm-series-rail__head h2 {
  max-width: 17.2rem;
  margin: 0;
  font-family: var(--ttm-font-sans);
  font-size: var(--ttm-h2);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
}

.ttm-series-rail__head p:not(.ttm-eyebrow) {
  max-width: 420px;
  margin: 0.75rem 0 0;
  color: var(--ttm-ink-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

.ttm-series-rail .ttm-slider-controls {
  display: flex;
  gap: 0.35rem;
  align-items: center;
}

.ttm-series-rail .ttm-slider-controls.is-static {
  display: none;
}

.ttm-series-rail .ttm-slider-controls button {
  position: relative;
  display: grid;
  width: var(--ttm-slider-control-size);
  height: var(--ttm-slider-control-size);
  overflow: hidden;
  place-items: center;
  border: 1px solid var(--ttm-slider-control-border);
  border-radius: var(--ttm-radius-none);
  background: var(--ttm-slider-control-bg);
  color: transparent;
  font-size: 0;
  line-height: 1;
  box-shadow: none;
  transition: border-color var(--ttm-duration-fast) ease, opacity var(--ttm-duration-fast) ease, background var(--ttm-duration-fast) ease;
}

.ttm-series-rail .ttm-slider-controls button:hover {
  border-color: rgba(17, 17, 17, 0.58);
  background: var(--ttm-slider-control-bg);
}

.ttm-series-rail .ttm-slider-controls button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--ttm-slider-arrow-size);
  height: var(--ttm-slider-arrow-size);
  border-top: 1.15px solid var(--ttm-slider-control-color);
  border-right: 1.15px solid var(--ttm-slider-control-color);
}

.ttm-series-rail .ttm-slider-controls [data-slider-prev]::before {
  transform: translate(-38%, -50%) rotate(-135deg);
}

.ttm-series-rail .ttm-slider-controls [data-slider-next]::before {
  transform: translate(-62%, -50%) rotate(45deg);
}

.ttm-series-rail .ttm-slider-controls button:disabled {
  opacity: 0.2;
}

.ttm-article-slider__track {
  display: flex;
  gap: clamp(0.7rem, 1.2vw, 1rem);
  overflow-x: auto;
  padding-bottom: 0.6rem;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.ttm-article-slider__track::-webkit-scrollbar {
  display: none;
}

.ttm-article-slider__track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.ttm-article-slider__track.is-dragging a {
  pointer-events: none;
}

.ttm-series-card {
  flex: 0 0 clamp(17rem, 25vw, 25rem);
  display: grid;
  gap: 0;
  min-width: 0;
  scroll-snap-align: start;
}

.ttm-series-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--ttm-panel);
}

.ttm-series-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--ttm-duration-base) var(--ttm-ease-luxury);
}

.ttm-series-card:hover .ttm-series-card__media img {
  transform: scale(var(--ttm-media-hover-scale));
}

.ttm-series-card__body {
  display: grid;
  gap: 0.4rem;
  padding-top: 0.82rem;
}

.ttm-series-card__body .ttm-kicker {
  margin: 0;
  color: var(--ttm-color-subtle);
  font: var(--ttm-font-eyebrow);
  letter-spacing: var(--ttm-track-eyebrow);
  text-transform: uppercase;
}

.ttm-series-card h3 {
  margin: 0;
  color: var(--ttm-ink);
  font-family: var(--ttm-font-sans);
  font: var(--ttm-font-card-title);
  letter-spacing: 0;
}

.ttm-series-card h3 a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  text-decoration: none;
  transition: background-size var(--ttm-duration-base) var(--ttm-ease-luxury), color var(--ttm-duration-fast) ease;
}

.ttm-series-card h3 a:hover {
  color: inherit;
  background-size: 100% 1px;
}

.ttm-series-card__body p {
  margin: 0;
  color: var(--ttm-color-copy);
  font: var(--ttm-font-card-copy);
}

.ttm-main--showcase {
  --ttm-showcase-edge: clamp(0.9rem, 2.2vw, 2.6rem);
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background: #000;
  color: #fff;
}

.ttm-main--showcase + .ttm-footer.site-footer {
  margin-top: 0;
}

.ttm-showcase-article {
  padding-bottom: clamp(3rem, 8vw, 7rem);
}

.ttm-showcase-hero {
  display: grid;
  gap: clamp(1.8rem, 5vw, 7rem);
  width: min(calc(100% - (var(--ttm-showcase-edge) * 2)), 1480px);
  min-height: min(700px, calc(100vh - 96px));
  margin: 0 auto;
  padding: clamp(3.2rem, 7vw, 6rem) 0 clamp(3rem, 6vw, 5rem);
}

.ttm-showcase-hero__copy {
  align-self: center;
  max-width: 418px;
}

.ttm-showcase-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.ttm-showcase-hero h1 {
  max-width: 418px;
  margin: 0;
  color: #fff;
  font-family: var(--ttm-font-sans);
  font-size: clamp(2.5rem, 3.9vw, 3.5rem);
  font-style: normal;
  font-weight: var(--ttm-weight-display-sans);
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.ttm-showcase-hero__copy p {
  max-width: 418px;
  margin: clamp(0.85rem, 1.6vw, 1.15rem) 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.1vw, 1.0625rem);
  font-weight: 300;
  line-height: 1.49;
}

.ttm-showcase-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  margin-top: 1.35rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ttm-showcase-hero__media {
  display: grid;
  min-height: 420px;
  margin: 0;
  place-items: center;
}

.ttm-showcase-hero__media img {
  width: min(100%, 760px);
  max-height: min(72vh, 720px);
  object-fit: contain;
}

.ttm-showcase-hero__media span,
.ttm-showcase-gallery__item span {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 220px;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03)),
    #111;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ttm-showcase-chapter {
  display: grid;
  gap: clamp(1.5rem, 6vw, 8rem);
  width: min(calc(100% - (var(--ttm-showcase-edge) * 2)), 1480px);
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 6rem) 0 clamp(4rem, 10vw, 8rem);
}

.ttm-showcase-chapter h2 {
  max-width: 573px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--ttm-font-sans);
  font-size: clamp(2.5rem, 3.9vw, 3.5rem);
  font-style: normal;
  font-weight: var(--ttm-weight-display-sans);
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.ttm-showcase-chapter p {
  max-width: 450px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.18vw, 1.0625rem);
  font-weight: 300;
  line-height: 1.35;
}

.ttm-showcase-gallery {
  position: relative;
  width: min(calc(100% - (var(--ttm-showcase-edge) * 2)), 1500px);
  margin: 0 auto;
}

.ttm-showcase-gallery__controls {
  display: none;
}

.ttm-showcase-gallery__track {
  display: grid;
  grid-template-columns: minmax(210px, 0.48fr) minmax(460px, 1fr) minmax(210px, 0.48fr);
  grid-template-rows: repeat(2, minmax(320px, 1fr));
  gap: clamp(0.28rem, 0.5vw, 0.45rem);
  overflow: visible;
  scrollbar-width: none;
}

.ttm-showcase-gallery__item {
  min-width: 0;
  margin: 0;
  background: #111;
  scroll-snap-align: start;
}

.ttm-showcase-gallery__item--1 {
  grid-column: 1;
  grid-row: 1;
}

.ttm-showcase-gallery__item--2 {
  grid-column: 1;
  grid-row: 2;
}

.ttm-showcase-gallery__item--3 {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.ttm-showcase-gallery__item--4 {
  grid-column: 3;
  grid-row: 1;
}

.ttm-showcase-gallery__item--5 {
  grid-column: 3;
  grid-row: 2;
}

.ttm-showcase-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.ttm-showcase-copy {
  width: min(calc(100% - (var(--ttm-showcase-edge) * 2)), 700px);
  margin: clamp(3rem, 7vw, 5rem) auto 0;
  color: rgba(255, 255, 255, 0.82);
}

.ttm-showcase-copy :where(p, li) {
  color: inherit;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.58;
}

.ttm-showcase-copy :where(h2, h3) {
  color: #fff;
}

body.single-post .pk-share-buttons-wrap,
body.single-post .pk-share-buttons-after-content,
body.single-post .pk-mobile-share-overlay,
body.single-post .pk-scroll-to-top,
.ttm-main--showcase .pk-share-buttons-wrap,
.ttm-main--showcase .pk-share-buttons-after-content,
.ttm-main--showcase .pk-mobile-share-overlay,
.ttm-showcase-copy .pk-share-buttons-wrap,
.ttm-showcase-copy .pk-share-buttons-after-content {
  display: none !important;
}

.ttm-showcase-editorial {
  width: min(calc(100% - (var(--ttm-showcase-edge) * 2)), 1480px);
  margin: clamp(5rem, 10vw, 8rem) auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: clamp(3rem, 6vw, 5rem);
}

.ttm-showcase-editorial__head {
  display: grid;
  max-width: 880px;
  gap: 1.1rem;
  margin-bottom: clamp(3.2rem, 8vw, 7rem);
}

.ttm-showcase-editorial__head h2 {
  max-width: 573px;
  margin: 0;
  color: #fff;
  font-family: var(--ttm-font-sans);
  font-size: clamp(2.5rem, 3.9vw, 3.5rem);
  font-weight: var(--ttm-weight-display-sans);
  line-height: 1;
  text-transform: uppercase;
}

.ttm-showcase-editorial__head p:not(.ttm-eyebrow) {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.49;
}

.ttm-showcase-editorial__items {
  display: grid;
  gap: clamp(4.5rem, 10vw, 9rem);
}

.ttm-showcase-editorial-panel {
  display: grid;
  gap: clamp(2rem, 6vw, 8rem);
  align-items: center;
  padding-block: clamp(0.8rem, 2.5vw, 2rem);
}

.ttm-showcase-editorial-panel__media {
  margin: 0;
}

.ttm-showcase-editorial-panel__media img,
.ttm-showcase-editorial-panel__media span {
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 5;
  place-items: center;
  object-fit: cover;
  background: #111;
}

.ttm-showcase-editorial-panel__media figcaption {
  max-width: 580px;
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.72rem;
  line-height: 1.35;
}

.ttm-showcase-editorial-panel__copy {
  display: grid;
  max-width: 600px;
  gap: 1.15rem;
}

.ttm-showcase-editorial-panel__copy h3 {
  max-width: 540px;
  margin: 0;
  color: #fff;
  font-family: var(--ttm-font-sans);
  font-size: clamp(1.65rem, 2.3vw, 2.5rem);
  font-weight: var(--ttm-weight-display-sans);
  line-height: 1.04;
  text-transform: uppercase;
}

.ttm-showcase-editorial-panel__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.66;
}

.ttm-showcase-quote {
  width: min(calc(100% - (var(--ttm-showcase-edge) * 2)), 760px);
  margin: clamp(3.5rem, 9vw, 6.5rem) auto 0;
  border: 0;
  padding: 0;
  color: #fff;
}

.ttm-showcase-quote p {
  margin: 0;
  font-family: var(--ttm-font-serif);
  font-size: clamp(1.15rem, 2.05vw, 1.95rem);
  font-weight: 200;
  font-style: italic;
  line-height: 1.18;
}

.ttm-showcase-quote p::before {
  content: "\201C";
  display: block;
  margin-bottom: 0.8rem;
  font-size: 3rem;
  line-height: 0.8;
}

.ttm-showcase-quote cite {
  display: block;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ttm-showcase-origins {
  width: min(calc(100% - (var(--ttm-showcase-edge) * 2)), 1480px);
  margin: clamp(4rem, 10vw, 8rem) auto 0;
}

.ttm-showcase-origins__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1rem;
  margin-bottom: clamp(1.4rem, 3vw, 2.2rem);
}

.ttm-showcase-origins__head h2 {
  max-width: 573px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--ttm-font-sans);
  font-size: clamp(2.5rem, 3.9vw, 3.5rem);
  font-style: normal;
  font-weight: var(--ttm-weight-display-sans);
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.ttm-showcase-origins__controls {
  display: flex;
  gap: 0.35rem;
  justify-self: end;
  margin-left: auto;
}

.ttm-showcase-gallery__controls button,
.ttm-showcase-origins__controls button {
  position: relative;
  display: grid;
  width: var(--ttm-slider-control-size);
  height: var(--ttm-slider-control-size);
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: var(--ttm-radius-none);
  background: #000;
  color: transparent;
  font-size: 0;
  line-height: 1;
}

.ttm-showcase-gallery__controls button::before,
.ttm-showcase-origins__controls button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--ttm-slider-arrow-size);
  height: var(--ttm-slider-arrow-size);
  border-top: 1.15px solid rgba(255, 255, 255, 0.86);
  border-right: 1.15px solid rgba(255, 255, 255, 0.86);
}

.ttm-showcase-gallery__controls [data-slider-prev]::before,
.ttm-showcase-origins__controls [data-slider-prev]::before {
  transform: translate(-38%, -50%) rotate(-135deg);
}

.ttm-showcase-gallery__controls [data-slider-next]::before,
.ttm-showcase-origins__controls [data-slider-next]::before {
  transform: translate(-62%, -50%) rotate(45deg);
}

.ttm-showcase-gallery__controls button:disabled,
.ttm-showcase-origins__controls button:disabled {
  opacity: 0.25;
}

.ttm-showcase-origins__track {
  display: flex;
  gap: clamp(0.55rem, 1.1vw, 1rem);
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.ttm-showcase-origins__track::-webkit-scrollbar {
  display: none;
}

.ttm-showcase-origins__track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.ttm-showcase-origin-card {
  flex: 0 0 min(48%, 680px);
  min-width: 0;
  margin: 0;
  scroll-snap-align: start;
}

.ttm-showcase-origin-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9.6;
  background: #111;
  text-decoration: none;
}

.ttm-showcase-origin-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ttm-showcase-origin-card__media span {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ttm-showcase-origin-card__body {
  display: grid;
  gap: 0.45rem;
  max-width: 92%;
  padding-top: 0.85rem;
}

.ttm-showcase-origin-card__body h3 {
  margin: 0;
  color: #fff;
  font-family: var(--ttm-font-sans);
  font-size: clamp(0.95rem, 1.15vw, 1.18rem);
  font-weight: 300;
  line-height: 1.18;
}

.ttm-showcase-origin-card__body h3 a {
  color: inherit;
  text-decoration: none;
}

.ttm-main--showcase .ttm-series-rail {
  width: min(calc(100% - (var(--ttm-showcase-edge) * 2)), 1480px);
  border-top-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.ttm-main--showcase .ttm-series-rail__head,
.ttm-main--showcase .ttm-series-rail__head h2,
.ttm-main--showcase .ttm-series-rail__head .ttm-title {
  color: #fff;
}

.ttm-main--showcase .ttm-series-rail__head p:not(.ttm-eyebrow),
.ttm-main--showcase .ttm-series-card h3,
.ttm-main--showcase .ttm-series-card h3 a {
  color: rgba(255, 255, 255, 0.82);
}

.ttm-main--showcase .ttm-series-rail__head h2 {
  max-width: 17.2rem;
  font-size: var(--ttm-h2);
  font-style: normal;
  line-height: 1.04;
  text-transform: uppercase;
}

.ttm-main--showcase .ttm-heading-split__sans {
  font-family: "TheTimeo Neue Helvetica", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 100;
}

.ttm-main--showcase .ttm-heading-split__serif {
  font-family: "TheTimeo Times Now", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 200;
  letter-spacing: 0.01em;
}

.ttm-main--showcase .ttm-series-rail__head p:not(.ttm-eyebrow) {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.49;
}

.ttm-main--showcase .ttm-eyebrow,
.ttm-main--showcase .ttm-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.ttm-main--showcase .ttm-series-card__body .ttm-kicker {
  color: rgba(255, 255, 255, 0.58);
}

.ttm-main--showcase .ttm-series-card__body p {
  color: rgba(255, 255, 255, 0.62);
}

.ttm-main--showcase .ttm-series-rail .ttm-slider-controls button {
  border-color: rgba(255, 255, 255, 0.36);
  background: #000;
  color: transparent;
}

.ttm-main--showcase .ttm-series-rail .ttm-slider-controls button::before {
  border-color: rgba(255, 255, 255, 0.86);
}

.ttm-main--showcase .ttm-slider-progress {
  background: rgba(255, 255, 255, 0.18);
}

.ttm-main--showcase .ttm-slider-progress span {
  background: rgba(255, 255, 255, 0.86);
}

.ttm-main--showcase .ttm-series-card__media {
  background: #111;
}

.ttm-main--high-jewellery {
  --ttm-hj-edge: clamp(1rem, 2.6vw, 3rem);
  --ttm-hj-max: 1540px;
  --ttm-hj-gold: #d8c7a0;
  width: 100%;
  max-width: none;
  padding: 0;
  background:
    radial-gradient(circle at 50% 0, rgba(216, 199, 160, 0.12), transparent 34rem),
    #030303;
  color: #fff;
}

.ttm-main--high-jewellery + .ttm-footer.site-footer {
  margin-top: 0;
}

.ttm-hj-article {
  padding-bottom: clamp(4rem, 9vw, 8rem);
}

.ttm-hj-hero {
  display: grid;
  gap: clamp(2rem, 5vw, 6rem);
  width: min(calc(100% - (var(--ttm-hj-edge) * 2)), var(--ttm-hj-max));
  min-height: min(780px, calc(100vh - 84px));
  margin: 0 auto;
  padding: clamp(3.6rem, 7vw, 7rem) 0 clamp(2rem, 5vw, 4.5rem);
}

.ttm-hj-hero__copy {
  align-self: center;
  max-width: 520px;
}

.ttm-hj-eyebrow,
.ttm-hj-kicker {
  color: rgba(216, 199, 160, 0.78);
  font: var(--ttm-font-eyebrow);
  letter-spacing: var(--ttm-track-eyebrow);
  text-decoration: none;
  text-transform: uppercase;
}

.ttm-hj-kicker {
  display: inline-block;
  margin-top: 0.8rem;
}

.ttm-hj-hero h1,
.ttm-hj-section-head h2,
.ttm-hj-dossier h2 {
  margin: 0;
  color: #fff;
  font-family: var(--ttm-font-sans);
  font-size: clamp(2.65rem, 5.6vw, 6.4rem);
  font-weight: var(--ttm-weight-display-sans);
  letter-spacing: 0;
  line-height: 0.93;
  text-transform: uppercase;
}

.ttm-hj-hero h1 {
  margin-top: clamp(0.9rem, 1.6vw, 1.4rem);
}

.ttm-hj-dek {
  max-width: 520px;
  margin: clamp(1.1rem, 2vw, 1.6rem) 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.02rem, 1.25vw, 1.16rem);
  font-weight: 300;
  line-height: 1.55;
}

.ttm-hj-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  margin-top: 1.35rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ttm-hj-hero__media {
  display: grid;
  min-height: clamp(440px, 62vh, 760px);
  margin: 0;
  place-items: center;
}

.ttm-hj-hero__media img {
  display: block;
  width: min(100%, 920px);
  max-height: min(76vh, 820px);
  object-fit: contain;
}

.ttm-hj-hero__media figcaption {
  max-width: 620px;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.72rem;
  line-height: 1.45;
}

.ttm-hj-hero__media span,
.ttm-hj-slide__media span,
.ttm-hj-mosaic__item span {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 240px;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(216, 199, 160, 0.12), rgba(255, 255, 255, 0.02)),
    #111;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.ttm-hj-hero__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  grid-column: 1 / -1;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ttm-hj-hero__facts div {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  padding: clamp(1rem, 2vw, 1.45rem);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.ttm-hj-hero__facts div:last-child {
  border-right: 0;
}

.ttm-hj-hero__facts span,
.ttm-hj-dossier__facts span {
  color: rgba(216, 199, 160, 0.72);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ttm-hj-hero__facts strong,
.ttm-hj-dossier__facts strong {
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.88rem, 1vw, 1rem);
  font-weight: 400;
  line-height: 1.35;
}

.ttm-hj-stage {
  width: 100%;
  margin: 0 auto;
  padding: clamp(4rem, 9vw, 8rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ttm-hj-stage--detail {
  margin-top: clamp(5rem, 10vw, 9rem);
  padding-top: clamp(3.5rem, 7vw, 6rem);
}

.ttm-hj-section-head {
  display: flex;
  gap: 1.5rem;
  align-items: end;
  justify-content: space-between;
  width: min(calc(100% - (var(--ttm-hj-edge) * 2)), var(--ttm-hj-max));
  margin: 0 auto clamp(1.4rem, 3vw, 2.4rem);
}

.ttm-hj-section-head h2,
.ttm-hj-dossier h2 {
  max-width: 780px;
  font-size: clamp(2.25rem, 4.4vw, 4.8rem);
}

.ttm-hj-controls {
  justify-content: flex-end;
  min-width: 112px;
}

.ttm-hj-controls button {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(216, 199, 160, 0.44);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.04);
  color: transparent;
  font-size: 0;
}

.ttm-hj-controls button::before {
  color: #fff;
  font-size: 1.05rem;
}

.ttm-hj-controls [data-slider-prev]::before {
  content: "\2190";
}

.ttm-hj-controls [data-slider-next]::before {
  content: "\2192";
}

.ttm-hj-controls button:hover {
  background: #fff;
}

.ttm-hj-controls button:hover::before {
  color: #030303;
}

.ttm-hj-slider {
  width: 100%;
}

.ttm-hj-slider__track {
  display: flex;
  gap: clamp(0.45rem, 0.85vw, 0.85rem);
  overflow-x: auto;
  padding: 0 var(--ttm-hj-edge) 0.9rem;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.ttm-hj-slider__track::-webkit-scrollbar {
  display: none;
}

.ttm-hj-slider__track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.ttm-hj-slide {
  flex: 0 0 clamp(420px, 44vw, 760px);
  min-width: 0;
  margin: 0;
  scroll-snap-align: start;
}

.ttm-hj-slide:first-child {
  flex-basis: clamp(520px, 58vw, 980px);
}

.ttm-hj-slide__media {
  display: grid;
  min-height: clamp(520px, 68vh, 820px);
  place-items: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(216, 199, 160, 0.12), transparent 34rem),
    #090909;
}

.ttm-hj-slide__media img {
  display: block;
  width: 100%;
  height: clamp(520px, 68vh, 820px);
  object-fit: cover;
}

.ttm-hj-slide figcaption {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 0.85rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  line-height: 1.35;
}

.ttm-hj-slide figcaption span {
  color: rgba(216, 199, 160, 0.76);
}

.ttm-hj-progress {
  width: min(calc(100% - (var(--ttm-hj-edge) * 2)), var(--ttm-hj-max));
  height: 1px;
  margin: clamp(1rem, 2vw, 1.6rem) auto 0;
  background: rgba(255, 255, 255, 0.14);
}

.ttm-hj-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--ttm-hj-gold);
  transition: width 220ms ease;
}

.ttm-hj-dossier {
  display: grid;
  gap: clamp(2rem, 6vw, 8rem);
  width: min(calc(100% - (var(--ttm-hj-edge) * 2)), 1320px);
  margin: 0 auto;
  padding: clamp(4rem, 9vw, 8rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ttm-hj-dossier__copy {
  max-width: 760px;
}

.ttm-hj-dossier__copy p {
  max-width: 660px;
  margin: 1.15rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  font-weight: 300;
  line-height: 1.6;
}

.ttm-hj-dossier__facts {
  display: grid;
  align-self: start;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ttm-hj-dossier__facts div {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ttm-hj-brief {
  display: grid;
  gap: clamp(1.5rem, 5vw, 6rem);
  width: min(calc(100% - (var(--ttm-hj-edge) * 2)), 1320px);
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(4rem, 8vw, 7rem);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ttm-hj-brief__copy {
  max-width: 780px;
}

.ttm-hj-brief h2 {
  max-width: 700px;
  margin: 0.8rem 0 0;
  color: #fff;
  font-family: var(--ttm-font-sans);
  font-size: clamp(2.2rem, 4.3vw, 4.75rem);
  font-weight: var(--ttm-weight-display-sans);
  letter-spacing: 0;
  line-height: 0.96;
  text-transform: uppercase;
}

.ttm-hj-brief__copy p:not(.ttm-hj-eyebrow) {
  max-width: 680px;
  margin: 1.2rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.02rem, 1.18vw, 1.12rem);
  font-weight: 300;
  line-height: 1.6;
}

.ttm-hj-brief__signals {
  display: grid;
  align-self: end;
  border-top: 1px solid rgba(216, 199, 160, 0.3);
}

.ttm-hj-brief__signals div {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.ttm-hj-brief__signals span {
  color: rgba(216, 199, 160, 0.78);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ttm-hj-brief__signals strong {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.96rem;
  font-weight: 400;
  line-height: 1.4;
}

.ttm-hj-mosaic {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  grid-template-rows: repeat(2, minmax(240px, 1fr));
  gap: clamp(0.5rem, 0.8vw, 0.8rem);
  width: min(calc(100% - (var(--ttm-hj-edge) * 2)), var(--ttm-hj-max));
  margin: 0 auto;
}

.ttm-hj-mosaic__item {
  min-width: 0;
  min-height: 0;
  margin: 0;
  background: #0a0a0a;
}

.ttm-hj-mosaic__item--1 {
  grid-row: 1 / span 2;
}

.ttm-hj-mosaic__item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.ttm-hj-duos {
  display: grid;
  gap: clamp(5rem, 10vw, 9rem);
  width: min(calc(100% - (var(--ttm-hj-edge) * 2)), var(--ttm-hj-max));
  margin: clamp(5rem, 10vw, 9rem) auto 0;
}

.ttm-hj-duo {
  display: grid;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
}

.ttm-hj-duo__copy {
  max-width: 560px;
}

.ttm-hj-duo__copy h2 {
  max-width: 620px;
  margin: 0.8rem 0 0;
  color: #fff;
  font-family: var(--ttm-font-sans);
  font-size: clamp(2.2rem, 4.3vw, 4.75rem);
  font-weight: var(--ttm-weight-display-sans);
  letter-spacing: 0;
  line-height: 0.96;
  text-transform: uppercase;
}

.ttm-hj-duo__copy p:not(.ttm-hj-eyebrow) {
  max-width: 520px;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.12vw, 1.08rem);
  font-weight: 300;
  line-height: 1.62;
}

.ttm-hj-duo__media {
  min-width: 0;
  margin: 0;
  background: #0b0b0b;
}

.ttm-hj-duo__media img,
.ttm-hj-duo__media span {
  display: block;
  width: 100%;
  min-height: clamp(460px, 64vh, 820px);
  object-fit: cover;
}

.ttm-hj-duo__media span {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(216, 199, 160, 0.12), rgba(255, 255, 255, 0.02)),
    #111;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.ttm-hj-body {
  width: min(calc(100% - (var(--ttm-hj-edge) * 2)), 760px);
  margin: clamp(4rem, 9vw, 7rem) auto 0;
  color: rgba(255, 255, 255, 0.82);
}

.ttm-main--high-jewellery .ttm-hj-body :is(p, li, td, th, figcaption, cite, strong, em, span) {
  color: rgba(255, 255, 255, 0.82) !important;
}

.ttm-main--high-jewellery .ttm-hj-body :is(p, li) {
  font-size: clamp(1rem, 1.04vw, 1.08rem);
  font-weight: 300;
  line-height: 1.68;
}

.ttm-main--high-jewellery .ttm-hj-body :is(h2, h3, h4, h5, h6) {
  color: #fff !important;
}

.ttm-main--high-jewellery .ttm-hj-body a {
  color: #fff !important;
  text-decoration-color: rgba(216, 199, 160, 0.78);
}

.ttm-main--high-jewellery .ttm-hj-body .wp-block-table,
.ttm-main--high-jewellery .ttm-hj-body figure:has(table) {
  width: min(100vw - (var(--ttm-hj-edge) * 2), 980px);
  max-width: none;
  margin: clamp(3.8rem, 7vw, 6rem) 50% clamp(3.6rem, 7vw, 5.5rem) !important;
  overflow-x: auto;
  transform: translateX(-50%);
  scrollbar-width: thin;
}

.ttm-hj-body table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  border-top: 1px solid rgba(216, 199, 160, 0.36);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.02);
}

.ttm-hj-body table :where(th, td) {
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: clamp(0.72rem, 1.4vw, 1rem);
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(0.78rem, 0.92vw, 0.9rem);
  font-weight: 300;
  line-height: 1.45;
  vertical-align: top;
}

.ttm-hj-body table th {
  background: rgba(216, 199, 160, 0.1);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ttm-hj-body table tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.035);
}

.ttm-hj-quote {
  width: min(calc(100% - (var(--ttm-hj-edge) * 2)), 920px);
  margin: clamp(5rem, 10vw, 9rem) auto 0;
  border-top: 1px solid rgba(216, 199, 160, 0.34);
  border-bottom: 1px solid rgba(216, 199, 160, 0.34);
  padding: clamp(2rem, 5vw, 4rem) 0;
  color: #fff;
}

.ttm-hj-quote--early {
  margin-top: 0;
  margin-bottom: clamp(3.5rem, 7vw, 6rem);
}

.ttm-hj-quote p {
  margin: 0;
  font-family: var(--ttm-font-serif);
  font-size: clamp(1.75rem, 4vw, 4rem);
  font-style: italic;
  line-height: 1.05;
}

.ttm-hj-quote cite {
  display: block;
  margin-top: 1.2rem;
  color: rgba(216, 199, 160, 0.78);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ttm-main--high-jewellery .ttm-series-rail {
  width: min(calc(100% - (var(--ttm-hj-edge) * 2)), var(--ttm-hj-max));
  margin-top: 0;
  border-top-color: rgba(255, 255, 255, 0.14);
}

.ttm-main--high-jewellery .ttm-series-rail__head,
.ttm-main--high-jewellery .ttm-series-rail__head h2,
.ttm-main--high-jewellery .ttm-series-card h3,
.ttm-main--high-jewellery .ttm-series-card h3 a {
  color: #fff;
}

.ttm-main--high-jewellery .ttm-series-rail__head h2 {
  max-width: 680px;
  font-family: var(--ttm-font-sans);
  font-size: clamp(2.2rem, 4vw, 4.3rem);
  font-weight: var(--ttm-weight-display-sans);
  line-height: 0.98;
  text-transform: uppercase;
}

.ttm-main--high-jewellery .ttm-eyebrow,
.ttm-main--high-jewellery .ttm-kicker,
.ttm-main--high-jewellery .ttm-series-card__body .ttm-kicker {
  color: rgba(216, 199, 160, 0.78);
}

.ttm-main--high-jewellery .ttm-series-card__body p,
.ttm-main--high-jewellery .ttm-related .ttm-card p,
.ttm-main--high-jewellery .ttm-card__body p {
  color: rgba(255, 255, 255, 0.66) !important;
}

.ttm-main--high-jewellery .ttm-series-card__media {
  background: #111;
}

.ttm-main--high-jewellery .ttm-slider-progress {
  background: rgba(255, 255, 255, 0.14);
}

.ttm-main--high-jewellery .ttm-slider-progress span {
  background: var(--ttm-hj-gold);
}

.ttm-main--high-jewellery .ttm-series-rail .ttm-slider-controls button {
  border-color: rgba(216, 199, 160, 0.42);
  background: rgba(255, 255, 255, 0.04);
  color: transparent;
}

.ttm-main--high-jewellery .ttm-series-rail .ttm-slider-controls button::before {
  color: #fff;
}

body.single-post .ttm-main--high-jewellery .pk-share-buttons-wrap,
body.single-post .ttm-main--high-jewellery .pk-share-buttons-after-content,
body.single-post .ttm-main--high-jewellery .pk-mobile-share-overlay {
  display: none !important;
}

.ttm-related {
  width: min(100% - (var(--ttm-gutter) * 2), var(--ttm-max));
  margin: var(--ttm-section) auto 0;
  border-top: 1px solid var(--ttm-line);
  padding-top: clamp(1.2rem, 2.4vw, 2rem);
}

.ttm-related .ttm-section-head {
  display: grid;
  max-width: none;
  margin-bottom: clamp(1rem, 2vw, 1.4rem);
  border-bottom: 1px solid var(--ttm-line);
  padding-bottom: 0.8rem;
}

.ttm-related .ttm-section-head h2 {
  font-family: var(--ttm-font-sans);
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  font-weight: 400;
  line-height: 1.12;
}

.ttm-related .ttm-card {
  gap: 0.75rem;
}

.ttm-related .ttm-card__media {
  border-radius: 0;
  background: var(--ttm-panel);
}

.ttm-related .ttm-card:hover .ttm-card__media img {
  transform: scale(var(--ttm-media-hover-scale));
}

.ttm-related .ttm-card__body {
  gap: 0.38rem;
}

.ttm-related .ttm-card__title {
  font-family: var(--ttm-font-sans);
  font: var(--ttm-font-card-title);
}

.ttm-related .ttm-meta {
  display: none;
}

.ttm-related .ttm-card p {
  color: var(--ttm-color-copy);
  font: var(--ttm-font-card-copy);
}

.ttm-page,
.ttm-empty--404 {
  width: min(100%, var(--ttm-article));
}

@media (min-width: 880px) {
  .ttm-article-layout,
  .ttm-premium-layout,
  .ttm-series-layout,
  .ttm-sponsored-layout {
    grid-template-columns: 220px minmax(0, var(--ttm-article));
    align-items: start;
  }

  .ttm-article-side,
  .ttm-premium-index,
  .ttm-series-index,
  .ttm-sponsored-index {
    position: sticky;
    top: 112px;
    display: grid;
    gap: 1.1rem;
  }

  .ttm-copy {
    max-width: none;
  }
}

@media (min-width: 1180px) {
  .ttm-article-layout,
  .ttm-premium-layout,
  .ttm-series-layout,
  .ttm-sponsored-layout {
    grid-template-columns: 240px minmax(0, var(--ttm-article)) 1fr;
  }
}

@media (min-width: 900px) {
  .ttm-hj-hero {
    grid-template-columns: minmax(320px, 0.36fr) minmax(0, 0.64fr);
    align-items: center;
  }

  .ttm-hj-dossier {
    grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.38fr);
    align-items: start;
  }

  .ttm-hj-brief {
    grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.38fr);
    align-items: end;
  }

  .ttm-hj-duo {
    grid-template-columns: minmax(320px, 0.38fr) minmax(0, 0.62fr);
  }

  .ttm-hj-duo--reverse {
    grid-template-columns: minmax(0, 0.62fr) minmax(320px, 0.38fr);
  }

  .ttm-hj-duo--reverse .ttm-hj-duo__copy {
    order: 2;
    justify-self: end;
  }

  .ttm-hj-duo--reverse .ttm-hj-duo__media {
    order: 1;
  }

  .ttm-showcase-hero {
    grid-template-columns: minmax(300px, 0.34fr) minmax(0, 0.66fr);
    align-items: center;
  }

  .ttm-showcase-chapter {
    grid-template-columns: minmax(300px, 0.44fr) minmax(0, 0.56fr);
    align-items: start;
  }

  .ttm-showcase-editorial-panel {
    grid-template-columns: minmax(460px, 0.52fr) minmax(420px, 0.4fr);
    justify-content: space-between;
  }

  .ttm-showcase-editorial-panel:nth-child(even) {
    grid-template-columns: minmax(420px, 0.4fr) minmax(460px, 0.52fr);
    justify-content: space-between;
  }

  .ttm-showcase-editorial-panel:nth-child(even) .ttm-showcase-editorial-panel__media {
    order: 2;
    justify-self: end;
  }

  .ttm-showcase-editorial-panel:nth-child(even) .ttm-showcase-editorial-panel__copy {
    order: 1;
    justify-self: start;
  }

  .ttm-series-hero__intro {
    grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
    margin-left: 180px;
  }

  .ttm-sponsored-hero {
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    align-items: end;
  }

  .ttm-sponsored-hero__image {
    margin-top: 0;
  }

  .ttm-series-rail__head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .ttm-series-feature {
    grid-template-columns: minmax(360px, 0.39fr) minmax(0, 0.61fr);
    align-items: end;
  }

  .ttm-series-feature__stage {
    width: calc(100% + max(var(--ttm-gutter), (100vw - 1180px) / 2));
  }

  .ttm-series-feature__progress {
    margin-right: clamp(1.4rem, 3.2vw, 3.2rem);
  }
}

@media (max-width: 640px) {
  .ttm-hj-hero {
    min-height: 0;
    padding-top: 3rem;
  }

  .ttm-hj-hero h1,
  .ttm-hj-section-head h2,
  .ttm-hj-dossier h2 {
    font-size: clamp(2.2rem, 13vw, 3.45rem);
  }

  .ttm-hj-hero__media {
    min-height: 360px;
    margin-right: calc(var(--ttm-hj-edge) * -1);
    margin-left: calc(var(--ttm-hj-edge) * -1);
  }

  .ttm-hj-hero__media img {
    max-height: 520px;
  }

  .ttm-hj-hero__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ttm-hj-hero__facts div:nth-child(2n) {
    border-right: 0;
  }

  .ttm-hj-hero__facts div:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .ttm-hj-section-head {
    align-items: start;
    flex-direction: column;
  }

  .ttm-hj-controls {
    width: 100%;
    justify-content: flex-end;
  }

  .ttm-hj-slide {
    flex-basis: min(84vw, 440px);
  }

  .ttm-hj-slide:first-child {
    flex-basis: min(88vw, 500px);
  }

  .ttm-hj-slide__media,
  .ttm-hj-slide__media img {
    min-height: 430px;
    height: 430px;
  }

  .ttm-hj-slide figcaption {
    flex-direction: column;
    gap: 0.25rem;
  }

  .ttm-hj-mosaic {
    display: flex;
    gap: 0.7rem;
    overflow-x: auto;
    margin-right: var(--ttm-hj-edge);
    margin-left: var(--ttm-hj-edge);
    padding-bottom: 0.4rem;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }

  .ttm-hj-mosaic::-webkit-scrollbar {
    display: none;
  }

  .ttm-hj-mosaic__item {
    flex: 0 0 min(82vw, 420px);
    aspect-ratio: 4 / 5;
    scroll-snap-align: start;
  }

  .ttm-hj-brief {
    padding-top: 2.8rem;
  }

  .ttm-hj-brief h2 {
    font-size: clamp(2.1rem, 11vw, 3.1rem);
  }

  .ttm-main--high-jewellery .ttm-hj-body .wp-block-table,
  .ttm-main--high-jewellery .ttm-hj-body figure:has(table) {
    width: calc(100vw - (var(--ttm-hj-edge) * 2));
    margin-top: clamp(2.6rem, 12vw, 4rem) !important;
    margin-bottom: clamp(2.8rem, 12vw, 4.2rem) !important;
  }

  .ttm-hj-body table {
    min-width: 560px;
  }

  .ttm-hj-duos {
    gap: 4rem;
  }

  .ttm-hj-duo {
    gap: 1.4rem;
  }

  .ttm-hj-duo__copy h2 {
    font-size: clamp(2.1rem, 11vw, 3.1rem);
  }

  .ttm-hj-duo__media {
    order: -1;
  }

  .ttm-hj-duo__media img,
  .ttm-hj-duo__media span {
    min-height: 360px;
  }

  .ttm-showcase-hero {
    min-height: auto;
    padding: 1.9rem 0 2.8rem;
  }

  .ttm-showcase-hero h1 {
    font-size: clamp(2.1rem, 9.3vw, 2.5rem);
    line-height: 1;
  }

  .ttm-showcase-hero__media {
    min-height: 360px;
    order: -1;
    margin-right: calc(var(--ttm-showcase-edge) * -1);
    margin-left: calc(var(--ttm-showcase-edge) * -1);
    overflow: hidden;
  }

  .ttm-showcase-hero__media img {
    width: 100%;
    max-height: none;
    min-height: 360px;
    object-fit: cover;
  }

  .ttm-showcase-chapter {
    gap: 1.3rem;
    padding: 2.4rem 0 2.8rem;
  }

  .ttm-showcase-chapter h2 {
    font-size: clamp(2.1rem, 9.3vw, 2.5rem);
    line-height: 1;
  }

  .ttm-showcase-chapter p,
  .ttm-showcase-hero__copy p {
    font-size: 1rem;
    line-height: 1.44;
  }

  .ttm-showcase-gallery {
    width: min(calc(100% - (var(--ttm-showcase-edge) * 2)), 1180px);
  }

  .ttm-showcase-gallery__controls {
    display: flex;
    justify-content: flex-end;
    gap: 0.35rem;
    margin-bottom: 0.95rem;
  }

  .ttm-showcase-gallery__controls button {
    width: 2.38rem;
    height: 2.38rem;
  }

  .ttm-showcase-gallery__track {
    display: flex;
    gap: 0.55rem;
    margin-right: calc(var(--ttm-showcase-edge) * -1);
    overflow-x: auto;
    padding-right: var(--ttm-showcase-edge);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
  }

  .ttm-showcase-gallery__track::-webkit-scrollbar {
    display: none;
  }

  .ttm-showcase-gallery__track.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
  }

  .ttm-showcase-gallery__item {
    flex: 0 0 78%;
    aspect-ratio: 4 / 5;
  }

  .ttm-showcase-gallery__item--3 {
    flex-basis: 86%;
  }

  .ttm-showcase-copy {
    margin-top: 2.8rem;
  }

  .ttm-showcase-quote {
    margin-top: 3rem;
  }

  .ttm-showcase-editorial {
    width: min(calc(100% - (var(--ttm-showcase-edge) * 2)), 1180px);
    margin-top: 4.2rem;
    padding-top: 2.8rem;
  }

  .ttm-showcase-editorial__head {
    margin-bottom: 3rem;
  }

  .ttm-showcase-editorial__head h2 {
    max-width: 382px;
    font-size: clamp(2.1rem, 9.3vw, 2.5rem);
    line-height: 1;
  }

  .ttm-showcase-editorial__head p:not(.ttm-eyebrow),
  .ttm-showcase-editorial-panel__copy p {
    font-size: 1rem;
    line-height: 1.56;
  }

  .ttm-showcase-editorial__items {
    gap: 4.2rem;
  }

  .ttm-showcase-editorial-panel {
    gap: 1.55rem;
    padding-block: 0.4rem;
  }

  .ttm-showcase-editorial-panel__media img,
  .ttm-showcase-editorial-panel__media span {
    aspect-ratio: 1 / 1.18;
  }

  .ttm-showcase-editorial-panel__copy h3 {
    font-size: clamp(1.55rem, 7vw, 2rem);
    line-height: 1.04;
  }

  .ttm-showcase-editorial-panel__copy {
    gap: 1rem;
  }

  .ttm-showcase-origins {
    width: min(calc(100% - (var(--ttm-showcase-edge) * 2)), 1180px);
    margin-top: 3.8rem;
  }

  .ttm-showcase-origins__head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .ttm-showcase-origins__head h2 {
    max-width: 382px;
    font-size: clamp(2.1rem, 9.3vw, 2.5rem);
    line-height: 1;
  }

  .ttm-main--showcase .ttm-series-rail__head h2 {
    max-width: 382px;
    font-size: clamp(2.1rem, 9.3vw, 2.5rem);
    line-height: 1;
  }

  .ttm-main--showcase .ttm-series-rail__head p:not(.ttm-eyebrow) {
    font-size: 1rem;
    line-height: 1.49;
  }

  .ttm-showcase-origin-card {
    flex-basis: 86%;
  }

  .ttm-showcase-origin-card__media {
    aspect-ratio: 4 / 3.05;
  }

  .ttm-article-hero h1,
  .ttm-premium-hero h1 {
    font-size: clamp(1.9rem, 8.9vw, 2.55rem);
    line-height: 1;
  }

  .ttm-series-hero h1,
  .ttm-sponsored-hero h1 {
    font-size: clamp(2.05rem, 11vw, 3.15rem);
  }

  .ttm-series-feature {
    gap: 1.6rem;
    margin-top: 3.2rem;
  }

  .ttm-series-rail__head {
    align-items: start;
  }

  .ttm-series-rail .ttm-slider-controls {
    justify-self: end;
    margin-left: auto;
  }

  .ttm-series-feature__copy h2 {
    font-size: clamp(2.1rem, 10.5vw, 3.25rem);
    line-height: 1;
  }

  .ttm-series-feature__copy p {
    max-width: none;
    font-size: 1.05rem;
    line-height: 1.55;
  }

  .ttm-series-feature-slider__track {
    margin-right: calc(var(--ttm-gutter) * -1);
    padding-right: var(--ttm-gutter);
  }

  .ttm-series-feature-slide {
    flex-basis: 88%;
  }

  .ttm-series-feature-slide a {
    aspect-ratio: 1 / 0.74;
  }

  .ttm-slider-controls--overlay {
    display: none;
  }

  .ttm-article-slider__track {
    margin-right: calc(var(--ttm-gutter) * -1);
    padding-right: var(--ttm-gutter);
  }

  .ttm-series-card {
    flex-basis: 78%;
  }

  .ttm-dek {
    font-size: 1.02rem;
  }

  .ttm-copy p,
  .ttm-copy li {
    font-size: 1rem;
    line-height: 1.7;
  }

  .ttm-copy h2 {
    font-size: 1.65rem;
  }

  .ttm-copy blockquote p,
  .ttm-pullquote p {
    font-size: 1.35rem;
  }
}
