/* ================================================================
   Patos dos Picos — folha de estilos partilhada por todas as subpáginas
   Raiz: /assets/css/patosdospicos.css
   ================================================================ */

:root{
  --ink:#0E0E10;
  --ink-2:#18181B;
  --ink-3:#26262B;
  --yellow:#F5DC6A;
  --yellow-deep:#E9C94E;
  --yellow-soft:#FFF0B3;
  --cream:#FFFBEF;
  --cream-2:#F5EFDE;
  --gray:#6B6B72;
  --line:rgba(255,255,255,.10);
  --line-dark:rgba(0,0,0,.10);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',system-ui,-apple-system,sans-serif;
  background:var(--ink);color:#fff;line-height:1.6;
  -webkit-font-smoothing:antialiased;
  min-height:100vh;display:flex;flex-direction:column;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
:focus-visible{outline:2px solid var(--yellow);outline-offset:3px;border-radius:4px}
h1,h2,h3,h4{font-family:'Bebas Neue',sans-serif;font-weight:400;letter-spacing:.01em;line-height:.95}

/* ============ NAV ============ */
header.nav{
  position:sticky;top:0;left:0;right:0;z-index:20;
  background:rgba(14,14,16,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);
}
.nav-inner{
  display:flex;align-items:center;justify-content:space-between;
  padding:16px 24px;max-width:1200px;margin:0 auto;
}
.brand{display:flex;align-items:center;gap:14px}
.brand .logo{width:38px;height:38px;border-radius:50%;background:var(--yellow);overflow:hidden;flex:none}
.brand .logo img{width:100%;height:100%;object-fit:cover}
.brand .names{display:flex;flex-direction:column;gap:1px;line-height:1}
.brand .mendao{font-family:'Caveat',cursive;font-size:22px;color:var(--yellow);line-height:1}
.brand .sub{font-size:10px;letter-spacing:.28em;text-transform:uppercase;color:rgba(255,255,255,.7);margin-top:3px}
.nav-right{display:flex;gap:18px;align-items:center}
.nav-right a{
  font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;
  color:rgba(255,255,255,.8);transition:color .2s;
}
.nav-right a:hover{color:var(--yellow)}
.nav-right a.active{color:var(--yellow)}
.nav-right a.nav-highlight{
  color:var(--ink);background:var(--yellow);
  padding:8px 14px;border-radius:999px;
  letter-spacing:.14em;font-weight:700;
  box-shadow:0 0 0 1px rgba(0,0,0,.08) inset;
}
.nav-right a.nav-highlight:hover{background:#fff;color:var(--ink)}
.nav-right .cta{
  background:var(--yellow);color:var(--ink);
  padding:10px 18px;border-radius:999px;font-weight:700;
}
.nav-right .cta:hover{background:#fff;color:var(--ink)}
@media (max-width:780px){.nav-right a.text-only{display:none}}
@media (max-width:780px){.nav-right a.nav-highlight{display:none}}

/* ============ BREADCRUMB ============ */
.crumbs{
  max-width:1200px;margin:0 auto;padding:22px 24px 0;
  font-size:11px;letter-spacing:.2em;text-transform:uppercase;
  color:rgba(255,255,255,.55);
}
.crumbs a{color:rgba(255,255,255,.7);transition:color .2s}
.crumbs a:hover{color:var(--yellow)}
.crumbs .sep{margin:0 8px;opacity:.5}
.crumbs .here{color:var(--yellow)}

/* ============ HERO ============ */
.hero{
  position:relative;padding:72px 24px 96px;overflow:hidden;flex:0 0 auto;
  background:
    radial-gradient(900px 600px at 20% 30%, rgba(245,220,106,.10), transparent 60%),
    radial-gradient(900px 600px at 80% 75%, rgba(245,220,106,.06), transparent 60%),
    var(--ink);
}
.hero--hub{padding:96px 24px 120px}
.hero-inner{max-width:1040px;margin:0 auto;position:relative;z-index:1}
.eyebrow{
  display:inline-flex;align-items:center;gap:12px;
  font-size:11px;font-weight:700;letter-spacing:.32em;text-transform:uppercase;
  color:var(--yellow);margin-bottom:24px;
}
.eyebrow.dark{color:var(--yellow-deep)}
.eyebrow::before{content:'';width:40px;height:1px;background:currentColor}
.hero h1{font-size:clamp(44px,7.5vw,92px);line-height:.92;margin-bottom:14px}
.hero--hub h1{font-size:clamp(54px,9vw,120px);line-height:.9;margin-bottom:18px}
.hero h1 .accent{
  color:var(--yellow);display:block;
  font-family:'Caveat',cursive;font-size:.42em;font-weight:700;letter-spacing:0;margin-top:8px;
}
.hero .lead{
  font-size:clamp(16px,1.7vw,19px);line-height:1.6;color:rgba(255,255,255,.82);
  max-width:680px;margin-top:18px;font-weight:300;
}
.hero .lead strong{color:#fff;font-weight:600}
.hero-meta{
  display:flex;gap:28px;flex-wrap:wrap;margin-top:36px;
  padding-top:24px;border-top:1px solid var(--line);
}
.hero-meta .m{display:flex;flex-direction:column;gap:2px}
.hero-meta .v{font-family:'Bebas Neue',sans-serif;font-size:28px;color:var(--yellow)}
.hero-meta .k{font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:rgba(255,255,255,.55)}

/* ============ INTRO (sobre cream) ============ */
.intro{background:var(--cream);color:#1a1a1f;padding:80px 24px}
.intro-inner{max-width:820px;margin:0 auto}
.intro h2{font-size:clamp(36px,5vw,58px);color:#111}
.intro h2 .caveat{font-family:'Caveat',cursive;color:var(--yellow-deep);font-size:.78em}
.intro p{margin-top:16px;font-size:17px;line-height:1.75;color:#2a2a30;max-width:720px}
.intro p strong{color:#111;font-weight:600}
.intro .pill{
  display:inline-flex;align-items:center;gap:10px;
  background:#fff;border:1px solid var(--line-dark);
  padding:10px 18px;border-radius:999px;margin-top:22px;
  font-size:13px;color:#2a2a30;
}
.intro .pill .dot{width:8px;height:8px;border-radius:50%;background:var(--yellow-deep)}

/* ============ SECTION BLOCK ============ */
section.block{padding:96px 24px}
.block-head{max-width:920px;margin:0 auto 48px}
.block-head h2{font-size:clamp(38px,5.2vw,66px)}
.block-head h2 .caveat{font-family:'Caveat',cursive;color:var(--yellow);font-size:.78em}
.block-head p{
  margin-top:14px;font-size:16px;line-height:1.7;
  color:rgba(255,255,255,.7);max-width:680px;
}
.block.light{background:var(--cream);color:#1a1a1f}
.block.light .block-head h2{color:#111}
.block.light .block-head h2 .caveat{color:var(--yellow-deep)}
.block.light .block-head p{color:#555}

/* ============ HUB CARDS ============ */
.hub-grid{
  max-width:1200px;margin:0 auto;
  display:grid;grid-template-columns:repeat(3,1fr);gap:22px;
}
.hub-card{
  background:var(--ink-2);border:1px solid var(--line);border-radius:18px;
  padding:30px 28px;display:flex;flex-direction:column;gap:12px;
  transition:transform .22s, border-color .22s;
  position:relative;min-height:240px;
}
.hub-card:hover{transform:translateY(-4px);border-color:rgba(245,220,106,.4)}
.hub-card .n{font-family:'Bebas Neue',sans-serif;font-size:14px;color:var(--yellow);letter-spacing:.24em}
.hub-card h3{font-family:'Bebas Neue',sans-serif;font-size:34px;line-height:1;letter-spacing:.02em;color:#fff}
.hub-card p{font-size:14.5px;line-height:1.65;color:rgba(255,255,255,.72)}
.hub-card .arrow{
  margin-top:auto;font-size:11px;letter-spacing:.24em;text-transform:uppercase;
  color:var(--yellow);display:inline-flex;align-items:center;gap:8px;font-weight:700;
}
.hub-card.feature{
  background:linear-gradient(180deg, rgba(245,220,106,.1), rgba(245,220,106,.02));
  border-color:rgba(245,220,106,.35);
  grid-column:span 3;min-height:auto;
}
.hub-card.feature h3{font-size:44px}
@media (max-width:960px){.hub-grid{grid-template-columns:1fr 1fr}.hub-card.feature{grid-column:span 2}}
@media (max-width:620px){.hub-grid{grid-template-columns:1fr}.hub-card.feature{grid-column:auto}}

/* ============ PUERTOS GRID ============ */
.puerto-grid{
  max-width:1200px;margin:0 auto;
  display:grid;grid-template-columns:repeat(3,1fr);gap:20px;
}
.puerto{
  background:var(--ink-2);border:1px solid var(--line);border-radius:18px;
  padding:28px 26px;display:flex;flex-direction:column;gap:14px;
  transition:transform .2s, border-color .2s;
}
.puerto:hover{transform:translateY(-3px);border-color:rgba(245,220,106,.35)}
.puerto .alt{font-family:'Bebas Neue',sans-serif;color:var(--yellow);font-size:38px;line-height:1}
.puerto .alt small{font-size:.38em;letter-spacing:.2em;color:rgba(255,255,255,.5);margin-left:6px;text-transform:uppercase;font-family:'Inter',sans-serif;font-weight:600}
.puerto .name{font-size:20px;font-weight:700;color:#fff}
.puerto .region{font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:var(--yellow);opacity:.9}
.puerto .desc{font-size:14px;line-height:1.65;color:rgba(255,255,255,.72)}
.puerto.accent{background:rgba(245,220,106,.05);border-color:rgba(245,220,106,.25)}
@media (max-width:960px){.puerto-grid{grid-template-columns:1fr 1fr}}
@media (max-width:620px){.puerto-grid{grid-template-columns:1fr}}

/* ============ DESFILADEIROS ============ */
.desf-grid{
  max-width:1200px;margin:0 auto;
  display:grid;grid-template-columns:1fr 1fr;gap:24px;
}
.desf{
  background:#fff;border:1px solid var(--line-dark);border-radius:18px;
  padding:32px;display:flex;flex-direction:column;gap:12px;color:#1a1a1f;
}
.desf h3{font-family:'Bebas Neue',sans-serif;font-size:36px;color:#111;line-height:1;letter-spacing:.02em}
.desf .tag{font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:var(--yellow-deep);font-weight:700}
.desf p{font-size:15px;line-height:1.7;color:#3a3a42}
.desf .facts{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}
.desf .facts span{
  font-size:11px;letter-spacing:.12em;text-transform:uppercase;
  background:var(--cream-2);padding:6px 12px;border-radius:999px;color:#555;
}
@media (max-width:780px){.desf-grid{grid-template-columns:1fr}}

/* ============ MIRADORES ============ */
.mir-grid{
  max-width:1200px;margin:0 auto;
  display:grid;grid-template-columns:repeat(3,1fr);gap:22px;
}
.mir{
  background:linear-gradient(180deg, rgba(245,220,106,.06), rgba(245,220,106,0));
  border:1px solid var(--line);border-radius:18px;
  padding:28px 26px;display:flex;flex-direction:column;gap:10px;
}
.mir .n{font-family:'Bebas Neue',sans-serif;font-size:14px;color:var(--yellow);letter-spacing:.24em}
.mir h3{font-family:'Bebas Neue',sans-serif;font-size:32px;line-height:1;letter-spacing:.02em;color:#fff}
.mir p{font-size:14.5px;line-height:1.65;color:rgba(255,255,255,.74)}
.mir .foot{margin-top:6px;font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:rgba(255,255,255,.5)}
@media (max-width:960px){.mir-grid{grid-template-columns:1fr 1fr}}
@media (max-width:620px){.mir-grid{grid-template-columns:1fr}}

/* ============ BASES ============ */
.base-grid{
  max-width:1200px;margin:0 auto;
  display:grid;grid-template-columns:repeat(3,1fr);gap:24px;
}
.base{
  background:#fff;border:1px solid var(--line-dark);border-radius:18px;
  padding:30px 28px;display:flex;flex-direction:column;gap:12px;color:#1a1a1f;
}
.base h3{font-family:'Bebas Neue',sans-serif;font-size:36px;color:#111;line-height:1}
.base .region{font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:var(--yellow-deep);font-weight:700}
.base p{font-size:15px;line-height:1.7;color:#3a3a42}
.base strong{color:#111}
@media (max-width:960px){.base-grid{grid-template-columns:1fr}}

/* ============ MOMENTOS ============ */
.mom-list{
  max-width:900px;margin:0 auto;
  display:flex;flex-direction:column;gap:2px;
}
.mom{
  border-top:1px solid var(--line);padding:32px 0;
  display:grid;grid-template-columns:200px 1fr;gap:32px;align-items:start;
}
.mom:last-child{border-bottom:1px solid var(--line)}
.mom .k{font-family:'Bebas Neue',sans-serif;font-size:22px;color:var(--yellow);letter-spacing:.06em}
.mom .k small{display:block;font-family:'Inter',sans-serif;font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:rgba(255,255,255,.5);font-weight:600;margin-top:6px;line-height:1.4}
.mom .b h3{font-family:'Bebas Neue',sans-serif;font-size:26px;color:#fff;line-height:1.05;margin-bottom:10px}
.mom .b p{font-size:15px;line-height:1.7;color:rgba(255,255,255,.75)}
@media (max-width:720px){.mom{grid-template-columns:1fr;gap:14px}}

/* ============ FAQ COVADONGA CARD ============ */
.faq-card{
  max-width:900px;margin:0 auto;
  background:linear-gradient(180deg, rgba(245,220,106,.06), rgba(245,220,106,.02));
  border:1px solid rgba(245,220,106,.25);border-radius:22px;
  padding:40px 36px;
}
.faq-card .tag{display:inline-block;font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:var(--yellow);margin-bottom:16px}
.faq-card h2{font-family:'Bebas Neue',sans-serif;font-size:clamp(30px,4vw,46px);color:#fff;line-height:1.05;margin-bottom:14px}
.faq-card h2 .caveat{font-family:'Caveat',cursive;color:var(--yellow);font-size:.78em;display:block}
.faq-card .verdict{
  font-size:16px;line-height:1.7;color:rgba(255,255,255,.88);
  border-left:3px solid var(--yellow);padding:10px 0 10px 18px;margin:18px 0 24px;
}
.faq-card .verdict strong{color:#fff}
.faq-card p{font-size:15px;line-height:1.7;color:rgba(255,255,255,.75);margin-top:14px}
.faq-card h4{
  font-family:'Inter',sans-serif;font-size:12px;letter-spacing:.22em;text-transform:uppercase;
  color:var(--yellow);margin:28px 0 10px;font-weight:700;
}
.faq-card ul{list-style:none;padding:0;margin:6px 0 0}
.faq-card ul li{
  padding:9px 0;border-bottom:1px dashed rgba(255,255,255,.08);
  font-size:14.5px;color:rgba(255,255,255,.8);line-height:1.55;
}
.faq-card ul li:last-child{border-bottom:0}
.faq-card ul li strong{color:#fff;font-weight:600}
.bus-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:10px}
.bus-cell{background:var(--ink-2);border:1px solid var(--line);border-radius:12px;padding:14px 16px}
.bus-cell .v{font-family:'Bebas Neue',sans-serif;font-size:26px;color:var(--yellow);line-height:1}
.bus-cell .l{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-top:6px}
@media (max-width:720px){.bus-grid{grid-template-columns:1fr 1fr}}

/* ============ PREV / NEXT NAV ============ */
.pager{
  max-width:1200px;margin:0 auto;padding:40px 24px 80px;
  display:grid;grid-template-columns:1fr 1fr;gap:18px;
}
.pager a{
  background:var(--ink-2);border:1px solid var(--line);border-radius:14px;
  padding:22px 24px;display:block;transition:border-color .2s, transform .2s;
}
.pager a:hover{border-color:rgba(245,220,106,.5);transform:translateY(-2px)}
.pager .dir{font-size:10px;letter-spacing:.28em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:6px}
.pager .t{font-family:'Bebas Neue',sans-serif;font-size:24px;color:#fff;letter-spacing:.02em}
.pager a.next{text-align:right}
.pager a.only{grid-column:span 2}
@media (max-width:620px){.pager{grid-template-columns:1fr}.pager a.next{text-align:left}.pager a.only{grid-column:auto}}

/* ============ EDITORIAL (cream) ============ */
.editorial{background:var(--cream);color:#1a1a1f;padding:80px 24px}
.ed-inner{max-width:820px;margin:0 auto}
.ed-inner h2{font-size:clamp(30px,4vw,44px);color:#111;line-height:1}
.ed-inner h2 .caveat{font-family:'Caveat',cursive;color:var(--yellow-deep);font-size:.78em}
.ed-inner p{font-size:16px;line-height:1.75;color:#2a2a30;margin-top:14px}
.ed-inner p strong{color:#111;font-weight:600}
.ed-two{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:28px}
.ed-box{background:#fff;border:1px solid var(--line-dark);border-radius:16px;padding:22px}
.ed-box h4{
  font-family:'Inter',sans-serif;font-size:11px;letter-spacing:.24em;text-transform:uppercase;
  color:var(--yellow-deep);font-weight:700;margin-bottom:10px;
}
.ed-box p{font-size:14.5px;margin-top:0}
@media (max-width:720px){.ed-two{grid-template-columns:1fr}}

/* ============ SOURCES BOX (inline) ============ */
.sources-box{
  max-width:820px;margin:20px auto 0;padding:26px 28px;
  background:var(--ink-2);border:1px solid var(--line);border-radius:16px;
}
.sources-box h4{
  font-family:'Inter',sans-serif;font-size:11px;letter-spacing:.24em;text-transform:uppercase;
  color:var(--yellow);font-weight:700;margin-bottom:12px;
}
.sources-box ul{list-style:none;padding:0;display:grid;gap:6px}
.sources-box li{font-size:13px;color:rgba(255,255,255,.7);line-height:1.55;padding-left:18px;position:relative}
.sources-box li::before{content:'→';position:absolute;left:0;color:var(--yellow)}
.sources-box a{color:rgba(255,255,255,.85);text-decoration:underline;text-decoration-color:rgba(255,255,255,.2)}
.sources-box a:hover{color:var(--yellow);text-decoration-color:var(--yellow)}

/* ============ RAIL (timeline dos parques naturais) ============ */
.rail{
  max-width:920px;margin:0 auto;
  display:flex;flex-direction:column;gap:0;
  position:relative;
}
.rail::before{
  content:'';position:absolute;left:30px;top:36px;bottom:36px;width:2px;
  background:linear-gradient(180deg, var(--yellow), rgba(245,220,106,.15));
}
.rail-stop{
  display:grid;grid-template-columns:72px 1fr;gap:22px;
  padding:28px 0;align-items:flex-start;position:relative;
}
.rail-dot{
  width:62px;height:62px;border-radius:50%;
  background:var(--ink-2);border:2px solid var(--yellow);
  display:flex;align-items:center;justify-content:center;
  position:relative;z-index:1;flex:none;
}
.rail-dot span{font-family:'Bebas Neue',sans-serif;font-size:24px;color:var(--yellow);letter-spacing:.04em}
.rail-body{padding-top:6px}
.rail-tag{
  display:inline-block;font-size:10px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;
  color:var(--yellow);margin-bottom:10px;
}
.rail-body h3{
  font-family:'Bebas Neue',sans-serif;font-size:clamp(32px,4.6vw,46px);
  color:#fff;line-height:1;letter-spacing:.02em;margin-bottom:12px;
}
.rail-lead{
  font-size:16px;line-height:1.65;color:rgba(255,255,255,.85);margin-bottom:14px;
}
.rail-facts{
  list-style:none;padding:0;margin:8px 0 12px;display:flex;flex-direction:column;gap:6px;
}
.rail-facts li{
  font-size:14px;line-height:1.55;color:rgba(255,255,255,.72);
  padding-left:18px;position:relative;
}
.rail-facts li::before{content:'·';position:absolute;left:6px;color:var(--yellow);font-weight:700}
.rail-facts li strong{color:#fff;font-weight:600}
.rail-note{
  font-size:13.5px;line-height:1.65;color:rgba(255,255,255,.6);
  font-style:italic;border-left:2px solid rgba(245,220,106,.4);
  padding:6px 0 6px 14px;margin-top:10px;
}
@media (max-width:620px){
  .rail::before{left:22px}
  .rail-stop{grid-template-columns:50px 1fr;gap:14px}
  .rail-dot{width:46px;height:46px}
  .rail-dot span{font-size:18px}
}

/* ============ PICOS BLOCKS (info pontual em prosa) ============ */
.picos-blocks{
  max-width:900px;margin:0 auto;
  display:flex;flex-direction:column;gap:2px;
}
.picos-blocks .pb{
  border-top:1px solid var(--line);padding:30px 0;
}
.picos-blocks .pb:last-child{border-bottom:1px solid var(--line)}
.pb-kicker{
  display:inline-block;font-size:10px;font-weight:700;letter-spacing:.28em;text-transform:uppercase;
  color:var(--yellow);margin-bottom:10px;
}
.picos-blocks .pb h3{
  font-family:'Bebas Neue',sans-serif;font-size:clamp(26px,3.6vw,34px);
  color:#fff;line-height:1.05;letter-spacing:.02em;margin-bottom:12px;
}
.picos-blocks .pb p{
  font-size:15px;line-height:1.75;color:rgba(255,255,255,.78);
}
.picos-blocks .pb p strong{color:#fff;font-weight:600}

/* ============ ROTA REAL (GPX + mapa Leaflet + dias) ============ */
#rota-real .block-head{max-width:900px}
.rota-map-wrap{
  max-width:1200px;margin:32px auto 28px;padding:0 24px;
}
.rota-map{
  width:100%;height:min(560px, 70vh);
  background:#0a0a0d;border:1px solid var(--line);border-radius:14px;
  box-shadow:0 30px 80px rgba(0,0,0,.45);
  overflow:hidden;
}
.rota-map .leaflet-tile-pane{filter:brightness(.82) saturate(.85) contrast(1.08)}
.rota-map .leaflet-container{background:#0a0a0d;font-family:inherit}
.rota-map .leaflet-popup-content-wrapper{
  background:var(--ink-2);color:#fff;border-radius:10px;border:1px solid rgba(245,220,106,.25);
}
.rota-map .leaflet-popup-content{margin:12px 14px;font-size:13px;line-height:1.5}
.rota-map .leaflet-popup-content strong{color:var(--yellow)}
.rota-map .leaflet-popup-tip{background:var(--ink-2)}
.rota-map .leaflet-control-attribution{
  background:rgba(14,14,16,.75);color:rgba(255,255,255,.7);font-size:10px;
}
.rota-map .leaflet-control-attribution a{color:var(--yellow)}

.rota-legend{
  max-width:1200px;margin:14px auto 8px;padding:0 24px;
  display:flex;gap:22px;flex-wrap:wrap;justify-content:center;
  font-size:12.5px;color:rgba(255,255,255,.78);
}
.rota-legend .lg{display:inline-flex;align-items:center;gap:10px}
.rota-legend .sw{
  width:28px;height:4px;border-radius:3px;display:inline-block;flex-shrink:0;
  box-shadow:0 0 0 1px rgba(0,0,0,.3);
}
.rota-legend .d1 .sw{background:#F5DC6A}
.rota-legend .d2 .sw{background:#5BD1F7}
.rota-legend .d3 .sw{background:#FF7A59}
.rota-legend strong{color:#fff;font-weight:700}

.dias-grid{
  max-width:1280px;margin:48px auto 16px;padding:0 24px;
  display:grid;grid-template-columns:repeat(3, 1fr);gap:22px;
}
@media (max-width:960px){ .dias-grid{grid-template-columns:1fr} }

.dia{
  background:var(--ink);border:1px solid var(--line);border-radius:16px;
  padding:28px 26px 30px;display:flex;flex-direction:column;gap:14px;
  position:relative;transition:border-color .35s, transform .35s;
}
.dia:hover{border-color:rgba(245,220,106,.45);transform:translateY(-3px)}
.dia .dia-num{
  position:absolute;top:18px;right:20px;
  font-family:'Bebas Neue',sans-serif;font-size:42px;line-height:1;
  color:rgba(245,220,106,.28);letter-spacing:.04em;
}
.dia .tag{font-size:10.5px;letter-spacing:.24em;text-transform:uppercase;color:var(--yellow);font-weight:700}
.dia h3{font-family:'Bebas Neue',sans-serif;font-size:30px;color:#fff;line-height:1.05;letter-spacing:.02em}
.dia .dia-lead{color:rgba(255,255,255,.85);font-size:15px;line-height:1.65}
.dia p{color:rgba(255,255,255,.72);font-size:14.5px;line-height:1.65}
.dia p strong{color:#fff;font-weight:600}
.dia p em{color:var(--yellow);font-style:normal;font-family:'Caveat',cursive;font-size:17px}

.dia-facts{display:flex;flex-direction:column;gap:10px;margin-top:auto;padding-top:16px;border-top:1px solid var(--line)}
.dia-facts > div{display:flex;justify-content:space-between;gap:12px;align-items:baseline}
.dia-facts dt{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.5);font-weight:700}
.dia-facts dd{font-size:13px;color:#fff;text-align:right}

.rota-note{
  max-width:900px;margin:28px auto 0;padding:20px 26px;text-align:center;
  font-size:14px;color:rgba(255,255,255,.7);line-height:1.7;
  background:rgba(245,220,106,.04);border:1px dashed rgba(245,220,106,.25);border-radius:10px;
}
.rota-note .caveat{font-family:'Caveat',cursive;color:var(--yellow);font-size:22px}
.rota-note strong{color:var(--yellow);font-weight:700}

/* Leaflet marker custom style */
.m2r-pin{
  background:var(--yellow);color:var(--ink);
  width:28px;height:28px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:12px;letter-spacing:.02em;
  box-shadow:0 4px 14px rgba(0,0,0,.45), 0 0 0 3px rgba(14,14,16,.6);
  border:2px solid var(--ink);
}
.m2r-pin.anchor{background:#fff;width:34px;height:34px;font-size:14px}
.m2r-pin.dest{background:#FF7A59;color:#fff}

/* ============ TEASER VIDEO (destaque 16:9) ============ */
.teaser-video{
  background:var(--ink);padding:0 24px 64px;
  border-top:1px solid rgba(255,255,255,.04);
}
.teaser-video .tv-inner{
  max-width:1100px;margin:-40px auto 0;
  background:#000;border:1px solid rgba(245,220,106,.2);
  box-shadow:0 30px 80px rgba(0,0,0,.5);
}
.teaser-video .tv-frame{
  position:relative;aspect-ratio:16/9;width:100%;
}
.teaser-video .tv-frame iframe{
  position:absolute;inset:0;width:100%;height:100%;border:0;
}
.teaser-video .tv-caption{
  display:flex;justify-content:space-between;align-items:center;
  gap:16px;flex-wrap:wrap;padding:14px 18px;
  font-size:12px;letter-spacing:.18em;text-transform:uppercase;
  color:rgba(255,255,255,.65);background:var(--ink-2);
  border-top:1px solid rgba(255,255,255,.06);
}
.teaser-video .tv-caption strong{color:var(--yellow);font-weight:700}

/* Música original · Spotify */
.teaser-video .tv-music{
  display:grid;grid-template-columns:1.1fr 1fr;gap:28px;align-items:center;
  padding:28px 22px;background:linear-gradient(180deg,var(--ink-2),#0c0c0c);
  border-top:1px solid rgba(245,220,106,.2);
}
.teaser-video .tv-music-eyebrow{
  font-size:11px;letter-spacing:.28em;text-transform:uppercase;
  color:var(--yellow);font-weight:700;
}
.teaser-video .tv-music h3{
  font-family:'Bebas Neue',sans-serif;font-weight:400;letter-spacing:.02em;
  font-size:clamp(26px,3.4vw,38px);line-height:1.05;margin:6px 0 10px;color:#fff;
}
.teaser-video .tv-music h3 .caveat{
  font-family:'Caveat',cursive;color:var(--yellow);
  font-size:.7em;letter-spacing:0;margin-left:6px;
}
.teaser-video .tv-music p{
  color:rgba(255,255,255,.78);font-size:15px;line-height:1.55;margin:0 0 14px;max-width:46ch;
}
.teaser-video .tv-music-link{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 16px;border-radius:999px;
  background:#1DB954;color:#0a0a0a;font-weight:700;
  font-size:12px;letter-spacing:.18em;text-transform:uppercase;
  text-decoration:none;transition:transform .15s, background .2s;
}
.teaser-video .tv-music-link:hover{background:#1ed760;transform:translateY(-1px)}
.teaser-video .tv-music-embed{
  border-radius:12px;overflow:hidden;background:#000;
  box-shadow:0 10px 30px rgba(0,0,0,.4);
}
.teaser-video .tv-music-embed iframe{
  width:100%;height:152px;border:0;display:block;
}
@media (max-width:720px){
  .teaser-video{padding:0 16px 48px}
  .teaser-video .tv-inner{margin-top:-20px}
  .teaser-video .tv-music{grid-template-columns:1fr;gap:20px;padding:22px 18px}
}

/* ============ SOUND TOGGLE (botão ligar/desligar som) ============ */
.sound-toggle{
  position:absolute;right:12px;bottom:12px;z-index:5;
  width:42px;height:42px;border-radius:50%;
  background:rgba(14,14,16,.72);backdrop-filter:blur(6px);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  transition:background .2s ease, border-color .2s ease, transform .15s ease;
}
.sound-toggle:hover{background:rgba(14,14,16,.9);border-color:rgba(245,220,106,.55)}
.sound-toggle:active{transform:scale(.94)}
.sound-toggle svg{width:18px;height:18px;display:block}
.sound-toggle .ic-on{display:none}
.sound-toggle.on{background:var(--yellow);color:#000;border-color:var(--yellow)}
.sound-toggle.on .ic-on{display:block}
.sound-toggle.on .ic-off{display:none}

/* ============ FOOTER ============ */
footer{
  background:var(--ink-2);border-top:1px solid var(--line);
  padding:36px 24px;color:rgba(255,255,255,.55);
  font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin-top:auto;
}
.foot-inner{
  max-width:1200px;margin:0 auto;
  display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;
}
footer a:hover{color:var(--yellow)}
