*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --blue: #2563EB; --blue-dark: #1D4ED8; --blue-light: #DBEAFE; --blue-soft: #EFF6FF;
  --navy: #1E293B; --navy-deep: #0F172A;
  --gray-50: #F8FAFC; --gray-100: #F1F5F9; --gray-200: #E2E8F0;
  --gray-400: #94A3B8; --gray-500: #64748B; --gray-600: #475569; --gray-700: #334155;
  --white: #FFFFFF;
  --accent: #B91C5C;
  --topbar-h: 42px;
  --shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.05);
  --shadow-md: 0 4px 12px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 12px 30px rgba(15, 23, 42, 0.12);
}
html { scroll-behavior: smooth; }
body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px; line-height: 1.6; color: var(--navy); background: var(--white);
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
::selection { background: var(--blue); color: var(--white); }

/* === TOP UTILITY BAR === */
.topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--topbar-h);
  background: linear-gradient(180deg, #142036 0%, var(--navy-deep) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  z-index: 101;
  display: flex; align-items: center; justify-content: center;
}
.topbar-inner {
  display: flex; align-items: center; gap: 1.75rem;
}
.topbar-item {
  display: flex; align-items: center; gap: 0.45rem;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 0.86rem; font-weight: 600;
  letter-spacing: 0.01em;
  transition: color 0.2s ease, transform 0.2s ease;
}
.topbar-item svg { color: #8FC2FF; flex-shrink: 0; transition: color 0.2s ease; }
.topbar-item:hover { color: #FFFFFF; }
.topbar-item:hover svg { color: #BFD9FF; }
.topbar-divider { width: 1px; height: 16px; background: rgba(255, 255, 255, 0.18); }

nav {
  position: fixed;
  top: var(--topbar-h); left: 0; right: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--gray-100);
  transition: all 0.35s cubic-bezier(.22,.61,.36,1);
}
.nav-inner {
  max-width: 1280px; margin: 0 auto;
  padding: 1.5rem 2rem;
  display: flex; align-items: center; justify-content: space-between;
  transition: padding 0.35s cubic-bezier(.22,.61,.36,1);
}
nav.scrolled .nav-inner { padding: 0.85rem 2rem; }
nav.scrolled .logo-img { height: 64px; }
.logo { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; color: var(--navy-deep); }
.logo-img { height: 108px; width: auto; display: block; transition: height 0.35s cubic-bezier(.22,.61,.36,1); }
.footer-logo-img { height: 108px; filter: brightness(0) invert(1); }
.logo-mark { width: 48px; height: 48px; flex-shrink: 0; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-text .top { font-weight: 700; font-size: 1.05rem; letter-spacing: 0.08em; }
.logo-text .bot { font-weight: 500; font-size: 0.65rem; letter-spacing: 0.3em; color: var(--gray-500); margin-top: 4px; }
.nav-links { display: flex; gap: 2.2rem; align-items: center; }
.nav-links a {
  text-decoration: none; color: var(--navy-deep);
  font-size: 0.85rem; font-weight: 600; letter-spacing: 0.05em;
  text-transform: uppercase; position: relative; transition: color 0.2s;
}
.nav-links a:hover { color: var(--blue); }
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 50%;
  width: 0; height: 2px; background: var(--blue);
  transition: all 0.3s ease; transform: translateX(-50%);
}
.nav-links a:hover::after { width: 100%; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--navy-deep); transition: 0.3s; }

.hero {
  position: relative; min-height: 90vh; display: flex; align-items: center; justify-content: center;
  text-align: center; color: var(--white); overflow: hidden; padding: 8rem 2rem 6rem; margin-top: 182px;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 8, 15, 0.45) 0%, rgba(10, 8, 15, 0.2) 45%, rgba(10, 8, 15, 0.7) 100%),
    url('hero-house.jpg') center/cover no-repeat,
    linear-gradient(135deg, #2a1810 0%, #3d2818 35%, #c8851f 70%, #8b5a3c 100%);
  z-index: -1;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(ellipse 80% 50% at 50% 60%, rgba(255, 180, 90, 0.15), transparent 70%),
    radial-gradient(ellipse 60% 40% at 30% 70%, rgba(255, 140, 60, 0.10), transparent 60%);
}
.hero-content { position: relative; z-index: 1; max-width: 900px; }
.hero h1 {
  font-size: clamp(2.75rem, 6.5vw, 5rem); font-weight: 800;
  letter-spacing: -0.025em; line-height: 1.02; margin-bottom: 1.5rem;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.6), 0 2px 8px rgba(0, 0, 0, 0.5);
}
.hero p {
  font-size: clamp(1.15rem, 2vw, 1.6rem); font-weight: 500; opacity: 1;
  letter-spacing: 0.04em; text-shadow: 0 2px 20px rgba(0, 0, 0, 0.7), 0 1px 4px rgba(0, 0, 0, 0.5);
  max-width: 600px; margin: 0 auto;
}
.hero-cta-group { margin-top: 3rem; display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.scroll-hint {
  position: absolute;
  bottom: 2.5rem; left: 50%; transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  z-index: 2;
  animation: scrollHint 2.4s ease-in-out infinite;
  pointer-events: none;
}
.scroll-hint::after {
  content: '';
  display: block;
  width: 1px; height: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.7), rgba(255,255,255,0));
  margin: 0.6rem auto 0;
}
@keyframes scrollHint {
  0%, 100% { transform: translate(-50%, 0); opacity: 0.6; }
  50% { transform: translate(-50%, 8px); opacity: 1; }
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.95rem 1.8rem; border-radius: 8px; text-decoration: none;
  font-weight: 600; font-size: 0.95rem; transition: all 0.25s ease;
  cursor: pointer; border: none; font-family: inherit;
}
.btn-primary { background: var(--blue); color: var(--white); }
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 10px 25px rgba(37, 99, 235, 0.4); }
.btn-outline-white {
  background: rgba(255, 255, 255, 0.1); color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.5); backdrop-filter: blur(8px);
}
.btn-outline-white:hover { background: var(--white); color: var(--navy-deep); }

