.elementor-2308 .elementor-element.elementor-element-2426ff7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-2308 .elementor-element.elementor-element-2426ff7{--content-width:100%;}}/* Start custom CSS *//* ─────────────────────────────────────────────
   Спільноліто. SummerFun 2026 — landing styles
   ───────────────────────────────────────────── */
*{
  margin: 0;
  padding: 0;
}

:root {
  --orange: #F88010;
  --orange-deep: #DE6A00;
  --orange-soft: #FFE9D2;
  --green: #98C932;
  --green-deep: #7FAE22;
  --paper: #FFFFFF;
  --paper-2: #FFFFFF;
  --paper-3: #FFFFFF;
  --ink: #1A1A1A;
  --ink-2: #2E2E2E;
  --ink-muted: #6E6E6E;
  --line: #E6E6E6;
  --tape: rgba(230, 230, 230, 0.75);
  --tape-2: rgba(210, 210, 210, 0.7);
  --shadow-card: 0 10px 24px -16px rgba(0, 0, 0, 0.18),
                 0 1px 3px -1px rgba(0, 0, 0, 0.08);
  --shadow-paper: 0 14px 32px -22px rgba(0, 0, 0, 0.22),
                  0 2px 6px -2px rgba(0, 0, 0, 0.08);
}

.sf *, .sf *::before, .sf *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

.sf {
  font-family: 'Museo Sans', 'Museo Sans Rounded', 'Nunito Sans', 'Avenir Next', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  background: #FFFFFF;
  overflow-x: clip; /* clip ≠ hidden: не створює scroll-контейнер, тому position:fixed працює */
  display: block;
}

/* ── Elementor isolation resets ─────────────── */
/* :where() знижує специфічність до (0,0,1) — твої класи завжди перемагають */
:where(.sf) h1, :where(.sf) h2, :where(.sf) h3,
:where(.sf) h4, :where(.sf) h5, :where(.sf) h6 {
  margin: 0; padding: 0;
  font-size: inherit; font-weight: inherit; line-height: inherit;
  color: inherit;
}
:where(.sf) p { margin: 0; padding: 0; }
:where(.sf) a { text-decoration: none; color: inherit; }
:where(.sf) ul, :where(.sf) ol { list-style: none; margin: 0; padding: 0; }
:where(.sf) img { max-width: 100%; display: block; }
:where(.sf) button, :where(.sf) input,
:where(.sf) select, :where(.sf) textarea { font-family: inherit; }

/* ── Typography ─────────────────────────────── */
/* Специфічність (0,2,0) — перемагає будь-які Elementor container-based overrides */
.sf .f-display {
  font-family: 'Museo Sans', 'Museo Sans Rounded', 'Nunito Sans', 'Avenir Next', system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: -0.012em;
  line-height: 0.94;
  text-transform: uppercase;
}
.sf .f-hand {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  line-height: 1.05;
}
.sf .f-hand-2 { font-family: 'Caveat', cursive; font-weight: 500; }
.sf .f-mono   { font-family: 'Museo Sans', 'Nunito Sans', system-ui, sans-serif; font-weight: 700; font-feature-settings: 'tnum'; }

.sf .orange { color: var(--orange); }
.sf .green  { color: var(--green-deep); }

/* ── Page sections ──────────────────────────── */
.section {
  position: relative;
  padding: 110px 56px;
  max-width: 1440px;
  margin: 0 auto;
}
.section--wide { max-width: none; padding-left: 0; padding-right: 0; }
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.section-eyebrow .f-hand {
  font-size: 28px;
  color: var(--ink-2);
  transform: rotate(-3deg);
  display: inline-block;
}
.section-eyebrow::before {
  content: "";
  width: 64px; height: 2px;
  background: var(--orange);
  display: inline-block;
}
.sf .section-title {
  font-size: clamp(48px, 6vw, 92px);
}
.sf .section-subtitle {
  margin-top: 22px;
  max-width: 560px;
  font-size: 18px;
  color: var(--ink-2);
}

/* ── Buttons (all orange, or white w/ orange outline; no shadows) ── */
.sf .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: none;
  line-height: 1;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.15s ease;
}
.sf .btn-primary {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
}
.sf .btn-primary:hover {
  background: #fff;
  color: var(--orange);
  border-color: var(--orange);
  transform: translateY(-1px);
}
.sf .btn-ghost {
  background: #fff;
  color: var(--orange);
  border: 1px solid var(--orange);
}
.sf .btn-ghost:hover { background: var(--orange); color: #fff; border-color: var(--orange); }

/* ── Top nav ────────────────────────────────── */
.sf .nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 40px;
  transition: background 0.25s ease, border-color 0.25s ease;
  background: transparent;
}
.sf .nav.scrolled {
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.brand {
  /* logo slot left empty per brief */
  width: 1px; height: 1px; opacity: 0;
  pointer-events: none;
}

.sf .nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
}
.sf .nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.sf .nav-links a:hover { color: var(--orange); }
.sf .nav.scrolled .nav-links a { color: var(--ink); text-shadow: none; }
.sf .nav.scrolled .nav-links a:hover { color: var(--orange); }

