/* ============================================================
   CSS VARIABLES & RESET
============================================================ */
:root {
  --navy:   #2D3B7A;
  --navy-dark: #1E2A5E;
  --navy-light: #3D4F9F;
  --green:  #1A6B3A;
  --green-dark: #0F4B28;
  --green-light: #25924F;
  --white:  #FFFFFF;
  --off-white: #F7F8FC;
  --light-gray: #EAECF4;
  --mid-gray: #C5C9D8;
  --text-dark: #12183D;
  --text-body: #3A4060;
  --text-muted: #7880A4;
  --shadow-sm: 0 2px 12px rgba(45,59,122,0.08);
  --shadow-md: 0 8px 32px rgba(45,59,122,0.14);
  --shadow-lg: 0 20px 60px rgba(45,59,122,0.18);
  --transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Barlow', sans-serif;
  --font-ui: 'Barlow Condensed', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
  font-family: var(--font-body);
  color: var(--text-body);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a  { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ============================================================
   REUSABLE COMPONENTS
============================================================ */
.container { max-width: 1180px; margin: 0 auto; padding: 0 28px; }

.section-label {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 12px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 14px;
}
.section-title span,
.hero-title span,
.page-hero h1 span,
.quote-sidebar-title span,
.quote-form-card h2 span,
.contact-sidebar-title span,
.contact-form-card h2 span,
.shop-hero h1 span,
.shop-quote-card h3 span,
.shop-card h3 span,
.portfolio-card-body h3 span,
.portfolio-cta h3 span,
.service-card-body h3 span,
.why-card h3 span,
#cta h2 span {
  color: var(--green);
}

.section-subtitle {
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 520px;
  line-height: 1.7;
}

.section-head {
  text-align: center;
  margin-bottom: 56px;
}

.section-head .section-subtitle { margin: 0 auto; }

.underline-accent {
  width: 48px; height: 3px;
  background: linear-gradient(90deg, var(--navy), var(--green));
  margin: 16px auto 0;
  border-radius: 2px;
}

/* ============================================================
   BUTTONS
============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 30px;
  font-family: var(--font-ui);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: var(--transition);
}

.btn-primary {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}
.btn-primary:hover {
  background: var(--navy-dark);
  border-color: var(--navy-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #2d3b7a4d;
}

.btn-outline {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}
.btn-outline:hover {
  background: var(--navy);
  color: var(--white);
  transform: translateY(-2px);
}

.btn-green {
  background: var(--green);
  color: var(--white);
  border-color: var(--green);
}
.btn-green:hover {
  background: var(--green-dark);
  border-color: var(--green-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(26,107,58,0.3);
}

.btn-outline-white {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.6);
}
.btn-outline-white:hover {
  background: rgba(255,255,255,0.15);
  border-color: var(--white);
}

/* ============================================================
   CHECK LIST
============================================================ */
.check-list { display: flex; flex-direction: column; gap: 9px; margin: 20px 0 28px; }
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.93rem;
  color: var(--text-body);
}
.check-list li::before {
  content: '';
  flex-shrink: 0;
  width: 18px; height: 18px;
  margin-top: 2px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='10' fill='%231A6B3A'/%3E%3Cpath d='M6 10l3 3 5-5' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* ============================================================
   SVG MASK ICONS
============================================================ */
.icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  flex-shrink: 0;
  background: currentColor;
  vertical-align: -0.12em;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}
