body.guides-page {
  --guide-hero-image: url('/assets/hero-aurora-cabin.png');
  --guide-accent: rgba(236, 205, 151, .28);
  --guide-accent-strong: rgba(236, 205, 151, .72);
  min-height: 100vh;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", system-ui, sans-serif;
  background: #061326 var(--guide-hero-image) center top / cover fixed no-repeat;
  isolation: isolate;
}

body.guides-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 16% 10%, rgba(232,78,62,.16), transparent 28%),
    radial-gradient(circle at 82% 20%, rgba(29,185,164,.15), transparent 30%),
    linear-gradient(180deg, rgba(4,11,24,.72), rgba(3,12,27,.88) 54%, rgba(3,13,29,.94));
  backdrop-filter: blur(5px) saturate(112%);
}

.guides-page .site-header {
  width: min(1240px, calc(100% - 64px));
  border-radius: 18px;
  background: rgba(8,20,38,.56);
  backdrop-filter: blur(24px) saturate(145%);
  overflow: visible;
  z-index: 1000;
}

.guides-page .site-header .nav-menu {
  z-index: 1100;
}

.guides-main {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 34px 0 0;
}

.guides-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(255,255,255,.62);
  font-size: 13px;
}

.guides-breadcrumb a { color: rgba(255,255,255,.86); }

.guides-hero {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: center;
  gap: 42px;
  padding: 46px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(5,14,30,.84), rgba(7,20,38,.54) 48%, rgba(8,18,32,.72)),
    url('/assets/card-halloween-premium.png') left bottom / 28% auto no-repeat,
    url('/assets/card-thanksgiving-premium.png') 48% bottom / 31% auto no-repeat,
    url('/assets/card-easter-premium.png') 71% bottom / 28% auto no-repeat,
    url('/assets/card-christmas-premium.png') right bottom / 34% auto no-repeat,
    rgba(8,16,32,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 24px 70px rgba(0,0,0,.24);
}

.guides-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.44)),
    radial-gradient(circle at 30% 15%, rgba(57,189,177,.18), transparent 32%);
  pointer-events: none;
}

.guides-hero-copy,
.next-holiday-card {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 10px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.guides-hero h1 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(58px, 7vw, 86px);
  line-height: .94;
  font-weight: 820;
  letter-spacing: 0;
  text-shadow: 0 10px 34px rgba(0,0,0,.36);
}

.guides-hero-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: 19px;
  line-height: 1.58;
}

.hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-links a,
.holiday-chip-grid a {
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  color: rgba(255,255,255,.9);
  backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.hero-links a {
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 720;
}

.next-holiday-card {
  padding: 24px;
  border-radius: 20px;
  text-align: left;
  background: rgba(8,16,32,.72);
  border-color: rgba(255,255,255,.14);
}

.next-holiday-card > span {
  display: block;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.next-holiday-card > strong {
  display: block;
  margin-top: 9px;
  color: #fff;
  font-size: 30px;
  line-height: 1.08;
}

.next-holiday-card > small {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.72);
}

.next-holiday-time {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 24px 0 18px;
}

.next-holiday-time div {
  padding: 0 10px;
  border-left: 1px solid rgba(255,255,255,.16);
  text-align: center;
}

.next-holiday-time div:first-child { border-left: 0; }
.next-holiday-time b {
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.next-holiday-time em {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-style: normal;
}

.next-holiday-card > a {
  color: #fff;
  font-size: 13px;
  font-weight: 760;
}

.guides-section {
  margin-top: 76px;
}

.section-title {
  margin-bottom: 20px;
}

.section-title h2,
.hub-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  line-height: 1.08;
  font-weight: 800;
}

.featured-guides-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.featured-guide-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.76)),
    var(--img) center / cover no-repeat;
  box-shadow: 0 18px 48px rgba(0,0,0,.24);
  transition: transform .2s ease, border-color .2s ease;
}

.featured-guide-card:hover,
.hub-grid a:hover,
.subguide-grid a:hover,
.latest-list a:hover,
.countdown-link-list a:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.32);
}

