@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-latin-ext-standard-normal.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-latin-standard-normal.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --pattern-wires: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360' viewBox='0 0 360 360'%3E%3Cg fill='none' stroke='%23111214' stroke-opacity='.08' stroke-width='1.2' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M-10 60 L6.3 54.2 L22.9 59.7 L35.4 54.2 L56.5 57.7 L67.8 50.6 L78.4 58.5 L97.5 52.4 L107.8 46.8 L120.4 42.6 L136.9 37.4 L154.2 43.6 L173.5 38.3 L197.4 30.3'/%3E%3Cpath d='M150 150 L169.9 145.4 L184.0 142.1 L199.6 149.3 L223.0 142.1 L235.9 134.5 L259.6 139.5 L278.4 146.4 L289.7 151.1 L310.3 147.5 L321.7 144.2 L334.2 150.0 L346.9 143.3 L365.9 139.7'/%3E%3Cpath d='M40 250 L53.0 245.7 L74.2 250.2 L87.2 245.2 L106.2 248.7 L119.1 244.4 L133.8 248.9 L145.0 254.8 L163.4 259.7 L186.9 254.2 L209.0 258.2'/%3E%3Cpath d='M210 40 L232.7 32.9 L245.4 26.2 L258.1 34.0 L276.6 28.9 L287.1 21.0 L307.0 16.8 L325.3 21.2 L345.4 24.6 L363.2 31.8'/%3E%3Cpath d='M-20 330 L-6.1 322.4 L4.2 318.1 L15.0 321.9 L33.0 318.3 L55.5 326.2 L75.2 320.3 L85.7 317.2 L105.5 325.0'/%3E%3Cpath d='M240 300 L258.9 294.6 L273.4 302.6 L291.0 309.3 L311.3 302.8 L334.1 307.5 L356.8 300.2 L377.8 307.5'/%3E%3C/g%3E%3C/svg%3E");
  --pattern-dots: radial-gradient(rgba(17, 18, 20, .13) 1px, transparent 1.3px) 0 0 / 22px 22px;
  --ink: #111214;
  --ink-2: #1c1e21;
  --ink-3: #2a2d31;
  --paper: #f3f2ee;
  --white: #ffffff;
  --muted: #62656b;
  --muted-light: #9ea1a7;
  --line: rgba(17, 18, 20, .14);
  --line-light: rgba(255, 255, 255, .14);
  --signal: #ffc400;
  --signal-2: #ffd43d;
  --font: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --wrap: 1240px;
  --gutter: clamp(1.25rem, 4vw, 2.75rem);
  --section: clamp(4.5rem, 10vw, 8rem);
  --header: 72px;
  --r: 4px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 16px); }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p, ul, ol, dl, dd, figure, blockquote { margin: 0; }
ul, ol { padding: 0; list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--signal); outline-offset: 3px; }
::selection { background: var(--signal); color: var(--ink); }

.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.narrow { max-width: 780px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 0; z-index: 100; background: var(--signal); padding: .6rem 1rem; }
.skip:focus { left: 1rem; }
.icon { width: 1.15em; height: 1.15em; flex: none; }
.hp { position: absolute; left: -9999px; }

.h2 {
  font-size: calc(clamp(2.1rem, 4.6vw, 3.6rem) * var(--hs, 1) * var(--hs-global, 1));
  font-weight: 800;
  font-stretch: 110%;
  line-height: 1;
  letter-spacing: -.025em;
}
.h3 { font-size: 1.3rem; font-weight: 700; font-stretch: 106%; line-height: 1.2; letter-spacing: -.01em; }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 34em; }
.section { padding-block: var(--section); }
.section-head { display: grid; gap: 1.2rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); max-width: 760px; }

.prose { font-size: 1.1rem; overflow-wrap: anywhere; }
.prose > * + * { margin-top: 1em; }
.prose h2 { font-size: 1.5rem; font-weight: 750; font-stretch: 106%; margin-top: 2.2em; letter-spacing: -.01em; }
.prose ul { list-style: none; padding: 0; }
.prose li { padding-left: 1.3em; position: relative; }
.prose li + li { margin-top: .45em; }
.prose li::before { content: ""; position: absolute; left: 0; top: .72em; width: .55em; height: 2px; background: var(--ink); }
.prose a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prose mark { background: #ffe58a; padding: 0 .2em; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  min-height: 3rem;
  padding: .7rem 1.4rem;
  border: 0;
  border-radius: var(--r);
  font-weight: 650;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color .15s, color .15s, box-shadow .15s;
}
.btn-lg { min-height: 3.6rem; padding-inline: 1.7rem; font-size: 1.08rem; }
.btn-block { width: 100%; }
.btn-signal { background: var(--signal); color: var(--ink); }
.btn-signal:hover { background: var(--signal-2); }
.btn-ink { background: var(--ink); color: var(--white); }
.btn-ink:hover { background: #000; }
.btn-line { background: transparent; box-shadow: inset 0 0 0 1.5px var(--ink); }
.btn-line:hover { background: var(--ink); color: var(--white); }
.btn-ghost-light { background: transparent; color: var(--white); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.4); }
.btn-ghost-light:hover { box-shadow: inset 0 0 0 1.5px var(--white); }
.btn-quiet { background: none; color: var(--muted); padding-inline: .4rem; text-decoration: underline; text-underline-offset: 3px; }
.btn-quiet:hover { color: var(--ink); }
.btn[disabled] { opacity: .6; cursor: wait; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-weight: 650;
  text-decoration: none;
  padding-bottom: .25rem;
  border-bottom: 2px solid var(--signal);
}
.link-arrow .icon { transition: transform .15s; }
.link-arrow:hover .icon { transform: translateX(4px); }
.link-arrow-light { color: var(--white); }