.icon-location { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.6A2.6 2.6 0 1 1 12 6.4a2.6 2.6 0 0 1 0 5.2Z'/%3E%3C/svg%3E"); }
.icon-phone { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 2.8 9.7 6c.5.5.6 1.3.2 1.9l-1.4 2.2a13.3 13.3 0 0 0 5.4 5.4l2.2-1.4c.6-.4 1.4-.3 1.9.2l3.2 3.1c.6.6.7 1.5.2 2.2-.9 1.4-2.5 2.2-4.2 2.1C9.1 21.2 2.8 14.9 2.3 6.8c-.1-1.7.7-3.3 2.1-4.2.7-.5 1.6-.4 2.2.2Z'/%3E%3C/svg%3E"); }
.icon-mail { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.8 5h16.4c1 0 1.8.8 1.8 1.8v10.4c0 1-.8 1.8-1.8 1.8H3.8c-1 0-1.8-.8-1.8-1.8V6.8C2 5.8 2.8 5 3.8 5Zm8.2 7.3 7.2-5.2H4.8l7.2 5.2Zm0 2.1L4 8.7v8.2h16V8.7l-8 5.7Z'/%3E%3C/svg%3E"); }
.icon-globe { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.9 6h-3a15.7 15.7 0 0 0-1.4-3.1A8.1 8.1 0 0 1 18.9 8ZM12 4.1c.6.8 1.3 2.1 1.8 3.9h-3.6c.5-1.8 1.2-3.1 1.8-3.9ZM4.3 14a8 8 0 0 1 0-4h3.4a17.3 17.3 0 0 0 0 4H4.3Zm.8 2h3a15.7 15.7 0 0 0 1.4 3.1A8.1 8.1 0 0 1 5.1 16Zm3-8h-3a8.1 8.1 0 0 1 4.4-3.1A15.7 15.7 0 0 0 8.1 8Zm3.9 11.9c-.6-.8-1.3-2.1-1.8-3.9h3.6c-.5 1.8-1.2 3.1-1.8 3.9Zm2.2-5.9H9.8a14.9 14.9 0 0 1 0-4h4.4a14.9 14.9 0 0 1 0 4Zm.3 5.1a15.7 15.7 0 0 0 1.4-3.1h3a8.1 8.1 0 0 1-4.4 3.1ZM16.3 14a17.3 17.3 0 0 0 0-4h3.4a8 8 0 0 1 0 4h-3.4Z'/%3E%3C/svg%3E"); }
.icon-clock { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm1 10.2 4 2.3-1 1.7-5-2.9V6h2v6.2Z'/%3E%3C/svg%3E"); }
.icon-image { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2Zm0 13.2 4.6-5 3.4 3.4 2.2-2.5 5.8 4.1V6H4v11.2ZM8.5 10A1.5 1.5 0 1 0 8.5 7a1.5 1.5 0 0 0 0 3Z'/%3E%3C/svg%3E"); }
.icon-zap { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 2 4 14h7l-1 8 10-13h-7V2Z'/%3E%3C/svg%3E"); }
.icon-target { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10h-2a8 8 0 1 1-8-8V2Zm0 5a5 5 0 1 0 5 5h-2a3 3 0 1 1-3-3V7Zm7.7-4.7L17 5v2h-2.1l-3.6 3.6 2.1 2.1L17 9h2l2.7-2.7h-3V3.6l1-1.3Z'/%3E%3C/svg%3E"); }
.icon-dollar { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 2v2.2c2.2.3 3.7 1.4 4.8 3l-2.4 1.5c-.8-1.2-1.9-1.8-3.4-1.8-1.4 0-2.4.6-2.4 1.6 0 1.1 1.1 1.5 3.5 2 3.1.7 5.2 1.8 5.2 4.7 0 2.5-1.9 4.3-5.3 4.7V22h-2v-2.1c-2.7-.3-4.8-1.6-6-3.8l2.6-1.4c.9 1.6 2.3 2.4 4.3 2.4 1.8 0 2.9-.6 2.9-1.7 0-1.1-1.1-1.5-3.7-2.1-3-.7-5-1.8-5-4.7 0-2.4 1.8-4.1 4.8-4.5V2h2Z'/%3E%3C/svg%3E"); }
.icon-shield { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2 20 5v6.2c0 5-3.3 8.6-8 10.8-4.7-2.2-8-5.8-8-10.8V5l8-3Zm-1.1 13.3 5.7-5.7-1.4-1.4-4.3 4.3-2.1-2.1-1.4 1.4 3.5 3.5Z'/%3E%3C/svg%3E"); }
.icon-check { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.2 16.6-4.1-4.1-1.9 1.9 6 6L21.4 8.2l-1.9-1.9L9.2 16.6Z'/%3E%3C/svg%3E"); }
.icon-trophy { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3h12v2h3v3a5 5 0 0 1-4.2 4.9A6 6 0 0 1 13 16.9V19h4v2H7v-2h4v-2.1a6 6 0 0 1-3.8-4A5 5 0 0 1 3 8V5h3V3Zm12 4v3.7A3 3 0 0 0 19 8V7h-1ZM5 7v1a3 3 0 0 0 1 2.2V7H5Z'/%3E%3C/svg%3E"); }
.icon-worker { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2c3.9 0 7 3.1 7 7v1h1.2c.4 0 .8.4.8.8V12H3v-1.2c0-.4.4-.8.8-.8H5V9c0-3.9 3.1-7 7-7Zm-2 2.3A5 5 0 0 0 7 9v1h3V4.3Zm4 0V10h3V9a5 5 0 0 0-3-4.7ZM6.5 14h11a5.5 5.5 0 0 1-11 0Zm-1.7 6.5C6.5 18.8 9 18 12 18s5.5.8 7.2 2.5V22H4.8v-1.5Z'/%3E%3C/svg%3E"); }
.icon-rocket { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5 2.5c-5.3.3-9.2 2.2-11.9 5.4L6 7.2 2.8 10.4l3.9 1.9c-.2.6-.3 1.2-.4 1.9L9.8 17c.7-.1 1.3-.2 1.9-.4l1.9 3.9 3.2-3.2-.7-3.6c3.2-2.7 5.1-6.6 5.4-11.2ZM15.5 10A1.5 1.5 0 1 1 15.5 7a1.5 1.5 0 0 1 0 3ZM5.2 16.5c.9.9.9 2.4 0 3.3-1 .9-3.2 1.2-3.2 1.2s.3-2.2 1.2-3.2c.9-.9 2.4-.9 3.3 0Z'/%3E%3C/svg%3E"); }
.icon-wrench { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 6.3a6.3 6.3 0 0 1-8.3 7.9l-7.5 7.5a2.3 2.3 0 0 1-3.2-3.2l7.5-7.5A6.3 6.3 0 0 1 18.4 2l-3.7 3.7 3.6 3.6L22 6.3Z'/%3E%3C/svg%3E"); }
.icon-gear { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19.4 13.5 2.1 1.6-2 3.5-2.7-1.1a8 8 0 0 1-2 1.2l-.4 2.8h-4l-.4-2.8a8 8 0 0 1-2-1.2l-2.7 1.1-2-3.5 2.1-1.6a8.5 8.5 0 0 1 0-2.4L3.3 9.5l2-3.5L8 7.1a8 8 0 0 1 2-1.2l.4-2.9h4l.4 2.9a8 8 0 0 1 2 1.2L19.5 6l2 3.5-2.1 1.6a8.5 8.5 0 0 1 0 2.4ZM12.4 15.5a3.3 3.3 0 1 0 0-6.6 3.3 3.3 0 0 0 0 6.6Z'/%3E%3C/svg%3E"); }
.icon-facebook { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8h3V4h-3c-3.3 0-5 2-5 5v2H6v4h3v7h4v-7h3.4l.6-4h-4V9c0-.7.3-1 1-1Z'/%3E%3C/svg%3E"); }
.icon-linkedin { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9h4v12H5V9Zm2-6a2.3 2.3 0 1 1 0 4.6A2.3 2.3 0 0 1 7 3Zm5 6h3.8v1.7h.1c.5-.9 1.8-2 3.8-2 4 0 4.7 2.6 4.7 6V21h-4v-5.6c0-1.4 0-3.1-1.9-3.1s-2.2 1.5-2.2 3V21h-4V9Z'/%3E%3C/svg%3E"); }
.icon-instagram { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2h10c2.8 0 5 2.2 5 5v10c0 2.8-2.2 5-5 5H7c-2.8 0-5-2.2-5-5V7c0-2.8 2.2-5 5-5Zm0 2c-1.7 0-3 1.3-3 3v10c0 1.7 1.3 3 3 3h10c1.7 0 3-1.3 3-3V7c0-1.7-1.3-3-3-3H7Zm5 3.5a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9Zm0 2a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm5.1-2.9a1.1 1.1 0 1 1 0 2.2 1.1 1.1 0 0 1 0-2.2Z'/%3E%3C/svg%3E"); }

.btn .icon { font-size: 1rem; }
.footer-social-btn .icon,
.contact-social-btn .icon { font-size: 1rem; }
.footer-contact-icon { color: rgba(255,255,255,0.74); }
.footer-contact-icon .icon,
.contact-info-icon .icon,
.contact-strip-icon .icon,
.quote-perk-icon .icon,
.help-banner-icon .icon,
.pin-icon .icon,
.portfolio-cta-icon .icon { font-size: 1.05em; }
.why-icon-1,
.why-icon-3,
.why-icon-5,
.contact-info-icon.navy { color: var(--navy); }
.why-icon-2,
.why-icon-4,
.contact-info-icon.green { color: var(--green); }
.page-hero-img .icon { color: var(--navy); font-size: 2.2rem; }

/* ============================================================
   IMAGE SLOTS  (add your image path to src="" to replace placeholder)
============================================================ */
.img-slot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
  z-index: 1;
}
/* Hide broken-image icon while src is empty */
.img-slot[src=""] {
  display: none;
}
/* Solution gallery images */
.solution-item-img {
  position: relative;
}
.solution-item-img .img-slot {
  border-radius: 0;
}

/* ============================================================
   IMAGE PLACEHOLDER
============================================================ */
.img-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--light-gray) 0%, var(--mid-gray) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.img-placeholder::after {
  content: '🖼';
  font-size: 2.5rem;
  opacity: 0.3;
}
.img-placeholder span {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-ui);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  text-transform: uppercase;
  white-space: nowrap;
}

/* ============================================================
   NAVBAR
============================================================ */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

#navbar.scrolled {
  box-shadow: 0 4px 24px rgba(45,59,122,0.14);
}

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

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-ring {
  width: 46px; height: 46px;
  flex-shrink: 0;
}

.logo-text-wrap { display: flex; flex-direction: column; line-height: 1; }
.logo-name {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--navy);
}
.logo-name span { color: var(--green); }
.logo-tagline {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dark);
  margin-top: 2px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a {
  font-family: var(--font-ui);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--text-dark);
  padding: 6px 12px;
  border-radius: 4px;
  transition: var(--transition);
  position: relative;
}
.nav-links a:hover { color: var(--navy); background: var(--off-white); }
.nav-links a.active { color: var(--navy); }

.nav-dropdown { position: relative; }
.nav-dropdown > a::after { content: ' ▾'; font-size: 0.65rem; }
.dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow-md);
  min-width: 200px;
  padding: 8px 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: var(--transition);
  z-index: 100;
}
.nav-dropdown:hover .dropdown-menu {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.dropdown-menu a {
  display: block;
  padding: 10px 20px;
  font-size: 0.83rem;
  border-radius: 0;
}
.dropdown-menu a:hover { background: var(--off-white); }

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

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--text-dark);
  border-radius: 2px;
  transition: var(--transition);
}

/* ============================================================
   HERO
============================================================ */
#hero {
  padding-top: 72px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--off-white);
  position: relative;
  overflow: hidden;
}

#hero::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(135deg, var(--light-gray) 0%, #dde0ee 100%);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 80px 0;
}

.hero-img-wrap {
  position: relative;
  height: 460px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.hero-img-wrap .img-placeholder { border-radius: 12px; }

.hero-badge {
  position: absolute;
  bottom: 28px; right: -16px;
  background: var(--green);
  color: var(--white);
  padding: 14px 22px;
  border-radius: 8px;
  box-shadow: var(--shadow-md);
  text-align: center;
  z-index: 2;
}
.hero-badge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.8rem;
  line-height: 1;
}
.hero-badge span {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  opacity: 0.9;
}

.hero-content { padding-left: 20px; }

.hero-eyebrow {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.hero-eyebrow::before {
  content: '';
  width: 32px; height: 2px;
  background: var(--green);
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 20px;
}
.hero-title span { color: var(--green); }

.hero-desc {
  font-size: 1rem;
  color: var(--text-muted);
  margin-bottom: 12px;
  line-height: 1.8;
}

.hero-services-strip {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  margin-top: 8px;
}
.hero-services-strip span {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--navy);
  background: rgba(45,59,122,0.08);
  padding: 4px 12px;
  border-radius: 30px;
  border: 1px solid rgba(45,59,122,0.15);
}

.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* ============================================================
   WHAT WE DO
============================================================ */
#what-we-do {
  padding: 100px 0;
  background: var(--white);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.service-card {
  background: var(--off-white);
  border-radius: 12px;
  overflow: hidden;
  transition: var(--transition);
  cursor: pointer;
  border: 1px solid transparent;
  position: relative;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(45,59,122,0.1);
}

.service-card:hover .service-card-overlay { opacity: 1; }

.service-card-img {
  height: 160px;
  position: relative;
  overflow: hidden;
}

.service-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(45,59,122,0.7), rgba(26,107,58,0.7));
  opacity: 0;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-card-overlay span {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--white);
  text-transform: uppercase;
}

.service-card-body {
  padding: 16px;
  text-align: center;
}
.service-card-body h3 {
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.service-card-num {
  position: absolute;
  top: 10px; left: 10px;
  width: 26px; height: 26px;
  background: var(--navy);
  color: var(--white);
  border-radius: 50%;
  font-family: var(--font-ui);
  font-size: 0.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/* ============================================================
   FEATURE SECTIONS (alternating)
============================================================ */
.feature-section {
  padding: 90px 0;
}
.feature-section:nth-child(even) { background: var(--off-white); }

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
/* .reverse relies on DOM order: image is first child → renders left, content second → renders right */

.feature-img-wrap {
  height: 420px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  position: relative;
}

.feature-img-accent {
  position: absolute;
  bottom: -12px; right: -12px;
  width: 120px; height: 120px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--navy), var(--green));
  z-index: -1;
}

.feature-content .section-label { margin-bottom: 10px; }
.feature-content .section-title { font-size: clamp(1.5rem, 2.5vw, 2.1rem); margin-bottom: 14px; }
.feature-content p { color: var(--text-muted); line-height: 1.8; }

/* ============================================================
   SOLUTIONS IN ACTION
============================================================ */
#solutions {
  padding: 100px 0;
  background: var(--off-white);
}

.solutions-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.solution-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.solution-item-img {
  height: 200px;
  background: linear-gradient(135deg, var(--light-gray), var(--mid-gray));
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
}
.solution-item-img::after {
  content: '🖼';
  font-size: 2rem;
  opacity: 0.3;
}
.solution-item:hover .solution-item-img { transform: scale(1.04); }

.solution-item-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(18,24,61,0.85));
  padding: 30px 14px 14px;
  color: var(--white);
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}

/* ============================================================
   WHY CHOOSE US
============================================================ */
#why-us {
  padding: 100px 0;
  background: var(--off-white);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.why-card {
  background: var(--white);
  border-radius: 12px;
  padding: 32px 20px;
  text-align: center;
  border: 1px solid var(--light-gray);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.why-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--navy), var(--green));
  transform: scaleX(0);
  transition: var(--transition);
}
.why-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}
.why-card:hover::before { transform: scaleX(1); }

