:root { --ink: #183330; --muted: #60716d; --line: #e3ebe7; --mint: #e8f4ef; --green: #2f6658; --coral: #f17d68; --yellow: #f4d66b; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font: 16px/1.6 "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1160px, calc(100% - 48px)); margin: auto; }
.topline { border-bottom: 1px solid var(--line); }
nav { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -.03em; font-size: 1.2rem; }
.brand-mark { width: 27px; height: 27px; border-radius: 50% 50% 50% 8px; background: var(--coral); transform: rotate(-22deg); position: relative; }
.brand-mark:after { content: ""; position: absolute; inset: 7px; border: 2px solid white; border-radius: 50%; }
.mobile-menu-toggle { display: none; align-items: center; gap: 8px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 5px; background: #fff; color: var(--ink); font: 700 .82rem/1 "DM Sans", sans-serif; cursor: pointer; }
.mobile-menu-icon, .mobile-menu-icon:before, .mobile-menu-icon:after { display: block; width: 17px; height: 2px; background: currentColor; }
.mobile-menu-icon { position: relative; }
.mobile-menu-icon:before, .mobile-menu-icon:after { content: ""; position: absolute; left: 0; }
.mobile-menu-icon:before { top: -5px; }
.mobile-menu-icon:after { top: 5px; }
.nav-links { display: flex; align-items: center; gap: 3px; list-style: none; padding: 0; margin: 0; }
.nav-links > li > a, summary { display: block; padding: 10px 14px; border-radius: 6px; font-size: .91rem; font-weight: 600; cursor: pointer; list-style: none; }
.menu-summary-link { display: inline-block; }
summary::-webkit-details-marker { display: none; }
summary:after { content: "⌄"; color: var(--muted); margin-left: 7px; font-size: .9em; }
.nav-links a:hover, summary:hover { background: var(--mint); }
details { position: relative; }
details[open] summary { background: var(--mint); }
.dropdown { position: absolute; z-index: 3; top: 48px; left: 0; min-width: 205px; padding: 8px; background: #fff; border: 1px solid var(--line); box-shadow: 0 16px 35px rgba(24,51,48,.1); border-radius: 8px; }
.dropdown a { display: block; padding: 8px 11px; color: var(--muted); font-size: .9rem; border-radius: 4px; }
.dropdown a:hover { color: var(--ink); background: var(--mint); }
.dropdown-link { display: block; padding: 8px 11px 8px 22px; color: #b7c2be; font-size: .9rem; font-weight: 400; border-radius: 4px; cursor: default; }
.nav-cta { padding: 11px 17px; color: #fff; background: var(--green); border-radius: 5px; font-weight: 600; font-size: .9rem; }
.nav-cta:hover { background: var(--ink); }
.lang-switch { display: flex; align-items: center; gap: 2px; margin-left: 4px; }
.lang-switch button { border: 1px solid var(--line); background: #fff; color: var(--muted); font: inherit; font-size: .78rem; font-weight: 700; padding: 5px 9px; border-radius: 5px; cursor: pointer; }
.lang-switch button[aria-current="true"] { color: #fff; background: var(--green); border-color: var(--green); }
.hero { min-height: 620px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 9%; padding: 74px 0 88px; }
.eyebrow { color: var(--coral); text-transform: uppercase; letter-spacing: .14em; font-size: .73rem; font-weight: 700; }
h1, h2 { margin: 0; letter-spacing: -.055em; line-height: 1.04; }
h1 { max-width: 620px; margin: 18px 0 25px; font-size: clamp(3.4rem, 7vw, 6.6rem); font-family: Fraunces, serif; font-weight: 600; }
h1 em { color: var(--green); font-style: normal; }
.hero-copy { max-width: 500px; color: var(--muted); font-size: 1.1rem; }
.hero-actions { display: flex; gap: 13px; align-items: center; margin-top: 34px; }
.button { display: inline-flex; align-items: center; gap: 10px; padding: 13px 19px; border-radius: 5px; background: var(--coral); color: white; font-weight: 700; }
.button:hover { background: #db6855; }
.text-link { font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 2px; }
.hero-art { min-height: 420px; position: relative; background: var(--mint); border-radius: 48% 48% 10px 48%; overflow: hidden; }
.hero-art-photo { background: var(--mint); }
.hero-art-photo:before, .hero-art-photo:after { display: none; }
.hero-art-photo img { display: block; width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.hero-art:before { content: ""; position: absolute; width: 270px; height: 270px; border-radius: 50%; background: var(--yellow); top: 45px; right: 38px; }
.hero-art:after { content: ""; position: absolute; width: 260px; height: 350px; border: 2px solid var(--green); border-radius: 50% 50% 20px 20px; bottom: -105px; left: 22%; transform: rotate(26deg); }
.art-note { position: absolute; z-index: 1; top: 55%; left: 12%; width: 185px; padding: 22px 20px; background: white; box-shadow: 0 14px 28px rgba(24,51,48,.12); transform: rotate(-8deg); }
.art-note strong { display: block; color: var(--green); font-size: 1.35rem; line-height: 1.2; }
.art-note span { display: block; margin-top: 12px; color: var(--muted); font-size: .82rem; }
.intro { padding: 80px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 15%; }
h2 { font-size: clamp(2.3rem, 4vw, 4.4rem); font-family: Fraunces, serif; }
.intro p { color: var(--muted); margin: 3px 0 18px; }
.section-label { color: var(--green); font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border-top: 1px solid var(--line); }
.tile { background: #fff; padding: 34px 28px 42px; min-height: 215px; }
.tile-number { color: var(--coral); font-weight: 700; font-size: .82rem; }
.tile h3 { margin: 38px 0 5px; font-size: 1.2rem; }
.tile p { color: var(--muted); font-size: .92rem; margin: 0; }
.newsletter { margin: 92px auto; padding: 58px 8%; background: var(--green); color: #fff; display: flex; justify-content: space-between; align-items: center; gap: 35px; border-radius: 8px; }
.newsletter h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.newsletter p { color: #c9ded5; margin: 12px 0 0; }
.newsletter .button { background: var(--yellow); color: var(--ink); white-space: nowrap; }
.signup { padding: 80px 0 100px; max-width: 560px; margin: 0 auto; }
.signup .eyebrow { color: var(--coral); text-transform: uppercase; letter-spacing: .14em; font-size: .73rem; font-weight: 700; }
.signup h1 { margin: 16px 0 12px; font-size: clamp(2.3rem, 5vw, 3.4rem); font-family: Fraunces, serif; font-weight: 600; letter-spacing: -.04em; }
.signup > .shell > p { color: var(--muted); margin: 0 0 34px; }
form { display: grid; gap: 18px; }
.field { display: grid; gap: 6px; }
.field label { font-size: .85rem; font-weight: 600; }
.field input { padding: 12px 14px; border: 1px solid var(--line); border-radius: 6px; font: inherit; font-size: .95rem; color: var(--ink); }
.field input:focus { outline: 2px solid var(--green); outline-offset: 1px; }
.hp-field { position: absolute; left: -9999px; top: auto; }
.submit-row { margin-top: 6px; }
.button { display: inline-flex; align-items: center; gap: 10px; padding: 13px 22px; border: none; border-radius: 5px; background: var(--coral); color: white; font-weight: 700; font: inherit; font-size: .95rem; cursor: pointer; }
.button:hover { background: #db6855; }
.button:disabled { opacity: .6; cursor: default; }
.form-message { font-size: .9rem; padding: 12px 14px; border-radius: 6px; display: none; }
.form-message.success { display: block; color: var(--green); background: var(--mint); }
.form-message a { display: inline-block; margin-top: 5px; color: var(--green); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.form-message.error { display: block; color: #9c3b2b; background: #fdece8; }
footer { border-top: 1px solid var(--line); padding: 30px 0 45px; color: var(--muted); font-size: .88rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; }
.footer-links { display: flex; gap: 24px; }
.app-intro { padding: 80px 0 92px; max-width: 860px; }
.app-intro h1 { margin: 18px 0 25px; font-size: clamp(3rem, 7vw, 6rem); font-family: Fraunces, serif; font-weight: 600; letter-spacing: -.055em; line-height: 1.04; }
.app-intro h1 em { color: var(--green); font-style: normal; }
.app-lead { max-width: 680px; color: var(--muted); font-size: 1.15rem; }
.app-flow { padding: 80px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 15%; }
.app-flow h2 { margin-top: 12px; }
.app-flow-copy { color: var(--muted); }
.app-flow-copy p { margin: 0 0 18px; }
.app-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border-top: 1px solid var(--line); }
.app-step { background: #fff; padding: 34px 28px 42px; min-height: 235px; }
.app-step h3 { margin: 38px 0 5px; font-size: 1.2rem; }
.app-step p { color: var(--muted); font-size: .92rem; margin: 0; }
.promise-page { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 10%; padding: 86px 0 110px; }
.promise-page-copy { max-width: 520px; }
.promise-page h1 { margin: 18px 0 30px; font-size: clamp(3.4rem, 7vw, 6rem); }
.promise-page h1 em { color: var(--green); font-style: normal; }
.promise-page-text { max-width: 480px; color: var(--muted); font-size: 1.06rem; }
.promise-page-text p { margin: 0 0 20px; }
.promise-page-text p:nth-child(2) { color: var(--ink); font-weight: 700; font-size: 1.2rem; }
.promise-page-image { margin: 0; overflow: hidden; border-radius: 48% 10px 48% 10px; background: var(--mint); }
.promise-page-image img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
.development-hero { padding: 80px 0 58px; max-width: 940px; }
.development-hero h1 { margin: 18px 0 28px; max-width: 900px; font-size: clamp(3rem, 6.5vw, 5.8rem); }
.development-hero h1 em { color: var(--green); font-style: normal; }
.development-intro { max-width: 780px; color: var(--muted); font-size: 1.1rem; }
.roadmap-image { padding-bottom: 80px; }
.roadmap-image img { display: block; width: 100%; height: auto; border: 1px solid var(--line); border-radius: 8px; }
.roadmap-explanation { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border-top: 1px solid var(--line); }
.roadmap-card { min-height: 300px; padding: 32px 28px 38px; background: #fff; border-top: 5px solid transparent; }
.roadmap-card h2 { margin: 0 0 18px; font-size: clamp(1.65rem, 2.7vw, 2.5rem); }
.roadmap-card h2 span { display: block; margin-top: 6px; color: var(--muted); font: 600 .78rem/1.2 "DM Sans", sans-serif; letter-spacing: .04em; text-transform: uppercase; }
.roadmap-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.roadmap-blue { border-top-color: #4e9bd4; }
.roadmap-yellow { border-top-color: var(--yellow); }
.roadmap-green { border-top-color: var(--green); }
.development-updates { padding: 92px 0 108px; }
.development-updates h2 { margin: 12px 0 35px; }
.updates-list { max-width: 820px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.update-item { display: grid; grid-template-columns: 150px 1fr; gap: 28px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.update-item time { color: var(--coral); font-size: .85rem; font-weight: 700; }
.update-item p { margin: 0; color: var(--muted); }
.background-page { padding: 88px 0 112px; max-width: 920px; }
.background-page h1 { margin: 18px 0 42px; max-width: 820px; font-size: clamp(3rem, 6.5vw, 5.8rem); }
.background-page h1 em { color: var(--green); font-style: normal; }
.background-copy { max-width: 760px; color: var(--muted); font-size: 1.08rem; }
.background-copy p { margin: 0 0 25px; }
.archive-page { padding: 88px 0 112px; max-width: 920px; }
.archive-page h1 { margin: 18px 0 25px; max-width: 820px; font-size: clamp(3rem, 6.5vw, 5.8rem); }
.archive-page h1 em { color: var(--green); font-style: normal; }
.archive-intro { max-width: 620px; color: var(--muted); font-size: 1.08rem; }
.archive-language-note { max-width: 620px; margin: 10px 0 0; color: var(--muted); font-size: .9rem; font-style: italic; }
.archive-list { margin-top: 58px; border-top: 1px solid var(--line); }
.archive-item { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.archive-item time { color: var(--coral); font-size: .85rem; font-weight: 700; }
.archive-item h2 { margin-top: 5px; font-size: clamp(1.5rem, 3vw, 2.2rem); }
.archive-item .text-link { flex: 0 0 auto; }
.archive-message { margin-top: 48px; padding: 18px 20px; color: var(--muted); background: var(--mint); border-radius: 6px; }
.archive-message-error { color: #9c3b2b; background: #fdece8; }
.support-page { min-height: 620px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 10%; padding: 82px 0 105px; }
.support-page-copy { max-width: 720px; }
.support-page h1 { margin: 18px 0 28px; max-width: 720px; font-size: clamp(3rem, 6.5vw, 5.8rem); }
.support-page h1 em { color: var(--green); font-style: normal; }
.support-lead { max-width: 610px; color: var(--ink); font-size: 1.2rem; }
.support-copy { max-width: 590px; margin: 0 0 32px; color: var(--muted); }
.support-page-aside { min-height: 390px; display: grid; place-items: center; background: var(--yellow); border-radius: 48% 10px 48% 10px; transform: rotate(3deg); }
.support-mark { color: var(--green); font: 600 clamp(2.2rem, 5vw, 4.5rem)/.95 Fraunces, serif; transform: rotate(-3deg); }
.support-mark strong { color: var(--coral); font-weight: 600; }
.join-page { min-height: 620px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 10%; padding: 82px 0 105px; }
.join-page-copy { max-width: 720px; }
.join-page h1 { margin: 18px 0 28px; max-width: 720px; font-size: clamp(3rem, 6.5vw, 5.8rem); }
.join-page h1 em, .join-roles h2 em { color: var(--green); font-style: normal; }
.join-lead { max-width: 610px; color: var(--ink); font-size: 1.2rem; }
.join-copy { max-width: 590px; margin: 0 0 32px; color: var(--muted); }
.join-page-aside { min-height: 390px; display: grid; place-items: center; background: var(--mint); border-radius: 10px 48% 10px 48%; transform: rotate(-3deg); }
.join-mark { color: var(--green); font: 600 clamp(2.2rem, 5vw, 4.5rem)/.95 Fraunces, serif; transform: rotate(3deg); }
.join-mark strong { color: var(--coral); font-weight: 600; }
.story-page { padding: 88px 0 112px; max-width: 920px; }
.story-page h1 { margin: 18px 0 52px; max-width: 820px; font-size: clamp(3.4rem, 7vw, 6rem); }
.story-page h1 em, .story-copy h2 em { color: var(--green); font-style: normal; }
.story-copy { max-width: 780px; color: var(--muted); font-size: 1.06rem; }
.story-copy h2 { margin: 56px 0 20px; color: var(--ink); font-size: clamp(2rem, 4vw, 3.4rem); }
.story-copy h2:first-child { margin-top: 0; }
.story-copy h3 { margin: 30px 0 12px; color: var(--ink); font: 600 clamp(1.5rem, 3vw, 2.2rem)/1.1 Fraunces, serif; }
.story-copy p { margin: 0 0 24px; }
.story-team { margin-top: 70px; padding-top: 34px; border-top: 1px solid var(--line); }
.story-team h2 { margin-top: 0; }
.story-bios { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); }
.story-bio { padding: 28px; background: #fff; }
.story-bio h3 { margin: 0 0 10px; color: var(--ink); font-size: 1.35rem; }
.story-bio p { margin-bottom: 18px; font-size: .95rem; }
.partners-page { padding: 88px 0 112px; max-width: 920px; }
.partners-page h1 { margin: 18px 0 52px; max-width: 820px; font-size: clamp(3.4rem, 7vw, 6rem); }
.partners-page h1 em { color: var(--green); font-style: normal; }
.partners-copy { max-width: 780px; color: var(--muted); font-size: 1.06rem; }
.partners-copy h2 { margin: 0 0 20px; color: var(--ink); font-size: clamp(2rem, 4vw, 3.4rem); }
.partners-copy p { margin: 0 0 24px; }
.partners-callout { margin-top: 58px; padding: 38px 40px 42px; background: var(--mint); border-radius: 8px; }
.partners-callout h2 { margin-bottom: 14px; font-size: clamp(1.9rem, 3.5vw, 3rem); }
.partners-callout p { max-width: 620px; }
.contact-page { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 12%; padding: 88px 0 112px; }
.contact-intro { padding-top: 8px; }
.contact-intro h1 { margin: 18px 0 25px; font-size: clamp(3.4rem, 7vw, 6rem); }
.contact-intro h1 em { color: var(--green); font-style: normal; }
.contact-intro p { max-width: 430px; color: var(--muted); font-size: 1.08rem; }
.contact-form { display: grid; gap: 18px; }
.contact-form textarea { display: block; width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 6px; resize: vertical; color: var(--ink); font: inherit; font-size: .95rem; }
.contact-form textarea:focus { outline: 2px solid var(--green); outline-offset: 1px; }
.signal-button { display: inline-flex; align-items: center; gap: 10px; margin-top: 25px; padding: 12px 16px; border: 1px solid var(--green); border-radius: 5px; color: var(--green); font-weight: 700; }
.signal-button:hover { background: var(--mint); }
.faq-page { padding: 88px 0 112px; max-width: 920px; }
.faq-page h1 { margin: 18px 0 52px; max-width: 820px; font-size: clamp(3.4rem, 7vw, 6rem); }
.faq-page h1 em { color: var(--green); font-style: normal; }
.faq-list { max-width: 780px; border-top: 1px solid var(--line); }
.faq-item { padding: 26px 0 30px; border-bottom: 1px solid var(--line); }
.faq-item h2 { margin: 0 0 10px; color: var(--ink); font-size: clamp(1.5rem, 3vw, 2.2rem); }
.faq-item p { max-width: 680px; margin: 0; color: var(--muted); font-size: 1.06rem; }
.join-roles { padding: 80px 0 110px; border-top: 1px solid var(--line); display: grid; grid-template-columns: .8fr 1.2fr; gap: 12%; }
.join-roles h2 { margin-top: 12px; font-size: clamp(2.3rem, 4vw, 4.4rem); }
.role-list { border-top: 1px solid var(--line); }
.role-item { padding: 26px 0 30px; border-bottom: 1px solid var(--line); }
.role-item h3 { margin: 7px 0 5px; font-size: 1.4rem; }
.role-item p { max-width: 580px; margin: 0; color: var(--muted); }
@media (max-width: 850px) { nav { flex-wrap: wrap; gap: 12px; } .mobile-menu-toggle { display: inline-flex; margin-left: auto; } .nav-links { display: none; order: 4; width: 100%; flex-direction: column; align-items: stretch; gap: 3px; padding: 12px 0 5px; border-top: 1px solid var(--line); } .nav-links.is-open { display: flex; } .nav-links > li > a, summary { padding: 11px 12px; } .dropdown { position: static; min-width: 0; margin: 2px 0 5px 12px; box-shadow: none; } .lang-switch { order: 2; } .nav-cta { order: 3; } .hero { grid-template-columns: 1fr; padding-top: 62px; } .hero-art { min-height: 320px; } .intro { gap: 45px; } .archive-item { align-items: flex-start; flex-direction: column; gap: 16px; } .join-roles { gap: 45px; } }
@media (max-width: 850px) { .app-flow { gap: 45px; } }
@media (max-width: 580px) { .shell { width: min(100% - 32px, 1160px); } nav { min-height: 70px; } .nav-cta { padding: 9px 12px; font-size: .82rem; } h1 { font-size: 3.5rem; } .hero { padding: 54px 0 70px; } .intro, .tiles, .app-flow, .app-steps, .promise-page, .roadmap-explanation, .support-page, .join-page, .join-roles, .story-bios { grid-template-columns: 1fr; } .intro, .app-flow { padding: 60px 0; gap: 22px; } .promise-page { padding: 60px 0 70px; gap: 48px; } .development-hero { padding: 58px 0 42px; } .roadmap-image { padding-bottom: 55px; } .roadmap-card { min-height: 0; } .development-updates { padding: 65px 0 75px; } .update-item { grid-template-columns: 1fr; gap: 5px; } .tile, .app-step { min-height: 170px; } .tile h3, .app-step h3 { margin-top: 26px; } .newsletter { margin: 60px auto; padding: 37px 25px; display: block; } .newsletter .button { margin-top: 25px; } .footer-inner { display: block; } .footer-links { margin-top: 15px; gap: 16px; flex-wrap: wrap; } .support-page, .join-page { min-height: 0; padding: 60px 0 75px; gap: 48px; } .support-page-aside, .join-page-aside { min-height: 260px; } .join-roles { padding: 60px 0 75px; gap: 35px; } .story-page { padding: 60px 0 75px; } .story-page h1 { margin-bottom: 40px; } .story-copy h2 { margin-top: 45px; } .partners-page { padding: 60px 0 75px; } .partners-page h1 { margin-bottom: 40px; } .partners-callout { margin-top: 45px; padding: 28px 24px 32px; } .contact-page { grid-template-columns: 1fr; padding: 60px 0 75px; gap: 48px; } .faq-page { padding: 60px 0 75px; } .faq-page h1 { margin-bottom: 40px; } }
