:root { color-scheme: light; font-family: system-ui, sans-serif; line-height: 1.5; }
* { box-sizing: border-box; }
body { margin: 0; color: #17212b; background: #f7f8f8; }
.site-shell { min-height: 100vh; display: grid; grid-template-rows: auto 1fr auto; }
.site-header, .site-footer { padding: 1rem clamp(1rem, 4vw, 4rem); border-block: 1px solid #d8dddf; }
.site-header { display: flex; justify-content: space-between; gap: 2rem; align-items: center; }
.site-header a, .site-footer a { color: inherit; }
nav ul, .site-footer ul { display: flex; flex-wrap: wrap; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.site-main { width: min(72rem, calc(100% - 2rem)); margin: 0 auto; padding: 5rem 0; }
.foundation-note { max-width: 42rem; padding: 1rem; border-left: 3px solid #527d7a; background: #fff; }
.site-main, .site-main h1, .foundation-note { min-width: 0; max-width: 100%; white-space: normal; overflow-wrap: anywhere; word-break: break-word; }
.site-shell { overflow-x: hidden; }
.site-main h1 { font-size: clamp(1.5rem, 4vw, 2.2rem); line-height: 1.15; }
.foundation-note { width: 100%; overflow-wrap: anywhere; }
.site-footer { display: grid; gap: 1rem; }
:focus-visible { outline: 3px solid #1b5e62; outline-offset: 3px; }
@media (max-width: 44rem) { .site-header { align-items: flex-start; flex-direction: column; } .site-main { padding: 3rem 0; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.001ms !important; animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; } }

/* Shared company closing: support and footer are one closing surface, not two competing sections. */
.estate-closing { background: #f3f4ef; color: #17212b; }
.estate-closing .support-strip { display: grid; grid-template-columns: minmax(15rem,.8fr) minmax(0,1.2fr); gap: clamp(2rem,7vw,8rem); align-items: center; padding: clamp(3.5rem,7vw,6rem) clamp(1.25rem,8vw,9rem) 1.25rem; }
.estate-closing .support-strip h2 { margin: .75rem 0 0; font-size: clamp(2.4rem,4.3vw,5rem); line-height: 1.04; letter-spacing: -.045em; font-weight: 580; }
.estate-closing .support-strip h2 i { color: #23746e; font-family: Georgia,serif; font-weight: 400; }
.estate-closing .programs-list { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; }
.estate-closing .programs-list a { display: inline-flex; align-items: center; min-height: 3rem; color: #17212b; text-decoration: none; transition: transform .25s ease, color .25s ease; }
.estate-closing .programs-list a:hover, .estate-closing .programs-list a:focus-visible { color: #23746e; transform: translateY(-2px); }
.estate-closing .programs-list a > img { width: 7rem; height: 2.9rem; object-fit: contain; }
.estate-closing .program-mark { display: grid; place-items: center; width: 3rem; height: 3rem; border: 0; border-radius: .55rem; background: #fff; }
.estate-closing .program-mark img { width: 1.55rem; height: 1.55rem; object-fit: contain; }
.estate-closing .program-aws img { width: 2.1rem; height: 2.1rem; }
/* A mark may stand for a programme only if it is that programme's mark. The
   Google "G" and the AWS architecture-diagram icon were neither, so those two
   relationships are named in the company's own type instead -- same row height
   as the badge, so the strip reads as three considered entries. */
.estate-closing .program-word { min-height: 3rem; align-items: center; font-size: .82rem; font-weight: 650; letter-spacing: .01em; line-height: 1.1; }
/* ONE ROW, ALWAYS -- the estate behaviour. Orchestrate, Colophon and Aura all
   scale this strip down rather than let it wrap; the company site was the one
   surface that re-flowed, dropping "AWS Activate" onto a line of its own on a
   phone. nowrap plus a shrinking badge keeps the three relationships reading as
   three entries at every width. */
.estate-closing .programs-list { flex-wrap: nowrap; }
/* Deck and demo, exposed from the company's product pages -- the one place
   in the estate where all three are offered the same way. Deliberately not in
   the consumer footer, which should not read as an investor portal. */
.rep-links { display: flex; flex-wrap: wrap; gap: .6rem 1.6rem; margin-top: 1.6rem; font-size: .9rem; }
.rep-links a { color: inherit; opacity: .85; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.rep-links a:hover, .rep-links a:focus-visible { opacity: 1; }
.estate-footer { display: grid; gap: 0; padding: 1rem clamp(1.25rem,8vw,9rem) 1.5rem; border: 0; background: transparent; }
.estate-footer nav { display: flex; flex-wrap: wrap; gap: .8rem 1.35rem; }
.estate-footer nav a { text-decoration: none; font-size: .8rem; }
.estate-footer > div:first-child { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: .75rem 2rem; padding-bottom: 1.35rem; }
.estate-footer > div:first-child span { color: #62716f; font-size: .8rem; }
.estate-footer > small { display: block; margin-top: 1.35rem; color: #62716f; font-size: .7rem; }
.estate-footer strong { font-size: .9rem; letter-spacing: -.01em; }
.estate-footer .footer-wordmark { text-decoration: none; }
@media (max-width: 44rem) { .estate-closing .support-strip { display: block; padding: 3.5rem 1.25rem 2rem; } .estate-closing .programs-list { margin-top: 2rem; gap: .75rem; flex-wrap: nowrap; } .estate-closing .programs-list a > img { width: 5.6rem; height: 2.3rem; } .estate-closing .program-word { font-size: .7rem; min-height: 2.3rem; } .estate-footer { padding: 1.5rem 1.25rem 1.25rem; } .estate-footer nav { gap: .7rem 1rem; } }
.site-header nav { min-width: 0; }
.site-header nav ul { min-width: 0; }
.estate-footer > div:first-child { min-width: 0; }
.estate-footer > div:first-child span { min-width: 0; overflow-wrap: anywhere; }
@media (max-width: 44rem) { .site-header nav, .site-header nav ul { width: 100%; } .site-header nav ul { display: grid; grid-template-columns: repeat(3, max-content); gap: .55rem .9rem; } .estate-footer > div:first-child { display: grid; gap: .45rem; } }
@media (max-width: 44rem) { .site-main { width: calc(100vw - 2rem); max-width: calc(100vw - 2rem); } .foundation-note { max-width: calc(100vw - 2rem); } }
@media (max-width: 22rem) { .site-main h1 { font-size: 1.5rem; line-height: 1.15; } .site-header nav ul { grid-template-columns: repeat(2, max-content); gap: .55rem .9rem; } }
.estate-footer { grid-template-columns: minmax(12rem,1.25fr) repeat(3,minmax(0,1fr)); column-gap: clamp(1.25rem,4vw,4rem); row-gap: 1.5rem; }
.estate-footer .estate-footer-brand { display: block; padding: 0; }
.estate-footer-name { display: block; color: #17212b; font-size: .95rem; font-weight: 760; letter-spacing: -.02em; }
.estate-footer nav { display: grid; justify-content: start; align-content: start; gap: .55rem; }
.estate-footer .footer-group-label { margin-bottom: .3rem; color: #23746e; font-size: .65rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.estate-footer .estate-footer-legal { grid-column: 1 / -1; margin-top: .35rem; }
@media (max-width: 44rem) { .estate-footer { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 1.25rem; } .estate-footer .estate-footer-brand { grid-column: 1 / -1; } .estate-footer nav { min-width: 0; } .estate-footer .estate-footer-legal { grid-column: 1 / -1; } }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.menu-open{overflow:hidden}
@media(max-width:800px){
  .mobile-menu,.aura-mobile-menu,.orchestrate-mobile-menu,.bw-mobile-nav,.company-menu-panel,.conversation-mobile-menu{position:fixed!important;z-index:30!important;inset:0 auto 0 0!important;width:min(23rem,88vw)!important;height:100dvh!important;max-height:100dvh!important;margin:0!important;padding:6.5rem 1.5rem 2rem!important;display:grid!important;align-content:start!important;gap:.35rem!important;overflow:auto!important;transform:translateX(-105%)!important;transition:transform .3s ease!important;box-shadow:1.5rem 0 3rem rgba(9,20,25,.2),100vw 0 0 100vw rgba(9,20,25,.42)!important}
  .mobile-menu:not([hidden]),.aura-mobile-menu:not([hidden]),.orchestrate-mobile-menu:not([hidden]),.bw-mobile-nav:not([hidden]),.company-menu-panel:not([hidden]),.conversation-mobile-menu:not([hidden]){transform:translateX(0)!important}
  .mobile-menu nav,.aura-mobile-menu nav,.orchestrate-mobile-menu nav,.bw-mobile-nav nav,.company-menu-panel,.conversation-mobile-menu{align-content:start!important}
  .mobile-menu a,.aura-mobile-menu a,.orchestrate-mobile-menu a,.bw-mobile-nav a,.company-menu-panel a,.conversation-mobile-menu a{min-height:3rem!important;display:flex!important;align-items:center!important;padding:.85rem 0!important}
}
@media(prefers-reduced-motion:reduce){.mobile-menu,.aura-mobile-menu,.orchestrate-mobile-menu,.bw-mobile-nav,.company-menu-panel,.conversation-mobile-menu{transition:none!important}}
