/* =============================================
   ALTIERI & SONS CONSTRUCTION - V4 BOLD EDITION
   Shared Stylesheet
   Palette: RED accent (#C0392B) + Dark bands + White sections
   Bold, conversion-focused, image-forward
   ============================================= */

/* --- IMAGE MAP (curl-verified 200 OK, image/jpeg) ---
   HERO/KITCHEN:   photo-1556909114-f6e7ad7d3136  (modern white kitchen)
   KITCHEN 2:      photo-1600585154340-be6161a56a0c (kitchen island)
   BATHROOM:       photo-1552321554-5fefe8c9ef14  (modern bathroom)
   BATHROOM 2:     photo-1600566752355-35792bedcfea (bathroom vanity)
   HOME EXTERIOR:  photo-1564013799919-ab600027ffc6 (modern home)
   HOME EXTERIOR 2:photo-1600596542815-ffad4c1539a9 (luxury home daytime)
   HERO DUSK:      photo-1505843513577-22bb7d21e455 (luxury mansion at dusk, warm glow)
   LIVING ROOM:    photo-1616486338812-3dadae4b4ace (bright living room)
   DECK/PATIO:     photo-1600210492493-0946911123ea (modern deck)
   INTERIOR:       photo-1600607687939-ce8a6c25118c (modern interior)
   INTERIOR 2:     photo-1600585154526-990dced4db0d (hallway)
   ADDITION:       photo-1600573472592-401b489a3cdc (room addition)
   KITCHEN 3:      photo-1484154218962-a197022b5858 (warm kitchen)
   BATHROOM 3:     photo-1604709177225-055f99402ea3 (luxury bath)
   MODERN HOME:    photo-1613545325278-f24b0cae1224 (modern space)
   --------------------------------------------------- */

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

:root {
  /* --- BOLD PALETTE --- */
  --charcoal: #1a1a1a;
  --charcoal-deep: #111111;
  --charcoal-mid: #2a2a2a;
  --dark-bg: #1e1e1e;
  --gray-700: #3a3a3a;
  --gray-500: #6b6b6b;
  --gray-400: #888888;
  --gray-300: #b0b0b0;
  --gray-200: #d4d4d4;
  --gray-100: #ebebeb;
  --off-white: #f5f5f5;
  --white: #ffffff;
  --red: #C0392B;
  --red-hover: #a93226;
  --red-dark: #922b21;
  --red-light: rgba(192, 57, 43, 0.08);
  --red-glow: rgba(192, 57, 43, 0.3);
  --green-italian: #008C45;
  --gold-star: #f4c430;

  /* --- TYPOGRAPHY --- */
  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* --- SPACING --- */
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 48px;
  --space-xl: 80px;
  --space-2xl: 120px;

  /* --- EFFECTS --- */
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.1);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.12);
  --shadow-xl: 0 16px 48px rgba(0,0,0,0.15);
  --radius: 6px;
  --radius-lg: 10px;
  --transition: 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
  --transition-slow: 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

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

body {
  font-family: var(--font-body);
  color: var(--charcoal);
  background: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

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

/* ===== UTILITY ===== */
.container { max-width: 1240px; margin: 0 auto; padding: 0 var(--space-md); }
.container-narrow { max-width: 800px; margin: 0 auto; padding: 0 var(--space-md); }
.container-wide { max-width: 1440px; margin: 0 auto; padding: 0 var(--space-md); }
.text-center { text-align: center; }

/* ===== TOP BAR (dark, thin) ===== */
.topbar {
  background: var(--charcoal-deep);
  color: var(--gray-300);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 8px var(--space-md);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.topbar a { color: var(--white); font-weight: 600; transition: color var(--transition); }
.topbar a:hover { color: var(--red); }
.topbar .sep {
  display: inline-block; width: 1px; height: 12px;
  background: rgba(255,255,255,0.2); margin: 0 14px; vertical-align: middle;
}

/* ===== HEADER ===== */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: var(--white);
  border-bottom: 1px solid var(--gray-100);
  transition: box-shadow var(--transition), background var(--transition);
}
.site-header.scrolled {
  box-shadow: 0 2px 20px rgba(0,0,0,0.1);
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1440px; margin: 0 auto;
  padding: 0 var(--space-md); height: 96px;
}
.logo-link { display: flex; align-items: center; flex-shrink: 0; }
.logo-link img { height: 96px; width: auto; }

/* Nav links */
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a {
  font-size: 0.78rem; font-weight: 600; color: var(--gray-500);
  letter-spacing: 0.04em; text-transform: uppercase;
  transition: color var(--transition); position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; left: 0; bottom: -4px;
  width: 0; height: 2px; background: var(--red);
  transition: width var(--transition);
}
.nav-links a:hover { color: var(--charcoal); }
.nav-links a:hover::after { width: 100%; }
.nav-links a.active { color: var(--charcoal); }
.nav-links a.active::after { width: 100%; }

/* Header CTA (RED button) */
.header-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--red); color: var(--white);
  padding: 10px 22px; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  border-radius: var(--radius);
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  flex-shrink: 0;
}
.header-cta:hover {
  background: var(--red-hover);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px var(--red-glow);
}
.header-cta svg { width: 14px; height: 14px; fill: currentColor; }

