:root {
  --ink: #070707;
  --muted: #61605d;
  --paper: #fbf7ef;
  --paper-deep: #f0e9dc;
  --orange: #ee6b19;
  --orange-soft: #ffe0c6;
  --purple: #9380df;
  --purple-soft: #ded7ff;
  --yellow: #f5e889;
  --peach: #f6d6c9;
  --line: rgba(7, 7, 7, 0.16);
  --shadow: 0 22px 60px rgba(45, 34, 20, 0.14);
  --radius: 8px;
  --hand: "Marker Felt", "Bradley Hand", "Comic Sans MS", cursive;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 5% 0%, rgba(238, 107, 25, 0.08), transparent 24rem),
    radial-gradient(circle at 90% 20%, rgba(147, 128, 223, 0.1), transparent 22rem),
    var(--paper);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 92px;
  padding: 24px clamp(20px, 4vw, 64px);
  position: relative;
  z-index: 20;
}

.brand {
  align-items: center;
  display: flex;
  gap: 14px;
}

.brand strong {
  display: block;
  font-size: clamp(1rem, 1.5vw, 1.24rem);
  letter-spacing: 0;
}

.brand small {
  color: var(--orange);
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.4em;
  margin-top: 6px;
  text-transform: uppercase;
}

.brand-mark {
  border: 6px solid var(--ink);
  border-right-color: transparent;
  border-radius: 50%;
  display: grid;
  height: 46px;
  place-items: center end;
  position: relative;
  width: 46px;
}

.brand-mark span {
  background: var(--orange);
  border-radius: 50%;
  height: 7px;
  position: absolute;
  right: -3px;
  width: 7px;
}

.brand-mark span:nth-child(1) {
  top: 4px;
}

.brand-mark span:nth-child(2) {
  top: 17px;
}

.brand-mark span:nth-child(3) {
  top: 30px;
}

.nav-links {
  display: flex;
  gap: clamp(22px, 4vw, 56px);
  font-size: 0.9rem;
  font-weight: 800;
}

.nav-links a {
  position: relative;
}

