:root {
  --green-950: #052517;
  --green-900: #073820;
  --green-700: #0f7b45;
  --green-500: #18b86d;
  --mint-100: #e9fbef;
  --mint-50: #f6fff8;
  --yellow-500: #ffc928;
  --yellow-100: #fff4c7;
  --pink-500: #f44a8e;
  --cyan-500: #34c9d8;
  --blue-900: #102a43;
  --ink: #14251c;
  --muted: #5e7168;
  --line: #dce8e1;
  --paper: #fffdf7;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(5, 37, 23, 0.14);
  --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  --font-display: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", "YuGothic", Meiryo, system-ui, sans-serif;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 92px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(244, 74, 142, 0.12), transparent 24rem),
    radial-gradient(circle at 8% 4%, rgba(255, 201, 40, 0.16), transparent 26rem),
    radial-gradient(circle at 90% 16%, rgba(46, 166, 106, 0.16), transparent 25rem),
    linear-gradient(180deg, #fff7fb 0%, #f8fff8 42%, #ffffff 100%);
  color: var(--ink);
  font-family: var(--font-sans);
  line-height: 1.7;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 10px clamp(18px, 4vw, 56px);
  background: rgba(255, 253, 247, 0.9);
  border-bottom: 1px solid rgba(220, 232, 225, 0.78);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 56px;
  flex: 0 0 auto;
}

.brand-logo img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 22px rgba(244, 74, 142, 0.12));
}

.brand-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  overflow: visible;
  fill: none;
  stroke: var(--green-700);
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 10px 22px rgba(15, 123, 69, 0.18));
}

.brand-spark {
  stroke: var(--yellow-500);
  stroke-width: 2.6;
}

