/* Cabinet Renew — LWRCC / CCE neighbor LP v2
   Live-site brand (Montserrat + Roboto). No Canva.
   Craft bar: Bark & Fly / BNI RIP. */

:root {
  --terra: #C4613B;
  --terra-deep: #A34E2E;
  --blue: #839CC9;
  --blue-soft: #C5D2E8;
  --teal: #178087;
  --teal-deep: #12656B;
  --green: #629677;
  --charcoal: #28303D;
  --ink: #39414D;
  --slate: #495D63;
  --muted: #5e5e5e;
  --line: rgba(40, 48, 61, 0.12);
  --cream: #F5F1E8;
  --paper: #FAF8F3;
  --white: #FFFFFF;
  --dark: #373737;
  --header-h: 76px;
  --max: 1140px;
  --radius: 10px;
  --shadow: 0 14px 36px rgba(40, 48, 61, 0.08);
  --sans: "Montserrat", "Segoe UI", sans-serif;
  --body: "Roboto", "Helvetica Neue", Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); }

.skip {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 80;
  background: var(--terra);
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.9rem;
}
.skip:focus { top: 12px; }

.wrap {
  width: min(var(--max), calc(100% - 2.5rem));
  margin: 0 auto;
}

/* ——— Header ——— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 3px solid var(--terra);
}

.header-inner {
  width: min(var(--max), calc(100% - 2.5rem));
  margin: 0 auto;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.brand { flex-shrink: 0; text-decoration: none; }
.brand img { height: 48px; width: auto; }

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  margin-left: auto;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.nav a { color: var(--charcoal); text-decoration: none; }
.nav a:hover { color: var(--terra); }

.header-phone {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--charcoal);
  text-decoration: none;
  white-space: nowrap;
}
.header-phone:hover { color: var(--terra); }

.nav-toggle { display: none; }
.nav-burger {
  display: none;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--charcoal);
  cursor: pointer;
  padding: 0.4rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: 6px;
}

/* ——— Buttons ——— */
.btn {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.95rem 1.4rem;
  border-radius: 4px;
  line-height: 1.2;
}
.btn-lg { padding: 1.1rem 1.6rem; font-size: 0.88rem; }
.btn-terra { background: var(--terra); color: #fff; }
.btn-terra:hover { background: var(--terra-deep); }
.btn:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

/* ——— Hero ——— */
.hero {
  background: linear-gradient(180deg, var(--cream) 0%, var(--paper) 100%);
  padding: 2.4rem 0 2.8rem;
  text-align: center;
}

.hood-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem 1.8rem;
  flex-wrap: wrap;
  margin: 0 auto 1.6rem;
  max-width: 780px;
}
.hood-logo {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  min-width: 160px;
}
.hood-logo img {
  height: 110px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
}
.hood-logo figcaption {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--slate);
}
.hood-plus {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.75rem;
  color: var(--terra);
  line-height: 1;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0.45rem 0.85rem;
  background: var(--white);
  border: 1px solid rgba(23, 128, 135, 0.28);
  color: var(--teal);
  font-family: var(--sans);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(1.85rem, 4.2vw, 2.85rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--charcoal);
  margin: 0 auto 1rem;
  max-width: 18ch;
}

.lede {
  margin: 0 auto 0.7rem;
  max-width: 36rem;
  color: var(--slate);
  font-size: 1.05rem;
}

.tagline {
  margin: 0 auto 1rem;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--terra);
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin: 0 0 1.5rem;
}
.badge {
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--charcoal);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
}

/* Offer cards + primary claim */
.offer-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 920px;
  margin: 0 auto;
  text-align: left;
}
.chip {
  background: var(--white);
  border: 2px solid rgba(40, 48, 61, 0.12);
  border-top: 6px solid var(--terra);
  border-radius: var(--radius);
  padding: 1.35rem 1.35rem 1.3rem;
  min-height: 190px;
  box-shadow: 0 18px 42px rgba(40, 48, 61, 0.13);
}
.chip-reface { border-top-color: var(--teal); }
.chip-kind {
  display: block;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--slate);
  margin-bottom: 0.25rem;
}
.chip-deal {
  display: block;
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(1.4rem, 2.4vw, 1.6rem);
  color: var(--charcoal);
  line-height: 1.2;
  margin-bottom: 0.3rem;
}
.chip-note {
  display: block;
  font-size: 0.98rem;
  color: var(--muted);
}

