@font-face{font-family:Bricolage;src:url('assets/bricolage-800.ttf') format('truetype');font-style:normal;font-weight:800;font-display:swap}
@font-face{font-family:Manrope;src:url('assets/manrope-400.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
:root{--ink:#173e36;--sky:#e2f0f5;--coral:#ed543c;--lime:#dce889;--white:#fff;--body:Manrope,Arial,sans-serif;--display:Bricolage,Arial,sans-serif}
*{box-sizing:border-box}
html{background:var(--sky);color:var(--ink);font-family:var(--body);-webkit-font-smoothing:antialiased;letter-spacing:0}
body{margin:0}
a{color:inherit}
button,a{-webkit-tap-highlight-color:transparent}
a:focus-visible{outline:3px solid var(--ink);outline-offset:6px}
.hero{height:calc(100svh - 86px);min-height:690px;max-height:1020px;position:relative;overflow:hidden;isolation:isolate;background:var(--sky)}
.neighborhood{position:absolute;z-index:-1;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 70%}
.masthead{display:flex;align-items:center;justify-content:space-between;padding:30px 5%;position:relative}
.home{display:grid;place-items:center;width:44px;height:44px}
.home img{display:block}
.release{display:flex;align-items:center;gap:9px;font-size:13px}
.status-dot{width:7px;height:7px;background:var(--ink);border-radius:50%}
.intro{position:relative;max-width:670px;margin:60px 0 0 8%;animation:arrive .8s cubic-bezier(.16,1,.3,1) both}
.lockup{display:block;width:341px;height:auto}
h1{margin:0}
.promise{font:800 38px/1.13 var(--display);letter-spacing:0;margin:32px 0 20px;text-wrap:balance}
.description{font-size:17px;line-height:1.65;margin:0;max-width:390px;text-wrap:pretty}
.follow{display:inline-flex;align-items:center;justify-content:center;gap:12px;margin-top:29px;min-height:52px;padding:0 23px;border-radius:6px;background:var(--ink);color:var(--white);text-decoration:none;font-size:14px;transition:background .2s,transform .2s}
.follow:hover{background:#23564b;transform:translateY(-2px)}
.follow:active{transform:translateY(0)}
.x-icon{width:17px;height:17px;flex:none}
.field-note{position:absolute;bottom:30px;left:5%;font-size:12px;margin:0}
footer{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:100px;padding:28px 5%;background:var(--ink);color:var(--white);font-size:12px;line-height:1.6}
footer a{text-decoration:none;color:var(--lime);padding:8px 0}
footer a:hover{text-decoration:underline;text-underline-offset:4px}
footer a:focus-visible{outline-color:var(--lime)}
@keyframes arrive{from{opacity:.6;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1600px){.intro{margin-top:90px;margin-left:11%}.promise{font-size:42px}.description{font-size:19px}}
@media(max-width:1000px) and (min-width:601px){.intro{margin-top:42px;margin-left:7%}.lockup{width:284px}.promise{font-size:34px}.neighborhood{object-position:42% 70%}}
@media(max-width:600px){
  .hero{height:calc(100svh - 52px);min-height:650px;max-height:930px}
  .masthead{padding:19px 22px}.release{font-size:12px}.home{width:36px;height:36px}
  .intro{margin:43px 26px 0;max-width:none}
  .lockup{width:243px}
  .promise{font-size:32px;line-height:1.12;margin:24px 0 17px}
  .description{font-size:15px;max-width:310px;line-height:1.6}
  .follow{margin-top:23px;min-height:49px;font-size:13px;padding:0 20px}
  .neighborhood{inset:auto -37px 0 auto;width:auto;height:calc(100% - 335px);max-height:460px;max-width:none;object-fit:contain;object-position:bottom right}
  .field-note{display:none}
  footer{min-height:128px;align-items:flex-start;flex-direction:column;justify-content:center;gap:7px;padding:24px 26px;font-size:11px}
}
@media(max-width:360px){.intro{margin-left:22px;margin-right:22px}.lockup{width:218px}.promise{font-size:30px}.description{max-width:270px}.desktop-break{display:none}.neighborhood{right:-64px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}}