.brand strong {
  display: block;
  background: linear-gradient(135deg, #18b86d 0%, #0f7b45 38%, #f44a8e 72%, #ffb533 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.15;
}

.brand small {
  display: block;
  color: #67756d;
  font-size: 0.72rem;
  font-weight: 800;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  border-radius: 999px;
  color: var(--green-950);
  font-size: 0.91rem;
  font-weight: 800;
  padding: 9px 13px;
  text-decoration: none;
}

.site-nav a:hover {
  background: linear-gradient(135deg, rgba(233, 251, 239, 0.96), rgba(255, 235, 244, 0.96));
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--green-950);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(560px, 1.06fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  min-height: calc(100svh - 120px);
  overflow: hidden;
  padding: clamp(52px, 7vw, 90px) clamp(18px, 7vw, 96px) clamp(42px, 6vw, 70px);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background:
    linear-gradient(rgba(15, 123, 69, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 123, 69, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 74% 50%, rgba(244, 74, 142, 0.2), transparent 31rem),
    linear-gradient(135deg, #fff8fb 0%, #ffffff 44%, #f3fff7 100%);
  background-size: 34px 34px, 34px 34px, auto;
}

.mesh-blob {
  position: absolute;
  border-radius: 999px;
  filter: blur(90px);
  opacity: 0.4;
  will-change: transform;
}

.mesh-blob-green {
  top: -120px;
  right: 6%;
  width: clamp(400px, 42vw, 600px);
  height: clamp(400px, 42vw, 600px);
  background: #2ea66a;
  animation: meshDriftGreen 18s ease-in-out infinite alternate;
}

.mesh-blob-gold {
  bottom: -170px;
  left: 8%;
  width: clamp(400px, 36vw, 540px);
  height: clamp(400px, 36vw, 540px);
  background: #e8b931;
  animation: meshDriftGold 22s ease-in-out infinite alternate;
}

.mesh-blob-pink {
  right: 18%;
  bottom: 4%;
  width: clamp(360px, 34vw, 520px);
  height: clamp(360px, 34vw, 520px);
  background: #f472b6;
  opacity: 0.35;
  animation: meshDriftPink 26s ease-in-out infinite alternate;
}

.hero-copy {
  width: min(760px, 100%);
  min-width: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 600ms ease-out,
    transform 600ms ease-out;
  will-change: opacity, transform;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--green-700);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1 {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(4rem, 5.3vw, 5.5rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.04;
}

h1 span {
  display: block;
  color: var(--green-700);
  overflow-wrap: normal;
  word-break: keep-all;
}

h1 span:first-child {
  color: var(--green-950);
}

.no-break {
  white-space: nowrap;
}

h2 {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(2.15rem, 3.3vw, 3.3rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  word-break: keep-all;
}

h2 span {
  display: block;
}

h2 span:only-child {
  display: inline;
}

h3 {
  margin: 0;
  color: var(--green-950);
  font-size: 1.12rem;
  line-height: 1.35;
}

.lead {
  width: min(680px, 100%);
  max-width: 100%;
  margin: 22px 0 0;
  color: #26382e;
  font-size: 1.17rem;
  font-weight: 600;
  line-break: anywhere;
  overflow-wrap: anywhere;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.hero-proof-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(15, 123, 69, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--green-950);
  font-size: 0.78rem;
  font-weight: 900;
  padding: 8px 12px;
  box-shadow: 0 10px 28px rgba(5, 37, 23, 0.06);
}

.mobile-hero-links {
  display: none;
}

.hero-mobile-duo {
  display: none;
}

.hero-mobile-duo picture {
  width: clamp(156px, 34vw, 230px);
  aspect-ratio: 1;
}

.hero-mobile-duo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  padding: 11px 20px;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    filter 180ms ease,
    border-color 180ms ease;
}

.button.primary {
  background: linear-gradient(135deg, var(--green-700) 0%, var(--green-500) 48%, var(--pink-500) 100%);
  box-shadow:
    0 14px 30px rgba(15, 123, 69, 0.18),
    0 12px 28px rgba(244, 74, 142, 0.16);
  color: var(--white);
}

.button.secondary {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 241, 247, 0.92));
  border-color: rgba(244, 74, 142, 0.18);
  color: var(--green-950);
}

.button.light {
  background: var(--white);
  color: var(--green-950);
}

.button:focus-visible,
.site-nav a:focus-visible,
.brand:focus-visible,
.footer-links a:focus-visible,
.hero-links-panel a:focus-visible,
.mobile-hero-links a:focus-visible,
.menu-toggle:focus-visible {
  outline: 2px solid var(--yellow-500);
  outline-offset: 3px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(620px, 100%);
  margin: 30px 0 0;
}

.hero-stats div {
  min-width: 0;
  border: 1px solid rgba(15, 123, 69, 0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 244, 249, 0.72));
  padding: 14px;
}

.hero-stats dt {
  color: var(--green-700);
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1;
}

.hero-stats dd {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  align-self: stretch;
  display: grid;
  align-items: center;
  min-width: 0;
  min-height: 640px;
  perspective: 1100px;
}

.hero-links-panel {
  position: absolute;
  top: 132px;
  left: 0;
  z-index: 3;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(380px, 52vw);
  animation: none;
}

.hero-links-panel p {
  grid-column: 1 / -1;
  margin: 0 0 2px;
  color: var(--green-700);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-links-panel a,
.mobile-hero-links a {
  border: 1px solid rgba(15, 123, 69, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--green-950);
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(5, 37, 23, 0.08);
  backdrop-filter: blur(14px);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.hero-links-panel a {
  display: grid;
  gap: 1px;
  padding: 9px 11px;
}

.hero-links-panel strong {
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.25;
}

.hero-links-panel span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.35;
}

.hero-mascot {
  position: absolute;
  right: -4%;
  bottom: 18px;
  z-index: 1;
  width: min(24vw, 340px);
  max-width: 340px;
  min-width: 280px;
  pointer-events: none;
  transform: perspective(900px) rotateY(-8deg) rotateZ(1deg);
  animation: mascotFloat 6s ease-in-out infinite;
}

.hero-mascot img {
  width: 100%;
  height: auto;
}

.hero-mascot-pink {
  position: absolute;
  right: 30%;
  bottom: 24px;
  z-index: 2;
  width: min(24vw, 340px);
  max-width: 340px;
  min-width: 280px;
  pointer-events: none;
  transform: perspective(900px) rotateY(8deg) rotateZ(-3deg);
  filter: drop-shadow(0 22px 36px rgba(244, 74, 142, 0.2));
  animation: pinkMascotFloat 5.8s ease-in-out infinite;
}

.hero-mascot-pink img {
  width: 100%;
  height: auto;
}

.mascot-shadow {
  position: absolute;
  right: -1%;
  bottom: 18px;
  z-index: 0;
  width: min(44vw, 540px);
  height: 54px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 72% center, rgba(5, 37, 23, 0.22), transparent 56%),
    radial-gradient(ellipse at 34% center, rgba(244, 74, 142, 0.2), transparent 58%);
  filter: blur(8px);
  transform: rotate(-4deg);
  animation: mascotShadow 6s ease-in-out infinite;
}

.events-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(56px, 7vw, 96px) clamp(18px, 5vw, 64px);
}

