.charcoal-bg {
  background-color: #2e2820 !important;
}

.cream-bg {
  background-color: #f5f0e8 !important;
}

.lp-v2-page .dark-bg,
.lp-v2-page .dark-bg p,
.lp-v2-page .dark-bg h1, .lp-v2-page .dark-bg h2, .lp-v2-page .dark-bg h3, .lp-v2-page .dark-bg h4,
.lp-v2-page .dark-bg li, .lp-v2-page .dark-bg blockquote, .lp-v2-page .dark-bg cite,
.lp-v2-page .charcoal-bg,
.lp-v2-page .charcoal-bg p,
.lp-v2-page .charcoal-bg h1, .lp-v2-page .charcoal-bg h2, .lp-v2-page .charcoal-bg h3, .lp-v2-page .charcoal-bg h4,
.lp-v2-page .charcoal-bg li, .lp-v2-page .charcoal-bg blockquote, .lp-v2-page .charcoal-bg cite,
.lp-v2-page .brown-bg,
.lp-v2-page .brown-bg p,
.lp-v2-page .brown-bg h1, .lp-v2-page .brown-bg h2, .lp-v2-page .brown-bg h3, .lp-v2-page .brown-bg h4,
.lp-v2-page .brown-bg li, .lp-v2-page .brown-bg blockquote, .lp-v2-page .brown-bg cite {
  color: #fff;
}
.lp-v2-page .cream-bg,
.lp-v2-page .cream-bg p,
.lp-v2-page .cream-bg h1, .lp-v2-page .cream-bg h2, .lp-v2-page .cream-bg h3, .lp-v2-page .cream-bg h4,
.lp-v2-page .cream-bg li,
.lp-v2-page .yellow-bg,
.lp-v2-page .yellow-bg p,
.lp-v2-page .yellow-bg h1, .lp-v2-page .yellow-bg h2, .lp-v2-page .yellow-bg h3, .lp-v2-page .yellow-bg h4,
.lp-v2-page .yellow-bg li {
  color: #1a1612;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 800ms ease, transform 800ms ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

.lp-section-label {
  font-family: "Brandon Grotesque";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #D3B779;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .lp-v2-page .lp-section {
    padding-top: 40px;
    padding-bottom: 48px;
    min-height: 0;
  }
}

.lp-v2-hero-simple .hero-content,
.lp-v2-hero-simple .hero-content h1,
.lp-v2-hero-simple .hero-content h2,
.lp-v2-hero-simple .hero-content p {
  text-align: center !important;
}
.lp-v2-hero-simple .hero-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.lp-v2-hero-simple .hero-cta {
  gap: 18px;
  bottom: 8vh;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lp-v2-hero-simple .hero-cta {
    bottom: 4vh;
    gap: 12px;
  }
}
.lp-v2-hero-simple .lp-v2-hero-tagline {
  font-family: "GT Super Display";
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.3;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  max-width: 720px;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .lp-v2-hero-simple .lp-v2-hero-tagline {
    font-size: 18px;
  }
}
@media screen and (max-width: 540px) {
  .lp-v2-hero-simple .lp-v2-hero-tagline {
    font-size: 16px;
  }
}
.lp-v2-hero-simple .lp-v2-hero-cta-btn {
  font-size: 18px;
  height: auto;
  padding: 14px 32px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .lp-v2-hero-simple .lp-v2-hero-cta-btn {
    font-size: 15px;
    padding: 12px 24px;
  }
}