.sf .nav .btn { padding: 12px 22px; font-size: 14px; }

.sf .nav-burger {
  display: none;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.75);
  border-radius: 999px;
  padding: 8px 14px 8px 10px;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.sf .nav-burger .nb-bars {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sf .nav-burger .nb-bars em {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: background 0.2s;
  font-style: normal;
}
.sf .nav-burger .nb-label {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 19px;
  color: #fff;
  line-height: 1;
  transition: color 0.2s;
}
.sf .nav.scrolled .nav-burger { border-color: var(--orange); }
.sf .nav.open .nav-burger { border-color: var(--orange); }
.sf .nav.scrolled .nav-burger .nb-bars em,
.sf .nav.open .nav-burger .nb-bars em { background: var(--orange); }
.sf .nav.scrolled .nav-burger .nb-label,
.sf .nav.open .nav-burger .nb-label { color: var(--orange); }

/* ─────────────────────────────────────────────
   1. HERO — адаптив від координат 1400×785
   px-значення з макета → % (позиції) і vw (розміри),
   тому hero масштабується пропорційно з шириною екрана.
   1px ≈ 0.0714vw  (1400px = 100vw)
   ───────────────────────────────────────────── */
.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  aspect-ratio: 1400 / 785;
  max-height: 785px;
  width: 100%;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('https://events.spilno.school/wp-content/uploads/2026/05/image6.jpg');
  background-size: cover;
  background-position: center 30%;
  z-index: -2;
  pointer-events: none;
}
.hero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.35);
  pointer-events: none;
}

/* Title — макет: L63 T~88 fs60/lh62 */
.sf .hero-title {
  position: absolute;
  left: 4.5%;
  top: 11.15%;
  font-size: clamp(40px, 4.286vw, 60px);
  color: #fff;
  line-height: 1.033;
  letter-spacing: -0.017em;
  z-index: 1;
}
.sf .hero-title .row2 { color: var(--orange); }

/* Tagline — макет: L72 T299, rotation −5.6° */
.hero-tagline-wrap {
  position: absolute;
  left: 5.14%;
  top: 38.09%;
  transform-origin: left center;
  z-index: 1;
}
.sf .hero-tagline {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: clamp(22px, 2.714vw, 38px);
  color: #fff;
  line-height: 1.1;
  display: block;
  transform: rotate(-5.6deg);
}
.hero-tagline-line {
  display: block;
  margin-top: -0.786vw;
  margin-left: 0.786vw;
  width: clamp(120px, 20.9vw, 293px);
  height: auto;
}

