body.christmas-days-page {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", system-ui, sans-serif;
  background: #071326 !important;
}

body.christmas-days-page.holiday-detail-page {
  background-image: none !important;
}

body.christmas-days-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2,8,18,.82) 0%, rgba(3,12,28,.60) 34%, rgba(4,14,31,.18) 68%, rgba(3,10,22,.18) 100%),
    radial-gradient(circle at 78% 38%, rgba(226,184,117,.08), transparent 34%),
    linear-gradient(180deg, rgba(2,8,18,.42) 0%, rgba(2,8,18,.06) 42%, rgba(2,8,18,.66) 100%);
}

.holiday-background {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
  background: var(--holiday-bg-color, #071326);
}

.holiday-background picture,
.holiday-background img {
  width: 100%;
  height: 100%;
  display: block;
}

.holiday-background img {
  object-fit: cover;
  object-position: var(--holiday-bg-position, center);
  opacity: 0;
  transition: opacity .42s ease;
}

.holiday-background img.is-loaded {
  opacity: 1;
}

.holiday-background-fallback {
  background:
    radial-gradient(circle at 72% 24%, var(--fallback-glow, rgba(217,180,91,.14)), transparent 34%),
    radial-gradient(circle at 18% 80%, color-mix(in srgb, var(--fallback-accent, #d9b45b) 16%, transparent), transparent 32%),
    linear-gradient(135deg, var(--fallback-bg-a, #071326), var(--fallback-bg-b, #0d1118));
}

.holiday-background-fallback::before,
.holiday-background-fallback::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.holiday-background-fallback::before {
  opacity: .18;
  background:
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: radial-gradient(circle at 55% 38%, black, transparent 72%);
}

.holiday-background-fallback.pattern-stars::after,
.holiday-background-fallback.pattern-dots::after {
  opacity: .22;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.38) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(255,255,255,.22) 0 1px, transparent 1.8px);
  background-size: 180px 140px, 260px 220px;
  background-position: 40px 60px, 120px 20px;
}

.holiday-background-fallback.pattern-rays::after {
  opacity: .18;
  background: conic-gradient(from 205deg at 68% 28%, transparent, color-mix(in srgb, var(--fallback-accent, #d9b45b) 18%, transparent), transparent 28%);
}

.holiday-background-fallback.pattern-waves::after {
  opacity: .16;
  background:
    radial-gradient(ellipse at 30% 110%, transparent 34%, rgba(255,255,255,.12) 35%, transparent 37%),
    radial-gradient(ellipse at 72% 116%, transparent 38%, rgba(255,255,255,.10) 39%, transparent 41%);
  background-size: 520px 260px;
}

.snow-layer {
  position: fixed;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.50) 0 2px, transparent 3px),
    radial-gradient(circle, rgba(255,255,255,.28) 0 1px, transparent 2px);
  background-size: 280px 240px, 380px 310px;
  background-position: 30px 40px, 120px 90px;
  opacity: .14;
}

.christmas-days-page .site-header {
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: min(1240px, calc(100% - 80px)) !important;
  min-height: 72px;
  margin: 0;
  padding: 12px 22px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  background: rgba(8,20,38,.42) !important;
  backdrop-filter: blur(10px) saturate(132%) !important;
  -webkit-backdrop-filter: blur(10px) saturate(132%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 20px 60px rgba(0,0,0,.22) !important;
}

.christmas-days-page .site-header nav { gap: 26px; }

.christmas-hero {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  height: 100vh;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  padding: 118px 40px 70px;
  overflow: hidden;
}

.christmas-hero-card {
  position: relative;
  width: min(1060px, 100%);
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.christmas-days-breadcrumb { display: none; }

.days-pill {
  width: fit-content;
  padding: 7px 13px;
  border: 1px solid rgba(226,184,117,.82);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(226,184,117,.10), rgba(255,255,255,.035));
  color: #e2b875;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 0 26px rgba(226,184,117,.10);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.days-question {
  margin: 22px 0 2px;
  color: rgba(235,243,255,.68);
  font-size: 16px;
  font-weight: 680;
}

.christmas-hero-card h1 {
  margin: 6px 0 18px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(66px, 7.6vw, 108px);
  line-height: .94;
  font-weight: 600;
  letter-spacing: 0;
  text-shadow: 0 10px 34px rgba(0,0,0,.34);
}

.hero-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.hero-meta-row span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(226,184,117,.42);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: rgba(255,255,255,.70);
  font-size: 13px;
  font-weight: 680;
}

.hero-intro {
  max-width: 620px;
  margin: 0 0 34px;
  color: rgba(235,243,255,.74);
  font-size: 19px;
  line-height: 1.68;
}

.premium-time-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  width: min(1120px, 100%);
  margin: 12px 0 40px;
}

.premium-time-grid .time-unit {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 34px 28px 30px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.125), rgba(255,255,255,.044) 55%, rgba(8,16,32,.32)),
    radial-gradient(circle at 20% 0%, rgba(226,184,117,.16), transparent 44%),
    rgba(255,255,255,.052);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 24px 74px rgba(0,0,0,.24), 0 0 42px rgba(226,184,117,.07);
  backdrop-filter: blur(10px) saturate(138%);
  -webkit-backdrop-filter: blur(10px) saturate(138%);
}

.premium-time-grid strong {
  min-height: 118px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: "SF Pro Display", "SFMono-Regular", "Roboto Mono", "Cascadia Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: clamp(86px, 8.3vw, 132px);
  line-height: .92;
  font-weight: 760 !important;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 14px 36px rgba(0,0,0,.32), 0 0 34px rgba(226,184,117,.12);
}

.premium-time-grid .flip-digit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: .62em;
  min-width: .62em;
  height: 1em;
  font: inherit !important;
  line-height: inherit !important;
}

.premium-time-grid .flip-value {
  display: inline-block;
  font: inherit !important;
  font-size: 1em !important;
  line-height: inherit !important;
}

.premium-time-grid .flip-digit.is-flipping {
  animation: digit-rise .42s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes digit-rise {
  0% { transform: translateY(0) scale(1); }
  45% { transform: translateY(-7px) scale(1.035); }
  100% { transform: translateY(0) scale(1); }
}

.premium-time-grid .flip-half { display: none !important; }
.premium-time-grid .flip-top-static {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font: inherit !important;
  line-height: inherit !important;
}

.premium-time-grid .time-unit > span {
  color: rgba(255,255,255,.65);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1;
}

.christmas-hero-card .actions {
  margin-top: 0;
  padding-bottom: 0;
}

.christmas-hero-card .button {
  transition: transform .24s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .24s cubic-bezier(0.16, 1, 0.3, 1), border-color .24s cubic-bezier(0.16, 1, 0.3, 1), background .24s cubic-bezier(0.16, 1, 0.3, 1);
}

.christmas-hero-card .button:hover { transform: translateY(-2px); }
.christmas-hero-card .button.primary:hover { box-shadow: 0 16px 34px rgba(255,255,255,.14); }
.christmas-hero-card .button.ghost:hover { border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.12); box-shadow: 0 14px 32px rgba(0,0,0,.18); }

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  width: fit-content;
  color: #fff;
  font-size: 13px;
  font-weight: 720;
  letter-spacing: .03em;
  text-shadow: 0 10px 28px rgba(0,0,0,.42);
}

