/* ═══════════════════════════════════════════════
   FEATHERLIFE INTERIORS — Global Stylesheet
   Green · White · Warm · Organic · Residential
═══════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Nunito:wght@300;400;500;600;700&display=swap');

*,*::before,*::after { box-sizing:border-box; margin:0; padding:0; }

:root {
  /* ── BRAND COLORS ── */
  --green:        #88b04b;
  --green-dark:   #6b8e23;
  --green-deep:   #4b6b1d;
  --green-light:  #f4f9eb;
  --green-pale:   #fafdf5;
  --green-mid:    #bad68a;
  --white:        #ffffff;
  --warm-white:   #fafaf9;
  --cream:        #f5f5f4;
  --text:         #1a1a19;
  --text-mid:     #4a4a48;
  --text-light:   #8a8a84;
  /* Premium-Dynamic Shadows & Borders */
  --border:       rgba(136, 176, 75, 0.1);
  --shadow:       0 10px 30px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 20px 50px rgba(0, 0, 0, 0.12);
  --trans-smooth: cubic-bezier(0.23, 1, 0.32, 1);
  /* ── TYPOGRAPHY ── */
  --font-display: 'DM Serif Display', serif;
  --font-body:    'Nunito', sans-serif;
  
  --pad-x:        7rem; /* Increased whitespace for premium feel */
  --pad-x-mob:    2rem;
  --max:          1340px;
  --radius:       16px; /* Smoother, larger radius for luxury feel */

  /* ── ASSET REGISTRY (Change these to swap images) ── */
  --img-logo:         url('../assets/logo.png');
  --img-hero:         url('https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?w=1800&q=80');
  --img-intro:        url('https://images.unsplash.com/photo-1586023492125-27b2c045efd7?w=800&q=80');
  --img-why-main:     url('https://images.unsplash.com/photo-1556912170-453f2c713229?w=800&q=80');
  --img-why-small:    url('https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?w=600&q=80');
  
  --img-slide-1:      url('../assets/slide-haven.jpg');
  --img-slide-2:      url('../assets/slide-grand.jpg');
  --img-slide-3:      url('../assets/slide-kitchen.jpg');

  --img-svc-living:   url('../assets/living-1.webp');
  --img-svc-kitchen:  url('../assets/slide-kitchen.jpg');
  --img-svc-bedroom:  url('../assets/bedroom-1.webp');
  --img-svc-full:     url('https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?w=800&q=80');
  --img-svc-ceiling:  url('https://images.unsplash.com/photo-1565183997392-2f6f122e5912?w=800&q=80');
  --img-svc-storage:  url('https://images.unsplash.com/photo-1631679706909-1844bbd07221?w=800&q=80');

  --img-story:        url('https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=800&q=80');
  --img-team-1:       url('https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=500&q=80');
  --img-team-2:       url('https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=500&q=80');
  --img-team-3:       url('https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=500&q=80');

  --img-port-l1:      url('../assets/living-1.webp');
  --img-port-l2:      url('../assets/living-2.webp');
  --img-port-l3:      url('../assets/living-3.webp');
  --img-port-l4:      url('../assets/living-4.webp');
  --img-port-k1:      url('../assets/kitchen-1.webp');
  --img-port-k2:      url('../assets/kitchen-2.webp');
  --img-port-k3:      url('../assets/kitchen-3.webp');
  --img-port-k4:      url('../assets/kitchen-4.webp');
  --img-port-k5:      url('../assets/kitchen-5.webp');
  --img-port-k6:      url('../assets/kitchen-6.webp');
  --img-port-b1:      url('../assets/bedroom-1.webp');
  --img-port-b2:      url('../assets/bedroom-2.webp');
  --img-port-b3:      url('../assets/bedroom-3.webp');
  --img-port-b4:      url('../assets/bedroom-4.webp');
  --img-port-b5:      url('../assets/bedroom-5.webp');
  --img-port-d1:      url('../assets/dining-1.webp');
  --img-port-d2:      url('../assets/dining-2.webp');
  --img-port-d3:      url('../assets/dining-3.webp');
  --img-port-d4:      url('../assets/dining-4.webp');
  --img-port-d5:      url('../assets/dining-5.webp');
  --img-port-f1:      url('https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?w=800&q=80');
  --img-port-f2:      url('https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?w=600&q=80');
  --img-port-f3:      url('https://images.unsplash.com/photo-1600585154526-990dced4db0d?w=600&q=80');

  /* ── GALLERY ASSETS ── */
  --img-gal-hero:     url('https://images.unsplash.com/photo-1600210491892-03d94c0abe81?w=1800&q=80');
  
  --img-gal-living-1: url('../assets/living-1.webp');
  --img-gal-living-2: url('../assets/living-2.webp');
  --img-gal-living-3: url('../assets/living-3.webp');
  --img-gal-living-4: url('../assets/living-4.webp');
  
  --img-gal-kitchen-1: url('../assets/kitchen-1.webp');
  --img-gal-kitchen-2: url('../assets/kitchen-2.webp');
  --img-gal-kitchen-3: url('../assets/kitchen-3.webp');
  --img-gal-kitchen-4: url('../assets/kitchen-4.webp');
  --img-gal-kitchen-5: url('../assets/kitchen-5.webp');
  --img-gal-kitchen-6: url('../assets/kitchen-6.webp');
  
  --img-gal-bed-1:    url('../assets/bedroom-1.webp');
  --img-gal-bed-2:    url('../assets/bedroom-2.webp');
  --img-gal-bed-3:    url('../assets/bedroom-3.webp');
  --img-gal-bed-4:    url('../assets/bedroom-4.webp');
  --img-gal-bed-5:    url('../assets/bedroom-5.webp');

  --img-gal-dining-1: url('../assets/dining-1.webp');
  --img-gal-dining-2: url('../assets/dining-2.webp');
  --img-gal-dining-3: url('../assets/dining-3.webp');
  --img-gal-dining-4: url('../assets/dining-4.webp');
  --img-gal-dining-5: url('../assets/dining-5.webp');

  --img-gal-detail-1: url('https://images.unsplash.com/photo-1615876234886-44a57f60f92e?w=800&q=80');
  --img-gal-detail-2: url('https://images.unsplash.com/photo-1616046229478-9901c5536a45?w=800&q=80');
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}

