body {
  background-color: rgb(234, 216, 201);
  color: rgb(26, 35, 58);
}

::-moz-selection {
  background: rgb(26, 35, 58);
  color: rgb(234, 216, 201);
}

::selection {
  background: rgb(26, 35, 58);
  color: rgb(234, 216, 201);
}

#chromeframe {
  background: rgb(234, 216, 201);
  color: rgb(26, 35, 58);
}

a, button {
  color: rgb(26, 35, 58);
}
a:hover, button:hover {
  color: rgb(131, 148, 120);
}

@font-face {
  font-family: "ballet-regular";
  src: url("fonts/ballet-regular.eot");
  src: url("fonts/ballet-regular.eot?#iefix") format("embedded-opentype"), url("fonts/ballet-regular.woff") format("woff"), url("fonts/ballet-regular.woff2") format("woff2"), url("fonts/ballet-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "bella-bold";
  src: url("fonts/bella-bold.eot");
  src: url("fonts/bella-bold.eot?#iefix") format("embedded-opentype"), url("fonts/bella-bold.woff") format("woff"), url("fonts/bella-bold.woff2") format("woff2"), url("fonts/bella-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "bella-bold-italic";
  src: url("fonts/bella-bold-italic.eot");
  src: url("fonts/bella-bold-italic.eot?#iefix") format("embedded-opentype"), url("fonts/bella-bold-italic.woff") format("woff"), url("fonts/bella-bold-italic.woff2") format("woff2"), url("fonts/bella-bold-italic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "bellatext-bold-italic";
  src: url("fonts/bellatext-bold-italic.eot");
  src: url("fonts/bellatext-bold-italic.eot?#iefix") format("embedded-opentype"), url("fonts/bellatext-bold-italic.woff") format("woff"), url("fonts/bellatext-bold-italic.woff2") format("woff2"), url("fonts/bellatext-bold-italic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "oracle-regular";
  src: url("fonts/oracle-regular.eot");
  src: url("fonts/oracle-regular.eot?#iefix") format("embedded-opentype"), url("fonts/oracle-regular.woff") format("woff"), url("fonts/oracle-regular.woff2") format("woff2"), url("fonts/oracle-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "oracle-medium";
  src: url("fonts/oracle-medium.eot");
  src: url("fonts/oracle-medium.eot?#iefix") format("embedded-opentype"), url("fonts/oracle-medium.woff") format("woff"), url("fonts/oracle-medium.woff2") format("woff2"), url("fonts/oracle-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "oracle-semibold";
  src: url("fonts/oracle-semibold.eot");
  src: url("fonts/oracle-semibold.eot?#iefix") format("embedded-opentype"), url("fonts/oracle-semibold.woff") format("woff"), url("fonts/oracle-semibold.woff2") format("woff2"), url("fonts/oracle-semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "oracle-semibold-italic";
  src: url("fonts/oracle-semibold-italic.eot");
  src: url("fonts/oracle-semibold-italic.eot?#iefix") format("embedded-opentype"), url("fonts/oracle-semibold-italic.woff") format("woff"), url("fonts/oracle-semibold-italic.woff2") format("woff2"), url("fonts/oracle-semibold-italic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
body, button {
  font-family: "oracle-regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h1, h2, h3 {
  font-family: "bella-bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h4, h5, h6, blockquote {
  font-family: "bellatext-bold-italic", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

nav ul, small, #weekly-plan div p, #weekly-plan a, a.btn, ul li h5 {
  font-family: "oracle-semibold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#weekly-plan h3 {
  font-family: "ballet-regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.list-column h4, .list-column ul li {
  font-family: "Oooh Baby", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h4.coming-soon {
  font-family: "Oooh Baby", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: always;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
}

h1, li, input, select, strong, label, textarea, a, a:hover, a:visited, button, path {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.wrapper {
  height: auto;
  padding: 0;
  margin: 0;
  width: 100%;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

.center {
  margin: 0 auto;
}

.hidden {
  visibility: hidden;
}

.nolist {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

a {
  text-decoration: none;
}

p a {
  text-decoration: underline;
}

p {
  line-height: 1.3em;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bullets, .alpha, .numerals {
  padding: 1em 0 0 18px;
}
.bullets li, .alpha li, .numerals li {
  margin-bottom: 1em;
}

.bullets {
  list-style: disc;
}

.alpha {
  list-style: lower-roman;
}

.v-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.h-align {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.align {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

sup {
  font-size: 40%;
  vertical-align: super;
}

/* Chrome Frame */
#chromeframe {
  display: block;
  padding: 1em 10%;
  position: fixed;
  text-align: center;
  bottom: -1em;
  width: 80%;
  z-index: 1000;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   Custom Skinny Reset
   ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article, footer, header, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
html, body {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
a:focus {
  outline: none;
}

a:active, a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
strong, p a {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  font-weight: normal;
  line-height: 1em;
  margin: 0 auto;
  width: 100%;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

p {
  margin: 0 0 1.5em 0;
}

small {
  font-size: 80%;
}

/* ==========================================================================
   Lists
   ========================================================================== */
ol, ul {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: none;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  -webkit-appearance: none;
}

button, input {
  line-height: normal;
}

button {
  border: none;
}

input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

*:focus {
  outline: none;
}

/* ==========================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* < 768 ------------------------------------------ */
/* Responsive: Stack into one column on smaller screens */
@media (max-width: 768px) {
  .break small.label img {
    margin-top: -18px !important;
    max-width: 55px;
    height: auto;
  }
  nav ul li.hidden {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  #hero img {
    height: 58vh !important;
    object-fit: cover;
    object-position: center;
  }
  #hero .ticker-text {
    font-size: 25.5vw !important;
  }
  #story-content {
    flex-direction: column; /* Stack divs vertically */
  }
  #story #card-title {
    font-size: 11vw !important;
  }
  #itinerary h2 {
    font-size: clamp(2.7em, 10vw, 10em) !important;
  }
  #itinerary ul li div {
    flex: 1.2 !important;
  }
  #itinerary ul li div h3 {
    font-size: clamp(1.2em, 4vw, 1.8em);
  }
  #itinerary ul li div p {
    font-size: clamp(1em, 2.5vw, 1.3em);
    margin: 0;
  }
  #itinerary ul li#wedding-day {
    padding: 15px 15px !important;
    overflow: visible;
    position: relative;
  }
  #itinerary ul li#wedding-day img {
    right: -25% !important;
    top: 60% !important;
    width: 23vw !important;
    min-width: 180px !important;
  }
  #itinerary ul li#wedding-day div {
    flex: 1.7 !important;
  }
  #itinerary ul li#wedding-day div h3 {
    font-size: clamp(1.7em, 3.5vw, 2.4em) !important;
  }
  #itinerary ul li#wedding-day div p {
    font-size: clamp(1em, 2.6vw, 1.4em) !important;
  }
  #itinerary ul li#wedding-day > p {
    font-size: clamp(1em, 2.8vw, 1.5em) !important;
  }
  #faqs h2 {
    font-size: clamp(2.7em, 10vw, 10em) !important;
  }
  #hotels h3 {
    font-size: clamp(2.5em, 9vw, 10em) !important;
  }
  #hotels .hotel-grid {
    gap: 5vw !important;
  }
  #hotels .hotel-cell {
    padding: 2vw 5vw 1vw !important;
  }
  #hotels .hotel-cell.full-width div a.btn {
    text-align: center !important;
    align-self: stretch !important;
  }
  #hotels .hotel-columns {
    gap: 5vw !important;
  }
  #hotels .hotel-columns > div {
    padding: 1vw 5vw 5vw !important;
  }
  #activities h3 {
    font-size: clamp(2em, 8vw, 10em) !important;
    margin: 5vw 0 10vw !important;
  }
  footer {
    padding: 5vw 0 16vw !important;
  }
}
body {
  font-size: 1.2em;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
body .wrapper {
  width: 90vw;
  margin: 0;
}

/* ==========================================================================
   Header
   ========================================================================== */
#header {
  padding: 2vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#header a {
  text-decoration: none;
  margin-bottom: 0.5vh;
}

