:root {
  color-scheme: dark;
  --black: #0a0a0c;
  --magenta: #e1195b;
  --wine: #871353;
  --blush: #f4c4d6;
  --cream: #f5f1e8;
  --muted: #c1b6bd;
  --line: #393037;
  font-family: Gotham, "Helvetica Neue", Arial, sans-serif;
  color: var(--cream);
  background: var(--black);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible {
  outline: 3px solid var(--blush);
  outline-offset: 5px;
}
img {
  display: block;
  max-width: 100%;
}
svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}
.page {
  width: min(1120px, 100% - 80px);
  margin: auto;
}
.skip {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 10;
  background: var(--cream);
  color: var(--black);
  padding: 16px;
  transform: translateY(-160%);
}
.skip:focus {
  transform: none;
}
.brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0 24px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 30px;
}
.brand img {
  width: 150px;
  height: 76px;
  object-fit: contain;
  object-position: left;
}
.official {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  color: var(--muted);
}
.official span {
  font-size: 24px;
  color: var(--magenta);
}
main {
  display: grid;
  grid-template-columns: 1fr 0.94fr;
  gap: 62px;
  align-items: stretch;
}
.campaign {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(145deg, #160c13 12%, #3e112b 60%, var(--wine));
  border: 1px solid #54203e;
  border-top: 3px solid var(--magenta);
}
.campaign-copy {
  position: relative;
  z-index: 2;
  margin: 36px 30px 0;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.17em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--blush);
}
h1 {
  font-size: clamp(40px, 4.1vw, 58px);
  line-height: 0.94;
  letter-spacing: -0.065em;
  text-transform: uppercase;
  margin: 18px 0 0;
  max-width: 440px;
}
h1 span {
  color: var(--magenta);
}
.packshot {
  position: absolute;
  width: 108%;
  max-width: none;
  height: 66%;
  object-fit: contain;
  left: -4%;
  bottom: 54px;
  filter: drop-shadow(0 20px 14px #0007);
  z-index: 1;
}
.orbit {
  position: absolute;
  border: 1px solid #f4c4d633;
  border-radius: 50%;
  width: 380px;
  height: 380px;
  left: calc(50% - 190px);
  top: 30%;
  z-index: -1;
}
.orbit:after {
  content: "";
  position: absolute;
  inset: 42px;
  border: 1px solid #f4c4d622;
  border-radius: 50%;
}
.edition {
  position: absolute;
  right: 17px;
  top: 41%;
  writing-mode: vertical-rl;
  color: var(--blush);
  font-size: 8px;
  letter-spacing: 0.23em;
}
.campaign-link {
  position: absolute;
  z-index: 3;
  bottom: 18px;
  left: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--cream);
  color: var(--black);
  padding: 17px 20px;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
}
.campaign-link small {
  display: block;
  font-size: 9px;
  letter-spacing: 0.12em;
  color: var(--wine);
  margin-bottom: 6px;
}
.arrow {
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  flex: none;
  transition: transform 0.2s;
}
.links {
  padding: 20px 0 0;
  min-width: 0;
  scroll-margin-top: 20px;
}
h2 {
  font-size: 45px;
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  margin: 16px 0;
}
.intro p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0 0 28px;
}
.shop {
  display: grid;
  grid-template-columns: 32px 1fr 22px;
  gap: 15px;
  align-items: center;
  background: var(--magenta);
  padding: 25px 23px;
  transition: background 0.2s;
}
.shop small {
  display: block;
  font-size: 9px;
  letter-spacing: 0.11em;
  font-weight: 700;
  margin-bottom: 9px;
}
.shop strong {
  display: block;
  font-size: 21px;
  letter-spacing: -0.03em;
}
.shop-note {
  display: block;
  font-size: 11px;
  margin-top: 8px;
  line-height: 1.5;
}
.shop-icon svg {
  width: 30px;
  height: 30px;
}
.action-list {
  margin-top: 10px;
}
.action-list a {
  display: grid;
  grid-template-columns: 24px 1fr 22px;
  align-items: center;
  gap: 17px;
  min-height: 78px;
  padding: 15px 10px;
  border-bottom: 1px solid var(--line);
  transition: background 0.2s;
}
.action-list strong {
  display: block;
  font-size: 15px;
  line-height: 1.3;
}
.action-list small {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted);
  margin-top: 5px;
}
.icon {
  display: flex;
  color: var(--blush);
}
.action-list .arrow {
  color: var(--blush);
  font-size: 24px;
}
.social-block {
  margin-top: 22px;
}
.social-block p {
  font-size: 12px;
  color: var(--muted);
  margin: 0 0 12px;
}
.socials {
  display: flex;
  justify-content: space-between;
  gap: 9px;
}
.socials a {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  font-size: 11px;
  font-weight: 700;
}
.socials svg {
  color: var(--blush);
  width: 20px;
  height: 20px;
}
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-top: 1px solid var(--line);
  margin: 30px 0 0;
  padding: 18px 0;
  color: var(--muted);
  font-size: 10px;
}
footer > span:first-child {
  font-weight: 700;
  color: var(--blush);
}
footer nav {
  display: flex;
  gap: 20px;
}
footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.signature {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
}
@media (hover: hover) {
  .shop:hover {
    background: #bd0d49;
  }
  .action-list a:hover {
    background: #f4c4d60a;
  }
  .campaign-link:hover {
    background: #fff;
  }
  .socials a:hover,
  footer a:hover {
    color: #fff;
  }
  a:hover > .arrow {
    transform: translate(2px, -2px);
  }
}
@media (max-width: 1000px) {
  .page {
    width: calc(100% - 48px);
  }
  main {
    gap: 32px;
    grid-template-columns: 1fr 1fr;
  }
  .campaign-copy {
    margin: 32px 24px 0;
  }
  h1 {
    font-size: 43px;
  }
  h2 {
    font-size: 36px;
  }
  .shop {
    padding: 22px 16px;
    gap: 11px;
  }
  .shop strong {
    font-size: 18px;
  }
  .signature {
    display: none;
  }
}
@media (max-width: 760px) {
  .page {
    width: min(520px, 100% - 36px);
  }
  .brand {
    padding: 12px 0 16px;
    margin-bottom: 20px;
  }
  .brand img {
    width: 125px;
    height: 70px;
  }
  .official {
    font-size: 9px;
    letter-spacing: 0.06em;
  }
  .official span {
    font-size: 20px;
  }
  main {
    display: block;
  }
  .campaign {
    min-height: 0;
    height: 330px;
  }
  .campaign-copy {
    margin: 23px 22px 0;
    max-width: 60%;
  }
  .campaign .eyebrow {
    font-size: 8px;
    letter-spacing: 0.1em;
  }
  h1 {
    font-size: 43px;
    max-width: 240px;
    margin-top: 14px;
  }
  .packshot {
    width: 59%;
    height: 80%;
    left: auto;
    right: -3%;
    bottom: 41px;
    object-position: center bottom;
  }
  .orbit {
    width: 220px;
    height: 220px;
    left: auto;
    right: -30px;
    top: 54px;
  }
  .orbit:after {
    inset: 25px;
  }
  .edition {
    display: none;
  }
  .campaign-link {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 15px 17px;
    font-size: 14px;
  }
  .campaign-link small {
    font-size: 8px;
  }
  .links {
    padding: 30px 0 0;
  }
  h2 {
    font-size: 38px;
    margin: 13px 0;
  }
  .intro p {
    font-size: 13px;
    margin-bottom: 22px;
  }
  .intro br {
    display: none;
  }
  .shop {
    padding: 23px 20px;
    grid-template-columns: 30px 1fr 22px;
    gap: 15px;
  }
  .shop strong {
    font-size: 20px;
  }
  .action-list a {
    min-height: 80px;
    padding: 16px 10px;
  }
  .social-block {
    margin-top: 22px;
  }
  .socials a {
    font-size: 11px;
  }
  .socials {
    gap: 6px;
  }
  footer {
    margin-top: 26px;
    padding: 22px 0 12px;
    flex-direction: column;
    gap: 6px;
    font-size: 9px;
  }
}
@media (max-width: 380px) {
  .page {
    width: calc(100% - 28px);
  }
  .brand img {
    width: 110px;
  }
  .official {
    font-size: 8px;
  }
  .official span {
    font-size: 18px;
  }
  .campaign {
    height: 315px;
  }
  .campaign-copy {
    margin: 21px 17px 0;
    max-width: 68%;
  }
  h1 {
    font-size: 37px;
  }
  .packshot {
    width: 59%;
    right: -6%;
    bottom: 52px;
    height: 72%;
  }
  h2 {
    font-size: 34px;
  }
  .shop {
    padding: 21px 16px;
    gap: 11px;
    grid-template-columns: 26px 1fr 18px;
  }
  .shop strong {
    font-size: 18px;
  }
  .shop small {
    font-size: 8px;
  }
  .shop-note {
    font-size: 10px;
  }
  .shop-icon svg {
    width: 26px;
    height: 26px;
  }
  .action-list a {
    gap: 13px;
  }
  .action-list strong {
    font-size: 14px;
  }
  .action-list small {
    font-size: 11px;
  }
  .socials a {
    font-size: 10px;
  }
  .socials svg {
    width: 18px;
    height: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
@media (max-width: 760px) {
  .campaign {
    height: 390px;
  }
  .campaign-copy {
    max-width: none;
    margin: 22px 22px 0;
  }
  h1 {
    max-width: none;
    font-size: 40px;
  }
  .packshot {
    width: 90%;
    height: 235px;
    left: 5%;
    right: auto;
    bottom: 54px;
  }
  .orbit {
    top: 125px;
    right: calc(50% - 110px);
  }
}
@media (max-width: 380px) {
  .campaign {
    height: 370px;
  }
  .campaign-copy {
    margin: 20px 17px 0;
  }
  h1 {
    font-size: 33px;
  }
  .packshot {
    height: 220px;
    bottom: 54px;
  }
}
