/* ============================================
   THE DESIGN DEN — LUXURY INTERIOR STUDIO
   CSS Stylesheet
   ============================================ */

/* ---- IMPORTS ---- */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Jost:wght@200;300;400;500&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');

/* ---- CSS VARIABLES ---- */
:root {
  --navy: #0B2545;
  --navy-light: #153563;
  --gold: #C9A86A;
  --gold-light: #dfc08a;
  --gold-dark: #a8854a;
  --white: #F7F7F7;
  --charcoal: #1A1A1A;
  --charcoal-light: #3a3a3a;
  --gray: #8a8a8a;
  --gray-light: #e8e8e8;
  --overlay: rgba(11, 37, 69, 0.72);
  --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-fast: all 0.2s ease;
  --shadow-sm: 0 2px 12px rgba(11,37,69,0.08);
  --shadow-md: 0 8px 32px rgba(11,37,69,0.14);
  --shadow-lg: 0 20px 60px rgba(11,37,69,0.2);
  --radius: 4px;
  --radius-lg: 12px;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Jost', sans-serif;
}

/* ---- RESET & BASE ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--charcoal);
  overflow-x: hidden;
  line-height: 1.7;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: var(--font-body); }

/* ---- UTILITY CLASSES ---- */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.section-tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.section-subtitle {
  font-size: 0.95rem;
  color: var(--gray);
  max-width: 520px;
  line-height: 1.8;
  font-weight: 300;
}
.text-center { text-align: center; }
.text-center .section-subtitle { margin: 0 auto; }