.admin-bar { background: #000; color: #c9cbce; font-size: .85rem; line-height: 1; position: relative; z-index: 60; }
.admin-bar-row { display: flex; align-items: center; gap: .25rem 1.2rem; min-height: 38px; }
.admin-bar a { color: inherit; text-decoration: none; padding: .7rem 0; }
.admin-bar a:hover { color: var(--white); }
.admin-bar-home { display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; color: var(--white) !important; }
.admin-bar-home .icon { width: 15px; height: 15px; color: var(--signal); }
.admin-bar-count { display: inline-grid; place-items: center; min-width: 19px; height: 19px; padding: 0 5px; border-radius: 2px; background: var(--signal); color: var(--ink); font-weight: 700; font-size: .72rem; margin-left: .25rem; }
.admin-bar-state { padding: .3rem .5rem; background: var(--signal); color: var(--ink); font-weight: 650; }
.admin-bar-out { margin-left: auto; display: flex; align-items: center; gap: .8rem; }
.admin-bar-out button { background: none; border: 0; color: inherit; cursor: pointer; padding: .7rem 0; text-decoration: underline; text-underline-offset: 3px; }
.admin-bar-out button:hover { color: var(--white); }
.admin-bar-show-sm { display: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--ink);
  color: var(--white);
  border-bottom: 1px solid var(--line-light);
}
.header-row { display: flex; align-items: center; gap: 2rem; min-height: var(--header); }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand-logo { display: block; height: 40px; width: auto; }
.nav { display: flex; align-items: center; gap: 1.6rem; margin-left: auto; }
.nav ul { display: flex; gap: 1.6rem; }
.nav ul a { position: relative; display: block; padding: .5rem 0; text-decoration: none; color: rgba(255,255,255,.72); font-weight: 550; }
.nav ul a:hover, .nav ul a[aria-current="page"] { color: var(--white); }
.nav ul a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--signal); }
.nav-cta { color: var(--white); text-decoration: none; font-weight: 600; padding: .6rem 1rem; border-radius: var(--r); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.35); white-space: nowrap; }
.nav-cta:hover { box-shadow: inset 0 0 0 1.5px var(--white); }
.nav-phone { display: inline-flex; align-items: center; gap: .5rem; padding: .65rem 1.1rem; border-radius: var(--r); background: var(--signal); color: var(--ink); font-weight: 700; text-decoration: none; white-space: nowrap; }
.nav-phone:hover { background: var(--signal-2); }
.header-call, .nav-toggle { display: none; }
.nav-toggle { width: 48px; height: 44px; padding: 0; margin-right: -10px; border: 0; background: none; color: var(--white); cursor: pointer; place-items: center; }
.burger { width: 28px; height: 20px; overflow: visible; }
.burger path { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transform-box: view-box; transform-origin: 14px 10px; transition: transform .3s cubic-bezier(.6, 0, .2, 1), opacity .2s; }
.burger .b2s { stroke: var(--signal); stroke-width: 2.4; stroke-dasharray: 22 200; stroke-dashoffset: 22; opacity: 0; filter: drop-shadow(0 0 2px var(--signal)); animation: burger-spark 4.5s ease-in-out infinite 1.5s; }
@keyframes burger-spark { 0% { stroke-dashoffset: 22; opacity: 1; } 22% { stroke-dashoffset: -100; opacity: 1; } 23%, 100% { stroke-dashoffset: -100; opacity: 0; } }
.nav-toggle[aria-expanded="true"] .b1 { transform: rotate(45deg) translateY(7px); }
.nav-toggle[aria-expanded="true"] .b3 { transform: rotate(-45deg) translateY(-7px); }
.nav-toggle[aria-expanded="true"] .b2, .nav-toggle[aria-expanded="true"] .b2s { opacity: 0; animation: none; }
.nav .spark-menu { display: none; }
@media (min-width: 981px) {
  .nav-cta, .nav-phone { display: none; }
}
.draft-bar { background: var(--signal); text-align: center; font-weight: 600; padding: .35rem 1rem; font-size: .9rem; }

