:root {
  --background: oklch(0.25 0.052 158);
  --foreground: oklch(0.94 0.03 90);
  --card: oklch(0.945 0.035 88);
  --card-foreground: oklch(0.29 0.055 152);
  --border: oklch(0.32 0.06 152 / 35%);
  --ring: oklch(0.58 0.19 29);
  --radius: 1rem;
}
* {
  box-sizing: border-box;
}
html {
  min-width: 320px;
  background: #103d33;
}
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: #103d33;
  color: var(--foreground);
  font-family: "Space Mono", monospace;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
button, a {
  font: inherit;
}
a {
  color: inherit;
}
.holiday-house {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  background: radial-gradient(circle at 75% 38%, rgba(218, 125, 49, 0.16), transparent 24rem), radial-gradient(circle at 48% 105%, rgba(218, 39, 46, 0.17), transparent 27rem), linear-gradient(135deg, #0a2d25 0%, #103d33 51%, #082a23 100%);
}
.holiday-house::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: 0.28;
  background-image: repeating-linear-gradient(90deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 7px);
  mix-blend-mode: soft-light;
}
.room-grain {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.room-glow {
  position: absolute;
  z-index: -2;
  width: min(84vw, 950px);
  height: min(84vw, 950px);
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(252, 190, 96, 0.2) 0%, rgba(212, 70, 39, 0.08) 36%, transparent 69%);
  filter: blur(5px);
  pointer-events: none;
}
.lights {
  position: absolute;
  z-index: 6;
  left: -2%;
  top: 0;
  width: 104%;
  height: 105px;
  pointer-events: none;
}
.lights__cord {
  position: absolute;
  width: 102%;
  height: 78px;
  left: -1%;
  top: -46px;
  border-bottom: 2px solid rgba(9, 35, 28, 0.82);
  border-radius: 0 0 50% 50%;
  transform: rotate(-1.3deg);
}
.lights__bulbs {
  position: absolute;
  inset: 22px 5% auto;
  display: flex;
  justify-content: space-between;
}
.bulb {
  --bulb: #f3533d;
  position: relative;
  display: block;
  width: 15px;
  height: 22px;
  border-radius: 46% 46% 55% 55%;
  background: var(--bulb);
  box-shadow: 0 0 8px var(--bulb), 0 0 20px var(--bulb);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 8px var(--bulb), 0 0 20px color-mix(in srgb, var(--bulb) 55%, transparent);
  }
  animation: bulb-breathe 3.8s ease-in-out infinite alternate;
  animation-delay: var(--delay);
}
.bulb::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 4px;
  border-radius: 3px 3px 1px 1px;
  top: -4px;
  left: 3.5px;
  background: #183a2d;
}
.bulb--red {
  --bulb: #ef5141;
}
.bulb--green {
  --bulb: #7cc864;
}
.bulb--blue {
  --bulb: #69b9e1;
}
.bulb--yellow {
  --bulb: #f6d466;
}
.bulb--pink {
  --bulb: #ea8ca0;
}
.bulb--orange {
  --bulb: #f39b49;
}
.window-scene {
  position: absolute;
  z-index: -1;
  top: clamp(104px, 13vw, 168px);
  left: clamp(-70px, 2.3vw, 52px);
  width: clamp(150px, 20vw, 287px);
  border-radius: 2px;
  overflow: hidden;
  transform: rotate(-2.5deg);
  box-shadow: 15px 20px 45px rgba(0,0,0,0.27);
}
.window-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 2px rgba(254,242,214,0.14), inset 0 0 23px rgba(0,0,0,0.23);
  pointer-events: none;
}
.window-scene img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(0.92) contrast(1.06);
}
.snow {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff7e8;
  box-shadow: 0 0 6px #fff7e8;
  animation: snow-drift 6s linear infinite;
}
.snow--one {
  top: 16%;
  left: 30%;
  animation-delay: -2s;
}
.snow--two {
  top: 22%;
  left: 75%;
  animation-delay: -4s;
}
.snow--three {
  top: 47%;
  left: 52%;
  animation-delay: -1s;
}
.tree-asset {
  position: absolute;
  z-index: 0;
  display: block;
  right: clamp(-105px, -3vw, -25px);
  bottom: -80px;
  width: clamp(245px, 26vw, 405px);
  filter: drop-shadow(-16px 18px 22px rgba(0,0,0,0.27));
  transform: rotate(2deg);
}
.mantel-asset {
  position: absolute;
  z-index: -1;
  bottom: -28px;
  left: clamp(8px, 7vw, 150px);
  width: clamp(160px, 19vw, 275px);
  opacity: 0.82;
  transform: rotate(-3deg);
  filter: drop-shadow(12px 18px 18px rgba(0,0,0,0.3));
}
.wall-star {
  position: absolute;
  z-index: -1;
  color: #f7cf63;
  font-size: 18px;
  opacity: 0.6;
  text-shadow: 0 0 15px #f6cb5c;
}
.wall-star--one {
  top: 37%;
  left: 22%;
  transform: rotate(16deg);
}
.wall-star--two {
  top: 20%;
  right: 25%;
  font-size: 12px;
  transform: rotate(-12deg);
}
.floor-line {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 17%;
  background: linear-gradient(0deg, rgba(3, 22, 18, 0.4), rgba(3, 22, 18, 0.1));
  border-top: 1px solid rgba(254, 224, 165, 0.1);
}
.experience-stage {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 104px 24px 64px;
}
.state-shell {
  width: min(100%, 648px);
  animation: room-arrival 650ms cubic-bezier(0.23, 1, 0.32, 1) both;
}
.experience {
  width: 100%;
}
.paper-card {
  position: relative;
  overflow: hidden;
  color: #173b30;
  background: radial-gradient(circle at 11% 23%, rgba(222, 94, 55, 0.11), transparent 26%), linear-gradient(132deg, #fff8e4 0%, #f7e7c4 100%);
  border: 1px solid rgba(254, 252, 233, 0.72);
  box-shadow: 0 25px 45px rgba(0, 18, 13, 0.29), 0 3px 0 rgba(122, 43, 31, 0.36);
}
.paper-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px dashed rgba(25, 77, 61, 0.2);
  pointer-events: none;
}
.paper-card--countdown {
  min-height: 500px;
  padding: clamp(32px, 7vw, 60px) clamp(27px, 7vw, 70px) 29px;
  border-radius: 22px 3px 22px 3px;
}
.paper-card--release {
  padding: clamp(28px, 5vw, 53px) clamp(24px, 6vw, 58px) 30px;
  border-radius: 22px 3px 22px 3px;
}
.brand {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.07em;
}
.brand__mark {
  width: 21px;
  height: 21px;
  object-fit: contain;
}
.brand__wordmark {
  white-space: nowrap;
  font-size: 20px;
}
.brand__rule {
  display: inline-block;
  width: 31px;
  height: 1px;
  margin-left: 3px;
  background: currentColor;
  opacity: 0.35;
}
.brand__edition {
  margin-left: 1px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  opacity: 0.6;
}
.prelude {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: clamp(50px, 10vw, 82px) 0 17px;
  color: #b84333;
  font-size: 10px;
  letter-spacing: 0.07em;
}
.prelude__star {
  color: #d9272e;
  font-size: 14px;
}
.pre-title {
  position: relative;
  z-index: 1;
  margin: clamp(36px, 5vw, 50px) 0 40px;
  color: #103d33;
  font-size: clamp(19px, 4.7vw, 37px);
  font-weight: 400;
  letter-spacing: -0.09em;
  line-height: 1.16;
  white-space: nowrap;
}
.pre-title__rest > span {
  color: #d9272e;
}
.pre-title__surprise {
  display: inline-block;
  margin: 0;
  color: #d9272e;
  font-family: Georgia, serif;
  font-size: 1.48em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.55;
  text-shadow: 2px 2px 0 rgba(255, 249, 228, 0.8), 3px 4px 0 rgba(17, 62, 51, 0.12);
  transform: rotate(-2deg);
}
.pre-title__rest {
  margin-left: 0.62em;
}
.pre-title-image {
  position: relative;
  z-index: 1;
  display: block;
  width: min(106%, 540px);
  max-width: none;
  height: auto;
  margin: clamp(20px, 3vw, 30px) 0 42px;
  transform: translateX(-3%);
}
.display-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #d9272e;
  font-family: Georgia, serif;
  font-size: clamp(65px, 12vw, 106px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.09em;
  line-height: 0.98;
  text-shadow: 2px 2px 0 rgba(255, 249, 228, 0.8), 3px 4px 0 rgba(17, 62, 51, 0.12);
}
.countdown {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(22, 65, 52, 0.2);
  border-bottom: 1px solid rgba(22, 65, 52, 0.2);
  padding: 20px 0 13px;
}
.countdown__numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}
.countdown__unit {
  position: relative;
  text-align: center;
}
.countdown__unit strong {
  display: block;
  color: #133d32;
  font-size: clamp(25px, 5.2vw, 42px);
  font-weight: 700;
  letter-spacing: -0.11em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.countdown__unit span {
  display: block;
  margin-top: 7px;
  color: #7e4a33;
  font-size: 15px;
  letter-spacing: 0.07em;
}
.countdown__unit i {
  position: absolute;
  right: -6px;
  top: 3px;
  color: #d9272e;
  font-size: clamp(22px, 4vw, 32px);
  font-style: normal;
  font-weight: 700;
}
.countdown__footnote {
  margin: 16px 0 0;
  color: #60736a;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-align: center;
}
.pre-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 26px;
}
.pre-footer__line {
  flex: 1;
  height: 1px;
  background: rgba(23, 59, 48, 0.25);
}
.secret-door {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #174637;
  font-size: 15px;
  letter-spacing: -0.03em;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}