.lp-fristen {
  padding: 36px 0;
}
.lp-fristen .lp-fristen-inner {
  display: flex;
  flex-flow: row wrap;
  gap: 24px;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lp-fristen .lp-fristen-inner {
    flex-flow: column;
    gap: 18px;
  }
}
.lp-fristen .frist-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lp-fristen .frist-item {
    justify-content: center;
    text-align: center;
  }
}
.lp-fristen .frist-item .frist-label {
  display: block;
  font-family: "Brandon Grotesque";
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.lp-fristen .frist-item .frist-date {
  display: block;
  font-family: "GT Super Display";
  font-size: 20px;
  color: #fff;
}

.lp-quote {
  padding: 80px 0;
  text-align: center;
  background-color: #BEA368 !important;
}
@media screen and (max-width: 768px) {
  .lp-quote {
    padding: 48px 0;
  }
}
.lp-quote .container,
.lp-quote blockquote,
.lp-quote blockquote p,
.lp-quote blockquote cite {
  text-align: center !important;
}
.lp-quote blockquote {
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  font-family: "GT Super Display";
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.45;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .lp-quote blockquote {
    font-size: 22px;
  }
}
@media screen and (max-width: 540px) {
  .lp-quote blockquote {
    font-size: 19px;
  }
}
.lp-quote blockquote cite {
  display: block;
  margin: 28px auto 0;
  padding-left: 0;
  position: static;
  font-style: normal;
  font-family: "Brandon Grotesque";
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 540px) {
  .lp-quote blockquote cite {
    margin-top: 20px;
    font-size: 12px;
  }
}
.lp-quote blockquote cite::before {
  content: none !important;
  display: none !important;
}

.lp-banner {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 21/7;
  background: #1a1612;
}
@media screen and (max-width: 1024px) {
  .lp-banner {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 540px) {
  .lp-banner {
    aspect-ratio: 5/3;
  }
}
.lp-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 8s ease;
}
.lp-banner:hover img {
  transform: scale(1.02);
}

.lp-story .lp-story-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: left;
}
.lp-story h2 em, .lp-story h2 i {
  font-style: italic;
  font-weight: 300;
  color: #D3B779;
}
.lp-story .story-highlight {
  margin: 40px 0;
  padding: 28px 32px;
  border-left: 3px solid #D3B779;
  background: rgba(211, 183, 121, 0.06);
}
@media screen and (max-width: 768px) {
  .lp-story .story-highlight {
    padding: 20px 22px;
    margin: 28px 0;
  }
}
.lp-story .story-highlight p {
  font-family: "GT Super Display";
  font-style: italic;
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 540px) {
  .lp-story .story-highlight p {
    font-size: 17px;
  }
}
.lp-story .lp-story-ctas {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
  margin-top: 40px;
}
.lp-story .lp-story-ctas .btn {
  font-size: 18px;
  height: auto;
  padding: 14px 32px;
}
@media screen and (max-width: 540px) {
  .lp-story .lp-story-ctas {
    flex-flow: column;
    gap: 12px;
    margin-top: 28px;
  }
  .lp-story .lp-story-ctas .btn {
    font-size: 15px;
    padding: 12px 24px;
    width: 100%;
    max-width: none;
    text-align: center;
  }
}

