/* ==========================================================================
   GYAPA — MINIMALIST LUXURY EMBROIDERY TEASER LANDING PAGE
   Theme: High-End Fashion Editorial / Luxury Heavyweight T-Shirt Canvas
   Layout: 100vh / 100dvh Fixed Viewport (Strictly Zero Scroll)
   ========================================================================== */

:root {
  /* Minimalist Luxury Dark Palette */
  --bg-deep: #0e0f12;
  --bg-surface: #14151a;
  --bg-card: #1c1e24;
  --border-subtle: rgba(255, 255, 255, 0.08);

  /* Gold & Silk Accents */
  --gold-primary: #f2c14e;
  --gold-light: #fff0d0;
  --gold-deep: #d49b35;
  --gold-glow: rgba(242, 193, 78, 0.25);

  /* Typography Colors */
  --text-primary: #fdfbf7;
  --text-secondary: #a3a6b3;
  --text-muted: #6e7180;

  /* WhatsApp Accent */
  --whatsapp-color: #25d366;

  /* Fonts */
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Base Reset & Viewport Lock */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--bg-deep);
  font-family: var(--font-sans);
  color: var(--text-primary);
  user-select: none;
  -webkit-user-select: none;
}

/* Subtle Ambient Canvas */
#ambientCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

/* Master Fixed Page Grid */
.page-layout {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: clamp(12px, 2vh, 24px) clamp(16px, 3.5vw, 36px);
}

/* ==========================================================================
   1. MINIMALIST HEADER
   ========================================================================== */
.site-header {
  width: 100%;
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(34px, 4.8vh, 48px);
}

.brand-monogram {
  font-family: 'Cinzel', serif;
  font-size: clamp(22px, 3.4vh, 32px);
  font-weight: 800;
  letter-spacing: 0.44em;
  color: var(--gold-light);
  text-transform: uppercase;
  background: linear-gradient(135deg, #ffffff 0%, #ffe8b2 50%, #d49b35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
}

/* ==========================================================================
   2. MAIN CONTENT STAGE (FIXED 100vh BALANCED COMPOSITION)
   ========================================================================== */
.main-content {
  flex: 1;
  width: 100%;
  max-width: 860px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 1.2vh, 14px);
}

/* Headline Area */
.headline-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(3px, 0.6vh, 6px);
}

.main-title {
  font-family: 'Italiana', 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(34px, 5.2vh, 50px);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.05;
  color: var(--text-primary);
}