.secret-door:hover {
  color: #d9272e;
  transform: translateX(2px);
}
.secret-door--disabled {
  opacity: 0.7;
}
.release-heading {
  position: relative;
  z-index: 1;
  margin-top: clamp(36px, 6vw, 54px);
  text-align: center;
}
.release-heading .display-title {
  margin: 1px auto 0;
  font-size: clamp(76px, 13.2vw, 120px);
  line-height: 0.77;
  transform: rotate(-2deg) scaleX(1.12);
  transform-origin: center;
}
.release-heading p {
  margin: clamp(38px, 5.2vw, 52px) 0 0;
  color: #8c5341;
  font-size: 15px;
  letter-spacing: 0.03em;
}
.release-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  margin-top: 30px;
}
.section-label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 9px;
  color: #9a4538;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.section-label--download {
  margin-top: 22px;
}
.platform-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}
.platform-list--download {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.campaign-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 42px;
  padding: 10px 11px;
  border: 1px solid rgba(20, 70, 54, 0.24);
  color: #184435;
  background: rgba(255, 252, 232, 0.45);
  box-shadow: 2px 3px 0 rgba(17, 61, 50, 0.14);
  font-size: 15px;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 180ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 180ms ease, background 180ms ease;
}
.campaign-link:hover {
  transform: translate(-2px, -2px);
  background: #fffbeb;
  box-shadow: 4px 5px 0 rgba(17, 61, 50, 0.17);
}
.campaign-link:not(.campaign-link--disabled):hover {
  animation: action-bounce 520ms cubic-bezier(0.23, 1.45, 0.32, 1) both;
}
.campaign-link:active {
  transform: translate(0, 1px) scale(0.98);
  box-shadow: 1px 1px 0 rgba(17, 61, 50, 0.16);
}
.campaign-link__label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  font-size: 15px;
}
.campaign-link--disabled {
  color: #7d8b81;
  cursor: default;
  box-shadow: none;
}
.campaign-link--disabled:hover {
  transform: none;
  background: rgba(255,252,232,0.45);
  box-shadow: none;
}
.link-pip {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d49c5b;
  opacity: 0.7;
}
.campaign-link--special {
  min-height: 67px;
  margin-bottom: 9px;
  border-color: #b92930;
  color: #fff9e6;
  background: #d9272e;
  box-shadow: 3px 4px 0 #85372f;
  font-size: 15px;
}
.campaign-link--special:hover {
  background: #be2028;
  box-shadow: 5px 6px 0 #85372f;
}
.campaign-link--special.campaign-link--disabled {
  color: rgba(255,249,230,0.7);
  background: #b75756;
  border-color: #9d4949;
  box-shadow: 2px 3px 0 #8c5049;
}
.video-wrap, .video-placeholder {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(20,70,54,0.25);
  background: #173b30;
}
.video-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.video-placeholder {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: rgba(255,249,230,0.82);
  background: linear-gradient(145deg, #153f34, #0d2d25);
  font-size: 15px;
  letter-spacing: 0.04em;
}
.video-placeholder__message {
  position: relative;
  font-size: 15px;
}
.video-placeholder::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px dashed rgba(255,244,214,0.2);
  pointer-events: none;
}
.video-placeholder__glyph {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #f6d466;
  border: 1px solid rgba(246,212,102,0.6);
  box-shadow: 0 0 20px rgba(246,212,102,0.18);
}
.release-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 9px;
  align-items: stretch;
}
.release-actions .campaign-link {
  margin: 0;
}
.release-footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 59, 48, 0.17);
}
.site-credit {
  position: absolute;
  z-index: 2;
  right: 19px;
  bottom: 13px;
  color: rgba(252, 243, 218, 0.48);
  font-size: 7px;
  letter-spacing: 0.03em;
}
@keyframes bulb-breathe {
  0%, 78% {
    opacity: 0.78;
    filter: saturate(0.9);
  }
  100% {
    opacity: 1;
    filter: saturate(1.14);
  }
}
@keyframes snow-drift {
  from {
    transform: translate(0, 0);
    opacity: 0;
  }
  14% {
    opacity: 0.8;
  }
  to {
    transform: translate(-15px, 90px);
    opacity: 0;
  }
}
@keyframes room-arrival {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.988);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes action-bounce {
  0% {
    transform: translate(0, 0) scale(1);
  }
  38% {
    transform: translate(-2px, -4px) scale(1.045);
  }
  68% {
    transform: translate(-3px, -1px) scale(0.985);
  }
  100% {
    transform: translate(-2px, -2px) scale(1);
  }
}
@media (max-width: 700px) {
  .holiday-house {
    min-height: 100svh;
  }
  .window-scene {
    top: 88px;
    left: -48px;
    width: 170px;
    opacity: 0.65;
  }
  .tree-asset {
    right: -115px;
    bottom: -71px;
    width: 295px;
    opacity: 0.83;
  }
  .mantel-asset {
    display: none;
  }
  .wall-star--one {
    left: 20px;
    top: 31%;
  }
  .wall-star--two {
    display: none;
  }
  .experience-stage {
    padding: 95px 18px 52px;
    align-items: center;
  }
  .paper-card--countdown {
    min-height: 0;
  }
  .paper-card--release {
    max-width: 490px;
    margin: 0 auto;
  }
  .site-credit {
    bottom: 9px;
    right: 12px;
  }
}
@media (max-width: 470px) {
  .lights {
    height: 85px;
  }
  .lights__cord {
    height: 63px;
  }
  .lights__bulbs {
    inset: 18px 4% auto;
  }
  .bulb {
    width: 12px;
    height: 18px;
  }
  .bulb::before {
    left: 2px;
  }
  .paper-card--countdown {
    padding: 27px 23px 22px;
    border-radius: 18px 2px 18px 2px;
  }
  .paper-card--release {
    padding: 26px 22px 22px;
  }
  .prelude {
    margin-top: 47px;
  }
  .pre-title-image {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 28px;
    transform: none;
  }
  .countdown__unit strong {
    font-size: clamp(24px, 8.2vw, 34px);
  }
  .countdown__unit span {
    font-size: 12px;
    letter-spacing: 0.02em;
  }
  .countdown__unit i {
    right: -5px;
    top: 2px;
  }
  .countdown__footnote {
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .release-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .platform-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .platform-list--download {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .release-heading {
    margin-top: 33px;
  }
  .release-footer {
    margin-top: 22px;
  }
}
@media (min-width: 1000px) {
  .experience-stage {
    padding-top: 96px;
  }
  .paper-card--countdown {
    transform: translateX(3vw);
  }
  .paper-card--release {
    transform: translateX(2vw);
  }
  .window-scene {
    left: clamp(28px, 7vw, 160px);
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}