:root {
  --ink: #0a1814;
  --deep: #081713;
  --forest: #123a2e;
  --green: #1d5b48;
  --mint: #b9dccb;
  --paper: #f0eee7;
  --white: #fbfaf6;
  --line: rgba(10, 24, 20, 0.17);
  --light-line: rgba(251, 250, 246, 0.22);
  --display: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --body: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
  --pad: clamp(1.35rem, 4.5vw, 5.5rem);
  --header-h: 5.4rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img, svg { display: block; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 100; left: 1rem; top: -6rem; padding: .75rem 1rem;
  background: var(--white); color: var(--ink); transition: top .2s;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between; padding: 0 var(--pad);
  color: var(--white); border-bottom: 1px solid rgba(255, 255, 255, .14);
  transition: background .35s, height .35s, box-shadow .35s;
}
.site-header.scrolled {
  height: 4.6rem; background: rgba(8, 23, 19, .94); backdrop-filter: blur(18px);
  box-shadow: 0 10px 40px rgba(3, 12, 9, .18);
}
.brand { display: flex; align-items: center; gap: .85rem; letter-spacing: .08em; text-transform: uppercase; font-size: .76rem; font-weight: 650; }
.brand-mark { width: 2.65rem; height: 2.65rem; }
.mark-text { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: 700; letter-spacing: -1.5px; }
.site-nav { display: flex; align-items: center; gap: clamp(1.3rem, 2.8vw, 2.8rem); font-size: .8rem; letter-spacing: .055em; }
.site-nav > a:not(.nav-cta) { position: relative; padding: .5rem 0; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: .22rem; width: 0; height: 1px; background: var(--mint); transition: width .25s; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { width: 100%; }
.nav-cta { border: 1px solid rgba(255,255,255,.48); padding: .75rem 1.05rem; transition: background .2s, color .2s; }
.nav-cta:hover { background: var(--white); color: var(--ink); }
.menu-button { display: none; }

.hero {
  position: relative; min-height: 100svh; padding: clamp(9rem, 18vh, 13rem) var(--pad) 2rem;
  display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(15rem, .58fr); align-items: end;
  color: var(--white); background:
    radial-gradient(circle at 72% 55%, rgba(52, 129, 100, .20), transparent 34%),
    linear-gradient(116deg, #06110e 0%, #0a211a 58%, #0d2c23 100%);
  overflow: hidden;
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px); background-size: 8vw 8vw; mask-image: linear-gradient(to right, transparent, black 38%); }
.hero-copy { position: relative; z-index: 2; max-width: 74rem; padding-bottom: clamp(6rem, 12vh, 9rem); }
.eyebrow { margin: 0 0 1.5rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; font-size: .72rem; }
.hero h1, .section-heading h2, .statement h2, .approach h2, .about h2, .work h2, .contact h2 {
  margin: 0; font-family: var(--display); font-weight: 450; letter-spacing: -.054em; line-height: .97;
}
.hero h1 { max-width: 1050px; font-size: clamp(3.4rem, 7.4vw, 7.6rem); }
.hero h1 em { color: var(--mint); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-intro { max-width: 40rem; margin: 2rem 0 0; color: rgba(251,250,246,.78); font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.35rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 2.5rem; min-width: 15rem; padding: 1rem 1.15rem; border: 1px solid transparent; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: transform .25s, background .25s, color .25s, border .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--mint); color: var(--ink); }
.button-primary:hover { background: var(--white); }
.text-link { display: inline-flex; gap: .7rem; align-items: center; border-bottom: 1px solid rgba(255,255,255,.45); padding: .65rem 0; font-size: .82rem; }
.hero-note { position: relative; z-index: 2; align-self: center; justify-self: end; max-width: 17rem; border-top: 1px solid rgba(255,255,255,.38); padding-top: 1rem; color: rgba(251,250,246,.77); }
.hero-note .note-number { display: block; margin-bottom: 3rem; color: var(--mint); font-size: .72rem; }
.hero-note p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; line-height: 1.45; }
.hero-footer { position: absolute; z-index: 3; left: var(--pad); right: var(--pad); bottom: 0; min-height: 4.4rem; display: flex; align-items: center; gap: clamp(1.5rem, 5vw, 5rem); border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.5); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }

