/* ===================================================================
   MOTUL IMPORT INCENTIVE 2026 — LAPLAND PROGRAM
   =================================================================== */

/* ===== RESET & BASE ===== */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{font-family:'Outfit',sans-serif;background:#0a0a0a;color:#fff;overflow-x:hidden}

/* ===== CSS VARIABLES ===== */
:root{
  --red:#ED1D24;
  --red-dark:#b8151a;
  --gold:#d4a853;
  --ice:#a8d8ea;
  --dark:#0a0a0a;
  --darker:#050505;
  --glass:rgba(255,255,255,0.06);
  --glass-border:rgba(255,255,255,0.08);
}

/* ===== HERO SECTION ===== */
.hero{
  position:relative;
  width:100%;
  height:100vh;
  min-height:700px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.hero__bg{
  position:absolute;inset:0;
  background:url('../main.jpg') center/cover no-repeat;
  transform:scale(1.05);
  animation:heroZoom 20s ease-in-out infinite alternate;
}
@keyframes heroZoom{0%{transform:scale(1.05)}100%{transform:scale(1.12)}}

.hero__overlay{
  position:absolute;inset:0;
  background:
    radial-gradient(ellipse at 50% 80%, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.7) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 40%, rgba(0,0,0,0.6) 100%);
}

.hero__noise{
  position:absolute;inset:0;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity:0.5;
  pointer-events:none;
}

.hero__content{
  position:relative;z-index:2;
  text-align:center;
  padding:0 24px;
  animation:fadeUp 1.2s ease-out;
}
@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}100%{opacity:1;transform:translateY(0)}}

.hero__logo{
  width:180px;
  margin-bottom:40px;
  filter:drop-shadow(0 4px 20px rgba(0,0,0,0.4));
  animation:fadeUp 1s ease-out;
}

.hero__title{
  font-family:'Playfair Display',serif;
  font-weight:800;
  font-size:clamp(2.2rem, 5vw, 4.5rem);
  letter-spacing:0.04em;
  line-height:1.1;
  margin-bottom:12px;
  text-shadow:0 2px 40px rgba(0,0,0,0.5);
}
.hero__title span{
  display:block;
  font-size:clamp(1rem, 2vw, 1.6rem);
  font-family:'Outfit',sans-serif;
  font-weight:300;
  letter-spacing:0.3em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:8px;
}

.hero__location{
  font-size:clamp(0.9rem, 1.8vw, 1.3rem);
  font-weight:300;
  letter-spacing:0.25em;
  text-transform:uppercase;
  margin-top:20px;
  color:rgba(255,255,255,0.8);
}
.hero__date{
  font-size:clamp(0.85rem, 1.5vw, 1.1rem);
  font-weight:400;
  letter-spacing:0.15em;
  margin-top:8px;
  color:var(--gold);
}

.hero__tagline{
  max-width:600px;
  margin:30px auto 0;
  font-size:clamp(0.85rem, 1.3vw, 1.05rem);
  font-weight:300;
  line-height:1.7;
  color:rgba(255,255,255,0.7);
  font-style:italic;
}

.hero__scroll{
  position:absolute;
  bottom:30px;
  left:50%;
  transform:translateX(-50%);
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  cursor:pointer;
  animation:bounce 2s ease-in-out infinite;
}
.hero__scroll span{
  font-size:0.7rem;
  letter-spacing:0.2em;
  text-transform:uppercase;
  color:rgba(255,255,255,0.5);
}
.hero__scroll svg{
  width:20px;
  stroke:rgba(255,255,255,0.5);
}
@keyframes bounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}}

/* ===== ACCOMMODATION STRIP ===== */
.accom-strip{
  background:linear-gradient(135deg, #111 0%, #1a1a1a 100%);
  border-top:1px solid var(--glass-border);
  border-bottom:1px solid var(--glass-border);
  padding:28px 24px;
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}
.accom-strip__icon{
  color:var(--gold);
  display:flex;
  align-items:center;
}
.accom-strip__icon svg{
  width:20px;height:20px;
}
.accom-strip__text{
  font-size:clamp(0.8rem, 1.2vw, 0.95rem);
  font-weight:300;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:rgba(255,255,255,0.7);
}
.accom-strip__text strong{
  color:#fff;
  font-weight:500;
}

/* ===== PROGRAM SECTION ===== */
.program{
  max-width:1100px;
  margin:0 auto;
  padding:80px 24px 100px;
}
.program__header{
  text-align:center;
  margin-bottom:60px;
}
.program__label{
  font-size:0.75rem;
  letter-spacing:0.35em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:12px;
}
.program__heading{
  font-family:'Playfair Display',serif;
  font-size:clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight:700;
  letter-spacing:0.02em;
}

/* ===== DAY CARDS ===== */
.day-cards{
  display:flex;
  flex-direction:column;
  gap:20px;
}

.day-card{
  border-radius:16px;
  overflow:hidden;
  cursor:pointer;
  transition:transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94), box-shadow 0.4s ease;
  position:relative;
  border:1px solid var(--glass-border);
}
.day-card:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 60px rgba(0,0,0,0.4);
}

