/*
Theme Name: The Mester Build Fab
Theme URI: https://themester.ca
Author: The Mester Build Fab
Author URI: https://themester.ca
Description: Premium Aluminium, PVC & Glass Solutions — A fully dynamic WordPress theme with one-click setup wizard.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mester
Tags: construction, business, one-click-demo-import, custom-colors, custom-logo
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

:root {
  --navy: #0D1B2A;
  --navy-mid: #122236;
  --navy-light: #162B44;
  --silver: #C0C0C0;
  --silver-light: #D4D4D8;
  --silver-dark: #A8A8AC;
  --gold: #C9A84C;
  --gold-light: #DAB856;
  --gold-dim: #A08530;
  --gold-muted: rgba(201,168,76,0.15);
  --white: #FFFFFF;
  --gray: #4A4A52;
  --gray-light: #6A6A72;
  --text: #1A1A2E;
  --bg-card: #D4D4D8;
  --border-subtle: rgba(0,0,0,0.1);
  --shadow-sm: 0 2px 12px rgba(0,0,0,0.08);
  --shadow-md: 0 8px 30px rgba(0,0,0,0.12);
  --shadow-lg: 0 16px 60px rgba(0,0,0,0.16);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--silver);
  color: var(--text);
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--silver-dark); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }

/* ===== NAV ===== */
nav, .site-header nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  height: 80px;
  background: rgba(13,27,42,0.95);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(201,168,76,0.2);
  transition: all 0.3s ease;
}
nav.scrolled { height: 64px; background: rgba(13,27,42,0.98); box-shadow: 0 2px 20px rgba(0,0,0,0.3); border-bottom-color: rgba(201,168,76,0.3); }

.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo img { width: 90px; height: 87px; object-fit: contain; }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-text span:first-child { font-size: 18px; font-weight: 800; color: #fff; letter-spacing: 2px; text-transform: uppercase; }
.logo-text span:last-child { font-size: 11px; color: var(--gold); letter-spacing: 3px; text-transform: uppercase; font-weight: 700; }

.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a { color: var(--silver); text-decoration: none; font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; position: relative; transition: color 0.3s; }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; right: 100%; height: 2px; background: var(--gold); transition: right 0.3s; }
.nav-links a:hover, .nav-links a.current-menu-item > a, .nav-links .current-menu-item > a { color: var(--gold); }
.nav-links a:hover::after, .nav-links .current-menu-item > a::after { right: 0; }

.nav-cta { padding: 10px 24px; border: 2px solid var(--gold); color: var(--gold) !important; font-size: 12px !important; font-weight: 700 !important; letter-spacing: 2.5px !important; text-transform: uppercase; transition: all 0.3s !important; white-space: nowrap; }
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--gold) !important; color: var(--navy) !important; }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { width: 24px; height: 2px; background: var(--gold); transition: all 0.3s; display: block; }

/* ===== PAGE HEADER ===== */
.page-header { padding: 160px 5% 100px; background: linear-gradient(160deg, var(--silver-dark) 0%, var(--silver) 50%, var(--silver-light) 100%); position: relative; overflow: hidden; }
.page-header::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A84C' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); opacity: 0.5; }
.page-header-content { position: relative; z-index: 1; max-width: 800px; }
.page-header .eyebrow, .page-header-img .eyebrow { font-size: 14px; letter-spacing: 4px; color: var(--gold); text-transform: uppercase; margin-bottom: 16px; display: block; font-weight: 700; }
.page-header h1 { font-family: 'Montserrat', sans-serif; font-size: clamp(44px, 6vw, 76px); font-weight: 800; line-height: 1.1; color: var(--navy); margin-bottom: 20px; }
.page-header h1 em { color: var(--gold); font-style: italic; }
.page-header p { font-size: 18px; color: var(--gray); max-width: 560px; margin-bottom: 36px; font-weight: 500; }

