:root {
  --at-navy: #062f58;
  --at-navy-deep: #031d37;
  --at-red: #e32232;
  --at-red-dark: #b91725;
  --at-ink: #172231;
  --at-muted: #5f6e7d;
  --at-line: #d9e0e6;
  --at-soft: #f3f6f8;
  --at-warm: #f7f3ee;
  --at-white: #ffffff;
  --at-teal: #477b78;
  --at-shadow: 0 18px 48px rgba(15, 34, 50, .12);
}

html { scroll-behavior: smooth; }
body.at2026-site {
  margin: 0;
  background: var(--at-white);
  color: var(--at-ink);
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
body.at2026-site * { box-sizing: border-box; }
body.at2026-site :where(h1,h2,h3,p,figure,ul,ol,dl) { margin-top: 0; }
body.at2026-site :where(h1,h2,h3) { color: var(--at-ink); font-weight: 750; line-height: 1.08; letter-spacing: 0; }
body.at2026-site h1 { font-size: 64px; max-width: 900px; margin-bottom: 24px; }
body.at2026-site h2 { font-size: 40px; margin-bottom: 20px; }
body.at2026-site h3 { font-size: 22px; margin-bottom: 12px; }
body.at2026-site p { color: var(--at-muted); }
body.at2026-site a { color: inherit; }
body.at2026-site img { display: block; max-width: 100%; }
body.at2026-site :where(h1,h2,h3,p,li,a,td,th,summary) { overflow-wrap: anywhere; }
body.at2026-site :where(.at-shell,.at-nav,.at-home-hero-copy,.at-language-business-copy,.at-legacy-content) { min-width: 0; }
body.at2026-site .wp-site-blocks { padding: 0; }
body.at2026-site .wp-site-blocks > main,
body.at2026-site .wp-block-post-content,
body.at2026-site .entry-content { max-width: none; margin: 0; padding: 0; }
body.at2026-site #wp--skip-link--target { margin-block-start: 0 !important; }
body.at2026-site #wp--skip-link--target > .alignfull.has-global-padding {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
  padding-block: 0 !important;
  padding-inline: 0 !important;
}
body.at2026-site .wp-block-post-content > #at-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
body.at2026-site .wp-block-post-title { display: none; }

