/* Homepage only: an illustrated voyage from purple sea to seabed. */
@font-face{
    font-family:Grandstander;
    src:url('/assets/fonts/grandstander-900-v1.woff') format('woff');
    font-weight:900;
    font-display:swap
}
@font-face{
    font-family:'Patrick Hand';
    src:url('/assets/fonts/patrick-hand-v1.woff') format('woff');
    font-weight:400;
    font-display:swap
}
:root{
    --purple:#7132f5;
    --water:#100724;
    --water-light:#24104e;
    --paper:#f3e8fc;
    --muted:#d1bddf;
    --brass:#aa8960;
    --ink:#080311;
    --font-body:'Patrick Hand',cursive;
    --font-heading:Grandstander,cursive;
    color-scheme:dark;
    scroll-behavior:smooth;
    scroll-padding-top:110px
}
*{
    box-sizing:border-box
}
body{
    --ocean-scenery:url('/assets/illustrated/ocean-depths-1536-v1.webp');
    --ocean-height:1050px;
    margin:0;
    background:var(--water);
    color:var(--paper);
    font:22px/1.5 var(--font-body);
    overflow-x:clip
}
/* Keep the stationary ocean separate from the scrolling vector artwork. */
body::before{
    content:"";
    position:fixed;
    inset:0;
    z-index:-2;
    pointer-events:none;
    background:var(--water) var(--ocean-scenery) center top/100% var(--ocean-height)
}
button,input,select{
    font:inherit
}
button,a{
    -webkit-tap-highlight-color:transparent
}
button{
    color:inherit;
    cursor:pointer
}
a{
    color:inherit;
    text-underline-offset:5px
}
img{
    max-width:100%;
    height:auto;
    display:block
}
svg{
    vertical-align:middle
}
button svg,a svg{
    flex-shrink:0
}
h1,h2,h3,p,figure{
    margin:0
}
h1,h2,h3{
    font-family:var(--font-heading);
    font-weight:900;
    line-height:1.12
}
button{
    border:0
}
strong{
    font-weight:700
}
[hidden]{
    display:none!important
}
:focus-visible{
    outline:3px solid #e9d5ff;
    outline-offset:6px
}
::selection{
    background:var(--purple);
    color:white
}
.container{
    width:min(1160px,calc(100% - 64px));
    margin-inline:auto;
    position:relative
}
.visually-hidden{
    position:absolute!important;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0
}
.clipboard-helper{
    position:fixed;
    inset:-9999px auto auto -9999px
}
.skip-link{
    position:fixed;
    top:-100px;
    left:20px;
    z-index:1000;
    padding:12px 24px;
    background:var(--purple)
}
.skip-link:focus{
    top:12px
}
.noscript-note,.noscript-panel{
    padding:24px;
    text-align:center
}
.ocean-atmosphere{
    position:absolute;
    inset:800px 0 0;
    pointer-events:none;
    background:url('/assets/illustrated/underwater-v1.svg') center top/1440px 1600px repeat-y;
    z-index:-1
}
main{
    position:relative;
    isolation:isolate
}
main>.section{
    scroll-margin-top:0
}
/* The rigging is navigation, with a compact surface on scroll. */
.navbar{
    position:fixed;
    inset:0 0 auto;
    z-index:80;
    padding:10px 0 20px;
    background:linear-gradient(#100724b8,transparent);
    transition:background .25s
}
.navbar.is-submerged:after{
    content:'';
    position:absolute;
    inset:auto 0 -5px;
    height:22px;
    background:url('/assets/illustrated/rope-v1.svg') center/900px 22px repeat-x;
    pointer-events:none
}
.navbar.is-submerged{
    background:#100724f5
}
.nav-container{
    width:min(1440px,calc(100% - 40px));
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:22px
}
.nav-logo{
    display:flex;
    align-items:center;
    text-decoration:none;
    gap:6px;
    flex-shrink:0
}
.nav-logo-img{
    width:46px;
    height:46px;
    object-fit:cover
}
.nav-logo-text{
    font:900 21px/1 var(--font-heading);
    color:#e8d3ff
}
.nav-logo-text small{
    display:none
}
.nav-links{
    display:flex;
    align-items:center;
    gap:clamp(15px,1.8vw,30px);
    list-style:none;
    margin:0;
    padding:0
}
.nav-links a{
    font-size:22px;
    text-decoration:none;
    white-space:nowrap;
    text-shadow:0 2px 3px var(--ink)
}
.nav-links a:hover{
    color:white;
    text-decoration:underline;
    text-decoration-color:var(--purple);
    text-decoration-thickness:4px
}
.nav-socials,.footer-socials{
    display:flex;
    gap:12px;
    align-items:center
}
.social-link{
    display:grid;
    place-items:center;
    min-width:40px;
    min-height:44px;
    transition:transform .2s
}
.social-link svg{
    width:23px;
    height:23px
}
.social-link:hover{
    transform:rotate(-9deg) translateY(-3px)
}
.mobile-menu-btn{
    display:none;
    width:48px;
    height:48px;
    padding:10px;
    background:none
}
.mobile-menu-btn span{
    display:block;
    width:28px;
    height:3px;
    margin:5px auto;
    background:var(--paper);
    border-radius:70% 20%;
    transform:rotate(-4deg)
}
.mobile-menu-btn.active span:first-child{
    transform:translateY(8px) rotate(45deg)
}
.mobile-menu-btn.active span:nth-child(2){
    opacity:0
}
.mobile-menu-btn.active span:last-child{
    transform:translateY(-8px) rotate(-45deg)
}
/* Art is layered behind actual headings and controls. */
.hero{
    position:relative;
    width:100%;
    min-width:0;
    aspect-ratio:3/2;
    max-height:1150px;
    min-height:680px;
    isolation:isolate
}
.surface-art{
    position:absolute;
    inset:0;
    z-index:-1;
    mask-image:linear-gradient(#000 86%,transparent)
}
.surface-art img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center top
}
.hero-content{
    position:absolute;
    width:50%;
    top:7%;
    left:22%;
    text-align:center;
    min-width:0
}
.hero-title{
    position:relative;
    font-size:100px;
    line-height:1;
    height:22vw;
    max-height:340px;
    display:block;
    margin:0;
    min-width:0
}
.hero-title img{
    position:absolute;
    left:0;
    top:50%;
    width:100%;
    height:auto;
    transform:translateY(-50%)
}
.hero-tagline{
    font-size:clamp(24px,2.9vw,46px);
    line-height:1.16;
    margin-top:4px;
    text-shadow:0 3px 4px #100724
}
.hero-subtitle{
    font-size:clamp(19px,1.65vw,27px);
    line-height:1.3;
    margin-top:9px;
    text-shadow:0 2px 5px #100724
}
.cta-button,.swap-load-button,.buybot-promo-btn-primary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:70px;
    padding:15px 40px;
    background:url('/assets/illustrated/sign-v1.svg') center/100% 100% no-repeat;
    border:0;
    color:white;
    text-decoration:none;
    font-family:var(--font-heading);
    font-weight:900;
    font-size:22px;
    filter:drop-shadow(0 7px 0 #08031155);
    transition:transform .2s
}
.cta-button:hover,.swap-load-button:hover,.buybot-promo-btn-primary:hover{
    transform:rotate(-2deg) translateY(-3px)
}
.hero-buy{
    position:absolute;
    top:47%;
    left:11%;
    font-size:clamp(21px,2.2vw,35px);
    min-width:220px;
    min-height:92px;
    transform:rotate(-4deg)
}
.hero-explore{
    position:absolute;
    bottom:12%;
    left:50%;
    transform:translateX(-50%);
    text-align:center;
    text-decoration:none;
    font-size:24px;
    text-shadow:0 2px 4px var(--water)
}
.hero-explore span{
    display:block;
    font-size:36px;
    line-height:1.3
}
.surface-below{
    margin-top:-90px;
    padding-bottom:35px;
    z-index:2;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:30px
}
.contract-address{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    max-width:100%;
    position:relative;
    padding:17px 25px;
    background:url('/assets/illustrated/wood-strip-v1.svg') center/100% 100% no-repeat;
    min-height:76px;
    color:var(--paper)
}
.ca-label{
    font-size:19px;
    white-space:nowrap
}
.ca-text{
    font:14px/1.5 ui-monospace,monospace;
    overflow-wrap:anywhere;
    user-select:all
}
.copy-btn{
    background:transparent;
    padding:12px;
    min-width:44px;
    min-height:44px
}
.copy-btn.copied{
    color:#dfc9ff;
    background:#7132f577;
    border-radius:50%
}
.stats-ticker{
    width:100%;
    max-width:800px
}
.stats-ticker-inner{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:5px 35px
}
.stat-item{
    min-width:120px;
    text-align:center;
    padding:10px 4px 22px;
    position:relative;
    background:url('/assets/illustrated/dial-v1.svg') center bottom/140px 95px no-repeat
}
.stat-label{
    display:block;
    font-size:18px;
    color:var(--muted)
}
.stat-value{
    display:block;
    font-family:var(--font-heading);
    font-size:25px;
    line-height:1.5;
    min-height:38px
}
.stat-value.positive{
    color:#e5d4ff
}
.stat-value.negative{
    color:#ffc9e0
}
.stats-updated{
    width:100%;
    text-align:center;
    font-size:16px;
    color:var(--muted);
    margin-top:7px
}
.section-jump-nav{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px 28px;
    padding:12px 20px 20px;
    max-width:850px;
    margin:0 auto 30px;
    background:url('/assets/illustrated/rope-v1.svg') center bottom/850px 17px no-repeat
}
.section-jump-nav a{
    padding:8px 0;
    text-decoration:none
}
.section-jump-nav a[aria-current]{
    text-decoration:underline;
    text-decoration-color:var(--purple);
    text-decoration-thickness:4px
}
/* Open water: five pieces of the real story, without a row of cards. */
.section{
    padding:100px 0;
    position:relative
}
.section-title{
    font-size:clamp(36px,4.2vw,66px);
    text-align:center;
    max-width:1000px;
    margin:0 auto 22px;
    letter-spacing:-1.7px;
    text-wrap:balance;
    color:#f0ddff;
    text-shadow:2px 4px 0 #2d124c
}
.section-intro{
    max-width:720px;
    margin:0 auto 45px;
    text-align:center;
    font-size:24px;
    color:var(--muted);
    text-wrap:pretty
}
.about{
    padding-top:80px
}
.about-cameo{
    width:420px;
    margin:0 auto -30px;
    position:relative;
    z-index:1
}
.scene-cutout{
    filter:drop-shadow(0 15px 15px #06020e66)
}
.about-cards{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px 14%;
    position:relative;
    padding:20px 35px
}
.about-card{
    position:relative;
    padding:14px 0 0 60px;
    max-width:490px
}
.about-card:after{
    content:'';
    display:block;
    width:85%;
    height:25px;
    margin-top:15px;
    background:url('/assets/illustrated/current-v1.svg') left center/100% 25px no-repeat;
    opacity:.65
}
.about-card h3{
    font-size:29px;
    margin-bottom:12px
}
.about-card p{
    font-size:23px;
    color:var(--muted)
}
.cabinet-number{
    position:absolute;
    left:0;
    top:15px;
    font:900 22px/1 var(--font-heading);
    color:#dbc8ff;
    transform:rotate(-10deg)
}
.card-icon{
    position:absolute;
    left:-6px;
    top:57px
}
.card-icon .fitting{
    width:38px;
    height:38px;
    opacity:.8
}
.about-origin{
    grid-column:1/-1;
    margin:0 auto 20px;
    width:100%;
    max-width:650px;
    padding:5px 0 0 220px;
    min-height:210px
}
.origin-portrait{
    position:absolute;
    left:0;
    top:0;
    width:185px;
    transform:rotate(-8deg);
    padding:18px;
    background:url('/assets/illustrated/porthole-v1.svg') center/100% 100%
}
.about-origin .cabinet-number,.about-origin .card-icon{
    display:none
}
.about-card:nth-child(3){
    margin-top:50px
}
.about-card:nth-child(5){
    margin-top:40px
}
.fitting{
    color:var(--brass)
}
.barnacle-cluster{
    position:absolute;
    pointer-events:none;
    z-index:5;
    width:140px;
    height:90px;
    bottom:-24px;
    right:-25px
}
/* A merchant wreck: the consent-gated service sits inside drawn timber. */
.buy-section{
    padding-top:130px
}
.contract-address-buy{
    width:fit-content;
    margin:0 auto;
    z-index:2
}
.buy-scenery{
    height:220px;
    position:relative;
    max-width:850px;
    margin:auto
}
.treasure-cameo{
    position:absolute;
    width:430px;
    bottom:-50px;
    left:-60px;
    z-index:3;
    pointer-events:none
}
.swap-embed{
    position:relative;
    max-width:1080px;
    margin:auto;
    padding:65px 75px 80px;
    border:0;
    isolation:isolate
}
.swap-embed:before{
    content:'';
    position:absolute;
    inset:0;
    background:url('/assets/illustrated/wreck-frame-v1.svg') center/100% 100% no-repeat;
    z-index:-1;
    pointer-events:none
}
.swap-consent{
    min-height:420px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    text-align:center;
    padding:40px 30px;
    background:#140a2fe8;
    border-radius:38% 32% 25% 25% / 15% 15% 15% 15%
}
.swap-anchor{
    width:68px;
    height:68px;
    color:var(--brass);
    margin-bottom:22px
}
.swap-consent h3{
    font-size:30px;
    max-width:500px;
    margin-bottom:20px
}
.swap-consent p{
    max-width:570px;
    color:var(--muted);
    font-size:23px
}
.swap-consent-actions{
    margin-top:30px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    gap:20px 30px
}
.swap-consent-actions>a{
    font-size:21px
}
.swap-embed iframe{
    display:none;
    width:100%;
    height:660px;
    border:0;
    border-radius:14px;
    background:#120926
}
.swap-embed.loading iframe,.swap-embed.loaded iframe{
    display:block
}
.swap-status{
    position:relative;
    text-align:center;
    padding:8px 12px;
    background:#100724;
    color:var(--paper);
    z-index:2
}
.swap-status:empty{
    display:none
}
/* One chain, eighteen submarines, one anchor. */
.timeline-section{
    padding-top:100px;
    padding-bottom:70px;
    background:radial-gradient(ellipse at 70% 20%,#24104e50,transparent 65%)
}
.timeline-section>.container{
    width:min(1280px,calc(100% - 64px))
}
.timeline{
    position:relative;
    padding-top:20px;
    padding-bottom:80px;
    isolation:isolate
}
.journey-chain{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    overflow:visible;
    z-index:-1;
    pointer-events:none
}
.timeline-item{
    position:relative;
    width:46%;
    container-type:inline-size;
    margin:0 auto 0 0;
    padding-top:60px
}
.timeline-item[data-side=right]{
    margin-left:auto;
    margin-right:0
}
.timeline-item+.timeline-item{
    margin-top:-90px
}
.grant-badge{
    display:inline-block;
    margin:0 0 22px;
    padding:14px 22px;
    background:url('/assets/illustrated/seal-v1.svg') center/100% 100% no-repeat;
    color:#fff5df;
    font-size:16px;
    line-height:1.2;
    text-align:center;
    min-height:66px
}
.grant-glow{
    display:none
}
.journey-end{
    position:relative;
    text-align:center;
    margin-top:-35px
}
.journey-anchor{
    width:250px;
    margin:0 auto 10px
}
.journey-end p{
    font-size:25px;
    color:var(--muted)
}
/* The picture house uses the existing adaptive native player and cloth motion. */
.cinema-section{
    padding-top:150px
}
.arts-eyebrow{
    text-align:center;
    font-size:20px;
    color:#c9b0df;
    margin-bottom:20px
}
.cinema-marquee{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:25px
}
.cinema-marquee .section-title{
    margin-inline:0
}
.cinema-reel{
    width:55px;
    height:55px;
    margin-bottom:20px;
    filter:sepia(.2)
}
.arts-navigation{
    display:flex;
    justify-content:center;
    gap:25px;
    margin-bottom:45px
}
.arts-navigation a{
    font-size:21px;
    text-decoration:none;
    padding:7px 5px
}
.arts-navigation .arts-current{
    border-bottom:3px solid var(--purple)
}
.cinema-theatre{
    display:none;
    position:relative
}
.js .cinema-theatre{
    display:block
}
.cinema-theatre .barnacle-cluster{
    top:0;
    left:-20px;
    bottom:auto;
    transform:rotate(-30deg)
}
.cinema-stage{
    position:relative;
    isolation:isolate;
    height:clamp(520px,55vw,660px);
    background:url('/assets/illustrated/theatre-frame-v1.svg') center/100% 100% no-repeat;
    overflow:hidden
}
.cinema-projector-beam{
    position:absolute;
    inset:0 0 10%;
    clip-path:polygon(48% 0,52% 0,83% 100%,17% 100%);
    background:linear-gradient(#ad7cff10,#aa80d604);
    pointer-events:none
}
.cinema-aperture{
    position:absolute;
    inset:65px 13% 80px;
    display:grid;
    place-items:center
}
.cinema-screen{
    position:relative;
    width:100%;
    height:100%;
    max-width:100%;
    max-height:100%;
    background:#080412;
    box-shadow:0 0 0 3px #8b6854,0 0 0 7px #170b23
}
.cinema-screen video{
    width:100%;
    height:100%;
    display:block;
    object-fit:contain
}
.cinema-screen video:fullscreen{
    object-fit:contain;
    background:black
}
.cinema-play{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    gap:14px;
    align-items:center;
    justify-content:center;
    background:#08031348;
    color:white;
    text-shadow:0 2px 5px #000;
    font-size:23px
}
.cinema-play-icon{
    display:grid;
    place-items:center;
    width:74px;
    height:74px;
    background:var(--purple);
    border-radius:48% 55% 49% 44%;
    box-shadow:0 0 0 3px #c49aff88
}
.cinema-play-icon svg{
    margin-left:5px
}
.cinema-play:hover .cinema-play-icon{
    transform:scale(1.08) rotate(-4deg)
}
.cinema-curtain{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    pointer-events:none;
    z-index:4
}
.cinema-valance{
    position:absolute;
    inset:8px 8px auto;
    height:58px;
    z-index:5;
    background:url('/assets/illustrated/valance-v1.svg') center/100% 100% no-repeat;
    pointer-events:none
}
.cinema-stage-floor{
    position:absolute;
    inset:auto 6% 20px;
    height:30px;
    background:url('/assets/illustrated/wood-strip-v1.svg') center/100% 100%
}
.cinema-stage-sign{
    position:absolute;
    bottom:10px;
    left:50%;
    transform:translateX(-50%) rotate(-2deg);
    z-index:5;
    background:url('/assets/illustrated/sign-v1.svg') center/100% 100%;
    font-size:19px;
    padding:13px 36px;
    white-space:nowrap
}
.cinema-now-showing{
    display:grid;
    grid-template-columns:1fr auto;
    gap:12px 20px;
    max-width:900px;
    margin:25px auto 0;
    padding:18px 25px
}
.cinema-now-showing .arts-eyebrow{
    text-align:left;
    margin-bottom:6px;
    font-size:18px
}
.cinema-now-showing h3{
    font-size:29px
}
.cinema-now-showing>a{
    align-self:center
}
.cinema-credit{
    grid-column:1/-1;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:10px;
    font-size:20px;
    color:var(--muted)
}
.cinema-status{
    text-align:center;
    min-height:30px;
    color:var(--muted)
}
.popcorn-cameo{
    width:380px;
    margin:0 0 -60px auto;
    position:relative;
    z-index:2;
    pointer-events:none
}
.cinema-programme{
    padding-top:15px
}
.cinema-programme-heading{
    margin:0 0 34px 20px;
    max-width:55%
}
.cinema-programme-heading h3{
    font-size:32px;
    margin-bottom:10px
}
.cinema-programme-heading p{
    color:var(--muted)
}
.cinema-films{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:34px
}
.cinema-film{
    display:block;
    position:relative;
    padding:32px 27px 36px;
    background:url('/assets/illustrated/ticket-v1.svg') center/100% 100% no-repeat;
    text-decoration:none;
    transform:rotate(-2deg);
    color:#eadaf6
}
.cinema-film:nth-child(2){
    transform:rotate(2deg)
}
.cinema-film:nth-child(3){
    transform:rotate(-1deg)
}
.cinema-film:hover,.cinema-film[aria-current=true]{
    filter:drop-shadow(0 6px 0 #7132f577);
    color:white
}
.cinema-film-art{
    display:block;
    position:relative;
    height:200px;
    margin-bottom:18px;
    overflow:hidden;
    clip-path:polygon(2% 0,98% 1%,100% 96%,97% 100%,0 98%)
}
.cinema-film-art img{
    width:100%;
    height:100%;
    object-fit:cover
}
.cinema-film-number{
    position:absolute;
    top:8px;
    left:9px;
    background:#100724d9;
    padding:3px 10px;
    font-size:18px
}
.cinema-film-copy{
    display:flex;
    flex-direction:column;
    gap:12px
}
.cinema-film-meta{
    display:flex;
    justify-content:space-between;
    font-size:16px;
    color:var(--muted)
}
.cinema-film-title{
    font:900 25px/1.15 var(--font-heading)
}
.cinema-film-description{
    font-size:21px;
    line-height:1.35
}
.cinema-film-arrow{
    position:absolute;
    right:28px;
    bottom:12px
}
.cinema-fallback{
    text-align:center;
    padding:30px
}
.arts-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    color:#a47dc5;
    margin-top:80px
}
.arts-divider span{
    width:20%;
    height:28px;
    background:url('/assets/illustrated/current-v1.svg') center/100% 100%
}
/* An exhibition suspended from the wreck. */
.gallery-section{
    padding-top:60px
}
.photography-studio{
    position:relative;
    padding:30px 30px 20px
}
.photography-lighting{
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:25px;
    background:url('/assets/illustrated/rope-v1.svg') center/100% 100%;
    pointer-events:none
}
.photography-studio-label{
    text-align:center;
    margin:0 0 30px;
    font-size:20px;
    color:var(--muted)
}
.photography-studio-label svg{
    margin-right:12px
}
.coverflow{
    position:relative
}
.gallery-featured{
    display:none
}
.js .gallery-featured{
    display:flex;
    flex-direction:column;
    align-items:center;
    position:relative;
    background:none;
    padding:0;
    margin:0 auto 30px;
    width:min(670px,85%);
    color:var(--paper)
}
.gallery-print{
    display:block;
    width:100%;
    padding:50px 58px 60px;
    background:url('/assets/illustrated/picture-frame-v1.svg') center/100% 100% no-repeat;
    transform:rotate(-2deg);
    filter:drop-shadow(0 20px 15px #08030d80)
}
.gallery-print img{
    width:100%;
    height:auto;
    aspect-ratio:1;
    object-fit:contain;
    background:#100724
}
.gallery-featured-caption{
    font-size:22px;
    line-height:1.35;
    margin:23px auto 9px;
    max-width:550px
}
.gallery-open-hint{
    font-size:19px;
    color:var(--muted)
}
.coverflow-viewport{
    position:relative;
    margin:35px 0 20px
}
.coverflow-track{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:22px
}
.coverflow-slide{
    display:block;
    padding:12px 13px 16px;
    background:url('/assets/illustrated/picture-frame-v1.svg') center/100% 100% no-repeat;
    transform:rotate(-3deg)
}
.coverflow-slide:nth-child(3n){
    transform:rotate(3deg)
}
.coverflow-slide img{
    width:100%;
    height:auto;
    aspect-ratio:1;
    object-fit:cover
}
.js .coverflow-track{
    display:flex;
    overflow-x:auto;
    scrollbar-width:thin;
    scrollbar-color:#7132f5 #1f0d3b;
    padding:18px 10px 24px;
    gap:18px;
    scroll-snap-type:x proximity
}
.js .coverflow-slide{
    flex:0 0 110px;
    scroll-snap-align:center;
    opacity:.72
}
.js .coverflow-slide[aria-current],.js .coverflow-slide:hover,.js .coverflow-slide:focus{
    opacity:1;
    filter:drop-shadow(0 4px 0 #7132f5)
}
.coverflow-btn{
    display:none;
    position:absolute;
    top:32%;
    width:55px;
    height:65px;
    background:url('/assets/illustrated/sign-v1.svg') center/100% 100%;
    color:white
}
.js .coverflow-btn{
    display:grid;
    place-items:center
}
.coverflow-prev{
    left:0;
    transform:rotate(-7deg)
}
.coverflow-next{
    right:0;
    transform:rotate(7deg)
}
.coverflow-toolbar{
    display:none;
    align-items:center;
    justify-content:center;
    gap:26px;
    margin-top:20px
}
.js .coverflow-toolbar{
    display:flex
}
.coverflow-play-toggle{
    background:none;
    color:var(--muted);
    font-size:20px;
    min-height:44px;
    text-decoration:underline;
    text-decoration-color:#7132f5;
    text-decoration-thickness:3px;
    text-underline-offset:5px
}
.coverflow-status{
    font-size:21px;
    min-width:75px
}
.photography-film-edge{
    display:flex;
    justify-content:space-between;
    padding:35px 0 10px;
    gap:15px;
    color:var(--muted);
    font-size:15px;
    letter-spacing:1px
}
.photography-note{
    text-align:center;
    max-width:650px;
    margin:20px auto 0;
    color:var(--muted);
    font-size:22px
}
/* The community's lookout, then company on the seabed. */
.buybot-promo-section{
    padding:140px 0 70px;
    scroll-margin-top:0
}
.buybot-promo{
    display:grid;
    grid-template-columns:1.2fr 1fr;
    gap:15px;
    align-items:center;
    position:relative
}
.buybot-promo-copy{
    position:relative;
    z-index:2;
    padding:20px 0
}
.buybot-promo-eyebrow{
    font-size:20px;
    color:var(--muted);
    margin-bottom:18px
}
.buybot-promo h2{
    font-size:clamp(35px,4vw,56px);
    text-wrap:balance;
    margin-bottom:24px
}
.buybot-promo-copy>p:not(.buybot-promo-eyebrow){
    font-size:23px;
    color:var(--muted)
}
.buybot-promo-points{
    list-style:none;
    display:flex;
    flex-wrap:wrap;
    gap:12px 25px;
    padding:0;
    margin:25px 0
}
.buybot-promo-points li{
    font-size:20px;
    text-decoration:underline;
    text-decoration-color:var(--purple);
    text-decoration-thickness:3px;
    text-underline-offset:6px
}
.buybot-promo-actions{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
    margin-top:30px
}
.buybot-promo-btn-primary{
    font-size:19px;
    padding:17px 30px;
    gap:8px
}
.buybot-promo-btn-secondary{
    font-size:21px
}
.buybot-promo-visual{
    display:block;
    position:relative;
    text-decoration:none;
    transform:rotate(3deg)
}
.buybot-promo-visual img{
    width:100%;
    filter:drop-shadow(0 10px 15px #05021066)
}
.buybot-promo-focus,.buybot-promo-community{
    display:block;
    text-align:center;
    font-size:21px
}
.buybot-promo-community{
    color:var(--muted);
    font-size:18px;
    margin-top:5px
}
.buybot-promo .barnacle-cluster{
    display:none
}
.footer{
    position:relative;
    isolation:isolate;
    padding:0 0 45px;
    overflow:hidden;
    background:linear-gradient(to bottom,transparent,var(--water) 78%)
}
.seabed-art{
    position:relative;
    display:block;
    width:100%;
    height:auto;
    margin-bottom:24px;
    z-index:-1;
    /* Fade only the water and outer seabed, preserving all three seated guests. */
    mask-image:linear-gradient(to bottom,transparent,rgba(0,0,0,.12) 5%,rgba(0,0,0,.55) 12%,#000 22%,#000 94%,transparent)
}
.seabed-art img{
    width:100%;
    height:auto;
    object-fit:contain;
    object-position:center
}
.footer-greeting{
    text-align:center;
    font:900 clamp(30px,4vw,54px)/1.15 var(--font-heading);
    margin:0 0 35px;
    text-shadow:0 3px 8px #100724
}
.footer-content{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:18px
}
.footer-brand{
    display:flex;
    align-items:center;
    gap:12px
}
.footer-logo{
    width:60px;
    height:60px;
    object-fit:cover
}
.footer-name{
    font:900 28px/1 var(--font-heading)
}
.footer-socials{
    gap:24px
}
.footer-contract{
    max-width:100%;
    text-align:center
}
.footer-contract code{
    font:12px/1.5 ui-monospace,monospace;
    overflow-wrap:anywhere
}
.ink-badge{
    font-size:20px;
    text-decoration:underline;
    text-decoration-color:#7132f5;
    text-decoration-thickness:4px;
    text-underline-offset:5px
}
.footer-utility{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    gap:25px;
    font-size:18px
}
.motion-toggle{
    background:none;
    color:var(--muted);
    text-decoration:underline;
    min-height:44px
}
.motion-toggle:disabled{
    opacity:.8;
    cursor:default
}
.footer-disclaimer{
    font-size:17px;
    text-align:center;
    color:var(--muted)
}
/* A little guide, with reserved spaces and finite optional reactions. */
.beast-dock{
    position:relative;
    width:105px;
    height:105px;
    margin:0 auto 16px;
    z-index:4;
    pointer-events:none
}
.beast-dock img{
    width:100%;
    height:100%;
    object-fit:cover
}
.companion-enabled .beast-dock img{
    visibility:hidden
}
.beast-companion{
    position:fixed;
    top:0;
    left:0;
    z-index:35;
    border:0;
    padding:0;
    background:none;
    transform-origin:50% 70%;
    will-change:transform;
    touch-action:manipulation;
    isolation:isolate
}
.beast-companion>img{
    width:100%;
    height:100%;
    object-fit:cover;
    pointer-events:none;
    filter:drop-shadow(0 8px 5px #05020e44)
}
.companion-message{
    position:absolute;
    right:15%;
    bottom:94%;
    width:175px;
    padding:12px 18px;
    color:#f5eaff;
    background:#24104e;
    border:2px solid #9870c5;
    border-radius:48% 43% 42% 19%;
    font:19px/1.2 var(--font-body);
    opacity:0;
    pointer-events:none;
    transform:translateY(8px) rotate(-3deg);
    transition:opacity .15s,transform .2s
}
.beast-companion.is-reacting .companion-message{
    opacity:1;
    transform:translateY(0) rotate(-3deg)
}
.companion-bubbles{
    position:absolute;
    inset:0;
    pointer-events:none
}
.companion-bubbles i{
    position:absolute;
    left:25%;
    top:50%;
    width:16px;
    height:18px;
    border:1px solid #c6a2f2;
    border-radius:48% 51% 43% 55%;
    background:#7132f520;
    opacity:0;
    box-shadow:inset 3px 2px 0 #eedcff50
}
.companion-bubbles i:nth-child(2){
    left:60%;
    top:40%;
    width:11px;
    height:12px;
    animation-delay:.13s!important
}
.companion-bubbles i:nth-child(3){
    left:10%;
    top:70%;
    animation-delay:.25s!important
}
.companion-bubbles i:nth-child(4){
    left:75%;
    top:55%;
    width:23px;
    height:25px;
    animation-delay:.4s!important
}
.companion-bubbles i:nth-child(5){
    left:45%;
    top:30%;
    animation-delay:.5s!important
}
.beast-companion.is-reacting .companion-bubbles i{
    animation:hello-bubble 1.2s ease-out both
}
.beast-companion.is-reacting>img{
    animation:plush-hello .65s ease-in-out 2
}
@keyframes hello-bubble{
    0%{
        opacity:0;
        transform:translateY(0)
    }
    20%{
        opacity:1
    }
    100%{
        opacity:0;
        transform:translate(16px,-85px)
    }
}
@keyframes plush-hello{
    0%,100%{
        transform:rotate(0)
    }
    35%{
        transform:rotate(-12deg)
    }
    70%{
        transform:rotate(9deg)
    }
}
/* Practical controls retain a drawn surround and generous target sizes. */
.modal-open{
    overflow:hidden
}
.lightbox{
    max-width:calc(100vw - 32px);
    width:1000px;
    max-height:calc(100dvh - 28px);
    padding:55px 65px 50px;
    border:0;
    background:url('/assets/illustrated/picture-frame-v1.svg') center/100% 100% no-repeat;
    color:var(--paper)
}
.lightbox::backdrop{
    background:#080212ed
}
.lightbox-panel{
    position:relative
}
.lightbox-close{
    position:absolute;
    right:-18px;
    top:-28px;
    width:46px;
    height:46px;
    background:var(--purple);
    color:white;
    border-radius:47% 53% 45% 49%;
    font-size:34px;
    z-index:2
}
.lightbox-img{
    width:100%;
    height:auto;
    max-height:64dvh;
    object-fit:contain
}
.lightbox figcaption{
    text-align:center;
    margin:17px auto 20px;
    font-size:20px;
    max-width:720px
}
.lightbox-actions{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px 22px
}
.lightbox-action{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:45px;
    padding:8px 13px;
    background:none;
    font-size:19px;
    color:var(--paper);
    text-decoration:underline;
    text-decoration-color:#7132f5;
    text-underline-offset:5px
}
.lightbox-download{
    background:var(--purple);
    text-decoration:none;
    border-radius:15% 12% 18% 10%
}
.action-status{
    min-height:26px;
    text-align:center;
    margin-top:12px;
    font-size:18px
}
.privacy-notice{
    position:fixed;
    bottom:18px;
    left:18px;
    z-index:90;
    display:flex;
    align-items:center;
    gap:22px;
    max-width:650px;
    padding:28px 43px;
    background:url('/assets/illustrated/wreck-frame-v1.svg') center/100% 100% no-repeat;
    filter:drop-shadow(0 6px 20px #0009)
}
.privacy-notice p{
    font-size:18px;
    line-height:1.35
}
.privacy-notice button{
    min-width:70px;
    min-height:46px;
    background:var(--purple);
    color:white;
    border-radius:45% 38% 30% 35%;
    font-size:19px
}
.back-to-top{
    position:fixed;
    bottom:22px;
    right:22px;
    z-index:40;
    width:48px;
    height:58px;
    background:url('/assets/illustrated/sign-v1.svg') center/100% 100% no-repeat;
    color:white
}
.timeline-guide{
    position:absolute;
    right:10%;
    top:0;
    width:90px;
    height:90px;
    margin:0
}
@media(min-width:1200px){
    .container{
        width:min(1160px,calc(100% - 250px))
    }
    .timeline-section>.container{
        width:min(1230px,calc(100% - 250px))
    }
}
@media(min-width:1400px){
    .hero-content{
        top:7%
    }
}
@media(max-width:1199px){
    .nav-socials{
        display:none
    }
    .hero{
        min-height:600px
    }
    .hero-content{
        top:12%
    }
    .surface-below{
        margin-top:-50px
    }
    .about-cards{
        gap:35px 7%;
        padding-inline:10px
    }
    .timeline-section>.container{
        width:calc(100% - 40px)
    }
    .cinema-film-title{
        font-size:22px
    }
    .cinema-film{
        padding-inline:22px
    }
    .treasure-cameo{
        left:0
    }
    .buybot-promo{
        gap:0
    }
    .container{
        width:calc(100% - 50px)
    }
}
@media(max-width:1050px){
    .navbar{
        padding:6px 0 16px
    }
    .nav-container{
        gap:14px
    }
    .mobile-menu-btn{
        display:block;
        margin-left:auto
    }
    .nav-links{
        display:none;
        position:absolute;
        top:74px;
        left:15px;
        right:15px;
        padding:24px 25px 30px;
        background:#1b0b38;
        box-shadow:0 0 0 3px #72543c,0 12px 30px #0008;
        border-radius:32px 22px 45px 23px;
        flex-wrap:wrap;
        gap:12px 25px
    }
    .nav-links.open{
        display:flex
    }
    .nav-links a{
        display:block;
        padding:9px;
        font-size:24px
    }
    .hero{
        min-height:610px
    }
    .hero-content{
        top:12%;
        width:58%;
        left:15%
    }
    .hero-title{
        height:26vw
    }
    .hero-tagline{
        font-size:30px
    }
    .hero-subtitle{
        font-size:21px
    }
    .hero-buy{
        top:64%;
        left:8%;
        min-width:180px;
        min-height:76px;
        font-size:24px
    }
    .hero-explore{
        bottom:10%;
        font-size:21px
    }
    .cinema-films{
        gap:15px
    }
    .cinema-film-description{
        font-size:20px
    }
    .swap-embed{
        padding:55px 55px 65px
    }
    .timeline-item{
        width:46%
    }
    .buybot-promo h2{
        font-size:41px
    }
}
@media(max-width:800px){
    .container{
        width:calc(100% - 36px)
    }
    .section{
        padding-block:75px
    }
    .section-title{
        font-size:41px;
        letter-spacing:-1px
    }
    .section-intro{
        font-size:22px;
        margin-bottom:35px;
        max-width:600px
    }
    .about-cards{
        gap:35px
    }
    .about-card{
        padding-left:40px
    }
    .about-card h3{
        font-size:25px
    }
    .about-card p{
        font-size:21px
    }
    .about-origin{
        padding-left:190px
    }
    .origin-portrait{
        width:170px
    }
    .card-icon .fitting{
        width:30px
    }
    .about-card:nth-child(3),.about-card:nth-child(5){
        margin-top:0
    }
    .timeline-section>.container{
        width:calc(100% - 22px)
    }
    .timeline-item,.timeline-item[data-side=right]{
        width:calc(100% - 60px);
        max-width:570px;
        margin-left:auto;
        margin-right:0
    }
    .timeline-item+.timeline-item{
        margin-top:0
    }
    .timeline{
        padding-bottom:30px
    }
    .journey-anchor{
        width:215px
    }
    .journey-end{
        margin-top:0
    }
    .buy-scenery{
        height:170px
    }
    .treasure-cameo{
        width:340px;
        bottom:-40px
    }
    .cinema-stage{
        height:580px
    }
    .cinema-films{
        grid-template-columns:1fr;
        max-width:620px;
        margin:auto;
        gap:28px
    }
    .cinema-film{
        display:grid;
        grid-template-columns:120px 1fr;
        gap:20px;
        padding:30px 32px
    }
    .cinema-film-art{
        height:165px;
        margin:0
    }
    .cinema-film-title{
        font-size:26px
    }
    .cinema-film-copy{
        justify-content:center;
        gap:9px
    }
    .cinema-film-description{
        font-size:22px
    }
    .cinema-film:nth-child(n){
        transform:rotate(-1deg)
    }
    .cinema-film:nth-child(2){
        transform:rotate(1deg)
    }
    .popcorn-cameo{
        width:310px;
        margin-bottom:-30px
    }
    .cinema-programme-heading h3{
        font-size:28px
    }
    .cinema-programme-heading{
        margin-left:10px
    }
    .buybot-promo{
        grid-template-columns:1fr
    }
    .buybot-promo-copy{
        max-width:640px;
        margin:auto
    }
    .buybot-promo-visual{
        width:80%;
        max-width:550px;
        margin:0 auto
    }
    .buybot-promo h2{
        font-size:43px
    }
    .buybot-promo-section{
        padding:90px 0 50px
    }
    .footer{
        padding-top:0
    }
    .seabed-art{
        height:auto;
        margin-bottom:20px
    }
    .photography-studio{
        padding-inline:0
    }
    .gallery-print{
        padding:38px 42px 45px
    }
    .gallery-featured-caption{
        font-size:20px
    }
    .coverflow-btn{
        width:45px;
        height:54px
    }
    .coverflow-track{
        grid-template-columns:repeat(3,1fr)
    }
    .coverflow-slide{
        padding:8px 9px 12px
    }
    .privacy-notice{
        max-width:560px;
        padding:25px 38px;
        gap:15px
    }
    .ca-label{
        font-size:18px
    }
    .ca-text{
        font-size:12px
    }
    .stat-value{
        font-size:23px
    }
}
@media(max-width:650px){
    :root{
        scroll-padding-top:100px
    }
    body{
        font-size:21px
    }
    .nav-container{
        width:calc(100% - 24px)
    }
    .nav-logo-img{
        width:41px;
        height:41px
    }
    .nav-logo-text{
        font-size:19px
    }
    .navbar:after{
        height:17px;
        background-size:700px 17px
    }
    .hero{
        aspect-ratio:2/3;
        min-height:740px;
        max-height:none
    }
    .surface-art{
        mask-image:linear-gradient(#000 90%,transparent)
    }
    .surface-art img{
        object-position:center top
    }
    .hero-content{
        top:8%;
        left:5%;
        width:90%
    }
    .hero-title{
        height:43vw;
        max-height:none
    }
    .hero-tagline{
        font-size:clamp(23px,5.8vw,36px);
        margin-top:0
    }
    .hero-subtitle{
        font-size:clamp(19px,4.7vw,27px);
        margin-top:8px;
        white-space:nowrap
    }
    .hero-buy{
        top:41%;
        left:50%;
        transform:translateX(-50%) rotate(-3deg);
        min-height:70px;
        min-width:200px;
        font-size:24px;
        padding-inline:28px
    }
    .hero-buy:hover{
        transform:translateX(-50%) rotate(0deg)
    }
    .hero-explore{
        bottom:4%;
        width:85%;
        font-size:21px
    }
    .surface-below{
        margin-top:0;
        padding-bottom:15px;
        gap:22px
    }
    .contract-address{
        padding:15px 17px;
        gap:8px;
        flex-wrap:wrap;
        justify-content:flex-start;
        width:100%;
        max-width:490px
    }
    .contract-address-hero .ca-label{
        display:none
    }
    .ca-text{
        font-size:11px;
        flex:1;
        min-width:0
    }
    .copy-btn{
        padding:9px
    }
    .contract-address-buy .ca-label{
        width:100%;
        text-align:center;
        font-size:18px
    }
    .contract-address-buy .ca-text{
        font-size:11px
    }
    .stats-ticker-inner{
        gap:8px 18px;
        max-width:420px;
        margin:auto
    }
    .stat-item{
        width:42%;
        min-width:110px;
        background-size:140px 100px;
        padding-bottom:20px
    }
    .stat-label{
        font-size:18px
    }
    .stat-value{
        font-size:24px
    }
    .section-jump-nav{
        gap:0 20px;
        padding:10px 18px 25px;
        margin-bottom:15px;
        font-size:20px
    }
    .section-jump-nav a{
        padding:7px 0
    }
    .section-title{
        font-size:clamp(33px,8.5vw,48px);
        letter-spacing:-1px;
        padding-inline:8px;
        margin-bottom:20px
    }
    .section-intro{
        padding-inline:10px;
        font-size:22px;
        line-height:1.45
    }
    .beast-dock{
        width:90px;
        height:90px;
        margin-bottom:17px
    }
    .about-cameo{
        width:92%;
        margin-bottom:5px
    }
    .about-cards{
        display:block;
        padding:10px 12px 0
    }
    .about-card{
        margin:0 0 35px!important;
        padding:10px 5px 0 46px;
        max-width:none
    }
    .about-card h3{
        font-size:27px
    }
    .about-card p{
        font-size:22px
    }
    .about-origin{
        padding:0 0 0 46px;
        min-height:0
    }
    .origin-portrait{
        position:relative;
        width:160px;
        float:right;
        left:auto;
        top:auto;
        margin:-10px -10px 10px 10px;
        padding:17px
    }
    .about-origin:after{
        clear:both
    }
    .about-origin .cabinet-number{
        display:block
    }
    .about-card:after{
        width:90%;
        margin-top:25px
    }
    .cabinet-number{
        top:17px;
        font-size:21px
    }
    .card-icon{
        left:-1px;
        top:56px
    }
    .buy-section{
        padding-top:55px
    }
    .buy-scenery{
        height:145px
    }
    .treasure-cameo{
        width:285px;
        left:-15px;
        bottom:-35px
    }
    .swap-embed{
        padding:40px 24px 48px;
        margin-inline:-9px
    }
    .swap-consent{
        padding:35px 12px 25px;
        min-height:425px;
        border-radius:15% 20% 15% 19%
    }
    .swap-consent h3{
        font-size:27px
    }
    .swap-consent p{
        font-size:21px
    }
    .swap-consent-actions{
        gap:15px;
        margin-top:20px
    }
    .swap-load-button{
        font-size:20px;
        padding-inline:25px;
        min-height:65px
    }
    .swap-anchor{
        width:52px;
        height:52px
    }
    .swap-embed iframe{
        height:650px
    }
    .timeline-section{
        padding-top:100px
    }
    .timeline-section>.container{
        width:calc(100% - 12px)
    }
    .timeline-section .section-intro{
        padding-inline:22px
    }
    .timeline-item,.timeline-item[data-side=right]{
        width:calc(100% - 33px);
        padding-top:30px;
        max-width:none
    }
    .grant-badge{
        font-size:16px;
        padding:14px 12px
    }
    .journey-anchor{
        width:190px
    }
    .journey-end p{
        font-size:22px;
        padding-inline:25px
    }
    .cinema-section{
        padding-top:95px
    }
    .cinema-marquee{
        gap:8px
    }
    .cinema-reel{
        width:28px;
        height:28px;
        margin-bottom:20px
    }
    .cinema-marquee .section-title{
        padding:0;
        font-size:37px
    }
    .arts-eyebrow{
        font-size:18px;
        margin-bottom:18px
    }
    .arts-navigation{
        margin-bottom:30px;
        gap:30px
    }
    .cinema-stage{
        height:535px;
        margin-inline:-12px
    }
    .cinema-aperture{
        inset:65px 11% 75px
    }
    .cinema-valance{
        inset:12px 2px auto;
        height:44px
    }
    .cinema-stage-sign{
        font-size:17px;
        padding:12px 25px
    }
    .cinema-theatre .barnacle-cluster{
        width:90px;
        height:65px;
        left:-8px
    }
    .cinema-now-showing{
        grid-template-columns:1fr;
        padding:15px 8px;
        gap:15px
    }
    .cinema-now-showing h3{
        font-size:26px
    }
    .cinema-now-showing>a{
        font-size:20px;
        justify-self:start
    }
    .cinema-credit{
        display:block;
        font-size:20px
    }
    .cinema-credit p{
        margin-bottom:8px
    }
    .cinema-credit a{
        display:inline-block
    }
    .popcorn-cameo{
        width:250px;
        margin:0 auto 10px
    }
    .cinema-programme-heading{
        max-width:none;
        text-align:center;
        margin:0 0 25px
    }
    .cinema-programme-heading h3{
        font-size:29px
    }
    .cinema-programme-heading p{
        font-size:21px
    }
    .cinema-film{
        grid-template-columns:87px 1fr;
        gap:18px;
        padding:26px 23px
    }
    .cinema-film-art{
        height:155px
    }
    .cinema-film-title{
        font-size:23px
    }
    .cinema-film-meta{
        font-size:15px
    }
    .cinema-film-description{
        font-size:20px;
        line-height:1.3
    }
    .cinema-film-arrow{
        right:24px;
        bottom:9px
    }
    .cinema-films{
        gap:25px;
        margin-inline:5px
    }
    .arts-divider{
        margin-top:65px
    }
    .gallery-section{
        padding-top:40px
    }
    .photography-studio{
        padding-top:25px
    }
    .photography-studio-label{
        font-size:18px;
        margin-bottom:18px
    }
    .photography-studio-label svg{
        width:33px;
        margin-right:5px
    }
    .js .gallery-featured{
        width:92%
    }
    .gallery-print{
        padding:30px 30px 35px
    }
    .gallery-featured-caption{
        font-size:20px;
        padding-inline:25px;
        margin-top:20px
    }
    .gallery-open-hint{
        font-size:19px
    }
    .coverflow-btn{
        top:26%;
        width:38px;
        height:49px
    }
    .coverflow-prev{
        left:-9px
    }
    .coverflow-next{
        right:-9px
    }
    .coverflow-btn svg{
        width:20px
    }
    .coverflow-viewport{
        margin-top:25px
    }
    .js .coverflow-slide{
        flex-basis:90px
    }
    .js .coverflow-track{
        gap:12px
    }
    .photography-film-edge{
        font-size:11px;
        letter-spacing:.5px;
        gap:6px
    }
    .photography-note{
        font-size:21px;
        padding-inline:8px
    }
    .buybot-promo-section{
        padding-top:75px
    }
    .buybot-promo-copy{
        padding:10px
    }
    .buybot-promo h2{
        font-size:39px
    }
    .buybot-promo-copy>p:not(.buybot-promo-eyebrow){
        font-size:22px
    }
    .buybot-promo-points{
        gap:15px 25px
    }
    .buybot-promo-points li{
        font-size:19px
    }
    .buybot-promo-actions{
        gap:22px;
        justify-content:center
    }
    .buybot-promo-visual{
        width:100%;
        margin-top:25px
    }
    .footer{
        padding-top:0;
        padding-bottom:30px
    }
    .seabed-art{
        height:auto;
        margin-bottom:14px
    }
    .seabed-art img{
        object-position:52% top
    }
    .footer-greeting{
        font-size:34px;
        max-width:310px;
        margin:0 auto 27px
    }
    .footer-content{
        gap:15px
    }
    .footer-logo{
        width:50px;
        height:50px
    }
    .footer-contract code{
        font-size:10px
    }
    .footer-utility{
        font-size:17px;
        gap:17px
    }
    .footer-disclaimer{
        font-size:17px;
        max-width:300px
    }
    .privacy-notice{
        left:12px;
        right:12px;
        bottom:12px;
        max-width:none;
        padding:25px 27px;
        gap:12px
    }
    .privacy-notice p{
        font-size:16px
    }
    .privacy-notice button{
        min-width:58px;
        font-size:17px
    }
    .back-to-top{
        right:12px;
        bottom:14px;
        width:42px;
        height:50px
    }
    .lightbox{
        width:calc(100vw - 24px);
        max-width:none;
        padding:45px 28px 35px
    }
    .lightbox-close{
        right:-7px;
        top:-32px
    }
    .lightbox-img{
        max-height:56dvh
    }
    .lightbox figcaption{
        font-size:18px
    }
    .lightbox-actions{
        gap:8px 10px
    }
    .lightbox-action{
        font-size:17px;
        padding-inline:7px
    }
    .companion-message{
        width:158px;
        font-size:18px;
        right:0
    }
    .footer .container{
        width:calc(100% - 32px)
    }
}
@media(max-width:800px){
    body{
        --ocean-scenery:url('/assets/illustrated/ocean-mobile-768-v1.webp');
        --ocean-height:100vh
    }
}
@media(min-width:401px) and (max-width:650px){
    .hero-title{
        height:37vw
    }
    .hero-buy{
        top:43.5%;
        min-height:58px;
        padding-block:12px
    }
}
@media(max-width:360px){
    .hero{
        min-height:690px
    }
    .hero-content{
        top:8%
    }
    .hero-tagline{
        font-size:22px
    }
    .hero-subtitle{
        font-size:18px
    }
    .hero-buy{
        top:41%;
        font-size:22px
    }
    .section-title{
        font-size:33px
    }
    .ca-text{
        font-size:10px
    }
    .cinema-marquee .section-title{
        font-size:32px
    }
    .cinema-film{
        grid-template-columns:68px 1fr;
        padding:24px 21px;
        gap:14px
    }
    .cinema-film-title{
        font-size:21px
    }
    .cinema-film-description{
        font-size:19px
    }
    .cinema-stage{
        height:500px
    }
    .origin-portrait{
        width:125px
    }
    .about-card p{
        font-size:21px
    }
}
@media(max-width:1050px){
    html:not(.js) .navbar{
        position:relative;
        background:#100724
    }
    html:not(.js) .nav-container{
        flex-wrap:wrap
    }
    html:not(.js) .mobile-menu-btn{
        display:none
    }
    html:not(.js) .nav-links{
        display:flex;
        position:static;
        flex-wrap:wrap;
        box-shadow:none;
        background:none;
        padding:10px;
        width:100%
    }
}
@media(prefers-reduced-motion:reduce){
    :root{
        scroll-behavior:auto
    }
    *,*:before,*:after{
        animation:none!important;
        transition:none!important
    }
    .beast-companion{
        display:none!important
    }
}
.motion-paused{
    scroll-behavior:auto
}
.motion-paused .beast-companion{
    display:none!important
}
.motion-paused .beast-dock img{
    visibility:visible
}
.motion-paused .beast-companion.is-reacting>img,.motion-paused .companion-bubbles i{
    animation:none!important
}
@media print{
    body::before{
        display:none
    }
    .navbar,.privacy-notice,.beast-companion,.back-to-top,.motion-toggle{
        display:none!important
    }
    body{
        color:black;
        background:white
    }
    .hero{
        min-height:500px
    }
    .section{
        break-inside:avoid
    }
    .timeline-item{
        break-inside:avoid
    }
    .journey-chain{
        display:none
    }
}