/* ---- INLINE STYLE REPLACEMENTS ---- */
.hero-emphasis {
  color: var(--gold);
  font-style: italic;
}
.section-pad-5 { padding: 5rem 0; }
.section-bg-navy { background: var(--navy); }
.section-bg-soft { background: #f0ece6; }
.section-tag-gold { color: var(--gold); }
.section-title-white { color: #fff; }
.section-subtitle-on-dark { color: rgba(255,255,255,0.55); }
.section-subtitle-cta { margin: 0 auto 2rem; }
.section-intro-tight { margin-bottom: 1rem; }
.section-intro-xs { margin-bottom: 0.5rem; }
.section-max-600 { max-width: 600px; }
.section-cta-center {
  text-align: center;
  margin-top: 2.5rem;
}
.filters-center { justify-content: center; }
.cta-actions-wrap {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.mt-2 { margin-top: 2rem; }
.nav-cta {
  padding: 0.6rem 1.4rem;
  font-size: 0.7rem;
}
.btn-quote {
  font-size: 0.72rem;
  padding: 0.7rem 1.5rem;
}
.form-group-spaced { margin-bottom: 1rem; }
.form-error {
  display: none;
  background: rgba(220,50,50,0.08);
  border: 1px solid #e05555;
  border-radius: 4px;
  padding: 1rem;
  text-align: center;
  color: #c0392b;
  font-size: 0.85rem;
  margin-top: 1rem;
}
.footer-address {
  color: rgba(255,255,255,0.4);
  font-size: 0.82rem;
  line-height: 1.6;
  font-weight: 300;
}
.footer-address-offset { margin-top: 0.25rem; }
.footer-address-sm { font-size: 0.83rem; }
.footer-brand-copy { margin-top: 1rem; }

/* Page-specific mapped classes */
.about-hero-bg {
  background-image: url('https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?w=1600&q=80');
}
.services-hero-bg {
  background-image: url('https://images.unsplash.com/photo-1586023492125-27b2c045efd7?w=1400&q=80');
}
.portfolio-hero-bg {
  background-image: url('https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?w=1400&q=80');
}
.process-hero-bg {
  background-image: url('https://images.unsplash.com/photo-1618219740975-d40978bb7378?w=1400&q=80');
}
.contact-hero-bg {
  background-image: url('https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?w=1400&q=80');
}

.about-hero-subtitle {
  margin-top: 1.25rem;
  max-width: 580px;
  color: rgba(255,255,255,0.75);
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.7;
}
.about-subtitle-spaced { margin-top: 1rem; }
.values-section-alt-bg { background: #f0ece6; }
.about-full-grid-spaced { margin-top: 3rem; }
.about-feature-image {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(11,37,69,0.18);
}
.about-mission-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
.about-section-heading {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 0.75rem;
}
.about-section-copy {
  font-size: 0.88rem;
  color: var(--charcoal-light);
  font-weight: 300;
  line-height: 1.9;
}
.stats-row-plain {
  background: transparent;
  padding: 0;
}
.about-philosophy-quote {
  margin-top: 1.5rem;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--charcoal-light);
  line-height: 1.8;
}

.founder-media-wrap { position: relative; }
.founder-photo {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center 22%;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(11,37,69,0.18);
}
.about-pills-spaced { margin-top: 2rem; }

.contact-whatsapp-link {
  font-size: 0.78rem;
  color: var(--gold);
}
.contact-social-strip {
  padding: 4rem 0;
  background: #f0ece6;
}
.contact-social-title {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 1.5rem;
}
.contact-social-links {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ---- BUTTONS ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 2rem;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: var(--transition);
  border-radius: var(--radius);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.1);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
.btn:hover::after { transform: translateX(0); }
.btn-primary {
  background: var(--gold);
  color: #fff;
  box-shadow: 0 4px 20px rgba(201,168,106,0.35);
}
.btn-primary:hover {
  background: var(--gold-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201,168,106,0.45);
}

.btn.cta-open-new-tab {
  position: relative;
  box-shadow: 0 0 0 1px rgba(201,168,106,0.35), 0 6px 22px rgba(201,168,106,0.28);
}

.btn.cta-open-new-tab:hover,
.btn.cta-open-new-tab:focus-visible {
  box-shadow: 0 0 0 1px rgba(201,168,106,0.55), 0 10px 30px rgba(201,168,106,0.38);
}

.btn.cta-open-new-tab::before {
  content: 'Opens in new tab';
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: rgba(11,37,69,0.95);
  color: #fff;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0.38rem 0.5rem;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 5;
}

.btn.cta-open-new-tab:hover::before,
.btn.cta-open-new-tab:focus-visible::before {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.btn .new-tab-icon {
  font-size: 0.9em;
  line-height: 1;
  opacity: 0.92;
  margin-left: 0.15rem;
}
.btn-outline {
  border: 1px solid rgba(255,255,255,0.7);
  color: #fff;
}
.btn-outline:hover {
  background: rgba(255,255,255,0.12);
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}
.btn-outline-dark {
  border: 1px solid var(--navy);
  color: var(--navy);
}
.btn-outline-dark:hover {
  background: var(--navy);
  color: #fff;
  transform: translateY(-2px);
}
.btn-gold-outline {
  border: 1px solid var(--gold);
  color: var(--gold);
}
.btn-gold-outline:hover {
  background: var(--gold);
  color: #fff;
  transform: translateY(-2px);
}

/* ---- DIVIDER ---- */
.divider {
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin: 1.25rem 0;
}
.divider-center { margin: 1.25rem auto; }

/* ====== NAVIGATION ====== */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  transition: var(--transition);
  padding: 1.5rem 0;
}
#navbar.transparent {
  background: transparent;
}
#navbar.solid {
  background: var(--navy);
  padding: 1rem 0;
  box-shadow: 0 4px 24px rgba(11,37,69,0.3);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}
.nav-logo-img {
  height: 48px;
  width: auto;
  object-fit: contain;
  transition: var(--transition-fast);
  filter: brightness(1.05);
}
#navbar.solid .nav-logo-img {
  height: 42px;
}
.nav-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.nav-logo-text strong {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05em;
}
.nav-logo-text span {
  font-size: 0.58rem;
  letter-spacing: 0.28em;
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--gold);
  text-transform: uppercase;
  margin-top: 2px;
}
.nav-links {
  display: none;
  align-items: center;
  gap: 2.5rem;
}
.nav-links a {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  transition: var(--transition-fast);
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.nav-links a:hover, .nav-links a.active {
  color: var(--gold);
}
.nav-links a:hover::after, .nav-links a.active::after {
  transform: scaleX(1);
}
.nav-cta {
  display: none;
}
.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: #fff;
  transition: var(--transition);
}
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(4.5px, 4.5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(4.5px, -4.5px); }