.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(--charcoal); transition: var(--transition);
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 36px; font-family: var(--font-body);
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; cursor: pointer; border: none;
  border-radius: var(--radius);
  transition: all var(--transition);
}
.btn-primary {
  background: var(--red); color: var(--white);
}
.btn-primary:hover {
  background: var(--red-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px var(--red-glow);
}
.btn-dark { background: var(--charcoal); color: var(--white); }
.btn-dark:hover { background: var(--charcoal-mid); }
.btn-ghost {
  background: transparent; color: var(--white);
  border: 2px solid rgba(255,255,255,0.4);
}
.btn-ghost:hover {
  border-color: var(--white);
  background: rgba(255,255,255,0.08);
}
.btn-outline-dark {
  background: transparent; color: var(--charcoal);
  border: 2px solid var(--gray-200);
}
.btn-outline-dark:hover {
  border-color: var(--charcoal);
  background: var(--charcoal);
  color: var(--white);
}
.btn-outline-red {
  background: transparent; color: var(--red);
  border: 2px solid var(--red);
}
.btn-outline-red:hover {
  background: var(--red); color: var(--white);
}
.btn svg { width: 14px; height: 14px; fill: currentColor; }

/* ===== SECTIONS ===== */
.section { padding: var(--space-2xl) 0; }
.section-dark { background: var(--charcoal); color: var(--white); }
.section-dark-deep { background: var(--charcoal-deep); color: var(--white); }
.section-warm { background: var(--off-white); }
.section-red { background: var(--red); color: var(--white); }

.section-eyebrow {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--red); margin-bottom: 12px;
}
.section-dark .section-eyebrow,
.section-dark-deep .section-eyebrow { color: var(--red); }

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700; line-height: 1.15;
  margin-bottom: var(--space-sm); letter-spacing: -0.01em;
}
.section-title em { font-style: italic; font-weight: 700; }
.section-subtitle {
  font-size: 1.05rem; font-weight: 400; color: var(--gray-500);
  max-width: 620px; line-height: 1.8;
}
.section-dark .section-subtitle { color: var(--gray-300); }
.section-header { margin-bottom: var(--space-xl); }
.section-header.text-center .section-subtitle { margin: 0 auto; }

/* ===== HOMEPAGE HERO ===== */
.hero {
  position: relative;
  min-height: 84vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  /* Hero: local farmhouse image (no external dependency). */
  background: var(--charcoal-deep)
    url('assets/hero-farmhouse.jpg') center/cover no-repeat;
  background-image:
    url('assets/hero-farmhouse.jpg'),
    url('assets/hero-farmhouse.jpg');
  background-size: cover;
  background-position: center 40%;
}
.hero-overlay {
  position: absolute; inset: 0;
  /* Left-heavy gradient: near-black left edge fading to transparent right */
  background: linear-gradient(to right,
    rgba(8,8,8,0.92) 0%,
    rgba(8,8,8,0.82) 25%,
    rgba(8,8,8,0.50) 50%,
    rgba(8,8,8,0.15) 70%,
    transparent 100%);
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 680px;
  padding: 0;
}
.hero-title {
  font-family: var(--font-body);
  font-size: clamp(3rem, 7vw, 5.4rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.08;
  margin-bottom: var(--space-md);
  letter-spacing: -0.02em;
  text-shadow: 0 2px 20px rgba(0,0,0,0.4);
}
.hero-title .red { color: var(--red); text-shadow: 0 2px 20px rgba(192,57,43,0.35); }
.hero-subtitle {
  font-size: 1.05rem; font-weight: 400;
  color: rgba(255,255,255,0.82);
  line-height: 1.75;
  margin-bottom: var(--space-lg);
  max-width: 520px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}
.hero-buttons {
  display: flex; gap: 16px; flex-wrap: wrap; align-items: center;
}
.hero-buttons .btn {
  text-transform: uppercase; letter-spacing: 0.06em;
  font-weight: 700; font-size: 0.9rem; padding: 16px 34px;
}
.btn-arrow { margin-left: 8px; font-size: 1.1em; }

/* ===== PAGE HERO (inner pages) ===== */
.page-hero {
  position: relative; padding: var(--space-2xl) 0 var(--space-xl);
  background: var(--charcoal-deep); overflow: hidden;
}
.page-hero-bg {
  position: absolute; inset: 0; background-size: cover;
  background-position: center; opacity: 0.3;
}
.page-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(17,17,17,0.5) 0%, rgba(17,17,17,0.8) 100%);
}
.page-hero-content { position: relative; z-index: 2; }
.page-hero .hero-eyebrow {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--red); margin-bottom: var(--space-sm);
}
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 800; color: var(--white);
  line-height: 1.1; margin-bottom: var(--space-sm);
}
.page-hero h1 em { font-style: italic; font-weight: 700; }
.page-hero p {
  font-size: 1.1rem; font-weight: 400; color: rgba(255,255,255,0.75);
  max-width: 560px; line-height: 1.75;
}

