:root {
  --ink: #191714;
  --muted: #6d665f;
  --paper: #f7f1e8;
  --panel: #fffaf2;
  --line: #ded1c1;
  --brass: #b9803f;
  --moss: #26392f;
  --plum: #4b3138;
  --charcoal: #10110f;
  --shadow: 0 24px 70px rgba(28, 20, 13, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.dark {
  --ink: #f7efe4;
  --muted: #c9bbab;
  --paper: #111210;
  --panel: #1b1d19;
  --line: #3d3831;
  --brass: #d29b55;
  --moss: #7f9a85;
  --plum: #2a2024;
  --charcoal: #080908;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #f3c780;
  outline-offset: 3px;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 16px;
  left: 50%;
  width: min(1180px, calc(100% - 32px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 14px 10px 18px;
  background: rgba(16, 17, 15, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}
.brand { width: 168px; height: 54px; display: flex; align-items: center; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(12px, 2vw, 28px); color: #fff6e8; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.site-nav a { text-decoration: none; opacity: 0.76; transition: color .2s ease, opacity .2s ease; }
.site-nav a:hover, .site-nav a.is-active { opacity: 1; color: #f3c780; }
.theme-toggle { border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.08); color: #fff6e8; padding: 8px 12px; font-size: .72rem; font-weight: 800; cursor: pointer; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.22); border-radius: 6px; background: transparent; padding: 10px; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; }

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  align-items: end;
  gap: clamp(28px, 5vw, 70px);
  padding: 150px clamp(20px, 6vw, 88px) 74px;
  overflow: hidden;
  color: #fff;
}
.hero-media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.38) 56%, rgba(0,0,0,.7)), url("assets/hero.webp") center / cover no-repeat; transform: scale(1.025); }
.hero-content, .planner { position: relative; }
.eyebrow, .section-kicker { margin: 0 0 16px; color: var(--brass); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 820px; margin-bottom: 22px; font-family: "Crimson Text", Georgia, serif; font-size: clamp(3.5rem, 7.4vw, 7.2rem); line-height: .9; font-weight: 700; }
h2 { margin-bottom: 0; font-family: "Crimson Text", Georgia, serif; font-size: clamp(2.35rem, 4.4vw, 4.6rem); line-height: .98; font-weight: 700; }
h3 { font-size: 1.08rem; line-height: 1.25; }
.hero-copy { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.82); font-size: clamp(1.04rem, 1.5vw, 1.28rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border: 1px solid transparent; border-radius: 6px; padding: 0 22px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--brass); color: #130d07; box-shadow: 0 12px 28px rgba(185,128,63,.25); }
.button.secondary { border-color: rgba(255,255,255,.42); color: #fff; }

.hero-highlights{align-self:center;width:min(420px,100%);padding:2.25rem;background:rgba(28,28,28,.72);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.12);border-radius:18px;color:#fff;box-shadow:0 20px 45px rgba(0,0,0,.35);}
.highlight-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:1.8rem;}
.highlight-item strong{display:block;font-size:3rem;font-weight:800;color:var(--accent);line-height:1;}
.highlight-item span{display:block;margin-top:.5rem;font-size:.95rem;color:rgba(255,255,255,.82);}
.highlight-divider{height:1px;background:rgba(255,255,255,.15);margin:1.5rem 0;}
.highlight-cert{display:flex;gap:1rem;align-items:center;}
.check{width:42px; height:42px;border-radius:50%;background:rgba(204,148,74,.18);color:var(--accent);display:grid;place-items:center;font-weight:700;font-size:1.2rem;}
.highlight-cert strong{display:block;font-size:1rem;}
.highlight-cert small{color:rgba(255,255,255,.65);}
.highlight-services{margin:1.75rem 0;padding:.85rem 1rem;border-radius:10px;background:rgba(255,255,255,.06);text-align:center;font-weight:600;font-size:.95rem;}
.highlight-rating{display:flex;justify-content:space-between;align-items:center;}
.stars{color:#fbbc04;font-size:1.25rem;letter-spacing:.2rem;}
.highlight-rating strong{font-size:1rem;}

.highlights-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  margin-top:3rem;
}
.highlight-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  min-height:180px;
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:12px;
  padding:2rem;
  transition:.3s ease;
}
.highlight-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow);
}
.highlight-number{
  font-size:1.8rem;
  font-weight:600;
  color:var(--brass);
  line-height:1;
  margin-bottom:1rem;
}
.highlight-card h3{
  margin:0;
  font-size:1.15rem;
  font-weight:700;
  line-height:1.4;
  max-width:180px;
}
@media (max-width:900px){
  .highlights-grid{
      grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width:600px){
  .highlights-grid{
      grid-template-columns:1fr;
  }
}

.section { padding: clamp(72px, 9vw, 132px) clamp(20px, 6vw, 88px); }
.split, .section-heading, .service-intro, .reviews-layout, .contact-panel { display: grid; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); gap: clamp(34px, 6vw, 90px); }
.prose { color: var(--muted); font-size: 1.05rem; line-height: 1.82; }
.text-toggle { border: 0; border-bottom: 2px solid var(--brass); background: transparent; color: var(--ink); padding: 0 0 5px; font-weight: 800; cursor: pointer; }
.expandable{display:grid;grid-template-rows:0fr;opacity:0;overflow:hidden;transition:grid-template-rows .35s ease, opacity .35s ease;}
.expandable > div{overflow:hidden;}
.expandable.is-open{grid-template-rows:1fr;opacity:1;}

