/* ==========================================================================
   Creative Walls 2.0 — shared stylesheet
   ========================================================================== */

:root {
  --bg: #f7f7f8;
  --bg-alt: #ececef;
  --surface: #ffffff;
  --ink: #16181b;
  --ink-muted: #5c6270;
  --accent: #0ea5c7;
  --accent-ink: #0b7c93;
  --accent-soft: #d9f0f5;
  --gold: #e0a030;
  --gold-dark: #b87d1e;
  --gold-soft: #fbeac9;
  --line: #e2e4e8;
  --dark: #101114;
  --dark-ink: #f2f2f0;
  --dark-muted: #9aa0ac;
  --header-bg: rgba(250, 248, 244, 0.9);

  --font-serif: "Fraunces", Georgia, serif;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 20px 50px -20px rgba(30, 26, 23, 0.25);
  --shadow-sm: 0 8px 20px -10px rgba(30, 26, 23, 0.2);
  --container: 1200px;
}

[data-theme="dark"] {
  --bg: #121316;
  --bg-alt: #191b1f;
  --surface: #1c1f24;
  --ink: #f2f2f0;
  --ink-muted: #a3a8b3;
  --accent: #22b8dd;
  --accent-ink: #6cd6f0;
  --accent-soft: rgba(34, 184, 221, 0.16);
  --gold: #f0b73e;
  --gold-dark: #ffd166;
  --gold-soft: rgba(240, 183, 62, 0.18);
  --line: #2a2d33;
  --dark: #08090b;
  --dark-ink: #f5f5f3;
  --dark-muted: #9096a1;
  --header-bg: rgba(18, 19, 22, 0.85);
  --shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.6);
  --shadow-sm: 0 8px 20px -10px rgba(0, 0, 0, 0.5);
}

body { transition: background-color 0.25s ease, color 0.25s ease; }