.day-card__header{
  position:relative;
  height:280px;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  padding:30px 36px;
}
.day-card__bg{
  position:absolute;inset:0;
  background-size:cover;
  background-position:center;
  transition:transform 0.6s ease;
}
.day-card:hover .day-card__bg{
  transform:scale(1.04);
}
.day-card__dot-overlay{
  position:absolute;inset:0;
  background:
    radial-gradient(circle at 1px 1px, rgba(0,0,0,0.3) 1px, transparent 1px);
  background-size:3px 3px;
  pointer-events:none;
}
.day-card__gradient{
  position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.75) 100%);
}
.day-card__header-content{
  position:relative;z-index:2;
  width:100%;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
}
.day-card__day-num{
  font-family:'Playfair Display',serif;
  font-size:clamp(0.7rem, 1.2vw, 0.85rem);
  letter-spacing:0.25em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:4px;
}
.day-card__title{
  font-family:'Playfair Display',serif;
  font-size:clamp(1.4rem, 2.5vw, 2rem);
  font-weight:700;
  line-height:1.2;
  text-shadow:0 2px 10px rgba(0,0,0,0.4);
}
.day-card__subtitle{
  font-size:clamp(0.8rem, 1.1vw, 0.95rem);
  font-weight:300;
  color:rgba(255,255,255,0.75);
  margin-top:6px;
  letter-spacing:0.05em;
}
.day-card__toggle{
  flex-shrink:0;
  width:44px;height:44px;
  border-radius:50%;
  background:rgba(255,255,255,0.1);
  backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,0.15);
  display:flex;align-items:center;justify-content:center;
  transition:all 0.3s ease;
}
.day-card:hover .day-card__toggle{
  background:var(--red);
  border-color:var(--red);
}
.day-card__toggle svg{
  width:18px;height:18px;
  stroke:#fff;
  transition:transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
}
.day-card.active .day-card__toggle svg{
  transform:rotate(180deg);
}

/* Card Body (expandable) */
.day-card__body{
  max-height:0;
  overflow:hidden;
  transition:max-height 0.6s cubic-bezier(0.25,0.46,0.45,0.94);
  background:linear-gradient(180deg, #111 0%, #0d0d0d 100%);
}
.day-card.active .day-card__body{
  max-height:5000px;
}
.day-card__body-inner{
  padding:36px;
}

/* ===== TIMELINE ===== */
.timeline{
  position:relative;
  padding-left:28px;
}
.timeline::before{
  content:'';
  position:absolute;
  left:6px;top:8px;bottom:8px;
  width:1px;
  background:linear-gradient(180deg, var(--red) 0%, rgba(237,29,36,0.1) 100%);
}
.timeline__item{
  position:relative;
  margin-bottom:24px;
}
.timeline__item:last-child{margin-bottom:0}
.timeline__dot{
  position:absolute;
  left:-24px;top:8px;
  width:9px;height:9px;
  border-radius:50%;
  background:var(--red);
  box-shadow:0 0 12px rgba(237,29,36,0.4);
}
.timeline__time{
  font-size:0.78rem;
  font-weight:600;
  color:var(--gold);
  letter-spacing:0.1em;
  text-transform:uppercase;
  margin-bottom:4px;
}
.timeline__title{
  font-family:'Playfair Display',serif;
  font-size:1.1rem;
  font-weight:600;
  margin-bottom:6px;
}
.timeline__desc{
  font-size:0.88rem;
  font-weight:300;
  color:rgba(255,255,255,0.65);
  line-height:1.65;
}

/* Tag / pill list items */
.timeline__list{
  list-style:none;
  margin-top:10px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.timeline__list li{
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:8px;
  padding:8px 16px;
  font-size:0.82rem;
  font-weight:400;
  color:rgba(255,255,255,0.8);
  display:flex;
  align-items:center;
  gap:8px;
}
.timeline__list li svg,
.timeline__list li i{
  width:15px;height:15px;
  color:var(--gold);
  stroke:var(--gold);
  flex-shrink:0;
  stroke-width:1.75;
}

/* Section separator */
.section-sep{
  display:flex;
  align-items:center;
  gap:12px;
  margin:28px 0 20px;
  padding-left:28px;
}
.section-sep__line{
  flex:1;
  height:1px;
  background:linear-gradient(90deg, rgba(255,255,255,0.1) 0%, transparent 100%);
}
.section-sep__label{
  font-size:0.72rem;
  font-weight:600;
  letter-spacing:0.2em;
  text-transform:uppercase;
  color:var(--gold);
  white-space:nowrap;
}

/* Group Selector (Day 3) */
.group-selector{
  display:flex;
  gap:12px;
  margin:0 0 28px 28px;
  flex-wrap:wrap;
}
.group-btn{
  padding:12px 24px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,0.12);
  background:rgba(255,255,255,0.04);
  color:#fff;
  font-family:'Outfit',sans-serif;
  font-size:0.85rem;
  font-weight:500;
  cursor:pointer;
  transition:all 0.3s ease;
  letter-spacing:0.03em;
  display:flex;
  align-items:center;
  gap:8px;
}
.group-btn svg{
  width:16px;height:16px;
  stroke-width:1.75;
}
.group-btn:hover,.group-btn.active{
  background:var(--red);
  border-color:var(--red);
  box-shadow:0 4px 20px rgba(237,29,36,0.3);
}
.group-content{display:none}
.group-content.active{display:block}

/* ===== GALLERY ===== */
.gallery{
  margin-top:32px;
  padding-left:28px;
}
.gallery__label{
  font-size:0.72rem;
  font-weight:600;
  letter-spacing:0.2em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:14px;
  display:flex;
  align-items:center;
  gap:8px;
}
.gallery__label svg{
  width:14px;height:14px;
  stroke-width:1.75;
}
.gallery__grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:10px;
}
.gallery__item{
  border-radius:10px;
  overflow:hidden;
  cursor:pointer;
  aspect-ratio:4/3;
  position:relative;
  border:1px solid rgba(255,255,255,0.06);
  transition:transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery__item:hover{
  transform:scale(1.03);
  box-shadow:0 8px 30px rgba(0,0,0,0.4);
}
.gallery__item img{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform 0.4s ease;
}
.gallery__item:hover img{
  transform:scale(1.08);
}
.gallery__item::after{
  content:'';
  position:absolute;inset:0;
  background:linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.3) 100%);
  opacity:0;
  transition:opacity 0.3s ease;
}
.gallery__item:hover::after{opacity:1}

