.ttm-site {
  min-height: 100vh;
  background: var(--ttm-bg);
}

.ttm-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid var(--ttm-line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(20px);
}

.ttm-header__edition {
  display: none;
  border-bottom: 1px solid rgba(10, 10, 10, 0.08);
  background: var(--ttm-dark);
  color: rgba(255, 255, 255, 0.76);
}

.ttm-header__edition-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: var(--ttm-max);
  min-height: 32px;
  margin: 0 auto;
  padding: 0 var(--ttm-gutter);
}

.ttm-header__edition span,
.ttm-header__edition a {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.ttm-header__edition nav {
  display: flex;
  gap: 1.15rem;
}

.ttm-header__edition a:hover {
  color: #fff;
}

.ttm-header__inner {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 0.6rem;
  max-width: var(--ttm-max);
  min-height: 72px;
  margin: 0 auto;
  padding: 0 var(--ttm-gutter);
}

.ttm-brand {
  justify-self: center;
  display: grid;
  gap: 0.08rem;
  place-items: center;
  color: var(--ttm-ink);
  font-family: var(--ttm-font-sans);
  text-transform: uppercase;
}

.ttm-brand__word {
  font-size: 1.34rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
}

.ttm-brand__line {
  color: var(--ttm-muted);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1;
}

.ttm-brand img {
  max-height: 38px;
  width: auto;
}

.ttm-nav {
  display: none;
}

.ttm-nav__list,
.ttm-footer__nav,
.ttm-mobile-panel__nav {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ttm-nav__list a,
.ttm-nav__list button,
.ttm-footer__nav a,
.ttm-mobile-panel__nav a {
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.ttm-nav__list button {
  padding: 1.2rem 0;
}

.ttm-nav__list button[aria-expanded="true"],
.ttm-nav__list a:hover,
.ttm-nav__list button:hover {
  color: var(--ttm-accent);
}

.ttm-icon-button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--ttm-ink);
}

.ttm-menu-toggle {
  justify-self: start;
  gap: 4px;
}

.ttm-menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 21px;
  height: 1px;
  background: currentColor;
}

.ttm-menu-toggle span:not(.screen-reader-text):nth-child(2) {
  width: 15px;
}

.ttm-search-glyph {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.ttm-search-glyph::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1.5px;
  transform: translate(12px, 14px) rotate(45deg);
  background: currentColor;
}

.ttm-mobile-panel,
.ttm-mega,
.ttm-search-panel {
  border-top: 1px solid var(--ttm-line);
  background: rgba(255, 255, 255, 0.985);
}

.ttm-mega {
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.055);
}

.ttm-mega__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(240px, 0.28fr) minmax(230px, 0.3fr);
  gap: 2rem;
  max-width: var(--ttm-max);
  margin: 0 auto;
  padding: 2rem var(--ttm-gutter) 2.2rem;
}

