:root {
  --blue: #3871C1;
  --blue-dark: #2c5ca3;
  --blue-deep: #163a6e;
  --accent: #FF5757;
  --accent-dark: #e64545;
  --ink: #101828;
  --ink-soft: #344054;
  --muted: #667085;
  --line: #e4e7ec;
  --bg: #f8fafc;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(16, 24, 40, 0.1);
  --radius: 16px;
  --container: 1160px;
  --font: "Figtree", system-ui, sans-serif;
  --display: "Syne", sans-serif;
  --header-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
a:hover { color: var(--accent); }
ul { margin: 0; padding: 0; list-style: none; }
p { margin: 0 0 1rem; color: var(--ink-soft); }
h1, h2, h3, h4 {
  font-family: var(--display);
  color: var(--ink);
  line-height: 1.15;
  margin: 0 0 .7rem;
  font-weight: 700;
  letter-spacing: -.02em;
}

.container {
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
}

.skip-link {
  position: absolute; left: -999px; top: 0;
  background: var(--blue); color: #fff; padding: .65rem 1rem; z-index: 1000;
}
.skip-link:focus { left: 1rem; top: 1rem; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled,
.site-header:not(.site-header--home) {
  border-color: var(--line);
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.05);
  background: rgba(255,255,255,.96);
}
.is-home .site-header--home:not(.is-scrolled) {
  background: transparent;
  border-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
}
.is-home .site-header--home.is-scrolled {
  position: sticky;
}
.is-home .site-header--home:not(.is-scrolled) .nav__link { color: rgba(255,255,255,.92); }
.is-home .site-header--home:not(.is-scrolled) .nav__link:hover,
.is-home .site-header--home:not(.is-scrolled) .nav__item.is-active > .nav__link {
  color: #fff;
  background: rgba(255,255,255,.12);
}
.is-home .site-header--home:not(.is-scrolled) .social__link {
  background: rgba(255,255,255,.14);
  color: #fff;
}
.is-home .site-header--home:not(.is-scrolled) .brand {
  background: #fff;
  border-radius: 10px;
  padding: .35rem .5rem;
}

.site-header__inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.brand {
  width: 148px;
  flex-shrink: 0;
  display: inline-flex;
}
.brand__logo, .brand img { width: 100%; height: auto; object-fit: contain; }
.brand--footer { width: 140px; filter: none; }

.nav { margin-left: auto; }
.nav__list { display: flex; align-items: center; gap: .15rem; }
.nav__item { position: relative; }
.nav__link {
  display: inline-flex;
  padding: .5rem .8rem;
  border-radius: 999px;
  color: var(--ink);
  font-weight: 650;
  font-size: .92rem;
}
.nav__link:hover,
.nav__item.is-active > .nav__link {
  color: var(--blue);
  background: rgba(56, 113, 193, .1);
}
.nav__sub {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 190px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: .4rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: .2s ease;
  z-index: 30;
}
.nav__item.has-children:hover .nav__sub,
.nav__item.has-children:focus-within .nav__sub {
  opacity: 1; visibility: visible; transform: none;
}
.nav__sub a {
  display: block;
  padding: .55rem .75rem;
  border-radius: 8px;
  color: var(--ink-soft);
  font-weight: 550;
  font-size: .9rem;
}
.nav__sub a:hover { background: rgba(56,113,193,.08); color: var(--blue); }

.header-actions {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-left: .35rem;
}
.social--header { display: flex; gap: .3rem; }
.social__link {
  width: 34px; height: 34px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(56,113,193,.1);
  color: var(--blue);
}
.social__link:hover { background: var(--accent); color: #fff; }

.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 0;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.nav-toggle span {
  display: block; width: 17px; height: 2px; background: var(--ink); transition: .2s ease;
}
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  padding: .85rem 1.35rem;
  border-radius: 999px;
  font-weight: 750;
  font-size: .92rem;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn--lg { padding: 1rem 1.55rem; font-size: .95rem; }
.btn--sm { padding: .55rem 1rem; font-size: .84rem; }
.btn--primary { background: var(--blue); color: #fff; }
.btn--primary:hover { background: var(--blue-dark); color: #fff; }
.btn--accent { background: var(--accent); color: #fff; }
.btn--accent:hover { background: var(--accent-dark); color: #fff; transform: translateY(-1px); }
.btn--ghost {
  background: #fff;
  color: var(--blue);
  border-color: var(--line);
}
.btn--ghost:hover { border-color: var(--blue); color: var(--blue-deep); }
.btn--glass {
  background: rgba(255,255,255,.14);
  color: #fff;
  border-color: rgba(255,255,255,.35);
  backdrop-filter: blur(8px);
}
.btn--glass:hover { background: #fff; color: var(--blue-deep); }

.eyebrow {
  display: inline-block;
  margin: 0 0 .55rem;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
}
.eyebrow--light { color: #ffc3c3; }
.text-link {
  display: inline-flex;
  font-weight: 750;
  color: var(--blue);
}
.text-link:hover { color: var(--accent); }

/* ========== HERO (maraton-style full bleed) ========== */
.hero {
  position: relative;
  min-height: min(92vh, 820px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transform: scale(1.02);
}
.hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(10, 22, 48, .88) 0%, rgba(22, 58, 110, .62) 48%, rgba(255, 87, 87, .28) 100%),
    linear-gradient(180deg, rgba(10, 22, 48, .25) 0%, rgba(10, 22, 48, .55) 100%);
}
.hero__content {
  position: relative;
  z-index: 2;
  padding: 7.5rem 0 4rem;
  max-width: 720px;
  animation: heroIn .9s ease both;
}
.hero__kicker {
  margin: 0 0 .9rem;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #ffc9c9;
}
.hero__title {
  margin: 0 0 1.1rem;
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 800;
  line-height: .98;
  color: #fff;
}
.hero__title span { display: block; }
.hero__title .is-accent { color: #ffb4b4; }
.hero__lead {
  margin: 0 0 1.75rem;
  max-width: 48ch;
  font-size: clamp(1.02rem, 1.7vw, 1.15rem);
  line-height: 1.65;
  color: rgba(255,255,255,.9);
}
.hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; }

@keyframes heroIn {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}

/* Sections */
.section { padding: clamp(3.5rem, 7vw, 5.5rem) 0; }
.section--soft { background: #fff; }
.section--ink {
  background: var(--blue-deep);
  color: #fff;
}
.section--ink h2 { color: #fff; }

.section-head { max-width: 640px; margin-bottom: 2rem; }
.section-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-head--row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
}
.section-head h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  margin-bottom: .4rem;
}

/* Split about */
.split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}
.split__media {
  border-radius: 22px;
  overflow: hidden;
  min-height: 420px;
  box-shadow: var(--shadow);
}
.split__media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center top;
}
.split__copy h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  margin-bottom: 1rem;
}
.split__copy p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

/* Feature row */
.feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.feature {
  display: flex;
  flex-direction: column;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.5rem 1.35rem;
  color: inherit;
  min-height: 100%;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.section--soft .feature { background: var(--bg); }
.feature:hover {
  transform: translateY(-4px);
  border-color: rgba(56,113,193,.35);
  box-shadow: var(--shadow);
  color: inherit;
}
.feature__num {
  font-family: var(--display);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--blue);
  margin-bottom: .85rem;
}
.feature h3 {
  font-family: var(--font);
  font-size: 1.2rem;
  margin-bottom: .55rem;
}
.feature p {
  flex: 1;
  margin: 0 0 1.1rem;
  font-size: .95rem;
  color: var(--ink-soft);
}
.feature__more {
  font-weight: 750;
  color: var(--accent);
  font-size: .9rem;
}

/* Team */
.team-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .85rem;
}
.person {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.15rem 1rem;
  text-align: center;
}
.person__mark {
  width: 52px; height: 52px;
  margin: 0 auto .75rem;
  border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(145deg, var(--blue), var(--blue-deep));
  color: #fff;
  font-weight: 800;
  font-size: .9rem;
}
.person h3 {
  font-family: var(--font);
  font-size: .95rem;
  margin: 0 0 .25rem;
}
.person p {
  margin: 0;
  font-size: .78rem;
  font-weight: 650;
  color: var(--accent);
  line-height: 1.35;
}

/* Banner CTA */
.banner {
  padding: 0 0 clamp(3.5rem, 7vw, 5.5rem);
}
.banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  border-radius: 24px;
  padding: clamp(1.6rem, 4vw, 2.4rem);
  background:
    linear-gradient(120deg, rgba(22, 58, 110, .96), rgba(56, 113, 193, .92) 55%, rgba(255, 87, 87, .88)),
    #163a6e;
  color: #fff;
  box-shadow: var(--shadow);
}
.banner h2 {
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  margin-bottom: .45rem;
}
.banner p {
  margin: 0;
  color: rgba(255,255,255,.9);
  max-width: 50ch;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}
.chip {
  padding: .55rem .95rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
  color: #fff;
  font-weight: 650;
  font-size: .88rem;
}

/* Inner pages */
.page-hero {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0 2rem;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.page-hero h1 { font-size: clamp(2rem, 4vw, 2.8rem); }
.page-hero p { margin: 0; max-width: 60ch; }

.prose { max-width: 72ch; }
.prose ul {
  list-style: none;
  display: grid;
  gap: .7rem;
  margin: 1.1rem 0;
}
.prose ul li {
  position: relative;
  padding: .95rem 1rem .95rem 2.4rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink-soft);
}
.prose ul li::before {
  content: "";
  position: absolute;
  left: 1rem; top: 1.25rem;
  width: .55rem; height: .55rem;
  border-radius: 50%;
  background: var(--accent);
}

.grid-2 {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 1.5rem;
}
.contact-panel, .info-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.35rem;
}
.info-list { display: grid; gap: .75rem; }
.info-item strong {
  display: block;
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: .3rem;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .85rem;
}
.form-field { display: grid; gap: .35rem; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { font-weight: 700; font-size: .86rem; }
.form-field input, .form-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: .75rem .9rem;
  font: inherit;
  background: #fff;
}
.form-field input:focus, .form-field textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(56,113,193,.12);
}
.form-field textarea { min-height: 140px; resize: vertical; }
.alert { padding: .85rem 1rem; border-radius: 10px; margin-bottom: .9rem; font-weight: 650; }
.alert--ok { background: rgba(56,113,193,.1); color: var(--blue-deep); }
.alert--err { background: rgba(255,87,87,.12); color: #b42323; }

.project-card {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.project-card__media { min-height: 280px; background: center/cover no-repeat; }
.project-card__body { padding: 1.75rem; display: grid; align-content: center; }

.team-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .85rem;
}
.team-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.1rem;
  text-align: center;
}
.team-card__avatar {
  width: 52px; height: 52px;
  margin: 0 auto .7rem;
  border-radius: 50%;
  display: grid; place-items: center;
  background: var(--blue);
  color: #fff;
  font-weight: 800;
}
.team-card__role {
  display: block;
  font-size: .7rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--accent);
  margin-bottom: .25rem;
}
.team-card h3 {
  font-family: var(--font);
  font-size: .92rem;
  margin: 0 0 .35rem;
}
.team-card a { font-size: .78rem; color: var(--muted); word-break: break-all; }

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.pillar {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
}
.pillar__num {
  font-weight: 800;
  color: var(--blue);
  margin-bottom: .7rem;
  font-size: .85rem;
}
.pillar h3 { font-family: var(--font); font-size: 1.1rem; }
.pillar p { flex: 1; font-size: .92rem; }
.pillar__link { font-weight: 750; }

