:root {
  --ink:#171b1f;
  --ink-soft:#242a2f;
  --yellow:#ffc400;
  --paper:#fff;
  --muted:#667079;
  --line:#e2e6e8;
  --surface:#f3f5f5;
  --radius:12px;
  --width:1260px;
  --header:88px;
  color-scheme:light;
  font-family:Arial,"Helvetica Neue",sans-serif;
  color:var(--ink);
  font-synthesis:none;
}

* {
  box-sizing:border-box;
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:calc(var(--header) + 20px);
}

body {
  margin:0;
  font-size:16px;
  line-height:1.55;
  background:var(--paper);
}

body.modal-open {
  overflow:hidden;
}

button,input,textarea,select {
  font:inherit;
}

button,a,input,select,textarea {
  -webkit-tap-highlight-color:transparent;
}

button {
  cursor:pointer;
}

a {
  color:inherit;
  text-decoration:none;
}

img {
  display:block;
  max-width:100%;
  height:auto;
}

h1,h2,h3,p {
  margin:0;
}

button {
  color:inherit;
}

button:disabled {
  cursor:not-allowed;
}

button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible {
  outline:3px solid #087bac;
  outline-offset:5px;
}

button:focus:not(:focus-visible) {
  outline:none;
}

[hidden] {
  display:none!important;
}

::selection {
  background:var(--yellow);
  color:var(--ink);
}

.container {
  width:min(var(--width),calc(100% - 80px));
  margin-inline:auto;
}

.skip-link {
  position:fixed;
  top:-100px;
  left:16px;
  padding:12px 20px;
  background:var(--yellow);
  z-index:100;
}

.skip-link:focus {
  top:12px;
}

.section {
  padding-block:82px;
}

.eyebrow {
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:.75rem;
  font-weight:700;
  line-height:1.5;
  margin-bottom:16px;
  color:var(--muted);
}

.eyebrow--light {
  color:#d9dfe3;
}

.eyebrow>span {
  color:var(--yellow);
  font-size:1.1rem;
  margin-right:8px;
}

h2 {
  font-size:clamp(2rem,3.6vw,3.1rem);
  letter-spacing:-.045em;
  line-height:1.1;
  font-weight:800;
}

h3 {
  font-size:1.1rem;
  letter-spacing:-.025em;
  line-height:1.25;
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  min-height:56px;
  padding:15px 25px;
  border:1px solid transparent;
  border-radius:7px;
  background:var(--yellow);
  color:#161a1d;
  font-size:.94rem;
  font-weight:700;
  line-height:1.3;
  text-align:center;
  transition:background .15s,transform .15s,box-shadow .15s;
}

.button>span {
  font-size:1.35rem;
  line-height:1;
}

.button:hover {
  background:#ffda35;
  transform:translateY(-2px);
}

.button--small {
  min-height:44px;
  padding:11px 19px;
  gap:18px;
  font-size:.875rem;
}

.button--outline {
  background:transparent;
  border-color:#d0d7da;
  color:white;
}

.button--outline:hover {
  background:#ffffff12;
}

.button--dark {
  background:var(--ink);
  color:white;
}

.button--dark:hover {
  background:#363e44;
}

.button:disabled {
  background:#d6dce0;
  color:#4c555e;
  transform:none;
  opacity:.8;
}

.header {
  position:sticky;
  top:0;
  z-index:30;
  background:var(--ink);
  color:white;
  border-bottom:1px solid #ffffff15;
}

.header__inner {
  display:flex;
  align-items:center;
  gap:26px;
  min-height:var(--header);
}

.brand {
  display:flex;
  align-items:center;
  gap:12px;
  flex-shrink:0;
  line-height:1.1;
}

.brand>span>strong {
  display:block;
  font-size:1.45rem;
  letter-spacing:-.04em;
}

.brand>span>strong>span {
  color:var(--yellow);
}

.brand small {
  display:block;
  font-size:.75rem;
  line-height:1.4;
  color:#c6cdd2;
  margin-top:5px;
}

.brand__mark {
  position:relative;
  font-size:2.5rem;
  font-weight:900;
  color:var(--yellow);
  line-height:1;
  width:42px;
}

.brand__mark>span {
  position:absolute;
  font-size:1.2rem;
  top:0;
  right:0;
}

.nav {
  display:flex;
  gap:24px;
  margin-left:auto;
  font-size:.875rem;
}

.nav a {
  padding-block:10px;
  color:#e4e8eb;
  white-space:nowrap;
}

