/* ==========================================
   ALCHEMIST MAKEOVER ARTISTRY - PREMIUM STYLES
   ========================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Pinyon+Script&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
  /* Premium Palette */
  --bg-primary: #0A0A0A;
  --bg-secondary: #121212;
  --bg-glass: rgba(22, 22, 22, 0.7);
  --border-glass: rgba(197, 160, 89, 0.15);
  --border-glass-hover: rgba(197, 160, 89, 0.45);
  
  /* Luxury Editorial Split Palette */
  --bg-nude: #FAF5F0;
  --bg-nude-dark: #F5EBE1;
  --border-nude: rgba(28, 27, 25, 0.1);
  --border-nude-hover: rgba(197, 160, 89, 0.5);
  
  --accent-gold: #C5A059;
  --accent-gold-hover: #E2C288;
  --accent-gold-dark: #8E6D31;
  --gold-glow: rgba(197, 160, 89, 0.25);
  
  --text-primary: #FAF6F0;
  --text-secondary: #B5B0A8;
  --text-muted: #7E7972;
  --text-dark: #1C1B19;
  --text-dark-muted: #6E6961;
  
  /* Fonts */
  --font-serif: 'Playfair Display', serif;
  --font-sans: 'Montserrat', sans-serif;
  --font-cursive: 'Pinyon Script', cursive;
  
  /* Layout Transitions */
  --transition-smooth: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-fast: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


/* Base resets & scrollbars */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: var(--bg-primary);
  color: var(--text-primary);
  font-family: var(--font-sans);
}

body {
  overflow-x: hidden;
  line-height: 1.6;
  background: radial-gradient(circle at 50% -20%, #1A1815 0%, var(--bg-primary) 70%);
  min-height: 100vh;
}

/* Custom Premium Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--bg-primary);
}
::-webkit-scrollbar-thumb {
  background: var(--accent-gold-dark);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--accent-gold);
}

/* Core Typographical Styles */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  color: var(--text-primary);
  letter-spacing: 0.5px;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-fast);
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}

/* Reusable Classes & Utilities */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}

.gold-text {
  color: var(--accent-gold);
  background: linear-gradient(135deg, #FAF6F0 0%, var(--accent-gold) 50%, var(--accent-gold-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title-wrapper {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}

.section-title {
  font-size: 2.75rem;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-bottom: 1.25rem;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent-gold), transparent);
}

.section-subtitle {
  font-family: var(--font-sans);
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}

/* Cursive Signature Editorial Overlays */
.signature-overlay {
  font-family: var(--font-cursive);
  font-size: 3.2rem;
  color: var(--accent-gold);
  display: block;
  margin-bottom: -0.65rem;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: 400;
  text-align: center;
  position: relative;
  z-index: 5;
  transform: rotate(-2deg);
  text-shadow: 0 0 20px rgba(10, 10, 10, 0.2);
}

.about-content .signature-overlay {
  text-align: left;
  margin-left: -5px;
}

/* Split-contrast alternating lookbook sections */
.section-dark {
  background-color: var(--bg-primary);
  color: var(--text-primary);
}

.section-nude {
  background-color: var(--bg-nude);
  color: var(--text-dark);
}

.section-nude .section-title {
  color: var(--text-dark);
}

.section-nude .section-subtitle {
  color: var(--text-dark-muted);
}

.section-nude p {
  color: var(--text-dark-muted);
}

/* Cultural Gold Mandalas using Optimized Inline SVG Masks */
.cultural-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.035;
  z-index: 1;
  background-size: 160px 160px;
}