.lp-process {
  min-height: 0;
}
.lp-process .lp-process-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.lp-process .lp-process-header .lp-section-label {
  justify-content: center;
  text-align: center;
}
.lp-process .lp-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .lp-process .lp-process-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.lp-process .lp-step {
  padding: 0 16px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .lp-process .lp-step {
    padding: 0;
  }
}
.lp-process .lp-step .lp-step-num {
  font-family: "GT Super Display";
  font-size: 56px;
  line-height: 1;
  color: #D3B779;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .lp-process .lp-step .lp-step-num {
    font-size: 44px;
  }
}
@media screen and (max-width: 540px) {
  .lp-process .lp-step .lp-step-num {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
.lp-process .lp-step h3 {
  font-family: "GT Super Display";
  font-size: 24px;
  color: #fff;
  margin: 0 0 12px;
}
@media screen and (max-width: 540px) {
  .lp-process .lp-step h3 {
    font-size: 20px;
  }
}
.lp-process .lp-step p {
  font-family: "Brandon Grotesque";
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}
@media screen and (max-width: 540px) {
  .lp-process .lp-step p {
    font-size: 14px;
  }
}

.lp-form .lp-form-inner {
  max-width: 760px;
  margin: 0 auto;
}
.lp-form .lp-form-intro {
  font-family: "Brandon Grotesque";
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 36px;
}
.lp-form .lp-fieldset {
  margin-bottom: 32px;
}
.lp-form .lp-fieldset legend {
  font-family: "Brandon Grotesque";
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: #A37B5D;
  margin-bottom: 16px;
  padding: 0;
  border: 0;
  width: auto;
}
.lp-form .lp-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .lp-form .lp-field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.lp-form .lp-field {
  display: flex;
  flex-flow: column;
  gap: 6px;
  margin-bottom: 16px;
}
.lp-form .lp-field label {
  font-family: "Brandon Grotesque";
  font-size: 13px;
  font-weight: 700;
  color: #1a1612;
}
.lp-form .lp-field input[type=text],
.lp-form .lp-field input[type=email],
.lp-form .lp-field input[type=tel],
.lp-form .lp-field input[type=number],
.lp-form .lp-field select,
.lp-form .lp-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(26, 22, 18, 0.2);
  background: #fff;
  font-family: "Brandon Grotesque";
  font-size: 15px;
  color: #1a1612;
  border-radius: 0;
}
.lp-form .lp-field input[type=text]:focus,
.lp-form .lp-field input[type=email]:focus,
.lp-form .lp-field input[type=tel]:focus,
.lp-form .lp-field input[type=number]:focus,
.lp-form .lp-field select:focus,
.lp-form .lp-field textarea:focus {
  outline: 2px solid #D3B779;
  outline-offset: -2px;
}
.lp-form .lp-field textarea {
  min-height: 110px;
  resize: vertical;
}
.lp-form .lp-field .lp-field-help {
  font-family: "Brandon Grotesque";
  font-size: 12px;
  color: rgba(26, 22, 18, 0.55);
}
.lp-form .lp-field-newsletter .lp-field-legend {
  font-family: "Brandon Grotesque";
  font-size: 13px;
  font-weight: 700;
  color: #1a1612;
}
.lp-form .lp-field-newsletter .lp-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 2px;
}
.lp-form .lp-field-newsletter .lp-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-family: "Brandon Grotesque";
  font-size: 15px;
  font-weight: 400;
  color: #1a1612;
  cursor: pointer;
}
.lp-form .lp-field-newsletter .lp-radio input[type=radio] {
  width: auto;
  margin: 0;
  flex: none;
  accent-color: #D3B779;
  cursor: pointer;
}
.lp-form .lp-field-newsletter .lp-radio input[type=radio]:focus-visible {
  outline: 2px solid #D3B779;
  outline-offset: 2px;
}
.lp-form .lp-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 8px 0 24px;
  font-family: "Brandon Grotesque";
  font-size: 13px;
  line-height: 1.5;
}
.lp-form .lp-consent input[type=checkbox] {
  margin-top: 4px;
  flex: none;
}
.lp-form .lp-consent p {
  margin: 0;
}
.lp-form .lp-consent a {
  color: #990B22;
  text-decoration: underline;
}
.lp-form .lp-success {
  background: #fff;
  padding: 56px 32px;
  text-align: center;
  border: 1px solid rgba(26, 22, 18, 0.12);
}
@media screen and (max-width: 540px) {
  .lp-form .lp-success {
    padding: 36px 20px;
  }
}
.lp-form .lp-success .lp-success-icon {
  font-size: 48px;
  margin-bottom: 16px;
}
.lp-form .lp-success h3 {
  font-family: "GT Super Display";
  font-size: 28px;
  margin: 0 0 16px;
}
@media screen and (max-width: 540px) {
  .lp-form .lp-success h3 {
    font-size: 22px;
  }
}
.lp-form .lp-success p {
  font-family: "Brandon Grotesque";
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
.lp-form .lp-error {
  margin-bottom: 20px;
  padding: 12px 16px;
  background: rgba(153, 11, 34, 0.08);
  border-left: 3px solid #990B22;
  color: #990B22;
  font-family: "Brandon Grotesque";
  font-size: 14px;
}

.lp-disclaimer {
  padding: 56px 0;
}
.lp-disclaimer p {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  font-family: "Brandon Grotesque";
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}