/* ---------- Reset ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }
h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
p { color: var(--ink-muted); }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
.page-header + section { padding-top: 0; }

section { padding: 96px 0; }
.section-alt { background: var(--bg-alt); }
.section-dark { background: var(--dark); color: var(--dark-ink); }
.section-dark p { color: var(--dark-muted); }
.section-dark h2, .section-dark h3 { color: var(--dark-ink); }

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 14px;
}
.section-dark .eyebrow { color: var(--gold); }

.section-head {
  max-width: 640px;
  margin: 0 0 56px;
}
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { margin-top: 16px; font-size: 1.08rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover { background: var(--accent-ink); transform: translateY(-2px); }
.btn-outline {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--line);
}
.btn-outline:hover { border-color: var(--ink); transform: translateY(-2px); }
.section-dark .btn-outline { color: var(--dark-ink); border-color: rgba(237, 231, 221, 0.3); }
.section-dark .btn-outline:hover { border-color: var(--dark-ink); }
.btn-light {
  background: #fff;
  color: #16181b;
}
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }

/* ---------- Image placeholders (swap for real photos in /images) ---------- */
.img-placeholder {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(135deg, var(--accent-soft), var(--accent) 130%);
  min-height: 220px;
}
.img-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-image: repeating-linear-gradient(
    45deg,
    #fff 0px,
    #fff 2px,
    transparent 2px,
    transparent 26px
  );
}
.img-placeholder.ph-b { background: linear-gradient(135deg, #dfe1e4, var(--ink) 150%); }
.img-placeholder.ph-c { background: linear-gradient(135deg, var(--accent), var(--accent-ink) 130%); }
.img-placeholder.ph-d { background: linear-gradient(135deg, var(--gold-soft), var(--gold) 140%); }

/* ---------- Real photos (used in place of placeholders once available) ---------- */
.photo {
  border-radius: var(--radius);
  overflow: hidden;
}
.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-item .photo { min-height: 260px; aspect-ratio: 4 / 5; }
.gallery-item .photo img { min-height: 260px; transition: transform 0.35s ease; }
.gallery-item:hover .photo img { transform: scale(1.03); }
.hero-media .photo, .hero-media .photo img { min-height: 480px; }
.service-row-media .photo, .service-row-media .photo img { min-height: 360px; }
.about-hero .photo, .about-hero .photo img { min-height: 420px; }
.preview-strip .photo, .preview-strip .photo img { min-height: 140px; }
.preview-strip .photo:nth-child(1), .preview-strip .photo:nth-child(4) { grid-row: span 2; }
.preview-strip .photo:nth-child(1) img, .preview-strip .photo:nth-child(4) img { min-height: 300px; }
.lightbox-inner .photo img { min-height: 60vh; max-height: 78vh; width: auto; margin: 0 auto; object-fit: contain; }

/* ---------- Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--header-bg);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: background-color 0.25s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 4px 20px -10px rgba(30, 26, 23, 0.15);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  max-width: var(--container);
  margin: 0 auto;
}
.logo {
  display: flex;
  align-items: center;
}
.logo img {
  height: 40px;
  width: auto;
  display: block;
}
.footer-brand .logo img { height: 36px; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}
.nav-links a {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ink-muted);
  position: relative;
  padding: 4px 0;
  transition: color 0.2s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -4px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
}
.nav-actions { display: flex; align-items: center; gap: 20px; }
.theme-toggle {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-muted);
  transition: background 0.2s ease, color 0.2s ease;
  flex-shrink: 0;
}
.theme-toggle:hover { background: var(--bg-alt); color: var(--ink); }
.theme-toggle svg { width: 20px; height: 20px; }
.theme-toggle .icon-moon { display: none; }
[data-theme="dark"] .theme-toggle .icon-sun { display: none; }
[data-theme="dark"] .theme-toggle .icon-moon { display: block; }
.nav-toggle {
  display: none;
  width: 40px; height: 40px;
  align-items: center; justify-content: center;
  color: var(--ink);
}
.nav-toggle svg { width: 22px; height: 22px; }

/* ---------- Hero ---------- */
.hero {
  padding-top: 72px;
  padding-bottom: 96px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.hero-copy p { font-size: 1.15rem; max-width: 480px; margin-top: 20px; }
.hero-actions { display: flex; gap: 16px; margin-top: 36px; flex-wrap: wrap; }
.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.hero-stats .stat b {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.8rem;
  color: var(--ink);
}
.hero-stats .stat span { font-size: 0.85rem; color: var(--ink-muted); }
.hero-media .img-placeholder { min-height: 480px; }

/* ---------- Trust bar ---------- */
.trust-bar {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
}
.trust-item svg { width: 22px; height: 22px; color: var(--accent); flex-shrink: 0; }

/* ---------- Cards ---------- */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

.service-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 36px 32px;
  border: 1px solid var(--line);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card .icon-badge {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--accent-soft);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.service-card .icon-badge svg { width: 26px; height: 26px; color: var(--accent-ink); }
.service-card h3 { margin-bottom: 10px; }
.service-card p { font-size: 0.96rem; margin-bottom: 18px; }
.service-card ul li {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.92rem; color: var(--ink-muted);
  padding: 6px 0;
}
.service-card ul li svg { width: 16px; height: 16px; color: var(--accent); flex-shrink: 0; }
.service-card .link-more {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 20px; font-weight: 600; font-size: 0.9rem; color: var(--accent-ink);
}

.value-card { text-align: center; padding: 8px; }
.value-card .icon-badge {
  width: 56px; height: 56px; margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--accent-soft);
  display: flex; align-items: center; justify-content: center;
}
.value-card .icon-badge svg { width: 26px; height: 26px; color: var(--accent-ink); }
.value-card p { font-size: 0.92rem; }

/* ---------- Service detail rows ---------- */
.service-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding: 64px 0;
  border-bottom: 1px solid var(--line);
}
.service-row:last-child { border-bottom: none; }
.service-row.reverse .service-row-media { order: 2; }
.service-row-media .img-placeholder { min-height: 360px; }
.service-row-copy .icon-badge {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--accent-soft);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.service-row-copy .icon-badge svg { width: 26px; height: 26px; color: var(--accent-ink); }
.service-row-copy h3 { font-size: clamp(1.5rem, 2.4vw, 2rem); margin-bottom: 16px; }
.service-row-copy p { margin-bottom: 16px; }
.service-row-copy ul { margin-top: 20px; }
.service-row-copy ul li {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 7px 0; font-size: 0.96rem; color: var(--ink-muted);
}
.service-row-copy ul li svg { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; margin-top: 2px; }

/* ---------- About ---------- */
.about-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-hero .hero-media { align-self: stretch; }
.about-hero .hero-media .photo { height: 100%; }

/* Two-photo collage on the About page */
.about-photos { position: relative; align-self: stretch; min-height: 640px; }
.about-photos .photo { position: absolute; min-height: 0; }
.about-photos .photo img { min-height: 0; }
.about-photos .photo-main { top: 0; left: 0; width: 76%; height: 82%; }
.about-photos .photo-second {
  bottom: 0; right: 0;
  width: 58%; height: 48%;
  border: 6px solid var(--bg);
  box-shadow: var(--shadow);
}
.about-hero .img-placeholder { min-height: 420px; }

/* ---------- Gallery ---------- */
.filter-bar {
  display: flex; gap: 12px; flex-wrap: wrap;
  margin-bottom: 44px;
}
.filter-btn {
  padding: 10px 22px;
  border-radius: 999px;
  border: 1.5px solid var(--line);
  font-weight: 600; font-size: 0.9rem;
  color: var(--ink-muted);
  transition: all 0.2s ease;
}
.filter-btn:hover { border-color: var(--ink); color: var(--ink); }
.filter-btn.active { background: var(--accent); border-color: var(--accent); color: #fff; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.gallery-item {
  cursor: pointer;
}
.gallery-item .img-placeholder { min-height: 260px; margin-bottom: 0; transition: transform 0.35s ease; }
.gallery-item:hover .img-placeholder { transform: scale(1.03); }
.gallery-item figcaption {
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 10px;
  color: var(--ink-muted);
}
.gallery-item.is-hidden { display: none; }

.lightbox {
  position: fixed; inset: 0;
  background: rgba(20, 17, 15, 0.92);
  display: none;
  align-items: center; justify-content: center;
  z-index: 200;
  padding: 40px;
}
.lightbox.is-open { display: flex; }
.lightbox-inner {
  max-width: 900px; width: 100%;
}
.lightbox-inner .img-placeholder { min-height: 60vh; }
.lightbox-close {
  position: absolute; top: 28px; right: 32px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
}
.lightbox-close svg { width: 20px; height: 20px; color: #fff; }
.lightbox-caption { color: var(--dark-muted); text-align: center; margin-top: 18px; }

/* ---------- Gallery preview strip (home) ---------- */
.preview-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.preview-strip .img-placeholder { min-height: 140px; }
.preview-strip .img-placeholder:nth-child(1),
.preview-strip .img-placeholder:nth-child(4) { grid-row: span 2; min-height: 300px; }

/* ---------- Reviews carousel ---------- */
.carousel { max-width: 820px; margin: 0 auto; }
.carousel-viewport {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  touch-action: pan-y;
}
.carousel-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.review-card {
  flex: 0 0 100%;
  padding: 52px 56px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.review-card .stars {
  color: var(--gold);
  font-size: 1.35rem;
  letter-spacing: 5px;
}
.review-card blockquote {
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2.2vw, 1.6rem);
  font-weight: 500;
  line-height: 1.45;
  color: var(--ink);
  margin: 22px 0 26px;
  max-width: 660px;
}
.review-card figcaption {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink-muted);
}
.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 28px;
}
.carousel-btn {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.carousel-btn:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.carousel-btn svg { width: 18px; height: 18px; }
.carousel-dots { display: flex; gap: 10px; align-items: center; }
.carousel-dot {
  width: 10px; height: 10px;
  border-radius: 999px;
  background: var(--line);
  transition: width 0.3s ease, background 0.3s ease;
}
.carousel-dot:hover { background: var(--ink-muted); }
.carousel-dot.is-active { width: 28px; background: var(--accent); }
.carousel-btn:focus-visible, .carousel-dot:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
@media (max-width: 720px) {
  .review-card { padding: 36px 24px; }
}
@keyframes review-fade { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .carousel-track { transition: none; }
  .review-card.is-active { animation: review-fade 0.7s ease; }
}

/* ---------- CTA band ---------- */
.cta-band {
  text-align: center;
}
.cta-band .section-head { margin-left: auto; margin-right: auto; }
.cta-band .hero-actions { justify-content: center; }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
}
.contact-info-item {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.contact-info-item .icon-badge {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--accent-soft);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-info-item .icon-badge svg { width: 20px; height: 20px; color: var(--accent-ink); }
.contact-info-item h4 { font-family: var(--font-sans); font-size: 0.95rem; margin-bottom: 4px; }
.contact-info-item p { font-size: 0.94rem; }

.map-frame {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  margin-top: 32px;
}
.map-frame iframe { display: block; }

.contact-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 44px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { margin-bottom: 22px; }
.field label {
  display: block; font-size: 0.85rem; font-weight: 600;
  margin-bottom: 8px; color: var(--ink);
}
.field input, .field select, .field textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  font: inherit;
  color: var(--ink);
  background: var(--bg);
  transition: border-color 0.2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--accent);
}
.field textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: 0.82rem; color: var(--ink-muted); margin-top: 14px; }