/* ===== TRUST BAR (dark strip below hero) ===== */
.trust-bar {
  background: var(--charcoal-deep);
  padding: 0;
}
.trust-inner {
  display: flex; justify-content: center; align-items: stretch;
  gap: 0; flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center; gap: 14px;
  padding: 22px 28px; position: relative;
  flex: 1 1 auto;
  justify-content: center;
}
.trust-item:not(:last-child)::after {
  content: ''; position: absolute; right: 0; top: 50%;
  transform: translateY(-50%); width: 1px; height: 32px;
  background: rgba(255,255,255,0.12);
}
/* Outline icon container */
.trust-icon-outline {
  width: 32px; height: 32px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  gap: 1px;
}
.trust-icon-outline svg {
  width: 14px; height: 14px; stroke: rgba(255,255,255,0.6);
  fill: none;
}
/* Gold stars override (filled, not stroked) */
.trust-item:first-child .trust-icon-outline svg {
  fill: var(--gold-star); stroke: none; width: 13px; height: 13px;
}
/* BBB badge text */
.trust-bbb {
  font-family: var(--font-body); font-size: 0.7rem; font-weight: 800;
  letter-spacing: 0.08em; color: rgba(255,255,255,0.6);
  border: 1.5px solid rgba(255,255,255,0.3); border-radius: 4px;
  width: auto; padding: 3px 7px; height: auto;
}
.trust-bbb span { line-height: 1; }
/* Labels */
.trust-item .trust-label {
  font-size: 0.7rem; font-weight: 700; color: rgba(255,255,255,0.9);
  letter-spacing: 0.08em; text-transform: uppercase; line-height: 1.3;
}
.trust-item .trust-sublabel {
  font-size: 0.62rem; font-weight: 500; color: rgba(255,255,255,0.45);
  text-transform: uppercase; letter-spacing: 0.06em; line-height: 1.3;
}

/* ===== SERVICES - PHOTO CARDS ===== */
.services-layout {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
  border: 1px solid var(--gray-100);
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.service-card-img {
  aspect-ratio: 16/10; overflow: hidden;
}
.service-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform var(--transition-slow);
}
.service-card:hover .service-card-img img { transform: scale(1.05); }
.service-card-body { padding: 20px 24px 24px; }
.service-card-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; background: var(--red-light);
  border-radius: 50%; margin-bottom: 12px;
}
.service-card-icon svg { width: 18px; height: 18px; fill: var(--red); }
.service-card h3 {
  font-family: var(--font-display); font-size: 1.15rem;
  font-weight: 700; margin-bottom: 8px; color: var(--charcoal);
}
.service-card h3 a { transition: color var(--transition); }
.service-card h3 a:hover { color: var(--red); }
.service-card p {
  font-size: 0.88rem; color: var(--gray-500); line-height: 1.7; font-weight: 400;
}
.service-card-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.85rem; font-weight: 700; color: var(--red);
  text-transform: uppercase; letter-spacing: 0.05em;
  margin-top: 12px; transition: gap var(--transition);
}
.service-card-link:hover { gap: 10px; }
.service-card-link .arrow { font-size: 1.1em; }
.services-group-label {
  font-family: var(--font-body); font-size: 0.75rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em; color: var(--red);
  margin-bottom: var(--space-sm); grid-column: 1 / -1;
  padding-bottom: 8px; border-bottom: 2px solid var(--red-light);
}

/* Legacy service-cell (used on services.html and other pages) */
.service-cell {
  background: var(--white); padding: var(--space-lg);
  border: 1px solid var(--gray-100); border-radius: var(--radius-lg);
  transition: all var(--transition);
}
.service-cell:hover {
  border-color: var(--red);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.service-num {
  font-family: var(--font-display); font-size: 2rem;
  font-weight: 700; color: var(--gray-200); line-height: 1;
  margin-bottom: var(--space-sm); transition: color var(--transition);
}
.service-cell:hover .service-num { color: var(--red); }
.service-cell h3 {
  font-family: var(--font-display); font-size: 1.15rem;
  font-weight: 700; margin-bottom: 10px; color: var(--charcoal);
}
.service-cell h3 a { transition: color var(--transition); }
.service-cell h3 a:hover { color: var(--red); }
.service-cell p {
  font-size: 0.88rem; color: var(--gray-500); line-height: 1.7; font-weight: 400;
}

/* ===== FEATURED PROJECTS (dark band + carousel) ===== */
.featured-projects {
  background: var(--charcoal); padding: var(--space-xl) 0;
  position: relative;
}
.featured-projects .section-eyebrow { color: var(--red); }
.featured-projects .section-title { color: var(--white); }
.projects-carousel {
  display: flex; gap: 20px; overflow-x: auto;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  scrollbar-width: none;
}
.projects-carousel::-webkit-scrollbar { display: none; }
.project-card {
  flex: 0 0 340px; scroll-snap-align: start;
  border-radius: var(--radius-lg); overflow: hidden;
  position: relative; cursor: pointer;
}
.project-card img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  transition: transform var(--transition-slow);
}
.project-card:hover img { transform: scale(1.05); }
.project-card-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 16px 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
  color: var(--white);
}
.project-card-caption strong {
  font-size: 0.9rem; font-weight: 700; display: block;
}
.project-card-caption span {
  font-size: 0.72rem; color: rgba(255,255,255,0.7); font-weight: 500;
}
.carousel-nav {
  display: flex; gap: 12px; justify-content: center; margin-top: var(--space-md);
}
.carousel-btn {
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2);
  color: var(--white); cursor: pointer; display: flex;
  align-items: center; justify-content: center;
  transition: all var(--transition);
}
.carousel-btn:hover { background: var(--red); border-color: var(--red); }
.carousel-btn svg { width: 18px; height: 18px; fill: currentColor; }

