:root{
  --tlm-about-red:#f5222d;
  --tlm-about-bg:#070707;
  --tlm-about-cream:#f2eee7;
  --tlm-about-muted:#aaa39a;
  --tlm-about-line:rgba(255,255,255,.14);
}

.tlm-about-shell{
  overflow:hidden;
  color:#fff;
  background:#070707;
  font-family:Inter,Arial,sans-serif;
}

.tlm-about-shell *,
.tlm-about-shell *:before,
.tlm-about-shell *:after{box-sizing:border-box}

.tlm-about-wrap{
  width:min(1240px,calc(100% - 64px));
  margin:0 auto;
}

.tlm-about-kicker{
  color:var(--tlm-about-red);
  font-size:11px;
  font-weight:900;
  line-height:1.2;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.tlm-about-kicker--light{color:#fff}

.tlm-about-hero{
  position:relative;
  padding:clamp(76px,9vw,132px) 0 clamp(72px,8vw,116px);
  border-bottom:1px solid var(--tlm-about-line);
  background:
    radial-gradient(circle at 84% 18%,rgba(245,34,45,.16),transparent 28rem),
    linear-gradient(180deg,#080808 0%,#050505 100%);
}

.tlm-about-hero:after{
  content:"ABOUT";
  position:absolute;
  right:-.04em;
  bottom:-.12em;
  color:rgba(255,255,255,.025);
  font-family:Anton,Impact,sans-serif;
  font-size:clamp(150px,24vw,390px);
  line-height:.75;
  pointer-events:none;
}

.tlm-about-hero h1{
  position:relative;
  z-index:1;
  max-width:1120px;
  margin:18px 0 46px;
  color:var(--tlm-about-cream);
  font-family:Anton,Impact,sans-serif;
  font-size:clamp(72px,10.6vw,150px);
  font-weight:400;
  line-height:.82;
  letter-spacing:-.025em;
  text-transform:uppercase;
}

.tlm-about-hero h1 span{color:var(--tlm-about-red)}

.tlm-about-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(430px,.9fr);
  gap:clamp(44px,8vw,108px);
  align-items:end;
}

.tlm-about-lead{
  max-width:720px;
  margin:0;
  color:#e7e2dc;
  font-size:clamp(24px,2.7vw,38px);
  font-weight:500;
  line-height:1.25;
  letter-spacing:-.02em;
}

.tlm-about-hero-facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid var(--tlm-about-line);
  border-bottom:1px solid var(--tlm-about-line);
}

.tlm-about-hero-facts>div{
  min-height:108px;
  padding:20px 18px;
  border-right:1px solid var(--tlm-about-line);
}
.tlm-about-hero-facts>div:last-child{border-right:0}
.tlm-about-hero-facts strong{
  display:block;
  color:#fff;
  font-family:Anton,Impact,sans-serif;
  font-size:clamp(26px,3vw,40px);
  font-weight:400;
  line-height:1;
}
.tlm-about-hero-facts span{
  display:block;
  margin-top:8px;
  color:#8f8982;
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
  line-height:1.3;
  text-transform:uppercase;
}

.tlm-about-foundation{
  padding:clamp(72px,9vw,124px) 0;
}

.tlm-about-foundation-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
  gap:clamp(46px,7vw,92px);
  align-items:center;
}

.tlm-about-image{position:relative;margin:0;overflow:hidden}
.tlm-about-image img{display:block;width:100%;height:100%;object-fit:cover}
.tlm-about-image--crew{aspect-ratio:16/10}
.tlm-about-image figcaption{
  position:absolute;
  left:0;
  bottom:0;
  padding:14px 20px;
  background:var(--tlm-about-red);
  color:#fff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.tlm-about-section-no{
  margin-bottom:22px;
  color:rgba(255,255,255,.08);
  font-family:Anton,Impact,sans-serif;
  font-size:70px;
  line-height:.8;
}

