/*
Theme Name: Adsett Child
Theme URI: https://demo.casethemes.net/adsett/
Description: Home Renovation and Painting production child theme.
Author: Case-Themes / site customization
Template: adsett
Version: 1.2.0
Text Domain: adsett-child
*/

:root {
  --hrp-ink: #001020;
  --hrp-blue: #084078;
  --hrp-gold: #e8a828;
  --hrp-gold-dark: #94600b;
  --hrp-silver: #d0d0d0;
  --hrp-paper: #fff;
  --hrp-muted: #5d6670;
  --hrp-surface: #f5f6f7;
  --hrp-border: #d0d5da;
  --hrp-shadow: 0 18px 45px rgba(0, 16, 32, .14);
  --hrp-radius: 3px;
  --hrp-z-modal: 100000;
}
html { scroll-behavior: smooth; }
body { color: var(--hrp-ink); overflow-x: hidden; }
a { text-underline-offset: .18em; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--hrp-gold) !important;
  outline-offset: 3px;
}
.hrp-contact-strip { background: var(--hrp-ink); color: var(--hrp-paper); font-size: 13px; line-height: 1.3; position: relative; z-index: 1000; }
.hrp-contact-strip > div { display: flex; justify-content: flex-end; gap: 22px; margin: 0 auto; max-width: 1320px; padding: 9px 24px; }
.hrp-contact-strip a { color: var(--hrp-paper); font-weight: 700; }
.hrp-contact-strip a:first-child { color: var(--hrp-gold); }
.pxl-button .btn, .hrp-button, .wpcf7-submit {
  align-items: center; background: var(--hrp-gold) !important; border: 2px solid var(--hrp-gold) !important;
  border-radius: var(--hrp-radius) !important; color: var(--hrp-ink) !important; display: inline-flex;
  font-weight: 800; justify-content: center; min-height: 48px; padding: 12px 22px; text-decoration: none;
}
.pxl-button .btn:hover, .hrp-button:hover, .wpcf7-submit:hover { background: var(--hrp-paper) !important; color: var(--hrp-ink) !important; }
.hrp-kicker { color: var(--hrp-gold-dark); font-size: 13px; font-weight: 800; letter-spacing: .14em; margin-bottom: 12px; text-transform: uppercase; }
.hrp-section-heading { margin: 0 auto 44px; max-width: 820px; text-align: center; }
.hrp-section-heading h2, .hrp-home-intro h2, .hrp-home-cta h2 { font-size: clamp(32px, 4vw, 56px); line-height: 1.08; }
.hrp-section-heading > p:last-child { color: var(--hrp-muted); font-size: 18px; }
.hrp-centered { margin-top: 36px; text-align: center; }
.hrp-home-intro { align-items: center; display: grid; gap: clamp(36px, 7vw, 100px); grid-template-columns: 1.05fr .95fr; margin: 0 auto; max-width: 1320px; padding: clamp(80px, 10vw, 140px) 24px; }
.hrp-home-intro > div > p:not(.hrp-kicker) { color: var(--hrp-muted); font-size: 17px; line-height: 1.8; }
.hrp-home-intro figure { height: 650px; margin: 0; overflow: hidden; position: relative; }
.hrp-home-intro figure::before { border: 2px solid var(--hrp-gold); content: ''; inset: 18px; pointer-events: none; position: absolute; z-index: 1; }
.hrp-home-intro img { height: 100%; object-fit: cover; width: 100%; }
.hrp-home-services { background: var(--hrp-surface); padding: clamp(75px, 9vw, 125px) 24px; }
.hrp-service-cards { display: grid; gap: 18px; grid-template-columns: repeat(12, 1fr); margin: auto; max-width: 1320px; }
.hrp-service-cards article { grid-column: span 4; min-height: 480px; }
.hrp-service-cards article:nth-child(4), .hrp-service-cards article:nth-child(5) { grid-column: span 6; }
.hrp-service-cards a { background: var(--hrp-ink); color: var(--hrp-paper); display: grid; height: 100%; grid-template-rows: 270px 1fr; text-decoration: none; }
.hrp-service-cards img { height: 100%; object-fit: cover; width: 100%; }
.hrp-service-cards article > a > div { padding: 27px; }
.hrp-service-cards h3 { color: var(--hrp-paper); font-size: 22px; margin: 0 0 12px; }
.hrp-service-cards p { color: #c9d0d6; }
.hrp-service-cards span, .hrp-post-cards span { color: var(--hrp-gold); font-weight: 800; }
.hrp-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 65px auto 0; max-width: 900px; text-align: center; }
.hrp-facts div { border-right: 1px solid var(--hrp-border); display: grid; gap: 7px; }
.hrp-facts div:last-child { border: 0; }
.hrp-facts strong { color: var(--hrp-ink); font-size: clamp(44px, 6vw, 72px); line-height: 1; }
.hrp-facts span { color: var(--hrp-muted); font-weight: 700; }
.hrp-home-process, .hrp-home-gallery, .hrp-home-journal { padding: clamp(75px, 9vw, 125px) 24px; }
.hrp-home-gallery { background: var(--hrp-ink); color: var(--hrp-paper); }
.hrp-home-gallery h2 { color: var(--hrp-paper); }
.hrp-home-gallery .hrp-kicker { color: var(--hrp-gold); }
.hrp-home-journal { background: var(--hrp-surface); }
.hrp-post-cards { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); margin: auto; max-width: 1320px; }
.hrp-post-cards article { background: var(--hrp-paper); box-shadow: 0 10px 30px rgba(0,16,32,.07); }
.hrp-post-cards a { color: var(--hrp-ink); display: block; text-decoration: none; }
.hrp-post-cards img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.hrp-post-cards article div { padding: 27px; }
.hrp-post-cards h3 { font-size: 22px; }
.hrp-home-cta { align-items: center; background: var(--hrp-paper); display: flex; flex-direction: column; padding: clamp(75px, 9vw, 120px) 24px; text-align: center; }
.hrp-home-cta h2 { max-width: 800px; }
.hrp-home-cta > a:last-child { color: var(--hrp-ink); font-size: 18px; font-weight: 800; margin-top: 18px; }

