:root{--black:#060607;--panel:#0d0e10;--line:rgba(239,231,220,.14);--cream:#efe7dc;--muted:#b9ac9d;--faint:#85796c;--pink:#e47fa4;--gold:#b0875c;--serif:'Playfair Display',Georgia,serif;--ui:'Hanken Grotesk',system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 82% -5%,rgba(228,127,164,.14),transparent 31%),var(--black);color:var(--cream);font:16px/1.72 var(--ui)}a{color:inherit}.wrap{width:min(1120px,calc(100% - 40px));margin:auto}.atlas-nav{display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:105px}.atlas-brand{display:flex;align-items:center;gap:14px;text-decoration:none}.atlas-brand img{width:62px;height:62px}.atlas-brand strong{display:block;font:24px/1 var(--serif);letter-spacing:.15em}.atlas-brand small{display:block;margin-top:7px;color:var(--faint);font-size:13px;letter-spacing:.24em}.atlas-tools{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.atlas-tools a{min-height:42px;display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;padding:8px 13px;text-decoration:none;color:var(--muted);font-size:13px}.atlas-tools a[aria-current]{background:var(--cream);color:var(--black)}.atlas-hero{border-block:1px solid var(--line);padding:72px 0 56px}.kicker{color:var(--pink);font-size:13px;font-weight:900;letter-spacing:.24em;text-transform:uppercase}.atlas-hero h1{max-width:990px;margin:16px 0;font:600 clamp(43px,7vw,80px)/1 var(--serif);letter-spacing:-.04em}.atlas-hero p{max-width:770px;margin:0;color:var(--muted);font-size:19px}.atlas-meta{display:flex;gap:18px;flex-wrap:wrap;margin-top:22px;color:var(--faint);font-size:12px}.atlas-index{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;padding:38px 0 76px}.atlas-card{position:relative;min-height:285px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:18px;padding:28px;background:linear-gradient(145deg,rgba(228,127,164,.07),rgba(255,255,255,.015));text-decoration:none;overflow:hidden;transition:.18s}.atlas-card:first-child{grid-column:1/-1;min-height:330px}.atlas-card::after{content:attr(data-number);position:absolute;right:15px;bottom:-35px;color:rgba(228,127,164,.07);font:160px var(--serif)}.atlas-card:hover{transform:translateY(-3px);border-color:rgba(228,127,164,.5)}.atlas-card h2{max-width:760px;margin:16px 0 10px;font:600 clamp(27px,4vw,42px)/1.08 var(--serif)}.atlas-card p{max-width:700px;margin:0 0 22px;color:var(--muted)}.atlas-card span:last-child{margin-top:auto;color:var(--pink);font-size:13px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.atlas-article{display:grid;grid-template-columns:minmax(0,760px) 250px;gap:64px;padding:58px 0 80px}.atlas-copy h2{margin:48px 0 15px;font:600 37px/1.12 var(--serif)}.atlas-copy h2:first-child{margin-top:0}.atlas-copy p{margin:0 0 20px;color:#d2c6b8}.atlas-copy strong{color:var(--cream)}.atlas-callout{margin:32px 0;border-left:3px solid var(--pink);padding:20px 22px;background:var(--panel);color:var(--muted)}.atlas-aside{position:sticky;top:24px;align-self:start;border:1px solid var(--line);border-radius:16px;padding:20px;background:var(--panel)}.atlas-aside strong{font:24px var(--serif)}.atlas-aside p{color:var(--muted);font-size:13px}.atlas-aside a{display:block;margin-top:10px;color:var(--pink);font-weight:800}.atlas-foot{border-top:1px solid var(--line);padding:28px 0 42px;color:var(--faint);font-size:12px}.atlas-foot nav{display:flex;gap:15px;margin-top:8px}.atlas-foot a:focus-visible,.atlas-nav a:focus-visible,.atlas-card:focus-visible{outline:3px solid var(--pink);outline-offset:4px}@media(max-width:780px){.atlas-index,.atlas-article{grid-template-columns:1fr}.atlas-card:first-child{grid-column:auto}.atlas-aside{position:static}.atlas-nav{align-items:flex-start;flex-direction:column;padding:18px 0}.atlas-hero{padding:48px 0}.atlas-hero h1{font-size:44px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
/* Wave 7 practical stories: the action rail stays aligned to the reading
   column and collapses into a full-width next-step panel on small screens. */
.atlas-article > .atlas-copy,
.atlas-article > .atlas-aside { min-width:0; align-self:start; }
.atlas-article > .atlas-aside { height:max-content; justify-self:stretch; }
.atlas-article > .atlas-aside > a { min-width:0; min-height:44px; overflow-wrap:anywhere; }
@media (max-width:760px) {
  .atlas-article > .atlas-aside { width:100%; max-width:none; }
}

/* Homepage action links remain visually secondary to the route cards. */
.card-action{display:inline-block;margin-top:14px;color:var(--pink);font-size:13px;letter-spacing:.14em;text-transform:uppercase;font-weight:800;text-decoration:none}.card-action:hover{text-decoration:underline;text-underline-offset:4px}.card-action:focus-visible{outline:2px solid var(--pink);outline-offset:3px}

/* Prevent long localized guide labels from widening a card's flex content. */
.atlas-card,
.atlas-card h2,
.atlas-card p { min-width: 0; overflow-wrap: anywhere; }

/* Wave 6 editorial finish: one wordmark, one type system, calmer reading columns. */
:root{--ui:"Hanken Grotesk",system-ui,Arial,sans-serif;--serif:"Playfair Display",Georgia,serif;--serif-2:var(--serif);--tr-mono:ui-monospace,SFMono-Regular,Menlo,monospace}
body{font-family:var(--ui);overflow-x:hidden}
.atlas-brand{position:relative;gap:16px;min-width:0;isolation:isolate}
.atlas-brand>img{display:none!important}
.atlas-brand::before{content:"TR";display:grid;place-items:center;width:74px;height:74px;flex:0 0 74px;border:1px solid rgba(239,171,193,.9);border-radius:50%;background:radial-gradient(circle,rgba(228,127,164,.08),transparent 68%);box-shadow:inset 0 0 0 4px rgba(228,127,164,.08),0 0 18px rgba(228,127,164,.2);color:#efabc1;font:600 29px/1 var(--serif);letter-spacing:-.16em;padding-right:.14em;text-shadow:0 1px 0 #fff4f7,0 0 12px rgba(228,127,164,.28);filter:drop-shadow(0 0 14px rgba(239,140,175,.34));mix-blend-mode:screen}
.atlas-brand strong{width:130px;color:var(--cream);font-family:var(--serif-2)!important;font-size:25px!important;font-weight:600!important;line-height:.82!important;letter-spacing:.16em!important;white-space:normal;overflow-wrap:normal}
.atlas-brand small{margin-top:6px;color:var(--faint);font-family:var(--ui);font-size:13px;font-weight:600;letter-spacing:.34em;white-space:nowrap}
.atlas-article{align-items:start}.atlas-copy{min-width:0}.atlas-copy h2{scroll-margin-top:24px;text-wrap:balance}
.atlas-aside{min-width:0;display:grid;align-content:start;gap:0}.atlas-aside .kicker{line-height:1.45}.atlas-aside strong{display:block;margin:0;font:600 25px/1.12 var(--serif);text-wrap:balance}.atlas-aside p{margin:12px 0 8px}.atlas-aside a{min-height:44px;padding:10px 0;border-top:1px solid var(--line);line-height:1.35;overflow-wrap:anywhere}

/* Final shared editorial/article pass: one display family, one readable
   body/UI family, and one bounded layout for every locale. */
:root {
  --atlas-display: var(--tr-font-display, var(--serif, Georgia, serif));
  --atlas-body: var(--tr-font-body, var(--ui, system-ui, sans-serif));
  --atlas-measure: 70ch;
  --atlas-rail: 17rem;
  --atlas-gutter: clamp(2rem, 5vw, 4.5rem);
}

body,
button,
input,
textarea,
select { font-family: var(--atlas-body) !important; }

.atlas-nav {
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.75rem);
}

.atlas-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  gap: 14px;
  min-width: 0;
  max-width: 100%;
}

