/* ================================================
   CRIS EVENIMENTE OLT — Premium Redesign
   Aesthetic: Luxury Editorial / Dark Glamour
   ================================================ */

/* ── Variables ─────────────────────────────────── */
:root {
  --gold:        #c9a86c;
  --gold-light:  #e8d5b5;
  --gold-dark:   #a8864e;
  --gold-glow:   rgba(201,168,108,0.25);
  --obsidian:    #0d0d14;
  --deep:        #13131f;
  --mid:         #1c1c2e;
  --surface:     #242438;
  --white:       #ffffff;
  --off-white:   #f5f3ef;
  --muted:       rgba(255,255,255,0.55);
  --success:     #25d366;

  --serif:       'Cormorant Garamond', Georgia, serif;
  --sans:        'Outfit', system-ui, sans-serif;

  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-in-out:   cubic-bezier(0.4, 0, 0.2, 1);

  --r-sm: 8px;
  --r:    16px;
  --r-lg: 24px;
  --r-xl: 32px;
}

/* ── Reset ─────────────────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  color: var(--deep);
  background: var(--off-white);
  overflow-x: hidden;
  cursor: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  touch-action: none;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ── Custom Cursor ─────────────────────────────── */
.cursor {
  width: 10px; height: 10px;
  background: var(--gold);
  border-radius: 50%;
  position: fixed; top: 0; left: 0;
  pointer-events: none; z-index: 99999;
  transform: translate(-50%, -50%);
  transition: transform 0.1s, width 0.2s, height 0.2s, background 0.2s;
}
.cursor-follower {
  width: 36px; height: 36px;
  border: 1.5px solid rgba(201,168,108,0.5);
  border-radius: 50%;
  position: fixed; top: 0; left: 0;
  pointer-events: none; z-index: 99998;
  transform: translate(-50%, -50%);
  transition: transform 0.35s var(--ease-out-expo), width 0.3s, height 0.3s, border-color 0.3s;
}
body.cursor-hover .cursor { width: 20px; height: 20px; background: var(--gold-light); }
body.cursor-hover .cursor-follower { width: 60px; height: 60px; border-color: var(--gold); }
@media (pointer: coarse) { .cursor, .cursor-follower { display: none; } body { cursor: auto; } }

/* ── Preloader ─────────────────────────────────── */
#preloader {
  position: fixed; inset: 0;
  background: var(--obsidian);
  z-index: 99997;
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.7s var(--ease-out-expo), visibility 0.7s;
}
#preloader.done { opacity: 0; visibility: hidden; }

.preloader-inner { text-align: center; }
.preloader-logo { margin-bottom: 40px; }
.pl-cris {
  font-family: var(--serif); font-size: 4rem; font-weight: 300;
  color: var(--white); letter-spacing: 8px; display: block;
  animation: fadeSlideUp 0.8s var(--ease-out-expo) both;
}
.pl-eve {
  font-family: var(--sans); font-size: 0.75rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 6px;
  color: var(--gold); display: block;
  animation: fadeSlideUp 0.8s 0.15s var(--ease-out-expo) both;
}
.preloader-line {
  width: 200px; height: 1px; background: rgba(255,255,255,0.1);
  margin: 0 auto 20px; overflow: hidden;
}
.preloader-progress {
  height: 100%; width: 0; background: var(--gold);
  animation: loadBar 1.5s 0.3s var(--ease-out-expo) forwards;
}
@keyframes loadBar { to { width: 100%; } }
.preloader-sub {
  font-size: 0.75rem; letter-spacing: 3px; text-transform: uppercase;
  color: var(--muted);
  animation: fadeSlideUp 0.8s 0.5s var(--ease-out-expo) both;
}

/* ── Reveal Animations ─────────────────────────── */
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.reveal-up {
  opacity: 0; transform: translateY(40px);
  transition: opacity 0.8s var(--ease-out-expo), transform 0.8s var(--ease-out-expo);
}
.reveal-up.visible { opacity: 1; transform: translateY(0); }

/* ── Container ─────────────────────────────────── */
.container { max-width: 1260px; margin: 0 auto; padding: 0 24px; }

/* ── Section Shared ────────────────────────────── */
.section-header { text-align: center; margin-bottom: 64px; }
.eyebrow-label {
  display: inline-block;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 4px;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 16px;
  position: relative; padding: 0 20px;
}
.eyebrow-label::before, .eyebrow-label::after {
  content: '';
  position: absolute; top: 50%;
  width: 14px; height: 1px; background: var(--gold);
}
.eyebrow-label::before { left: 0; }
.eyebrow-label::after  { right: 0; }
.eyebrow-label.light { color: var(--gold-light); }
.eyebrow-label.light::before, .eyebrow-label.light::after { background: var(--gold-light); }

