:root{--white:#fff;--text:#f9fafb;--muted:#a7afbc;--line:rgba(255,255,255,.16);--glass:rgba(12,22,36,.68);--glass2:rgba(255,255,255,.1);--deep:#05070b;--gold:#f6c866;--blue:#0b2744;--green:#16d9aa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Roboto,system-ui,sans-serif;color:var(--text);background:#05101d url('/assets/home-ref.png') center top/cover fixed no-repeat}body:before{content:"";position:fixed;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(1,7,16,.68),rgba(2,14,27,.84) 45%,#04172a 100%);backdrop-filter:blur(7px)}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:16px;z-index:5;width:min(1440px,calc(100% - 48px));margin:16px auto 0;display:flex;align-items:center;justify-content:space-between;padding:14px 22px;border:1px solid var(--line);border-radius:18px;background:rgba(4,17,32,.72);backdrop-filter:blur(18px);box-shadow:0 18px 60px rgba(0,0,0,.22)}.brand{display:flex;align-items:center;gap:12px;font-weight:800}.brand.loose{align-items:flex-start}.mark{font-size:32px;line-height:1}nav{display:flex;gap:32px;font-weight:650;font-size:15px}.site-header nav a{padding:12px 0;border-bottom:1px solid transparent}.site-header nav a.active,.site-header nav a:hover{border-bottom-color:#fff}.nav-actions{display:flex;gap:12px;align-items:center}.nav-actions button,.newsletter{height:40px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.06);color:#fff;padding:0 16px;font:inherit}.page{width:min(1360px,calc(100% - 64px));margin:0 auto;padding:70px 0 24px}.hero,.detail-hero,.collection-hero{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:56px;min-height:455px}.trust,.badge,.pill{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);background:rgba(255,255,255,.1);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:750}.hero h1,.detail-hero h1,.collection-hero h1{font-size:clamp(52px,7vw,86px);line-height:.98;margin:22px 0 12px;letter-spacing:0;font-weight:900}.hero h2,.detail-hero h2{font-size:25px;margin:0 0 16px;color:#dce6f2}.hero p,.detail-hero p,.collection-hero p{font-size:19px;line-height:1.6;max-width:610px}.actions{display:flex;gap:18px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:12px;border:1px solid var(--line);font-weight:800}.button.primary{background:#fff;color:#0a1220}.button.ghost{background:rgba(255,255,255,.08)}.countdown-card{padding:28px 36px;border:1px solid rgba(255,255,255,.32);border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(20,36,60,.58));backdrop-filter:blur(20px);box-shadow:0 24px 80px rgba(0,0,0,.38);text-align:center}.countdown-title{display:flex;flex-direction:column;gap:5px;align-items:center}.countdown-title strong{font-size:28px}.countdown-title small{color:#d9e5f2}.time-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:28px 0 18px}.time-unit{display:flex;flex-direction:column;align-items:center;gap:8px;border-left:1px solid rgba(255,255,255,.34)}.time-unit:first-child{border-left:0}.time-unit strong{font-size:clamp(44px,5vw,68px);line-height:1;font-variant-numeric:tabular-nums}.time-unit span{color:#edf2f8}.countdown-card p{margin:8px 0 0;color:#e8eef7}.countdown-compact{padding:24px}.countdown-compact .time-unit strong{font-size:48px}.section-head{display:flex;align-items:end;justify-content:space-between;margin:24px 0 14px}.section-head h2{font-size:25px;margin:0}.section-head a{color:#eef5ff}.card-grid{display:grid;gap:16px}.card-grid.four{grid-template-columns:repeat(4,1fr)}.card-grid.three{grid-template-columns:repeat(3,1fr)}.holiday-card{position:relative;min-height:178px;overflow:hidden;border:1px solid rgba(255,255,255,.24);border-radius:8px;background-image:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.72)),var(--img);background-size:cover;background-position:var(--pos);box-shadow:0 18px 45px rgba(0,0,0,.22);transition:transform .2s,border-color .2s}.holiday-card:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.55)}.holiday-card .badge{position:absolute;top:14px;left:14px;padding:6px 10px;border:0;background:linear-gradient(135deg,#c53148,#d8861d);font-size:12px}.card-copy{position:absolute;left:18px;bottom:18px;display:flex;flex-direction:column;gap:3px}.card-copy strong{font-size:23px}.card-copy small,.card-copy em{font-style:normal}.arrow{position:absolute;right:16px;bottom:16px;width:42px;height:42px;border:1px solid var(--line);border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.1)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:18px}.feature-card,.panel{border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(9,28,50,.62));backdrop-filter:blur(18px);box-shadow:0 18px 50px rgba(0,0,0,.18)}.feature-card{display:grid;grid-template-columns:56px 1fr;gap:10px;padding:22px}.feature-card span{grid-row:span 3;width:48px;height:48px;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.1);border:1px solid var(--line);font-size:24px}.feature-card strong{font-size:18px}.feature-card p{margin:0;color:#d8e2ee;line-height:1.45}.feature-card em{font-style:normal;font-weight:750}.footer{width:min(1360px,calc(100% - 64px));margin:28px auto 0;padding:28px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1.5fr;gap:28px;color:#dce5f0}.footer h3{margin:0 0 10px}.footer a{display:block;color:#b9c4d2;margin:5px 0}.footer p{color:#b9c4d2;line-height:1.45}.newsletter-form{position:relative}.newsletter-form label span{position:absolute;left:-999px}.newsletter-form input{width:100%;height:42px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.04);color:#fff;padding:0 46px 0 14px}.newsletter-form button{position:absolute;right:4px;bottom:4px;height:34px;width:38px;border:0;background:transparent;color:#fff;font-size:22px}.copyright{grid-column:1/-1;text-align:center;margin:0}.crumb{font-size:14px;color:#d4deea;margin-bottom:22px}.crumb a{color:#fff}.detail-hero{min-height:360px}.info-grid,.content-grid,.wide-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}.content-grid{grid-template-columns:1fr 1fr 1fr}.panel{padding:24px}.panel h2{margin:0 0 18px;font-size:20px}.panel p,.panel li{color:#dce5f0;line-height:1.65}.editorial p{margin-top:0}.mini-time{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.mini-time .time-unit strong{font-size:28px}.panel dl{display:grid;grid-template-columns:150px 1fr;gap:12px;border-top:1px solid var(--line);padding-top:14px}.panel dt{color:#aeb9c8}.panel dd{margin:0;text-align:right}.facts ul{padding-left:20px}.mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.mini-card{display:grid;grid-template-columns:86px 1fr;gap:12px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.06)}.mini-card span{grid-row:span 2;height:64px;border-radius:7px;background-image:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.55)),var(--img);background-size:cover;background-position:var(--pos)}.mini-card small{color:#bdc8d6}.faq details{border:1px solid rgba(255,255,255,.12);border-radius:7px;padding:10px 14px;margin:8px 0;background:rgba(255,255,255,.04)}.faq summary{cursor:pointer;font-weight:750}.faq p{margin:8px 0 0}.collection-hero{border:1px solid var(--line);border-radius:24px;background:linear-gradient(90deg,rgba(9,24,43,.82),rgba(4,12,26,.3)),url('/assets/christmas-ref.png') center/cover;padding:36px;margin-bottom:18px}.directory-page .collection-hero{background:linear-gradient(90deg,rgba(4,16,31,.84),rgba(4,16,31,.38)),url('/assets/directory-ref.png') center/cover}.collection-hero h1{margin-top:0}.search-band{height:70px;border:1px solid rgba(255,255,255,.28);border-radius:18px;background:rgba(255,255,255,.1);display:grid;grid-template-columns:50px 1fr 60px;align-items:center;padding:0 16px;margin:18px 0;backdrop-filter:blur(16px)}.search-band input{height:100%;background:transparent;border:0;color:#fff;font-size:18px;outline:0}.search-band button{border:0;background:transparent;color:#fff;font-size:28px}.filter-row{display:flex;gap:12px;margin:18px 0 22px}.pill.active{background:#fff;color:#0a1220}.countries{grid-template-columns:repeat(4,1fr)}@media (max-width:980px){.site-header{position:relative;top:0;flex-wrap:wrap}.site-header nav{order:3;width:100%;overflow:auto;gap:18px}.hero,.detail-hero,.collection-hero,.info-grid,.content-grid,.wide-grid{grid-template-columns:1fr}.card-grid.four,.card-grid.three,.feature-grid,.countries{grid-template-columns:1fr 1fr}.footer{grid-template-columns:1fr 1fr}.page{width:min(100% - 32px,1360px)}}@media (max-width:620px){.card-grid.four,.card-grid.three,.feature-grid,.countries,.mini-grid{grid-template-columns:1fr}.page,.footer,.site-header{width:calc(100% - 24px)}.hero h1,.detail-hero h1,.collection-hero h1{font-size:48px}.time-grid{grid-template-columns:repeat(2,1fr);gap:16px}.time-unit:nth-child(3){border-left:0}.footer{grid-template-columns:1fr}}
/* P0 home visual polish: UI-only, no SEO or structure changes. */
body{
  background-color:#06111e;
  background-image:url('/assets/home-ref.png');
  background-position:center top;
  background-size:cover;
  background-attachment:fixed;
}
body:before{
  background:rgba(2,8,18,.72);
  backdrop-filter:none;
}
.site-header{
  top:14px;
  padding:12px 20px;
  border-color:rgba(255,255,255,.14);
  background:rgba(7,18,32,.58);
  backdrop-filter:blur(24px) saturate(140%);
  box-shadow:0 14px 44px rgba(0,0,0,.24);
}
.site-header nav a{color:rgba(255,255,255,.78);border-bottom-color:transparent;transition:color .18s ease,border-color .18s ease;}
.site-header nav a.active,.site-header nav a:hover{color:#fff;border-bottom-color:rgba(255,255,255,.82);}
.site-header nav{align-items:center;justify-content:center;gap:26px;}
.site-header .nav-item{position:relative;display:flex;align-items:center;}
.site-header .nav-trigger{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;}
.site-header .nav-trigger span{font-size:10px;line-height:1;opacity:.72;transform:translateY(1px);}
.site-header .nav-item.active>.nav-trigger{color:#fff;border-bottom-color:rgba(255,255,255,.82);}
.site-header .nav-menu{position:absolute;top:calc(100% + 12px);left:50%;z-index:20;display:grid;min-width:220px;padding:8px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:rgba(8,20,38,.78);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 22px 50px rgba(0,0,0,.28);backdrop-filter:blur(22px) saturate(140%);opacity:0;visibility:hidden;transform:translate(-50%,-6px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;}
.site-header .nav-item:hover .nav-menu,.site-header .nav-item:focus-within .nav-menu{opacity:1;visibility:visible;transform:translate(-50%,0);}
.site-header .nav-menu a{display:block;padding:10px 12px;border:0;border-radius:10px;color:rgba(255,255,255,.82);font-size:14px;font-weight:650;white-space:nowrap;}
.site-header .nav-menu a:hover,.site-header .nav-menu a:focus{border:0;background:rgba(255,255,255,.09);color:#fff;}
.nav-actions button,.newsletter{min-width:48px;height:40px;border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.08);}
.newsletter{display:inline-flex;align-items:center;}
.home-hero{padding-top:62px;}
.home-hero .hero{min-height:435px;}
.hero-copy h1{text-shadow:0 4px 24px rgba(0,0,0,.42);}
.hero-copy h2{color:rgba(232,240,249,.88);font-weight:760;text-shadow:0 2px 16px rgba(0,0,0,.36);}
.hero-copy p{color:rgba(232,240,249,.84);text-shadow:0 2px 14px rgba(0,0,0,.34);}
.trust{color:rgba(255,255,255,.88);background:rgba(255,255,255,.065);border-color:rgba(255,255,255,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.07);}
.button{box-shadow:0 12px 30px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.08);}
.button.primary{box-shadow:0 16px 36px rgba(255,255,255,.12),0 12px 30px rgba(0,0,0,.18);}
.button.ghost{background:rgba(255,255,255,.07);}
.countdown-card{border:1px solid rgba(255,255,255,.20);background:rgba(214,229,255,.105);backdrop-filter:blur(26px) saturate(155%);box-shadow:0 24px 64px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.18),inset 0 -1px 0 rgba(255,255,255,.05);}
.countdown-title strong{color:#fff;font-weight:820;text-shadow:0 2px 18px rgba(0,0,0,.32);}
.countdown-title small{color:rgba(232,240,249,.78);}
.time-unit{border-left-color:rgba(255,255,255,.22);}
.time-unit strong{color:#fff;font-weight:900;text-shadow:0 3px 22px rgba(0,0,0,.32);}
.time-unit span{color:rgba(232,240,249,.74);font-weight:480;}
.countdown-card p{color:rgba(232,240,249,.82);}
.home-hero .section-head{margin-top:4px;margin-bottom:14px;}
.section-head h2{color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.28);}
.section-head a{color:rgba(255,255,255,.82);}
.card-grid{gap:14px;}
.holiday-card{min-height:0;aspect-ratio:16/9;border-radius:10px;background-image:var(--img);background-size:cover;background-position:var(--pos);border-color:rgba(255,255,255,.20);box-shadow:0 18px 42px rgba(0,0,0,.24);}
.holiday-card:before{content:"";position:absolute;inset:0;z-index:0;background:rgba(0,0,0,.33);}
.holiday-card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:58%;z-index:0;background:rgba(4,10,18,.48);backdrop-filter:blur(2px);}
.holiday-card:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.42);box-shadow:0 24px 52px rgba(0,0,0,.30);}
.holiday-card .badge,.card-copy,.arrow{z-index:1;}
.holiday-card .badge{background:rgba(255,255,255,.16);color:#fff;border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(14px);}
.card-copy{gap:4px;}
.card-copy strong{text-shadow:0 2px 14px rgba(0,0,0,.52);}
.card-copy small,.card-copy em{color:rgba(255,255,255,.86);}
.arrow{border-color:rgba(255,255,255,.20);background:rgba(255,255,255,.10);backdrop-filter:blur(14px);}
.feature-grid{margin-top:18px;}
.feature-card{background:rgba(12,29,50,.54);border-color:rgba(255,255,255,.14);box-shadow:0 18px 42px rgba(0,0,0,.18);}
.feature-card span{font-size:12px;font-weight:800;color:rgba(255,255,255,.88);}
.footer{margin-top:58px;padding-top:34px;grid-template-columns:1.45fr .85fr .95fr .85fr .85fr 1.35fr;border-top-color:rgba(255,255,255,.13);}
.footer h3{color:#fff;font-size:15px;}
.footer a{color:rgba(215,226,238,.72);}
.footer a:hover{color:#fff;}
.socials{display:flex;gap:10px;margin-top:16px;}
.socials a{width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.075);font-weight:800;}
.newsletter-form input{border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.055);}
@media (max-width:980px){.footer{grid-template-columns:1fr 1fr 1fr;}}
@media (max-width:620px){.footer{grid-template-columns:1fr;}}
.footer .footer-link{display:block;color:rgba(215,226,238,.72);margin:5px 0;}
.socials span{width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.075);font-weight:800;color:rgba(255,255,255,.86);}

