/* ===== Base ===== */
* { box-sizing: border-box; }
body { margin: 0; font-family: 'Inter', sans-serif; color: #101418; background: #FFFFFF; }
a { color: #003268; text-decoration: none; }
a:hover { color: #BB0000; }
img { max-width: 100%; }
h1, h2, h3 { font-family: 'Montserrat', sans-serif; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }

/* ===== Header ===== */
.site-header { position: static; width: 100%; background: #BB0000; box-shadow: 0 2px 12px rgba(0,0,0,0.15); }
.util-bar { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 10px 28px; border-bottom: 1px solid rgba(255,255,255,0.2); font-size: 13px; color: #FFE7E7; flex-wrap: wrap; }
.util-bar .tagline { display: flex; align-items: center; gap: 8px; color: #FFFFFF; font-weight: 600; }
.util-bar .right-group { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.util-bar .social { display: flex; gap: 18px; }
.util-bar .social a { font-size: 20px; }
.util-bar a { color: #FFFFFF; }
.util-bar a:hover { color: #FFD6D6; }
.util-sep { width: 1px; height: 14px; background: rgba(255,255,255,0.3); }
.header-main { display: flex; align-items: stretch; min-height: 118px; }
.logo-panel { position: relative; background: #FFFFFF; padding: 0 60px 0 36px; clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%); display: flex; align-items: center; flex-shrink: 0; }
.logo-panel img { height: 88px; width: auto; object-fit: contain; }
.header-mid { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 30px; padding: 0 24px; flex: 1; }
.main-nav a { color: #FFFFFF; font-weight: 600; font-size: 15px; padding-bottom: 6px; border-bottom: 2px solid transparent; }
.main-nav a:hover { color: #FFD6D6; }
.main-nav a.active { border-bottom-color: #FFFFFF; color: #FFFFFF; }
.call-btn-wrap { flex-shrink: 0; display: flex; align-items: center; padding: 0 28px 0 8px; }
.call-btn { display: flex; align-items: center; gap: 12px; background: #FFFFFF; color: #BB0000; padding: 8px 22px 8px 8px; border-radius: 999px; white-space: nowrap; box-shadow: 0 4px 12px rgba(0,0,0,0.15); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.call-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.25); color: #BB0000; }
.call-icon { width: 40px; height: 40px; border-radius: 50%; background: #BB0000; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #FFFFFF; }
.call-text { display: flex; flex-direction: column; line-height: 1.25; }
.call-text small { font-size: 11px; color: #BB0000; font-weight: 600; }
.call-text strong { font-size: 14px; font-weight: 700; color: #003268; }
.hamburger-btn { background: none; border: none; font-size: 24px; color: #FFFFFF; cursor: pointer; padding: 8px; }
.mobile-menu { background: #FFFFFF; border-top: 1px solid #DDE3E8; box-shadow: 0 8px 24px rgba(0,0,0,0.08); display: none; }
.mobile-menu.open { display: block; }
.mobile-menu a.nav-link { display: block; padding: 16px 24px; color: #003268; font-weight: 600; font-size: 16px; border-bottom: 1px solid #F3F5F7; }
.mobile-menu .mobile-extra { padding: 16px 24px; display: flex; flex-direction: column; gap: 10px; }
.mobile-menu .mobile-extra a.email-link { display: flex; align-items: center; gap: 10px; color: #66717D; font-size: 14px; }
.mobile-call { display: flex; align-items: center; justify-content: center; gap: 8px; background: #BB0000; color: #FFFFFF; padding: 14px; border-radius: 8px; font-weight: 700; font-size: 16px; margin-top: 6px; }
.mobile-only { display: none; }
.desktop-only { display: flex; }
@media (max-width: 860px) {
  .desktop-only { display: none !important; }
  .mobile-only { display: flex !important; }
  .header-main { min-height: 64px; }
  .logo-panel { padding: 0 26px 0 16px; clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%); }
  .logo-panel img { height: 48px; }
}

/* ===== Breadcrumb hero (inner pages) ===== */
.page-hero { position: relative; min-height: 320px; display: flex; align-items: center; background-size: cover; background-position: center; }
.page-hero .overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(0,20,45,0.92) 0%, rgba(0,20,45,0.7) 60%, rgba(0,20,45,0.3) 100%); }
.page-hero .content { position: relative; width: 100%; padding: 80px 40px; box-sizing: border-box; }
.breadcrumb { font-size: 13px; color: #B7C1CB; margin-bottom: 14px; }
.breadcrumb a { color: #B7C1CB; }
.hero-frame { position: relative; max-width: 640px; padding-left: 24px; }
.hero-frame::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: #BB0000; }
.page-hero h1 { color: #FFFFFF; font-weight: 800; font-size: clamp(1.8rem, 3.6vw, 2.8rem); line-height: 1.15; margin: 0 0 16px; }
.page-hero p { color: #D7DEE5; font-size: 16px; line-height: 1.7; margin: 0; }

/* ===== Buttons ===== */
.btn { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-weight: 700; font-size: 14px; padding: 14px 26px; border-radius: 6px; border: none; cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }
.btn-red { background: #BB0000; color: #FFFFFF; }
.btn-red:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(0,0,0,0.3); color: #FFFFFF; }
.btn-red:active { transform: translateY(0) scale(0.97); }
.btn-navy { background: #003268; color: #FFFFFF; }
.btn-navy:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,50,104,0.3); color: #FFFFFF; }
.btn-outline { background: transparent; border: 2px solid #FFFFFF; color: #FFFFFF; }
.btn-outline:hover { background: rgba(255,255,255,0.15); transform: translateY(-3px); color: #FFFFFF; }

/* ===== Home Hero ===== */
.hero { position: relative; min-height: 640px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(135deg,#0B2036 0%,#1C3A54 55%,#0B2036 100%); }
.hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-inner { position: relative; padding: 100px 40px; width: 100%; box-sizing: border-box; }
.hero-copy { position: relative; max-width: 620px; padding: 8px 0 8px 28px; }
.hero-copy::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: #BB0000; }
.hero-copy .eyebrow { color: #FFFFFF; font-weight: 700; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 16px; text-shadow: 0 2px 10px rgba(0,0,0,0.85); }
.hero-copy h1 { color: #FFFFFF; font-weight: 800; font-size: clamp(2rem,4.5vw,3.4rem); line-height: 1.1; margin: 0 0 20px; text-shadow: 0 4px 18px rgba(0,0,0,0.85); }
.hero-copy p { color: #FFFFFF; font-size: clamp(1rem,1.4vw,1.15rem); line-height: 1.7; margin: 0 0 32px; text-shadow: 0 2px 12px rgba(0,0,0,0.85); }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* ===== Trust strip ===== */
.trust-strip-wrap { max-width: 1200px; margin: 0 auto; padding: 0 40px; position: relative; z-index: 2; }
.trust-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); background: #FFFFFF; box-shadow: 0 12px 32px rgba(0,20,45,0.14); margin-top: -56px; }
.trust-item { display: flex; align-items: stretch; border-right: 1px solid #EEF1F4; }
.trust-item .icon { background: #BB0000; width: 64px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: #FFFFFF; font-size: 20px; }
.trust-item .label { padding: 18px 16px; display: flex; align-items: center; font-weight: 700; color: #003268; font-size: 14px; }

/* ===== Intro ===== */
.intro { max-width: 1200px; margin: 0 auto; padding: 120px 40px 100px; display: flex; flex-wrap: wrap; gap: 56px; }
.intro-media { flex: 1 1 440px; min-width: 320px; position: relative; }
.collage { display: grid; grid-template-columns: 1.15fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; height: 400px; }
.collage img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; display: block; }
.collage img:nth-child(1) { grid-row: 1 / 3; grid-column: 1; }
.badge-cta { position: absolute; bottom: -20px; left: 20px; background: #BB0000; color: #FFFFFF; padding: 16px 22px; font-weight: 700; font-size: 14px; box-shadow: 0 8px 20px rgba(187,0,0,0.3); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.badge-cta:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(187,0,0,0.45); color: #FFFFFF; }
.intro-copy { flex: 1 1 420px; min-width: 320px; padding-top: 12px; }
.eyebrow-red { color: #BB0000; font-weight: 700; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; }
.intro-copy h2, .section-head h2 { font-weight: 800; color: #003268; font-size: clamp(1.6rem,2.6vw,2.3rem); line-height: 1.2; margin: 0 0 18px; }
.intro-copy p { color: #66717D; font-size: 16px; line-height: 1.8; margin: 0 0 24px; }
.quality-points { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
.quality-points div { display: flex; align-items: center; gap: 12px; color: #003268; font-weight: 600; font-size: 15px; }
.quality-points i { color: #BB0000; }
.link-arrow { color: #BB0000; font-weight: 700; font-size: 15px; display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s ease, transform 0.2s ease; }
.link-arrow:hover { gap: 12px; transform: translateX(2px); color: #BB0000; }

/* ===== Marquee ===== */
.marquee { background: #BB0000; overflow: hidden; padding: 16px 0; white-space: nowrap; }
.marquee-track { display: inline-flex; animation: cd-marquee 26s linear infinite; }
@keyframes cd-marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.marquee-track span { color: #FFFFFF; font-weight: 700; font-size: 15px; letter-spacing: 0.03em; padding: 0 20px; display: inline-flex; align-items: center; gap: 20px; text-transform: uppercase; }
.marquee-track i { font-size: 8px; color: #FFB3B3; }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ===== Services preview (home) ===== */
.services-preview { max-width: 1200px; margin: 0 auto; padding: 100px 40px; position: relative; overflow: hidden; }
.corner-icon { position: absolute; font-size: 52px; pointer-events: none; }
.corner-icon.tl { top: 24px; left: 8px; color: rgba(0,50,104,0.06); transform: rotate(-8deg); }
.corner-icon.br { bottom: 24px; right: 8px; color: rgba(187,0,0,0.06); transform: rotate(10deg); }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 20px; margin-bottom: 44px; }
.services-tabs { display: flex; gap: 24px; flex-wrap: wrap; align-items: flex-start; }
.tab-list { flex: 0 1 250px; min-width: 220px; background: #FFFFFF; border: 1px solid #EEF1F4; border-radius: 8px; overflow: hidden; box-shadow: 0 6px 20px rgba(0,20,45,0.06); }
.tab-btn { width: 100%; display: flex; align-items: center; gap: 14px; padding: 20px; border: none; border-left: 4px solid transparent; background: #FFFFFF; color: #003268; cursor: pointer; font-size: 14px; font-weight: 700; text-align: left; transition: background 0.25s ease, color 0.25s ease; }
.tab-btn.active { background: #BB0000; color: #FFFFFF; border-left-color: #7A0000; }
.tab-content { flex: 1 1 560px; min-width: 300px; }
.tab-main-img-wrap { width: 100%; height: 280px; border-radius: 8px; overflow: hidden; background: #EEF1F4; position: relative; }
.tab-main-img-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: none; }
.tab-main-img-wrap img.active { display: block; }
.tab-detail-row { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 24px; }
.tab-small-img-wrap { flex: 0 1 220px; min-width: 180px; width: 220px; height: 180px; border-radius: 8px; overflow: hidden; background: #EEF1F4; position: relative; }
.tab-small-img-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: none; }
.tab-small-img-wrap img.active { display: block; }
.tab-info { flex: 1 1 280px; min-width: 240px; }
.tab-info .eyebrow { color: #BB0000; font-weight: 700; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 10px; }
.tab-info h3 { color: #003268; font-weight: 800; font-size: 1.3rem; line-height: 1.25; margin: 0 0 12px; }
.tab-info p { color: #66717D; font-size: 14px; line-height: 1.7; margin: 0 0 18px; }
.checklist { display: flex; flex-direction: column; gap: 10px; }
.checklist div { display: flex; align-items: center; gap: 10px; background: #F8F9FA; border-radius: 20px; padding: 10px 14px; }
.checklist span.chk { width: 20px; height: 20px; border-radius: 50%; background: #BB0000; color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 10px; }
.checklist span.txt { color: #003268; font-size: 13px; font-weight: 600; }
.tab-pane { display: none; }
.tab-pane.active { display: block; }

/* ===== Availability / CTA bands ===== */
.cta-panel { margin-top: 16px; background: #F3F5F7; border-radius: 8px; padding: 28px 32px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.cta-panel .left { display: flex; align-items: center; gap: 16px; }
.cta-panel i { color: #BB0000; font-size: 22px; }
.cta-panel span.msg { color: #003268; font-weight: 700; font-size: 16px; }

/* ===== Mission/Vision ===== */
.mission { background: #003268; padding: 100px 40px; }
.mission-inner { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 56px; align-items: center; }
.mission-copy { flex: 1 1 440px; min-width: 320px; }
.mission-copy .eyebrow-outline { display: inline-block; color: #FF1E1E; font-weight: 700; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }
.mission-copy h2 { color: #FFFFFF; font-weight: 800; font-size: clamp(1.6rem,2.6vw,2.3rem); line-height: 1.2; margin: 0 0 28px; }
.mv-block { display: flex; gap: 16px; margin-bottom: 24px; padding: 16px; border-radius: 10px; transition: background 0.3s ease, transform 0.3s ease; }
.mv-block:last-child { margin-bottom: 0; }
.mv-block:hover { background: rgba(255,255,255,0.06); transform: translateX(4px); }
.mv-bar { width: 3px; background: #BB0000; flex-shrink: 0; }
.mv-label-row { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.mv-icon { display: inline-flex; width: 34px; height: 34px; border-radius: 50%; background: #BB0000; color: #FFFFFF; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; transition: transform 0.25s ease; animation: cd-icon-pulse 2.6s ease-in-out infinite; }
.mv-block:hover .mv-icon { transform: rotate(15deg) scale(1.2); }
@keyframes cd-icon-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(187,0,0,0.4); } 50% { box-shadow: 0 0 0 8px rgba(187,0,0,0); } }
.mv-label { color: #FF1E1E; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.05em; text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }
.mv-block p { color: #C7D5E2; font-size: 15px; line-height: 1.8; margin: 0; }
.mission-media { flex: 1 1 380px; min-width: 280px; }
.mission-media img { width: 100%; height: 380px; object-fit: cover; border-radius: 10px; display: block; }

/* ===== Process ===== */
.process { max-width: 1200px; margin: 0 auto; padding: 100px 40px; }
.process-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.process-steps { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; align-items: flex-start; }
.process-step-row { display: flex; align-items: center; }
.process-step { flex: 1 1 200px; max-width: 230px; text-align: center; }
.process-icon-circle { position: relative; width: 88px; height: 88px; margin: 0 auto 16px; border-radius: 50%; background: #BB0000; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(187,0,0,0.28); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.process-icon-circle:hover { transform: scale(1.1) rotate(6deg); box-shadow: 0 12px 26px rgba(187,0,0,0.42); }
.process-icon-circle i { color: #FFFFFF; font-size: 32px; }
.process-num { position: absolute; top: -6px; right: -6px; width: 28px; height: 28px; border-radius: 50%; background: #003268; color: #FFFFFF; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 12px; border: 2px solid #FFFFFF; }
.process-step h4 { color: #003268; font-weight: 700; font-size: 16px; margin: 0 0 8px; }
.process-step p { color: #66717D; font-size: 14px; line-height: 1.6; margin: 0; }
.process-arrow { color: #DDE3E8; font-size: 20px; flex-shrink: 0; margin: 0 4px; }
@media (max-width: 760px) {
  .process-steps { flex-direction: column; }
  .process-step-row { flex-direction: column; }
  .process-arrow { transform: rotate(90deg); margin: 8px 0; }
}

/* ===== Portfolio preview (home) ===== */
.portfolio-preview { background: linear-gradient(135deg,#003268 0%,#001d40 100%); position: relative; overflow: hidden; }
.portfolio-preview .bg-icon { position: absolute; top: -30px; right: -30px; font-size: 220px; color: rgba(255,255,255,0.04); transform: rotate(12deg); pointer-events: none; }
.portfolio-preview-inner { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; gap: 48px; padding: 90px 40px; position: relative; }
.pp-copy { flex: 1 1 380px; min-width: 300px; color: #FFFFFF; }
.pp-copy .eyebrow { color: #FFFFFF; font-weight: 700; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; }
.pp-copy h2 { font-weight: 800; font-size: clamp(1.5rem,2.4vw,2.1rem); line-height: 1.2; margin: 0 0 18px; color: #FFFFFF; }
.pp-copy p { color: #C7D5E2; font-size: 15px; line-height: 1.8; margin: 0 0 24px; }
.pp-checks { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.pp-checks div { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 14px; color: #FFFFFF; }
.pp-checks i { color: #BB0000; }
.pp-gallery-frame { flex: 1 1 380px; min-width: 300px; padding: 14px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; box-shadow: 0 20px 50px rgba(0,0,0,0.35); }
.pp-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pp-gallery button { border: none; padding: 0; cursor: zoom-in; aspect-ratio: 1/1; border-radius: 8px; overflow: hidden; display: block; background: none; position: relative; }
.pp-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.pp-gallery button:hover img { transform: scale(1.06); }
.pp-gallery .tint { position: absolute; inset: 0; background: rgba(187,0,0,0); transition: background 0.3s ease; pointer-events: none; }
.pp-gallery button:hover .tint { background: rgba(187,0,0,0.22); }

/* ===== FAQ ===== */
.faq-section { max-width: 1200px; margin: 0 auto; padding: 100px 40px; display: flex; flex-wrap: wrap; gap: 48px; }
.faq-card { flex: 1 1 320px; min-width: 280px; }
.faq-card-head { background: #BB0000; color: #FFFFFF; padding: 28px; border-radius: 8px 8px 0 0; }
.faq-card-head .tag { font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 8px; }
.faq-card-head .msg { font-weight: 700; font-size: 18px; }
.faq-card img { width: 100%; height: 220px; object-fit: cover; border-radius: 0 0 8px 8px; display: block; }
.faq-list { flex: 2 1 420px; min-width: 320px; }
.faq-list h2 { color: #003268; font-weight: 800; font-size: clamp(1.4rem,2.2vw,1.8rem); margin: 0 0 24px; }
.faq-item { border-bottom: 1px solid #DDE3E8; }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 18px 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: 'Inter', sans-serif; }
.faq-q span { color: #003268; font-weight: 700; font-size: 15px; }
.faq-q i { color: #BB0000; }
.faq-a { color: #66717D; font-size: 14px; line-height: 1.7; margin: 0 0 18px; display: none; }
.faq-item.open .faq-a { display: block; }

/* ===== Contact feature (home) ===== */
.contact-feature { display: flex; background: #071827; }
.cf-img { flex: 1 1 0; min-width: 0; }
.cf-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cf-form { flex: 1.4 1 0; min-width: 0; color: #FFFFFF; padding: 48px 48px; text-align: center; display: flex; flex-direction: column; align-items: center; box-sizing: border-box; }
.cf-form h2 { font-weight: 800; font-size: clamp(1.5rem,2.4vw,2rem); margin: 0 0 10px; }
.cf-form p { color: #A6B0BA; font-size: 15px; line-height: 1.7; margin: 0 0 20px; max-width: 480px; }
.cf-form-embed { width: 100%; max-width: 480px; }
@media (max-width: 760px) {
  .contact-feature { flex-direction: column; }
  .cf-img { height: 340px; }
  .cf-form { padding: 40px 20px; }
}

/* ===== Service area / final CTA ===== */
.final-cta { background: linear-gradient(120deg,#003268 0%,#071827 100%); padding: 64px 40px; }
.final-cta-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px; }
.final-cta h2 { color: #FFFFFF; font-weight: 800; font-size: clamp(1.4rem,2.4vw,1.9rem); margin: 0; }

/* ===== Services page cards ===== */
.svc-cards-wrap { max-width: 1200px; margin: 0 auto; padding: 90px 40px; }
.svc-cards-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.svc-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; }
.svc-card { position: relative; aspect-ratio: 4/5; border-radius: 16px; overflow: hidden; cursor: pointer; box-shadow: 0 10px 26px rgba(0,20,45,0.14); transition: transform 0.3s ease; }
.svc-card:hover { transform: translateY(-4px); }
.svc-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.svc-card .panel { position: absolute; left: 0; right: 0; bottom: 0; height: 60px; background: rgba(0,20,45,0.55); display: flex; flex-direction: column; justify-content: flex-end; padding: 18px 20px; transition: height 0.35s ease, background 0.35s ease; box-sizing: border-box; overflow: hidden; }
.svc-card.expanded .panel, .svc-card:hover .panel { background: rgba(0,20,45,0.88); }
.svc-card:hover .panel { height: 58%; }
.svc-card.expanded .panel { height: 58%; }
.svc-card.list-card:hover .panel, .svc-card.list-card.expanded .panel { height: 86%; }
.svc-card .desc, .svc-card .list-desc { color: #E8EDF1; font-size: 13.5px; line-height: 1.6; margin: 0 0 14px; display: none; overflow-y: auto; }
.svc-card:hover .desc, .svc-card.expanded .desc, .svc-card:hover .list-desc, .svc-card.expanded .list-desc { display: block; }
.svc-card .list-desc p { font-size: 12.5px; line-height: 1.5; margin: 0 0 8px; color: #E8EDF1; }
.svc-title-row { display: flex; align-items: center; gap: 12px; }
.svc-icon-box { width: 34px; height: 34px; background: #BB0000; border-radius: 6px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #FFFFFF; font-size: 15px; transition: transform 0.3s ease; }
.svc-card:hover .svc-icon-box { transform: rotate(8deg); }
.svc-title-row span { color: #FFFFFF; font-weight: 700; font-size: 15px; }
@media (max-width: 860px) { .svc-grid { grid-template-columns: 1fr; } .svc-card { grid-column: auto !important; } }

/* ===== Residential/Commercial split, process bar ===== */
.split-two { display: flex; flex-wrap: wrap; }
.split-two > div { flex: 1 1 420px; min-width: 300px; padding: 80px 56px; }

/* ===== Portfolio page masonry ===== */
.masonry-wrap { max-width: 1300px; margin: 0 auto; padding: 70px 32px 100px; }
.masonry { column-gap: 14px; column-count: 4; }
.masonry-item { break-inside: avoid; margin-bottom: 14px; }
.masonry-item button { display: block; width: 100%; padding: 0; border: none; background: none; cursor: zoom-in; border-radius: 6px; overflow: hidden; position: relative; }
.masonry-item .frame { width: 100%; position: relative; }
.masonry-item img { width: 100%; height: 100%; object-fit: cover; display: block; position: absolute; inset: 0; }
.masonry-item .tint { position: absolute; inset: 0; background: rgba(0,50,104,0); transition: background 0.25s ease; display: flex; align-items: center; justify-content: center; }
.masonry-item button:hover .tint { background: rgba(0,50,104,0.5); }
.masonry-item .tint i { color: #FFFFFF; font-size: 22px; opacity: 0; }
.masonry-item button:hover .tint i { opacity: 1; }
@media (max-width: 1024px) { .masonry { column-count: 3; } }
@media (max-width: 640px) { .masonry { column-count: 2; } }

/* ===== Lightbox (shared) ===== */
.lightbox { position: fixed; inset: 0; background: rgba(4,10,18,0.94); z-index: 200; display: none; align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.lightbox .lb-close { position: absolute; top: 24px; right: 28px; background: none; border: none; color: #FFFFFF; font-size: 28px; cursor: pointer; }
.lightbox .lb-prev, .lightbox .lb-next { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.1); border: none; color: #FFFFFF; font-size: 22px; width: 52px; height: 52px; border-radius: 50%; cursor: pointer; }
.lightbox .lb-prev { left: 16px; }
.lightbox .lb-next { right: 16px; }
.lightbox .lb-media { width: min(80vw,900px); height: min(80vh,700px); position: relative; }
.lightbox .lb-media img { width: 100%; height: 100%; object-fit: contain; display: none; }
.lightbox .lb-media img.active { display: block; }
.lightbox .lb-counter { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); color: #B7C1CB; font-size: 13px; }
.home-lightbox .lb-roof { width: 0; height: 0; margin: 0 auto; border-left: 70px solid transparent; border-right: 70px solid transparent; border-bottom: 36px solid #003268; }
.home-lightbox .lb-panel { background: #003268; border-radius: 0 0 10px 10px; padding: 16px; box-shadow: 0 24px 60px rgba(0,0,0,0.5); }
.home-lightbox .lb-panel img { width: 100%; max-height: 60vh; object-fit: contain; border-radius: 6px; display: none; }
.home-lightbox .lb-panel img.active { display: block; }
.home-lightbox .lb-controls { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; }
.home-lightbox .lb-controls button { background: rgba(255,255,255,0.12); border: none; color: #FFFFFF; width: 42px; height: 42px; border-radius: 50%; cursor: pointer; font-size: 16px; }
.home-lightbox .lb-wrap { position: relative; width: min(78vw,760px); }
.home-lightbox .lb-close { position: absolute; top: -46px; right: 0; background: none; border: none; color: #FFFFFF; font-size: 26px; cursor: pointer; }

/* ===== Video page ===== */
.video-wrap { max-width: 1100px; margin: 0 auto; padding: 90px 40px; }
.video-featured { border-radius: 12px; overflow: hidden; box-shadow: 0 16px 40px rgba(0,20,45,0.16); border: 1px solid #DDE3E8; margin-bottom: 32px; }
.video-featured .frame { position: relative; width: 100%; aspect-ratio: 16/9; }
.video-featured iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.video-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.video-grid .clip { border-radius: 12px; overflow: hidden; box-shadow: 0 10px 26px rgba(0,20,45,0.12); border: 1px solid #DDE3E8; }
.video-grid video { width: 100%; aspect-ratio: 16/9; display: block; background: #0B1B2B; }

/* ===== Contact page ===== */
.contact-hero { position: relative; padding: 70px 40px 100px; background-size: cover; background-position: center; }
.contact-hero .overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(0,50,104,0.94) 0%, rgba(0,50,104,0.82) 60%, rgba(0,50,104,0.7) 100%); }
.contact-hero .content { max-width: 1200px; margin: 0 auto; position: relative; }
.contact-hero .breadcrumb { color: #9FB3C6; }
.contact-hero .breadcrumb a { color: #9FB3C6; }
.contact-hero h1 { color: #FFFFFF; font-weight: 800; font-size: clamp(1.8rem,3.6vw,2.6rem); line-height: 1.15; margin: 0 0 14px; max-width: 640px; }
.contact-hero p { color: #C7D5E2; font-size: 16px; line-height: 1.7; margin: 0; max-width: 600px; }
.contact-panels { max-width: 1200px; margin: -50px auto 0; padding: 0 40px 100px; position: relative; }
.contact-panels-inner { display: flex; flex-wrap: wrap; box-shadow: 0 24px 60px rgba(0,20,45,0.18); border-radius: 16px; overflow: hidden; }
.info-panel { flex: 1 1 360px; min-width: 280px; background: #071827; color: #FFFFFF; padding: 48px 40px; position: relative; overflow: hidden; }
.info-panel h2 { font-weight: 800; font-size: 1.3rem; margin: 0 0 24px; position: relative; }
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; position: relative; }
.info-item { display: flex; gap: 14px; align-items: flex-start; padding: 10px; border-radius: 8px; transition: background 0.25s ease, transform 0.25s ease; }
.info-item.link-hover:hover { background: rgba(187,0,0,0.18); transform: translateX(4px); }
.info-item.plain-hover:hover { background: rgba(255,255,255,0.05); }
.info-icon { width: 36px; height: 36px; background: #BB0000; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #FFFFFF; font-size: 14px; }
.info-label { color: #8A9BAC; font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 4px; }
.info-value { color: #FFFFFF; font-weight: 600; font-size: 14px; white-space: pre-line; }
.info-value a { color: #FFFFFF; }
.social-row { display: flex; gap: 12px; margin-top: 28px; position: relative; }
.social-row a { width: 40px; height: 40px; border: 1px solid #2A3D4E; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #FFFFFF; font-size: 16px; transition: transform 0.2s ease, background 0.2s ease; }
.social-row a:hover { transform: translateY(-3px); color: #FFFFFF; }
.social-row a.fb:hover, .social-row a.g:hover { background: #BB0000; }
.social-row a.wa:hover { background: #25D366; }
.form-panel { flex: 2 1 480px; min-width: 320px; background: #003268; padding: 48px 40px; }
.form-panel h2 { color: #FFFFFF; font-weight: 800; font-size: 1.3rem; margin: 0 0 8px; }
.form-panel p { color: #C7D5E2; font-size: 14px; line-height: 1.7; margin: 0 0 24px; }
.form-embed { min-height: 520px; border-radius: 8px; overflow: hidden; }
.map-section { max-width: 1200px; margin: 0 auto; padding: 0 40px 100px; }
.map-section h2 { color: #003268; font-weight: 800; font-size: clamp(1.4rem,2.2vw,1.7rem); margin: 0 0 20px; }
.map-frame { border-radius: 10px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.map-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; color: #003268; font-weight: 700; font-size: 14px; transition: gap 0.2s ease; }
.map-link:hover { gap: 14px; color: #003268; }
.map-link i { color: #BB0000; }

/* ===== Footer ===== */
.site-footer { position: relative; }
.site-footer footer { background: #003268; color: #C7D0D8; border-top: 3px solid #BB0000; padding: 64px 40px 24px; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; }
.footer-grid img.footer-logo { height: 72px; width: auto; object-fit: contain; margin-bottom: 14px; }
.footer-grid p { font-size: 14px; line-height: 1.7; color: #E4E9EE; margin: 0 0 16px; }
.footer-social { display: flex; gap: 14px; }
.footer-social a { color: #C7D0D8; font-size: 18px; }
.footer-social a:hover { color: #BB0000; }
.footer-col-title { font-weight: 700; color: #FFFFFF; font-size: 15px; margin-bottom: 16px; }
.footer-link { display: flex; align-items: center; gap: 10px; color: #E4E9EE; font-size: 14px; margin-bottom: 12px; transition: color 0.2s ease, transform 0.2s ease; }
.footer-link:hover { color: #FF3B3B; transform: translateX(3px); }
.footer-link:active { color: #BB0000; }
.footer-link i { width: 16px; color: #BB0000; }
.footer-bottom { max-width: 1200px; margin: 40px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.15); text-align: center; font-size: 13px; color: #B9C4CE; }
.whatsapp-float { position: fixed; bottom: 24px; left: 24px; width: 52px; height: 52px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #FFFFFF; font-size: 24px; box-shadow: 0 6px 16px rgba(0,0,0,0.25); z-index: 60; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.06); box-shadow: 0 10px 22px rgba(0,0,0,0.32); color: #FFFFFF; }
.back-to-top { position: fixed; bottom: 24px; right: 24px; width: 52px; height: 52px; background: #003268; border: none; border-radius: 50%; display: none; align-items: center; justify-content: center; color: #FFFFFF; font-size: 20px; cursor: pointer; box-shadow: 0 6px 16px rgba(0,0,0,0.25); z-index: 60; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.back-to-top.show { display: flex; }
.back-to-top:hover { transform: translateY(-3px) scale(1.06); box-shadow: 0 10px 22px rgba(0,0,0,0.32); }

@media (max-width: 760px) {
  .hero-inner, .page-hero .content, .intro, .services-preview, .process, .faq-section, .contact-panels { padding-left: 20px; padding-right: 20px; }
}

/* Mobile-only responsive corrections */
@media (max-width:760px){html,body{width:100%;max-width:100%;overflow-x:hidden}.container{width:100%;padding-left:20px;padding-right:20px}.header-main{width:100%;min-height:68px}.logo-panel{max-width:58%;padding:6px 28px 6px 14px}.logo-panel img{max-width:100%;height:52px}.mobile-menu{width:100%}.hero{min-height:600px}.hero-inner{padding-top:72px;padding-bottom:88px}.hero-copy{max-width:100%;padding-left:18px}.hero-copy h1{font-size:2rem;overflow-wrap:anywhere}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%;justify-content:center}.trust-strip-wrap{padding:0 20px}.trust-strip{grid-template-columns:1fr;margin-top:-34px}.trust-item{border-right:0;border-bottom:1px solid #EEF1F4}.intro,.mission-inner,.portfolio-preview-inner,.faq-section{flex-direction:column}.intro-media,.intro-copy,.mission-copy,.mission-media,.pp-copy,.pp-gallery-frame,.faq-card,.faq-list{flex:none;width:100%;min-width:0}.services-tabs,.tab-detail-row,.cta-panel,.final-cta-inner{flex-direction:column;align-items:stretch}.tab-list,.tab-content,.tab-small-img-wrap,.tab-info{flex:none;width:100%;min-width:0}.mission{padding:70px 20px}.portfolio-preview-inner,.svc-cards-wrap,.video-wrap,.masonry-wrap{padding:64px 20px}.svc-grid,.video-grid{grid-template-columns:1fr}.svc-card{min-height:410px;aspect-ratio:auto}.svc-card .panel,.svc-card:hover .panel,.svc-card.expanded .panel{height:62%}.split-two{flex-direction:column}.split-two>div{min-width:0;padding:58px 20px}.contact-hero{padding:58px 20px 88px}.contact-panels{margin-top:-38px;padding-bottom:70px}.contact-panels-inner{display:block}.info-panel,.form-panel{width:100%;min-width:0;padding:34px 20px}.info-grid{grid-template-columns:1fr}.info-item,.info-item>div:last-child{min-width:0}.info-value{overflow-wrap:anywhere}.form-embed,.form-embed iframe{width:100%!important;max-width:100%}.map-section{padding:0 20px 70px}.site-footer footer{padding:52px 20px 22px}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-link,.footer-social{justify-content:center}}