.detail-section {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 80px));
  margin: 0 auto;
  padding: 42px 0;
  content-visibility: auto;
  contain-intrinsic-size: 640px;
}

.detail-section:first-of-type { padding-top: 76px; }
.detail-section .section-head { margin: 0 0 20px; }
.detail-section .section-head h2 { font-size: 30px; }

.quick-facts-grid,
.tradition-grid,
.timeline-grid,
.related-card-grid,
.month-grid {
  display: grid;
  gap: 16px;
}

.quick-facts-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.quick-facts-grid article,
.detail-panel,
.tradition-grid article,
.timeline-grid article,
.month-card,
.country-chip-grid a,
.days-faq details {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: rgba(9, 13, 20, 0.68);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.quick-facts-grid article {
  position: relative;
  min-height: 172px;
  padding: 24px;
  overflow: hidden;
  border-color: rgba(255,255,255,.16);
  background:
    linear-gradient(145deg, rgba(255,255,255,.135), rgba(255,255,255,.052) 44%, rgba(8,16,32,.56)),
    radial-gradient(circle at 12% 0%, rgba(226,184,117,.20), transparent 42%),
    radial-gradient(circle at 92% 100%, rgba(92,211,255,.10), transparent 38%),
    rgba(15,28,52,.64);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), inset 0 0 0 1px rgba(226,184,117,.045), 0 24px 70px rgba(0,0,0,.22), 0 0 48px rgba(226,184,117,.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.quick-facts-grid article:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255,255,255,.34), rgba(226,184,117,.30), rgba(255,255,255,.05));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: .62;
  pointer-events: none;
}

