/* =========================================
   ALEXIS LOCKLEAR — MAIN WEBSITE STYLES
   ========================================= */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    min-height: 100%;
}

body {
    background: #050303;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================
   ALEXIS AFTER DARK — DESKTOP HERO
   ========================================= */

.hero {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 12;
    overflow: hidden;
    background: #000000;
}

.hero-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}


/* =========================================
   FUTURE OVERLAY LAYERS
   ========================================= */

.hero-alexis,
.hero-left-panel,
.hero-right-panel {
    position: absolute;
}
.hero-alexis {
    position: absolute;
    z-index: 2;
    height: 62%;
    width: auto;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    display: block;
}
/* =========================================
   CONTENT BELOW THE HERO
   ========================================= */

.content {
    width: 100%;
    background: #080505;
    padding: 80px 20px;
    text-align: center;
}

.content-inner {
    width: min(1100px, 100%);
    margin: 0 auto;
}

.content h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.content p {
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #d7b47a;
}


/* =========================================
   BASIC MOBILE PREPARATION
   We will fine-tune this later.
   ========================================= */

@media (max-width: 768px) {

    .content {
        padding: 55px 20px;
    }

    .content p {
        font-size: 14px;
        letter-spacing: 2px;
    }
}

/* ALEXIS TRANSPARENT OVERLAY */

.hero-alexis {
    position: absolute;
    left: 50%;
    bottom: 6.5%;
    transform: translateX(-50%);
    height: 60%;
    width: auto;
    z-index: 5;
    pointer-events: none;
}

/* =========================================
   ALEXIS LEFT HERO PANEL
   ========================================= */

.hero-left-panel {
  position: absolute;
  left: 3%;
  top: 17%;
  width: 22%;
  height: 58%;
  z-index: 3;

  display: flex;
  align-items: center;
  justify-content: center;

  pointer-events: none;
}

.left-panel-sign {
  width: 100%;
  text-align: center;
  transform: translateY(-1%);
}


/* Alexis Locklear handwritten signature */

.alexis-signature {
  font-family: "Brush Script MT", "Snell Roundhand",
               "Apple Chancery", cursive;

  font-size: clamp(38px, 4.2vw, 82px);
  font-style: italic;
  line-height: 0.92;

  color: #fff8f5;

  text-shadow:
    0 0 4px #ffffff,
    0 0 8px #ffb3bd,
    0 0 15px #ff536c,
    0 0 28px #e31837;
}

.alexis-signature span {
  display: block;
}


/* Glowing heart */

.neon-heart {
  margin-top: 18px;

  font-family: Georgia, serif;
  font-size: clamp(48px, 5vw, 90px);
  line-height: 1;

  color: #fff5f5;

  text-shadow:
    0 0 4px #ffffff,
    0 0 8px #ff9aaa,
    0 0 15px #ff405d,
    0 0 28px #d90024;
}


/* OFFICIAL WEBPAGE */

.official-webpage {
  margin-top: 20px;

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 36px);
  line-height: 1.35;
  letter-spacing: 3px;

  color: #e6c58a;

  text-shadow:
    0 0 6px rgba(230, 197, 138, 0.25);
}

/* LEFT PANEL FINAL POSITION + SIGNATURE ANGLE */

.hero-left-panel {
    left: 4.5%;
}

.left-panel-sign {
    transform: translate(-12%, -20%);
}

.alexis-signature {
    transform: translateX(-4%) rotate(-14deg);
    margin-bottom: 32px;
}

.neon-heart {
    transform: translateX(0);
}

.official-webpage {
    transform: translateX(0);
}

/* RIGHT PANEL */

.hero-right-panel {
    position: absolute;
    top: 15%;
    right: 4.5%;
    width: 20%;
    height: 62%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 3;
}

/* WANT TO SEE MORE? */

.right-panel-heading {
    margin-top: 20%;
    width: 100%;
    text-align: center;
transform: translateX(10%);

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(16px, 1.7vw, 31px);
    font-weight: bold;
    line-height: 1.05;
    letter-spacing: 2px;

    color: #f2d9a0;

    text-shadow:
        0 0 5px rgba(242, 217, 160, 0.35),
        0 0 12px rgba(255, 70, 70, 0.20);
}