/* Mobile nav menu */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--navy);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.mobile-menu.open {
  opacity: 1;
  pointer-events: all;
}
.mobile-menu a {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 300;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.05em;
  transition: var(--transition-fast);
}
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu-close {
  position: absolute;
  top: 1.5rem; right: 1.5rem;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.mobile-menu-close:hover { opacity: 1; }
.mobile-menu-footer {
  position: absolute;
  bottom: 2rem;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-transform: uppercase;
}

/* ====== HERO SECTION ====== */
#hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?w=1600&q=80') center/cover no-repeat;
  transform: scale(1.05);
  transition: transform 8s ease;
}
#hero.loaded .hero-bg { transform: scale(1); }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(11,37,69,0.85) 0%,
    rgba(11,37,69,0.55) 50%,
    rgba(11,37,69,0.75) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 1.25rem;
  max-width: 780px;
}
.hero-tag {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-family: var(--font-body);
  font-weight: 300;
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: fadeInUp 0.8s ease 0.3s forwards;
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  opacity: 0;
  animation: fadeInUp 0.8s ease 0.5s forwards;
}
.hero-title em {
  font-style: italic;
  color: var(--gold);
}
.hero-subtitle {
  font-size: clamp(0.85rem, 2vw, 1rem);
  color: rgba(255,255,255,0.75);
  font-weight: 300;
  letter-spacing: 0.06em;
  margin-bottom: 2.5rem;
  opacity: 0;
  animation: fadeInUp 0.8s ease 0.7s forwards;
}
.hero-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeInUp 0.8s ease 0.9s forwards;
}
.hero-scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.5);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: var(--font-body);
}
.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

/* ====== VIDEO STRIP (REELS TRANSITION) ====== */
#video-strip {
  background: var(--navy);
  padding: 3rem 0;
  overflow: hidden;
}
.video-strip-label {
  text-align: center;
  margin-bottom: 1.5rem;
}
.video-strip-label p {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  font-family: var(--font-body);
  font-weight: 300;
}
.video-cards-wrapper {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 1.25rem 1rem;
}
.video-cards-wrapper::-webkit-scrollbar { display: none; }
.video-card {
  flex: 0 0 160px;
  aspect-ratio: 9/16;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  cursor: pointer;
  background: var(--navy-light);
}
.video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.video-card video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--gray-light);
  transition: transform 0.4s ease;
}
.video-card:hover img, .video-card:hover video { transform: scale(1.05); }
.video-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11,37,69,0.7), transparent 50%);
  display: flex;
  align-items: flex-end;
  padding: 1rem 0.75rem;
}
.video-card-label {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.1em;
  font-family: var(--font-body);
  font-weight: 300;
}

/* ====== ABOUT PREVIEW ====== */
#about-preview {
  padding: 6rem 0;
  background: var(--white);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
.about-img-block {
  position: relative;
}
.about-img-main {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center 22%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.about-img-accent {
  position: absolute;
  bottom: -1.5rem;
  right: -1rem;
  width: 48%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius);
  border: 4px solid var(--white);
  box-shadow: var(--shadow-md);
}
.about-stat-badge {
  position: absolute;
  top: 2rem;
  left: -1rem;
  background: var(--navy);
  color: #fff;
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: var(--shadow-md);
}
.about-stat-badge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 400;
  color: var(--gold);
  line-height: 1;
}
.about-stat-badge span {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.7;
  font-weight: 300;
}
.about-text-block .section-subtitle { margin-bottom: 2rem; }
.about-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.pill {
  padding: 0.4rem 1rem;
  border: 1px solid var(--gold);
  border-radius: 100px;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--navy);
  font-weight: 300;
  text-transform: uppercase;
}

/* ====== SERVICES ====== */
#services-preview {
  padding: 6rem 0;
  background: #f0ece6;
}
.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
}
.service-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.service-card-img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.service-card:hover .service-card-img { transform: scale(1.05); }
.service-card-body {
  padding: 1.5rem;
}
.service-card-icon {
  width: 36px; height: 36px;
  background: rgba(201,168,106,0.12);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: var(--gold);
  font-size: 1rem;
}
.service-card-body h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.service-card-body p {
  font-size: 0.85rem;
  color: var(--gray);
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.service-link {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: gap 0.2s ease;
}
.service-link:hover { gap: 0.7rem; }

/* ====== PORTFOLIO PREVIEW ====== */
#portfolio-preview {
  padding: 6rem 0;
  background: var(--white);
}
.portfolio-filters {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin: 2rem 0;
}
.filter-btn {
  padding: 0.45rem 1.1rem;
  border: 1px solid var(--gray-light);
  border-radius: 100px;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--charcoal-light);
  font-family: var(--font-body);
  font-weight: 300;
  text-transform: uppercase;
  transition: var(--transition-fast);
  cursor: pointer;
  background: transparent;
}
.filter-btn.active, .filter-btn:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}
.portfolio-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: pointer;
}
.portfolio-item.featured {
  grid-column: span 2;
  aspect-ratio: 16/9;
}
.portfolio-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.portfolio-item:hover img { transform: scale(1.07); }
/* Make portfolio preview videos behave like image cards */
.portfolio-grid .video-card {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.portfolio-grid .video-card video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--gray-light);
}
.portfolio-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11,37,69,0.85) 0%, transparent 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.portfolio-item:hover .portfolio-item-overlay { opacity: 1; }
.portfolio-item-overlay h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 400;
  color: #fff;
}
.portfolio-item-overlay span {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 300;
  margin-top: 2px;
}
.portfolio-cta {
  text-align: center;
  margin-top: 3rem;
}