/* Info — макет: L64 T560 w398 */
.hero-info {
  position: absolute;
  left: 4.571%;
  top: 71.34%;
  width: 29%; /* ≈406px на макеті 1400 — щоб текст вліз */
  z-index: 1;
  color: #fff;
}
.hero-info p{
  margin-bottom: 0;
}
.hero-desc {
  font-size: clamp(13px, 1.429vw, 20px);
  line-height: 1.45;
  color: rgba(255,255,255,0.92);
}
.hero-desc strong {
  color: #fff;
  font-weight: 700;
  font-size: clamp(16px, 1.786vw, 25px);
}
.hero-schedule {
  margin-top: clamp(10px, 1.5vw, 21px);
  font-size: clamp(13px, 1.429vw, 20px);
  color: rgba(255,255,255,0.85);
  line-height: 1.25;
}
.hero-schedule strong { color: #fff; font-weight: 700; }

/* Right slogan — макет: L965 T131, rotation −8.7° */
.hero-slogan-wrap {
  position: absolute;
  left: 68.93%;
  top: 16.69%;
  transform-origin: left top;
  z-index: 1;
}
.sf .hero-right-slogan {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: clamp(22px, 2.786vw, 39px);
  color: #fff;
  line-height: 0.897;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  display: block;
  transform: rotate(-8.7deg);
}
.hero-slogan-line {
  display: block;
  margin-top: 0.286vw;
  margin-left: 2.357vw;
  width: clamp(120px, 21.857vw, 306px);
  height: auto;
}

/* CTA — макет: L1052 T538 */
.hero-cta-block {
  position: absolute;
  left: 75.143%;
  top: 68.54%;
  z-index: 1;
  text-align: left;
}
.hero-cta-block span { margin-left: 4px; }
.hero-dates {
  font-family: 'Museo Sans', 'Museo Sans Rounded', 'Nunito Sans', system-ui, sans-serif;
  font-weight: 900;
  font-size: clamp(22px, 2.86vw, 40px);
  color: var(--orange);
  letter-spacing: -0.02em;
  line-height: 1;
}
.hero-location {
  margin-top: 0.571vw;
  font-size: clamp(11px, 1.071vw, 15px);
  color: rgba(255,255,255,0.85);
  line-height: 1.267;
  letter-spacing: -0.013em;
  max-width: clamp(150px, 18.929vw, 265px);
}
/* Кнопка — широка «пігулка»: макет w346, ліва межа зсунута на −95px */
.sf .hero-cta-block .btn {
  margin-top: clamp(14px, 1.786vw, 25px);
  margin-left: -6.786vw;
  width: clamp(200px, 24.714vw, 346px);
  padding-top: clamp(11px, 1.143vw, 16px);
  padding-bottom: clamp(10px, 1.071vw, 15px);
  justify-content: center;
}

/* Doodles */
.hero-doodle {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
/* center spiral — макет: L657 T559 w86 */
.hero-doodle--center {
  left: 46.93%;
  top: 71.21%;
  width: clamp(44px, 6.143vw, 86px);
}
/* arrow — макет: L902 T236 w60 */
.hero-doodle--arrow {
  left: 64.43%;
  top: 30.06%;
  width: clamp(32px, 4.286vw, 60px);
}
/* sun — макет: center 96.36% T311 w64 */
.hero-doodle--sun {
  left: 96.36%;
  top: 39.62%;
  width: clamp(34px, 4.571vw, 64px);
  transform: translateX(-50%);
}

/* Рваний нижній край */
.hero-paper-edge {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  display: block;
}

.patch { position: absolute; z-index: 2; }
.tape {
  position: absolute;
  width: 90px; height: 20px;
  background: var(--tape);
  opacity: 0.7;
}
.tape::before, .tape::after { content: none; }

/* ─────────────────────────────────────────────
   2. DAY TIMELINE
   ───────────────────────────────────────────── */
.day-section {
  background: #fff;
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
}
/* Продовження градієнта #f9f4e1 → білий нижче рваного краю hero (full-bleed) */
.day-section::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 220px;
  background: linear-gradient(to bottom, #f9f4e1, #fff);
  z-index: 0;
  pointer-events: none;
}
.day-section > * { position: relative; z-index: 1; }
.day-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 60px;
  align-items: start;
}

.timeline {
  display: flex;
  flex-direction: column;
  position: relative;
}
.timeline::before {
  content: ""; position: absolute;
  left: 78px; top: 14px; bottom: 14px;
  width: 2px;
  background: repeating-linear-gradient(180deg, var(--orange) 0 6px, transparent 6px 12px);
  opacity: 0.6;
}
.tl-row {
  display: grid;
  grid-template-columns: 72px 32px 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px 0;
}
.tl-row + .tl-row { border-top: 1px dashed rgba(31,26,23,0.14); }
.tl-time {
  font-family: 'Museo Sans', 'Nunito Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--orange);
  padding-top: 2px;
  text-align: right;
}
.tl-dot {
  width: 14px; height: 14px;
  background: #fff;
  border: 2.5px solid var(--orange);
  border-radius: 50%;
  margin: 6px 0 0 9px;
  position: relative;
  z-index: 1;
}
.tl-row.is-now .tl-dot { background: var(--orange); }
.tl-content h4 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 4px;
}
.tl-content p {
  font-size: 14.5px;
  color: var(--ink-muted);
}

/* Polaroid collage (right column on Day section) */
.collage {
  position: relative;
  height: 760px;
}
.polaroid {
  position: absolute;
  background: #fff;
  padding: 12px 12px 50px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}
.polaroid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.polaroid .pic {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #ddd;
  overflow: hidden;
  position: relative;
}
.polaroid .caption {
  position: absolute;
  bottom: 14px; left: 0; right: 0;
  text-align: center;
  font-family: 'Caveat', cursive;
  font-size: 20px;
  color: var(--ink-2);
}
.polaroid .tape { top: -10px; left: 50%; transform: translateX(-50%) rotate(-3deg); }

/* ─────────────────────────────────────────────
   3. WHAT AWAITS (magazine cutouts)
   ───────────────────────────────────────────── */
.awaits-section {
  background: #fff;
  padding-top: 120px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}
