@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap";:root{color-scheme:light;--surface-base: #fffefd;--surface-paper: #fbfaf7;--surface-quiet: #e4f0ed;--surface-coastal: #a8d5ce;--surface-dark: #153d42;--surface-action: #eea095;--surface-card: rgba(255, 255, 255, .7);--text-primary: #183338;--text-muted: #526466;--text-muted-on-coastal: #254d52;--text-on-dark: #fffdf9;--text-on-dark-muted: #d6e7e3;--text-on-dark-label: #b5d8d0;--text-footer-muted: #b9d5d1;--text-label: #32696a;--text-action: #8f4b45;--text-on-action: #153d42;--rule: rgba(24, 51, 56, .18);--rule-on-dark: rgba(255,255,255,.3);--image-overlay-strong: rgba(21, 61, 66, .96);--image-overlay-soft: rgba(21, 61, 66, .8);--max-width: 1240px;--pad-x: 38px;--radius: 2px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--surface-base);color:var(--text-primary);font-family:DM Sans,Avenir Next,sans-serif;line-height:1.6}img{max-width:100%;display:block}a{color:inherit}.skip-link{position:absolute;left:16px;top:16px;transform:translateY(-180%);background:var(--surface-dark);color:var(--text-on-dark);padding:10px 14px;z-index:10}.skip-link:focus{transform:translateY(0)}.site-shell{min-height:100vh;overflow:hidden}.container{width:min(100%,var(--max-width));margin:0 auto;padding:0 var(--pad-x)}.site-header{background:var(--surface-base);padding:18px 0}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:block;width:190px}.brand img{width:100%;height:auto}.nav{display:flex;align-items:center;justify-content:flex-end;gap:28px;flex-wrap:wrap}.nav__link{color:var(--text-primary);font-size:.78rem;font-weight:600;letter-spacing:.04em;text-decoration:none;text-transform:uppercase}.nav__link:hover,.nav__link:focus-visible{color:var(--text-action)}:focus-visible{outline:2px solid currentColor;outline-offset:4px}h1,h2,h3,p{margin-top:0}h1,h2{font-family:"DM Serif Display",Georgia,serif;font-weight:400;letter-spacing:-.025em;line-height:1.02}h1{font-size:clamp(3.2rem,6.2vw,6.15rem);margin-bottom:26px;max-width:11.5ch}h2{font-size:clamp(2.5rem,4.6vw,4.7rem);margin-bottom:24px;max-width:12ch}h3{font-size:1.22rem;line-height:1.2}.eyebrow{color:var(--text-label);font-size:.73rem;font-weight:700;letter-spacing:.18em;margin-bottom:18px;text-transform:uppercase}.eyebrow--light{color:var(--text-on-dark-label)}.prose{color:var(--text-muted);font-size:1.03rem;max-width:55ch}.prose p:last-child{margin-bottom:0}.prose--light{color:var(--text-on-dark-muted)}.hero{background:var(--surface-base);overflow:hidden;padding:54px 0 86px;position:relative}.hero__inner{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(280px,.94fr);align-items:stretch;gap:64px}.hero__inner{position:relative}.hero__copy{align-self:center;padding:46px 0}.hero__summary{color:var(--text-muted);font-size:1.16rem;max-width:47ch}.hero__actions{align-items:center;display:flex;flex-wrap:wrap;gap:22px;margin-top:36px}.button{align-items:center;background:var(--surface-dark);color:var(--text-on-dark);display:inline-flex;font-size:.85rem;font-weight:700;justify-content:center;min-height:52px;padding:0 26px;text-decoration:none;text-transform:uppercase;letter-spacing:.05em}.button:hover,.button:focus-visible{background:var(--text-action)}.button--coral{background:var(--surface-action);color:var(--text-on-action)}.button--dark{background:var(--surface-dark)}.text-link{color:var(--text-action);font-size:.88rem;font-weight:700;text-decoration-thickness:1px;text-underline-offset:5px}.hero__image{min-height:540px;overflow:hidden}.hero__image img{height:100%;object-fit:cover;object-position:center;width:100%}.section{isolation:isolate;overflow:hidden;padding:110px 0;position:relative}.section--paper{background-color:var(--surface-paper);background-image:radial-gradient(circle at 18% 22%,rgba(21,61,66,.045) 0 1px,transparent 1.4px),radial-gradient(circle at 73% 64%,rgba(21,61,66,.035) 0 .8px,transparent 1.3px);background-size:19px 19px,23px 23px}.section--topography{background-image:linear-gradient(#fbfaf77a,#fbfaf77a),url(/assets/coastal-topography-texture.png);background-position:center;background-size:cover}.section--sand{background:var(--surface-quiet)}.section--teal{background:var(--surface-coastal)}.section--deep{background:var(--surface-dark);color:var(--text-on-dark)}.section--coral{background:var(--surface-action)}.section--image{background:linear-gradient(90deg,var(--image-overlay-strong),var(--image-overlay-soft)),url(/assets/portugal-coast.jpg) center 46% / cover;color:var(--text-on-dark)}.section--shoreline{position:relative}.section--alternatives{margin-top:-38px;padding-top:148px}.section--shoreline:before{background:var(--surface-paper);clip-path:polygon(0 0,100% 0,100% 56%,89% 72%,75% 56%,62% 75%,47% 54%,31% 76%,17% 58%,0 72%);content:"";display:block;height:38px;left:0;position:absolute;right:0;top:0}.section--shoreline>.container{position:relative}.section--shoreline--quiet:before{background:var(--surface-quiet);transform:rotate(180deg);top:auto;bottom:0}.split-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:clamp(42px,9vw,150px);align-items:start}.split-grid--balanced{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(42px,6vw,88px)}.split-grid--wide-copy{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:clamp(42px,6vw,88px)}.split-grid--balanced h2{max-width:15ch}.split-grid--wide-copy h2{max-width:16ch}.section-heading{margin-bottom:46px}.section-heading h2{max-width:13ch}.section-heading--wide h2{max-width:23ch}.section-heading--stages h2{max-width:26ch}.section-heading>p:last-child{color:var(--text-muted);max-width:52ch}.section-heading--center{text-align:center}.section-heading--center h2,.section-heading--center>p:last-child{margin-left:auto;margin-right:auto}.progress-doodle{color:var(--text-label);pointer-events:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.35}.progress-doodle--hero{color:var(--surface-coastal);height:190px;opacity:.52;position:absolute;right:-28px;top:98px;transform:rotate(-12deg);width:255px;z-index:1}.progress-doodle--section{height:190px;opacity:.14;position:absolute;width:250px;z-index:0}.section>.container{position:relative;z-index:1}.progress-doodle--problem{right:4%;top:28px}.progress-doodle--deep{color:var(--surface-coastal);left:4%;top:34px}.progress-doodle--support{right:3%;top:60px;transform:rotate(-7deg)}.progress-doodle--founder{color:var(--surface-coastal);height:150px;opacity:.25;right:4%;top:34px;width:210px}.card-grid{display:grid;gap:20px}.card-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.card{padding:30px}.card h3{margin-bottom:14px}.card p{color:var(--text-muted);margin-bottom:0}.card--light{background:var(--surface-card)}.support-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.support-card{border-top:1px solid var(--rule);padding-top:24px}.support-card img{height:68px;object-fit:contain;object-position:left center;width:68px;margin-bottom:28px}.support-card h3{margin-bottom:12px}.support-card p{color:var(--text-muted);font-size:.94rem;margin-bottom:0}.check-list{display:grid;gap:12px;list-style:none;margin:28px 0 0;padding:0}.check-list li{border-top:1px solid var(--rule);padding:12px 0 0 28px;position:relative}.check-list li:before{color:var(--text-action);content:"✦";left:0;position:absolute}.stage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.stage-card{border:1px solid var(--rule);min-height:280px;overflow:hidden;padding:30px;position:relative}.progress-doodle--stage{bottom:-34px;color:var(--surface-coastal);height:140px;opacity:.34;position:absolute;right:-28px;width:180px}.stage-card>:not(.progress-doodle){position:relative}.stage-card__number{color:var(--text-action);display:block;font-size:.77rem;font-weight:700;letter-spacing:.16em;margin-bottom:44px}.stage-card h3{font-family:"DM Serif Display",Georgia,serif;font-size:2.5rem;font-weight:400;margin-bottom:14px}.stage-card p{color:var(--text-muted);margin-bottom:0}.about-panel{display:grid;grid-template-columns:minmax(210px,1fr) minmax(0,2fr);gap:clamp(34px,6vw,88px);align-items:center}.about-panel__content h2{max-width:18ch}.about-panel__content .prose{max-width:65ch}.section--founder{background-position:center}.founder-portrait{border:1px solid rgba(255,255,255,.6);margin:0;padding:10px}.founder-portrait img{aspect-ratio:1;height:auto;object-fit:cover;width:100%}.faq-layout{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:70px}.faq-list details{border-top:1px solid var(--rule);padding:18px 0}.faq-list details:last-child{border-bottom:1px solid var(--rule)}.faq-list summary{cursor:pointer;font-weight:700;padding-right:30px;position:relative}.faq-list summary:after{content:"+";position:absolute;right:0}.faq-list details[open] summary:after{content:"−"}.faq-list p{color:var(--text-muted);margin:14px 0 0;max-width:65ch}.cta-panel{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:clamp(42px,9vw,150px)}.section--coral .eyebrow{color:var(--text-on-action)}.section--coral .prose{color:var(--text-primary)}.site-footer{background:var(--surface-dark);color:var(--text-on-dark);padding:54px 0 64px}.site-footer__inner{display:flex;justify-content:space-between;gap:30px;border-top:1px solid var(--rule-on-dark);padding-top:24px}.site-footer__brand,.site-footer__meta{margin-bottom:5px}.site-footer__brand{font-family:"DM Serif Display",Georgia,serif;font-size:1.7rem}.site-footer__meta{color:var(--text-footer-muted);font-size:.9rem}.site-footer__links{display:flex;gap:25px;flex-wrap:wrap;align-items:flex-start;font-size:.88rem}.site-footer__links a{color:var(--text-on-dark-muted);text-underline-offset:4px}.page-shell{padding:72px 0 120px}.page-shell h1{max-width:12ch}.page-shell__intro{color:var(--text-muted);font-size:1.1rem;max-width:62ch}.application-notice{background:var(--surface-coastal);margin:42px 0;max-width:800px;padding:26px 30px}.application-form{display:grid;gap:24px;max-width:800px}.application-form fieldset{border:0;display:grid;gap:20px;margin:0;padding:0}.application-form fieldset[disabled]{opacity:.72}.application-form label{display:grid;gap:8px;font-size:.88rem;font-weight:700}.application-form input,.application-form select,.application-form textarea{background:var(--text-on-dark);border:1px solid var(--rule);border-radius:0;font:inherit;min-height:48px;padding:10px 12px;width:100%}.application-form textarea{min-height:120px}.application-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.application-form button{border:0}.application-form button:disabled{cursor:not-allowed;opacity:.6}.form-optional{font-weight:400}.honeypot-field{display:none!important}.confirmation-card{background:var(--surface-coastal);max-width:700px;padding:36px}@media(max-width:900px){:root{--pad-x: 26px}.hero__inner,.split-grid,.split-grid--wide-copy,.about-panel,.faq-layout,.cta-panel{grid-template-columns:1fr;gap:38px}.founder-portrait{max-width:360px}.progress-doodle--section{height:150px;width:195px}.hero__copy{padding:12px 0}.hero__image{min-height:420px}.card-grid--three,.stage-grid{grid-template-columns:1fr}.support-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 20px}.section{padding:82px 0}.section--alternatives{margin-top:-30px;padding-top:112px}}@media(max-width:640px){:root{--pad-x: 20px}.site-header__inner{align-items:flex-start;flex-direction:column}.nav{gap:14px 18px;justify-content:flex-start}.brand{width:170px}h1{font-size:clamp(3.05rem,14vw,4.7rem);max-width:12ch}h2{font-size:clamp(2.4rem,12vw,3.6rem)}.hero{padding:32px 0 58px}.hero__image{min-height:330px}.progress-doodle--hero{height:128px;opacity:.3;right:-44px;top:240px;width:172px}.progress-doodle--section{height:120px;opacity:.11;width:160px}.progress-doodle--problem{right:-30px;top:16px}.progress-doodle--deep,.progress-doodle--support,.progress-doodle--founder{display:none}.support-grid,.application-form__grid{grid-template-columns:1fr}.section{padding:70px 0}.section--alternatives{margin-top:-26px;padding-top:96px}.card,.stage-card{padding:24px}.stage-card{min-height:auto}.stage-card__number{margin-bottom:28px}.site-footer__inner{align-items:flex-start;flex-direction:column}.page-shell{padding:52px 0 84px}}