.events-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 320px);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
}

.events-hero-copy {
  max-width: 760px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.58));
  box-shadow: 0 24px 60px rgba(5, 37, 23, 0.08);
  backdrop-filter: blur(12px);
}

.events-hero h1 {
  max-width: 900px;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
}

.events-hero h1 span {
  display: inline;
}

.events-mascot-wrap {
  position: relative;
  justify-self: center;
  width: min(360px, 38vw);
  aspect-ratio: 1 / 1.08;
}

.events-mascot-ring {
  position: absolute;
  inset: 12% 10% 18%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.18) 46%, transparent 72%),
    linear-gradient(145deg, rgba(255, 201, 40, 0.22), rgba(244, 74, 142, 0.18));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.58),
    0 24px 50px rgba(5, 37, 23, 0.12);
  filter: blur(0.2px);
}

.events-mascot {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: end center;
  filter: drop-shadow(0 24px 44px rgba(5, 37, 23, 0.18));
  animation: mascotFloatMobile 6s ease-in-out infinite;
}

.events-mascot img {
  width: 86%;
  height: auto;
}

.events-mascot-note {
  position: absolute;
  left: 8%;
  bottom: 4%;
  border: 1px solid rgba(15, 123, 69, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--green-700);
  font-size: 0.72rem;
  font-weight: 900;
  padding: 7px 10px;
  box-shadow: 0 10px 24px rgba(5, 37, 23, 0.08);
}

.tool-tags,
.tool-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tool-tags span,
.tool-strip span {
  border: 1px solid rgba(15, 123, 69, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--blue-900);
  font-size: 0.82rem;
  font-weight: 900;
  padding: 7px 10px;
}

.band {
  background: var(--green-950);
  color: var(--white);
}

.section,
.intro,
.contact {
  padding: clamp(72px, 9vw, 116px) clamp(18px, 5vw, 64px);
}

.section-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(26px, 6vw, 86px);
  align-items: start;
}

.intro h2,
.intro .section-kicker {
  color: var(--white);
}

.intro p:last-child {
  margin: 0;
  color: #d5f0df;
  font-size: 1.12rem;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 34px;
  position: relative;
}

.section-heading:has(.section-pink-badge) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
  align-items: center;
  gap: clamp(22px, 5vw, 72px);
  max-width: 1120px;
}

.section-heading:has(.section-pink-badge) .section-kicker,
.section-heading:has(.section-pink-badge) h2,
.section-heading:has(.section-pink-badge) p {
  grid-column: 1;
}

.section-heading.compact {
  max-width: 780px;
}

.section-heading.with-badge {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  max-width: none;
}

.section-heading.with-badge > div {
  max-width: 780px;
}

.section-heading.with-badge img {
  width: 72px;
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(244, 74, 142, 0.18));
}

.section-heading p:last-child {
  margin: 16px 0 0;
  color: var(--muted);
  font-weight: 600;
}

.events-summary {
  background: var(--green-950);
  color: var(--white);
}

.events-summary h2,
.events-summary .section-kicker {
  color: var(--white);
}

.event-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.event-stats div {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 20px;
}

.event-stats dt {
  color: var(--yellow-500);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-weight: 900;
  line-height: 1;
}

.event-stats dd {
  margin: 8px 0 0;
  color: #e9fff0;
  font-weight: 800;
}

.tool-strip {
  margin-bottom: 26px;
}

