:root {
  --forest: #1f493e;
  --forest-deep: #12352d;
  --sage: #b8c8b3;
  --sage-pale: #e8efe4;
  --cream: #fffaf1;
  --sand: #f4eddf;
  --clay: #bd7555;
  --ink: #20352e;
  --muted: #63716b;
  --line: rgba(31, 73, 62, .16);
  --serif: Iowan Old Style, Palatino Linotype, Book Antiqua, Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 18px 60px rgba(19, 46, 38, .13);
  --container: 1170px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--sage); color: var(--forest-deep); }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: clamp(76px, 10vw, 140px) 0; }
.section-tint { background: var(--sage-pale); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: -100px; left: 16px; padding: 10px 16px; color: #fff; background: var(--forest-deep); border-radius: 0 0 7px 7px; }
.skip-link:focus { top: 0; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; color: #fff; transition: .3s ease; }
.site-header.is-sticky { position: fixed; color: var(--ink); background: rgba(255, 250, 241, .96); box-shadow: 0 2px 18px rgba(24, 48, 40, .08); backdrop-filter: blur(10px); }
.header-shell { display: flex; align-items: center; justify-content: space-between; width: min(calc(100% - 48px), 1320px); height: 88px; margin: auto; }
.brand { display: inline-flex; align-items: center; line-height: 1.05; }
.brand-logo { display: block; width: 96px; height: 96px; object-fit: contain; object-position: center; clip-path: polygon(43% 5%, 59% 5%, 66% 11%, 70% 24%, 68% 38%, 77% 49%, 96% 55%, 99% 65%, 95% 77%, 78% 88%, 50% 94%, 22% 89%, 4% 78%, 1% 65%, 4% 55%, 27% 49%, 29% 38%, 28% 25%, 31% 14%, 38% 9%); }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 38px); font-size: 13px; font-weight: 650; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a:not(.nav-cta):focus-visible::after { transform: scaleX(1); }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.68); border-radius: 99px; transition: .2s ease; }
.site-header.is-sticky .nav-cta { border-color: var(--forest); }
.nav-cta:hover { color: var(--forest); background: #fff; }
.site-header.is-sticky .nav-cta:hover { color: #fff; background: var(--forest); }
.menu-toggle { display: none; }

.hero { position: relative; display: grid; min-height: max(680px, 100svh); overflow: hidden; color: #fff; isolation: isolate; }
.hero-image { position: absolute; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(9, 31, 24, .87) 0%, rgba(13, 40, 31, .71) 38%, rgba(16, 39, 31, .18) 70%, rgba(16, 39, 31, .06) 100%); }
.hero-content { align-self: center; padding: 126px 0 78px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 17px; color: var(--clay); font-size: 11px; font-weight: 800; letter-spacing: .17em; line-height: 1.4; text-transform: uppercase; }
.eyebrow span { display: block; width: 28px; height: 1px; background: currentColor; }
.eyebrow-light { color: #ecd6b2; }
.hero h1 { max-width: 730px; margin: 0; font-family: var(--serif); font-size: clamp(48px, 6.1vw, 86px); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.hero-text { max-width: 510px; margin: 28px 0 33px; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.5; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 17px; min-height: 52px; padding: 13px 21px; border: 1px solid transparent; border-radius: 3px; font-size: 13px; font-weight: 800; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--clay); box-shadow: 0 8px 24px rgba(70, 34, 20, .18); }
.button-primary:hover { background: #a85f40; }
.button-quiet { color: #fff; border-color: rgba(255,255,255,.5); }
.button-quiet:hover { background: rgba(255,255,255,.12); }
.button-outline { color: var(--forest); border-color: var(--forest); }
.button-outline:hover { color: #fff; background: var(--forest); }
.button-full { width: 100%; }
.hero-scroll { position: absolute; bottom: 30px; left: 50%; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.75); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; transform: translateX(-50%); }
.hero-scroll span { width: 27px; height: 42px; border: 1px solid rgba(255,255,255,.6); border-radius: 20px; }
.hero-scroll span::after { display: block; width: 3px; height: 7px; margin: 8px auto; border-radius: 4px; background: #fff; content: ""; animation: scrollCue 1.7s ease-in-out infinite; }
@keyframes scrollCue { 0%, 100% { transform: translateY(0); opacity: .7; } 50% { transform: translateY(12px); opacity: 1; } }

.split-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: clamp(50px, 10vw, 160px); align-items: center; }
.intro-copy h2, .section-heading h2, .lifestyle-copy h2, .gallery-copy h2, .faq-heading h2, .contact-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(39px, 4vw, 60px); font-weight: 500; letter-spacing: -.05em; line-height: 1.03; }
.intro-copy > p:not(.eyebrow) { max-width: 625px; margin: 23px 0 0; color: var(--muted); font-size: 17px; }
.text-link { display: inline-flex; gap: 14px; margin-top: 30px; color: var(--forest); font-size: 13px; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.intro-note { padding: clamp(34px, 4.5vw, 60px); color: #fff; background: var(--forest); }
.intro-note svg { width: 37px; height: 37px; color: #d09a78; }
.intro-note p { margin: 28px 0 21px; font-family: var(--serif); font-size: clamp(25px, 2.1vw, 31px); font-style: italic; line-height: 1.25; }
.intro-note span { color: #c8d6c7; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.section-heading { max-width: 720px; }
.section-heading > p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); font-size: 17px; }
.care-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 58px; background: rgba(31,73,62,.12); }
.care-card { min-height: 323px; padding: 31px 34px; background: var(--sage-pale); transition: background .25s ease, color .25s ease; }
.care-card:hover { color: #fff; background: var(--forest); }
.card-number { display: block; margin-bottom: 51px; font-family: var(--serif); font-size: 15px; color: var(--clay); }
.care-card svg { width: 32px; height: 32px; margin-bottom: 20px; }
.care-card h3 { margin: 0; font-family: var(--serif); font-size: 26px; font-weight: 600; letter-spacing: -.03em; }
.care-card p { max-width: 300px; margin: 11px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.care-card:hover p { color: rgba(255,255,255,.78); }

.lifestyle-grid { display: grid; grid-template-columns: minmax(300px, .95fr) minmax(300px, .85fr); gap: clamp(48px, 9vw, 132px); align-items: center; }
.image-frame { position: relative; }
.image-frame::before { position: absolute; z-index: -1; width: 85%; height: 81%; right: -10%; bottom: -9%; background: var(--sage-pale); content: ""; }
.lifestyle-image img { display: block; width: 100%; height: auto; }
.image-label { position: absolute; bottom: 24px; left: 0; padding: 10px 17px; color: #fff; background: var(--forest); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.lifestyle-copy > p:not(.eyebrow) { margin: 23px 0 0; color: var(--muted); font-size: 17px; }
.check-list { display: grid; gap: 13px; padding: 0; margin: 28px 0 0; list-style: none; font-size: 14px; font-weight: 650; }
.check-list span { display: inline-grid; width: 20px; height: 20px; place-content: center; margin-right: 9px; color: #fff; background: var(--forest); border-radius: 50%; font-size: 11px; }

.gallery-section { padding: clamp(68px, 9vw, 120px) 0; background: var(--sand); }
.gallery-grid { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(340px, 1.2fr); gap: clamp(52px, 10vw, 150px); align-items: center; }
.gallery-copy h2 { font-size: clamp(39px, 3.6vw, 55px); }
.gallery-copy > p:not(.eyebrow) { margin: 23px 0 0; color: var(--muted); }
.gallery-figure { position: relative; margin: 0; }
.gallery-figure::after { position: absolute; z-index: 0; top: -18px; right: -18px; width: 38%; height: 38%; background: var(--clay); content: ""; }
.gallery-figure img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1.28 / 1; object-fit: cover; }
.gallery-figure figcaption { position: relative; z-index: 2; width: max-content; max-width: 86%; margin-top: -22px; padding: 12px 18px; color: var(--forest); background: var(--cream); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.instagram-section { overflow: hidden; }
.instagram-heading, .blog-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.instagram-heading h2, .blog-heading h2 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(39px, 4vw, 60px); font-weight: 500; letter-spacing: -.05em; line-height: 1.03; }
.instagram-profile-link { flex: 0 0 auto; }
.instagram-intro { max-width: 620px; margin: 22px 0 36px; color: var(--muted); font-size: 16px; }
.instagram-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.instagram-post { position: relative; display: block; aspect-ratio: 1; overflow: hidden; color: #fff; background: var(--forest); isolation: isolate; }
.instagram-post::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 46%, rgba(7, 29, 23, .72) 100%); content: ""; opacity: 0; transition: opacity .25s ease; }
.instagram-post:hover::after, .instagram-post:focus-visible::after { opacity: 1; }
.instagram-post img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.instagram-post:hover img { transform: scale(1.05); }
.instagram-post-copy { position: absolute; z-index: 2; right: 16px; bottom: 14px; left: 16px; display: -webkit-box; overflow: hidden; color: #fff; font-size: 12px; font-weight: 650; line-height: 1.4; opacity: 0; -webkit-box-orient: vertical; -webkit-line-clamp: 2; transition: opacity .25s ease; }
.instagram-post:hover .instagram-post-copy, .instagram-post:focus-visible .instagram-post-copy { opacity: 1; }
.instagram-post-icon { position: absolute; z-index: 2; top: 13px; right: 13px; display: grid; width: 31px; height: 31px; place-content: center; color: #fff; background: rgba(18, 53, 45, .76); border-radius: 50%; }
.instagram-post-icon svg { width: 17px; height: 17px; }
.instagram-loading, .instagram-empty { min-height: 170px; background: linear-gradient(115deg, #dbe5d8 8%, #eef4eb 18%, #dbe5d8 33%); background-size: 230% 100%; animation: loadingShimmer 1.4s ease infinite; }
.instagram-empty { display: grid; grid-column: 1 / -1; min-height: 240px; place-content: center; padding: 35px; color: var(--forest); background: var(--sage-pale); text-align: center; animation: none; }
.instagram-empty strong { display: block; margin-bottom: 7px; font-family: var(--serif); font-size: 26px; font-weight: 600; }
.instagram-empty p { max-width: 490px; margin: 0; color: var(--muted); font-size: 14px; }
.instagram-handle { margin: 19px 0 0; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
@keyframes loadingShimmer { to { background-position-x: -230%; } }

.blog-preview { overflow: hidden; }
.blog-heading { margin-bottom: 43px; }
.blog-heading h2 { max-width: 770px; }
.blog-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.blog-card { display: flex; min-height: 292px; flex-direction: column; justify-content: space-between; padding: 28px; color: var(--ink); background: var(--cream); border: 1px solid transparent; transition: transform .22s ease, box-shadow .22s ease; }
.blog-card:hover { box-shadow: 0 18px 38px rgba(31, 73, 62, .12); transform: translateY(-4px); }
.blog-card-category { color: var(--clay); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.blog-card h3 { margin: 21px 0 0; font-family: var(--serif); font-size: 29px; font-weight: 600; letter-spacing: -.045em; line-height: 1.05; }
.blog-card p { margin: 16px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.blog-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--forest); font-size: 11px; font-weight: 800; }
.blog-card-footer span:last-child { font-size: 17px; transition: transform .2s ease; }
.blog-card:hover .blog-card-footer span:last-child { transform: translateX(4px); }
.feed-message { grid-column: 1 / -1; margin: 0; color: var(--muted); }

.faq-grid { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(340px, 1.22fr); gap: clamp(50px, 11vw, 170px); align-items: start; }
.faq-heading > p:not(.eyebrow) { max-width: 400px; margin: 22px 0 30px; color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 23px 0; color: var(--forest-deep); font-family: var(--serif); font-size: 22px; font-weight: 600; line-height: 1.22; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; display: block; width: 21px; height: 21px; flex: none; }
.accordion summary span::before, .accordion summary span::after { position: absolute; top: 10px; left: 1px; width: 19px; height: 1px; background: var(--forest); content: ""; transition: transform .22s ease; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0deg); }
.accordion details p { max-width: 640px; margin: -2px 42px 24px 0; color: var(--muted); font-size: 15px; }

.contact-section { color: #fff; background: var(--forest-deep); }
.contact-shell { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(330px, .8fr); gap: clamp(48px, 13vw, 180px); padding-top: clamp(72px, 9vw, 116px); padding-bottom: clamp(72px, 9vw, 116px); align-items: center; }
.contact-copy h2 { max-width: 560px; }
.contact-copy > p:not(.eyebrow) { max-width: 580px; margin: 22px 0 0; color: rgba(255,255,255,.76); font-size: 17px; }
.contact-points { margin-top: 30px; color: #d7e2d3; font-size: 13px; font-weight: 700; }
.contact-points p { margin: 8px 0; }
.contact-points span { margin-right: 7px; color: #d59a75; }
.contact-form { padding: clamp(27px, 4.2vw, 44px); color: var(--ink); background: var(--cream); box-shadow: var(--shadow); }
.form-intro { display: grid; gap: 3px; margin-bottom: 26px; }
.form-intro strong { font-family: var(--serif); font-size: 29px; letter-spacing: -.04em; }
.form-intro span { color: var(--muted); font-size: 13px; }
.contact-form label { display: grid; gap: 6px; margin-top: 15px; color: var(--forest); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: 11px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: none; font-size: 15px; font-weight: 500; letter-spacing: 0; text-transform: none; resize: vertical; transition: border-color .2s ease; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--clay); }
.contact-form textarea { min-height: 83px; }
.contact-form .button { margin-top: 27px; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.form-note.is-error { color: #a04332; font-weight: 700; }

.site-footer { color: #c7d1c4; background: #0d2822; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 43px; padding-bottom: 37px; }
.footer-brand { padding: 0; background: transparent; border-radius: 0; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 17px 30px; font-size: 12px; font-weight: 700; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 19px; padding-bottom: 20px; border-top: 1px solid rgba(203,219,199,.16); color: #92a79e; font-size: 10px; font-weight: 600; }
.footer-bottom p { margin: 0; }
.footer-illustrative { text-align: right; }
.floating-cta { position: fixed; z-index: 15; right: 22px; bottom: 21px; display: inline-flex; align-items: center; gap: 9px; padding: 13px 17px; color: #fff; background: var(--clay); border-radius: 999px; box-shadow: 0 9px 28px rgba(47, 31, 20, .25); font-size: 12px; font-weight: 800; transition: transform .2s ease; }
.floating-cta:hover { transform: translateY(-3px); }
.floating-cta svg { width: 20px; height: 20px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .13s; }
.reveal-delay-2 { transition-delay: .24s; }

@media (max-width: 820px) {
  .header-shell { height: 75px; width: min(calc(100% - 32px), var(--container)); }
  .main-nav { position: absolute; top: 75px; right: 0; left: 0; display: grid; gap: 0; padding: 12px 16px 21px; color: var(--ink); background: var(--cream); border-top: 1px solid var(--line); box-shadow: 0 12px 20px rgba(26,49,41,.08); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: .24s ease; }
  .main-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .main-nav a { padding: 13px 10px; }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .main-nav .nav-cta { width: max-content; margin: 8px 10px 0; color: #fff; background: var(--forest); border-color: var(--forest); }
  .menu-toggle { display: grid; gap: 5px; width: 39px; height: 39px; place-content: center; color: currentColor; background: transparent; border: 1px solid currentColor; border-radius: 50%; }
  .menu-toggle span:not(.sr-only) { display: block; width: 15px; height: 1px; background: currentColor; transition: .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-header.is-sticky .main-nav { top: 75px; }
  .hero { min-height: 720px; }
  .hero-scroll { display: none; }
  .split-grid, .lifestyle-grid, .gallery-grid, .faq-grid, .contact-shell { grid-template-columns: 1fr; }
  .intro-grid, .lifestyle-grid, .gallery-grid, .faq-grid, .contact-shell { gap: 50px; }
  .care-grid { grid-template-columns: 1fr; }
  .care-card { min-height: auto; padding: 30px; }
  .card-number { margin-bottom: 25px; }
  .image-frame::before { right: -4%; bottom: -5%; }
  .gallery-figure { max-width: 660px; }
  .instagram-heading, .blog-heading { align-items: flex-start; flex-direction: column; }
  .instagram-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-card-grid { grid-template-columns: 1fr; max-width: 680px; }
  .blog-card { min-height: 236px; }
  .contact-copy { max-width: 630px; }
}

@media (max-width: 520px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .brand-logo { width: 78px; height: 78px; }
  .hero { min-height: 660px; }
  .hero-image { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(9, 31, 24, .88) 0%, rgba(13,40,31,.71) 65%, rgba(16,39,31,.28) 100%); }
  .hero-content { padding-top: 105px; padding-bottom: 65px; }
  .hero h1 { font-size: clamp(46px, 13vw, 61px); }
  .hero-text { margin: 23px 0 27px; font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; min-height: 50px; }
  .intro-note { padding: 32px 27px; }
  .accordion summary { padding: 20px 0; font-size: 20px; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
  .footer-illustrative { text-align: left; }
  .floating-cta { right: 15px; bottom: 14px; padding: 13px; }
  .floating-cta span { display: none; }
  .instagram-grid { gap: 8px; }
  .instagram-post-copy { display: none; }
}

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

/* Logo oficial fornecido pela residência: PNG com transparência nativa. */
.brand-logo { width: 108px; height: 96px; object-fit: contain; object-position: center; clip-path: none; }

@media (max-width: 520px) {
  .brand-logo { width: 86px; height: 76px; }
}
