:root[data-visual-layout="1"]{
  --poa-layout-max:1240px;
  --poa-layout-gap:clamp(58px,8vw,118px);
  --poa-layout-card-radius:18px;
  --poa-layout-media-radius:20px;
  --poa-layout-card-shadow:0 18px 45px rgba(17,31,25,.08);
  --poa-layout-card-border:1px solid rgba(30,55,45,.10);
}
:root[data-layout-width="wide"]{--poa-layout-max:1520px}
:root[data-layout-width="full"]{--poa-layout-max:100%;}
:root[data-layout-spacing="compact"]{--poa-layout-gap:clamp(34px,5vw,72px)}
:root[data-layout-spacing="airy"]{--poa-layout-gap:clamp(82px,11vw,164px)}
:root[data-layout-corners="square"]{--poa-layout-card-radius:0;--poa-layout-media-radius:0}
:root[data-layout-corners="rounded"]{--poa-layout-card-radius:30px;--poa-layout-media-radius:34px}

:root[data-visual-layout="1"] :is(
  .home306-section,.home306-trips-inner,.home306-map-section,.home306-about,
  .explore-main,.photos-v383-main,.chronology-main,.stats387-main,
  .local-v380-main,.trip-public-body,.trip-editorial-toolbar
){max-width:var(--poa-layout-max);margin-left:auto;margin-right:auto}
:root[data-layout-width="full"] :is(.home306-section,.home306-trips-inner,.home306-map-section,.home306-about,.explore-main,.photos-v383-main,.chronology-main,.stats387-main,.local-v380-main,.trip-public-body,.trip-editorial-toolbar){width:100%;max-width:none}

:root[data-visual-layout="1"] [data-poa-layout-container="1"]>[data-poa-layout-block]:not([hidden]){position:relative}
:root[data-visual-layout="1"] [data-poa-layout-hidden="1"]{display:none!important}

:root[data-layout-spacing="compact"] :is(.home306-section,.home306-trips,.home306-map-section,.home306-about,.photos-v383-browser,.chronology-main>section,.stats387-main>section,.local-v380-section,.trip-public-body>section){padding-top:calc(var(--poa-layout-gap)*.55);padding-bottom:calc(var(--poa-layout-gap)*.55)}
:root[data-layout-spacing="airy"] :is(.home306-section,.home306-trips,.home306-map-section,.home306-about,.photos-v383-browser,.chronology-main>section,.stats387-main>section,.local-v380-section,.trip-public-body>section){padding-top:calc(var(--poa-layout-gap)*.8);padding-bottom:calc(var(--poa-layout-gap)*.8)}

:root[data-layout-header="compact"] :is(.site-header,.simple-header){min-height:58px;padding-top:8px;padding-bottom:8px}
:root[data-layout-header="compact"] .site-brand small{display:none}
:root[data-layout-header="overlay"] body:not(.home-v306) :is(.site-header,.simple-header){position:absolute;inset:0 0 auto;z-index:60;background:linear-gradient(180deg,rgba(5,14,10,.68),transparent);border:0;color:white}
:root[data-layout-header="overlay"] body:not(.home-v306) :is(.site-header,.simple-header) a{color:inherit}

:root[data-layout-hero="compact"] :is(.home382-hero,.local-v380-hero,.trip-public-hero,.photos-v383-hero,.chronology-hero,.stats387-hero,.trips-index-hero){min-height:clamp(360px,48vh,580px)}
:root[data-layout-hero="tall"] :is(.home382-hero,.local-v380-hero,.trip-public-hero){min-height:clamp(620px,88svh,980px)}
:root[data-layout-hero="tall"] :is(.photos-v383-hero,.chronology-hero,.stats387-hero,.trips-index-hero){min-height:clamp(460px,65vh,760px)}