.title-italic {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.01em;
  background: linear-gradient(135deg, #fff2cb 0%, #f2c14e 60%, #c48b26 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-subtitle {
  font-family: var(--font-sans);
  font-size: clamp(10px, 1.15vh, 11.5px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fcefdc;
  max-width: 480px;
  line-height: 1.4;
  font-weight: 600;
  margin-top: clamp(6px, 1.2vh, 12px);
  text-shadow: 
    0 0 10px rgba(242, 193, 78, 0.45),
    0 0 22px rgba(212, 155, 53, 0.25);
  opacity: 0.95;
}

/* ==========================================================================
   3. LUXURY T-SHIRT GARMENT CANVAS & EMBROIDERY STAGE
   ========================================================================== */
.tshirt-stage {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tshirt-mockup {
  position: relative;
  width: 100%;
  max-width: clamp(320px, 55vh, 520px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tshirt-svg {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 38px rgba(0, 0, 0, 0.75));
}

.garment-body {
  stroke: #2e303b;
  stroke-width: 1;
}

/* Embroidery Designs */
.embroidery-design {
  display: none;
}

.embroidery-design.active-design {
  display: inline;
}

.design-shadow {
  fill: none;
  stroke: #08090b;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.95;
}

.design-stitch {
  fill: none;
  stroke: url(#goldThread);
  stroke-width: 5.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.6));
}

.conn-stitch {
  stroke-width: 3.5;
  opacity: 0.9;
}

.leaf-stitch {
  stroke: #d49b35;
  stroke-width: 4;
}

.alpine-stitch {
  stroke-width: 3.8;
  stroke: #f2c14e;
}

.base-line {
  stroke: #9c6e1e;
  stroke-width: 2.5;
  opacity: 0.7;
}

.flourish-stitch {
  stroke-width: 3.5;
  stroke: url(#goldThread);
}

/* Needle Elements */
.live-needle {
  pointer-events: none;
  opacity: 0;
  transform-origin: center center;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.8));
}

.needle-spark {
  filter: drop-shadow(0 0 6px #ffe4a0);
  animation: sparkPulse 1.2s ease-in-out infinite alternate;
}

@keyframes sparkPulse {
  0% { transform: scale(0.8); opacity: 0.6; }
  100% { transform: scale(1.3); opacity: 1; }
}

.docked-needle {
  opacity: 0;
  transform-origin: center center;
}

.docked-sparkle {
  animation: sparkRotate 2s linear infinite;
  transform-origin: center center;
}

@keyframes sparkRotate {
  0% { transform: scale(0.8) rotate(0deg); opacity: 0.5; }
  50% { transform: scale(1.4) rotate(180deg); opacity: 1; }
  100% { transform: scale(0.8) rotate(360deg); opacity: 0.5; }
}

/* ==========================================================================
   4. ACTIONS SECTION (CLEAN DOCK)
   ========================================================================== */
.actions-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.action-buttons-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.4vw, 12px);
  flex-wrap: wrap;
}

.clean-btn {
  text-decoration: none;
  font-family: var(--font-sans);
  font-size: clamp(11.5px, 1.3vh, 13px);
  padding: clamp(7px, 1.1vh, 9px) 14px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: all 0.25s ease;
  font-weight: 500;
}

/* Call Button */
.call-btn {
  background: linear-gradient(135deg, #d49b35 0%, #b88022 100%);
  color: #0e0f12;
  border: 1px solid #ffe4a0;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(212, 155, 53, 0.3);
}

.call-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 155, 53, 0.45);
  background: linear-gradient(135deg, #f2c14e 0%, #d49b35 100%);
}

/* WhatsApp Button */
.whatsapp-btn {
  background: rgba(37, 211, 102, 0.1);
  color: #5ef096;
  border: 1px solid rgba(37, 211, 102, 0.35);
}

.whatsapp-btn:hover {
  transform: translateY(-2px);
  background: rgba(37, 211, 102, 0.2);
  border-color: var(--whatsapp-color);
  color: #ffffff;
}

/* Location Button */
.loc-btn {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-secondary);
  border: 1px solid var(--border-subtle);
}

.loc-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-primary);
  border-color: rgba(255, 255, 255, 0.2);
}

/* ==========================================================================
   5. SITE FOOTER
   ========================================================================== */
.site-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(10.5px, 1.2vh, 12px);
  color: var(--text-muted);
  letter-spacing: 0.04em;
  height: clamp(24px, 3.5vh, 32px);
}

.footer-loc-link {
  text-decoration: none;
  color: var(--gold-primary);
  font-weight: 600;
  transition: all 0.2s ease;
}

.footer-loc-link:hover {
  color: #ffffff;
  text-shadow: 0 0 8px var(--gold-glow);
}

.footer-dot {
  opacity: 0.4;
}

/* ==========================================================================
   6. RESPONSIVE ADAPTATIONS (Zero-Scroll Guarantee)
   ========================================================================== */
@media (max-height: 720px) {
  .main-content {
    gap: 6px;
  }
  .main-title {
    font-size: 26px;
  }
  .tshirt-mockup {
    max-width: 340px;
  }
  .main-subtitle {
    font-size: 11px;
  }
}

@media (max-height: 580px) {
  .status-pill {
    display: none;
  }
  .main-subtitle {
    display: none;
  }
  .site-header {
    display: none;
  }
  .tshirt-mockup {
    max-width: 240px;
  }
}

@media (max-width: 480px) {
  .page-layout {
    padding: 10px 14px;
  }
  .action-buttons-group {
    flex-direction: column;
    width: 100%;
    max-width: 280px;
    gap: 6px;
  }
  .clean-btn {
    width: 100%;
    justify-content: center;
    padding: 7px 10px;
  }
}
