/* ═══════════════════════════════════════════════════════════════
   SEAUX9.ART — "Night Water Ritual"
   Palette : #011627 ink · #FDFFFC paper · #F71735 red
             #41EAD4 aqua · #FF9F1C sun
   Type    : WDXL Lubrifont TC (display) · Kalam (hand/body)
   ═══════════════════════════════════════════════════════════════ */

@font-face {
  font-family: 'WDXL Lubrifont';
  src: url('../fonts/WDXL-Latin.woff2') format('woff2');
  font-weight: 400; font-display: swap;
}
@font-face {
  font-family: 'Kalam';
  src: url('../fonts/Kalam-Light.woff2') format('woff2');
  font-weight: 300; font-display: swap;
}
@font-face {
  font-family: 'Kalam';
  src: url('../fonts/Kalam-Regular.woff2') format('woff2');
  font-weight: 400; font-display: swap;
}
@font-face {
  font-family: 'Kalam';
  src: url('../fonts/Kalam-Bold.woff2') format('woff2');
  font-weight: 700; font-display: swap;
}

:root {
  --ink: #011627;
  --ink-2: #02223b;
  --paper: #FDFFFC;
  --red: #F71735;
  --aqua: #41EAD4;
  --sun: #FF9F1C;
  --disp: 'WDXL Lubrifont', Impact, sans-serif;
  --hand: 'Kalam', 'Comic Sans MS', cursive;
  --nonagon: polygon(50% 0%, 82.1% 11.7%, 99.2% 41.3%, 93.3% 75%,
                     67.1% 97%, 32.9% 97%, 6.7% 75%, 0.8% 41.3%, 17.9% 11.7%);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--ink);
  color: var(--paper);
  font-family: var(--hand);
  font-weight: 300;
  line-height: 1.65;
  overflow-x: hidden;
}
::selection { background: var(--red); color: var(--paper); }

/* atmosphere grain */
.grain {
  position: fixed; inset: -50%; z-index: 4; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  animation: grain-shift 9s steps(9) infinite;
}
@keyframes grain-shift {
  0%,100% { transform: translate(0,0);} 20% { transform: translate(-3%,2%);}
  40% { transform: translate(2%,-3%);} 60% { transform: translate(-2%,-2%);}
  80% { transform: translate(3%,3%);}
}

.logo-mark { display: inline-block; width: 100%; height: 100%; }
.logo-mark.aqua { color: var(--aqua); }
.logo-mark.red { color: var(--red); }
.logo-mark.paper { color: var(--paper); }
.logo-mark.ink-on-sun { color: var(--ink); }

