:root {
  --ink: #073a50;
  --navy: #073a50;
  --sea: #9bdce9;
  --yellow: #ffe282;
  --coral: #ff9e88;
  --line: rgba(7, 58, 80, .19);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: linear-gradient(180deg, #b4e6f2 0, #91d9e8 45%, #88d4df 100%); font: 16px/1.65 "DM Sans", system-ui, sans-serif; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, video { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: "Baloo 2", system-ui, sans-serif; font-weight: 800; line-height: 1.06; letter-spacing: -.025em; }
.shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; color: #e3f8fa; background: #073a50f5; backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 78px; }
.brand { display: flex; align-items: center; gap: 9px; font: 800 1.25rem/1 "Baloo 2", sans-serif; text-decoration: none; letter-spacing: .02em; }
.brand img { width: 52px; height: 46px; object-fit: contain; }
.brand-sub { display: block; margin-top: 7px; font: 600 .75rem/1 "DM Sans", sans-serif; letter-spacing: .1em; color: #a4d9e6; }
nav { display: flex; align-items: center; gap: 26px; }
nav a { font-weight: 600; text-decoration: none; }
nav a:hover { color: var(--yellow); }
.nav-x { display: grid; place-items: center; min-width: 40px; height: 44px; font-size: 1.25rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 12px 20px; border: 1.5px solid var(--ink); border-radius: 11px; font-size: .875rem; line-height: 1.3; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease; white-space: nowrap; }
.button:hover { transform: translateY(-2px); box-shadow: 0 4px 0 #073a5026; }
.button:disabled { cursor: wait; transform: none; opacity: .8; }
.button-yellow { color: var(--ink); background: var(--yellow); }
.button-coral { color: var(--ink); background: var(--coral); }
.button-navy { color: #e7fbfc; background: var(--navy); }
.button-outline { color: #e7fbfc; background: transparent; border-color: #71a9b9; }
:focus-visible { outline: 3px solid #b15118; outline-offset: 4px; }
.site-header :focus-visible, .join :focus-visible { outline-color: var(--yellow); }
.hero { padding-top: 34px; }
.hero-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 23px; }
.hero-entry { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-bottom: 24px; }
.hero-entry > p { color: #245f70; line-height: 1.5; }
.hero-entry strong { color: var(--ink); font-weight: 600; }
.hero-links { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.hero-links > .text-link { margin-left: 8px; }
.kicker { font-size: .75rem; font-weight: 700; letter-spacing: .13em; line-height: 1.5; margin-bottom: 10px; }
h1 { font-size: clamp(1.9rem, 3.8vw, 3rem); }
.network-pill { display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0; padding: 9px 13px; border: 1px solid #3a899c; border-radius: 30px; font-size: .75rem; font-weight: 700; }
.network-pill > span { width: 7px; height: 7px; border-radius: 50%; background: var(--navy); }
.hero-frame { overflow: hidden; border: 5px solid #caeff2; border-radius: 27px; background: #96dfdf; box-shadow: 0 15px 36px #155e771c; }
.hero-picture { position: relative; overflow: hidden; }
.hero-art { width: 100%; height: auto; aspect-ratio: 1672/941; }
.media-label { position: absolute; bottom: 12px; left: 12px; max-width: calc(100% - 24px); padding: 5px 9px; color: #f3fcff; background: #073a50df; border-radius: 5px; font-size: .75rem; font-weight: 600; line-height: 1.4; letter-spacing: .03em; pointer-events: none; }
.fan-bar { display: flex; align-items: center; gap: 16px; padding: 19px 22px; }
.fan-avatar { width: 64px; height: 64px; flex: 0 0 64px; object-fit: cover; border-radius: 50%; border: 3px solid #cff6ee; }
.fan-greeting { flex: 1; }
.fan-greeting h2 { font-size: 1.65rem; }
.fan-greeting p { margin-top: 5px; font-size: .875rem; color: #245f70; }
.fan-actions { display: flex; gap: 10px; }
.hero-footnote { display: flex; justify-content: space-between; gap: 15px; padding: 13px 5px 0; font-size: .75rem; color: #2a6376; }
.swim-lane { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.swimming-shark { display: none; position: absolute; bottom: 10%; left: -240px; width: 190px; filter: drop-shadow(0 6px 8px #052f4a44); }
.swimming-shark img { width: 190px; height: 150px; object-fit: contain; }
.swimming-shark > span { display: block; width: max-content; max-width: 225px; margin-inline: auto; padding: 9px 13px; border: 2px solid var(--ink); border-radius: 17px 17px 17px 2px; background: var(--yellow); font-size: .875rem; font-weight: 700; }
.swimming-shark.swim { display: block; animation: swim 3.3s ease-in-out both; }
@keyframes swim { 0% { left: -240px; transform: rotate(-4deg); } 45% { transform: translateY(-12px) rotate(3deg); } 100% { left: calc(100% + 15px); transform: rotate(-2deg); } }
.story { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 68px; padding-block: 80px; }
.story h2 { font-size: clamp(2.1rem, 3.5vw, 2.8rem); margin-bottom: 22px; }
.story-copy > p:not(.kicker) { color: #235d70; margin-bottom: 14px; }
.text-link { display: inline-block; font-size: .875rem; font-weight: 700; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.story .text-link { margin-top: 5px; }
.shark-effect > .kicker { margin-bottom: 22px; }
.stat-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.stat-card { border: 2px solid var(--ink); border-radius: 17px; box-shadow: 4px 5px 0 var(--ink); padding: 17px 12px; text-align: center; transform: rotate(-2deg); }
.stat-card:nth-child(2) { transform: rotate(2deg); }
.stat-card:nth-child(3) { transform: rotate(-1deg); }
.stat-card > span { font-size: 1.35rem; }
.stat-card strong { display: block; margin: 10px 0 7px; font: 800 clamp(1.6rem, 2.5vw, 2.4rem)/1 "Baloo 2", sans-serif; letter-spacing: -.03em; }
.stat-card p { font-size: .75rem; font-weight: 600; line-height: 1.45; }
.stat-yellow { background: var(--yellow); }
.stat-aqua { background: #a9e6db; }
.stat-pink { background: #f8c0c3; }
.source-note { margin: 23px 0 8px; font-size: .75rem; line-height: 1.6; color: #285f71; }
.source-links { display: flex; flex-wrap: wrap; gap: 18px; font-size: .75rem; font-weight: 600; text-underline-offset: 3px; }
.report-sources { margin-top: 16px; color: #285f71; font-size: .75rem; }
.report-sources summary { width: fit-content; padding-block: 6px; cursor: pointer; }
.report-sources .source-links { gap: 8px 18px; padding-top: 8px; }
.moments { margin-top: 52px; padding-block: 45px 48px; background: #71c8dc; border-block: 1px solid #65b8d0; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 28px; }
.section-heading h2 { font-size: clamp(2rem, 3.8vw, 2.8rem); }
.section-heading .text-link { margin-bottom: 5px; }
.moment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 21px; }
.real-clip-card { grid-column: span 2; }
.bus-stop-card { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.bus-stop-card .moment-media { height: 240px; }
.bus-stop-card .moment-copy { padding: 30px 40px; }
.lore-sticker { display: inline-block; margin-top: 18px; padding: 6px 12px; border: 1px solid var(--ink); border-radius: 7px; font-size: .875rem; font-weight: 600; background: var(--yellow); transform: rotate(-2deg); }
.moment-card { overflow: hidden; background: #b5e7e9; border: 1px solid #5294a8; border-radius: 19px; }
.moment-media { position: relative; height: 330px; overflow: hidden; background: #06394b; }
.moment-media > img, .moment-media > video { width: 100%; height: 100%; object-fit: cover; }
.clip-media .media-label { top: 12px; bottom: auto; }
.clip-media video { object-fit: contain; }
.lore-media > img { object-fit: contain; background: #7bb9b9; }
.meme-media > img { object-fit: contain; background: #162f46; }
.moment-copy { padding: 22px; }
.card-index { font-size: .75rem; font-weight: 700; letter-spacing: .025em; }
.moment-copy h3 { font-size: 1.65rem; margin: 11px 0; }
.moment-copy p { color: #245c6b; font-size: .9375rem; }
.credit { display: inline-block; margin-top: 10px; font-size: .75rem; text-underline-offset: 3px; }
.post-link { display: block; width: fit-content; margin-top: 14px; }
.meme-kit { padding-block: 6px 14px; }
.section-intro { margin-top: 14px; color: #245f70; }
.kit-format { flex-shrink: 0; margin-bottom: 5px; font-size: .75rem; font-weight: 700; color: #285f71; }
.kit-browse { display: flex; flex-direction: column; align-items: flex-end; flex-shrink: 0; gap: 10px; }
.meme-controls { display: flex; align-items: center; gap: 13px; }
.meme-controls[hidden] { display: none; }
.meme-arrow { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; color: var(--ink); background: var(--yellow); border: 1.5px solid var(--ink); border-radius: 50%; font-size: 1.35rem; cursor: pointer; }
.meme-arrow:hover:not(:disabled) { background: #fff0b3; }
.meme-arrow:disabled { cursor: default; opacity: .35; }
.meme-position { min-width: 83px; font-size: .875rem; font-weight: 700; text-align: center; font-variant-numeric: tabular-nums; }
.meme-kit-grid { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 42px) / 3); gap: 21px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #347b91 transparent; padding-bottom: 15px; }
.download-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; background: #b5e7e9; border: 1px solid #5294a8; border-radius: 19px; scroll-snap-align: start; }
.meme-original { display: block; }
.meme-original:focus-visible { outline-offset: -5px; }
.meme-original img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.download-copy { display: flex; flex-direction: column; flex: 1; padding: 22px; }
.download-copy h3 { font-size: 1.65rem; margin-bottom: 18px; }
.download-copy p { margin: 9px 0 19px; color: #245c6b; }
.download-copy .button { width: 100%; margin-top: auto; }
.kit-note { margin-top: 19px; color: #285f71; font-size: .75rem; }
.kit-note a { font-weight: 700; text-underline-offset: 3px; }
.join { padding-block: 64px; }
.join-panel { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 30px; padding: 42px; color: #e0f5f7; background: var(--navy); border-radius: 28px; }
.join .kicker { color: #99dbe3; }
.join h2 { color: var(--yellow); font-size: clamp(2.7rem, 5vw, 4rem); }
.join-copy > p:not(.kicker) { max-width: 620px; margin: 17px 0 24px; color: #c4e4ec; }
.join-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.join-mascot { align-self: center; text-align: center; transform: rotate(4deg); }
.join-mascot span { display: inline-block; padding: 8px 13px; background: #b9f1e9; color: var(--ink); border-radius: 15px 15px 15px 0; font-size: .875rem; font-weight: 700; }
.join-mascot img { width: 245px; height: 190px; object-fit: contain; margin-top: 8px; }
.contract-card { display: flex; justify-content: space-between; align-items: center; gap: 16px; grid-column: 1/-1; padding: 18px; border: 1px solid #467c8f; border-radius: 13px; background: #145066; }
.contract-card > div { min-width: 0; flex: 1; }
.contract-card label { display: block; color: #bae7ee; margin-bottom: 7px; font-size: .75rem; letter-spacing: .06em; }
.contract-card input { display: block; width: 100%; padding: 2px 0; color: #fff; background: transparent; border: none; border-radius: 3px; font: .95rem/1.4 ui-monospace, monospace; }
footer { display: flex; align-items: flex-start; justify-content: space-between; gap: 26px; padding-block: 0 28px; font-size: .75rem; color: #265b6b; }
.footer-brand { color: var(--ink); font-weight: 700; flex-shrink: 0; }
footer p { max-width: 620px; }
footer > span:last-child { white-space: nowrap; }
.toast { position: fixed; z-index: 50; bottom: 24px; left: 50%; max-width: calc(100% - 32px); width: max-content; padding: 13px 20px; border: 2px solid var(--ink); border-radius: 13px; color: var(--ink); background: var(--yellow); box-shadow: 4px 5px 0 #073a50; font-size: .875rem; font-weight: 700; text-align: center; opacity: 0; transform: translate(-50%, 20px); transition: opacity .2s, transform .2s; pointer-events: none; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
@media (max-width: 1000px) {
  nav { gap: 17px; }
  .hero-entry { align-items: flex-start; }
  .story { gap: 35px; }
  .fan-actions { flex-direction: column; gap: 8px; }
  .moment-media { height: 285px; }
  .moment-copy { padding: 18px; }
  .join-panel { grid-template-columns: minmax(0, 1fr) 190px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 80px; }
  .shell { width: calc(100% - 32px); }
  .header-inner { min-height: 68px; gap: 10px; }
  .brand { font-size: 1rem; gap: 5px; }
  .brand img { width: 39px; height: 38px; }
  .brand-sub { display: none; }
  nav { gap: 7px; }
  .nav-section { display: none; }
  .nav-copy { font-size: .75rem; padding: 10px 12px; min-height: 42px; }
  .hero { padding-top: 25px; }
  .hero-heading { flex-direction: column; align-items: flex-start; gap: 14px; margin-bottom: 18px; }
  .hero-entry { display: block; margin-bottom: 20px; }
  .hero-links { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; }
  .hero-links > .text-link { grid-column: 1 / -1; width: fit-content; margin: 4px 0 0; }
  h1 { font-size: clamp(1.9rem, 6.5vw, 2.7rem); }
  .network-pill { padding: 6px 11px; }
  .hero-frame { border-width: 3px; border-radius: 18px; }
  .hero-picture .media-label { bottom: 8px; left: 8px; font-size: .75rem; padding: 3px 6px; }
  .fan-bar { flex-wrap: wrap; padding: 17px 14px; gap: 12px; }
  .fan-avatar { width: 50px; height: 50px; flex-basis: 50px; }
  .fan-greeting h2 { font-size: 1.4rem; }
  .fan-greeting p { font-size: .75rem; }
  .fan-actions { flex-direction: row; width: 100%; margin-top: 2px; }
  .fan-actions > * { flex: 1; padding-inline: 10px; font-size: .8125rem; }
  .hero-footnote { display: block; padding-top: 12px; }
  .hero-footnote > span { display: block; }
  .hero-footnote > span + span { margin-top: 3px; }
  .swimming-shark { width: 125px; }
  .swimming-shark img { width: 125px; height: 90px; }
  .swimming-shark > span { font-size: .75rem; padding: 6px 8px; }
  .story { grid-template-columns: 1fr; gap: 34px; padding-block: 45px; }
  .story h2 { font-size: 2.1rem; }
  .stat-grid { gap: 10px; }
  .stat-card { padding: 14px 8px; border-radius: 13px; }
  .stat-card strong { font-size: clamp(1.6rem, 6.5vw, 2.25rem); }
  .moments { margin-top: 30px; padding-block: 36px 40px; }
  .section-heading { display: block; }
  .section-heading .text-link { margin-top: 16px; }
  .moment-grid { grid-template-columns: 1fr; }
  .real-clip-card, .bus-stop-card { grid-column: auto; }
  .bus-stop-card { display: block; }
  .bus-stop-card .moment-media { height: auto; }
  .bus-stop-card .moment-copy { padding: 21px; }
  .real-clip-card .moment-media { aspect-ratio: 1260 / 664; }
  .moment-media { height: auto; aspect-ratio: 5/4; }
  .meme-media { aspect-ratio: 1; }
  .moment-copy { padding: 21px; }
  .meme-kit { padding-block: 5px 12px; }
  .meme-kit-grid { grid-auto-columns: calc(100% - 24px); gap: 14px; }
  .kit-browse { flex-direction: row; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
  .kit-format { display: block; margin: 0; }
  .download-copy { padding: 21px; }
  .join { padding-block: 36px; }
  .join-panel { grid-template-columns: 1fr; gap: 24px; padding: 25px 20px; border-radius: 21px; }
  .join h2 { font-size: 2.8rem; }
  .join-actions { gap: 8px; }
  .join-actions .button { padding-inline: 14px; }
  .join-mascot { display: none; }
  .contract-card { flex-direction: column; align-items: stretch; gap: 12px; padding: 14px; }
  .contract-card input { font-size: .875rem; }
  .contract-card label { letter-spacing: 0; }
  footer { flex-direction: column; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .swimming-shark.swim { animation: none; left: 50%; transform: translateX(-50%); }
}