.ttm-mega__intro h2 {
  margin: 0;
  font-family: var(--ttm-font-sans);
  font-size: clamp(2rem, 4vw, 4.6rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.94;
}

.ttm-mega__intro p:not(.ttm-eyebrow) {
  max-width: 440px;
  margin: 1rem 0 0;
  color: var(--ttm-ink-soft);
  font-size: 0.98rem;
  line-height: 1.55;
}

.ttm-mega__links {
  display: grid;
  align-content: start;
  gap: 0;
}

.ttm-mega__links a {
  border-top: 1px solid var(--ttm-line);
  padding: 0.95rem 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ttm-mega__links a:last-child {
  border-bottom: 1px solid var(--ttm-line);
}

.ttm-mega__note {
  align-self: stretch;
  display: grid;
  align-content: end;
  min-height: 220px;
  border-left: 1px solid var(--ttm-line);
  padding-left: 1.4rem;
}

.ttm-mega__note span {
  color: var(--ttm-accent);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ttm-mega__note p {
  max-width: 280px;
  margin: 0.7rem 0 0;
  color: var(--ttm-ink-soft);
  line-height: 1.55;
}

.ttm-mobile-panel {
  position: fixed;
  inset: 0;
  z-index: 90;
  overflow-y: auto;
  padding: 0;
  background: var(--ttm-dark);
  color: #fff;
}

.ttm-mobile-panel__inner {
  display: grid;
  min-height: 100%;
  grid-template-rows: auto 1fr auto;
}

.ttm-mobile-panel__head,
.ttm-mobile-panel__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem var(--ttm-gutter);
}

.ttm-mobile-panel__head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ttm-mobile-panel__head span {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ttm-mobile-panel__close {
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  padding: 0.65rem 0.85rem;
  background: transparent;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ttm-mobile-panel__nav {
  align-items: flex-start;
  flex-direction: column;
  gap: 0;
  max-width: none;
  margin: 0;
  padding: 0 var(--ttm-gutter);
}

.ttm-mobile-topic {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 1.2rem 0;
}

.ttm-mobile-topic__title {
  display: block;
  font-size: clamp(2rem, 14vw, 4rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: none;
}

.ttm-mobile-topic p {
  max-width: 34rem;
  margin: 0.8rem 0 1rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  line-height: 1.5;
}

.ttm-mobile-topic div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.ttm-mobile-topic div a,
.ttm-mobile-panel__foot a {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.6rem 0.72rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ttm-mobile-panel__foot {
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ttm-search-panel form {
  display: grid;
  grid-template-columns: minmax(170px, 0.34fr) minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  max-width: var(--ttm-max);
  margin: 0 auto;
  padding: 1rem var(--ttm-gutter) 1.1rem;
}

.ttm-search-panel__label {
  margin: 0;
  color: var(--ttm-muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ttm-search-panel input,
.ttm-search-form input,
.ttm-newsletter input {
  min-width: 0;
  height: 48px;
  border: 1px solid var(--ttm-line);
  border-radius: var(--ttm-radius);
  padding: 0 0.9rem;
  background: var(--ttm-bg);
  color: var(--ttm-ink);
}

.ttm-search-panel button,
.ttm-search-form button,
.ttm-newsletter button {
  height: 48px;
  border: 1px solid var(--ttm-dark);
  border-radius: var(--ttm-radius);
  padding: 0 1rem;
  background: var(--ttm-dark);
  color: var(--ttm-bg);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ttm-main {
  width: min(100%, var(--ttm-max));
  margin: 0 auto;
  padding: 0 var(--ttm-gutter) var(--ttm-section);
}

.ttm-main--article {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.ttm-home-hero {
  display: grid;
  gap: 2rem;
  min-height: calc(100vh - 68px);
  padding: 2rem 0 1.5rem;
  border-bottom: 1px solid var(--ttm-line);
}

.ttm-home-hero__copy {
  align-self: end;
  max-width: 860px;
}

.ttm-home-hero h1,
.ttm-archive-hero h1,
.ttm-page__header h1 {
  margin: 0;
  font-family: var(--ttm-font-serif);
  font-size: var(--ttm-h1);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.96;
}

.ttm-home-hero__copy > p:not(.ttm-eyebrow) {
  max-width: 620px;
  margin: 1.2rem 0 0;
  color: var(--ttm-ink-soft);
  font-size: 1.05rem;
}

.ttm-section,
.ttm-authority,
.ttm-newsletter,
.ttm-related {
  padding: var(--ttm-section) 0 0;
}

.ttm-section--split {
  display: grid;
  gap: 1.5rem;
  border-top: 1px solid var(--ttm-line);
}

.ttm-section-head {
  max-width: 650px;
  margin: 0 0 var(--ttm-space-sm);
}

.ttm-section-head h2,
.ttm-newsletter h2,
.ttm-authority h2,
.ttm-related h2,
.ttm-topic-clusters h2 {
  margin: 0;
  color: var(--ttm-ink);
  font: var(--ttm-font-section-title);
  letter-spacing: 0;
}

.ttm-section-head p:not(.ttm-eyebrow),
.ttm-newsletter p,
.ttm-authority p {
  color: var(--ttm-color-copy);
  font: var(--ttm-font-dek);
}

.ttm-text-link {
  display: inline-flex;
  justify-self: start;
  margin-top: 0.6rem;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.18rem;
  color: var(--ttm-ink);
  font: var(--ttm-font-label);
  letter-spacing: var(--ttm-track-label);
  text-transform: uppercase;
}

.ttm-grid {
  display: grid;
  gap: 1.1rem;
}

.ttm-card {
  display: grid;
  gap: 0.9rem;
  min-width: 0;
}

.ttm-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: var(--ttm-ratio-card);
  border-radius: var(--ttm-radius-none);
  background: var(--ttm-panel);
}

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

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

.ttm-card__body {
  display: grid;
  gap: 0.4rem;
}

.ttm-card__title {
  margin: 0;
  color: var(--ttm-ink);
  font: var(--ttm-font-card-title-large);
  letter-spacing: 0;
}

.ttm-card--large {
  gap: 1rem;
}

.ttm-card--large .ttm-card__title {
  font-size: clamp(2rem, 5vw, 4.6rem);
  line-height: 0.98;
}

.ttm-card--compact .ttm-card__title {
  font: var(--ttm-font-card-title);
}

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

.ttm-topic-rail {
  display: flex;
  gap: 0.55rem;
  margin-top: 1.4rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.ttm-topic-rail::-webkit-scrollbar {
  display: none;
}

.ttm-topic-rail a {
  flex: 0 0 auto;
  border: 1px solid var(--ttm-line);
  border-radius: 999px;
  padding: 0.65rem 0.85rem;
  background: #fff;
}

.ttm-carousel {
  min-width: 0;
}

.ttm-carousel__track {
  display: grid;
  grid-auto-columns: minmax(250px, 32%);
  grid-auto-flow: column;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.ttm-carousel__track::-webkit-scrollbar {
  display: none;
}

.ttm-carousel__track > * {
  scroll-snap-align: start;
}

.ttm-carousel__controls {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-top: 0.75rem;
}

.ttm-carousel__controls button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--ttm-line-strong);
  border-radius: 50%;
  background: #fff;
}

.ttm-carousel__controls button::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.ttm-carousel__controls [data-ttm-carousel-prev]::before {
  transform: rotate(-135deg);
}

.ttm-carousel__controls [data-ttm-carousel-next]::before {
  transform: rotate(45deg);
}

.ttm-authority {
  display: grid;
  gap: 1.5rem;
  border-top: 1px solid var(--ttm-line);
}

.ttm-authority__grid {
  display: grid;
  gap: 1rem;
}

.ttm-newsletter {
  display: grid;
  gap: 1.4rem;
  margin-top: var(--ttm-section);
  border-top: 1px solid var(--ttm-ink);
  border-bottom: 1px solid var(--ttm-line);
  padding-bottom: 2rem;
}

.ttm-newsletter__form,
.ttm-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: center;
}

.ttm-archive-hero,
.ttm-page__header {
  max-width: 980px;
  padding: 3rem 0 2rem;
}

.ttm-archive-hero__dek {
  max-width: 720px;
  margin-top: 1.1rem;
  color: var(--ttm-ink-soft);
  font-size: 1.04rem;
}

.ttm-archive-feature {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--ttm-line);
}

.ttm-topic-clusters {
  padding-top: 2rem;
}

.ttm-topic-clusters__grid {
  display: grid;
  gap: 0.75rem;
}

.ttm-topic-clusters__grid a {
  border: 1px solid var(--ttm-line);
  border-radius: var(--ttm-radius);
  padding: 1rem;
  background: var(--ttm-panel-cool);
  font-weight: 700;
}

.ttm-pagination {
  margin-top: 2rem;
}

.ttm-footer {
  border-top: 1px solid #111;
  background: #111;
  color: #fff;
}

.ttm-footer__inner {
  display: grid;
  gap: 2rem;
  max-width: var(--ttm-max);
  margin: 0 auto;
  padding: 2.2rem var(--ttm-gutter);
}

.ttm-footer__brand {
  display: inline-flex;
  margin-bottom: 0.75rem;
  font-family: var(--ttm-font-serif);
  font-size: 1.4rem;
}

.ttm-footer p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.ttm-footer__nav {
  flex-wrap: wrap;
}

.ttm-empty {
  max-width: 720px;
  padding: 4rem 0;
}

@media (max-width: 640px) {
  .ttm-search-panel form,
  .ttm-newsletter__form,
  .ttm-search-form {
    grid-template-columns: 1fr;
  }

  .ttm-carousel__track {
    grid-auto-columns: minmax(240px, 82%);
  }
}

@media (min-width: 768px) {
  .ttm-header__edition {
    display: block;
  }

  .ttm-header__inner {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) 44px;
    min-height: 82px;
  }

  .ttm-menu-toggle {
    display: none;
  }

  .ttm-nav {
    display: block;
  }

  .ttm-nav--left {
    justify-self: start;
  }

  .ttm-nav--right {
    justify-self: end;
  }

  .ttm-brand {
    grid-column: 2;
  }

  .ttm-search-toggle {
    grid-column: 4;
    justify-self: end;
  }

  .ttm-home-hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.55fr);
    align-items: end;
    gap: 3rem;
    padding-top: 3.5rem;
  }

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

  .ttm-section--split,
  .ttm-authority,
  .ttm-newsletter {
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  }

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

  .ttm-archive-feature .ttm-card {
    grid-template-columns: minmax(0, 0.55fr) minmax(0, 0.45fr);
    align-items: end;
  }

  .ttm-archive-feature .ttm-card__media {
    aspect-ratio: 16 / 10;
  }

  .ttm-footer__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .ttm-footer__legal {
    grid-column: 1 / -1;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .ttm-header__inner {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }

  .ttm-menu-toggle {
    display: grid;
  }

  .ttm-nav {
    display: none;
  }

  .ttm-brand {
    grid-column: 2;
  }

  .ttm-search-toggle {
    grid-column: 3;
  }
}

@media (min-width: 1100px) {
  .ttm-nav__list {
    gap: 1.18rem;
  }

  .ttm-brand__word {
    font-size: 1.48rem;
  }
}

/* TheTimeo header: Restivo-inspired, restrained, category-first. */
.ttm-header {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
}

.ttm-header__bar {
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.ttm-header__inner {
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr) 2.6rem;
  align-items: center;
  gap: 0.7rem;
  width: min(100%, var(--ttm-max));
  min-height: 4.55rem;
  margin: 0 auto;
  padding: 0 var(--ttm-gutter);
}

.ttm-brand--logo {
  justify-self: center;
  display: inline-flex;
  width: min(52vw, 13.2rem);
  height: auto;
}

.ttm-brand--logo img {
  display: block;
  width: 100%;
  max-height: 2.35rem;
  object-fit: contain;
}

.ttm-icon-button {
  width: 2.45rem;
  height: 2.45rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 50%;
  background: #fff;
}

.ttm-menu-toggle {
  display: grid;
  justify-self: start;
  gap: 0.22rem;
}

.ttm-menu-toggle span:not(.screen-reader-text) {
  width: 1.05rem;
  height: 1px;
}

.ttm-menu-toggle span:not(.screen-reader-text):nth-child(2) {
  width: 1.05rem;
}

.ttm-header__actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.ttm-header__link {
  display: inline-flex;
  color: rgba(17, 17, 17, 0.74);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.ttm-header__link--desktop {
  display: none;
}

.ttm-category-nav {
  background: rgba(255, 255, 255, 0.98);
}

.ttm-category-nav__inner {
  display: flex;
  gap: 1.05rem;
  width: min(100%, var(--ttm-max));
  margin: 0 auto;
  overflow-x: auto;
  padding: 0 var(--ttm-gutter);
  scrollbar-width: none;
}

.ttm-category-nav__inner::-webkit-scrollbar {
  display: none;
}

.ttm-category-nav a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 2.78rem;
  color: rgba(17, 17, 17, 0.78);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.ttm-category-nav a:hover {
  color: #111;
}

.ttm-mobile-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: min(92vw, 24.5rem);
  overflow: hidden;
  border-right: 1px solid #111;
  background: #fff;
  color: #111;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

.ttm-mobile-panel[hidden] {
  display: none;
}

.ttm-mobile-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--ttm-line);
  padding: 1rem;
}

.ttm-drawer-brand {
  display: inline-flex;
  width: 9.8rem;
}

.ttm-drawer-brand img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ttm-mobile-panel__close {
  position: relative;
  display: inline-grid;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 50%;
  background: #fff;
  color: #111;
}

.ttm-mobile-panel__close span {
  position: absolute;
  width: 0.9rem;
  height: 1px;
  background: currentColor;
}

.ttm-mobile-panel__close span:first-child {
  transform: rotate(45deg);
}

.ttm-mobile-panel__close span:last-child {
  transform: rotate(-45deg);
}

.ttm-mobile-panel__body {
  display: grid;
  gap: 1.4rem;
  overflow-y: auto;
  padding: 1rem;
}

.ttm-mobile-categories {
  display: grid;
  gap: 0;
}

.ttm-mobile-categories a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 3.35rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  color: rgba(17, 17, 17, 0.92);
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ttm-drawer-section {
  display: grid;
  gap: 0.8rem;
  border-top: 1px solid #111;
  padding-top: 1rem;
}

.ttm-drawer-section h2 {
  margin: 0;
  color: rgba(17, 17, 17, 0.52);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ttm-drawer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ttm-drawer-links a {
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  padding: 0.58rem 0.7rem;
  color: rgba(17, 17, 17, 0.82);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ttm-search-panel {
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  background: #fff;
}

.ttm-search-panel form {
  grid-template-columns: minmax(0, 1fr) auto;
  width: min(100%, 48rem);
  padding: 0.85rem var(--ttm-gutter) 1rem;
}

.ttm-search-panel input {
  height: 2.85rem;
  border-radius: 0;
  font-size: 0.9rem;
}

.ttm-search-panel button {
  height: 2.85rem;
  border-radius: 0;
}

@media (max-width: 420px) {
  .ttm-header__inner {
    min-height: 4.1rem;
  }

  .ttm-brand--logo {
    width: min(50vw, 10.5rem);
  }

  .ttm-category-nav a {
    min-height: 2.55rem;
    font-size: 0.62rem;
  }
}

@media (min-width: 768px) {
  .ttm-header__edition,
  .ttm-nav {
    display: none;
  }

  .ttm-header__inner {
    grid-template-columns: minmax(7rem, 1fr) auto minmax(7rem, 1fr);
    min-height: 4.85rem;
  }

  .ttm-brand--logo {
    grid-column: 2;
    width: clamp(11.5rem, 18vw, 15.4rem);
  }

  .ttm-header__actions {
    grid-column: 3;
  }

  .ttm-header__link--desktop {
    display: inline-flex;
  }

  .ttm-category-nav__inner {
    justify-content: center;
    gap: 1.55rem;
  }
}

@media (min-width: 1180px) {
  .ttm-header__inner {
    min-height: 5.05rem;
  }

  .ttm-category-nav__inner {
    gap: 2rem;
  }
}

/* Production header/drawers: aligned to the Restivo interaction model. */
.ttm-icon-button--header {
  width: 1.35rem !important;
  height: 1.35rem !important;
  min-width: 2.3rem !important;
  min-height: 2.3rem !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent;
  color: #111;
}

.ttm-icon-button--menu {
  align-content: center;
  gap: 0.28rem;
  justify-items: center;
}

.ttm-icon-button--menu span {
  display: block;
  width: 1.05rem;
  height: 1.5px;
  background: currentColor;
}

.ttm-icon-button--menu span:nth-child(2) {
  width: 0.72rem;
}

.ttm-header-action__icon {
  position: relative;
  display: block;
  width: 1.12rem;
  height: 1.12rem;
  flex: 0 0 1.12rem;
}

.ttm-header-action__svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.ttm-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 990;
  background: rgba(17, 17, 17, 0.45);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.ttm-drawer-backdrop.is-visible {
  opacity: 1;
}

.ttm-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  width: min(100vw, 22.5rem);
  background: #fff;
  box-shadow: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.ttm-drawer--left {
  left: 0;
  width: min(92vw, 24.75rem);
  transform: translateX(-100%);
}

.ttm-drawer--right {
  right: 0;
  width: min(100vw, 28rem);
  transform: translateX(100%);
}

.ttm-drawer.is-open {
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
  transform: translateX(0);
}

.ttm-drawer__header,
.ttm-drawer__body {
  padding: 1rem;
}

.ttm-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--ttm-line);
}

.ttm-drawer__body {
  display: grid;
  gap: 1.5rem;
  overflow-y: auto;
}

.ttm-drawer__title {
  margin: 0;
  color: #111;
  font-family: var(--ttm-font-sans);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.ttm-drawer__close {
  flex: 0 0 auto;
  width: 2.05rem !important;
  height: 2.05rem !important;
  min-width: 2.05rem !important;
  min-height: 2.05rem !important;
  border: 1px solid rgba(17, 17, 17, 0.12) !important;
  border-radius: 0;
  background: #fff;
}

.ttm-drawer__close svg {
  width: 0.82rem;
  height: 0.82rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.5;
}

.ttm-search-drawer {
  border-left: 1px solid #111;
}

.ttm-search-drawer__eyebrow {
  margin: 0 0 0.18rem;
  color: rgba(17, 17, 17, 0.46);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ttm-search-drawer__form {
  display: grid;
  gap: 0.72rem;
}

.ttm-search-drawer__form label {
  color: rgba(17, 17, 17, 0.62);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ttm-search-drawer__form input {
  width: 100%;
  min-height: 3.1rem;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 0;
  padding: 0.8rem 0.9rem;
  background: #fff;
  color: #111;
  font-size: 1rem;
}

.ttm-search-drawer__form button {
  min-height: 2.9rem;
  border: 1px solid #111;
  border-radius: 0;
  background: #111;
  color: #fff;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.has-drawer-open {
  overflow: hidden;
}

@media (max-width: 420px) {
  .ttm-drawer__header,
  .ttm-drawer__body {
    padding: 0.9rem;
  }

  .ttm-search-drawer {
    width: min(100vw, 25rem);
  }
}

/* TheTimeo homepage: Montblanc discipline, editorial magazine density. */
.ttm-home-main {
  width: 100%;
  max-width: none;
  padding: 0;
  background: #fff;
}

.ttm-luxury-hero {
  position: relative;
  display: grid;
  min-height: clamp(32rem, calc(100vh - 7.4rem), 48rem);
  overflow: hidden;
  background: #111;
}

.ttm-luxury-hero__media,
.ttm-luxury-hero__media img,
.ttm-luxury-hero__media .ttm-image-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ttm-luxury-hero__media img,
.ttm-luxury-hero__media .ttm-image-fallback {
  object-fit: cover;
}

.ttm-luxury-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 20%, rgba(0, 0, 0, 0.38) 62%, rgba(0, 0, 0, 0.72) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 58%);
}

.ttm-luxury-hero__copy,
.ttm-luxury-hero__empty {
  position: relative;
  z-index: 1;
  align-self: end;
  width: min(100%, var(--ttm-max));
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 7rem) var(--ttm-gutter);
  color: #fff;
}

.ttm-luxury-hero__copy {
  max-width: var(--ttm-max);
}

.ttm-luxury-hero .ttm-eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.ttm-luxury-hero h1 {
  max-width: 58rem;
  margin: 0;
  color: #fff;
  font-family: var(--ttm-font-sans);
  font-size: clamp(2.15rem, 6vw, 5.6rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.96;
}

.ttm-luxury-hero p:not(.ttm-eyebrow) {
  max-width: 34rem;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.92rem, 1.25vw, 1.08rem);
  line-height: 1.55;
}

.ttm-home-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  margin-top: 1.25rem;
  border: 1px solid currentColor;
  padding: 0.7rem 1.1rem;
  color: inherit;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.ttm-home-band {
  width: min(100%, var(--ttm-max));
  margin: 0 auto;
  padding: clamp(3.3rem, 7vw, 6rem) var(--ttm-gutter);
}

.ttm-home-band + .ttm-home-band {
  border-top: 1px solid rgba(17, 17, 17, 0.11);
}

.ttm-home-band--rail {
  position: relative;
  padding-bottom: clamp(2.8rem, 5vw, 4.4rem);
  background: #fbfaf8;
}

.ttm-home-section-head {
  max-width: 38rem;
  margin: 0 0 clamp(1.5rem, 3vw, 2.4rem);
}

.ttm-home-section-head--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ttm-home-section-head--with-controls {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.2rem;
  max-width: none;
}

.ttm-home-section-head h2,
.ttm-home-section-block__head h2,
.ttm-home-authority h2 {
  margin: 0;
  color: #111;
  font-family: var(--ttm-font-sans);
  font-size: clamp(1.45rem, 3.2vw, 2.85rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.05;
}

.ttm-home-section-head .ttm-eyebrow,
.ttm-home-section-block__head .ttm-eyebrow,
.ttm-home-authority .ttm-eyebrow {
  color: rgba(17, 17, 17, 0.56);
}

.ttm-home-rail {
  position: relative;
  min-width: 0;
}

.ttm-home-rail::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1rem;
  z-index: 1;
  width: clamp(2rem, 8vw, 7rem);
  pointer-events: none;
  background: linear-gradient(90deg, rgba(251, 250, 248, 0), #fbfaf8);
}

.ttm-home-rail__track {
  grid-auto-columns: minmax(12rem, 16.4rem);
  gap: clamp(1rem, 2.2vw, 1.85rem);
  padding: 0 7vw 1rem 0;
}

.ttm-home-card {
  display: grid;
  min-width: 0;
  gap: 0.8rem;
}

.ttm-home-card__media {
  display: block;
  overflow: hidden;
  background: #f2f0ec;
}

.ttm-home-card__media img,
.ttm-home-card__media .ttm-image-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.ttm-home-card__media .ttm-image-fallback {
  position: relative;
  align-content: end;
  justify-items: start;
  min-height: 100%;
  padding: 1rem;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.72), rgba(230, 226, 218, 0.5) 42%, rgba(236, 241, 239, 0.76)),
    #f0eee9;
}

.ttm-home-card__media .ttm-image-fallback::before {
  content: "TheTimeo";
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: rgba(17, 17, 17, 0.42);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ttm-home-card__media .ttm-image-fallback span {
  max-width: 8rem;
  color: rgba(17, 17, 17, 0.78);
  font-family: var(--ttm-font-sans);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
}

.ttm-home-card:hover .ttm-home-card__media img {
  transform: scale(1.025);
}

.ttm-home-card__body {
  display: grid;
  gap: 0.46rem;
}

.ttm-home-card h3 {
  margin: 0;
  color: #111;
  font-family: var(--ttm-font-sans);
  font-size: clamp(1.05rem, 1.6vw, 1.38rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.12;
}

.ttm-home-card p {
  margin: 0;
  color: rgba(17, 17, 17, 0.62);
  font-size: 0.88rem;
  line-height: 1.55;
}

.ttm-home-card .ttm-kicker,
.ttm-home-card .ttm-meta {
  font-size: 0.6rem;
  letter-spacing: 0.13em;
}

.ttm-home-card--rail .ttm-home-card__media {
  aspect-ratio: 1 / 1.04;
}

.ttm-home-card--rail h3 {
  font-size: 0.92rem;
  line-height: 1.16;
}

.ttm-home-card--rail .ttm-meta {
  font-size: 0.56rem;
}

.ttm-carousel__controls--top {
  display: flex;
  flex: 0 0 auto;
  margin: 0;
}

.ttm-home-swiper-section .ttm-carousel__controls button {
  width: 2.35rem;
  height: 2.35rem;
  border-color: rgba(17, 17, 17, 0.34);
  border-radius: 0;
  background: transparent;
}

.ttm-home-swiper-section .ttm-carousel__controls button:hover,
.ttm-home-swiper-section .ttm-carousel__controls button:focus-visible {
  background: #111;
  color: #fff;
}

.ttm-home-features {
  display: grid;
  gap: clamp(1rem, 2vw, 1.35rem);
  grid-template-columns: 1fr;
}

.ttm-home-card--feature {
  gap: 1rem;
}

.ttm-home-card--feature .ttm-home-card__media {
  aspect-ratio: 16 / 10.5;
}

.ttm-home-card--feature h3 {
  max-width: 31rem;
  font-size: clamp(1.18rem, 2.4vw, 2rem);
}

.ttm-home-categories {
  padding-top: clamp(3rem, 6vw, 5rem);
}

.ttm-home-categories__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
}

.ttm-home-categories__grid a {
  display: grid;
  min-height: 6.4rem;
  place-items: center;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #f4f2ee;
  color: #111;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.ttm-home-categories__grid a:nth-child(3n + 2) {
  background: #ece8df;
}

.ttm-home-categories__grid a:nth-child(4n) {
  background: #eef1ef;
}

.ttm-home-desk {
  display: grid;
  gap: clamp(1.6rem, 3vw, 2.6rem);
}

.ttm-home-desk__grid {
  display: grid;
  gap: 1.15rem;
}

.ttm-home-card--desk-lead .ttm-home-card__media {
  aspect-ratio: 16 / 10.5;
}

.ttm-home-card--desk-lead h3 {
  font-size: clamp(1.65rem, 4vw, 3.2rem);
  line-height: 1;
}

.ttm-home-card--mini {
  grid-template-columns: 5.7rem minmax(0, 1fr);
  align-items: start;
  gap: 0.8rem;
  border-top: 1px solid rgba(17, 17, 17, 0.11);
  padding-top: 0.9rem;
}

.ttm-home-card--mini .ttm-home-card__media {
  aspect-ratio: 1 / 1.1;
}

.ttm-home-card--mini h3 {
  font-size: 0.94rem;
}

.ttm-home-card--mini .ttm-meta {
  display: none;
}

.ttm-home-card--standard .ttm-home-card__media {
  aspect-ratio: 4 / 5;
}

.ttm-home-section-block {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.4rem);
}

.ttm-home-section-block__head {
  max-width: 30rem;
}

.ttm-home-section-block__head p:not(.ttm-eyebrow) {
  color: rgba(17, 17, 17, 0.62);
}

.ttm-home-section-block__grid {
  display: grid;
  gap: 1.15rem;
}

.ttm-home-section-block__grid .ttm-home-card__media {
  aspect-ratio: 4 / 5;
}

.ttm-home-authority {
  max-width: none;
  width: 100%;
  border-top: 0;
  background: #050607;
  color: #fff;
  text-align: center;
}

.ttm-home-authority .ttm-eyebrow {
  color: rgba(255, 255, 255, 0.58);
}

.ttm-home-authority h2,
.ttm-home-authority p {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.ttm-home-authority p {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.66);
}

@media (max-width: 640px) {
  .ttm-luxury-hero {
    min-height: calc(100svh - 6.6rem);
  }

  .ttm-luxury-hero__media::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.08) 18%, rgba(0, 0, 0, 0.48) 62%, rgba(0, 0, 0, 0.82) 100%);
  }

  .ttm-luxury-hero__copy,
  .ttm-luxury-hero__empty {
    padding-bottom: 2.2rem;
  }

  .ttm-home-rail__track {
    grid-auto-columns: minmax(10.8rem, 58%);
    padding-right: 16vw;
  }

  .ttm-home-section-head--with-controls {
    align-items: start;
  }

  .ttm-carousel__controls--top {
    padding-top: 0.18rem;
  }
}

@media (min-width: 768px) {
  .ttm-home-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ttm-home-categories__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ttm-home-desk__grid {
    grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.42fr);
    align-items: start;
  }

  .ttm-home-card--desk-lead {
    grid-row: span 4;
  }

  .ttm-home-section-block__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ttm-home-section-block__grid .ttm-home-card h3 {
    font-size: 1.05rem;
  }
}