.claim-primary {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 0.35rem;
}
.claim-primary .btn { min-width: min(100%, 360px); }
.helper {
  margin: 0.85rem auto 0.25rem;
  max-width: 34rem;
  font-size: 0.95rem;
  color: var(--slate);
}
.helper-call {
  margin: 0;
  font-family: var(--sans);
  font-size: 0.88rem;
  font-weight: 600;
}
.helper-call a { color: var(--charcoal); text-decoration: none; }
.helper-call a:hover { color: var(--terra); }

/* ——— Sections ——— */
.section { padding: 3.8rem 0 3.6rem; }
.section-head { max-width: 42rem; margin: 0 0 1.8rem; }
.kicker {
  margin: 0 0 0.45rem;
  font-family: var(--sans);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--terra);
}
.section h2 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.15;
  color: var(--charcoal);
  margin: 0 0 0.55rem;
  letter-spacing: -0.015em;
}
.section .sub { margin: 0; color: var(--muted); max-width: 40rem; }

/* Claim / form — high priority, dark band */
.claim {
  background: var(--charcoal);
  color: var(--cream);
  padding: 3.2rem 0 3.4rem;
}
.claim .kicker { color: #E2B6A3; }
.claim h2 { color: var(--cream); }
.claim .sub { color: rgba(245, 241, 232, 0.8); }
.claim .sub strong { color: #fff; }
.claim-wrap .section-head { margin-left: auto; margin-right: auto; text-align: center; }
.claim-wrap .section-head .sub { margin-left: auto; margin-right: auto; }

.form-chrome {
  background: rgba(255, 255, 255, 0.05);
  border: 2px dashed rgba(245, 241, 232, 0.32);
  border-radius: 12px;
  padding: 2rem 1.4rem;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.embed-label {
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--blue-soft);
  margin: 0 0 0.5rem;
}
.form-chrome p {
  margin: 0 0 1.2rem;
  color: rgba(245, 241, 232, 0.8);
}
.form-chrome .btn { min-width: min(100%, 320px); }
.claim-phone { margin: 0.9rem 0 0; }
.claim-phone a { color: #fff; }
.media .section-head h2 { max-width: 40rem; }

/* Media / video */
.media { background: var(--white); }
.media-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 1rem;
  align-items: stretch;
}
.video-box {
  aspect-ratio: 610 / 110;
  background: var(--cream);
  border: 2px dashed rgba(40, 48, 61, 0.22);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
  color: var(--slate);
}
.video-box .embed-label { color: var(--teal); }
.video-box p { margin: 0.2rem 0 0; max-width: 28rem; }
.thumb-stack {
  display: grid;
  gap: 0.85rem;
}
.thumb {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  height: 100%;
  min-height: 0;
}
.thumb img {
  width: 100%;
  height: 100%;
  min-height: 140px;
  object-fit: cover;
}

/* Why */
.why { background: var(--cream); }
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.why-item {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.25rem 1.2rem 1.15rem;
  border: 1px solid rgba(40, 48, 61, 0.08);
}
.why-item h3 {
  font-family: var(--sans);
  font-size: 1.05rem;
  margin: 0 0 0.3rem;
  color: var(--charcoal);
}
.why-item h3::before {
  content: "";
  display: inline-block;
  width: 0.65rem;
  height: 0.65rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  background: var(--green);
  vertical-align: 0.05em;
}
.why-item p { margin: 0; color: var(--slate); }

/* Neighborhood — no map */
.hood { background: var(--paper); }
.hood-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}
.hood-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.hood-card .logo-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.3rem 1.25rem 1rem;
  min-height: 120px;
}
.hood-card .logo-row img {
  max-height: 88px;
  width: auto;
  max-width: 54%;
  object-fit: contain;
}
.hood-name {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1rem;
  color: var(--charcoal);
  margin: 0;
  line-height: 1.25;
}
.hood-name span {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal);
  margin-top: 0.2rem;
}
.hood-card .scene {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Gallery — horizontal scroll-snap */
.gallery {
  background: var(--white);
  padding-bottom: 2.8rem;
  overflow: hidden;
}
.gallery-head { margin-bottom: 1.2rem; }
.gallery-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 320px);
  gap: 0.9rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: max(1.25rem, calc((100% - var(--max)) / 2 + 1.25rem));
  padding: 0.25rem max(1.25rem, calc((100% - var(--max)) / 2 + 1.25rem)) 1rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: var(--terra) var(--cream);
}
.gallery-rail:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 2px;
}
.shot {
  margin: 0;
  background: var(--cream);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  scroll-snap-align: start;
}
.shot img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.shot figcaption {
  padding: 0.7rem 0.9rem 0.85rem;
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--slate);
}