/* FANVUE EXCLUSIVE CONTENT BUTTON */

.hero-right-panel {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.fanvue-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 78%;
    margin-top: 7%;
    transform: translateX(12%);

    padding: 12px 8px;

    background: rgba(12, 3, 5, 0.88);
    border: 2px solid #ff304f;

    color: #f2d9a0;
    text-decoration: none;
    text-align: center;

    box-shadow:
        0 0 6px rgba(255, 48, 79, 0.8),
        0 0 16px rgba(255, 48, 79, 0.45);

    transition: 0.25s ease;
}

.fanvue-title {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(13px, 1.15vw, 22px);
    font-weight: bold;
    letter-spacing: 1px;
}

.fanvue-subtitle {
    display: block;
    margin-top: 5px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(10px, 0.8vw, 15px);
    letter-spacing: 1px;
}

.fanvue-button:hover {
    border-color: #ff4d68;

    box-shadow:
        0 0 10px rgba(255, 48, 79, 1),
        0 0 22px rgba(255, 48, 79, 0.8),
        0 0 38px rgba(255, 48, 79, 0.45);

    filter: brightness(1.15);
}

/* INSTAGRAM BUTTON */

.instagram-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 78%;
    margin-top: 7%;
    transform: translateX(12%);

    padding: 12px 8px;

    background: rgba(12, 3, 5, 0.88);
    border: 2px solid #ff304f;

    color: #f2d9a0;
    text-decoration: none;
    text-align: center;

    box-shadow:
        0 0 6px rgba(255, 48, 79, 0.8),
        0 0 16px rgba(255, 48, 79, 0.45);

    transition: 0.25s ease;
}

.instagram-title {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(13px, 1.15vw, 22px);
    font-weight: bold;
    letter-spacing: 1px;
}

.instagram-subtitle {
    display: block;
    margin-top: 5px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(10px, 0.8vw, 15px);
    letter-spacing: 1px;
}

.instagram-button:hover {
    border-color: #ff4d68;

    box-shadow:
        0 0 10px rgba(255, 48, 79, 1),
        0 0 22px rgba(255, 48, 79, 0.8),
        0 0 38px rgba(255, 48, 79, 0.45);

    filter: brightness(1.15);
}


/* MORE TO COME */

.more-to-come {
    width: 100%;
    margin-top: 9%;
    transform: translateX(10%);

    text-align: center;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(12px, 1vw, 19px);
    font-weight: bold;
    letter-spacing: 2px;

    color: #f2d9a0;

    text-shadow:
        0 0 5px rgba(242, 217, 160, 0.35),
        0 0 12px rgba(255, 48, 79, 0.20);
}

/* ============================= */
/* FEATURED PHOTOS / MEET ALEXIS */
/* ============================= */

.featured-photos {
    background:
        radial-gradient(circle at center,
        rgba(75, 10, 18, 0.22) 0%,
        rgba(12, 3, 5, 0) 55%),
        #080506;

    text-align: center;
    padding: 25px 20px 65px;
}

.featured-label {
    display: inline-block;
    padding: 13px 30px;
    margin-bottom: 38px;

    border: 1px solid #b88a42;
    border-radius: 40px;

    font-family: Arial, sans-serif;
    font-size: clamp(12px, 1.1vw, 18px);
    letter-spacing: 3px;

    color: #ead9bd;
    background: rgba(20, 6, 9, 0.92);
}

.featured-label span {
    color: #ff304f;
    margin-left: 10px;
}

.meet-script {
    font-family: "Brush Script MT", cursive;
    font-size: clamp(70px, 8vw, 140px);
    font-style: italic;
    line-height: 0.9;

    color: #ff304f;

    text-shadow:
        0 0 8px rgba(255, 48, 79, 0.65),
        0 0 22px rgba(255, 48, 79, 0.30);

    margin-bottom: 20px;
}

.meet-name {
    margin: 0;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 5.5vw, 90px);
    font-weight: normal;
    letter-spacing: 3px;

    color: #f2d9a0;
}