@media (min-width: 1100px) {
  .ttm-luxury-hero__copy {
    padding-bottom: 5.5rem;
  }

  .ttm-home-band {
    padding-right: clamp(2rem, 4vw, 3.5rem);
    padding-left: clamp(2rem, 4vw, 3.5rem);
  }

  .ttm-home-section-block {
    grid-template-columns: minmax(16rem, 0.28fr) minmax(0, 0.72fr);
  }

  .ttm-home-section-block__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ttm-home-section-block__grid .ttm-home-card h3 {
    font-size: 1rem;
  }
}

/* TheTimeo homepage v2: Montblanc retail clarity with Restivo-style sliders. */
.ttm-mb-home {
  width: 100%;
  max-width: none;
  padding: 0;
  background: #fff;
  color: #111;
}

.ttm-mb-eyebrow,
.ttm-mb-kicker {
  margin: 0;
  color: rgba(17, 17, 17, 0.56);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ttm-mb-hero {
  position: relative;
  display: grid;
  min-height: clamp(34rem, calc(100svh - 7.35rem), 50rem);
  overflow: hidden;
  background: #0d0d0d;
}

.ttm-mb-hero__media,
.ttm-mb-hero__media img,
.ttm-mb-hero__media .ttm-image-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ttm-mb-hero__media img,
.ttm-mb-hero__media .ttm-image-fallback {
  object-fit: cover;
}

.ttm-mb-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06) 16%, rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0.66) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.48), transparent 56%);
}

