/*
Theme Name: Car Concept Design
Theme URI: https://carconceptdesign.in
Author: Khan Brothers
Author URI: https://carconceptdesign.in
Description: A premium dark-themed automotive website for Car Concept Design — Mumbai's premier car customisation studio.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ccd
Tags: dark, automotive, custom-background, custom-logo, custom-menu, featured-images, full-width-template
*/

/* ============================================
   DESIGN TOKENS
   ============================================ */
:root {
  --color-brand:       #EE881D;
  --color-brand-dark:  #C96E0F;
  --color-brand-glow:  rgba(238, 136, 29, 0.18);
  --color-bg:          #0A0A0A;
  --color-bg-card:     #111111;
  --color-bg-card2:    #161616;
  --color-bg-section:  #0F0F0F;
  --color-silver:      #C8D0D9;
  --color-silver-light:#E0E6EC;
  --color-silver-dim:  #909AA6;
  --color-white:       #F5F5F5;
  --color-text:        #D8D8D8;
  --color-text-muted:  #A0A8B0;
  --color-border:      rgba(238,136,29,0.12);
  --color-border-silver: rgba(176,184,193,0.15);

  --font-heading: 'Barlow', 'Inter', sans-serif;
  --font-body:    'Inter', 'Segoe UI', sans-serif;

  --radius-sm:  4px;
  --radius-md:  8px;
  --radius-lg:  16px;
  --radius-xl:  24px;

  --shadow-brand: 0 0 32px rgba(238,136,29,0.25), 0 4px 16px rgba(0,0,0,0.6);
  --shadow-card:  0 2px 24px rgba(0,0,0,0.5);
  --shadow-glow:  0 0 60px rgba(238,136,29,0.12);

  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --container:  1280px;
}

/* ============================================
   RESET & BASE
   ============================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  background-color: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--color-brand); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--color-brand-dark); }

ul, ol { list-style: none; }

h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-white);
  letter-spacing: -0.02em;
}

/* ============================================
   UTILITIES
   ============================================ */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.section-pad { padding: 100px 0; }
.section-pad-sm { padding: 60px 0; }

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-brand);
  margin-bottom: 16px;
}
.section-label::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-brand);
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--color-white);
  margin-bottom: 16px;
}
.section-title span { color: var(--color-brand); }

.section-desc {
  font-size: 1.05rem;
  color: var(--color-text-muted);
  max-width: 560px;
  line-height: 1.8;
}

.text-center { text-align: center; }
.text-center .section-label { justify-content: center; }
.text-center .section-desc { margin: 0 auto; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: var(--radius-md);
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--transition);
  white-space: nowrap;
}
.btn-primary {
  background: var(--color-brand);
  color: #000;
  border-color: var(--color-brand);
}
.btn-primary:hover {
  background: transparent;
  color: var(--color-brand);
  box-shadow: var(--shadow-brand);
}
.btn-outline {
  background: transparent;
  color: var(--color-white);
  border-color: rgba(255,255,255,0.2);
}
.btn-outline:hover {
  border-color: var(--color-brand);
  color: var(--color-brand);
}
.btn-ghost {
  background: transparent;
  color: var(--color-brand);
  border-color: var(--color-brand);
}
.btn-ghost:hover {
  background: var(--color-brand);
  color: #000;
}
.btn-whatsapp {
  background: #25D366;
  color: #fff;
  border-color: #25D366;
}
.btn-whatsapp:hover {
  background: #1da851;
  border-color: #1da851;
  color: #fff;
}

/* Divider */
.divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--color-brand), transparent);
  border-radius: 2px;
  margin: 20px 0 32px;
}
.text-center .divider { margin: 20px auto 32px; }

/* ============================================
   HEADER / NAV
   ============================================ */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(10,10,10,0.0);
  backdrop-filter: blur(0px);
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease;
}
#site-header.scrolled {
  background: rgba(10,10,10,0.95);
  backdrop-filter: blur(20px);
  border-bottom-color: var(--color-border);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