.awaits-section::before { content: none; }
.awaits-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 40px;
}
.awaits-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 1fr;
  gap: 28px;
  position: relative;
}
.cutout {
  position: relative;
  background: #fff;
  padding: 18px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.2s ease;
}
.cutout:hover { transform: translateY(-4px) rotate(0.5deg); }
.cutout .pic {
  aspect-ratio: 4 / 3;
  background: #ddd;
  overflow: hidden;
}
.cutout .pic img { width: 100%; height: 100%; object-fit: cover; }
.cutout .label {
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
}
.cutout h3 {
  font-family: 'Museo Sans', 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -0.012em;
}
.cutout p {
  font-size: 14.5px;
  color: var(--ink-2);
}
.cutout .result {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1.5px dashed rgba(31,26,23,0.16);
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Caveat', cursive;
  font-size: 22px;
  color: var(--green-deep);
}

/* asymmetric layout */
.cutout--foodcraft { grid-column: 1 / 5; grid-row: span 2; transform: rotate(-1.2deg); }
.cutout--handicrafts { grid-column: 5 / 9; grid-row: span 2; transform: rotate(0.8deg); margin-top: 30px; }
.cutout--experimentarium { grid-column: 9 / 13; grid-row: span 2; transform: rotate(-0.6deg); }
.cutout--sports { grid-column: 2 / 7; grid-row: 3 / span 2; transform: rotate(1deg); margin-top: 20px; }
.cutout--art { grid-column: 7 / 12; grid-row: 3 / span 2; transform: rotate(-1deg); }