.cultural-pattern-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cpath d='M80 0c6.6 0 12 5.4 12 12s-5.4 12-12 12-12-5.4-12-12S73.4 0 80 0zm0 160c6.6 0 12-5.4 12-12s-5.4-12-12-12-12 5.4-12 12 5.4 12 12 12zM0 80c0-6.6 5.4-12 12-12s12 5.4 12 12-5.4 12-12 12S0 86.6 0 80zm160 0c0-6.6-5.4-12-12-12s-12 5.4-12 12 5.4 12 12 12 12-5.4 12-12zm-32-48c4.4 4.4 4.4 11.6 0 16s-11.6 4.4-16 0-4.4-11.6 0-16 11.6-4.4 16 0zm-96 96c4.4 4.4 4.4 11.6 0 16s-11.6 4.4-16 0-4.4-11.6 0-16 11.6-4.4 16 0zm96 0c-4.4 4.4-11.6 4.4-16 0s-4.4-11.6 0-16 11.6-4.4 16 0zM32 32c-4.4 4.4-11.6 4.4-16 0s-4.4-11.6 0-16 11.6-4.4 16 0zm48 16c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32z' fill='%23C5A059' fill-opacity='0.8' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.cultural-pattern-nude {
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cpath d='M80 0c6.6 0 12 5.4 12 12s-5.4 12-12 12-12-5.4-12-12S73.4 0 80 0zm0 160c6.6 0 12-5.4 12-12s-5.4-12-12-12-12 5.4-12 12 5.4 12 12 12zM0 80c0-6.6 5.4-12 12-12s12 5.4 12 12-5.4 12-12 12S0 86.6 0 80zm160 0c0-6.6-5.4-12-12-12s-12 5.4-12 12 5.4 12 12 12 12-5.4 12-12zm-32-48c4.4 4.4 4.4 11.6 0 16s-11.6 4.4-16 0-4.4-11.6 0-16 11.6-4.4 16 0zm-96 96c4.4 4.4 4.4 11.6 0 16s-11.6 4.4-16 0-4.4-11.6 0-16 11.6-4.4 16 0zm96 0c-4.4 4.4-11.6 4.4-16 0s-4.4-11.6 0-16 11.6-4.4 16 0zM32 32c-4.4 4.4-11.6 4.4-16 0s-4.4-11.6 0-16 11.6-4.4 16 0zm48 16c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32z' fill='%238E6D31' fill-opacity='0.7' fill-rule='evenodd'/%3E%3C/svg%3E");
}

/* Custom Interactive Cursor Elements (Desktop only) */
.custom-cursor-dot {
  display: none;
}
.custom-cursor-ring {
  display: none;
}

@media (pointer: fine) {
  .custom-cursor-dot {
    display: block;
    width: 6px;
    height: 6px;
    background-color: var(--accent-gold);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: width 0.2s, height 0.2s, background-color 0.2s;
  }
  .custom-cursor-ring {
    display: block;
    width: 38px;
    height: 38px;
    border: 1px solid var(--accent-gold);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9998;
    transform: translate(-50%, -50%);
    transition: width 0.3s cubic-bezier(0.215, 0.610, 0.355, 1), height 0.3s cubic-bezier(0.215, 0.610, 0.355, 1), border-color 0.3s, background-color 0.3s;
  }
  
  /* Interactive Scaling & Magnetic States */
  body.cursor-hover .custom-cursor-dot {
    width: 10px;
    height: 10px;
    background-color: var(--accent-gold-hover);
  }
  body.cursor-hover .custom-cursor-ring {
    width: 54px;
    height: 54px;
    border-color: var(--accent-gold-hover);
    background-color: rgba(197, 160, 89, 0.08);
  }
}

/* 3D Realistic Floating Lookbook Assets */
.floating-3d-asset {
  position: absolute;
  width: 90px;
  height: 90px;
  pointer-events: none;
  z-index: 5;
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.35));
  animation: floatingDrift 10s ease-in-out infinite alternate;
  will-change: transform;
}

.floating-asset-1 {
  top: 15%;
  right: 6%;
}

.floating-asset-2 {
  top: 60%;
  left: 4%;
}

@keyframes floatingDrift {
  0% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
  50% {
    transform: translateY(-16px) rotate(4deg) scale(1.03);
  }
  100% {
    transform: translateY(0) rotate(-4deg) scale(1);
  }
}

/* Premium 3D Preservation Card classes */
.tilt-card {
  transform-style: preserve-3d;
  perspective: 1000px;
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s, box-shadow 0.5s;
}

.tilt-card-inner {
  transform: translateZ(25px);
  transform-style: preserve-3d;
}

/* Glassmorphic Panel Styling */
.glass-panel {
  background: var(--bg-glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--border-glass);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: var(--transition-smooth);
}

.glass-panel:hover {
  border-color: var(--border-glass-hover);
  box-shadow: 0 15px 35px rgba(197, 160, 89, 0.1);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 2.2rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent-gold-dark) 0%, var(--accent-gold) 100%);
  color: #0A0A0A;
  border: 1px solid transparent;
  box-shadow: 0 4px 15px var(--gold-glow);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--accent-gold) 0%, var(--accent-gold-hover) 100%);
  box-shadow: 0 6px 20px rgba(197, 160, 89, 0.4);
  transform: translateY(-2px);
}