.tool-strip span {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 242, 247, 0.96));
  box-shadow: 0 10px 28px rgba(5, 37, 23, 0.06);
}

.section-pink-badge {
  position: static;
  grid-column: 2;
  grid-row: 1 / 4;
  justify-self: center;
  width: min(240px, 100%);
  transform: rotate(-5deg);
  filter: drop-shadow(0 16px 26px rgba(244, 74, 142, 0.16));
}

.section-pink-badge img {
  width: 100%;
  height: auto;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.event-grid,
.theme-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-card,
.event-card,
.theme-list article,
.reason-list article,
.flow li,
.audience-grid article,
.voice-grid article,
.faq-list article,
.business-list li,
.mascot-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  transition:
    transform 250ms ease,
    border-color 250ms ease,
    box-shadow 250ms ease,
    background 250ms ease;
}

.service-card {
  min-height: 284px;
  padding: 26px;
  box-shadow: 0 18px 42px rgba(5, 37, 23, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 250, 0.9));
}

.event-card,
.theme-list article {
  padding: 24px;
  box-shadow: 0 18px 42px rgba(5, 37, 23, 0.07);
}

.event-card span {
  display: inline-flex;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--mint-100);
  color: var(--green-700);
  font-size: 0.72rem;
  font-weight: 900;
  padding: 5px 9px;
  text-transform: uppercase;
}

.event-card p,
.theme-list p,
.operator-card p,
.source-grid p {
  margin: 12px 0 0;
  color: var(--muted);
}

.activity-proof-section {
  background: linear-gradient(180deg, #ffffff, #f8fff8);
}

.proof-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.proof-metrics article,
.report-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(5, 37, 23, 0.07);
}

.proof-metrics article {
  padding: 22px;
}

.proof-metrics span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-metrics strong {
  display: block;
  color: var(--green-950);
  font-family: var(--font-display);
  font-size: 1.86rem;
  line-height: 1.02;
}

.proof-metrics p {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.report-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.report-card {
  padding: 22px;
}

.report-card span {
  display: inline-flex;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(255, 201, 40, 0.18);
  color: var(--green-700);
  font-size: 0.72rem;
  font-weight: 900;
  padding: 5px 9px;
}

.report-card h3 {
  font-size: 1.08rem;
}

.report-card p {
  margin: 12px 0 16px;
  color: var(--muted);
  font-weight: 700;
}

.report-card a {
  color: var(--green-700);
  font-weight: 900;
  text-decoration: none;
}

.theme-list strong {
  display: block;
  color: var(--green-950);
  font-family: var(--font-display);
  font-size: 1.12rem;
  line-height: 1.35;
}

.event-theme-section {
  background: var(--paper);
}

.past-event-browser-section {
  background: #ffffff;
}

.event-browser {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, var(--mint-50));
  box-shadow: 0 18px 42px rgba(5, 37, 23, 0.08);
  overflow: hidden;
}

.event-browser-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.event-browser-head strong {
  color: var(--green-950);
  font-family: var(--font-display);
  font-size: 1.12rem;
}

.event-browser-controls {
  display: flex;
  align-items: end;
  gap: 10px;
  width: min(560px, 100%);
}

.event-browser-head label {
  display: grid;
  gap: 4px;
  width: 100%;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
}

.event-browser-head input,
.event-browser-head select {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--green-950);
  font: inherit;
  font-weight: 800;
  padding: 9px 12px;
}

.event-list {
  display: grid;
  max-height: 760px;
  overflow: auto;
}

.past-event-item {
  display: grid;
  grid-template-columns: minmax(118px, 0.22fr) minmax(0, 1fr) minmax(110px, 0.16fr) minmax(92px, 0.14fr);
  gap: 14px;
  align-items: start;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.past-event-item:last-child {
  border-bottom: 0;
}

.past-event-date,
.past-event-place,
.past-event-attendance {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
}

.past-event-title {
  color: var(--green-950);
  font-weight: 900;
  line-height: 1.5;
}

.past-event-attendance.is-known {
  color: var(--green-700);
}

.event-browser-note {
  margin: 0;
  padding: 14px 18px 18px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.x-section {
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 201, 40, 0.16), transparent 24rem),
    linear-gradient(180deg, var(--paper), #ffffff);
}

.operator-grid,
.timeline-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.operator-grid {
  margin-bottom: 18px;
}

.operator-card,
.timeline-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(5, 37, 23, 0.07);
}

