@font-face { font-family: Manrope; src: url('/fonts/manrope-latin-wght-normal.woff2') format('woff2'); font-weight: 200 800; font-display: swap; }
:root {
  --blue: #102F35;
  --navy: #102D35;
  --teal: #53D9BA;
  --teal-dark: #166C59;
  --white: #FFFFFF;
  --warm-white: #F5F7F5;
  --tint: #EAF0ED;
  --ink: #203C40;
  --ink-soft: #536668;
  --rule: #D4DEDA;
  --font: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --container: 1280px;
  --gutter: clamp(24px, 5vw, 72px);
  --radius: 8px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font: 16px/1.7 var(--font); color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; }
h1,h2,h3,h4 { margin: 0; color: var(--blue); font-weight: 600; letter-spacing: -.045em; line-height: 1.12; text-wrap: balance; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
a:hover { color: var(--teal-dark); }
:focus-visible { outline: 3px solid #16856E; outline-offset: 5px; }
img { display: block; max-width: 100%; }
button,input,select { font: inherit; }
button,a,input,select,summary { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; transform: translateY(-150%); z-index: 100; padding: 12px 18px; background: var(--white); color: var(--navy); }
.skip-link:focus { transform: none; }
section[id] { scroll-margin-top: 100px; }
.eyebrow,.overline { display: block; color: var(--teal-dark); font-size: 12px; font-weight: 700; letter-spacing: .13em; line-height: 1.6; text-transform: uppercase; margin-bottom: 22px; }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 30px; min-height: 52px; padding: 14px 23px; font-size: 14px; font-weight: 700; line-height: 1.4; border: 1px solid transparent; border-radius: 5px; cursor: pointer; text-decoration: none; transition: background .2s, color .2s, transform .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--navy); }
.btn-primary:hover { color: var(--white); background: #1E4D51; }
.btn-outline { background: transparent; border-color: var(--rule); color: var(--navy); }
.btn-outline:hover { background: var(--tint); }
.btn-small { min-height: 42px; padding: 10px 17px; font-size: 13px; }
.btn span[aria-hidden] { font-size: 21px; font-weight: 400; line-height: 1; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--rule); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; min-height: 86px; gap: 28px; }
.logo { display: inline-flex; color: var(--navy) !important; }
.logo svg { display: block; width: 150px; height: 48px; }
.nav { display: flex; align-items: center; gap: 34px; }
.nav-links { display: flex; list-style: none; gap: 28px; margin: 0; padding: 0; }
.nav-links a { display: block; font-size: 14px; font-weight: 600; text-decoration: none; padding-block: 10px; }
.nav-toggle { display: none; border: 0; background: none; color: var(--navy); padding: 10px; cursor: pointer; }
.nav-toggle svg { display: block; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded=true] .icon-menu { display: none; }
.nav-toggle[aria-expanded=true] .icon-close { display: block; }
.photo { position: relative; overflow: hidden; background: var(--navy); }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.hero { position: relative; isolation: isolate; overflow: hidden; background: var(--navy); color: var(--white); }
.hero-photo { position: absolute; inset: 0; z-index: -2; }
.hero-photo img { object-position: 75% 55%; opacity: .76; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #102D35 2%, rgba(16,45,53,.95) 27%, rgba(16,45,53,.72) 52%, rgba(16,45,53,.1) 100%), linear-gradient(0deg, rgba(16,45,53,.55), transparent 50%); }
.hero-content { padding-block: clamp(64px,7.3vw,108px) 32px; position: relative; pointer-events: none; }
.hero-content :is(a,button) { pointer-events: auto; }
.hero-eyebrow { color: #93CEBE; margin-bottom: 30px; }
.hero h1 { max-width: 900px; font-size: clamp(54px,6.3vw,92px); font-weight: 500; line-height: 1.04; letter-spacing: -.065em; }
.hero h1 span { display: block; }
.hero h1,.hero h1 em { color: white; }
.hero h1 em { font-style: normal; color: var(--teal); }
.hero-lede { max-width: 46ch; font-size: 18px; line-height: 1.65; color: #D3E2DF; margin: 30px 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px 34px; }
.hero .btn-primary { background: var(--teal); color: var(--navy); }
.hero .btn-primary:hover { background: #7CE6CC; }
.hero-secondary { display: inline-flex; align-items: center; gap: 20px; font-size: 14px; font-weight: 600; text-decoration: none; }
.hero-secondary:hover { color: var(--teal); }
.hero-footnote { margin-top: 72px; padding-top: 24px; border-top: 1px solid #FFFFFF29; display: flex; align-items: center; gap: 24px; font-size: 12px; color: #C0D6D1; letter-spacing: .01em; }
.status { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 600; white-space: nowrap; }
.status::before { content: ''; width: 6px; height: 6px; background: var(--teal); border-radius: 50%; }

.section { padding-block: clamp(64px,7.5vw,108px); }
.section-white { background: var(--white); }
.section-tint { background: var(--warm-white); }
.section h2 { font-size: clamp(32px,3.4vw,48px); }
.section-intro { color: var(--ink-soft); font-size: 17px; line-height: 1.8; margin-top: 22px; max-width: 60ch; }
.lead { font-size: 18px; line-height: 1.8; }
.why-grid { display: grid; grid-template-columns: .85fr 1fr; align-items: center; gap: clamp(48px,7vw,112px); }
.why-photo { aspect-ratio: 1/1.04; border-radius: 6px; }
.why-grid h2 { max-width: 17ch; }
.prose p { color: var(--ink-soft); }
.prose p + p { margin-top: 16px; }
.software-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: clamp(40px,7vw,100px); }
#software { background: var(--warm-white); border-block: 1px solid var(--rule); }
.software-heading h2 { max-width: 16ch; }
.priorities { list-style: none; margin: 0; padding: 0; counter-reset: priority; }
.priorities li { position: relative; display: grid; grid-template-columns: 34px 1fr; gap: 8px 18px; border-top: 1px solid #BFCFC8; padding: 28px 0; counter-increment: priority; }
.priorities li:last-child { padding-bottom: 0; }
.priorities li::before { content: '0' counter(priority); color: var(--teal-dark); font-size: 12px; font-weight: 700; padding-top: 4px; }
.priorities h3 { padding-right: 36px; font-size: 22px; letter-spacing: -.035em; }
.priorities p { grid-column: 2; color: var(--ink-soft); line-height: 1.75; }
.ai-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,7vw,100px); align-items: start; }
.ai-grid h2 { max-width: 17ch; }
.ai-grid .section-intro { margin: 0; }
.band { position: relative; overflow: hidden; isolation: isolate; background: var(--navy); color: var(--white); }
.band .photo { position: absolute; inset: 0 0 0 48%; z-index: -2; }
.band::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,var(--navy) 40%,transparent 80%); }
.band-panel { max-width: 530px; padding-block: 72px; }
.band-panel .eyebrow { color: #93CEBE; }
.band-panel h2 { color: white; font-size: clamp(32px,3.4vw,44px); }
.band-panel p { margin-top: 22px; max-width: 42ch; color: #D3E2DF; }
.band-panel .btn { margin-top: 16px; background: var(--teal); color: var(--navy); }
.principles { list-style: none; margin: 44px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 28px; }
.principles li { border-top: 1px solid var(--rule); padding-top: 24px; }
.principles h3 { font-size: 22px; margin-bottom: 14px; }
.principles p { color: var(--ink-soft); font-size: 15px; line-height: 1.8; }
.team { list-style: none; margin: 42px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 44px; }
.person { border-top: 1px solid var(--rule); padding-top: 26px; }
.person .portrait { display: grid; place-items: center; height: 56px; width: 56px; background: #DCE9E3; border: 1px solid #C6D9CE; border-radius: 5px; color: var(--teal-dark); font-weight: 500; font-size: 20px; margin-bottom: 22px; }
.person h3 { font-size: 23px; }
.person .role { color: var(--teal-dark); font-size: 13px; font-weight: 600; margin: 7px 0 22px; }
.person p { color: var(--ink-soft); font-size: 15px; line-height: 1.8; }
.register { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,7vw,100px); align-items: start; }
.register-copy .assurance { font-size: 15px; margin-top: 24px; color: var(--ink-soft); }
.faq { margin-top: 36px; border-top: 1px solid var(--rule); }
.faq details { border-bottom: 1px solid var(--rule); }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; list-style: none; padding: 18px 0; font-size: 14px; font-weight: 600; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--teal-dark); font-size: 24px; line-height: 1; }
.faq details[open] summary::after { content: '−'; }
.faq details p { color: var(--ink-soft); font-size: 15px; padding-bottom: 20px; }
.form-card { background: var(--warm-white); border: 1px solid var(--rule); border-radius: 8px; padding: clamp(24px, 3vw, 40px);  }
.form-card h3 { font-size: 22px; margin-bottom: 24px; }
.field { margin-bottom: 20px; }
.field label { display: block; font-weight: 600; font-size: 15px; color: var(--blue); margin-bottom: 8px; }
.field .optional { font-weight: 400; color: var(--ink-soft); }
.field input[type="text"], .field input[type="email"], .field select {
  width: 100%; font: inherit; font-size: 16px; padding: 12px 14px;
  border: 1.5px solid #C5D0DC; border-radius: 8px; background: var(--white); color: var(--ink);
  transition: border-color .15s ease;
}
.field input:focus, .field select:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(20,187,166,.25); }
.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%230B2D4F' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px;
}
.field.invalid input { border-color: #C2410C; }
.error { display: none; color: #B4300A; font-size: 14px; margin-top: 6px; }
.field.invalid .error { display: block; }
.consent { display: flex; gap: 12px; align-items: flex-start; margin: 26px 0 24px; }
.consent input { width: 20px; height: 20px; flex-shrink: 0; margin: 2px 0 0; accent-color: var(--teal-dark); }
.consent label { font-size: 15px; line-height: 1.5; color: var(--ink); }
.consent.invalid label { color: #B4300A; }
.form-card .btn { width: 100%; }
.form-card .privacy-link { margin-top: 16px; font-size: 14px; color: var(--ink-soft); text-align: center; }
.form-success { display: none; }
.form-success h3 { font-size: 22px; margin-bottom: 12px; }
.form-success .tick { width: 48px; height: 48px; border-radius: 50%; background: var(--teal); color: var(--blue); display: grid; place-items: center; margin-bottom: 20px; }
.form-card.is-complete form { display: none; }
.form-card.is-complete .form-success { display: block; }

.contact { border-top: 1px solid var(--rule); background: var(--warm-white); }
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 80px; }
.contact h2 { font-size: clamp(44px,5vw,64px); }
.contact .section-intro { max-width: 40ch; margin-top: 18px; }
.contact-email { display: flex; gap: 24px; justify-content: space-between; align-items: center; width: fit-content; max-width: 100%; border-bottom: 1px solid #93AFA1; padding-block: 12px; font-size: clamp(15px,1.5vw,20px); font-weight: 600; text-decoration: none; }
.contact-email span:first-child { overflow-wrap: anywhere; }
.contact-email span:last-child { font-size: 28px; font-weight: 400; color: var(--teal-dark); }
.contact-note { font-size: 12px; color: var(--ink-soft); max-width: 47ch; margin-top: 18px; }
.contact-photo { aspect-ratio: 1.5; border-radius: 5px; }
.site-footer { background: var(--navy); color: #C1D3CF; padding: 52px 0 28px; font-size: 13px; }
.site-footer .container { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 32px; }
.footer-brand svg { width: 145px; height: 46px; display: block; }
.footer-brand p { margin-top: 18px; }
.footer-links { display: flex; flex-wrap: wrap; list-style: none; gap: 24px; margin: 0; padding: 0; }
.footer-links a { color: #E2EEEA; text-decoration: none; }
.footer-links a:hover { color: var(--teal); }
.footer-legal { grid-column: 1/-1; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 12px; margin-top: 20px; padding-top: 22px; border-top: 1px solid #FFFFFF29; }
.page-title { padding: 80px 0 24px; }
.page-title h1 { font-size: clamp(40px,5vw,64px); }
.page-title .updated { color: var(--ink-soft); margin-top: 18px; }
.legal { max-width: 72ch; padding-bottom: 96px; }
.legal h2 { font-size: 26px; margin: 36px 0 14px; }
.legal p { color: var(--ink-soft); }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.verification-status { font-size: 14px; color: var(--ink-soft); margin: 12px 0; }
#verification { max-width: 100%; }
#verification-retry { margin-bottom: 16px; }
.form-alert:not([hidden]) { display: block; margin-top: 16px; }
button:disabled { opacity: .65; cursor: wait; }
input,select { min-width: 0; }
.form-card { min-width: 0; }
@media (max-width: 1100px) {
  .nav { gap: 22px; }
  .nav-links { gap: 20px; }
  .principles { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px 48px; }
  .contact-grid { gap: 40px; }
  .team { gap: 28px; }
}
@media (max-width: 920px) {
  .hero h1 { max-width: 720px; font-size: clamp(54px,7.6vw,72px); }
  .hero-content { padding-top: 64px; }
  .hero-footnote { margin-top: 48px; }
  .why-grid { grid-template-columns: 1fr; gap: 36px; }
  .why-grid .prose { grid-row: 1; display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; align-items: start; }
  .why-grid .overline { grid-column: 1/-1; }
  .why-grid h2 { grid-row: 2/5; max-width: 15ch; }
  .why-grid .prose p { grid-column: 2; margin-top: 0 !important; }
  .why-photo { aspect-ratio: 2.6; }
  .software-grid,.ai-grid { gap: 40px; }
  .register { grid-template-columns: 1fr; gap: 40px; }
  .register-copy { max-width: 680px; width: 100%; margin-inline: auto; }
  .form-card { max-width: 680px; width: 100%; margin-inline: auto; }
  .nav .btn { display: none; }
  .band .photo { left: 40%; opacity: .6; }
  .band::before { background: linear-gradient(90deg,var(--navy) 15%,rgba(16,45,53,.35)); }
}
@media (max-width: 720px) {
  .site-header .container { min-height: 72px; }
  .logo svg { width: 133px; height: 43px; }
  .nav-toggle { display: block; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 12px var(--gutter) 24px; background: white; border-bottom: 1px solid var(--rule); }
  .nav.is-open { display: block; }
  .nav-links { display: block; }
  .nav-links a { padding-block: 13px; font-size: 15px; border-bottom: 1px solid var(--rule); }
  .nav .btn { display: inline-flex; margin-top: 18px; }
  .hero-content { padding-top: 54px; padding-bottom: 24px; }
  .hero h1 { font-size: clamp(43px,10.8vw,64px); line-height: 1.08; }
  .hero h1 span:first-child { max-width: 12ch; }
  .hero-eyebrow { max-width: 31ch; font-size: 12px; margin-bottom: 25px; }
  .hero-lede { font-size: 16px; max-width: 40ch; margin: 24px 0 28px; }
  .hero-actions { gap: 22px; align-items: flex-start; flex-direction: column; }
  .hero .btn { min-height: 52px; }
  .hero-secondary { font-size: 13px; }
  .hero-footnote { margin-top: 36px; padding-top: 20px; flex-wrap: wrap; gap: 8px 20px; font-size: 12px; }
  .hero-photo img { opacity: .6; object-position: 68% center; }
  .hero::before { background: linear-gradient(90deg,rgba(16,45,53,.94),rgba(16,45,53,.56)),linear-gradient(0deg,var(--navy),transparent 75%); }
  .section { padding-block: 56px; }
  .section h2 { font-size: 34px; }
  .eyebrow,.overline { font-size: 12px; margin-bottom: 18px; }
  .why-grid .prose { display: block; }
  .why-grid h2 { max-width: 18ch; margin-bottom: 22px; }
  .why-grid .prose p { margin-bottom: 14px; }
  .why-photo { aspect-ratio: 1.65; }
  .software-grid,.ai-grid,.contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .software-heading h2 { max-width: none; }
  .section-intro { font-size: 16px; line-height: 1.75; margin-top: 18px; }
  .lead { font-size: 16px; }
  .priorities li { padding-block: 24px; grid-template-columns: 26px 1fr; column-gap: 12px; }
  .priorities h3 { font-size: 21px; }
  .band-panel { padding-block: 52px; max-width: 450px; }
  .band .photo { inset: 0; opacity: .5; }
  .band-panel h2 { font-size: 34px; }
  .principles { gap: 28px; margin-top: 32px; }
  .principles h3 { font-size: 21px; }
  .team { grid-template-columns: 1fr; margin-top: 32px; }
  .person { display: grid; grid-template-columns: 56px 1fr; column-gap: 20px; }
  .person .portrait { grid-row: 1/3; }
  .person h3,.person .role { grid-column: 2; }
  .person p { grid-column: 1/-1; }
  .person .role { margin: 4px 0 20px; }
  .contact h2 { font-size: 46px; }
  .contact-photo { aspect-ratio: 1.8; }
  .contact-note { font-size: 12px; }
  .site-footer .container { grid-template-columns: 1fr; }
  .footer-links { gap: 14px 24px; }
  .footer-legal { margin-top: 0; }
}
@media (max-width: 440px) {
  .principles { grid-template-columns: 1fr; }
  .hero-footnote { flex-direction: column; align-items: flex-start; }
  .form-card { padding: 24px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation: none !important; transition: none !important; }
  .btn:hover { transform: none; }
}
@media (forced-colors: active) {
  .btn,.field input,.field select,.portrait { border: 1px solid ButtonText; }
  :focus-visible { outline: 3px solid Highlight; }
  .hero,.band { background: Canvas; color: CanvasText; }
  .hero h1,.hero h1 em,.hero-lede,.hero-eyebrow,.hero-footnote,.band h2,.band p { color: CanvasText; }
  .hero-photo,.hero-convergence,.band .photo { display: none; }
}

.hero-convergence { position: absolute; width: min(33vw,430px); height: min(30vw,391px); right: 0; top: 100px; pointer-events: none; color: #DEF7EF; }
.hero-convergence svg { display: block; width: 100%; height: 100%; overflow: visible; }
.hero-convergence .converge-mobile { display: none; }
.converge-link { stroke: #9CE5CE; stroke-width: 1.4; stroke-linecap: round; opacity: .65; }
.converge-disc { fill: #173A40; fill-opacity: .94; stroke: #AED6C7; stroke-opacity: .65; stroke-width: 1; }
.converge-label { fill: #E5F5EF; font: 15px var(--font); letter-spacing: .01em; }
.converge-hub { fill: #173A40; stroke: #9CE5CE; stroke-width: 1; }
.hero-convergence:is([data-motion=paused],[data-motion=running]) .converge-node { animation: converge-in 1.8s cubic-bezier(.22,1,.36,1) both; }
.hero-convergence:is([data-motion=paused],[data-motion=running]) .converge-link { animation: converge-connect 1.2s ease .4s both; }
.hero-convergence:is([data-motion=paused],[data-motion=running]) .converge-centre { animation: converge-resolve .7s ease 1.1s both; transform-box: fill-box; transform-origin: center; }
.motion-toggle { display: inline-flex; align-items: center; gap: 8px; margin-left: auto; padding: 6px 0 6px 12px; background: transparent; border: 0; color: #C0D6D1; font: inherit; cursor: pointer; }
.motion-toggle:hover { color: white; }
.motion-toggle[aria-pressed=true] svg { opacity: .45; }
.benefit-icon { position: absolute; right: 0; top: 26px; color: var(--teal-dark); opacity: .8; }
.water-detail { position: absolute; right: 22px; bottom: 24px; width: 76px; height: 35px; fill: none; stroke: #E0FAEE; stroke-width: 1; stroke-linecap: round; opacity: .7; animation: water-drift 8s ease-in-out infinite; }
.decision-flow { display: block; width: 100%; max-width: 400px; margin-top: 30px; overflow: visible; color: var(--teal-dark); }
.flow-guide { stroke: #A8C6B8; stroke-width: 1; stroke-dasharray: 2 5; }
.flow-disc { fill: white; stroke: #B9CFC4; stroke-width: 1; }
.decision-flow text { font: 14px var(--font); fill: var(--ink-soft); }
.flow-traveler { fill: #25866B; animation: evidence-flow 14s linear infinite; }
[data-ambient][data-motion] :is(.converge-node,.converge-link,.converge-centre,.flow-traveler),[data-ambient] .water-detail { animation-play-state: paused; }
[data-ambient][data-motion=running] :is(.converge-node,.converge-link,.converge-centre,.flow-traveler),[data-ambient][data-motion=running] .water-detail { animation-play-state: running; }
.contact-email span:last-child { transition: transform .25s ease; }
.contact-email:hover span:last-child { transform: translate(3px,-3px); }
@keyframes converge-in { from { transform: translate(var(--from-x),var(--from-y)); opacity: .4; } to { transform: translate(0,0); opacity: 1; } }
@keyframes converge-connect { from { stroke-dasharray: 1; stroke-dashoffset: 1; opacity: 0; } to { stroke-dasharray: 1; stroke-dashoffset: 0; opacity: .65; } }
@keyframes converge-resolve { from { transform: scale(.8); opacity: .35; } to { transform: scale(1); opacity: 1; } }
@keyframes water-drift { 0%,100% { transform: translateX(0); opacity: .5; } 50% { transform: translateX(-4px); opacity: .8; } }
@keyframes evidence-flow { 0% { transform: translateX(0); opacity: 0; } 8%,92% { opacity: .8; } 100% { transform: translateX(318px); opacity: 0; } }
@media (min-width: 721px) and (max-width: 1100px) {
  .hero-convergence { width: 250px; height: 250px; top: 260px; }
  .converge-label { font-size: 22px; }
  .hero-lede { max-width: calc(100% - 280px); }
}
@media (max-width: 720px) {
  .hero-convergence { position: relative; top: auto; right: auto; width: min(100%,440px); height: 130px; margin: 24px 0 -6px; }
  .hero-convergence .converge-main { display: none; }
  .hero-convergence .converge-mobile { display: block; }
  .converge-label { font-size: 17px; }
  .converge-mobile .converge-disc { x: -23px; y: -23px; width: 46px; height: 46px; rx: 14px; }
  .converge-mobile .converge-hub { x: -23px; y: -23px; width: 46px; height: 46px; rx: 14px; }
  .hero-footnote { margin-top: 22px; position: relative; padding-right: 105px; }
  .motion-toggle { position: absolute; right: 0; top: 14px; margin: 0; font-size: 12px; padding: 8px 0; }
  .water-detail { width: 60px; height: 28px; right: 16px; bottom: 16px; }
  .decision-flow { max-width: 350px; margin-top: 24px; }
  .decision-flow text { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .contact-email:hover span:last-child { transform: none; }
}
@media (forced-colors: active) {
  .water-detail { display: none; }
  .flow-disc { fill: Canvas; stroke: CanvasText; }
  .decision-flow { color: CanvasText; }
  .decision-flow text { fill: CanvasText; }
}
