:root {
  --bg: #f4f1eb;
  --surface: rgba(255, 255, 255, 0.84);
  --surface-strong: #ffffff;
  --surface-warm: #faf6f0;
  --text: #171717;
  --muted: #5e5a54;
  --line: rgba(23, 23, 23, 0.1);
  --line-strong: rgba(23, 23, 23, 0.18);
  --primary: #2f5750;
  --primary-dark: #23413c;
  --primary-soft: rgba(47, 87, 80, 0.09);
  --accent: #b88d61;
  --shadow: 0 24px 60px rgba(20, 16, 12, 0.08);
  --shadow-strong: 0 28px 75px rgba(16, 10, 8, 0.13);
  --radius: 24px;
  --radius-sm: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(47, 87, 80, 0.10), transparent 25%),
    radial-gradient(circle at left center, rgba(184, 141, 97, 0.24), transparent 32%),
    linear-gradient(180deg, #fbf8f4 0%, #f1ebe3 100%);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p, li { color: var(--muted); }
ul { margin: 0; padding-left: 1.1rem; }
main, section, article, div { text-align: center; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: #111;
  color: #fff;
  padding: 0.75rem 1rem;
  z-index: 100;
}
.skip-link:focus { left: 1rem; top: 1rem; }

.site-shell { min-height: 100vh; overflow-x: clip; }
.container { width: min(calc(100% - 2rem), var(--container)); margin: 0 auto; }
.center { text-align: center; }
.center-copy { margin-inline: auto; }
.center-actions { justify-content: center; }
.center-row { justify-content: center; }
.centered-grid > * { text-align: center; }
.no-indent { padding-left: 0; list-style: none; }

.topbar {
  background: #111;
  color: rgba(255,255,255,0.82);
  font-size: 0.92rem;
}
.topbar-inner,
.header-inner,
.hero-grid,
.two-col,
.band-grid,
.footer-grid,
.contact-layout,
.cta-box,
.split-checklist,
.dual-image-grid,
.slider-shell { display: grid; gap: 2rem; }
.topbar-inner {
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 0.8rem 0;
}
.topbar-left,
.topbar-right {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.dot {
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 50%;
}
.topbar a:hover,
.site-nav a:hover,
.contact-list a:hover,
.contact-card a:hover,
.site-footer a:hover { color: #eef6f4; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
  background: rgba(251, 248, 244, 0.88);
  border-bottom: 1px solid rgba(23, 23, 23, 0.06);
}
.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 1rem 0;
}
.brand {
  grid-column: 2;
  justify-self: center;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.brand img {
  width: 140px;
  height: auto;
  object-fit: contain;
}
.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  text-align: center;
}
.brand-copy strong {
  font-size: 1.08rem;
  letter-spacing: 0.02em;
}
.brand-copy span {
  color: var(--muted);
  font-size: 0.92rem;
}
.site-nav {
  grid-column: 3;
  justify-self: end;
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: flex-end;
}
.site-nav a {
  font-weight: 700;
  color: #2b2b2b;
}
.site-nav a.active { color: var(--primary); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.95rem 1.35rem;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--primary) 0%, #4f7c74 100%);
  color: white;
  box-shadow: 0 18px 35px rgba(47, 87, 80, 0.24);
}
.btn-secondary {
  background: white;
  color: var(--text);
  border: 1px solid var(--line-strong);
}
.btn-nav {
  background: #111;
  color: white !important;
  padding-inline: 1.15rem;
}

