:root {
  --ink: #07070a;
  --ink-soft: #121116;
  --cream: #fff8f4;
  --blush: #fbe5ef;
  --pink: #eb3190;
  --pink-bright: #ff50af;
  --gold: #d8ad55;
  --gold-light: #f1d580;
  --cyan: #22d7ee;
  --white: #ffffff;
  --muted: #6d6570;
  --border: rgba(216, 173, 85, 0.42);
  --display: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; z-index: 1000; left: 1rem; top: -5rem; background: var(--white); padding: .8rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.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; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 4vw, 4.5rem); color: var(--white); background: linear-gradient(to bottom, rgba(5,5,8,.94), rgba(5,5,8,.68)); border-bottom: 1px solid rgba(216,173,85,.25); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; letter-spacing: .08em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--gold); border-radius: 50%; color: var(--pink-bright); font-family: var(--display); font-size: 1.35rem; box-shadow: 0 0 22px rgba(235,49,144,.32); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: .9rem; }
.brand small { margin-top: .08rem; color: var(--gold-light); font-size: .58rem; letter-spacing: .31em; }
.site-nav { display: flex; align-items: center; gap: 1.65rem; }
.site-nav a { color: rgba(255,255,255,.86); font-size: .88rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--pink-bright); }
.site-nav .nav-cta { padding: .7rem 1.05rem; border: 1px solid var(--gold); border-radius: 999px; color: var(--white); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("assets/hero-miami.webp") center 54% / cover no-repeat; transform: scale(1.015); }
.hero-shade { background: linear-gradient(90deg, rgba(5,5,8,.97) 0%, rgba(5,5,8,.9) 38%, rgba(5,5,8,.34) 68%, rgba(5,5,8,.15) 100%), linear-gradient(0deg, rgba(5,5,8,.56), transparent 45%); }
.hero-content { position: relative; z-index: 1; width: min(720px, 88vw); margin-left: clamp(1.25rem, 8vw, 9rem); padding: 9rem 0 5rem; }
.hero-logo { width: min(430px, 80vw); height: auto; margin: 0 0 1.5rem -1rem; filter: drop-shadow(0 0 22px rgba(235,49,144,.22)); }
.eyebrow { margin: 0 0 1rem; color: var(--gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 400; line-height: 1.02; }
h1 { max-width: 680px; font-size: clamp(3.4rem, 7vw, 6.8rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.7rem, 5vw, 5rem); letter-spacing: -.035em; }
h3 { margin: 0; font-size: 1.45rem; line-height: 1.15; }
em { color: var(--pink-bright); font-weight: 400; }
.hero-copy { max-width: 610px; margin: 1.5rem 0 0; color: rgba(255,255,255,.8); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .85rem 1.35rem; border: 1px solid transparent; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--pink); color: var(--white); box-shadow: 0 12px 35px rgba(235,49,144,.28); }
.button-primary:hover, .button-primary:focus-visible { box-shadow: 0 16px 42px rgba(235,49,144,.4); }
.button-ghost { border-color: rgba(255,255,255,.44); color: var(--white); background: rgba(9,9,12,.28); backdrop-filter: blur(8px); }
.language-note { margin: 1.1rem 0 0; color: rgba(255,255,255,.64); font-size: .84rem; }

.trust-bar { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ink); color: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trust-bar p { margin: 0; padding: 1.15rem 1rem; text-align: center; font-size: .82rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; border-right: 1px solid rgba(255,255,255,.1); }
.trust-bar span { color: var(--gold); margin-right: .35rem; }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8rem); }
.section-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem 7vw; align-items: end; margin-bottom: 3.2rem; }
.section-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -1rem; }
.section-intro p:last-child { max-width: 520px; color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 660px; border: 1px solid var(--border); }
.service-card { position: relative; min-width: 0; overflow: hidden; border-right: 1px solid var(--border); }
.service-card:last-child { border-right: 0; }
.residential-card { display: flex; flex-direction: column; justify-content: space-between; padding: 2.2rem; background: var(--ink); color: var(--white); }
.card-number { margin: 0; color: var(--gold); font-family: var(--display); font-size: 4rem; opacity: .75; }
.service-card h3 { margin: .5rem 0 1.5rem; font-family: var(--display); font-size: clamp(2rem, 3vw, 3.2rem); font-weight: 400; }
.service-card ul { padding: 0; margin: 0; list-style: none; }
.service-card li { padding: .9rem 0; border-top: 1px solid rgba(255,255,255,.16); }
.image-card img { width: 100%; height: 100%; object-fit: cover; }
.image-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,6,9,.94), rgba(6,6,9,.02) 62%); }
.image-card-copy { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; padding: 2.2rem; color: var(--white); }
.image-card-copy p:last-child { color: rgba(255,255,255,.76); }

