/* ========================
   JASON'S RENOVATION v3
   BOLD INDUSTRIAL
   ======================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --amber: #D4882A;
  --amber-light: #E8A84A;
  --dark: #111111;
  --dark-2: #1C1C1C;
  --dark-3: #272727;
  --steel: #2E2E2E;
  --text: #3A3A3A;
  --text-light: #6A6A6A;
  --white: #FFFFFF;
  --off-white: #F4F2EF;
  --border: #E0D8CE;
  --shadow: 0 4px 20px rgba(0,0,0,0.08);
  --shadow-lg: 0 16px 48px rgba(0,0,0,0.18);
  --transition: 0.3s ease;
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); line-height: 1.6; overflow-x: hidden; }
h1, h2 { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }
h3 { font-family: 'Inter', sans-serif; font-weight: 700; }
a { text-decoration: none; color: inherit; }
.section { padding: 96px 0; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
.stag { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--amber); margin-bottom: 12px; display: block; font-family: 'Inter', sans-serif; }

/* SECTION HEADS */
.section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; gap: 32px; }
.section-head.centered { flex-direction: column; align-items: center; text-align: center; }
.section-head-left h2 { font-size: clamp(48px, 5vw, 72px); color: var(--dark); line-height: 0.95; }
.section-desc { color: var(--text-light); font-size: 15px; max-width: 320px; line-height: 1.8; text-align: right; }
.section-head.centered .section-desc { text-align: center; max-width: 500px; }

/* BUTTONS */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--amber); color: var(--white);
  font-weight: 700; font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
  padding: 16px 36px; border-radius: 2px; border: none; cursor: pointer;
  transition: var(--transition); clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 10px 100%);
}
.btn-primary:hover { background: var(--amber-light); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(212,136,42,0.45); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--white);
  font-weight: 700; font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
  padding: 16px 36px; border-radius: 2px; border: 2px solid rgba(255,255,255,0.35); cursor: pointer;
  transition: var(--transition); clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 10px 100%);
}
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.08); }
.full-width { width: 100%; justify-content: center; clip-path: none; border-radius: 4px; }

/* ===== NAVBAR ===== */
#navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 999; padding: 0 40px; transition: background 0.4s; }
#navbar.scrolled { background: rgba(10,10,10,0.97); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(212,136,42,0.2); }
.nav-inner { max-width: 1180px; margin: 0 auto; height: 84px; display: flex; align-items: center; justify-content: space-between; }
.nav-links { display: flex; list-style: none; gap: 36px; }
.nav-links a { color: rgba(255,255,255,0.7); font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; transition: color var(--transition); }
.nav-links a:hover { color: var(--amber); }
.nav-cta { background: var(--amber); color: var(--white); font-size: 12px; font-weight: 700; letter-spacing: 1px; padding: 10px 20px; border-radius: 2px; transition: var(--transition); display: flex; align-items: center; gap: 8px; }
.nav-cta:hover { background: var(--amber-light); }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: 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-menu { display: none; flex-direction: column; background: #0A0A0A; padding: 20px 32px 28px; list-style: none; gap: 4px; border-top: 2px solid var(--amber); }
.mobile-menu.open { display: flex; }
.mobile-menu li a { display: block; padding: 12px 0; color: rgba(255,255,255,0.8); font-size: 15px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,0.06); }

