.form-success .ok-ic{width:64px;height:64px;margin:0 auto 1.1rem;border-radius:50%;display:grid;place-items:center;background:linear-gradient(140deg,var(--teal-400),var(--sea-600));color:#fff;box-shadow:0 14px 34px rgba(15,133,119,.35)}.form-success h3{font-family:var(--font-serif);font-size:1.6rem;margin-bottom:.4rem}.form-success p{color:var(--muted);max-width:40ch;margin-inline:auto}.avail-chip{display:inline-flex;align-items:center;gap:.55rem;margin-top:1.4rem;font-family:var(--font-display);font-weight:600;font-size:.85rem;padding:.5rem 1.05rem;border-radius:999px;background:rgba(62,196,178,.13);color:var(--teal-300);border:1px solid rgba(62,196,178,.35)}.avail-chip .dot{width:8px;height:8px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 4px rgba(74,222,128,.22);animation:pulse 2.2s ease infinite}@keyframes pulse{50%{box-shadow:0 0 0 7px rgba(74,222,128,.08)}}.hero__points{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}body[data-page="home"]{background:var(--ocean-900)}.one{position:relative;min-height:100svh;min-height:100dvh;display:flex;color:#fff;overflow:hidden;background:radial-gradient(120% 120% at 80% -10%,var(--ocean-600) 0%,var(--ocean-800) 45%,var(--ocean-900) 100%)}.one__media{position:fixed;inset:0;z-index:0}.one__media video,.one__media img{width:100%;height:100%;object-fit:cover;opacity:.34}.one>.hero__grid-glow{position:fixed}.one::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.16;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E")}.one__inner{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:space-between;min-height:100svh;min-height:100dvh;padding:clamp(40px,7vh,72px) 0 max(26px,env(safe-area-inset-bottom))}.one__id h1{font-size:clamp(2.6rem,7vw,5rem);margin:.1em 0 .25em}.one__id h1 .grad{font-style:italic;background:linear-gradient(120deg,var(--teal-300),var(--cyan-400));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.one__bio{font-size:clamp(1.02rem,1.6vw,1.22rem);color:rgba(255,255,255,.82);max-width:52ch}.one__links{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.5rem}.one__links .chip{font-size:.88rem;padding:.5rem 1.05rem;transition:transform .25s var(--ease),background .25s,border-color .25s}.one__links .chip:hover{transform:translateY(-2px);border-color:var(--teal-400);color:#fff;background:rgba(62,196,178,.14)}.one .hero__actions{margin-top:1.6rem}.one__foot{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-top:2.2rem;flex-wrap:wrap}.one__meta{display:flex;flex-direction:column;gap:.25rem;align-items:flex-end;text-align:right;font-size:.82rem;color:rgba(255,255,255,.55)}.np{display:flex;flex-direction:column;gap:.7rem}.np-card{display:flex;align-items:center;gap:.85rem;padding:.7rem .95rem;border-radius:16px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px);max-width:360px;transition:transform .25s var(--ease),background .25s}a.np-card:hover{transform:translateY(-2px);background:rgba(255,255,255,.11)}.np-card img{width:52px;height:52px;border-radius:10px;object-fit:cover;flex:none}.np-meta{display:flex;flex-direction:column;min-width:0}.np-label{font-family:var(--font-display);font-size:.66rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-300)}.np-track{font-family:var(--font-display);font-weight:600;font-size:.95rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:230px}.np-artist{font-size:.8rem;color:rgba(255,255,255,.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:230px}.np-eq{display:flex;align-items:flex-end;gap:2.5px;height:16px;flex:none;order:-1;margin-right:-.2rem}.np-eq i{width:3px;background:var(--teal-400);border-radius:2px;height:30%;opacity:.35}.np-card.is-live .np-eq i{opacity:1;animation:eq 1s ease-in-out infinite}.np-card.is-live .np-eq i:nth-child(2){animation-delay:.22s}.np-card.is-live .np-eq i:nth-child(3){animation-delay:.44s}@keyframes eq{0%,100%{height:30%}50%{height:100%}}.np-top{display:flex;gap:.45rem}.np-top img{width:34px;height:34px;object-fit:cover;display:block}@media (max-width:720px){.one__inner{padding-top:64px}.one__foot{flex-direction:column;align-items:flex-start;margin-top:1rem;gap:.9rem}.one__meta{align-items:flex-start;text-align:left}.np{gap:.55rem}.np-top{flex-wrap:wrap}.np-top .np-cover:nth-child(n+6){display:none}.one__ava-xl{margin-bottom:.8rem}}.hi-modal{position:fixed;inset:0;z-index:140;display:none;align-items:center;justify-content:center;padding:1.2rem;background:rgba(7,26,38,.7);backdrop-filter:blur(6px)}.hi-modal.open{display:flex}.hi-modal__box{position:relative;width:min(440px,100%);background:#fff;color:var(--ink-900);border-radius:20px;padding:1.8rem;box-shadow:var(--shadow-lg);animation:bookIn .35s var(--ease)}.hi-modal__box h3{font-family:var(--font-serif);font-size:1.5rem;margin-bottom:.15rem}.hi-sub{color:var(--muted);font-size:.92rem;margin-bottom:1rem}.hi-modal__box input[type=text],.hi-modal__box input[type=email],.hi-modal__box textarea{width:100%;padding:.8rem .95rem;border:1px solid var(--line);border-radius:12px;font:16px/1.4 var(--font-body);margin-bottom:.7rem}.hi-modal__box input:focus,.hi-modal__box textarea:focus{outline:none;border-color:var(--teal-500);box-shadow:0 0 0 3px rgba(23,168,152,.14)}.hi-row{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.hi-status{margin-top:.6rem;font-size:.9rem}.hi-status.is-err{color:#b23c1f}.hi-done{text-align:center;font-family:var(--font-serif);font-size:1.4rem;padding:1.4rem 0}.qp-fab{position:fixed;right:1.3rem;bottom:1.3rem;z-index:130;width:56px;height:56px;border-radius:50%;border:none;cursor:pointer;background:var(--ocean-900);color:#fff;display:grid;place-items:center;box-shadow:var(--shadow-lg);transition:transform .2s var(--ease),background .2s}.qp-fab:hover{transform:translateY(-3px) scale(1.05);background:var(--sea-600)}.qp-fab svg{width:24px;height:24px}.qp-photo{display:flex;align-items:center;gap:.5rem;padding:.6rem .2rem;cursor:pointer;font-size:.88rem;color:var(--ink-400)}.qp-photo span:first-of-type{display:flex;align-items:center;gap:.35rem}.qp-photo-name{color:var(--ink-900);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:520px){.qp-fab{right:1rem;bottom:1rem;width:52px;height:52px}}body.has-qp-fab .one__foot,body.has-qp-fab .footer__bottom{padding-right:96px}@media (max-width:520px){body.has-qp-fab .one__foot,body.has-qp-fab .footer__bottom{padding-right:0;padding-bottom:76px}}@media (max-width:520px){.hi-row{grid-template-columns:1fr}}.feed{max-width:640px}.feed-post{display:flex;gap:.9rem;padding:1.3rem 0;border-bottom:1px solid var(--line)}.feed-ava{width:44px;height:44px;border-radius:50%;object-fit:cover;flex:none}.feed-body{min-width:0;flex:1}.feed-head{display:flex;align-items:baseline;gap:.45rem;font-size:.95rem}.feed-handle,.feed-time{color:var(--ink-400);font-size:.85rem}.feed-time{margin-left:auto}.feed-time:hover{color:var(--sea-600)}.feed-title{font-family:var(--font-serif);font-size:1.35rem;margin:.35rem 0 .2rem}.feed-text{color:var(--ink-700);font-size:1rem;line-height:1.55;margin-top:.15rem;overflow-wrap:break-word}.feed-text a{color:var(--sea-600)}.feed-text a:hover{text-decoration:underline}.feed-imgs{display:grid;gap:.4rem;margin-top:.7rem;border-radius:14px;overflow:hidden}.feed-imgs img{width:100%;height:100%;object-fit:cover;display:block}.feed-imgs--1 img{max-height:420px}.feed-imgs--2{grid-template-columns:1fr 1fr}.feed-imgs--3{grid-template-columns:1fr 1fr}.feed-imgs--3 img:first-child{grid-row:span 2}.feed-imgs--4{grid-template-columns:1fr 1fr}.feed-post--long{background:var(--mist);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.5rem;border-bottom:1px solid var(--line);margin:.4rem 0}.wait-form{display:flex;gap:.6rem;justify-content:center;margin-top:1.2rem;flex-wrap:wrap}.wait-form input[type=email]{width:min(320px,100%);padding:.85rem 1.05rem;border-radius:999px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.1);color:#fff;font:16px var(--font-body)}.wait-form input[type=email]::placeholder{color:rgba(255,255,255,.55)}.wait-form input[type=email]:focus{outline:none;border-color:var(--teal-300)}.beach-report{position:relative;padding-bottom:6px}.br-wave{position:absolute;left:0;right:0;bottom:0;height:4px;opacity:.7;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='4' viewBox='0 0 40 4'%3E%3Cpath d='M0 2 Q5 0 10 2 T20 2 T30 2 T40 2' fill='none' stroke='%233ec4b2' stroke-width='1.4'/%3E%3C/svg%3E") repeat-x;animation:brdrift 6s linear infinite}@keyframes brdrift{to{background-position-x:40px}}body[data-page="home"] .nav{display:none !important}.one__ava{width:96px;height:96px;border-radius:50%;object-fit:cover;margin-bottom:1.1rem;border:3px solid rgba(255,255,255,.85);box-shadow:0 16px 40px rgba(7,26,38,.45),0 0 0 6px rgba(62,196,178,.18)}.feed-meta{margin-top:.55rem;font-size:.82rem;color:var(--ink-400)}.feed-post--single{margin-top:0}.feed-text--lg{font-size:1.1rem;line-height:1.65}.feed-who{display:inline-flex;gap:.45rem;align-items:baseline;color:inherit}.feed-who:hover strong{color:var(--sea-600)}.feed-listen-lead{color:var(--ink-500)}.feed-listen{display:flex;flex-direction:column;gap:.45rem;margin-top:.6rem}.feed-track{display:flex;align-items:center;gap:.7rem;padding:.45rem .6rem;border-radius:12px;background:var(--mist);border:1px solid var(--line);transition:transform .2s var(--ease),border-color .2s}.feed-track:hover{transform:translateX(3px);border-color:var(--teal-400)}.feed-track img{width:38px;height:38px;border-radius:8px;object-fit:cover;flex:none}.ft-name{font-family:var(--font-display);font-weight:600;font-size:.92rem;color:var(--ink-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ft-artist{font-size:.82rem;color:var(--ink-400);margin-left:auto;white-space:nowrap;padding-left:.6rem}.feed-more{font-size:.85rem;color:var(--ink-400);padding:.15rem .6rem}.feed-post--listen .feed-ava{opacity:.9}@media (max-width:520px){.ft-artist{display:none}}@media (max-width:640px){.feed-listen:not(.open) .feed-track:nth-of-type(3){display:none}}.one__id{text-align:center;max-width:660px;margin:0 auto;width:100%}.one__ava{margin-left:auto;margin-right:auto}.one__bio{margin-left:auto;margin-right:auto}.one__links{justify-content:center}.one .hero__actions{justify-content:center}.np-cover{border:none;padding:0;background:none;cursor:pointer;border-radius:8px;overflow:hidden;opacity:.72;transition:transform .25s var(--ease),opacity .25s}