/* ============================================================
   ourstory.css
   Page-specific styles for the Our Story / About page.
   Global resets, header, nav, footer, .button, .label,
   .section-title, .reveal, and breakpoint rules for those
   shared components all live in the main site stylesheet.
   Only rules unique to this page belong here.
   ============================================================ */

/* ── Hero ─────────────────────────────────────────────────── */
.story-hero {
    position: relative;
    min-height: clamp(560px, 64vw, 760px);
    display: grid;
    grid-template-columns: 64px minmax(380px, .8fr) minmax(520px, 1.2fr);
    background: #050505;
    color: #fff;
    border-bottom: 1px solid #191919;
    overflow: hidden;
    isolation: isolate;
}

.story-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 12%, rgba(255, 196, 0, .16), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, .08), transparent 30%),
    linear-gradient(180deg, #101011 0%, #050505 100%);
    z-index: -2;
}

.story-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 126px 126px;
    opacity: .35;
    z-index: -1;
}

.hero-rail {
    border-right: 1px solid rgba(255, 255, 255, .18);
    display: flex;
    align-items: center;
    justify-content: space-around;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 28px 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .22em;
    color: rgba(255, 255, 255, .78);
    background: rgba(255, 255, 255, .02);
}

.hero-rail .dash {
    width: 2px;
    height: 36px;
    background: var(--yellow);
    display: block;
    margin: 18px 0;
}

.story-hero__copy {
    position: relative;
    z-index: 3;
    padding: clamp(52px, 6vw, 86px) 0 clamp(42px, 5vw, 70px) clamp(30px, 4vw, 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(90deg, #070707 0%, rgba(7, 7, 7, .94) 72%, rgba(7, 7, 7, 0) 100%);
}

.story-hero__copy p {
    max-width: 560px;
    color: rgba(255, 255, 255, .78);
    font-weight: 300;
    line-height: 1.5;
    font-size: clamp(16px, 1.25vw, 20px);
    margin: 24px 0 0;
}

.hero-title {
    font-size: clamp(68px, 8.1vw, 132px);
    max-width: 760px;
}

.hero-title .thin {
    display: block;
    font-family: var(--sans);
    font-weight: 300;
    letter-spacing: .04em;
    line-height: .95;
    font-size: .56em;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.hero-secondary-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .08em;
    border-bottom: 2px solid var(--yellow);
    padding: 9px 0;
    transition: color .25s var(--ease), gap .25s var(--ease);
}

.hero-secondary-link:hover {
    color: var(--yellow);
    gap: 12px;
}

.story-hero__visual {
    position: relative;
    min-width: 0;
    overflow: hidden;
    perspective: 1200px;
}

.story-hero__visual:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(7, 7, 7, .38), rgba(7, 7, 7, .04) 50%, rgba(7, 7, 7, .24)),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, .50) 100%);
    pointer-events: none;
}

.story-hero__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: saturate(.96) contrast(1.06) brightness(.86);
    transform: scale(1.04);
    transition: transform .7s var(--ease), filter .7s var(--ease);
}

.story-hero__visual:hover img {
    transform: scale(1.08);
    filter: saturate(1) contrast(1.08);
}

.hero-stat-row {
    position: absolute;
    left: clamp(24px, 4vw, 62px);
    right: clamp(24px, 4vw, 62px);
    bottom: clamp(22px, 3vw, 42px);
    z-index: 4;
    display: grid;
    grid-template-columns: .58fr 1fr 1fr;
    min-height: 92px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(5, 5, 5, .82);
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .36), 0 0 0 1px rgba(255, 196, 0, .22);
}

.hero-stat {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 24px;
    border-left: 1px solid rgba(255, 255, 255, .18);
}

.hero-stat:first-child {
    border-left: 0;
}

.hero-stat strong {
    font-family: var(--condensed);
    font-size: clamp(40px, 4vw, 64px);
    line-height: .8;
    color: #fff;
}

.hero-stat span {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .06em;
    color: rgba(255, 255, 255, .72);
    font-weight: 700;
}

.hero-stat p {
    margin: 0;
    color: #fff;
    font-weight: 300;
    line-height: 1.25;
    font-size: clamp(15px, 1vw, 18px);
}