/* ===== STORY / ABOUT ===== */
.story-section { padding: 0; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.story-image { position: relative; overflow: hidden; }
.story-image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform var(--transition-slow);
}
.story-image:hover img { transform: scale(1.03); }
.story-content {
  display: flex; flex-direction: column; justify-content: center;
  padding: var(--space-xl); background: var(--off-white);
}
.story-content .section-title { margin-bottom: var(--space-md); }
.story-text {
  font-size: 0.95rem; color: var(--gray-700); line-height: 1.85;
  margin-bottom: var(--space-md); font-weight: 400;
}
.story-stats {
  display: flex; gap: var(--space-lg); margin-top: var(--space-lg);
  padding-top: var(--space-lg); border-top: 1px solid var(--gray-200);
}
.stat-number {
  font-family: var(--font-display); font-size: 2.6rem;
  font-weight: 800; color: var(--charcoal); line-height: 1;
}
.stat-label {
  font-size: 0.72rem; color: var(--gray-500); font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase; margin-top: 6px;
}

/* ===== WHY CHOOSE US (checklist + review card) ===== */
.why-choose-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-xl);
  align-items: center;
}
.checklist { list-style: none; padding: 0; }
.checklist li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 0; border-bottom: 1px solid var(--gray-100);
  font-size: 1rem; font-weight: 500; color: var(--charcoal);
}
.checklist li:last-child { border-bottom: none; }
.check-icon {
  width: 24px; height: 24px; flex-shrink: 0;
  background: var(--red); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-top: 2px;
}
.check-icon svg { width: 12px; height: 12px; fill: var(--white); }

.review-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: var(--space-lg); box-shadow: var(--shadow-lg);
  border: 1px solid var(--gray-100);
}
.review-card-header {
  display: flex; align-items: center; gap: 12px; margin-bottom: var(--space-sm);
}
.review-stars { display: flex; gap: 2px; }
.review-stars svg { width: 18px; height: 18px; fill: var(--gold-star); }
.review-rating {
  font-size: 1.4rem; font-weight: 800; color: var(--charcoal);
}
.review-source {
  font-size: 0.72rem; font-weight: 600; color: var(--gray-500);
  letter-spacing: 0.04em; text-transform: uppercase;
}
.review-card blockquote {
  font-family: var(--font-display); font-size: 1.05rem;
  font-style: italic; color: var(--gray-700);
  line-height: 1.7; margin-bottom: var(--space-sm);
  border: none; padding: 0;
}
.review-google-logo {
  flex-shrink: 0;
}
.review-card .review-author {
  font-size: 0.82rem; font-weight: 700; color: var(--charcoal);
}

/* ===== CTA BANNER (photo background) ===== */
.cta-band {
  background: var(--charcoal); padding: var(--space-xl) 0; text-align: center;
  position: relative; overflow: hidden;
}
.cta-band-bg {
  position: absolute; inset: 0; background-size: cover;
  background-position: center; opacity: 0.25;
}
.cta-band-overlay {
  position: absolute; inset: 0;
  background: rgba(26,26,26,0.85);
}
.cta-band .container { position: relative; z-index: 2; }
.cta-band h3 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800; color: var(--white); margin-bottom: 12px;
}
.cta-band p {
  color: rgba(255,255,255,0.7); font-size: 1rem; font-weight: 400;
  margin-bottom: var(--space-lg);
}
.cta-band .btn-primary { font-size: 0.85rem; padding: 18px 48px; }
.cta-band-buttons {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
}
.cta-band-buttons .btn {
  text-transform: uppercase; letter-spacing: 0.06em; font-weight: 700; font-size: 0.88rem;
}