.btn-secondary {
  background: transparent;
  color: var(--text-primary);
  border: 1px solid var(--accent-gold);
}

.btn-secondary:hover {
  background: rgba(197, 160, 89, 0.08);
  border-color: var(--accent-gold-hover);
  color: var(--accent-gold-hover);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(197, 160, 89, 0.05);
}

/* Header & Navigation */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(10, 10, 10, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: var(--transition-smooth);
}

header.scrolled {
  background: rgba(10, 10, 10, 0.95);
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border-glass);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  transition: var(--transition-smooth);
}

header.scrolled .navbar {
  height: 65px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid rgba(197, 160, 89, 0.3);
  object-fit: cover;
  transition: var(--transition-smooth);
}

header.scrolled .logo-img {
  height: 42px;
  width: 42px;
}

.logo:hover .logo-img {
  border-color: var(--accent-gold);
  box-shadow: 0 0 12px rgba(197, 160, 89, 0.35);
  transform: scale(1.05);
}

.logo-text {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.1;
  transition: var(--transition-smooth);
}

.logo-text span {
  font-weight: 300;
  font-size: 0.8rem;
  display: block;
  font-family: var(--font-sans);
  letter-spacing: 2px;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-top: 1px;
  transition: var(--transition-smooth);
}

header.scrolled .logo-text {
  font-size: 1.15rem;
}

header.scrolled .logo-text span {
  font-size: 0.7rem;
}

.nav-menu {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  align-items: center;
}

.nav-link {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-secondary);
  position: relative;
  padding: 0.5rem 0;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--accent-gold);
  transition: var(--transition-smooth);
}

.nav-link:hover {
  color: var(--accent-gold-hover);
}

.nav-link:hover::after {
  width: 100%;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  background: none;
  border: none;
}

.nav-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: var(--text-primary);
  transition: var(--transition-smooth);
}

/* Hero Section */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 100px;
  overflow: hidden;
  text-align: center;
}

/* Dynamic ambient glow */
.hero::before {
  content: '';
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(197, 160, 89, 0.08) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

.hero-tag {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--accent-gold);
  margin-bottom: 1.5rem;
  font-weight: 600;
  animation: fadeInDown 1s ease;
}

.hero-title {
  font-size: 4.5rem;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 2rem;
  animation: fadeIn 1.2s ease;
}

.hero-title span {
  font-style: italic;
  font-family: var(--font-serif);
  font-weight: 300;
}

.hero-desc {
  font-size: 1.15rem;
  color: var(--text-secondary);
  margin-bottom: 3rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  line-height: 1.8;
  animation: fadeInUp 1.4s ease;
}

.hero-actions {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  animation: fadeInUp 1.6s ease;
}

/* About / Philosophy Section */
.about {
  padding: 100px 0;
  position: relative;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 5rem;
  align-items: center;
}

.about-visual {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 500px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.6);
  border: 1px solid rgba(197, 160, 89, 0.2);
}

/* Custom styled placeholder graphic utilizing SVG & gradients */
.about-visual .luxury-graphic {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #161513 0%, #2A251E 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.luxury-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background-image: radial-gradient(circle at 1px 1px, var(--accent-gold) 1px, transparent 0);
  background-size: 24px 24px;
}

.luxury-avatar-glow {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197, 160, 89, 0.2) 0%, transparent 70%);
  filter: blur(10px);
}

.luxury-art-title {
  z-index: 1;
  font-family: var(--font-serif);
  font-size: 2.2rem;
  color: var(--accent-gold);
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 0 4px 10px rgba(0,0,0,0.5);
  font-style: italic;
}

.about-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-text {
  color: var(--text-secondary);
  font-size: 1.05rem;
  margin-bottom: 1.75rem;
  line-height: 1.8;
  font-weight: 300;
}

