/* =====================================================================
   El Obraje – Astra Child · estilos de la landing
   Tokens de marca (CAMPOS-EDITABLES.md / _ds tokens): naranja #F77F00, rojo profundo #D73301,
   rojo oscuro #B40404, verde eco #1C6023, grises #636363 #807B7B #938F8F #C3C3C3 #E4E4E4 #ECECEC.
   Tipografía Manrope. Sin sombras decorativas, sin bordes redondeados.
   ===================================================================== */

:root {
	--ob-orange: #F77F00;
	--ob-orange-tint: #FF6E1B;
	--ob-red: #FF0303;
	--ob-red-deep: #D73301;
	--ob-red-dark: #B40404;
	--ob-green-dark: #1C6023;
	--ob-green: #368B3F;
	--ob-ink: #000;
	--ob-ink-soft: #1A1A1A;
	--ob-g900: #636363;
	--ob-g700: #807B7B;
	--ob-g600: #938F8F;
	--ob-g400: #C3C3C3;
	--ob-g200: #E4E4E4;
	--ob-g100: #ECECEC;
	--ob-white: #fff;
	--ob-grad: linear-gradient(153.628deg, #F77F00 5.47%, #FF6E1B 46.95%, #FF0303 80.06%, #B40404 103.74%);
	--ob-font: 'Manrope', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	--ob-max: min(1800px, 94vw);
	--ob-pad: clamp(22px, 4vw, 40px);
	--ob-section-top: clamp(72px, 9vw, 130px);
	--ob-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
	--ob-header-h: 78px;
}

/* ---------- Base ---------- */
body.obraje { font-family: var(--ob-font); color: var(--ob-ink); background: var(--ob-white); -webkit-font-smoothing: antialiased; }
body.obraje-landing { margin: 0; }
.obraje-main { overflow-x: clip; }
.obraje-main p, .obraje-main h1, .obraje-main h2, .obraje-main h3,
.obraje-header p, .obraje-footer p { margin: 0; }
.obraje-main h1, .obraje-main h2, .obraje-main h3 { font-family: var(--ob-font); font-weight: 800; letter-spacing: -0.03em; color: inherit; text-wrap: balance; }
.obraje-main p { text-wrap: pretty; }
.obraje-main a { color: var(--ob-red-deep); text-decoration: none; }
.obraje-main a:hover { color: var(--ob-orange); }
.obraje-main img { max-width: 100%; height: auto; display: block; }
.obraje-main [id] { scroll-margin-top: 24px; }
body.obraje-header-sticky .obraje-main [id] { scroll-margin-top: calc(var(--ob-header-h) + 16px); }
.obraje-main .wp-block-group > * + * { margin-block-start: 0; }
.obraje-main .wp-block-buttons { margin: 0; }
.obraje-main .wp-block-button { margin: 0; }
.obraje-skip { position: absolute; left: -9999px; top: 0; background: #000; color: #fff; padding: 12px 16px; z-index: 1000; }
.obraje-skip:focus { left: 12px; top: 12px; }
.obraje :focus-visible { outline: 2px solid var(--ob-orange); outline-offset: 2px; }
.obraje-empty { padding: 24px; background: var(--ob-g100); color: var(--ob-g900); font-size: 16px; }
.obraje-placeholder { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; min-height: 110px; background: var(--ob-g100); color: var(--ob-g700); font-size: 13px; font-weight: 700; text-align: center; padding: 8px; letter-spacing: 0.02em; }

/* ---------- Botones ---------- */
.obraje-main .wp-block-button__link,
.obraje-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--ob-font); font-size: 16px; font-weight: 800; letter-spacing: -0.01em; line-height: 1.2; padding: 17px 28px; border-radius: 0; border: 0; text-decoration: none; background: var(--ob-red-deep); color: #fff; transition: background .25s ease, color .25s ease, border-color .25s ease, opacity .25s ease; }
.obraje-main .wp-block-button__link:hover, .obraje-btn:hover { background: var(--ob-red-dark); color: #fff; }
.obraje-btn--red { background: var(--ob-red-deep); padding: 11px 16px; }
.obraje-main .obraje-btn--red .wp-block-button__link { padding: 18px 30px; font-size: 17px; }
.obraje-btn--outline { background: transparent; color: var(--ob-ink-soft); border: 1px solid var(--ob-g400); padding: 10px 14px; font-weight: 700; }
.obraje-btn--outline:hover { background: #000; border-color: #000; color: #fff; }
.obraje-main .obraje-btn--grad .wp-block-button__link { background: var(--ob-grad); }
.obraje-main .obraje-btn--grad .wp-block-button__link:hover { opacity: .92; }
.obraje-main .obraje-btn--lg .wp-block-button__link { padding: 22px 38px; }
.obraje-main .obraje-btn--green .wp-block-button__link { background: var(--ob-green-dark); font-size: 17px; padding: 18px 30px; }
.obraje-main .obraje-btn--green .wp-block-button__link:hover { background: var(--ob-green); }
.obraje-main .obraje-btn--link .wp-block-button__link { background: none; color: var(--ob-red-deep); padding: 0 0 2px; border-bottom: 2px solid var(--ob-red-deep); font-size: 17px; }
.obraje-main .obraje-btn--link .wp-block-button__link:hover { color: var(--ob-orange); border-color: var(--ob-orange); }
.obraje-main .obraje-btn--text .wp-block-button__link { background: none; color: inherit; padding: 0; font-size: 17px; white-space: nowrap; }
.obraje-main .obraje-btn--text .wp-block-button__link:hover { background: none; color: inherit; }
.obraje-main .obraje-btn--arrow .wp-block-button__link { font-size: clamp(26px, 2.81vw, 32px); line-height: 1; transition: transform .35s var(--ob-ease); }
.obraje-main .obraje-clickable:hover .obraje-btn--arrow .wp-block-button__link { transform: translateX(10px); }
.obraje-main .obraje-btn--outline-light .wp-block-button__link { background: transparent; border: 1px solid rgba(255,255,255,.5); color: #fff; font-weight: 700; }
.obraje-main .obraje-btn--outline-light .wp-block-button__link:hover { background: #fff; color: #000; }

/* ---------- Header ---------- */
.obraje-header { position: relative; z-index: 40; background: rgba(255,255,255,.96); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border-bottom: 1px solid var(--ob-g200); font-family: var(--ob-font); }
body.obraje-header-sticky .obraje-header { position: sticky; top: 0; }
.obraje-header__inner { max-width: var(--ob-max); margin: 0 auto; padding: 10px var(--ob-pad); min-height: var(--ob-header-h); display: flex; align-items: center; gap: 12px 20px; }
.obraje-header__logo { display: flex; align-items: center; flex: none; }
.obraje-header__logo img { height: 64px; width: auto; display: block; }
.obraje-nav { display: flex; align-items: center; gap: 8px 14px; margin-left: auto; flex: none; }
.obraje-nav__list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: nowrap; align-items: center; gap: 8px 14px; justify-content: flex-end; }
.obraje-nav__list li { margin: 0; }
.obraje-nav__list a { font-size: 16px; font-weight: 600; color: var(--ob-ink-soft); letter-spacing: -0.01em; white-space: nowrap; text-decoration: none; }
.obraje-nav__list a:hover { color: var(--ob-red-deep); }
.obraje-nav__crm { display: none; }
.obraje-header__actions { flex: none; margin-left: 20px; display: flex; align-items: center; gap: 14px; }
.obraje-nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--ob-g400); background: #fff; cursor: pointer; padding: 0; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.obraje-nav-toggle__bar { display: block; width: 20px; height: 2px; background: var(--ob-ink); transition: transform .25s ease, opacity .25s ease; }
.obraje-nav-toggle[aria-expanded="true"] .obraje-nav-toggle__bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.obraje-nav-toggle[aria-expanded="true"] .obraje-nav-toggle__bar:nth-child(2) { opacity: 0; }
.obraje-nav-toggle[aria-expanded="true"] .obraje-nav-toggle__bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Secciones ---------- */
.obraje-section { max-width: var(--ob-max); margin: 0 auto; padding: var(--ob-section-top) var(--ob-pad) 0; }
.obraje-section.obraje-dark, .obraje-section.obraje-grey { max-width: none; margin: 130px 0 0; padding: clamp(64px, 8vw, 110px) calc((100% - var(--ob-max)) / 2 + var(--ob-pad)) clamp(72px, 9vw, 120px); }
.obraje-dark { background: #000; color: #fff; }
.obraje-grey { background: var(--ob-g100); }
.obraje-section--infra { padding-top: clamp(72px, 9vw, 120px); }
.obraje-section--zon, .obraje-section--certs, .obraje-section--faq { padding-top: clamp(72px, 9vw, 120px); }
.obraje-eyebrow { font-size: 17px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--ob-red-deep); }
.obraje-eyebrow--light { color: var(--ob-orange); }
.obraje-main .obraje-h2 { margin-top: 18px; font-size: clamp(27px, 3.43vw, 53px); line-height: 1.04; max-width: 26ch; }
.obraje-main .obraje-h2--md { font-size: clamp(27px, 2.96vw, 46px); line-height: 1.06; max-width: 24ch; }
.obraje-main .obraje-h2--xl { font-size: clamp(32px, 4.06vw, 64px); line-height: 1.02; max-width: 20ch; margin-top: 20px; }
.obraje-lead { margin-top: 16px; font-size: 20px; font-weight: 500; color: var(--ob-g900); line-height: 1.5; }
.obraje-lead--light { color: rgba(255,255,255,.78); font-size: 21px; line-height: 1.45; max-width: 56ch; margin-top: 24px; }
.obraje-section__head { margin-bottom: 56px; }
.obraje-section__head--split { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px 60px; flex-wrap: wrap; border-bottom: 1px solid var(--ob-g200); padding-bottom: 40px; margin-bottom: 0; }
.obraje-section__head--split .obraje-h2 { max-width: 20ch; }
.obraje-lead--side { max-width: 34ch; font-size: 19px; line-height: 1.55; margin: 0; }
.obraje-section--galeria .obraje-section__head, .obraje-section--empresas .obraje-section__head { margin-bottom: 44px; }
.obraje-section--certs .obraje-section__head, .obraje-section--faq .obraje-section__head, .obraje-section--zon .obraje-section__head { margin-bottom: 28px; }
.obraje-note { margin-top: 22px; font-size: 17px; font-weight: 600; color: var(--ob-g600); }

/* Fila de CTA */
.obraje-cta-row { margin-top: 40px; border-top: 1px solid var(--ob-g200); padding-top: 32px; display: flex; align-items: center; gap: 24px 28px; flex-wrap: wrap; }
.obraje-cta-row--plain { border-top: 0; padding-top: 0; margin-top: 32px; }
.obraje-cta-row__q { font-size: 20px; font-weight: 700; letter-spacing: -0.01em; }
.obraje-cta-row__q--soft { font-size: 17px; font-weight: 600; color: var(--ob-g900); }
.obraje-cta-row__btns.wp-block-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 24px 28px; }

/* Banda negra / degradada clicable */
.obraje-band { margin-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; background: #000; color: #fff; padding: 30px clamp(27px, 3vw, 40px); cursor: pointer; transition: background .25s ease; }
.obraje-band:hover { background: var(--ob-red-deep); }
.obraje-band--tight { margin-top: 4px; }
.obraje-band__text { display: flex; flex-direction: column; gap: 6px; }
.obraje-band__kicker { font-size: 15px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--ob-orange); }
.obraje-band__title { font-size: clamp(19px, 1.72vw, 26px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; }
.obraje-band__title--lg { font-size: clamp(22px, 2.81vw, 32px); letter-spacing: -0.03em; line-height: 1.05; }
.obraje-band--grad { background: var(--ob-grad); padding: clamp(31px, 3.4vw, 44px) clamp(31px, 3.4vw, 48px); }
.obraje-band--grad:hover { background: var(--ob-grad); opacity: .93; }
.obraje-band .wp-block-button__link { color: #fff; }

/* ---------- 1. Hero ---------- */
.obraje-hero { position: relative; min-height: min(760px, 96vh); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: #111; }
.obraje-main .obraje-hero__bg { position: absolute; inset: 0; margin: 0; }
.obraje-main .obraje-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.obraje-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.45) 42%, rgba(0,0,0,.85) 100%); pointer-events: none; }
.obraje-hero__content { position: relative; z-index: 1; max-width: var(--ob-max); width: 100%; margin: 0 auto; padding: clamp(104px, 14vw, 180px) var(--ob-pad) 0; box-sizing: border-box; display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 1fr); align-items: end; gap: clamp(32px, 4vw, 64px); }
.obraje-main .obraje-hero__title { font-size: clamp(26px, 3.59vw, 58px); line-height: 1.06; color: #fff; max-width: 22ch; }
.obraje-hero__lead { margin-top: 32px; max-width: 60ch; font-size: clamp(15px, 1.17vw, 20px); line-height: 1.5; font-weight: 500; color: rgba(255,255,255,.86); }
.obraje-hero__cta.wp-block-buttons { margin: 40px 0 clamp(48px, 8vw, 96px); display: flex; flex-wrap: wrap; gap: 14px; }
.obraje-hero__stats { display: grid; grid-template-columns: minmax(0, 1fr); justify-self: end; width: 100%; max-width: 240px; gap: 1px; background: rgba(255,255,255,.22); border: 1px solid rgba(255,255,255,.22); margin: 0 0 clamp(48px, 8vw, 96px); }
.obraje-stat { background: rgba(0,0,0,.42); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); padding: 14px 18px; }
.obraje-stat__label { font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.7); }
.obraje-stat__value { margin-top: 4px; font-size: clamp(22px, 2vw, 30px); font-weight: 800; letter-spacing: -0.03em; line-height: 1; color: #fff; }
.obraje-stat__note { margin-top: 3px; font-size: 14px; line-height: 1.35; font-weight: 500; color: rgba(255,255,255,.78); }

/* ---------- 2. Por qué elegirnos ---------- */
.obraje-section--porque { padding-bottom: 40px; }
.obraje-benefits { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 248px), 1fr)); border-bottom: 1px solid var(--ob-g200); }
.obraje-benefit { padding: 48px 32px 52px; border-right: 1px solid var(--ob-g200); }
.obraje-benefit:first-child { padding-left: 0; }
.obraje-benefit:last-child { border-right: 0; padding-right: 0; }
.obraje-benefit__label { font-size: 15px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ob-g600); }
.obraje-benefit__num { margin: 10px 0 24px; font-size: clamp(40px, 4.21vw, 64px); font-weight: 800; letter-spacing: -0.04em; line-height: 1; color: var(--ob-red-deep); }
.obraje-main .obraje-benefit__title { font-size: 20px; letter-spacing: -0.02em; margin-bottom: 12px; }
.obraje-benefit__text { font-size: 19px; line-height: 1.55; font-weight: 500; color: var(--ob-g900); }

