/* Beautiful Creatures LIVE — scrolling sponsorship pitch
   Screen: full-viewport story sections. Print: each .page = one 1920×1080 PDF page. */

::selection { background: var(--green-leaf); color: #fff; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--color-bg); color: var(--text-primary); font-family: var(--font-body); }
img { display: block; }

/* ---------- fixed chrome (screen only) ---------- */
.chrome {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 38px; pointer-events: none;
}
.chrome img { height: 30px; width: auto; pointer-events: auto; }
.chrome a.cta {
  pointer-events: auto; font-family: var(--font-display); font-weight: 800; font-size: 17px;
  background: var(--green-leaf); color: #fff; text-decoration: none; white-space: nowrap;
  padding: 12px 26px; border-radius: var(--radius-pill); box-shadow: 0 6px 0 rgba(30,122,46,0.25);
  transition: transform var(--duration-fast) var(--ease-bounce), background var(--duration-base);
}
.chrome a.cta:hover { background: var(--brand-primary-hover); transform: translateY(-2px); }
.chrome a.cta:active { transform: translateY(2px) scale(0.97); box-shadow: 0 2px 0 rgba(30,122,46,0.25); }
.progress { position: fixed; top: 0; left: 0; height: 5px; background: var(--green-leaf); width: 0; z-index: 60; }

/* ---------- pages ---------- */
.page { min-height: 100vh; position: relative; overflow: hidden; display: flex; box-sizing: border-box; }
.inner {
  width: 100%; max-width: 1560px; margin: auto; box-sizing: border-box;
  padding: clamp(80px, 10vh, 140px) clamp(28px, 5vw, 80px);
  display: flex; flex-direction: column; position: relative;
}
.eyebrow {
  font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em;
  font-size: clamp(14px, 1.2vw, 22px); color: var(--green-leaf); margin: 0 0 clamp(16px, 2.4vh, 30px);
  display: flex; align-items: center; gap: 18px;
}
.eyebrow::before { content: ''; width: 46px; height: 5px; border-radius: 99px; background: var(--green-leaf); }
.huge {
  font-family: var(--font-display); font-weight: 800; line-height: 0.99; letter-spacing: -0.01em;
  font-size: clamp(44px, 6.6vw, 116px); margin: 0; text-wrap: balance;
}
.big { font-family: var(--font-display); font-weight: 800; line-height: 1.05; font-size: clamp(34px, 4.4vw, 78px); margin: 0; text-wrap: balance; }
.lead { font-size: clamp(18px, 1.7vw, 30px); line-height: 1.5; color: var(--text-secondary); margin: clamp(18px, 3vh, 34px) 0 0; max-width: 920px; text-wrap: pretty; }
.cutout { position: absolute; filter: var(--sticker-outline); pointer-events: none; }

/* ---------- 01 hero ---------- */
.p-hero { background: var(--color-bg); }
.p-hero .mark { width: min(56vw, 880px); height: auto; }
.p-hero .live {
  font-family: var(--font-character); font-size: clamp(64px, 8.4vw, 150px); line-height: 1;
  color: var(--pink-mafutha); letter-spacing: 0.06em; margin: 1vh 0 4vh;
  text-shadow: 4px 4px 0 #fff, -4px 4px 0 #fff, 4px -4px 0 #fff, -4px -4px 0 #fff, 9px 11px 13px rgba(44,36,23,0.22);
}
.p-hero .sub { font-size: clamp(18px, 1.9vw, 33px); font-weight: 700; color: var(--text-secondary); margin: 0; max-width: 860px; }
.p-hero .sub strong { color: var(--text-primary); }
.p-hero .assoc { font-size: clamp(13px, 1.1vw, 20px); font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sand-300); margin-top: 5vh; }
.p-hero .zebra { height: min(60vh, 620px); right: max(-10px, 2vw); bottom: -2vh; transform: rotate(-3deg); }
/* about-row sizing: lead order 1) Imvubu 2) Lucas 3) Mafutha 4) Zeddy */
.p-about .creatures img:nth-child(1) { height: clamp(180px, 36vh, 410px); }
.scroll-hint {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  font-size: 15px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sand-300);
}

