@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/a-j-gasmasters-wembley/fonts/inter-tight-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/a-j-gasmasters-wembley/fonts/inter-tight-latin-500-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/a-j-gasmasters-wembley/fonts/inter-tight-latin-600-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/a-j-gasmasters-wembley/fonts/inter-tight-latin-700-normal.woff2") format("woff2");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/a-j-gasmasters-wembley/fonts/jetbrains-mono-latin-500-normal.woff2") format("woff2");
}


:root {
  --sig-ink: #17161b; --sig-paper: #f6f4ef; --sig-paper-2: #ece9e2; --sig-mute: #6f6c68; --sig-hair: #d9d5cd; --sig-accent: #3730a3;
  --sig-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --t-ink: var(--sig-ink); --t-mute: var(--sig-mute); --t-line: var(--sig-hair); --t-panel: #fbfaf7;
  --t-accent: var(--sig-accent); --t-accent-ink: #fff; --t-accent-text: var(--sig-accent);
  --t-display: "Inter Tight", "Segoe UI", sans-serif; --t-display-weight: 650; --t-display-tracking: -0.05em;
  --t-quote: "Inter Tight", "Segoe UI", sans-serif; --t-quote-weight: 500;
  --t-radius: 2px; --t-radius-lg: 2px; --t-btn-radius: 2px; --t-gap: 14px;
  --t-max: 1200px; --t-pad: 28px; --t-section: 112px;
  --t-form-bg: #fbfaf7; --t-input-line: var(--sig-hair); --t-input-bg: #fff; --t-input-ink: var(--sig-ink);
  --star-on: var(--sig-accent); --star-off: rgba(23,22,27,0.16);
  --sig-ease: cubic-bezier(.22,1,.36,1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.sig { margin: 0; padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px)); background: var(--sig-paper); color: var(--sig-ink); font-family: "Inter Tight", "Segoe UI", sans-serif; font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
::selection { background: color-mix(in srgb, var(--sig-accent) 22%, transparent); }
a { color: inherit; }
img { max-width: 100%; }
.sig .section-kicker, .sig-mono { font-family: var(--sig-mono); font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; font-size: 11.5px; }

.sig-nav { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid var(--sig-hair); background: rgba(246,244,239,0.9); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.sig-nav__inner { width: min(var(--t-max), 100%); min-height: 66px; margin: 0 auto; padding: 10px var(--t-pad); display: flex; align-items: center; gap: 28px; }
.sig-nav__brand { margin-right: auto; min-width: 0; overflow: hidden; color: var(--sig-ink); font-size: 15px; font-weight: 700; letter-spacing: -0.03em; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.sig-nav__links { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 30px); }
.sig-nav__links a { color: var(--sig-mute); font-family: var(--sig-mono); font-size: 11.5px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; text-decoration: none; transition: color 0.18s ease; }
.sig-nav__links a:hover { color: var(--sig-accent); }
.sig-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 20px; white-space: nowrap; border: 1px solid var(--sig-ink); border-radius: 2px; background: var(--sig-ink); color: var(--sig-paper); font: inherit; font-size: 14px; font-weight: 650; letter-spacing: -0.005em; text-decoration: none; transition: transform 0.16s var(--sig-ease), background 0.16s ease, color 0.16s ease; }
.sig-btn:hover { background: var(--sig-accent); border-color: var(--sig-accent); color: #fff; }
.sig-btn:active { transform: scale(0.98); }
.sig-btn:focus-visible { outline: 3px solid var(--sig-accent); outline-offset: 3px; }
.sig-btn--nav { min-height: 40px; padding: 0 16px; font-size: 13px; }
.sig-btn--lg { min-height: 54px; padding: 0 26px; font-size: 15px; }
.sig-btn--ghost { background: transparent; color: var(--sig-ink); }
.sig-btn--ghost:hover { background: var(--sig-ink); color: var(--sig-paper); border-color: var(--sig-ink); }
.sig-btn--invert { background: var(--sig-paper); border-color: var(--sig-paper); color: var(--sig-ink); }
.sig-btn--invert:hover { background: #fff; border-color: #fff; color: var(--sig-ink); }
.sig-btn .ico { width: 16px; height: 16px; }
.sig-textlink { color: var(--sig-ink); font-size: 15px; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--sig-ink); padding-bottom: 2px; }
.sig-textlink:hover { color: var(--sig-accent); border-color: var(--sig-accent); }

.sig-hero { width: min(var(--t-max), 100%); margin: 0 auto; padding: clamp(28px, 4vw, 56px) var(--t-pad) 0; }
.sig-hero__masthead { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 12px 32px; padding-bottom: 22px; border-bottom: 1px solid var(--sig-ink); }
.sig-hero__masthead .section-kicker { color: var(--sig-mute); }
.sig-hero__masthead .g-reviews { margin: 0; }
.sig-brand { margin: 18px 0 0; font-size: clamp(2.9rem, 8.2vw, 7.6rem); font-weight: 700; letter-spacing: -0.06em; line-height: 0.9; text-wrap: balance; }
.sig-hero__body { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 5vw, 80px); padding-top: clamp(28px, 4vw, 52px); }
.sig-hero__content { display: flex; flex-direction: column; align-items: flex-start; }
.sig-hero__index { margin: 0; color: var(--sig-mute); }
.sig-display { max-width: 20ch; margin: 18px 0 0; font-size: clamp(1.4rem, 2.3vw, 2.05rem); font-weight: 600; letter-spacing: -0.04em; line-height: 1.12; }
.sig-lede { max-width: 30rem; margin: 16px 0 0; color: var(--sig-mute); font-size: 16px; line-height: 1.62; }
.sig-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 30px; }
.sig-hero .facts { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--sig-hair); width: 100%; font-family: var(--sig-mono); font-size: 12.5px; letter-spacing: 0.01em; }
.sig-hero__collage { position: relative; margin: 0; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(0, auto); gap: 14px; }
.sig-frame { position: relative; margin: 0; padding: 8px; border: 1px solid var(--sig-hair); background: #fff; }
.sig-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.sig-frame--a { grid-column: 1 / 10; aspect-ratio: 4 / 3; }
.sig-frame--b { grid-column: 7 / 13; grid-row: 2; margin-top: -18%; aspect-ratio: 1 / 1; z-index: 1; }
.sig-frame--c { grid-column: 1 / 5; grid-row: 2; margin-top: 8%; aspect-ratio: 4 / 5; }
.sig-frame--solo { grid-column: 1 / 13; aspect-ratio: 3 / 2; }
.sig-hero__figcap { grid-column: 1 / -1; margin: 6px 0 0; color: var(--sig-mute); }
.sig-hero__figcap .photo-credit { display: inline; margin: 0 0 0 10px; text-transform: none; letter-spacing: 0; }
.sig-datacard { align-self: start; padding: clamp(24px, 3vw, 36px); border: 1px solid var(--sig-ink); background: var(--t-panel); }
.sig-datacard .rating-badge { margin-bottom: 20px; }
.sig-datacard .facts { margin: 0; flex-direction: column; gap: 12px; font-family: var(--sig-mono); font-size: 12.5px; }
.sig-datacard__label { margin: 0 0 18px; color: var(--sig-mute); }
.sig-hero--solo .sig-hero__body { grid-template-columns: minmax(0, 1fr); }

.sig-section { width: min(var(--t-max), 100%); margin: 0 auto; padding: var(--t-section) var(--t-pad) 0; }
.sig-services { display: grid; grid-template-columns: minmax(200px, 0.34fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); }
.sig-services__head { position: sticky; top: 90px; align-self: start; }
.sig-services__note { margin: 16px 0 0; color: var(--sig-mute); font-size: 15px; line-height: 1.55; max-width: 24rem; }
.sig-services__list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--sig-ink); }
.sig-service { display: grid; grid-template-columns: minmax(64px, 0.18fr) minmax(0, 1fr); gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--sig-hair); }
.sig-service__index { font-family: var(--sig-mono); font-size: clamp(1.4rem, 2.2vw, 2rem); font-weight: 500; letter-spacing: -0.03em; line-height: 1; color: var(--sig-accent); }
.sig-service__name { margin: 0; font-size: clamp(1.25rem, 2vw, 1.6rem); font-weight: 650; letter-spacing: -0.04em; line-height: 1.15; }
.sig-service__desc { max-width: 36rem; margin: 8px 0 0; color: var(--sig-mute); font-size: 15.5px; line-height: 1.62; }
.sig-about { margin-top: var(--t-section); border-top: 1px solid var(--sig-hair); border-bottom: 1px solid var(--sig-hair); background: var(--sig-paper-2); }
.sig-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(200px, 0.34fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); }
.sig-about h2 { max-width: 20ch; margin: 14px 0 0; font-size: clamp(1.7rem, 3vw, 2.6rem); font-weight: 650; letter-spacing: -0.05em; line-height: 1.05; }
.sig-pull { max-width: 26ch; margin: 0; padding: 0; border: 0; font-size: clamp(1.5rem, 2.6vw, 2.2rem); font-weight: 500; letter-spacing: -0.04em; line-height: 1.22; text-wrap: balance; }
.sig-pull::before { content: ""; display: block; width: 48px; height: 2px; margin-bottom: 22px; background: var(--sig-accent); }
.sig-body { max-width: 38rem; margin: 22px 0 0; color: var(--sig-mute); font-size: 16px; line-height: 1.72; }