/* ---------- 3. Infraestructura ---------- */
.obraje-infra { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 1px; }
.obraje-infra__card { background: #fff; box-shadow: 0 0 0 1px var(--ob-g400); padding: 32px 30px; display: flex; flex-direction: column; justify-content: space-between; gap: 26px; }
.obraje-main .obraje-infra__title { font-size: 23px; letter-spacing: .04em; text-transform: uppercase; color: var(--ob-ink-soft); line-height: 1.15; display: flex; align-items: center; gap: 14px; }
.obraje-main .obraje-infra__title::before { content: ""; flex: none; width: 34px; height: 34px; background: var(--ob-g900); -webkit-mask: var(--ob-icon) no-repeat center / contain; mask: var(--ob-icon) no-repeat center / contain; }
.obraje-infra__num { font-size: clamp(29px, 3.43vw, 36px); font-weight: 800; letter-spacing: -0.03em; line-height: 1; color: var(--ob-red-deep); }
.obraje-icon--ambiente .obraje-infra__num { font-size: clamp(26px, 2.65vw, 29px); }
.obraje-infra__text { margin-top: 10px; font-size: 19px; line-height: 1.5; font-weight: 500; color: var(--ob-g900); }
.obraje-infra__note { margin-top: 36px; font-size: 21px; line-height: 1.5; font-weight: 500; color: var(--ob-g900); }
/* Iconos (trazos del diseño original, en máscara SVG) */
.obraje-icon--energia   { --ob-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23000' stroke-width='2.2' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpolyline points='26,6 12,26 22,26 18,42 32,22 22,22 26,6'/%3E%3C/svg%3E"); }
.obraje-icon--vialidad  { --ob-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23000' stroke-width='2.2' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M14 44 L18 4 M34 44 L30 4 M24 8v6 M24 20v6 M24 32v6'/%3E%3C/svg%3E"); }
.obraje-icon--agua      { --ob-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23000' stroke-width='2.2' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M24 5 L36 22a12 12 0 1 1-24 0Z'/%3E%3C/svg%3E"); }
.obraje-icon--telecom   { --ob-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23000' stroke-width='2.2'%3E%3Ccircle cx='24' cy='24' r='4'/%3E%3Ccircle cx='24' cy='24' r='12'/%3E%3Ccircle cx='24' cy='24' r='20'/%3E%3C/svg%3E"); }
.obraje-icon--seguridad { --ob-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23000' stroke-width='2.2' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M24 4 L40 10v14c0 12-8 17-16 20-8-3-16-8-16-20V10Z'/%3E%3C/svg%3E"); }
.obraje-icon--iluminacion { --ob-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round'%3E%3Ccircle cx='24' cy='24' r='8'/%3E%3Cpath d='M24 4v6 M24 38v6 M4 24h6 M38 24h6 M10 10l4 4 M34 34l4 4 M38 10l-4 4 M14 34l-4 4'/%3E%3C/svg%3E"); }
.obraje-icon--comunal   { --ob-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23000' stroke-width='2.2'%3E%3Crect x='5' y='5' width='16' height='16'/%3E%3Crect x='27' y='5' width='16' height='16'/%3E%3Crect x='5' y='27' width='16' height='16'/%3E%3Crect x='27' y='27' width='16' height='16'/%3E%3C/svg%3E"); }
.obraje-icon--incendios { --ob-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23000' stroke-width='2.2' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M14 44h20 M18 44V20h12v24 M24 20V8 M14 12h20'/%3E%3C/svg%3E"); }
.obraje-icon--ambiente  { --ob-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23000' stroke-width='2.2' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M24 44c0-16 8-26 20-30 0 18-8 28-20 30Z M24 44C14 40 6 32 6 18c8 2 14 6 17 12'/%3E%3C/svg%3E"); }

/* ---------- 4. Galería ---------- */
.obraje-section--galeria { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 24px 40px; }
.obraje-section--galeria > .obraje-section__head { flex: 1 1 420px; margin-bottom: 0; }
.obraje-section--galeria > .obraje-galeria { display: contents; }
.obraje-galeria__filtros { flex: 0 1 auto; display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.obraje-section--galeria > .obraje-galeria > .obraje-rail-wrap { width: 100%; margin-top: 20px; }
.obraje-section--galeria > .obraje-cta-row { width: 100%; }
.obraje-chip, .obraje-tab { font-family: var(--ob-font); font-size: 20px; font-weight: 700; letter-spacing: -0.01em; padding: 14px 22px; cursor: pointer; border: 1px solid var(--ob-g400); background: #fff; color: var(--ob-g900); border-radius: 0; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.obraje-chip:hover, .obraje-tab:hover { border-color: #000; color: #000; }
.obraje-chip.is-active, .obraje-tab.is-active { background: #000; border-color: #000; color: #fff; }
.obraje-rail-wrap { position: relative; margin-top: 44px; }
.obraje-rail { display: flex; gap: 12px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; padding-bottom: 4px; scrollbar-width: thin; }
.obraje-rail__item { margin: 0; position: relative; overflow: hidden; flex: none; width: calc((100% - 54px) / 4.5); scroll-snap-align: start; }
.obraje-rail__item[hidden] { display: none; }
.obraje-rail__zoom { display: block; width: 100%; padding: 0; border: 0; background: #ddd; cursor: zoom-in; }
.obraje-rail__zoom img { width: 100%; height: clamp(220px, 19vw, 300px); object-fit: cover; display: block; transition: transform .6s var(--ob-ease); }
.obraje-rail__item:hover .obraje-rail__zoom img { transform: scale(1.06); }
.obraje-rail__item figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 14px 16px; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.78) 100%); color: #fff; font-size: 15px; font-weight: 700; letter-spacing: -0.01em; pointer-events: none; }
.obraje-rail__btn { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border: 0; background: rgba(0,0,0,.82); color: #fff; font-size: 21px; font-weight: 800; cursor: pointer; z-index: 2; transition: background .2s ease; }
.obraje-rail__btn:hover { background: var(--ob-red-deep); }
.obraje-rail__btn--prev { left: -8px; }
.obraje-rail__btn--next { right: -8px; }
.obraje-lightbox { position: fixed; inset: 0; z-index: 2000; background: rgba(0,0,0,.94); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; padding: 28px; }
.obraje-lightbox[hidden] { display: none; }
.obraje-lightbox img { max-width: 92vw; max-height: 78vh; width: auto; height: auto; object-fit: contain; background: #fff; }
.obraje-lightbox__caption { color: #fff; font-size: 17px; font-weight: 700; text-align: center; }
.obraje-lightbox__nav { display: flex; gap: 12px; }
.obraje-lightbox__nav button { font-family: var(--ob-font); width: 56px; height: 52px; border: 1px solid rgba(255,255,255,.4); background: none; color: #fff; font-size: 21px; font-weight: 800; cursor: pointer; border-radius: 0; }
.obraje-lightbox__nav button:hover { background: #fff; color: #000; }
.obraje-lightbox__nav .obraje-lightbox__close { width: auto; background: var(--ob-red-deep); border: 0; font-size: 16px; padding: 0 30px; }
.obraje-lightbox__nav .obraje-lightbox__close:hover { background: var(--ob-red-dark); color: #fff; }
body.obraje-lightbox-open { overflow: hidden; }

/* ---------- 5. Caso UMCO ---------- */
.obraje-caso { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); gap: clamp(36px, 4.5vw, 80px); align-items: center; }
.obraje-main .obraje-caso .obraje-h2 { color: #fff; margin-top: 20px; }
.obraje-caso__p { margin: 24px 0 36px; font-size: 19px; line-height: 1.55; font-weight: 500; max-width: 44ch; }
.obraje-video { position: relative; background: #111; }
.obraje-main .obraje-video__poster { margin: 0; }
.obraje-main .obraje-video__poster img { width: 100%; height: clamp(280px, 38vw, 460px); object-fit: cover; }
.obraje-video__play { position: absolute; inset: 0; width: 100%; border: 0; padding: 0; background: rgba(0,0,0,.28); cursor: pointer; display: flex; align-items: center; justify-content: center; }
.obraje-video__play span { width: 84px; height: 84px; background: var(--ob-grad); display: flex; align-items: center; justify-content: center; font-size: 21px; color: #fff; padding-left: 6px; transition: transform .3s var(--ob-ease); }
.obraje-video__play:hover span { transform: scale(1.06); }
.obraje-video iframe { width: 100%; height: clamp(280px, 38vw, 460px); border: 0; display: block; }

/* ---------- 6. Ubicación ---------- */
.obraje-ubi { display: flex; flex-wrap: wrap; gap: clamp(31px, 3vw, 48px); align-items: flex-start; }
.obraje-ubi__map { flex: 1 1 380px; min-width: 0; position: relative; cursor: zoom-in; }
.obraje-main .obraje-ubi__img { margin: 0; }
.obraje-ubi__map::after { content: "Ampliar mapa"; position: absolute; right: 12px; bottom: 12px; background: rgba(0,0,0,.78); color: #fff; font-size: 15px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 10px 16px; pointer-events: none; }
.obraje-ubi__data { flex: 1.35 1 420px; min-width: 0; }
.obraje-stats3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--ob-g200); border: 1px solid var(--ob-g200); }
.obraje-stat3 { background: #fff; padding: 28px 24px; }
.obraje-stat3__num { font-size: clamp(26px, 2.96vw, 38px); font-weight: 800; letter-spacing: -0.03em; line-height: 1; color: var(--ob-red-deep); font-variant-numeric: tabular-nums; }
.obraje-stat3__label { margin-top: 10px; font-size: 17px; font-weight: 700; line-height: 1.3; color: var(--ob-ink-soft); }
.obraje-tabs { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.obraje-tab { font-size: 19px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 13px 20px; }
.obraje-tabs--chips .obraje-tab { padding: 14px 22px; }
.obraje-tabs { margin-top: 24px; }
.obraje-tabpanel { margin-top: 8px; }
.obraje-tabpanel[hidden] { display: none; }
.obraje-destino { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: baseline; padding: 20px 0; border-bottom: 1px solid var(--ob-g200); }
.obraje-destino__nombre { font-size: 19px; font-weight: 700; letter-spacing: -0.01em; line-height: 1.3; }
.obraje-destino__km { margin-top: 5px; font-size: 17px; font-weight: 600; color: var(--ob-g600); }
.obraje-destino__tiempo { font-size: 23px; font-weight: 800; letter-spacing: -0.02em; color: var(--ob-red-deep); white-space: nowrap; }
.obraje-map-lightbox { position: fixed; inset: 0; z-index: 2000; background: rgba(0,0,0,.94); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; padding: 28px; cursor: zoom-out; }
.obraje-map-lightbox[hidden] { display: none; }
.obraje-map-lightbox img { max-width: 96vw; max-height: 82vh; width: auto; height: auto; object-fit: contain; background: #fff; }
.obraje-map-lightbox button { font-family: var(--ob-font); background: var(--ob-red-deep); color: #fff; border: 0; font-size: 16px; font-weight: 800; padding: 16px 30px; cursor: pointer; border-radius: 0; }

/* ---------- 7. Empresas ---------- */
.obraje-marquee { overflow: hidden; border: 1px solid var(--ob-g200); background: var(--ob-g200); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%); }
.obraje-marquee__track { display: flex; gap: 1px; width: max-content; animation: obraje-marquee 60s linear infinite; }
.obraje-marquee:hover .obraje-marquee__track { animation-play-state: paused; }
.obraje-empresa { --logo-h: 118px; width: 260px; flex: none; background: #fff; padding: 30px 26px 32px; display: flex; flex-direction: column; gap: 12px; transition: transform .35s ease, background .35s ease; }
.obraje-empresa:hover { transform: scale(1.04); background: #FAFAFA; }
.obraje-empresa__logo { height: var(--logo-h); width: auto; max-width: 100%; object-fit: contain; object-position: left; align-self: flex-start; }
.obraje-empresa__nombre { font-size: 18px; font-weight: 800; letter-spacing: -0.03em; color: var(--ob-ink-soft); }
.obraje-empresa__sector { font-size: 15px; line-height: 1.45; font-weight: 600; color: var(--ob-g700); }

/* ---------- 8. Zonificación ---------- */
.obraje-zon-cards { margin: 28px 0 32px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 1px; background: var(--ob-g200); border-top: 3px solid #000; }
.obraje-zon-card { background: #fff; padding: 28px; }
.obraje-zon-card:first-child { padding-left: 0; }
.obraje-zon-card__title { font-size: 20px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.15; }
.obraje-zon-card__text { margin-top: 12px; font-size: 17px; line-height: 1.45; font-weight: 500; color: var(--ob-g900); }
.obraje-zon-tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: 4px; }
.obraje-tile { background: var(--ob-g100); padding: 28px 26px; display: flex; flex-direction: column; gap: 8px; }
.obraje-tile__num { font-size: clamp(33px, 3.9vw, 46px); font-weight: 800; letter-spacing: -0.04em; line-height: .95; color: var(--ob-red-deep); }
.obraje-tile__label { font-size: 16px; font-weight: 800; line-height: 1.25; }
.obraje-tile--grad { background: var(--ob-grad); color: #fff; }
.obraje-tile--grad .obraje-tile__num { color: #fff; }
.obraje-zon-explain { margin-top: 4px; background: var(--ob-g100); padding: clamp(31px, 4vw, 44px); display: flex; flex-direction: column; gap: 28px; }
.obraje-zon-explain__title { font-size: clamp(21px, 2.34vw, 26px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.15; }
.obraje-zon-explain__text { margin-top: 12px; font-size: 19px; line-height: 1.5; font-weight: 500; color: var(--ob-g900); max-width: 62ch; }
.obraje-diagram { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 24px clamp(22px, 3vw, 44px); }
.obraje-diagram__step { flex: 1 1 200px; display: flex; flex-direction: column; gap: 18px; position: relative; }
.obraje-diagram__step::before { content: ""; display: block; width: 120px; height: 120px; border: 4px solid var(--ob-ink-soft); box-sizing: border-box; position: relative; }
.obraje-diagram__step--lote::before { background: #DDD; animation: obraje-lote 6s ease-in-out infinite; }
.obraje-diagram__step--cos::before { background: linear-gradient(0deg, var(--ob-orange) 0 75%, transparent 75%); animation: obraje-cos 6s ease-in-out infinite; }
.obraje-diagram__step--cos::after { content: "75%"; position: absolute; left: 0; top: 0; width: 120px; height: 120px; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 36px; box-sizing: border-box; font-size: 17px; font-weight: 800; color: #000; pointer-events: none; }
.obraje-diagram__step--pisos::before { width: 120px; height: 120px; border: 0; background: linear-gradient(0deg, #F77F00 0 26px, transparent 26px 31px, #FF6E1B 31px 57px, transparent 57px 62px, #FC4C03 62px 88px, transparent 88px 93px, #D73301 93px 119px, transparent 119px); animation: obraje-piso 6s ease-in-out infinite; }
.obraje-diagram__step + .obraje-diagram__step { padding-left: 40px; }
.obraje-diagram__step + .obraje-diagram__step::after { content: none; }
.obraje-diagram__step + .obraje-diagram__step .obraje-diagram__arrow, .obraje-diagram__step + .obraje-diagram__step { position: relative; }
.obraje-diagram__step + .obraje-diagram__step > .obraje-diagram__label::before { content: "→"; position: absolute; left: 0; top: 48px; font-size: 23px; font-weight: 800; color: var(--ob-g400); line-height: 1; }
.obraje-diagram__step--cos + .obraje-diagram__step--pisos::after { content: none; }
.obraje-diagram__label { font-size: 16px; font-weight: 600; color: var(--ob-g900); }
.obraje-diagram__value { font-size: 21px; font-weight: 800; letter-spacing: -0.02em; margin-top: -14px; }
.obraje-diagram__value--red { color: var(--ob-red-deep); }

/* ---------- 9. Terrenos ---------- */
.obraje-terrenos { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 20px; align-items: stretch; }
.obraje-terreno { background: #fff; border-top: 6px solid var(--ob-g400); padding: 34px 32px; display: flex; flex-direction: column; gap: 12px; }
.obraje-terreno--featured { border-top-color: var(--ob-red-deep); }
.obraje-main .obraje-terreno__title { font-size: 21px; }
.obraje-terreno__text { font-size: 19px; line-height: 1.5; font-weight: 500; color: var(--ob-g900); }
.obraje-section--terrenos .obraje-lead { max-width: 60ch; }

/* ---------- 10. Certificaciones ---------- */
.obraje-certs .obraje-tabs { margin-top: 0; }
.obraje-certs__panel { margin-top: 28px; border-top: 1px solid var(--ob-g200); border-bottom: 1px solid var(--ob-g200); padding: 28px 0; display: flex; flex-wrap: wrap; gap: 40px; }
.obraje-cert { width: 230px; flex: none; display: flex; flex-direction: column; gap: 12px; }
.obraje-cert__sello { position: relative; height: 110px; background: #fff; box-shadow: 0 0 0 1px var(--ob-g200); display: flex; align-items: center; justify-content: center; padding: 10px; box-sizing: border-box; }
.obraje-cert__sello img { max-height: 90px; width: auto; object-fit: contain; }
.obraje-cert__nombre { font-size: 15px; font-weight: 800; letter-spacing: -0.01em; line-height: 1.3; }
.obraje-cert__sub { margin-top: 3px; font-size: 15px; font-weight: 600; color: var(--ob-g600); line-height: 1.35; }

/* ---------- 11. FAQ ---------- */
.obraje-faq { margin-top: 12px; border-top: 1px solid var(--ob-g200); }
.obraje-faq__item { border-bottom: 1px solid var(--ob-g200); }
.obraje-faq__item summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 24px 0; cursor: pointer; font-family: var(--ob-font); }
.obraje-faq__item summary::-webkit-details-marker { display: none; }
.obraje-faq__item summary:hover { color: var(--ob-red-deep); }
.obraje-faq__q { font-size: 20px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.25; }
.obraje-faq__signo { flex: none; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 800; line-height: 1; color: var(--ob-red-deep); }
.obraje-faq__signo::before { content: "+"; }
.obraje-faq__item[open] .obraje-faq__signo::before { content: "−"; }
.obraje-faq__a { padding: 0 0 28px; max-width: 82ch; font-size: 17px; line-height: 1.6; font-weight: 500; color: var(--ob-g900); }
.obraje-faq__a p { margin: 0 0 12px; }
.obraje-faq__a p:last-child { margin-bottom: 0; }
.obraje-faq__a a { font-weight: 700; border-bottom: 1px solid currentColor; }

/* ---------- 12. Contacto ---------- */
.obraje-contact-cards { margin-top: 56px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr)); gap: 20px; }
.obraje-contact-card { padding: 38px 34px 34px; display: flex; flex-direction: column; gap: 14px; min-height: 240px; justify-content: space-between; cursor: pointer; transition: opacity .25s ease, background .25s ease; }
.obraje-contact-card--grad { background: var(--ob-grad); color: #fff; }
.obraje-contact-card--grad:hover { opacity: .93; }
.obraje-contact-card--white { background: #fff; color: #000; }
.obraje-contact-card--white:hover { background: var(--ob-g100); }
.obraje-contact-card__kicker { font-size: 15px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.85); }
.obraje-contact-card--white .obraje-contact-card__kicker { color: var(--ob-red-deep); }
.obraje-contact-card__big { font-size: clamp(26px, 2.65vw, 35px); font-weight: 800; letter-spacing: -0.03em; line-height: 1; margin-top: auto; }
.obraje-contact-card__big--sm { font-size: clamp(18px, 1.72vw, 24px); letter-spacing: -0.02em; line-height: 1.1; word-break: break-word; }
.obraje-main .obraje-contact-card__big a, .obraje-main .obraje-contact-card__cta a { color: inherit; }
.obraje-contact-card__cta { font-size: 17px; font-weight: 700; }
.obraje-contact-card__cta--soft { font-weight: 600; color: var(--ob-g900); }
.obraje-visit { margin-top: 20px; background: rgba(255,255,255,.07); padding: 34px; display: flex; flex-wrap: wrap; gap: 26px 60px; align-items: baseline; }
.obraje-visit__main { flex: 1 1 340px; }
.obraje-visit__kicker { font-size: 15px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--ob-orange); }
.obraje-visit__address { margin-top: 12px; font-size: 21px; font-weight: 700; letter-spacing: -0.01em; color: #fff; line-height: 1.3; }
.obraje-visit__note { flex: 0 1 auto; font-size: 17px; font-weight: 600; color: rgba(255,255,255,.7); }
.obraje-section--contacto { padding-bottom: clamp(72px, 9vw, 120px); }

/* ---------- Footer ---------- */
.obraje-footer { background: #000; border-top: 1px solid rgba(255,255,255,.14); color: #fff; font-family: var(--ob-font); }
.obraje-footer__grid { max-width: var(--ob-max); margin: 0 auto; padding: clamp(56px, 7vw, 80px) var(--ob-pad) 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr)); gap: 44px 40px; align-items: start; }
.obraje-footer__brand img { height: 38px; width: auto; display: block; filter: brightness(0) invert(1); }
.obraje-footer__brand p { margin: 26px 0 0; font-size: 16px; line-height: 1.6; font-weight: 500; color: rgba(255,255,255,.62); max-width: 42ch; }
.obraje-footer__title { font-size: 15px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ob-orange); }
.obraje-footer__links, .obraje-footer__legal { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 11px; }
.obraje-footer__links li { margin: 0; }
.obraje-footer__links a { font-size: 16px; font-weight: 600; color: rgba(255,255,255,.78); text-decoration: none; }
.obraje-footer__links a:hover { color: var(--ob-orange); }
.obraje-footer__contact { font-style: normal; margin-top: 18px; display: grid; gap: 11px; }
.obraje-footer__contact span, .obraje-footer__contact a { font-size: 16px; font-weight: 600; color: rgba(255,255,255,.78); text-decoration: none; }
.obraje-footer__contact a:hover { color: var(--ob-orange); }
.obraje-footer__contact .obraje-footer__web { font-weight: 700; color: var(--ob-orange); }
.obraje-footer__bottom { max-width: var(--ob-max); margin: 0 auto; padding: 28px var(--ob-pad) 44px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; align-items: center; }
.obraje-footer__bottom > span { font-size: 15px; font-weight: 600; color: rgba(255,255,255,.5); }
.obraje-footer__legal { margin: 0; display: flex; gap: 26px; flex-wrap: wrap; }
.obraje-footer__legal a { font-size: 15px; font-weight: 600; color: rgba(255,255,255,.5); text-decoration: none; }
.obraje-footer__legal a:hover { color: var(--ob-orange); }

/* ---------- WhatsApp flotante ---------- */
.obraje-wa-float { position: fixed; right: clamp(16px, 2.5vw, 28px); bottom: clamp(16px, 2.5vw, 28px); z-index: 90; display: flex; align-items: center; gap: 12px; background: #25D366; color: #fff; padding: 14px 20px 14px 16px; box-shadow: 0 10px 30px rgba(0,0,0,.28); font-family: var(--ob-font); font-size: 16px; font-weight: 800; letter-spacing: -0.01em; text-decoration: none; white-space: nowrap; transition: background .2s ease; }
.obraje-wa-float:hover { background: #1EBE5B; color: #fff; }

/* ---------- Animaciones (solo las del diseño) ---------- */
@keyframes obraje-hero { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes obraje-rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
@keyframes obraje-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes obraje-lote { 0%, 8% { opacity: 0; } 18%, 100% { opacity: 1; } }
@keyframes obraje-cos { 0%, 20% { transform: scaleY(0); } 34%, 100% { transform: scaleY(1); } }
@keyframes obraje-piso { 0%, 40% { opacity: 0; transform: translateY(10px); } 52%, 100% { opacity: 1; transform: translateY(0); } }
.obraje-main .obraje-hero__title { animation: obraje-hero .9s var(--ob-ease) both; }
.obraje-hero__lead { animation: obraje-hero .9s var(--ob-ease) .18s both; }
.obraje-hero__cta { animation: obraje-hero .9s var(--ob-ease) .36s both; }
.obraje-hero__stats { animation: obraje-hero .9s var(--ob-ease) .5s both; }
.obraje-diagram__step--cos::before { transform-origin: bottom; }
@supports (animation-timeline: view()) {
	.obraje-infra__card { animation: obraje-rise 1s ease-out both; animation-timeline: view(); animation-range: entry 8% cover 26%; }
}
@media (prefers-reduced-motion: reduce) {
	.obraje *, .obraje *::before, .obraje *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
	.obraje-marquee { -webkit-mask-image: none; mask-image: none; overflow-x: auto; }
	.obraje-marquee__track { width: max-content; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1280px) {
	.obraje-nav__list a { font-size: 15px; }
	.obraje-header__logo img { height: 56px; }
}
@media (max-width: 1024px) {
	:root { --ob-header-h: 64px; }
	.obraje-header__inner { min-height: 64px; padding-top: 8px; padding-bottom: 8px; flex-wrap: wrap; gap: 8px 12px; }
	.obraje-header__logo { flex: 1 1 auto; min-width: 0; }
	.obraje-header__logo img { height: 46px; max-width: 100%; object-fit: contain; object-position: left; }
	.obraje-header__actions { margin-left: auto; gap: 10px; }
	.obraje-header__crm { display: none; }
	.obraje-header__cta { padding: 11px 14px; font-size: 15px; }
	.obraje-nav-toggle { display: flex; }
	.obraje-nav { display: none; order: 3; width: 100%; margin-left: 0; flex-direction: column; align-items: stretch; gap: 0; border-top: 1px solid var(--ob-g200); padding: 12px 0 8px; }
	.obraje-nav.is-open { display: flex; }
	.obraje-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
	.obraje-nav__list a { display: block; padding: 12px 0; font-size: 17px; border-bottom: 1px solid var(--ob-g100); }
	.obraje-nav__crm { display: inline-flex; align-self: flex-start; margin-top: 14px; }
	.obraje-hero__content { grid-template-columns: 1fr; align-items: start; }
	.obraje-hero__stats { justify-self: stretch; max-width: none; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.obraje-hero__cta.wp-block-buttons { margin-bottom: 32px; }
	.obraje-rail__item { width: calc((100% - 24px) / 2.5); }
	.obraje-benefit { padding-left: 24px; padding-right: 24px; }
	.obraje-benefit:first-child { padding-left: 0; }
	.obraje-galeria__filtros { justify-content: flex-start; }
}
@media (max-width: 640px) {
	.obraje-header__inner { padding-left: 16px; padding-right: 16px; }
	.obraje-header__logo img { height: 38px; }
	.obraje-header__cta { padding: 10px 12px; font-size: 14px; }
	.obraje-nav-toggle { width: 42px; height: 42px; }
	.obraje-section__head--split { padding-bottom: 28px; }
	.obraje-hero { min-height: min(680px, 92vh); }
	.obraje-hero__content { padding-top: 88px; }
	.obraje-hero__lead { margin-top: 20px; }
	.obraje-main .obraje-btn--lg .wp-block-button__link { padding: 18px 22px; font-size: 15px; width: 100%; }
	.obraje-hero__cta.wp-block-buttons { margin-top: 28px; }
	.obraje-benefits { grid-template-columns: 1fr; }
	.obraje-benefit { padding: 32px 0 36px; border-right: 0; border-bottom: 1px solid var(--ob-g200); }
	.obraje-benefit:last-child { border-bottom: 0; }
	.obraje-rail__item { width: 82%; }
	.obraje-rail__btn { display: none; }
	.obraje-chip, .obraje-tab { font-size: 15px; padding: 10px 14px; }
	.obraje-stats3 { grid-template-columns: 1fr; }
	.obraje-destino__tiempo { font-size: 19px; }
	.obraje-empresa { width: 220px; }
	.obraje-zon-card:first-child { padding-left: 28px; }
	.obraje-cert { width: 100%; }
	.obraje-certs__panel { gap: 28px; }
	.obraje-diagram__step + .obraje-diagram__step { padding-left: 0; }
	.obraje-diagram__step + .obraje-diagram__step > .obraje-diagram__label::before { content: none; }
	.obraje-contact-card { min-height: 0; }
	.obraje-main .obraje-hero__title br { display: none; }
	.obraje-contact-card__big--sm { font-size: 17px; overflow-wrap: anywhere; }
	.obraje-wa-float { padding: 12px 16px 12px 14px; font-size: 15px; }
	.obraje-wa-float svg { width: 22px; height: 22px; }
	.obraje-footer__bottom { padding-bottom: 96px; }
	.obraje-section--contacto { padding-bottom: 80px; }
}

/* ---------- Editor de bloques ---------- */
.editor-styles-wrapper .obraje-hero { min-height: 560px; }
.editor-styles-wrapper .obraje-hero__bg { z-index: 0; }
.editor-styles-wrapper .obraje-hero__content { position: relative; z-index: 2; }
.editor-styles-wrapper .obraje-galeria, .editor-styles-wrapper .obraje-block-placeholder { display: block; }
.editor-styles-wrapper .obraje-section--galeria { display: block; }