.ttm-mb-hero__copy {
  position: relative;
  z-index: 1;
  align-self: end;
  width: min(100%, var(--ttm-max));
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 5.2rem) var(--ttm-gutter);
  color: #fff;
}

.ttm-mb-hero__copy .ttm-mb-eyebrow {
  color: rgba(255, 255, 255, 0.76);
}

.ttm-mb-hero h1 {
  max-width: 46rem;
  margin: 0.45rem 0 0;
  color: #fff;
  font-family: var(--ttm-font-sans);
  font-size: clamp(2.15rem, 5.2vw, 5.15rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.96;
}

.ttm-mb-hero__copy p:not(.ttm-mb-eyebrow) {
  max-width: 34rem;
  margin: 0.92rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.96rem;
  line-height: 1.6;
}

.ttm-mb-button {
  display: inline-grid;
  min-width: 9.4rem;
  min-height: 2.55rem;
  margin-top: 1rem;
  place-items: center;
  border: 1px solid #111;
  padding: 0.74rem 1.1rem;
  background: transparent;
  color: #111;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.ttm-mb-button--dark {
  border-color: rgba(255, 255, 255, 0.82);
  color: #fff;
}

.ttm-mb-section {
  width: min(100%, var(--ttm-max));
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5.6rem) var(--ttm-gutter);
}