/* ══ NAV ══ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 10;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.65rem 1.4rem;
  background: color-mix(in srgb, var(--ink) 82%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid color-mix(in srgb, var(--aqua) 18%, transparent);
}
.nav-logo { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; }
.nav-logo .logo-mark { width: 2.1rem; height: 2.1rem; transition: transform .5s cubic-bezier(.2,1.6,.4,1); }
.nav-logo:hover .logo-mark { transform: rotate(40deg); }
.nav-word {
  font-family: var(--disp); font-size: 1.45rem; letter-spacing: 0.06em;
  color: var(--paper);
}
.nav-links { display: flex; align-items: center; gap: 1.3rem; }
.nav-links a {
  color: var(--paper); text-decoration: none; font-family: var(--disp);
  font-size: 1.02rem; letter-spacing: 0.05em; opacity: 0.85;
  border-bottom: 2px solid transparent; transition: all .25s;
}
.nav-links a:hover { opacity: 1; color: var(--aqua); border-bottom-color: var(--red); }
.nav-cta {
  padding: 0.15rem 0.85rem; border: 2px solid var(--red); border-radius: 999px;
  color: var(--paper) !important;
}
.nav-cta:hover { background: var(--red); border-bottom-color: transparent !important; }
@media (max-width: 760px) { .nav-links a:not(.nav-cta) { display: none; } }

.nav-donate {
  color: var(--sun) !important; font-weight: 400;
}
.nav-donate:hover { color: var(--ink) !important; background: var(--sun); border-radius: 999px; padding: 0.15rem 0.7rem; border-bottom-color: transparent !important; }

/* ══ HERO ══ */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 6.5rem 1.2rem 7rem; overflow: hidden;
}
.hero-split {
  flex-direction: row; text-align: left; gap: 3rem;
  align-items: center; justify-content: center;
  padding: 7rem clamp(1.2rem, 6vw, 6rem) 7.5rem;
}
.hero-copy { max-width: 720px; }
.hero-split .hero-ctas { justify-content: flex-start; }
/* SEAUX9 stays on ONE line, always */
.hero-split .hero-word { font-size: clamp(3.4rem, 9vw, 8.6rem); white-space: nowrap; }
.hero-photo {
  position: relative; flex: 0 1 420px; max-width: 420px;
  transform: rotate(2deg);
}
.hero-photo img {
  width: 100%; display: block; border-radius: 14px;
  border: 3px solid var(--paper);
  box-shadow: 14px 14px 0 color-mix(in srgb, var(--red) 60%, transparent),
              0 24px 60px rgba(0,0,0,0.5);
  filter: saturate(0.92) contrast(1.05);
}
.hero-next {
  margin-top: 1.6rem; font-size: 1rem; color: var(--sun);
  transform: rotate(-1deg);
}
.hero-next a { color: var(--aqua); font-weight: 700; }
@media (max-width: 940px) {
  .hero-split { flex-direction: column; text-align: center; padding-top: 6rem; }
  .hero-split .hero-ctas { justify-content: center; }
  .hero-photo { flex-basis: auto; max-width: min(320px, 78vw); margin-top: 1rem; }
  .hero-next { text-align: center; }
}
.hero-glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 60% 45% at 50% 108%, color-mix(in srgb, var(--aqua) 22%, transparent), transparent 70%),
    radial-gradient(ellipse 40% 30% at 12% -8%, color-mix(in srgb, var(--red) 16%, transparent), transparent 70%),
    radial-gradient(ellipse 30% 24% at 90% 4%, color-mix(in srgb, var(--sun) 12%, transparent), transparent 70%);
}
.hero-greeting {
  font-size: clamp(1.05rem, 2.3vw, 1.5rem); font-weight: 400;
  color: var(--aqua); transform: rotate(-2deg); margin-bottom: 0.6rem;
}
.hero-greeting em { color: var(--sun); font-style: normal; }
.hero-word {
  font-family: var(--disp); font-weight: 400;
  font-size: clamp(4.6rem, 19vw, 15.5rem);
  line-height: 0.9; letter-spacing: 0.01em; color: var(--paper);
  text-shadow: 5px 6px 0 color-mix(in srgb, var(--red) 55%, transparent);
  position: relative; z-index: 1;
}
.hero-nine {
  color: var(--aqua);
  text-shadow: 5px 6px 0 color-mix(in srgb, var(--sun) 60%, transparent);
  display: inline-block; animation: nine-breathe 4.32s ease-in-out infinite;
}
@keyframes nine-breathe {
  0%,100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-0.06em) rotate(2.5deg); }
}
.hero-badge {
  width: clamp(84px, 12vw, 150px); height: clamp(84px, 12vw, 150px);
  margin: 1.4rem 0 1.2rem; filter: drop-shadow(0 0 26px color-mix(in srgb, var(--aqua) 45%, transparent));
  animation: badge-float 6s ease-in-out infinite;
}
@keyframes badge-float { 0%,100% { transform: translateY(0);} 50% { transform: translateY(-12px);} }
.hero-tag {
  font-family: var(--disp); font-size: clamp(1.05rem, 2.6vw, 1.7rem);
  letter-spacing: 0.34em; text-indent: 0.34em;
}
.tick.red { color: var(--red); } .tick.sun { color: var(--sun); }
.hero-sub { margin-top: 0.7rem; font-size: clamp(0.98rem, 2vw, 1.2rem); opacity: 0.85; }
.hero-sub strong { color: var(--sun); font-weight: 700; }
.hero-ctas { display: flex; gap: 1rem; margin-top: 1.9rem; flex-wrap: wrap; justify-content: center; }
.btn {
  font-family: var(--disp); font-size: 1.15rem; letter-spacing: 0.07em;
  text-decoration: none; padding: 0.68rem 1.7rem; border-radius: 999px;
  transition: transform .2s, box-shadow .2s, background .2s, color .2s;
}
.btn-solid { background: var(--red); color: var(--paper); box-shadow: 0 6px 0 #8d0d1f; }
.btn-solid:hover { transform: translateY(-3px); box-shadow: 0 9px 0 #8d0d1f; }
.btn-line { border: 2px solid var(--aqua); color: var(--aqua); }
.btn-line:hover { background: var(--aqua); color: var(--ink); transform: translateY(-3px); }
.hero-wave {
  position: absolute; bottom: -2px; left: 0; width: 200%; height: 110px; opacity: 0.9;
  animation: wave-drift 14s linear infinite;
}
.wave { fill: none; stroke-width: 3; stroke-linecap: round; }
.w-aqua { stroke: var(--aqua); opacity: 0.8; }
.w-red { stroke: var(--red); opacity: 0.45; }
@keyframes wave-drift { from { transform: translateX(0);} to { transform: translateX(-50%);} }

/* entrance */
.rise { opacity: 0; transform: translateY(26px); animation: rise .8s cubic-bezier(.2,.8,.2,1) forwards; }
.r1 { animation-delay: .1s; } .r2 { animation-delay: .25s; } .r3 { animation-delay: .45s; }
.r4 { animation-delay: .6s; } .r5 { animation-delay: .72s; } .r6 { animation-delay: .85s; }
@keyframes rise { to { opacity: 1; transform: translateY(0);} }

/* ══ TICKER ══ */
.ticker {
  overflow: hidden; border-top: 2px solid var(--red); border-bottom: 2px solid var(--red);
  background: var(--red); padding: 0.5rem 0; transform: rotate(-1.1deg) scale(1.02);
}
.ticker-track {
  display: flex; gap: 2.6rem; white-space: nowrap; width: max-content;
  font-family: var(--disp); font-size: 1.25rem; letter-spacing: 0.14em; color: var(--paper);
  animation: ticker-run 26s linear infinite;
}
@keyframes ticker-run { from { transform: translateX(0);} to { transform: translateX(-50%);} }

/* ══ SECTIONS ══ */
.section { position: relative; padding: 5.5rem clamp(1.2rem, 6vw, 6rem); max-width: 1280px; margin: 0 auto; }
.sec-head { margin-bottom: 3rem; position: relative; }
.sec-no {
  font-family: var(--disp); font-size: clamp(4.5rem, 10vw, 8rem); line-height: 1;
  color: transparent; -webkit-text-stroke: 2px color-mix(in srgb, var(--aqua) 40%, transparent);
  position: absolute; top: -2.4rem; left: -0.8rem; z-index: 0; user-select: none;
}
.sec-no.ink { -webkit-text-stroke-color: color-mix(in srgb, var(--ink) 26%, transparent); }
.sec-head h2 {
  font-family: var(--disp); font-weight: 400;
  font-size: clamp(2.7rem, 7vw, 5rem); line-height: 1; position: relative; z-index: 1;
}
.sec-note {
  font-size: 1.08rem; color: var(--sun); transform: rotate(-1.2deg);
  margin-top: 0.5rem; font-weight: 400;
}

.genre-strip {
  font-family: var(--disp); font-size: clamp(0.9rem, 1.8vw, 1.15rem);
  letter-spacing: 0.18em; margin-top: 0.7rem; opacity: 0.95;
}
.genre-strip b { color: var(--aqua); }

/* ══ MUSIC ══ */
.releases { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2.2rem; }
.release {
  position: relative; border: 3px solid var(--paper); border-radius: 14px;
  padding: 1.7rem 1.5rem 1.5rem; background: var(--ink-2);
  transition: transform .35s cubic-bezier(.2,1.4,.4,1), box-shadow .35s;
}
.release:nth-child(odd) { transform: rotate(-1.3deg); }
.release:nth-child(even) { transform: rotate(1.1deg); }
.release:hover { transform: rotate(0) translateY(-8px); }
.release.c-turquoise { box-shadow: 9px 10px 0 var(--aqua); }
.release.c-red { box-shadow: 9px 10px 0 var(--red); }
.release.c-orange { box-shadow: 9px 10px 0 var(--sun); }
.rel-type {
  position: absolute; top: -1rem; right: 1rem; font-family: var(--disp);
  font-size: 0.92rem; letter-spacing: 0.1em; padding: 0.12rem 0.8rem;
  border-radius: 999px; background: var(--paper); color: var(--ink); transform: rotate(2deg);
}
.rel-title { font-family: var(--disp); font-size: clamp(1.7rem, 3vw, 2.3rem); line-height: 1.05; }
.rel-year { font-family: var(--disp); color: var(--sun); font-size: 1.05rem; letter-spacing: 0.2em; }
.rel-story { margin: 0.8rem 0 1rem; font-size: 1rem; opacity: 0.92; }
.rel-note { font-size: 0.88rem; color: var(--aqua); font-weight: 400; margin-bottom: 0.9rem; }
.rel-links { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.rel-links a {
  font-family: var(--disp); font-size: 0.95rem; letter-spacing: 0.06em;
  text-decoration: none; padding: 0.28rem 0.95rem; border-radius: 999px; transition: all .2s;
}
.rel-buy { color: var(--ink); background: var(--paper); }
.release.c-turquoise .rel-buy:hover { background: var(--aqua); }
.release.c-red .rel-buy:hover { background: var(--red); color: var(--paper); }
.release.c-orange .rel-buy:hover { background: var(--sun); }
.rel-stream {
  color: var(--paper); border: 2px solid color-mix(in srgb, var(--paper) 40%, transparent);
  background: transparent; opacity: 0.85;
}
.rel-stream:hover { border-color: var(--aqua); color: var(--aqua); opacity: 1; }
.ev-live {
  font-family: var(--disp); font-size: 0.62em; letter-spacing: 0.12em;
  background: var(--red); color: var(--paper); border-radius: 999px;
  padding: 0.1rem 0.7rem; vertical-align: middle; animation: pulse-soon 2s ease-in-out infinite;
}

/* PRML player mock */
.player {
  margin-top: 3.4rem; display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap;
  border: 2px dashed color-mix(in srgb, var(--aqua) 55%, transparent);
  border-radius: 999px; padding: 0.9rem 1.6rem;
  background: color-mix(in srgb, var(--aqua) 7%, transparent);
}
.p-logo { width: 2.6rem; height: 2.6rem; flex: none; animation: spin 9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg);} }
.p-meta { display: flex; flex-direction: column; min-width: 220px; flex: 1; }
.p-title { font-family: var(--disp); letter-spacing: 0.07em; font-size: 1.05rem; }
.p-sub { font-size: 0.86rem; opacity: 0.8; }
.p-bars { display: flex; align-items: flex-end; gap: 3px; height: 30px; flex: none; }
.p-bars i {
  width: 4px; background: var(--aqua); border-radius: 2px;
  animation: eq 1.1s ease-in-out infinite;
}
.p-bars i:nth-child(3n) { background: var(--red); animation-duration: 0.9s; }
.p-bars i:nth-child(4n) { background: var(--sun); animation-duration: 1.3s; }
.p-bars i:nth-child(1) { height: 40%; } .p-bars i:nth-child(2) { height: 75%; }
.p-bars i:nth-child(3) { height: 55%; } .p-bars i:nth-child(4) { height: 90%; }
.p-bars i:nth-child(5) { height: 45%; } .p-bars i:nth-child(6) { height: 80%; }
.p-bars i:nth-child(7) { height: 60%; } .p-bars i:nth-child(8) { height: 95%; }
.p-bars i:nth-child(9) { height: 50%; } .p-bars i:nth-child(10) { height: 70%; }
.p-bars i:nth-child(11) { height: 38%; } .p-bars i:nth-child(12) { height: 85%; }
@keyframes eq { 0%,100% { transform: scaleY(0.5);} 50% { transform: scaleY(1);} }
.p-soon {
  font-family: var(--disp); color: var(--sun); letter-spacing: 0.16em;
  border: 2px solid var(--sun); border-radius: 999px; padding: 0.2rem 0.9rem;
  animation: pulse-soon 2s ease-in-out infinite;
}
@keyframes pulse-soon { 0%,100% { opacity: 1;} 50% { opacity: 0.55;} }

/* ══ UPCOMING ══ */
.upcoming { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.2rem; }
.up-card {
  border: 2px dashed color-mix(in srgb, var(--sun) 55%, transparent);
  border-radius: 12px; padding: 1.2rem 1.2rem 1rem; background: color-mix(in srgb, var(--sun) 5%, transparent);
}
.up-status {
  font-family: var(--disp); font-size: 0.78rem; letter-spacing: 0.14em;
  color: var(--sun); border: 1px solid var(--sun); border-radius: 999px; padding: 0.1rem 0.7rem;
}
.up-title { font-family: var(--disp); font-size: 1.3rem; line-height: 1.15; margin: 0.6rem 0 0.3rem; }
.up-note { font-size: 0.9rem; opacity: 0.85; }

/* ══ STORE ══ */
.store-sub {
  font-family: var(--disp); font-weight: 400; font-size: clamp(1.4rem, 3vw, 2rem);
  color: var(--sun); margin: 2.6rem 0 1.2rem;
}
.store-sub:first-of-type { margin-top: 0.5rem; }
.products { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1.3rem; }
.product {
  border: 2px solid color-mix(in srgb, var(--paper) 30%, transparent);
  border-radius: 12px; padding: 1.2rem 1.2rem 1.1rem;
  display: flex; flex-direction: column; gap: 0.35rem;
  background: var(--ink-2); transition: all .25s;
}
.product:hover { border-color: var(--aqua); transform: translateY(-5px); box-shadow: 0 14px 34px rgba(0,0,0,0.4); }
.product-img {
  width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 8px;
  border: 2px solid color-mix(in srgb, var(--paper) 30%, transparent); margin-bottom: 0.6rem;
}
.rel-cover {
  width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 10px;
  border: 2px solid var(--paper); margin-bottom: 0.9rem;
}
.product-name { font-family: var(--disp); font-size: 1.12rem; line-height: 1.2; }
.product-format { font-size: 0.82rem; color: var(--aqua); font-weight: 400; }
.product-note { font-size: 0.82rem; opacity: 0.75; flex: 1; }
.product-row { display: flex; align-items: center; justify-content: space-between; margin-top: 0.7rem; gap: 0.6rem; }
.product-price { font-family: var(--disp); font-size: 1.35rem; color: var(--sun); }
.product-buy {
  font-family: var(--disp); font-size: 0.98rem; letter-spacing: 0.06em; text-decoration: none;
  background: var(--paper); color: var(--ink); padding: 0.34rem 1.1rem; border-radius: 999px;
  transition: all .2s;
}
.product-buy:hover { background: var(--red); color: var(--paper); transform: rotate(-2deg) scale(1.06); }
.product-buy.soon { background: transparent; color: var(--paper); border: 2px dashed color-mix(in srgb, var(--paper) 40%, transparent); pointer-events: none; opacity: 0.6; }
.store-foot { margin-top: 2rem; font-size: 0.9rem; opacity: 0.7; text-align: center; }

/* ══ TIERS ══ */
.tiers { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.6rem; align-items: stretch; }
.tier {
  border: 3px solid var(--paper); border-radius: 16px; padding: 1.8rem 1.5rem 1.6rem;
  background: var(--ink-2); display: flex; flex-direction: column;
  transition: transform .3s;
}
.tier:hover { transform: translateY(-8px); }
.tier.c-turquoise { box-shadow: 8px 9px 0 var(--aqua); }
.tier.c-orange { box-shadow: 8px 9px 0 var(--sun); }
.tier.c-red { box-shadow: 8px 9px 0 var(--red); }
.tier.featured { border-color: var(--red); position: relative; }
.tier.featured::before {
  content: 'THE MOVE ✦'; position: absolute; top: -1rem; right: 1.2rem;
  font-family: var(--disp); font-size: 0.85rem; letter-spacing: 0.12em;
  background: var(--red); color: var(--paper); padding: 0.15rem 0.85rem;
  border-radius: 999px; transform: rotate(2deg);
}
.tier-name { font-family: var(--disp); font-size: 1.5rem; }
.tier-price { font-family: var(--disp); font-size: 2.3rem; line-height: 1; color: var(--sun); margin: 0.4rem 0 0.1rem; }
.tier-cadence { font-size: 0.85rem; opacity: 0.7; margin-bottom: 1rem; }
.tier-perks { list-style: none; display: grid; gap: 0.5rem; flex: 1; margin-bottom: 1.4rem; }
.tier-perks li { padding-left: 1.4rem; position: relative; font-size: 0.95rem; }
.tier-perks li::before { content: '✦'; position: absolute; left: 0; color: var(--aqua); }
.tier .btn { text-align: center; }
.tiers-foot { margin-top: 2rem; font-size: 1rem; color: var(--aqua); transform: rotate(-0.6deg); }
.tiers-foot b { color: var(--sun); }
.btn-sun { background: var(--sun); color: var(--ink); box-shadow: 0 5px 0 #a86408; }
.btn-sun:hover { transform: translateY(-3px); box-shadow: 0 8px 0 #a86408; }

/* ══ PRESS ══ */
.press { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.4rem; }
.press-card {
  text-decoration: none; color: var(--paper);
  border-left: 4px solid var(--red); border-radius: 6px;
  background: color-mix(in srgb, var(--paper) 5%, transparent);
  padding: 1.3rem 1.3rem 1.1rem; transition: all .25s;
}
.press-card:hover { background: color-mix(in srgb, var(--aqua) 12%, transparent); transform: translateX(6px); border-left-color: var(--aqua); }
.press-outlet { font-family: var(--disp); font-size: 0.9rem; letter-spacing: 0.14em; color: var(--sun); text-transform: uppercase; }
.press-title { font-family: var(--disp); font-size: 1.25rem; line-height: 1.2; margin: 0.3rem 0 0.5rem; }
.press-quote { font-size: 0.95rem; opacity: 0.85; font-style: italic; }
.press-quote::before { content: '“'; color: var(--red); font-size: 1.3em; }
.press-quote::after { content: '”'; color: var(--red); font-size: 1.3em; }

/* ══ MILESTONES ══ */
.milestones { margin-top: 1.6rem; display: grid; gap: 0.65rem; }
.milestone { display: flex; gap: 1rem; align-items: baseline; }
.milestone-year {
  font-family: var(--disp); font-size: 1.15rem; color: var(--red);
  min-width: 3.6rem; letter-spacing: 0.06em;
}
.milestone-what { font-size: 0.98rem; }
.story-extra { margin-top: 0.9rem; font-size: 1.02rem; opacity: 0.9; }
.story-photo { position: relative; transform: rotate(-2deg); margin: 0 auto; max-width: 420px; }
.story-photo img {
  width: 100%; display: block; border-radius: 14px;
  border: 3px solid var(--paper);
  box-shadow: 12px 12px 0 color-mix(in srgb, var(--aqua) 55%, transparent);
}

/* ══ GALLERY ══ */
.gallery-band { overflow-x: auto; padding: 1.5rem 0 2rem; scrollbar-width: thin; }
.gallery-track { display: flex; gap: 1.2rem; padding: 0 clamp(1.2rem, 6vw, 6rem); width: max-content; }
.gallery-item { position: relative; flex: none; }
.gallery-item img {
  height: clamp(220px, 30vw, 340px); width: auto; display: block;
  border-radius: 10px; border: 3px solid var(--paper);
  filter: saturate(0.95);
  transition: transform .3s;
}
.gallery-item:nth-child(odd) { transform: rotate(-1.5deg); }
.gallery-item:nth-child(even) { transform: rotate(1.2deg); }
.gallery-item:hover img { transform: scale(1.03); }
.gallery-caption {
  position: absolute; bottom: 0.7rem; left: 0.7rem;
  font-size: 0.85rem; font-weight: 700; color: var(--paper);
  background: color-mix(in srgb, var(--ink) 80%, transparent);
  padding: 0.15rem 0.7rem; border-radius: 999px;
}

/* ══ GIVING WRAP ══ */
.giving-wrap { display: grid; grid-template-columns: 1.5fr 1fr; gap: 2.5rem; align-items: center; max-width: 1280px; margin: 0 auto; }
@media (max-width: 860px) { .giving-wrap { grid-template-columns: 1fr; } }
.giving-photo { transform: rotate(2deg); max-width: 380px; margin: 0 auto; }
.giving-photo img {
  width: 100%; display: block; border-radius: 14px;
  border: 3px solid var(--paper);
  box-shadow: 10px 10px 0 color-mix(in srgb, var(--sun) 55%, transparent);
}

/* ══ ARSENAL ══ */
.gear-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 1rem; }
.gear {
  display: flex; flex-direction: column; gap: 0.25rem; text-decoration: none; color: var(--paper);
  border: 2px solid color-mix(in srgb, var(--paper) 25%, transparent); border-radius: 10px;
  padding: 1rem 1.1rem; transition: all .22s; position: relative;
}
.gear-name { font-family: var(--disp); font-size: 1.15rem; }
.gear-role { font-size: 0.85rem; opacity: 0.75; }
.gear-shop {
  font-family: var(--disp); font-size: 0.85rem; letter-spacing: 0.1em; color: var(--sun);
  margin-top: 0.5rem;
}
.gear.has-link:hover { border-color: var(--sun); transform: translateY(-4px); }
.sponsor-cta {
  margin-top: 2.4rem; text-align: center;
  border: 2px dashed color-mix(in srgb, var(--sun) 60%, transparent); border-radius: 16px;
  padding: 2rem clamp(1.2rem, 4vw, 3rem);
  background: color-mix(in srgb, var(--sun) 6%, transparent);
}
.sponsor-cta p { font-size: 1.08rem; max-width: 60ch; margin: 0 auto 1.3rem; }

/* ══ CONNECT CTAS ══ */
.connect-ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2.4rem; }

/* ══ DRIP DIVIDERS ══ */
.drip-divider { line-height: 0; margin-top: -1px; }
.drip-divider svg { width: 100%; height: clamp(40px, 7vw, 90px); display: block; }
.drip-divider path { fill: var(--ink); }
.drip-divider.flip svg { transform: scaleY(-1); }
.drip-divider.flip path { fill: var(--paper); }
.drip-divider:not(.flip) { background: var(--paper); }
.drip-divider.flip { background: var(--ink); }

/* ══ EVENTS (paper section) ══ */
.sec-paper {
  background: var(--paper); color: var(--ink);
  max-width: none; padding-left: 0; padding-right: 0;
}
.sec-paper .sec-head, .events, .events-foot { max-width: 1280px; margin-left: auto; margin-right: auto; padding-left: clamp(1.2rem, 6vw, 6rem); padding-right: clamp(1.2rem, 6vw, 6rem); }
.ink-h { color: var(--ink); }
.ink-note { color: var(--red) !important; }
.events { display: flex; flex-direction: column; }
.event {
  display: grid; grid-template-columns: auto 1fr auto; gap: 1.6rem; align-items: center;
  padding: 1.5rem 0.8rem; border-bottom: 3px dotted color-mix(in srgb, var(--ink) 30%, transparent);
  transition: background .25s, transform .25s;
}
.event:first-child { border-top: 3px dotted color-mix(in srgb, var(--ink) 30%, transparent); }
.event:hover { background: color-mix(in srgb, var(--aqua) 16%, transparent); transform: translateX(8px); }
.ev-date {
  font-family: var(--disp); font-size: clamp(1.4rem, 3.4vw, 2.2rem); line-height: 1;
  color: var(--red); min-width: 7.5rem;
}
.ev-date small { display: block; font-size: 0.55em; color: var(--ink); opacity: 0.7; letter-spacing: 0.1em; }
.ev-main h3 { font-family: var(--disp); font-weight: 400; font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.1; }
.ev-venue { font-weight: 700; font-size: 0.98rem; color: var(--ink); }
.ev-info { font-size: 0.95rem; opacity: 0.85; }
.ev-cta {
  font-family: var(--disp); text-decoration: none; letter-spacing: 0.08em;
  background: var(--ink); color: var(--paper); padding: 0.5rem 1.3rem; border-radius: 999px;
  transition: all .2s; white-space: nowrap;
}
.ev-cta:hover { background: var(--red); transform: rotate(-2deg) scale(1.05); }
.ev-soon { background: transparent; color: var(--ink); border: 2px dashed color-mix(in srgb, var(--ink) 45%, transparent); cursor: default; }
.ev-soon:hover { background: transparent; transform: none; }
.cal-sync {
  max-width: 1280px; margin: 2.2rem auto 0;
  padding-left: clamp(1.2rem, 6vw, 6rem); padding-right: clamp(1.2rem, 6vw, 6rem);
  display: flex; align-items: center; gap: 0.8rem; flex-wrap: wrap;
}
.cal-sync-label { font-weight: 700; font-size: 1.02rem; }
.cal-btn {
  font-family: var(--disp); font-size: 0.95rem; letter-spacing: 0.06em; text-decoration: none;
  color: var(--paper); background: var(--ink); padding: 0.4rem 1.15rem; border-radius: 999px;
  transition: all .2s;
}
.cal-btn:hover { background: var(--red); transform: rotate(-2deg) scale(1.05); }
.events-foot { margin-top: 2rem; font-size: 1.05rem; font-weight: 400; }
.events-foot a { color: var(--red); font-weight: 700; }
@media (max-width: 680px) {
  .event { grid-template-columns: 1fr; gap: 0.5rem; }
  .ev-cta { justify-self: start; }
}

/* ══ STORY ══ */
.story { display: grid; grid-template-columns: minmax(240px, 1fr) 1.6fr; gap: 3.5rem; align-items: center; }
@media (max-width: 860px) { .story { grid-template-columns: 1fr; } }
.story-art { position: relative; }
.nonagon {
  width: min(340px, 80vw); aspect-ratio: 1; margin: 0 auto;
  background: var(--sun); clip-path: var(--nonagon);
  display: grid; place-items: center; padding: 12%;
  animation: nonagon-turn 40s linear infinite;
}
.nonagon .logo-mark { animation: nonagon-unturn 40s linear infinite; }
@keyframes nonagon-turn { to { transform: rotate(360deg);} }
@keyframes nonagon-unturn { to { transform: rotate(-360deg);} }
.story-scribble {
  position: absolute; bottom: -2.2rem; left: 50%; transform: translateX(-50%) rotate(-3deg);
  color: var(--aqua); font-size: 1rem; white-space: nowrap;
}
.story-lede {
  font-family: var(--disp); font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.1; color: var(--aqua); margin-bottom: 1.1rem;
}
.story-text p { font-size: 1.08rem; }
.story-facts { list-style: none; margin-top: 1.5rem; display: grid; gap: 0.7rem; }
.story-facts li { padding-left: 1.6rem; position: relative; font-size: 1.02rem; }
.story-facts li::before { content: '✦'; position: absolute; left: 0; color: var(--red); }
.story-facts b { color: var(--sun); font-weight: 700; }

/* ══ GIVING ══ */
.sec-tint { background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--aqua) 6%, transparent), transparent); max-width: none; }
.sec-tint > .sec-head, .giving, .journal { max-width: 1280px; margin-left: auto; margin-right: auto; }
.giving {
  border: 3px solid var(--aqua); border-radius: 18px; padding: 2.4rem clamp(1.4rem, 4vw, 3rem);
  position: relative; background: var(--ink-2);
  box-shadow: 12px 12px 0 color-mix(in srgb, var(--aqua) 30%, transparent);
}
.giv-title { font-family: var(--disp); font-size: clamp(1.9rem, 4vw, 2.7rem); color: var(--sun); }
.giv-body { margin: 0.8rem 0 1.4rem; font-size: 1.1rem; max-width: 62ch; }
.giv-partner { font-size: 0.92rem; opacity: 0.75; margin-top: 1rem; }
.giv-cta {
  display: inline-block; font-family: var(--disp); font-size: 1.15rem; letter-spacing: 0.06em;
  background: var(--sun); color: var(--ink); text-decoration: none;
  padding: 0.6rem 1.6rem; border-radius: 999px; box-shadow: 0 5px 0 #a86408;
  transition: transform .2s, box-shadow .2s;
}
.giv-cta:hover { transform: translateY(-3px); box-shadow: 0 8px 0 #a86408; }

/* ══ WORLDS ══ */
.worlds { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.6rem; }
.world {
  border: 2px solid color-mix(in srgb, var(--paper) 35%, transparent); border-radius: 14px;
  padding: 1.6rem 1.4rem; text-decoration: none; color: var(--paper);
  transition: all .3s; position: relative; overflow: hidden;
}
.world::after {
  content: '→'; position: absolute; right: 1.1rem; bottom: 0.8rem;
  font-family: var(--disp); font-size: 1.5rem; color: var(--aqua);
  transform: translateX(-6px); opacity: 0; transition: all .25s;
}
.world:hover { border-color: var(--aqua); transform: translateY(-6px); background: color-mix(in srgb, var(--aqua) 8%, transparent); }
.world:hover::after { transform: translateX(0); opacity: 1; }
.world h3 { font-family: var(--disp); font-weight: 400; font-size: 1.5rem; margin-bottom: 0.3rem; }
.world p { font-size: 0.96rem; opacity: 0.85; }

/* ══ JOURNAL ══ */
.journal { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 1.8rem; }
.post {
  background: var(--paper); color: var(--ink); border-radius: 4px;
  padding: 1.6rem 1.5rem 1.4rem; position: relative;
  transform: rotate(-0.8deg); transition: transform .3s;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}
.post:nth-child(even) { transform: rotate(1deg); }
.post:hover { transform: rotate(0) scale(1.02); }
.post::before {
  content: ''; position: absolute; top: -10px; left: 50%; transform: translateX(-50%) rotate(-2deg);
  width: 92px; height: 22px; background: color-mix(in srgb, var(--sun) 75%, transparent);
  opacity: 0.85; border-radius: 2px;
}
.post-date { font-family: var(--disp); font-size: 0.85rem; letter-spacing: 0.14em; color: var(--red); }
.post h3 { font-family: var(--disp); font-weight: 400; font-size: 1.45rem; line-height: 1.15; margin: 0.3rem 0 0.6rem; }
.post p { font-size: 0.98rem; }
.post-tags { margin-top: 0.9rem; display: flex; gap: 0.4rem; flex-wrap: wrap; }
.post-tags span {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em;
  background: var(--ink); color: var(--aqua); border-radius: 999px; padding: 0.1rem 0.7rem;
}

/* ══ CONNECT ══ */
.connect { text-align: center; padding-bottom: 4rem; }
.connect-logo {
  width: clamp(90px, 14vw, 150px); height: clamp(90px, 14vw, 150px); margin-bottom: 1.4rem;
  filter: drop-shadow(0 0 22px color-mix(in srgb, var(--aqua) 40%, transparent));
  animation: badge-float 7s ease-in-out infinite;
}
.connect-h { font-family: var(--disp); font-weight: 400; font-size: clamp(2.6rem, 8vw, 5.5rem); line-height: 1; }
.aqua-t { color: var(--aqua); }
.connect-sub { margin: 0.8rem auto 2.2rem; max-width: 46ch; font-size: 1.08rem; opacity: 0.9; }
.socials { display: flex; flex-wrap: wrap; gap: 0.8rem; justify-content: center; max-width: 760px; margin: 0 auto; }
.social {
  font-family: var(--disp); font-size: 1.05rem; letter-spacing: 0.05em;
  color: var(--paper); text-decoration: none;
  border: 2px solid color-mix(in srgb, var(--paper) 40%, transparent);
  border-radius: 999px; padding: 0.45rem 1.25rem;
  transition: all .22s;
}
.social:hover { border-color: var(--red); background: var(--red); transform: rotate(-2deg) scale(1.06); }
.social small { font-family: var(--hand); font-size: 0.78em; opacity: 0.75; margin-left: 0.35rem; }

/* ══ FOOTER ══ */
.footer {
  border-top: 1px solid color-mix(in srgb, var(--aqua) 20%, transparent);
  padding: 2.6rem 1.4rem 3rem; text-align: center;
}
.foot-bless { color: var(--aqua); font-size: 1.15rem; margin-bottom: 1rem; transform: rotate(-1deg); }
.foot-legal { font-size: 0.9rem; opacity: 0.75; display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; }
.foot-legal a { color: var(--sun); text-decoration: none; }
.foot-legal a:hover { text-decoration: underline; }
.foot-dot { color: var(--red); }

/* scroll reveal */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}