/* Holiday Discovery Hub */
.holiday-hub-main{
  padding-top:12px;
}
.holiday-hub-page .holiday-breadcrumb{
  margin-bottom:14px;
}
.holiday-hub-hero{
  min-height:332px;
  padding:44px 48px;
}
.hub-kicker{
  display:inline-flex;
  align-items:center;
  height:34px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.09);
  color:rgba(255,255,255,.86);
  font-size:13px;
  font-weight:760;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
}
.holiday-hub-page .popular-hero h1{
  margin-top:14px;
  font-size:74px;
  line-height:.96;
}
.hub-section{
  margin-top:34px;
}
.hub-section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:14px;
}
.hub-section-head h2{
  margin:0;
  color:#fff;
  font-size:27px;
  line-height:1.1;
  letter-spacing:0;
  text-shadow:0 4px 22px rgba(0,0,0,.28);
}
.hub-section-head a{
  color:rgba(255,255,255,.82);
  font-size:14px;
  font-weight:720;
}
.featured-holiday-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.featured-holiday-grid .popular-holiday-card{
  min-height:238px;
  border-radius:18px;
}
.featured-holiday-grid .card-copy{
  left:22px;
  bottom:22px;
  gap:6px;
}
.featured-holiday-grid .card-copy strong{
  font-size:30px;
}
.featured-holiday-grid .card-copy small,
.featured-holiday-grid .card-copy em{
  color:rgba(255,255,255,.84);
  font-size:14px;
  font-style:normal;
}
.featured-holiday-grid .arrow{
  right:20px;
  bottom:20px;
  width:46px;
  height:46px;
}
.glass-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  padding:18px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:22px;
  background:rgba(14,31,54,.32);
  backdrop-filter:blur(24px) saturate(140%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 18px 48px rgba(0,0,0,.16);
}
.glass-chip-row a{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:rgba(255,255,255,.88);
  font-size:14px;
  font-weight:720;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
}
.hub-entry-grid{
  display:grid;
  gap:16px;
}
.hub-entry-grid.three{
  grid-template-columns:repeat(3,1fr);
}
.hub-entry-card,
.month-grid a,
.country-hub-grid a,
.guide-hub-grid a{
  border:1px solid rgba(255,255,255,.18);
  background:rgba(16,35,58,.44);
  backdrop-filter:blur(22px) saturate(140%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 18px 46px rgba(0,0,0,.18);
}
.hub-entry-card{
  min-height:152px;
  padding:24px;
  border-radius:18px;
}
.hub-entry-card strong{
  display:block;
  color:#fff;
  font-size:21px;
  margin-bottom:10px;
}
.hub-entry-card p{
  margin:0 0 16px;
  color:rgba(226,235,245,.76);
  line-height:1.5;
}
.hub-entry-card em{
  color:#fff;
  font-style:normal;
  font-weight:780;
}
.hub-directory{
  margin-top:38px;
  padding:30px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:28px;
  background:rgba(7,19,36,.26);
  backdrop-filter:blur(18px) saturate(130%);
}
.hub-directory:before{
  display:none;
}
.hub-search{
  margin-top:16px;
}
.hub-control-stack{
  display:grid;
  gap:15px;
  margin-top:18px;
}
.sort-pills a{
  min-width:104px;
}
.hub-directory-grid{
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:16px;
}
.hub-directory-grid .directory-card{
  min-height:230px;
  border-radius:18px;
}
.hub-directory-grid .directory-card .card-copy{
  left:20px;
  right:76px;
  bottom:22px;
  gap:5px;
}
.hub-directory-grid .directory-card .card-copy strong{
  font-size:28px;
}
.hub-directory-grid .directory-card .card-copy small,
.hub-directory-grid .directory-card .card-copy em{
  font-size:14px;
}
.hub-directory-grid .directory-card .arrow{
  right:20px;
  bottom:20px;
  width:46px;
  height:46px;
}
.month-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.month-grid a{
  min-height:104px;
  padding:20px;
  border-radius:16px;
}
.month-grid strong,
.country-hub-grid strong,
.guide-hub-grid strong{
  display:block;
  color:#fff;
}
.month-grid strong{
  font-size:20px;
  margin-bottom:8px;
}
.month-grid span{
  color:rgba(226,235,245,.72);
  font-size:14px;
}
.country-hub-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
}
.country-hub-grid a{
  min-height:154px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:18px;
  border-radius:16px;
}
.country-hub-grid span{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.18);
  border-radius:14px;
  background:rgba(255,255,255,.09);
  color:#fff;
  font-weight:850;
}
.country-hub-grid strong{
  font-size:18px;
  line-height:1.15;
}
.country-hub-grid em,
.guide-hub-grid em{
  color:rgba(255,255,255,.84);
  font-size:13px;
  font-style:normal;
  font-weight:720;
}
.guide-hub-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.guide-hub-grid a{
  min-height:248px;
  display:flex;
  flex-direction:column;
  padding:14px;
  border-radius:18px;
}
.guide-hub-grid a > span{
  height:138px;
  border-radius:13px;
  background-image:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.32)),var(--img);
  background-size:cover;
  background-position:center;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
}
.guide-hub-grid strong{
  margin:16px 4px 8px;
  font-size:19px;
}
.guide-hub-grid em{
  margin:0 4px;
}
.hub-faq .faq-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.hub-faq details{
  margin:0;
  border:1px solid rgba(255,255,255,.16);
  border-radius:16px;
  background:rgba(16,35,58,.42);
  backdrop-filter:blur(20px) saturate(140%);
}
.hub-faq summary{
  padding:16px 18px;
}
.hub-faq p{
  margin:0;
  padding:0 18px 18px;
  color:rgba(226,235,245,.76);
}

