:root {
  color-scheme: dark;
  --black: #050505;
  --panel: #0a0a0a;
  --panel-2: #101010;
  --line: rgba(255,255,255,.14);
  --muted: #aaa;
  --white: #f7f7f5;
  --max: 1180px;
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--black); color: var(--white); line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 1000; background: white; color: black; padding: 10px 14px; }
.skip-link:focus { left: 8px; }
.eyebrow { margin: 0 0 10px; font-size: .72rem; text-transform: uppercase; letter-spacing: .24em; color: #c8c8c8; font-weight: 700; }
.section-title { font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.05; font-weight: 380; letter-spacing: -.045em; margin: 0; }
.lede { max-width: 650px; color: var(--muted); font-size: clamp(1rem, 2vw, 1.15rem); }
.button { min-height: 48px; padding: 13px 20px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 760; cursor: pointer; background: transparent; color: white; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { background: white; color: #080808; border-color: white; }
.button.ghost:hover { background: rgba(255,255,255,.08); }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(5,5,5,.86); backdrop-filter: blur(18px); }
.nav-shell { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: .68rem; font-weight: 740; letter-spacing: .22em; white-space: nowrap; }
.logo-mark { width: 45px; height: 39px; position: relative; flex: none; }
.logo-mark::before, .logo-mark::after { content: ""; position: absolute; width: 29px; height: 27px; border: 5px solid currentColor; border-left-width: 5px; top: 2px; }
.logo-mark::before { left: 0; border-radius: 0 16px 16px 0; }
.logo-mark::after { left: 12px; top: 10px; border-radius: 0 16px 16px 0; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a:not(.button) { font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; color: #ddd; }
.nav-links a:not(.button):hover { color: white; }
.menu-button { display: none; border: 0; color: white; background: transparent; width: 44px; height: 44px; padding: 10px; }
.menu-button span { display: block; height: 1px; background: currentColor; margin: 6px 0; }
.hero { min-height: 680px; position: relative; overflow: hidden; display: grid; align-items: center; border-bottom: 1px solid var(--line); isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 80% 55%, rgba(255,255,255,.11), transparent 17%), linear-gradient(122deg, #050505 0 52%, #131313 53%, #040404 66%); }
.hero::after { content: ""; position: absolute; z-index: -1; width: 63vw; height: 820px; right: -17vw; top: -190px; border-left: 2px solid rgba(255,255,255,.7); border-radius: 50% 0 0 50%; transform: rotate(23deg); box-shadow: -16px 0 28px rgba(255,255,255,.12), -32px 0 70px rgba(255,255,255,.06); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 680px) 1fr; gap: 40px; align-items: center; padding-block: 90px 72px; }
.hero h1 { margin: 0; font-size: clamp(3.5rem, 7vw, 6.3rem); line-height: .91; font-weight: 260; letter-spacing: -.062em; max-width: 700px; }
.hero .lede { font-size: clamp(1.05rem, 2vw, 1.35rem); margin-block: 26px 0; max-width: 600px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.location-line { display: flex; flex-wrap: wrap; gap: 10px 14px; align-items: center; color: #d0d0d0; margin-top: 30px; font-size: .86rem; }
.location-line span { color: #686868; }
.trust-strip { border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 23px 20px; text-align: center; text-transform: uppercase; letter-spacing: .12em; font-size: .69rem; color: #dedede; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.section { padding: clamp(76px, 10vw, 120px) 0; border-bottom: 1px solid var(--line); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 42px; }
.section-head .lede { margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 465px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: linear-gradient(150deg, #101010, #060606); display: flex; flex-direction: column; position: relative; }
.service-card.featured { border-color: rgba(255,255,255,.65); box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.service-card.featured::before { content: "Most popular"; position: absolute; top: 16px; right: 16px; z-index: 2; background: white; color: black; padding: 6px 10px; text-transform: uppercase; letter-spacing: .14em; font-size: .57rem; font-weight: 800; }
.service-visual { height: 175px; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 65% 45%, rgba(255,255,255,.23), transparent 6%), radial-gradient(ellipse at 50% 100%, #292929 0, #151515 36%, #080808 70%); }
.service-visual::before, .service-visual::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.55); border-radius: 48%; width: 310px; height: 90px; transform: rotate(-12deg); right: -80px; top: 70px; box-shadow: 0 -8px 28px rgba(255,255,255,.08); }
.service-visual::after { width: 165px; height: 165px; border-width: 8px; border-color: rgba(255,255,255,.18); right: 24px; top: 80px; }
.service-card:nth-child(2) .service-visual::before { transform: rotate(18deg); right: -20px; top: 35px; }
.service-card:nth-child(3) .service-visual::before { width: 390px; transform: rotate(-5deg); top: 85px; }
.service-body { padding: 26px; flex: 1; display: flex; flex-direction: column; }
.service-body h3 { margin: 0; font-size: 1.3rem; font-weight: 560; letter-spacing: -.02em; }
.service-body ul { color: #bbb; margin: 18px 0 28px; padding-left: 18px; }
.service-price { margin-top: auto; display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding-top: 20px; border-top: 1px solid var(--line); color: #aaa; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.service-price strong { color: white; font-size: 1.7rem; font-weight: 390; letter-spacing: -.03em; }
.chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.chip { border: 1px solid var(--line); padding: 9px 12px; font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; color: #d5d5d5; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.step { background: #080808; padding: 34px 25px; min-height: 235px; }
.step-num { width: 38px; height: 38px; border: 1px solid #777; border-radius: 50%; display: grid; place-items: center; font-size: .8rem; }
.step h3 { margin: 25px 0 8px; font-size: 1rem; font-weight: 650; text-transform: uppercase; letter-spacing: .08em; }
.step p { margin: 0; color: #999; font-size: .9rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.before-after { height: 270px; position: relative; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: linear-gradient(90deg, #111 50%, #232323 50%); }
.before-after::before { content: ""; position: absolute; width: 180px; height: 180px; border: 16px solid #292929; border-radius: 50%; top: 48px; left: calc(50% - 90px); box-shadow: inset 0 0 0 8px #090909, 0 0 0 1px #aaa; }
.before-after::after { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: white; opacity: .7; }
.before-after[data-type="interior"]::before { width: 260px; height: 120px; border-radius: 30px 30px 80px 80px; border-width: 3px; top: 75px; left: calc(50% - 130px); background: repeating-linear-gradient(90deg, transparent 0 20px, rgba(255,255,255,.08) 21px 22px); }
.before-after[data-type="paint"]::before { width: 360px; height: 80px; border: 1px solid #777; border-radius: 50%; top: 110px; left: calc(50% - 180px); transform: rotate(-10deg); box-shadow: 0 -10px 28px rgba(255,255,255,.1); }
.ba-label { position: absolute; bottom: 14px; z-index: 2; padding: 6px 9px; background: rgba(0,0,0,.7); font-size: .58rem; text-transform: uppercase; letter-spacing: .12em; }
.ba-label.before { left: 14px; }.ba-label.after { right: 14px; }
.gallery-note { margin: 20px 0 0; color: #929292; font-size: .86rem; }
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: start; }
.area-panel { min-height: 400px; border: 1px solid var(--line); border-radius: var(--radius); padding: 36px; position: relative; overflow: hidden; background: #090909; }
.area-panel::before { content:""; position:absolute; inset:0; opacity:.14; background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg,#fff 1px,transparent 1px); background-size: 48px 48px; transform: rotate(-9deg) scale(1.2); }
.area-content { position: relative; z-index: 1; }
.area-cities { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.area-cities span { padding: 8px 10px; border: 1px solid var(--line); font-size: .72rem; color: #cfcfcf; }
.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 22px 2px; display: flex; justify-content: space-between; align-items: center; border: 0; background: transparent; color: white; text-align: left; cursor: pointer; font-size: .98rem; }
.faq-item button::after { content: "+"; font-size: 1.4rem; font-weight: 200; }
.faq-item button[aria-expanded="true"]::after { content: "−"; }
.faq-answer { color: #aaa; padding: 0 30px 22px 2px; font-size: .91rem; }
.final-cta { position: relative; overflow: hidden; text-align: center; padding: clamp(90px, 13vw, 150px) 0; border-bottom: 1px solid var(--line); }
.final-cta::before { content:""; position:absolute; width: 540px; height: 540px; border: 1px solid rgba(255,255,255,.45); border-radius:50%; left:-280px; bottom:-360px; box-shadow: 0 -18px 60px rgba(255,255,255,.1); }
.final-cta h2 { font-size: clamp(2.3rem, 6vw, 4.8rem); line-height: .98; font-weight: 270; letter-spacing: -.05em; margin: 0 auto 16px; max-width: 900px; }
.final-cta p { color: #999; margin-bottom: 28px; }
.footer { padding: 45px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 50px; align-items: start; }
.footer h3 { font-size: .68rem; text-transform: uppercase; letter-spacing: .17em; margin: 0 0 14px; }
.footer p, .footer a { color: #9e9e9e; font-size: .86rem; }
.footer-links { display: grid; gap: 7px; }
.copyright { border-top: 1px solid var(--line); margin-top: 36px; padding-top: 20px; color: #666; font-size: .72rem; }
.booking-dialog { width: min(620px, calc(100% - 28px)); border: 1px solid #333; border-radius: 20px; background: #0a0a0a; color: white; padding: 0; box-shadow: 0 40px 140px rgba(0,0,0,.8); }
.booking-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(6px); }
.booking-shell { padding: 28px; }
.dialog-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; border-bottom: 1px solid var(--line); padding-bottom: 20px; margin-bottom: 22px; }
.dialog-head h2 { margin: 0; font-size: 2rem; font-weight: 350; }
.dialog-close { border: 0; background: transparent; color: white; font-size: 1.7rem; cursor: pointer; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; color: #aaa; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #333; background: #111; color: white; border-radius: 5px; padding: 12px; min-height: 47px; }
.field textarea { min-height: 90px; resize: vertical; }
.form-note { color: #777; font-size: .75rem; margin: 14px 0 20px; }
.error-page { min-height: 100vh; width: min(calc(100% - 40px), 1000px); margin: auto; display: grid; align-content: center; gap: 70px; }
.error-page h1 { font-size: clamp(4rem, 12vw, 8rem); margin: 0; font-weight: 250; }
.mark { font-weight: 800; font-size: 1.4rem; letter-spacing: -.12em; }
@media (max-width: 900px) {
  .menu-button { display: block; }
  .nav-shell { min-height: 68px; }
  .nav-links { position: absolute; top: 68px; left: 0; right: 0; padding: 24px 20px 28px; background: #080808; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; display: none; }
  .nav-links[data-open="true"] { display: flex; }
  .nav-links .button { width: 100%; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 74px 62px; }
  .hero::after { width: 85vw; height: 550px; right: -52vw; top: -120px; opacity: .65; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-head { align-items: start; flex-direction: column; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .steps { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 52px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .brand span:last-child { display: none; }
  .hero h1 { font-size: clamp(3.15rem, 16vw, 4.6rem); }
  .hero-actions .button { flex: 1 1 100%; }
  .location-line { font-size: .78rem; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { padding: 18px 9px; font-size: .58rem; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 0; }
  .area-panel { padding: 27px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid > :first-child { grid-column: auto; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; } }