.hero {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  min-height: min(860px, calc(100svh - var(--header)));
  display: flex;
  align-items: center;
}
.hero-inner { position: relative; z-index: 3; padding-block: clamp(4rem, 9vw, 7rem); }
.hero-copy { max-width: 620px; container-type: inline-size; }
.hero-visual { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.hero-panel {
  position: absolute;
  right: max(var(--gutter), calc((100% - var(--wrap)) / 2));
  bottom: 0;
  width: min(34vw, 460px);
  height: 74%;
  background: var(--signal);
}
.hero-img {
  position: absolute;
  bottom: 0;
  right: max(0px, calc((100% - var(--wrap)) / 2 - 40px));
  height: 94%;
  width: auto;
  max-width: none;
}
.hero-photo .hero-panel { display: none; }
.hero-photo .hero-img { height: 100%; width: 46%; right: 0; object-fit: cover; }
.hero-photo .hero-visual::after { content: ""; position: absolute; inset: 0 46% 0 0; background: var(--ink); }
.hero-rating {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: 2rem;
  text-decoration: none;
  font-size: .95rem;
}
.hero-rating strong { font-weight: 700; }
.hero-rating span:last-child { color: var(--muted-light); }
.hero-rating:hover span:last-child { color: var(--white); }
.hero-title {
  font-size: calc(min(clamp(2.4rem, 5.4vw, 5.1rem), 10.4cqi) * var(--hs, 1) * var(--hs-global, 1));
  font-weight: 820;
  font-stretch: 118%;
  line-height: .95;
  letter-spacing: -.035em;
}
.hero-title span { display: block; }
.hero-title span:last-child { color: var(--signal); }
.hero-lead { margin-top: 1.6rem; font-size: clamp(1.1rem, 1.6vw, 1.3rem); color: rgba(255,255,255,.75); max-width: 30em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.4rem; }
.hero-facts { display: flex; flex-wrap: wrap; gap: .4rem 0; margin-top: 2.2rem; font-size: .875rem; color: var(--muted-light); }
.hero-facts span + span { margin-left: 1rem; padding-left: 1rem; border-left: 1px solid var(--line-light); }

.stars-meter {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 1;
  background: linear-gradient(90deg, var(--signal) var(--p), rgba(140,140,140,.45) var(--p));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.intro { background: var(--ink); color: var(--white); padding-block: clamp(4rem, 9vw, 7rem); }
.intro-grid { display: grid; gap: 3rem; align-items: end; }
.intro-has-image .intro-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); }
.intro-copy, .contact-info, .rich .narrow { container-type: inline-size; }
.intro-title {
  font-size: calc(min(clamp(2.4rem, 6vw, 5rem), 9.2cqi) * var(--hs, 1) * var(--hs-global, 1));
  font-weight: 820;
  font-stretch: 116%;
  line-height: .96;
  letter-spacing: -.035em;
  overflow-wrap: break-word;
}
.intro-text { margin-top: 1.4rem; font-size: 1.2rem; color: rgba(255,255,255,.72); max-width: 32em; }
.intro-figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r); }
.intro .hero-actions { margin-top: 2rem; }

.split { background: var(--paper); }
.split-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.split-copy { display: grid; gap: 1.6rem; }
.split-reverse .split-copy { order: 2; }
.split-media { display: grid; gap: 1rem; }
.split-media-2 { grid-template-columns: 1fr 1fr; align-items: start; }
.split-media-2 figure:last-child { margin-top: 18%; }
.split-media img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: var(--r); }
.split-media-1 img { aspect-ratio: 4 / 3; }
.split-action { margin-top: .4rem; }

.services { background: var(--white); }
.services-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.services-head { display: grid; gap: 1.4rem; position: sticky; top: calc(var(--header) + 2rem); }
.service-list { counter-reset: none; }
.service {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  gap: .35rem 1.2rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid var(--line);
}
.service-no { grid-row: span 2; font-size: .9rem; font-weight: 700; color: var(--muted); padding-top: .25rem; font-variant-numeric: tabular-nums; }
.service .h3 { font-size: clamp(1.3rem, 2vw, 1.6rem); }
.service p { color: var(--muted); max-width: 36em; }

.projects { background: var(--paper); }
.project-list { display: grid; gap: clamp(3.5rem, 8vw, 6rem); }
.project { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: end; }
.project:nth-child(even) { grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); }
.project:nth-child(even) .project-figure { order: 2; }
.project-figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r); }
.project-copy { display: grid; gap: .8rem; padding-bottom: .5rem; }
.project-no { font-size: .9rem; font-weight: 700; color: var(--muted); }
.project-copy .h3 { font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 800; font-stretch: 110%; letter-spacing: -.02em; }
.project-place { font-weight: 600; }
.project-copy p:last-child { color: var(--muted); }

.gallery { background: var(--white); }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: .75rem; }
.gallery-grid a { display: block; overflow: hidden; border-radius: var(--r); }
.gallery-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .4s; }
.gallery-grid a:hover img { transform: scale(1.03); }

.reviews { background: var(--ink); color: var(--white); padding-block: var(--section); overflow: hidden; }
.reviews .lead { color: var(--muted-light); margin-top: -1.5rem; margin-bottom: 2.5rem; }
.reviews-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
.reviews-head .h2 { max-width: 12em; }
.rating-box { display: flex; align-items: end; gap: 1rem; }
.rating-score { font-size: clamp(3.6rem, 7vw, 5.5rem); font-weight: 820; font-stretch: 118%; line-height: .8; letter-spacing: -.04em; }
.rating-meta { display: grid; gap: .5rem; font-size: .9rem; color: var(--muted-light); }
.rating-meta .stars-meter { font-size: 1.3rem; }
.review-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 3rem) / 3);
  gap: 1.5rem;
  overflow: hidden;
  touch-action: pan-y;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.review-track::-webkit-scrollbar { display: none; }
