:root {
  --font-inter: "Inter";
  --font-playfair: "Playfair Display";
  --ink: #0c1e2b;
  --blue: #0a3552;
  --blue-bright: #0e5075;
  --blue-soft: #e8f1f5;
  --gold: #d2ae6d;
  --gold-dark: #af8748;
  --cream: #f7f5f0;
  --sand: #efe9dc;
  --white: #ffffff;
  --muted: #66747e;
  --line: rgba(12, 30, 43, 0.12);
  --shadow: 0 24px 70px rgba(8, 31, 46, 0.12);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-inter), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
::selection { background: var(--gold); color: var(--ink); }

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.button {
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
  transition: transform .28s ease, box-shadow .28s ease, background .28s ease, color .28s ease;
  cursor: pointer;
}
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #102431; box-shadow: 0 10px 28px rgba(210, 174, 109, .25); }
.button-gold:hover { background: #e2c183; box-shadow: 0 14px 35px rgba(210, 174, 109, .38); }
.button-blue { background: var(--blue); color: var(--white); box-shadow: 0 12px 30px rgba(10, 53, 82, .22); }
.button-blue:hover { background: var(--blue-bright); }
.button-outline { border-color: rgba(10,53,82,.25); background: transparent; color: var(--blue); }
.button-outline:hover { border-color: var(--blue); background: white; }
.button-glass { border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.1); color: var(--white); backdrop-filter: blur(10px); }
.button-glass:hover { background: rgba(255,255,255,.2); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 13px; font-weight: 700; white-space: nowrap; padding-bottom: 5px; border-bottom: 1px solid rgba(10,53,82,.3); }
.text-link svg, .article-link svg, .property-footer a svg { transition: transform .25s ease; }
.text-link:hover svg, .article-link:hover svg, .property-footer a:hover svg { transform: translateX(4px); }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 88px; color: var(--white); transition: background .35s ease, height .35s ease, box-shadow .35s ease, color .35s ease; }
.site-header.is-scrolled { height: 74px; background: rgba(255,255,255,.96); color: var(--ink); box-shadow: 0 8px 35px rgba(8,31,46,.09); backdrop-filter: blur(18px); }
.header-inner { width: min(1380px, calc(100% - 64px)); margin: auto; height: 100%; display: flex; align-items: center; gap: 38px; }
.brand { width: 154px; display: block; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; filter: brightness(0) invert(1); transition: filter .3s ease; }
.is-scrolled .brand img { filter: none; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 27px; }
.desktop-nav a { font-size: 12px; font-weight: 600; letter-spacing: .025em; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 1px; background: var(--gold); transition: width .25s ease; }
.desktop-nav a:hover::after { width: 100%; }
.header-cta { min-height: 42px; padding-inline: 19px; font-size: 11px; }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; color: inherit; padding: 8px; }
.mobile-nav { display: none; overflow: hidden; }

.hero { position: relative; min-height: 920px; height: 100svh; max-height: 1040px; color: var(--white); isolation: isolate; }
.hero-media, .hero-overlay, .hero-grain { position: absolute; inset: 0; }
.hero-media { z-index: -3; background: url("../images/hero.jpg") center 45% / cover no-repeat; }
.hero-overlay { z-index: -2; background: linear-gradient(90deg, rgba(3,20,31,.82) 0%, rgba(5,28,42,.58) 47%, rgba(5,28,42,.15) 78%), linear-gradient(0deg, rgba(4,21,31,.52) 0%, transparent 40%); }
.hero-grain { z-index: -1; opacity: .12; background-image: radial-gradient(circle at 20% 30%, rgba(255,255,255,.18) 0 1px, transparent 1.5px), radial-gradient(circle at 75% 62%, rgba(255,255,255,.12) 0 1px, transparent 1.5px); background-size: 17px 19px, 23px 27px; pointer-events: none; }
.hero-content { width: min(1180px, calc(100% - 48px)); margin: auto; padding-top: max(175px, 18vh); }
.eyebrow { display: flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: .22em; color: var(--gold-dark); font-size: 10px; font-weight: 800; margin-bottom: 24px; }
.eyebrow span { width: 36px; height: 1px; background: currentColor; }
.eyebrow.light { color: #e2c183; }
.hero h1 { max-width: 850px; margin: 0; font-family: var(--font-playfair), Georgia, serif; font-size: clamp(47px, 5.35vw, 78px); line-height: 1.03; font-weight: 500; letter-spacing: -.035em; }
h1 em, h2 em { color: var(--gold); font-style: italic; font-weight: 500; }
.hero-content > p { max-width: 720px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.8; }
.hero-actions { display: flex; gap: 13px; margin-top: 34px; }
.hero-bottom { position: absolute; left: 0; right: 0; bottom: 42px; }
.hero-bottom > div { width: min(1180px, calc(100% - 48px)); margin: auto; }
.search-shell { background: rgba(255,255,255,.97); border-radius: 16px; color: var(--ink); box-shadow: 0 25px 75px rgba(3,20,31,.25); position: relative; }
.search-tabs { position: absolute; left: 22px; bottom: calc(100% - 1px); display: flex; overflow: hidden; background: rgba(9,38,56,.92); border-radius: 12px 12px 0 0; backdrop-filter: blur(12px); }
.search-tabs button { border: 0; padding: 12px 20px; background: transparent; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 700; cursor: pointer; }
.search-tabs button.active { background: var(--gold); color: var(--ink); }
.property-search { min-height: 104px; padding: 20px; display: grid; align-items: center; grid-template-columns: 1.05fr 1fr 1fr .75fr auto; gap: 0; }
.property-search label { padding: 0 20px; border-right: 1px solid var(--line); position: relative; min-width: 0; }
.property-search label:first-child { padding-left: 12px; }
.property-search label span { display: block; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; margin-bottom: 9px; }
.property-search select { border: 0; background: transparent; appearance: none; outline: none; width: 100%; padding-right: 18px; color: var(--ink); font-size: 13px; font-weight: 600; cursor: pointer; }
.property-search label svg { position: absolute; right: 18px; bottom: 1px; color: var(--muted); pointer-events: none; }
.search-button { height: 58px; border: 0; background: var(--blue); color: var(--white); border-radius: 10px; padding: 0 27px; display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 800; cursor: pointer; transition: background .25s ease, transform .25s ease; }
.search-button:hover { background: var(--blue-bright); transform: translateY(-1px); }
.search-feedback { position: absolute; top: calc(100% + 8px); left: 16px; margin: 0; padding: 8px 12px; border-radius: 8px; background: rgba(6,30,45,.92); color: white; font-size: 11px; box-shadow: var(--shadow); }
.scroll-cue { position: absolute; right: 42px; bottom: 64px; display: flex; align-items: center; gap: 12px; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.6); writing-mode: vertical-rl; }
.scroll-cue span { width: 1px; height: 45px; background: rgba(255,255,255,.45); }

