/*
Theme Name: ETiCA Global
Theme URI: https://eticaglobal.org
Author: GEO Bind & Design / ETiCA Global
Description: Accessible custom WordPress theme for ETiCA Global.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: etica
*/
:root {
  --navy: #111111;
  --deep: #090909;
  --blue: #cf1f2c;
  --bright: #cf1f2c;
  --ice: #fff1f2;
  --mist: #f6f4f4;
  --ink: #151515;
  --muted: #5f5a5a;
  --line: #ded8d8;
  --coral: #cf1f2c;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.skip-link {
  background: var(--white);
  border: 2px solid var(--ink);
  color: var(--ink);
  font-weight: 800;
  left: 16px;
  padding: 12px 16px;
  position: fixed;
  top: 12px;
  transform: translateY(-180%);
  z-index: 1000;
}

.skip-link:focus { transform: translateY(0); }

.skip-target {
  display: block;
  height: 1px;
  outline: none;
  width: 100%;
}

.skip-target:focus-visible {
  outline: 3px solid var(--bright);
  outline-offset: -3px;
}

.veriscope-copyright {
  font-size: .45em;
  line-height: 0;
  margin-left: .08em;
  position: relative;
  top: -.9em;
  vertical-align: super;
}

.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
summary:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #ff9ca5;
  outline-offset: 4px;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: auto 1fr auto;
  min-height: 108px;
  padding: 0 3vw;
  position: relative;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
}

.brand-image {
  height: 90px;
  overflow: hidden;
  width: 300px;
}

.brand-image img {
  height: 100%;
  object-fit: contain;
  object-position: left center;
  width: 100%;
}

.brand-home {
  height: 90px;
  width: 300px;
}

.brand > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand strong {
  color: var(--navy);
  font-size: 27px;
  letter-spacing: 0.04em;
}

.brand small {
  color: var(--blue);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.38em;
  margin-left: 2px;
  margin-top: 4px;
}

.brand-mark {
  display: block;
  height: 42px;
  position: relative;
  width: 42px;
}

.brand-mark i {
  border: 2px solid var(--bright);
  border-radius: 50%;
  height: 22px;
  position: absolute;
  width: 22px;
}

.brand-mark i:nth-child(1) { left: 1px; top: 10px; }
.brand-mark i:nth-child(2) { left: 15px; top: 2px; }
.brand-mark i:nth-child(3) { left: 18px; top: 18px; }

.desktop-nav {
  display: flex;
  gap: clamp(20px, 2.3vw, 38px);
  justify-content: center;
}

.desktop-nav a {
  color: #292929;
  font-size: 16px;
  font-weight: 600;
}

.desktop-nav a:hover,
.footer-links a:hover {
  color: var(--bright);
}

.header-cta,
.button {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 16px;
  justify-content: center;
}

.header-cta {
  background: var(--navy);
  color: var(--white);
  padding: 14px 20px;
}

.mobile-nav { display: none; }

.hero {
  background:
    radial-gradient(circle at 78% 33%, rgba(227, 38, 54, 0.22), transparent 20%),
    linear-gradient(135deg, #080808 0%, #1a1717 67%, #0e0e0e 100%);
  color: var(--white);
  min-height: calc(100vh - 84px);
  overflow: hidden;
  position: relative;
}

.hero::before {
  background-image: radial-gradient(rgba(255,255,255,.15) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
  inset: 0 0 90px 55%;
  mask-image: linear-gradient(to right, transparent, black);
  position: absolute;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  margin: 0 auto;
  max-width: 1500px;
  min-height: calc(100vh - 265px);
  padding: clamp(55px, 7vh, 90px) 5vw 52px;
  position: relative;
  z-index: 2;
}

.hero-copy {
  align-self: center;
  max-width: 850px;
}

.eyebrow,
.section-label {
  color: #b5121b;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .16em;
  margin: 0 0 26px;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--bright);
  font-size: 19px;
  letter-spacing: .16em;
  line-height: 1.3;
}

.hero h1 {
  font-size: clamp(48px, 5vw, 80px);
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: 1.08;
  margin: 0;
}

.hero h1 em {
  color: var(--bright);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  white-space: nowrap;
}

.hero-lead {
  color: #e5e1e1;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.65;
  margin: 48px 0 0;
  max-width: 700px;
}

.hero-actions {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(148px, auto));
  margin-top: 68px;
  width: fit-content;
}

.hero-tab {
  align-items: center;
  background: var(--white);
  border: 2px solid var(--bright);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(0,0,0,.22);
  color: var(--bright);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
}

.hero-tab:hover { background: #fff1f2; }

.button {
  padding: 17px 24px;
  transition: transform .2s ease, background .2s ease;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px);
}

.button-light {
  background: var(--white);
  color: var(--navy);
}

.button-dark {
  background: var(--navy);
  color: var(--white);
}

.button-outline {
  border: 1px solid rgba(255,255,255,.65);
  color: var(--white);
}

.text-link {
  border-bottom: 1px solid rgba(255,255,255,.35);
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 7px;
}

.hero-visual-column {
  align-self: center;
  transform: none;
}

.hero-visual {
  height: min(410px, 44vh);
  position: relative;
}

.hero-visual::before {
  background: radial-gradient(circle, rgba(207,31,44,.13) 0%, rgba(207,31,44,.045) 36%, transparent 70%);
  content: "";
  inset: 2% 4%;
  position: absolute;
}