/* ===== HERO ===== */
.hero { min-height: 100vh; position: relative; display: flex; flex-direction: column; justify-content: center; }
.hero-bg {
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1572120360610-d971b9d7767c?w=1800&q=85') center 40%/cover no-repeat;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(0,0,0,0.88) 45%, rgba(0,0,0,0.4) 100%); }
.hero-content { position: relative; z-index: 1; padding: 160px 80px 120px; max-width: 900px; }
.hero-label { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 28px; }
.hero-label span { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--amber); }
.hero-label::before { content: ''; display: block; width: 40px; height: 2px; background: var(--amber); }
h1 { font-size: clamp(64px, 9vw, 128px); color: var(--white); line-height: 0.9; margin-bottom: 28px; }
h1 em { color: var(--amber); font-style: normal; }
.hero-divider { width: 80px; height: 4px; background: var(--amber); margin-bottom: 28px; }
.hero-content > p { color: rgba(255,255,255,0.65); font-size: 17px; max-width: 480px; margin-bottom: 40px; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-bottom-bar {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  background: var(--dark-2); border-top: 2px solid var(--amber);
  display: flex; align-items: center;
}
.hbar-item { display: flex; align-items: center; gap: 16px; flex: 1; padding: 22px 40px; }
.hbar-item i { color: var(--amber); font-size: 20px; flex-shrink: 0; }
.hbar-item div { display: flex; flex-direction: column; }
.hbar-item span { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.35); }
.hbar-item strong { font-size: 14px; color: var(--white); font-weight: 600; }
.hbar-divider { width: 1px; height: 40px; background: rgba(255,255,255,0.1); flex-shrink: 0; }

/* ===== INTRO STRIP ===== */
.intro-strip { background: var(--off-white); border-bottom: 1px solid var(--border); }
.intro-strip-inner { max-width: 1180px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; }
.istat { flex: 1; padding: 36px 40px; border-right: 1px solid var(--border); display: flex; flex-direction: column; gap: 4px; }
.istat.no-border { border-right: none; }
.inum { font-family: 'Barlow Condensed', sans-serif; font-size: 52px; font-weight: 900; color: var(--amber); line-height: 1; }
.ilabel { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-light); }

/* ===== SERVICES ===== */
.services { background: var(--white); padding: 0; }
.services-wrap { display: flex; min-height: 700px; }

/* Sidebar */
.srv-sidebar { width: 360px; flex-shrink: 0; background: var(--dark); position: sticky; top: 70px; align-self: flex-start; }
.srv-sidebar-inner { padding: 60px 44px; }
.srv-sidebar-inner h2 { font-size: 52px; color: var(--white); margin-bottom: 12px; line-height: 0.95; }
.srv-intro { color: rgba(255,255,255,0.45); font-size: 14px; margin-bottom: 36px; line-height: 1.7; }
.srv-cats { list-style: none; display: flex; flex-direction: column; gap: 4px; margin-bottom: 36px; }
.srv-cat {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 16px; border-radius: 4px; cursor: pointer;
  border: 1px solid transparent; transition: var(--transition);
}
.srv-cat:hover { background: rgba(255,255,255,0.05); border-color: rgba(212,136,42,0.3); }
.srv-cat.active { background: rgba(212,136,42,0.12); border-color: var(--amber); }
.srv-cat-icon {
  width: 38px; height: 38px; border-radius: 4px; flex-shrink: 0;
  background: rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: center;
  font-size: 15px; color: rgba(255,255,255,0.4); transition: var(--transition);
}
.srv-cat.active .srv-cat-icon { background: var(--amber); color: var(--white); }
.srv-cat-text { flex: 1; }
.srv-cat-text strong { display: block; font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.6); transition: color var(--transition); }
.srv-cat-text span { font-size: 11px; color: rgba(255,255,255,0.3); letter-spacing: 1px; text-transform: uppercase; }
.srv-cat.active .srv-cat-text strong { color: var(--white); }
.srv-arrow { font-size: 11px; color: rgba(255,255,255,0.2); transition: var(--transition); }
.srv-cat.active .srv-arrow { color: var(--amber); transform: translateX(3px); }

/* Content */
.srv-content { flex: 1; background: var(--off-white); padding: 60px 48px; }
.srv-panel { display: none; }
.srv-panel.active { display: block; animation: fadeUp 0.35s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

.srv-panel-header { display: flex; align-items: center; gap: 12px; margin-bottom: 32px; padding-bottom: 20px; border-bottom: 2px solid var(--border); }
.srv-panel-header i { font-size: 20px; color: var(--amber); }
.srv-panel-header h3 { font-size: 24px; font-weight: 800; color: var(--dark); text-transform: uppercase; letter-spacing: 1px; font-family: 'Barlow Condensed', sans-serif; }

.srv-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }

