:root {
  --ink: #070504;
  --paper: #d8c9b5;
  --acid: #91613b;
  --muted: #85796d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  background: #070504;
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: geometricPrecision;
}
a { color: inherit; text-decoration: none; }

.site-shell { --progress: 0; min-height: 100vh; overflow: clip; background: var(--ink); }
.topbar {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 108px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 32px;
  border-bottom: 1px solid rgba(155,112,76,.28);
  background: rgba(7,5,4,.78);
  backdrop-filter: blur(18px);
}
.brand { display: block; width: fit-content; }
.topbar .brand { grid-column: 2; grid-row: 1; justify-self: center; }
.brand img { display: block; width: 148px; height: 84px; object-fit: contain; }
.top-status { margin: 0; color: #a6aaa5; font: 600 10px/1 monospace; letter-spacing: .13em; text-transform: uppercase; }
.top-status { grid-column: 1; grid-row: 1; }
.top-status i { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: #a3734a; box-shadow: 0 0 14px rgba(163,115,74,.5); }
.phone-link { justify-self: end; text-align: right; font-size: 14px; font-weight: 700; letter-spacing: .02em; }
.phone-link span { display: block; margin-bottom: 5px; color: var(--muted); font: 9px/1 monospace; letter-spacing: .12em; text-transform: uppercase; }

.repair-scroll { height: 460vh; }
.repair-sticky { position: sticky; top: 0; height: 100vh; min-height: 620px; overflow: hidden; background: #070504; }
.ambient-grid {
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image: linear-gradient(rgba(142,94,56,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(142,94,56,.14) 1px, transparent 1px);
  background-size: 104px 104px;
  mask-image: linear-gradient(to bottom, transparent 4%, #000 50%, transparent 98%);
}
.intro-copy {
  position: absolute;
  z-index: 5;
  top: clamp(136px, 17vh, 180px);
  left: 6vw;
  width: min(710px, 60vw);
  opacity: clamp(0, calc(1 - var(--progress) * 7), 1);
  transform: translateY(calc(var(--progress) * -80px));
}
.eyebrow { margin: 0 0 17px; color: var(--acid); font: 700 10px/1 monospace; letter-spacing: .19em; }
.intro-copy h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(48px, 6.3vw, 102px); line-height: .86; letter-spacing: -.055em; font-weight: 400; }
.intro-copy h1 span { display: block; color: #9b6a43; font-style: italic; }
.intro-lead { max-width: 360px; margin: 28px 0 0 4px; color: #b9bbb6; font-size: 15px; line-height: 1.5; }

.car-stage {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: clamp(42px, 3vh, 68px);
  width: min(92vw, 1320px);
  aspect-ratio: 3 / 2;
  transform: translateX(-50%) translateY(calc((1 - clamp(0, var(--progress) * 5, 1)) * 18vh)) scale(calc(.86 + clamp(0, var(--progress) * 4, 1) * .14));
}
.hero-car { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; transition: opacity .12s linear; }

.stage-panel { position: absolute; z-index: 8; top: 26vh; right: 6vw; width: min(350px, 29vw); opacity: clamp(0, calc((var(--progress) - .07) * 7), 1); padding: 30px; border: 1px solid rgba(151,103,64,.36); background: rgba(10,7,5,.72); backdrop-filter: blur(14px); }
.stage-panel > p { margin: 0 0 13px; color: var(--acid); font: 700 10px/1 monospace; letter-spacing: .18em; }
.stage-panel h2 { margin: 0 0 18px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(28px, 3vw, 48px); line-height: .96; letter-spacing: -.04em; font-weight: 400; }
.stage-panel > span { display: block; color: #9ea29d; font-size: 13px; line-height: 1.55; }
.stage-panel strong { display: block; width: fit-content; margin-top: 23px; padding: 7px 9px; border: 1px solid #3a3d39; color: #d8dad4; font: 9px/1 monospace; letter-spacing: .12em; }
.stage-panel small { display: block; margin-top: 12px; color: #a87950; font: 700 9px/1.45 monospace; letter-spacing: .06em; text-transform: uppercase; }
.stage-map { position: absolute; z-index: 10; left: 5vw; bottom: 34px; display: grid; grid-template-columns: repeat(4, minmax(90px, 150px)); gap: 0; }
.stage-map span { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 9px; padding: 11px 14px; border-top: 1px solid #34251d; color: #5e554e; font: 8px/1 monospace; letter-spacing: .1em; text-transform: uppercase; transition: color .25s, border-color .25s, background .25s; }
.stage-map span.is-active { border-color: #a47049; color: #d8c9b5; background: rgba(82,48,29,.22); }
.stage-map i { color: #9a6a46; font-style: normal; }
.scroll-rail { position: absolute; z-index: 9; right: 32px; top: 50%; display: grid; justify-items: center; gap: 11px; transform: translateY(-50%); color: #6b6f6a; font: 8px/1 monospace; letter-spacing: .14em; writing-mode: vertical-rl; }
.scroll-rail div { position: relative; width: 1px; height: 180px; background: #343733; overflow: hidden; }
.scroll-rail i { position: absolute; inset: 0 0 auto; height: calc(var(--progress) * 100%); background: var(--acid); box-shadow: 0 0 12px var(--acid); }
.estimate-fab { position: absolute; z-index: 12; right: 5.5vw; bottom: 5.5vh; display: flex; align-items: center; justify-content: space-between; width: 145px; height: 145px; padding: 20px; border-radius: 50%; background: #8c5d37; color: #f0e5d6; font-size: 13px; font-weight: 800; text-transform: uppercase; transform: rotate(calc((1 - var(--progress)) * -8deg)); transition: filter .2s; }
.estimate-fab:hover { filter: brightness(1.12); }
.estimate-fab > span { line-height: 1.05; }.estimate-fab > :last-child { font-size: 25px; }

.service-preview { position: relative; z-index: 15; display: grid; grid-template-columns: .55fr 1.45fr repeat(3, 1fr); min-height: 100vh; padding: 130px 4vw 100px; border-top: 1px solid #352419; background: #0d0907; }
.section-index { margin: 4px 0; color: #6d5a4b; font: 10px/1 monospace; letter-spacing: .14em; }
.service-preview > div { padding-right: 5vw; }
.service-preview h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(44px, 5.6vw, 84px); line-height: .88; letter-spacing: -.055em; font-weight: 400; }
.service-preview article { align-self: end; min-height: 360px; padding: 24px 20px; border-left: 1px solid #3a291f; transition: background .25s, transform .25s; }
.service-preview article:hover { background: #17100c; transform: translateY(-10px); }
.service-preview article > span { color: var(--acid); font: 10px/1 monospace; }
.service-preview h3 { margin: 170px 0 16px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(19px, 1.7vw, 28px); line-height: 1; letter-spacing: -.02em; font-weight: 400; }
.service-preview article p { margin: 0; color: #8d7e72; font-size: 12px; line-height: 1.6; }
.service-preview ul { display: grid; gap: 7px; margin: 24px 0 0; padding: 0; list-style: none; color: #c5b5a2; font: 9px/1.2 monospace; letter-spacing: .06em; text-transform: uppercase; }
.service-preview li::before { content: '＋'; margin-right: 6px; color: var(--acid); }

.care-section { display: grid; grid-template-columns: 1fr 1.35fr; gap: 8vw; padding: 150px 7vw; background: #17100c; color: #d8c9b5; }
.care-heading { position: sticky; top: 130px; align-self: start; }
.care-heading h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(45px, 6.6vw, 100px); line-height: .86; letter-spacing: -.06em; font-weight: 400; }
.care-list article { display: grid; grid-template-columns: 52px 1fr auto; gap: 24px; align-items: start; padding: 32px 0 42px; border-top: 1px solid #453024; }
.care-list article:last-child { border-bottom: 1px solid #453024; }
.care-list article > span, .care-list strong { font: 9px/1 monospace; letter-spacing: .12em; }
.care-list article > span { color: #79695d; }.care-list strong { padding: 7px 8px; border: 1px solid #654833; color: #ab7b52; }
.care-list h3 { margin: 0 0 12px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(22px, 2.4vw, 38px); letter-spacing: -.035em; font-weight: 400; }
.care-list p { max-width: 470px; margin: 0; color: #8d7e72; font-size: 13px; line-height: 1.65; }

.price-section { display: grid; grid-template-columns: .7fr 1.3fr; min-height: 100vh; background: #0a0705; }
.price-note { display: flex; flex-direction: column; justify-content: space-between; min-height: 680px; padding: 70px 5vw; background: #633b24; color: #eadbc7; }
.price-note > span { width: fit-content; padding: 7px 9px; border: 1px solid rgba(234,219,199,.42); font: 800 10px/1 monospace; letter-spacing: .12em; }
.price-note p { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 5.4vw, 79px); line-height: .9; letter-spacing: -.05em; font-weight: 400; }
.price-note strong { font-weight: 400; -webkit-text-stroke: 1px #eadbc7; color: transparent; }
.price-main { padding: 90px 7vw; }
.price-main h2 { margin: 0 0 80px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(50px, 7vw, 105px); line-height: .84; letter-spacing: -.055em; font-weight: 400; }
.price-row { display: grid; grid-template-columns: 1fr auto 90px; gap: 30px; align-items: baseline; padding: 28px 0; border-top: 1px solid #3b2a21; }
.price-row:nth-of-type(2) { border-bottom: 1px solid #3b2a21; }
.price-row span { color: #9d8e81; font-size: 14px; }.price-row strong { color: #aa754d; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(21px, 2.5vw, 38px); font-weight: 400; letter-spacing: -.03em; }.price-row small { color: #6f6055; font: 9px/1 monospace; text-transform: uppercase; }
.legal-note { max-width: 460px; margin: 32px 0 0 auto; color: #75665b; font-size: 10px; line-height: 1.5; }

.workshop-section { position: relative; padding: 140px 5vw 120px; background: #120c09; }
.workshop-section::before { content: ''; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(90deg, transparent 49.9%, #8e5e3d 50%, transparent 50.1%), linear-gradient(transparent 49.9%, #8e5e3d 50%, transparent 50.1%); background-size: 90px 90px; }
.workshop-section > * { position: relative; z-index: 1; }
.equipment-line { display: flex; align-items: center; gap: 1.7vw; margin: 60px 0 80px; white-space: nowrap; overflow: hidden; color: transparent; -webkit-text-stroke: 1px rgba(190,157,128,.72); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(41px, 7.4vw, 118px); font-weight: 400; letter-spacing: -.04em; }
.equipment-line i { flex: 0 0 7px; width: 7px; height: 7px; border-radius: 50%; background: #9b6a43; }
.workshop-section > p:last-child { max-width: 560px; margin: 0 0 0 auto; color: #8f7e71; font-size: 15px; line-height: 1.65; }

.contact-section { min-height: 100vh; padding: 120px 5vw 90px; background: #24150e; color: #dfcfba; border-top: 1px solid #5a3927; }
.contact-status { color: #b17d55; font: 800 10px/1 monospace; letter-spacing: .13em; }.contact-status i { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #a6724b; }
.contact-section h2 { margin: 110px 0 24px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(72px, 14vw, 220px); line-height: .72; letter-spacing: -.07em; font-weight: 400; }
.contact-section > p { max-width: 480px; margin: 0 0 90px auto; font-size: 15px; line-height: 1.6; }
.contact-actions { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 10vw; border-top: 1px solid rgba(177,125,85,.42); padding-top: 35px; }
.contact-primary { min-width: 0; }
.contact-phone { display: flex; align-items: center; justify-content: space-between; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(30px, 5.5vw, 82px); font-weight: 400; letter-spacing: -.04em; }
.contact-messengers { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 25px; }
.chat-number { width: 100%; margin-bottom: 2px; color: #b99170; font: 800 9px/1 monospace; letter-spacing: .12em; }
.messenger-link { display: inline-flex; align-items: center; gap: 10px; min-height: 46px; padding: 9px 16px 9px 9px; border: 1px solid rgba(190,145,106,.48); background: rgba(7,5,4,.22); color: #eadbc7; font-size: 12px; font-weight: 800; letter-spacing: .02em; transition: background .2s, border-color .2s, transform .2s; }
.messenger-link > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #8c5d37; color: #fff3e4; font: 800 9px/1 Arial, sans-serif; }
.messenger-link:hover { border-color: #c18b61; background: rgba(140,93,55,.24); transform: translateY(-2px); }
.contact-address { font-size: 17px; font-weight: 700; line-height: 1.25; }.contact-address > span { display: block; margin-bottom: 15px; font: 9px/1 monospace; letter-spacing: .13em; text-transform: uppercase; }
.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 38px 5vw; background: #070504; color: #7f7064; border-top: 1px solid #2d1e17; }
.footer-brand img { width: 126px; height: 72px; }.site-footer p { margin: 0; font: 9px/1 monospace; letter-spacing: .11em; text-transform: uppercase; }.site-footer > a { justify-self: end; font-size: 12px; text-transform: uppercase; }

@media (max-width: 900px) {
  .topbar { height: 86px; grid-template-columns: auto 1fr; padding: 0 18px; }.top-status { display: none; }.topbar .brand { grid-column: 1; justify-self: start; }.brand img { width: 112px; height: 64px; }.phone-link { grid-column: 2; }
  .repair-scroll { height: 390vh; }.repair-sticky { min-height: 580px; }
  .intro-copy { left: 20px; width: calc(100vw - 40px); }.intro-copy h1 { font-size: clamp(44px, 15vw, 74px); }
  .car-stage { width: 128vw; bottom: 13vh; }
  .stage-panel { top: 23vh; left: 20px; right: auto; width: min(320px, 78vw); padding: 22px; }
  .stage-map { left: 20px; right: 20px; bottom: 18px; grid-template-columns: repeat(4, 1fr); }.stage-map span { display: block; padding: 9px 7px; text-align: center; }.stage-map i { display: block; margin-bottom: 5px; }
  .scroll-rail { right: 13px; }.estimate-fab { right: 20px; bottom: 22px; width: 112px; height: 112px; padding: 15px; font-size: 10px; }
  .service-preview { grid-template-columns: 1fr; gap: 36px; min-height: auto; padding: 100px 20px; }.section-index { display: none; }.service-preview > div { padding-right: 0; }
  .service-preview article { min-height: 180px; padding: 22px 0; border-left: 0; border-top: 1px solid #383b37; }.service-preview h3 { margin: 66px 0 12px; }
  .care-section { grid-template-columns: 1fr; gap: 80px; padding: 100px 20px; }.care-heading { position: static; }.care-list article { grid-template-columns: 36px 1fr; }.care-list strong { display: none; }
  .price-section { grid-template-columns: 1fr; }.price-note { min-height: 560px; padding: 50px 20px; }.price-main { padding: 90px 20px; }.price-row { grid-template-columns: 1fr auto; gap: 15px; }.price-row small { display: none; }
  .workshop-section { padding: 100px 20px; }.equipment-line { margin: 40px 0 60px; overflow: visible; flex-wrap: wrap; }.workshop-section > p:last-child { margin-left: 0; }
  .contact-section { padding: 100px 20px 70px; }.contact-section h2 { margin-top: 100px; font-size: clamp(66px, 19vw, 150px); }.contact-section > p { margin-left: 0; }.contact-actions { grid-template-columns: 1fr; gap: 55px; }.contact-messengers { margin-top: 22px; }.site-footer { grid-template-columns: 1fr auto; }.site-footer p { display: none; }
}
@media (max-width: 560px) {
  .topbar { height: 74px; }.brand img { width: 94px; height: 55px; }.phone-link { font-size: 11px; }.phone-link span { display: none; }
  .intro-copy { top: 108px; }.intro-copy h1 { font-size: clamp(36px, 12.5vw, 66px); }.intro-lead { font-size: 13px; }.car-stage { width: 148vw; bottom: 16vh; }
  .stage-panel { top: 19vh; }.stage-panel h2 { font-size: clamp(25px, 8vw, 38px); }.stage-panel > span { font-size: 12px; }.scroll-rail { display: none; }
  .stage-map { left: 8px; right: 8px; }.stage-map span { font-size: 6px; letter-spacing: .04em; }
  .service-preview h2 { font-size: clamp(36px, 12vw, 58px); }
  .care-heading h2 { font-size: clamp(36px, 12vw, 62px); }
  .price-note p { font-size: clamp(34px, 11.5vw, 54px); }
  .price-main h2 { font-size: clamp(38px, 13vw, 66px); }
  .equipment-line { font-size: clamp(32px, 11vw, 54px); }
  .contact-section h2 { font-size: clamp(40px, 15vw, 78px); }
  .care-list article { gap: 14px; }.price-row { align-items: end; }.price-row span { max-width: 150px; }.price-row strong { text-align: right; }
  .contact-section > p { margin-bottom: 65px; }.contact-phone { font-size: clamp(25px, 8.2vw, 46px); }.contact-messengers { display: grid; grid-template-columns: 1fr 1fr; }.chat-number { grid-column: 1 / -1; }.messenger-link { justify-content: center; padding-right: 10px; }.site-footer { padding: 38px 20px; }
}
@media (max-width: 360px) {
  .intro-copy { left: 16px; width: calc(100vw - 32px); }
  .intro-copy h1 { font-size: clamp(34px, 11.5vw, 41px); line-height: .9; }
  .service-preview, .care-section, .price-main, .workshop-section, .contact-section { padding-left: 16px; padding-right: 16px; }
  .service-preview h2, .care-heading h2 { font-size: clamp(34px, 10.8vw, 39px); line-height: .92; }
  .price-note { padding-left: 16px; padding-right: 16px; }
  .price-note p { font-size: clamp(32px, 10.5vw, 38px); }
  .price-main h2 { font-size: clamp(36px, 11.5vw, 42px); line-height: .88; }
  .contact-section h2 { font-size: clamp(38px, 13.5vw, 49px); line-height: .8; }
  .contact-phone { font-size: clamp(24px, 7.8vw, 28px); }
  .messenger-link { gap: 7px; min-height: 44px; padding-left: 7px; font-size: 10px; }
  .messenger-link > span { width: 26px; height: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; }
}
