@supports not (color: oklch(0% 0 0)) {
html,
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  background: #050505;
  color: #ffffff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
}

.legacy-home {
  position: relative;
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #050505;
  color: #ffffff;
}

.legacy-auth {
  position: fixed !important;
  top: 48px !important;
  right: 16px !important;
  left: auto !important;
  z-index: 110 !important;
}

.legacy-auth a {
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.55);
  color: #ffffff !important;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  text-decoration: none !important;
}

.legacy-header {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 30 !important;
  padding: 16px 16px 0;
  box-sizing: border-box;
}

.legacy-header-row,
.legacy-logo-link,
.legacy-header-actions,
.legacy-header-whatsapp,
.legacy-menu-button,
.legacy-badge,
.legacy-hero-cta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.legacy-header-row {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
}

.legacy-logo-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ffffff;
  text-decoration: none;
}

.legacy-logo-img {
  display: block;
  width: auto !important;
  height: 64px !important;
  max-width: 42vw !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.legacy-since {
  display: none !important;
}

.legacy-header-actions {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}

.legacy-header-whatsapp {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.legacy-header-whatsapp svg {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.legacy-menu-button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 10px;
  border: 0;
  background: transparent;
}

.legacy-menu-button span {
  display: block;
  width: 24px;
  height: 1px;
  background: #ffffff;
}

.legacy-mobile-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 40;
  padding: 22px 16px;
  background: rgba(0, 0, 0, 0.96);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.legacy-mobile-menu a {
  display: block;
  padding: 12px 0;
  color: #ffffff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.legacy-hero {
  position: relative !important;
  width: 100%;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
  background: #000000;
}

.legacy-hero-image {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.legacy-hero-image.opacity-100,
.legacy-hero-image:first-of-type {
  opacity: 1 !important;
}

.legacy-hero-shade-side,
.legacy-hero-shade-bottom {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 1;
  pointer-events: none;
}

.legacy-hero-shade-side {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.52)), color-stop(55%, rgba(0, 0, 0, 0.14)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.14) 55%, rgba(0, 0, 0, 0));
}

.legacy-hero-shade-bottom {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.62)), color-stop(55%, rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0.24)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.12) 55%, rgba(0, 0, 0, 0.24));
}

.legacy-hero-copy-wrap {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 10 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 16px 150px;
  box-sizing: border-box;
}

.legacy-hero-copy-inner {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}

.legacy-hero-copy {
  width: 100%;
  max-width: 680px;
}

.legacy-badge {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 18px;
}

.legacy-eyebrow {
  color: #e01824 !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin: 0 0 14px;
}

.legacy-hero-title {
  margin: 0 0 10px;
  color: #ffffff !important;
  font-family: "Space Grotesk", Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 34px;
  line-height: 0.98;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.legacy-hero-subtitle {
  max-width: 560px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.88) !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  font-style: italic;
  line-height: 1.28;
}

.legacy-hero-cta-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.legacy-hero-cta-row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 46px;
  box-sizing: border-box;
  color: #ffffff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.legacy-whatsapp-float {
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 50 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 13px 17px;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff !important;
  text-decoration: none !important;
}

.legacy-whatsapp-float svg {
  width: 24px;
  height: 24px;
}

@media (min-width: 640px) {
  .legacy-logo-img {
    height: 96px !important;
  }

  .legacy-hero-copy-wrap {
    padding-right: 24px;
    padding-bottom: 128px;
    padding-left: 24px;
  }

  .legacy-hero-title {
    font-size: 48px;
  }

  .legacy-hero-cta-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .legacy-hero-cta-row a {
    width: auto;
  }
}

@media (min-width: 768px) {
  .legacy-header {
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .legacy-logo-img {
    height: 112px !important;
    max-width: 32vw !important;
  }

  .legacy-since {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .legacy-hero {
    min-height: 760px;
  }

  .legacy-hero-copy-wrap {
    padding-bottom: 132px;
  }

  .legacy-hero-title {
    font-size: 64px;
  }

  .legacy-hero-subtitle {
    font-size: 22px;
  }
}

@media (min-width: 1280px) {
  .legacy-logo-img {
    height: 128px !important;
    max-width: none !important;
  }

  .legacy-menu-button {
    display: none !important;
  }
}
}