body {
  background: var(--warm-white);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  touch-action: manipulation;
}

/* subtle grain texture over everything */
body::before {
  content:'';
  position:fixed; inset:0; z-index:1000; pointer-events:none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  background-size: 180px;
  opacity: 0.015;
  mix-blend-mode: multiply;
}

/* ── TYPOGRAPHY ── */
h1,h2,h3,h4 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.12;
  color: var(--text);
}
h1 { font-size: clamp(2.6rem,5.5vw,5rem); }
h2 { font-size: clamp(2rem,3.8vw,3.4rem); }
h3 { font-size: clamp(1.3rem,2.2vw,1.8rem); }
em { font-style: italic; color: var(--green); }
p  { line-height: 1.85; color: var(--text-mid); }
a  { color: inherit; text-decoration: none; }

/* ── LAYOUT ── */
.container { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad-x); }
section { padding: 8rem 0; position: relative; overflow: hidden; }
footer { background: var(--green); position: relative; overflow: hidden; }

/* ── SECTION LABEL ── */
.label {
  display: inline-flex; align-items: center; gap: 0.7rem;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 1rem;
}
.label::before {
  content: '';
  display: block; width: 22px; height: 2px;
  background: currentColor; border-radius: 2px; flex-shrink: 0;
}

/* ── GREEN LEAF DECORATOR ── */
.leaf-deco {
  display: inline-block;
  width: 48px; height: 48px;
  background: var(--green-light);
  border-radius: 0 50% 50% 50%;
  transform: rotate(-45deg);
  position: relative;
  flex-shrink: 0;
}
.leaf-deco::after {
  content: '';
  position: absolute; inset: 8px;
  background: var(--green-pale);
  border-radius: 0 50% 50% 50%;
}

/* ── LOGO ── */
.logo { font-family: var(--font-display); font-size: 1.45rem; letter-spacing: 0.04em; text-decoration: none; display: inline-flex; align-items: center; gap: 0.6rem; color: var(--text); font-weight: 400; white-space: nowrap; position: relative; }
.logo-img {
  height: 60px;
  width: auto;
  transition: opacity 0.3s ease;
}
.logo-img.white { position: absolute; left: 0; opacity: 0; }
.logo-img.default { opacity: 1; }

