:root {
  --ink: #071827;
  --navy: #001f3f;
  --blue: #2fa9df;
  --blue-deep: #087fbd;
  --pale: #eaf8fc;
  --line: #d8e3ea;
  --muted: #526270;
  --white: #ffffff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.72; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 1000; background: #fff; color: var(--ink); padding: 10px 16px; }
.skip-link:focus { top: 18px; }
.content-shell { width: min(calc(100% - 56px), var(--max)); margin: 0 auto; }
.narrow-shell { width: min(calc(100% - 56px), 900px); margin: 0 auto; }
.anchored-section { scroll-margin-top: 92px; }

.site-header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--line); }
.site-header.is-scrolled { box-shadow: 0 8px 24px rgba(0, 31, 63, 0.08); }
.header-shell { width: min(calc(100% - 56px), 1320px); min-height: 92px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.brand { display: block; flex: 0 0 auto; }
.brand img { width: 245px; max-height: 74px; object-fit: contain; object-position: left center; }
.primary-nav { display: flex; align-items: center; gap: 38px; }
.primary-nav a { position: relative; padding: 36px 0 31px; color: var(--ink); text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; }
.primary-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--blue); transition: right 0.2s ease; }
.primary-nav a:hover, .primary-nav a:focus, .primary-nav a.is-current { color: var(--blue-deep); }
.primary-nav a:hover::after, .primary-nav a:focus::after, .primary-nav a.is-current::after { right: 0; }
.nav-toggle { display: none; border: 1px solid var(--ink); background: #fff; color: var(--ink); padding: 10px 14px; font: inherit; font-size: 12px; font-weight: 700; text-transform: uppercase; }

.hero { position: relative; height: min(780px, calc(100vw * 0.5513)); min-height: 610px; overflow: hidden; background: #102b64; color: #fff; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 18, 49, 0.62) 0%, rgba(0, 23, 58, 0.35) 31%, rgba(0, 23, 54, 0.05) 58%, rgba(0, 23, 54, 0) 100%); }
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 52px; padding-bottom: 52px; }
.hero-kicker, .section-label { margin: 0 0 20px; color: var(--blue); font-size: 13px; font-weight: 700; letter-spacing: 0.14em; }
.hero-kicker { color: #9eddf4; }
.hero h1 { width: min(700px, 57%); margin: 0 0 26px; font-size: clamp(44px, 4.7vw, 70px); line-height: 1.03; letter-spacing: -0.035em; text-wrap: balance; }
.hero-content > p:not(.hero-kicker) { width: min(610px, 49%); margin: 0 0 32px; font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; gap: 14px; }
.hero-actions a { display: inline-flex; align-items: center; justify-content: center; min-width: 154px; min-height: 52px; border: 1px solid rgba(255,255,255,0.9); color: #fff; text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; }
.hero-actions a:first-child { background: var(--blue-deep); border-color: var(--blue-deep); }
.hero-actions a:hover, .hero-actions a:focus { background: #fff; border-color: #fff; color: var(--navy); }

.company-section { position: relative; overflow: hidden; padding: 150px 0 155px; background: var(--navy); color: #fff; }
.company-section::before { content: ''; position: absolute; inset: 0; opacity: 0.22; background-image: linear-gradient(rgba(91,191,229,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(91,191,229,.15) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, transparent, #000 55%, transparent); }
.about-layout { position: relative; display: grid; grid-template-columns: 130px 1.15fr .85fr; gap: 54px; align-items: start; }
.about-index { color: rgba(158,221,244,.42); font-size: 74px; font-weight: 700; line-height: 1; letter-spacing: -.06em; }
.about-heading h2 { margin: 0; font-size: clamp(40px, 4.6vw, 64px); line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
.about-copy { padding-top: 45px; border-top: 1px solid rgba(158,221,244,.45); }
.about-copy p { margin: 0 0 24px; color: #c7d5df; font-size: 18px; }

.editorial-section { padding: 130px 0; }
.mission-section { position: relative; overflow: hidden; background: #e9f6fb; }
.mission-section::after { content: ''; position: absolute; width: 520px; height: 520px; right: -210px; top: -230px; border: 1px solid rgba(47,169,223,.28); border-radius: 50%; box-shadow: 0 0 0 70px rgba(47,169,223,.06), 0 0 0 140px rgba(47,169,223,.04); }
.mission-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr 1px .8fr; gap: 70px; align-items: center; }
.mission-heading h2, .science-copy h2, .program-copy h2, .contact-section h2 { margin: 0; font-size: clamp(38px, 4.4vw, 60px); line-height: 1.1; letter-spacing: -0.03em; }
.mission-rule { width: 1px; height: 100%; min-height: 270px; background: #9ed7eb; }
.mission-copy p, .science-copy p, .program-copy p { margin: 0 0 22px; color: var(--muted); }
.lead-copy { color: var(--ink) !important; font-size: 21px; line-height: 1.55; }

.science-intro { position: relative; overflow: hidden; padding: 155px 0; background: #081e34; color: #fff; }
.science-intro::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 15% 15%, rgba(47,169,223,.2), transparent 34%), radial-gradient(circle at 90% 80%, rgba(34,112,148,.18), transparent 38%); }
.science-watermark { position: absolute; right: -20px; bottom: -85px; color: rgba(255,255,255,.025); font-size: clamp(130px, 20vw, 340px); font-weight: 700; line-height: 1; letter-spacing: -.07em; }
.science-image-layout { position: relative; display: grid; grid-template-columns: minmax(360px, 500px) minmax(0, 1fr); gap: 100px; align-items: center; }
.science-artwork { position: relative; width: 100%; }
.science-artwork::before { content: ''; position: absolute; left: -26px; top: -26px; width: 105px; height: 105px; border-left: 2px solid var(--blue); border-top: 2px solid var(--blue); }
.science-artwork img { width: 100%; height: auto; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.science-copy .section-label { color: #67c4e8; }
.science-copy p { color: #b9c8d3; }
.science-copy .lead-copy { color: #fff !important; }

.approach-section { position: relative; padding: 135px 0 150px; background: #fff; }
.approach-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 110px; align-items: end; margin-bottom: 75px; }
.approach-heading h2 { max-width: 760px; margin: 0; font-size: clamp(38px, 4.3vw, 58px); line-height: 1.1; letter-spacing: -.03em; }
.approach-heading > p { margin: 0 0 8px; padding-left: 28px; border-left: 2px solid var(--blue); color: var(--muted); }
.findings-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #b8cbd6; border-bottom: 1px solid #b8cbd6; }
.findings-grid > div { min-height: 210px; padding: 32px 26px; border-right: 1px solid #b8cbd6; transition: background .2s ease, color .2s ease; }
.findings-grid > div:last-child { border-right: 0; }
.findings-grid > div:hover { background: var(--navy); color: #fff; }
.findings-grid span { display: block; margin-bottom: 54px; color: var(--blue-deep); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.findings-grid strong { display: block; font-size: 19px; line-height: 1.45; }

.program-section { position: relative; overflow: hidden; padding: 140px 0 165px; background: linear-gradient(135deg, #dff2f8 0%, #f5fbfd 55%, #e9f6fb 100%); }
.program-section::before { content: ''; position: absolute; inset: 0; opacity: .45; background-image: radial-gradient(circle at center, rgba(8,127,189,.28) 1px, transparent 1.5px); background-size: 22px 22px; mask-image: linear-gradient(90deg, #000, transparent 55%); }
.program-heading { position: relative; display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.program-number { margin: 0; color: rgba(8,127,189,.22); font-size: 72px; font-weight: 700; line-height: 1; letter-spacing: -.06em; }
.program-layout { position: relative; display: grid; grid-template-columns: minmax(360px, 480px) minmax(0, 1fr); gap: 105px; align-items: center; }
.program-artwork { position: relative; width: 100%; padding: 18px 0 0 18px; }
.program-artwork::before { content: ''; position: absolute; inset: 0 18px 18px 0; border: 1px solid rgba(8,127,189,.55); }
.program-artwork img { position: relative; width: 100%; height: auto; box-shadow: 0 28px 65px rgba(0,31,63,.18); }
.program-copy h2 { font-size: clamp(54px, 6vw, 80px); }
.program-copy p { margin: 20px 0 0; }

.founder-section { position: relative; padding: 115px 0 125px; background: #fff; border-top: 1px solid var(--line); }
.founder-profile { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 46px; align-items: center; text-align: left; }
.founder-portrait { width: 140px; height: 172px; object-fit: cover; object-position: center 20%; filter: grayscale(1); }
.founder-copy { padding-left: 45px; border-left: 1px solid var(--line); }
.founder-copy h2 { margin: 0 0 16px; font-size: clamp(34px, 4vw, 50px); line-height: 1.12; letter-spacing: -0.025em; }
.founder-copy > p:last-child { max-width: 760px; margin: 0; color: var(--muted); }
.founder-role { margin: -12px 0 24px; color: var(--blue-deep); font-weight: 700; }

.contact-section { position: relative; overflow: hidden; padding: 130px 0 110px; background: var(--navy); color: #fff; }
.contact-section::before { content: ''; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(30deg, rgba(255,255,255,.18) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.18) 87.5%), linear-gradient(150deg, rgba(255,255,255,.18) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.18) 87.5%); background-size: 70px 122px; mask-image: linear-gradient(90deg, transparent, #000); }
.contact-layout { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 130px; }
.contact-section h2 { margin-bottom: 38px; font-size: 42px; }
.contact-section .section-label { color: #67c4e8; }
.contact-form { display: grid; gap: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.contact-form label { display: grid; gap: 8px; color: #dfeaf0; font-size: 13px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.6); border-radius: 0; background: transparent; padding: 10px 2px; color: #fff; font: inherit; }
.contact-form select option { color: var(--ink); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 0; border-color: var(--blue-deep); }
.contact-form button { width: 150px; min-height: 50px; border: 1px solid #67c4e8; background: #67c4e8; color: var(--navy); font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.contact-form button:hover, .contact-form button:focus { background: #fff; border-color: #fff; color: var(--navy); }
.contact-details-column { position: relative; padding: 46px 0 0 60px; border-left: 1px solid rgba(255,255,255,.25); }
.contact-details-column p { color: #b9c8d3; }
.contact-details-column strong { color: #fff; }
.contact-details-column a { color: #67c4e8; }
.form-consent { margin: 0; color: #92a7b6; font-size: 11px; line-height: 1.5; }
.honeypot { position: absolute; left: -9999px; }
.form-message { padding: 12px 14px; border-left: 3px solid; }
.form-message.success { border-color: #24844d; background: #edf8f1; }
.form-message.error { border-color: #a32632; background: #fff0f1; }

.site-footer { border-top: 1px solid var(--line); background: #fff; }
.footer-content { min-height: 165px; display: grid; grid-template-columns: 1fr auto auto; gap: 65px; align-items: center; }
.footer-content img { width: 205px; max-height: 68px; object-fit: contain; object-position: left center; }
.footer-content nav { display: flex; gap: 24px; }
.footer-content nav a { color: var(--ink); text-decoration: none; font-size: 12px; }
.footer-content nav a:hover { color: var(--blue-deep); }
.footer-content > p { color: var(--muted); font-size: 11px; }

@media (max-width: 980px) {
  .about-layout { grid-template-columns: 90px 1fr; }
  .about-copy { grid-column: 2; }
  .mission-layout { grid-template-columns: 1fr; gap: 42px; }
  .mission-rule { width: 100%; height: 1px; min-height: 0; }
  .science-image-layout, .program-layout, .contact-layout { grid-template-columns: 1fr; gap: 60px; }
  .science-artwork, .program-artwork { width: min(100%, 560px); justify-self: center; }
  .science-copy { max-width: 720px; }
  .program-copy { grid-row: 1; max-width: 720px; }
  .program-artwork { grid-row: 2; }
  .approach-heading { grid-template-columns: 1fr; gap: 36px; }
  .findings-grid { grid-template-columns: 1fr 1fr; }
  .findings-grid > div:nth-child(2) { border-right: 0; }
  .findings-grid > div:nth-child(-n+2) { border-bottom: 1px solid #b8cbd6; }
  .contact-details-column { padding: 44px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.25); }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .content-shell, .narrow-shell, .header-shell { width: min(calc(100% - 32px), var(--max)); }
  .header-shell { min-height: 76px; }
  .brand img { width: 185px; max-height: 58px; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; left: 0; right: 0; top: 76px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 24px; background: #fff; border-bottom: 1px solid var(--line); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 14px 0; font-size: 14px; }
  .primary-nav a::after { bottom: 8px; }
  .hero { height: auto; min-height: 0; padding-top: 55.13%; background: #102b64; }
  .hero-image { object-fit: contain; object-position: top center; }
  .hero-shade { background: linear-gradient(90deg, rgba(0, 22, 54, 0.72), rgba(0, 22, 54, 0.16) 70%, rgba(0, 22, 54, 0)); }
  .hero-content { position: absolute; inset: 0; padding-top: 32px; padding-bottom: 32px; }
  .hero h1, .hero-content > p:not(.hero-kicker) { width: 100%; }
  .hero h1 { width: 60%; font-size: clamp(27px, 5.3vw, 44px); }
  .hero-content > p:not(.hero-kicker) { width: 54%; font-size: clamp(14px, 2vw, 18px); }
  .company-section, .editorial-section, .science-intro, .approach-section, .program-section, .founder-section, .contact-section { padding: 82px 0; }
  .about-layout { grid-template-columns: 1fr; gap: 30px; }
  .about-index { font-size: 52px; }
  .about-copy { grid-column: auto; padding-top: 30px; }
  .mission-heading h2, .science-copy h2, .program-copy h2, .contact-section h2 { font-size: 35px; }
  .approach-heading h2 { font-size: 35px; }
  .findings-grid { grid-template-columns: 1fr; }
  .findings-grid > div { min-height: 0; border-right: 0; border-bottom: 1px solid #b8cbd6; }
  .findings-grid > div:last-child { border-bottom: 0; }
  .findings-grid span { margin-bottom: 28px; }
  .form-row { grid-template-columns: 1fr; }
  .founder-profile { grid-template-columns: 118px minmax(0, 1fr); gap: 28px; }
  .founder-portrait { width: 118px; height: 146px; }
  .founder-copy { padding-left: 28px; }
  .footer-content { grid-template-columns: 1fr; gap: 22px; padding: 42px 0; }
  .footer-content nav { flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .hero { padding-top: 0; overflow: visible; background: #fff; color: var(--ink); }
  .hero-image { position: relative; width: 100%; height: auto; }
  .hero-shade { display: none; }
  .hero-content { position: relative; inset: auto; width: 100%; padding: 42px 24px 52px; background: var(--navy); color: #fff; }
  .hero h1, .hero-content > p:not(.hero-kicker) { width: 100%; }
  .hero h1 { font-size: 39px; }
  .hero-actions { flex-wrap: wrap; }
  .founder-profile { grid-template-columns: 1fr; }
  .founder-portrait { width: 112px; height: 138px; }
  .founder-copy { padding: 28px 0 0; border-left: 0; border-top: 1px solid var(--line); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* Professional editorial sections below the preserved home hero */
.justified-copy,
.justified-copy p {
  text-align: left;
  text-justify: auto;
}
.justified-copy p { text-wrap: pretty; }

.about-studio-main h2,
.mission-panel h2,
.science-stage-copy h2,
.approach-title h2,
.founder-studio-heading h2,
.contact-studio-header h2 {
  text-align: left;
  text-wrap: balance;
}

.about-studio {
  position: relative;
  overflow: hidden;
  padding: 104px 0 96px;
  background: #041c34;
  color: #fff;
}
.about-studio::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(100, 194, 230, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(100, 194, 230, .07) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 50%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 50%, transparent 100%);
}
.about-orbit {
  position: absolute;
  border: 1px solid rgba(93, 194, 232, .16);
  border-radius: 50%;
}
.about-orbit-one { width: 480px; height: 480px; right: -180px; top: -210px; }
.about-orbit-two { width: 300px; height: 300px; right: -90px; top: -120px; }
.about-studio-grid {
  position: relative;
  display: grid;
  grid-template-columns: 118px minmax(0, 1.65fr) minmax(250px, .72fr);
  gap: 48px;
  align-items: stretch;
}
.home-context .about-studio-grid {
  grid-template-columns: 118px minmax(0, 1fr);
}
.home-context .about-studio-main { max-width: 900px; }
.section-rail {
  padding-right: 26px;
  border-right: 1px solid rgba(150, 215, 240, .32);
}
.section-rail span {
  display: block;
  margin-bottom: 48px;
  color: rgba(111, 204, 238, .38);
  font-size: 68px;
  font-weight: 700;
  line-height: .9;
  letter-spacing: -.08em;
}
.section-rail p {
  margin: 0;
  color: #68c6e8;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .16em;
}
.about-studio-main h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: -.04em;
}
.about-studio-prose {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 46px;
  padding-top: 30px;
  border-top: 1px solid rgba(150, 215, 240, .32);
}
.about-studio-prose p {
  margin: 0;
  color: #c7d7e2;
  font-size: 16px;
}
.company-profile {
  align-self: end;
  padding: 30px 28px 26px;
  border: 1px solid rgba(104, 198, 232, .38);
  background: rgba(9, 50, 78, .82);
  backdrop-filter: blur(8px);
}
.profile-label {
  margin: 0 0 12px;
  color: #68c6e8;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}
.company-profile dl { margin: 0; }
.company-profile dl > div {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,.13);
}
.company-profile dl > div:last-child { border-bottom: 0; }
.company-profile dt { color: #8299aa; font-size: 10px; letter-spacing: .12em; }
.company-profile dd { margin: 0; color: #fff; font-size: 14px; font-weight: 700; }

.mission-studio {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(47,169,223,.18), transparent 32%),
    linear-gradient(135deg, #edf8fb 0%, #f8fcfd 65%, #e6f5f9 100%);
}
.mission-studio-grid {
  display: grid;
  grid-template-columns: minmax(330px, .88fr) minmax(0, 1.12fr);
  align-items: center;
}
.home-approach .mission-studio-grid {
  grid-template-columns: minmax(380px, .95fr) minmax(0, 1.05fr);
}
.mission-visual {
  position: relative;
  z-index: 1;
  max-width: 520px;
}
.mission-visual::before {
  content: '';
  position: absolute;
  left: -16px;
  top: -16px;
  width: 82px;
  height: 82px;
  border-left: 2px solid var(--blue-deep);
  border-top: 2px solid var(--blue-deep);
}
.mission-visual img {
  width: 100%;
  height: auto;
  box-shadow: 0 24px 60px rgba(0,31,63,.18);
}
.mission-panel {
  position: relative;
  z-index: 2;
  margin-left: -96px;
  padding: 58px 56px;
  background: linear-gradient(145deg, #062846 0%, #031b31 100%);
  border-top: 5px solid var(--blue-deep);
  box-shadow: 0 30px 74px rgba(0,31,63,.12);
  color: #fff;
}
.mission-panel .section-label { color: #6ac9eb; }
.mission-panel h2 {
  margin: 0 0 30px;
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1.1;
  letter-spacing: -.035em;
}
.mission-panel .justified-copy { display: block; max-width: 650px; }
.mission-panel .justified-copy p { margin: 0 0 18px; color: #bfd0dc; }
.mission-panel .mission-lead { color: #fff !important; font-weight: 700; }
.mission-panel > p:not(.section-label) { margin: 0 0 24px; color: #bfd0dc; }
.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #69c8ea;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  text-decoration: none;
}
.text-link:hover,
.text-link:focus { background: #69c8ea; color: var(--navy); }

.science-studio {
  padding: 94px 0;
  background: #020f1e;
}
.science-stage {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(107, 198, 231, .25);
  background: #021226;
  box-shadow: 0 30px 90px rgba(0,0,0,.32);
}
.science-stage-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.science-stage-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 12, 27, .96) 0%, rgba(0, 19, 42, .88) 34%, rgba(0, 20, 42, .32) 57%, rgba(0, 15, 32, .05) 100%);
}
.science-stage-copy {
  position: relative;
  z-index: 2;
  width: 52%;
  padding: 64px 0 76px 58px;
  color: #fff;
}
.science-stage-copy .section-label { color: #72d0ef; }
.science-stage-copy h2 {
  max-width: 580px;
  margin: 0 0 34px;
  font-size: clamp(40px, 5vw, 65px);
  line-height: 1.02;
  letter-spacing: -.04em;
}
.science-stage-copy p:not(.section-label) {
  max-width: 520px;
  margin: 0 0 18px;
  color: #d2e0e8;
  font-size: 16px;
}
.science-stage-caption {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 18px;
  max-width: 380px;
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: 10px;
  line-height: 1.5;
  text-align: right;
}

.approach-studio {
  position: relative;
  overflow: hidden;
  padding: 96px 0 104px;
  background-color: #f3f8fa;
  background-image: radial-gradient(rgba(8,127,189,.15) 1px, transparent 1px);
  background-size: 24px 24px;
}
.approach-studio-header {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 72px;
  align-items: end;
  margin-bottom: 48px;
}
.approach-title h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(38px, 4.6vw, 60px);
  line-height: 1.06;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.approach-intro {
  margin: 0;
  padding: 25px 0 4px 28px;
  border-left: 3px solid var(--blue-deep);
  color: var(--muted);
}
.approach-intro p { margin: 0 0 16px; }
.approach-intro p:last-child { margin-bottom: 0; }
.effects-intro { margin-top: -18px; margin-bottom: 28px; color: var(--muted); }
.mechanism-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: #78a1b8;
  border: 1px solid #78a1b8;
}
.mechanism-grid article {
  position: relative;
  min-height: 178px;
  overflow: hidden;
  padding: 30px 34px;
  background: #06243e;
  color: #fff;
}
.mechanism-grid article:nth-child(2),
.mechanism-grid article:nth-child(3) { background: #0a3151; }
.mechanism-grid span {
  position: absolute;
  right: 20px;
  top: 8px;
  color: rgba(104,198,232,.14);
  font-size: 88px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.08em;
}
.mechanism-grid h3 {
  position: relative;
  margin: 36px 0 8px;
  color: #6ac9eb;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mechanism-grid p { position: relative; max-width: 360px; margin: 0; font-size: 21px; font-weight: 700; line-height: 1.35; }

.program-studio {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  background: #05213b;
}
.program-pattern {
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image:
    linear-gradient(30deg, rgba(108,201,235,.16) 12%, transparent 12.5%, transparent 87%, rgba(108,201,235,.16) 87.5%),
    linear-gradient(150deg, rgba(108,201,235,.16) 12%, transparent 12.5%, transparent 87%, rgba(108,201,235,.16) 87.5%);
  background-size: 72px 126px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 72%);
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}
.program-studio-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
  align-items: center;
}
.program-studio-art {
  position: relative;
  z-index: 1;
  max-width: 510px;
}
.program-studio-art img { width: 100%; height: auto; box-shadow: 0 30px 70px rgba(0,0,0,.35); }
.program-studio-copy {
  position: relative;
  z-index: 2;
  margin-left: -86px;
  padding: 54px 58px 52px 76px;
  background: #e8f7fb;
  box-shadow: 0 30px 78px rgba(0,0,0,.24);
}
.program-overline { display: flex; align-items: center; gap: 16px; }
.program-overline span { color: rgba(8,127,189,.36); font-size: 52px; font-weight: 700; line-height: 1; letter-spacing: -.06em; }
.program-overline p { margin: 0 !important; color: var(--blue-deep) !important; font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.program-studio-copy h2 { margin: 12px 0 24px; font-size: clamp(72px, 8vw, 112px); line-height: .88; letter-spacing: -.06em; }
.program-studio-copy p { margin: 0 0 18px; color: var(--muted); }
.program-studio-copy .program-lead { color: var(--ink); font-size: 20px; font-weight: 700; line-height: 1.45; }

.founder-studio {
  position: relative;
  padding: 82px 0;
  background:
    linear-gradient(90deg, rgba(47,169,223,.08) 1px, transparent 1px),
    linear-gradient(rgba(47,169,223,.08) 1px, transparent 1px),
    #fff;
  background-size: 38px 38px;
}
.founder-studio-card {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 32px 42px;
  align-items: center;
  padding: 44px 48px;
  border-left: 6px solid var(--blue-deep);
  background: rgba(255,255,255,.93);
  box-shadow: 0 20px 55px rgba(0,31,63,.11);
}
.founder-studio-heading {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 132px minmax(0, 760px);
  gap: 42px;
  align-items: end;
}
.founder-studio-heading .section-label { margin: 0; }
.founder-studio-heading h2 { margin: 0; font-size: clamp(32px, 3.2vw, 44px); line-height: 1.08; letter-spacing: -.03em; }
.founder-studio-portrait { width: 132px; height: 164px; object-fit: cover; object-position: center 18%; filter: grayscale(1); }
.founder-studio-copy { padding-left: 32px; border-left: 1px solid var(--line); }
.founder-studio-copy h3 { margin: 0 0 8px; font-size: 28px; line-height: 1.2; }
.founder-studio-copy .founder-role { margin: 0 0 18px; color: var(--blue-deep); font-size: 13px; font-weight: 700; }
.founder-studio-copy > p:last-child { margin: 0; color: var(--muted); font-size: 15px; }

.contact-studio {
  position: relative;
  overflow: hidden;
  padding: 92px 0 96px;
  background: #03182c;
  color: #fff;
}
.contact-studio::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: radial-gradient(rgba(104,198,232,.46) 1px, transparent 1px);
  background-size: 26px 26px;
  -webkit-mask-image: linear-gradient(120deg, transparent 25%, #000 90%);
  mask-image: linear-gradient(120deg, transparent 25%, #000 90%);
}
.contact-studio-glow {
  position: absolute;
  width: 560px;
  height: 560px;
  right: -180px;
  top: -240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47,169,223,.25), transparent 65%);
}
.contact-studio-header {
  position: relative;
  display: grid;
  grid-template-columns: minmax(520px, 1.15fr) minmax(300px, .85fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 42px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.contact-studio-title { min-width: 0; }
.contact-studio-header .section-label { margin: 0 0 14px; color: #6ac9eb; }
.contact-studio-header h2 { margin: 0; font-size: clamp(42px, 3.6vw, 54px); line-height: 1.04; letter-spacing: -.04em; }
.contact-studio-title h2 { white-space: nowrap; }
.contact-studio-header > p:last-child { max-width: 470px; margin: 0 0 4px auto; color: #bfd0dc; line-height: 1.62; }
.contact-studio-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 0;
  align-items: stretch;
}
.contact-studio .contact-form-column {
  padding: 42px 46px;
  background: rgba(6, 43, 71, .9);
  border: 1px solid rgba(126,203,232,.22);
}
.contact-studio .contact-form-column > .section-label { color: #6ac9eb; }
.contact-studio .contact-form-column > h2 { margin: 0 0 30px; font-size: 34px; }
.contact-studio .contact-details-column {
  position: relative;
  padding: 46px 40px;
  border: 0;
  background: #168fc5;
  color: #001f3f;
}
.contact-studio .contact-details-column .section-label { color: #003d63; }
.contact-studio .contact-details-column h2 { margin: 0 0 38px; color: #001f3f; font-size: 35px; }
.contact-detail-block { padding: 22px 0; border-top: 1px solid rgba(0,31,63,.25); }
.contact-detail-block span { display: block; margin-bottom: 8px; color: #075578; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.contact-detail-block a,
.contact-detail-block strong { color: #001f3f; font-size: 15px; overflow-wrap: anywhere; }
.contact-note { margin: 26px 0 0; color: #073e5c; font-size: 11px; line-height: 1.55; }
.contact-studio .contact-form input,
.contact-studio .contact-form select,
.contact-studio .contact-form textarea { min-height: 44px; }
.contact-studio .contact-form textarea { min-height: 108px; }
.contact-studio .form-message.success,
.contact-studio .form-message.error { color: var(--ink); }

/* Structured About and Science chapters */
.home-contact-band {
  padding: 72px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.home-contact-band-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 72px;
  align-items: center;
}
.home-contact-band .section-label { margin-bottom: 12px; }
.home-contact-band h2 {
  max-width: 760px;
  margin: 0 0 12px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.home-contact-band p:last-child { max-width: 760px; margin: 0; color: var(--muted); }
.home-contact-band a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 54px;
  padding: 0 22px;
  background: var(--blue-deep);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
}
.home-contact-band a:hover,
.home-contact-band a:focus { background: var(--navy); }

.about-page {
  position: relative;
  overflow: hidden;
  padding: 112px 0 122px;
  background:
    radial-gradient(circle at 92% 12%, rgba(47,169,223,.15), transparent 28%),
    linear-gradient(145deg, #f6fbfd 0%, #e7f5f9 100%);
}
.about-page::before {
  content: '';
  position: absolute;
  left: -210px;
  bottom: -300px;
  width: 640px;
  height: 640px;
  border: 1px solid rgba(8,127,189,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(8,127,189,.035), 0 0 0 140px rgba(8,127,189,.025);
}
.about-page-intro {
  position: relative;
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 90px;
  align-items: end;
  padding-bottom: 50px;
  border-bottom: 1px solid #abc8d7;
}
.about-page-intro h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(46px, 5.5vw, 72px);
  line-height: 1.02;
  letter-spacing: -.05em;
  text-wrap: balance;
}
.about-page-intro > p { margin: 0 0 7px; color: var(--muted); font-size: 18px; }
.about-page-grid {
  position: relative;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  margin-top: 40px;
}
.about-card {
  position: relative;
  min-height: 390px;
  padding: 44px 46px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,31,63,.08);
}
.about-card .card-number {
  position: absolute;
  right: 22px;
  top: 6px;
  margin: 0;
  color: rgba(103,196,232,.14);
  font-size: 108px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.08em;
}
.about-card .section-label { position: relative; }
.about-card h3 {
  position: relative;
  max-width: 560px;
  margin: 0 0 28px;
  font-size: clamp(26px, 2.7vw, 38px);
  line-height: 1.15;
  letter-spacing: -.025em;
  text-wrap: balance;
}
.about-card > p:not(.section-label):not(.card-number) { position: relative; margin: 0 0 18px; }
.mission-card { background: #05243f; color: #fff; }
.mission-card .section-label { color: #6ac9eb; }
.mission-card > p:not(.section-label):not(.card-number) { color: #c4d5df; }
.focus-card { background: rgba(255,255,255,.94); border-top: 5px solid var(--blue-deep); }
.focus-card > p:not(.section-label):not(.card-number) { color: var(--muted); }

.science-program {
  position: relative;
  padding: 100px 0;
  background: #fff;
}
.science-program-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 84px;
  align-items: start;
}
.science-program-title h2 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(40px, 4.6vw, 62px);
  line-height: 1.05;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.science-program-name {
  margin: 0 0 22px;
  color: var(--blue-deep);
  font-size: clamp(64px, 8vw, 112px);
  font-weight: 700;
  line-height: .86;
  letter-spacing: -.065em;
}
.science-program-copy {
  padding: 32px 0 0 38px;
  border-left: 3px solid var(--blue-deep);
}
.science-program-copy p { margin: 0 0 22px; color: var(--muted); font-size: 18px; }

.platform-band {
  position: relative;
  overflow: hidden;
  padding: 84px 0;
  background: #dff3f8;
}
.platform-band::after {
  content: '';
  position: absolute;
  right: -110px;
  top: -165px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(8,127,189,.22);
  border-radius: 50%;
  box-shadow: 0 0 0 56px rgba(8,127,189,.04), 0 0 0 112px rgba(8,127,189,.025);
}
.platform-band-inner { position: relative; z-index: 1; }
.platform-band h2 {
  max-width: 800px;
  margin: 0 0 24px;
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: 1.06;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.platform-band p:last-child { max-width: 780px; margin: 0; color: var(--muted); font-size: 18px; }

@media (max-width: 1080px) {
  .about-studio-grid { grid-template-columns: 96px minmax(0, 1fr); }
  .company-profile { grid-column: 2; display: block; }
  .company-profile dl { display: grid; grid-template-columns: repeat(3, 1fr); }
  .company-profile dl > div { grid-template-columns: 1fr; }
  .mission-panel { margin-left: -54px; padding: 46px 42px; }
  .science-stage-copy { width: 58%; }
  .program-studio-copy { margin-left: -46px; padding: 46px 44px 44px 58px; }
  .founder-studio-card { grid-template-columns: 120px minmax(0, 1fr); gap: 28px 34px; padding: 38px; }
  .founder-studio-heading { grid-template-columns: 120px minmax(0, 760px); gap: 34px; }
  .founder-studio-portrait { width: 120px; height: 150px; }
  .founder-studio-copy { padding-left: 26px; }
  .contact-studio-header { gap: 48px; }
}

@media (max-width: 980px) {
  .contact-studio-header { grid-template-columns: 1fr; gap: 14px; }
  .contact-studio-title h2 { white-space: normal; }
  .contact-studio-header > p:last-child { max-width: 620px; margin-left: 0; }
  .contact-studio-grid { grid-template-columns: 1fr; }
  .about-page-intro,
  .about-page-grid,
  .science-program-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-page-intro > p { max-width: 720px; }
  .science-program-copy { max-width: 760px; }
}

@media (max-width: 820px) {
  .about-studio, .mission-studio, .science-studio, .approach-studio, .program-studio, .founder-studio, .contact-studio { padding: 74px 0; }
  .about-studio-grid { grid-template-columns: 1fr; gap: 30px; }
  .section-rail { display: flex; align-items: center; gap: 22px; padding: 0 0 22px; border-right: 0; border-bottom: 1px solid rgba(150,215,240,.32); }
  .section-rail span { margin: 0; font-size: 48px; }
  .company-profile { grid-column: auto; }
  .about-studio-prose { grid-template-columns: 1fr; }
  .mission-studio-grid, .program-studio-grid { grid-template-columns: 1fr; gap: 30px; }
  .home-approach .mission-studio-grid { grid-template-columns: 1fr; }
  .mission-visual, .program-studio-art { width: min(100%, 560px); max-width: none; justify-self: center; }
  .mission-panel, .program-studio-copy { margin: 0; padding: 40px 36px; }
  .science-stage { min-height: 0; padding-top: 0; }
  .science-stage-image { position: relative; inset: auto; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
  .science-stage-shade { display: none; }
  .science-stage-copy { width: 100%; padding: 36px 32px 48px; background: #021226; }
  .science-stage-caption { position: static; max-width: none; margin: 0; padding: 0 32px 24px; background: #021226; text-align: left; }
  .approach-studio-header { grid-template-columns: 1fr; gap: 28px; }
  .approach-intro { padding-top: 8px; }
  .contact-studio .contact-details-column { padding: 38px 40px; }
  .home-contact-band-inner { grid-template-columns: 1fr; gap: 30px; }
  .home-contact-band a { justify-self: start; }
  .about-page,
  .science-program,
  .platform-band,
  .home-contact-band { padding: 74px 0; }
  .about-card { min-height: 0; }
}

@media (max-width: 620px) {
  .company-profile dl { grid-template-columns: 1fr; }
  .about-studio-main h2,
  .mission-panel h2,
  .science-stage-copy h2,
  .approach-title h2 { font-size: 36px; }
  .mechanism-grid { grid-template-columns: 1fr; }
  .mechanism-grid article { min-height: 152px; }
  .founder-studio-card { grid-template-columns: 1fr; padding: 32px 28px; }
  .founder-studio-heading { display: block; }
  .founder-studio-heading .section-label { margin-bottom: 14px; }
  .founder-studio-portrait { width: 112px; height: 140px; }
  .founder-studio-copy { padding: 24px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .contact-studio .contact-form-column,
  .contact-studio .contact-details-column { padding: 34px 26px; }
  .about-page-intro h2 { font-size: 42px; }
  .about-card { padding: 36px 28px; }
  .science-program-copy { padding: 26px 0 0; border-left: 0; border-top: 3px solid var(--blue-deep); }
}

/* Full-bleed artwork chapters with text overlays */
.home-approach {
  min-height: 690px;
  padding: 0;
  background: #03182c;
}
.home-approach .mission-studio-grid {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 690px;
  margin: 0;
  display: block;
}
.home-approach .mission-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
}
.home-approach .mission-visual::before { display: none; }
.home-approach .mission-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 15, 36, .94) 0%, rgba(0, 19, 43, .80) 38%, rgba(0, 18, 40, .28) 64%, rgba(0, 17, 38, .08) 100%);
}
.home-approach .mission-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  box-shadow: none;
}
.home-approach .mission-panel {
  position: relative;
  z-index: 2;
  width: min(620px, calc(100% - 56px));
  min-height: 690px;
  margin: 0 0 0 max(28px, calc((100vw - var(--max)) / 2));
  padding: 96px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.home-approach .mission-panel h2 { font-size: clamp(42px, 4.8vw, 66px); }
.home-approach .mission-panel > p:not(.section-label) { max-width: 590px; color: #d7e5ed; font-size: 18px; }

.home-program {
  min-height: 720px;
  padding: 0;
  background: #03182c;
}
.home-program .program-pattern { z-index: 1; opacity: .18; }
.home-program .program-studio-grid {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 720px;
  margin: 0;
  display: block;
}
.home-program .program-studio-art {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
}
.home-program .program-studio-art::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 14, 31, .94) 0%, rgba(0, 18, 40, .80) 40%, rgba(0, 18, 40, .28) 67%, rgba(0, 18, 40, .06) 100%);
}
.home-program .program-studio-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  box-shadow: none;
}
.home-program .program-studio-copy {
  position: relative;
  z-index: 2;
  width: min(650px, calc(100% - 56px));
  min-height: 720px;
  margin: 0 0 0 max(28px, calc((100vw - var(--max)) / 2));
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
  color: #fff;
  box-shadow: none;
}
.home-program .program-overline p { color: #8edcf5 !important; }
.home-program .program-overline span { color: rgba(142, 220, 245, .42); }
.home-program .program-studio-copy h2 { color: #fff; text-shadow: 0 3px 24px rgba(0, 0, 0, .32); }
.home-program .program-studio-copy p { max-width: 600px; color: #d5e3eb; }
.home-program .program-studio-copy .program-lead { color: #fff; }

.science-studio { padding: 0; }
.science-stage {
  width: 100%;
  max-width: none;
  min-height: 720px;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.science-stage-shade {
  background: linear-gradient(90deg, rgba(0, 12, 27, .95) 0%, rgba(0, 19, 42, .84) 39%, rgba(0, 20, 42, .30) 66%, rgba(0, 15, 32, .06) 100%);
}
.science-stage-copy {
  width: min(650px, calc(100% - 56px));
  min-height: 720px;
  margin-left: max(28px, calc((100vw - var(--max)) / 2));
  padding: 88px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.science-stage-copy p:not(.section-label) { color: #d7e5ed; font-size: 18px; }

@media (max-width: 820px) {
  .home-approach,
  .home-approach .mission-studio-grid,
  .home-program,
  .home-program .program-studio-grid,
  .science-stage { min-height: 620px; }
  .home-approach .mission-panel,
  .home-program .program-studio-copy,
  .science-stage-copy {
    width: min(680px, calc(100% - 44px));
    min-height: 620px;
    margin-left: 22px;
    padding: 64px 0;
  }
  .science-stage-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }
  .science-stage-shade { display: block; }
  .science-stage-copy { background: transparent; }
}

@media (max-width: 560px) {
  .home-approach,
  .home-approach .mission-studio-grid,
  .home-program,
  .home-program .program-studio-grid,
  .science-stage { min-height: 690px; }
  .home-approach .mission-panel,
  .home-program .program-studio-copy,
  .science-stage-copy {
    width: calc(100% - 36px);
    min-height: 690px;
    margin-left: 18px;
    padding: 54px 0;
  }
  .home-approach .mission-visual::after,
  .home-program .program-studio-art::after,
  .science-stage-shade {
    background: linear-gradient(90deg, rgba(0, 13, 30, .94), rgba(0, 18, 40, .72));
  }
  .home-approach .mission-panel h2,
  .science-stage-copy h2 { font-size: 38px; }
  .home-program .program-studio-copy h2 { font-size: clamp(64px, 19vw, 92px); }
  .home-approach .mission-panel > p:not(.section-label),
  .science-stage-copy p:not(.section-label) { font-size: 16px; }
}

/* Enforced edge-to-edge artwork layout */
.artwork-overlay-section {
  position: relative;
  min-height: 720px;
  padding: 0;
  overflow: hidden;
  background-color: #03182c;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.artwork-overlay-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 12, 29, .96) 0%, rgba(0, 17, 39, .84) 38%, rgba(0, 18, 40, .34) 66%, rgba(0, 17, 38, .08) 100%);
}
.artwork-overlay-content {
  position: relative;
  z-index: 2;
  min-height: 720px;
  display: flex;
  align-items: center;
}
.artwork-overlay-copy,
.home-approach .artwork-overlay-copy,
.home-program .artwork-overlay-copy,
.science-studio .artwork-overlay-copy {
  width: min(620px, 58%);
  min-height: 0;
  margin: 0;
  padding: 78px 0;
  display: block;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
}
.artwork-overlay-copy h2,
.artwork-overlay-copy p { position: relative; z-index: 3; }
.artwork-overlay-copy p:not(.section-label) { color: #d9e6ed; }
.home-program.artwork-overlay-section { background-position: center; }
.science-studio.artwork-overlay-section { background-position: center; }
.science-studio .science-stage-copy { width: min(650px, 58%); }

@media (max-width: 820px) {
  .artwork-overlay-section,
  .artwork-overlay-content { min-height: 650px; }
  .artwork-overlay-copy,
  .home-approach .artwork-overlay-copy,
  .home-program .artwork-overlay-copy,
  .science-studio .artwork-overlay-copy {
    width: min(680px, 82%);
    min-height: 0;
    margin: 0;
    padding: 60px 0;
    background: transparent;
  }
}

@media (max-width: 560px) {
  .artwork-overlay-section,
  .artwork-overlay-content { min-height: 700px; }
  .artwork-overlay-shade {
    background: linear-gradient(90deg, rgba(0, 12, 29, .96), rgba(0, 18, 40, .70));
  }
  .artwork-overlay-copy,
  .home-approach .artwork-overlay-copy,
  .home-program .artwork-overlay-copy,
  .science-studio .artwork-overlay-copy {
    width: 100%;
    padding: 52px 0;
  }
}