section { padding: 7rem 2rem; position: relative; scroll-margin-top: 100px; }
.container { max-width: 1280px; margin: 0 auto; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 5rem; }
.section-head h2 {
  font-size: clamp(2rem, 4.5vw, 3.25rem); font-weight: 800; color: var(--navy-deep);
  letter-spacing: -0.025em; line-height: 1.1; margin-bottom: 1rem;
}
.section-head p { font-size: 1.15rem; color: var(--gray-500); line-height: 1.6; }
.section-gray { background: var(--gray-100); }

.what-we-do { text-align: center; padding: 5rem 2rem 3rem; }
.what-we-do h2 {
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: var(--navy-deep);
  letter-spacing: -0.025em; margin-bottom: 1.5rem; line-height: 1.15;
}
.what-we-do p { max-width: 760px; margin: 0 auto; font-size: 1.1rem; color: var(--gray-600); line-height: 1.75; }
.what-we-do::after {
  content: '';
  display: block;
  width: 60px; height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
  margin: 2.5rem auto 0;
}

/* === WHO WE SERVE === */
.who-serve {
  padding: 5rem 2rem 6rem;
  background: linear-gradient(180deg, var(--gray-50) 0%, var(--white) 100%);
}
.serve-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3.5rem;
}
.serve-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: left;
  transition: all 0.35s cubic-bezier(.22,.61,.36,1);
  position: relative;
  overflow: hidden;
}
.serve-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.serve-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px -12px rgba(15, 23, 42, 0.15);
  border-color: var(--blue-light);
}
.serve-card:hover::before { transform: scaleX(1); }
.serve-icon {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, var(--blue-light), var(--blue-soft));
  color: var(--blue);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem;
}
.serve-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy-deep);
  margin-bottom: 0.6rem;
  letter-spacing: -0.01em;
}
.serve-card p {
  font-size: 0.92rem;
  color: var(--gray-500);
  line-height: 1.6;
}

.veka { padding-top: 3rem; padding-bottom: 5rem; }

.veka-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; margin-bottom: 4rem; }
.veka-content h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 800; color: var(--navy-deep);
  margin-bottom: 1.5rem; letter-spacing: -0.02em; line-height: 1.15;
}
.veka-content p { color: var(--gray-600); margin-bottom: 1.25rem; line-height: 1.7; }
.veka-content .highlight { color: var(--navy-deep); font-weight: 600; }
.veka-image {
  background: linear-gradient(135deg, #FAFBFC 0%, #F1F5F9 100%);
  border: 1px solid var(--gray-200); border-radius: 20px;
  padding: 2rem; box-shadow: 0 24px 48px -12px rgba(15, 23, 42, 0.1), 0 0 0 1px rgba(15, 23, 42, 0.03);
  display: flex; align-items: center; justify-content: center; min-height: 460px;
  position: relative; overflow: hidden;
}
.veka-image::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(37, 99, 235, 0.06), transparent 60%);
  pointer-events: none;
}
.veka-profile-img {
  width: 100%; max-width: 420px; height: auto;
  position: relative; z-index: 1;
  filter: drop-shadow(0 20px 40px rgba(15, 23, 42, 0.12));
  transition: transform 0.5s cubic-bezier(.22,.61,.36,1);
}
.veka-image:hover .veka-profile-img { transform: scale(1.03) rotate(-1deg); }

.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.25rem; margin-top: 4rem; }
.stat-card {
  background: var(--white); border: 1px solid var(--gray-200); border-radius: 16px;
  padding: 2.25rem 1.5rem; text-align: center;
  transition: all 0.35s cubic-bezier(.22,.61,.36,1);
  position: relative; overflow: hidden;
}
.stat-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--blue-soft) 0%, transparent 60%);
  opacity: 0; transition: opacity 0.35s ease;
}
.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 30px -8px rgba(37, 99, 235, 0.18);
  border-color: var(--blue-light);
}
.stat-card:hover::before { opacity: 1; }
.stat-card > * { position: relative; z-index: 1; }
.stat-num { font-size: 2.5rem; font-weight: 800; color: var(--blue); letter-spacing: -0.03em; margin-bottom: 0.5rem; }
.stat-label { font-size: 0.92rem; color: var(--gray-500); font-weight: 500; }

.products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.5rem; }
.product-card {
  background: var(--white); border-radius: 16px; overflow: hidden;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
  transition: all 0.4s cubic-bezier(.22,.61,.36,1);
  border: 1px solid var(--gray-200);
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px -12px rgba(15, 23, 42, 0.18);
  border-color: var(--blue-light);
}
.product-image {
  aspect-ratio: 1; background: linear-gradient(135deg, #F8FAFC, #E8EEF5);
  display: flex; align-items: center; justify-content: center; padding: 2rem;
  border-bottom: 1px solid var(--gray-100);
}
.product-info { padding: 1.75rem; }
.product-info h3 { font-size: 1.2rem; font-weight: 700; color: var(--navy-deep); margin-bottom: 0.6rem; letter-spacing: -0.01em; }
.product-info > p { font-size: 0.9rem; color: var(--gray-500); line-height: 1.55; margin-bottom: 1rem; }
.product-info ul { list-style: none; padding-top: 1rem; border-top: 1px solid var(--gray-100); }
.product-info li {
  font-size: 0.85rem; color: var(--gray-600); padding: 0.3rem 0;
  display: flex; gap: 0.5rem; align-items: flex-start;
}
.product-info li::before { content: '●'; color: var(--blue); font-size: 0.7rem; margin-top: 0.4rem; }

.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem 2.5rem; max-width: 1100px; margin: 0 auto; }
.benefit { text-align: center; padding: 1rem; }
.benefit-icon {
  width: 72px; height: 72px;
  background: linear-gradient(135deg, var(--blue-light), var(--blue-soft));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.5rem; color: var(--blue);
  transition: all 0.4s cubic-bezier(.22,.61,.36,1);
  box-shadow: 0 8px 20px -8px rgba(37, 99, 235, 0.3);
}
.benefit:hover .benefit-icon {
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: var(--white); transform: scale(1.08) translateY(-4px);
  box-shadow: 0 16px 30px -8px rgba(37, 99, 235, 0.5);
}
.benefit h3 { font-size: 1.2rem; font-weight: 700; color: var(--navy-deep); margin-bottom: 0.6rem; letter-spacing: -0.01em; }
.benefit p { font-size: 0.95rem; color: var(--gray-500); line-height: 1.65; }

