:root {
  --ink: #15191d;
  --graphite: #1b2025;
  --metal: #2a3137;
  --paper: #f1f0ec;
  --white: #fbfbf8;
  --muted: #6c7479;
  --line: #d8d9d5;
  --warm: #c94832;
  --warm-rich: #df5a3f;
  --warm-soft: #ef9b7e;
  --cool: #458baa;
  --cool-soft: #a8d1df;
  --radius: 3px;
  --shadow: 0 24px 70px rgba(19, 26, 31, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(69,139,170,.34); outline-offset: 3px; }
p { margin: 0; }
h1, h2, h3 { margin: 0; font-weight: 580; letter-spacing: -.035em; line-height: 1.08; }
h1 { font-size: clamp(3rem, 8vw, 6.8rem); }
h2 { font-size: clamp(2.15rem, 4.8vw, 4.25rem); }
h3 { font-size: 1.25rem; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(5.5rem, 10vw, 9rem) 0; }
.section--paper { background: var(--paper); }
.section--dark { background: var(--graphite); color: var(--white); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 100; background: white; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }

.utility { background: #111519; color: #aeb5b9; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.utility__inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; }
.utility__inner div { display: flex; gap: 1.6rem; }
.utility a:hover { color: white; }
.site-header { position: relative; z-index: 30; }
.nav-wrap { background: rgba(251, 251, 248, .96); border-bottom: 1px solid rgba(21, 25, 29, .12); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; min-width: max-content; }
.brand__mark { position: relative; width: 48px; height: 52px; display: grid; place-items: center; flex: 0 0 auto; }
.brand__mark img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 3px 5px rgba(21,25,29,.14)); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: .94rem; letter-spacing: -.02em; }
.brand small { margin-top: .12rem; color: var(--muted); font-size: .55rem; text-transform: uppercase; letter-spacing: .12em; }
.brand small b { color: var(--warm); font-weight: 500; }
.nav-menu { display: flex; align-items: center; gap: .15rem; }
.nav-menu > a:not(.button) { padding: .8rem .75rem; color: #50575c; font-size: .83rem; font-weight: 550; }
.nav-menu > a:not(.button):hover, .nav-menu > a[aria-current="page"] { color: var(--ink); }
.nav-menu > a[aria-current="page"] { box-shadow: inset 0 -2px var(--warm); }
.nav-menu .button { margin-left: .6rem; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 11px 9px; background: transparent; border: 0; }
.nav-toggle span { display: block; height: 1px; margin: 6px 0; background: var(--ink); transition: .2s ease; }

.button { min-width: 0; max-width: 100%; min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .9rem; padding: .85rem 1.45rem; border: 1px solid transparent; border-radius: 999px; font-size: .83rem; font-weight: 650; letter-spacing: .01em; line-height: 1.25; overflow-wrap: anywhere; text-align: center; white-space: normal; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding: .65rem 1.15rem; }
.button--dark { background: var(--graphite); color: white; }
.button--dark:hover { background: #30373c; }
.button--warm { background: var(--warm); color: white; }
.button--warm:hover { background: #ad392b; }
.button--whatsapp { border-color: rgba(92, 183, 128, .48); background: rgba(61, 148, 98, .11); color: #a8dec0; }
.button--whatsapp:hover { border-color: #70bf91; background: rgba(61, 148, 98, .2); color: #d8f2e3; }
.button--whatsapp svg { width: 16px; height: 16px; flex: 0 0 auto; fill: currentColor; }
.button--outline { border-color: rgba(255,255,255,.28); color: white; }
.button--outline:hover { border-color: white; background: rgba(255,255,255,.06); }
.button--light { background: var(--white); color: var(--ink); }
.button-row { display: flex; flex-wrap: wrap; gap: .7rem; }
.text-link { display: inline-flex; gap: .65rem; align-items: center; color: var(--ink); font-size: .83rem; font-weight: 650; border-bottom: 1px solid #a8aca9; padding-bottom: .25rem; }
.text-link:hover span { transform: translateX(3px); }
.text-link span { transition: transform .2s ease; }
.text-link--light { color: white; border-color: rgba(255,255,255,.3); }
.eyebrow { display: inline-flex; align-items: center; gap: .7rem; color: #737b7f; font-size: .64rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--warm); }
.eyebrow--light { color: rgba(255,255,255,.55); }
.eyebrow--light::before { background: var(--warm-soft); }
.eyebrow--light i, .eyebrow--light b { width: 5px; height: 5px; border-radius: 50%; }
.eyebrow--light i { background: var(--warm); }
.eyebrow--light b { background: var(--cool); }
.eyebrow--light i + * { margin-left: 0; }

.hero { position: relative; isolation: isolate; overflow: hidden; background: #171c20; color: white; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 0 50%, rgba(201,72,50,.25), transparent 43%), radial-gradient(circle at 100% 52%, rgba(69,139,170,.22), transparent 42%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(45deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.26) 20%, rgba(0,0,0,.68) 40%, black 51%, rgba(0,0,0,.68) 62%, rgba(0,0,0,.28) 80%, rgba(0,0,0,.18) 100%), linear-gradient(to bottom, transparent, black 28%, black 75%, transparent); mask-composite: intersect; -webkit-mask-image: linear-gradient(45deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.26) 20%, rgba(0,0,0,.68) 40%, black 51%, rgba(0,0,0,.68) 62%, rgba(0,0,0,.28) 80%, rgba(0,0,0,.18) 100%), linear-gradient(to bottom, transparent, black 28%, black 75%, transparent); -webkit-mask-composite: source-in; animation: grid-flow 18s cubic-bezier(.42,0,.3,1) infinite; will-change: opacity, mask-position; }
.hero__field { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.hero__field::before, .hero__field::after { content: ""; position: absolute; left: 50%; top: 50%; width: min(38vw, 540px); aspect-ratio: 1; border: 1px solid rgba(184,198,200,.09); border-radius: 50%; box-shadow: 0 0 0 24px rgba(201,72,50,.022), 0 0 0 48px rgba(69,139,170,.013), 0 0 60px rgba(160,183,188,.025); opacity: 0; transform: translate(-50%, -50%) scale(.52); will-change: transform, opacity; animation: flow-ripple 12s cubic-bezier(.25,.45,.4,1) infinite; }
.hero__field::after { animation-delay: -6s; }
.hero__field span, .hero__field i { position: absolute; top: 7%; bottom: 7%; width: 74%; opacity: .32; filter: blur(28px); transform-origin: center; will-change: transform, opacity; }
.hero__field span { left: -35%; background: radial-gradient(ellipse at right, rgba(223,75,54,.27) 0%, rgba(201,72,50,.14) 42%, transparent 74%); animation: warm-flow 12s cubic-bezier(.45,.05,.55,.95) infinite; }
.hero__field i { right: -35%; background: radial-gradient(ellipse at left, rgba(75,159,194,.23) 0%, rgba(69,139,170,.105) 38%, transparent 72%); animation: cool-flow 12s cubic-bezier(.45,.05,.55,.95) infinite; }
.hero__field b { position: absolute; left: 50%; top: 9%; bottom: 9%; width: 30%; transform: translateX(-50%) scaleX(.76); background: radial-gradient(ellipse at center, rgba(210,157,142,.08) 0%, rgba(191,179,171,.05) 38%, rgba(132,166,178,.035) 56%, transparent 74%); opacity: .08; filter: blur(38px); animation: flow-blend 12s cubic-bezier(.45,.05,.55,.95) infinite; }
.hero__lion { --lion-o-fade: .04; --lion-o-mid: .24; --lion-o-peak: .38; position: absolute; left: 68%; top: 50%; width: clamp(240px, 28vw, 480px); aspect-ratio: 1503.3 / 1115.7; transform: translate(-50%, -50%); background: linear-gradient(135deg, rgba(255,255,255,.32) 0%, rgba(239,155,126,.18) 38%, rgba(168,209,223,.22) 100%); opacity: var(--lion-o-fade); mix-blend-mode: screen; pointer-events: none; -webkit-mask: url("../img/ARSLAN.svg") center / contain no-repeat; mask: url("../img/ARSLAN.svg") center / contain no-repeat; filter: none; will-change: opacity; animation: lion-pulse 12s cubic-bezier(.45,.05,.55,.95) infinite; }
@keyframes lion-pulse {
  0%, 24% { opacity: var(--lion-o-fade); }
  40% { opacity: var(--lion-o-mid); }
  58% { opacity: var(--lion-o-peak); }
  72% { opacity: var(--lion-o-mid); }
  86%, 100% { opacity: var(--lion-o-fade); }
}
@keyframes warm-flow {
  0%, 100% { opacity: .28; transform: translate3d(-1.5%, 0, 0) scaleX(.98) scaleY(1); }
  35% { opacity: .44; transform: translate3d(5%, -1%, 0) scaleX(1.045) scaleY(1.015); }
  58% { opacity: .5; transform: translate3d(8%, .5%, 0) scaleX(1.075) scaleY(.99); }
  78% { opacity: .34; transform: translate3d(1.5%, 1%, 0) scaleX(1.01) scaleY(1.01); }
}
@keyframes cool-flow {
  0%, 100% { opacity: .28; transform: translate3d(1.5%, 0, 0) scaleX(.98) scaleY(1); }
  35% { opacity: .44; transform: translate3d(-5%, 1%, 0) scaleX(1.045) scaleY(.985); }
  58% { opacity: .5; transform: translate3d(-8%, -.5%, 0) scaleX(1.075) scaleY(1.01); }
  78% { opacity: .34; transform: translate3d(-1.5%, -1%, 0) scaleX(1.01) scaleY(.99); }
}
@keyframes flow-blend {
  0%, 100% { opacity: .06; transform: translateX(-50%) scaleX(.72); }
  38% { opacity: .16; transform: translateX(-50%) scaleX(.94); }
  58% { opacity: .2; transform: translateX(-50%) scaleX(1.06); }
  80% { opacity: .1; transform: translateX(-50%) scaleX(.82); }
}
@keyframes flow-ripple {
  0%, 28% { opacity: 0; transform: translate(-50%, -50%) scale(.52); }
  40% { opacity: .14; }
  68% { opacity: .055; }
  86%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(1.28); }
}
@keyframes grid-flow {
  0% { opacity: .145; mask-position: -48vw 48vh, 0 0; -webkit-mask-position: -48vw 48vh, 0 0; }
  28% { opacity: .19; }
  56% { opacity: .235; mask-position: 12vw -12vh, 0 0; -webkit-mask-position: 12vw -12vh, 0 0; }
  78% { opacity: .19; mask-position: 42vw -42vh, 0 0; -webkit-mask-position: 42vw -42vh, 0 0; }
  100% { opacity: .145; mask-position: 58vw -58vh, 0 0; -webkit-mask-position: 58vw -58vh, 0 0; }
}
.hero__grid { min-height: min(760px, calc(100vh - 110px)); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 3rem; padding-top: 5rem; padding-bottom: 5rem; }
.hero__grid--copy { grid-template-columns: 1fr; }
.hero__copy { position: relative; z-index: 3; max-width: 720px; }
.hero__grid--copy .hero__copy { max-width: 960px; }
.hero h1 { margin-top: 1.7rem; font-size: clamp(3.1rem, 6.6vw, 6.2rem); letter-spacing: -.06em; }
.hero h1 em {
  color: #b8c0c4;
  background: linear-gradient(90deg, #d54636 0%, #df5842 14%, #e96b50 27%, #ef8063 39%, #f1a087 49%, #f3c3b2 58%, #f3f1eb 69%, #c9dce1 80%, #9bc7d6 90%, #83bfd6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}
.hero__copy > p { max-width: 630px; margin: 2rem 0; color: rgba(255,255,255,.68); font-size: 1rem; }
.hero__copy > .hero__region { width: fit-content; margin: 1.8rem 0 2rem; color: rgba(255,255,255,.62); font-size: clamp(.95rem, 1.5vw, 1.12rem); letter-spacing: -.01em; }
.hero__region strong { position: relative; display: inline-block; padding: 0 .08em .3rem; color: white; font-style: italic; font-weight: 650; }
.hero__region strong::before, .hero__region strong::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; border-radius: 2px; }
.hero__region strong::before { width: 100%; background: rgba(255,255,255,.14); }
.hero__region strong::after { width: 100%; background: linear-gradient(90deg, var(--warm), var(--warm-rich) 34%, #dedbd6 66%, var(--cool)); transform-origin: left; animation: region-line 1.1s cubic-bezier(.22,.7,.25,1) both; }
@keyframes region-line { from { transform: scaleX(0); opacity: .25; } to { transform: scaleX(1); opacity: 1; } }
.hero__chips { max-width: 100%; display: flex; flex-wrap: wrap; gap: .55rem; margin: 0 0 1.65rem; }
.hero__chips span { min-width: 0; max-width: 100%; padding: .45rem .75rem; border: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.68); font-size: .66rem; font-weight: 650; letter-spacing: .1em; line-height: 1.25; overflow-wrap: anywhere; text-transform: uppercase; white-space: normal; }
.hero__chips span:first-child, .hero__chips span:nth-child(2) { border-color: rgba(201,72,50,.58); }
.hero__chips span:last-child { border-color: rgba(69,139,170,.58); }
.hero__meta { max-width: 100%; display: flex; flex-wrap: wrap; gap: .85rem 1.2rem; margin-top: 2.2rem; color: rgba(255,255,255,.5); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.hero__meta span { min-width: 0; max-width: 100%; display: inline-flex; align-items: center; gap: .5rem; overflow-wrap: anywhere; white-space: normal; }
.hero__meta span::before { content: ""; width: 4px; height: 4px; background: #98a0a4; }
.hero__rating { color: #dfbf76; }
.hero__rating::before { background: #dfbf76 !important; }

.section-head { display: grid; grid-template-columns: 1.3fr .7fr; gap: 3rem; align-items: end; margin-bottom: 4rem; }
.section-head h2 { max-width: 760px; margin-top: 1rem; }
.section-head > p { max-width: 430px; color: var(--muted); font-size: .92rem; }
.section-head > .text-link { justify-self: end; }
.section-head--light > p { color: rgba(255,255,255,.52); }
.section-head--single { grid-template-columns: 1fr; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-swipe-hint { display: none; }
.service-dots { display: none; }
.service-card { min-height: 430px; position: relative; display: flex; flex-direction: column; overflow: hidden; background: rgba(255,255,255,.42); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease, transform .25s ease; }
.service-card:hover { z-index: 2; background: white; transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card__image { height: 168px; margin: 0; overflow: hidden; background: #d7d9d6; }
.service-card__image img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.82) contrast(1.04); transition: transform .35s ease, filter .35s ease; }
.service-card:hover .service-card__image img { transform: scale(1.035); filter: saturate(.95) contrast(1.05); }
.service-card__body { min-width: 0; display: flex; flex: 1; flex-direction: column; padding: 1.7rem 2rem 2rem; }
.service-card__number { color: #90979a; font-size: .68rem; font-family: inherit; }
.service-card__line { width: 24px; height: 2px; margin: 1.25rem 0 1.45rem; background: #9fa4a5; }
.service-card--warm .service-card__line { background: var(--warm); }
.service-card--cool .service-card__line { background: var(--cool); }
.service-card h3 { font-size: 1.35rem; }
.service-card p { margin-top: .9rem; color: var(--muted); font-size: .84rem; }
.service-card a { margin-top: auto; padding-top: 1.5rem; font-size: .72rem; font-weight: 650; }

.service-area-section { position: relative; overflow: hidden; background: var(--paper); }
.service-area-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .62; background: radial-gradient(circle at 12% 18%, rgba(201,72,50,.08), transparent 34%), radial-gradient(circle at 88% 76%, rgba(69,139,170,.1), transparent 38%); }
.service-area-section::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; pointer-events: none; background: rgba(21,25,29,.08); }
.service-area { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .78fr) minmax(420px, 1.12fr); gap: clamp(2.5rem, 6vw, 5.8rem); align-items: center; }
.service-area__copy { min-width: 0; }
.service-area__copy h2 { max-width: 580px; margin: 1rem 0 1.35rem; color: var(--ink); }
.service-area__copy .lead { max-width: 570px; color: #50585d; font-size: 1rem; }
.service-area__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; margin: 2rem 0 2.2rem; }
.service-area__facts div { min-width: 0; padding: 1rem; border: 1px solid rgba(21,25,29,.1); background: rgba(255,255,255,.56); box-shadow: 0 12px 34px rgba(21,25,29,.05); }
.service-area__facts span { display: block; color: #7d8589; font-size: .58rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.service-area__facts strong { display: block; margin-top: .42rem; color: var(--ink); font-size: .86rem; font-weight: 620; line-height: 1.25; overflow-wrap: anywhere; }
.service-area__visual { min-width: 0; padding: clamp(.55rem, 1.6vw, .9rem); border: 1px solid #d4d5d1; background: rgba(255,255,255,.7); box-shadow: var(--shadow); }
.service-area-map { position: relative; width: 100%; max-width: 100%; height: clamp(360px, 45vw, 540px); overflow: hidden; background: #e5e0d5; isolation: isolate; }
.service-area-map::before,
.service-area-map::after { display: none; }
.service-area-map.leaflet-container { background: #e5e0d5; color: var(--ink); font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.service-area-map .leaflet-control-zoom { overflow: hidden; border: 1px solid rgba(21,25,29,.14); border-radius: 999px; background: rgba(255,255,255,.92); box-shadow: 0 12px 28px rgba(21,25,29,.14); }
.service-area-map .leaflet-control-zoom a { width: 36px; height: 36px; border: 0; background: transparent; color: var(--ink); font: 600 1.1rem/36px "Inter", ui-sans-serif, system-ui, sans-serif; }
.service-area-map .leaflet-control-zoom a + a { border-top: 1px solid rgba(21,25,29,.1); }
.service-area-map .leaflet-control-zoom a:hover { background: rgba(21,25,29,.06); color: var(--ink); }
.service-area-map .leaflet-control-scale { margin-left: 1rem; margin-bottom: 1rem; }
.service-area-map .leaflet-control-scale-line { border: 1px solid rgba(21,25,29,.42); border-top: 0; background: rgba(255,255,255,.8); color: #4c5458; box-shadow: none; text-shadow: none; }
.service-area-map .leaflet-control-attribution { background: rgba(255,255,255,.76); color: #626a6e; font-size: .58rem; }
.service-area-map .leaflet-control-attribution a { color: #3d606e; }
.service-area-map .leaflet-interactive { outline: none; }
.service-area-map__radius { filter: drop-shadow(0 2px 8px rgba(201,72,50,.18)); }
.service-area-map__radius-glow { filter: none; }
.service-area-map__boundary-line { mix-blend-mode: normal; }
.service-area-map__axis-line { stroke-dasharray: 1 8; stroke-linecap: round; }
.service-area-map__center-dot { filter: drop-shadow(0 2px 8px rgba(201,72,50,.34)); }
.service-area-map__city-label { width: auto !important; height: auto !important; border: 0; background: transparent; color: #2f383d; font-size: .72rem; font-weight: 650; line-height: 1.2; text-shadow: 0 1px 8px rgba(255,255,255,.85); white-space: nowrap; }
.service-area-map__city-label span { display: inline-block; padding: .16rem .36rem; border: 1px solid rgba(21,25,29,.1); background: rgba(255,255,255,.76); box-shadow: 0 4px 12px rgba(21,25,29,.08); }
.service-area-map__city-label--center { color: var(--ink); font-size: .92rem; font-weight: 760; }
.service-area-map__city-label--center span { border-color: rgba(201,72,50,.38); background: rgba(255,248,244,.92); }
.service-area-map__city-label small { display: block; margin-top: .14rem; color: #7d8589; font-size: .54rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.service-area-map__consent { min-height: 100%; display: grid; place-content: center; justify-items: center; gap: .8rem; padding: 2rem; text-align: center; background: radial-gradient(circle at 30% 20%, rgba(201,72,50,.1), transparent 34%), radial-gradient(circle at 78% 70%, rgba(69,139,170,.13), transparent 36%), #e5e0d5; }
.service-area-map__consent span { color: var(--warm); font-size: .62rem; font-weight: 760; letter-spacing: .16em; text-transform: uppercase; }
.service-area-map__consent p { max-width: 430px; color: #4f575c; font-size: .82rem; }
.service-area__legend { display: flex; flex-wrap: wrap; gap: .55rem .95rem; padding: .85rem .2rem .1rem; color: #626a6e; font-size: .62rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.service-area__legend span { min-width: 0; display: inline-flex; align-items: center; gap: .42rem; }
.service-area__legend i { width: 7px; height: 7px; border-radius: 50%; background: var(--warm); box-shadow: 0 0 14px rgba(239,155,126,.45); }
.service-area__legend span:nth-child(2) i { width: 18px; height: 7px; border: 1px solid var(--warm-soft); background: rgba(201,72,50,.26); border-radius: 999px; }
.service-area__legend span:nth-child(3) i { background: var(--cool-soft); box-shadow: 0 0 14px rgba(168,209,223,.35); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.split--reverse { grid-template-columns: 1.1fr .9fr; }
.master-visual { position: relative; min-height: 570px; overflow: hidden; background: white; box-shadow: var(--shadow); }
.master-visual img { width: 100%; height: 570px; object-fit: cover; object-position: center; opacity: .77; filter: grayscale(.45); }
.master-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(21,25,29,.55), transparent 40%); }
.master-visual > div { position: absolute; z-index: 2; right: 0; bottom: 0; min-width: 175px; padding: 1.4rem; background: var(--graphite); color: white; }
.master-visual strong, .master-visual span { display: block; }
.master-visual strong { font-size: 1.25rem; font-weight: 500; }
.master-visual span { color: rgba(255,255,255,.45); font-size: .64rem; text-transform: uppercase; letter-spacing: .14em; }
.split__copy h2 { margin: 1rem 0 1.5rem; }
.lead { color: #4e565a; font-size: 1.06rem; }
.split__copy > p + p { margin-top: 1rem; color: var(--muted); }
.proof-list { margin: 2rem 0; border-top: 1px solid #c9cbc8; }
.proof-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid #c9cbc8; }
.proof-list strong { color: var(--warm); font: .68rem ui-monospace, monospace; }
.proof-list span, .proof-list b { display: block; }
.proof-list span { color: var(--muted); font-size: .8rem; }
.proof-list b { color: var(--ink); font-size: .92rem; font-weight: 600; }
.project-compare-section { position: relative; overflow: hidden; background: linear-gradient(165deg, #f7f5f0 0%, var(--paper) 42%, #ebe9e3 100%); color: var(--ink); }
.project-compare-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 20%, rgba(201,72,50,.07), transparent 34%), radial-gradient(circle at 88% 76%, rgba(69,139,170,.09), transparent 38%); }
.project-compare-section::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .4; background-image: linear-gradient(rgba(21,25,29,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(21,25,29,.035) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent); }
.project-compare-section > .shell { position: relative; z-index: 2; }
.project-compare-section .project-carousel__viewport { border: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
.project-compare-section .project-carousel__button { border: 1px solid var(--line); background: white; color: var(--ink); }
.project-compare-section .project-carousel__button:hover { border-color: rgba(201,72,50,.35); background: var(--white); }
.project-compare-section .project-carousel__dots button { background: rgba(21,25,29,.16); }
.project-compare-section .project-carousel__dots button.is-active { background: var(--warm); }
.project-carousel { position: relative; }
.project-carousel__viewport { overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: #101419; box-shadow: 0 30px 90px rgba(0,0,0,.26); }
.project-carousel__track { display: flex; transition: transform .42s cubic-bezier(.22,.7,.25,1); will-change: transform; }
.project-compare { position: relative; min-width: 100%; min-height: 620px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); overflow: hidden; background: #f1f0ec; color: var(--ink); }
.project-compare__media { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #262d31; }
.project-compare__media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(9,12,15,.18), transparent 35%, rgba(9,12,15,.06)), linear-gradient(to top, rgba(9,12,15,.42), transparent 46%); }
.project-compare__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.04); transform: scale(1.01); }
.project-compare__media figcaption { position: absolute; z-index: 9; left: 1rem; bottom: 1rem; max-width: min(420px, calc(100% - 2rem)); padding: .48rem .62rem; border: 1px solid rgba(255,255,255,.16); background: rgba(17,22,26,.58); color: rgba(255,255,255,.68); font-size: .56rem; font-weight: 650; letter-spacing: .09em; line-height: 1.35; text-transform: uppercase; backdrop-filter: blur(12px); pointer-events: none; }
.before-after { --position: 58%; position: relative; width: 100%; height: 100%; min-height: 620px; overflow: hidden; cursor: ew-resize; touch-action: none; user-select: none; }
.before-after::after { content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none; background: linear-gradient(90deg, rgba(10,13,16,.16), transparent 28%, transparent 70%, rgba(10,13,16,.18)), linear-gradient(to top, rgba(9,12,15,.28), transparent 45%); }
.before-after__image { width: 100%; height: 100%; min-height: 620px; display: block; object-fit: cover; object-position: center; }
.before-after__image--before { filter: grayscale(.82) sepia(.16) contrast(.82) brightness(.68); transform: scale(1.018); }
.before-after__after { position: absolute; inset: 0; z-index: 2; overflow: hidden; clip-path: inset(0 calc(100% - var(--position)) 0 0); }
.before-after__label { position: absolute; z-index: 6; top: 1rem; padding: .38rem .62rem; border: 1px solid rgba(255,255,255,.18); background: rgba(17,22,26,.55); color: rgba(255,255,255,.74); font-size: .56rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; backdrop-filter: blur(14px); pointer-events: none; }
.before-after__label--before { right: 1rem; }
.before-after__label--after { left: 1rem; }
.before-after__handle { position: absolute; z-index: 7; top: 0; bottom: 0; left: var(--position); width: 1px; background: rgba(255,255,255,.88); transform: translateX(-50%); pointer-events: none; box-shadow: 0 0 24px rgba(0,0,0,.26); }
.before-after__handle b { position: absolute; top: 50%; left: 50%; width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; background: rgba(19,24,28,.76); transform: translate(-50%, -50%); box-shadow: 0 14px 34px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
.before-after__handle b::before, .before-after__handle b::after { content: ""; position: absolute; top: 50%; width: 8px; height: 8px; border-top: 1px solid white; border-left: 1px solid white; }
.before-after__handle b::before { left: 17px; transform: translateY(-50%) rotate(-45deg); }
.before-after__handle b::after { right: 17px; transform: translateY(-50%) rotate(135deg); }
.before-after__range { position: absolute; z-index: 8; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; appearance: none; background: transparent; }
.before-after__range::-webkit-slider-thumb { width: 54px; height: 620px; appearance: none; cursor: ew-resize; }
.before-after__range::-moz-range-thumb { width: 54px; height: 620px; border: 0; cursor: ew-resize; }
.before-after:focus-within .before-after__handle b { outline: 2px solid var(--cool-soft); outline-offset: 4px; }
.project-compare__content { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 4.5vw, 4.4rem); border-left: 1px solid rgba(21,25,29,.08); background: linear-gradient(135deg, rgba(255,255,255,.88), rgba(241,240,236,.96)); }
.project-compare__kicker { display: block; color: var(--warm); font-size: .62rem; font-weight: 760; letter-spacing: .16em; text-transform: uppercase; }
.project-compare--cool .project-compare__kicker { color: var(--cool); }
.project-compare__content h3 { max-width: 520px; margin: .85rem 0 1rem; font-size: clamp(1.85rem, 3vw, 3.05rem); color: var(--ink); }
.project-compare__content p { max-width: 560px; color: #535b60; font-size: .94rem; line-height: 1.75; }
.project-compare__facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .72rem; margin: 2rem 0 2.2rem; }
.project-compare__facts div { min-width: 0; padding: .86rem .9rem; border: 1px solid rgba(21,25,29,.1); background: rgba(255,255,255,.58); }
.project-compare__facts dt { color: #858c90; font-size: .55rem; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.project-compare__facts dd { margin: .28rem 0 0; color: var(--ink); font-size: .78rem; font-weight: 650; line-height: 1.35; overflow-wrap: anywhere; }
.project-compare__link { width: fit-content; display: inline-flex; align-items: center; gap: .65rem; padding-bottom: .25rem; border-bottom: 1px solid #a8aca9; color: var(--ink); font-size: .78rem; font-weight: 700; }
.project-compare__link span { transition: transform .2s ease; }
.project-compare__link:hover span { transform: translateX(3px); }
.project-carousel__controls { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.15rem; }
.project-carousel__button { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(255,255,255,.055); color: white; cursor: pointer; transition: background-color .2s ease, border-color .2s ease, transform .2s ease; }
.project-carousel__button:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.1); }
.project-carousel__button:focus-visible, .project-carousel__dots button:focus-visible { outline: 2px solid var(--cool-soft); outline-offset: 3px; }
.project-carousel__dots { display: flex; align-items: center; justify-content: center; gap: .55rem; }
.project-carousel__dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.25); cursor: pointer; transition: width .22s ease, background-color .22s ease; }
.project-carousel__dots button.is-active { width: 28px; background: var(--warm-soft); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.project-card { border: 1px solid var(--line); background: white; }
.project-card__visual { position: relative; height: 250px; overflow: hidden; background: #252b2f; }
.project-card__visual::before, .project-detail__visual::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 42px 42px; }
.project-card__visual i, .project-detail__visual i { position: absolute; inset: 28% 16%; border: 1px solid rgba(255,255,255,.4); transform: skewY(-8deg); }
.project-card__visual i::after, .project-detail__visual i::after { content: ""; position: absolute; left: 48%; top: -25%; width: 1px; height: 150%; background: rgba(255,255,255,.3); }
.project-card--warm .project-card__visual { background: linear-gradient(135deg, #472824, #2f2323 46%, #202529); }
.project-card--cool .project-card__visual { background: linear-gradient(135deg, #20333c, #202529); }
.project-card__visual span { position: absolute; z-index: 2; top: 1rem; left: 1rem; color: rgba(255,255,255,.45); font: .65rem ui-monospace, monospace; }
.project-card > div:last-child { padding: 1.5rem; }
.project-card small { color: var(--warm); font-size: .6rem; text-transform: uppercase; letter-spacing: .18em; }
.project-card--cool small { color: var(--cool); }
.project-card h3 { margin: .7rem 0 1rem; font-size: 1.2rem; }
.project-card p { color: var(--muted); font-size: .72rem; }

.page-hero { position: relative; overflow: hidden; background: var(--graphite); color: white; }
.page-hero::after { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, black, transparent 75%); }
.page-hero--warm { background: radial-gradient(circle at 85% 30%, rgba(201,72,50,.32), rgba(223,90,63,.12) 22%, transparent 42%), var(--graphite); }
.page-hero--cool { background: radial-gradient(circle at 85% 30%, rgba(69,139,170,.32), transparent 38%), var(--graphite); }
.page-hero--neutral { background: radial-gradient(circle at 85% 30%, rgba(255,255,255,.09), transparent 36%), var(--graphite); }
.page-hero__grid { position: relative; z-index: 2; min-height: 480px; display: grid; grid-template-columns: 1fr auto; gap: 4rem; align-items: end; padding-top: 6rem; padding-bottom: 5rem; }
.page-hero h1 { max-width: 850px; margin: 1.2rem 0 1.5rem; font-size: clamp(3rem, 7vw, 5.8rem); }
.page-hero p { max-width: 650px; color: rgba(255,255,255,.6); }
.page-hero__index { min-width: 180px; padding-left: 1.5rem; border-left: 1px solid rgba(255,255,255,.2); }
.page-hero__index span, .page-hero__index small { display: block; }
.page-hero__index span { color: rgba(255,255,255,.8); font-size: 4rem; font-weight: 300; letter-spacing: -.08em; }
.page-hero__index small { margin-top: 1rem; color: rgba(255,255,255,.35); font-size: .6rem; letter-spacing: .17em; text-transform: uppercase; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 70px minmax(180px, .45fr) minmax(0, 1fr) minmax(220px, .75fr); gap: 2rem; align-items: start; padding: 3rem 0; border-bottom: 1px solid var(--line); }
.service-row > span { color: #9ca2a4; font: .7rem ui-monospace, monospace; }
.service-row__image { width: 100%; height: 165px; margin: 0; overflow: hidden; background: #d7d9d6; }
.service-row__image img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.82) contrast(1.04); }
.service-row h2 { font-size: clamp(1.8rem, 3.5vw, 3rem); }
.service-row > div:nth-child(3) p { max-width: 650px; margin-top: 1rem; color: var(--muted); }
.service-row > div:last-child { padding-left: 2rem; border-left: 2px solid #afb3b3; }
.service-row--warm > div:last-child { border-color: var(--warm); }
.service-row--cool > div:last-child { border-color: var(--cool); }
.service-row small { color: #8d9497; font-size: .59rem; letter-spacing: .16em; text-transform: uppercase; }
.service-row > div:last-child p { margin: .6rem 0 1.2rem; color: #4e5559; font-size: .82rem; }
.service-row a { font-size: .72rem; font-weight: 650; }
.service-benefits { display: flex; flex-wrap: wrap; gap: .45rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.service-benefits li { min-width: 0; max-width: 100%; padding: .34rem .55rem; border: 1px solid var(--line); color: #5f676b; font-size: .62rem; line-height: 1.35; overflow-wrap: anywhere; }
.service-local-note { margin-top: 1.2rem; color: var(--muted); font-size: .86rem; }
.service-local-note a { font-weight: 650; text-decoration: underline; text-underline-offset: 3px; }
.service-detail { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.service-detail h2 { margin: 1rem 0 1.2rem; }
.service-detail__panel { padding: clamp(1.4rem, 4vw, 2.4rem); border: 1px solid var(--line); background: var(--paper); }
.service-detail__panel h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); }
.service-detail__panel ul { display: grid; gap: .85rem; margin: 1.4rem 0 2rem; padding: 0; list-style: none; }
.service-detail__panel li { position: relative; padding-left: 1.25rem; color: #51595e; font-size: .86rem; }
.service-detail__panel li::before { content: ""; position: absolute; top: .72rem; left: 0; width: 6px; height: 6px; background: var(--warm); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; }
.two-col h2 { margin-top: 1rem; }
.check-list { display: grid; gap: 0; margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid #c8cbc8; }
.check-list li { position: relative; padding: .85rem 0 .85rem 1.5rem; border-bottom: 1px solid #c8cbc8; font-size: .84rem; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 1.35rem; width: 6px; height: 6px; background: var(--warm); }
.values-panel { display: grid; padding: 2.8rem; background: var(--graphite); color: white; box-shadow: var(--shadow); }
.values-panel span { margin-bottom: 2rem; color: rgba(255,255,255,.35); font-size: .62rem; letter-spacing: .17em; text-transform: uppercase; }
.values-panel strong { padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.13); font-size: clamp(1.6rem, 4vw, 3rem); font-weight: 350; letter-spacing: -.04em; }
.quality-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c8cac7; border-left: 1px solid #c8cac7; }
.quality-grid article { min-height: 240px; padding: 2rem; border-right: 1px solid #c8cac7; border-bottom: 1px solid #c8cac7; }
.quality-grid span { color: var(--warm); font: .68rem ui-monospace, monospace; }
.quality-grid h3 { margin: 3.5rem 0 .8rem; }
.quality-grid p { color: var(--muted); font-size: .82rem; }
.project-list { display: grid; gap: 6rem; }
.project-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.project-detail:nth-child(even) .project-detail__visual { order: 2; }
.project-detail__visual { position: relative; min-height: 430px; overflow: hidden; background: #262d31; box-shadow: var(--shadow); }
.project-detail--warm .project-detail__visual { background: linear-gradient(140deg, #522a27, #342525 48%, #20272b); }
.project-detail--cool .project-detail__visual { background: linear-gradient(140deg, #223944, #20272b); }
.project-detail__visual span { position: absolute; z-index: 2; top: 2rem; left: 2rem; color: rgba(255,255,255,.4); font: .7rem ui-monospace, monospace; }
.project-detail__visual b { position: absolute; width: 58%; height: 58%; left: 21%; top: 21%; border: 1px solid rgba(255,255,255,.2); transform: skewY(8deg); }
.project-detail small { color: var(--warm); font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; }
.project-detail--cool small { color: var(--cool); }
.project-detail h2 { margin: 1rem 0 1.4rem; font-size: clamp(2rem, 4vw, 3.6rem); }
.project-detail p { color: var(--muted); }
.project-detail ul { max-width: 100%; display: flex; flex-wrap: wrap; gap: .45rem; margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.project-detail li { min-width: 0; max-width: 100%; padding: .4rem .65rem; border: 1px solid var(--line); color: #5a6266; font-size: .66rem; line-height: 1.35; overflow-wrap: anywhere; white-space: normal; }
.note-box { max-width: 850px; }
.note-box h2 { margin: 1rem 0 1.5rem; }
.note-box p { color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 7rem); }
.contact-info h2 { margin: 1rem 0 1.5rem; }
.contact-info > p { color: var(--muted); }
.contact-info dl { margin: 2.5rem 0; border-top: 1px solid var(--line); }
.contact-info dl div { display: grid; grid-template-columns: 90px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.contact-info dt { color: #8c9396; font-size: .6rem; letter-spacing: .15em; text-transform: uppercase; }
.contact-info dd { margin: 0; font-size: .88rem; font-weight: 550; }
.contact-info dd small { display: block; color: var(--muted); font-size: .66rem; font-weight: 400; }
.map-placeholder { position: relative; min-height: 170px; display: flex; flex-direction: column; justify-content: end; padding: 1.5rem; overflow: hidden; background: var(--graphite); color: white; }
.map-placeholder::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 30px 30px; }
.map-placeholder span, .map-placeholder strong, .map-placeholder small { position: relative; z-index: 2; display: block; }
.map-placeholder span { color: var(--cool-soft); font-size: .6rem; letter-spacing: .15em; text-transform: uppercase; }
.map-placeholder strong { font-size: 1.3rem; font-weight: 500; }
.map-placeholder small { color: rgba(255,255,255,.45); font-size: .64rem; }
.form-card { align-self: start; padding: clamp(1.5rem, 5vw, 3rem); background: var(--paper); border: 1px solid #dedfdb; }
.form-head { margin-bottom: 2rem; }
.form-head h2 { margin: .7rem 0; font-size: 2.3rem; }
.form-head p { color: var(--muted); font-size: .74rem; }
.form-card form { display: grid; gap: 1.2rem; }
.form-card label { display: grid; gap: .45rem; color: #555d61; font-size: .66rem; font-weight: 650; letter-spacing: .07em; text-transform: uppercase; }
.form-card input, .form-card select, .form-card textarea { width: 100%; padding: .8rem .9rem; background: white; border: 1px solid #cfd1ce; border-radius: 0; color: var(--ink); outline: none; text-transform: none; letter-spacing: normal; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-color: var(--cool); box-shadow: 0 0 0 3px rgba(69,139,170,.12); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-card .consent { grid-template-columns: 20px 1fr; align-items: start; text-transform: none; letter-spacing: normal; font-weight: 400; line-height: 1.5; }
.consent input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--warm); }
.consent a { text-decoration: underline; }
.form-card button { justify-self: start; cursor: pointer; }
.form-note { color: var(--muted); font-size: .63rem; }
.form-error { display: grid; gap: .25rem; padding: .85rem 1rem; border: 1px solid rgba(199, 72, 50, .24); background: rgba(199, 72, 50, .08); color: var(--ink); font-size: .72rem; line-height: 1.45; }
.form-error strong { color: var(--warm); font-size: .76rem; }
.form-error span { color: #62696d; }
.form-success { padding: 3rem 1rem; text-align: center; }
.form-success > span { width: 56px; height: 56px; display: grid; place-items: center; margin: 0 auto 1.5rem; background: var(--graphite); color: white; font-size: 1.5rem; }
.form-success h2 { font-size: 2rem; }
.form-success p { margin: 1rem auto 2rem; color: var(--muted); }
.contact-accordion, .contact-quick-sticky { display: none; }
.legal-hero { padding: 6rem 0 5rem; background: var(--graphite); color: white; }
.legal-hero h1 { margin: 1rem 0; font-size: clamp(3rem, 7vw, 5.5rem); }
.legal-hero p { color: rgba(255,255,255,.5); }
.legal { max-width: 820px; }
.legal__notice { margin-bottom: 3.5rem; padding: 1.3rem 1.5rem; border-left: 3px solid var(--warm); background: var(--paper); }
.legal__notice strong { display: block; margin-bottom: .3rem; }
.legal__notice p { font-size: .8rem; }
.legal__notice ul { margin: .85rem 0 0; padding-left: 1.1rem; color: #555d61; font-size: .76rem; line-height: 1.55; }
.legal__missing { color: var(--warm); font-weight: 700; }
.legal h2 { margin: 2.8rem 0 .8rem; font-size: 1.4rem; letter-spacing: -.02em; }
.legal p { color: #555d61; }
.legal a { color: var(--ink); font-weight: 650; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal__form { margin-top: 1rem; padding: 1.25rem; border: 1px solid var(--line); background: var(--paper); }
.legal__form p { margin: 0 0 .95rem; color: #4f575c; }

.footer { position: relative; overflow: hidden; padding-top: clamp(3.5rem, 7vw, 5.8rem); background: radial-gradient(circle at 16% 0%, rgba(201,72,50,.12), transparent 32%), radial-gradient(circle at 88% 16%, rgba(69,139,170,.13), transparent 34%), #151a1e; color: white; }
.footer::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.footer > .shell { position: relative; z-index: 2; }
.footer-service { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr); gap: clamp(1.4rem, 4vw, 3rem); align-items: center; margin-bottom: clamp(2.3rem, 5vw, 4rem); padding: clamp(1.35rem, 3vw, 2rem); border: 1px solid rgba(255,255,255,.1); background: linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.025)); box-shadow: 0 22px 70px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.footer-service__eyebrow { display: inline-block; margin-bottom: .65rem; color: var(--warm-soft); font-size: .58rem; font-weight: 760; letter-spacing: .17em; text-transform: uppercase; }
.footer-service h2 { max-width: 520px; font-size: clamp(1.7rem, 3vw, 2.8rem); }
.footer-service p { max-width: 610px; margin-top: .8rem; color: rgba(255,255,255,.58); font-size: .82rem; line-height: 1.65; }
.footer-service__contact { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; align-items: stretch; }
.footer-service__contact > a:not(.button) { min-width: 0; display: grid; align-content: center; gap: .16rem; min-height: 76px; padding: .8rem .95rem; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); }
.footer-service__contact span { color: rgba(255,255,255,.38); font-size: .56rem; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.footer-service__contact strong { color: rgba(255,255,255,.88); font-size: .88rem; font-weight: 650; line-height: 1.25; overflow-wrap: anywhere; }
.footer-service__contact .button { grid-column: 1 / -1; width: 100%; min-height: 48px; }
.footer__grid { display: grid; grid-template-columns: minmax(300px, 1.25fr) minmax(170px, .65fr) minmax(230px, .85fr) minmax(190px, .65fr); gap: clamp(1.4rem, 3vw, 2.8rem); align-items: start; }
.brand--footer small { color: rgba(255,255,255,.4); }
.brand--footer .brand__mark { width: 52px; height: 58px; }
.brand--footer .brand__mark img { filter: drop-shadow(0 5px 9px rgba(0,0,0,.22)); }
.footer__brand p { max-width: 340px; margin-top: .95rem; color: rgba(255,255,255,.48); font-size: .76rem; line-height: 1.65; }
.footer h3 { margin-bottom: .72rem; color: rgba(255,255,255,.36); font-size: .58rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.footer__links { display: grid; min-width: 0; align-content: start; gap: .36rem; }
.footer__links a, .footer__links span { display: block; max-width: 100%; color: rgba(255,255,255,.66); font-size: .74rem; line-height: 1.38; overflow-wrap: anywhere; }
.footer__links a { transition: color .18s ease, transform .18s ease; }
.footer__links a:hover { transform: translateX(2px); }
.footer a:hover { color: white !important; }
.footer__bottom { display: flex; justify-content: space-between; gap: 1.5rem; margin-top: clamp(2rem, 4vw, 3rem); padding: 1.05rem 0; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.36); font-size: .64rem; }
.footer__bottom div { display: flex; flex-wrap: wrap; gap: .8rem 1.25rem; }
.footer__settings { display: inline; padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; }
.footer__settings:hover { color: white; }
.cookie-open { overflow: hidden; }
.cookie-consent { position: fixed; inset: 0; z-index: 90; display: grid; align-items: end; padding: 1rem; overflow-y: auto; pointer-events: none; background: rgba(12,15,18,.42); backdrop-filter: blur(8px); }
.cookie-consent[hidden] { display: none; }
.cookie-consent__panel { width: min(1040px, 100%); max-height: calc(100vh - 2rem); margin-inline: auto; padding: clamp(1.2rem, 3vw, 2rem); overflow-y: auto; pointer-events: auto; border: 1px solid rgba(255,255,255,.12); background: linear-gradient(135deg, rgba(31,37,42,.98), rgba(19,23,27,.98)); color: white; box-shadow: 0 24px 90px rgba(0,0,0,.32); }
.cookie-consent__intro { max-width: 760px; }
.cookie-consent__intro h2 { margin: .65rem 0 .8rem; font-size: clamp(1.6rem, 3vw, 2.35rem); }
.cookie-consent__intro p { color: rgba(255,255,255,.62); font-size: .86rem; }
.cookie-consent__options { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .6rem; margin: 1.35rem 0; }
.cookie-consent__option { min-width: 0; display: grid; grid-template-columns: auto 1fr; gap: .65rem; align-items: start; padding: .85rem; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); cursor: pointer; }
.cookie-consent__option input { width: 18px; height: 18px; margin: .1rem 0 0; accent-color: var(--warm); }
.cookie-consent__option strong { display: block; margin-bottom: .18rem; font-size: .74rem; }
.cookie-consent__option small { display: block; color: rgba(255,255,255,.54); font-size: .64rem; line-height: 1.45; }
.cookie-consent__option--locked { cursor: default; opacity: .72; }
.cookie-consent__actions { display: flex; flex-wrap: wrap; gap: .7rem; justify-content: flex-end; }
.cookie-consent__links { display: flex; gap: 1rem; margin-top: .95rem; color: rgba(255,255,255,.52); font-size: .68rem; }
.cookie-consent__links a { border-bottom: 1px solid rgba(255,255,255,.2); }
.whatsapp-float { position: fixed; z-index: 45; right: 24px; bottom: 24px; width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.68); border-radius: 50%; background: #25d366; color: white; box-shadow: 0 14px 34px rgba(15,75,39,.28), 0 3px 10px rgba(21,25,29,.18); transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.025); background: #20bd5a; box-shadow: 0 18px 40px rgba(15,75,39,.34), 0 4px 12px rgba(21,25,29,.2); }
.whatsapp-float:focus-visible { outline: 3px solid rgba(37,211,102,.3); outline-offset: 4px; }
.whatsapp-float svg { width: 29px; height: 29px; fill: currentColor; }

@media (max-width: 980px) {
  .utility { display: none; }
  .nav { min-height: 70px; }
  .nav-toggle { display: block; }
  .nav-menu { position: fixed; inset: 70px 0 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 1rem 20px 2rem; background: var(--white); overflow-y: auto; }
  .nav-menu.is-open { display: flex; }
  .nav-menu > a:not(.button) { padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav-menu > a[aria-current="page"] { box-shadow: none; }
  .nav-menu .button { margin: 1.4rem 0 0; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; padding-top: 5rem; padding-bottom: 5rem; }
  .hero__lion { --lion-o-fade: .03; --lion-o-mid: .18; --lion-o-peak: .30; left: 50%; top: 50%; width: clamp(220px, 52vw, 420px); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .split--reverse, .two-col, .contact-grid, .service-detail { grid-template-columns: 1fr; }
  .master-visual, .master-visual img { min-height: 440px; height: 440px; }
  .project-compare { grid-template-columns: 1fr; }
  .project-compare { min-height: 0; }
  .project-compare__media { height: 430px; }
  .project-compare__media img { height: 100%; }
  .before-after, .before-after__image { min-height: 430px; }
  .before-after__range::-webkit-slider-thumb { height: 430px; }
  .before-after__range::-moz-range-thumb { height: 430px; }
  .project-compare__content { border-left: 0; border-top: 1px solid rgba(21,25,29,.08); }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .service-area { grid-template-columns: 1fr; }
  .service-area__visual { max-width: 780px; width: 100%; }
  .footer-service { grid-template-columns: 1fr; }
  .footer-service__contact { max-width: 620px; }
  .footer__grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__grid > div:last-child { grid-column: auto; }
  .service-row { grid-template-columns: 45px 1fr; }
  .service-row__image, .service-row > div:nth-child(3) { grid-column: 2; }
  .service-row > div:last-child { grid-column: 2; padding: 1.2rem 0 0; border-left: 0; border-top: 2px solid #afb3b3; }
  .project-detail { gap: 2.5rem; }
}

@media (max-width: 700px) {
  body { padding-bottom: 0; }
  .shell { width: min(1180px, calc(100% - 28px)); }
  .section { padding: 4.8rem 0; }
  .hero::after { animation-duration: 22s; }
  .hero__field::before, .hero__field::after { width: 78vw; box-shadow: 0 0 0 18px rgba(201,72,50,.018), 0 0 0 36px rgba(69,139,170,.01); animation-duration: 14s; }
  .hero__field::after { animation-delay: -7s; }
  .hero__field span, .hero__field i { top: 12%; bottom: 12%; filter: blur(20px); animation-duration: 14s; }
  .hero__field b { top: 14%; bottom: 14%; filter: blur(24px); animation-duration: 14s; }
  .hero__lion { --lion-o-fade: .025; --lion-o-mid: .14; --lion-o-peak: .24; left: 50%; top: 50%; width: min(74vw, 320px); animation-duration: 14s; }
  h1 { font-size: 2.9rem; }
  h2 { font-size: 2.2rem; }
  .brand strong { font-size: .73rem; }
  .brand small { font-size: .43rem; letter-spacing: .08em; }
  .brand__mark { width: 42px; height: 46px; }
  .hero__grid { padding-top: 4rem; padding-bottom: 4rem; }
  .hero__copy { max-width: 100%; min-width: 0; }
  .hero h1 { max-width: 100%; margin-top: 1.3rem; font-size: clamp(2.55rem, 12vw, 3.85rem); overflow-wrap: normal; }
  .hero__copy > p { margin: 1.5rem 0; font-size: .92rem; }
  .hero__chips { gap: .42rem; }
  .hero__chips span { padding: .4rem .58rem; font-size: .61rem; letter-spacing: .07em; }
  .button-row { width: 100%; max-width: 100%; }
  .button-row .button { width: 100%; flex: 1 1 100%; }
  .hero__meta { display: grid; gap: .6rem; letter-spacing: .07em; }
  .project-detail ul { gap: .38rem; }
  .project-detail li { padding: .36rem .55rem; font-size: .62rem; }
  .section-head { grid-template-columns: 1fr; gap: 1.2rem; margin-bottom: 2.6rem; }
  .section-head > .text-link { justify-self: start; }
  .service-area { gap: 2rem; }
  .service-area__copy h2 { font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .service-area__copy .lead { font-size: .9rem; }
  .service-area__facts { grid-template-columns: 1fr; gap: .55rem; margin: 1.5rem 0 1.7rem; }
  .service-area__facts div { padding: .85rem; }
  .service-area__visual { margin-inline: -4px; padding: .45rem; }
  .service-area-map { height: 390px; }
  .service-area-map__city-label { font-size: .62rem; }
  .service-area-map__city-label--center { font-size: .8rem; }
  .service-area-map .leaflet-control-zoom a { width: 34px; height: 34px; line-height: 34px; }
  .service-area-map__consent { padding: 1.2rem; }
  .service-area-map__consent p { font-size: .76rem; }
  .service-area__legend { display: grid; gap: .48rem; font-size: .57rem; }
  .service-swipe-hint { display: flex; align-items: center; justify-content: flex-end; gap: .55rem; margin: -1.25rem 0 .9rem; color: #858d90; font-size: .58rem; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
  .service-swipe-hint b { color: var(--warm); font-size: .85rem; font-weight: 500; animation: swipe-hint 2.2s ease-in-out infinite; }
  .service-grid { display: flex; gap: .8rem; width: calc(100% + 14px); margin-right: -14px; padding: 0 14px 1.1rem 0; overflow-x: auto; overflow-y: hidden; border: 0; scroll-snap-type: x mandatory; scroll-padding-left: 0; overscroll-behavior-inline: contain; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .service-grid::-webkit-scrollbar { display: none; }
  .service-card { min-width: min(82vw, 310px); min-height: 410px; flex: 0 0 min(82vw, 310px); border: 1px solid var(--line); scroll-snap-align: start; scroll-snap-stop: always; }
  .service-card__image { height: 142px; }
  .service-card__body { padding: 1.35rem; }
  .service-card:last-child { margin-right: 14px; }
  .service-card:hover { transform: none; box-shadow: none; }
  .service-dots { display: flex; align-items: center; justify-content: center; gap: .48rem; margin-top: .45rem; }
  .service-dots button { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; background: #c7cac7; cursor: pointer; transition: width .22s ease, border-radius .22s ease, background-color .22s ease; }
  .service-dots button.is-active { width: 22px; border-radius: 8px; background: var(--warm); }
  .service-dots button:focus-visible { outline: 2px solid var(--cool); outline-offset: 3px; }
  .master-visual, .master-visual img { min-height: 350px; height: 350px; }
  .project-carousel__viewport { margin-inline: -4px; }
  .project-compare__media { height: 245px; }
  .before-after, .before-after__image { min-height: 245px; }
  .before-after__range::-webkit-slider-thumb { height: 245px; }
  .before-after__range::-moz-range-thumb { height: 245px; }
  .before-after__label { top: .7rem; padding: .32rem .5rem; font-size: .48rem; }
  .before-after__label--before { right: .7rem; }
  .before-after__label--after { left: .7rem; }
  .before-after__handle b { width: 46px; height: 46px; }
  .before-after__handle b::before { left: 14px; }
  .before-after__handle b::after { right: 14px; }
  .project-compare__media figcaption { left: .7rem; right: .7rem; bottom: .7rem; max-width: none; padding: .42rem .5rem; font-size: .48rem; }
  .project-compare__content { padding: 1.25rem; }
  .project-compare__kicker { font-size: .54rem; letter-spacing: .13em; }
  .project-compare__content h3 { margin: .65rem 0 .75rem; font-size: clamp(1.65rem, 8vw, 2.25rem); }
  .project-compare__content p { font-size: .82rem; line-height: 1.62; }
  .project-compare__facts { grid-template-columns: 1fr; gap: .48rem; margin: 1.25rem 0 1.45rem; }
  .project-compare__facts div { padding: .72rem .75rem; }
  .project-compare__facts dd { font-size: .72rem; }
  .project-compare__link { width: 100%; justify-content: space-between; font-size: .72rem; }
  .project-carousel__controls { margin-top: .9rem; }
  .project-carousel__button { width: 42px; height: 42px; }
  .project-grid { grid-template-columns: 1fr; }
  .page-hero__grid { min-height: 420px; grid-template-columns: 1fr; align-content: end; padding-top: 4rem; padding-bottom: 3rem; }
  .page-hero h1 { font-size: 3rem; }
  .page-hero__index { display: none; }
  .service-row { grid-template-columns: 1fr; gap: .7rem; padding: 2.2rem 0; }
  .service-row__image, .service-row > div:nth-child(3), .service-row > div:last-child { grid-column: 1; }
  .service-row__image { height: 180px; }
  .two-col { gap: 2rem; }
  .quality-grid { grid-template-columns: 1fr; }
  .quality-grid article { min-height: auto; }
  .quality-grid h3 { margin-top: 2rem; }
  .project-list { gap: 4rem; }
  .project-detail { grid-template-columns: 1fr; gap: 2rem; }
  .project-detail:nth-child(even) .project-detail__visual { order: 0; }
  .project-detail__visual { min-height: 300px; }
  .field-row { grid-template-columns: 1fr; }
  .form-card { padding: 1.2rem; }
  .page-contact { padding-bottom: 94px; }
  .page-contact .page-hero, .page-contact .contact-info--desktop, .page-contact .whatsapp-float { display: none; }
  .page-contact .section { padding: 1.4rem 0 3.5rem; }
  .page-contact .contact-grid { gap: 1rem; }
  .page-contact .form-card { order: 1; padding: 1.25rem; }
  .page-contact .form-head { margin-bottom: 1.2rem; }
  .page-contact .form-head p { margin: 0; }
  .page-contact .form-card form { gap: 1rem; }
  .page-contact .form-card button { width: 100%; }
  .contact-accordion { order: 2; display: block; border: 1px solid var(--line); background: white; }
  .contact-accordion summary { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0 1.15rem; color: var(--ink); font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; list-style: none; }
  .contact-accordion summary::-webkit-details-marker { display: none; }
  .contact-accordion summary b { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
  .contact-accordion summary b::before, .contact-accordion summary b::after { content: ""; position: absolute; top: 8px; left: 2px; width: 14px; height: 1px; background: var(--warm); transition: transform .2s ease; }
  .contact-accordion summary b::after { transform: rotate(90deg); }
  .contact-accordion[open] summary b::after { transform: rotate(0); }
  .contact-accordion__body { padding: 0 1.15rem 1.15rem; border-top: 1px solid var(--line); }
  .contact-accordion__body > a, .contact-accordion__body > div:not(.map-placeholder) { display: grid; gap: .12rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
  .contact-accordion__body > a small, .contact-accordion__body > div:not(.map-placeholder) small { color: #8c9396; font-size: .57rem; letter-spacing: .13em; text-transform: uppercase; }
  .contact-accordion__body > a strong, .contact-accordion__body > div:not(.map-placeholder) strong { font-size: .86rem; font-weight: 600; }
  .contact-accordion__body > a span, .contact-accordion__body > div:not(.map-placeholder) span { color: var(--muted); font-size: .65rem; }
  .contact-accordion .map-placeholder { min-height: 135px; margin-top: 1rem; }
  .contact-quick-sticky { position: fixed; z-index: 50; right: 0; bottom: 0; left: 0; min-height: 78px; display: grid; grid-template-columns: repeat(3, 1fr); gap: .35rem; padding: .55rem .55rem calc(.55rem + env(safe-area-inset-bottom)); background: rgba(24,30,34,.97); border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 -12px 30px rgba(17,22,25,.18); backdrop-filter: blur(14px); }
  .contact-quick-sticky a { min-width: 0; max-width: 100%; display: flex; align-items: center; justify-content: center; gap: .42rem; padding: .72rem .3rem; border-radius: 999px; background: rgba(255,255,255,.08); color: white; font-size: .62rem; font-weight: 650; letter-spacing: .04em; line-height: 1.2; overflow-wrap: anywhere; text-align: center; white-space: normal; }
  .contact-quick-sticky a span { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
  .contact-quick-sticky a + a { border-left: 0; }
  .contact-quick-sticky svg { width: 17px; height: 17px; flex: 0 0 17px; fill: currentColor; }
  .contact-quick-sticky a:last-child svg { color: #59d988; }
  .footer { padding-top: 3rem; }
  .footer-service { gap: 1.25rem; margin-bottom: 2.6rem; padding: 1.15rem; }
  .footer-service h2 { font-size: 1.65rem; }
  .footer-service p { font-size: .76rem; }
  .footer-service__contact { grid-template-columns: 1fr; gap: .5rem; }
  .footer-service__contact > a:not(.button) { min-height: 62px; padding: .7rem .8rem; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 1.65rem 1.4rem; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__grid > div:last-child { grid-column: auto; }
  .footer__bottom { align-items: flex-start; flex-direction: column; margin-top: 2rem; }
  .footer__bottom div { flex-wrap: wrap; gap: .8rem 1.1rem; }
  .cookie-consent { align-items: end; padding: .75rem; }
  .cookie-consent__panel { max-height: calc(100vh - 1.5rem); overflow-y: auto; padding: 1rem; }
  .cookie-consent__options { grid-template-columns: 1fr; gap: .5rem; margin: 1rem 0; }
  .cookie-consent__option { padding: .72rem; }
  .cookie-consent__actions { display: grid; grid-template-columns: 1fr; }
  .cookie-consent__actions .button { width: 100%; }
  .whatsapp-float { right: 14px; bottom: 18px; width: 54px; height: 54px; }
  .whatsapp-float svg { width: 27px; height: 27px; }
}

@keyframes swipe-hint {
  0%, 100% { transform: translateX(0); opacity: .55; }
  50% { transform: translateX(4px); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .hero::after { animation: none !important; }
  .hero__field span, .hero__field i, .hero__field b, .hero__field::before, .hero__field::after, .hero__lion { animation: none !important; }
  .project-carousel__track { transition: none !important; }
}