.page-header-img { position: relative; min-height: 480px; display: flex; align-items: flex-end; overflow: hidden; padding-bottom: 80px; }
.ph-bg { position: absolute; inset: 0; }
.ph-bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.28); }
.ph-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(13,27,42,0.85) 0%, rgba(13,27,42,0.5) 70%); }
.page-header-img .page-header-content { padding: 100px 5% 0; z-index: 2; }
.page-header-img h1 { color: #fff; }
.page-header-img h1 em { color: var(--gold-light); }
.page-header-img p { color: rgba(255,255,255,0.8); }

/* ===== BUTTONS ===== */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 36px; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; text-decoration: none; cursor: pointer; border: none; transition: all 0.3s; border-radius: 4px; }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 12px 40px rgba(201,168,76,0.3); }
.btn-outline { background: transparent; color: var(--gold); border: 2px solid var(--gold); }
.btn-outline:hover { background: var(--gold-muted); transform: translateY(-2px); }
.btn svg { width: 16px; height: 16px; }

/* ===== SECTIONS ===== */
section { padding: 100px 5%; }
.section-label { font-size: 14px; letter-spacing: 4px; color: var(--gold); text-transform: uppercase; margin-bottom: 16px; display: block; font-weight: 700; }
.section-title { font-family: 'Montserrat', sans-serif; font-size: clamp(36px, 4vw, 56px); font-weight: 800; line-height: 1.15; color: var(--navy); margin-bottom: 20px; }
.section-title em { color: var(--gold); font-style: italic; }
.section-sub { color: var(--gray); font-size: 17px; max-width: 560px; line-height: 1.8; font-weight: 500; }
.gold-line { width: 60px; height: 3px; background: linear-gradient(90deg, var(--gold), transparent); margin: 24px 0; }