.nav a:hover {
  color:var(--yellow);
}

.header__phone {
  font-size:1rem;
  font-weight:700;
  white-space:nowrap;
}

.header__phone:hover {
  color:var(--yellow);
}

.menu-toggle {
  display:none;
  background:none;
  border:1px solid #ffffff40;
  border-radius:6px;
  width:44px;
  height:44px;
  padding:11px;
}

.menu-toggle span {
  display:block;
  height:2px;
  background:white;
  margin-block:4px;
}

.hero {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:var(--ink);
  color:white;
  min-height:660px;
  display:flex;
  align-items:center;
}

.hero__image {
  position:absolute;
  inset:0;
  z-index:-3;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:66% 57%;
}

.hero__shade {
  position:absolute;
  inset:0;
  z-index:-2;
  background:linear-gradient(90deg,rgba(9,17,21,.95) 0%,rgba(9,17,21,.8) 25%,rgba(9,17,21,.2) 62%,rgba(9,17,21,.02) 100%),linear-gradient(0deg,rgba(9,17,21,.45),transparent 40%);
}

.hero__inner {
  padding-block:68px 54px;
}

.hero h1 {
  font-size:clamp(2.8rem,5.4vw,4.8rem);
  font-weight:800;
  letter-spacing:-.055em;
  line-height:1.05;
  max-width:850px;
  margin-bottom:24px;
}

.hero h1>span {
  color:var(--yellow);
}

.hero__description {
  font-size:1.2rem;
  color:#e7edf0;
  line-height:1.55;
  max-width:570px;
}

.hero__actions {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}

.hero__features {
  display:flex;
  gap:0;
  margin-top:58px;
  font-size:.875rem;
  font-weight:600;
  line-height:1.5;
  color:#eef1f4;
}

.hero__features>span {
  padding:0 25px;
  border-left:1px solid #ffffff40;
}

.hero__features>span:first-child {
  padding-left:0;
  border:0;
}

.hero__features>span::before {
  content:"";
  display:block;
  width:24px;
  height:3px;
  background:var(--yellow);
  margin-bottom:10px;
}

.hero__caption {
  position:absolute;
  bottom:20px;
  right:30px;
  color:#eef1f2;
  font-size:.75rem;
  background:#10191b90;
  border-radius:4px;
  padding:5px 10px;
}

.section-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:32px;
}

.section-heading__note {
  font-size:.94rem;
  color:var(--muted);
}

.section-heading .eyebrow {
  margin-bottom:12px;
}

.services-grid {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
}

.service-card {
  display:block;
  background:var(--surface);
  border:1px solid #e8ecef;
  border-radius:var(--radius);
  overflow:hidden;
  transition:transform .2s,border-color .2s;
}

.service-card:hover {
  transform:translateY(-5px);
  border-color:#c5ced4;
}

.service-card img {
  width:100%;
  height:175px;
  object-fit:cover;
}

.service-card>div {
  padding:21px 18px 20px;
  position:relative;
  min-height:140px;
}

.service-card p {
  font-size:.875rem;
  color:var(--muted);
  line-height:1.5;
  margin-top:10px;
}

.service-card>div>span {
  position:absolute;
  right:15px;
  bottom:17px;
  color:#7b858e;
}

.service-card h3 {
  padding-right:2px;
}

.offroad {
  display:grid;
  grid-template-columns:43% 57%;
  overflow:hidden;
  border-radius:var(--radius);
  background:var(--ink);
  color:white;
}

.offroad__copy {
  padding:45px 44px;
}

.offroad__copy .eyebrow {
  color:var(--yellow);
}

.offroad__copy h2 {
  font-size:clamp(2rem,3vw,2.65rem);
}

.offroad__copy p:not(.eyebrow) {
  color:#d4dce1;
  margin-top:22px;
  max-width:440px;
}

.offroad__copy .button {
  margin-top:26px;
}

.offroad__visual {
  position:relative;
  min-height:390px;
}

.offroad__visual::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,var(--ink),transparent 30%);
  pointer-events:none;
}

.offroad__visual img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:60% center;
}

.offroad__visual>span {
  position:absolute;
  bottom:20px;
  right:20px;
  z-index:1;
  font-size:.75rem;
  background:#111a1bcc;
  padding:6px 10px;
  border-radius:4px;
}

.gallery-filters {
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-bottom:28px;
}

.filter {
  min-height:42px;
  border:1px solid #d8dfe3;
  background:white;
  border-radius:6px;
  padding:9px 14px;
  font-size:.875rem;
  color:#56616a;
  transition:background .15s,color .15s;
}