/* ===== GALLERY ===== */
.gallery-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
}
.gallery-item {
  aspect-ratio: 4/3; overflow: hidden;
  background: var(--gray-100); position: relative; cursor: pointer;
  border-radius: var(--radius);
}
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform var(--transition-slow);
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item .gallery-overlay {
  position: absolute; inset: 0; background: rgba(17,17,17,0);
  display: flex; align-items: flex-end; padding: var(--space-md);
  transition: background var(--transition);
}
.gallery-item:hover .gallery-overlay { background: rgba(192,57,43,0.7); }
.gallery-overlay span {
  color: var(--white); font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
  opacity: 0; transform: translateY(8px);
  transition: opacity var(--transition), transform var(--transition);
}
.gallery-item:hover .gallery-overlay span { opacity: 1; transform: translateY(0); }

.gallery-placeholder {
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; color: var(--gray-400);
  font-size: 0.78rem; font-weight: 500; letter-spacing: 0.04em; gap: 8px;
}
.gallery-placeholder svg { width: 28px; height: 28px; fill: var(--gray-300); }

/* Gallery Filters */
.gallery-filters {
  display: flex; gap: 8px; justify-content: center;
  flex-wrap: wrap; margin-bottom: var(--space-lg);
}
.gallery-filters button {
  background: none; border: 2px solid var(--gray-200);
  padding: 10px 24px; font-family: var(--font-body);
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--gray-500);
  cursor: pointer; transition: all var(--transition);
  border-radius: var(--radius);
}
.gallery-filters button:hover,
.gallery-filters button.active {
  background: var(--red); color: var(--white); border-color: var(--red);
}

/* Masonry-style gallery */
.gallery-masonry {
  columns: 3; column-gap: 8px;
}
.gallery-masonry .gallery-item {
  break-inside: avoid; margin-bottom: 8px; aspect-ratio: auto;
}

/* ===== TESTIMONIALS ===== */
.testimonials-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial-card {
  padding: var(--space-lg); background: var(--charcoal-mid);
  border-radius: var(--radius-lg);
}
.testimonial-stars { display: flex; gap: 2px; margin-bottom: var(--space-sm); }
.testimonial-stars svg { width: 16px; height: 16px; fill: var(--gold-star); }
.testimonial-text {
  font-family: var(--font-display); font-size: 1rem;
  font-weight: 400; font-style: italic; color: rgba(255,255,255,0.8);
  line-height: 1.75; margin-bottom: var(--space-md);
}
.testimonial-author {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--gray-400);
}
.testimonial-source {
  display: inline-block; margin-left: 0.5em;
  font-weight: 500; font-size: 0.65rem; letter-spacing: 0.04em;
  color: rgba(255,255,255,0.35); text-transform: uppercase;
}
.testimonial-placeholder-notice {
  font-size: 0.72rem; color: rgba(255,255,255,0.2);
  text-align: center; margin-top: var(--space-lg); font-style: italic;
}

/* ===== SERVICE AREAS ===== */
.areas-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-sm); }
.area-card {
  padding: var(--space-md) var(--space-sm); text-align: center;
  border: 1px solid var(--gray-100); background: var(--white);
  border-radius: var(--radius); transition: all var(--transition);
}
.area-card:hover { border-color: var(--red); box-shadow: var(--shadow-md); }
.area-card strong {
  display: block; font-size: 0.92rem; font-weight: 700;
  color: var(--charcoal); margin-bottom: 2px;
}
.area-card span {
  font-size: 0.72rem; color: var(--gray-500); font-weight: 600;
  letter-spacing: 0.04em; text-transform: uppercase;
}

/* ===== TRUST BAR (legacy for inner pages) ===== */
.trust-bar-simple {
  background: var(--off-white);
  border-top: 1px solid var(--gray-100);
  border-bottom: 1px solid var(--gray-100);
}

/* ===== CONTACT ===== */
.contact-grid { display: grid; grid-template-columns: 5fr 7fr; gap: var(--space-xl); align-items: start; }
.contact-info-block h3,
.contact-info-block h2 {
  font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; margin-bottom: 8px;
}
.contact-info-block > p { color: var(--gray-500); margin-bottom: var(--space-lg); font-size: 0.95rem; font-weight: 400; line-height: 1.7; }
.contact-row { display: flex; align-items: flex-start; gap: var(--space-sm); margin-bottom: var(--space-md); }
.contact-icon {
  width: 40px; height: 40px; background: var(--red-light);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.contact-icon svg { width: 16px; height: 16px; fill: var(--red); }
.contact-row strong {
  display: block; font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--gray-500); margin-bottom: 2px;
}
.contact-row a, .contact-row span { font-size: 0.95rem; color: var(--charcoal); }
.contact-row a:hover { color: var(--red); }
.contact-hours-box {
  margin-top: var(--space-lg); padding: var(--space-md);
  background: var(--off-white); border-left: 3px solid var(--red);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.contact-hours-box strong {
  display: block; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--gray-500); margin-bottom: 4px;
}
.contact-hours-box span { font-size: 0.9rem; color: var(--charcoal); }

/* ===== FORMS ===== */
.contact-form-wrap {
  background: var(--off-white); padding: var(--space-lg);
  border-radius: var(--radius-lg);
}
.contact-form-wrap h3 {
  font-family: var(--font-display); font-size: 1.3rem;
  font-weight: 700; margin-bottom: var(--space-md);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-sm); }