.quick-facts-grid article:after {
  content: "";
  position: absolute;
  inset: auto -20% -42% 42%;
  height: 86px;
  background: radial-gradient(circle, rgba(226,184,117,.24), transparent 68%);
  pointer-events: none;
}

.quick-facts-grid span,
.timeline-grid span {
  display: block;
  margin-bottom: 10px;
  color: rgba(235,243,255,.62);
  font-weight: 720;
}

.fact-icon {
  width: 34px;
  height: 34px;
  display: grid !important;
  place-items: center;
  margin: 0 0 14px !important;
  border: 1px solid rgba(226,184,117,.42);
  border-radius: 999px;
  color: #e2b875 !important;
  font-size: 17px;
  font-weight: 400 !important;
}

.fact-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-facts-grid strong {
  display: block;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: 0;
}

.quick-facts-grid em {
  display: block;
  margin-top: 8px;
  color: rgba(235,243,255,.58);
  font-style: normal;
}

.detail-panel,
.tradition-grid article,
.timeline-grid article {
  padding: 24px;
}

.detail-panel p,
.tradition-grid p,
.timeline-grid p,
.days-faq p {
  color: rgba(235,243,255,.76);
  line-height: 1.65;
}

.editorial-section .detail-panel { max-width: 880px; }
.tradition-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.tradition-window {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background:
    linear-gradient(180deg, rgba(4,8,18,.10), rgba(4,8,18,.86)),
    radial-gradient(circle at 18% 14%, rgba(226,184,117,.16), transparent 30%),
    var(--tradition-img) center / cover no-repeat !important;
  transition: transform .6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .6s cubic-bezier(0.16, 1, 0.3, 1), filter .6s cubic-bezier(0.16, 1, 0.3, 1);
}

.tradition-window:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(42,14,18,.10), rgba(4,8,18,.70)),
    radial-gradient(circle at 78% 18%, rgba(226,184,117,.22), transparent 34%),
    repeating-radial-gradient(circle at 20% 10%, rgba(255,255,255,.055) 0 1px, transparent 1px 5px);
  opacity: .72;
  transition: opacity .6s cubic-bezier(0.16, 1, 0.3, 1);
}

.tradition-window:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(226,184,117,.06), transparent 38%, rgba(139,30,45,.10));
  mix-blend-mode: screen;
  opacity: .42;
  pointer-events: none;
}

.tradition-window > * { position: relative; z-index: 1; }
.tradition-window strong { font-size: 24px; }
.tradition-window p { color: rgba(255,255,255,.72); }

.tradition-window:hover {
  transform: translateY(-4px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 28px 70px rgba(120,27,38,.20), 0 0 42px rgba(226,184,117,.13);
  filter: saturate(1.08) brightness(1.06);
}

.tradition-window:hover:before { opacity: .48; }

.country-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.country-chip-grid a {
  min-height: 48px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  font-weight: 780;
  transition: transform .24s cubic-bezier(0.16, 1, 0.3, 1), background .24s cubic-bezier(0.16, 1, 0.3, 1);
}

.country-chip-grid a:hover { transform: translateY(-2px); background: rgba(255,255,255,.085); }

.flag-icon {
  width: 24px;
  height: 16px;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.22);
}