.about-features {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.feature-icon {
  color: var(--accent-gold);
  font-size: 1.25rem;
  margin-top: 0.2rem;
}

.feature-text h4 {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
  font-family: var(--font-sans);
  font-weight: 600;
}

.feature-text p {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* Services Section */
.services {
  padding: 100px 0;
  background-color: var(--bg-secondary);
  position: relative;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.service-card {
  padding: 3rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.service-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(197, 160, 89, 0.06);
  border: 1px solid rgba(197, 160, 89, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem auto;
  color: var(--accent-gold);
  font-size: 1.75rem;
  transition: var(--transition-smooth);
}

.service-card:hover .service-icon {
  background: var(--accent-gold);
  color: #0A0A0A;
  box-shadow: 0 0 20px var(--gold-glow);
  transform: scale(1.05);
}

.service-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.service-price {
  font-family: var(--font-serif);
  color: var(--accent-gold);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: block;
}

.service-desc {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin-bottom: 2rem;
  font-weight: 300;
}

.service-card .btn-text {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  color: var(--accent-gold);
  transition: var(--transition-fast);
}

.service-card:hover .btn-text {
  color: var(--accent-gold-hover);
  letter-spacing: 3px;
}

/* Portfolio Section */
.portfolio {
  padding: 100px 0;
}

.portfolio-filters {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 3.5rem;
}

.filter-btn {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.08);
  color: var(--text-secondary);
  padding: 0.6rem 1.75rem;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 1px;
  transition: var(--transition-smooth);
}

.filter-btn.active, .filter-btn:hover {
  background: var(--accent-gold);
  border-color: var(--accent-gold);
  color: #0A0A0A;
  box-shadow: 0 4px 12px var(--gold-glow);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 1.5rem;
}

.portfolio-item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  height: 420px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: var(--transition-smooth);
}

.portfolio-item.hidden {
  display: none;
}

.portfolio-graphic {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1C1A17 0%, #2F281E 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-smooth);
}

.portfolio-graphic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-smooth);
}

.portfolio-graphic::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(10,10,10,0.9) 0%, rgba(10,10,10,0.3) 50%, transparent 100%);
  opacity: 0.85;
  transition: var(--transition-smooth);
}

.portfolio-item:hover .portfolio-graphic img {
  transform: scale(1.08);
}

.portfolio-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  z-index: 2;
  transition: var(--transition-smooth);
  transform: translateY(10px);
}

.portfolio-item:hover .portfolio-info {
  transform: translateY(0);
}

.portfolio-cat {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--accent-gold);
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
  display: block;
}

.portfolio-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.portfolio-desc {
  font-size: 0.85rem;
  color: var(--text-secondary);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: var(--transition-smooth);
}

.portfolio-item:hover .portfolio-desc {
  opacity: 1;
  max-height: 60px;
  margin-top: 0.5rem;
}