.orbit {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.orbit-one { height: 150px; width: 150px; }
.orbit-two { height: 285px; width: 285px; }

.world-mark {
  background:
    radial-gradient(circle at 38% 31%, rgba(255,255,255,.11), transparent 24%),
    radial-gradient(circle at 58% 62%, rgba(207,31,44,.055), transparent 48%);
  border: 1px solid rgba(244,239,232,.28);
  border-radius: 50%;
  box-shadow:
    inset 42px 0 55px rgba(0,0,0,.58),
    inset -28px 0 44px rgba(244,239,232,.055),
    0 0 28px rgba(207,31,44,.1);
  height: 390px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 390px;
}

.world-mark::before,
.world-mark::after {
  border: 1px solid rgba(244,239,232,.18);
  border-radius: 50%;
  content: "";
  inset: 9% 36%;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.world-mark::after {
  inset: 36% 9%;
}

.rotating-globe {
  animation: etica-earth-turn 52s linear infinite;
  background-image: url("assets/world-texture.svg");
  background-position: 0 center;
  background-repeat: repeat-x;
  background-size: 200% 100%;
  border-radius: 50%;
  inset: 1px;
  filter: grayscale(1) brightness(2.65) sepia(.08);
  opacity: .34;
  position: absolute;
  transform: scale(1.015);
  will-change: background-position;
}

.rotating-globe::after {
  animation: etica-earth-seam-turn 52s linear infinite;
  background-image: url("assets/world-texture.svg");
  background-position: 0 14.5%;
  background-repeat: repeat-x;
  background-size: 200% 1667%;
  content: "";
  height: 6%;
  left: 0;
  position: absolute;
  right: 0;
  top: 8.5%;
}

@keyframes etica-earth-turn {
  to { background-position: -200% center; }
}

@keyframes etica-earth-seam-turn {
  from { background-position: 0 14.5%; }
  to { background-position: -200% 14.5%; }
}

.principle-card {
  background: rgba(9,9,9,.86);
  border: 1px solid rgba(255,255,255,.32);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  max-width: 132px;
  padding: 10px 12px 10px 27px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
}

.principle-card::before {
  background: var(--bright);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(227,38,54,.16);
  content: "";
  height: 8px;
  left: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.principle-one { left: calc(50% - 205px); top: -11%; }
.principle-two { right: calc(50% - 205px); top: -11%; }
.principle-five { right: -2px; top: 27%; }
.principle-six { bottom: 27%; right: -2px; }
.principle-three { bottom: -11%; left: calc(50% - 205px); }
.principle-four { bottom: -11%; right: calc(50% - 205px); }

.mendez-original {
  margin: 0 auto;
  max-width: 1280px;
  padding: 100px 5vw 80px;
}

.mendez-original h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 3.8vw, 54px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .95;
  margin: 0 0 55px;
}

.mendez-original p {
  font-size: 17px;
  line-height: 1.8;
  margin: 0 0 24px;
  max-width: 1050px;
}

.mendez-download {
  background: #efefef;
  display: grid;
  gap: clamp(45px, 7vw, 110px);
  grid-template-columns: minmax(280px, .82fr) 1.18fr;
  margin: 0 auto 110px;
  max-width: 1280px;
  padding: clamp(35px, 5vw, 75px);
}

.mendez-cover {
  align-self: center;
  background: var(--white);
  border: 2px solid var(--bright);
  padding: 18px;
}

.mendez-cover img {
  display: block;
  height: auto;
  width: 100%;
}

.mendez-selector {
  align-self: center;
}

.mendez-selector h2 {
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: 1.05;
  margin: 0 0 42px;
}

.mendez-selector label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.mendez-selector select {
  appearance: none;
  background: var(--white);
  border: 1px solid #bbb;
  border-radius: 0;
  color: var(--ink);
  display: block;
  font: inherit;
  margin-bottom: 24px;
  padding: 16px 45px 16px 16px;
  width: 100%;
}

.section {
  margin: 0 auto;
  max-width: 1500px;
  padding: 120px 5vw;
}

.intro {
  display: grid;
  gap: 9vw;
  grid-template-columns: 1.15fr .85fr;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4.1vw, 68px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.08;
  margin: 0;
}

.intro-copy {
  padding-top: 35px;
}

.intro-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 22px;
}

.section-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
}

.dark-link {
  border-bottom: 1px solid #c8bcbc;
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 8px;
}

.inline-link {
  border-bottom: 2px solid var(--bright);
  color: var(--ink);
  font-weight: 700;
}

.section-link-pill,
.card-action-pill {
  align-items: center;
  background: var(--white);
  border: 2px solid var(--bright);
  border-radius: 999px;
  color: var(--bright);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  padding: 12px 20px;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.section-link-pill:hover,
.card-action-pill:hover {
  background: var(--bright);
  color: var(--white);
  transform: translateY(-2px);
}

.pill-on-dark {
  background: var(--white);
  color: var(--bright);
}

.services,
.resources {
  background: var(--mist);
  max-width: none;
}

.services > *,
.resources > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 1350px;
}

.service-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.service-card {
  background: var(--white);
  border: 1px solid var(--line);
  min-height: 330px;
  padding: 26px 26px 88px;
  position: relative;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.service-card + .service-card { border-left: 1px solid var(--line); }

.service-card > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}

.service-card h2,
.service-card h3,
.resource-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.1;
  margin: 42px 0 18px;
}

.service-card p,
.resource-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.service-card .card-action-pill {
  bottom: 22px;
  position: absolute;
  right: 22px;
}