.filter:hover {
  border-color:#717e88;
  color:var(--ink);
}

.filter.is-active {
  background:var(--ink);
  border-color:var(--ink);
  color:white;
}

.gallery {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.work-card {
  display:block;
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
  background:white;
  transition:box-shadow .2s,transform .2s;
}

.work-card:hover {
  box-shadow:0 8px 25px #19232d12;
  transform:translateY(-3px);
}

.work-card img {
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  background:var(--surface);
}

.work-card>span {
  padding:17px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font-size:.96rem;
  font-weight:700;
}

.work-card>span>span {
  color:#66737c;
  font-size:1.2rem;
}

.gallery-bottom {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:16px;
  margin-top:28px;
}

.gallery-count {
  font-size:.875rem;
  color:var(--muted);
}

.gallery-count:empty {
  display:none;
}

.local {
  display:grid;
  grid-template-columns:1fr 1fr;
  background:var(--ink);
  color:white;
}

.local__image {
  min-height:400px;
  overflow:hidden;
}

.local__image img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 43%;
}

.local__copy {
  padding:60px clamp(32px,5vw,90px);
}

.local__copy .eyebrow {
  color:var(--yellow);
}

.local__copy p:not(.eyebrow) {
  margin-top:22px;
  color:#d5dde2;
  max-width:460px;
}

.location-tags {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:24px;
}

.location-tags span {
  border:1px solid #ffffff40;
  border-radius:5px;
  padding:6px 10px;
  font-size:.8rem;
  color:#dce2e6;
}

.price {
  background:var(--surface);
}

.price__layout {
  display:grid;
  grid-template-columns:40% 1fr;
  gap:62px;
}

.price__intro>p:not(.eyebrow) {
  margin-top:24px;
  color:var(--muted);
  max-width:440px;
}

.price__phone {
  display:inline-block;
  font-size:1.5rem;
  font-weight:700;
  letter-spacing:-.04em;
  margin-top:30px;
}

.price__phone:hover {
  text-decoration:underline;
}

.price__intro>.price__hint {
  font-size:.875rem;
  margin-top:7px;
}

.quote-form {
  position:relative;
  display:flex;
  flex-direction:column;
  gap:18px;
  background:white;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:30px;
}

.form-row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.quote-form label {
  display:flex;
  flex-direction:column;
  gap:8px;
  font-size:.875rem;
  font-weight:700;
}

.quote-form input:not([type=checkbox]),.quote-form select,.quote-form textarea {
  width:100%;
  min-width:0;
  min-height:48px;
  padding:12px;
  border:1px solid #ccd5da;
  border-radius:6px;
  background:#fff;
  color:var(--ink);
  font-size:1rem;
  line-height:1.4;
  font-weight:400;
}

.quote-form input::placeholder,.quote-form textarea::placeholder {
  color:#79858e;
  font-size:.875rem;
}

.quote-form textarea {
  resize:vertical;
  min-height:90px;
}

.optional {
  font-size:.75rem;
  color:#75818a;
  font-weight:400;
}

.form-trap {
  position:absolute;
  left:-10000px;
  width:1px;
  height:1px;
  overflow:hidden;
}

.quote-form .consent {
  display:flex;
  flex-direction:row;
  gap:10px;
  align-items:flex-start;
  font-weight:400;
  color:#66717a;
  font-size:.8rem;
  line-height:1.5;
}

.consent input {
  width:18px;
  height:18px;
  margin:3px 0 0;
  flex-shrink:0;
  accent-color:var(--ink);
}

.text-button {
  background:none;
  border:0;
  padding:0;
  text-align:left;
  text-decoration:underline;
  text-underline-offset:3px;
  font:inherit;
  cursor:pointer;
}

.text-button:hover {
  color:#947200;
}

.form-submit {
  width:100%;
}

.form-status {
  font-size:.875rem;
  color:#63717b;
  line-height:1.5;
  overflow-wrap:anywhere;
}

.form-status.is-error {
  color:#a62222;
}

.form-status.is-success {
  color:#20633f;
}

.contact-strip {
  padding:42px 0;
  background:var(--ink);
  color:white;
  border-bottom:1px solid #ffffff20;
}

.contact-strip__inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.contact-strip h2 {
  font-size:2rem;
  letter-spacing:-.035em;
}

.contact-strip p {
  color:#c6cfd4;
  margin-top:8px;
}