/* Holiday / Popular Holiday Countdowns page */
body.holiday-list-page{
  font-family:Inter,-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",system-ui,sans-serif;
  min-height:100vh;
  background:#071326 url('/assets/hero-aurora-cabin.png') center top/cover fixed no-repeat;
  background-blend-mode:normal;
  isolation:isolate;
}
body.holiday-list-page:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(3,9,22,.36),rgba(3,10,24,.18) 52%,rgba(3,9,22,.30)),
    linear-gradient(180deg,rgba(4,12,28,.30),rgba(4,13,29,.52) 58%,rgba(3,10,24,.64));
  backdrop-filter:none;
}
.holiday-list-page .site-header,
.holiday-list-main,
.holiday-footer{
  position:relative;
  z-index:2;
}
.holiday-list-page .site-header{
  top:13px;
  width:min(1360px,calc(100% - 192px));
  min-height:61px;
  padding:9px 18px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:16px;
  background:rgba(7,18,35,.48);
  backdrop-filter:blur(24px) saturate(145%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 14px 44px rgba(0,0,0,.18);
}
.holiday-list-page .brand{
  line-height:1.08;
  font-weight:820;
  letter-spacing:0;
  font-size:14px;
}
.holiday-list-page .mark{font-size:31px;}
.holiday-list-page .site-header nav{
  gap:26px;
  font-size:14px;
  font-weight:690;
}
.holiday-list-page .site-header nav a{
  color:rgba(255,255,255,.88);
  transition:color .18s ease,border-color .18s ease;
}
.holiday-list-page .site-header nav a.active,
.holiday-list-page .site-header nav a:hover{
  color:#fff;
  border-bottom-color:rgba(255,255,255,.72);
}
.holiday-list-page .nav-actions button,
.holiday-list-page .newsletter{
  height:36px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:11px;
  background:rgba(255,255,255,.08);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.holiday-list-page .newsletter{
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.holiday-list-main{
  width:min(1360px,calc(100% - 192px));
  margin:0 auto;
  padding:12px 0 0;
}
.holiday-breadcrumb{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 12px;
  color:rgba(255,255,255,.75);
  font-size:12px;
  font-weight:500;
}
.holiday-breadcrumb a{color:rgba(255,255,255,.88);}
.holiday-breadcrumb span{color:rgba(255,255,255,.62);}
.popular-hero{
  position:relative;
  min-height:272px;
  overflow:hidden;
  display:flex;
  align-items:center;
  padding:31px 36px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:19px;
  backdrop-filter:blur(4px) saturate(120%);
  -webkit-backdrop-filter:blur(4px) saturate(120%);
  background:
    linear-gradient(90deg,rgba(5,14,31,.44) 0%,rgba(5,18,35,.17) 46%,rgba(5,18,35,.02) 100%),
    url('/assets/hero-aurora-cabin.png') 72% 51%/cover no-repeat;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 18px 54px rgba(0,0,0,.20);
}
.popular-hero:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  border-radius:inherit;
  background:
    radial-gradient(circle at 30% 36%,rgba(0,0,0,.08) 0%,rgba(0,0,0,0) 48%),
    linear-gradient(to bottom,rgba(0,0,0,.22) 0%,rgba(0,0,0,.05) 100%);
  pointer-events:none;
}
.popular-hero-copy{
  position:relative;
  z-index:1;
  max-width:610px;
}
.popular-hero h1{
  max-width:590px;
  margin:0 0 11px;
  color:#fff;
  font-size:58px;
  line-height:1.05;
  font-weight:790;
  letter-spacing:0;
  text-shadow:0 6px 28px rgba(0,0,0,.34);
}
.popular-hero p{
  margin:0;
  max-width:620px;
  color:rgba(255,255,255,.82);
  font-size:16px;
  line-height:1.38;
  text-shadow:0 3px 18px rgba(0,0,0,.28);
}
.popular-hero .subtitle{margin-bottom:4px;}
.popular-hero .actions{
  margin-top:22px;
  gap:20px;
}
.popular-hero .button{
  min-height:41px;
  min-width:190px;
  border-radius:10px;
  font-size:14px;
}
.popular-hero .button.primary{
  background:rgba(255,255,255,.94);
  color:#0b1524;
}
.popular-hero .button.ghost{
  background:rgba(10,24,43,.38);
  backdrop-filter:blur(18px);
}
.popular-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px 14px;
  margin-top:12px;
}
.popular-holiday-card{
  position:relative;
  min-height:129px;
  overflow:hidden;
  display:block;
  border:1px solid rgba(255,255,255,.24);
  border-radius:9px;
  background:rgba(8,16,30,.48);
  background-position:var(--pos);
  background-size:cover;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 8px 26px rgba(0,0,0,.30);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.popular-holiday-card:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background-image:var(--img);
  background-position:var(--pos);
  background-size:cover;
  background-repeat:no-repeat;
  transition:transform .24s ease;
}
.popular-holiday-card:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(to right,rgba(0,0,0,.48),rgba(0,0,0,.14)),
    linear-gradient(to bottom,rgba(0,0,0,.04),rgba(0,0,0,.38));
}
.popular-holiday-card:hover{
  transform:translateY(-4px);
  border-color:rgba(255,255,255,.48);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 18px 46px rgba(0,0,0,.38),0 0 28px rgba(160,205,230,.12);
}
.popular-holiday-card:hover:before{transform:scale(1.035);}
.popular-holiday-card .badge,
.popular-holiday-card .card-copy,
.popular-holiday-card .arrow{
  z-index:2;
}
.popular-holiday-card .badge{
  position:absolute;
  top:13px;
  left:14px;
  padding:5px 9px;
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  background:rgba(203,52,62,.78);
  backdrop-filter:blur(14px);
  font-size:11px;
}
.popular-holiday-card .badge.spooky{background:rgba(124,58,237,.78);}
.popular-holiday-card .badge.family{background:rgba(177,102,24,.78);}
.popular-holiday-card .badge.shopping{background:rgba(207,118,28,.78);}
.popular-holiday-card .badge.blue{background:rgba(37,99,235,.78);}
.popular-holiday-card .badge.celebration{background:rgba(37,99,235,.78);}
.popular-holiday-card .badge.love{background:rgba(190,24,93,.78);}
.popular-holiday-card .badge.appreciation{background:rgba(194,65,124,.78);}
.popular-holiday-card .badge.spring{background:rgba(21,128,91,.78);}
.popular-holiday-card .card-copy{
  position:absolute;
  left:18px;
  bottom:17px;
  display:flex;
  flex-direction:column;
  gap:5px;
}
.popular-holiday-card .card-copy strong{
  color:#fff;
  font-size:24px;
  line-height:1.05;
  font-weight:790;
  text-shadow:0 2px 14px rgba(0,0,0,.52);
}
.popular-holiday-card .card-copy em{
  color:rgba(255,255,255,.82);
  font-size:14px;
  font-style:normal;
}
.popular-holiday-card .arrow{
  right:14px;
  bottom:16px;
  width:36px;
  height:36px;
  border-color:rgba(255,255,255,.22);
  background:rgba(255,255,255,.13);
  backdrop-filter:blur(16px);
}
.bottom-link-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:10px;
  padding:0;
}
.bottom-link-card{
  min-height:98px;
  display:grid;
  grid-template-columns:58px 1fr;
  gap:14px;
  align-items:center;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:9px;
  background:rgba(19,42,73,.58);
  backdrop-filter:blur(18px) saturate(135%);
  -webkit-backdrop-filter:blur(18px) saturate(135%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 18px 46px rgba(0,0,0,.18);
}
.bottom-link-card .link-icon{
  width:45px;
  height:45px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.18);
  border-radius:10px;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:28px;
  font-weight:800;
}
.bottom-link-card strong{
  display:block;
  margin-bottom:5px;
  color:#fff;
  font-size:16px;
}
.bottom-link-card p{
  margin:0 0 7px;
  max-width:350px;
  color:rgba(255,255,255,.70);
  font-size:12px;
  line-height:1.38;
}
.bottom-link-card em{
  color:#fff;
  font-size:12px;
  font-style:normal;
  font-weight:740;
}
.holiday-directory-section{
  scroll-margin-top:96px;
  margin-top:66px;
  padding:0 28px 34px;
  position:relative;
}
.holiday-directory-section:before{
  content:"";
  position:absolute;
  inset:-40px -20px -8px;
  z-index:-1;
  border-radius:24px;
  background:
    linear-gradient(180deg,rgba(6,17,36,.04),rgba(6,17,36,.22) 28%,rgba(6,17,36,.34)),
    radial-gradient(circle at 78% 18%,rgba(80,196,196,.12),transparent 34%);
  pointer-events:none;
}
.directory-heading{
  max-width:540px;
  margin-bottom:24px;
}
.directory-heading h2{
  margin:0 0 8px;
  color:#fff;
  font-size:54px;
  line-height:1.02;
  font-weight:790;
  letter-spacing:0;
  text-shadow:0 12px 34px rgba(0,0,0,.30);
}
.directory-heading p{
  margin:0;
  color:rgba(255,255,255,.86);
  font-size:18px;
  line-height:1.38;
  text-shadow:0 6px 24px rgba(0,0,0,.30);
}
.directory-search{
  height:66px;
  display:grid;
  grid-template-columns:38px 1fr 42px;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
  padding:0 17px 0 20px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:16px;
  background:rgba(15,31,55,.68);
  backdrop-filter:blur(22px) saturate(140%);
  -webkit-backdrop-filter:blur(22px) saturate(140%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 16px 44px rgba(0,0,0,.22);
}
.directory-search label{
  color:rgba(255,255,255,.92);
  font-size:24px;
}
.directory-search input{
  width:100%;
  height:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  font:500 16px/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
}
.directory-search input::placeholder{color:rgba(255,255,255,.58);}
.directory-search button{
  width:36px;
  height:36px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:#fff;
  font-size:27px;
  cursor:pointer;
}
.directory-filter-group{
  margin-top:13px;
}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.directory-control-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr)) auto;
  gap:10px;
  align-items:end;
  margin:0 0 20px;
}
.directory-control{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:7px;
  color:rgba(255,255,255,.78);
  font-size:12px;
  font-weight:730;
}
.directory-control select,
.directory-clear-button{
  width:100%;
  min-height:43px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:10px;
  color:#fff;
  background:rgba(15,31,55,.70);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 10px 24px rgba(0,0,0,.16);
  font:650 13px/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
}
.directory-control select{
  padding:0 12px;
}
.directory-control select:focus,
.directory-clear-button:focus,
.directory-card:focus-visible,
.directory-empty-state button:focus{
  outline:2px solid rgba(255,255,255,.75);
  outline-offset:3px;
}
.directory-clear-button{
  padding:0 15px;
  cursor:pointer;
  background:rgba(255,255,255,.10);
}
.directory-results-meta{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:18px;
  margin:22px 0 9px;
}
.directory-results-meta p{
  margin:0;
  color:rgba(255,255,255,.76);
  font-size:13px;
  font-weight:700;
}
.directory-filter-group p,
.directory-list-title{
  margin:0 0 8px;
  color:#fff;
  font-size:14px;
  font-weight:760;
}
.directory-pills{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.directory-pills a{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:9px;
  color:rgba(255,255,255,.88);
  background:rgba(255,255,255,.11);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  font-size:13px;
  font-weight:620;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
.letter-pills a{
  width:34px;
  padding:0;
}
.directory-pills a.active{
  color:#0c1727;
  background:rgba(255,255,255,.92);
  border-color:rgba(255,255,255,.76);
}
.directory-pills a:hover{
  transform:translateY(-1px);
  border-color:rgba(255,255,255,.36);
  background:rgba(255,255,255,.17);
}
.directory-pills a.active:hover{background:#fff;}
.directory-list-title{
  margin-top:22px;
  margin-bottom:9px;
}
.directory-card-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.directory-card{
  position:relative;
  min-height:139px;
  height:158px;
  overflow:hidden;
  display:block;
  border:1px solid rgba(255,255,255,.24);
  border-radius:9px;
  background:#0a1728;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 10px 28px rgba(0,0,0,.28);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.directory-card:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background-image:var(--img);
  background-position:center;
  background-size:cover;
  transition:transform .24s ease,filter .24s ease;
}
.directory-card.no-image:before{
  background:
    radial-gradient(circle at 18% 18%,color-mix(in srgb,var(--fallback-accent,#f4c56a) 30%,transparent),transparent 28%),
    linear-gradient(135deg,var(--fallback-a,#101d32),var(--fallback-b,#21435a));
}
.directory-card.no-image:after{
  background:
    linear-gradient(to right,rgba(0,0,0,.38),rgba(0,0,0,.18)),
    linear-gradient(to bottom,rgba(0,0,0,.02),rgba(0,0,0,.48));
}
.directory-card:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(to right,rgba(0,0,0,.54),rgba(0,0,0,.16)),
    linear-gradient(to bottom,rgba(0,0,0,.02),rgba(0,0,0,.43));
}
.directory-card:hover{
  transform:translateY(-3px);
  border-color:rgba(255,255,255,.46);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 18px 42px rgba(0,0,0,.34);
}
.directory-card:hover:before{
  transform:scale(1.035);
  filter:saturate(1.06);
}
.directory-card .badge,
.directory-card .card-copy,
.directory-card .arrow{
  position:absolute;
  z-index:2;
}
.directory-card .badge{
  top:12px;
  left:13px;
  padding:5px 9px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:7px;
  color:#fff;
  background:rgba(203,52,62,.82);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  font-size:11px;
  font-weight:740;
}
.directory-card .badge.spooky{background:rgba(124,58,237,.82);}
.directory-card .badge.family{background:rgba(177,102,24,.82);}
.directory-card .badge.shopping{background:rgba(37,99,235,.82);}
.directory-card .badge.blue{background:rgba(37,99,235,.82);}
.directory-card .badge.celebration{background:rgba(37,99,235,.82);}
.directory-card .badge.love{background:rgba(190,24,93,.82);}
.directory-card .badge.spring{background:rgba(21,128,91,.82);}
.directory-card .card-copy{
  left:14px;
  right:58px;
  bottom:15px;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.directory-card .card-copy strong{
  color:#fff;
  font-size:21px;
  line-height:1.04;
  font-weight:780;
  letter-spacing:0;
  text-shadow:0 2px 14px rgba(0,0,0,.56);
}
.directory-card .card-copy small,
.directory-card .card-copy em{
  color:rgba(255,255,255,.84);
  font-size:13px;
  line-height:1.12;
  font-style:normal;
}
.directory-card .card-copy em{font-weight:650;}
.directory-card .card-copy span{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  color:rgba(255,255,255,.73);
  font-size:12px;
  line-height:1.28;
}
.directory-card .arrow{
  right:12px;
  bottom:14px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.13);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  font-size:19px;
}
.directory-pagination{
  width:max-content;
  max-width:100%;
  display:flex;
  align-items:center;
  gap:9px;
  margin:22px auto 0;
  padding:4px 8px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  background:rgba(17,35,62,.52);
  backdrop-filter:blur(18px) saturate(135%);
  -webkit-backdrop-filter:blur(18px) saturate(135%);
}
.directory-pagination a,
.directory-pagination span{
  min-width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:999px;
  color:rgba(255,255,255,.88);
  font-size:14px;
  font-weight:650;
}
.directory-pagination a.active{
  border:1px solid rgba(255,255,255,.62);
  background:rgba(255,255,255,.14);
  color:#fff;
}
.directory-pagination a.muted{
  background:rgba(255,255,255,.08);
  color:rgba(255,255,255,.62);
  font-size:22px;
}
.directory-empty-state{
  margin-top:16px;
  padding:24px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:12px;
  color:#fff;
  background:rgba(15,31,55,.58);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 30px rgba(0,0,0,.18);
}
.directory-empty-state strong{
  display:block;
  margin-bottom:6px;
  font-size:18px;
}
.directory-empty-state p{
  margin:0 0 14px;
  color:rgba(255,255,255,.76);
}
.directory-empty-state button{
  min-height:38px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:9px;
  color:#fff;
  background:rgba(255,255,255,.12);
  cursor:pointer;
}
.directory-load-more-row{
  display:flex;
  justify-content:center;
  margin-top:22px;
}
@media (max-width:1100px){
  .directory-control-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .directory-card-grid{grid-template-columns:repeat(3,1fr);}
}
@media (max-width:820px){
  .directory-control-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .directory-card-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:600px){
  html,
  body{
    overflow-x:hidden;
  }
  .holiday-hub-page .site-header{
    width:calc(100% - 24px);
    max-width:100%;
  }
  .holiday-hub-page .site-header nav{
    max-width:100%;
    overflow:hidden;
  }
  .holiday-hub-page .nav-menu{
    max-width:min(220px,calc(100vw - 28px));
    left:auto;
    right:0;
  }
  .holiday-hub-main,
  .holiday-hub-hero,
  .popular-hero-copy,
  .holiday-directory-section{
    width:100%;
    max-width:100%;
    box-sizing:border-box;
  }
  .popular-hero-copy{
    min-width:0;
  }
  .directory-control-grid,
  .directory-card-grid{
    grid-template-columns:1fr;
  }
}
.holiday-footer{
  width:min(1360px,calc(100% - 192px));
  margin-top:18px;
  padding:14px 0 0;
  grid-template-columns:1.55fr .9fr .9fr .9fr 1.4fr;
  border-top:1px solid rgba(255,255,255,.14);
  border-left:0;
  border-right:0;
  border-bottom:0;
  border-radius:0;
  background:transparent;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}
.holiday-footer h3{
  color:#fff;
  font-size:12px;
  margin-bottom:6px;
}
.holiday-footer a,
.holiday-footer .footer-link,
.holiday-footer p{
  color:rgba(255,255,255,.62);
  font-size:12px;
}
.holiday-footer .brand{font-size:12px;}
.holiday-footer .brand .mark{font-size:28px;}
.holiday-footer .newsletter-form input{
  height:26px;
  font-size:12px;
  border-color:rgba(255,255,255,.24);
  background:rgba(255,255,255,.04);
}
.holiday-footer .newsletter-form button{
  bottom:2px;
  height:22px;
}
.holiday-footer .copyright{
  color:rgba(216,226,238,.58);
}

/* Christmas answer/detail page */
body.christmas-detail-page{
  font-family:Inter,-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",system-ui,sans-serif;
  min-height:100vh;
  background:#071120 url('/assets/christmas-ref.png') center top/cover fixed no-repeat;
  isolation:isolate;
}
body.christmas-detail-page:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(2,7,16,.86),rgba(4,10,22,.91) 46%,rgba(3,8,18,.96)),
    linear-gradient(90deg,rgba(3,8,18,.48),rgba(3,8,18,.18),rgba(3,8,18,.48));
  backdrop-filter:none;
}
.christmas-detail-page .site-header,
.christmas-detail-main,
.christmas-footer{
  position:relative;
  z-index:2;
}
.christmas-detail-page .site-header{
  position:sticky;
  top:12px;
  width:min(1120px,calc(100% - 64px));
  min-height:68px;
  margin-top:12px;
  border-radius:20px;
  background:rgba(8,20,38,.62);
  border-color:rgba(255,255,255,.12);
  backdrop-filter:blur(24px) saturate(145%);
  box-shadow:0 12px 34px rgba(0,0,0,.20);
}
.christmas-detail-main{
  width:min(1080px,calc(100% - 64px));
  margin:0 auto;
  padding:38px 0 0;
}
.christmas-breadcrumb{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
  color:rgba(255,255,255,.62);
  font-size:14px;
}
.christmas-breadcrumb a{color:rgba(255,255,255,.84);}
.answer-hero,
.detail-card{
  border:1px solid rgba(255,255,255,.10);
  border-radius:20px;
  background:rgba(8,16,32,.70);
  backdrop-filter:blur(16px) saturate(130%);
  -webkit-backdrop-filter:blur(16px) saturate(130%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 16px 44px rgba(0,0,0,.18);
}
.answer-hero{
  position:relative;
  overflow:hidden;
  padding:40px 44px 36px;
  background:rgba(8,16,32,.76);
}
.answer-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(90deg,rgba(8,16,32,.96),rgba(8,16,32,.86) 52%,rgba(8,16,32,.68)),
    url('/assets/card-christmas-premium.png') right center/cover no-repeat;
  filter:brightness(.58) blur(1.5px);
  transform:scale(1.015);
  opacity:.72;
}
.answer-kicker{
  margin:0 0 12px;
  color:rgba(255,255,255,.52);
  font-size:12px;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.answer-hero h1{
  max-width:720px;
  margin:0;
  color:#fff;
  font-size:clamp(46px,4.8vw,64px);
  line-height:1.04;
  font-weight:780;
  letter-spacing:0;
}
.answer-subtitle{
  margin:14px 0 0;
  color:rgba(255,255,255,.66);
  font-size:18px;
  line-height:1.45;
}
.answer-line{
  margin:28px 0 0;
  color:rgba(255,255,255,.84);
  font-size:28px;
  line-height:1.25;
}
.answer-line strong{
  color:#fff;
  font-size:52px;
  font-variant-numeric:tabular-nums;
  font-weight:780;
}
.answer-countdown{
  display:grid;
  grid-template-columns:1.45fr repeat(3,1fr);
  gap:14px;
  margin-top:34px;
  max-width:740px;
}
.answer-countdown div{
  min-height:96px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  background:rgba(255,255,255,.045);
}
.answer-countdown strong{
  color:#fff;
  font-size:34px;
  line-height:1;
  font-weight:760;
  font-variant-numeric:tabular-nums;
}
.answer-countdown .answer-days strong{font-size:60px;font-weight:780;}
.answer-countdown span{
  margin-top:10px;
  color:rgba(255,255,255,.54);
  font-size:12px;
  font-weight:680;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.detail-section{
  margin-top:56px;
}
.detail-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.detail-card{
  padding:28px 30px;
}
.detail-card h2{
  margin:0 0 20px;
  color:#fff;
  font-size:22px;
  line-height:1.2;
  font-weight:740;
}
.metric-list,
.summary-list{
  display:grid;
  gap:12px;
}
.metric-list div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:13px 0;
  border-top:1px solid rgba(255,255,255,.08);
}
.metric-list div:first-child{border-top:0;}
.metric-list span,
.summary-list dt{
  color:rgba(255,255,255,.50);
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.metric-list strong,
.summary-list dd{
  color:#fff;
  font-weight:680;
  text-align:right;
}
.summary-list{
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:0;
}
.summary-list dt,
.summary-list dd{
  padding:0;
  border-bottom:0;
}
.summary-list dt{
  align-self:end;
}
.summary-list dd{
  margin:0 0 2px;
  text-align:left;
  font-size:16px;
}
.summary-list dt:nth-of-type(n),
.summary-list dd:nth-of-type(n){
  padding:13px 14px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.035);
}
.summary-list dt{
  border-right:0;
  border-radius:12px 0 0 12px;
}
.summary-list dd{
  border-left:0;
  border-radius:0 12px 12px 0;
}
.editorial-card p{
  max-width:740px;
  color:rgba(255,255,255,.76);
  font-size:16px;
  line-height:1.7;
}
.editorial-card p:last-child{margin-bottom:0;}
.holiday-timeline{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  position:relative;
  padding-top:20px;
}
.holiday-timeline:before{
  content:"";
  position:absolute;
  left:10%;
  right:10%;
  top:8px;
  height:1px;
  background:rgba(255,255,255,.12);
}
.holiday-timeline a,
.related-list a{
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  background:rgba(255,255,255,.035);
  transition:border-color .18s ease,background .18s ease,transform .18s ease;
}
.holiday-timeline a{
  position:relative;
  padding:18px;
  margin:0 7px;
}
.holiday-timeline a:before{
  content:"";
  position:absolute;
  top:-17px;
  left:18px;
  width:9px;
  height:9px;
  border-radius:999px;
  background:rgba(255,255,255,.28);
  box-shadow:0 0 0 5px rgba(255,255,255,.055);
}
.holiday-timeline a:hover,
.related-list a:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.24);
  background:rgba(255,255,255,.075);
}
.holiday-timeline span,
.holiday-timeline small,
.related-list span{
  display:block;
  color:rgba(255,255,255,.58);
  font-size:13px;
}
.holiday-timeline strong{
  display:block;
  margin:8px 0 6px;
  color:#fff;
  font-size:20px;
}
.holiday-timeline .current{
  border-color:rgba(255,255,255,.20);
  background:rgba(255,255,255,.07);
}
.holiday-timeline .current:before{
  background:#fff;
  box-shadow:0 0 0 5px rgba(255,255,255,.10);
}
.related-list{
  display:grid;
  gap:10px;
}
.related-list a{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr 36px;
  align-items:center;
  gap:18px;
  min-height:62px;
  padding:14px 18px;
}
.related-list .related-name{
  color:#fff;
  font-size:17px;
  font-weight:720;
}
.related-list .related-date{
  color:rgba(255,255,255,.56);
}
.related-list .related-days{
  color:rgba(255,255,255,.72);
}
.related-list .related-arrow{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  justify-self:end;
  border:1px solid rgba(255,255,255,.10);
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.045);
}
.answer-faq details{
  border-top:1px solid rgba(255,255,255,.09);
  padding:16px 0;
}
.answer-faq details:first-child{border-top:0;padding-top:0;}
.answer-faq summary{
  cursor:pointer;
  color:#fff;
  font-size:17px;
  font-weight:740;
}
.answer-faq p{
  margin:10px 0 0;
  color:rgba(255,255,255,.70);
  line-height:1.65;
}
.christmas-footer{
  width:min(1080px,calc(100% - 64px));
  margin:64px auto 0;
  padding:30px 28px 24px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:22px 22px 0 0;
  background:rgba(8,16,32,.74);
  backdrop-filter:blur(16px) saturate(130%);
  -webkit-backdrop-filter:blur(16px) saturate(130%);
  grid-template-columns:1.4fr 1fr 1fr 1fr 1.25fr;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.christmas-footer p,
.christmas-footer a,
.christmas-footer .footer-link{
  color:rgba(255,255,255,.64);
}

/* Final desktop-only Holiday Hub overrides. Keep after legacy page rules. */
.holiday-hub-page .hub-section{margin-top:34px;}
.holiday-hub-page .featured-holiday-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.holiday-hub-page .featured-holiday-grid .popular-holiday-card{min-height:238px;border-radius:18px;}
.holiday-hub-page .featured-holiday-grid .card-copy{left:22px;bottom:22px;gap:6px;}
.holiday-hub-page .featured-holiday-grid .card-copy strong{font-size:30px;}
.holiday-hub-page .featured-holiday-grid .arrow{right:20px;bottom:20px;width:46px;height:46px;}
.holiday-hub-page .hub-directory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:16px;}
.holiday-hub-page .hub-directory-grid .directory-card{min-height:230px;border-radius:18px;}
.holiday-hub-page .hub-directory-grid .directory-card .card-copy{left:20px;right:76px;bottom:22px;gap:5px;}
.holiday-hub-page .hub-directory-grid .directory-card .card-copy strong{font-size:28px;}
.holiday-hub-page .hub-directory-grid .directory-card .card-copy small,
.holiday-hub-page .hub-directory-grid .directory-card .card-copy em{font-size:14px;}
.holiday-hub-page .hub-directory-grid .directory-card .arrow{right:20px;bottom:20px;width:46px;height:46px;}
.holiday-hub-page .month-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.holiday-hub-page .country-hub-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;}
.holiday-hub-page .guide-hub-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}

/* Premium declutter pass for Holiday Directory controls and cards. */
.holiday-hub-page .hub-control-stack{
  gap:18px;
}
.holiday-hub-page .directory-pills{
  gap:9px;
}
.holiday-hub-page .directory-pills a,
.holiday-hub-page .glass-chip-row a{
  border-color:rgba(255,255,255,.09);
  background:transparent;
  color:rgba(233,241,250,.68);
  box-shadow:none;
  transition:background .6s cubic-bezier(0.16,1,0.3,1),border-color .6s cubic-bezier(0.16,1,0.3,1),color .6s cubic-bezier(0.16,1,0.3,1),box-shadow .6s cubic-bezier(0.16,1,0.3,1),transform .6s cubic-bezier(0.16,1,0.3,1);
}
.holiday-hub-page .directory-pills a:hover,
.holiday-hub-page .glass-chip-row a:hover{
  color:rgba(255,255,255,.92);
  border-color:rgba(255,255,255,.18);
  background:rgba(255,255,255,.045);
}
.holiday-hub-page .directory-pills a.active,
.holiday-hub-page .glass-chip-row a.active{
  color:#fff;
  border-color:rgba(255,255,255,.24);
  background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.07));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 0 28px rgba(180,218,255,.08);
}
.holiday-hub-page .letter-filter-compact{
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:rgba(255,255,255,.025);
  overflow:hidden;
}
.holiday-hub-page .letter-filter-compact summary{
  min-height:50px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:0 16px;
  cursor:pointer;
  list-style:none;
}
.holiday-hub-page .letter-filter-compact summary::-webkit-details-marker{
  display:none;
}
.holiday-hub-page .letter-filter-compact summary:after{
  content:"+";
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.09);
  border-radius:999px;
  color:rgba(255,255,255,.62);
  transition:transform .6s cubic-bezier(0.16,1,0.3,1),color .6s cubic-bezier(0.16,1,0.3,1),border-color .6s cubic-bezier(0.16,1,0.3,1);
}
.holiday-hub-page .letter-filter-compact[open] summary:after{
  transform:rotate(45deg);
  color:#fff;
  border-color:rgba(255,255,255,.22);
}
.holiday-hub-page .letter-filter-compact summary span{
  color:rgba(255,255,255,.62);
  font-size:12px;
  font-weight:740;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.holiday-hub-page .letter-filter-compact summary strong{
  margin-left:auto;
  color:rgba(255,255,255,.86);
  font-size:14px;
  font-weight:760;
}
.holiday-hub-page .letter-filter-compact .letter-pills{
  padding:0 14px 14px;
}
.holiday-hub-page .letter-filter-compact .letter-pills a{
  min-width:34px;
  height:34px;
  padding:0;
  font-size:12px;
}
.holiday-hub-page .hub-directory-grid{
  gap:30px;
}
.holiday-hub-page .hub-directory-grid .directory-card{
  isolation:isolate;
  transition:transform .6s cubic-bezier(0.16,1,0.3,1),border-color .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);
}
.holiday-hub-page .hub-directory-grid .directory-card:after{
  background:linear-gradient(to top,rgba(2,6,23,.98) 0%,rgba(2,6,23,.72) 42%,rgba(2,6,23,.18) 72%,rgba(2,6,23,0) 100%);
  transition:background .6s cubic-bezier(0.16,1,0.3,1),opacity .6s cubic-bezier(0.16,1,0.3,1);
}
.holiday-hub-page .hub-directory-grid .directory-card:before{
  transition:transform .8s cubic-bezier(0.16,1,0.3,1),filter .8s cubic-bezier(0.16,1,0.3,1);
}
.holiday-hub-page .hub-directory-grid .directory-card:hover{
  border-color:rgba(255,255,255,.44);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 24px 64px rgba(0,0,0,.34),0 0 34px rgba(180,218,255,.08);
}
.holiday-hub-page .hub-directory-grid .directory-card:hover:before{
  transform:scale(1.045);
  filter:saturate(1.08) contrast(1.02);
}
.holiday-hub-page .month-grid a{
  position:relative;
  overflow:hidden;
  background:rgba(16,35,58,.34);
  transition:border-color .6s cubic-bezier(0.16,1,0.3,1),background .6s cubic-bezier(0.16,1,0.3,1),transform .6s cubic-bezier(0.16,1,0.3,1),box-shadow .6s cubic-bezier(0.16,1,0.3,1);
}
.holiday-hub-page .month-grid a:before{
  content:"";
  position:absolute;
  inset:-45% -35% auto auto;
  width:150px;
  height:150px;
  border-radius:999px;
  background:var(--season-aura,rgba(255,255,255,.03));
  filter:blur(20px);
  opacity:1;
  pointer-events:none;
}
.holiday-hub-page .month-grid a:after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 82% 12%,var(--season-aura,rgba(255,255,255,.03)),transparent 48%);
  pointer-events:none;
}
.holiday-hub-page .month-grid a:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.18);
  background:rgba(18,39,64,.42);
}
.holiday-hub-page .month-grid .season-winter{--season-aura:rgba(56,189,248,.055);}
.holiday-hub-page .month-grid .season-spring{--season-aura:rgba(244,63,94,.05);}
.holiday-hub-page .month-grid .season-summer{--season-aura:rgba(245,158,11,.052);}
.holiday-hub-page .month-grid .season-autumn{--season-aura:rgba(234,88,12,.055);}
.holiday-hub-page .is-coming-soon{
  opacity:.42;
  filter:blur(.25px) saturate(.72);
  transition:opacity .6s cubic-bezier(0.16,1,0.3,1),filter .6s cubic-bezier(0.16,1,0.3,1),border-color .6s cubic-bezier(0.16,1,0.3,1);
}
.holiday-hub-page .is-coming-soon strong,
.holiday-hub-page .is-coming-soon em,
.holiday-hub-page .is-coming-soon span{
  color:rgba(226,235,245,.48);
}
.holiday-hub-page .is-coming-soon:hover{
  opacity:.52;
  filter:blur(.12px) saturate(.82);
  border-color:rgba(255,255,255,.12);
}