.hero-grid { position: absolute; inset: 7% 0 4% 47%; opacity: .32; }
.pitch-line { position: absolute; display: block; border-color: rgba(185,220,203,.35); }
.halfway { top: 50%; left: 0; width: 100%; border-top: 1px solid rgba(185,220,203,.28); transform: rotate(-9deg); transform-origin: left; }
.centre-circle { width: 28rem; height: 28rem; border: 1px solid rgba(185,220,203,.2); border-radius: 50%; top: 25%; left: 29%; transform: skewY(-9deg); }
.penalty-box { width: 38%; height: 47%; border: 1px solid rgba(185,220,203,.2); border-right: 0; right: 0; top: 24%; transform: skewY(-9deg); }
.data-point { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 8px rgba(185,220,203,.08); animation: pulse 3.2s ease-in-out infinite; }
.p1{top:27%;left:20%}.p2{top:61%;left:30%;animation-delay:.5s}.p3{top:40%;left:48%;animation-delay:1s}.p4{top:68%;left:61%;animation-delay:1.5s}.p5{top:24%;left:71%;animation-delay:2s}.p6{top:48%;left:85%;animation-delay:2.5s}
.data-link { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, rgba(185,220,203,.5), transparent); transform-origin: left; }
.l1{width:25%;top:33%;left:21%;transform:rotate(19deg)}.l2{width:25%;top:60%;left:31%;transform:rotate(-34deg)}.l3{width:25%;top:42%;left:49%;transform:rotate(37deg)}.l4{width:24%;top:67%;left:62%;transform:rotate(-48deg)}
@keyframes pulse { 50% { transform: scale(1.45); opacity: .5; } }

.section-pad { padding: clamp(5.5rem, 10vw, 10rem) var(--pad); }
.section-label { display: flex; justify-content: space-between; padding-bottom: .85rem; border-bottom: 1px solid var(--line); color: rgba(10,24,20,.62); font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.section-label.light { color: rgba(251,250,246,.55); border-color: var(--light-line); }
.statement-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; margin-top: clamp(4rem, 7vw, 7rem); }
.statement h2 { max-width: 9ch; font-size: clamp(3.1rem, 5.5vw, 6rem); }
.statement-copy { max-width: 47rem; }
.statement-copy .lead, .about-copy .lead { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.25vw, 2.2rem); line-height: 1.34; }
.statement-copy p:not(.lead), .about-copy > p:not(.eyebrow):not(.lead) { max-width: 39rem; color: rgba(10,24,20,.67); font-size: 1.02rem; }

.expertise { background: var(--deep); color: var(--white); }
.section-heading { display: grid; grid-template-columns: .5fr 1.5fr; margin: 5rem 0 6rem; }
.section-heading .eyebrow { color: var(--mint); }
.section-heading h2 { max-width: 14ch; font-size: clamp(3rem, 5.4vw, 5.7rem); }
.service { display: grid; grid-template-columns: .2fr .7fr 1.1fr; gap: 3vw; padding: 3.2rem 0; border-top: 1px solid var(--light-line); }
.service:last-child { border-bottom: 1px solid var(--light-line); }
.service-number { color: var(--mint); font-family: Georgia, serif; font-size: 1rem; }
.service-title h3 { max-width: 14ch; margin: 0; font-size: clamp(1.6rem, 2.4vw, 2.5rem); font-weight: 450; line-height: 1.1; }
.service-title p { color: rgba(251,250,246,.5); font-size: .84rem; }
.service-body { max-width: 35rem; color: rgba(251,250,246,.67); }
.service-body > p { margin-top: 0; }
.service-body ul { margin: 2rem 0 0; padding: 0; list-style: none; }
.service-body li { position: relative; padding: .65rem 0 .65rem 1.5rem; border-top: 1px solid rgba(255,255,255,.08); font-size: .86rem; }
.service-body li::before { content: "↳"; position: absolute; left: 0; color: var(--mint); }
.independence { display: grid; grid-template-columns: .5fr 1.5fr; gap: 3vw; margin-top: 4.5rem; padding: 2.2rem; border: 1px solid var(--light-line); background: rgba(185,220,203,.055); }
.independence > span { color: var(--mint); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.independence p { max-width: 48rem; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.1vw, 2rem); line-height: 1.38; color: rgba(251,250,246,.88); }

