   /* ---- RESET ---- */
    * { margin: 0; padding: 0; box-sizing: border-box; }
    body { font-family: "Cormorant Garamond", sans-serif; font-size: 1.2rem; color: #fff; background-color: #f6f1ea; overflow-x: hidden; }
    input:focus, textarea:focus{outline: none;}
    h1, h2, h3, h4, h5, h6{font-family: 'Perandory';}
    h1{font-size: 3rem;}
    h2{font-size: 2.5rem;}
    h3{font-size: 1.5rem;}
    *::selection{color: #fff; background-color:#184257}
    p a{text-decoration: none; color: #E5772C;}

/* ---- FONTS ----*/

@font-face {
  font-family: 'Burgues';
  src: url('./fonts/Burgues Script Webfont/burgues-script-font.woff2') format('woff2'),
       url('./fonts/Burgues Script Webfont/burgues-script-font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Perandory';
  src: url('./fonts/Perandory Regular Webfont/perandory-regular-font.woff2') format('woff2'),
       url('./fonts/Perandory Regular Webfont/perandory-regular-font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


h2.page-title{
  color: #184257;
  margin-bottom: 2rem;
}

/* ___ PAGES ___ */
.container-inner {
  margin: 0 auto;
  padding: 4rem;
  width: 56rem;
}

.container-full{
  background-color: #184257;
  padding: 2rem;
}

.split-inner-container{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-gap: 40px;
}

.split-inner-container-element:nth-child(2n+2){
}
.split-inner-container-element:nth-child(1n+3){
}

.split-inner-container-element{

}

.split-inner-container-element p{
}

.split-inner-container-element img{
  max-width: 100%;
}
.split-inner-container p, .split-inner-container ul, .split-inner-container li{
  color: #184257
}

.split-inner-container ul{
  padding-left: 1rem;
}
/* ---- NAVBAR ---- */
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.35s ease;
}

nav > a{
  display: flex;
  max-height: 100%;

}
nav.scrolled {
  background: rgba(0,0,0,0.7);
}
nav .logo { max-height: 60px;}
nav ul { display: flex; gap: 30px; list-style: none; }
nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
  opacity: 0.85;
  transition: 0.2s;
}
nav ul li a:hover { opacity: 1; }



body.page{
  margin-top: 100px;
  font-family: 'Cormorant Garamond'
}
/* ---- HERO ---- */
.hero {
  height: 100vh;
  width: 100vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  perspective: 1000px;
}
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(55%) blur(1px);
  transform: translateY(0);
  transition: transform 0.2s ease-out;
}

.hero-content {
  max-width: 800px;
  text-align: center;
  z-index: 2;
  animation: fadeIn 1.2s ease;
}

.hero-content img{
  max-width: 200px;
}

.hero-content h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.3;
  font-family: "Cormorant Garamond", serif;

}

.hero-content span{
  display: block;
}

.cta {
  display: inline-block;
  padding: 14px 30px;
  background: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
  font-family: "Cormorant Garamond", serif;

}
.cta:hover {
  background: #eaeaea;
  transform: translateY(-2px);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---- COUNTDOWN ----*/

.countdown-container {
  color: #fff;
  background-color: #184257;
  margin: 0 auto;
  text-align: center;
}

.countdown-container li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: .5em 1em 1em 1em;
  text-transform: uppercase;
}

.countdown-container li span {
  display: block;
  font-size: 4.5rem;
}

.countdown-container .emoji {
  display: none;
  padding: 1rem;
}

.countdown-container .emoji span {
  font-size: 2rem;
  padding: 40px 0;
  display: block;
}

@media all and (max-width: 768px) {
  .countdown-container h1 {
    font-size: calc(1.5rem * var(--smaller));
  }
  
  .countdown-container li {
    font-size: calc(1.125rem * var(--smaller));
  }
  
  .countdown-container li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}

/* ---- SECTIONS ---- */

.grid-sections{
  padding: 40px 0
}

.grid-sections > h2{
  text-align: center;
  color: #184257;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.grid-sections > h2 span{
  color: #E5772C;
  display: block;
  font-family: 'Burgues';
  letter-spacing: 2px;
  text-indent: 10%;
  margin-top: -.8rem;
  font-size: 2rem;
  text-transform: none;
}
.grid-sections > h3{
  text-align: center;
  color: #184257;
}
.grid-sections section {
  min-height: 70vh;
  color: #000;
  padding: 20px 10%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-gap: 40px;
  /** background: #111; **/
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.grid-sections section:nth-child(even) .img-part{
  order: 2;
}
.grid-sections section .img-part img{
  max-width: 100%;
  border: solid #ffffff 10px;
}

.grid-sections section .content-part h3 span{
  display: block;
  margin-top: 10px;
  font-family: "Cormorant Garamond", sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem
}

.grid-sections section .content-part h3{
  margin-bottom: 20px;
}

.grid-sections section .content-part p{
  margin-top: 20px;
  display: block;
}

.grid-sections section .content-part span.hour{
  font-weight: bold;
  display: block;
  color: #E5772C;
}



.grid-sections section h2 { margin-bottom: 20px; font-size: 2rem; }
.grid-sections section p { max-width: 700px; line-height: 1.7; opacity: 0.85; }

    /* ---- RESPONSIVE ---- */
    @media (max-width: 900px) {
      nav {
        padding: 10px 20px;
      }
      .hero-content h1 {
        font-size: 1.6rem;
      }
      .cta {
        padding: 12px 22px;
      }
    }

    @media (max-width: 750px) {
      /* NAV HAMBURGER */
      .burger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 28px;
        height: 20px;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 1100;
      }
      .burger span {
        display: block;
        height: 3px;
        background: #fff;
        border-radius: 3px;
        transition: 0.3s;
      }

      nav ul.nav-links {
        position: fixed;
        top: 0;
        right: 0;
        width: 70%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.95);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
        transform: translateX(100%);
        transition: transform 0.45s cubic-bezier(.25,.1,.25,1);
      }

      nav ul.nav-links.open {
        transform: translateX(0);
      }

      nav ul li a {
        font-size: 1.2rem;
      }

      nav ul.nav-links { display: flex; }
      .burger { display: flex; }
    }

    @media (min-width: 751px) {
      .burger { display: none; }
      nav ul.nav-links { display: flex; position: static; height: auto; width: auto; background: none; transform: none; }
    }

    /* Burger animation active class */
    .burger.active span:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
    }
    .burger.active span:nth-child(2) {
      opacity: 0;
    }
    .burger.active span:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
    }

    

    .checkin-page {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      padding: 40px;
    }
    
    .checkin-page .form-container {
      max-width: 500px;
      width: 100%;
      padding: 40px;
      border-radius: 5px;
      color: #0d0d41;
      border-color: #0d0d41;
      border-style: double;
      background-color: rgba(255, 255, 255, 1);
      position: relative;
    }

    .checkin-page .form-container img{
      max-width: 100%;
      z-index: -9;
      position: absolute;
      left: -50px;
      top: -50px;
      border-radius: 5px;
    }

    .checkin-page .form-container h1{
      font-family: 'Cormorant Garamond';
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 20px;
    }

    .checkin-page .form-container h1 + p{
      font-style: italic;
    }
    
    .checkin-page form {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    
    .checkin-page input, textarea {
      width: 100%;
      padding: 12px;
      border: none;
      border-bottom: 1px #0d0d41 solid;
      margin-top: 20px
    }
    
    .checkin-page .checkbox {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 20px
    }

    .checkin-page .checkbox input{
      width: auto;
      margin-top: 0
    }

    .checkin-page .success-message {
      background: #0a7a3a;
      padding: 12px;
      border-radius: 5px;
      margin-bottom: 20px;
      text-align: center;
      font-weight: bold;
    }

    .checkin-page .label-checkin{
      display: none;
    }
    

/*---- FOOTER ----*/
       
.spectacledcoder-footer {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-bottom: 0px;
    width: 100%;
    height: 100px;
    background: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin:auto;background:rgba(246, 241, 234);display:block;z-index:1;position:relative' width='3000' height='588' preserveAspectRatio='xMidYMid' viewBox='0 0 3000 588'><g transform='translate(1500,294) scale(-1,-1) translate(-1500,-294)'><linearGradient id='lg-0.9997820734103322' x1='0' x2='1' y1='0' y2='0'><stop stop-color='%23ffffff' offset='0'></stop><stop stop-color='%23ffffff' offset='1'></stop></linearGradient><path d='' fill='hsl(200, 57%, 22%)'><animate attributeName='d' dur='10s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='0s' values='M0 0L 0 558.9888918874962Q 300 557.9557135224538  600 520.7201791558826T 1200 493.0888623871913T 1800 448.04775521801616T 2400 442.32786157869174T 3000 400.5000938220193L 3000 0 Z;M0 0L 0 531.8219503412562Q 300 581.2367793971861  600 536.6456794845121T 1200 526.1199153747991T 1800 453.6567543549444T 2400 426.5449945053999T 3000 429.5661867072931L 3000 0 Z;M0 0L 0 572.7600127243211Q 300 599.6891402698932  600 560.6693012791557T 1200 514.6895687962055T 1800 485.3535117451038T 2400 447.8902433799051T 3000 454.9458231426154L 3000 0 Z;M0 0L 0 558.9888918874962Q 300 557.9557135224538  600 520.7201791558826T 1200 493.0888623871913T 1800 448.04775521801616T 2400 442.32786157869174T 3000 400.5000938220193L 3000 0 Z'></animate></path></g></svg>") no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}


@media only screen and (max-width: 900px) 
  {
    .spectacledcoder-footer
    {
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-bottom: 0px;
        width: 100%;
        height: fit-content;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        background: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin:auto;background:rgba(246, 241, 234);display:block;z-index:1;position:relative' width='3000' height='588' preserveAspectRatio='xMidYMid' viewBox='0 0 3000 588'><g transform='translate(1500,294) scale(-1,-1) translate(-1500,-294)'><linearGradient id='lg-0.9997820734103322' x1='0' x2='1' y1='0' y2='0'><stop stop-color='%23ffffff' offset='0'></stop><stop stop-color='%23ffffff' offset='1'></stop></linearGradient><path d='' fill='hsl(200, 57%, 22%)'><animate attributeName='d' dur='10s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='0s' values='M0 0L 0 558.9888918874962Q 300 557.9557135224538  600 520.7201791558826T 1200 493.0888623871913T 1800 448.04775521801616T 2400 442.32786157869174T 3000 400.5000938220193L 3000 0 Z;M0 0L 0 531.8219503412562Q 300 581.2367793971861  600 536.6456794845121T 1200 526.1199153747991T 1800 453.6567543549444T 2400 426.5449945053999T 3000 429.5661867072931L 3000 0 Z;M0 0L 0 572.7600127243211Q 300 599.6891402698932  600 560.6693012791557T 1200 514.6895687962055T 1800 485.3535117451038T 2400 447.8902433799051T 3000 454.9458231426154L 3000 0 Z;M0 0L 0 558.9888918874962Q 300 557.9557135224538  600 520.7201791558826T 1200 493.0888623871913T 1800 448.04775521801616T 2400 442.32786157869174T 3000 400.5000938220193L 3000 0 Z'></animate></path></g></svg>") no-repeat center center;
    }
  }

.footer-container{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  background-color: #184257;
  padding: 0 40px
}

.footer-container img{
  max-width: 100%;
}

/** CONCIERGERIE **/


.container-conciergerie {
  margin: 0 auto;
  padding: 4rem;
  width: 48rem;
}


.accordion .accordion-item {
  border-bottom: 1px solid #184257;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #184257;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #184257;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #184257;
  border: 1px solid #184257;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #184257;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 999em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  color: #184257
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}


/** container-ceremonies-festivites **/

.quote{
    color: #fff;
    background-color: #184257;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}

.quote-inner{
    margin: 0 auto;
    padding: 4rem;
    width: 56rem;
}