.guide-count {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(198,48,68,.82);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.guide-count.purple { background: rgba(124,58,237,.82); }
.guide-count.amber { background: rgba(185,104,24,.82); }
.guide-count.green { background: rgba(21,128,91,.82); }

.featured-guide-card strong {
  color: #fff;
  font-size: 24px;
  line-height: 1.08;
}

.featured-guide-card p {
  margin: 9px 0 16px;
  color: rgba(255,255,255,.76);
  font-size: 14px;
  line-height: 1.48;
}

.featured-guide-card em {
  color: #fff;
  font-style: normal;
  font-size: 13px;
  font-weight: 800;
}

.holiday-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  background: rgba(8,16,32,.58);
  backdrop-filter: blur(18px) saturate(130%);
}

.holiday-chip-grid a {
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 740;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.category-grid article,
.subguide-grid a,
.latest-guides-panel,
.countdown-links-panel,
.guides-faq details {
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(8,16,32,.72);
  backdrop-filter: blur(18px) saturate(130%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 16px 40px rgba(0,0,0,.18);
}

.category-grid article {
  position: relative;
  overflow: hidden;
  min-height: 138px;
  padding: 22px;
  border-radius: 16px;
  transition: transform 500ms cubic-bezier(.25,1,.5,1), border-color 500ms cubic-bezier(.25,1,.5,1);
}

.category-grid article::before {
  content: "";
  position: absolute;
  inset: -28%;
  opacity: 0;
  background: radial-gradient(circle at 22% 12%, rgba(236,205,151,.14), transparent 43%);
  transition: opacity 500ms cubic-bezier(.25,1,.5,1);
  pointer-events: none;
}

.category-grid article:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.20);
}

.category-grid article:hover::before {
  opacity: 1;
}

.category-grid span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.category-grid svg {
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  fill: none;
  stroke: rgba(236,205,151,.76);
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 12px rgba(236,205,151,.12));
}

.category-grid p,
.hub-copy p,
.subguide-grid span,
.hub-grid span {
  margin: 0;
  color: rgba(255,255,255,.70);
  font-size: 14px;
  line-height: 1.55;
}

.category-grid p {
  position: relative;
  z-index: 1;
}

.christmas-guide-hub {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 24px;
  align-items: start;
}

.hub-copy {
  position: sticky;
  top: 104px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(8,16,32,.78), rgba(8,16,32,.64)),
    url('/assets/card-christmas-premium.png') center bottom / cover no-repeat;
  overflow: hidden;
}

.hub-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,12,24,.80), rgba(5,12,24,.72));
}

.hub-copy > * {
  position: relative;
  z-index: 1;
}

.hub-copy p:not(.eyebrow) {
  margin: 14px 0 18px;
}

.hub-countdown-link {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.subguide-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 118px;
  gap: 14px;
}

.subguide-grid a {
  position: relative;
  overflow: hidden;
  grid-column: span 2;
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 20px;
  border-radius: 15px;
  transition: transform 500ms cubic-bezier(.25,1,.5,1), border-color 500ms cubic-bezier(.25,1,.5,1), background 500ms cubic-bezier(.25,1,.5,1);
}

.subguide-grid a::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at 24% 12%, rgba(236,205,151,.14), transparent 42%);
  transition: opacity 500ms cubic-bezier(.25,1,.5,1);
}

.subguide-grid a:hover::before {
  opacity: 1;
}

.subguide-grid strong {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 18px;
}

.subguide-grid span {
  position: relative;
  z-index: 1;
  color: rgba(255,252,242,.75);
}

.subguide-grid .subguide-feature {
  grid-column: span 3;
  grid-row: span 2;
  min-height: 250px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(4,10,20,.18), rgba(4,10,20,.84)),
    var(--bento-img) center / cover no-repeat;
}

.subguide-grid .subguide-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .34;
  background-image:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.10), transparent 2px),
    radial-gradient(circle at 70% 60%, rgba(255,255,255,.08), transparent 1px);
  background-size: 7px 7px, 11px 11px;
  mix-blend-mode: screen;
  pointer-events: none;
}

.subguide-grid .subguide-feature strong {
  font-size: 26px;
  line-height: 1.05;
}

.subguide-grid .subguide-feature span {
  max-width: 420px;
  font-size: 15px;
}

.subguide-grid .image-history { --bento-img: url('/assets/christmas-ref.png'); }
.subguide-grid .image-traditions { --bento-img: url('/assets/card-christmas-premium.png'); }

.hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.hub-grid a {
  position: relative;
  min-height: 168px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.76)),
    var(--img) center / cover no-repeat;
  transition: transform .2s ease, border-color .2s ease;
}

.hub-grid strong {
  color: #fff;
  font-size: 21px;
}

.latest-and-countdowns {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.latest-guides-panel,
.countdown-links-panel {
  padding: 22px 24px;
  border-radius: 18px;
}

.countdown-link-list {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 3px 1px 6px;
  scrollbar-width: thin;
}

.latest-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
}

.latest-list a,
.countdown-link-list a {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 12px;
  background: rgba(255,255,255,.055);
  color: rgba(255,255,255,.88);
  font-size: 14px;
  font-weight: 720;
  transition: transform 500ms cubic-bezier(.25,1,.5,1), border-color 500ms cubic-bezier(.25,1,.5,1), background 500ms cubic-bezier(.25,1,.5,1);
}

.latest-list a {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  min-height: 72px;
  padding: 17px 4px;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
}

.latest-list a strong {
  color: rgba(255,255,255,.92);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 760;
}

.latest-list a em {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.46);
  font-size: 12px;
  font-style: normal;
  font-weight: 620;
}

.latest-list a em i {
  width: 1px;
  height: 12px;
  background: rgba(255,255,255,.14);
}

.latest-list a > span {
  grid-row: 1 / 3;
  color: rgba(236,205,151,.78);
}

.countdown-link-list a {
  flex: 0 0 auto;
  min-height: 38px;
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(255,255,255,.07);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 10px 24px rgba(0,0,0,.14);
}

.latest-list a:hover,
.countdown-link-list a:hover {
  border-color: rgba(255,255,255,.20);
  background: rgba(255,255,255,.09);
}

.latest-list a:hover {
  background: linear-gradient(90deg, rgba(255,255,255,.045), transparent);
}

.faq-grid {
  display: grid;
  gap: 10px;
}

.guides-faq details {
  border-radius: 14px;
  padding: 0;
  overflow: hidden;
}

.guides-faq summary {
  cursor: pointer;
  padding: 17px 20px;
  color: #fff;
  font-weight: 780;
}

.guides-faq p {
  margin: 0;
  padding: 0 20px 18px;
  color: rgba(255,255,255,.70);
  line-height: 1.58;
}

.guides-footer {
  width: min(1240px, calc(100% - 64px));
  margin-top: 58px;
}

.christmas-guide-page {
  background-image: var(--guide-hero-image);
  background-position: center top;
}

body.guides-page.guide-christmas-page { --guide-hero-image: url('/assets/card-christmas-premium.png'); --guide-accent: rgba(222, 55, 72, .28); --guide-accent-strong: rgba(255, 224, 168, .78); }
body.guides-page.guide-halloween-page { --guide-hero-image: url('/images/holidays/halloween-hero.jpg'); --guide-accent: rgba(255, 122, 38, .28); --guide-accent-strong: rgba(226, 184, 117, .82); }
body.guides-page.guide-thanksgiving-page { --guide-hero-image: url('/images/holidays/thanksgiving-hero.jpg'); --guide-accent: rgba(214, 129, 42, .30); --guide-accent-strong: rgba(255, 210, 134, .84); }
body.guides-page.guide-black-friday-page { --guide-hero-image: url('/images/holidays/black-friday-hero.jpg'); --guide-accent: rgba(236, 190, 88, .26); --guide-accent-strong: rgba(255, 218, 138, .86); }
body.guides-page.guide-new-year-page { --guide-hero-image: url('/images/holidays/new-year-hero.jpg'); --guide-accent: rgba(92, 150, 245, .24); --guide-accent-strong: rgba(255, 218, 128, .84); }
body.guides-page.guide-easter-page { --guide-hero-image: url('/images/holidays/easter-hero.jpg'); --guide-accent: rgba(146, 205, 138, .28); --guide-accent-strong: rgba(239, 255, 206, .84); }

.christmas-guide-main {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 34px 0 0;
}

.christmas-guide-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 48px;
  align-items: center;
  padding: 54px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(3,8,18,.92) 0%, rgba(5,12,25,.68) 44%, rgba(5,12,25,.18) 72%, rgba(4,8,16,.42) 100%),
    radial-gradient(circle at 24% 18%, var(--guide-accent), transparent 34%),
    var(--guide-hero-image) center / cover no-repeat;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 28px 84px rgba(0,0,0,.30);
}