/* Flip cards */
.srv-card {
  position: relative; min-height: 200px; cursor: pointer;
  border-radius: 4px; overflow: hidden;
  border: 2px solid var(--border); background: var(--white);
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.srv-card:hover, .srv-card:focus { border-color: var(--amber); transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,0.12); outline: none; }
.srv-card-front, .srv-card-hover {
  padding: 28px 24px;
  transition: opacity 0.3s, transform 0.3s;
}
.srv-card-front { position: relative; }
.srv-card-hover {
  position: absolute; inset: 0;
  background: var(--dark);
  display: flex; flex-direction: column; justify-content: center; gap: 10px;
  padding: 28px 24px;
  opacity: 0; transform: translateY(10px);
  pointer-events: none;
}
.srv-card:hover .srv-card-front, .srv-card:focus .srv-card-front { opacity: 0; }
.srv-card:hover .srv-card-hover, .srv-card:focus .srv-card-hover { opacity: 1; transform: translateY(0); pointer-events: all; }

.srv-card-icon { width: 44px; height: 44px; background: var(--dark); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--amber); margin-bottom: 14px; }
.srv-card-front h4 { font-size: 15px; font-weight: 800; color: var(--dark); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; font-family: 'Barlow Condensed', sans-serif; }
.srv-card-front p { font-size: 13px; color: var(--text-light); line-height: 1.6; }

.srv-card-hover i { font-size: 24px; color: var(--amber); }
.srv-card-hover h4 { font-size: 16px; font-weight: 800; color: var(--white); text-transform: uppercase; letter-spacing: 0.5px; font-family: 'Barlow Condensed', sans-serif; }
.srv-card-hover p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.7; }
.srv-card-hover a { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; color: var(--amber); text-transform: uppercase; letter-spacing: 1.5px; margin-top: 8px; padding: 8px 14px; border: 1px solid rgba(212,136,42,0.35); border-radius: 2px; transition: background var(--transition), border-color var(--transition), gap var(--transition); }
.srv-card-hover a:hover { background: rgba(212,136,42,0.15); border-color: var(--amber); gap: 10px; }

/* Feature bullets on card front */
.srv-feats { list-style: none; margin-top: 10px; display: flex; flex-direction: column; gap: 6px; }
.srv-feats li { font-size: 12px; color: var(--text-light); display: flex; align-items: center; gap: 8px; line-height: 1.3; }
.srv-feats li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--amber); flex-shrink: 0; opacity: 0.7; }

/* Stagger cards when panel activates */
.srv-panel.active .srv-card { animation: fadeUp 0.4s ease both; }
.srv-panel.active .srv-card:nth-child(1) { animation-delay: 0.08s; }
.srv-panel.active .srv-card:nth-child(2) { animation-delay: 0.16s; }
.srv-panel.active .srv-card:nth-child(3) { animation-delay: 0.24s; }
.srv-panel.active .srv-card:nth-child(4) { animation-delay: 0.32s; }

/* Keyboard focus for category nav */
.srv-cat:focus-visible { outline: 2px solid var(--amber); outline-offset: 3px; }

/* ===== ABOUT ===== */
.about { padding: 0; display: flex; min-height: 600px; }
.about-img-panel {
  width: 50%;
  background: url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?w=900&q=85') center/cover no-repeat;
  position: relative;
}
.about-img-panel::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.2); }
.about-text-panel { width: 50%; background: var(--dark); padding: 80px 72px; display: flex; flex-direction: column; justify-content: center; }
.about-text-panel h2 { font-size: clamp(42px, 4vw, 64px); color: var(--white); margin-bottom: 24px; line-height: 0.95; }
.about-text-panel p { color: rgba(255,255,255,0.55); font-size: 15px; line-height: 1.8; margin-bottom: 16px; }
.about-checks { list-style: none; margin: 24px 0 36px; display: flex; flex-direction: column; gap: 14px; }
.about-checks li { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.8); font-size: 14px; font-weight: 500; }
.about-checks li i { color: var(--amber); font-size: 16px; }