:root[data-layout-cards="soft"] :is(
  .home306-place-card,.trip-public-card,.photos-v383-card,.chron-card,.stats387-totals>*,
  .stats387-story,.stats387-comparison,.local-v380-detail-card,.trip-stop,.trip-facts>div
){border-radius:var(--poa-layout-card-radius);box-shadow:var(--poa-layout-card-shadow)}
:root[data-layout-cards="bordered"] :is(
  .home306-place-card,.trip-public-card,.photos-v383-card,.chron-card,.stats387-totals>*,
  .stats387-story,.stats387-comparison,.local-v380-detail-card,.trip-stop,.trip-facts>div
){border:var(--poa-layout-card-border)!important;border-radius:var(--poa-layout-card-radius);box-shadow:none!important}
:root[data-layout-cards="flat"] :is(
  .home306-place-card,.trip-public-card,.photos-v383-card,.chron-card,.stats387-totals>*,
  .stats387-story,.stats387-comparison,.local-v380-detail-card,.trip-stop,.trip-facts>div
){border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}

:root[data-visual-layout="1"] :is(
  .home382-showcase img,.home306-place-card img,.home306-photo-grid img,.trip-public-card img,
  .photos-v383-card img,.chron-card-media,.local-v380-gallery img,.trip-photo-item img,.trip-stop-image
){border-radius:var(--poa-layout-media-radius)}

:root[data-layout-gallery="grid"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid){display:grid!important;grid-template-columns:repeat(auto-fill,minmax(230px,1fr))!important;grid-auto-flow:row!important;columns:auto!important}
:root[data-layout-gallery="grid"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid)>*{grid-column:auto!important;grid-row:auto!important;aspect-ratio:4/3;min-height:0!important}
:root[data-layout-gallery="grid"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid) img{width:100%;height:100%;object-fit:cover}
:root[data-layout-gallery="panoramic"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid){display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;columns:auto!important}
:root[data-layout-gallery="panoramic"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid)>*{aspect-ratio:16/8!important;min-height:0!important}
:root[data-layout-gallery="panoramic"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid)>*:nth-child(3n+1){grid-column:1/-1}
:root[data-layout-gallery="panoramic"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid) img{width:100%;height:100%;object-fit:cover}

:root[data-layout-preset="photographic"] :is(.home306-section-heading p,.home306-about-copy>p,.trip-story-summary,.local-v380-intro-copy>p){max-width:48ch}
:root[data-layout-preset="photographic"] :is(.home382-showcase,.local-v380-hero,.trip-public-hero){filter:saturate(1.06) contrast(1.02)}
:root[data-layout-preset="photographic"] :is(.home306-place-grid,.trips-public-grid){grid-template-columns:repeat(auto-fit,minmax(330px,1fr))}

:root[data-layout-preset="immersive"]{--poa-layout-max:100%;--poa-layout-media-radius:0}
:root[data-layout-preset="immersive"] :is(.home382-hero,.local-v380-hero,.trip-public-hero){min-height:100svh}
:root[data-layout-preset="immersive"] :is(.home306-section,.home306-trips-inner,.home306-map-section,.home306-about,.local-v380-main,.trip-public-body){max-width:none}
:root[data-layout-preset="immersive"] :is(.local-v380-gallery,.trip-photo-grid,.home306-photo-grid){gap:4px!important}

:root[data-layout-preset="minimal"] :is(.premium-eyebrow,.home306-kicker,.local-v380-section-label){letter-spacing:.08em}
:root[data-layout-preset="minimal"] :is(.home306-section,.home306-trips,.home306-map-section,.home306-about,.local-v380-section,.trip-public-body>section){border-top:1px solid rgba(31,53,44,.12)}
:root[data-layout-preset="minimal"] :is(.home306-place-card,.trip-public-card,.chron-card,.trip-stop){box-shadow:none!important;border-radius:0!important}

:root[data-layout-preset="magazine"] :is(.home306-place-grid,.trips-public-grid,.stats387-rank-grid){display:grid;grid-template-columns:repeat(12,minmax(0,1fr))}
:root[data-layout-preset="magazine"] :is(.home306-place-grid,.trips-public-grid,.stats387-rank-grid)>*:nth-child(4n+1){grid-column:span 7}
:root[data-layout-preset="magazine"] :is(.home306-place-grid,.trips-public-grid,.stats387-rank-grid)>*:nth-child(4n+2){grid-column:span 5}
:root[data-layout-preset="magazine"] :is(.home306-place-grid,.trips-public-grid,.stats387-rank-grid)>*:nth-child(4n+3){grid-column:span 5}
:root[data-layout-preset="magazine"] :is(.home306-place-grid,.trips-public-grid,.stats387-rank-grid)>*:nth-child(4n+4){grid-column:span 7}