/* ── Intro Band ───────────────────────────────────────────── */
.intro-band {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(560px, 1.55fr);
    gap: clamp(28px, 5vw, 82px);
    align-items: center;
    padding: clamp(54px, 6vw, 86px) var(--pad);
    border-bottom: 1px solid var(--line);
    background: linear-gradient(135deg, #fbfbf8 0%, #fff 55%, #f5f5f0 100%);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.intro-band:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 0, 0, .025) 1px, transparent 1px);
    background-size: 126px 126px;
    opacity: .25;
    pointer-events: none;
    z-index: -1;
}

.intro-band .section-title {
    font-size: clamp(58px, 7vw, 104px);
    max-width: 8ch;
}

.intro-band p {
    max-width: 800px;
    margin: 0;
    color: #333;
    font-size: clamp(18px, 1.4vw, 28px);
    line-height: 1.35;
    font-weight: 300;
}

/* ── Timeline ─────────────────────────────────────────────── */
.timeline {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
    margin-top: 34px;
}

.timeline-item {
    position: relative;
    background: #fff;
    padding: 26px 22px 24px;
    min-height: 188px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease);
}

.timeline-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .1);
    background: #fffdf4;
    z-index: 2;
}

.timeline-item strong {
    font-family: var(--condensed);
    font-size: clamp(38px, 3.2vw, 58px);
    line-height: .9;
    color: #111;
}

.timeline-item h3 {
    margin: 16px 0 10px;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: .04em;
    font-weight: 700;
}

.timeline-item p {
    font-size: 13px !important;
    line-height: 1.45 !important;
    color: #4b4b46 !important;
    margin: 0 !important;
}

/* ── Global Infrastructure ────────────────────────────────── */
.infrastructure {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: clamp(38px, 4.6vw, 66px) var(--pad);
    background: #080808;
    color: #fff;
    border-bottom: 1px solid #191919;
}

.infrastructure:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 0, 0, .025) 1px, transparent 1px);
    background-size: 126px 126px;
    opacity: .25;
    pointer-events: none;
    z-index: -1;
}

.infra-head {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(520px, 1.45fr);
    gap: clamp(24px, 4vw, 58px);
    align-items: end;
    margin-bottom: clamp(20px, 2.8vw, 34px);
}

.infra-head .section-title {
    font-size: clamp(52px, 5.8vw, 88px);
    max-width: 10ch;
    margin-bottom: 24px;
}

.infra-head > p {
    max-width: 390px;
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: clamp(15px, 1vw, 18px);
    line-height: 1.48;
    font-weight: 300;
}

/* ── World Map Card ───────────────────────────────────────── */
.world-card {
    position: relative;
    min-height: clamp(420px, 34vw, 520px);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 28px;
    overflow: hidden;
    background: radial-gradient(circle at 32% 40%, rgba(255, 196, 0, .12), transparent 26%),
    linear-gradient(145deg, #171717, #070707);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .3);
}

.world-map {
    position: absolute;
    inset: 18px 22px 62px 22px;
    display: block;
    pointer-events: auto;
    opacity: 1;
}

.world-map svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}

.map-panel {
    position: absolute;
    left: 22px;
    bottom: 22px;
    z-index: 55;
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 12px;
    background: rgba(0, 0, 0, .68);
    border: 1px solid rgba(255, 255, 255, .12);
    padding: 12px 14px;
    backdrop-filter: blur(12px);
}

.map-key {
    display: flex;
    align-items: center;
    gap: 9px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .06em;
    color: rgba(255, 255, 255, .82);
    font-weight: 700;
}

.map-key i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--yellow);
    display: block;
}

.map-key i.blue {
    background: #1fa8e8;
}

.map-key i.green {
    background: #44b85a;
}

/* Connected Globally overlay */
.world-card .map-copy,
.world-card .map-copy--compact,
.world-card .map-copy--dock {
    display: block;
    position: absolute;
    left: 22px;
    right: auto;
    top: auto;
    bottom: 82px;
    z-index: 56;
    width: min(360px, calc(100% - 44px));
    max-width: 360px;
    margin: 0;
    padding: 15px 17px 16px;
    background: rgba(5, 5, 5, .80);
    border: 1px solid rgba(255, 255, 255, .14);
    border-left: 5px solid var(--yellow);
    box-shadow: 0 18px 48px rgba(0, 0, 0, .30);
    backdrop-filter: blur(14px);
    pointer-events: none;
}

.world-card .map-copy--compact .label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 8px;
    color: var(--yellow);
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
}

.world-card .map-copy--compact .label:before {
    display: inline-block;
    content: "";
    width: 26px;
    height: 2px;
    background: var(--yellow);
}

.world-card .map-copy--compact h3 {
    display: block;
    margin: 0 0 8px;
    color: #fff;
    font-family: var(--condensed);
    font-size: clamp(30px, 2.5vw, 42px);
    line-height: .9;
    text-transform: uppercase;
}