/* ===== GALLERY ===== */
.gallery { background: var(--dark); }
.gallery .section-head-left h2 { color: var(--white); }
.gallery .section-desc { color: rgba(255,255,255,0.4); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(4, 230px); gap: 6px; }
.g-item {
  border-radius: 4px; overflow: hidden; position: relative; cursor: pointer;
  background-size: cover; background-position: center;
  filter: brightness(0.82) saturate(0.85);
  transition: transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94), filter 0.5s ease, box-shadow 0.5s ease;
}
.g-item:hover {
  transform: scale(1.025);
  filter: brightness(1.05) saturate(1.15);
  box-shadow: 0 16px 48px rgba(0,0,0,0.7);
  z-index: 2;
}
.g-item.g-tall { grid-row: span 2; }
.g-item.g-wide { grid-column: span 2; }

/* Persistent bottom vignette */
.g-item::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 45%, transparent 100%);
  z-index: 1; opacity: 0.6; transition: opacity 0.5s ease;
}
.g-item:hover::before { opacity: 1; }

/* Gold shimmer sweep */
.g-item::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(212,136,42,0.22) 50%, transparent 80%);
  transform: translateX(-130%); transition: transform 0.75s ease;
  z-index: 2; pointer-events: none;
}
.g-item:hover::after { transform: translateX(130%); }

/* Gold border inset on hover */
.g-border { position: absolute; inset: 0; z-index: 6; border-radius: 4px; pointer-events: none; box-shadow: inset 0 0 0 0px var(--amber); transition: box-shadow 0.35s ease; }
.g-item:hover .g-border { box-shadow: inset 0 0 0 2px var(--amber); }

/* Category badge — slides in from top on hover */
.g-cat {
  position: absolute; top: 12px; left: 12px; z-index: 5;
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(212,136,42,0.93); color: #111;
  font-size: 9px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 4px 10px; border-radius: 2px; backdrop-filter: blur(6px);
  transform: translateY(-8px); opacity: 0;
  transition: transform 0.35s ease 0.05s, opacity 0.35s ease 0.05s;
}
.g-item:hover .g-cat { transform: translateY(0); opacity: 1; }

/* Info panel — slides up from bottom on hover */
.g-info {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 5;
  padding: 32px 16px 16px;
  transform: translateY(10px); opacity: 0;
  transition: transform 0.38s ease, opacity 0.38s ease;
}
.g-item:hover .g-info { transform: translateY(0); opacity: 1; }
.g-info h4 {
  color: #fff; font-size: 13px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; margin: 0 0 5px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.7);
}
.g-info p { color: rgba(255,255,255,0.65); font-size: 11px; margin: 0; letter-spacing: 0.3px; line-height: 1.4; }
.g-info-arrow { display: inline-flex; align-items: center; gap: 5px; color: var(--amber); font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-top: 8px; }

/* Zoom icon on gallery hover */
.g-zoom { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.6); z-index: 5; width: 48px; height: 48px; background: rgba(212,136,42,0.9); border-radius: 2px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #fff; opacity: 0; transition: opacity 0.3s ease, transform 0.3s ease; pointer-events: none; }
.g-item:hover .g-zoom { opacity: 1; transform: translate(-50%, -50%) scale(1); }

/* ===== TESTIMONIALS ===== */
.testimonials { background: var(--off-white); }
.testimonials h2 { font-size: clamp(48px, 5vw, 72px); margin-bottom: 48px; }
.t-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.t-card { background: var(--white); padding: 36px 32px; border-left: 4px solid var(--border); transition: var(--transition); }
.t-card:hover { border-left-color: var(--amber); }
.t-card.t-featured { background: var(--dark); border-left-color: var(--amber); }
.t-quote { font-size: 28px; color: var(--amber); margin-bottom: 16px; opacity: 0.6; }
.t-card p { font-size: 14px; color: var(--text-light); line-height: 1.8; font-style: italic; margin-bottom: 20px; }
.t-card.t-featured p { color: rgba(255,255,255,0.6); }
.t-stars { color: var(--amber); font-size: 12px; display: flex; gap: 3px; margin-bottom: 20px; }
.t-author { display: flex; align-items: center; gap: 12px; }
.t-avatar { width: 42px; height: 42px; border-radius: 2px; background: var(--amber); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; color: var(--white); flex-shrink: 0; font-family: 'Barlow Condensed', sans-serif; }
.t-author strong { display: block; font-size: 14px; font-weight: 700; }
.t-author span { font-size: 12px; color: var(--text-light); }
.t-card.t-featured .t-author strong { color: var(--white); }

