/* Giveaway presentation, isolated from generator controls. */
.milestone-drop {
  width: min(1240px, 100%);
  margin: 32px auto 0;
  scroll-margin-top: 80px;
  border: 1px solid #503039;
  border-top: 3px solid #ff2345;
  background: #141215;
  color: #f8f4f4;
  text-align: left;
}
.milestone-drop, .milestone-drop * { box-sizing: border-box; }
.milestone-drop__hero { display: grid; grid-template-columns: 1.1fr 1fr; }
.milestone-drop__copy { padding: 28px 32px 24px; }
.milestone-drop__eyebrow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 12px;
  font: 700 12px/1.4 "Chakra Petch", sans-serif;
  letter-spacing: 1.5px;
}
.milestone-drop__eyebrow > span:first-child { color: #ff3655; }
.milestone-drop__badge {
  border: 1px solid #73545c;
  padding: 4px 7px;
  color: #e4c8cd;
  font-size: 9px;
  letter-spacing: 1px;
}
.milestone-drop h2 {
  margin: 0;
  font: italic 900 clamp(36px, 4.2vw, 58px)/.94 "Barlow Condensed", sans-serif;
  letter-spacing: -.5px;
}
.milestone-drop h2 em { color: #ff3454; font-style: inherit; }
.milestone-drop__intro {
  margin: 16px 0 6px;
  font: 600 14px/1.5 "Chakra Petch", sans-serif;
}
.milestone-drop__description {
  max-width: 460px;
  margin: 0;
  color: #c6bec2;
  font: 500 12px/1.7 "Chakra Petch", sans-serif;
}
.milestone-drop__prizes { display: flex; gap: 0; margin: 22px 0 0; padding: 0; list-style: none; }
.milestone-drop__prizes li { padding: 0 20px; border-left: 1px solid #58434a; }
.milestone-drop__prizes li:first-child { padding-left: 0; border-left: 0; }
.milestone-drop__prizes span { display: block; color: #c7b9bd; font: 600 9px/1.4 "Chakra Petch", sans-serif; letter-spacing: 1.5px; }
.milestone-drop__prizes strong { display: block; font: italic 800 36px/1.05 "Barlow Condensed", sans-serif; }
.milestone-drop__merch { display: flex; flex-direction: column; justify-content: center; margin: 0; overflow: hidden; background: #262626; }
.milestone-drop__products { position: relative; min-height: 290px; flex: 1; }
.milestone-drop__products img { position: absolute; object-fit: cover; object-position: center; mix-blend-mode: lighten; }
.milestone-drop__shirt { width: 43%; height: 250px; left: -1%; top: 26px; transform: rotate(-9deg); }
.milestone-drop__hoodie { width: 59%; height: 310px; left: 22%; top: -7px; transform: rotate(3deg); }
.milestone-drop__products .milestone-drop__cap { width: 40%; height: auto; right: 2%; bottom: 18px; object-fit: contain; mix-blend-mode: normal; }
.milestone-drop__merch figcaption { padding: 0 18px 13px; color: #c8c8c8; text-align: center; font: 500 10px/1.5 "Chakra Petch", sans-serif; }
.milestone-drop__footer { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 12px 24px; border-top: 1px solid #503039; }
.milestone-drop__footer p { margin: 0; color: #c6bec2; font: 500 12px/1.6 "Chakra Petch", sans-serif; }
.milestone-drop__footer strong { color: #fff; }
.milestone-drop__footer a { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 44px; padding: 0 14px; border: 1px solid #78515a; color: #fff; text-decoration: none; white-space: nowrap; font: 700 12px/1.4 "Chakra Petch", sans-serif; }
.milestone-drop__footer a:hover { background: #3b1821; border-color: #ff3454; }
.milestone-drop__details { border-top: 1px solid #382a2f; }
.milestone-drop__details summary { display: flex; justify-content: space-between; align-items: center; min-height: 48px; padding: 12px 24px; color: #ded4d8; cursor: pointer; list-style: none; font: 600 12px/1.5 "Chakra Petch", sans-serif; }
.milestone-drop__details summary::-webkit-details-marker { display: none; }
.milestone-drop__details summary > span { color: #ff4965; font-size: 22px; line-height: 1; }
.milestone-drop__details[open] summary > span { transform: rotate(45deg); }
.milestone-drop__details summary:hover { background: #22191e; }
.milestone-drop__terms { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 30px; padding: 0 24px 22px; }
.milestone-drop__terms p { margin: 0; color: #c6bec2; font: 500 12px/1.8 "Chakra Petch", sans-serif; }
.milestone-drop__terms strong { color: #fff; }
.milestone-drop__fineprint { margin: 0; padding: 0 24px 14px; color: #bdb0b6; font: 500 10px/1.6 "Chakra Petch", sans-serif; }
.milestone-drop a:focus-visible, .milestone-drop summary:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.milestone-drop__sr { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (max-width: 768px) {
  .milestone-drop__hero { grid-template-columns: 1fr; }
  .milestone-drop__copy { padding: 24px 22px; }
  .milestone-drop h2 { font-size: clamp(38px, 10vw, 54px); }
  .milestone-drop__eyebrow { font-size: 10px; letter-spacing: 1px; gap: 7px; }
  .milestone-drop__prizes { justify-content: space-between; }
  .milestone-drop__prizes li { padding: 0 13px; }
  .milestone-drop__prizes li:last-child { padding-right: 0; }
  .milestone-drop__prizes strong { font-size: 32px; }
  .milestone-drop__merch { max-height: 255px; }
  .milestone-drop__products { min-height: 218px; max-width: 440px; width: 100%; align-self: center; }
  .milestone-drop__shirt { height: 190px; top: 10px; }
  .milestone-drop__hoodie { height: 235px; top: -9px; }
  .milestone-drop__products .milestone-drop__cap { bottom: 12px; }
  .milestone-drop__merch figcaption { font-size: 9px; }
  .milestone-drop__footer { flex-direction: column; align-items: stretch; padding: 16px 22px; gap: 12px; }
  .milestone-drop__footer p { font-size: 11px; }
  .milestone-drop__footer strong { display: block; }
  .milestone-drop__details summary { padding-inline: 22px; font-size: 11px; }
  .milestone-drop__terms { grid-template-columns: 1fr; padding-inline: 22px; gap: 14px; }
  .milestone-drop__fineprint { padding-inline: 22px; }
}
@media (forced-colors: active) {
  .milestone-drop { border: 1px solid CanvasText; }
  .milestone-drop__details summary > span { color: ButtonText; }
  .milestone-drop__products img { mix-blend-mode: normal; }
}

/* Entry controls appear only during the server-controlled campaign window. */
.giveaway-entry{padding:28px 32px;border-top:1px solid #4b333c;color:#eee}
.giveaway-entry [hidden],.giveaway-entry[hidden]{display:none!important}
.giveaway-entry p{margin:0 0 18px;line-height:1.6}
.giveaway-entry form{max-width:720px}
.giveaway-entry select,.giveaway-entry button{min-height:48px;font:inherit;border:1px solid #9c616f;border-radius:3px;padding:10px 16px}
.giveaway-entry select{display:block;background:#211b20;color:#fff;max-width:100%;width:320px;margin:8px 0 18px}
.giveaway-entry button{background:#ff294f;color:#fff;font-weight:700;cursor:pointer}
.giveaway-entry button:disabled{opacity:.65;cursor:wait}
.giveaway-entry__agreement{display:flex;align-items:flex-start;gap:12px;line-height:1.6;margin-bottom:22px;cursor:pointer}
.giveaway-entry__agreement input{flex:none;width:24px;height:24px;margin:0;accent-color:#ff294f}
.giveaway-entry a{color:#ff94a6;text-decoration:underline}
.giveaway-entry :focus-visible{outline:3px solid #fff;outline-offset:4px}
@media(max-width:768px){.giveaway-entry{padding:24px 20px}}