/* ===== HERO ===== */
.hero { min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.25); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(13,27,42,0.85) 0%, rgba(13,27,42,0.5) 50%, rgba(13,27,42,0.7) 100%); }
.hero-content { position: relative; z-index: 2; padding: 120px 5% 80px; max-width: 760px; }
.hero-eyebrow { display: flex; align-items: center; gap: 16px; font-size: 14px; letter-spacing: 4px; color: var(--gold); text-transform: uppercase; margin-bottom: 28px; opacity: 0; animation: fadeUp 0.8s 0.2s forwards; font-weight: 700; }
.hero-eyebrow svg { width: 20px; height: 20px; color: var(--gold); }
.hero-eyebrow::before { content: ''; width: 40px; height: 1px; background: var(--gold); }
.hero h1 { font-family: 'Montserrat', sans-serif; font-size: 55px; font-weight: 800; line-height: 1.05; color: #fff; margin-bottom: 28px; opacity: 0; animation: fadeUp 0.8s 0.4s forwards; }
.hero h1 em { color: var(--gold); font-style: italic; display: block; }
.hero p { font-size: 18px; color: rgba(255,255,255,0.8); max-width: 500px; line-height: 1.9; margin-bottom: 44px; font-weight: 500; opacity: 0; animation: fadeUp 0.8s 0.6s forwards; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; opacity: 0; animation: fadeUp 0.8s 0.8s forwards; }
.hero-actions .btn-outline { color: #fff; border-color: var(--gold); }
.hero-actions .btn-outline:hover { background: var(--gold-muted); }
.hero-stats { position: absolute; bottom: 60px; right: 5%; display: flex; gap: 48px; opacity: 0; animation: fadeUp 0.8s 1s forwards; }
.stat { text-align: center; }
.stat-number { font-family: 'Montserrat', sans-serif; font-size: 48px; font-weight: 800; color: var(--gold); line-height: 1; }
.stat-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-top: 4px; font-weight: 600; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

/* ===== SERVICES RIBBON ===== */
.services-ribbon { padding: 80px 5%; background: var(--silver-dark); }
.services-ribbon > p { text-align: center; font-size: 14px; letter-spacing: 3px; color: var(--gold-dim); text-transform: uppercase; margin-bottom: 48px; font-weight: 700; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.service-icon-card { background: var(--silver-light); padding: 36px 20px; text-align: center; cursor: pointer; position: relative; overflow: hidden; transition: all 0.35s; border: 1px solid rgba(0,0,0,0.08); text-decoration: none; display: block; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.service-icon-card:hover { transform: translateY(-6px); box-shadow: 0 12px 36px rgba(0,0,0,0.12); border-color: rgba(201,168,76,0.3); }
.service-icon-card:hover .svc-icon { color: var(--gold); transform: scale(1.15); }
.service-icon-card:hover .svc-name { color: var(--gold); }
.svc-icon { color: var(--gray); transition: all 0.35s; margin-bottom: 16px; display: block; }
.svc-name { font-size: 13px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--navy); transition: color 0.3s; }
.svc-img { width: 100%; height: 140px; object-fit: cover; border-radius: 6px; margin-bottom: 16px; }

/* ===== WHY CHOOSE ===== */
.why-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-image { position: relative; height: 520px; border-radius: 12px; overflow: hidden; }
.why-image-main { width: 100%; height: 100%; overflow: hidden; border-radius: 12px; box-shadow: 0 20px 60px rgba(0,0,0,0.15); }
.why-image-main img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.why-image:hover .why-image-main img { transform: scale(1.05); }
.why-badge { position: absolute; bottom: -10px; right: -10px; width: 140px; height: 140px; background: var(--gold); display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 8px; box-shadow: 0 8px 30px rgba(184,134,11,0.3); }
.why-badge span:first-child { font-family: 'Montserrat', sans-serif; font-size: 44px; font-weight: 800; color: var(--navy); line-height: 1; }
.why-badge span:last-child { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: rgba(13,27,42,0.7); font-weight: 700; }
.why-features { margin-top: 40px; display: flex; flex-direction: column; gap: 20px; }
.why-feature { display: flex; gap: 20px; align-items: flex-start; padding: 20px; border-left: 3px solid rgba(201,168,76,0.2); transition: all 0.3s; border-radius: 0 8px 8px 0; }
.why-feature:hover { border-left-color: var(--gold); background: rgba(201,168,76,0.06); }
.why-feature-icon { width: 48px; height: 48px; flex-shrink: 0; background: var(--gold-muted); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--gold); transition: all 0.3s; }
.why-feature:hover .why-feature-icon { background: var(--gold); color: var(--navy); }
.why-feature h4 { font-size: 15px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--navy); margin-bottom: 6px; }
.why-feature p { color: var(--gray); font-size: 15px; line-height: 1.7; font-weight: 400; }

/* ===== PORTFOLIO PREVIEW ===== */
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 300px 240px; gap: 8px; margin-top: 60px; }
.portfolio-item { position: relative; overflow: hidden; cursor: pointer; display: block; text-decoration: none; border-radius: 8px; }
.portfolio-item:first-child { grid-column: 1 / 2; grid-row: 1 / 3; }
.portfolio-item:nth-child(4) { grid-column: 3 / 4; grid-row: 1 / 3; }
.portfolio-thumb { width: 100%; height: 100%; overflow: hidden; }
.portfolio-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.portfolio-item:hover .portfolio-thumb img { transform: scale(1.08); }
.portfolio-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,26,26,0.9) 0%, transparent 55%); opacity: 0; transition: opacity 0.4s; display: flex; align-items: flex-end; padding: 28px; border-radius: 8px; }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-info h4 { font-size: 18px; font-weight: 700; color: #fff; }
.portfolio-info span { font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-light); }

/* ===== TESTIMONIALS ===== */
.testimonials-section { background: var(--silver-dark); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; }
.testimonial-card { background: var(--silver-light); padding: 40px 32px; border-radius: 12px; box-shadow: var(--shadow-sm); border: 1px solid rgba(0,0,0,0.06); transition: all 0.3s; }
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.testimonial-stars { color: var(--gold); margin-bottom: 20px; display: flex; gap: 4px; }
.testimonial-text { color: var(--gray); font-size: 16px; line-height: 1.9; font-style: italic; margin-bottom: 24px; font-weight: 400; }
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.testimonial-avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold-muted); }
.testimonial-name { font-size: 16px; font-weight: 700; color: var(--navy); }
.testimonial-role { font-size: 13px; color: var(--gray); font-weight: 500; }

