@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/beacon-exterior-cleaning-services-birmingham/fonts/fraunces-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/beacon-exterior-cleaning-services-birmingham/fonts/fraunces-latin-600-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/beacon-exterior-cleaning-services-birmingham/fonts/fraunces-latin-700-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/beacon-exterior-cleaning-services-birmingham/fonts/fraunces-latin-500-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/beacon-exterior-cleaning-services-birmingham/fonts/work-sans-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/beacon-exterior-cleaning-services-birmingham/fonts/work-sans-latin-500-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/beacon-exterior-cleaning-services-birmingham/fonts/work-sans-latin-600-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/beacon-exterior-cleaning-services-birmingham/fonts/work-sans-latin-700-normal.woff2") format("woff2");
}


:root {
  --hb-abyss: #07110f; --hb-panel: #0f1f1c; --hb-panel-2: #142a26; --hb-foam: #eef4f1; --hb-mute: #9cb1a9; --hb-line: rgba(238,244,241,0.13); --hb-accent: #62c7b7;
  --t-ink: var(--hb-foam); --t-mute: var(--hb-mute); --t-line: var(--hb-line); --t-panel: var(--hb-panel);
  --t-accent: var(--hb-accent); --t-accent-ink: #06201d; --t-accent-text: var(--hb-accent); --t-accent-on-dark: var(--hb-accent);
  --t-display: "Fraunces", Georgia, serif; --t-display-weight: 600; --t-display-tracking: -0.035em;
  --t-quote: "Fraunces", Georgia, serif; --t-quote-weight: 500;
  --t-radius: 6px; --t-radius-lg: 8px; --t-btn-radius: 6px; --t-gap: 10px;
  --t-max: 1180px; --t-pad: 28px; --t-section: 104px;
  --t-form-bg: var(--hb-panel); --t-input-line: rgba(238,244,241,0.18); --t-input-bg: rgba(255,255,255,0.05); --t-input-ink: var(--hb-foam); --t-input-placeholder: rgba(238,244,241,0.42);
  --star-on: #8be3d4; --star-off: rgba(238,244,241,0.25);
  --hb-ease: cubic-bezier(.22,1,.36,1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.hb { margin: 0; padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px)); background: var(--hb-abyss); color: var(--hb-foam); font-family: "Work Sans", "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
::selection { background: color-mix(in srgb, var(--hb-accent) 36%, transparent); }
a { color: inherit; }
img { max-width: 100%; }

.hb-nav { position: sticky; top: 0; z-index: 40; background: rgba(7,17,15,0.88); border-bottom: 1px solid var(--hb-line); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.hb-nav__inner { width: min(var(--t-max), 100%); min-height: 72px; margin: 0 auto; padding: 12px var(--t-pad); display: flex; align-items: center; gap: 28px; }
.hb-nav__brand { min-width: 0; margin-right: auto; overflow: hidden; color: var(--hb-foam); font-family: "Fraunces", Georgia, serif; font-size: 18px; font-weight: 600; letter-spacing: -0.02em; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.hb-nav__links { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 30px); }
.hb-nav__links a { color: var(--hb-mute); font-size: 14px; font-weight: 600; text-decoration: none; transition: color 0.18s ease; }
.hb-nav__links a:hover { color: var(--hb-accent); }
.hb-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 20px; white-space: nowrap; border: 1px solid transparent; border-radius: var(--t-btn-radius); background: var(--hb-accent); color: #06201d; font: inherit; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform 0.16s var(--hb-ease), filter 0.16s ease, background 0.16s ease; }
.hb-btn:hover { filter: brightness(1.06); transform: translateY(-1px); }
.hb-btn:active { transform: translateY(0) scale(0.98); }
.hb-btn:focus-visible { outline: 3px solid var(--hb-accent); outline-offset: 3px; }
.hb-btn--nav { min-height: 42px; }
.hb-btn--lg { min-height: 54px; padding: 0 26px; font-size: 15px; }
.hb-btn--ghost { border-color: rgba(238,244,241,0.4); background: transparent; color: var(--hb-foam); }
.hb-btn--ghost:hover { border-color: var(--hb-foam); background: rgba(238,244,241,0.08); }
.hb-btn--invert { background: var(--hb-foam); color: var(--hb-abyss); }
.hb-btn .ico { width: 16px; height: 16px; }

.hb-hero { position: relative; min-height: min(760px, calc(100vh - 72px)); isolation: isolate; overflow: hidden; background: #0c1a18; }
.hb-hero__plane { position: absolute; z-index: -3; inset: 0; }
.hb-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.hb-hero__shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(5,14,12,0.9) 0%, rgba(5,14,12,0.72) 40%, rgba(5,14,12,0.3) 75%, rgba(5,14,12,0.2) 100%), linear-gradient(0deg, rgba(7,17,15,1) 0%, rgba(7,17,15,0.4) 30%, transparent 60%); }
.hb-hero--fallback { background: radial-gradient(90% 80% at 85% 10%, color-mix(in srgb, var(--hb-accent) 30%, transparent), transparent 60%), linear-gradient(160deg, #143430, #07110f 70%); }
.hb-hero--fallback .hb-hero__shade { display: none; }
.hb-hero__inner { position: relative; z-index: 1; width: min(var(--t-max), 100%); min-height: inherit; margin: 0 auto; padding: clamp(56px, 8vw, 120px) var(--t-pad) clamp(40px, 5vw, 64px); display: flex; flex-direction: column; justify-content: flex-end; }
.hb-hero__content { width: min(100%, 680px); display: flex; flex-direction: column; align-items: flex-start; }
.hb-kicker { margin: 0; color: var(--hb-accent); font-size: 11px; font-weight: 750; letter-spacing: 0.15em; line-height: 1.4; text-transform: uppercase; }
.hb-brand { max-width: 14ch; margin: 18px 0 0; font-family: "Fraunces", Georgia, serif; font-size: clamp(2.8rem, 5.4vw, 5.4rem); font-weight: 600; letter-spacing: -0.035em; line-height: 0.96; text-wrap: balance; }
.hb-display { max-width: 24ch; margin: 22px 0 0; font-size: clamp(1.3rem, 2.1vw, 1.75rem); font-weight: 500; letter-spacing: -0.02em; line-height: 1.25; color: rgba(238,244,241,0.92); }
.hb-hero .g-reviews { margin-top: 22px; background: transparent; border: 0; padding: 0; color: var(--hb-foam); backdrop-filter: none; }
.hb-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.hb-hero__caption { position: absolute; right: var(--t-pad); bottom: clamp(40px, 5vw, 64px); margin: 0; max-width: 240px; color: rgba(238,244,241,0.72); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; line-height: 1.5; text-transform: uppercase; text-align: right; }
.hb-hero__caption span { display: block; color: var(--hb-accent); }
.hb-hero .photo-credit { color: rgba(238,244,241,0.55); }

.hb-creds { background: var(--hb-panel); border-top: 1px solid var(--hb-line); border-bottom: 1px solid var(--hb-line); }
.hb-creds__inner { width: min(var(--t-max), 100%); margin: 0 auto; padding: 0 var(--t-pad); display: grid; grid-template-columns: repeat(var(--hb-cred-cols, 4), minmax(0, 1fr)); }
.hb-cred { padding: 26px 26px 26px 0; border-left: 1px solid var(--hb-line); padding-left: 26px; min-width: 0; }
.hb-cred:first-child { border-left: 0; padding-left: 0; }
.hb-cred__label { margin: 0 0 8px; color: var(--hb-accent); font-size: 10.5px; font-weight: 750; letter-spacing: 0.15em; text-transform: uppercase; }
.hb-cred__value { margin: 0; font-family: "Fraunces", Georgia, serif; font-size: clamp(1.15rem, 1.6vw, 1.4rem); font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; overflow-wrap: anywhere; }
.hb-cred__value a { text-decoration: none; }
.hb-cred__value a:hover { color: var(--hb-accent); }
.hb-cred__sub { margin: 6px 0 0; color: var(--hb-mute); font-size: 13px; line-height: 1.45; }
.hb-cred .rating-badge { gap: 10px; }
.hb-cred .rating-badge__num { font-size: 1.9rem; }
.hb-cred .open-today { margin: 6px 0 0; }

.hb-section { width: min(var(--t-max), 100%); margin: 0 auto; padding: var(--t-section) var(--t-pad) 0; }
.hb-services-section { display: grid; grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr); gap: clamp(36px, 7vw, 108px); }
.hb-section__head { position: sticky; top: 96px; align-self: start; }
.hb-services__note { margin: 16px 0 0; color: var(--hb-mute); font-size: 15px; line-height: 1.6; max-width: 26rem; }
.hb-services { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--hb-line); }
.hb-service { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--hb-line); }
.hb-service__name { margin: 0; font-family: "Fraunces", Georgia, serif; font-size: clamp(1.25rem, 2vw, 1.55rem); font-weight: 600; letter-spacing: -0.02em; line-height: 1.18; }
.hb-service__desc { max-width: 35rem; margin: 8px 0 0; color: var(--hb-mute); font-size: 15px; line-height: 1.62; }
.hb-service__arrow { flex-shrink: 0; padding-top: 4px; color: var(--hb-accent); font-size: 22px; line-height: 1; }
.hb-about { margin-top: var(--t-section); border-top: 1px solid var(--hb-line); border-bottom: 1px solid var(--hb-line); background: var(--hb-panel); }
.hb-about__inner { width: min(var(--t-max), 100%); margin: 0 auto; padding: clamp(64px, 8vw, 104px) var(--t-pad); display: grid; grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr); gap: clamp(36px, 7vw, 108px); }
.hb-about h2 { max-width: 18ch; margin: 12px 0 0; font-family: "Fraunces", Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 600; letter-spacing: -0.03em; line-height: 1.05; }
.hb-pull { max-width: 26ch; margin: 0; padding: 0; border: 0; font-family: "Fraunces", Georgia, serif; font-size: clamp(1.5rem, 2.6vw, 2.2rem); font-weight: 500; font-style: italic; letter-spacing: -0.02em; line-height: 1.25; }
.hb-pull::before { content: ""; display: block; width: 42px; height: 2px; margin-bottom: 22px; background: var(--hb-accent); }
.hb-body { max-width: 38rem; margin: 22px 0 0; color: var(--hb-mute); font-size: 16px; line-height: 1.7; }