/* Dark logo variant */
.logo.dark { color: var(--text); }
.logo.dark .logo-img { filter: brightness(1) invert(0); }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 0.8rem;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.1rem 2.8rem;
  border: none; cursor: pointer;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  z-index: 1;
}

/* Premium glint effect */
.btn::before {
  content: '';
  position: absolute; top: 0; left: -100%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: none;
  z-index: -1;
}
.btn:hover::before {
  left: 200%;
  transition: all 0.8s ease;
}

.btn-green {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 8px 24px rgba(116,164,68,0.2);
}
.btn-green:hover {
  background: var(--green-dark);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 34px rgba(116,164,68,0.3);
}

.btn-white {
  background: var(--white);
  color: var(--green-deep);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  border: 1px solid var(--white);
}
.btn-white:hover {
  background: var(--green-pale);
  color: var(--green-deep);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

.btn-outline {
  background: transparent;
  color: var(--green);
  border: 1.8px solid var(--green);
}
.btn-outline:hover {
  background: var(--green);
  color: var(--white);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 28px rgba(116,164,68,0.25);
}

.btn-ghost {
  background: transparent;
  color: var(--text-mid);
  padding: 0.8rem 0;
  font-size: 0.82rem;
  border-radius: 0;
}
.btn-ghost i {
  transition: transform 0.3s ease;
  color: var(--green);
}
.btn-ghost:hover { color: var(--green); }
.btn-ghost:hover i { transform: translateX(6px); }
.btn-ghost::before, .btn-ghost::after { display: none; }

/* ── DIVIDER ── */
.green-rule {
  width: 50px; height: 3px;
  background: linear-gradient(90deg, var(--green), var(--green-mid));
  border-radius: 3px;
  margin: 1.5rem 0 2rem;
}

/* ── PROCESS SECTION VISIBILITY IMPROVEMENT ── */
.process-steps {
  gap: 3rem !important;
  margin-top: 4rem;
}
.p-step { font-weight: 500;
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  padding: 3.5rem 2.5rem !important;
  border-radius: 20px !important;
}
.p-step-num { color: rgba(255,255,255,0.2) !important; margin-bottom: 2rem !important; }
.p-step h4 { color: #fff !important; font-size: 1.5rem !important; margin-bottom: 1.5rem !important; }
.p-step p { font-weight: 500; color: #eaf3db !important; font-size: 1.05rem !important; line-height: 1.9 !important; }
.p-step-tag { background: rgba(255,255,255,0.2) !important; color: #fff !important; margin-bottom: 1.5rem !important; padding: 0.5rem 1rem !important; }
#process > .container > p { font-weight: 500; color: #eaf3db !important; font-size: 1.25rem !important; margin-bottom: 5rem !important; }

/* ── NAV ── */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: #ffffff; display: flex; justify-content: space-between; align-items: center; padding: 1.2rem var(--pad-x); transition: padding 0.3s, box-shadow 0.3s, background 0.3s; border-bottom: 1px solid var(--border); }
nav.scrolled { padding: 0.9rem var(--pad-x); box-shadow: 0 4px 24px rgba(0,0,0,0.05); }

/* Transparent Home Nav */
.nav-home:not(.scrolled) {
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.nav-home:not(.scrolled) .nav-links a { color: var(--white); }
.nav-home:not(.scrolled) .logo-img.white { opacity: 1; }
.nav-home:not(.scrolled) .logo-img.default { opacity: 0; }

.nav-links { list-style: none; display: flex; align-items: center; gap: 2.2rem; }
.nav-links a { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-mid); transition: color 0.2s; position: relative; }
.nav-links a::after {
  content: ''; position: absolute; bottom: -3px; left: 0; right: 0;
  height: 1.5px; background: var(--green);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.25s;
}
.nav-links a:hover, .nav-links a.active { color: var(--green-mid); }
nav.scrolled .nav-links a:hover, nav.scrolled .nav-links a.active { color: var(--green); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-cta {
  background: var(--white) !important;
  color: var(--green) !important;
  padding: 0.55rem 1.3rem;
  font-weight: 700;
  border-radius: var(--radius);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.nav-cta::after { display: none; }
.nav-cta:hover {
  background: var(--green-pale) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  color: var(--green-dark) !important;
}

/* Hamburger */
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none; padding: 4px;
}
.hamburger span { display: block; width: 24px; height: 2px; background: var(--green) !important; border-radius: 2px; transition: transform 0.3s, opacity 0.3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
  display: none; position: fixed; inset: 0;
  background: var(--green);
  z-index: 99; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 2rem; opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
}
.mobile-menu.open { opacity: 1; pointer-events: all; }
.mobile-menu a {
  font-family: var(--font-display);
  font-size: 2.4rem; color: var(--white);
  text-decoration: none; transition: opacity 0.2s;
}
.mobile-menu a:hover { opacity: 0.75; }
.mobile-menu .mob-cta {
  font-family: var(--font-body) !important;
  font-size: 0.85rem !important;
  font-weight: 700; letter-spacing: 0.1em;
  background: var(--green); color: var(--green) !important;
  padding: 1rem 2.5rem; border-radius: var(--radius);
  margin-top: 0.5rem;
}

/* ── INNER PAGE HERO ── */
.page-hero {
  background: var(--green);
  padding: 8rem var(--pad-x) 5rem;
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; top: -40%; right: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,255,255,0.06), transparent 65%);
  pointer-events: none;
}
.page-hero::after {
  content: '';
  position: absolute; bottom: -1px; left: 0; right: 0;
  height: 60px;
  background: var(--warm-white);
  clip-path: ellipse(55% 100% at 50% 100%);
}
.page-hero .label { color: rgba(255,255,255,0.7); }
.page-hero .label::before { background: rgba(255,255,255,0.7); }
.page-hero h1 { color: var(--white); max-width: 700px; }
.page-hero p  { color: rgba(255,255,255,0.8); max-width: 520px; margin-top: 1rem; font-size: 1rem; }
.page-hero-leaf {
  position: absolute; right: var(--pad-x); top: 50%;
  transform: translateY(-50%);
  opacity: 0.08;
}

/* ── SCROLL REVEAL ── */
.reveal { opacity:0; transform:translateY(24px); transition: opacity 1.2s var(--trans-smooth), transform 1.2s var(--trans-smooth); will-change: transform, opacity; }
.reveal.visible { opacity:1; transform:none; }
.reveal-d1 { transition-delay: 0.15s; }
.reveal-d2 { transition-delay: 0.3s; }
.reveal-d3 { transition-delay: 0.45s; }
.reveal-d4 { transition-delay: 0.6s; }

/* ── FORMS ── */
.form-group { font-weight: 500; display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label {
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-mid);
}
.form-group input,
.form-group select,
.form-group textarea {
  background: var(--white); /* High visibility */
  border: 1.5px solid var(--border-mid);
  color: var(--text);
  padding: 0.85rem 1rem;
  font-family: var(--font-body);
  font-size: 0.95rem; font-weight: 400;
  border-radius: var(--radius);
  outline: none; resize: none; width: 100%;
  transition: border-color 0.25s, box-shadow 0.25s;
  -webkit-appearance: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--text-light); opacity: 0.6; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(136,176,75,0.1);
}

/* ── PREMIUM INTERACTIONS ── */
.val-card, .team-card, .port-item, .svc-card, .testi-card, .faq-item, .pkg-card {
  transition: transform 0.5s var(--trans-smooth), box-shadow 0.5s var(--trans-smooth), border-color 0.4s ease;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.val-card:hover, .team-card:hover, .port-item:hover, .svc-card:hover, .testi-card:hover, .pkg-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: var(--shadow-hover);
  border-color: var(--green);
  z-index: 2;
}

.btn {
  transition: all 0.4s var(--trans-smooth) !important;
}

.btn:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: var(--shadow-hover);
}

/* ── FOOTER ── */
footer {
  background: var(--green); /* Matches the primary brand green */
  color: rgba(255,255,255,0.85);
}
.footer-wave {
  height: 60px;
  background: var(--cream);
  clip-path: ellipse(55% 100% at 50% 0%);
  margin-bottom: -2px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 3rem;
  padding: 4rem var(--pad-x) 3rem;
}
.footer-brand p { font-weight: 500;
  font-size: 0.88rem; line-height: 1.8;
  color: rgba(255,255,255,0.65);
  margin: 1.2rem 0 1.8rem; max-width: 240px;
}
.footer-col h5 {
  font-family: var(--font-body);
  font-size: 0.65rem; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--green-mid); margin-bottom: 1.2rem;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col ul a {
  font-size: 0.88rem; color: rgba(255,255,255,0.6);
  text-decoration: none; transition: color 0.2s, padding-left 0.2s;
  display: inline-block;
}
.footer-col ul a:hover { color: var(--white); padding-left: 4px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1.5rem var(--pad-x);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem;
  font-size: 0.78rem; color: rgba(255,255,255,0.4);
}
.footer-social { display: flex; gap: 1.2rem; }
.footer-social a {
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); text-decoration: none;
  transition: color 0.2s;
}
.footer-social a:hover { color: var(--green-mid); }