.why-icon {
  width: 60px; height: 60px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
}
.why-icon-1 { background: rgba(45,59,122,0.1); }
.why-icon-2 { background: rgba(26,107,58,0.1); }
.why-icon-3 { background: rgba(45,59,122,0.1); }
.why-icon-4 { background: rgba(26,107,58,0.1); }
.why-icon-5 { background: rgba(45,59,122,0.1); }

.why-card h3 {
  font-family: var(--font-ui);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.why-card p {
  font-size: 0.83rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ============================================================
   CTA BANNER
============================================================ */
#cta {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 50%, var(--green-dark) 100%);
  position: relative;
  overflow: hidden;
  text-align: center;
}

#cta::before {
  content: '';
  position: absolute;
  inset: 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='%23ffffff' fill-opacity='0.03'%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");
}

#cta .container { position: relative; z-index: 1; }

#cta h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--white);
  margin-bottom: 14px;
}

#cta p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.75);
  max-width: 480px;
  margin: 0 auto 36px;
  line-height: 1.8;
}

.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   SHOP PAGE
============================================================ */
.shop-hero {
  padding: 150px 0 72px;
  background:
    linear-gradient(135deg, rgba(247,248,252,0.96) 0%, rgba(234,236,244,0.92) 100%),
    url("../img/kitchen.jpg") center/cover no-repeat;
  position: relative;
  overflow: hidden;
}
.shop-hero::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 46%; height: 100%;
  background: linear-gradient(135deg, rgba(45,59,122,0.10), rgba(26,107,58,0.14));
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}
.shop-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 56px;
  align-items: center;
}
.shop-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4vw, 4rem);
  line-height: 1.1;
  color: var(--navy);
  max-width: 680px;
  margin: 14px 0 18px;
}
.shop-hero h1 span { color: var(--green); }
.shop-hero-copy {
  color: var(--text-body);
  font-size: 1.02rem;
  line-height: 1.8;
  max-width: 620px;
}
.shop-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.shop-hero-panel {
  background: var(--white);
  border: 1px solid rgba(197,201,216,0.65);
  border-radius: 8px;
  padding: 24px;
  box-shadow: var(--shadow-lg);
}
.shop-featured-img {
  height: 260px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 18px;
}
.shop-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-panel-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.shop-panel-meta div {
  background: var(--off-white);
  border-radius: 6px;
  padding: 12px;
}
.shop-panel-meta strong {
  display: block;
  font-family: var(--font-display);
  color: var(--navy);
  font-size: 1.45rem;
  line-height: 1;
}
.shop-panel-meta span {
  display: block;
  margin-top: 6px;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.shop-section {
  padding: 84px 0 96px;
  background: var(--white);
}
.shop-topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}
.shop-topbar .section-subtitle { margin-bottom: 0; }
.shop-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.shop-tab {
  border: 1px solid var(--light-gray);
  background: var(--white);
  color: var(--text-body);
  border-radius: 6px;
  padding: 9px 14px;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.shop-tab.active,
.shop-tab:hover {
  background: var(--green);
  border-color: var(--green);
  color: var(--white);
}
.shop-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}
.shop-sidebar {
  position: sticky;
  top: 96px;
  border: 1px solid var(--light-gray);
  border-radius: 8px;
  padding: 22px;
  background: var(--off-white);
}
.shop-sidebar h3,
.shop-card h3,
.shop-quote-card h3 {
  font-family: var(--font-ui);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
}
.shop-sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}
.shop-sidebar-list a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--light-gray);
  color: var(--text-body);
  font-size: 0.88rem;
}
.shop-sidebar-list a:hover { color: var(--green); }
.shop-sidebar-list span { color: var(--text-muted); }
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.shop-card {
  border: 1px solid var(--light-gray);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  transition: var(--transition);
}
.shop-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: rgba(26,107,58,0.22);
}
.shop-card-img {
  height: 190px;
  background: var(--off-white);
  position: relative;
  overflow: hidden;
}
.shop-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.shop-card:hover .shop-card-img img { transform: scale(1.04); }
.shop-badge {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--white);
  color: var(--green);
  border-radius: 5px;
  padding: 5px 10px;
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: var(--shadow-sm);
}
.shop-card-body { padding: 18px; }
.shop-card h3 {
  font-size: 0.86rem;
  line-height: 1.35;
  margin-bottom: 10px;
}
.shop-card p {
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.65;
  margin-bottom: 16px;
}
.shop-card-foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid var(--light-gray);
}
.shop-price {
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
}
.shop-link {
  font-family: var(--font-ui);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green);
}
.shop-quote-band {
  padding: 84px 0;
  background: var(--off-white);
}
.shop-quote-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  background: linear-gradient(135deg, var(--navy-dark), var(--navy) 58%, var(--green-dark));
  border-radius: 8px;
  padding: 38px;
  color: var(--white);
  overflow: hidden;
  position: relative;
}
.shop-quote-card::after {
  content: '';
  position: absolute;
  right: -80px; bottom: -90px;
  width: 240px; height: 240px;
  border: 32px solid rgba(255,255,255,0.06);
  border-radius: 50%;
}
.shop-quote-card h3 {
  color: var(--white);
  font-size: 1rem;
  margin-bottom: 8px;
}
.shop-quote-card p {
  color: rgba(255,255,255,0.72);
  max-width: 660px;
  line-height: 1.75;
}

