/* Six continents, a quieter hover, and a more expressive point of contact. */

/* The sector list can grow while retaining the restrained editorial rhythm. */
.sectors { align-items: flex-start; gap: 40px; padding-top: 32px; border-top: 1px solid #dce3ec; }
.sectors > .eyebrow { max-width: 160px; padding-top: 7px; line-height: 1.8; }
.sectors ul { gap: 10px; }
.sectors li { padding: 8px 18px; transition: color .25s, background .25s, border-color .25s; }
.sectors li:hover { color: var(--orange-dark); border-color: #e8c4af; background: #fff8f2; }
.place-list { flex-wrap: wrap; gap: 12px 18px; }
.place-list > span { font-size: 1rem; }
.geography-inner { padding-block: 24px; }

/* Country labels follow their geographic markers as the world rotates. */
.globe-city-label {
  left: 0; top: 0; right: auto; bottom: auto;
  visibility: hidden; opacity: 0; white-space: nowrap;
  padding: 7px 11px; font-size: .75rem; pointer-events: none;
  transition: opacity .3s ease, visibility .3s;
  box-shadow: 0 5px 20px #17366b0b;
}
.globe-city-label.is-shown { visibility: visible; opacity: 1; }
.globe-city-label > span { width: 5px; height: 5px; }

/* A full-width atlas gives the geography room, with a clear six-continent hierarchy. */
.global .section-heading { align-items: center; }
.global .section-heading h2 { font-size: clamp(2.05rem, 3.7vw, 3.35rem); }
.global-atlas {
  position: relative; overflow: hidden; border: 1px solid #dfe6ef; border-radius: 16px;
  background: radial-gradient(ellipse at 67% 35%, #fff 0, #f7f9fc 58%, #f1f5fa 100%);
}
.atlas-topline { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 35px 42px 4px; }
.atlas-kicker { display: block; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 11px; }
.atlas-topline h3 { font-size: 1.9rem; line-height: 1.25; }
.atlas-metric { display: flex; align-items: center; gap: 19px; padding-left: 30px; border-left: 1px solid #dce4ee; }
.atlas-metric strong { font-size: 4.6rem; font-weight: 400; letter-spacing: -.075em; line-height: 1; color: var(--orange-dark); }
.atlas-metric > span { font-size: .8rem; line-height: 1.8; color: var(--muted); }
.atlas-stage { position: relative; padding: 6px 22px 0; }
.atlas-map { width: 100%; height: auto; display: block; overflow: visible; }
.atlas-routes { fill: none; stroke: #df7b48; stroke-width: 1.05; opacity: .55; }
.atlas-route { stroke-dasharray: 1200; stroke-dashoffset: 0; }
.atlas-pin { fill: var(--orange); }
.atlas-pin > circle:last-child { stroke: #fff; stroke-width: 1.8; }
.atlas-pin-halo { opacity: .09; }
.atlas-label { fill: #526882; font-family: var(--font); font-size: 10.5px; letter-spacing: .04em; font-weight: 650; paint-order: stroke; stroke: #f7f9fc; stroke-width: 4px; stroke-linejoin: round; }
.atlas-home > circle:first-child { fill: var(--orange); opacity: .13; }
.atlas-home > circle:nth-child(2) { fill: var(--orange); stroke: #fff; stroke-width: 2; }
.atlas-home text { fill: var(--navy); font-family: var(--font); font-size: 12px; font-weight: 750; letter-spacing: .08em; paint-order: stroke; stroke: #f7f9fc; stroke-width: 4px; }
.atlas-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; margin: 0 42px; border-top: 1px solid #e0e7ef; }
.atlas-footer > span { display: flex; align-items: center; gap: 10px; font-size: .75rem; color: #536880; }
.atlas-footer i { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.atlas-footer p { font-size: .75rem; }
.continent-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 32px; margin-top: 34px; }
.continent-card { display: flex; align-items: baseline; gap: 17px; border-bottom: 1px solid var(--line); padding: 24px 4px 27px; }
.continent-number { color: var(--orange-dark); font-size: .75rem; padding-top: 2px; }
.continent-card h3 { font-size: 1.3rem; letter-spacing: -.025em; margin-bottom: 11px; transition: color .3s; }
.continent-card p { font-size: .875rem; line-height: 1.85; max-width: 320px; }
.continent-card:hover h3 { color: var(--orange-dark); }

/* A deliberate height transition prevents the immediate row jump on hover. */
.member { transition: background .4s; }
.member.is-animating { overflow: hidden; }
.member summary { transition: padding .4s; }
.member .member-initials { transition: color .4s, background .4s, border-color .4s, transform .4s; }
.member summary > .icon { transition: transform .4s cubic-bezier(.22, 1, .36, 1), color .4s; }
.member[data-expanded="true"] .member-initials { color: var(--orange-dark); background: #fff2e9; border-color: #f1d5c5; transform: scale(1.035); }
.member[data-expanded="false"] summary > .icon { transform: rotate(0); color: #8b97a6; }
.member-bio { opacity: 1; transform: translateY(0); transition: opacity .3s ease, transform .4s ease; }
.member[data-expanded="false"] .member-bio { opacity: 0; transform: translateY(-6px); }

/* An original, locally stored 3D illustration, with its own alpha background. */
.contact-top { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(240px, .85fr); gap: 25px; margin-bottom: 35px; }
.contact-illustration { width: 100%; max-width: 350px; justify-self: end; }
.contact-illustration img { width: 100%; height: auto; filter: drop-shadow(0 15px 18px #233f6908); }
.contact-top h2 { font-size: clamp(2rem, 3.55vw, 3.15rem); }

/* Keep an accurate native cursor hotspot, with an optional restrained trailing halo. */
.cursor-halo { position: fixed; top: 0; left: 0; width: 0; height: 0; z-index: 100; pointer-events: none; opacity: 0; transition: opacity .18s; }
.cursor-halo::after { content: ''; position: absolute; width: 38px; height: 38px; left: -19px; top: -19px; border: 1px solid #e5b59b; border-radius: 50%; transition: transform .3s, background .3s, border-color .3s; }
.cursor-halo.is-visible { opacity: .6; }
.cursor-halo.is-interactive::after { transform: scale(1.35); background: #e66b2f06; border-color: var(--orange); }
.cursor-halo.is-pressed::after { transform: scale(.78); }
@media (hover: hover) and (pointer: fine) {
  html, body, a, button, summary, .gallery-track { cursor: url('assets/cursor-globe.svg') 16 16, auto; }
  input, textarea, [contenteditable="true"] { cursor: text; }
  button:disabled { cursor: not-allowed; }
}
@media (prefers-reduced-motion: no-preference) {
  .global-atlas.will-reveal:not(.is-visible) .atlas-route { stroke-dashoffset: 1200; }
  .global-atlas.is-visible .atlas-route { transition: stroke-dashoffset 2.2s cubic-bezier(.25, .5, .35, 1) .15s; }
}
@media (max-width: 1050px) {
  .atlas-topline { padding: 29px 30px 5px; }
  .atlas-metric strong { font-size: 3.8rem; }
  .atlas-footer { margin-inline: 30px; }
  .continent-grid { column-gap: 24px; }
  .continent-card { gap: 12px; }
  .contact-top { grid-template-columns: minmax(0, 1.6fr) minmax(210px, .8fr); }
}
@media (max-width: 760px) {
  .sectors { gap: 0; padding-top: 25px; }
  .sectors > .eyebrow { max-width: none; padding-top: 0; }
  .sectors ul { gap: 8px; }
  .sectors li { font-size: .875rem; padding: 7px 13px; }
  .global .section-heading h2 { font-size: clamp(2rem, 8.1vw, 3.1rem); }
  .global-atlas { border-radius: 11px; }
  .atlas-topline { padding: 25px 21px 12px; align-items: flex-start; gap: 18px; }
  .atlas-kicker { font-size: .75rem; max-width: 130px; line-height: 1.65; letter-spacing: .05em; margin-bottom: 10px; }
  .atlas-topline h3 { font-size: 1.45rem; max-width: 160px; }
  .atlas-metric { display: block; padding-left: 17px; min-width: 96px; }
  .atlas-metric strong { font-size: 3.2rem; }
  .atlas-metric > span { display: block; font-size: .75rem; margin-top: 8px; line-height: 1.65; }
  .atlas-stage { padding: 10px 3px 16px; }
  .atlas-map { min-height: 175px; }
  .atlas-labels { display: none; }
  .atlas-home text { font-size: 22px; }
  .atlas-routes { stroke-width: 1.6; }
  .atlas-footer { flex-direction: column; align-items: flex-start; gap: 6px; margin: 0 21px; padding: 17px 0; }
  .atlas-footer > span, .atlas-footer p { font-size: .75rem; line-height: 1.7; }
  .continent-grid { grid-template-columns: 1fr 1fr; gap: 0 20px; margin-top: 17px; }
  .continent-card { gap: 10px; padding-block: 21px; }
  .continent-card h3 { font-size: 1.1rem; line-height: 1.4; margin-bottom: 8px; }
  .continent-card p { font-size: .8rem; line-height: 1.8; }
  .continent-number { font-size: .75rem; }
  .contact-top { grid-template-columns: 1fr; gap: 20px; margin-bottom: 26px; }
  .contact-top h2 { font-size: clamp(1.9rem, 7.5vw, 2.8rem); }
  .contact-illustration { width: 74%; max-width: 290px; justify-self: center; }
}
@media (max-width: 380px) {
  .continent-grid { grid-template-columns: 1fr; }
  .continent-card h3 { font-size: 1.15rem; }
  .continent-card p { font-size: .875rem; }
  .atlas-topline { padding-inline: 17px; gap: 12px; }
  .atlas-topline h3 { font-size: 1.3rem; }
  .atlas-metric { padding-left: 12px; }
}
@media (hover: none), (pointer: coarse), (prefers-reduced-motion: reduce) { .cursor-halo { display: none; } }
@media (forced-colors: active) { .cursor-halo { display: none; } html, body, a, button, summary, .gallery-track { cursor: auto; } }
@media print { .cursor-halo, .contact-illustration { display: none; } .global-atlas, .continent-card { break-inside: avoid; } }
