:root{--bg:#f8f3e8;--paper:#fffaf1;--paper-strong:#ffffff;--ink:#133545;--muted:#65737b;--blue:#0b4f6c;--blue-deep:#082f49;--teal:#1e7a8a;--sand:#d8a85f;--sand-soft:#f1dfbe;--line:rgba(19,53,69,.13);--shadow:0 24px 70px rgba(8,47,73,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top left,#e7f4f2 0,#f8f3e8 34%,#fffaf1 100%);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}img{display:block}::selection{background:var(--sand);color:var(--blue-deep)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;justify-content:space-between;gap:24px;padding:14px clamp(18px,5vw,72px);background:rgba(255,250,241,.88);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.brand,.site-header{display:flex;align-items:center}.brand{gap:12px;min-width:190px}.brand img{width:200px;height:auto;max-height:52px;object-fit:contain}.brand span{display:none}nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}nav a{position:relative;padding:9px 12px;border-radius:999px;color:#31515f;font-size:.94rem;font-weight:750;transition:background .2s ease,color .2s ease,transform .2s ease}nav a:hover{background:#ffffffa8;color:var(--blue);transform:translateY(-1px)}.menu-toggle{display:none;width:46px;height:42px;border:1px solid var(--line);background:var(--paper-strong);border-radius:15px;align-items:center;justify-content:center;flex-direction:column;gap:5px;box-shadow:0 10px 25px rgba(8,47,73,.08)}.menu-toggle span{width:22px;height:2px;background:var(--blue);border-radius:99px;transition:.2s}.mirante-hero{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:24px;gap:24px;padding:34px clamp(18px,5vw,72px) 26px}.hero-panorama{position:relative;min-height:560px;border-radius:38px;overflow:hidden;display:grid;grid-template-columns:minmax(280px,.86fr) 1.14fr;align-items:stretch;background:linear-gradient(135deg,var(--blue-deep),var(--blue) 48%,#2c8b93);box-shadow:var(--shadow);isolation:isolate}.hero-panorama:before{content:"";position:absolute;inset:auto -8% -20% 25%;height:54%;background:radial-gradient(ellipse at center,rgba(216,168,95,.7),rgba(216,168,95,0) 68%);z-index:-1}.hero-copy{padding:clamp(28px,4vw,58px);color:white;align-self:center}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.18em;font-size:.74rem;font-weight:900;color:var(--sand)}.eyebrow:before,.section-kicker:before{content:"";width:24px;height:2px;background:currentColor;border-radius:99px}.hero-copy h1{max-width:620px;margin:18px 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.7rem,6vw,6.6rem);line-height:.9;letter-spacing:-.06em}.hero-copy p{max-width:570px;margin:0;color:rgba(255,255,255,.86);font-size:1.13rem}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.button-ghost,.button-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 18px;font-weight:900;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button-primary{background:var(--sand);color:var(--blue-deep);box-shadow:0 14px 34px rgba(0,0,0,.18)}.button-ghost{border:1px solid rgba(255,255,255,.38);color:white;background:rgba(255,255,255,.08)}.button-ghost:hover,.button-primary:hover{transform:translateY(-2px)}.lead-story{position:relative;min-height:460px;margin:18px 18px 18px 0;border-radius:30px;overflow:hidden;background:linear-gradient(145deg,#0b3b54,#186b77 58%,#d8a85f)}.lead-story img{width:100%;height:100%;object-fit:cover;opacity:.24;filter:blur(3px) saturate(.75) contrast(.95);transform:scale(1.04);transition:opacity .3s ease,transform .45s ease}.lead-story:hover img{opacity:.3;transform:scale(1.07)}.lead-overlay{position:absolute;left:0;right:0;bottom:0;padding:22px;background:linear-gradient(transparent,rgba(8,47,73,.92) 20%,rgba(8,47,73,.98));color:white}.lead-overlay span{display:inline-block;margin-bottom:8px;color:var(--sand);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.lead-overlay h2{margin:0 0 8px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.18rem,1.85vw,1.72rem);line-height:1.12;overflow-wrap:anywhere}.lead-overlay p{margin:0;color:rgba(255,255,255,.82);font-size:.95rem;line-height:1.45}.route-notes{padding:24px;border:1px solid var(--line);border-radius:34px;background:rgba(255,250,241,.78);box-shadow:0 18px 52px rgba(8,47,73,.08);align-self:stretch}.route-notes-heading{display:flex;align-items:center;gap:12px;margin-bottom:18px}.route-notes h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.7rem}.compass-dot{width:16px;height:16px;border-radius:50%;background:var(--sand);box-shadow:0 0 0 8px rgba(216,168,95,.2)}.note-card{display:grid;grid-template-columns:42px 1fr;grid-gap:14px;gap:14px;padding:16px 0;border-top:1px solid var(--line);transition:transform .2s ease}.note-card:hover{transform:translateX(4px)}.note-number{font-family:Georgia,Times New Roman,serif;color:var(--sand);font-size:1.2rem;font-weight:800}.note-card strong{display:block;line-height:1.25}.note-card small{display:block;margin-top:6px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.08em}.section{padding:38px clamp(18px,5vw,72px)}.article h1,.article h2,.section h1,.section h2{font-family:Georgia,Times New Roman,serif;color:var(--blue-deep);letter-spacing:-.035em}.section h1{font-size:clamp(2.2rem,5vw,4rem);line-height:1}.section h2{font-size:clamp(2rem,4vw,3.6rem);line-height:1;margin:10px 0 22px}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:22px}.section-heading p{max-width:520px;color:var(--muted);font-weight:600}.itinerary-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:16px;gap:16px}.itinerary-card{position:relative;min-height:310px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;border-radius:30px;padding:18px;background:var(--paper-strong);border:1px solid var(--line);box-shadow:0 14px 38px rgba(8,47,73,.07);transition:transform .24s ease,box-shadow .24s ease}.itinerary-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.itinerary-card img{position:absolute;inset:0;width:100%;height:55%;object-fit:cover;opacity:.88}.itinerary-card:after{content:"";position:absolute;inset:34% 0 0;background:linear-gradient(transparent,var(--paper-strong) 34%)}.itinerary-card h3,.itinerary-card p,.itinerary-index{position:relative;z-index:1}.itinerary-index{align-self:flex-start;margin-bottom:auto;border-radius:999px;padding:4px 9px;background:rgba(8,47,73,.78);color:white;font-weight:900}.itinerary-card h3{margin:95px 0 6px;font-size:1.25rem}.itinerary-card p{margin:0;color:var(--muted);font-size:.95rem}.grid,.recent-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:22px;gap:22px}.article-card,.card{overflow:hidden;border:1px solid var(--line);border-radius:28px;background:var(--paper-strong);box-shadow:0 14px 36px rgba(8,47,73,.07);transition:transform .24s ease,box-shadow .24s ease}.article-card:hover,.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.article-card img,.card img{width:100%;height:190px;object-fit:cover;background:#e6dcc8}.article-body,.card{padding:20px}.card img{border-radius:20px;margin:-2px 0 16px}.article-card h3,.card h2,.card h3{margin:10px 0 8px;line-height:1.15;color:var(--blue-deep)}.article-card p,.card p{color:var(--muted)}.pill{display:inline-flex;align-items:center;border-radius:999px;background:#e6f1ef;color:var(--teal);padding:5px 10px;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.card a:not(.brand),.read-more{font-weight:900;color:var(--blue)}.card a:hover,.read-more:hover{text-decoration:underline;-webkit-text-decoration-color:var(--sand);text-decoration-color:var(--sand);text-decoration-thickness:2px}.article{max-width:860px;margin:0 auto;padding:58px 22px}.article h1{font-size:clamp(2.4rem,5vw,4.5rem);line-height:.98;margin:14px 0}.article h2{font-size:clamp(1.7rem,3vw,2.5rem);margin-top:42px}.lead{font-size:1.25rem;color:var(--muted)}.article-meta{display:flex;gap:12px;align-items:center;margin:24px 0;padding:14px;border:1px solid var(--line);border-radius:22px;background:rgba(255,250,241,.8)}.article-meta img{width:54px;height:54px;border-radius:50%;object-fit:cover}.article-meta span,.article-meta time{display:block;color:var(--muted);font-size:.9rem}.article-hero,.inline-image img{width:100%;border-radius:28px;box-shadow:var(--shadow);margin:22px 0}.inline-image figcaption{color:var(--muted);font-size:.9rem;text-align:center}.article p{color:#294858}.article a{color:var(--blue);font-weight:800}.contact-form{display:grid;grid-gap:16px;gap:16px;margin-top:24px}.contact-form label{display:grid;grid-gap:7px;gap:7px;font-weight:800}.contact-form input,.contact-form textarea{border:1px solid var(--line);border-radius:16px;padding:13px 14px;background:white;font:inherit}.contact-form button{border:0;border-radius:999px;padding:13px 18px;background:var(--blue);color:white;font-weight:900;cursor:pointer}.site-footer{margin-top:42px;padding:34px clamp(18px,5vw,72px);display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;background:var(--blue-deep);color:white}.site-footer p{margin:0;color:rgba(255,255,255,.78)}.site-footer nav a{color:white;background:rgba(255,255,255,.08)}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@media (max-width:1100px){.mirante-hero{grid-template-columns:1fr}.hero-panorama{min-height:auto}.route-notes{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.route-notes-heading{grid-column:1/-1}.itinerary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.site-header{align-items:center}.brand img{width:178px}.menu-toggle{display:flex}nav{position:absolute;left:18px;right:18px;top:76px;display:none;flex-direction:column;align-items:stretch;padding:14px;background:rgba(255,250,241,.97);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}nav.open{display:flex}nav a{padding:12px 14px}.mirante-hero{padding-top:22px}.hero-panorama{grid-template-columns:1fr;border-radius:28px}.hero-copy{padding:30px}.hero-copy h1{font-size:clamp(3rem,17vw,4.8rem)}.lead-story{margin:0 14px 14px;min-height:360px}.route-notes{display:block;border-radius:28px}.itinerary-grid{grid-template-columns:1fr}.section-heading,.site-footer{display:block}.site-footer nav{position:static;display:flex;margin-top:16px;background:transparent;border:0;box-shadow:none;padding:0}.article{padding-top:38px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.cookie-consent{position:fixed;left:clamp(16px,3vw,32px);right:clamp(16px,3vw,32px);bottom:clamp(16px,3vw,28px);z-index:80;display:flex;gap:18px;align-items:center;justify-content:space-between;padding:18px 20px;border-radius:22px;background:rgba(15,23,42,.96);color:#fff;box-shadow:0 24px 80px rgba(15,23,42,.28);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.cookie-consent strong{display:block;margin-bottom:6px;font-size:1rem}.cookie-consent p{margin:0;max-width:760px;color:rgba(255,255,255,.82);line-height:1.55}.cookie-consent nav{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}.cookie-consent a{color:#bfdbfe;text-decoration:underline;text-underline-offset:3px}.cookie-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.cookie-actions button{border:1px solid rgba(255,255,255,.24);background:transparent;color:#fff;border-radius:999px;padding:10px 14px;font-weight:700;cursor:pointer}.cookie-actions .cookie-primary{background:#fff;color:#0f172a;border-color:#fff}@media (max-width:720px){.cookie-consent{flex-direction:column;align-items:flex-start}.cookie-actions{width:100%;justify-content:flex-start}}.author-profile{align-items:flex-start}.article-meta img,.author-profile img{width:72px;height:72px;border-radius:999px;object-fit:cover}.article-list{display:grid;grid-gap:18px;gap:18px;margin-top:18px}.article-list article{padding:18px;border:1px solid rgba(148,163,184,.28);border-radius:18px;background:rgba(255,255,255,.72)}.article-list h3{margin:0 0 6px}.article-list time{display:block;font-size:.88rem;opacity:.72;margin-bottom:8px}.not-found-page{min-height:55vh;display:flex;flex-direction:column;justify-content:center}.article table,.post-content table,main table{width:100%;max-width:100%;border-collapse:separate;border-spacing:0;margin:1.6rem 0;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;background:rgba(255,255,255,.92);border:1px solid rgba(15,23,42,.12);border-radius:18px;box-shadow:0 16px 38px rgba(15,23,42,.08)}.article table thead,.post-content table thead,main table thead{background:linear-gradient(135deg,rgba(15,23,42,.92),rgba(15,23,42,.78));color:#fff}.article table td,.article table th,.post-content table td,.post-content table th,main table td,main table th{min-width:180px;padding:.95rem 1rem;text-align:left;vertical-align:top;border-bottom:1px solid rgba(15,23,42,.1);line-height:1.55}.article table th,.post-content table th,main table th{font-weight:800;letter-spacing:.01em}.article table tbody tr:nth-child(2n),.post-content table tbody tr:nth-child(2n),main table tbody tr:nth-child(2n){background:rgba(15,23,42,.035)}.article table tbody tr:last-child td,.post-content table tbody tr:last-child td,main table tbody tr:last-child td{border-bottom:0}.article table caption,.post-content table caption,main table caption{caption-side:bottom;padding:.75rem .5rem 0;color:rgba(15,23,42,.68);font-size:.92rem}.article form,.contact-form,main form{width:100%;margin:1.75rem 0;padding:clamp(1rem,3vw,1.5rem);display:grid;grid-gap:1rem;gap:1rem;background:rgba(255,255,255,.94);border:1px solid rgba(15,23,42,.12);border-radius:22px;box-shadow:0 18px 45px rgba(15,23,42,.09)}.article form label,.contact-form label,main form label{display:grid;grid-gap:.45rem;gap:.45rem;color:rgba(15,23,42,.82);font-weight:750;line-height:1.35}.article form input,.article form textarea,.contact-form input,.contact-form textarea,main form input,main form textarea{width:100%;min-width:0;border:1px solid rgba(15,23,42,.18);border-radius:14px;padding:.85rem .95rem;background:rgba(248,250,252,.96);color:#0f172a;font:inherit;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease,transform .18s ease}.article form textarea,.contact-form textarea,main form textarea{resize:vertical;min-height:150px}.article form input:focus,.article form textarea:focus,.contact-form input:focus,.contact-form textarea:focus,main form input:focus,main form textarea:focus{border-color:var(--accent,#2563eb);background:#fff;box-shadow:0 0 0 4px color-mix(in srgb,var(--accent,#2563eb) 18%,transparent)}.article form button,.contact-form button,main form button{justify-self:start;border:0;border-radius:999px;padding:.85rem 1.25rem;cursor:pointer;color:#fff;background:linear-gradient(135deg,var(--accent,#2563eb),color-mix(in srgb,var(--accent,#2563eb) 72%,#0f172a));font-weight:850;box-shadow:0 14px 28px color-mix(in srgb,var(--accent,#2563eb) 22%,transparent);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.article form button:hover,.contact-form button:hover,main form button:hover{transform:translateY(-1px);filter:saturate(1.06);box-shadow:0 18px 34px color-mix(in srgb,var(--accent,#2563eb) 28%,transparent)}@media (max-width:720px){.article table,.post-content table,main table{margin-inline:-.25rem;border-radius:16px}.article table td,.article table th,.post-content table td,.post-content table th,main table td,main table th{min-width:220px;padding:.85rem .9rem;font-size:.94rem}.article form,.contact-form,main form{padding:1rem;border-radius:18px}.article form button,.contact-form button,main form button{width:100%;justify-self:stretch}}body,html{overflow-x:clip}body,html,img{max-width:100%}img{height:auto}.area-card,.article-card,.card,.category-card,.criterion,.featured-guide,.mini-card,.note-card,.post-card,.recipe-tab,.spotlight-card,.tip-card,.trail-card,[class*=card]{min-width:0}.area-card img,.article-card img,.article-grid img,.article-row img,.card img,.card-image-link img,.category-card img,.category-grid img,.compact-grid img,.cover-grid img,.featured-guide img,.grid img,.habit-grid img,.itinerary-grid img,.kitchen-board img,.mini-card img,.mosaic-grid img,.post-image-link img,.practice-grid img,.recent-grid img,.recipe-tab img,.spotlight-card img,.story-media img,.tip-image-link img,.trail-grid img{width:100%!important;max-width:100%!important;object-fit:cover!important;object-position:center!important;display:block!important;flex:0 0 auto}.area-card img,.article-card img,.article-grid img,.card img,.card-image-link img,.category-card img,.category-grid img,.compact-grid img,.cover-grid img,.featured-guide img,.grid img,.habit-grid img,.itinerary-grid img,.kitchen-board img,.mosaic-grid img,.post-image-link img,.practice-grid img,.recent-grid img,.spotlight-card img,.story-media img,.tip-image-link img{aspect-ratio:16/10;min-height:0}.article figure img,.article-hero,.inline-image img,main figure img{width:100%!important;max-width:100%!important;height:auto!important;max-height:520px;object-fit:cover!important;object-position:center!important;border-radius:clamp(18px,3vw,28px)}.article-meta,.author-profile{width:100%;max-width:100%;min-width:0;display:grid!important;grid-template-columns:72px minmax(0,1fr)!important;grid-gap:14px!important;gap:14px!important;align-items:start!important;overflow:hidden;word-break:normal;overflow-wrap:anywhere}.article-meta img,.author-profile img{width:72px!important;height:72px!important;min-width:72px!important;max-width:72px!important;aspect-ratio:1/1;border-radius:999px!important;object-fit:cover!important}.article-meta-copy,.article-meta>div,.author-profile>div{min-width:0!important;display:grid;grid-gap:4px;gap:4px}.article-author-bio,.article-meta span,.article-meta strong,.article-meta time,.author-profile p,.author-profile span,.author-profile strong,.author-profile time{max-width:100%;overflow-wrap:anywhere}.site-footer{max-width:100%;overflow:hidden}.site-footer .footer-nav,.site-footer nav,footer nav{position:static!important;inset:auto!important;left:auto!important;right:auto!important;top:auto!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;width:auto!important;max-width:100%!important;padding:0!important;margin:0!important;border:0!important;box-shadow:none!important;background:transparent!important}.site-footer nav a,footer nav a{display:inline-flex!important;align-items:center;justify-content:center;min-height:38px;white-space:nowrap}.cookie-consent{z-index:9999!important;width:min(1120px,calc(100vw - 32px))!important;max-height:min(72vh,520px);overflow:auto;overscroll-behavior:contain;box-sizing:border-box}.cookie-consent p,.cookie-consent strong{max-width:100%}.cookie-actions{flex:0 0 auto}.cookie-actions button,.cookie-consent button{min-height:42px;white-space:nowrap}@media (max-width:760px){body,html{overflow-x:hidden}.article-grid,.category-grid,.compact-grid,.cover-grid,.grid,.habit-grid,.itinerary-grid,.kitchen-board,.mosaic-grid,.practice-grid,.recent-grid,.trail-grid{grid-template-columns:1fr!important}.area-card img,.article-card img,.article-grid img,.card img,.card-image-link img,.category-card img,.category-grid img,.compact-grid img,.cover-grid img,.featured-guide img,.grid img,.habit-grid img,.itinerary-grid img,.kitchen-board img,.mosaic-grid img,.post-image-link img,.practice-grid img,.recent-grid img,.spotlight-card img,.story-media img,.tip-image-link img{aspect-ratio:16/10!important;height:auto!important;max-height:none!important}.article-row,.recipe-tab{grid-template-columns:96px minmax(0,1fr)!important}.article-row img,.mini-card img,.recipe-tab img,.trail-card img{width:96px!important;height:76px!important;aspect-ratio:96/76!important}.article-meta,.author-profile{grid-template-columns:58px minmax(0,1fr)!important;gap:12px!important;padding:12px!important;border-radius:18px!important}.article-meta img,.author-profile img{width:58px!important;height:58px!important;min-width:58px!important;max-width:58px!important}.site-footer{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:16px!important}.site-footer .footer-nav,.site-footer nav,footer nav{position:static!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:8px!important;gap:8px!important;width:100%!important;max-width:100%!important}.site-footer nav a,footer nav a{width:100%!important;min-width:0;white-space:normal;text-align:center;padding:10px 8px!important;border-radius:999px}.cookie-consent{left:12px!important;right:12px!important;bottom:max(12px,env(safe-area-inset-bottom))!important;width:calc(100vw - 24px)!important;max-height:min(78vh,560px)!important;display:grid!important;grid-template-columns:1fr!important;grid-gap:12px!important;gap:12px!important;padding:14px!important;border-radius:18px!important}.cookie-consent nav{position:static!important;display:flex!important;flex-wrap:wrap!important;padding:0!important;border:0!important;box-shadow:none!important;background:transparent!important}.cookie-actions,.cookie-consent nav{gap:8px!important;width:100%!important}.cookie-actions{display:grid!important;grid-template-columns:1fr!important;grid-gap:8px!important}.cookie-actions button,.cookie-consent button{width:100%!important;justify-content:center;white-space:normal!important}}@media (max-width:420px){.site-footer .footer-nav,.site-footer nav,footer nav{grid-template-columns:1fr!important}}