@font-face { font-family: Lato; src: url('assets/fonts/Lato-Regular.ttf') format('truetype'); font-weight: 400; font-display: swap; }
@font-face { font-family: Lato; src: url('assets/fonts/Lato-Semibold.ttf') format('truetype'); font-weight: 600; font-display: swap; }
@font-face { font-family: Lato; src: url('assets/fonts/Lato-Heavy.ttf') format('truetype'); font-weight: 800; font-display: swap; }
@font-face { font-family: Lato; src: url('assets/fonts/Lato-Black.ttf') format('truetype'); font-weight: 900; font-display: swap; }

:root { --teal: #153b3c; --teal-deep: #0c292b; --ink: #141414; --lime: #91cd07; --mist: #f2f7f4; --cloud: #d7e3de; --white: #fff; --max: 1240px; --gutter: clamp(22px, 5vw, 72px); --radius: 24px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--mist); font-family: Lato, sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 4; display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; padding: 26px var(--gutter); color: var(--white); }
.brand img { display: block; width: 155px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 28px; font-size: 15px; font-weight: 600; }
.site-header nav > a:not(.button) { opacity: .88; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; border: 1px solid var(--lime); border-radius: 999px; padding: 13px 21px; background: var(--lime); color: var(--ink); font: inherit; font-size: 15px; font-weight: 800; line-height: 1; cursor: pointer; transition: transform 180ms ease-out, background 180ms ease-out; }
.button:hover { background: #b1ed2b; transform: translateY(-2px); }
.button--quiet { border-color: rgba(255,255,255,.45); background: transparent; color: var(--white); }
.button--quiet:hover { background: rgba(255,255,255,.1); }
.eyebrow { margin: 0 0 18px; color: var(--lime); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2 { margin: 0; letter-spacing: -.052em; }
.hero { position: relative; display: grid; min-height: min(820px, 100vh); overflow: hidden; padding: 168px var(--gutter) 96px; color: var(--white); background: var(--teal-deep); }
.hero::before, .hero::after { position: absolute; border: 1px solid rgba(145,205,7,.28); border-radius: 50%; content: ''; pointer-events: none; }
.hero::before { top: -32vw; right: -12vw; width: min(68vw, 900px); aspect-ratio: 1; box-shadow: inset 0 0 110px rgba(145,205,7,.08), 0 0 100px rgba(145,205,7,.08); }
.hero::after { bottom: -43vw; left: -13vw; width: min(73vw, 920px); aspect-ratio: 1; border-color: rgba(255,255,255,.13); }
.hero > *:not(.hero__glow) { position: relative; z-index: 1; width: min(100%, var(--max)); margin-inline: auto; }
.hero .eyebrow { align-self: end; margin-bottom: 22px; }
.hero h1 { max-width: 960px; font-size: clamp(52px, 6.4vw, 98px); font-weight: 900; line-height: .96; }
.hero h1 span, .about-intro h1 span { color: var(--lime); }
.hero__copy { max-width: 650px !important; margin: 30px max(0px, calc((100% - var(--max)) / 2)) 36px !important; color: #c7d7d2; font-size: clamp(19px, 2vw, 26px); line-height: 1.4; }
.hero__actions { margin: 0 auto !important; }
.hero__glow { position: absolute; top: 31%; right: 15%; width: 14px; height: 14px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 15px rgba(145,205,7,.1), 0 0 70px 30px rgba(145,205,7,.22); }
.proof { position: relative; padding: clamp(84px, 12vw, 154px) var(--gutter); overflow: hidden; background: var(--mist); }
.proof::before { position: absolute; top: 18%; left: 0; width: 52px; height: 52px; border: 10px solid var(--lime); border-radius: 50%; content: ''; transform: translateX(-50%); }
.proof > .eyebrow, .proof__content { width: min(100%, 1040px); margin-inline: auto; }
.proof > .eyebrow { color: var(--teal); }
.proof__content { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(250px, .65fr); gap: clamp(38px, 10vw, 150px); align-items: end; }
.proof h2 { font-size: clamp(43px, 5.35vw, 79px); font-weight: 900; line-height: .97; }
.proof p { margin: 0; color: #345855; font-size: clamp(18px, 1.7vw, 23px); line-height: 1.45; }
.request { position: relative; display: grid; grid-template-columns: minmax(0, .8fr) minmax(350px, 1fr); gap: clamp(42px, 9vw, 120px); align-items: center; padding: clamp(86px, 11vw, 140px) max(var(--gutter), calc((100vw - var(--max)) / 2)); overflow: hidden; color: var(--white); background: linear-gradient(130deg, #102e30, var(--teal)); }
.request::after { position: absolute; right: -9vw; bottom: -12vw; width: 37vw; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; content: ''; }
.request > * { position: relative; z-index: 1; }
.request h2 { font-size: clamp(41px, 4.8vw, 71px); font-weight: 900; line-height: .97; }
.request > div > p:not(.eyebrow) { max-width: 530px; color: #c4d5cf; font-size: 19px; line-height: 1.48; }
.form-shell { padding: clamp(26px, 3vw, 42px); border: 1px solid rgba(255,255,255,.25); border-radius: var(--radius); background: rgba(255,255,255,.08); box-shadow: 0 26px 70px rgba(0,0,0,.16); backdrop-filter: blur(12px); }
.form-shell__intro { margin: 0 0 25px !important; color: var(--white) !important; font-size: 17px !important; }
.contact-form { display: grid; gap: 17px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: grid; gap: 8px; color: #e8f1ee; font-size: 13px; font-weight: 800; }
.field-label b { color: var(--lime); }
.contact-form input { width: 100%; min-height: 48px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; padding: 10px 17px; background: var(--white); color: var(--ink); font: inherit; font-size: 16px; outline: none; }
.contact-form input:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(145,205,7,.22); }
.contact-form__submit { justify-self: start; margin-top: 5px; }
.contact-form__submit:disabled { cursor: wait; opacity: .72; transform: none; }
.form-privacy, .form-error { margin: 0 !important; font-size: 12px !important; line-height: 1.45; }
.form-privacy { color: #b9ccc6 !important; }.form-error { color: #ffc0b6 !important; }.form-trap { position: absolute !important; left: -10000px !important; }
.about--founders { position: relative; overflow: hidden; padding: 182px var(--gutter) 0; color: var(--white); background: linear-gradient(145deg, #0a2426 0%, #143d3e 65%, #102e30 100%); }
.about--founders::before { position: absolute; top: 130px; right: -80px; width: 350px; aspect-ratio: 1; border: 1px solid rgba(145,205,7,.25); border-radius: 50%; content: ''; }
.about-intro, .founder-stories, .about-manifesto { position: relative; width: min(100%, 1110px); margin-inline: auto; }
.about-intro h1 { max-width: 1000px; font-size: clamp(47px, 5.8vw, 87px); font-weight: 900; line-height: .97; }
.about-intro > p:not(.eyebrow) { max-width: 720px; margin: 28px 0 0; color: #c5d6d1; font-size: clamp(19px, 2vw, 25px); line-height: 1.45; }
.founder-stories { display: grid; gap: clamp(62px, 11vw, 150px); margin-top: clamp(82px, 11vw, 140px); }
.founder-story { display: grid; grid-template-columns: minmax(240px, .78fr) minmax(0, 1.22fr); gap: clamp(38px, 7vw, 104px); align-items: center; }
.founder-story--aundria { grid-template-columns: minmax(0, 1.22fr) minmax(240px, .78fr); }.founder-story--aundria .founder-story__portrait { order: 2; }
.founder-story__portrait { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 0 88px 0 88px; background: #0a2525; box-shadow: 24px 24px 0 rgba(145,205,7,.15); }.founder-story--aundria .founder-story__portrait { border-radius: 88px 0 88px 0; }
.founder-story__portrait img { display: block; width: 100%; height: 100%; object-fit: cover; }.founder-story__portrait::after { position: absolute; inset: auto 0 0; height: 30%; background: linear-gradient(transparent, rgba(4,21,22,.38)); content: ''; }
.founder-story__content { max-width: 590px; }.founder-story h2 { font-size: clamp(38px, 4.5vw, 63px); font-weight: 900; line-height: .96; }.founder-story__lede { margin: 18px 0 27px; color: #e3eeeb; font-size: clamp(18px, 1.8vw, 24px); line-height: 1.4; }
.founder-story__facts { border-top: 1px solid rgba(255,255,255,.23); }.founder-story__facts p { margin: 0; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.17); }.founder-story__facts--stacked p { display: grid; gap: 6px; }.founder-story__facts--stacked strong { color: var(--lime); font-size: 16px; line-height: 1.3; }.founder-story__facts--stacked span { color: #c2d3ce; font-size: 16px; line-height: 1.43; }
.about-manifesto { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 38px; align-items: end; margin-top: clamp(90px, 12vw, 152px); padding: 44px 0 78px; border-top: 1px solid rgba(255,255,255,.23); }.about-manifesto .eyebrow { grid-column: 1/-1; margin: 0; }.about-manifesto > p:not(.eyebrow) { max-width: 760px; margin: 0; font-size: clamp(28px, 3.3vw, 48px); font-weight: 600; line-height: 1.08; letter-spacing: -.045em; }
footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; padding: 31px var(--gutter); color: #b9c9c4; background: #081718; font-size: 14px; }footer img { width: 122px; } footer a { color: var(--white); font-weight: 700; }
@media (max-width: 760px) { .site-header { padding-top: 21px; }.brand img { width: 132px; }.site-header nav { gap: 15px; font-size: 14px; }.site-header .button--quiet { display: none; }.hero { min-height: 760px; padding-top: 142px; }.hero h1 { font-size: clamp(49px, 13vw, 68px); }.hero__copy { margin-inline: 0 !important; }.proof__content, .request, .founder-story, .founder-story--aundria, .about-manifesto { grid-template-columns: 1fr; }.proof__content { gap: 24px; }.request { padding-inline: var(--gutter); }.form-row { grid-template-columns: 1fr; }.about--founders { padding-top: 144px; }.founder-story--aundria .founder-story__portrait { order: 0; }.founder-story__portrait { max-width: 390px; }.about-manifesto { gap: 27px; }.about-manifesto .button { justify-self: start; } footer { align-items: flex-start; flex-direction: column; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }

/* Align the hero on one editorial edge; keep the three existing proof phrases intact. */
.hero h1 { max-width: var(--max); font-size: clamp(52px, 5.7vw, 86px); }
.proof > .eyebrow { font-size: 12px; margin-bottom: 24px; }
.proof__content { grid-template-columns: minmax(0, 1.5fr) minmax(240px, .85fr); gap: 60px; }
.proof h2 { font-size: clamp(40px, 4.25vw, 62px); line-height: 1.08; }
.proof::before { top: 12px; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--lime); outline-offset: 5px; }
@media (max-width: 760px) {
 .hero h1 { font-size: clamp(45px, 12.4vw, 68px); }
 .proof__content { grid-template-columns: 1fr; gap: 28px; }
 .proof h2 { font-size: clamp(34px, 9vw, 50px); }
}

/* Three-step specimen: the existing See / Know / Act copy supplies every label. */
.signal-steps { display: grid; gap: 13px; }
.signal-steps span { position: relative; padding: 18px 22px 18px 38px; border: 1px solid #cedbd3; border-radius: 16px; background: #fff; font-size: clamp(30px, 3.2vw, 44px); }
.signal-steps span::before { content: ''; position: absolute; left: 15px; top: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); transform: translateY(-50%); }
.signal-steps span:last-child { background: var(--teal); color: white; }
@media (max-width: 760px) { .signal-steps span { padding: 18px 15px 18px 31px; font-size: clamp(26px, 7.3vw, 38px); } .signal-steps span::before { left: 12px; width: 6px; height: 6px; } }

footer .footer-social { display:inline-flex; padding:6px; margin:-6px; border-radius:8px; }
footer .footer-social img { width:20px; }
footer .footer-social:hover img { opacity:.8; }

footer .footer-socials { display:flex; align-items:center; gap:20px; }