/* ===== CONTACT ===== */
.contact { background: var(--white); }
.contact .section-head-left h2 { font-size: clamp(48px, 5vw, 72px); }
.contact-inner { display: grid; grid-template-columns: 300px 1fr; gap: 64px; align-items: start; }
.cd-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 28px; }
.cd-icon { width: 44px; height: 44px; background: var(--dark); border-radius: 2px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: var(--amber); flex-shrink: 0; }
.cd-item div { display: flex; flex-direction: column; gap: 3px; }
.cd-item strong { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-light); }
.cd-item a, .cd-item span { font-size: 14px; color: var(--dark); font-weight: 500; }
.cd-item a:hover { color: var(--amber); }
.social-links { display: flex; gap: 10px; margin-top: 8px; }
.social-links a { width: 38px; height: 38px; border-radius: 2px; background: var(--dark); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.6); font-size: 14px; transition: var(--transition); }
.social-links a:hover { background: var(--amber); color: var(--white); }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text); }
.form-group input, .form-group select, .form-group textarea { padding: 13px 16px; border: 2px solid var(--border); border-radius: 2px; font-size: 14px; font-family: inherit; background: var(--off-white); color: var(--dark); outline: none; transition: border-color var(--transition); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--amber); background: var(--white); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-success { display: none; align-items: center; gap: 10px; padding: 14px 18px; background: #f0fdf4; border: 2px solid #bbf7d0; border-radius: 2px; color: #15803d; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.form-success.visible { display: flex; }

/* ===== LIGHTBOX ===== */
.lightbox { position: fixed; inset: 0; z-index: 9000; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.lightbox.open { opacity: 1; pointer-events: all; }
.lb-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.93); cursor: pointer; }
.lb-content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; max-width: 90vw; }
.lb-content img { max-width: 88vw; max-height: 78vh; object-fit: contain; border-radius: 2px; box-shadow: 0 24px 64px rgba(0,0,0,0.8); transform: scale(0.95); transition: transform 0.35s cubic-bezier(0.25,0.46,0.45,0.94); display: block; }
.lightbox.open .lb-content img { transform: scale(1); }
.lb-caption { width: 100%; padding: 14px 0 0; display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.lb-caption h4 { font-size: 13px; font-weight: 700; color: var(--white); text-transform: uppercase; letter-spacing: 1px; font-family: 'Barlow Condensed', sans-serif; }
.lb-caption p { font-size: 12px; color: rgba(255,255,255,0.45); }
.lb-counter { font-size: 11px; color: rgba(255,255,255,0.3); letter-spacing: 2px; font-weight: 600; padding-top: 6px; align-self: flex-end; }
.lb-close { position: fixed; top: 20px; right: 24px; z-index: 2; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); color: var(--white); width: 44px; height: 44px; border-radius: 2px; font-size: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background var(--transition), border-color var(--transition); }
.lb-close:hover { background: var(--amber); border-color: var(--amber); }
.lb-prev, .lb-next { position: fixed; top: 50%; transform: translateY(-50%); z-index: 2; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); color: var(--white); width: 48px; height: 48px; border-radius: 2px; font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background var(--transition), border-color var(--transition); }
.lb-prev { left: 20px; }
.lb-next { right: 20px; }
.lb-prev:hover, .lb-next:hover { background: var(--amber); border-color: var(--amber); }
@media (max-width: 768px) {
  .lb-prev { left: 8px; }
  .lb-next { right: 8px; }
  .lb-content img { max-width: 94vw; max-height: 70vh; }
}

