:root {
  --paper: #faf8f2;
  --white: #fffefa;
  --ink: #171511;
  --muted: #71695f;
  --yellow: #ffd31c;
  --pink: #ed3d78;
  --cream: #fff0c3;
  --line: rgba(23, 21, 17, .15);
  --hand: "Segoe Print", "Comic Sans MS", cursive;
  --type: "Courier New", Courier, monospace;
}

* { box-sizing: border-box; }
html {
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  scroll-behavior: smooth;
  background: var(--paper);
}
body {
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--type);
}

@supports (overflow: clip) {
  html,
  body { overflow-x: clip; }
}

main { max-width: 100%; overflow-x: hidden; }
@supports (overflow: clip) {
  main { overflow-x: clip; }
}
a { color: inherit; }
button { font: inherit; }

.section-shell,
.topbar,
.footer-inner {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(90deg, rgba(21, 13, 6, .86), rgba(26, 16, 7, .35) 58%, rgba(18, 10, 4, .68)),
    radial-gradient(circle at 72% 24%, rgba(255, 211, 111, .55), transparent 24%),
    repeating-linear-gradient(100deg, #725034 0 2px, #50351f 2px 6px, #805b3d 6px 8px);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: radial-gradient(#fff .7px, transparent .8px);
  background-size: 7px 7px;
  pointer-events: none;
}

.topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
}

.logo {
  display: inline-flex;
  width: max-content;
  flex-direction: column;
  line-height: .75;
  text-decoration: none;
  transform: rotate(-2deg);
}

.logo span {
  color: var(--yellow);
  font: 700 58px/1 var(--hand);
  letter-spacing: -5px;
}

.logo small {
  align-self: center;
  margin-top: 8px;
  font-weight: 700;
  letter-spacing: 6px;
}

.language-toggle {
  width: 46px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-weight: 700;
}

.page-tabs {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.page-tabs-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(900px, 100%);
  min-height: 120px;
  margin: auto;
}

.page-tab {
  position: relative;
  display: grid;
  place-items: center;
  font: 700 27px var(--hand);
  text-decoration: none;
  text-transform: uppercase;
}

.page-tab + .page-tab { border-left: 1px solid var(--line); }

.page-tab::after {
  content: "";
  position: absolute;
  bottom: 28px;
  width: 105px;
  height: 6px;
  border-radius: 50%;
  background: var(--yellow);
  transform: rotate(-2deg);
}

.workshops-tab::after {
  background: var(--pink);
  transform: rotate(1deg);
}

.workshop-hero {
  position: relative;
  padding: 65px 0 44px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--pink);
  font-weight: 700;
  letter-spacing: .16em;
}

.workshop-hero h1 {
  margin: 0;
  font: 700 clamp(42px, 6vw, 68px)/1.08 var(--hand);
  letter-spacing: .02em;
  text-transform: uppercase;
}

.title-stroke,
.small-stroke {
  display: block;
  height: 8px;
  border-radius: 50%;
  background: var(--pink);
  transform: rotate(-1deg);
}

.title-stroke {
  width: min(390px, 62vw);
  margin: 17px auto 30px;
}

.lead {
  margin: 0;
  font-size: clamp(18px, 2.3vw, 24px);
  line-height: 1.45;
  white-space: pre-line;
}

.doodle {
  position: absolute;
  font-family: var(--hand);
}
.doodle-rays {
  top: 56%;
  left: 2%;
  color: var(--pink);
  font-size: 45px;
  letter-spacing: 6px;
  transform: rotate(36deg);
}
.doodle-heart {
  top: 48px;
  right: 18%;
  color: var(--yellow);
  font-size: 55px;
  transform: rotate(10deg);
}

.intro {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1.35fr);
  align-items: center;
  gap: 52px;
  padding: 42px 0 55px;
}

.intro-copy {
  font-size: 17px;
  line-height: 1.85;
}
.intro-copy p { margin: 0 0 9px; }

.workshop-gallery {
  position: relative;
  min-width: 0;
  touch-action: pan-y;
}
.workshop-gallery-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  will-change: transform, opacity;
}

.gallery-slide {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--line);
  background: #e9dfca;
}
.gallery-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-placeholder {
  display: grid;
  place-items: center;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.5), transparent),
    repeating-linear-gradient(-45deg, #f1e5c8 0 12px, #eadbb7 12px 24px);
  color: #665c4e;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
}

.gallery-dots { display: none; }
.gallery-dots[hidden] { display: none; }

.benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 30px 0 64px;
  border-top: 1px solid transparent;
}

.benefit-card {
  min-width: 0;
  padding: 0 28px;
  text-align: center;
}
.benefit-card + .benefit-card { border-left: 1px solid var(--line); }
.benefit-icon {
  width: 118px;
  height: 100px;
  overflow: visible;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}
.benefit-icon .pink-fill { fill: rgba(237, 61, 120, .84); stroke: var(--ink); }
.benefit-icon .pink-stroke { stroke: var(--pink); }
.benefit-icon .yellow-stroke,
.host-doodle .yellow-stroke { stroke: var(--yellow); }

.benefit-card h2 {
  position: relative;
  display: inline-block;
  margin: 12px 0 22px;
  font: 700 20px var(--hand);
  text-transform: uppercase;
}
.benefit-card h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 4px;
  border-radius: 50%;
  background: var(--pink);
  transform: rotate(-2deg);
}
.benefit-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.72;
  text-align: left;
}

.host-card {
  display: grid;
  grid-template-columns: minmax(270px, .85fr) minmax(0, 1.55fr) minmax(180px, .55fr);
  align-items: center;
  gap: 36px;
  min-height: 260px;
  margin-bottom: 18px;
  padding: 24px;
  background: var(--cream);
}