.christmas-guide-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.58)),
    radial-gradient(circle at 72% 18%, rgba(255,255,255,.12), transparent 28%);
  pointer-events: none;
}

.guide-hero-copy,
.guide-countdown-card {
  position: relative;
  z-index: 1;
}

.guide-hero-copy .guides-breadcrumb {
  margin-bottom: 26px;
}

.christmas-guide-hero h1 {
  margin: 0 0 12px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(62px, 7vw, 98px);
  line-height: .92;
  font-weight: 650;
  letter-spacing: 0;
  text-shadow: 0 14px 42px rgba(0,0,0,.42);
}

.christmas-guide-hero p {
  max-width: 570px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 19px;
  line-height: 1.48;
}

.guide-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
}

.guide-meta span,
.guide-hero-copy .eyebrow {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(14px);
}

.guide-hero-copy .eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  color: var(--guide-accent-strong);
  border-color: rgba(226,184,117,.42);
}

.guide-meta span {
  padding: 8px 12px;
}

.guide-meta span + span::before {
  content: none;
}

.guide-countdown-card {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 22% 12%, rgba(255,255,255,.13), transparent 36%),
    linear-gradient(135deg, rgba(255,255,255,.10), rgba(12,24,44,.62));
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 24px 70px rgba(0,0,0,.26);
  text-align: center;
}

.guide-countdown-card > strong {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
}

.guide-countdown-card > span {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
}

.guide-countdown-card > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 18px;
}

.guide-countdown-card p {
  margin: 0;
  padding: 0 12px;
  border-left: 1px solid rgba(255,255,255,.24);
}

.guide-countdown-card p:first-child {
  border-left: 0;
}

.guide-countdown-card b {
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.guide-countdown-card em {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-style: normal;
}

.guide-countdown-card .guide-countdown-link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  margin-top: 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #061326;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 12px 34px rgba(0,0,0,.20);
  transition: transform 500ms cubic-bezier(.16,1,.3,1), box-shadow 500ms cubic-bezier(.16,1,.3,1);
}

.guide-countdown-card .guide-countdown-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(0,0,0,.26);
}

.christmas-guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 22px;
  align-items: start;
  margin-top: 28px;
}

.guide-article-card,
.guide-side-card {
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
  background:
    radial-gradient(circle at 14% 0%, rgba(255,255,255,.08), transparent 34%),
    rgba(8,16,32,.64);
  backdrop-filter: blur(22px) saturate(135%);
  -webkit-backdrop-filter: blur(22px) saturate(135%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 22px 62px rgba(0,0,0,.22);
}

.guide-article-card {
  padding: 26px;
}

.guide-intro {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) .92fr;
  gap: 26px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.guide-intro img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
}

.guide-intro .lead {
  margin: 0 0 16px;
  color: #fff;
  font-size: 17px;
  line-height: 1.48;
  font-weight: 620;
}

.guide-intro p:not(.lead) {
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: 14px;
  line-height: 1.6;
}

.guide-row-list {
  display: grid;
}

.guide-row {
  display: grid;
  grid-template-columns: 240px 1fr 34px;
  gap: 24px;
  align-items: center;
  min-height: 132px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.10);
  transition: transform 500ms cubic-bezier(.16,1,.3,1), background 500ms cubic-bezier(.16,1,.3,1);
}

.guide-row:last-child {
  border-bottom: 0;
}

.guide-row:hover {
  transform: translateX(5px);
  background: linear-gradient(90deg, rgba(255,255,255,.045), transparent 74%);
}

.guide-row img {
  width: 100%;
  height: 96px;
  object-fit: cover;
  border-radius: 14px;
}

.guide-row strong {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
}

.guide-row em {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.70);
  font-size: 13px;
  line-height: 1.55;
  font-style: normal;
}

.guide-row b {
  color: rgba(255,255,255,.88);
  font-size: 22px;
  font-weight: 400;
}

.guide-sidebar {
  display: grid;
  gap: 12px;
}

.guide-side-card {
  padding: 20px;
}

.guide-side-card h2 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 16px;
  line-height: 1.15;
}