/* ============================================================
   FOOTER
============================================================ */
#footer {
  background: var(--text-dark);
  position: relative;
  overflow: hidden;
}

.footer-silhouette {
  width: 100%;
  display: block;
  line-height: 0;
}

.footer-silhouette svg {
  width: 100%;
  height: auto;
  display: block;
}

.footer-body {
  padding: 60px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1.4fr 1.4fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-brand .logo-name { color: var(--white); font-size: 1.35rem; }
.footer-brand .logo-name span { color: var(--green-light); }
.footer-brand .logo-tagline { color: rgba(255,255,255,0.5); }

.footer-desc {
  margin-top: 16px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.8;
  max-width: 280px;
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.footer-social-btn {
  width: 36px; height: 36px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  transition: var(--transition);
  cursor: pointer;
}
.footer-social-btn:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

.footer-col h4 {
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-links a::before {
  content: '›';
  color: var(--green-light);
  font-size: 1rem;
}
.footer-links a:hover { color: var(--white); padding-left: 4px; }

.footer-contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  align-items: flex-start;
}
.footer-contact-icon {
  width: 32px; height: 32px;
  background: rgba(255,255,255,0.06);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
  margin-top: 1px;
}
.footer-contact-text {
  font-size: 0.83rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.65;
}
.footer-contact-text strong {
  display: block;
  color: rgba(255,255,255,0.75);
  font-size: 0.78rem;
  font-family: var(--font-ui);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.3);
}
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a {
  color: rgba(255,255,255,0.3);
  transition: var(--transition);
}
.footer-bottom-links a:hover { color: rgba(255,255,255,0.7); }

/* ============================================================
   SCROLL ANIMATIONS
============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.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; }
.reveal-delay-5 { transition-delay: 0.5s; }

/* ============================================================
   MOBILE MENU
============================================================ */
.mobile-menu {
  display: none;
  position: fixed;
  top: 72px; left: 0; right: 0;
  background: var(--white);
  box-shadow: var(--shadow-md);
  padding: 20px 28px 28px;
  z-index: 999;
  flex-direction: column;
  gap: 8px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  display: block;
  font-family: var(--font-ui);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--text-dark);
  padding: 12px 0;
  border-bottom: 1px solid var(--light-gray);
}
.mobile-services-toggle {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--light-gray);
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-ui);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--text-dark);
  padding: 12px 0;
  cursor: pointer;
}
.mobile-services-toggle::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: var(--transition);
}
.mobile-services.open .mobile-services-toggle::after {
  transform: rotate(225deg);
}
.mobile-services-menu {
  display: none;
  padding: 6px 0 10px 14px;
  border-bottom: 1px solid var(--light-gray);
}
.mobile-services.open .mobile-services-menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mobile-services-menu a {
  border-bottom: 0;
  padding: 8px 0;
  font-size: 0.82rem;
  color: var(--text-muted);
}
.mobile-services-menu a:hover { color: var(--green); }
.mobile-menu .btn {
  margin-top: 8px;
  justify-content: center;
  padding: 10px 20px;
  font-size: 0.78rem;
}
.mobile-menu .btn-primary {
  color: var(--white);
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1060px) {
  .services-grid, .why-grid, .solutions-gallery { grid-template-columns: repeat(3, 1fr); }
  .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-layout { grid-template-columns: 220px minmax(0, 1fr); }
}