.section-title {
  font-family: var(--serif); font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 400; line-height: 1.1; margin-bottom: 20px; color: var(--obsidian);
}
.section-title em { color: var(--gold); font-style: italic; }
.section-title.light { color: var(--white); }
.section-desc { font-size: 1.05rem; color: #666; max-width: 560px; margin: 0 auto; }
.section-desc.light { color: var(--muted); }

/* ═══════════════════════════════════════════════
   NAVIGATION
══════════════════════════════════════════════ */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 22px 0;
  transition: padding 0.4s var(--ease-out-expo), background 0.4s;
}
.navbar.scrolled {
  background: rgba(13,13,20,0.95);
  backdrop-filter: blur(20px);
  padding: 14px 0;
  border-bottom: 1px solid rgba(201,168,108,0.15);
}
.nav-container {
  max-width: 1260px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; gap: 40px;
}
.logo { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.logo-mark {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 1.5rem; font-weight: 600; color: var(--obsidian);
  transition: transform 0.3s;
}
.logo:hover .logo-mark { transform: rotate(12deg); }
.logo-main {
  font-family: var(--serif); font-size: 1.6rem; font-weight: 500;
  color: var(--white); display: block; line-height: 1;
}
.logo-tagline {
  font-size: 0.65rem; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; color: var(--gold); display: block;
}
.nav-menu { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.nav-link {
  font-size: 0.85rem; font-weight: 500; color: rgba(255,255,255,0.8);
  letter-spacing: 0.5px; position: relative; padding: 4px 0;
}
.nav-link::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 1px; background: var(--gold);
  transition: width 0.35s var(--ease-out-expo);
}
.nav-link:hover, .nav-link.active { color: var(--white); }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.nav-cta {
  display: flex; align-items: center; gap: 8px;
  background: var(--gold);
  color: var(--obsidian) !important;
  padding: 11px 24px; border-radius: 50px;
  font-size: 0.85rem; font-weight: 700; letter-spacing: 0.3px;
  transition: transform 0.3s, box-shadow 0.3s;
  flex-shrink: 0;
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 30px var(--gold-glow); }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; z-index: 1001;
}
.nav-toggle span { width: 24px; height: 1.5px; background: var(--white); transition: 0.3s; display: block; }
.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 4px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -4px); }

/* ═══════════════════════════════════════════════
   HERO
══════════════════════════════════════════════ */
.hero {
  position: relative; 
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
}
.hero-bg .slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.2s ease;
  transform: scale(1.05);
  animation: kenBurns 8s ease-in-out infinite alternate;
}
.hero-bg .slide.active { opacity: 1; }
@keyframes kenBurns {
  from { transform: scale(1.05); }
  to   { transform: scale(1); }
}

.hero-grain {
  position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 200px;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(135deg, rgba(13,13,20,0.88) 0%, rgba(13,13,20,0.65) 60%, rgba(13,13,20,0.4) 100%);
}

/* Orbs */
.orb {
  position: absolute; border-radius: 50%; pointer-events: none; z-index: 2; filter: blur(80px);
}
.orb-1 { width: 500px; height: 500px; background: rgba(201,168,108,0.07); top: -100px; right: -100px; animation: orbFloat 10s ease-in-out infinite; }
.orb-2 { width: 300px; height: 300px; background: rgba(201,168,108,0.05); bottom: 100px; left: -50px; animation: orbFloat 13s 2s ease-in-out infinite reverse; }
.orb-3 { width: 200px; height: 200px; background: rgba(201,168,108,0.06); top: 40%; left: 60%; animation: orbFloat 8s 1s ease-in-out infinite; }
@keyframes orbFloat {
  0%,100% { transform: translate(0,0); }
  50%      { transform: translate(20px, 30px); }
}

.hero-content {
  position: relative; z-index: 10;
  text-align: center; padding: 0 24px;
  max-width: 860px;
}

.hero-eyebrow {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 4px; text-transform: uppercase;
  color: var(--gold-light); margin-bottom: 32px;
  animation: fadeSlideUp 1s 0.6s var(--ease-out-expo) both;
}
.eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

.hero-title {
  font-family: var(--serif); font-size: clamp(3rem, 8vw, 6.5rem);
  font-weight: 300; line-height: 0.95; color: var(--white);
  margin-bottom: 32px; letter-spacing: -1px;
}
.title-line { display: block; overflow: hidden; }
.title-line em {
  font-style: italic; color: rgba(255,255,255,0.85);
  display: block;
  animation: titleReveal 1s 0.8s var(--ease-out-expo) both;
}
.title-line--main {
  animation: titleReveal 1s 1s var(--ease-out-expo) both;
  color: var(--white);
}
.title-line--gold {
  animation: titleReveal 1s 1.2s var(--ease-out-expo) both;
  background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
@keyframes titleReveal {
  from { opacity: 0; transform: translateY(60px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-sub {
  font-size: clamp(1rem, 2vw, 1.2rem); color: rgba(255,255,255,0.7);
  margin-bottom: 48px; line-height: 1.8;
  animation: fadeSlideUp 1s 1.4s var(--ease-out-expo) both;
}
.hero-actions {
  display: flex; gap: 20px; justify-content: center; flex-wrap: wrap;
  animation: fadeSlideUp 1s 1.6s var(--ease-out-expo) both;
}

.btn-hero-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--gold); color: var(--obsidian);
  padding: 17px 38px; border-radius: 50px;
  font-size: 0.95rem; font-weight: 700;
  position: relative; overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.btn-hero-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 40px var(--gold-glow); }
.btn-shimmer {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s;
}
.btn-hero-primary:hover .btn-shimmer { transform: translateX(100%); }

.btn-hero-ghost {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--white); padding: 17px 32px; border-radius: 50px;
  font-size: 0.95rem; font-weight: 500;
  border: 1px solid rgba(255,255,255,0.3);
  transition: border-color 0.3s, background 0.3s;
}
.btn-hero-ghost:hover { border-color: var(--gold); background: rgba(201,168,108,0.1); }
.btn-arrow {
  width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.4);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem;
  transition: transform 0.5s var(--ease-out-expo), border-color 0.3s;
}
.btn-hero-ghost:hover .btn-arrow { transform: translateY(4px); border-color: var(--gold); }