.atlas-brand > span {
  display: block;
  min-width: 0;
  max-width: 100%;
}

/* Use the same circular transparent TR image treatment as the main site. */
.atlas-nav > .atlas-brand > img {
  display: block !important;
  width: clamp(54px, 6vw, 68px) !important;
  height: clamp(54px, 6vw, 68px) !important;
  flex: 0 0 clamp(54px, 6vw, 68px) !important;
  aspect-ratio: 1;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  clip-path: circle(49% at 50% 50%) !important;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 0 48%, transparent 50%);
  mask-image: radial-gradient(circle at 50% 50%, #000 0 48%, transparent 50%);
  filter: drop-shadow(0 0 12px rgba(223, 126, 158, .34)) !important;
  mix-blend-mode: screen !important;
  object-fit: contain !important;
}

.atlas-nav > .atlas-brand::before,
.atlas-nav > .atlas-brand::after {
  display: none !important;
  content: none !important;
}

.atlas-nav > .atlas-brand strong {
  display: block;
  max-width: 15ch;
  color: var(--cream);
  font-family: var(--atlas-display) !important;
  font-size: clamp(1.08rem, 1rem + .5vw, 1.42rem) !important;
  font-weight: 600 !important;
  line-height: .98 !important;
  letter-spacing: .14em !important;
  white-space: nowrap;
}