.host-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 246 / 170;
  border: 6px solid var(--pink);
  background: #906244;
}
.host-photo img {
  position: absolute;
  top: -408%;
  left: -37%;
  width: 416%;
  max-width: none;
  height: auto;
}

.host-copy h2 {
  margin: 0;
  font: 700 clamp(23px, 3vw, 34px) var(--hand);
  text-transform: uppercase;
}
.small-stroke {
  width: 120px;
  height: 4px;
  margin: 12px 0 18px;
  background: var(--yellow);
}
.host-copy p {
  margin: 7px 0;
  font-size: 14px;
  line-height: 1.55;
}
.text-link {
  display: inline-block;
  margin-top: 13px;
  color: var(--pink);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.host-doodle {
  width: 100%;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.cta {
  position: relative;
  margin-bottom: 0;
  padding: 30px 24px 24px;
  background: var(--cream);
  text-align: center;
}
.cta p { margin: 0 0 7px; font-size: 17px; }
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(430px, 90%);
  min-height: 58px;
  margin-top: 8px;
  padding: 12px 28px;
  background: var(--pink);
  color: white;
  box-shadow: 5px 5px 0 rgba(237, 61, 120, .2);
  font: 700 18px var(--hand);
  text-decoration: none;
  text-transform: uppercase;
  transform: rotate(.4deg);
}
.cta-spark,
.cta-arrow {
  position: absolute;
  font-family: var(--hand);
}
.cta-spark { bottom: 22px; color: var(--pink); font-size: 38px; letter-spacing: 4px; }
.cta-spark.left { left: 25%; transform: rotate(58deg); }
.cta-spark.right { right: 23%; transform: rotate(-58deg); }
.cta-arrow { top: 22px; right: 16%; color: var(--yellow); font-size: 64px; transform: rotate(-12deg); }

.site-footer {
  margin-top: 22px;
  padding: 34px 24px;
  border-top: 1px solid var(--line);
  background: var(--white);
}
.footer-inner {
  display: grid;
  grid-template-columns: .8fr 1.65fr 1.35fr 1fr;
  align-items: center;
  gap: 42px;
}
.footer-logo span { font-size: 54px; }
.footer-logo small { font-size: 10px; }
.footer-brand { display: grid; justify-items: start; gap: 10px; }
.footer-policy-link { color: inherit; font-size: 11px; text-underline-offset: 3px; }
.footer-policy-link:hover { color: var(--pink); }
.footer-contact { display: grid; gap: 13px; }
.footer-line { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.footer-line:hover { color: var(--pink); }
.footer-line svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.footer-line p { margin: 0; line-height: 1.55; }
.footer-hours strong { display: block; margin-bottom: 7px; }
.footer-hours p {
  display: grid;
  grid-template-columns: 95px auto;
  gap: 10px;
  margin: 5px 0;
}
.goodbye {
  justify-self: end;
  color: var(--pink);
  font: 27px var(--hand);
  text-align: center;
  transform: rotate(-4deg);
  white-space: nowrap;
}
.goodbye span:last-child { display: block; font-size: 43px; line-height: .8; }

@media (max-width: 980px) {
  .hero { min-height: 560px; }
  .intro { grid-template-columns: 1fr; gap: 28px; }
  .benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 42px; }
  .benefit-card:nth-child(3) { border-left: 0; }
  .host-card { grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr); }
  .host-doodle { display: none; }
  .footer-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .goodbye { justify-self: center; }
}

@media (max-width: 680px) {
  .section-shell,
  .topbar,
  .footer-inner { width: min(100% - 28px, 1180px); }
  .topbar { padding: 22px 0; }
  .logo span { font-size: 42px; }
  .footer-brand { justify-items: center; }
  .page-tabs-inner { min-height: 92px; }
  .page-tab { font-size: 20px; }
  .page-tab::after { bottom: 20px; width: 78px; height: 5px; }
  .workshop-hero { padding: 52px 0 30px; }
  .eyebrow { font-size: 13px; }
  .workshop-hero h1 { font-size: clamp(36px, 12vw, 54px); }
  .title-stroke { margin-bottom: 24px; }
  .doodle-rays { display: none; }
  .doodle-heart { top: 15px; right: 2%; font-size: 42px; }
  .intro { padding: 24px 0 44px; }
  .intro-copy { font-size: 15px; line-height: 1.7; }
  .workshop-gallery { padding: 0 26px; }
  .workshop-gallery-track { display: block; }
  .gallery-slide { display: none; width: 100%; }
  .gallery-slide.is-active { display: grid; }
  .gallery-dots { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 14px; }
  .gallery-dots button {
    width: 11px;
    height: 11px;
    padding: 0;
    border: 1px solid var(--ink);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
  }
  .gallery-dots button.active { border-color: var(--pink); background: var(--pink); }
  .benefits { grid-template-columns: 1fr; padding-top: 8px; }
  .benefit-card { padding: 12px 16px 30px; }
  .benefit-card + .benefit-card { border-top: 1px solid var(--line); border-left: 0; padding-top: 34px; }
  .benefit-card p { text-align: center; }
  .host-card { grid-template-columns: 1fr; padding: 18px; }
  .host-copy { padding: 6px 4px 12px; }
  .cta { padding: 25px 14px 22px; }
  .cta p { font-size: 14px; line-height: 1.5; }
  .cta-button { min-width: 100%; font-size: 15px; }
  .cta-arrow,
  .cta-spark { display: none; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; }
  .footer-line p { font-size: 13px; }
  .footer-hours { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