.hero-scroll-hint {
  position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
  z-index: 10; display: flex; flex-direction: column; align-items: center; gap: 12px;
  animation: fadeSlideUp 1s 2s var(--ease-out-expo) both;
}
.scroll-line {
  width: 1px; height: 60px;
  background: linear-gradient(to bottom, transparent, var(--gold));
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.4; }
  50%       { opacity: 1; }
}
.hero-scroll-hint span {
  font-size: 0.65rem; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: rgba(255,255,255,0.5);
}

.slider-dots {
  position: absolute; bottom: 50px; right: 40px; z-index: 10;
  display: flex; flex-direction: column; gap: 10px;
  animation: fadeSlideUp 1s 1.8s var(--ease-out-expo) both;
}
.dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255,255,255,0.4); border: none; cursor: pointer;
  transition: all 0.3s; padding: 0;
}
.dot.active { background: var(--gold); transform: scale(1.5); }

/* ═══════════════════════════════════════════════
   MARQUEE
══════════════════════════════════════════════ */
.marquee-strip {
  background: var(--gold); overflow: hidden;
  padding: 14px 0;
}
.marquee-track {
  display: flex; align-items: center; gap: 30px;
  white-space: nowrap;
  animation: marqueeScroll 25s linear infinite;
  width: max-content;
}
.marquee-track span {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: var(--obsidian);
  flex-shrink: 0;
}
.marquee-track .sep { color: var(--obsidian); opacity: 0.5; font-size: 0.5rem; }
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ═══════════════════════════════════════════════
   STATS
══════════════════════════════════════════════ */
.stats-section {
  background: var(--obsidian); padding: 80px 0;
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px;
}
.stat-card {
  padding: 50px 30px; text-align: center;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
  position: relative; overflow: hidden;
  transition: background 0.3s;
}
.stat-card:hover { background: rgba(255,255,255,0.04); }
.stat-card::before {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 2px; background: var(--gold);
  transform: scaleX(0); transition: transform 0.4s var(--ease-out-expo);
}
.stat-card:hover::before { transform: scaleX(1); }
.stat-number-wrap {
  display: flex; align-items: baseline; justify-content: center; gap: 4px;
  margin-bottom: 20px;
}
.stat-num {
  font-family: var(--serif); font-size: 4.5rem; font-weight: 300;
  color: var(--white); line-height: 1;
}
.stat-plus {
  font-family: var(--serif); font-size: 2rem; color: var(--gold);
}
.stat-divider {
  width: 30px; height: 1px; background: var(--gold);
  margin: 0 auto 16px;
}
.stat-label {
  font-size: 0.75rem; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; color: var(--muted);
}

/* ═══════════════════════════════════════════════
   SERVICES
══════════════════════════════════════════════ */
.services-section {
  background: var(--off-white); padding: 120px 0;
  position: relative; overflow: hidden;
}
.services-bg-text {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  font-family: var(--serif); font-size: clamp(8rem, 20vw, 18rem); font-weight: 700;
  color: rgba(0,0,0,0.025); white-space: nowrap; pointer-events: none; z-index: 0;
  letter-spacing: -5px;
}

.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  position: relative; z-index: 1;
}

.srv-card {
  background: var(--white); border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.07);
  transition: transform 0.4s var(--ease-out-expo), box-shadow 0.4s;
}
.srv-card:hover { transform: translateY(-8px); box-shadow: 0 24px 60px rgba(0,0,0,0.1); }
.srv-card--featured { border-color: var(--gold); }

.srv-card-img {
  position: relative; height: 220px; overflow: hidden;
}
.srv-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s var(--ease-out-expo);
}
.srv-card:hover .srv-card-img img { transform: scale(1.08); }
.srv-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,13,20,0.5), transparent 60%);
}
.srv-badge {
  position: absolute; top: 14px; left: 14px;
  background: var(--gold); color: var(--obsidian);
  padding: 5px 14px; border-radius: 50px;
  font-size: 0.7rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase;
}