.hrp-process { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 35px auto; max-width: 1200px; }
.hrp-process article { background: var(--hrp-paper); border-top: 4px solid var(--hrp-gold); box-shadow: var(--hrp-shadow); min-height: 245px; padding: 34px; }
.hrp-process article > span { color: var(--hrp-gold-dark); font-size: 38px; font-weight: 800; }
.hrp-process h3 { margin: 12px 0; }
.hrp-process p { color: var(--hrp-muted); margin: 0; }
.hrp-service-area { background: var(--hrp-ink); color: var(--hrp-paper); padding: clamp(38px, 6vw, 78px); position: relative; }
.hrp-service-area::before { background: var(--hrp-gold); content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 7px; }
.hrp-service-area h2 { color: var(--hrp-paper); font-size: clamp(30px, 4vw, 54px); max-width: 760px; }
.hrp-service-area p:not(.hrp-kicker) { font-size: 18px; max-width: 780px; }

.hrp-gallery { margin: 10px auto 70px; width: min(100%, 1320px); }
.hrp-gallery__filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 0 0 20px; }
.hrp-gallery__filters button { background: var(--hrp-paper); border: 1px solid var(--hrp-border); border-radius: 999px; color: var(--hrp-ink); cursor: pointer; font-weight: 700; min-height: 43px; padding: 9px 18px; }
.hrp-gallery__filters button:hover, .hrp-gallery__filters button.is-active { background: var(--hrp-ink); border-color: var(--hrp-ink); color: var(--hrp-paper); }
.hrp-gallery__count { color: var(--hrp-muted); margin: 0 0 18px; text-align: center; }
.hrp-gallery__grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hrp-gallery__item { min-width: 0; }
.hrp-gallery__item[hidden] { display: none; }
.hrp-gallery__open { background: var(--hrp-ink); border: 0; cursor: pointer; display: block; height: 100%; min-height: 300px; overflow: hidden; padding: 0; position: relative; width: 100%; }
.hrp-gallery__open img { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform 300ms ease; width: 100%; }
.hrp-gallery__open:hover img { transform: scale(1.035); }
.hrp-gallery__open::after { background: linear-gradient(0deg, rgba(0,16,32,.86), transparent 46%); content: ''; inset: 0; pointer-events: none; position: absolute; }
.hrp-gallery__badge { bottom: 18px; color: var(--hrp-paper); font-size: 15px; font-weight: 800; left: 18px; position: absolute; text-align: left; z-index: 2; }
.hrp-gallery__play { align-items: center; background: var(--hrp-gold); border-radius: 50%; color: var(--hrp-ink); display: flex; font-size: 17px; height: 52px; justify-content: center; left: 50%; padding-left: 3px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 52px; z-index: 3; }
.hrp-service-media .hrp-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hrp-service-media .hrp-gallery__open { min-height: 360px; }
.hrp-lightbox { background: transparent; border: 0; box-sizing: border-box; height: 100dvh; inset: 0; margin: auto; max-height: 100dvh; max-width: 100vw; overflow: hidden; padding: 58px clamp(48px, 7vw, 100px) 52px; position: fixed; width: 100vw; }
.hrp-lightbox::backdrop { background: rgba(0,8,16,.94); }
.hrp-lightbox__stage { align-items: center; display: flex; height: 100%; justify-content: center; min-height: 0; min-width: 0; width: 100%; }
.hrp-lightbox img, .hrp-lightbox video { box-shadow: var(--hrp-shadow); display: block; height: auto; max-height: 100%; max-width: 100%; object-fit: contain; width: auto; }
.hrp-lightbox__nav { align-items: center; background: rgba(0,16,32,.84); border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--hrp-paper); cursor: pointer; display: flex; font-size: 24px; height: 44px; justify-content: center; position: absolute; top: 50%; transform: translateY(-50%); width: 44px; z-index: 2; }
.hrp-lightbox__nav:hover { background: var(--hrp-gold); border-color: var(--hrp-gold); color: var(--hrp-ink); }
.hrp-lightbox__prev { left: 12px; }
.hrp-lightbox__next { right: 12px; }
.hrp-lightbox__nav[disabled] { opacity: .35; cursor: not-allowed; }
.hrp-lightbox__close, .hrp-popup__close { align-items: center; background: var(--hrp-gold) !important; border: 0; border-radius: 50%; box-sizing: border-box; color: var(--hrp-ink) !important; cursor: pointer; display: flex; font-size: 30px; height: 44px; justify-content: center; letter-spacing: 0; line-height: 1; min-width: 44px; padding: 0 !important; position: absolute; right: 18px; top: 18px; width: 44px; z-index: 2; }

