/*----------NOTES----------
Color Palette
1. #dad7cd
2. #a3b18a
3. #588157
4. #3a5a40
5. #344e41
----------END NOTES----------*/

@import url("https://fonts.googleapis.com/css2?family=Aboreto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Birthstone&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Birthstone&family=Charm:wght@400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');

/*----------GENERAL STYLES----------*/

body {
  margin: 0;
  padding: 0;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}

/*----------CUSTOM CURSOR----------*/
body {
  cursor: url("Images/favoritered.svg"), auto;
}

a,
button,
.interactive-element {
  cursor: url("Images/favoriteRedFill.svg"), pointer;
}
@media (prefers-reduced-motion: reduce) {
  * {
    cursor: auto !important;
  }
}
button:hover {
  cursor: url("Images/favoriteRedFill.svg"), pointer;
}
#bb-launcher:hover {
  cursor: url("Images/favoriteRedFill.svg"), pointer;
}
h1 {
  margin-block-end: 0px !important;
  margin-block-start: 0px !important;
}
h2 {
  margin-block-end: 20px !important;
  margin-block-start: 0px !important;
}

/*----------STYLES COUNTDOWN----------*/
.countdown-wrap {
  color: var(--ink);
  text-align: center;
  font-family: "Aboreto", system-ui, sans-serif;
}
.countdown-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.countdown-num {
  font-size: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fffbf2;
}
.countdown-label {
  font-size: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fffbf2;
}
.countdown-done {
  font-size: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fffbf2;
}
.countdown-title {
  font-size: 2rem;
}
@media (max-width: 1000px) {
  .countdown-num {
    font-size: 12px;
  }
  .countdown-label {
    font-size: 12px;
  }
  .countdown-done {
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  .countdown-title {
    font-size: 1.5rem;
  }
}

/*----------STYLES BUTONS----------*/
.btn {
  position: relative;
  font-weight: 600;
  color: white;
  background: none;
  border: 2px solid #ffd1df;
  border-radius: 20px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  font-family: "Aboreto", system-ui, sans-serif;
}

.hero .btn {
  margin-top: 50px;
  padding: 1.25rem 6rem;
  font-size: 1rem;
}

.footerCTA .btn {
  margin-top: 0px;
  padding: 1.25rem 10rem;
  font-size: 1.5rem;
}
@media (max-width: 1000px) {
  .footerCTA .btn {
    margin-top: 0px;
    padding: 0.75rem 5rem;
    font-size: 1.5rem;
  }
}

.liquid {
  background: linear-gradient(#ffd1df 0 0) no-repeat calc(200% - var(--p, 0%))
    100% / 200% var(--p, 0.2em);
  transition:
    0.3s var(--t, 0s),
    background-position 0.3s calc(0.3s - var(--t, 0s));
}

.liquid:hover {
  --p: 100%;
  --t: 0.3s;
  color: #fff;
}

/*----------STYLES FOOTER----------*/
.footerCTA {
  display: grid;
  place-items: center;
  position: relative;
}

.footerCTA-img {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footerCTA-text {
  grid-area: 1 / 1;
  z-index: 1;
  text-align: center;
  color: white;
  font-family: "Birthstone", system-ui, sans-serif;
}
.footerCTA-text h2 {
  font-size: 8rem;
}
@media (max-width: 1025px) {
  .footerCTA-text h2 {
    font-size: 4rem;
  }
}
@media (max-width: 1025px) {
  .footer-text h2 {
    font-size: 4rem;
  }
  .footer-img-desktop {
    display: none;
  }
}
@media (min-width: 1026px) {
  .footer-img-mobile {
    display: none;
  }
}
.footer-img-mobile {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*----------STYLES HERO----------*/
.hero {
  display: grid;
  place-items: center;
  position: relative;
}

.hero-img-desktop {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-text {
  grid-area: 1 / 1;
  z-index: 1;
  text-align: center;
  color: white;
  font-family: "Aboreto", system-ui, sans-serif;
}
.hero-text h1 {
  font-size: 8rem;
  font-family: "Birthstone", system-ui, sans-serif;
}
@media (max-width: 1025px) {
  .hero-text h1 {
    font-size: 4rem;
  }
  .hero-img-desktop {
    display: none;
  }
}
@media (min-width: 1026px) {
  .hero-img-mobile {
    display: none;
  }
}
.hero-img-mobile {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*----------STYLES INTERIOR HERO----------*/
.interiorHero {
  display: grid;
  place-items: center;
  position: relative;
}

.interiorHero-img-desktop {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interiorHero-text {
  grid-area: 1 / 1;
  z-index: 1;
  text-align: center;
  color: white;
  font-family: "Aboreto", system-ui, sans-serif;
}
.interiorHero-text h1 {
  font-size: 8rem;
  font-family: "Birthstone", system-ui, sans-serif;
}
@media (max-width: 1025px) {
  .interiorHero-text h1 {
    font-size: 4rem;
  }
  .interiorHero-img-desktop {
    display: none;
  }
}
@media (min-width: 1026px) {
  .interiorHero-img-mobile {
    display: none;
  }
}
.interiorHero-img-mobile {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*----------STYLES NAV----------*/
nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
nav ul {
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 5px;
  font-family: "Aboreto", system-ui, sans-serif;
  font-size: 1.25rem;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all 0.5s;
}
nav ul li a:hover {
  color: #ffd1df;
  transition: 0.25s;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
}

.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  transition:
    transform 0.25s ease,
    opacity 0.2s ease;
}
.hamburger.open span:nth-child(1) {
  transform: translateY(8.5px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-8.5px) rotate(-45deg);
}

@media (max-width: 1025px) {
  .nav-links {
    display: none;
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 1000;
  }

  .nav-links.open {
    display: flex;
  }

  .hamburger {
    display: flex;
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1100;
  }

  .navbar {
    position: static;
    justify-content: flex-end;
    padding: 0;
  }
}
/*---------- STYLES WHEN/WHERE STRIPE----------*/
.whenwhere {
  background-color: #000;
  padding-top: 35px;
  text-align: center;
  width: 100%;
}
@media (min-width: 1026px) {
  .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.whenwhere-img {
  max-width: 100%;
}
.whenwhere h2 {
  color: #fff;
  font-family: aboreto, system-ui, sans-serif;
  font-size: 5rem;
  padding-bottom: 4rem;
  padding-top: 4rem;
}
.whenwhere h3 {
  color: #fff;
  font-family: aboreto, system-ui, sans-serif;
  font-size: 2rem;
}
@media (max-width: 1025px) {
  .whenwhere h2 {
    font-size: 3rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .whenwhere h3 {
    font-size: 1rem;
  }
}
/*---------- STYLES FAQ PAGE----------*/
.faq h2 {
  font-family: instrument serif, system-ui, sans-serif;
  font-size: 1.5rem;
  padding-left: 12rem;
}
.faq {
  background-color: #fffbf2;
  padding-top: 4rem;
}
.faq p {
  font-size: 1rem;
  padding-left: 12rem;
  padding-bottom: 3rem;
  margin-block-end: 0px;
}
@media (max-width: 1025px) {
  .faq h2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .faq p {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/*---------- STYLES CHATBOT----------*/
:root {
  --bb-bg: #ffffff;
  --bb-bg2: #f5f4f0;
  --bb-bg3: #ede9e3;
  --bb-border: #e2ddd6;
  --bb-border2: #c8c2b8;
  --bb-text: #1a1916;
  --bb-text2: #6b6660;
  --bb-text3: #9e9890;
  --bb-accent: #05402b;
  --bb-accent2: #2c4261;
  --bb-user-bg: #3d5a80;
  --bb-user-text: #ffffff;
  --bb-shadow: 0 8px 32px rgba(0, 0, 0, 0.14), 0 2px 8px rgba(0, 0, 0, 0.08);
  --bb-radius: 16px;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bb-bg: #242220;
    --bb-bg2: #1a1916;
    --bb-bg3: #2e2b28;
    --bb-border: #3a3632;
    --bb-border2: #504c47;
    --bb-text: #f0ede8;
    --bb-text2: #a8a39c;
    --bb-text3: #706c66;
    --bb-accent: #05402b;
    --bb-accent2: #8aafe0;
    --bb-user-bg: #2c4261;
    --bb-user-text: #e8eef5;
    --bb-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 2px 8px rgba(0, 0, 0, 0.3);
  }
}
.bb-bubble a {
  color: #3d5a80;
  text-decoration: underline;
}

.bb-bubble a:hover {
  opacity: 0.8;
}
@media (prefers-color-scheme: dark) {
  .bb-bubble a {
    color: #ffffff;
    text-decoration: underline;
  }

  .bb-bubble a:hover {
    opacity: 0.8;
  }
}

/* Launcher button */
#bb-launcher {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--bb-accent);
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(61, 90, 128, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
#bb-launcher:hover {
  transform: scale(1.07);
  box-shadow: 0 6px 20px rgba(61, 90, 128, 0.55);
}
#bb-launcher:active {
  transform: scale(0.95);
}

#bb-launcher svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  position: absolute;
  transition:
    opacity 0.15s ease,
    transform 0.15s ease;
}
#bb-launcher .icon-chat {
  opacity: 1;
  transform: scale(1);
}
#bb-launcher .icon-close {
  opacity: 0;
  transform: scale(0.6) rotate(-45deg);
}
#bb-launcher.open .icon-chat {
  opacity: 0;
  transform: scale(0.6) rotate(45deg);
}
#bb-launcher.open .icon-close {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

/* Unread badge */
#bb-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e05555;
  border: 2px solid #f0ede8;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0);
  transition:
    opacity 0.2s,
    transform 0.2s;
  pointer-events: none;
}
#bb-badge.visible {
  opacity: 1;
  transform: scale(1);
}

/* Chat panel */
#bb-panel {
  position: fixed;
  bottom: 92px;
  right: 24px;
  width: 360px;
  height: 520px;
  max-height: calc(100vh - 116px);
  background: var(--bb-bg);
  border: 1px solid var(--bb-border);
  border-radius: 20px;
  box-shadow: var(--bb-shadow);
  display: flex;
  flex-direction: column;
  z-index: 9998;
  overflow: hidden;
  transform-origin: bottom right;
  transform: scale(0.85) translateY(16px);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.22s cubic-bezier(0.34, 1.36, 0.64, 1),
    opacity 0.18s ease;
}
#bb-panel.open {
  transform: scale(1) translateY(0);
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 420px) {
  #bb-panel {
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75vh;
    max-height: 75vh;
    border-radius: 20px 20px 0 0;
    border-bottom: none;
  }
  #bb-launcher {
    bottom: 16px;
    right: 16px;
  }
}

