/* Editorial workshop design: charcoal, warm paper, precision orange. */
:root {
  --orange: #ff9851;
  --orange-hover: #ffad73;
  --bg: #171918;
  --bg-raised: #202321;
  --bg-card: #242724;
  --gray-400: #b2b5ae;
  --gray-500: #a2a69e;
  --paper: #f2f0e9;
  --ink: #232722;
  --line: #d6d7cd;
  --radius: 3px;
  --radius-lg: 4px;
  --max-w: 1320px;
  --nav-h: 90px;
  --fs-h2: clamp(2.8rem, 5.2vw, 4.7rem);
}
.container, .nav__inner, .why__inner, .trust__inner, .footer__inner { padding-left: 48px; padding-right: 48px; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 1100; background: var(--orange); color: var(--ink); padding: 12px 20px; }
.skip-link:focus { top: 12px; }
.nav { background: #171918; border-bottom: 1px solid #ffffff15; }
.nav--scrolled { background: #171918f5; }
.nav__logo-img { display: block; width: 168px; height: auto; }
.nav__links { gap: 25px; }
.nav__link { text-transform: none; font-size: 12px; letter-spacing: 0; }
.nav__cta { padding: 12px 18px; }
.btn { text-transform: none; letter-spacing: 0; border-radius: 3px; font-weight: 600; }
.btn--lg { font-size: 14px; padding: 17px 23px; }
.btn--primary:hover { box-shadow: none; }
.hero { min-height: 790px; height: min(890px, 100svh); background-position: 75% center; margin-top: var(--nav-h); }
.hero__video { left: 40%; width: 60%; object-position: 63% center; }
.hero__video-overlay { background: linear-gradient(90deg, #171918 0%, #171918 34%, #171918e8 44%, #17191845 65%, #17191815 100%); }
.hero__noise, .hero__grid-overlay, .hero__diagonals, .hero__shape, .hero__scroll { display: none; }
.hero__content { padding: 50px 48px 85px; }
.hero__title { font-size: clamp(5rem, 8.6vw, 8rem); line-height: .96; letter-spacing: -.012em; margin-bottom: 26px; }
.hero__title--accent::after { display: none; }
.hero__sub { max-width: 455px; font-size: 14px; line-height: 1.85; color: #bfc3ba; margin-bottom: 27px; }
.hero__actions { gap: 12px; margin-bottom: 30px; }
.hero__actions .btn--ghost { border-color: transparent; padding-left: 12px; padding-right: 12px; }
.hero__actions .btn--ghost span { margin-left: 9px; font-size: 22px; }
.hero__proof { gap: 14px; }
.hero__proof-stars { letter-spacing: 2px; font-size: 15px; color: var(--orange); }
.hero__proof-text { font-size: 11px; color: #bfc3ba; }
.hero__caption { position: absolute; bottom: 37px; right: 100px; z-index: 2; border-left: 2px solid var(--orange); padding-left: 15px; display: grid; gap: 4px; }
.hero__caption span:first-child { font-size: 10px; letter-spacing: .18em; color: #fff; }
.hero__caption span:last-child { font-size: 11px; color: #d5d8cf; }
.video-toggle { position: absolute; bottom: 38px; right: 40px; z-index: 3; border: 1px solid #ffffff70; border-radius: 50%; width: 36px; height: 36px; color: white; background: #17191880; cursor: pointer; }
.trust { padding: 25px 0; background: var(--paper); border: 0; color: var(--ink); }
.trust__item { text-align: left; padding: 10px 20px; display: flex; flex-direction: column; gap: 4px; }
.trust__value { color: var(--ink); font-size: 38px; }
.trust__label { color: #686d62; font-size: 10px; letter-spacing: .12em; }
.trust__item:not(:last-child)::after { background: var(--line); }
.section-tag { border: 0; border-radius: 0; padding: 0; background: none; font-size: 10px; letter-spacing: .16em; display: flex; align-items: center; gap: 10px; }
.section-tag::before { content: ''; width: 20px; height: 2px; background: currentColor; }
.section-header--center { text-align: left; }
.section-header--center .section-sub { margin: 0; }
.section-title { letter-spacing: -.015em; line-height: 1.03; }
.title-muted { color: #858c7d; }
.services, .process, .contact { background: var(--paper); color: var(--ink); padding: 100px 0; }
.services .section-tag, .process .section-tag, .contact .section-tag { color: #98613a; }
.services h2, .services h3, .process h2, .process h3, .contact h2, .contact h3 { color: var(--ink); }
.services .section-sub, .process .section-sub, .contact .section-sub { color: #666d60; }
.services .section-header { position: relative; padding-right: 45%; margin-bottom: 45px; }
.services .section-sub { position: absolute; bottom: 12px; right: 0; width: 36%; }
.services__grid { gap: 0; border: 1px solid var(--line); border-radius: 0; background: transparent; }
.svc { padding: 32px; background: transparent; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 285px; }
.svc:nth-child(3n) { border-right: 0; }
.svc:nth-child(n+4) { border-bottom: 0; }
.svc:hover, .svc:focus-within { background: #e7e8df; }
.svc::before { display: none; }
.svc__num { opacity: 1; color: #858c7d; font: 11px var(--ff-body); top: 33px; right: 32px; }
.svc__icon { color: #5c6757; width: 35px; height: 35px; margin-bottom: 30px; }
.svc__title { font-size: 27px; letter-spacing: 0; }
.svc__desc { color: #646c5f; font-size: 13px; max-width: 300px; }
.why { padding: 105px 0; }
.why__inner { grid-template-columns: 1fr 1fr; gap: 85px; }
.why__visual { max-width: none; margin: 0; }
.why__visual-img { aspect-ratio: 4/5; border-radius: 0; }
.why__visual-img > svg { display: none; }
.why__visual-img img { height: 100%; width: 100%; object-fit: cover; object-position: 58% center; filter: saturate(.65); }
.why__float-card { right: -25px; bottom: 25px; border-radius: 0; box-shadow: none; padding: 25px 32px; }
.why__float-num { font-size: 58px; }
.why__content .section-header { margin-bottom: 25px; }
.why__intro { margin-bottom: 20px; }
.why__features { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.why__feat { padding: 12px 0; border-top: 1px solid #ffffff18; border-radius: 0; flex-direction: column; gap: 14px; }
.why__feat-title { font-size: 21px; letter-spacing: 0; }
.why__feat-desc { font-size: 12px; }
.process { border-bottom: 1px solid var(--line); }
.process__track { gap: 35px; margin-top: 50px; }
.process__line { display: none; }
.process__step { text-align: left; border-top: 1px solid #bfc4b6; padding-top: 25px; }
.process__num { font-size: 52px; color: #8b967f; margin-bottom: 28px; }
.process__num::after { display: none; }
.process__title { font-size: 28px; letter-spacing: 0; }
.process__desc { color: #646c5f; max-width: 240px; margin: 0; }
.reviews { padding: 90px 0; background: #e5e8df; }
.reviews .section-tag { color: #66735d; }
.reviews .section-title { color: var(--ink); }
.reviews__grid { gap: 20px; }
.review { background: var(--paper); border: 0; border-radius: 0; padding: 30px; }
.review--featured { transform: none; background: #d6ddcd; border: 0; }
.review__text { color: #424b3d; font-size: 15px; }
.review__name { color: var(--ink); }
.review__car, .review__badge { color: #666e60; }
.review__stars { color: #8c5631; }
.review__avatar { background: #c6cebb; color: #34402c; }
.cta-banner { padding: 70px 0; background: var(--orange); }
.cta-banner__inner { max-width: 1224px; display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 35px; align-items: center; text-align: left; padding: 0 24px; }
.cta-banner__title { font-size: clamp(2.8rem, 4vw, 4rem); margin: 0; letter-spacing: -.015em; }
.cta-banner__sub { margin: 0; font-size: 14px; }
.contact__card, .contact__form { border-radius: 0; }
.contact__card { background: #e6e8de; border: 1px solid var(--line); padding: 32px; }
.contact__form-wrap { background: transparent; padding: 0; border: 0; }
.contact__social { color: #58634f; border-color: #a3ad99; }
.contact__label, .contact__value, .contact__value a { color: var(--ink); }
.contact__icon { color: #7d5e43; }
.contact__form { background: #fbfaf6; border: 1px solid var(--line); padding: 35px; }
.form-label { color: #525b4a; }
.form-input { background: transparent; border-color: #c6cbbf; border-radius: 2px; color: var(--ink); }
.form-input::placeholder { color: #7b8274; }
.form-input:focus { border-color: #95704d; }
.form-note { color: #666e60; }
.form-input--error { border-color: #b72f28; }
.contact__map { border-radius: 0; }
.contact__map iframe { filter: grayscale(1) !important; }
.form-success__title { color: var(--ink); }
.form-success__text { color: #646c5f; }
.mobile-menu { visibility: hidden; }
.mobile-menu--open { visibility: visible; }
.anim { opacity: 1; transform: none; }
.anim[data-anim="fade-right"] { transform: none; }
@media (min-width: 1440px) { .hero__content { padding-left: 48px; } }
@media (max-width: 1100px) {
  .nav__phone { display: none; }
  .nav__links { gap: 18px; }
  .hero { min-height: 740px; }
  .hero__title { font-size: 100px; }
  .hero__caption { right: 90px; }
  .why__inner { gap: 45px; }
  .services__grid { grid-template-columns: repeat(3, 1fr); }
  .svc { padding: 24px; }
  .reviews__grid { max-width: none; grid-template-columns: repeat(3, 1fr); }
  .review { padding: 23px; }
  .cta-banner__inner { grid-template-columns: 1fr 1fr; }
  .cta-banner .btn { justify-self: start; }
}
@media (max-width: 768px) {
  :root { --nav-h: 72px; }
  .container, .nav__inner, .why__inner, .trust__inner, .footer__inner { padding-left: 24px; padding-right: 24px; }
  .nav__burger { top: 22px; }
  .hero { height: auto; min-height: 750px; }
  .hero__video { left: 0; width: 100%; object-position: 65% center; }
  .hero__video-overlay { background: linear-gradient(90deg, #171918ee, #17191885), linear-gradient(0deg, #171918, transparent 60%); }
  .hero__content { padding: 65px 24px 120px; }
  .hero__title { font-size: clamp(70px, 12vw, 98px); }
  .hero__sub { max-width: 390px; }
  .hero__actions { flex-direction: row; }
  .hero__actions .btn { width: auto; }
  .hero__caption { left: 24px; right: auto; bottom: 28px; }
  .video-toggle { right: 24px; bottom: 30px; }
  .hero__proof { gap: 9px; flex-wrap: wrap; }
  .hero__proof-text { font-size: 10px; }
  .trust__inner { gap: 16px; }
  .trust__item { padding: 10px 0; }
  .services, .why, .process, .reviews, .contact { padding: 65px 0; }
  .services .section-header { padding-right: 0; }
  .services .section-sub { position: static; width: 100%; margin-top: 20px; }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .svc { min-height: 300px; }
  .svc:nth-child(3n) { border-right: 1px solid var(--line); }
  .svc:nth-child(2n) { border-right: 0; }
  .svc:nth-child(n+4) { border-bottom: 1px solid var(--line); }
  .svc:nth-child(n+5) { border-bottom: 0; }
  .svc__num { top: 27px; right: 20px; }
  .why__inner { grid-template-columns: 1fr; gap: 50px; }
  .why__visual-img { aspect-ratio: 5/4; }
  .why__float-card { right: 15px; bottom: -20px; }
  .reviews__grid { grid-template-columns: 1fr; }
  .cta-banner__inner { grid-template-columns: 1fr; gap: 25px; }
  .contact__form { padding: 24px; }
  .mobile-menu__nav { gap: 24px; }
}
@media (max-width: 420px) {
  .hero__title { font-size: 69px; }
  .hero__actions { gap: 5px; }
  .hero__actions .btn--ghost { padding-left: 0; }
  .services__grid { grid-template-columns: 1fr; }
  .svc { min-height: auto; border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .svc:last-child { border-bottom: 0 !important; }
  .svc__icon { margin-bottom: 20px; }
  .why__features { grid-template-columns: 1fr; }
}
.hero__assurance { display: flex; gap: 24px; color: #c2c9ba; font-size: 11px; }
.trust__value { font-size: clamp(22px, 2.3vw, 31px); }
.faq { padding: 95px 0; background: #e5e8df; color: var(--ink); }
.faq__layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; }
.faq h2 { color: var(--ink); }
.faq .section-tag { color: #6b765e; }
.faq .section-sub { color: #646c5f; }
.faq__call { margin-top: 20px; background: var(--ink); color: var(--paper); }
.faq__call:hover { background: #43503e; color: var(--paper); }
.faq details { border-top: 1px solid #c2c8b9; padding: 0; }
.faq details:last-child { border-bottom: 1px solid #c2c8b9; }
.faq summary { font-size: 15px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary { padding: 22px 0; }
.faq summary::after { content: '+'; font-size: 22px; font-weight: 400; line-height: 1; transition: transform .35s var(--ease-out); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq__answer { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .42s var(--ease-out), opacity .28s ease; }
.faq details[open] .faq__answer { grid-template-rows: 1fr; opacity: 1; }
.faq__answer p { overflow: hidden; font-size: 13px; color: #58634f; padding: 0 30px 22px 0; line-height: 1.8; max-width: 490px; }
.contact__form-intro { font-size: 13px; color: #646c5f; margin: -5px 0 25px; }
.form-status { color: #a3342b; font-size: 13px; margin-top: 12px; }
select.form-input { width: 100%; font-family: inherit; }
summary:focus-visible, select:focus-visible { outline: 2px solid #98613a; outline-offset: 5px; }
.mobile-contact { display: none; }
.contact__call, .footer__call { display: inline-flex; align-items: center; gap: 8px; margin-top: 4px; padding: 8px 11px; background: var(--ink); color: var(--paper) !important; font-size: 12px !important; font-weight: 600; }
.contact__call:hover, .footer__call:hover { background: var(--orange); color: var(--ink) !important; }
.directions { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 30px 35px; border: 1px solid var(--line); background: #e6e8de; }
.directions p { font-size: 13px; color: #646c5f; }
.directions h3 { font-size: 26px; margin-bottom: 5px; }
.directions a { font-size: 14px; color: var(--ink); border-bottom: 1px solid #858c7d; padding-bottom: 5px; }
@media (max-width: 1100px) { .nav__links { gap: 14px; } .nav__link { font-size: 11px; } }
@media (max-width: 768px) {
  .faq { padding: 65px 0; }
  .faq__layout { grid-template-columns: 1fr; gap: 0; }
  .directions { align-items: flex-start; flex-direction: column; padding: 24px; }
  .mobile-contact { display: grid; grid-template-columns: 1fr 1fr; position: fixed; bottom: 0; left: 0; right: 0; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: #171918; border-top: 1px solid #ffffff22; z-index: 90; gap: 8px; }
  .mobile-contact a { text-align: center; font-size: 12px; font-weight: 600; padding: 12px 4px; color: #fff; }
  .mobile-contact a:last-child { background: var(--orange); color: var(--ink); }
  .footer { padding-bottom: 75px; }
  .contact .btn--full { white-space: normal; }
}
@media (prefers-reduced-motion: reduce) { .video-toggle { display: none; } }