/* ---------- 02 invitation ---------- */
.fact-row { display: flex; margin-top: clamp(36px, 7vh, 70px); border-top: 4px solid var(--cocoa-900); flex-wrap: wrap; }
.fact { flex: 1 1 280px; padding: clamp(22px, 3.6vh, 38px) 38px 0 0; }
.fact + .fact { border-left: 2px solid var(--hairline); padding-left: 38px; }
.fact .k { font-size: clamp(13px, 1.1vw, 20px); font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: var(--green-leaf); margin: 0 0 10px; }
.fact .v { font-family: var(--font-display); font-weight: 800; font-size: clamp(20px, 1.9vw, 34px); line-height: 1.15; margin: 0; }

/* ---------- 03 numbers ---------- */
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: clamp(36px, 6vh, 64px) 90px; margin-top: clamp(30px, 5vh, 56px); }
.stat .n { font-family: var(--font-display); font-weight: 800; font-size: clamp(58px, 6.2vw, 116px); line-height: 1; letter-spacing: -0.02em; margin: 0; }
.stat .d { font-size: clamp(16px, 1.4vw, 26px); font-weight: 700; color: var(--text-secondary); margin: 12px 0 0; max-width: 520px; }
.stat:nth-child(1) .n { color: var(--green-leaf); }
.stat:nth-child(2) .n { color: var(--pink-mafutha); }
.stat:nth-child(3) .n { color: var(--orange-lion); }
.stat:nth-child(4) .n { color: #2E8C8F; }

/* timeline infographic */
.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: clamp(40px, 7vh, 76px); padding-top: 26px; }
.tl-track { position: absolute; top: 0; left: 8px; right: 8px; height: 6px; border-radius: 99px; background: linear-gradient(90deg, var(--green-leaf), var(--green-lime) 70%, var(--yellow-sun)); }
.tl-stop { position: relative; padding-right: 12px; }
.tl-dot { position: absolute; top: -31px; left: 0; width: 16px; height: 16px; border-radius: 50%; background: var(--green-leaf); box-shadow: 0 0 0 4px var(--color-bg), 0 0 0 6px var(--green-leaf); }
.tl-now .tl-dot { background: var(--yellow-sun); box-shadow: 0 0 0 4px var(--color-bg), 0 0 0 6px var(--yellow-sun); }
.tl-year { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(18px, 1.6vw, 28px); }
.tl-what { display: block; font-size: clamp(13px, 1.1vw, 19px); font-weight: 700; color: var(--text-secondary); margin-top: 4px; }

/* ---------- proven (photo grid) ---------- */
.photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: auto auto; gap: clamp(12px, 1.4vw, 22px); margin-top: clamp(24px, 4.4vh, 44px); }
.ph { margin: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); position: relative; background: #fff; }
.ph img { width: 100%; height: 100%; object-fit: cover; }
.ph figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 16px 10px; font-size: clamp(12px, 1vw, 17px); font-weight: 800; color: #fff; background: linear-gradient(to top, rgba(30,30,20,0.72), transparent); }
.ph-main { grid-column: 1 / 3; grid-row: 1 / 3; }
.photo-grid .ph { aspect-ratio: 4 / 3; }
.photo-grid .ph-main { aspect-ratio: auto; }