.hb-cta { margin-top: var(--t-section); padding: clamp(60px, 8vw, 112px) var(--t-pad); border-top: 1px solid var(--hb-line); background: radial-gradient(85% 90% at 50% 0%, color-mix(in srgb, var(--hb-accent) 18%, transparent), transparent 63%), var(--hb-panel); }
.hb-cta__inner { width: min(var(--t-max), 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr); gap: 32px 60px; align-items: end; }
.hb-cta__title { max-width: 16ch; margin: 14px 0 0; font-family: "Fraunces", Georgia, serif; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 600; letter-spacing: -0.035em; line-height: 1.02; text-wrap: balance; }
.hb-cta__sub { max-width: 34rem; margin: 17px 0 0; color: var(--hb-mute); font-size: 17px; line-height: 1.6; }
.hb-cta__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; }
.hb-cta__call { color: var(--hb-foam); font-size: 15px; font-weight: 650; text-decoration: none; border-bottom: 1px solid rgba(238,244,241,0.5); padding-bottom: 2px; }
.hb-cta__call:hover { border-color: var(--hb-accent); }

.hb-bar { position: fixed; z-index: 55; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom, 0px)); display: flex; align-items: center; gap: 10px; padding: 8px; background: rgba(15,31,28,0.97); border: 1px solid rgba(98,199,183,0.5); border-radius: 8px; box-shadow: 0 16px 42px rgba(0,0,0,0.36); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); opacity: 0; pointer-events: none; transform: translateY(120%); transition: opacity 0.3s var(--hb-ease), transform 0.42s var(--hb-ease); }
.hb-bar.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.hb-bar__call { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 14px; border-radius: 5px; background: var(--hb-accent); color: #06201d; font-size: 14px; font-weight: 750; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hb-bar__wa { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; padding: 0 11px; color: var(--hb-foam); font-size: 13px; font-weight: 650; text-decoration: none; }
.hb-bar .ico { width: 16px; height: 16px; flex-shrink: 0; }

.hb .seo-faq { color: var(--hb-foam); }
.hb .seo-faq__kicker { color: var(--hb-accent); opacity: 1; }
.hb .seo-faq__a { color: var(--hb-mute); opacity: 1; }
.hb .seo-faq__item { border-color: var(--hb-line); }
.hb .review { background: var(--hb-panel); }
.hb .review--featured { background: var(--hb-panel-2); }
.hb .map-embed__frame { border: 1px solid var(--hb-line); background: #0e1614; }
.hb .quote-form__field input, .hb .quote-form__field textarea { color-scheme: dark; }

@media (min-width: 768px) { .hb-bar { left: 50%; right: auto; width: min(430px, calc(100% - 48px)); transform: translate(-50%, 120%); } .hb-bar.is-visible { transform: translate(-50%, 0); } }
@media (max-width: 900px) {
  .hb-creds__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hb-cred { padding: 20px 18px 20px 0; padding-left: 18px; border-top: 1px solid var(--hb-line); }
  .hb-cred:nth-child(-n+2) { border-top: 0; }
  .hb-cred:nth-child(odd) { border-left: 0; padding-left: 0; }
  .hb-services-section, .hb-about__inner { display: block; }
  .hb-section__head { position: static; }
  .hb-services { margin-top: 28px; }
  .hb-about h2 { margin-bottom: 24px; }
  .hb-cta__inner { grid-template-columns: minmax(0, 1fr); align-items: start; }
  .hb-hero__caption { display: none; }
}
@media (max-width: 760px) {
  :root { --t-pad: 22px; --t-section: 72px; }
  .hb-nav__inner { min-height: 64px; gap: 14px; }
  .hb-nav__links { display: none; }
  .hb-hero { min-height: 620px; }
  .hb-hero__shade { background: linear-gradient(0deg, rgba(7,17,15,1) 0%, rgba(7,17,15,0.78) 38%, rgba(7,17,15,0.25) 100%); }
  .hb-hero__inner { padding: 120px var(--t-pad) 32px; }
  .hb-brand { font-size: clamp(2.5rem, 12vw, 3.8rem); }
  .hb-display { font-size: clamp(1.15rem, 5.2vw, 1.5rem); }
  .hb-hero__actions { width: 100%; }
  .hb-hero__actions .hb-btn { flex: 1 1 100%; }
}
@media (max-width: 520px) {
  .hb-creds__inner { grid-template-columns: minmax(0, 1fr); }
  .hb-cred { border-left: 0 !important; padding-left: 0 !important; padding-right: 0; border-top: 1px solid var(--hb-line) !important; }
  .hb-cred:first-child { border-top: 0 !important; }
}
@media (max-width: 390px) { .hb-bar__call { font-size: 13px; } .hb-bar__wa { padding: 0 8px; font-size: 12px; } }



.stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  line-height: 1;
  vertical-align: middle;
}
.stars .ico-star { width: 15px; height: 15px; flex-shrink: 0; }
.stars .ico-star--on { color: var(--star-on, currentColor); }
.stars .ico-star--half { color: var(--star-on, currentColor); }
.stars .ico-star--off { color: var(--star-off, rgba(128,128,128,0.35)); }
.stars__num {
  margin-left: 6px;
  font-size: 0.85em;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.g-reviews {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 10px 14px;
  border-radius: var(--t-radius, 10px);
  background: var(--t-panel, rgba(128,128,128,0.06));
  border: 1px solid var(--t-line, rgba(128,128,128,0.18));
}
.g-reviews__g { width: 20px; height: 20px; flex-shrink: 0; }
.g-reviews__body { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.g-reviews__label {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.7;
  letter-spacing: 0.01em;
}
.g-reviews--compact {
  margin-top: 0;
  padding: 0;
  background: transparent;
  border: none;
  gap: 8px;
  flex-wrap: wrap;
}
.g-reviews--compact .g-reviews__g { width: 16px; height: 16px; }
.g-reviews--compact .g-reviews__count {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.75;
}
.g-reviews--compact .stars__num { font-size: 0.95em; font-weight: 700; }


html { opacity: 0; }
html.is-ready {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  html { opacity: 1; transition: none; }
}
[data-reveal] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-reveal].is-in {
  opacity: 1;
  transform: translateY(0);
}
/* Stronger presence for brand + primary CTA in the hero */
[data-reveal-hero] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-reveal-hero].is-in {
  opacity: 1;
  transform: translateY(0);
}
[data-reveal-hero][data-reveal-delay="120ms"].is-in { transition-delay: 120ms; }
[data-reveal-hero][data-reveal-delay="220ms"].is-in { transition-delay: 220ms; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal], [data-reveal-hero] { opacity: 1; transform: none; transition: none; }
}