/* ── VIDEO PORTFOLIO SLIDER ── */
.video-portfolio { background: var(--cream); padding: 8rem 0; }
.video-slider-container { position: relative; margin-top: 3.5rem; max-width: 1000px; margin-left: auto; margin-right: auto; }
.video-slider { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: var(--white); cursor: grab; }
.video-slider:active { cursor: grabbing; }
.video-track { display: flex; transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1); will-change: transform; }
.video-card { flex: 0 0 100%; width: 100%; border: none; box-shadow: none; border-radius: 0; user-select: none; }
.video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; background: #000; z-index: 1; touch-action: pan-y; }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; z-index: 1; }
.video-swipe-overlay { position: absolute; inset: 0; z-index: 2; background: transparent; cursor: grab; }
.video-swipe-overlay:active { cursor: grabbing; }
.video-info { padding: 2.5rem; text-align: center; }
.video-info h4 { font-size: 1.5rem; margin-bottom: 1rem; color: var(--text); }
.video-info p { font-size: 1rem; color: var(--text-mid); line-height: 1.7; max-width: 700px; margin: 0 auto; }

.video-dots { display: flex; justify-content: center; gap: 0.8rem; margin-top: 2.5rem; }
.v-dot { 
  width: 12px; height: 12px; border-radius: 50%; background: #666; 
  cursor: pointer; transition: all 0.3s ease; border: 2px solid transparent;
}
.v-dot.active { background: var(--green); transform: scale(1.3); border-color: rgba(136,176,75,0.2); }
.v-dot:hover { background: #333; }

@media(max-width: 768px) {
  .video-portfolio { padding: 4rem 0 6rem; }
  .video-slider-container { margin-top: 2rem; }
  .video-slider { border-radius: 12px; }
  .video-info { padding: 2rem 1.2rem; }
  .video-info h4 { font-size: 1.3rem; margin-bottom: 0.8rem; }
  .video-info p { font-size: 1rem; line-height: 1.6; }
}

/* ── GALLERY PORTFOLIO SLIDER ── */
.gal-slider-container { position: relative; margin-top: 3rem; width: 100%; }
.gal-slider { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: var(--white); cursor: grab; }
.gal-slider:active { cursor: grabbing; }
.gal-track { display: flex; transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1); will-change: transform; }
.gal-item { flex: 0 0 100%; width: 100%; position: relative; overflow: hidden; height: 650px; }
.gal-img { height: 100%; width: 100%; background-size: cover; background-position: center; transition: transform 10s linear; }
.gal-item:hover .gal-img { transform: scale(1.05); }