/* ==========================================================================
   Nav
   ========================================================================== */
nav {
  border-top: rgb(26, 35, 58) 0.5px solid;
  display: flex;
  flex-direction: row;
  height: 5vh;
}
nav span {
  flex: 1;
  height: 5vh;
  display: flex;
  align-items: center;
}
nav span a, nav span button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: clamp(0.8em, 1vw, 1em);
}
nav span a:hover svg, nav span button:hover svg {
  vertical-align: middle;
  fill: rgb(131, 148, 120);
}
nav span button {
  background: none;
  padding: 0;
  margin: 0;
}
nav ul {
  display: flex;
  flex-direction: row;
  flex: 3;
  align-items: center;
  justify-content: center;
}
nav ul li.hidden {
  display: none;
}
nav ul li {
  margin: 0 1vw;
}
nav #date {
  border-right: rgb(26, 35, 58) 0.5px solid;
}
nav #date button svg {
  margin: -1px 0 1px 10px;
}
nav #location {
  border-left: rgb(26, 35, 58) 0.5px solid;
  justify-content: right;
}
nav #location a svg {
  margin: 0 10px 0 0;
}
@media (max-width: 1024px) {
  nav ul {
    flex: 2;
  }
}
@media (max-width: 768px) {
  nav {
    flex-direction: row;
    height: auto;
  }
  nav span {
    width: 50%;
    height: auto;
    padding: 1em 0;
  }
  nav #date, nav #location {
    border-left: none;
    border-right: none;
  }
  nav ul {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 96vw;
    background: rgb(26, 35, 58);
    z-index: 100;
    justify-content: space-around;
    padding: 1em 2vw;
    flex: none;
    margin: 0;
  }
  nav ul li {
    margin: 0;
  }
  nav ul li a {
    color: rgb(234, 216, 201);
    font-size: 0.9em !important;
  }
}