/* Social / reviews */
.social { background: var(--cream); }
.social-note {
  background: var(--white);
  border-left: 4px solid var(--blue);
  padding: 0.85rem 1rem;
  margin: 0 0 1.5rem;
  color: var(--slate);
  font-size: 0.95rem;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.review {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.review img.cust {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.review .body {
  padding: 1rem 1.1rem 1.15rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Stars: intrinsic aspect, never stretch */
.stars {
  display: block;
  height: 20px;
  width: auto;
  max-width: none;
  aspect-ratio: 610 / 110;
  object-fit: contain;
  object-position: left center;
  margin: 0 0 0.55rem;
  flex-shrink: 0;
}

.review blockquote {
  margin: 0 0 0.85rem;
  padding: 0;
  font-size: 0.95rem;
  color: var(--ink);
  flex: 1;
}
.review .who {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--charcoal);
  margin: 0;
}
.review .src {
  margin: 0.15rem 0 0;
  font-size: 0.8rem;
  color: var(--muted);
}

/* Fine print */
.fine {
  background: var(--dark);
  color: rgba(255,255,255,0.72);
  padding: 3rem 0;
}
.fine-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
}
.fine p { margin: 0 0 0.7rem; }
.fine .legal { font-size: 0.88rem; line-height: 1.55; }
.fine .contact strong {
  display: block;
  font-family: var(--sans);
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.35rem;
}
.fine a { color: #fff; }
.fine .logo-foot { height: 42px; width: auto; margin: 0 0 0.9rem; }
.fine .url { font-family: var(--sans); font-weight: 700; }

/* ——— Responsive ——— */
@media (max-width: 980px) {
  .nav { display: none; }
  .nav-burger { display: inline-flex; margin-left: auto; }
  .nav-toggle:checked ~ .nav {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0.9rem 1.25rem 1.1rem;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    gap: 0.7rem;
  }
  .header-inner { position: relative; }
  .media-grid,
  .hood-grid,
  .review-grid,
  .fine-inner { grid-template-columns: 1fr 1fr; }
  .gallery-rail { grid-auto-columns: minmax(240px, 280px); }
}

@media (max-width: 720px) {
  .wrap, .header-inner { width: min(var(--max), calc(100% - 1.5rem)); }
  .hero { padding: 1.6rem 0 2rem; text-align: left; }
  .hood-logos {
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 1.15rem;
    gap: 0.45rem;
    max-width: none;
  }
  .hood-logo { min-width: 0; flex: 1; }
  .hood-logo img { height: 72px; max-width: 100%; }
  .hood-logo figcaption { font-size: 0.62rem; letter-spacing: 0.06em; }
  .hood-plus { font-size: 1.15rem; flex-shrink: 0; }
  .hero h1 { max-width: none; margin-left: 0; }
  .lede, .tagline { margin-left: 0; margin-right: 0; }
  .badge-row { justify-content: flex-start; }
  .offer-strip,
  .why-grid,
  .media-grid,
  .hood-grid,
  .review-grid,
  .fine-inner { grid-template-columns: 1fr; }
  .claim-wrap .section-head,
  .claim-wrap .section-head .sub { text-align: left; margin-left: 0; }
  .form-chrome { text-align: left; }
  .form-chrome .btn,
  .claim-primary .btn { width: 100%; }
  .header-cta { display: none; }
  .brand img { height: 40px; }
  .section { padding: 2.8rem 0 2.6rem; }
  .thumb-stack { grid-template-columns: 1fr 1fr; }
  .thumb img { height: 140px; }
  .gallery-rail {
    grid-auto-columns: minmax(78vw, 280px);
    scroll-padding-inline: 1.25rem;
    padding-inline: 1.25rem;
  }
  .shot img { height: 200px; }
}

@media (max-width: 420px) {
  .hood-logos { gap: 0.55rem; }
  .hood-logo { min-width: 120px; }
  .hood-logo img { height: 68px; max-width: 150px; }
}