/* ===== CTA SECTION ===== */
.cta-section { position: relative; padding: 100px 5%; overflow: hidden; }
.cta-section .cta-bg { position: absolute; inset: 0; }
.cta-section .cta-bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.2); }
.cta-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 32px; }
.cta-content h2 { font-family: 'Montserrat', sans-serif; font-size: clamp(32px, 4vw, 52px); font-weight: 800; color: #fff; line-height: 1.2; }
.cta-content p { color: rgba(255,255,255,0.7); margin-top: 8px; font-size: 17px; font-weight: 500; }

.cta-img-section { position: relative; padding: 100px 5%; overflow: hidden; }
.cta-img-section .cta-bg { position: absolute; inset: 0; }
.cta-img-section .cta-bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.2); }

/* ===== ABOUT PAGE ===== */
.about-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-visual { position: relative; height: 520px; }
.av-main { width: 100%; height: 100%; border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-lg); }
.av-main img { width: 100%; height: 100%; object-fit: cover; }
.av-accent { position: absolute; bottom: -20px; right: -20px; width: 140px; height: 140px; background: var(--gold); display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 8px; box-shadow: 0 8px 30px rgba(184,134,11,0.3); }
.av-accent span:first-child { font-family: 'Montserrat', sans-serif; font-size: 40px; font-weight: 800; color: var(--navy); line-height: 1; }
.av-accent span:last-child { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: rgba(13,27,42,0.7); font-weight: 700; text-align: center; padding: 0 8px; }

.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; text-align: center; }
.stat-block .n { font-family: 'Montserrat', sans-serif; font-size: 56px; font-weight: 800; color: var(--gold); line-height: 1; }
.stat-block .l { font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--navy); margin-top: 8px; font-weight: 700; }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 60px; }
.team-card { border-radius: 12px; overflow: hidden; background: var(--silver-light); box-shadow: var(--shadow-sm); transition: all 0.3s; }
.team-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.team-img { width: 100%; height: 280px; object-fit: cover; }
.team-info { padding: 24px; }
.team-info h3 { font-size: 18px; font-weight: 800; color: var(--navy); }
.team-info p { color: var(--gold-dim); font-size: 14px; font-weight: 600; letter-spacing: 1px; margin-top: 4px; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; }
.value-card { background: var(--silver-light); padding: 40px 32px; border-radius: 12px; border: 1px solid rgba(0,0,0,0.06); transition: all 0.3s; }
.value-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.value-icon { width: 56px; height: 56px; background: var(--gold-muted); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--gold); margin-bottom: 20px; }
.value-card h3 { font-size: 15px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--navy); margin-bottom: 12px; }
.value-card p { color: var(--gray); font-size: 15px; line-height: 1.8; }

/* ===== SERVICES PAGE ===== */
.services-full-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; margin-top: 60px; }
.service-full-card { display: block; text-decoration: none; background: var(--silver-light); border-radius: 12px; overflow: hidden; border: 1px solid rgba(0,0,0,0.08); transition: all 0.35s; box-shadow: var(--shadow-sm); position: relative; }
.service-full-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.sfc-img-wrap { height: 220px; overflow: hidden; }
.sfc-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.service-full-card:hover .sfc-img { transform: scale(1.06); }
.service-num { position: absolute; top: 16px; right: 16px; font-family: 'Montserrat', sans-serif; font-size: 56px; font-weight: 900; color: rgba(255,255,255,0.15); line-height: 1; }
.sfc-body { padding: 32px; }
.service-icon { width: 48px; height: 48px; background: var(--gold-muted); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--gold); margin-bottom: 16px; transition: all 0.3s; }
.service-full-card:hover .service-icon { background: var(--gold); color: var(--navy); }
.sfc-body h3 { font-size: 20px; font-weight: 800; color: var(--navy); margin-bottom: 10px; }
.sfc-body p { color: var(--gray); font-size: 15px; line-height: 1.7; margin-bottom: 20px; }
.service-link { font-size: 13px; font-weight: 700; color: var(--gold); letter-spacing: 2px; text-transform: uppercase; }

