:root {
  --black: #000;
  --bg: #050505;
  --surface: #0d0d0f;
  --surface-2: #151517;
  --white: #f7f7f5;
  --muted: #999997;
  --quiet: #6c6c6a;
  --line: rgba(255,255,255,.11);
  --red-dark: #72000e;
  --red: #c8071d;
  --red-bright: #f0182f;
  --green: #009246;
  --green-bright: #14b866;
  --display: Bahnschrift, "Arial Narrow", Arial, sans-serif;
  --body: Inter, "Segoe UI", Arial, sans-serif;
  --mono: Consolas, "SFMono-Regular", monospace;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 50% 10%, rgba(200,7,29,.18), transparent 30rem), #030303; color: var(--white); font-family: var(--body); -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }
svg { width: 1.4rem; height: 1.4rem; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }

.link-page { width: min(100%, 31rem); min-height: 100svh; margin: 0 auto; overflow: visible; background: var(--bg); box-shadow: 0 0 7rem rgba(0,0,0,.85); }
.cover { position: relative; min-height: 28rem; isolation: isolate; overflow: hidden; background: #000 url("assets/background-up-tsi.avif") center calc(-6rem + 50px) / 100% auto no-repeat; }
.cover::before { position: absolute; z-index: -1; top: 0; right: 0; left: 0; height: 13rem; background: linear-gradient(180deg, rgba(0,0,0,.94), rgba(0,0,0,.66) 52%, transparent); content: ""; }
.cover-shade { display: none; }
.round-control { position: absolute; z-index: 2; top: max(1.25rem, env(safe-area-inset-top)); width: 2.75rem; height: 2.75rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(0,0,0,.35); color: var(--white); cursor: pointer; text-decoration: none; backdrop-filter: blur(12px); transition: background 180ms ease, border-color 180ms ease, transform 240ms var(--ease); }
.round-control:hover { transform: translateY(-2px); background: rgba(200,7,29,.6); border-color: var(--red-bright); }
.back { left: 1.25rem; }
.share { right: auto; left: 50%; width: auto; height: 2.75rem; padding: .45rem .85rem .45rem .58rem; display: inline-flex; align-items: center; gap: .45rem; border-radius: .5rem; transform: translateX(-50%); }
.share svg { width: 1.28rem; height: 1.28rem; }
.share span { font: italic 700 .68rem/.9 var(--display); letter-spacing: .02em; text-transform: uppercase; }
.share:hover { transform: translateX(-50%) translateY(-2px); }
.brand-lockup { position: absolute; z-index: 2; top: 4.8rem; right: 2rem; left: 2rem; text-align: center; }
.brand-lockup img { width: min(100%, 19rem); filter: drop-shadow(0 .5rem 1.2rem rgba(0,0,0,.8)); }
.brand-lockup p { margin: .55rem 0 0; color: rgba(255,255,255,.72); font: 700 .62rem/1 var(--mono); letter-spacing: .18em; text-transform: uppercase; }
.quick-panel { position: relative; z-index: 3; margin: -3.875rem .75rem 1.5rem; padding: 1rem; overflow: hidden; background: rgba(14,14,16,.72); border: 1px solid rgba(255,255,255,.16); border-radius: 1rem; box-shadow: 0 1.25rem 3rem rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.08); backdrop-filter: blur(22px) saturate(125%); -webkit-backdrop-filter: blur(22px) saturate(125%); }
.quick-panel::before { position: absolute; top: -3rem; right: -2rem; width: 10rem; height: 7rem; background: radial-gradient(ellipse, rgba(200,7,29,.14), transparent 68%); content: ""; pointer-events: none; }
.social-row { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2, 1fr); gap: .55rem; }
.contact-button { min-height: 3.6rem; padding: .4rem .85rem .4rem .45rem; display: inline-flex; justify-content: flex-start; align-items: center; gap: .65rem; border: 1px solid transparent; border-radius: .65rem; color: var(--white); font: italic 700 .82rem/.9 var(--display); letter-spacing: .02em; text-decoration: none; text-transform: uppercase; transition: transform 220ms var(--ease), filter 180ms ease, box-shadow 220ms ease; }
.contact-button svg { width: 2.28rem; height: 2.28rem; padding: .56rem; border-radius: .48rem; background: rgba(0,0,0,.2); }
.contact-button span { flex: 1; text-align: left; }
.contact-button strong, .contact-button small { display: block; }
.contact-button strong { font: italic 700 .82rem/.9 var(--display); letter-spacing: .02em; }
.contact-button small { margin-top: .22rem; color: rgba(255,255,255,.74); font: italic 600 .68rem/.9 var(--display); letter-spacing: .01em; text-transform: none; }
.contact-button:hover { transform: translateY(-3px); filter: brightness(1.12); }
.contact-whatsapp { background: linear-gradient(135deg, #007a3a, var(--green-bright)); box-shadow: 0 .7rem 1.6rem rgba(0,146,70,.22); }
.contact-instagram { background: linear-gradient(125deg, var(--red-dark), var(--red) 52%, var(--red-bright)); box-shadow: 0 .7rem 1.6rem rgba(200,7,29,.22); }
.contact-instagram .fill-dot { fill: currentColor; stroke: none; }
.service-list { position: relative; z-index: 1; margin-top: .75rem; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.1); border-radius: .7rem; background: rgba(0,0,0,.2); }
.service-list article { min-height: 5.8rem; padding: .65rem .35rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .42rem; text-align: center; border-right: 1px solid rgba(255,255,255,.1); }
.service-list article:last-child { border: 0; }
.service-list article:nth-child(2) { border-right: 1px solid rgba(255,255,255,.1); }
.service-list .service-icon { width: 2.28rem; height: 2.28rem; padding: .56rem; display: grid; place-items: center; border: 0; border-radius: .48rem; background: rgba(0,0,0,.28); }
.service-list .service-icon svg { width: 1.15rem; height: 1.15rem; }
.service-list article { min-height: 5.5rem; gap: 1.005rem; }
.service-list h2 { font-size: 1.3rem; line-height: .92; }
.service-list p { font-size: .806rem; line-height: 1.3; }
.service-icon { width: 1.72rem; height: 1.72rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; color: var(--white); }
.service-icon svg { width: 1rem; height: 1rem; }
.service-list h2 { margin: 0 0 .2rem; font: italic 700 .79rem/.9 var(--display); letter-spacing: -.01em; text-transform: uppercase; }
.service-list p { margin: 0; color: var(--muted); font: 500 .49rem/1.28 var(--mono); letter-spacing: .015em; }
.service-list article > div { width: 100%; min-height: 2.2rem; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
.service-list article > div h2 { min-height: .9rem; display: flex; align-items: center; justify-content: center; }

.service-carousel { width: 100%; margin: 0 0 2rem; padding: 0 1rem; display: flex; gap: .85rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scroll-padding-inline: 1rem; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.service-carousel::-webkit-scrollbar { display: none; }
.service-feature { flex: 0 0 clamp(17.5rem, 80vw, 21.5rem); width: clamp(17.5rem, 80vw, 21.5rem); min-width: 0; margin: 0; scroll-snap-align: start; scroll-snap-stop: always; }
.services-heading { margin: 1.2rem 1rem .7rem; display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.services-heading h2 { margin: .35rem 0 0; font: italic 700 1.7rem/1 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.services-heading > span { color: var(--quiet); font: 600 .56rem/1 var(--mono); letter-spacing: .07em; text-transform: uppercase; text-align: right; }
.category-links { position: -webkit-sticky; position: sticky; z-index: 20; top: 0; margin: 0 0 1.35rem; padding: .72rem 1rem .68rem; display: flex; gap: .55rem; overflow-x: auto; scroll-snap-type: x proximity; background: rgba(3,3,3,.97); border-bottom: 1px solid rgba(255,255,255,.1); box-shadow: 0 .85rem 1.6rem rgba(0,0,0,.55), 0 .2rem .45rem rgba(0,0,0,.3), inset 0 -1px rgba(255,255,255,.05); scrollbar-width: none; }
.category-links::-webkit-scrollbar { display: none; }
.category-links a { flex: 0 0 auto; padding: .58rem .78rem .52rem; scroll-snap-align: start; border: 1px solid rgba(255,255,255,.16); border-radius: .5rem; background: rgba(255,255,255,.045); color: var(--muted); font: italic 700 .85rem/.9 var(--display); letter-spacing: .02em; text-decoration: none; text-transform: uppercase; transition: transform 180ms var(--ease), color 180ms ease, border-color 180ms ease, background 180ms ease; }
.category-links a:hover, .category-links a:focus-visible { transform: translateY(-2px); border-color: var(--red-bright); background: rgba(200,7,29,.2); color: var(--white); }
.service-category { margin: 2rem 0 2.4rem; scroll-margin-top: 50px; }
.service-category-heading { margin: 0 1rem .75rem; display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.service-category-heading h2 { margin: .28rem 0 0; font: italic 700 1.55rem/1 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.service-category-heading > span { max-width: 13rem; color: var(--quiet); font: 600 .55rem/1.25 var(--mono); letter-spacing: .04em; text-align: right; }
.category-signature { width: min(100%, 10.5rem); margin-top: .2rem; display: grid; grid-template-columns: repeat(3, 1fr) auto; align-items: center; gap: .12rem; }
.category-signature > span { height: .18rem; display: block; }
.signature-green { background: var(--green-bright); }
.signature-white { background: rgba(255,255,255,.9); }
.signature-red { background: var(--red-bright); }
.category-signature b { margin-left: .12rem; color: rgba(255,255,255,.78); font: italic 700 .5rem/1 var(--display); letter-spacing: .2em; }
.service-category .service-carousel { margin-bottom: .65rem; }
.category-filter { margin: 0 1rem 1rem; display: flex; gap: .45rem; overflow-x: auto; padding-bottom: .2rem; scrollbar-width: none; }
.category-filter::-webkit-scrollbar { display: none; }
.category-filter-button { flex: 0 0 auto; padding: .48rem .72rem .44rem; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.045); color: var(--muted); cursor: pointer; font: 700 .57rem/1 var(--mono); letter-spacing: .035em; text-transform: uppercase; transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease; }
.category-filter-button:hover { transform: translateY(-1px); border-color: rgba(240,24,47,.5); color: var(--white); }
.category-filter-button.is-active { background: rgba(200,7,29,.2); border-color: rgba(240,24,47,.68); color: #ff8791; }
.service-feature[hidden] { display: none; }
.carousel-controls[hidden] { display: none; }
.carousel-controls { width: min(100% - 2rem, 21.5rem); margin: .85rem auto 2.2rem; display: grid; grid-template-columns: 2.65rem 1fr 2.65rem; align-items: center; gap: .85rem; }
.carousel-arrow { width: 2.65rem; height: 2.65rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(19,19,21,.75); color: var(--white); box-shadow: inset 0 1px rgba(255,255,255,.08); cursor: pointer; transition: transform 200ms var(--ease), background 180ms ease, border-color 180ms ease; }
.carousel-arrow svg { width: 1.2rem; height: 1.2rem; }
.carousel-arrow:hover { transform: translateY(-2px); background: linear-gradient(135deg, var(--red-dark), var(--red)); border-color: var(--red-bright); }
.carousel-dots { display: flex; justify-content: center; align-items: center; gap: .45rem; }
.carousel-dots button { width: .72rem; height: .22rem; padding: 0; border: 0; border-radius: 99rem; background: rgba(240,24,47,.34); cursor: pointer; transition: width 220ms var(--ease), background 180ms ease, opacity 180ms ease; }
.carousel-dots button[aria-selected="true"] { width: 1.35rem; background: var(--red-bright); box-shadow: 0 0 .45rem rgba(240,24,47,.35); }
.back-to-top { margin: .2rem auto 2.5rem; padding: .65rem .9rem; display: flex; align-items: center; gap: .45rem; border: 1px solid rgba(255,255,255,.16); border-radius: .5rem; background: rgba(255,255,255,.05); color: var(--muted); cursor: pointer; font: italic 700 .68rem/.9 var(--display); letter-spacing: .02em; text-transform: uppercase; transition: transform 180ms var(--ease), color 180ms ease, border-color 180ms ease, background 180ms ease, filter 180ms ease; }
.back-to-top svg { width: .95rem; height: .95rem; }
.back-to-top:hover { transform: translateY(-2px); color: var(--white); border-color: rgba(240,24,47,.55); background: rgba(200,7,29,.16); }
.page-footer-logo { width: min(10rem, 48vw); margin: 0 auto 2.25rem; display: block; opacity: .72; filter: drop-shadow(0 .4rem .8rem rgba(0,0,0,.4)); }
.share:hover, .more-button:hover { background: rgba(200,7,29,.6); border-color: var(--red-bright); filter: brightness(1.08); }
.service-offer { position: relative; min-height: 29rem; overflow: hidden; background: #0d0d0f; border: 1px solid rgba(255,255,255,.15); border-radius: .85rem; box-shadow: 0 1.4rem 3.5rem rgba(0,0,0,.4); }
.service-tag { position: absolute; z-index: 2; top: 1rem; left: 1rem; max-width: calc(100% - 2rem); padding: .38rem .62rem .34rem; color: #ff8791; background: rgba(200,7,29,.18); border: 1px solid rgba(240,24,47,.48); border-radius: 999px; box-shadow: inset 0 1px rgba(255,255,255,.08); font: 700 .56rem/1 var(--mono); letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); pointer-events: none; }
.service-photo { position: absolute; inset: 0; background: #050505 url("assets/lavagem-up-tsi.avif") center top / contain no-repeat; }
.service-photo--detailed { background-image: url("assets/lavagem-detalhada-up-tsi.avif"); background-position: center -4rem; background-size: cover; }
.service-photo--technical { background-image: url("assets/lavagem-tecnica-up-tsi.avif"); }
.service-photo--technical { background-position: center 28%; background-repeat: no-repeat; background-size: cover; }
.service-photo--technical::after { background: linear-gradient(180deg, rgba(0,0,0,.02) 28%, rgba(0,0,0,.14) 52%, rgba(5,5,5,.76) 74%, #050505 100%); }
.service-photo--empty { background: radial-gradient(circle at 78% 15%, rgba(20,184,102,.16), transparent 29%), linear-gradient(145deg, #202023 0%, #0b0b0d 54%, #030303 100%); }
.service-photo--wax { background: radial-gradient(circle at 18% 14%, rgba(240,24,47,.22), transparent 27%), radial-gradient(circle at 80% 86%, rgba(20,184,102,.13), transparent 32%), linear-gradient(145deg, #211015 0%, #0c0b0d 56%, #030303 100%); }
.service-photo--interior { background-image: url("assets/higienizacao-bancos.avif"); background-position: center top; background-size: cover; }
.service-photo--leather { background-image: url("assets/hidratacao-couro.avif"); background-position: center top; background-size: cover; }
.service-photo--engine { background-image: url("assets/limpeza-motor.avif"); background-position: center top; background-size: cover; }
.service-photo--glass { background-image: url("assets/cristalizacao-parabrisa-up.avif"); background-position: center top; background-size: cover; }
.service-photo--headlight { background-image: url("assets/clareamento-farol-up.avif"); background-position: center top; background-size: cover; }
.service-photo--restoration { background-image: url("assets/restauracao-farol-up.avif"); background-position: center top; background-size: cover; }
.service-photo--overcoating { background-image: url("assets/polimento-overcoating-up.avif"); background-position: center -3.5rem; background-size: cover; }
.service-photo--polimento-tecnico { background-image: url("assets/polimento-tecnico-up.avif"); background-position: center top; background-size: cover; }
.service-photo--vitrificacao { background-image: url("assets/vitrificacao-vx45-up.avif"); background-position: center 41%; background-size: 168%; }
.service-photo--simple-wax { background-image: url("assets/enceramento-simples-up-tsi.avif"); background-position: center -3.2rem; background-size: cover; }
.service-photo--technical-wax { background-image: url("assets/enceramento-tecnico-maquina-up-tsi.avif"); background-position: center top; background-size: cover; }
.service-photo::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.02) 18%, rgba(0,0,0,.28) 42%, rgba(5,5,5,.9) 69%, #050505 100%); content: ""; }
.service-content { position: relative; z-index: 1; min-height: 29rem; padding: 1rem; display: flex; flex-direction: column; justify-content: flex-end; }
.service-kicker { margin: 0; color: rgba(255,255,255,.72); font: 700 .6rem/1.2 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.service-kicker i { width: .42rem; height: .42rem; margin-right: .4rem; display: inline-block; background: var(--green-bright); border-radius: 50%; box-shadow: 0 0 0 .2rem rgba(20,184,102,.12); }
.service-content h1 { margin: .42rem 0 .48rem; font: italic 700 clamp(1.6rem, 7vw, 2.1rem)/.88 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.service-summary { max-width: 20rem; margin: 0 0 1rem; color: rgba(255,255,255,.74); font-size: .78rem; line-height: 1.45; }
.price-list { margin: 0; display: grid; gap: .42rem; }
.price-list div { padding: .6rem .7rem; display: flex; justify-content: space-between; align-items: center; gap: .75rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: .48rem; backdrop-filter: blur(10px); }
.price-list div[hidden] { display: none !important; }
.price-list dt { color: rgba(255,255,255,.72); font: 600 .66rem/1.2 var(--body); }.price-list dd { margin: 0; color: var(--white); font: italic 700 .95rem/1 var(--display); }
.price-list--wax dt { line-height: 1.1; }
.price-list--wax dt > small { display: inline; margin: 0 0 0 .2rem; color: var(--quiet); font: 600 .56rem/1 var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.price-list--wax dt > small::before { content: "- "; }
.price-list--wax > div,
.dialog-prices.dialog-prices--wax > div { display: block; }
.price-list--wax > div,
.dialog-prices.dialog-prices--wax > div { padding: 0; background: transparent; border: 0; border-radius: 0; backdrop-filter: none; }
.price-list--wax dt,
.dialog-prices--wax dt { margin-bottom: .28rem; }
.price-list--wax dt > small { font-size: .56rem; font-weight: 700; letter-spacing: .08em; }
.price-list--wax > div > dd,
.dialog-prices--wax > div > dd { padding: .6rem .7rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: .48rem; backdrop-filter: blur(10px); }
.price-list--wax dd { width: 100%; display: grid; gap: .16rem; }
.price-list--wax dd > span { display: flex; align-items: baseline; justify-content: flex-start; gap: .35rem; }
.price-list--wax dd small { color: var(--muted); font: 600 .66rem/1.2 var(--body); white-space: nowrap; }
.price-list--wax dd b { margin-left: auto; color: var(--white); font: italic 700 .78rem/1 var(--display); white-space: nowrap; }
.dialog-prices--wax dd { width: 100%; display: grid; gap: .2rem; }
.dialog-prices--wax dd > span { display: flex; align-items: baseline; justify-content: flex-start; gap: .45rem; }
.dialog-prices--wax dd small { color: var(--muted); font: 600 .66rem/1.2 var(--body); white-space: nowrap; }
.dialog-prices--wax dd b { margin-left: auto; color: var(--white); font: italic 700 .86rem/1 var(--display); white-space: nowrap; }
.service-actions { margin-top: .7rem; display: grid; grid-template-columns: 1fr 1fr; gap: .45rem; }
.book-button, .more-button { min-height: 2.65rem; display: inline-flex; justify-content: center; align-items: center; gap: .42rem; border-radius: .5rem; color: var(--white); cursor: pointer; font: italic 700 .78rem/.9 var(--display); letter-spacing: .015em; text-decoration: none; text-transform: uppercase; transition: transform 220ms var(--ease), filter 180ms ease, background 180ms ease; }
.book-button { background: linear-gradient(135deg, #007a3a, var(--green-bright)); border: 1px solid transparent; box-shadow: 0 .65rem 1.5rem rgba(0,146,70,.22); }.book-button svg { width: 1.05rem; height: 1.05rem; }.book-button:hover, .more-button:hover { transform: translateY(-2px); filter: brightness(1.1); }
.more-button { border: 1px solid rgba(255,255,255,.2); background: rgba(12,12,14,.45); box-shadow: inset 0 1px rgba(255,255,255,.1); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.more-button::before { width: 1rem; height: 1rem; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid currentColor; border-radius: 50%; content: "i"; font: 800 .62rem/1 var(--body); text-transform: lowercase; }

.service-dialog { width: min(calc(100% - 2rem), 29rem); height: min(40rem, calc(100svh - 2rem)); margin: auto; padding: 0; overflow: hidden; background: transparent; border: 0; color: var(--white); }
.service-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(10px); }
.dialog-content { position: relative; height: 100%; padding: 1.5rem; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: #090909; border: 1px solid rgba(255,255,255,.18); border-radius: 1rem; box-shadow: 0 2rem 6rem rgba(0,0,0,.62); isolation: isolate; }
.dialog-content::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.67) 40%, rgba(5,5,5,.94) 75%, #050505 100%); content: ""; pointer-events: none; }.dialog-content > * { position: relative; z-index: 1; }
.dialog-close { position: absolute; z-index: 2; top: .8rem; right: .8rem; width: 2.2rem; height: 2.2rem; padding: 0; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; background: rgba(0,0,0,.5); color: var(--white); cursor: pointer; transition: background 180ms ease, border-color 180ms ease, transform 180ms var(--ease); }
.dialog-close svg { width: 1.1rem; height: 1.1rem; stroke-width: 2.2; }
.dialog-close:hover { transform: rotate(90deg); background: rgba(200,7,29,.65); border-color: var(--red-bright); }
.dialog-service-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; margin: 0; display: block; object-fit: cover; object-position: center top; background: #050505; }
.dialog-service-tag { align-self: flex-start; max-width: calc(100% - 3rem); margin: 0 0 .35rem; padding: .38rem .62rem .34rem; color: #ff8791; background: rgba(200,7,29,.18); border: 1px solid rgba(240,24,47,.48); border-radius: 999px; box-shadow: inset 0 1px rgba(255,255,255,.08); font: 700 .56rem/1 var(--mono); letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.dialog-service-tag[hidden] { display: none; }
.dialog-content h2 { max-width: 11ch; margin: .7rem 0 1rem; font: italic 700 2.7rem/.88 var(--display); letter-spacing: -.04em; text-transform: uppercase; }.dialog-copy { margin: 0 0 1.15rem; color: rgba(255,255,255,.75); font-size: .84rem; line-height: 1.48; }.dialog-prices { margin-bottom: 1.1rem; }.dialog-prices div { background: rgba(0,0,0,.32); }
.dialog-book { min-height: 3.3rem; padding: 0 1rem; display: flex; align-items: center; justify-content: center; border-radius: .6rem; background: linear-gradient(135deg, #007a3a, var(--green-bright)); color: var(--white); font: italic 700 .85rem/.9 var(--display); letter-spacing: .02em; text-decoration: none; text-transform: uppercase; }
.dialog-book-label { display: inline-flex; align-items: center; gap: .45rem; }
.dialog-book-label svg { width: 1.35rem; height: 1.35rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.dialog-book > span[aria-hidden="true"] { display: none; }
.share-dialog { width: min(calc(100% - 2rem), 25rem); margin: auto; padding: 0; overflow: hidden; border: 0; background: transparent; color: var(--white); }
.share-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(10px); }
.share-dialog-content { position: relative; padding: 1.6rem; background: rgba(12,12,14,.96); border: 1px solid rgba(255,255,255,.18); border-radius: .75rem; box-shadow: 0 2rem 5rem rgba(0,0,0,.62); }
.share-dialog-content .dialog-close { top: .8rem; right: .8rem; }
.share-dialog-logo { width: min(100%, 18rem); margin: 1.8rem auto 1.35rem; display: block; filter: drop-shadow(0 .45rem .85rem rgba(0,0,0,.55)); }
.share-dialog-content h2 { margin: .55rem 0 .5rem; font: italic 700 2.2rem/.9 var(--display); text-transform: uppercase; }
.share-dialog-content > p:not(.service-kicker) { margin: 0 0 1.2rem; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.share-options { display: grid; gap: .55rem; }
.share-option { min-height: 3rem; padding: .45rem .7rem; display: flex; align-items: center; gap: .65rem; border: 1px solid rgba(255,255,255,.14); border-radius: .5rem; color: var(--white); cursor: pointer; font: italic 700 .78rem/.9 var(--display); letter-spacing: .02em; text-decoration: none; text-transform: uppercase; transition: transform 180ms var(--ease), filter 180ms ease, background 180ms ease, border-color 180ms ease; }
.share-option-icon { width: 2rem; height: 2rem; display: grid; place-items: center; border-radius: .36rem; background: rgba(0,0,0,.2); font: 700 1rem/1 var(--body); }
.share-option-icon svg { width: 1.15rem; height: 1.15rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.share-option-icon .fill-dot { fill: currentColor; stroke: none; }
.share-option--whatsapp { background: linear-gradient(135deg, #007a3a, var(--green-bright)); border-color: transparent; }
.share-option--instagram { background: linear-gradient(135deg, #7b2fb1, #e6316b 55%, #ed9b35); border-color: transparent; }
.share-option--copy { background: rgba(255,255,255,.06); }
.share-option:hover { transform: translateY(-2px); filter: brightness(1.1); border-color: var(--red-bright); }
.share-option--copy:hover { background: rgba(200,7,29,.6); border-color: var(--red-bright); filter: brightness(1.08); }
.share-option--whatsapp:hover, .share-option--instagram:hover { border-color: rgba(255,255,255,.92); }

.link-panel { position: relative; z-index: 2; margin-top: 0; padding: 4.3rem 1.25rem max(2rem, env(safe-area-inset-bottom)); background: var(--bg); border-radius: 0; }
.social-actions { position: absolute; top: -1.65rem; right: 1.25rem; left: 1.25rem; display: flex; justify-content: center; gap: .75rem; }
.social-button { height: 3.5rem; padding: .45rem 1.1rem .45rem .45rem; display: flex; align-items: center; gap: .65rem; border: 1px solid rgba(255,255,255,.15); border-radius: 99rem; background: #151516; color: var(--white); box-shadow: 0 .85rem 2.4rem rgba(0,0,0,.46); font-size: .7rem; font-weight: 800; letter-spacing: .03em; text-decoration: none; text-transform: uppercase; transition: transform 240ms var(--ease), border-color 180ms ease; }
.social-button svg { width: 2.55rem; height: 2.55rem; padding: .64rem; border-radius: 50%; }
.social-button:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.38); }
.whatsapp svg { background: var(--green); }.instagram svg { background: linear-gradient(135deg, #7733c8, #e6316b 55%, #f2a33a); }.instagram .fill-dot { fill: currentColor; stroke: none; }

.profile-head { text-align: center; }
.eyebrow { margin: 0; color: var(--muted); font: 700 .62rem/1.4 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.eyebrow i { width: .45rem; height: .45rem; margin-right: .35rem; display: inline-block; background: var(--green-bright); border-radius: 50%; box-shadow: 0 0 0 .22rem rgba(20,184,102,.12); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: .95rem 0 .85rem; font: italic 700 clamp(2.4rem, 11vw, 3.45rem)/.91 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
h1 em { color: var(--red-bright); font-style: inherit; }
.profile-head > p:last-child { max-width: 24rem; margin: 0 auto; color: var(--muted); font-size: .86rem; line-height: 1.62; }

.proof-grid { margin-top: 1.5rem; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--surface); border: 1px solid var(--line); border-radius: .9rem; }
.proof-grid article { min-height: 6.3rem; padding: .85rem .45rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .6rem; text-align: center; border-right: 1px solid var(--line); }
.proof-grid article:last-child { border: 0; }
.proof-icon { width: 2.15rem; height: 2.15rem; display: grid; place-items: center; color: var(--white); background: var(--surface-2); border: 1px solid var(--line); border-radius: 50%; }
.proof-icon svg { width: 1.15rem; height: 1.15rem; }
.proof-grid strong { font: 700 .65rem/1.25 var(--mono); letter-spacing: .025em; text-transform: uppercase; }

.main-links { margin-top: .75rem; display: grid; gap: .6rem; }
.primary-link, .secondary-link { min-height: 4.4rem; padding: .65rem .75rem .65rem 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-radius: .75rem; font-size: .78rem; font-weight: 800; letter-spacing: .02em; text-decoration: none; text-transform: uppercase; transition: transform 240ms var(--ease), border-color 180ms ease, box-shadow 240ms ease; }
.primary-link { background: linear-gradient(120deg, var(--red-dark), var(--red) 48%, var(--red-bright)); box-shadow: 0 1rem 2.6rem rgba(200,7,29,.18); }
.primary-link small { margin-bottom: .28rem; display: block; color: rgba(255,255,255,.66); font: 600 .56rem/1 var(--mono); letter-spacing: .08em; }
.primary-link b, .secondary-link b { width: 2.7rem; height: 2.7rem; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.15); font-size: 1rem; }
.secondary-link { min-height: 3.5rem; background: var(--surface); border: 1px solid var(--line); color: var(--muted); }
.secondary-link b { width: 2.2rem; height: 2.2rem; background: var(--surface-2); color: var(--white); }
.primary-link:hover, .secondary-link:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.32); }.primary-link:hover { box-shadow: 0 1.25rem 3rem rgba(200,7,29,.28); }

.services { margin-top: 2rem; }
.services > header { margin-bottom: .9rem; display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.services h2 { margin: .35rem 0 0; font: italic 700 1.8rem/1 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.services > header > span { color: var(--quiet); font: 600 .58rem/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.service-rail { margin-inline: -1.25rem; padding: 0 1.25rem .7rem; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(10rem, 43%); gap: .65rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.service-rail::-webkit-scrollbar { display: none; }
.service-rail:focus-visible { outline: 2px solid var(--red-bright); outline-offset: 3px; }
.service-card { min-height: 12.5rem; padding: .9rem; display: flex; flex-direction: column; justify-content: space-between; scroll-snap-align: start; background: linear-gradient(150deg, #19191b, #0b0b0c); border: 1px solid var(--line); border-radius: .85rem; }
.service-card.active { background: radial-gradient(circle at 85% 15%, rgba(240,24,47,.18), transparent 38%), linear-gradient(150deg, #1b1b1d, #0b0b0c); border-color: rgba(240,24,47,.34); }
.service-card > span { width: 1.7rem; height: 1.7rem; display: grid; place-items: center; background: rgba(200,7,29,.14); border-radius: 50%; color: #ff7180; font: 700 .55rem/1 var(--mono); }
.service-card small { color: var(--quiet); font: 700 .54rem/1 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.service-card h3 { margin: .45rem 0 0; font: italic 700 1.45rem/.93 var(--display); text-transform: uppercase; }
.service-card > b { align-self: flex-start; color: var(--quiet); font: 600 .54rem/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.rail-ruler { height: 1.1rem; display: flex; align-items: end; justify-content: center; gap: .55rem; }
.rail-ruler i { width: 1px; height: .3rem; display: block; background: var(--line); }.rail-ruler i:nth-child(3n) { height: .65rem; }.rail-ruler i:nth-child(4) { width: 1.9rem; height: 2px; background: var(--red-bright); }

footer { margin-top: 2rem; padding-top: 1.35rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border-top: 1px solid var(--line); }
footer img { width: 8rem; opacity: .52; } footer p { margin: 0; color: var(--quiet); font: 600 .52rem/1.5 var(--mono); letter-spacing: .06em; text-align: right; text-transform: uppercase; }
.toast { position: fixed; z-index: 10; bottom: 1.5rem; left: 50%; padding: .75rem 1rem; transform: translate(-50%, 5rem); opacity: 0; background: var(--white); color: var(--bg); border-radius: 99rem; font-size: .72rem; font-weight: 800; transition: transform 300ms var(--ease), opacity 180ms ease; }
.toast.visible { transform: translate(-50%, 0); opacity: 1; }
button:focus-visible, a:focus-visible { outline: 3px solid rgba(240,24,47,.62); outline-offset: 3px; }

@media (max-width: 350px) {
  .social-button { padding-right: .55rem; }.social-button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }.social-button svg { width: 2.55rem; }
  .proof-grid strong { font-size: .56rem; }.service-rail { grid-auto-columns: 52%; }
}

@media (min-width: 50rem) {
  body { padding: 2rem 0; }.link-page { min-height: calc(100svh - 4rem); border: 1px solid rgba(255,255,255,.09); border-radius: 1.5rem; }.cover { min-height: 30rem; }
}

/* Desktop keeps the mobile visual language, but uses the available canvas as a showroom. */
@media (min-width: 54rem) {
  body {
    padding: 0;
    background:
      radial-gradient(circle at 8% 25%, rgba(0, 146, 70, .12), transparent 26rem),
      radial-gradient(circle at 92% 18%, rgba(200, 7, 29, .15), transparent 31rem),
      #030303;
  }

  .link-page {
    width: min(100%, 82rem);
    min-height: 100svh;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .cover {
    min-height: clamp(37rem, 53vw, 45rem);
    border-radius: 0 0 2rem 2rem;
    background-image: url("assets/hero-desktop-4k.avif");
    background-position: center 50px;
    background-size: cover;
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, .34);
  }

  .cover::before { height: 18rem; background: linear-gradient(180deg, rgba(0, 0, 0, .94), rgba(0, 0, 0, .58) 55%, transparent); }
  .brand-lockup { top: 4.5rem; }
  .brand-lockup img { width: min(31rem, 42vw); }

  .quick-panel {
    margin: -5rem clamp(1.5rem, 4vw, 4rem) 2.75rem;
    padding: 1.1rem;
    display: block;
    border-radius: 1.15rem;
  }

  .social-row { grid-template-columns: repeat(2, minmax(0, 18rem)); justify-content: start; gap: .75rem; }
  .social-row .contact-button { width: 100%; box-sizing: border-box; }
  .contact-button { min-height: 5rem; padding: .35rem 1rem .35rem .65rem; gap: .8rem; }
  .contact-button svg { width: 3rem; height: 3rem; padding: .72rem; }
  .contact-button strong { font-size: 1rem; }
  .contact-button small { margin-top: .28rem; font-size: .8rem; }

  .service-list { margin-top: 0; border-radius: .85rem; }
  .quick-panel .service-list { margin-top: .75rem; }
  .service-list article { min-height: 6rem; padding: .65rem .5rem; gap: .75rem; }
  .service-list h2 { margin: 0 0 .25rem; font-size: .95rem; line-height: .95; }
  .service-list p { font-size: .58rem; line-height: 1.32; }

  .service-carousel {
    padding: 0 clamp(1.5rem, 4vw, 4rem) .3rem;
    gap: 1.1rem;
    scroll-padding-inline: clamp(1.5rem, 4vw, 4rem);
  }

  .services-heading { margin: 1.5rem clamp(1.5rem, 4vw, 4rem) .8rem; }
  .services-heading h2 { font-size: 2rem; }
  .category-links { padding-inline: clamp(1.5rem, 4vw, 4rem); }
  .category-links a { font-size: .75rem; }
  .category-filter { margin-inline: clamp(1.5rem, 4vw, 4rem); gap: .55rem; }
  .service-category { margin-block: 2.6rem 3rem; }
  .service-category-heading { margin-inline: clamp(1.5rem, 4vw, 4rem); }
  .service-category-heading h2 { font-size: 1.8rem; }
  .service-category-heading > span { max-width: 20rem; font-size: .6rem; }
  .service-feature { flex-basis: clamp(21rem, 29vw, 25rem); width: clamp(21rem, 29vw, 25rem); }
  .service-offer, .service-content { min-height: 30rem; }
  .carousel-controls { width: min(28rem, 100% - 4rem); margin-top: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