.srv-card-body { padding: 30px; }
.srv-icon {
  width: 50px; height: 50px; border-radius: 50%;
  background: rgba(201,168,108,0.12); border: 1px solid rgba(201,168,108,0.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; color: var(--gold); margin-bottom: 18px;
}
.srv-card-body h3 {
  font-family: var(--serif); font-size: 1.5rem; font-weight: 500;
  margin-bottom: 10px; color: var(--obsidian);
}
.srv-card-body > p { font-size: 0.9rem; color: #777; margin-bottom: 20px; }
.srv-list { margin-bottom: 28px; }
.srv-list li {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.88rem; color: #555; margin-bottom: 9px;
}
.srv-list li i { color: var(--gold); font-size: 0.7rem; flex-shrink: 0; }
.srv-cta {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.85rem; font-weight: 700; color: var(--gold);
  letter-spacing: 0.5px;
  padding-bottom: 2px; border-bottom: 1px solid transparent;
  transition: gap 0.3s, border-color 0.3s;
}
.srv-cta:hover { gap: 14px; border-bottom-color: var(--gold); }

/* Full-width card */
.srv-card--full {
  grid-column: span 3;
  background: var(--obsidian);
  border-color: rgba(201,168,108,0.25);
}
.srv-full-inner {
  padding: 60px 50px; text-align: center;
}
.srv-full-deco {
  width: 80px; height: 80px; border-radius: 50%;
  background: rgba(201,168,108,0.15); border: 1px solid rgba(201,168,108,0.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; color: var(--gold); margin: 0 auto 28px;
}
.srv-full-inner h3 {
  font-family: var(--serif); font-size: 2.2rem; font-weight: 400; color: var(--white); margin-bottom: 14px;
}
.srv-full-inner h3 em { color: var(--gold); font-style: italic; }
.srv-full-inner > p { color: var(--muted); margin-bottom: 36px; font-size: 1.05rem; }
.srv-full-grid {
  display: flex; flex-wrap: wrap; gap: 20px;
  justify-content: center; margin-bottom: 40px;
}
.srv-full-grid span {
  display: flex; align-items: center; gap: 8px;
  color: var(--gold-light); font-size: 0.9rem;
}
.srv-full-grid i { color: var(--gold); font-size: 0.85rem; }
.srv-full-inner small { display: block; color: rgba(255,255,255,0.3); margin-top: 18px; font-size: 0.8rem; }

.btn-gold-full {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--gold); color: var(--obsidian);
  padding: 18px 44px; border-radius: 50px;
  font-size: 0.95rem; font-weight: 800;
  transition: transform 0.3s, box-shadow 0.3s;
}
.btn-gold-full:hover { transform: translateY(-3px); box-shadow: 0 12px 40px var(--gold-glow); }

.btn-gold {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--gold); color: var(--obsidian);
  padding: 16px 36px; border-radius: 50px;
  font-size: 0.9rem; font-weight: 700; margin-top: 40px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 12px 40px var(--gold-glow); }

/* ═══════════════════════════════════════════════
   GALLERY
══════════════════════════════════════════════ */
.gallery-section { background: var(--white); padding: 120px 0; }

.gallery-filter {
  display: flex; justify-content: center; gap: 10px; margin-bottom: 48px; flex-wrap: wrap;
}
.gal-btn {
  padding: 10px 26px; border: 1px solid rgba(0,0,0,0.12);
  background: transparent; border-radius: 50px;
  font-family: var(--sans); font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.5px; color: #777; cursor: pointer;
  transition: all 0.3s; text-transform: uppercase;
}
.gal-btn:hover, .gal-btn.active {
  background: var(--obsidian); border-color: var(--obsidian);
  color: var(--white);
}
.gal-btn.active {
  background: var(--gold); border-color: var(--gold); color: var(--obsidian);
}

.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 14px;
}
.gal-item {
  position: relative; border-radius: var(--r);
  overflow: hidden; cursor: pointer; grid-row: span 1;
}
.gal-item.tall  { grid-row: span 2; }
.gal-item.wide  { grid-column: span 2; }
.gal-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s var(--ease-out-expo);
}
.gal-item:hover img { transform: scale(1.08); }
.gal-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,13,20,0.9) 0%, transparent 60%);
  display: flex; align-items: flex-end; padding: 20px;
  opacity: 0; transition: opacity 0.3s;
}
.gal-item:hover .gal-overlay { opacity: 1; }
.gal-overlay span {
  font-size: 0.85rem; font-weight: 600; color: var(--white);
  letter-spacing: 0.5px;
}
.gal-item.hidden { display: none; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(13,13,20,0.97);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: all 0.4s;
}
.lightbox.open { opacity: 1; visibility: visible; }
.lb-img { max-width: 90vw; max-height: 88vh; object-fit: contain; border-radius: var(--r-sm); }
.lb-close {
  position: absolute; top: 24px; right: 24px;
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  color: var(--white); font-size: 1.2rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.lb-close:hover { background: rgba(255,255,255,0.15); }
.lb-prev, .lb-next {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  color: var(--white); font-size: 1rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, transform 0.2s;
}
.lb-prev { left: 20px; }
.lb-next { right: 20px; }
.lb-prev:hover { background: rgba(255,255,255,0.15); transform: translateY(-50%) translateX(-3px); }
.lb-next:hover { background: rgba(255,255,255,0.15); transform: translateY(-50%) translateX(3px); }
.lb-counter {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  font-size: 0.75rem; letter-spacing: 2px; color: var(--muted);
}

/* ═══════════════════════════════════════════════
   PROCESS
══════════════════════════════════════════════ */
.process-section {
  background: var(--obsidian); padding: 120px 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  max-width: 1260px; margin: 0 auto; padding-left: 24px; padding-right: 24px;
}

/* Left */
.process-left { display: flex; align-items: center; justify-content: center; }
.process-img-stack {
  position: relative; width: 100%; max-width: 400px;
}
.pimg {
  width: 100%; border-radius: var(--r-lg); object-fit: cover;
}
.pimg-1 { height: 500px; }
.pimg-2 {
  position: absolute; bottom: -40px; right: -40px;
  width: 200px; height: 200px; border-radius: var(--r);
  border: 4px solid var(--obsidian);
}
.pimg-badge {
  position: absolute; top: 30px; right: -20px;
  background: var(--gold); color: var(--obsidian);
  padding: 16px 20px; border-radius: var(--r);
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; box-shadow: 0 8px 30px rgba(201,168,108,0.4);
}
.pimg-badge i { font-size: 1.4rem; }
.pimg-badge span { font-size: 0.7rem; font-weight: 800; line-height: 1.3; text-align: center; }

/* Right */
.process-right { padding: 20px 0; }
.process-right .eyebrow-label { color: var(--gold); margin-bottom: 14px; }
.process-right .section-title { color: var(--white); text-align: left; margin-bottom: 48px; }

.steps { display: flex; flex-direction: column; gap: 0; }
.step-item {
  display: flex; gap: 24px; align-items: flex-start;
  padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: 0.5s var(--ease-out-expo);
}
.step-item:last-child { border-bottom: none; }
.step-num {
  font-family: var(--serif); font-size: 2.5rem; font-weight: 300;
  color: rgba(201,168,108,0.25); min-width: 60px; line-height: 1;
  transition: color 0.3s;
}
.step-item:hover .step-num { color: var(--gold); }
.step-body { flex: 1; }
.step-icon {
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(201,168,108,0.1); border: 1px solid rgba(201,168,108,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; color: var(--gold); margin-bottom: 12px;
  transition: background 0.3s;
}
.step-item:hover .step-icon { background: rgba(201,168,108,0.2); }
.step-body h4 {
  font-family: var(--serif); font-size: 1.2rem; font-weight: 500;
  color: var(--white); margin-bottom: 6px;
}
.step-body p { font-size: 0.88rem; color: var(--muted); }

/* ═══════════════════════════════════════════════
   FEATURES STRIP
══════════════════════════════════════════════ */
.features-strip {
  background: var(--off-white); padding: 70px 0;
  border-top: 1px solid rgba(0,0,0,0.07);
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.features-row {
  display: flex; align-items: center; gap: 0;
}
.feat-item {
  flex: 1; display: flex; align-items: center; gap: 18px; padding: 0 30px;
}
.feat-sep { width: 1px; height: 60px; background: rgba(0,0,0,0.1); flex-shrink: 0; }
.feat-icon {
  width: 56px; height: 56px; border-radius: 50%; flex-shrink: 0;
  background: var(--obsidian);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; color: var(--gold);
  transition: transform 0.3s, background 0.3s;
}
.feat-item:hover .feat-icon { transform: rotate(10deg); background: var(--gold); color: var(--obsidian); }
.feat-text h5 {
  font-family: var(--serif); font-size: 1.05rem; font-weight: 500;
  margin-bottom: 3px; color: var(--obsidian);
}
.feat-text p { font-size: 0.82rem; color: #888; }

/* ═══════════════════════════════════════════════
   CONTACT
══════════════════════════════════════════════ */
.contact-section {
  position: relative; padding: 120px 0;
  overflow: hidden;
}
.contact-bg {
  position: absolute; inset: 0;
  background: var(--deep);
}
.contact-section .container { position: relative; z-index: 1; }

.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}

.contact-cards { display: flex; flex-direction: column; gap: 16px; }
.c-card {
  display: flex; align-items: center; gap: 20px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
  padding: 22px 26px; border-radius: var(--r);
  transition: border-color 0.3s, background 0.3s;
}
.c-card:hover { border-color: rgba(201,168,108,0.4); background: rgba(255,255,255,0.07); }
.c-card-ico {
  width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0;
  background: rgba(201,168,108,0.1); border: 1px solid rgba(201,168,108,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; color: var(--gold);
}
.c-card h5 { font-size: 0.75rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.c-card a { font-size: 1rem; font-weight: 500; color: var(--white); transition: color 0.3s; }
.c-card a:hover { color: var(--gold); }

.c-card--wa {
  flex-direction: column; align-items: flex-start;
  border-color: rgba(37,211,102,0.3);
  padding: 30px;
}
.c-card--wa:hover { border-color: rgba(37,211,102,0.6); }
.c-card-wa-ico {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--success);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; color: var(--white); margin-bottom: 16px;
}
.c-card--wa h5 { margin-bottom: 4px; }
.c-card--wa p { font-size: 0.85rem; color: var(--muted); margin-bottom: 16px; }
.btn-wa {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--success); color: var(--white);
  padding: 12px 24px; border-radius: 50px;
  font-size: 0.88rem; font-weight: 700;
  transition: transform 0.3s, box-shadow 0.3s;
}
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(37,211,102,0.4); }

/* Contact visual */
.contact-visual { position: relative; }
.contact-img-wrap { position: relative; border-radius: var(--r-xl); overflow: hidden; }
.contact-img-wrap img { width: 100%; height: 520px; object-fit: cover; }
.contact-img-frame {
  position: absolute; inset: 0; border-radius: var(--r-xl);
  border: 1px solid rgba(201,168,108,0.3);
  pointer-events: none;
}
.contact-tag {
  position: absolute; bottom: 30px; left: 30px; right: 30px;
  background: rgba(13,13,20,0.85); backdrop-filter: blur(20px);
  border: 1px solid rgba(201,168,108,0.2);
  border-radius: var(--r); padding: 22px 26px;
}
.ct-title {
  display: block; font-family: var(--serif); font-size: 1.4rem; font-weight: 500; color: var(--white);
  margin-bottom: 4px;
}
.ct-sub { font-size: 0.8rem; color: var(--gold); letter-spacing: 1px; }

/* ═══════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════ */
.footer { background: var(--obsidian); padding: 80px 0 30px; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 50px; margin-bottom: 60px;
}
.footer-brand .footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.footer-brand p { font-size: 0.88rem; color: var(--muted); line-height: 1.9; margin-bottom: 28px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a {
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); font-size: 1rem;
  transition: all 0.3s;
}
.footer-social a:hover { background: var(--gold); border-color: var(--gold); color: var(--obsidian); transform: translateY(-3px); }
.footer-links h6, .footer-contact-col h6 {
  font-size: 0.7rem; font-weight: 800; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 24px;
  padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.07);
}
.footer-links ul { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 0.88rem; color: var(--muted); transition: color 0.3s, padding-left 0.3s; }
.footer-links a:hover { color: var(--gold); padding-left: 6px; }
.footer-contact-col p {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.88rem; color: var(--muted); margin-bottom: 10px;
}
.footer-contact-col i { color: var(--gold); font-size: 0.8rem; }
.btn-wa-sm {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--success); color: var(--white);
  padding: 10px 20px; border-radius: 50px;
  font-size: 0.82rem; font-weight: 700; margin-top: 16px;
  transition: transform 0.3s;
}
.btn-wa-sm:hover { transform: translateY(-2px); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding-top: 30px;
  display: flex; align-items: center; justify-content: center; gap: 20px;
}
.footer-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.25); }
.footer-bottom-deco { color: var(--gold); font-size: 0.5rem; }