.experience-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: var(--blush); }
.experience-heading { position: sticky; top: 120px; align-self: start; }
.experience-lead { max-width: 700px; margin: 0 0 2.5rem; color: var(--muted); font-size: 1.2rem; }
.steps { padding: 0; margin: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 62px 1fr; gap: 1rem; padding: 1.5rem 0; border-top: 1px solid rgba(7,7,10,.15); }
.steps li > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--ink); color: var(--gold-light); font-size: .8rem; font-weight: 800; }
.steps strong { font-size: 1.12rem; }
.steps p { margin: .35rem 0 0; color: var(--muted); }
.text-link { display: inline-block; margin-top: 2rem; color: var(--pink); font-weight: 800; text-underline-offset: .3em; }

.manifesto { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; background: var(--ink); color: var(--white); }
.manifesto-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8rem); }
.manifesto-copy h2 { max-width: 650px; }
.manifesto-copy > p:last-child { max-width: 540px; color: rgba(255,255,255,.7); font-size: 1.1rem; }
.manifesto-image { background: linear-gradient(0deg, rgba(235,49,144,.18), transparent 45%), url("assets/hero-miami.webp") center / cover no-repeat; }

.why-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 7vw; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; }
.why-grid article { padding: 1.8rem; border-top: 1px solid var(--border); }
.why-grid article:nth-child(odd) { border-right: 1px solid var(--border); }
.why-grid span { color: var(--pink); }
.why-grid h3 { margin: .7rem 0; }
.why-grid p { margin: 0; color: var(--muted); }

.contact-section { padding: clamp(5rem, 10vw, 9rem) 1.25rem; text-align: center; background: radial-gradient(circle at 50% 10%, rgba(235,49,144,.22), transparent 42%), var(--ink); color: var(--white); }
.contact-section > p:not(.eyebrow) { max-width: 560px; margin: 1.5rem auto 0; color: rgba(255,255,255,.72); }
.contact-actions { justify-content: center; }

footer { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 4rem; padding: 3rem clamp(1.25rem, 7vw, 8rem); background: #030305; color: rgba(255,255,255,.64); border-top: 1px solid var(--border); }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: var(--white); font-size: 1.25rem; letter-spacing: .08em; }
.footer-brand span { color: var(--gold-light); font-size: .65rem; letter-spacing: .32em; }
footer p { margin: 0; }
footer p:nth-of-type(2) { text-align: right; font-family: var(--display); font-style: italic; }
.copyright { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .8rem; }

.floating-whatsapp { position: fixed; z-index: 90; right: 1.1rem; bottom: 1.1rem; display: inline-flex; align-items: center; gap: .5rem; padding: .78rem 1rem; border: 1px solid var(--gold); border-radius: 999px; background: var(--pink); color: var(--white); box-shadow: 0 12px 35px rgba(0,0,0,.3); font-size: .9rem; font-weight: 800; text-decoration: none; opacity: 0; pointer-events: none; transform: translateY(14px); transition: opacity .2s ease, transform .2s ease; }
.floating-whatsapp.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.floating-whatsapp span { color: var(--gold-light); }

:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: .8rem 1.25rem 1.25rem; background: rgba(5,5,8,.98); border-bottom: 1px solid var(--border); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .9rem; }
  .site-nav .nav-cta { margin-top: .4rem; text-align: center; }
  .hero-content { margin: 0; padding-left: 1.25rem; padding-right: 1.25rem; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,5,8,.94), rgba(5,5,8,.5)), linear-gradient(0deg, rgba(5,5,8,.74), transparent); }
  .trust-bar { grid-template-columns: 1fr 1fr; }
  .trust-bar p:nth-child(2) { border-right: 0; }
  .section-intro, .experience-section, .why-section { grid-template-columns: 1fr; }
  .experience-heading { position: static; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 540px; border-right: 0; border-bottom: 1px solid var(--border); }
  .residential-card { min-height: 470px; }
  .manifesto { grid-template-columns: 1fr; min-height: 0; }
  .manifesto-image { min-height: 560px; }
}

@media (max-width: 620px) {
  .site-header { height: 68px; padding-inline: 1rem; }
  .brand strong { font-size: .75rem; }
  .brand small { font-size: .48rem; }
  .site-nav { top: 68px; }
  .hero { min-height: 860px; }
  .hero-content { padding-top: 7rem; align-self: end; }
  .hero-logo { width: min(330px, 88vw); margin-left: -.5rem; }
  h1 { font-size: clamp(3rem, 13vw, 4.2rem); }
  .hero-actions .button { width: 100%; }
  .trust-bar { grid-template-columns: 1fr; }
  .trust-bar p { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .section { padding-left: 1.25rem; padding-right: 1.25rem; }
  .service-card { min-height: 480px; }
  .image-card-copy, .residential-card { padding: 1.5rem; }
  .manifesto-copy { padding: 4.5rem 1.25rem; }
  .manifesto-image { min-height: 460px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article:nth-child(odd) { border-right: 0; }
  footer { grid-template-columns: 1fr; }
  footer p:nth-of-type(2) { text-align: left; }
  .floating-whatsapp { left: 1rem; right: 1rem; justify-content: center; }
}

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