.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;padding:var(--section-padding)}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:-1;background-color:var(--color-bg-deep)}.hero-frame{width:100%;height:100%;object-fit:cover;object-position:center left;position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .6s ease}.hero-frame--ready{opacity:1}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(-90deg,#0a0808f2,#0a0808cc 40%,#0a080833);z-index:1}.hero-content{position:relative;z-index:2;max-width:800px;display:flex;flex-direction:column;gap:1.5rem;margin-left:auto;align-items:flex-end;text-align:right}.hero-chips{display:flex;gap:.8rem;align-items:center;font-size:.9rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:var(--color-primary)}.chip-dot{color:var(--color-accent)}.hero-title{font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;color:var(--color-text-light)}.text-highlight{color:var(--color-primary)}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.3rem);color:var(--color-text-muted);max-width:650px;line-height:1.6}.hero-selos{display:flex;gap:2rem;margin:1rem 0 2rem;flex-wrap:wrap;justify-content:flex-end}.selo{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#fff;background:#ffffff0d;padding:.5rem 1rem;border-radius:4px;border-left:3px solid var(--color-primary);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-ctas{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:flex-end}.btn{display:flex;align-items:center;justify-content:center;gap:.8rem;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:4px;transition:var(--transition-smooth);text-align:center;position:relative;overflow:hidden}.btn-icon{transition:transform .3s ease}.btn:hover .btn-icon{transform:translate(3px)}.btn-primary{background-color:var(--color-primary);color:var(--color-bg-deep)}.btn-primary:hover{background-color:var(--color-primary-dark);box-shadow:0 4px 15px #d4a3734d}.btn-secondary{border:1px solid rgba(212,163,115,.4);color:var(--color-primary);background:transparent}.btn-secondary:hover{border-color:var(--color-primary);background:#d4a3731a}@media (max-width: 768px){.hero-section{min-height:78svh;padding:4rem 1.2rem 2.5rem;align-items:center}.hero-frame{width:auto;height:100%;min-width:100%;inset:auto;top:0;left:0;transform:none}.hero-overlay{background:linear-gradient(0deg,#0a0808,#0a0808e0 55%,#0a080859)}.hero-content{align-items:center;text-align:center;margin-left:0;gap:.85rem;max-width:100%}.hero-chips{flex-wrap:wrap;justify-content:center;font-size:.72rem;gap:.5rem}.hero-title{font-size:clamp(1.65rem,7vw,2.4rem)}.hero-subtitle{font-size:.9rem;line-height:1.55}.hero-selos{display:none}.hero-ctas{width:100%}.btn-secondary{display:none}.btn-primary{width:100%;padding:.75rem 1.2rem;font-size:.88rem;font-weight:500;background:#d4a37326;color:var(--color-primary);border:1px solid rgba(212,163,115,.35);border-radius:6px}}.origin-section{padding:var(--section-padding);background-color:var(--color-bg-dark);position:relative}.origin-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.origin-content{display:flex;flex-direction:column}.origin-description{font-size:1.1rem;line-height:1.8;color:var(--color-text-muted);margin-bottom:2.5rem}.differential-grid{display:grid;gap:1.2rem}.differential-item{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:var(--color-surface);border-radius:8px;border-left:2px solid transparent;transition:var(--transition-smooth)}.differential-item:hover{background-color:var(--color-surface-hover);border-left-color:var(--color-primary);transform:translate(5px)}.differential-icon{color:var(--color-primary);display:flex;align-items:center;justify-content:center}.differential-text{font-size:1rem;font-weight:500;color:var(--color-text-light)}.origin-media{position:relative}.media-stack{display:flex;flex-direction:column;gap:1rem}.media-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #00000080}.media-main,.media-secondary{height:300px}.origin-image{width:100%;height:100%;object-fit:cover;transition:transform 10s ease}.media-wrapper:hover .origin-image{transform:scale(1.05)}.media-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 50%,rgba(10,8,8,.8) 100%);pointer-events:none}@media (max-width: 992px){.origin-container{grid-template-columns:1fr;gap:3rem}.media-stack{order:-1}.media-main,.media-secondary{height:200px}}.about-section{padding:var(--section-padding);background-color:var(--color-bg-deep);position:relative;overflow:hidden}.about-grid{display:grid;grid-template-columns:auto 1fr;gap:5rem;align-items:center}.about-image-col{display:flex;flex-direction:column;align-items:center;gap:1.2rem}.about-image-wrap{width:280px;height:280px;border-radius:50%;border:1px solid var(--color-primary);box-shadow:0 0 28px #d4a37333;overflow:hidden;flex-shrink:0;transition:box-shadow .4s ease}.about-image-wrap:hover{box-shadow:0 0 48px #d4a37366}.about-photo{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;transition:transform .6s cubic-bezier(.16,1,.3,1)}.about-image-wrap:hover .about-photo{transform:scale(1.04)}.about-caption{display:flex;flex-direction:column;align-items:center;gap:.2rem}.caption-names{font-family:var(--font-heading);font-size:1rem;color:var(--color-text-light)}.caption-role{font-size:.7rem;text-transform:uppercase;letter-spacing:.18em;color:var(--color-primary);opacity:.8}.about-text-col{display:flex;flex-direction:column;gap:1.6rem}.about-eyebrow{display:inline-block;font-size:.7rem;text-transform:uppercase;letter-spacing:.3em;color:var(--color-primary);padding:.32rem 1rem;border:1px solid rgba(212,163,115,.28);border-radius:20px;width:fit-content}.about-title{font-family:var(--font-heading);font-size:clamp(1.6rem,2.5vw,2.2rem);color:var(--color-text-light);line-height:1.3}.about-narrative{display:flex;flex-direction:column;gap:1rem}.about-narrative p{font-size:1rem;line-height:1.8;color:var(--color-text-muted)}.about-narrative strong{color:var(--color-primary);font-weight:600}.about-features{display:flex;flex-direction:column;gap:.8rem}.feature-card{display:flex;align-items:center;gap:1.2rem;background:var(--color-surface);padding:1.2rem 1.5rem;border-radius:12px;border:1px solid rgba(212,163,115,.08);transition:var(--transition-smooth)}.feature-card:hover{border-color:#d4a37347;transform:translate(4px);box-shadow:0 8px 24px #00000040}.feature-icon-wrapper{background:#d4a3731a;color:var(--color-primary);width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;flex-shrink:0}.feature-info h3{font-size:1rem;margin-bottom:.2rem;color:var(--color-text-light);font-family:var(--font-heading)}.feature-info p{color:var(--color-text-muted);font-size:.88rem;line-height:1.5}@media (max-width: 900px){.about-grid{grid-template-columns:1fr;gap:3rem;text-align:center}.about-eyebrow,.about-image-col{margin:0 auto}.feature-card:hover{transform:none}}.products-section{padding:var(--section-padding);background-color:var(--color-bg-deep);position:relative;overflow:hidden}.products-glow-a{position:absolute;width:55vw;height:55vw;top:-10%;right:-15%;background:radial-gradient(circle,rgba(212,163,115,.055) 0%,transparent 65%);border-radius:50%;pointer-events:none}.products-glow-b{position:absolute;width:40vw;height:40vw;bottom:0%;left:-10%;background:radial-gradient(circle,rgba(139,94,52,.04) 0%,transparent 65%);border-radius:50%;pointer-events:none}.products-header{text-align:center;margin-bottom:4.5rem}.products-eyebrow{display:inline-block;font-size:.72rem;text-transform:uppercase;letter-spacing:.32em;color:var(--color-primary);padding:.38rem 1.1rem;border:1px solid rgba(212,163,115,.3);border-radius:20px;margin-bottom:1.2rem}.products-title{font-size:clamp(1.9rem,3.5vw,2.8rem);color:var(--color-text-light);margin-bottom:1rem}.products-subtitle{color:var(--color-text-muted);max-width:580px;margin:0 auto;font-size:1.05rem;line-height:1.75}.section-label{display:flex;align-items:center;justify-content:center;gap:1rem;color:var(--color-primary);font-size:.78rem;text-transform:uppercase;letter-spacing:.28em;margin-bottom:2.8rem}.label-line{flex:1;height:1px;max-width:110px;background:linear-gradient(90deg,transparent,rgba(212,163,115,.45),transparent)}.label-line--short{flex:0 0 60px;max-width:60px}.trad-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem;margin-bottom:1.5rem}@keyframes cardFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.trad-card{background:var(--color-surface);border-radius:18px;overflow:hidden;border:1px solid rgba(212,163,115,.08);display:flex;flex-direction:column;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s ease;animation:cardFadeUp .6s ease both}.trad-card:hover{transform:translateY(-7px);border-color:#d4a37347;box-shadow:0 28px 56px #0000008c,0 0 0 1px #d4a3731f}.trad-card-img-wrap{position:relative;width:100%;height:320px;overflow:hidden}.trad-card-img{width:100%;height:320px;display:block;object-fit:contain;object-position:center;transition:transform .65s cubic-bezier(.16,1,.3,1)}.trad-card:hover .trad-card-img{transform:scale(1.08)}.trad-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,8,8,.75) 0%,rgba(10,8,8,.1) 55%,transparent 100%)}.trad-card-tag{position:absolute;top:1rem;left:1rem;background:var(--color-primary);color:var(--color-bg-deep);font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;padding:.28rem .75rem;border-radius:20px}.trad-card-score{position:absolute;bottom:1rem;right:1rem;background:#0a0808bf;border:1px solid rgba(212,163,115,.4);color:var(--color-primary);font-size:.72rem;font-weight:600;padding:.28rem .65rem;border-radius:6px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.05em}.trad-card-body{padding:1.6rem 1.8rem 1.8rem;display:flex;flex-direction:column;gap:.85rem;flex:1}.trad-card-name{font-family:var(--font-heading);font-size:1.2rem;color:var(--color-text-light);line-height:1.3}.trad-card-desc{font-size:.88rem;color:var(--color-text-muted);line-height:1.65}.trad-card-notes{display:flex;flex-wrap:wrap;gap:.45rem}.note-pill{font-size:.72rem;color:var(--color-primary);border:1px solid rgba(212,163,115,.22);padding:.18rem .65rem;border-radius:20px;letter-spacing:.04em}.intensity-meter{display:flex;align-items:center;gap:.75rem;margin-top:auto;padding-top:.2rem}.intensity-label{font-size:.7rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.1em;white-space:nowrap}.intensity-dots{display:flex;gap:.35rem}.intensity-dot{width:8px;height:8px;border-radius:50%;background:#ffffff14;border:1px solid rgba(212,163,115,.18);transition:background .25s,border-color .25s}.intensity-dot.on{background:var(--color-primary);border-color:var(--color-primary);box-shadow:0 0 5px #d4a37373}.trad-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.1rem;border-top:1px solid rgba(255,255,255,.06);margin-top:auto}.trad-card-price-wrap{display:flex;flex-direction:column;gap:.15rem}.trad-card-weight{font-size:.72rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.1em}.trad-card-price{font-family:var(--font-heading);font-size:1.45rem;color:var(--color-primary);font-weight:600}.freight-note{font-size:.68rem;color:var(--color-text-muted);opacity:.7;letter-spacing:.03em}.trad-card-btn{padding:.55rem 1.3rem;background:transparent;border:1px solid rgba(212,163,115,.35);color:var(--color-primary);border-radius:8px;font-size:.82rem;font-weight:500;letter-spacing:.06em;transition:background .3s ease,color .3s ease,border-color .3s ease;cursor:pointer}.trad-card-btn:hover{background:var(--color-primary);color:var(--color-bg-deep);border-color:var(--color-primary)}.moagem-note{text-align:center;color:var(--color-text-muted);font-size:.82rem;opacity:.6;margin-top:.5rem;letter-spacing:.02em}.products-divider{display:flex;align-items:center;justify-content:center;padding:3.5rem 0;position:relative}.products-divider:before{content:"";position:absolute;left:5%;right:5%;height:1px;background:linear-gradient(90deg,transparent,rgba(212,163,115,.18),transparent)}.divider-ornament{color:var(--color-primary);font-size:1rem;background:var(--color-bg-deep);padding:0 1.2rem;position:relative;z-index:1;opacity:.7}.sab-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2.4rem}.sab-label{justify-content:flex-start;margin-bottom:.8rem}.sab-subtitle{color:var(--color-text-muted);font-size:.98rem;line-height:1.75;max-width:520px}.sab-price-badge{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;background:#d4a37312;border:1px solid rgba(212,163,115,.22);border-radius:14px;padding:1rem 1.6rem}.sab-price-label{font-size:.72rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.2rem}.sab-price-value{font-family:var(--font-heading);font-size:1.9rem;color:var(--color-primary);font-weight:600}.sab-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.1rem;margin-bottom:1.5rem}.sab-card{animation:cardFadeUp .55s ease both;cursor:default}.sab-card-img-wrap{position:relative;aspect-ratio:1 / 1;border-radius:14px;overflow:hidden;border:1px solid rgba(212,163,115,.08);transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s ease,box-shadow .4s ease}.sab-card:hover .sab-card-img-wrap{transform:translateY(-5px);border-color:#d4a37359;box-shadow:0 14px 30px #00000073}.sab-card-img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.16,1,.3,1)}.sab-card:hover .sab-card-img{transform:scale(1.1)}.sab-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,8,8,.75) 0%,transparent 55%)}.sab-card-name-overlay{position:absolute;bottom:.75rem;left:0;right:0;text-align:center;font-size:.78rem;font-weight:500;color:var(--color-text-light);letter-spacing:.04em;padding:0 .5rem;transition:color .3s}.sab-card:hover .sab-card-name-overlay{color:var(--color-primary)}.sab-more{display:flex;flex-direction:column;gap:1rem;flex-wrap:wrap;padding:1.4rem 1.8rem;background:#ffffff05;border-radius:14px;border:1px dashed rgba(255,255,255,.07)}.sab-cta{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-top:2rem;padding:1.4rem 2rem;background:#d4a3730f;border:1px solid rgba(212,163,115,.2);border-radius:12px}.sab-cta-text{font-size:.95rem;color:var(--color-text-muted);line-height:1.5}.sab-cta-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;width:fit-content;align-self:center;padding:.75rem 2rem;background:var(--color-primary);color:var(--color-bg-deep);font-size:.9rem;font-weight:600;border-radius:8px;transition:var(--transition-smooth)}.sab-cta-btn:hover{background:var(--color-primary-dark);box-shadow:0 4px 14px #d4a3734d}@media (max-width: 600px){.sab-cta{flex-direction:column;align-items:flex-start;padding:1.2rem}.sab-cta-btn{width:100%;justify-content:center}}.sab-more-label{font-size:.82rem;color:var(--color-text-muted);white-space:nowrap;font-style:italic;opacity:.8}.sab-pills{display:grid;grid-template-columns:repeat(4,1fr);gap:.55rem}.sab-pill{padding:.5rem;text-align:center;background:#d4a3730d;border:1px solid rgba(212,163,115,.14);border-radius:20px;font-size:.8rem;color:var(--color-text-muted);transition:background .3s ease,border-color .3s ease,color .3s ease;cursor:default}.sab-pill:hover{background:#d4a3731f;border-color:#d4a37359;color:var(--color-text-light)}@media (max-width: 1024px){.sab-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.trad-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.sab-header{flex-direction:column}.sab-price-badge{align-items:flex-start;width:100%}.sab-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.trad-grid{grid-template-columns:1fr}.sab-grid{grid-template-columns:repeat(2,1fr);gap:.9rem}.sab-more{flex-direction:column}.sab-pills{grid-template-columns:repeat(2,1fr)}.sab-cta-btn{width:100%}}.features-section{padding:var(--section-padding);background-color:var(--color-bg-dark)}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:4rem}.feature-vitrine-card{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 2rem;background-color:var(--color-surface);border-radius:8px;border-bottom:2px solid transparent;transition:var(--transition-smooth)}.feature-vitrine-card:hover{transform:translateY(-5px);border-color:var(--color-primary);background-color:var(--color-surface-hover)}.feature-vitrine-icon{color:var(--color-primary);display:flex;align-items:center;justify-content:center}.feature-vitrine-icon svg{width:32px;height:32px}.feature-vitrine-text{font-size:1.05rem;font-weight:500;color:var(--color-text-light);line-height:1.4}.gallery-section{padding:var(--section-padding);background-color:var(--color-bg-deep);overflow:hidden}.gallery-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;gap:2rem}.gallery-eyebrow{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.3em;color:var(--color-primary);margin-bottom:.7rem}.gallery-title{font-size:clamp(1.8rem,3vw,2.6rem);color:var(--color-text-light);margin:0}.gallery-subtitle{color:var(--color-text-muted);font-size:1rem;line-height:1.75;text-align:right;max-width:280px}.gallery-layout{display:flex;gap:0;height:560px;border-radius:18px;overflow:hidden}.gallery-main{position:relative;flex:0 0 38%;overflow:hidden}.gallery-main img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .8s cubic-bezier(.16,1,.3,1)}.gallery-main:hover img{transform:scale(1.04)}.gallery-main-caption{position:absolute;bottom:0;left:0;right:0;padding:2.5rem 2rem 2rem;background:linear-gradient(to top,rgba(10,8,8,.95) 0%,transparent 100%)}.gallery-main-tag{display:inline-block;font-size:.68rem;text-transform:uppercase;letter-spacing:.25em;color:var(--color-primary);border:1px solid rgba(212,163,115,.4);padding:.22rem .7rem;border-radius:20px;margin-bottom:.8rem}.gallery-main-quote{font-family:var(--font-heading);font-size:1.1rem;color:var(--color-text-light);line-height:1.5;font-style:italic}.gallery-sep{flex:0 0 1px;background:linear-gradient(to bottom,transparent,rgba(212,163,115,.35),transparent);margin:1.5rem 0}.gallery-mosaic{flex:1;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-template-areas:"a b" "a c";gap:3px}.gallery-tile{position:relative;overflow:hidden;cursor:pointer}.gallery-tile img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .6s ease;filter:brightness(.85)}.gallery-tile:hover img,.gallery-tile.active img{transform:scale(1.07);filter:brightness(1)}.gallery-tile-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,8,8,.8) 0%,transparent 50%);display:flex;align-items:flex-end;padding:1.2rem 1.4rem;opacity:0;transition:opacity .4s ease}.gallery-tile:hover .gallery-tile-overlay,.gallery-tile.active .gallery-tile-overlay{opacity:1}.gallery-tile-overlay span{font-family:var(--font-heading);font-size:.95rem;color:var(--color-text-light);transform:translateY(6px);transition:transform .4s ease;display:block}.gallery-tile:hover .gallery-tile-overlay span,.gallery-tile.active .gallery-tile-overlay span{transform:translateY(0)}.gallery-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(212,163,115,.06);pointer-events:none;transition:border-color .4s}.gallery-tile:hover:after{border-color:#d4a37333}@media (max-width: 900px){.gallery-layout{flex-direction:column;height:auto}.gallery-main{flex:0 0 auto;height:340px}.gallery-sep{flex:0 0 1px;width:auto;height:1px;margin:0 1.5rem;background:linear-gradient(to right,transparent,rgba(212,163,115,.35),transparent)}.gallery-mosaic{height:400px}.gallery-header{flex-direction:column;align-items:flex-start}.gallery-subtitle{text-align:left;max-width:100%}}@media (max-width: 480px){.gallery-mosaic{grid-template-columns:1fr 1fr;height:320px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-container{background:#0a0808}.leaflet-control-attribution{background:transparent!important;color:#ffffff26!important;font-size:10px!important}.leaflet-control-attribution a{color:#fff3!important}.map-popup .leaflet-popup-content-wrapper{background:#120e0df2;border:1px solid rgba(212,163,115,.35);border-radius:10px;padding:0;box-shadow:0 8px 32px #0009;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.map-popup .leaflet-popup-content{margin:.6rem 1rem;display:flex;flex-direction:column;gap:.1rem}.map-popup .leaflet-popup-tip-container{display:none}.popup-abbr{font-size:.6rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.popup-abbr--mg{color:#d4a373}.popup-abbr--sp{color:#c08050}.popup-abbr--rj{color:#e8b484}.popup-name{font-size:.88rem;color:#fefae0;font-family:var(--font-heading)}.map-pin{position:relative;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.pin-dot{width:8px;height:8px;border-radius:50%;position:absolute;z-index:2}.map-pin--mg .pin-dot{background:#d4a373;box-shadow:0 0 6px #d4a373cc}.map-pin--sp .pin-dot{background:#c08050;box-shadow:0 0 6px #c08050cc}.map-pin--rj .pin-dot{background:#e8b484;box-shadow:0 0 6px #e8b484cc}.pin-pulse-ring{position:absolute;width:18px;height:18px;border-radius:50%;border:1px solid rgba(212,163,115,.5);animation:pin-pulse 2s ease-out infinite}@keyframes pin-pulse{0%{transform:scale(.6);opacity:1}to{transform:scale(2.2);opacity:0}}.regions-section{padding:var(--section-padding);background:var(--color-bg-dark);position:relative;overflow:hidden}.regions-bg-glow{position:absolute;width:50vw;height:50vw;bottom:-10%;right:-10%;background:radial-gradient(circle,rgba(212,163,115,.04) 0%,transparent 65%);border-radius:50%;pointer-events:none}.regions-header{text-align:center;margin-bottom:4rem}.regions-eyebrow{display:inline-block;font-size:.72rem;text-transform:uppercase;letter-spacing:.32em;color:var(--color-primary);padding:.38rem 1.1rem;border:1px solid rgba(212,163,115,.3);border-radius:20px;margin-bottom:1.2rem}.regions-title{font-size:clamp(1.9rem,3.5vw,2.8rem);color:var(--color-text-light);margin-bottom:1rem}.regions-subtitle{color:var(--color-text-muted);max-width:480px;margin:0 auto;font-size:1rem;line-height:1.75}.regions-layout{display:grid;grid-template-columns:380px 1fr;gap:2.5rem;align-items:stretch;min-height:520px}.regions-cards{display:flex;flex-direction:column;gap:.9rem}.region-card{background:var(--color-surface);border:1px solid rgba(212,163,115,.08);border-radius:16px;padding:1.4rem 1.6rem;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.region-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--color-primary);transform:scaleY(0);transform-origin:bottom;border-radius:0 2px 2px 0;transition:transform .4s cubic-bezier(.16,1,.3,1)}.region-card:hover,.region-card.active{border-color:#d4a3734d;background:var(--color-surface-hover);transform:translate(5px);box-shadow:0 12px 32px #00000059}.region-card:hover:before,.region-card.active:before{transform:scaleY(1)}.region-card-top{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.region-abbr-badge{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:.95rem;font-weight:700;letter-spacing:.05em;flex-shrink:0}.region-abbr-badge--mg{background:#d4a3731f;color:#d4a373;border:1px solid rgba(212,163,115,.25)}.region-abbr-badge--sp{background:#c080501f;color:#c08050;border:1px solid rgba(192,128,80,.25)}.region-abbr-badge--rj{background:#e8b4841f;color:#e8b484;border:1px solid rgba(232,180,132,.25)}.region-state{font-family:var(--font-heading);font-size:1.05rem;color:var(--color-text-light);margin-bottom:.2rem}.region-tagline{display:flex;align-items:center;gap:.3rem;font-size:.72rem;color:var(--color-text-muted);letter-spacing:.05em}.region-tagline svg{opacity:.6;color:var(--color-primary)}.region-led{margin-left:auto;width:7px;height:7px;border-radius:50%;background:#d4a37333;border:1px solid rgba(212,163,115,.25);transition:background .3s,box-shadow .3s;flex-shrink:0}.region-led.on{background:var(--color-primary);box-shadow:0 0 8px #d4a373b3}.region-cities{display:flex;flex-wrap:wrap;gap:.4rem}.region-city-chip{font-size:.75rem;color:var(--color-text-muted);background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:20px;padding:.22rem .7rem;transition:color .3s,border-color .3s,background .3s}.region-card:hover .region-city-chip,.region-card.active .region-city-chip{color:var(--color-text-light);border-color:#d4a37338;background:#d4a37312}.regions-note{font-size:.78rem;color:var(--color-text-muted);opacity:.5;text-align:center;margin-top:.5rem;letter-spacing:.04em}.regions-map-wrap{position:relative;border-radius:20px;overflow:hidden;min-height:520px}.regions-map{width:100%;height:100%;min-height:520px;border-radius:20px}.map-frame{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px;border:1px solid rgba(212,163,115,.2);pointer-events:none;z-index:1000;box-shadow:inset 0 0 60px #0000004d}@media (max-width: 900px){.regions-layout{grid-template-columns:1fr}.regions-map-wrap,.regions-map{min-height:360px}}.faq-section{padding:var(--section-padding);background-color:var(--color-bg-dark);position:relative}.faq-eyebrow{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.3em;color:var(--color-primary);margin-bottom:.8rem;text-align:center}.faq-title{font-size:clamp(1.6rem,3vw,2.2rem);color:var(--color-text-light);text-align:center;margin-bottom:.8rem}.faq-subtitle{text-align:center;color:var(--color-text-muted);font-size:1rem;margin-bottom:3rem}.faq-list{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:.6rem}.faq-item{background:var(--color-surface);border:1px solid rgba(212,163,115,.08);border-radius:10px;overflow:hidden;transition:border-color .3s ease}.faq-item.open{border-color:#d4a37347}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 1.5rem;text-align:left;font-size:1rem;font-weight:600;color:var(--color-text-light);cursor:pointer;background:none;border:none;transition:color .2s ease}.faq-item.open .faq-question{color:var(--color-primary)}.faq-icon{flex-shrink:0;font-size:1.4rem;color:var(--color-primary);line-height:1;width:24px;text-align:center}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1)}.faq-item.open .faq-answer{max-height:400px}.faq-answer p{padding:0 1.5rem 1.4rem;color:var(--color-text-muted);font-size:.95rem;line-height:1.8}@media (max-width: 768px){.faq-question{font-size:.92rem;padding:1rem 1.2rem}.faq-answer p{padding:0 1.2rem 1.2rem;font-size:.88rem}}.testimonials-section{padding:var(--section-padding);background-color:var(--color-bg-deep);position:relative}.testi-eyebrow{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.3em;color:var(--color-primary);margin-bottom:.8rem;text-align:center}.testi-title{font-size:clamp(1.6rem,3vw,2.2rem);color:var(--color-text-light);text-align:center;margin-bottom:3rem}.testi-layout{display:grid;grid-template-columns:1fr 300px;gap:2.5rem;align-items:start;max-width:960px;margin:0 auto}.testi-card{background:var(--color-surface);border:1px solid rgba(212,163,115,.15);border-radius:16px;padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem;animation:tFadeIn .4s ease}@keyframes tFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.testi-stars{color:var(--color-primary);font-size:1.1rem;letter-spacing:2px}.testi-quote{font-size:1.05rem;line-height:1.8;color:var(--color-text-muted);font-style:italic;border-left:3px solid rgba(212,163,115,.3);padding-left:1.2rem;margin:0}.testi-author{display:flex;align-items:center;gap:1rem}.testi-avatar{width:44px;height:44px;border-radius:50%;background:#d4a37326;border:1px solid rgba(212,163,115,.3);color:var(--color-primary);font-weight:700;font-size:1.1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.testi-name{font-size:.95rem;font-weight:600;color:var(--color-text-light)}.testi-role{font-size:.8rem;color:var(--color-primary);opacity:.8;margin-top:.15rem}.testi-nav{display:flex;flex-direction:column;gap:.5rem}.testi-nav-item{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;padding:.9rem 1.1rem;border-radius:10px;background:var(--color-surface);border:1px solid rgba(212,163,115,.06);cursor:pointer;text-align:left;transition:var(--transition-smooth)}.testi-nav-item:hover,.testi-nav-item.active{border-color:#d4a3734d;background:var(--color-surface-hover)}.testi-nav-item.active{border-left:3px solid var(--color-primary)}.testi-nav-name{font-size:.88rem;font-weight:600;color:var(--color-text-light)}.testi-nav-biz{font-size:.75rem;color:var(--color-text-muted);line-height:1.3}@media (max-width: 768px){.testi-layout{grid-template-columns:1fr}.testi-nav{flex-direction:row;flex-wrap:wrap;gap:.5rem}.testi-nav-item{flex:1 1 calc(50% - .25rem);min-width:140px}.testi-nav-biz{display:none}.testi-card{padding:1.5rem}}.footer-cta-section{padding:var(--section-padding);background-color:var(--color-bg-deep);position:relative;overflow:hidden;border-top:1px solid rgba(255,255,255,.05)}.cta-container{display:flex;justify-content:space-between;align-items:center;gap:6rem}.cta-content{flex:1}.cta-text{font-size:1.25rem;line-height:1.8;color:var(--color-text-light);margin-bottom:2.5rem}.btn-whatsapp{background-color:#25d366;color:#fff;border:none;font-size:1.1rem;padding:1.2rem 2.5rem;display:inline-flex;margin-bottom:3rem;box-shadow:0 10px 30px #25d36633}.btn-whatsapp:hover{background-color:#1ebe5d;box-shadow:0 10px 30px #25d36666}.contact-info{display:flex;flex-direction:column;gap:.8rem;color:var(--color-text-muted);font-size:1rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05)}.cta-form-wrapper{flex:0 0 550px;background-color:var(--color-surface);border-radius:12px;padding:3rem;box-shadow:0 20px 40px #0009;border:1px solid rgba(212,163,115,.2)}.form-header{margin-bottom:2rem}.form-header h3{font-size:1.6rem;color:var(--color-primary);margin-bottom:.5rem}.form-header p{color:var(--color-text-muted)}.cta-form{display:flex;flex-direction:column;gap:1.2rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem 1.2rem;background-color:var(--color-bg-deep);border:1px solid rgba(255,255,255,.1);border-radius:6px;color:var(--color-text-light);font-family:var(--font-body);font-size:1rem;transition:var(--transition-smooth)}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff4d}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px #d4a37333}.submit-btn{width:100%;padding-block:1.2rem;font-size:1.1rem;justify-content:space-between}.footer-bottom{text-align:center;margin-top:6rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05);color:#ffffff4d;font-size:.9rem;display:flex;flex-direction:column;gap:.5rem}.footer-dev{font-size:.78rem;color:#ffffff2e}.footer-dev a{color:#d4a37373;transition:color .3s ease}.footer-dev a:hover{color:var(--color-primary)}@media (max-width: 768px){.btn-whatsapp{width:100%;font-size:.92rem;padding:.85rem 1.2rem;justify-content:center}.cta-text{font-size:1rem}.cta-form-wrapper{padding:1.5rem}.submit-btn{font-size:.95rem;padding-block:1rem}}@media (max-width: 1024px){.cta-container{flex-direction:column;gap:4rem}.cta-content{text-align:center}.btn-whatsapp{margin:0 auto 3rem}.contact-info{align-items:center}.section-title{text-align:center!important}.cta-form-wrapper{flex:1;width:100%}}.floating-whatsapp{position:fixed;bottom:2rem;right:2rem;background-color:#25d366;color:#fff;width:65px;height:65px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0000004d,0 0 15px #25d36680;z-index:1000;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.floating-whatsapp:hover{transform:scale(1.1) rotate(-10deg);background-color:#1ebe5d;box-shadow:0 6px 20px #0006,0 0 25px #25d366b3}@keyframes pulseGlow{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}.floating-whatsapp{animation:pulseGlow 2s infinite}@media (max-width: 768px){.floating-whatsapp{bottom:1.5rem;right:1.5rem;width:55px;height:55px}}:root{--color-bg-deep: #0a0808;--color-bg-dark: #120e0d;--color-primary: #d4a373;--color-primary-dark: #b88656;--color-text-light: #fefae0;--color-text-muted: #d6cfc7;--color-accent: #8b5e34;--color-surface: #1e1816;--color-surface-hover: #261f1c;--font-heading: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;--font-body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;--transition-smooth: all .4s cubic-bezier(.16, 1, .3, 1);--section-padding: 6rem 2rem}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--color-bg-deep);color:var(--color-text-light);font-family:var(--font-body);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none}img,video{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;outline:none;background:none}.container{max-width:1200px;margin:0 auto;width:100%}.section-title{font-size:2.5rem;margin-bottom:1.5rem;color:var(--color-primary);text-align:center}.section-subtitle{text-align:center;color:var(--color-text-muted);max-width:700px;margin:0 auto 3rem;font-size:1.1rem}.glow-effect{position:absolute;width:40vw;height:40vw;background:radial-gradient(circle,#d4a37314,#0a080800 70%);border-radius:50%;pointer-events:none;z-index:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s ease backwards}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg-deep)}::-webkit-scrollbar-thumb{background:var(--color-surface);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary-dark)}