/* Unified premium footer */
.footer.site-footer{
  width:min(1240px,calc(100% - 64px)) !important;
  margin:88px auto 0 !important;
  padding:0 !important;
  display:block !important;
  border:0 !important;
  border-radius:28px 28px 0 0 !important;
  background:transparent !important;
  color:rgba(235,243,255,.78) !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  box-shadow:none !important;
}
.site-footer .footer-shell{
  display:grid;
  grid-template-columns:minmax(260px,1.45fr) repeat(4,minmax(130px,.78fr)) minmax(240px,1.05fr);
  gap:28px;
  padding:34px;
  border:1px solid rgba(255,255,255,.12);
  border-bottom:0;
  border-radius:28px 28px 0 0;
  background:radial-gradient(circle at 12% 0%,rgba(255,255,255,.10),transparent 32%),radial-gradient(circle at 82% 12%,rgba(92,190,176,.10),transparent 34%),rgba(7,17,32,.72);
  backdrop-filter:blur(24px) saturate(140%);
  -webkit-backdrop-filter:blur(24px) saturate(140%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 -18px 70px rgba(0,0,0,.20);
}
.site-footer .footer-brand-panel{display:flex;flex-direction:column;gap:16px;}
.site-footer .footer-brand-mark{align-items:flex-start;color:#fff;}
.site-footer .footer-brand-mark .mark{font-size:32px;}
.site-footer p{margin:0;color:rgba(225,235,248,.68);font-size:14px;line-height:1.58;}
.site-footer h3{margin:0 0 12px;color:#fff;font-size:12px;font-weight:850;letter-spacing:.10em;text-transform:uppercase;}
.site-footer a{display:block;margin:0;color:rgba(225,235,248,.68);font-size:14px;line-height:1.35;transition:color .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1);}
.site-footer a:hover{color:#fff;transform:translateX(2px);}

/* Directory UI-01: Purple brand zone + light discovery zone, scoped to /holiday-countdown. */
body.holiday-hub-page {
  --directory-purple-700: #6d28d9;
  --directory-purple-600: #7c3aed;
  --directory-purple-500: #8b5cf6;
  --directory-purple-400: #a78bfa;
  --directory-light-bg: #f5f6f8;
  --directory-light-bg-alt: #eef0f4;
  --directory-light-surface: #ffffff;
  --directory-light-text: #171a2b;
  --directory-light-muted: #62677a;
  --directory-light-border: #dde1e8;
  color: var(--directory-light-text);
  background:
    radial-gradient(circle at 78% 16%, rgba(255,255,255,.16), transparent 32%) top / 100% 520px no-repeat,
    linear-gradient(135deg, #6d28d9 0%, #7c3aed 38%, #9333ea 72%, #a855f7 100%) top / 100% 520px no-repeat,
    var(--directory-light-bg) !important;
}

body.holiday-hub-page::before,
body.holiday-hub-page::after {
  display: none !important;
}

body.holiday-hub-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.holiday-hub-page .brand,
body.holiday-hub-page .site-header nav a,
body.holiday-hub-page .site-header .nav-trigger {
  color: rgba(255,255,255,.88);
}

body.holiday-hub-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.holiday-hub-page .site-header .nav-item.active > .nav-trigger,
body.holiday-hub-page .site-header nav a:hover,
body.holiday-hub-page .site-header nav a:focus-visible {
  color: #fff;
  border-bottom-color: rgba(255,255,255,.78);
}

body.holiday-hub-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.holiday-hub-page .site-header .nav-menu a:hover,
body.holiday-hub-page .site-header .nav-menu a:focus {
  background: rgba(255,255,255,.14);
}

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

body.holiday-hub-page .holiday-list-main {
  width: min(1240px, calc(100% - 64px));
  padding-top: 26px;
}

body.holiday-hub-page .holiday-breadcrumb {
  margin-bottom: 14px;
  color: rgba(255,255,255,.68);
}

body.holiday-hub-page .holiday-breadcrumb a,
body.holiday-hub-page .holiday-breadcrumb span:last-child {
  color: #fff;
}

body.holiday-hub-page .holiday-breadcrumb span {
  color: rgba(255,255,255,.52);
}

body.holiday-hub-page .holiday-hub-hero {
  min-height: 330px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 26px;
  background:
    linear-gradient(90deg, rgba(28, 13, 55, .88) 0%, rgba(42, 20, 76, .58) 47%, rgba(42, 20, 76, .14) 100%),
    url('/assets/hero-aurora-cabin.png') 72% 51% / cover no-repeat !important;
  box-shadow: 0 24px 60px rgba(67, 26, 130, .22) !important;
}

body.holiday-hub-page .popular-hero::after {
  background:
    linear-gradient(90deg, rgba(20, 8, 40, .22), rgba(20, 8, 40, .04) 62%),
    linear-gradient(180deg, rgba(20, 8, 40, .16), rgba(20, 8, 40, .24)) !important;
}

body.holiday-hub-page .hub-kicker {
  border-color: rgba(255,255,255,.26);
  background: rgba(255,255,255,.14);
  color: #fff;
}

body.holiday-hub-page .popular-hero h1 {
  color: #fff;
}

body.holiday-hub-page .popular-hero p {
  color: rgba(255,255,255,.84);
}

body.holiday-hub-page .popular-hero .button.primary {
  border-color: #fff;
  background: #fff;
  color: var(--directory-purple-700);
}

body.holiday-hub-page .popular-hero .button.ghost {
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.12);
  color: #fff;
  backdrop-filter: blur(18px);
}

body.holiday-hub-page .popular-hero .button:hover,
body.holiday-hub-page .popular-hero .button:focus-visible {
  transform: translateY(-1px);
}

body.holiday-hub-page .hub-section {
  margin-top: 58px;
}

body.holiday-hub-page #featured-holidays {
  margin-top: 62px;
}

body.holiday-hub-page .hub-section-head h2,
body.holiday-hub-page .directory-heading h2,
body.holiday-hub-page .directory-list-title {
  color: var(--directory-light-text);
  text-shadow: none;
}

body.holiday-hub-page .hub-section-head a,
body.holiday-hub-page .directory-heading p,
body.holiday-hub-page .directory-results-meta p {
  color: var(--directory-light-muted);
}

body.holiday-hub-page .hub-section-head a:hover,
body.holiday-hub-page .hub-section-head a:focus-visible {
  color: var(--directory-purple-700);
}

body.holiday-hub-page .featured-holiday-grid .popular-holiday-card,
body.holiday-hub-page .hub-directory-grid .directory-card {
  border-color: var(--directory-light-border) !important;
  background-color: var(--directory-light-surface) !important;
  box-shadow: 0 10px 28px rgba(23, 26, 43, .08) !important;
  backdrop-filter: none !important;
}

body.holiday-hub-page .popular-holiday-card::before,
body.holiday-hub-page .directory-card::before {
  opacity: .86 !important;
}

body.holiday-hub-page .popular-holiday-card::after,
body.holiday-hub-page .directory-card::after,
body.holiday-hub-page .hub-directory-grid .directory-card::after {
  background:
    linear-gradient(to right, rgba(12, 8, 26, .56), rgba(12, 8, 26, .12)),
    linear-gradient(to bottom, rgba(12, 8, 26, .08), rgba(12, 8, 26, .58)) !important;
}

body.holiday-hub-page .popular-holiday-card:hover,
body.holiday-hub-page .directory-card:hover {
  border-color: rgba(124,58,237,.34) !important;
  box-shadow: 0 18px 42px rgba(23, 26, 43, .12) !important;
}

body.holiday-hub-page .popular-holiday-card .badge,
body.holiday-hub-page .popular-holiday-card .badge.spooky,
body.holiday-hub-page .popular-holiday-card .badge.family,
body.holiday-hub-page .popular-holiday-card .badge.shopping,
body.holiday-hub-page .popular-holiday-card .badge.blue,
body.holiday-hub-page .popular-holiday-card .badge.celebration,
body.holiday-hub-page .popular-holiday-card .badge.love,
body.holiday-hub-page .popular-holiday-card .badge.appreciation,
body.holiday-hub-page .popular-holiday-card .badge.spring,
body.holiday-hub-page .directory-card .badge,
body.holiday-hub-page .directory-card .badge.spooky,
body.holiday-hub-page .directory-card .badge.family,
body.holiday-hub-page .directory-card .badge.shopping,
body.holiday-hub-page .directory-card .badge.blue,
body.holiday-hub-page .directory-card .badge.celebration,
body.holiday-hub-page .directory-card .badge.love,
body.holiday-hub-page .directory-card .badge.spring {
  border-color: rgba(124,58,237,.18);
  background: #ede9fe !important;
  color: #5b21b6 !important;
}

body.holiday-hub-page .popular-holiday-card .arrow,
body.holiday-hub-page .directory-card .arrow {
  border-color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.86) !important;
  color: var(--directory-purple-700) !important;
}

body.holiday-hub-page .popular-holiday-card:hover .arrow,
body.holiday-hub-page .directory-card:hover .arrow {
  border-color: var(--directory-purple-600);
  background: var(--directory-purple-600) !important;
  color: #fff !important;
}

body.holiday-hub-page .glass-chip-row,
body.holiday-hub-page .holiday-directory-section,
body.holiday-hub-page .latest-guides-panel,
body.holiday-hub-page .countdown-links-panel {
  border: 1px solid var(--directory-light-border);
  background: var(--directory-light-surface) !important;
  box-shadow: 0 8px 24px rgba(23, 26, 43, .05) !important;
  backdrop-filter: none;
}

body.holiday-hub-page .glass-chip-row a,
body.holiday-hub-page .directory-pills a {
  border-color: #ddd6fe;
  background: #fff;
  color: var(--directory-purple-700);
  box-shadow: none;
}

body.holiday-hub-page .glass-chip-row a:hover,
body.holiday-hub-page .directory-pills a:hover,
body.holiday-hub-page .glass-chip-row a:focus-visible,
body.holiday-hub-page .directory-pills a:focus-visible {
  border-color: var(--directory-purple-500);
  background: #f3efff;
  color: var(--directory-purple-700);
}

body.holiday-hub-page .hub-entry-card,
body.holiday-hub-page .month-grid a,
body.holiday-hub-page .country-hub-grid a,
body.holiday-hub-page .guide-hub-grid a,
body.holiday-hub-page .faq-list details,
body.holiday-hub-page .directory-empty-state {
  border: 1px solid var(--directory-light-border);
  background: var(--directory-light-surface) !important;
  box-shadow: 0 8px 24px rgba(23, 26, 43, .06) !important;
  color: var(--directory-light-text);
}

body.holiday-hub-page .hub-entry-card strong,
body.holiday-hub-page .month-grid strong,
body.holiday-hub-page .country-hub-grid strong,
body.holiday-hub-page .guide-hub-grid strong,
body.holiday-hub-page .faq-list summary {
  color: var(--directory-light-text);
}

body.holiday-hub-page .hub-entry-card p,
body.holiday-hub-page .hub-entry-card em,
body.holiday-hub-page .month-grid span,
body.holiday-hub-page .country-hub-grid em,
body.holiday-hub-page .guide-hub-grid em,
body.holiday-hub-page .faq-list p {
  color: var(--directory-light-muted);
}

body.holiday-hub-page .hub-entry-card em,
body.holiday-hub-page .country-hub-grid em,
body.holiday-hub-page .guide-hub-grid em {
  color: var(--directory-purple-700);
}

body.holiday-hub-page .guide-hub-grid a span {
  border-color: var(--directory-light-border);
  background-color: #f3efff;
}

body.holiday-hub-page .holiday-directory-section {
  padding: 28px;
  border-radius: 24px;
}

body.holiday-hub-page .directory-search {
  border-color: var(--directory-light-border);
  background: #fff;
  box-shadow: 0 8px 24px rgba(23, 26, 43, .05);
}

body.holiday-hub-page .directory-search label,
body.holiday-hub-page .directory-search button {
  color: var(--directory-purple-700);
}

body.holiday-hub-page .directory-search input {
  color: var(--directory-light-text);
}

body.holiday-hub-page .directory-search input::placeholder {
  color: #8a90a3;
}

body.holiday-hub-page .directory-control {
  color: var(--directory-light-muted);
}

body.holiday-hub-page .directory-control select,
body.holiday-hub-page .directory-clear-button,
body.holiday-hub-page .directory-empty-state button,
body.holiday-hub-page #holiday-load-more {
  border-color: var(--directory-light-border);
  background: #fff;
  color: var(--directory-light-text);
  box-shadow: none;
}