/* Custom logo (uploaded via Customizer) */
.custom-logo-wrap { display: flex; align-items: center; }
.custom-logo-wrap a { display: flex; align-items: center; }
.custom-logo-wrap img {
  max-height: 52px;
  width: auto;
  display: block;
  filter: brightness(1);
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.logo-icon {
  width: 44px;
  height: 44px;
  background: var(--color-brand);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 900;
  color: #000;
  font-family: var(--font-heading);
  letter-spacing: -0.05em;
}
.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.logo-text strong {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--color-white);
  text-transform: uppercase;
}
.logo-text span {
  font-size: 0.68rem;
  color: var(--color-brand);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 36px;
}
.nav-menu a {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-silver-light);
  transition: color var(--transition);
  position: relative;
}
.nav-menu a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-brand);
  transition: width var(--transition);
}
.nav-menu a:hover,
.nav-menu a.active { color: var(--color-brand); }
.nav-menu a:hover::after,
.nav-menu a.active::after { width: 100%; }

.nav-cta { margin-left: 12px; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-white);
  border-radius: 2px;
  transition: all var(--transition);
}
.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 Nav */
.mobile-nav {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  background: rgba(10,10,10,0.98);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--color-border);
  padding: 24px;
  z-index: 999;
  transform: translateY(-10px);
  opacity: 0;
  transition: all var(--transition);
}
.mobile-nav.open {
  display: block;
  transform: translateY(0);
  opacity: 1;
}
.mobile-nav a {
  display: block;
  padding: 14px 0;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-silver);
  border-bottom: 1px solid var(--color-border);
}
.mobile-nav a:last-child { border-bottom: none; }
.mobile-nav a:hover { color: var(--color-brand); }

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url('https://images.pexels.com/photos/3802510/pexels-photo-3802510.jpeg?auto=compress&cs=tinysrgb&w=1920') center/cover no-repeat;
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(10,10,10,0.95) 0%,
    rgba(10,10,10,0.75) 55%,
    rgba(10,10,10,0.3) 100%
  );
}

.hero-noise {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  opacity: 0.4;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 140px 0 80px;
  max-width: 680px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(238,136,29,0.1);
  border: 1px solid rgba(238,136,29,0.3);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-brand);
  margin-bottom: 28px;
}
.hero-badge .dot {
  width: 6px;
  height: 6px;
  background: var(--color-brand);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.5; transform: scale(0.8); }
}

.hero-title {
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 1.0;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}
.hero-title .accent { color: var(--color-brand); }
.hero-title .silver { color: var(--color-silver); }

.hero-sub {
  font-size: 1.15rem;
  color: var(--color-text-muted);
  margin-bottom: 40px;
  line-height: 1.8;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 64px;
}

.hero-stats {
  display: flex;
  gap: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--color-border);
}
.stat-item {}
.stat-num {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--color-brand);
  line-height: 1;
}
.stat-label {
  font-size: 0.78rem;
  color: var(--color-silver-dim);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 4px;
}

.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--color-silver-dim);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  animation: bounce 2.5s ease-in-out infinite;
}
.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--color-brand), transparent);
}
@keyframes bounce {
  0%,100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(8px); }
}

/* ============================================
   TRUST BAR
   ============================================ */
.trust-bar {
  background: var(--color-bg-card);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: 20px 0;
}
.trust-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--color-silver-light);
  font-weight: 500;
}
.trust-icon {
  font-size: 1.1rem;
  color: var(--color-brand);
  width: 20px;
  text-align: center;
}
.trust-divider {
  width: 1px;
  height: 32px;
  background: var(--color-border-silver);
}

/* ============================================
   SERVICES SECTION
   ============================================ */
.services-section {
  background: var(--color-bg);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 2px;
  background: var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-top: 60px;
}

.service-card {
  background: var(--color-bg-card);
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
  transition: all var(--transition);
  cursor: pointer;
}
.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--color-brand-glow), transparent 60%);
  opacity: 0;
  transition: opacity var(--transition);
}
.service-card:hover::before { opacity: 1; }
.service-card:hover { background: var(--color-bg-card2); }

.service-card-number {
  font-family: var(--font-heading);
  font-size: 3.5rem;
  font-weight: 900;
  color: rgba(238,136,29,0.08);
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 24px;
  transition: color var(--transition);
}
.service-card:hover .service-card-number { color: rgba(238,136,29,0.15); }

.service-icon {
  width: 52px;
  height: 52px;
  background: rgba(238,136,29,0.1);
  border: 1px solid rgba(238,136,29,0.2);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
  transition: all var(--transition);
}
.service-card:hover .service-icon {
  background: var(--color-brand);
  border-color: var(--color-brand);
  filter: brightness(0) invert(0);
}
.service-card:hover .service-icon svg { filter: brightness(0); }