:root[data-layout-motion="none"] *,
:root[data-layout-motion="none"] *::before,
:root[data-layout-motion="none"] *::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
:root[data-layout-motion="none"] [data-reveal]{opacity:1!important;transform:none!important}
:root[data-layout-motion="dynamic"] [data-reveal]{transition-duration:.9s!important;transition-timing-function:cubic-bezier(.2,.75,.25,1)!important}
:root[data-layout-motion="dynamic"] :is(.home306-place-card,.trip-public-card,.photos-v383-card,.chron-card,.trip-stop){transition:transform .45s ease,box-shadow .45s ease}
:root[data-layout-motion="dynamic"] :is(.home306-place-card,.trip-public-card,.photos-v383-card,.chron-card,.trip-stop):hover{transform:translateY(-8px)}

@media(max-width:780px){
  :root[data-layout-preset="magazine"] :is(.home306-place-grid,.trips-public-grid,.stats387-rank-grid)>*{grid-column:1/-1!important}
  :root[data-layout-gallery="panoramic"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid){grid-template-columns:1fr!important}
  :root[data-layout-gallery="panoramic"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid)>*{grid-column:1!important;aspect-ratio:4/3!important}
}

/* V5.0.0 — universos visuais avançados */
:root[data-visual-layout="1"]{
  --poa-layout-bg:#f7f8f6;
  --poa-layout-surface:#fff;
  --poa-layout-ink:#18241f;
  --poa-layout-muted:#66736d;
  --poa-layout-accent:#2f6b52;
  --poa-layout-accent-2:#b5824c;
  --poa-layout-section-bg:transparent;
  --poa-layout-font-body:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
  --poa-layout-font-heading:Georgia,"Times New Roman",serif;
}
:root[data-visual-layout="1"] body{background:var(--poa-layout-bg);color:var(--poa-layout-ink);font-family:var(--poa-layout-font-body)}
:root[data-visual-layout="1"] :is(h1,h2,h3,.home306-section-heading strong,.local-v380-section-title,.trip-section-title){font-family:var(--poa-layout-font-heading)}

/* Temas */
:root[data-layout-theme="dark"]{
  color-scheme:dark;--poa-layout-bg:#080d0b;--poa-layout-surface:#101815;--poa-layout-ink:#f2f4f1;--poa-layout-muted:#abb6b0;--poa-layout-accent:#76b895;--poa-layout-accent-2:#d09b64;--poa-layout-card-shadow:0 22px 55px rgba(0,0,0,.38);--poa-layout-card-border:1px solid rgba(255,255,255,.14)
}
:root[data-layout-theme="paper"]{
  --poa-layout-bg:#eee6d6;--poa-layout-surface:#faf6ed;--poa-layout-ink:#332d25;--poa-layout-muted:#756a5b;--poa-layout-accent:#6e4732;--poa-layout-accent-2:#a56f45;--poa-layout-card-border:1px solid rgba(78,60,42,.18)
}
:root[data-layout-theme="forest"]{
  --poa-layout-bg:#10231b;--poa-layout-surface:#183127;--poa-layout-ink:#f1f5ef;--poa-layout-muted:#b3c5bb;--poa-layout-accent:#8ec6a4;--poa-layout-accent-2:#d4ad72;--poa-layout-card-border:1px solid rgba(223,239,229,.14)
}
:root[data-layout-theme="sunset"]{
  --poa-layout-bg:#2a1820;--poa-layout-surface:#3a222b;--poa-layout-ink:#fff6ef;--poa-layout-muted:#ddc5bd;--poa-layout-accent:#f0a36e;--poa-layout-accent-2:#c66a79;--poa-layout-card-border:1px solid rgba(255,238,226,.15)
}
:root[data-layout-theme="paper"] body{background-color:var(--poa-layout-bg);background-image:radial-gradient(rgba(70,55,38,.055) .7px,transparent .7px);background-size:6px 6px}
:root[data-layout-theme="dark"] :is(main,section,article),
:root[data-layout-theme="forest"] :is(main,section,article),
:root[data-layout-theme="sunset"] :is(main,section,article){color:inherit}
:root[data-layout-theme="dark"] :is(.home306-place-card,.trip-public-card,.photos-v383-card,.chron-card,.stats387-story,.stats387-comparison,.local-v380-detail-card,.trip-stop,.trip-facts>div),
:root[data-layout-theme="forest"] :is(.home306-place-card,.trip-public-card,.photos-v383-card,.chron-card,.stats387-story,.stats387-comparison,.local-v380-detail-card,.trip-stop,.trip-facts>div),
:root[data-layout-theme="sunset"] :is(.home306-place-card,.trip-public-card,.photos-v383-card,.chron-card,.stats387-story,.stats387-comparison,.local-v380-detail-card,.trip-stop,.trip-facts>div){background:var(--poa-layout-surface)!important;color:var(--poa-layout-ink)!important}
:root[data-layout-theme="dark"] :is(p,small,.muted,.home306-section-heading p,.trip-story-summary),
:root[data-layout-theme="forest"] :is(p,small,.muted,.home306-section-heading p,.trip-story-summary),
:root[data-layout-theme="sunset"] :is(p,small,.muted,.home306-section-heading p,.trip-story-summary){color:var(--poa-layout-muted)}