body.holiday-hub-page .directory-clear-button,
body.holiday-hub-page .directory-empty-state button,
body.holiday-hub-page #holiday-load-more {
  color: var(--directory-purple-700);
}

body.holiday-hub-page .directory-control select:focus,
body.holiday-hub-page .directory-clear-button:focus,
body.holiday-hub-page .directory-card:focus-visible,
body.holiday-hub-page .directory-empty-state button:focus,
body.holiday-hub-page .directory-search input:focus,
body.holiday-hub-page a:focus-visible,
body.holiday-hub-page button:focus-visible,
body.holiday-hub-page summary:focus-visible {
  outline: 3px solid rgba(167,139,250,.72);
  outline-offset: 3px;
}

body.holiday-hub-page .site-footer {
  width: min(1240px, calc(100% - 64px)) !important;
  margin-top: 64px !important;
  background: var(--directory-light-bg-alt) !important;
  color: var(--directory-light-muted) !important;
}

body.holiday-hub-page .site-footer .footer-shell {
  border-color: var(--directory-light-border);
  background: var(--directory-light-bg-alt) !important;
  box-shadow: none;
  backdrop-filter: none;
}

body.holiday-hub-page .site-footer h3,
body.holiday-hub-page .site-footer .brand {
  color: var(--directory-light-text) !important;
}

