:root{--ink:#152b31;--muted:#637174;--orange:#ee592f;--line:#dde2df;--paper:#fff;--soft:#f4f6f3}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 -apple-system,BlinkMacSystemFont,"SF Pro Text","SF Pro Display","Helvetica Neue",Arial,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--orange);outline-offset:5px}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","SF Pro Display","Helvetica Neue",Arial,sans-serif;line-height:1.18;letter-spacing:-.045em}h1{font-size:clamp(2.7rem,5vw,4.4rem);font-weight:600}h2{font-size:2.5rem;font-weight:600}.topline{background:var(--ink);color:#fff;text-align:center;padding:9px 16px;font-size:12px;letter-spacing:.17em}header{max-width:1440px;margin:auto;height:105px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid var(--line)}.logo{display:inline-flex;align-items:center;font:800 29px -apple-system,BlinkMacSystemFont,"SF Pro Text","SF Pro Display","Helvetica Neue",Arial,sans-serif;letter-spacing:-1.5px;white-space:nowrap;gap:0}.logo>span:not(.mark){font-weight:400}.logo .mark{font-size:43px;line-height:1;margin-right:10px;color:var(--orange)}.logo i{font-size:11px;align-self:flex-start;padding-top:4px;margin-left:3px;font-style:normal}nav{display:flex;gap:30px;font-size:14px;font-weight:600}nav a:hover,footer a:hover{color:var(--orange)}.searchlink{border:1px solid var(--line);border-radius:30px;padding:8px 20px;font-size:20px;display:flex;align-items:center;gap:10px}.searchlink span{font-size:14px}.intro{max-width:1440px;margin:auto;padding:55px 5% 42px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.15em;color:var(--orange);display:block;margin-bottom:17px;text-transform:uppercase}.intro h1 em{font-style:normal;color:var(--orange)}.intro p{color:var(--muted);font-size:16px;margin-bottom:7px}.hero{margin:0 auto;width:90%;max-width:1296px;min-height:505px;position:relative;overflow:hidden;border-radius:8px;isolation:isolate;background:var(--ink);color:white}.hero>img{position:absolute;width:100%;height:100%;object-fit:cover;z-index:-2;object-position:50% 47%}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,26,30,.72),transparent 90%),linear-gradient(0deg,rgba(11,26,30,.3),transparent);z-index:-1}.hero-content{padding:68px 52px}.hero h2{font-size:clamp(2.4rem,4vw,3.7rem);max-width:760px;margin:22px 0 18px;letter-spacing:-.045em}.hero p{color:#f3f3f3;max-width:455px;margin-bottom:30px}.pill{display:inline-block;border:1px solid #ffffff70;border-radius:30px;padding:5px 14px;font-size:12px;letter-spacing:.12em}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;background:var(--orange);color:white;border-radius:4px;padding:14px 22px;font-size:14px;font-weight:700}.button:hover{background:#d84924}.hero-note{position:absolute;bottom:38px;right:40px;font-size:12px;line-height:1.8;letter-spacing:.1em;text-align:right}.categorybar{width:90%;max-width:1296px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:29px 0;border-bottom:1px solid var(--line)}.categorybar>span{color:var(--muted);font-size:14px}.categorybar a{font-weight:600;font-size:17px}.section{max-width:1440px;margin:auto;padding:70px 5%}.sectionhead{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px;gap:20px}.sectionhead .eyebrow{margin-bottom:12px}.sectionhead>a{font-size:14px;border-bottom:1px solid var(--ink);padding-bottom:4px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.card{min-width:0}.card img{width:100%;height:230px;object-fit:cover;border-radius:6px;transition:filter .2s}.card a:hover img{filter:brightness(.9)}.cardbody{padding:23px 0 0}.card .eyebrow{font-size:12px;margin-bottom:10px}.card h3{font-size:23px;font-weight:600;line-height:1.35;letter-spacing:-.03em}.card p{font-size:14px;line-height:1.7;color:var(--muted);margin-top:13px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.read{border-top:1px solid var(--line);display:flex;justify-content:space-between;margin-top:21px;padding-top:14px;font-size:14px;font-weight:600}.journal{width:90%;max-width:1296px;margin:0 auto;background:#183b3d;color:#fff;border-radius:6px;padding:55px 6%;position:relative;overflow:hidden}.journal .eyebrow{color:#ffb699}.journal h2{font-size:3.3rem}.journal p{margin:22px 0;color:#d1dddd}.journal a{border-bottom:1px solid #d1dddd;padding-bottom:5px}.journal-star{position:absolute;right:7%;top:12%;font-size:230px;color:#fb794f;line-height:1.2}footer{background:var(--soft);padding:55px 5% 20px;display:grid;grid-template-columns:2fr 1fr 1.3fr;gap:40px;border-top:1px solid var(--line)}footer p{color:var(--muted);margin-top:15px;font-size:14px}footer strong{display:block;margin-bottom:16px;font-size:14px}footer>div>a:not(.logo){display:block;font-size:14px;margin:8px 0}footer small{grid-column:1/-1;border-top:1px solid var(--line);padding-top:22px;color:var(--muted);font-size:12px}.listing{max-width:1440px;margin:auto;padding:60px 5% 80px}.lead{font-size:19px;color:var(--muted);margin-top:22px;max-width:850px}.searchform{margin:32px 0 25px;max-width:640px}.searchform label{display:block;font-size:14px;margin-bottom:8px}.searchform>div{display:flex;border:1px solid var(--line);border-radius:5px;overflow:hidden}.searchform input{min-width:0;flex:1;border:0;padding:15px}.searchform button{border:0;background:var(--ink);color:#fff;padding:0 25px;cursor:pointer}.filters{display:flex;gap:10px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:25px}.filters a{padding:8px 16px;border:1px solid var(--line);border-radius:30px;font-size:14px}.filters .active{background:var(--ink);color:white}#resultcount{font-size:14px;color:var(--muted);margin:20px 0}.listing .grid{row-gap:50px}.articlehead{max-width:1040px;margin:0 auto;padding:35px 30px 45px}.crumb{color:var(--muted);font-size:14px;margin-bottom:40px}.articlehead h1{font-size:clamp(2.3rem,4vw,3.8rem)}.byline{display:flex;align-items:center;gap:12px;margin-top:30px;font-size:14px}.byline small{color:var(--muted);font-size:12px}.avatar{background:var(--orange);color:#fff;border-radius:50%;width:42px;height:42px;display:grid;place-items:center;font-size:24px;font-weight:bold}.articleimage{max-width:1200px;width:90%;margin:auto}.articleimage img{width:100%;height:470px;object-fit:cover;border-radius:7px}.articlelayout{max-width:1200px;width:90%;margin:45px auto 0;display:grid;grid-template-columns:250px minmax(0,1fr);gap:70px}.articlelayout aside{align-self:start;position:sticky;top:25px;max-height:85vh;overflow:auto;border-left:2px solid var(--orange);padding-left:20px}.articlelayout aside a{display:block;font-size:14px;line-height:1.4;margin:15px 0;color:var(--muted)}.prose{font-size:18px;line-height:1.9;overflow-wrap:anywhere}.prose p{margin-bottom:22px}.prose h2,.prose h3{font-size:29px;margin:35px 0 20px;scroll-margin-top:25px}.prose a{color:var(--orange);text-decoration:underline}.prose img{height:auto;max-width:100%}.prose table{display:block;overflow:auto}.skip{position:absolute;top:-100px;background:white;z-index:10;padding:15px}.skip:focus{top:0}[hidden]{display:none!important}@media(max-width:950px){nav{gap:16px}header{gap:15px}.logo{font-size:24px}.intro p{max-width:230px}.hero-content{padding:50px 35px}.hero-note{display:none}.journal-star{font-size:180px;right:3%;top:20%}.articlelayout{grid-template-columns:190px minmax(0,1fr);gap:30px}.card img{height:185px}}@media(max-width:700px){header{height:auto;min-height:90px;flex-wrap:wrap;padding:19px 5% 0;gap:15px}header nav{order:3;overflow-x:auto;width:100%;white-space:nowrap;padding:10px 0 17px;gap:25px}.searchlink{margin-left:auto}.intro{padding:35px 5% 28px;display:block}.intro p{max-width:none;margin-top:22px;font-size:15px}.intro p br{display:none}h1{font-size:2.8rem}.hero{min-height:485px}.hero-content{padding:40px 25px}.hero h2{font-size:2.65rem;margin-top:45px}.hero p{font-size:15px}.hero>img{object-position:62% center}.categorybar{gap:15px;flex-wrap:wrap;padding:20px 0}.categorybar>span{width:100%}.categorybar a{font-size:14px}.section{padding:45px 5%}h2{font-size:2rem}.sectionhead{align-items:center}.sectionhead>a{font-size:12px}.grid{grid-template-columns:1fr;gap:35px}.card img{height:240px}.card h3{font-size:23px}.journal{padding:35px 25px}.journal h2{font-size:2.35rem;position:relative;z-index:1}.journal p{font-size:15px;position:relative;z-index:1}.journal-star{font-size:110px;opacity:.25;right:0;top:0}footer{grid-template-columns:1fr 1fr;gap:30px}footer>div:first-child{grid-column:1/-1}.articlehead{padding:25px 5%}.articleimage img{height:280px}.articlelayout{display:flex;flex-direction:column;gap:30px}.articlelayout aside{position:static;width:100%;max-height:220px}.prose{font-size:17px}.articlehead h1{font-size:2.3rem}.listing{padding-top:40px}}
/* Editorial navigation and destination slider */
:root{--orange:#e8522d}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.utility{background:#132b30;color:#e6eded;font-size:12px;letter-spacing:.08em}.utility>div{max-width:1440px;padding:9px 5%;margin:auto;display:flex;justify-content:space-between;gap:20px}.utility a{letter-spacing:0}.utility a span{margin-left:15px}.site-header{display:block;position:sticky;top:0;z-index:30;background:rgba(255,255,255,.97);backdrop-filter:blur(16px);max-width:none;height:auto;padding:0;border-bottom:1px solid #dde2df}.masthead{max-width:1440px;margin:auto;padding:23px 5%;display:flex;align-items:center;gap:50px;min-height:112px}.brand>.logo{font-size:36px}.brand>.logo .mark{font-size:47px}.brand>span{display:block;font-size:10px;letter-spacing:.21em;margin-left:57px;color:#647477;margin-top:3px}.masthead>p{font-size:13px;line-height:1.55;color:#6a7779;border-left:1px solid var(--line);padding-left:32px}.masthead>p strong{color:var(--ink);font-weight:500}.header-actions{margin-left:auto;display:flex;align-items:center;gap:12px}button{cursor:pointer}.header-search{border:1px solid #e3e7e5;border-radius:50px;background:#f7f8f6;color:#5d6e72;display:flex;align-items:center;gap:12px;padding:13px 17px;font-size:14px}.header-search svg,.global-field svg,.menu-toggle svg{width:20px;height:20px;flex-shrink:0}.header-search kbd{font-size:11px;border:1px solid #dbe0dd;padding:0 5px;border-radius:4px;margin-left:30px;background:white}.navrow{max-width:1440px;margin:auto;padding:0 5%;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eef0ed}.navrow nav{display:flex;gap:0;align-items:stretch;flex-wrap:wrap}.navrow nav>a,.nav-group>summary{padding:17px 22px;font-size:14px;font-weight:600;display:flex;align-items:center;gap:12px;white-space:nowrap}.navrow nav>.home-link{padding-left:0;padding-right:27px}.nav-all{font-size:13px;font-weight:600;white-space:nowrap;margin-left:25px}.nav-all span{margin-left:18px;color:var(--orange)}.nav-group>summary{cursor:pointer;list-style:none}.nav-group>summary::-webkit-details-marker{display:none}.nav-group[open]>summary,.navrow nav>a[aria-current=page]{color:var(--orange)}.nav-group[open] .chevron{transform:rotate(180deg)}.chevron{font-size:17px;transition:transform .2s}.mega{position:absolute;left:0;right:0;top:100%;background:#fff;box-shadow:0 24px 36px #132b3020;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1.4fr 1fr;gap:45px;padding:38px max(5%,calc((100vw - 1296px)/2));z-index:35}.mega h2{font-size:29px;line-height:1.3}.mega .eyebrow{font-size:11px}.textlink{display:inline-block;font-size:14px;border-bottom:1px solid currentColor;margin-top:22px}.mega-links{display:grid;grid-template-columns:1fr 1fr;gap:0 28px;align-content:start}.mega-links a{display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:16px;border-bottom:1px solid #edf0ec;padding:13px 0}.mega-links a span{font-size:13px;color:var(--orange)}.mega-feature img{height:150px;width:100%;object-fit:cover;border-radius:4px}.mega-feature>span{display:block;margin-top:10px;font-size:14px;font-weight:600}.menu-toggle{display:none;align-items:center;justify-content:center;background:white;border:1px solid var(--line);border-radius:50%;width:44px;height:44px}.intro-new{padding-top:32px;padding-bottom:30px;align-items:center}.intro-new .eyebrow{font-size:11px;margin-bottom:8px}.intro-new h1{font-size:clamp(1.9rem,3vw,2.8rem);letter-spacing:-.045em}.intro-new p{font-size:14px;line-height:1.7;margin:0}.story-slider{position:relative;width:94%;max-width:1360px;margin:0 auto;min-height:620px;border-radius:8px;overflow:hidden;background:#162e34;color:white;isolation:isolate;touch-action:pan-y}.slide{position:absolute;inset:0;animation:reveal-slide .65s ease both}.slide>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center 48%;z-index:-2}.slide-shade{position:absolute;inset:0;background:linear-gradient(90deg,#092128b8 0%,#0d262e35 72%),linear-gradient(0deg,#0c222ad9 0%,transparent 45%,#10262a44);z-index:-1}.slider-top{position:absolute;left:4.5%;right:4.5%;top:26px;display:flex;justify-content:space-between;font-size:10px;letter-spacing:.18em;color:#f2f3ed}.slide-content{position:absolute;top:19%;left:4.5%;right:5%;max-width:820px}.slide-location{font-size:12px;font-weight:600;letter-spacing:.15em;display:flex;align-items:center;gap:10px}.slide-location>span{color:#ff996b;font-size:22px;line-height:1}.slide h2{font-size:clamp(2.5rem,4.8vw,4.5rem);font-weight:600;line-height:1.13;letter-spacing:-.055em;margin:22px 0}.slide h2 em{font-style:normal;color:#ffcfb1}.slide p{font-size:16px;color:#e8eeee;max-width:490px;line-height:1.75;margin-bottom:26px}.slide .button{border-radius:50px;padding:14px 25px;gap:35px;background:#fff;color:#1b3437;font-size:14px}.slide .button:hover{background:#fbd3b9}.slider-bottom{position:absolute;bottom:0;left:4.5%;right:4.5%;display:flex;align-items:center;gap:35px;border-top:1px solid #ffffff35;min-height:105px}.slide-tabs{display:flex;gap:30px;flex:1;align-self:stretch}.slide-tab{position:relative;display:flex;align-items:center;gap:14px;padding:20px 0;background:none;color:#e1e7e6;border:0;flex:1;text-align:left;opacity:.6}.slide-tab[aria-current=true]{opacity:1}.slide-tab>span:not(.tab-number):not(.tab-line){font-size:14px;font-weight:500}.slide-tab small{display:block;font-size:11px;font-weight:400;letter-spacing:.03em;color:#c0cecd;margin-top:4px}.tab-number{font-size:12px;align-self:center;color:#fff}.tab-line{position:absolute;top:-1px;left:0;width:0;height:2px;background:#ff9569;transition:width .3s}.slide-tab[aria-current=true] .tab-line{width:100%}.slider-controls{display:flex;align-items:center;gap:9px}.roundbutton{width:40px;height:40px;border-radius:50%;border:1px solid #ffffff55;background:transparent;color:white;font-size:18px;display:grid;place-items:center}.roundbutton:hover{background:#ffffff22}.pause{font-size:12px;width:32px;height:32px;border:0}#slide-counter{font-size:14px;letter-spacing:.08em;margin-right:14px;white-space:nowrap}#slide-counter span{color:#b3c1c2;font-size:11px}.categorybar{padding:25px 0}.categorybar a{font-size:15px}.card{transition:transform .2s}.card:hover{transform:translateY(-4px)}.card img{border-radius:8px}.cardbody{padding-top:19px}.journal{background:#183b3d}.dialogtop{display:flex;align-items:center;justify-content:space-between;gap:20px}.dialogtop h2{font-size:26px;line-height:1.25}.iconbutton{width:42px;height:42px;flex-shrink:0;background:#f1f4f1;border:0;border-radius:50%;color:var(--ink);font-size:18px}.search-dialog{border:0;border-radius:14px;padding:32px;width:min(680px,calc(100% - 32px));max-height:85dvh;color:var(--ink);box-shadow:0 25px 100px #122c3333}.search-dialog::backdrop,.mobile-dialog::backdrop{background:#0e252aa6;backdrop-filter:blur(4px)}.global-field{display:flex;align-items:center;gap:12px;border:1px solid #ccd5cf;border-radius:8px;margin-top:25px;padding:0 17px}.global-field input{border:0;background:transparent;outline:none;width:100%;padding:18px 0;color:var(--ink)}#global-status{font-size:13px;color:var(--muted);margin-top:18px}#global-results{margin-top:12px}#global-results a{display:block;padding:16px 3px;border-bottom:1px solid var(--line);font-size:16px;line-height:1.4}#global-results a:hover{color:var(--orange)}#global-results small{display:block;font-size:11px;color:var(--orange);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.mobile-dialog{border:0;border-radius:0;margin:0 0 0 auto;height:100dvh;max-height:100dvh;width:min(440px,100%);max-width:100%;padding:28px;color:var(--ink)}.mobile-dialog nav{display:flex;flex-direction:column;gap:0;margin:25px 0}.mobile-dialog nav>a{font-size:22px;padding:13px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.mobile-dialog nav>a span{font-weight:400;color:var(--orange)}.mobile-destinations{display:grid;grid-template-columns:1fr 1fr;gap:15px;font-size:14px}.mobile-destinations a{display:flex;justify-content:space-between}.mobile-destinations a span{color:var(--orange)}body:has(dialog[open]){overflow:hidden}.prose h2,.prose h3{scroll-margin-top:200px}.skip:focus{position:fixed;z-index:100}footer .logo{font-size:29px}@keyframes reveal-slide{from{opacity:.25;transform:scale(1.015)}to{opacity:1;transform:scale(1)}}@media(min-width:1500px){.story-slider{min-height:660px}}@media(max-width:1100px){.masthead{gap:25px}.masthead>p{display:none}.navrow nav>a,.nav-group>summary{padding-left:14px;padding-right:14px}.slide-tabs{gap:18px}.slide-tab>span:not(.tab-number):not(.tab-line){font-size:12px}.mega{gap:25px}.intro-new p{font-size:13px}.slider-bottom{gap:20px}}@media(max-width:800px){.site-header{padding:0;display:block;min-height:0}.utility>div{justify-content:center;padding:7px 5%}.utility>div>span{display:none}.masthead{padding:17px 5%;min-height:87px;gap:12px}.brand>.logo{font-size:29px}.brand>.logo .mark{font-size:38px;margin-right:7px}.brand>span{font-size:8px;margin-left:44px;letter-spacing:.13em}.header-search{width:44px;height:44px;padding:0;justify-content:center;background:white}.header-search span,.header-search kbd{display:none}.menu-toggle{display:flex}.header-actions{gap:8px}.navrow{display:none}.intro-new{padding:28px 5% 24px;display:block}.intro-new h1{font-size:2rem;line-height:1.25;max-width:540px}.intro-new p{margin-top:12px;max-width:100%;font-size:14px}.intro-new p br{display:none}.story-slider{width:94%;min-height:620px}.slide-content{top:18%;left:6%;right:6%}.slide h2{font-size:clamp(2.5rem,7vw,3.8rem);line-height:1.15;margin:24px 0 18px}.slide p{font-size:15px;max-width:410px}.slider-top{left:6%;right:6%;font-size:9px}.slider-top>span:last-child{display:none}.slider-bottom{left:6%;right:6%;min-height:98px;gap:15px}.slide-tabs{gap:15px;align-items:center;flex:1}.slide-tab{flex:0 0 24px;height:44px;padding:0;justify-content:center}.slide-tab>span:not(.tab-line):not(.tab-number){display:none}.slide-tab .tab-line{top:auto;bottom:0}.slide-tab .tab-number{font-size:12px}.slider-controls{gap:8px}#slide-counter{display:none}.mega{display:none}.section{padding-top:50px;padding-bottom:50px}.articlelayout aside{position:static}.prose h2,.prose h3{scroll-margin-top:115px}}@media(max-width:400px){.brand>.logo{font-size:26px}.brand>span{font-size:7px}.header-actions{gap:5px}.header-search,.menu-toggle{width:39px;height:39px}.story-slider{min-height:620px}.slide h2{font-size:2.35rem}.slide-content{top:16%}.slide p{font-size:14px}.slider-bottom{gap:10px}.roundbutton{width:36px;height:36px}.pause{width:26px}.search-dialog{padding:23px}.dialogtop h2{font-size:22px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* Native Apple typography and consistent interface symbols. */
body{-webkit-font-smoothing:antialiased}input,button,select,textarea,kbd{font-family:inherit}h1,h2,h3{letter-spacing:-.035em}.slide h2{letter-spacing:-.04em}.ui-icon{width:1.1em;height:1.1em;display:inline-block;vertical-align:-.15em;flex-shrink:0;overflow:visible}.mark{display:inline-flex;align-items:center}.logo .mark .ui-icon{width:.92em;height:.92em;stroke-width:1.45}.slide-location .ui-icon{width:20px;height:20px}.journal-star .ui-icon{width:1em;height:1em;stroke-width:.8}.roundbutton .ui-icon,.iconbutton .ui-icon{width:19px;height:19px}.iconbutton{display:grid;place-items:center}.pause .ui-icon{width:16px;height:16px}.chevron{display:inline-flex;align-items:center}.chevron .ui-icon{width:15px;height:15px}.button .ui-icon{width:19px;height:19px}#global-results .ui-icon{margin-left:7px}

/* Pinterest editorial selection: original public pins, no invented social metrics. */
.pinterest-section{max-width:1440px;scroll-margin-top:180px}.pinterest-section .sectionhead{align-items:center}.pin-intro{color:var(--muted);font-size:15px;margin-top:14px}.pin-profile{border:1px solid var(--line);border-radius:99px;padding:11px 20px;white-space:nowrap}.pin-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 60px)/4);gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;border-radius:18px}.pin-track::-webkit-scrollbar{display:none}.pin-card{display:block;position:relative;aspect-ratio:9/15;overflow:hidden;border-radius:18px;background:#243b40;color:white;scroll-snap-align:start;isolation:isolate}.pin-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.18),transparent 35%,rgba(0,0,0,.15) 50%,rgba(0,0,0,.85));z-index:-1}.pin-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;z-index:-2;transition:transform .5s ease}.pin-card:hover img{transform:scale(1.045)}.pin-badge{position:absolute;top:17px;left:17px;background:rgba(20,30,33,.45);border:1px solid #ffffff55;backdrop-filter:blur(12px);padding:5px 11px;border-radius:30px;font-size:11px;font-weight:700}.pin-open{position:absolute;right:16px;top:17px;display:grid;place-items:center;border-radius:50%;width:30px;height:30px;background:#ffffffed;color:var(--ink)}.pin-caption{position:absolute;left:22px;right:20px;bottom:24px}.pin-caption>span:first-child{font-size:9px;font-weight:650;letter-spacing:.15em;color:#ffffffba}.pin-caption h3{font-size:21px;line-height:1.3;letter-spacing:-.025em;margin:10px 0 16px}.pin-cta{font-size:11px;color:#ffffffcf}.pin-footer{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-top:22px;color:var(--muted);font-size:12px}.pin-navigation{display:flex;align-items:center;gap:9px;flex-shrink:0}.pin-navigation>span{font-size:11px;min-width:54px;text-align:center}.pin-navigation button{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:white;color:var(--ink);cursor:pointer}.pin-navigation button:hover{background:var(--soft)}.pin-navigation button:disabled{opacity:.3;cursor:default}.pin-card:focus-visible{outline-offset:-5px}.pin-track:focus-visible{outline:2px solid var(--orange);outline-offset:5px}@media(max-width:1050px){.pin-track{grid-auto-columns:calc((100% - 32px)/3);gap:16px}.pin-caption{left:18px;right:18px}.pin-caption h3{font-size:19px}}@media(max-width:650px){.pinterest-section .sectionhead{display:block}.pinterest-section h2{font-size:2rem;max-width:320px}.pin-profile{display:inline-flex;margin-top:20px;font-size:12px}.pin-track{grid-auto-columns:78%;gap:14px;scroll-padding-right:15px}.pin-card{aspect-ratio:9/14}.pin-caption h3{font-size:23px}.pin-footer>span{max-width:175px;font-size:11px}.pinterest-section{scroll-margin-top:110px}}

/* Province directory: useful text-first access to every local guide. */
.city-directory .lead{max-width:720px}.city-search{margin:32px 0 12px;max-width:580px}.city-search label{display:block;font-size:13px;margin-bottom:9px;font-weight:600}.city-search input{width:100%;border:1px solid var(--line);border-radius:14px;padding:16px 19px;background:var(--soft);font:inherit}.city-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:24px 0}.city-tile{display:flex;flex-direction:column;min-height:176px;padding:24px;border:1px solid var(--line);border-radius:16px;transition:border-color .2s,background .2s}.city-tile:hover{background:var(--soft);border-color:var(--orange)}.city-tile h2,.city-tile h3{font-size:23px}.city-tile p{font-size:14px;color:var(--muted);margin-top:9px}.city-tile span{font-size:12px;color:var(--orange);padding-top:18px;margin-top:auto}.city-tile small{color:var(--muted);margin-bottom:7px}.city-tile[hidden]{display:none}.district-selection{margin-top:65px}.district-selection>h2{font-size:32px}#city-count{font-size:13px;color:var(--muted)}@media(max-width:800px){.city-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.city-tile{padding:19px}.city-directory h1{font-size:2.7rem}}@media(max-width:480px){.city-grid{grid-template-columns:1fr}.city-tile{min-height:150px}}

