/* Festive Dreams 2026 — offer section. Additive only: uses the site's
   existing colour tokens (--brown/--gold/--gold2/--ink/--cream/--ivory)
   from styles.css rather than introducing a new palette. */

/* Festival string lights — draped below the header, above the hero. */
.festival-lights{
  position:relative;
  width:100%;
  height:34px;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(23,16,11,.06),transparent);
}
.festival-lights-wire{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.festival-lights-row{
  position:absolute;
  inset:0;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
}
.festival-lights-bulb{
  width:11px;
  height:14px;
  margin-top:5px;
  border-radius:50% 50% 55% 55%;
  animation:cloude-light-twinkle 2.4s ease-in-out infinite;
}
.festival-lights-bulb.c1{background:radial-gradient(circle at 35% 30%,#ffdede,#d13b3b 55%,#7a1f1f 100%);box-shadow:0 0 10px 4px rgba(209,59,59,.75)}
.festival-lights-bulb.c2{background:radial-gradient(circle at 35% 30%,#ffe9d6,#e8462c 55%,#8a2a12 100%);box-shadow:0 0 10px 4px rgba(232,70,44,.7)}
.festival-lights-bulb.c3{background:radial-gradient(circle at 35% 30%,#fff5f0,#ffb3a3 55%,#d1453a 100%);box-shadow:0 0 12px 5px rgba(255,179,163,.85)}
.festival-lights-bulb.d0{animation-delay:0s}
.festival-lights-bulb.d1{animation-delay:.24s}
.festival-lights-bulb.d2{animation-delay:.48s}
.festival-lights-bulb.d3{animation-delay:.72s}
.festival-lights-bulb.d4{animation-delay:.96s}
@keyframes cloude-light-twinkle{
  0%,100%{opacity:.55;filter:brightness(.85) saturate(.9)}
  50%{opacity:1;filter:brightness(1.4) saturate(1.15)}
}
@media(max-width:640px){
  .festival-lights{height:26px}
  .festival-lights-bulb{width:8px;height:10px;margin-top:4px}
}
@media(prefers-reduced-motion:reduce){
  .festival-lights-bulb{animation:none;opacity:.9}
}

.brand-reel-section{
  position:relative;
  margin:clamp(30px,4vw,50px) clamp(18px,4vw,64px) 0;
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--shadow);
  aspect-ratio:16/9;
  max-height:640px;
  background:#000;
}
.brand-reel-video{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.brand-reel-sound-toggle{
  position:absolute;
  right:20px;
  bottom:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border:1px solid rgba(255,255,255,.4);
  border-radius:50%;
  background:rgba(23,16,11,.55);
  color:#fff8e9;
  font-size:18px;
  cursor:pointer;
  backdrop-filter:blur(4px);
}
.brand-reel-sound-toggle:hover{background:rgba(23,16,11,.75)}
@media(max-width:640px){
  .brand-reel-section{margin:clamp(20px,4vw,32px) 14px 0;aspect-ratio:auto;height:56vh;max-height:520px}
}

.festive-offer-section{
  margin:clamp(30px,4vw,50px) clamp(18px,4vw,64px) clamp(46px,6vw,90px);
  padding:clamp(30px,4vw,52px);
  border-radius:18px;
  overflow:hidden;
  background:linear-gradient(135deg,#3c2416,#24140b);
  color:#fff8e9;
  box-shadow:var(--shadow);
}
.festive-offer-header{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(220px,.7fr);
  gap:clamp(28px,4vw,56px);
  align-items:center;
}
.festive-offer-intro .eyebrow{
  color:var(--gold2);
  margin:0 0 10px;
}
.festive-offer-intro h2{
  margin:0 0 8px;
  font-family:Georgia,serif;
  font-weight:400;
  font-size:clamp(32px,3.6vw,48px);
  line-height:1.05;
}
.festive-offer-tagline{
  margin:0 0 22px;
  color:#f0e2cc;
  font-size:14px;
}
.festive-offer-note{
  margin:16px 0 0;
  max-width:520px;
  color:#d9c9ae;
  font-size:9.5px;
  line-height:1.5;
}
.festive-offer-video{
  border-radius:16px;
  overflow:hidden;
  aspect-ratio:9/16;
  max-height:400px;
  box-shadow:0 20px 50px rgba(0,0,0,.35);
  border:1px solid rgba(228,201,134,.30);
  justify-self:center;
  width:100%;
  max-width:230px;
}
.festive-offer-video video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.festive-countdown{margin:2px 0 22px}
.festive-countdown-label{
  margin:0 0 8px;
  color:var(--gold2);
  font-size:10px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.festive-countdown-units{display:flex;gap:10px}
.festive-countdown-unit{
  min-width:56px;
  padding:9px 10px 7px;
  text-align:center;
  border:1px solid rgba(228,201,134,.30);
  border-radius:8px;
  background:rgba(255,255,255,.06);
}
.festive-countdown-unit strong{
  display:block;
  font:400 25px/1 Georgia,serif;
  color:var(--gold2);
  font-variant-numeric:tabular-nums;
}
.festive-countdown-unit small{
  display:block;
  margin-top:4px;
  font-size:8px;
  letter-spacing:.07em;
  text-transform:uppercase;
  color:#e0d0b6;
}
.festive-offer-table-wrap{
  margin-top:clamp(26px,4vw,42px);
  overflow-x:auto;
  border-radius:12px;
  border:1px solid rgba(228,201,134,.22);
}
.festive-offer-table{
  width:100%;
  min-width:640px;
  border-collapse:collapse;
  font-size:12.5px;
}
.festive-offer-table thead th{
  text-align:left;
  padding:12px 16px;
  background:rgba(0,0,0,.22);
  color:var(--gold2);
  font-size:10px;
  letter-spacing:.05em;
  text-transform:uppercase;
  font-weight:700;
}
.festive-offer-table tbody td{
  padding:13px 16px;
  border-top:1px solid rgba(255,255,255,.08);
  color:#f2e6d2;
  vertical-align:top;
}
.festive-offer-table tbody tr:nth-child(odd){background:rgba(255,255,255,.03)}
.festive-offer-category{font-family:Georgia,serif;color:var(--gold2);white-space:nowrap}
.festive-offer-value{font-family:Georgia,serif;font-size:16px;color:var(--gold2);white-space:nowrap}

@media(max-width:900px){
  .festive-offer-header{grid-template-columns:1fr}
  .festive-offer-video{max-width:190px;justify-self:start}
}
@media(max-width:760px){
  .festive-offer-section{margin:22px 14px 32px;padding:24px 18px;border-radius:14px}
  .festive-offer-table{font-size:11px}
  .festive-offer-table thead th,.festive-offer-table tbody td{padding:10px 12px}
}
@media(prefers-reduced-motion:reduce){
  .festive-offer-video video{display:none}
  .festive-offer-video{background:#24140b}
}

/* Hospitality client logos — auto-scrolling marquee of real, approved
   partner logos (reused from the /hospitality page's client grid). */
.hospitality-logos-section{
  padding:clamp(40px,6vw,64px) 0;
  background:var(--cream);
  text-align:center;
}
.hospitality-logos-heading{
  max-width:640px;
  margin:0 auto clamp(28px,4vw,40px);
  padding:0 clamp(20px,4vw,64px);
}
.hospitality-logos-heading h2{
  margin:8px 0 0;
  font:400 clamp(26px,3vw,38px)/1.1 Georgia,serif;
  color:var(--brown);
}
.hospitality-logos-marquee{
  position:relative;
  overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
}
.hospitality-logos-track{
  display:flex;
  width:max-content;
  gap:24px;
  padding:0 12px;
  animation:hospitality-logos-scroll 48s linear infinite;
}
.hospitality-logos-marquee:hover .hospitality-logos-track{
  animation-play-state:paused;
}
.hospitality-logo-card{
  display:flex;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  width:150px;
  height:88px;
  padding:14px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 24px rgba(43,26,16,.06);
}
.hospitality-logo-card img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  filter:grayscale(1) opacity(.7);
  transition:filter .25s ease;
}
.hospitality-logo-card:hover img{
  filter:grayscale(0) opacity(1);
}
@keyframes hospitality-logos-scroll{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
@media(max-width:640px){
  .hospitality-logo-card{width:118px;height:70px;padding:10px}
  .hospitality-logos-track{gap:16px}
}
@media(prefers-reduced-motion:reduce){
  .hospitality-logos-track{animation:none;flex-wrap:wrap;justify-content:center;width:auto}
  .hospitality-logos-marquee{-webkit-mask-image:none;mask-image:none}
}

/* Homepage Sleep Guide teaser — links out to the real standalone guide
   articles (existing + newly written), no fabricated content. */
.sleep-articles-section{
  margin:clamp(30px,4vw,50px) clamp(18px,4vw,64px) clamp(46px,6vw,90px);
}
.sleep-articles-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:clamp(24px,3vw,34px);
}
.sleep-articles-heading h2{
  margin:8px 0 0;
  font:400 clamp(26px,3vw,38px)/1.1 Georgia,serif;
  color:var(--brown);
}
.sleep-articles-view-all{
  flex:0 0 auto;
  color:var(--brown);
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
}
.sleep-articles-view-all:hover{text-decoration:underline}
.sleep-articles-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.sleep-article-card{
  display:flex;
  flex-direction:column;
  padding:24px;
  border:1px solid var(--line);
  border-radius:16px;
  background:var(--ivory);
  color:inherit;
  text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease;
}
.sleep-article-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 34px rgba(43,26,16,.1);
}
.sleep-article-tag{
  color:var(--gold);
  font-size:10px;
  font-weight:700;
  letter-spacing:.1em;
}
.sleep-article-card h3{
  margin:10px 0 8px;
  font:400 19px/1.3 Georgia,serif;
  color:var(--ink);
}
.sleep-article-card p{
  flex:1;
  margin:0 0 14px;
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
}
.sleep-article-link{
  color:var(--brown);
  font-size:12px;
  font-weight:700;
}
@media(max-width:960px){
  .sleep-articles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  .sleep-articles-grid{grid-template-columns:1fr}
  .sleep-articles-heading{flex-direction:column;align-items:flex-start}
}
