@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --wine: #97131a;
  --wine-dark: #3b0709;
  --red: #c5161d;
  --coral: #e0443b;
  --blush: #e8dfd4;
  --paper: #f4efe8;
  --sand: #ddd0c1;
  --surface: #ece3d8;
  --white: #ffffff;
  --ink: #19171a;
  --muted: #696169;
  --line: rgba(73, 4, 7, 0.16);
  --green: #25d366;
  --shadow: 0 24px 70px rgba(45, 12, 10, 0.12);
  --radius: 1.35rem;
  --font-display: "DM Serif Display", Georgia, "Times New Roman", serif;
  --font-body: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, transparent calc(100% - 1px), rgba(59,7,9,.035) 0) 0 0 / 6rem 6rem,
    linear-gradient(transparent calc(100% - 1px), rgba(59,7,9,.025) 0) 0 0 / 6rem 6rem,
    radial-gradient(circle at 95% 5%, rgba(197, 22, 29, .08), transparent 28rem),
    var(--paper);
  font-family: var(--font-body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(201, 20, 29, .42); outline-offset: 4px; }

.skip-link {
  position: fixed; left: 1rem; top: -8rem; z-index: 200;
  padding: .75rem 1rem; background: var(--white); color: var(--wine);
  border-radius: .5rem; box-shadow: var(--shadow);
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 80;
  display: grid; grid-template-columns: 3rem minmax(0, 1fr) 3rem; align-items: center;
  height: 4.75rem; padding: 0 .85rem;
  background: rgba(151, 19, 26, .98); backdrop-filter: blur(22px) saturate(1.15);
  border-bottom: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 12px 34px rgba(45, 6, 9, .2);
}
.header-wordmark {
  justify-self: center; color: var(--white); font-family: var(--font-display);
  font-size: clamp(1.55rem, 6vw, 2rem); font-weight: 400; letter-spacing: -.025em;
  line-height: 1; white-space: nowrap;
}
.header-wordmark::after { content: ""; display: block; width: 2.4rem; height: 1px; margin: .38rem auto 0; background: rgba(255,255,255,.55); }
.header-balance { justify-self: end; width: 3rem; height: 3rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; min-width: 0; }
.brand-mark {
  width: 2.6rem; aspect-ratio: 1; display: grid; place-items: center;
  color: var(--white); background: var(--wine); border-radius: 50%;
  font-family: var(--font-display); font-size: .83rem; font-weight: 900; letter-spacing: .05em;
  box-shadow: inset 0 0 0 4px rgba(255,255,255,.16);
}
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: .94rem; letter-spacing: .04em; }
.brand-copy span { color: var(--muted); font-size: .68rem; margin-top: .28rem; }
.menu-button {
  width: 3rem; height: 3rem; border: 1px solid rgba(255,255,255,.38); border-radius: 50%;
  display: grid; place-items: center; gap: 4px; background: rgba(255,255,255,.08); cursor: pointer;
}
.menu-button i { width: 1.2rem; height: 2px; background: var(--white); border-radius: 1rem; transition: transform .25s, opacity .25s; }
.menu-button i:nth-child(2) { width: .82rem; justify-self: end; margin-right: .9rem; }
.menu-open .menu-button i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-open .menu-button i:nth-child(2) { opacity: 0; }
.menu-open .menu-button i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.drawer-backdrop {
  position: fixed; inset: 0; z-index: 88; opacity: 0; visibility: hidden;
  background: rgba(25, 12, 17, .48); backdrop-filter: blur(3px); transition: .3s;
}
.drawer {
  position: fixed; inset: 0 auto 0 0; z-index: 90; width: min(92vw, 27rem);
  padding: 1.2rem 1.2rem 2rem; transform: translateX(-105%); transition: transform .35s cubic-bezier(.2,.7,.2,1);
  background: var(--wine-dark); color: var(--white); overflow-y: auto;
}
.menu-open .drawer { transform: translateX(0); }
.menu-open .drawer-backdrop { opacity: 1; visibility: visible; }
.drawer-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 2rem; }
.drawer .brand-mark { background: var(--white); color: var(--wine); }
.drawer .brand-copy span { color: rgba(255,255,255,.62); }
.drawer-close { border: 0; background: transparent; color: var(--white); font-size: 2rem; cursor: pointer; width: 3rem; height: 3rem; }
.drawer-nav { display: grid; }
.drawer-nav a {
  display: flex; align-items: baseline; gap: 1rem; padding: .9rem 0;
  border-top: 1px solid rgba(255,255,255,.13); font-family: var(--font-display);
  font-size: clamp(1.55rem, 6vw, 2.5rem); font-weight: 800; letter-spacing: -.025em; text-transform: uppercase;
}
.drawer-nav a span { font-family: var(--font-body); font-size: .65rem; font-weight: 700; letter-spacing: .18em; color: #ff6b61; }
.drawer-bottom { margin-top: 2.4rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.68); font-size: .85rem; }
.drawer-social { display: flex; gap: .6rem; margin-top: 1rem; flex-wrap: wrap; }
.drawer-social a { border: 1px solid rgba(255,255,255,.22); border-radius: 999px; padding: .6rem .9rem; color: var(--white); }