.contact-strip__phone {
  font-size:1.75rem;
  font-weight:700;
  letter-spacing:-.04em;
  white-space:nowrap;
}

.contact-strip__phone:hover {
  color:var(--yellow);
}

.footer {
  padding:36px 0;
  background:#111519;
  color:white;
}

.footer__inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}

.footer__inner>div {
  color:#b8c2c9;
  font-size:.8rem;
}

.footer__inner>div>p+p {
  margin-top:6px;
}

.footer .text-button {
  color:#c4cdd3;
  font-size:.8rem;
}

.mobile-call {
  display:none;
}

.lightbox {
  width:min(1120px,calc(100% - 40px));
  max-width:none;
  height:min(90dvh,900px);
  max-height:92dvh;
  padding:0;
  border:0;
  border-radius:12px;
  color:white;
  background:#161b20;
  overflow:hidden;
}

.lightbox::backdrop,.privacy-dialog::backdrop {
  background:#05090edb;
  backdrop-filter:blur(4px);
}

.lightbox[open] {
  display:flex;
  flex-direction:column;
}

.lightbox__head {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding:16px 20px;
}

.lightbox__head p {
  font-size:1rem;
  font-weight:700;
}

.icon-button {
  border:1px solid #ffffff35;
  background:#ffffff10;
  color:inherit;
  border-radius:6px;
  min-width:44px;
  min-height:44px;
  font-size:1.6rem;
  line-height:1;
  display:inline-flex;
  justify-content:center;
  align-items:center;
}

.icon-button:hover {
  background:#ffffff25;
}

.lightbox__stage {
  position:relative;
  flex:1;
  min-height:0;
  display:flex;
  justify-content:center;
  align-items:center;
  background:#0c1014;
}

.lightbox__stage img {
  width:100%;
  height:100%;
  object-fit:contain;
}

.lightbox__prev,.lightbox__next {
  position:absolute;
  z-index:1;
  top:50%;
  transform:translateY(-50%);
  background:#141c25b0;
}

.lightbox__prev {
  left:12px;
}

.lightbox__next {
  right:12px;
}

.lightbox__counter {
  text-align:center;
  padding:12px;
  font-size:.875rem;
  color:#bac5cd;
}

.privacy-dialog {
  width:min(680px,calc(100% - 32px));
  max-height:85dvh;
  border:0;
  border-radius:12px;
  padding:42px;
  color:var(--ink);
  background:white;
}

.privacy-close {
  position:absolute;
  right:16px;
  top:14px;
  border-color:var(--line);
  background:var(--surface);
}

.privacy-dialog h2 {
  font-size:2rem;
}

.privacy-dialog p:not(.eyebrow) {
  margin-top:20px;
  line-height:1.6;
}

.privacy-dialog a {
  text-decoration:underline;
}

.privacy-dialog .privacy-note {
  font-size:.875rem;
  color:var(--muted);
}

@media(min-width:1600px) {
  .hero__image {
    object-position:65% 62%;
  }
  .hero {
    min-height:710px;
  }
}

@media(max-width:1200px) {
  :root {
    --header:78px;
  }
  .container {
    width:calc(100% - 48px);
  }
  .header__inner {
    gap:18px;
  }
  .nav {
    gap:17px;
  }
  .header__call {
    display:none;
  }
  .hero {
    min-height:600px;
  }
  .hero h1 {
    font-size:clamp(3rem,6vw,4.4rem);
  }
  .services-grid {
    gap:12px;
  }
  .service-card img {
    height:150px;
  }
  .service-card>div {
    padding:18px 13px;
    min-height:140px;
  }
  .service-card h3 {
    font-size:1rem;
  }
  .offroad__copy {
    padding:35px;
  }
  .price__layout {
    gap:35px;
    grid-template-columns:37% 1fr;
  }
  .quote-form {
    padding:24px;
  }
  .contact-strip__phone {
    font-size:1.4rem;
  }
  .footer .brand small {
    display:none;
  }
}

