@import url('/fonts/fonts.css');
/* Sun-Drenched Journal — Google Stitch project 11281193613686854442. */
:root{--paper:#fbf8f3;--sand:#f5efeb;--clay:#efe6dc;--white:#fff;--ink:#1e1e1c;--muted:#6e6a62;--terracotta:#c85a32;--primary:#9f3c16;--olive:#3f5242;--line:#e8dec8;--gold:#f3c56d;--serif:'Playfair Display',Georgia,serif;--sans:'Plus Jakarta Sans',Arial,sans-serif;--shadow:0 6px 24px #4432230a}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 var(--sans);-webkit-font-smoothing:antialiased}body:has(dialog[open]){overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}a:hover{color:var(--primary)}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default;opacity:.55}:focus-visible{outline:3px solid var(--terracotta);outline-offset:5px}::selection{background:#ffdbcf;color:#390c00}h1,h2,h3,h4{font-family:var(--serif);font-weight:500;line-height:1.23;margin:0 0 18px}h1{font-size:56px;letter-spacing:-.02em;font-weight:600}h2{font-size:40px;letter-spacing:-.01em}h3{font-size:24px}p{margin:0 0 20px}small{font-size:12px}.container{max-width:1280px;padding-inline:48px;margin-inline:auto}.sr-only,.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:20px;top:-100px;padding:12px 24px;background:var(--white);z-index:200}.skip-link:focus{top:12px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font:700 11px/1.5 var(--sans);color:var(--primary);margin-bottom:12px}.lead{font-size:18px;line-height:1.8;color:#57423b}.text-link{color:var(--primary);font-weight:600;font-size:14px}.text-link:hover{text-decoration:underline;text-underline-offset:5px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid transparent;padding:12px 24px;border-radius:999px;background:var(--primary);color:white;font-size:14px;font-weight:600;line-height:1.5;transition:background .2s,transform .2s}.button:hover{background:#b64e28;color:white;transform:translateY(-1px)}.button-outline{background:transparent;border-color:var(--line);color:var(--ink)}.button-outline:hover{background:var(--sand);color:var(--primary)}.button-olive{background:var(--olive)}
.site-header{position:sticky;top:0;z-index:50;background:#fbf8f3f2;backdrop-filter:blur(14px);border-bottom:1px solid var(--line);box-shadow:0 1px 8px #2d1e140a}.header-inner{height:80px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0;font:500 23px/1.1 var(--serif);letter-spacing:-.03em}.brand small{display:block;font:600 9px/1 var(--sans);letter-spacing:.17em;margin-top:7px}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;color:var(--terracotta)}.brand img{width:120px}.main-nav{display:flex;align-items:center;gap:21px;margin-left:auto}.main-nav a{font-size:13px;font-weight:500;white-space:nowrap;padding:7px 0;border-bottom:2px solid transparent}.main-nav a[aria-current]{color:var(--primary);border-bottom-color:var(--primary)}.header-search{display:flex;position:relative;max-width:250px;flex:1;min-width:100px}.header-search input{min-width:0;width:100%;border:1px solid var(--line);border-radius:99px;padding:9px 35px 9px 16px;background:var(--sand);font-size:11px}.header-search button{position:absolute;right:6px;top:2px;border:0;background:none;font-size:24px;color:var(--primary)}.profile-link{border:2px solid #c85a3266;border-radius:50%;padding:2px;flex-shrink:0}.profile-link img{height:32px;width:32px;object-fit:cover;border-radius:50%}.menu-toggle{display:none;border:1px solid var(--line);border-radius:50%;background:var(--white);width:42px;height:42px;color:var(--primary)}
.home-intro{padding-top:64px;padding-bottom:40px;display:grid;grid-template-columns:7fr 5fr;gap:64px;align-items:center}.home-intro h1{max-width:720px;line-height:1.08}.home-intro em{font-weight:400;color:var(--primary)}.home-intro .lead{max-width:710px}.intro-note{justify-self:end;max-width:350px;background:white;border:1px solid var(--line);padding:24px;border-radius:16px;box-shadow:var(--shadow)}.intro-note strong{display:block;font:500 30px/1.3 var(--serif);margin-bottom:12px}.intro-note p:last-child{margin:0;font-size:14px;color:var(--muted)}.hero{position:relative;min-height:500px;background-color:var(--olive);background-size:cover;background-position:center;border-radius:24px;overflow:hidden;box-shadow:0 15px 30px #44322314}.hero:before{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#191b17e8,transparent 75%)}.hero>img{position:absolute;width:100%;height:100%;object-fit:cover}.hero>img+.hero-content{background:linear-gradient(0deg,#191b17dc,transparent)}.hero-content{position:absolute;inset:auto 0 0;padding:40px;color:white;z-index:1}.hero-content h2{max-width:670px;color:white;font-size:40px}.hero-content .eyebrow{display:inline-block;padding:5px 12px;background:var(--gold);color:var(--ink);border-radius:99px}.hero-content p{font-size:14px;color:#fff8f1df}.hero-content a{color:white}.filter-bar{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:16px;margin:-28px 32px 0;background:white;border-radius:16px;box-shadow:0 8px 22px #44322312}.filter-bar a,.filter-chip,.article-tags a{font-size:11px;font-weight:600;border:1px solid var(--line);background:var(--sand);padding:8px 16px;border-radius:99px;white-space:nowrap}.filter-bar a:first-child,.filter-bar a[aria-current]{color:white;background:var(--primary);border-color:var(--primary)}.section-heading{margin-bottom:36px}.section-heading h2{margin-bottom:12px}.section-heading>p:not(.eyebrow){max-width:700px;color:var(--muted)}.home-section,.stories-section,.featured-section,.destinations-section{padding-top:88px;padding-bottom:8px}.featured-story{display:grid;grid-template-columns:7fr 5fr;background:white;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.featured-image{display:block;min-height:500px}.featured-image img{height:100%;width:100%;object-fit:cover}.featured-body{padding:48px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.featured-body h3,.featured-body h2{font-size:30px}.featured-body p{color:#57423b}.featured-body .button{margin-top:12px}.story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;align-items:start}.story-card{border:1px solid var(--line);background:white;border-radius:20px;overflow:hidden;box-shadow:0 2px 5px #44322304;transition:box-shadow .25s,transform .25s}.story-card:hover{box-shadow:0 12px 32px #44322315;transform:translateY(-3px)}.card-image{display:block;height:245px;position:relative;overflow:hidden;background:var(--clay)}.card-image img{height:100%;width:100%;object-fit:cover;transition:transform .6s}.story-card:hover .card-image img{transform:scale(1.04)}.card-badge{position:absolute;top:14px;left:14px;background:#fffffff0;color:var(--olive);padding:4px 12px;border-radius:99px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.card-body{padding:24px}.card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px;color:#817368;font-size:11px;line-height:1.6;margin-bottom:15px}.card-meta span+span:before{content:'·';margin-right:10px}.card-body h3{font-size:23px}.card-body p{font-size:14px;line-height:1.65;color:#57423b;margin-bottom:24px}.card-body .text-link{font-size:13px}.pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px;margin:48px 0 16px}.pagination a,.pagination span{display:flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;padding:6px 13px;border-radius:50%;border:1px solid var(--line);font-size:12px}.pagination [aria-current]{background:var(--primary);color:white;border-color:var(--primary)}.destination-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.destination-card{position:relative;min-height:330px;border-radius:20px;overflow:hidden;background:var(--olive);color:white}.destination-card img{width:100%;height:100%;position:absolute;object-fit:cover}.destination-card:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#171d17de,transparent 85%)}.destination-card>div{position:absolute;bottom:0;padding:26px;z-index:1}.destination-card h2{font-size:28px;margin-bottom:8px}.destination-card p{font-size:12px;margin:0}.destination-card:hover{color:white}.map-teaser{background:var(--clay);border:1px solid var(--line);border-radius:24px;padding:48px;margin-top:80px;display:flex;justify-content:space-between;align-items:center;gap:40px}.map-teaser>div{max-width:620px}.map-teaser h2{font-size:36px}.map-teaser p{color:var(--muted)}.photo-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:56px}.photo-strip img{width:100%;height:190px;object-fit:cover;border-radius:12px}.about-section{text-align:center;max-width:850px;margin:0 auto;padding:96px 48px}.about-section img{width:64px;height:64px;border-radius:50%;object-fit:cover;margin:0 auto 24px}.about-section blockquote,.about-section h2{font:italic 400 28px/1.65 var(--serif);margin:0 0 24px}.about-section p{font-size:14px;color:var(--muted)}
.site-footer{margin-top:80px;border-top:1px solid var(--line);background:var(--sand);padding-top:56px}.footer-grid{display:grid;grid-template-columns:1.25fr .8fr .8fr 1.35fr;gap:40px}.footer-grid h2{font:600 11px/1.5 var(--sans);letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}.footer-grid>div:last-child h2{font:500 25px/1.3 var(--serif);text-transform:none;letter-spacing:0}.footer-grid p{color:var(--muted);font-size:13px;line-height:1.8;margin:18px 0}.footer-grid>div>a:not(.brand):not(.button){display:block;color:#57423b;font-size:12px;margin-bottom:9px}.social-links{display:flex;flex-wrap:wrap;gap:12px;font-size:10px;color:var(--primary)}.footer-bottom{border-top:1px solid var(--line);margin-top:44px;padding-block:24px;display:flex;justify-content:space-between;gap:20px;font-size:10px;letter-spacing:.04em;color:var(--muted)}
.archive-section{padding-top:56px}.archive-section h1{max-width:900px}.article-header{text-align:center;padding-top:32px;padding-bottom:48px}.breadcrumbs{display:flex;gap:10px;color:var(--muted);font-size:11px;margin-bottom:38px;text-align:left}.article-header h1{max-width:900px;margin:0 auto 24px}.article-header .card-meta{justify-content:center}.article-header .lead{max-width:760px;margin:auto}.article-hero{margin-bottom:64px}.article-hero img{width:100%;max-height:580px;object-fit:cover;border-radius:20px}.article-layout{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(240px,.85fr);gap:64px;align-items:start}.prose{min-width:0;color:#49433c;line-height:1.9}.prose h2{font-size:30px;margin-top:42px;color:var(--ink)}.prose h3{font-size:25px;margin-top:30px;color:var(--ink)}.prose a:not(.button):not([data-gallery]){color:var(--primary);text-decoration:underline;text-underline-offset:4px}.prose img{height:auto;border-radius:12px;max-width:100%}.prose iframe{max-width:100%;border:0}.prose blockquote{border-left:3px solid var(--terracotta);background:var(--sand);margin:30px 0;padding:24px;font:italic 23px/1.6 var(--serif)}.prose table{border-collapse:collapse;max-width:100%;font-size:14px}.prose td,.prose th{border-bottom:1px solid var(--line);padding:10px;text-align:left}.prose pre{overflow:auto;padding:20px;background:var(--sand)}.prose li{margin-bottom:8px}.article-sidebar{background:white;border:1px solid var(--line);padding:24px;border-radius:16px;position:sticky;top:110px}.article-sidebar>img{height:180px;width:100%;object-fit:cover;border-radius:12px;margin-bottom:24px}.article-sidebar h2{font-size:25px}.article-sidebar p:not(.eyebrow){font-size:13px;color:var(--muted)}.article-sidebar .button{margin-top:24px;width:100%;padding-inline:12px;font-size:12px}.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.gallery a{display:block;overflow:hidden;border-radius:10px;background:var(--clay)}.gallery img{width:100%;height:180px;object-fit:cover;transition:transform .3s}.gallery a:hover img{transform:scale(1.03)}.article-tags{display:flex;flex-wrap:wrap;gap:8px;margin:36px 0}.article-tags a{font-size:11px;text-decoration:none!important}.story-navigation{border-block:1px solid var(--line);padding:24px 0;display:flex;justify-content:space-between;gap:24px;font-size:13px}.story-navigation a{max-width:48%}.lightbox{border:0;border-radius:16px;max-width:min(95vw,1400px);padding:50px 18px 18px;background:#1e1e1c;color:white}.lightbox::backdrop{background:#181812ee}.lightbox img{max-width:100%;max-height:78vh;object-fit:contain;margin:auto}.lightbox button{border:1px solid #ffffff50;border-radius:50%;width:40px;height:40px;background:#ffffff15;color:white}.lightbox-close{position:absolute;right:12px;top:8px}.lightbox-controls{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:12px}.lightbox figcaption{text-align:center;font-size:12px;margin-top:12px}
.search-section,.contact-section{padding-top:64px}.search-form{display:flex;gap:12px;max-width:780px;margin:30px 0}.search-form input{flex:1;min-width:0}.search-form input,input[type=text],input[type=email],input[type=search],select,textarea{border:1px solid var(--line);border-radius:9px;background:var(--sand);padding:13px 16px;color:var(--ink)}input:focus,textarea:focus,select:focus{outline:2px solid #c85a3240;border-color:var(--terracotta)}.search-status{font-size:13px;color:var(--muted);margin-block:24px}.search-results{margin-top:32px}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.contact-form{padding:36px;background:white;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px}.contact-form label{display:block;font-size:12px;font-weight:600;margin-bottom:8px}.contact-form input:not([type=checkbox]),.contact-form textarea,.contact-form select{width:100%;margin-bottom:20px}.contact-form textarea{min-height:180px;resize:vertical}.contact-form .field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-note,.notice{padding:18px 20px;background:var(--sand);border:1px solid var(--line);border-radius:12px;font-size:13px;color:#57423b;margin-block:24px}.contact-form .checkbox-label{display:flex;gap:10px;align-items:start;font-weight:400;font-size:12px}.contact-form .checkbox-label input{margin-top:4px}.contact-section details{padding:16px;border:1px solid var(--line);border-radius:10px;background:white;margin-bottom:12px;font-size:14px}.contact-section summary{cursor:pointer}.contact-section details p{margin:16px 0 0;color:var(--muted)}
.map-section{padding-block:32px}.map-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:24px;align-items:start}#travel-map{height:660px;border-radius:18px;background:var(--clay);border:1px solid var(--line);z-index:1}.poi-list{max-height:660px;overflow-y:auto;padding-right:8px;scrollbar-color:var(--line) transparent}.poi-card{border:1px solid var(--line);border-radius:14px;background:white;padding:18px;margin-bottom:12px;font-size:12px}.poi-card h2,.poi-card h3{font-size:21px;margin-bottom:8px}.poi-card p{margin-bottom:10px;color:var(--muted)}.poi-card button{border:0;background:none;padding:0;color:var(--primary);text-align:left;font:inherit;cursor:pointer}.poi-card img{height:100px;width:100%;object-fit:cover;border-radius:8px;margin-bottom:12px}.leaflet-popup-content{font-family:var(--sans)!important;line-height:1.7!important}.leaflet-popup-content h3{font-size:22px;margin-bottom:8px}.leaflet-popup-content img{max-height:180px;width:100%;object-fit:cover;border-radius:8px}.leaflet-popup-content a{color:var(--primary)}.map-toolbar{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.map-toolbar button{border:1px solid var(--line);border-radius:99px;padding:8px 18px;background:white;font-size:12px}.map-toolbar button[aria-pressed=true]{background:var(--primary);color:white}.empty-state{padding:48px;background:var(--sand);border-radius:18px;text-align:center}.error-page{text-align:center;padding-block:100px}
@media(min-width:1450px){.header-search{max-width:280px}}
@media(max-width:1100px){.header-inner{gap:16px}.header-search{display:none}.main-nav{gap:18px}.home-intro{gap:40px}.featured-body{padding:32px}.article-layout{gap:36px}.card-image{height:220px}.footer-grid{gap:24px}.brand img{width:90px}}
@media(max-width:800px){.container{padding-inline:24px}.home-intro{grid-template-columns:1fr;padding-top:40px;gap:20px}.intro-note{justify-self:start;max-width:none;width:100%}.hero{min-height:440px}.hero-content{padding:28px}.story-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.featured-story{grid-template-columns:1fr}.featured-image{min-height:360px;max-height:430px;overflow:hidden}.featured-image img{height:430px}.featured-body{padding:32px}.destination-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-layout{grid-template-columns:1fr}.article-sidebar{position:static;max-width:500px;margin-top:24px}.article-sidebar>img{height:250px}.footer-grid{grid-template-columns:1fr 1fr;gap:36px}.contact-layout{gap:32px}.map-layout{grid-template-columns:1fr}.poi-list{max-height:450px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.map-teaser{padding:32px}.photo-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.photo-strip img{height:130px}.main-nav{gap:14px}.main-nav a{font-size:12px}.profile-link{display:none}.brand img{width:70px}}
@media(max-width:640px){body{font-size:15px}.container{padding-inline:20px}h1{font-size:40px;line-height:1.2}h2{font-size:30px;line-height:1.27}h3{font-size:23px}.header-inner{height:72px;justify-content:space-between}.brand{font-size:22px}.brand img{width:80px}.brand small{font-size:8px}.menu-toggle{display:grid;place-items:center;margin-left:auto}.main-nav{display:none;position:absolute;top:71px;left:0;right:0;background:var(--paper);padding:16px 20px 24px;border-bottom:1px solid var(--line);box-shadow:0 8px 14px #44322312}.main-nav.is-open,.main-nav.open,.main-nav[data-open=true]{display:flex;flex-direction:column;align-items:stretch;gap:0}.main-nav a{font-size:16px;padding:12px 8px}.home-intro{padding-top:34px;padding-bottom:28px;gap:14px}.home-intro .lead{font-size:16px}.intro-note{padding:18px}.intro-note strong{font-size:24px}.hero{min-height:380px;border-radius:18px}.hero-content{padding:24px 20px 34px}.hero-content h2{font-size:30px}.hero-content p{font-size:12px;margin-bottom:10px}.filter-bar{margin:-20px 8px 0;padding:12px;flex-wrap:nowrap;overflow:auto;gap:8px;border-radius:12px}.filter-bar a{padding:8px 12px}.home-section,.stories-section,.featured-section,.destinations-section{padding-top:56px}.section-heading{margin-bottom:24px}.section-heading h2{font-size:30px}.featured-image{min-height:270px;max-height:320px}.featured-image img{height:320px}.featured-body{padding:24px}.featured-body h3,.featured-body h2{font-size:27px}.story-grid{grid-template-columns:1fr;gap:24px}.card-image{height:240px}.card-body{padding:22px}.card-body h3{font-size:24px}.destination-grid{grid-template-columns:1fr;gap:20px}.destination-card{min-height:330px}.map-teaser{margin-top:56px;padding:28px;flex-direction:column;align-items:flex-start;gap:12px}.map-teaser h2{font-size:30px}.photo-strip{grid-template-columns:1fr 1fr;gap:10px;margin-top:40px}.photo-strip img{height:150px}.about-section{padding:64px 24px 32px}.about-section blockquote,.about-section h2{font-size:23px}.site-footer{margin-top:56px;padding-top:40px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px 22px}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/-1}.footer-grid>div:last-child{border-top:1px solid var(--line);padding-top:28px}.footer-bottom{flex-direction:column;gap:8px;padding-block:20px}.article-header{padding-top:24px;padding-bottom:30px}.breadcrumbs{margin-bottom:26px}.article-header h1{font-size:38px;overflow-wrap:anywhere}.article-header .card-meta{gap:8px;font-size:10px}.article-hero{margin-bottom:34px}.article-hero img{max-height:420px;border-radius:14px}.prose{font-size:16px;line-height:1.85}.prose h2{font-size:28px}.gallery{grid-template-columns:1fr 1fr;gap:8px}.gallery img{height:155px}.article-sidebar{padding:22px}.story-navigation{font-size:12px}.contact-layout{grid-template-columns:1fr;gap:28px}.contact-section,.search-section{padding-top:36px}.contact-form{padding:24px}.contact-form .field-row{grid-template-columns:1fr;gap:0}.search-form{flex-direction:column}.search-form .button{align-self:flex-start}.map-section{padding-block:24px}#travel-map{height:460px}.poi-list{grid-template-columns:1fr;max-height:400px}.archive-section{padding-top:36px}.archive-section h1{font-size:38px}.lightbox{padding:50px 8px 12px;max-width:98vw;width:98vw}.lightbox figure{margin:0}.lightbox img{max-height:72vh}.empty-state{padding:30px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
/* Composition details shared with the exported editorial screens. */
.home-top{background:radial-gradient(ellipse at 65% 0,#f3c56d16,transparent 60%),linear-gradient(var(--sand),var(--paper));padding-bottom:8px}.hero{display:block}.hero>img{position:absolute;inset:0}.hero:before{z-index:1}.hero-content{z-index:2}.hero>img+.hero-content{background:none}.hero-compass{position:absolute;right:32px;bottom:38px;z-index:3;padding:10px 18px;border:1px solid #ffffff30;background:#ffffff20;backdrop-filter:blur(10px);border-radius:99px;color:white;font-size:11px;letter-spacing:.05em}.pill{display:inline-block;padding:5px 12px;border-radius:99px;background:var(--gold);color:var(--ink);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}.compass{float:left;display:grid;place-items:center;background:#d2e8d3;width:44px;height:44px;margin-right:16px;border-radius:50%;color:var(--olive);font-size:26px}.filter-search{margin-left:auto}.featured-image{position:relative}.featured-note{padding:16px;background:var(--sand);border:1px solid var(--line);border-radius:12px;font-size:13px}.photo-section{padding-top:80px}.photo-strip{margin-top:0}.photo-strip a{position:relative;overflow:hidden;border-radius:12px}.photo-strip a:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#171d17c9,transparent 70%)}.photo-strip span{position:absolute;bottom:14px;left:16px;right:16px;z-index:1;color:white;font:500 18px/1.3 var(--serif)}.photo-strip img{height:280px}.map-art{min-width:260px;min-height:180px;position:relative;display:grid;place-items:center;border-radius:50%;background:repeating-radial-gradient(ellipse at center,transparent 0,transparent 28px,#3f524215 29px,transparent 30px);color:var(--olive)}.map-art span{font-size:100px;font-family:var(--serif);font-weight:400;line-height:1}.map-art b{font-size:10px;letter-spacing:.1em;text-transform:uppercase;font-weight:500}.lightbox-prev,.lightbox-next{position:absolute;top:50%;z-index:1}.lightbox-prev{left:12px}.lightbox-next{right:12px}.search-form{display:block}.search-form>label{display:block;font-size:12px;font-weight:600;margin-bottom:10px}.search-form>div{display:flex;gap:12px}.search-form input{width:100%}.contact-layout>.prose{order:2}.contact-layout>aside{order:1}.contact-layout>aside>img{width:100%;max-height:330px;object-fit:cover;border-radius:16px;margin-bottom:28px}.contact-layout>aside h2{font-size:30px}.contact-layout>aside p{font-size:14px;color:var(--muted)}#contact-form{padding:28px;background:white;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}#contact-form label{display:block;font-size:12px;font-weight:600;margin-bottom:8px}#contact-form input:not([type=checkbox]):not([type=submit]),#contact-form textarea{width:100%;margin-bottom:18px}#contact-form textarea{min-height:170px}#contact-form input[type=submit],#contact-form button{border:0;background:var(--primary);color:white;padding:12px 24px;border-radius:99px;font-size:14px;cursor:pointer}.poi-directory summary{font:500 24px/1.4 var(--serif);padding:16px 0;cursor:pointer}.poi-list>article{background:white;border:1px solid var(--line);border-radius:14px;padding:20px;margin-bottom:12px;font-size:12px}.poi-list>article h2{font-size:22px;margin-bottom:10px}.poi-list>article button{border:0;background:none;padding:0;text-align:left;font:inherit;color:var(--primary)}.poi-list>article p{margin-bottom:10px}.poi-list>article a{display:block;color:var(--primary)}
@media(max-width:800px){.hero-compass{display:none}.photo-strip img{height:200px}.map-art{min-width:160px}.contact-layout>.prose{order:2}.contact-layout>aside{order:1}}
@media(max-width:640px){.photo-section{padding-top:56px}.photo-strip img{height:180px}.photo-strip span{font-size:17px}.map-art{display:none}.search-form>div{flex-direction:column}.search-form button{align-self:flex-start}.intro-note strong{font-size:22px}.contact-layout>.prose{order:1}.contact-layout>aside{order:2}}
.brand img.brand-symbol{width:38px;height:44px;flex-shrink:0}.map-layout .poi-list{max-height:598px}.map-layout .poi-directory summary{padding-top:0}.form-group{margin-bottom:16px}.help-block{font-size:12px;color:var(--muted)}
@media(max-width:640px){.brand img.brand-symbol{width:32px;height:38px}.map-layout .poi-list{max-height:400px}}
.hero>img{filter:saturate(.88) sepia(.08)}.card-image img,.featured-image img,.photo-strip img{filter:saturate(.95)}.map-popup small,.map-popup a{display:block;margin-top:8px}
/* Reference refinement: layered journal metadata and generous opening rhythm. */
.home-intro{padding-top:74px;padding-bottom:56px;gap:64px;min-height:548px}.journal-badge{display:inline-block;border:1px solid var(--line);border-radius:99px;background:white;padding:7px 14px;font:600 10px/1.5 var(--sans);letter-spacing:.08em;text-transform:uppercase;margin-bottom:22px;box-shadow:0 2px 4px #44322305}.journal-badge:before{content:'●';color:var(--terracotta);margin-right:9px}.journal-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.journal-chips a{display:inline-block;padding:8px 13px;border:1px solid var(--line);border-radius:99px;background:#fffffff0;font-size:10px;font-weight:600}.intro-aside{justify-self:end;max-width:350px;width:100%}.intro-aside .intro-note{padding:24px;width:100%}.intro-aside .intro-note strong{font-size:28px}.intro-quote{margin:18px 0 0;padding:20px;border:1px dashed var(--line);border-radius:12px;background:#f5efebcc;color:#57423b;font:italic 17px/1.6 var(--serif)}.intro-quote cite{display:block;font:400 10px/1.5 var(--sans);color:var(--muted);margin-top:10px}.main-nav .nav-search{display:none}
@media(max-width:1100px){.main-nav .nav-search{display:block}}
@media(max-width:800px){.home-intro{min-height:auto;padding-top:44px;padding-bottom:36px;gap:24px}.intro-aside{justify-self:start;max-width:none;display:grid;grid-template-columns:1fr 1fr;gap:16px}.intro-quote{margin:0}.intro-aside .intro-note strong{font-size:23px}}
@media(max-width:640px){.home-intro{padding-top:32px;padding-bottom:32px;gap:24px}.journal-badge{font-size:9px;margin-bottom:18px}.journal-chips{gap:8px;margin-top:20px}.journal-chips a{font-size:9px;padding:7px 11px}.intro-aside{grid-template-columns:1fr;gap:12px}.intro-aside .intro-note{padding:16px}.intro-quote{padding:14px 16px;font-size:16px}.intro-quote cite{margin-top:5px}.home-intro .lead{margin-bottom:0}}
/* Story opening follows the reference's sand masthead and full-bleed photograph. */
.page-single .article-header{max-width:none;background:var(--sand);padding-top:32px;padding-bottom:48px}.page-single .article-header .breadcrumbs{max-width:1184px;margin-inline:auto}.page-single .article-header h1{max-width:900px}.page-single .article-header .card-meta{font-size:13px;gap:20px}.page-single .article-hero{max-width:none;padding-inline:0;margin-bottom:64px}.page-single .article-hero img{border-radius:0;height:var(--banner-height,520px);max-height:none;object-position:var(--banner-position,50% 55%)}.page-single .article-header .breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:640px){.page-single .article-header{padding-top:24px;padding-bottom:30px}.page-single .article-header .card-meta{font-size:11px;gap:12px}.page-single .article-hero{margin-bottom:36px}.page-single .article-hero img{height:var(--banner-mobile-height,340px);object-position:var(--banner-mobile-position,var(--banner-position,50% 55%))}.breadcrumbs{flex-wrap:wrap;gap:6px}.page-single .article-header h1{font-size:38px}}

/* Story markers are local CSS icons; their positions come from post metadata. */
#travel-map .story-map-marker{display:grid;place-items:center;border:2px solid white;border-radius:50%;background:var(--primary);color:white;box-shadow:0 2px 6px #30221e55;font:700 14px/1 var(--sans)}
.story-map-marker:focus-visible,.story-map-cluster:focus-visible{outline:3px solid var(--ink);outline-offset:3px}
#travel-map .story-map-cluster{display:grid;place-items:center;border:3px solid white;border-radius:50%;background:var(--primary);color:white;box-shadow:0 0 0 5px #a9513226,0 2px 6px #30221e55;font:700 16px/1 var(--sans)}
#travel-map .leaflet-control-zoom a{width:44px;height:44px;line-height:44px;color:var(--ink);background:var(--paper);font-size:26px;text-indent:0;text-align:center}
#travel-map .leaflet-control-zoom a:hover{background:var(--sand)}
#travel-map .leaflet-control-zoom a:focus-visible{outline:3px solid var(--primary);outline-offset:2px}
.map-popup img{display:block;width:100%;max-height:160px;object-fit:cover;border-radius:8px;margin-block:12px}
.map-popup h4{margin:16px 0 8px;font-size:14px}.map-popup ul{padding-left:18px}.map-popup li{margin-block:8px}
/* Opt-in uncropped presentation; original media stays unchanged. */
.page-single .article-hero--full img{height:auto;object-fit:contain}


.gallery-video{margin:0;min-width:0}.gallery-video video{display:block;width:100%;height:220px;object-fit:contain;background:#1e1e1c;border-radius:10px}.gallery-video figcaption{font-size:12px;color:var(--muted);padding-top:8px}.trip-link{margin-top:32px}@media(max-width:640px){.gallery-video video{height:155px}}

.story-trip{margin:0 0 24px;font-size:14px;color:var(--muted)}.story-trip a{color:var(--primary);font-weight:600;text-decoration:underline;text-underline-offset:4px}.trip-stories{padding-top:64px;padding-bottom:24px}.trip-stories h2{font-size:clamp(28px,4vw,40px)}
