:root {
  --green: #526466;
  --green-deep: #405254;
  --sage: #88af9c;
  --pink: #e2afaf;
  --peach: #facdb6;
  --cream: #f8f4f2;
  --white: #fff;
  --ink: #26383a;
  --muted: #6f7c7d;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  --shadow: 0 24px 65px rgba(65, 82, 83, .10);
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 15px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--pink); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 132px 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; background: var(--white); padding: 10px 16px; border-radius: 4px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; border-bottom: 1px solid rgba(82,100,102,.12); }
.nav-wrap { height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 14px; }
.brand-logo { width: 246px; height: auto; max-height: 72px; object-fit: contain; object-position: left center; }
.creci-tag { flex: 0 0 auto; padding: 5px 8px; border: 1px solid rgba(82,100,102,.28); color: var(--green); font-size: 7px; font-weight: 600; line-height: 1; letter-spacing: .12em; white-space: nowrap; }
.nav-menu { display: flex; align-items: center; gap: 34px; }
.nav-menu > a { font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transition: color .25s; }
.nav-menu > a:not(.nav-contact):hover { color: var(--pink); }
.nav-contact { padding: 13px 20px; border: 1px solid var(--green); color: var(--green); }
.nav-contact:hover { background: var(--green); color: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; place-items: center; border: 0; background: transparent; color: var(--green); }

.hero { min-height: 820px; height: 100svh; max-height: 980px; position: relative; display: grid; grid-template-columns: 53% 47%; overflow: hidden; background: var(--cream); }
.hero-copy { grid-column: 1 / -1; grid-row: 1; position: relative; z-index: 2; display: flex; align-items: center; padding-top: 82px; pointer-events: none; }
.hero-text { width: 49%; pointer-events: auto; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 12px; color: var(--sage); font-size: 9px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; }
.eyebrow > span { display: block; width: 34px; height: 1px; background: currentColor; }
.hero-name { margin: 0 0 8px; color: var(--green); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.hero-name span { margin-left: 9px; padding-left: 10px; border-left: 1px solid var(--pink); color: var(--muted); font-size: 8px; letter-spacing: .11em; white-space: nowrap; }
h1, h2 { margin: 0; color: var(--green); font-family: var(--serif); font-weight: 500; line-height: .98; letter-spacing: -.025em; }
h1 { max-width: 650px; font-size: clamp(50px, 5.3vw, 76px); }
h1 em, h2 em { color: var(--pink); font-weight: 500; }
.hero-lead { max-width: 520px; margin: 28px 0 32px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s, box-shadow .25s, background .25s, color .25s; }
.button svg { width: 16px; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--green); color: var(--white); box-shadow: 0 13px 30px rgba(82,100,102,.18); }
.button-primary:hover { background: var(--green-deep); box-shadow: 0 16px 36px rgba(82,100,102,.28); }
.button-secondary { border-color: rgba(82,100,102,.55); color: var(--green); }
.button-secondary:hover { background: var(--white); }
.hero-note { margin-top: 42px; display: flex; align-items: center; gap: 14px; }
.hero-note-line { width: 2px; height: 37px; background: var(--peach); }
.hero-note p { margin: 0; color: #7c8585; font: 500 10px/1.65 var(--sans); letter-spacing: .05em; text-transform: uppercase; }
.hero-visual { grid-column: 2; grid-row: 1; position: relative; min-width: 0; overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(248,244,242,.18), transparent 35%), linear-gradient(0deg, rgba(45,61,62,.18), transparent 35%); }
.hero-visual img { height: 100%; object-fit: cover; }
.hero-stamp { position: absolute; z-index: 2; right: 38px; bottom: 42px; width: 128px; aspect-ratio: 1; padding: 8px; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; backdrop-filter: blur(7px); background: rgba(248,244,242,.76); }
.hero-stamp img { width: 100%; height: 100%; object-fit: contain; }
.scroll-cue { position: absolute; z-index: 3; bottom: 38px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--white); font-size: 7px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue svg { width: 14px; animation: bob 1.8s ease-in-out infinite; }

