@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow+Condensed:ital,wght@0,400;0,600;0,700;1,600&family=Barlow:wght@400;500;600&family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap";:root{--white: #FAFAFA;--ink: #0F0F0F;--red: #E8001D;--mid: #1A1A1A;--grey: #888;--light-grey: #F0F0F0;--border: #E0E0E0;--surface: #F8F8F8}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Barlow,sans-serif;background:var(--white);color:var(--ink);min-height:100vh;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.header-super{background:var(--ink);color:var(--white);display:flex;justify-content:space-between;align-items:center;padding:6px 40px;font-family:Barlow Condensed,sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase}.header-super a{color:#ffffff80;transition:color .2s}.header-super a:hover{color:#fff}.header-super-links{display:flex;gap:20px}.header-super-date{color:#fff6}header{background:var(--white);border-bottom:3px solid var(--ink);display:flex;flex-direction:column}.header-logo-row{display:flex;align-items:center;justify-content:space-between;padding:18px 40px 14px}.logo{font-family:Bebas Neue,cursive;font-size:52px;letter-spacing:4px;color:var(--ink);line-height:1}.logo span{color:var(--red)}.logo a{color:inherit}.logo-sub{font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;color:var(--grey);margin-top:2px}.header-stamp{border:2px solid var(--red);padding:8px 16px;text-align:center}.stamp-top{font-family:Bebas Neue,cursive;font-size:20px;letter-spacing:2px;color:var(--red)}.stamp-bottom{font-family:Barlow Condensed,sans-serif;font-size:10px;letter-spacing:2px;color:var(--grey);text-transform:uppercase}nav{display:flex;border-top:1px solid var(--border);overflow-x:auto;scrollbar-width:none}nav::-webkit-scrollbar{display:none}nav a{font-family:Barlow Condensed,sans-serif;font-size:13px;letter-spacing:2px;text-transform:uppercase;font-weight:700;color:var(--grey);padding:10px 20px;border-right:1px solid var(--border);white-space:nowrap;transition:all .2s}nav a:first-child{border-left:1px solid var(--border)}nav a:hover,nav a.active{color:var(--red);background:var(--surface)}.ticker{background:var(--red);padding:7px 0;overflow:hidden}.ticker-inner{display:inline-block;animation:ticker 30s linear infinite;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#fff;font-weight:700}.ticker-inner .sep{margin:0 32px;opacity:.5}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero{display:grid;grid-template-columns:1fr 1fr 320px;gap:1px;background:var(--border);border-bottom:3px solid var(--ink);min-height:480px}@media (max-width:1000px){.hero{grid-template-columns:1fr 1fr}}@media (max-width:700px){.hero{grid-template-columns:1fr}}.hero-main{background:var(--white);cursor:pointer;overflow:hidden;grid-row:span 1;display:block}.hero-main-img{width:100%;height:260px;object-fit:cover;display:block;transition:transform .5s;filter:grayscale(15%)}.hero-main:hover .hero-main-img{transform:scale(1.04)}.hero-main-content{padding:22px 24px 28px}.hero-category{display:inline-block;background:var(--red);color:#fff;font-family:Bebas Neue,cursive;font-size:12px;letter-spacing:3px;padding:2px 10px;margin-bottom:10px}.hero-title{font-family:Bebas Neue,cursive;font-size:32px;letter-spacing:1px;line-height:1.05;margin-bottom:8px;color:var(--ink)}.hero-meta{display:flex;align-items:center;gap:10px;font-family:Barlow Condensed,sans-serif;font-size:11px;color:var(--grey);letter-spacing:1px;text-transform:uppercase}.hero-meta .dot{width:3px;height:3px;background:var(--red);border-radius:50%}.hero-excerpt{font-size:14px;color:var(--grey);line-height:1.6;margin-top:10px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.hero-sidebar{background:var(--white);display:flex;flex-direction:column;border-left:1px solid var(--border)}.sidebar-label{font-family:Bebas Neue,cursive;font-size:16px;letter-spacing:3px;padding:14px 18px 10px;border-bottom:2px solid var(--ink);color:var(--ink)}.side-article{padding:14px 18px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .15s;flex:1;color:inherit;display:block}.side-article:hover{background:var(--surface)}.side-num{font-family:Bebas Neue,cursive;font-size:28px;color:var(--border);line-height:1;float:left;margin-right:10px}.side-cat{font-family:Barlow Condensed,sans-serif;font-size:9px;letter-spacing:2.5px;text-transform:uppercase;color:var(--red);font-weight:700;margin-bottom:4px}.side-title{font-family:Barlow Condensed,sans-serif;font-size:15px;font-weight:700;line-height:1.3;color:var(--ink);overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.side-date{font-family:Barlow Condensed,sans-serif;font-size:11px;color:var(--grey);margin-top:5px;letter-spacing:1px}.section-header{display:flex;align-items:stretch;gap:0;border-top:3px solid var(--ink);border-bottom:1px solid var(--border)}.section-title{font-family:Bebas Neue,cursive;font-size:18px;letter-spacing:3px;background:var(--ink);color:#fff;padding:10px 22px;white-space:nowrap}.section-line{flex:1;height:auto}.section-link{font-family:Barlow Condensed,sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--red);font-weight:700;white-space:nowrap;padding:10px 16px;display:flex;align-items:center}.section-link:hover{text-decoration:underline}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border)}@media (max-width:860px){.card-grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.card-grid{grid-template-columns:1fr}}.card{background:var(--white);cursor:pointer;overflow:hidden;transition:background .15s;display:block}.card:hover{background:var(--surface)}.card-img-wrap{overflow:hidden}.card-img{width:100%;height:190px;object-fit:cover;display:block;transition:transform .5s;filter:grayscale(10%);background:var(--light-grey)}.card:hover .card-img{transform:scale(1.06)}.card-body{padding:18px 20px 22px}.card-cat{font-family:Barlow Condensed,sans-serif;font-size:9px;letter-spacing:2.5px;text-transform:uppercase;color:var(--red);font-weight:700;margin-bottom:6px}.card-title{font-family:Bebas Neue,cursive;font-size:20px;letter-spacing:.5px;line-height:1.15;margin-bottom:8px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.card-excerpt{font-size:13px;color:var(--grey);line-height:1.65;margin-bottom:12px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.card-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);padding-top:10px;font-family:Barlow Condensed,sans-serif;font-size:11px;color:var(--grey);text-transform:uppercase;letter-spacing:1px}.card-read{color:var(--red);font-weight:700}footer{background:var(--ink);padding:48px 40px 24px;border-top:1px solid rgba(255,255,255,.06)}.footer-grid{display:grid;grid-template-columns:220px 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-brand .logo{font-size:36px;color:#fff;margin-bottom:12px}.footer-tagline{font-size:13px;color:#ffffff59;line-height:1.65}.footer-col-title{font-family:Bebas Neue,cursive;font-size:16px;letter-spacing:3px;color:var(--red);margin-bottom:14px}.footer-links{display:flex;flex-direction:column;gap:9px}.footer-links a{font-size:13px;color:#fff6;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:20px;display:flex;justify-content:space-between;font-size:11px;color:#ffffff47;font-family:Barlow Condensed,sans-serif;letter-spacing:1px;flex-wrap:wrap;gap:8px}.topic-header{background:var(--ink);padding:40px;border-bottom:3px solid var(--red)}.topic-kicker{font-family:Barlow Condensed,sans-serif;font-size:10px;letter-spacing:4px;text-transform:uppercase;color:var(--grey);margin-bottom:8px}.topic-title{font-family:Bebas Neue,cursive;font-size:52px;letter-spacing:2px;color:#fff;line-height:1}.breadcrumbs{display:flex;align-items:center;gap:8px;padding:12px 40px;font-size:11px;color:var(--grey);border-bottom:1px solid var(--border);flex-wrap:wrap;font-family:Barlow Condensed,sans-serif;letter-spacing:1.5px;text-transform:uppercase}.breadcrumbs a{color:var(--red)}.breadcrumbs .sep{opacity:.4}.post-wrap{max-width:780px;margin:0 auto;padding:48px 40px 80px}.post-hero-img{width:100%;height:420px;object-fit:cover;margin-bottom:36px;background:var(--light-grey);filter:grayscale(10%)}.post-category{display:inline-block;background:var(--red);color:#fff;font-family:Bebas Neue,cursive;font-size:12px;letter-spacing:3px;padding:2px 10px;margin-bottom:16px}.post-title{font-family:Bebas Neue,cursive;font-size:52px;letter-spacing:1px;line-height:1;margin-bottom:14px}.post-meta{display:flex;align-items:center;gap:12px;color:var(--grey);font-size:12px;margin-bottom:28px;border-bottom:1px solid var(--border);padding-bottom:20px;font-family:Barlow Condensed,sans-serif;letter-spacing:1.5px;text-transform:uppercase}.post-meta .dot{width:3px;height:3px;background:var(--red);border-radius:50%}.post-content{font-size:17px;line-height:1.85;color:var(--ink)}.post-content h1,.post-content h2,.post-content h3{font-family:Bebas Neue,cursive;letter-spacing:1px;margin:2em 0 .75em}.post-content h1{font-size:40px}.post-content h2{font-size:30px}.post-content h3{font-size:22px}.post-content p{margin-bottom:1.4em}.post-content ul,.post-content ol{margin:1.2em 0 1.2em 1.8em}.post-content li{margin-bottom:.5em}.post-content blockquote{border-left:4px solid var(--red);margin:2em 0;padding:1em 1.5em;background:var(--surface);font-style:italic;color:var(--grey);font-size:18px}.post-content a{color:var(--red);text-decoration:underline}.post-content strong{font-weight:700}.ad-embed-wrap{margin:2em 0;display:flex;justify-content:center}.post-source{margin-top:36px;padding:14px 18px;border:1px solid var(--border);font-size:13px;color:var(--grey);display:flex;gap:8px}.post-source a{color:var(--red)}.back-link{display:inline-flex;align-items:center;gap:6px;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--red);font-weight:700;margin-bottom:28px}.static-wrap{max-width:780px;margin:0 auto;padding:56px 40px 80px}.static-title{font-family:Bebas Neue,cursive;font-size:52px;letter-spacing:2px;margin-bottom:28px;line-height:1}.static-content{font-size:16px;line-height:1.85}.static-content h2{font-family:Bebas Neue,cursive;font-size:28px;letter-spacing:1px;margin:2.5em 0 .75em;color:var(--red)}.static-content p{margin-bottom:1.2em;color:var(--grey)}.static-content ul{margin:1em 0 1em 1.8em}.static-content li{margin-bottom:.5em;color:var(--grey)}.static-content a{color:var(--red)}.state-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;text-align:center;gap:16px}.state-icon{font-size:48px;opacity:.3}.state-msg{font-family:Bebas Neue,cursive;font-size:36px;letter-spacing:2px;color:var(--grey)}.state-sub{font-size:14px;color:var(--grey)}.spinner{width:40px;height:40px;border:3px solid rgba(0,0,0,.08);border-top-color:var(--red);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:600px){.header-super{padding:6px 16px}.header-logo-row{padding:12px 16px}.logo{font-size:36px}nav a{padding:8px 14px;font-size:11px}.hero-main-content{padding:16px}.hero-title{font-size:22px}.card-body{padding:14px}.post-wrap{padding:20px 16px 60px}.post-title{font-size:34px}.static-wrap{padding:36px 16px 60px}.topic-header{padding:28px 16px}.topic-title{font-size:36px}.breadcrumbs{padding:10px 16px}footer{padding:36px 16px 20px}.footer-grid{grid-template-columns:1fr}}.menu-toggle{display:none;width:42px;height:42px;flex:0 0 42px;align-items:center;justify-content:center;flex-direction:column;gap:5px;margin-left:auto;padding:0;color:inherit;background:transparent;border:1px solid var(--border,rgba(127,127,127,.28));border-radius:6px;cursor:pointer}.menu-toggle span{display:block;width:20px;height:2px;background:currentColor;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:700px){header,.hdr,.header-masthead,.header-logo-row{flex-wrap:wrap!important;height:auto!important;min-height:56px}.menu-toggle{display:flex}header nav,#site-navigation{display:none!important;order:20;width:100%;max-height:70vh;flex:0 0 100%;flex-direction:column;align-items:stretch;overflow-x:hidden!important;overflow-y:auto!important;padding:8px 0 12px;border-top:1px solid var(--border,rgba(127,127,127,.2))}header nav.open,#site-navigation.open{display:flex!important}header nav a,#site-navigation a{width:100%;min-height:44px;display:flex;align-items:center;padding:10px 12px;white-space:normal}}:root{--white:#F6F3EC;--ink:#1F2F2E;--red:#247A73;--mid:#142422;--grey:#6E817E;--light-grey:#E7EEE9;--border:#D4E1DC;--surface:#FBFAF4}body{font-family:Barlow,Arial,sans-serif}.hero-title,.post-title,.topic-title,.static-title,.section-title,.logo{font-family:Bebas Neue,Barlow Condensed,sans-serif}.footer-brand .logo{line-height:1.1;letter-spacing:1px;overflow-wrap:anywhere}.footer-brand .logo a{white-space:normal}@media (max-width:800px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.footer-grid{grid-template-columns:1fr}}:root{--white:#F8F3E9;--ink:#142833;--red:#C8922E;--mid:#0F3440;--grey:#697981;--light-grey:#E9E1D2;--border:#E3D8C5;--surface:#FFFDF8;--ocean:#1C5B6B;--gold:#D5A23A;--cream:#F8F3E9}body{font-family:Inter,Arial,sans-serif;background:var(--cream);color:var(--ink)}h1,h2,h3,.hero-title,.post-title,.topic-title,.static-title,.section-title{font-family:Playfair Display,Georgia,serif;letter-spacing:0;text-transform:none}.logo{font-family:Playfair Display,Georgia,serif;font-size:34px;letter-spacing:0;text-transform:none}.header-super{background:var(--ocean);padding:8px 48px;color:#ffffffc7;font-family:Inter,Arial,sans-serif;letter-spacing:.08em}header{background:#f8f3e9f5;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-logo-row{padding:18px 48px}.logo a{color:var(--ink)}.logo-sub{font-family:Inter,Arial,sans-serif;letter-spacing:.18em;color:var(--grey)}.header-stamp{border:1px solid rgba(213,162,58,.45);background:#fffdf8b8;border-radius:999px;padding:10px 18px}.stamp-top{font-family:Inter,Arial,sans-serif;font-size:12px;letter-spacing:.24em;color:var(--ocean);font-weight:700}.stamp-bottom{font-family:Inter,Arial,sans-serif;font-size:10px;color:var(--gold);letter-spacing:.18em}nav{border-top:1px solid var(--border);justify-content:center}nav a{font-family:Inter,Arial,sans-serif;font-size:12px;font-weight:600;letter-spacing:.14em;color:var(--grey);border-right:0;padding:14px 18px}nav a:first-child{border-left:0}nav a:hover,nav a.active{color:var(--ocean);background:#1c5b6b0f}.ticker{background:var(--surface);border-bottom:1px solid var(--border)}.ticker-inner{font-family:Inter,Arial,sans-serif;color:var(--ocean);font-size:11px;font-weight:600;letter-spacing:.16em}.ticker-inner .sep{color:var(--gold);opacity:.75}.escape-hero{position:relative;min-height:65vh;overflow:hidden;display:flex;align-items:flex-end;padding:96px 48px;background:var(--ocean)}.escape-hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.04);opacity:.88}.escape-hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a1c2314,#0a1c2359 42%,#0a1c23d1)}.escape-hero-content{position:relative;z-index:1;max-width:820px;color:#fff}.escape-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;font-size:12px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--gold)}.escape-kicker:before{content:"";width:36px;height:1px;background:currentColor}.escape-hero h1{font-family:Playfair Display,Georgia,serif;font-size:clamp(42px,6vw,82px);font-weight:700;line-height:.98;letter-spacing:0;margin-bottom:22px}.escape-hero p{max-width:640px;font-size:17px;line-height:1.75;color:#ffffffdb;margin-bottom:28px}.escape-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;font-size:13px;color:#ffffffb8}.escape-primary{display:inline-flex;align-items:center;min-height:46px;padding:0 22px;border-radius:999px;background:var(--gold);color:#17242a;font-weight:700;letter-spacing:.05em;transition:transform .2s,background .2s}.escape-primary:hover{transform:translateY(-2px);background:#e2b95d}.escape-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);max-width:1180px;margin:-42px auto 0;position:relative;z-index:5;border-radius:8px;overflow:hidden;box-shadow:0 20px 50px #14283324}.escape-highlight{background:var(--surface);padding:26px 28px 28px;min-height:180px;display:flex;flex-direction:column;gap:14px}.escape-highlight>span{font-size:12px;font-weight:700;color:var(--gold);letter-spacing:.18em}.escape-highlight h2{font-size:24px;line-height:1.2;color:var(--ink)}.escape-highlight p{margin-top:auto;font-size:12px;color:var(--grey);letter-spacing:.08em;text-transform:uppercase}.escape-highlight:hover h2{color:var(--ocean)}.escape-topics{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;max-width:1180px;margin:72px auto 32px;padding:0 32px}.escape-topics h2{font-size:42px;line-height:1.1;color:var(--ink)}.escape-topic-links{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.escape-topic-links a{padding:11px 16px;border:1px solid var(--border);border-radius:999px;background:#fffdf8a6;font-size:13px;font-weight:600;color:var(--ocean)}.escape-topic-links a:hover{background:var(--ocean);border-color:var(--ocean);color:#fff}.escape-destinations{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1180px;margin:0 auto 72px;padding:0 32px}.escape-destination{position:relative;min-height:320px;border-radius:8px;overflow:hidden;background:var(--ocean);box-shadow:0 14px 36px #1428331f}.escape-destination img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .45s;opacity:.9}.escape-destination:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 30%,#071c23b8)}.escape-destination div{position:absolute;left:22px;right:22px;bottom:22px;z-index:1;color:#fff}.escape-destination span{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-weight:700}.escape-destination h3{font-size:26px;line-height:1.16;margin-top:8px}.escape-destination:hover img{transform:scale(1.05)}.section-header{max-width:1180px;margin:0 auto 24px;padding:0 32px;border:0;align-items:center}.section-title{background:transparent;color:var(--ink);padding:0;font-size:38px;white-space:normal}.section-line{height:1px;background:var(--border);margin-left:24px}.card-grid{max-width:1180px;margin:0 auto 80px;padding:0 32px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;background:transparent}.card{background:var(--surface);border:1px solid var(--border);border-radius:8px;overflow:hidden;box-shadow:0 10px 30px #1428330f}.card-img{height:220px;filter:none}.card-body{padding:22px}.card-cat{font-family:Inter,Arial,sans-serif;color:var(--gold);font-size:11px;letter-spacing:.16em}.card-title{font-family:Playfair Display,Georgia,serif;font-size:23px;line-height:1.22;letter-spacing:0;text-transform:none}.card-footer{font-family:Inter,Arial,sans-serif;text-transform:none;letter-spacing:0}.card-read{color:var(--ocean)}footer{background:var(--ocean);border-top:0}.footer-col-title{font-family:Inter,Arial,sans-serif;color:var(--gold);font-size:12px;letter-spacing:.18em}.footer-brand .logo{font-family:Playfair Display,Georgia,serif;color:#fff;font-size:32px}.topic-header{background:var(--ocean);border-bottom:0}.topic-title{font-size:48px}.post-category{background:var(--gold);color:var(--ink);font-family:Inter,Arial,sans-serif;border-radius:999px;font-size:11px;font-weight:700}.post-content h1,.post-content h2,.post-content h3{font-family:Playfair Display,Georgia,serif;letter-spacing:0}.back-link,.breadcrumbs a,.post-source a,.static-content a{color:var(--ocean)}.spinner{border-top-color:var(--gold)}@media (max-width:900px){.escape-highlights,.escape-destinations,.card-grid{grid-template-columns:1fr 1fr}.escape-topics{align-items:flex-start;flex-direction:column}.escape-topic-links{justify-content:flex-start}}@media (max-width:640px){.header-super{padding:7px 16px}.header-logo-row{padding:14px 16px}.logo{font-size:28px}.header-stamp{display:none}.escape-hero{min-height:620px;padding:72px 20px 44px}.escape-hero h1{font-size:40px}.escape-highlights{grid-template-columns:1fr;margin:0;border-radius:0}.escape-topics,.escape-destinations,.card-grid,.section-header{padding-left:18px;padding-right:18px}.escape-destinations,.card-grid{grid-template-columns:1fr}.escape-topics{margin-top:48px}.escape-topics h2,.section-title{font-size:32px}}
