.material-symbols-outlined {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.fa-brands { line-height: 1; }

html { scroll-behavior: smooth; }
body { min-width: 320px; }
section { scroll-margin-top: 5rem; }
body.menu-open, body.lightbox-open { overflow: hidden; }
.site-header { background: rgba(251, 249, 248, .94); border-color: rgba(189, 202, 189, .72); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.site-header-inner { min-height: 72px; }
.brand-lockup { min-width: 190px; flex-shrink: 0; }
.brand-logo { width: auto; height: 38px; object-fit: contain; }
.brand-name { font-size: 18px; line-height: 1.15; letter-spacing: -.015em; white-space: nowrap; }
.site-nav { padding: .3rem; border: 1px solid rgba(189, 202, 189, .55); border-radius: 999px; background: rgba(246, 243, 242, .65); }
.site-nav .nav-link { position: relative; border-radius: 999px; padding: .6rem .8rem; font-size: 12px; line-height: 1; letter-spacing: .025em; white-space: nowrap; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.site-nav .nav-link:hover { background: rgba(255, 255, 255, .9); transform: translateY(-1px); }
.site-nav .nav-link-active { background: #fff; color: #006a3b; box-shadow: 0 1px 3px rgba(27, 28, 28, .1); }
.site-nav .nav-link-active::after { content: ''; position: absolute; left: 50%; bottom: .2rem; width: 16px; height: 2px; border-radius: 999px; background: #00864c; transform: translateX(-50%); }
.header-cta { min-height: 42px; padding: .65rem 1rem; border-radius: .5rem; font-size: 12px; letter-spacing: .035em; white-space: nowrap; box-shadow: 0 4px 12px rgba(0, 106, 59, .14); }
.header-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0, 106, 59, .2); }
.menu-toggle { min-width: 44px; min-height: 44px; border: 1px solid rgba(0, 106, 59, .18); border-radius: .5rem; background: rgba(255, 255, 255, .7); }
.mobile-menu { box-shadow: 0 14px 24px rgba(27, 28, 28, .08); }
.mobile-nav-link { border-radius: .25rem; transition: background-color .2s ease, color .2s ease, padding-left .2s ease; }
.mobile-nav-link:hover, .mobile-nav-link:focus-visible { background: #f6f3f2; color: #006a3b; padding-left: .75rem; outline: none; }
.mobile-nav-link-active { background: #e8f4ed; color: #006a3b; font-weight: 600; padding-left: .75rem; }
#menuToggle:focus-visible, .lightbox button:focus-visible, summary:focus-visible { outline: 3px solid #71db98; outline-offset: 3px; }

.motion-float { animation: gentle-float 5s ease-in-out infinite; }
.hero-media { min-height: 300px; display: flex; align-items: center; justify-content: center; }
.hero-video { display: block; width: 100%; max-height: 480px; object-fit: contain; border: 0; }
.model-card { display: flex; flex-direction: column; height: 100%; }
.model-card-media { min-height: 220px; background: linear-gradient(145deg, #f6f3f2, #eef4ef); overflow: hidden; }
.model-image { width: 100%; height: 176px; object-position: center; }
.model-card > .p-6:last-child { flex: 1; }
.model-card-heading { display: grid; gap: .25rem; }
.model-card-heading h3 { line-height: 1.2; }
.model-price-label { text-transform: uppercase; letter-spacing: .08em; opacity: .78; }
.model-price { font-family: Montserrat, sans-serif; font-size: 1.35rem; line-height: 1.2; font-weight: 700; }
.model-actions { margin-top: auto; }
.model-brochure, .model-check { min-height: 42px; }
.model-brochure { flex: 0 0 auto; }
.owner-photo { background: #f6f3f2; }
.owner-image { display: block; object-position: center; }
@keyframes gentle-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.lightbox { align-items: center; justify-content: center; padding: 1.5rem; }
.lightbox:not(.hidden) { display: flex; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(6, 20, 12, .9); backdrop-filter: blur(5px); }
.lightbox-panel { position: relative; z-index: 1; width: min(1100px, 100%); min-height: min(78vh, 760px); display: flex; align-items: center; justify-content: center; }
.lightbox-figure { margin: 0; max-width: calc(100% - 7rem); text-align: center; }
.lightbox-figure img { display: block; width: auto; max-width: 100%; max-height: min(78vh, 760px); object-fit: contain; border-radius: .5rem; user-select: none; -webkit-user-drag: none; touch-action: pan-y; }
.lightbox-close, .lightbox-prev, .lightbox-next { position: absolute; z-index: 2; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 999px; color: #fff; background: rgba(255,255,255,.14); transition: background-color .2s ease, transform .2s ease; }
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { background: rgba(255,255,255,.28); transform: scale(1.06); }
.lightbox-close { top: .5rem; right: .5rem; }
.lightbox-prev { left: .25rem; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: .25rem; top: 50%; transform: translateY(-50%); }
.lightbox-prev:hover, .lightbox-next:hover { transform: translateY(-50%) scale(1.06); }
.lightbox-trigger { cursor: zoom-in; }

.faq-item { transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.faq-item:hover { border-color: #006a3b; box-shadow: 0 6px 16px rgba(0, 106, 59, .08); transform: translateY(-1px); }
.faq-item summary { cursor: pointer; list-style: none; padding-right: 2.25rem; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: 0; top: 50%; color: #006a3b; font-family: Inter, sans-serif; font-size: 1.5rem; font-weight: 400; line-height: 1; transform: translateY(-50%); transition: transform .2s ease; }
.faq-item[open] summary::after { content: '−'; transform: translateY(-50%) rotate(180deg); }
.faq-item[open] { border-color: #00864c; }
.faq-item > p { animation: faq-reveal .25s ease both; }
@keyframes faq-reveal { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }

.floating-whatsapp-label { display: inline; }
@media (max-width: 767px) {
  .hero-media { min-height: 240px; }
  .hero-video { max-height: 330px; }
  .lightbox { padding: .75rem; }
  .lightbox-panel { min-height: 70vh; }
  .lightbox-figure { max-width: calc(100% - 3.5rem); }
  .lightbox-prev { left: -.25rem; }
  .lightbox-next { right: -.25rem; }
  .floating-whatsapp-label { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