.meet-tagline {
    margin: 28px 0 0;

    font-family: Arial, sans-serif;
    font-size: clamp(15px, 1.5vw, 24px);
    letter-spacing: 0.5px;

    color: #bca98d;
}

/* ============================= */
/* FEATURED PHOTO GALLERY */
/* ============================= */

.featured-gallery {
    width: 88%;
    max-width: 1200px;
    margin: 70px auto 20px;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px 55px;
}

.photo-card {
    text-align: center;
}

.photo-card img {
    width: 100%;
aspect-ratio: 2 / 3;
height: auto;
    object-fit: cover;
    object-position: center top;

    display: block;

    border: 4px solid #b88a42;
    outline: 1px solid #ead9bd;
    outline-offset: -10px;

    box-shadow:
        0 0 18px rgba(184, 138, 66, 0.25),
        0 12px 30px rgba(0, 0, 0, 0.55);
}

.photo-title {
    margin-top: 22px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(18px, 1.8vw, 28px);
    letter-spacing: 3px;

    color: #c79b52;
}

/* ============================= */
/* STAY CLOSE SECTION */
/* ============================= */

.stay-close {
  background:
    radial-gradient(circle at center,
      rgba(95, 8, 20, 0.30) 0%,
      rgba(35, 3, 7, 0.85) 48%,
      #080506 78%);

  text-align: center;
  padding: 110px 20px 120px;
  border-top: 1px solid rgba(184, 138, 66, 0.20);
  border-bottom: 1px solid rgba(184, 138, 66, 0.35);
}

.stay-close-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.stay-close-script {
  font-family: "Brush Script MT", cursive;
  font-size: clamp(60px, 7vw, 110px);
  font-style: italic;
  line-height: 0.9;

  color: #ff304f;

  text-shadow:
    0 0 8px rgba(255, 48, 79, 0.70),
    0 0 24px rgba(255, 48, 79, 0.30);

  margin-bottom: 32px;
}

.stay-close h2 {
  margin: 0;

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: normal;
  letter-spacing: 2px;

  color: #f2d9a0;
}

.stay-close-buttons {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 50px;
}

.stay-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 330px;
  padding: 22px 34px;

  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.5px;

  text-decoration: none;
  color: #f7e4ba;

  transition: transform 0.2s ease,
              box-shadow 0.2s ease,
              filter 0.2s ease;
}

.stay-button.exclusive {
  background: #d82035;
  border: 1px solid #ff4960;
}

.stay-button.instagram {
  background: rgba(15, 5, 7, 0.75);
  border: 1px solid #c89a4b;
}

.stay-button:hover {
  transform: translateY(-3px);
  box-shadow:
    0 0 10px rgba(255, 48, 79, 0.70),
    0 0 25px rgba(255, 48, 79, 0.35);
  filter: brightness(1.15);
}

/* PHONE */
@media (max-width: 700px) {

  .stay-close {
    padding: 80px 18px 90px;
  }

  .stay-close-buttons {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .stay-button {
    width: 100%;
    min-width: 0;
    max-width: 540px;
    box-sizing: border-box;
  }
}

/* ============================= */
/* FOOTER */
/* ============================= */

.site-footer {
  background: #050505;
  border-top: 1px solid rgba(184, 138, 66, 0.55);
  padding: 38px 20px 42px;
  text-align: center;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-signature {
  font-family: "Brush Script MT", cursive;
  font-size: 34px;
  font-style: italic;
  color: #d5a64d;

  text-shadow:
    0 0 8px rgba(213, 166, 77, 0.25);
}

.footer-official,
.footer-copyright {
  font-family: Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  color: #bca98b;
}

.footer-copyright {
  border-left: 1px solid rgba(184, 138, 66, 0.35);
  padding-left: 18px;
}

/* PHONE */
@media (max-width: 700px) {

  .site-footer {
    padding: 45px 24px 55px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 18px;
  }

  .footer-signature {
    font-size: 38px;
  }

  .footer-official,
  .footer-copyright {
    font-size: 13px;
    line-height: 1.7;
  }

  .footer-copyright {
    border-left: 0;
    padding-left: 0;
  }
}