.form-group { margin-bottom: var(--space-sm); }
.form-group label {
  display: block; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--gray-500); margin-bottom: 6px;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 14px 16px; border: 1px solid var(--gray-200);
  background: var(--white); font-family: var(--font-body);
  font-size: 0.9rem; color: var(--charcoal);
  border-radius: var(--radius);
  transition: border-color var(--transition); outline: none; -webkit-appearance: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px var(--red-light);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit {
  width: 100%; padding: 16px; background: var(--red);
  color: var(--white); border: none; font-family: var(--font-body);
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; cursor: pointer;
  border-radius: var(--radius);
  transition: all var(--transition);
}
.form-submit:hover { background: var(--red-hover); box-shadow: 0 4px 16px var(--red-glow); }

/* ===== PROMO STRIP ===== */
.promo-strip {
  background: var(--red); padding: 18px 0; text-align: center;
}
.promo-strip p { font-size: 0.92rem; color: var(--white); font-weight: 600; }
.promo-strip strong { font-weight: 800; }
.promo-strip .accent-text { color: var(--white); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.promo-strip a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }

/* ===== ITALIAN STRIPE ===== */
.italian-stripe {
  height: 4px;
  background: linear-gradient(to right, var(--green-italian) 33.33%, var(--white) 33.33%, var(--white) 66.66%, var(--red) 66.66%);
}

/* ===== FOOTER ===== */
.site-footer {
  background: var(--charcoal-deep); color: var(--gray-400);
  padding: var(--space-xl) 0 0;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1.2fr;
  gap: var(--space-lg); padding-bottom: var(--space-lg);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand img { height: 56px; width: auto; margin-bottom: var(--space-sm); opacity: 0.9; }
.footer-brand .footer-tagline {
  font-family: var(--font-display); font-size: 1.2rem;
  font-weight: 800; color: var(--white); margin-bottom: 12px;
}
.footer-brand p {
  font-size: 0.85rem; line-height: 1.7; color: var(--gray-500); max-width: 320px;
}
.footer-social {
  display: flex; gap: 12px; margin-top: var(--space-md);
}
.footer-social a {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.08); display: flex;
  align-items: center; justify-content: center;
  transition: background var(--transition);
}
.footer-social a:hover { background: var(--red); }
.footer-social svg { width: 16px; height: 16px; fill: var(--gray-400); transition: fill var(--transition); }
.footer-social a:hover svg { fill: var(--white); }
.footer-col h4 {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--red); margin-bottom: var(--space-md);
}
.footer-col li { margin-bottom: 10px; }
.footer-col a { font-size: 0.85rem; color: var(--gray-500); transition: color var(--transition); }
.footer-col a:hover { color: var(--red); }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding: var(--space-md) 0; font-size: 0.72rem; color: var(--gray-700);
}
.footer-bottom a { color: var(--gray-500); transition: color var(--transition); }
.footer-bottom a:hover { color: var(--red); }

/* ===== BEFORE/AFTER SLIDER ===== */
.ba-slider {
  position: relative; overflow: hidden; cursor: col-resize;
  aspect-ratio: 16/9; max-width: 800px; margin: 0 auto;
  border-radius: var(--radius-lg);
}
.ba-slider img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-slider .ba-after { clip-path: inset(0 0 0 50%); }
.ba-slider .ba-handle {
  position: absolute; top: 0; bottom: 0; left: 50%; width: 3px;
  background: var(--red); z-index: 2; cursor: col-resize;
  transform: translateX(-50%);
}
.ba-slider .ba-handle::before, .ba-slider .ba-handle::after {
  content: ''; position: absolute; top: 50%;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--red); transform: translate(-50%, -50%);
  box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.ba-slider .ba-handle::before { left: 50%; }
.ba-slider .ba-handle::after { display: none; }
.ba-label {
  position: absolute; bottom: var(--space-sm); z-index: 3;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--white);
  background: var(--red); padding: 6px 14px;
  border-radius: var(--radius);
}
.ba-label-before { left: var(--space-sm); }
.ba-label-after { right: var(--space-sm); }

/* ===== FAQ ACCORDION ===== */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--gray-100); }
.faq-question {
  width: 100%; background: none; border: none; padding: var(--space-md) 0;
  font-family: var(--font-body); font-size: 1.05rem; font-weight: 700;
  color: var(--charcoal); text-align: left; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  transition: color var(--transition);
}
.faq-question:hover { color: var(--red); }
.faq-question .faq-icon {
  width: 24px; height: 24px; position: relative; flex-shrink: 0;
}
.faq-question .faq-icon::before, .faq-question .faq-icon::after {
  content: ''; position: absolute; background: var(--red);
  transition: transform var(--transition);
}
.faq-question .faq-icon::before { left: 50%; top: 4px; width: 2px; height: 16px; transform: translateX(-50%); }
.faq-question .faq-icon::after { top: 50%; left: 4px; width: 16px; height: 2px; transform: translateY(-50%); }
.faq-item.open .faq-question .faq-icon::before { transform: translateX(-50%) rotate(90deg); }
.faq-answer {
  max-height: 0; overflow: hidden; transition: max-height 0.5s ease, padding 0.3s ease;
}
.faq-item.open .faq-answer { max-height: 500px; }
.faq-answer-inner {
  padding: 0 0 var(--space-md); font-size: 0.95rem; color: var(--gray-500);
  line-height: 1.8;
}