/* stage photos in activation */
.stage-ph { position: absolute; width: clamp(180px, 17vw, 300px); aspect-ratio: 3 / 4.1; right: 0; bottom: 6%; transform: rotate(2.5deg); border: 6px solid #fff; box-sizing: border-box; }
.stage-ph2 { right: clamp(160px, 15vw, 260px); bottom: 0; transform: rotate(-3deg); z-index: -1; }
.p-activate .art { z-index: 0; }

/* ---------- 04 immersion (vivid break) ---------- */
.p-immerse { background: var(--green-deep); }
.p-immerse .bg { position: absolute; inset: 0; background-size: cover; background-position: center 30%; opacity: 0.34; }
.p-immerse .grad { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,60,30,0.75), rgba(20,60,30,0.15)); }
.p-immerse .inner { text-align: center; align-items: center; }
.p-immerse .q { font-family: var(--font-display); font-weight: 800; font-size: clamp(44px, 6vw, 110px); line-height: 1.02; color: #fff; margin: 0; text-wrap: balance; }
.p-immerse .q em { font-style: normal; color: var(--yellow-sun); }
.p-immerse .a { margin-top: clamp(22px, 4vh, 44px); font-size: clamp(17px, 1.6vw, 28px); font-weight: 700; color: rgba(251,245,231,0.78); max-width: 880px; }

/* ---------- 05 about ---------- */
.p-about .creatures { display: flex; align-items: flex-end; justify-content: space-between; margin-top: clamp(30px, 6vh, 60px); gap: 10px; }
.p-about .creatures img { height: clamp(150px, 30vh, 350px); filter: var(--sticker-outline); }
.p-about .creatures img:nth-child(2) { height: clamp(170px, 34vh, 390px); }
.p-about .creatures img:nth-child(4) { height: clamp(140px, 27vh, 315px); }

/* ---------- 06 values ---------- */
.value-list { margin-top: clamp(20px, 3vh, 34px); }
.value { display: flex; align-items: baseline; gap: clamp(20px, 3vw, 50px); padding: clamp(18px, 3.4vh, 34px) 0; border-top: 2px solid var(--hairline); }
.value:last-child { border-bottom: 2px solid var(--hairline); }
.value .num { font-family: var(--font-character); font-size: clamp(22px, 2.2vw, 40px); color: var(--sand-300); width: 70px; flex: none; }
.value h3 { font-family: var(--font-display); font-weight: 800; font-size: clamp(26px, 2.8vw, 50px); margin: 0; flex: 1; }
.value p { font-size: clamp(15px, 1.4vw, 25px); color: var(--text-secondary); margin: 0; max-width: 560px; }
.value:hover .num { color: var(--green-leaf); }

/* ---------- 07 benefits ---------- */
.benefit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(380px, 1fr)); gap: clamp(26px, 4.4vh, 44px) 80px; margin-top: clamp(28px, 5vh, 50px); }
.benefit .num { font-family: var(--font-character); font-size: clamp(22px, 1.9vw, 34px); color: var(--green-leaf); display: block; margin-bottom: 8px; }
.benefit h3 { font-family: var(--font-display); font-weight: 800; font-size: clamp(24px, 2.3vw, 40px); margin: 0 0 8px; }
.benefit p { font-size: clamp(15px, 1.35vw, 24px); line-height: 1.45; color: var(--text-secondary); margin: 0; }