/* Tipografia */
:root[data-layout-typography="classic"]{--poa-layout-font-body:Georgia,"Times New Roman",serif;--poa-layout-font-heading:Georgia,"Times New Roman",serif}
:root[data-layout-typography="editorial"]{--poa-layout-font-body:system-ui,-apple-system,"Segoe UI",sans-serif;--poa-layout-font-heading:"Iowan Old Style",Georgia,"Times New Roman",serif}
:root[data-layout-typography="modern"]{--poa-layout-font-body:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;--poa-layout-font-heading:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}
:root[data-layout-typography="display"]{--poa-layout-font-body:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;--poa-layout-font-heading:Impact,"Arial Black",Inter,sans-serif}
:root[data-layout-typography="display"] :is(h1,h2,.home306-section-heading strong,.local-v380-section-title,.trip-section-title){letter-spacing:-.045em;text-transform:uppercase;line-height:.92}
:root[data-layout-typography="editorial"] :is(.local-v380-story p,.trip-story-copy p,.home306-about-copy p):first-of-type::first-letter{float:left;margin:.04em .12em 0 0;font:700 4.5em/.75 var(--poa-layout-font-heading);color:var(--poa-layout-accent)}

/* Cabeçalho flutuante */
:root[data-layout-header="floating"] :is(.site-header,.simple-header){position:sticky;top:10px;z-index:80;width:min(1180px,calc(100% - 24px));margin:10px auto -72px;border:1px solid rgba(255,255,255,.45);border-radius:999px;background:rgba(255,255,255,.82);box-shadow:0 14px 42px rgba(13,30,22,.16);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
:root[data-layout-theme="dark"][data-layout-header="floating"] :is(.site-header,.simple-header),
:root[data-layout-theme="forest"][data-layout-header="floating"] :is(.site-header,.simple-header),
:root[data-layout-theme="sunset"][data-layout-header="floating"] :is(.site-header,.simple-header){background:rgba(10,18,14,.78);border-color:rgba(255,255,255,.14);color:#fff}

/* Capas */
:root[data-layout-hero="fullscreen"] :is(.home382-hero,.local-v380-hero,.trip-public-hero,.photos-v383-hero,.chronology-hero,.stats387-hero,.trips-index-hero){min-height:100svh!important}
:root[data-layout-hero="split"] :is(.home382-hero,.local-v380-hero,.trip-public-hero,.photos-v383-hero,.chronology-hero,.stats387-hero,.trips-index-hero){min-height:clamp(520px,72vh,820px);margin:clamp(12px,2vw,28px);border-radius:var(--poa-layout-media-radius);overflow:hidden;background-position:75% center!important}
:root[data-layout-hero="split"] :is(.home382-hero,.local-v380-hero,.trip-public-hero,.photos-v383-hero,.chronology-hero,.stats387-hero,.trips-index-hero)::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,14,10,.86) 0 46%,rgba(5,14,10,.15) 72%,transparent);pointer-events:none}
:root[data-layout-hero="split"] :is(.home382-hero,.local-v380-hero,.trip-public-hero,.photos-v383-hero,.chronology-hero,.stats387-hero,.trips-index-hero)>*{position:relative;z-index:2;max-width:50%}

