
:root{--cream:#f6f1e8;--paper:#fffaf2;--ink:#22211d;--muted:#6f6b63;--green:#3f5d49;--gold:#b7894b;--dark:#17211b;--line:rgba(34,33,29,.12);--shadow:0 18px 50px rgba(20,24,20,.12)}
*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--cream);color:var(--ink);line-height:1.65}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;line-height:1.08;margin:0 0 16px}h1{font-size:clamp(3rem,7vw,7rem)}h2{font-size:clamp(2rem,4vw,4rem)}h3{font-size:1.45rem}p{margin:0 0 16px}.smallcap{font-size:.75rem;text-transform:uppercase;letter-spacing:.22em;color:var(--gold);font-weight:700}.btn{display:inline-block;padding:13px 22px;border-radius:999px;text-decoration:none;font-weight:700;border:1px solid var(--ink);color:var(--ink);background:transparent}.btn.dark{background:var(--green);color:white;border-color:var(--green)}.btn.light{background:#fff;color:var(--ink);border-color:#fff}.btn:hover{transform:translateY(-1px)}
.header{position:fixed;top:0;left:0;right:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:18px 28px;background:rgba(23,33,27,.72);backdrop-filter:blur(10px);color:#fff}.brand{display:flex;align-items:center;gap:14px;text-decoration:none;color:#fff}.brand img{height:54px;width:auto;object-fit:contain}.brand span{font-family:Georgia,serif;font-size:1.05rem;letter-spacing:.08em;text-transform:uppercase}.menu-btn{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.25);color:white;border-radius:12px;padding:10px 13px;font-size:22px}.nav{display:none;gap:18px}.nav a{color:#fff;text-decoration:none;font-weight:700;font-size:.9rem}.side{position:fixed;z-index:40;top:0;left:-320px;width:300px;height:100vh;background:#fff;padding:24px;box-shadow:var(--shadow);transition:.25s}.side.open{left:0}.side a{display:block;padding:12px 0;color:var(--ink);text-decoration:none;font-weight:700;border-bottom:1px solid var(--line)}.close{font-size:30px;background:0;border:0;float:right}.overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:30}.overlay.open{display:block}
.hero{min-height:88vh;display:grid;place-items:center;text-align:center;color:#fff;position:relative;overflow:hidden;padding:120px 24px 80px;background:#111}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.5));z-index:1}.hero .bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;animation:fade 30s infinite}.hero .bg:nth-child(1){animation-delay:0s}.hero .bg:nth-child(2){animation-delay:6s}.hero .bg:nth-child(3){animation-delay:12s}.hero .bg:nth-child(4){animation-delay:18s}.hero .bg:nth-child(5){animation-delay:24s}@keyframes fade{0%,18%{opacity:1}22%,100%{opacity:0}}.hero-content{position:relative;z-index:2;max-width:950px}.hero p{font-size:clamp(1.05rem,2vw,1.35rem);max-width:760px;margin:auto;text-shadow:0 3px 18px rgba(0,0,0,.35)}.single-hero{background-size:cover;background-position:center}.single-hero .bg{display:none}
.section{max-width:1180px;margin:auto;padding:90px 24px}.wide{max-width:1380px}.intro{max-width:850px;text-align:center;margin:auto}.grid{display:grid;gap:28px}.cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:36px}.card{background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:26px;padding:22px;box-shadow:var(--shadow)}.card img{width:100%;height:220px;object-fit:cover;border-radius:18px}.split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.split img{width:100%;border-radius:28px;box-shadow:var(--shadow);object-fit:cover;max-height:560px}.dark-band{background:var(--dark);color:#fff}.dark-band .muted{color:rgba(255,255,255,.75)}.weather-strip{display:grid;grid-template-columns:1.2fr repeat(4,1fr);gap:16px;align-items:stretch}.weather-box{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);padding:22px;border-radius:22px}.weather-value{font-size:2rem;font-weight:800}.journey{display:grid;gap:34px}.step{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:32px;padding:24px;box-shadow:var(--shadow)}.step:nth-child(even) img{order:2}.step img{width:100%;height:360px;object-fit:cover;border-radius:24px}.quote{background:#fff;border-radius:26px;padding:34px;text-align:center;box-shadow:var(--shadow);font-family:Georgia,serif;font-size:1.3rem}.footer{background:#17211b;color:#fff;padding:54px 24px}.footer-inner{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:34px}.footer a{color:white;text-decoration:none;display:block;margin:5px 0}.hero-title{padding:190px 24px 120px}.page-hero{min-height:65vh}.local-cats{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:28px 0}.pill{border:1px solid var(--line);border-radius:999px;padding:10px 16px;background:#fff;cursor:pointer}.guide-list{display:grid;grid-template-columns:1.1fr .9fr;gap:28px}.places{display:grid;gap:16px}.place{background:white;border:1px solid var(--line);border-radius:22px;padding:18px;display:grid;grid-template-columns:90px 1fr;gap:16px;align-items:center}.place img{width:90px;height:76px;border-radius:14px;object-fit:cover}.mapbox{position:sticky;top:100px;background:white;border-radius:28px;padding:18px;box-shadow:var(--shadow);height:max-content}.mapbox iframe{width:100%;height:520px;border:0;border-radius:18px}.badge{display:inline-block;background:#eef4ec;color:var(--green);font-weight:800;border-radius:999px;padding:5px 10px;font-size:.78rem}.faq details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;margin-bottom:12px}summary{font-weight:800;cursor:pointer}.logo-note{display:none}.weather-frame{width:100%;height:760px;border:0;border-radius:28px;background:white;box-shadow:var(--shadow)}
@media(min-width:1050px){.nav{display:flex}.menu-btn{display:none}}@media(max-width:850px){.header{padding:12px 16px}.brand img{height:42px}.brand span{font-size:.82rem}.split,.step,.guide-list,.weather-strip{grid-template-columns:1fr}.step:nth-child(even) img{order:0}.footer-inner{grid-template-columns:1fr}.hero{min-height:72vh}.section{padding:62px 18px}.mapbox{position:relative;top:0}.weather-strip{display:grid}.weather-frame{height:640px}}


/* V5 polish */
.brand img{height:72px}.header{padding:14px 28px}.nav{gap:14px}.nav a{font-size:.82rem}.side-brand{display:flex;align-items:center;gap:12px;margin:18px 0 24px}.side-brand img{height:70px}.hero-kicker{color:#f3dfbd}.hero-actions{margin-top:28px}.carousel-hero .carousel-slide{opacity:0;transition:opacity 1.4s ease;animation:none}.carousel-hero .carousel-slide.active{opacity:1}.carousel-dots{display:flex;gap:9px;justify-content:center;margin-top:34px}.dot{width:10px;height:10px;border-radius:50%;border:1px solid rgba(255,255,255,.9);background:rgba(255,255,255,.25);cursor:pointer}.dot.active{background:#fff}.feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:-70px;position:relative;z-index:5}.feature-tile{display:block;text-decoration:none;color:var(--ink);background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow)}.feature-tile span{font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:var(--gold);font-weight:800}.feature-tile strong{display:block;font-family:Georgia,serif;font-size:1.6rem;margin:8px 0}.feature-tile small{color:var(--muted)}.premium-weather .weather-box small,.weather-summary small{color:rgba(255,255,255,.7)}.light-card{background:white!important;color:var(--ink);border:1px solid var(--line)}.light-card small{color:var(--muted)!important}.weather-summary{grid-template-columns:repeat(4,1fr);margin:36px 0}.gallery-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:26px}.gallery-strip img{width:100%;height:230px;object-fit:cover;border-radius:22px;box-shadow:var(--shadow)}.place.no-photo{grid-template-columns:70px 1fr}.place-icon{width:70px;height:70px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#eef4ec,#fff);font-family:Georgia,serif;font-size:2rem;color:var(--green);font-weight:800;border:1px solid var(--line)}.faq .intro{margin-bottom:32px}.faq details{transition:.2s}.faq details[open]{box-shadow:var(--shadow)}
@media(max-width:850px){.brand img{height:54px}.brand span{font-size:.75rem}.feature-row,.weather-summary,.gallery-strip{grid-template-columns:1fr}.feature-row{margin-top:0}.nav{display:none}.menu-btn{display:block}.place.no-photo{grid-template-columns:54px 1fr}.place-icon{width:54px;height:54px;font-size:1.5rem}.header{padding:10px 14px}}


/* NEXT POLISH - hamburger menu, smaller weather, restored premium proof */
.nav{display:none!important}.menu-btn{display:block!important}.header{justify-content:space-between}.brand img{height:64px}.brand span{font-size:.95rem}.side{background:var(--paper)}
.compact-weather{padding:56px 24px!important}.compact-weather .weather-strip{grid-template-columns:.95fr repeat(4,.85fr);max-width:1120px;margin:auto}.compact-weather h2{font-size:clamp(1.9rem,3vw,3rem)}.compact-weather .weather-box{padding:17px;border-radius:18px}.compact-weather .weather-value{font-size:1.55rem}.compact-weather p{font-size:.95rem}.compact-weather .btn{padding:10px 17px;font-size:.88rem}.guest-proof{max-width:920px;margin:10px auto;text-align:center;padding:26px 24px}.guest-proof img{width:min(620px,92%);height:auto;display:block;margin:0 auto 10px}.country-card{max-width:760px;margin:28px auto 0;text-align:center;background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:var(--shadow)}.choice-section{padding-top:60px}.why-grid{grid-template-columns:repeat(4,1fr)}.why-card{text-align:left}.why-card .icon{font-size:2rem;margin-bottom:12px}.guide-teaser{margin-top:26px}.live-weather-page .weather-frame{height:580px;max-width:980px;display:block;margin:30px auto}.live-weather-page .intro h2{font-size:clamp(2rem,4vw,4rem)}.local-cats .pill{font-weight:800}.place{grid-template-columns:160px 1fr;padding:20px}.place img,.place .place-photo{width:160px;height:120px;border-radius:18px;object-fit:cover}.place-icon{width:160px;height:120px}.ev-card{background:#fff7e8;border-color:rgba(183,137,75,.35)}
@media(max-width:850px){.compact-weather .weather-strip,.why-grid{grid-template-columns:1fr}.guest-proof img{width:100%}.place{grid-template-columns:92px 1fr}.place img,.place .place-photo,.place-icon{width:92px;height:82px}.brand img{height:50px}}

/* FIXED REVISION - requested corrections */
.header{justify-content:flex-start!important;gap:14px!important}.menu-btn{order:0!important}.brand{order:1!important}.nav{display:none!important}.menu-btn{display:block!important}.side{left:-330px!important}.side.open{left:0!important}.brand img{height:62px!important}.brand span{font-size:.92rem!important}.compact-weather.mini-weather{padding:34px 18px!important}.mini-weather .weather-strip{grid-template-columns:1.2fr repeat(4,.8fr)!important;gap:14px!important}.mini-weather h2{font-size:clamp(1.7rem,2.6vw,2.6rem)!important}.mini-weather .weather-box{min-height:98px!important;padding:14px!important}.mini-weather .weather-value{font-size:1.35rem!important}.original-proof{background:transparent!important;box-shadow:none!important;border:none!important;text-align:center!important;padding-top:60px!important;padding-bottom:32px!important}.laurel-rating{display:flex;align-items:center;justify-content:center;gap:18px}.laurel-rating strong{font-family:Georgia,serif;font-size:clamp(4rem,8vw,7rem);line-height:.9;color:var(--ink)}.laurel{font-size:3.8rem;color:#d7a840}.laurel.flip{transform:scaleX(-1)}.original-proof h2{font-size:clamp(2rem,4vw,3.7rem);margin-top:-6px}.country-card{background:transparent!important;border:none!important;box-shadow:none!important;max-width:780px!important;padding-top:10px!important}.country-card h3{font-size:1.25rem}.country-card p{font-size:.98rem;color:var(--muted)}.airbnb-guide{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)!important;align-items:start}.guide-category{margin-bottom:42px}.cat-head{padding:12px 4px 16px}.cat-head h2{font-size:clamp(1.8rem,3vw,3rem);margin-bottom:8px}.cat-head p{color:var(--muted);max-width:760px}.guide-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);margin:18px 0;display:grid;grid-template-columns:220px 1fr;gap:22px;padding:18px!important;align-items:center}.guide-card img{width:220px!important;height:160px!important;object-fit:cover;border-radius:18px}.guide-card h3{margin-bottom:8px}.mapbox iframe{width:100%;height:76vh;border:0;border-radius:28px;box-shadow:var(--shadow)}.mapbox{position:sticky;top:110px}.ev-card{background:#fff8ea!important;border-color:rgba(183,137,75,.4)!important}
@media(max-width:900px){.mini-weather .weather-strip,.airbnb-guide,.guide-card{grid-template-columns:1fr!important}.guide-card img{width:100%!important;height:220px!important}.mapbox{position:relative;top:0}.mapbox iframe{height:420px}.laurel{font-size:2.7rem}.header{gap:10px!important}.brand span{font-size:.75rem!important}}


/* REVISION 3 - precise requested fixes */
.header{justify-content:flex-start!important;gap:18px!important;min-height:82px!important}.menu-btn{display:block!important;order:0!important;margin-right:8px!important}.brand{order:1!important}.nav{display:none!important}.brand img{height:82px!important;max-width:96px!important}.brand span{font-size:1.08rem!important;letter-spacing:.09em!important}.side-brand img{height:86px!important}.side{left:-330px!important}.side.open{left:0!important}
.original-gold-proof{background:transparent!important;border:none!important;box-shadow:none!important;text-align:center!important;padding-top:76px!important;padding-bottom:24px!important}.original-gold-proof img{width:min(520px,86vw)!important;height:auto!important;display:block!important;margin:0 auto 10px!important}.original-gold-proof .smallcap{color:var(--ink)!important}.original-gold-proof p{font-size:1.05rem!important}.country-card{background:transparent!important;border:none!important;box-shadow:none!important;max-width:760px!important;padding-top:6px!important;margin-top:0!important}.country-card h3{font-size:1.35rem!important}.country-card p{font-size:1rem!important;color:var(--muted)!important}.compact-weather.mini-weather{padding:28px 18px!important}.mini-weather .weather-strip{max-width:1050px!important;grid-template-columns:1.1fr repeat(4,.78fr)!important;gap:12px!important}.mini-weather .weather-box{min-height:84px!important;padding:12px!important;border-radius:16px!important}.mini-weather .weather-value{font-size:1.25rem!important}.mini-weather h2{font-size:clamp(1.55rem,2.4vw,2.35rem)!important}.mini-weather p{font-size:.9rem!important}.guide-list.airbnb-guide{display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr)!important;gap:34px!important;align-items:start!important}.guide-category{margin:0 0 54px!important}.cat-head{padding:4px 4px 16px!important}.cat-head h2{font-size:clamp(2rem,3.2vw,3.4rem)!important}.cat-head p{font-size:1.05rem!important;color:var(--muted)!important}.guide-card{display:grid!important;grid-template-columns:240px 1fr!important;gap:24px!important;align-items:center!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:26px!important;padding:18px!important;margin:18px 0!important;box-shadow:var(--shadow)!important}.guide-card img{width:240px!important;height:170px!important;object-fit:cover!important;border-radius:20px!important}.guide-card h3{margin-bottom:8px!important}.guide-card .btn{padding:10px 16px!important;font-size:.9rem!important}.mapbox{position:sticky!important;top:110px!important}.mapbox iframe{width:100%!important;height:78vh!important;border:0!important;border-radius:28px!important;box-shadow:var(--shadow)!important}.mapbox p{text-align:center;margin-top:16px}.story-premium .intro{margin-bottom:60px}.story-block{margin:48px auto}.story-block.reverse img{order:2}.story-block.reverse div{order:1}.story-block img{min-height:420px;object-fit:cover}.step img{object-fit:cover}.faq details summary{font-weight:800}
@media(max-width:900px){.brand img{height:64px!important}.brand span{font-size:.78rem!important}.guide-list.airbnb-guide,.guide-card,.mini-weather .weather-strip{grid-template-columns:1fr!important}.guide-card img{width:100%!important;height:230px!important}.mapbox{position:relative!important;top:0!important}.mapbox iframe{height:420px!important}.story-block.reverse img,.story-block.reverse div{order:initial}.header{min-height:72px!important}}


/* GM-004 Typography Refinement */
h1{font-size:clamp(2.6rem,5vw,4rem);line-height:1.15;margin-bottom:0.75rem;}
h2{font-size:clamp(2rem,4vw,3rem);line-height:1.2;margin-bottom:0.75rem;}
h3{font-size:clamp(1.5rem,3vw,2rem);line-height:1.3;margin-bottom:0.6rem;}
p{line-height:1.8;margin-bottom:1.2rem;font-size:1.05rem;}
section p:last-child{margin-bottom:0;}
#guideMap{width:100%;height:520px;border-radius:18px;background:#eef4ec}
.guide-card.active{border-color:var(--gold)!important;box-shadow:0 0 0 3px rgba(183,137,75,.28),var(--shadow)!important}