.glass-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-top: 3rem; }
.glass-card {
  background: var(--white); border: 1px solid var(--gray-200); border-radius: 12px;
  padding: 1.75rem; transition: all 0.25s ease;
}
.glass-card:hover { border-color: var(--blue-light); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.glass-icon {
  width: 44px; height: 44px; background: var(--blue-light); color: var(--blue);
  border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem;
}
.glass-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--navy-deep); }
.glass-card > p { font-size: 0.88rem; color: var(--gray-500); line-height: 1.55; margin-bottom: 1rem; }
.glass-card ul { list-style: none; padding-top: 1rem; border-top: 1px solid var(--gray-100); }
.glass-card li {
  font-size: 0.82rem; color: var(--gray-600); padding: 0.25rem 0;
  display: flex; gap: 0.5rem; align-items: center;
}
.glass-card li::before { content: '●'; color: var(--blue); font-size: 0.6rem; }

.energy-table {
  background: var(--white); border-radius: 12px; padding: 2.5rem; margin-top: 3rem;
  border: 1px solid var(--gray-200);
}
.energy-table h3 { text-align: center; font-size: 1.5rem; font-weight: 700; margin-bottom: 2rem; color: var(--navy-deep); }
.energy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.energy-col h4 { font-weight: 700; color: var(--navy-deep); margin-bottom: 1rem; font-size: 1.05rem; }
.energy-row {
  display: flex; justify-content: space-between; padding: 0.6rem 0;
  border-bottom: 1px solid var(--gray-100); font-size: 0.95rem;
}
.energy-row span:last-child { font-weight: 600; color: var(--blue); }

.colors-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; max-width: 880px; margin: 0 auto; }
.color-card {
  background: var(--white); border: 1px solid var(--gray-200); border-radius: 12px;
  padding: 1.75rem; display: flex; gap: 1.25rem; align-items: center; transition: all 0.25s ease;
}
.color-card:hover { border-color: var(--blue-light); box-shadow: var(--shadow-md); }
.color-swatch {
  width: 60px; height: 60px; border-radius: 8px; flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1), 0 2px 8px rgba(0,0,0,0.1);
}
.swatch-white { background: linear-gradient(135deg, #ffffff, #f8fafc); }
.swatch-almond { background: linear-gradient(135deg, #f4ead5, #e6d4ae); }
.swatch-black { background: linear-gradient(135deg, #1a1a1a 50%, #ffffff 50%); }
.swatch-bronze { background: linear-gradient(135deg, #5a3a28 50%, #ffffff 50%); }
.color-info h3 { font-size: 1.1rem; font-weight: 700; color: var(--navy-deep); margin-bottom: 0.2rem; }
.color-info .tag { display: inline-block; font-size: 0.78rem; color: var(--blue); font-weight: 600; margin-bottom: 0.4rem; }
.color-info p { font-size: 0.88rem; color: var(--gray-500); line-height: 1.5; }
.custom-color-banner {
  background: var(--gray-100); border-radius: 12px; padding: 1.5rem;
  margin-top: 2rem; text-align: center; font-weight: 600; color: var(--navy-deep);
}

/* === FULL-BLEED IMAGE BAND === */
.image-band {
  position: relative;
  min-height: 460px;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 5rem 2rem;
}
.image-band-bg {
  position: absolute; inset: 0;
  background: url('gallery/custom-04-stucco-grand.jpg') center 30%/cover no-repeat;
  background-attachment: fixed;
  will-change: transform;
}
.image-band-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.88) 0%, rgba(15, 23, 42, 0.62) 50%, rgba(30, 45, 92, 0.8) 100%);
}
.image-band-content {
  position: relative; z-index: 2;
  max-width: 720px;
  color: var(--white);
}
.image-band-content h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 800; line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
  color: var(--white);
}
.image-band-content h2 em {
  font-style: italic;
  color: #8FC2FF;
}
.image-band-content p {
  font-size: 1.08rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 2rem;
}
.eyebrow-light {
  background: rgba(143, 194, 255, 0.15);
  color: #BFD9FF;
}

/* === BEFORE / AFTER SLIDER === */
.beforeafter-section { padding: 5rem 2rem 6rem; background: linear-gradient(180deg, var(--white), var(--gray-50)); }
.ba-wrap { max-width: 900px; margin: 3rem auto 0; }
.ba-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px -16px rgba(15, 23, 42, 0.35);
  cursor: ew-resize;
  user-select: none;
  background: var(--gray-200);
}
.ba-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.ba-before-wrap {
  position: absolute; inset: 0;
  width: 50%;
  overflow: hidden;
  will-change: width;
}
.ba-before-wrap .ba-before {
  width: auto;
  height: 100%;
  max-width: none;
}
.ba-divider {
  position: absolute; top: 0; bottom: 0;
  left: 50%;
  width: 3px;
  background: var(--white);
  box-shadow: 0 0 12px rgba(0,0,0,0.4);
  transform: translateX(-50%);
  will-change: left;
}
.ba-handle {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 48px; height: 48px;
  background: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--blue);
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}
.ba-label {
  position: absolute; bottom: 1rem;
  padding: 0.35rem 0.9rem;
  background: rgba(15, 23, 42, 0.75);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  backdrop-filter: blur(4px);
  pointer-events: none;
}
.ba-label-before { left: 1rem; }
.ba-label-after { right: 1rem; }

/* === SCROLL PROGRESS BAR === */
.scroll-progress {
  position: fixed; top: 0; left: 0;
  height: 3px; width: 0%;
  background: linear-gradient(90deg, var(--blue), var(--blue-dark));
  z-index: 200;
  transition: width 0.1s linear;
}

/* === 3D TILT CARDS === */
.product-card, .serve-card, .pillar {
  transform-style: preserve-3d;
  will-change: transform;
}

/* === GLASSMORPHISM ACCENT === */
.glass-accent {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .scroll-hint { animation: none !important; }
}

/* === VEKA HERITAGE === */
.veka-heritage {
  background:
    radial-gradient(ellipse at 80% 20%, rgba(37, 99, 235, 0.05), transparent 50%),
    radial-gradient(ellipse at 20% 80%, rgba(185, 28, 92, 0.04), transparent 50%),
    linear-gradient(180deg, var(--white), var(--gray-50));
}
.eyebrow-tag {
  display: inline-block;
  background: var(--blue-light);
  color: var(--blue-dark);
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.section-head h2 em {
  font-style: italic;
  font-weight: 700;
  color: var(--blue);
}
.heritage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 5rem;
  border-radius: 20px;
  background: var(--white);
  padding: 2.5rem 1rem;
  border: 1px solid var(--gray-200);
  box-shadow: 0 12px 30px -8px rgba(15, 23, 42, 0.08);
  position: relative;
  overflow: hidden;
}
.heritage-grid::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--accent));
}
.heritage-stat {
  text-align: center;
  padding: 0.5rem;
  border-right: 1px solid var(--gray-100);
}
.heritage-stat:last-child { border-right: none; }
.heritage-num {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 800;
  color: var(--navy-deep);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.heritage-label {
  font-size: 0.85rem;
  color: var(--gray-500);
  font-weight: 500;
  line-height: 1.4;
}
.heritage-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.pillar {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  transition: all 0.35s cubic-bezier(.22,.61,.36,1);
  position: relative;
  overflow: hidden;
}
.pillar::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 3px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.pillar:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px -12px rgba(15, 23, 42, 0.15);
  border-color: var(--blue-light);
}
.pillar:hover::before { transform: scaleX(1); }
.pillar-icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, var(--blue-light), var(--blue-soft));
  color: var(--blue);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem;
}
.pillar h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy-deep);
  margin-bottom: 0.6rem;
  letter-spacing: -0.01em;
}
.pillar p {
  font-size: 0.92rem;
  color: var(--gray-500);
  line-height: 1.6;
}
.heritage-cta {
  text-align: center;
  margin-top: 4rem;
}