.operator-card {
  padding: 24px;
}

.operator-card span {
  display: inline-flex;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--yellow-100);
  color: var(--green-950);
  font-size: 0.72rem;
  font-weight: 900;
  padding: 5px 9px;
  text-transform: uppercase;
}

.operator-card .button {
  margin-top: 18px;
}

.timeline-panel {
  min-height: 420px;
  overflow: hidden;
  padding: 22px;
}

.timeline-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.timeline-panel-head strong {
  color: var(--green-950);
  font-family: var(--font-display);
  font-size: 1.06rem;
}

.timeline-panel-head a {
  color: var(--green-700);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
}

.x-post-list {
  display: grid;
  gap: 12px;
}

.x-post-card {
  border: 1px solid rgba(15, 123, 69, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 255, 248, 0.92));
  padding: 16px;
}

.x-post-card span {
  display: inline-flex;
  margin-bottom: 10px;
  border-radius: 999px;
  background: rgba(24, 184, 109, 0.1);
  color: var(--green-700);
  font-size: 0.72rem;
  font-weight: 900;
  padding: 5px 9px;
}

.x-post-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.event-source-section {
  background:
    linear-gradient(135deg, rgba(15, 123, 69, 0.96), rgba(24, 184, 109, 0.86)),
    radial-gradient(circle at 84% 8%, rgba(255, 201, 40, 0.26), transparent 19rem);
  color: var(--white);
}

.source-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.event-source-section h2,
.event-source-section .section-kicker {
  color: var(--white);
}

.event-source-section p {
  max-width: 680px;
  color: #edfff3;
  font-weight: 600;
}

.source-actions {
  display: grid;
  gap: 10px;
}

.service-card.accent {
  border-color: rgba(244, 74, 142, 0.24);
  background: linear-gradient(180deg, #ffffff, rgba(244, 74, 142, 0.055));
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  border-radius: 50%;
  background: var(--yellow-100);
  color: var(--green-950);
  font-weight: 900;
}

.service-card p,
.reason-list p,
.flow p,
.audience-grid p {
  margin: 12px 0 0;
  color: var(--muted);
}

.mms-section {
  background:
    linear-gradient(180deg, #fff9fc 0%, #f2fbef 100%),
    radial-gradient(circle at 92% 20%, rgba(244, 74, 142, 0.14), transparent 22rem);
}

.mms-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) 1fr;
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}

.mascot-panel {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-items: center;
  align-items: end;
  gap: 18px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(244, 74, 142, 0.12), rgba(255, 201, 40, 0.18)),
    var(--white);
  padding: 30px 22px;
  box-shadow: var(--shadow);
  text-align: center;
}

.mascot-panel img {
  width: min(160px, 100%);
  height: auto;
}

.mascot-panel-pink {
  position: static;
  width: min(170px, 100%);
  transform: rotate(4deg);
}

.mascot-panel-pink img {
  width: 100%;
  height: auto;
}

.mascot-panel p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--green-950);
  font-weight: 900;
}

.reason-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.reason-list article {
  padding: 22px 24px;
}

.proof-section,
.systems-section {
  background:
    linear-gradient(180deg, #fffafc, var(--paper)),
    radial-gradient(circle at 12% 16%, rgba(244, 74, 142, 0.08), transparent 18rem);
}

.audience-grid,
.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.audience-grid article,
.voice-grid article,
.faq-list article {
  padding: 26px;
  box-shadow: 0 18px 42px rgba(5, 37, 23, 0.07);
}

.audience-grid span,
.voice-grid span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--pink-500);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.voice-grid article:nth-child(2) span {
  color: var(--green-700);
}

.voice-grid article:nth-child(3) span {
  color: var(--cyan-500);
}