.services-footer-action {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.service-card:hover {
  border-color: #bdb1b1;
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
}

.difference {
  background: var(--mist);
  color: var(--ink);
  display: block;
  padding: 0;
}

.section-label-light {
  color: var(--bright);
  font-size: 19px;
  letter-spacing: .16em;
  line-height: 1.3;
}

.difference-copy {
  background-color: var(--deep);
  background-image: radial-gradient(rgba(255,255,255,.15) 1px, transparent 1px);
  background-size: 28px 28px;
  color: var(--white);
  padding: 90px max(6vw, calc((100vw - 1350px)/2));
}

.difference-copy h2 {
  font-size: clamp(35px, 3.5vw, 54px);
  line-height: 1.08;
  max-width: 1120px;
}

.difference-copy .section-link-pill { margin-top: 36px; }

.difference-copy > p:not(.section-label) {
  color: #cfc7c7;
  font-size: 17px;
  line-height: 1.7;
  margin: 30px 0;
}

.difference-points {
  background: var(--mist);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 48px max(6vw, calc((100vw - 1350px)/2));
}

.difference-points article {
  border-top: 1px solid var(--line);
  display: block;
  min-height: 190px;
  padding: 28px 28px 24px;
}

.difference-points article + article {
  border-left: 1px solid var(--line);
}

.difference-points article > span {
  color: var(--bright);
  font-size: 11px;
  font-weight: 800;
}

.difference-points h3 {
  font-size: 20px;
  margin: 28px 0 9px;
}

.difference-points p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.audience-layout {
  display: grid;
  gap: 8vw;
  grid-template-columns: 1fr 1fr;
}

.audience-list {
  display: grid;
  gap: 0 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 12px;
}

.audience-list span {
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: #3b292b;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: flex-start;
  min-height: 52px;
  padding: 12px 8px 12px 24px;
  position: relative;
  text-align: left;
}

.audience-list span::before {
  background: var(--bright);
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 2px;
  position: absolute;
  width: 7px;
}

.principles {
  background-color: var(--deep);
  background-image: radial-gradient(rgba(255,255,255,.13) 1px, transparent 1px);
  background-size: 28px 28px;
  color: var(--white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 650px;
}

.principles-art {
  align-items: center;
  background:
    radial-gradient(circle at center, rgba(36,87,181,.52), rgba(20,42,82,.7) 45%, #090909 76%);
  display: flex;
  justify-content: center;
  min-height: 650px;
  overflow: hidden;
  position: relative;
}

.principles-art > strong {
  align-items: center;
  background: #2457b5;
  border-radius: 50%;
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  letter-spacing: .02em;
  font-weight: 400;
  height: 150px;
  justify-content: center;
  position: relative;
  width: 150px;
  z-index: 2;
}

.principles-ring {
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  height: 410px;
  position: absolute;
  width: 410px;
}

.principles-ring::before,
.principles-ring::after {
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  content: "";
  inset: 60px;
  position: absolute;
}

.principles-ring::after { inset: 130px; }

.principle-node {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  text-align: center;
  left: 50%;
  margin-left: -63px;
  margin-top: -48px;
  top: 50%;
  width: 126px;
  z-index: 3;
}

.principle-node span {
  color: rgba(255,255,255,.92);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1.25;
  text-transform: uppercase;
}

.principle-icon {
  border: 3px solid rgba(255,255,255,.8);
  border-radius: 50%;
  height: 72px;
  object-fit: cover;
  width: 72px;
}

.principle-node-1 { transform: translate(0, -245px); }
.principle-node-2 { transform: translate(205px, -122px); }
.principle-node-3 { transform: translate(205px, 122px); }
.principle-node-4 { transform: translate(0, 245px); }
.principle-node-5 { transform: translate(-205px, 122px); }
.principle-node-6 { transform: translate(-205px, -122px); }

.principles-copy {
  align-self: center;
  padding: 80px 9vw 80px 7vw;
}

.principles-copy > p:not(.section-label) {
  color: #d8d0d0;
  font-size: 17px;
  line-height: 1.7;
  margin: 25px 0 0;
}

.principles-copy .section-link-pill { margin-top: 38px; }

.principles-copy .section-label-light { color: #8faee9; }

.principles-copy .section-link-pill {
  border-color: #2457b5;
  color: #2457b5;
}

.principles-copy .section-link-pill:hover {
  background: #2457b5;
  border-color: #2457b5;
  color: var(--white);
}

.principles-copy .button { margin-top: 34px; }

.principles-copy .button-outline {
  background: var(--white);
  border-color: var(--white);
  color: var(--bright);
}

.principles-copy .button-outline:hover { background: #fff1f2; }

.resource-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.resource-card {
  background: var(--white);
  border-top: 4px solid var(--bright);
  min-height: 305px;
  padding: 28px;
  position: relative;
}

.resource-card > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.resource-card h3 { margin-top: 38px; }

.resource-card b {
  bottom: 28px;
  color: var(--bright);
  font-size: 11px;
  letter-spacing: .1em;
  position: absolute;
  right: 32px;
  text-transform: uppercase;
}

.collaborators {
  display: grid;
  gap: 70px;
  grid-template-columns: .8fr 1.2fr;
}

.collaborators-early {
  border-top: 1px solid var(--line);
  padding-bottom: 85px;
  padding-top: 70px;
}

.collaborators-heading h2 {
  font-size: clamp(38px, 3.7vw, 58px);
}

.collaborator-grid {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.collaborator-logo {
  align-items: center;
  border: 1px solid var(--line);
  display: flex;
  background: var(--white);
  height: 108px;
  justify-content: center;
  padding: 18px;
}

.collaborator-logo img {
  filter: none;
  max-height: 64px;
  max-width: 100%;
  object-fit: contain;
  transition: filter .2s ease;
}

.collaborator-irecord img { max-height: 54px; }
.collaborator-apt img { max-height: 70px; }

.collaborator-logo:hover img { transform: scale(1.04); }

.whats-on {
  background:
    radial-gradient(circle at 18% 30%, rgba(227,38,54,.55), transparent 30%),
    #090909;
  color: var(--white);
  display: grid;
  gap: clamp(55px, 8vw, 130px);
  grid-template-columns: .72fr 1.28fr;
  padding: 100px max(5vw, calc((100vw - 1350px)/2));
}

.whats-on-heading h2 {
  font-size: clamp(52px, 6vw, 88px);
  margin: 20px 0 0;
}

.whats-on-list {
  border-top: 1px solid rgba(255,255,255,.25);
}

.whats-on-item {
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.25);
  display: grid;
  gap: 25px;
  grid-template-columns: 125px 1fr auto;
  min-height: 118px;
  padding: 22px 0;
}

.whats-on-item time {
  color: var(--bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.whats-on-item h3 {
  color: var(--white);
  font-size: clamp(23px, 2.3vw, 34px);
  margin: 0;
}

.news-events-page {
  background: var(--mist);
  color: var(--ink);
  min-height: 70vh;
  padding: 100px max(5vw, calc((100vw - 1350px)/2)) 120px;
}

.news-events-heading {
  align-items: center;
  display: flex;
  min-height: 390px;
  overflow: hidden;
  padding: 60px;
  position: relative;
  margin-bottom: 75px;
}

.news-events-heading > div {
  max-width: 440px;
  position: relative;
  z-index: 2;
}

.news-events-heading h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.6vw, 50px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .95;
  margin: 18px 0 28px;
}

.news-events-heading > div > p:last-child {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  max-width: 560px;
}

.news-events-heading img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.news-events-page .whats-on-item h2 {
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(15px, 1.15vw, 19px);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.15;
  margin: 0;
  max-width: 580px;
}

.news-events-page .whats-on-list {
  border-top-color: var(--line);
  max-width: 920px;
}

.news-events-page .whats-on-item {
  background: rgba(255, 255, 255, .72);
  border-bottom-color: var(--line);
  min-height: 86px;
  padding-left: 20px;
  padding-right: 20px;
}

.whats-on-item > span {
  color: var(--bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .2s ease;
}

.whats-on-item:hover > span { transform: translate(4px, -4px); }

.news-article {
  background: var(--mist);
  margin: 0 auto;
  max-width: 1050px;
  min-height: 65vh;
  padding: 90px 5vw 120px;
}

.news-back {
  color: var(--bright);
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 65px;
}

.news-article time {
  color: var(--bright);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.news-article h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.8vw, 38px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .98;
  margin: 24px 0 55px;
}

.news-article-images {
  margin: 0 0 50px;
  max-width: 540px;
}

.news-article-images-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.news-article-images img {
  background: #f4f1f1;
  border-radius: 4px;
  display: block;
  height: auto;
  max-height: 280px;
  object-fit: contain;
  width: 100%;
}

.news-article-images:not(.news-article-images-grid) img {
  max-width: 380px;
  width: auto;
}

.news-article p {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 25px;
}

.legal-page {
  margin: 0 auto;
  max-width: 1050px;
  padding: 90px 5vw 120px;
}

.legal-page > h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.6vw, 50px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .98;
  margin: 0 0 55px;
}

.accessibility-page > h1 {
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: .96;
}

.accessibility-page .legal-original-content ul {
  list-style: disc outside;
  margin: 0 0 34px;
  padding-left: 28px;
}

.accessibility-page .legal-original-content li {
  display: list-item;
  padding-left: 6px;
}

.accessibility-page .legal-original-content h2 {
  font-size: clamp(22px, 2vw, 27px);
  line-height: 1.2;
  margin: 38px 0 16px;
}

.legal-page section {
  border-top: 1px solid var(--line);
  padding: 34px 0 18px;
}

.legal-original-content {
  font-size: 16px;
  line-height: 1.75;
}

.legal-original-content p,
.legal-original-content li { margin: 0 0 18px; }

.legal-original-content p:has(> strong:first-child) {
  margin-top: 36px;
}

.legal-original-content a {
  color: var(--bright);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-original-content ul,
.legal-original-content ol { padding-left: 24px; }

.legal-page section h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 700;
  margin: 0 0 18px;
}

.legal-page p {
  font-size: 16px;
  line-height: 1.75;
}

.legal-intro {
  color: var(--muted);
  font-size: 19px !important;
  margin: -30px 0 55px;
}

.training-banner {
  align-items: center;
  background-color: #090909;
  background-image: radial-gradient(rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 28px 28px;
  color: var(--white);
  display: flex;
  justify-content: space-between;
  padding: 75px max(5vw, calc((100vw - 1350px)/2));
}

.training-banner h2 {
  font-size: clamp(35px, 3.6vw, 54px);
  max-width: 850px;
}

.training-banner .button { flex: 0 0 auto; margin-left: 40px; }

.contact-section {
  padding: 130px 5vw;
  text-align: center;
}

.contact-section h2 {
  margin: 0 auto;
  max-width: 950px;
}

.contact-section .button {
  margin-top: 40px;
}

.contact-section-dark {
  background-color: #090909;
  background-image: radial-gradient(rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 28px 28px;
  color: var(--white);
}

.contact-section-dark .section-label { color: #8faee9; }

.contact-section-dark .button-dark {
  background: var(--white);
  color: var(--navy);
}

.contact-section-dark .button-dark:hover { background: #f1eeee; }

.contact-section-visual {
  align-items: stretch;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  text-align: left;
}

.contact-section-image {
  min-height: 560px;
  overflow: hidden;
}

.contact-section-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.contact-section-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 85px 7vw;
}

.contact-section-copy h2 {
  margin: 0;
  max-width: 720px;
}

.contact-page-section {
  align-items: start;
  display: grid;
  gap: 8vw;
  grid-template-columns: 1.15fr .85fr;
  margin: 0 auto;
  max-width: 1350px;
  padding: 110px 5vw;
}

.contact-hero {
  align-items: center;
  display: grid;
  gap: 6vw;
  grid-template-columns: 1.08fr .92fr;
}

.contact-hero > div > p:last-child {
  color: #d6cece;
  font-size: 18px;
  line-height: 1.7;
  margin: 34px 0 0;
  max-width: 720px;
}

.contact-hero img {
  border: 1px solid rgba(255,255,255,.16);
  height: 390px;
  object-fit: cover;
  width: 100%;
}

.contact-page-section h2 {
  margin: 0 0 24px;
}

.contact-page-section > div > p:not(.section-label) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 34px;
  max-width: 720px;
}

.contact-email-link {
  border-bottom: 2px solid var(--bright);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  margin-top: 26px;
  padding-bottom: 6px;
}

.contact-form {
  display: grid;
  gap: 22px;
  margin-top: 38px;
}

.form-instructions { color: var(--muted); font-size: 14px; margin: 34px 0 -20px; }
.required { color: #9f1420; font-weight: 700; }
.contact-form button:disabled { cursor: wait; opacity: .72; }

.contact-form-row {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
}

.contact-form label,
.contact-form legend {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  background: var(--white);
  border: 1px solid #bdb5b5;
  border-radius: 0;
  display: block;
  font: inherit;
  font-weight: 400;
  margin-top: 9px;
  padding: 14px;
  width: 100%;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--bright);
  outline: 2px solid rgba(227,38,54,.15);
}

.contact-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.contact-reasons {
  display: grid;
  gap: 10px 18px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 15px;
}

.contact-reasons label {
  align-items: center;
  display: flex;
  gap: 9px;
  font-weight: 600;
}

.contact-form .button {
  border: 0;
  cursor: pointer;
  justify-self: start;
}

.contact-submit-frame {
  display: none;
}

.contact-success {
  background: var(--mist);
  border-top: 4px solid var(--bright);
  margin-top: 38px;
  padding: 34px;
}

.contact-success span {
  color: var(--bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-success h3 {
  font-size: 34px;
  margin: 15px 0 8px;
}

.contact-success p {
  color: var(--muted);
  margin: 0;
}

.contact-note {
  background: var(--mist);
  border-top: 4px solid var(--bright);
  padding: 38px;
}

.contact-note > span {
  color: var(--bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.contact-note h3 {
  font-size: 34px;
  margin: 20px 0;
}

.contact-note ul {
  color: var(--muted);
  line-height: 1.8;
  padding-left: 20px;
}

footer {
  background: #050505;
  background-image: radial-gradient(rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 28px 28px;
  color: var(--white);
  padding: 14px 5vw;
}

.veriscope-shell {
  background: #f4f4f4;
  display: block;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  width: 100%;
}

body:has(.veriscope-shell) {
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}

.veriscope-return {
  align-items: center;
  background: #090909;
  background-image: radial-gradient(rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 28px 28px;
  color: var(--white);
  display: flex;
  justify-content: space-between;
  min-height: 68px;
  padding: 10px 5vw;
}

.veriscope-return nav {
  align-items: center;
  display: flex;
  gap: 12px;
}

.veriscope-return h1 {
  font: inherit;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
}

.veriscope-return a {
  border: 1px solid rgba(255,255,255,.55);
  font-size: 13px;
  font-weight: 800;
  padding: 12px 18px;
}

.veriscope-return a:hover {
  background: var(--white);
  color: var(--ink);
}

.veriscope-frame {
  border: 0;
  display: block;
  height: 100%;
  min-height: 0;
  width: 100%;
}

@media (max-width: 620px) {
  .veriscope-return {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    padding: 10px 14px;
  }

  .veriscope-return nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .veriscope-return a {
    align-items: center;
    display: flex;
    font-size: 11px;
    justify-content: center;
    padding: 9px 10px;
    text-align: center;
  }
}

.footer-compact {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(150px, 205px) 1fr auto;
  margin: 0 auto;
  max-width: 1350px;
}

.brand-footer strong { color: var(--white); }

.brand-footer {
  background: transparent;
  height: 64px;
  padding: 0;
  width: 205px;
}

.brand-footer img {
  filter: grayscale(1) invert(1);
  mix-blend-mode: screen;
}

.footer-links {
  display: grid;
  gap: 10px 22px;
  grid-template-columns: 1fr 1fr;
  justify-self: end;
}

.footer-links a { color: #d1c9c9; font-size: 12px; padding: 8px 2px; }

.footer-credit {
  align-items: center;
  color: #b9b3b3;
  display: flex;
  font-size: 10px;
  gap: 8px;
  grid-column: 1 / -1;
  justify-content: center;
  letter-spacing: .08em;
  margin-top: -10px;
  text-transform: uppercase;
}

.footer-credit-logo {
  display: block;
  height: 48px;
  overflow: hidden;
  width: 116px;
}

.footer-credit-logo img {
  display: block;
  height: auto;
  width: 116px;
}

.footer-credit-logo:hover {
  opacity: .82;
}

.footer-partners {
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.14);
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 55px auto 0;
  max-width: 1350px;
  padding: 42px 0;
}

.footer-partners img {
  filter: grayscale(1) brightness(1.75);
  height: 58px;
  max-width: 100%;
  object-fit: contain;
  opacity: .46;
  width: 100%;
}

.footer-bottom {
  align-items: center;
  color: var(--white);
  display: flex;
  font-size: 12px;
  flex-wrap: wrap;
  gap: 14px 28px;
  justify-content: center;
  margin: 0 auto;
  max-width: 760px;
  min-height: 48px;
  padding-top: 0;
  text-align: center;
}

.footer-legal,
.footer-social {
  align-items: center;
  display: flex;
  gap: 24px;
}

.footer-social span {
  align-items: center;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  font-size: 19px;
  font-weight: 800;
  height: 46px;
  justify-content: center;
  opacity: .72;
  width: 46px;
}

.footer-legal a:hover,
.footer-links a:hover {
  color: var(--bright);
}

.footer-legal a { padding: 10px 2px; }

@media (max-width: 1050px) {
  .desktop-nav, .header-cta { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { cursor: pointer; font-size: 14px; font-weight: 800; list-style: none; }
  .mobile-nav nav {
    background: var(--white);
    box-shadow: 0 18px 40px rgba(0,0,0,.18);
    display: grid;
    gap: 18px;
    padding: 24px;
    position: absolute;
    right: 0;
    top: 35px;
    width: 230px;
  }
  .hero-grid { grid-template-columns: 1fr; padding-bottom: 70px; }
  .hero-visual-column { margin: 20px auto 0; max-width: 650px; transform: none; width: 100%; }
  .hero-visual { height: 390px; width: 100%; }
  .hero-copy { max-width: 850px; }
  .hero h1 { font-size: clamp(52px, 10vw, 90px); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card + .service-card { border-left: 1px solid var(--line); }
  .difference-points { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .principles-copy { padding: 70px 6vw; }
  .collaborators { grid-template-columns: 1fr; }
  .footer-compact { grid-template-columns: 220px 1fr; }
  .footer-links { grid-column: 1 / -1; grid-template-columns: repeat(7, auto); justify-self: center; }
  .whats-on { grid-template-columns: 1fr; }
  .news-events-heading { min-height: 360px; }
}

@media (max-width: 720px) {
  .site-header { min-height: 72px; }
  .brand strong { font-size: 23px; }
  .brand-image, .brand-home { height: 62px; width: 207px; }
  .brand-mark { height: 36px; transform: scale(.85); transform-origin: left center; width: 36px; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; padding: 72px 6vw; }
  .hero h1 { font-size: clamp(43px, 13vw, 67px); }
  .hero h1 em { display: inline-block; font-size: .78em; }
  .hero-lead { font-size: 17px; }
  .hero-visual { height: 300px; }
  .hero-actions { grid-template-columns: 1fr; width: 100%; }
  .principle-card { font-size: 8px; max-width: 106px; padding: 9px 8px 9px 20px; }
  .principle-card::before { height: 6px; left: 8px; width: 6px; }
  .principle-one { left: calc(50% - 155px); top: -2%; }
  .principle-two { right: calc(50% - 155px); top: -2%; }
  .principle-five { right: 0; top: 31%; }
  .principle-six { bottom: 31%; right: 0; }
  .principle-three { bottom: -2%; left: calc(50% - 155px); }
  .principle-four { bottom: -2%; right: calc(50% - 155px); }
  .orbit-two { height: 240px; width: 240px; }
  .world-mark { height: 225px; width: 225px; }
  .news-article-images-grid { grid-template-columns: 1fr; }
  .news-events-heading { display: grid; margin-bottom: 55px; min-height: 0; padding: 0; }
  .news-events-heading > div { padding: 0 0 34px; }
  .news-events-heading img { height: 250px; object-position: 68% center; position: static; }
  .section { padding: 80px 6vw; }
  .intro, .audience-layout { gap: 35px; grid-template-columns: 1fr; }
  .intro-copy { padding-top: 0; }
  h2 { font-size: clamp(36px, 10.5vw, 50px); }
  .section-heading { align-items: start; flex-direction: column; gap: 28px; }
  .service-grid, .resource-grid { grid-template-columns: 1fr; }
  .collaborator-grid { grid-template-columns: 1fr 1fr; }
  .whats-on { padding: 75px 6vw; }
  .whats-on-item { grid-template-columns: 1fr auto; }
  .whats-on-item time { grid-column: 1 / -1; }
  .service-card { min-height: 300px; }
  .service-card h2,
  .service-card h3 { margin-top: 38px; }
  .difference-copy { padding: 75px 6vw; }
  .difference-points { grid-template-columns: 1fr; padding: 40px 6vw; }
  .difference-points article + article { border-left: 0; }
  .principles { grid-template-columns: 1fr; }
  .principles-art { min-height: 520px; }
  .principles-copy { padding: 75px 6vw; }
  .principles-ring { height: 330px; width: 330px; }
  .principle-node { margin-left: -52px; margin-top: -38px; width: 104px; }
  .principle-node span { font-size: 8px; }
  .principle-icon { height: 56px; width: 56px; }
  .principle-node-1 { transform: translate(0, -190px); }
  .principle-node-2 { transform: translate(155px, -95px); }
  .principle-node-3 { transform: translate(155px, 95px); }
  .principle-node-4 { transform: translate(0, 190px); }
  .principle-node-5 { transform: translate(-155px, 95px); }
  .principle-node-6 { transform: translate(-155px, -95px); }
  .training-banner { align-items: start; flex-direction: column; padding: 70px 6vw; }
  .training-banner .button { margin: 32px 0 0; }
  .contact-section { padding: 90px 6vw; }
  .contact-section-visual { grid-template-columns: 1fr; padding: 0; }
  .contact-section-image { min-height: 330px; }
  .contact-section-copy { padding: 75px 6vw; }
  .contact-hero { grid-template-columns: 1fr; }
  .contact-hero img { height: 300px; }
  .contact-page-section { grid-template-columns: 1fr; padding: 75px 6vw; }
  .contact-form-row, .contact-reasons { grid-template-columns: 1fr; }
  .footer-compact { gap: 24px; grid-template-columns: 1fr; }
  .footer-compact .brand-footer { justify-self: center; }
  .footer-links { justify-self: start; }
  .footer-partners { gap: 20px; grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { align-items: center; flex-direction: row; gap: 16px 22px; justify-content: center; }
  .footer-links { grid-column: auto; grid-template-columns: repeat(2, 1fr); justify-self: center; }
  .mendez-original { padding: 75px 6vw 55px; }
  .mendez-original h1 { margin-bottom: 38px; }
  .mendez-download {
    grid-template-columns: 1fr;
    margin-bottom: 70px;
    padding: 35px 6vw;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .principles-art { animation: principles-pulse 8s ease-in-out infinite; }

  @keyframes principles-pulse {
    0%, 100% { filter: brightness(.88); }
    50% { filter: brightness(1.14); }
  }
}

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

.active-link { color: var(--bright) !important; }

.team-hero {
  background:
    radial-gradient(circle at 85% 20%, rgba(227,38,54,.2), transparent 23%),
    radial-gradient(rgba(255,255,255,.14) 1px, transparent 1px),
    #0a0a0a;
  background-size: auto, 28px 28px, auto;
  color: var(--white);
  padding: 120px max(6vw, calc((100vw - 1350px)/2));
}

.team-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.6vw, 50px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: 1;
  margin: 0;
  max-width: 1050px;
}

.team-hero > p:last-child {
  color: #d6cece;
  font-size: 19px;
  line-height: 1.7;
  margin: 36px 0 0;
  max-width: 850px;
}

.team-section,
.psab-section {
  margin: 0 auto;
  max-width: 1500px;
  padding: 110px 5vw;
}

.team-section-heading {
  margin-bottom: 55px;
  max-width: 950px;
}

.director-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.director-card {
  background: var(--mist);
  min-height: 250px;
}

.director-card summary {
  cursor: pointer;
  display: grid;
  grid-template-columns: 28% 72%;
  list-style: none;
  min-height: 250px;
}

.director-card summary::-webkit-details-marker,
.psab-card summary::-webkit-details-marker { display: none; }

.director-card summary > img {
  height: 180px;
  object-fit: cover;
  place-self: center;
  width: 180px;
}

.director-card summary > div { padding: 28px; }
.director-card span,
.psab-card span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.director-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  margin: 18px 0;
}
.director-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.director-card b,
.psab-card b {
  align-items: center;
  color: var(--ink);
  display: flex;
  font-size: 12px;
  gap: 12px;
  margin-top: 22px;
}

.director-card b i,
.psab-card b i {
  color: var(--bright);
  font-size: 20px;
  font-style: normal;
  transition: transform .2s ease;
}

.director-card[open] b i,
.psab-card[open] b i { transform: rotate(45deg); }

.director-expanded {
  background: var(--white);
  border-top: 2px solid var(--bright);
  padding: 28px 34px;
}

.director-expanded p {
  color: var(--muted);
  line-height: 1.7;
}

.director-expanded a {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.psab-section {
  background: var(--mist);
  max-width: none;
  padding-left: max(5vw, calc((100vw - 1350px)/2));
  padding-right: max(5vw, calc((100vw - 1350px)/2));
}

.section-intro {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
  max-width: 750px;
}

.psab-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, 1fr);
}

.psab-card {
  background: var(--white);
  min-height: 300px;
}

.psab-card[open] {
  grid-column: 1 / -1;
}

.psab-card[open] summary {
  align-items: center;
  display: grid;
  grid-template-columns: 220px 1fr;
}

.psab-card[open] summary img {
  aspect-ratio: 4 / 3;
  height: 165px;
  object-fit: cover;
}

.psab-card summary {
  cursor: pointer;
  list-style: none;
}

.psab-card summary img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.psab-card:not([open]) summary img {
  margin: 14px auto 0;
  width: calc(100% - 28px);
}

.psab-card summary > div { padding: 20px; }
.psab-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
  margin: 10px 0 0;
}

.psab-card b { margin-top: 16px; }

.psab-bio {
  border-top: 2px solid var(--bright);
  padding: 20px;
}

.psab-bio p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  margin: 0 0 14px;
}

.psab-bio p:last-child { margin-bottom: 0; }

.director-card:hover,
.psab-card:hover {
  box-shadow: 0 14px 36px rgba(0,0,0,.1);
  transform: translateY(-3px);
}

.director-card,
.psab-card {
  transition: box-shadow .2s ease, transform .2s ease;
}

@media (max-width: 1050px) {
  .psab-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  .team-hero { padding: 80px 6vw; }
  .team-hero h1 { font-size: 38px; }
  .team-section, .psab-section { padding: 75px 6vw; }
  .director-grid { grid-template-columns: 1fr; }
  .director-card summary { grid-template-columns: 1fr; }
  .director-card summary > img { aspect-ratio: 4/3; }
  .psab-grid { grid-template-columns: 1fr 1fr; }
  .psab-card[open] summary { grid-template-columns: 1fr; }
  .psab-card[open] summary img { height: auto; }
}

.inner-hero {
  background:
    radial-gradient(circle at 82% 28%, rgba(227,38,54,.2), transparent 25%),
    radial-gradient(rgba(255,255,255,.14) 1px, transparent 1px),
    #0a0a0a;
  background-size: auto, 28px 28px, auto;
  color: var(--white);
  padding: 120px max(6vw, calc((100vw - 1350px)/2));
}

.inner-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.6vw, 50px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .96;
  margin: 0;
  max-width: 1100px;
}

.inner-hero > p:last-child {
  color: #d6cece;
  font-size: 19px;
  line-height: 1.7;
  margin: 38px 0 0;
  max-width: 820px;
}

.inner-grid-section {
  background: var(--mist);
  padding: 100px max(5vw, calc((100vw - 1350px)/2));
}

.service-grid-inner .service-card {
  min-height: 300px;
}

.delivery-model {
  background-color: var(--deep);
  background-image: radial-gradient(rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 28px 28px;
  color: var(--white);
  display: grid;
  gap: 9vw;
  grid-template-columns: 1fr 1fr;
  padding: 110px max(6vw, calc((100vw - 1350px)/2));
}

.delivery-model p:not(.section-label) {
  color: #cfc7c7;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 22px;
}

.detail-section {
  display: grid;
  gap: 8vw;
  grid-template-columns: .9fr 1.1fr;
  margin: 0 auto;
  max-width: 1500px;
  padding: 110px 5vw;
}

.detail-list article {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: 45px 1fr;
  padding: 26px 0;
}

.detail-list article > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.detail-list h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  margin: 0 0 10px;
}

.detail-list p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

.resource-grid-inner {
  grid-template-columns: repeat(4, 1fr);
}

.resource-grid-inner .resource-card {
  min-height: 390px;
}

.resource-detail {
  margin: 0 auto;
  max-width: 1350px;
  padding: 110px 5vw;
}

.resource-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 45px 0;
}

.resource-points > div {
  border: 1px solid var(--line);
  min-height: 250px;
  padding: 30px;
}

.resource-points > div + div { border-left: 0; }

.resource-points span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.resource-points h2 {
  font-size: 31px;
  margin-top: 80px;
}

@media (max-width: 1050px) {
  .resource-grid-inner { grid-template-columns: 1fr 1fr; }
  .delivery-model, .detail-section { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .inner-hero { padding: 80px 6vw; }
  .inner-hero h1 { font-size: 38px; }
  .inner-grid-section, .detail-section, .resource-detail { padding: 75px 6vw; }
  .service-grid-inner, .resource-grid-inner { grid-template-columns: 1fr; }
  .delivery-model { padding: 80px 6vw; }
  .resource-points { grid-template-columns: 1fr; }
  .resource-points > div + div { border-left: 1px solid var(--line); border-top: 0; }
}

.original-resources {
  background: #f6f4f4;
  padding: 100px max(5vw, calc((100vw - 1320px)/2)) 120px;
}

.original-resources-heading {
  margin-bottom: 60px;
  max-width: 820px;
}

.original-resources-heading h1 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.6vw, 50px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: 1;
  margin: 0 0 26px;
}

.original-resources-heading > p:last-child {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}

.original-resource-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.original-resource-card {
  background: var(--white);
  border: 1px solid var(--line);
}

.original-resource-image {
  align-items: center;
  background: #efebeb;
  display: flex;
  height: 185px;
  justify-content: center;
  overflow: hidden;
}

.original-resource-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.original-resource-image.image-contain img {
  object-fit: contain;
  padding: 16px;
}

.original-resource-copy {
  padding: 24px 22px 26px;
}

.original-resource-copy h2 {
  font-size: 27px;
  margin-bottom: 14px;
}

.original-resource-copy p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 22px;
}

.original-resource-copy a {
  border-bottom: 2px solid var(--bright);
  color: var(--ink);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 18px;
  padding-bottom: 7px;
}

.original-resource-card:hover {
  border-color: var(--bright);
  transform: translateY(-3px);
}

.original-resource-card {
  transition: border-color .2s ease, transform .2s ease;
}

@media (max-width: 1100px) {
  .original-resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .original-resources { padding: 75px 6vw; }
  .original-resource-grid { grid-template-columns: 1fr; }
  .original-resource-image { height: 250px; }
  .original-resource-copy { padding: 28px; }
}

.about-intro,
.about-expertise,
.portal-support {
  display: grid;
  gap: 8vw;
  grid-template-columns: 1fr 1fr;
}

.about-approach {
  background-color: var(--deep);
  background-image: radial-gradient(rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 28px 28px;
  color: var(--white);
  padding: 110px max(5vw, calc((100vw - 1350px)/2));
}

.about-approach-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 50px;
}

.about-approach-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--ink);
  min-height: 255px;
  padding: 24px;
}

.about-approach-grid article + article { border-left: 0; }
.about-approach-grid span { color: var(--bright); font-size: 11px; font-weight: 800; }
.about-approach-grid h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  margin: 38px 0 16px;
}
.about-approach-grid p { color: var(--muted); line-height: 1.65; }

.about-expertise ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-expertise li {
  border-top: 1px solid var(--line);
  font-size: 17px;
  line-height: 1.5;
  padding: 20px 0 20px 28px;
  position: relative;
}

.about-expertise li::before {
  color: var(--bright);
  content: "•";
  left: 5px;
  position: absolute;
}

.portal-hero {
  background:
    radial-gradient(circle at 22% 20%, rgba(227,38,54,.24), transparent 28%),
    radial-gradient(rgba(255,255,255,.14) 1px, transparent 1px),
    #090909;
  background-size: auto, 28px 28px, auto;
  color: var(--white);
  display: grid;
  gap: 8vw;
  grid-template-columns: 1.1fr .9fr;
  padding: 110px max(5vw, calc((100vw - 1350px)/2));
}

.portal-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.6vw, 50px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .95;
  margin: 0;
}

.portal-hero > div:first-child > p:not(.eyebrow) {
  color: #d5cdcd;
  font-size: 19px;
  line-height: 1.7;
  margin: 32px 0;
  max-width: 670px;
}

.portal-panel {
  align-self: center;
  background: #f5f1ec;
  color: var(--ink);
  border-top: 5px solid var(--bright);
  padding: 45px;
}

.portal-panel > span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.portal-panel h2 { font-size: 38px; margin: 24px 0; }
.portal-panel ul { line-height: 2; padding-left: 20px; }

@media (max-width: 1050px) {
  .about-approach-grid { grid-template-columns: 1fr 1fr; }
  .about-approach-grid article + article { border-left: 1px solid rgba(255,255,255,.18); }
  .portal-hero { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .about-intro, .about-expertise, .portal-support { grid-template-columns: 1fr; }
  .about-approach { padding: 75px 6vw; }
  .about-approach-grid { grid-template-columns: 1fr; }
  .portal-hero { padding: 80px 6vw; }
  .portal-panel { padding: 30px; }
}

/* WordPress integration */
body.admin-bar .site-header{top:32px}.desktop-nav .nav-list{align-items:center;display:flex;gap:clamp(20px,2.3vw,38px);list-style:none;margin:0;padding:0}.wp-etica-main{min-height:60vh}.editable-page{max-width:1100px;margin:auto;padding:80px 6vw}.editable-page h1{font-family:Georgia,serif;font-size:clamp(42px,6vw,72px);line-height:1.05}.editable-page h2{font-size:clamp(28px,4vw,46px)}.wp-post-image{height:auto;max-width:100%}.wp-block-image img{height:auto}.etica-listing{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-top:42px}.etica-listing article{border:1px solid var(--line);padding:28px}.etica-listing img{height:180px;object-fit:cover;width:100%}.etica-meta{color:var(--muted);font-size:13px}.library-search{display:flex;gap:12px;margin:28px 0}.library-search input{border:1px solid var(--line);font:inherit;padding:12px;width:min(520px,100%)}.library-entry{border-top:1px solid var(--line);padding:22px 0}.contact-form-accessible{display:grid;gap:18px;max-width:760px}.contact-form-accessible label{font-weight:700}.contact-form-accessible input,.contact-form-accessible textarea{border:1px solid #777;display:block;font:inherit;margin-top:7px;padding:12px;width:100%}.contact-form-accessible .honeypot{display:none}.notice-success{background:#edf8ef;border-left:4px solid #24752f;padding:14px}.site-footer{background:#090909;color:#fff;padding:42px 5vw}.footer-inner-wp{align-items:center;display:flex;flex-wrap:wrap;gap:26px;justify-content:center}.footer-inner-wp img{height:62px;width:auto}.footer-inner-wp nav{display:flex;flex-wrap:wrap;gap:20px}.footer-inner-wp a{color:#fff}.social-placeholders{display:flex;gap:10px}.social-placeholders span{align-items:center;border:1px solid #777;border-radius:50%;display:flex;height:42px;justify-content:center;width:42px}.wp-globe-copy{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}@media(max-width:780px){.etica-listing{grid-template-columns:1fr}.desktop-nav,.header-cta{display:none}.mobile-nav{display:block}}@media(max-width:782px){body.admin-bar .site-header{top:46px}}