/* ==========================================================================
   Hero
   ========================================================================== */
#hero {
  padding: 2vw 0 4vw;
  position: relative;
}
#hero img {
  width: 100%;
  height: auto;
  border-radius: 1.5vw;
  position: relative;
  z-index: 0;
  opacity: 0; /* Start fully transparent */
  transform: translateY(20px); /* Start slightly below */
  animation: fade-slide 2s cubic-bezier(0.25, 1, 0.25, 1) forwards; /* Soft bounce */
}
@keyframes fade-slide {
  0% {
    opacity: 0;
    transform: translateY(20px); /* Start lower */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* Settle in place */
  }
}
#hero .ticker-wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  width: 100vw;
  padding: 0 0 8vw;
  margin: -8vw -5vw -8vw;
}
#hero .ticker-scroll-container {
  display: inline-flex;
  animation: ticker-scroll 30s linear infinite;
}
#hero .ticker-scroll-container .ticker-text {
  display: inline-block;
  font-size: 14.5vw;
  white-space: nowrap;
}
@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ==========================================================================
   Content
   ========================================================================== */
.break {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0;
}
.break small.label {
  width: 100%;
  border-top: rgb(26, 35, 58) 0.5px solid;
  text-align: center;
  margin-bottom: 50px;
}
.break small.label img {
  margin-top: -20px;
  background-color: rgb(234, 216, 201);
}

a.btn {
  font-size: 0.9rem;
  text-decoration: none;
  color: rgb(26, 35, 58);
  border: 0.5px solid rgb(26, 35, 58);
  box-shadow: inset 0 -2px 0 rgb(234, 216, 201), inset 0 -2.5px 0 rgb(26, 35, 58);
  padding: 0.4em 1em 0.6em;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.1em;
}
a.btn:focus, a.btn:hover {
  background: rgb(131, 148, 120);
  border: 0.5px solid rgb(131, 148, 120);
  box-shadow: none;
  color: rgb(234, 216, 201);
  padding: 0.4em 1em;
  margin-top: 0.2em;
}

#story {
  /* Bounce Animation for Cards */
  /* === ANIMATIONS === */
}
#story section#story-intro {
  position: relative;
  width: 100vw;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#story .section-visible #card-mountains,
#story .section-visible #cards,
#story .section-visible #card1,
#story .section-visible #card2,
#story .section-visible #card3 {
  will-change: transform, opacity;
  transform: translate3d(0, 0, 0);
}
#story #card-mountains {
  width: 70vw !important;
  height: auto;
  margin: 0 0 15vw;
  z-index: 1; /* Bottom layer */
  opacity: 1;
  transform: scale(1);
  fill: rgb(26, 35, 58);
}
#story #cards {
  position: absolute;
  z-index: 2; /* Middle layer */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
#story #cards img {
  border-radius: 1.5vw;
}
#story #card1, #story #card2, #story #card3 {
  position: absolute;
  width: 25vw;
  height: auto;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