/* ====== PROCESS PREVIEW ====== */
#process-preview {
  padding: 6rem 0;
  background: var(--navy);
  position: relative;
  overflow: hidden;
}
#process-preview::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,168,106,0.08) 0%, transparent 70%);
}
.process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 3rem;
}
.process-step {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.process-step.visible {
  opacity: 1;
  transform: translateY(0);
}
.process-step-num {
  flex-shrink: 0;
  width: 48px; height: 48px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--gold);
  font-weight: 400;
}
.process-step-content h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.4rem;
}
.process-step-content p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
  font-weight: 300;
  line-height: 1.7;
}

/* ====== TESTIMONIALS ====== */
#testimonials {
  padding: 6rem 0;
  background: #f0ece6;
}
.testimonial-slider {
  position: relative;
  overflow: hidden;
  margin-top: 3rem;
}
.testimonial-track {
  display: flex;
  align-items: stretch;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.testimonial-card {
  flex: 0 0 100%;
  padding: 2.5rem;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
.testimonial-quote {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-style: italic;
  color: var(--charcoal);
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.testimonial-avatar {
  width: 52px; height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold);
}
.testimonial-info strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--navy);
  text-align: left;
}
.testimonial-info span {
  font-size: 0.72rem;
  color: var(--gray);
  letter-spacing: 0.08em;
}
.testimonial-stars {
  color: var(--gold);
  font-size: 0.85rem;
  margin-bottom: 1rem;
}
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 1.5rem;
}
.slider-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gray-light);
  cursor: pointer;
  transition: var(--transition-fast);
  border: none;
}
.slider-dot.active {
  background: var(--gold);
  width: 20px;
  border-radius: 3px;
}

@media (min-width: 1024px) {
  .testimonial-card {
    padding: 2.1rem;
  }
  .testimonial-quote {
    font-size: clamp(1rem, 1.8vw, 1.25rem);
  }
}

/* ====== CONTACT SECTION ====== */
#contact-section {
  padding: 6rem 0;
  background: var(--white);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-top: 3rem;
}
.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.contact-icon {
  width: 42px; height: 42px;
  background: rgba(201,168,106,0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1rem;
  flex-shrink: 0;
}
.contact-info-item strong {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gray);
  font-weight: 400;
  margin-bottom: 2px;
}
.contact-info-item p, .contact-info-item a {
  font-size: 0.9rem;
  color: var(--navy);
  font-weight: 400;
  line-height: 1.5;
}
.contact-info-item a:hover { color: var(--gold); }
.contact-map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  height: 220px;
}
.contact-map iframe {
  width: 100%; height: 100%;
  border: none;
  filter: grayscale(20%);
}
.contact-form {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-md);
}
.form-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 0.4rem;
}
.form-subtitle {
  font-size: 0.82rem;
  color: var(--gray);
  margin-bottom: 1.5rem;
  font-weight: 300;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.form-group label {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gray);
  font-weight: 400;
}
.form-group input, .form-group textarea, .form-group select {
  padding: 0.8rem 1rem;
  border: 1px solid var(--gray-light);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--charcoal);
  background: var(--white);
  transition: border-color 0.2s;
  outline: none;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  border-color: var(--gold);
}
.form-group textarea {
  resize: vertical;
  min-height: 110px;
}
.form-submit {
  width: 100%;
  margin-top: 0.5rem;
  justify-content: center;
}
.form-success {
  display: none;
  background: rgba(201,168,106,0.1);
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  padding: 1rem;
  text-align: center;
  color: var(--navy);
  font-size: 0.85rem;
  margin-top: 1rem;
}