.atlas-nav > .atlas-brand small {
  display: block;
  max-width: 28ch;
  margin-top: 5px;
  color: var(--faint);
  font-family: var(--atlas-body) !important;
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.25;
  white-space: nowrap;
}

.atlas-tools {
  display: flex;
  flex: 0 1 auto;
  min-width: 0;
  justify-content: flex-end;
  gap: 8px;
}

.atlas-tools a {
  min-width: 0;
  min-height: 44px;
  padding: 9px 13px;
  font-family: var(--atlas-body) !important;
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}

.atlas-hero {
  padding-block: clamp(3.5rem, 7vw, 5.5rem) clamp(2.75rem, 5vw, 4.25rem);
}

.atlas-hero .wrap,
.atlas-article,
.atlas-copy,
.atlas-aside { min-width: 0; }

.atlas-hero .kicker,
.atlas-meta { font-family: var(--atlas-body) !important; }

body .atlas-hero h1 {
  max-width: 20ch;
  margin-block: 1rem 1.15rem;
  color: var(--cream);
  font-family: var(--atlas-display) !important;
  font-size: clamp(2.75rem, 5.4vw, 4.75rem) !important;
  font-weight: 600 !important;
  line-height: 1.01;
  letter-spacing: -.04em;
  text-wrap: balance;
}

body .atlas-hero p {
  max-width: 68ch;
  color: var(--muted);
  font-family: var(--atlas-body) !important;
  font-size: clamp(1.05rem, 1rem + .25vw, 1.22rem) !important;
  line-height: 1.65;
  text-wrap: pretty;
}

.atlas-article {
  grid-template-columns: minmax(0, 1fr) minmax(15rem, var(--atlas-rail));
  column-gap: var(--atlas-gutter);
  align-items: start;
  padding-block: clamp(3.25rem, 6vw, 4.5rem) 5rem;
}

.atlas-article > .atlas-copy,
.atlas-article > .atlas-aside {
  align-self: start;
  min-width: 0;
}

.atlas-copy {
  width: 100%;
  max-width: var(--atlas-measure);
}

body .atlas-copy h2 {
  max-width: 28ch;
  margin-block: clamp(2.75rem, 5vw, 3.75rem) 1rem;
  color: var(--cream);
  font-family: var(--atlas-display) !important;
  font-size: clamp(1.85rem, 3vw, 2.7rem) !important;
  font-weight: 600 !important;
  line-height: 1.08;
  letter-spacing: -.025em;
  text-wrap: balance;
}

body .atlas-copy h2:first-child { margin-top: 0; }

body .atlas-copy p,
body .atlas-copy li,
body .atlas-callout {
  max-width: var(--atlas-measure);
  color: #d8ccbe;
  font-family: var(--atlas-body) !important;
  font-size: clamp(1rem, .97rem + .18vw, 1.12rem) !important;
  line-height: 1.75;
  text-wrap: pretty;
}

body .atlas-copy p { margin-bottom: 1.25rem; }
body .atlas-callout { overflow-wrap: anywhere; }

.atlas-article > .atlas-aside {
  position: sticky;
  inset-block-start: 1.25rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  width: 100%;
  max-width: var(--atlas-rail);
  height: fit-content;
  box-sizing: border-box;
  min-inline-size: 0;
  padding: clamp(1rem, 2vw, 1.35rem);
  overflow: visible;
}

