:root {
  --ink: #101923;
  --muted: #56616d;
  --paper: #f5f3ee;
  --white: #ffffff;
  --navy: #0d1a2a;
  --navy-2: #14263a;
  --red: #9d2027;
  --line: #d8d6d0;
  --max: 1180px;
  --shadow: 0 18px 48px rgba(13, 26, 42, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
img { max-width: 100%; }
a { color: inherit; }

.site-header { position: sticky; top: 0; z-index: 50; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 10px clamp(20px, 4vw, 54px); background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.brand { display: flex; align-items: center; gap: 15px; text-decoration: none; }
.brand img { width: 56px; height: 56px; object-fit: cover; border-radius: 2px; }
.brand span { font-size: .9rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2.1vw, 30px); }
.site-nav a { position: relative; text-decoration: none; font-size: .92rem; font-weight: 700; }
.site-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--red); transition: right .18s ease; }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.nav-toggle { display: none; width: 48px; height: 44px; padding: 10px; border: 1px solid var(--line); background: var(--white); }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); }

.hero { height: clamp(390px, 58vw, 690px); background: var(--navy); overflow: hidden; }
.hero img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.84) contrast(1.03); }

.section { padding: clamp(72px, 9vw, 116px) clamp(22px, 4vw, 54px); }
.section > * { width: min(var(--max), 100%); margin-inline: auto; }
.content-narrow { max-width: 920px; }
.kicker { margin: 0 0 13px; color: var(--red); font-size: .76rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-weight: 600; line-height: 1.08; }
h1 { max-width: 900px; margin-bottom: 24px; font-size: clamp(42px, 6vw, 74px); }
h2 { margin-bottom: 18px; font-size: clamp(34px, 4.2vw, 54px); }
h3 { margin-bottom: 11px; font-size: 1.48rem; }
p { margin-top: 0; }
.lede { max-width: 850px; margin-bottom: 0; color: #34414d; font-size: clamp(19px, 2vw, 24px); line-height: 1.55; }
.section-heading { max-width: 830px; margin: 0 0 44px; }
.section-heading.compact { margin-bottom: 34px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }

.technology-summary { background: var(--white); }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-grid article { min-height: 235px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-grid .index { display: block; margin-bottom: 46px; color: var(--red); font-size: .76rem; font-weight: 800; letter-spacing: .12em; }
.capability-grid p { max-width: 480px; color: var(--muted); }
.text-link { display: inline-block; margin-top: 28px; color: var(--red); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.principle-list { border-top: 1px solid var(--line); }
.principle-list div { display: grid; grid-template-columns: minmax(210px, .48fr) 1fr; gap: 28px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.principle-list strong { color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 1.25rem; }
.principle-list span { color: var(--muted); }

.sisters { background: var(--white); }
.company-list { border-top: 1px solid var(--line); }
.company-row { display: grid; grid-template-columns: 78px 1fr 24px; gap: 22px; align-items: center; min-height: 112px; padding: 18px 8px; border-bottom: 1px solid var(--line); text-decoration: none; transition: background .15s ease; }
.company-row:hover { background: #f7f5f0; }
.company-logo { width: 68px; height: 68px; display: grid; place-items: center; }
.company-logo img { width: 64px; height: 64px; object-fit: contain; }
.company-logo.wide-logo img { width: 68px; height: 46px; }
.company-logo.tall-logo img { width: 46px; height: 68px; }
.company-copy strong { display: block; color: var(--navy); font-size: 1.12rem; line-height: 1.25; }
.company-copy span { display: block; margin-top: 4px; color: var(--muted); line-height: 1.45; }
.external-mark { color: var(--red); font-size: 1.15rem; }

.site-footer { color: #c8d0d8; background: #08121f; padding: 48px clamp(22px, 4vw, 54px) 24px; }
.footer-main, .footer-legal { width: min(var(--max), 100%); margin-inline: auto; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 48px; padding-bottom: 34px; }
.footer-identity { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.footer-identity img { width: 54px; height: 54px; object-fit: cover; }
.footer-identity strong, .footer-identity small { display: block; }
.footer-identity strong { color: var(--white); }
.footer-identity small { margin-top: 3px; color: #95a2af; font-size: .86rem; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 24px; }
.footer-nav a { text-decoration: none; }
.footer-nav a:hover { color: var(--white); }
.footer-legal { display: flex; justify-content: space-between; gap: 24px; padding-top: 20px; border-top: 1px solid #263343; color: #83909e; font-size: .84rem; }
.footer-legal span:last-child { display: flex; gap: 20px; }
.footer-legal a { text-decoration: none; }
.footer-legal a:hover { color: var(--white); }

@media (max-width: 900px) {
  .brand span { display: none; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: calc(100% + 1px); left: 0; right: 0; padding: 22px; background: var(--white); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .site-nav.open { display: flex; }
  .capability-grid, .media-copy { grid-template-columns: 1fr; }
  .footer-main { align-items: flex-start; flex-direction: column; }
  .footer-nav { justify-content: flex-start; }
}

@media (max-width: 580px) {
  .site-header { min-height: 70px; }
  .brand img { width: 48px; height: 48px; }
  .hero { height: 390px; }
  .section { padding-block: 62px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: auto; }
  .capability-grid .index { margin-bottom: 26px; }
  .principle-list div { grid-template-columns: 1fr; gap: 6px; }
  .company-row { grid-template-columns: 66px 1fr 18px; gap: 14px; min-height: 100px; padding-inline: 0; }
  .company-logo { width: 60px; height: 60px; }
  .company-logo img { width: 56px; height: 56px; }
  .company-copy strong { font-size: 1rem; }
  .company-copy span { font-size: .9rem; }
  .footer-legal { flex-direction: column; }
}

/* Homepage v3: featured technology composition */
.technology-feature { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr); min-height:500px; border:1px solid var(--line); background:#f8f7f3; text-decoration:none; overflow:hidden; }
.technology-feature-media { min-height:500px; overflow:hidden; background:var(--navy); }
.technology-feature-media img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .35s ease; }
.technology-feature-copy { padding:clamp(34px,5vw,68px); display:flex; flex-direction:column; justify-content:center; }
.technology-feature:hover .technology-feature-media img { transform:scale(1.025); }
.technology-label { color:var(--red); font-size:.72rem; font-weight:800; letter-spacing:.16em; text-transform:uppercase; margin-bottom:18px; }
.technology-feature-copy strong { color:var(--navy); font-family:Georgia,'Times New Roman',serif; font-size:clamp(36px,4.5vw,58px); line-height:1.02; }
.technology-subtitle { margin-top:8px; color:var(--navy); font-size:1.18rem; font-weight:700; }
.technology-description { margin-top:24px; color:var(--muted); font-size:1.06rem; line-height:1.65; }
.technology-link { margin-top:30px; color:var(--red); font-weight:800; }
.technology-supporting { display:grid; grid-template-columns:repeat(3,1fr); border-left:1px solid var(--line); }
.technology-card { display:flex; flex-direction:column; min-width:0; border-right:1px solid var(--line); border-bottom:1px solid var(--line); text-decoration:none; background:var(--white); }
.technology-card-media { aspect-ratio:16/10; overflow:hidden; background:var(--navy); }
.technology-card-media img { width:100%; height:100%; object-fit:cover; display:block; filter:saturate(.82) contrast(1.03); transition:transform .3s ease; }
.technology-card:hover .technology-card-media img { transform:scale(1.03); }
.technology-card-copy { display:block; padding:28px 28px 34px; }
.technology-card-copy strong { display:block; color:var(--navy); font-family:Georgia,'Times New Roman',serif; font-size:1.42rem; line-height:1.15; }
.technology-card-copy span { display:block; margin-top:11px; color:var(--muted); line-height:1.55; }
.company-logo-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.company-logo-link { min-height:150px; padding:26px; display:grid; place-items:center; background:var(--white); border-right:1px solid var(--line); border-bottom:1px solid var(--line); text-decoration:none; transition:background .15s ease; }
.company-logo-link:hover { background:#f7f5f0; }
.company-logo-link img { width:100%; height:82px; object-fit:contain; }
.company-logo-link.wide-logo img { height:58px; }
.company-logo-link.tall-logo img { width:60px; height:94px; }
@media (max-width:900px){ .technology-feature{grid-template-columns:1fr}.technology-supporting{grid-template-columns:1fr}.technology-card{display:grid;grid-template-columns:180px 1fr}.technology-card-media{aspect-ratio:auto;min-height:170px}.company-logo-grid{grid-template-columns:repeat(3,1fr)} }
@media (max-width:580px){ .technology-feature-media{min-height:320px}.technology-feature-copy{padding:32px 24px}.technology-card{grid-template-columns:1fr}.technology-card-media{min-height:220px}.company-logo-grid{grid-template-columns:repeat(2,1fr)}.company-logo-link{min-height:126px;padding:20px}.company-logo-link img{height:68px} }

/* Homepage v4 refinements */
.technology-heading {
  max-width: 920px;
}

.technology-heading h2 {
  margin-bottom: 0;
}

.primary-media {
  display: block;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.primary-media img {
  transition: transform .35s ease, filter .35s ease;
}

.primary-media:hover img,
.primary-media:focus-visible img {
  transform: scale(1.025);
  filter: saturate(.92) contrast(1.04);
}

.media-frame {
  text-decoration: none;
}

.sister-intro {
  max-width: 900px;
  margin-bottom: 34px;
}

.sister-intro p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  line-height: 1.6;
}

.sister-intro strong {
  color: var(--navy);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.12em;
}

.footer-identity span {
  display: block;
}

/* Technology page — editorial visual system */
.technology-hero {
  position: relative;
  min-height: clamp(520px, 68vw, 820px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.technology-hero-media,
.technology-hero-shade {
  position: absolute;
  inset: 0;
}

.technology-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.technology-hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 18, 31, .78) 0%, rgba(8, 18, 31, .48) 39%, rgba(8, 18, 31, .08) 72%),
    linear-gradient(0deg, rgba(8, 18, 31, .56) 0%, rgba(8, 18, 31, 0) 55%);
}

.technology-hero-copy {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - clamp(44px, 8vw, 108px)));
  margin: 0 auto;
  padding-bottom: clamp(62px, 8vw, 104px);
}

.technology-hero-kicker {
  margin: 0 0 18px;
  color: #f4d8da;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.technology-hero h1 {
  max-width: 850px;
  margin: 0;
  color: var(--white);
  text-wrap: balance;
  text-shadow: 0 2px 22px rgba(0, 0, 0, .28);
}

.technology-introduction {
  background: #f5f3ee;
}

.technology-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
  gap: clamp(48px, 8vw, 118px);
  align-items: start;
}

.technology-intro-layout h2 {
  max-width: 590px;
  margin-bottom: 0;
}

.technology-intro-copy {
  padding-top: 30px;
}

.technology-intro-copy > p:first-child {
  max-width: 690px;
  margin-bottom: 30px;
  color: #34414d;
  font-size: clamp(1.16rem, 1.75vw, 1.38rem);
  line-height: 1.65;
}


.technology-chapter {
  background: var(--white);
}

.technology-chapter:nth-of-type(even) {
  background: #f5f3ee;
}

.technology-chapter-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
  margin-bottom: clamp(42px, 6vw, 76px);
}

.technology-chapter-heading h2 {
  max-width: 930px;
  margin-bottom: 0;
}

.technology-chapter-lede {
  max-width: 830px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.12rem, 1.7vw, 1.34rem);
  line-height: 1.62;
}

.technology-feature-figure {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.technology-feature-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.technology-editorial-grid {
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.technology-editorial-grid-four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.technology-editorial-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.technology-editorial-card {
  min-width: 0;
  background: var(--white);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.technology-editorial-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e8e9e5;
}

.technology-editorial-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .4s ease, filter .4s ease;
}

.technology-editorial-card:hover .technology-editorial-media img {
  transform: scale(1.018);
  filter: saturate(.96) contrast(1.02);
}

.technology-editorial-copy {
  padding: clamp(26px, 3.2vw, 42px);
}

.technology-editorial-copy h3 {
  margin-bottom: 14px;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.technology-editorial-copy p {
  max-width: 510px;
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

@media (max-width: 900px) {
  .technology-intro-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .technology-intro-copy {
    padding-top: 0;
  }

  .technology-editorial-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .technology-hero {
    min-height: 540px;
  }

  .technology-hero-shade {
    background:
      linear-gradient(0deg, rgba(8, 18, 31, .8) 0%, rgba(8, 18, 31, .35) 65%, rgba(8, 18, 31, .08) 100%);
  }

  .technology-hero-copy {
    width: calc(100% - 44px);
    padding-bottom: 54px;
  }

  .technology-chapter-heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .technology-editorial-grid-four,
  .technology-editorial-grid-three {
    grid-template-columns: 1fr;
  }
}

/* About page — institutional, human, and long-term */
.about-hero { position:relative; min-height:clamp(520px,68vw,820px); display:grid; align-items:end; overflow:hidden; background:var(--navy); color:var(--white); }
.about-hero-media,.about-hero-shade { position:absolute; inset:0; }
.about-hero-media img { width:100%; height:100%; display:block; object-fit:cover; object-position:center; }
.about-hero-shade { background:linear-gradient(90deg,rgba(8,18,31,.79) 0%,rgba(8,18,31,.48) 45%,rgba(8,18,31,.1) 78%),linear-gradient(0deg,rgba(8,18,31,.6) 0%,rgba(8,18,31,0) 60%); }
.about-hero-copy { position:relative; z-index:2; width:min(var(--max),calc(100% - clamp(44px,8vw,108px))); margin:0 auto; padding-bottom:clamp(62px,8vw,104px); }
.about-hero-kicker { margin:0 0 18px; color:#f4d8da; font-size:.76rem; font-weight:800; letter-spacing:.19em; text-transform:uppercase; }
.about-hero h1 { max-width:960px; margin:0; color:var(--white); text-wrap:balance; text-shadow:0 2px 22px rgba(0,0,0,.28); }
.about-mission { background:#f5f3ee; }
.about-mission-layout { display:grid; grid-template-columns:minmax(0,.9fr) minmax(380px,1.1fr); gap:clamp(48px,8vw,118px); align-items:start; }
.about-mission-layout h2 { max-width:620px; margin:0; }
.about-mission-layout div { padding-top:28px; }
.about-mission-layout p { max-width:700px; color:#34414d; font-size:clamp(1.12rem,1.7vw,1.34rem); line-height:1.65; }
.about-philosophy { background:var(--white); }
.about-philosophy-layout { display:grid; grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr); gap:clamp(48px,7vw,96px); align-items:center; }
.about-philosophy-media { min-height:590px; overflow:hidden; box-shadow:var(--shadow); }
.about-philosophy-media img { width:100%; height:100%; min-height:590px; display:block; object-fit:cover; }
.about-philosophy-copy h2 { max-width:640px; }
.about-philosophy-copy p { color:var(--muted); line-height:1.72; }
.about-philosophy-lede { color:var(--navy)!important; font-family:Georgia,'Times New Roman',serif; font-size:clamp(1.55rem,2.5vw,2.2rem); line-height:1.35!important; }
.about-principles { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:clamp(58px,8vw,100px); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.about-principles article { padding:clamp(28px,4vw,48px); border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
.about-principles h3 { font-size:clamp(1.45rem,2.2vw,2rem); }
.about-principles p { margin:0; color:var(--muted); line-height:1.65; }
.about-organization { background:#f5f3ee; }
.about-organization-heading { display:grid; grid-template-columns:minmax(0,1fr) minmax(360px,.8fr); gap:clamp(44px,7vw,90px); align-items:end; margin-bottom:clamp(48px,7vw,82px); }
.about-organization-heading h2 { max-width:760px; margin:0; }
.about-organization-heading p { margin:0; color:var(--muted); font-size:1.08rem; line-height:1.7; }
.about-organization-layout { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr); gap:clamp(42px,6vw,80px); align-items:start; }
.about-organization-media { min-height:610px; overflow:hidden; box-shadow:var(--shadow); }
.about-organization-media img { width:100%; height:100%; min-height:610px; object-fit:cover; display:block; }
.about-company-list { border-top:1px solid var(--line); }
.about-company-row { display:block; padding:18px 0; border-bottom:1px solid var(--line); text-decoration:none; }
.about-company-name { display:block; color:var(--navy); font-family:Georgia,'Times New Roman',serif; font-size:1.22rem; font-weight:600; }
.about-company-description { display:block; margin-top:4px; color:var(--muted); line-height:1.45; }
.about-company-row:hover .about-company-name { color:var(--red); }
.about-long-term { position:relative; min-height:720px; display:grid; align-items:end; overflow:hidden; color:var(--white); background:var(--navy); }
.about-long-term > * { width:auto; margin:0; }
.about-long-term-media { position:absolute; inset:0; }
.about-long-term-media::after { content:''; position:absolute; inset:0; background:linear-gradient(90deg,rgba(8,18,31,.83) 0%,rgba(8,18,31,.58) 48%,rgba(8,18,31,.16) 82%),linear-gradient(0deg,rgba(8,18,31,.72),rgba(8,18,31,0) 70%); }
.about-long-term-media img { width:100%; height:100%; object-fit:cover; display:block; }
.about-long-term-copy { position:relative; z-index:2; width:min(var(--max),calc(100% - clamp(44px,8vw,108px)))!important; margin:0 auto!important; padding-bottom:clamp(68px,9vw,112px); }
.about-long-term-copy h2 { max-width:700px; color:var(--white); }
.about-long-term-copy p { max-width:650px; color:#d0d9e1; line-height:1.72; }
.about-long-term-lede { color:var(--white)!important; font-family:Georgia,'Times New Roman',serif; font-size:clamp(1.55rem,2.5vw,2.2rem); line-height:1.35!important; }
.about-closing { background:var(--white); text-align:center; }
.about-closing div { max-width:900px; }
.about-closing p { margin-bottom:18px; color:var(--muted); font-size:clamp(1.1rem,1.8vw,1.35rem); }
.about-closing h2 { margin:0 auto; max-width:850px; }
@media(max-width:900px){
 .about-mission-layout,.about-philosophy-layout,.about-organization-heading,.about-organization-layout{grid-template-columns:1fr}
 .about-mission-layout{gap:28px}.about-mission-layout div{padding-top:0}
 .about-principles{grid-template-columns:1fr}
 .about-philosophy-media,.about-philosophy-media img,.about-organization-media,.about-organization-media img{min-height:460px}
}
@media(max-width:680px){
 .about-hero{min-height:540px}.about-hero-copy{width:calc(100% - 44px);padding-bottom:54px}
 .about-hero-shade{background:linear-gradient(0deg,rgba(8,18,31,.82) 0%,rgba(8,18,31,.38) 66%,rgba(8,18,31,.08) 100%)}
 .about-philosophy-media,.about-philosophy-media img,.about-organization-media,.about-organization-media img{min-height:340px}
 .about-long-term{min-height:620px}
}

/* July 2026 editorial refinements */
.site-header {
  position: relative;
  top: auto;
  z-index: 50;
  backdrop-filter: none;
}

.technology-pqm-definition {
  margin: -4px 0 16px;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  font-weight: 700;
}

/* About page v2 — fewer ideas, more visual pacing. */
.about-hero h1 {
  max-width: 760px;
}

.about-who {
  background: #f5f3ee;
}

.about-who-layout {
  display: grid;
  grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr);
  gap: clamp(52px, 8vw, 112px);
  align-items: center;
}

.about-who-copy h2 {
  margin-bottom: 28px;
}

.about-who-copy p {
  max-width: 650px;
  color: var(--muted);
  line-height: 1.72;
}

.about-who-lede {
  color: var(--navy) !important;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.45rem, 2.35vw, 2.05rem);
  line-height: 1.42 !important;
}

.about-who-media {
  min-height: 590px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about-who-media img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  display: block;
  object-fit: cover;
}

.about-philosophy-heading {
  max-width: 980px;
  margin: 0 auto clamp(48px, 7vw, 84px);
}

.about-philosophy-heading h2 {
  margin: 0;
}

.about-philosophy-layout {
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr);
}

.about-philosophy-copy p {
  font-size: clamp(1.06rem, 1.45vw, 1.2rem);
}

.about-principles,
.about-mission {
  display: none;
}

.about-organization-heading {
  align-items: start;
}

.about-organization-heading > div p {
  max-width: 620px;
  margin: 0;
}

.about-organization-heading > div p + p {
  margin-top: 1.5rem;
}

.about-organization-layout,
.about-organization-media {
  display: none;
}

.about-company-list {
  max-width: 980px;
  margin-inline: auto;
}

.about-long-term-copy p {
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
}

@media (max-width: 900px) {
  .about-who-layout,
  .about-philosophy-layout,
  .about-organization-heading {
    grid-template-columns: 1fr;
  }

  .about-who-layout {
    gap: 42px;
  }

  .about-who-copy {
    order: 1;
  }

  .about-who-media {
    order: 2;
  }

  .about-who-media,
  .about-who-media img {
    min-height: 460px;
  }
}

@media (max-width: 680px) {
  .about-who-media,
  .about-who-media img {
    min-height: 340px;
  }

  .about-philosophy-heading h2 br {
    display: none;
  }
}

/* Homepage — distilled editorial introduction */
.home-hero {
  position: relative;
  min-height: clamp(560px, 72vw, 860px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.home-hero-media,
.home-hero-shade {
  position: absolute;
  inset: 0;
}

.home-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.home-hero-shade {
  background:
    linear-gradient(90deg, rgba(8,18,31,.82) 0%, rgba(8,18,31,.52) 42%, rgba(8,18,31,.08) 78%),
    linear-gradient(0deg, rgba(8,18,31,.68) 0%, rgba(8,18,31,0) 62%);
}

.home-hero-copy {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - clamp(44px, 8vw, 108px)));
  margin: 0 auto;
  padding-bottom: clamp(68px, 9vw, 118px);
}

.home-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--white);
  font-size: clamp(48px, 7vw, 88px);
  text-wrap: balance;
  text-shadow: 0 2px 24px rgba(0,0,0,.3);
}

.home-gateway {
  background: var(--white);
  padding-top: clamp(94px, 12vw, 164px);
  padding-bottom: clamp(94px, 12vw, 164px);
}

.home-gateway + .home-gateway {
  border-top: 1px solid var(--line);
}

.home-gateway-about {
  background: #f5f3ee;
}

.home-gateway-layout {
  display: grid;
  gap: clamp(38px, 6vw, 72px);
}

.home-gateway-media {
  min-height: clamp(430px, 55vw, 680px);
  display: block;
  overflow: hidden;
  background: var(--navy);
  box-shadow: var(--shadow);
}

.home-gateway-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  transition: transform .4s ease, filter .4s ease;
}

.home-gateway-media:hover img,
.home-gateway-media:focus-visible img {
  transform: scale(1.018);
  filter: saturate(.94) contrast(1.025);
}

.home-gateway-copy {
  max-width: 760px;
}

.home-gateway-copy h2 {
  margin: 0 0 22px;
}

.home-gateway-copy p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.5vw, 1.24rem);
  line-height: 1.72;
}

.home-sisters {
  border-top: 1px solid var(--line);
}

@media (max-width: 680px) {
  .home-hero {
    min-height: 580px;
  }

  .home-hero-copy {
    width: calc(100% - 44px);
    padding-bottom: 58px;
  }

  .home-hero-shade {
    background: linear-gradient(0deg, rgba(8,18,31,.85) 0%, rgba(8,18,31,.42) 68%, rgba(8,18,31,.08) 100%);
  }

  .home-hero h1 {
    font-size: clamp(44px, 13vw, 62px);
  }

  .home-gateway-media {
    min-height: 330px;
  }
}

/* Contact page and hardened form */
.contact-section { background: var(--paper); }
.contact-layout { max-width: 980px; }
.contact-intro { max-width: 900px; margin-bottom: 50px; }
.contact-intro .lede { max-width: 820px; }
.contact-form { padding: clamp(28px, 5vw, 54px); background: var(--white); border: 1px solid var(--line); box-shadow: 0 16px 44px rgba(13, 26, 42, .08); }
.contact-fields { display: grid; gap: 24px; }
.contact-fields-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field-group { margin-bottom: 25px; }
.field-group label, .verification-task label { display: block; margin-bottom: 8px; color: var(--navy); font-weight: 800; }
.field-group label span { color: var(--muted); font-size: .82rem; font-weight: 400; }
.field-group input, .field-group textarea, .verification-task input, .verification-task select { width: 100%; border: 1px solid #bfc4c8; border-radius: 0; background: #fff; color: var(--ink); font: inherit; }
.field-group input, .verification-task input, .verification-task select { min-height: 50px; padding: 10px 12px; }
.field-group textarea { min-height: 190px; padding: 12px; resize: vertical; }
.field-group input:focus, .field-group textarea:focus, .verification-task input:focus, .verification-task select:focus { outline: 3px solid rgba(157, 32, 39, .16); border-color: var(--red); }
.verification-group { margin: 12px 0 30px; padding: 0; border: 0; }
.verification-group legend { width: 100%; margin-bottom: 22px; padding-top: 28px; border-top: 1px solid var(--line); color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 1.55rem; font-weight: 600; }
.verification-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr); gap: 30px; }
.verification-task { min-width: 0; }
.challenge-image { width: 100%; aspect-ratio: 16 / 10; display: block; margin-bottom: 12px; object-fit: cover; background: var(--navy); }
.color-swatch { width: 100%; min-height: 154px; display: block; margin-bottom: 12px; border: 1px solid var(--line); background: var(--challenge-color); }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-submit-row { display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: center; padding-top: 28px; border-top: 1px solid var(--line); }
.contact-submit { min-width: 170px; min-height: 52px; padding: 12px 24px; border: 0; background: var(--red); color: var(--white); font: inherit; font-weight: 800; cursor: pointer; }
.contact-submit:hover { background: #7f171d; }
.contact-submit:focus-visible { outline: 3px solid rgba(157, 32, 39, .28); outline-offset: 3px; }
.contact-submit-row p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.contact-submit-row a { color: var(--navy); font-weight: 700; }
.form-notice { margin: 0 0 28px; padding: 18px 20px; border-left: 4px solid var(--navy); background: var(--white); }
.form-notice p { margin-bottom: 8px; font-weight: 800; }
.form-notice ul { margin: 0; padding-left: 20px; }
.form-notice-success { border-left-color: #39704a; }
.form-notice-error { border-left-color: var(--red); }
@media (max-width: 760px) {
  .contact-fields-two, .verification-grid, .contact-submit-row { grid-template-columns: 1fr; }
  .contact-submit { width: 100%; }
}

/* News archive and historical releases */
.news-intro { background: var(--paper); }
.news-intro .content-narrow { max-width: 980px; }
.news-intro .lede { max-width: 850px; }
.news-intro-note { max-width: 790px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .98rem; line-height: 1.7; }
.news-archive { background: var(--white); }
.news-archive-layout { width: min(980px, calc(100% - clamp(44px, 8vw, 108px))); margin: 0 auto; }
.news-list { border-top: 1px solid var(--line); }
.news-row { display: grid; grid-template-columns: minmax(150px, .28fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 64px); padding: clamp(34px, 5vw, 54px) 0; border-bottom: 1px solid var(--line); }
.news-row-meta { display: flex; flex-direction: column; gap: 8px; color: var(--muted); font-size: .83rem; letter-spacing: .06em; text-transform: uppercase; }
.news-row-meta time { color: var(--navy); font-weight: 800; }
.news-row-body h3 { margin: 0 0 14px; font-size: clamp(1.55rem, 2.4vw, 2.15rem); }
.news-row-body h3 a { color: var(--navy); text-decoration: none; }
.news-row-body h3 a:hover { color: var(--red); }
.news-row-body p { max-width: 760px; margin: 0 0 18px; color: var(--muted); line-height: 1.7; }
.release-header { background: var(--paper); }
.release-header .content-narrow { max-width: 980px; }
.release-back { display: inline-block; margin-bottom: 48px; color: var(--navy); font-size: .88rem; font-weight: 800; text-decoration: none; }
.release-back:hover { color: var(--red); }
.release-meta { display: flex; gap: 18px; margin-bottom: 18px; color: var(--muted); font-size: .82rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.release-meta time { color: var(--red); }
.release-header h1 { max-width: 980px; }
.release-header .lede { max-width: 850px; }
.release-current { background: var(--white); }
.release-content-grid { width: min(1040px, calc(100% - clamp(44px, 8vw, 108px))); margin: 0 auto; display: grid; grid-template-columns: minmax(230px, .42fr) minmax(0, 1fr); gap: clamp(48px, 8vw, 100px); }
.release-content-grid h2 { margin-top: 0; }
.release-content-grid > div:last-child > p:first-child { margin-top: 0; color: var(--navy); font-size: 1.18rem; line-height: 1.75; }
.release-history-note { margin-top: 28px; padding: 24px 26px; border-left: 3px solid var(--red); background: var(--paper); color: var(--muted); font-size: .95rem; line-height: 1.7; }
.release-original { background: #f2f0eb; }
.release-original-inner { width: min(1040px, calc(100% - clamp(44px, 8vw, 108px))); margin: 0 auto; display: grid; grid-template-columns: minmax(190px, .32fr) minmax(0, 1fr); gap: clamp(44px, 8vw, 96px); }
.release-original-label > p:last-child { color: var(--muted); font-size: .84rem; line-height: 1.5; }
.release-original-copy { max-width: 760px; }
.release-original-copy h2 { margin: 0 0 16px; }
.release-original-subtitle { margin-bottom: 34px; color: var(--muted); font-size: 1.08rem; font-style: italic; line-height: 1.65; }
.release-original-copy p { line-height: 1.78; }
.release-source { margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.release-source a { color: var(--navy); font-weight: 800; }
@media (max-width: 800px) {
  .news-row, .release-content-grid, .release-original-inner { grid-template-columns: 1fr; }
  .release-content-grid, .release-original-inner { gap: 34px; }
  .news-row { gap: 20px; }
  .news-row-meta { flex-direction: row; flex-wrap: wrap; gap: 10px 18px; }
  .release-back { margin-bottom: 36px; }
}

/* Privacy and Terms — restrained legal presentation */
.legal-hero {
  padding: clamp(76px, 9vw, 128px) clamp(22px, 4vw, 54px);
  background: #f5f3ee;
  border-bottom: 1px solid var(--line);
}

.legal-hero > * {
  width: min(var(--max), 100%);
  margin-inline: auto;
}

.legal-hero .content-narrow {
  max-width: 980px;
}

.legal-hero h1 {
  max-width: 900px;
}

.legal-hero .lede {
  max-width: 820px;
}

.legal-updated {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: .92rem;
}

.legal-body {
  padding: clamp(72px, 9vw, 124px) clamp(22px, 4vw, 54px);
  background: var(--white);
}

.legal-layout {
  width: min(var(--max), 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(190px, .42fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 132px);
  align-items: start;
}

.legal-summary {
  position: sticky;
  top: 116px;
  max-width: 310px;
}

.legal-summary p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.legal-content {
  max-width: 820px;
}

.legal-content section {
  padding: 0 0 38px;
  margin: 0 0 38px;
  border-bottom: 1px solid var(--line);
}

.legal-content section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.legal-content h2 {
  margin-bottom: 16px;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
}

.legal-content p,
.legal-content li {
  color: #3e4a56;
  line-height: 1.72;
}

.legal-content p:last-child {
  margin-bottom: 0;
}

.legal-content ul {
  margin: 18px 0 0;
  padding-left: 1.3em;
}

.legal-content li + li {
  margin-top: 8px;
}

@media (max-width: 820px) {
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .legal-summary {
    position: static;
    max-width: 680px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--line);
  }
}