@media (max-width: 860px) {
  .hero-grid, .feature-grid { grid-template-columns: 1fr; }
.hero-img-wrap { height: 320px; }
  .hero-content { padding-left: 0; }
  .hero-badge { right: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .shop-hero { padding-top: 122px; }
  .shop-hero-inner,
  .shop-topbar,
  .shop-layout,
  .shop-quote-card {
    grid-template-columns: 1fr;
  }
  .shop-category-tabs { justify-content: flex-start; }
  .shop-sidebar { position: static; }
}

@media (max-width: 640px) {
  .services-grid, .solutions-gallery { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
  .shop-grid,
  .shop-panel-meta {
    grid-template-columns: 1fr;
  }
  .shop-quote-card { padding: 28px 22px; }
}

 /* ── Page Hero / Breadcrumb ── */
    .page-hero {
      padding-top: 72px;
      background:
        linear-gradient(135deg, rgba(247,248,252,0.96) 0%, rgba(221,224,238,0.9) 100%),
        url("../img/stain.jpg") center/cover no-repeat;
      position: relative;
      overflow: hidden;
    }
    .page-hero::before {
      content: '';
      position: absolute;
      top: 0; right: 0;
      width: 45%;
      height: 100%;
      background: linear-gradient(135deg, rgba(45,59,122,0.1), rgba(26,107,58,0.14));
      clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    }
    .page-hero-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: center;
      padding: 60px 0 56px;
      gap: 40px;
    }
       .breadcrumb {
      font-family: var(--font-ui);
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      color: var(--text-muted);
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .breadcrumb a { color: var(--text-muted); transition: var(--transition); }
    .breadcrumb a:hover { color: var(--navy); }
    .breadcrumb span { color: var(--navy); }
    .breadcrumb-sep { opacity: 0.5; }
    .page-hero h1 {
      font-family: var(--font-display);
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 800;
      color: var(--text-dark);
      line-height: 1.15;
    }
    .page-hero-img {
      width: 300px; height: 210px;
      background: var(--white);
      border: 1px solid rgba(197,201,216,0.65);
      border-radius: 8px;
      padding: 10px;
      display: flex; align-items: center; justify-content: center;
      box-shadow: var(--shadow-lg);
      flex-shrink: 0;
      overflow: hidden;
    }
    .page-hero-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 6px;
    }

    /* ── Quote Page Layout ── */
    .quote-section {
      padding: 80px 0 100px;
      background: var(--white);
    }
    .quote-layout {
      display: grid;
      grid-template-columns: 340px 1fr;
      gap: 56px;
      align-items: start;
    }

    /* ── Left sidebar ── */
    /* .quote-sidebar {} */
    .quote-sidebar-title {
      font-family: var(--font-display);
      font-size: 1.7rem;
      font-weight: 700;
      color: var(--navy);
      line-height: 1.25;
      margin-bottom: 12px;
    }
    .quote-sidebar-sub {
      font-size: 0.9rem;
      color: var(--text-muted);
      line-height: 1.75;
      margin-bottom: 36px;
    }
    .quote-perks { display: flex; flex-direction: column; gap: 20px; }
    .quote-perk {
      display: flex;
      gap: 16px;
      align-items: flex-start;
    }
    .quote-perk-icon {
      width: 44px; height: 44px;
      border-radius: 10px;
      background: rgba(45,59,122,0.08);
      display: flex; align-items: center; justify-content: center;
      font-size: 1.1rem;
      flex-shrink: 0;
    }
    .quote-perk:nth-child(2) .quote-perk-icon { background: rgba(26,107,58,0.08); }
    .quote-perk:nth-child(3) .quote-perk-icon { background: rgba(45,59,122,0.08); }
    .quote-perk:nth-child(4) .quote-perk-icon { background: rgba(26,107,58,0.08); }
    .quote-perk-body h4 {
      font-family: var(--font-ui);
      font-size: 0.88rem;
      font-weight: 700;
      color: var(--text-dark);
      margin-bottom: 4px;
      letter-spacing: 0.02em;
    }
    .quote-perk-body p {
      font-size: 0.82rem;
      color: var(--text-muted);
      line-height: 1.65;
    }

    /* ── Form Card ── */
    .quote-form-card {
      background: var(--off-white);
      border-radius: 16px;
      border: 1px solid var(--light-gray);
      padding: 44px;
      box-shadow: var(--shadow-sm);
    }
    .quote-form-card h2 {
      font-family: var(--font-display);
      font-size: 1.5rem;
      color: var(--navy);
      margin-bottom: 32px;
      padding-bottom: 18px;
      border-bottom: 1px solid var(--light-gray);
    }
    .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-bottom: 20px;
    }
    .form-group {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
    .form-group.full { grid-column: 1 / -1; }
    .form-group label {
      font-family: var(--font-ui);
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--text-dark);
    }
    .form-group label .req { color: var(--green); margin-left: 2px; }
    .form-group input,
    .form-group select,
    .form-group textarea {
      width: 100%;
      padding: 12px 16px;
      font-family: var(--font-body);
      font-size: 0.9rem;
      color: var(--text-dark);
      background: var(--white);
      border: 1.5px solid var(--light-gray);
      border-radius: 8px;
      outline: none;
      transition: var(--transition);
      appearance: none;
    }
    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus {
      border-color: var(--navy);
      box-shadow: 0 0 0 3px rgba(45,59,122,0.08);
    }
    .form-group textarea { resize: vertical; min-height: 110px; }
    .form-group select {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237880A4' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 14px center;
      padding-right: 40px;
      cursor: pointer;
    }

    /* ── Checkboxes ── */
    .form-checkboxes {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px 20px;
      margin-top: 4px;
    }
    .form-check {
      display: flex;
      align-items: center;
      gap: 9px;
      cursor: pointer;
    }
    .form-check input[type="checkbox"] {
      width: 17px; height: 17px;
      accent-color: var(--navy);
      cursor: pointer;
      flex-shrink: 0;
      padding: 0;
      border-radius: 3px;
    }
    .form-check span {
      font-size: 0.84rem;
      color: var(--text-body);
    }

    /* ── File Upload ── */
    .file-upload-area {
      border: 2px dashed var(--mid-gray);
      border-radius: 10px;
      padding: 32px 20px;
      text-align: center;
      cursor: pointer;
      transition: var(--transition);
      background: var(--white);
      position: relative;
    }
    .file-upload-area:hover {
      border-color: var(--navy);
      background: rgba(45,59,122,0.03);
    }
    .file-upload-area input {
      position: absolute; inset: 0;
      width: 100%; height: 100%;
      opacity: 0; cursor: pointer;
      padding: 0; border: none;
    }
    .file-upload-area input:focus { box-shadow: none; }
    .file-upload-icon {
      font-size: 1.6rem;
      margin-bottom: 8px;
      display: block;
    }
    .file-upload-area p {
      font-size: 0.88rem;
      color: var(--text-body);
      margin-bottom: 4px;
    }
    .file-upload-area p strong { color: var(--navy); }
    .file-upload-area small {
      font-size: 0.75rem;
      color: var(--text-muted);
    }
    .form-label-group {
      margin-bottom: 8px;
    }
    .form-label-group label {
      font-family: var(--font-ui);
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--text-dark);
    }

    /* ── Submit ── */
    .form-submit-btn {
      width: 100%;
      padding: 16px 30px;
      background: var(--navy);
      color: var(--white);
      font-family: var(--font-ui);
      font-size: 0.95rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: var(--transition);
      margin-top: 28px;
    }
    .form-submit-btn:hover {
      background: var(--navy-dark);
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(45,59,122,0.3);
    }

    /* ── Help Banner ── */
    .help-banner {
      margin-top: 32px;
      background: var(--off-white);
      border: 1px solid var(--light-gray);
      border-radius: 12px;
      padding: 24px 28px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }
    .help-banner-left {
      display: flex;
      align-items: center;
      gap: 18px;
    }
    .help-banner-icon {
      width: 48px; height: 48px;
      background: rgba(45,59,122,0.08);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.3rem;
      flex-shrink: 0;
    }
    .help-banner-text h4 {
      font-family: var(--font-ui);
      font-size: 0.92rem;
      font-weight: 700;
      color: var(--text-dark);
      margin-bottom: 4px;
    }
    .help-banner-text p {
      font-size: 0.82rem;
      color: var(--text-muted);
    }

    /* ── Responsive ── */
    @media (max-width: 900px) {
      .quote-layout { grid-template-columns: 1fr; }
      .page-hero-img { display: none; }
    }
    @media (max-width: 640px) {
      .form-row { grid-template-columns: 1fr; }
      .form-checkboxes { grid-template-columns: 1fr; }
      .quote-form-card { padding: 28px 20px; }
    }


    /* ── Page Hero / Breadcrumb ── */
    .page-hero {
      padding-top: 72px;
      background:
        linear-gradient(135deg, rgba(247,248,252,0.96) 0%, rgba(221,224,238,0.9) 100%),
        url("assets/img/kitchen.jpg") center/cover no-repeat;
      position: relative;
      overflow: hidden;
    }
    .page-hero::before {
      content: '';
      position: absolute;
      top: 0; right: 0;
      width: 45%;
      height: 100%;
      background: linear-gradient(135deg, rgba(45,59,122,0.1), rgba(26,107,58,0.14));
      clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    }
    .page-hero-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: center;
      padding: 60px 0 56px;
      gap: 40px;
    }
    .breadcrumb {
      font-family: var(--font-ui);
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      color: var(--text-muted);
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .breadcrumb a { color: var(--text-muted); transition: var(--transition); }
    .breadcrumb a:hover { color: var(--navy); }
    .breadcrumb span { color: var(--navy); }
    .page-hero h1 {
      font-family: var(--font-display);
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 800;
      color: var(--navy);
      line-height: 1.15;
    }
    .page-hero-img {
      width: 300px; height: 210px;
      background: var(--white);
      border: 1px solid rgba(197,201,216,0.65);
      border-radius: 8px;
      padding: 10px;
      display: flex; align-items: center; justify-content: center;
      box-shadow: var(--shadow-lg);
      flex-shrink: 0;
      overflow: hidden;
    }
    .page-hero-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 6px;
    }

    /* ── Portfolio Section ── */
    .portfolio-section {
      padding: 80px 0 100px;
      background: var(--white);
    }

    /* ── Filter Tabs ── */
    .portfolio-filters {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      margin-bottom: 48px;
    }
    .filter-btn {
      font-family: var(--font-ui);
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      padding: 9px 20px;
      border-radius: 30px;
      border: 1.5px solid var(--light-gray);
      background: var(--white);
      color: var(--text-body);
      cursor: pointer;
      transition: var(--transition);
    }
    .filter-btn:hover {
      border-color: var(--navy);
      color: var(--navy);
    }
    .filter-btn.active {
      background: var(--navy);
      color: var(--white);
      border-color: var(--navy);
    }

    /* ── Portfolio Grid ── */
    .portfolio-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-bottom: 60px;
    }

    .portfolio-card {
      background: var(--off-white);
      border-radius: 12px;
      overflow: hidden;
      border: 1px solid var(--light-gray);
      transition: var(--transition);
      cursor: pointer;
    }
    .portfolio-card:hover {
      transform: translateY(-6px);
      box-shadow: var(--shadow-md);
      border-color: rgba(45,59,122,0.12);
    }
    .portfolio-card:hover .portfolio-card-overlay {
      opacity: 1;
    }

    .portfolio-card-img {
      height: 200px;
      background: linear-gradient(135deg, var(--light-gray) 0%, var(--mid-gray) 100%);
      position: relative;
      display: flex; align-items: center; justify-content: center;
      font-size: 2.2rem;
      overflow: hidden;
    }
    .portfolio-card-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease;
    }
    .portfolio-card:hover .portfolio-card-img img {
      transform: scale(1.05);
    }
    .portfolio-card-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(45,59,122,0.75), rgba(26,107,58,0.65));
      opacity: 0;
      transition: var(--transition);
      display: flex; align-items: center; justify-content: center;
      gap: 12px;
    }
    .portfolio-card-overlay a {
      font-family: var(--font-ui);
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      color: var(--white);
      text-transform: uppercase;
      padding: 8px 18px;
      border: 1.5px solid rgba(255,255,255,0.7);
      border-radius: 30px;
      transition: var(--transition);
    }
    .portfolio-card-overlay a:hover {
      background: rgba(255,255,255,0.15);
    }

    .portfolio-card-body {
      padding: 18px 20px;
    }
    .portfolio-card-body h3 {
      font-family: var(--font-ui);
      font-size: 0.95rem;
      font-weight: 700;
      color: var(--navy);
      margin-bottom: 10px;
      letter-spacing: 0.02em;
    }
    .portfolio-tag {
      display: inline-block;
      font-family: var(--font-ui);
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      padding: 4px 12px;
      border-radius: 30px;
      background: rgba(45,59,122,0.08);
      color: var(--navy);
      border: 1px solid rgba(45,59,122,0.12);
    }

    /* ── CTA Banner ── */
    .portfolio-cta {
      background: var(--off-white);
      border: 1px solid var(--light-gray);
      border-radius: 14px;
      padding: 36px 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      flex-wrap: wrap;
    }
    .portfolio-cta-left {
      display: flex;
      align-items: center;
      gap: 20px;
    }
    .portfolio-cta-icon {
      width: 56px; height: 56px;
      background: rgba(45,59,122,0.08);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.5rem;
      flex-shrink: 0;
    }
    .portfolio-cta-text h3 {
      font-family: var(--font-display);
      font-size: 1.25rem;
      color: var(--navy);
      margin-bottom: 5px;
    }
    .portfolio-cta-text p {
      font-size: 0.87rem;
      color: var(--text-muted);
    }

    /* ── Responsive ── */
    @media (max-width: 900px) {
      .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
      .page-hero-img { display: none; }
    }
    @media (max-width: 560px) {
      .portfolio-grid { grid-template-columns: 1fr; }
      .portfolio-filters { gap: 8px; }
      .portfolio-cta { flex-direction: column; align-items: flex-start; }
    }

