:root{--paper:#f6f7f9;--white:#fff;--ink:#161a1d;--muted:#626971;--line:#dce0e4;--accent:#375b9b;--header-height:76px;--display:"Space Grotesk",sans-serif;--body:"DM Sans",sans-serif;color-scheme:light}
*{box-sizing:border-box;letter-spacing:0}
html{scroll-behavior:smooth;scroll-padding-top:var(--header-height);scrollbar-gutter:stable}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit}
button,a,summary{touch-action:manipulation}
button{cursor:pointer}
img{display:block;max-width:100%}
button[hidden]{display:none}
h1,h2,h3,p{margin:0}
h1,h2,h3{font-family:var(--display);font-weight:500}
:focus-visible{outline:3px solid #087bb5;outline-offset:6px}
::selection{background:#b6dcea;color:#111}
.icon{flex:0 0 auto;object-fit:contain;width:20px;height:20px}
.skip-link{position:fixed;top:12px;left:12px;z-index:500;padding:12px 20px;background:#fff;transform:translateY(-180%)}
.skip-link:focus{transform:translateY(0)}
.site-header{height:var(--header-height);position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:0 4%;background:#fff;border-bottom:1px solid rgba(0,0,0,.08)}
.wordmark{display:inline-flex;align-items:center;gap:12px;font-family:var(--display);font-size:13px;font-weight:600;white-space:nowrap}
.wordmark strong{font-size:21px;font-weight:700}
.wordmark-divider{font-size:24px;color:#90969b;font-weight:300}
.header-edition{font-size:10px;color:var(--muted)}
.header-actions{display:flex;align-items:center;gap:30px;font-size:12px;font-weight:600}
.header-actions>a{display:flex;gap:8px;align-items:center;padding:10px 0}
.header-actions .icon{width:16px;height:16px}
.header-actions>a:hover{color:var(--accent)}
.icon-button{position:relative;border:1px solid var(--line);background:transparent;border-radius:50%;width:38px;height:38px;display:grid;place-items:center;padding:0;flex-shrink:0}
.icon-button:hover{background:#eef1f4}
[data-tooltip]:after{content:attr(data-tooltip);position:absolute;top:calc(100% + 12px);right:0;padding:7px 10px;background:var(--ink);color:#fff;white-space:nowrap;font-size:11px;pointer-events:none;opacity:0;transition:opacity .15s}
[data-tooltip]:hover:after,[data-tooltip]:focus-visible:after{opacity:1}
.reading-track{position:absolute;bottom:-1px;left:0;width:100%;height:3px;overflow:hidden}
#reading-progress{display:block;height:100%;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:background-color .6s}
.hero{position:relative;isolation:isolate;height:calc(100svh - 144px);min-height:610px;max-height:960px;overflow:hidden;color:#fff;background:#263238}
.hero-photo{position:absolute;inset:0;z-index:-3;width:100%;height:100%;object-fit:cover;object-position:61% 55%}
.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(11,18,22,.84) 0%,rgba(11,18,22,.60) 33%,rgba(11,18,22,.08) 70%),linear-gradient(0deg,rgba(9,16,19,.5),transparent 34%)}
.hero-content{position:relative;height:100%;padding:48px 7%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.hero-kicker{display:flex;align-items:center;gap:12px;font-size:11px;font-weight:500;margin-bottom:28px}
.small-rule{height:1px;width:32px;background:currentColor}
.hero h1{font-size:96px;line-height:1.01;font-weight:500}
.hero h1>span{color:#fff}
.hero-deck{font-size:17px;line-height:1.5;margin-top:25px;color:#e6e9eb}
.hero-begin{display:flex;gap:22px;align-items:center;margin-top:28px;font-size:12px;font-weight:500}
.round-arrow{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.6);transition:background .2s,transform .2s}
.round-arrow .icon{filter:invert(1);width:22px;height:22px}
.hero-begin:hover .round-arrow{background:rgba(255,255,255,.18);transform:translateY(4px)}
.hero-range{position:absolute;right:4%;top:38px;display:flex;align-items:center;gap:22px;font-family:var(--display);font-size:22px}
.range-rule{width:78px;height:1px;background:rgba(255,255,255,.7);position:relative}
.range-rule:after{content:"";position:absolute;right:0;top:-3px;width:7px;height:7px;border-top:1px solid #fff;border-right:1px solid #fff;transform:rotate(45deg)}
.hero-caption{position:absolute;right:4%;bottom:32px;font-size:10px;line-height:1.65;text-align:right;text-shadow:0 1px 8px #000}
.era-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:#fff;padding:30px 7%;gap:30px;position:relative}
.era-nav>a{display:flex;align-items:center;gap:18px;min-width:0}
.era-nav>a+ a{border-left:1px solid var(--line);padding-left:30px}
.era-number{font-family:var(--display);font-size:30px;font-weight:300;color:#77818a}
.era-nav small{display:block;font-size:10px;color:var(--muted);margin-bottom:3px}
.era-nav strong{font-family:var(--display);font-size:15px;font-weight:500}
.era-nav .icon{margin-left:auto;width:17px;height:17px}
.era-nav>a:hover strong{color:#087bb5}
.timeline{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);position:relative}
.visual-stage{position:sticky;top:var(--header-height);height:calc(100svh - var(--header-height));max-height:1200px;align-self:start;overflow:hidden;background:#181d21;isolation:isolate}
.scene{position:absolute;inset:0;display:flex;flex-direction:column;padding:42px 8%;color:#f9fafb;background:#191d22;opacity:0;visibility:hidden;transition:opacity .55s ease,visibility .55s;overflow:hidden;isolation:isolate}
.scene.is-active{opacity:1;visibility:visible}
.scene--light{background:#eaf0f2;color:#182027}
.scene--sigma{background:#573360;color:#fff}
.scene--gm,.mobile-art.scene--gm{background:#ff4500;color:#161a1d}
.scene--gm .scene-caption,.scene--gm .scene-topline>span:last-child,.scene--gm .art-small{opacity:1}
.scene:before{content:"";position:absolute;inset:0;z-index:-2;opacity:.3;background-image:radial-gradient(currentColor .55px,transparent .6px);background-size:28px 28px;mask-image:linear-gradient(0deg,#000,transparent 78%)}
.scene-topline{position:relative;z-index:3;display:flex;align-items:center;gap:9px;font-size:10px;line-height:1.4}
.scene-topline>span:last-child{margin-left:auto;white-space:nowrap;opacity:.7}
.scene-dot{width:6px;height:6px;border-radius:50%;background:var(--scene-accent);box-shadow:0 0 0 4px #ffffff12}
.scene--sigma .scene-dot,.scene--gm .scene-dot{background:#fff}
.scene-year{position:absolute;top:10%;left:4%;font-family:var(--display);font-size:190px;line-height:1;font-weight:600;color:transparent;-webkit-text-stroke:1px #ffffff12;z-index:-1;pointer-events:none;transform:translate3d(0,var(--scene-drift,0px),0)}
.scene--light .scene-year{-webkit-text-stroke:1px #1a344f12}
.scene--gm .scene-year{display:none}
.scene-art{position:relative;flex:1;display:flex;align-items:center;justify-content:center;min-height:0;padding:55px 0 45px}
.scene-art>div{width:100%}
.scene-caption{font-size:9px;line-height:1.6;max-width:90%;opacity:.74;position:relative;z-index:3}
.stage-progress{position:absolute;bottom:0;left:0;width:100%;height:3px;background:#ffffff18;z-index:5}
#stage-progress{display:block;width:100%;height:100%;background:#fff;transform:scaleX(0);transform-origin:left}
.archive-art{position:relative}
.archive-stamp{display:block;font-size:9px;margin-bottom:12px;opacity:.8}
.archive-photo{width:100%;aspect-ratio:16/9;object-fit:cover;box-shadow:0 18px 55px #0003}
.archive-location{display:block;font-family:var(--display);font-size:25px;line-height:1.25;margin-top:22px;font-weight:400}
.office-art .archive-photo{transform:rotate(-3deg)}
.legacy-wordmark{margin-bottom:30px}
.legacy-wordmark>.brand-art{width:220px;max-height:60px;margin:0}
.legacy-wordmark>span{display:block;font-size:8px;margin-top:10px;color:#c7cdd3}
.expertise-words{display:flex;gap:14px;flex-wrap:wrap;margin-top:25px;font-size:11px;color:#dce1e5}
.brand-art{width:min(100%,320px);max-height:100px;object-fit:contain;margin-inline:auto}
.irish-art{display:flex;flex-direction:column;gap:38px}
.place-word{font-family:var(--display);font-size:68px;line-height:1;font-weight:500;color:#006c80}
.location-line{display:flex;gap:12px;align-items:center;font-size:11px}
.location-point{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--scene-accent,#ff4500);flex-shrink:0;box-shadow:0 0 0 5px #087bb511}
.date-bridge{display:flex;align-items:center;gap:20px;font-family:var(--display);font-size:25px;margin-top:10px}
.bridge-line{height:1px;flex:1;background:currentColor;opacity:.5;min-width:30px}
.sigma-art .brand-art{max-height:120px;width:90%;margin-bottom:48px}
.role-line{display:flex;align-items:center;gap:20px;font-size:10px}
.art-statement{display:block;font-family:var(--display);font-size:32px;line-height:1.25;margin-top:60px}
.cloud-art>.brand-art{margin-bottom:55px}
.service-steps{display:flex;flex-direction:column;gap:12px;counter-reset:services}
.service-steps>span{padding:16px 0;border-top:1px solid #16202822;font-family:var(--display);font-size:23px;counter-increment:services}
.service-steps>span:before{content:"0" counter(services);font-family:var(--body);font-size:10px;color:#005cb9;margin-right:28px;vertical-align:middle}
.art-small{display:block;font-size:10px;line-height:1.6;margin-top:38px;opacity:.8}
.marketplace-name{font-family:var(--display);font-size:60px;font-weight:600;color:#fff;line-height:1.1}
.marketplace-name>span{font-weight:300;color:#86c8dd}
.capability-route{display:flex;justify-content:space-between;gap:15px;margin-top:55px;padding-top:22px;border-top:1px solid #94c5d959;position:relative;font-size:13px}
.capability-route>span{position:relative}
.capability-route>span:before{content:"";width:6px;height:6px;background:#8cb8c9;position:absolute;top:-26px;left:0}
.gateway-line{margin-top:58px;border-top:1px solid #ffffff26;padding-top:20px;display:flex;align-items:center;gap:20px;font-size:12px}
.gateway-line>span{color:#b295c5}
.gateway-line>strong{font-weight:400}
.family-art{text-align:center}
.parent-name{font-family:var(--display);font-size:38px;line-height:1.2}
.parent-name>span{display:block;font-family:var(--body);font-size:11px;margin-top:8px}
.vertical-connector{display:block;width:1px;height:38px;background:#90a0aa;margin:16px auto}
.cdf-name{font-family:var(--display);font-size:28px}
.family-branches{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:34px;border-top:1px solid #a7b1b9;padding-top:30px;gap:10px}
.family-branches:before{content:"";height:34px;width:1px;background:#a7b1b9;position:absolute;left:50%;top:-35px}
.family-branches>div{position:relative;display:flex;flex-direction:column;align-items:center;gap:10px}
.family-branches>div:before{content:"";position:absolute;top:-31px;left:50%;height:18px;width:1px;background:#a7b1b9}
.family-branches strong{font-family:var(--display);font-size:16px;font-weight:500;min-height:45px;line-height:1.35}
.family-branches small{font-size:9px;color:#626971}
.swatch{display:block;width:22px;height:4px}
.gm-blue{background:#375b9b}.sigma-purple{background:#84418a}.cloud-blue{background:#005cb9}
.rebrand-art{display:flex;flex-direction:column;align-items:center;gap:35px;text-align:center}
.rebrand-art>.icon{width:25px;height:36px;filter:invert(1);opacity:.65}
.scene--light .rebrand-art>.icon{filter:none}
.rebrand-art .art-small{margin-top:10px}
.rebrand-art>.brand-art{max-width:300px}
.legacy-climb{background:#d8e8e9;padding:26px 38px}
.legacy-climb .brand-art{width:240px;max-height:90px;image-rendering:auto}
.international-word{display:block;font-family:var(--display);font-size:65px;line-height:1.02;font-weight:600;color:#ff743f}
.territory-list{margin-top:40px}
.territory-list>div{position:relative;display:grid;grid-template-columns:10px 1fr;align-items:center;gap:3px 18px;margin-top:23px;padding-bottom:23px;border-bottom:1px solid #ffffff1a}
.territory-list strong{font-size:16px;font-weight:400}
.territory-list>div>span:last-child{grid-column:2;font-size:8px;color:#a6b0b9}
.former-name{font-family:var(--display);font-size:24px;line-height:1.35;font-weight:400;color:#c2c8ce}
.global-logo{filter:brightness(0) invert(1);max-height:125px}
.ticker{display:flex;gap:22px;align-items:center;width:100%;max-width:290px;font-family:var(--display);font-size:22px;margin-top:20px}
.ticker>span:first-child{color:#8998a3}
.ticker>strong{color:#76c8ee;font-weight:500}
.anniversary-number{font-family:var(--display);font-size:215px;line-height:.8;font-weight:600;display:block}
.anniversary-number>span{display:block;font-size:30px;line-height:1.2;margin-top:20px;font-weight:400}
.anniversary-caption{display:block;font-family:var(--display);font-size:39px;line-height:1.15;margin-top:48px}
.service-hours{font-family:var(--display);font-size:44px;font-weight:300;color:#74b0f5;line-height:1.2;margin-top:10px}
.service-hours>span{display:block;font-family:var(--body);font-size:8px;color:#c2c8ce;margin-top:12px}
.one-channel-art>.brand-art{width:88%;max-height:100px}
.converging-names{display:flex;justify-content:space-between;gap:12px;margin-top:65px;padding-top:30px;border-top:1px solid #90a8b7;font-size:12px;position:relative}
.converging-names:before{content:"";position:absolute;top:-30px;left:50%;height:30px;border-left:1px solid #90a8b7}
.one-channel-art>.art-statement{font-size:30px;margin-top:55px;color:#087bb5}
.story-flow{min-width:0;border-left:1px solid #dce0e4}
.milestone{position:relative;min-height:calc(100svh - var(--header-height));padding:90px 13% 90px 11%;display:flex;flex-direction:column;justify-content:center;border-bottom:1px solid var(--line);scroll-margin-top:0;background:var(--paper)}
.milestone:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:var(--event-accent);opacity:0;transform:scaleY(.2);transform-origin:top;transition:opacity .5s,transform .6s}
.milestone.is-active:before{opacity:1;transform:scaleY(1)}
.js-ready .milestone-copy{transition:transform .65s ease;transform:translateY(9px)}
.js-ready .milestone.is-active .milestone-copy{transform:translateY(0)}
.js-ready .hero-content>*{animation:arrival .75s ease both}
.js-ready .hero-content>h1{animation-delay:.08s}
.js-ready .hero-content>.hero-deck{animation-delay:.16s}
.js-ready .hero-content>.hero-begin{animation-delay:.24s}
@keyframes arrival{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
.eyebrow{font-size:10px;font-weight:500;text-transform:uppercase;line-height:1.65;color:var(--muted)}
.milestone .eyebrow{max-width:350px}
.milestone-year{display:block;font-family:var(--display);font-size:110px;font-weight:400;line-height:1;margin-top:32px;margin-bottom:28px;color:var(--event-accent)}
.milestone h2{font-size:38px;font-weight:500;line-height:1.13;max-width:460px;text-wrap:balance}
.milestone-summary{font-size:19px;line-height:1.55;margin-top:27px;max-width:460px}
.milestone-detail{font-size:14px;color:var(--muted);line-height:1.85;margin-top:19px;max-width:460px}
.evidence-link{display:inline-flex;align-items:center;gap:8px;font-size:10px;color:var(--muted);margin-top:28px;padding:8px 0;width:fit-content;border-bottom:1px solid #c8ced4}
.evidence-link>.icon{width:13px;height:13px;opacity:.65}
.evidence-link>.icon:last-child{margin-left:8px}
.evidence-link:hover{color:var(--ink);border-color:var(--ink)}
.mobile-art{display:none}
.today{padding:72px 7% 56px;background:#fff;scroll-margin-top:0;position:relative;overflow:hidden}
.today:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#087bb5 0 33.333%,#ff4500 33.333% 66.666%,#005cb9 66.666%)}
.today-topline{display:flex;justify-content:space-between;align-items:center;font-size:10px;color:var(--muted)}
.today-heading{display:flex;align-items:center;gap:7%;margin-top:35px}
.today-year{font-family:var(--display);font-size:138px;font-weight:400;line-height:1;color:#087bb5}
.today h2{font-size:50px;line-height:1.13;font-weight:400;text-wrap:balance}
.today-intro{font-size:17px;line-height:1.8;max-width:700px;margin-top:28px;color:var(--muted)}
.today-intro strong{color:var(--ink);font-weight:500}
.brand-family{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:70px;gap:0;border-top:1px solid var(--line)}
.brand-column{min-width:0;padding:26px 28px 0 0;--brand:#087bb5}
.brand-column+ .brand-column{padding-left:28px;border-left:1px solid var(--line)}
.grey-column{--brand:#c93900}
.services-column{--brand:#005cb9}
.brand-number{font-size:9px;color:var(--brand);font-weight:600}
.brand-logo{height:118px;display:flex;align-items:center;padding-right:15px;margin-top:18px}
.brand-logo>img{max-width:100%;width:240px;height:auto;max-height:65px;object-fit:contain;object-position:left center}
.grey-column .brand-logo>img{width:255px}
.brand-logo--services>img{background:#191d22;padding:13px 22px;max-height:92px;width:228px}
.brand-column h3{font-size:18px;line-height:1.4;margin-top:13px;font-weight:500}
.brand-column p{margin-top:12px;font-size:13px;color:var(--muted);line-height:1.85;max-width:300px}
.today-bottom{display:flex;align-items:center;justify-content:space-between;gap:22px;border-top:1px solid var(--line);margin-top:58px;padding-top:28px}
.today-bottom .evidence-link{margin:0}
.today-bottom>p{font-family:var(--display);font-size:16px}
.replay-link{display:inline-flex;align-items:center;gap:13px;font-size:11px}
.replay-link .icon{width:16px;height:16px}
.reference-section{background:var(--paper);padding:20px 7% 35px}
.reference-disclosure{border-bottom:1px solid var(--line);scroll-margin-top:96px}
.reference-disclosure>summary{display:flex;align-items:center;padding:24px 0;gap:28px;cursor:pointer;list-style:none}
.reference-disclosure>summary::-webkit-details-marker{display:none}
.reference-disclosure>summary>span:first-child{font-family:var(--display);font-size:19px;font-weight:500}
.reference-disclosure>summary>span:nth-child(2){margin-left:auto;font-size:11px;color:var(--muted)}
.reference-disclosure>summary .icon{width:18px;height:18px;margin-inline:4px;transition:transform .2s}
.reference-disclosure[open]>summary .icon{transform:rotate(45deg)}
.chapter-list{display:grid;grid-template-columns:1fr 1fr;gap:0 32px;padding-bottom:35px}
.chapter-list>a{display:flex;align-items:center;gap:22px;padding:17px 0;border-bottom:1px solid var(--line);font-size:12px;min-width:0}
.chapter-list>a>span{font-family:var(--display);font-size:17px;color:#076a9c}
.chapter-list strong{font-weight:400}
.chapter-list .icon{margin-left:auto;width:15px;height:15px}
.chapter-list>a:hover strong{color:#087bb5}
.chapter-list>a[aria-current="location"] strong{font-weight:600;color:#076a9c}
.source-intro{padding:20px 0 30px;max-width:780px}
.source-intro h2{font-size:29px;line-height:1.3;margin-bottom:16px}
.source-intro p{font-size:13px;color:var(--muted);margin-bottom:12px}
.source-intro>a{display:inline-flex;align-items:center;gap:10px;font-size:12px;color:#076a9c;margin-top:8px}
.source-entry{display:flex;align-items:flex-start;gap:22px;border-top:1px solid var(--line);padding:25px 0}
.source-number{font-family:var(--display);font-size:22px;color:#076a9c;line-height:1.25;min-width:33px}
.source-entry>div{min-width:0}
.source-publisher{font-size:9px;color:var(--muted);margin-bottom:6px}
.source-entry h3{font-size:17px;line-height:1.45}
.source-entry h3>a{display:inline-flex;gap:9px;align-items:baseline}
.source-entry h3 .icon{width:13px;height:13px;align-self:center}
.source-entry h3>a:hover{color:#087bb5}
.source-entry p:not(.source-publisher){font-size:12px;line-height:1.85;margin-top:12px;max-width:900px}
.source-entry .source-note{color:var(--muted)}
.site-footer{padding:35px 7%;display:flex;justify-content:space-between;align-items:center;gap:30px;background:var(--paper)}
.site-footer .wordmark{font-size:10px;gap:8px}
.site-footer .wordmark strong{font-size:17px}
.site-footer>p{font-size:9px;line-height:1.8;color:var(--muted)}
.site-footer>a:last-child{display:flex;align-items:center;gap:10px;font-size:10px;color:var(--muted)}
.site-footer>a:last-child .icon{width:13px;height:13px}
.reader-dialog{border:0;padding:0;background:var(--paper);color:var(--ink);width:min(820px,calc(100% - 40px));max-height:85svh;border-radius:4px;box-shadow:0 30px 100px #0004}
.reader-dialog::backdrop{background:rgba(13,19,24,.66);backdrop-filter:blur(4px)}
.dialog-heading{padding:25px 35px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);position:sticky;top:0;background:var(--paper);z-index:2}
.dialog-heading h2{font-size:28px;line-height:1.3;margin-top:6px}
.dialog-body{padding:10px 35px 30px}
.dialog-body>.source-entry:first-child{border-top:0}
.dialog-body .chapter-list{grid-template-columns:1fr;padding:5px 0}
.dialog-body .source-intro{padding-top:20px}
body.dialog-open{overflow:hidden}
.reduce-motion,.reduce-motion *{scroll-behavior:auto!important;animation:none!important;transition:none!important}
@media(min-width:1700px){.hero-content{padding-left:9%}.hero h1{font-size:112px}.scene{padding-inline:11%}.scene-year{font-size:240px}.milestone{padding-left:13%;padding-right:17%}.milestone h2{font-size:44px}.milestone-summary{font-size:21px}.milestone-detail{font-size:16px}.milestone-year{font-size:125px}}
@media(min-width:901px) and (max-height:790px){.hero{min-height:540px}.hero h1{font-size:76px}.hero-content{padding-block:30px}.hero-kicker{margin-bottom:20px}.hero-deck{margin-top:20px}.hero-begin{margin-top:20px}.scene{padding-block:28px}.scene-art{padding-block:35px}.milestone{padding-block:60px}.milestone-year{font-size:86px;margin-block:24px}.milestone h2{font-size:32px}.milestone-summary{font-size:17px;margin-top:20px}.milestone-detail{font-size:13px}.scene-year{font-size:160px}.anniversary-number{font-size:170px}.art-statement{margin-top:35px}}
@media(max-width:1100px){.header-edition{display:none}.hero h1{font-size:83px}.era-nav{padding-inline:5%;gap:20px}.era-nav>a+ a{padding-left:20px}.era-nav strong{font-size:13px}.scene{padding-inline:7%}.scene-year{font-size:145px}.milestone{padding-inline:10%}.milestone-year{font-size:88px}.milestone h2{font-size:33px}.milestone-summary{font-size:17px}.milestone-detail{font-size:13px}.place-word{font-size:50px}.international-word{font-size:51px}.marketplace-name{font-size:48px}.art-statement{font-size:28px}.today-year{font-size:108px}.today h2{font-size:39px}.today-bottom>p{font-size:13px}.brand-column h3{font-size:16px}.brand-column+ .brand-column{padding-left:20px}.brand-column{padding-right:20px}.today{padding-inline:5%}}
@media(max-width:760px){:root{--header-height:64px}.site-header{padding-inline:5%;gap:12px}.wordmark{font-size:10px;gap:8px}.wordmark strong{font-size:18px}.wordmark-divider{font-size:20px}.header-actions{gap:16px;font-size:10px}.header-actions>a:first-child{font-size:0;gap:0}.header-actions>a:first-child .icon{width:18px;height:18px}.header-actions .icon-button{width:32px;height:32px}.hero{height:calc(100svh - 126px);min-height:575px;max-height:820px}.hero h1{font-size:64px}.hero-content{padding:65px 7% 50px;justify-content:center}.hero-kicker{font-size:9px;margin-bottom:24px}.hero-deck{font-size:15px;margin-top:24px}.hero-begin{font-size:11px;margin-top:25px}.hero-range{top:23px;right:7%;font-size:14px;gap:13px}.range-rule{width:40px}.hero-caption{right:7%;bottom:20px;font-size:8px;max-width:180px}.hero-photo{object-position:59% 50%}.hero-shade{background:linear-gradient(90deg,rgba(11,18,22,.82),rgba(11,18,22,.42) 60%,rgba(11,18,22,.16)),linear-gradient(0deg,#10171b88,transparent 35%)}.era-nav{padding:22px 6%;gap:16px;overflow:hidden}.era-number{display:none}.era-nav>a{gap:0;align-items:flex-start}.era-nav>a+ a{padding-left:16px}.era-nav strong{font-size:11px;line-height:1.4;display:block}.era-nav small{font-size:8px}.era-nav .icon{display:none}.timeline{display:block}.visual-stage{display:none}.story-flow{border-left:0}.milestone{min-height:0;padding:60px 7% 0;overflow:hidden;scroll-margin-top:64px}.milestone-copy{max-width:590px;margin:0 auto;width:100%}.milestone .eyebrow{font-size:9px}.milestone-year{font-size:86px;margin-top:20px;margin-bottom:20px}.milestone h2{font-size:35px;line-height:1.13;max-width:450px}.milestone-summary{font-size:17px;margin-top:23px}.milestone-detail{font-size:13px;line-height:1.8;margin-top:15px}.evidence-link{margin-top:21px;font-size:10px}.mobile-art{display:flex;position:relative;align-items:center;justify-content:center;min-height:300px;margin:38px -8.14% 0;padding:42px 10%;overflow:hidden;color:#fff;isolation:isolate}.mobile-art>div{width:100%;max-width:440px}.mobile-art.scene--ink{background:#191d22}.mobile-art.scene--light{color:#182027}.mobile-art .archive-art{max-width:440px}.mobile-art .archive-location{font-size:21px;margin-top:18px}.mobile-art .archive-stamp{font-size:8px}.mobile-art .irish-art{gap:25px}.mobile-art .place-word{font-size:49px}.mobile-art .date-bridge{margin-top:0;font-size:19px}.mobile-art .brand-art{max-height:72px;max-width:260px}.mobile-art .art-statement{font-size:26px;margin-top:30px}.mobile-art .role-line{font-size:9px}.mobile-art .sigma-art .brand-art{margin-bottom:30px}.mobile-art .service-steps{gap:0}.mobile-art .service-steps>span{font-size:20px;padding-block:12px}.mobile-art .cloud-art>.brand-art{margin-bottom:28px}.mobile-art .art-small{margin-top:23px;font-size:8px}.mobile-art .marketplace-name{font-size:50px}.mobile-art .capability-route{margin-top:30px}.mobile-art .gateway-line{margin-top:30px}.mobile-art .parent-name{font-size:32px}.mobile-art .family-branches strong{font-size:14px}.mobile-art .rebrand-art{gap:24px}.mobile-art .international-word{font-size:48px}.mobile-art .territory-list{margin-top:25px}.mobile-art .territory-list>div{margin-top:14px;padding-bottom:14px}.mobile-art .territory-list strong{font-size:14px}.mobile-art .anniversary-art{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:20px}.mobile-art .anniversary-number{font-size:135px}.mobile-art .anniversary-number>span{font-size:22px;margin-top:14px}.mobile-art .anniversary-caption{font-size:32px;margin-top:0}.mobile-art .anniversary-art>.art-small{grid-column:1/-1;margin:0}.mobile-art .converging-names{margin-top:44px;font-size:11px}.mobile-art .service-hours{font-size:35px;margin-top:0}.today{padding:50px 7% 35px}.today-topline{font-size:8px}.today-topline .eyebrow{font-size:9px}.today-heading{display:block;margin-top:28px}.today-year{font-size:99px}.today h2{font-size:39px;line-height:1.13;margin-top:23px}.today-intro{font-size:15px;margin-top:25px}.brand-family{grid-template-columns:1fr;margin-top:40px}.brand-column,.brand-column+ .brand-column{padding:28px 0;border-left:0}.brand-column+ .brand-column{border-top:1px solid var(--line)}.brand-logo{height:90px;margin-top:8px}.brand-logo>img{width:215px;max-height:55px}.brand-logo--services>img{max-height:85px;width:220px}.brand-column h3{font-size:20px;margin-top:12px}.brand-column p{font-size:14px;max-width:100%}.today-bottom{flex-wrap:wrap;justify-content:flex-start;margin-top:18px;gap:25px;padding-top:25px}.today-bottom>p{font-size:17px;order:-1;flex-basis:100%}.today-bottom .evidence-link{font-size:9px}.today-bottom .replay-link{margin-left:auto;font-size:9px;gap:7px}.reference-section{padding-inline:7%}.reference-disclosure>summary{gap:12px;padding-block:22px}.reference-disclosure>summary>span:first-child{font-size:16px}.reference-disclosure>summary>span:nth-child(2){font-size:8px;max-width:130px;text-align:right}.chapter-list{grid-template-columns:1fr}.chapter-list>a{font-size:11px}.site-footer{padding:25px 7% 35px;flex-wrap:wrap;gap:20px}.site-footer>.wordmark{flex-basis:100%}.site-footer>p{font-size:8px}.site-footer>a:last-child{font-size:9px;margin-left:auto}.reader-dialog{width:calc(100% - 24px);max-height:90svh}.dialog-heading{padding:21px}.dialog-heading h2{font-size:24px}.dialog-heading .eyebrow{font-size:8px}.dialog-body{padding:5px 21px 20px}.source-entry{gap:14px;padding-block:22px}.source-entry h3{font-size:15px}.source-entry p:not(.source-publisher){font-size:12px}.source-publisher{font-size:9px}.source-intro h2{font-size:25px}.scene-caption{display:none}}
@media(max-width:370px){.header-actions{gap:11px}.hero h1{font-size:53px}.hero-kicker{font-size:8px}.hero{min-height:540px}.hero-begin{margin-top:22px}.hero-caption{font-size:7px;max-width:135px}.era-nav strong{font-size:10px}.era-nav>a+ a{padding-left:11px}.milestone h2{font-size:31px}.mobile-art .place-word{font-size:42px}.mobile-art .anniversary-number{font-size:113px}.mobile-art .anniversary-caption{font-size:26px}.converging-names{gap:8px}.today h2{font-size:34px}.today-bottom .replay-link{margin-left:0}}
@media(max-width:760px){.milestone{scroll-margin-top:0}}
@media(max-width:370px){.header-actions>[data-open-sources]{font-size:0;gap:0}}
@media(max-width:760px) and (max-height:700px){.hero{min-height:0;height:calc(100svh - 112px)}.hero-content{padding-block:28px}.hero h1{font-size:49px}.hero-kicker{font-size:8px;margin-bottom:18px}.hero-deck{font-size:12px;margin-top:16px}.hero-begin{margin-top:17px;font-size:10px}.round-arrow{width:35px;height:35px}.round-arrow .icon{width:18px;height:18px}.hero-range{top:15px;font-size:11px}.hero-caption{bottom:12px;font-size:7px}}
@media(prefers-reduced-motion:reduce){html:not(.allow-motion){scroll-behavior:auto}html:not(.allow-motion) *,html:not(.allow-motion) *:before,html:not(.allow-motion) *:after{animation:none!important;transition:none!important}}
@media print{html{scroll-behavior:auto}.site-header,.visual-stage,.mobile-art,.hero-begin,.era-nav,.reading-track,.reader-dialog,.reference-section,.site-footer,.replay-link{display:none!important}.hero{height:auto;min-height:0;max-height:none;background:#fff;color:#111}.hero-photo,.hero-shade,.hero-caption,.hero-range{display:none}.hero-content{padding:20px 0}.hero h1{font-size:45px}.hero h1>span{color:#111}.hero-deck{color:#333}.timeline{display:block}.milestone{padding:20px 0;min-height:0;break-inside:avoid;background:#fff}.milestone-year{font-size:40px;margin-block:10px}.milestone h2{font-size:24px}.milestone-summary{font-size:13px;margin-top:12px}.milestone-detail{font-size:11px;margin-top:8px}.evidence-link{margin-top:10px}.today{padding:30px 0}.today-year{font-size:65px}.today h2{font-size:30px}.today-heading{margin-top:15px}.brand-family{margin-top:30px}.brand-logo{height:80px}.today-bottom{margin-top:25px}.story-flow{border:0}}