#story #card-title {
  position: absolute;
  font-size: 10vw;
  width: 100vw;
  text-align: center;
  z-index: 3; /* Top layer */
  opacity: 0;
  transform: scale(0.8) translateZ(0);
  backface-visibility: hidden;
  transition: opacity 0.5s ease-out 0.5s;
}
@keyframes cardBounceLeft {
  0% {
    transform: translate(0, 0) scale(0.9) rotate(0);
  }
  100% {
    transform: translate(-18vw, -3vw) scale(1) rotate(-17deg);
  }
}
@keyframes cardBounceRight {
  0% {
    transform: translate(0, 0) scale(0.9) rotate(0);
  }
  100% {
    transform: translate(20vw, 8vw) scale(1) rotate(17deg);
  }
}
@keyframes cardBounceCenter {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes titleBounce {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
#story .section-visible #cards {
  opacity: 1;
  transform: scale(1);
}
#story .section-visible #card1 {
  opacity: 1;
  animation: cardBounceLeft 0.8s cubic-bezier(0.25, 1.5, 0.5, 1) forwards;
}
#story .section-visible #card2 {
  opacity: 1;
  animation: cardBounceCenter 0.8s cubic-bezier(0.25, 1.5, 0.5, 1) forwards;
}
#story .section-visible #card3 {
  opacity: 1;
  animation: cardBounceRight 0.8s cubic-bezier(0.25, 1.5, 0.5, 1) forwards;
}
#story .section-visible #card-title {
  opacity: 1;
  animation: titleBounce 0.8s cubic-bezier(0.25, 1.5, 0.5, 1) forwards;
}

#story-content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 3vw 0 7vw;
  display: flex;
  gap: 4vw;
}
#story-content .quote-column {
  flex: 0.8;
  display: flex;
  flex-direction: column;
  justify-content: top;
}
#story-content .quote-column blockquote {
  font-size: clamp(1.3em, 2vw, 1.9em);
  line-height: 1.3;
  margin: 0 0 0.5em;
}
#story-content .quote-column cite {
  font-size: 1em;
  font-style: normal;
  color: rgb(26, 35, 58);
}
#story-content .list-column {
  flex: 1.2;
  position: relative;
}
#story-content .list-column .highlight-paper {
  position: relative;
  background-color: #ECDCCE;
  border-bottom: 4px solid rgb(26, 35, 58);
  padding: 70px 3vw 3vw;
  box-sizing: border-box;
}
#story-content .list-column .highlight-paper h4 {
  font-size: clamp(1.5em, 2.5vw, 2.2em);
  margin: 0 0 1.2em;
  transform: rotate(-5deg);
  font-weight: bold;
}
#story-content .list-column .highlight-paper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#story-content .list-column .highlight-paper ul li {
  font-size: clamp(1.4em, 2vw, 1.7em);
  margin-bottom: 0.7em;
  line-height: 1.2em;
  font-weight: bold;
}
#story-content .list-column .highlight-paper ul li strong {
  font-weight: bold;
  font-size: clamp(0.5em, 1.8vw, 0.6em);
}
#story-content .list-column .highlight-paper ul li p {
  font-weight: bold;
}
#story-content .list-column .highlight-paper ul li p.light {
  font-size: clamp(0.8em, 1.6vw, 0.9em);
  font-weight: 400 !important;
}
#story-content .list-column .highlight-paper .twine-img {
  position: absolute;
  width: 146px;
  height: auto;
  top: -30px;
  left: -40px;
  z-index: 2;
}
@media (max-width: 1024px) {
  #story-content {
    flex-direction: column;
  }
  #story-content .quote-column, #story-content .list-column {
    width: 100% !important;
    max-width: 680px;
    margin: 0;
  }
  #story-content .highlight-paper {
    padding: 50px 6vw 6vw !important;
    margin-top: 8vw;
  }
  #story-content .highlight-paper ul li {
    font-size: clamp(1.2em, 2vw, 1.3em) !important;
  }
  #story-content .highlight-paper .twine-img {
    width: 106px !important;
    left: -20px !important;
  }
}