.business-section {
  background:
    linear-gradient(135deg, rgba(5, 37, 23, 0.94), rgba(85, 20, 61, 0.84)),
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: auto, 32px 32px, 32px 32px;
  color: var(--white);
}

.business-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr) minmax(170px, 220px);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.business-section h2,
.business-section .section-kicker {
  color: var(--white);
}

.business-section h2 {
  max-width: 560px;
  font-size: clamp(2.45rem, 3.5vw, 3.55rem);
  line-height: 1.15;
}

.business-section h2 span {
  white-space: nowrap;
}

.business-section p {
  max-width: 650px;
  color: #dff5e8;
  font-size: 1.08rem;
  font-weight: 600;
}

.business-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.business-list li {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 211, 228, 0.08));
  color: #f4fff8;
  font-weight: 800;
  padding: 15px 16px;
}

.business-pink-mascot {
  position: static;
  justify-self: center;
  width: min(220px, 100%);
  filter: drop-shadow(0 18px 30px rgba(244, 74, 142, 0.18));
}

.business-pink-mascot img {
  width: 100%;
  height: auto;
}

@media (hover: hover) {
  .button:hover {
    transform: translateY(-2px);
  }

  .button.primary:hover {
    box-shadow: 0 18px 38px rgba(15, 123, 69, 0.28);
    filter: brightness(1.05);
  }

  .button.secondary:hover {
    border-color: rgba(46, 166, 106, 0.26);
    background: var(--mint-100);
  }

  .button.light:hover {
    box-shadow: 0 18px 38px rgba(5, 37, 23, 0.18);
    filter: brightness(1.04);
  }

  .hero-links-panel a:hover,
  .mobile-hero-links a:hover {
    border-color: rgba(46, 166, 106, 0.32);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 36px rgba(15, 123, 69, 0.16);
    transform: translateY(-2px);
  }

  .service-card:hover,
  .event-card:hover,
  .theme-list article:hover,
  .reason-list article:hover,
  .flow li:hover,
  .audience-grid article:hover,
  .voice-grid article:hover,
  .faq-list article:hover,
  .mascot-panel:hover {
    border-color: rgba(46, 166, 106, 0.24);
    box-shadow: 0 12px 32px rgba(46, 166, 106, 0.18);
    transform: translateY(-4px);
  }

  .business-list li:hover {
    border-color: rgba(255, 201, 40, 0.34);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 32px rgba(46, 166, 106, 0.18);
    transform: translateY(-4px);
  }
}

.flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps-section {
  background: #ffffff;
}

.steps-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.faq-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, var(--mint-50));
}

.faq-list p {
  margin: 10px 0 0;
  color: var(--muted);
}

.leader-section {
  background:
    linear-gradient(135deg, rgba(5, 37, 23, 0.96), rgba(96, 16, 63, 0.9)),
    radial-gradient(circle at 88% 16%, rgba(244, 74, 142, 0.16), transparent 18rem);
  color: var(--white);
}

.leader-grid {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: clamp(26px, 6vw, 86px);
  align-items: start;
}

.leader-section h2,
.leader-section .section-kicker {
  color: var(--white);
}

.leader-section p:last-child {
  margin: 0;
  color: #dff5e8;
  font-size: 1.08rem;
  font-weight: 600;
}

.flow li {
  min-height: 224px;
  padding: 24px;
}

.flow span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 26px;
  border-radius: 50%;
  background: var(--green-700);
  color: var(--white);
  font-weight: 900;
}

.contact {
  background:
    linear-gradient(135deg, rgba(15, 123, 69, 0.94), rgba(244, 74, 142, 0.76)),
    radial-gradient(circle at 86% 10%, rgba(255, 201, 40, 0.2), transparent 18rem);
  color: var(--white);
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 210px);
  gap: 24px;
  align-items: center;
}

.contact h2,
.contact .section-kicker {
  color: var(--white);
}

.contact p {
  max-width: 650px;
  margin: 18px 0 0;
  color: #edfff3;
  font-weight: 600;
}

.contact-pink-mascot {
  position: static;
  justify-self: center;
  width: min(210px, 100%);
  filter: drop-shadow(0 18px 28px rgba(244, 74, 142, 0.16));
}