/* ===== MULTI-STEP FORM ===== */
.step-indicator {
  display: flex; justify-content: center; gap: 6px; margin-bottom: var(--space-lg);
}
.step-dot {
  width: 40px; height: 4px; background: var(--gray-200);
  border-radius: 2px; transition: background var(--transition);
}
.step-dot.active { background: var(--red); }
.step-dot.done { background: var(--red); opacity: 0.5; }
.quote-step { display: none; }
.quote-step.active { display: block; animation: fadeUp 0.5s ease; }
.step-title {
  font-family: var(--font-display); font-size: 1.6rem;
  font-weight: 700; text-align: center; margin-bottom: var(--space-md);
}
.step-options {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-sm);
  max-width: 700px; margin: 0 auto var(--space-lg);
}
.step-option {
  padding: var(--space-md); border: 2px solid var(--gray-200);
  text-align: center; cursor: pointer; transition: all var(--transition);
  font-size: 0.88rem; font-weight: 600; color: var(--gray-700);
  border-radius: var(--radius);
}
.step-option:hover { border-color: var(--red); color: var(--charcoal); }
.step-option.selected {
  border-color: var(--red); background: var(--red-light);
  color: var(--red);
}
.step-nav {
  display: flex; justify-content: center; gap: var(--space-sm);
  margin-top: var(--space-lg);
}

/* ===== STAT COUNTERS ===== */
.counter { display: inline-block; }

/* ===== STICKY CTA ===== */
.sticky-cta {
  position: fixed; bottom: var(--space-md); right: var(--space-md);
  z-index: 900; opacity: 0; transform: translateY(20px);
  transition: all var(--transition); pointer-events: none;
}
.sticky-cta.visible { opacity: 1; transform: translateY(0); pointer-events: all; }
.sticky-cta a {
  display: flex; align-items: center; gap: 10px;
  background: var(--red); color: var(--white);
  padding: 14px 28px; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  border-radius: var(--radius);
  box-shadow: var(--shadow-xl);
  transition: background var(--transition);
}
.sticky-cta a:hover { background: var(--red-hover); }
.sticky-cta a svg { width: 14px; height: 14px; fill: currentColor; }

/* ===== MOBILE CALL BAR ===== */
.mobile-call-bar {
  display: none; position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 950; background: var(--red);
}
.mobile-call-bar a {
  display: flex; align-items: center; justify-content: center;
  gap: 10px; padding: 16px; color: var(--white);
  font-size: 0.85rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase;
}
.mobile-call-bar a svg { width: 18px; height: 18px; fill: currentColor; }