.prose figure{margin:2.5rem 0;padding:0;break-inside:avoid}.prose figure img{display:block;width:100%;height:auto;max-height:620px;object-fit:contain;border-radius:16px;background:#f3f5f3}.prose figcaption{font-size:.85rem;line-height:1.65;color:#596661;margin-top:.75rem}.prose figcaption a{text-underline-offset:3px}.prose p{line-height:1.85}.prose h2,.prose h3{scroll-margin-top:120px}

/* Shared discovery footer */
footer.site-footer{display:block;background:#112e31;color:#edf3ed;padding:0 5%;border-top:0;margin-top:50px}.footer-inner{max-width:1296px;margin:auto}.footer-invitation{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:60px 0 35px}.site-footer .eyebrow{color:#edac8d;font-size:11px;margin-bottom:16px}.footer-invitation h2{font-size:clamp(2rem,3.5vw,3.3rem);font-weight:500;line-height:1.12}.footer-invitation em{font-style:normal;color:#eaa583}.footer-main-link{display:inline-flex;align-items:center;gap:42px;background:#edaa85;color:#142f30;border-radius:40px;padding:16px 25px;font-weight:650;font-size:14px;white-space:nowrap}.site-footer .footer-main-link:hover{background:#f5c3a7;color:#142f30}.footer-shortcuts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #ffffff25;border-bottom:1px solid #ffffff25}.footer-shortcuts>a{display:flex;align-items:center;gap:16px;padding:24px 20px;border-right:1px solid #ffffff25}.footer-shortcuts>a:first-child{padding-left:0}.footer-shortcuts>a:last-child{border-right:0}.footer-shortcuts>a>svg{margin-left:auto;flex-shrink:0;width:20px}.footer-shortcuts b{display:block;font-size:15px;font-weight:600}.footer-shortcuts>a>span>span{display:block;color:#aebfbb;font-size:12px;margin-top:3px}.footer-shortcut-icon{width:40px;height:40px;border-radius:50%;background:#ffffff0b;display:grid;place-items:center;flex-shrink:0;color:#edaa85}.footer-shortcut-icon svg{width:23px;height:23px}.footer-directory{display:grid;grid-template-columns:1.55fr 1fr 1fr 1fr;gap:45px;padding:42px 0}.footer-brand .logo{font-size:30px;color:#f1f6ef}.footer-brand .logo .mark{color:#edaa85}.site-footer .footer-brand p{max-width:290px;color:#b6c6c2;font-size:14px;line-height:1.85;margin-top:18px}.footer-pinterest{display:inline-flex;align-items:center;gap:18px;font-size:13px;margin-top:22px;border-bottom:1px solid #ffffff40;padding-bottom:7px}.footer-column h3{font-size:14px;letter-spacing:0;font-weight:650;margin:0 0 17px}.footer-column ul{list-style:none;margin:0;padding:0}.footer-column li a{display:inline-block;padding:5px 0;font-size:13px;line-height:1.7;color:#b6c6c2}.site-footer a:hover{color:#f0b18f}.footer-tastes{display:flex;align-items:center;gap:25px;border-top:1px solid #ffffff25;border-bottom:1px solid #ffffff25;padding:24px 0}.footer-tastes>span{font-size:10px;letter-spacing:.14em;color:#edaa85;white-space:nowrap}.footer-tastes>div{display:flex;gap:9px;flex-wrap:wrap}.footer-tastes>div a{border:1px solid #ffffff28;border-radius:25px;font-size:12px;padding:7px 13px;color:#d6e2dc}.footer-tastes>a{margin-left:auto;display:inline-flex;align-items:center;gap:10px;font-size:12px;white-space:nowrap}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:23px 0;color:#aebfbb;font-size:11px}.footer-bottom>div{display:flex;align-items:center;gap:25px}.footer-top{display:inline-flex;align-items:center;gap:14px}.footer-top span{border:1px solid #ffffff40;border-radius:50%;width:29px;height:29px;display:grid;place-items:center;font-size:16px}.site-footer a:focus-visible{outline:2px solid #edaa85;outline-offset:5px}.site-footer .ui-icon{width:21px;height:21px}@media(max-width:1000px){.footer-directory{gap:28px;grid-template-columns:1.3fr 1fr 1fr}.footer-brand{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:25px}.site-footer .footer-brand p{margin:0}.footer-pinterest{margin:0}.footer-tastes{flex-wrap:wrap}.footer-shortcuts>a{gap:10px;padding:20px 12px}.footer-shortcuts>a>svg{display:none}}@media(max-width:600px){footer.site-footer{margin-top:30px}.footer-invitation{padding:36px 0 28px;align-items:flex-start;flex-direction:column;gap:22px}.footer-main-link{padding:12px 20px}.footer-shortcuts{grid-template-columns:1fr}.footer-shortcuts>a,.footer-shortcuts>a:first-child{padding:17px 0;border-right:0;border-bottom:1px solid #ffffff18}.footer-shortcuts>a:last-child{border-bottom:0}.footer-shortcuts>a>svg{display:block}.footer-directory{grid-template-columns:1fr 1fr;gap:28px 20px;padding:32px 0}.footer-brand{display:block}.site-footer .footer-brand p{margin-top:15px;max-width:100%}.footer-pinterest{margin-top:16px}.footer-column:last-child{grid-column:1/-1}.footer-column:last-child ul{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.footer-column li a{padding:8px 0}.footer-tastes{gap:15px}.footer-tastes>span{width:100%}.footer-tastes>a{margin-left:0;padding:5px 0}.footer-bottom{align-items:flex-start;flex-direction:column;gap:16px}.footer-bottom>div{width:100%;gap:20px}.footer-top{margin-left:auto}.footer-bottom a{padding:5px 0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Centered discovery search and right-aligned travel notebook. */
.site-header .masthead{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,540px) minmax(0,1fr);gap:32px;padding-top:25px;padding-bottom:25px;min-height:120px}
.site-header .brand{justify-self:start}
.site-header .header-search{width:100%;min-width:0;min-height:58px;padding:15px 22px;gap:14px;border:1px solid #dce4df;background:#f4f7f3;box-shadow:0 3px 10px #193c3504;text-align:left;font-size:15px;transition:background .2s,border-color .2s,box-shadow .2s}
.site-header .header-search:hover{background:#edf3ed;border-color:#b9cbc0;box-shadow:0 4px 16px #193c350b}
.site-header .header-search>svg{width:23px;height:23px;color:#416354}
.site-header .header-search>span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.site-header .header-search kbd{margin-left:auto;flex-shrink:0;padding:2px 7px;color:#748078}
.site-header .header-actions{justify-self:end;margin-left:0;gap:12px}
.site-header .trip-header-link{display:flex;align-items:center;gap:10px;min-height:50px;padding:12px 17px;border:1px solid #dce4df;border-radius:50px;font-size:13px;font-weight:600;background:#fff;white-space:nowrap;transition:background .2s,border-color .2s}
.site-header .trip-header-link:hover{background:#f4f7f3;border-color:#aabeb0}
.site-header .trip-header-link svg{width:21px;height:21px;flex-shrink:0;color:#3d6250}
.site-header .trip-header-arrow{font-size:17px;color:#678372;margin-left:3px}
@media(min-width:801px) and (max-width:1200px){.site-header .masthead{grid-template-columns:auto minmax(240px,1fr) auto;gap:24px}.site-header .brand>.logo{font-size:31px}.site-header .brand>span{font-size:8px;letter-spacing:.15em}.site-header .header-search{padding:15px 18px}.site-header .header-search kbd{display:none}.site-header .trip-header-link{padding:12px 14px}.site-header .trip-header-arrow{display:none}}
@media(max-width:800px){.site-header .masthead{grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:16px 5%;min-height:0}.site-header .brand{grid-column:1;grid-row:1}.site-header .header-actions{grid-column:2;grid-row:1;gap:8px}.site-header .header-search{grid-column:1/-1;grid-row:2;min-height:48px;height:auto;justify-content:flex-start;padding:11px 17px;font-size:14px}.site-header .header-search kbd{display:none}.site-header .trip-header-link{min-height:44px;padding:9px 13px}.site-header .trip-header-arrow{display:none}}
@media(max-width:600px){.site-header .trip-header-link{width:44px;height:44px;justify-content:center;padding:0}.site-header .trip-header-link>span{display:none}.site-header .header-search>span{display:block}.site-header .brand>span{letter-spacing:.1em}}

/* Advertising invitation shared across all pages. */
.site-footer .footer-ad{display:flex;align-items:center;justify-content:space-between;gap:30px;border:1px solid #566b62;border-radius:18px;padding:26px 30px;margin:25px 0 35px;background:#ffffff06}.site-footer .footer-ad h3{font-size:23px;letter-spacing:-.025em;margin:10px 0;color:#fff}.site-footer .footer-ad p{font-size:13px;color:#c1cec5;margin:0;line-height:1.7}.site-footer .footer-ad>a{display:flex;align-items:center;gap:20px;border-radius:40px;padding:14px 20px;background:#e6edcd;color:#21392e;font-size:13px;font-weight:600;white-space:nowrap}.site-footer .footer-ad svg{width:18px;height:18px}.site-footer .footer-ad .eyebrow{color:#c7d6ae}@media(max-width:750px){.site-footer .footer-ad{flex-direction:column;align-items:flex-start;padding:24px;gap:20px}.site-footer .footer-ad h3{font-size:22px}.site-footer .footer-ad>a{white-space:normal}}

/* Center the complete navigation, including advertising. */
.site-header .navrow{justify-content:center}
.site-header .navrow>nav{width:100%;justify-content:center;align-items:stretch;row-gap:0}
.site-header .navrow nav>a,.site-header .navrow .nav-group>summary{padding:17px 15px;font-size:13px}
.site-header .navrow nav>.nav-ad{color:#466342}
.site-header .navrow nav>a[aria-current=page]{color:var(--orange)}
@media(min-width:801px) and (max-width:1100px){.site-header .navrow nav>a,.site-header .navrow .nav-group>summary{padding:14px 10px;font-size:12px}}