.approach { background: var(--white); }
.approach-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 10vw; margin-top: 5rem; }
.approach-intro { position: sticky; top: 8rem; align-self: start; }
.approach-intro .eyebrow { color: var(--green); }
.approach h2 { max-width: 10ch; font-size: clamp(3rem, 5vw, 5.2rem); }
.approach-intro > p:last-child { max-width: 32rem; margin-top: 2rem; color: rgba(10,24,20,.65); }
.process { margin: 0; padding: 0; list-style: none; counter-reset: process; }
.process li { display: grid; grid-template-columns: 4.2rem 1fr; gap: 1.5rem; min-height: 10rem; padding: 2rem 0; border-top: 1px solid var(--line); }
.process li:last-child { border-bottom: 1px solid var(--line); }
.process-no { color: var(--green); font-family: Georgia, serif; }
.process h3 { margin: 0 0 .55rem; font-size: 1.65rem; font-weight: 500; }
.process p { max-width: 28rem; margin: 0; color: rgba(10,24,20,.62); }
.principles { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(6rem, 11vw, 11rem); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.principles article { min-height: 17rem; padding: 1.25rem; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles article > span { color: var(--green); font-family: Georgia, serif; }
.principles h3 { margin: auto 0 .7rem; font-size: 1.4rem; font-weight: 500; }
.principles p { margin: 0; color: rgba(10,24,20,.58); font-size: .86rem; }

.about { display: grid; grid-template-columns: .88fr 1.12fr; background: #dce7df; }
.about-visual { position: relative; min-height: 56rem; overflow: hidden; background: radial-gradient(circle at 50% 50%, #295f4d, var(--deep) 63%); }
.monogram-large { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%,-50%); font-family: var(--display); font-size: clamp(5rem, 10vw, 11rem); font-weight: 650; letter-spacing: -.12em; color: var(--mint); }
.monogram-large::after { content: ""; position: absolute; left: 47%; top: -10%; width: 1px; height: 120%; background: rgba(185,220,203,.3); transform: rotate(24deg); }
.orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(185,220,203,.22); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 33rem; height: 33rem; }
.orbit-two { width: 52rem; height: 52rem; }
.about-copy { align-self: center; }
.about-copy .eyebrow { margin-top: 4rem; color: var(--green); }
.about h2 { max-width: 11ch; font-size: clamp(3rem, 4.8vw, 5rem); }
.about-copy .lead { margin-top: 2rem; }
.credentials { display: grid; grid-template-columns: repeat(3, 1fr); margin: 3.5rem 0 0; border-top: 1px solid var(--line); }
.credentials div { padding: 1.2rem 1rem 0 0; }
.credentials dt { color: var(--green); font-family: Georgia, serif; font-size: 1.35rem; }
.credentials dd { margin: .3rem 0 0; color: rgba(10,24,20,.58); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.leadership-note { display: grid; grid-template-columns: .34fr 1.66fr; gap: 2rem; margin-top: 3.5rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.leadership-note > span { color: var(--green); font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.leadership-note h3 { margin: 0 0 .7rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 500; }
.leadership-note p { margin: 0; color: rgba(10,24,20,.65); font-size: .88rem; line-height: 1.65; }

.work { background: var(--paper); }
.work-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; margin-top: 5rem; align-items: end; }
.work-heading .eyebrow { color: var(--green); }
.work h2 { max-width: 10ch; font-size: clamp(3rem, 5vw, 5rem); }
.work-intro { max-width: 35rem; margin: 0; color: rgba(10,24,20,.64); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.2rem, 1.75vw, 1.55rem); line-height: 1.48; }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4.5rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.work-card { min-height: 34rem; padding: 1.5rem; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.work-no { color: var(--green); font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.work-card h3 { max-width: 13ch; margin: 4.5rem 0 1.2rem; font-family: var(--display); font-size: clamp(1.7rem, 2.2vw, 2.35rem); font-weight: 480; letter-spacing: -.035em; line-height: 1.08; }
.work-card > p { margin: 0; color: rgba(10,24,20,.64); font-size: .9rem; }
.outputs { margin-top: auto; padding-top: 3rem; }
.outputs > span { display: block; margin-bottom: .65rem; color: var(--green); font-size: .62rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.outputs ul { margin: 0; padding: 0; list-style: none; }
.outputs li { position: relative; padding: .72rem 0 .72rem 1.2rem; border-top: 1px solid var(--line); font-size: .78rem; }
.outputs li::before { content: "↳"; position: absolute; left: 0; color: var(--green); }
.confidentiality-note { max-width: 44rem; margin: 2rem 0 0 auto; color: rgba(10,24,20,.48); font-size: .72rem; text-align: right; }

.contact { display: grid; grid-template-columns: .88fr 1.12fr; gap: 9vw; padding: clamp(5.5rem, 10vw, 10rem) var(--pad); background: var(--forest); color: var(--white); }
.contact-copy { align-self: start; position: sticky; top: 8rem; }
.contact-copy .eyebrow { color: var(--mint); }
.contact h2 { max-width: 10ch; font-size: clamp(3.2rem, 5.5vw, 5.7rem); }
.contact-copy > p:not(.eyebrow) { max-width: 29rem; color: rgba(251,250,246,.62); }
.contact-copy .contact-direct { margin-top: 2rem; color: rgba(251,250,246,.6); font-size: .78rem; }
.contact-direct a { color: var(--mint); border-bottom: 1px solid rgba(185,220,203,.5); }
.contact-form { padding-top: 1.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.contact-form label { display: block; margin-bottom: 1.6rem; }
.contact-form label > span { display: block; margin-bottom: .6rem; color: rgba(251,250,246,.6); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.36); border-radius: 0; padding: .8rem 0; background: transparent; color: var(--white); outline: none; transition: border .2s; }
.contact-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--mint) 50%), linear-gradient(135deg, var(--mint) 50%, transparent 50%); background-position: calc(100% - 12px) 50%, calc(100% - 7px) 50%; background-size: 5px 5px; background-repeat: no-repeat; }
.contact-form option { color: var(--ink); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--mint); }
.contact-form textarea { resize: vertical; }
.button-light { margin-top: 1rem; background: var(--mint); color: var(--ink); }
.button-light:hover { background: var(--white); }
.form-note { color: rgba(251,250,246,.42); font-size: .7rem; }
.hidden-field { display: none; }

.site-footer { min-height: 13rem; padding: 2.5rem var(--pad); display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; background: var(--deep); color: var(--white); border-top: 1px solid rgba(255,255,255,.12); }
.footer-brand { display: flex; align-items: center; gap: .9rem; font-size: .77rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-mark { display: grid; place-items: center; width: 2.8rem; height: 2.8rem; border: 1px solid var(--mint); color: var(--mint); letter-spacing: -.08em; }
.site-footer > p { justify-self: end; color: rgba(251,250,246,.48); font-family: Georgia, serif; }
.footer-meta { grid-column: 1 / -1; align-self: end; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem 2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.12); color: rgba(251,250,246,.45); font-size: .69rem; letter-spacing: .07em; text-transform: uppercase; }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a:hover { color: var(--white); }

.legal-page { min-height: 100svh; padding: calc(var(--header-h) + 6rem) var(--pad) 7rem; background: var(--paper); }
.legal-wrap { max-width: 52rem; margin: 0 auto; }
.legal-page .eyebrow { color: var(--green); }
.legal-page h1 { margin: 0 0 2rem; max-width: 12ch; font-family: var(--display); font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 450; letter-spacing: -.05em; line-height: .98; }
.legal-page h2 { margin: 2.8rem 0 .75rem; font-size: 1.35rem; font-weight: 550; }
.legal-page p, .legal-page li { color: rgba(10,24,20,.68); }
.legal-page a:not(.button) { border-bottom: 1px solid var(--green); }
.legal-actions { display: flex; gap: 1rem; margin-top: 3rem; }
.button-dark { background: var(--deep); color: var(--white); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  :root { --header-h: 4.8rem; }
  .brand-name { font-size: .68rem; }
  .menu-button { display: grid; place-content: center; gap: 6px; width: 2.8rem; height: 2.8rem; padding: 0; border: 0; background: transparent; }
  .menu-button span:not(.sr-only) { display: block; width: 22px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: var(--header-h) 0 0; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; padding: var(--pad); background: var(--deep); transform: translateX(100%); transition: transform .35s ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { padding: 1.4rem 0 !important; border-bottom: 1px solid var(--light-line); font-family: Georgia, serif; font-size: 1.7rem; }
  .nav-cta { border: 0; }
  .hero { grid-template-columns: 1fr; align-content: end; padding-bottom: 5.8rem; }
  .hero-copy { padding-bottom: 2.6rem; }
  .hero-note { display: none; }
  .hero-grid { left: 25%; opacity: .22; }
  .hero-footer { gap: 1rem; overflow: hidden; white-space: nowrap; }
  .hero-footer span:nth-child(3) { display: none; }
  .statement-layout, .section-heading, .approach-layout, .about, .work-heading, .contact { grid-template-columns: 1fr; }
  .statement-layout, .approach-layout, .work-heading { gap: 3rem; }
  .section-heading { gap: 1rem; }
  .service { grid-template-columns: .18fr .82fr; }
  .service-body { grid-column: 2; }
  .independence { grid-template-columns: 1fr; gap: 1.5rem; }
  .approach-intro, .contact-copy { position: static; }
  .principles { grid-template-columns: 1fr 1fr; }
  .about-visual { min-height: 36rem; }
  .about-copy { padding-top: 5rem; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card { min-height: 27rem; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > p { justify-self: start; }
}

@media (max-width: 560px) {
  .brand-mark { width: 2.25rem; height: 2.25rem; }
  .hero { min-height: 47rem; }
  .hero h1 { font-size: clamp(3.25rem, 14vw, 4.8rem); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: .8rem; }
  .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-footer { font-size: .58rem; }
  .statement-layout { margin-top: 3rem; }
  .service { grid-template-columns: 2.2rem 1fr; gap: 1rem; }
  .service-body { grid-column: 1 / -1; padding-left: 3.2rem; }
  .principles { grid-template-columns: 1fr; }
  .principles article { min-height: 13rem; }
  .credentials { grid-template-columns: 1fr; }
  .credentials div { padding: 1rem 0; border-bottom: 1px solid var(--line); }
  .leadership-note { grid-template-columns: 1fr; gap: 1rem; }
  .work-card { min-height: 0; }
  .work-card h3 { margin-top: 3rem; }
  .outputs { margin-top: 3rem; }
  .confidentiality-note { text-align: left; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .about-visual { min-height: 28rem; }
  .orbit-one { width: 20rem; height: 20rem; }
  .orbit-two { width: 32rem; height: 32rem; }
  .footer-meta { flex-direction: column; gap: .75rem; }
}