#itinerary h2 {
  font-size: clamp(3em, 11vw, 11em);
  width: 100vw;
  text-align: center;
  margin: 0;
}
#itinerary ul {
  max-width: 1024px; /* Limit total width */
  margin: 0 auto; /* Center the section */
  width: 90vw;
  padding: 3vw 0 7vw;
  display: flex;
  flex-direction: column;
}
#itinerary ul li {
  border-top: 0.5px rgb(26, 35, 58) solid;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 0;
  margin: 0;
}
#itinerary ul li div {
  flex: 1;
}
#itinerary ul li div h3 {
  font-size: clamp(1.9em, 4vw, 2.8em);
  padding: 0;
  margin: 25px 0 -5px;
  font-weight: 400;
}
#itinerary ul li div p {
  font-size: clamp(0.9em, 2.2vw, 1.2em);
  margin: 0 0 5px;
}
#itinerary ul li > p {
  display: flex;
  font-size: clamp(0.8em, 2.5vw, 1.2em);
  flex: 2;
  margin: 0;
}
#itinerary ul li a {
  font-size: 0.8em;
  text-decoration: none;
  text-align: right;
}
#itinerary ul li#wedding-day {
  background-color: rgb(131, 148, 120);
  padding: 15px 30px;
  overflow: visible;
  position: relative;
}
#itinerary ul li#wedding-day h3, #itinerary ul li#wedding-day p {
  color: rgb(234, 216, 201);
}
#itinerary ul li#wedding-day img {
  position: absolute;
  right: -8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 35vw;
  max-width: 310px;
  min-width: 220px;
  height: auto;
}
#itinerary ul li#wedding-day div {
  flex: 1.2;
}
#itinerary ul li#wedding-day div h3 {
  font-size: clamp(2.2em, 4.2vw, 3em);
  margin: 25px 0 -5px;
}
#itinerary ul li#wedding-day div p {
  font-size: clamp(1.1em, 3vw, 1.5em);
}
#itinerary ul li#wedding-day > p {
  font-size: clamp(1.1em, 3vw, 1.5em);
}
@media (max-width: 768px) {
  #itinerary h2 {
    margin: 0 0 5vw !important;
  }
}

#faqs h2 {
  font-size: clamp(3em, 11vw, 10em);
  width: 100vw;
  margin: 0;
  text-align: center;
}
#faqs .faq-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4vw 0;
  box-sizing: border-box;
}
#faqs .faq-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 6vw;
  margin-bottom: 2vw;
  padding: 0 2vw;
}
@media (max-width: 768px) {
  #faqs .faq-row {
    flex-direction: column;
    margin-bottom: 0;
    gap: 0;
    padding: 0;
  }
}
#faqs .faq-block {
  flex: 1;
  position: relative;
}
#faqs .faq-block h4 {
  font-size: 1.4em;
  margin-bottom: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
#faqs .faq-block p {
  font-size: clamp(0.9em, 1.4vw, 1.1em);
  margin: 0;
  padding-bottom: 0.5em;
}
@media (max-width: 768px) {
  #faqs .faq-block {
    margin: 4vw 0;
  }
  #faqs .faq-block:last-child::after {
    content: none;
  }
}
#faqs .faq-divider {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3vw 0;
}
#faqs .faq-divider::before, #faqs .faq-divider::after {
  content: "";
  flex: 1;
  height: 0.5px;
  background: rgb(26, 35, 58);
  margin: 0;
}
#faqs .faq-divider span {
  font-size: 1.5em;
  color: rgb(26, 35, 58);
  margin: 1.5px 0 -1.5px;
}
@media (max-width: 768px) {
  #faqs .faq-divider {
    display: none;
  }
  #faqs .faq-divider span {
    display: none !important;
  }
}