/* ============================================================
   SEND METHOD MODAL
============================================================ */
.send-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(18, 24, 61, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.send-modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.send-modal-box {
  background: var(--white);
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
  padding: 36px 32px 28px;
  position: relative;
  box-shadow: 0 24px 80px rgba(18, 24, 61, 0.22);
  transform: translateY(18px) scale(0.97);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.send-modal-overlay.open .send-modal-box {
  transform: translateY(0) scale(1);
}

.send-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border: none;
  background: var(--light-gray);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-body);
  transition: var(--transition);
  flex-shrink: 0;
}

.send-modal-close:hover {
  background: var(--mid-gray);
  color: var(--navy);
}

/* Header */
.send-modal-header {
  text-align: center;
  margin-bottom: 20px;
}

.send-modal-icon-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.send-modal-header h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}

.send-modal-header p {
  font-size: 0.87rem;
  color: var(--text-muted);
  line-height: 1.55;
}

/* Summary strip */
.send-modal-summary {
  margin-bottom: 18px;
}

.send-modal-summary-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 12px;
  background: var(--off-white);
  border: 1px solid var(--light-gray);
  border-radius: 8px;
  padding: 12px 16px;
}

.sms-label {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  white-space: nowrap;
  padding: 2px 0;
}

.sms-val {
  font-size: 0.83rem;
  color: var(--text-dark);
  font-weight: 500;
  padding: 2px 0;
  word-break: break-word;
}

/* Option buttons */
.send-modal-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}

.send-modal-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 10px;
  border: 2px solid transparent;
  cursor: pointer;
  font-family: var(--font-body);
  text-align: left;
  transition: var(--transition);
  width: 100%;
}

.send-modal-btn-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--transition);
}

.send-modal-btn-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.send-modal-btn-text strong {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
}

.send-modal-btn-text small {
  font-size: 0.78rem;
  line-height: 1.3;
  opacity: 0.82;
}

/* Email variant */
.send-modal-btn--email {
  background: rgba(45, 59, 122, 0.05);
  border-color: rgba(45, 59, 122, 0.18);
  color: var(--navy);
}

.send-modal-btn--email .send-modal-btn-icon {
  background: rgba(45, 59, 122, 0.1);
  color: var(--navy);
}

.send-modal-btn--email:hover {
  background: rgba(45, 59, 122, 0.1);
  border-color: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(45, 59, 122, 0.14);
}