.review {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  padding: 1.8rem 0 0;
  border-top: 1px solid var(--line-light);
}
.review blockquote { margin: 0; flex: 1; font-size: 1.15rem; line-height: 1.55; }
.review-by { display: grid; gap: .15rem; font-size: .95rem; }
.review-by span { color: var(--muted-light); }
.reviews-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 2.5rem; }
.review-nav { display: flex; gap: .5rem; margin-left: auto; }
.review-nav[hidden] { display: none; }
.review-nav button {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: var(--r);
  background: var(--ink-3);
  color: var(--white);
  cursor: pointer;
}
.review-nav button:first-child .icon { transform: rotate(180deg); }
.review-nav button:hover:not(:disabled) { background: var(--signal); color: var(--ink); }
.review-nav button:disabled { opacity: .3; cursor: default; }

.steps { background: var(--paper); }
.step-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem; }
.step { display: grid; align-content: start; gap: .7rem; padding-top: 1.4rem; }
.step-no { font-size: clamp(2.6rem, 4vw, 3.4rem); font-weight: 820; font-stretch: 118%; line-height: 1; letter-spacing: -.04em; margin-bottom: .6rem; }
.step:first-child .step-no { color: var(--signal); -webkit-text-stroke: 1px var(--ink); }
.step p { color: var(--muted); }

.points { background: var(--white); }
.points-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2.5rem, 7vw, 7rem); }
.point-list { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem 2rem; }
.point { display: grid; gap: .5rem; padding-top: 1.2rem; border-top: 2px solid var(--ink); }
.point p { color: var(--muted); }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.faq-list { }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 0;
  font-size: 1.15rem;
  font-weight: 650;
  cursor: pointer;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary i { position: relative; width: 16px; height: 16px; flex: none; }
.faq summary i::before, .faq summary i::after { content: ""; position: absolute; left: 0; right: 0; top: 7px; height: 2px; background: var(--ink); transition: transform .2s; }
.faq summary i::after { transform: rotate(90deg); }
.faq details[open] summary i::after { transform: rotate(0); }
.faq details p { padding: 0 2.5rem 1.6rem 0; color: var(--muted); }

.cta { background: var(--signal); color: var(--ink); padding-block: clamp(4rem, 8vw, 6rem); }
.cta-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem 4rem; align-items: end; }
.cta-title { font-size: calc(clamp(2.2rem, 4.8vw, 3.8rem) * var(--hs, 1) * var(--hs-global, 1)); font-weight: 820; font-stretch: 116%; line-height: .98; letter-spacing: -.03em; }
.cta-text { margin-top: 1rem; font-size: 1.15rem; max-width: 30em; }
.cta-actions { display: grid; justify-items: start; gap: 1.2rem; }
.cta-phone {
  font-size: clamp(2.4rem, 5.6vw, 4.6rem);
  font-weight: 820;
  font-stretch: 116%;
  line-height: 1;
  letter-spacing: -.03em;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 4px solid var(--ink);
  padding-bottom: .3rem;
}
.cta-phone:hover { border-bottom-color: transparent; }
.cta .link-arrow { border-bottom-color: var(--ink); }