.section-heading { max-width: 690px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .peninsula-card h2, .main-cta h2 { margin: 0; font-family: var(--font-playfair), Georgia, serif; font-size: clamp(40px, 4.1vw, 60px); line-height: 1.08; font-weight: 500; letter-spacing: -.03em; }
.section-heading p { max-width: 620px; margin: 22px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.section-heading.centered p { margin-inline: auto; }
.heading-row { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 48px; }

.properties-section { background: var(--cream); }
.property-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.property-card-wrap { min-width: 0; }
.property-card { height: 100%; border-radius: var(--radius); overflow: hidden; background: var(--white); border: 1px solid rgba(12,30,43,.07); transition: transform .4s ease, box-shadow .4s ease; }
.property-card:hover { transform: translateY(-9px); box-shadow: var(--shadow); }
.property-image { height: 275px; position: relative; overflow: hidden; background: var(--sand); }
.property-image::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(4,24,36,.55)); pointer-events: none; }
.property-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.property-image-empty { width: 100%; height: 100%; display: grid; place-content: center; justify-items: center; gap: 10px; background: linear-gradient(145deg, #e7ecea, #f4f1e9); color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.property-image-empty svg { width: 34px; height: 34px; color: var(--gold-dark); stroke-width: 1.4; }
.property-card:hover .property-image img { transform: scale(1.055); }
.property-type, .property-code { position: absolute; z-index: 2; color: var(--white); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.property-type { top: 16px; left: 16px; padding: 8px 11px; border-radius: 999px; background: rgba(7,38,56,.86); backdrop-filter: blur(8px); }
.property-code { bottom: 15px; left: 17px; }
.favorite { position: absolute; z-index: 2; top: 14px; right: 14px; width: 39px; height: 39px; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--blue); display: grid; place-items: center; cursor: pointer; transition: color .2s ease, transform .2s ease; }
.favorite:hover { color: #b23e48; transform: scale(1.06); }
.property-body { padding: 24px; }
.property-location { display: flex; align-items: center; gap: 7px; color: var(--gold-dark); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.property-body h3 { min-height: 52px; margin: 13px 0 17px; font-family: var(--font-playfair), Georgia, serif; font-size: 21px; line-height: 1.25; font-weight: 600; }
.property-specs { display: flex; align-items: center; gap: 15px; padding: 15px 0; border-block: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.property-specs span { display: flex; align-items: center; gap: 5px; }
.property-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 19px; }
.property-footer strong { color: var(--blue); font-size: 16px; }
.property-footer a { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.property-category-actions { margin-top: 35px; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }

.about-section { overflow: hidden; }
.about-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 94px; align-items: center; }
.about-visual { min-height: 610px; position: relative; }
.about-main-image { position: absolute; inset: 0 82px 70px 0; border-radius: 260px 260px 18px 18px; overflow: hidden; }
.about-main-image img, .about-small-image img { width: 100%; height: 100%; object-fit: cover; }
.about-small-image { position: absolute; width: 225px; height: 285px; right: 0; bottom: 0; border: 9px solid white; border-radius: 120px 120px 16px 16px; overflow: hidden; box-shadow: var(--shadow); }
.experience-badge { position: absolute; left: 25px; bottom: 26px; width: 175px; height: 175px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 25px; text-align: center; background: var(--blue); color: white; box-shadow: 0 18px 45px rgba(8,41,61,.25); border: 1px solid rgba(255,255,255,.15); }
.experience-badge::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(210,174,109,.55); border-radius: inherit; }
.experience-badge strong { font-family: var(--font-playfair), Georgia, serif; font-size: 25px; color: var(--gold); }
.experience-badge span { margin-top: 7px; font-size: 10px; line-height: 1.45; color: rgba(255,255,255,.7); }
.about-content .lead { margin: 27px 0 14px; color: var(--ink); font-size: 17px; line-height: 1.65; font-weight: 500; }
.about-content > p:not(.lead) { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.about-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 20px; margin: 27px 0 31px; }
.about-checks span { display: flex; align-items: center; gap: 9px; color: #354853; font-size: 12px; }
.about-checks svg { color: var(--gold-dark); }
.stats-grid { margin-top: 92px; display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.stat { padding: 34px 28px; text-align: center; position: relative; }
.stat:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 28%; width: 1px; height: 44%; background: var(--line); }
.stat strong { display: block; color: var(--blue); font-family: var(--font-playfair), Georgia, serif; font-size: 40px; line-height: 1; }
.stat span { display: block; margin-top: 10px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }

.services-strip { padding: 50px 0; background: var(--blue); color: white; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.service-item { min-height: 100px; padding: 0 36px; display: flex; align-items: center; gap: 20px; }
.service-item:not(:last-child) { border-right: 1px solid rgba(255,255,255,.13); }
.service-icon { flex: 0 0 52px; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: rgba(210,174,109,.13); color: var(--gold); }
.service-icon svg { width: 23px; }
.service-item h3 { margin: 0 0 7px; font-family: var(--font-playfair), Georgia, serif; font-size: 20px; font-weight: 600; }
.service-item p { margin: 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.6; }

.peninsula-section { min-height: 860px; position: relative; isolation: isolate; color: white; display: flex; align-items: center; overflow: hidden; }
.peninsula-media, .peninsula-overlay { position: absolute; inset: 0; }
.peninsula-media { z-index: -2; background: url("../images/peninsula.jpg") center / cover no-repeat fixed; }
.peninsula-overlay { z-index: -1; background: linear-gradient(90deg, rgba(3,24,37,.88) 0%, rgba(3,24,37,.6) 46%, rgba(3,24,37,.08) 75%), linear-gradient(0deg, rgba(3,24,37,.3), transparent 50%); }
.peninsula-inner { padding-block: 100px; }
.peninsula-card { max-width: 560px; padding: 52px; border: 1px solid rgba(255,255,255,.2); border-radius: 3px 90px 3px 3px; background: rgba(5,33,49,.48); backdrop-filter: blur(15px); box-shadow: 0 30px 90px rgba(0,0,0,.22); }
.peninsula-index { margin: 0 0 8px; color: rgba(255,255,255,.32); text-transform: uppercase; font-size: 10px; letter-spacing: .35em; }
.peninsula-card h2 { font-size: clamp(43px, 4.4vw, 64px); }
.peninsula-card > p:not(.peninsula-index) { margin: 23px 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.8; }
.peninsula-points { display: flex; flex-wrap: wrap; gap: 17px; margin-bottom: 30px; }
.peninsula-points span { display: flex; align-items: center; gap: 7px; font-size: 10px; color: rgba(255,255,255,.85); }
.peninsula-points svg { color: var(--gold); }
.peninsula-caption { position: absolute; right: 35px; bottom: 50px; color: rgba(255,255,255,.55); font-size: 9px; text-transform: uppercase; letter-spacing: .18em; writing-mode: vertical-rl; }

.team-section { background: var(--cream); }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 54px; }
.team-card { padding: 34px 16px 26px; text-align: center; background: white; border: 1px solid rgba(12,30,43,.07); border-radius: 150px 150px 18px 18px; transition: transform .35s ease, box-shadow .35s ease; }
.team-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.team-photo { width: 150px; height: 150px; margin: 0 auto 23px; border-radius: 50%; overflow: hidden; position: relative; background: var(--sand); box-shadow: inset 0 0 0 7px white, 0 8px 30px rgba(8,31,46,.12); }
.team-photo::after { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(210,174,109,.45); border-radius: inherit; pointer-events: none; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-card h3 { margin: 0; font-family: var(--font-playfair), Georgia, serif; font-size: 18px; font-weight: 600; }
.team-card p { min-height: 42px; margin: 8px 0 14px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.team-card a { display: inline-flex; align-items: center; gap: 7px; color: #1f8f55; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }

.testimonials-section { padding: 115px 0; background: var(--blue); color: white; position: relative; overflow: hidden; }
.testimonials-section::before { content: "“"; position: absolute; right: 4%; top: -140px; color: rgba(255,255,255,.035); font-family: Georgia, serif; font-size: 650px; line-height: 1; }
.testimonial-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: center; }
.testimonial-heading .section-heading h2 { font-size: clamp(40px, 4vw, 58px); }
.testimonial-heading .section-heading h2 em { color: var(--gold); }
.rating-badge { display: grid; grid-template-columns: auto auto; align-items: center; gap: 3px 12px; width: fit-content; margin-top: 32px; }
.rating-badge > div { grid-column: 1 / -1; display: flex; gap: 3px; color: var(--gold); }
.rating-badge strong { font-family: var(--font-playfair), Georgia, serif; font-size: 28px; color: var(--gold); }
.rating-badge span { color: rgba(255,255,255,.55); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.testimonial-card { min-height: 440px; padding: 55px; border-radius: 3px 80px 3px 3px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.13); position: relative; backdrop-filter: blur(10px); display: flex; flex-direction: column; }
.quote-icon { color: var(--gold); width: 40px; height: 40px; margin-bottom: 27px; opacity: .8; }
.testimonial-card blockquote { margin: 0; font-family: var(--font-playfair), Georgia, serif; font-size: clamp(23px, 2.25vw, 31px); line-height: 1.48; font-weight: 400; color: rgba(255,255,255,.9); }
.testimonial-person { display: flex; align-items: center; gap: 13px; margin-top: 30px; }
.testimonial-person > span { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: var(--ink); font-family: var(--font-playfair), Georgia, serif; font-size: 20px; }
.testimonial-person strong, .testimonial-person small { display: block; }
.testimonial-person strong { font-size: 12px; }
.testimonial-person small { margin-top: 5px; color: rgba(255,255,255,.48); font-size: 10px; }
.testimonial-controls { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 32px; }
.dots { display: flex; gap: 8px; }
.dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.28); cursor: pointer; transition: width .25s ease, background .25s ease; }
.dots button.active { width: 27px; background: var(--gold); }
.testimonial-controls > div:last-child { display: flex; gap: 8px; }
.testimonial-controls > div:last-child button { width: 43px; height: 43px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); background: transparent; color: white; cursor: pointer; transition: background .25s ease, color .25s ease; }
.testimonial-controls > div:last-child button:hover { background: var(--gold); color: var(--ink); }
.testimonial-controls svg { width: 17px; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.article-card { min-width: 0; }
.article-image { height: 260px; display: block; overflow: hidden; border-radius: 18px; position: relative; background: var(--sand); }
.article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.article-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(4,24,36,.35)); }
.article-card:hover .article-image img { transform: scale(1.05); }
.article-image > span { position: absolute; z-index: 2; right: 16px; bottom: 16px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--blue); transform: scale(.9); opacity: 0; transition: opacity .3s ease, transform .3s ease; }
.article-card:hover .article-image > span { transform: scale(1); opacity: 1; }
.article-meta { margin-top: 20px; display: flex; align-items: center; gap: 15px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.article-meta > span { display: flex; align-items: center; gap: 5px; }
.article-meta > span:first-child { color: var(--gold-dark); }
.article-card h3 { margin: 15px 0 10px; font-family: var(--font-playfair), Georgia, serif; font-size: 24px; line-height: 1.25; font-weight: 600; }
.article-card > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.article-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 17px; color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.main-cta { min-height: 570px; position: relative; isolation: isolate; display: grid; place-items: center; color: white; text-align: center; overflow: hidden; }
.main-cta-media, .main-cta-overlay { position: absolute; inset: 0; }
.main-cta-media { z-index: -2; background: url("../images/hero.jpg") center 66% / cover no-repeat fixed; }
.main-cta-overlay { z-index: -1; background: rgba(3,29,43,.78); }
.main-cta-inner { padding-block: 90px; }
.main-cta-inner > div { max-width: 760px; margin: auto; }
.cta-icon { width: 58px; height: 58px; margin: 0 auto 25px; display: grid; place-items: center; border-radius: 50%; background: rgba(210,174,109,.15); border: 1px solid rgba(210,174,109,.45); color: var(--gold); }
.main-cta h2 { font-size: clamp(47px, 5vw, 70px); }
.main-cta p { margin: 23px auto 30px; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.7; }

.contact-section { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: start; margin-top: 58px; }
.contact-cards { display: grid; gap: 11px; }
.contact-cards a { min-height: 76px; padding: 0 20px; display: grid; grid-template-columns: 43px 1fr auto; align-items: center; gap: 14px; background: white; border: 1px solid rgba(12,30,43,.08); border-radius: 13px; transition: transform .25s ease, box-shadow .25s ease; }
.contact-cards a:hover { transform: translateX(5px); box-shadow: 0 12px 35px rgba(8,31,46,.07); }
.contact-cards a > svg:first-child { width: 43px; height: 43px; padding: 12px; border-radius: 50%; background: var(--blue-soft); color: var(--blue); }
.contact-cards a > svg:last-child { width: 17px; color: var(--gold-dark); }
.contact-cards small, .contact-cards strong { display: block; }
.contact-cards small, .address-block small { margin-bottom: 4px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.contact-cards strong { font-size: 12px; }
.address-block { margin-top: 26px; padding-top: 26px; border-top: 1px solid var(--line); display: flex; gap: 15px; }
.address-block > svg { color: var(--gold-dark); }
.address-block strong, .address-block span { display: block; }
.address-block strong { margin: 4px 0 6px; font-family: var(--font-playfair), Georgia, serif; font-size: 19px; }
.address-block span { color: var(--muted); font-size: 11px; }
.hours { margin-top: 18px; display: flex; gap: 11px; align-items: center; color: var(--muted); font-size: 10px; }
.hours svg { color: var(--gold-dark); }
.contact-form-wrap { background: white; padding: 36px; border-radius: 20px; box-shadow: 0 22px 65px rgba(8,31,46,.09); }
.contact-form { display: grid; gap: 16px; }
.form-heading { margin-bottom: 6px; }
.form-heading span { font-family: var(--font-playfair), Georgia, serif; font-size: 25px; font-weight: 600; }
.form-heading p { margin: 7px 0 0; color: var(--muted); font-size: 11px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { color: #30434f; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; border: 1px solid var(--line); border-radius: 9px; background: #fbfbf9; color: var(--ink); outline: none; padding: 13px 14px; font-size: 12px; text-transform: none; letter-spacing: 0; font-weight: 400; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input:not([type="checkbox"]), .contact-form select { height: 47px; }
.contact-form textarea { resize: vertical; min-height: 105px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(210,174,109,.12); }
.consent { display: flex; align-items: center; gap: 8px; color: var(--muted) !important; text-transform: none !important; letter-spacing: 0 !important; font-weight: 400 !important; }
.consent input { accent-color: var(--blue); }
.contact-form .button { justify-self: start; border: 0; }
.map-wrap { height: 375px; margin-top: 62px; border-radius: 20px; overflow: hidden; position: relative; background: #dfe8e9; box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: saturate(.65) contrast(.95); }
.map-label { position: absolute; left: 24px; bottom: 24px; display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-radius: 11px; background: rgba(255,255,255,.95); box-shadow: 0 12px 35px rgba(8,31,46,.16); }
.map-label > svg { color: var(--gold-dark); }
.map-label strong, .map-label span { display: block; }
.map-label strong { font-size: 12px; }
.map-label span { margin-top: 3px; color: var(--muted); font-size: 9px; }

.partners-section { padding: 82px 0 76px; background: #f7f5ef; border-top: 1px solid rgba(8,31,46,.06); }
.partners-heading { margin-bottom: 34px; text-align: center; }
.partners-heading .eyebrow { justify-content: center; }
.partners-heading h2 { margin: 12px 0 0; font-family: var(--font-playfair), Georgia, serif; color: var(--ink); font-size: clamp(36px, 4vw, 52px); line-height: 1; font-weight: 500; letter-spacing: -.03em; }
.partners-marquee { width: 100%; overflow: hidden; position: relative; -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.partners-track { width: max-content; display: flex; flex-wrap: nowrap; will-change: transform; animation: impactto-partners-marquee 34s linear infinite; }
.partners-group { display: flex; flex: none; flex-wrap: nowrap; gap: 16px; padding-right: 16px; }
.partners-marquee:hover .partners-track { animation-play-state: paused; }
.partner-card { width: clamp(220px, 22vw, 300px); height: 148px; padding: 24px; display: grid; flex: 0 0 clamp(220px, 22vw, 300px); place-items: center; overflow: hidden; border: 1px solid rgba(8,31,46,.08); border-radius: 14px; background: white; box-shadow: 0 12px 35px rgba(8,31,46,.045); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.partner-card:hover { transform: translateY(-4px); border-color: rgba(210,174,109,.5); box-shadow: 0 18px 40px rgba(8,31,46,.09); }
.partner-logo { display: block; width: auto; height: auto; max-width: 100%; max-height: 88px; object-fit: contain; filter: saturate(.8); transition: filter .3s ease, transform .3s ease; }
.partner-logo-cover { object-fit: cover; }
.partner-card-gk { place-items: center; }
.partner-card-gk .partner-logo-gk { width: 88%; height: auto; max-height: 78px; margin: auto; object-position: center; }
.partner-card:hover .partner-logo { filter: saturate(1); transform: scale(1.025); }
@keyframes impactto-partners-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.site-footer { background: #071e2d; color: white; }
.footer-top { padding: 80px 0 64px; display: grid; grid-template-columns: 1.55fr .75fr 1fr 1.25fr; gap: 55px; }
.brand-footer { width: 170px; }
.brand-footer img { filter: brightness(0) invert(1); }
.footer-brand p { max-width: 295px; margin: 22px 0; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.7; }
.socials { display: flex; gap: 9px; }
.socials a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: var(--gold); transition: background .25s ease, color .25s ease; }
.socials a:hover { background: var(--gold); color: var(--ink); }
.socials svg { width: 16px; }
.footer-column { display: flex; flex-direction: column; gap: 13px; }
.footer-column h3 { margin: 0 0 12px; color: var(--gold); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.footer-column a, .footer-column > span { color: rgba(255,255,255,.56); font-size: 11px; line-height: 1.6; transition: color .2s ease; }
.footer-column a:hover { color: white; }
.footer-contact a, .footer-contact > span { display: flex; align-items: flex-start; gap: 9px; }
.footer-contact svg { width: 15px; height: 15px; flex: 0 0 auto; color: var(--gold); margin-top: 1px; }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font-size: 9px; }
.footer-bottom > div { display: flex; gap: 18px; }
.footer-credit { white-space: nowrap; }
.footer-credit a { color: rgba(255,255,255,.56); transition: color .2s ease; }
.footer-credit a:hover { color: var(--gold); }
.floating-whatsapp { position: fixed; z-index: 45; right: 22px; bottom: 22px; min-height: 48px; padding: 0 16px; display: flex; align-items: center; gap: 9px; border-radius: 99px; background: #20a866; color: white; box-shadow: 0 12px 32px rgba(20,120,73,.35); font-size: 11px; font-weight: 700; transition: transform .25s ease; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp svg { width: 20px; }

.listing-page { padding-top: 74px; }
.listing-hero { min-height: 560px; position: relative; display: flex; align-items: center; background-position: center; background-size: cover; background-repeat: no-repeat; color: white; isolation: isolate; }
.listing-hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,25,38,.88) 0%, rgba(3,25,38,.62) 48%, rgba(3,25,38,.2) 100%), linear-gradient(0deg, rgba(3,25,38,.38), transparent 55%); }
.listing-hero-content { padding-block: 95px 70px; }
.listing-breadcrumb { display: flex; gap: 8px; align-items: center; margin-bottom: 35px; color: rgba(255,255,255,.5); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.listing-breadcrumb a:hover { color: white; }
.listing-breadcrumb strong { color: var(--gold); font-weight: 700; }
.listing-hero h1 { max-width: 760px; margin: 0; font-family: var(--font-playfair), Georgia, serif; font-size: clamp(50px, 5.4vw, 76px); line-height: 1.04; font-weight: 500; letter-spacing: -.035em; }
.listing-hero h1 em { display: block; color: var(--gold); font-style: italic; font-weight: 500; }
.listing-hero-content > p { max-width: 675px; margin: 25px 0 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.75; }
.listing-content { background: var(--cream); }
.listing-filter-shell { position: relative; z-index: 2; margin-top: -175px; min-height: 112px; padding: 22px; display: grid; grid-template-columns: 1.35fr 1fr .75fr .9fr auto; align-items: center; border-radius: 17px; background: rgba(255,255,255,.98); box-shadow: 0 25px 75px rgba(3,20,31,.18); }
.listing-filter-shell label { min-width: 0; padding: 0 20px; border-right: 1px solid var(--line); color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.listing-filter-shell label:last-child { border-right: 0; }
.listing-filter-shell label > span { display: block; margin-bottom: 10px; }
.listing-filter-shell label > div { display: flex; align-items: center; gap: 8px; position: relative; }
.listing-filter-shell input, .listing-filter-shell select { width: 100%; border: 0; outline: 0; appearance: none; background: transparent; color: var(--ink); font-size: 12px; font-weight: 600; text-transform: none; letter-spacing: 0; }
.listing-filter-shell input::placeholder { color: #97a1a7; font-weight: 400; }
.listing-filter-shell label > div > svg { flex: 0 0 auto; color: var(--gold-dark); }
.listing-filter-shell label:not(.listing-query) > div > svg { position: absolute; right: 0; pointer-events: none; }
.listing-result-row { margin: 48px 0 25px; display: flex; justify-content: space-between; align-items: center; gap: 25px; color: var(--muted); font-size: 10px; }
.listing-result-row strong { color: var(--blue); font-family: var(--font-playfair), Georgia, serif; font-size: 30px; }
.listing-result-row > span { text-align: right; }
.listing-grid > div { min-width: 0; }
.listing-card .property-body h2 { min-height: 52px; margin: 13px 0 10px; font-family: var(--font-playfair), Georgia, serif; font-size: 21px; line-height: 1.25; font-weight: 600; }
.property-description { min-height: 58px; margin: 0 0 12px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.listing-empty { padding: 85px 30px; border: 1px solid rgba(12,30,43,.08); border-radius: 22px; background: white; text-align: center; box-shadow: 0 18px 55px rgba(8,31,46,.06); }
.listing-empty > span { width: 70px; height: 70px; margin: 0 auto 25px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-soft); color: var(--blue); }
.listing-empty > span svg { width: 29px; }
.listing-empty .eyebrow { justify-content: center; }
.listing-empty h2 { margin: 0; font-family: var(--font-playfair), Georgia, serif; font-size: clamp(32px, 4vw, 46px); font-weight: 500; }
.listing-empty p { max-width: 610px; margin: 17px auto 27px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.pagination { margin-top: 40px; display: flex; justify-content: center; gap: 8px; }
.pagination button, .pagination .page-numbers { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; background: white; color: var(--blue); cursor: pointer; font-size: 11px; font-weight: 700; transition: background .25s ease, color .25s ease; }
.pagination button.active, .pagination button:hover:not(:disabled), .pagination .page-numbers.current, .pagination .page-numbers:hover { background: var(--blue); color: white; }
.pagination button:disabled { opacity: .35; cursor: not-allowed; }
.pagination svg { width: 16px; }
.listing-explore { margin-top: 90px; padding: 46px 52px; border-radius: 20px; display: grid; grid-template-columns: 1fr 1.25fr; gap: 55px; align-items: center; background: var(--blue); color: white; }
.listing-explore h2 { margin: 0; font-family: var(--font-playfair), Georgia, serif; font-size: 32px; font-weight: 500; }
.listing-explore > div:last-child { display: grid; gap: 0; }
.listing-explore > div:last-child a { min-height: 53px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.72); font-size: 12px; transition: color .25s ease, padding .25s ease; }
.listing-explore > div:last-child a:hover { color: var(--gold); padding-left: 8px; }
.listing-explore > div:last-child svg { width: 16px; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 17px; }
  .desktop-nav a { font-size: 11px; }
  .header-inner { gap: 22px; width: calc(100% - 40px); }
  .brand { width: 135px; }
  .property-search { grid-template-columns: 1fr 1fr 1fr 1fr; }
  .property-search .search-button { grid-column: 1 / -1; height: 48px; margin-top: 17px; justify-content: center; }
  .hero { min-height: 940px; }
  .hero-bottom { bottom: 32px; }
  .about-grid { gap: 55px; }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .testimonial-layout { gap: 65px; }
  .listing-filter-shell { grid-template-columns: 1fr 1fr; gap: 25px 0; }
  .listing-filter-submit { grid-column: 1 / -1; }
  .listing-filter-shell label:nth-child(2) { border-right: 0; }
  .listing-filter-shell label:nth-child(n+3) { padding-top: 18px; border-top: 1px solid var(--line); }
}

@media (max-width: 900px) {
  .section { padding: 90px 0; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { display: flex; flex-direction: column; position: absolute; left: 16px; right: 16px; top: calc(100% - 3px); max-height: 0; opacity: 0; visibility: hidden; padding-inline: 22px; background: rgba(255,255,255,.98); color: var(--ink); border-radius: 0 0 15px 15px; box-shadow: var(--shadow); transition: max-height .35s ease, opacity .25s ease, visibility .25s ease; }
  .mobile-nav.is-open { max-height: 680px; opacity: 1; visibility: visible; }
  .mobile-nav a:not(.button) { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
  .mobile-nav .button { margin: 16px 0 20px; }
  .hero-content { padding-top: 145px; }
  .hero h1 { font-size: clamp(43px, 8vw, 65px); max-width: 740px; }
  .property-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .property-card-wrap:last-child, .article-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 11px); margin-inline: auto; width: 100%; }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { max-width: 650px; width: 100%; margin: auto; }
  .about-content { max-width: 660px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-item { padding: 25px; }
  .service-item:not(:last-child) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .testimonial-layout { grid-template-columns: 1fr; }
  .testimonial-heading { max-width: 620px; }
  .contact-grid { gap: 35px; }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
  .listing-grid { grid-template-columns: repeat(2, 1fr); }
  .listing-explore { grid-template-columns: 1fr; gap: 25px; }
}

@media (max-width: 700px) {
  .container, .hero-content, .hero-bottom > div { width: min(100% - 30px, 1180px); }
  .site-header { height: 72px; }
  .header-inner { width: calc(100% - 28px); }
  .brand { width: 130px; }
  .hero { min-height: 1020px; height: auto; max-height: none; padding-bottom: 35px; }
  .hero-content { padding-top: 130px; }
  .hero h1 { font-size: 42px; line-height: 1.05; }
  .hero-content > p { font-size: 13px; line-height: 1.65; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 360px; }
  .hero-bottom { position: relative; bottom: auto; margin-top: 118px; }
  .search-shell { border-radius: 13px; }
  .search-tabs { left: 0; }
  .property-search { grid-template-columns: 1fr 1fr; padding: 20px 14px 14px; gap: 16px 0; }
  .property-search label { padding: 0 13px; }
  .property-search label:nth-child(2) { border-right: 0; }
  .property-search label:nth-child(3), .property-search label:nth-child(4) { border-top: 1px solid var(--line); padding-top: 15px; }
  .property-search label svg { right: 11px; }
  .scroll-cue { display: none; }
  .heading-row { display: block; }
  .heading-row .text-link { margin-top: 25px; }
  .property-grid, .blog-grid { grid-template-columns: 1fr; }
  .property-card-wrap:last-child, .article-card:last-child { grid-column: auto; max-width: none; }
  .property-image { height: 290px; }
  .section-heading h2, .peninsula-card h2 { font-size: 39px; }
  .about-visual { min-height: 500px; }
  .about-main-image { right: 45px; bottom: 55px; }
  .about-small-image { width: 170px; height: 220px; }
  .experience-badge { width: 145px; height: 145px; bottom: 18px; }
  .experience-badge strong { font-size: 20px; }
  .about-checks { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2)::after { display: none; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .peninsula-section { min-height: 760px; }
  .peninsula-media, .main-cta-media { background-attachment: scroll; }
  .peninsula-card { padding: 35px 26px; border-radius: 3px 65px 3px 3px; }
  .peninsula-points { flex-direction: column; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .team-card:last-child { grid-column: 1 / -1; width: calc(50% - 9px); justify-self: center; }
  .team-photo { width: 125px; height: 125px; }
  .testimonial-card { padding: 34px 25px; min-height: 470px; }
  .testimonial-card blockquote { font-size: 23px; }
  .contact-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 27px 20px; }
  .contact-cards strong { font-size: 11px; }
  .map-wrap { height: 330px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 45px 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { padding: 25px 0; flex-direction: column; align-items: flex-start; }
  .partners-section { padding: 64px 0 58px; }
  .partners-track { animation-duration: 28s; }
  .partners-group { gap: 12px; padding-right: 12px; }
  .partner-card { width: 230px; height: 128px; padding: 20px; flex-basis: 230px; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { width: 52px; height: 52px; padding: 0; justify-content: center; }
  .listing-page { padding-top: 72px; }
  .listing-hero { min-height: 500px; }
  .listing-hero h1 { font-size: 43px; }
  .listing-filter-shell { margin-top: -140px; grid-template-columns: 1fr; padding: 20px; }
  .listing-filter-shell label { padding: 14px 5px; border-right: 0; border-top: 1px solid var(--line); }
  .listing-filter-shell label:first-child { border-top: 0; }
  .listing-filter-shell label:nth-child(n+3) { padding-top: 14px; }
  .listing-result-row { align-items: flex-end; }
  .listing-result-row > span { max-width: 180px; }
  .listing-grid { grid-template-columns: 1fr; }
  .listing-explore { margin-top: 65px; padding: 34px 25px; }
}

@media (max-width: 430px) {
  .partner-card { width: 215px; height: 122px; flex-basis: 215px; }
  .partner-logo { max-height: 76px; }
  .hero h1 { font-size: 36px; }
  .section-heading h2, .peninsula-card h2 { font-size: 34px; }
  .hero-bottom { margin-top: 105px; }
  .property-search { grid-template-columns: 1fr; }
  .property-search label { border-right: 0; border-top: 1px solid var(--line); padding-top: 13px; }
  .property-search label:first-child { border-top: 0; padding-left: 13px; }
  .property-search label:nth-child(2) { border-top: 1px solid var(--line); }
  .hero { min-height: 1180px; }
  .about-visual { min-height: 440px; }
  .about-small-image { width: 135px; height: 185px; border-width: 6px; }
  .experience-badge { width: 125px; height: 125px; padding: 17px; }
  .experience-badge span { font-size: 8px; }
  .team-grid { gap: 12px; }
  .team-card { padding-inline: 9px; }
  .team-photo { width: 105px; height: 105px; }
  .team-card h3 { font-size: 15px; }
}

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

/* Integração WordPress e movimentos equivalentes à versão React */
.admin-bar .site-header { top: 32px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .72s cubic-bezier(.22,1,.36,1), transform .72s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.hero-animate { opacity: 0; transform: translateY(24px); transition: opacity .82s cubic-bezier(.22,1,.36,1), transform .82s cubic-bezier(.22,1,.36,1); }
.hero-animate.is-visible { opacity: 1; transform: none; }

/* Portal editorial */
.blog-portal-hero { min-height: 620px; background-position: center 55%; }
.blog-portal-hero .listing-hero-overlay { background: linear-gradient(90deg, rgba(3,25,39,.92) 0%, rgba(3,25,39,.68) 48%, rgba(3,25,39,.24) 100%), linear-gradient(0deg, rgba(3,25,39,.52), transparent 55%); }
.blog-portal-hero .listing-hero-content { max-width: 880px; }
.blog-portal-hero h1 { max-width: 840px; }
.blog-filter-section { position: relative; z-index: 4; margin-top: -49px; }
.blog-filter-shell { min-height: 98px; display: grid; grid-template-columns: minmax(280px, 1fr) 270px auto; gap: 16px; align-items: center; padding: 18px; border: 1px solid rgba(12,30,43,.08); border-radius: 18px; background: #fff; box-shadow: 0 24px 70px rgba(5,31,46,.14); }
.blog-search-field, .blog-category-select { min-height: 58px; display: flex; align-items: center; gap: 12px; padding: 0 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); }
.blog-search-field svg { width: 19px; flex: 0 0 auto; color: var(--gold-dark); }
.blog-search-field input, .blog-category-select select { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 13px; }
.blog-category-select select { cursor: pointer; }
.blog-filter-shell .button { min-height: 58px; border: 0; cursor: pointer; }
.blog-category-chips { display: flex; flex-wrap: wrap; gap: 9px; padding-top: 25px; }
.blog-category-chips a { padding: 9px 15px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: #fff; font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.blog-category-chips a:hover, .blog-category-chips a.active { border-color: var(--blue); background: var(--blue); color: #fff; }
.blog-portal-listing { padding-top: 78px; }
.blog-results-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 38px; }
.blog-results-heading > div > span { display: block; margin-bottom: 8px; color: var(--gold-dark); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.blog-results-heading h2 { margin: 0; font-family: var(--font-playfair), Georgia, serif; font-size: clamp(32px, 4vw, 49px); line-height: 1.08; font-weight: 500; }
.blog-results-heading > p { margin: 0; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.blog-portal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 28px; }
.blog-card-modern { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(12,30,43,.08); border-radius: 20px; background: #fff; box-shadow: 0 12px 42px rgba(5,31,46,.055); transition: transform .35s ease, box-shadow .35s ease; }
.blog-card-modern:hover { transform: translateY(-7px); box-shadow: 0 24px 60px rgba(5,31,46,.12); }
.blog-card-cover { height: 300px; display: block; overflow: hidden; position: relative; background: var(--sand); }
.blog-card-cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,25,39,.35), transparent 48%); }
.blog-card-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.22,1,.36,1); }
.blog-card-modern:hover .blog-card-cover img { transform: scale(1.055); }
.blog-category-badge { display: inline-flex; align-items: center; width: fit-content; padding: 9px 13px; border-radius: 99px; background: var(--gold); color: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.blog-card-cover .blog-category-badge { position: absolute; left: 18px; top: 18px; z-index: 2; box-shadow: 0 8px 28px rgba(0,0,0,.15); }
.blog-card-body { flex: 1; display: flex; flex-direction: column; padding: 26px 25px 27px; }
.blog-card-meta { display: flex; flex-wrap: wrap; gap: 16px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.blog-card-meta span { display: inline-flex; align-items: center; gap: 6px; }
.blog-card-meta svg { width: 13px; color: var(--gold-dark); }
.blog-card-modern h3 { margin: 16px 0 12px; font-family: var(--font-playfair), Georgia, serif; font-size: 27px; line-height: 1.23; font-weight: 600; }
.blog-card-modern h3 a { color: inherit; }
.blog-card-modern p { margin: 0 0 21px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.blog-read-link { display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin-top: auto; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.blog-read-link svg { width: 15px; transition: transform .25s ease; }
.blog-read-link:hover svg { transform: translateX(4px); }
.blog-card-modern.is-featured { grid-column: span 2; display: grid; grid-template-columns: 1.16fr .84fr; min-height: 430px; }
.blog-card-modern.is-featured .blog-card-cover { height: 100%; min-height: 430px; }
.blog-card-modern.is-featured .blog-card-body { justify-content: center; padding: 42px; }
.blog-card-modern.is-featured h3 { font-size: clamp(31px, 3.3vw, 45px); }
.home-blog-grid .blog-card-cover, .related-grid .blog-card-cover { height: 255px; }
.home-blog-grid .blog-card-modern h3, .related-grid .blog-card-modern h3 { font-size: 24px; }
.blog-empty-state { padding: 85px 25px; border: 1px solid var(--line); border-radius: 20px; text-align: center; background: var(--cream); }
.blog-empty-state > svg { width: 38px; height: 38px; color: var(--gold-dark); }
.blog-empty-state h2 { margin: 20px 0 8px; font-family: var(--font-playfair), Georgia, serif; font-size: 35px; }
.blog-empty-state p { margin: 0 0 25px; color: var(--muted); }

/* Leitura de artigo */
.single-article-hero { padding: 175px 0 0; background: linear-gradient(180deg, var(--blue) 0, var(--blue) 70%, #fff 70%); color: #fff; }
.single-article-heading { max-width: 980px; text-align: center; }
.single-article-heading .blog-category-badge { margin: 0 auto 24px; }
.single-article-heading h1 { margin: 0; font-family: var(--font-playfair), Georgia, serif; font-size: clamp(44px, 6.2vw, 78px); line-height: 1.05; font-weight: 500; }
.single-article-heading > p { max-width: 750px; margin: 22px auto 20px; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.75; }
.single-article-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 22px; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.single-article-meta span { display: inline-flex; align-items: center; gap: 7px; }
.single-article-meta svg { width: 14px; color: var(--gold); }
.single-article-cover { height: min(62vw, 680px); min-height: 420px; margin-top: 55px; overflow: hidden; border-radius: 24px; box-shadow: 0 30px 90px rgba(4,25,39,.2); }
.single-article-cover img { width: 100%; height: 100%; object-fit: cover; }
.single-article-section { padding-top: 90px; }
.single-article-layout { max-width: 990px; display: grid; grid-template-columns: 85px minmax(0, 760px); justify-content: center; gap: 50px; }
.article-share { position: sticky; top: 125px; align-self: start; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.article-share > span { margin-bottom: 5px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.article-share a { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); background: #fff; transition: background .25s ease, color .25s ease, transform .25s ease; }
.article-share a:hover { background: var(--blue); color: #fff; transform: translateY(-2px); }
.article-share svg { width: 17px; }
.article-prose { color: #243743; font-size: 17px; line-height: 1.92; }
.article-prose > *:first-child { margin-top: 0; }
.article-prose p { margin: 0 0 25px; }
.article-prose h2, .article-prose h3 { color: var(--ink); font-family: var(--font-playfair), Georgia, serif; line-height: 1.2; font-weight: 600; }
.article-prose h2 { margin: 55px 0 20px; font-size: 36px; }
.article-prose h3 { margin: 38px 0 16px; font-size: 27px; }
.article-prose ul, .article-prose ol { margin: 0 0 28px; padding-left: 25px; }
.article-prose li { margin-bottom: 10px; }
.article-prose blockquote { margin: 42px 0; padding: 30px 35px; border-left: 3px solid var(--gold); background: var(--cream); color: var(--blue); font-family: var(--font-playfair), Georgia, serif; font-size: 24px; line-height: 1.5; }
.article-prose img { max-width: 100%; height: auto; border-radius: 16px; }
.related-articles { background: var(--cream); }

@media (max-width: 1100px) {
  .team-grid { grid-template-columns: repeat(4, 1fr); }
  .blog-card-cover { height: 270px; }
}

@media (max-width: 900px) {
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .team-card:last-child { grid-column: 2; width: auto; justify-self: stretch; }
  .blog-filter-shell { grid-template-columns: 1fr 240px; }
  .blog-filter-shell .button { grid-column: 1 / -1; justify-content: center; }
  .blog-portal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-card-modern.is-featured { grid-column: 1 / -1; }
  .single-article-layout { grid-template-columns: 1fr; }
  .article-share { position: static; flex-direction: row; justify-content: center; }
  .article-share > span { margin: 0 8px 0 0; writing-mode: initial; transform: none; }
}

@media (max-width: 700px) {
  .team-grid { grid-template-columns: 1fr 1fr; }
  .team-card:last-child { grid-column: 1 / -1; width: calc(50% - 9px); justify-self: center; }
  .blog-portal-hero { min-height: 540px; }
  .blog-filter-section { margin-top: -32px; }
  .blog-filter-shell { grid-template-columns: 1fr; padding: 14px; }
  .blog-filter-shell .button { grid-column: auto; }
  .blog-category-chips { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; }
  .blog-category-chips::-webkit-scrollbar { display: none; }
  .blog-category-chips a { white-space: nowrap; }
  .blog-results-heading { align-items: start; flex-direction: column; }
  .blog-portal-grid { grid-template-columns: 1fr; gap: 24px; }
  .blog-card-modern.is-featured { display: flex; min-height: 0; }
  .blog-card-modern.is-featured .blog-card-cover { height: 300px; min-height: 0; }
  .blog-card-modern.is-featured .blog-card-body { padding: 27px 25px; }
  .blog-card-cover, .home-blog-grid .blog-card-cover, .related-grid .blog-card-cover { height: 275px; }
  .single-article-hero { padding-top: 125px; background: linear-gradient(180deg, var(--blue) 0, var(--blue) 78%, #fff 78%); }
  .single-article-heading h1 { font-size: 41px; }
  .single-article-heading > p { font-size: 13px; }
  .single-article-cover { min-height: 290px; height: 72vw; margin-top: 38px; border-radius: 16px; }
  .single-article-section { padding-top: 65px; }
  .article-prose { font-size: 16px; line-height: 1.82; }
  .article-prose h2 { margin-top: 45px; font-size: 31px; }
}

@media (max-width: 430px) {
  .team-grid { grid-template-columns: 1fr 1fr; }
  .blog-card-cover, .home-blog-grid .blog-card-cover, .related-grid .blog-card-cover { height: 245px; }
  .blog-card-modern h3 { font-size: 24px; }
}
.favorite.is-favorite { background: var(--gold); color: var(--ink); }
.listing-filter-submit { min-height: 46px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 999px; background: var(--blue); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.listing-filter-submit:hover { background: var(--gold-dark); color: #fff; }
.listing-grid > .reveal { min-width: 0; height: 100%; }
.testimonial-slide { display: none; animation: impacttoFade .45s ease; }
.testimonial-slide.active { display: block; }
@keyframes impacttoFade { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: none; } }

/* Página individual de imóvel */
.single-property-hero { min-height: 630px; }
.single-property-content { background: var(--cream); }
.property-gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 210px 210px; gap: 10px; margin-bottom: 68px; overflow: hidden; border-radius: 20px; background: var(--sand); }
.property-gallery a { display: block; min-width: 0; min-height: 0; overflow: hidden; }
.property-gallery .gallery-main { grid-row: 1 / 3; }
.property-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.property-gallery a:hover img { transform: scale(1.035); }
.single-property-no-image { min-height: 390px; margin-bottom: 68px; display: grid; place-content: center; justify-items: center; gap: 12px; border-radius: 20px; background: linear-gradient(145deg,#e7ecea,#f4f1e9); color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.single-property-no-image svg { width: 48px; height: 48px; color: var(--gold-dark); }
.single-property-grid { display: grid; grid-template-columns: minmax(0,1fr) 355px; gap: 72px; align-items: start; }
.single-property-main > h2 { margin: 0 0 30px; font-family: var(--font-playfair),Georgia,serif; font-size: clamp(36px,4vw,54px); font-weight: 500; line-height: 1.08; }
.single-property-specs { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 42px; }
.single-property-specs > div { min-height: 82px; padding: 16px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.single-property-specs svg { color: var(--gold-dark); }
.single-property-specs small,.single-property-specs strong { display: block; }
.single-property-specs small { margin-bottom: 5px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.single-property-specs strong { color: var(--blue); font-size: 14px; }
.property-rich-content { color: #44545e; font-size: 14px; line-height: 1.85; }
.property-rich-content p { margin: 0 0 20px; }
.property-features,.property-additional { margin-top: 48px; padding-top: 42px; border-top: 1px solid var(--line); }
.property-features h3,.property-additional h3 { margin: 0 0 25px; font-family: var(--font-playfair),Georgia,serif; font-size: 28px; }
.property-feature-group + .property-feature-group { margin-top: 28px; }
.property-feature-group h4 { margin: 0 0 12px; color: var(--blue); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.property-feature-group > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 20px; }
.property-feature-group span { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; }
.property-feature-group svg { width: 15px; color: var(--gold-dark); }
.property-additional dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
.property-additional dl div { padding: 13px 0; display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); font-size: 11px; }
.property-additional dt { color: var(--muted); }
.property-additional dd { margin: 0; color: var(--blue); font-weight: 700; text-align: right; }
.single-property-sidebar { position: sticky; top: 110px; padding: 34px; border-radius: 18px; background: var(--blue); color: white; box-shadow: var(--shadow); }
.single-property-sidebar > span { color: rgba(255,255,255,.48); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.single-property-sidebar > strong { display: block; margin: 9px 0 18px; color: var(--gold); font-family: var(--font-playfair),Georgia,serif; font-size: 31px; }
.single-property-sidebar > p { margin: 0 0 24px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.7; }
.single-property-sidebar .button { width: 100%; margin-top: 10px; }
.single-property-sidebar .button-outline { border-color: rgba(255,255,255,.25); color: white; }
.single-property-reference { margin-top: 26px; padding-top: 22px; display: grid; grid-template-columns: 1fr auto; gap: 9px 18px; border-top: 1px solid rgba(255,255,255,.12); }
.single-property-reference small { color: rgba(255,255,255,.45); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.single-property-reference b { color: white; font-size: 10px; }
.impactto-booking-section { margin-top: 48px; padding: 36px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 18px 46px rgba(8,39,59,.08); }
.impactto-booking-section > h2 { margin: 0 0 24px; color: var(--ink); font-family: var(--font-playfair),Georgia,serif; font-size: clamp(28px,3vw,40px); font-weight: 500; }
.impactto-booking-section .nbt-booking-module { max-width: 100%; }

/* Conteúdo editorial */
.editorial-hero { min-height: 560px; }
.editorial-content { max-width: 820px; color: #354a57; font-size: 16px; line-height: 1.9; }
.editorial-content h2,.editorial-content h3 { font-family: var(--font-playfair),Georgia,serif; color: var(--ink); }
.editorial-content img { border-radius: 16px; }
.who-we-are-content { max-width: 880px; }
.who-we-are-content p { margin: 0 0 28px; }
.who-we-are-content p:first-child { color: var(--ink); font-size: 19px; line-height: 1.85; }
.not-found { min-height: 75vh; padding-top: 180px; background: var(--cream); }
.not-found .listing-empty { margin: 0 auto; }

@media (max-width: 900px) {
  .single-property-grid { grid-template-columns: 1fr; gap: 48px; }
  .single-property-sidebar { position: static; }
  .property-gallery { grid-template-columns: 1.5fr 1fr; }
  .property-gallery a:nth-child(n+4) { display: none; }
}
@media (max-width: 700px) {
  .admin-bar .site-header { top: 46px; }
  .property-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 145px; margin-bottom: 45px; }
  .property-gallery .gallery-main { grid-column: 1 / 3; grid-row: auto; }
  .property-gallery a:nth-child(n+4) { display: none; }
  .single-property-specs { grid-template-columns: 1fr 1fr; }
  .property-feature-group > div,.property-additional dl { grid-template-columns: 1fr; }
  .single-property-sidebar { padding: 28px 22px; }
  .impactto-booking-section { margin-top: 36px; padding: 24px 16px; }
  .who-we-are-content p { margin-bottom: 22px; }
  .who-we-are-content p:first-child { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,.hero-animate { opacity: 1; transform: none; }
  .partners-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
  .partners-track { animation: none !important; }
}

@media (max-width: 430px) {
  .floating-whatsapp { right: 8px; bottom: 12px; width: 46px; height: 46px; min-height: 46px; }
}

@media (max-width: 360px) {
  .team-grid { grid-template-columns: 1fr; max-width: 280px; margin-inline: auto; }
  .team-card, .team-card:last-child { grid-column: auto; width: 100%; padding-inline: 16px; }
  .team-photo { width: 120px; height: 120px; }
  .team-card p { min-height: 0; }
  .team-card a { white-space: nowrap; }
}