/* WhatsApp variant */
.send-modal-btn--whatsapp {
  background: rgba(37, 211, 102, 0.06);
  border-color: rgba(37, 211, 102, 0.3);
  color: #1a7a40;
}

.send-modal-btn--whatsapp .send-modal-btn-icon {
  background: rgba(37, 211, 102, 0.12);
  color: #1a7a40;
}

.send-modal-btn--whatsapp:hover {
  background: rgba(37, 211, 102, 0.12);
  border-color: #25d366;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.18);
}

/* Footnote */
.send-modal-note {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 0.74rem;
  color: var(--text-muted);
  line-height: 1.5;
  padding: 10px 12px;
  background: var(--off-white);
  border-radius: 6px;
  border: 1px solid var(--light-gray);
}

/* ── Validation feedback ── */
.input-invalid {
  border-color: #d63b3b !important;
  background: #fff8f8 !important;
  box-shadow: 0 0 0 3px rgba(214, 59, 59, 0.12) !important;
}

.field-error {
  display: block;
  font-size: 0.75rem;
  color: #d63b3b;
  margin-top: 4px;
  font-weight: 500;
}

/* ── File chips ── */
.file-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
  width: 100%;
}

.file-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  background: rgba(45, 59, 122, 0.07);
  border: 1px solid rgba(45, 59, 122, 0.16);
  border-radius: 20px;
  color: var(--navy);
  word-break: break-all;
}

/* ── Drag-over state ── */
.file-upload-area.drag-over {
  border-color: var(--navy);
  background: rgba(45, 59, 122, 0.05);
}

/* ── Mobile ── */
@media (max-width: 520px) {
  .send-modal-box {
    padding: 28px 20px 22px;
  }

  .send-modal-summary-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .sms-label { margin-top: 6px; }
  .sms-label:first-child { margin-top: 0; }
}
/* ── Page-specific styles ── */

    /* Page Hero */
    .page-hero {
      padding-top: 72px;
      background:
        linear-gradient(135deg, rgba(247,248,252,0.96) 0%, rgba(221,224,238,0.9) 100%),
        url("assets/img/hood install.png") center/cover no-repeat;
      position: relative;
      overflow: hidden;
    }
    .page-hero::before {
      content: '';
      position: absolute;
      top: 0; right: 0;
      width: 45%;
      height: 100%;
      background: linear-gradient(135deg, rgba(45,59,122,0.1), rgba(26,107,58,0.14));
      clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    }
    .page-hero-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: center;
      padding: 60px 0 56px;
      gap: 40px;
    }
    .breadcrumb {
      font-family: var(--font-ui);
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      color: var(--text-muted);
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .breadcrumb a { color: var(--text-muted); transition: var(--transition); }
    .breadcrumb a:hover { color: var(--navy); }
    .breadcrumb span { color: var(--navy); }
    .breadcrumb-sep { opacity: 0.5; }
    .page-hero h1 {
      font-family: var(--font-display);
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 800;
      color: var(--navy);
      line-height: 1.15;
    }
    .page-hero-img {
      width: 300px; height: 210px;
      background: var(--white);
      border: 1px solid rgba(197,201,216,0.65);
      border-radius: 8px;
      padding: 10px;
      display: flex; align-items: center; justify-content: center;
      box-shadow: var(--shadow-lg);
      flex-shrink: 0;
      overflow: hidden;
      position: relative;
    }
    .page-hero-img img {
      width: 100%; height: 100%;
      object-fit: cover;
      border-radius: 6px;
    }

    /* ── Contact Section ── */
    .contact-section {
      padding: 80px 0 100px;
      background: var(--white);
    }
    .contact-layout {
      display: grid;
      grid-template-columns: 360px 1fr;
      gap: 64px;
      align-items: start;
    }

    /* Sidebar */
    .contact-sidebar-title {
      font-family: var(--font-display);
      font-size: 1.75rem;
      font-weight: 700;
      color: var(--navy);
      line-height: 1.25;
      margin-bottom: 14px;
    }
    .contact-sidebar-sub {
      font-size: 0.91rem;
      color: var(--text-muted);
      line-height: 1.8;
      margin-bottom: 36px;
    }

    /* Contact info list */
    .contact-info-list { display: flex; flex-direction: column; gap: 0; }
    .contact-info-item {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      padding: 18px 0;
      border-bottom: 1px solid var(--light-gray);
    }
    .contact-info-item:first-child { border-top: 1px solid var(--light-gray); }
    .contact-info-icon {
      width: 42px; height: 42px;
      border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1rem;
      flex-shrink: 0;
    }
    .contact-info-icon.navy  { background: rgba(45,59,122,0.09); }
    .contact-info-icon.green { background: rgba(26,107,58,0.09); }
    .contact-info-body h4 {
      font-family: var(--font-ui);
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      color: var(--navy);
      margin-bottom: 3px;
    }
    .contact-info-body p,
    .contact-info-body a {
      font-size: 0.88rem;
      color: var(--text-muted);
      line-height: 1.55;
    }
    .contact-info-body a:hover { color: var(--navy); }

    /* Follow Us */
    .contact-follow {
      margin-top: 32px;
    }
    .contact-follow h4 {
      font-family: var(--font-ui);
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--navy);
      margin-bottom: 14px;
    }
    .contact-socials {
      display: flex;
      gap: 10px;
    }
    .contact-social-btn {
      width: 38px; height: 38px;
      border-radius: 8px;
      border: 1.5px solid var(--light-gray);
      display: flex; align-items: center; justify-content: center;
      font-size: 0.85rem;
      color: var(--text-muted);
      transition: var(--transition);
      cursor: pointer;
      font-family: var(--font-ui);
      font-weight: 700;
    }
    .contact-social-btn:hover {
      background: var(--navy);
      border-color: var(--navy);
      color: var(--white);
      transform: translateY(-2px);
      box-shadow: 0 4px 14px rgba(45,59,122,0.2);
    }

    /* Form Card */
    .contact-form-card {
      background: var(--off-white);
      border-radius: 16px;
      border: 1px solid var(--light-gray);
      padding: 44px;
      box-shadow: var(--shadow-sm);
    }
    .contact-form-card h2 {
      font-family: var(--font-display);
      font-size: 1.5rem;
      color: var(--navy);
      margin-bottom: 32px;
      padding-bottom: 18px;
      border-bottom: 1px solid var(--light-gray);
    }
    .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-bottom: 20px;
    }
    .form-group {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
    .form-group.full { grid-column: 1 / -1; }
    .form-group label {
      font-family: var(--font-ui);
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--text-dark);
    }
    .form-group label .req { color: var(--green); margin-left: 2px; }
    .form-group input,
    .form-group select,
    .form-group textarea {
      width: 100%;
      padding: 12px 16px;
      font-family: var(--font-body);
      font-size: 0.9rem;
      color: var(--text-dark);
      background: var(--white);
      border: 1.5px solid var(--light-gray);
      border-radius: 8px;
      outline: none;
      transition: var(--transition);
      appearance: none;
    }
    .form-group input::placeholder,
    .form-group textarea::placeholder {
      color: var(--text-muted);
      font-size: 0.87rem;
    }
    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus {
      border-color: var(--navy);
      box-shadow: 0 0 0 3px rgba(45,59,122,0.08);
    }
    .form-group textarea {
      resize: vertical;
      min-height: 130px;
    }
    .form-submit-btn {
      width: 100%;
      padding: 16px 30px;
      background: var(--navy);
      color: var(--white);
      font-family: var(--font-ui);
      font-size: 0.95rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: var(--transition);
      margin-top: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }
    .form-submit-btn:hover {
      background: var(--navy-dark);
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(45,59,122,0.3);
    }

    /* Success Message */
    .form-success {
      display: none;
      background: rgba(26,107,58,0.08);
      border: 1px solid rgba(26,107,58,0.2);
      border-radius: 10px;
      padding: 18px 22px;
      margin-top: 18px;
      font-size: 0.9rem;
      color: var(--green-dark);
      font-family: var(--font-ui);
      font-weight: 600;
      letter-spacing: 0.02em;
      text-align: center;
    }
    .form-success.show { display: block; }

    /* ── Map Section ── */
    .map-section {
      background: var(--off-white);
      padding: 0;
    }
    .map-container {
      width: 100%;
      height: 380px;
      background: linear-gradient(135deg, var(--light-gray) 0%, #d4d8eb 100%);
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }
    .map-container iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: none;
      filter: grayscale(20%) contrast(1.05);
    }
    .map-overlay-pin {
      position: relative;
      z-index: 2;
      background: var(--white);
      border-radius: 14px;
      padding: 20px 28px;
      box-shadow: var(--shadow-md);
      display: flex;
      align-items: center;
      gap: 14px;
      pointer-events: none;
    }
    .map-overlay-pin .pin-icon {
      width: 48px; height: 48px;
      background: var(--navy);
      color: var(--white);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.3rem;
      flex-shrink: 0;
    }
    .map-overlay-pin .pin-text h4 {
      font-family: var(--font-ui);
      font-size: 0.9rem;
      font-weight: 700;
      color: var(--text-dark);
      margin-bottom: 2px;
    }
    .map-overlay-pin .pin-text p {
      font-size: 0.82rem;
      color: var(--text-muted);
    }
    /* Map placeholder when no iframe */
    .map-placeholder-label {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      font-family: var(--font-ui);
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--text-muted);
      z-index: 2;
    }

    /* ── Info Strip ── */
    .contact-strip {
      background: var(--white);
      padding: 48px 0;
      border-bottom: 1px solid var(--light-gray);
    }
    .contact-strip-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
      text-align: center;
    }
    .contact-strip-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      padding: 24px 20px;
      border-radius: 12px;
      border: 1px solid var(--light-gray);
      transition: var(--transition);
    }
    .contact-strip-item:hover {
      border-color: rgba(45,59,122,0.2);
      box-shadow: var(--shadow-sm);
      transform: translateY(-3px);
    }
    .contact-strip-icon {
      width: 52px; height: 52px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.3rem;
    }
    .contact-strip-icon.icon-1 { background: rgba(45,59,122,0.08); }
    .contact-strip-icon.icon-2 { background: rgba(26,107,58,0.08); }
    .contact-strip-icon.icon-3 { background: rgba(45,59,122,0.08); }
    .contact-strip-icon.icon-4 { background: rgba(26,107,58,0.08); }
    .contact-strip-item h4 {
      font-family: var(--font-ui);
      font-size: 0.82rem;
      font-weight: 700;
      color: var(--text-dark);
      letter-spacing: 0.05em;
      text-transform: uppercase;
    }
    .contact-strip-item p {
      font-size: 0.84rem;
      color: var(--text-muted);
      line-height: 1.55;
    }
    .contact-strip-item a {
      font-size: 0.84rem;
      color: var(--text-muted);
      transition: var(--transition);
    }
    .contact-strip-item a:hover { color: var(--navy); }

    /* ── Responsive ── */
    @media (max-width: 960px) {
      .contact-layout { grid-template-columns: 1fr; gap: 48px; }
      .page-hero-img { display: none; }
      .contact-strip-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 640px) {
      .form-row { grid-template-columns: 1fr; }
      .contact-form-card { padding: 28px 20px; }
      .contact-strip-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 480px) {
      .contact-strip-grid { grid-template-columns: 1fr; }
    }

