:root {
  --ink: #0a0b0d;
  --ink-2: #12151a;
  --paper: #f4f0e7;
  --white: #fff;
  --muted: #b8bbc1;
  --text: #26292f;
  --yellow: #ffd20a;
  --yellow-2: #e8b800;
  --line: rgba(255,255,255,.13);
  --radius: 18px;
  --shadow: 0 22px 55px rgba(0,0,0,.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; background: var(--yellow); color: var(--ink); padding: 10px 16px; font-weight: 700; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

h1, h2, h3 { font-family: "Red Hat Display", Arial, sans-serif; line-height: 1.05; margin: 0; letter-spacing: -.035em; }
h1 { max-width: 900px; color: var(--white); font-size: clamp(3rem, 7vw, 6.65rem); }
h2 { font-size: clamp(2.3rem, 4.8vw, 4.75rem); }
h3 { font-size: 1.45rem; }
p { margin: 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--yellow); font-size: .73rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.eyebrow.dark { color: #8a6b00; }
.section { padding: 120px 0; }
.section-head { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(260px, .65fr); gap: 60px; align-items: end; margin-bottom: 60px; }
.section-head .eyebrow { margin-bottom: 18px; }
.section-head > p { color: var(--muted); font-size: 1.05rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid rgba(255,210,10,.25); background: linear-gradient(180deg,rgba(7,8,10,.96),rgba(7,8,10,.82)); box-shadow: 0 12px 35px rgba(0,0,0,.18); backdrop-filter: blur(14px); transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: linear-gradient(90deg,transparent 0%,rgba(255,210,10,.75) 25%,rgba(255,210,10,.18) 72%,transparent 100%); pointer-events: none; }
.site-header.is-scrolled { background: rgba(7,8,10,.97); border-color: rgba(255,210,10,.34); box-shadow: 0 14px 40px rgba(0,0,0,.32); }
.nav-wrap { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; display: flex; align-items: center; padding: 0; transition: transform .2s, filter .2s; filter: drop-shadow(0 7px 18px rgba(0,0,0,.5)); }
.brand:hover { transform: translateY(-1px); filter: drop-shadow(0 9px 22px rgba(255,210,10,.2)); }
.brand img { width: 282px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 27px; color: var(--white); font-size: .78rem; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; }
.site-nav a { position: relative; padding: 10px 0; transition: color .2s; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--yellow); transition: right .22s; }
.site-nav a:hover { color: var(--yellow); }
.site-nav a:not(.nav-cta):hover::after, .site-nav a:not(.nav-cta):focus-visible::after { right: 0; }
.site-nav .nav-cta { padding: 12px 18px; border: 1px solid var(--yellow); border-radius: 999px; background: var(--yellow); color: var(--ink); box-shadow: 0 7px 22px rgba(255,210,10,.18); }
.site-nav .nav-cta:hover { background: var(--white); border-color: var(--white); color: var(--ink); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: none; padding: 10px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.hero { position: relative; min-height: min(900px, max(720px, 100svh)); overflow: hidden; background: var(--ink); display: flex; flex-direction: column; justify-content: center; }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: center; opacity: .62; }
.hero-shade { background: linear-gradient(90deg, rgba(5,6,8,.97) 0%, rgba(5,6,8,.78) 43%, rgba(5,6,8,.18) 78%), linear-gradient(0deg, rgba(5,6,8,.88) 0%, transparent 40%); }
.hero-inner { position: relative; z-index: 1; padding: 86px 0 112px; }
.hero h1 { max-width: 1040px; font-size: clamp(3rem, 5.4vw, 5.65rem); }
.hero .eyebrow { margin-bottom: 18px; }
.hero-copy { max-width: 760px; color: #d0d2d6; font-size: clamp(1.04rem, 1.5vw, 1.22rem); margin-top: 18px; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hero .actions { position: relative; z-index: 4; margin-top: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: var(--ink); }
.button-primary:hover { background: var(--white); }
.button-ghost { border-color: rgba(255,255,255,.35); color: var(--white); }
.button-ghost:hover { background: var(--white); color: var(--ink); }
.hero-proof { position: absolute; z-index: 2; bottom: 0; left: 50%; transform: translateX(-50%); display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); pointer-events: none; }
section[id] { scroll-margin-top: 86px; }
.hero-proof div { display: flex; align-items: baseline; gap: 12px; padding: 26px 24px; border-right: 1px solid var(--line); }
.hero-proof div:first-child { padding-left: 0; }
.hero-proof div:last-child { border: 0; }
.hero-proof strong { color: var(--yellow); font: 700 1.65rem "Red Hat Display",sans-serif; white-space: nowrap; }
.hero-proof span { color: #d0d2d6; font-size: .82rem; line-height: 1.3; }

.intro { background: var(--paper); }
.split { display: grid; grid-template-columns: 1.1fr .75fr; gap: 9vw; align-items: center; }
.section-copy .eyebrow { margin-bottom: 18px; }
.section-copy h2 { margin-bottom: 28px; }
.section-copy .lead { font-size: 1.25rem; font-weight: 600; margin-bottom: 18px; }
.section-copy > p:not(.eyebrow):not(.lead) { color: #5b6068; }
.image-card { margin: 0; position: relative; }
.image-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-card figcaption { position: absolute; right: -24px; bottom: 26px; max-width: 260px; padding: 22px; border-radius: 12px; background: var(--ink); color: var(--white); font-weight: 600; }
.timeline { margin-top: 42px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #cfc9bc; }
.timeline div { padding: 20px 14px 0 0; }
.timeline span { color: #8a6b00; font-weight: 700; }
.timeline p { margin-top: 7px; font-size: .84rem; line-height: 1.4; color: #646972; }

.engineering { background: #fff; }
.engineering .section-head > p { color: #656a72; }
.engineering-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.engineering-card { min-height: 340px; display: flex; flex-direction: column; padding: 38px; border: 1px solid #ddd7cc; border-radius: var(--radius); background: #f8f5ef; }
.engineering-card > span { color: #8a6b00; font-weight: 800; font-size: .78rem; }
.engineering-card h3 { margin: 54px 0 16px; font-size: clamp(1.7rem, 3vw, 2.55rem); }
.engineering-card p { color: #61666e; }
.engineering-card > a { margin-top: auto; padding-top: 30px; color: #755b00; font-weight: 700; }
.engineering-card > a:hover { color: var(--ink); }
.engineering-card-accent { background: var(--ink); color: var(--white); border-color: var(--ink); }
.engineering-card-accent .eyebrow { color: var(--yellow); }
.engineering-card-accent h3 { margin-top: 26px; }
.engineering-card-accent ul { margin: 20px 0 0; padding-left: 20px; color: var(--muted); }
.engineering-card-accent > a { color: var(--yellow); }

.solutions { background: var(--ink); color: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { min-height: 260px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s; }
.service-grid article:hover { background: #171a1f; }
.service-grid article > span { color: var(--yellow); font-weight: 700; font-size: .78rem; }
.service-grid h3 { margin: 46px 0 14px; }
.service-grid p { color: var(--muted); font-size: .92rem; }

.technical-lead { background: var(--yellow); color: var(--ink); }
.technical-lead-grid { display: grid; grid-template-columns: minmax(360px,.78fr) 1.22fr; gap: 7vw; align-items: center; }
.technical-portraits { width: min(100%,500px); display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; align-items: start; }
.technical-lead figure { min-width: 0; margin: 0; }
.technical-lead figure img { width: 100%; aspect-ratio: 4/5; padding: 8px; object-fit: contain; object-position: center; border: 1px solid rgba(10,11,13,.24); border-radius: var(--radius); background: #050607; box-shadow: var(--shadow); }
.technical-lead figcaption { display: grid; gap: 4px; padding: 14px 4px 0; }
.technical-lead figcaption strong { font: 700 .95rem/1.2 "Red Hat Display",sans-serif; }
.technical-lead figcaption span { color: #665300; font-size: .72rem; line-height: 1.35; }
.technical-lead h2 { margin: 18px 0 28px; }
.technical-lead .lead { font-size: 1.2rem; font-weight: 700; }
.technical-lead p:not(.eyebrow):not(.lead):not(.credential-note) { margin-top: 16px; color: #4f4209; }
.professional-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 34px; }
.professional-grid article { min-height: 190px; display: flex; flex-direction: column; padding: 24px; border: 1px solid rgba(10,11,13,.28); border-radius: 13px; background: rgba(255,255,255,.16); }
.professional-grid span { color: #6a5700; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.professional-grid h3 { margin: 26px 0 8px; font-size: 1.35rem; }
.professional-grid p { color: #3d340c !important; font-size: .9rem; }
.professional-grid small { margin-top: auto; padding-top: 18px; color: #665300; }
.credential-note { margin-top: 14px; color: #665300; font-size: .74rem; }

.organization { overflow: hidden; background: #080a0d; color: var(--white); }
.organization-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; margin-bottom: 44px; }
.organization-head h2 { max-width: 820px; margin-top: 18px; }
.organization-head > p { color: var(--muted); }
.organization-chart { margin: 0; }
.organization-chart button { position: relative; display: block; width: 100%; overflow: hidden; padding: 0; border: 1px solid rgba(255,210,10,.45); border-radius: var(--radius); background: #030506; color: var(--white); box-shadow: var(--shadow); cursor: zoom-in; text-align: left; }
.organization-chart button::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 62%,rgba(0,0,0,.68)); opacity: .7; transition: opacity .2s; pointer-events: none; }
.organization-chart button:hover::after, .organization-chart button:focus-visible::after { opacity: 1; }
.organization-chart button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.organization-chart img { display: block; width: 100%; height: auto; }
.organization-chart button > span { position: absolute; right: 22px; bottom: 20px; z-index: 1; padding: 11px 15px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(5,6,7,.88); color: var(--yellow); font-size: .75rem; font-weight: 800; letter-spacing: .04em; }
.organization-chart figcaption { margin-top: 14px; color: #a9adb5; font-size: .75rem; }

.organization-modal[hidden] { display: none; }
.organization-modal { position: fixed; inset: 0; z-index: 1200; display: grid; place-items: center; padding: 22px; }
.organization-modal-backdrop { position: absolute; inset: 0; background: rgba(2,3,4,.9); backdrop-filter: blur(8px); }
.organization-modal-panel { position: relative; width: min(96vw, 1740px); max-height: 94vh; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,210,10,.5); border-radius: 18px; background: #080a0d; color: var(--white); box-shadow: 0 30px 90px rgba(0,0,0,.65); }
.organization-modal-panel > header { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 22px 26px; border-bottom: 1px solid #2b3038; }
.organization-modal-panel h2 { margin-top: 8px; font-size: clamp(1.25rem,2.3vw,2.1rem); }
.organization-modal-close { flex: 0 0 auto; min-height: 44px; padding: 0 16px; border: 1px solid #505762; border-radius: 999px; background: transparent; color: var(--white); font-weight: 700; cursor: pointer; }
.organization-modal-close span { margin-left: 8px; color: var(--yellow); font-size: 1.35rem; line-height: 1; }
.organization-modal-close:hover, .organization-modal-close:focus-visible { border-color: var(--yellow); color: var(--yellow); }
.organization-modal-scroll { overflow: auto; overscroll-behavior: contain; background: #030506; }
.organization-modal-scroll img { display: block; width: 100%; min-width: 1100px; height: auto; margin: 0 auto; }
.organization-modal-help { padding: 12px 26px; border-top: 1px solid #2b3038; color: #a9adb5; font-size: .76rem; }
body.has-organization-modal { overflow: hidden; }

.leadership-honor { background: var(--yellow); color: var(--ink); }
.leadership-honor-head { display: grid; grid-template-columns: 1.05fr .75fr; gap: 8vw; align-items: end; margin-bottom: 42px; }
.leadership-honor-head h2 { max-width: 820px; margin-top: 18px; }
.leadership-honor-head > div:last-child { display: grid; gap: 14px; color: #4f4209; font-weight: 600; }
.leadership-honor-media { overflow: hidden; margin: 0; border-radius: var(--radius); background: #050607; box-shadow: var(--shadow); }
.leadership-honor-media img { display: block; width: 100%; height: auto; }
.leadership-honor-media figcaption { padding: 15px 18px; background: #050607; color: var(--yellow); font-size: .76rem; font-weight: 700; letter-spacing: .04em; }

.portfolio { background: #e9e4da; }
.portfolio .section-head > p { color: #656a72; }
.project-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 330px; gap: 12px; }
.project { position: relative; overflow: hidden; margin: 0; border-radius: 12px; background: var(--ink); }
.project-wide { grid-column: span 2; }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.project:hover img { transform: scale(1.035); }
.project::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.85)); }
.project figcaption { position: absolute; z-index: 1; inset: auto 22px 20px; color: var(--white); }
.project figcaption strong, .project figcaption span { display: block; }
.project figcaption strong { font: 700 1.15rem "Red Hat Display",sans-serif; }
.project figcaption span { color: #d6d7d9; font-size: .84rem; }
.case-card { display: grid; grid-template-columns: 1.4fr .6fr; gap: 50px; align-items: center; margin-top: 70px; padding: 54px; background: var(--ink); color: var(--white); border-radius: var(--radius); }
.case-card .eyebrow { margin-bottom: 16px; }
.case-card h3 { font-size: clamp(2rem,4vw,3.6rem); margin-bottom: 20px; }
.case-card p:not(.eyebrow) { color: var(--muted); }
.case-number { text-align: right; }
.case-number strong { display: block; color: #262a31; font: 800 clamp(5rem,12vw,9rem)/.8 "Red Hat Display",sans-serif; }
.case-number span { display: block; margin-top: 20px; color: var(--yellow); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
.case-link { display: inline-flex; gap: 10px; margin-top: 28px; color: var(--yellow); font-weight: 800; }
.case-link:hover { color: var(--white); }
.cases-list { display: grid; gap: 18px; margin-top: 70px; }
.cases-list .case-card { margin-top: 0; }
.case-card-conversion { background: linear-gradient(135deg,#111318 0%,#191d23 60%,#2a2100 100%); }
.disclaimer { margin-top: 16px; color: #747982; font-size: .75rem; }

.method { background: var(--ink); color: var(--white); }
.method-grid { display: grid; grid-template-columns: repeat(4,1fr); padding: 0; margin: 0; list-style: none; counter-reset: method; }
.method-grid li { min-height: 270px; padding: 30px 28px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.method-grid li:first-child { border-left: 1px solid var(--line); }
.method-grid span { display: inline-grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; background: var(--yellow); color: var(--ink); font-weight: 800; }
.method-grid h3 { margin: 46px 0 12px; }
.method-grid p { color: var(--muted); font-size: .92rem; }

.numbers { background: var(--yellow); color: var(--ink); }
.numbers .eyebrow { color: #5d4a00; }
.numbers h2 { max-width: 750px; margin: 18px 0 58px; }
.numbers-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(10,11,13,.25); border-left: 1px solid rgba(10,11,13,.25); }
.numbers-grid div { padding: 30px 26px; border-right: 1px solid rgba(10,11,13,.25); border-bottom: 1px solid rgba(10,11,13,.25); }
.numbers-grid strong { display: block; font: 800 clamp(2.5rem,5vw,4.7rem)/1 "Red Hat Display",sans-serif; }
.numbers-grid span { display: block; margin-top: 12px; font-size: .86rem; line-height: 1.4; }
.data-note { margin-top: 18px; font-size: .75rem; color: #665300; }

.trust-evidence { overflow: hidden; background: #101319; color: var(--white); }
.trust-head { display: grid; grid-template-columns: 1.15fr .65fr; gap: 8vw; align-items: end; margin-bottom: 52px; }
.trust-head h2 { max-width: 850px; margin-top: 18px; font-size: clamp(2.5rem,4.8vw,4.8rem); }
.trust-head > p { color: #b6bbc3; }
.trust-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid #363b44; border-left: 1px solid #363b44; }
.trust-grid > article { min-height: 300px; display: flex; flex-direction: column; padding: clamp(26px,3.4vw,48px); border-right: 1px solid #363b44; border-bottom: 1px solid #363b44; }
.trust-grid > article > span { color: var(--yellow); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.trust-grid > article > strong { max-width: 620px; margin: auto 0 22px; font: 800 clamp(1.7rem,2.8vw,2.8rem)/1.06 "Red Hat Display",sans-serif; }
.trust-grid > article > p { color: #b8bdc5; }
.trust-professionals { display: grid !important; grid-template-columns: repeat(2,1fr); gap: 28px; }
.trust-professionals > span { grid-column: 1 / -1; }
.trust-professionals > div { align-self: end; padding-top: 28px; border-top: 1px solid #363b44; }
.trust-professionals h3 { margin-bottom: 10px; font: 800 1.35rem/1.1 "Red Hat Display",sans-serif; }
.trust-professionals p { color: #b8bdc5; font-size: .82rem; }
.trust-grid ul { display: flex; flex-wrap: wrap; gap: 8px; margin: auto 0 22px; padding: 0; list-style: none; }
.trust-grid li { min-width: 48px; padding: 10px 12px; border: 1px solid #625a35; border-radius: 999px; color: var(--yellow); text-align: center; font-size: .76rem; font-weight: 800; }
.trust-policy { margin: 24px 0 0; color: #8e949d; font-size: .74rem; }
.trust-policy strong { color: #c6cad0; }

.structure { overflow: hidden; background: #e9e4da; }
.structure-head { display: grid; grid-template-columns: 1.15fr .65fr; gap: 8vw; align-items: end; margin-bottom: 54px; }
.structure-head h2 { max-width: 820px; margin-top: 18px; font-size: clamp(2.5rem,4.8vw,4.8rem); }
.structure-head > div:last-child { display: grid; gap: 22px; color: #5c6169; }
.structure-link { width: max-content; color: #715800; font-weight: 800; }
.structure-link:hover { color: var(--ink); }
.structure-origin { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; margin-bottom: 12px; border-radius: var(--radius); background: var(--ink); color: var(--white); box-shadow: 0 18px 45px rgba(26,22,14,.13); }
.structure-origin figure { min-height: 420px; margin: 0; }
.structure-origin img { width: 100%; height: 100%; object-fit: cover; }
.structure-origin > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px,5vw,70px); }
.structure-origin h3 { max-width: 520px; margin: 18px 0; font: 800 clamp(2rem,3.5vw,3.5rem)/1.04 "Red Hat Display",sans-serif; }
.structure-origin > div > p:not(.eyebrow) { max-width: 560px; color: #c8ccd2; }
.structure-origin > div > span { width: max-content; margin-top: 30px; padding-top: 16px; border-top: 1px solid #4a4f58; color: var(--yellow); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.structure-video-card { display: grid; grid-template-columns: 1.38fr .62fr; overflow: hidden; margin-bottom: 12px; border-radius: var(--radius); background: #11151b; color: var(--white); }
.structure-video-card video { display: block; width: 100%; height: 100%; min-height: 420px; object-fit: cover; background: #080a0d; }
.structure-video-card > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px,4vw,58px); }
.structure-video-card h3 { margin: 18px 0; font: 800 clamp(1.7rem,2.7vw,2.8rem)/1.08 "Red Hat Display",sans-serif; }
.structure-video-card > div > p:last-child { color: #b8bec6; }
.structure-gallery { display: grid; grid-template-columns: repeat(12,1fr); grid-template-rows: repeat(2,280px); gap: 12px; }
.structure-gallery figure { position: relative; overflow: hidden; margin: 0; border-radius: var(--radius); background: var(--ink); box-shadow: 0 18px 45px rgba(26,22,14,.12); }
.structure-gallery figure:first-child { grid-column: span 5; grid-row: span 2; }
.structure-gallery figure:nth-child(2) { grid-column: span 4; }
.structure-gallery figure:nth-child(3) { grid-column: span 3; }
.structure-gallery figure:nth-child(4) { grid-column: span 7; }
.structure-gallery img { width: 100%; height: 100%; object-fit: cover; }
.structure-gallery figure:nth-child(2) img, .structure-gallery figure:nth-child(3) img { object-position: center 45%; }
.structure-gallery figure::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.92)); }
.structure-gallery figcaption { position: absolute; z-index: 1; inset: auto 22px 20px; color: var(--white); }
.structure-gallery figcaption strong, .structure-gallery figcaption span { display: block; }
.structure-gallery figcaption strong { font: 800 1.18rem/1.2 "Red Hat Display",sans-serif; }
.structure-gallery figcaption span { margin-top: 5px; color: #d8dadc; font-size: .76rem; }
.structure-safety { display: grid; grid-template-columns: .78fr 1.22fr; overflow: hidden; margin-top: 12px; border: 1px solid #d0c5ae; border-radius: var(--radius); background: #f7f3eb; }
.structure-safety-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px,5vw,68px); }
.structure-safety h3 { margin: 18px 0; color: var(--ink); font: 800 clamp(2rem,3.2vw,3.2rem)/1.05 "Red Hat Display",sans-serif; }
.structure-safety-copy > p:not(.eyebrow) { color: #62676f; }
.structure-safety ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; }
.structure-safety li { padding: 9px 12px; border: 1px solid #c9b981; border-radius: 999px; color: #654f00; font-size: .72rem; font-weight: 800; }
.structure-uniforms { display: grid; grid-template-columns: repeat(2,1fr); min-height: 520px; background: #d9d5cd; }
.structure-uniforms img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.structure-locations { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 12px; }
.structure address { min-height: 290px; display: flex; flex-direction: column; padding: 30px; border: 1px solid #cec6b8; border-radius: var(--radius); background: #f7f3eb; font-style: normal; }
.structure address > span { color: #8a6b00; text-transform: uppercase; letter-spacing: .13em; font-size: .7rem; font-weight: 800; }
.structure address strong { max-width: 430px; margin: 38px 0 20px; color: var(--ink); font: 800 clamp(1.4rem,2.4vw,2rem)/1.1 "Red Hat Display",sans-serif; }
.structure address p { color: #62676f; }
.structure address a { width: max-content; margin-top: auto; padding-top: 26px; color: #715800; font-weight: 800; }
.structure address a:hover { color: var(--ink); }
.structure-flow { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 42px; border-top: 1px solid #c6beb0; border-left: 1px solid #c6beb0; }
.structure-flow div { min-height: 185px; display: flex; flex-direction: column; padding: 24px; border-right: 1px solid #c6beb0; border-bottom: 1px solid #c6beb0; }
.structure-flow span { color: #8a6b00; font-size: .72rem; font-weight: 800; }
.structure-flow strong { margin-top: 36px; color: var(--ink); font: 800 1.2rem "Red Hat Display",sans-serif; }
.structure-flow small { margin-top: 8px; color: #646972; font-size: .78rem; line-height: 1.45; }

.quote-section { padding: 120px 0; background: var(--paper); }
.quote-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 8vw; align-items: start; }
.quote-intro { position: sticky; top: 120px; }
.quote-intro h2 { margin: 18px 0 24px; font-size: clamp(2.5rem, 4.7vw, 4.65rem); }
.quote-intro > p:not(.eyebrow) { color: #5f646c; }
.quote-benefits { display: grid; gap: 14px; margin: 34px 0 0; padding: 0; list-style: none; }
.quote-benefits li { position: relative; padding: 0 0 14px 28px; border-bottom: 1px solid #d6d0c5; color: #444950; font-weight: 600; }
.quote-benefits li::before { content: "✓"; position: absolute; left: 0; color: #8a6b00; font-weight: 800; }
.quote-form { padding: 38px; border: 1px solid #d9d2c6; border-radius: var(--radius); background: #fff; box-shadow: 0 24px 55px rgba(26,22,14,.1); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 16px; }
.quote-form label { display: grid; gap: 8px; }
.quote-form label > span { color: #4e535b; font-size: .8rem; font-weight: 700; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #cbc5ba; border-radius: 10px; background: #faf8f3; color: var(--ink); font: inherit; }
.quote-form input, .quote-form select { min-height: 52px; padding: 0 14px; }
.quote-form textarea { min-height: 130px; padding: 13px 14px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: #987900; outline: 3px solid rgba(255,210,10,.28); }
.form-field-full { grid-column: 1 / -1; }
.form-privacy { margin-top: 18px; color: #6a6f77; font-size: .76rem; }
.quote-form .button { width: 100%; margin-top: 22px; }
.form-status { min-height: 1.3em; margin-top: 12px; color: #5f646c; font-size: .78rem; text-align: center; }

.contact { padding: 120px 0; background: var(--ink-2); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: center; }
.contact h2 { margin: 18px 0 24px; }
.contact p:not(.eyebrow) { max-width: 600px; color: var(--muted); }
.contact .button { margin-top: 32px; }
.contact-list { border-top: 1px solid var(--line); }
.contact-list a { display: flex; justify-content: space-between; gap: 25px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.contact-list span { color: var(--muted); font-size: .83rem; }
.contact-list strong { text-align: right; }
.contact-list a:hover strong { color: var(--yellow); }

.site-footer { padding: 34px 0; background: #050607; color: #92969e; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; font-size: .78rem; }
.footer-grid img { width: 150px; }
.footer-social { display: flex; justify-content: center; gap: 20px; }
.footer-social a { color: var(--yellow); font-weight: 700; }
.footer-social a:hover { color: var(--white); }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: #25d366; color: #06240f; box-shadow: 0 10px 30px rgba(0,0,0,.28); font-size: .78rem; font-weight: 800; }

.service-page { background: var(--paper); }
.service-hero { position: relative; min-height: 620px; display: flex; align-items: end; padding: 170px 0 90px; overflow: hidden; background: var(--ink); color: var(--white); }
.service-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 25%, rgba(255,210,10,.16), transparent 30%), linear-gradient(135deg, transparent 50%, rgba(255,210,10,.08) 50%, transparent 70%); }
.service-hero .container { position: relative; z-index: 1; }
.service-hero .eyebrow { margin-bottom: 22px; }
.service-hero h1 { max-width: 950px; font-size: clamp(3.2rem, 7vw, 6.4rem); }
.service-hero p:not(.eyebrow) { max-width: 760px; margin-top: 28px; color: #d0d2d6; font-size: 1.18rem; }
.service-content { padding: 100px 0; }
.service-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: start; }
.service-intro h2 { font-size: clamp(2.4rem, 5vw, 4.5rem); }
.service-intro-copy { color: #5e636b; }
.service-intro-copy p + p { margin-top: 18px; }
.deliverables { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 70px; }
.deliverable { min-height: 235px; padding: 28px; border: 1px solid #d7d0c4; border-radius: 14px; background: #fff; }
.deliverable span { color: #8a6b00; font-weight: 800; font-size: .76rem; }
.deliverable h3 { margin: 34px 0 12px; }
.deliverable p { color: #666b73; font-size: .92rem; }
.service-process { padding: 100px 0; background: var(--ink); color: var(--white); }
.service-process h2 { max-width: 760px; margin: 18px 0 56px; }
.service-process-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.service-process-grid div { padding: 28px; border: 1px solid var(--line); border-right: 0; }
.service-process-grid div:last-child { border-right: 1px solid var(--line); }
.service-process-grid span { color: var(--yellow); font-weight: 800; }
.service-process-grid h3 { margin: 34px 0 12px; }
.service-process-grid p { color: var(--muted); font-size: .9rem; }
.service-cta { padding: 100px 0; background: var(--yellow); color: var(--ink); }
.service-cta-inner { display: grid; grid-template-columns: 1.4fr .6fr; gap: 40px; align-items: center; }
.service-cta h2 { font-size: clamp(2.5rem,5vw,4.8rem); }
.service-cta .button { justify-self: end; background: var(--ink); color: var(--white); }
.breadcrumb { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; color: #b9bdc3; font-size: .8rem; }
.breadcrumb a { color: var(--yellow); }

.case-page-hero { position: relative; min-height: 760px; display: flex; align-items: end; padding: 170px 0 90px; overflow: hidden; background: var(--ink); color: var(--white); }
.case-page-hero > img, .case-page-hero::after { position: absolute; inset: 0; width: 100%; height: 100%; }
.case-page-hero > img { object-fit: cover; }
.case-page-hero::after { content: ""; background: linear-gradient(90deg, rgba(5,6,8,.95) 0%, rgba(5,6,8,.68) 48%, rgba(5,6,8,.16) 82%), linear-gradient(0deg, rgba(5,6,8,.78), transparent 55%); }
.case-page-hero .container { position: relative; z-index: 1; }
.case-page-hero h1 { max-width: 880px; font-size: clamp(3.2rem,7vw,6.3rem); }
.case-page-hero p:not(.eyebrow) { max-width: 690px; margin-top: 24px; color: #d2d4d7; font-size: 1.15rem; }
.case-meta { display: grid; grid-template-columns: repeat(5,1fr); margin-top: 46px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.case-meta div { padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.case-meta span, .case-meta strong { display: block; }
.case-meta span { color: #aeb2b8; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.case-meta strong { margin-top: 6px; color: var(--white); }
.case-meta .case-duration strong { color: var(--yellow); }
.case-meta-four { grid-template-columns: repeat(4,1fr); }
.case-page-hero-brand-change > img { object-position: center; filter: saturate(.78) contrast(1.05); }
.case-overview { padding: 110px 0; background: var(--paper); }
.case-overview-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; }
.case-overview h2 { margin: 18px 0 26px; }
.case-overview-copy { color: #62676e; font-size: 1.03rem; }
.case-overview-copy p + p { margin-top: 18px; }
.case-scope { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 48px; }
.case-scope article { min-height: 180px; padding: 25px; border: 1px solid #d6d0c5; border-radius: 13px; background: #fff; }
.case-scope span { color: #8a6b00; font-size: .72rem; font-weight: 800; }
.case-scope h3 { margin: 25px 0 10px; font-size: 1.25rem; }
.case-scope p { color: #666b73; font-size: .88rem; }
.case-story { padding: 110px 0; background: #e9e4da; }
.case-story-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; align-items: end; }
.case-story-head h2 { margin-top: 18px; }
.case-story-head > p { color: #62676e; font-size: 1.03rem; }
.case-video-card { display: grid; grid-template-columns: 1.45fr .55fr; margin-top: 55px; overflow: hidden; border-radius: var(--radius); background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.case-video-card video { display: block; width: 100%; height: 100%; min-height: 430px; object-fit: cover; background: #000; }
.case-video-card > div { display: flex; flex-direction: column; justify-content: flex-end; padding: 36px; }
.case-video-card span, .case-phases span { color: var(--yellow); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.case-video-card h3 { margin: 18px 0 12px; font-size: 1.8rem; }
.case-video-card p { color: var(--muted); font-size: .9rem; }
.case-phases { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 14px; }
.case-phases article { display: grid; grid-template-columns: .82fr 1.18fr; overflow: hidden; border: 1px solid #d4cec3; border-radius: 14px; background: #f7f3eb; }
.case-phases img { width: 100%; height: 100%; min-height: 270px; object-fit: cover; }
.case-phases article > div { display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; }
.case-phases h3 { margin: 20px 0 10px; }
.case-phases p { color: #62676e; font-size: .88rem; }
.case-proof { padding: 110px 0; background: var(--ink); color: var(--white); }
.case-proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.case-proof article { min-height: 250px; padding: 34px; border: 1px solid var(--line); border-radius: 14px; }
.case-proof article span { color: var(--yellow); font-weight: 800; font-size: .75rem; }
.case-proof h3 { margin: 46px 0 14px; font-size: 1.7rem; }
.case-proof p { color: var(--muted); }
.case-gallery { padding: 110px 0; background: #e9e4da; }
.case-gallery h2 { margin: 18px 0 52px; }
.case-gallery-intro { max-width: 820px; margin: -30px 0 42px; color: #62676e; font-size: 1.03rem; }
.fort-unit-stats { margin: 0 0 18px; }
.fort-unit-stats strong { font-size: clamp(2.15rem,4vw,3.2rem); }
.case-gallery-fort { grid-auto-rows: 350px; }
.case-gallery-fort figure:nth-child(12) { grid-column: span 2; }
.case-gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-auto-rows: 320px; gap: 12px; }
.case-gallery-grid figure { margin: 0; overflow: hidden; border-radius: 12px; background: var(--ink); }
.case-gallery-grid figure:first-child { grid-column: span 2; }
.case-gallery-grid figure:nth-child(5) { grid-column: span 2; }
.case-gallery-grid figure:nth-child(8) { grid-column: span 2; }
.case-gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.case-gallery-grid figure:hover img { transform: scale(1.025); }
.conversion-stats { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 54px; border: 1px solid #cec7bb; border-radius: 14px; overflow: hidden; background: #f7f3eb; }
.conversion-stats div { padding: 34px 24px; border-right: 1px solid #cec7bb; }
.conversion-stats div:last-child { border-right: 0; }
.conversion-stats strong,.conversion-stats span { display: block; }
.conversion-stats strong { color: #8a6b00; font: 800 3.2rem/1 "Red Hat Display",sans-serif; }
.conversion-stats span { margin-top: 10px; color: #62676e; font-size: .8rem; }
.conversion-route { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; margin-top: 14px; }
.conversion-route article { min-height: 230px; padding: 25px; border-radius: 13px; background: var(--ink); color: var(--white); }
.conversion-route span { color: var(--yellow); font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.conversion-route h3 { margin: 42px 0 12px; font-size: 1.1rem; }
.conversion-route p { color: var(--muted); font-size: .8rem; }
.case-gallery-grid-single { grid-template-columns: 1.25fr .75fr; grid-auto-rows: 430px; }
.case-gallery-grid-single figure:first-child { grid-column: auto; }
.case-gallery-callout { display: flex; flex-direction: column; justify-content: flex-end; padding: 38px; border-radius: 12px; background: var(--ink); color: var(--white); }
.case-gallery-callout span { color: var(--yellow); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.case-gallery-callout h3 { margin: 22px 0 12px; font-size: 1.8rem; }
.case-gallery-callout p { color: var(--muted); }
.case-sources { padding: 36px 0; background: #dcd6cb; }
.case-sources .container { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.case-sources p { color: #62676e; font-size: .78rem; }
.case-sources div { display: flex; gap: 18px; }
.case-sources a { color: #584600; font-size: .78rem; font-weight: 800; }

@media (max-width: 960px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 98px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid rgba(255,210,10,.28); border-radius: 14px; background: rgba(7,8,10,.99); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px; }
  .site-nav .nav-cta { margin-top: 6px; text-align: center; }
  .hero { min-height: 860px; justify-content: flex-start; }
  .hero-inner { padding-top: 132px; padding-bottom: 48px; }
  .hero h1 { max-width: 780px; font-size: clamp(3rem, 8vw, 5rem); }
  .hero-proof { position: relative; bottom: auto; left: auto; transform: none; grid-template-columns: 1fr; width: min(1160px, calc(100% - 40px)); margin-top: auto; }
  .hero-proof div { padding: 11px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-proof div:last-child { border: 0; }
  .hero-proof strong { min-width: 100px; font-size: 1.3rem; }
  .split, .contact-grid, .quote-grid, .service-intro, .service-cta-inner, .technical-lead-grid, .case-overview-grid, .case-story-head, .case-video-card, .organization-head, .leadership-honor-head, .case-sources .container, .structure-head, .trust-head { grid-template-columns: 1fr; }
  .technical-portraits { width: min(100%,460px); margin-inline: auto; }
  .quote-intro { position: static; }
  .image-card { max-width: 650px; }
  .service-grid, .method-grid, .numbers-grid { grid-template-columns: repeat(2,1fr); }
  .deliverables { grid-template-columns: repeat(2,1fr); }
  .service-process-grid { grid-template-columns: repeat(2,1fr); }
  .service-process-grid div:nth-child(2) { border-right: 1px solid var(--line); }
  .service-cta .button { justify-self: start; }
  .case-meta { grid-template-columns: repeat(2,1fr); }
  .case-video-card video { min-height: 0; aspect-ratio: 16 / 9; }
  .case-gallery-grid { grid-template-columns: repeat(2,1fr); }
  .conversion-route { grid-template-columns: repeat(2,1fr); }
  .conversion-stats { grid-template-columns: repeat(2,1fr); }
  .conversion-stats div:nth-child(2) { border-right: 0; }
  .conversion-stats div:nth-child(-n+2) { border-bottom: 1px solid #cec7bb; }
  .case-gallery-grid-single { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .case-gallery-grid-single figure { min-height: 360px; }
  .section-head { grid-template-columns: 1fr; gap: 24px; }
  .structure-origin, .structure-video-card, .structure-safety { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .structure-origin figure { min-height: 380px; }
  .structure-video-card video { min-height: 0; aspect-ratio: 16/9; }
  .structure-gallery { grid-template-columns: repeat(2,1fr); grid-template-rows: 420px 300px 300px; }
  .structure-gallery figure:first-child { grid-column: 1 / -1; grid-row: auto; }
  .structure-gallery figure:nth-child(2), .structure-gallery figure:nth-child(3), .structure-gallery figure:nth-child(4) { grid-column: auto; }
  .structure-gallery figure:nth-child(4) { grid-column: 1 / -1; }
  .structure-uniforms { min-height: 560px; }
  .structure-locations { grid-template-columns: 1fr; }
  .structure-flow { grid-template-columns: repeat(2,1fr); }
  .project-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid img { margin-inline: auto; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .section, .contact { padding: 82px 0; }
  .nav-wrap { min-height: 82px; }
  .brand { padding: 0; }
  .brand img { width: 218px; }
  .site-nav { top: 84px; left: 14px; right: 14px; }
  .hero { min-height: 840px; }
  .hero-inner { padding-top: 108px; padding-bottom: 42px; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 4.5rem); }
  .hero-copy { font-size: 1rem; }
  .quote-section { padding: 82px 0; }
  .quote-form { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-full { grid-column: auto; }
  .actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .service-grid, .method-grid, .numbers-grid, .engineering-grid, .deliverables, .service-process-grid { grid-template-columns: 1fr; }
  .service-process-grid div { border-right: 1px solid var(--line); }
  .service-grid article, .method-grid li { min-height: 220px; }
  .project-grid { grid-template-columns: 1fr; grid-auto-rows: 340px; }
  .project-wide { grid-column: auto; }
  .case-card { grid-template-columns: 1fr; padding: 32px 24px; }
  .case-number { text-align: left; }
  .contact-list a { flex-direction: column; gap: 4px; }
  .contact-list strong { text-align: left; overflow-wrap: anywhere; }
  .image-card figcaption { right: 12px; bottom: 12px; }
  .professional-grid, .case-meta, .case-scope, .case-proof-grid, .case-gallery-grid, .case-phases, .conversion-stats, .conversion-route { grid-template-columns: 1fr; }
  .conversion-stats div { border-right: 0; border-bottom: 1px solid #cec7bb; }
  .conversion-stats div:last-child { border-bottom: 0; }
  .case-phases article { grid-template-columns: 1fr; }
  .case-phases img { min-height: 230px; max-height: 310px; }
  .technical-portraits { width: min(100%,390px); gap: 10px; }
  .technical-lead figure img { padding: 5px; }
  .technical-lead figcaption strong { font-size: .78rem; }
  .technical-lead figcaption span { font-size: .64rem; }
  .structure-origin figure { min-height: 280px; }
  .trust-professionals { grid-template-columns: 1fr; }
  .trust-professionals > span { grid-column: auto; }
  .trust-grid > article { min-height: 260px; }
  .structure-origin > div, .structure-video-card > div, .structure-safety-copy { padding: 28px 22px; }
  .structure-origin > div > span { width: auto; }
  .structure-gallery { grid-template-columns: 1fr; grid-template-rows: none; }
  .structure-gallery figure, .structure-gallery figure:first-child, .structure-gallery figure:nth-child(2), .structure-gallery figure:nth-child(3), .structure-gallery figure:nth-child(4) { grid-column: auto; min-height: 270px; }
  .structure-gallery figure:first-child { min-height: 380px; }
  .structure-uniforms { min-height: 360px; }
  .structure-flow { grid-template-columns: 1fr; }
  .organization-chart img { width: 900px; max-width: none; }
  .organization-chart button { overflow-x: auto; }
  .organization-chart button > span { position: sticky; left: 16px; right: auto; display: inline-block; margin: -58px 0 16px 16px; }
  .organization-modal { padding: 8px; }
  .organization-modal-panel { width: 100%; max-height: 97vh; border-radius: 12px; }
  .organization-modal-panel > header { align-items: flex-start; padding: 16px; }
  .organization-modal-panel .eyebrow { display: none; }
  .organization-modal-panel h2 { margin-top: 0; font-size: 1.05rem; }
  .organization-modal-close { min-height: 40px; padding: 0 12px; font-size: .72rem; }
  .organization-modal-scroll img { min-width: 1000px; }
  .organization-modal-help { padding: 10px 16px; }
  .case-gallery-grid figure:first-child, .case-gallery-grid figure:nth-child(5), .case-gallery-grid figure:nth-child(8), .case-gallery-fort figure:nth-child(12) { grid-column: auto; }
  .case-page-hero { min-height: 700px; }
}

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