.gallery-tabs { display: flex; justify-content: center; gap: 2rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.gallery-tab {
  background: none; border: none; font-family: inherit;
  font-size: 0.95rem; font-weight: 600; color: var(--gray-500);
  cursor: pointer; padding: 0.5rem 0; position: relative; transition: color 0.2s;
}
.gallery-tab.active { color: var(--blue); }
.gallery-tab.active::after {
  content: ''; position: absolute; bottom: -8px; left: 0; right: 0; height: 2px; background: var(--blue);
}
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.gallery-item {
  aspect-ratio: 4/3; border-radius: 12px; overflow: hidden; background: var(--gray-100);
  position: relative; cursor: pointer; transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item.hidden { display: none; }

.brochure-banner {
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  border-radius: 16px; padding: 2rem 2.5rem;
  display: flex; align-items: center; gap: 2rem; color: var(--white);
  margin: 0 auto; max-width: 1100px;
  box-shadow: 0 20px 50px rgba(37, 99, 235, 0.3);
}
.brochure-icon {
  width: 64px; height: 64px; background: rgba(255, 255, 255, 0.2);
  border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.brochure-text { flex-grow: 1; }
.brochure-text h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 0.4rem; }
.brochure-text p { font-size: 0.92rem; opacity: 0.92; line-height: 1.5; }
.brochure-btn { background: var(--white); color: var(--blue); border: none; white-space: nowrap; }
.brochure-btn:hover { background: var(--navy-deep); color: var(--white); }

.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.testimonial {
  background: var(--white); border: 1px solid var(--gray-200); border-radius: 12px;
  padding: 1.75rem; position: relative; transition: all 0.25s ease;
}
.testimonial:hover { border-color: var(--blue-light); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.testimonial .stars { color: var(--blue); margin-bottom: 1rem; font-size: 0.95rem; letter-spacing: 2px; }
.testimonial .quote-mark {
  position: absolute; top: 1.25rem; right: 1.5rem; color: var(--blue-light);
  font-size: 2rem; font-weight: 700; line-height: 1; font-family: Georgia, serif;
}
.testimonial p { color: var(--gray-700); font-size: 0.92rem; line-height: 1.65; margin-bottom: 1.25rem; }
.testimonial .author { padding-top: 1rem; border-top: 1px solid var(--gray-100); }
.testimonial .name { font-weight: 700; color: var(--navy-deep); font-size: 0.95rem; }
.testimonial .city { font-size: 0.82rem; color: var(--gray-500); margin-top: 0.2rem; }

.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--gray-200); }
.faq-question {
  width: 100%; background: none; border: none; text-align: left;
  padding: 1.4rem 0; font-family: inherit; font-size: 1.05rem; font-weight: 600;
  color: var(--navy-deep); cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  transition: color 0.2s;
}
.faq-question:hover { color: var(--blue); }
.faq-question .chev { transition: transform 0.3s ease; flex-shrink: 0; color: var(--gray-400); }
.faq-item.open .faq-question .chev { transform: rotate(180deg); color: var(--blue); }
.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  color: var(--gray-600); line-height: 1.7;
}
.faq-item.open .faq-answer { max-height: 500px; padding-bottom: 1.4rem; }