.service-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 12px;
  transition: color var(--transition);
}
.service-card:hover .service-name { color: var(--color-brand); }

.service-desc {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  line-height: 1.7;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-brand);
  opacity: 0;
  transform: translateY(6px);
  transition: all var(--transition);
}
.service-card:hover .service-link {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   WHY US / FEATURES
   ============================================ */
.why-section {
  background: var(--color-bg-section);
  position: relative;
  overflow: hidden;
}
.why-section::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(238,136,29,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.why-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.why-image-wrap {
  position: relative;
}
.why-image-main {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: var(--radius-xl);
  border: 1px solid var(--color-border);
}
.why-image-float {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 55%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--radius-lg);
  border: 3px solid var(--color-bg);
  box-shadow: var(--shadow-card);
}

.why-badge-float {
  position: absolute;
  top: 24px;
  left: -20px;
  background: var(--color-brand);
  color: #000;
  padding: 12px 18px;
  border-radius: var(--radius-md);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.85rem;
  text-align: center;
  line-height: 1.2;
  box-shadow: var(--shadow-brand);
}

.why-features {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 40px;
}
.why-feature {
  display: flex;
  gap: 20px;
}
.why-feature-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: rgba(238,136,29,0.1);
  border: 1px solid rgba(238,136,29,0.2);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-top: 2px;
}
.why-feature h4 {
  font-size: 1rem;
  color: var(--color-white);
  margin-bottom: 4px;
}
.why-feature p {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  line-height: 1.7;
}

/* ============================================
   GALLERY PREVIEW
   ============================================ */
.gallery-section {
  background: var(--color-bg);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  gap: 12px;
  margin-top: 60px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  cursor: pointer;
  background: var(--color-bg-card);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,10,10,0.7), transparent 50%);
  opacity: 0;
  transition: opacity var(--transition);
}
.gallery-item:hover::after { opacity: 1; }

.gallery-item:nth-child(1) { grid-column: span 7; aspect-ratio: 16/9; }
.gallery-item:nth-child(2) { grid-column: span 5; aspect-ratio: 4/3; }
.gallery-item:nth-child(3) { grid-column: span 4; aspect-ratio: 4/3; }
.gallery-item:nth-child(4) { grid-column: span 4; aspect-ratio: 4/3; }
.gallery-item:nth-child(5) { grid-column: span 4; aspect-ratio: 4/3; }

.gallery-cta { margin-top: 48px; text-align: center; }

/* ============================================
   ABOUT SNIPPET
   ============================================ */
.about-section {
  background: var(--color-bg-section);
  position: relative;
  overflow: hidden;
}

.about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.about-img {
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 3/4;
}
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-img:first-child { margin-top: 40px; }

.about-tagline {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--color-white);
  line-height: 1.3;
  margin-bottom: 20px;
}
.about-tagline .accent { color: var(--color-brand); }

.about-text {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.9;
  margin-bottom: 16px;
}

.about-founders {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  padding: 20px;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
}
.founder-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-brand), var(--color-brand-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  color: #000;
  font-family: var(--font-heading);
  flex-shrink: 0;
}
.founder-info strong { display: block; font-size: 0.9rem; color: var(--color-white); }
.founder-info span { font-size: 0.8rem; color: var(--color-brand); }

/* ============================================
   RATING / SOCIAL PROOF
   ============================================ */