@media(max-width:900px) {
  .section {
    padding-block:60px;
  }
  .nav {
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:100%;
    padding:14px 24px 20px;
    background:var(--ink);
    border-top:1px solid #ffffff20;
    flex-direction:column;
    gap:0;
  }
  .nav.is-open {
    display:flex;
  }
  .nav a {
    padding:13px 0;
  }
  .menu-toggle {
    display:block;
  }
  .header__phone {
    margin-left:auto;
  }
  .hero {
    min-height:600px;
  }
  .hero__shade {
    background:linear-gradient(90deg,#091115e8,#09111595 50%,#09111515),linear-gradient(0deg,#09111580,transparent 45%);
  }
  .hero__description {
    max-width:440px;
  }
  .hero__caption {
    bottom:12px;
    right:20px;
  }
  .section-heading__note {
    max-width:280px;
    font-size:.875rem;
  }
  .services-grid {
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
  }
  .service-card img {
    height:175px;
  }
  .service-card>div {
    padding:18px;
    min-height:126px;
  }
  .services-grid .service-card:nth-child(n+4) {
    grid-column:auto;
  }
  .offroad {
    grid-template-columns:1fr 1fr;
  }
  .offroad__copy {
    padding:30px 26px;
  }
  .offroad__visual {
    min-height:390px;
  }
  .gallery {
    gap:16px;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .local__copy {
    padding:45px 30px;
  }
  .local__image {
    min-height:370px;
  }
  .price__layout {
    grid-template-columns:1fr;
    gap:28px;
  }
  .price__intro>p:not(.eyebrow) {
    max-width:650px;
  }
  .price__phone {
    margin-top:20px;
  }
  .contact-strip__inner {
    flex-wrap:wrap;
  }
  .contact-strip__inner>div {
    flex:1 1 100%;
  }
  .footer__inner {
    flex-wrap:wrap;
  }
  .footer__inner>div {
    margin-left:auto;
  }
  .footer .text-button {
    margin-left:auto;
  }
}

@media(max-width:600px) {
  :root {
    --header:72px;
  }
  .container {
    width:calc(100% - 36px);
  }
  .header__inner {
    gap:12px;
  }
  .brand {
    gap:8px;
  }
  .brand>span>strong {
    font-size:1.15rem;
  }
  .brand small {
    font-size:.65rem;
  }
  .brand__mark {
    font-size:2.1rem;
    width:35px;
  }
  .brand__mark>span {
    font-size:1rem;
  }
  .header__phone {
    display:none;
  }
  .menu-toggle {
    margin-left:auto;
  }
  .hero {
    min-height:780px;
    align-items:flex-start;
  }
  .hero__inner {
    padding-block:34px 42px;
  }
  .hero__image {
    height:57%;
    top:auto;
    bottom:0;
    object-position:71% 66%;
  }
  .hero__shade {
    background:linear-gradient(180deg,#101b23 0%,#101b23 35%,#101b23a0 53%,#101b2308 75%,#101b2399 100%);
  }
  .hero .eyebrow {
    font-size:.68rem;
    letter-spacing:.09em;
    margin-bottom:20px;
  }
  .hero h1 {
    font-size:clamp(2.25rem,8.5vw,3.1rem);
    letter-spacing:-.055em;
    line-height:1.06;
    margin-bottom:18px;
  }
  .hero h1>span {
    display:inline-block;
  }
  .hero__description {
    font-size:1rem;
    max-width:330px;
    line-height:1.55;
  }
  .desktop-break {
    display:none;
  }
  .hero__actions {
    gap:10px;
    margin-top:23px;
  }
  .hero__actions .button {
    font-size:.875rem;
    min-height:50px;
    padding:12px 15px;
    flex:1 1 100%;
    max-width:340px;
  }
  .hero__actions .button--outline {
    min-height:45px;
  }
  .hero__features {
    margin-top:28px;
    font-size:.75rem;
    gap:0;
    position:relative;
    z-index:2;
  }
  .hero__features>span {
    padding-inline:13px;
  }
  .hero__features>span:first-child {
    padding-left:0;
  }
  .hero__caption {
    font-size:.68rem;
    right:18px;
    bottom:13px;
  }
  .section {
    padding-block:46px;
  }
  .eyebrow {
    font-size:.68rem;
    margin-bottom:12px;
  }
  .section-heading {
    display:block;
    margin-bottom:24px;
  }
  .section-heading__note {
    margin-top:16px;
    max-width:none;
  }
  .section-heading__note br {
    display:none;
  }
  h2 {
    font-size:2.05rem;
  }
  .services-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }
  .service-card img {
    height:130px;
  }
  .service-card>div {
    min-height:125px;
    padding:16px 12px;
  }
  .service-card h3 {
    font-size:1rem;
    overflow-wrap:anywhere;
  }
  .service-card p {
    font-size:.8rem;
  }
  .services-grid .service-card:last-child {
    grid-column:1/-1;
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .services-grid .service-card:last-child img {
    height:100%;
    min-height:140px;
  }
  .offroad {
    display:flex;
    flex-direction:column;
  }
  .offroad__copy {
    padding:29px 25px;
  }
  .offroad__copy p:not(.eyebrow) {
    font-size:.94rem;
    margin-top:18px;
  }
  .offroad__copy .button {
    margin-top:23px;
  }
  .offroad__visual {
    height:270px;
    min-height:0;
  }
  .offroad__visual::after {
    background:linear-gradient(180deg,var(--ink),transparent 20%);
  }
  .offroad__visual img {
    object-position:68% 52%;
  }
  .offroad__visual>span {
    font-size:.68rem;
    right:12px;
    bottom:12px;
  }
  .gallery-filters {
    gap:7px;
    margin-bottom:21px;
  }
  .filter {
    font-size:.75rem;
    min-height:40px;
    padding:9px 10px;
  }
  .gallery {
    gap:12px;
  }
  .work-card {
    border-radius:8px;
  }
  .work-card>span {
    padding:12px 10px;
    font-size:.8rem;
    gap:5px;
    align-items:flex-start;
    min-height:66px;
  }
  .work-card>span>span {
    font-size:1rem;
  }
  .gallery-bottom {
    margin-top:22px;
  }
  .local {
    display:flex;
    flex-direction:column;
  }
  .local__image {
    height:290px;
    min-height:0;
  }
  .local__image img {
    object-position:center 44%;
  }
  .local__copy {
    padding:34px 24px 40px;
  }
  .local__copy p:not(.eyebrow) {
    font-size:.94rem;
    margin-top:20px;
  }
  .price__layout {
    gap:25px;
  }
  .price__intro>p:not(.eyebrow) {
    font-size:.94rem;
    margin-top:18px;
  }
  .price__phone {
    font-size:1.5rem;
  }
  .quote-form {
    padding:22px 18px;
    gap:17px;
  }
  .form-row {
    grid-template-columns:1fr;
    gap:17px;
  }
  .quote-form .consent {
    font-size:.8rem;
  }
  .contact-strip {
    padding:32px 0;
  }
  .contact-strip__inner {
    gap:20px;
  }
  .contact-strip h2 {
    font-size:1.8rem;
  }
  .contact-strip p {
    font-size:.94rem;
  }
  .contact-strip__phone {
    font-size:1.6rem;
    white-space:normal;
  }
  .contact-strip .button {
    width:100%;
  }
  .footer {
    padding:30px 0 110px;
  }
  .footer__inner {
    display:block;
  }
  .footer__inner>div {
    margin:24px 0 17px;
    font-size:.8rem;
  }
  .footer .brand small {
    display:block;
  }
  .mobile-call {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:25;
    background:var(--yellow);
    color:var(--ink);
    padding:15px 20px calc(15px + env(safe-area-inset-bottom));
    box-shadow:0 -4px 15px #0002;
    font-size:.875rem;
  }
  .mobile-call strong {
    font-size:1rem;
  }
  .lightbox {
    width:calc(100% - 16px);
    height:85dvh;
    max-height:85dvh;
    border-radius:8px;
  }
  .lightbox__head {
    padding:12px;
    gap:10px;
  }
  .lightbox__head p {
    font-size:.875rem;
  }
  .lightbox__prev {
    left:6px;
  }
  .lightbox__next {
    right:6px;
  }
  .privacy-dialog {
    padding:52px 25px 30px;
  }
  .privacy-dialog h2 {
    font-size:1.7rem;
  }
}

@media(max-width:360px) {
  .container {
    width:calc(100% - 28px);
  }
  .hero {
    min-height:810px;
  }
  .hero h1 {
    font-size:2.15rem;
  }
  .hero__features>span {
    padding-inline:9px;
  }
  .mobile-call {
    padding-inline:14px;
    font-size:.8rem;
  }
  .mobile-call strong {
    font-size:.9rem;
  }
}

.quote-form .consent,.location-tags span,.footer .text-button,.footer__inner>div {
  font-size:.875rem;
}

@media(max-width:600px) {
  .brand small,.eyebrow,.hero .eyebrow,.hero__caption,.offroad__visual>span {
    font-size:.75rem;
  }
  .filter,.work-card>span,.service-card p,.quote-form .consent,.hero__features,.footer__inner>div {
    font-size:.875rem;
  }
  .hero__features>span {
    padding-inline:10px;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*::before,*::after {
    transition:none!important;
    animation:none!important;
  }
  .button:hover,.service-card:hover,.work-card:hover {
    transform:none;
  }
}