.at-shell { width: min(94vw, 1760px); margin-inline: auto; }
.at-main { overflow: clip; }
.at-section { padding: 96px 0; }
.at-section-heading { max-width: 860px; margin-bottom: 42px; }
.at-section-heading > p:last-child { font-size: 18px; }
.at-section-split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 8vw; align-items: start; }
.at-section-split > p { font-size: 19px; padding-top: 30px; }
.at-kicker, .at-index { color: var(--at-red) !important; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; margin-bottom: 18px; }
.at-lede { max-width: 820px; color: #33485d !important; font-size: 21px; line-height: 1.55; }
.at-cover { width: 100%; height: 100%; object-fit: cover; }

.at-skip { position: fixed; left: 12px; top: -70px; z-index: 99999; padding: 12px 18px; background: var(--at-white); color: var(--at-navy); border: 2px solid var(--at-red); }
.at-skip:focus { top: 12px; }
.at-header { position: sticky; top: var(--wp-admin--admin-bar--height, 0); z-index: 1000; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--at-line); }
.at-header-main { min-height: 88px; display: grid; grid-template-columns: minmax(250px, 1fr) auto auto; gap: 28px; align-items: center; }
.at-brand { display: inline-flex; gap: 14px; align-items: center; min-width: 0; text-decoration: none; }
.at-brand img { width: 58px; height: 58px; object-fit: cover; border-radius: 4px; }
.at-brand span { min-width: 0; display: grid; }
.at-brand strong { color: var(--at-navy); font-size: 22px; line-height: 1.1; }
.at-brand small { color: var(--at-muted); font-size: 12px; line-height: 1.3; margin-top: 3px; }
.at-nav { display: flex; align-items: stretch; gap: 2px; }
.at-nav > a, .at-nav-group > a { display: inline-flex; align-items: center; min-height: 52px; padding: 0 12px; color: var(--at-ink); font-size: 14px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.at-nav > a:hover, .at-nav > a:focus-visible, .at-nav-group > a:hover, .at-nav-group > a:focus-visible { color: var(--at-red); }
.at-nav-group { position: relative; display: flex; align-items: center; }
.at-nav-group > button { width: 26px; height: 34px; border: 0; background: transparent; color: var(--at-muted); font-size: 18px; cursor: pointer; }
.at-subnav { position: absolute; top: calc(100% - 2px); left: 0; width: 260px; display: none; padding: 10px; background: var(--at-white); border: 1px solid var(--at-line); box-shadow: var(--at-shadow); }
.at-nav-group:hover .at-subnav, .at-nav-group:focus-within .at-subnav, .at-nav-group.is-open .at-subnav { display: grid; }
.at-subnav a { padding: 10px 12px; color: var(--at-ink); font-size: 14px; text-decoration: none; border-radius: 4px; }
.at-subnav a:hover, .at-subnav a:focus-visible { color: var(--at-red); background: var(--at-soft); }
.at-language { display: flex; align-items: center; gap: 8px; color: var(--at-muted); font-size: 12px; font-weight: 750; }
.at-language-mobile { display: none; }
.at-language select { width: 128px; height: 40px; padding: 0 30px 0 10px; color: var(--at-ink); background: var(--at-white); border: 1px solid var(--at-line); border-radius: 4px; }
.at-menu-toggle { display: none; }
.at-contact-strip { background: var(--at-navy-deep); }
.at-contact-strip .at-shell { min-height: 38px; display: flex; justify-content: flex-end; align-items: center; gap: 28px; }
body.at2026-site .at-contact-strip a { color: #fff; font-size: 12px; font-weight: 700; text-decoration: none; }
body.at2026-site .at-contact-strip a:hover, body.at2026-site .at-contact-strip a:focus-visible { color: #ff808c; }

.at-home-hero { position: relative; min-height: 700px; display: flex; align-items: center; padding: 70px 0 80px; background: var(--at-navy-deep); }
.at-home-hero::after { content: ''; position: absolute; inset: auto 0 0; height: 7px; background: var(--at-red); }
.at-home-hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr); gap: 5vw; align-items: center; }
.at-home-hero h1 { color: #fff; }
.at-home-hero .at-lede { color: #c9d5e0 !important; }
.at-home-hero .at-kicker { color: #ff6572 !important; }
.at-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 30px; }
.at-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 22px; color: #fff !important; background: var(--at-red); border: 2px solid var(--at-red); border-radius: 4px; font-weight: 800; text-decoration: none; cursor: pointer; }
.at-button:hover, .at-button:focus-visible { background: var(--at-red-dark); border-color: var(--at-red-dark); }
.at-button-outline { color: var(--at-navy) !important; background: transparent; border-color: var(--at-navy); }
.at-button-outline:hover, .at-button-outline:focus-visible { color: #fff !important; background: var(--at-navy); }
.at-button-outline-light { color: #fff !important; background: transparent; border-color: rgba(255,255,255,.5); }
.at-button-outline-light:hover, .at-button-outline-light:focus-visible { color: var(--at-navy) !important; background: #fff; border-color: #fff; }
.at-button-light { color: var(--at-navy) !important; background: #fff; border-color: #fff; }
.at-button-light:hover, .at-button-light:focus-visible { color: #fff !important; background: transparent; }
.at-hero-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.at-hero-facts span { padding: 7px 10px; color: #d6e0e8; border: 1px solid rgba(255,255,255,.22); font-size: 12px; }
.at-home-hero-media { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 1fr; gap: 14px; min-height: 490px; }
.at-hero-image { position: relative; min-height: 490px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.16); }
.at-hero-image figcaption { position: absolute; left: 16px; bottom: 16px; padding: 8px 10px; color: #fff; background: rgba(3,29,55,.88); font-size: 12px; font-weight: 800; text-transform: uppercase; }

.at-intro-band { padding-block: 58px; background: var(--at-warm); border-bottom: 1px solid #e7ddd2; }
.at-industries { background: var(--at-white); }
.at-industry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.at-industry { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(260px, .95fr); min-height: 520px; border: 1px solid var(--at-line); }
.at-industry-copy { padding: 48px; }
.at-industry ul { padding-left: 20px; color: var(--at-muted); }
.at-industry li + li { margin-top: 9px; }
.at-industry-media { min-height: 360px; overflow: hidden; }
.at-fabric-collage { display: grid; grid-template-rows: repeat(2, 1fr); gap: 4px; }
.at-text-link { display: inline-flex; gap: 12px; align-items: center; color: var(--at-navy) !important; font-weight: 800; text-decoration: none; }
.at-text-link span { color: var(--at-red); }
.at-text-link:hover, .at-text-link:focus-visible { color: var(--at-red) !important; }

.at-dark-section { color: #fff; background: var(--at-navy-deep); }
.at-dark-section h2, .at-dark-section h3 { color: #fff; }
body.at2026-site .at-dark-section p { color: #bdcad5; }
.at-chain-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.at-chain-grid > div { min-height: 145px; padding: 24px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.at-chain-grid b, .at-system-map b { color: #ff6874; font-size: 13px; }
body.at2026-site .at-chain-grid h3 { font-size: 18px; margin-top: 30px; }

.at-process-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.at-process-gallery figure { position: relative; height: 310px; margin: 0; overflow: hidden; }
.at-process-gallery figcaption { position: absolute; inset: auto 10px 10px; padding: 8px 10px; color: #fff; background: rgba(3,29,55,.9); font-size: 13px; font-weight: 800; }
.at-work-section { background: var(--at-soft); }
.at-step-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--at-line); border-left: 1px solid var(--at-line); margin-bottom: 28px; }
.at-step-grid article { min-height: 230px; padding: 28px; background: #fff; border-right: 1px solid var(--at-line); border-bottom: 1px solid var(--at-line); }
.at-step-grid b { color: var(--at-red); }
.at-step-grid h3 { margin-top: 32px; }
.at-model-section { background: var(--at-warm); }
.at-model-list { border-top: 1px solid #d8cabc; }
.at-model-list > div { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid #d8cabc; }
.at-model-list b { color: var(--at-navy); }
.at-model-list span { color: var(--at-muted); }
.at-location-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 6vw; align-items: center; }
.at-location-grid > div:first-child { min-height: 470px; overflow: hidden; }
.at-evidence { background: var(--at-soft); }
.at-evidence-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 14px; }
.at-evidence-grid figure { position: relative; height: 390px; margin: 0; overflow: hidden; }
.at-evidence-grid figcaption { position: absolute; inset: auto 12px 12px; padding: 8px 10px; color: #fff; background: rgba(3,29,55,.9); font-size: 13px; }
.at-network-preview { border-top: 1px solid var(--at-line); }
.at-domain-list { display: grid; border-top: 1px solid var(--at-line); }
.at-domain-list a { display: grid; grid-template-columns: 1fr 1.2fr; gap: 20px; padding: 18px 0; text-decoration: none; border-bottom: 1px solid var(--at-line); }
.at-domain-list b { color: var(--at-navy); }
.at-domain-list span { color: var(--at-muted); }
.at-founder-section { background: #fff; }
.at-founder-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr); gap: 6vw; align-items: center; }
.at-founder-grid > div:first-child { height: 440px; overflow: hidden; }

/* English corporate homepage */
.at-home-v2 { --at-home-orange: #fe8647; }
.at-home-v2 .at-kicker,
.at-home-v2 .at-index { color: var(--at-home-orange) !important; }
.at-home-v2 .at-button { color: var(--at-ink) !important; background: var(--at-home-orange); border-color: var(--at-home-orange); }
.at-home-v2 .at-button:hover,
.at-home-v2 .at-button:focus-visible { color: #fff !important; background: var(--at-navy); border-color: var(--at-navy); }
.at-home-v2 .at-button-outline-light { color: #fff !important; background: transparent; border-color: rgba(255,255,255,.55); }
.at-home-v2 .at-button-outline-light:hover,
.at-home-v2 .at-button-outline-light:focus-visible { color: var(--at-ink) !important; background: #fff; border-color: #fff; }
.at-home-v2 .at-text-link span { color: var(--at-home-orange); }
.at-home-v2-hero { position: relative; min-height: 720px; display: flex; align-items: center; padding: 72px 0 86px; background: var(--at-navy-deep); }
.at-home-v2-hero::after { content: ''; position: absolute; inset: auto 0 0; height: 7px; background: var(--at-home-orange); }
.at-home-v2-hero-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(560px, 1.14fr); gap: 5vw; align-items: center; }
.at-home-v2-copy { position: relative; z-index: 2; }
.at-home-v2-copy h1 { max-width: 760px; color: #fff; }
.at-home-v2-copy .at-lede { max-width: 700px; color: #c9d5e0 !important; }
.at-home-v2-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 720px; margin: 34px 0 0; border-top: 1px solid rgba(255,255,255,.22); }
.at-home-v2-facts div { min-width: 0; padding: 18px 16px 0 0; }
.at-home-v2-facts dt { color: #92a8ba; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.at-home-v2-facts dd { margin: 3px 0 0; color: #fff; font-size: 14px; font-weight: 750; }
.at-home-v2-media { position: relative; min-height: 580px; padding: 0 110px 28px 0; }
.at-home-v2-media figure { margin: 0; overflow: hidden; }
.at-home-v2-primary { position: relative; height: 552px; background: #0b2944; }
.at-home-v2-primary::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(3,29,55,.9)); pointer-events: none; }
.at-home-v2-primary figcaption { position: absolute; z-index: 2; inset: auto 26px 24px; display: grid; gap: 3px; color: #fff; }
.at-home-v2-primary figcaption b { color: var(--at-home-orange); font-size: 12px; text-transform: uppercase; }
.at-home-v2-primary figcaption span { max-width: 560px; font-size: 15px; line-height: 1.45; }
.at-home-v2-secondary { position: absolute; z-index: 3; right: 0; bottom: 0; width: 245px; height: 285px; border: 8px solid var(--at-navy-deep); background: #fff; }
.at-home-v2-secondary figcaption { position: absolute; inset: auto 0 0; padding: 9px 12px; color: var(--at-ink); background: rgba(255,255,255,.94); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.at-home-v2-intro { padding-block: 64px; background: #fff8f3; border-bottom: 1px solid #f3dfd2; }
.at-home-v2-intro .at-section-split > p { max-width: 700px; }
.at-home-v2-programs { padding-block: 118px; }
.at-home-v2-programs .at-shell { display: grid; gap: 76px; }
.at-home-v2-program { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); min-height: 560px; border-top: 1px solid var(--at-line); border-bottom: 1px solid var(--at-line); }
.at-home-v2-program-media { min-height: 560px; overflow: hidden; background: var(--at-soft); }
.at-home-v2-program-copy { display: flex; flex-direction: column; justify-content: center; padding: 58px 5vw; }
.at-home-v2-program-copy h2 { max-width: 680px; }
.at-home-v2-program-copy ul { margin: 12px 0 0; padding-inline-start: 20px; color: var(--at-muted); }
.at-home-v2-program-copy li + li { margin-top: 8px; }
.at-home-v2-topic-links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 22px; }
.at-home-v2-topic-links a { color: var(--at-navy); font-size: 13px; font-weight: 800; text-decoration-color: var(--at-home-orange); text-underline-offset: 4px; }
.at-home-v2-topic-links a:hover,
.at-home-v2-topic-links a:focus-visible { color: var(--at-home-orange); }
.at-home-v2-program-reverse .at-home-v2-program-media { order: 2; }
.at-home-v2-program-reverse .at-home-v2-program-copy { order: 1; }
.at-home-v2-fabric-media { display: grid; grid-template-columns: 1.15fr .85fr; gap: 5px; }
.at-home-v2-program .at-actions { gap: 22px; }
.at-home-v2-work { color: #fff; background: var(--at-navy-deep); }
.at-home-v2-work-grid { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(500px, 1.22fr); gap: 8vw; align-items: start; }
.at-home-v2-work h2,
.at-home-v2-work h3 { color: #fff; }
body.at2026-site .at-home-v2-work p { color: #bccbd7; }
.at-home-v2-work-list { border-top: 1px solid rgba(255,255,255,.22); }
.at-home-v2-work-list article { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.at-home-v2-work-index { color: var(--at-home-orange); font-size: 13px; font-weight: 800; }
.at-home-v2-work-list h3 { margin-bottom: 7px; }
.at-home-v2-work-list p { margin: 0; }
.at-home-v2-context { background: var(--at-soft); }
.at-home-v2-gallery { display: grid; grid-template-columns: 1.55fr .85fr .85fr 1.55fr; gap: 12px; }
.at-home-v2-gallery figure { position: relative; height: 400px; margin: 0; overflow: hidden; background: #dfe6eb; }
.at-home-v2-gallery figcaption { position: absolute; inset: auto 12px 12px; padding: 8px 10px; color: #fff; background: rgba(3,29,55,.9); font-size: 12px; font-weight: 750; }
.at-home-v2-founder { background: #fff8f3; }
.at-home-v2-founder-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: 7vw; align-items: center; }
.at-home-v2-founder-media { min-height: 520px; overflow: hidden; }
.at-home-v2-insights-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 44px; }
.at-home-v2-insights-head h2 { max-width: 760px; margin-bottom: 0; }
.at-home-v2-insight-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--at-line); border-left: 1px solid var(--at-line); }
.at-home-v2-insight-list > a { min-height: 270px; display: block; padding: 34px; text-decoration: none; border-right: 1px solid var(--at-line); border-bottom: 1px solid var(--at-line); }
.at-home-v2-insight-list > a:hover,
.at-home-v2-insight-list > a:focus-visible { background: #fff8f3; }
.at-home-v2-insight-list span { color: var(--at-home-orange); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.at-home-v2-insight-list h3 { margin-top: 30px; }
.at-home-v2 .at-cta-band { color: var(--at-ink); background: var(--at-home-orange); }
.at-home-v2 .at-cta-band h2,
.at-home-v2 .at-cta-band .at-kicker { color: var(--at-ink) !important; }
body.at2026-site .at-home-v2 .at-cta-band p { color: #573522; }
.at-home-v2 .at-cta-band .at-button-light { color: #fff !important; background: var(--at-navy-deep); border-color: var(--at-navy-deep); }
.at-home-v2 .at-cta-band .at-button-light:hover,
.at-home-v2 .at-cta-band .at-button-light:focus-visible { color: var(--at-ink) !important; background: transparent; border-color: var(--at-ink); }

.at-breadcrumb { width: min(94vw, 1760px); margin: 28px auto 0; display: flex; flex-wrap: wrap; gap: 9px; color: var(--at-muted); font-size: 13px; }
.at-breadcrumb a { color: var(--at-navy); font-weight: 700; text-decoration: none; }
.at-page-hero { padding: 62px 0 76px; background: var(--at-soft); border-bottom: 1px solid var(--at-line); }
.at-page-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(440px, .72fr); gap: 6vw; align-items: center; }
.at-page-hero-media { height: 390px; overflow: hidden; box-shadow: var(--at-shadow); }
.at-application-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 3px solid var(--at-red); }
.at-application-grid article { min-height: 220px; padding: 30px; background: var(--at-soft); border-right: 1px solid var(--at-line); border-bottom: 1px solid var(--at-line); }
.at-system-map { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.18); }
.at-system-map > div { min-height: 220px; padding: 30px; background: var(--at-navy-deep); }
.at-system-map h3 { margin-top: 24px; }
.at-check-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--at-line); border-left: 1px solid var(--at-line); }
.at-check-grid > div { min-height: 110px; display: flex; align-items: center; padding: 22px; color: var(--at-ink); background: #fff; border-right: 1px solid var(--at-line); border-bottom: 1px solid var(--at-line); font-weight: 700; }
.at-input-section { background: var(--at-soft); }
.at-three-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.at-three-columns article { padding: 30px; border-top: 3px solid var(--at-red); background: #fff; box-shadow: 0 10px 35px rgba(15,34,50,.08); }
.at-dark-section .at-three-columns article { background: rgba(255,255,255,.08); box-shadow: none; }
.at-fabric-section { background: var(--at-soft); }
.at-fabric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.at-fabric-grid article { background: #fff; border-bottom: 3px solid var(--at-teal); }
.at-fabric-grid figure { height: 380px; margin: 0 0 22px; overflow: hidden; }
.at-fabric-grid h3, .at-fabric-grid p { margin-inline: 22px; }
.at-fabric-grid p { margin-bottom: 26px; }
.at-feature-list { border-top: 1px solid var(--at-line); }
.at-feature-list > div { display: grid; grid-template-columns: 190px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--at-line); }
.at-feature-list b { color: var(--at-navy); }
.at-feature-list span { color: var(--at-muted); }
.at-capability-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--at-line); border-left: 1px solid var(--at-line); }
.at-capability-list article { min-height: 230px; padding: 38px; border-right: 1px solid var(--at-line); border-bottom: 1px solid var(--at-line); }
.at-path-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.at-path-grid article { padding: 46px; border: 1px solid var(--at-line); }
.at-path-grid ol { counter-reset: path; list-style: none; padding: 0; }
.at-path-grid li { counter-increment: path; position: relative; padding: 15px 0 15px 48px; border-bottom: 1px solid var(--at-line); }
.at-path-grid li::before { content: counter(path, decimal-leading-zero); position: absolute; left: 0; color: var(--at-red); font-weight: 800; }
.at-simple-industry { padding: 44px; border: 1px solid var(--at-line); }
.at-simple-industry .at-industry-media { height: 370px; margin: -44px -44px 36px; }
.at-company-details { background: var(--at-soft); }
.at-company-details dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--at-line); border-left: 1px solid var(--at-line); }
.at-company-details dl > div { display: grid; grid-template-columns: 150px 1fr; min-height: 90px; padding: 20px; border-right: 1px solid var(--at-line); border-bottom: 1px solid var(--at-line); }
.at-company-details dt { color: var(--at-muted); }
.at-company-details dd { margin: 0; color: var(--at-navy); font-weight: 750; }
.at-network-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--at-line); border-left: 1px solid var(--at-line); }
.at-network-grid article { min-height: 250px; padding: 34px; border-right: 1px solid var(--at-line); border-bottom: 1px solid var(--at-line); }
.at-resource-groups { display: grid; gap: 58px; }
.at-resource-groups > section { display: grid; grid-template-columns: minmax(260px, .4fr) minmax(0, 1fr); gap: 6vw; }
.at-resource-list { display: grid; border-top: 1px solid var(--at-line); }
.at-resource-list a { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; color: var(--at-ink); text-decoration: none; border-bottom: 1px solid var(--at-line); }
.at-resource-list a:hover { color: var(--at-red); }
.at-resource-list b { color: var(--at-red); font-size: 13px; white-space: nowrap; }
.at-solution-hub-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--at-line); border-left: 1px solid var(--at-line); }
.at-solution-hub-grid > a { min-height: 250px; display: flex; flex-direction: column; padding: 32px; text-decoration: none; border-right: 1px solid var(--at-line); border-bottom: 1px solid var(--at-line); }
.at-solution-hub-grid > a:hover,
.at-solution-hub-grid > a:focus-visible { background: #fff8f3; }
.at-solution-hub-grid h3 { color: var(--at-navy); }
.at-solution-hub-grid p { flex: 1 1 auto; }
.at-solution-hub-grid b { color: #c85624; font-size: 13px; }
.at-solution-page { --at-red: #fe8647; --at-red-dark: #d9632c; }
.at-solution-note { padding: 22px 0; background: #fff8f3; border-bottom: 1px solid #f0d8ca; }
.at-solution-note .at-shell { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 18px 28px; align-items: center; }
.at-solution-note strong { color: var(--at-ink); font-size: 13px; text-transform: uppercase; }
.at-solution-note p { margin: 0; font-size: 13px; }
.at-solution-note span { color: var(--at-muted); font-size: 12px; white-space: nowrap; }
.at-solution-inputs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 3px solid var(--at-red); border-left: 1px solid var(--at-line); }
.at-solution-inputs article { min-height: 205px; padding: 28px; border-right: 1px solid var(--at-line); border-bottom: 1px solid var(--at-line); }
.at-solution-inputs h3 { font-size: 19px; }
.at-solution-chain { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.at-solution-chain article { min-height: 245px; padding: 30px; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.at-solution-chain b { color: var(--at-red); font-size: 13px; }
.at-solution-chain h3 { margin-top: 34px; }
.at-solution-table-wrap { overflow-x: auto; border: 1px solid var(--at-line); background: #fff; }
.at-solution-table-wrap table { width: 100%; min-width: 780px; border-collapse: collapse; }
.at-solution-table-wrap :where(th,td) { padding: 20px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--at-line); border-right: 1px solid var(--at-line); }
.at-solution-table-wrap thead th { color: #fff; background: var(--at-navy); font-size: 13px; text-transform: uppercase; }
.at-solution-table-wrap tbody th { width: 18%; color: var(--at-navy); }
.at-solution-table-wrap tbody td { color: var(--at-muted); }
.at-solution-table-wrap tr:last-child :where(th,td) { border-bottom: 0; }
.at-solution-sections { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; }
.at-solution-sections article { padding-top: 24px; border-top: 4px solid var(--at-red); }
.at-solution-sections h2 { font-size: 28px; }
.at-solution-sections ul { padding-left: 20px; color: var(--at-muted); }
.at-solution-sections li + li { margin-top: 8px; }
.at-solution-related { background: #fff8f3; }
.at-solution-visuals { background: var(--at-soft); }
.at-solution-visual-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 14px; }
.at-solution-visual-grid figure { position: relative; height: 470px; margin: 0; overflow: hidden; }
.at-solution-visual-grid figcaption { position: absolute; inset: auto 12px 12px; padding: 8px 10px; color: #fff; background: rgba(3,29,55,.9); font-size: 13px; font-weight: 800; }
.at-solution-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #ead4c7; border-left: 1px solid #ead4c7; }
.at-solution-related-grid a { min-height: 170px; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; padding: 28px; text-decoration: none; border-right: 1px solid #ead4c7; border-bottom: 1px solid #ead4c7; }
.at-solution-related-grid a:hover,
.at-solution-related-grid a:focus-visible { background: #fff; }
.at-solution-related-grid span { color: var(--at-navy); font-size: 18px; font-weight: 800; }
.at-solution-related-grid b { color: #c85624; font-size: 13px; }
.at-cta-band { padding: 74px 0; color: #fff; background: var(--at-red); }
.at-cta-band .at-shell { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 48px; align-items: center; }
.at-cta-band h2 { color: #fff; max-width: 900px; }
body.at2026-site .at-cta-band p { color: #ffe1e4; max-width: 900px; }
.at-cta-band .at-kicker { color: #fff !important; }
.at-gone { min-height: 60vh; display: flex; align-items: center; }

.at-contact-layout { display: grid; grid-template-columns: minmax(280px, .38fr) minmax(0, 1fr); gap: 6vw; align-items: start; }
.at-contact-layout aside { position: sticky; top: 170px; padding: 34px; color: #fff; background: var(--at-navy-deep); }
body.at2026-site .at-contact-layout aside h2 { color: #fff; font-size: 30px; }
body.at2026-site .at-contact-layout aside p { color: #c8d4df; }
body.at2026-site .at-contact-layout aside > a { display: block; margin: 13px 0; color: #fff; font-weight: 750; }
.at-contact-layout address { color: #c8d4df; font-style: normal; border-top: 1px solid rgba(255,255,255,.2); margin-top: 24px; padding-top: 24px; }
.at-project-form { padding: 42px; border: 1px solid var(--at-line); }
.at-project-form fieldset { margin: 0 0 38px; padding: 0; border: 0; }
.at-project-form legend { margin-bottom: 14px; color: var(--at-ink); font-size: 18px; font-weight: 800; }
.at-project-form label span, .at-project-form legend span { color: var(--at-red); }
.at-project-choice { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.at-project-choice legend { grid-column: 1 / -1; }
.at-project-choice label { position: relative; cursor: pointer; }
.at-project-choice input { position: absolute; opacity: 0; }
.at-project-choice label > span { min-height: 126px; display: grid; align-content: center; padding: 20px; color: var(--at-ink); border: 2px solid var(--at-line); }
.at-project-choice input:checked + span { border-color: var(--at-red); background: #fff6f7; }
.at-project-choice input:focus-visible + span { outline: 3px solid #7ab4e5; outline-offset: 2px; }
.at-project-choice b { font-size: 17px; }
.at-project-choice small { color: var(--at-muted); margin-top: 6px; line-height: 1.45; }
.at-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.at-field { display: grid; gap: 7px; align-content: start; }
.at-field.at-full { grid-column: 1 / -1; }
.at-field label { color: var(--at-ink); font-size: 14px; font-weight: 750; }
.at-field :where(input,select,textarea) { width: 100%; min-height: 50px; padding: 11px 13px; color: var(--at-ink); background: #fff; border: 1px solid #b9c4ce; border-radius: 3px; font: inherit; }
.at-field textarea { resize: vertical; }
.at-field :where(input,select,textarea):focus { outline: 3px solid rgba(35,109,168,.2); border-color: #236da8; }
.at-form-panel { margin: 40px 0; padding: 30px; background: var(--at-soft); border-left: 4px solid var(--at-red); }
.at-form-panel[hidden] { display: none; }
body.at2026-site .at-form-panel h2 { font-size: 24px; }
.at-form-hint, .at-file-field p { color: var(--at-muted); font-size: 13px; }
.at-file-control { position: relative; min-height: 56px; display: flex; align-items: center; gap: 14px; padding: 8px; border: 1px solid #b9c4ce; background: #fff; }
.at-file-control input { position: absolute; width: 1px; height: 1px; opacity: 0; overflow: hidden; }
.at-file-button { flex: 0 0 auto; display: inline-flex; min-height: 38px; align-items: center; justify-content: center; padding: 7px 14px; color: #fff !important; background: var(--at-navy); border: 0; border-radius: 3px; cursor: pointer; }
.at-file-control input:focus-visible + .at-file-button { outline: 3px solid rgba(35,109,168,.25); outline-offset: 2px; }
.at-file-control [data-at-file-name] { min-width: 0; color: var(--at-muted); overflow-wrap: anywhere; }
.at-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.at-alert { margin-bottom: 22px; padding: 16px 18px; border-left: 4px solid; }
.at-alert-success { color: #174d37; background: #e6f5ed; border-color: #2b8a60; }
.at-alert-error { color: #7b1520; background: #fff0f1; border-color: var(--at-red); }

.at-soft-section { background: var(--at-soft); }
.at-language-landing { width: 100%; }
.at-language-hero .at-home-hero-media { grid-template-columns: 1.35fr .65fr; }
.at-language-business { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); gap: 6vw; align-items: center; }
.at-language-business-copy ul { padding-inline-start: 22px; color: var(--at-muted); }
.at-language-business-copy li + li { margin-top: 9px; }
.at-language-business-media { min-height: 520px; overflow: hidden; box-shadow: var(--at-shadow); }
.at-language-business-reverse .at-language-business-copy { order: 2; }
.at-language-business-reverse .at-language-business-media { order: 1; }
.at-language-capabilities { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.at-language-capabilities article { min-height: 220px; padding: 30px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.at-language-capabilities b { color: #ff6874; font-size: 13px; }
.at-language-capabilities h3 { margin-top: 34px; }
.at-language-faq { background: var(--at-soft); }
.at-faq-list { border-top: 1px solid var(--at-line); }
.at-faq-list details { border-bottom: 1px solid var(--at-line); }
.at-faq-list summary { padding: 22px 42px 22px 0; color: var(--at-ink); font-size: 18px; font-weight: 800; cursor: pointer; }
.at-faq-list details p { max-width: 920px; padding: 0 0 24px; }
.at-footer-grid-localized { grid-template-columns: minmax(300px, 1.5fr) repeat(2, minmax(180px, .8fr)); }
.at-language-landing[dir="rtl"] { text-align: right; }
.at-language-landing[dir="rtl"] .at-actions { justify-content: flex-start; }
.at-language-landing[dir="rtl"] .at-text-link span { transform: scaleX(-1); }
.at-language-landing[dir="rtl"] .at-faq-list summary { padding: 22px 0 22px 42px; }

body.at2026-site .wp-block-post-content > #at-main.at-legacy-content,
body.at2026-site .entry-content > #at-main.at-legacy-content {
  width: min(92vw, 1180px) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  padding: 72px 0 96px !important;
  overflow: visible;
}
.at-legacy-content > :where(h1,h2,h3,p,ul,ol,blockquote,figure,.wp-block-group) { max-width: 900px; margin-inline: auto; }
.at-legacy-content > h1 { color: var(--at-navy); }
.at-legacy-content > :where(h2,h3) { margin-top: 44px; }
.at-legacy-content > :where(ul,ol) { padding-inline-start: 24px; color: var(--at-muted); }
.at-legacy-content :where(table,.wp-block-table) { width: 100%; max-width: 100%; }
.at-legacy-content .wp-block-table { overflow-x: auto; }
.at-legacy-content table { border-collapse: collapse; }
.at-legacy-content :where(th,td) { padding: 12px; border: 1px solid var(--at-line); vertical-align: top; }
.at-legacy-content blockquote { padding: 22px 26px; border-inline-start: 4px solid var(--at-red); background: var(--at-soft); }

.at-footer { padding-top: 76px; color: #c6d0da; background: #071827; }
.at-footer-grid { display: grid; grid-template-columns: 1.6fr repeat(5, minmax(130px, .8fr)); gap: 30px; }
.at-footer section { display: grid; align-content: start; gap: 9px; }
body.at2026-site .at-footer h2 { color: #fff; font-size: 16px; margin-bottom: 10px; }
body.at2026-site .at-footer a { color: #c6d0da; font-size: 13px; text-decoration: none; }
body.at2026-site .at-footer a:hover, body.at2026-site .at-footer a:focus-visible { color: #ff7c87; }
.at-footer-brand img { width: 76px; height: 76px; object-fit: cover; border-radius: 4px; }
body.at2026-site .at-footer-brand h2 { font-size: 24px; margin: 2px 0 0; }
body.at2026-site .at-footer-brand p { color: #a9b8c5; font-size: 14px; max-width: 300px; }
.at-footer-bottom { min-height: 76px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid rgba(255,255,255,.14); margin-top: 58px; }
body.at2026-site .at-footer-bottom p { margin: 0; color: #94a4b2; font-size: 12px; }
.at-footer-bottom p:last-child { display: flex; gap: 20px; }

@media (max-width: 1280px) {
  body.at2026-site h1 { font-size: 54px; }
  body.at2026-site h2 { font-size: 36px; }
  .at-header-main { min-height: 78px; grid-template-columns: 1fr auto; }
  .at-language-desktop { display: none; }
  .at-menu-toggle { width: 48px; height: 48px; display: grid; place-content: center; gap: 5px; background: transparent; border: 1px solid var(--at-line); border-radius: 3px; }
  .at-menu-toggle span { width: 22px; height: 2px; background: var(--at-navy); }
  .at-menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; }
  .at-nav { position: absolute; top: 78px; left: 0; right: 0; max-height: calc(100vh - 120px); display: none; padding: 12px 3vw 22px; overflow-y: auto; background: #fff; border-top: 1px solid var(--at-line); box-shadow: var(--at-shadow); }
  .at-nav.is-open { display: grid; }
  .at-nav > a, .at-nav-group > a { min-height: 46px; padding: 0; font-size: 15px; }
  .at-nav-group { display: grid; grid-template-columns: 1fr 42px; }
  .at-nav-group > button { width: 42px; height: 42px; }
  .at-subnav { position: static; grid-column: 1 / -1; width: auto; box-shadow: none; border: 0; border-left: 2px solid var(--at-red); padding: 0 0 0 14px; }
  .at-language-mobile { min-height: 54px; display: flex; justify-content: space-between; border-top: 1px solid var(--at-line); margin-top: 8px; padding-top: 12px; }
  .at-language-mobile select { width: min(230px, 60vw); }
  .at-home-hero-grid { grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); }
  .at-industry { grid-template-columns: 1fr; }
  .at-industry-media { min-height: 290px; }
  .at-footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); }
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .at-home-v2-hero { min-height: 0; padding: 30px 0 24px; }
  .at-home-v2-hero h1 { font-size: 54px; }
  .at-home-v2-copy .at-lede { font-size: 18px; }
  .at-home-v2-facts { margin-top: 24px; }
  .at-home-v2-media { min-height: 510px; padding-right: 88px; }
  .at-home-v2-primary { height: 490px; }
  .at-home-v2-secondary { width: 205px; height: 240px; }
}

@media (max-width: 1024px) {
  body.at2026-site h1 { font-size: 48px; }
  .at-section { padding: 76px 0; }
  .at-home-hero-grid, .at-page-hero-grid { grid-template-columns: 1fr; }
  .at-home-hero { min-height: auto; }
  .at-home-hero-media { min-height: 390px; }
  .at-hero-image { min-height: 390px; }
  .at-industry-grid, .at-path-grid { grid-template-columns: 1fr; }
  .at-chain-grid, .at-step-grid, .at-application-grid, .at-fabric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .at-process-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .at-system-map, .at-check-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .at-footer-grid { grid-template-columns: repeat(3, 1fr); }
  .at-footer-brand { grid-column: span 3; }
  .at-language-business { grid-template-columns: 1fr; }
  .at-language-business-media { min-height: 390px; }
  .at-language-business-reverse .at-language-business-copy,
  .at-language-business-reverse .at-language-business-media { order: initial; }
  .at-language-capabilities { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .at-solution-hub-grid,
  .at-solution-inputs,
  .at-solution-chain,
  .at-solution-sections { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  body.at2026-site h1 { font-size: 40px; }
  body.at2026-site h2 { font-size: 31px; }
  .at-shell { width: min(92vw, 680px); }
  .at-section { padding: 62px 0; }
  .at-section-split, .at-location-grid, .at-founder-grid, .at-contact-layout, .at-resource-groups > section { grid-template-columns: 1fr; gap: 32px; }
  .at-section-split > p { padding-top: 0; }
  .at-contact-strip .at-shell { justify-content: flex-start; gap: 16px; overflow-x: auto; scrollbar-width: thin; }
  .at-contact-strip a { white-space: nowrap; }
  .at-home-hero-media { grid-template-columns: 1fr; min-height: 0; }
  .at-hero-image { min-height: 300px; }
  .at-home-hero-media .at-hero-image:not(:first-child) { display: none; }
  .at-page-hero-media { height: 300px; }
  .at-process-gallery figure { height: 260px; }
  .at-evidence-grid { grid-template-columns: 1fr; }
  .at-evidence-grid figure { height: 320px; }
  .at-capability-list, .at-network-grid { grid-template-columns: 1fr; }
  .at-three-columns { grid-template-columns: 1fr; }
  .at-company-details dl { grid-template-columns: 1fr; }
  .at-contact-layout aside { position: static; }
  .at-project-choice { grid-template-columns: 1fr; }
  .at-form-grid { grid-template-columns: 1fr; }
  .at-field.at-full { grid-column: auto; }
  .at-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .at-footer-brand { grid-column: span 2; }
  .at-footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 24px 0; }
  .at-language-capabilities { grid-template-columns: 1fr; }
  .at-language-capabilities article { min-height: auto; }
  .at-language-business-media { min-height: 320px; }
  .at-footer-grid-localized { grid-template-columns: 1fr; }
  .at-footer-grid-localized .at-footer-brand { grid-column: auto; }
  .at-solution-note .at-shell { grid-template-columns: 1fr; gap: 7px; }
  .at-solution-note span { white-space: normal; }
  .at-solution-related-grid { grid-template-columns: 1fr; }
  .at-solution-visual-grid { grid-template-columns: 1fr; }
  .at-solution-visual-grid figure { height: 320px; }
  body.at2026-site .wp-block-post-content > #at-main.at-legacy-content,
  body.at2026-site .entry-content > #at-main.at-legacy-content { padding: 48px 0 70px !important; }
}

@media (max-width: 480px) {
  body.at2026-site h1 { font-size: 35px; }
  body.at2026-site h2 { font-size: 28px; }
  .at-brand small { display: none; }
  .at-brand img { width: 50px; height: 50px; }
  .at-home-hero { padding: 38px 0 48px; }
  .at-home-hero-grid { gap: 26px; }
  .at-home-hero .at-lede { font-size: 16px; line-height: 1.55; }
  .at-home-hero .at-lede-detail { display: none; }
  .at-home-hero .at-hero-facts { display: none; }
  .at-home-hero .at-hero-image { min-height: 180px; }
  .at-home-hero .at-actions { flex-wrap: nowrap; }
  .at-home-hero .at-button { flex: 1 1 0; min-width: 0; padding-inline: 8px; font-size: 14px; }
  .at-contact-strip .at-shell { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px 12px; padding: 6px 0; overflow: visible; }
  body.at2026-site .at-contact-strip a { font-size: 11px; }
  .at-contact-strip a:first-child { grid-column: 1 / -1; }
  .at-chain-grid, .at-step-grid, .at-application-grid, .at-system-map, .at-check-grid, .at-fabric-grid, .at-process-gallery { grid-template-columns: 1fr; }
  .at-industry-copy, .at-simple-industry, .at-path-grid article, .at-project-form { padding: 28px; }
  .at-simple-industry .at-industry-media { margin: -28px -28px 28px; }
  .at-model-list > div, .at-feature-list > div, .at-company-details dl > div { grid-template-columns: 1fr; gap: 7px; }
  .at-footer-grid { grid-template-columns: 1fr; }
  .at-footer-brand { grid-column: auto; }
  .at-language-hero .at-home-hero-media { grid-template-columns: 1fr; }
  .at-solution-hub-grid,
  .at-solution-inputs,
  .at-solution-chain,
  .at-solution-sections { grid-template-columns: 1fr; }
  .at-solution-hub-grid > a,
  .at-solution-inputs article,
  .at-solution-chain article { min-height: auto; padding: 24px; }
  .at-solution-related-grid a { min-height: auto; }
}

@media (max-width: 1280px) {
  .at-home-v2-hero-grid { grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: 4vw; }
  .at-home-v2-media { min-height: 520px; padding-right: 90px; }
  .at-home-v2-primary { height: 500px; }
  .at-home-v2-secondary { width: 210px; height: 250px; }
  .at-home-v2-program { grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr); }
}

@media (max-width: 1024px) {
  .at-home-v2-hero { min-height: auto; }
  .at-home-v2-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .at-home-v2-copy { max-width: 820px; }
  .at-home-v2-media { min-height: 500px; }
  .at-home-v2-primary { height: 480px; }
  .at-home-v2-program { grid-template-columns: 1fr; }
  .at-home-v2-program-media { min-height: 420px; }
  .at-home-v2-program-reverse .at-home-v2-program-media,
  .at-home-v2-program-reverse .at-home-v2-program-copy { order: initial; }
  .at-home-v2-work-grid { grid-template-columns: 1fr; gap: 46px; }
  .at-home-v2-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .at-home-v2-gallery figure { height: 360px; }
  .at-home-v2-founder-grid { grid-template-columns: 1fr; }
  .at-home-v2-founder-media { min-height: 420px; }
}

@media (max-width: 768px) {
  .at-home-v2-hero { padding: 54px 0 62px; }
  .at-home-v2-copy .at-lede { font-size: 18px; }
  .at-home-v2-facts { grid-template-columns: 1fr; }
  .at-home-v2-facts div { display: grid; grid-template-columns: 92px 1fr; gap: 10px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .at-home-v2-media { min-height: 390px; padding: 0 58px 20px 0; }
  .at-home-v2-primary { height: 370px; }
  .at-home-v2-primary figcaption { inset: auto 18px 18px; }
  .at-home-v2-secondary { width: 150px; height: 190px; border-width: 6px; }
  .at-home-v2-intro { padding-block: 52px; }
  .at-home-v2-programs { padding-block: 72px; }
  .at-home-v2-programs .at-shell { gap: 54px; }
  .at-home-v2-program-media { min-height: 330px; }
  .at-home-v2-program-copy { padding: 38px 0 8px; }
  .at-home-v2-program { border-bottom: 0; }
  .at-home-v2-gallery figure { height: 270px; }
  .at-home-v2-founder-media { min-height: 330px; }
  .at-home-v2-insights-head { align-items: start; flex-direction: column; }
  .at-home-v2-insight-list { grid-template-columns: 1fr; }
  .at-home-v2-insight-list > a { min-height: auto; padding: 28px; }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .at-home-v2-hero { padding: 52px 0 58px; }
  .at-home-v2-hero-grid { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 3vw; }
  .at-home-v2-hero h1 { font-size: 40px; }
  .at-home-v2-copy .at-lede { font-size: 17px; }
  .at-home-v2-lede-detail { display: none; }
  .at-home-v2-facts { margin-top: 24px; }
  .at-home-v2-media { min-height: 430px; padding-right: 58px; }
  .at-home-v2-primary { height: 410px; }
  .at-home-v2-primary figcaption span { display: none; }
  .at-home-v2-secondary { width: 155px; height: 185px; border-width: 6px; }
}

@media (max-width: 480px) {
  .at-home-v2-hero { padding: 38px 0 42px; }
  .at-home-v2-hero-grid { gap: 24px; }
  .at-home-v2-hero h1 { font-size: 35px; }
  .at-home-v2-copy .at-lede { font-size: 16px; }
  .at-home-v2-lede-detail,
  .at-home-v2-facts { display: none; }
  .at-home-v2-hero .at-actions { flex-wrap: nowrap; gap: 8px; }
  .at-home-v2-hero .at-button { flex: 1 1 0; min-width: 0; padding-inline: 8px; font-size: 13px; }
  .at-home-v2-media { min-height: 210px; padding: 0 34px 10px 0; }
  .at-home-v2-primary { height: 200px; }
  .at-home-v2-primary figcaption span { display: none; }
  .at-home-v2-secondary { width: 96px; height: 120px; border-width: 4px; }
  .at-home-v2-secondary figcaption { padding: 5px 7px; font-size: 9px; }
  .at-home-v2-program-media { min-height: 250px; }
  .at-home-v2-program-copy h2 { font-size: 30px; }
  .at-home-v2-program .at-actions { align-items: flex-start; flex-direction: column; }
  .at-home-v2-work-list article { grid-template-columns: 38px 1fr; gap: 10px; }
  .at-home-v2-gallery { grid-template-columns: 1fr 1fr; gap: 6px; }
  .at-home-v2-gallery figure { height: 190px; }
  .at-home-v2-gallery figcaption { inset: auto 6px 6px; padding: 5px 6px; font-size: 10px; }
  .at-home-v2-founder-media { min-height: 260px; }
  .at-home-v2 .at-cta-band .at-shell { grid-template-columns: 1fr; gap: 20px; }
  .at-home-v2 .at-cta-band .at-button { justify-self: start; }
}

@media (max-width: 400px) {
  .at-home-v2-hero { padding: 20px 0 24px; }
  .at-home-v2-hero-grid { gap: 20px; }
  .at-home-v2-hero h1 { font-size: 34px; margin-bottom: 18px; }
  .at-home-v2-hero .at-kicker { margin-bottom: 12px; }
  .at-home-v2-copy .at-lede { line-height: 1.45; }
  .at-home-v2-copy .at-actions { margin-top: 22px; }
  .at-home-v2-media { min-height: 180px; padding: 0 30px 8px 0; }
  .at-home-v2-primary { height: 174px; }
  .at-home-v2-secondary { width: 86px; height: 108px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