.rating-section {
  background: var(--color-brand);
  padding: 60px 0;
}
.rating-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}
.rating-text h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #000;
  margin-bottom: 8px;
}
.rating-text p { color: rgba(0,0,0,0.6); font-size: 1rem; }
.rating-stars {
  display: flex;
  align-items: center;
  gap: 12px;
}
.stars { font-size: 1.6rem; color: #000; letter-spacing: 4px; display:flex; gap:2px; }
.rating-num {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 900;
  color: #000;
  line-height: 1;
}
.rating-sub { font-size: 0.8rem; color: rgba(0,0,0,0.5); margin-top: 4px; }
.rating-cta .btn-primary {
  background: #000;
  border-color: #000;
  color: var(--color-brand);
}
.rating-cta .btn-primary:hover {
  background: transparent;
  color: #000;
  border-color: #000;
}

/* ============================================
   CONTACT SNIPPET
   ============================================ */
.contact-snippet {
  background: var(--color-bg);
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.contact-info-items { margin-top: 32px; display: flex; flex-direction: column; gap: 20px; }
.contact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.contact-icon {
  width: 44px;
  height: 44px;
  background: rgba(238,136,29,0.1);
  border: 1px solid rgba(238,136,29,0.2);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.contact-item-title { font-size: 0.8rem; color: var(--color-brand); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 4px; }
.contact-item-val { font-size: 0.95rem; color: var(--color-text); }

.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }

.map-embed {
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 340px;
  border: 1px solid var(--color-border);
}
.map-embed iframe { width: 100%; height: 100%; border: none; }

/* ============================================
   FOOTER
   ============================================ */
#site-footer {
  background: var(--color-bg-card);
  border-top: 1px solid var(--color-border);
  padding: 60px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
}
.footer-brand p {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  line-height: 1.8;
  margin-top: 16px;
  max-width: 280px;
}
.footer-social { display: flex; gap: 12px; margin-top: 24px; }
.social-link {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  background: rgba(238,136,29,0.08);
  border: 1px solid rgba(238,136,29,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--color-silver);
  transition: all var(--transition);
}
.social-link:hover {
  background: var(--color-brand);
  border-color: var(--color-brand);
  color: #000;
}

.footer-col h4 {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-silver-light);
  margin-bottom: 20px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a {
  font-size: 0.88rem;
  color: var(--color-text);
  transition: color var(--transition);
}
.footer-col ul a:hover { color: var(--color-brand); }

.footer-bottom {
  border-top: 1px solid var(--color-border);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-bottom p { font-size: 0.82rem; color: var(--color-text-muted); }
.footer-bottom a { color: var(--color-brand); }

/* ============================================
   PAGE HERO (inner pages)
   ============================================ */
.page-hero {
  padding: 160px 0 80px;
  background: var(--color-bg-section);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--color-border);
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center left, rgba(238,136,29,0.07) 0%, transparent 60%);
}
.page-hero-content { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 4rem); margin-bottom: 16px; }
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--color-silver);
  margin-bottom: 20px;
}
.breadcrumb a { color: var(--color-brand); }
.breadcrumb-sep { color: var(--color-silver-dim); font-size: 0.65rem; }

/* ============================================
   SERVICES PAGE
   ============================================ */
.services-page-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 24px;
  margin-top: 60px;
}
.service-page-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
}
.service-page-card:hover {
  border-color: rgba(238,136,29,0.4);
  transform: translateY(-4px);
  box-shadow: var(--shadow-brand);
}
.service-card-image {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.service-card-body { padding: 28px; }
.service-card-body .service-icon { margin-bottom: 16px; }
.service-card-body h3 { font-size: 1.2rem; margin-bottom: 10px; }
.service-card-body p { font-size: 0.9rem; color: var(--color-text-muted); line-height: 1.7; }

/* ============================================
   GALLERY PAGE
   ============================================ */
.gallery-page-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.filter-btn {
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid var(--color-border-silver);
  background: transparent;
  color: var(--color-silver);
  transition: all var(--transition);
}
.filter-btn.active,
.filter-btn:hover {
  background: var(--color-brand);
  border-color: var(--color-brand);
  color: #000;
}

.gallery-page-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
  margin-top: 40px;
}
.gallery-page-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  cursor: pointer;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  aspect-ratio: 4/3;
}
.gallery-page-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery-page-item:hover img { transform: scale(1.08); }
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,10,10,0.8) 0%, transparent 50%);
  opacity: 0;
  transition: opacity var(--transition);
  display: flex;
  align-items: flex-end;
  padding: 20px;
}
.gallery-page-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay-title { font-size: 0.95rem; font-weight: 700; color: var(--color-white); }
.gallery-overlay-tag { font-size: 0.75rem; color: var(--color-brand); margin-top: 2px; }

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.95);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox-img { max-width: 90vw; max-height: 85vh; border-radius: var(--radius-md); }
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  color: var(--color-white);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}
.lightbox-prev, .lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(238,136,29,0.15);
  border: 1px solid rgba(238,136,29,0.3);
  color: var(--color-brand);
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
}
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }
.lightbox-prev:hover, .lightbox-next:hover { background: var(--color-brand); color: #000; }

/* ============================================
   ABOUT PAGE
   ============================================ */
.about-story { background: var(--color-bg); }
.about-story-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.about-story-img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: var(--radius-xl);
  border: 1px solid var(--color-border);
}
.about-story-content .section-label { margin-bottom: 12px; }
.story-text { font-size: 0.95rem; color: var(--color-text-muted); line-height: 1.9; margin-bottom: 16px; }

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 60px;
}
.value-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  transition: border-color var(--transition);
}
.value-card:hover { border-color: rgba(238,136,29,0.4); }
.value-icon { font-size: 1.8rem; margin-bottom: 16px; }
.value-card h3 { font-size: 1rem; margin-bottom: 8px; }
.value-card p { font-size: 0.88rem; color: var(--color-text-muted); line-height: 1.7; }

