:root {
  --cream: #f7f2ea;
  --cream-deep: #eee3d8;
  --paper: #fffdf9;
  --white: #ffffff;
  --ink: #302b2a;
  --brown: #594846;
  --brown-dark: #403230;
  --muted: #756a67;
  --coral: #ad504c;
  --coral-dark: #8f3f3c;
  --coral-soft: #f0d8d3;
  --line: #d9cbc0;
  --font-sans: "Aptos", "Segoe UI", Arial, sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 38px;
  --shadow-sm: 0 8px 24px rgba(70, 49, 45, 0.08);
  --shadow: 0 22px 60px rgba(70, 49, 45, 0.13);
  --header-height: 100px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body {
  margin: 0;
  min-width: 320px;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  height: 8px;
  background: var(--coral);
  pointer-events: none;
}
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 2000; top: 14px; left: 16px; transform: translateY(-140%); padding: 10px 15px; border-radius: 8px; background: var(--brown-dark); color: #fff; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

/* Header and navigation */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  padding-top: 8px;
  background: rgba(247, 242, 234, 0.94);
  border-bottom: 1px solid rgba(89, 72, 70, 0.12);
  backdrop-filter: blur(14px);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}
.site-header.scrolled { background: rgba(255, 253, 249, 0.97); box-shadow: 0 8px 28px rgba(64, 50, 48, 0.08); }
.navbar { position: relative; min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { flex: 0 0 auto; border-radius: 8px; }
.brand img { width: 256px; }
.nav-links { display: flex; align-items: center; gap: clamp(15px, 2vw, 27px); color: var(--brown-dark); font-size: 13px; font-weight: 750; letter-spacing: 0.015em; }
.nav-links a { position: relative; padding: 12px 0; text-decoration: none; }
.nav-links a::after { content: ""; position: absolute; right: 100%; bottom: 6px; left: 0; height: 2px; background: var(--coral); transition: right 0.22s ease; }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.menu-btn { display: none; min-height: 46px; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 999px; padding: 8px 15px; background: var(--white); color: var(--brown-dark); font-weight: 750; cursor: pointer; }
.menu-icon { width: 18px; display: grid; gap: 4px; }
.menu-icon span { height: 2px; border-radius: 2px; background: currentColor; transition: transform 0.2s ease, opacity 0.2s ease; }
.menu-btn[aria-expanded="true"] .menu-icon span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-btn[aria-expanded="true"] .menu-icon span:nth-child(2) { opacity: 0; }
.menu-btn[aria-expanded="true"] .menu-icon span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Shared typography and buttons */
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 18px; color: var(--coral-dark); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; line-height: 1.4; text-transform: uppercase; }
.eyebrow::before { content: ""; flex: 0 0 32px; height: 2px; background: var(--coral); }
.section-title { margin: 0 0 28px; color: var(--brown-dark); font-family: var(--font-display); font-size: clamp(36px, 4.6vw, 60px); font-style: italic; font-weight: 400; letter-spacing: -0.035em; line-height: 1.07; }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 8px; border: 1.5px solid var(--coral); border-radius: 999px; padding: 0 22px; background: transparent; color: var(--coral-dark); font-size: 14px; font-weight: 800; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease; }
.btn:hover { transform: translateY(-2px); background: var(--white); }
.btn.primary { border-color: var(--coral); background: var(--coral); color: #fff; box-shadow: 0 8px 18px rgba(173, 80, 76, 0.2); }
.btn.primary:hover { border-color: var(--coral-dark); background: var(--coral-dark); }

/* Homepage hero */
.hero { position: relative; overflow: hidden; padding: 42px 0 76px; background: radial-gradient(circle at 15% 18%, rgba(255, 255, 255, 0.85), transparent 35%), var(--cream); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 7px; background: var(--coral); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr); align-items: center; gap: clamp(36px, 5vw, 70px); }
.hero-copy { padding: 30px 0 34px; }
.hero h1, .page-head h1 { margin: 0; color: var(--brown-dark); font-family: var(--font-display); font-style: italic; font-weight: 400; letter-spacing: -0.045em; line-height: 0.98; }
.hero h1 { max-width: 700px; font-size: clamp(52px, 6.2vw, 86px); }
.hero-copy > p:not(.eyebrow) { max-width: 610px; margin: 28px 0 0; color: #4d4543; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-image { position: relative; display: block; overflow: hidden; border-radius: 12px 12px var(--radius-lg) var(--radius-lg); box-shadow: var(--shadow); background: var(--cream-deep); text-decoration: none; }
.hero-image::after { content: ""; position: absolute; inset: 65% 0 0; background: linear-gradient(transparent, rgba(48, 43, 42, 0.36)); pointer-events: none; }
.hero-image img { width: 100%; height: clamp(520px, 60vw, 735px); object-fit: cover; object-position: center 35%; transition: transform 0.45s ease; }
.hero-image:hover img { transform: scale(1.015); }
.zoom-hint { position: absolute; z-index: 3; right: 14px; bottom: 14px; padding: 7px 11px; border: 1px solid rgba(255,255,255,0.35); border-radius: 999px; background: rgba(48, 43, 42, 0.76); color: #fff; font-size: 11px; font-weight: 750; letter-spacing: 0.03em; backdrop-filter: blur(7px); opacity: 0; transform: translateY(5px); transition: opacity 0.2s ease, transform 0.2s ease; }
.zoomable { position: relative; display: block; cursor: zoom-in; text-decoration: none; }
.zoomable:hover .zoom-hint, .zoomable:focus-visible .zoom-hint { opacity: 1; transform: none; }

.trust-strip { background: var(--brown-dark); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid p { display: grid; gap: 2px; margin: 0; padding: 24px 32px; border-left: 1px solid rgba(255,255,255,0.16); }
.trust-grid p:last-child { border-right: 1px solid rgba(255,255,255,0.16); }
.trust-grid strong { font-family: var(--font-display); font-size: 22px; font-style: italic; font-weight: 400; }
.trust-grid span { color: rgba(255,255,255,0.72); font-size: 12px; }

/* Homepage sections */
.section { padding: 96px 0; }
.reviews { background: var(--paper); }
.reviews-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: clamp(38px, 7vw, 86px); margin-bottom: 45px; }
.reviews-copy { max-width: 790px; }
.reviews-copy .section-title { margin-bottom: 0; }
.reviews-summary { min-width: 255px; display: grid; justify-items: start; padding: 24px 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.google-mark { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin: 0 0 11px; }
.google-word { color: #3f4248; font-size: 25px; font-weight: 750; letter-spacing: -0.035em; }
.google-label { padding-left: 16px; border-left: 1px solid var(--line); color: var(--coral-dark); font-size: 14px; font-weight: 800; }
.reviews-summary > strong { color: var(--brown-dark); font-size: 34px; line-height: 1.1; }
.reviews-summary > strong span { color: var(--muted); font-size: 15px; font-weight: 650; }
.reviews-summary > small { margin-top: 6px; color: var(--muted); font-size: 11px; }
.review-slider { position: relative; }
.review-viewport { overflow: hidden; margin: -10px; padding: 10px; }
.review-track { display: flex; align-items: stretch; gap: 24px; transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1); will-change: transform; touch-action: pan-y; }
.review-card { position: relative; flex: 0 0 calc((100% - 48px) / 3); display: flex; min-width: 0; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.review-card::before { content: "“"; position: absolute; top: 8px; right: 23px; color: var(--coral-soft); font-family: var(--font-display); font-size: 78px; line-height: 1; pointer-events: none; }
.review-card header { position: relative; z-index: 1; display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; align-items: center; gap: 12px; margin-bottom: 19px; }
.review-avatar { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg, var(--coral), var(--brown)); color: #fff; font-family: var(--font-display); font-size: 17px; font-style: italic; }
.review-card h3 { margin: 0; color: var(--brown-dark); font-size: 15px; line-height: 1.25; }
.review-card time { display: block; margin-top: 2px; color: var(--muted); font-size: 11px; }
.google-g { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #e3e5e8; border-radius: 50%; background: #fff; color: #4285f4; font-size: 16px; font-weight: 850; }
.review-stars { color: #e5a20a; font-size: 18px; letter-spacing: 0.09em; line-height: 1; }
.review-card .review-stars { margin-bottom: 17px; }
.review-text { display: -webkit-box; margin: 0; overflow: hidden; color: #554c49; font-size: 14px; line-height: 1.65; white-space: pre-line; -webkit-box-orient: vertical; -webkit-line-clamp: 8; }
.review-card.expanded .review-text { display: block; overflow: visible; }
.review-more { align-self: flex-start; margin: auto 0 0; padding: 17px 0 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--coral-dark); font-size: 12px; font-weight: 800; cursor: pointer; }
.review-more[hidden] { display: none; }
.review-controls { display: grid; grid-template-columns: auto minmax(100px, 1fr) auto; align-items: center; gap: 24px; margin-top: 30px; }
.review-buttons { display: flex; align-items: center; gap: 8px; }
.review-arrow, .review-pause { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--brown-dark); font-weight: 800; cursor: pointer; transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease; }
.review-arrow { font-size: 19px; }
.review-pause { gap: 7px; padding: 0 15px; font-size: 11px; }
.review-arrow:hover, .review-pause:hover { border-color: var(--coral); background: var(--coral); color: #fff; }
.review-dots { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 7px; }
.review-dot { width: 8px; height: 8px; border: 0; border-radius: 50%; padding: 0; background: #cdbeb5; cursor: pointer; transition: width 0.2s ease, background 0.2s ease; }
.review-dot.active { width: 25px; border-radius: 999px; background: var(--coral); }
.review-source { color: var(--coral-dark); font-size: 12px; font-weight: 800; text-align: right; text-decoration: none; }
.review-source:hover { text-decoration: underline; }

.section.alt { background: linear-gradient(180deg, var(--cream) 0%, #f3ece4 100%); }
.story { display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: start; gap: clamp(42px, 6vw, 76px); }
.story-text > p { margin: 0 0 25px; font-size: 17px; }
.story-text > p:first-of-type:not(.eyebrow) { color: var(--brown-dark); font-family: var(--font-display); font-size: 25px; font-style: italic; line-height: 1.48; }
.side-stack { position: sticky; top: calc(var(--header-height) + 30px); display: grid; gap: 20px; }
.side-stack .zoomable { overflow: hidden; border: 7px solid #fff; border-radius: 8px; background: #fff; box-shadow: var(--shadow-sm); }
.side-stack img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 0.35s ease; }
.side-stack .zoomable:hover img { transform: scale(1.025); }
.side-stack .tall img { aspect-ratio: 3 / 4; }
.quote-card { margin: 50px 0 0; padding: 34px 38px; border: 0; border-top: 3px solid var(--coral); border-bottom: 1px solid var(--line); }
.quote-card p { margin: 0; color: var(--brown-dark); font-family: var(--font-display); font-size: clamp(23px, 2.6vw, 29px); font-style: italic; line-height: 1.48; }

.cta-section { padding: 0 0 88px; background: #f3ece4; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 42px 48px; border-radius: var(--radius); background: var(--brown-dark); color: #fff; box-shadow: var(--shadow-sm); }
.cta-card .eyebrow { color: #efb2ac; }
.cta-card .eyebrow::before { background: #efb2ac; }
.cta-card h2 { max-width: 730px; margin: 0; font-family: var(--font-display); font-size: clamp(28px, 4vw, 44px); font-style: italic; font-weight: 400; line-height: 1.14; }
.cta-card .btn { flex: 0 0 auto; }

/* Subpages */
.page-head { position: relative; overflow: hidden; padding: 70px 0 74px; border-bottom: 7px solid var(--coral); background: radial-gradient(circle at 80% 20%, rgba(255,255,255,0.9), transparent 35%), var(--cream); }
.page-head::after { content: ""; position: absolute; right: -90px; bottom: -160px; width: 340px; height: 340px; border: 1px solid rgba(173, 80, 76, 0.18); border-radius: 50%; box-shadow: 0 0 0 45px rgba(173, 80, 76, 0.04); pointer-events: none; }
.page-head-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, 360px); align-items: end; gap: 48px; }
.page-head h1 { font-size: clamp(52px, 6vw, 82px); }
.page-head h1 + p { margin: 19px 0 0; color: var(--brown); font-family: var(--font-display); font-size: 22px; font-style: italic; }
.page-head-note { display: grid; gap: 7px; padding: 20px 22px; border-left: 3px solid var(--coral); background: rgba(255,255,255,0.64); color: var(--muted); font-size: 14px; }
.page-head-note strong { color: var(--brown-dark); font-size: 15px; }
.content-wrap { padding: 78px 0 96px; background: var(--cream); }
.intro-card { max-width: 930px; margin-bottom: 72px; padding: 0 0 40px; border-bottom: 1px solid var(--line); }
.intro-card p { margin: 0 0 16px; font-size: 18px; }
.intro-card p:first-child { color: var(--brown-dark); font-family: var(--font-display); font-size: 25px; font-style: italic; line-height: 1.53; }
.section-heading { margin-bottom: 34px; }
.section-heading .section-title { max-width: 800px; }

.cards { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.card { grid-column: span 6; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 5px 18px rgba(70, 49, 45, 0.035); }
.card.full-card { grid-column: 1 / -1; }
.card-kicker { margin: 0 0 10px !important; color: var(--coral-dark); font-size: 11px; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.card h2, .form-card h2, .contact-card h2, .inline-cta h2 { margin: 0 0 18px; color: var(--brown-dark); font-family: var(--font-display); font-size: 29px; font-style: italic; font-weight: 400; line-height: 1.18; }
.card h2 { padding-bottom: 13px; border-bottom: 2px solid var(--coral); }
.card p { margin: 0 0 16px; }
.card p:last-child { margin-bottom: 0; }
.price-card { position: relative; overflow: hidden; }
.price-card::after { content: ""; position: absolute; top: -48px; right: -48px; width: 125px; height: 125px; border-radius: 50%; background: var(--coral-soft); opacity: 0.55; }
.price-card.accent-card { background: var(--brown-dark); color: #fff; border-color: var(--brown-dark); }
.price-card.accent-card h2 { color: #fff; border-color: #df8f88; }
.price-card.accent-card .card-kicker { color: #efb2ac; }
.price-card.accent-card::after { background: var(--coral); opacity: 0.2; }
.price { position: relative; z-index: 1; margin: 23px 0 7px; color: var(--brown-dark); font-size: clamp(43px, 5vw, 56px); font-weight: 800; letter-spacing: -0.045em; line-height: 1; }
.accent-card .price { color: #fff; }
.service-card { padding: 40px; }
.card-heading { max-width: 800px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.service-grid li { display: grid; gap: 4px; min-height: 128px; align-content: start; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); }
.service-grid li::before { content: ""; width: 28px; height: 3px; margin-bottom: 6px; background: var(--coral); }
.service-grid strong { color: var(--brown-dark); }
.service-grid span { color: var(--muted); font-size: 14px; }
.card-note { margin-top: 28px !important; padding: 20px 22px; border-left: 3px solid var(--coral); background: var(--cream); }
.service-list { margin: 18px 0; padding-left: 1.25em; }
.service-list li { margin: 11px 0; padding-left: 5px; }
.service-list li::marker { color: var(--coral); }
.notice-card { border-color: #d7b7b2; background: #fff9f7; }
.inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 68px; padding: 42px 46px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.inline-cta h2 { max-width: 700px; margin-bottom: 10px; font-size: clamp(28px, 3.6vw, 42px); }
.inline-cta p:not(.eyebrow) { margin: 0; color: var(--muted); }
.inline-cta .btn { flex: 0 0 auto; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: minmax(310px, 0.78fr) minmax(0, 1.22fr); align-items: start; gap: 28px; }
.contact-card, .form-card, .legal { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.contact-card { overflow: hidden; padding: 36px; border-color: var(--brown-dark); background: var(--brown-dark); color: #fff; }
.contact-card .card-kicker { color: #efb2ac; }
.contact-card h2 { color: #fff; font-size: 34px; }
.contact-list { display: grid; gap: 0; margin: 28px 0 32px; border-top: 1px solid rgba(255,255,255,0.17); }
.contact-list > * { display: grid; gap: 2px; margin: 0; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,0.17); text-decoration: none; }
.contact-list span { color: rgba(255,255,255,0.68); font-size: 11px; font-weight: 750; letter-spacing: 0.09em; text-transform: uppercase; }
.contact-list strong { font-size: 15px; overflow-wrap: anywhere; }
.contact-list a:hover strong { text-decoration: underline; }
.contact-image { overflow: hidden; border: 7px solid rgba(255,255,255,0.96); border-radius: 8px; }
.contact-image img { width: 100%; max-height: 420px; object-fit: cover; object-position: center 36%; transition: transform 0.35s ease; }
.contact-image:hover img { transform: scale(1.025); }
.form-card { padding: 38px; }
.form-card h2 { font-size: 38px; }
.form-intro { margin: -7px 0 28px; color: var(--muted); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { display: grid; gap: 7px; margin-bottom: 17px; }
.field label { color: var(--brown-dark); font-size: 12px; font-weight: 800; letter-spacing: 0.055em; text-transform: uppercase; }
.field input, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 14px 15px; outline: none; background: var(--paper); color: var(--ink); }
.field input:focus, .field textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(173, 80, 76, 0.12); }
.field textarea { min-height: 185px; resize: vertical; }
.consent { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 10px; margin: 4px 0 24px; color: var(--muted); font-size: 13px; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--coral); }
.consent a { color: var(--coral-dark); }
.form-status { min-height: 1.5em; margin: 14px 0 0; color: var(--coral-dark); font-size: 13px; }

/* Legal and footer */
.legal { max-width: 940px; padding: clamp(28px, 5vw, 50px); }
.legal section + section { margin-top: 42px; padding-top: 34px; border-top: 1px solid var(--line); }
.legal h2 { margin: 0 0 16px; color: var(--brown-dark); font-family: var(--font-display); font-size: 29px; font-style: italic; font-weight: 400; line-height: 1.2; }
.legal p { margin: 0 0 15px; }
.legal address { font-style: normal; }
.legal a { color: var(--coral-dark); overflow-wrap: anywhere; }
.site-footer { position: relative; padding: 45px 0 40px; background: var(--brown-dark); color: #fff; }
.site-footer::before { content: ""; position: absolute; inset: 0 0 auto; height: 7px; background: var(--coral); }
.footer-row { display: grid; grid-template-columns: 1.2fr auto auto; align-items: center; gap: 34px; }
.footer-row > div:first-child { display: grid; }
.footer-row strong { font-family: var(--font-display); font-size: 19px; font-style: italic; font-weight: 400; }
.footer-row span { color: rgba(255,255,255,0.72); font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; font-size: 13px; font-weight: 700; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }

/* Accessible image lightbox */
.lightbox { width: min(96vw, 1240px); max-width: none; height: min(94vh, 920px); max-height: none; margin: auto; padding: 0; border: 0; overflow: visible; background: transparent; color: #fff; }
.lightbox::backdrop { background: rgba(28, 23, 22, 0.92); backdrop-filter: blur(6px); }
.lightbox-shell { width: 100%; height: 100%; display: grid; grid-template-columns: 52px minmax(0, 1fr) 52px; grid-template-rows: minmax(0, 1fr) auto; align-items: center; gap: 12px; }
.lightbox-figure { grid-column: 2; min-width: 0; min-height: 0; margin: 0; display: grid; justify-items: center; gap: 12px; }
.lightbox img { display: block; max-width: 100%; max-height: calc(94vh - 72px); width: auto; height: auto; border-radius: 8px; box-shadow: 0 18px 70px rgba(0,0,0,0.45); }
.lightbox figcaption { min-height: 1.5em; color: rgba(255,255,255,0.85); font-size: 14px; text-align: center; }
.lightbox-button { width: 46px; height: 46px; display: inline-grid; place-items: center; border: 1px solid rgba(255,255,255,0.35); border-radius: 50%; background: rgba(48,43,42,0.72); color: #fff; font-size: 28px; line-height: 1; cursor: pointer; }
.lightbox-button:hover { background: var(--coral); }
.lightbox-prev { grid-column: 1; grid-row: 1; }
.lightbox-next { grid-column: 3; grid-row: 1; }
.lightbox-close { position: absolute; z-index: 2; top: 0; right: 0; }
.lightbox-count { grid-column: 2; grid-row: 2; color: rgba(255,255,255,0.65); font-size: 12px; text-align: center; }
.lightbox[data-single="true"] .lightbox-prev, .lightbox[data-single="true"] .lightbox-next, .lightbox[data-single="true"] .lightbox-count { display: none; }

.reveal { opacity: 0; transform: translateY(17px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --header-height: 88px; }
  .shell { width: min(100% - 34px, 1180px); }
  .navbar { min-height: 80px; }
  .brand img { width: 220px; }
  .menu-btn { display: inline-flex; }
  .nav-links { position: absolute; top: calc(100% + 9px); right: 0; left: 0; display: grid; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,253,249,0.99); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s; }
  .nav-links.open { opacity: 1; visibility: visible; transform: none; }
  .nav-links a { min-height: 48px; display: flex; align-items: center; padding: 11px 14px; border-radius: 10px; font-size: 15px; }
  .nav-links a::after { display: none; }
  .nav-links a:hover, .nav-links a.active { background: var(--cream); color: var(--coral-dark); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; padding-bottom: 0; }
  .hero-image img { height: min(720px, 88vw); }
  .reviews-head { grid-template-columns: 1fr; }
  .reviews-summary { min-width: 0; grid-template-columns: auto auto; align-items: center; justify-content: start; column-gap: 17px; }
  .reviews-summary .google-mark { grid-column: 1 / -1; }
  .reviews-summary > .review-stars { margin-top: 3px; }
  .reviews-summary > small { grid-column: 1 / -1; }
  .review-card { flex-basis: calc((100% - 24px) / 2); }
  .review-controls { grid-template-columns: auto 1fr; }
  .review-source { grid-column: 1 / -1; text-align: left; }
  .story { grid-template-columns: 1fr; }
  .side-stack { position: static; grid-template-columns: repeat(3, 1fr); }
  .side-stack .tall img { aspect-ratio: 4 / 3; }
  .page-head-grid { grid-template-columns: 1fr; }
  .page-head-note { max-width: 540px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { display: grid; grid-template-columns: 1fr minmax(250px, 0.7fr); column-gap: 32px; }
  .contact-card > .card-kicker, .contact-card > h2 { grid-column: 1; }
  .contact-list { grid-column: 1; }
  .contact-image { grid-column: 2; grid-row: 1 / span 4; }
  .contact-image img { height: 100%; max-height: 430px; }
  .footer-row { grid-template-columns: 1fr auto; }
  .footer-row > span { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  :root { --header-height: 80px; --radius: 19px; }
  body::before { height: 6px; }
  .site-header { padding-top: 6px; }
  .shell { width: min(100% - 24px, 1180px); }
  .navbar { min-height: 72px; gap: 12px; }
  .brand img { width: min(180px, 51vw); }
  .menu-btn { min-height: 42px; padding: 7px 12px; font-size: 13px; }
  .hero { padding: 31px 0 52px; }
  .hero-grid { gap: 31px; }
  .hero h1 { font-size: clamp(43px, 14vw, 61px); }
  .hero-copy > p:not(.eyebrow) { margin-top: 22px; font-size: 16px; }
  .hero-actions { margin-top: 27px; }
  .hero-actions .btn { width: 100%; }
  .hero-image { border-radius: 9px 9px 26px 26px; }
  .hero-image img { height: auto; aspect-ratio: 4 / 5; object-position: center 38%; }
  .zoom-hint { opacity: 1; transform: none; }
  .trust-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .trust-grid p, .trust-grid p:last-child { padding: 15px 5px; border: 0; border-bottom: 1px solid rgba(255,255,255,0.14); }
  .trust-grid p:last-child { border-bottom: 0; }
  .section { padding: 68px 0; }
  .section-title { font-size: clamp(35px, 11vw, 46px); }
  .reviews-head { margin-bottom: 32px; }
  .reviews-summary { padding: 21px; }
  .review-viewport { margin-inline: -12px; padding-inline: 12px; }
  .review-track { gap: 14px; }
  .review-card { flex-basis: 100%; padding: 24px; }
  .review-controls { grid-template-columns: 1fr; gap: 17px; }
  .review-buttons { justify-content: space-between; }
  .review-pause-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .review-pause { width: 44px; padding: 0; }
  .review-source { grid-column: auto; text-align: center; }
  .story-text > p { font-size: 16px; }
  .story-text > p:first-of-type:not(.eyebrow) { font-size: 22px; }
  .side-stack { grid-template-columns: 1fr 1fr; gap: 12px; }
  .side-stack .zoomable { border-width: 4px; }
  .side-stack .tall { grid-column: 1 / -1; }
  .side-stack .tall img { aspect-ratio: 16 / 10; }
  .quote-card { padding: 26px 0; }
  .cta-section { padding-bottom: 60px; }
  .cta-card { align-items: flex-start; flex-direction: column; padding: 32px 25px; }
  .cta-card .btn { width: 100%; }
  .page-head { padding: 48px 0 52px; }
  .page-head h1 { font-size: clamp(45px, 14vw, 60px); }
  .page-head h1 + p { font-size: 19px; }
  .content-wrap { padding: 54px 0 72px; }
  .intro-card { margin-bottom: 54px; }
  .intro-card p { font-size: 16px; }
  .intro-card p:first-child { font-size: 22px; }
  .cards { gap: 14px; }
  .card { grid-column: 1 / -1; padding: 24px; }
  .card h2 { font-size: 26px; }
  .service-card { padding: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid li { min-height: auto; }
  .inline-cta { align-items: flex-start; flex-direction: column; margin-top: 50px; padding: 32px 0; }
  .inline-cta .btn { width: 100%; }
  .contact-card { display: block; padding: 26px; }
  .contact-card h2 { font-size: 30px; }
  .contact-image img { max-height: 370px; }
  .form-card, .legal { padding: 26px; }
  .form-card h2 { font-size: 33px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-card .btn { width: 100%; }
  .footer-row { grid-template-columns: 1fr; gap: 24px; }
  .footer-row > span { grid-column: auto; }
  .footer-links { gap: 14px 20px; }
  .lightbox { width: calc(100vw - 20px); height: calc(100vh - 24px); }
  .lightbox-shell { grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 5px; }
  .lightbox-button { width: 38px; height: 38px; font-size: 23px; }
  .lightbox img { max-height: calc(100vh - 110px); }
  .lightbox-close { top: 4px; right: 4px; }
}

@media (max-width: 390px) {
  .menu-btn > span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .menu-btn { padding-inline: 13px; }
  .side-stack { grid-template-columns: 1fr; }
  .side-stack .tall { grid-column: auto; }
  .side-stack .tall img { aspect-ratio: 4 / 3; }
}

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