.world-card .map-copy--compact p:not(.label) {
    display: block;
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 12.5px;
    line-height: 1.38;
    font-weight: 300;
}

/* SVG map markers */
.world-map .map-marker {
    cursor: pointer;
    pointer-events: auto;
    transform-box: fill-box;
    transform-origin: center;
    transition: filter .18s var(--ease);
}

.world-map .map-marker .ring {
    opacity: .34;
}

.world-map .map-marker .core {
    stroke: #050505;
    stroke-width: 2.2;
}

.world-map .map-marker .pulse {
    opacity: .16;
}

.world-map .map-marker:hover,
.world-map .map-marker:focus-visible,
.world-map .map-marker.is-active {
    filter: drop-shadow(0 0 14px rgba(255, 196, 0, .52));
}

.world-map .map-marker.green:hover,
.world-map .map-marker.green:focus-visible,
.world-map .map-marker.green.is-active {
    filter: drop-shadow(0 0 14px rgba(68, 184, 90, .58));
}

.world-map .map-marker.blue:hover,
.world-map .map-marker.blue:focus-visible,
.world-map .map-marker.blue.is-active {
    filter: drop-shadow(0 0 14px rgba(31, 168, 232, .58));
}

.world-map .map-marker:hover .core,
.world-map .map-marker:focus-visible .core,
.world-map .map-marker.is-active .core {
    stroke: #fff !important;
    stroke-width: 3.4 !important;
}

/* Location drawer */
.map-drawer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    width: min(520px, 52%);
    max-width: calc(100% - 24px);
    background: linear-gradient(180deg, rgba(8, 8, 8, .97), rgba(5, 5, 5, .94));
    border-left: 5px solid var(--yellow);
    box-shadow: -28px 0 80px rgba(0, 0, 0, .46);
    color: #fff;
    transform: translateX(102%);
    opacity: 0;
    visibility: hidden;
    transition: transform .34s var(--ease), opacity .24s var(--ease), visibility .24s var(--ease);
    pointer-events: none;
    overflow: hidden;
}

.map-drawer.is-open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.map-drawer:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 12%, rgba(255, 196, 0, .16), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: auto, 88px 88px, 88px 88px;
    opacity: .8;
    pointer-events: none;
}

.map-drawer__close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .06);
    color: #fff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    transition: background .2s var(--ease), color .2s var(--ease), transform .2s var(--ease);
}

.map-drawer__close:hover,
.map-drawer__close:focus-visible {
    background: var(--yellow);
    color: #000;
    transform: translateY(-1px);
}

.map-drawer__content {
    position: relative;
    z-index: 1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(52px, 5vw, 74px) clamp(30px, 3.4vw, 44px) clamp(28px, 3vw, 42px);
}

.map-drawer__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: var(--yellow);
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.1;
    letter-spacing: .13em;
    font-weight: 800;
}

.map-drawer__eyebrow:before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--drawer-color, var(--yellow));
    display: block;
}

.map-drawer h3 {
    margin: 0 0 10px;
    font-family: var(--condensed);
    font-size: clamp(42px, 3.8vw, 64px);
    line-height: .88;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
    white-space: normal;
    word-break: normal;
}

.map-drawer em {
    display: block;
    margin: 0 0 20px;
    color: var(--yellow);
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: .08em;
    font-weight: 800;
}

.map-drawer__body {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(15px, 1vw, 18px);
    line-height: 1.55;
    font-weight: 300;
}

.map-drawer__meta {
    display: grid;
    gap: 10px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.map-drawer__meta span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .68);
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .08em;
    font-weight: 700;
}

.map-drawer__meta span:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--drawer-color, var(--yellow));
    box-shadow: 0 0 0 5px var(--drawer-color-soft, rgba(255, 196, 0, .12));
    flex: 0 0 auto;
}

.world-card.is-drawer-open .world-map {
    filter: brightness(.72) saturate(.9);
}

.world-card.is-drawer-open .map-copy,
.world-card.is-drawer-open .map-copy--compact,
.world-card.is-drawer-open .map-copy--dock,
.world-card.is-drawer-open .map-panel,
.world-card.is-drawer-open .map-panel--compact {
    opacity: .35;
    pointer-events: none;
}

/* Mobile location list (phones only) */
.map-mobile-list {
    display: none;
}

/* ── Locations / Office Galleries ─────────────────────────── */
.locations {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #f8f8f5;
    padding: clamp(54px, 6vw, 90px) var(--pad);
    border-bottom: 1px solid var(--line);
}

.locations:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 0, 0, .025) 1px, transparent 1px);
    background-size: 126px 126px;
    opacity: .25;
    pointer-events: none;
    z-index: -1;
}