.hero,
.page-hero {
  padding: 4.8rem 0 2.7rem;
}
.hero-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  align-items: center;
}
.hero-copy h1,
.page-hero h1,
.section-heading h2,
.two-col h2,
.cta-box h2,
.band h2,
.slider-track h3,
.gallery-card h3 {
  font-family: 'Playfair Display', serif;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #121212;
  margin: 0 0 1rem;
}
.hero-copy h1 { font-size: clamp(2.4rem, 5vw, 4.9rem); max-width: 12.5ch; margin-inline: auto; }
.page-hero h1 { font-size: clamp(2rem, 4vw, 3.5rem); max-width: 15ch; margin-inline: auto; }
.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 800;
}
.lead {
  font-size: 1.08rem;
  max-width: 64ch;
  margin-inline: auto;
}
.narrow { max-width: 54ch; }
.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 2rem 0;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.hero-stats div,
.feature-item,
.service-card,
.detail-card,
.contact-card,
.story-card,
.hero-card,
.form-panel,
.contact-panel,
.feature-panel,
.cta-box,
.compliance-strip > div,
.gallery-card,
.slide {
  background: var(--surface);
  border: 1px solid rgba(255,255,255,0.72);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  backdrop-filter: blur(6px);
}
.hero-stats div { padding: 1.25rem; }
.hero-stats strong { display: block; font-size: 1.15rem; margin-bottom: 0.2rem; }
.hero-card {
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}
.hero-card::before,
.form-panel::before,
.contact-panel::before,
.story-card::before,
.gallery-card::before {
  content: '';
  position: absolute;
  inset: auto -50px -70px auto;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(181,18,23,0.12), transparent 70%);
  pointer-events: none;
}
.hero-card-top h2 { margin: 0.5rem 0 1rem; font-size: 1.35rem; line-height: 1.2; }
.pill {
  display: inline-flex;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary);
  font-weight: 700;
  font-size: 0.85rem;
}
.contact-list {
  display: grid;
  gap: 1rem;
}
.contact-list article,
.license-panel,
.contact-card {
  padding: 1.2rem;
  border-radius: var(--radius-sm);
  background: var(--surface-strong);
  border: 1px solid var(--line);
}
.contact-list.compact article { padding: 1rem 1rem 0.9rem; }
.contact-list h3,
.contact-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
}
.contact-list span,
.role {
  color: var(--primary);
  font-weight: 700;
  font-size: 0.92rem;
}
.contact-list a,
.contact-card a {
  display: block;
  margin-top: 0.35rem;
  color: #1c1c1c;
  font-weight: 600;
}
.license-row,
.footer-badges,
.area-list,
.wide-row {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.license-row { margin-top: 1.1rem; }
.license-row span,
.footer-badges span,
.area-list span {
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  background: rgba(17,17,17,0.05);
  color: #1c1c1c;
  border: 1px solid rgba(17,17,17,0.06);
  font-weight: 700;
}

.section { padding: 2rem 0 4.5rem; }
.section-light,
.band {
  background: rgba(255,255,255,0.42);
  border-top: 1px solid rgba(23,23,23,0.04);
  border-bottom: 1px solid rgba(23,23,23,0.04);
}
.two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
.feature-panel,
.card-grid,
.checklist-grid,
.gallery-grid { display: grid; gap: 1rem; }
.feature-panel { padding: 1.25rem; }
.feature-item,
.service-card,
.detail-card,
.contact-card,
.story-card,
.form-panel,
.contact-panel,
.compliance-strip > div,
.gallery-card,
.slide { padding: 1.45rem; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-card h3,
.detail-card h2,
.feature-item h3,
.story-card h3,
.contact-panel h2,
.form-panel h2,
.gallery-card h3 { margin-top: 0; }
.detail-card.alt { background: linear-gradient(180deg, #fff7ef 0%, #ffffff 100%); }
.section-heading { margin-bottom: 1.8rem; }
.section-heading.center { text-align: center; }
.band-grid,
.cta-box,
.contact-layout,
.split-checklist { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; }
.cta-box {
  padding: 1.8rem 2rem;
  justify-content: space-between;
  align-items: center;
}
.centered-cta { justify-items: center; }
.about-layout { align-items: stretch; }
.story-card ul { display: grid; gap: 0.75rem; }
.checklist-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.check-item {
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem;
  position: relative;
  font-weight: 700;
  color: #242424;
}
.center-list-bullets {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 0.55rem;
}
.center-list-bullets li {
  padding: 0.8rem 1rem;
  border-radius: 16px;
  background: rgba(17,17,17,0.04);
  border: 1px solid rgba(17,17,17,0.05);
  color: #242424;
  font-weight: 600;
}

.contact-layout { align-items: start; }
.contact-panel,
.form-panel,
.story-card,
.gallery-card { position: relative; overflow: hidden; }
.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.estimate-form { display: grid; gap: 1rem; }
.estimate-form label {
  display: grid;
  gap: 0.45rem;
  font-weight: 700;
  color: #1b1b1b;
}
.estimate-form input,
.estimate-form select,
.estimate-form textarea {
  width: 100%;
  border: 1px solid rgba(23,23,23,0.12);
  border-radius: 16px;
  padding: 0.95rem 1rem;
  font: inherit;
  color: var(--text);
  background: #fff;
  text-align: center;
}
.estimate-form input:focus,
.estimate-form select:focus,
.estimate-form textarea:focus {
  outline: none;
  border-color: rgba(181,18,23,0.45);
  box-shadow: 0 0 0 4px rgba(181,18,23,0.08);
}
.form-note { margin: 0; font-size: 0.94rem; }
.license-panel h3 { margin-top: 0; }
.compliance-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.compliance-strip strong {
  display: block;
  font-size: 1.05rem;
  color: #111;
  margin-bottom: 0.2rem;
}
.compliance-spacing { margin-top: 1rem; }

.dual-image-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.image-slot {
  min-height: 360px;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.6);
  box-shadow: var(--shadow-strong);
  background:
    linear-gradient(140deg, rgba(17,17,17,0.15), rgba(17,17,17,0.55)),
    linear-gradient(135deg, rgba(181,18,23,0.85), rgba(22,22,22,0.95));
}
.image-slot::after {
  content: '';
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(255,255,255,0.4);
  border-radius: calc(var(--radius) - 8px);
}
.image-slot-a { background: linear-gradient(140deg, rgba(17,17,17,0.22), rgba(17,17,17,0.5)), radial-gradient(circle at top left, rgba(255,255,255,0.2), transparent 24%), linear-gradient(135deg, #d2171d, #2a090a); }
.image-slot-b { background: linear-gradient(140deg, rgba(17,17,17,0.18), rgba(17,17,17,0.55)), radial-gradient(circle at top right, rgba(255,255,255,0.18), transparent 24%), linear-gradient(135deg, #1f1a18, #2f5750); }
.image-slot-c { background: linear-gradient(140deg, rgba(17,17,17,0.18), rgba(17,17,17,0.55)), linear-gradient(135deg, #2f5750, #1d2d2a); }
.image-slot-d { background: linear-gradient(140deg, rgba(17,17,17,0.18), rgba(17,17,17,0.55)), linear-gradient(135deg, #4d3a2d, #b88d61); }
.image-slot-e { background: linear-gradient(140deg, rgba(17,17,17,0.18), rgba(17,17,17,0.55)), linear-gradient(135deg, #b88d61, #262626); }
.image-slot-f { background: linear-gradient(140deg, rgba(17,17,17,0.18), rgba(17,17,17,0.55)), linear-gradient(135deg, #23120f, #d2171d); }
.image-overlay {
  position: absolute;
  inset: auto 1.5rem 1.5rem 1.5rem;
  padding: 1.2rem;
  border-radius: 20px;
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(9px);
  color: #fff;
}
.image-overlay span {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  color: rgba(255,255,255,0.82);
}
.image-overlay strong {
  display: block;
  font-size: 1.2rem;
}

.slider-shell {
  grid-template-columns: auto 1fr auto;
  align-items: center;
}
.slider-track {
  position: relative;
  min-height: 260px;
}
.slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
  padding-inline: min(8vw, 4rem);
}
.slide.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.slide-tag {
  display: inline-flex;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary);
  font-weight: 800;
  margin-bottom: 1rem;
}
.slider-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(23,23,23,0.1);
  background: #fff;
  box-shadow: var(--shadow);
  font-size: 1.7rem;
  color: #111;
  cursor: pointer;
}
.slider-dots {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: -0.6rem;
}
.slider-dots button {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 0;
  background: rgba(23,23,23,0.2);
  cursor: pointer;
}
.slider-dots button.active { background: var(--primary); }

.gallery-card { padding-bottom: 1.6rem; }
.gallery-visual {
  height: 180px;
  border-radius: 18px;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #2f5750, #1b1b1b);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);
}
.accent-1 { background: linear-gradient(135deg, #2f5750, #1d2d2a); }
.accent-2 { background: linear-gradient(135deg, #2b2520, #b88d61); }
.accent-3 { background: linear-gradient(135deg, #5a1f21, #171717); }
.accent-4 { background: linear-gradient(135deg, #b88d61, #523026); }
.accent-5 { background: linear-gradient(135deg, #2b2b2b, #2f5750); }
.accent-6 { background: linear-gradient(135deg, #7d1d22, #2f1814); }
.accent-7 { background: linear-gradient(135deg, #2f5750, #20312e); }
.accent-8 { background: linear-gradient(135deg, #3d2b26, #b88d61); }
.accent-9 { background: linear-gradient(135deg, #1e1a19, #d2171d); }

.site-footer {
  background: #101010;
  color: rgba(255,255,255,0.82);
  margin-top: 2rem;
}
.footer-grid {
  grid-template-columns: 1.2fr 0.8fr 0.9fr;
  padding: 3rem 0 2rem;
  align-items: start;
}
.site-footer h3,
.site-footer h4,
.site-footer strong,
.site-footer a,
.site-footer li { color: white; }
.site-footer p { color: rgba(255,255,255,0.75); }
.site-footer ul { list-style: none; padding: 0; display: grid; gap: 0.55rem; }
.footer-bottom {
  padding: 1rem 0 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.menu-toggle {
  display: none;
  grid-column: 3;
  justify-self: end;
  margin-left: 0;
  background: #111;
  border: 0;
  border-radius: 14px;
  padding: 0.8rem;
}
.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
}
.menu-toggle span + span { margin-top: 4px; }

.reveal-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.delay-1 { transition-delay: 0.12s; }
.delay-2 { transition-delay: 0.24s; }

@media (max-width: 1024px) {
  .hero-grid,
  .two-col,
  .band-grid,
  .contact-layout,
  .split-checklist,
  .footer-grid,
  .cta-box,
  .topbar-inner,
  .header-inner,
  .card-grid.three,
  .card-grid.two,
  .gallery-grid,
  .compliance-strip,
  .field-grid,
  .dual-image-grid,
  .slider-shell {
    grid-template-columns: 1fr;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.7rem);
    right: 1rem;
    left: 1rem;
    background: rgba(255,255,255,0.98);
    border: 1px solid rgba(23,23,23,0.08);
    border-radius: 22px;
    padding: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .menu-toggle { display: inline-block; }
  .header-inner {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }
  .brand {
    grid-column: 2;
    justify-self: center;
  }
  .site-nav {
    grid-column: 1 / -1;
    justify-self: stretch;
  }
  .menu-toggle {
    grid-column: 3;
    justify-self: end;
  }
  .brand-copy { display: none; }
  .checklist-grid,
  .hero-stats { grid-template-columns: 1fr; }
  .slider-track { min-height: 320px; }
  .slider-btn { display: none; }
}

@media (max-width: 640px) {
  .hero,
  .page-hero,
  .section { padding-top: 1.8rem; }
  .hero-copy h1,
  .page-hero h1 { max-width: none; }
  .container { width: min(calc(100% - 1.25rem), var(--container)); }
  .btn { width: 100%; }
  .hero-actions { flex-direction: column; }
  .image-slot { min-height: 280px; }
  .topbar-left,
  .topbar-right { gap: 0.55rem; }
}


/* HERO IMAGE SECTION */
.single-hero-image{
    max-width:1100px;
    margin:0 auto;
}

.hero-image-slot{
    position:relative;
    width:100%;
    min-height:520px;
    border-radius:24px;
    overflow:hidden;
    background:
        linear-gradient(rgba(10,16,24,0.35), rgba(10,16,24,0.45)),
        url('../images/commercial-hero.webp') center/cover no-repeat;
    box-shadow:0 18px 45px rgba(0,0,0,0.18);
    display:flex;
    align-items:flex-end;
    justify-content:flex-start;
}

.image-overlay{
    width:100%;
    padding:36px;
    background:linear-gradient(to top, rgba(0,0,0,0.68), rgba(0,0,0,0.12));
    color:#fff;
    text-align:center;
}

.image-overlay span{
    display:block;
    font-size:0.9rem;
    font-weight:700;
    letter-spacing:0.12em;
    text-transform:uppercase;
    margin-bottom:10px;
    opacity:0.9;
}

.image-overlay strong{
    display:block;
    font-size:1.7rem;
    line-height:1.3;
    font-weight:800;
}

.hero-image{
    padding:70px 20px;
    background:#fff;
    text-align:center;
}

.hero-image img{
    width:100%;
    max-width:1100px;
    display:block;
    margin:0 auto;
    border-radius:24px;
    box-shadow:0 18px 45px rgba(0,0,0,0.18);
}

@media (max-width: 768px){
    .hero-image-slot{
        min-height:360px;
        border-radius:18px;
    }

    .image-overlay{
        padding:24px 20px;
    }

    .image-overlay strong{
        font-size:1.3rem;
    }

    .hero-image img{
        border-radius:18px;
    }
}

/* PAGE IMAGE FIGURES + CAPTIONS */
.slim {
  padding-top: 3.2rem;
  padding-bottom: 1.8rem;
}

.section-intro {
  max-width: 62ch;
  margin: 0 auto 1.1rem;
  color: var(--muted);
}

.centered-list {
  justify-items: center;
}

.single-hero-image,
.narrow {
  width: min(calc(100% - 2rem), 1100px);
  margin-inline: auto;
}

.hero-image-slot,
.page-feature-image,
.contact-support-image {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(23,23,23,0.08);
  box-shadow: var(--shadow-strong);
}

.hero-image-slot img,
.page-feature-image img,
.contact-support-image img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-image-slot figcaption,
.page-feature-image figcaption,
.contact-support-image figcaption {
  padding: 1rem 1.2rem 1.15rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(246,243,238,0.98) 100%);
  color: #2b2b2b;
  font-size: 0.96rem;
  line-height: 1.6;
  font-weight: 600;
  border-top: 1px solid rgba(23,23,23,0.08);
}

.page-feature-image,
.contact-support-image {
  max-width: 980px;
  margin-inline: auto;
}

.contact-support-image {
  margin-top: 1.5rem;
}

/* IMAGE SECTION OVERRIDES FOR REAL PROJECT PHOTOS */
.single-hero-image {
  max-width: 1100px;
  margin: 0 auto;
}

.hero-image-slot {
  min-height: 0;
  display: block;
  align-items: initial;
  justify-content: initial;
  background: #fff;
}

.hero-image-slot::after {
  display: none;
}

.hero-image-slot .image-overlay {
  position: static;
  inset: auto;
  width: 100%;
  padding: 1rem 1.2rem 1.15rem;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(246,243,238,0.98) 100%);
  backdrop-filter: none;
  color: #2b2b2b;
  text-align: center;
  border-top: 1px solid rgba(23,23,23,0.08);
}

.hero-image-slot .image-overlay span {
  color: var(--primary);
  margin-bottom: 0.35rem;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
}

.hero-image-slot .image-overlay strong {
  color: #171717;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.35;
}

.hero-image {
  padding: 0;
  background: transparent;
}

.hero-image img {
  max-width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow-strong);
}

@media (max-width: 768px) {
  .slim {
    padding-top: 2.25rem;
    padding-bottom: 1.25rem;
  }

  .hero-image-slot,
  .page-feature-image,
  .contact-support-image,
  .hero-image img {
    border-radius: 18px;
  }

  .hero-image-slot figcaption,
  .page-feature-image figcaption,
  .contact-support-image figcaption,
  .hero-image-slot .image-overlay {
    padding: 0.9rem 1rem 1rem;
    font-size: 0.92rem;
  }
}


/* DESKTOP IMAGE SIZE TUNING */
@media (min-width: 1024px) {
  .single-hero-image,
  .page-feature-image,
  .contact-support-image,
  .hero-image {
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .hero-image-slot,
  .page-feature-image,
  .contact-support-image {
    max-width: 760px;
    margin-inline: auto;
  }

  .hero-image-slot img,
  .page-feature-image img,
  .contact-support-image img,
  .hero-image img {
    width: 100%;
    max-height: 560px;
    object-fit: cover;
  }

  .hero-image-slot figcaption,
  .page-feature-image figcaption,
  .contact-support-image figcaption,
  .hero-image-slot .image-overlay {
    padding: 0.95rem 1.15rem 1.05rem;
    max-width: 760px;
    margin-inline: auto;
  }
}

@media (min-width: 1440px) {
  .single-hero-image,
  .page-feature-image,
  .contact-support-image,
  .hero-image,
  .hero-image-slot {
    max-width: 700px;
  }

  .hero-image-slot img,
  .page-feature-image img,
  .contact-support-image img,
  .hero-image img {
    max-height: 500px;
  }
}

/* Phase 1 Fiesta Flooring overrides */
:root {
  --primary: #7b1f16;
  --primary-dark: #5e1710;
  --primary-soft: rgba(123, 31, 22, 0.08);
  --accent: #c6b39b;
}

body {
  background:
    radial-gradient(circle at top right, rgba(123, 31, 22, 0.08), transparent 26%),
    radial-gradient(circle at left center, rgba(198, 179, 155, 0.30), transparent 32%),
    linear-gradient(180deg, #fbf7f2 0%, #f2ece4 100%);
}

.topbar {
  background: #171310;
}

.site-header {
  background: rgba(251, 247, 242, 0.9);
}

.hero-luxe .hero-copy h1 {
  max-width: 14ch;
}

.hero-card,
.service-card,
.band-card,
.info-card,
.silo-sidecard,
.check-panel,
.contact-panel-luxe {
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(250,245,239,0.96) 100%);
  border: 1px solid rgba(23,23,23,0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.band-card,
.info-card,
.silo-sidecard,
.check-panel {
  padding: 1.5rem;
}

.card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.band-card .text-link {
  color: var(--primary);
  font-weight: 700;
}

.section-dark {
  padding: 5rem 0;
  background: linear-gradient(135deg, #15100d 0%, #221814 100%);
}
.section-dark .cta-box {
  background: transparent;
  box-shadow: none;
  border: 1px solid rgba(255,255,255,0.08);
}
.section-dark h2,
.section-dark p,
.section-dark .eyebrow {
  color: #fff;
}
.section-dark .eyebrow { opacity: 0.85; }
.section-dark .btn-secondary {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border-color: rgba(255,255,255,0.14);
}

.premium-split {
  align-items: center;
}

.checklist {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 0.9rem;
}

.checklist li {
  position: relative;
  padding-left: 1.55rem;
  text-align: left;
}

.checklist li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
  font-weight: 800;
}

.band-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-silo {
  align-items: center;
}

.reverse {
  grid-template-columns: 0.95fr 1.05fr;
}

.service-silo > div:first-child,
.service-silo > div:last-child,
.about-split > div,
.contact-panel,
.form-panel {
  text-align: left;
}

.service-silo p,
.about-split p,
.contact-panel p,
.form-panel p,
.info-card p,
.band-card p,
.silo-sidecard p {
  text-align: left;
}

.info-card-stack {
  display: grid;
  gap: 1rem;
}

.pill,
.slide-tag {
  display: inline-block;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.minimal-cta {
  background: transparent;
  box-shadow: none;
  padding-top: 0;
}

.contact-panel-luxe {
  padding: 1.8rem;
}

.license-panel a { color: var(--primary); font-weight: 700; }

@media (max-width: 1024px) {
  .band-grid.three,
  .card-grid.four,
  .reverse {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .band-grid.three,
  .card-grid.four,
  .reverse,
  .service-silo,
  .about-split {
    grid-template-columns: 1fr;
  }

  .site-nav {
    gap: 0.75rem;
  }

  .hero-copy h1,
  .page-hero h1 {
    max-width: none;
  }
}


.text-left, .text-left p, .text-left li, .text-left h2, .text-left h3 { text-align:left; }
.align-start { align-items:start; }
.narrow-heading { max-width: 820px; }
.premium-hero-grid { align-items: stretch; }
.hero-lead { max-width: 60ch; }
.info-card-stack { display:grid; gap:1rem; }
.info-card {
  background: var(--surface);
  border: 1px solid rgba(255,255,255,0.72);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  padding: 1.25rem;
}
.info-card h3 { margin: 0 0 0.45rem; }
.count-card span { display:block; }
.city-grid { grid-template-columns: repeat(5, minmax(0,1fr)); }
.service-silo .hero-actions { margin-top: 1.5rem; }
.reverse-mobile { grid-template-columns: minmax(280px,0.86fr) minmax(0,1.14fr); }
.form-panel.text-left p, .contact-panel.text-left p { max-width: 60ch; }
.minimal-cta { padding: 2rem; }
@media (max-width: 1100px) {
  .city-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 820px) {
  .city-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 640px) {
  .text-left, .text-left p, .text-left li, .text-left h2, .text-left h3 { text-align:left; }
  .city-grid { grid-template-columns: 1fr; }
}


/* Phase 4 premium presentation upgrade */
:root {
  --gold: #b8955c;
  --gold-soft: rgba(184,149,92,0.16);
  --ink: #120f0d;
  --charcoal: #191411;
  --cream: #f8f3ec;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.22), transparent 22%, transparent 78%, rgba(255,255,255,0.14)),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.02) 0 2px, transparent 2px 10px);
  opacity: 0.55;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184,149,92,0.38), transparent);
}

.topbar {
  background: linear-gradient(90deg, #110d0a 0%, #211712 50%, #110d0a 100%);
  border-bottom: 1px solid rgba(184,149,92,0.15);
}

.topbar-left span:not(.dot),
.topbar-right a {
  letter-spacing: 0.01em;
}

.brand img {
  width: 156px;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,0.16));
}

.brand-copy strong {
  font-size: 1.35rem;
  letter-spacing: 0.02em;
}

.brand-copy span {
  color: #6c6055;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.site-nav a:not(.btn-nav)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.45rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s ease;
}

.site-nav a:hover::after,
.site-nav a.active:not(.btn-nav)::after {
  transform: scaleX(1);
}

.btn {
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(20,16,12,0.08);
}

.btn-primary {
  background: linear-gradient(135deg, #7f2018 0%, #a63d24 55%, #c6a26a 100%);
  box-shadow: 0 18px 36px rgba(123,31,22,0.28);
}

.btn-secondary {
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(8px);
}

.hero,
.page-hero {
  position: relative;
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: min(78%, 560px);
  background:
    radial-gradient(circle at 12% 18%, rgba(184,149,92,0.18), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(123,31,22,0.16), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,0.32), transparent);
  pointer-events: none;
}

.premium-hero-grid,
.page-hero .container,
.section-heading,
.two-col,
.band-grid,
.card-grid,
.cta-box,
.contact-layout,
.footer-grid {
  position: relative;
  z-index: 1;
}

.hero-copy h1,
.page-hero h1,
.section-heading h2,
.two-col h2,
.cta-box h2 {
  text-wrap: balance;
}

.eyebrow {
  color: #8d2418;
}

.hero-lead,
.lead,
.section-heading p,
.two-col p {
  font-size: 1.04rem;
}

.hero-card,
.service-card,
.band-card,
.info-card,
.silo-sidecard,
.check-panel,
.form-panel,
.contact-panel,
.contact-list article,
.gallery-card,
.slide,
.cta-box,
.feature-panel,
.check-item,
.city-grid .service-card {
  border: 1px solid rgba(113,86,63,0.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(250,245,239,0.94) 100%);
  box-shadow: 0 22px 50px rgba(24,16,10,0.08);
}

.hero-card,
.form-panel,
.contact-panel,
.gallery-card,
.band-card,
.service-card,
.info-card,
.silo-sidecard,
.check-panel,
.cta-box,
.slide {
  overflow: hidden;
  position: relative;
}

.hero-card::after,
.form-panel::after,
.contact-panel::after,
.gallery-card::after,
.band-card::after,
.service-card::after,
.info-card::after,
.silo-sidecard::after,
.check-panel::after,
.cta-box::after,
.slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255,255,255,0.25), transparent 36%, transparent 72%, rgba(184,149,92,0.08));
  pointer-events: none;
}

.hero-card,
.service-card,
.band-card,
.info-card,
.silo-sidecard,
.gallery-card,
.contact-list article,
.footer-badges span,
.area-list span {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.hero-card:hover,
.service-card:hover,
.band-card:hover,
.info-card:hover,
.silo-sidecard:hover,
.gallery-card:hover,
.contact-list article:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(24,16,10,0.13);
  border-color: rgba(184,149,92,0.24);
}

.hero-stats div {
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,250,245,0.92));
  border: 1px solid rgba(113,86,63,0.12);
}

.count-card strong,
.hero-stats strong {
  font-size: 1.02rem;
  letter-spacing: 0.01em;
}

.count-card span,
.hero-stats span {
  color: #675c52;
}

.pill,
.slide-tag {
  background: linear-gradient(180deg, rgba(184,149,92,0.16), rgba(123,31,22,0.07));
  color: #7f2018;
  border: 1px solid rgba(184,149,92,0.18);
}

.section {
  padding: 2.25rem 0 5rem;
}

.section-light,
.band {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.36), rgba(255,255,255,0.52)),
    linear-gradient(90deg, rgba(184,149,92,0.05), transparent 35%, transparent 65%, rgba(123,31,22,0.04));
}

.section-dark {
  background:
    radial-gradient(circle at top left, rgba(184,149,92,0.16), transparent 24%),
    linear-gradient(135deg, #120e0b 0%, #1d1612 52%, #120e0b 100%);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.section-dark .cta-box {
  padding: 2.4rem 2.5rem;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  backdrop-filter: blur(8px);
}

.checklist li::before {
  content: "✦";
  color: var(--gold);
}

.text-link {
  color: #7f2018;
  font-weight: 800;
}

.text-link::after {
  content: " →";
}

.page-hero .container {
  padding: 2.25rem 2rem;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,0.7), rgba(255,249,243,0.88));
  border: 1px solid rgba(113,86,63,0.1);
  box-shadow: 0 18px 46px rgba(24,16,10,0.07);
}

.site-footer {
  background:
    radial-gradient(circle at top left, rgba(184,149,92,0.14), transparent 24%),
    linear-gradient(180deg, #100d0b 0%, #17120f 100%);
}

.site-footer h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  margin-top: 0;
}

.site-footer h4 {
  color: rgba(255,255,255,0.92);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.86rem;
}

.footer-badges span,
.area-list span {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.08);
}

.footer-badges span:hover,
.area-list span:hover {
  transform: translateY(-2px);
  border-color: rgba(184,149,92,0.26);
}

.footer-bottom {
  color: rgba(255,255,255,0.72);
}

@media (max-width: 1024px) {
  .page-hero .container {
    padding: 1.8rem 1.35rem;
  }
}

@media (max-width: 640px) {
  .brand img { width: 132px; }
  .page-hero .container { border-radius: 24px; }
  .section-dark .cta-box { padding: 1.75rem 1.2rem; }
}


/* Phase 6 FAQ and SEO support */
.faq-section{padding-top:0;}
.faq-list{max-width:920px;margin:0 auto;display:grid;gap:1rem;}
.faq-item{background:rgba(255,255,255,.72);border:1px solid rgba(39,68,58,.12);border-radius:22px;padding:0 1.25rem;box-shadow:0 18px 48px rgba(14,28,24,.06);}
.faq-item summary{cursor:pointer;list-style:none;font-weight:700;padding:1.15rem 0;color:#173228;}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item[open] summary{padding-bottom:.5rem;}
.faq-answer{padding:0 0 1.15rem;color:#405047;}

/* Project image placement added for Fiesta Flooring */
.image-showcase {
  padding-top: 2.75rem;
}
.project-image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}
.project-photo-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  min-height: 330px;
  background: #141414;
  box-shadow: 0 24px 60px rgba(20, 16, 12, 0.16);
  border: 1px solid rgba(255,255,255,0.5);
  margin: 0;
  isolation: isolate;
}
.project-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}
.project-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.04) 35%, rgba(8,8,8,0.78) 100%);
  z-index: 1;
}
.project-photo-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.05) contrast(1.02);
}
.project-photo-card figcaption {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 2;
  display: grid;
  gap: 0.35rem;
  text-align: left;
}
.project-photo-card figcaption span {
  color: rgba(255,255,255,0.72);
  font-size: 0.72rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  font-weight: 800;
}
.project-photo-card figcaption strong {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.08;
}
@media (max-width: 980px) {
  .project-image-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .project-image-grid { grid-template-columns: 1fr; }
  .project-photo-card,
  .project-photo-card img { min-height: 280px; }
}

/* Official Fiesta Flooring logo and icon update */
.brand {
  gap: 0;
}

.brand img {
  width: 178px;
  max-width: 100%;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  object-fit: contain;
}

@media (max-width: 640px) {
  .brand img {
    width: 138px;
    border-radius: 0;
  }
}

/* Footer readability hotfix */
.site-footer,
.site-footer * {
  text-shadow: none;
}
.site-footer p,
.site-footer li,
.site-footer span,
.site-footer small {
  color: rgba(255,255,255,0.92) !important;
}
.site-footer a,
.site-footer strong,
.site-footer h3,
.site-footer h4 {
  color: #ffffff !important;
}
.site-footer a {
  text-decoration: none;
}
.site-footer a:hover {
  color: #ffd7b8 !important;
}
.site-footer .footer-badges span {
  background: rgba(255,255,255,0.12) !important;
  border: 1px solid rgba(255,255,255,0.16) !important;
  color: #ffffff !important;
}
.site-footer .footer-bottom p {
  color: rgba(255,255,255,0.88) !important;
}