body.holiday-hub-page .site-footer a,
body.holiday-hub-page .site-footer p,
body.holiday-hub-page .footer-bottom-row {
  color: var(--directory-light-muted) !important;
}

body.holiday-hub-page .site-footer a:hover,
body.holiday-hub-page .footer-primary-link,
body.holiday-hub-page .footer-secondary-link {
  color: var(--directory-purple-700) !important;
}

body.holiday-hub-page .newsletter-form input {
  border-color: var(--directory-light-border);
  background: #fff;
  color: var(--directory-light-text);
}

body.holiday-hub-page .newsletter-form button {
  color: var(--directory-purple-700);
}

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

  body.holiday-hub-page .featured-holiday-grid,
  body.holiday-hub-page .hub-directory-grid,
  body.holiday-hub-page .hub-entry-grid.three,
  body.holiday-hub-page .guide-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.holiday-hub-page .country-hub-grid,
  body.holiday-hub-page .month-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

  body.holiday-hub-page .site-header,
  body.holiday-hub-page .holiday-list-main,
  body.holiday-hub-page .site-footer {
    width: calc(100% - 24px);
  }

  body.holiday-hub-page .holiday-hub-hero {
    min-height: 0;
    padding: 28px;
  }

  body.holiday-hub-page .popular-hero h1 {
    font-size: clamp(44px, 14vw, 58px);
  }

  body.holiday-hub-page .popular-hero .actions {
    flex-direction: column;
    gap: 12px;
  }

  body.holiday-hub-page .popular-hero .button {
    width: 100%;
    min-width: 0;
  }

  body.holiday-hub-page .featured-holiday-grid,
  body.holiday-hub-page .hub-directory-grid,
  body.holiday-hub-page .hub-entry-grid.three,
  body.holiday-hub-page .guide-hub-grid,
  body.holiday-hub-page .country-hub-grid,
  body.holiday-hub-page .month-grid,
  body.holiday-hub-page .directory-control-grid {
    grid-template-columns: 1fr;
  }

  body.holiday-hub-page .directory-results-meta,
  body.holiday-hub-page .hub-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  body.holiday-hub-page .holiday-directory-section {
    padding: 20px;
  }
}
.site-footer .footer-link-column{display:flex;flex-direction:column;gap:9px;}
.site-footer .footer-cta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px;}
.site-footer .footer-primary-link,.site-footer .footer-secondary-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.08);font-size:13px;font-weight:800;}
.site-footer .footer-primary-link{background:rgba(255,255,255,.92);color:#071326;}
.site-footer .footer-primary-link:hover{color:#071326;transform:translateY(-1px);}
.site-footer .footer-secondary-link:hover{transform:translateY(-1px);}
.site-footer .footer-newsletter-panel{padding:18px;border:1px solid rgba(255,255,255,.10);border-radius:20px;background:rgba(255,255,255,.045);box-shadow:inset 0 1px 0 rgba(255,255,255,.06);}
.site-footer .footer-newsletter-panel p{margin-bottom:14px;font-size:13px;}
.site-footer .newsletter-form{position:relative;margin:0;}
.site-footer .newsletter-form label span{position:absolute;left:-999px;}
.site-footer .newsletter-form input{width:100%;height:42px;padding:0 48px 0 16px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.065);color:#fff;outline:0;}
.site-footer .newsletter-form input::placeholder{color:rgba(235,243,255,.48);}
.site-footer .newsletter-form button{position:absolute;right:4px;bottom:4px;width:34px;height:34px;border:0;border-radius:999px;background:#fff;color:#071326;font-size:18px;font-weight:900;}
.site-footer .footer-bottom-row{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:24px;margin-top:4px;border-top:1px solid rgba(255,255,255,.10);}
.site-footer .footer-bottom-row p{color:rgba(225,235,248,.58);font-size:13px;}
.site-footer .footer-utility-links{display:flex;flex-wrap:wrap;gap:16px;color:rgba(225,235,248,.58);font-size:13px;}
.christmas-detail-page .related-card-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:24px;
  width:100%;
  max-width:100%;
}
.christmas-detail-page .related-card-grid .holiday-card{
  width:100%;
  min-width:0;
}
@media (max-width:1180px){
  .site-footer .footer-shell{grid-template-columns:1.4fr repeat(3,1fr);}
  .site-footer .footer-newsletter-panel{grid-column:span 2;}
}
@media (max-width:760px){
  .footer.site-footer{width:calc(100% - 24px) !important;margin-top:56px !important;}
  .site-footer .footer-shell{grid-template-columns:1fr;padding:24px;}
  .site-footer .footer-newsletter-panel{grid-column:auto;}
  .site-footer .footer-bottom-row{align-items:flex-start;flex-direction:column;}
}

/* Global vivid polish: lift brightness/saturation to match the clearer guide-card treatment. */
body::before {
  background:
    linear-gradient(90deg, rgba(2, 8, 18, .46), rgba(4, 16, 32, .20) 52%, rgba(2, 9, 20, .34)),
    linear-gradient(180deg, rgba(4, 12, 28, .18), rgba(4, 13, 29, .42) 58%, rgba(3, 10, 24, .54)) !important;
  backdrop-filter: none !important;
}

.site-header,
.footer,
.panel,
.feature-card,
.bottom-link-card,
.collection-card,
.guide-card,
.country-home-grid a,
.country-home-grid > span,
.country-index-card,
.featured-country-card,
.directory-panel,
.world-holiday-grid article,
.guide-link-grid a,
.guide-link-grid > span,
.seo-card article,
.countries-faq details,
.collection-panel,
.collection-stat-card,
.countdown-topic-card,
.related-holiday-card,
.holiday-guide-grid a,
.collection-mini-grid a,
.detail-panel,
.days-faq details,
.quick-facts-grid article,
.timeline-grid article,
.tradition-window,
.country-chip-grid a {
  background-color: rgba(9, 18, 36, .58) !important;
  border-color: rgba(255,255,255,.18) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.14),
    0 20px 58px rgba(0,0,0,.20) !important;
}

.countdown-card,
.home-next-card.countdown-card,
.holiday-countdown-card,
.featured-countdown-card,
.guide-countdown-card {
  background:
    linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.055) 58%, rgba(8,16,32,.34)),
    rgba(10, 20, 38, .50) !important;
  border-color: rgba(255,255,255,.22) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.20),
    inset 0 -1px 0 rgba(255,255,255,.08),
    0 26px 72px rgba(0,0,0,.22),
    0 0 48px rgba(115,205,235,.10) !important;
}