.quick-guide-facts dl {
  margin: 0;
  display: grid;
}

.quick-guide-facts div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 8px 0;
  border-top: 1px solid rgba(255,255,255,.10);
}

.quick-guide-facts dt,
.quick-guide-facts dd {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
}

.quick-guide-facts dd {
  color: rgba(255,255,255,.92);
  text-align: right;
}

.related-guide-links {
  display: grid;
  gap: 10px;
}

.related-guide-links a:not(.view-all-guides) {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 13px;
  align-items: center;
}

.related-guide-links img {
  width: 92px;
  height: 54px;
  object-fit: cover;
  border-radius: 12px;
}

.related-guide-links strong {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
}

.related-guide-links em {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.66);
  font-size: 12px;
  line-height: 1.35;
  font-style: normal;
}

.view-all-guides {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 8px;
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 12px;
  font-weight: 760;
}

.guide-page-faq details {
  border-top: 1px solid rgba(255,255,255,.10);
  padding: 9px 0;
}

.guide-page-faq summary {
  cursor: pointer;
  color: rgba(255,255,255,.88);
  font-size: 13px;
  font-weight: 720;
}

.guide-page-faq p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.66);
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .christmas-guide-hero,
  .christmas-guide-layout,
  .guide-intro {
    grid-template-columns: 1fr;
  }

  .guide-row {
    grid-template-columns: 160px 1fr 24px;
  }
}

@media (max-width: 980px) {
  .guides-hero,
  .christmas-guide-hub,
  .latest-and-countdowns {
    grid-template-columns: 1fr;
  }

  .featured-guides-grid,
  .hub-grid,
  .category-grid,
  .subguide-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hub-copy {
    position: relative;
    top: auto;
  }
}

@media (max-width: 620px) {
  .guides-page .site-header,
  .guides-main,
  .guides-footer {
    width: calc(100% - 24px);
  }

  .guides-hero {
    padding: 28px;
  }

  .featured-guides-grid,
  .hub-grid,
  .category-grid,
  .subguide-grid {
    grid-template-columns: 1fr;
  }
}