/* Timeline */
.timeline { position: relative; margin-top: 60px; padding-left: 40px; }
.timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--color-brand), transparent);
}
.timeline-item { position: relative; margin-bottom: 40px; }
.timeline-dot {
  position: absolute;
  left: -47px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: var(--color-brand);
  border-radius: 50%;
  border: 3px solid var(--color-bg);
}
.timeline-year { font-size: 0.75rem; color: var(--color-brand); font-weight: 700; letter-spacing: 0.1em; margin-bottom: 4px; }
.timeline-item h3 { font-size: 1rem; color: var(--color-white); margin-bottom: 6px; }
.timeline-item p { font-size: 0.88rem; color: var(--color-text-muted); line-height: 1.7; }

/* ============================================
   CONTACT PAGE
   ============================================ */
.contact-page-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}

.contact-form {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  padding: 40px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-silver);
  margin-bottom: 8px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--color-border-silver);
  border-radius: var(--radius-md);
  padding: 12px 16px;
  font-size: 0.95rem;
  color: var(--color-white);
  font-family: var(--font-body);
  transition: border-color var(--transition);
  outline: none;
}
.form-group input:focus,
.form-group select,
.form-group textarea:focus {
  border-color: var(--color-brand);
}
.form-group select { cursor: pointer; }
.form-group select option { background: #1a1a1a; }
.form-group textarea { resize: vertical; min-height: 120px; }

.form-submit { width: 100%; justify-content: center; }

.contact-side-info { display: flex; flex-direction: column; gap: 24px; }
.contact-side-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 28px;
}
.contact-side-card h3 { font-size: 1rem; margin-bottom: 16px; }
.contact-page-map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 280px;
  border: 1px solid var(--color-border);
}
.contact-page-map iframe { width: 100%; height: 100%; border: none; }

.hours-grid { display: flex; flex-direction: column; gap: 10px; }
.hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.88rem;
}
.hours-day { color: var(--color-silver); }
.hours-time { color: var(--color-brand); font-weight: 600; }

/* Admin Gallery Upload Area */
.gallery-upload-area {
  background: var(--color-bg-card);
  border: 2px dashed rgba(238,136,29,0.3);
  border-radius: var(--radius-lg);
  padding: 40px;
  text-align: center;
  cursor: pointer;
  transition: all var(--transition);
  margin-bottom: 32px;
}
.gallery-upload-area:hover {
  border-color: var(--color-brand);
  background: rgba(238,136,29,0.04);
}
.upload-icon { font-size: 2.5rem; margin-bottom: 12px; }
.upload-text { font-size: 0.95rem; color: var(--color-text-muted); }
.upload-text strong { color: var(--color-brand); }

/* ============================================
   ANIMATIONS
   ============================================ */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .why-layout, .about-layout, .about-story-layout,
  .contact-snippet .contact-layout, .contact-page-layout { grid-template-columns: 1fr; gap: 48px; }
  .why-image-float { bottom: -20px; right: -10px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  :root { --container: 100%; }
  .section-pad { padding: 70px 0; }
  .nav-menu, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .hero-title { font-size: clamp(2.2rem, 8vw, 3.2rem); }
  .hero-stats { gap: 20px; flex-wrap: wrap; }
  .services-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item:nth-child(1),
  .gallery-item:nth-child(2),
  .gallery-item:nth-child(3),
  .gallery-item:nth-child(4),
  .gallery-item:nth-child(5) { grid-column: span 1; }
  .trust-inner { justify-content: center; }
  .trust-divider { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .rating-inner { flex-direction: column; text-align: center; }
  .form-row { grid-template-columns: 1fr; }
  .about-image-grid { grid-template-columns: 1fr; }
  .about-img:first-child { margin-top: 0; }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; justify-content: center; }
  .gallery-page-grid { grid-template-columns: 1fr; }
  .services-page-grid { grid-template-columns: 1fr; }
}