.locations-head {
    display: grid;
    grid-template-columns: minmax(260px, .82fr) minmax(560px, 1.38fr);
    gap: clamp(28px, 4.5vw, 72px);
    align-items: end;
    margin-bottom: clamp(32px, 5vw, 62px);
}

.locations-head .section-title {
    font-size: clamp(58px, 7vw, 104px);
    max-width: 9ch;
}

.locations-head p {
    max-width: 640px;
    margin: 0;
    color: #333;
    font-size: clamp(16px, 1.1vw, 20px);
    line-height: 1.55;
    font-weight: 300;
}

/* Gallery layout */
.locations-gallery {
    background: radial-gradient(circle at 14% 12%, rgba(255, 196, 0, .10), transparent 30%),
    linear-gradient(135deg, #fbfbf8 0%, #fff 52%, #f4f4ef 100%);
    padding-top: clamp(34px, 4vw, 54px);
    padding-bottom: clamp(44px, 5vw, 72px);
}

.locations-head--gallery {
    align-items: start;
    margin-bottom: clamp(22px, 2.8vw, 34px);
}

.locations-head--gallery p:not(.label) {
    max-width: 640px;
    margin-bottom: 0;
}

.office-gallery-grid {
    display: grid;
    gap: clamp(22px, 3vw, 34px);
}

.office-gallery-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .10);
    overflow: hidden;
}

.office-gallery-card:before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: var(--yellow);
    z-index: 2;
}

.office-gallery-card__topline {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    padding: 18px clamp(20px, 3vw, 34px);
    background: #080808;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.office-gallery-card__topline span,
.office-gallery-card__topline strong {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .08em;
    font-weight: 700;
}

.office-gallery-card__topline span {
    color: var(--yellow);
}

.office-gallery-shell {
    display: block;
    min-height: 0;
    background: #080808;
}

.office-gallery-stage {
    position: relative;
    overflow: hidden;
    background: #101010;
    isolation: isolate;
    cursor: zoom-in;
}

.office-gallery-stage,
.office-gallery-stage img {
    width: 100%;
    height: clamp(390px, 30vw, 640px);
    min-height: clamp(390px, 30vw, 640px);
}

.office-gallery-stage img {
    object-fit: cover;
    object-position: center center;
    display: block;
    transform: scale(1.01);
    transition: opacity .22s var(--ease), transform .65s var(--ease), filter .45s var(--ease);
    opacity: 1;
    filter: none;
}

.office-gallery-card:hover .office-gallery-stage img {
    transform: scale(1.04);
    filter: none;
}

.office-gallery-stage__shade {
    display: none;
}

/* Caption sits below the image */
.office-gallery-stage__caption {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    max-width: none;
    width: auto;
    padding: 20px clamp(20px, 3vw, 34px) 22px;
    background: #080808;
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: #fff;
}

.office-gallery-stage__caption span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--yellow);
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    margin-bottom: 9px;
}

.office-gallery-stage__caption span:before {
    content: "";
    width: 34px;
    height: 2px;
    background: var(--yellow);
}

.office-gallery-stage__caption h3 {
    margin: 0 0 8px;
    font-family: var(--condensed);
    font-size: clamp(40px, 3.8vw, 62px);
    line-height: .86;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.office-gallery-stage__caption p {
    margin: 0;
    max-width: 760px;
    color: rgba(255, 255, 255, .78);
    line-height: 1.45;
    font-size: clamp(13px, .95vw, 16px);
    font-weight: 300;
}

/* "Click to enlarge" badge */
.office-gallery-stage:after {
    content: "Click to enlarge";
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 4;
    padding: 9px 11px;
    background: rgba(5, 5, 5, .74);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .14);
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1;
    letter-spacing: .09em;
    font-weight: 700;
    backdrop-filter: blur(10px);
    pointer-events: none;
}

/* Thumbnails */
.office-gallery-thumbs,
.office-gallery-thumbs--hq {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 10px;
    padding: 12px;
    background: #080808;
    border-top: 1px solid rgba(255, 255, 255, .12);
    overflow: visible;
}

.office-gallery-card[data-gallery="sz"] .office-gallery-thumbs,
.office-gallery-card[data-gallery="sz"] .office-gallery-thumbs--hq {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.office-thumb {
    position: relative;
    display: block;
    width: 100%;
    height: 118px;
    min-height: 118px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .14);
    background: #111;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    text-align: left;
}

.office-thumb img {
    width: 100%;
    height: 100%;
    min-height: 118px;
    object-fit: cover;
    object-position: center center;
    opacity: .52;
    filter: saturate(.82) contrast(1.04);
    transform: scale(1.02);
    transition: opacity .25s var(--ease), transform .35s var(--ease), filter .25s var(--ease);
}

