:root {
  --ink: #101014;
  --ink-soft: #29272c;
  --paper: #ffffff;
  --mist: #f4f1f3;
  --line: #ddd7dc;
  --brand: #d5006e;
  --brand-dark: #a90058;
  --brand-light: #fde3f0;
  --success: #16815d;
  --shadow: 0 24px 64px rgba(16, 16, 20, .12);
  --radius: 22px;
  --shell: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
html.nav-open, body.nav-open { overflow: hidden; overscroll-behavior: none; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
main a:focus-visible, footer a:focus-visible, header a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #ffafd8; outline-offset: 4px; }
p { margin: 0 0 1.15rem; }
h1, h2, h3, h4 { margin: 0 0 .7em; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7vw, 6.6rem); }
h2 { font-size: clamp(2.25rem, 4.5vw, 4.2rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.8rem); }
::selection { background: var(--brand); color: #fff; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.content-narrow { max-width: 820px; }
.site-main { overflow: hidden; }
.section { padding: clamp(74px, 10vw, 140px) 0; }
.section-muted { background: var(--mist); }
.section-dark { color: #fff; background: var(--ink); }
.section-intro { margin-bottom: 72px; }
.eyebrow { margin-bottom: 18px; color: var(--brand); font-size: .76rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow-light { color: #ffd0e7; }
.prose { color: #4c4850; }
.prose > *:first-child { margin-top: 0; }
.prose > *:last-child { margin-bottom: 0; }
.prose h2, .prose h3 { color: var(--ink); margin-top: 1.8em; }
.prose ul, .prose ol { padding-left: 1.25em; }
.prose-large { font-size: clamp(1.1rem, 1.8vw, 1.35rem); }
.split-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(44px, 8vw, 112px); align-items: start; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 58px; }
.section-heading > div { max-width: 800px; }
.section-heading h2 { margin-bottom: 0; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; white-space: nowrap; }
.screen-reader-text:focus { clip: auto !important; width: auto; height: auto; left: 12px; top: 12px; z-index: 99999; padding: 12px 16px; background: #fff; color: #000; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 9px; padding: 13px 24px; border: 1px solid var(--brand); border-radius: 999px; color: #fff; background: var(--brand); font-size: .92rem; font-weight: 800; line-height: 1; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--brand-dark); border-color: var(--brand-dark); }
.button-small { min-height: 44px; padding: 10px 18px; font-size: .82rem; }
.button-light { color: var(--ink); background: #fff; border-color: #fff; }
.button-light:hover, .button-light:focus-visible { color: #fff; background: transparent; border-color: #fff; }
.button-outline { color: var(--ink); background: transparent; border-color: #aaa1a8; }
.button-outline:hover, .button-outline:focus-visible { color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 800; }
.text-link::after { content: "→"; color: var(--brand); transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(5px); }
.text-link-light { color: #fff; }
.text-link-light::after { color: #fff; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1200; color: var(--ink); background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(16,16,20,.08); box-shadow: 0 8px 30px rgba(16,16,20,.06); transition: background .25s ease, color .25s ease, box-shadow .25s ease; }
.admin-bar .site-header { top: 32px; }
.utility-bar { color: rgba(255,255,255,.78); background: rgba(10,9,11,.76); border-bottom: 1px solid rgba(255,255,255,.1); }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 28px; font-size: .69rem; font-weight: 750; letter-spacing: .035em; }
.utility-inner p { margin: 0; }
.utility-inner > div { display: flex; align-items: center; gap: 24px; }
.utility-inner a { transition: color .2s ease; }
.utility-inner a:hover { color: #fff; }
.site-header.is-scrolled, body:not(.is-front-page) .site-header { color: var(--ink); background: rgba(255,255,255,.985); box-shadow: 0 10px 35px rgba(16,16,20,.09); border-color: transparent; }
.site-header.is-scrolled .utility-bar, body:not(.is-front-page) .site-header .utility-bar { color: rgba(255,255,255,.76); background: var(--ink); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; min-width: 285px; }
.custom-logo-link { display: flex; align-items: center; }
.custom-logo, .brand-logo-horizontal { width: min(315px, 27vw); max-height: 64px; object-fit: contain; object-position: left center; }
.brand-logo-stacked { width: min(100%, 320px); height: auto; }
.primary-nav, .nav-list { display: flex; align-items: center; }
.primary-nav { gap: 21px; }
.nav-list { gap: 20px; margin: 0; padding: 0; list-style: none; }
.nav-list a { position: relative; font-size: .86rem; font-weight: 750; }
.nav-list a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--brand); transition: right .2s ease; }
.nav-list a:hover::after, .nav-list .current-menu-item > a::after { right: 0; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; color: inherit; background: rgba(127,127,127,.12); padding: 12px; cursor: pointer; }
.nav-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: currentColor; transform-origin: center; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: min(900px, 100svh); display: flex; align-items: end; color: #fff; background: #171519; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: var(--hero-image); background-position: center; background-size: cover; background-attachment: fixed; opacity: 1; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,8,10,.94) 0%, rgba(9,8,10,.76) 42%, rgba(9,8,10,.18) 78%, rgba(9,8,10,.08) 100%), linear-gradient(to top, rgba(9,8,10,.46), transparent 58%); }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, #000, transparent 75%); }
.hero-inner { position: relative; z-index: 2; padding-top: 205px; padding-bottom: clamp(66px, 9vw, 115px); display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 50px; align-items: end; }
.hero-copy { max-width: 920px; }
.hero h1 { max-width: 1040px; margin-bottom: 28px; font-size: clamp(3.25rem, 6.1vw, 6.15rem); }
.hero h1 em { color: #f5b2d4; font-family: Georgia, serif; font-weight: 400; letter-spacing: -.055em; }
.hero-lead { max-width: 680px; margin-bottom: 36px; color: rgba(255,255,255,.82); font-size: clamp(1.08rem, 1.7vw, 1.34rem); }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.hero .text-link { color: #fff; }
.hero-proof { padding: 24px 0 0 24px; border-left: 1px solid rgba(255,255,255,.28); }
.hero-proof > span { color: #f5b2d4; font-size: .72rem; font-weight: 900; letter-spacing: .18em; }
.hero-proof p { margin: 8px 0 0; color: rgba(255,255,255,.72); font-size: .86rem; }

.trust-strip { color: #fff; background: var(--ink); border-top: 1px solid rgba(255,255,255,.12); }
.trust-strip-grid { min-height: 120px; display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-strip-grid > div { display: flex; flex-direction: column; justify-content: center; padding: 24px 34px; border-left: 1px solid rgba(255,255,255,.12); }
.trust-strip-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.trust-strip strong { margin-bottom: 4px; color: #fff; font-size: .9rem; }
.trust-strip span { color: rgba(255,255,255,.62); font-size: .75rem; }

.intro-section h2 { max-width: 690px; }
.intro-story-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: clamp(48px, 8vw, 118px); align-items: center; }
.intro-story-copy > p:not(.eyebrow) { max-width: 680px; color: #4c4850; font-size: clamp(1.03rem, 1.5vw, 1.2rem); }
.intro-story-visual { position: relative; min-height: 660px; overflow: hidden; display: flex; align-items: end; padding: 34px; border-radius: calc(var(--radius) + 8px); background-image: linear-gradient(to top, rgba(9,8,10,.72), transparent 52%), var(--hero-image); background-position: center; background-size: cover; box-shadow: var(--shadow); }
.intro-story-visual::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.34); border-radius: calc(var(--radius) - 2px); pointer-events: none; }
.visual-caption { position: relative; z-index: 1; max-width: 310px; padding: 20px 22px; color: #fff; background: rgba(12,11,13,.82); border-left: 3px solid var(--brand); }
.visual-caption strong, .visual-caption span { display: block; }
.visual-caption strong { margin-bottom: 4px; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.visual-caption span { color: rgba(255,255,255,.7); font-size: .78rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.service-card { overflow: hidden; background: #fff; border-radius: var(--radius); box-shadow: 0 1px 0 rgba(16,16,20,.08); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-media { position: relative; min-height: 320px; display: block; background: linear-gradient(145deg, #312631, #76003d); overflow: hidden; }
.service-media::before { content: ""; position: absolute; inset: 0; background: var(--card-image) center/cover; transition: transform .5s ease; }
.service-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(16,16,20,.66), transparent 55%); }
.service-media.is-placeholder::before, .service-row-media.is-placeholder::before { background-image: repeating-linear-gradient(135deg, transparent 0 24px, rgba(255,255,255,.05) 24px 25px); }
.service-card:hover .service-media::before { transform: scale(1.04); }
.service-media span { position: absolute; z-index: 2; left: 24px; bottom: 20px; color: #fff; font-weight: 900; }
.service-card-icon, .service-row-icon { position: absolute; z-index: 3; display: grid; place-items: center; color: #fff; background: rgba(12,11,13,.72); border: 1px solid rgba(255,255,255,.36); backdrop-filter: blur(8px); }
.service-card-icon { top: 20px; right: 20px; width: 58px; height: 58px; border-radius: 50%; }
.service-card-icon svg, .service-row-icon svg, .page-service-icon svg, .editorial-icon svg, .area-card-icon svg, .contact-card-icon svg { width: 55%; height: 55%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-content { padding: 28px; }
.service-content h3 { margin-bottom: 12px; }
.service-content > p { margin: 0; color: #625d64; font-size: .94rem; }
.service-content .text-link { margin-top: 22px; font-size: .87rem; }
.service-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0 0; padding: 0; list-style: none; }
.service-tags li { padding: 6px 9px; border-radius: 999px; color: #615a61; background: var(--mist); font-size: .67rem; font-weight: 750; }

.value-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin: 0; padding: 0; list-style: none; }
.value-grid > article, .value-grid > li { min-height: 280px; padding: clamp(28px, 4vw, 46px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.value-grid > article > span, .value-grid > li > span { display: block; margin-bottom: 55px; color: var(--brand); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.value-grid h3 { font-size: clamp(1.45rem, 2.3vw, 2rem); }
.value-grid p { margin-bottom: 0; color: #625d64; font-size: .92rem; }

.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.project-card-media { min-height: 340px; display: grid; place-items: center; overflow: hidden; border-radius: var(--radius); background: #231f24; }
.project-card-media img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; transition: transform .5s ease; }
.project-card-media span { color: #fff; font-size: .8rem; font-weight: 900; letter-spacing: .18em; }
.project-card:hover .project-card-media img { transform: scale(1.04); }
.project-card-content { padding: 21px 8px 0; }
.project-card-content h3 { margin: 0; }
.project-meta { margin-bottom: 8px; color: var(--brand); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.empty-projects { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.empty-visual { min-height: 360px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, #1a181b, #5d164b); }
.empty-visual span { padding: 10px 16px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.empty-projects > div:last-child { padding: clamp(34px, 6vw, 70px); align-self: center; }
.section-cta { margin: 46px 0 0; text-align: center; }

.reviews-section { position: relative; overflow: hidden; background: #fff; }
.reviews-section::before { content: ""; position: absolute; width: 560px; height: 560px; left: -310px; top: -280px; border: 110px solid var(--brand-light); border-radius: 50%; opacity: .7; pointer-events: none; }
.reviews-section > .shell { position: relative; z-index: 1; }
.reviews-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .43fr); gap: clamp(45px, 8vw, 110px); align-items: end; margin-bottom: 52px; }
.reviews-copy { max-width: 780px; }
.reviews-copy > p:last-child { max-width: 680px; margin-bottom: 0; color: #5d5860; font-size: clamp(1rem, 1.5vw, 1.18rem); }
.google-rating-card { position: relative; overflow: hidden; min-height: 285px; padding: 32px; color: #fff; background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }
.google-rating-card::after { content: ""; position: absolute; width: 170px; height: 170px; right: -72px; bottom: -88px; border: 32px solid rgba(213,0,110,.42); border-radius: 50%; }
.google-rating-brand { position: relative; z-index: 1; display: flex; align-items: center; gap: 10px; margin-bottom: 28px; }
.google-rating-brand > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: #fff; background: conic-gradient(from 45deg, #4285f4 0 25%, #34a853 0 50%, #fbbc05 0 75%, #ea4335 0); font-size: 1rem; font-weight: 900; }
.google-rating-brand strong { font-size: .9rem; letter-spacing: .02em; }
.google-rating-number { position: relative; z-index: 1; display: block; margin-bottom: 2px; font-size: clamp(3.2rem, 5vw, 4.4rem); line-height: .95; letter-spacing: -.06em; }
.google-rating-card .review-stars { margin: 9px 0 6px; }
.google-rating-card > p { position: relative; z-index: 1; margin: 0 0 20px; color: rgba(255,255,255,.64); font-size: .78rem; }
.google-rating-card .text-link { position: relative; z-index: 1; color: #fff; font-size: .82rem; }
.reviews-carousel { --reviews-gap: 22px; --reviews-per-view: 3; position: relative; }
.reviews-viewport { overflow-x: auto; padding: 8px 3px 30px; margin: -8px -3px -30px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }
.reviews-viewport::-webkit-scrollbar { display: none; }
.reviews-viewport:focus-visible { outline: 3px solid rgba(213,0,110,.28); outline-offset: 7px; border-radius: var(--radius); }
.reviews-track { display: flex; gap: var(--reviews-gap); }
.review-card { min-width: 0; min-height: 390px; flex: 0 0 calc((100% - (var(--reviews-gap) * (var(--reviews-per-view) - 1))) / var(--reviews-per-view)); display: flex; flex-direction: column; padding: clamp(27px, 3vw, 38px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 16px 46px rgba(16,16,20,.07); scroll-snap-align: start; scroll-snap-stop: always; }
.review-card-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.review-stars { color: #f5a800; line-height: 1; letter-spacing: .12em; }
.review-stars span { font-size: 1.03rem; }
.review-source { color: #777179; font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.review-card blockquote { margin: 0; }
.review-card blockquote p { color: #38343a; font-family: Georgia, serif; font-size: clamp(1.08rem, 1.7vw, 1.28rem); line-height: 1.55; }
.review-author { display: flex; align-items: center; gap: 13px; margin-top: auto; padding-top: 28px; border-top: 1px solid var(--line); }
.review-avatar { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(145deg, var(--brand), #81104b); font-size: .84rem; font-weight: 900; }
.review-author strong, .review-author span { display: block; }
.review-author strong { font-size: .84rem; }
.review-author div > span { margin-top: 2px; color: #7a747b; font-size: .7rem; }
.reviews-controls { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 26px; }
.reviews-controls[hidden] { display: none; }
.reviews-arrows { display: flex; gap: 10px; }
.reviews-arrow { width: 46px; height: 46px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: #fff; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, opacity .2s ease; }
.reviews-arrow svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.reviews-arrow:hover:not(:disabled), .reviews-arrow:focus-visible { color: #fff; background: var(--brand); border-color: var(--brand); }
.reviews-arrow:focus-visible { outline: 3px solid rgba(213,0,110,.25); outline-offset: 3px; }
.reviews-arrow:disabled { opacity: .3; cursor: default; }
.reviews-dots { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.reviews-dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: #d3ccd1; cursor: pointer; transition: width .2s ease, border-radius .2s ease, background .2s ease; }
.reviews-dot[aria-current="true"] { width: 28px; border-radius: 999px; background: var(--brand); }
.reviews-dot:focus-visible { outline: 3px solid rgba(213,0,110,.25); outline-offset: 3px; }
.reviews-cta { display: flex; align-items: center; justify-content: space-between; gap: 26px; margin-top: 34px; padding: 26px 30px; border-radius: var(--radius); background: var(--mist); }
.reviews-cta p { margin: 0; font-weight: 800; }

.process-section { position: relative; overflow: hidden; background: #111; }
.process-section::after { content: ""; position: absolute; width: 440px; height: 440px; right: -180px; top: -180px; border: 90px solid rgba(213,0,110,.2); border-radius: 50%; }
.process-backdrop { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(9,8,10,.92), rgba(9,8,10,.7)), var(--hero-image); background-size: cover; background-position: center; background-attachment: fixed; opacity: .92; }
.process-section > .shell { position: relative; z-index: 1; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.16); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.process-list > li > span { color: #e8b0d3; font-size: .78rem; font-weight: 900; }
.process-list h3 { margin-bottom: 6px; }
.process-list p { margin: 0; color: rgba(255,255,255,.68); font-size: .94rem; }

.area-panel { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 70px; padding-top: clamp(42px, 6vw, 75px); padding-bottom: clamp(42px, 6vw, 75px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.area-panel > div:first-child { max-width: 570px; }
.area-photo { position: relative; min-height: 420px; overflow: hidden; display: flex; align-items: end; padding: 28px; border-radius: calc(var(--radius) + 4px); color: #fff; background-image: linear-gradient(to top, rgba(9,8,10,.82), transparent 62%), var(--hero-image); background-size: cover; background-position: center; box-shadow: var(--shadow); }
.area-photo::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.34); border-radius: calc(var(--radius) - 3px); }
.area-photo-route { position: relative; z-index: 1; width: 100%; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 16px 18px; background: rgba(12,11,13,.82); }
.area-photo-route b { font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.area-photo-route i { position: relative; flex: 1; max-width: 80px; height: 1px; background: linear-gradient(to right, #fff, var(--brand)); }

.page-hero { position: relative; min-height: 650px; display: flex; align-items: end; color: #fff; background: linear-gradient(135deg, #171518, #591345); }
.page-hero::before { content: ""; position: absolute; inset: 0; background-image: var(--hero-image); background-size: cover; background-position: center; background-attachment: fixed; opacity: 1; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,9,11,.94) 0%, rgba(10,9,11,.74) 46%, rgba(10,9,11,.18) 82%), linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: auto, 72px 72px, 72px 72px; }
.services-hero .page-hero-overlay { background: linear-gradient(90deg, rgba(22,18,20,.95), rgba(67,40,42,.55) 54%, rgba(23,16,17,.18)); }
.service-hero-albanileria .page-hero-overlay { background: linear-gradient(90deg, rgba(17,17,18,.96), rgba(70,64,60,.58) 55%, rgba(22,20,20,.16)); }
.service-hero-reformas-integrales .page-hero-overlay { background: linear-gradient(90deg, rgba(13,17,15,.95), rgba(42,56,45,.57) 54%, rgba(14,17,15,.14)); }
.service-hero-cocinas-y-banos .page-hero-overlay { background: linear-gradient(90deg, rgba(27,19,16,.95), rgba(83,58,42,.48) 55%, rgba(25,18,14,.12)); }
.about-hero .page-hero-overlay { background: linear-gradient(90deg, rgba(16,14,13,.95), rgba(66,52,42,.5) 56%, rgba(18,15,13,.12)); }
.area-hero .page-hero-overlay { background: linear-gradient(90deg, rgba(22,15,11,.94), rgba(91,58,31,.42) 56%, rgba(27,17,10,.12)); }
.page-hero-contact .page-hero-overlay { background: linear-gradient(90deg, rgba(16,15,16,.96), rgba(60,50,49,.54) 56%, rgba(22,20,20,.14)); }
.page-hero-inner { position: relative; z-index: 1; padding-top: 225px; padding-bottom: 82px; }
.page-hero-inner h1 { max-width: 980px; }
.page-hero-inner > p:last-child { max-width: 680px; color: rgba(255,255,255,.76); font-size: 1.15rem; }
.page-hero-actions { margin-top: 30px; }
.page-service-icon { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; color: #fff; background: rgba(12,11,13,.58); border: 1px solid rgba(255,255,255,.38); backdrop-filter: blur(10px); }
.page-service-icon svg { width: 40px; height: 40px; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-bottom: 32px; color: rgba(255,255,255,.7); font-size: .73rem; }
.breadcrumbs a { color: #fff; font-weight: 750; }
.breadcrumbs a:hover { text-decoration: underline; text-underline-offset: 4px; }
.breadcrumbs span[aria-hidden] { color: var(--brand-light); }
.page-hero-compact { min-height: 400px; }
.service-list { display: grid; gap: 42px; }
.service-row { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(36px, 7vw, 100px); align-items: center; padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.service-row.is-reverse .service-row-media { order: 2; }
.service-row-media { position: relative; min-height: 380px; display: block; overflow: hidden; border-radius: var(--radius); background: #2b2029; }
.service-row-media::before { content: ""; position: absolute; inset: 0; background: var(--card-image) center/cover; transition: transform .55s ease; }
.service-row-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,9,11,.62), transparent 58%); }
.service-row:hover .service-row-media::before { transform: scale(1.035); }
.service-row-media span { position: absolute; left: 24px; bottom: 20px; z-index: 2; color: #fff; font-weight: 900; }
.service-row-icon { top: 22px; right: 22px; width: 64px; height: 64px; border-radius: 18px; }
.service-row p { color: #625d64; }
.service-row .eyebrow { color: var(--brand); margin-bottom: 12px; }
.service-fit-panel { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(40px, 8vw, 110px); align-items: center; }
.service-fit-panel h2 { margin: 0; }
.service-fit-panel .button { margin-top: 12px; }

.scope-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.scope-card { min-height: 275px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.scope-card > span { display: block; margin-bottom: 52px; color: var(--brand); font-size: .72rem; font-weight: 900; }
.scope-card h3 { font-size: 1.45rem; }
.scope-card p { margin: 0; color: #625d64; font-size: .9rem; }
.scope-note { max-width: 880px; margin: 32px 0 0; padding-left: 18px; border-left: 3px solid var(--brand); color: #5f5960; font-size: .9rem; }
.service-method-panel { display: grid; grid-template-columns: minmax(0, .82fr) minmax(280px, .85fr) minmax(0, .72fr); gap: clamp(34px, 5vw, 72px); align-items: center; padding: clamp(30px, 4.5vw, 62px); border: 1px solid var(--line); border-radius: calc(var(--radius) + 8px); }
.service-method-panel > div > p:not(.eyebrow) { color: #5c565d; }
.service-method-visual { min-height: 540px; border-radius: var(--radius); background-image: linear-gradient(to top, rgba(10,9,11,.34), transparent 48%), var(--hero-image); background-size: cover; background-position: center; box-shadow: 0 20px 45px rgba(16,16,20,.12); }
.compact-process { margin: 0; padding: 0; list-style: none; }
.compact-process li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.compact-process li:last-child { border-bottom: 1px solid var(--line); }
.compact-process > li > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--brand); font-size: .75rem; font-weight: 900; }
.compact-process strong { display: block; margin-bottom: 4px; }
.compact-process p { margin: 0; color: #6b656c; font-size: .86rem; }
.prose-light { color: rgba(255,255,255,.73); }
.prose-light p { color: inherit; }
.related-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); gap: clamp(40px, 8vw, 100px); align-items: end; }
.related-links { border-top: 1px solid var(--line); }
.related-links a { display: flex; justify-content: space-between; gap: 20px; padding: 22px 4px; border-bottom: 1px solid var(--line); font-weight: 800; }
.related-links a strong { color: var(--brand); transition: transform .2s ease; }
.related-links a:hover strong { transform: translateX(5px); }

.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; display: flex; justify-content: space-between; gap: 24px; padding: 24px 2px; cursor: pointer; list-style: none; font-weight: 800; line-height: 1.35; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { position: relative; flex: 0 0 26px; width: 26px; height: 26px; border-radius: 50%; background: var(--mist); }
.faq-item summary span::before, .faq-item summary span::after { content: ""; position: absolute; inset: 50% auto auto 50%; width: 10px; height: 2px; background: var(--brand); transform: translate(-50%, -50%); }
.faq-item summary span::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s ease; }
.faq-item[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }
.faq-item > div { padding: 0 44px 22px 2px; color: #625d64; font-size: .94rem; }
.faq-item > div p { margin: 0; }

.editorial-panel { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(45px, 8vw, 105px); align-items: center; }
.editorial-visual { min-height: 620px; display: flex; align-items: end; padding: 35px; border-radius: var(--radius); color: #fff; background: linear-gradient(135deg, rgba(22,20,23,.2), rgba(95,16,72,.65)), var(--panel-image) center/cover, #211d21; }
.editorial-visual.is-placeholder { background: linear-gradient(135deg, #181619, #6f1557); }
.editorial-visual span { max-width: 230px; font-size: .8rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.editorial-panel .button { margin-top: 15px; }
.editorial-icon { width: 68px; height: 68px; display: grid; place-items: center; margin-bottom: 30px; border-radius: 18px; color: var(--brand); background: var(--brand-light); }
.area-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.area-cards article { position: relative; min-height: 330px; overflow: hidden; padding: clamp(28px, 4vw, 46px); border-radius: var(--radius); color: #fff; background: linear-gradient(145deg, #181619, #5a1547); }
.area-cards article:nth-child(2) { background: linear-gradient(145deg, #211d1a, #72451f); }
.area-cards article:nth-child(3) { background: linear-gradient(145deg, #17191a, #304b50); }
.area-cards span { display: block; margin-bottom: 75px; color: #efb9da; font-size: .72rem; font-weight: 900; }
.area-card-icon { position: absolute; top: 28px; right: 28px; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.24); }
.area-cards h2 { font-size: clamp(1.65rem, 2.5vw, 2.3rem); }
.area-cards p { margin: 0; color: rgba(255,255,255,.7); font-size: .91rem; }

.contact-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(44px, 8vw, 110px); }
.contact-cards { display: grid; gap: 12px; margin-top: 38px; }
.contact-cards a { position: relative; padding: 22px 0 22px 74px; border-top: 1px solid var(--line); transition: padding-left .2s ease; }
.contact-cards a:hover { padding-left: 80px; }
.contact-cards a:last-child { border-bottom: 1px solid var(--line); }
.contact-card-icon { position: absolute; left: 0; top: 24px; width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; color: var(--brand); background: var(--brand-light); }
.contact-cards span, .contact-cards strong, .contact-cards small { display: block; }
.contact-cards span { color: var(--brand); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-cards strong { margin: 3px 0; font-size: 1.2rem; }
.contact-cards small { color: #716b72; }
.contact-form-wrap { padding: clamp(30px, 5vw, 58px); border-radius: var(--radius); background: var(--mist); }
.form-heading { margin-bottom: 34px; }
.form-heading h2 { font-size: clamp(2rem, 3.5vw, 3rem); }
.form-heading > p:last-child { color: #6c656d; font-size: .83rem; }
.reffcasa-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.reffcasa-form .field-full { grid-column: 1 / -1; }
.reffcasa-form label { display: block; margin-bottom: 7px; font-size: .8rem; font-weight: 800; }
.reffcasa-form input:not([type="checkbox"]), .reffcasa-form select, .reffcasa-form textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #cec6cc; border-radius: 11px; color: var(--ink); background: #fff; font: inherit; }
.reffcasa-form textarea { min-height: 150px; resize: vertical; }
.reffcasa-form input:focus, .reffcasa-form select:focus, .reffcasa-form textarea:focus { outline: 2px solid var(--brand-light); border-color: var(--brand); }
.reffcasa-form .privacy-check { display: flex; align-items: flex-start; gap: 10px; font-size: .78rem; font-weight: 500; }
.reffcasa-form .privacy-check input { margin-top: 5px; }
.form-notice { margin-bottom: 22px; padding: 14px 17px; border-radius: 10px; font-weight: 700; }
.form-notice.is-success { color: #0b5b40; background: #dff4eb; }
.form-notice.is-error { color: #7c2730; background: #f9dfe2; }
.hp-field { position: absolute !important; left: -9999px !important; }

.project-grid-archive { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.page-hero-projects { background: radial-gradient(circle at 80% 20%, rgba(213,0,110,.48), transparent 28%), linear-gradient(135deg, #111014, #3c102d); }
.page-hero-projects:not(.has-project-image)::before { background-image: repeating-linear-gradient(125deg, transparent 0 90px, rgba(255,255,255,.035) 90px 91px); background-attachment: scroll; }
.page-hero-projects:not(.has-project-image) .page-hero-overlay { background: radial-gradient(circle at 72% 35%, rgba(213,0,110,.25), transparent 25%), linear-gradient(90deg, rgba(10,9,11,.94), rgba(10,9,11,.32)); }
.project-hero { position: relative; min-height: 650px; display: flex; align-items: end; color: #fff; background: #171519; }
.project-hero-bg { position: absolute; inset: 0; }
.project-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.project-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,9,11,.92), rgba(10,9,11,.18)); }
.project-hero-inner { position: relative; z-index: 1; padding-bottom: 70px; padding-top: 160px; }
.project-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: clamp(50px, 9vw, 120px); }
.project-facts { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); align-self: start; }
.project-facts h2 { font-size: 1.35rem; }
.project-facts p { padding: 15px 0; border-top: 1px solid var(--line); }
.project-facts span, .project-facts strong { display: block; }
.project-facts span { color: #777078; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.project-facts .button { width: 100%; margin-top: 10px; text-align: center; }
.before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.before-after figure, .project-gallery figure { margin: 0; }
.before-after img { width: 100%; min-height: 460px; object-fit: cover; border-radius: var(--radius); }
.before-after figcaption { margin-top: 10px; color: var(--brand); font-size: .74rem; font-weight: 900; text-transform: uppercase; }
.project-gallery { columns: 2; column-gap: 24px; }
.project-gallery figure { margin-bottom: 24px; break-inside: avoid; }
.project-gallery img { width: 100%; border-radius: var(--radius); }
.entry-card { padding: 30px 0; border-bottom: 1px solid var(--line); }
.error-page { min-height: 70svh; padding-top: 180px; }

.cta-band { color: #fff; background: var(--brand); }
.cta-band-inner { min-height: 320px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 60px; align-items: center; }
.cta-band h2 { max-width: 820px; margin-bottom: 0; font-size: clamp(2.2rem, 4vw, 4rem); }
.cta-actions { display: grid; gap: 16px; justify-items: start; }
.site-footer { padding: 78px 0 28px; color: rgba(255,255,255,.73); background: #0c0b0d; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .9fr .75fr; gap: 52px; }
.brand-footer { min-width: 0; width: min(100%, 350px); margin-bottom: 23px; padding: 14px; border-radius: 16px; background: #fff; box-shadow: 0 14px 38px rgba(0,0,0,.2); }
.footer-brand p { max-width: 470px; }
.site-footer h3 { color: #fff; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-list, .legal-nav { margin: 0; padding: 0; list-style: none; }
.footer-list li { margin: 9px 0; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 64px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); font-size: .75rem; }
.footer-bottom p { margin: 0; }
.footer-credits { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-credits a { color: #fff; font-weight: 800; text-decoration: underline; text-decoration-color: rgba(255,255,255,.35); text-underline-offset: 4px; }
.legal-nav { display: flex; gap: 18px; flex-wrap: wrap; }
.floating-whatsapp { position: fixed; z-index: 900; right: 22px; bottom: 22px; min-height: 56px; display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 999px; color: #fff; background: var(--success); box-shadow: 0 12px 32px rgba(22,129,93,.3); font-size: .78rem; font-weight: 850; }
.floating-whatsapp svg { width: 24px; height: 24px; }
.mobile-actions { display: none; }

@media (max-width: 1040px) {
	.hero::before, .page-hero::before, .process-backdrop { background-attachment: scroll; }
  .nav-toggle { display: block; }
  .primary-nav { position: fixed; z-index: 1; inset: 114px 0 0; display: flex; padding: clamp(28px, 5vh, 48px) max(24px, env(safe-area-inset-right)) max(32px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left)); background: #fff; color: var(--ink); align-items: flex-start; flex-direction: column; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s; }
  .admin-bar .primary-nav { top: 146px; }
  .primary-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
  .nav-list { width: 100%; display: grid; gap: 0; }
  .nav-list li { border-bottom: 1px solid var(--line); }
  .nav-list a { display: block; padding: 18px 0; font-size: 1.15rem; }
  .nav-cta { width: 100%; margin-top: 26px; flex: 0 0 auto; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-proof { max-width: 420px; }
	.intro-story-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 48px; }
	.intro-story-visual { min-height: 560px; }
  .service-grid, .project-grid, .project-grid-archive, .scope-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.service-method-panel { grid-template-columns: 1fr 1fr; }
	.service-method-panel .compact-process { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
	.compact-process li, .compact-process li:last-child { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
  .brand { min-width: 0; }
  .custom-logo, .brand-logo-horizontal { width: min(310px, 64vw); }
	.reviews-heading { grid-template-columns: minmax(0, 1fr) minmax(270px, .6fr); gap: 46px; }
	.reviews-carousel { --reviews-per-view: 2; }
}

@media (max-width: 760px) {
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); font-size: 16px; }
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .admin-bar .site-header { top: 46px; }
  .utility-bar { display: none; }
  .header-inner { min-height: 74px; }
  .primary-nav { inset: 74px 0 0; }
  .admin-bar .primary-nav { top: 120px; }
  .brand { min-width: 0; }
  .custom-logo, .brand-logo-horizontal { width: min(220px, calc(100vw - 105px)); max-height: 48px; }
  .hero { min-height: 820px; }
	.hero::before, .page-hero::before { background-image: var(--hero-mobile-image, var(--hero-image)); background-position: center; }
	.process-backdrop { background-image: linear-gradient(180deg, rgba(9,8,10,.86), rgba(9,8,10,.8)), var(--hero-mobile-image, var(--hero-image)); background-position: center; }
  .hero-inner { padding-top: 135px; }
  .hero-proof { display: none; }
  .hero h1 { font-size: clamp(2.75rem, 12.5vw, 4.3rem); }
  .hero h1 em { display: block; margin-top: 15px; font-size: .75em; line-height: 1.02; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .trust-strip-grid { grid-template-columns: 1fr; padding-block: 10px; }
  .trust-strip-grid > div { padding: 18px 4px; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-strip-grid > div:last-child { border-right: 0; border-bottom: 0; }
  .split-grid, .intro-story-grid, .area-panel, .contact-layout, .service-row, .project-content-grid, .empty-projects, .service-fit-panel, .service-method-panel, .related-panel, .editorial-panel { grid-template-columns: 1fr; }
	.intro-story-grid { gap: 42px; }
	.intro-story-visual { min-height: 470px; padding: 25px; }
	.intro-story-visual { background-image: linear-gradient(to top, rgba(9,8,10,.72), transparent 52%), var(--hero-mobile-image, var(--hero-image)); }
	.service-row.is-reverse .service-row-media { order: initial; }
  .service-grid, .project-grid, .project-grid-archive, .scope-grid, .value-grid, .area-cards { grid-template-columns: 1fr; }
	.reviews-heading { grid-template-columns: 1fr; gap: 34px; }
	.google-rating-card { min-height: auto; }
	.reviews-carousel { --reviews-gap: 14px; --reviews-per-view: 1; }
	.reviews-viewport { padding-bottom: 22px; margin-bottom: -22px; }
	.review-card { min-height: 390px; padding: 28px 25px; }
	.reviews-controls { margin-top: 22px; }
	.reviews-cta { align-items: flex-start; flex-direction: column; }
  .section-heading { display: block; }
  .section-heading .text-link { margin-top: 18px; }
  .service-media, .service-row-media { min-height: 300px; }
  .area-panel { gap: 35px; }
  .area-photo { min-height: 410px; padding: 22px; background-image: linear-gradient(to top, rgba(9,8,10,.84), transparent 64%), var(--hero-mobile-image, var(--hero-image)); }
	.area-photo-route { gap: 7px; padding: 13px 12px; }
	.area-photo-route b { font-size: .55rem; }
	.page-hero { min-height: 610px; }
  .page-hero-inner { padding-top: 135px; }
  .page-hero-inner h1 { font-size: clamp(2.55rem, 11vw, 4rem); }
  .breadcrumbs { margin-bottom: 24px; }
  .page-hero-actions { align-items: flex-start; flex-direction: column; }
  .scope-card { min-height: auto; }
  .scope-card > span { margin-bottom: 35px; }
  .service-method-panel { padding: 30px 24px; }
	.service-method-visual { min-height: 430px; background-image: linear-gradient(to top, rgba(10,9,11,.34), transparent 48%), var(--hero-mobile-image, var(--hero-image)); }
	.service-method-panel .compact-process { grid-column: auto; grid-template-columns: 1fr; gap: 0; }
  .editorial-visual { min-height: 440px; }
  .area-cards article { min-height: 280px; }
  .area-cards span { margin-bottom: 50px; }
  .project-hero { min-height: 540px; }
  .before-after { grid-template-columns: 1fr; }
  .before-after img { min-height: 340px; }
  .project-gallery { columns: 1; }
  .reffcasa-form { grid-template-columns: 1fr; }
  .reffcasa-form .field-full { grid-column: auto; }
  .cta-band-inner { grid-template-columns: 1fr; gap: 30px; padding-block: 60px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { display: block; }
  .footer-credits { display: grid; gap: 5px; }
  .legal-nav { margin-top: 16px; }
  .floating-whatsapp { display: none; }
  .mobile-actions { position: fixed; z-index: 1100; inset: auto 0 0; min-height: calc(64px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); display: grid; grid-template-columns: 1fr 1fr; color: #fff; background: #0c0b0d; box-shadow: 0 -8px 28px rgba(16,16,20,.16); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: .82rem; font-weight: 850; }
  .mobile-actions a:last-child { background: var(--success); }
  .mobile-actions span { font-size: .9rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
	.hero::before, .page-hero::before, .process-backdrop { background-attachment: scroll !important; }
}

/* 0.3.3 · Semántica e iconos de reserva para grids numerados. */
.service-scope-section {
	--scope-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d5006e' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4L19 6'/%3E%3C/svg%3E");
}

.value-grid {
	--value-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d5006e' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M8.5 12l2.3 2.3L16 9'/%3E%3C/svg%3E");
}

/* Albañilería enumera tipos de trabajo; las otras dos páginas describen fases. */
body.page-id-12 .scope-card > span::before { content: "TRABAJO"; }
body.page-id-13 .scope-card > span::before,
body.page-id-14 .scope-card > span::before { content: "FASE"; }

/* Portada: escuchar, definir y comunicar. */
body.home .value-grid > :nth-child(1) {
	--value-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d5006e' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 12a5 5 0 0 1 10 0c0 3-3 3.2-3 6a2.5 2.5 0 0 1-5 0'/%3E%3Cpath d='M10 12a2 2 0 0 1 4 0c0 1.5-1.4 1.8-2 2.8'/%3E%3C/svg%3E");
}

body.home .value-grid > :nth-child(2) {
	--value-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d5006e' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='4' width='14' height='17' rx='1.5'/%3E%3Cpath d='M9 4V2h6v2M8 9h8m-8 4h5m-5 4h7'/%3E%3C/svg%3E");
}

body.home .value-grid > :nth-child(3) {
	--value-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d5006e' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 5h14v10H9l-4 4V5z'/%3E%3Cpath d='M8 9h8m-8 3h5'/%3E%3C/svg%3E");
}

/* Contacto: revisar, recopilar material y valorar la visita. */
body.page-id-17 .value-grid > :nth-child(1) {
	--value-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d5006e' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10' cy='10' r='5'/%3E%3Cpath d='M14 14l5 5M8 10h4m-2-2v4'/%3E%3C/svg%3E");
}

body.page-id-17 .value-grid > :nth-child(2) {
	--value-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d5006e' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h4l1.5-2h5L16 7h4v12H4z'/%3E%3Ccircle cx='12' cy='13' r='3.5'/%3E%3C/svg%3E");
}

body.page-id-17 .value-grid > :nth-child(3) {
	--value-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d5006e' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s6-5.1 6-11a6 6 0 1 0-12 0c0 5.9 6 11 6 11z'/%3E%3Ccircle cx='12' cy='10' r='2.2'/%3E%3C/svg%3E");
}

body.home .value-grid > article > span::before,
body.home .value-grid > li > span::before,
body.page-id-17 .value-grid > article > span::before,
body.page-id-17 .value-grid > li > span::before {
	content: "PASO";
}

.value-grid > article::after,
.value-grid > li::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 36%;
	height: 3px;
	border-radius: 0 99px 99px 0;
	background: linear-gradient(90deg, var(--brand), #ef6fb2);
	transition: width .35s ease;
}

.value-grid > article,
.value-grid > li {
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.value-grid > article:hover,
.value-grid > li:hover {
	transform: translateY(-7px);
	border-color: rgba(213, 0, 110, .22);
	box-shadow: 0 24px 52px rgba(35, 31, 32, .11);
}

.value-grid > article:hover::after,
.value-grid > li:hover::after {
	width: 100%;
}

body.home .value-grid h3,
body.page-id-17 .value-grid h3 {
	margin-top: 24px;
}