.holiday-card::before,
.popular-holiday-card::before,
.directory-card::before,
.featured-guide-card::before,
.subguide-grid a::before,
.collection-detail-hero::before,
.collection-card::before,
.guide-card .thumb,
.article-list a span,
.article-list .disabled span,
.mini-card span,
.related-guide-links img,
.guide-intro img,
.about-team-card img,
.related-holiday-card,
.featured-countdown-media,
.us-holiday-card::before,
.tradition-window::before {
  filter: saturate(1.32) brightness(1.18) contrast(1.04) !important;
}

.holiday-card::after,
.popular-holiday-card::after,
.directory-card::after,
.collection-card::after,
.related-holiday-card::before,
.us-holiday-card::after {
  background:
    linear-gradient(90deg, rgba(2,7,14,.34) 0%, rgba(2,7,14,.10) 50%, rgba(2,7,14,.28) 100%),
    linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.34) 100%) !important;
  backdrop-filter: none !important;
}

.popular-hero::after,
.collection-detail-hero::after,
.guides-hero::after,
.christmas-guide-hub::after,
.holiday-detail-hero::after {
  background:
    linear-gradient(90deg, rgba(2,7,14,.40) 0%, rgba(2,7,14,.16) 48%, rgba(2,7,14,.08) 100%),
    linear-gradient(180deg, rgba(0,0,0,.06) 0%, rgba(0,0,0,.28) 100%) !important;
}