/* ═══════════════════════════════════════════════
   WHATSAPP FLOAT
══════════════════════════════════════════════ */
.wa-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 999;
  width: 62px; height: 62px; border-radius: 50%;
  background: var(--success);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; color: var(--white);
  box-shadow: 0 6px 30px rgba(37,211,102,0.4);
  transition: transform 0.3s;
}
.wa-float:hover { transform: scale(1.1); }
.wa-ring {
  position: absolute; inset: -6px; border-radius: 50%;
  border: 2px solid rgba(37,211,102,0.4);
  animation: waRing 2s ease-out infinite;
}
@keyframes waRing {
  0%   { transform: scale(0.9); opacity: 0.8; }
  100% { transform: scale(1.5); opacity: 0; }
}
.wa-tip {
  position: absolute; right: 76px; top: 50%; transform: translateY(-50%);
  background: var(--obsidian); color: var(--white);
  padding: 8px 16px; border-radius: 8px;
  font-size: 0.8rem; font-weight: 600; white-space: nowrap;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s, right 0.3s;
}
.wa-tip::after {
  content: ''; position: absolute; right: -7px; top: 50%; transform: translateY(-50%);
  border: 7px solid transparent; border-left-color: var(--obsidian);
}
.wa-float:hover .wa-tip { opacity: 1; right: 80px; }