/* ===== FOOTER ===== */
.footer { background: #080808; }
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; padding: 64px 0 48px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.footer-brand p { color: rgba(255,255,255,0.35); font-size: 13px; line-height: 1.8; margin-top: 16px; max-width: 260px; }
.footer-col h4 { font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.25); margin-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.06); padding-bottom: 10px; font-family: 'Inter', sans-serif; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li, .footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.4); transition: color var(--transition); }
.footer-col ul li a:hover { color: var(--amber); }
.footer-bottom { padding: 20px 0; text-align: center; color: rgba(255,255,255,0.18); font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .srv-sidebar { width: 280px; }
  .srv-sidebar-inner { padding: 48px 28px; }
  .srv-content { padding: 48px 32px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .hero-content { padding: 140px 48px 140px; }
  .hbar-item { padding: 22px 24px; }
}

@media (max-width: 768px) {
  .section { padding: 64px 0; }

  /* Navbar */
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .nav-inner { height: 68px; }

  /* Hero */
  h1 { font-size: 60px; }
  .hero-content { padding: 100px 24px 48px; }
  .hero-content > p { font-size: 15px; }
  .hero-btns { flex-direction: column; gap: 12px; }
  .btn-primary, .btn-outline { width: 100%; justify-content: center; clip-path: none; border-radius: 4px; }
  .hero-bottom-bar { flex-direction: column; position: static; background: var(--dark-2); border-top: 2px solid var(--amber); }
  .hbar-item { width: 100%; padding: 16px 24px; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .hbar-divider { display: none; }

  /* Intro strip */
  .intro-strip-inner { flex-wrap: wrap; }
  .istat { flex: 1 1 45%; border-right: none; border-bottom: 1px solid var(--border); padding: 24px 20px; }
  .istat.no-border { flex: 1 1 100%; border-bottom: none; padding: 24px 20px; }
  .inum { font-size: 40px; }

  /* Services */
  .services-wrap { flex-direction: column; }
  .srv-sidebar { width: 100%; position: static; }
  .srv-sidebar-inner { padding: 36px 24px; }
  .srv-sidebar-inner h2 { font-size: 40px; }
  .srv-cats { flex-direction: row; flex-wrap: wrap; gap: 8px; }
  .srv-cat { flex: 1 1 calc(50% - 4px); padding: 12px; }
  .srv-cat-text span { display: none; }
  .srv-content { padding: 32px 20px; }
  .srv-grid { grid-template-columns: 1fr; }
  .srv-card { min-height: 160px; }

  /* Section heads */
  .section-head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .section-head-left h2 { font-size: 48px; }
  .section-desc { text-align: left; max-width: 100%; }

  /* About */
  .about { flex-direction: column; }
  .about-img-panel { width: 100%; height: 260px; }
  .about-text-panel { width: 100%; padding: 48px 24px; }
  .about-text-panel h2 { font-size: 44px; }

  /* Gallery */
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 5px; }
  .g-item { height: 165px; }
  .g-item.g-tall { grid-row: span 1; }
  .g-item.g-wide { grid-column: span 2; }
  .g-cat { transform: translateY(0); opacity: 1; }
  .g-info { transform: translateY(0); opacity: 1; }

  /* Testimonials */
  .t-grid { grid-template-columns: 1fr; }
  .t-card.t-featured { transform: none; }
  .testimonials h2 { font-size: 44px; }

  /* Contact */
  .contact .section-head-left h2 { font-size: 44px; }
  .contact-inner { grid-template-columns: 1fr; gap: 36px; }
  .form-row { grid-template-columns: 1fr; }

  /* Footer */
  .footer-inner { grid-template-columns: 1fr 1fr; padding: 48px 24px 32px; gap: 32px; }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 480px) {
  h1 { font-size: 48px; }
  .hero-content { padding: 90px 20px 40px; }
  .srv-cat { flex: 1 1 100%; }
  .gallery-grid { grid-template-columns: 1fr; }
  .g-item.g-wide { grid-column: span 1; }
  .g-item { height: 200px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-brand { grid-column: span 1; }
  .container { padding: 0 20px; }
}