.ttm-mb-section + .ttm-mb-section,
.ttm-mb-split-feature + .ttm-mb-section {
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.ttm-mb-section-head {
  max-width: 39rem;
  margin: 0 0 clamp(1.35rem, 3vw, 2.5rem);
}

.ttm-mb-section-head--row {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 1.25rem;
}

.ttm-mb-section-head--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ttm-mb-section-head h2,
.ttm-mb-feature-card h2,
.ttm-mb-split-feature h2,
.ttm-mb-magazine-grid h2 {
  margin: 0.35rem 0 0;
  color: #111;
  font-family: var(--ttm-font-sans);
  font-size: clamp(1.45rem, 3vw, 2.55rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.05;
}

.ttm-mb-slider-section {
  background: #fbfaf8;
}

.ttm-mb-slider {
  min-width: 0;
}

.ttm-mb-slider__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(13rem, 18vw, 18rem);
  gap: clamp(1rem, 1.8vw, 1.65rem);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 8vw 0.6rem 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-y;
}

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

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

.ttm-mb-slider__slide {
  min-width: 0;
  scroll-snap-align: start;
}

.ttm-mb-slider__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1.08;
  background: #eeece7;
}

.ttm-mb-slider__media img,
.ttm-mb-slider__media .ttm-image-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.19, 1, 0.22, 1);
}