/* ===== LIGHTBOX ===== */
.lightbox{
  position:fixed;inset:0;
  z-index:9999;
  background:rgba(0,0,0,0.95);
  display:none;
  align-items:center;
  justify-content:center;
  backdrop-filter:blur(20px);
}
.lightbox.active{display:flex}
.lightbox__close{
  position:absolute;top:20px;right:24px;
  width:44px;height:44px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.15);
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;
  z-index:10;
  transition:all 0.3s ease;
}
.lightbox__close:hover{background:var(--red);border-color:var(--red)}
.lightbox__close svg{width:20px;height:20px;stroke:#fff}
.lightbox__img{
  max-width:85vw;
  max-height:80vh;
  border-radius:12px;
  object-fit:contain;
  box-shadow:0 20px 80px rgba(0,0,0,0.6);
  animation:lbIn 0.3s ease;
}
@keyframes lbIn{0%{opacity:0;transform:scale(0.95)}100%{opacity:1;transform:scale(1)}}
.lightbox__nav{
  position:absolute;
  top:50%;transform:translateY(-50%);
  width:50px;height:50px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.15);
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;
  transition:all 0.3s ease;
  z-index:10;
}
.lightbox__nav:hover{background:var(--red);border-color:var(--red)}
.lightbox__nav svg{width:20px;height:20px;stroke:#fff}
.lightbox__prev{left:20px}
.lightbox__next{right:20px}
.lightbox__counter{
  position:absolute;
  bottom:24px;
  left:50%;transform:translateX(-50%);
  font-size:0.8rem;
  letter-spacing:0.15em;
  color:rgba(255,255,255,0.5);
}

/* ===== FOOTER ===== */
.footer{
  text-align:center;
  padding:60px 24px 40px;
  border-top:1px solid var(--glass-border);
  background:linear-gradient(180deg, var(--dark) 0%, var(--darker) 100%);
}
.footer__motul{
  width:120px;
  margin-bottom:24px;
  opacity:0.7;
}
.footer__text{
  font-family:'Playfair Display',serif;
  font-size:clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight:700;
  margin-bottom:8px;
}
.footer__sub{
  font-size:0.85rem;
  font-weight:300;
  letter-spacing:0.1em;
  color:rgba(255,255,255,0.5);
}

/* ===== SCROLL REVEAL ===== */
.reveal{
  opacity:0;
  transform:translateY(30px);
  transition:opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible{
  opacity:1;
  transform:translateY(0);
}

/* ===== RESPONSIVE ===== */
@media(max-width:768px){
  .day-card__header{height:220px;padding:24px 20px}
  .day-card__body-inner{padding:24px 16px}
  .gallery__grid{grid-template-columns:repeat(2, 1fr)}
  .timeline{padding-left:22px}
  .section-sep,.gallery,.group-selector{padding-left:22px;margin-left:0}
  .hero__logo{width:140px;margin-bottom:30px}
  .lightbox__img{max-width:95vw;max-height:75vh;border-radius:8px}
  .lightbox__nav{width:40px;height:40px}
  .lightbox__prev{left:10px}
  .lightbox__next{right:10px}
  .group-selector{margin-left:22px}
}
@media(max-width:480px){
  .day-card__header{height:200px;padding:20px 16px}
  .day-card__body-inner{padding:20px 12px}
  .hero{min-height:600px}
  .accom-strip{padding:20px 16px}
  .program{padding:50px 16px 70px}
}