#hotels h3 {
  font-size: clamp(3em, 6vw, 7em);
  width: 100%;
  margin: 0;
  text-align: center;
}
#hotels h4 {
  font-size: clamp(1.2em, 4vw, 1.5em);
  margin: 0.5em 0;
}
#hotels h4.coming-soon {
  font-size: clamp(1.6em, 4vw, 2em);
  letter-spacing: -0.05em;
  width: 90vw;
  max-width: 500px;
  margin: 4vw auto;
  padding: 2em 0;
  border: rgb(26, 35, 58) 0.5px solid;
  text-align: center;
  border-bottom: 4px solid rgb(26, 35, 58);
}
#hotels .hotel-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 4vw 0;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}
#hotels .hotel-cell {
  border: 0.5px solid rgb(26, 35, 58);
  box-shadow: inset 0 -2px 0 rgb(234, 216, 201), inset 0 -2.5px 0 rgb(26, 35, 58);
  box-sizing: border-box;
  padding: 2vw 1.5vw 2vw;
}
#hotels .hotel-cell.full-width {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 4vw;
  align-items: stretch;
}
#hotels .hotel-cell.full-width div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#hotels .hotel-cell.full-width div p {
  margin: 0 0 15px 0;
}
#hotels .hotel-cell.full-width div svg {
  width: 100%;
  height: auto;
}
#hotels .hotel-cell.full-width div a.btn {
  width: auto;
  align-self: flex-start;
  font-size: 1.1rem;
  padding: 0.6em 1.5em 0.8em;
}
#hotels .hotel-cell.full-width div a.btn:focus, #hotels .hotel-cell.full-width div a.btn:hover {
  padding: 0.6em 1.5em;
}
#hotels .hotel-cell.full-width ul {
  flex: 1;
  align-self: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#hotels .hotel-cell.full-width ul li {
  margin: 1em 0 0;
  padding: 0 0 0.2em;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-bottom: 0.5px rgb(26, 35, 58) solid;
}
#hotels .hotel-cell.full-width ul li:last-child {
  border-bottom: none;
}
#hotels .hotel-cell.full-width ul li h4 {
  font-size: clamp(1em, 2.2vw, 1.2em);
}
#hotels .hotel-cell.full-width ul li h5 {
  margin: 0 0 3px 0;
  font-size: 1em;
}
#hotels .hotel-cell.full-width ul li span {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
@media (max-width: 1024px) {
  #hotels .hotel-cell.full-width {
    flex-direction: column;
    gap: 1.5vw;
  }
  #hotels .hotel-cell.full-width ul {
    margin-top: 2vw;
    align-self: auto;
  }
}
#hotels .hotel-columns {
  display: flex;
  flex-direction: row;
  gap: 2vw;
}
#hotels .hotel-columns > div {
  flex: 1;
  border: 0.5px solid rgb(26, 35, 58);
  box-shadow: inset 0 -2px 0 rgb(234, 216, 201), inset 0 -2.5px 0 rgb(26, 35, 58);
  padding: 1vw 1vw 1.5vw;
  box-sizing: border-box;
}
#hotels .hotel-columns > div div {
  padding: 0;
  height: 18vw;
  min-height: 200px;
  max-height: 240px;
}
#hotels .hotel-columns > div div svg {
  width: 100%;
  height: auto;
}
#hotels .hotel-columns > div h4 {
  font-size: clamp(1.1em, 2.5vw, 1.3em);
}
#hotels .hotel-columns > div p {
  font-size: 0.95em;
  margin-bottom: 0.5em;
}
@media (max-width: 1024px) {
  #hotels .hotel-columns {
    flex-direction: column;
  }
  #hotels .hotel-columns > div {
    width: 100%;
  }
  #hotels .hotel-columns > div div {
    height: inherit !important;
    min-height: inherit !important;
    max-height: inherit !important;
  }
}

#activities h3 {
  font-size: clamp(3em, 6vw, 7em);
  width: 100%;
  margin: 2vw auto 0 !important;
  text-align: center;
}
#activities #skiier {
  display: block;
  margin: 5vw auto 0;
  width: 50vw;
  max-width: 286px;
  height: auto;
}
#activities #activities-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 6vw auto;
  gap: 4vw;
  padding: 0;
  box-sizing: border-box;
}
#activities #activities-content > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#activities #activities-content > div h4 {
  font-size: clamp(1.4em, 4vw, 1.6em);
  margin-bottom: 1.5vw;
}
#activities #activities-content > div p {
  font-size: 1em;
  margin-bottom: 2em;
}
#activities #activities-content > div ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
#activities #activities-content > div ul li {
  margin: 1em 0 0;
  padding: 0 0 0.2em;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 0.5px rgb(26, 35, 58) solid;
}
#activities #activities-content > div ul li:last-child {
  border-bottom: none;
}
#activities #activities-content > div ul li div {
  display: flex;
  flex-direction: column;
}
#activities #activities-content > div ul li div h5 {
  margin: 0 0 3px 0;
  font-size: 1em;
}
#activities #activities-content > div ul li div span {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
#activities #activities-content svg {
  flex: 1;
  width: 100%;
  height: auto;
  max-width: 600px;
}
@media (max-width: 1024px) {
  #activities #activities-content {
    flex-direction: column;
    align-items: center;
  }
  #activities #activities-content svg {
    max-width: 90vw;
  }
  #activities #activities-content > div {
    width: 100%;
  }
  #activities #activities-content > div ul {
    margin-top: 2vw;
  }
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  padding: 5vw 0;
  text-align: center;
}
footer img {
  max-width: 45px;
  height: auto;
}
footer h6 {
  font-size: clamp(1.6em, 3vw, 2.2em);
  padding-bottom: 30px;
}
footer p {
  font-size: clamp(0.8em, 2vw, 0.9em);
  opacity: 0.5;
}