.tlm-about-copy h2,
.tlm-about-route h2,
.tlm-about-roots h2,
.tlm-about-moments h2,
.tlm-about-carnival-band h2,
.tlm-about-signoff h2{
  margin:12px 0 26px;
  color:var(--tlm-about-cream);
  font-family:Anton,Impact,sans-serif;
  font-weight:400;
  letter-spacing:-.025em;
  text-transform:uppercase;
}

.tlm-about-copy h2{
  font-size:clamp(54px,6.4vw,92px);
  line-height:.82;
}

.tlm-about-copy p,
.tlm-about-roots-copy p{
  max-width:650px;
  margin:0 0 20px;
  color:var(--tlm-about-muted);
  font-size:16px;
  line-height:1.78;
}

.tlm-about-copy .tlm-about-copy-lead,
.tlm-about-roots-copy .tlm-about-copy-lead{
  color:#e8e3dd;
  font-size:clamp(20px,2vw,27px);
  line-height:1.45;
}

.tlm-about-route{
  padding:clamp(70px,9vw,122px) 0;
  border-top:1px solid var(--tlm-about-line);
  background:#0a0a0a;
}

.tlm-about-route-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);
  gap:clamp(40px,8vw,110px);
  align-items:end;
  margin-bottom:56px;
}

.tlm-about-route h2{
  font-size:clamp(62px,8vw,114px);
  line-height:.82;
}

.tlm-about-route-head>p{
  margin:0 0 10px;
  color:var(--tlm-about-muted);
  font-size:17px;
  line-height:1.7;
}

.tlm-about-timeline{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid var(--tlm-about-line);
  border-bottom:1px solid var(--tlm-about-line);
}

.tlm-about-timeline article{
  min-height:340px;
  padding:26px 24px 30px;
  border-right:1px solid var(--tlm-about-line);
}
.tlm-about-timeline article:last-child{border-right:0}
.tlm-about-timeline article>span{
  display:block;
  margin-bottom:54px;
  color:rgba(255,255,255,.1);
  font-family:Anton,Impact,sans-serif;
  font-size:52px;
  line-height:1;
}
.tlm-about-timeline small{
  color:var(--tlm-about-red);
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.tlm-about-timeline h3{
  margin:10px 0 17px;
  color:#fff;
  font-family:Anton,Impact,sans-serif;
  font-size:clamp(28px,3vw,40px);
  font-weight:400;
  line-height:.95;
}
.tlm-about-timeline p{
  margin:0;
  color:#98918a;
  font-size:14px;
  line-height:1.68;
}

.tlm-about-carnival-band{
  display:grid;
  grid-template-columns:.82fr 1.18fr .82fr;
  min-height:700px;
}
.tlm-about-carnival-band__image{margin:0;overflow:hidden}
.tlm-about-carnival-band__image img{display:block;width:100%;height:100%;object-fit:cover}
.tlm-about-carnival-band__copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(48px,6vw,82px);
  background:var(--tlm-about-red);
}
.tlm-about-carnival-band h2{
  color:#fff;
  font-size:clamp(58px,6vw,94px);
  line-height:.82;
}
.tlm-about-carnival-band p{
  max-width:580px;
  margin:0 0 32px;
  color:#fff;
  font-size:17px;
  line-height:1.7;
}

.tlm-about-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  width:max-content;
  min-height:58px;
  padding:0 26px;
  border:1px solid transparent;
  color:#fff!important;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-decoration:none!important;
  text-transform:uppercase;
}
.tlm-about-button--black{background:#060606}
.tlm-about-button--red{background:var(--tlm-about-red)}
.tlm-about-button--outline{border-color:rgba(255,255,255,.2);background:transparent}

.tlm-about-roots{
  padding:clamp(76px,9vw,126px) 0;
}
.tlm-about-roots-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,.85fr);
  gap:clamp(46px,9vw,128px);
  align-items:start;
}
.tlm-about-roots h2{
  font-size:clamp(64px,8vw,116px);
  line-height:.82;
}
.tlm-about-roots-copy{padding-top:72px}