.value-grid, .project-groups { display: grid; gap: 18px; }
.value-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 60px; }
.value-grid article, .project-groups article, .review-carousel article { border: 1px solid var(--line); background: var(--panel); border-radius: 8px; padding: 26px; box-shadow: 0 1px 0 rgba(255,255,255,.7) inset; }
.value-grid span { display: block; margin-bottom: 22px; color: var(--brass); font-weight: 800; }
.value-grid p, .project-groups p, .review-carousel p, .section-heading p, .service-intro p, .contact-panel p { color: var(--muted); line-height: 1.7; }

/* .gallery-section, .projects-section { background: #ece2d5; }
.section-heading { align-items: end; margin-bottom: 46px; }
.segmented { display: inline-flex; flex-wrap: wrap; gap: 8px; padding: 6px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,250,242,.7); }
.segmented button, .review-controls button { border: 0; border-radius: 6px; background: transparent; padding: 10px 14px; font-weight: 800; cursor: pointer; }
.segmented button.is-active { background: var(--moss); color: #fff; }
.gallery-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-auto-rows: 310px; gap: 18px; }
.gallery-card { position: relative; overflow: hidden; border: 0; border-radius: 8px; background: #111; color: #fff; padding: 0; cursor: pointer; box-shadow: var(--shadow); text-align: left; transition: transform .25s ease, opacity .25s ease; }
.gallery-card.is-hidden { display: none; }
.gallery-card:hover { transform: translateY(-4px); }
.gallery-card.tall { grid-row: span 2; }
.gallery-card picture, .gallery-card img { width: 100%; height: 100%; }
.gallery-card img { object-fit: cover; opacity: .84; transition: transform .45s ease, opacity .45s ease; }
.gallery-card:hover img { transform: scale(1.05); opacity: .68; }
.gallery-card span { position: absolute; left: 0; right: 0; bottom: 0; display: grid; gap: 4px; padding: 26px; background: linear-gradient(0deg, rgba(0,0,0,.86), rgba(0,0,0,0)); }
.gallery-card strong { font-size: 1.1rem; }
.gallery-card small { color: rgba(255,255,255,.75); } */

.gallery-section, .projects-section { background: #ece2d5; }
.section-heading { align-items: end; margin-bottom: 46px; }
.segmented { display: inline-flex; flex-wrap: wrap; gap: 8px; padding: 6px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,250,242,.7); }
.segmented button, .review-controls button { border: 0; border-radius: 6px; background: transparent; padding: 10px 14px; font-weight: 800; cursor: pointer; }
.segmented button.is-active { background: var(--moss); color: #fff; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 28px;
  margin-top: 48px;
}

.gallery-card {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  background: #111;
  color: #fff;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition:
      transform .35s ease,
      box-shadow .35s ease;
}

.gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(0,0,0,.22);
}