/* ---------- Centered message pages (thank-you, 404) ---------- */
.center-page {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.center-page .icon-badge {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--accent-soft);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.center-page .icon-badge svg { width: 30px; height: 30px; color: var(--accent-ink); }
.center-page p { max-width: 520px; margin-top: 16px; font-size: 1.05rem; }
.center-page .hero-actions { justify-content: center; }
.text-link { color: var(--accent-ink); font-weight: 600; white-space: nowrap; }

/* ---------- Footer ---------- */
.site-footer { padding: 72px 0 28px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(237, 231, 221, 0.12);
}
.footer-brand p { margin-top: 16px; max-width: 280px; font-size: 0.92rem; }
.social-links { display: flex; gap: 12px; margin-top: 22px; }
.social-links a {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(242, 242, 240, 0.08);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}
.social-links a:hover { background: var(--accent); transform: translateY(-2px); }
.social-links svg { width: 18px; height: 18px; color: var(--dark-ink); }
.footer-col h4 { font-family: var(--font-sans); font-size: 0.9rem; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 18px; color: var(--dark-ink); }
.footer-col li { padding: 6px 0; }
.footer-col a { font-size: 0.92rem; color: var(--dark-muted); transition: color 0.2s ease; }
.footer-col a:hover { color: var(--dark-ink); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 28px;
  font-size: 0.82rem;
  color: var(--dark-muted);
  flex-wrap: wrap;
  gap: 12px;
}

/* ---------- Page header (interior pages) ---------- */
.page-header {
  padding-top: 64px;
  padding-bottom: 48px;
  text-align: center;
}
.page-header .eyebrow { display: block; }
.page-header p { max-width: 560px; margin: 18px auto 0; font-size: 1.05rem; }

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-media { order: -1; }
  .hero-media .img-placeholder { min-height: 320px; }
  .hero-media .photo, .hero-media .photo img { min-height: 320px; }
  .about-hero { grid-template-columns: 1fr; }
  .about-hero .hero-media .photo { height: 460px; }
  .about-photos { min-height: 0; height: 500px; }
  .contact-grid { grid-template-columns: 1fr; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .service-row, .service-row.reverse { grid-template-columns: 1fr; }
  .service-row.reverse .service-row-media { order: 0; }
  .preview-strip { grid-template-columns: repeat(3, 1fr); }
  .preview-strip .img-placeholder:nth-child(1),
  .preview-strip .img-placeholder:nth-child(4) { grid-row: span 1; min-height: 140px; }
  .preview-strip .photo:nth-child(1), .preview-strip .photo:nth-child(4) { grid-row: span 1; }
  .preview-strip .photo:nth-child(1) img, .preview-strip .photo:nth-child(4) img { min-height: 140px; }
}

@media (max-width: 720px) {
  section { padding: 64px 0; }
  .hero { padding-top: 40px; padding-bottom: 64px; }
  .page-header { padding-top: 40px; padding-bottom: 32px; }
  .lightbox { padding: 16px; }
  .lightbox-close { top: 12px; right: 12px; }
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.is-open {
    display: flex;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--surface);
    flex-direction: column;
    padding: 24px;
    gap: 20px;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
  }
  .nav-actions .btn-primary { display: none; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 28px; }
  .hero-stats { flex-wrap: wrap; gap: 24px; }
}

@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .preview-strip { grid-template-columns: repeat(2, 1fr); }
}