/* ============================================================
   FLOATING BUTTONS – WhatsApp & Scroll To Top
============================================================ */
.floating-btns {
  position: fixed;
  bottom: 32px;
  right: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  z-index: 9999;
}

/* Base FAB */
.fab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  transition: var(--transition);
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(0,0,0,0.18);
  overflow: hidden;
  white-space: nowrap;
}

/* WhatsApp button – hidden by default, shown on scroll via JS */
.fab-whatsapp {
  background: var(--green);
  color: var(--white);
  padding: 14px 22px 14px 16px;
  border-radius: 50px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.35s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.fab-whatsapp.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.fab-whatsapp:hover {
  background: var(--green-dark);
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 10px 30px rgba(26,107,58,0.45);
}
.fab-whatsapp svg {
  flex-shrink: 0;
}
.fab-label {
  font-family: var(--font-ui);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Scroll-to-top button */
.fab-scroll-top {
  background: var(--navy);
  color: var(--white);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  padding: 0;
  /* hidden by default, shown via JS */
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.35s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.fab-scroll-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.fab-scroll-top:hover {
  background: var(--navy-dark);
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(45,59,122,0.45);
}

/* Pulse ring on WhatsApp button */
.fab-whatsapp::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255,255,255,0.15);
  opacity: 0;
  transform: scale(1);
  transition: opacity 0.3s, transform 0.3s;
}
.fab-whatsapp:active::before {
  opacity: 1;
  transform: scale(1.08);
}

/* Mobile tweak – hide label on very small screens */
@media (max-width: 480px) {
  .floating-btns {
    bottom: 22px;
    right: 16px;
    gap: 12px;
  }
  .fab-whatsapp {
    width: 46px;
    height: 46px;
    padding: 0;
    border-radius: 50%;
    /* hidden by default on mobile – shown via JS on scroll */
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.35s ease, transform 0.35s ease, background 0.25s ease, box-shadow 0.25s ease;
  }
  .fab-whatsapp.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .fab-label { display: none; }
  .fab-scroll-top {
    width: 46px;
    height: 46px;
  }
}

/* ============================================================
   FOOTER – Jdevs Credit
============================================================ */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-credit {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.04em;
}

.footer-credit-link {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-weight: 700;
  transition: color 0.25s;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  padding-bottom: 1px;
}
.footer-credit-link:hover {
  color: var(--white);
  border-bottom-color: var(--white);
}

@media (max-width: 640px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .footer-credit { order: 3; }
}

/* ============================================================
   SPARE PARTS & REFRIGERATION SUPPLIES SECTION
============================================================ */

.spare-parts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  margin-top: 0;
}

.spare-card {
  background: var(--white);
  border: 1.5px solid var(--light-gray);
  border-radius: 16px;
  padding: 32px 28px 28px;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.spare-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--navy), var(--green));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.spare-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--navy-light);
}

.spare-card:hover::before {
  opacity: 1;
}

.spare-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--white);
  flex-shrink: 0;
}

.spare-card h3 {
  font-family: var(--font-display);
  font-size: 1.18rem;
  color: var(--navy);
  margin-bottom: 10px;
  line-height: 1.25;
}

.spare-card h3 span {
  color: var(--green);
}

.spare-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 18px;
  line-height: 1.65;
}

.spare-card .check-list {
  margin-top: 0;
}

.spare-card .check-list li {
  font-size: 0.875rem;
  padding: 4px 0 4px 22px;
}

/* reveal-delay-6 */
.reveal-delay-6 { transition-delay: 0.6s; }

@media (max-width: 768px) {
  .spare-parts-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