.quote-form-wrap {
  max-width: 560px; margin: 0 auto; background: var(--white);
  padding: 2.5rem; border-radius: 12px; border: 1px solid var(--gray-200); box-shadow: var(--shadow-md);
}
.form-field { margin-bottom: 1rem; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%; padding: 0.95rem 1rem; border: 1px solid var(--gray-200);
  border-radius: 8px; background: var(--gray-50);
  font-family: inherit; font-size: 1rem; color: var(--navy-deep); transition: all 0.2s ease;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus {
  outline: none; border-color: var(--blue); background: var(--white);
  box-shadow: 0 0 0 3px var(--blue-light);
}
.form-field textarea { resize: vertical; min-height: 110px; }
.form-field select { appearance: none; -webkit-appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.6rem;
}
.form-hp { position: absolute; left: -9999px; }
.form-submit { width: 100%; margin-top: 0.5rem; }
.form-reassure { text-align: center; font-size: 0.88rem; color: var(--gray-500); margin-top: 0.9rem; }

footer { background: var(--navy-deep); color: var(--white); padding: 4rem 2rem 2rem; }
.footer-grid {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 2.5rem; margin-bottom: 3rem;
}
.footer-brand .logo { color: var(--white); margin-bottom: 1.25rem; }
.footer-brand .logo-text .top { color: var(--white); }
.footer-brand .logo-text .bot { color: rgba(255,255,255,0.6); }
.footer-brand p { color: rgba(255, 255, 255, 0.7); font-size: 0.92rem; line-height: 1.6; max-width: 380px; }
.footer-col h4 {
  font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em;
  margin-bottom: 1rem; color: var(--white); font-weight: 700;
}
.footer-col a, .footer-col p {
  display: block; color: rgba(255, 255, 255, 0.7); text-decoration: none;
  font-size: 0.92rem; padding: 0.3rem 0; transition: color 0.2s; line-height: 1.5;
}
.footer-col a:hover { color: var(--blue-light); }
.footer-bottom {
  max-width: 1280px; margin: 0 auto; padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center; font-size: 0.85rem; color: rgba(255, 255, 255, 0.5);
}

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s cubic-bezier(.22,.61,.36,1), transform 0.7s cubic-bezier(.22,.61,.36,1); }
.reveal.in { opacity: 1; transform: translateY(0); }

