/* World of Colors Renewal LLC — homepage styles
   Brand: gold #AE7B13 / #815A0E hover, warm cream #FBF9F6, ink #231E1A
   Type: Playfair Display (headings) + Inter (body) */

/* ---------- base ---------- */
html { scroll-behavior: smooth; }
html { overflow-x: clip; }
body {
  margin: 0;
  overflow-x: clip; /* reveal animations translate 28px sideways before firing */
  background: #FBF9F6;
  color: #231E1A;
  font-family: Inter, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
*, *::before, *::after { box-sizing: border-box; }
a { color: #815A0E; text-decoration: none; transition: color .2s; }
a:hover { color: #AE7B13; }
img, video, iframe { max-width: 100%; }
h1, h2, h3 { text-wrap: balance; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.fill-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }

[hidden] { display: none !important; }

/* ---------- motion ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s cubic-bezier(.16,1,.3,1), transform .65s cubic-bezier(.16,1,.3,1);
}
[data-reveal="l"] { transform: translateX(-28px); }
[data-reveal="r"] { transform: translateX(28px); }
[data-reveal="z"] { transform: scale(.94); }
[data-reveal].is-in { opacity: 1; transform: none; }

@keyframes wocRise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes wocPopIn { from { opacity: 0; transform: translateY(16px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes wocFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes wocPulse { 0% { box-shadow: 0 0 0 0 rgba(174,123,19,.4); } 100% { box-shadow: 0 0 0 14px rgba(174,123,19,0); } }

.no-motion * { animation: none !important; transition: none !important; }
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition-duration: 0s !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}

/* ---------- scroll progress ---------- */
.progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, #AE7B13, #F0E078); z-index: 80;
}

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(18,15,12,.92);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  transition: box-shadow .3s, background .3s;
}
.site-header.is-scrolled {
  background: rgba(12,9,7,.97);
  box-shadow: 0 1px 0 rgba(251,249,246,.08), 0 8px 30px rgba(0,0,0,.35);
}
.header-bar {
  max-width: 1320px; margin: 0 auto; padding: 16px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  transition: padding .3s cubic-bezier(.16,1,.3,1);
}
.site-header.is-scrolled .header-bar { padding-top: 10px; padding-bottom: 10px; }
.logo-link { display: flex; flex-shrink: 0; }
.logo-img { height: 40px; width: auto; display: block; }

.primary-nav { display: flex; gap: 18px; align-items: center; }
.nav-link {
  color: #FBF9F6; font-size: 14.5px; font-weight: 600; padding: 4px 0; white-space: nowrap;
  background-image: linear-gradient(#F0E078, #F0E078);
  background-size: 0% 2px; background-repeat: no-repeat; background-position: 0 100%;
  transition: background-size .25s, color .2s;
}
.nav-link:hover { background-size: 100% 2px; color: #F0E078; }

.dd { position: relative; }
.nav-trigger {
  display: inline-flex; align-items: center; gap: 6px;
  background: none; border: none; cursor: pointer; font-family: inherit;
  color: #FBF9F6; font-size: 14.5px; font-weight: 600; padding: 4px 0; white-space: nowrap;
}
.nav-trigger:hover { color: #F0E078; }
.dd-panel {
  position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%);
  background: #fff; border: 1px solid #E7E1D8; border-radius: 14px;
  box-shadow: 0 24px 60px rgba(35,30,26,.14);
  animation: wocPopIn .25s cubic-bezier(.16,1,.3,1);
}
.dd-panel--services { padding: 10px; width: 250px; display: flex; flex-direction: column; gap: 2px; }
.dd-panel--areas { padding: 18px; width: 460px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 4px; }
.dd-link {
  display: block; padding: 10px 12px; border-radius: 8px;
  font-size: 13.5px; font-weight: 600; color: #231E1A;
  transition: background .15s, color .15s;
}
.dd-link:hover { background: #F4EFE8; color: #815A0E; }
.dd-link--all {
  font-size: 13px; font-weight: 700; color: #815A0E;
  border-top: 1px solid #E7E1D8; margin-top: 4px;
}
.dd-link--area { padding: 8px 10px; font-weight: 500; }

.header-actions { display: flex; align-items: center; gap: 12px; }
.lang-pill {
  display: inline-flex; align-items: center; gap: 7px; white-space: nowrap;
  background: transparent; border: 1.5px solid rgba(251,249,246,.3); color: #FBF9F6;
  font-size: 13px; font-weight: 700; padding: 9px 14px; border-radius: 999px;
  cursor: pointer; font-family: inherit; transition: border-color .2s, color .2s;
}
.lang-pill:hover { border-color: #C99630; color: #F0E078; }
.header-call { display: inline-flex; align-items: center; gap: 8px; color: #FBF9F6; font-weight: 700; font-size: 14.5px; white-space: nowrap; }
.header-call:hover { color: #F0E078; }
.btn-quote-sm {
  display: inline-flex; align-items: center; gap: 8px;
  background: #AE7B13; color: #fff; padding: 11px 22px; border-radius: 10px;
  font-weight: 700; font-size: 14.5px; white-space: nowrap; box-shadow: 0 6px 18px rgba(174,123,19,.28);
  transition: background .2s, transform .2s;
}
.btn-quote-sm:hover { background: #815A0E; color: #fff; transform: translateY(-1px); }
.burger {
  display: none; align-items: center; justify-content: center;
  width: 42px; height: 42px; background: transparent;
  border: 1.5px solid rgba(251,249,246,.3); border-radius: 10px; cursor: pointer; color: #FBF9F6;
}

/* ---------- mobile menu ---------- */
.mobile-menu {
  position: fixed; inset: 0; z-index: 95;
  background: rgba(251,249,246,.98); backdrop-filter: blur(8px);
  padding: 20px 24px; overflow: auto; animation: wocFade .2s ease-out;
}
.mobile-menu__head { display: flex; align-items: center; justify-content: space-between; }
.mobile-menu__logo { height: 36px; width: auto; }
.menu-close {
  display: flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; background: #fff; border: 1.5px solid #E7E1D8;
  border-radius: 10px; cursor: pointer; color: #231E1A;
}
.mobile-nav { display: flex; flex-direction: column; gap: 4px; margin-top: 28px; }
.mobile-nav a {
  font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700;
  color: #231E1A; padding: 10px 0;
}
.mobile-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 30px; }
.mobile-quote {
  display: flex; align-items: center; justify-content: center;
  background: #AE7B13; color: #fff; padding: 16px; border-radius: 12px;
  font-weight: 700; font-size: 16px;
}
.mobile-quote:hover { color: #fff; }
.mobile-call {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  background: #fff; border: 1.5px solid #E7E1D8; color: #231E1A;
  padding: 15px; border-radius: 12px; font-weight: 600; font-size: 15.5px;
}
.mobile-lang {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: #F4EFE8; border: 1.5px solid rgba(174,123,19,.35); color: #815A0E;
  padding: 15px; border-radius: 12px; font-weight: 700; font-size: 15px;
  cursor: pointer; font-family: inherit;
}

/* ---------- hero ---------- */
.hero { position: relative; background: #231E1A; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; }
/* keep the crew in frame as the cover crop tightens on narrow screens */
.hero__bg .fill-img { object-position: 50% 32%; }
.hero__scrim {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(94deg, rgba(18,15,12,.93) 0%, rgba(18,15,12,.80) 34%, rgba(18,15,12,.42) 62%, rgba(18,15,12,.20) 100%);
}
.hero__fade {
  position: absolute; left: 0; right: 0; bottom: 0; height: 90px; pointer-events: none;
  background: linear-gradient(180deg, rgba(18,15,12,0), rgba(18,15,12,.55));
}
.hero__inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 96px 24px 110px; }
.hero__content { max-width: 640px; min-width: 0; }
.offer-chip {
  display: inline-flex; align-items: center; gap: 9px;
  background: #fff; border: 1px solid rgba(174,123,19,.45); color: #815A0E;
  padding: 9px 16px; border-radius: 999px; font-size: 13.5px; font-weight: 700;
  animation: wocRise .7s cubic-bezier(.16,1,.3,1) both; transition: border-color .2s;
}
.offer-chip:hover { border-color: #AE7B13; color: #815A0E; }
.hero__eyebrow {
  margin: 24px 0 12px; font-size: 13px; font-weight: 700; letter-spacing: .15em;
  text-transform: uppercase; color: #F0E078;
  animation: wocRise .7s cubic-bezier(.16,1,.3,1) .08s both;
}
.hero__title {
  margin: 0; font-family: 'Playfair Display', serif;
  font-size: clamp(38px, 4.5vw, 56px); line-height: 1.08; font-weight: 700;
  letter-spacing: -.01em; color: #FBF9F6;
  animation: wocRise .7s cubic-bezier(.16,1,.3,1) .16s both;
}
.hero__title em { color: #F0E078; font-style: italic; }
.hero__lede {
  margin: 20px 0 0; font-size: 17.5px; line-height: 1.65;
  color: rgba(251,249,246,.85); max-width: 52ch; text-wrap: pretty;
  animation: wocRise .7s cubic-bezier(.16,1,.3,1) .24s both;
}
.hero__ctas {
  display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px;
  animation: wocRise .7s cubic-bezier(.16,1,.3,1) .32s both;
}
.trust-chips {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px;
  animation: wocRise .7s cubic-bezier(.16,1,.3,1) .4s both;
}
.trust-chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(18,15,12,.5); backdrop-filter: blur(8px);
  border: 1px solid rgba(251,249,246,.28); border-radius: 999px;
  padding: 8px 14px; font-size: 13.5px; font-weight: 600; color: #FBF9F6;
}
.lang-cta {
  display: inline-flex; align-items: center; gap: 9px; margin-top: 24px;
  background: rgba(240,224,120,.14); backdrop-filter: blur(8px);
  border: 1.5px dashed rgba(240,224,120,.65); color: #F0E078;
  padding: 12px 18px; border-radius: 12px; font-size: 14.5px; font-weight: 700;
  cursor: pointer; font-family: inherit; text-align: left;
  animation: wocRise .7s cubic-bezier(.16,1,.3,1) .48s both; transition: background .2s;
}
.lang-cta:hover { background: rgba(240,224,120,.22); }
.family-badge {
  display: flex; width: fit-content; align-items: center; gap: 8px; margin-top: 26px;
  background: rgba(18,15,12,.55); backdrop-filter: blur(8px);
  border: 1px solid rgba(251,249,246,.25); border-radius: 999px;
  padding: 10px 18px; font-size: 13.5px; font-weight: 700; color: #FBF9F6;
  animation: wocRise .7s cubic-bezier(.16,1,.3,1) .56s both;
}

/* ---------- shared buttons ---------- */
.btn-gold-lg, .btn-gold-md, .btn-gold-xl {
  display: inline-flex; align-items: center; gap: 10px;
  background: #AE7B13; color: #fff; border-radius: 12px; font-weight: 700;
  transition: background .2s, transform .2s;
}
.btn-gold-lg { padding: 17px 30px; font-size: 16.5px; box-shadow: 0 12px 30px rgba(174,123,19,.3); }
.btn-gold-md { padding: 16px 28px; font-size: 16px; box-shadow: 0 12px 28px rgba(174,123,19,.3); }
.btn-gold-xl { padding: 17px 32px; font-size: 16.5px; box-shadow: 0 14px 38px rgba(174,123,19,.4); }
.btn-gold-lg:hover, .btn-gold-md:hover { background: #815A0E; color: #fff; transform: translateY(-2px); }
.btn-gold-xl:hover { background: #C99630; color: #fff; transform: translateY(-2px); }

.btn-white-lg, .btn-white-md, .btn-white-sm {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; color: #231E1A; border: 1.5px solid #E7E1D8; border-radius: 12px;
  transition: border-color .2s, color .2s, transform .2s;
}
.btn-white-lg { padding: 17px 26px; font-weight: 600; font-size: 16px; }
.btn-white-md { padding: 16px 24px; font-weight: 600; font-size: 15.5px; }
.btn-white-sm { padding: 14px 24px; font-weight: 600; font-size: 15px; }
.btn-white-lg:hover { border-color: #AE7B13; color: #815A0E; transform: translateY(-2px); }
.btn-white-md:hover, .btn-white-sm:hover { border-color: #AE7B13; color: #815A0E; }

.btn-outline {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; color: #815A0E; border: 1.5px solid rgba(174,123,19,.5);
  padding: 14px 26px; border-radius: 12px; font-weight: 700; font-size: 15px;
  transition: background .2s;
}
.btn-outline:hover { background: #F4EFE8; color: #815A0E; }
.btn-outline--nowrap { gap: 9px; white-space: nowrap; }
.btn-outline--sm { gap: 8px; padding: 11px 20px; border-radius: 10px; font-size: 13.5px; }

.btn-ghost-xl {
  display: inline-flex; align-items: center; gap: 10px;
  background: transparent; color: #FBF9F6; border: 1.5px solid rgba(251,249,246,.35);
  padding: 17px 32px; border-radius: 12px; font-weight: 600; font-size: 16.5px;
  transition: border-color .2s, color .2s;
}
.btn-ghost-xl:hover { border-color: #F0E078; color: #F0E078; }

/* ---------- trust strip ---------- */
.trust-strip { background: #fff; border-top: 1px solid #E7E1D8; border-bottom: 1px solid #E7E1D8; }
.trust-strip__inner {
  max-width: 1200px; margin: 0 auto; padding: 34px 24px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 24px;
}
.stat { text-align: center; }
.stat__num { display: block; font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 800; color: #231E1A; }
.stat__label { font-size: 13px; color: #6B6259; }

/* ---------- section headings ---------- */
.eyebrow { margin: 0 0 12px; font-size: 13px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: #AE7B13; }
.eyebrow--onDark { color: #C99630; }
.h2 { margin: 0; font-family: 'Playfair Display', serif; font-size: clamp(30px, 3.2vw, 42px); font-weight: 700; line-height: 1.12; }
.h2--onDark { color: #FBF9F6; }
.lede { margin: 16px 0 0; font-size: 16.5px; line-height: 1.65; color: #6B6259; }
.centered-head { text-align: center; max-width: 620px; margin: 0 auto; }
.centered-head .lede { text-wrap: pretty; }
.centered-head--reviews { max-width: 640px; }
.centered-head--reviews .h2 { margin-top: 16px; }
.centered-head--reviews .lede { margin-top: 14px; }
.text-link { font-size: 15.5px; font-weight: 700; }

/* ---------- services ---------- */
.services { padding: 96px 0 88px; scroll-margin-top: 80px; }
.section-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 18px; }
.section-head__text { max-width: 600px; }
.section-head__link { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.svc-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; margin-top: 42px; }
.svc { grid-column: span 2; min-width: 0; }
.svc--wide { grid-column: span 3; }
.svc-card {
  display: flex; flex-direction: column; background: #fff; border: 1px solid #E7E1D8;
  border-radius: 16px; overflow: hidden; color: #231E1A; height: 100%;
  transition: transform .3s cubic-bezier(.16,1,.3,1), box-shadow .3s, border-color .3s;
}
.svc-card:hover {
  transform: translateY(-6px); box-shadow: 0 24px 54px rgba(35,30,26,.12);
  border-color: rgba(174,123,19,.5); color: #231E1A;
}
.svc-card__media { display: block; position: relative; height: 165px; overflow: hidden; background: #EFE7DA; }
.svc-card__media--tall { height: 230px; }
.svc-card__zoom { display: block; position: relative; height: 100%; transition: transform .7s cubic-bezier(.16,1,.3,1); }
.svc-card:hover .svc-card__zoom { transform: scale(1.05); }
.svc-num {
  position: absolute; top: 14px; left: 14px; background: rgba(255,255,255,.93);
  border-radius: 8px; padding: 5px 11px; font-family: 'Playfair Display', serif;
  font-size: 14px; font-weight: 800; color: #AE7B13; pointer-events: none;
}
.svc-num--sm { top: 12px; left: 12px; padding: 4px 10px; font-size: 13px; }
.svc-card__body { display: flex; flex-direction: column; flex: 1; padding: 24px; }
.svc-card__body--sm { padding: 20px; }
.svc-card__title { font-family: 'Playfair Display', serif; font-size: 23px; font-weight: 700; }
.svc-card__title--sm { font-size: 19px; }
.svc-card__desc { margin-top: 8px; font-size: 14.5px; line-height: 1.6; color: #6B6259; }
.svc-card__desc--sm { margin-top: 7px; font-size: 13.5px; line-height: 1.55; }
.svc-card__more {
  margin-top: auto; padding-top: 18px; display: inline-flex; align-items: center; gap: 7px;
  font-size: 14px; font-weight: 700; color: #AE7B13;
}
.svc-card__more--sm { padding-top: 14px; font-size: 13.5px; }

/* ---------- process ---------- */
.process { background: #231E1A; padding: 90px 0; scroll-margin-top: 80px; }
.process__head { max-width: 620px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 44px; }
.step { border-top: 2px solid rgba(201,150,48,.5); padding-top: 22px; min-width: 0; }
.step__num { font-family: 'Playfair Display', serif; font-size: 15px; font-weight: 800; color: #C99630; }
.step__title { margin: 10px 0 8px; font-size: 18px; font-weight: 600; color: #FBF9F6; }
.step__text { margin: 0; font-size: 14px; line-height: 1.65; color: rgba(251,249,246,.6); }

/* ---------- work showcase ---------- */
.work { padding: 96px 0; scroll-margin-top: 80px; }
.shots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.shots > div { min-width: 0; }
.shots__full { grid-column: 1 / -1; }
.ba {
  position: relative; height: 470px; border-radius: 16px; overflow: hidden;
  background: #EFE7DA; border: 1px solid #E7E1D8; box-shadow: 0 20px 50px rgba(35,30,26,.1);
  touch-action: none; cursor: ew-resize;
}
.ba__layer { position: absolute; inset: 0; }
.ba__layer--top { clip-path: inset(0 50% 0 0); }
.ba__line {
  position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: #F0E078;
  transform: translateX(-1px); pointer-events: none; z-index: 3;
}
.ba__handle {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 48px; height: 48px; border-radius: 50%; background: #AE7B13; border: 2px solid #fff;
  color: #fff; display: flex; align-items: center; justify-content: center;
  cursor: ew-resize; z-index: 4; padding: 0; touch-action: none;
  box-shadow: 0 8px 24px rgba(35,30,26,.3);
}
/* Side-by-side before/after (see the note in index.html about the wipe version) */
.compare {
  position: relative; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
  height: 470px; border-radius: 16px; overflow: hidden; background: #F0E078;
  border: 1px solid #E7E1D8; box-shadow: 0 20px 50px rgba(35,30,26,.1);
}
.compare__pane { position: relative; overflow: hidden; background: #EFE7DA; }
.compare__img { transition: transform .7s cubic-bezier(.16,1,.3,1); }
.compare__img--after { object-position: center 70%; }
.compare__pane:hover .compare__img { transform: scale(1.04); }
.compare__cap {
  position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%);
  background: rgba(35,30,26,.72); backdrop-filter: blur(6px); color: #fff;
  font-size: 12.5px; font-weight: 500; padding: 6px 14px; border-radius: 999px;
  white-space: nowrap; max-width: calc(100% - 28px); overflow: hidden; text-overflow: ellipsis;
}
.ba__tag {
  position: absolute; top: 14px; background: rgba(35,30,26,.72); backdrop-filter: blur(6px);
  color: #fff; font-size: 12.5px; font-weight: 700; padding: 6px 13px; border-radius: 999px;
  pointer-events: none; z-index: 3;
}
.ba__tag--left { left: 14px; }
.ba__tag--right { right: 14px; }
.shot {
  position: relative; border-radius: 16px; overflow: hidden; height: 250px;
  background: #EFE7DA; border: 1px solid #E7E1D8;
}
.shot__zoom { position: relative; height: 100%; transition: transform .7s cubic-bezier(.16,1,.3,1); }
.shot:hover .shot__zoom { transform: scale(1.05); }
.shot__tag {
  position: absolute; bottom: 12px; left: 12px; background: rgba(35,30,26,.72);
  backdrop-filter: blur(6px); color: #fff; font-size: 12.5px; font-weight: 500;
  padding: 6px 12px; border-radius: 999px; pointer-events: none;
}
.work__more { text-align: center; margin-top: 34px; }

/* ---------- reviews ---------- */
.reviews { background: #fff; border-top: 1px solid #E7E1D8; padding: 96px 0; scroll-margin-top: 80px; }
.stars { display: inline-flex; gap: 5px; }
.vids { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.video-card {
  position: relative; display: block; width: 100%; height: 340px; border-radius: 16px;
  overflow: hidden; border: 1px solid #E7E1D8; background: #231E1A; cursor: pointer;
  padding: 0; font-family: inherit; min-width: 0;
  transition: transform .3s cubic-bezier(.16,1,.3,1), box-shadow .3s;
}
.video-card:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(35,30,26,.18); }
.video-card__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.video-card__scrim {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(18,15,12,0) 45%, rgba(18,15,12,.65));
}
.video-card__scrim--brand { background: linear-gradient(180deg, rgba(18,15,12,0) 40%, rgba(18,15,12,.68)); }
.play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 64px; height: 64px; border-radius: 50%; background: rgba(174,123,19,.95);
  display: flex; align-items: center; justify-content: center; color: #fff;
  box-shadow: 0 10px 30px rgba(18,15,12,.4); animation: wocPulse 2.2s ease-out infinite;
}
.play svg { margin-left: 3px; }
.play--lg { width: 74px; height: 74px; }
.video-card__label {
  position: absolute; bottom: 14px; left: 14px; right: 14px; text-align: left;
  color: #fff; font-size: 14px; font-weight: 600; pointer-events: none;
}
.video-card__label--brand { bottom: 16px; left: 16px; right: auto; font-size: 15px; font-weight: 700; }
.brand-video { height: 420px; }
.widget-placeholder {
  background: #FBF9F6; border: 1px dashed rgba(174,123,19,.5); border-radius: 14px;
  padding: 22px; margin-top: 32px; text-align: center;
}
.widget-placeholder__badge {
  display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .14em;
  color: #815A0E; text-transform: uppercase;
}
.widget-placeholder__text { margin: 8px auto 0; font-size: 13.5px; line-height: 1.6; color: #6B6259; max-width: 54ch; }
.reviews__cta { text-align: center; margin-top: 28px; }

/* ---------- offer band ---------- */
.offer {
  background: linear-gradient(180deg, #F4EFE8, #FBF9F6);
  border-top: 1px solid #E7E1D8; padding: 96px 0; scroll-margin-top: 80px;
}
.offer-grid {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center;
}
.offer-grid > div { min-width: 0; }
.pill-label {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid rgba(174,123,19,.45); color: #815A0E;
  padding: 8px 15px; border-radius: 999px; font-size: 12.5px; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
}
.offer__title {
  margin: 20px 0 0; font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 3.6vw, 48px); font-weight: 700; line-height: 1.1;
}
.offer__title span { color: #AE7B13; }
.offer__text { margin: 18px 0 0; font-size: 16.5px; line-height: 1.65; color: #6B6259; text-wrap: pretty; }
.offer__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.offer-steps { display: flex; flex-direction: column; gap: 14px; }
.offer-step {
  display: flex; gap: 18px; align-items: flex-start; background: #fff;
  border: 1px solid #E7E1D8; border-radius: 14px; padding: 22px 24px;
  box-shadow: 0 10px 30px rgba(35,30,26,.05);
}
.offer-step__num {
  display: flex; align-items: center; justify-content: center; width: 42px; height: 42px;
  border-radius: 50%; background: #AE7B13; color: #fff; font-family: 'Playfair Display', serif;
  font-size: 19px; font-weight: 700; flex-shrink: 0;
}
.offer-step__title { display: block; font-size: 16.5px; font-weight: 700; }
.offer-step__text { display: block; margin-top: 4px; font-size: 14.5px; line-height: 1.6; color: #6B6259; }

/* ---------- referral ---------- */
.referral { padding: 0 0 88px; scroll-margin-top: 80px; }
.referral-band {
  background: #fff; border: 1px solid rgba(174,123,19,.4); border-radius: 16px;
  padding: 32px 36px; display: flex; flex-wrap: wrap; gap: 24px;
  align-items: center; justify-content: space-between; box-shadow: 0 16px 44px rgba(35,30,26,.07);
}
.referral-band__copy { max-width: 56ch; }
.referral-band__title { display: block; font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; text-wrap: balance; }
.referral-band__text { display: block; margin-top: 6px; font-size: 15px; line-height: 1.6; color: #6B6259; text-wrap: pretty; }

/* ---------- about and team ---------- */
.about { background: #fff; border-top: 1px solid #E7E1D8; padding: 96px 0; scroll-margin-top: 80px; }
.about-grid {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center;
}
.about-grid > div { min-width: 0; }
.about-photo { position: relative; }
.about-photo__frame {
  position: absolute; inset: 14px -14px -14px 14px;
  border: 2px solid rgba(174,123,19,.4); border-radius: 18px; transform: rotate(-1.6deg);
}
.about-photo__media {
  position: relative; border-radius: 18px; overflow: hidden; height: 470px;
  background: #EFE7DA; box-shadow: 0 24px 60px rgba(35,30,26,.14);
}
.about-photo__caption {
  position: absolute; bottom: 18px; left: 18px; background: rgba(255,255,255,.95);
  backdrop-filter: blur(6px); border: 1px solid #E7E1D8; border-radius: 12px;
  padding: 12px 18px; pointer-events: none;
}
.about-photo__name { display: block; font-family: 'Playfair Display', serif; font-size: 16.5px; font-weight: 700; }
.about-photo__role { display: block; font-size: 12.5px; color: #6B6259; margin-top: 2px; }
.about__text { margin: 20px 0 0; font-size: 16px; line-height: 1.7; color: #6B6259; text-wrap: pretty; }
.about__text + .about__text { margin-top: 16px; }
.team { display: flex; flex-direction: column; gap: 12px; margin-top: 26px; }
.team-row {
  display: flex; align-items: center; gap: 14px; background: #FBF9F6;
  border: 1px solid #E7E1D8; border-radius: 12px; padding: 12px 16px;
}
.team-row__avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.team-row__name { display: block; font-size: 15.5px; font-weight: 700; }
.team-row__role {
  display: block; font-size: 12px; color: #AE7B13; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; margin-top: 2px;
}
.gallery-row {
  max-width: 1200px; margin: 56px auto 0; padding: 0 24px;
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; align-items: stretch;
}
.gallery-row > div { min-width: 0; }
.crew-banner { position: relative; border-radius: 16px; overflow: hidden; border: 1px solid #E7E1D8; min-height: 300px; }

/* ---------- FAQ ---------- */
.faq { padding: 96px 0; scroll-margin-top: 80px; }
.faq__inner { max-width: 760px; margin: 0 auto; padding: 0 24px; }
.faq__head { text-align: center; }
.faq__title { margin: 0 0 36px; }
.faq-item { background: #fff; border: 1px solid #E7E1D8; border-radius: 12px; margin-bottom: 12px; }
.faq-item--last { margin-bottom: 0; }
.faq-item__q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 24px; cursor: pointer; font-weight: 600; font-size: 16px; list-style: none;
}
.faq-item__q::-webkit-details-marker { display: none; }
.chev { transition: transform .3s cubic-bezier(.16,1,.3,1); flex-shrink: 0; }
.faq-item[open] .chev { transform: rotate(180deg); }
.faq-item__a { margin: 0; padding: 0 24px 20px; font-size: 14.5px; line-height: 1.65; color: #6B6259; }

/* ---------- service areas ---------- */
.areas { background: #fff; border-top: 1px solid #E7E1D8; padding: 96px 0; scroll-margin-top: 80px; }
.areas__inner { text-align: center; }
.areas__head { max-width: 640px; margin: 0 auto; }
.areas__head .lede { text-wrap: pretty; }
.town-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 940px; margin: 40px auto 0; }
.town-chip {
  display: inline-flex; align-items: center; gap: 7px; background: #FBF9F6;
  border: 1px solid #E7E1D8; border-radius: 999px; padding: 10px 18px;
  font-size: 14px; font-weight: 600; color: #231E1A;
  transition: border-color .2s, color .2s, transform .2s;
}
.town-chip:hover { border-color: rgba(174,123,19,.55); color: #815A0E; transform: translateY(-2px); }
.map-card {
  margin: 44px auto 0; max-width: 940px; background: #FBF9F6; border: 1px solid #E7E1D8;
  border-radius: 16px; overflow: hidden; box-shadow: 0 16px 44px rgba(35,30,26,.08); text-align: left;
}
.map-card__frame { display: block; width: 100%; height: 380px; border: 0; }
.map-card__foot {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 14px; padding: 18px 22px;
}
.map-card__addr { display: flex; gap: 12px; align-items: center; }
.map-card__line1 { display: block; font-size: 14.5px; font-weight: 700; }
.map-card__line2 { display: block; font-size: 12.5px; color: #6B6259; margin-top: 2px; }

/* ---------- quote form ---------- */
.quote {
  background: linear-gradient(180deg, #FBF9F6, #F4EFE8);
  border-top: 1px solid #E7E1D8; padding: 96px 0; scroll-margin-top: 80px;
}
.quote-grid {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start;
}
.quote-grid > div { min-width: 0; }
.quote__lede { margin: 18px 0 0; font-size: 16px; line-height: 1.65; color: #6B6259; text-wrap: pretty; }
.offer-note {
  display: flex; gap: 14px; align-items: center; background: #fff;
  border: 1px solid rgba(174,123,19,.45); border-radius: 14px; padding: 18px 20px;
  margin-top: 26px; box-shadow: 0 10px 30px rgba(35,30,26,.05);
}
.offer-note__icon {
  display: flex; align-items: center; justify-content: center; width: 46px; height: 46px;
  background: #F4EFE8; border-radius: 12px; color: #AE7B13; flex-shrink: 0;
}
.offer-note__title { display: block; font-size: 15.5px; font-weight: 700; }
.offer-note__text { display: block; font-size: 13.5px; color: #6B6259; margin-top: 3px; }
.quote__contacts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.quote__reassure { margin: 22px 0 0; font-size: 13.5px; color: #8A8078; }
.quote__missed { margin: 10px 0 0; font-size: 13.5px; font-weight: 700; color: #815A0E; }
.form-card {
  background: #fff; border: 1px solid #E7E1D8; border-radius: 16px; padding: 12px;
  box-shadow: 0 20px 50px rgba(35,30,26,.08);
}
.proof-strip { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; padding: 4px 4px 10px; }
.proof-strip img { width: 100%; height: 86px; object-fit: cover; border-radius: 8px; display: block; }
.quote-form { width: 100%; height: 881px; border: none; border-radius: 10px; display: block; }

/* ---------- final CTA ---------- */
.final-cta {
  background: radial-gradient(680px 340px at 50% -80px, rgba(174,123,19,.3), rgba(174,123,19,0)), #231E1A;
  padding: 100px 0 106px; text-align: center; scroll-margin-top: 80px;
}
.final-cta__inner { max-width: 680px; margin: 0 auto; padding: 0 24px; }
.final-cta__chip {
  display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(240,224,120,.4);
  color: #F0E078; padding: 9px 18px; border-radius: 999px; font-size: 13px;
  font-weight: 700; letter-spacing: .06em;
}
.final-cta__title {
  margin: 26px 0 0; font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 4vw, 50px); font-weight: 700; line-height: 1.1; color: #FBF9F6;
}
.final-cta__text { margin: 18px 0 0; font-size: 17px; line-height: 1.65; color: rgba(251,249,246,.72); }
.final-cta__ctas { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 34px; }
.final-cta__email { margin: 26px 0 0; font-size: 14px; color: rgba(251,249,246,.55); }
.final-cta__email a { color: #F0E078; }
.final-cta__email a:hover { color: #F0E078; }

/* ---------- footer ---------- */
.site-footer { background: #191512; }
.site-footer a { color: rgba(251,249,246,.75); }
.site-footer a:hover { color: #F0E078; }
.site-footer__inner { max-width: 1200px; margin: 0 auto; padding: 64px 24px 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; }
.footer-grid > div { min-width: 0; }
.footer-logo { height: 36px; width: auto; display: block; }
.footer-blurb { margin: 18px 0 0; font-size: 14px; line-height: 1.65; color: rgba(251,249,246,.6); max-width: 32ch; }
.footer-nap { display: flex; flex-direction: column; gap: 10px; margin-top: 22px; font-size: 14px; font-style: normal; }
.footer-nap__row { display: flex; gap: 10px; align-items: center; color: rgba(251,249,246,.72); }
.footer-nap__row:first-child { align-items: flex-start; }
.footer-nap__icon { margin-top: 2px; flex-shrink: 0; }
.footer-title {
  display: block; font-size: 12px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: rgba(251,249,246,.45); margin-bottom: 16px;
}
.footer-links { display: flex; flex-direction: column; gap: 11px; font-size: 14px; }
.footer-more { color: rgba(251,249,246,.45); }
.footer-bottom {
  border-top: 1px solid rgba(251,249,246,.08); margin-top: 52px; padding: 22px 0 30px;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
}
.footer-copy { font-size: 13px; color: rgba(251,249,246,.5); }
.footer-legal { display: flex; gap: 22px; font-size: 13.5px; }
.footer-social { display: flex; gap: 14px; align-items: center; }
.footer-social a { display: flex; }

/* ---------- video lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 100; background: rgba(18,15,12,.85);
  display: flex; align-items: center; justify-content: center; padding: 22px;
  animation: wocFade .2s ease-out;
}
.lightbox__panel { position: relative; width: min(880px, 100%); animation: wocPopIn .3s cubic-bezier(.16,1,.3,1); }
.lightbox__close {
  position: absolute; top: -46px; right: 0; display: flex; align-items: center; gap: 7px;
  background: none; border: none; color: #fff; font-family: inherit; font-size: 14px;
  font-weight: 700; cursor: pointer; padding: 8px;
}
.lightbox__video {
  display: block; width: 100%; max-height: 76vh; border-radius: 14px; background: #000;
  box-shadow: 0 40px 100px rgba(0,0,0,.5);
}
.lightbox__label { margin: 14px 0 0; color: rgba(251,249,246,.8); font-size: 14.5px; font-weight: 600; text-align: center; }

/* ---------- offer popup ---------- */
.popup {
  position: fixed; inset: 0; z-index: 100; background: rgba(18,15,12,.55);
  display: flex; align-items: center; justify-content: center; padding: 20px;
  animation: wocFade .25s ease-out;
}
.popup__card {
  position: relative; background: #fff; border-radius: 16px; max-width: 420px; width: 100%;
  padding: 34px 30px; box-shadow: 0 40px 90px rgba(18,15,12,.35);
  animation: wocPopIn .35s cubic-bezier(.16,1,.3,1); text-align: center;
}
.popup__close {
  position: absolute; top: 12px; right: 12px; background: none; border: none; cursor: pointer;
  color: #8A8078; padding: 8px; border-radius: 8px; display: flex;
  transition: background .2s, color .2s;
}
.popup__close:hover { color: #231E1A; background: #F4EFE8; }
.popup .pill-label { background: #F4EFE8; border-color: rgba(174,123,19,.5); font-size: 12px; }
.popup__title { font-family: 'Playfair Display', serif; font-size: 27px; font-weight: 700; margin: 18px 0 8px; line-height: 1.2; }
.popup__title span { color: #AE7B13; }
.popup__text { margin: 0; font-size: 14.5px; line-height: 1.6; color: #6B6259; }
.popup__cta {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: #AE7B13; color: #fff; padding: 15px 24px; border-radius: 12px;
  font-weight: 700; font-size: 16px; margin-top: 22px;
  box-shadow: 0 10px 24px rgba(174,123,19,.3); transition: background .2s;
}
.popup__cta:hover { background: #815A0E; color: #fff; }
.popup__call { display: inline-block; margin-top: 14px; font-size: 14px; font-weight: 700; }

/* ---------- sticky mobile bar ---------- */
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: flex; gap: 10px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.97); backdrop-filter: blur(10px); border-top: 1px solid #E7E1D8;
}
.mobile-bar__quote {
  flex: 1.2; display: flex; align-items: center; justify-content: center;
  background: #AE7B13; color: #fff; padding: 14px; border-radius: 12px;
  font-weight: 700; font-size: 15px;
}
.mobile-bar__quote:hover { color: #fff; }
.mobile-bar__call {
  flex: .8; display: flex; align-items: center; justify-content: center; gap: 8px;
  background: #fff; color: #231E1A; border: 1.5px solid #E7E1D8; padding: 14px;
  border-radius: 12px; font-weight: 700; font-size: 15.5px;
}

/* ---------- responsive ---------- */
/* the full nav needs ~1050px of bar; below that it becomes the burger menu */
@media (max-width: 1080px) {
  .primary-nav { display: none !important; }
  .burger { display: flex !important; }
}
@media (max-width: 940px) {
  .header-call { display: none !important; }
  .hero__inner { padding: 64px 24px 80px !important; }
  .svc-grid { grid-template-columns: 1fr !important; }
  .svc { grid-column: auto !important; }
  .steps { grid-template-columns: 1fr 1fr !important; }
  .shots { grid-template-columns: 1fr !important; }
  .ba { height: 320px !important; }
  .compare { grid-template-columns: 1fr !important; grid-template-rows: 1fr 1fr; height: 520px; }
  .compare__cap {
    bottom: 10px; font-size: 12px; white-space: normal; text-align: center;
    line-height: 1.4; border-radius: 12px; max-width: calc(100% - 20px);
  }
  .vids { grid-template-columns: 1fr !important; }
  .offer-grid { grid-template-columns: 1fr !important; gap: 44px !important; }
  .about-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
  .gallery-row { grid-template-columns: 1fr !important; }
  .quote-grid { grid-template-columns: 1fr !important; gap: 44px !important; }
  .footer-grid { grid-template-columns: 1fr 1fr !important; gap: 36px !important; }
}
/* Tablet/laptop header: keep the full nav, tighten it and drop the phone link
   so the bar fits between the 940px burger breakpoint and a wide desktop. */
@media (max-width: 1250px) {
  .primary-nav { gap: 16px; }
  .header-call { display: none; }
}

/* Phone header: drop the actions the mobile menu and sticky bar already carry,
   so the bar never overflows (logo + burger always fit). */
@media (max-width: 700px) {
  .btn-quote-sm { display: none !important; }
}
@media (max-width: 560px) {
  .steps { grid-template-columns: 1fr !important; }
  .lang-pill { display: none !important; }
}

/* ============================================================
   Subpages: services, service areas, blog, gallery, referral,
   legal, thank-you, 404. Shared chrome above still applies.
   ============================================================ */

.section { padding: 80px 0; }
.section--tight { padding: 64px 0; }
.section--white { background: #fff; border-top: 1px solid #E7E1D8; padding: 64px 0; }
.centered { text-align: center; }
.h3 { margin: 0; font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; line-height: 1.25; }
.h3--onDark { color: #FBF9F6; }

.crumbs { font-size: 13px; font-weight: 600; color: #8A8078; }
.crumbs__here { color: #815A0E; font-weight: 700; }

/* page head (hub, blog, gallery, legal, referral) */
.page-head {
  background: radial-gradient(760px 400px at 88% -100px, rgba(174,123,19,.12), rgba(174,123,19,0)),
              linear-gradient(180deg, #F4EFE8, #FBF9F6 78%);
  padding: 56px 0 44px;
}
.page-title {
  margin: 16px 0 0; font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 4vw, 48px); font-weight: 700; line-height: 1.1; letter-spacing: -.01em;
  animation: wocRise .7s cubic-bezier(.16,1,.3,1) .08s both;
}
.page-title em { color: #AE7B13; font-style: italic; }
.page-lede {
  margin: 14px 0 0; font-size: 16.5px; line-height: 1.65; color: #6B6259; max-width: 62ch;
  text-wrap: pretty; animation: wocRise .7s cubic-bezier(.16,1,.3,1) .16s both;
}
.page-head__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.page-head--legal { padding-bottom: 36px; }
.page-title--legal { font-size: clamp(30px, 3.4vw, 40px); }
.page-lede--legal { font-size: 14px; color: #8A8078; }

/* service + city hero */
.subhero-wrap {
  background: radial-gradient(760px 400px at 88% -100px, rgba(174,123,19,.12), rgba(174,123,19,0)),
              linear-gradient(180deg, #F4EFE8, #FBF9F6 78%);
}
.subhero {
  max-width: 1200px; margin: 0 auto; padding: 56px 24px 76px;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
}
.subhero > div { min-width: 0; }
.subhero__title {
  margin: 18px 0 0; font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 4.4vw, 54px); line-height: 1.08; font-weight: 700; letter-spacing: -.01em;
  animation: wocRise .7s cubic-bezier(.16,1,.3,1) .08s both;
}
.subhero__title em { color: #AE7B13; font-style: italic; }
.subhero__lede {
  margin: 18px 0 0; font-size: 17px; line-height: 1.65; color: #6B6259; max-width: 54ch;
  text-wrap: pretty; animation: wocRise .7s cubic-bezier(.16,1,.3,1) .16s both;
}
.subhero__ctas {
  display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px;
  animation: wocRise .7s cubic-bezier(.16,1,.3,1) .24s both;
}
.fact-chips {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px;
  animation: wocRise .7s cubic-bezier(.16,1,.3,1) .32s both;
}
.fact-chip {
  display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid #E7E1D8;
  border-radius: 999px; padding: 8px 14px; font-size: 13.5px; font-weight: 500;
}
.subhero__figure { position: relative; animation: wocRise .8s cubic-bezier(.16,1,.3,1) .2s both; }
.subhero__frame {
  position: absolute; inset: 14px -14px -14px 14px;
  border: 2px solid rgba(174,123,19,.5); border-radius: 18px; transform: rotate(1.6deg);
}
.subhero__media {
  position: relative; border-radius: 18px; overflow: hidden; height: 440px;
  background: #EFE7DA; box-shadow: 0 30px 80px rgba(35,30,26,.18);
}
.subhero__badge {
  position: absolute; bottom: 18px; left: 18px; background: rgba(255,255,255,.95);
  backdrop-filter: blur(6px); border: 1px solid #E7E1D8; border-radius: 999px;
  padding: 10px 18px; font-size: 13.5px; font-weight: 700; pointer-events: none;
}

/* what's included */
.bullets { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 36px; }
.bullet {
  display: flex; gap: 14px; align-items: flex-start; background: #fff;
  border: 1px solid #E7E1D8; border-radius: 14px; padding: 20px 22px;
  font-size: 15px; line-height: 1.6; color: #4A443E;
}
.bullet__icon {
  display: flex; align-items: center; justify-content: center; width: 34px; height: 34px;
  background: #F4EFE8; border-radius: 10px; color: #AE7B13; flex-shrink: 0;
}

/* dark inline CTA band */
.band {
  display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between;
  background: #231E1A; border-radius: 16px; padding: 26px 30px; margin-top: 36px;
}
.band__text { color: #FBF9F6; font-size: 16px; font-weight: 600; max-width: 56ch; text-wrap: pretty; }
.band__text strong { color: #F0E078; font-weight: 800; }
.band__cta {
  display: inline-flex; background: #AE7B13; color: #fff; padding: 14px 26px; border-radius: 12px;
  font-weight: 700; font-size: 15px; box-shadow: 0 10px 26px rgba(174,123,19,.35); transition: background .2s;
}
.band__cta:hover { background: #C99630; color: #fff; }

.chip-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 26px auto 0; }
.chip-row--wide { max-width: 940px; }
.chip-row--center { justify-content: center; margin-top: 22px; }
.town-chip--gold { border-color: rgba(174,123,19,.45); color: #815A0E; font-weight: 700; }
.town-chip--sm { padding: 9px 16px; font-size: 13.5px; }

.svc-grid--hub { grid-template-columns: repeat(3, 1fr); }
.svc-grid--hub .svc { grid-column: auto; }

/* city service tiles */
.tiles { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 36px; }
.tile {
  display: block; background: #fff; border: 1px solid #E7E1D8; border-radius: 14px;
  overflow: hidden; color: #231E1A; min-width: 0;
  transition: transform .3s cubic-bezier(.16,1,.3,1), box-shadow .3s, border-color .3s;
}
.tile:hover {
  transform: translateY(-4px); box-shadow: 0 18px 40px rgba(35,30,26,.1);
  border-color: rgba(174,123,19,.5); color: #231E1A;
}
.tile__media { display: block; position: relative; height: 130px; overflow: hidden; background: #EFE7DA; }
.tile__label { display: block; padding: 14px 16px; font-weight: 700; font-size: 14.5px; }

/* why us + map */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; }
.why-grid > div { min-width: 0; }
.why-card { background: #231E1A; border-radius: 16px; padding: 34px; }
.why-list { display: flex; flex-direction: column; gap: 14px; margin-top: 22px; }
.why-item {
  display: flex; gap: 12px; align-items: flex-start;
  color: rgba(251,249,246,.75); font-size: 15px; line-height: 1.6;
}
.why-item svg { margin-top: 3px; flex-shrink: 0; }
.why-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: #F0E078; font-weight: 700; font-size: 14.5px; }
.why-link:hover { color: #F0E078; }
.map-side { background: #fff; border: 1px solid #E7E1D8; border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; }
.map-side__frame { display: block; width: 100%; flex: 1; min-height: 280px; border: 0; }
.map-side__foot { padding: 16px 20px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; }
.map-side__note { font-size: 13.5px; color: #6B6259; }
.map-side__link { font-size: 13.5px; font-weight: 700; }

/* local note */
.local-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; align-items: stretch; }
.local-grid > div { min-width: 0; }
.local-card { background: #fff; border: 1px solid #E7E1D8; border-radius: 16px; padding: 30px 32px; }
.local-card__p { margin: 0 0 14px; font-size: 15.5px; line-height: 1.75; color: #4A443E; text-wrap: pretty; }
.local-card__p:last-child { margin-bottom: 0; }
.local-figure { position: relative; border-radius: 16px; overflow: hidden; border: 1px solid #E7E1D8; min-height: 220px; }

/* service-areas hub */
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.area-card {
  display: flex; flex-direction: column; background: #fff; border: 1px solid #E7E1D8;
  border-radius: 14px; padding: 22px 24px; color: #231E1A; min-width: 0;
  transition: transform .3s cubic-bezier(.16,1,.3,1), box-shadow .3s, border-color .3s;
}
.area-card:hover {
  transform: translateY(-4px); box-shadow: 0 18px 40px rgba(35,30,26,.1);
  border-color: rgba(174,123,19,.5); color: #231E1A;
}
.area-card__name { display: flex; align-items: center; gap: 8px; font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; }
.area-card__note { margin-top: 8px; font-size: 14px; line-height: 1.6; color: #6B6259; }
.area-card__more { margin-top: 14px; font-size: 13.5px; font-weight: 700; color: #AE7B13; }
.map-card--hub { margin-top: 26px; }

/* blog */
.blog-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.post-card {
  display: flex; flex-direction: column; background: #fff; border: 1px solid #E7E1D8;
  border-radius: 16px; overflow: hidden; color: #231E1A; min-width: 0;
  transition: transform .3s cubic-bezier(.16,1,.3,1), box-shadow .3s, border-color .3s;
}
.post-card:hover {
  transform: translateY(-5px); box-shadow: 0 22px 50px rgba(35,30,26,.12);
  border-color: rgba(174,123,19,.5); color: #231E1A;
}
.post-card__media { display: block; position: relative; height: 190px; overflow: hidden; background: #EFE7DA; }
.post-card__body { display: flex; flex-direction: column; flex: 1; padding: 22px; }
.post-card__kicker { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #AE7B13; }
.post-card__title { margin-top: 8px; font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; line-height: 1.25; }
.post-card__blurb { margin-top: 8px; font-size: 14px; line-height: 1.6; color: #6B6259; }
.post-card__more { margin-top: auto; padding-top: 16px; font-size: 14px; font-weight: 700; color: #AE7B13; }

/* article */
.article { padding: 56px 0 90px; }
.article__inner { max-width: 760px; margin: 0 auto; padding: 0 24px; }
.article__title { margin: 16px 0 0; font-family: 'Playfair Display', serif; font-size: clamp(30px, 4vw, 42px); font-weight: 700; line-height: 1.15; }
.article__meta { margin: 14px 0 0; font-size: 13.5px; color: #8A8078; }
.article__hero { position: relative; border-radius: 16px; overflow: hidden; height: 340px; margin-top: 26px; border: 1px solid #E7E1D8; background: #EFE7DA; }
.article__lede { margin: 28px 0 0; font-size: 16.5px; line-height: 1.75; color: #4A443E; text-wrap: pretty; }
.article__h2 { margin: 30px 0 10px; font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; line-height: 1.25; }
.article__p { margin: 0 0 12px; font-size: 15.5px; line-height: 1.75; color: #4A443E; text-wrap: pretty; }
.article__p--service { margin-top: 26px; }
.article .band { margin-top: 40px; }
.related { margin-top: 36px; }
.related__label { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #8A8078; }
.related__list { display: flex; flex-direction: column; gap: 10px; margin-top: 12px; }
.related__link { font-size: 15.5px; font-weight: 700; }

/* gallery */
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter {
  background: #fff; border: 1.5px solid #E7E1D8; color: #231E1A; padding: 9px 18px;
  border-radius: 999px; font-size: 13.5px; font-weight: 600; cursor: pointer; font-family: inherit;
  transition: border-color .2s, background .2s, color .2s;
}
.filter:hover { border-color: rgba(174,123,19,.55); color: #815A0E; }
.filter.is-active { background: #AE7B13; border-color: #AE7B13; color: #fff; font-weight: 700; }
.gal-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; margin-top: 26px; }
.gal-item {
  position: relative; margin: 0; border-radius: 14px; overflow: hidden; height: 260px;
  background: #EFE7DA; border: 1px solid #E7E1D8; min-width: 0;
}
.gal-item__label {
  position: absolute; bottom: 10px; left: 10px; background: rgba(35,30,26,.72);
  backdrop-filter: blur(6px); color: #fff; font-size: 12px; font-weight: 600;
  padding: 5px 11px; border-radius: 999px; pointer-events: none;
}

/* legal prose */
.prose { max-width: 760px; margin: 0 auto; padding: 0 24px; }
.prose__section { margin-bottom: 26px; }
.prose__h2 { margin: 0 0 8px; font-family: 'Playfair Display', serif; font-size: 21px; font-weight: 700; }
.prose__p { margin: 0; font-size: 15px; line-height: 1.75; color: #4A443E; text-wrap: pretty; }
.prose__p--foot { margin-top: 8px; padding-top: 22px; border-top: 1px solid #E7E1D8; color: #6B6259; }
.fineprint { margin: 26px 0 0; font-size: 13px; line-height: 1.7; color: #8A8078; max-width: 76ch; }
.offer-steps--wide { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

/* thank-you + 404 */
.thanks { padding: 80px 0 96px; }
.thanks__inner { max-width: 640px; margin: 0 auto; padding: 0 24px; text-align: center; }
.thanks__check {
  display: inline-flex; align-items: center; justify-content: center; width: 74px; height: 74px;
  border-radius: 50%; background: #F4EFE8; color: #AE7B13; border: 1px solid rgba(174,123,19,.35);
  animation: wocRise .7s cubic-bezier(.16,1,.3,1) both;
}
.thanks__title {
  margin: 22px 0 0; font-family: 'Playfair Display', serif; font-size: clamp(30px, 3.6vw, 42px);
  font-weight: 700; line-height: 1.12;
  animation: wocRise .7s cubic-bezier(.16,1,.3,1) .08s both;
}
.thanks__text { margin: 16px 0 0; font-size: 16.5px; line-height: 1.65; color: #6B6259; text-wrap: pretty; }
.thanks__note {
  display: inline-flex; align-items: center; gap: 12px; margin-top: 24px; background: #fff;
  border: 1px solid rgba(174,123,19,.45); border-radius: 14px; padding: 16px 20px;
  font-size: 15px; color: #4A443E; text-align: left;
}
.thanks__note strong { color: #815A0E; }
.thanks__ctas { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 28px; }

@media (max-width: 940px) {
  .subhero { grid-template-columns: 1fr !important; gap: 36px !important; padding: 40px 24px 60px; }
  .subhero__media { height: 340px !important; }
  .bullets { grid-template-columns: 1fr !important; }
  .tiles { grid-template-columns: 1fr 1fr !important; }
  .why-grid { grid-template-columns: 1fr !important; }
  .local-grid { grid-template-columns: 1fr !important; }
  .local-figure { min-height: 220px; }
  .area-grid { grid-template-columns: 1fr 1fr !important; }
  .blog-grid { grid-template-columns: 1fr !important; }
  .gal-grid { grid-template-columns: 1fr 1fr !important; }
  .svc-grid--hub { grid-template-columns: 1fr !important; }
  .offer-steps--wide { grid-template-columns: 1fr !important; }
  .article__hero { height: 240px; }
}
@media (max-width: 560px) {
  .tiles { grid-template-columns: 1fr !important; }
  .area-grid { grid-template-columns: 1fr !important; }
  .gal-grid { grid-template-columns: 1fr !important; }
  .band { padding: 22px; }
}

/* ---------- Google Guaranteed badge + placeholder review cards ---------- */
.gg-badge {
  display: flex; align-items: center; gap: 16px; justify-content: center;
  background: #fff; border: 1px solid rgba(174,123,19,.45); border-radius: 14px;
  padding: 18px 24px; margin: 32px auto 0; max-width: 620px;
  box-shadow: 0 10px 30px rgba(35,30,26,.05);
}
.gg-badge__mark {
  display: flex; align-items: center; justify-content: center; width: 42px; height: 42px;
  border-radius: 50%; background: #1F7A3D; color: #fff; flex-shrink: 0;
}
.gg-badge__copy { text-align: left; }
.gg-badge__title { display: block; font-size: 16px; font-weight: 700; }
.gg-badge__text { display: block; margin-top: 3px; font-size: 13.5px; line-height: 1.55; color: #6B6259; }

.review-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 20px; }
.review-card {
  position: relative; display: flex; flex-direction: column; min-width: 0;
  background: #FBF9F6; border: 1px solid #E7E1D8; border-radius: 16px; padding: 24px;
  transition: transform .3s cubic-bezier(.16,1,.3,1), box-shadow .3s, border-color .3s;
}
.review-card:hover {
  transform: translateY(-4px); box-shadow: 0 18px 40px rgba(35,30,26,.1);
  border-color: rgba(174,123,19,.5);
}
.review-card__stars { display: inline-flex; gap: 3px; }
.review-card__quote {
  margin: 14px 0 0; font-size: 15px; line-height: 1.65; color: #4A443E;
  font-style: italic; text-wrap: pretty;
}
.review-card__quote::before { content: '\201C'; }
.review-card__quote::after { content: '\201D'; }
.review-card__meta { margin-top: auto; padding-top: 18px; }
.review-card__name { display: block; font-size: 15px; font-weight: 700; color: #231E1A; }
.review-card__meta span { display: block; margin-top: 2px; font-size: 12.5px; font-weight: 600; color: #8A8078; }
@media (max-width: 940px) {
  .review-cards { grid-template-columns: 1fr !important; }
  .gg-badge { flex-direction: column; text-align: center; gap: 12px; }
  .gg-badge__copy { text-align: center; }
}

/* Portrait video in a landscape tile: keep it at native size over a blurred
   backdrop of its own poster, instead of upscaling it to fill. */
.video-card__backdrop {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  filter: blur(26px) brightness(.5); transform: scale(1.15); pointer-events: none;
}
.video-card__media--fit { object-fit: contain; }

/* lists inside legal prose */
.prose__list { margin: 12px 0 0; padding-left: 20px; display: flex; flex-direction: column; gap: 10px; }
.prose__list li { font-size: 15px; line-height: 1.7; color: #4A443E; }
.prose__list strong { color: #231E1A; }
.offer__terms { font-weight: 700; white-space: nowrap; }
.popup__terms { display: block; margin-top: 10px; font-size: 12.5px; color: #8A8078; }
.popup__terms:hover { color: #815A0E; }