.nav-links a::after,
.button-secondary::after,
.text-link::after {
  background: currentColor;
  bottom: -4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.nav-links a:hover::after,
.button-secondary:hover::after,
.text-link:hover::after {
  transform: scaleX(1);
}

.menu-button {
  align-items: center;
  background: #ebe4da;
  border: 0;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.menu-button span {
  background: var(--ink);
  display: block;
  height: 2px;
  width: 21px;
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(26px, 4vw, 60px);
  grid-template-columns: minmax(260px, 0.85fr) minmax(380px, 1.32fr) minmax(110px, 0.28fr);
  min-height: 0;
  overflow: hidden;
  padding: 34px clamp(20px, 5vw, 78px) 42px;
}

.eyebrow,
.section-kicker {
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.45em;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(4rem, 6.4vw, 8.2rem);
  letter-spacing: 0;
  line-height: 0.92;
  margin: 0;
  max-width: 7ch;
}

.script-line {
  font-family: var(--hand);
  font-size: clamp(3rem, 5vw, 6.5rem);
  line-height: 0.9;
  margin: 12px 0 26px;
  max-width: 9ch;
}

.script-line span,
.mission h2 span {
  color: var(--orange);
  display: inline-block;
  position: relative;
}

.script-line span::after,
.mission h2 span::after {
  background: var(--orange);
  bottom: 3px;
  content: "";
  height: 6px;
  left: 0;
  opacity: 0.9;
  position: absolute;
  transform: rotate(-3deg);
  width: 100%;
  z-index: -1;
}

.hero-text {
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  max-width: 31rem;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 34px;
}

.button,
.text-link {
  align-items: center;
  display: inline-flex;
  font-weight: 900;
  gap: 18px;
  position: relative;
}

.button-primary {
  background: var(--ink);
  border-radius: 3px;
  color: #fff;
  padding: 18px 22px;
  transition: transform 180ms ease, background 180ms ease;
}

.button-primary:hover {
  background: #1d1c1a;
  transform: translateY(-2px);
}

.button-secondary {
  padding-block: 8px;
}

.hero-collage {
  min-height: 660px;
  position: relative;
}

.photo-card {
  background: #fff;
  box-shadow: var(--shadow);
  margin: 0;
  padding: 12px;
  position: absolute;
  transition: transform 240ms ease;
}

.photo-card:hover {
  transform: rotate(0deg) translateY(-4px);
}

.photo-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.main-photo {
  height: min(42vw, 520px);
  left: 5%;
  max-height: 560px;
  min-height: 370px;
  top: 6%;
  transform: rotate(-4deg);
  width: min(50vw, 660px);
  z-index: 3;
}

.journey-note {
  background:
    linear-gradient(rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.82)),
    linear-gradient(90deg, rgba(147, 128, 223, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(147, 128, 223, 0.12) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
  box-shadow: var(--shadow);
  font-family: var(--hand);
  font-size: clamp(1.9rem, 3.1vw, 3.6rem);
  line-height: 1.05;
  padding: 70px 46px;
  position: absolute;
  right: 4%;
  text-transform: uppercase;
  top: 12%;
  transform: rotate(-1.5deg);
  width: min(28vw, 340px);
  z-index: 4;
}

.journey-note p,
.sticky-note p,
.mini-note p {
  margin: 0;
}

.journey-note strong {
  display: inline-block;
  font-weight: 700;
  position: relative;
}

.journey-note strong::after {
  border: 4px solid var(--purple);
  border-radius: 50%;
  content: "";
  height: 1em;
  left: -14px;
  position: absolute;
  top: 0.08em;
  transform: rotate(-6deg);
  width: calc(100% + 32px);
}

.sky-photo {
  bottom: 8%;
  height: 190px;
  right: 22%;
  transform: rotate(2deg);
  width: 160px;
  z-index: 5;
}

.sky {
  background:
    radial-gradient(circle at 60% 65%, #fff 0 14%, transparent 15%),
    radial-gradient(circle at 35% 58%, #fff 0 11%, transparent 12%),
    linear-gradient(#a8c7d8, #eef7fb 72%, #f9efe0);
  height: 100%;
}

.sky-photo figcaption {
  font-family: var(--hand);
  font-size: 0.9rem;
  margin-top: 6px;
}

.sticky-note {
  background: var(--yellow);
  box-shadow: 0 14px 24px rgba(45, 34, 20, 0.12);
  bottom: 4%;
  font-family: var(--hand);
  font-size: clamp(1.25rem, 1.6vw, 1.7rem);
  line-height: 1.35;
  padding: 38px 42px;
  position: absolute;
  right: -2%;
  transform: rotate(0.5deg);
  width: min(26vw, 300px);
  z-index: 6;
}

.orange-badge {
  align-items: center;
  background: var(--orange);
  border-radius: 50%;
  bottom: 9%;
  color: var(--ink);
  display: flex;
  font-size: 3rem;
  font-weight: 900;
  height: 86px;
  justify-content: center;
  left: 6%;
  position: absolute;
  width: 86px;
  z-index: 8;
}

.tape {
  background: rgba(215, 207, 192, 0.7);
  display: block;
  height: 52px;
  position: absolute;
  transform: rotate(-4deg);
  width: 240px;
  z-index: 9;
}

.tape-top {
  left: 18%;
  top: 2%;
}

.doodle {
  color: var(--purple);
  font-family: var(--hand);
  position: absolute;
  z-index: 8;
}

.sparkle {
  font-size: 4.4rem;
  right: -2%;
  top: 3%;
}

.arrow {
  font-size: 5rem;
  left: -12%;
  top: 38%;
  transform: rotate(-6deg);
}

.hero-index {
  display: grid;
  gap: 28px;
  justify-self: end;
}

.hero-index a {
  align-items: center;
  color: #8b8984;
  display: flex;
  font-weight: 800;
  gap: 18px;
}

.hero-index span {
  color: inherit;
  font-size: 1.8rem;
  font-weight: 900;
}

.hero-index .active {
  color: var(--ink);
}

.hero-index .active span {
  color: var(--orange);
}

.section-grid {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.panel {
  min-height: 430px;
  overflow: hidden;
  padding: clamp(32px, 4vw, 56px);
  position: relative;
}

.what-we-do {
  background:
    linear-gradient(135deg, rgba(222, 215, 255, 0.78), rgba(251, 247, 239, 0.9)),
    var(--purple-soft);
}

.purple-tape {
  background: rgba(147, 128, 223, 0.68);
  right: 9%;
  top: -4px;
  transform: rotate(8deg);
  width: 120px;
}

.service-list {
  display: grid;
  gap: 20px;
}

.service-list article {
  align-items: flex-start;
  display: grid;
  gap: 18px;
  grid-template-columns: 36px 1fr;
}

.service-icon {
  color: var(--orange);
  font-size: 2rem;
  line-height: 1;
}

.service-list h2,
.event-card h2 {
  font-size: 1rem;
  margin: 0 0 3px;
}

.service-list p,
.event-card p,
.mission p,
.story-copy p {
  color: #2f2d29;
  margin: 0;
}

.what-we-do .text-link,
.events .text-link,
.mission .text-link {
  bottom: 34px;
  left: clamp(32px, 4vw, 56px);
  position: absolute;
}

.mission {
  background: #fffaf2;
}

.mission h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  letter-spacing: 0;
  line-height: 1.06;
  margin: 26px 0 58px;
}

.mission .section-kicker {
  margin-bottom: 16px;
}

.mission-arrow {
  bottom: 28px;
  color: var(--ink);
  font-size: 5rem;
  right: 42px;
  transform: rotate(20deg);
}

.events {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.48), transparent),
    var(--peach);
}

.orange-tape {
  background: var(--orange);
  height: 36px;
  left: 14%;
  top: -12px;
  transform: rotate(2deg);
  width: 96px;
}

.event-card {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 22px;
  grid-template-columns: 56px 1fr 28px;
  padding: 26px 0;
}

.event-card time {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--line);
  display: grid;
  font-size: 2rem;
  font-weight: 900;
  height: 68px;
  line-height: 1;
  place-items: center;
  text-transform: uppercase;
}

.event-card time span {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
}

.event-card a {
  font-size: 2rem;
}

.community-panel {
  background: var(--purple-soft);
}

.workshop-photo {
  height: 220px;
  left: 13%;
  top: 48px;
  transform: rotate(-5deg);
  width: 250px;
  z-index: 2;
}

.belong-note {
  align-items: center;
  background: var(--purple);
  border-radius: 50%;
  display: flex;
  font-family: var(--hand);
  font-size: 2.4rem;
  height: 172px;
  justify-content: center;
  line-height: 0.98;
  padding: 22px;
  position: absolute;
  right: 36px;
  text-align: center;
  top: 78px;
  transform: rotate(-4deg);
  width: 172px;
  z-index: 3;
}

.mini-note {
  background: #f7efe4;
  border: 1px solid rgba(0, 0, 0, 0.08);
  bottom: 44px;
  box-shadow: var(--shadow);
  font-family: var(--hand);
  font-size: 1.2rem;
  padding: 28px 30px;
  position: absolute;
  right: 76px;
  transform: rotate(7deg);
  width: 160px;
  z-index: 4;
}

.story-band {
  align-items: center;
  background: #fffaf2;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.75fr);
  padding: clamp(54px, 8vw, 110px) clamp(20px, 5vw, 78px);
}

.story-copy h2 {
  font-size: clamp(2.5rem, 4.8vw, 5.6rem);
  line-height: 0.98;
  margin: 0 0 24px;
  max-width: 760px;
}

.story-copy p:last-child {
  font-size: 1.08rem;
  max-width: 610px;
}

.quote-stack {
  display: grid;
  gap: 20px;
}

.quote-stack blockquote {
  background: var(--yellow);
  box-shadow: var(--shadow);
  font-family: var(--hand);
  font-size: clamp(1.4rem, 2vw, 2rem);
  margin: 0;
  padding: 30px;
  transform: rotate(-2deg);
}

.quote-stack blockquote:nth-child(2) {
  background: var(--purple-soft);
  transform: rotate(2deg);
}

.booking-band {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(245, 232, 137, 0.82), rgba(255, 250, 242, 0.72)),
    var(--yellow);
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  padding: clamp(46px, 6vw, 78px) clamp(20px, 5vw, 78px);
  position: relative;
}

.booking-band::before {
  background: var(--orange);
  content: "";
  height: 34px;
  left: clamp(20px, 8vw, 120px);
  position: absolute;
  top: -13px;
  transform: rotate(-2deg);
  width: 92px;
}

.booking-copy h2 {
  font-size: clamp(2.35rem, 4.8vw, 5.4rem);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0 0 22px;
  max-width: 780px;
}

.booking-copy p:last-child {
  color: #2f2d29;
  font-size: 1.08rem;
  margin: 0;
  max-width: 600px;
}

.booking-note {
  background: #fffaf2;
  box-shadow: var(--shadow);
  display: grid;
  font-family: var(--hand);
  gap: 18px;
  justify-self: end;
  min-height: 220px;
  padding: 34px;
  place-content: center;
  position: relative;
  transform: rotate(2deg);
  transition: transform 180ms ease, box-shadow 180ms ease;
  width: min(100%, 360px);
}

.booking-note::after {
  border: 3px solid var(--purple);
  border-radius: 50%;
  content: "";
  height: 58px;
  position: absolute;
  right: 28px;
  top: 30px;
  transform: rotate(-8deg);
  width: 122px;
}

.booking-note:hover {
  box-shadow: 0 26px 70px rgba(45, 34, 20, 0.2);
  transform: rotate(0deg) translateY(-3px);
}

.booking-note span {
  font-size: clamp(1.55rem, 2.2vw, 2.1rem);
}

.booking-note strong {
  color: var(--orange);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.55rem, 2vw, 2rem);
}

.site-footer {
  align-items: center;
  background:
    linear-gradient(90deg, var(--yellow), #f7ed9a 50%, #eee37d),
    var(--yellow);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(230px, 1fr) auto auto;
  padding: 22px clamp(20px, 5vw, 78px);
}

.site-footer p {
  font-family: var(--hand);
  font-size: clamp(1.3rem, 1.8vw, 2rem);
  margin: 0;
}

.socials {
  display: flex;
  gap: 18px;
}

.socials a {
  align-items: center;
  border: 2px solid var(--ink);
  border-radius: 6px;
  display: flex;
  font-weight: 900;
  height: 32px;
  justify-content: center;
  transition: background 180ms ease, transform 180ms ease;
  width: 32px;
}

.socials a:hover {
  background: rgba(255, 255, 255, 0.45);
  transform: translateY(-2px);
}

.reveal {
  animation: fadeLift 700ms ease both;
}

.hero-collage {
  animation-delay: 120ms;
}

.hero-index,
.mission,
.events,
.community-panel {
  animation-delay: 180ms;
}

@keyframes fadeLift {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: minmax(280px, 0.9fr) minmax(420px, 1.1fr);
  }

  .hero-index {
    display: none;
  }

  .section-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .site-header {
    min-height: 82px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 18px;
  }

  .hero h1 {
    max-width: 8ch;
  }

  .script-line {
    max-width: 10ch;
  }

  .hero-collage {
    min-height: 610px;
  }

  .main-photo {
    height: 360px;
    left: 2%;
    min-height: 0;
    top: 8%;
    width: 78%;
  }

  .journey-note {
    padding: 42px 28px;
    right: 0;
    top: 38%;
    width: 48%;
  }

  .sticky-note {
    bottom: 2%;
    right: 3%;
    width: 46%;
  }

  .sky-photo {
    bottom: 10%;
    left: 8%;
    right: auto;
  }

  .orange-badge {
    bottom: 29%;
    left: 2%;
  }

  .story-band {
    grid-template-columns: 1fr;
  }

  .booking-band {
    grid-template-columns: 1fr;
  }

  .booking-note {
    justify-self: start;
  }

  .site-footer {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero {
    gap: 16px;
    padding-bottom: 22px;
  }

  .brand small {
    letter-spacing: 0.28em;
  }

  .menu-button {
    height: 48px;
    width: 48px;
  }

  .eyebrow {
    font-size: 0.62rem;
    margin-bottom: 12px;
  }

  .hero h1 {
    font-size: clamp(2.85rem, 13vw, 4.2rem);
  }

  .script-line {
    font-size: clamp(2.15rem, 10vw, 3.2rem);
    margin: 6px 0 16px;
  }

  .hero-text {
    font-size: 0.92rem;
  }

  .hero-actions {
    gap: 18px;
    margin-top: 22px;
  }

  .button-primary {
    padding: 16px 18px;
    width: 100%;
  }

  .hero-collage {
    min-height: 500px;
  }

  .main-photo {
    height: 260px;
    left: -3%;
    width: 92%;
  }

  .tape-top {
    left: 20%;
    width: 170px;
  }

  .journey-note {
    font-size: 1.6rem;
    padding: 24px 18px;
    right: 2%;
    top: 42%;
    width: 58%;
  }

  .sky-photo {
    bottom: 8%;
    height: 126px;
    width: 112px;
  }

  .sticky-note {
    bottom: 2%;
    font-size: 0.98rem;
    padding: 20px 18px;
    width: 55%;
  }

  .sparkle,
  .arrow {
    display: none;
  }

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

  .panel {
    min-height: 0;
  }

  .what-we-do .text-link,
  .events .text-link,
  .mission .text-link {
    bottom: auto;
    left: auto;
    margin-top: 26px;
    position: relative;
  }

  .community-panel {
    min-height: 430px;
  }

  .workshop-photo {
    height: 210px;
    left: 9%;
    width: 230px;
  }

  .belong-note {
    height: 145px;
    right: 22px;
    top: 150px;
    width: 145px;
  }

  .mini-note {
    bottom: 38px;
    right: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}
