@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;600&family=Raleway:wght@400;600&family=Instrument+Sans:wght@400&display=swap');

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  background: #f5f0eb;
  color: #333;
}

h1, h2 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  margin: 0;
}

p { margin: 0 0 1em; }

.row {
  max-width: 1248px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.col { flex: 0 0 50%; max-width: 50%; padding: 0 3.84%; }

/* ---------- Hero ---------- */
.hero {
  background: #0d0608;
  padding: 20px 30px;
}

.hero .col-text { padding-top: 50px; padding-bottom: 50px; }
.hero .col-image { padding-right: 3.84%; padding-left: 70px; text-align: center; }

.hero h1 {
  color: #c9a84c;
  font-size: 62px;
  line-height: 67px;
  margin: 0 0 40px;
}

.lead-text {
  color: #f2f3f5;
  font-size: 19px;
  line-height: 31px;
  margin: 0 0 20px;
}

.aida-photo {
  width: 100%;
  max-width: 574px;
  height: auto;
  aspect-ratio: 574 / 800;
  display: inline-block;
  border-radius: 0;
  object-fit: cover;
  -webkit-mask-image: url(../images/mask-17.svg);
  mask-image: url(../images/mask-17.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
}

.aida-square {
  width: 100%;
  max-width: 736px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 5px;
  display: block;
  object-fit: cover;
}

/* ---------- wpforms field styling (matches wpforms-modern-full CSS vars) ---------- */
.wpforms-progress {
  font-size: 16px;
  margin-bottom: 20px;
}

.wpforms-step {
  color: #f2f3f5;
  font-size: 16px;
  display: block;
}

.wpforms-progress-bar {
  display: block;
  width: 100%;
  background-color: #6b1a2a;
  height: 18px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin: 10px 0 0;
}

.wpforms-progress-fill {
  width: 25%;
  height: 18px;
  background: #6b1a2a;
}

.wpforms label {
  display: block;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 20px;
}

.wpforms textarea {
  display: block;
  width: 100%;
  height: 140px;
  background-color: #1a0a0a;
  border: 1px solid #6b1a2a;
  border-radius: 3px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
  padding: 14px;
  font-family: inherit;
  font-weight: 400;
  resize: vertical;
}

.wpforms textarea::placeholder,
.wpforms input::placeholder { color: rgba(255,255,255,0.5); }

.wpforms input[type="text"],
.wpforms input[type="tel"],
.wpforms select {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #1a0a0a;
  border: 1px solid #6b1a2a;
  border-radius: 3px;
  color: #ffffff;
  font-size: 18px;
  padding: 0 14px;
  font-family: inherit;
  font-weight: 400;
}

.wpforms select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 34px;
}

.wpforms-required {
  color: #d63636;
  font-weight: 400;
}

.wpforms-field-description {
  color: #f2f3f5;
  font-size: 14px;
  line-height: 17px;
  margin: 8px 0 20px;
}

.wpforms-page input,
.wpforms-page textarea,
.wpforms-page select {
  margin-bottom: 20px;
}

.wpforms-thankyou {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

.wpforms-next,
.wpforms-submit {
  margin-top: 10px;
  width: 536px;
  max-width: 100%;
  background-color: #6b1a2a;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  font-size: 17px;
  height: 41px;
  padding: 0 15px;
  cursor: pointer;
}

.wpforms-next {
  cursor: default;
  opacity: 0.5;
}

.wpforms-next:not(:disabled) {
  cursor: pointer;
  opacity: 1;
}

/* ---------- About ---------- */
.about {
  background: #0d0608;
  padding: 20px 30px 0;
}

.section-wave {
  margin: 0 -30px;
  line-height: 0;
}

.section-wave svg {
  display: block;
  width: 100%;
  height: 80px;
}

.about .row { max-width: 1200px; align-items: flex-start; }

.about .col-image-small { flex: 0 0 40%; max-width: 40%; padding: 0 40px; }
.about .col-text { flex: 0 0 60%; max-width: 60%; padding: 0 40px; }

.about h2 {
  color: #c9a84c;
  font-size: 40px;
  line-height: 53px;
  margin: 0 0 15px;
}

.subtitle {
  color: #f2f3f5;
  font-size: 22px;
  line-height: 1.4;
  margin: 0 20% 0 0;
}

.about hr {
  border: none;
  border-top: 1px solid #3b3c3c;
  margin: 20px 0;
}

.body-text {
  color: #f5f0eb;
  font-size: 19px;
  line-height: 31px;
}

.body-text.light { color: #f2f3f5; margin-right: 15%; margin-top: 40px; margin-bottom: 60px; }

.about-cta {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
}

.btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #6b1a2a;
  color: #ffffff;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 22px;
  text-transform: capitalize;
  padding: 14px 32px;
  border-radius: 6px;
  border: 1px solid #0e0f11;
  transition: background-color .3s, border-color .3s;
}

.btn:hover {
  background: #0e0f11;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-text {
  transition: color .2s, opacity .4s cubic-bezier(.21,.6,.35,1), transform .4s cubic-bezier(.21,.6,.35,1);
}

.btn-text-default {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.btn-text-hover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(90%);
}

.btn:hover .btn-text-default {
  opacity: 0;
  transform: translateY(-90%);
}

.btn:hover .btn-text-hover {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Lead ---------- */
.lead {
  background: #f5f0eb;
  padding: 40px 30px 110px;
}

.lead-row {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px;
}

.lead-box {
  background: #0e0f11;
  border-radius: 10px;
  padding: 15px 30px;
}

.lead-row .col-text { flex: 0 0 60%; max-width: calc(60% - 15px); }
.lead-row .col-form { flex: 0 0 40%; max-width: calc(40% - 15px); }

.lead-box h2 {
  color: #c9a84c;
  font-size: 40px;
  line-height: 53px;
  margin: 0 0 40px;
}

.lead-box .highlight {
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 35px;
  margin: 0;
}

/* ---------- Footer ---------- */
.site-footer {
  background: #0d0608;
  text-align: center;
  padding: 25px 20px;
}

.site-footer p {
  color: #c9a84c;
  font-family: "Instrument Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}

/* ---------- Responsive ---------- */
/* Tablet (medium: 719px - 1024px) */
@media (max-width: 1024px) {
  .hero { padding: 110px 30px 60px; }
  .about { padding: 90px 30px 0; }

  /* Below 1025px the compact mobile title (40px) replaces the 62px desktop title */
  .hero h1 { font-size: 40px; line-height: 53px; margin-bottom: 40px; }

  .lead-row .col-text { flex-basis: 55%; max-width: calc(55% - 15px); }
  .lead-row .col-form { flex-basis: 45%; max-width: calc(45% - 15px); }
}

/* Mobile (small: <= 718px) */
@media (max-width: 718px) {
  .hero { padding: 30px 30px 21px; }
  .about { padding: 50px 30px 0; }

  .row, .about .row, .lead-row { flex-direction: column; }

  .col, .about .col-image-small, .about .col-text,
  .lead-row .col-text, .lead-row .col-form {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1.92%;
  }

  .hero .col-text { padding-top: 0; padding-bottom: 15px; }
  .hero .col-image { margin-top: 30px; padding: 0 1.92%; }

  .about .col-image-small { margin-bottom: 50px; padding: 0 40px; }
  .about .col-text { padding: 0 40px; }

  .lead-row { gap: 20px; }
  .lead-box { padding: 15px 20px; }

  .hero h1, .about h2, .lead-box h2 { text-align: center; }
  .lead-text, .subtitle { text-align: center; margin-right: 0; }
  .body-text.light { margin-right: 0; margin-top: 20px; margin-bottom: 30px; }

  .wpforms-next, .wpforms-submit { width: 100%; }

  .section-wave { margin: 0 -30px; }
}

/* Small mobile (<= 480px) */
@media (max-width: 480px) {
  .hero h1 { font-size: 32px; line-height: 42px; }
  .about h2, .lead-box h2 { font-size: 32px; line-height: 42px; }
  .lead-box .highlight { font-size: 28px; }
  .subtitle { font-size: 19px; }
  .about-cta { padding-bottom: 30px; }
}