.ttm-mb-slider__slide:hover .ttm-mb-slider__media img {
  transform: scale(1.018);
}

.ttm-mb-slider__copy {
  display: grid;
  gap: 0.38rem;
  padding-top: 0.78rem;
}

.ttm-mb-slider__copy h3 {
  margin: 0;
  color: #111;
  font-size: 0.98rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.14;
}

.ttm-mb-slider__copy p:not(.ttm-mb-kicker) {
  margin: 0;
  color: rgba(17, 17, 17, 0.58);
  font-size: 0.76rem;
  line-height: 1.45;
}

.ttm-mb-slider-controls {
  display: flex;
  gap: 0.45rem;
}

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

.ttm-mb-slider-control {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  border: 1px solid rgba(17, 17, 17, 0.28);
  border-radius: 0;
  background: transparent;
  color: #111;
}

.ttm-mb-slider-control:disabled {
  opacity: 0.32;
}

.ttm-mb-slider-control svg {
  width: 1.1rem;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.ttm-mb-slider-progress {
  width: min(18rem, 46vw);
  height: 1px;
  margin-top: 1.2rem;
  overflow: hidden;
  background: rgba(17, 17, 17, 0.16);
}

.ttm-mb-slider-progress span {
  display: block;
  width: 0;
  height: 100%;
  transform-origin: left center;
  background: rgba(17, 17, 17, 0.78);
  transition: width 0.42s cubic-bezier(0.19, 1, 0.22, 1), transform 0.42s cubic-bezier(0.19, 1, 0.22, 1);
}

.ttm-mb-feature-pair {
  display: grid;
  gap: clamp(1rem, 2vw, 1.4rem);
}

.ttm-mb-feature-card__media,
.ttm-mb-split-feature__media,
.ttm-mb-latest-card__media {
  display: block;
  overflow: hidden;
  background: #eeece7;
}

.ttm-mb-feature-card__media {
  aspect-ratio: 16 / 9.8;
}

.ttm-mb-feature-card__media img,
.ttm-mb-feature-card__media .ttm-image-fallback,
.ttm-mb-split-feature__media img,
.ttm-mb-split-feature__media .ttm-image-fallback,
.ttm-mb-latest-card__media img,
.ttm-mb-latest-card__media .ttm-image-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ttm-mb-feature-card__copy {
  padding-top: 0.95rem;
}

.ttm-mb-feature-card__copy p:not(.ttm-mb-kicker),
.ttm-mb-split-feature__copy p,
.ttm-mb-latest-card__copy p {
  color: rgba(17, 17, 17, 0.62);
  line-height: 1.58;
}

.ttm-mb-categories__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
}