/* Booking Layout & Specifics */
.booking-section {
  min-height: 100vh;
  padding: 140px 0 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.booking-section::before {
  content: '';
  position: absolute;
  top: 10%;
  left: 10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(197, 160, 89, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.booking-wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.booking-header {
  text-align: center;
  margin-bottom: 3rem;
}

.booking-header h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.booking-header p {
  color: var(--text-secondary);
  font-weight: 300;
}

.booking-form {
  padding: 3.5rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.form-group.full-width {
  grid-column: span 2;
}

.form-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent-gold);
  font-weight: 600;
}

.form-input {
  background: rgba(10, 10, 10, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 1rem 1.25rem;
  color: var(--text-primary);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  transition: var(--transition-smooth);
}

.form-input:focus {
  outline: none;
  border-color: var(--accent-gold);
  background: rgba(20, 20, 20, 0.8);
  box-shadow: 0 0 15px rgba(197, 160, 89, 0.15);
}

/* Custom Calendar Icon Styling for inputs */
.form-input[type="date"], .form-input[type="time"] {
  color-scheme: dark;
}

textarea.form-input {
  resize: vertical;
  min-height: 120px;
}

.form-input option {
  background-color: var(--bg-secondary);
  color: var(--text-primary);
}

.form-disclaimer {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-align: center;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.form-disclaimer svg {
  color: #25D366; /* WhatsApp Green */
  font-size: 1rem;
}

/* Testimonials / Social Banner */
.social-banner {
  padding: 80px 0;
  background: linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
  text-align: center;
  border-top: 1px solid var(--border-glass);
}

.social-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: linear-gradient(135deg, #8134AF 0%, #DD2A7B 50%, #F58529 100%);
  color: #fff;
  border: none;
  box-shadow: 0 4px 15px rgba(221, 42, 123, 0.3);
}

.social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(221, 42, 123, 0.5);
  background: linear-gradient(135deg, #9b3fc2 0%, #ef378d 50%, #ffa149 100%);
}

/* Footer styling */
footer {
  padding: 60px 0 30px 0;
  background-color: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  text-align: center;
  color: var(--text-secondary);
}

.footer-logo {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  list-style: none;
  margin: 2rem 0;
}

.footer-link {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.footer-link:hover {
  color: var(--accent-gold);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1.5rem;
  margin-top: 2rem;
  font-size: 0.8rem;
  color: var(--text-muted);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Scroll Reveal & Smooth Transition Classes */
.js .reveal {
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

.js .reveal-up {
  transform: translateY(60px);
}

.js .reveal-down {
  transform: translateY(-60px);
}

.js .reveal-left {
  transform: translateX(-60px);
}

.js .reveal-right {
  transform: translateX(60px);
}

.js .reveal-scale {
  transform: scale(0.95);
}

.js .reveal.active {
  opacity: 1;
  transform: translate(0) scale(1);
}

/* Stagger Delay Utility Classes */
.delay-1 { transition-delay: 0.15s; }
.delay-2 { transition-delay: 0.3s; }
.delay-3 { transition-delay: 0.45s; }
.delay-4 { transition-delay: 0.6s; }
.delay-5 { transition-delay: 0.75s; }

/* Continuous floating animations for luxury elements */
@keyframes floatY {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}

.float-anim {
  animation: floatY 4s ease-in-out infinite;
}

/* Shimmer pulse effect for premium hover elements */
@keyframes shimmerGlow {
  0% { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); }
  50% { box-shadow: 0 15px 35px rgba(197, 160, 89, 0.18); }
  100% { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); }
}

.glass-panel.active {
  animation: shimmerGlow 3.5s ease-in-out infinite;
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
  .hero-title {
    font-size: 3.5rem;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  .about-visual {
    height: 400px;
    order: -1;
  }
  .form-grid {
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  
  .navbar {
    height: 70px;
  }
  
  .nav-menu {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 70px);
    background: rgba(10, 10, 10, 0.98);
    backdrop-filter: blur(15px);
    flex-direction: column;
    padding: 3rem 0;
    gap: 2rem;
    transition: var(--transition-smooth);
    border-top: 1px solid var(--border-glass);
    z-index: 99;
  }
  
  .nav-menu.active {
    left: 0;
  }
  
  .nav-toggle {
    display: flex;
  }
  
  .nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
  
  .nav-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  
  .nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  
  .hero-title {
    font-size: 2.75rem;
  }
  
  .hero-actions {
    flex-direction: column;
    gap: 1rem;
    padding: 0 2rem;
  }
  
  .section-title {
    font-size: 2.2rem;
  }
  
  .booking-form {
    padding: 2rem 1.5rem;
  }
  
  .form-grid {
    grid-template-columns: 1fr;
  }
  
  .form-group.full-width {
    grid-column: span 1;
  }
  
  .form-input {
    font-size: 16px !important; /* Prevents auto-zoom on iOS Safari */
  }
  
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  
  /* Scale down 3D ornaments on tablets/mobile for layout safety */
  .floating-3d-asset {
    width: 55px;
    height: 55px;
    opacity: 0.45;
  }
  .floating-asset-1 {
    right: 2%;
    top: 12%;
  }
  .floating-asset-2 {
    left: 2%;
    top: 70%;
  }
}

@media (max-width: 480px) {
  /* Leave more screen breathing room for small viewports like iPhone SE */
  .container {
    padding: 0 1.25rem;
  }
  
  .hero-title {
    font-size: 2.25rem;
  }
  
  .signature-overlay {
    font-size: 2.5rem;
  }
  
  .portfolio-filters {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  
  .filter-btn {
    padding: 0.5rem 1.25rem;
    font-size: 0.8rem;
  }
  
  /* Tighten spacing inside split editorial booking card on phones */
  .booking-editorial-info {
    padding: 2rem 1.25rem;
  }
  .booking-step-item {
    gap: 0.85rem;
  }
  .booking-step-num {
    width: 38px;
    height: 38px;
    font-size: 1.25rem;
  }
  
  /* Prevent infinite page height by scaling down cards on small viewports */
  .gallery-card {
    height: 320px;
  }
  .portfolio-item {
    height: 340px;
  }
}

/* ==========================================
   GALLERY PAGE & LIGHTBOX MODAL STYLES
   ========================================== */
.gallery-section {
  padding: 140px 0 80px 0;
  min-height: 100vh;
  position: relative;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.gallery-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  height: 380px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  border: 1px solid var(--border-glass);
  cursor: pointer;
  transition: var(--transition-smooth);
}

.gallery-card:hover {
  transform: translateY(-5px);
  border-color: var(--border-glass-hover);
  box-shadow: 0 15px 35px rgba(197, 160, 89, 0.15);
}

.gallery-media {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #0d0d0d;
}

.gallery-media img, .gallery-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-smooth);
}

.gallery-card:hover .gallery-media img, .gallery-card:hover .gallery-media video {
  transform: scale(1.05);
}

.gallery-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(10,10,10,0.9) 0%, rgba(10,10,10,0.2) 65%, transparent 100%);
  opacity: 0.95;
  z-index: 1;
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.75rem;
  z-index: 2;
}

.gallery-tag {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--accent-gold);
  letter-spacing: 2px;
  margin-bottom: 0.4rem;
  display: block;
}

.gallery-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.gallery-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(10, 10, 10, 0.75);
  border: 1px solid var(--accent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-gold);
  font-size: 1.25rem;
  z-index: 2;
  transition: var(--transition-smooth);
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.gallery-card:hover .gallery-play-btn {
  background: var(--accent-gold);
  color: #0A0A0A;
  box-shadow: 0 0 20px rgba(197, 160, 89, 0.4);
  transform: translate(-50%, -50%) scale(1.1);
}

/* Lightbox Modal Styles */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 5, 5, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.lightbox.active {
  display: flex;
  opacity: 1;
}

.lightbox-content-wrapper {
  max-width: 70%;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: scale(0.92);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.lightbox.active .lightbox-content-wrapper {
  transform: scale(1);
}

.lightbox-content {
  width: 100%;
  max-height: 62vh;
  box-shadow: 0 15px 35px rgba(0,0,0,0.85);
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  border: 1px solid rgba(197, 160, 89, 0.25);
  border-bottom: none;
  background-color: #0A0A0A;
}

.lightbox-content img, .lightbox-content video {
  max-width: 100%;
  max-height: 62vh;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.lightbox-content.instagram-lightbox-content {
  width: min(420px, 82vw);
  height: min(640px, 62vh);
}

.instagram-reel-frame {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #ffffff;
}

.lightbox-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: transparent;
  border: none;
  color: #FAF6F0;
  font-size: 2.5rem;
  cursor: pointer;
  transition: var(--transition-smooth);
  z-index: 1010;
}

.lightbox-close:hover {
  color: var(--accent-gold);
  transform: rotate(90deg);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(18, 18, 18, 0.6);
  border: 1px solid rgba(197, 160, 89, 0.2);
  color: #FAF6F0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 1000;
  transition: var(--transition-smooth);
}

.lightbox-nav:hover {
  background: var(--accent-gold);
  color: #0A0A0A;
  border-color: var(--accent-gold);
  box-shadow: 0 0 15px rgba(197, 160, 89, 0.4);
}

.lightbox-prev {
  left: 3rem;
}

.lightbox-next {
  right: 3rem;
}

.lightbox-caption {
  width: 100%;
  background: rgba(18, 18, 18, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 1.25rem 2rem;
  border: 1px solid rgba(197, 160, 89, 0.25);
  border-radius: 0 0 12px 12px;
  color: var(--text-primary);
  text-align: center;
}

.lightbox-caption h4 {
  color: var(--accent-gold);
  font-size: 1.15rem;
  margin-bottom: 0.25rem;
}

.lightbox-caption p {
  color: var(--text-secondary);
  font-size: 0.85rem;
}

@media (max-width: 768px) {
  .lightbox-content-wrapper {
    max-width: 85%;
  }
  .lightbox-prev {
    left: 1rem;
  }
  .lightbox-next {
    right: 1rem;
  }
  .lightbox-nav {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  .lightbox-close {
    top: 1.5rem;
    right: 1.5rem;
    font-size: 2rem;
  }
}

/* ==========================================
   EDITORIAL BOOKING SPLIT-COLUMN STYLES
   ========================================== */
.booking-split-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3.5rem;
  align-items: stretch;
}

.booking-editorial-info {
  padding: 3rem;
  border-radius: 12px;
  background-color: var(--bg-nude);
  border: 1px solid var(--border-nude);
  color: var(--text-dark);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.booking-editorial-info .signature-overlay {
  text-align: left;
  margin-left: 0;
  margin-bottom: -0.5rem;
}

.booking-editorial-info h2 {
  color: var(--text-dark);
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.booking-editorial-info p {
  color: var(--text-dark-muted);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  font-weight: 300;
}

.booking-steps {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.booking-step-item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}

.booking-step-num {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  color: var(--accent-gold-dark);
  font-weight: 700;
  line-height: 1;
  background: rgba(197, 160, 89, 0.08);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(197, 160, 89, 0.25);
  flex-shrink: 0;
}

.booking-step-text h4 {
  color: var(--text-dark);
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
  font-family: var(--font-sans);
  font-weight: 600;
}

.booking-step-text p {
  color: var(--text-dark-muted);
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 992px) {
  .booking-split-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .booking-editorial-info {
    padding: 2rem;
  }
}

/* ==========================================
   FINAL RESPONSIVE SAFETY OVERRIDES
   Keeps every page usable from small phones to wide desktops.
   ========================================== */

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  width: 100%;
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

section {
  overflow-x: clip;
}

.container {
  max-width: min(1200px, 100%);
  padding-left: clamp(1rem, 4vw, 2rem);
  padding-right: clamp(1rem, 4vw, 2rem);
}

.section-title {
  font-size: clamp(1.85rem, 5vw, 2.75rem);
}

.section-title-wrapper {
  margin-bottom: clamp(2.25rem, 6vw, 4rem);
}

.signature-overlay {
  font-size: clamp(2.15rem, 8vw, 3.2rem);
  line-height: 0.95;
}

.btn {
  max-width: 100%;
  min-height: 44px;
  padding: 0.9rem clamp(1rem, 4vw, 2.2rem);
  text-align: center;
  white-space: normal;
}

.hero {
  min-height: min(100svh, 900px);
  padding: clamp(96px, 14vh, 130px) 0 clamp(56px, 10vh, 100px);
}

.hero::before,
.booking-section::before {
  width: min(500px, 90vw);
  height: min(500px, 90vw);
}

.hero-content {
  width: 100%;
}

.hero-tag,
.section-subtitle,
.form-label {
  overflow-wrap: anywhere;
}

.hero-title {
  font-size: clamp(2.15rem, 9vw, 4.5rem);
  line-height: 1.08;
}

.hero-desc {
  font-size: clamp(0.98rem, 2.5vw, 1.15rem);
}

.hero-actions {
  flex-wrap: wrap;
}

.about,
.services,
.portfolio {
  padding: clamp(64px, 10vw, 100px) 0;
}

.about-grid,
.booking-split-container {
  min-width: 0;
}

.about-visual {
  height: clamp(300px, 52vw, 500px);
}

.about-content,
.booking-editorial-info,
.booking-form,
.service-card,
.portfolio-item,
.gallery-card,
.lightbox-content-wrapper {
  min-width: 0;
}

.about-features {
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
}

.services-grid,
.portfolio-grid,
.gallery-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.portfolio-item,
.gallery-card {
  height: auto;
  aspect-ratio: 4 / 5;
  min-height: 300px;
}

.portfolio-info,
.gallery-overlay {
  padding: clamp(1.15rem, 4vw, 2rem);
}

.portfolio-title,
.gallery-title,
.service-card h3,
.booking-editorial-info h2,
.booking-header h1,
.social-title {
  overflow-wrap: anywhere;
}

.booking-section,
.gallery-section {
  padding: clamp(110px, 14vw, 140px) 0 clamp(56px, 8vw, 80px);
}

.booking-header h1 {
  font-size: clamp(2rem, 7vw, 3rem);
}

.booking-wrapper {
  max-width: min(750px, 100%);
}

.booking-form {
  padding: clamp(1.25rem, 5vw, 3.5rem);
}

.form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-input {
  width: 100%;
}

.footer-links,
.portfolio-filters {
  flex-wrap: wrap;
}

.footer-bottom p {
  min-width: 0;
}

.lightbox {
  padding: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
}

.lightbox-content-wrapper {
  width: min(900px, 100%);
  max-width: min(92vw, 900px);
}

.lightbox-content {
  max-height: 70svh;
}

.lightbox-content img,
.lightbox-content video {
  max-height: 70svh;
}

@media (max-width: 900px) {
  .navbar {
    height: 70px;
  }

  header.scrolled .navbar {
    height: 64px;
  }

  .nav-menu {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    height: calc(100svh - 70px);
    background: rgba(10, 10, 10, 0.98);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    flex-direction: column;
    justify-content: flex-start;
    padding: 2.5rem 1rem;
    gap: 1.5rem;
    overflow-y: auto;
    border-top: 1px solid var(--border-glass);
    z-index: 99;
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }

  .nav-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
}

@media (max-width: 768px) {
  .navbar {
    height: 68px;
  }

  header.scrolled .navbar {
    height: 62px;
  }

  .logo {
    min-width: 0;
  }

  .logo-img {
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
  }

  .logo-text {
    font-size: clamp(1rem, 5vw, 1.2rem);
    max-width: calc(100vw - 120px);
  }

  .logo-text span {
    font-size: 0.68rem;
    letter-spacing: 1.4px;
  }

  .nav-menu {
    top: 68px;
    height: calc(100svh - 68px);
    overflow-y: auto;
    padding: 2rem 1rem;
  }

  .hero-actions,
  .portfolio-filters {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-actions .btn,
  .social-btn {
    width: min(100%, 340px);
  }

  .about .section-title-wrapper {
    text-align: left;
  }

  .about-features {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .portfolio-grid,
  .gallery-grid {
    gap: 1.25rem;
  }

  .booking-split-container {
    gap: 1.5rem;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-group.full-width {
    grid-column: auto;
  }

  .footer-links {
    gap: 1rem 1.5rem;
  }

  .footer-bottom {
    align-items: center;
  }

  .lightbox-content-wrapper {
    max-width: 100%;
  }

  .lightbox-nav {
    top: auto;
    bottom: max(1rem, env(safe-area-inset-bottom));
    transform: none;
  }

  .lightbox-prev {
    left: max(1rem, env(safe-area-inset-left));
  }

  .lightbox-next {
    right: max(1rem, env(safe-area-inset-right));
  }

  .lightbox-caption {
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero {
    min-height: auto;
    padding-top: 92px;
  }

  .hero-tag,
  .section-subtitle {
    letter-spacing: 2px;
    font-size: 0.75rem;
  }

  .hero-title br {
    display: none;
  }

  .hero-desc {
    line-height: 1.65;
    margin-bottom: 2rem;
  }

  .floating-3d-asset {
    display: none;
  }

  .service-card {
    padding: 2rem 1.2rem;
  }

  .portfolio-filters {
    justify-content: flex-start;
    gap: 0.65rem;
  }

  .filter-btn {
    flex: 1 1 calc(50% - 0.65rem);
    padding: 0.65rem 0.75rem;
  }

  .portfolio-item,
  .gallery-card {
    aspect-ratio: 3 / 4;
    min-height: 280px;
  }

  .booking-editorial-info {
    padding: 1.5rem 1rem;
  }

  .booking-step-item {
    gap: 0.8rem;
  }

  .booking-step-num {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
  }

  .booking-form {
    padding: 1.25rem 1rem;
  }

  .form-disclaimer {
    align-items: flex-start;
    text-align: left;
  }

  .footer-links {
    flex-direction: column;
    gap: 0.85rem;
  }

  .social-btn {
    font-size: 0.78rem;
    letter-spacing: 0.8px;
  }

  .lightbox-close {
    top: max(0.75rem, env(safe-area-inset-top));
    right: max(0.75rem, env(safe-area-inset-right));
  }
}

@media (max-width: 360px) {
  .logo-text {
    font-size: 0.9rem;
  }

  .logo-text span {
    font-size: 0.58rem;
    letter-spacing: 1px;
  }

  .logo-img {
    width: 38px;
    height: 38px;
  }

  .btn,
  .filter-btn {
    font-size: 0.75rem;
    letter-spacing: 0.8px;
  }

  .booking-step-item {
    flex-direction: column;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }

  .hero-content {
    max-width: 940px;
  }
}
