/* ==========================================================================
   TIA lineker — SEAMLESS WARM TRAVERTINE FULLSCREEN EDITORIAL
   ========================================================================== */

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

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #765d47;
  /* Exact matching warm walnut/camel wood tone */
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
   SEAMLESS AMBIENT BACKDROP (Matches Image Colors 100% — No Black Edges)
   ========================================================================== */

.ambient-backdrop {
  position: fixed;
  inset: -30px;
  background: url('../assets/images/images.png') center center / cover no-repeat;
  filter: blur(28px) saturate(1.05);
  opacity: 0.98;
  z-index: 1;
  pointer-events: none;
  transform: scale(1.06);
}

/* ==========================================================================
   MAIN STAGE: FULL UNCLIPPED IMAGE MERGED SEAMLESSLY
   ========================================================================== */

.main-stage {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  overflow: hidden;
}

.stage-frame {
  position: relative;
  height: 100vh;
  max-width: 100vw;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  box-shadow: none;
  /* Removed all black edge shadows */
  overflow: visible;
}

.stage-picture {
  display: block;
  width: 100%;
  height: 100%;
}

.stage-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* Shows entire image top to bottom */
  object-position: center center;
  display: block;
}

/* Very subtle natural shadow under text only - preserves warm wood color */
.stage-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(25, 18, 14, 0.32) 0%,
      rgba(25, 18, 14, 0.18) 32%,
      rgba(25, 18, 14, 0.04) 55%,
      transparent 75%);
  pointer-events: none;
  z-index: 8;
}

/* ==========================================================================
   TEXT OVERLAY: ANCHORED EXACTLY ON LEFT WALL
   ========================================================================== */

.text-overlay {
  position: absolute;
  top: 22%;
  left: 8.5%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 46%;
  pointer-events: none;
  user-select: none;
}

/* 1. Signature Brand Name: Tia lineker */
.brand-name {
  font-family: 'Pinyon Script', cursive;
  font-size: clamp(4.4rem, 6.8vw, 7.2rem);
  font-weight: 400;
  line-height: 1.05;
  color: #dfbe90;
  letter-spacing: 0.01em;
  text-shadow:
    0 4px 22px rgba(0, 0, 0, 0.8),
    0 2px 5px rgba(0, 0, 0, 0.95);
  margin-bottom: 12px;
}

/* 2. COMING SOON Heading */
.coming-soon {
  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(1.25rem, 1.95vw, 2.1rem);
  font-weight: 500;
  letter-spacing: 0.4em;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow:
    0 4px 18px rgba(0, 0, 0, 0.8),
    0 2px 5px rgba(0, 0, 0, 0.95);
  margin-bottom: 22px;
  padding-left: 4px;
}

/* 3. TIMELESS STYLE. MODERN YOU. Tagline */
.tagline-block {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-left: 4px;
}

.tagline-line {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.78rem, 1.1vw, 1.1rem);
  font-weight: 400;
  letter-spacing: 0.35em;
  line-height: 1.8;
  color: #d8c7b4;
  text-transform: uppercase;
  text-shadow:
    0 3px 14px rgba(0, 0, 0, 0.8),
    0 2px 5px rgba(0, 0, 0, 0.95);
}

/* ==========================================================================
   MOBILE & TABLET RESPONSIVE DESIGN (Using mobiles.png)
   ========================================================================== */

@media (max-width: 768px) {

  html,
  body {
    background-color: #6d543e;
  }

  .ambient-backdrop {
    background-image: url('../assets/images/mobiles.png');
    filter: blur(20px);
  }

  .stage-frame {
    width: 100vw;
    height: 100vh;
    max-height: none;
    aspect-ratio: auto;
    box-shadow: none;
  }

  .stage-img {
    object-fit: cover;
    object-position: center top;
  }

  .stage-overlay {
    background: linear-gradient(90deg,
        rgba(20, 14, 10, 0.45) 0%,
        rgba(20, 14, 10, 0.25) 35%,
        transparent 72%);
  }

  .text-overlay {
    top: 14%;
    left: 6.5%;
    max-width: 53%;
  }

  .brand-name {
    font-size: clamp(3.2rem, 11.5vw, 4.4rem);
    margin-bottom: 8px;
  }

  .coming-soon {
    font-size: clamp(1rem, 3.8vw, 1.35rem);
    letter-spacing: 0.32em;
    margin-bottom: 14px;
  }

  .tagline-line {
    font-size: clamp(0.66rem, 2.3vw, 0.82rem);
    letter-spacing: 0.26em;
  }
}

@media (max-width: 480px) {
  .stage-overlay {
    background: linear-gradient(90deg,
        rgba(20, 14, 10, 0.48) 0%,
        rgba(20, 14, 10, 0.28) 36%,
        transparent 75%);
  }

  .text-overlay {
    top: 12%;
    left: 6vw;
    max-width: 53%;
  }

  .brand-name {
    font-size: clamp(2.8rem, 11vw, 3.8rem);
    margin-bottom: 6px;
  }

  .coming-soon {
    font-size: clamp(0.95rem, 3.6vw, 1.2rem);
    letter-spacing: 0.28em;
    margin-bottom: 12px;
  }

  .tagline-line {
    font-size: clamp(0.6rem, 2.3vw, 0.74rem);
    letter-spacing: 0.22em;
    line-height: 1.65;
  }
}