@font-face{font-family:Inter;src:url('/fonts/inter-regular.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:Inter;src:url('/fonts/inter-semibold.woff2') format('woff2');font-weight:600 800;font-display:swap}
@font-face{font-family:'Lilita One';src:url('/fonts/lilita-one.woff2') format('woff2');font-weight:400;font-display:swap}

:root{--ink:#123e3d;--muted:#506662;--paper:#f7f6ef;--green:#073d3c;--deep:#062d30;--jade:#b3ddad;--gold:#f4cc79;--line:#d9dfd3;--display:'Lilita One',sans-serif;--body:Inter,system-ui,sans-serif;--container:1200px;--gutter:48px}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:32px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
body,button,input{font-synthesis:none}
a{color:inherit;text-underline-offset:5px}
button,a,summary{-webkit-tap-highlight-color:transparent}
img{display:block;max-width:100%;height:auto}
svg{display:block;width:24px;height:24px;flex-shrink:0}
button,input{font:inherit}
::selection{background:var(--gold);color:var(--deep)}
:focus-visible{outline:3px solid #db9c28;outline-offset:6px}
h1,h2,h3,p,figure{margin:0}
h1,h2,h3{font-family:var(--display);font-weight:400;line-height:1.05;letter-spacing:-.015em}
h1{font-size:clamp(64px,7.2vw,104px)}
h2{font-size:clamp(40px,4.1vw,64px)}
h3{font-size:32px;line-height:1.13}
.container{width:min(var(--container),calc(100% - var(--gutter)*2));margin-inline:auto}
.section-pad{padding-block:104px}
.eyebrow{font-family:var(--body);font-size:11px;font-weight:600;letter-spacing:.16em;line-height:1.6;text-transform:uppercase}
.status-dot{display:inline-block;width:7px;height:7px;flex-shrink:0;background:currentColor;border-radius:50%}
.skip-link{position:fixed;z-index:100;left:16px;top:16px;transform:translateY(-160%);opacity:0;pointer-events:none;background:var(--paper);color:var(--ink);padding:16px 24px;border-radius:8px;font-weight:600}
.skip-link:focus{transform:translateY(0);opacity:1;pointer-events:auto}
.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:56px;padding:16px 24px;border:1px solid transparent;border-radius:9px;font-weight:600;font-size:14px;line-height:1.4;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;cursor:pointer}
.button:hover{transform:translateY(-2px)}
.button:active{transform:translateY(0)}
.button-gold{color:#173e36;background:var(--gold);box-shadow:0 4px 0 #b5934c,0 8px 28px #00000012}
.button-gold:hover{background:#ffda8c;box-shadow:0 5px 0 #b5934c,0 12px 28px #00000020}
.button-outline{border-color:#ffffff55;color:var(--paper);background:#ffffff05}
.button-outline:hover{background:#ffffff12;border-color:#ffffff88}
.button-small{font-size:12px;min-height:44px;padding:12px 16px;gap:16px}
.button-small svg{width:18px;height:18px}
.text-link{display:inline-flex;align-items:center;gap:12px;min-height:48px;font-size:13px;font-weight:600;text-decoration:none}
.text-link:hover{text-decoration:underline}
.text-link svg{width:20px;height:20px;transition:transform .2s}
.text-link:hover svg{transform:translateY(2px)}

.site-header{position:absolute;inset:0 0 auto;z-index:10;color:var(--paper);border-bottom:1px solid #ffffff12}
.header-inner{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{width:202px;display:flex;flex-direction:column;align-items:center;text-decoration:none}
.brand img{width:202px;margin-block:-8px -3px}
.brand span{font-size:8px;letter-spacing:.27em;font-weight:600;color:#d6e6db}
.site-header nav{display:flex;align-items:center;gap:36px}
.nav-link{display:inline-flex;align-items:center;min-height:44px;font-size:12px;text-decoration:none;color:#e3ebe4}
.nav-link:hover{color:var(--gold)}

.hero{position:relative;isolation:isolate;overflow:hidden;min-height:820px;padding-block:224px 172px;color:var(--paper);background:var(--green)}
.hero-art{position:absolute;z-index:-2;inset:0 0 0 38%;mask-image:linear-gradient(90deg,transparent,#000 27%);-webkit-mask-image:linear-gradient(90deg,transparent,#000 27%)}
.hero-art picture,.hero-art img{width:100%;height:100%}
.hero-art img{object-fit:cover;object-position:50% 52%}
.hero::after{content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(0deg,#062e30 0%,transparent 26%,transparent 76%,#062e3066 100%)}
.hero .eyebrow{display:flex;align-items:center;gap:10px;color:var(--jade);font-size:10px;letter-spacing:.13em;margin-bottom:28px}
.hero h1{max-width:670px}
.hero h1 span{color:var(--jade)}
.hero-description{margin-top:28px;font-size:16px;line-height:1.8;max-width:480px;color:#d7e4dd}
.hero-actions{display:flex;gap:28px;align-items:center;margin-top:36px}
.hero-actions .text-link{color:#ecf1e8}
.platform-note{display:flex;align-items:center;gap:8px;font-size:11px;color:#b7d1c3;margin-top:28px}
.platform-icon{font-size:11px;color:var(--jade)}
.hero-bottom{position:absolute;bottom:28px;left:var(--gutter);right:var(--gutter);display:flex;align-items:center;justify-content:space-between;border-top:1px solid #d3eee52b;padding-top:20px;color:#bdd5cb;font-size:9px;letter-spacing:.19em;font-weight:600}
.hero-bottom span:last-child{font-size:20px;line-height:1}
.art-note{position:absolute;right:var(--gutter);bottom:96px;font-size:9px;color:#c9dbd5;letter-spacing:.05em;text-shadow:0 1px 5px #000}

.section-heading{display:grid;grid-template-columns:1.15fr 1fr;align-items:end;gap:80px;margin-bottom:48px}
.section-heading .eyebrow,.living-copy .eyebrow,.faq .eyebrow{color:#59765e;margin-bottom:16px}
.section-heading>p{max-width:400px;color:var(--muted);font-size:15px;line-height:1.85;padding-bottom:4px}
.aquarium-preview{position:relative;aspect-ratio:1.94;background:#143a40;overflow:hidden;border-radius:14px}
.aquarium-preview>img{width:100%;height:100%;object-fit:cover;object-position:50% 51%}
.aquarium-preview::after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(0deg,#052b32b3,transparent 24%,transparent 80%,#052b3240)}
.preview-label{position:absolute;z-index:1;top:24px;left:24px;display:flex;align-items:center;gap:8px;font-size:10px;color:#eef5e9;padding:8px 12px;background:#073639c9;backdrop-filter:blur(10px);border:1px solid #d5e6de29;border-radius:24px}
.preview-label .status-dot{width:5px;height:5px;color:var(--jade)}
.preview-caption{position:absolute;z-index:1;left:28px;right:28px;bottom:24px;color:#f7f6ef;display:flex;align-items:end;justify-content:space-between;gap:24px}
.preview-caption>span:first-child{font-family:var(--display);font-size:27px;line-height:1.1}
.preview-caption>span:last-child{font-size:9px;text-align:right;color:#d1e2d9}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;margin-top:48px}
.features article{border-top:1px solid var(--line);padding-top:24px}
.feature-number{font-size:9px;letter-spacing:.15em;font-weight:600;color:#5c775a}
.features h3{margin-top:16px}
.features p{font-size:13px;color:var(--muted);line-height:1.85;margin-top:16px;max-width:290px}

.living-world{background:#e8eedf;padding-block:88px}
.living-grid{display:grid;grid-template-columns:1fr 1.2fr;align-items:center;gap:96px}
.leaf-mark{display:flex;align-items:center;justify-content:center;width:48px;height:48px;color:#3f6849;border:1px solid #65886644;border-radius:50%;margin-bottom:24px}
.leaf-mark svg{width:28px;height:28px}
.living-copy>p:not(.eyebrow){margin-top:24px;color:#4f6458;font-size:14px;line-height:1.85;max-width:380px}
.living-copy .text-link{margin-top:24px}
.gameplay-frame{transform:rotate(2deg);background:#f8faf2;padding:12px;border-radius:12px;box-shadow:0 16px 36px #214c3a12}
.gameplay-window{height:320px;border-radius:5px;overflow:hidden;background:#15383d}
.gameplay-window img{height:100%;width:100%;object-fit:cover;object-position:50% 50%}
.gameplay-frame figcaption{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 8px 4px;font-size:9px;color:#527260}
.gameplay-frame .status-dot{width:5px;height:5px}

.faq-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:96px}
.section-note{font-size:13px;line-height:1.8;color:var(--muted);margin-top:24px}
.section-note a{display:inline-block;padding-block:8px}
.faq-list{border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:80px;padding:24px 0;cursor:pointer;list-style:none;font-size:14px;font-weight:600;line-height:1.6}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary>span{font-size:24px;line-height:1;font-weight:400;transition:transform .2s;color:#547c63}
.faq-list details[open] summary>span{transform:rotate(45deg)}
.faq-list details p{font-size:13px;line-height:1.9;color:var(--muted);padding:0 40px 24px 0}
.faq-list summary:hover{color:#40814f}

.launch-section{position:relative;isolation:isolate;overflow:hidden;background:var(--green);color:var(--paper);padding-block:80px 88px;text-align:center}
.launch-decoration{position:absolute;inset:0;z-index:-1;opacity:.12;background-image:url('/assets/hero-640.webp');background-size:cover;background-position:50% 90%;mask-image:linear-gradient(90deg,#000,transparent 42%,transparent 58%,#000);-webkit-mask-image:linear-gradient(90deg,#000,transparent 42%,transparent 58%,#000)}
.launch-inner{display:flex;align-items:center;flex-direction:column}
.app-icon{width:72px;height:72px;border-radius:18px;margin-bottom:24px;box-shadow:0 8px 24px #001b2555;border:1px solid #c9e5bd44}
.launch-inner .eyebrow{color:var(--jade);font-size:9px;margin-bottom:16px}
.launch-inner h2{font-size:clamp(48px,4.8vw,72px);line-height:1.02}
.launch-inner>p:not(.eyebrow):not(.launch-fine-print){font-size:14px;line-height:1.85;color:#d0e0d6;margin-top:24px}
.launch-inner .button{margin-top:28px}
.launch-fine-print{font-size:10px;line-height:1.9;color:#bdd0c8;margin-top:24px}
.launch-fine-print a{display:inline-flex;align-items:center;min-height:32px;color:#d0e0d6}
.kit-signup{width:100%;max-width:600px;margin-top:32px}
.kit-fallback{font-size:11px;color:#bdd0c8;margin-top:16px;line-height:1.8}
.kit-fallback a{display:inline-flex;align-items:center;gap:8px;min-height:44px;color:#d0e0d6}
.kit-fallback svg{width:14px;height:14px}
.site-footer{background:#052d2e;color:#c9dad0;padding-block:40px}
.footer-inner{display:grid;grid-template-columns:1fr auto;gap:16px 40px;align-items:center}
.footer-brand{font-family:var(--display);font-size:24px;color:#f1f2e8;text-decoration:none}
.footer-inner>div p{font-size:11px;margin-top:4px;color:#a9c3b5}
.footer-inner nav{display:flex;gap:28px;align-items:center}
.footer-inner nav a{display:inline-flex;align-items:center;gap:8px;min-height:44px;font-size:11px;text-decoration:none}
.footer-inner nav a:hover{text-decoration:underline;color:var(--paper)}
.footer-inner nav svg{width:16px;height:16px}
.copyright{grid-column:1/-1;padding-top:16px;border-top:1px solid #bed6ce1f;font-size:9px;color:#94b4a6}

.inner-page .site-header{position:relative;background:var(--green)}
.document-section{padding-block:48px 104px;min-height:70vh}
.document-layout{max-width:800px}
.back-link{display:inline-flex;align-items:center;min-height:44px;font-size:12px;text-decoration:none;color:var(--muted);margin-bottom:48px}
.back-link:hover{text-decoration:underline}
.document-layout>.eyebrow{color:#59765e;margin-bottom:16px}
.document-layout h1{font-size:clamp(52px,6vw,76px)}
.document-lead{font-size:18px;line-height:1.8;margin-top:24px;max-width:660px;color:var(--muted)}
.contact-card{background:#e7eddf;border:1px solid #d5dfcb;border-radius:12px;padding:32px;margin-top:40px}
.contact-label{display:block;font-size:10px;letter-spacing:.12em;font-weight:600;color:#527356}
.contact-email{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:64px;font-size:24px;font-weight:600;text-decoration:none;overflow-wrap:anywhere}
.contact-email:hover{text-decoration:underline}
.contact-card>p{font-size:13px;color:var(--muted)}
.prose{margin-top:48px;max-width:720px}
.prose h2{font-family:var(--body);font-size:20px;line-height:1.4;font-weight:600;letter-spacing:-.015em;margin-top:40px}
.prose p{font-size:15px;color:var(--muted);line-height:1.9;margin-top:16px}
.prose a{color:var(--ink);overflow-wrap:anywhere}
.updated-date{font-size:12px;color:var(--muted);margin-top:24px}
.not-found{padding-block:104px 128px;min-height:70vh}
.not-found .eyebrow{margin-bottom:24px;color:var(--muted)}
.not-found h1{font-size:clamp(56px,6vw,88px)}
.not-found>p:not(.eyebrow){margin-top:24px;color:var(--muted)}
.not-found .button{margin-top:32px}

@media(min-width:1600px){.hero-art{inset:0 0 0 40%}.hero-art img{object-position:50% 53%}.hero{padding-block:240px 192px}}
@media(max-width:1100px){:root{--gutter:32px}.hero{min-height:760px;padding-top:200px;padding-bottom:144px}.hero h1{font-size:80px}.hero-art{left:34%;opacity:.87}.hero::after{background:linear-gradient(90deg,#073d3c66,transparent 70%),linear-gradient(0deg,#062e30,transparent 28%)}.hero-description{max-width:400px;font-size:14px}.hero-actions{gap:20px}.section-heading{gap:56px}.living-grid{gap:56px}.gameplay-window{height:280px}.faq-grid{gap:56px}.features{gap:32px}}
@media(max-width:800px){.header-inner{min-height:96px}.site-header nav{gap:20px}.brand,.brand img{width:176px}.nav-link{font-size:11px}.hero{min-height:720px;padding-top:176px}.hero h1{font-size:72px}.hero-art{left:25%;opacity:.6}.hero-description{max-width:350px}.hero-actions{align-items:flex-start;flex-direction:column;gap:12px}.platform-note{margin-top:16px}.section-pad{padding-block:72px}.section-heading{grid-template-columns:1fr 1fr;gap:32px}.section-heading>p{font-size:13px}.features{gap:24px}.features h3{font-size:27px}.features p{font-size:12px}.living-grid{gap:32px}.gameplay-window{height:250px}.living-copy>p:not(.eyebrow){font-size:13px}.faq-grid{gap:40px}.preview-caption>span:first-child{font-size:24px}.preview-caption>span:last-child{max-width:180px}.faq-list summary{font-size:13px}.button{gap:16px}}
@media(max-width:640px){
  :root{--gutter:24px}
  body{font-size:15px}
  h2{font-size:42px}
  .header-inner{min-height:88px;gap:16px}
  .brand,.brand img{width:160px}
  .brand span{font-size:7px;letter-spacing:.25em}
  .site-header nav{gap:0}
  .nav-link{display:none}
  .button-small{font-size:10px;padding:12px;gap:8px;border-radius:7px;min-height:44px}
  .button-small svg{width:16px;height:16px}
  .hero{min-height:950px;padding-top:136px;padding-bottom:440px}
  .hero-content{text-align:center;position:relative;z-index:1}
  .hero .eyebrow{font-size:8px;letter-spacing:.1em;justify-content:center;gap:8px;margin-bottom:24px}
  .hero .status-dot{width:5px;height:5px}
  .hero h1{font-size:68px;line-height:1}
  .hero-description{font-size:13px;line-height:1.8;max-width:340px;margin:24px auto 0}
  .desktop-break{display:none}
  .hero-actions{align-items:center;gap:14px;margin-top:28px}
  .hero-actions .button{min-width:230px}
  .hero-actions .text-link{font-size:12px;min-height:40px}
  .platform-note{justify-content:center;font-size:10px;margin-top:8px}
  .hero-art{inset:auto 0 0;height:480px;opacity:1;mask-image:linear-gradient(0deg,#000 65%,transparent 99%);-webkit-mask-image:linear-gradient(0deg,#000 65%,transparent 99%)}
  .hero-art img{object-position:50% 63%}
  .hero::after{background:linear-gradient(0deg,#062e30 1%,transparent 13%)}
  .hero-bottom{font-size:7px;letter-spacing:.14em;bottom:24px;padding-top:16px}
  .hero-bottom span:last-child{font-size:16px}
  .art-note{bottom:86px;font-size:8px}
  .section-pad{padding-block:64px}
  .section-heading{display:block;margin-bottom:32px}
  .section-heading .eyebrow,.living-copy .eyebrow,.faq .eyebrow{font-size:9px;margin-bottom:16px}
  .section-heading>p{font-size:14px;margin-top:24px;max-width:360px;padding-bottom:0}
  .aquarium-preview{aspect-ratio:1.12;border-radius:10px}
  .aquarium-preview>img{object-position:50% 54%}
  .preview-label{top:16px;left:16px;font-size:8px;padding:7px 10px}
  .preview-caption{left:20px;right:20px;bottom:20px;gap:12px;align-items:start;flex-direction:column}
  .preview-caption>span:first-child{font-size:24px}
  .preview-caption>span:last-child{font-size:8px;max-width:none;text-align:left}
  .features{grid-template-columns:1fr;gap:28px;margin-top:36px}
  .features article{display:grid;grid-template-columns:1fr 1.1fr;gap:12px 24px;padding-top:24px}
  .feature-number{grid-column:1/-1;font-size:8px}
  .features h3{margin-top:0;font-size:27px}
  .features p{font-size:12px;margin-top:0;line-height:1.8}
  .living-grid{grid-template-columns:1fr;gap:40px}
  .living-copy>p:not(.eyebrow){font-size:14px;max-width:360px}
  .living-copy .text-link{margin-top:16px}
  .leaf-mark{margin-bottom:24px}
  .gameplay-frame{margin:0 4px;padding:10px}
  .gameplay-window{height:220px}
  .gameplay-frame figcaption{font-size:8px;padding-block:12px 2px}
  .faq-grid{grid-template-columns:1fr;gap:32px}
  .section-note{font-size:12px;margin-top:20px}
  .faq-list summary{font-size:13px;min-height:80px;padding-block:24px}
  .faq-list details p{font-size:13px;padding-right:16px}
  .launch-section{padding-block:64px}
  .launch-inner h2{font-size:52px}
  .launch-inner>p:not(.eyebrow):not(.launch-fine-print){font-size:13px;max-width:310px;margin-top:20px}
  .launch-inner .button{min-width:230px}
  .launch-fine-print{font-size:9px;max-width:280px}
  .launch-fine-print a{min-height:44px}
  .app-icon{width:64px;height:64px;border-radius:16px}
  .footer-inner{grid-template-columns:1fr;gap:20px}
  .footer-inner nav{gap:28px;justify-content:flex-start}
  .footer-inner nav a{font-size:11px}
  .copyright{padding-top:20px}
  .site-footer{padding-block:32px}
  .document-section{padding-block:32px 64px}
  .back-link{margin-bottom:32px}
  .document-layout h1{font-size:52px}
  .document-lead{font-size:15px;line-height:1.8}
  .contact-card{padding:24px;margin-top:32px}
  .contact-email{font-size:17px;gap:12px;min-height:64px;line-height:1.6}
  .contact-email svg{width:20px;height:20px}
  .contact-card>p{font-size:12px}
  .prose{margin-top:32px}
  .prose h2{font-size:18px;margin-top:32px}
  .prose p{font-size:14px}
  .not-found{padding-block:72px 96px}
}
@media(max-width:370px){.brand,.brand img{width:136px}.button-small{font-size:9px;gap:6px}.hero h1{font-size:60px}.hero{min-height:944px}.hero .eyebrow{font-size:7px;letter-spacing:.08em}.features article{grid-template-columns:1fr;gap:12px}.features h3 br{display:none}.features p{max-width:none}.contact-email{font-size:15px}.contact-card{padding:20px}.footer-inner nav{gap:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.button:hover{transform:none}}