/* ===== MOBILE NAV ===== */
.mobile-nav {
  display: none; position: fixed; inset: 0; z-index: 9999;
  background: var(--white); flex-direction: column;
  justify-content: center; padding: var(--space-xl);
  transform: translateX(100%); transition: transform var(--transition);
}
.mobile-nav.open { transform: translateX(0); }
.mobile-nav a {
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 700;
  color: var(--charcoal); padding: 12px 0; display: block;
  border-bottom: 1px solid var(--gray-100);
}
.mobile-nav .mobile-cta {
  margin-top: var(--space-lg); padding: 18px 32px;
  text-align: center; font-family: var(--font-body); font-size: 0.82rem;
  background: var(--red); color: var(--white); border-radius: var(--radius);
}
.mobile-close {
  position: absolute; top: 24px; right: 24px;
  background: none; border: none; font-size: 1.8rem;
  cursor: pointer; color: var(--charcoal);
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: translateY(0); }
}
.fade-up {
  opacity: 0; transform: translateY(32px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-up-delay-1 { transition-delay: 0.1s; }
.fade-up-delay-2 { transition-delay: 0.2s; }
.fade-up-delay-3 { transition-delay: 0.3s; }

/* Accessibility */
.skip-link {
  position: absolute; top: -100%; left: var(--space-sm);
  background: var(--red); color: var(--white);
  padding: 12px 24px; font-weight: 700; z-index: 99999;
  border-radius: var(--radius);
  transition: top 0.2s;
}
.skip-link:focus { top: var(--space-sm); }

/* ===== SERVICE OVERVIEW (responsive 2-col layout) ===== */
.service-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl);
  align-items: start;
}
.service-overview-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: 0 6px 24px rgba(0,0,0,0.10), 0 1.5px 6px rgba(0,0,0,0.06);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .services-layout { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .areas-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; gap: var(--space-md); }
  .story-content { padding: var(--space-lg); }
  .step-options { grid-template-columns: repeat(2, 1fr); }
  .gallery-masonry { columns: 2; }
  .why-choose-grid { grid-template-columns: 1fr; gap: var(--space-lg); }
  .project-card { flex: 0 0 280px; }
  .trust-item { flex: 0 0 33.33%; }
  .trust-item:nth-child(3)::after { display: none; }
  .hero-overlay {
    background: linear-gradient(to right,
      rgba(8,8,8,0.92) 0%, rgba(8,8,8,0.78) 30%,
      rgba(8,8,8,0.45) 55%, rgba(8,8,8,0.20) 80%, transparent 100%);
  }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .header-inner .header-cta { display: none; }
  .menu-toggle { display: flex; }
  .mobile-nav { display: flex; }
  .mobile-call-bar { display: block; }
  .sticky-cta { display: none; }
  .topbar .hide-mobile { display: none; }
  .section { padding: var(--space-xl) 0; }
  .section-header { margin-bottom: var(--space-lg); }
  .service-overview { grid-template-columns: 1fr; gap: var(--space-lg); }
  .services-layout { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; }
  .story-content { padding: var(--space-lg) var(--space-md); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-masonry { columns: 1; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .trust-inner { flex-wrap: wrap; justify-content: center; }
  .trust-item { flex: 0 0 50%; justify-content: flex-start; padding: 14px 20px; }
  .trust-item:nth-child(even)::after { display: none; }
  .step-options { grid-template-columns: 1fr; }
  body { padding-bottom: 54px; }
  .hero { min-height: 75vh; }
  .hero-title { font-size: clamp(2.4rem, 8vw, 3.5rem); }
  .hero-buttons .btn { padding: 13px 24px; font-size: 0.88rem; }
  .project-card { flex: 0 0 260px; }
  .featured-projects { padding: var(--space-lg) 0; }
}
@media (max-width: 480px) {
  :root { --space-xl: 64px; --space-2xl: 80px; }
  .topbar { font-size: 0.68rem; }
  .header-inner { height: 100px; }
  .logo-link img { height: 92px; }
  .hero { min-height: 70vh; }
  .hero-title { font-size: clamp(2rem, 9vw, 2.8rem); }
  .hero-buttons { flex-direction: column; align-items: stretch; }
  .hero-buttons .btn { text-align: center; padding: 14px 20px; font-size: 0.85rem; }
  .areas-grid { grid-template-columns: 1fr 1fr; }
  .contact-form-wrap { padding: var(--space-md); }
  .service-cell { padding: var(--space-md); }
  .story-stats { flex-direction: column; gap: var(--space-md); }
  .trust-bar { padding: 16px 0; }
  .trust-inner { gap: 12px 0; }
  .trust-item { flex: 0 0 50%; padding: 8px 0; font-size: 0.6rem; }
  .trust-item::after { display: none; }
  .trust-icon-outline { width: 26px; height: 26px; }
  .trust-icon-outline svg { width: 12px; height: 12px; }
  .trust-bbb { width: 26px; height: 26px; font-size: 6px; }
}

/* --- Lightbox Gallery --- */
.gallery-item, .project-card { cursor: pointer; }

.lightbox-overlay {
  position: fixed; inset: 0; z-index: 10000;
  background: rgba(0,0,0,0.92);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.lightbox-overlay.active { opacity: 1; visibility: visible; }

.lightbox-inner {
  position: relative; width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
}

.lightbox-img {
  max-width: 90vw; max-height: 85vh;
  object-fit: contain; border-radius: 4px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.5);
  user-select: none; -webkit-user-drag: none;
}

.lightbox-close {
  position: absolute; top: 16px; right: 20px;
  background: none; border: none; color: #fff;
  font-size: 2.2rem; cursor: pointer; z-index: 10002;
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; transition: background 0.2s;
  line-height: 1;
}
.lightbox-close:hover { background: rgba(255,255,255,0.15); }

.lightbox-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,0.12); border: none; color: #fff;
  font-size: 2rem; cursor: pointer; z-index: 10002;
  width: 52px; height: 52px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.lightbox-nav:hover { background: rgba(255,255,255,0.25); }
.lightbox-prev { left: 16px; }
.lightbox-next { right: 16px; }

.lightbox-caption {
  position: absolute; bottom: 20px; left: 50%;
  transform: translateX(-50%);
  color: #fff; font-size: 0.95rem; font-weight: 500;
  text-align: center; padding: 8px 24px;
  background: rgba(0,0,0,0.55); border-radius: 6px;
  max-width: 80vw; white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis;
}

.lightbox-counter {
  position: absolute; top: 20px; left: 24px;
  color: rgba(255,255,255,0.7); font-size: 0.85rem;
  font-weight: 500; letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .lightbox-img { max-width: 96vw; max-height: 80vh; }
  .lightbox-nav { width: 44px; height: 44px; font-size: 1.6rem; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
  .lightbox-close { top: 10px; right: 12px; }
  .lightbox-caption { font-size: 0.82rem; padding: 6px 16px; bottom: 14px; }
  .lightbox-counter { top: 14px; left: 14px; }
}