/* Guides UI-01: scoped purple brand zone and light discovery zone for /guides only. */
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) {
  --guide-purple-700: #6d28d9;
  --guide-purple-600: #7c3aed;
  --guide-purple-500: #8b5cf6;
  --guide-purple-400: #a78bfa;
  --guide-light-bg: #f5f6f8;
  --guide-light-bg-alt: #eef0f4;
  --guide-light-surface: #ffffff;
  --guide-light-text: #171a2b;
  --guide-light-muted: #62677a;
  --guide-light-border: #dde1e8;
  color: var(--guide-light-text);
  background:
    radial-gradient(circle at 78% 18%, rgba(255,255,255,.17), transparent 32%) top / 100% 610px no-repeat,
    linear-gradient(135deg, #6d28d9 0%, #7c3aed 38%, #9333ea 72%, #a855f7 100%) top / 100% 610px no-repeat,
    var(--guide-light-bg) !important;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page)::before {
  display: none;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .site-header {
  width: min(1240px, calc(100% - 64px));
  min-height: 64px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: rgba(78, 24, 165, .16) !important;
  box-shadow: 0 14px 38px rgba(68, 28, 132, .14) !important;
  backdrop-filter: blur(22px) saturate(145%);
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .brand,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .site-header nav a,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .site-header .nav-trigger {
  color: rgba(255,255,255,.88);
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  color: #fff;
  font-size: 18px;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .site-header .nav-item.active > .nav-trigger,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .site-header nav a:hover,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .site-header nav a:focus-visible {
  color: #fff;
  border-bottom-color: rgba(255,255,255,.78);
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .site-header .nav-menu {
  border-color: rgba(255,255,255,.22);
  background: rgba(86, 33, 164, .92) !important;
  box-shadow: 0 22px 50px rgba(52, 20, 102, .26) !important;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .site-header .nav-menu a:hover,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .site-header .nav-menu a:focus {
  background: rgba(255,255,255,.14);
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .nav-actions button {
  min-width: 48px;
  height: 40px;
  border-color: rgba(255,255,255,.72);
  background: #fff;
  color: var(--guide-purple-700);
  box-shadow: 0 10px 24px rgba(68, 28, 132, .14);
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .guides-main {
  padding-top: 26px;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .guides-breadcrumb {
  color: rgba(255,255,255,.68);
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .guides-breadcrumb a,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .guides-breadcrumb span:last-child {
  color: #fff;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .guides-hero {
  min-height: 468px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 400px);
  border-color: rgba(255,255,255,.22);
  border-radius: 26px;
  background:
    linear-gradient(90deg, rgba(28, 13, 55, .86), rgba(42, 20, 76, .54) 48%, rgba(28, 13, 55, .72)),
    url('/assets/card-halloween-premium.png') left bottom / 28% auto no-repeat,
    url('/assets/card-thanksgiving-premium.png') 48% bottom / 31% auto no-repeat,
    url('/assets/card-easter-premium.png') 71% bottom / 28% auto no-repeat,
    url('/assets/card-christmas-premium.png') right bottom / 34% auto no-repeat,
    rgba(42, 20, 76, .72);
  box-shadow: 0 24px 60px rgba(68, 28, 132, .20) !important;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .guides-hero::after {
  background:
    linear-gradient(180deg, rgba(20, 8, 40, .10), rgba(20, 8, 40, .34)),
    radial-gradient(circle at 82% 14%, rgba(255,255,255,.12), transparent 28%);
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .guides-hero .eyebrow {
  color: rgba(255,255,255,.78);
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .guides-hero h1 {
  color: #fff;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .guides-hero-copy > p:not(.eyebrow) {
  color: rgba(255,255,255,.88);
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .hero-links a {
  border-color: rgba(255,255,255,.20);
  background: rgba(255,255,255,.12);
  color: #fff;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .hero-links a:hover,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .hero-links a:focus-visible {
  background: #fff;
  color: var(--guide-purple-700);
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .next-holiday-card {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(48, 21, 92, .52) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10) !important;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .next-holiday-card > a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  color: var(--guide-purple-700);
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .next-holiday-time div {
  border-left-color: rgba(255,255,255,.18);
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .guides-section {
  margin-top: 64px;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .guides-section:first-of-type {
  margin-top: 80px;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .section-title .eyebrow {
  color: var(--guide-purple-600);
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .section-title h2,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .hub-copy h2 {
  color: var(--guide-light-text);
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .featured-guide-card,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .category-grid article,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .subguide-grid a,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .hub-grid a,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .latest-guides-panel,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .countdown-links-panel,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .guides-faq details {
  border: 1px solid var(--guide-light-border);
  background-color: var(--guide-light-surface) !important;
  box-shadow: 0 8px 24px rgba(23, 26, 43, .06) !important;
  backdrop-filter: none;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .featured-guide-card {
  min-height: 280px;
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.96)),
    var(--img) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .featured-guide-card:hover,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .hub-grid a:hover,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .subguide-grid a:hover,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .latest-list a:hover,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .countdown-link-list a:hover {
  border-color: rgba(124,58,237,.34);
  box-shadow: 0 14px 32px rgba(23, 26, 43, .09);
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .guide-count,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .guide-count.purple,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .guide-count.amber,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .guide-count.green {
  background: #ede9fe;
  color: #5b21b6;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .featured-guide-card strong,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .category-grid span,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .subguide-grid strong,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .hub-grid strong,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .latest-list a strong,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .guides-faq summary {
  color: var(--guide-light-text);
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .featured-guide-card p,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .category-grid p,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .hub-copy p,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .subguide-grid span,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .hub-grid span,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .latest-list a em,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .guides-faq p {
  color: var(--guide-light-muted);
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .featured-guide-card em,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .hub-countdown-link,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .latest-list a > span {
  color: var(--guide-purple-600);
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .holiday-chip-grid {
  border-color: var(--guide-light-border);
  background: var(--guide-light-surface) !important;
  box-shadow: 0 8px 24px rgba(23, 26, 43, .05) !important;
  backdrop-filter: none;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .holiday-chip-grid a,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .countdown-link-list a {
  border-color: #ddd6fe;
  background: #fff;
  color: var(--guide-purple-700);
  box-shadow: none;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .holiday-chip-grid a:hover,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .countdown-link-list a:hover,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .holiday-chip-grid a:focus-visible,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .countdown-link-list a:focus-visible {
  border-color: var(--guide-purple-500);
  background: #f3efff;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .category-grid svg {
  stroke: var(--guide-purple-600);
  filter: none;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .christmas-guide-hub {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #f3efff, #ffffff) !important;
  border: 1px solid #e5defb;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .hub-copy {
  border-color: #ddd6fe;
  background:
    linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.96)),
    url('/assets/card-christmas-premium.png') center bottom / cover no-repeat !important;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .hub-copy::before {
  display: none;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .subguide-grid .subguide-feature,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .hub-grid a {
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.96)),
    var(--bento-img, var(--img)) center / cover no-repeat !important;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .subguide-grid .subguide-feature::after {
  display: none;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .latest-list a {
  border-color: var(--guide-light-border);
  background: transparent;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .latest-list a em i {
  background: var(--guide-light-border);
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .guides-faq details {
  background: #fff;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .guides-faq summary::marker {
  color: var(--guide-purple-600);
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .site-footer {
  width: min(1240px, calc(100% - 64px));
  margin-top: 64px;
  border-top: 1px solid var(--guide-light-border);
  color: var(--guide-light-muted);
  background: var(--guide-light-bg-alt) !important;
  box-shadow: none !important;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .site-footer h3,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .site-footer .brand {
  color: var(--guide-light-text);
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .site-footer a,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .site-footer p,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .footer-bottom-row {
  color: var(--guide-light-muted);
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .site-footer a:hover,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .footer-primary-link,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .footer-secondary-link {
  color: var(--guide-purple-700);
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) a:focus-visible,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) button:focus-visible,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) summary:focus-visible {
  outline: 3px solid rgba(167,139,250,.72);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) {
    background:
      radial-gradient(circle at 78% 14%, rgba(255,255,255,.17), transparent 34%) top / 100% 760px no-repeat,
      linear-gradient(135deg, #6d28d9 0%, #7c3aed 42%, #a855f7 100%) top / 100% 760px no-repeat,
      var(--guide-light-bg) !important;
  }

  body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .guides-hero {
    grid-template-columns: 1fr;
  }

  body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .next-holiday-card {
    max-width: 520px;
  }
}

@media (max-width: 620px) {
  body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) {
    background:
      radial-gradient(circle at 78% 12%, rgba(255,255,255,.17), transparent 34%) top / 100% 860px no-repeat,
      linear-gradient(135deg, #6d28d9 0%, #7c3aed 42%, #a855f7 100%) top / 100% 860px no-repeat,
      var(--guide-light-bg) !important;
  }

  body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .site-header,
  body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .guides-main,
  body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .site-footer {
    width: calc(100% - 24px);
  }

  body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .site-header {
    align-items: flex-start;
  }

  body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .site-header nav {
    gap: 18px;
  }

  body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .guides-hero {
    padding: 26px;
    min-height: 0;
  }

  body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .guides-hero h1 {
    font-size: clamp(44px, 16vw, 58px);
  }

  body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .next-holiday-time {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 0;
  }

  body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .next-holiday-time div:nth-child(3) {
    border-left: 0;
  }

  body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .latest-list {
    grid-template-columns: 1fr;
  }
}

/* Navigation UI-02: keep the Guides landing dropdowns on the shared purple system. */
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .site-header .nav-menu {
  min-width: 220px;
  padding: 9px;
  border: 1px solid var(--nav-dropdown-border, rgba(255,255,255,.18)) !important;
  border-radius: 18px;
  background:
    linear-gradient(180deg, var(--nav-dropdown-bg-top, rgba(78,31,150,.96)), var(--nav-dropdown-bg-bottom, rgba(55,21,108,.97))) !important;
  box-shadow: var(--nav-dropdown-shadow, 0 18px 48px rgba(48,18,96,.28)) !important;
  backdrop-filter: blur(18px) saturate(140%);
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .site-header .nav-menu a {
  padding: 11px 14px;
  border: 0 !important;
  border-radius: 11px;
  color: var(--nav-dropdown-text, rgba(255,255,255,.90)) !important;
}

body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .site-header .nav-menu a:hover,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .site-header .nav-menu a:focus,
body.guides-page:not(.generated-guide-page):not(.christmas-guide-page) .site-header .nav-menu a:focus-visible {
  color: #fff !important;
  background: var(--nav-dropdown-hover, rgba(255,255,255,.12)) !important;
}