.ttm-mb-category-tile {
  display: grid;
  min-height: 7.2rem;
  grid-template-rows: minmax(5.4rem, 1fr) auto;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #f2f0eb;
  color: #111;
  overflow: hidden;
  text-align: center;
}

.ttm-mb-category-tile__media {
  display: block;
  min-height: 5.4rem;
  background: #ebe8e1;
}

.ttm-mb-category-tile__media:empty {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(219, 216, 207, 0.84)),
    #e8e4dc;
}

.ttm-mb-category-tile__media img,
.ttm-mb-category-tile__media .ttm-image-fallback {
  width: 100%;
  height: 100%;
  min-height: 5.4rem;
  object-fit: cover;
  transition: transform 450ms ease;
}

.ttm-mb-category-tile:hover .ttm-mb-category-tile__media img {
  transform: scale(1.018);
}

.ttm-mb-category-tile__label {
  display: grid;
  min-height: 2.3rem;
  place-items: center;
  padding: 0.55rem 0.45rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ttm-mb-category-tile:nth-child(3n + 2) {
  background: #e8e4dc;
}

.ttm-mb-category-tile:nth-child(4n) {
  background: #eef1ef;
}

.ttm-mb-split-feature {
  display: grid;
  width: 100%;
  background: #f2f2f1;
}

.ttm-mb-split-feature__media {
  aspect-ratio: 4 / 5;
}

.ttm-mb-split-feature__copy {
  align-self: center;
  padding: clamp(2.2rem, 6vw, 5.5rem) var(--ttm-gutter);
}

.ttm-mb-split-feature__copy > * {
  max-width: 35rem;
}

.ttm-mb-magazine-grid__items {
  display: grid;
  gap: 1.25rem;
}

.ttm-mb-latest-card {
  display: grid;
  gap: 0.75rem;
}

.ttm-mb-latest-card__media {
  aspect-ratio: 4 / 5;
}

.ttm-mb-latest-card--lead .ttm-mb-latest-card__media {
  aspect-ratio: 16 / 10;
}

.ttm-mb-latest-card h3 {
  margin: 0.18rem 0 0;
  color: #111;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.12;
}

.ttm-mb-latest-card--lead h3 {
  font-size: clamp(1.55rem, 3vw, 2.65rem);
  line-height: 1.03;
}

.ttm-mb-home .ttm-image-fallback {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(227, 223, 215, 0.58) 48%, rgba(236, 240, 238, 0.86)),
    #eeeae3;
}

.ttm-mb-home .ttm-image-fallback span {
  color: rgba(17, 17, 17, 0.72);
  font-family: var(--ttm-font-sans);
  font-size: 0.86rem;
  font-weight: 400;
}

@media (max-width: 640px) {
  .ttm-mb-hero {
    min-height: calc(100svh - 6.7rem);
  }

  .ttm-mb-hero__media::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 8%, rgba(0, 0, 0, 0.18) 42%, rgba(0, 0, 0, 0.78) 100%);
  }

  .ttm-mb-hero__copy {
    padding-bottom: 2.1rem;
  }

  .ttm-mb-section-head--row {
    align-items: start;
  }

  .ttm-mb-section-head--row h2 {
    max-width: 14rem;
  }

  .ttm-mb-slider__track {
    grid-auto-columns: minmax(10.5rem, 58%);
    padding-right: 18vw;
  }

  .ttm-mb-slider__copy p:not(.ttm-mb-kicker) {
    display: none;
  }
}

@media (min-width: 768px) {
  .ttm-mb-section {
    padding-right: clamp(2rem, 4vw, 3.5rem);
    padding-left: clamp(2rem, 4vw, 3.5rem);
  }

  .ttm-mb-feature-pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ttm-mb-categories__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ttm-mb-split-feature {
    grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  }

  .ttm-mb-split-feature__media {
    aspect-ratio: auto;
    min-height: clamp(31rem, 55vw, 42rem);
  }

  .ttm-mb-magazine-grid__items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
  }

  .ttm-mb-latest-card--lead {
    grid-column: span 2;
    grid-row: span 2;
  }
}

