@media (max-width: 860px) {
  :root {
    --section-space: 68px;
  }

  html {
    font-size: 15px;
  }

  [id] {
    scroll-margin-top: 96px;
  }

  body {
    padding-top: 292px;
    background:
      radial-gradient(circle at 18% 8%, rgba(67, 132, 255, 0.22), transparent 28%),
      radial-gradient(circle at 84% 14%, rgba(255, 184, 0, 0.16), transparent 24%),
      linear-gradient(180deg, #06101d 0%, #091728 50%, #0f223c 100%);
  }

  .page-grid {
    opacity: 0.12;
    background-size: calc(100vw / 6) 72px;
  }

  .page-aurora {
    display: none;
  }

  .container {
    width: min(var(--container), calc(100% - 20px));
  }

  .glass {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.055)),
      rgba(16, 31, 52, 0.72);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .service-tile,
  .capability-card,
  .portfolio-gallery-card,
  .trust-card,
  .contact-card,
  .messenger-tile,
  .map-card,
  .form-panel,
  .hero-card {
    contain: layout paint;
  }

  .site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50;
    padding-top: 10px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: padding-top 0.36s cubic-bezier(0.22, 1, 0.36, 1), transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .nav-shell {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    max-height: 272px;
    padding: 14px;
    border-radius: 28px;
    overflow: hidden;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.055)),
      linear-gradient(120deg, rgba(78, 137, 255, 0.08), transparent 52%, rgba(255, 184, 0, 0.08)),
      rgba(24, 38, 57, 0.96);
    transition:
      grid-template-columns 0.28s ease,
      max-height 0.42s cubic-bezier(0.22, 1, 0.36, 1),
      gap 0.36s cubic-bezier(0.22, 1, 0.36, 1),
      padding 0.36s cubic-bezier(0.22, 1, 0.36, 1),
      border-radius 0.36s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.36s ease,
      background 0.36s ease;
  }

  .brand {
    align-items: center;
    gap: 12px;
    transition: gap 0.28s ease;
  }

  .brand-mark {
    width: 86px;
    height: 52px;
    padding: 0;
    border-radius: 16px;
    flex: 0 0 86px;
    transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1), border-radius 0.36s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .brand-copy {
    max-width: none;
    font-size: 0.78rem;
    line-height: 1.25;
    overflow: hidden;
    transition:
      opacity 0.28s ease,
      max-width 0.36s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .main-nav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 7px;
    padding: 4px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    max-height: 52px;
    transition:
      opacity 0.28s ease,
      transform 0.36s cubic-bezier(0.22, 1, 0.36, 1),
      max-height 0.36s cubic-bezier(0.22, 1, 0.36, 1),
      margin 0.36s cubic-bezier(0.22, 1, 0.36, 1),
      padding 0.36s cubic-bezier(0.22, 1, 0.36, 1),
      border-width 0.36s ease,
      border-color 0.36s ease;
  }

  .main-nav a {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.86rem;
    scroll-snap-align: start;
    flex: 0 0 auto;
  }

  .header-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: stretch;
    transition: grid-template-columns 0.36s ease, gap 0.36s ease;
  }

  .header-phone,
  .header-actions .btn {
    min-height: 52px;
    border-radius: 18px;
    transition:
      opacity 0.28s ease,
      transform 0.36s cubic-bezier(0.22, 1, 0.36, 1),
      max-height 0.36s cubic-bezier(0.22, 1, 0.36, 1),
      min-height 0.36s cubic-bezier(0.22, 1, 0.36, 1),
      padding 0.36s cubic-bezier(0.22, 1, 0.36, 1),
      margin 0.36s cubic-bezier(0.22, 1, 0.36, 1),
      border-radius 0.36s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .header-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 0.5px solid rgba(255, 255, 255, 0.12);
  }

  .header-actions .btn {
    padding: 0 18px;
  }

  .site-header.is-compact {
    padding-top: 6px;
  }

  .site-header.is-compact .nav-shell {
    grid-template-columns: 112px minmax(0, 1fr) 128px;
    align-items: center;
    justify-items: stretch;
    max-height: 98px;
    gap: 0 9px;
    padding: 10px 10px;
    border-radius: 22px;
  }

  .site-header.is-compact .brand-mark {
    width: 112px;
    height: 62px;
    flex-basis: 112px;
  }

  .site-header.is-compact .brand {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: center;
  }

  .site-header.is-compact .brand {
    gap: 0;
  }

  .site-header.is-compact .brand-copy {
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    transform: translateY(-6px);
  }

  .site-header.is-compact .main-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    max-height: 0;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-width: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-8px) scale(0.98);
    pointer-events: none;
  }

  .site-header.is-compact .header-actions {
    display: contents;
  }

  .site-header.is-compact .header-phone {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    justify-self: end;
    opacity: 1;
    width: 100%;
    max-width: 128px;
    max-height: 48px;
    min-height: 48px;
    margin: 0;
    padding: 0 8px;
    overflow: visible;
    border-width: 0.5px;
    border-color: rgba(255, 216, 92, 0.72);
    background:
      linear-gradient(135deg, rgba(255, 216, 92, 0.98), rgba(255, 184, 0, 0.92) 46%, rgba(18, 18, 18, 0.96) 100%);
    color: #101827;
    box-shadow:
      0 0 0 0 rgba(255, 184, 0, 0.42),
      0 14px 32px rgba(255, 184, 0, 0.18);
    transform: none;
    pointer-events: auto;
    white-space: nowrap;
    font-size: 0.68rem;
    animation: phonePulse 2.8s ease-in-out infinite;
  }

  .site-header.is-compact .header-actions .btn {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    justify-self: start;
    width: 100%;
    max-width: 118px;
    max-height: none;
    min-height: 48px;
    margin: 0;
    padding: 0 8px;
    border-radius: 16px;
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(7, 16, 29, 0.48);
    color: #fff;
    box-shadow: none;
    opacity: 1;
    overflow: visible;
    transform: none;
    pointer-events: auto;
    font-size: 0.76rem;
    white-space: nowrap;
  }

  .site-header.is-compact .header-cta-full {
    display: none;
  }

  .site-header.is-compact .header-cta-compact {
    display: inline;
  }

  @keyframes phonePulse {

    0%,
    100% {
      box-shadow:
        0 0 0 0 rgba(255, 184, 0, 0.34),
        0 14px 32px rgba(255, 184, 0, 0.18);
      filter: brightness(1);
    }

    50% {
      box-shadow:
        0 0 0 7px rgba(255, 184, 0, 0),
        0 18px 38px rgba(255, 184, 0, 0.26);
      filter: brightness(1.06);
    }
  }

  .hero {
    padding: 24px 0 0;
  }

  .hero-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: stretch;
  }

  .hero-copy,
  .hero-visual {
    grid-column: auto;
  }

  .hero-visual {
    order: 1;
    min-height: auto;
    padding: 14px;
    border-radius: 28px;
    gap: 12px;
  }

  .hero-copy {
    order: 2;
  }

  .hero-banner-top {
    display: none;
  }

  .hero-banner-bottom {
    order: 3;
    padding: 12px 14px;
    border-radius: 18px;
  }

  .hero-banner span {
    margin-bottom: 6px;
    font-size: 0.68rem;
    letter-spacing: 0.16em;
  }

  .hero-banner strong {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .hero-media-frame {
    width: 100%;
    padding: 8px;
    border-radius: 24px;
  }

  .hero-visual img {
    width: 100%;
    height: clamp(250px, 52vw, 360px);
    min-height: 0;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
  }

  .section-kicker {
    margin-bottom: 12px;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
  }

  h1 {
    margin-bottom: 14px;
    font-size: clamp(2.5rem, 12vw, 3.55rem);
    line-height: 0.96;
  }

  .hero-copy h2 {
    margin-bottom: 22px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 22px;
  }

  .metric {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    align-items: center;
    min-height: auto;
    padding: 16px;
    border-radius: 20px;
    gap: 10px 14px;
  }

  .metric strong,
  .metric span {
    margin: 0;
  }

  .metric strong {
    font-size: 1.02rem;
  }

  .metric span {
    line-height: 1.45;
    font-size: 0.92rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .hero-actions .btn {
    min-height: 54px;
    padding: 0 12px;
    text-align: center;
  }

  .capabilities-section {
    padding-top: 58px;
  }

  .capabilities-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .capability-card {
    min-height: auto;
    padding: 22px;
    border-radius: 24px;
  }

  .color-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .capability-card h2 {
    margin-bottom: 16px;
    font-size: clamp(1.75rem, 8vw, 2.35rem);
  }

  .catalog-list {
    gap: 8px;
  }

  .catalog-list span {
    min-height: 42px;
    padding: 0 14px 0 40px;
    font-size: 0.9rem;
  }

  .catalog-list span::before {
    left: 13px;
    width: 16px;
    height: 16px;
  }

  .color-match-badge {
    min-height: 124px;
    padding: 20px;
    border-radius: 20px;
  }

  .orders-card p {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .section {
    padding-top: var(--section-space);
  }

  .section-head {
    margin-bottom: 22px;
  }

  .section-head.split,
  .process-head {
    display: grid;
    gap: 14px;
    align-items: start;
  }

  .section-head h2 {
    margin-bottom: 10px;
    font-size: clamp(1.8rem, 8vw, 2.45rem);
    line-height: 1.04;
  }

  .section-head p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .slider-controls {
    display: grid;
    grid-template-columns: repeat(2, 54px);
    justify-content: flex-start;
  }

  .services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 76px;
  }

  .service-tile {
    grid-column: auto;
    min-height: 0;
    padding-bottom: 59px;
    border-radius: 24px;
    overflow: visible;
    transition: padding-bottom 0.48s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .service-tile::after {
    bottom: 59px;
    border-radius: 24px;
    overflow: hidden;
  }

  .service-tile img {
    display: block;
    width: 100%;
    height: 290px;
    border-radius: 24px;
    transform: none;
  }

  .service-tile:hover img {
    transform: none;
    filter: none;
  }

  .service-open-cue {
    top: 14px;
    right: 14px;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    font-size: 1.35rem;
  }

  .service-tile:hover .service-open-cue {
    transform: none;
  }

  .service-split-media {
    position: static;
    height: 320px;
  }

  .service-split-media img {
    height: 100%;
  }

  .service-overlay {
    left: 14px;
    right: 14px;
    top: 231px;
    bottom: auto;
    min-height: 76px;
    padding: 16px;
    border-radius: 20px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07)),
      rgba(18, 25, 38, 0.68);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  .service-overlay span {
    margin-bottom: 10px;
    font-size: 0.78rem;
  }

  .service-overlay h3 {
    margin: 0;
    font-size: 1.18rem;
  }

  .service-overlay .mobile-service-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin-top: 10px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 184, 0, 0.18);
    border: 0.5px solid rgba(255, 184, 0, 0.42);
    color: #fff1c7;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    pointer-events: auto;
    touch-action: manipulation;
  }

  .service-overlay p {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .service-tile:not(.service-tile-wide) .service-overlay {
    min-height: 118px;
    max-height: 118px;
  }

  .service-tile:not(.service-tile-wide):hover .service-overlay {
    min-height: 118px;
    max-height: 118px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07)),
      rgba(18, 25, 38, 0.68);
  }

  .service-tile:not(.service-tile-wide):hover .service-overlay p {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    transform: translateY(10px);
  }

  .service-tile.is-open:not(.service-tile-wide) .service-overlay {
    top: 183px;
    min-height: 176px;
    max-height: 360px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07)),
      rgba(18, 25, 38, 0.68);
  }

  .service-tile.is-open:not(.service-tile-wide) {
    padding-bottom: 148px;
  }

  .service-tile.is-open:not(.service-tile-wide)::after {
    bottom: 148px;
  }

  .service-tile.is-open:not(.service-tile-wide) .service-overlay p {
    max-height: 220px;
    margin-top: 12px;
    opacity: 1;
    transform: translateY(0);
  }

  .portfolio-ribbon {
    overflow: visible;
  }

  .portfolio-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
  }

  .portfolio-gallery-card {
    min-height: 180px;
    border-radius: 22px;
  }

  .portfolio-gallery-card img {
    min-height: 180px;
  }

  .portfolio-gallery-card span {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.68rem;
  }

  .portfolio-track {
    min-height: 560px;
  }

  .portfolio-slide {
    grid-template-columns: 1fr;
    gap: 14px;
    align-content: start;
    padding: 16px;
    border-radius: 26px;
    transform: translateY(18px) scale(0.985);
  }

  .portfolio-slide.is-active {
    transform: translateY(0) scale(1);
  }

  .portfolio-slide img,
  .portfolio-labels,
  .portfolio-copy {
    grid-column: 1;
    grid-row: auto;
  }

  .portfolio-slide img {
    width: 100%;
    max-width: none;
    height: 270px;
    min-height: 0;
    padding: 0;
    border-radius: 22px;
    object-fit: cover;
    object-position: center;
  }

  .portfolio-labels {
    margin-bottom: 0;
    gap: 8px;
  }

  .state-chip {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .portfolio-copy {
    padding: 16px;
    border-radius: 20px;
  }

  .portfolio-copy h3 {
    margin-bottom: 8px;
    font-size: 1.2rem;
  }

  .portfolio-copy p {
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .slider-dots {
    padding-top: 18px;
  }

  .equipment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .equipment-card {
    min-height: 0;
    padding: 16px 12px;
    border-radius: 22px;
  }

  .equipment-card img {
    height: 84px;
    object-fit: contain;
    margin-bottom: 12px;
  }

  .equipment-card strong {
    font-size: 0.92rem;
    line-height: 1.35;
  }

  .process-bar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .process-step {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
    padding: 16px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    text-align: center;
  }

  .process-step::after,
  .process-step:not(:last-child)::after {
    display: none;
  }

  .process-icon {
    grid-row: auto;
    width: 58px;
    height: 58px;
    margin-bottom: 0;
    border-radius: 18px;
  }

  .process-step h3 {
    align-self: end;
    margin: 0;
    font-size: 1.08rem;
  }

  .process-step p {
    grid-column: auto;
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .contact-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-form-wrap,
  .contact-side {
    grid-column: auto;
  }

  .contact-side {
    order: 1;
    gap: 16px;
  }

  .mobile-contact-title {
    display: block;
    margin: 0 0 6px;
  }

  .mobile-contact-title .section-kicker {
    margin-bottom: 12px;
  }

  .mobile-contact-title h2 {
    margin: 0;
    color: var(--text);
    font-size: clamp(1.8rem, 8vw, 2.45rem);
    line-height: 1.04;
  }

  .contact-form-wrap {
    order: 2;
    padding: 20px;
    border-radius: 28px;
  }

  .contact-tiles {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .messenger-tile,
  .contact-card,
  .map-card {
    border-radius: 24px;
  }

  .messenger-tile {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px 14px;
    min-height: 0;
    padding: 18px;
  }

  .messenger-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .messenger-icon svg {
    width: 24px;
    height: 24px;
  }

  .messenger-name {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }

  .messenger-tile strong {
    margin-top: 2px;
    font-size: 1.08rem;
    line-height: 1.35;
  }

  .messenger-tile small {
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .contact-card {
    padding: 20px;
  }

  .contact-card h3 {
    margin-bottom: 12px;
    font-size: 1.28rem;
  }

  .contact-card p {
    margin-bottom: 10px;
    line-height: 1.55;
  }

  .contact-row,
  .contact-row-inline {
    grid-template-columns: minmax(0, max-content) auto minmax(0, 1fr);
    gap: 8px;
    margin-bottom: 14px;
  }

  .contact-row-inline {
    grid-template-columns: minmax(0, max-content) auto minmax(0, max-content) auto minmax(0, 1fr);
    column-gap: 7px;
    font-size: clamp(0.72rem, 3vw, 0.95rem);
  }

  .contact-row-inline .contact-link-mail {
    justify-self: start;
  }

  .map-card {
    min-height: auto;
    padding: 18px;
    display: grid;
    gap: 14px;
  }

  .map-grid,
  .map-card::before {
    display: none;
  }

  .map-pin {
    position: relative;
    inset: auto;
    width: 100%;
    justify-content: space-between;
    padding: 12px 14px;
    border-radius: 18px;
  }

  .map-pin strong {
    font-size: 0.88rem;
  }

  .map-caption {
    position: static;
  }

  .map-caption strong {
    margin-bottom: 8px;
  }

  .map-caption p {
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .contact-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contact-form label {
    gap: 8px;
  }

  .contact-form span {
    font-size: 0.88rem;
  }

  .contact-form input,
  .contact-form textarea {
    padding: 15px 16px;
    border-radius: 16px;
    font-size: 16px;
  }

  .contact-form textarea {
    min-height: 132px;
  }

  .contact-form .btn {
    width: 100%;
  }

  .site-footer {
    padding: 72px 0 24px;
  }

  .footer-shell {
    display: grid;
    gap: 12px;
    padding: 20px;
    border-radius: 24px;
  }

  .footer-links {
    gap: 14px;
  }

  .lightbox {
    padding: 12px;
  }

  .lightbox-figure {
    width: min(100vw - 24px, 1200px);
    padding: 10px;
    border-radius: 22px;
  }

  .lightbox-figure img {
    max-height: calc(100vh - 120px);
    border-radius: 18px;
  }

  .lightbox-figure figcaption {
    padding: 12px 4px 2px;
    font-size: 0.88rem;
  }

  .lightbox-close,
  .lightbox-nav {
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }

  .lightbox-close {
    top: 10px;
    right: 10px;
    font-size: 1.8rem;
  }

  .lightbox-nav {
    margin-top: -23px;
  }

  .lightbox-prev {
    left: 8px;
  }

  .lightbox-next {
    right: 8px;
  }
}

@media (max-width: 640px) {

  .hero-actions,
  .header-actions {
    grid-template-columns: 1fr;
  }

  .site-header.is-compact .nav-shell {
    grid-template-columns: 112px minmax(0, 1fr) 128px;
  }

  .site-header.is-compact .header-actions {
    display: contents;
  }

  .metric {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .capability-card {
    padding: 18px;
  }

  .catalog-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .color-match-badge strong {
    max-width: 220px;
  }

  .portfolio-track {
    min-height: 600px;
  }

  .portfolio-slide img {
    height: 250px;
  }

  .equipment-grid {
    grid-template-columns: 1fr 1fr;
  }

  .portfolio-gallery {
    grid-template-columns: 1fr;
  }

  .slider-controls {
    grid-template-columns: repeat(2, 1fr);
  }

  .slider-arrow {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(var(--container), calc(100% - 16px));
  }

  .nav-shell,
  .hero-visual,
  .contact-form-wrap,
  .footer-shell {
    border-radius: 22px;
  }

  .brand-copy {
    font-size: 0.74rem;
  }

  h1 {
    font-size: 2.2rem;
  }

  .hero-copy h2,
  .orders-card p,
  .section-head p,
  .service-overlay p,
  .portfolio-copy p,
  .process-step p,
  .messenger-tile small,
  .map-caption p {
    font-size: 0.88rem;
  }

  .hero-visual img {
    height: 220px;
  }

  .color-match-badge span {
    font-size: 0.72rem;
  }

  .color-match-badge strong {
    font-size: 1.8rem;
  }

  .service-tile img {
    height: 250px;
  }

  .service-overlay {
    top: 191px;
  }

  .service-tile.is-open:not(.service-tile-wide) .service-overlay {
    top: 143px;
  }

  .portfolio-track {
    min-height: 620px;
  }

  .portfolio-slide img {
    height: 230px;
  }

  .equipment-card {
    padding: 14px 10px;
  }

  .equipment-card img {
    height: 72px;
  }

  .messenger-tile,
  .contact-card,
  .map-card {
    padding: 16px;
  }
}