.hrp-preview { display: grid; gap: 14px; grid-template-columns: 1.35fr 1fr 1fr; grid-template-rows: repeat(2, 245px); }
.hrp-preview a { display: block; min-height: 0; overflow: hidden; }
.hrp-preview a:first-child { grid-row: span 2; }
.hrp-preview img { height: 100%; object-fit: cover; transition: transform 300ms ease; width: 100%; }
.hrp-preview a:hover img { transform: scale(1.035); }
.hrp-map-card { align-items: center; background: var(--hrp-ink); color: var(--hrp-paper); display: flex; justify-content: space-between; min-height: 360px; padding: clamp(34px, 6vw, 80px); }
.hrp-map-card h2 { color: var(--hrp-paper); font-size: clamp(32px, 4vw, 54px); }
.hrp-map-card address { font-size: 18px; font-style: normal; }

.hrp-footer-grid { display: grid; gap: clamp(28px, 4vw, 64px); grid-template-columns: 1.35fr 1fr 1fr 1fr; margin: 0 auto; max-width: 1320px; padding: 80px 24px 50px; }
.hrp-footer-grid, .hrp-footer-grid p, .hrp-footer-grid address { color: #e6e9ec; }
.hrp-footer-grid h2 { color: var(--hrp-paper); font-size: 20px; margin-bottom: 20px; }
.hrp-footer-grid section > a { color: var(--hrp-paper); display: block; margin: 0 0 10px; }
.hrp-footer-grid address { font-style: normal; margin-top: 15px; }
.elementor .hrp-footer__logo { background: transparent; display: block; height: auto; margin: 0 0 20px; max-width: 185px; object-fit: contain; padding: 0; width: 100%; }
.hrp-social { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 20px; }
.hrp-social a { color: var(--hrp-gold); font-weight: 800; }
.hrp-mobile-panel { padding: 25px; }
.hrp-mobile-panel__logo img { height: auto; max-width: 150px; }
.hrp-mobile-panel nav { margin: 28px 0; }
.hrp-mobile-panel nav ul { list-style: none; margin: 0; padding: 0; }
.hrp-mobile-panel nav a { border-bottom: 1px solid var(--hrp-border); color: var(--hrp-ink); display: block; font-size: 17px; font-weight: 800; padding: 12px 0; }
.hrp-mobile-panel .sub-menu { padding-left: 16px; }
.hrp-mobile-panel__contact { display: grid; gap: 11px; }
.hrp-mobile-panel__contact > a:not(.hrp-button) { color: var(--hrp-ink); font-weight: 800; }
.hrp-mobile-panel__contact p { color: var(--hrp-muted); }

.hrp-popup[hidden] { display: none; }
.hrp-popup { display: grid; inset: 0; overflow: auto; padding: 16px; place-items: center; position: fixed; z-index: var(--hrp-z-modal); }
.hrp-popup__backdrop { background: rgba(0,8,16,.88); inset: 0; position: absolute; }
.hrp-popup__panel { background: var(--hrp-ink); box-shadow: 0 25px 75px rgba(0,0,0,.42); margin: auto; max-height: calc(100dvh - 32px); overflow: auto; position: relative; width: min(700px, 100%); }
.hrp-popup__panel img { display: block; height: auto; max-height: calc(100dvh - 116px); object-fit: contain; width: 100%; }
.hrp-popup__actions { align-items: center; background: var(--hrp-ink); display: flex; justify-content: center; min-height: 76px; padding: 12px 20px; }
.hrp-popup__cta { min-width: 220px; text-align: center; }
.hrp-popup__close { box-shadow: 0 4px 18px rgba(0,0,0,.38); font-family: Arial, sans-serif; font-size: 27px; font-weight: 400; height: 44px; line-height: 44px; right: 12px; top: 12px; width: 44px; }
.hrp-popup:not([hidden]) .hrp-popup__panel { animation: hrp-modal-enter 360ms cubic-bezier(.22,1,.36,1) both; }
@keyframes hrp-modal-enter { from { opacity: 0; transform: translateY(18px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
body.hrp-modal-open { overflow: hidden; }
.wpcf7-form label { color: var(--hrp-ink); display: block; font-weight: 700; margin-bottom: 16px; }
.wpcf7-form input:not([type='submit']), .wpcf7-form select, .wpcf7-form textarea { border: 1px solid #737d86; border-radius: 0; margin-top: 7px; min-height: 48px; width: 100%; }
.wpcf7-form textarea { min-height: 150px; }
.pxl-header-logo img, .pxl-logo img { height: auto; max-height: 116px; max-width: 116px; object-fit: contain; width: 116px; }
.pxl-header-menu li a { letter-spacing: 0 !important; }
.pxl-page-title { background-color: var(--hrp-ink) !important; }
.pxl-pagetitle .main-title { color: var(--hrp-paper) !important; }
.pxl-pagetitle .sub-title { display: none !important; }
.pxl-footer .elementor-element-68d3a66 { background: var(--hrp-ink) !important; }
.large-heading h1 { color: inherit; font: inherit; letter-spacing: inherit; line-height: inherit; margin: 0; text-transform: inherit; }
.hrp-service-nav ul { list-style: none; margin: 0; padding: 0; }
.hrp-service-nav a { border-bottom: 1px solid var(--hrp-border); color: var(--hrp-ink); display: block; font-weight: 700; padding: 13px 0; }
.hrp-service-nav a:hover { color: var(--hrp-gold-dark); }
.hrp-sidebar-cta { background: var(--hrp-ink); color: var(--hrp-paper); margin-top: 30px; padding: 28px; }
.hrp-sidebar-cta h3 { color: var(--hrp-paper); }
.hrp-sidebar-phone { border-left: 4px solid var(--hrp-gold); display: grid; gap: 5px; margin-top: 22px; padding: 8px 0 8px 18px; }
.hrp-sidebar-phone a { color: var(--hrp-ink); font-size: 20px; font-weight: 800; }
.hrp-detail { display: grid; gap: clamp(35px, 6vw, 80px); grid-template-columns: minmax(0, 1fr) 300px; margin: 0 auto; max-width: 1200px; padding: 90px 24px 120px; }
.hrp-detail__hero { height: min(58vw, 620px); margin: 0 0 42px; overflow: hidden; }
.hrp-detail__hero img { height: 100%; object-fit: cover; width: 100%; }
.hrp-detail main > h2 { font-size: clamp(28px, 3.5vw, 44px); margin-top: 40px; }
.hrp-detail main > p { color: var(--hrp-muted); font-size: 17px; line-height: 1.8; }
.hrp-detail__lead { color: var(--hrp-ink) !important; font-size: 20px !important; }
.hrp-detail aside { align-self: start; position: sticky; top: 125px; }
.hrp-detail aside > h2 { font-size: 24px; }
.hrp-faq { margin-top: 55px; }
.hrp-faq details { border-top: 1px solid var(--hrp-border); padding: 20px 0; }
.hrp-faq details:last-child { border-bottom: 1px solid var(--hrp-border); }
.hrp-faq summary { color: var(--hrp-ink); cursor: pointer; font-size: 18px; font-weight: 800; }
.hrp-faq details p { color: var(--hrp-muted); padding-top: 12px; }
.hrp-contact-content { display: grid; gap: clamp(40px, 7vw, 100px); grid-template-columns: .8fr 1.2fr; margin: 0 auto; max-width: 1180px; padding: 100px 24px 120px; }
.hrp-contact-cards { align-self: start; display: grid; gap: 15px; grid-template-columns: 1fr; }
.hrp-contact-cards article { background: var(--hrp-surface); min-height: 180px; padding: 28px; }
.hrp-contact-cards a { color: var(--hrp-ink); font-weight: 800; overflow-wrap: anywhere; }
.hrp-contact-cards address { font-style: normal; }
.hrp-contact-form h2 { font-size: clamp(32px, 4vw, 50px); }
.hrp-contact-form > p:not(.hrp-kicker) { color: var(--hrp-muted); }

/* Adsett slider: preserve its fade, stagger, and Ken Burns; secure text contrast. */
.home .pxl-slider-item .pxl-slide-bg .overlay-color { background: linear-gradient(180deg, rgba(0,16,32,.68) 0, rgba(0,16,32,0) 34%), linear-gradient(90deg, rgba(0,16,32,.9) 0, rgba(0,16,32,.73) 34%, rgba(0,16,32,.26) 72%, rgba(0,16,32,.12) 100%) !important; }
.home .elementor-167 .pxl-slide-bg { background-position: 58% center; }
.home .elementor-196 .pxl-slide-bg { background-position: 57% center; }
.home .elementor-239 .pxl-slide-bg { background-position: 58% center; }
.home .pxl-slider-item .large-heading { text-shadow: 0 2px 18px rgba(0,8,16,.35); text-wrap: balance; }
.home .pxl-slider-item .desc { color: #f1f4f6 !important; text-shadow: 0 2px 12px rgba(0,8,16,.48); }
body.home .pxl-slider-item .elementor-widget-pxl_slider_item .sl-content-inner a.btn1.pxl-btn { background: var(--hrp-gold) !important; color: var(--hrp-ink) !important; }
body.home .pxl-slider-item .elementor-widget-pxl_slider_item .sl-content-inner a.btn1.pxl-btn:hover { background: var(--hrp-paper) !important; }
.home .pxl-header-transparent .pxl-primary-menu > li > a { color: var(--hrp-paper) !important; text-shadow: 0 1px 8px rgba(0,8,16,.55); }
.home .pxl-header-transparent .pxl-primary-menu > li > a:hover, .home .pxl-header-transparent .pxl-primary-menu > li.current-menu-item > a { color: var(--hrp-gold) !important; }
.home .pxl-header-mobile-transparent .pxl-anchor, .home .pxl-header-mobile-transparent .pxl-anchor-icon { color: var(--hrp-paper) !important; }

/* Keep Adsett's loader lifecycle; replace only its illustration and sizing. */
.pxl-loader.style-1 { align-items: center; background: var(--hrp-paper); display: flex; justify-content: center; }
.pxl-loader.style-1 .loading-spinner { height: 135px; margin: 0; position: relative; text-align: center; top: auto; width: 180px; }
.pxl-loader.style-1 .loading-spinner img { animation: hrp-roller 1.25s cubic-bezier(.25,1,.5,1) infinite alternate; display: block; height: 120px; margin: 0 auto; object-fit: contain; transform-origin: 70% 70%; width: 180px; }
.pxl-loader.style-1 .loading-spinner::after { animation: hrp-paint 1.25s cubic-bezier(.25,1,.5,1) infinite alternate; background: var(--hrp-gold); border-radius: 999px; bottom: 3px; content: ''; height: 5px; left: 22px; position: absolute; transform-origin: left center; width: 136px; }
@keyframes hrp-roller { from { transform: translateX(-6px) rotate(-3deg); } to { transform: translateX(6px) rotate(2deg); } }
@keyframes hrp-paint { from { transform: scaleX(.18); } to { transform: scaleX(1); } }

.hrp-reviews { margin: 40px auto 15px; max-width: 1200px; }
.hrp-reviews__grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hrp-review { background: var(--hrp-surface); border: 1px solid var(--hrp-border); display: flex; flex-direction: column; min-height: 330px; padding: clamp(24px, 3vw, 38px); }
.hrp-review__stars { color: var(--hrp-gold-dark); font-size: 23px; letter-spacing: .13em; line-height: 1; margin-bottom: 22px; }
.hrp-review h3 { color: var(--hrp-ink); font-size: 25px; margin: 0 0 4px; }
.hrp-review__date { color: var(--hrp-muted); font-size: 14px; margin: 0 0 22px; }
.hrp-review p:not(.hrp-review__date) { color: var(--hrp-ink); line-height: 1.65; margin: 0 0 25px; }
.hrp-review a { color: var(--hrp-gold-dark); font-weight: 800; margin-top: auto; text-decoration: underline; }
.hrp-reviews__note { color: var(--hrp-muted); font-size: 14px; margin: 23px 0 0; text-align: center; }

.hrp-button, .pxl-button .btn, .hrp-gallery__open img { transition-duration: 280ms; transition-timing-function: cubic-bezier(.25,1,.5,1); }
.hrp-button:active, .pxl-button .btn:active { transform: scale(.98); }

@media (max-width: 1024px) {
  .hrp-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hrp-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hrp-contact-strip > div { justify-content: center; }
  .hrp-service-cards article, .hrp-service-cards article:nth-child(4), .hrp-service-cards article:nth-child(5) { grid-column: span 6; }
  .hrp-post-cards { grid-template-columns: repeat(2, 1fr); }
  .hrp-detail, .hrp-contact-content { grid-template-columns: 1fr; }
  .hrp-detail aside { position: static; }
  .hrp-reviews__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pxl-header-mobile .pxl-logo img { max-height: 88px; max-width: 88px; width: 88px; }
}
@media (max-width: 767px) {
  .hrp-contact-strip > div { align-items: center; flex-direction: column; gap: 5px; padding: 8px 14px; }
  .hrp-contact-strip span { display: none; }
  .hrp-process, .hrp-gallery__grid, .hrp-service-media .hrp-gallery__grid, .hrp-footer-grid { grid-template-columns: 1fr; }
  .hrp-gallery { padding: 0 14px; }
  .hrp-gallery__filters { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; padding-bottom: 8px; }
  .hrp-gallery__filters button { flex: 0 0 auto; }
  .hrp-gallery__open, .hrp-service-media .hrp-gallery__open { min-height: 280px; }
  .hrp-preview { grid-template-columns: 1fr 1fr; grid-template-rows: 280px 190px 190px; }
  .hrp-preview a:first-child { grid-column: span 2; grid-row: auto; }
  .hrp-map-card { align-items: flex-start; flex-direction: column; gap: 30px; }
  .hrp-footer-grid { padding-top: 55px; }
  .hrp-popup { padding: 10px; }
  .hrp-popup__panel { max-height: calc(100dvh - 20px); }
  .hrp-popup__panel img { max-height: calc(100dvh - 100px); }
  .hrp-popup__actions { min-height: 68px; padding: 9px 14px; }
  .hrp-lightbox { padding: 58px 12px 70px; }
  .hrp-lightbox__nav { bottom: 12px; height: 42px; top: auto; transform: none; width: 42px; }
  .hrp-lightbox__prev { left: calc(50% - 54px); }
  .hrp-lightbox__next { right: calc(50% - 54px); }
  .home .pxl-slider-item .pxl-slide-bg .overlay-color { background: linear-gradient(180deg, rgba(0,16,32,.72) 0, rgba(0,16,32,.08) 35%), linear-gradient(90deg, rgba(0,16,32,.88), rgba(0,16,32,.42)) !important; }
  .home .elementor-167 .pxl-slide-bg { background-position: 69% center; }
  .home .elementor-196 .pxl-slide-bg { background-position: 66% center; }
  .home .elementor-239 .pxl-slide-bg { background-position: 62% center; }
  .hrp-reviews__grid { grid-template-columns: 1fr; }
  .hrp-review { min-height: 0; }
  .hrp-home-intro { grid-template-columns: 1fr; }
  .hrp-home-intro figure { height: 480px; }
  .hrp-service-cards { display: block; }
  .hrp-service-cards article { margin-bottom: 18px; min-height: 0; }
  .hrp-service-cards a { grid-template-rows: 250px 1fr; }
  .hrp-facts { gap: 24px; grid-template-columns: 1fr; }
  .hrp-facts div { border-bottom: 1px solid var(--hrp-border); border-right: 0; padding-bottom: 24px; }
  .hrp-post-cards { grid-template-columns: 1fr; }
  .hrp-detail { padding-top: 65px; }
  .hrp-detail__hero { height: 380px; }
  .hrp-contact-content { padding: 65px 16px 80px; }
  .hrp-contact-cards { grid-template-columns: 1fr; }
}
@media (max-width: 430px) {
  .hrp-process article { min-height: auto; padding: 26px; }
  .hrp-gallery__open, .hrp-service-media .hrp-gallery__open { min-height: 245px; }
  .hrp-preview { display: block; }
  .hrp-preview a { height: 250px; margin-bottom: 12px; }
  .hrp-popup__close { right: 8px; top: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .home .pxl-slider-item .pxl-slide-bg { animation: none !important; transform: none !important; }
  .pxl-invisible, .elementor-invisible { opacity: 1 !important; transform: none !important; visibility: visible !important; }
}