.gallery-card.is-hidden {
  display: none;
}

.gallery-card picture{
  position:absolute;
  inset:0;
  display:block;
}

.gallery-card img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.gallery-card:hover img {
  transform:scale(1.08);
  filter:brightness(.75);
}

.gallery-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
      to top,
      rgba(0,0,0,.75),
      rgba(0,0,0,.15) 45%,
      transparent
  );
}

.gallery-card span{
  position:absolute;
  inset:auto 24px 22px 24px;
  z-index:2;
  display:flex;
  flex-direction:column;
  gap:4px;
}

.gallery-card strong{
  font-size:1.3rem;
  font-weight:700;
}

.gallery-card small{
  font-size:.9rem;
  color:rgba(255,255,255,.82);
}

.gallery-card:hover strong{
  letter-spacing:.02em;
}

.services-section { background: var(--charcoal); color: #fff; }
.service-intro { align-items: center; margin-bottom: 38px; }
.service-intro p { color: rgba(255,255,255,.72); }
.service-intro picture { width: min(280px, 100%); justify-self: end; }
.service-intro img { width: 100%; border: 10px solid rgba(255,255,255,.08); border-radius: 8px; }
.accordion { display: grid; gap: 12px; }
.accordion article { border: 1px solid rgba(255,255,255,.13); border-radius: 8px; background: #171a18; overflow: hidden; }
.accordion button { width: 100%; border: 0; background: transparent; color: #fff; padding: 22px 24px; text-align: left; font-weight: 800; cursor: pointer; }
.accordion button::after { content: "+"; float: right; color: var(--brass); }
.accordion article.is-open button::after { content: "-"; }
.accordion p { display: none; margin: 0; padding: 0 24px 24px; color: rgba(255,255,255,.68); line-height: 1.7; }
.accordion article.is-open p { display: block; }
.accordion-content{ padding-top:20px;}
.accordion-content p{    margin:0 0 18px;
  line-height:1.8;
  color:var(--muted);
}
.accordion-content ul{margin:0;padding-left:1.25rem;}
.accordion-content li{margin-bottom:0.5rem;color:rgba(255,255,255,.68);line-height:1.6;}
.accordion-content h4{margin:1rem 0 0.5rem;color:rgba(255,255,255,.68);font-size:1rem;}
.accordion article > div{ display:none;}
.accordion article.is-open > div{display:block;}
.services-list{display:flex;flex-wrap:wrap;gap:14px;list-style:none;padding:0;margin:20px 0 0;}
.services-list li{
  display: flex;
  padding:10px 18px;

  border:1px solid rgba(233,226,214,.18);
  border-radius:999px;

  background:rgba(255,255,255,.03);
  color:rgba(255,255,255,.88);

  font-size: 1rem;
  font-weight:500;
  color:rgba(255,255,255,.68);

  transition:
    background .25s ease,
    border-color .25s ease,
    transform .25s ease,
    color .25s ease;
}
.services-list li:hover{
  transform:translateY(-2px);
  border-color:rgba(108, 107, 107, 0.68);
}

.project-search { display: grid; gap: 8px; color: var(--muted); font-weight: 800; }
.project-search input { min-height: 48px; border: 1px solid var(--line); border-radius: 6px; background: var(--panel); padding: 0 14px; }
.project-count { margin: -24px 0 22px; color: var(--muted); font-weight: 800; }
.before-after { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); gap: 28px; align-items: center; margin-bottom: 34px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); box-shadow: var(--shadow); }
.comparison { position: relative; min-height: 390px; overflow: hidden; border-radius: 8px; background: #111; }
.comparison-img, .comparison-img img { position: absolute; inset: 0; width: 100%; height: 100%; }
.comparison-img img { object-fit: cover; }
.comparison-img.before { clip-path: inset(0 50% 0 0); filter: saturate(.65) contrast(.88); }
.comparison input { position: absolute; z-index: 3; inset: auto 4% 22px; width: 92%; accent-color: var(--brass); }
.before-label, .after-label { position: absolute; z-index: 2; top: 16px; border-radius: 999px; background: rgba(0,0,0,.62); color: #fff; padding: 8px 12px; font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.before-label { left: 16px; }
.after-label { right: 16px; }
.project-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.project-groups article:last-child { grid-column: 1 / -1; }
.project-groups article.is-hidden { display: none; }

.review-carousel article{
  display:none;
  min-height:300px;
}

.review-carousel article.is-active{
  display:flex;
  flex-direction:column;
}
.review-controls{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.review-controls button{
  padding:.8rem 1.4rem;
  border:1px solid var(--line);
  border-radius:10px;
  background:var(--panel);
  cursor:pointer;
}
.review-controls button:hover{
  background:var(--surface);
}
.review-text{
  font-family:"Crimson Text",Georgia,serif;
  font-size:1.25rem;
  line-height:1.55;
  color:var(--ink);
  margin:.75rem 0;
  white-space:pre-line;
}

.review-stars{
  color:#fbbc04;
  font-size:1.5rem;
  letter-spacing:.12rem;
  margin-bottom:.5rem;
}

.read-more{
  align-self:flex-start;
  margin-bottom:1.5rem;
  background:none;
  border:none;
  color:var(--accent);
  cursor:pointer;
  font-weight:600;
  padding:0;
}

.review-author{
  margin-top:auto;
  display:flex;
  flex-direction:column;
  gap:.4rem;
}

.review-author strong{
  font-size:1rem;
  color:var(--ink);
}

.review-source{
  display:flex;
  align-items:center;
  gap:.4rem;
  font-size:.82rem;
  color:var(--muted);
}

.review-source img{
  width:16px;
  height:16px;
  object-fit:contain;
}


.contact-section { background: linear-gradient(135deg, var(--moss), var(--plum)); color: #fff; }
.contact-panel { align-items: start; padding: clamp(28px,5vw,54px); border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: rgba(255,255,255,.07); }
.contact-panel p { color: rgba(255,255,255,.72); }
address { display: grid; gap: 14px; margin-top: 30px; color: rgba(255,255,255,.78); font-style: normal; line-height: 1.7; }
address strong, address a { color: #fff; }
.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.contact-form label { display: grid; gap: 8px; color: rgba(255,255,255,.82); font-size: .86rem; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.22); border-radius: 6px; background: rgba(255,250,242,.96); padding: 13px 14px; color: var(--ink); }
.contact-form .full, .form-note { grid-column: 1 / -1; }
.form-note { min-height: 24px; margin: 0; color: #f0cc8b; }

/* .lightbox { position: fixed; z-index: 50; inset: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 360px); gap: 24px; align-items: center; padding: clamp(18px,4vw,60px); background: rgba(10,9,8,.92); color: #fff; }
.lightbox[hidden] { display: none; }
.lightbox img { width: 100%; max-height: 84vh; object-fit: contain; border-radius: 8px; }
.lightbox-close { position: absolute; top: 18px; right: 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 6px; background: rgba(255,255,255,.08); color: #fff; padding: 10px 14px; cursor: pointer; }
.lightbox p { color: rgba(255,255,255,.72); line-height: 1.7; }
.floating-actions { position: fixed; z-index: 30; right: 18px; bottom: 18px; display: grid; gap: 10px; }
.floating-actions a { display: inline-flex; align-items: center; justify-content: center; min-width: 112px; min-height: 44px; border-radius: 999px; background: #1f8f54; color: #fff; box-shadow: 0 14px 32px rgba(0,0,0,.24); font-size: .82rem; font-weight: 800; text-decoration: none; }
.floating-actions a:last-child { background: var(--brass); color: #130d07; } */

/* ---------- LIGHTBOX ---------- */

.floating-actions { position: fixed; z-index: 30; right: 18px; bottom: 18px; display: grid; gap: 10px; }
.floating-actions a { display: inline-flex; align-items: center; justify-content: center; min-width: 112px; min-height: 44px; border-radius: 999px; background: #1f8f54; color: #fff; box-shadow: 0 14px 32px rgba(0,0,0,.24); font-size: .82rem; font-weight: 800; text-decoration: none; }
.floating-actions a:last-child { background: var(--brass); color: #130d07; }
.lightbox{
  position:fixed;
  inset:0;
  z-index:1000;
  display:flex;
  justify-content:center;
  align-items:center;
  background:rgba(0,0,0,.94);
  backdrop-filter:blur(10px);
  animation:fadeIn .35s ease;
}

.lightbox[hidden]{
  display:none;
}

/* Image */

.lightbox img{
  max-width:min(92vw,1700px);
  max-height:88vh;
  object-fit:contain;
  border-radius:16px;
  box-shadow:0 25px 70px rgba(0,0,0,.45);
  transition:
      opacity .35s ease,
      transform .35s ease;
}

/* Used while changing images */

.lightbox img.is-changing{
  opacity:0;
  transform:scale(.98);
}

/* ---------- CLOSE ---------- */

.lightbox-close{
  position:absolute;
  top:28px;
  right:28px;

  width:54px;
  height:54px;

  border:none;
  border-radius:50%;

  background:rgba(255,255,255,.12);
  color:white;

  font-size:22px;
  cursor:pointer;

  transition:.25s;
}

.lightbox-close:hover{
  background:rgba(255,255,255,.22);
  transform:rotate(90deg);
}

/* ---------- NAVIGATION ---------- */

.lightbox-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);

  width:64px;
  height:64px;

  border:none;
  border-radius:50%;

  background:rgba(255,255,255,.12);
  color:white;

  cursor:pointer;
  font-size:30px;

  transition:.25s;
}

.lightbox-nav:hover{
  background:rgba(255,255,255,.22);
  transform:translateY(-50%) scale(1.08);
}

.lightbox-prev{
  left:36px;
}

.lightbox-next{
  right:36px;
}

/* ---------- AUTOPLAY ---------- */

.lightbox-autoplay{
  position:absolute;
  bottom:34px;
  left:50%;
  transform:translateX(-50%);

  border:none;
  border-radius:999px;

  padding:13px 26px;

  background:rgba(255,255,255,.12);
  color:white;

  cursor:pointer;
  transition:.25s;

  font-weight:600;
  letter-spacing:.03em;
}

.lightbox-autoplay:hover{
  background:rgba(255,255,255,.22);
}

/* ---------- IMAGE COUNTER ---------- */

.lightbox-counter{
  position:absolute;
  bottom:36px;
  right:40px;

  color:white;
  font-size:.95rem;

  background:rgba(0,0,0,.45);

  padding:8px 14px;
  border-radius:999px;
}

/* ---------- ROOM TITLE ---------- */

.lightbox-title{
  position:absolute;
  top:36px;
  left:40px;

  color:white;
  font-size:1.4rem;
  font-weight:700;

  letter-spacing:.02em;
}

/* ---------- ANIMATIONS ---------- */

@keyframes fadeIn{

  from{
      opacity:0;
  }

  to{
      opacity:1;
  }

}

.site-footer { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; padding: 30px 20px; background: #090a09; color: rgba(255,255,255,.74); }
.site-footer picture { display: block; }
.site-footer img { width: 116px; height: 38px; object-fit: contain; }
.site-footer p { margin: 0; }
.site-footer a { color: #fff; text-decoration: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: calc(100% + 8px); left: 0; right: 0; display: none; flex-direction: column; align-items: flex-start; gap: 0; padding: 12px 24px 22px; background: rgba(13,14,13,.98); border-radius: 8px; }
  .site-nav.is-open { display: flex; }
  .site-nav a { width: 100%; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.12); }
  .hero, .split, .section-heading, .service-intro, .reviews-layout, .contact-panel { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .value-grid, .project-groups { grid-template-columns: 1fr; }
  .project-groups article:last-child { grid-column: auto; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-card.tall { grid-row: span 1; }
  .service-intro picture { justify-self: start; }
  .lightbox { grid-template-columns: 1fr; }
  .before-after { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .site-header { top: 10px; width: calc(100% - 20px); }
  .brand { width: 138px; height: 46px; }
  .hero { padding: 120px 20px 48px; }
  h1 { font-size: 3.25rem; }
  h2 { font-size: 2.5rem; }
  .gallery-grid, .contact-form, .stats-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-auto-rows: 360px; }
  .comparison { min-height: 320px; }
  .floating-actions { left: 16px; right: 16px; grid-template-columns: 1fr 1fr; }
  .floating-actions a { min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