/* Secções */
:root[data-layout-sections="bands"] [data-poa-layout-container="1"]>[data-poa-layout-block]:not([hidden]):nth-of-type(even){background:color-mix(in srgb,var(--poa-layout-surface) 88%,var(--poa-layout-accent) 12%)}
:root[data-layout-sections="bands"] [data-poa-layout-container="1"]>[data-poa-layout-block]:not([hidden]){padding-left:max(24px,calc((100% - var(--poa-layout-max))/2));padding-right:max(24px,calc((100% - var(--poa-layout-max))/2))}
:root[data-layout-sections="overlap"] [data-poa-layout-container="1"]>[data-poa-layout-block]:not([hidden]){z-index:1;margin-top:-36px;border-radius:var(--poa-layout-card-radius);background:var(--poa-layout-surface);box-shadow:var(--poa-layout-card-shadow)}
:root[data-layout-sections="overlap"] [data-poa-layout-container="1"]>[data-poa-layout-block]:not([hidden]):first-child{margin-top:0}
:root[data-layout-sections="framed"] [data-poa-layout-container="1"]>[data-poa-layout-block]:not([hidden]){margin:clamp(22px,4vw,58px) auto;padding:clamp(28px,5vw,72px);max-width:min(var(--poa-layout-max),calc(100% - 32px));border:1px solid color-mix(in srgb,var(--poa-layout-ink) 16%,transparent);border-radius:var(--poa-layout-card-radius);background:var(--poa-layout-surface)}

/* Cartões de vidro */
:root[data-layout-cards="glass"] :is(.home306-place-card,.trip-public-card,.photos-v383-card,.chron-card,.stats387-totals>*,.stats387-story,.stats387-comparison,.local-v380-detail-card,.trip-stop,.trip-facts>div){border:1px solid rgba(255,255,255,.3)!important;border-radius:var(--poa-layout-card-radius);background:color-mix(in srgb,var(--poa-layout-surface) 72%,transparent)!important;box-shadow:0 22px 60px rgba(8,20,14,.16)!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}

/* Proporções */
:root[data-layout-media-ratio="square"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid)>*{aspect-ratio:1/1!important}
:root[data-layout-media-ratio="portrait"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid)>*{aspect-ratio:4/5!important}
:root[data-layout-media-ratio="landscape"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid)>*{aspect-ratio:4/3!important}
:root[data-layout-media-ratio="cinematic"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid)>*{aspect-ratio:21/9!important}
:root[data-layout-media-ratio]:not([data-layout-media-ratio="auto"]) :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid) img{width:100%;height:100%;object-fit:cover}

