:root {
  --ink: #142328;
  --ink-soft: #254047;
  --orange: #e56d31;
  --orange-dark: #b94f1c;
  --mustard: #f0b94a;
  --paper: #f5f1e8;
  --paper-dark: #e9e1d4;
  --white: #fffdf9;
  --line: #d8d1c4;
  --muted: #667275;
  --shadow: 0 18px 55px rgba(20, 35, 40, .12);
  --radius: 6px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", Arial, sans-serif; line-height: 1.65; }
body, button, input, select, textarea { font-family: "Manrope", Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 20; left: 16px; top: -80px; padding: 10px 14px; background: var(--mustard); color: var(--ink); }
.skip-link:focus { top: 16px; }
.topline { background: var(--ink); color: #e2ebea; font-size: 12px; letter-spacing: .02em; }
.top-line-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.top-line-inner span, .top-line-inner a { display: inline-flex; align-items: center; gap: 7px; }
.top-line-inner a { color: var(--mustard); font-weight: 800; }
[data-lucide] { width: 17px; height: 17px; stroke-width: 2; vertical-align: middle; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255, 253, 249, .97); border-bottom: 1px solid rgba(20, 35, 40, .1); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 178px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 25px; font-size: 13px; font-weight: 800; }
.primary-nav > a:not(.button) { position: relative; padding-block: 27px; color: #4e5d60; }
.primary-nav > a:not(.button):after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 2px; background: var(--orange); transition: right .2s ease; }
.primary-nav > a:not(.button):hover:after, .primary-nav > a.active:after { right: 0; }
.primary-nav > a.active { color: var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); padding: 8px; cursor: pointer; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 12px 18px; border: 1px solid transparent; border-radius: var(--radius); font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 9px 14px; }
.button-orange { color: #fff; background: var(--orange); }
.button-orange:hover { background: var(--orange-dark); }
.button-dark { color: #fff; background: var(--ink); }
.button-outline-light { color: #fff; border-color: rgba(255, 255, 255, .55); background: rgba(20, 35, 40, .22); }
.button-outline-light:hover { color: var(--ink); background: #fff; }
.button-outline-dark { color: var(--ink); border-color: var(--ink); background: transparent; }
.button-outline-dark:hover { color: #fff; background: var(--ink); }
.hero { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.hero-image { position: absolute; inset: 0; background: url("../images/quarry-loader-v2.jpg") center 58% / cover no-repeat; opacity: .9; }
.hero-image:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13, 28, 32, .82), rgba(13, 28, 32, .38) 62%, rgba(13, 28, 32, .48)); }
.hero-content { position: relative; z-index: 1; min-height: 570px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 76px 82px; }
.hero-copy { max-width: 700px; }
.eyebrow { margin: 0 0 17px; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 23px; height: 2px; margin-right: 8px; vertical-align: middle; background: currentColor; }
.eyebrow.light { color: var(--mustard); }
h1, h2, h3 { margin: 0; font-family: "Manrope", Arial, sans-serif; font-weight: 800; line-height: 1.08; letter-spacing: 0; }
h1 { max-width: 780px; font-family: "Barlow Condensed", Impact, sans-serif; font-size: clamp(45px, 6vw, 82px); line-height: 1.02; text-wrap: balance; }
h1 em, h2 em { color: var(--mustard); font-style: normal; }
.hero-lead { max-width: 600px; margin: 25px 0 0; color: #dde5e3; font-size: 17px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { display: flex; align-items: center; gap: 8px; margin-top: 22px; color: #ced9d6; font-size: 12px; }
.hero-stamp { width: 176px; min-height: 116px; flex: 0 0 auto; display: grid; place-content: center; padding: 18px; border: 1px solid rgba(240, 185, 74, .75); border-radius: var(--radius); color: var(--mustard); background: rgba(20, 35, 40, .3); text-align: center; }
.stamp-number { display: block; font-family: "Barlow Condensed", sans-serif; font-size: 42px; font-weight: 800; line-height: .9; }
.stamp-text { display: block; margin-top: 9px; color: #fff; font-size: 10px; font-weight: 800; line-height: 1.35; text-transform: uppercase; }
.trust-strip { background: var(--mustard); color: var(--ink); }
.trust-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap; font-size: 12px; font-weight: 800; }
.trust-inner span { display: inline-flex; align-items: center; gap: 7px; }
.trust-label { text-transform: uppercase; letter-spacing: .11em; }
.section { padding: 96px 0; }
.section-light { background: var(--paper); }
.section-white { background: var(--white); }
.section-dark { color: #fff; background: var(--ink); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-heading h2 { max-width: 650px; font-size: clamp(39px, 5vw, 64px); }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--orange-dark); font-size: 13px; font-weight: 800; white-space: nowrap; }
.text-link:hover { color: var(--ink); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { min-height: 270px; display: flex; flex-direction: column; padding: 25px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); transition: transform .2s ease, box-shadow .2s ease; }
.service-card-featured { color: #fff; background: var(--ink); border-color: var(--ink); }
.service-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 26px; color: var(--ink); background: var(--mustard); border-radius: 50%; }
.service-icon [data-lucide] { width: 21px; height: 21px; }
.service-card h3 { margin-bottom: 11px; font-size: 30px; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.service-card-featured p { color: #ccd7d4; }
.card-link { margin-top: auto; padding-top: 25px; color: var(--orange); font-size: 12px; font-weight: 800; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 78px; align-items: center; }
.split-media { position: relative; min-height: 480px; }
.split-media img { width: 100%; height: 480px; object-fit: cover; border-radius: var(--radius); }
.media-label { position: absolute; right: 18px; bottom: 18px; width: 155px; padding: 15px; color: #fff; background: var(--orange); box-shadow: 0 10px 24px rgba(20, 35, 40, .18); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.split-copy h2 { max-width: 560px; font-size: clamp(39px, 5vw, 64px); }
.split-copy > p:not(.eyebrow) { color: var(--muted); font-size: 15px; }
.check-list { display: grid; gap: 12px; margin: 27px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; font-weight: 800; }
.check-list li [data-lucide] { flex: 0 0 auto; margin-top: 3px; color: var(--orange); }
.stat-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 35px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { padding: 23px 20px 23px 0; border-right: 1px solid var(--line); }
.stat + .stat { padding-left: 20px; }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: var(--orange); font-family: "Barlow Condensed", sans-serif; font-size: 41px; line-height: 1; }
.stat span { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.coverage { color: #fff; background: var(--ink); }
.coverage .section-heading h2 { color: #fff; }
.coverage .eyebrow { color: var(--mustard); }
.coverage-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; }
.coverage-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.coverage-list a { padding: 15px 16px; color: #d9e3e0; background: var(--ink-soft); border: 1px solid #3b565d; border-radius: var(--radius); font-size: 13px; font-weight: 800; }
.coverage-list a:hover { color: var(--ink); background: var(--mustard); border-color: var(--mustard); }
.coverage-note { min-height: 100%; padding: 29px; color: var(--ink); background: var(--mustard); border-radius: var(--radius); }
.coverage-note h3 { margin-bottom: 12px; font-size: 35px; }
.coverage-note p { margin: 0; font-size: 13px; }
.coverage-note .button { margin-top: 24px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
.step { padding: 27px 25px 30px; background: var(--white); border-top: 3px solid var(--orange); }
.step-number { color: var(--orange); font-family: "Barlow Condensed", sans-serif; font-size: 49px; line-height: 1; }
.step h3 { margin: 18px 0 9px; font-size: 30px; }
.step p { margin: 0; color: var(--muted); font-size: 13px; }
.gallery { display: grid; grid-template-columns: 1.3fr .7fr .7fr; grid-template-rows: 220px 220px; gap: 12px; }
.gallery figure { position: relative; overflow: hidden; min-height: 0; margin: 0; border-radius: var(--radius); background: var(--ink); }
.gallery figure:first-child { grid-row: 1 / 3; }
.gallery img { width: 100%; height: 100%; object-fit: cover; opacity: .88; transition: transform .4s ease; }
.gallery figure:hover img { transform: scale(1.04); }
  .gallery figcaption { position: absolute; left: 14px; bottom: 13px; color: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; }
  .gallery figcaption small { display: block; margin-top: 3px; font-size: 9px; font-weight: 500; text-transform: none; opacity: .82; }
.quote-band { color: #fff; background: var(--orange); }
.quote-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.quote-band h2 { max-width: 660px; font-size: clamp(36px, 4vw, 56px); }
.quote-band .button { color: var(--ink); background: var(--mustard); }
.faq-list { max-width: 880px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list details { padding: 18px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; font-size: 15px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: "+"; float: right; color: var(--orange); font-size: 22px; line-height: 1; }
.faq-list details[open] summary:after { content: "-"; }
.faq-list details p { max-width: 740px; margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.page-hero { color: #fff; background: var(--ink); }
.page-hero-inner { min-height: 360px; display: flex; align-items: end; padding-block: 70px; }
.page-hero h1 { max-width: 800px; font-size: clamp(48px, 7vw, 80px); }
.breadcrumbs { margin-bottom: 18px; color: #bfcdca; font-size: 12px; font-weight: 700; }
.breadcrumbs a { color: var(--mustard); }
.content-narrow { max-width: 850px; }
.content-narrow h2 { margin: 35px 0 13px; font-size: 41px; }
.content-narrow p { color: var(--muted); font-size: 15px; }
.service-list { display: grid; gap: 18px; }
.service-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 34px 0 44px; }
.detail-panel { padding: 24px; background: var(--paper-dark); border-left: 4px solid var(--orange); }
.detail-panel h3 { margin: 12px 0 9px; font-size: 31px; }
.detail-panel p { margin: 0; color: var(--muted); font-size: 13px; }
.detail-panel .service-icon { margin-bottom: 0; }
.service-showcase { display: grid; grid-template-columns: 1.1fr .9fr; gap: 14px; margin-top: 42px; }
.service-showcase figure { height: 270px; overflow: hidden; margin: 0; background: var(--ink); border-radius: var(--radius); }
.service-showcase img { width: 100%; height: 100%; object-fit: cover; }
  .service-showcase figcaption { margin-top: -40px; position: relative; padding: 15px; color: #fff; background: rgba(20,35,40,.78); font-size: 12px; font-weight: 800; }
  .service-showcase figcaption small { display: block; margin-top: 4px; color: #d4dfdc; font-size: 10px; font-weight: 500; }
.service-row { display: grid; grid-template-columns: 90px 1fr auto; gap: 24px; align-items: start; padding: 25px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.service-row .button { align-self: start; }
.service-row-number { color: var(--orange); font-family: "Barlow Condensed", sans-serif; font-size: 49px; line-height: 1; }
.service-row h3 { margin-bottom: 7px; font-size: 31px; }
.service-row p { margin: 0; color: var(--muted); font-size: 13px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; align-items: start; }
.contact-panel { padding: 30px; color: #fff; background: var(--ink); border-radius: var(--radius); }
.contact-panel h2 { font-size: 46px; }
.contact-panel p { color: #ccd7d4; font-size: 14px; }
.contact-detail { display: flex; gap: 12px; padding: 16px 0; border-top: 1px solid #385058; font-size: 13px; }
.contact-detail [data-lucide] { flex: 0 0 auto; color: var(--mustard); margin-top: 3px; }
.contact-detail strong { display: block; color: #fff; }
.contact-detail span { color: #ccd7d4; }
.quote-form { padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.quote-form h2 { margin-bottom: 22px; font-size: 45px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { display: grid; gap: 7px; }
.form-field-full { grid-column: 1 / -1; }
.form-field label { color: var(--ink); font-size: 12px; font-weight: 800; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 48px; padding: 12px 13px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 4px; outline: 0; }
.form-field textarea { min-height: 118px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(229, 109, 49, .12); }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 11px; }
.footer { color: #d5dfdc; background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 50px; padding: 65px 0 56px; }
.footer-brand img { width: 184px; height: auto; }
.footer p { max-width: 340px; color: #aebfbb; font-size: 13px; }
.footer h3 { margin-bottom: 18px; color: #fff; font-size: 26px; }
.footer-links { display: grid; gap: 8px; font-size: 13px; }
.footer-links a:hover { color: var(--mustard); }
.footer-bottom { padding: 17px 0; border-top: 1px solid #385058; color: #8fa19e; font-size: 11px; }
.footer-bottom-inner { display: flex; justify-content: space-between; gap: 20px; }
.floating-actions { position: fixed; z-index: 8; right: 18px; bottom: 18px; display: flex; flex-direction: column; gap: 8px; }
.floating-actions a { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; border-radius: 50%; box-shadow: 0 8px 18px rgba(20, 35, 40, .2); }
.floating-call { background: var(--orange); }
.floating-whatsapp { background: #168c68; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(240, 185, 74, .95); outline-offset: 3px; }
@media (max-width: 900px) {
  .primary-nav { gap: 14px; }
  .primary-nav > a:not(.button) { font-size: 12px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .split { gap: 35px; }
  .coverage-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 700px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .top-line-inner { min-height: 32px; font-size: 10px; }
  .top-line-inner span { display: none; }
  .header-inner { min-height: 70px; }
  .brand img { width: 155px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; left: 15px; right: 15px; top: calc(100% + 1px); display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 10px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav > a:not(.button) { padding: 13px 10px; }
  .primary-nav > a:not(.button):after { bottom: 7px; left: 10px; }
  .primary-nav .button { margin-top: 5px; }
  .hero-content { min-height: 570px; align-items: end; padding-block: 65px 70px; }
  .hero-stamp { position: absolute; top: 24px; right: 0; width: 132px; min-height: 88px; padding: 12px; }
  .stamp-number { font-size: 31px; }
  .stamp-text { font-size: 8px; }
  h1 { font-size: clamp(43px, 13vw, 62px); line-height: 1.03; }
  .hero-lead { font-size: 14px; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .trust-inner { min-height: 0; padding: 16px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; font-size: 10px; }
  .trust-label { grid-column: 1 / -1; }
  .section { padding: 66px 0; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading .text-link { margin-top: 18px; }
  .service-grid, .coverage-list { grid-template-columns: 1fr 1fr; gap: 10px; }
  .service-card { min-height: 240px; padding: 19px; }
  .service-card h3 { font-size: 25px; }
  .split, .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .split-media, .split-media img { min-height: 330px; height: 330px; }
  .media-label { right: 12px; bottom: 12px; }
  .stat-band { grid-template-columns: 1fr; }
  .stat, .stat + .stat { padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .steps { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 180px 180px 180px; }
  .gallery figure:first-child { grid-column: 1 / -1; grid-row: auto; }
  .gallery figcaption { font-size: 9px; }
  .quote-band-inner { display: block; }
  .quote-band .button { margin-top: 22px; }
  .page-hero-inner { min-height: 300px; padding-block: 50px; }
  .service-row { grid-template-columns: 52px 1fr; gap: 12px; padding: 19px; }
  .service-row .button { grid-column: 2; justify-self: start; }
  .service-row-number { font-size: 40px; }
  .service-detail-grid, .service-showcase { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-full { grid-column: auto; }
  .quote-form, .contact-panel { padding: 22px; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; padding: 48px 0 40px; }
  .footer-top > :first-child { grid-column: auto; }
  .footer-bottom-inner { display: block; }
  .footer-bottom-inner span { display: block; margin-top: 5px; }
}