.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2.5rem, 7vw, 7rem); padding-block: clamp(3.5rem, 8vw, 6rem) var(--section); align-items: start; }
.contact .intro-text { color: var(--muted); }
.contact-list { display: grid; }
.contact-info .spark { margin-top: 2.5rem; }
.contact-list > div { display: grid; grid-template-columns: 8rem minmax(0, 1fr); gap: 1rem; align-items: baseline; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.contact-list dt { font-size: .9rem; color: var(--muted); }
.contact-list dd { font-weight: 600; overflow-wrap: anywhere; }
.contact-list a { text-decoration: none; }
.contact-list a:hover { text-decoration: underline; text-underline-offset: 3px; }
.contact-big { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; font-stretch: 112%; letter-spacing: -.02em; }
.hours-table { margin-top: 2.5rem; border-collapse: collapse; width: 100%; max-width: 420px; font-size: .95rem; }
.hours-table caption { text-align: left; font-weight: 700; margin-bottom: .6rem; }
.hours-table th, .hours-table td { padding: .45rem 0; border-bottom: 1px solid var(--line); text-align: left; font-weight: 450; }
.hours-table td { text-align: right; font-variant-numeric: tabular-nums; }
.hours-table .is-today th, .hours-table .is-today td { font-weight: 700; }

.form {
  position: relative;
  display: grid;
  gap: .9rem;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 1px 0 var(--line), 0 24px 60px rgba(17, 18, 20, .08);
}
.form .h3 { font-size: 1.6rem; font-weight: 800; font-stretch: 110%; margin-bottom: .4rem; }
.float { position: relative; }
.float input, .float textarea {
  width: 100%;
  min-height: 3.6rem;
  padding: 1.5rem 1rem .5rem;
  border: 1.5px solid transparent;
  border-radius: 12px;
  background: var(--paper);
  font-size: 1rem;
  line-height: 1.4;
  transition: border-color .15s, background-color .15s, box-shadow .15s;
}
.float textarea { min-height: 8.5rem; resize: vertical; padding-top: 1.7rem; }
.float label {
  position: absolute;
  left: 1rem;
  top: 1.15rem;
  color: var(--muted);
  pointer-events: none;
  transform-origin: 0 0;
  transition: transform .18s ease, color .18s ease;
}
.float input:focus, .float textarea:focus { outline: none; background: var(--white); border-color: var(--ink); box-shadow: 0 0 0 4px rgba(255, 196, 0, .28); }
.float input:focus + label, .float input:not(:placeholder-shown) + label,
.float textarea:focus + label, .float textarea:not(:placeholder-shown) + label { transform: translateY(-.62rem) scale(.74); color: var(--ink); font-weight: 600; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.chips { border: 0; margin: .2rem 0 0; padding: 0; min-width: 0; }
.chips legend { padding: 0; margin-bottom: .55rem; font-size: .85rem; font-weight: 600; color: var(--muted); }
.chips-list { display: flex; flex-wrap: wrap; gap: .45rem; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip span {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: .45rem .9rem;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1.5px var(--line);
  font-size: .92rem;
  font-weight: 550;
  cursor: pointer;
  transition: background-color .15s, color .15s, box-shadow .15s;
}
.chip:hover span { box-shadow: inset 0 0 0 1.5px var(--ink); }
.chip input:checked + span { background: var(--ink); color: var(--white); box-shadow: inset 0 0 0 1.5px var(--ink); }
.chip input:focus-visible + span { outline: 2px solid var(--signal); outline-offset: 2px; }
.check { display: flex; align-items: flex-start; gap: .7rem; font-size: .92rem; color: var(--muted); cursor: pointer; margin-top: .2rem; }
.check input {
  appearance: none;
  flex: none;
  width: 1.3rem;
  height: 1.3rem;
  margin: .05rem 0 0;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1.5px var(--rule, rgba(17, 18, 20, .3));
  background: var(--white) center / 70% no-repeat;
  cursor: pointer;
  transition: background-color .15s, box-shadow .15s;
}
.check input:checked { background-color: var(--ink); box-shadow: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffc400' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E"); }
.check input:focus-visible { outline: 2px solid var(--signal); outline-offset: 2px; }
.check a { color: var(--ink); }
.form-submit { justify-content: space-between; margin-top: .3rem; padding-inline: 1.4rem; border-radius: 12px; }
.form-submit .icon { transition: transform .2s; }
.form-submit:hover .icon { transform: translateX(4px); }
.form-submit.is-loading { pointer-events: none; }
.form-submit.is-loading .icon { animation: nudge .8s ease-in-out infinite; }
@keyframes nudge { 50% { transform: translateX(6px); opacity: .4; } }
.form-done { display: none; }
.form.is-sent > :not(.form-done) { display: none; }
.form.is-sent .form-done { display: grid; justify-items: center; gap: 1rem; padding: 2.5rem 0 1.5rem; text-align: center; animation: rise .5s cubic-bezier(.2, .7, .2, 1) both; }
.form-done-icon { display: grid; place-items: center; width: 4.5rem; height: 4.5rem; border-radius: 50%; background: var(--signal); }
.form-done-icon svg { width: 2.2rem; height: 2.2rem; fill: none; stroke: var(--ink); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 24; stroke-dashoffset: 24; animation: draw .5s .2s ease forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.form-status:empty { display: none; }
.form-status { padding: .8rem 1rem; font-weight: 600; border-radius: 10px; }
.form-status.is-ok { background: var(--ink); color: var(--white); }
.form-status.is-error { background: #fde8e4; color: #8a2412; }

.rich { background: var(--paper); }
.rich .intro-title { font-size: min(clamp(2.2rem, 5vw, 3.6rem), 9.2cqi); margin-bottom: 2rem; }
.table-wrap { overflow-x: auto; margin-top: 1em; }
.doc-table { border-collapse: collapse; width: 100%; font-size: .92rem; min-width: 580px; }
.doc-table th, .doc-table td { text-align: left; padding: .6rem .7rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.doc-table th { background: var(--white); font-weight: 650; }

.site-footer { background: var(--ink); color: rgba(255,255,255,.7); }
.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 1rem 2rem;
  padding-block: clamp(3rem, 6vw, 4.5rem) 2.5rem;
  border-bottom: 1px solid var(--line-light);
}
.footer-name { color: var(--white); font-size: clamp(1.4rem, 2.6vw, 2rem); font-weight: 800; font-stretch: 112%; letter-spacing: -.02em; }
.footer-phone { color: var(--signal); font-size: clamp(2rem, 4.6vw, 3.6rem); font-weight: 820; font-stretch: 116%; line-height: 1; letter-spacing: -.03em; text-decoration: none; white-space: nowrap; }
.footer-phone:hover { color: var(--white); }
.footer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem; padding-block: 2.5rem; }
.footer-title { color: var(--white); font-weight: 650; margin-bottom: .8rem; }
.footer-list { display: grid; gap: .45rem; font-size: .95rem; }
.footer-list a, .linkish { color: inherit; text-decoration: none; }
.footer-list a:hover, .linkish:hover { color: var(--white); }
.linkish { background: none; border: 0; padding: 0; cursor: pointer; font-size: inherit; text-align: left; }
.footer-bottom { padding-block: 1.4rem; border-top: 1px solid var(--line-light); font-size: .85rem; }

.callbar { display: none; }
.float-cta {
  position: fixed;
  z-index: 40;
  right: 1.25rem;
  bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  min-height: 3.2rem;
  padding: .7rem 1.5rem;
  border-radius: var(--r);
  background: var(--signal);
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
  transition: background-color .15s, opacity .2s, transform .2s;
}
.float-cta:hover { background: var(--signal-2); }
.consent-open .float-cta { opacity: 0; pointer-events: none; transform: translateY(1rem); }

.consent {
  position: fixed;
  z-index: 70;
  right: 1rem;
  bottom: 1rem;
  width: min(420px, calc(100vw - 2rem));
  max-height: calc(100svh - 2rem);
  overflow: auto;
  background: var(--white);
  color: var(--ink);
  border-radius: var(--r);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
  padding: 1.4rem;
  display: grid;
  gap: 1.1rem;
}
.consent[hidden] { display: none; }
.consent-title { font-weight: 750; font-size: 1.05rem; }
.consent-text { font-size: .9rem; color: var(--muted); margin-top: .3rem; }
.consent-text a { color: var(--ink); }
.consent-options { display: grid; gap: .5rem; margin-top: 1rem; }
.consent-options[hidden] { display: none; }
.consent-opt { display: flex; gap: .7rem; align-items: flex-start; padding: .7rem .8rem; background: var(--paper); font-size: .88rem; cursor: pointer; border-radius: var(--r); }
.consent-opt input { width: 1.1rem; height: 1.1rem; margin-top: .1rem; accent-color: var(--ink); flex: none; }
.consent-opt span { color: var(--muted); }
.consent-opt strong { display: block; color: var(--ink); }
.consent-actions { display: flex; flex-wrap: wrap; gap: .5rem; }
.consent-actions .btn { min-height: 2.8rem; padding: .5rem 1rem; flex: 1 1 auto; }
.consent-actions .btn-quiet { flex: 0 0 auto; }
.consent-actions [hidden] { display: none; }

.lightbox { border: 0; padding: 0; background: transparent; max-width: 100vw; max-height: 100vh; }
.lightbox::backdrop { background: rgba(0, 0, 0, .92); }
.lightbox img { max-width: 92vw; max-height: 86vh; }
.lightbox button { position: fixed; border: 0; background: rgba(255,255,255,.12); color: var(--white); width: 52px; height: 52px; font-size: 1.8rem; cursor: pointer; border-radius: var(--r); }
.lightbox button:hover { background: var(--signal); color: var(--ink); }
.lightbox-close { top: 1rem; right: 1rem; }
.lightbox-prev { left: 1rem; top: 50%; }
.lightbox-next { right: 1rem; top: 50%; }

.spark { display: block; width: 100%; height: 24px; overflow: visible; }
.spark path { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.spark-base { stroke: rgba(255, 255, 255, .16); stroke-width: 1.5; }
.spark-run { stroke: var(--signal); stroke-width: 1.8; }
.spark-halo { stroke: var(--signal); stroke-width: 5; opacity: .2; }
.spark-core { stroke: #fff8d6; stroke-width: 1; }
.spark circle { fill: #fff3b0; }
.spark .spark-glow { fill: var(--signal); opacity: .35; }
.spark-ink .spark-base { stroke: var(--ink); stroke-width: 1.2; }
.spark-dark .spark-base { stroke: rgba(17, 18, 20, .28); }
.spark-dark .spark-run { stroke: var(--ink); }
.spark-dark .spark-halo { stroke: #fff; opacity: .5; }
.spark-dark .spark-core { stroke: #fff; }
.spark-dark circle { fill: #fff; }
.spark-dark .spark-glow { fill: #fff; }
.spark-hero { position: absolute; left: 0; right: 0; bottom: 8px; z-index: 4; }
.cta, .site-footer, .reviews { position: relative; }
.cta > .spark, .site-footer > .spark, .reviews > .spark { position: absolute; top: -12px; left: 0; right: 0; z-index: 2; }
.service-wrap .spark, .steps .spark, .faq-grid .spark { margin-bottom: -12px; }
.contact-info .spark { margin-bottom: -12px; }

.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.2, .7, .2, 1), transform .7s cubic-bezier(.2, .7, .2, 1); transition-delay: var(--d, 0s); }
.js [data-reveal].is-in { opacity: 1; transform: none; }
.js .hero-title span { opacity: 0; transform: translateY(.35em); animation: rise .8s cubic-bezier(.2, .7, .2, 1) forwards; }
.js .hero-title span:nth-child(2) { animation-delay: .12s; }
.js .hero-title span:nth-child(3) { animation-delay: .24s; }
.js .hero-rating, .js .hero-lead, .js .hero-actions, .js .hero-facts { opacity: 0; animation: fade .8s ease forwards .45s; }
.js .hero-panel { transform: scaleY(0); transform-origin: bottom; animation: grow 1s cubic-bezier(.7, 0, .2, 1) forwards .1s; }
.js .hero-img { opacity: 0; animation: fade 1s ease forwards .35s; }
.js .hero-panel.is-flicker { animation: grow 1s cubic-bezier(.7, 0, .2, 1) forwards .1s, flicker 1.4s steps(1) .9s; }
@keyframes rise { to { opacity: 1; transform: none; } }
@keyframes fade { to { opacity: 1; } }
@keyframes grow { to { transform: scaleY(1); } }
@keyframes flicker { 0%, 100% { opacity: 1; } 8% { opacity: .35; } 12% { opacity: 1; } 20% { opacity: .6; } 24% { opacity: 1; } }

.btn-signal, .callbar-call { position: relative; overflow: hidden; isolation: isolate; }
.float-cta { overflow: hidden; isolation: isolate; }
.btn-signal::after, .float-cta::after, .callbar-call::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, .7) 50%, transparent 65%);
  transform: translateX(-120%);
}
.btn-signal:hover::after, .float-cta:hover::after { transition: transform .7s ease; transform: translateX(120%); }
.callbar-call::after, .float-cta::after { animation: shine 5s ease-in-out infinite 2s; }
@keyframes shine { 0%, 80% { transform: translateX(-120%); } 100% { transform: translateX(120%); } }
.service .service-no { transition: color .25s; }
.service:hover .service-no { color: var(--signal); -webkit-text-stroke: .4px var(--ink); }
.split-media img, .project-figure img, .intro-figure img { transition: transform .8s cubic-bezier(.2, .7, .2, 1); }
.split-media figure, .project-figure, .intro-figure { overflow: hidden; border-radius: var(--r); }
.split-media figure:hover img, .project-figure:hover img { transform: scale(1.04); }

.split, .projects, .steps, .contact, .rich { background-color: var(--paper); background-image: var(--pattern-wires); background-size: 360px 360px; }
.services, .gallery, .points, .faq { background: var(--pattern-dots), var(--white); }
.split, .services, .projects, .steps, .contact, .points, .faq { position: relative; overflow: hidden; }
.split::before, .projects::before, .steps::before, .faq::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: min(46vw, 560px);
  aspect-ratio: 1;
  right: -8%;
  top: -12%;
  background: radial-gradient(closest-side, rgba(255, 196, 0, .16), transparent);
  pointer-events: none;
}
.projects::before, .faq::before { right: auto; left: -10%; top: auto; bottom: -15%; }
.split > .wrap, .services > .wrap, .projects > .wrap, .steps > .wrap, .contact > .wrap, .points > .wrap, .faq > .wrap { position: relative; z-index: 1; }

.bolt-bg { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
.intro, .site-footer { position: relative; overflow: hidden; }
.intro > .wrap, .reviews > .wrap, .site-footer > .wrap { position: relative; z-index: 1; }
.hero .bolt-bg { z-index: 0; }

@media (max-width: 1080px) {
  .step-list { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 2.5rem; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  :root { --header: 64px; }
  .header-row { gap: .75rem; }
  .brand-logo { height: 32px; }
  .header-call { display: grid; place-items: center; width: 44px; height: 44px; margin-left: auto; border-radius: var(--r); background: var(--signal); color: var(--ink); }
  .header-call .icon { width: 20px; height: 20px; }
  .nav-toggle { display: grid; }
  .nav {
    position: fixed;
    inset: var(--header) 0 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    margin: 0;
    padding: 1.5rem var(--gutter) 2rem;
    background: var(--ink);
    overflow: auto;
  }
  .nav.is-open { display: flex; }
  .nav ul { flex-direction: column; gap: 0; }
  .nav .spark-menu { display: block; margin: -.5rem 0 -.2rem; }
  .nav ul a { font-size: 2rem; font-weight: 750; font-stretch: 112%; letter-spacing: -.02em; padding: .7rem 0; color: var(--white); border-bottom: 1px solid var(--line-light); }
  .nav ul a[aria-current="page"] { color: var(--signal); }
  .nav ul a[aria-current="page"]::after { display: none; }
  .nav-cta, .nav-phone { justify-content: center; text-align: center; padding: 1rem; font-size: 1.1rem; }
  .nav-phone { margin-top: auto; }

  .hero { min-height: max(calc(100svh - var(--header)), 780px); align-items: flex-end; }
  .hero-inner { padding-block: 0 2.2rem; }
  .hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(to top, var(--ink) 0%, var(--ink) 36%, rgba(17,18,20,.85) 48%, rgba(17,18,20,0) 68%);
  }
  .hero-panel { right: 0; bottom: auto; top: 9%; width: 62%; height: 46%; }
  .hero-img { right: auto; left: 50%; bottom: auto; top: 3%; height: min(64%, 640px); transform: translateX(-38%); }
  .hero-photo .hero-img { width: 100%; height: 70%; top: 0; left: 0; transform: none; object-position: 50% 15%; }
  .hero-photo .hero-visual::after { display: none; }
  .hero-rating { margin-bottom: 1.2rem; }
  .hero-title { font-size: calc(min(clamp(2.2rem, 10.2vw, 4.4rem), 10.4cqi) * var(--hs, 1) * var(--hs-global, 1)); }
  .hero-lead { margin-top: 1rem; font-size: 1.05rem; }
  .hero-actions { margin-top: 1.6rem; }
  .hero-facts { margin-top: 1.4rem; }

  .intro-has-image .intro-grid, .split-grid, .services-grid, .project, .project:nth-child(even), .points-grid, .faq-grid, .cta-grid, .contact-grid { grid-template-columns: 1fr; }
  .project:nth-child(even) .project-figure, .split-reverse .split-copy { order: 0; }
  .services-head { position: static; }
  .review-track { grid-auto-columns: minmax(280px, 46%); }
}

@media (max-width: 640px) {
  :root { --callbar: 80px; }
  body { padding-bottom: var(--callbar); }
  .admin-bar-hide-sm { display: none; }
  .admin-bar-show-sm { display: inline; }
  .admin-bar-row { gap: .9rem; white-space: nowrap; }
  .step-list, .point-list { grid-template-columns: 1fr; }
  .cta-phone { font-size: min(2.6rem, 10.2vw); }
  .hero-actions, .header-call, .float-cta { display: none; }
  .nav-toggle { margin-left: auto; }
  .hero { min-height: max(calc(100svh - var(--header)), 540px); }
  .hero-inner { padding-bottom: calc(var(--callbar) + 1.2rem); }
  .spark-hero { bottom: calc(var(--callbar) - 6px); }
  .hero-img { height: min(66%, 520px); }
  .hero-lead { font-size: .95rem; }
  .hero-facts { margin-top: 1rem; font-size: .8rem; }
  .field-row { grid-template-columns: 1fr; }
  .review-track { grid-auto-columns: 86%; gap: 1.2rem; }
  .contact-list > div { grid-template-columns: 1fr; gap: .1rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { align-items: start; flex-direction: column; }
  .split-media-2 figure:last-child { margin-top: 12%; }
  .callbar {
    position: fixed;
    z-index: 45;
    left: .75rem;
    right: .75rem;
    bottom: calc(.75rem + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
    pointer-events: none;
  }
  .callbar a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 52px;
    border-radius: 10px;
    font-weight: 700;
    font-size: .98rem;
    text-decoration: none;
    pointer-events: auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .28), 0 2px 6px rgba(0, 0, 0, .18);
  }
  .callbar .icon { width: 18px; height: 18px; }
  .callbar-call { background: var(--signal); color: var(--ink); }
  .callbar-quote { background: var(--ink); color: var(--white); box-shadow: 0 8px 24px rgba(0, 0, 0, .28), 0 2px 6px rgba(0, 0, 0, .18), inset 0 0 0 1px rgba(255, 255, 255, .3); }
  .consent { left: .6rem; right: .6rem; bottom: calc(var(--callbar) + env(safe-area-inset-bottom)); width: auto; border-radius: 12px; padding: 1.1rem; gap: .8rem; }
  .consent-actions .btn { flex: 1 1 40%; font-size: .95rem; }
}

@media (max-width: 640px) and (max-height: 700px) {
  .hero-img { height: 56%; top: 2%; }
  .hero-panel { top: 7%; height: 40%; }
  .hero-rating { margin-bottom: .8rem; font-size: .85rem; }
  .hero-title { font-size: calc(min(2.15rem, 10.4cqi) * var(--hs, 1) * var(--hs-global, 1)); }
  .hero-lead { margin-top: .7rem; font-size: .9rem; }
  .hero-facts { margin-top: .7rem; }
}

@media (max-width: 640px) {
  body:not(.is-editing) .hide-sm { display: none !important; }
}
@media (min-width: 641px) {
  body:not(.is-editing) .hide-lg { display: none !important; }
}
.is-editing [data-block] { cursor: pointer; }
body:not(.is-editing) .blk-hidden { display: none !important; }
.is-editing .blk-hidden { opacity: .35; }
@media (max-width: 640px) { .is-editing .hide-sm { opacity: .35; } }
@media (min-width: 641px) { .is-editing .hide-lg { opacity: .35; } }
.is-editing .float-cta, .is-editing .admin-bar, .is-editing .consent { display: none !important; }
.is-editing [data-block].is-picked { outline: 2px solid var(--signal); outline-offset: -2px; }
.is-editing [data-block]:hover { outline: 2px dashed rgba(255, 196, 0, .7); outline-offset: -2px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .js [data-reveal], .js .hero-title span, .js .hero-rating, .js .hero-lead, .js .hero-actions, .js .hero-facts, .js .hero-img { opacity: 1; transform: none; }
  .js .hero-panel { transform: none; }
  .form-done-icon svg { stroke-dashoffset: 0; }
}
