:root {
  --wine: #711827;
  --wine-2: #4a0f1a;
  --near-black: #0f0f11;
  --dark-gray: #1b1b1e;
  --soft-gray: #d8d4cc;
  --near-white: #fbfaf7;
  --paper: #f1eee8;
  --muted: #6a6761;
  --whatsapp: #25d366;
  --shadow: 0 28px 90px rgba(0, 0, 0, .26);
  --radius-lg: 14px;
  --radius-md: 10px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 300;
  background: var(--near-black);
  color: var(--near-white);
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
img, video {
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(255, 255, 255, .79);
  color: var(--near-black);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(15, 15, 17, .1);
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.site-header.is-scrolled {
  background: rgba(15, 15, 17, .76);
  color: var(--near-white);
  border-bottom-color: rgba(255, 255, 255, .08);
}
.nav { width: min(1180px, calc(100% - 32px)); margin: 0 auto; height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; width: 116px; font-weight: 500; letter-spacing: .14em; line-height: 1; }
.brand-main { display: inline-flex; align-items: center; gap: 8px; width: 100%; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--wine), #8b2a3a);
  color: white;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.34rem;
  font-weight: 600;
  letter-spacing: -.02em;
  border: 1px solid rgba(255,255,255,.34);
  box-shadow: 0 10px 28px rgba(113,24,39,.22);
  flex: 0 0 42px;
}
.brand-name { font-size: 1.26rem; letter-spacing: .16em; }
.brand-tagline { display: block; width: 100%; margin-left: 0; font-size: .56rem; letter-spacing: .055em; text-transform: uppercase; color: var(--near-black); font-weight: 600; white-space: nowrap; text-align: center; transition: color .25s ease; }
.brand-tagline em { color: var(--wine); font-style: normal; }
.site-header.is-scrolled .brand-tagline { color: rgba(255,255,255,.78); }
.site-header.is-scrolled .brand-tagline em { color: #c4687a; }
.nav-links { display: flex; align-items: center; gap: 30px; color: #2b2b2e; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 400; transition: color .25s ease; }
.site-header.is-scrolled .nav-links { color: var(--soft-gray); }
.nav-links a:hover { color: var(--wine); }
.site-header.is-scrolled .nav-links a:hover { color: white; }
.nav-cta { padding: 11px 22px; background: var(--wine); color: white !important; border: 1px solid var(--wine); }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 2px; margin: 5px 0; background: currentColor; transition: background .25s ease; }

.hero { min-height: 100vh; min-height: 100svh; position: relative; display: grid; align-items: center; overflow: hidden; padding: 130px 0 80px; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media { background: #0f0f11; transform: scale(1.02); }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .58; filter: saturate(.75) contrast(1.08); }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 84px 84px; }
.hero-overlay { background: linear-gradient(90deg, rgba(15,15,17,.94), rgba(15,15,17,.58), rgba(15,15,17,.82)); }
.hero-content { position: relative; z-index: 2; max-width: 860px; text-align: center; transform: translateY(34px); }
.eyebrow, .hero-eyebrow { margin: 0 0 18px; color: #a83a4d; text-transform: uppercase; letter-spacing: .3em; font-size: .66rem; font-weight: 400; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: 'Cormorant Garamond', serif; font-weight: 300; }
h1 { font-size: clamp(3rem, 6.6vw, 5.5rem); line-height: 1.04; letter-spacing: -.035em; margin-bottom: 30px; }
h1 em { color: #a83a4d; font-style: italic; text-shadow: 0 0 18px rgba(255,255,255,.12), 0 0 34px rgba(168,58,77,.28); }
.hero h1 { margin-top: 64px; }
.hero .hero-eyebrow { color: rgba(255,255,255,.72); transform: translateY(-36px); }
.hero .hero-actions { margin-top: 110px; }
.hero-subtitle { max-width: 560px; color: rgba(255,255,255,.72); font-size: clamp(.98rem, 1.6vw, 1.08rem); font-weight: 300; line-height: 1.75; margin: 0 auto 58px; }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 14px 34px; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; border: 1px solid transparent; cursor: pointer; transition: .25s ease; }
.btn-primary { background: var(--wine); color: white; border-color: var(--wine); box-shadow: 0 14px 34px rgba(113,24,39,.32); }
.btn-primary:hover { background: #8b2a3a; border-color: #8b2a3a; transform: translateY(-1px); }
.hero .btn-primary { background: transparent; border-color: rgba(255,255,255,.82); color: white; box-shadow: none; }
.hero .btn-primary:hover { background: rgba(255,255,255,.14); border-color: white; transform: translateY(-1px); }
.btn-secondary { border-color: rgba(255,255,255,.26); color: white; background: rgba(255,255,255,.05); }
.btn-secondary:hover { background: rgba(255,255,255,.12); }
.btn-whatsapp { background: var(--whatsapp); color: #07190d; box-shadow: 0 14px 34px rgba(37, 211, 102, .22); }
.btn-whatsapp:hover { background: #1fbd5a; transform: translateY(-1px); }

.section { padding: 110px 0; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading h2 { font-size: clamp(2rem, 3.5vw, 3.15rem); line-height: 1.04; letter-spacing: -.025em; margin-bottom: 14px; }
.section-heading.title-only { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading.title-only h2 { font-size: clamp(2.35rem, 4.2vw, 3.65rem); margin-bottom: 0; }

.services { background: var(--paper); color: var(--near-black); }
.services .eyebrow, .contact .eyebrow, .packs .eyebrow { color: var(--wine); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { background: #111; border: 1px solid #dfd9cf; box-shadow: 0 18px 60px rgba(17,17,19,.08); overflow: hidden; position: relative; min-height: 440px; isolation: isolate; }
.service-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(1) contrast(1.04) brightness(1.04); transition: transform .55s ease, filter .55s ease; }
.service-body { position: absolute; inset: 0; z-index: 2; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(180deg, rgba(15,15,17,0) 24%, rgba(15,15,17,.38) 68%, rgba(15,15,17,.76) 100%); color: white; transition: background .35s ease; }
.service-card h3 { letter-spacing: -.015em; margin-bottom: 0; font-size: 1.9rem; color: white; transform: translateY(0); transition: transform .35s ease; }
.service-card p { max-height: 0; margin: 0; color: rgba(255,255,255,.82); font-weight: 300; line-height: 1.65; opacity: 0; overflow: hidden; transform: translateY(10px); transition: max-height .35s ease, opacity .35s ease, transform .35s ease, margin .35s ease; }
.service-card:hover .service-photo { transform: scale(1.055); filter: saturate(1) contrast(1.08) brightness(.78); }
.service-card:hover .service-body { background: linear-gradient(180deg, rgba(15,15,17,.18) 0%, rgba(15,15,17,.68) 56%, rgba(15,15,17,.9) 100%); }
.service-card:hover h3 { transform: translateY(-8px); }
.service-card:hover p { max-height: 180px; margin-top: 10px; opacity: 1; transform: translateY(0); }

.seo-intro { background: radial-gradient(circle at 50% 0%, rgba(113,24,39,.22), transparent 34%), linear-gradient(180deg, #151518, #0f0f11); color: var(--near-white); padding-top: 96px; padding-bottom: 96px; border-top: 1px solid rgba(255,255,255,.07); text-align: center; }
.seo-intro-grid { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: center; max-width: 850px; }
.seo-intro .eyebrow { color: #c4687a; }
.seo-intro h2 { font-size: clamp(2.15rem, 3.7vw, 3.35rem); line-height: 1.02; letter-spacing: -.025em; margin: 0 auto; max-width: 780px; }
.seo-intro-copy p { color: rgba(255,255,255,.68); font-size: 1.02rem; line-height: 1.78; margin: 0 auto; max-width: 760px; }
.seo-highlights { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 12px; margin: 0; padding: 0; }
.seo-highlights li { border: 1px solid rgba(113,24,39,.16); background: rgba(113,24,39,.055); color: #3b3030; padding: 10px 12px; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }

.portfolio { background: radial-gradient(circle at 20% 10%, rgba(113,24,39,.28), transparent 30%), linear-gradient(180deg, var(--near-black), #171719); }
.portfolio-heading { text-align: center; margin-left: auto; margin-right: auto; max-width: 880px; }
.portfolio-subtitle { max-width: 780px; margin: 16px auto 0; color: rgba(255,255,255,.66); font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 300; line-height: 1.75; }

.portfolio-shell { display: grid; grid-template-columns: 285px minmax(0, 860px); justify-content: center; gap: 28px; align-items: center; }
.portfolio-menu { background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.1); padding: 10px; box-shadow: var(--shadow); }
.portfolio-tab { width: 100%; text-align: center; padding: 15px 12px; border: 1px solid transparent; background: transparent; color: var(--soft-gray); font-weight: 400; letter-spacing: .1em; font-size: .78rem; cursor: pointer; transition: .2s ease; }
.portfolio-tab + .portfolio-tab { border-top-color: rgba(255,255,255,.08); }
.portfolio-tab:hover, .portfolio-tab.active { background: var(--wine); color: white; border-color: rgba(255,255,255,.12); }
.portfolio-arrow { display: none; }
.comparison-card { background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.12); padding: 16px; box-shadow: var(--shadow); }
.comparison-topline { text-align: center; margin-bottom: 14px; }
.comparison-topline strong { display: block; color: white; letter-spacing: .12em; font-size: .86rem; font-family: 'DM Sans', sans-serif; font-weight: 400; }
.comparison-topline span { display: block; color: var(--soft-gray); font-size: .86rem; margin-top: 4px; }
.comparison { position: relative; aspect-ratio: 16/10; overflow: hidden; background: #222; user-select: none; border: 1px solid rgba(255,255,255,.12); }
.comparison-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.before-wrap { position: absolute; inset: 0; overflow: hidden; clip-path: inset(0 50% 0 0); }
.compare-label { position: absolute; bottom: 16px; z-index: 4; background: rgba(15,15,17,.82); color: white; border: 1px solid rgba(255,255,255,.2); padding: 9px 13px; font-size: .68rem; font-weight: 400; letter-spacing: .16em; backdrop-filter: blur(10px); transition: opacity .2s ease; }
.before-label { left: 16px; }
.after-label { right: 16px; }
.comparison-note { display: none; width: min(88%, 620px); margin: -6px auto 14px; padding: 0; text-align: center; color: rgba(255,255,255,.62); background: transparent; border: 0; font-family: 'DM Sans', sans-serif; font-size: .78rem; font-weight: 300; line-height: 1.45; }
.comparison-note.is-visible { display: block; }
.comparison-handle { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: white; transform: translateX(-50%); pointer-events: none; z-index: 5; box-shadow: 0 0 20px rgba(0,0,0,.45); }
.comparison-handle span { position: absolute; top: 50%; left: 50%; width: 24px; height: 24px; transform: translate(-50%, -50%) rotate(45deg); background: linear-gradient(145deg, #9b2b3f 0%, var(--wine) 48%, #3f0c16 100%); border: 1.5px solid rgba(255,255,255,.9); box-shadow: 0 8px 24px rgba(0,0,0,.42), inset 2px 2px 5px rgba(255,255,255,.22), inset -3px -3px 7px rgba(0,0,0,.28); }
.comparison.show-before-only .after-label { opacity: 0; }
.comparison.show-after-only .before-label { opacity: 0; }
.comparison-range { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; z-index: 6; }

.lotes {
  background: #fbfaf7;
  color: var(--near-black);
  border-top: 1px solid #ded5ca;
  display: flex;
  align-items: center;
  padding: 92px 0;
  scroll-margin-top: 72px;
}
.lotes-grid {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 48px;
  align-items: center;
}
.lotes-video-card {
  background: white;
  border: 1px solid #ded5ca;
  padding: 12px;
  box-shadow: 0 24px 70px rgba(17,17,19,.11);
}
.lotes-video { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; background: #111; }
.lotes-copy h2 { font-size: clamp(2.25rem, 3.4vw, 3.35rem); line-height: 1; letter-spacing: -.025em; margin-bottom: 18px; white-space: nowrap; }
.lotes-copy p:last-child { color: #555; font-size: 1.05rem; line-height: 1.8; font-weight: 300; }
.obras {
  background: #f1eee8;
  color: var(--near-black);
  border-top: 1px solid #ded5ca;
  display: flex;
  align-items: center;
  padding: 92px 0;
  scroll-margin-top: 72px;
}
.obras-grid { grid-template-columns: .82fr 1.18fr; }
.obras-video { filter: saturate(.98) contrast(1.04); }

.faq { background: #111113; color: var(--near-white); }
.faq-grid { display: grid; grid-template-columns: 1fr; gap: 14px; max-width: 760px; margin: 0 auto; }
.faq-item { border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); padding: 0; text-align: center; }
.faq-item summary { list-style: none; cursor: pointer; position: relative; padding: 20px 52px 20px 22px; font-family: 'DM Sans', sans-serif; font-size: .92rem; line-height: 1.45; font-weight: 500; letter-spacing: .04em; color: white; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); color: #c4687a; font-size: 1.35rem; font-weight: 300; }
.faq-item[open] summary::after { content: '–'; }
.faq-item p { margin: 0; padding: 0 22px 22px; color: rgba(255,255,255,.66); line-height: 1.7; }

.packs {
  background:
    linear-gradient(135deg, rgba(113,24,39,.08), transparent 34%),
    #e9e4dc;
  color: var(--near-black);
  border-top: 1px solid #ded5ca;
  border-bottom: 1px solid #ded5ca;
}
.pack-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.pack-card { background: #faf9f7; color: var(--near-black); padding: 34px 30px; border: 1px solid #ded5ca; min-height: 360px; height: 100%; display: flex; flex-direction: column; position: relative; box-shadow: 0 18px 60px rgba(0,0,0,.12); }

.pack-kicker { color: var(--wine); text-transform: uppercase; letter-spacing: .22em; font-size: .66rem; font-weight: 400; margin-bottom: 18px; font-family: 'DM Sans', sans-serif; text-align: left; }
.pack-card h3 { font-size: clamp(1.38rem, 2.1vw, 1.72rem); font-weight: 600; margin-bottom: 14px; line-height: .98; white-space: nowrap; letter-spacing: -.02em; text-align: center; }
.pack-card p { color: #5a5450; font-weight: 300; line-height: 1.7; }
.pack-card > p:not(.pack-kicker) { text-align: center; }
.pack-prices { width: min(100%, 270px); margin: 18px auto 0; padding: 11px 0 0; border-top: 1px solid #d8cfc3; list-style: none; display: flex; flex-direction: column; align-items: stretch; }
.pack-prices li { width: 100%; font-size: 14px; color: #5a5450; padding: 8px 0; display: grid; grid-template-columns: 16px max-content; align-items: center; justify-content: flex-start; column-gap: 10px; font-weight: 300; line-height: 1.35; border-bottom: 1px solid #f2f0ed; white-space: nowrap; }
.pack-prices li:last-child { border: none; }
.pack-card:nth-child(2) .pack-prices { width: fit-content; transform: translateX(-8px); }
.pack-card:nth-child(3) .pack-prices { transform: translateX(18px); }
.pack-card:nth-child(3) .pack-price-note { transform: translateX(-18px); }
.pack-prices .pack-price-note { display: block; width: max-content; max-width: calc(100vw - 60px); align-self: center; margin-top: 4px; padding-top: 10px; text-align: left; white-space: nowrap; font-size: 11px; line-height: 1.35; color: #7a746d; font-style: italic; border-bottom: 0; }
.feat-check { width: 16px; height: 16px; flex-shrink: 0; border-radius: 50%; background: #f7eef0; display: flex; align-items: center; justify-content: center; }
.feat-check svg { width: 9px; height: 9px; color: var(--wine); }
.packs-note { max-width: 760px; margin: 38px auto 0; color: var(--near-black); font-size: 1.12rem; font-weight: 400; line-height: 1.7; text-align: center; }
.packs-note::before { content: ''; display: block; width: 54px; height: 1px; margin: 0 auto 18px; background: rgba(113,24,39,.55); }

.contact { background: #fbfaf7; color: var(--near-black); scroll-margin-top: 92px; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; align-items: start; }
.contact-copy h2 { font-size: clamp(2.35rem, 4vw, 3.4rem); line-height: 1; letter-spacing: -.025em; }
.contact-copy > p { color: #555; font-size: 1.05rem; }
.contact-lead { max-width: 520px; font-size: 1.08rem !important; color: #343434 !important; line-height: 1.75; font-weight: 300; }
.direct-contact {
  margin: 34px 0 0;
  padding: 18px 20px;
  background: linear-gradient(135deg, #f7f3ec, #e8e1d7);
  border: 1px solid #d9cfc3;
  border-left: 3px solid var(--wine);
  box-shadow: 0 14px 42px rgba(17,17,19,.07);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
.direct-contact p { margin-bottom: 0; font-weight: 300; color: #403b36; line-height: 1.6; }
.inline-whatsapp { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 42px; background: var(--whatsapp); color: white; box-shadow: 0 10px 28px rgba(37,211,102,.22); }
.inline-whatsapp svg { width: 23px; height: 23px; fill: currentColor; }
.contact-form { background: white; border: 1px solid #ddd5ca; padding: 32px; box-shadow: 0 20px 70px rgba(17,17,19,.09); }
.contact-form label { display: block; font-weight: 400; margin-bottom: 16px; color: #262629; font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; }
input, select, textarea { width: 100%; margin-top: 8px; border: 1px solid #d4ccc0; padding: 14px; font: inherit; font-weight: 300; color: var(--near-black); background: #fbfaf8; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--wine); box-shadow: 0 0 0 4px rgba(111,23,38,.12); }
textarea { resize: vertical; }
.form-btn { width: 100%; border: 0; font-size: .78rem; }

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--whatsapp);
  color: white;
  box-shadow: 0 14px 38px rgba(0,0,0,.28);
  transition: transform .2s ease, box-shadow .2s ease;
}
.floating-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 18px 46px rgba(0,0,0,.34); }
.floating-whatsapp svg { width: 31px; height: 31px; fill: currentColor; }

.footer { background: var(--near-black); color: var(--soft-gray); padding: 34px 0; border-top: 1px solid rgba(255,255,255,.08); }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; font-size: .9rem; }
.footer-inner strong { color: white; font-weight: 400; letter-spacing: .18em; }
.footer-inner p { margin: 8px 0 0; color: var(--soft-gray); }
.footer-center { display: flex; flex-direction: column; text-align: center; gap: 4px; }
.footer-brand { text-align: right; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-contact a { display: inline-flex; align-items: center; gap: 8px; }
.footer-icon { width: 16px; height: 16px; fill: currentColor; flex: 0 0 auto; }
.site-link { color: #c4687a; }
.site-link:hover, .footer-contact a:hover { color: white; }

@media (max-width: 1080px) {
  .pack-grid { gap: 16px; }
  .pack-card { padding: 30px 22px; min-height: 360px; }
  .pack-kicker { letter-spacing: .18em; }
  .pack-card h3 { font-size: 1.34rem; }
  .pack-card p { font-size: .95rem; }
  .pack-prices li { font-size: 13px; gap: 8px; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 28px, 1120px); }
  .nav { height: 68px; width: calc(100% - 28px); }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 68px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: rgba(255,255,255,.97); color: #2b2b2e; border: 1px solid rgba(15,15,17,.12); }
  .site-header.is-scrolled .nav-links { background: rgba(17,17,19,.97); color: var(--soft-gray); border-color: rgba(255,255,255,.1); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px; }
  .nav-cta { text-align: center; margin-top: 6px; }
  .site-header { background: rgba(255, 255, 255, .85); -webkit-backdrop-filter: none; backdrop-filter: none; }
  .site-header.is-scrolled { background: rgba(15, 15, 17, .92); }
  .hero { height: 620px; min-height: 0; padding-top: 110px; }
  .hero-media { transform: none; bottom: auto; height: 620px; background: #0f0f11 url('assets/hero-mobile-luxury-interior.jpg') center top / auto 620px no-repeat; }
  .hero-video { display: none; }
  .hero-overlay { background: linear-gradient(180deg, rgba(15,15,17,.92), rgba(15,15,17,.84)); }
  .hero h1 { text-shadow: 0 3px 18px rgba(0,0,0,.55); }
  .hero h1 em { color: #a83a4d; }
  .section { padding: 78px 0; }
  .service-grid, .portfolio-shell, .pack-grid, .contact-grid, .lotes-grid, .seo-intro-grid, .faq-grid { grid-template-columns: 1fr; }
  .service-grid { gap: 18px; max-width: 440px; margin: 0 auto; }
  .service-card { background: white; min-height: 0; cursor: default; display: flex; flex-direction: column; position: relative; }
  .service-photo { position: relative; inset: auto; width: 100%; height: auto; min-width: 0; aspect-ratio: 4/5; object-fit: cover; filter: saturate(1) contrast(1.04) brightness(1.04); }
  .service-body { position: relative; inset: auto; padding: 20px; justify-content: flex-start; background: #fbfaf7; color: var(--near-black); border-left: 0; }
  .service-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.72rem; line-height: 1; font-weight: 600; letter-spacing: -.015em; color: var(--near-black); margin-bottom: 10px; transform: none; }
  .service-card p { max-height: none; margin: 0; opacity: 1; transform: none; color: #5a5450; font-size: .92rem; line-height: 1.62; overflow: visible; display: block; }
  .service-card:hover .service-photo { transform: none; filter: saturate(1) contrast(1.04) brightness(1.04); }
  .service-card:hover .service-body { background: #fbfaf7; }
  .service-card:hover h3 { transform: none; color: var(--near-black); }
  .service-card:hover p { max-height: none; margin-top: 0; opacity: 1; transform: none; color: #5a5450; }
  .service-card.is-open { min-height: 0; }
  .service-card.is-open .service-photo { position: relative; inset: auto; width: 100%; height: auto; }
  .service-card.is-open .service-body { position: relative; inset: auto; padding: 20px; background: #fbfaf7; }
  .service-card.is-open h3 { color: var(--near-black); font-size: 1.72rem; }
  .service-card.is-open p { max-height: none; opacity: 1; color: #5a5450; }
  .seo-intro { text-align: center; padding-top: 74px; padding-bottom: 74px; }
  .seo-intro-grid { gap: 24px; }
  .seo-intro-copy p { font-size: .95rem; line-height: 1.7; max-width: 620px; margin-left: auto; margin-right: auto; }
  .seo-highlights { max-width: 520px; margin: 0 auto; }
  .faq-grid { max-width: 620px; margin: 0 auto; }
  .portfolio-subtitle { font-size: .95rem; line-height: 1.65; }
  .portfolio-shell { gap: 16px; }
  .portfolio-menu-wrap { order: 2; position: relative; justify-self: center; width: min(76vw, 420px); }
  .portfolio-menu { width: 100%; display: flex; overflow-x: auto; gap: 18px; padding: 0 0 8px; scroll-snap-type: x mandatory; background: transparent; border: 0; box-shadow: none; scrollbar-width: none; }
  .portfolio-menu::-webkit-scrollbar { display: none; }
  .portfolio-arrow { display: block; position: absolute; top: 45%; transform: translateY(-50%); color: rgba(255,255,255,.9); font-size: 1.75rem; line-height: 1; opacity: 0; pointer-events: none; transition: opacity .2s ease; }
  .portfolio-arrow.left { left: -24px; }
  .portfolio-arrow.right { right: -24px; }
  .portfolio-menu-wrap.can-scroll-left .portfolio-arrow.left,
  .portfolio-menu-wrap.can-scroll-right .portfolio-arrow.right { opacity: 1; }
  .portfolio-tab { flex: 0 0 auto; width: auto; min-width: auto; border: 0 !important; border-bottom: 1px solid rgba(255,255,255,.22) !important; scroll-snap-align: center; background: transparent; padding: 10px 2px; color: rgba(255,255,255,.62); }
  .portfolio-tab:hover, .portfolio-tab.active { background: transparent; color: white; border-bottom-color: #c4687a !important; }
  .comparison-card { order: 3; padding: 10px; }
  .comparison { aspect-ratio: 4/3; }
  .pack-grid { gap: 16px; max-width: 520px; margin: 0 auto; }
  .pack-card { min-height: 0; padding: 28px 24px; text-align: center; }
  .pack-card h3 { font-size: 1.55rem; white-space: nowrap; }
  .pack-card p { max-width: 380px; margin-left: auto; margin-right: auto; }
  .pack-prices { padding-left: 0; }
  .pack-prices { width: min(100%, 270px); }
  .pack-prices li { justify-content: flex-start; white-space: normal; text-align: left; grid-template-columns: 16px minmax(0, max-content); }
  .lotes, .obras { min-height: auto; padding-top: 82px; text-align: center; }
  .lotes-grid { gap: 24px; }
  .lotes-copy h2 { white-space: normal; }
  .lotes-copy p:last-child { max-width: 520px; margin-left: auto; margin-right: auto; }
  .lotes-video-card { padding: 7px; }
  .obras-copy { order: 2; }
  .obras-video-card { order: 1; }
  .packs { text-align: center; }
  .footer-inner { grid-template-columns: 1fr; align-items: start; }
  .footer-center { text-align: left; }
  .footer-brand { text-align: center; width: 100%; }
  .footer-contact { align-items: flex-start; }
}

@media (max-width: 520px) {
  h1 { font-size: 2.68rem; }
  .hero .hero-actions { margin-top: 86px; }
  .hero-subtitle { display: none; font-size: .95rem; line-height: 1.6; margin-bottom: 56px; }
  .hero-actions .btn { width: auto; min-width: 220px; }
  .section-heading.title-only h2 { font-size: 2.25rem; }
  .section { padding: 66px 0; }
  .service-card { align-items: stretch; min-height: 0; }
  .service-photo { width: 100%; min-width: 0; aspect-ratio: 4/5; }
  .service-body { inset: auto; padding: 18px; }
  .service-card h3 { font-size: 1.55rem; }
  .service-card p { font-size: .88rem; line-height: 1.58; }
  .service-card.is-open { min-height: 0; }
  .service-card.is-open .service-photo { width: 100%; height: auto; }
  .service-card.is-open .service-body { inset: auto; padding: 18px; }
  .service-card.is-open h3 { font-size: 1.55rem; }
  .service-card.is-open p { max-height: none; }
  .seo-highlights { grid-template-columns: 1fr; }
  .faq-item summary { padding: 18px 48px 18px 18px; }
  .faq-item p { padding: 0 18px 18px; }
  .portfolio-menu { justify-content: flex-start; }
  .portfolio-tab { padding: 10px 0; font-size: .72rem; min-width: auto; }
  .comparison { aspect-ratio: 1/1; }
  .comparison-topline strong { font-size: .76rem; }
  .compare-label { bottom: 10px; padding: 7px 9px; font-size: .6rem; }
  .comparison-note { width: 94%; margin: -2px auto 12px; padding: 0; font-size: .68rem; line-height: 1.38; }
  .before-label { left: 10px; }
  .after-label { right: 10px; }
  .portfolio-subtitle { font-size: .9rem; line-height: 1.62; }
  .pack-grid { max-width: 100%; }
  .pack-card { min-height: 0; padding: 24px 18px; }
  .pack-kicker { margin-bottom: 12px; }
  .pack-card h3 { font-size: clamp(1.22rem, 6vw, 1.45rem); }
  .pack-card p { font-size: .92rem; line-height: 1.6; }
  .pack-prices { margin-top: 16px; padding-top: 10px; transform: none !important; }
  .pack-prices li { font-size: 13px; padding: 9px 0; }
  .pack-prices .pack-price-note { transform: none !important; white-space: normal; text-align: center; }
  .lotes-video-card { padding: 5px; }
  .packs-note { font-size: 1rem; line-height: 1.6; margin-top: 30px; }
  .contact-form { padding: 20px; }
  .floating-whatsapp { width: 52px; height: 52px; right: 16px; bottom: 16px; }
}

