/* ═══════════════════════════════════════════════════════════════
   Hula Hula Brazil — Global Stylesheet  |  style-global.css
   Único arquivo CSS compartilhado por todas as páginas do site.
   Inclui todos os componentes: layout, header, footer, artigo,
   accordion, galeria, formulários e responsivo.
   ═══════════════════════════════════════════════════════════════ */


/* ── TEMPLATE ARTIGO — minificado (kitesurf, passeios) ── */
:root{--sage:#5c6756;--sage-light:#7a8673;--sage-dark:#3e4639;--mist:#c7cec9;--mist-light:#e2e6e3;--white:#fff;--cream:#f5f2ec;--text-dark:#2a2e27;}
  *,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
  html{scroll-behavior:smooth}
  body{font-family:'Josefin Sans',sans-serif;font-weight:300;color:var(--text-dark);background:var(--cream);overflow-x:hidden}
  h1,h2,h3,h4{font-family:'Cormorant Garamond',serif;font-weight:400;line-height:1.15}
  /* NAV */
  header.site-header{background:var(--sage-dark);padding:1rem 3.5rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:1000;isolation:isolate;box-shadow:0 2px 24px rgba(0,0,0,.22)}
  .header-logo img{height:auto;max-height:42px;width:auto;max-width:120px;object-fit:contain;display:block;filter:brightness(0) invert(1);opacity:.88}
  nav.site-nav ul{display:flex;gap:1.8rem;list-style:none}
  nav.site-nav a{color:rgba(255,255,255,.72);text-decoration:none;font-size:.67rem;letter-spacing:.18em;text-transform:uppercase;transition:color .2s}
  nav.site-nav a:hover,nav.site-nav a.active{color:#fff}
  .header-cta{background:transparent;border:1px solid rgba(255,255,255,.42);color:#fff;padding:.45rem 1.2rem;font-family:'Josefin Sans',sans-serif;font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;transition:all .3s;white-space:nowrap}
  .header-cta:hover{background:#fff;color:var(--sage-dark)}
  /* PAGE BAND */
  .page-band{background:linear-gradient(135deg,var(--sage-dark),var(--sage));padding:4rem 2rem 3rem;text-align:center;color:#fff}
  .page-band .bc{font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;opacity:.6;margin-bottom:.9rem}
  .page-band .bc a{color:inherit;text-decoration:none}
  .page-band .bc a:hover{text-decoration:underline}
  .page-band h1{font-size:clamp(1.8rem,4.5vw,3.2rem);font-style:italic;margin-bottom:.7rem;line-height:1.08}
  .page-band .sub{font-size:.8rem;letter-spacing:.06em;opacity:.72;max-width:540px;margin:0 auto;line-height:1.9}
  /* LAYOUT */
  .page-wrap{max-width:1060px;margin:0 auto;padding:4rem 2rem 7rem;display:grid;grid-template-columns:1fr 270px;gap:4rem;align-items:start}
  /* ARTICLE */
  .article .bc-inline{font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:var(--sage-light);margin-bottom:1rem;display:block}
  .article .bc-inline a{color:var(--sage);text-decoration:none}
  .article .bc-inline a:hover{text-decoration:underline}
  .article .bc-inline span{color:var(--mist);margin:0 .35rem}
  .article .art-title{font-size:clamp(1.7rem,3.8vw,2.8rem);font-style:italic;color:var(--sage-dark);margin-bottom:.7rem;line-height:1.08}
  .article .byline{font-size:.66rem;letter-spacing:.1em;color:var(--sage-light);display:flex;gap:.7rem;flex-wrap:wrap;align-items:center;padding-bottom:2rem;border-bottom:1px solid var(--mist-light);margin-bottom:2.5rem}
  .article .byline .sep{color:var(--mist)}
  .article h2{font-size:clamp(1.3rem,2.8vw,1.9rem);font-style:italic;color:var(--sage-dark);margin:2.5rem 0 .9rem}
  .article h3{font-size:1.05rem;font-style:italic;color:var(--sage);margin:1.8rem 0 .6rem}
  .article p{font-size:.83rem;line-height:2.1;color:#565650;margin-bottom:1.1rem;letter-spacing:.025em}
  .article a{color:var(--sage)}
  .article a:hover{text-decoration:underline}
  .article ul{list-style:none;margin:0 0 1.4rem}
  .article ul li{font-size:.81rem;line-height:1.95;color:#565650;padding:.25rem 0 .25rem 1.1rem;position:relative}
  .article ul li::before{content:"—";position:absolute;left:0;color:var(--sage);font-size:.72rem}
  .tip{background:#fff;border-left:3px solid var(--sage);padding:1.3rem 1.8rem;margin:1.8rem 0;box-shadow:0 3px 18px rgba(0,0,0,.05)}
  .tip strong{display:block;font-family:'Josefin Sans',sans-serif;font-size:.58rem;letter-spacing:.25em;text-transform:uppercase;color:var(--sage);margin-bottom:.45rem}
  .tip p{font-size:.8rem;line-height:1.9;color:#666;margin:0}
  .data-table{width:100%;border-collapse:collapse;margin:1.4rem 0 2rem;font-size:.77rem}
  .data-table th{text-align:left;padding:.55rem .9rem;background:var(--sage-dark);color:var(--mist);font-family:'Josefin Sans',sans-serif;font-size:.58rem;letter-spacing:.15em;text-transform:uppercase}
  .data-table td{padding:.65rem .9rem;border-bottom:1px solid var(--mist-light);color:#565650;line-height:1.7;vertical-align:top}
  .data-table tr:last-child td{border-bottom:none}
  .art-nav{display:flex;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--mist-light);flex-wrap:wrap}
  .art-nav a{font-size:.7rem;letter-spacing:.08em;color:var(--sage);text-decoration:none}
  .art-nav a:hover{text-decoration:underline}
  /* SIDEBAR */
  .sidebar{position:sticky;top:90px}
  .s-card{background:#fff;padding:1.8rem;margin-bottom:1.4rem;box-shadow:0 4px 22px rgba(0,0,0,.06);border-top:2px solid var(--sage)}
  .s-card h4{font-size:1.05rem;font-style:italic;color:var(--sage-dark);margin-bottom:.7rem}
  .s-card p{font-size:.71rem;line-height:1.9;color:#777;margin-bottom:1.1rem}
  .btn-wa{display:flex;align-items:center;justify-content:center;gap:.4rem;background:#25D366;color:#fff;padding:.65rem 1rem;font-family:'Josefin Sans',sans-serif;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;transition:background .3s;width:100%}
  .btn-wa:hover{background:#1ebe5a}
  .s-links h4{font-family:'Josefin Sans',sans-serif;font-size:.56rem;letter-spacing:.25em;text-transform:uppercase;color:var(--sage-light);margin-bottom:.75rem;font-weight:400}
  .s-links ul{list-style:none}
  .s-links li{border-bottom:1px solid var(--mist-light)}
  .s-links a{display:block;padding:.6rem 0;font-size:.73rem;color:var(--text-dark);text-decoration:none;letter-spacing:.03em;transition:color .2s;line-height:1.45}
  .s-links a:hover{color:var(--sage)}
  /* FOOTER */
  footer.ft{background:var(--sage-dark);padding:4rem 3rem 2rem;color:var(--mist)}
  .ft-grid{max-width:1200px;margin:0 auto 3rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.8rem}
  .ft-logo-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}
  .ft-logo-row img{height:auto;width:auto;object-fit:contain;display:block}
  .ft-logo-row .lg-main{max-height:42px;max-width:125px;filter:brightness(0) invert(1);opacity:.85}
  .ft-logo-row .lg-partner{max-height:28px;max-width:85px;filter:brightness(0) invert(1);opacity:.48}
  .ft-bio{font-size:.72rem;line-height:1.9;opacity:.55;letter-spacing:.03em;margin-bottom:1.1rem}
  .ft-social{display:flex;gap:.6rem;flex-wrap:wrap;position:relative;z-index:1}
  .ft-social a{width:33px;height:33px;border:1px solid rgba(199,206,201,.22);border-radius:50%;display:flex;align-items:center;justify-content:center;color:rgba(199,206,201,.52);transition:all .25s;text-decoration:none;flex-shrink:0}
  .ft-social a:hover{border-color:var(--mist);color:var(--mist);background:rgba(199,206,201,.07)}
  .ft-social svg{flex-shrink:0}
  .ft-col-label{font-family:'Josefin Sans',sans-serif;font-size:.56rem;letter-spacing:.28em;text-transform:uppercase;opacity:.65;display:block;margin-bottom:.9rem}
  .ft-col ul{list-style:none}
  .ft-col li{margin-bottom:.48rem}
  .ft-col a{color:rgba(199,206,201,.48);text-decoration:none;font-size:.71rem;letter-spacing:.04em;transition:color .2s}
  .ft-col a:hover{color:var(--mist)}
  .ft-addr{font-size:.71rem;line-height:2;opacity:.55;letter-spacing:.03em}
  .ft-addr a{color:rgba(199,206,201,.58);text-decoration:none;transition:color .2s}
  .ft-addr a:hover{color:var(--mist)}
  .ft-bar{max-width:1200px;margin:0 auto;padding-top:1.6rem;border-top:1px solid rgba(199,206,201,.1);display:flex;justify-content:space-between;font-size:.6rem;opacity:.32;letter-spacing:.1em;flex-wrap:wrap;gap:.4rem}
  .ft-bar a{color:inherit;text-decoration:none}
  /* RESPONSIVE */
  @media(max-width:940px){
    header.site-header{padding:1rem 1.5rem}
    .page-wrap{grid-template-columns:1fr;gap:2.5rem}
    .sidebar{position:static}
    .ft-grid{grid-template-columns:1fr 1fr;gap:2rem}
    nav.site-nav ul{gap:1rem}
  }
  @media(max-width:580px){
    nav.site-nav{display:none}
    .ft-grid{grid-template-columns:1fr}
    .ft-bar{flex-direction:column;text-align:center}
    footer.ft{padding:3rem 1.5rem 1.5rem}
  }


/* ── TEMPLATE FAQ / TÁBUA DE MARÉS ── */
:root {
    --sage: #5c6756;
    --sage-light: #7a8673;
    --sage-dark: #3e4639;
    --mist: #c7cec9;
    --mist-light: #e2e6e3;
    --white: #FFFFFF;
    --cream: #f5f2ec;
    --text-dark: #2a2e27;
    --gold: #b5956a;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }

  body {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    color: var(--text-dark);
    background: var(--cream);
    overflow-x: hidden;
  }

  h1, h2, h3, h4 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    line-height: 1.15;
  }

  /* ── HEADER ── */
  header.site-header {
    background: var(--sage-dark);
    padding: 1rem 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 1000;
    isolation: isolate;
    box-shadow: 0 2px 24px rgba(0,0,0,.22);
  }
  .header-logo img { height: 42px; width: auto; max-width: 120px; object-fit: contain; display: block; filter: brightness(0) invert(1); opacity: .88; }
  nav.site-nav ul { display: flex; gap: 1.8rem; list-style: none; }
  nav.site-nav a { color: rgba(255,255,255,.72); text-decoration: none; font-size: .67rem; letter-spacing: .18em; text-transform: uppercase; transition: color .2s; }
  nav.site-nav a:hover, nav.site-nav a[aria-current="page"] { color: #fff; }
  .header-cta { background: transparent; border: 1px solid rgba(255,255,255,.42); color: #fff; padding: .45rem 1.2rem; font-family: 'Josefin Sans', sans-serif; font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; transition: all .3s; white-space: nowrap; }
  .header-cta:hover { background: #fff; color: var(--sage-dark); }

  /* ── PAGE BAND ── */
  .page-band {
    background: linear-gradient(135deg, var(--sage-dark), var(--sage));
    padding: 4rem 2rem 3rem;
    text-align: center;
    color: #fff;
  }
  .page-band .bc { font-size: .6rem; letter-spacing: .22em; text-transform: uppercase; opacity: .6; margin-bottom: .9rem; }
  .page-band .bc a { color: inherit; text-decoration: none; }
  .page-band .bc a:hover { text-decoration: underline; }
  .page-band .band-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 4.5vw, 3.2rem); font-style: italic; font-weight: 400; line-height: 1.08; margin-bottom: .7rem; color: #fff; }
  .page-band .sub { font-size: .8rem; letter-spacing: .06em; opacity: .72; max-width: 580px; margin: 0 auto; line-height: 1.9; }

  /* ── LAYOUT ── */
  .page-wrap {
    max-width: 1060px;
    margin: 0 auto;
    padding: 4rem 2rem 7rem;
    display: grid;
    grid-template-columns: 1fr 270px;
    gap: 4rem;
    align-items: start;
  }

  /* ── ARTICLE ── */
  .article nav.breadcrumb {
    font-size: .6rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--sage-light);
    margin-bottom: 1.4rem;
  }
  .article nav.breadcrumb ol { display: flex; flex-wrap: wrap; gap: .3rem; list-style: none; align-items: center; }
  .article nav.breadcrumb li + li::before { content: "›"; margin-right: .3rem; color: var(--mist); }
  .article nav.breadcrumb a { color: var(--sage); text-decoration: none; }
  .article nav.breadcrumb a:hover { text-decoration: underline; }
  .article nav.breadcrumb [aria-current="page"] { color: var(--sage-light); }

  /* H1 com destaque — borda dourada à esquerda */
  .article .art-title {
    font-size: clamp(1.9rem, 4vw, 3rem);
    font-style: italic;
    color: var(--sage-dark);
    margin-bottom: 1rem;
    line-height: 1.1;
    border-left: 4px solid var(--gold);
    padding-left: 1.2rem;
  }

  .article .byline {
    font-size: .66rem;
    letter-spacing: .1em;
    color: var(--sage-light);
    display: flex;
    gap: .7rem;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--mist-light);
    margin-bottom: 2.8rem;
  }
  .article .byline .sep { color: var(--mist); }

  /* H2 destacado com traço dourado */
  .article h2 {
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-style: italic;
    color: var(--sage-dark);
    margin: 3.2rem 0 1.1rem;
    padding-bottom: .55rem;
    border-bottom: 2px solid var(--mist-light);
    position: relative;
  }
  .article h2::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 48px;
    height: 2px;
    background: var(--gold);
  }

  /* H3 */
  .article h3 {
    font-size: 1.15rem;
    font-style: italic;
    color: var(--sage);
    margin: 2.2rem 0 .8rem;
  }

  /* Parágrafos com espaçamento generoso */
  .article p {
    font-size: .85rem;
    line-height: 2.25;
    color: #565650;
    margin-bottom: 1.7rem;
    letter-spacing: .025em;
  }

  .article a { color: var(--sage); }
  .article a:hover { text-decoration: underline; }

  /* Listas */
  .article ul { list-style: none; margin: 0 0 2rem; }
  .article ul li {
    font-size: .83rem;
    line-height: 2.1;
    color: #565650;
    padding: .3rem 0 .3rem 1.2rem;
    position: relative;
    border-bottom: 1px solid var(--mist-light);
  }
  .article ul li:last-child { border-bottom: none; }
  .article ul li::before { content: "—"; position: absolute; left: 0; color: var(--gold); font-size: .72rem; top: .55rem; }

  /* Destaque tip */
  .tip {
    background: #fff;
    border-left: 3px solid var(--sage);
    padding: 1.4rem 1.9rem;
    margin: 2.2rem 0;
    box-shadow: 0 3px 18px rgba(0,0,0,.05);
  }
  .tip strong {
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-size: .58rem;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: .5rem;
  }
  .tip p { font-size: .8rem; line-height: 1.95; color: #666; margin: 0; }

  /* Caixa de destaque dourada */
  .highlight-box {
    background: linear-gradient(135deg, rgba(181,149,106,.1), rgba(181,149,106,.05));
    border: 1px solid rgba(181,149,106,.35);
    padding: 1.6rem 2rem;
    margin: 2.2rem 0;
  }
  .highlight-box p { font-size: .83rem; line-height: 2; color: #565650; margin: 0; }
  .highlight-box strong { color: var(--sage-dark); font-weight: 400; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1rem; display: block; margin-bottom: .5rem; }

  /* Placeholder imagem */
  .art-img-placeholder {
    width: 100%;
    aspect-ratio: 16 / 7;
    background: linear-gradient(135deg, var(--sage-dark) 0%, var(--sage) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.5rem 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-style: italic;
    color: rgba(255,255,255,.5);
    letter-spacing: .06em;
  }

  /* Navegação entre artigos */
  .art-nav {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 3.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--mist-light);
    flex-wrap: wrap;
  }
  .art-nav a { font-size: .7rem; letter-spacing: .08em; color: var(--sage); text-decoration: none; }
  .art-nav a:hover { text-decoration: underline; }

  /* ── SIDEBAR ── */
  .sidebar { position: sticky; top: 90px; }
  .s-card { background: #fff; padding: 1.8rem; margin-bottom: 1.4rem; box-shadow: 0 4px 22px rgba(0,0,0,.06); border-top: 2px solid var(--sage); }
  .s-card h2 { font-size: 1.05rem; font-style: italic; color: var(--sage-dark); margin-bottom: .7rem; }
  .s-card p { font-size: .71rem; line-height: 1.9; color: #777; margin-bottom: 1.1rem; }
  .btn-wa { display: flex; align-items: center; justify-content: center; gap: .4rem; background: #25D366; color: #fff; padding: .65rem 1rem; font-family: 'Josefin Sans', sans-serif; font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; transition: background .3s; width: 100%; }
  .btn-wa:hover { background: #1ebe5a; }
  .s-links ul { list-style: none; }
  .s-links li { border-bottom: 1px solid var(--mist-light); }
  .s-links li:last-child { border-bottom: none; }
  .s-links a { display: block; padding: .55rem 0; font-size: .69rem; letter-spacing: .05em; color: var(--sage); text-decoration: none; transition: color .2s; line-height: 1.5; }
  .s-links a:hover { color: var(--sage-dark); }

  /* ── FOOTER ── */
  footer.ft { background: var(--sage-dark); padding: 4rem 3rem 2rem; color: var(--mist); }
  .ft-grid { max-width: 1200px; margin: 0 auto 3rem; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.8rem; }
  .ft-logo-row { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1rem; }
  .ft-logo-row img { height: auto; width: auto; object-fit: contain; display: block; }
  .ft-logo-row .lg-main { max-height: 42px; max-width: 125px; filter: brightness(0) invert(1); opacity: .85; }
  .ft-logo-row .lg-partner { max-height: 28px; max-width: 85px; filter: brightness(0) invert(1); opacity: .48; }
  .ft-bio { font-size: .72rem; line-height: 1.9; opacity: .55; letter-spacing: .03em; margin-bottom: 1.1rem; }
  .ft-social { display: flex; gap: .6rem; flex-wrap: wrap; position: relative; z-index: 1; }
  .ft-social a { width: 33px; height: 33px; border: 1px solid rgba(199,206,201,.22); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(199,206,201,.52); transition: all .25s; text-decoration: none; flex-shrink: 0; }
  .ft-social a:hover { border-color: var(--mist); color: var(--mist); background: rgba(199,206,201,.07); }
  .ft-social svg { flex-shrink: 0; }
  .ft-col-label { font-family: 'Josefin Sans', sans-serif; font-size: .56rem; letter-spacing: .28em; text-transform: uppercase; opacity: .65; display: block; margin-bottom: .9rem; }
  .ft-col ul { list-style: none; }
  .ft-col li { margin-bottom: .48rem; }
  .ft-col a { color: rgba(199,206,201,.48); text-decoration: none; font-size: .71rem; letter-spacing: .04em; transition: color .2s; }
  .ft-col a:hover { color: var(--mist); }
  .ft-addr { font-size: .71rem; line-height: 2; opacity: .55; letter-spacing: .03em; }
  .ft-addr a { color: rgba(199,206,201,.58); text-decoration: none; transition: color .2s; }
  .ft-addr a:hover { color: var(--mist); }
  .ft-bar { max-width: 1200px; margin: 0 auto; padding-top: 1.6rem; border-top: 1px solid rgba(199,206,201,.1); display: flex; justify-content: space-between; font-size: .6rem; opacity: .32; letter-spacing: .1em; flex-wrap: wrap; gap: .4rem; }
  .ft-bar a { color: inherit; text-decoration: none; }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    header.site-header { padding: 1rem 1.5rem; }
    nav.site-nav { display: none; }
    .page-wrap { grid-template-columns: 1fr; gap: 3rem; }
    .sidebar { position: static; }
  }
  @media (max-width: 940px) { .ft-grid { grid-template-columns: 1fr 1fr; gap: 2rem; } }
  @media (max-width: 580px) { .ft-grid { grid-template-columns: 1fr; } .ft-bar { flex-direction: column; text-align: center; } footer.ft { padding: 3rem 1.5rem 1.5rem; } }


/* ── TEMPLATE ACCORDEON (FAQ, Política Geral) ── */
:root {
    --sage: #5c6756; --sage-light: #7a8673; --sage-dark: #3e4639;
    --mist: #c7cec9; --mist-light: #e2e6e3; --white: #FFFFFF;
    --cream: #f5f2ec; --text-dark: #2a2e27; --gold: #b5956a;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Josefin Sans', sans-serif; font-weight: 300; color: var(--text-dark); background: var(--cream); overflow-x: hidden; }
  h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; font-weight: 400; line-height: 1.15; }

  /* HEADER */
  header.site-header { background: var(--sage-dark); padding: 1rem 3.5rem; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 1000; isolation: isolate; box-shadow: 0 2px 24px rgba(0,0,0,.22); }
  .header-logo img { height: 42px; width: auto; max-width: 120px; object-fit: contain; display: block; filter: brightness(0) invert(1); opacity: .88; }
  nav.site-nav ul { display: flex; gap: 1.8rem; list-style: none; }
  nav.site-nav a { color: rgba(255,255,255,.72); text-decoration: none; font-size: .67rem; letter-spacing: .18em; text-transform: uppercase; transition: color .2s; }
  nav.site-nav a:hover, nav.site-nav a[aria-current="page"] { color: #fff; }
  .header-cta { background: transparent; border: 1px solid rgba(255,255,255,.42); color: #fff; padding: .45rem 1.2rem; font-family: 'Josefin Sans', sans-serif; font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; transition: all .3s; white-space: nowrap; }
  .header-cta:hover { background: #fff; color: var(--sage-dark); }

  /* PAGE BAND */
  .page-band { background: linear-gradient(135deg, var(--sage-dark), var(--sage)); padding: 4rem 2rem 3rem; text-align: center; color: #fff; }
  .page-band .bc { font-size: .6rem; letter-spacing: .22em; text-transform: uppercase; opacity: .6; margin-bottom: .9rem; }
  .page-band .bc a { color: inherit; text-decoration: none; }
  .page-band .bc a:hover { text-decoration: underline; }
  .page-band .band-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 4.5vw, 3.2rem); font-style: italic; font-weight: 400; line-height: 1.08; margin-bottom: .7rem; color: #fff; }
  .page-band .sub { font-size: .8rem; letter-spacing: .06em; opacity: .72; max-width: 540px; margin: 0 auto; line-height: 1.9; }

  /* LAYOUT */
  .page-wrap { max-width: 1060px; margin: 0 auto; padding: 4rem 2rem 7rem; display: grid; grid-template-columns: 1fr 270px; gap: 4rem; align-items: start; }

  /* ARTICLE */
  .article nav.breadcrumb { font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; color: var(--sage-light); margin-bottom: 1.4rem; }
  .article nav.breadcrumb ol { display: flex; flex-wrap: wrap; gap: .3rem; list-style: none; align-items: center; }
  .article nav.breadcrumb li + li::before { content: "›"; margin-right: .3rem; color: var(--mist); }
  .article nav.breadcrumb a { color: var(--sage); text-decoration: none; }
  .article nav.breadcrumb a:hover { text-decoration: underline; }
  .article nav.breadcrumb [aria-current="page"] { color: var(--sage-light); }
  .article .art-title { font-size: clamp(1.9rem, 4vw, 3rem); font-style: italic; color: var(--sage-dark); margin-bottom: 1rem; line-height: 1.08; border-left: 4px solid var(--gold); padding-left: 1.2rem; }
  .article .byline { font-size: .66rem; letter-spacing: .1em; color: var(--sage-light); display: flex; gap: .7rem; flex-wrap: wrap; align-items: center; padding-bottom: 2rem; border-bottom: 1px solid var(--mist-light); margin-bottom: 2.5rem; }
  .article .byline .sep { color: var(--mist); }
  .article p { font-size: .85rem; line-height: 2.2; color: #565650; margin-bottom: 1.4rem; letter-spacing: .025em; }
  .article a { color: var(--sage); }
  .article a:hover { text-decoration: underline; }

  /* SECOES DE FAQ */
  .pol-section { margin-bottom: 3rem; }
  .pol-section-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.6rem; padding-bottom: .9rem; border-bottom: 2px solid var(--mist-light); position: relative; }
  .pol-section-header::after { content: ""; position: absolute; bottom: -2px; left: 0; width: 48px; height: 2px; background: var(--gold); }
  .pol-section-icon { width: 44px; height: 44px; flex-shrink: 0; background: var(--sage-dark); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
  .pol-section-header h2 { font-size: clamp(1.2rem, 2.6vw, 1.75rem); font-style: italic; color: var(--sage-dark); margin: 0; }
  .pol-item { border-bottom: 1px solid var(--mist-light); }
  .pol-question { width: 100%; background: none; border: none; cursor: pointer; padding: 1.2rem 0; display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; text-align: left; }
  .pol-question-inner { display: flex; align-items: flex-start; gap: .85rem; }
  .pol-q-icon { font-size: 1rem; flex-shrink: 0; margin-top: .05rem; opacity: .85; }
  .pol-question span { font-family: 'Josefin Sans', sans-serif; font-size: .82rem; font-weight: 400; letter-spacing: .04em; color: var(--sage-dark); line-height: 1.5; }
  .pol-question:hover span { color: var(--sage); }
  .pol-toggle { width: 26px; height: 26px; flex-shrink: 0; border: 1px solid var(--mist); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--sage); font-size: 1.05rem; transition: transform .3s, background .2s, border-color .2s; margin-top: .1rem; }
  .pol-item.open .pol-toggle { transform: rotate(45deg); background: var(--sage-dark); border-color: var(--sage-dark); color: #fff; }
  .pol-answer { max-height: 0; overflow: hidden; transition: max-height .45s ease; }
  .pol-item.open .pol-answer { max-height: 1200px; }
  .pol-answer-inner { padding: 0 0 1.8rem 2.2rem; }
  .pol-answer-inner p { font-size: .82rem; line-height: 2.1; color: #666; margin-bottom: 1rem; letter-spacing: .025em; }
  .pol-answer-inner p:last-child { margin-bottom: 0; }
  .pol-answer-inner ul { list-style: none; margin: .6rem 0 1rem 0; }
  .pol-answer-inner ul li { font-size: .81rem; line-height: 2; color: #666; padding-left: 1.2rem; position: relative; }
  .pol-answer-inner ul li::before { content: "—"; position: absolute; left: 0; color: var(--sage); font-size: .7rem; }
  .pol-alert { background: var(--sage-dark); color: var(--mist); padding: 1.3rem 1.6rem; margin-bottom: 1.2rem; border-left: 4px solid var(--gold); }
  .pol-alert strong { display: block; font-family: 'Josefin Sans', sans-serif; font-size: .58rem; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); margin-bottom: .5rem; }
  .pol-alert p { font-size: .8rem; line-height: 1.95; color: rgba(199,206,201,.85); margin: 0; }
  .tip { background: #fff; border-left: 3px solid var(--sage); padding: 1.3rem 1.8rem; margin: 1.6rem 0; box-shadow: 0 3px 18px rgba(0,0,0,.05); }
  .tip strong { display: block; font-family: 'Josefin Sans', sans-serif; font-size: .58rem; letter-spacing: .25em; text-transform: uppercase; color: var(--sage); margin-bottom: .45rem; }
  .tip p { font-size: .8rem; line-height: 1.9; color: #666; margin: 0; }
  .option-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .8rem; }
  .option-tag { background: var(--cream); border: 1px solid var(--mist-light); padding: .3rem .85rem; font-size: .63rem; letter-spacing: .1em; color: var(--sage-dark); border-radius: 2px; display: flex; align-items: center; gap: .35rem; }
  .art-nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3.5rem; padding-top: 2rem; border-top: 1px solid var(--mist-light); flex-wrap: wrap; }
  .art-nav a { font-size: .7rem; letter-spacing: .08em; color: var(--sage); text-decoration: none; }
  .art-nav a:hover { text-decoration: underline; }

  /* SIDEBAR */
  .sidebar { position: sticky; top: 90px; }
  .s-card { background: #fff; padding: 1.8rem; margin-bottom: 1.4rem; box-shadow: 0 4px 22px rgba(0,0,0,.06); border-top: 2px solid var(--sage); }
  .s-card h2 { font-size: 1.05rem; font-style: italic; color: var(--sage-dark); margin-bottom: .7rem; }
  .s-card p { font-size: .71rem; line-height: 1.9; color: #777; margin-bottom: 1.1rem; }
  .btn-wa { display: flex; align-items: center; justify-content: center; gap: .4rem; background: #25D366; color: #fff; padding: .65rem 1rem; font-family: 'Josefin Sans', sans-serif; font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; transition: background .3s; width: 100%; }
  .btn-wa:hover { background: #1ebe5a; }
  .s-links ul { list-style: none; }
  .s-links li { border-bottom: 1px solid var(--mist-light); }
  .s-links li:last-child { border-bottom: none; }
  .s-links a { display: block; padding: .55rem 0; font-size: .7rem; letter-spacing: .06em; color: var(--sage); text-decoration: none; transition: color .2s; }
  .s-links a:hover { color: var(--sage-dark); }
  .s-index a { display: flex; align-items: center; gap: .5rem; padding: .5rem 0; font-size: .68rem; letter-spacing: .05em; color: var(--sage); text-decoration: none; transition: color .2s; border-bottom: 1px solid var(--mist-light); }
  .s-index li:last-child a { border-bottom: none; }
  .s-index a:hover { color: var(--sage-dark); }
  .s-index-icon { font-size: .85rem; }

  /* FOOTER */
  footer.ft { background: var(--sage-dark); padding: 4rem 3rem 2rem; color: var(--mist); }
  .ft-grid { max-width: 1200px; margin: 0 auto 3rem; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.8rem; }
  .ft-logo-row { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1rem; }
  .ft-logo-row img { height: auto; width: auto; object-fit: contain; display: block; }
  .ft-logo-row .lg-main { max-height: 42px; max-width: 125px; filter: brightness(0) invert(1); opacity: .85; }
  .ft-logo-row .lg-partner { max-height: 28px; max-width: 85px; filter: brightness(0) invert(1); opacity: .48; }
  .ft-bio { font-size: .72rem; line-height: 1.9; opacity: .55; letter-spacing: .03em; margin-bottom: 1.1rem; }
  .ft-social { display: flex; gap: .6rem; flex-wrap: wrap; position: relative; z-index: 1; }
  .ft-social a { width: 33px; height: 33px; border: 1px solid rgba(199,206,201,.22); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(199,206,201,.52); transition: all .25s; text-decoration: none; flex-shrink: 0; }
  .ft-social a:hover { border-color: var(--mist); color: var(--mist); background: rgba(199,206,201,.07); }
  .ft-col-label { font-family: 'Josefin Sans', sans-serif; font-size: .56rem; letter-spacing: .28em; text-transform: uppercase; opacity: .65; display: block; margin-bottom: .9rem; }
  .ft-col ul { list-style: none; }
  .ft-col li { margin-bottom: .48rem; }
  .ft-col a { color: rgba(199,206,201,.48); text-decoration: none; font-size: .71rem; letter-spacing: .04em; transition: color .2s; }
  .ft-col a:hover { color: var(--mist); }
  .ft-addr { font-size: .71rem; line-height: 2; opacity: .55; letter-spacing: .03em; }
  .ft-addr a { color: rgba(199,206,201,.58); text-decoration: none; transition: color .2s; }
  .ft-addr a:hover { color: var(--mist); }
  .ft-bar { max-width: 1200px; margin: 0 auto; padding-top: 1.6rem; border-top: 1px solid rgba(199,206,201,.1); display: flex; justify-content: space-between; font-size: .6rem; opacity: .32; letter-spacing: .1em; flex-wrap: wrap; gap: .4rem; }
  .ft-bar a { color: inherit; text-decoration: none; }

  /* REVEAL */
  .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
  .reveal.visible { opacity: 1; transform: none; }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    header.site-header { padding: 1rem 1.5rem; }
    nav.site-nav { display: none; }
    .page-wrap { grid-template-columns: 1fr; gap: 3rem; }
    .sidebar { position: static; }
  }
  @media (max-width: 940px) { .ft-grid { grid-template-columns: 1fr 1fr; gap: 2rem; } }
  @media (max-width: 580px) {
    .ft-grid { grid-template-columns: 1fr; }
    .ft-bar { flex-direction: column; text-align: center; }
    footer.ft { padding: 3rem 1.5rem 1.5rem; }
    .pol-answer-inner { padding-left: 0; }
  }


/* ── TEMPLATE GALERIA FULLWIDTH ── */
/* ── TOKENS ── */
  :root {
    --sage: #5c6756;
    --sage-light: #7a8673;
    --sage-dark: #3e4639;
    --mist: #c7cec9;
    --mist-light: #e2e6e3;
    --white: #FFFFFF;
    --cream: #f5f2ec;
    --text-dark: #2a2e27;
    --gold: #b5956a;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Josefin Sans', sans-serif; font-weight: 300; color: var(--text-dark); background: var(--cream); overflow-x: hidden; }
  h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; font-weight: 400; line-height: 1.15; }

  /* ── HEADER ── */
  header.site-header { background: var(--sage-dark); padding: 1rem 3.5rem; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 1000; isolation: isolate; box-shadow: 0 2px 24px rgba(0,0,0,.22); }
  .header-logo img { height: 42px; width: auto; max-width: 120px; object-fit: contain; display: block; filter: brightness(0) invert(1); opacity: .88; }
  nav.site-nav ul { display: flex; gap: 1.8rem; list-style: none; }
  nav.site-nav a { color: rgba(255,255,255,.72); text-decoration: none; font-size: .67rem; letter-spacing: .18em; text-transform: uppercase; transition: color .2s; }
  nav.site-nav a:hover, nav.site-nav a[aria-current="page"] { color: #fff; }
  .header-cta { background: transparent; border: 1px solid rgba(255,255,255,.42); color: #fff; padding: .45rem 1.2rem; font-family: 'Josefin Sans', sans-serif; font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; transition: all .3s; white-space: nowrap; }
  .header-cta:hover { background: #fff; color: var(--sage-dark); }

  /* ── PAGE BAND ── */
  .page-band { background: linear-gradient(135deg, var(--sage-dark), var(--sage)); padding: 4rem 2rem 3rem; text-align: center; color: #fff; }
  .page-band .bc { font-size: .6rem; letter-spacing: .22em; text-transform: uppercase; opacity: .6; margin-bottom: .9rem; }
  .page-band .bc a { color: inherit; text-decoration: none; }
  .page-band .bc a:hover { text-decoration: underline; }
  .page-band .band-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 4.5vw, 3.2rem); font-style: italic; font-weight: 400; line-height: 1.08; margin-bottom: .7rem; color: #fff; }
  .page-band .sub { font-size: .8rem; letter-spacing: .06em; opacity: .72; max-width: 580px; margin: 0 auto; line-height: 1.9; }

  /* ── CONTAINER FULLWIDTH ── */
  .page-full { max-width: 1200px; margin: 0 auto; padding: 4.5rem 2rem 7rem; }

  /* Breadcrumb */
  nav.breadcrumb { font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; color: var(--sage-light); margin-bottom: 2rem; }
  nav.breadcrumb ol { display: flex; flex-wrap: wrap; gap: .3rem; list-style: none; align-items: center; }
  nav.breadcrumb li + li::before { content: "›"; margin-right: .3rem; color: var(--mist); }
  nav.breadcrumb a { color: var(--sage); text-decoration: none; }
  nav.breadcrumb a:hover { text-decoration: underline; }
  nav.breadcrumb [aria-current="page"] { color: var(--sage-light); }

  /* ── APRESENTAÇÃO ── */
  .intro { max-width: 800px; margin: 0 auto 4.5rem; text-align: center; }
  .intro .section-tag { font-size: .6rem; letter-spacing: .28em; text-transform: uppercase; color: var(--sage-light); display: block; margin-bottom: 1rem; }
  .intro h1 { font-size: clamp(2rem, 4.5vw, 3.2rem); font-style: italic; color: var(--sage-dark); margin-bottom: 1.4rem; line-height: 1.1; }
  .intro p { font-size: .85rem; line-height: 2.2; color: #565650; letter-spacing: .025em; margin-bottom: 1rem; }
  .intro p:last-of-type { margin-bottom: 0; }
  .intro a { color: var(--sage); }
  .intro a:hover { text-decoration: underline; }

  /* Stats rápidos */
  .stats-row { display: flex; justify-content: center; gap: 2.5rem; flex-wrap: wrap; margin: 3rem 0 0; padding-top: 2.5rem; border-top: 1px solid var(--mist-light); }
  .stat { text-align: center; }
  .stat .num { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-style: italic; color: var(--sage-dark); line-height: 1; display: block; }
  .stat .lbl { font-size: .58rem; letter-spacing: .22em; text-transform: uppercase; color: var(--sage-light); display: block; margin-top: .3rem; }

  /* ── GALERIA MASONRY ── */
  .gallery-block { margin-bottom: 5rem; }
  .gallery-block-header { text-align: center; margin-bottom: 2.5rem; }
  .gallery-block-header h2 { font-size: clamp(1.6rem, 3.5vw, 2.6rem); font-style: italic; color: var(--sage-dark); margin-bottom: .5rem; }
  .gallery-block-header p { font-size: .78rem; letter-spacing: .05em; color: var(--sage-light); line-height: 1.9; }

  .masonry { column-count: 3; column-gap: 10px; }
  .masonry-item { break-inside: avoid; margin-bottom: 10px; position: relative; overflow: hidden; cursor: zoom-in; background: var(--mist-light); }
  .masonry-item img { width: 100%; height: auto; display: block; transition: transform .55s ease, filter .4s ease; filter: brightness(.97); }
  .masonry-item:hover img { transform: scale(1.05); filter: brightness(1.06); }
  .masonry-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 2rem 1rem .9rem; background: linear-gradient(to top, rgba(8,12,6,.78) 0%, transparent 100%); color: #fff; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; opacity: 0; transition: opacity .35s; pointer-events: none; }
  .masonry-item:hover .masonry-caption { opacity: 1; }

  .gallery-featured { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 10px; }
  .gallery-featured .feat-item { position: relative; overflow: hidden; cursor: zoom-in; background: var(--mist-light); aspect-ratio: 16/9; }
  .gallery-featured .feat-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .55s ease, filter .4s ease; filter: brightness(.97); }
  .gallery-featured .feat-item:hover img { transform: scale(1.05); filter: brightness(1.06); }
  .gallery-featured .feat-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 2rem 1.2rem 1rem; background: linear-gradient(to top, rgba(8,12,6,.78) 0%, transparent 100%); color: #fff; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; opacity: 0; transition: opacity .35s; pointer-events: none; }
  .gallery-featured .feat-item:hover .feat-caption { opacity: 1; }

  /* Promo links entre galerias */
  .gallery-nav { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin: 3.5rem 0 4rem; }
  .gallery-nav-item { display: flex; align-items: center; gap: .6rem; background: #fff; border: 1px solid var(--mist-light); padding: .8rem 1.4rem; text-decoration: none; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--sage-dark); transition: all .25s; box-shadow: 0 2px 12px rgba(0,0,0,.04); }
  .gallery-nav-item:hover { background: var(--sage-dark); color: #fff; border-color: var(--sage-dark); }
  .gallery-nav-item span { font-size: .8rem; }

  /* Divisor */
  .divider { display: flex; align-items: center; gap: 1.2rem; margin: 4rem 0 3.5rem; }
  .divider::before, .divider::after { content: ''; flex: 1; height: 1px; background: var(--mist-light); }
  .divider-label { font-size: .58rem; letter-spacing: .28em; text-transform: uppercase; color: var(--sage-light); white-space: nowrap; }

  /* ── LIGHTBOX ── */
  .lightbox { display: none; position: fixed; inset: 0; background: rgba(8,12,6,.95); z-index: 9000; align-items: center; justify-content: center; padding: 2rem; cursor: zoom-out; }
  .lightbox.open { display: flex; animation: fadeIn .25s ease; }
  @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
  .lightbox img { max-width: 90vw; max-height: 88vh; object-fit: contain; box-shadow: 0 8px 60px rgba(0,0,0,.6); cursor: default; }
  .lightbox-caption { position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%); font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.55); white-space: nowrap; }
  .lightbox-close { position: absolute; top: 1.2rem; right: 1.5rem; background: none; border: none; color: rgba(255,255,255,.6); font-size: 2rem; cursor: pointer; line-height: 1; transition: color .2s; }
  .lightbox-close:hover { color: #fff; }
  .lightbox-prev, .lightbox-next { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.7); font-size: 1.4rem; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .2s; }
  .lightbox-prev:hover, .lightbox-next:hover { background: rgba(255,255,255,.18); color: #fff; }
  .lightbox-prev { left: 1.2rem; }
  .lightbox-next { right: 1.2rem; }

  /* ── FAQ COMPACTO ── */
  .faq-compact { background: var(--white); padding: 4rem 2rem 4.5rem; margin: 0 -2rem; }
  .faq-compact-inner { max-width: 820px; margin: 0 auto; }
  .faq-compact-header { text-align: center; margin-bottom: 3rem; }
  .faq-compact-header .section-tag { font-size: .6rem; letter-spacing: .28em; text-transform: uppercase; color: var(--sage-light); display: block; margin-bottom: .8rem; }
  .faq-compact-header h2 { font-size: clamp(1.5rem, 3.2vw, 2.4rem); font-style: italic; color: var(--sage-dark); }
  .faq-list { list-style: none; }
  .faq-item { border-bottom: 1px solid var(--mist-light); }
  .faq-q { width: 100%; background: none; border: none; cursor: pointer; padding: 1.2rem 0; display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; text-align: left; }
  .faq-q-inner { display: flex; align-items: flex-start; gap: .85rem; }
  .faq-q-icon { font-size: 1rem; flex-shrink: 0; margin-top: .05rem; }
  .faq-q span { font-family: 'Josefin Sans', sans-serif; font-size: .82rem; font-weight: 400; letter-spacing: .04em; color: var(--sage-dark); line-height: 1.5; }
  .faq-q:hover span { color: var(--sage); }
  .faq-toggle { width: 26px; height: 26px; flex-shrink: 0; border: 1px solid var(--mist); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--sage); font-size: 1.05rem; transition: transform .3s, background .2s, border-color .2s; margin-top: .1rem; }
  .faq-item.open .faq-toggle { transform: rotate(45deg); background: var(--sage-dark); border-color: var(--sage-dark); color: #fff; }
  .faq-answer { max-height: 0; overflow: hidden; transition: max-height .45s ease; }
  .faq-item.open .faq-answer { max-height: 600px; }
  .faq-answer-inner { padding: 0 0 1.6rem 2.2rem; }
  .faq-answer-inner p { font-size: .82rem; line-height: 2.1; color: #666; margin-bottom: .8rem; letter-spacing: .025em; }
  .faq-answer-inner p:last-child { margin-bottom: 0; }
  .faq-answer-inner a { color: var(--sage); }
  .faq-answer-inner a:hover { text-decoration: underline; }

  /* CTA final */
  .cta-strip { background: var(--sage-dark); padding: 3.5rem 2rem; text-align: center; margin: 0 -2rem; }
  .cta-strip h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.5rem, 3.5vw, 2.6rem); font-style: italic; color: #fff; margin-bottom: .8rem; font-weight: 400; }
  .cta-strip p { font-size: .78rem; letter-spacing: .06em; color: rgba(199,206,201,.7); margin-bottom: 2rem; line-height: 1.9; }
  .cta-strip-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
  .btn-wa-lg { display: inline-flex; align-items: center; gap: .5rem; background: #25D366; color: #fff; padding: .8rem 1.8rem; font-family: 'Josefin Sans', sans-serif; font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; transition: background .3s; }
  .btn-wa-lg:hover { background: #1ebe5a; }
  .btn-ghost-sm { display: inline-block; background: transparent; border: 1px solid rgba(199,206,201,.4); color: rgba(199,206,201,.8); padding: .8rem 1.8rem; font-family: 'Josefin Sans', sans-serif; font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; transition: all .3s; }
  .btn-ghost-sm:hover { background: rgba(199,206,201,.12); border-color: var(--mist); color: #fff; }

  /* ── FOOTER ── */
  footer.ft { background: var(--sage-dark); padding: 4rem 3rem 2rem; color: var(--mist); }
  .ft-grid { max-width: 1200px; margin: 0 auto 3rem; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.8rem; }
  .ft-logo-row { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1rem; }
  .ft-logo-row img { height: auto; width: auto; object-fit: contain; display: block; }
  .ft-logo-row .lg-main { max-height: 42px; max-width: 125px; filter: brightness(0) invert(1); opacity: .85; }
  .ft-logo-row .lg-partner { max-height: 28px; max-width: 85px; filter: brightness(0) invert(1); opacity: .48; }
  .ft-bio { font-size: .72rem; line-height: 1.9; opacity: .55; letter-spacing: .03em; margin-bottom: 1.1rem; }
  .ft-social { display: flex; gap: .6rem; flex-wrap: wrap; position: relative; z-index: 1; }
  .ft-social a { width: 33px; height: 33px; border: 1px solid rgba(199,206,201,.22); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(199,206,201,.52); transition: all .25s; text-decoration: none; flex-shrink: 0; }
  .ft-social a:hover { border-color: var(--mist); color: var(--mist); background: rgba(199,206,201,.07); }
  .ft-col-label { font-family: 'Josefin Sans', sans-serif; font-size: .56rem; letter-spacing: .28em; text-transform: uppercase; opacity: .65; display: block; margin-bottom: .9rem; }
  .ft-col ul { list-style: none; }
  .ft-col li { margin-bottom: .48rem; }
  .ft-col a { color: rgba(199,206,201,.48); text-decoration: none; font-size: .71rem; letter-spacing: .04em; transition: color .2s; }
  .ft-col a:hover { color: var(--mist); }
  .ft-addr { font-size: .71rem; line-height: 2; opacity: .55; letter-spacing: .03em; }
  .ft-addr a { color: rgba(199,206,201,.58); text-decoration: none; transition: color .2s; }
  .ft-addr a:hover { color: var(--mist); }
  .ft-bar { max-width: 1200px; margin: 0 auto; padding-top: 1.6rem; border-top: 1px solid rgba(199,206,201,.1); display: flex; justify-content: space-between; font-size: .6rem; opacity: .32; letter-spacing: .1em; flex-wrap: wrap; gap: .4rem; }
  .ft-bar a { color: inherit; text-decoration: none; }

  /* REVEAL */
  .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
  .reveal.visible { opacity: 1; transform: none; }

  /* RESPONSIVE */
  @media (max-width: 1024px) { .masonry { column-count: 2; } }
  @media (max-width: 900px) {
    header.site-header { padding: 1rem 1.5rem; }
    nav.site-nav { display: none; }
    .gallery-featured { grid-template-columns: 1fr; }
    .stats-row { gap: 1.5rem; }
  }
  @media (max-width: 580px) {
    .masonry { column-count: 1; }
    .gallery-nav { flex-direction: column; align-items: center; }
    .ft-grid { grid-template-columns: 1fr; }
    .ft-bar { flex-direction: column; text-align: center; }
    footer.ft { padding: 3rem 1.5rem 1.5rem; }
    .faq-answer-inner { padding-left: 0; }
    .cta-strip { margin: 0 -1rem; }
    .faq-compact { margin: 0 -1rem; }
    .lightbox-prev, .lightbox-next { display: none; }
  }


/* ── TEMPLATE POLÍTICA GERAL — variante expandida ── */
/* ── CUSTOM PROPERTIES ── */
  :root {
    --sage: #5c6756;
    --sage-light: #7a8673;
    --sage-dark: #3e4639;
    --mist: #c7cec9;
    --mist-light: #e2e6e3;
    --white: #FFFFFF;
    --cream: #f5f2ec;
    --text-dark: #2a2e27;
    --gold: #b5956a;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }

  body {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    color: var(--text-dark);
    background: var(--cream);
    overflow-x: hidden;
  }

  h1, h2, h3, h4 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    line-height: 1.15;
  }

  /* ── HEADER ── */
  header.site-header {
    background: var(--sage-dark);
    padding: 1rem 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 1000;
    isolation: isolate;
    box-shadow: 0 2px 24px rgba(0,0,0,.22);
  }
  .header-logo img {
    height: 42px; width: auto; max-width: 120px;
    object-fit: contain; display: block;
    filter: brightness(0) invert(1); opacity: .88;
  }
  nav.site-nav ul { display: flex; gap: 1.8rem; list-style: none; }
  nav.site-nav a {
    color: rgba(255,255,255,.72); text-decoration: none;
    font-size: .67rem; letter-spacing: .18em; text-transform: uppercase;
    transition: color .2s;
  }
  nav.site-nav a:hover,
  nav.site-nav a[aria-current="page"] { color: #fff; }
  .header-cta {
    background: transparent; border: 1px solid rgba(255,255,255,.42);
    color: #fff; padding: .45rem 1.2rem;
    font-family: 'Josefin Sans', sans-serif; font-size: .62rem;
    letter-spacing: .18em; text-transform: uppercase;
    text-decoration: none; transition: all .3s; white-space: nowrap;
  }
  .header-cta:hover { background: #fff; color: var(--sage-dark); }

  /* ── PAGE BAND (hero do template) ── */
  .page-band {
    background: linear-gradient(135deg, var(--sage-dark), var(--sage));
    padding: 4rem 2rem 3rem;
    text-align: center;
    color: #fff;
  }
  .page-band .bc {
    font-size: .6rem; letter-spacing: .22em; text-transform: uppercase;
    opacity: .6; margin-bottom: .9rem;
  }
  .page-band .bc a { color: inherit; text-decoration: none; }
  .page-band .bc a:hover { text-decoration: underline; }
  .page-band .band-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 4.5vw, 3.2rem);
    font-style: italic; font-weight: 400;
    line-height: 1.08; margin-bottom: .7rem; color: #fff;
  }
  .page-band .sub {
    font-size: .8rem; letter-spacing: .06em; opacity: .72;
    max-width: 540px; margin: 0 auto; line-height: 1.9;
  }

  /* ── LAYOUT PRINCIPAL ── */
  .page-wrap {
    max-width: 1060px; margin: 0 auto;
    padding: 4rem 2rem 7rem;
    display: grid;
    grid-template-columns: 1fr 270px;
    gap: 4rem;
    align-items: start;
  }

  /* ── ARTIGO ── */
  .article nav.breadcrumb {
    font-size: .6rem; letter-spacing: .18em; text-transform: uppercase;
    color: var(--sage-light); margin-bottom: 1.4rem;
  }
  .article nav.breadcrumb ol {
    display: flex; flex-wrap: wrap; gap: .3rem;
    list-style: none; align-items: center;
  }
  .article nav.breadcrumb li + li::before {
    content: "›"; margin-right: .3rem; color: var(--mist);
  }
  .article nav.breadcrumb a { color: var(--sage); text-decoration: none; }
  .article nav.breadcrumb a:hover { text-decoration: underline; }
  .article nav.breadcrumb [aria-current="page"] { color: var(--sage-light); }

  .article .art-title {
    font-size: clamp(1.9rem, 4vw, 3rem);
    font-style: italic; color: var(--sage-dark);
    margin-bottom: 1rem; line-height: 1.08;
    border-left: 4px solid var(--gold); padding-left: 1.2rem;
  }
  .article .byline {
    font-size: .66rem; letter-spacing: .1em; color: var(--sage-light);
    display: flex; gap: .7rem; flex-wrap: wrap; align-items: center;
    padding-bottom: 2rem; border-bottom: 1px solid var(--mist-light);
    margin-bottom: 2.5rem;
  }
  .article .byline .sep { color: var(--mist); }

  .article p {
    font-size: .85rem; line-height: 2.2; color: #565650;
    margin-bottom: 1.4rem; letter-spacing: .025em;
  }
  .article a { color: var(--sage); }
  .article a:hover { text-decoration: underline; }

  /* ── BLOCOS DE POLÍTICA (pergunta + resposta) ── */

  /* Cabeçalho de seção com ícone */
  .pol-section {
    margin-bottom: 3rem;
  }

  .pol-section-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.6rem;
    padding-bottom: .9rem;
    border-bottom: 2px solid var(--mist-light);
    position: relative;
  }
  .pol-section-header::after {
    content: "";
    position: absolute;
    bottom: -2px; left: 0;
    width: 48px; height: 2px;
    background: var(--gold);
  }
  .pol-section-icon {
    width: 44px; height: 44px; flex-shrink: 0;
    background: var(--sage-dark);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem;
  }
  .pol-section-header h2 {
    font-size: clamp(1.2rem, 2.6vw, 1.75rem);
    font-style: italic; color: var(--sage-dark);
    margin: 0;
  }

  /* Accordion item: pergunta + resposta */
  .pol-item {
    border-bottom: 1px solid var(--mist-light);
  }
  .pol-question {
    width: 100%;
    background: none; border: none; cursor: pointer;
    padding: 1.2rem 0;
    display: flex; justify-content: space-between; align-items: flex-start;
    gap: 1rem; text-align: left;
  }
  .pol-question-inner {
    display: flex; align-items: flex-start; gap: .85rem;
  }
  .pol-q-icon {
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: .05rem;
    opacity: .85;
  }
  .pol-question span {
    font-family: 'Josefin Sans', sans-serif;
    font-size: .82rem; font-weight: 400;
    letter-spacing: .04em; color: var(--sage-dark);
    line-height: 1.5;
  }
  .pol-question:hover span { color: var(--sage); }

  .pol-toggle {
    width: 26px; height: 26px; flex-shrink: 0;
    border: 1px solid var(--mist);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--sage); font-size: 1.05rem;
    transition: transform .3s, background .2s, border-color .2s;
    margin-top: .1rem;
  }
  .pol-item.open .pol-toggle {
    transform: rotate(45deg);
    background: var(--sage-dark); border-color: var(--sage-dark); color: #fff;
  }

  .pol-answer {
    max-height: 0; overflow: hidden;
    transition: max-height .45s ease;
  }
  .pol-item.open .pol-answer { max-height: 1200px; }

  .pol-answer-inner {
    padding: 0 0 1.8rem 2.2rem;
  }
  .pol-answer-inner p {
    font-size: .82rem; line-height: 2.1; color: #666;
    margin-bottom: 1rem; letter-spacing: .025em;
  }
  .pol-answer-inner p:last-child { margin-bottom: 0; }
  .pol-answer-inner ul {
    list-style: none; margin: .6rem 0 1rem 0;
  }
  .pol-answer-inner ul li {
    font-size: .81rem; line-height: 2; color: #666;
    padding-left: 1.2rem; position: relative;
  }
  .pol-answer-inner ul li::before {
    content: "—"; position: absolute; left: 0;
    color: var(--sage); font-size: .7rem;
  }

  /* Box de aviso / destaque */
  .pol-alert {
    background: var(--sage-dark); color: var(--mist);
    padding: 1.3rem 1.6rem; margin-bottom: 1.2rem;
    border-left: 4px solid var(--gold);
  }
  .pol-alert strong {
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-size: .58rem; letter-spacing: .28em;
    text-transform: uppercase; color: var(--gold);
    margin-bottom: .5rem;
  }
  .pol-alert p {
    font-size: .8rem; line-height: 1.95; color: rgba(199,206,201,.85); margin: 0;
  }

  /* Box neutro (tip) */
  .tip {
    background: #fff; border-left: 3px solid var(--sage);
    padding: 1.3rem 1.8rem; margin: 1.6rem 0;
    box-shadow: 0 3px 18px rgba(0,0,0,.05);
  }
  .tip strong {
    display: block; font-family: 'Josefin Sans', sans-serif;
    font-size: .58rem; letter-spacing: .25em;
    text-transform: uppercase; color: var(--sage); margin-bottom: .45rem;
  }
  .tip p { font-size: .8rem; line-height: 1.9; color: #666; margin: 0; }

  /* Tags de pagamento */
  .pay-tags {
    display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .8rem;
  }
  .pay-tag {
    background: var(--cream); border: 1px solid var(--mist-light);
    padding: .25rem .7rem; font-size: .62rem; letter-spacing: .1em;
    color: var(--sage-dark); border-radius: 2px;
  }

  /* Navegação entre artigos */
  .art-nav {
    display: flex; justify-content: space-between; gap: 1rem;
    margin-top: 3.5rem; padding-top: 2rem;
    border-top: 1px solid var(--mist-light); flex-wrap: wrap;
  }
  .art-nav a { font-size: .7rem; letter-spacing: .08em; color: var(--sage); text-decoration: none; }
  .art-nav a:hover { text-decoration: underline; }

  /* ── SIDEBAR ── */
  .sidebar { position: sticky; top: 90px; }
  .s-card {
    background: #fff; padding: 1.8rem; margin-bottom: 1.4rem;
    box-shadow: 0 4px 22px rgba(0,0,0,.06);
    border-top: 2px solid var(--sage);
  }
  .s-card h2 { font-size: 1.05rem; font-style: italic; color: var(--sage-dark); margin-bottom: .7rem; }
  .s-card p { font-size: .71rem; line-height: 1.9; color: #777; margin-bottom: 1.1rem; }
  .btn-wa {
    display: flex; align-items: center; justify-content: center; gap: .4rem;
    background: #25D366; color: #fff;
    padding: .65rem 1rem;
    font-family: 'Josefin Sans', sans-serif; font-size: .6rem;
    letter-spacing: .14em; text-transform: uppercase;
    text-decoration: none; transition: background .3s; width: 100%;
  }
  .btn-wa:hover { background: #1ebe5a; }
  .s-links ul { list-style: none; }
  .s-links li { border-bottom: 1px solid var(--mist-light); }
  .s-links li:last-child { border-bottom: none; }
  .s-links a {
    display: block; padding: .55rem 0; font-size: .7rem;
    letter-spacing: .06em; color: var(--sage); text-decoration: none;
    transition: color .2s;
  }
  .s-links a:hover { color: var(--sage-dark); }

  /* Índice rápido na sidebar */
  .s-index a {
    display: flex; align-items: center; gap: .5rem;
    padding: .5rem 0; font-size: .68rem;
    letter-spacing: .05em; color: var(--sage);
    text-decoration: none; transition: color .2s;
    border-bottom: 1px solid var(--mist-light);
  }
  .s-index li:last-child a { border-bottom: none; }
  .s-index a:hover { color: var(--sage-dark); }
  .s-index-icon { font-size: .85rem; }

  /* ── FOOTER ── */
  footer.ft { background: var(--sage-dark); padding: 4rem 3rem 2rem; color: var(--mist); }
  .ft-grid { max-width: 1200px; margin: 0 auto 3rem; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.8rem; }
  .ft-logo-row { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1rem; }
  .ft-logo-row img { height: auto; width: auto; object-fit: contain; display: block; }
  .ft-logo-row .lg-main  { max-height: 42px; max-width: 125px; filter: brightness(0) invert(1); opacity: .85; }
  .ft-logo-row .lg-partner { max-height: 28px; max-width: 85px; filter: brightness(0) invert(1); opacity: .48; }
  .ft-bio { font-size: .72rem; line-height: 1.9; opacity: .55; letter-spacing: .03em; margin-bottom: 1.1rem; }
  .ft-social { display: flex; gap: .6rem; flex-wrap: wrap; position: relative; z-index: 1; }
  .ft-social a { width: 33px; height: 33px; border: 1px solid rgba(199,206,201,.22); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(199,206,201,.52); transition: all .25s; text-decoration: none; flex-shrink: 0; }
  .ft-social a:hover { border-color: var(--mist); color: var(--mist); background: rgba(199,206,201,.07); }
  .ft-col-label { font-family: 'Josefin Sans', sans-serif; font-size: .56rem; letter-spacing: .28em; text-transform: uppercase; opacity: .65; display: block; margin-bottom: .9rem; }
  .ft-col ul { list-style: none; }
  .ft-col li { margin-bottom: .48rem; }
  .ft-col a { color: rgba(199,206,201,.48); text-decoration: none; font-size: .71rem; letter-spacing: .04em; transition: color .2s; }
  .ft-col a:hover { color: var(--mist); }
  .ft-addr { font-size: .71rem; line-height: 2; opacity: .55; letter-spacing: .03em; }
  .ft-addr a { color: rgba(199,206,201,.58); text-decoration: none; transition: color .2s; }
  .ft-addr a:hover { color: var(--mist); }
  .ft-bar { max-width: 1200px; margin: 0 auto; padding-top: 1.6rem; border-top: 1px solid rgba(199,206,201,.1); display: flex; justify-content: space-between; font-size: .6rem; opacity: .32; letter-spacing: .1em; flex-wrap: wrap; gap: .4rem; }
  .ft-bar a { color: inherit; text-decoration: none; }

  /* ── REVEAL ── */
  .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
  .reveal.visible { opacity: 1; transform: none; }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    header.site-header { padding: 1rem 1.5rem; }
    nav.site-nav { display: none; }
    .page-wrap { grid-template-columns: 1fr; gap: 3rem; }
    .sidebar { position: static; }
  }
  @media (max-width: 940px) { .ft-grid { grid-template-columns: 1fr 1fr; gap: 2rem; } }
  @media (max-width: 580px) {
    .ft-grid { grid-template-columns: 1fr; }
    .ft-bar { flex-direction: column; text-align: center; }
    footer.ft { padding: 3rem 1.5rem 1.5rem; }
    .pol-answer-inner { padding-left: 0; }
  }


/* ── TEMPLATE POUSADA — hero fullscreen ── */
/* ── PAGE HERO — mesma altura da home (100vh) ── */
  .page-hero {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #0a0e08;
  }

  .page-hero-bg {
    position: absolute;
    inset: 0;
    background: url('../img/hospedagem-em-icaraizinho-hula-hula.png') center/cover no-repeat;
    animation: heroZoom 22s ease-in-out infinite alternate;
    transform-origin: center center;
  }

  @keyframes heroZoom {
    from { transform: scale(1.0); }
    to   { transform: scale(1.07); }
  }

  /* mesma sobreposição de gradiente do hero da home */
  .page-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      170deg,
      rgba(8,12,6,0.74) 0%,
      rgba(16,24,12,0.35) 45%,
      rgba(8,12,6,0.80) 100%
    );
    z-index: 1;
  }

  .page-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 2rem;
    max-width: 860px;
    animation: fadeUp 1.2s ease forwards;
  }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(40px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .page-hero-eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #d4e8c2;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .page-hero-eyebrow::before,
  .page-hero-eyebrow::after {
    content: '';
    width: 40px;
    height: 1px;
    background: #d4e8c2;
    opacity: 0.6;
  }

  .page-hero h1 {
    font-size: clamp(2.8rem, 7vw, 6rem);
    font-weight: 300;
    font-style: italic;
    line-height: 1.05;
    margin-bottom: 1.5rem;
    letter-spacing: -0.01em;
    color: #fff;
    text-shadow: 0 2px 24px rgba(0,0,0,0.55), 0 0 80px rgba(0,0,0,0.3);
  }

  .page-hero p {
    font-size: clamp(0.78rem, 1.5vw, 0.9rem);
    letter-spacing: 0.12em;
    opacity: 0.9;
    max-width: 480px;
    margin: 0 auto 3rem;
    line-height: 1.9;
    color: #e8f0e0;
    text-shadow: 0 1px 8px rgba(0,0,0,0.6);
  }

  .page-hero-actions {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    flex-wrap: wrap;
  }

  /* scroll hint — igual ao da home */
  .scroll-hint {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255,255,255,0.5);
    animation: hintBounce 2.4s ease-in-out infinite;
  }

  .scroll-hint span {
    font-size: 0.58rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
  }

  @keyframes hintBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%       { transform: translateX(-50%) translateY(7px); }
  }

  /* ── BREADCRUMB BAR ── */
  .breadcrumb-bar {
    background: var(--cream);
    border-bottom: 1px solid var(--mist-light);
    padding: 0.7rem 4rem;
  }
  .breadcrumb-bar ol {
    list-style: none;
    display: flex;
    gap: 0.4rem;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }
  .breadcrumb-bar li {
    font-size: 0.6rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--sage-light);
  }
  .breadcrumb-bar li + li::before { content: "›"; margin-right: 0.4rem; color: var(--mist); }
  .breadcrumb-bar a { color: var(--sage); text-decoration: none; transition: color 0.2s; }
  .breadcrumb-bar a:hover { color: var(--sage-dark); }

  /* ── GALERIA GRID ── */
  .gallery-section {
    padding: 8rem 2rem;
    background: var(--white);
  }

  .gallery-section-inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .gallery-section-header {
    text-align: center;
    margin-bottom: 4rem;
  }

  .gallery-section-header h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-style: italic;
    color: var(--sage-dark);
    margin-bottom: 0.8rem;
  }

  .gallery-section-header p {
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    color: var(--sage-light);
    max-width: 480px;
    margin: 0 auto;
    line-height: 1.9;
  }

  /* Grid principal: 3 colunas, linhas com alturas variadas */
  .photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 300px 260px 300px;
    gap: 10px;
  }

  .photo-grid-item {
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
    background: var(--mist-light);
  }

  /* Destaques que ocupam 2 colunas ou 2 linhas */
  .photo-grid-item.wide  { grid-column: span 2; }
  .photo-grid-item.tall  { grid-row: span 2; }

  .photo-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease, filter 0.4s ease;
    filter: brightness(0.96);
  }

  .photo-grid-item:hover img {
    transform: scale(1.06);
    filter: brightness(1.04);
  }

  .photo-grid-item .grid-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.4rem 1.2rem 0.9rem;
    background: linear-gradient(to top, rgba(8,12,6,0.72) 0%, transparent 100%);
    color: #fff;
    font-size: 0.62rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
  }

  .photo-grid-item:hover .grid-caption { opacity: 1; }

  /* Placeholder visual para imagens ainda não carregadas */
  .photo-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--sage-dark) 0%, var(--sage) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  .photo-placeholder span {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: rgba(255,255,255,0.55);
    font-size: 0.9rem;
    letter-spacing: 0.08em;
  }
  .photo-placeholder small {
    font-size: 0.58rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.32);
  }

  /* ── RESPONSIVO GALERIA ── */
  @media (max-width: 900px) {
    .photo-grid {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto;
    }
    .photo-grid-item.wide  { grid-column: span 2; }
    .photo-grid-item.tall  { grid-row: span 1; }
    .photo-grid-item { height: 220px; }
  }

  @media (max-width: 580px) {
    .photo-grid { grid-template-columns: 1fr; }
    .photo-grid-item.wide  { grid-column: span 1; }
    .photo-grid-item { height: 200px; }
    .breadcrumb-bar { padding: 0.7rem 1.2rem; }
  }

  /* ── SEÇÃO PRIVILÉGIO: fundo escuro (já vem do style.css .features-bg) ── */
  /* Extra: feature-card custom icon size */
  .feature-icon { font-size: 1.6rem; display: block; margin-bottom: 0.9rem; }

  /* ── ÂNCORAS de navegação interna ── */
  .internal-nav {
    background: var(--sage-dark);
    padding: 0.85rem 2rem;
    position: sticky;
    top: 0;
    z-index: 900;
  }
  .internal-nav ul {
    list-style: none;
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }
  .internal-nav a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    font-size: 0.63rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    transition: color 0.2s;
  }
  .internal-nav a:hover { color: #fff; }

  @media (max-width: 600px) {
    .internal-nav { display: none; }
  }


/* ── TEMPLATE POUSADA — hero estático ── */
/* ── PAGE HERO (sem vídeo – usa imagem estática) ── */
  .page-hero {
    min-height: 72vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    background: #0a0e08;
  }

  .page-hero-bg {
    position: absolute;
    inset: 0;
    background: url('../img/hospedagem-em-icaraizinho-hula-hula.png') center/cover no-repeat;
    animation: heroZoom 22s ease-in-out infinite alternate;
    transform-origin: center center;
  }

  @keyframes heroZoom {
    from { transform: scale(1.0); }
    to   { transform: scale(1.07); }
  }

  .page-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to top,
      rgba(8,12,6,0.88) 0%,
      rgba(8,12,6,0.38) 50%,
      rgba(8,12,6,0.55) 100%
    );
    z-index: 1;
  }

  .page-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 0 2rem 5rem;
    max-width: 860px;
    animation: fadeUp 1.1s ease forwards;
  }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(32px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .page-hero-eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: #d4e8c2;
    margin-bottom: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .page-hero-eyebrow::before,
  .page-hero-eyebrow::after {
    content: '';
    width: 36px;
    height: 1px;
    background: #d4e8c2;
    opacity: 0.55;
  }

  .page-hero h1 {
    font-size: clamp(2.4rem, 5.5vw, 5rem);
    font-weight: 300;
    font-style: italic;
    line-height: 1.05;
    margin-bottom: 1.4rem;
    color: #fff;
    text-shadow: 0 2px 24px rgba(0,0,0,0.55);
  }

  .page-hero p {
    font-size: clamp(0.76rem, 1.4vw, 0.88rem);
    letter-spacing: 0.12em;
    opacity: 0.88;
    max-width: 480px;
    margin: 0 auto 2.5rem;
    line-height: 1.95;
    color: #e8f0e0;
  }

  .page-hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
  }

  /* ── BREADCRUMB BAR ── */
  .breadcrumb-bar {
    background: var(--cream);
    border-bottom: 1px solid var(--mist-light);
    padding: 0.7rem 4rem;
  }
  .breadcrumb-bar ol {
    list-style: none;
    display: flex;
    gap: 0.4rem;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }
  .breadcrumb-bar li {
    font-size: 0.6rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--sage-light);
  }
  .breadcrumb-bar li + li::before { content: "›"; margin-right: 0.4rem; color: var(--mist); }
  .breadcrumb-bar a { color: var(--sage); text-decoration: none; transition: color 0.2s; }
  .breadcrumb-bar a:hover { color: var(--sage-dark); }

  /* ── GALERIA GRID ── */
  .gallery-section {
    padding: 8rem 2rem;
    background: var(--white);
  }

  .gallery-section-inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .gallery-section-header {
    text-align: center;
    margin-bottom: 4rem;
  }

  .gallery-section-header h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-style: italic;
    color: var(--sage-dark);
    margin-bottom: 0.8rem;
  }

  .gallery-section-header p {
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    color: var(--sage-light);
    max-width: 480px;
    margin: 0 auto;
    line-height: 1.9;
  }

  /* Grid principal: 3 colunas, linhas com alturas variadas */
  .photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 300px 260px 300px;
    gap: 10px;
  }

  .photo-grid-item {
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
    background: var(--mist-light);
  }

  /* Destaques que ocupam 2 colunas ou 2 linhas */
  .photo-grid-item.wide  { grid-column: span 2; }
  .photo-grid-item.tall  { grid-row: span 2; }

  .photo-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease, filter 0.4s ease;
    filter: brightness(0.96);
  }

  .photo-grid-item:hover img {
    transform: scale(1.06);
    filter: brightness(1.04);
  }

  .photo-grid-item .grid-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.4rem 1.2rem 0.9rem;
    background: linear-gradient(to top, rgba(8,12,6,0.72) 0%, transparent 100%);
    color: #fff;
    font-size: 0.62rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
  }

  .photo-grid-item:hover .grid-caption { opacity: 1; }

  /* Placeholder visual para imagens ainda não carregadas */
  .photo-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--sage-dark) 0%, var(--sage) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  .photo-placeholder span {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: rgba(255,255,255,0.55);
    font-size: 0.9rem;
    letter-spacing: 0.08em;
  }
  .photo-placeholder small {
    font-size: 0.58rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.32);
  }

  /* ── RESPONSIVO GALERIA ── */
  @media (max-width: 900px) {
    .photo-grid {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto;
    }
    .photo-grid-item.wide  { grid-column: span 2; }
    .photo-grid-item.tall  { grid-row: span 1; }
    .photo-grid-item { height: 220px; }
  }

  @media (max-width: 580px) {
    .photo-grid { grid-template-columns: 1fr; }
    .photo-grid-item.wide  { grid-column: span 1; }
    .photo-grid-item { height: 200px; }
    .breadcrumb-bar { padding: 0.7rem 1.2rem; }
  }

  /* ── SEÇÃO PRIVILÉGIO: fundo escuro (já vem do style.css .features-bg) ── */
  /* Extra: feature-card custom icon size */
  .feature-icon { font-size: 1.6rem; display: block; margin-bottom: 0.9rem; }

  /* ── ÂNCORAS de navegação interna ── */
  .internal-nav {
    background: var(--sage-dark);
    padding: 0.85rem 2rem;
    position: sticky;
    top: 0;
    z-index: 900;
  }
  .internal-nav ul {
    list-style: none;
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  .internal-nav a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    font-size: 0.63rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    transition: color 0.2s;
  }
  .internal-nav a:hover { color: #fff; }

  @media (max-width: 600px) {
    .internal-nav { display: none; }
  }

