:root{
      /* ── Cores base (DS_MUSEU + identidade atual) ── */
      --terracota:#C85A47;
      --terracota-dk:#A8432F;
      --floresta:#1A2F24;
      --sage:#9EA08F;
      --lime:#D4F268;
      --lime-dk:#C3E354;
      --stone:#1c1917;
      --stone-600:#57534e;
      --stone-500:#78716c;
      --beige:#E6E3D6;
      --beige-lt:#EAE8DE;
      --areia:#F5F0EB;
      --salvia:#E2E4D8;
      --grafite:#1c1917;
      --nav-h:68px;
    }
    *{box-sizing:border-box;margin:0;padding:0;}
    html{scroll-behavior:smooth;}
    body{
      font-family:"Manrope",sans-serif;
      background:var(--beige);
      color:var(--grafite);
      -webkit-font-smoothing:antialiased;
    }
    .pf{ font-family:"Newsreader",serif; }
    em {
      font-style: italic;
      font-weight: 600;
      color: var(--floresta);
    }

    /* NAV */
    nav{
      position:fixed;top:0;left:0;right:0;
      z-index:100;
      height:var(--nav-h);
      background:rgba(250,250,250,0.94);
      backdrop-filter:blur(14px);
      -webkit-backdrop-filter:blur(14px);
      border-bottom:1px solid rgba(0,0,0,0.06);
    }
    .nav-in{
      max-width:1280px;margin:0 auto;
      height:100%;padding:0 2rem;
      display:flex;justify-content:space-between;align-items:center;
    }
    .nav-logo{
      font-family:"Newsreader",serif;
      font-size:1.25rem;font-weight:700;
      color:var(--floresta);text-decoration:none;
    }
    .nav-cta{
      background:var(--terracota);color:#fff;
      padding:.625rem 1.5rem;border-radius:9999px;
      font-size:.875rem;font-weight:600;
      text-decoration:none;transition:background .2s;
    }
    .nav-cta:hover{background:var(--terracota-dk);}

    /* BOTÕES */
    .btn-p{
      display:inline-block;background:var(--terracota);color:#fff;
      padding:.875rem 2rem;border-radius:9999px;
      font-size:.9375rem;font-weight:600;
      text-decoration:none;border:none;cursor:pointer;
      transition:background .2s,transform .15s;
    }
    .btn-p:hover{background:var(--terracota-dk);transform:translateY(-1px);}
    .btn-g{
      display:inline-block;background:transparent;color:var(--grafite);
      padding:.875rem 2rem;border-radius:9999px;
      font-size:.9375rem;font-weight:500;
      text-decoration:none;border:1.5px solid #ccc;cursor:pointer;
      transition:border-color .2s,transform .15s;
    }
    .btn-g:hover{border-color:var(--grafite);transform:translateY(-1px);}
    .btn-lg{
      display:inline-block;background:var(--terracota);color:#fff;
      padding:1.1rem 2.75rem;border-radius:9999px;
      font-size:1.0625rem;font-weight:600;
      text-decoration:none;cursor:pointer;
      transition:background .2s,transform .15s;
    }
    .btn-lg:hover{background:var(--terracota-dk);transform:translateY(-2px);}

    /* PLACEHOLDERS */
    .ph{
      display:flex;align-items:center;justify-content:center;
      color:rgba(255,255,255,.3);
      font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;
    }
    .ph-dk{background:linear-gradient(135deg,#2d5a4a 0%,#1a3d2e 60%,#4a7c5e 100%);}
    .ph-lt{background:linear-gradient(135deg,#c0d8cc 0%,#92b8a6 100%);color:rgba(0,0,0,.3);}

    /* ══════════════════════════════════════
       SEÇÃO 1 — HERO COLAGEM EDITORIAL
       DS_ATELIER grid + DS_MUSEU cores + Gobo
       ══════════════════════════════════════ */
    #hero{
      position:relative;
      width:100%;
      min-height:100vh;
      overflow:hidden;
      background:var(--beige);
    }

    /* ── Camada Gobo: sombras de folhas ── */
    #hero-gobo{
      position:absolute;
      inset:0;
      z-index:0;
      overflow:hidden;
      pointer-events:none;
    }
    #hero-gobo svg{
      width:100%;
      height:100%;
      opacity:.08;
      mix-blend-mode:multiply;
      transform-origin:60% 40%;
      animation:gobo-drift 12s ease-in-out infinite alternate;
    }
    @keyframes gobo-drift{
      0%  { transform:scale(1)    translate(0,0)       rotate(0deg); }
      33% { transform:scale(1.04) translate(-1%,1.5%)  rotate(.4deg); }
      66% { transform:scale(1.02) translate(1.5%,-1%)  rotate(-.3deg); }
      100%{ transform:scale(1.06) translate(-.5%,2%)   rotate(.6deg); }
    }

    /* Grid assimétrico padrão Atelier: 0.76fr texto | 1.24fr imagem */
    #hero-grid{
      position:relative;
      z-index:1;
      max-width:1400px;
      margin:0 auto;
      padding: calc(var(--nav-h) + 3.5rem) 5vw 8rem;
      display:grid;
      grid-template-columns:0.76fr 1.24fr;
      gap:3rem;
      align-items:center;
      min-height:100vh;
    }

    /* ── COLUNA ESQUERDA ── */
    #hero-copy{ max-width:580px; }

    .hero-eyebrow{
      display:inline-flex;
      align-items:center;
      gap:.625rem;
      font-size:.6875rem;
      letter-spacing:.2em;
      text-transform:uppercase;
      color:var(--stone-500);
      font-weight:700;
      margin-bottom:2rem;
    }
    /* Linha decorativa antes do eyebrow */
    .hero-eyebrow::before{
      content:'';
      display:inline-block;
      width:2rem;
      height:1.5px;
      background:var(--terracota);
      flex-shrink:0;
    }

    #hero-copy h1{
      font-family:"Newsreader",serif;
      font-size:clamp(2.75rem,5.5vw,5rem);
      line-height:1.05;
      color:var(--stone);
      font-weight:300;        /* leve — contraste com o bold no hover */
      letter-spacing:-.02em;
      margin-bottom:1.75rem;
    }


    .hero-sub{
      font-size:1.0625rem;
      line-height:1.85;
      color:var(--stone-600);
      margin-bottom:2.75rem;
      max-width:400px;
      font-weight:400;
    }

    .hero-btns{
      display:flex;
      flex-direction:row;
      flex-wrap:wrap;
      gap:1rem;
      align-items:center;
    }

    /* CTA primário: terracota sólido */
    .hero-btn-p{
      display:inline-flex;
      align-items:center;
      gap:.5rem;
      background:var(--terracota);
      color:#fff;
      padding:.9rem 2rem;
      border-radius:.5rem;
      font-size:.875rem;
      font-weight:700;
      letter-spacing:.03em;
      text-transform:uppercase;
      text-decoration:none;
      border:none;
      cursor:pointer;
      transition:background .2s, transform .15s, box-shadow .2s;
    }
    .hero-btn-p:hover{
      background:var(--terracota-dk);
      transform:translateY(-2px);
      box-shadow:0 8px 24px rgba(200,90,71,.3);
    }

    /* CTA secundário: lime com texto escuro — o acento de vida */
    .hero-btn-g{
      display:inline-flex;
      align-items:center;
      gap:.5rem;
      background:var(--lime);
      color:var(--stone);
      padding:.9rem 2rem;
      border-radius:.5rem;
      font-size:.875rem;
      font-weight:700;
      letter-spacing:.03em;
      text-transform:uppercase;
      text-decoration:none;
      border:none;
      cursor:pointer;
      transition:background .2s, transform .15s;
    }
    .hero-btn-g:hover{
      background:var(--lime-dk);
      transform:translateY(-2px);
    }

    /* Badge de avaliação abaixo dos botões */
    .hero-badge{
      display:inline-flex;
      align-items:center;
      gap:.5rem;
      margin-top:1.75rem;
      font-size:.8125rem;
      color:var(--stone-500);
      font-weight:500;
    }
    .hero-badge .stars-sm{ color:#F59E0B; font-size:.875rem; }

    /* ── COLUNA DIREITA: colagem ── */
    #hero-collage{
      position:relative;
      height:78vh;
      width:100%;
      margin-right:-5vw; /* vaza além da margem do grid */
    }

    /* Imagem principal — ocupa o espaço total da colagem */
    #hero-main-img{
      position:absolute;
      top:0; right:0;
      width:100%;
      height:100%;
      border-radius:1rem;
      overflow:hidden;
      box-shadow:0 32px 72px rgba(0,0,0,.2);
    }
    #hero-main-img .hero-slide{
      position:absolute;
      inset:0;
      width:100%;
      height:100%;
      object-fit:cover;
      opacity:0;
      transition:opacity 1.2s ease-in-out;
    }
    #hero-main-img .hero-slide.active{ opacity:1; }

    /* Barra de progresso do slider — mais sutil que dots */
    #hero-progress{
      position:absolute;
      bottom:1.25rem;
      left:1.5rem;
      right:1.5rem;
      z-index:4;
      display:flex;
      gap:.5rem;
    }
    .hero-prog-bar{
      flex:1;
      height:2px;
      background:rgba(255,255,255,.3);
      border-radius:2px;
      overflow:hidden;
      cursor:pointer;
    }
    .hero-prog-bar .fill{
      height:100%;
      width:0%;
      background:#fff;
      transition:width linear;
    }
    .hero-prog-bar.active .fill{
      width:100%;
      transition:width 5s linear;
    }

    /* Tag sage sobre a imagem — detalhe editorial */
    #hero-img-tag{
      position:absolute;
      top:1.25rem;
      left:1.25rem;
      z-index:4;
      background:var(--sage);
      color:var(--stone);
      font-size:.625rem;
      font-weight:700;
      letter-spacing:.18em;
      text-transform:uppercase;
      padding:.4rem .875rem;
      border-radius:.25rem;
    }

    /* Detalhe decorativo: quadrado sage atrás da colagem */
    #hero-collage::before{
      content:'';
      position:absolute;
      top:3rem; right:-1.5rem;
      width:72%;
      height:72%;
      background:var(--sage);
      opacity:.18;
      border-radius:1rem;
      z-index:0;
      pointer-events:none;
    }

    /* Mobile */
    @media(max-width:900px){
      #hero-grid{
        display: flex;
        flex-direction: column;
        padding: calc(var(--nav-h) + 2rem) 1.5rem 6rem;
        gap: 1.5rem;
        min-height: auto;
      }
      #hero-copy{
        display: contents;
      }
      .hero-eyebrow {
        order: 1;
      }
      #hero-copy h1 {
        order: 2;
        margin-bottom: 0.5rem;
      }
      #hero-collage {
        order: 3;
        height: 60vw;
        min-height: 280px;
        margin-right: 0;
        margin-bottom: 1rem;
      }
      .hero-sub {
        order: 4;
        max-width: 100%;
        margin-bottom: 1.5rem;
      }
      .hero-btns {
        order: 5;
      }
      .hero-badge {
        order: 6;
        margin-top: 0.5rem;
      }
      #hero-collage::before{ display:none; }
    }
    @media(max-width:480px){
      #hero-copy h1{ font-size:2.5rem; }
      .hero-btns{ flex-direction:column; }
      .hero-btn-p, .hero-btn-g{ width:100%; justify-content:center; }
      #hero-collage{ height:72vw; }
    }

    /* BENTO */


    /* ACOMODAÇÕES */
    .acomo-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;}

    /* ── NOVO LAYOUT DE ABAS E TICKETS (OPÇÃO A) ── */
    .acomo-tabs-container {
      display: flex;
      justify-content: center;
      margin-bottom: -1.5px;
      position: relative;
      z-index: 10;
    }
    .acomo-tabs {
      display: flex;
      align-items: flex-end;
      gap: 0.5rem;
      padding: 0 1rem;
    }
    .acomo-tab {
      background: var(--beige);
      border: 1.5px solid rgba(28,25,23,.12);
      border-bottom: none;
      border-radius: 1.25rem 1.25rem 0 0;
      padding: 0.75rem 2rem 0.5rem;
      font-family: "Manrope", sans-serif;
      font-weight: 700;
      font-size: 0.9375rem;
      color: var(--stone-600);
      cursor: pointer;
      transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
      transform: translateY(4px) rotate(-1deg);
      transform-origin: bottom right;
      position: relative;
    }
    .acomo-tab:hover {
      transform: translateY(2px) rotate(0deg);
      color: var(--stone);
    }
    .acomo-tab.active {
      background: #FFF;
      color: var(--floresta);
      padding-top: 1rem;
      padding-bottom: 0.75rem;
      transform: translateY(0) rotate(0deg);
      border-bottom: 1.5px solid #FFF;
      z-index: 5;
      box-shadow: 0 -8px 24px rgba(28,25,23,0.04);
    }
    .acomo-tab-1 {
      transform-origin: bottom left;
      transform: translateY(4px) rotate(-2deg);
    }
    .acomo-tab-2 {
      transform: translateY(4px) rotate(1deg);
    }
    .acomo-tab-3 {
      transform: translateY(4px) rotate(2deg);
    }
    .acomo-panel {
      background: #FFF;
      border: 1.5px solid rgba(28,25,23,.12);
      border-radius: 2rem;
      box-shadow: 0 24px 64px rgba(28,25,23,0.05);
      padding: 3.5rem;
      position: relative;
      z-index: 1;
    }
    .acomo-content {
      display: none;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 4.5rem;
      align-items: center;
    }
    .acomo-content.active {
      display: grid;
    }
    .acomo-visual {
      position: relative;
      width: 100%;
      aspect-ratio: 4/5;
      max-height: 520px;
    }
    .acomo-image-arch {
      position: relative;
      width: 100%;
      height: 100%;
      border-radius: 14rem 14rem 1.5rem 1.5rem;
      overflow: hidden;
      border: 1px solid rgba(0,0,0,0.08);
      box-shadow: 0 16px 40px rgba(0,0,0,0.1);
    }
    .acomo-image-arch img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .acomo-image-arch:hover img {
      transform: scale(1.05);
    }
    .acomo-slide {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity 0.5s ease-in-out;
    }
    img.acomo-slide,
    .acomo-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .room-label {
      position: absolute;
      top: 1.5rem;
      left: 50%;
      transform: translateX(-50%);
      background: rgba(255, 255, 255, 0.95);
      color: var(--floresta);
      padding: 0.4rem 1.2rem;
      border-radius: 9999px;
      font-weight: 700;
      font-size: 0.8125rem;
      z-index: 10;
      box-shadow: 0 4px 16px rgba(0,0,0,0.15);
      letter-spacing: 0.05em;
      white-space: nowrap;
    }
    .acomo-slide.active {
      opacity: 1;
    }
    .acomo-slider-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 2.75rem;
      height: 2.75rem;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.45);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      border: 1px solid rgba(255, 255, 255, 0.4);
      color: var(--stone);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 5;
      transition: all 0.2s;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      padding: 0;
    }
    .acomo-slider-btn:hover {
      background: rgba(255, 255, 255, 0.95);
      transform: translateY(-50%) scale(1.05);
    }
    .acomo-slider-btn.prev {
      left: 1.25rem;
    }
    .acomo-slider-btn.next {
      right: 1.25rem;
    }
    .acomo-slider-dots {
      position: absolute;
      bottom: 1.5rem;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 0.5rem;
      z-index: 5;
    }
    .acomo-slider-dot {
      width: 0.5rem;
      height: 0.5rem;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.4);
      border: 1px solid rgba(0, 0, 0, 0.1);
      cursor: pointer;
      transition: all 0.3s;
    }
    .acomo-slider-dot.active {
      background: #FFF;
      transform: scale(1.25);
      box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    }
    .acomo-info {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
    .acomo-eyebrow {
      font-size: 0.6875rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--stone-500);
      font-weight: 700;
      margin-bottom: 1rem;
    }
    .acomo-title {
      font-size: clamp(2rem, 3.5vw, 2.75rem);
      color: var(--floresta);
      font-weight: 300;
      margin-bottom: 1.5rem;
    }
    .acomo-desc {
      font-size: 1rem;
      line-height: 1.8;
      color: var(--stone-600);
      margin-bottom: 2rem;
    }
    .acomo-amenities {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.25rem;
      width: 100%;
      margin-bottom: 2.5rem;
      border-top: 1px solid rgba(28,25,23,.08);
      border-bottom: 1px solid rgba(28,25,23,.08);
      padding: 1.75rem 0;
    }
    .acomo-amenity {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      color: var(--stone-600);
      font-size: 0.875rem;
      font-weight: 500;
    }
    .acomo-amenity svg {
      color: var(--sage);
      flex-shrink: 0;
    }
    .acomo-cta-group {
      display: flex;
      align-items: center;
      gap: 2rem;
      width: 100%;
      flex-wrap: wrap;
    }
    .acomo-btn-p {
      display: inline-flex;
      align-items: center;
      background: var(--terracota);
      color: #fff;
      padding: 1rem 2.25rem;
      border-radius: 9999px;
      font-size: 0.9375rem;
      font-weight: 600;
      text-decoration: none;
      transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
      box-shadow: 0 4px 14px rgba(200,90,71,.2);
    }
    .acomo-btn-p:hover {
      background: var(--terracota-dk);
      transform: translateY(-1px);
      box-shadow: 0 8px 20px rgba(200,90,71,.3);
    }
    .acomo-price-label {
      font-size: 0.875rem;
      color: var(--stone-500);
    }
    .acomo-price-label strong {
      font-size: 1.375rem;
      font-family: "Newsreader", serif;
      color: var(--stone);
      font-weight: 600;
    }

    @media (max-width: 900px) {
      .acomo-panel {
        padding: 2rem;
        border-radius: 0 0 1.5rem 1.5rem;
      }
      .acomo-content.active {
        grid-template-columns: 1fr;
        gap: 3rem;
      }
      .acomo-tabs-container {
        margin-bottom: -1.5px;
        width: 100%;
      }
      .acomo-tabs {
        padding: 0;
        gap: 0;
        width: 100%;
        display: flex;
      }
      .acomo-tab {
        flex: 1;
        padding: 0.8rem 0.25rem 0.6rem;
        font-size: 0.8125rem;
        border-radius: 1rem 1rem 0 0;
        border: 1.5px solid rgba(28,25,23,.12);
        border-bottom: none;
        transform: none !important;
        white-space: nowrap;
        background: var(--beige);
      }
      .acomo-tab.active {
        background: #FFF;
        color: var(--floresta);
        padding-top: 1rem;
        padding-bottom: 0.8rem;
        border-bottom: 1.5px solid #FFF;
        z-index: 5;
        box-shadow: 0 -4px 12px rgba(28,25,23,0.03);
      }
      .acomo-visual {
        max-height: 400px;
        aspect-ratio: 4/3;
        margin-left: -2rem;
        margin-right: -2rem;
        width: calc(100% + 4rem);
      }
      .acomo-image-arch {
        border-radius: 0;
        overflow: visible;
      }
      .acomo-image-arch img {
        border-radius: 0;
      }
      .acomo-image-arch:hover img {
        transform: none;
      }
      .room-label {
        top: -0.85rem;
        font-size: 0.75rem;
        padding: 0.3rem 1rem;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      }
    }

    @media (max-width: 480px) {
      .acomo-amenities {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1.25rem 0;
      }
      .acomo-cta-group {
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 1.25rem;
        text-align: center;
      }
      .acomo-btn-p {
        justify-content: center;
      }
    }

    /* EDITORIAL */
    .ed-g{display:grid;grid-template-columns:1fr 1fr;border-radius:1.5rem;overflow:hidden;box-shadow:0 16px 48px rgba(0,0,0,.06);}

    /* TIMELINE FIRST CLASS (SEÇÃO 4) */
    .fc-timeline {
      display: flex;
      flex-direction: column;
      position: relative;
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
    }
    .fc-timeline-line {
      position: absolute;
      background: rgba(28,25,23,0.15);
      left: 15px;
      top: 0;
      width: 1px;
      height: 100%;
      z-index: 1;
    }
    .fc-timeline-progress {
      position: absolute;
      background: var(--terracota);
      left: 15px;
      top: 0;
      width: 2px;
      height: 0%;
      transform: translateX(-0.5px);
      z-index: 1;
      transition: height 0.1s ease-out;
    }
    .fc-timeline-step {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      position: relative;
      padding-left: 3.5rem;
      margin-bottom: 3.5rem;
      z-index: 2;
    }
    .fc-timeline-step:last-child {
      margin-bottom: 0;
    }
    .fc-timeline-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #c3c4b9;
      position: absolute;
      left: 15px;
      top: 6px;
      transform: translateX(-50%) scale(0.7);
      box-shadow: 0 0 0 8px var(--salvia);
      transition: background 0.4s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
    }
    .fc-timeline-step.active .fc-timeline-dot {
      background: var(--terracota);
      transform: translateX(-50%) scale(1.2);
      box-shadow: 0 0 0 10px var(--salvia);
    }
    .fc-timeline-content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
      opacity: 0;
      transform: translateY(15px);
      transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
      transition-delay: 0.1s;
    }
    .fc-timeline-step.active .fc-timeline-content {
      opacity: 1;
      transform: translateY(0);
    }
    .fc-timeline-step-title {
      font-size: 1.0625rem;
      font-weight: 700;
      color: var(--floresta);
      margin-bottom: 0.5rem;
    }
    .fc-timeline-step-text {
      font-size: 0.9375rem;
      color: var(--stone-600);
      line-height: 1.6;
    }

    @media (min-width: 768px) {
      .fc-timeline {
        flex-direction: row;
      }
      .fc-timeline-line {
        left: 0;
        top: 15px;
        width: 100%;
        height: 1px;
      }
      .fc-timeline-progress {
        left: 0;
        top: 15px;
        width: 0%;
        height: 2px;
        transform: translateY(-0.5px);
        transition: width 0.1s ease-out;
      }
      .fc-timeline-step {
        flex-direction: column;
        align-items: center;
        padding-left: 0;
        padding-top: 3rem;
        margin-bottom: 0;
        flex: 1;
        text-align: center;
      }
      .fc-timeline-dot {
        left: 50%;
        top: 15px;
        transform: translate(-50%, -50%) scale(0.7);
      }
      .fc-timeline-step.active .fc-timeline-dot {
        transform: translate(-50%, -50%) scale(1.2);
      }
      .fc-timeline-content {
        align-items: center;
        text-align: center;
        padding: 0 1.5rem;
        transform: translateY(15px);
      }
      .fc-timeline-step.active .fc-timeline-content {
        transform: translateY(0);
      }
    }

    /* REVIEWS */
    .rev-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:start;}

    /* STARS */
    .stars{color:#F59E0B;}

    /* FAQ */
    .faq-item{border-bottom:1px solid rgba(0,0,0,.08);}
    .faq-btn{
      width:100%;text-align:left;
      background:none;border:none;cursor:pointer;
      padding:1.5rem 0;
      display:flex;justify-content:space-between;align-items:center;
      font-family:"Manrope",sans-serif;
      font-size:1.0625rem;font-weight:500;color:var(--grafite);
    }
    .faq-ans{overflow:hidden;max-height:0;transition:max-height .35s ease,padding-bottom .35s ease;}
    .faq-ans.open{max-height:300px;padding-bottom:1.5rem;}
    .faq-ico{transition:transform .3s ease;flex-shrink:0;}
    .faq-ico.open{transform:rotate(45deg);}

    /* RATING BADGE */
    .r-badge{
      display:inline-flex;align-items:center;gap:.75rem;
      background:var(--floresta);color:#fff;
      padding:1rem 1.75rem;border-radius:9999px;
      font-size:.9375rem;font-weight:500;
    }

    /* ── SCROLL REVEAL escalonado (padrão Atelier) ── */
    .reveal{
      opacity:0;
      transform:translateY(32px);
      transition:opacity .7s ease, transform .7s ease;
    }
    .reveal.visible{ opacity:1; transform:none; }
    .reveal-d1{ transition-delay:.1s; }
    .reveal-d2{ transition-delay:.2s; }
    .reveal-d3{ transition-delay:.3s; }
    .reveal-d4{ transition-delay:.45s; }

    /* ══════════════════════════════════════
       SEÇÃO 2 — DESKTOP: STICKY SCROLL
       DS_MUSEU cores · DS_ATELIER tipo · DS_MANEIRO watermark
       ══════════════════════════════════════ */
    #dif-desktop{
      width:100%;
      background:#ffffff;
      display:grid;
      grid-template-columns:1fr 1fr;
      align-items:stretch;
      position:relative;
    }

    /* Blur transition divider */
    .dif-divider {
      grid-column: 1 / -1;
      width: 100%;
      height: 120px;
      margin-top: -60px;
      background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      pointer-events: none;
      z-index: 10;
      position: relative;
      display: block;
    }

    /* Coluna de textos */
    #dif-textos{
      position: relative;
    }
    #dif-textos::after {
      content: '';
      position: absolute;
      inset: 0;
      opacity: 0.04;
      background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 50 Q 25 25, 50 50 T 100 50 M0 70 Q 25 45, 50 70 T 100 70 M0 90 Q 25 65, 50 90 T 100 90 M0 30 Q 25 5, 50 30 T 100 30 M0 10 Q 25 -15, 50 10 T 100 10' fill='none' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
      background-size: 200px 200px;
      pointer-events: none;
      z-index: 0;
    }

    /* Coluna de imagem — fundo floresta escuro como no DS_MUSEU */
    /* #dif-imagem-wrapper removido — sticky funciona direto no grid */
    #dif-imagem{
      position:sticky;
      top:0;
      align-self:start;
      height:100vh;
      overflow:hidden;
      background:var(--floresta);
    }
    #dif-imagem .dif-slide{
      position:absolute;
      inset:0;
      width:100%;
      height:100%;
      object-fit:cover;
      opacity:0;
      transition:opacity .65s ease;
    }
    #dif-imagem .dif-slide.active{ opacity:1; }

    /* Overlay sutil na imagem para harmonizar com o floresta */
    #dif-imagem::after{
      content:'';
      position:absolute;
      inset:0;
      background:linear-gradient(
        to bottom,
        rgba(26,47,36,.15) 0%,
        transparent 40%,
        rgba(26,47,36,.25) 100%
      );
      pointer-events:none;
      z-index:1;
    }

    .dif-ph{
      position:absolute;
      inset:0;
      display:flex;
      align-items:center;
      justify-content:center;
      color:rgba(255,255,255,.25);
      font-size:.65rem;
      letter-spacing:.18em;
      text-transform:uppercase;
    }
    .dif-ph-1{ background:linear-gradient(160deg,#1a3d2e 0%,#2d5a4a 100%); }
    .dif-ph-2{ background:linear-gradient(160deg,#243320 0%,#3a5530 100%); }
    .dif-ph-3{ background:linear-gradient(160deg,#1e3828 0%,#2d5240 100%); }
    .dif-ph-4{ background:linear-gradient(160deg,#2a3a22 0%,#3d5530 100%); }

    /* Número do bloco ativo exibido na imagem — detalhe editorial */
    #dif-img-counter{
      position:absolute;
      bottom:2.5rem;
      left:2.5rem;
      z-index:2;
      font-family:"Newsreader",serif;
      font-size:clamp(5rem,10vw,9rem);
      font-weight:300;
      color:rgba(255,255,255,.12);
      line-height:1;
      pointer-events:none;
      transition:opacity .5s ease;
      user-select:none;
    }

    /* Tag de categoria na imagem */
    #dif-img-label{
      position:absolute;
      top:2rem;
      right:2rem;
      z-index:2;
      font-size:.6rem;
      letter-spacing:.2em;
      text-transform:uppercase;
      font-weight:700;
      color:rgba(255,255,255,.7);
      background:rgba(26,47,36,.6);
      padding:.375rem .875rem;
      border-radius:.25rem;
      backdrop-filter:blur(4px);
      -webkit-backdrop-filter:blur(4px);
      transition:opacity .4s ease;
    }

    /* Blocos de texto */
    .dif-bloco{
      min-height:70vh;
      display:flex;
      flex-direction:column;
      justify-content:center;
      padding:3rem 5rem 3rem 6rem;
      position:relative;
    }
    .dif-bloco:first-child{ padding-top:7rem; }
    .dif-bloco:last-child{ padding-bottom:7rem; }

    /* Watermark numérico atrás do texto — padrão DS_MANEIRO */
    .dif-bloco::before{
      content:attr(data-wm);
      position:absolute;
      left:3.5rem;
      top:50%;
      transform:translateY(-50%);
      font-family:"Newsreader",serif;
      font-size:clamp(8rem,14vw,13rem);
      font-weight:300;
      color:rgba(0,0,0,0.03); /* muito transparente no fundo claro */
      line-height:1;
      pointer-events:none;
      user-select:none;
      z-index:0;
    }

    /* Conteúdo do bloco acima do watermark */
    .dif-bloco-inner{
      position:relative;
      z-index:1;
    }

    /* Linha + número estilo DS_MUSEU */
    .dif-num{
      display:inline-flex;
      align-items:center;
      gap:.625rem;
      font-size:.625rem;
      letter-spacing:.22em;
      text-transform:uppercase;
      color:var(--stone-500);
      font-weight:700;
      margin-bottom:1.5rem;
    }
    .dif-num::before{
      content:'';
      display:inline-block;
      width:1.5rem;
      height:1.5px;
      background:var(--terracota);
      flex-shrink:0;
    }

    /* Título: leve com destaque itálico — padrão DS_ATELIER */
    .dif-titulo{
      font-family:"Newsreader",serif;
      font-size:clamp(2.25rem,3vw,3.25rem);
      line-height:1.1;
      color:var(--stone);
      margin-bottom:1.5rem;
      font-weight:300;
      letter-spacing:-.01em;
    }
    #dif-desktop em {
      color: var(--floresta);
      font-style: italic;
    }

    .dif-texto{
      font-size:1rem;
      line-height:1.9;
      color:var(--stone-600);
      max-width:380px;
      font-weight:400;
    }

    /* Linha divisória entre blocos */
    .dif-bloco + .dif-bloco{
      border-top:1px solid rgba(28,25,23,.07);
    }

    /* ══════════════════════════════════════
       SEÇÃO 2 — MOBILE: SNAP CAROUSEL
       ══════════════════════════════════════ */
    #dif-mobile{
      display:none; /* oculto em desktop */
      width:100%;
      overflow-x:auto;
      overflow-y:hidden;
      scroll-snap-type:x mandatory;
      -webkit-overflow-scrolling:touch;
      /* esconde scrollbar em todos os browsers */
      scrollbar-width:none;
      -ms-overflow-style:none;
      padding:1.5rem 0 2rem;
      gap:0;
    }
    #dif-mobile::-webkit-scrollbar{ display:none; }

    .snap-card{
      scroll-snap-align:center;
      flex-shrink:0;
      width:85vw;
      height:60vh;
      position:relative;
      border-radius:1.25rem;
      overflow:hidden;
      margin:0 0.625rem;
    }
    .snap-card:first-child{ margin-left:1.5rem; }
    .snap-card:last-child{ margin-right:1.5rem; }

    /* Fundo placeholder do card mobile */
    .snap-card .snap-bg{
      position:absolute;
      inset:0;
      width:100%;
      height:100%;
      object-fit:cover;
    }
    .snap-card .snap-bg-ph{
      position:absolute;
      inset:0;
    }

    /* Gradiente sobre a imagem para legibilidade do texto */
    .snap-card .snap-grad{
      position:absolute;
      inset:0;
      background:linear-gradient(to top,
        rgba(0,0,0,.88) 0%,
        rgba(0,0,0,.38) 50%,
        transparent 100%);
    }

    /* Texto do card: sempre visível na base */
    .snap-card .snap-txt{
      position:absolute;
      bottom:0;
      left:0;
      right:0;
      padding:1.75rem 1.5rem;
    }
    .snap-card .snap-num{
      font-size:.6rem;
      letter-spacing:.2em;
      text-transform:uppercase;
      color:rgba(255,255,255,.55);
      font-weight:500;
      margin-bottom:.625rem;
    }
    .snap-card .snap-titulo{
      font-family:"Newsreader",serif;
      font-size:1.5rem;
      line-height:1.2;
      color:#fff;
      font-weight:700;
      margin-bottom:.625rem;
    }
    .snap-card .snap-desc{
      font-size:.875rem;
      line-height:1.65;
      color:rgba(255,255,255,.8);
    }

    /* Indicadores de paginação (dots) */
    #dif-dots{
      display:none; /* aparece só no mobile */
      justify-content:center;
      gap:.5rem;
      padding:.5rem 0 1.5rem;
    }
    .dif-dot{
      width:.5rem;
      height:.5rem;
      border-radius:50%;
      background:rgba(0,0,0,.18);
      transition:background .3s ease, transform .3s ease;
      cursor:pointer;
    }
    .dif-dot.active{
      background:var(--grafite);
      transform:scale(1.25);
    }

    /* ─── RESPONSIVE ─── */
    @media(max-width:768px){
      /* Sticky → hidden; carousel → visible */
      #dif-desktop{ display:none; }
      #dif-mobile{ display:flex; }
      #dif-dots{ display:flex; }
      .acomo-g{ grid-template-columns:1fr; }
      .ed-g{ grid-template-columns:1fr; }
      .rev-g{ grid-template-columns:1fr; }
      .nav-in{ padding:0 1.25rem; }
    }
    @media(max-width:480px){
      .btn-p,.btn-g{ width:100%; text-align:center; }
    }

    /* ═══════════════════════════════════════
       ESTILOS: LOCALIZAÇÃO (SPEAKEASY)
       ═══════════════════════════════════════ */
    .location-speakeasy {
      background-color: #FAFAFA;
      padding: 120px 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
    }

    .location-container {
      max-width: 600px;
      width: 100%;
    }

    .location-title {
      font-family: 'Playfair Display', 'Newsreader', Georgia, serif;
      font-size: clamp(2.25rem, 5vw, 3.5rem);
      font-weight: 300;
      color: #222222;
      margin-bottom: 1.5rem;
      letter-spacing: -0.02em;
    }

    .location-address {
      font-family: 'Inter', 'Manrope', sans-serif;
      font-size: 1.125rem;
      line-height: 1.8;
      color: #555555;
      margin-bottom: 2.5rem;
      font-weight: 400;
    }

    .btn-location-outline {
      display: inline-block;
      font-family: 'Inter', 'Manrope', sans-serif;
      font-size: 0.9375rem;
      font-weight: 600;
      text-decoration: none;
      color: #222222;
      background-color: transparent;
      border: 1px solid #222222;
      padding: 0.875rem 2.25rem;
      border-radius: 50px;
      transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
      cursor: pointer;
    }

    .btn-location-outline:hover {
      background-color: #222222;
      color: #FAFAFA;
      transform: translateY(-2px);
    }
  


    /* CSS - MISTURA: Corte Reto Editorial (Desktop) + Arco Arquitetônico (Mobile) */
    .location-speakeasy {
      position: relative;
      background: var(--floresta, #1A2F24);
      margin-top: -1px; /* Fecha fendas de sub-pixel no desktop */
      padding: 12rem 2rem 8rem 2rem; 
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      /* Corte reto brutalista no Desktop com linha divisória sutil */
      border-radius: 0;
      border-top: 1px solid rgba(255,255,255,0.06);
      z-index: 10;
    }

    /* No Mobile (telas menores), o arco ganha vida e parece uma porta de cofre */
    @media (max-width: 900px) {
      .location-speakeasy {
        margin-top: -3rem; /* Sobe para sobrepor a curva */
        border-top: none;
        border-radius: 50% 50% 0 0 / 4rem 4rem 0 0;
        padding-top: 10rem;
        box-shadow: 0 -10px 30px rgba(0,0,0,0.05);
      }
    }
    
    /* O ::before de degradê foi removido completamente */

    .location-speakeasy .location-container {
      max-width: 800px;
    }
    .location-speakeasy .location-title {
      font-family: "Manrope", sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      color: rgba(245, 240, 235, 0.5); /* tom Areia mais translúcido */
      text-transform: uppercase;
      letter-spacing: 0.4em;
      margin-bottom: 2rem;
    }
    .location-speakeasy .location-address {
      font-family: "Newsreader", serif;
      font-size: clamp(2.5rem, 5vw, 4rem);
      font-weight: 300;
      font-style: italic;
      color: var(--beige, #E6E3D6);
      line-height: 1.15;
      margin-bottom: 3.5rem;
      letter-spacing: -0.02em;
    }
    .location-speakeasy .btn-location-outline {
      display: inline-block;
      padding: 1.1rem 3rem;
      font-family: "Manrope", sans-serif;
      font-size: 0.8125rem;
      font-weight: 700;
      color: var(--areia, #F5F0EB);
      text-transform: uppercase;
      letter-spacing: 0.15em;
      text-decoration: none;
      border: 1px solid rgba(245, 240, 235, 0.3);
      border-radius: 100px;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .location-speakeasy .btn-location-outline:hover {
      background: var(--areia, #F5F0EB);
      color: var(--floresta, #1A2F24);
      transform: translateY(-2px);
    }
  

#depo-carousel::-webkit-scrollbar { display: none; }


    @media (max-width: 1024px) {
      #depoimentos {
        padding: 5rem 1rem !important;
      }
      .opt-hybrid-grid {
        grid-template-columns: 1fr !important;
        gap: 3rem !important;
      }
      .opt-hybrid-left {
        padding-left: 0 !important;
        text-align: center;
      }
      .opt-hybrid-left p {
        margin-left: auto;
        margin-right: auto;
      }
      .opt-hybrid-grid > div:last-child {
        margin-left: -1rem;
        margin-right: -1rem;
        width: calc(100% + 2rem) !important;
      }
      #depo-carousel {
        padding-left: 5vw !important;
        padding-right: 5vw !important;
      }
      .glass-card {
        flex: 0 0 calc(90vw) !important;
        scroll-snap-align: center !important;
        text-align: center;
      }
      .glass-card > div:last-child {
        flex-direction: column;
        justify-content: center;
        gap: 0.75rem !important;
      }
    }
  


    /* Estilos Premium para FAQ Centralizado */
    .faq-item {
      border-bottom: 1px solid rgba(28,25,23,0.1) !important;
    }
    .faq-btn {
      width: 100% !important;
      text-align: left !important;
      background: none !important;
      border: none !important;
      padding: 2rem 0 !important;
      display: flex !important;
      justify-content: space-between !important;
      align-items: center !important;
      cursor: pointer !important;
      font-family: 'Newsreader', serif !important;
      font-size: clamp(1.25rem, 2vw, 1.5rem) !important;
      color: var(--grafite) !important;
      font-weight: 300 !important;
      letter-spacing: -0.01em !important;
      transition: color 0.3s !important;
    }
    .faq-btn:hover {
      color: var(--floresta) !important;
    }
    .faq-btn span {
      padding-right: 2rem !important;
      line-height: 1.3 !important;
    }
    .faq-ico-wrap {
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      border: 1px solid rgba(28,25,23,0.15);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      color: var(--stone);
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .faq-btn:hover .faq-ico-wrap {
      border-color: var(--floresta);
      color: var(--floresta);
      background: rgba(212,242,104,0.1);
    }
    .faq-ans {
      overflow: hidden !important;
      max-height: 0 !important;
      opacity: 0 !important;
      transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, padding-bottom 0.4s ease !important;
    }
    .faq-ans p {
      color: var(--stone-600) !important;
      line-height: 1.8 !important;
      font-size: 1.05rem !important;
      margin: 0 !important;
    }
    .faq-ans.open {
      max-height: 400px !important;
      opacity: 1 !important;
      padding-bottom: 2rem !important;
    }
    .faq-ico {
      transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
    .faq-ico.open {
      transform: rotate(45deg) !important;
    }
  


    .cta-final-section {
      position: relative;
      width: 100%;
      padding: 180px 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #060B08; /* Deep dark green/black */
      overflow: hidden;
      border-top: 1px solid rgba(255,255,255,0.03);
      text-align: center;
    }

    /* Interactive Aura Glow */
    .cta-aura-interactive {
      position: absolute;
      width: 800px;
      height: 800px;
      background: radial-gradient(circle, rgba(212,242,104,0.25) 0%, rgba(42,72,56,0.3) 30%, rgba(13,24,18,0) 70%);
      border-radius: 50%;
      filter: blur(60px);
      pointer-events: none;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: top 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
      z-index: 0;
    }

    /* Marca D'água Gigante */
    .cta-watermark {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-family: 'Newsreader', serif;
      font-size: clamp(8rem, 25vw, 25rem);
      font-weight: 300;
      letter-spacing: -0.05em;
      color: transparent;
      -webkit-text-stroke: 1px rgba(255, 255, 255, 0.04);
      pointer-events: none;
      white-space: nowrap;
      z-index: 1;
      opacity: 0.7;
    }

    .cta-container {
      max-width: 800px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .cta-final-section h2 {
      font-family: 'Playfair Display', 'Newsreader', serif;
      font-size: clamp(3rem, 5vw, 4.5rem);
      color: #FDFDFD;
      line-height: 1.1;
      margin-top: 0;
      margin-bottom: 1.5rem;
      font-weight: 300; /* Minimalist weight */
      letter-spacing: -0.02em;
    }

    .cta-final-section p {
      font-family: 'Inter', 'Manrope', sans-serif;
      font-size: 1.125rem;
      color: rgba(255, 255, 255, 0.7);
      max-width: 600px;
      margin: 0 auto 3rem auto;
      line-height: 1.7;
    }

    /* Botão Premium */
    .cta-btn-final {
      display: inline-block;
      background-color: var(--terracota, #C85A47);
      color: #ffffff;
      border-radius: 50px;
      padding: 18px 48px;
      text-decoration: none;
      font-family: 'Inter', 'Manrope', sans-serif;
      font-size: 1.0625rem;
      font-weight: 500;
      letter-spacing: 0.02em;
      transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
      position: relative;
      overflow: hidden;
    }

    .cta-btn-final::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: linear-gradient(to bottom, rgba(255,255,255,0.15), transparent);
      opacity: 0;
      transition: opacity 0.3s;
    }

    .cta-btn-final:hover {
      transform: translateY(-4px);
      box-shadow: 0 15px 30px -10px rgba(200, 90, 71, 0.6);
      color: #ffffff;
    }
    .cta-btn-final:hover::before {
      opacity: 1;
    }

    @media (max-width: 768px) {
      .cta-final-section {
        padding: 120px 16px;
      }
      .cta-aura-interactive {
        width: 500px;
        height: 500px;
      }
    }
  

/* ==========================================================================
   SEÇÃO - O SEU QUINTAL (LOCALIZAÇÃO E ENTORNO SLIDER)
   ========================================================================== */
.location-slider-section {
  background: #FAFAFA;
  padding: 6rem 2rem;
  width: 100%;
}

.location-slider-header {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.location-slider-header h2 {
  font-family: 'Newsreader', serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: var(--grafite);
  font-weight: 300;
  margin-bottom: 1rem;
}

.location-slider-header p {
  font-family: 'Manrope', sans-serif;
  color: var(--stone-600);
  font-size: 1.0625rem;
  line-height: 1.75;
  max-width: 600px;
  margin: 0 auto;
}

.location-slider-container {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 24px;
  padding-left: 7.5vw;
  padding-right: 7.5vw;
  scrollbar-width: none; /* Hide scrollbar for Firefox */
  -ms-overflow-style: none; /* Hide scrollbar for IE 10+ */
}

.location-slider-container::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari, Opera */
}

.location-card {
  flex: 0 0 85vw;
  min-width: 280px;
  height: 500px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  scroll-snap-align: center;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.location-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.location-card:hover .location-card-img {
  transform: scale(1.05);
}

.location-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 1;
  pointer-events: none;
}

.location-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px 24px;
  color: #FAFAFA;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 2;
  pointer-events: none;
  text-align: left;
}

.location-card-tag {
  font-family: 'Manrope', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--lime, #D4F268);
}

.location-card-content h3 {
  font-family: 'Newsreader', serif;
  font-size: 1.75rem;
  font-weight: 400;
  margin: 0;
  color: #FAFAFA;
}

.location-card-content p {
  font-family: 'Manrope', sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(250, 250, 250, 0.8);
  margin: 0;
}

/* Controls & Dots */
.location-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.location-nav-btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(28,25,23,0.15);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--stone);
  transition: all 0.3s ease;
  padding: 0;
}

.location-nav-btn:hover {
  background: rgba(28,25,23,0.05);
  border-color: var(--floresta);
  color: var(--floresta);
}

.location-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.location-dot {
  width: 0.5rem;
  height: 4px;
  background: rgba(28,25,23,0.15);
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.location-dot.active {
  width: 2rem;
  background: var(--floresta);
}

/* Responsive configurations for Desktop */
@media (min-width: 901px) {
  .location-slider-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    scroll-snap-type: none;
  }
  
  .location-card {
    flex: 0 0 calc(33.333% - 16px);
    min-width: 350px;
    scroll-snap-align: start;
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   O SEU QUINTAL - LOCATION SLIDER
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.location-slider-section {
  padding: 6rem 2rem;
  background: var(--areia);
  overflow: hidden;
}

.location-slider-header {
  text-align: center;
  margin-bottom: 3rem;
}

.location-slider-header h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--grafite);
  margin-bottom: 1rem;
  font-weight: 300;
}

.location-slider-header p {
  color: var(--stone-600);
  font-size: 1.1rem;
}

.location-slider-container {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 2rem;
}

.location-slider-container::-webkit-scrollbar {
  display: none;
}

.location-card {
  position: relative;
  flex: 0 0 320px;
  height: 480px;
  scroll-snap-align: center;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .location-card {
    flex: 0 0 380px;
    height: 520px;
  }
}

.location-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 0.6s ease;
}

.location-card:hover .location-card-img {
  transform: scale(1.05);
}

.location-card-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 45%, rgba(0,0,0,0) 75%);
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.location-card-tag {
  display: inline-block;
  background: var(--terracota);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.4rem 0.8rem;
  border-radius: 99px;
  margin-bottom: 1rem;
  align-self: flex-start;
}

.location-card-content h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
}

.location-card-content p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.9);
}

.location-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.location-dots {
  display: flex;
  gap: 0.5rem;
}

.location-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 99px;
  background: rgba(28,25,23,0.15);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.location-dot.active {
  width: 2rem;
  background: var(--floresta);
}

.location-nav-btn {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid rgba(28,25,23,0.1);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--grafite);
  transition: all 0.3s ease;
}

.location-nav-btn:hover {
  background: var(--grafite);
  color: #fff;
}