/* ====== FOOTER ====== */
footer {
  background: var(--charcoal);
  color: rgba(255,255,255,0.6);
  padding: 3rem 0 1.5rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand .nav-logo a {
  align-items: center;
}
.footer-brand .nav-logo-img {
  height: 52px;
  filter: brightness(1.1);
}
.footer-brand .nav-logo-text strong {
  font-size: 1.2rem;
}
.footer-brand p {
  margin-top: 1rem;
  font-size: 0.83rem;
  line-height: 1.7;
  max-width: 260px;
}
.footer-heading {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
  font-weight: 400;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.footer-links a {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
  transition: color 0.2s;
  font-weight: 300;
}
.footer-links a:hover { color: var(--gold); }
.footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.social-btn {
  width: 36px; height: 36px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  font-size: 0.85rem;
  transition: var(--transition-fast);
  text-decoration: none;
}
.social-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201,168,106,0.1);
}
.footer-bottom {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
}
.footer-bottom p { font-size: 0.75rem; }
.footer-bottom a { color: var(--gold); }

/* ====== FLOATING ELEMENTS ====== */
.whatsapp-btn {
  position: fixed;
  bottom: 5rem;
  right: 1.25rem;
  width: 48px; height: 48px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  z-index: 900;
  transition: var(--transition-fast);
  text-decoration: none;
}
.whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(37,211,102,0.55);
}
.whatsapp-btn svg { width: 26px; fill: #fff; }
/* Instagram floating button (replaces scroll-to-top) */
.instagram-float-btn {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 48px; height: 48px;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(214,36,159,0.4);
  z-index: 900;
  color: #fff;
  text-decoration: none;
  transition: var(--transition-fast);
}
.instagram-float-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(214,36,159,0.55);
}

/* ====== PAGE HEADERS (inner pages) ====== */
.page-hero {
  height: 55vh;
  min-height: 380px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3.5rem;
  overflow: hidden;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11,37,69,0.9) 0%, rgba(11,37,69,0.4) 100%);
}
.page-hero-content {
  position: relative;
  z-index: 2;
}
.breadcrumb {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
  font-family: var(--font-body);
  font-weight: 300;
}
.breadcrumb a { color: rgba(255,255,255,0.5); }
.breadcrumb a:hover { color: var(--gold); }
.page-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 300;
  color: #fff;
}

