:root {
  --yellow: #f4b400;
  --yellow-bright: #ffc400;
  --orange: #e86f13;
  --ink: #11110f;
  --ink-soft: #1b1b18;
  --paper: #f2f0e9;
  --white: #fff;
  --muted: #68675f;
  --line: rgba(17, 17, 15, .16);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section { position: relative; padding: 120px 0; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 1000; padding: 10px 16px; background: var(--yellow); font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.14); transition: background .3s, color .3s, transform .3s; }
.site-header.scrolled { color: var(--ink); background: rgba(242,240,233,.94); border-color: var(--line); backdrop-filter: blur(14px); }
.header-inner { height: 80px; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 148px; height: 58px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.nav-link { position: relative; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nav-link::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--yellow); transition: width .25s; }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; height: 2px; margin: 7px 0; background: currentColor; transition: transform .25s; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 32px; min-height: 54px; padding: 0 24px; border: 1px solid var(--yellow); background: var(--yellow); color: var(--ink); font-size: .8rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-3px); background: var(--yellow-bright); }
.button-small { min-height: 42px; padding-inline: 18px; gap: 10px; }
.button-dark { border-color: var(--ink); background: var(--ink); color: var(--white); }
.button-dark:hover { background: #292925; }
.eyebrow { margin: 0 0 22px; font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { color: var(--yellow); }
.section-heading { display: grid; grid-template-columns: .65fr 1.35fr; gap: 50px; align-items: end; margin-bottom: 72px; }
.section-heading h2, .sectors h2, .contact h2 { margin: 0; font-family: var(--display); font-size: clamp(3.3rem, 6.4vw, 6.4rem); line-height: .88; letter-spacing: -.025em; text-transform: uppercase; }
.section-heading h2 span, .sectors h2 span, .contact h2 span { color: transparent; -webkit-text-stroke: 1px currentColor; }

.hero { min-height: 850px; padding: 155px 0 76px; color: var(--white); background: var(--ink); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, #000, transparent 75%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -240px; bottom: 0; border: 100px solid rgba(244,180,0,.08); border-radius: 50%; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.hero h1 { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(4.7rem, 9vw, 9rem); font-weight: 800; line-height: .78; letter-spacing: -.035em; text-transform: uppercase; }
.hero h1 em { display: block; color: var(--yellow); font-style: normal; }
.hero-lead { max-width: 650px; margin: 36px 0 30px; color: #cfcec7; font-size: clamp(1rem, 1.5vw, 1.18rem); }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.text-link { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.3); padding-bottom: 5px; }
.hero-trust { display: flex; gap: 25px; margin-top: 58px; color: #aaa9a2; font-size: .68rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.hero-trust span { padding-left: 16px; border-left: 2px solid var(--yellow); }
.hero-visual { position: relative; min-height: 555px; }
.hero-panel { position: absolute; inset: 0 0 38px 22px; overflow: hidden; background: var(--yellow); color: var(--ink); clip-path: polygon(13% 0, 100% 0, 100% 88%, 87% 100%, 0 100%, 0 13%); }
.hero-panel::before { content: ""; position: absolute; inset: 0; opacity: .2; background: repeating-linear-gradient(135deg, transparent 0 25px, rgba(17,17,15,.12) 25px 26px); }
.technical-label { position: absolute; top: 24px; left: 34px; font-size: .65rem; font-weight: 800; letter-spacing: .16em; }
.hero-panel p { position: absolute; left: 36px; bottom: 62px; margin: 0; font-family: var(--display); font-size: clamp(3.2rem, 5vw, 5rem); font-weight: 700; line-height: .82; text-transform: uppercase; }
.hero-panel p strong { font-weight: 800; color: var(--white); }
.panel-index { position: absolute; right: 28px; bottom: 16px; font-family: var(--display); font-size: 2.2rem; font-weight: 800; }
.rope { position: absolute; top: -20px; width: 3px; height: 280px; background: var(--ink); transform: rotate(8deg); }
.rope-one { right: 100px; }.rope-two { right: 137px; }
.worker-mark { position: absolute; top: 148px; right: 68px; width: 130px; height: 210px; transform: rotate(8deg); }
.helmet { position: absolute; top: 0; left: 42px; width: 48px; height: 24px; background: var(--white); border-radius: 30px 30px 3px 3px; }
.head { position: absolute; top: 20px; left: 54px; width: 29px; height: 32px; border-radius: 50%; background: var(--ink); }
.body { position: absolute; top: 47px; left: 32px; width: 76px; height: 92px; border-radius: 40px 40px 12px 12px; background: var(--ink); transform: rotate(-8deg); }
.leg { position: absolute; top: 121px; width: 22px; height: 86px; border-radius: 14px; background: var(--ink); transform-origin: top; }
.leg-one { left: 50px; transform: rotate(25deg); }.leg-two { left: 80px; transform: rotate(-18deg); }
.experience-card { position: absolute; left: 0; bottom: 0; z-index: 2; display: flex; align-items: center; gap: 12px; min-width: 210px; padding: 15px 20px; background: var(--white); color: var(--ink); }
.experience-card strong { font-family: var(--display); color: var(--orange); font-size: 3.5rem; line-height: 1; }
.experience-card span { font-size: .68rem; font-weight: 800; line-height: 1.25; letter-spacing: .08em; text-transform: uppercase; }
.about { background: var(--paper); }
.about-summary { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: end; }
.about-summary-heading h2 { max-width: 680px; margin: 0; font-family: var(--display); font-size: clamp(3.8rem, 6.4vw, 6.4rem); line-height: .88; letter-spacing: -.025em; text-transform: uppercase; }
.about-summary-heading h2 span { color: var(--orange); }
.about-summary-copy { max-width: 500px; padding-bottom: 5px; }
.about-lead { margin: 0 0 18px; font-family: var(--display); font-size: 1.65rem; font-weight: 600; line-height: 1.18; text-transform: uppercase; }
.about-summary-copy > p:not(.about-lead) { color: var(--muted); font-size: .88rem; }
.about-link { display: inline-block; margin-top: 18px; padding-bottom: 5px; border-bottom: 2px solid var(--yellow); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.about-facts { display: grid; grid-template-columns: 1.15fr repeat(3,1fr); margin-top: 72px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-facts > * { min-height: 205px; padding: 34px 28px; }
.about-facts > * + * { border-left: 1px solid var(--line); }
.years-fact { display: flex; align-items: center; gap: 18px; background: var(--yellow); }
.years-fact strong { font-family: var(--display); font-size: 5.5rem; line-height: .8; }
.years-fact span { font-size: .67rem; font-weight: 800; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
.about-facts article { position: relative; }
.fact-mark { display: block; width: 26px; height: 4px; margin-bottom: 42px; background: var(--yellow); }
.about-facts h3 { margin: 0 0 8px; font-family: var(--display); font-size: 1.55rem; text-transform: uppercase; }
.about-facts p { margin: 0; color: var(--muted); font-size: .76rem; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.about-intro { max-width: 485px; }
.about-intro .large-copy { margin-top: 0; color: var(--ink); font-family: var(--display); font-size: 2rem; font-weight: 600; line-height: 1.18; text-transform: uppercase; }
.about-intro > p:last-child { color: var(--muted); font-size: .92rem; }
.principles article { display: grid; grid-template-columns: 50px 1fr; gap: 24px; padding: 0 0 25px; margin-bottom: 25px; border-bottom: 1px solid var(--line); }
.principles article > span { color: var(--orange); font-family: var(--display); font-weight: 800; }
.principles h3 { margin: 0 0 6px; font-family: var(--display); font-size: 1.65rem; text-transform: uppercase; }
.principles p { margin: 0; color: var(--muted); font-size: .87rem; }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 100px; }
.statement { min-height: 375px; padding: 50px; background: var(--yellow); }
.statement-dark { background: var(--ink); color: var(--white); }
.statement-label { margin: 0 0 60px; font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.statement h3 { max-width: 430px; margin: 0 0 20px; font-family: var(--display); font-size: clamp(2rem, 3vw, 3rem); line-height: .98; text-transform: uppercase; }
.statement > p:last-child { max-width: 510px; margin: 0; font-size: .86rem; opacity: .78; }

.services { color: var(--white); background: var(--ink); }
.services-heading { display: grid; grid-template-columns: 1.5fr .7fr; gap: 90px; align-items: end; margin-bottom: 58px; }
.services-heading h2 { max-width: 720px; margin: 0; font-family: var(--display); font-size: clamp(3.4rem, 6vw, 6rem); line-height: .9; text-transform: uppercase; }
.services-heading > p { margin: 0 0 7px; color: #aaa9a2; font-size: .85rem; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.2); }
.service-card { min-height: 260px; padding: 36px 32px 32px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.service-card:not(:nth-child(3n+1)) { padding-left: 32px; border-left: 1px solid rgba(255,255,255,.2); }
.service-icon { width: 54px; height: 54px; margin-bottom: 35px; fill: none; stroke: var(--yellow); stroke-width: 1.6; stroke-linecap: square; stroke-linejoin: miter; }
.service-card h3 { margin: 0 0 12px; font-family: var(--display); font-size: 1.8rem; line-height: 1; text-transform: uppercase; }
.service-card p { max-width: 310px; margin: 0; color: #97968f; font-size: .79rem; }
.services-more { display: inline-block; margin-top: 38px; padding-bottom: 5px; border-bottom: 1px solid var(--yellow); color: var(--yellow); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.core-services { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.core-service { position: relative; min-height: 560px; overflow: hidden; background: #222; }
.core-service::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.94)); }
.core-service img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.core-service:hover img { transform: scale(1.035); }
.core-service > div { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 32px; }
.core-service .eyebrow { color: var(--yellow); }
.core-service h3 { margin: 0 0 12px; font-family: var(--display); font-size: clamp(2.2rem,3.4vw,3.5rem); line-height: .9; text-transform: uppercase; }
.core-service p:not(.eyebrow) { min-height: 62px; margin: 0 0 24px; color: #c2c1ba; font-size: .78rem; }
.core-service a { display: block; padding: 14px; color: var(--ink); background: var(--yellow); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.support-services { display: grid; grid-template-columns: .35fr 1fr; gap: 40px; align-items: center; margin-top: 35px; padding: 28px 0; border-top: 1px solid #444; border-bottom: 1px solid #444; }
.support-services > p { color: var(--yellow); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.support-services > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.support-services span { font-family: var(--display); font-size: 1.25rem; text-transform: uppercase; }

.sectors { background: var(--yellow); overflow: hidden; }
.sectors::after { content: "PANAMÁ"; position: absolute; left: -20px; bottom: -90px; color: rgba(17,17,15,.055); font-family: var(--display); font-size: 18rem; font-weight: 800; line-height: 1; }
.sectors-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.sectors-copy > p { max-width: 485px; margin: 32px 0; font-size: .94rem; }
.sector-cards article { display: grid; grid-template-columns: 72px 1fr; gap: 20px; padding: 25px 0; border-top: 1px solid rgba(17,17,15,.4); }
.sector-cards article > span { font-family: var(--display); font-size: 3.2rem; font-weight: 800; line-height: 1; }
.sector-cards h3 { margin: 0; font-family: var(--display); font-size: 1.8rem; text-transform: uppercase; }
.sector-cards p { margin: 3px 0 0; font-size: .82rem; }
.coverage { margin-top: 28px; padding: 26px; color: var(--white); background: var(--ink); }
.coverage span { font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; }.coverage strong { display: block; margin: 5px 0; font-family: var(--display); font-size: 2rem; text-transform: uppercase; }.coverage p { margin: 0; color: #aaa9a2; font-size: .78rem; }

.contact { background: var(--paper); }
.contact-shell { display: grid; grid-template-columns: .92fr 1.08fr; box-shadow: 0 25px 75px rgba(17,17,15,.09); }
.contact-copy { padding: 62px; color: var(--white); background: var(--ink); }
.contact-copy h2 { margin-bottom: 30px; }
.contact-copy > p:not(.eyebrow) { max-width: 440px; color: #aaa9a2; font-size: .88rem; }
.whatsapp-link { position: relative; display: block; margin-top: 65px; padding: 20px 48px 20px 0; border-top: 1px solid #555; border-bottom: 1px solid #555; }
.whatsapp-link span { display: block; color: var(--yellow); font-size: .65rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.whatsapp-link strong { display: block; margin-top: 4px; font-family: var(--display); font-size: 1.8rem; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; align-content: center; padding: 62px; background: var(--white); }
.field { display: flex; flex-direction: column; gap: 8px; }.field-full { grid-column: 1/-1; }
.field label { font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid #aaa; border-radius: 0; outline: 0; background: transparent; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange); }
.form-submit { grid-column: 1/-1; margin-top: 10px; border: 0; }
.form-note { grid-column: 1/-1; margin: -12px 0 0; color: var(--muted); font-size: .66rem; text-align: center; }

.site-footer { padding: 75px 0 22px; color: #b8b7b1; background: #0a0a09; font-size: .78rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr .6fr; gap: 50px; padding-bottom: 55px; }
.footer-brand img { width: 150px; margin-bottom: 14px; }
.footer-brand p { max-width: 220px; }
.footer-label { color: var(--yellow); font-size: .64rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.site-footer a { display: block; margin-bottom: 5px; }.site-footer a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid #292925; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-credit { color: #66655f; font-size: .58rem; letter-spacing: .06em; text-transform: none; }
.footer-credit span { color: #8f8e87; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 80; width: 55px; height: 55px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); color: var(--ink); font-size: .68rem; font-weight: 900; box-shadow: 0 8px 28px rgba(0,0,0,.22); transition: transform .25s; }
.floating-whatsapp svg { width: 29px; height: 29px; overflow: visible; }
.floating-whatsapp .whatsapp-bubble { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.floating-whatsapp .whatsapp-phone { fill: currentColor; stroke: none; }
.floating-whatsapp:hover { transform: scale(1.08); }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .menu-toggle { display: block; position: relative; z-index: 102; color: inherit; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 101; flex-direction: column; justify-content: center; gap: 25px; color: var(--white); background: var(--ink); transform: translateX(100%); transition: transform .35s ease; }
  .main-nav.open { transform: none; }.main-nav .nav-link { font-family: var(--display); font-size: 2rem; }
  .hero { padding-top: 140px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 720px; }.hero-visual { min-height: 470px; max-width: 560px; width: 100%; justify-self: end; }
  .about-grid, .sectors-grid { gap: 55px; }.contact-shell { grid-template-columns: 1fr; }.contact-copy, .contact-form { padding: 50px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-summary { gap: 55px; }
  .about-facts { grid-template-columns: repeat(2,1fr); }
  .about-facts > * { border-bottom: 1px solid var(--line); }
  .about-facts > *:nth-child(3) { border-left: 0; }
  .services-heading { grid-template-columns: 1.25fr .75fr; gap: 45px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-card:not(:nth-child(3n+1)) { padding-left: 0; border-left: 0; }
  .service-card:nth-child(even) { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.2); }
}

@media (max-width: 700px) {
  :root { --container: min(100% - 28px, 1180px); }
  .section { padding: 75px 0; }
  .header-inner { height: 70px; }.brand { width: 120px; height: 48px; }
  .hero { min-height: auto; padding: 120px 0 85px; }.hero-grid { gap: 50px; }.hero h1 { font-size: clamp(4.2rem, 20vw, 6.2rem); }.hero-lead { margin-top: 28px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }.hero .button { width: 100%; }.text-link { align-self: flex-start; }.hero-trust { flex-wrap: wrap; margin-top: 40px; }.hero-visual { min-height: 390px; }.hero-panel { left: 0; }.hero-panel p { left: 24px; font-size: 3.2rem; }.worker-mark { right: 25px; transform: scale(.8) rotate(8deg); }.rope-one { right: 60px; }.rope-two { right: 95px; }
  .section-heading { grid-template-columns: 1fr; gap: 10px; margin-bottom: 50px; }.section-heading h2, .sectors h2, .contact h2 { font-size: 3.6rem; }
  .about-grid, .mission-grid, .sectors-grid { grid-template-columns: 1fr; }.about-grid { gap: 35px; }.mission-grid { margin-top: 65px; }.statement { min-height: auto; padding: 35px 28px; }.statement-label { margin-bottom: 45px; }
  .about-summary, .about-facts { grid-template-columns: 1fr; }
  .about-summary { gap: 35px; }
  .about-summary-heading h2 { font-size: 3.6rem; }
  .about-facts { margin-top: 55px; }
  .about-facts > * + * { border-left: 0; }
  .about-facts > * { min-height: auto; padding: 28px 24px; }
  .fact-mark { margin-bottom: 24px; }
  .service-item { grid-template-columns: 35px 52px 1fr; gap: 14px; padding: 23px 0; }.service-item p { grid-column: 2/-1; }.service-icon { width: 46px; height: 46px; }.services .section-heading h2 { font-size: 3.35rem; }
  .services-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 42px; }
  .services-heading h2 { font-size: 3.55rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(even), .service-card:not(:nth-child(3n+1)) { min-height: auto; padding: 30px 0; border-left: 0; }
  .service-icon { margin-bottom: 24px; }
  .sectors-grid { gap: 55px; }.sectors::after { font-size: 9rem; bottom: -35px; }
  .contact-copy, .contact-form { padding: 38px 25px; }.contact-form { grid-template-columns: 1fr; }.field { grid-column: 1/-1; }.whatsapp-link { margin-top: 45px; }.whatsapp-link strong { font-size: 1.55rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }.footer-bottom p { margin: 0; }
}

@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; } }

/* Hero editorial — composición inspirada en arquitectura y oficios */
.site-header { color: var(--ink); background: var(--paper); border-bottom-color: rgba(17,17,15,.14); }
.site-header.scrolled { color: var(--ink); background: rgba(242,240,233,.96); border-color: rgba(17,17,15,.14); }
.header-inner { position: relative; }
.main-nav { width: 100%; display: grid; grid-template-columns: 1fr auto 1fr; gap: 48px; }
.nav-group { display: flex; align-items: center; gap: 32px; }
.nav-right { justify-content: flex-end; }
.brand { width: 158px; height: 64px; padding: 2px 0; background: transparent; box-shadow: none; }
.nav-link::after { background: var(--ink); }

.hero { min-height: 760px; padding: 80px 0 0; color: var(--ink); background: var(--yellow); }
.hero::before, .hero::after { display: none; }
.hero-layout { width: 100%; min-height: 680px; display: grid; grid-template-columns: minmax(340px, 45%) minmax(0, 55%); }
.hero-photo { position: relative; min-height: 680px; overflow: hidden; background: #333; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.23), transparent 42%); pointer-events: none; }
.hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; filter: grayscale(1) contrast(1.06); }
.hero-copy { display: flex; min-width: 0; background: var(--yellow); }
.hero-copy-inner { width: min(760px, calc(100% - 72px)); min-height: 680px; display: grid; grid-template-rows: auto 1fr auto; margin: auto; padding: 42px 0 38px; }
.hero .eyebrow { margin-bottom: 24px; font-size: .66rem; }
.hero h1 { max-width: 100%; color: var(--ink); font-size: clamp(3.8rem, 5.4vw, 6rem); line-height: .82; overflow-wrap: normal; }
.hero h1 em { color: var(--white); }
.hero-lead { max-width: 610px; margin: 0 0 16px; color: rgba(17,17,15,.72); font-size: .82rem; }
.hero-actions { gap: 14px; }
.hero .button-dark { border-color: var(--ink); background: var(--ink); color: var(--white); }
.button-outline { border-color: rgba(17,17,15,.58); background: transparent; }
.button-outline:hover { color: var(--white); background: var(--ink); }
.hero-trust { gap: 22px; margin-top: 18px; color: rgba(17,17,15,.66); }
.hero-trust span { border-left-color: var(--ink); }
.hero-featured-services { align-self: center; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; width: 100%; margin: 26px 0; }
.hero-featured-services a { min-width: 0; background: rgba(255,255,255,.48); border: 1px solid rgba(17,17,15,.15); transition: background .25s, transform .25s; }
.hero-featured-services a:hover { background: var(--white); transform: translateY(-3px); }
.hero-featured-services img { width: 100%; height: 158px; object-fit: cover; }
.hero-featured-services span { display: block; min-height: 70px; padding: 13px 14px 15px; }
.hero-featured-services small { display: block; margin-bottom: 3px; color: rgba(17,17,15,.58); font-size: .5rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hero-featured-services strong { display: block; font-family: var(--display); font-size: 1.25rem; line-height: 1; text-transform: uppercase; }
.hero-bottom { align-self: end; }
.hero-photo .experience-card { left: auto; right: 0; bottom: 0; z-index: 3; background: var(--yellow); }
.photo-step { position: absolute; left: 0; bottom: 0; z-index: 3; display: flex; align-items: flex-end; }
.photo-step span { display: block; width: 52px; background: var(--paper); }
.photo-step span:nth-child(1) { height: 104px; }.photo-step span:nth-child(2) { height: 68px; }.photo-step span:nth-child(3) { height: 32px; }

@media (max-width: 980px) {
  .header-inner { justify-content: flex-end; }
  .menu-toggle { order: 2; }
  .main-nav { position: static; inset: auto; z-index: auto; display: grid; grid-template-columns: 1fr auto 1fr; flex-direction: initial; justify-content: initial; gap: 28px; color: var(--ink); background: transparent; transform: none; }
  .nav-group { gap: 18px; }.main-nav .nav-link { font-family: var(--body); font-size: .67rem; }
  .hero { padding-top: 80px; }.hero-layout { grid-template-columns: 43% 57%; }.hero-copy-inner { width: calc(100% - 56px); }.hero h1 { font-size: clamp(3.8rem, 7.2vw, 5.5rem); }
  .hero-featured-services img { height: 128px; }
}

@media (max-width: 760px) {
  .header-inner { justify-content: space-between; }
  .menu-toggle[aria-expanded="true"] { position: fixed; top: 14px; left: 16px; z-index: 104; width: 52px; height: 52px; color: var(--white); }
  .menu-toggle[aria-expanded="true"] span { width: 30px; height: 3px; margin-inline: auto; background: var(--white); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 101; display: flex; flex-direction: column; justify-content: center; gap: 25px; color: var(--white); background: var(--ink); transform: translateX(100%); }
  .main-nav.open { transform: none; }.nav-group { flex-direction: column; gap: 25px; }.main-nav .nav-link { font-family: var(--display); font-size: 2rem; }.main-nav .brand { order: -1; width: 190px; height: 105px; }.main-nav .brand img { content: url("../assets/images/logo-footer-white.png"); width: 100%; height: 100%; object-fit: contain; filter: none; }
  .hero { padding-top: 70px; }.hero-layout { grid-template-columns: 1fr; }.hero-photo { min-height: 62vh; }.hero-photo img { object-position: 50% 40%; }.hero-copy-inner { width: min(100% - 40px, 620px); min-height: auto; display: flex; flex-direction: column; padding: 55px 0 64px; }.hero h1 { font-size: clamp(4rem, 18vw, 6.2rem); }.hero-actions { align-items: stretch; }.hero .button { width: 100%; }.hero-trust { flex-direction: row; }.hero-photo .experience-card { min-width: 185px; }
  .hero-featured-services { grid-template-columns: 1fr; margin: 38px 0; }
  .hero-featured-services a { display: grid; grid-template-columns: 92px 1fr; align-items: center; }
  .hero-featured-services img { height: 78px; }
  .hero-featured-services span { min-height: 78px; display: flex; flex-direction: column; justify-content: center; }
  .hero-featured-services strong { font-size: 1.25rem; }
  .hero-bottom { margin-top: 0; }
}

/* Páginas interiores */
.inner-header { position: fixed; }
.page-hero { padding: 175px 0 95px; background: var(--yellow); }
.page-hero-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: center; }
.page-hero h1 { max-width: 900px; margin: 0; font-family: var(--display); font-size: clamp(4.7rem, 8vw, 8rem); line-height: .82; letter-spacing: -.035em; text-transform: uppercase; }
.page-hero h1 em { display: block; color: var(--white); font-style: normal; }
.page-hero p:last-child { max-width: 630px; margin: 30px 0 0; }
.page-hero-grid img { width: 100%; height: 440px; object-fit: cover; filter: grayscale(1) contrast(1.08); }
.page-hero-dark { color: var(--white); background: var(--ink); }
.page-hero-dark h1 em { color: var(--yellow); }
.page-hero-contact { background: var(--paper); border-bottom: 12px solid var(--yellow); }
.page-hero-contact h1 em { color: var(--orange); }
.editorial-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.editorial-grid h2, .contact-page-grid h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 5vw, 5rem); line-height: .92; text-transform: uppercase; }
.editorial-grid .large-copy { margin-top: 0; font-family: var(--display); font-size: 1.8rem; line-height: 1.15; text-transform: uppercase; }
.values-strip { padding: 90px 0; color: var(--white); background: var(--ink); }
.value-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.value-grid article { padding: 30px 28px 0 0; border-top: 1px solid #444; }
.value-grid h3 { margin: 0; color: var(--yellow); font-family: var(--display); font-size: 1.7rem; text-transform: uppercase; }
.value-grid p { color: #aaa9a2; font-size: .82rem; }
.service-detail-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-detail-grid article { min-height: 315px; padding: 42px; background: var(--paper); }
.service-detail-grid h2, .sector-detail-grid h2 { margin: 0 0 16px; font-family: var(--display); font-size: 2.5rem; line-height: 1; text-transform: uppercase; }
.service-detail-grid p, .service-detail-grid li { color: var(--muted); font-size: .85rem; }
.service-detail-grid ul { padding-left: 18px; }
.page-cta { padding: 75px 0; background: var(--yellow); }
.page-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.page-cta h2 { margin: 0; font-family: var(--display); font-size: 3.5rem; text-transform: uppercase; }
.sector-detail-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.sector-detail-grid article { min-height: 360px; padding: 38px; background: var(--white); border-top: 8px solid var(--yellow); }
.sector-detail-grid article > span { font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sector-detail-grid h2 { margin-top: 60px; font-size: 3.5rem; }
.sector-detail-grid p { color: var(--muted); font-size: .86rem; }
.coverage-section { padding: 100px 0; background: var(--yellow); }
.coverage-section .button { margin-top: 22px; }
.contact-page-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.contact-page-grid aside > a, .contact-page-grid aside > div { display: block; padding: 19px 0; border-top: 1px solid var(--line); }
.contact-page-grid aside { overflow-wrap: anywhere; }
.contact-page-grid small { display: block; margin-bottom: 4px; color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-page-grid strong { font-family: var(--display); font-size: 1.35rem; }
.contact-form-page { padding: 50px; box-shadow: 0 20px 60px rgba(17,17,15,.08); }

@media (max-width: 760px) {
  .page-hero { padding: 125px 0 70px; }
  .page-hero-grid, .editorial-grid, .contact-page-grid { grid-template-columns: 1fr; gap: 45px; }
  .page-hero h1 { font-size: clamp(4rem,18vw,6rem); }
  .page-hero-grid img { height: 360px; }
  .value-grid, .service-detail-grid, .sector-detail-grid { grid-template-columns: 1fr; }
  .page-cta .container { align-items: flex-start; flex-direction: column; }
  .contact-form-page { padding: 34px 24px; }
}

/* Contacto dividido */
.contact-body { background: var(--white); }
.contact-stage { min-height: 100vh; display: grid; grid-template-columns: 56% 44%; padding-top: 80px; }
.contact-panel { display: flex; min-width: 0; padding: 82px clamp(32px,6vw,105px); }
.contact-panel-inner { width: 100%; max-width: 660px; margin: auto; }
.contact-panel-form { background: var(--yellow); }
.contact-panel-form h1 { margin: 0 0 50px; font-family: var(--display); font-size: clamp(3.5rem,5.8vw,6rem); line-height: .86; text-transform: uppercase; }
.split-contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 34px; }
.split-contact-form .field input, .split-contact-form .field select, .split-contact-form .field textarea { border-bottom-color: rgba(17,17,15,.35); }
.split-contact-form .field input::placeholder, .split-contact-form .field textarea::placeholder { color: rgba(17,17,15,.55); }
.split-contact-form .field textarea { min-height: 92px; }
.split-submit { grid-column: 1/-1; justify-self: start; margin-top: 10px; }
.contact-panel-info { background: var(--white); }
.contact-panel-info h2 { margin: 0; font-family: var(--display); font-size: clamp(4rem,7vw,7rem); line-height: .85; text-transform: uppercase; }
.contact-intro { max-width: 520px; margin: 28px 0 40px; color: var(--muted); font-size: .88rem; }
.contact-methods { border-top: 1px solid var(--line); }
.contact-methods > a, .contact-method { display: grid; grid-template-columns: 46px 1fr; gap: 18px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-methods svg { width: 38px; height: 38px; fill: none; stroke: var(--ink); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.contact-methods small { display: block; margin-bottom: 3px; color: var(--muted); font-size: .6rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-methods strong { display: block; font-family: var(--display); font-size: 1.12rem; line-height: 1.2; overflow-wrap: anywhere; }
.contact-methods > a:hover strong { color: var(--orange); }
.contact-availability { display: flex; gap: 10px; align-items: flex-start; margin-top: 30px; color: var(--muted); font-size: .7rem; }
.contact-availability span { flex: 0 0 auto; width: 8px; height: 8px; margin-top: 6px; border-radius: 50%; background: var(--yellow); }
@media (max-width: 900px) { .contact-stage { grid-template-columns: 1fr; }.contact-panel { padding-block: 75px; }.contact-panel-inner { max-width: 720px; } }
@media (max-width: 600px) { .contact-stage { padding-top: 70px; }.contact-panel { padding: 58px 22px; }.split-contact-form { grid-template-columns: 1fr; }.split-contact-form .field, .split-submit { grid-column: 1; }.contact-panel-form h1 { margin-bottom: 38px; } }

/* Corte escalonado y preguntas frecuentes */
.contact-panel-form { position: relative; overflow: hidden; }
.contact-panel-form::before, .contact-panel-form::after { content: ""; position: absolute; right: 0; z-index: 2; background: var(--white); pointer-events: none; }
.contact-panel-form::before { bottom: 0; width: 104px; height: 52px; }
.contact-panel-form::after { bottom: 52px; width: 52px; height: 52px; }
.faq-section { padding: 120px 0; color: var(--white); background: var(--ink); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading h2 { margin: 0 0 28px; font-family: var(--display); font-size: clamp(3.4rem,5.5vw,5.7rem); line-height: .9; text-transform: uppercase; }
.faq-heading > p:last-child { max-width: 410px; color: #aaa9a2; font-size: .82rem; }
.faq-list { border-top: 1px solid rgba(255,255,255,.22); }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.22); }
.faq-list summary { position: relative; padding: 27px 48px 27px 0; font-family: var(--display); font-size: 1.45rem; font-weight: 700; line-height: 1.1; text-transform: uppercase; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span, .faq-list summary span::after { position: absolute; right: 3px; top: 50%; width: 18px; height: 1px; background: var(--yellow); content: ""; transition: transform .25s; }
.faq-list summary span::after { right: 0; top: 0; transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 680px; margin: -4px 45px 26px 0; color: #aaa9a2; font-size: .82rem; }
@media (max-width: 900px) { .faq-layout { grid-template-columns: 1fr; gap: 50px; }.faq-heading { position: static; } }

/* Servicio: pulimiento de pisos */
.service-detail-link { display: inline-block; margin-top: 16px; padding-bottom: 4px; border-bottom: 2px solid var(--yellow); font-size: .66rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.floor-hero { min-height: 760px; display: grid; grid-template-columns: 52% 48%; padding-top: 80px; background: var(--yellow); }
.floor-hero-copy { display: flex; padding: 70px clamp(30px,6vw,105px); }.floor-hero-copy > div { max-width: 690px; margin: auto; }
.floor-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(4.5rem,7.5vw,8rem); line-height: .8; letter-spacing: -.03em; text-transform: uppercase; }.floor-hero h1 em { display: block; color: var(--white); font-style: normal; }
.floor-hero-copy p:not(.eyebrow) { max-width: 610px; margin: 30px 0; font-size: .9rem; }
.floor-hero figure { position: relative; margin: 0; overflow: hidden; }.floor-hero figure img { width: 100%; height: 100%; object-fit: cover; }.floor-hero figcaption { position: absolute; left: 0; bottom: 0; padding: 14px 22px; color: var(--white); background: var(--ink); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.floor-types { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 70px; }.floor-types span { padding: 10px 16px; border: 1px solid var(--line); font-size: .68rem; font-weight: 700; text-transform: uppercase; }
.floor-treatments { color: var(--white); background: var(--ink); }.floor-section-heading { display: grid; grid-template-columns: .35fr 1fr; align-items: end; gap: 45px; margin-bottom: 60px; }.floor-section-heading h2, .floor-process-intro h2, .floor-benefits h2, .floor-cta h2 { margin: 0; font-family: var(--display); font-size: clamp(3.4rem,5.5vw,5.8rem); line-height: .9; text-transform: uppercase; }
.treatment-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #444; border-left: 1px solid #444; }.treatment-grid article { min-height: 230px; padding: 35px; border-right: 1px solid #444; border-bottom: 1px solid #444; }.treatment-grid h3 { margin: 0 0 55px; color: var(--yellow); font-family: var(--display); font-size: 2rem; text-transform: uppercase; }.treatment-grid p { margin: 0; color: #aaa9a2; font-size: .8rem; }
.floor-process-intro { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; }.floor-process-intro img { width: 100%; height: 330px; object-fit: cover; }.process-grid { display: grid; grid-template-columns: repeat(4,1fr); padding: 0; margin: 70px 0 0; list-style: none; counter-reset: steps; border-top: 1px solid var(--line); }.process-grid li { min-height: 190px; padding: 30px 25px; counter-increment: steps; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.process-grid li::before { content: counter(steps, decimal-leading-zero); display: block; margin-bottom: 30px; color: var(--orange); font-family: var(--display); font-weight: 800; }.process-grid strong { display: block; font-family: var(--display); font-size: 1.4rem; text-transform: uppercase; }.process-grid span { display: block; margin-top: 7px; color: var(--muted); font-size: .73rem; }
.floor-gallery { background: #d9d6cc; }.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-auto-rows: 270px; gap: 12px; }.gallery-grid figure { margin: 0; overflow: hidden; background: #aaa; }.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }.gallery-grid figure:hover img { transform: scale(1.025); }.gallery-wide { grid-column: span 2; }.gallery-tall { grid-row: span 2; }
.floor-benefits { background: var(--paper); }.benefit-list p { margin: 0; padding: 20px 0; border-top: 1px solid var(--line); font-family: var(--display); font-size: 1.35rem; text-transform: uppercase; }.benefit-list p:last-child { border-bottom: 1px solid var(--line); }
.floor-cta { padding: 90px 0; background: var(--yellow); }.floor-cta .container { display: flex; align-items: end; justify-content: space-between; gap: 50px; }.floor-cta p:not(.eyebrow) { margin-bottom: 0; }
@media (max-width: 900px) { .floor-hero { grid-template-columns: 1fr; }.floor-hero figure { min-height: 540px; }.treatment-grid { grid-template-columns: repeat(2,1fr); }.process-grid { grid-template-columns: repeat(2,1fr); }.floor-process-intro { gap: 45px; } }
@media (max-width: 650px) { .floor-hero { padding-top: 70px; }.floor-hero-copy { padding: 60px 22px; }.floor-hero figure { min-height: 400px; }.floor-section-heading, .floor-process-intro { grid-template-columns: 1fr; }.treatment-grid, .process-grid { grid-template-columns: 1fr; }.gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }.gallery-wide { grid-column: auto; }.gallery-tall { grid-row: auto; }.floor-cta .container { align-items: flex-start; flex-direction: column; } }

/* Catálogo general de servicios */
.services-page-hero { padding-bottom: 120px; }
.catalog-intro { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.catalog-intro h2 { margin: 0; font-family: var(--display); font-size: clamp(3.5rem,5.5vw,5.5rem); line-height: .9; text-transform: uppercase; }
.catalog-intro p { max-width: 490px; margin: 0; color: var(--muted); font-size: .84rem; }
.catalog-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 30px; }
.catalog-card { display: grid; grid-template-columns: 46% 54%; min-height: 390px; overflow: hidden; background: var(--white); box-shadow: 0 14px 38px rgba(17,17,15,.07); }
.catalog-card.featured { outline: 3px solid var(--yellow); outline-offset: -3px; }
.catalog-card.featured { order: -1; }
.catalog-image { min-height: 100%; overflow: hidden; background: #d5d2c8; }
.catalog-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.catalog-card:hover .catalog-image img { transform: scale(1.035); }
.placeholder-thumb { display: grid; place-items: center; color: var(--ink); background: var(--yellow); }
.placeholder-thumb svg { width: 92px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.catalog-copy { display: flex; flex-direction: column; align-items: flex-start; padding: 34px; }
.catalog-copy h2 { margin: 0 0 18px; font-family: var(--display); font-size: 2.35rem; line-height: .95; text-transform: uppercase; }
.catalog-copy > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: .78rem; }
.catalog-button { width: 100%; margin-top: auto; padding: 15px 18px; color: var(--ink); background: var(--yellow); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; transition: background .25s,color .25s; }
.catalog-button:hover { color: var(--white); background: var(--ink); }
.catalog-button.muted { background: var(--paper); border: 1px solid var(--line); }.catalog-button.muted:hover { color: var(--white); background: var(--ink); }

/* Refinamiento de proceso y resultados */
.floor-hero figure img { object-position: 50% 50%; filter: contrast(1.08) saturate(.92); }
.floor-hero figcaption { display: none; }
.service-standard-hero { min-height: 760px; grid-template-columns: 52% 48%; padding-top: 80px; }
.service-standard-hero .floor-hero-copy { padding: 70px clamp(30px,6vw,105px); }
.service-standard-hero figure { min-height: 680px; }
.service-standard-hero figure img { object-position: center; }
@media (max-width: 900px) {
  .service-standard-hero { grid-template-columns: 1fr; }
  .service-standard-hero figure { min-height: 540px; }
}
@media (max-width: 650px) {
  .service-standard-hero { min-height: auto; padding-top: 70px; }
  .service-standard-hero .floor-hero-copy { padding: 60px 22px; }
  .service-standard-hero figure { min-height: 400px; }
}
.floor-process { overflow: hidden; }
.floor-process-intro { grid-template-columns: .8fr 1.2fr; align-items: center; }
.process-lead { max-width: 500px; margin-top: 28px; color: var(--muted); font-size: .84rem; }
.process-feature-image { position: relative; height: 440px; margin: 0; overflow: hidden; }
.process-feature-image::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; z-index: -1; background: var(--yellow); }
.process-feature-image img { width: 100%; height: 100%; object-fit: cover; }
.process-feature-image span { position: absolute; left: 0; bottom: 0; padding: 11px 16px; color: var(--white); background: var(--ink); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.process-grid { position: relative; margin-top: 90px; border-top: 0; }
.process-grid::before { content: ""; position: absolute; left: 0; right: 0; top: 38px; height: 1px; background: var(--line); }
.process-grid li { position: relative; min-height: 180px; padding: 0 28px 25px 0; border: 0; }
.process-grid li::before { position: relative; z-index: 1; width: 76px; margin-bottom: 28px; background: var(--paper); }
.floor-gallery { color: var(--white); background: var(--ink); }
.results-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 70px; align-items: end; margin-bottom: 60px; }
.results-heading h2 { max-width: 790px; margin: 0; font-family: var(--display); font-size: clamp(3.5rem,5.8vw,6rem); line-height: .9; text-transform: uppercase; }
.results-heading > p { margin: 0; color: #aaa9a2; font-size: .82rem; }
.results-showcase { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 190px; gap: 14px; }
.results-showcase figure { position: relative; grid-column: span 4; grid-row: span 2; margin: 0; overflow: hidden; background: #333; }
.results-showcase .result-main { grid-column: span 8; grid-row: span 3; }
.results-showcase .result-portrait { grid-column: span 4; grid-row: span 4; }
.results-showcase .result-wide { grid-column: span 8; grid-row: span 2; }
.results-showcase img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }.results-showcase figure:hover img { transform: scale(1.025); }
.results-showcase figcaption { position: absolute; left: 0; bottom: 0; padding: 11px 15px; color: var(--ink); background: var(--yellow); font-size: .6rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
@media (max-width: 950px) { .catalog-grid { grid-template-columns: 1fr; }.catalog-card { min-height: 360px; }.results-showcase { grid-auto-rows: 160px; } }
@media (max-width: 950px) { .core-services { grid-template-columns: 1fr; }.core-service { min-height: 520px; }.support-services { grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 650px) { .catalog-intro, .results-heading { grid-template-columns: 1fr; gap: 24px; }.catalog-card { grid-template-columns: 1fr; }.catalog-image { height: 260px; min-height: 0; }.catalog-image img { display: block; height: 260px; }.catalog-copy { min-height: 310px; }.floor-process-intro { grid-template-columns: 1fr; }.process-feature-image { height: 330px; }.process-grid::before { display: none; }.results-showcase { display: grid; grid-template-columns: 1fr; grid-auto-rows: 280px; }.results-showcase figure, .results-showcase .result-main, .results-showcase .result-portrait, .results-showcase .result-wide { grid-column: auto; grid-row: auto; } }
@media (max-width: 650px) { .support-services > div { grid-template-columns: 1fr; gap: 12px; }.core-service { min-height: 480px; }.core-service > div { padding: 25px; } }

/* Servicio: lavado de tanques */
.tank-hero { position: relative; min-height: 760px; padding-top: 80px; color: var(--white); background: var(--ink); overflow: hidden; }.tank-hero > img { position: absolute; inset: 80px 0 0; width: 100%; height: calc(100% - 80px); object-fit: cover; }.tank-hero::after { content: ""; position: absolute; inset: 80px 0 0; background: linear-gradient(90deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.52) 48%,rgba(0,0,0,.08) 100%); }.tank-hero-overlay { position: relative; z-index: 2; display: flex; align-items: center; min-height: 680px; }.tank-hero-overlay h1 { max-width: 850px; margin: 0; font-family: var(--display); font-size: clamp(4.7rem,8vw,8.2rem); line-height: .8; text-transform: uppercase; }.tank-hero-overlay h1 em { display: block; color: var(--yellow); font-style: normal; }.tank-hero-overlay p:not(.eyebrow) { max-width: 600px; margin: 30px 0; color: #d1d0ca; }
.tank-types { display: grid; grid-template-columns: repeat(5,1fr); margin-top: 75px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.tank-types article { padding: 27px 22px; border-right: 1px solid var(--line); }.tank-types article:last-child { border-right: 0; }.tank-types strong,.tank-types span { display: block; }.tank-types strong { font-family: var(--display); font-size: 1.35rem; text-transform: uppercase; }.tank-types span { color: var(--muted); font-size: .65rem; }
.tank-process { color: var(--white); background: var(--ink); }.tank-process-head { display: grid; grid-template-columns: 1fr .45fr; gap: 80px; align-items: end; margin-bottom: 65px; }.tank-process-head h2,.tank-safety h2,.tank-quote h2 { margin: 0; font-family: var(--display); font-size: clamp(3.5rem,5.8vw,6rem); line-height: .9; text-transform: uppercase; }.tank-process-head > p { color: #aaa9a2; font-size: .8rem; }.tank-process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }.tank-process-layout figure { min-height: 690px; margin: 0; overflow: hidden; }.tank-process-layout img { width: 100%; height: 100%; object-fit: cover; }.tank-process-layout ol { display: grid; grid-template-columns: repeat(2,1fr); padding: 0; margin: 0; list-style: none; counter-reset: tank-step; border-top: 1px solid #444; }.tank-process-layout li { min-height: 165px; padding: 27px; counter-increment: tank-step; border-right: 1px solid #444; border-bottom: 1px solid #444; }.tank-process-layout li::before { content: counter(tank-step,decimal-leading-zero); display: block; margin-bottom: 22px; color: var(--yellow); font-family: var(--display); }.tank-process-layout strong,.tank-process-layout span { display: block; }.tank-process-layout strong { font-family: var(--display); font-size: 1.25rem; text-transform: uppercase; }.tank-process-layout span { margin-top: 5px; color: #aaa9a2; font-size: .7rem; }
.tank-safety { background: var(--yellow); }.tank-safety-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 85px; align-items: center; }.tank-safety-images { display: grid; grid-template-columns: 1fr .8fr; gap: 14px; height: 650px; }.tank-safety-images img { width: 100%; height: 58%; align-self: end; object-fit: cover; }.tank-safety-images .safety-tall { height: 100%; }.tank-safety-grid ul { padding: 0; margin-top: 36px; list-style: none; border-top: 1px solid rgba(17,17,15,.35); }.tank-safety-grid li { padding: 14px 0; border-bottom: 1px solid rgba(17,17,15,.35); font-family: var(--display); font-size: 1.1rem; text-transform: uppercase; }
.tank-results { color: var(--white); background: var(--ink); }.tank-gallery { display: grid; grid-template-columns: repeat(2,1fr); grid-auto-rows: 330px; gap: 14px; }.tank-gallery figure { margin: 0; overflow: hidden; }.tank-gallery .tank-gallery-wide { grid-column: span 2; }.tank-gallery img { width: 100%; height: 100%; object-fit: cover; }
.quote-checklist { display: grid; grid-template-columns: repeat(2,1fr); }.quote-checklist span { padding: 22px 18px 22px 0; border-top: 1px solid var(--line); font-family: var(--display); font-size: 1.2rem; text-transform: uppercase; }.quote-checklist span:nth-child(even) { padding-left: 18px; border-left: 1px solid var(--line); }
@media (max-width: 900px) { .tank-types { grid-template-columns: repeat(2,1fr); }.tank-process-layout,.tank-safety-grid { grid-template-columns: 1fr; }.tank-process-layout figure { min-height: 560px; }.tank-safety-images { height: 560px; } }
@media (max-width: 650px) { .tank-hero { min-height: 720px; padding-top: 70px; }.tank-hero > img,.tank-hero::after { top: 70px; }.tank-hero-overlay { min-height: 650px; }.tank-process-head { grid-template-columns: 1fr; gap: 25px; }.tank-process-layout ol,.tank-types,.quote-checklist { grid-template-columns: 1fr; }.tank-process-layout li { min-height: auto; }.tank-safety-images { height: 420px; }.tank-gallery { grid-template-columns: 1fr; grid-auto-rows: 280px; }.tank-gallery .tank-gallery-wide { grid-column: auto; }.quote-checklist span:nth-child(even) { padding-left: 0; border-left: 0; } }

/* Servicio: trabajos en altura */
.height-hero { min-height: 800px; display: grid; grid-template-columns: 48% 52%; padding-top: 80px; background: var(--yellow); }.height-hero-image { min-height: 720px; overflow: hidden; }.height-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }.height-hero-copy { display: flex; padding: 70px clamp(30px,6vw,105px); }.height-hero-copy > div { max-width: 670px; margin: auto; }.height-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(5rem,8vw,8.4rem); line-height: .79; text-transform: uppercase; }.height-hero h1 em { display: block; color: var(--white); font-style: normal; }.height-hero-copy p:not(.eyebrow) { max-width: 580px; margin: 30px 0; }
.height-services { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 75px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.height-services span { padding: 24px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 1.15rem; text-transform: uppercase; }
.facade-services { color: var(--white); background: var(--ink); }.facade-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }.facade-grid article { background: #191917; }.facade-grid img { width: 100%; height: 470px; object-fit: cover; }.facade-grid article > div { padding: 35px; }.facade-grid h3 { margin: 0 0 14px; font-family: var(--display); font-size: 2.6rem; text-transform: uppercase; }.facade-grid article > div > p:last-child { color: #aaa9a2; font-size: .8rem; }
.access-section { background: var(--yellow); }.access-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: center; }.access-grid h2,.height-process h2,.height-safety h2 { margin: 0; font-family: var(--display); font-size: clamp(3.5rem,5.8vw,6rem); line-height: .9; text-transform: uppercase; }.access-list { display: grid; grid-template-columns: repeat(2,1fr); margin-top: 40px; border-top: 1px solid rgba(17,17,15,.35); }.access-list span { padding: 14px 0; border-bottom: 1px solid rgba(17,17,15,.35); font-family: var(--display); text-transform: uppercase; }.access-images { display: grid; grid-template-columns: .8fr 1.2fr; gap: 14px; height: 590px; }.access-images img { width: 100%; height: 100%; object-fit: cover; }.access-images img:first-child { height: 75%; align-self: end; }
.height-process { color: var(--white); background: var(--ink); }.height-process-head { display: grid; grid-template-columns: .35fr 1fr; gap: 50px; align-items: end; }.height-process ol { display: grid; grid-template-columns: repeat(3,1fr); padding: 0; margin: 65px 0 0; list-style: none; counter-reset: facade-step; border-top: 1px solid #444; border-left: 1px solid #444; }.height-process li { min-height: 130px; padding: 24px; counter-increment: facade-step; border-right: 1px solid #444; border-bottom: 1px solid #444; font-family: var(--display); font-size: 1.2rem; text-transform: uppercase; }.height-process li::before { content: counter(facade-step,decimal-leading-zero); display: block; margin-bottom: 18px; color: var(--yellow); font-size: .7rem; }
.height-safety { background: var(--paper); }.height-safety-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }.height-safety figure { height: 680px; margin: 0; overflow: hidden; }.height-safety img { width: 100%; height: 100%; object-fit: cover; }.height-safety-grid ul { padding: 0; margin-top: 35px; list-style: none; border-top: 1px solid var(--line); }.height-safety-grid li { padding: 14px 0; border-bottom: 1px solid var(--line); font-family: var(--display); text-transform: uppercase; }
@media (max-width: 900px) { .height-services { grid-template-columns: repeat(2,1fr); }.access-grid,.height-safety-grid { grid-template-columns: 1fr; }.height-safety figure { height: 560px; } }
@media (max-width: 650px) { .height-hero { grid-template-columns: 1fr; padding-top: 70px; }.height-hero-image { min-height: 570px; }.height-hero-copy { padding: 58px 22px; }.height-services,.facade-grid,.height-process ol { grid-template-columns: 1fr; }.facade-grid img { height: 360px; }.access-images { height: 420px; }.height-process-head { grid-template-columns: 1fr; }.height-process li { min-height: auto; }.height-safety figure { height: 460px; } }