/* Panel header */
#bb-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: var(--bb-accent);
  flex-shrink: 0;
}
.bb-hdr-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bb-hdr-avatar svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bb-hdr-text {
  flex: 1;
}
.bb-hdr-text h2 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.01em;
}
.bb-hdr-text p {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 1px;
}
.bb-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7de0a8;
  display: inline-block;
  margin-right: 4px;
}

/* Chat area */
#bb-chat {
  flex: 1;
  overflow-y: auto;
  padding: 14px 12px;
  scroll-behavior: smooth;
  background: var(--bb-bg2);
}
#bb-chat::-webkit-scrollbar {
  width: 3px;
}
#bb-chat::-webkit-scrollbar-track {
  background: transparent;
}
#bb-chat::-webkit-scrollbar-thumb {
  background: var(--bb-border2);
  border-radius: 3px;
}

.bb-row {
  display: flex;
  gap: 7px;
  margin-bottom: 12px;
  animation: bbFadeUp 0.2s ease;
}
@keyframes bbFadeUp {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.bb-row.user {
  flex-direction: row-reverse;
}

.bb-msg-av {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--bb-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: flex-end;
}
.bb-msg-av svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bb-msg-av.user {
  background: var(--bb-bg3);
}
.bb-msg-av.user svg {
  stroke: var(--bb-text2);
}

.bb-bwrap {
  max-width: 80%;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.bb-row.user .bb-bwrap {
  align-items: flex-end;
}

.bb-name {
  font-size: 10px;
  color: var(--bb-text3);
  padding: 0 3px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.bb-row.user .bb-name {
  text-align: right;
}

.bb-bubble {
  padding: 9px 12px;
  border-radius: var(--bb-radius);
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--bb-text);
  background: var(--bb-bg);
  border: 1px solid var(--bb-border);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.bb-row.user .bb-bubble {
  background: var(--bb-user-bg);
  color: var(--bb-user-text);
  border-color: transparent;
  box-shadow: none;
}

/* Suggestions */
.bb-sugg-row {
  margin-bottom: 14px;
  animation: bbFadeUp 0.25s ease;
}
.bb-sugg-label {
  font-size: 10px;
  color: var(--bb-text3);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 6px;
  padding-left: 33px;
}
.bb-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-left: 33px;
}
.bb-chip {
  background: var(--bb-bg);
  color: var(--bb-text2);
  border: 1px solid var(--bb-border);
  border-radius: 20px;
  padding: 5px 11px;
  font-size: 12px;
  cursor: pointer;
  transition:
    background 0.12s,
    border-color 0.12s,
    transform 0.1s;
  user-select: none;
  line-height: 1.3;
  font-family: inherit;
}
.bb-chip:hover {
  background: var(--bb-bg3);
  border-color: var(--bb-border2);
}
.bb-chip:active {
  transform: scale(0.96);
}

/* Typing indicator */
.bb-typing {
  display: flex;
  gap: 3px;
  padding: 10px 12px;
  background: var(--bb-bg);
  border: 1px solid var(--bb-border);
  border-radius: var(--bb-radius);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  width: fit-content;
}
.bb-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--bb-text3);
  animation: bbBlink 1.2s infinite;
}
.bb-dot:nth-child(2) {
  animation-delay: 0.2s;
}
.bb-dot:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes bbBlink {
  0%,
  100% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Input area */
#bb-input-area {
  padding: 10px 10px 12px;
  background: var(--bb-bg);
  border-top: 1px solid var(--bb-border);
  flex-shrink: 0;
}
.bb-input-row {
  display: flex;
  gap: 6px;
  align-items: flex-end;
  background: var(--bb-bg2);
  border: 1.5px solid var(--bb-border);
  border-radius: 20px;
  padding: 7px 7px 7px 13px;
  transition: border-color 0.15s;
}
.bb-input-row:focus-within {
  border-color: var(--bb-accent);
}
#bb-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-size: 13.5px;
  color: var(--bb-text);
  font-family: inherit;
  resize: none;
  line-height: 1.5;
  max-height: 90px;
  padding: 1px 0;
}
#bb-input::placeholder {
  color: var(--bb-text3);
}
#bb-send {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--bb-accent);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    background 0.12s,
    transform 0.1s,
    opacity 0.15s;
  opacity: 0.35;
}
#bb-send:not(:disabled) {
  opacity: 1;
}
#bb-send:not(:disabled):hover {
  background: var(--bb-accent2);
}
#bb-send:not(:disabled):active {
  transform: scale(0.92);
}
#bb-send svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
