/* blog.css — blog post / index / author chrome + article enhancements.
   Delta of ehm-blog-post.html minus what's already in ehm.css. The
   design's '.article' base typography is byte-identical to ehm.css's
   shared '.ehm-prose', so '.article' is renamed to '.ehm-prose' here:
   the blog body uses .ehm-prose (Megz's unify decision) and these rules
   add the blog-only extensions (h2 flex + numbered .h2n badge,
   scroll-margin for the TOC anchor, callout/keyfacts/pullquote/art-cta)
   plus the page chrome (art-hero, toc, art-layout, related, author-bio).
   Loaded only on blog templates. DESIGN IS LAW: values verbatim. */
section[id],div[id]{scroll-margin-top:110px}
.btn-primary{background:linear-gradient(180deg,#FF981F,var(--orange) 55%,#EE7E0C);color:#fff;box-shadow:0 6px 16px rgba(246,135,18,.35),inset 0 1px 0 rgba(255,255,255,.35)}
.btn-wa{background:var(--wa);color:#fff;box-shadow:0 6px 16px rgba(29,168,81,.3)}
.btn-block{width:100%}
.arrlink{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:14px;color:var(--orange)}
.topbar .grp.l span{display:inline-flex;align-items:center;gap:7px}
.tb-pill{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:700;color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:6px 14px;transition:.2s;line-height:1}
.tb-pill.gold{background:var(--gold);border-color:var(--gold);color:var(--deep)!important}
nav.main a:hover{background:var(--mist)}
.search-btn{width:42px;height:42px;border-radius:50%;border:0;background:var(--mist);color:var(--blue);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}
.so-go{border:0;cursor:pointer;background:var(--orange);color:#fff;font-weight:700;font-size:14.5px;border-radius:999px;padding:13px 26px}
.so-close{position:absolute;top:26px;right:30px;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.1);color:#fff;font-size:17px;cursor:pointer}
.tour-hero{position:relative;height:440px;overflow:hidden;border-bottom:1px solid var(--line)}
.tour-hero .th-main{position:absolute;inset:0}
.tour-hero .th-main img{width:100%;height:100%;object-fit:cover}
.tour-hero .veil{position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,35,56,.28) 0%,rgba(6,35,56,.32) 55%,rgba(6,35,56,.72) 100%)}
.tour-hero .wrap{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:32px}
.th-crumb{display:flex;align-items:center;gap:9px;font-size:12.5px;font-weight:600;color:#CFE3F2;margin-bottom:14px}
.th-crumb a:hover{color:var(--gold)}
.th-crumb .sep{opacity:.5}
.th-badges{display:flex;gap:10px;margin-bottom:14px;flex-wrap:wrap}
.th-badge{display:inline-flex;align-items:center;gap:7px;background:rgba(6,35,56,.5);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.25);color:#fff;font-size:12.5px;font-weight:700;padding:7px 13px;border-radius:999px}
.th-badge svg{width:13px;height:13px;color:var(--gold)}
.th-badge.rating{background:var(--gold);border-color:var(--gold);color:var(--deep)}
.tour-hero h1{font-family:var(--fd);font-weight:800;font-size:clamp(28px,4.2vw,50px);color:#fff;line-height:1.04;letter-spacing:-.01em;max-width:20ch;text-shadow:0 2px 20px rgba(6,35,56,.4)}
.th-gallery-btn{margin-top:18px;align-self:flex-start;display:inline-flex;align-items:center;gap:8px;background:rgba(253,249,240,.95);color:var(--deep);font-weight:700;font-size:13px;padding:11px 18px;border-radius:999px;box-shadow:var(--shadow);transition:.2s;border:0;cursor:pointer}
.th-gallery-btn:hover{background:#fff;transform:translateY(-2px)}
.th-gallery-btn svg{width:16px;height:16px}
.lb{position:fixed;inset:0;z-index:300;background:rgba(6,35,56,.94);display:none;align-items:center;justify-content:center;padding:40px 20px}
.lb.open{display:flex}
.lb-stage{max-width:1100px;width:100%;text-align:center}
.lb-img{width:100%;max-height:74vh;object-fit:contain;border-radius:14px;box-shadow:0 30px 80px rgba(0,0,0,.5)}
.lb-count{color:#B9D6EA;font-size:13px;font-weight:700;margin-top:16px;letter-spacing:.05em}
.lb-thumbs{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:16px}
.lb-thumbs img{width:78px;height:56px;object-fit:cover;border-radius:8px;cursor:pointer;opacity:.5;border:2px solid transparent;transition:.2s}
.lb-thumbs img.on,.lb-thumbs img:hover{opacity:1;border-color:var(--gold)}
.lb-close{position:absolute;top:24px;right:28px;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.1);color:#fff;font-size:19px;cursor:pointer}
.lb-close:hover{background:#fff;color:var(--deep)}
.lb-nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.1);color:#fff;font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center}
.lb-nav:hover{background:var(--gold);color:var(--deep);border-color:var(--gold)}
.lb-prev{left:24px}
.lb-next{right:24px}
.tour-layout{display:grid;grid-template-columns:1fr 384px;gap:44px;align-items:start;padding:44px 0 0}
.tour-nav{position:sticky;top:81px;z-index:40;background:rgba(253,249,240,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);margin:0 -28px;padding:0 28px;transition:top .3s}
body.hdr-scrolled .tour-nav{top:67px}
.tour-nav ul{display:flex;gap:6px;list-style:none;overflow-x:auto;scrollbar-width:none}
.tour-nav ul::-webkit-scrollbar{display:none}
.tour-nav a{display:inline-block;white-space:nowrap;padding:16px 18px;font-weight:700;font-size:14px;color:var(--soft);border-bottom:3px solid transparent;transition:.15s}
.tour-nav a:hover{color:var(--deep)}
.tour-nav a.on{color:var(--deep);border-bottom-color:var(--orange)}
body.hdr-scrolled .tour-nav[data-mob]{top:67px}
.tblock{padding:38px 0;border-bottom:1px solid var(--line)}
.tblock:first-child{padding-top:26px}
.tblock h2{font-family:var(--fd);font-weight:800;font-size:26px;color:var(--deep);letter-spacing:-.01em;margin-bottom:6px;display:flex;align-items:center;gap:11px}
.tblock h2 svg{width:22px;height:22px;color:var(--orange)}
.tblock .lead{color:var(--soft);font-size:15px;margin-bottom:20px}
.tblock p{font-size:15px;line-height:1.75;color:var(--ink)}
.tblock p a{color:var(--blue);font-weight:600}
.facts-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:6px}
.fact-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 18px 18px 16px;display:flex;gap:14px;align-items:center;transition:transform .2s,box-shadow .2s}
.fact-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.fact-card .fi{flex:none;width:46px;height:46px;border-radius:13px;background:var(--mist);color:var(--blue);display:flex;align-items:center;justify-content:center}
.fact-card .fi svg{width:21px;height:21px}
.fact-card .ft{display:flex;flex-direction:column;gap:5px;min-width:0}
.fact-card .fl{font-size:10.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--soft);line-height:1}
.fact-card .fv{font-family:var(--fd);font-weight:800;font-size:15.5px;color:var(--deep);line-height:1.15}
.hl-wrap{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.hl-head{background:var(--deep);color:#fff;display:grid;grid-template-columns:210px 1fr;padding:15px 22px;position:relative}
.hl-head::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--sunrise)}
.hl-head span{font-family:var(--fd);font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#9FC4DE}
.hl-row{display:grid;grid-template-columns:210px 1fr;padding:18px 22px;border-bottom:1px solid #F0EADD;align-items:center}
.hl-row:last-child{border-bottom:0}
.hl-row:nth-child(even){background:var(--sand)}
.hl-city{display:flex;align-items:center;gap:11px;font-family:var(--fd);font-weight:700;font-size:15px;color:var(--deep)}
.hl-city .hc{flex:none;width:34px;height:34px;border-radius:10px;background:var(--cream);color:var(--orange-d);display:flex;align-items:center;justify-content:center}
.hl-city .hc svg{width:17px;height:17px}
.hl-places{display:flex;flex-wrap:wrap;gap:8px}
.hl-place{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--ink);background:var(--mist);padding:6px 12px;border-radius:999px}
.hl-place::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--gold);flex:none}
.itin{display:flex;flex-direction:column;gap:12px}
.itin details{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:border-color .2s,box-shadow .2s}
.itin details[open]{border-color:var(--cyan);box-shadow:var(--shadow)}
.itin summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:15px;padding:17px 20px}
.itin summary::-webkit-details-marker{display:none}
.itin .dnum{flex:none;width:44px;height:44px;border-radius:12px;background:var(--sunrise);color:#fff;font-family:var(--fd);font-weight:800;font-size:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.15)}
.itin .dnum small{font-size:8px;font-weight:700;opacity:.9;letter-spacing:.05em}
.itin .dtitle{font-family:var(--fd);font-weight:700;font-size:16px;color:var(--deep);flex:1}
.itin .dchev{flex:none;width:28px;height:28px;border-radius:50%;background:var(--mist);color:var(--blue);display:flex;align-items:center;justify-content:center;transition:transform .25s}
.itin details[open] .dchev{transform:rotate(180deg);background:var(--orange);color:#fff}
.itin .dchev svg{width:15px;height:15px}
.itin .dbody{padding:0 20px 20px 79px;font-size:14px;line-height:1.75;color:var(--soft);display:flex;flex-direction:column;align-items:flex-start;gap:0}
.itin .dmeals{display:inline-flex;align-items:center;gap:8px;margin-top:14px;font-size:12.5px;font-weight:700;color:var(--deep);background:var(--cream);padding:7px 14px;border-radius:999px;align-self:flex-start}
.itin .dmeals svg{width:13px;height:13px;color:var(--orange-d)}
.incexc{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.ie-col{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.ie-col .ie-head{display:flex;align-items:center;gap:12px;padding:18px 24px;font-family:var(--fd);font-weight:700;font-size:16px;color:#fff}
.ie-col.inc .ie-head{background:linear-gradient(100deg,#1DA851,#149247)}
.ie-col.exc .ie-head{background:linear-gradient(100deg,#5E7C93,#4A6B85)}
.ie-col .ie-head .t{flex:none;width:34px;height:34px;border-radius:10px;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center}
.ie-col .ie-head .t svg{width:18px;height:18px}
.ie-col .ie-head small{margin-left:auto;font-family:var(--fb);font-weight:700;font-size:11.5px;opacity:.85;letter-spacing:.03em}
.ie-col ul{list-style:none;display:flex;flex-direction:column;padding:8px 24px 20px}
.ie-col li{display:flex;gap:12px;align-items:flex-start;font-size:14px;color:var(--ink);line-height:1.5;padding:11px 0;border-bottom:1px solid #F4EFE3}
.ie-col li:last-child{border-bottom:0}
.ie-col li .ic{flex:none;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px}
.ie-col li .ic svg{width:13px;height:13px}
.ie-col.inc li .ic{background:rgba(29,168,81,.12);color:var(--wa)}
.ie-col.exc li .ic{background:rgba(201,115,111,.14);color:#C25A55}
.policy{display:flex;flex-direction:column;gap:12px}
.policy details{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}
.policy summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:13px;padding:16px 20px;font-family:var(--fd);font-weight:700;font-size:15px;color:var(--deep)}
.policy summary::-webkit-details-marker{display:none}
.policy .pi{flex:none;width:30px;height:30px;border-radius:9px;background:var(--mist);color:var(--blue);display:flex;align-items:center;justify-content:center;font-weight:800}
.policy details[open] .pi{background:var(--orange);color:#fff}
.policy .pbody{padding:0 20px 18px 63px;font-size:14px;color:var(--soft);line-height:1.7}
.bring{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.bring .b{display:flex;flex-direction:column;gap:11px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 16px;font-size:13.5px;font-weight:600;color:var(--deep);transition:transform .2s,box-shadow .2s,border-color .2s}
.bring .b:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:var(--cyan)}
.bring .b .bi{width:42px;height:42px;border-radius:12px;background:var(--cream);color:var(--orange-d);display:flex;align-items:center;justify-content:center}
.bring .b .bi svg{width:21px;height:21px}
.booking{position:sticky;top:102px}
.bk-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow-2)}
.bk-price{background:var(--deep);color:#fff;padding:20px 24px;display:flex;align-items:baseline;justify-content:space-between;gap:10px}
.bk-price .pl{font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#9FC4DE}
.bk-price .pv{font-family:var(--fd);font-weight:800;font-size:32px;line-height:1}
.bk-price .pv small{font-size:13px;font-weight:600;color:#9FC4DE}
.bk-price .save{background:var(--gold);color:var(--deep);font-size:11px;font-weight:800;padding:5px 10px;border-radius:999px;letter-spacing:.03em}
.bk-body{padding:22px 24px 26px}
.bk-wa{margin-bottom:16px}
.bk-wa .btn{font-size:15.5px;padding:15px}
.bk-wa-note{text-align:center;font-size:12px;font-weight:600;color:var(--soft);margin-top:9px}
.bk-div{display:flex;align-items:center;gap:12px;margin:18px 0;color:var(--soft);font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
.bk-div::before,.bk-div::after{content:"";flex:1;height:1px;background:var(--line)}
.bk-form label{display:block;font-size:12px;font-weight:700;color:var(--deep);margin:12px 0 6px}
.bk-form input,.bk-form select,.bk-form textarea{width:100%;border:1px solid var(--line);background:var(--sand);border-radius:11px;padding:12px 14px;font-family:var(--fb);font-size:14px;color:var(--ink);outline:0;transition:.15s}
.bk-form input:focus,.bk-form select:focus,.bk-form textarea:focus{border-color:var(--cyan);background:#fff}
.bk-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.bk-form .btn{margin-top:18px}
.bk-trust{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px;font-size:12px;font-weight:600;color:var(--soft)}
.bk-trust svg{width:14px;height:14px;color:var(--wa)}
.mbar{position:fixed;left:0;right:0;bottom:0;z-index:70;background:#fff;border-top:1px solid var(--line);box-shadow:0 -6px 24px rgba(7,42,71,.12);padding:11px 18px;display:none;align-items:center;justify-content:space-between;gap:14px}
.mbar .mp{line-height:1.1}
.mbar .mp .l{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--soft)}
.mbar .mp .v{font-family:var(--fd);font-weight:800;font-size:22px;color:var(--deep)}
.mbar .ma{display:flex;gap:9px}
.mbar .btn{padding:12px 18px;font-size:14px}
.mbar .btn-wa{width:48px;padding:12px 0}
.rel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.tc-media a{display:block;position:absolute;inset:0}
.tc-fav{position:absolute;top:13px;right:13px;z-index:2;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;color:var(--deep);cursor:pointer;border:0;transition:.2s}
.tc-title{font-family:var(--fd);font-weight:700;font-size:19px;line-height:1.28;color:var(--deep)}
.reviews-sec{padding:66px 0 0}
@keyframes revtick{to{transform:translateX(-50%)}}
.cta-banner .ct{position:relative;z-index:1}
.cta-banner .ca{position:relative;z-index:1;display:flex;gap:14px;flex-wrap:wrap}
.cta-banner .btn-light2{background:#fff;color:var(--deep)}
.f-top{height:4px;background:var(--sunrise)}
.wa-float{position:fixed;right:24px;bottom:24px;z-index:90;width:58px;height:58px;border-radius:50%;background:var(--wa);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 26px rgba(29,168,81,.45);transition:transform .2s}
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible{outline:3px solid var(--cyan);outline-offset:2px}
.art-hero{position:relative;height:460px;overflow:hidden;border-bottom:1px solid var(--line)}
.art-hero img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.art-hero .veil{position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,35,56,.32),rgba(6,35,56,.78))}
.art-hero .wrap{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:36px;max-width:1000px}
.art-crumb{display:flex;align-items:center;gap:9px;font-size:12.5px;font-weight:600;color:#CFE3F2;margin-bottom:16px}
.art-crumb a:hover{color:var(--gold)}
.art-crumb .sep{opacity:.5}
.art-cat{display:inline-flex;align-items:center;gap:7px;background:var(--orange);color:#fff;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:7px 14px;border-radius:999px;width:fit-content;margin-bottom:16px}
.art-hero h1{font-family:var(--fd);font-weight:800;font-size:clamp(30px,4.4vw,52px);color:#fff;line-height:1.06;letter-spacing:-.01em;max-width:24ch;text-shadow:0 2px 20px rgba(6,35,56,.4)}
.art-meta{display:flex;align-items:center;gap:20px;margin-top:20px;flex-wrap:wrap;color:#CFE3F2;font-size:13.5px;font-weight:600}
.art-meta .am{display:inline-flex;align-items:center;gap:8px}
.art-meta .am svg{width:15px;height:15px;color:var(--gold)}
.art-meta .am img{width:32px;height:32px;border-radius:50%;border:2px solid var(--gold)}
.art-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:56px;align-items:start;padding:50px 28px 0;max-width:1176px;margin:0 auto}
.toc{position:sticky;top:102px}
.toc-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px 24px;box-shadow:var(--shadow)}
.toc-card h4{font-family:var(--fd);font-weight:700;font-size:13px;letter-spacing:.05em;text-transform:uppercase;color:var(--soft);margin-bottom:14px;display:flex;align-items:center;gap:8px}
.toc-card h4 svg{width:15px;height:15px;color:var(--orange)}
.toc-card ul{list-style:none;display:flex;flex-direction:column;gap:3px}
.toc-card a{display:block;font-size:13.5px;font-weight:600;color:var(--soft);padding:7px 12px;border-radius:8px;border-left:2px solid transparent;transition:.15s;line-height:1.4}
.toc-card a:hover{background:var(--mist);color:var(--deep)}
.toc-card a.on{background:var(--mist);color:var(--blue);border-left-color:var(--orange)}
.toc-share{margin-top:16px;display:flex;gap:8px}
.toc-share a{flex:1;height:40px;border-radius:11px;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--deep);transition:.2s}
.toc-share a:hover{background:var(--deep);color:#fff;border-color:var(--deep)}
.toc-share a svg{width:16px;height:16px}
.ehm-prose{max-width:none;font-size:16.5px;line-height:1.85;color:var(--ink)}
.ehm-prose > p,.ehm-prose > ul,.ehm-prose > ol,.ehm-prose > h2,.ehm-prose > h3,.ehm-prose .pullquote{max-width:72ch}
.ehm-prose > p{margin-bottom:22px}
.ehm-prose .lead-p{font-size:19px;line-height:1.7;color:var(--deep);font-weight:500;margin-bottom:28px}
.ehm-prose h2{font-family:var(--fd);font-weight:800;font-size:28px;color:var(--deep);letter-spacing:-.01em;margin:44px 0 16px;padding-top:10px;scroll-margin-top:150px;display:flex;align-items:center;gap:12px}
.ehm-prose h2 .h2n{flex:none;width:36px;height:36px;border-radius:10px;background:var(--sunrise);color:#fff;font-size:15px;font-weight:800;display:flex;align-items:center;justify-content:center}
.ehm-prose h3{font-family:var(--fd);font-weight:700;font-size:21px;color:var(--deep);margin:32px 0 12px}
.ehm-prose a{color:var(--blue);font-weight:600;border-bottom:1px solid rgba(0,117,195,.3)}
.ehm-prose .art-cta a.btn{color:#fff;border-bottom:0}
.ehm-prose .art-cta a.btn:hover{color:#fff}
.ehm-prose a:hover{border-bottom-color:var(--blue)}
.ehm-prose ul,.ehm-prose ol{margin:0 0 22px 4px;padding-left:24px;display:flex;flex-direction:column;gap:10px}
.ehm-prose li{line-height:1.7}
.ehm-prose ul li::marker{color:var(--orange)}
.ehm-prose ol li::marker{color:var(--orange);font-weight:800}
.ehm-prose strong{color:var(--deep);font-weight:700}
.ehm-prose img.inline{width:100%;border-radius:16px;margin:12px 0 8px;box-shadow:var(--shadow)}
.ehm-prose figure{margin:28px 0}
.ehm-prose figcaption{font-size:13px;color:var(--soft);text-align:center;margin-top:10px;font-weight:500}
.pullquote{margin:32px 0;padding:8px 0 8px 28px;border-left:4px solid;border-image:var(--sunrise) 1;font-family:var(--fd);font-weight:600;font-size:22px;line-height:1.5;color:var(--deep)}
.callout{display:flex;gap:16px;background:var(--mist);border:1px solid #CFE7F6;border-radius:16px;padding:22px 24px;margin:28px 0}
.callout .ci{flex:none;width:44px;height:44px;border-radius:12px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center}
.callout .ci svg{width:22px;height:22px}
.callout h4{font-family:var(--fd);font-weight:700;font-size:16px;color:var(--deep);margin-bottom:5px}
.callout p{font-size:14.5px;line-height:1.65;color:var(--ink);margin:0}
.callout.tip{background:var(--cream);border-color:#F5DFA6}
.callout.tip .ci{background:var(--orange)}
.art-cta{background:var(--deep);border-radius:20px;padding:30px 34px;margin:36px 0;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;position:relative;overflow:hidden}
.art-cta::before{content:"";position:absolute;right:-70px;top:-70px;width:240px;height:240px;background:repeating-conic-gradient(from 0deg,rgba(250,180,10,.2) 0deg 6deg,transparent 6deg 16deg);border-radius:50%;animation:rays 70s linear infinite}
.art-cta .t{position:relative;z-index:1}
.art-cta h4{font-family:var(--fd);font-weight:800;font-size:20px;color:#fff;margin-bottom:4px}
.art-cta h4 em{font-style:normal;color:var(--gold)}
.art-cta p{font-size:13.5px;color:#9FC4DE;margin:0}
.art-cta .b{position:relative;z-index:1}
.keyfacts{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px 26px;margin:28px 0;box-shadow:var(--shadow)}
.keyfacts h4{font-family:var(--fd);font-weight:700;font-size:15px;color:var(--deep);margin-bottom:16px;display:flex;align-items:center;gap:9px}
.keyfacts h4 svg{width:17px;height:17px;color:var(--orange)}
.keyfacts .kf{display:flex;gap:12px;padding:11px 0;border-bottom:1px solid #F0EADD;font-size:14.5px}
.keyfacts .kf:last-child{border-bottom:0}
.keyfacts .kf b{color:var(--deep);min-width:150px;font-weight:700}
.author-bio{display:flex;gap:20px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px 28px;margin:44px 0 0;box-shadow:var(--shadow);align-items:flex-start}
.author-bio .av{flex:none;width:72px;height:72px;border-radius:50%;background:var(--sunrise);display:flex;align-items:center;justify-content:center;font-family:var(--fd);font-weight:800;font-size:28px;color:#fff}
.author-bio .ab-name{font-family:var(--fd);font-weight:800;font-size:18px;color:var(--deep)}
.author-bio .ab-role{font-size:13px;font-weight:700;color:var(--orange);margin:2px 0 10px}
.author-bio p{font-size:14px;line-height:1.7;color:var(--soft);margin:0}
.rel-posts{padding:70px 0 0}
.rp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:34px}
.rp-card{background:#fff;border:1px solid rgba(7,42,71,.06);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-2);transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column}
.rp-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-h)}
.rp-media{aspect-ratio:16/10;overflow:hidden}
.rp-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.rp-card:hover .rp-media img{transform:scale(1.06)}
.rp-body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:9px;flex:1}
.rp-cat{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--orange)}
.rp-title{font-family:var(--fd);font-weight:700;font-size:16.5px;line-height:1.3;color:var(--deep)}
.rp-card:hover .rp-title{color:var(--blue)}
.rp-meta{margin-top:auto;padding-top:10px;font-size:12.5px;color:var(--soft);font-weight:600;display:flex;align-items:center;gap:8px}
.rp-meta svg{width:13px;height:13px;color:var(--gold)}

@media(max-width:1120px){
nav.main{display:none}
}

@media(max-width:640px){
.lb-nav{width:42px;height:42px}
.lb-prev{left:10px}
.lb-next{right:10px}
.hl-head,.hl-row{grid-template-columns:1fr}
.hl-head span:first-child{margin-bottom:0}
.hl-row{gap:12px}
.rel-grid{grid-template-columns:1fr}
}

@media(max-width:1080px){
.tour-layout{grid-template-columns:1fr;gap:0}
.tour-nav{top:67px}
.booking{position:static;margin-top:30px}
.bk-card{max-width:560px;margin:0 auto}
}

@media(max-width:720px){
.facts-row{grid-template-columns:1fr 1fr}
.incexc{grid-template-columns:1fr}
}

@media(max-width:520px){
.itin .dbody{padding-left:20px}
.f-links{grid-template-columns:1fr}
}

@media(max-width:820px){
.bring{grid-template-columns:1fr 1fr}
}

@media(max-width:440px){
.bring{grid-template-columns:1fr}
}

@media(max-width:960px){
.rel-grid{grid-template-columns:repeat(2,1fr)}
}

@media(prefers-reduced-motion:reduce){
.rev-track{animation:none!important}
*{animation:none!important;transition:none!important}
}

@media(max-width:860px){
.f-links{grid-template-columns:1fr 1fr}
}

@media(max-width:1000px){
.art-layout{grid-template-columns:1fr;gap:0}
.toc{position:static;margin-bottom:30px}
}

@media(max-width:900px){
.rp-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:600px){
.rp-grid{grid-template-columns:1fr}
}