.home-portal,
.holiday-list-main,
.countries-main,
.guides-main,
.collection-shell,
.christmas-guide-main,
.us-country-main,
.article-main {
  filter: saturate(1.08) brightness(1.04);
}

.card-copy small,
.card-copy em,
.collection-card p,
.guide-card p,
.guide-card em,
.section-title p,
.hero-intro,
.detail-panel p,
.faq-list p,
.days-faq p,
.footer a,
.footer p,
.footer-link {
  color: rgba(238,245,252,.84) !important;
}

/* Navigation UI-02: shared purple dropdown migration. */
.site-header {
  --nav-dropdown-bg-top: rgba(78, 31, 150, .96);
  --nav-dropdown-bg-bottom: rgba(55, 21, 108, .97);
  --nav-dropdown-border: rgba(255, 255, 255, .18);
  --nav-dropdown-text: rgba(255, 255, 255, .90);
  --nav-dropdown-hover: rgba(255, 255, 255, .12);
  --nav-dropdown-active: rgba(255, 255, 255, .16);
  --nav-dropdown-shadow: 0 18px 48px rgba(48, 18, 96, .28), 0 4px 16px rgba(48, 18, 96, .18);
}

.site-header .nav-trigger {
  border-radius: 12px;
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}

.site-header .nav-trigger span[aria-hidden="true"] {
  display: inline-block;
  transform: translateY(1px);
  transition: transform .18s ease, opacity .18s ease;
}

.site-header .nav-item:hover > .nav-trigger,
.site-header .nav-item:focus-within > .nav-trigger,
.site-header .nav-item.is-open > .nav-trigger {
  color: #fff;
  background: rgba(255,255,255,.11);
  border-bottom-color: transparent;
}

.site-header .nav-item:hover > .nav-trigger span[aria-hidden="true"],
.site-header .nav-item:focus-within > .nav-trigger span[aria-hidden="true"],
.site-header .nav-item.is-open > .nav-trigger span[aria-hidden="true"],
.site-header .nav-trigger[aria-expanded="true"] span[aria-hidden="true"] {
  opacity: 1;
  transform: translateY(1px) rotate(180deg);
}

.site-header .nav-menu {
  min-width: 220px;
  padding: 9px;
  border: 1px solid var(--nav-dropdown-border) !important;
  border-radius: 18px;
  background:
    linear-gradient(180deg, var(--nav-dropdown-bg-top), var(--nav-dropdown-bg-bottom)) !important;
  box-shadow: var(--nav-dropdown-shadow) !important;
  backdrop-filter: blur(18px) saturate(140%);
  transform: translate(-50%, -6px) scale(.98);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

body.holiday-hub-page .site-header .nav-menu {
  border: 1px solid var(--nav-dropdown-border) !important;
  background:
    linear-gradient(180deg, var(--nav-dropdown-bg-top), var(--nav-dropdown-bg-bottom)) !important;
  box-shadow: var(--nav-dropdown-shadow) !important;
}

.site-header .nav-item:hover .nav-menu,
.site-header .nav-item:focus-within .nav-menu,
.site-header .nav-item.is-open .nav-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0) scale(1);
}

.site-header .nav-menu a {
  display: block;
  width: 100%;
  padding: 11px 14px;
  border: 0 !important;
  border-radius: 11px;
  color: var(--nav-dropdown-text) !important;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.25;
  white-space: nowrap;
  transition: color .16s ease, background .16s ease, transform .16s ease;
}

.site-header .nav-menu a:hover,
.site-header .nav-menu a:focus,
.site-header .nav-menu a:focus-visible,
.site-header .nav-menu a[aria-current="page"] {
  color: #fff !important;
  background: var(--nav-dropdown-hover);
  transform: translateX(2px);
}

.site-header .nav-menu a:focus-visible {
  outline: 2px solid rgba(255,255,255,.86);
  outline-offset: 2px;
}

.site-header .nav-trigger:focus-visible {
  outline: 2px solid rgba(255,255,255,.86);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .site-header .nav-trigger,
  .site-header .nav-trigger span[aria-hidden="true"],
  .site-header .nav-menu,
  .site-header .nav-menu a {
    transition: none;
  }
}