.tlm-about-moments{
  padding:clamp(72px,9vw,124px) 0;
  border-top:1px solid var(--tlm-about-line);
  background:#090909;
}
.tlm-about-moments-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(330px,.62fr);
  gap:clamp(42px,8vw,110px);
  align-items:end;
  margin-bottom:48px;
}
.tlm-about-moments h2{
  font-size:clamp(64px,8.5vw,122px);
  line-height:.8;
}
.tlm-about-moments-head>p{
  margin:0 0 8px;
  color:var(--tlm-about-muted);
  font-size:17px;
  line-height:1.7;
}

.tlm-about-gallery{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  grid-template-rows:repeat(2,minmax(260px,1fr));
  gap:10px;
}
.tlm-about-card{
  position:relative;
  min-height:310px;
  margin:0;
  overflow:hidden;
  background:#111;
}
.tlm-about-card--large{grid-row:1 / span 2;min-height:630px}
.tlm-about-card img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.tlm-about-card:after{
  content:"";
  position:absolute;
  inset:35% 0 0;
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.82));
  pointer-events:none;
}
.tlm-about-card figcaption{
  position:absolute;
  left:28px;
  right:28px;
  bottom:26px;
  z-index:2;
}
.tlm-about-card small{
  display:block;
  margin-bottom:8px;
  color:#fff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.tlm-about-card strong{
  display:block;
  max-width:760px;
  color:var(--tlm-about-cream);
  font-family:Anton,Impact,sans-serif;
  font-size:clamp(34px,4.4vw,62px);
  font-weight:400;
  line-height:.9;
  text-transform:uppercase;
}
.tlm-about-card:hover img{transform:scale(1.015)}

