/* Headings */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "nexa", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: #fae5e9;
  background-color: #410D14;
  line-height: 1.6;
}
h1,
h2,
h4 {
  font-family: "larken", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}
h1,
h2 {
  color: #F83359;
  line-height: 1.2;
}
h3,
h4 {
  color: #660000;
}
h1 {
  font-size: 3.5rem;
  margin-bottom: 1.25rem;
}
h2 {
  font-size: 3rem;
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}
h3 {
  font-size: 1.75rem;
  margin-bottom: 0.9375rem;
  font-weight: 500;
  color: #ffffff;
}
h4 {
  font-size: 1.375rem;
}
a {
  color: #F83359;
  text-decoration: underline;
}
a:hover {
  transform: translateY(-0.125rem);
  color: #FBF7F5;
}
.font-small-note {
  font-size: 1rem !important;
  color: #fae5e9;
  opacity: 0.8;
  line-height: 1.6;
}
.italic,
.emphasis {
  font-style: italic;
}
.bottom-spacing-0 {
  margin-bottom: 0 !important;
}
.container {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
header {
  background-color: transparent;
  padding: 0.5rem 0.5rem;
  position: sticky;
  top: 0px;
  z-index: 100;
  transition: all 0.3s ease;
}
header.scrolled {
  margin-top: 0.5rem;
}
header.scrolled nav {
  background: rgba(51, 0, 0, 0.9);
  padding-top: 0.5rem;
  backdrop-filter: blur(12px);
  border-radius: 10rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 480px) {
  header.scrolled {
    display: none;
  }
}
.logo {
  font-size: 2rem;
  font-weight: 700;
  color: #F83359;
  text-decoration: none;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav > ul {
  display: flex;
  list-style: none;
  gap: 1.875rem;
  margin-bottom: 0;
}
nav a {
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
  color: #FBF7F5;
}
nav a:hover {
  color: #F83359;
}
nav .nav-button {
  padding: 10px 20px;
  background: #F83359;
  color: #fae5e9;
  border-radius: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.125rem;
}
nav .nav-button:hover {
  transform: translateY(-0.125rem);
  box-shadow: 0 0.5rem 1.25rem rgba(248, 51, 89, 0.4);
  color: #410D14;
}
.theme-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FBF7F5;
  transition: color 0.3s;
}
.theme-toggle:hover {
  color: #F83359;
}
.theme-toggle svg {
  width: 20px;
  height: 20px;
}
ul,
ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  padding-left: 0;
}
li {
  margin-bottom: 0.5rem;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
.hero,
.section {
  --dots-color: rgba(65, 13, 20, 0.95);
}
.hero {
  padding: 3.75rem 0;
  position: relative;
  overflow: visible;
  background: linear-gradient(180deg, #410D14 0%, #330000 100%) !important;
  min-height: 600px;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  height: 100%;
  background-image: url('../images/francine-blush-glow.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 1;
}
/*Hero content contains image and text*/
.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.75rem;
  align-items: end;
  position: relative;
  z-index: 1;
}
.hero-image {
  position: relative;
  min-height: 500px;
}
.hero-image img {
  display: none;
}
.hero-text {
  z-index: -1;
}
.hero-text p {
  margin-bottom: 1.25rem;
  color: #fae5e9;
  opacity: 0.9;
}
.hero-button .btn-primary {
  text-decoration: none  ;
}
/* Wave separator between sections */
.wave-separator {
  position: relative;
  height: 50px;
  overflow: hidden;
  margin-top: -1px;
}
/* The previous section's end color becomes the wave container background */
/* For wave between sections */
.wave-seperator-bg {
  background: #330000;
}
/* SVG wave path styling */
.wave-separator svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* Wave path - fill with the next section's start color */
.wave-separator path {
  /* For burgundy to stone transition */
  fill: #330000;
}
/* For stone to stone transition */
.wave-seperator-bg path {
  fill: #410D14;
}
.section {
  padding: 5rem 0;
  background: linear-gradient(180deg, #410D14 0%, #330000 100%) !important;
}
.section p {
  margin-bottom: 1.25rem;
}
.section .feature-card,
.section .f-table,
.section .faq-item {
  position: relative;
  background: linear-gradient(to bottom, #410D14, #330000);
  border: 1px solid rgba(248, 51, 89, 0.1);
  border-radius: 0.75rem;
  color: #fae5e9;
  font-size: 1.125rem;
  backdrop-filter: blur(10px);
}
.section .feature-card h3,
.section .f-table h3,
.section .faq-item h3 {
  color: #ffffff;
  font-family: "nexa", sans-serif;
}
.section a,
p a {
  color: #F83359;
  text-decoration: underline;
  transition: color 0.3s;
}
.section a:hover,
p a:hover {
  color: #f00835;
  text-decoration: none;
}
.section a:focus,
p a:focus {
  outline: 2px solid #F83359;
  outline-offset: 2px;
}
.section a:visited,
p a:visited {
  color: #d7072f;
}
.wavy-bg {
  position: relative;
  height: 50px;
  overflow: hidden;
  margin-top: -1px;
  background: #400101;
}
.wavy-bg svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.wavy-bg path {
  fill: #FBF7F5;
}
.split-heading {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 3.75rem;
  align-items: start;
  margin-bottom: 3rem;
}
.split-layout {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 3.75rem;
  align-items: start;
}
.split-image {
  transition: transform 0.3s, box-shadow 0.3s;
}
.split-image img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  border: 2px solid rgba(248, 51, 89, 0.3);
}
.split-image img:hover {
  transform: translateY(-0.125rem);
  box-shadow: none;
}
@media (min-width: 1024px) {
  .center-content {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .split-layout,
  .split-heading {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .split-heading {
    gap: 0;
    margin-bottom: auto;
  }
  .split-image {
    order: -1;
  }
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  .features-grid .feature-card:nth-child(4):nth-last-child(1) {
    grid-column: auto;
  }
  .features-grid:has(.feature-card:nth-child(4):nth-last-child(1)) {
    grid-template-columns: repeat(2, 1fr);
  }
}
.features-grid-stacked {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.feature-card {
  border-radius: 0.75rem;
  padding: 1.25rem;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}
.feature-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: none;
}
.feature-card h3 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
.feature-card p {
  margin-bottom: 0.25rem;
}
.feature-card p + p {
  margin-top: 0.5rem;
}
.f-table {
  border-radius: 0.75rem;
  padding: 1.875rem;
  margin-top: 2.5rem;
  box-shadow: none;
}
.f-table h3 {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}
.f-table dl {
  display: grid;
  grid-template-columns: 12.5rem 1fr;
  row-gap: 1.25rem;
  column-gap: 0;
}
.f-table dt {
  font-weight: 600;
  font-size: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid 1px solid rgba(248, 51, 89, 0.1);
}
.f-table dd {
  font-size: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid 1px solid rgba(248, 51, 89, 0.1);
}
.f-table dt:nth-last-of-type(1),
.f-table dd:nth-last-of-type(1) {
  border-bottom: none;
}
.faq-item {
  border-radius: 0.75rem;
  margin-bottom: 1.25rem;
  transition: transform 0.3s, box-shadow 0.3s;
  background-color: linear-gradient(to bottom, #410D14, #330000);
}
.faq-item:hover {
  transform: translateY(-0.125rem);
  box-shadow: none;
}
.faq-item h3 {
  margin-bottom: 10px;
}
.faq-item p {
  margin-bottom: 0;
}
.faq-accordion .faq-accordion-item {
  border-radius: 0.75rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  color: #665C5C;
}
.faq-accordion .faq-accordion-header {
  padding: 1.5625rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
  user-select: none;
}
.faq-accordion .faq-accordion-header:hover {
  transform: translateY(-0.125rem);
  box-shadow: none;
}
.faq-accordion .faq-accordion-header h3 {
  font-size: 1.375rem;
  margin-bottom: 0;
  flex: 1;
}
.faq-accordion .faq-accordion-header h3:hover {
  color: #F83359 !important;
}
.faq-accordion .faq-accordion-header .faq-icon {
  font-size: 1.375rem;
  font-weight: 500;
  transition: transform 0.2s;
  margin-left: 1rem;
  color: #F83359;
}
.faq-accordion .faq-accordion-item.active .faq-accordion-header {
  background-color: #f7e8e8;
}
.faq-accordion .faq-accordion-item.active .faq-accordion-header:hover {
  transform: none;
}
.faq-accordion .faq-accordion-item.active .faq-accordion-header h3 {
  color: #F83359;
}
.faq-accordion .faq-accordion-item.active .faq-icon {
  transform: rotate(45deg);
}
.faq-accordion .faq-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding: 0 1.5625rem;
  background-color: #f7e8e8;
}
.faq-accordion .faq-accordion-content p {
  margin-bottom: 0;
  padding-bottom: 1.5625rem;
}
.faq-accordion .faq-accordion-item.active .faq-accordion-content {
  max-height: 5000px;
  padding-bottom: 1.5rem;
}
.waitlist-form {
  background: rgba(65, 13, 20, 0.8);
  border: 2px solid rgba(248, 51, 89, 0.3);
  border-radius: 0.75rem;
  padding: 1.875rem;
  box-shadow: none;
  backdrop-filter: blur(10px);
  margin: 0 auto;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .form-grid {
    grid-template-columns: 1fr 1fr;
  }
  .form-grid .form-group:nth-child(3) {
    grid-column: span 2;
  }
  .form-grid .btn-primary {
    grid-column: span 2;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-grid .form-group:nth-child(3),
  .form-grid .btn-primary {
    grid-column: span 1;
  }
}
.form-group {
  margin-bottom: 0;
  text-align: left;
}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #fae5e9;
}
input[type="text"],
input[type="email"],
select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(248, 51, 89, 0.2);
  border-radius: 0.5rem;
  background: #FBF7F5;
  color: #665C5C;
  font-family: "nexa", sans-serif;
  font-size: 1.25rem;
  transition: border-color 0.3s, background 0.3s;
  appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
select:focus {
  outline: none;
  border-color: #F83359;
  background: #ffffff;
}
select {
  cursor: pointer;
}
select option {
  background: #ffffff;
  color: #665C5C;
}
.required {
  color: #F83359;
}
.form-message {
  display: none;
}
.form-message.show {
  display: block;
}
.form-message.success {
  color: #fae5e9;
}
.form-message.success h3 {
  color: #F83359 !important;
}
.form-message.error {
  color: #F83359;
}
.form-message.warning {
  color: #fae5e9;
}
.form-error {
  color: #F83359;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  display: none;
}
.btn-primary {
  width: 100%;
  padding: 16px 32px;
  background: #F83359;
  color: #fae5e9;
  border: none;
  border-radius: 0.5rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.3s;
  font-family: "nexa", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.btn-primary:hover {
  transform: translateY(-0.125rem);
  box-shadow: 0 0.5rem 1.25rem rgba(248, 51, 89, 0.4);
  color: #410D14;
}
footer {
  background: #330000;
  color: #fae5e9;
  padding: 2.5rem 0;
  border-top: 1px solid rgba(248, 51, 89, 0.2);
  font-size: 1rem;
}
.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
}
.footer-section h2 {
  color: #fae5e9;
  font-size: 1.375rem;
  margin-bottom: 0.9375rem;
  font-weight: 500;
}
.footer-section ul {
  list-style: none;
  margin-left: 0;
}
.footer-section a {
  color: #F83359;
  margin-bottom: 0.5rem;
}
.footer-section a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer-bottom {
  text-align: center;
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  opacity: 0.7;
  font-size: 1rem;
}
.footer-bottom a {
  opacity: 100;
}
.mobile-nav-toggle {
  display: none;
  background: none;
  border: none;
  color: #F83359;
  font-size: 1.5rem;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #siteNav {
    display: none;
  }
  .mobile-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1101;
  }
  .mobile-menu-open .mobile-nav-toggle {
    position: fixed;
    top: 16px;
    right: 16px;
  }
  .mobile-menu {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    padding: 1.875rem;
    background: #410D14;
    overflow-y: auto;
    z-index: 1100;
  }
  .mobile-menu[hidden] {
    display: none !important;
  }
  .mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
  }
  .mobile-menu li {
    border-bottom: 1px solid rgba(248, 51, 89, 0.2);
  }
  .mobile-menu a {
    color: #FBF7F5;
    text-decoration: none;
    display: block;
    padding: 1.25rem;
  }
  .mobile-menu a:hover,
  .mobile-menu a:focus-visible {
    color: #F83359;
  }
  .mobile-menu a .mobile-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.margin-remove {
  margin: 0 !important;
}
.margin-remove-top {
  margin-top: 0 !important;
}
.margin-remove-bottom {
  margin-bottom: 0 !important;
}
.margin-remove-left {
  margin-left: 0 !important;
}
.margin-remove-right {
  margin-right: 0 !important;
}
.margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.margin-remove-horizontal {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.margin-top-xs {
  margin-top: 0.25rem;
}
.margin-top-sm {
  margin-top: 0.5rem;
}
.margin-top-md {
  margin-top: 1rem;
}
.margin-top-lg {
  margin-top: 1.5rem;
}
.margin-top-xl {
  margin-top: 2rem;
}
.margin-top-2xl {
  margin-top: 3rem;
}
.margin-bottom-xs {
  margin-bottom: 0.25rem;
}
.margin-bottom-sm {
  margin-bottom: 0.5rem;
}
.margin-bottom-md {
  margin-bottom: 1rem;
}
.margin-bottom-lg {
  margin-bottom: 1.5rem;
}
.margin-bottom-xl {
  margin-bottom: 2rem;
}
.margin-bottom-2xl {
  margin-bottom: 3rem;
}
.margin-left-xs {
  margin-left: 0.25rem;
}
.margin-left-sm {
  margin-left: 0.5rem;
}
.margin-left-md {
  margin-left: 1rem;
}
.margin-left-lg {
  margin-left: 1.5rem;
}
.margin-left-xl {
  margin-left: 2rem;
}
.margin-left-2xl {
  margin-left: 3rem;
}
.margin-left-auto {
  margin-left: auto;
}
.margin-right-xs {
  margin-right: 0.25rem;
}
.margin-right-sm {
  margin-right: 0.5rem;
}
.margin-right-md {
  margin-right: 1rem;
}
.margin-right-lg {
  margin-right: 1.5rem;
}
.margin-right-xl {
  margin-right: 2rem;
}
.margin-right-2xl {
  margin-right: 3rem;
}
.margin-right-auto {
  margin-right: auto;
}
.margin-xs {
  margin: 0.25rem;
}
.margin-sm {
  margin: 0.5rem;
}
.margin-md {
  margin: 1rem;
}
.margin-lg {
  margin: 1.5rem;
}
.margin-xl {
  margin: 2rem;
}
.margin-2xl {
  margin: 3rem;
}
.margin-auto {
  margin-left: auto;
  margin-right: auto;
}
.margin-auto-vertical {
  margin-top: auto;
  margin-bottom: auto;
}
.padding-remove {
  padding: 0 !important;
}
.padding-remove-top {
  padding-top: 0 !important;
}
.padding-remove-bottom {
  padding-bottom: 0 !important;
}
.padding-remove-left {
  padding-left: 0 !important;
}
.padding-remove-right {
  padding-right: 0 !important;
}
.padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.padding-top-xs {
  padding-top: 0.25rem;
}
.padding-top-sm {
  padding-top: 0.5rem;
}
.padding-top-md {
  padding-top: 1rem;
}
.padding-top-lg {
  padding-top: 1.5rem;
}
.padding-top-xl {
  padding-top: 2rem;
}
.padding-top-2xl {
  padding-top: 3rem;
}
.padding-bottom-xs {
  padding-bottom: 0.25rem;
}
.padding-bottom-sm {
  padding-bottom: 0.5rem;
}
.padding-bottom-md {
  padding-bottom: 1rem;
}
.padding-bottom-lg {
  padding-bottom: 1.5rem;
}
.padding-bottom-xl {
  padding-bottom: 2rem;
}
.padding-bottom-2xl {
  padding-bottom: 3rem;
}
.padding-left-xs {
  padding-left: 0.25rem;
}
.padding-left-sm {
  padding-left: 0.5rem;
}
.padding-left-md {
  padding-left: 1rem;
}
.padding-left-lg {
  padding-left: 1.5rem;
}
.padding-left-xl {
  padding-left: 2rem;
}
.padding-left-2xl {
  padding-left: 3rem;
}
.padding-right-xs {
  padding-right: 0.25rem;
}
.padding-right-sm {
  padding-right: 0.5rem;
}
.padding-right-md {
  padding-right: 1rem;
}
.padding-right-lg {
  padding-right: 1.5rem;
}
.padding-right-xl {
  padding-right: 2rem;
}
.padding-right-2xl {
  padding-right: 3rem;
}
.padding-xs {
  padding: 0.25rem;
}
.padding-sm {
  padding: 0.5rem;
}
.padding-md {
  padding: 1rem;
}
.padding-lg {
  padding: 1.5rem;
}
.padding-xl {
  padding: 2rem;
}
.padding-2xl {
  padding: 3rem;
}
@media (max-width: 1024px) {
  .hero::before {
    display: none;
  }
  .hero-content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .hero-image {
    order: -1;
    text-align: center;
    min-height: auto;
  }
  .hero-image img {
    display: block;
    max-width: 18.75rem;
    margin: 0 auto;
  }
  .hero-text h1 {
    font-size: 3rem;
  }
  .section h2 {
    font-size: 2.25rem;
  }
  .f-table dl {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .f-table dt {
    margin-top: 0.9375rem;
  }
  nav ul {
    display: none;
  }
  .mobile-nav-toggle {
    display: block;
  }
}
@media (max-width: 480px) {
  .hero-text h1 {
    font-size: 2.25rem;
  }
  .section h2 {
    font-size: 1.75rem;
  }
  .feature-card h3,
  .f-table h3 {
    font-size: 1.5rem;
  }
  .faq-item h3,
  .faq-accordion-header h3,
  .faq-icon {
    font-size: 1.25rem;
  }
  .hero-text p {
    font-size: 1.125rem;
  }
  .section {
    padding: 2.5rem 0;
  }
  .waitlist-form {
    padding: 1.25rem;
  }
}