.contact-pink-mascot img {
  width: 100%;
  height: auto;
}

.contact .hero-actions {
  grid-column: 1 / -1;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(18px, 5vw, 64px);
  background: #031c11;
  color: #dff5e8;
  font-size: 0.9rem;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: flex-end;
}

.site-footer a {
  font-weight: 800;
  text-decoration: none;
}

.legal-page {
  min-height: 100vh;
  padding: clamp(24px, 5vw, 56px);
  background:
    radial-gradient(circle at 15% 15%, rgba(46, 166, 106, 0.16), transparent 32%),
    linear-gradient(135deg, #f7fff8 0%, #ffffff 52%, #fff7d8 100%);
}

.legal-brand {
  width: fit-content;
}

.legal-panel {
  width: min(920px, 100%);
  margin: clamp(36px, 7vw, 80px) auto 0;
  padding: clamp(28px, 5vw, 56px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.legal-panel h1 {
  margin: 8px 0 16px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 3.6rem);
  line-height: 1.08;
}

.legal-panel > p {
  margin: 0 0 28px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.9;
}

.legal-list {
  display: grid;
  gap: 0;
  margin: 0 0 28px;
  border-top: 1px solid var(--line);
}

.legal-list div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.legal-list dt {
  color: var(--green-dark);
  font-weight: 900;
}

.legal-list dd {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.8;
}

@keyframes meshDriftGreen {
  from {
    transform: translate3d(-22px, 18px, 0) scale(0.96);
  }

  to {
    transform: translate3d(48px, 70px, 0) scale(1.08);
  }
}

@keyframes meshDriftGold {
  from {
    transform: translate3d(18px, -10px, 0) scale(1);
  }

  to {
    transform: translate3d(92px, -62px, 0) scale(1.12);
  }
}

@keyframes meshDriftPink {
  from {
    transform: translate3d(24px, 28px, 0) scale(0.92);
  }

  to {
    transform: translate3d(-70px, -50px, 0) scale(1.08);
  }
}

@keyframes mascotFloat {
  0%,
  100% {
    transform: perspective(900px) translateY(0) rotateY(-8deg) rotateZ(1deg);
  }

  50% {
    transform: perspective(900px) translateY(-10px) rotateY(-8deg) rotateZ(1deg);
  }
}

@keyframes pinkMascotFloat {
  0%,
  100% {
    transform: perspective(900px) translateY(0) rotateY(8deg) rotateZ(-3deg);
  }

  50% {
    transform: perspective(900px) translateY(-10px) rotateY(8deg) rotateZ(-3deg);
  }
}

@keyframes mascotShadow {
  0%,
  100% {
    opacity: 0.82;
    transform: scaleX(1) rotate(-4deg);
  }

  50% {
    opacity: 0.55;
    transform: scaleX(0.86) rotate(-4deg);
  }
}

@keyframes mascotFloatMobile {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes mascotShadowMobile {
  0%,
  100% {
    opacity: 0.72;
    transform: translateX(50%) scaleX(1);
  }

  50% {
    opacity: 0.48;
    transform: translateX(50%) scaleX(0.86);
  }
}

@keyframes linkPanelFloat {
  0%,
  100% {
    transform: translateY(-50%) translateX(0);
  }

  50% {
    transform: translateY(calc(-50% - 8px)) translateX(3px);
  }
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-visual {
    width: min(720px, 100%);
    min-height: 600px;
    margin: 0 auto;
  }

  .hero-mascot {
    right: 4%;
    width: min(42vw, 330px);
    min-width: 230px;
  }

  .hero-mascot-pink {
    display: block;
    right: 44%;
    width: min(40vw, 320px);
    min-width: 220px;
  }

  .mascot-shadow {
    right: 8%;
    width: min(38vw, 270px);
  }

  .hero-links-panel {
    left: 50%;
    top: 18px;
    width: min(420px, 100%);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    transform: translateX(-50%);
    animation: none;
  }

  .service-grid,
  .event-grid,
  .theme-list,
  .proof-metrics,
  .report-grid,
  .flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-grid {
    grid-template-columns: 1fr;
  }

  .business-pink-mascot {
    justify-self: end;
    width: min(190px, 38vw);
  }
}

@media (max-width: 920px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 72px;
    right: 14px;
    left: 14px;
    display: grid;
    gap: 4px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  body.menu-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  h1 {
    font-size: 4rem;
  }

  .hero {
    gap: 18px;
  }

  .hero-mobile-duo {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: clamp(12px, 4vw, 26px);
    width: min(560px, 100%);
    margin: 18px auto 6px;
    padding: 6px 0 0;
  }

  .hero-mobile-duo picture:first-child {
    animation: mascotFloat 6s ease-in-out infinite;
  }

  .hero-mobile-duo picture:last-child {
    animation: pinkMascotFloat 5.8s ease-in-out infinite;
    filter: drop-shadow(0 20px 32px rgba(244, 74, 142, 0.18));
  }

  .hero-visual {
    display: none;
  }

  h2 {
    font-size: 2.28rem;
  }

  .section-heading.with-badge {
    align-items: start;
  }

  .intro-grid,
  .mms-grid,
  .business-grid,
  .events-hero-grid,
  .source-grid,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .audience-grid,
  .voice-grid,
  .faq-list,
  .operator-grid,
  .timeline-grid,
  .proof-metrics,
  .report-grid,
  .event-stats {
    grid-template-columns: 1fr;
  }

  .events-mascot-wrap {
    justify-self: end;
    width: min(250px, 44vw);
  }

  .leader-grid {
    grid-template-columns: 1fr;
  }

  .section-pink-badge,
  .business-pink-mascot,
  .contact-pink-mascot {
    display: none;
  }
}

@media (max-width: 620px) {
  section[id] {
    scroll-margin-top: 82px;
  }

  .site-header {
    min-height: 66px;
  }

  .brand-logo {
    width: 58px;
    height: 46px;
  }

  .brand strong {
    font-size: 1rem;
  }

  .brand small {
    display: none;
  }

  .site-nav {
    top: 66px;
  }

  .hero {
    padding-top: 44px;
  }

  h1 {
    font-size: 2.32rem;
    line-height: 1.12;
  }

  .hero-mobile-duo {
    justify-content: space-between;
    gap: 10px;
    margin: 16px 0 4px;
  }

  .hero-mobile-duo picture {
    width: min(45vw, 176px);
  }

  h2 {
    font-size: 1.92rem;
  }

  .business-section h2 {
    font-size: 2.08rem;
    line-height: 1.22;
  }

  .business-section h2 span {
    white-space: normal;
  }

  .events-hero {
    padding-bottom: 36px;
  }

  .events-hero h1 {
    max-width: 100%;
    font-size: 2.06rem;
    line-height: 1.12;
  }

  .events-hero h1 span {
    display: block;
  }

  .events-mascot-wrap {
    justify-self: start;
    width: 180px;
    margin-top: 0;
  }

  .section-heading.with-badge img {
    width: 56px;
  }

  .lead {
    font-size: 1.04rem;
    word-break: break-all;
  }

  .lead .no-break {
    display: block;
    white-space: normal;
  }

  .lead .mobile-line {
    display: block;
  }

  .hero-actions,
  .hero-actions .button,
  .contact .button {
    width: 100%;
  }

  .mobile-hero-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
  }

  .mobile-hero-links a {
    flex: 1 1 44%;
    min-width: 0;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    font-size: 0.82rem;
    font-weight: 900;
  }

  .hero-stats,
  .service-grid,
  .event-grid,
  .theme-list,
  .proof-metrics,
  .report-grid,
  .flow {
    grid-template-columns: 1fr;
  }

  .event-browser-head {
    display: grid;
  }

  .events-hero-copy {
    padding: 20px 18px;
  }

  .hero-proof-strip span {
    width: 100%;
    justify-content: center;
  }

  .event-browser-controls {
    display: grid;
    width: 100%;
  }

  .past-event-item {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px;
  }

  .event-list {
    max-height: 680px;
  }

  .hero-visual {
    min-height: auto;
  }

  .service-card,
  .flow li {
    min-height: auto;
  }

  .site-footer {
    display: grid;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .legal-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