/* ===== PROCESS SECTION ===== */
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: 60px; }
.process-step { text-align: center; padding: 32px 20px; }
.step-num { font-family: 'Montserrat', sans-serif; font-size: 64px; font-weight: 900; color: var(--gold-muted); line-height: 1; margin-bottom: 16px; }
.process-step h3 { font-size: 15px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--navy); margin-bottom: 10px; }
.process-step p { color: var(--gray); font-size: 15px; line-height: 1.7; }

/* ===== FEATURE CARDS ===== */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 60px; }
.feature-card { background: var(--silver-light); padding: 48px 36px; position: relative; overflow: hidden; transition: all 0.4s; border: 1px solid rgba(0,0,0,0.08); border-radius: 8px; box-shadow: var(--shadow-sm); }
.feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); transform: scaleX(0); transform-origin: left; transition: transform 0.4s; border-radius: 8px 8px 0 0; }
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.feature-card:hover::before { transform: scaleX(1); }
.feature-card .icon { width: 56px; height: 56px; background: var(--gold-muted); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; color: var(--gold); transition: all 0.3s; }
.feature-card:hover .icon { background: var(--gold); color: #fff; }
.feature-card h3 { font-size: 17px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--navy); margin-bottom: 12px; }
.feature-card p { color: var(--gray); font-size: 16px; line-height: 1.8; font-weight: 400; }

/* ===== CONTACT FORM ===== */
.contact-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 28px; }
.contact-info-item { display: flex; gap: 16px; align-items: flex-start; }
.ci-icon { width: 48px; height: 48px; background: var(--gold-muted); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--gold); flex-shrink: 0; }
.ci-text h4 { font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--navy); margin-bottom: 4px; }
.ci-text p, .ci-text a { color: var(--gray); font-size: 15px; text-decoration: none; transition: color 0.3s; }
.ci-text a:hover { color: var(--gold); }