.atlas-article > .atlas-aside > * {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-inline-size: 0;
  white-space: normal;
}

.atlas-article > .atlas-aside > .kicker {
  margin: 0 0 .75rem;
  font-family: var(--atlas-body) !important;
  font-size: .8125rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

.atlas-article > .atlas-aside > strong {
  display: block;
  margin: 0;
  color: var(--cream);
  font-family: var(--atlas-display) !important;
  font-size: clamp(1.4rem, 1.2rem + .45vw, 1.7rem) !important;
  font-weight: 600 !important;
  line-height: 1.15;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.atlas-article > .atlas-aside > p {
  margin: .75rem 0 .65rem;
  color: var(--muted);
  font-family: var(--atlas-body) !important;
  font-size: .95rem !important;
  line-height: 1.6;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

.atlas-article > .atlas-aside > a {
  display: flex;
  align-items: flex-start;
  min-width: 0;
  min-height: 46px;
  margin: 0;
  padding: .65rem 0;
  border-top: 1px solid var(--line);
  font-family: var(--atlas-body) !important;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
  text-wrap: pretty;
}

/* Remove giant generated numerals and fixed report-like hub card heights. */
body .news-hub-page .atlas-hero::after,
body .news-hub-page #news-hub .atlas-card::after { display: none !important; }

body .news-hub-page #news-hub .atlas-card,
body .news-hub-page #news-hub .atlas-card:first-child,
body .news-hub-page #news-hub .atlas-card:first-of-type { min-height: 0; }

body .news-hub-page #news-hub .atlas-card h2 {
  max-width: 24ch;
  font-family: var(--atlas-display) !important;
  font-size: clamp(1.75rem, 2.7vw, 2.65rem) !important;
  line-height: 1.08;
}

body .news-hub-page #news-hub .atlas-card p {
  font-family: var(--atlas-body) !important;
  font-size: 1rem !important;
  line-height: 1.65;
}

@media (max-width: 960px) {
  .atlas-nav { align-items: flex-start; }
  .atlas-tools {
    flex: 1 1 100%;
    width: 100%;
    justify-content: flex-start;
  }
  .atlas-article {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
  .atlas-article > .atlas-aside {
    position: static;
    max-width: none;
  }
}

@media (max-width: 760px) {
  .atlas-nav {
    flex-direction: column;
    align-items: stretch;
    padding-block: 1rem;
  }
  .atlas-brand,
  .atlas-tools { width: 100%; }
  .atlas-tools { gap: 6px; }
  .atlas-tools a {
    flex: 0 1 auto;
    min-height: 46px;
  }
}

@media (max-width: 560px) {
  .wrap { width: min(100% - 24px, 1120px); }
  .atlas-brand { gap: 12px; }
  .atlas-nav > .atlas-brand > img {
    width: 54px !important;
    height: 54px !important;
    flex-basis: 54px !important;
  }
  .atlas-nav > .atlas-brand strong {
    font-size: 1.08rem !important;
    letter-spacing: .12em !important;
  }
  .atlas-nav > .atlas-brand small {
    font-size: .8125rem;
    letter-spacing: .16em;
  }
  body .atlas-hero h1 {
    max-width: 24ch;
    font-size: clamp(2.35rem, 12vw, 3.5rem) !important;
  }
  body .atlas-hero p { font-size: 1rem !important; }
  body .atlas-copy h2 {
    max-width: 25ch;
    font-size: clamp(1.75rem, 8vw, 2.25rem) !important;
  }
  body .atlas-copy p,
  body .atlas-copy li,
  body .atlas-callout {
    font-size: 1rem !important;
    line-height: 1.72;
  }
  .atlas-article > .atlas-aside { border-radius: 1rem; }
}
@media(max-width:780px){.atlas-brand{gap:14px}.atlas-brand::before{width:58px;height:58px;flex-basis:58px;font-size:24px}.atlas-brand strong{width:120px;font-size:23px!important}.atlas-brand small{font-size:13px;letter-spacing:.22em}.atlas-hero h1{font-size:clamp(40px,12vw,58px);line-height:1.02}.atlas-hero p{font-size:17px}.atlas-article{gap:34px;padding-top:42px}.atlas-copy h2{font-size:30px}.atlas-copy p{font-size:16px;line-height:1.68}.atlas-aside{padding:18px}.atlas-aside strong{font-size:23px}}