/* ====== ABOUT PAGE ====== */
.about-story {
  padding: 6rem 0;
  background: var(--white);
}
.about-full-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  margin-top: 2rem;
}
.about-full-grid p {
  font-size: 0.9rem;
  color: var(--charcoal-light);
  font-weight: 300;
  line-height: 1.9;
  margin-bottom: 1rem;
}
.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  padding: 2rem;
  background: var(--navy);
  border-radius: var(--radius-lg);
}
.stat-item { text-align: center; }
.stat-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--gold);
  font-weight: 400;
}
.stat-item span {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  font-weight: 300;
}
.team-section {
  padding: 5rem 0;
  background: #f0ece6;
}
.team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
}
.team-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.team-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.team-card img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.team-card-body { padding: 1.25rem; }
.team-card-body h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--navy);
}
.team-card-body span {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 300;
}
.values-section {
  padding: 5rem 0;
  background: var(--white);
}
.values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 3rem;
}
.value-card {
  padding: 2rem;
  border: 1px solid var(--gray-light);
  border-radius: var(--radius-lg);
  transition: var(--transition);
}
.value-card:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}
.value-card-icon {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.value-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.value-card p {
  font-size: 0.85rem;
  color: var(--gray);
  font-weight: 300;
  line-height: 1.7;
}

/* ====== SERVICES PAGE ====== */
.services-full {
  padding: 6rem 0;
  background: var(--white);
}
.services-full-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-top: 2rem;
}
.service-full-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2.5rem;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.service-full-item:hover { box-shadow: var(--shadow-md); }
.service-full-item img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: var(--radius);
}
.service-full-item h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 0.75rem;
}
.service-full-item p {
  font-size: 0.88rem;
  color: var(--charcoal-light);
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}
.service-features {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.service-feature {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.83rem;
  color: var(--charcoal-light);
  font-weight: 300;
}
.service-feature::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

/* ====== PORTFOLIO PAGE ====== */
.portfolio-full {
  padding: 5rem 0;
  background: var(--white);
}
.portfolio-full-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.portfolio-full-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  cursor: pointer;
}
.portfolio-full-item.large {
  grid-column: span 2;
}
.portfolio-full-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.portfolio-full-item.large img { height: 300px; }
.portfolio-full-item:hover img { transform: scale(1.06); }
/* Keep video cards aligned with the grid items */
.portfolio-full-grid .video-card {
  width: 100%;
  max-height: 220px;
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  flex: none;
}
.portfolio-full-grid .video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-full-grid .video-card video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--gray-light);
}
.portfolio-full-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11,37,69,0.88), transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  opacity: 0;
  transition: opacity 0.4s;
}
.portfolio-full-item:hover .portfolio-full-overlay { opacity: 1; }
.portfolio-full-overlay h4 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}
.portfolio-full-overlay span {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ====== PROCESS PAGE ====== */
.process-full {
  padding: 6rem 0;
  background: var(--white);
}
.process-timeline {
  position: relative;
  margin-top: 4rem;
}
.process-timeline::before {
  content: '';
  position: absolute;
  left: 24px;
  top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, var(--gold), transparent);
}
.process-timeline-step {
  display: flex;
  gap: 1.75rem;
  margin-bottom: 3rem;
  position: relative;
}
.process-timeline-icon {
  flex-shrink: 0;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--navy);
  border: 2px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--gold);
  font-weight: 400;
  z-index: 1;
}
.process-timeline-content h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 0.4rem;
  margin-top: 0.65rem;
}
.process-timeline-content p {
  font-size: 0.87rem;
  color: var(--charcoal-light);
  font-weight: 300;
  line-height: 1.8;
}
.process-timeline-content .process-duration {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.3rem 0.75rem;
  background: rgba(201,168,106,0.1);
  border: 1px solid var(--gold);
  border-radius: 100px;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--gold);
  text-transform: uppercase;
}
.faq-section {
  padding: 5rem 0;
  background: #f0ece6;
}
.faq-list {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.faq-item {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.faq-q {
  width: 100%;
  text-align: left;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--navy);
  cursor: pointer;
  background: transparent;
  border: none;
  gap: 1rem;
}
.faq-q::after {
  content: '+';
  font-size: 1.25rem;
  color: var(--gold);
  font-weight: 300;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 1.5rem;
}
.faq-item.open .faq-a {
  max-height: 300px;
  padding: 0 1.5rem 1.25rem;
}
.faq-a p {
  font-size: 0.85rem;
  color: var(--gray);
  font-weight: 300;
  line-height: 1.7;
}

/* ====== CONTACT PAGE ====== */
.contact-full {
  padding: 6rem 0;
  background: var(--white);
}
.contact-full-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-top: 2rem;
}
.contact-full-map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 300px;
  box-shadow: var(--shadow-md);
  margin-top: 2rem;
}
.contact-full-map iframe {
  width: 100%; height: 100%;
  border: none;
}

/* ====== SCROLL ANIMATIONS ====== */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-in-left {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}
.fade-in-right {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* ====== ANIMATIONS ====== */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 1; }
}

/* ====== TABLET (768px+) ====== */
@media (min-width: 768px) {
  .nav-links { display: flex; }
  .nav-cta { display: inline-flex; }
  .hamburger { display: none; }
  .container { padding: 0 2rem; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .services-full-grid .service-full-item { grid-template-columns: 1fr 1fr; }
  .portfolio-full-grid { grid-template-columns: repeat(3, 1fr); }
  .portfolio-full-item img { height: 250px; }
  .portfolio-full-grid .video-card { max-height: 250px; }
  .portfolio-full-item.large img { height: 300px; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-full-grid { grid-template-columns: 1fr 1fr; }
  .about-full-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .video-card { flex: 0 0 180px; }
  .process-timeline::before { left: 24px; }
}

/* ====== MOBILE SAFETY (<=767px) ====== */
@media (max-width: 767px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .testimonial-card {
    margin-left: 0;
    margin-right: 0;
  }

  .about-stat-badge {
    top: auto;
    bottom: 1.5rem;
    left: 0rem;
    padding: 0.75rem 0.95rem;
  }

  .about-stat-badge strong {
    font-size: 1.5rem;
  }

  .about-stat-badge span {
    font-size: 0.58rem;
    letter-spacing: 0.12em;
  }

  .about-img-accent {
    right: 0;
  }
}

/* ====== LAPTOP (1024px+) ====== */
@media (min-width: 1024px) {
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .portfolio-grid { grid-template-columns: repeat(3, 1fr); }
  .portfolio-item.featured { grid-column: span 2; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .values-grid { grid-template-columns: repeat(3, 1fr); }
  .video-card { flex: 0 0 200px; }
}

/* ====== DESKTOP (1280px+) ====== */
@media (min-width: 1280px) {
  .container { padding: 0 2.5rem; }
  .services-full-grid .service-full-item { gap: 3rem; }
}