.gal-dots { display: flex; justify-content: center; gap: 0.8rem; margin-top: 2rem; }
.gal-dot { 
  width: 10px; height: 10px; border-radius: 50%; background: #999; 
  cursor: pointer; transition: all 0.3s ease; border: 2px solid transparent;
}
.gal-dot.active { background: var(--green); transform: scale(1.4); border-color: rgba(136,176,75,0.1); }
.gal-dot:hover { background: #444; }

@media(max-width: 768px) {
  .gal-item { height: 450px; }
  .gal-slider-container { margin-top: 2rem; }
  .gal-slider { border-radius: 12px; }
  .gal-overlay { padding: 1.5rem; }
  .gal-title { font-size: 1.2rem; }
}

/* ── KEYFRAMES ── */
@keyframes fadeUp   { from{opacity:0;transform:translateY(30px)} to{opacity:1;transform:none} }
@keyframes marqueeL { from{transform:translateX(0)} to{transform:translateX(-50%)} }
@keyframes float    { 0%,100%{transform:translateY(0) rotate(-45deg)} 50%{transform:translateY(-12px) rotate(-45deg)} }
@keyframes leafSpin { from{transform:rotate(0deg)} to{transform:rotate(360deg)} }
@keyframes lineGrow { from{width:0} to{width:100%} }

/* ── FLOATING ACTIONS (PREMIUM VERTICAL STACK) ── */
.floating-actions {
  position: fixed;
  bottom: 0; /* Flushed to bottom edge */
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px; /* Increased spacing between buttons */
  z-index: 999;
  padding-bottom: 0;
}

.float-cta {
  background: var(--green);
  color: var(--white);
  padding: 16px 32px; /* Slightly larger for better stick feel */
  border-radius: 20px 20px 0 0; /* Rounded top, flat bottom to stick to edge */
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 -10px 30px rgba(0,0,0,0.1);
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.3s var(--trans-smooth);
}
.float-cta:hover { transform: translateY(-5px); background: var(--green-dark); }

.social-icon {
  width: 44px;
  height: 44px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  color: var(--text);
  font-size: 1.1rem;
  transition: all 0.3s var(--trans-smooth);
  border: 1px solid var(--border);
}
.social-icon:hover { transform: translateX(-5px); color: var(--green); border-color: var(--green); }

/* ── QUOTE MODAL ── */
.quote-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(8px);
  display: none; /* Toggled via JS */
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
}
.quote-modal.active { display: flex; }