/* TheTimeo footer: Restivo structure, editorial luxury content. */
.ttm-footer.site-footer {
  display: grid;
  gap: 0;
  margin-top: calc(var(--ttm-section) * 1.3);
  background: #050607;
  color: #fff;
}

.ttm-footer__newsletter-row,
.ttm-footer__middle,
.ttm-footer__bottom {
  width: min(100%, var(--ttm-max));
  margin: 0 auto;
  padding-inline: var(--ttm-gutter);
}

.ttm-footer__newsletter-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: clamp(3.4rem, 7vw, 5.35rem);
  padding-bottom: clamp(3.15rem, 6vw, 4.85rem);
}

.ttm-footer__newsletter {
  display: grid;
  gap: clamp(1.15rem, 2.4vw, 1.75rem);
  justify-items: center;
  text-align: center;
}

.site-footer__newsletter-intro,
.site-footer__newsletter-form-wrap {
  display: grid;
  width: min(100%, 29rem);
  gap: 0.72rem;
  align-content: start;
  justify-items: center;
}

.site-footer__eyebrow,
.footer-column__title,
.site-footer__newsletter-status {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-footer__newsletter h2 {
  max-width: 28rem;
  margin: 0;
  color: #fff;
  font-family: var(--ttm-font-sans);
  font-size: clamp(1.55rem, 3.2vw, 2.45rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.05;
}

.site-footer__newsletter p {
  max-width: 32rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.8rem, 1vw, 0.88rem);
  line-height: 1.62;
}

.newsletter-form {
  display: grid;
  width: min(100%, 28rem);
  gap: 0.72rem;
}

.site-footer__field {
  display: block;
}

.site-footer__field input {
  width: 100%;
  min-height: 2.85rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  padding: 0.9rem 1rem;
  background: transparent;
  color: #fff;
  font-size: 0.9rem;
}

.site-footer__field input::placeholder {
  color: rgba(255, 255, 255, 0.46);
}

.site-footer__newsletter .button {
  width: 100%;
  min-height: 2.85rem;
  border: 1px solid #fff;
  border-radius: 0;
  background: #fff;
  color: #111;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-footer__newsletter .button:hover,
.site-footer__newsletter .button:focus-visible {
  background: transparent;
  color: #fff;
}

.site-footer__legal-copy {
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.42) !important;
  font-size: 0.72rem !important;
  line-height: 1.45 !important;
}

.ttm-footer__middle {
  display: grid;
  gap: clamp(3rem, 7vw, 5.5rem);
  padding-top: clamp(4.2rem, 8vw, 6.8rem);
  padding-bottom: clamp(4.2rem, 8vw, 6.8rem);
}

.ttm-footer__brand-block {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.ttm-footer__logo {
  display: inline-flex;
  width: min(10.25rem, 52vw);
}

.ttm-footer__logo img {
  width: 100%;
  height: auto;
  filter: invert(1) brightness(1.9) grayscale(1);
  opacity: 0.86;
}

.site-footer__kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.18;
  text-transform: uppercase;
}

.ttm-footer__brand-block p:not(.site-footer__kicker) {
  max-width: 36rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.84rem;
  line-height: 1.72;
}

.footer-columns {
  display: grid;
  gap: 0;
}

.footer-column {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding: 1.35rem 0;
}

.footer-column:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.footer-column__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  cursor: pointer;
}

.footer-column__title::-webkit-details-marker {
  display: none;
}

.footer-column__title::after {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.footer-column[open] .footer-column__title::after {
  transform: rotate(225deg);
}

.footer-column ul {
  display: grid;
  gap: 0.86rem;
  margin: 1.08rem 0 0;
  padding: 0;
  list-style: none;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.84rem;
  line-height: 1.35;
}

.footer-column a:hover,
.footer-legal a:hover {
  color: #fff;
}

.ttm-footer__bottom {
  display: grid;
  gap: 1.05rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.65rem;
  padding-bottom: 2rem;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
}

.footer-legal a,
.footer-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.45;
}

@media (min-width: 768px) {
  .ttm-footer__newsletter {
    padding-inline: clamp(2rem, 7vw, 5rem);
  }

  .newsletter-form {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0;
  }

  .site-footer__newsletter .button {
    width: auto;
    min-width: 9.2rem;
  }
}

@media (min-width: 1024px) {
  .ttm-footer__middle {
    grid-template-columns: minmax(16rem, 0.28fr) minmax(0, 0.72fr);
    gap: clamp(5rem, 9vw, 8.5rem);
  }

  .footer-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(4rem, 7vw, 7rem);
  }

  .footer-column,
  .footer-column:last-child {
    border: 0;
    padding: 0;
  }

  .footer-column__title {
    cursor: default;
  }

  .footer-column__title::after {
    display: none;
  }

  .ttm-footer__bottom {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2.4rem;
  }

  .footer-copy {
    justify-self: end;
    text-align: right;
  }
}

/* Font rendering refinement: AP-like clarity without changing TheTimeo's visual system. */
.ttm-nav__list a,
.ttm-nav__list button,
.ttm-category-nav a,
.ttm-header__link,
.ttm-mobile-categories a,
.ttm-drawer-links a,
.footer-column a,
.footer-legal a {
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
  text-rendering: auto;
}

.ttm-nav__list a,
.ttm-nav__list button,
.ttm-category-nav a,
.ttm-header__link {
  font-size: clamp(0.72rem, 0.76vw, 0.82rem);
  font-weight: var(--ttm-weight-ui);
  letter-spacing: 0.1em;
  line-height: 1.25;
}

.ttm-mobile-categories a {
  font-size: clamp(0.95rem, 3.5vw, 1.08rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.22;
}

.ttm-drawer-section h2,
.ttm-drawer-links a,
.site-footer__eyebrow,
.footer-column__title,
.site-footer__newsletter-status,
.footer-legal a,
.footer-copy {
  font-weight: var(--ttm-weight-ui);
  letter-spacing: 0.1em;
}

.footer-column a {
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.42;
}

.site-footer__newsletter p,
.ttm-footer__brand-block p:not(.site-footer__kicker),
.site-footer__legal-copy {
  line-height: 1.62 !important;
}