.us-flag { background: linear-gradient(#b91c1c 0 14%,#fff 14% 28%,#b91c1c 28% 42%,#fff 42% 56%,#b91c1c 56% 70%,#fff 70% 84%,#b91c1c 84%); }
.uk-flag { background: linear-gradient(135deg,#17376e 0 38%,#fff 38% 44%,#b91c1c 44% 56%,#fff 56% 62%,#17376e 62%); }
.ca-flag { background: linear-gradient(90deg,#b91c1c 0 24%,#fff 24% 76%,#b91c1c 76%); }
.au-flag { background: linear-gradient(135deg,#0f2f69,#123f88); }

.timeline-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.month-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.month-card {
  position: relative;
  min-height: 92px;
  display: flex;
  align-items: end;
  padding: 18px;
  overflow: hidden;
  font-weight: 820;
  transition: transform .36s cubic-bezier(0.16, 1, 0.3, 1), border-color .36s cubic-bezier(0.16, 1, 0.3, 1);
}

.month-card:before {
  content: "";
  position: absolute;
  inset: -30% -20% auto auto;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  opacity: .42;
  filter: blur(6px);
}

.month-card.winter:before { background: radial-gradient(circle, rgba(45,212,191,.34), transparent 68%); }
.month-card.spring:before { background: radial-gradient(circle, rgba(244,114,182,.26), rgba(132,204,22,.12), transparent 70%); }
.month-card.summer:before { background: radial-gradient(circle, rgba(14,116,144,.36), transparent 68%); }
.month-card.autumn:before { background: radial-gradient(circle, rgba(245,158,11,.34), transparent 68%); }
.month-card:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.18); }

.detail-section:has(.month-grid) {
  padding-bottom: 86px;
}

#related-countdowns {
  margin-top: 70px;
  padding-top: 22px;
}

#related-countdowns .section-head {
  margin-bottom: 28px;
}

.related-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 28px;
}

.related-card-grid .holiday-card {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 270px;
  aspect-ratio: auto;
  border-color: rgba(255,255,255,.14);
  box-shadow: 0 24px 72px rgba(0,0,0,.26);
}

.related-card-grid .holiday-card::before {
  background-image: var(--lazy-img, linear-gradient(135deg, rgba(33, 45, 64, .96), rgba(8, 16, 32, .96))) !important;
}

.related-card-grid .holiday-card:not(.has-bg)::before {
  filter: none !important;
}

.faq-layout {
  display: grid;
  grid-template-columns: .72fr 1fr;
  gap: 34px;
  align-items: start;
}

.faq-intro-copy {
  position: sticky;
  top: 110px;
}

.faq-intro-copy h2 {
  margin: 18px 0 12px;
  font-size: 38px;
  line-height: 1.08;
}

.faq-intro-copy p {
  max-width: 390px;
  color: rgba(255,255,255,.65);
  line-height: 1.65;
}

.days-faq {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.days-faq details { padding: 18px 20px; }
.days-faq summary { cursor: pointer; font-weight: 820; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .holiday-background img,
  .premium-time-grid .flip-digit.is-flipping,
  .christmas-hero-card .button,
  .tradition-window,
  .month-card {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-height: 820px) {
  .christmas-hero {
    padding-top: 96px;
    padding-bottom: 58px;
  }

  .days-question { margin-top: 14px; }
  .christmas-hero-card h1 {
    margin-bottom: 14px;
    font-size: clamp(56px, 7vw, 92px);
  }

  .hero-meta-row { margin-bottom: 14px; }
  .hero-intro {
    margin-bottom: 22px;
    font-size: 17px;
    line-height: 1.55;
  }

  .premium-time-grid {
    gap: 20px;
    margin-bottom: 24px;
    border-radius: 26px;
  }

  .premium-time-grid .time-unit {
    min-height: 164px;
    gap: 24px;
    padding: 26px 20px 22px;
  }

  .premium-time-grid strong {
    min-height: 86px;
    border-radius: 19px;
    font-size: clamp(68px, 7.4vw, 104px);
  }

  .scroll-indicator { bottom: 18px; }
}