.modal-content {
  background: var(--green-pale);
  padding: 2.5rem;
  border-radius: 24px;
  max-width: 420px;
  width: 100%;
  position: relative;
  box-shadow: 0 30px 70px rgba(0,0,0,0.3);
  border: 1px solid var(--white);
}
.modal-close {
  position: absolute;
  top: 20px; right: 20px;
  background: var(--green-light);
  border: none;
  width: 32px; height: 32px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  color: var(--green-deep);
  display: flex; align-items: center; justify-content: center;
}

@media(min-width:769px) {
  /* Show floating actions on desktop too but keep them subtle */
  .floating-actions { right: 40px; bottom: 40px; }
}

/* ══════════════════════
   REFINED TYPOGRAPHY & SPACING
══════════════════════ */
h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
h2 { font-size: clamp(2.2rem, 4vw, 3.4rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 1.8rem); }
p { font-weight: 500; 
  font-size: clamp(1.15rem, 1.5vw, 1.35rem); 
  line-height: 1.8; 
  color: #2c2c2a; 
}

/* Ensure better contrast for secondary text */
.footer-col ul a, .footer-brand p { font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}

/* ══════════════════════
   RESPONSIVE
══════════════════════ */
@media(max-width:768px){
  .logo-img { height: 50px; }
  :root{ --pad-x: var(--pad-x-mob); }
  nav { padding: 1.2rem var(--pad-x); }
  nav.scrolled { padding: 0.9rem var(--pad-x); box-shadow: 0 4px 24px rgba(0,0,0,0.05); }
  .nav-links { display: none; }
  .hamburger  { display: flex; }
  .mobile-menu { display: flex; }
  section { padding: 4rem 0; }
  h1 { font-size: clamp(2rem,8vw,3rem); }
  h2 { font-size: clamp(1.7rem,6vw,2.4rem); }
  p  { font-size: 0.95rem; }
  .btn { font-size: 0.78rem; padding: 0.85rem 1.6rem; min-height: 48px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2rem; padding: 3rem var(--pad-x-mob) 2rem; }
  .footer-bottom { padding: 1.2rem var(--pad-x-mob); flex-direction: column; text-align: center; }
  .page-hero { padding: 7rem var(--pad-x-mob) 5rem; }
  .page-hero-leaf { display: none; }
}
@media(max-width:480px){
  .footer-inner { grid-template-columns: 1fr; }
}
@media(min-width:769px) and (max-width:1024px){
  :root{ --pad-x: 2.5rem; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