/* ═══════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════ */

/* Tablet Large (1100px) */
@media (max-width: 1100px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .srv-card--full { grid-column: span 2; }
  .gallery-masonry { grid-template-columns: repeat(3, 1fr); }
  .process-section { grid-template-columns: 1fr; gap: 60px; }
  .process-left { display: none; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Tablet / Large Mobile (820px) */
@media (max-width: 820px) {
  html { scroll-padding-top: 70px; }
  
  .container { padding: 0 20px; }
  
  .section-header { margin-bottom: 48px; }
  .section-title { font-size: clamp(1.8rem, 6vw, 2.5rem); }
  .section-desc { font-size: 0.95rem; }
  
  /* Navigation */
  .navbar { padding: 16px 0; }
  .navbar.scrolled { padding: 12px 0; }
  .nav-container { padding: 0 20px; gap: 20px; }
  
  .logo-mark { width: 38px; height: 38px; font-size: 1.3rem; }
  .logo-main { font-size: 1.4rem; }
  .logo-tagline { font-size: 0.6rem; }
  
  .nav-menu {
    position: fixed; top: 0; right: -100%;
    width: min(85vw, 340px); 
    height: 100vh; 
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
    background: var(--obsidian); flex-direction: column;
    justify-content: center; padding: 40px;
    gap: 28px; transition: right 0.4s var(--ease-out-expo);
    border-left: 1px solid rgba(255,255,255,0.07);
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  .nav-menu.open { right: 0; }
  .nav-link { font-size: 1.2rem; color: var(--white); padding: 8px 0; }
  .nav-toggle { display: flex; padding: 8px; }
  .nav-cta { display: none; }
  
  /* Hero */
  .hero { min-height: 100vh; min-height: 100dvh; }
  .hero-content { padding: 0 20px; }
  .hero-title { font-size: clamp(2.2rem, 10vw, 4rem); margin-bottom: 24px; }
  .hero-sub { font-size: 1rem; margin-bottom: 36px; line-height: 1.7; }
  .hero-sub br { display: none; }
  .hero-scroll-hint { bottom: 24px; }
  .scroll-line { height: 40px; }
  .hero-scroll-hint span { font-size: 0.6rem; }
  .slider-dots { display: none; }
  
  /* Orbs - smaller on mobile */
  .orb-1 { width: 250px; height: 250px; }
  .orb-2 { width: 150px; height: 150px; }
  .orb-3 { width: 100px; height: 100px; }
  
  /* Stats */
  .stats-section { padding: 60px 0; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 2px; }
  .stat-card { padding: 32px 16px; }
  .stat-num { font-size: 3rem; }
  .stat-plus { font-size: 1.5rem; }
  .stat-label { font-size: 0.65rem; letter-spacing: 1px; }
  
  /* Services */
  .services-section { padding: 80px 0; }
  .services-bg-text { font-size: 6rem; }
  .services-grid { gap: 20px; }
  .srv-card-img { height: 180px; }
  .srv-card-body { padding: 24px; }
  .srv-card-body h3 { font-size: 1.3rem; }
  .srv-full-inner { padding: 40px 24px; }
  .srv-full-inner h3 { font-size: 1.8rem; }
  .srv-full-grid { gap: 12px; }
  .srv-full-grid span { font-size: 0.82rem; }
  
  /* Gallery */
  .gallery-section { padding: 80px 0; }
  .gallery-filter { gap: 8px; margin-bottom: 36px; }
  .gal-btn { padding: 8px 18px; font-size: 0.75rem; }
  .gallery-masonry { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; gap: 10px; }
  .gal-item.wide { grid-column: span 1; }
  
  /* Process */
  .process-section { padding: 80px 20px; }
  .process-right .section-title { margin-bottom: 36px; }
  .step-item { gap: 16px; padding: 22px 0; }
  .step-num { font-size: 2rem; min-width: 45px; }
  .step-icon { width: 38px; height: 38px; font-size: 0.9rem; }
  .step-body h4 { font-size: 1.1rem; }
  .step-body p { font-size: 0.85rem; }
  .btn-gold { padding: 14px 28px; font-size: 0.85rem; }
  
  /* Features */
  .features-strip { padding: 50px 0; }
  .features-row { flex-direction: column; align-items: flex-start; gap: 24px; padding: 0 10px; }
  .feat-sep { display: none; }
  .feat-item { padding: 0 10px; }
  .feat-icon { width: 48px; height: 48px; font-size: 1rem; }
  .feat-text h5 { font-size: 0.95rem; }
  .feat-text p { font-size: 0.78rem; }
  
  /* Contact */
  .contact-section { padding: 80px 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-visual { order: -1; }
  .contact-img-wrap img { height: 350px; }
  .contact-tag { padding: 18px 20px; }
  .ct-title { font-size: 1.2rem; }
  .c-card { padding: 18px 20px; gap: 16px; }
  .c-card-ico { width: 42px; height: 42px; font-size: 1rem; }
  .c-card--wa { padding: 24px 20px; }
  .c-card-wa-ico { width: 54px; height: 54px; font-size: 1.5rem; }
  
  /* Footer */
  .footer { padding: 60px 0 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; margin-bottom: 40px; }
  .footer-brand p { font-size: 0.85rem; }
  .footer-links h6, .footer-contact-col h6 { margin-bottom: 18px; padding-bottom: 12px; }
  .footer-bottom { flex-wrap: wrap; gap: 10px; padding-top: 24px; }
  
  /* WhatsApp Float */
  .wa-float { width: 56px; height: 56px; font-size: 1.6rem; bottom: 20px; right: 20px; }
  .wa-tip { display: none; }
  
  /* Lightbox */
  .lb-close { top: 16px; right: 16px; width: 42px; height: 42px; font-size: 1rem; }
  .lb-prev, .lb-next { width: 44px; height: 44px; font-size: 0.9rem; }
  .lb-prev { left: 10px; }
  .lb-next { right: 10px; }
  .lb-counter { bottom: 16px; font-size: 0.7rem; }
}

/* Mobile (540px) */
@media (max-width: 540px) {
  html { font-size: 15px; }
  
  .container { padding: 0 16px; }
  
  .section-header { margin-bottom: 40px; }
  .eyebrow-label { font-size: 0.65rem; letter-spacing: 3px; padding: 0 16px; }
  .eyebrow-label::before, .eyebrow-label::after { width: 10px; }
  
  /* Navigation */
  .nav-container { padding: 0 16px; }
  .logo-words { display: none; }
  .logo-mark { width: 42px; height: 42px; font-size: 1.4rem; }
  
  .nav-menu { width: 100vw; padding: 30px; gap: 24px; }
  .nav-link { font-size: 1.3rem; }
  
  /* Hero */
  .hero-title { font-size: clamp(2rem, 11vw, 3.2rem); letter-spacing: -0.5px; }
  .hero-sub { font-size: 0.95rem; line-height: 1.65; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 14px; }
  .btn-hero-primary, .btn-hero-ghost { 
    width: 100%; 
    justify-content: center; 
    padding: 16px 24px;
    font-size: 0.9rem;
  }
  .btn-arrow { width: 28px; height: 28px; font-size: 0.7rem; }
  
  /* Marquee */
  .marquee-strip { padding: 12px 0; }
  .marquee-track span { font-size: 0.7rem; letter-spacing: 2px; }
  
  /* Stats */
  .stats-section { padding: 50px 0; }
  .stat-card { padding: 24px 12px; }
  .stat-num { font-size: 2.5rem; }
  .stat-plus { font-size: 1.2rem; }
  .stat-divider { width: 24px; margin-bottom: 12px; }
  .stat-label { font-size: 0.6rem; letter-spacing: 1px; }
  
  /* Services */
  .services-section { padding: 60px 0; }
  .services-bg-text { font-size: 4rem; opacity: 0.02; }
  .services-grid { grid-template-columns: 1fr; gap: 16px; }
  .srv-card--full { grid-column: span 1; }
  .srv-card-img { height: 200px; }
  .srv-card-body { padding: 22px 18px; }
  .srv-icon { width: 44px; height: 44px; font-size: 1rem; margin-bottom: 14px; }
  .srv-card-body h3 { font-size: 1.25rem; margin-bottom: 8px; }
  .srv-card-body > p { font-size: 0.88rem; margin-bottom: 16px; }
  .srv-list { margin-bottom: 22px; }
  .srv-list li { font-size: 0.85rem; gap: 8px; margin-bottom: 8px; }
  .srv-cta { font-size: 0.82rem; }
  .srv-full-inner { padding: 36px 20px; }
  .srv-full-inner h3 { font-size: 1.5rem; }
  .srv-full-inner > p { font-size: 0.95rem; margin-bottom: 28px; }
  .srv-full-grid { flex-direction: column; gap: 10px; align-items: center; }
  .srv-full-grid span { font-size: 0.85rem; }
  .btn-gold-full { padding: 16px 32px; font-size: 0.88rem; }
  
  /* Gallery */
  .gallery-section { padding: 60px 0; }
  .gallery-filter { gap: 6px; margin-bottom: 28px; flex-wrap: wrap; justify-content: center; }
  .gal-btn { padding: 8px 14px; font-size: 0.7rem; }
  .gallery-masonry { grid-template-columns: 1fr 1fr; grid-auto-rows: 140px; gap: 8px; }
  .gal-item.tall { grid-row: span 1; }
  .gal-overlay { padding: 14px; }
  .gal-overlay span { font-size: 0.75rem; }
  
  /* Process */
  .process-section { padding: 60px 16px; }
  .process-right { padding: 0; }
  .process-right .section-title { margin-bottom: 28px; }
  .steps { gap: 0; }
  .step-item { gap: 14px; padding: 20px 0; flex-wrap: wrap; }
  .step-num { font-size: 1.8rem; min-width: 40px; }
  .step-icon { width: 36px; height: 36px; font-size: 0.85rem; margin-bottom: 10px; }
  .step-body h4 { font-size: 1rem; }
  .step-body p { font-size: 0.82rem; }
  .btn-gold { width: 100%; justify-content: center; margin-top: 32px; padding: 15px 24px; }
  
  /* Features */
  .features-strip { padding: 40px 0; }
  .features-row { gap: 20px; }
  .feat-item { gap: 14px; }
  .feat-icon { width: 44px; height: 44px; font-size: 0.95rem; }
  .feat-text h5 { font-size: 0.9rem; }
  .feat-text p { font-size: 0.75rem; }
  
  /* Contact */
  .contact-section { padding: 60px 0; }
  .contact-grid { gap: 32px; }
  .contact-img-wrap img { height: 280px; }
  .contact-tag { bottom: 20px; left: 16px; right: 16px; padding: 16px; }
  .ct-title { font-size: 1.1rem; }
  .ct-sub { font-size: 0.75rem; }
  .contact-cards { gap: 12px; }
  .c-card { padding: 16px; gap: 14px; border-radius: 12px; }
  .c-card-ico { width: 40px; height: 40px; font-size: 0.95rem; }
  .c-card h5 { font-size: 0.7rem; }
  .c-card a { font-size: 0.95rem; }
  .c-card--wa { padding: 20px 16px; }
  .c-card-wa-ico { width: 50px; height: 50px; font-size: 1.4rem; margin-bottom: 12px; }
  .c-card--wa p { font-size: 0.82rem; margin-bottom: 14px; }
  .btn-wa { padding: 11px 20px; font-size: 0.85rem; }
  
  /* Footer */
  .footer { padding: 50px 0 20px; }
  .footer-grid { gap: 28px; margin-bottom: 32px; }
  .footer-brand .footer-logo { margin-bottom: 16px; }
  .footer-brand p { margin-bottom: 20px; }
  .footer-social a { width: 38px; height: 38px; font-size: 0.9rem; }
  .footer-links h6, .footer-contact-col h6 { font-size: 0.65rem; letter-spacing: 2px; margin-bottom: 16px; }
  .footer-links ul { gap: 8px; }
  .footer-links a { font-size: 0.85rem; }
  .footer-contact-col p { font-size: 0.85rem; margin-bottom: 8px; }
  .btn-wa-sm { padding: 10px 18px; font-size: 0.8rem; }
  .footer-bottom p { font-size: 0.75rem; text-align: center; }
  
  /* WhatsApp Float */
  .wa-float { width: 52px; height: 52px; font-size: 1.5rem; bottom: 16px; right: 16px; }
  .wa-ring { inset: -4px; }
  
  /* Lightbox */
  .lb-img { max-width: 95vw; max-height: 80vh; border-radius: 8px; }
  .lb-close { top: 12px; right: 12px; width: 38px; height: 38px; }
  .lb-prev, .lb-next { width: 38px; height: 38px; font-size: 0.85rem; }
  .lb-prev { left: 8px; }
  .lb-next { right: 8px; }
}

/* Very Small Mobile (380px) */
@media (max-width: 380px) {
  html { font-size: 14px; }
  
  .hero-title { font-size: 1.9rem; }
  .hero-sub { font-size: 0.9rem; }
  
  .stat-num { font-size: 2.2rem; }
  .stat-label { font-size: 0.55rem; }
  
  .srv-full-inner h3 { font-size: 1.35rem; }
  .btn-gold-full { padding: 14px 24px; font-size: 0.82rem; }
  
  .gallery-masonry { grid-auto-rows: 120px; }
  
  .contact-img-wrap img { height: 240px; }
}

/* Landscape Mobile */
@media (max-height: 500px) and (orientation: landscape) {
  .hero { min-height: auto; padding: 100px 0 60px; }
  .hero-scroll-hint { display: none; }
  .hero-title { font-size: 2rem; }
  .hero-sub { margin-bottom: 24px; }
}

/* iOS Safe Area */
@supports (padding: max(0px)) {
  .navbar { padding-left: max(16px, env(safe-area-inset-left)); padding-right: max(16px, env(safe-area-inset-right)); }
  .wa-float { bottom: max(16px, env(safe-area-inset-bottom)); right: max(16px, env(safe-area-inset-right)); }
  .footer-bottom { padding-bottom: max(20px, env(safe-area-inset-bottom)); }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
}

/* High contrast mode */
@media (prefers-contrast: high) {
  :root {
    --gold: #d4a84b;
    --muted: rgba(255,255,255,0.75);
  }
}