.office-thumb span {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 11px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
}

.office-thumb span:after {
    content: "→";
    color: var(--yellow);
    transition: transform .25s var(--ease);
}

.office-thumb:hover img,
.office-thumb.is-active img {
    opacity: .9;
    transform: scale(1.08);
    filter: saturate(1) contrast(1.06);
}

.office-thumb.is-active:before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    width: auto;
    height: 5px;
    background: var(--yellow);
    z-index: 3;
}

.office-thumb:hover span:after,
.office-thumb.is-active span:after {
    transform: translateX(4px);
}

/* Signage thumbnail */
.office-gallery-card[data-gallery="sz"] .office-thumb[data-kicker="Office Signage"] img {
    object-fit: contain;
    object-position: center center;
    background: #101010;
    padding: 6px;
}

.office-gallery-card[data-gallery="sz"] img[data-office-stage="sz"].is-signage-preview {
    object-fit: contain;
    object-position: center center;
    background: #080808;
}

.office-gallery-card[data-gallery="sz"] .office-gallery-stage:has(img.is-signage-preview) {
    background: #080808;
}

/* Gallery info */
.office-gallery-info {
    display: grid;
    grid-template-columns: minmax(260px, .62fr) minmax(520px, 1.38fr);
    gap: 0;
    border-top: 1px solid var(--line);
    background: #fff;
}

.office-gallery-info > div:first-child {
    padding: clamp(24px, 3vw, 38px);
    border-right: 1px solid var(--line);
}

.office-gallery-info h3 {
    margin: 0 0 12px;
    font-family: var(--condensed);
    font-size: clamp(42px, 4vw, 68px);
    line-height: .9;
    text-transform: uppercase;
}

.office-gallery-info p {
    margin: 0;
    color: #3f3f3b;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
}

.office-function-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.office-function-list span {
    padding: clamp(20px, 2.4vw, 30px);
    border-left: 1px solid var(--line);
    min-height: 150px;
    color: #4b4b46;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 300;
}

.office-function-list span:first-child {
    border-left: 0;
}

.office-function-list strong {
    display: block;
    margin-bottom: 9px;
    color: #080808;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: .07em;
    font-weight: 700;
}

/* ── Lightbox ─────────────────────────────────────────────── */
.office-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    place-items: center;
    padding: clamp(16px, 3vw, 42px);
    background: rgba(0, 0, 0, .88);
    backdrop-filter: blur(16px);
}

.office-lightbox.is-open {
    display: grid;
}

.office-lightbox__dialog {
    position: relative;
    width: min(1180px, 96vw);
    max-height: 92vh;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    background: #070707;
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: 0 32px 120px rgba(0, 0, 0, .65);
    overflow: hidden;
}

.office-lightbox__image-wrap {
    position: relative;
    min-height: 0;
    display: grid;
    place-items: center;
    background: #030303;
}

.office-lightbox__image-wrap img {
    width: 100%;
    height: 100%;
    max-height: calc(92vh - 126px);
    object-fit: contain;
    display: block;
}

.office-lightbox__caption {
    padding: 18px clamp(18px, 2.8vw, 34px) 20px;
    background: #080808;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
}

.office-lightbox__caption span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: var(--yellow);
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .12em;
    font-weight: 700;
}

.office-lightbox__caption span:before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--yellow);
}

.office-lightbox__caption h3 {
    margin: 0 0 6px;
    font-family: var(--condensed);
    font-size: clamp(34px, 3.4vw, 58px);
    line-height: .9;
    text-transform: uppercase;
}

.office-lightbox__caption p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 300;
}

.office-lightbox__close,
.office-lightbox__nav {
    position: absolute;
    z-index: 3;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(5, 5, 5, .74);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(12px);
    transition: background .2s var(--ease), transform .2s var(--ease);
}

.office-lightbox__close {
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    font-size: 26px;
    line-height: 1;
}

.office-lightbox__nav {
    top: 50%;
    width: 50px;
    height: 62px;
    transform: translateY(-50%);
    font-size: 30px;
}

.office-lightbox__nav--prev {
    left: 16px;
}

.office-lightbox__nav--next {
    right: 16px;
}

.office-lightbox__close:hover,
.office-lightbox__nav:hover {
    background: var(--yellow);
    color: #000;
}

.office-lightbox__nav:hover {
    transform: translateY(-50%) scale(1.03);
}

body.office-lightbox-lock {
    overflow: hidden;
}

