/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}:root{--ink:#192e2a;--cream:#f8f9f1;--muted:#7a8580;--blue:#3a7294;--line:#dce1d7}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}a,button{-webkit-tap-highlight-color:transparent}::selection{background:#d1e5a6}a:focus-visible,button:focus-visible{outline-offset:6px;outline:3px solid #477faa}.skip-link{z-index:99;background:#fff;padding:14px;position:fixed;top:-100px;left:20px}.skip-link:focus{top:12px}.nav{z-index:20;justify-content:space-between;align-items:center;height:96px;padding:0 5%;transition:background .3s,box-shadow .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;display:flex;position:fixed;inset:0 0 auto}.nav.scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f8f9f1e8;box-shadow:0 1px #192e2a10}.brand{letter-spacing:-.3px;align-items:center;gap:12px;font-size:14px;font-weight:800;display:inline-flex}.brand-mark{width:30px;height:23px;display:inline-block;position:relative}.brand-mark i{border:3px solid var(--ink);border-bottom:0;border-radius:30px 30px 0 0;width:28px;height:18px;position:absolute;bottom:0;left:0}.brand-mark i+i{width:14px;height:11px;left:7px}nav{align-items:center;gap:34px;font-size:13px;font-weight:600;display:flex}nav a{padding:12px 0}nav a span{margin-left:8px}nav a:hover{color:var(--blue)}.hero{background:#e7f0ed;height:100svh;min-height:860px;max-height:1180px;position:relative;overflow:hidden}.landscape{background:linear-gradient(#d2e8ee,#edf2e9 55%,#f6f3da 68%);inset:-110px 0 -20px;overflow:hidden}.landscape,.sun{position:absolute}.sun{background:#fff8d3;border-radius:50%;width:125px;height:125px;top:34%;right:20%;box-shadow:0 0 95px 25px #fff4c44a}.sea{background:linear-gradient(#c0d8cf,#dce5cc 65%,#e8e9cb);border-top:1px solid #ecedcb;inset:65% 0 0}.island,.sea{position:absolute}.island{filter:blur(2px);background:#a8bcb333;border-radius:80% 90% 0 0;height:18px;top:64%}.island-one{width:29%;right:-5%}.island-two{width:14%;height:7px;top:64.6%;right:32%}.beach{background:#f1efd8;border-radius:55% 0 0;inset:82% -10% -40% 45%}.beach,.chair{position:absolute;transform:rotate(-8deg)}.chair{opacity:.8;width:110px;height:100px;bottom:12%;right:17%}.chair i{background:#5c7060;display:block;position:absolute}.chair-back{width:10px;height:85px;top:0;left:20px;transform:rotate(-24deg);box-shadow:16px 0 #677a6738}.chair-seat{width:80px;height:7px;top:70px;left:36px;transform:rotate(5deg)}.chair-leg{width:4px;height:45px;top:65px;left:70px;transform:rotate(32deg)}.chair-leg.two{left:66px;transform:rotate(-40deg)}.hero-content{z-index:2;padding:155px 5% 100px;position:relative}.eyebrow{letter-spacing:1.8px;font-size:11px;font-weight:700}.hero-eyebrow{align-items:center;gap:9px;margin-bottom:30px;display:flex}.status-dot{background:#588364;border-radius:50%;width:6px;height:6px}h1{letter-spacing:-.055em;max-width:1050px;margin:0 0 30px;font-size:clamp(76px,8.4vw,140px);font-weight:800;line-height:.89}h1>span{display:block}.hero-description{letter-spacing:-.35px;margin:0 0 13px;font-size:18px;line-height:1.5}.chain{color:#5d7269;margin:0 0 29px;font-size:12px}.hero-actions{gap:10px;display:flex}.button{letter-spacing:.5px;border-radius:5px;justify-content:center;align-items:center;gap:30px;min-height:49px;padding:0 23px;font-size:11px;font-weight:700;transition:transform .2s,background .2s,box-shadow .2s;display:inline-flex}.button:hover{transform:translateY(-3px);box-shadow:0 5px 15px #192e2a13}.button span{font-size:19px;font-weight:400}.button-dark{background:var(--ink);color:var(--cream)}.button-dark:hover{background:#304a40}.button-outline{background:#f8f9f11a;border:1px solid #84988a}.button-outline:hover{background:#f8f9f188}.micro{letter-spacing:.2px;color:#69796b;font-size:11px}.hero-note{margin-top:17px}.hero-bottom{letter-spacing:1.2px;color:#5e7165;justify-content:space-between;font-size:9px;font-weight:600;position:absolute;bottom:28px;left:5%;right:5%}.hero-bottom,.hero-bottom a{align-items:center;display:flex}.hero-bottom a{gap:25px}.hero-bottom a span{font-size:20px}.section-pad{padding-left:8%;padding-right:8%}.story{padding-top:90px;padding-bottom:90px;scroll-margin-top:10px}.section-heading{justify-content:space-between;align-items:center;margin-bottom:54px;display:flex}.small-arc{color:#6b8c77;font-size:50px;line-height:.5}.story-copy{margin-left:17%}.story-copy p{letter-spacing:-1.6px;color:#8b948a;margin:0 0 10px;font-size:clamp(25px,3.25vw,50px);font-weight:500;line-height:1.3}.story-copy h2{letter-spacing:-2.8px;margin:28px 0 0;font-size:clamp(38px,4.6vw,69px);font-weight:600;line-height:1.08}.story-copy h2 span{color:#52765d}.arc-section{padding-top:45px;padding-bottom:85px}.journey{border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:30px;padding-top:25px;display:grid}.stage{color:#929b90}.stage-number{letter-spacing:1px;font-size:10px}.stage-name{letter-spacing:-.8px;justify-content:space-between;align-items:center;margin-top:13px;font-size:clamp(15px,2.4vw,35px);font-weight:600;display:flex}.journey-arrow{color:#b6bcb0;font-size:25px;font-weight:400}.stage.active{color:var(--ink)}.retire-sun{color:#7b9266;font-size:32px}.arc-caption{text-align:center;padding-top:50px}.arc-caption p{color:#8a9388;font-size:16px;line-height:1.7}.arc-caption span{color:var(--ink)}.token-section{text-align:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#eef1e7;padding-top:85px;padding-bottom:85px}.token-section h2{letter-spacing:-7px;margin:26px 0 0;font-size:105px;font-weight:600;line-height:1.1;display:inline-block;position:relative}.ticker-sun{color:#6e8a71;letter-spacing:0;font-size:31px;position:absolute;top:5px;right:-36px}.token-name{letter-spacing:-.4px;margin:4px 0 28px;font-size:19px}.contract{background:#f8f9f1;border:1px solid #d5dccd;border-radius:6px;justify-content:space-between;align-items:center;gap:16px;max-width:410px;margin:0 auto 20px;padding:8px 8px 8px 20px;display:flex}.contract code{overflow-wrap:anywhere;text-align:left;font-size:14px}.contract button{white-space:nowrap;background:#e9eee1;border:0;border-radius:3px;padding:11px 13px;font-size:11px}.contract button:hover{background:#dbe5cf}.contract button>span:first-child{margin-right:6px;font-size:17px}.token-section .button{min-width:180px}.token-chain{color:#768274;justify-content:center;align-items:center;gap:6px;margin:17px 0 0;font-size:11px;display:flex}.arc-dot{background:#698da3;border-radius:50%;width:8px;height:8px}.final-section{text-align:center;background:#e0e9cd;padding-top:90px;padding-bottom:85px;position:relative;overflow:hidden}.final-section>div:first-child{z-index:1;position:relative}.final-section h2{letter-spacing:-.065em;margin:32px 0 20px;font-size:clamp(43px,6.7vw,100px);font-weight:700;line-height:.96}.final-section p{margin:0 0 28px;font-size:19px}.final-section .micro{margin-top:20px}.closing-arc{border:1px solid #a2b39155;border-radius:50%;width:620px;height:620px;position:absolute;top:20px;right:-400px;box-shadow:0 0 0 36px #a2b39112,0 0 0 72px #a2b3910d}footer{padding-top:33px;padding-bottom:26px}.footer-row{justify-content:space-between;align-items:center;display:flex}.footer-row p{color:#7e887c;font-size:12px}.footer-row>a:last-child{font-size:13px}.footer-row>a:last-child span{margin-left:9px}.disclaimer{text-align:center;color:#828a7e;margin:30px 0 0;font-size:10px}@media (min-width:1500px){.hero-content{padding-top:180px}}@media (max-width:800px){.nav{height:76px}.hero{min-height:820px;max-height:1050px}.hero-content{padding-top:135px}h1{font-size:clamp(65px,11vw,90px)}.sun{width:95px;height:95px;top:42%;right:12%}.chair{bottom:12%;right:12%;transform:scale(.8)rotate(-8deg)}.hero-bottom>span{display:none}.story-copy{margin-left:0}.section-pad{padding-left:6%;padding-right:6%}.story{padding-top:65px;padding-bottom:55px}.story-copy p{letter-spacing:-.8px}.story-copy h2{letter-spacing:-1.7px}.journey{gap:15px}.arc-section{padding-bottom:55px}.arc-caption{padding-top:30px}.token-section{padding-top:65px;padding-bottom:65px}.final-section{padding-top:70px;padding-bottom:65px}.footer-row .brand{gap:8px;font-size:11px}.footer-row p{font-size:11px}}@media (max-width:480px){.brand{gap:7px;font-size:11px}.brand-mark{transform-origin:0;width:25px;transform:scale(.85)}nav{gap:18px;font-size:11px}nav a span{display:none}.hero{height:100svh;min-height:780px}.hero-content{padding:130px 6% 120px}h1{letter-spacing:-.055em;font-size:clamp(54px,12vw,72px);line-height:.95}.hero-eyebrow,h1{margin-bottom:25px}.hero-eyebrow{letter-spacing:1.5px;font-size:9px}.hero-description{font-size:16px}.hero-actions{gap:8px}.button{gap:18px;min-height:48px;padding:0 16px;font-size:10px}.sun{width:70px;height:70px;top:52%;right:12%}.sea{top:73%}.island{top:72%}.island-two{top:72.5%}.beach{top:87%;left:20%}.chair{bottom:9%;right:13%;transform:scale(.65)rotate(-8deg)}.hero-bottom{font-size:8px;bottom:24px}.section-heading{margin-bottom:35px}.eyebrow{letter-spacing:1.5px;font-size:9px}.story-copy p{font-size:25px;line-height:1.5}.story-copy h2{font-size:38px}.journey{gap:9px}.stage-name{letter-spacing:-.3px;font-size:12px}.journey-arrow{font-size:16px}.retire-sun{font-size:19px}.stage-number{font-size:9px}.arc-caption p{font-size:14px}.token-section h2{font-size:90px}.contract{max-width:340px}.final-section h2{font-size:47px}.footer-row{flex-wrap:wrap;row-gap:20px}.footer-row p{text-align:center;order:3;width:100%;margin:0}.disclaimer{margin-top:18px;font-size:9px;line-height:1.6}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition:none!important;animation:none!important}}.landscape.hero-artwork{background:#e5ddd0;inset:-40px 0 -100px}.hero-image{object-fit:cover;object-position:68% center}.hero-image-overlay{background:linear-gradient(90deg,#f8f9f1f0,#f8f9f1d4 27%,#f8f9f161 49%,#f8f9f100 72%);position:absolute;inset:0}.hero-bottom{color:var(--ink)}.hero-bottom>span{background:#f8f9f1d1;border-radius:3px;padding:9px 12px}@media (max-width:800px){.hero-image{object-position:69% center}.hero-image-overlay{background:linear-gradient(#f8f9f1f0,#f8f9f1db 42%,#f8f9f140 68%,#f8f9f114)}.landscape.hero-artwork{inset:0 0 -95px}.hero-bottom a{background:#f8f9f1d9;border-radius:3px;padding:7px 9px}}@media (max-width:480px){.hero-image{object-position:73% center}.hero-image-overlay{background:linear-gradient(#f8f9f1f7,#f8f9f1e8 35%,#f8f9f1ad 55%,#f8f9f10f 76%)}}nav button{font:inherit;color:inherit;background:0 0;border:0;padding:12px 0}nav button span{margin-left:8px}.button:disabled,nav button:disabled{cursor:default}.button:disabled:hover{box-shadow:none;transform:none}.button-dark:disabled:hover{background:var(--ink)}.button-outline:disabled:hover{background:#f8f9f11a}@media (max-width:480px){nav button span{display:none}}.token-section h2{letter-spacing:-.065em;font-size:clamp(52px,12vw,105px)}@media (max-width:480px){.token-section .ticker-sun{font-size:23px;right:-24px}}