.form-group { margin-bottom: 24px; }
.form-group label { display: block; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-dim); margin-bottom: 8px; font-weight: 700; }
.form-group input, .form-group select, .form-group textarea { width: 100%; background: #fff; border: 1px solid rgba(0,0,0,0.12); color: var(--navy); padding: 16px 18px; font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 500; outline: none; transition: border-color 0.3s, box-shadow 0.3s; border-radius: 4px; -webkit-appearance: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); background: #fff; box-shadow: 0 0 0 3px rgba(201,168,76,0.15); }
.form-group textarea { height: 140px; resize: vertical; }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(0,0,0,0.35); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ===== COMPARISON TABLE ===== */
.comparison-table { width: 100%; border-collapse: collapse; margin-top: 40px; border-radius: 8px; overflow: hidden; }
.comparison-table th { padding: 16px 24px; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; font-weight: 800; text-align: left; }
.comparison-table th:first-child { color: var(--gray); background: var(--silver-dark); }
.comparison-table th:nth-child(2) { color: var(--gray); background: var(--silver); }
.comparison-table th:nth-child(3) { color: var(--gold-dim); background: rgba(201,168,76,0.12); }
.comparison-table td { padding: 14px 24px; font-size: 15px; font-weight: 500; border-bottom: 1px solid rgba(0,0,0,0.06); color: var(--text); }
.comparison-table tr:hover td { background: rgba(201,168,76,0.06); }
.comparison-table td:nth-child(3) { color: var(--gold-dim); background: rgba(201,168,76,0.08); font-weight: 700; }
.check { color: #16a34a; font-weight: 800; }
.cross { color: #dc2626; }

/* ===== PORTFOLIO PAGE ===== */
.portfolio-filter { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 48px; }
.filter-btn { padding: 10px 24px; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; border: 2px solid rgba(0,0,0,0.12); background: transparent; color: var(--navy); cursor: pointer; border-radius: 4px; transition: all 0.3s; font-family: 'Montserrat', sans-serif; }
.filter-btn.active, .filter-btn:hover { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.portfolio-full-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.portfolio-full-item { position: relative; border-radius: 10px; overflow: hidden; aspect-ratio: 4/3; display: block; }
.portfolio-full-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.portfolio-full-item:hover img { transform: scale(1.06); }
.portfolio-full-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,27,42,0.9) 0%, transparent 50%); opacity: 0; transition: opacity 0.4s; display: flex; align-items: flex-end; padding: 24px; }
.portfolio-full-item:hover .portfolio-full-overlay { opacity: 1; }
.pfo-info span { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-light); font-weight: 700; }
.pfo-info h4 { color: #fff; font-size: 16px; font-weight: 700; margin-top: 4px; }

/* ===== FOOTER ===== */
footer { background: var(--navy); border-top: 3px solid var(--gold); padding: 80px 5% 40px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 60px; margin-bottom: 60px; }
footer h4 { font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; font-weight: 800; }
footer p { color: #9AA3B2; font-size: 15px; line-height: 1.9; font-weight: 400; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: #9AA3B2; text-decoration: none; font-size: 15px; font-weight: 500; transition: color 0.3s; }
.footer-links a:hover { color: var(--gold); }
.contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
.contact-item svg { color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.contact-item span { color: #9AA3B2; font-size: 15px; font-weight: 500; }
.footer-bottom { border-top: 1px solid rgba(201,168,76,0.15); padding-top: 30px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer-bottom p { font-size: 13px; color: #9AA3B2; font-weight: 500; }
.footer-bottom a { color: var(--gold); text-decoration: none; font-weight: 600; }
.footer-logo img { width: 150px; height: 150px; object-fit: contain; }
.social-links { display: flex; gap: 12px; margin-top: 24px; }
.social-link { width: 36px; height: 36px; border: 1px solid rgba(201,168,76,0.4); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #9AA3B2; transition: all 0.3s; text-decoration: none; }
.social-link:hover { border-color: var(--gold); color: var(--gold); background: rgba(201,168,76,0.1); }

.newsletter-form { display: flex; gap: 0; margin-top: 16px; }
.newsletter-form input { flex: 1; background: rgba(255,255,255,0.08); border: 1px solid rgba(201,168,76,0.3); border-right: none; color: #fff; padding: 14px 16px; font-size: 14px; font-weight: 500; font-family: 'Montserrat', sans-serif; outline: none; border-radius: 4px 0 0 4px; }
.newsletter-form input:focus { border-color: var(--gold); }
.newsletter-form button { background: var(--gold); color: var(--navy); border: none; padding: 14px 20px; font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; transition: background 0.3s; border-radius: 0 4px 4px 0; }
.newsletter-form button:hover { background: var(--gold-light); }

/* ===== BREADCRUMB ===== */
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: var(--gray); font-weight: 600; position: relative; z-index: 1; margin-bottom: 20px; }
.breadcrumb a { color: var(--gray); text-decoration: none; transition: color 0.3s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { color: var(--gold); }

/* ===== UTILITY ===== */
.text-gold { color: var(--gold); }
.text-center { text-align: center; }
.max-w { max-width: 1200px; margin: 0 auto; }
.divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(201,168,76,0.3), transparent); margin: 0; }

/* ===== REVEAL ANIMATION ===== */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ===== WORDPRESS SPECIFIC ===== */
.wp-block { margin-bottom: 20px; }
img { max-width: 100%; height: auto; }
a { color: var(--gold); }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; margin-left: 20px; }
.alignleft { float: left; margin-right: 20px; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; white-space: nowrap; height: 1px; width: 1px; overflow: hidden; }

/* ===== MOBILE ===== */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: fixed; top: 80px; left: 0; right: 0; bottom: 0; background: var(--navy); padding: 40px 5%; gap: 24px; align-items: flex-start; border-top: 1px solid rgba(201,168,76,0.2); }
  .nav-links.open a { font-size: 18px; color: #fff; font-weight: 600; }
  .hamburger { display: flex; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-section { grid-template-columns: 1fr; }
  .why-image { height: 380px; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .portfolio-item:first-child, .portfolio-item:nth-child(4) { grid-column: auto; grid-row: auto; }
  .hero-stats { display: none; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .about-intro { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .services-full-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .portfolio-full-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  section { padding: 70px 5%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .services-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .portfolio-full-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero h1 { font-size: 36px; }
}