.properties { background: var(--white); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 55px; }
.section-heading h2, .about h2, .services h2, .final-cta h2 { font-size: clamp(42px, 4.4vw, 62px); }
.section-heading > p { width: 330px; margin: 0 0 7px; color: var(--muted); font-size: 12px; }
.property-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.property-card { background: var(--white); border: 1px solid #ece7e4; box-shadow: 0 1px 0 rgba(82,100,102,.02); transition: transform .4s, box-shadow .4s; overflow: hidden; }
.property-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.card-image { position: relative; height: 265px; overflow: hidden; }
.card-image img { height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.property-card:hover .card-image img { transform: scale(1.055); }
.card-number { position: absolute; right: 0; bottom: 0; width: 48px; height: 46px; display: grid; place-items: center; background: var(--cream); color: var(--pink); font: 600 14px/1 var(--serif); }
.card-content { position: relative; padding: 30px 29px 28px; }
.card-accent { position: absolute; top: 0; left: 29px; width: 44px; height: 3px; background: var(--peach); }
.card-content h3 { margin: 0; color: var(--green); font: 600 26px/1.2 var(--serif); }
.card-content p { min-height: 72px; margin: 14px 0 18px; color: var(--muted); font-size: 11px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.text-link svg { width: 14px; transition: transform .25s; }

.about { position: relative; overflow: hidden; }
.about::before { content: ""; position: absolute; width: 380px; height: 380px; left: -180px; top: 35%; border: 1px solid rgba(226,175,175,.25); border-radius: 50%; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px, 10vw, 145px); align-items: center; }
.about-visual { position: relative; padding-left: 45px; }
.about-frame { height: 610px; overflow: hidden; box-shadow: var(--shadow); }
.about-frame img { height: 100%; object-fit: cover; }
.about-visual::before { content: ""; position: absolute; z-index: -1; left: 0; top: -30px; width: 70%; height: calc(100% + 60px); background: #efe5e1; }
.seal { position: absolute; right: -63px; bottom: 55px; width: 132px; aspect-ratio: 1; display: grid; place-items: center; padding: 8px; border-radius: 50%; background: var(--cream); box-shadow: 0 8px 32px rgba(82,100,102,.12); }
.seal img { width: 100%; height: 100%; object-fit: contain; }
.about-copy { padding-right: 4vw; }
.about-text { margin: 34px 0 20px; padding-left: 28px; border-left: 1px solid var(--pink); }
.about-text p { margin: 0 0 15px; color: var(--muted); font-size: 13px; }
.signature { margin: 10px 0 22px; color: var(--pink); font: italic 34px/1 var(--serif); }

.services { color: var(--white); background: var(--green); position: relative; overflow: hidden; }
.services::before { content: ""; position: absolute; right: -70px; top: -80px; width: 410px; height: 410px; background: url("assets/logo-vertical.png") center / contain no-repeat; opacity: .035; }
.services-heading { max-width: 710px; margin: 0 auto 58px; text-align: center; }
.eyebrow.light { color: var(--peach); }
.services-heading .eyebrow { justify-content: center; }
.services h2, .final-cta h2 { color: var(--white); }
.services-heading > p:last-child { margin: 23px auto 0; max-width: 520px; color: rgba(255,255,255,.65); font-size: 12px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.service-card { min-height: 230px; padding: 34px; position: relative; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); transition: background .3s; }
.service-card:hover { background: rgba(255,255,255,.06); }
.service-card > svg { width: 27px; height: 27px; stroke-width: 1.25; color: var(--peach); }
.service-card > span { position: absolute; right: 25px; top: 24px; color: rgba(255,255,255,.27); font: 500 13px var(--serif); }
.service-card h3 { margin: 32px 0 10px; font: 500 22px/1.2 var(--serif); }
.service-card p { margin: 0; color: rgba(255,255,255,.57); font-size: 10px; }

.final-cta { position: relative; padding: 140px 0; overflow: hidden; background: var(--green-deep); color: var(--white); text-align: center; }
.cta-inner { position: relative; z-index: 2; }
.cta-brand-mark { width: 82px; height: 82px; margin: 0 auto 28px; object-fit: contain; filter: drop-shadow(0 5px 18px rgba(0,0,0,.12)); }
.eyebrow.centered { justify-content: center; }
.final-cta h2 { max-width: 850px; margin: auto; }
.final-cta > .shell > p:not(.eyebrow) { margin: 25px auto 31px; color: rgba(255,255,255,.66); font-size: 12px; }
.centered-actions { justify-content: center; }
.button-light { background: var(--white); color: var(--green); }
.button-light:hover { background: var(--peach); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.4); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.06); }
.cta-orb { position: absolute; border-radius: 50%; }
.cta-orb-one { width: 260px; height: 260px; left: -100px; bottom: -90px; background: var(--pink); opacity: .18; }
.cta-orb-two { width: 170px; height: 170px; right: -40px; top: -40px; border: 42px solid var(--peach); opacity: .12; }

.site-footer { padding: 72px 0 24px; background: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr auto; gap: 60px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 190px; height: auto; object-fit: contain; object-position: left center; }
.footer-contact { display: grid; line-height: 1.7; }
.footer-contact p { margin: 0 0 7px; color: var(--pink); font: 600 14px var(--serif); }
.footer-contact a { color: var(--muted); font-size: 10px; }
.footer-social { display: flex; gap: 9px; }
.footer-social a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(82,100,102,.22); border-radius: 50%; color: var(--green); transition: background .25s, color .25s; }
.footer-social a:hover { background: var(--green); color: var(--white); }
.footer-social svg { width: 15px; }
.footer-bottom { margin-top: 55px; padding-top: 19px; display: flex; justify-content: space-between; border-top: 1px solid rgba(82,100,102,.12); color: #98a0a0; font-size: 8px; letter-spacing: .06em; }
.footer-bottom p { margin: 0; }
.footer-bottom a { display: flex; align-items: center; gap: 5px; text-transform: uppercase; }
.footer-bottom svg { width: 11px; }
.floating-whatsapp { position: fixed; z-index: 15; right: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--white); box-shadow: 0 10px 26px rgba(62,87,78,.28); transition: transform .25s, background .25s; }
.floating-whatsapp:hover { transform: translateY(-4px); background: var(--green); }
.floating-whatsapp svg { width: 21px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.property-card:nth-child(2), .service-card:nth-child(2), .service-card:nth-child(5) { transition-delay: .1s; }
.property-card:nth-child(3), .service-card:nth-child(3), .service-card:nth-child(6) { transition-delay: .2s; }
@keyframes bob { 50% { transform: translateY(5px); } }

@media (max-width: 980px) {
  :root { --shell: min(100% - 38px, 720px); }
  .section { padding: 100px 0; }
  .menu-toggle { display: grid; }
  .nav-menu { position: fixed; inset: 0; z-index: -1; padding: 130px 25px 50px; flex-direction: column; justify-content: center; background: var(--cream); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
  .nav-menu.is-open { opacity: 1; visibility: visible; }
  .nav-menu > a { font: 500 34px var(--serif); letter-spacing: 0; text-transform: none; }
  .nav-contact { padding: 10px 25px; font-family: var(--sans) !important; font-size: 11px !important; letter-spacing: .12em !important; text-transform: uppercase !important; }
  .hero { height: auto; max-height: none; min-height: 0; display: block; padding-top: 104px; }
  .hero-copy { padding: 80px 0 70px; display: block; }
  .hero-text { width: 100%; }
  h1 { max-width: 700px; }
  .hero-visual { height: 580px; }
  .scroll-cue { display: none; }
  .section-heading { display: block; }
  .section-heading > p { width: auto; max-width: 480px; margin-top: 24px; }
  .property-grid { grid-template-columns: 1fr; gap: 28px; }
  .property-card { display: grid; grid-template-columns: 1.05fr .95fr; }
  .card-image { height: 100%; min-height: 280px; }
  .about-grid { grid-template-columns: 1fr; gap: 90px; }
  .about-visual { width: 75%; margin: auto; }
  .about-copy { max-width: 630px; padding-right: 0; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 34px); }
  body { font-size: 14px; }
  .section { padding: 82px 0; }
  .nav-wrap { height: 86px; }
  .brand { gap: 7px; }
  .brand-logo { width: 160px; max-height: 56px; }
  .brand .creci-tag { padding: 4px 5px; font-size: 6px; letter-spacing: .07em; }
  .hero { padding-top: 86px; }
  .hero-copy { padding: 60px 0 55px; }
  .hero-name { margin-bottom: 13px; }
  h1 { font-size: 45px; }
  .hero-lead { margin: 22px 0 27px; }
  .actions { display: grid; }
  .button { width: 100%; }
  .hero-note { margin-top: 31px; }
  .hero-visual { height: 490px; }
  .hero-visual img { object-position: 63% center; }
  .hero-stamp { width: 100px; right: 18px; bottom: 20px; }
  .section-heading h2, .about h2, .services h2, .final-cta h2 { font-size: 42px; }
  .property-card { display: block; }
  .card-image { height: 255px; min-height: 0; }
  .card-content p { min-height: 0; }
  .about-visual { width: calc(100% - 25px); margin-left: 0; padding-left: 25px; }
  .about-frame { height: 510px; }
  .seal { width: 105px; right: -25px; bottom: 33px; }
  .about-grid { gap: 75px; }
  .about-text { padding-left: 20px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 205px; }
  .final-cta { padding: 100px 0; }
  .final-cta h2 br { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { align-items: flex-start; gap: 20px; }
  .floating-whatsapp { width: 50px; height: 50px; right: 16px; bottom: 16px; }
}

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