:root {
  --navy-950: #04121e;
  --navy-900: #071b2b;
  --navy-800: #0c283c;
  --charcoal: #182126;
  --slate: #5f6c73;
  --mist: #e8edef;
  --off-white: #f6f8f7;
  --white: #ffffff;
  --green: #58a77b;
  --green-bright: #72c692;
  --line: rgba(17, 40, 54, .14);
  --shadow-sm: 0 12px 32px rgba(4, 18, 30, .08);
  --shadow-lg: 0 28px 70px rgba(4, 18, 30, .16);
  --serif: "Source Serif 4", Georgia, serif;
  --sans: "Manrope", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--white); color: var(--charcoal); font-family: var(--sans); line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 1000; padding: 12px 18px; background: var(--white); color: var(--navy-900); border-radius: 3px; font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); transition: background .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled { background: rgba(4,18,30,.96); box-shadow: 0 8px 30px rgba(0,0,0,.14); backdrop-filter: blur(14px); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-symbol { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; color: var(--green-bright); border: 1px solid rgba(255,255,255,.35); }
.brand-symbol svg { width: 31px; height: 31px; }
.brand-text { min-width: 0; display: grid; line-height: 1.15; }
.brand-text strong { font-size: .84rem; font-weight: 800; letter-spacing: .08em; white-space: nowrap; }
.brand-text small { margin-top: 5px; color: rgba(255,255,255,.56); font-size: .58rem; font-weight: 700; letter-spacing: .22em; }
.main-navigation { display: flex; align-items: center; gap: clamp(18px, 2vw, 30px); }
.main-navigation a { position: relative; color: rgba(255,255,255,.78); font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; transition: color .2s ease; }
.main-navigation a:not(.nav-cta)::after { content: ""; position: absolute; right: 100%; bottom: -7px; left: 0; height: 1px; background: var(--green-bright); transition: right .25s ease; }
.main-navigation a:hover, .main-navigation a:focus-visible { color: var(--white); }
.main-navigation a:hover::after, .main-navigation a:focus-visible::after { right: 0; }
.main-navigation .nav-cta { min-height: 42px; display: inline-flex; align-items: center; padding: 10px 17px; color: var(--navy-950); background: var(--green-bright); border-radius: 2px; }
.menu-toggle { display: none; align-items: center; gap: 9px; padding: 10px 0; color: var(--white); background: none; border: 0; cursor: pointer; }
.menu-bars { width: 24px; display: grid; gap: 5px; }
.menu-bars i { height: 2px; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
.menu-label { font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.menu-toggle[aria-expanded="true"] .menu-bars i:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-bars i:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-bars i:last-child { transform: translateY(-7px) rotate(-45deg); }

.hero { min-height: 100svh; position: relative; isolation: isolate; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--navy-950); }
.hero-image { position: absolute; inset: 0; z-index: -3; background: url("assets/hero-scrap-yard.jpg") 56% center/cover no-repeat; transform: scale(1.015); animation: heroSettle 1.6s ease-out both; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(4,18,30,.96) 0%, rgba(4,18,30,.84) 43%, rgba(4,18,30,.45) 72%, rgba(4,18,30,.34) 100%), linear-gradient(0deg, rgba(4,18,30,.55), transparent 50%); }
.hero-grid { position: absolute; inset: 0; z-index: -1; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, black, transparent 80%); }
.hero-content { padding: 160px 0 110px; }
.hero-eyebrow, .eyebrow { margin: 0 0 21px; color: var(--green-bright); font-size: .7rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero h1 { max-width: 840px; margin: 0; font: 600 clamp(4rem, 8vw, 7.5rem)/.88 var(--serif); letter-spacing: -.055em; text-wrap: balance; }
.hero-subheadline { margin: 29px 0 0; font-size: clamp(1.2rem, 2.2vw, 1.65rem); font-weight: 600; letter-spacing: -.02em; }
.hero-support { margin: 14px 0 0; color: rgba(255,255,255,.68); font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-support span { margin: 0 7px; color: var(--green-bright); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 15px 23px; border: 1px solid transparent; border-radius: 2px; font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-align: center; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; cursor: pointer; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-accent { background: var(--green-bright); color: var(--navy-950); }
.button-accent:hover, .button-accent:focus-visible { background: #8bd4a5; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.42); }
.button-ghost:hover, .button-ghost:focus-visible { color: var(--navy-950); background: var(--white); border-color: var(--white); }
.hero-scroll { position: absolute; right: max(24px, calc((100vw - 1200px) / 2)); bottom: 36px; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.7); font-size: .64rem; font-weight: 800; letter-spacing: .18em; text-decoration: none; text-transform: uppercase; }
.hero-scroll i { width: 42px; height: 1px; background: var(--green-bright); }

h2 { margin: 0; font: 600 clamp(2.6rem, 5vw, 4.7rem)/.98 var(--serif); letter-spacing: -.045em; text-wrap: balance; }
h3 { margin: 0; font-family: var(--serif); font-weight: 600; line-height: 1.1; }
p { margin-top: 0; }
.about-section { background: var(--white); }
.about-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, .9fr); gap: clamp(60px, 11vw, 150px); }
.about-copy { padding-top: 51px; }
.about-copy .lead { margin-bottom: 24px; color: var(--navy-900); font-size: clamp(1.2rem, 2vw, 1.55rem); font-weight: 500; line-height: 1.55; }
.about-copy > p:not(.lead) { color: var(--slate); }
.about-copy .location-note { display: flex; align-items: center; gap: 10px; margin: 26px 0 0; color: var(--navy-900); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.location-note > span { width: 8px; height: 8px; flex: 0 0 auto; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(88,167,123,.12); }
.text-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 12px; color: var(--navy-900); font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.text-link span { color: var(--green); font-size: 1.15rem; transition: transform .2s ease; }
.text-link:hover span { transform: translate(2px, -2px); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 50px; }
.section-heading > p { max-width: 455px; margin: 0 0 2px; color: var(--slate); }

.products-section { background: var(--off-white); border-top: 1px solid var(--line); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.product-card { min-width: 0; overflow: hidden; background: var(--white); border: 1px solid rgba(7,27,43,.09); box-shadow: 0 8px 25px rgba(4,18,30,.055); transition: transform .3s ease, box-shadow .3s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.product-image { overflow: hidden; background: #dfe4e5; }
.product-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.82) contrast(1.04); transition: transform .55s cubic-bezier(.2,.75,.25,1), filter .4s ease; }
.product-card:hover img { transform: scale(1.045); filter: saturate(.95) contrast(1.05); }
.product-content { min-height: 178px; position: relative; padding: 24px 24px 26px; }
.product-number { color: var(--green); font-size: .62rem; font-weight: 800; letter-spacing: .13em; }
.product-content h3 { margin-top: 17px; color: var(--navy-900); font-size: 1.5rem; }
.product-content p { margin: 12px 0 0; color: var(--slate); font-size: .87rem; line-height: 1.65; }

.services-section { position: relative; overflow: hidden; color: var(--white); background: var(--navy-900); }
.services-section::before { content: ""; position: absolute; width: 540px; height: 540px; right: -240px; top: -240px; border: 1px solid rgba(114,198,146,.22); border-radius: 50%; box-shadow: 0 0 0 80px rgba(114,198,146,.035), 0 0 0 160px rgba(114,198,146,.02); }
.section-heading-light > p { color: rgba(255,255,255,.57); }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.service-card { min-height: 250px; padding: 31px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); transition: background .25s ease; }
.service-card:hover { background: rgba(255,255,255,.045); }
.service-card span { color: var(--green-bright); font-size: .63rem; font-weight: 800; letter-spacing: .14em; }
.service-card h3 { margin-top: 50px; font-size: 1.58rem; }
.service-card p { margin: 14px 0 0; color: rgba(255,255,255,.56); font-size: .88rem; }

.why-section { background: var(--white); }
.why-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); gap: clamp(60px, 10vw, 140px); }
.why-heading { position: sticky; top: 130px; height: fit-content; }
.why-heading > p:last-child { max-width: 490px; margin: 28px 0 0; color: var(--slate); }
.why-list { border-top: 1px solid var(--line); }
.why-item { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.why-item > span { color: var(--green); font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.why-item h3 { color: var(--navy-900); font-size: 1.62rem; }
.why-item p { margin: 10px 0 0; color: var(--slate); font-size: .9rem; }

.quote-section { color: var(--white); background: var(--charcoal); }
.quote-layout { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.18fr); gap: clamp(50px, 8vw, 110px); align-items: start; }
.quote-intro { position: sticky; top: 130px; }
.quote-intro > p:not(.eyebrow) { max-width: 520px; margin: 28px 0 0; color: rgba(255,255,255,.58); }
.whatsapp-inline { width: fit-content; display: inline-flex; align-items: center; gap: 13px; margin-top: 32px; color: var(--white); text-decoration: none; }
.whatsapp-inline svg { width: 42px; height: 42px; padding: 8px; color: var(--white); background: #218957; border-radius: 50%; }
.whatsapp-inline span { display: grid; font-size: .82rem; font-weight: 800; }
.whatsapp-inline small { margin-bottom: 2px; color: rgba(255,255,255,.48); font-size: .64rem; font-weight: 600; letter-spacing: .04em; }
.quote-form { padding: clamp(28px, 4vw, 46px); background: var(--white); color: var(--charcoal); box-shadow: var(--shadow-lg); }
.honeypot { position: absolute; left: -9999px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 18px; }
.form-grid label { min-width: 0; display: grid; gap: 8px; }
.form-grid label > span { color: var(--navy-800); font-size: .65rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.form-full { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-width: 0; border: 1px solid #ccd4d7; border-radius: 2px; outline: 0; background: var(--off-white); color: var(--charcoal); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.form-grid input, .form-grid select { height: 50px; padding: 0 14px; }
.form-grid textarea { min-height: 138px; padding: 13px 14px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { background: var(--white); border-color: var(--green); box-shadow: 0 0 0 3px rgba(88,167,123,.13); }
.form-grid ::placeholder { color: #8a959a; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 24px; }
.form-footer p { margin: 0; color: var(--slate); font-size: .72rem; }
.form-footer button { border: 0; }
.form-footer button:disabled { opacity: .65; cursor: wait; }
.form-status { display: none; margin-top: 18px; padding: 12px 14px; font-size: .82rem; font-weight: 650; }
.form-status.is-success, .form-status.is-error { display: block; }
.form-status.is-success { color: #175b38; background: #e5f5ec; border: 1px solid #b7dfc8; }
.form-status.is-error { color: #7d2828; background: #fae9e9; border: 1px solid #e9b9b9; }

.contact-section { background: var(--off-white); }
.contact-panel { overflow: hidden; display: grid; grid-template-columns: .82fr 1.1fr; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.contact-heading { padding: clamp(38px, 6vw, 72px); color: var(--white); background: var(--navy-900); }
.contact-heading h2 { font-size: clamp(2.7rem, 4vw, 4rem); }
.contact-details { margin: 0; padding: clamp(30px, 5vw, 58px); font-style: normal; }
.contact-details div { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-details div:first-child { padding-top: 0; }
.contact-details span { color: var(--green); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-details a { width: fit-content; color: var(--navy-900); font-weight: 700; text-decoration-color: rgba(7,27,43,.25); overflow-wrap: anywhere; }
.contact-details p { margin: 0; }
.contact-actions { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.contact-button { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 25px; color: var(--navy-900); border-right: 1px solid var(--line); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.contact-button:last-child { border-right: 0; }
.contact-button span { color: var(--green); font-size: 1rem; }
.contact-button:hover, .contact-button:focus-visible { color: var(--white); background: var(--navy-800); }

.site-footer { color: rgba(255,255,255,.62); background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.55fr 1fr .7fr; gap: 60px; padding-top: 70px; padding-bottom: 60px; }
.footer-brand strong { display: block; max-width: 410px; color: var(--white); font: 600 clamp(1.7rem, 3vw, 2.5rem)/1.15 var(--serif); letter-spacing: -.025em; }
.footer-brand p { margin: 16px 0 0; }
.footer-column { display: grid; align-content: start; gap: 9px; }
.footer-column h2 { margin-bottom: 11px; color: var(--green-bright); font: 800 .66rem/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.footer-column a { width: fit-content; color: rgba(255,255,255,.7); font-size: .84rem; text-decoration: none; overflow-wrap: anywhere; }
.footer-column a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; align-items: start; gap: 35px; padding-top: 26px; padding-bottom: 28px; border-top: 1px solid rgba(255,255,255,.12); font-size: .7rem; }
.footer-bottom > p { margin: 0; }
.image-credits { max-width: 650px; text-align: right; }
.image-credits summary { cursor: pointer; }
.image-credits p { margin: 9px 0 0; line-height: 1.7; }
.image-credits a { color: rgba(255,255,255,.86); }

.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 90; min-height: 52px; display: inline-flex; align-items: center; gap: 10px; padding: 9px 16px 9px 10px; color: var(--white); background: #1f8955; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; box-shadow: 0 12px 30px rgba(3,40,24,.28); font-size: .74rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.floating-whatsapp:hover, .floating-whatsapp:focus-visible { transform: translateY(-2px); background: #187746; }
.floating-whatsapp svg { width: 32px; height: 32px; }

.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.hero .reveal:nth-child(2) { transition-delay: .08s; }
.hero .reveal:nth-child(3) { transition-delay: .16s; }
.hero .reveal:nth-child(4) { transition-delay: .23s; }
.hero .reveal:nth-child(5) { transition-delay: .3s; }
@keyframes heroSettle { from { opacity: .4; transform: scale(1.07); } to { opacity: 1; transform: scale(1.015); } }

@media (max-width: 1040px) {
  .menu-toggle { display: inline-flex; }
  .main-navigation { position: fixed; inset: 84px 0 auto; max-height: calc(100svh - 84px); display: grid; gap: 0; overflow: auto; visibility: hidden; opacity: 0; transform: translateY(-12px); background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.12); transition: opacity .25s ease, transform .25s ease, visibility .25s; }
  .main-navigation.is-open { visibility: visible; opacity: 1; transform: none; }
  .main-navigation a { min-height: 58px; display: flex; align-items: center; padding: 15px 24px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .main-navigation a::after { display: none; }
  .main-navigation .nav-cta { min-height: 60px; margin: 18px 24px 24px; justify-content: center; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quote-layout { grid-template-columns: 1fr; }
  .quote-intro { position: static; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  .container { width: min(100% - 30px, 1200px); }
  .section { padding: 78px 0; }
  .header-inner { min-height: 72px; }
  .brand-symbol { width: 38px; height: 38px; }
  .brand-symbol svg { width: 27px; height: 27px; }
  .brand-text strong { max-width: 190px; overflow: hidden; font-size: .72rem; text-overflow: ellipsis; }
  .brand-text small { font-size: .51rem; }
  .main-navigation { inset: 72px 0 auto; max-height: calc(100svh - 72px); }
  .hero { width: 100%; min-height: 100svh; }
  .hero-image { inset: 0; width: 100%; height: 100%; background-position: 62% center; }
  .hero::before { background: linear-gradient(90deg, rgba(4,18,30,.9), rgba(4,18,30,.55)), linear-gradient(0deg, rgba(4,18,30,.87) 0%, rgba(4,18,30,.12) 75%); }
  .hero-grid { background-size: 54px 54px; }
  .hero-content { width: 100%; padding: 128px 0 88px; }
  .hero h1 { max-width: 100%; font-size: clamp(3.25rem, 17vw, 5.2rem); line-height: .9; overflow-wrap: break-word; }
  .hero-subheadline { font-size: 1.12rem; }
  .hero-support { display: flex; flex-wrap: wrap; gap: 4px 7px; max-width: 310px; line-height: 1.8; }
  .hero-support span { margin: 0; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-scroll { display: none; }
  h2 { font-size: clamp(2.45rem, 12vw, 3.6rem); }
  .about-layout, .why-layout { grid-template-columns: 1fr; gap: 35px; }
  .about-copy { padding-top: 0; }
  .section-heading { display: grid; gap: 24px; margin-bottom: 34px; }
  .product-grid { grid-template-columns: 1fr; gap: 17px; }
  .product-card { width: 100%; }
  .product-image img { aspect-ratio: 16 / 11; }
  .product-content { min-height: 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .why-heading { position: static; }
  .quote-form { width: 100%; padding: 25px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-full { grid-column: auto; }
  .form-footer { display: grid; }
  .form-footer .button { width: 100%; }
  .contact-panel { grid-template-columns: 1fr; }
  .contact-details div { grid-template-columns: 82px minmax(0, 1fr); gap: 12px; }
  .contact-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-button { min-width: 0; border-bottom: 1px solid var(--line); overflow-wrap: anywhere; }
  .contact-button:nth-child(2) { border-right: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; padding-top: 56px; padding-bottom: 45px; }
  .footer-bottom { display: grid; }
  .image-credits { text-align: left; }
  .floating-whatsapp { right: 13px; bottom: 13px; min-height: 49px; padding: 8px 13px 8px 9px; }
  .floating-whatsapp svg { width: 30px; height: 30px; }
}

@media (max-width: 390px) {
  .brand-text strong { max-width: 155px; }
  .menu-label { display: none; }
  .hero h1 { font-size: 3.15rem; }
  .contact-details div { grid-template-columns: 1fr; gap: 5px; }
  .contact-actions { grid-template-columns: 1fr; }
  .contact-button { border-right: 0; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { width: 50px; padding: 8px; justify-content: center; }
}

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