/* ── Proof / What This Means ──────────────────────────────── */
.proof-band {
    display: grid;
    grid-template-columns: minmax(280px, .82fr) minmax(620px, 1.38fr);
    gap: clamp(28px, 4.5vw, 72px);
    align-items: center;
    padding: clamp(54px, 6vw, 86px) var(--pad);
    border-bottom: 1px solid var(--line);
    background: linear-gradient(135deg, #fff, #f7f7f4);
}

.proof-band .section-title {
    font-size: clamp(58px, 7vw, 104px);
    max-width: 9ch;
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.proof-card {
    background: #fff;
    min-height: 220px;
    padding: 28px 22px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease);
}

.proof-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .1);
    background: #fffdf4;
    z-index: 2;
}

.proof-card svg {
    width: 36px;
    height: 36px;
    stroke: var(--yellow);
    fill: none;
    stroke-width: 1.8;
    margin-bottom: 20px;
}

.proof-card h3 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .045em;
    margin: 0 0 10px;
}

.proof-card p {
    margin: 0;
    color: #4b4b46;
    line-height: 1.48;
    font-size: 14px;
    font-weight: 300;
}

/* ── Responsive ───────────────────────────────────────────── */

/* Desktop two-column infrastructure layout */
@media (min-width: 1000px) {
    .infrastructure {
        display: grid;
        grid-template-columns: minmax(290px, .72fr) minmax(620px, 1.58fr);
        gap: clamp(28px, 4vw, 72px);
        align-items: center;
        padding-top: clamp(44px, 5vw, 70px);
        padding-bottom: clamp(44px, 5vw, 70px);
    }

    .infra-head {
        display: block;
        margin-bottom: 0;
    }

    .infra-head .section-title {
        margin-bottom: 24px;
    }

    .infra-head > p {
        max-width: 390px;
    }

    .world-card {
        min-height: clamp(430px, 38vw, 560px);
    }
}