/* ---------- 08 media chips ---------- */
.chip-cloud { display: flex; flex-wrap: wrap; gap: clamp(14px, 1.6vw, 24px); margin-top: clamp(30px, 5vh, 54px); }
.chip-cloud .chip {
  font-family: var(--font-display); font-weight: 800; font-size: clamp(20px, 2vw, 36px); line-height: 1;
  padding: clamp(16px, 1.7vw, 28px) clamp(28px, 2.8vw, 48px); border-radius: var(--radius-pill);
  background: #fff; box-shadow: var(--shadow-md);
  transition: transform var(--duration-base) var(--ease-bounce);
}
.chip-cloud .chip:hover { transform: translateY(-5px) rotate(-1.5deg); }
.chip-cloud .chip.c1 { background: var(--green-leaf); color: #fff; }
.chip-cloud .chip.c2 { background: #FBD6EC; color: var(--pink-mafutha); }
.chip-cloud .chip.c3 { background: #FCEFC4; color: #8A6400; }
.chip-cloud .chip.c4 { background: #D6EFEF; color: #2E8C8F; }

/* ---------- 09 activation ---------- */
.p-activate .split { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 50px; margin-top: clamp(20px, 3vh, 36px); align-items: center; }
.tick-list { display: flex; flex-direction: column; gap: clamp(14px, 2.4vh, 26px); }
.tick { display: flex; gap: 22px; align-items: flex-start; }
.tick .dot { width: clamp(16px, 1.3vw, 24px); height: clamp(16px, 1.3vw, 24px); border-radius: 50%; flex: none; margin-top: clamp(8px, 0.8vw, 14px); }
.tick:nth-child(1) .dot { background: var(--green-leaf); }
.tick:nth-child(2) .dot { background: var(--pink-mafutha); }
.tick:nth-child(3) .dot { background: var(--orange-lion); }
.tick:nth-child(4) .dot { background: #2E8C8F; }
.tick:nth-child(5) .dot { background: var(--purple-flower); }
.tick p { font-family: var(--font-display); font-weight: 700; font-size: clamp(22px, 2.2vw, 40px); line-height: 1.18; margin: 0; }
.p-activate .art { position: relative; min-height: 320px; height: 100%; }
.p-activate .art img { position: absolute; filter: var(--sticker-outline); }
.p-activate .note { margin-top: clamp(24px, 4vh, 44px); font-size: clamp(14px, 1.2vw, 21px); font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sand-300); }

/* ---------- 10 merchandise (slide-8-style collage) ---------- */
.p-merch .lead { margin-top: clamp(12px, 1.8vh, 22px); max-width: 980px; }
.merch-stage { position: relative; height: clamp(360px, 50vh, 580px); margin-top: clamp(18px, 3vh, 36px); }
.merch-stage img { position: absolute; filter: var(--sticker-outline); }
.m-pencil   { left: 1%;  top: 0;       height: 28%; transform: rotate(-6deg); }
.m-imvubu   { left: 3%;  bottom: 0;    height: 90%; transform: rotate(-2deg); z-index: 2; }
.m-bottle   { left: 22%; bottom: 2%;   height: 48%; transform: rotate(3deg); }
.m-girl     { left: 50%; bottom: 0;    height: 100%; transform: translateX(-54%); z-index: 2; }
.m-backpack { left: 55%; bottom: 0;    height: 42%; transform: rotate(-3deg); z-index: 3; }
.m-lucas    { right: 17%; bottom: 0;   height: 88%; transform: rotate(1deg); z-index: 2; }
.m-tote     { right: 0;  top: 0;       height: 46%; transform: rotate(2deg); }
.m-cup      { right: 8%; top: 47%;     height: 28%; transform: rotate(-2deg); }
.m-lunch    { right: 0;  bottom: 0;    height: 34%; transform: rotate(2deg); z-index: 3; }
.merch-tags { display: flex; flex-wrap: wrap; gap: clamp(8px, 0.9vw, 14px); margin-top: clamp(18px, 3vh, 34px); }
.merch-tags span {
  font-family: var(--font-display); font-weight: 800; font-size: clamp(13px, 1.05vw, 19px); line-height: 1;
  padding: 9px 20px; border-radius: var(--radius-pill);
  background: #fff; box-shadow: var(--shadow-sm); color: var(--cocoa-700);
}

/* ---------- 12 partners ---------- */
.partner-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(16px, 1.8vw, 26px); margin-top: clamp(22px, 3.6vh, 38px); }
@media (max-width: 760px) { .partner-grid { grid-template-columns: 1fr; } }
.partner-card { background: #fff; border-radius: var(--radius-xl); box-shadow: var(--shadow-md); padding: clamp(28px, 2.8vw, 48px); display: flex; flex-direction: column; justify-content: center; text-align: center; gap: 6px; min-height: clamp(180px, 22vh, 260px); }
.partner-card img { height: clamp(56px, 5.6vw, 92px); max-width: 80%; object-fit: contain; margin-bottom: clamp(12px, 1.4vw, 20px); align-self: center; }
.partner-card .role { font-size: clamp(12px, 1vw, 18px); font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: var(--green-leaf); margin: 0 0 6px; }
.partner-card h3 { font-family: var(--font-display); font-weight: 800; font-size: clamp(22px, 2vw, 36px); margin: 0; }
.partner-card .desc { font-size: clamp(13px, 1.05vw, 19px); line-height: 1.45; color: var(--text-secondary); margin: 0; }
.partner-note { margin-top: clamp(20px, 3.4vh, 36px); font-size: clamp(13px, 1.1vw, 19px); font-weight: 700; color: var(--cocoa-700); max-width: 1100px; display: flex; align-items: center; gap: 22px; }
.partner-note img { height: clamp(26px, 2.2vw, 38px); width: auto; flex: none; }
.partner-block { display: grid; grid-template-columns: clamp(170px, 16vw, 280px) 1fr; gap: clamp(28px, 4vw, 64px); align-items: start; padding: clamp(24px, 4.4vh, 44px) 0; border-top: 2px solid var(--hairline); }
.partner-block:last-of-type { border-bottom: 2px solid var(--hairline); }
.partner-block img { width: 100%; max-height: 110px; object-fit: contain; object-position: left center; }
.partner-block h3 { font-family: var(--font-display); font-weight: 800; font-size: clamp(22px, 2vw, 36px); margin: 0 0 10px; }
.partner-block p { font-size: clamp(15px, 1.3vw, 23px); line-height: 1.48; color: var(--text-secondary); margin: 0; max-width: 1080px; }

/* ---------- 12 contact ---------- */
.p-contact { background: var(--cocoa-900); }
.p-contact .mark { width: min(46vw, 660px); height: auto; margin-bottom: clamp(28px, 5vh, 52px); }
.p-contact .big { color: #fff; max-width: 1340px; }
.p-contact .big em { font-style: normal; color: var(--yellow-sun); }
.contact-row { display: flex; gap: clamp(40px, 6vw, 100px); margin-top: clamp(32px, 6vh, 60px); flex-wrap: wrap; }
.contact-row .k { font-size: clamp(13px, 1.1vw, 20px); font-weight: 800; text-transform: uppercase; letter-spacing: 0.13em; color: var(--green-lime); margin: 0 0 8px; }
.contact-row .v { font-family: var(--font-display); font-weight: 800; font-size: clamp(24px, 2.4vw, 42px); color: #fff; margin: 0; }
.contact-row .v a { color: #fff; text-decoration: none; }
.contact-row .v small { display: block; font-size: clamp(15px, 1.4vw, 25px); font-weight: 700; color: rgba(251,245,231,0.65); margin-top: 6px; }
.contact-row .v small a { color: rgba(251,245,231,0.85); text-decoration-color: var(--green-lime); }
/* map card (clickable embed; iframe is click-through so the link wins) */
.map-card { display: block; width: min(460px, 100%); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); position: relative; text-decoration: none; margin-top: clamp(26px, 4.4vh, 46px); }
.map-card .map-embed { width: 100%; height: 230px; border: 0; pointer-events: none; display: block; }
.map-card .map-open { position: absolute; left: 14px; bottom: 14px; background: var(--green-leaf); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 16px; padding: 10px 20px; border-radius: var(--radius-pill); box-shadow: 0 4px 0 rgba(30,122,46,0.3); transition: background var(--duration-base), transform var(--duration-fast) var(--ease-bounce); }
.map-card:hover .map-open { background: var(--brand-primary-hover); transform: translateY(-2px); }

.p-contact .fineprint { margin-top: clamp(34px, 7vh, 70px); font-size: clamp(12px, 1vw, 18px); color: rgba(251,245,231,0.45); font-weight: 700; }

/* ---------- reveal on scroll (JS-gated; base = visible; print-safe) ---------- */
body.js-anim .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out); }
body.js-anim .reveal.in { opacity: 1; transform: none; }

/* ---------- print: one page per section, 1920×1080 ---------- */
@media print {
  @page { size: 1920px 1080px; margin: 0; }
  html, body { background: var(--color-bg); }
  body.js-anim .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .chrome, .progress, .scroll-hint { display: none !important; }
  .page { width: 1920px; height: 1080px; min-height: 1080px; max-height: 1080px; page-break-after: always; break-after: page; page-break-inside: avoid; }
  .page:last-child { page-break-after: auto; }
  .inner { max-width: 1640px; }

  /* merch page: compact so title + collage + tags fit the 1080px page box */
  section[data-screen-label="10 Merchandise"] .inner { padding-top: 64px; padding-bottom: 56px; }
  .merch-stage { height: 540px !important; margin-top: 22px !important; }
  .merch-tags { margin-top: 22px !important; }

  /* partners page: compact so the 2×2 card grid fits the 1080px page box */
  section[data-screen-label="12 The Partners"] .inner { padding-top: 64px; padding-bottom: 56px; }
  section[data-screen-label="12 The Partners"] .big { font-size: 44px !important; max-width: 1240px; }
  section[data-screen-label="12 The Partners"] .eyebrow { margin-bottom: 14px; }
  .partner-grid { margin-top: 26px !important; gap: 20px !important; }
  .partner-card { min-height: 0 !important; padding: 26px 30px !important; }
  .partner-card img { height: 88px !important; margin-bottom: 12px !important; }
  .partner-card .role { font-size: 15px !important; }
  .partner-card h3 { font-size: 30px !important; }
  .partner-note { margin-top: 22px !important; }
  .partner-note img { height: 30px !important; }

  /* keep links flat in PDF */
  a { text-decoration: none; color: inherit; }
  .map-card { display: none !important; }

  /* blurred shadows rasterize as grey slabs in PDF; keep only crisp outlines */
  .p-hero .live { text-shadow: 4px 4px 0 #fff, -4px 4px 0 #fff, 4px -4px 0 #fff, -4px -4px 0 #fff; }
  .ph, .partner-card, .chip-cloud .chip, .merch-tags span, .stage-ph { box-shadow: none !important; }
  .partner-card, .chip-cloud .chip, .merch-tags span { border: 1px solid var(--hairline); }

  /* the print viewport must not trip the mobile breakpoint: force the 2-col grid */
  .partner-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