main { padding-top: 4.75rem; }
.container { width: min(100% - 2rem, 82rem); margin-inline: auto; }
.section { padding: clamp(4.75rem, 8vw, 8.5rem) 0; }
.section-tight { padding: clamp(3rem, 6vw, 5rem) 0; }
.eyebrow {
  display: flex; align-items: center; gap: .65rem; margin: 0 0 1.1rem;
  color: var(--wine); text-transform: uppercase; font-size: .71rem; font-weight: 800; letter-spacing: .18em;
}
.eyebrow::before { content: ""; width: 2.1rem; height: 2px; background: var(--red); }
.display {
  margin: 0; max-width: 14ch; font-family: var(--font-display); font-weight: 400;
  letter-spacing: -.035em; line-height: .94;
  font-size: clamp(3.15rem, 8.2vw, 6.6rem);
}
.section-title {
  margin: 0; max-width: 14ch; font-family: var(--font-display); font-weight: 400;
  letter-spacing: -.035em; font-size: clamp(2.35rem, 6vw, 4.8rem); line-height: .98;
}
.section-copy { max-width: 41rem; color: var(--muted); font-size: clamp(1rem, 2vw, 1.18rem); }
.kicker { font-size: 1.12rem; font-weight: 720; color: var(--wine); }
.accent { color: var(--red); }

.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.7rem; }
.button {
  min-height: 3.25rem; display: inline-flex; align-items: center; justify-content: center; gap: .65rem;
  padding: .75rem 1.25rem; border: 1px solid transparent; border-radius: 999px;
  font-size: .84rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; transition: .25s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--wine); box-shadow: 0 14px 30px rgba(153,15,22,.22); }
