:root {
  --orange: #ff5001;
  --orange-2: #ff6a24;
  --ink: #111214;
  --ink-2: #181a1e;
  --ink-3: #24272c;
  --paper: #f5f3ef;
  --white: #ffffff;
  --muted: #a7abb2;
  --line: rgba(255,255,255,.11);
  --shadow: 0 24px 70px rgba(0,0,0,.25);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  color: var(--white);
  background: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 110px 0; }
.skip-link { position:absolute; left:-9999px; top:12px; z-index:999; background:#fff; color:#000; padding:10px 14px; border-radius:8px; }
.skip-link:focus { left:12px; }

.announcement { background: var(--orange); color: #130800; font-size: 13px; font-weight: 800; letter-spacing: .02em; }
.announcement-inner { min-height: 34px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.announcement a { text-decoration: underline; text-underline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(17,18,20,.88); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.site-header .nav-wrap { width:min(1440px, calc(100% - 40px)); min-height:95px; display:flex; align-items:center; justify-content:space-between; }
.header-branding { display:flex; align-items:center; gap:12px; flex-shrink:0; }
.brand img { width:266px; height:87px; object-fit:contain; object-position:left center; filter:drop-shadow(0 0 14px rgba(255,80,1,.16)); }
.bbb-header-button { display:block; width:174px; height:77px; padding:2px; overflow:hidden; border:1px solid transparent; border-radius:8px; background:transparent; transition:transform .2s ease, border-color .2s ease, background .2s ease; }
.bbb-header-button img { width:100%; height:100%; object-fit:contain; }
.bbb-header-button:hover { transform:translateY(-2px); border-color:rgba(95,171,229,.75); background:rgba(95,171,229,.08); }
.bbb-header-button:focus-visible { outline:3px solid var(--orange); outline-offset:2px; }
.primary-nav { display:flex; align-items:center; gap:18px; font-size:16.8px; font-weight:700; }
.primary-nav > a:not(.button) { color:#d8d9dc; transition:.2s ease; }
.primary-nav > a:not(.button):hover { color:var(--orange); }
.menu-toggle { display:none; width:48px; height:48px; border:1px solid var(--line); background:transparent; border-radius:12px; padding:12px; }
.menu-toggle span { display:block; height:2px; margin:5px 0; background:#fff; }

.button { display:inline-flex; align-items:center; justify-content:center; min-height:54px; padding:0 24px; border-radius:12px; background:var(--orange); color:#120700; font-weight:900; letter-spacing:-.01em; border:1px solid var(--orange); transition:transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(255,80,1,.23); }
.button-small { min-height:42px; padding:0 18px; }
.site-header .button-small { min-height:51px; padding:0 22px; font-size:16.8px; }
.button-outline { background:transparent; color:#fff; border-color:rgba(255,255,255,.22); }
.button-outline:hover { border-color:var(--orange); box-shadow:none; }
.button-dark { background:#111214; color:#fff; border-color:#111214; }
.button-light { background:#fff; color:#111214; border-color:#fff; }
.button-full { width:100%; }

.hero { position:relative; overflow:hidden; background:
  radial-gradient(circle at 78% 24%, rgba(255,80,1,.17), transparent 31%),
  linear-gradient(180deg,#121316 0%, #17191d 100%); }
.hero::before { content:""; position:absolute; inset:0; opacity:.18; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.04) 1px, transparent 1px); background-size:54px 54px; mask-image:linear-gradient(to bottom, black, transparent 90%); }
.hero-grid { min-height: 720px; padding:92px 0 96px; display:grid; grid-template-columns:1.08fr .92fr; gap:68px; align-items:center; position:relative; }
.eyebrow { color:var(--orange); text-transform:uppercase; font-size:12px; letter-spacing:.16em; font-weight:900; margin:0 0 14px; }
h1,h2,h3,p { margin-top:0; }
h1 { font-size:clamp(52px,7vw,90px); line-height:.94; letter-spacing:-.055em; margin-bottom:26px; max-width:720px; }
h1 span { color:var(--orange); }
.hero-lead { max-width:650px; color:#c6c8cd; font-size:19px; line-height:1.72; margin-bottom:34px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-bottom:46px; }
.trust-row { display:flex; flex-wrap:wrap; gap:28px; }
.trust-row div { padding-left:14px; border-left:2px solid var(--orange); min-width:120px; }
.trust-row strong,.trust-row span { display:block; }
.trust-row strong { font-size:14px; }
.trust-row span { color:#aeb2b9; font-size:12px; margin-top:2px; }

.hero-card { position:relative; min-height:510px; border-radius:30px; overflow:hidden; background:linear-gradient(145deg,#24272c,#15171a 62%); border:1px solid rgba(255,255,255,.12); box-shadow:var(--shadow); display:flex; flex-direction:column; justify-content:space-between; }
.hero-photo img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:58% center; }
.hero-photo::before { content:""; position:absolute; z-index:1; inset:40% 0 0; background:linear-gradient(transparent,rgba(8,9,10,.92)); }
.photo-caption { position:relative; z-index:2; margin-top:auto; padding:34px; display:grid; gap:4px; }
.photo-caption strong { font-size:24px; letter-spacing:-.025em; }
.photo-caption span { color:#d2d4d8; font-size:14px; }
.hero-card::after { content:""; position:absolute; width:370px; height:370px; right:-110px; top:-110px; border-radius:50%; background:radial-gradient(circle, rgba(255,80,1,.32), transparent 70%); filter:blur(2px); }
.electric-lines { position:absolute; inset:0; background:linear-gradient(116deg,transparent 0 54%, rgba(255,80,1,.14) 54% 55%, transparent 55% 61%, rgba(255,80,1,.07) 61% 62%, transparent 62%); }
.hero-card-logo { position:relative; z-index:2; padding:34px; }
.hero-card-logo img { width:260px; height:160px; object-fit:contain; object-position:left center; mix-blend-mode:screen; }
.hero-card-content { position:relative; z-index:2; padding:36px; border-top:1px solid var(--line); background:linear-gradient(180deg,rgba(17,18,20,.2),rgba(17,18,20,.72)); }
.hero-card-content p { color:var(--orange); font-weight:800; margin-bottom:8px; }
.hero-card-content h2 { font-size:30px; line-height:1.12; letter-spacing:-.035em; margin-bottom:24px; }
.hero-card-content a { color:#fff; font-weight:800; }
.hero-card-content a span { color:var(--orange); margin-left:5px; }

.hero-side { display:flex; flex-direction:column; align-items:center; gap:26px; }

.section-heading { max-width:760px; margin-bottom:46px; }
.section-heading h2, .service-area h2 { font-size:clamp(38px,5vw,62px); line-height:1.02; letter-spacing:-.045em; margin-bottom:20px; }
.section-heading > p:last-child,.service-area p { color:#aeb2b9; font-size:17px; max-width:680px; }

.services { background:#0d0e10; }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.service-card { min-height:285px; padding:28px; border-radius:20px; background:#17191c; border:1px solid rgba(255,255,255,.09); transition:transform .2s ease,border-color .2s ease,background .2s ease; }
.service-card:hover { transform:translateY(-4px); border-color:rgba(255,80,1,.48); background:#1b1d21; }
.service-card .icon { width:48px; height:48px; border-radius:12px; display:grid; place-items:center; color:var(--orange); background:rgba(255,80,1,.11); font-weight:900; font-size:22px; margin-bottom:48px; }
.service-card h3 { font-size:21px; letter-spacing:-.025em; margin-bottom:10px; }
.service-card p { color:#a9adb4; font-size:14px; margin:0; }
.service-card-cta { background:var(--orange); color:#150801; border-color:var(--orange); }
.service-card-cta .eyebrow { color:#401300; margin-bottom:24px; }
.service-card-cta h3 { font-size:28px; }
.service-card-cta p { color:#361100; }
.service-card-cta a { display:inline-block; margin-top:28px; font-weight:900; }

.about { background:#15171a; }
.about-grid { display:grid; grid-template-columns:.86fr 1.14fr; gap:78px; align-items:center; }
.owner-photo { min-height:590px; border-radius:28px; overflow:hidden; box-shadow:var(--shadow); border:1px solid var(--line); }
.owner-photo img { width:100%; height:100%; min-height:590px; object-fit:cover; object-position:50% 35%; }
.about-copy h2 { font-size:clamp(42px,6vw,70px); line-height:1; letter-spacing:-.05em; margin-bottom:24px; }
.about-copy > p { color:#afb2b8; font-size:17px; max-width:650px; }
.about-copy .about-lead { color:#fff; font-size:21px; }
.owner-facts { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin:30px 0; }
.owner-facts span { padding:13px 15px; border-radius:12px; background:#202328; border:1px solid var(--line); font-size:13px; font-weight:800; }

.service-area { position:relative; overflow:hidden; background:#17191d; }
.service-area-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.map-visual { min-height:460px; position:relative; border-radius:28px; overflow:hidden; border:1px solid var(--line); background:linear-gradient(145deg,#22252a,#101214); }
.map-visual iframe { display:block; width:100%; height:450px; border:0; }
.area-tags { display:flex; flex-wrap:wrap; gap:9px; margin:28px 0 18px; }
.area-tags span { border:1px solid rgba(255,255,255,.14); padding:9px 12px; border-radius:999px; font-size:13px; color:#d5d7dc; }
.small-note { font-size:13px!important; }

.gallery { background:var(--paper); color:#17181b; }
.gallery .section-heading > p:last-child { color:#62666e; }
.photo-grid { display:grid; grid-template-columns:1.25fr .75fr; grid-template-rows:auto auto; gap:16px; }
.gallery-card { margin:0; border-radius:24px; overflow:hidden; background:#fff; box-shadow:0 16px 46px rgba(20,22,25,.1); }
.gallery-card-wide { grid-row:span 2; }
.gallery-card img { width:100%; height:360px; object-fit:cover; }
.gallery-card-wide img { height:610px; object-position:55% center; }
.gallery-card figcaption { padding:20px 22px; display:grid; gap:3px; }
.gallery-card figcaption strong { font-size:18px; }
.gallery-card figcaption span { color:#6b6f76; font-size:13px; }
.project-folders { display:grid; gap:16px; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); align-content:stretch; }
/* Places a folder row in the left column directly under the row-spanning wide gallery card. */
.project-folders-under-wide { grid-column:1; grid-row:3; }
.project-folder { display:flex; flex-direction:column; gap:16px; width:100%; height:100%; min-height:180px; margin:0; padding:18px; border:2px solid rgba(17,18,20,.1); border-radius:24px; background:#fff; box-shadow:0 16px 46px rgba(20,22,25,.1); font:inherit; color:#17181b; text-align:left; cursor:pointer; transition:transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.project-folder:hover { transform:translateY(-4px); border-color:var(--orange); box-shadow:0 22px 54px rgba(20,22,25,.18); }
.project-folder:focus-visible { outline:3px solid var(--orange); outline-offset:3px; }
.folder-previews { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; }
.folder-thumb { display:block; aspect-ratio:1; overflow:hidden; border-radius:12px; background:#e8e5e0; }
.folder-thumb img { width:100%; height:100%; object-fit:cover; }
.folder-thumb-more { display:grid; place-content:center; gap:2px; padding:4px; background:var(--ink); color:var(--white); text-align:center; }
.folder-more-dots { color:var(--orange); font-size:22px; font-weight:900; line-height:1; letter-spacing:.06em; }
.folder-more-label { font-size:11px; font-weight:800; letter-spacing:.03em; }
.folder-body { display:flex; flex-wrap:wrap; align-items:flex-end; justify-content:space-between; gap:10px 14px; margin-top:auto; }
.folder-titles { flex:1 1 150px; display:grid; gap:3px; }
.folder-titles strong { font-size:19px; letter-spacing:-.025em; }
.folder-titles span { color:#6b6f76; font-size:13px; }
.folder-meta { flex:0 0 auto; display:flex; flex-wrap:wrap; align-items:center; gap:8px 10px; }
.folder-count { padding:6px 12px; border-radius:999px; background:var(--orange); color:#150801; font-size:11px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; white-space:nowrap; }
.folder-cue { color:var(--orange); font-size:13px; font-weight:900; white-space:nowrap; }
.folder-cue span { display:inline-block; transition:transform .3s ease; }
.project-folder:hover .folder-cue span { transform:translateX(4px); }

.reviews { background:#0d0e10; }
.reviews-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:50px; margin-bottom:46px; }
.reviews-heading > div:first-child { max-width:700px; }
.reviews-heading h2 { font-size:clamp(38px,5vw,62px); line-height:1.02; letter-spacing:-.045em; margin-bottom:20px; }
.reviews-heading > div:first-child > p:last-child { color:#aeb2b9; font-size:17px; }
.google-rating { flex-shrink:0; display:flex; align-items:center; gap:14px; padding:18px 22px; border-radius:18px; border:1px solid var(--line); background:#17191d; }
.google-rating:hover { border-color:rgba(255,80,1,.5); }
.rating-score { font-size:38px; line-height:1; font-weight:900; letter-spacing:-.04em; }
.google-rating strong,.review-stars { display:block; color:#fbbc04; letter-spacing:.08em; }
.google-rating small { display:block; color:#aeb2b9; margin-top:3px; }
.review-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.review-card { min-height:285px; display:flex; flex-direction:column; padding:30px; border-radius:22px; background:#17191d; border:1px solid var(--line); }
.review-stars { font-size:18px; margin-bottom:28px; }
.review-card blockquote { margin:0 0 28px; color:#e8e9eb; font-size:17px; line-height:1.7; }
.review-author { margin:auto 0 0; font-weight:900; }
.review-author span { display:block; color:#8f949b; font-size:12px; font-weight:600; margin-top:3px; }
.review-actions { display:flex; justify-content:center; gap:12px; margin-top:32px; }

/* Google G icons + pulse/ripple on the rating badge and Leave a Review button (scoped to #reviews) */
#reviews .google-g { flex-shrink:0; display:block; }
#reviews .google-g-sm { width:18px; height:18px; }
#reviews .google-reviews-btn .google-g-sm { margin-right:10px; }
#reviews .google-leave-btn .google-g-sm { margin-left:10px; }

#reviews .google-rating { --review-base-grey:#17191d; animation: review-pulse-color 4s linear infinite, review-ripple-wave 4s linear infinite; }
#reviews .google-leave-btn { --review-base-grey:rgba(13,14,16,0); animation: review-pulse-color 4s linear infinite, review-ripple-wave 4s linear infinite; }

/* 75% peak intensity: midpoint is a 75/25 color-mix toward #4CAF50; ripple alphas scaled to 75% (.4 -> .3). Linear timing = no hold. */
@keyframes review-pulse-color {
  0%,100% { background-color: var(--review-base-grey); }
  50% { background-color: color-mix(in srgb, var(--review-base-grey) 25%, #4CAF50 75%); }
}
@keyframes review-ripple-wave {
  0%,100% { box-shadow: 0 0 0 0 rgba(76,175,80,0), 0 0 0 0 rgba(76,175,80,0); }
  50% { box-shadow: 0 0 0 10px rgba(76,175,80,.3), 0 0 0 20px rgba(76,175,80,.1125); }
}
@keyframes review-ripple-wave-sm {
  0%,100% { box-shadow: 0 0 0 0 rgba(76,175,80,0), 0 0 0 0 rgba(76,175,80,0); }
  50% { box-shadow: 0 0 0 5px rgba(76,175,80,.3), 0 0 0 9px rgba(76,175,80,.1125); }
}

#reviews .google-rating:focus-visible,
#reviews .google-reviews-btn:focus-visible,
#reviews .google-leave-btn:focus-visible { outline:3px solid var(--orange); outline-offset:3px; }

@media (max-width: 680px) {
  /* Full-width controls: smaller ripple so it stays inside the viewport (no horizontal overflow) */
  #reviews .google-rating,
  #reviews .google-leave-btn { animation-name: review-pulse-color, review-ripple-wave-sm; animation-duration: 4s, 4s; }
}

@media (prefers-reduced-motion: reduce) {
  #reviews .google-rating,
  #reviews .google-leave-btn { animation: none; }
}


.cta-band { background:var(--orange); color:#160800; padding:58px 0; }
.cta-band-inner { display:flex; align-items:center; justify-content:space-between; gap:40px; }
.cta-band .eyebrow { color:#471600; margin-bottom:8px; }
.cta-band h2 { font-size:clamp(34px,5vw,56px); line-height:1; letter-spacing:-.045em; margin:0; }
.cta-band-actions { display:flex; gap:10px; flex-shrink:0; }

/* ---------- Contact (#contact) — owner-edited frosted card ---------- */

#contact {
  /* Contact-local palette so the global --orange stays untouched */
  --ct-orange: #FF6B00;
  --ct-green: #61df91;
  --ct-text: #ffffff;
  --ct-muted: #bcbcbc;
  position: relative;
  scroll-margin-top: 100px;
  width: min(100%, 820px);
  margin: auto;
  padding: 64px 24px;
  background:
    radial-gradient(ellipse at 50% 40%, #ff6b000b, transparent 60%),
    #0d0e10;
  font-family: Arial, Helvetica, sans-serif;
  overflow: clip;
}

#contact :focus-visible {
  outline: 3px solid var(--ct-green);
  outline-offset: 5px;
}

#contact .contact-stage {
  width: min(100%, 820px);
  margin: 0 auto;
}

#contact .contact-card {
  padding: clamp(26px, 6vw, 58px);
  border: 1px solid #ffffff24;
  border-radius: 28px;
  background:
    linear-gradient(145deg, #ffffff08, transparent),
    rgba(25,25,25,.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 25px 80px #0006;
  text-align: center;
}

#contact .status {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #d3e5d9;
  font-size: .85rem;
}

#contact .status-dot {
  position: relative;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--ct-green);
  box-shadow: 0 0 12px #61df9166;
}

#contact .status-dot::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid var(--ct-green);
  border-radius: inherit;
  animation: ct-status-pulse 2.5s ease-out infinite;
}

@keyframes ct-status-pulse {
  from { opacity: .7; transform: scale(.5); }
  to { opacity: 0; transform: scale(1.8); }
}

#contact h2 {
  margin: 22px 0 14px;
  color: var(--ct-text);
  font-size: clamp(2rem, 6vw, 3.3rem);
  line-height: 1.15;
  letter-spacing: -.04em;
}

#contact .intro {
  max-width: 460px;
  margin: 0 auto;
  color: var(--ct-muted);
}

#contact .actions {
  display: grid;
  gap: 24px;
  margin-top: 38px;
}

#contact .action {
  position: relative;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 68px;
  padding: 18px 20px;
  border: 1px solid #ffffff38;
  border-radius: 15px;
  background: #121212;
  color: white;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.35;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    transform .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

/* Decorative layer never covers or intercepts the label. */
#contact .action::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 1px solid var(--ct-orange);
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  animation: ct-orange-ripple 3s linear infinite;
  animation-delay: var(--ct-delay);
}

#contact .action:nth-child(1) { --ct-delay: 0s; }
#contact .action:nth-child(2) { --ct-delay: 1s;  }
#contact .action:nth-child(3) { --ct-delay: 2s;  }

/* 3s cycle with 0s/1s/2s delays = staggered Call → Text → Form sequence. */
@keyframes ct-orange-ripple {
  0% {
    opacity: 0;
    box-shadow: 0 0 0 0 #ff6b0000;
  }
  8% {
    opacity: .8;
    box-shadow:
      0 0 12px 1px #ff6b0038,
      0 0 0 2px #ff6b0055;
  }
  33.333% {
    opacity: 0;
    box-shadow:
      0 0 24px 5px #ff6b0000,
      0 0 0 12px #ff6b0000;
  }
  100% {
    opacity: 0;
    box-shadow: 0 0 0 0 #ff6b0000;
  }
}

#contact .action:hover,
#contact .action:focus-visible {
  transform: translateY(-3px);
  border-color: var(--ct-orange);
  box-shadow: 0 0 24px #ff6b0038;
}

/* The form CTA reads as the brand's orange button, keeping the shared pulse. */
#contact .action.contact-form-cta {
  border: 1px solid var(--ct-orange);
  border-radius: 12px;
  background: var(--ct-orange);
  color: #120700;
  box-shadow: 0 0 24px #ff6b0033;
}

#contact .action.contact-form-cta:hover,
#contact .action.contact-form-cta:focus-visible {
  background: #ff8129;
  border-color: #ff8129;
  box-shadow: 0 0 32px #ff6b0055;
}

/* Pause only the hovered pulse; the other two keep running. */
#contact .action:hover::before,
#contact .action:focus-visible::before {
  animation-play-state: paused;
}

#contact .details {
  display: grid;
  gap: 8px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #ffffff16;
}

#contact .copy-detail {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: var(--ct-muted);
  font: inherit;
  overflow-wrap: anywhere;
  cursor: pointer;
}

#contact .copy-detail strong { color: #eee; }

#contact .copy-detail:hover {
  color: white;
  background: #ffffff06;
  border-color: #ffffff20;
}

#contact .copy-hint {
  margin: 10px 0 0;
  color: #969696;
  font-size: .75rem;
}

#contact-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  z-index: 130;
  width: max-content;
  max-width: calc(100% - 32px);
  padding: 12px 20px;
  border: 1px solid #ff6b0080;
  border-radius: 12px;
  background: #202020f5;
  color: white;
  box-shadow: 0 12px 35px #0006;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 12px);
  pointer-events: none;
  transition: opacity .2s, transform .2s;
}

#contact-toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

#contact-toast[hidden] { display: none !important; }

#contact [hidden] { display: none !important; }

@media (max-width: 480px) {
  #contact { padding: 36px 18px; }
  #contact .contact-stage { width: min(100%, 500px); }
  #contact .contact-card { padding: 28px 22px; border-radius: 22px; }
  #contact .action { font-size: .92rem; }
}

@media (prefers-reduced-motion: reduce) {
  #contact .status-dot::after,
  #contact .action::before { animation: none; }
  #contact .action,
  #contact-toast { transition: none; }
  #contact .action:hover,
  #contact .action:focus-visible { transform: none; }
}

/* ---------- End Contact scoped styles ---------- */

.site-footer { padding:54px 0 90px; background:#090a0b; border-top:1px solid var(--line); }
.footer-grid { display:grid; grid-template-columns:1.3fr .8fr 1fr; gap:50px; align-items:end; }
.footer-brand img { width:180px; height:90px; object-fit:contain; object-position:left center; mix-blend-mode:screen; }
.footer-brand p { color:var(--orange); font-size:12px; font-weight:900; text-transform:uppercase; letter-spacing:.14em; margin:8px 0 0; }
.footer-brand small { display:block; color:#7e838a; max-width:350px; margin-top:9px; font-size:11px; }
.footer-links { display:grid; gap:10px; font-size:13px; color:#b8bbc1; }
.footer-links a:hover { color:var(--orange); }
.footer-meta { text-align:right; color:#848991; font-size:12px; }
.footer-meta p { margin:5px 0; }
.footer-meta a { color:#fff; font-weight:800; }
.mobile-dock { display:none; }

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .reveal { opacity:1; transform:none; transition:none; }
  .button,.service-card { transition:none; }
}

@media (max-width: 1220px) {
  .site-header { z-index:80; background:#090a0b; backdrop-filter:none; }
  .primary-nav { position:fixed; z-index:70; inset:95px 0 0; background:#090a0b; padding:30px 20px 120px; flex-direction:column; align-items:stretch; gap:0; transform:translateX(100%); visibility:hidden; pointer-events:none; box-shadow:-20px 0 50px rgba(0,0,0,.55); transition:transform .25s ease, visibility 0s linear .25s; }
  .primary-nav.open { transform:none; visibility:visible; pointer-events:auto; transition-delay:0s; }
  .primary-nav > a { padding:18px 14px; border-bottom:1px solid rgba(255,255,255,.18); color:#fff!important; background:#090a0b; font-size:21.6px; text-shadow:0 1px 2px rgba(0,0,0,.8); }
  .primary-nav > a:not(.button):hover,
  .primary-nav > a:not(.button):focus-visible { background:#17191d; color:var(--orange)!important; }
  .primary-nav .button { margin-top:20px; }
  .menu-toggle { display:block; }
  .nav-wrap { gap:12px; }
  .hero-grid { grid-template-columns:1fr; gap:30px; padding-top:70px; }
  .hero-card { min-height:420px; }
  .service-grid { grid-template-columns:repeat(2,1fr); }
  .service-area-grid,.about-grid { grid-template-columns:1fr; gap:55px; }
  .owner-photo,.owner-photo img { min-height:520px; }
  .review-grid { grid-template-columns:1fr; }
  .review-card { min-height:auto; }
  .map-visual { min-height:390px; }
  .map-visual iframe { height:390px; }
}

@media (max-width: 680px) {
  .container { width:min(100% - 28px,1160px); }
  .section { padding:78px 0; }
  .announcement-inner { min-height:38px; justify-content:center; text-align:center; }
  .announcement-inner span { display:none; }
  .site-header .nav-wrap { min-height:84px; }
  .brand img { width:210px; height:76px; }
  .header-branding { gap:6px; min-width:0; }
  .bbb-header-button { width:154px; height:65px; padding:1px; }
  .primary-nav { inset:84px 0 0; }
  .hero-grid { min-height:auto; padding:58px 0 72px; }
  h1 { font-size:54px; }
  .hero-lead { font-size:17px; }
  .hero-actions { flex-direction:column; }
  .hero-actions .button { width:100%; }
  .trust-row { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
  .hero-card { min-height:360px; }
  .hero-card-logo { padding:24px; }
  .hero-card-logo img { width:210px; height:125px; }
  .hero-card-content { padding:26px; }
  .hero-card-content h2 { font-size:25px; }
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:250px; }
  .service-card .icon { margin-bottom:36px; }
  .service-area-grid { gap:38px; }
  .owner-photo,.owner-photo img { min-height:410px; }
  .owner-facts { grid-template-columns:1fr; }
  .photo-grid { grid-template-columns:1fr; grid-template-rows:auto; }
  .project-folders-under-wide { grid-column:auto; grid-row:auto; }
  .gallery-card-wide { grid-row:auto; }
  .gallery-card img,.gallery-card-wide img { height:300px; }
  .map-visual { min-height:330px; }
  .map-visual iframe { height:330px; }
  .reviews-heading { align-items:flex-start; flex-direction:column; gap:24px; }
  .google-rating { width:100%; }
  .review-actions { flex-direction:column; }
  .review-actions .button { width:100%; }
  .cta-band-inner { align-items:flex-start; flex-direction:column; }
  .cta-band-actions { width:100%; flex-direction:column; }
  .cta-band-actions .button { width:100%; }
  .footer-grid { grid-template-columns:1fr; gap:30px; }  .footer-meta { text-align:left; }
  .site-footer { padding-bottom:110px; }
  .mobile-dock { position:fixed; z-index:60; display:grid; grid-template-columns:1fr 1fr; left:12px; right:12px; bottom:12px; padding:6px; border:1px solid var(--line); background:rgba(15,16,18,.94); backdrop-filter:blur(18px); border-radius:16px; box-shadow:0 18px 50px rgba(0,0,0,.35); }
  .mobile-dock a { min-height:48px; display:grid; place-items:center; border-radius:11px; font-weight:900; }
  .mobile-dock a:first-child { background:var(--orange); color:#170800; }
  .mobile-dock a:last-child { color:#fff; }
}

@media (max-width: 390px) {
  .site-header .nav-wrap { min-height:122px; padding:1px 0; gap:0; flex-wrap:wrap; }
  .header-branding { gap:5px; }
  .brand img { width:179px; }
  .bbb-header-button { width:134px; }
  .menu-toggle { width:44px; height:44px; margin-left:auto; }
  .primary-nav { inset:122px 0 0; }
}

/* ---------- LED Lighting photo category ---------- */
.photo-category { margin-top:66px; padding-top:52px; border-top:1px solid rgba(17,18,20,.13); }
.photo-category-head { display:flex; flex-wrap:wrap; align-items:center; gap:12px 16px; margin-bottom:32px; }
.photo-category-head h3 { font-size:clamp(28px,3.4vw,40px); line-height:1.05; letter-spacing:-.035em; margin:0; padding-left:16px; border-left:4px solid var(--orange); }
.photo-category-head p { flex:1 1 320px; color:#62666e; font-size:15px; margin:0; max-width:560px; }
.photo-category-head .photo-viewer-hint { flex:1 0 100%; max-width:none; padding-left:20px; color:#95400f; font-size:12px; font-weight:900; letter-spacing:.04em; }
.photo-viewer-hint::before { content:"↗"; display:inline-block; margin-right:7px; color:var(--orange); }
.photo-category-count { padding:8px 14px; border-radius:999px; background:var(--orange); color:#150801; font-size:12px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; white-space:nowrap; }
.led-gallery { columns:3 300px; column-gap:18px; }
.led-card { margin:0 0 18px; break-inside:avoid; border-radius:20px; overflow:hidden; background:#fff; box-shadow:0 16px 46px rgba(20,22,25,.1); }
.led-zoom { display:block; width:100%; padding:0; border:0; background:#e8e5e0; font:inherit; color:inherit; cursor:zoom-in; text-decoration:none; }
.led-zoom img { width:100%; height:auto; transition:transform .45s ease, opacity .25s ease; }
.led-zoom:hover img { transform:scale(1.03); opacity:.94; }
.led-zoom:focus-visible { outline:3px solid var(--orange); outline-offset:3px; }
.led-card figcaption { padding:16px 18px 18px; display:grid; gap:3px; }
.led-card figcaption strong { font-size:16px; letter-spacing:-.01em; }
.led-card figcaption span { color:#6b6f76; font-size:13px; }

/* ---------- LED Lighting lightbox ---------- */
.led-lightbox { position:fixed; inset:0; z-index:120; display:grid; grid-template-rows:auto minmax(0,1fr) auto; gap:14px; padding:16px; background:rgba(9,10,11,.95); }
.led-lightbox[hidden] { display:none; }
.led-lightbox-bar,.led-lightbox-foot { display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; }
.led-lightbox-count { margin:0; color:var(--muted); font-size:12px; font-weight:900; letter-spacing:.14em; }
.led-lightbox-stage { display:grid; place-items:center; min-height:0; }
.led-lightbox-image { max-width:100%; max-height:100%; width:auto; height:auto; border-radius:14px; }
.led-lightbox-caption { margin:0; flex:1 1 220px; color:#d8dbe0; font-size:14px; }
.led-lightbox-nav { display:flex; gap:10px; }
.led-lightbox-close,.led-lightbox-prev,.led-lightbox-next { min-height:46px; padding:0 20px; border-radius:12px; border:1px solid var(--line); background:#17191d; color:var(--white); font:inherit; font-weight:900; cursor:pointer; }
.led-lightbox-close:hover,.led-lightbox-prev:hover,.led-lightbox-next:hover { border-color:var(--orange); color:var(--orange); }
.led-lightbox-close:focus-visible,.led-lightbox-prev:focus-visible,.led-lightbox-next:focus-visible { outline:3px solid var(--orange); outline-offset:2px; }
body.lightbox-open { overflow:hidden; }

/* ---------- Project gallery view ---------- */
.project-modal { position:fixed; inset:0; z-index:110; display:grid; grid-template-rows:auto minmax(0,1fr); background:var(--paper); color:#17181b; }
.project-modal[hidden] { display:none; }
.project-modal-bar { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:12px 18px; padding:14px 20px; border-bottom:1px solid rgba(17,18,20,.13); background:#fff; }
.project-modal-close { min-height:46px; padding:0 20px; border-radius:12px; border:2px solid var(--ink); background:var(--ink); color:var(--white); font:inherit; font-weight:900; cursor:pointer; }
.project-modal-close:hover { background:var(--orange); border-color:var(--orange); color:#150801; }
.project-modal-close:focus-visible { outline:3px solid var(--orange); outline-offset:2px; }
.project-modal-label { margin:0; color:#62666e; font-size:12px; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.project-modal-scroll { min-height:0; overflow-y:auto; -webkit-overflow-scrolling:touch; padding:36px 0 70px; }
.project-modal .photo-category { margin-top:0; padding-top:0; border-top:0; }
body.project-open { overflow:hidden; }

@media (max-width: 680px) {
  .photo-category { margin-top:48px; padding-top:40px; }
  .photo-category-head { gap:14px; }
  .led-gallery { columns:1; }
  .led-card { margin-bottom:16px; }
  .project-folder { padding:14px; gap:14px; }
  .folder-previews { gap:6px; }
  .folder-body { align-items:flex-start; flex-direction:column; }
  .project-modal-scroll { padding:26px 0 96px; }
  .led-lightbox-foot { flex-direction:column; align-items:stretch; }
  .led-lightbox-nav { display:grid; grid-template-columns:1fr 1fr; }
}

/* ==========================================================
   Meet David (#about) — MeetDavidPreview redesign
   Scoped under .md-* class names; does not affect other sections.
   ========================================================== */
.md-section {
  --md-orange: #FF6B00;
  --md-white: #f7f7f7;
  --md-muted: #bdbdbd;
  background: #121212;
  background-image: radial-gradient(circle at 50% 25%, rgba(255,107,0,.14), transparent 46%);
  padding: 76px 24px;
  font-family: Arial, Helvetica, sans-serif;
  overflow: clip;
  scroll-margin-top: 96px;
}
.md-inner { width: min(1180px, 100%); margin: 0 auto; }

.md-head { text-align: center; max-width: 820px; margin: 0 auto 54px; }
.md-eyebrow {
  margin: 0 0 14px;
  color: var(--md-orange);
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 12px;
  font-weight: 700;
}
.md-title {
  margin: 0 0 14px;
  color: var(--md-white);
  font-size: clamp(34px, 5.2vw, 58px);
  line-height: 1.04;
  letter-spacing: -.02em;
  font-weight: 700;
  animation: md-heading-glow 5s ease-in-out infinite;
}
.md-accent { color: var(--md-orange); }
.md-subtitle {
  margin: 0;
  color: var(--md-muted);
  font-size: 15px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
@keyframes md-heading-glow {
  0%, 100% { text-shadow: 0 0 0 rgba(255,107,0,0); }
  50% { text-shadow: 0 0 26px rgba(255,107,0,.38); }
}

/* ---- Portrait ---- */
.md-photo-wrap {
  position: relative;
  width: min(365px, 86%);
  margin: 0 auto;
  padding: 0;
}
.md-photo-halo {
  position: absolute;
  z-index: 0;
  inset: -26px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,107,0,.28), transparent 68%);
  filter: blur(14px);
  animation: md-halo-pulse 4s ease-in-out infinite;
}
@keyframes md-halo-pulse {
  0%, 100% { opacity: .55; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}
.md-photo-frame {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 3px;
  border-radius: 28px;
  background: conic-gradient(from var(--md-spin, 0deg), rgba(255,107,0,.06), var(--md-orange) 18%, #ffb066 32%, var(--md-orange) 38%, rgba(255,107,0,.06) 60%, rgba(255,107,0,.06) 100%);
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,.45);
}
@property --md-spin {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}
.md-photo-frame { animation: md-spin 6s linear infinite; }
@keyframes md-spin { to { --md-spin: 360deg; } }
.md-photo-inner {
  border-radius: 26px;
  overflow: hidden;
  background: #1c1c1c;
  aspect-ratio: 4 / 5;
}
.md-photo-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}
.md-photo-label {
  margin: 16px 0 0;
  text-align: center;
  color: var(--md-white);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: .06em;
}
.md-trace {
  display: block;
  position: absolute;
  z-index: 0;
  top: 41%;
  width: min(22vw, 260px);
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255,107,0,.55) 14%, rgba(255,107,0,.55) 86%, transparent);
  pointer-events: none;
}
.md-trace::before,
.md-trace::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid var(--md-orange);
  border-radius: 50%;
  transform: translateY(-50%);
  background: #121212;
}
.md-trace::before { left: -6px; }
.md-trace::after { right: -6px; }
.md-trace-left { right: calc(50% + min(182.5px, 43%)); margin-right: 18px; }
.md-trace-right { left: calc(50% + min(182.5px, 43%)); margin-left: 18px; }

.md-rating-pill {
  position: absolute;
  z-index: 2;
  right: -14px;
  bottom: 34px;
  display: grid;
  gap: 3px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(18,18,18,.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 14px 36px rgba(0,0,0,.5);
  animation: md-float 5s ease-in-out infinite;
}
@keyframes md-float { 50% { transform: translateY(-7px); } }
.md-rating-top { display: flex; align-items: center; gap: 7px; }
.md-rating-stars { color: var(--md-orange); font-size: 13px; letter-spacing: 2px; }
.md-rating-score { color: var(--md-white); font-size: 15px; font-weight: 700; }
.md-rating-name { color: var(--md-muted); font-size: 10.5px; white-space: nowrap; }

/* ---- Cards ---- */
.md-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 105px;
}
.md-card {
  padding: 28px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.035);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 34px rgba(0,0,0,.3);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.md-card:hover {
  transform: translateY(-4px);
  border-color: var(--md-orange);
  box-shadow: 0 18px 44px rgba(0,0,0,.42);
}
.md-card-tag {
  margin: 0 0 12px;
  color: var(--md-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
}
.md-card-title {
  margin: 0 0 18px;
  color: var(--md-white);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.01em;
}
.md-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 11px;
}
.md-checklist li {
  position: relative;
  padding-left: 30px;
  color: var(--md-white);
  font-size: 14.5px;
}
.md-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border-radius: 6px;
  background: var(--md-orange);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12.5l5 5L20 7'/%3E%3C/svg%3E") center / 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12.5l5 5L20 7'/%3E%3C/svg%3E") center / 100% no-repeat;
  background-color: var(--md-orange);
}
.md-expertise {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 14px;
}
.md-exp-item,
.md-expertise li { display: flex; align-items: center; gap: 10px; }
.md-exp-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1.5px solid var(--md-orange);
  border-radius: 8px;
  color: var(--md-orange);
}
.md-exp-icon svg { width: 17px; height: 17px; }
.md-exp-label { color: var(--md-white); font-size: 13.5px; }

.md-disclosures { display: grid; gap: 10px; }
.md-disclosure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 12px 16px;
  border: 1.5px solid var(--md-orange);
  border-radius: 999px;
  background: rgba(255,107,0,.07);
  color: var(--md-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: background .25s ease;
}
.md-disclosure:hover { background: rgba(255,107,0,.16); }
.md-disclosure:focus-visible,
.md-btn:focus-visible,
.md-rating-pill:focus-visible { outline: 3px solid var(--md-orange); outline-offset: 3px; }
.md-disc-icon {
  position: relative;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
}
.md-disc-icon::before,
.md-disc-icon::after {
  content: "";
  position: absolute;
  background: var(--md-orange);
  border-radius: 1px;
}
.md-disc-icon::before { left: 0; top: 6px; width: 14px; height: 2px; }
.md-disc-icon::after { left: 6px; top: 0; width: 2px; height: 14px; transition: transform .25s ease; }
.md-disclosure[aria-expanded="true"] .md-disc-icon::after { transform: scaleY(0); }
.md-panel { overflow: hidden; }
.md-panel p {
  margin: 0;
  padding: 12px 16px 4px;
  color: var(--md-muted);
  font-size: 13.5px;
  line-height: 1.6;
}
.md-panel a { color: var(--md-orange); text-decoration: underline; text-underline-offset: 3px; }
.md-panel a:hover { color: #ff8a2b; }

/* ---- CTA ---- */
.md-cta {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(255,107,0,.4);
  background: linear-gradient(90deg, rgba(255,107,0,.1), rgba(255,107,0,.03) 55%, rgba(255,107,0,.09));
  background-color: rgba(255,255,255,.03);
  box-shadow: 0 12px 40px rgba(0,0,0,.32);
}
.md-cta-copy h3 {
  margin: 0 0 6px;
  color: var(--md-white);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -.01em;
}
.md-cta-copy p { margin: 0; color: var(--md-muted); font-size: 14.5px; }
.md-cta-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.md-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.md-btn-solid {
  position: relative;
  background: var(--md-orange);
  border: 1px solid var(--md-orange);
  color: #1a0d00;
}
.md-btn-solid:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(255,107,0,.3); }
.md-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1a0d00;
  animation: md-dot-pulse 2.4s ease-in-out infinite;
}
@keyframes md-dot-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(26,13,0,.4); }
  50% { box-shadow: 0 0 0 5px rgba(26,13,0,.18); }
}
.md-btn-outline {
  border: 1px solid rgba(255,107,0,.55);
  color: var(--md-white);
  background: rgba(18,18,18,.4);
}
.md-btn-outline:hover { border-color: var(--md-orange); background: rgba(255,107,0,.1); }

/* ---- Responsive ---- */
@media (max-width: 1000px) {
  .md-cta { flex-direction: column; text-align: center; }
  .md-cta-actions { flex-direction: row; flex-wrap: wrap; justify-content: center; }
}
@media (max-width: 760px) {
  .md-section { padding: 48px 18px; }
  .md-head { margin-bottom: 40px; }
  .md-trace { display: none; }
  .md-photo-wrap { width: min(365px, 100%); padding-bottom: 0; }
  .md-rating-pill { right: 0; bottom: 34px; }
  .md-rating-name { font-size: 10px; }
  .md-cards { grid-template-columns: 1fr; margin-top: 105px; }
  .md-expertise { grid-template-columns: 1fr 1fr 1fr; gap: 16px 8px; }
  .md-exp-item, .md-expertise li { flex-direction: column; text-align: center; gap: 7px; }
  .md-exp-label { font-size: 12px; }
  .md-btn { width: 100%; }
  .md-cta-actions { width: 100%; }
}
@media (max-width: 390px) {
  .md-title { font-size: 30px; }
  .md-rating-pill { padding: 8px 12px; }
  .md-rating-name { font-size: 9.5px; }
}
@media (prefers-reduced-motion: reduce) {
  .md-title,
  .md-photo-halo,
  .md-photo-frame,
  .md-rating-pill,
  .md-pulse-dot,
  .md-disc-icon::after,
  .md-btn,
  .md-card { animation: none; transition: none; }
}

/* ==========================================================
   End Meet David scoped styles
   ========================================================== */

@media (prefers-reduced-motion: reduce) {
  .led-zoom img { transition:none; }
  .led-zoom:hover img { transform:none; }
  .project-folder,.folder-cue span { transition:none; }
  .project-folder:hover { transform:none; }
  .project-folder:hover .folder-cue span { transform:none; }
}

/* ==========================================================
   Photos Portfolio (#photos) — 3D carousel from the owner's
   supplied HTML. Scoped with rp-* class names so it does not
   affect other sections of the site.
   ========================================================== */
#photos {
  --rp-orange: #FF6B00;
  --rp-text: #f7f7f7;
  --rp-muted: #bcbcbc;
  --rp-border: rgba(255,255,255,.14);
  position: relative;
  scroll-margin-top: 100px;
  padding: 64px 24px 80px;
  background:
    radial-gradient(ellipse at 100% 0%, #ff6b0017, transparent 45%),
    radial-gradient(ellipse at 0% 30%, #26435630, transparent 50%),
    #121212;
  /* Contains the 3D carousel's off-screen cards without clipping the card glow */
  overflow-x: clip;
}
#photos .gallery-anchor {
  position: absolute;
  top: calc(-1 * var(--rp-sticky-offset, 96px));
}
#photos .rp-inner { max-width: 1280px; margin: auto; }
#photos .eyebrow {
  color: var(--rp-orange);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .75rem;
  font-weight: 700;
  margin: 0;
}
#photos h2 {
  color: var(--rp-text);
  font-size: clamp(2rem, 5vw, 3.5rem);
  letter-spacing: -.04em;
  line-height: 1.1;
  margin: 12px 0;
}
#photos .rp-section-description { color: var(--rp-muted); margin: 0 0 8px; }
#photos .rp-reveal-pending { opacity: 0; transform: translateY(20px); }
#photos .rp-revealed {
  opacity: 1;
  transform: none;
  transition: opacity .7s ease, transform .7s ease;
}

#photos .filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 12px;
}
#photos .chip {
  min-height: 44px;
  padding: 9px 18px;
  border: 1px solid var(--rp-border);
  border-radius: 99px;
  background: #ffffff05;
  color: var(--rp-muted);
  font: inherit;
  cursor: pointer;
  transition: border-color .2s, box-shadow .2s, color .2s;
}
#photos .chip:hover { color: white; border-color: #ff6b0070; }
#photos .chip:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
#photos .chip[aria-pressed="true"] {
  color: white;
  background: #ff6b0010;
  border-color: var(--rp-orange);
  box-shadow: 0 0 18px #ff6b0035, inset 0 0 12px #ff6b000d;
}
#photos .result-count { color: var(--rp-muted); font-size: .8rem; min-height: 1.2em; margin: 0; }

#photos .slider {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 14px;
}
#photos .arrow, #photos .icon-button {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--rp-orange);
  border-radius: 50%;
  color: var(--rp-orange);
  background: #1b1714;
  font-size: 1.5rem;
  box-shadow: 0 0 18px #ff6b002b;
  cursor: pointer;
  z-index: 10;
}
#photos .arrow:focus-visible, #photos .icon-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
#photos .arrow:disabled {
  cursor: default;
  opacity: .28;
  box-shadow: none;
}

/* --- 3D Carousel Stage --- */
#photos .track {
  position: relative;
  perspective: 1200px;
  transform-style: preserve-3d;
  height: 520px; /* fixed height contains the absolutely positioned 3D cards */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 20px 0;
}
#photos .card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(260px, 29vw, 320px);
  border-radius: 22px;
  border: 1px solid var(--rp-border);
  background: linear-gradient(145deg, #ffffff0c, #ffffff03);
  backdrop-filter: blur(15px);
  overflow: hidden;
  cursor: pointer;
  margin: 0;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1),
              opacity 0.6s ease,
              border-color 0.4s ease,
              box-shadow 0.4s ease,
              z-index 0.6s;
}

/* --- 3D Position Classes --- */
#photos .card.active {
  transform: translate(-50%, -50%) rotateY(0deg) translateZ(90px) scale(1.05);
  opacity: 1;
  z-index: 3;
  border-color: var(--rp-orange);
  box-shadow: 0 0 25px #ff6b0038;
}
#photos .card.left {
  transform: translate(-140%, -50%) rotateY(25deg) translateZ(0px) scale(0.9);
  opacity: 0.75;
  z-index: 2;
}
#photos .card.far-left {
  transform: translate(-220%, -50%) rotateY(35deg) translateZ(-50px) scale(0.8);
  opacity: 0.4;
  z-index: 1;
}
#photos .card.right {
  transform: translate(40%, -50%) rotateY(-25deg) translateZ(0px) scale(0.9);
  opacity: 0.75;
  z-index: 2;
}
#photos .card.far-right {
  transform: translate(120%, -50%) rotateY(-35deg) translateZ(-50px) scale(0.8);
  opacity: 0.4;
  z-index: 1;
}
#photos .card.hidden-left {
  transform: translate(-300%, -50%) rotateY(45deg) translateZ(-100px) scale(0.7);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
#photos .card.hidden-right {
  transform: translate(200%, -50%) rotateY(-45deg) translateZ(-100px) scale(0.7);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
/* Visually hidden side cards stay out of the keyboard tab order */
#photos .card.hidden-left *, #photos .card.hidden-right * { visibility: hidden; }

#photos .thumbnail { position: relative; }
#photos .thumbnail img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  user-select: none;
}
#photos .badge {
  position: absolute;
  padding: 5px 10px;
  border: 1px solid #ffffff25;
  border-radius: 8px;
  background: #121212d9;
  backdrop-filter: blur(8px);
  font-size: .72rem;
}
#photos .location-badge { bottom: 12px; left: 12px; }
#photos .count-badge { top: 12px; right: 12px; }
#photos .card-body { padding: 22px; }
#photos .card h3 { margin: 0 0 8px; font-size: 1.2rem; color: var(--rp-text); }
#photos .card p { color: var(--rp-muted); font-size: .85rem; margin: 0 0 20px; }
#photos .card .button { width: 100%; }

#photos .track-footer {
  max-width: 700px;
  margin: 8px auto 0;
  text-align: center;
  color: var(--rp-muted);
  font-size: .8rem;
}
#photos .progress {
  height: 4px;
  background: #ffffff12;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 18px;
}
#photos .progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--rp-orange);
  box-shadow: 0 0 15px var(--rp-orange);
  transition: width 0.3s ease;
}
#photos .demo-note { color: var(--rp-muted); font-size: .75rem; text-align: center; }

/* --- Rotating folder previews --- */
#photos .rp-thumb-stack { position: relative; display: block; overflow: hidden; }
#photos .rp-thumb-stack img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  user-select: none;
}
/* The second image layers on top of the first so swapping photos
   never changes the card's layout (no shifts, no distortion). */
#photos .rp-thumb-stack img + img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#photos .rp-thumb-stack img.rp-thumb-front { opacity: 1; z-index: 2; }
#photos .rp-thumb-stack img:not(.rp-thumb-front) { opacity: 0; }
#photos .rp-thumb-stack img.rp-thumb-in { transition: opacity .45s ease; }
/* Keep the photo count badge above the rotating images. */
#photos .thumbnail .count-badge { z-index: 3; }
#photos .rp-preview-toggle { display: block; width: fit-content; margin: 4px auto 0; }

/* --- Project detail modal --- */
body.rp-modal-open { overflow: hidden; }
.rp-modal {
  position: fixed;
  inset: 0;
  z-index: 115;
  width: min(960px, calc(100% - 24px));
  max-height: 90dvh;
  margin: auto;
  padding: 0;
  color: var(--rp-text, #f7f7f7);
  background: #171717ed;
  border: 1px solid #ff6b0055;
  border-radius: 24px;
  backdrop-filter: blur(15px);
  box-shadow: 0 25px 100px #000b;
  overflow: auto;
}
.rp-modal[hidden] { display: none; }
.rp-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 114;
  background: #000b;
  backdrop-filter: blur(15px);
}
.rp-modal-backdrop[hidden] { display: none; }
.rp-modal .modal-header {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: #171717f5;
  border-bottom: 1px solid var(--rp-border, rgba(255,255,255,.14));
}
.rp-modal .modal-header h2 { font-size: clamp(1.2rem, 3vw, 1.8rem); margin: 0; }
.rp-modal .modal-header p { margin: 4px 0 0; font-size: .8rem; color: var(--rp-muted, #bcbcbc); }
.rp-modal .icon-button { flex-shrink: 0; }
.rp-modal .modal-body { padding: 24px; }
.rp-modal .gallery-stage {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 10px;
}
.rp-modal .gallery-stage .arrow { width: 44px; height: 44px; }
.rp-modal .gallery-stage img {
  width: 100%;
  max-height: 420px;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #0b0b0b;
  border-radius: 14px;
}
.rp-modal .gallery-status { text-align: center; color: var(--rp-muted, #bcbcbc); font-size: .8rem; }
.rp-modal .thumbnails {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 6px 3px 14px;
}
.rp-modal .thumb-button {
  flex: 0 0 80px;
  padding: 3px;
  border-radius: 10px;
  border: 2px solid transparent;
  background: #ffffff08;
  cursor: pointer;
}
.rp-modal .thumb-button[aria-pressed="true"] { border-color: var(--rp-orange, #FF6B00); }
.rp-modal .thumb-button:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }
.rp-modal .thumb-button img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 5px; }
.rp-modal .comparison { margin-top: 24px; }
.rp-modal .comparison h3 { margin-bottom: 6px; color: var(--rp-text, #f7f7f7); }
.rp-modal .comparison p { margin-top: 0; color: var(--rp-muted, #bcbcbc); font-size: .85rem; }
.rp-modal .comparison-frame {
  --split: 50%;
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  overflow: hidden;
  background: #0a0a0a;
}
.rp-modal .comparison-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rp-modal .before-image { clip-path: inset(0 calc(100% - var(--split)) 0 0); }
.rp-modal .comparison-line {
  position: absolute; top: 0; bottom: 0; left: var(--split); width: 3px; background: var(--rp-orange, #FF6B00); transform: translateX(-50%); pointer-events: none;
}
.rp-modal .comparison-line::after {
  content: "↔"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--rp-orange, #FF6B00); color: #121212; font-weight: 900;
}
.rp-modal .comparison-frame input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; touch-action: pan-y; }
.rp-modal .comparison-frame:focus-within { outline: 3px solid white; outline-offset: 4px; }
.rp-modal .before-label { left: 12px; top: 12px; }
.rp-modal .after-label { right: 12px; top: 12px; }
.rp-modal .modal-cta { width: 100%; margin-top: 26px; }

@media (max-width: 600px) {
  #photos { padding: 42px 14px 60px; }
  #photos .slider { grid-template-columns: 32px minmax(0, 1fr) 32px; gap: 5px; }
  #photos .slider > .arrow { width: 32px; height: 44px; border-radius: 12px; }

  /* 3D mobile adjustments */
  #photos .track { height: 480px; }
  #photos .card.left { transform: translate(-110%, -50%) rotateY(20deg) scale(0.85); }
  #photos .card.right { transform: translate(10%, -50%) rotateY(-20deg) scale(0.85); }
  #photos .card.far-left, #photos .card.far-right { opacity: 0; pointer-events: none; }

  #photos .chip { padding: 8px 13px; font-size: .8rem; }
  .rp-modal { max-height: 94dvh; }
  .rp-modal .modal-body { padding: 16px; }
  .rp-modal .gallery-stage { grid-template-columns: 36px minmax(0, 1fr) 36px; }
  .rp-modal .gallery-stage .arrow { width: 36px; height: 44px; border-radius: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  #photos { scroll-behavior: auto; }
  #photos *, #photos *::before, #photos *::after { transition: none !important; }
  #photos .rp-reveal-pending { opacity: 1; transform: none; }
  .rp-modal *, .rp-modal *::before, .rp-modal *::after { transition: none !important; }
  /* Previews switch instantly; JS also skips the fade for these users. */
  #photos .rp-thumb-stack img.rp-thumb-in { transition: none !important; }
}

/* ==========================================================
   End Photos Portfolio scoped styles
   ========================================================== */

/* ==========================================================
   Why Rooted (#why-rooted) + hero status + Meet David review
   card — from the owner's supplied HTML. Scoped with wr-*
   class names plus .glass/.why-rooted/.review-slides/.review
   so nothing else on the site is affected.
   ========================================================== */
.glass {
  background: linear-gradient(135deg, #ffffff0b, #ffffff03);
  border: 1px solid #ffffff20;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 22px;
}

/* --- Animated status dots (hero green, Meet David orange) --- */
.wr-status {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: .83rem;
  font-weight: 700;
  margin: 0 0 18px;
}
.wr-dot {
  --wr-dot-color: #56dc83;
  position: relative;
  display: inline-block;
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--wr-dot-color);
  box-shadow: 0 0 12px var(--wr-dot-color);
}
.wr-dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px solid var(--wr-dot-color);
  border-radius: inherit;
  animation: wr-pulse 2.2s ease-out infinite;
}
.wr-dot-orange { --wr-dot-color: var(--md-orange, #ff6b00); }
@keyframes wr-pulse {
  0% { transform: scale(.6); opacity: .85; }
  100% { transform: scale(1.8); opacity: 0; }
}

/* --- Hero heading accent (existing h1 span color preserved) --- */
.hero h1 { line-height: 1.15; letter-spacing: -.035em; }
.hero .wr-status { margin-top: 2px; }

/* --- Meet David portrait: orange status + floating review card --- */
.md-photo-wrap { margin-bottom: 95px; }
.wr-status-orange { position: absolute; z-index: 3; top: 18px; left: 18px; }
.wr-status-orange .wr-dot { flex: 0 0 auto; }
.md-photo-wrap .wr-status-orange {
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,107,0,.45);
  background: rgba(18,18,18,.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 26px rgba(0,0,0,.4);
  font-size: .76rem;
}
.md-photo-wrap .wr-status-orange .wr-dot { width: 8px; height: 8px; }

.wr-review-card {
  position: absolute;
  left: -30px;
  bottom: -90px;
  z-index: 2;
  width: min(340px, 100%);
  padding: 20px;
  background: #202020e8;
  box-shadow: 0 18px 45px #0007;
  border-color: #ff6b0055;
}
.wr-rating-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: .78rem;
}
.wr-stars { color: var(--md-orange, #ff6b00); letter-spacing: .06em; }
.wr-google-label { color: var(--md-muted, #bdbdbd); }
.review-slides {
  display: grid;
  margin: 12px 0 8px;
}
.review {
  grid-area: 1 / 1;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .65s ease;
}
.review.active { opacity: 1; }
.review p { margin: 0 0 10px; font-size: .83rem; color: #ededed; }
.review cite { font-size: .77rem; font-style: normal; color: var(--md-muted, #bdbdbd); }
.wr-review-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.wr-review-selectors { display: flex; gap: 2px; }
.wr-review-selector {
  min-width: 30px;
  min-height: 32px;
  border: 0;
  background: none;
  padding: 8px;
  cursor: pointer;
}
.wr-review-selector::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff40;
}
.wr-review-selector[aria-pressed="true"]::before { background: var(--md-orange, #ff6b00); }
.wr-review-selector:focus-visible { outline: 3px solid #fff; outline-offset: 2px; border-radius: 6px; }
.wr-pause {
  min-height: 34px;
  padding: 4px 10px;
  border: 1px solid #ffffff20;
  border-radius: 8px;
  background: transparent;
  color: var(--md-muted, #bdbdbd);
  font-size: .72rem;
  font-family: inherit;
  cursor: pointer;
}
.wr-pause:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }

/* --- Why Rooted section + scroll-lit copper timeline --- */
.why-rooted {
  background: radial-gradient(ellipse at 0% 50%, #ff6b000b, transparent 65%) #121212;
  scroll-margin-top: 115px;
}
.wr-why-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 75px;
  align-items: start;
}
.why-rooted .eyebrow { color: #ff6b00; margin: 0 0 6px; }
.why-intro { position: sticky; top: 115px; }
.why-intro h2 { line-height: 1.15; letter-spacing: -.035em; margin: 15px 0 22px; }
.why-intro > p:last-of-type { color: var(--md-muted, #bdbdbd); }
.wr-accent { color: #ff6b00; }
.wr-timeline {
  --progress: 0;
  position: relative;
  padding-left: 38px;
}
.wr-wire, .wr-wire-fill {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 7px;
  width: 3px;
  border-radius: 5px;
}
.wr-wire { background: #704126; }
.wr-wire-fill {
  background: linear-gradient(#ffbc83, #ff6b00);
  box-shadow: 0 0 15px #ff6b0090;
  transform: scaleY(var(--progress));
  transform-origin: top;
}
.wr-value-card {
  position: relative;
  padding: 28px;
  margin-bottom: 22px;
  transition: transform .25s, border-color .25s, box-shadow .25s;
}
.wr-value-card:last-child { margin-bottom: 0; }
.wr-value-card::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: -36px;
  top: 31px;
  border: 2px solid #925b34;
  background: #121212;
  border-radius: 50%;
  transition: background .3s, box-shadow .3s;
}
.wr-value-card.lit::before {
  border-color: #ff6b00;
  background: #ff6b00;
  box-shadow: 0 0 15px #ff6b00a0;
}
.wr-value-card:hover, .wr-value-card:focus-visible {
  transform: translateY(-6px);
  border-color: #ff6b00;
  box-shadow: 0 0 28px #ff6b002b;
}
.wr-value-card:focus-visible { outline: none; }
.wr-value-card h3 {
  color: #f7f7f7;
  line-height: 1.15;
  letter-spacing: -.035em;
  font-size: 1.35rem;
  margin: 14px 0 12px;
}
.wr-number {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ff6b00;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.wr-number .wr-dot { flex: 0 0 auto; }
.wr-value-card p { margin: 0; font-size: .92rem; color: var(--md-muted, #bdbdbd); }

/* --- Responsive --- */
@media (max-width: 980px) {
  .wr-why-grid { grid-template-columns: 1fr; gap: 40px; }
  .why-intro { position: static; }
}
@media (max-width: 800px) {
  .md-photo-wrap { margin-bottom: 95px; }
  .wr-review-card { left: auto; right: -10px; bottom: -90px; }
}
@media (max-width: 480px) {
  .wr-review-card { left: 0; right: auto; width: calc(100% - 8px); padding: 18px; }
  .wr-timeline { padding-left: 30px; }
  .wr-value-card { padding: 22px; }
  .wr-value-card::before { left: -28px; }
}
@media (prefers-reduced-motion: reduce) {
  .wr-dot::after { animation: none; }
  .wr-value-card, .wr-value-card::before { transition: none; }
  .wr-value-card:hover { transform: none; }
  .review { transition: none; }
}

/* ==========================================================
   End Why Rooted scoped styles
   ========================================================== */

/* ==========================================================
   Home Panel Upgrade — Videos area (inside project modal)
   MP4 clips are separate from the photo count: they live in
   their own category and use .hp-video-card, not .led-zoom.
   ========================================================== */
.hp-videos-category { margin-top: 34px; }
.hp-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}
.hp-video-card { margin: 0; }
.hp-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #000;
  border-radius: 12px;
}
.hp-video-card figcaption { margin-top: 8px; }
.hp-video-card figcaption strong { font-size: .95rem; }


/* ==========================================================
   Current Specials & Discounts — hero thumbnail button and
   full-screen flyer viewer. Replaces the old hero BBB card.
   ========================================================== */
.specials-card {
  margin: 0;
  width: min(100%, 500px);
  flex-shrink: 0;
}

/* Thumbnail button — orange/black promo styling */
.specials-thumb {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: clamp(14px, 2.4vw, 22px);
  gap: 14px;
  border-radius: 24px;
  background: linear-gradient(145deg, #1a1c20, #101114 70%);
  border: 2px solid var(--orange);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .35), 0 0 44px rgba(255, 80, 1, .16);
  color: inherit;
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.specials-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 3px solid rgb(132, 255, 120);
  border-radius: inherit;
  box-shadow: 0 0 10px rgba(132, 255, 120, .85), 0 0 24px rgba(132, 255, 120, .55);
  pointer-events: none;
  animation: specials-thumb-ping 2s ease-out infinite;
}
@keyframes specials-thumb-ping {
  0% {
    transform: scale(1);
    opacity: .95;
    box-shadow: 0 0 10px rgba(132, 255, 120, .85), 0 0 24px rgba(132, 255, 120, .55);
  }
  50% { opacity: .42; }
  100% {
    transform: scale(1.10);
    opacity: 0;
    box-shadow: 0 0 26px rgba(132, 255, 120, .35), 0 0 52px rgba(132, 255, 120, .12);
  }
}
.specials-thumb:hover,
.specials-thumb:focus-visible {
  transform: scale(1.02);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .45), 0 0 60px rgba(255, 80, 1, .28);
  border-color: #ff6a24;
}
.specials-thumb:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}
.specials-thumb:active { transform: scale(.99); }

/* Flyer preview — tight-cropped artwork (no black bands in the file) */
.specials-art {
  display: block;
  width: 100%;
  aspect-ratio: 1210 / 674;
  overflow: hidden;
  border-radius: 14px;
  background: #f5f2ee;
  border: 1px solid rgba(255, 255, 255, .14);
}
.specials-art img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .2s ease;
}
.specials-thumb:hover .specials-art img,
.specials-thumb:focus-visible .specials-art img {
  transform: scale(1.03);
}

/* Exact badge line requested */
.specials-badge {
  display: block;
  padding: 13px 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--orange), #c23a00);
  border: 1px solid rgba(255, 255, 255, .22);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1.35;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
  text-align: center;
}

/* Full-screen viewer */
.specials-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
}
.specials-modal[hidden] { display: none; }

.specials-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 6, .94);
}

.specials-modal-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(100% - 24px, 1040px);
  height: min(100% - 24px, 1040px);
  max-height: calc(100dvh - 24px);
  margin: auto;
  border-radius: 18px;
  background: #101114;
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 40px 120px rgba(0, 0, 0, .7);
  overflow: hidden;
}

.specials-modal-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px 12px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: linear-gradient(180deg, #141619, #0d0e10);
  flex-shrink: 0;
}
.specials-modal-title {
  margin: 0;
  font-size: clamp(17px, 2.6vw, 22px);
  letter-spacing: -.02em;
  color: var(--orange);
}
.specials-modal-close {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  border: 2px solid var(--orange);
  background: #17181b;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease;
}
.specials-modal-close:hover,
.specials-modal-close:focus-visible {
  background: var(--orange);
  transform: scale(1.06);
}
.specials-modal-close:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

/* Scroll area. min-height:0 is required or flex parents clamp this
   to content height — that was the "half picture visible" bug. */
.specials-modal-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 22px 18px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}

/* Full artwork, stacked and scrollable — width 100%, height auto */
.specials-sheet {
  margin: 0;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #17181b;
  border: 1px solid rgba(255, 255, 255, .2);
}
.specials-sheet:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.specials-sheet-bar {
  min-height: 54px;
  padding: 6px 8px 6px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #fff;
}
.specials-sheet-controls { display: flex; align-items: center; gap: 7px; }
.specials-pan {
  width: 100%;
  max-height: min(68vh, 680px);
  overflow: auto;
  background: #f5f2ee;
  /* Let a downward swipe continue into the outer flyer list at the
     picture edge, so the second flyer and every bottom edge stay reachable. */
  overscroll-behavior: auto;
  touch-action: pan-x pan-y pinch-zoom;
  scrollbar-color: var(--orange) #292a2e;
  cursor: grab;
}
.specials-pan.dragging { cursor: grabbing; user-select: none; }
.specials-pan img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin-inline: auto;
}

.specials-modal-note {
  margin: 4px 0 0;
  color: #c6c8cd;
  font-size: 15px;
  text-align: center;
}
.specials-modal-note a {
  color: var(--orange);
  font-weight: 800;
}

/* Zoom controls (accessibility: low-vision zoom) */
.specials-zoom-btn {
  min-width: 40px;
  min-height: 40px;
  padding: 0 11px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .25);
  background: #17181b;
  color: #fff;
  font: inherit;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: background .18s ease;
}
.specials-zoom-btn:hover,
.specials-zoom-btn:focus-visible {
  background: var(--orange);
  border-color: var(--orange);
}
.specials-zoom-btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
.specials-zoom-reset { font-size: 13px; letter-spacing: .02em; }
.specials-zoom-level {
  min-width: 52px;
  text-align: center;
  color: #c6c8cd;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}

body.specials-open { overflow: hidden; }

/* Small screens */
@media (max-width: 680px) {
  .specials-card { width: min(100%, 400px); }
  .specials-modal-scroll { padding: 14px 10px 24px; }
  .specials-modal-bar { padding: 10px 10px 10px 16px; }
  .specials-modal-note { font-size: 14px; }
  .specials-sheet-bar { align-items: flex-start; flex-direction: column; }
  .specials-sheet-controls { width: 100%; justify-content: center; }
  .specials-zoom-btn { min-width: 44px; min-height: 44px; padding: 0 10px; }
}

/* Reduced motion — hover lift and viewer transitions are decorative */
@media (prefers-reduced-motion: reduce) {
  .specials-thumb::before {
    animation: none;
    opacity: .45;
    box-shadow: none;
  }
  .specials-thumb,
  .specials-thumb:hover,
  .specials-thumb:focus-visible,
  .specials-thumb:active,
  .specials-art img,
  .specials-thumb:hover .specials-art img,
  .specials-thumb:focus-visible .specials-art img,
  .specials-modal-close,
  .specials-modal-close:hover,
  .specials-modal-close:focus-visible,
  .specials-zoom-btn,
  .specials-zoom-btn:hover,
  .specials-zoom-btn:focus-visible {
    transform: none;
    transition: none;
  }
}