.seo-faq {
  max-width: 720px;
  margin: 0 auto;
  padding: 56px 24px 0;
}
.seo-faq__kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.65;
}
.seo-faq__title {
  margin: 0 0 24px;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.seo-faq__item {
  border-top: 1px solid rgba(128,128,128,0.22);
}
.seo-faq__item:last-child { border-bottom: 1px solid rgba(128,128,128,0.22); }
.seo-faq__heading { margin: 0; font-size: inherit; font-weight: inherit; }
.seo-faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 16px 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  text-align: left;
  cursor: pointer;
}
.seo-faq__q:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.seo-faq__chev {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.55;
  transition: transform 0.25s ease;
}
.seo-faq__q[aria-expanded="true"] .seo-faq__chev {
  transform: rotate(225deg);
}
.seo-faq__panel {
  overflow: hidden;
  height: 0;
  transition: height 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.seo-faq__panel-inner { padding: 0 0 16px; }
.seo-faq__a {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.75;
  max-width: 40em;
}
.seo-faq--dark { color: #f0ebe3; }
.seo-faq--dark .seo-faq__kicker { color: #c4a35a; opacity: 1; }
.seo-faq--dark .seo-faq__a { color: #c4bfb6; opacity: 1; }
.seo-faq--dark .seo-faq__item { border-color: rgba(240,235,227,0.12); }


.photo-credit { display: block; margin: 8px 0 0; font-size: 11px; opacity: 0.65; font-weight: 500; }
p > .photo-credit, .section-kicker > .photo-credit { display: inline; margin: 0 0 0 10px; text-transform: none; letter-spacing: 0; }
.photo-credit a { text-decoration: underline; text-underline-offset: 2px; color: inherit; }
.site-img { margin: 0; }
.site-img img { display: block; width: 100%; height: 100%; object-fit: cover; }
.site-img--fallback {
  background:
    radial-gradient(120% 80% at 20% 10%, color-mix(in srgb, var(--img-accent, #666) 35%, transparent), transparent 55%),
    linear-gradient(145deg, color-mix(in srgb, var(--img-accent, #666) 22%, #111), #1a1a1a 60%, color-mix(in srgb, var(--img-accent, #666) 18%, #222));
}


.map-embed {
  margin: 20px 0 0;
  max-width: 720px;
}
.map-embed__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 220px;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(128,128,128,0.12);
}
.map-embed__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.map-embed__cap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
  margin-top: 10px;
  font-size: 13px;
  opacity: 0.75;
}
.map-embed__cap a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  opacity: 1;
}
.map-embed--harbor .map-embed__frame {
  border: 1px solid rgba(232, 242, 239, 0.12);
  border-radius: 12px;
  background: #0e1614;
}
.map-embed--harbor .map-embed__cap { color: var(--hb-mute, #8aa39a); }
.map-embed--harbor .map-embed__cap a { color: var(--hb-foam, #e8f2ef); }
.map-embed--daylight .map-embed__frame {
  border: 1px solid rgba(11, 28, 44, 0.08);
  box-shadow: 0 12px 32px rgba(11, 28, 44, 0.08);
}
.map-embed--forge .map-embed__frame {
  border: 1px solid #ddd8d2;
  border-radius: 12px;
}
.map-embed--forge .map-embed__cap a { color: var(--fg-soot, #12100e); }
.map-embed--signature .map-embed__frame {
  border-radius: 12px;
  background: #e7e5e4;
}
@media (min-width: 640px) {
  .map-embed__frame { min-height: 280px; }
}


.section-kicker {
  margin: 0;
  color: var(--t-accent);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}
.section-title {
  max-width: 16ch;
  margin: 12px 0 0;
  font-family: var(--t-display, inherit);
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  font-weight: var(--t-display-weight, 700);
  letter-spacing: var(--t-display-tracking, -0.045em);
  line-height: 1.04;
  text-wrap: balance;
}
.facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: var(--t-mute);
  font-size: 14px;
  font-weight: 550;
  line-height: 1.4;
}
.facts__item { display: inline-flex; align-items: center; gap: 8px; min-width: 0; }
.facts__item a { color: inherit; text-decoration: none; border-bottom: 1px solid currentColor; }
.facts__item a:hover { color: var(--t-accent); }
.facts__ico { display: inline-flex; color: var(--t-accent); }
.facts__ico .ico { width: 15px; height: 15px; }
.facts--dark { color: rgba(255,255,255,0.78); }
.facts--dark .facts__ico { color: var(--t-accent-on-dark, var(--t-accent)); }
.facts--compact { gap: 6px 16px; font-size: 13px; margin-top: 16px; }

.rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
}
.rating-badge__num {
  font-family: var(--t-display, inherit);
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}
.rating-badge__meta { display: flex; flex-direction: column; gap: 4px; }
.rating-badge__stars { display: inline-flex; gap: 2px; }
.rating-badge__stars .ico-star { width: 14px; height: 14px; }
.rating-badge__stars .ico-star--on { color: var(--star-on, currentColor); }
.rating-badge__stars .ico-star--off { color: var(--star-off, rgba(128,128,128,0.35)); }
.rating-badge__label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  opacity: 0.78;
  white-space: nowrap;
}
.rating-badge__g { width: 14px; height: 14px; }
.rating-badge--lg .rating-badge__num { font-size: clamp(3rem, 5vw, 4.2rem); }
.rating-badge--lg .rating-badge__stars .ico-star { width: 18px; height: 18px; }
.rating-badge--lg .rating-badge__label { font-size: 14px; }

.contact { width: min(var(--t-max, 1180px), 100%); margin: 0 auto; padding: var(--t-section, 96px) var(--t-pad, 24px) 0; }
.contact__inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}
.contact__lede { max-width: 34rem; margin: 18px 0 0; color: var(--t-mute); font-size: 16px; line-height: 1.6; }
.contact__lede strong { color: inherit; }
.contact__area { display: block; margin-top: 4px; font-size: 14px; }
.contact__phone { margin: 16px 0 0; }
.contact__phone a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: inherit;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.contact__phone .ico { width: 17px; height: 17px; color: var(--t-accent); }
.contact__phone a:hover { color: var(--t-accent); }
.contact__map .map-embed { margin: 0; max-width: none; }
.contact .proof-hours { margin-top: 22px; }
@media (max-width: 820px) {
  .contact__inner { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .contact__details, .contact__map { min-width: 0; }
}


.proof-strip {
  width: min(var(--t-max, 1180px), 100%);
  margin: 0 auto;
  padding: 26px var(--t-pad, 24px) 0;
}
.proof-strip__label {
  margin: 0 0 12px;
  color: var(--t-mute);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.proof-strip__label span { font-weight: 500; letter-spacing: 0.02em; text-transform: none; opacity: 0.8; }
.proof-strip__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--t-gap, 10px);
}
@media (min-width: 720px) {
  .proof-strip__row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .proof-strip--n2 .proof-strip__row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-strip--n3 .proof-strip__row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.proof-strip__item {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--t-radius, 8px);
  background: var(--t-panel, rgba(128,128,128,0.12));
}
.proof-strip__item img { display: block; width: 100%; height: 100%; object-fit: cover; }

.jobs-gallery { width: min(var(--t-max, 1180px), 100%); margin: 0 auto; padding: var(--t-section, 96px) var(--t-pad, 24px) 0; }
.jobs-gallery__head { margin-bottom: 28px; }
.jobs-gallery__sub { margin: 12px 0 0; color: var(--t-mute); font-size: 15px; }
.jobs-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--t-gap, 10px);
}
.jobs-gallery__item {
  margin: 0;
  padding: 0;
  border: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--t-radius, 8px);
  background: var(--t-panel, rgba(128,128,128,0.12));
  cursor: zoom-in;
  display: block;
  width: 100%;
  font: inherit;
  color: inherit;
}
.jobs-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.jobs-gallery__item:hover img { transform: scale(1.03); }
.jobs-gallery__item:focus-visible { outline: 3px solid var(--t-accent); outline-offset: 3px; }
@media (min-width: 720px) {
  .jobs-gallery__grid--pair { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jobs-gallery__grid--lead { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .jobs-gallery__grid--grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .jobs-gallery__grid--lead .jobs-gallery__item:first-child,
  .jobs-gallery__grid--grid .jobs-gallery__item:first-child { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; position: relative; min-height: 0; }
  .jobs-gallery__grid--lead .jobs-gallery__item:first-child img,
  .jobs-gallery__grid--grid .jobs-gallery__item:first-child img { position: absolute; inset: 0; height: 100%; }
}
html.jobs-lightbox-open { overflow: hidden; }
.jobs-lightbox { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 1rem; }
.jobs-lightbox[hidden] { display: none !important; }
.jobs-lightbox__backdrop { position: absolute; inset: 0; border: 0; padding: 0; margin: 0; background: rgba(8, 10, 14, 0.9); cursor: zoom-out; }
.jobs-lightbox__frame { position: relative; z-index: 1; max-width: min(96vw, 1100px); max-height: 90vh; display: grid; place-items: center; }
.jobs-lightbox__img { max-width: 96vw; max-height: 82vh; width: auto; height: auto; object-fit: contain; border-radius: 6px; box-shadow: 0 24px 60px rgba(0,0,0,0.45); background: #111; }
.jobs-lightbox__close, .jobs-lightbox__nav {
  position: absolute; border: 0; background: rgba(255,255,255,0.12); color: #fff; cursor: pointer;
  backdrop-filter: blur(6px); font-size: 1.5rem; line-height: 1; border-radius: 999px; width: 44px; height: 44px; display: grid; place-items: center;
}
.jobs-lightbox__close { top: -8px; right: -8px; }
.jobs-lightbox__nav--prev { left: -8px; top: 50%; transform: translateY(-50%); }
.jobs-lightbox__nav--next { right: -8px; top: 50%; transform: translateY(-50%); }
.jobs-lightbox__close:hover, .jobs-lightbox__nav:hover { background: rgba(255,255,255,0.22); }
.jobs-lightbox__close:focus-visible, .jobs-lightbox__nav:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.jobs-lightbox__count { position: absolute; left: 50%; bottom: -2rem; transform: translateX(-50%); margin: 0; color: rgba(255,255,255,0.85); font-size: 0.85rem; font-weight: 600; white-space: nowrap; }
@media (max-width: 640px) {
  .jobs-lightbox__nav--prev { left: 4px; }
  .jobs-lightbox__nav--next { right: 4px; }
  .jobs-lightbox__close { top: 4px; right: 4px; }
}

.open-today {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0 0;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.005em;
  color: var(--t-mute);
}
.open-today__dot { width: 8px; height: 8px; border-radius: 999px; background: #9ca3af; flex-shrink: 0; }
.open-today[data-state="open"] .open-today__dot { background: #16a34a; box-shadow: 0 0 0 3px rgba(22,163,74,0.18); }
.open-today[data-state="later"] .open-today__dot { background: #d97706; }
.open-today--on-accent { color: rgba(255, 255, 255, 0.9); }
.open-today[hidden] { display: none !important; }

.proof-hours { margin-top: 16px; }
.proof-hours__summary { margin: 0 0 10px; font-size: 15px; font-weight: 600; letter-spacing: -0.01em; }
.proof-hours__table { width: 100%; max-width: 340px; border-collapse: collapse; font-size: 14px; font-variant-numeric: tabular-nums; }
.proof-hours__table th, .proof-hours__table td { padding: 6px 0; text-align: left; border-bottom: 1px solid var(--t-line, rgba(128,128,128,0.18)); font-weight: 500; }
.proof-hours__table th { width: 3.6rem; color: var(--t-mute); font-weight: 600; }
.proof-hours__table tr.is-today th, .proof-hours__table tr.is-today td { color: var(--t-accent-text, var(--t-accent)); font-weight: 700; }

.reviews { width: min(var(--t-max, 1180px), 100%); margin: 0 auto; padding: var(--t-section, 96px) var(--t-pad, 24px) 0; }
.reviews__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px 40px;
  margin-bottom: 30px;
}
.reviews__summary { display: inline-flex; align-items: center; gap: 14px; }
.reviews__num { font-family: var(--t-display, inherit); font-size: clamp(2.6rem, 4vw, 3.6rem); font-weight: 700; letter-spacing: -0.05em; line-height: 1; }
.reviews__summary-meta { display: flex; flex-direction: column; gap: 5px; }
.reviews__count { display: inline-flex; align-items: center; gap: 7px; color: var(--t-mute); font-size: 13px; font-weight: 600; white-space: nowrap; }
.reviews__g { width: 14px; height: 14px; }
.reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--t-gap, 12px);
}
.review {
  position: relative;
  margin: 0;
  padding: 26px 26px 24px;
  border: 1px solid var(--t-line, rgba(128,128,128,0.2));
  border-radius: var(--t-radius, 8px);
  background: var(--t-panel, transparent);
  display: flex;
  flex-direction: column;
}
.review--featured {
  grid-column: span 2;
  grid-row: span 2;
  padding: clamp(28px, 3.5vw, 44px);
}
.review__stars { display: inline-flex; gap: 2px; margin-bottom: 14px; }
.review__stars .ico-star { width: 14px; height: 14px; }
.review__stars .ico-star--on { color: var(--star-on, currentColor); }
.review__stars .ico-star--off { color: var(--star-off, rgba(128,128,128,0.3)); }
.review__text { margin: 0; flex: 1; }
.review__text p { margin: 0; font-size: 15.5px; line-height: 1.6; letter-spacing: -0.005em; }
.review--featured .review__text p { font-family: var(--t-quote, inherit); font-size: clamp(1.2rem, 2vw, 1.6rem); font-weight: var(--t-quote-weight, 500); line-height: 1.38; letter-spacing: -0.02em; }
.review--clamp:not(.is-open) .review__text p { display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }
.review__more { align-self: flex-start; margin-top: 8px; padding: 0; border: 0; background: none; color: var(--t-accent-text, var(--t-accent)); font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.review__author { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; margin-top: 18px; font-size: 13.5px; font-weight: 700; letter-spacing: -0.01em; }
.review__author span { color: var(--t-mute); font-size: 12px; font-weight: 500; }
.reviews--n1 .reviews__grid { grid-template-columns: minmax(0, 1fr); }
.reviews--n1 .review--featured { grid-column: auto; grid-row: auto; max-width: 720px; }
.reviews--n2 .reviews__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.reviews--n2 .review--featured { grid-column: auto; grid-row: auto; }
.reviews--n3 .review--featured { grid-row: auto; }
@media (max-width: 1000px) {
  .reviews__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review--featured { grid-column: span 2; grid-row: auto; }
}
@media (max-width: 640px) {
  .reviews__grid { display: flex; gap: 12px; margin: 0 calc(-1 * var(--t-pad, 24px)); padding: 4px var(--t-pad, 24px) 12px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .reviews__grid::-webkit-scrollbar { display: none; }
  .review { flex: 0 0 min(84vw, 340px); scroll-snap-align: start; }
  .review--featured { flex-basis: min(88vw, 360px); grid-column: auto; padding: 26px 24px; }
  .review--featured .review__text p { font-size: 1.12rem; }
  .reviews--n1 .review--featured { flex-basis: 100%; }
}


.site-footer { width: min(var(--t-max, 1180px), 100%); margin: var(--t-section, 96px) auto 0; padding: 0 var(--t-pad, 24px) 28px; color: var(--t-mute); font-size: 14px; }
.site-footer__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 28px 40px; padding: 40px 0 32px; border-top: 1px solid var(--t-line, rgba(128,128,128,0.2)); }
.site-footer__name { margin: 0; color: var(--t-ink, inherit); font-family: var(--t-display, inherit); font-size: 1.25rem; font-weight: 700; letter-spacing: -0.03em; }
.site-footer__scope { margin: 6px 0 0; }
.site-footer__nav { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 18px; }
.site-footer__nav a { color: var(--t-ink, inherit); font-weight: 600; text-decoration: none; }
.site-footer__nav a:hover { color: var(--t-accent-text, var(--t-accent)); }
.site-footer__contact { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.site-footer__contact li { display: grid; grid-template-columns: 6.5rem minmax(0, 1fr); gap: 12px; line-height: 1.45; }
.site-footer__contact span { font-size: 11px; font-weight: 750; letter-spacing: 0.12em; text-transform: uppercase; padding-top: 3px; opacity: 0.8; }
.site-footer__contact a { color: var(--t-ink, inherit); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--t-line, rgba(128,128,128,0.3)); }
.site-footer__contact a:hover { border-color: var(--t-accent); }
.site-footer__legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; padding-top: 18px; border-top: 1px solid var(--t-line, rgba(128,128,128,0.2)); font-size: 12.5px; }
.site-footer__legal a { color: inherit; font-weight: 600; text-decoration: none; }
.site-footer__legal a:hover { color: var(--t-accent-text, var(--t-accent)); }
@media (max-width: 720px) {
  .site-footer__inner { grid-template-columns: minmax(0, 1fr); gap: 24px; padding: 32px 0 26px; }
  .site-footer__contact li { grid-template-columns: minmax(0, 1fr); gap: 4px; }
}


.claim-bar {
  position: sticky;
  top: 0;
  z-index: 70;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  padding: 10px 16px;
  background: #111;
  color: #fafafa;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.35;
}
.claim-bar__copy { margin: 0; display: flex; flex-wrap: wrap; gap: 6px 8px; align-items: baseline; }
.claim-bar__label { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.65; }
.claim-bar__design { font-weight: 700; color: #fff; }
.claim-bar__designs { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 4px; padding: 3px; border-radius: 999px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14); }
.claim-bar__designs-label { padding: 0 6px 0 10px; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.65; }
.claim-bar__design-opt { display: inline-flex; align-items: center; min-height: 28px; padding: 0 11px; border-radius: 999px; color: rgba(255,255,255,0.8); font-weight: 600; font-size: 12.5px; text-decoration: none; white-space: nowrap; }
.claim-bar__design-opt:hover { color: #fff; background: rgba(255,255,255,0.12); }
.claim-bar__design-opt.is-active { background: #fff; color: #111; }
.claim-bar__design-opt:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.claim-bar__actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.claim-bar__cta { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 0 14px; border-radius: 999px; background: #fff; color: #111; font-weight: 700; text-decoration: none; white-space: nowrap; }
.claim-bar__cta--mail { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.55); }
.claim-bar__cta:hover { filter: brightness(0.95); }
.claim-bar__cta--mail:hover { filter: none; background: rgba(255,255,255,0.1); border-color: #fff; }
.claim-bar__cta:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
@media (max-width: 520px) {
  .claim-bar { padding-left: 12px; padding-right: 12px; }
  .claim-bar__designs { width: 100%; justify-content: space-between; }
  .claim-bar__designs-label { display: none; }
  .claim-bar__design-opt { flex: 1 1 0; justify-content: center; padding: 0 6px; }
  .claim-bar__actions { width: 100%; }
  .claim-bar__cta { flex: 1 1 auto; justify-content: center; }
}


.quote-form { width: min(var(--t-max, 1180px), 100%); margin: 0 auto; padding: var(--t-section, 96px) var(--t-pad, 24px) 0; }
.quote-form--early { padding-top: clamp(40px, 6vw, 72px); }
.quote-form__inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}
.quote-form__sub { max-width: 30rem; margin: 18px 0 0; color: var(--t-mute); font-size: 16px; line-height: 1.6; }
.quote-form__aside .rating-badge { margin-top: 26px; }
.quote-form__form {
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid var(--t-line, rgba(128,128,128,0.2));
  border-radius: var(--t-radius-lg, var(--t-radius, 10px));
  background: var(--t-form-bg, var(--t-panel, transparent));
}
.quote-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; }
.quote-form__field { display: flex; flex-direction: column; gap: 7px; font-size: 13px; font-weight: 650; letter-spacing: 0.005em; }
.quote-form__field--full { grid-column: 1 / -1; }
.quote-form__field input,
.quote-form__field textarea {
  font: inherit;
  font-size: 16px;
  font-weight: 450;
  padding: 13px 14px;
  border-radius: var(--t-radius, 8px);
  border: 1px solid var(--t-input-line, rgba(10,10,12,0.18));
  background: var(--t-input-bg, #fff);
  color: var(--t-input-ink, #0a0a0c);
  resize: vertical;
  min-height: 48px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.quote-form__field input::placeholder,
.quote-form__field textarea::placeholder { color: var(--t-input-placeholder, rgba(10,10,12,0.42)); }
.quote-form__field input:focus,
.quote-form__field textarea:focus {
  outline: none;
  border-color: var(--t-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--t-accent) 22%, transparent);
}
.quote-form__submit {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 0 24px;
  border: none;
  border-radius: var(--t-btn-radius, var(--t-radius, 8px));
  font: inherit;
  font-size: 16px;
  font-weight: 750;
  letter-spacing: -0.01em;
  cursor: pointer;
  color: var(--t-accent-ink, #fff);
  background: var(--t-accent);
  transition: transform 0.15s ease, filter 0.15s ease;
}
.quote-form__submit:hover { filter: brightness(1.06); }
.quote-form__submit:active { transform: scale(0.985); }
.quote-form__submit:focus-visible { outline: 3px solid var(--t-accent); outline-offset: 3px; }
.quote-form__hint { margin: 12px 0 0; color: var(--t-mute); font-size: 13px; line-height: 1.5; }
@media (max-width: 860px) {
  .quote-form__inner { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .quote-form__aside, .quote-form__form { min-width: 0; }
}
@media (max-width: 560px) {
  .quote-form__grid { grid-template-columns: 1fr; }
  .quote-form__form { padding: 20px 18px; }
}


.design-toggle {
  position: fixed;
  z-index: 70;
  left: 12px;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  font-family: ui-sans-serif, system-ui, sans-serif;
}
.design-toggle__btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255,255,255,0.18);
  background: #111;
  color: #fff;
  border-radius: 999px;
  padding: 10px 16px 10px 12px;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(0,0,0,0.28);
}
.design-toggle__btn:hover { background: #000; }
.design-toggle__btn:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.design-toggle__swatches { display: inline-grid; grid-template-columns: repeat(2, 7px); gap: 2px; }
.design-toggle__swatches i { display: block; width: 7px; height: 7px; border-radius: 2px; }
.design-toggle__swatches i:nth-child(1) { background: #62c7b7; }
.design-toggle__swatches i:nth-child(2) { background: #f2eee8; }
.design-toggle__swatches i:nth-child(3) { background: #e85d04; }
.design-toggle__swatches i:nth-child(4) { background: #8b8cf0; }
.design-toggle__menu {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 140px;
  padding: 6px;
  border-radius: 12px;
  border: 1px solid rgba(128,128,128,0.25);
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}
.design-toggle__menu[hidden] { display: none !important; }
.design-toggle__opt {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  text-decoration: none;
  color: #222;
  font-size: 12px;
  font-weight: 500;
}
.design-toggle__opt:hover { background: rgba(0,0,0,0.05); }
.design-toggle__opt.is-active {
  background: rgba(0,0,0,0.08);
  font-weight: 700;
}
@media (max-width: 767px) {
  /* Phones: the claim bar carries a full-width design switcher, and the
     floating pill would sit on top of hero buttons / the sticky call bar. */
  .design-toggle { display: none; }
}