.awaits-cta {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.awaits-cta .above {
  font-family: 'Caveat', cursive;
  font-size: 28px;
  color: var(--ink-2);
  transform: rotate(-2deg);
}

/* ─────────────────────────────────────────────
   4. PROGRAM (4 diary pages)
   ───────────────────────────────────────────── */
.program-section {
  background: #fff;
  padding-top: 120px;
  padding-bottom: 130px;
}
.program-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 50px; }
.weeks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}
.week {
  position: relative;
  background:
    linear-gradient(180deg, transparent 49px, rgba(0,0,0,0.05) 50px, transparent 51px) 0 0 / 100% 28px,
    linear-gradient(90deg, transparent 38px, rgba(248, 128, 16, 0.35) 39px, rgba(248, 128, 16, 0.35) 40px, transparent 41px),
    #fff;
  padding: 38px 26px 32px 50px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
  min-height: 380px;
  display: flex;
  flex-direction: column;
}
.week::before {
  content: "";
  position: absolute;
  left: 14px; top: 24px; bottom: 24px;
  width: 10px;
  background: radial-gradient(circle at 50% 24px, #fff 5px, transparent 6px) 0 0 / 10px 60px;
}
.week:nth-child(1) { transform: rotate(-1.2deg); }
.week:nth-child(2) { transform: rotate(0.6deg); margin-top: 16px; }
.week:nth-child(3) { transform: rotate(-0.4deg); }
.week:nth-child(4) { transform: rotate(0.9deg); margin-top: 14px; }
.week-num {
  font-family: 'Caveat', cursive;
  font-size: 22px;
  color: var(--orange);
  margin-bottom: 6px;
}
.week-title {
  font-family: 'Museo Sans', 'Nunito Sans', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 0.95;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
.week-dates {
  font-family: inherit;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: var(--ink-muted);
  margin-bottom: 18px;
}
.week ul {
  list-style: none;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--ink-2);
}
.week li {
  position: relative;
  padding-left: 18px;
}
.week li::before {
  content: ""; position: absolute;
  left: 0; top: 10px;
  width: 8px; height: 8px;
  background: var(--orange);
  transform: rotate(45deg);
}
.week .stamp {
  margin-top: auto;
  padding-top: 16px;
  font-family: 'Caveat', cursive;
  font-size: 18px;
  color: var(--green-deep);
}

.food-strip {
  background: #fff;
  color: var(--ink);
  padding: 36px 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto auto;
  gap: 40px;
  align-items: center;
  text-align: left;
  position: relative;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.food-strip h3 {
  font-family: 'Museo Sans', 'Nunito Sans', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 0.95;
  letter-spacing: -0.012em;
  text-align: left;
}
.food-strip h3 small {
  display: block;
  font-family: 'Caveat', cursive;
  font-size: 22px;
  font-weight: 400;
  color: var(--ink-muted);
  text-transform: none;
  margin-top: 6px;
}
.food-strip .meal {
  text-align: left;
  border-left: 1.5px solid var(--line);
  padding-left: 22px;
}
.food-strip .meal b {
  display: block;
  font-family: inherit;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-weight: 700;
  margin-bottom: 4px;
}
.food-strip .meal span {
  font-family: 'Museo Sans', 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.01em;
}

.food-photo {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.food-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.program-cta { margin-top: 50px; display: flex; justify-content: center; }

/* ─────────────────────────────────────────────
   5. STICKERS (everyday activities)
   ───────────────────────────────────────────── */
.stickers-section {
  background: #fff;
  color: var(--ink);
  padding: 130px 56px;
  position: relative;
  overflow: hidden;
}
.stickers-section .section-title { color: var(--ink); }
.stickers-section .section-eyebrow .f-hand { color: var(--ink-2); }
.stickers-section .section-eyebrow::before { background: var(--orange); }
.stickers-section .section-subtitle { color: var(--ink-2); }
.stickers-head { max-width: 1440px; margin: 0 auto 70px; }
.stickers-grid {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  align-items: center;
}
.sf .sticker {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 26px;
  padding: 12px 26px;
  background: #fff;
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 999px;
  position: relative;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.18s ease, background 0.18s;
}
.sf .sticker:hover { transform: translateY(-3px) rotate(0deg) !important; }
.sf .sticker.s-orange { background: var(--orange); color: #fff; border-color: var(--orange); }
.sf .sticker.s-green  { background: var(--green); color: #fff; border-color: var(--green); }
.sf .sticker.s-sun    { background: #fff; color: var(--orange); border-color: var(--orange); }
.sf .sticker.s-outline { background: #fff; color: var(--ink); border: 2px dashed var(--ink-muted); }
.sf .sticker svg { flex-shrink: 0; }

/* ─────────────────────────────────────────────
   6. GALLERY
   ───────────────────────────────────────────── */
.gallery-section {
  background: #fff;
  padding-top: 120px;
  padding-bottom: 140px;
}
.gallery-inner { padding: 0 56px; }
.gallery-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-tabs { display: flex; gap: 8px; }
.sf .gallery-tab {
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 999px;
  border: 2px solid var(--orange);
  background: #fff;
  cursor: pointer;
  color: var(--orange);
  transition: background 0.18s, color 0.18s;
}
.sf .gallery-tab.active {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
}
.gallery-scatter {
  position: relative;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
  aspect-ratio: 1500 / 950;
}
.gallery-panel-wrap[data-panel="2024"] .gallery-scatter { aspect-ratio: 1500 / 1180; }
.g-pic {
  position: absolute;
  background: #fff;
  padding: 12px 12px 14px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
  transition: transform 0.2s ease, z-index 0s;
}
.g-pic:hover { transform: scale(1.04) rotate(0deg) !important; z-index: 10; }
.g-pic .pic {
  background: #ddd;
  overflow: hidden;
}
.g-pic .pic img,
.g-pic .pic video { width: 100%; height: auto; display: block; }
.g-pic .cap {
  font-family: 'Caveat', cursive;
  font-size: 16px;
  color: var(--ink-2);
  text-align: center;
  margin-top: 4px;
}
.g-video {
  background: #fff;
  color: var(--orange);
  border: 2px solid var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  font-family: 'Caveat', cursive;
  font-size: 22px;
}
.g-video span { color: var(--ink); }
.g-video .play {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--orange);
  display: grid; place-items: center;
}

/* ─────────────────────────────────────────────
   7. JOIN FORM
   ───────────────────────────────────────────── */
.join-section {
  background: #fff;
  padding-top: 130px;
  padding-bottom: 140px;
  position: relative;
}
.join-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}
.join-form {
  background: #fff;
  padding: 50px 50px 44px;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-card);
  position: relative;
  transform: rotate(-0.6deg);
}
.join-form .tape { top: -12px; left: 40px; transform: rotate(-6deg); width: 130px; }
.join-form .tape.t2 { left: auto; right: 30px; transform: rotate(8deg); width: 110px; }
.join-form h3 {
  font-family: 'Museo Sans', 'Nunito Sans', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 38px;
  margin-bottom: 8px;
  line-height: 0.95;
  letter-spacing: -0.012em;
}
.join-form .lead {
  font-family: 'Caveat', cursive;
  font-size: 22px;
  color: var(--ink-muted);
  margin-bottom: 30px;
}
.sf .field { margin-bottom: 18px; }
.sf .field label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-weight: 700;
  margin-bottom: 6px;
}
.sf .field input, .sf .field select, .sf .field textarea {
  width: 100%;
  padding: 12px 0 10px;
  border: none !important;
  border-bottom: 1.5px solid var(--line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  font-family: inherit;
  font-size: 16px;
  color: var(--ink);
  outline: none;
  transition: border-color 0.15s ease;
  -webkit-appearance: none;
  appearance: none;
}
.sf .field input:focus, .sf .field select:focus, .sf .field textarea:focus {
  border-bottom-color: var(--orange) !important;
  outline: none !important;
  box-shadow: none !important;
}
.sf .field input::placeholder { color: rgba(0,0,0,0.28); }
.sf .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.sf .join-form .btn { width: 100%; justify-content: center; margin-top: 14px; }
.sf .join-fine {
  margin-top: 14px;
  font-size: 12px;
  color: var(--ink-muted);
  text-align: center;
}

.join-side {
  position: relative;
  padding-top: 30px;
}
.join-photo {
  position: relative;
  background: #fff;
  padding: 14px 14px 70px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
  transform: rotate(2deg);
}
.join-photo .pic {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #ddd;
}
.join-photo .pic img { width: 100%; height: 100%; object-fit: cover; display: block; }
.join-photo .caption {
  position: absolute;
  bottom: 22px; left: 0; right: 0;
  font-family: 'Caveat', cursive;
  font-size: 28px;
  text-align: center;
  color: var(--ink);
}
.join-note {
  position: absolute;
  top: -10px; right: -30px;
  width: 240px;
  background: #fff;
  border: 2px solid var(--orange);
  border-radius: 14px;
  padding: 18px 22px;
  font-family: 'Caveat', cursive;
  font-size: 22px;
  color: var(--ink);
  transform: rotate(6deg);
  z-index: 2;
}

/* ─────────────────────────────────────────────
   8. CONTACTS
   ───────────────────────────────────────────── */
.contacts-section {
  background: #fff;
  padding: 110px 56px 60px;
  position: relative;
  border-top: 1px solid var(--line);
}
.contacts-grid {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 60px;
  align-items: start;
}
.contacts-info h2 { font-size: clamp(40px, 5vw, 72px); margin-bottom: 14px; }
.contacts-list {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.ci-row {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
  align-items: start;
}
.ci-icon {
  color: var(--orange);
  width: 28px; height: 28px;
  border: 1.5px solid var(--orange);
  border-radius: 50%;
  display: grid; place-items: center;
  margin-top: 2px;
}
.ci-row b {
  display: block;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-weight: 700;
  margin-bottom: 4px;
}
.ci-row span, .ci-row a {
  font-size: 17px;
  color: var(--ink);
  text-decoration: none;
}
.ci-row a:hover { color: var(--orange); }
.socials { display: flex; gap: 12px; margin-top: 28px; }
.soc {
  width: 44px; height: 44px;
  border: 2px solid var(--orange);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--orange);
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.soc:hover { background: var(--orange); color: #fff; }

.map-card {
  position: relative;
  background: #fff;
  padding: 16px 16px 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-card);
  transform: rotate(1.2deg);
}
.map-card .tape { top: -12px; left: 30px; transform: rotate(-5deg); }
.map-frame {
  width: 100%; aspect-ratio: 4 / 3.2;
  border: 0;
  display: block;
  background: linear-gradient(135deg, #DDE8C7 0%, #C9DAA3 100%);
}
.map-note {
  position: absolute;
  bottom: -18px; right: -10px;
  background: #fff;
  padding: 12px 18px;
  font-family: 'Caveat', cursive;
  font-size: 22px;
  color: var(--ink);
  transform: rotate(-3deg);
  border: 2px solid var(--orange);
  border-radius: 12px;
}

footer.foot {
  max-width: 1440px;
  margin: 70px auto 0;
  padding-top: 30px;
  border-top: 1.5px dashed rgba(31,26,23,0.18);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
  color: var(--ink-muted);
  flex-wrap: wrap;
}

/* ─────────────────────────────────────────────
   PATCH (round embroidered-style badge)
   ───────────────────────────────────────────── */
.patch-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--orange);
  color: #fff;
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 18px;
  padding: 14px 16px;
  width: 122px; height: 122px;
  line-height: 1.05;
  box-shadow:
    0 0 0 3px var(--orange),
    0 0 0 4px #fff,
    0 0 0 6px var(--orange),
    var(--shadow-card);
  border-radius: 28% 30% 26% 32% / 28% 32% 26% 30%;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.patch-badge.green { background: var(--green); box-shadow: 0 0 0 3px var(--green), 0 0 0 4px #fff, 0 0 0 6px var(--green), var(--shadow-card); }
.patch-badge.dark  { background: var(--ink); box-shadow: 0 0 0 3px var(--ink), 0 0 0 4px #fff, 0 0 0 6px var(--ink), var(--shadow-card); }
.patch-badge::before {
  /* embroidery stitched ring */
  content: "";
  position: absolute;
  inset: 8px;
  border: 1.5px dashed rgba(255,255,255,0.85);
  border-radius: inherit;
  pointer-events: none;
}

/* ─────────────────────────────────────────────
   Doodles & helpers
   ───────────────────────────────────────────── */
.doodle { position: absolute; pointer-events: none; }
.doodle--orange path, .doodle--orange line, .doodle--orange circle, .doodle--orange polyline { stroke: var(--orange); }
.doodle--ink    path, .doodle--ink    line, .doodle--ink    circle, .doodle--ink    polyline { stroke: var(--ink); }
.doodle--white  path, .doodle--white  line, .doodle--white  circle, .doodle--white  polyline { stroke: #fff; }

.wobble {
  display: inline-block;
  position: relative;
}
.wobble::after {
  content: "";
  position: absolute;
  left: 2%; right: 2%; bottom: -6px;
  height: 4px;
  background: var(--orange);
  border-radius: 4px;
}

/* ─────────────────────────────────────────────
   RESPONSIVE
   ───────────────────────────────────────────── */
@media (max-width: 1100px) {
  .section { padding: 80px 36px; }
  .stickers-section { padding: 100px 36px; }
  .gallery-inner { padding: 0 36px; }
  .day-grid { grid-template-columns: 1fr; gap: 50px; }
  .collage { height: 720px; }
  .join-grid { grid-template-columns: 1fr; }
  .contacts-grid { grid-template-columns: 1fr; }
  .weeks { grid-template-columns: repeat(2, 1fr); }
  .food-strip { grid-template-columns: 1fr; gap: 16px; text-align: left; }
  .food-strip .meal { border-left: none; padding-left: 0; border-top: 1.5px solid var(--line); padding-top: 12px; }
  .food-photo { width: 100%; height: 100%; border-top: 1.5px solid var(--line); padding-top: 0; }
  .pricing-section { padding: 36px 24px; }
  /* hero scales via vw units + % positions — no overrides needed at 1100px */
  .program-head { flex-direction: column; align-items: flex-start; gap: 24px; }
  .awaits-head { flex-direction: column; align-items: flex-start; gap: 24px; }
  .gallery-head { flex-direction: column; align-items: flex-start; gap: 20px; }
}

@media (max-width: 720px) {
  .sf { font-size: 16px; }
  .section { padding: 70px 22px; }
  .sf .nav { padding: 18px 22px; }
  .sf .nav-links { display: none; }
  .sf .nav-burger { display: flex; }
  .sf .nav > .btn { display: none; }
  /* відкрите мобільне меню */
  .sf .nav.open .nav-links {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 12px 22px 20px;
    gap: 0;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 8px 24px -8px rgba(0,0,0,0.12);
  }
  .sf .nav.open .nav-links a {
    color: var(--ink) !important;
    text-shadow: none !important;
    padding: 12px 0;
    font-size: 17px;
    border-bottom: 1px solid var(--line);
    display: block;
  }
  .sf .nav.open .nav-links li:last-child a { border-bottom: none; }
  /* декоративні doodle у стікерах ховаємо щоб не перекривали текст */
  .stickers-section > .doodle { display: none; }
  .hero { aspect-ratio: auto; max-height: none; display: flex; flex-direction: column; padding: 80px 22px 60px; gap: 16px; }
  .sf .hero-title,
  .hero-tagline-wrap,
  .hero-info,
  .hero-slogan-wrap,
  .hero-cta-block { position: relative; left: auto; top: auto; width: auto; max-width: none; transform: none; }
  .sf .hero-title { font-size: clamp(32px, 9vw, 52px); }
  .sf .hero-tagline { font-size: clamp(20px, 5.5vw, 28px); transform: none; }
  .hero-tagline-line { width: 44%; }
  .hero-info { color: #fff; }
  .hero-desc { font-size: 14px; }
  .hero-schedule { font-size: 13px; }
  .sf .hero-right-slogan { font-size: clamp(16px, 4.5vw, 22px); transform: none; }
  .hero-slogan-line { width: 30%; }
  .hero-cta-block { text-align: left; }
  .sf .hero-cta-block .btn { width: auto; max-width: none; margin-left: 0; margin-top: 14px; }
  .hero-dates { font-size: clamp(28px, 7.5vw, 44px); }
  .hero-location { font-size: 13px; max-width: 100%; }
  .hero-doodle--center, .hero-doodle--arrow { display: none; }
  .hero-doodle--sun { left: auto; right: 22px; top: 80px; transform: none; width: 36px; }
  .timeline::before { left: 56px; }
  .tl-row { grid-template-columns: 52px 24px 1fr; gap: 8px; }
  .tl-time { font-size: 12px; }
  .collage { height: auto; display: flex; flex-direction: column; gap: 18px; }
  .polaroid {
    position: relative !important; inset: auto !important;
    width: 100% !important; height: auto !important;
    transform: rotate(var(--rot, 0deg)) !important;
  }
  .polaroid .pic { aspect-ratio: 4 / 3; }
  .awaits-grid { grid-template-columns: 1fr; }
  .cutout { grid-column: 1 / -1 !important; grid-row: auto !important; margin-top: 0 !important; transform: rotate(var(--rot, 0deg)); }
  .weeks { grid-template-columns: 1fr; }
  .week { transform: rotate(var(--rot, 0deg)) !important; margin-top: 0 !important; }
  .gallery-scatter,
  .gallery-panel-wrap[data-panel="2024"] .gallery-scatter { height: auto; aspect-ratio: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .g-pic { position: relative !important; inset: auto !important; width: auto !important; height: auto !important; transform: rotate(var(--rot, 0deg)) !important; }
  .g-pic .pic { aspect-ratio: 1 / 1.1; display: flex; align-items: center; justify-content: center; }
  .g-pic .pic img,
  .g-pic .pic video { width: 100%; height: 100%; object-fit: contain; }
  .gallery-inner { padding: 0 22px; }
  .join-form { padding: 30px 24px; }
  .sf .field-row { grid-template-columns: 1fr; gap: 0; }
  .join-note { right: 0; top: -20px; width: auto; max-width: 220px; }
  .sf .section-title { font-size: clamp(28px, 8.5vw, 36px) !important; }
  .join-form h3 { font-size: 28px; }
  .cutout h3 { font-size: 22px; }
  .week-title { font-size: 21px; }
  .food-strip h3 { font-size: 24px; }
  .contacts-info h2 { font-size: clamp(28px, 7.5vw, 36px); }
  .food-strip { padding: 24px; }
  .stickers-grid { gap: 12px; }
  .sf .sticker { font-size: 20px; padding: 10px 18px; }
}

/* ── Period checkboxes ───────────────────────── */
.sf .field .period-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 4px;
}
.sf .field .period-opt {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 12px 14px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.sf .field .period-opt--wide { grid-column: 1 / -1; }
.sf .field .period-opt:hover { border-color: var(--orange); }
.sf .field .period-opt:has(input:checked) {
  border-color: var(--orange);
  background: var(--orange-soft);
}
.sf .field .period-opt input {
  width: 20px !important;
  height: 20px;
  flex: none;
  margin: 0;
  padding: 0 !important;
  border: 1.5px solid var(--line) !important;
  border-radius: 6px !important;
  background: #fff !important;
  box-shadow: none !important;
  cursor: pointer;
  position: relative;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.sf .field .period-opt input:checked {
  background: var(--orange) !important;
  border-color: var(--orange) !important;
}
.sf .field .period-opt input:checked::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}
.sf .field .period-label {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: var(--ink);
}
.sf .field .period-label small {
  font-size: 12px;
  color: var(--ink-muted);
  font-weight: 500;
}
@media (max-width: 600px) {
  .sf .field .period-options { grid-template-columns: 1fr; }
}
.field-hint {
  font-family: 'Caveat', cursive;
  font-size: 16px;
  font-weight: 400;
  color: var(--ink-muted);
  text-transform: none;
  letter-spacing: 0;
  margin-left: 4px;
}

/* ─────────────────────────────────────────────
   PRICING SECTION
   ───────────────────────────────────────────── */
.pricing-section {
  background: var(--orange-soft);
  border-radius: 24px;
  padding: 56px 60px;
  margin: 0 auto;
  max-width: 900px;
}
.pricing-section .section-eyebrow { margin-bottom: 12px; }
.pricing-main {
  font-family: 'Museo Sans', 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: clamp(22px, 3vw, 32px);
  color: var(--ink);
  line-height: 1.3;
  margin-top: 24px;
}
.pricing-main .price-big {
  color: var(--orange-deep);
  font-size: clamp(32px, 5vw, 52px);
  display: inline-block;
  line-height: 1;
}
.pricing-or {
  font-size: 16px;
  font-weight: 400;
  color: var(--ink-muted);
  margin: 8px 0;
}
.pricing-daily {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  color: var(--ink);
  margin-top: 4px;
}
.pricing-notes {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pricing-note {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.6;
  padding: 14px 18px;
  background: rgba(255,255,255,0.65);
  border-radius: 10px;
  border-left: 3px solid var(--orange);
}

/* a11y reduced motion */
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}/* End custom CSS */