.button-primary:hover { background: var(--red); }
.button-secondary { color: var(--wine); border-color: var(--line); background: rgba(255,255,255,.75); }
.button-whatsapp { color: #082f19; background: var(--green); }
.button img { width: 1.15rem; height: 1.15rem; }

.hero { position: relative; min-height: calc(100svh - 4.5rem); overflow: hidden; display: grid; align-items: center; isolation: isolate; background: linear-gradient(120deg, rgba(255,255,255,.6), rgba(221,208,193,.72)); }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(115deg, transparent 0 48%, rgba(151,19,26,.09) 48% 48.15%, transparent 48.15%), radial-gradient(circle at 84% 18%, rgba(197,22,29,.13), transparent 29rem); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; opacity: .22; background: repeating-linear-gradient(90deg, transparent 0 8.5rem, rgba(59,7,9,.08) 8.5rem calc(8.5rem + 1px)); }
.hero-grid { display: grid; gap: 2.3rem; padding-block: 4.5rem 2rem; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy .display span { display: block; color: var(--red); }
.hero-lead { max-width: 38rem; margin-top: 1.4rem; color: var(--muted); font-size: clamp(1rem, 2vw, 1.18rem); }
.hero-affiliation { width: fit-content; display: flex; align-items: center; gap: .9rem; margin-bottom: 1.4rem; padding: .55rem .75rem; border: 1px solid var(--line); border-radius: 999px; background: var(--white); box-shadow: 0 8px 24px rgba(45,12,10,.06); }
.hero-affiliation span { color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-affiliation img { width: 7rem; height: 2rem; object-fit: contain; }
.hero-credentials { display: flex; flex-wrap: wrap; gap: .65rem 1.2rem; margin-top: 1.2rem; color: var(--wine); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-credentials span { display: inline-flex; align-items: center; gap: .45rem; }
.hero-credentials span::before { content: ""; width: .4rem; aspect-ratio: 1; border-radius: 50%; background: var(--red); }
.hero-photo { position: relative; min-height: 0; aspect-ratio: 3 / 2; margin: 0; border-radius: 1.4rem; overflow: visible; background: var(--wine-dark); box-shadow: 0 30px 80px rgba(45, 12, 10, .23); }
.hero-photo::before { content: ""; position: absolute; z-index: -1; inset: -1rem 1rem 1rem -1rem; border-radius: 1.4rem; background: linear-gradient(145deg, var(--red), var(--wine-dark)); }
.hero-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 50% 50%; }
.hero-photo > img { border-radius: inherit; }
.red-thread { position: absolute; left: 1rem; top: 0; bottom: 0; width: 1px; background: linear-gradient(var(--red), rgba(201,20,29,0)); opacity: .55; }

.metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: -1px; overflow: hidden; border-radius: 0 0 var(--radius) var(--radius); background: rgba(255,255,255,.16); }
.metric { min-width: 0; padding: 1rem .55rem; border: 0; color: var(--white); background: var(--wine-dark); }
.metric-featured { position: relative; grid-column: 1 / -1; padding: clamp(1.4rem, 5vw, 2.3rem) 1rem; overflow: hidden; text-align: center; background: linear-gradient(120deg, #350406, var(--wine-dark) 52%, #701017); }
.metric-featured::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% 110%, rgba(224,68,59,.34), transparent 52%); }
.metric:nth-child(2) { border-radius: 0 0 0 var(--radius); }
.metric:last-child { border-radius: 0 0 var(--radius) 0; }
.metric strong { position: relative; display: block; color: var(--white); font-family: var(--font-display); font-weight: 400; font-size: clamp(1.38rem, 6.2vw, 3rem); font-variant-numeric: tabular-nums; line-height: 1; white-space: nowrap; }
.metric-featured strong { font-size: clamp(2.35rem, 11.5vw, 5.5rem); letter-spacing: -.035em; }
.metric span { position: relative; display: block; margin-top: .55rem; color: rgba(255,255,255,.64); font-size: clamp(.43rem, 1.8vw, .7rem); font-weight: 700; line-height: 1; text-transform: uppercase; letter-spacing: .045em; white-space: nowrap; }
.metric-featured span { color: rgba(255,255,255,.75); font-size: clamp(.62rem, 2.4vw, .82rem); letter-spacing: .16em; }
.metric-number.is-counting { text-shadow: 0 0 1.5rem rgba(255,255,255,.2); }

.architecture-section { padding-bottom: 0; }
.architecture-panel { position: relative; min-height: clamp(33rem, 65vw, 49rem); overflow: hidden; border-radius: 1.5rem; color: var(--white); background: var(--wine-dark); box-shadow: var(--shadow); }
.architecture-panel > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.architecture-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(31,4,6,.93) 0%, rgba(31,4,6,.62) 48%, rgba(31,4,6,.08) 100%); }
.architecture-overlay { position: absolute; z-index: 2; left: clamp(1.5rem,5vw,4.5rem); bottom: clamp(2rem,7vw,5rem); max-width: 38rem; }
.architecture-overlay .eyebrow { color: #ff6b61; }
.architecture-overlay p:not(.eyebrow) { max-width: 32rem; color: rgba(255,255,255,.72); font-size: clamp(1rem,2vw,1.15rem); }
.architecture-overlay .button-secondary { color: var(--wine-dark); background: var(--white); }
.concept-label { position: absolute; z-index: 2; right: 1rem; bottom: 1rem; padding: .45rem .65rem; border-radius: 999px; color: rgba(255,255,255,.65); background: rgba(31,4,6,.6); backdrop-filter: blur(8px); font-size: .6rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.story-grid, .split-grid { display: grid; gap: 2.5rem; }
.surface-section { background: linear-gradient(135deg, rgba(232,223,212,.92), rgba(244,239,232,.97)); }
.surface-section .story-grid { padding: clamp(1rem,3vw,2.2rem); border: 1px solid rgba(59,7,9,.1); border-radius: calc(var(--radius) * 1.35); background: rgba(255,255,255,.4); box-shadow: 0 26px 80px rgba(59,7,9,.08); }
.story-media { position: relative; min-height: 0; aspect-ratio: 1 / 1; margin: 0; border-radius: var(--radius); overflow: hidden; }
.story-media img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.story-media figcaption { position: absolute; inset: auto 1rem 1rem; padding: .8rem 1rem; background: rgba(255,255,255,.86); backdrop-filter: blur(10px); border-radius: .7rem; font-size: .78rem; }
.story-points { display: grid; margin-top: 2rem; border-top: 1px solid var(--line); }
.story-point { display: grid; grid-template-columns: 3.7rem 1fr; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.story-point strong { color: var(--red); font-family: var(--font-body); font-size: 1.15rem; font-weight: 800; }
.story-point p { margin: 0; }

.dark-section { color: var(--white); background: var(--wine-dark); }
.dark-section .eyebrow { color: #ff6b61; }
.dark-section .section-copy { color: rgba(255,255,255,.68); }
.proof-grid { display: grid; gap: 1rem; margin-top: 2.5rem; }
.proof-card { position: relative; min-height: 18rem; padding: 1.35rem; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: rgba(255,255,255,.045); }
.proof-card .year { color: var(--white); font-family: var(--font-display); font-size: 3.3rem; font-weight: 900; }
.proof-card h3 { margin: 3rem 0 .55rem; font-family: var(--font-display); text-transform: uppercase; font-size: 1.65rem; line-height: 1; }
.proof-card p { margin: 0; color: rgba(255,255,255,.66); font-size: .88rem; }

.podcast-section { position: relative; overflow: hidden; background: linear-gradient(125deg, var(--surface), #f4eee7); }
.podcast-section::before { content: "JD CAST"; position: absolute; right: -1.5rem; top: -1.5rem; color: rgba(201,20,29,.045); font-family: var(--font-body); font-size: clamp(6rem, 18vw, 15rem); font-weight: 800; letter-spacing: -.08em; line-height: 1; white-space: nowrap; }
.podcast-grid { position: relative; display: grid; gap: 2.5rem; align-items: center; }
.podcast-topics { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.5rem; }
.podcast-topics span { padding: .55rem .8rem; border: 1px solid var(--line); border-radius: 999px; color: var(--wine); background: var(--paper); font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.podcast-quote { max-width: 34rem; margin: 1.7rem 0 0; padding: 1.2rem 0 1.2rem 1.2rem; border-left: 3px solid var(--red); color: var(--ink); font-family: var(--font-display); font-size: clamp(1.35rem, 3vw, 2rem); line-height: 1.15; }
.podcast-video { position: relative; aspect-ratio: 16 / 9; padding: .65rem; border-radius: 1.4rem; background: var(--wine-dark); box-shadow: var(--shadow); }
.podcast-video::before { content: "ENTREVISTA"; position: absolute; z-index: 2; top: -.8rem; right: 1.2rem; padding: .48rem .75rem; border-radius: 999px; color: var(--white); background: var(--red); font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
.podcast-video iframe { width: 100%; height: 100%; display: block; border: 0; border-radius: .9rem; }

.photo-book-section { overflow: hidden; color: var(--white); background: var(--wine-dark); }
.photo-book-section .eyebrow { color: #ff6b61; }
.photo-book-section .section-copy { color: rgba(255,255,255,.67); }
.photo-book-heading { display: grid; gap: 1.6rem; align-items: end; margin-bottom: 2.5rem; }
.photo-book-toggle { display: inline-flex; align-items: center; gap: .5rem; margin-top: .9rem; padding: .6rem .85rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: var(--white); background: rgba(255,255,255,.07); cursor: pointer; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.photo-book-viewport { position: relative; width: 100%; overflow: hidden; }
.photo-book-viewport::before, .photo-book-viewport::after { content: ""; position: absolute; z-index: 3; top: 0; bottom: 0; width: clamp(1.5rem, 7vw, 8rem); pointer-events: none; }
.photo-book-viewport::before { left: 0; background: linear-gradient(90deg, var(--wine-dark), transparent); }
.photo-book-viewport::after { right: 0; background: linear-gradient(270deg, var(--wine-dark), transparent); }
.photo-book-track { display: flex; width: max-content; gap: .85rem; padding: .5rem 0 1.2rem; animation: photo-book-scroll 62s linear infinite; will-change: transform; }
.photo-book-viewport:hover .photo-book-track, .photo-book-viewport:focus-within .photo-book-track, .photo-book-viewport.is-paused .photo-book-track { animation-play-state: paused; }
.photo-book-card { position: relative; flex: 0 0 min(calc(100vw - 2rem), 28rem); aspect-ratio: 1 / 1; height: auto; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 1rem; background: #210506; }
.photo-book-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; filter: saturate(.94) contrast(1.025); }
.photo-book-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(19,3,4,.88)); }
.photo-book-card figcaption { position: absolute; z-index: 2; inset: auto 1rem 1rem; display: grid; gap: .2rem; }
.photo-book-card figcaption span { font-family: var(--font-display); font-size: 1.3rem; line-height: 1; }
.photo-book-card figcaption small { color: rgba(255,255,255,.58); font-size: .62rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
@keyframes photo-book-scroll { to { transform: translateX(calc(-50% - .425rem)); } }

.property-toolbar { display: grid; gap: 1rem; margin: 2rem 0; }
.filter-row { display: flex; gap: .5rem; overflow-x: auto; padding-bottom: .35rem; scrollbar-width: none; }
.filter-row::-webkit-scrollbar { display: none; }
.filter-button { white-space: nowrap; border: 1px solid var(--line); border-radius: 999px; padding: .62rem .9rem; color: var(--muted); background: var(--white); cursor: pointer; }
.filter-button[aria-pressed="true"] { color: var(--white); background: var(--wine); border-color: var(--wine); }
.property-grid { display: grid; gap: 1rem; }
.property-showcase-section { position: relative; overflow: hidden; background: linear-gradient(145deg, #dfd2c4, #f1e9df); }
.property-showcase-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .22; background: linear-gradient(120deg, transparent 0 64%, rgba(151,19,26,.15) 64% 64.15%, transparent 64.15%); }
.property-showcase-section > .container { position: relative; }
.warm-section { background: #e8ded2; }
.property-card { display: grid; overflow: hidden; border: 1px solid rgba(59,7,9,.14); border-radius: var(--radius); background: #fffdfa; color: var(--ink); box-shadow: 0 15px 44px rgba(59,7,9,.07); transition: .25s; }

.page-hero-grid { display: grid; gap: 2rem; align-items: center; }
.page-hero-media { overflow: hidden; min-height: 0; aspect-ratio: 1 / 1; margin: 0; border-radius: var(--radius); background: var(--blush); }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.compact-hero { min-height: 64vh; display: grid; align-items: center; }
.contact-grid { display: grid; gap: 1rem; }
.contact-card { padding: clamp(1.5rem, 4vw, 2.4rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.contact-card h2 { margin: .8rem 0; font-family: var(--font-display); font-size: clamp(1.7rem, 4vw, 2.5rem); line-height: 1; text-transform: uppercase; }
.contact-card p { margin: 0 0 1.5rem; color: var(--muted); }
.legal-copy { max-width: 52rem; }
.legal-copy h2 { margin: 2.2rem 0 .65rem; font-family: var(--font-display); font-size: 1.65rem; text-transform: uppercase; }
.legal-copy p { color: var(--muted); }

@media (min-width: 68rem) {
  .page-hero-grid { grid-template-columns: 1.05fr .7fr; }
  .contact-grid { grid-template-columns: repeat(3, 1fr); }
}
.property-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.property-card-media { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--blush); }
.property-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.property-card:hover .property-card-media img { transform: scale(1.035); }
.status-chip { position: absolute; top: .8rem; left: .8rem; padding: .45rem .7rem; border-radius: 999px; color: var(--white); background: rgba(61,11,24,.82); backdrop-filter: blur(8px); font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.property-card-body { padding: 1.15rem; }
.property-card-body small { color: var(--red); text-transform: uppercase; font-weight: 800; letter-spacing: .1em; }
.property-card h3 { margin: .65rem 0; font-family: var(--font-display); font-size: 1.55rem; line-height: 1.05; text-transform: uppercase; }
.property-card p { margin: 0; color: var(--muted); font-size: .86rem; }
.property-card-footer { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 1.15rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--wine); font-size: .79rem; font-weight: 800; }

.team-layout { display: grid; gap: 1rem; margin-top: 2.3rem; }
.team-card { position: relative; min-height: 0; aspect-ratio: 1 / 1; overflow: hidden; border-radius: var(--radius); background: var(--ink); color: var(--white); }
.team-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; opacity: .78; }
.team-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(25,23,26,.9)); }
.team-card-copy { position: absolute; z-index: 2; inset: auto 1.2rem 1.2rem; }
.team-card-copy h3 { margin: 0; font-family: var(--font-display); text-transform: uppercase; font-size: 1.85rem; }
.team-card-copy p { margin: .3rem 0 0; color: rgba(255,255,255,.7); }

.cta-panel { position: relative; overflow: hidden; padding: clamp(2rem, 6vw, 5rem); border-radius: calc(var(--radius) * 1.4); color: var(--white); background: var(--wine); }
.cta-panel::after { content: "JD"; position: absolute; right: -1rem; bottom: -4rem; font: 900 clamp(10rem, 35vw, 26rem)/1 var(--font-display); color: rgba(255,255,255,.055); }
.cta-panel > * { position: relative; z-index: 1; }

.page-hero { padding: clamp(4rem, 9vw, 8rem) 0 3rem; border-bottom: 1px solid var(--line); }
.page-hero .section-copy { margin-top: 1.5rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1.5rem; color: var(--muted); font-size: .76rem; }
.breadcrumbs a { color: var(--wine); }

.award-gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: .7rem; }
.award-gallery figure { margin: 0; min-height: 0; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 1rem; background: var(--blush); }
.award-gallery figure:first-child { grid-column: 1 / -1; min-height: 0; }
.award-gallery img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }

.form-shell { display: grid; gap: 2rem; }
.form-card { padding: clamp(1.2rem, 4vw, 2.2rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.form-grid { display: grid; gap: 1rem; }
.field { display: grid; gap: .4rem; }
.field label, .field legend { color: var(--wine-dark); font-size: .78rem; font-weight: 800; }
.field input, .field select, .field textarea {
  width: 100%; border: 1px solid rgba(73,4,7,.2); border-radius: .75rem; padding: .85rem 1rem; color: var(--ink); background: #fff;
}
.field textarea { min-height: 8rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); outline: 3px solid rgba(201,20,29,.1); }
.checkbox-field { display: grid; grid-template-columns: 1.2rem 1fr; align-items: start; gap: .7rem; color: var(--muted); font-size: .78rem; }
.checkbox-field input { width: 1.1rem; height: 1.1rem; margin-top: .15rem; accent-color: var(--wine); }
.form-status { display: none; margin: 1rem 0 0; padding: .8rem 1rem; border-radius: .7rem; font-size: .86rem; }
.form-status.is-visible { display: block; }
.form-status.success { color: #0a4927; background: #dcf7e7; }
.form-status.error { color: #7b1024; background: #fbe4e8; }
.form-note { padding: 1.1rem; border-left: 3px solid var(--red); background: var(--blush); color: var(--muted); font-size: .82rem; }

.property-hero { position: relative; min-height: 72svh; display: grid; align-items: end; overflow: hidden; color: var(--white); background: var(--wine-dark); }
.property-hero-media { position: absolute; inset: 0; }
.property-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.property-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(25,10,15,.08), rgba(25,10,15,.86)); }
.property-hero-copy { position: relative; z-index: 1; padding: clamp(8rem, 18vw, 14rem) 0 2.2rem; }
.property-hero h1 { margin: .75rem 0; max-width: 14ch; font: 900 clamp(2.7rem, 10vw, 7rem)/.94 var(--font-display); text-transform: uppercase; letter-spacing: -.045em; }
.property-hero p { max-width: 44rem; margin: .5rem 0; color: rgba(255,255,255,.78); }
.property-meta { display: grid; grid-template-columns: repeat(2,1fr); gap: .65rem; margin-top: 1.5rem; }
.meta-item { padding: .9rem; border: 1px solid rgba(255,255,255,.18); border-radius: .8rem; background: rgba(61,11,24,.38); backdrop-filter: blur(10px); }
.meta-item small { display: block; color: #ff6b61; text-transform: uppercase; letter-spacing: .09em; }
.meta-item strong { display: block; margin-top: .28rem; font-size: .82rem; }
.detail-grid { display: grid; gap: 2.5rem; }
.property-gallery-section { background: linear-gradient(135deg, #ede4d9, #f6f1eb); }
.property-gallery-heading { display: grid; gap: 1.5rem; align-items: end; margin-bottom: 2rem; }
.property-gallery-preview { display: flex; flex-wrap: wrap; gap: .65rem; }
.property-gallery-item { min-width: 0; margin: 0; flex: 1 1 100%; }
.property-gallery-media { position: relative; display: block; width: 100%; aspect-ratio: 1 / 1; min-height: 0; padding: 0; overflow: hidden; border: 0; border-radius: .9rem; background: var(--blush); cursor: zoom-in; }
.property-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.property-gallery-item:hover img { transform: scale(1.025); }
.property-gallery-item[data-gallery-category="plantas"] img,
.property-gallery-item[data-gallery-category="implantacao"] img { object-fit: contain; background: var(--white); }
.gallery-dialog { position: fixed; inset: 0; z-index: 200; width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; overflow-x: hidden; color: var(--ink); background: #f2ece5; }
.gallery-dialog::backdrop { background: rgba(28,4,5,.82); backdrop-filter: blur(8px); }
.gallery-dialog-shell { min-height: 100%; padding-bottom: 4rem; overflow-x: hidden; background: #f2ece5; }
.gallery-dialog-header { position: sticky; z-index: 5; top: 0; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem max(1rem, calc((100% - 82rem) / 2)); border-bottom: 1px solid var(--line); background: #f7f2ec; }
.gallery-dialog-header small { color: var(--red); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.gallery-dialog-header h2 { margin: .15rem 0 0; font-family: var(--font-display); font-size: clamp(1.3rem,3vw,2rem); font-weight: 400; line-height: 1; }
.gallery-dialog-close { flex: 0 0 auto; width: 3rem; height: 3rem; border: 1px solid var(--line); border-radius: 50%; color: var(--white); background: var(--wine); cursor: pointer; font-size: 1.8rem; line-height: 1; }
.gallery-dialog-filters { display: flex; gap: .5rem; max-width: 82rem; margin: 1.5rem auto; padding: 0 1rem .5rem; overflow-x: auto; scrollbar-width: thin; }
.gallery-dialog-filters button { white-space: nowrap; padding: .65rem .85rem; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: var(--white); cursor: pointer; font-size: .72rem; font-weight: 800; text-transform: capitalize; }
.gallery-dialog-filters button span { margin-left: .25rem; opacity: .62; }
.gallery-dialog-filters button[aria-pressed="true"] { color: var(--white); background: var(--wine); border-color: var(--wine); }
.gallery-dialog-grid { width: min(100% - 2rem,82rem); margin-inline: auto; display: flex; flex-wrap: wrap; gap: 1rem; }
.gallery-dialog-grid .property-gallery-item { flex: 1 1 100%; }
.gallery-dialog-grid .property-gallery-media { aspect-ratio: 1 / 1; min-height: 0; }
.gallery-dialog-grid .property-gallery-item { overflow: hidden; border: 1px solid rgba(59,7,9,.11); border-radius: 1rem; background: #fffdfa; box-shadow: 0 12px 36px rgba(59,7,9,.07); }
.gallery-dialog-footer { width: min(100% - 2rem,82rem); margin: 3rem auto 0; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); }
.gallery-dialog-footer a { display: inline-flex; margin-left: .3rem; color: var(--wine); font-weight: 800; }
.image-lightbox { position: fixed; inset: 0; z-index: 260; width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; overflow: hidden; color: var(--white); background: #120607; }
.image-lightbox::backdrop { background: rgba(12,2,3,.96); }
.image-lightbox-shell { position: relative; width: 100%; height: 100%; display: grid; place-items: center; padding: 4.5rem 4rem 2rem; background: radial-gradient(circle at 50% 35%, rgba(151,19,26,.25), transparent 35rem), #120607; }
.image-lightbox-figure { width: min(100%, 92rem); height: 100%; min-height: 0; margin: 0; display: grid; grid-template-rows: minmax(0,1fr) auto; gap: .8rem; }
.image-lightbox-figure img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.image-lightbox-figure figcaption { display: grid; grid-template-columns: auto 1fr auto; align-items: baseline; gap: .75rem; color: rgba(255,255,255,.78); font-size: .78rem; }
.image-lightbox-figure figcaption span { color: #ff847c; font-size: .63rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.image-lightbox-figure figcaption strong { color: var(--white); font-weight: 600; }
.image-lightbox-figure figcaption small { font-size: .72rem; font-variant-numeric: tabular-nums; }
.image-lightbox-close, .image-lightbox-nav { position: absolute; z-index: 2; width: 3rem; height: 3rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--white); background: rgba(151,19,26,.78); backdrop-filter: blur(10px); cursor: pointer; }
.image-lightbox-close { top: 1rem; right: 1rem; font-size: 1.8rem; }
.image-lightbox-nav { top: 50%; transform: translateY(-50%); font-size: 1.35rem; }
.image-lightbox-prev { left: .75rem; }
.image-lightbox-next { right: .75rem; }
.highlight-list { display: grid; gap: .65rem; margin: 1.6rem 0 0; padding: 0; list-style: none; }
.highlight-list li { display: flex; gap: .75rem; padding: .85rem 0; border-top: 1px solid var(--line); }
.highlight-list li::before { content: "↗"; color: var(--red); font-weight: 900; }
.map-frame { width: 100%; min-height: 26rem; border: 0; border-radius: var(--radius); background: var(--blush); }
.disclaimer { margin-top: 1.5rem; color: var(--muted); font-size: .72rem; }

.site-footer { padding: 3rem 0 1.2rem; color: rgba(255,255,255,.76); background: #270708; }
.footer-grid { display: grid; gap: 2rem; }
.dialogo-lockup { display: inline-flex; align-items: center; gap: .8rem; padding: .8rem; border-radius: .75rem; background: rgba(255,255,255,.95); }
.dialogo-lockup img { width: 9rem; max-height: 3rem; }
.footer-links { display: grid; gap: .6rem; }
.footer-links a:hover { color: var(--white); }
.footer-small { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .8rem; margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: .7rem; }
.floating-whatsapp { position: fixed; z-index: 70; right: 1rem; bottom: 1rem; width: 3.65rem; height: 3.65rem; display: grid; place-items: center; border-radius: 50%; background: var(--green); box-shadow: 0 13px 34px rgba(0,0,0,.24); }
.floating-whatsapp img { width: 1.65rem; height: 1.65rem; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s, transform .65s; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.hidden { display: none !important; }

@media (min-width: 42rem) {
  .site-header { padding-inline: 1.5rem; }
  .container { width: min(100% - 3rem, 76rem); }
  .hero-grid { align-items: center; }
  .hero-photo { min-height: 0; aspect-ratio: 3 / 2; }
  .metric { padding: 1.25rem; }
  .story-grid, .split-grid, .detail-grid { grid-template-columns: repeat(2,minmax(0,1fr)); align-items: center; }
  .proof-grid { grid-template-columns: repeat(2,1fr); }
  .property-grid { grid-template-columns: repeat(2,1fr); }
  .team-layout { grid-template-columns: 1.25fr .75fr; }
  .team-card:first-child { grid-row: span 2; min-height: 39rem; aspect-ratio: auto; }
  .form-grid { grid-template-columns: repeat(2,1fr); }
  .field.full, .checkbox-field, .form-actions { grid-column: 1 / -1; }
  .form-shell { grid-template-columns: .72fr 1.28fr; align-items: start; }
  .award-gallery { grid-template-columns: repeat(3,1fr); }
  .award-gallery figure:first-child { grid-column: span 2; grid-row: span 2; }
  .property-meta { grid-template-columns: repeat(4,1fr); }
  .footer-grid { grid-template-columns: 1.25fr .75fr .75fr; }
  .photo-book-heading { grid-template-columns: 1.08fr .92fr; }
  .property-gallery-heading { grid-template-columns: 1.08fr .92fr; }
  .property-gallery-preview .property-gallery-item { flex-basis: calc(50% - .65rem); }
  .property-gallery-preview .property-gallery-media { aspect-ratio: 4 / 3; }
  .gallery-dialog-grid .property-gallery-item { flex-basis: calc(50% - 1rem); }
  .gallery-dialog-grid .property-gallery-media { aspect-ratio: 4 / 3; }
}

@media (min-width: 52rem) {
  .hero-grid { grid-template-columns: .88fr 1.12fr; gap: clamp(2rem,4vw,3.5rem); }
  .display { font-size: clamp(3.3rem, 6vw, 4.8rem); }
  .hero-photo { aspect-ratio: 3 / 2; }
}

@media (min-width: 68rem) {
  .site-header { height: 5.25rem; padding-inline: 2rem; grid-template-columns: 12rem minmax(0,1fr) 12rem; }
  .header-wordmark { font-size: 2.15rem; }
  main { padding-top: 5.25rem; }
  .hero { min-height: calc(100svh - 5.25rem); }
  .hero-grid { grid-template-columns: .82fr 1.18fr; gap: clamp(2.5rem, 4.5vw, 5.5rem); padding-block: 3.5rem; }
  .display { font-size: clamp(4.2rem, 6vw, 6.1rem); }
  .hero-photo { min-height: 0; aspect-ratio: 3 / 2; margin-right: 0; }
  .podcast-grid { grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 6vw, 6rem); }
  .red-thread { left: 4rem; }
  .property-grid { grid-template-columns: repeat(3,1fr); }
  .proof-grid { grid-template-columns: repeat(4,1fr); }
  .drawer { width: 34rem; padding: 2rem; }
  .drawer-nav a { font-size: 3rem; }
  .property-gallery-preview .property-gallery-item { flex-basis: calc(25% - .65rem); }
  .gallery-dialog-grid .property-gallery-item { flex-basis: calc(25% - 1rem); }
}

@media (max-width: 41.99rem) {
  .hero-grid { padding-top: 1.35rem; gap: 2rem; }
  .hero-photo { order: -1; aspect-ratio: 1 / 1; }
  .hero-photo::before { inset: -.45rem .45rem .45rem -.45rem; }
  .hero-photo img { object-position: 55% center; }
  .surface-section .story-grid { padding: 0; border: 0; background: transparent; box-shadow: none; }
  .story-media figcaption { inset: auto .65rem .65rem; }
  .photo-book-track { padding-inline: 1rem; }
  .image-lightbox-shell { padding: 4rem .75rem 1rem; }
  .image-lightbox-nav { top: auto; bottom: 4.9rem; transform: none; }
  .image-lightbox-prev { left: .75rem; }
  .image-lightbox-next { right: .75rem; }
  .image-lightbox-figure figcaption { grid-template-columns: 1fr auto; }
  .image-lightbox-figure figcaption span { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .photo-book-viewport { overflow-x: auto; scrollbar-width: thin; }
  .photo-book-track { animation: none; }
  .photo-book-card[aria-hidden="true"] { display: none; }
}