/* Footer */
.site-footer {
  background: #0b1526;
  color: rgba(255,255,255,.78);
  padding-top: 3rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2.25rem;
}
.footer-brand p {
  color: rgba(255,255,255,.68);
  max-width: 40ch;
  font-size: .95rem;
}
.footer-brand .brand {
  background: #fff;
  border-radius: 10px;
  padding: .4rem .55rem;
  margin-bottom: 1rem;
  display: inline-flex;
}
.footer-title {
  color: #fff;
  font-family: var(--font);
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .9rem;
}
.footer-links { display: grid; gap: .4rem; }
.footer-links a { color: rgba(255,255,255,.75); font-weight: 550; }
.footer-links a:hover { color: #fff; }
.site-footer .social { display: flex; gap: .4rem; margin-top: 1rem; }
.site-footer .social__link {
  background: rgba(255,255,255,.08);
  color: #fff;
}
.site-footer .social__link:hover { background: var(--accent); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 1rem 0;
}
.footer-bottom__inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  font-size: .88rem;
}
.footer-bottom p { margin: 0; color: rgba(255,255,255,.55); }
.to-top { color: #ffb4b4; font-weight: 750; }
.to-top:hover { color: #fff; }

/* A4 TransparenCY */
body.page-transparency { background: #e9eef5; }
.a4-wrap { padding: 1.5rem 1rem 2.5rem; }
.a4-sheet {
  width: min(100%, 794px);
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d7deea;
  box-shadow: var(--shadow);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  font-size: .95rem;
  line-height: 1.55;
}
.a4-header {
  text-align: center;
  border-bottom: 1px solid #d9e1ee;
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
}
.a4-logo { width: min(200px, 55%); margin: 0 auto .85rem; }
.a4-header h1 {
  font-family: var(--font);
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  color: var(--blue-deep);
  margin: 0;
  max-width: none;
}
.a4-block {
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eef2f8;
}
.a4-block h2 {
  font-family: var(--font);
  font-size: 1.02rem;
  color: var(--blue);
  margin: 0 0 .55rem;
}
.a4-block h3 {
  font-family: var(--font);
  font-size: .93rem;
  margin: .9rem 0 .35rem;
}
.a4-block p { margin: 0 0 .55rem; color: #334155; font-size: .9rem; }
.a4-downloads {
  display: flex; flex-wrap: wrap; gap: .4rem .65rem; align-items: center;
  margin: .45rem 0 .9rem !important;
}
.a4-photos { display: grid; gap: .4rem; margin: .55rem 0 .9rem; }
.a4-photos--2 { grid-template-columns: repeat(2, 1fr); }
.a4-photos--3 { grid-template-columns: repeat(3, 1fr); }
.a4-photos figure { margin: 0; border: 1px solid #e5ebf4; overflow: hidden; }
.a4-photos img {
  width: 100%; aspect-ratio: 4/3;
  object-fit: cover; object-position: center top;
}
.a4-list, .a4-stats { list-style: none; margin: 0; padding: 0; display: grid; gap: .35rem; }
.a4-list li {
  position: relative;
  padding: .3rem 0 .3rem .95rem;
  color: #334155; font-size: .9rem;
  background: none; border: 0;
}
.a4-list li::before {
  content: ""; position: absolute; left: 0; top: .7rem;
  width: .35rem; height: .35rem; border-radius: 50%; background: var(--accent); box-shadow: none;
}
.a4-list--quotes li { padding-left: .8rem; border-left: 2px solid rgba(56,113,193,.35); }
.a4-list--quotes li::before { display: none; }
.a4-stats li { font-size: .9rem; color: #334155; }
.a4-stats strong { color: var(--blue-deep); }
.a4-footer { margin-top: 1rem; padding-top: .9rem; border-top: 1px solid #d9e1ee; }
.a4-partners {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: .7rem 1rem; margin-bottom: .75rem;
}
.a4-partners img { max-height: 46px; width: auto; max-width: 130px; object-fit: contain; }
.a4-disclaimer { font-size: .78rem; color: #64748b; margin: 0; }

/* Responsive */
@media (max-width: 980px) {
  .split, .feature-row, .project-card, .grid-2, .footer-grid, .pillar-grid { grid-template-columns: 1fr; }
  .team-row, .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .split__media, .split__media img { min-height: 300px; }
  .hero { min-height: 78vh; }
  .social--header { display: none; }
}

@media (max-width: 820px) {
  .nav-toggle { display: flex; }
  .header-cta { display: none; }
  .nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 1rem;
    transform: translateY(-120%);
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
    max-height: calc(100vh - 80px);
    overflow: auto;
    z-index: 50;
  }
  .nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .nav__list { flex-direction: column; align-items: stretch; }
  .nav__sub {
    position: static; opacity: 1; visibility: visible;
    transform: none; box-shadow: none; border: 0; padding-left: .5rem;
  }
  .is-home .site-header--home:not(.is-scrolled) .nav__link { color: var(--ink); }
  .is-home .site-header--home:not(.is-scrolled) {
    background: rgba(255,255,255,.96);
    border-color: var(--line);
  }
  body.nav-open { overflow: hidden; }
}

@media (max-width: 640px) {
  .brand { width: 120px; }
  .hero__content { padding: 6.5rem 0 2.75rem; }
  .hero__title { font-size: clamp(2.3rem, 11vw, 3.2rem); }
  .team-row, .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form-grid { grid-template-columns: 1fr; }
  .section-head--row { flex-direction: column; align-items: flex-start; }
  .footer-bottom__inner { flex-direction: column; text-align: center; }
  .a4-photos--2, .a4-photos--3 { grid-template-columns: repeat(2, 1fr); }
}

@media print {
  .site-header, .site-footer, .skip-link { display: none !important; }
  .a4-wrap { padding: 0; }
  .a4-sheet { width: 210mm; box-shadow: none; border: 0; padding: 18mm 16mm; }
}