.tlm-about-archive-cta{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:40px;
  align-items:center;
  margin-top:42px;
  padding-top:42px;
  border-top:1px solid var(--tlm-about-line);
}
.tlm-about-archive-cta h3{
  margin:10px 0 8px;
  color:#fff;
  font-family:Anton,Impact,sans-serif;
  font-size:clamp(38px,4vw,58px);
  font-weight:400;
  line-height:.95;
}
.tlm-about-archive-cta p{margin:0;color:#99928b;font-size:15px;line-height:1.6}

.tlm-about-signoff{
  padding:clamp(82px,10vw,150px) 0;
  background:var(--tlm-about-cream);
  color:#080808;
}
.tlm-about-signoff p{
  margin:0 0 14px;
  color:#080808;
  font-size:11px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.tlm-about-signoff h2{
  margin:0 0 42px;
  color:#080808;
  font-size:clamp(76px,10vw,150px);
  line-height:.8;
}
.tlm-about-signoff h2 span{color:var(--tlm-about-red)}
.tlm-about-signoff-actions{display:flex;gap:12px;flex-wrap:wrap}
.tlm-about-signoff .tlm-about-button--outline{border-color:#171717;color:#111!important}

@media (max-width:1050px){
  .tlm-about-wrap{width:min(100% - 48px,1180px)}
  .tlm-about-hero-grid,
  .tlm-about-foundation-grid,
  .tlm-about-roots-grid{grid-template-columns:1fr 1fr;gap:42px}
  .tlm-about-hero-facts{grid-template-columns:1fr}
  .tlm-about-hero-facts>div{min-height:auto;border-right:0;border-bottom:1px solid var(--tlm-about-line)}
  .tlm-about-hero-facts>div:last-child{border-bottom:0}
  .tlm-about-timeline{grid-template-columns:repeat(2,1fr)}
  .tlm-about-timeline article:nth-child(2){border-right:0}
  .tlm-about-timeline article:nth-child(-n+2){border-bottom:1px solid var(--tlm-about-line)}
  .tlm-about-carnival-band{grid-template-columns:.7fr 1.3fr .7fr;min-height:620px}
  .tlm-about-carnival-band__copy{padding:46px 34px}
  .tlm-about-roots-copy{padding-top:48px}
}

@media (max-width:760px){
  .tlm-about-wrap{width:calc(100% - 40px)}
  .tlm-about-hero{padding:54px 0 64px}
  .tlm-about-hero:after{display:none}
  .tlm-about-hero h1{margin:14px 0 28px;font-size:clamp(60px,17.4vw,82px);line-height:.84}
  .tlm-about-hero-grid{grid-template-columns:1fr;gap:34px}
  .tlm-about-lead{font-size:22px;line-height:1.35}
  .tlm-about-hero-facts{grid-template-columns:repeat(2,1fr)}
  .tlm-about-hero-facts>div{border-right:1px solid var(--tlm-about-line);border-bottom:1px solid var(--tlm-about-line)}
  .tlm-about-hero-facts>div:nth-child(2){border-right:0}
  .tlm-about-hero-facts>div:nth-child(3){grid-column:1 / -1;border-right:0;border-bottom:0}

  .tlm-about-foundation{padding:58px 0 66px}
  .tlm-about-foundation-grid{grid-template-columns:1fr;gap:42px}
  .tlm-about-image--crew{aspect-ratio:4/3}
  .tlm-about-section-no{display:none}
  .tlm-about-copy h2{font-size:clamp(54px,15.5vw,74px);line-height:.84}
  .tlm-about-copy p,.tlm-about-roots-copy p{font-size:16px;line-height:1.7}
  .tlm-about-copy .tlm-about-copy-lead,.tlm-about-roots-copy .tlm-about-copy-lead{font-size:20px}

  .tlm-about-route{padding:62px 0 66px}
  .tlm-about-route-head{grid-template-columns:1fr;gap:16px;margin-bottom:38px}
  .tlm-about-route h2{font-size:clamp(58px,16vw,80px)}
  .tlm-about-route-head>p{font-size:16px}
  .tlm-about-timeline{grid-template-columns:1fr}
  .tlm-about-timeline article{min-height:auto;padding:24px 0 30px;border-right:0!important;border-bottom:1px solid var(--tlm-about-line)}
  .tlm-about-timeline article:last-child{border-bottom:0}
  .tlm-about-timeline article>span{margin-bottom:24px;font-size:42px}
  .tlm-about-timeline h3{font-size:36px}
  .tlm-about-timeline p{font-size:15px}

  .tlm-about-carnival-band{display:flex;flex-direction:column;min-height:0}
  .tlm-about-carnival-band__image{height:min(78vh,620px)}
  .tlm-about-carnival-band__copy{padding:64px 40px}
  .tlm-about-carnival-band h2{font-size:clamp(56px,15vw,76px)}
  .tlm-about-carnival-band p{font-size:16px}
  .tlm-about-button{min-height:60px;width:100%;padding:0 20px}

  .tlm-about-roots{padding:64px 0}
  .tlm-about-roots-grid{grid-template-columns:1fr;gap:4px}
  .tlm-about-roots h2{font-size:clamp(58px,15.7vw,78px)}
  .tlm-about-roots-copy{padding-top:22px}

  .tlm-about-moments{padding:62px 0 68px}
  .tlm-about-moments-head{grid-template-columns:1fr;gap:16px;margin-bottom:34px}
  .tlm-about-moments h2{font-size:clamp(60px,16vw,80px)}
  .tlm-about-moments-head>p{font-size:16px}
  .tlm-about-gallery{display:flex;flex-direction:column;gap:12px}
  .tlm-about-card,.tlm-about-card--large{min-height:0;aspect-ratio:4/3}
  .tlm-about-card:nth-child(2){aspect-ratio:1/1}
  .tlm-about-card figcaption{left:22px;right:22px;bottom:22px}
  .tlm-about-card strong{font-size:clamp(36px,11vw,50px)}
  .tlm-about-archive-cta{grid-template-columns:1fr;gap:24px;margin-top:32px;padding-top:32px}
  .tlm-about-archive-cta h3{font-size:44px}

  .tlm-about-signoff{padding:72px 0 82px}
  .tlm-about-signoff h2{font-size:clamp(66px,17vw,84px);margin-bottom:32px}
  .tlm-about-signoff-actions{display:grid;grid-template-columns:1fr;gap:10px}
}

@media (max-width:390px){
  .tlm-about-wrap{width:calc(100% - 32px)}
  .tlm-about-hero h1{font-size:56px}
  .tlm-about-copy h2,.tlm-about-route h2,.tlm-about-roots h2,.tlm-about-moments h2{font-size:52px}
  .tlm-about-carnival-band__copy{padding:54px 28px}
  .tlm-about-carnival-band h2{font-size:52px}
}


/* v1.9.94 — About page polish only.
   Keeps the approved homepage, gallery, Carnival band and safe-area behaviour unchanged. */

/* Give the desktop About intro a little more horizontal presence without widening later sections. */
@media (min-width:1401px){
  .tlm-about-hero .tlm-about-wrap{
    width:min(1320px,calc(100% - 64px));
  }
  .tlm-about-hero h1{
    max-width:1180px;
  }
  .tlm-about-hero-grid{
    grid-template-columns:minmax(0,1.16fr) minmax(430px,.84fr);
    gap:clamp(42px,5.5vw,78px);
  }
}

/* iPad/tablet landscape: retain the editorial scale but rebalance the two longest headings. */
@media (min-width:761px) and (max-width:1400px){
  .tlm-about-copy h2{
    font-size:clamp(52px,5.6vw,78px);
  }
  .tlm-about-roots h2{
    font-size:clamp(58px,6.6vw,92px);
  }
}

/* Phone refinement: reduce unnecessary page length while keeping the bold editorial hierarchy. */
@media (max-width:760px){
  .tlm-about-hero{
    padding-top:50px;
    padding-bottom:46px;
  }
  .tlm-about-hero-grid{
    gap:28px;
  }

  .tlm-about-foundation{
    padding:44px 0 52px;
  }
  .tlm-about-foundation-grid{
    gap:32px;
  }

  .tlm-about-copy p,
  .tlm-about-roots-copy p{
    font-size:15px;
    line-height:1.62;
    margin-bottom:17px;
  }
  .tlm-about-copy .tlm-about-copy-lead,
  .tlm-about-roots-copy .tlm-about-copy-lead{
    font-size:19px;
    line-height:1.46;
  }

  .tlm-about-route{
    padding:50px 0 52px;
  }
  .tlm-about-route-head{
    gap:12px;
    margin-bottom:28px;
  }
  .tlm-about-route-head>p{
    font-size:15px;
    line-height:1.62;
  }
  .tlm-about-timeline article{
    padding:20px 0 24px;
  }
  .tlm-about-timeline article>span{
    margin-bottom:18px;
  }
  .tlm-about-timeline h3{
    margin-bottom:14px;
  }
  .tlm-about-timeline p{
    font-size:14.5px;
    line-height:1.62;
  }

  .tlm-about-carnival-band__copy{
    padding-top:54px;
    padding-bottom:54px;
  }
  .tlm-about-carnival-band p{
    font-size:15.5px;
    line-height:1.62;
    margin-bottom:26px;
  }

  .tlm-about-roots{
    padding:50px 0 54px;
  }
  .tlm-about-roots-copy{
    padding-top:14px;
  }

  .tlm-about-moments{
    padding:52px 0 56px;
  }
  .tlm-about-moments-head{
    gap:12px;
    margin-bottom:28px;
  }
  .tlm-about-moments-head>p{
    font-size:15px;
    line-height:1.62;
  }
  .tlm-about-archive-cta{
    margin-top:26px;
    padding-top:26px;
    gap:20px;
  }
  .tlm-about-archive-cta p{
    font-size:14.5px;
    line-height:1.58;
  }

  .tlm-about-signoff{
    padding:62px 0 68px;
  }
}
