:root {
	--forest: #181818;
	--forest-2: #2a2a28;
	--forest-3: #111111;
	--orange: #f15a24;
	--orange-dark: #d94714;
	--cream: #ffffff;
	--paper: #f6f6f4;
	--ink: #181818;
	--muted: #6b6b67;
	--line: #dededb;
	--rmq-body-size: 18px;
	--rmq-heading-scale: 1;
	--rmq-display: Inter, Arial, sans-serif;
	--rmq-body-font: Inter, Arial, sans-serif;
	--rmq-h1-min: 3.25rem;
	--rmq-h1-fluid: 5.2vw;
	--rmq-h1-max: 6.2rem;
	--rmq-h2-min: 2.25rem;
	--rmq-h2-fluid: 3.35vw;
	--rmq-h2-max: 4rem;
	--rmq-h3-min: 1.35rem;
	--rmq-h3-fluid: 1.55vw;
	--rmq-h3-max: 1.85rem;
	--rmq-hero-title-size: 76px;
	--rmq-hero-text-size: 19px;
	--rmq-about-title-size: 52px;
	--rmq-about-text-size: 18px;
	--rmq-services-title-size: 52px;
	--rmq-service-card-title-size: 28px;
	--rmq-services-text-size: 18px;
	--rmq-cta-title-size: 54px;
	--rmq-cta-text-size: 18px;
	--rmq-gallery-title-size: 52px;
	--rmq-gallery-caption-size: 17px;
	--rmq-testimonial-text-size: 34px;
	--rmq-materials-title-size: 48px;
	--rmq-material-card-title-size: 22px;
	--rmq-materials-text-size: 18px;
	--rmq-faq-title-size: 50px;
	--rmq-faq-question-size: 19px;
	--rmq-faq-text-size: 17px;
	--rmq-contact-title-size: 52px;
	--rmq-contact-text-size: 18px;
	--rmq-form-title-size: 27px;
	--rmq-footer-text-size: 14px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; overflow-x: hidden; background: #fff; color: var(--ink); font-family: var(--rmq-body-font); font-size: max(18px, var(--rmq-body-size)); line-height: 1.68; }
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
main { overflow: clip; }
.rmq-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.rmq-section { padding: clamp(84px, 9vw, 126px) 0; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 14px; background: #fff; color: #111; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.rmq-icon { flex: 0 0 auto; }

h1, h2, h3 { margin: 0; color: inherit; font-family: var(--rmq-display); font-weight: 800; letter-spacing: -.045em; line-height: 1.02; text-wrap: balance; }
h1 { font-size: clamp(var(--rmq-h1-min), var(--rmq-h1-fluid), var(--rmq-h1-max)); }
h2 { font-size: clamp(var(--rmq-h2-min), var(--rmq-h2-fluid), var(--rmq-h2-max)); }
h3 { font-size: clamp(var(--rmq-h3-min), var(--rmq-h3-fluid), var(--rmq-h3-max)); }
p { margin: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--orange); font-size: .75rem; font-weight: 850; line-height: 1.2; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow .rmq-icon { width: 17px; height: 17px; }
.eyebrow-light { color: #ffab87; }
.rmq-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 3px; padding: 14px 22px; font-size: .9rem; font-weight: 800; line-height: 1; transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; }
.rmq-button:hover { transform: translateY(-2px); }
.rmq-button .rmq-icon, .text-link .rmq-icon, .service-body a .rmq-icon, .instagram-link .rmq-icon, .material-card > .rmq-icon { width: 18px; height: 18px; }
.rmq-button-primary { background: var(--orange); color: #fff; box-shadow: 0 12px 28px rgb(241 90 36 / 18%); }
.rmq-button-primary:hover { background: var(--orange-dark); }
.rmq-button-quiet { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1px rgb(24 24 24 / 30%); }
.rmq-button-light { background: #fff; color: #181818; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--orange-dark); font-weight: 800; border-bottom: 1px solid rgb(216 84 27 / 35%); padding-bottom: 4px; }

/* Header */
.site-header { position: sticky; z-index: 100; top: 0; width: 100%; border-bottom: 1px solid #e5e5e2; background: rgb(255 255 255 / 96%); color: var(--ink); backdrop-filter: blur(14px); }
.header-inner { position: relative; display: grid; grid-template-columns: auto 1fr auto; min-height: 96px; align-items: center; gap: 36px; }
.brand { display: flex; width: 104px; height: 82px; align-items: center; justify-content: center; overflow: hidden; background: #fff; }
.brand img { width: 92px; height: 92px; object-fit: contain; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(20px, 3vw, 40px); color: #272725; font-size: .86rem; font-weight: 800; letter-spacing: .065em; text-transform: uppercase; }
.desktop-nav a { position: relative; padding: 8px 0; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; content: ""; background: var(--orange); transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-cta { min-height: 44px; padding: 11px 18px; }
.mobile-toggle { display: none; width: 46px; height: 46px; place-items: center; gap: 5px; border: 1px solid var(--line); border-radius: 3px; padding: 11px; background: #fff; }
.mobile-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); }
.mobile-menu { position: absolute; top: calc(100% + 1px); right: 0; display: none; min-width: 230px; overflow: hidden; border: 1px solid var(--line); border-radius: 4px; background: #fff; box-shadow: 0 24px 60px rgb(0 0 0 / 14%); }
.mobile-menu.is-open { display: grid; }
.mobile-menu a { padding: 14px 18px; border-bottom: 1px solid var(--line); font-size: .9rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }

/* Hero */
.hero { position: relative; display: grid; width: 100%; height: auto; min-height: 690px; overflow: hidden; align-items: center; padding: 80px 0 96px; background: #181818; color: #fff; isolation: isolate; }
.hero-slides { position: absolute; z-index: -3; inset: 0; background: #282826; }
.hero-slide { position: absolute; inset: 0; background-position: center; background-size: cover; opacity: 0; transform: scale(1.025); transition: opacity 1.5s ease, transform 18s linear; }
.hero-slide.is-active { opacity: 1; transform: scale(1.08); }
.hero-green-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgb(0 0 0 / 78%) 0%, rgb(0 0 0 / 55%) 52%, rgb(0 0 0 / 20%) 100%); }
.hero::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(to top, rgb(0 0 0 / 36%), transparent 55%); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 820px); align-items: center; }
.hero-copy { padding: 30px 0 70px; }
.hero-copy .eyebrow { color: #ffab87; }
.hero-copy h1 { max-width: 920px; margin-top: 22px; color: #fff; font-size: var(--rmq-hero-title-size); line-height: .98; text-transform: none; text-shadow: 0 3px 24px rgb(0 0 0 / 22%); }
.hero-copy > p { max-width: 630px; margin-top: 24px; color: rgb(255 255 255 / 84%); font-size: var(--rmq-hero-text-size); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero .rmq-button-quiet { color: #fff; box-shadow: inset 0 0 0 1px rgb(255 255 255 / 30%); }

/* About */
.about { padding: 0; background: #fff; }
.about > .about-grid { display: grid; width: 100vw; max-width: none; margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; gap: 0; }
.about-media { position: relative; order: 2; min-width: 0; min-height: 650px; overflow: hidden; background: #ddd; }
.about-media > img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.about .section-copy { order: 1; display: flex; min-width: 0; min-height: 650px; flex-direction: column; justify-content: center; padding: clamp(58px, 7vw, 104px) clamp(30px, 7vw, 98px); background: var(--orange); color: #fff; }
.about .section-copy .eyebrow { color: #31170e; }
.section-copy h2 { margin-top: 20px; }
.about .section-copy h2, .about .section-copy p, .about .feature-list span, .about .feature-list strong { color: #fff; }
.about .section-copy h2 { font-size: var(--rmq-about-title-size); }
.section-copy > p { margin-top: 24px; font-size: var(--rmq-about-text-size); line-height: 1.8; opacity: .9; }
.about .feature-list { font-size: var(--rmq-about-text-size); }
.feature-list { display: grid; gap: 16px; margin: 29px 0 31px; }
.feature-list > div { display: flex; align-items: flex-start; gap: 13px; }
.feature-list .rmq-icon { width: 22px; height: 22px; flex: 0 0 auto; border: 1px solid rgb(255 255 255 / 60%); border-radius: 50%; padding: 4px; color: #fff; }
.about .text-link { align-self: flex-start; border: 0; border-radius: 3px; padding: 15px 20px; background: #171717; color: #fff; }

/* Services */
.services { background: #f6f6f4; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 60px; margin-bottom: 50px; }
.section-heading h2 { max-width: 800px; margin-top: 18px; }
.services .section-heading h2 { font-size: var(--rmq-services-title-size); }
.section-heading > p { color: var(--muted); font-size: var(--rmq-services-text-size); line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 24px; }
.service-card { display: block; min-width: 0; min-height: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 4px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 24px 55px rgb(0 0 0 / 10%); }
.service-image { position: relative; width: 100%; height: auto; overflow: hidden; aspect-ratio: 1.55; background: #d8ddd8; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.service-card:hover .service-image img { transform: scale(1.04); }
.service-image > span { position: absolute; top: 0; left: 0; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 0; background: var(--orange); color: #fff; font-size: .68rem; font-weight: 900; }
.service-body { display: block; min-height: 0; padding: 30px 31px 33px; }
.service-body h3 { color: var(--ink); font-size: var(--rmq-service-card-title-size); }
.service-body p { min-height: 58px; margin-top: 14px; color: #6f6f6a; font-size: var(--rmq-services-text-size); line-height: 1.68; }
.service-body a { display: inline-flex; align-items: center; gap: 7px; margin-top: 24px; color: var(--orange-dark); font-size: .79rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

/* Central call to action */
.mid-cta { position: relative; display: grid; min-height: 650px; overflow: hidden; align-items: center; background: #181818; color: #fff; }
.mid-cta > img, .mid-cta-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.mid-cta > img { object-fit: cover; object-position: center 35%; }
.mid-cta-overlay { background: linear-gradient(90deg, rgb(0 0 0 / 80%) 0%, rgb(0 0 0 / 60%) 53%, rgb(0 0 0 / 25%) 100%); }
.mid-cta-content { position: relative; padding-block: 90px; }
.mid-cta h2 { max-width: 750px; margin-top: 23px; color: #fff; font-size: var(--rmq-cta-title-size); }
.mid-cta p { max-width: 590px; margin: 28px 0 34px; color: rgb(255 255 255 / 76%); font-size: var(--rmq-cta-text-size); }

/* Gallery */
.projects { background: #fff; }
.projects-heading { grid-template-columns: 1fr auto; }
.projects .section-heading h2 { font-size: var(--rmq-gallery-title-size); }
.instagram-link { display: inline-flex; align-items: center; gap: 9px; font-size: .82rem; font-weight: 800; }
.gallery-filters { display: flex; flex-wrap: nowrap; gap: 8px; margin: -15px 0 30px; overflow-x: auto; padding: 4px 0 8px; }
.gallery-filters button { min-height: 42px; flex: 0 0 auto; border: 1px solid #d2d2cf; border-radius: 3px; padding: 10px 18px; background: #fff; color: #656560; font-size: .76rem; font-weight: 800; }
.gallery-filters button:hover, .gallery-filters button.is-active { border-color: var(--forest); background: var(--forest); color: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 24px; }
.gallery-card { position: relative; display: none; width: 100%; min-width: 0; height: auto; overflow: hidden; aspect-ratio: 4 / 3; margin: 0; border: 1px solid var(--line); border-radius: 12px; padding: 0; background: #e4e4e1; color: #fff; box-shadow: 0 10px 28px rgb(0 0 0 / 7%); text-align: left; transition: transform .25s ease, box-shadow .25s ease; }
.gallery-card.is-visible { display: block; }
.gallery-card:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgb(0 0 0 / 13%); }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.gallery-card:hover img { transform: scale(1.055); }
.gallery-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgb(0 0 0 / 82%) 0%, rgb(0 0 0 / 34%) 38%, transparent 68%); }
.gallery-caption { position: absolute; right: 20px; bottom: 18px; left: 20px; display: grid; gap: 5px; line-height: 1.3; }
.gallery-caption small { color: #ffad87; font-size: .66rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.gallery-caption strong { color: #fff; font-family: var(--rmq-display); font-size: var(--rmq-gallery-caption-size); font-weight: 780; text-shadow: 0 2px 12px rgb(0 0 0 / 28%); }
.gallery-open { position: absolute; top: 14px; right: 14px; display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: rgb(255 255 255 / 94%); color: var(--forest); font-size: 1.2rem; box-shadow: 0 6px 18px rgb(0 0 0 / 12%); opacity: 0; transition: opacity .2s ease; }
.gallery-card:hover .gallery-open { opacity: 1; }
.gallery-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 34px; }
.gallery-pagination:empty { display: none; }
.gallery-pagination button { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 3px; background: #fff; color: var(--ink); font-size: .76rem; font-weight: 800; }
.gallery-pagination button.is-active { border-color: var(--forest); background: var(--forest); color: #fff; }
.gallery-empty { padding: 40px; color: var(--muted); text-align: center; }
.gallery-modal { position: fixed; z-index: 1000; inset: 0; display: none; align-items: center; justify-content: center; padding: 28px 82px; background: rgb(0 0 0 / 92%); }
.gallery-modal.is-open { display: flex; }
.gallery-modal figure { display: grid; max-width: min(1100px, 100%); max-height: calc(100vh - 80px); margin: 0; color: #fff; }
.gallery-modal figure img { max-width: 100%; max-height: calc(100vh - 130px); object-fit: contain; }
.gallery-modal figcaption { padding-top: 10px; text-align: center; }
.modal-close, .modal-prev, .modal-next { position: absolute; display: grid; place-items: center; border: 0; background: transparent; color: #fff; }
.modal-close { top: 18px; right: 24px; width: 48px; height: 48px; font-size: 2.5rem; }
.modal-prev, .modal-next { top: 50%; width: 58px; height: 72px; font-size: 4rem; transform: translateY(-50%); }
.modal-prev { left: 14px; }
.modal-next { right: 14px; }

/* Testimonial and materials */
.testimonial-section { padding: 0 0 clamp(84px, 9vw, 126px); background: #fff; }
.testimonial-card { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 38px; padding: clamp(34px, 5vw, 58px) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #181818; }
.quote-mark { align-self: start; color: var(--orange); font-family: Georgia, serif; font-size: 7rem; line-height: .7; }
.testimonial-card blockquote { margin: 0; }
.testimonial-card blockquote > p { max-width: 750px; font-family: var(--rmq-display); font-size: var(--rmq-testimonial-text-size); font-weight: 700; line-height: 1.28; }
.testimonial-card blockquote footer { display: grid; margin-top: 27px; font-size: .8rem; }
.testimonial-card blockquote footer span { color: #777772; }
.testimonial-tag { display: flex; align-items: center; gap: 12px; color: #6f6f6a; font-size: .72rem; font-weight: 700; }
.testimonial-tag .rmq-icon { width: 34px; height: 34px; color: var(--orange); }
.materials { background: #f6f6f4; }
.materials-grid { display: grid; grid-template-columns: 1.2fr repeat(3, .8fr); align-items: stretch; gap: 15px; }
.materials-intro { display: flex; min-height: 100%; flex-direction: column; justify-content: center; padding-right: 35px; }
.materials-intro h2 { margin-top: 18px; font-size: var(--rmq-materials-title-size); }
.materials-intro p { margin-top: 18px; color: #6f6f6a; font-size: var(--rmq-materials-text-size); }
.material-card { position: relative; display: flex; min-height: 330px; overflow: hidden; flex-direction: column; justify-content: flex-end; padding: 27px; border-radius: 3px; background: #181818; color: #fff; isolation: isolate; transition: transform .25s ease, box-shadow .25s ease; }
.material-card:hover { transform: translateY(-4px); box-shadow: 0 24px 52px rgb(0 0 0 / 18%); }
.material-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.material-card:hover > img { transform: scale(1.045); }
.material-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(to top, rgb(0 0 0 / 92%) 0%, rgb(0 0 0 / 40%) 52%, rgb(0 0 0 / 8%) 100%); }
.material-content { display: grid; color: #fff; }
.material-content small { color: #ff9c75; font-size: .72rem; font-weight: 850; letter-spacing: .06em; }
.material-content strong { margin-top: 5px; font-family: var(--rmq-display); font-size: var(--rmq-material-card-title-size); font-weight: 750; line-height: 1.25; }
.material-card > .rmq-icon { position: absolute; top: 22px; right: 22px; display: grid; width: 36px; height: 36px; border-radius: 50%; padding: 9px; background: rgb(255 255 255 / 90%); color: var(--orange); }

/* FAQ, contact and map */
.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px, 8vw, 115px); }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.faq-intro h2 { margin-top: 21px; font-size: var(--rmq-faq-title-size); }
.faq-intro p { margin: 25px 0 28px; color: #6c6c67; font-size: var(--rmq-faq-text-size); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 42px 24px 2px; color: var(--forest); font-family: var(--rmq-display); font-size: var(--rmq-faq-question-size); font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; top: 20px; right: 4px; color: var(--orange); font-size: 1.5rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 42px 25px 2px; color: #686863; font-size: var(--rmq-faq-text-size); line-height: 1.8; }
.contact { padding: clamp(84px, 9vw, 126px) 0; border-top: 1px solid var(--line); background: #fff; color: #181818; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 110px); }
.contact-copy h2 { margin-top: 22px; font-size: var(--rmq-contact-title-size); }
.contact .eyebrow-light { color: var(--orange); }
.contact-copy > p { margin-top: 27px; color: #6b6b67; font-size: var(--rmq-contact-text-size); }
.contact-details { font-size: var(--rmq-contact-text-size); }
.contact-details { display: grid; gap: 22px; margin-top: 43px; }
.contact-details > a, .contact-details > div { display: flex; align-items: center; gap: 15px; color: var(--ink); }
.contact-details .rmq-icon { width: 22px; height: 22px; color: var(--orange); }
.contact-details span { display: grid; font-weight: 700; }
.contact-details small { color: #81817c; font-size: .66rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px; padding: clamp(30px, 3.5vw, 42px); border: 1px solid #d9d9d5; border-radius: 12px; background: #f2f2f0; color: var(--forest); box-shadow: 0 18px 48px rgb(0 0 0 / 6%); }
.form-heading, .form-alert { grid-column: 1 / -1; }
.form-heading { display: grid; gap: 8px; margin-bottom: 10px; }
.form-heading span { color: var(--orange-dark); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.form-heading strong { max-width: 430px; font-family: var(--rmq-display); font-size: var(--rmq-form-title-size); font-weight: 800; line-height: 1.22; letter-spacing: -.025em; }
.contact-form label:not(.hp-field) { display: grid; min-width: 0; gap: 8px; color: #282826; font-size: .76rem; font-weight: 800; }
.form-field-service, .form-field-message { grid-column: 1 / -1; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #cececa; border-radius: 8px; outline: none; background: #fff; color: var(--forest); font-size: .95rem; font-weight: 500; box-shadow: 0 1px 0 rgb(0 0 0 / 2%); transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input, .contact-form select { min-height: 54px; padding: 11px 14px; }
.contact-form textarea { min-height: 132px; padding: 14px; line-height: 1.55; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgb(237 100 36 / 13%); }
.form-submit, .contact-form > small { grid-column: 1 / -1; }
.form-submit { width: 100%; margin-top: 4px; }
.contact-form > small { color: #7a837d; text-align: center; }
.form-alert { border: 1px solid #e5b6a1; border-radius: 3px; padding: 12px 14px; background: #fff3ee; color: #8f3311; }
.hp-field { position: absolute !important; left: -9999px !important; }
.location-map { width: 100%; padding: 0; border-top: 1px solid var(--line); background: #ddd; }
.location-map-frame { width: 100%; height: clamp(420px, 48vw, 600px); overflow: hidden; background: #ddd; }
.location-map-frame iframe { display: block; width: 100%; height: 100%; border: 0; filter: saturate(.88) contrast(1.02); }

/* Footer */
.site-footer { padding: 64px 0 22px; border-top: 1px solid var(--line); background: #fff; color: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 48px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid > div > strong { margin-bottom: 7px; color: var(--orange); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a, .footer-grid span, .footer-grid p { color: #666661; font-size: var(--rmq-footer-text-size); }
.footer-grid a:hover { color: #181818; }
.social-link { display: inline-flex; align-items: center; gap: 9px; }
.social-link .rmq-icon { width: 18px; height: 18px; }
.instagram-social .rmq-icon { color: #e1306c; }
.facebook-social .rmq-icon { color: #1877f2; }
.footer-brand img { width: 92px; height: 92px; object-fit: contain; background: #fff; }
.footer-brand p { max-width: 300px; margin-top: 8px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 46px; padding-top: 20px; border-top: 1px solid var(--line); color: #8a8a85; font-size: .7rem; }
.footer-legal { display: flex; align-items: center; justify-content: flex-end; gap: 22px; }
.footer-legal > a { white-space: nowrap; }
.developer-credit { display: inline-flex; min-height: 36px; align-items: center; gap: 8px; padding-left: 21px; border-left: 1px solid var(--line); color: #797974; }
.developer-credit small { font-size: .62rem; white-space: nowrap; }
.developer-credit strong { color: #333330; font-size: .68rem; white-space: nowrap; }
.developer-credit img, .developer-placeholder { display: grid; width: 42px; height: 27px; place-items: center; border: 1px solid var(--line); border-radius: 3px; object-fit: contain; background: #fff; color: #5a5a56; font-size: .52rem; font-weight: 900; letter-spacing: .08em; }
.floating-whatsapp { position: fixed; z-index: 300; right: 24px; bottom: 24px; display: grid; width: 68px; height: 68px; place-items: center; border: 4px solid #fff; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 14px 34px rgb(18 109 54 / 32%), 0 0 0 0 rgb(37 211 102 / 42%); transition: transform .2s ease, background-color .2s ease; animation: whatsapp-pulse 2.4s ease-out infinite; }
.floating-whatsapp:hover { background: #1ebe5d; transform: scale(1.07); }
.floating-whatsapp .rmq-icon { width: 34px; height: 34px; }
@keyframes whatsapp-pulse { 0%, 42% { box-shadow: 0 14px 34px rgb(18 109 54 / 32%), 0 0 0 0 rgb(37 211 102 / 42%); } 72%, 100% { box-shadow: 0 14px 34px rgb(18 109 54 / 32%), 0 0 0 18px rgb(37 211 102 / 0%); } }

/* Standard WordPress pages */
.inner-page { min-height: 60vh; padding: 80px 0; background: #fff; }
.inner-page-content { max-width: 900px; }
.inner-page-content article > * + * { margin-top: 1.35em; }
.inner-page-content h1 { font-size: clamp(2.4rem, 4vw, 4.5rem); }
.inner-page-content h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
.post-card { margin-top: 30px; border-top: 1px solid var(--line); padding-top: 30px; }

@media (max-width: 980px) {
	.desktop-nav, .header-cta { display: none; }
	.header-inner { grid-template-columns: 1fr auto; }
	.mobile-toggle { display: grid; }
	.hero { min-height: 660px; }
	.about > .about-grid { grid-template-columns: 1fr; }
	.about-media { order: 1; min-height: 520px; }
	.about .section-copy { order: 2; min-height: auto; }
	.section-heading, .contact-grid, .faq-grid { grid-template-columns: 1fr; }
	.section-heading { gap: 24px; }
	.service-grid, .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.materials-grid { grid-template-columns: 1fr 1fr; }
	.materials-intro { grid-column: 1 / -1; margin-bottom: 22px; }
	.faq-intro { position: static; }
	.testimonial-card { grid-template-columns: auto 1fr; }
	.testimonial-tag { grid-column: 2; }
	.location-map-frame { height: 420px; }
	.footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
	.footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 680px) {
	html { scroll-padding-top: 82px; }
	body.admin-bar .site-header { top: 46px; }
	.rmq-container { width: min(100% - 28px, 1180px); }
	.rmq-section { padding: 78px 0; }
	.header-inner { min-height: 82px; }
	.brand { width: 82px; height: 70px; }
	.brand img { width: 76px; height: 76px; }
	.hero { min-height: 650px; padding: 74px 0 92px; }
	.hero-green-overlay { background: linear-gradient(90deg, rgb(0 0 0 / 82%), rgb(0 0 0 / 38%)); }
	.hero-copy { padding: 12px 0 34px; }
	.hero-copy h1 { font-size: min(var(--rmq-hero-title-size), 58px); }
	.hero-copy > p { font-size: min(var(--rmq-hero-text-size), 18px); }
	.about .section-copy h2 { font-size: min(var(--rmq-about-title-size), 48px); }
	.services .section-heading h2 { font-size: min(var(--rmq-services-title-size), 48px); }
	.service-body h3 { font-size: min(var(--rmq-service-card-title-size), 32px); }
	.mid-cta h2 { font-size: min(var(--rmq-cta-title-size), 48px); }
	.projects .section-heading h2 { font-size: min(var(--rmq-gallery-title-size), 48px); }
	.materials-intro h2 { font-size: min(var(--rmq-materials-title-size), 46px); }
	.faq-intro h2 { font-size: min(var(--rmq-faq-title-size), 48px); }
	.contact-copy h2 { font-size: min(var(--rmq-contact-title-size), 48px); }
	.hero-actions { align-items: stretch; flex-direction: column; }
	.hero-actions .rmq-button { width: 100%; }
	.about-media { min-height: 390px; }
	.about .section-copy { padding: 58px 24px; }
	.service-grid, .gallery-grid, .materials-grid { grid-template-columns: 1fr; }
	.service-body { padding: 24px; }
	.gallery-grid { gap: 16px; }
	.gallery-card { border-radius: 10px; }
	.gallery-caption { right: 16px; bottom: 15px; left: 16px; }
	.gallery-open { display: none; }
	.gallery-modal { padding: 62px 14px 22px; }
	.modal-prev, .modal-next { top: auto; bottom: 10px; width: 52px; height: 52px; font-size: 3rem; transform: none; }
	.testimonial-card { grid-template-columns: 1fr; gap: 18px; }
	.quote-mark { height: 45px; }
	.testimonial-tag { grid-column: 1; }
	.materials-intro { margin-bottom: 8px; padding-right: 0; }
	.material-card { min-height: 310px; }
	.contact-form { grid-template-columns: 1fr; padding: 24px; }
	.contact-form label { grid-column: 1 / -1; }
	.location-map-frame { height: 360px; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.footer-brand { grid-column: 1 / -1; }
	.footer-grid > div:last-child { grid-column: auto; }
	.footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
	.footer-legal { width: 100%; flex-wrap: wrap; justify-content: flex-start; gap: 12px 18px; }
	.developer-credit { width: 100%; margin-top: 5px; padding-top: 12px; padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
	.floating-whatsapp { right: 16px; bottom: 16px; width: 60px; height: 60px; }
	.floating-whatsapp .rmq-icon { width: 30px; height: 30px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