.sig-cta { margin-top: var(--t-section); padding: clamp(58px, 8vw, 112px) var(--t-pad); background: var(--sig-ink); color: var(--sig-paper); }
.sig-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; }
.sig-cta .section-kicker { color: color-mix(in srgb, var(--sig-accent) 45%, white); }
.sig-cta__title { max-width: 16ch; margin: 14px 0 0; font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 650; letter-spacing: -0.055em; line-height: 0.98; text-wrap: balance; }
.sig-cta__sub { max-width: 34rem; margin: 18px 0 0; color: rgba(246,244,239,0.72); font-size: 17px; line-height: 1.6; }
.sig-cta .open-today { color: rgba(246,244,239,0.8); }
.sig-cta__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; }
.sig-cta__call { color: var(--sig-paper); font-size: 15px; font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(246,244,239,0.5); padding-bottom: 2px; }
.sig-cta__call:hover { border-color: var(--sig-paper); }

.sig-bar { position: fixed; z-index: 55; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom, 0px)); display: flex; gap: 8px; align-items: center; padding: 8px; background: rgba(246,244,239,0.97); border: 1px solid var(--sig-ink); box-shadow: 0 16px 42px rgba(22,21,26,0.17); opacity: 0; pointer-events: none; transform: translateY(120%); transition: opacity 0.3s var(--sig-ease), transform 0.42s var(--sig-ease); }
.sig-bar.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.sig-bar__call { flex: 1; display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 46px; padding: 0 14px; background: var(--sig-ink); color: var(--sig-paper); font-size: 14px; font-weight: 650; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sig-bar__wa { display: inline-flex; align-items: center; gap: 6px; min-height: 46px; padding: 0 12px; color: var(--sig-ink); font-size: 13px; font-weight: 650; text-decoration: none; }
.sig-bar .ico { width: 16px; height: 16px; flex-shrink: 0; }

.sig .seo-faq__kicker { font-family: var(--sig-mono); color: var(--sig-accent); opacity: 1; }
.sig .seo-faq__item { border-color: var(--sig-hair); }
.sig .seo-faq__a { color: var(--sig-mute); opacity: 1; }
.sig .review { background: #fff; }
.sig .review__author { font-family: var(--sig-mono); font-size: 12px; font-weight: 500; letter-spacing: 0.02em; text-transform: uppercase; }
.sig .review__author span { text-transform: none; letter-spacing: 0; }
.sig .jobs-gallery__item { padding: 6px; background: #fff; border: 1px solid var(--sig-hair); aspect-ratio: auto; }
.sig .jobs-gallery__item img { aspect-ratio: 4 / 3; }
.sig .jobs-gallery__grid--lead .jobs-gallery__item:first-child img, .sig .jobs-gallery__grid--grid .jobs-gallery__item:first-child img { aspect-ratio: auto; inset: 6px; width: calc(100% - 12px); height: calc(100% - 12px); }
.sig .proof-strip__item { padding: 6px; background: #fff; border: 1px solid var(--sig-hair); }
.sig .proof-strip__label, .sig .jobs-gallery__sub, .sig .review__author, .sig .site-footer__contact span { font-family: var(--sig-mono); }
.sig .quote-form__form { border-color: var(--sig-ink); }
.sig .quote-form__field span { font-family: var(--sig-mono); font-size: 11.5px; letter-spacing: 0.04em; text-transform: uppercase; }
.sig .g-reviews { padding: 0; background: transparent; border: 0; backdrop-filter: none; }

@media (min-width: 768px) { .sig-bar { left: 50%; right: auto; width: min(430px, calc(100% - 48px)); transform: translate(-50%, 120%); } .sig-bar.is-visible { transform: translate(-50%, 0); } }
@media (max-width: 900px) {
  .sig-hero__body { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .sig-frame--a { grid-column: 1 / 13; }
  .sig-frame--b { grid-column: 8 / 13; grid-row: 2; margin-top: -22%; }
  .sig-frame--c { display: none; }
  .sig-services, .sig-about__inner { display: block; }
  .sig-services__head { position: static; }
  .sig-services__list { margin-top: 28px; }
  .sig-about h2 { margin-bottom: 24px; }
  .sig-cta__inner { grid-template-columns: minmax(0, 1fr); align-items: start; }
}
@media (max-width: 760px) {
  :root { --t-pad: 22px; --t-section: 76px; }
  .sig-nav__inner { min-height: 62px; gap: 14px; }
  .sig-nav__links { display: none; }
  .sig-hero { padding-top: 26px; }
  .sig-hero__masthead { padding-bottom: 16px; }
  .sig-brand { font-size: clamp(2.6rem, 13vw, 4rem); }
  .sig-display { max-width: none; font-size: clamp(1.25rem, 5.6vw, 1.6rem); }
  .sig-hero__actions { width: 100%; gap: 12px; }
  .sig-hero__actions .sig-btn { flex: 1 1 100%; }
  .sig-frame--b { margin-top: -16%; }
  .sig-service { grid-template-columns: 52px 1fr; gap: 14px; padding: 24px 0; }
}



.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; }
}