/* Large tablet */
@media (min-width: 901px) and (max-width: 1180px) {
    .story-hero {
        grid-template-columns: 52px minmax(320px, .9fr) minmax(420px, 1.1fr);
        min-height: clamp(560px, 62vw, 680px);
    }

    .story-hero__copy {
        padding-left: clamp(28px, 3.4vw, 42px);
        padding-right: 22px;
    }

    .hero-title {
        font-size: clamp(62px, 8.4vw, 104px);
        max-width: 9ch;
    }

    .story-hero__copy p {
        max-width: 460px;
        font-size: 17px;
    }

    .hero-stat-row {
        left: 28px;
        right: 28px;
        grid-template-columns: .68fr 1fr 1fr;
    }

    .intro-band {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .timeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .infrastructure {
        display: block;
    }

    .infrastructure .infra-head {
        display: grid;
        grid-template-columns: minmax(260px, .82fr) minmax(420px, 1.18fr);
        gap: 30px;
        margin-bottom: 28px;
        align-items: start;
    }

    .world-card {
        min-height: clamp(500px, 58vw, 610px);
    }

    .map-drawer {
        width: min(500px, 66%);
    }

    .map-drawer h3 {
        font-size: clamp(40px, 6vw, 58px);
    }

    .locations-gallery .locations-head,
    .locations-gallery .locations-head--gallery {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .locations-gallery .office-gallery-stage,
    .locations-gallery .office-gallery-stage > img[data-office-stage] {
        height: 520px;
        min-height: 520px;
    }

    .office-gallery-thumbs,
    .office-gallery-thumbs--hq,
    .office-gallery-card[data-gallery="sz"] .office-gallery-thumbs {
        display: flex !important;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 10px;
        padding: 12px;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
    }

    .office-thumb {
        flex: 0 0 148px;
        height: 106px;
        min-height: 106px;
        scroll-snap-align: start;
    }

    .office-thumb img,
    .office-gallery-thumbs--hq .office-thumb img {
        height: 106px;
        min-height: 106px;
    }

    .office-gallery-info {
        grid-template-columns: 1fr;
    }

    .office-gallery-info > div:first-child {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .office-function-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .proof-band {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Tablet: interactive map, bigger touch targets */
@media (min-width: 768px) and (max-width: 1023px) {
    .world-card {
        min-height: 560px;
        border-radius: 24px;
    }

    .world-map {
        inset: 12px 16px 80px 16px;
    }

    .map-drawer {
        width: min(460px, 64%);
    }

    .map-drawer__content {
        padding: 58px 28px 30px;
    }

    .map-drawer h3 {
        font-size: clamp(38px, 5vw, 56px);
    }

    .world-card .map-copy,
    .world-card .map-copy--compact,
    .world-card .map-copy--dock {
        left: 20px;
        bottom: 94px;
        width: min(340px, calc(100% - 40px));
    }

    .world-card .map-panel,
    .world-card .map-panel--compact {
        left: 20px;
        bottom: 20px;
    }
}

/* Tablet gallery thumbs */
@media (min-width: 768px) and (max-width: 1180px) {
    .office-gallery-stage,
    .office-gallery-stage img {
        height: 470px;
        min-height: 470px;
    }

    .office-gallery-thumbs,
    .office-gallery-thumbs--hq,
    .office-gallery-card[data-gallery="sz"] .office-gallery-thumbs {
        display: flex !important;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 10px;
        padding: 12px;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
    }

    .office-thumb {
        flex: 0 0 148px;
        height: 108px;
        min-height: 108px;
        scroll-snap-align: start;
    }

    .office-thumb img,
    .office-gallery-thumbs--hq .office-thumb img {
        height: 108px;
        min-height: 108px;
    }

    .office-gallery-info {
        grid-template-columns: 1fr;
    }

    .office-gallery-info > div:first-child {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .office-function-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .office-function-list span {
        border-top: 1px solid var(--line);
    }

    .office-function-list span:nth-child(odd) {
        border-left: 0;
    }
}

/* Phone: replace map with accordion list */
@media (max-width: 767px) {
    .infrastructure {
        padding: 38px 20px;
    }

    .story-hero {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .hero-rail {
        display: none;
    }

    .story-hero__copy {
        order: 1;
        padding: 36px 22px 28px;
        background: #070707;
    }

    .hero-title {
        max-width: 10ch;
        font-size: clamp(56px, 17vw, 88px);
        line-height: .88;
    }

    .story-hero__copy p {
        max-width: 34rem;
        font-size: 16px;
        line-height: 1.48;
    }

    .story-hero__visual {
        order: 2;
        min-height: clamp(320px, 72vw, 470px);
    }

    .hero-stat-row {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        grid-template-columns: 1fr;
        margin: 0 22px 26px;
    }

    .hero-stat {
        min-height: 72px;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .16);
        padding: 18px;
    }

    .hero-stat:first-child {
        border-top: 0;
    }

    .intro-band, .infrastructure, .locations, .proof-band {
        padding: 36px 22px;
    }

    .intro-band {
        display: block;
    }

    .intro-band .section-title,
    .infra-head .section-title,
    .locations-head .section-title,
    .proof-band .section-title {
        font-size: clamp(48px, 14vw, 76px);
        line-height: .9;
        max-width: 10ch;
    }

    .timeline {
        grid-template-columns: 1fr;
        margin-top: 24px;
    }

    .timeline-item {
        min-height: 0;
        padding: 22px 20px;
    }

    .world-card {
        min-height: 0;
        border-radius: 22px;
        overflow: hidden;
    }

    .world-map {
        position: relative !important;
        inset: auto !important;
        height: 240px;
        opacity: .42;
        pointer-events: none;
        border-bottom: 1px solid rgba(255, 255, 255, .10);
    }

    .world-map svg {
        width: 130%;
        height: 100%;
        margin-left: -15%;
    }

    .world-card .map-copy,
    .world-card .map-copy--compact,
    .world-card .map-copy--dock,
    .world-card .map-panel,
    .world-card .map-panel--compact,
    .world-map #map-markers,
    .map-drawer {
        display: none !important;
    }

    .world-map .map-marker,
    .world-map .map-marker * {
        display: none !important;
        pointer-events: none !important;
    }

    .map-mobile-list {
        display: grid !important;
        gap: 10px;
        padding: 16px;
    }

    .map-mobile-item {
        position: relative;
        display: block;
        width: 100%;
        min-height: 56px;
        padding: 15px 44px 15px 15px;
        border: 1px solid rgba(255, 255, 255, .13);
        background: rgba(255, 255, 255, .055);
        color: #fff;
        text-align: left;
        cursor: pointer;
        transition: background .2s var(--ease), border-color .2s var(--ease);
    }

    .map-mobile-item:after {
        content: "+";
        position: absolute;
        right: 16px;
        top: 14px;
        color: var(--yellow);
        font-size: 22px;
        line-height: 1;
        font-weight: 300;
    }

    .map-mobile-item.is-open:after {
        content: "–";
    }

    .map-mobile-item span {
        display: flex;
        align-items: center;
        gap: 10px;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: .07em;
        font-weight: 700;
    }

    .map-mobile-item i {
        width: 10px;
        height: 10px;
        border-radius: 999px;
        background: var(--yellow);
        box-shadow: 0 0 0 6px rgba(255, 196, 0, .13);
        flex: 0 0 auto;
    }

    .map-mobile-item.office i,
    .map-mobile-item.mfg i {
        background: #1fa8e8;
        box-shadow: 0 0 0 6px rgba(31, 168, 232, .13);
    }

    .map-mobile-item.dist i {
        background: #44b85a;
        box-shadow: 0 0 0 6px rgba(68, 184, 90, .13);
    }

    .map-mobile-item em {
        display: block;
        margin: 6px 0 0 20px;
        color: rgba(255, 255, 255, .58);
        font-style: normal;
        font-size: 12px;
    }

    .map-mobile-item p {
        display: none;
        margin: 11px 0 0 20px;
        color: rgba(255, 255, 255, .74);
        font-size: 13px;
        line-height: 1.45;
        font-weight: 300;
    }

    .map-mobile-item.is-open {
        background: rgba(255, 255, 255, .085);
        border-color: rgba(255, 196, 0, .34);
    }

    .map-mobile-item.is-open p {
        display: block;
    }

    /* Office galleries on phone */
    .locations-gallery {
        padding: 34px 22px 44px;
    }

    .office-gallery-card__topline {
        display: grid;
        gap: 8px;
        padding: 16px 18px;
    }

    .office-gallery-stage,
    .office-gallery-stage img {
        height: 390px;
        min-height: 390px;
    }

    .office-gallery-stage__caption {
        padding: 18px;
    }

    .office-gallery-stage__caption h3 {
        font-size: 34px;
    }

    .office-gallery-stage__caption p {
        font-size: 13px;
        line-height: 1.45;
    }

    .office-gallery-stage:after {
        content: "Tap to enlarge";
        right: 12px;
        top: 12px;
        font-size: 9px;
    }

    .office-gallery-thumbs,
    .office-gallery-thumbs--hq,
    .office-gallery-card[data-gallery="sz"] .office-gallery-thumbs {
        display: flex !important;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 10px;
        padding: 12px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .office-thumb {
        flex: 0 0 128px;
        height: 96px;
        min-height: 96px;
        scroll-snap-align: start;
    }

    .office-thumb img,
    .office-gallery-thumbs--hq .office-thumb img {
        height: 96px;
        min-height: 96px;
    }

    .office-gallery-info {
        display: block;
    }

    .office-gallery-info > div:first-child {
        padding: 22px 20px;
    }

    .office-gallery-info h3 {
        font-size: 42px;
    }

    .office-function-list {
        grid-template-columns: 1fr;
    }

    .office-function-list span,
    .office-function-list span:nth-child(odd) {
        min-height: 0;
        padding: 20px;
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .proof-band {
        display: block;
    }

    .proof-grid {
        grid-template-columns: 1fr;
        border-left: 1px solid var(--line);
        margin-top: 24px;
    }

    .proof-card {
        min-height: 0;
        padding: 24px 20px;
    }

    .office-lightbox {
        padding: 10px;
    }

    .office-lightbox__dialog {
        width: 100%;
        max-height: 94vh;
    }

    .office-lightbox__image-wrap img {
        max-height: calc(94vh - 150px);
    }

    .office-lightbox__caption {
        padding: 16px;
    }

    .office-lightbox__caption h3 {
        font-size: 34px;
    }

    .office-lightbox__caption p {
        font-size: 13px;
    }

    .office-lightbox__close {
        top: 10px;
        right: 10px;
        width: 42px;
        height: 42px;
    }

    .office-lightbox__nav {
        width: 42px;
        height: 54px;
        font-size: 26px;
    }

    .office-lightbox__nav--prev {
        left: 10px;
    }

    .office-lightbox__nav--next {
        right: 10px;
    }
}

/* Small phones */
@media (max-width: 420px) {
    .story-hero__copy,
    .intro-band,
    .infrastructure,
    .locations,
    .proof-band {
        padding-left: 18px;
        padding-right: 18px;
    }

    .hero-title {
        font-size: 52px;
    }

    .story-hero__visual {
        min-height: 300px;
    }

    .world-map {
        height: 210px;
    }

    .office-gallery-stage,
    .office-gallery-stage img {
        height: 350px;
        min-height: 350px;
    }

    .office-thumb {
        flex-basis: 118px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .world-map .map-marker,
    .world-map .map-marker .pulse,
    .office-gallery-stage img,
    .office-thumb img {
        animation: none !important;
        transition: none !important;
    }
}

.button svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.top-cta {
    border-right: 1px solid rgba(0, 0, 0, .16) !important;
}