@media (max-width: 1024px) {
  .stats-grid, .products-grid, .glass-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .veka-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .energy-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .testimonials-grid, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .heritage-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; padding: 2rem 1rem; }
  .heritage-stat { border-right: none; border-bottom: 1px solid var(--gray-100); padding-bottom: 1.25rem; }
  .heritage-stat:nth-last-child(-n+2) { border-bottom: none; padding-bottom: 0.5rem; }
  .heritage-pillars { grid-template-columns: repeat(2, 1fr); }
  .serve-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .nav-inner { padding: 0.85rem 1.25rem !important; }
  nav.scrolled .nav-inner { padding: 0.7rem 1.25rem !important; }
  .logo-img { height: 68px !important; }
  nav.scrolled .logo-img { height: 52px !important; }
  .footer-logo-img { height: 76px; }
  .nav-links {
    position: fixed; top: 126px; left: 0; right: 0;
    background: var(--white); flex-direction: column; gap: 0;
    padding: 1rem 0; border-bottom: 1px solid var(--gray-100);
    transform: translateY(-200%); transition: transform 0.3s ease;
  }
  nav.scrolled + * .nav-links, nav.scrolled .nav-links { top: 114px; }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 1rem 2rem; width: 100%; text-align: center; }
  .nav-links a::after { display: none; }
  .menu-toggle { display: flex; }
  .hero { padding: 5rem 1.25rem 4rem; min-height: 75vh; margin-top: 128px; }
  .topbar-inner { gap: 1rem; }
  .topbar-item { font-size: 0.8rem; }
  .image-band { min-height: 380px; padding: 3.5rem 1.25rem; }
  .image-band-bg { background-attachment: scroll; }
  section { padding: 4rem 1.25rem; }
  .stats-grid, .products-grid, .glass-grid, .gallery-grid, .testimonials-grid, .colors-grid, .benefits-grid {
    grid-template-columns: 1fr;
  }
  .heritage-grid { grid-template-columns: 1fr 1fr; padding: 1.5rem 0.5rem; }
  .heritage-stat { border-right: none; padding: 0.75rem 0.5rem; }
  .heritage-stat:not(:last-child) { border-bottom: none; }
  .heritage-num { font-size: 1.75rem; }
  .heritage-label { font-size: 0.78rem; }
  .heritage-pillars { grid-template-columns: 1fr; gap: 1rem; }
  .pillar { padding: 1.5rem 1.25rem; }
  .serve-grid { grid-template-columns: 1fr; gap: 1rem; }
  .ba-slider { aspect-ratio: 3 / 2; }
  .ba-handle { width: 40px; height: 40px; }
  .serve-card { padding: 1.5rem 1.25rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .veka-image { padding: 1.25rem; min-height: 280px; }
  .veka-profile-img { max-width: 240px; }
  .brochure-banner { flex-direction: column; text-align: center; padding: 2rem 1.5rem; }
  .quote-form-wrap { padding: 1.75rem; }
  .energy-table { padding: 1.5rem; }
  /* On phones, keep the warm bedroom area in view by shifting focus slightly right */
  .hero-bg { background-position: 60% center !important; }
  .scroll-hint { bottom: 1.5rem; font-size: 0.68rem; }
}
/* === LOCATION PAGES === */
.loc-hero { background: linear-gradient(135deg, #142036 0%, var(--navy-deep) 55%, #1b2c4d 100%); color: #fff; padding: calc(var(--topbar-h) + 7rem) 2rem 5rem; text-align: center; }
.loc-hero-inner { max-width: 760px; margin: 0 auto; }
.loc-hero h1 { font-size: clamp(2rem, 4.5vw, 3.1rem); font-weight: 800; line-height: 1.13; letter-spacing: -0.02em; margin: 1rem 0; color: #fff; }
.loc-hero p { font-size: 1.12rem; color: rgba(255,255,255,0.85); line-height: 1.6; }
.loc-hero-cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 2rem; }
.loc-section { padding: 4.5rem 2rem; }
.loc-wrap { max-width: 1080px; margin: 0 auto; }
.loc-narrow { max-width: 760px; margin: 0 auto; }
.loc-prose p { font-size: 1.05rem; line-height: 1.8; color: var(--gray-600); margin-bottom: 1.15rem; }
.loc-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.loc-card { background: #fff; border: 1px solid var(--gray-100); border-radius: 14px; padding: 1.75rem; box-shadow: var(--shadow-sm); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.loc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.loc-card h3 { font-size: 1.12rem; color: var(--navy-deep); margin-bottom: 0.5rem; }
.loc-card p { color: var(--gray-600); font-size: 0.96rem; line-height: 1.65; }
.loc-card-ic { width: 46px; height: 46px; border-radius: 11px; background: linear-gradient(135deg, var(--blue-light), var(--blue-soft)); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; color: var(--blue); }
.loc-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.loc-step { text-align: center; }
.loc-step-n { width: 44px; height: 44px; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.loc-step h4 { color: var(--navy-deep); margin-bottom: 0.4rem; font-size: 1.02rem; }
.loc-step p { color: var(--gray-500); font-size: 0.92rem; line-height: 1.6; }
.loc-cta-band { background: linear-gradient(135deg, var(--blue), var(--blue-dark)); color: #fff; text-align: center; padding: 4rem 2rem; }
.loc-cta-band h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: 0.75rem; }
.loc-cta-band p { color: rgba(255,255,255,0.9); margin-bottom: 0; font-size: 1.05rem; }
.loc-areas-grid { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; margin-top: 2.5rem; }
.loc-areas-grid a { background: #fff; border: 1px solid var(--gray-200); border-radius: 999px; padding: 0.6rem 1.3rem; color: var(--navy); text-decoration: none; font-weight: 600; font-size: 0.95rem; transition: all 0.2s ease; }
.loc-areas-grid a:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); }
.loc-areas-note {
  max-width: 660px; margin: 2rem auto 0; text-align: center;
  color: var(--gray-600); font-size: 1rem; line-height: 1.7;
}
.loc-areas-note a { color: var(--blue); font-weight: 600; text-decoration: none; }
.loc-areas-note a:hover { text-decoration: underline; }
@media (max-width: 768px) {
  .loc-cards { grid-template-columns: 1fr; }
  .loc-steps { grid-template-columns: 1fr 1fr; }
  .loc-hero { padding: calc(var(--topbar-h) + 5rem) 1.25rem 3.5rem; }
  .loc-section { padding: 3rem 1.25rem; }
}

/* === PRODUCT PAGES === */
.spec-table { width: 100%; border-collapse: collapse; margin-top: 1.5rem; border-radius: 10px; overflow: hidden; box-shadow: var(--shadow-sm); }
.spec-table th { text-align: left; background: var(--navy-deep); color: #fff; padding: 0.9rem 1.25rem; font-size: 0.9rem; letter-spacing: 0.02em; }
.spec-table td { padding: 0.85rem 1.25rem; border-bottom: 1px solid var(--gray-100); font-size: 0.95rem; color: var(--gray-700); }
.spec-table tr:last-child td { border-bottom: none; }
.spec-table tr:nth-child(even) td { background: var(--gray-50); }
.spec-table td:first-child { font-weight: 600; color: var(--navy-deep); width: 48%; }
.spec-features { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem 2.5rem; margin-top: 1.5rem; list-style: none; padding: 0; max-width: 980px; margin-left: auto; margin-right: auto; }
.spec-features li { display: flex; gap: 0.65rem; align-items: flex-start; color: var(--gray-700); font-size: 0.97rem; line-height: 1.5; }
.spec-features li svg { color: var(--blue); flex-shrink: 0; margin-top: 2px; }
.spec-note { background: var(--blue-soft); border-left: 3px solid var(--blue); border-radius: 8px; padding: 1.25rem 1.5rem; color: var(--gray-700); line-height: 1.7; font-size: 0.98rem; margin-top: 1.5rem; }
@media (max-width: 768px) { .spec-features { grid-template-columns: 1fr; } .spec-table td:first-child { width: 50%; } }

.product-link { display: inline-block; margin-top: 1rem; color: var(--blue); font-weight: 700; font-size: 0.92rem; text-decoration: none; transition: gap 0.2s ease, color 0.2s ease; }
.product-link:hover { color: var(--blue-dark); }

/* === PROJECTS PAGE === */
.proj-stats { display: flex; justify-content: center; gap: 3.5rem; flex-wrap: wrap; max-width: 820px; margin: 0 auto; }
.proj-stat { text-align: center; }
.proj-stat .num { font-size: 2.6rem; font-weight: 800; color: var(--blue); line-height: 1; }
.proj-stat .lbl { color: var(--gray-500); font-size: 0.9rem; margin-top: 0.45rem; }
.proj-filter { display: flex; gap: 0.6rem; justify-content: center; flex-wrap: wrap; margin: 2.75rem 0 0; }
.proj-filter button { background: #fff; border: 1.5px solid var(--gray-200); border-radius: 999px; padding: 0.55rem 1.4rem; font-size: 0.92rem; font-weight: 600; color: var(--gray-600); cursor: pointer; transition: all 0.2s ease; font-family: inherit; }
.proj-filter button:hover { border-color: var(--blue); color: var(--blue); }
.proj-filter button.active { background: var(--blue); border-color: var(--blue); color: #fff; }
.proj-list { max-width: 1140px; margin: 3rem auto 0; display: flex; flex-direction: column; gap: 2.5rem; }
.proj-card { display: grid; grid-template-columns: 1.05fr 1fr; background: #fff; border: 1px solid var(--gray-100); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-md); }
.proj-card.reverse { grid-template-columns: 1fr 1.05fr; }
.proj-card.reverse .proj-media { order: 2; }
.proj-media { position: relative; min-height: 360px; }
.proj-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.proj-badges { position: absolute; top: 1rem; left: 1rem; display: flex; gap: 0.5rem; flex-wrap: wrap; }
.proj-badge { background: rgba(15, 23, 42, 0.82); color: #fff; padding: 0.42rem 0.9rem; border-radius: 999px; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.03em; }
.proj-badge.scope { background: var(--blue); }
.proj-body { padding: 2.4rem; display: flex; flex-direction: column; }
.proj-body h3 { font-size: 1.42rem; color: var(--navy-deep); margin-bottom: 0.3rem; line-height: 1.25; }
.proj-loc { color: var(--blue); font-weight: 600; font-size: 0.9rem; margin-bottom: 1.1rem; display: flex; align-items: center; gap: 0.35rem; }
.proj-desc { color: var(--gray-600); line-height: 1.7; font-size: 0.97rem; margin-bottom: 1.4rem; }
.proj-hl-label { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: var(--gray-400); margin-bottom: 0.7rem; }
.proj-hl { list-style: none; padding: 0; margin: 0 0 1.4rem; display: flex; flex-direction: column; gap: 0.55rem; }
.proj-hl li { display: flex; gap: 0.55rem; align-items: flex-start; color: var(--gray-700); font-size: 0.93rem; line-height: 1.5; }
.proj-hl li svg { color: var(--blue); flex-shrink: 0; margin-top: 2px; }
.proj-detail { font-size: 0.89rem; color: var(--gray-500); border-top: 1px solid var(--gray-100); padding-top: 1.05rem; margin-bottom: 1.4rem; line-height: 1.55; }
.proj-detail strong { color: var(--navy-deep); }
.proj-cta { margin-top: auto; align-self: flex-start; }
@media (max-width: 820px) {
  .proj-card, .proj-card.reverse { grid-template-columns: 1fr; }
  .proj-card.reverse .proj-media { order: 0; }
  .proj-media { min-height: 230px; }
  .proj-body { padding: 1.75rem; }
  .proj-stats { gap: 2rem; }
}

/* === SPECIALTY SHAPES GRID === */
.shape-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.shape-card { background: #fff; border: 1px solid var(--gray-100); border-radius: 14px; padding: 1.5rem 1.25rem 1.6rem; text-align: center; box-shadow: var(--shadow-sm); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.shape-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.shape-art { height: 124px; display: flex; align-items: flex-end; justify-content: center; margin-bottom: 1.1rem; }
.shape-art svg { width: auto; }
.shape-card h3 { font-size: 1.04rem; color: var(--navy-deep); margin-bottom: 0.4rem; }
.shape-card p { font-size: 0.87rem; color: var(--gray-500); line-height: 1.55; }
@media (max-width: 900px) { .shape-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .shape-grid { grid-template-columns: 1fr; } }

/* === PROJECTS INTRO BLURB === */
.proj-intro {
  max-width: 780px; margin: 1.25rem auto 2.5rem; text-align: center;
  color: var(--gray-600); font-size: 1.02rem; line-height: 1.75;
}
.proj-intro strong { color: var(--navy); }

/* === TRUST BAND (Google reviews + badges) === */
.trust-band {
  background: var(--gray-50);
  border-top: 1px solid var(--gray-200);
  padding: 3.75rem 2rem 4rem;
}
.trust-inner { max-width: 1080px; margin: 0 auto; text-align: center; }
.trust-eyebrow {
  font-size: 0.8rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--gray-500); margin-bottom: 1.6rem;
}
.trust-reviews {
  display: inline-flex; flex-direction: column; align-items: center;
  gap: 0.45rem; text-decoration: none; margin-bottom: 2.9rem;
  transition: transform 0.2s ease;
}
.trust-reviews:hover { transform: translateY(-2px); }
.trust-google {
  font-size: 2.15rem; font-weight: 700; letter-spacing: -0.02em; line-height: 1;
}
.trust-google .gc1 { color: #4285F4; }
.trust-google .gc2 { color: #EA4335; }
.trust-google .gc3 { color: #FBBC05; }
.trust-google .gc4 { color: #4285F4; }
.trust-google .gc5 { color: #34A853; }
.trust-google .gc6 { color: #EA4335; }
.trust-google-row { display: flex; align-items: center; gap: 0.6rem; }
.trust-google-row .greviews { color: var(--gray-600); font-weight: 600; font-size: 1.15rem; }
.trust-stars { display: flex; gap: 0.18rem; color: #FBBC05; font-size: 1.3rem; line-height: 1; }
.trust-sub { font-size: 0.92rem; color: var(--gray-500); margin-top: 0.2rem; }
.trust-badges {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 1rem 3rem;
}
.trust-badge {
  display: flex; flex-direction: column; align-items: center;
  gap: 0.9rem; width: 150px;
}
.trust-badge-ring {
  width: 94px; height: 94px; border-radius: 50%;
  background: linear-gradient(160deg, #243254, var(--navy-deep));
  border: 3px solid #CDA349;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.trust-badge:hover .trust-badge-ring {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.22);
}
.trust-badge-ring svg { width: 38px; height: 38px; }
.trust-badge-label {
  font-size: 0.88rem; font-weight: 700; color: var(--navy);
  text-transform: uppercase; letter-spacing: 0.05em; line-height: 1.35;
}
@media (max-width: 600px) {
  .trust-band { padding: 3rem 1.5rem 3.25rem; }
  .trust-google { font-size: 1.8rem; }
  .trust-badges { gap: 1.5rem 1.75rem; }
  .trust-badge { width: 132px; }
  .trust-badge-ring { width: 82px; height: 82px; }
  .trust-badge-ring svg { width: 33px; height: 33px; }
}

/* === THANK-YOU PAGE === */
.ty-hero { padding-top: calc(var(--topbar-h) + 10.5rem); }
@media (max-width: 768px) { .ty-hero { padding-top: calc(var(--topbar-h) + 7.5rem); } }
.ty-check {
  width: 84px; height: 84px; border-radius: 50%;
  background: linear-gradient(160deg, var(--blue), var(--blue-dark));
  display: flex; align-items: center; justify-content: center;
  color: #fff; margin: 0 auto 1.5rem;
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.45);
  border: 4px solid rgba(255, 255, 255, 0.15);
}

/* === TOPBAR: 4-item layout (call · text · email · find us) === */
@media (max-width: 1024px) { .topbar-inner { gap: 1.2rem; } }
@media (max-width: 860px) {
  .topbar-item span { display: none; }
  .topbar-inner { gap: 1.7rem; }
}

/* === SPECIALTY & CUSTOM SHAPES PAGE === */
.shapes-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.1rem; margin-top: 1rem; }
.shape-card {
  background: var(--white); border: 1px solid var(--gray-200); border-radius: 12px;
  padding: 1.6rem 1rem 1.4rem; text-align: center; transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.shape-card:hover { border-color: var(--blue-light); box-shadow: var(--shadow-md); }
.shape-art { height: 116px; display: flex; align-items: center; justify-content: center; margin-bottom: 0.9rem; }
.shape-art svg { max-height: 116px; width: auto; }
.shape-card h3 { font-size: 1.02rem; font-weight: 700; color: var(--navy-deep); margin-bottom: 0.35rem; letter-spacing: -0.01em; }
.shape-card p { font-size: 0.84rem; color: var(--gray-500); line-height: 1.5; }
.combo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 1rem; }
.combo-card {
  background: var(--white); border: 1px solid var(--gray-200); border-radius: 12px;
  padding: 1.9rem 1.4rem 1.7rem; text-align: center; transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.combo-card:hover { border-color: var(--blue-light); box-shadow: var(--shadow-md); }
.combo-art { height: 168px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.combo-art svg { max-height: 168px; width: auto; }
.combo-card h3 { font-size: 1.08rem; font-weight: 700; color: var(--navy-deep); margin-bottom: 0.4rem; letter-spacing: -0.01em; }
.combo-card p { font-size: 0.88rem; color: var(--gray-500); line-height: 1.58; }
.spec-features { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem 2.5rem; margin-top: 1.5rem; list-style: none; padding: 0; max-width: 980px; margin-left: auto; margin-right: auto; }
.spec-features li { display: flex; gap: 0.65rem; align-items: flex-start; color: var(--gray-700); font-size: 0.97rem; line-height: 1.5; }
.spec-features li svg { color: var(--blue); flex-shrink: 0; margin-top: 2px; }
.spec-note { background: var(--blue-soft); border-left: 3px solid var(--blue); border-radius: 8px; padding: 1.25rem 1.5rem; color: var(--gray-700); line-height: 1.7; font-size: 0.98rem; margin-top: 1.5rem; }
@media (max-width: 1080px) { .shapes-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 880px) { .shapes-grid { grid-template-columns: repeat(3, 1fr); } .combo-grid { grid-template-columns: 1fr; } }
@media (max-width: 768px) { .spec-features { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .shapes-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 440px) { .shapes-grid { grid-template-columns: 1fr; } }

/* === PROJECT CARD: linked title === */
.proj-body h3 a { color: inherit; text-decoration: none; transition: color 0.2s ease; }
.proj-body h3 a:hover { color: var(--blue); text-decoration: underline; }

/* === WARRANTY PAGE === */
.warranty-wrap { max-width: 820px; margin: 0 auto; }
.warranty-intro { color: var(--gray-600); font-size: 1.05rem; line-height: 1.7; margin-bottom: 0.5rem; }
.warranty-actions { display: flex; gap: 0.85rem; flex-wrap: wrap; margin: 1.75rem 0 0.5rem; }
.btn-print {
  display: inline-flex; align-items: center; gap: 0.5rem; cursor: pointer;
  font-family: inherit; font-size: 0.95rem; font-weight: 600;
  background: var(--navy-deep); color: #fff; border: none; border-radius: 8px; padding: 0.8rem 1.4rem;
  transition: background 0.2s ease;
}
.btn-print:hover { background: #1b2c4d; }
.warranty-section { margin-top: 2.6rem; }
.warranty-section > h2 {
  font-size: 1.1rem; text-transform: uppercase; letter-spacing: 0.07em;
  color: var(--navy-deep); padding-bottom: 0.6rem; margin-bottom: 1rem;
  border-bottom: 2px solid var(--gray-200);
}
.warranty-section h3 { font-size: 1rem; color: var(--navy-deep); margin: 1.3rem 0 0.4rem; }
.warranty-section p { color: var(--gray-700); line-height: 1.72; margin-bottom: 0.95rem; }
.warranty-table { width: 100%; border-collapse: collapse; margin: 1.1rem 0; }
.warranty-table th, .warranty-table td {
  border: 1px solid var(--gray-200); padding: 0.8rem 1rem; text-align: left;
  font-size: 0.95rem; vertical-align: top;
}
.warranty-table th { background: var(--navy-deep); color: #fff; font-weight: 600; letter-spacing: 0.02em; }
.warranty-table td strong { color: var(--navy-deep); }
.warranty-list { margin: 0.4rem 0 1rem 1.25rem; color: var(--gray-700); line-height: 1.7; }
.warranty-list li { margin-bottom: 0.45rem; }
.warranty-legal {
  background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: 8px;
  padding: 1.25rem 1.5rem; font-size: 0.84rem; color: var(--gray-600); line-height: 1.7;
}
.warranty-contact-card {
  margin-top: 2.6rem; background: var(--navy-deep); color: #fff;
  border-radius: 12px; padding: 1.9rem 2rem; text-align: center;
}
.warranty-contact-card h3 { color: #fff; font-size: 1.15rem; margin-bottom: 0.5rem; }
.warranty-contact-card p { color: rgba(255,255,255,0.8); font-size: 0.95rem; line-height: 1.65; margin-bottom: 0.3rem; }
.warranty-contact-card a { color: #8FC2FF; text-decoration: none; font-weight: 600; }
.warranty-contact-card a:hover { color: #BFD9FF; }
@media print {
  .topbar, nav, footer, .trust-band, .warranty-actions { display: none !important; }
  .loc-hero { background: none !important; color: #000 !important; padding: 1rem 0 !important; }
  .loc-hero h1, .loc-hero p { color: #000 !important; }
  .warranty-table th { background: #1e293b !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}