/* Legendas */
:root[data-layout-captions="hidden"] :is(figcaption,.photo-caption,.trip-photo-caption,[data-caption]){display:none!important}
:root[data-layout-captions="overlay"] :is(figure,.trip-photo-item,.photos-v383-card,.home306-photo-grid>*,.local-v380-gallery>*){position:relative;overflow:hidden}
:root[data-layout-captions="overlay"] :is(figcaption,.photo-caption,.trip-photo-caption,[data-caption]){position:absolute;inset:auto 0 0;z-index:4;margin:0!important;padding:42px 16px 14px!important;background:linear-gradient(transparent,rgba(0,0,0,.78));color:#fff!important;opacity:0;transform:translateY(8px);transition:.25s ease}
:root[data-layout-captions="overlay"] :is(figure,.trip-photo-item,.photos-v383-card,.home306-photo-grid>*,.local-v380-gallery>*):hover :is(figcaption,.photo-caption,.trip-photo-caption,[data-caption]){opacity:1;transform:none}

/* Galeria social */
:root[data-layout-gallery="social"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid){display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:3px!important;columns:auto!important;max-width:960px;margin-left:auto;margin-right:auto}
:root[data-layout-gallery="social"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid)>*{aspect-ratio:1/1!important;min-height:0!important;border-radius:0!important}
:root[data-layout-gallery="social"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid) img{width:100%;height:100%;object-fit:cover;border-radius:0!important}

/* Histórias verticais */
:root[data-layout-gallery="story"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid){display:grid!important;grid-template-columns:minmax(0,720px)!important;justify-content:center;gap:clamp(28px,6vw,72px)!important;columns:auto!important}
:root[data-layout-gallery="story"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid)>*{aspect-ratio:4/5!important;min-height:0!important;box-shadow:var(--poa-layout-card-shadow)}
:root[data-layout-gallery="story"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid)>*:nth-child(even){transform:translateX(clamp(0px,5vw,90px)) rotate(.4deg)}
:root[data-layout-gallery="story"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid)>*:nth-child(odd){transform:translateX(clamp(-90px,-5vw,0px)) rotate(-.4deg)}
:root[data-layout-gallery="story"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid) img{width:100%;height:100%;object-fit:cover}

/* Slider e faixa de filme */
:root[data-layout-gallery="slider"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid),
:root[data-layout-gallery="filmstrip"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid){display:flex!important;grid-template-columns:none!important;columns:auto!important;gap:clamp(10px,1.5vw,24px)!important;overflow-x:auto!important;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;padding:0 max(5vw,24px) 12px}
:root[data-layout-gallery="slider"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid)::-webkit-scrollbar,
:root[data-layout-gallery="filmstrip"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid)::-webkit-scrollbar{display:none}
:root[data-layout-gallery="slider"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid)>*{flex:0 0 min(88vw,1180px)!important;scroll-snap-align:center;aspect-ratio:16/9!important;min-height:0!important}
:root[data-layout-gallery="filmstrip"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid)>*{flex:0 0 clamp(220px,30vw,430px)!important;scroll-snap-align:start;aspect-ratio:3/2!important;min-height:0!important}
:root[data-layout-gallery="slider"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid) img,
:root[data-layout-gallery="filmstrip"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid) img{width:100%;height:100%;object-fit:cover}
.poa-layout-gallery-nav{display:flex;justify-content:center;align-items:center;gap:13px;margin:14px auto 30px;color:var(--poa-layout-ink)}
.poa-layout-gallery-nav button{display:grid;place-items:center;width:42px;height:42px;border:1px solid color-mix(in srgb,var(--poa-layout-ink) 18%,transparent);border-radius:50%;background:var(--poa-layout-surface);color:inherit;font-size:1.4rem;cursor:pointer;box-shadow:0 8px 24px rgba(11,26,18,.1)}
.poa-layout-gallery-nav button:disabled{opacity:.35;cursor:default}
.poa-layout-gallery-nav span{min-width:60px;text-align:center;font-size:.72rem;font-weight:800;letter-spacing:.08em}

/* Movimento cinematográfico */
:root[data-layout-motion="cinematic"] [data-reveal]{transition-duration:1.2s!important;transition-timing-function:cubic-bezier(.16,.76,.22,1)!important}
:root[data-layout-motion="cinematic"] :is(.home306-photo-grid img,.local-v380-gallery img,.trip-photo-grid img,.photos-v383-grid img){transition:transform 1.4s cubic-bezier(.16,.76,.22,1),filter .8s ease}
:root[data-layout-motion="cinematic"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid)>*:hover img{transform:scale(1.035);filter:saturate(1.08) contrast(1.03)}

/* Preset Revista */
:root[data-layout-preset="magazine"] :is(.home306-section-heading,.local-v380-section-head,.trip-section-head){display:grid;grid-template-columns:minmax(140px,.35fr) minmax(0,1fr);gap:clamp(24px,5vw,80px);align-items:end;border-bottom:3px double color-mix(in srgb,var(--poa-layout-ink) 40%,transparent);padding-bottom:18px}
:root[data-layout-preset="magazine"] :is(.home306-section-heading strong,.local-v380-section-title,.trip-section-title){font-size:clamp(2.4rem,6vw,6.5rem);line-height:.86}
:root[data-layout-preset="magazine"] :is(.home306-place-card,.trip-public-card,.chron-card):nth-child(3n+1){transform:translateY(22px)}

/* Preset Apresentação */
:root[data-layout-preset="slideshow"] body{overflow-x:hidden}
:root[data-layout-preset="slideshow"] :is(.home306-section-heading,.local-v380-section-head,.trip-section-head){text-align:center;justify-items:center}
:root[data-layout-preset="slideshow"] :is(.home306-section,.local-v380-section,.trip-public-body>section){min-height:80svh;display:grid;align-content:center}
:root[data-layout-preset="slideshow"] .poa-layout-gallery-nav{position:sticky;bottom:18px;z-index:20}

/* Preset Panorâmico */
:root[data-layout-preset="panorama"] :is(.home306-section,.local-v380-section,.trip-public-body>section){max-width:none!important}
:root[data-layout-preset="panorama"] :is(.home306-section-heading,.local-v380-section-head,.trip-section-head){max-width:var(--poa-layout-max);margin-left:auto;margin-right:auto}
:root[data-layout-preset="panorama"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid){gap:2px!important}

/* Preset Social */
:root[data-layout-preset="social"]{--poa-layout-max:980px}
:root[data-layout-preset="social"] :is(.home306-section-heading,.local-v380-section-head,.trip-section-head){align-items:center;text-align:center;justify-items:center}
:root[data-layout-preset="social"] :is(.home306-place-card,.trip-public-card,.photos-v383-card){border-radius:26px!important}
:root[data-layout-preset="social"] :is(.home306-place-grid,.trips-public-grid){grid-template-columns:repeat(2,minmax(0,1fr))}

/* Preset Cinema */
:root[data-layout-preset="cinematic"] :is(.home382-hero,.local-v380-hero,.trip-public-hero){position:relative}
:root[data-layout-preset="cinematic"] :is(.home382-hero,.local-v380-hero,.trip-public-hero)::before{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;box-shadow:inset 0 10vh 0 rgba(0,0,0,.72),inset 0 -10vh 0 rgba(0,0,0,.72)}
:root[data-layout-preset="cinematic"] :is(.home306-section-heading strong,.local-v380-section-title,.trip-section-title){font-size:clamp(2.8rem,7vw,8rem)}

/* Preset Álbum */
:root[data-layout-preset="scrapbook"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid)>*{padding:10px 10px 42px;background:#fff;border:1px solid rgba(67,52,38,.16);box-shadow:0 18px 35px rgba(63,45,29,.16)}
:root[data-layout-preset="scrapbook"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid)>*:nth-child(3n+1){transform:rotate(-1.3deg)}
:root[data-layout-preset="scrapbook"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid)>*:nth-child(3n+2){transform:rotate(.9deg) translateY(18px)}
:root[data-layout-preset="scrapbook"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid)>*:nth-child(3n){transform:rotate(-.4deg)}

@media(max-width:780px){
  :root[data-layout-hero="split"] :is(.home382-hero,.local-v380-hero,.trip-public-hero,.photos-v383-hero,.chronology-hero,.stats387-hero,.trips-index-hero){margin:8px;min-height:72svh;background-position:center!important}
  :root[data-layout-hero="split"] :is(.home382-hero,.local-v380-hero,.trip-public-hero,.photos-v383-hero,.chronology-hero,.stats387-hero,.trips-index-hero)::after{background:linear-gradient(0deg,rgba(5,14,10,.88),rgba(5,14,10,.12) 75%)}
  :root[data-layout-hero="split"] :is(.home382-hero,.local-v380-hero,.trip-public-hero,.photos-v383-hero,.chronology-hero,.stats387-hero,.trips-index-hero)>*{max-width:100%}
  :root[data-layout-gallery="story"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid)>*{transform:none!important}
  :root[data-layout-gallery="slider"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid)>*{flex-basis:92vw!important;aspect-ratio:4/5!important}
  :root[data-layout-gallery="filmstrip"] :is(.home306-photo-grid,.local-v380-gallery,.trip-photo-grid,.photos-v383-grid)>*{flex-basis:78vw!important}
  :root[data-layout-preset="magazine"] :is(.home306-section-heading,.local-v380-section-head,.trip-section-head){grid-template-columns:1fr}
  :root[data-layout-preset="social"] :is(.home306-place-grid,.trips-public-grid){grid-template-columns:1fr}
  :root[data-layout-header="floating"] :is(.site-header,.simple-header){top:6px;width:calc(100% - 12px);border-radius:20px}
  :root[data-layout-sections="overlap"] [data-poa-layout-container="1"]>[data-poa-layout-block]:not([hidden]){margin-top:-16px}
  :root[data-layout-sections="framed"] [data-poa-layout-container="1"]>[data-poa-layout-block]:not([hidden]){padding:24px 16px}
}
