@font-face{font-family:'DM Sans';font-style:normal;font-weight:400 800;font-display:swap;src:url('/assets/dm-sans-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'DM Sans';font-style:normal;font-weight:400 800;font-display:swap;src:url('/assets/dm-sans-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Outfit';font-style:normal;font-weight:400 800;font-display:swap;src:url('/assets/outfit-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Outfit';font-style:normal;font-weight:400 800;font-display:swap;src:url('/assets/outfit-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
:root{--navy:#0b2b43;--navy-deep:#071e33;--sea:#0e7488;--aqua:#dff7f5;--foam:#f5fbfb;--lavender:#989aad;--lavender-light:#e8e9f0;--coral:#f0a89d;--text:#153449;--muted:#5d7180;--line:#dce6e9;--sans:'DM Sans',Arial,sans-serif;--display:'Outfit',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:white;font:16px/1.6 var(--sans)}a{color:inherit}button{font:inherit}img{max-width:100%}a:focus-visible,button:focus-visible{outline:3px solid var(--coral);outline-offset:4px}.skip{position:absolute;left:-9999px;top:1rem;z-index:100;background:white;padding:.6rem 1rem}.skip:focus{left:1rem}.topline{height:35px;background:#626782;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 max(4.5vw,24px);font-size:.64rem;font-weight:800;letter-spacing:.16em}.site-header{height:90px;background:#71748d;color:#fff;display:flex;align-items:center;gap:3.8vw;padding:0 max(4.5vw,24px);position:relative;z-index:10}.brand{text-decoration:none;display:flex;align-items:center;gap:.7rem;font:800 1.12rem/.82 var(--display);letter-spacing:.04em;white-space:nowrap}.brand b{font-size:1.34rem;letter-spacing:.075em}.brand-icon{width:50px;height:50px;border:2px solid currentColor;border-radius:100%;display:grid;place-items:center;font-size:2.25rem;font-weight:400;line-height:1;transform:rotate(-20deg);font-family:Georgia,serif}.site-header nav{display:flex;gap:clamp(.75rem,1.6vw,2rem);align-items:center;margin-left:auto}.site-header nav a{text-decoration:none;font-size:.75rem;letter-spacing:.065em;text-transform:uppercase;font-weight:800;white-space:nowrap;position:relative}.site-header nav a:after{content:'';position:absolute;bottom:-.55rem;left:0;right:100%;height:2px;background:currentColor;transition:right .2s}.site-header nav a:hover:after,.site-header nav a[aria-current]:after{right:0}.header-cta{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;text-decoration:none;background:white;color:var(--navy);border-radius:40px;padding:.8rem 1.1rem;white-space:nowrap}.header-cta span{margin-left:.7rem}.menu-toggle{display:none;border:0;background:none;color:white;font-weight:800}.home-hero{height:clamp(620px,75vh,900px);position:relative;background:var(--navy);color:white;overflow:hidden}.hero-photo{position:absolute;inset:0;background:var(--navy) url('/assets/annecy-lake.jpg') center 48%/cover no-repeat}.hero-tint{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,27,45,.75),rgba(5,27,45,.28) 55%,rgba(5,27,45,.1)),linear-gradient(0deg,rgba(5,27,45,.35),transparent 60%)}.hero-copy{position:absolute;z-index:1;top:50%;left:max(7vw,28px);transform:translateY(-50%);max-width:780px;padding-bottom:3rem}.hero-kicker{font-size:.74rem;font-weight:800;letter-spacing:.17em;display:block;margin-bottom:1.4rem}.hero-copy h1{font:800 clamp(4.5rem,9.6vw,9.7rem)/.9 var(--display);letter-spacing:-.07em;margin:0}.hero-copy h1 em{font-style:normal;color:#b7eee9}.hero-copy p{font-size:1.13rem;line-height:1.65;max-width:540px;margin:1.8rem 0 2rem}.button-white,.button-navy{display:inline-flex;align-items:center;justify-content:space-between;gap:2rem;text-decoration:none;border-radius:40px;padding:.93rem 1.15rem .93rem 1.5rem;font-size:.8rem;font-weight:800;letter-spacing:.02em;transition:transform .2s,box-shadow .2s}.button-white:hover,.button-navy:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(4,27,45,.15)}.button-white{background:white;color:var(--navy)}.button-navy{background:var(--navy);color:white}.button-white span,.button-navy span{font-size:1.2rem}.hero-side{z-index:1;position:absolute;right:2.7rem;top:46%;writing-mode:vertical-rl;letter-spacing:.2em;font-size:.65rem;font-weight:800}.wave-bottom{position:absolute;z-index:1;bottom:-1px;left:0;width:100%;height:110px;fill:white}.stage-intro{position:relative;z-index:2;margin:-3rem max(7vw,28px) 0;background:#e1f5f5;border-radius:20px;padding:2.4rem 2.7rem;display:grid;grid-template-columns:75px 1fr 55px;align-items:center;gap:1.5rem;box-shadow:0 18px 45px rgba(4,41,59,.09)}.stage-icon{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;background:var(--coral);color:var(--navy);font-size:2.5rem}.label{font-size:.64rem;letter-spacing:.16em;font-weight:800;text-transform:uppercase;color:var(--sea)}.stage-intro h2{font:700 clamp(1.7rem,3vw,2.8rem)/1.1 var(--display);letter-spacing:-.045em;margin:.35rem 0 .5rem}.stage-intro h2 span{color:var(--sea)}.stage-intro p{max-width:930px;margin:0;line-height:1.65}.stage-intro p a{color:#0e778d;font-weight:800;text-underline-offset:3px;text-decoration-thickness:2px}.round-go,.arrow-round{background:var(--navy);color:white;border-radius:100%;display:grid;place-items:center;text-decoration:none}.round-go{height:50px;width:50px;font-size:1.4rem}.section-pad{padding:clamp(5rem,8vw,9rem) max(7vw,28px)}.eyebrow{display:block;color:var(--sea);font-weight:800;font-size:.72rem;letter-spacing:.17em;margin-bottom:1rem;text-transform:uppercase}.eyebrow.light{color:#a9e6e6}h2{font:700 clamp(2.7rem,4.8vw,5.2rem)/1.05 var(--display);letter-spacing:-.055em;margin:0}h2 em{font-style:normal;color:var(--sea)}.section-heading{max-width:700px;margin-bottom:3rem}.section-heading p{max-width:560px;font-size:1.05rem;line-height:1.7}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.category-card{height:clamp(330px,32vw,480px);border-radius:20px;overflow:hidden;padding:1.5rem;color:white;text-decoration:none;display:flex;flex-direction:column;justify-content:space-between;position:relative;background:var(--navy) var(--card-bg) center/cover no-repeat;transition:transform .2s}.category-card:before{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,30,50,.82),rgba(3,30,50,.02) 72%),linear-gradient(180deg,rgba(3,30,50,.35),transparent 40%)}.category-card>*{position:relative}.category-card:hover{transform:translateY(-6px)}.category-card span{font-size:.67rem;letter-spacing:.15em;font-weight:800}.category-card strong{font:700 clamp(1.8rem,2.7vw,3.3rem)/1.05 var(--display);letter-spacing:-.055em;display:block;margin-top:auto}.category-card b{font-size:.76rem;font-weight:800;margin-top:1.5rem}.lake-feature{display:grid;grid-template-columns:1fr 1fr;min-height:600px;background:#e9f7f8}.lake-image{background:url('/assets/annecy-shore.jpg') center/cover no-repeat;min-height:520px}.lake-copy{padding:clamp(5rem,8vw,9rem) clamp(2rem,6vw,7rem);display:flex;flex-direction:column;align-items:start;justify-content:center}.lake-copy h2{margin-bottom:1.2rem}.lake-copy p{font-size:1.06rem;line-height:1.75;max-width:520px;margin:0 0 1.7rem}.section-top{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:2.3rem}.text-link{text-decoration:none;font-size:.83rem;font-weight:800;border-bottom:1px solid currentColor;white-space:nowrap;padding-bottom:.3rem}.text-link span{margin-left:1.5rem}.latest{background:#fbfcfc}.card-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:1rem}.story-card{background:white;border-radius:18px;overflow:hidden;display:block;text-decoration:none;box-shadow:0 8px 25px rgba(10,47,67,.055);transition:transform .2s,box-shadow .2s}.story-card:hover{transform:translateY(-5px);box-shadow:0 18px 30px rgba(10,47,67,.13)}.story-image{display:block;height:220px;background-color:#bcd8dc;background-position:center;background-size:cover}.story-card.featured .story-image{height:300px}.story-content{display:block;padding:1.4rem 1.3rem 3rem;position:relative;min-height:185px}.story-content strong{font:700 clamp(1.25rem,1.6vw,1.75rem)/1.16 var(--display);letter-spacing:-.035em;display:block;margin-top:.6rem}.arrow-round{width:32px;height:32px;position:absolute;right:1.25rem;bottom:1.1rem;font-size:1rem}.quote-banner{position:relative;min-height:520px;background:var(--navy) url('/assets/freshwater.jpg') center/cover no-repeat;color:white;padding:6rem max(7vw,28px);display:flex;align-items:center}.quote-banner:before{content:'';position:absolute;inset:0;background:rgba(4,42,65,.68)}.quote-banner>div{position:relative;max-width:900px}.quote-banner h2{font-size:clamp(2.7rem,5vw,5.7rem)}.quote-banner p{font-size:1.08rem;max-width:580px;margin:1.6rem 0 2rem}.footer{background:#071e33;color:white;padding:5rem max(7vw,28px) 1.5rem}.footer-grid{display:grid;grid-template-columns:2.4fr repeat(3,1fr);gap:2.5rem}.footer-grid>div{display:flex;flex-direction:column;align-items:start;gap:.75rem}.footer-grid strong{color:#9ddddf;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem}.footer-grid a{text-decoration:none;font-size:.9rem}.footer-grid a:hover{text-decoration:underline}.footer-grid .brand{font-size:1.2rem}.footer-grid .brand:hover{text-decoration:none}.footer-lead p{max-width:350px;color:#c5dce1;line-height:1.7;font-size:.91rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);margin-top:4.5rem;padding-top:1.5rem;color:#a9bfc8;font-size:.72rem;display:flex;justify-content:space-between;gap:2rem}.article-hero{display:grid;grid-template-columns:1.08fr .92fr;min-height:570px;background:#e8f3f5}.article-hero-copy{padding:5rem 4.8vw 5rem max(7vw,28px);display:flex;flex-direction:column;justify-content:center}.breadcrumbs{display:flex;gap:.55rem;font-size:.7rem;color:#647989;margin-bottom:3rem}.breadcrumbs a{text-decoration:none}.article-hero h1{font:700 clamp(2.9rem,4.8vw,5.6rem)/1.02 var(--display);letter-spacing:-.06em;margin:0;max-width:850px}.article-hero-copy>p{font-size:1.13rem;max-width:680px;line-height:1.6;margin:1.2rem 0 0}.article-hero-image{background-color:#a5cfd5;background-size:cover;background-position:center}.article-body{display:grid;grid-template-columns:240px minmax(0,780px);justify-content:center;gap:clamp(3rem,7vw,8rem)}.article-sidebar{position:sticky;top:2rem;align-self:start;display:flex;flex-direction:column;align-items:start;gap:.65rem}.article-sidebar>span{font-size:.69rem;letter-spacing:.15em;color:var(--sea);font-weight:800;margin-bottom:.9rem}.article-sidebar>a{font-size:.85rem;text-decoration:none;color:#537489;font-weight:700}.article-sidebar>a:hover{text-decoration:underline}.side-tip{background:#e8f5f6;border-radius:14px;padding:1.25rem;margin-top:1.7rem}.side-tip b{font-size:.84rem}.side-tip p{font-size:.8rem;margin:.5rem 0 0;line-height:1.5}.article-body article{font-size:1.05rem;line-height:1.85}.article-body article .lead{font:500 clamp(1.45rem,2.2vw,2rem)/1.55 var(--display);letter-spacing:-.02em;margin:0 0 2.5rem}.article-body article section{margin:2.9rem 0}.article-body article h2{font-size:clamp(1.9rem,2.8vw,2.7rem);margin-bottom:1rem}.article-body article p{margin:.6rem 0 1rem}.article-body article a{color:#127992;text-underline-offset:3px}.source-box{border-radius:18px;background:#e6f5f5;padding:1.8rem 2rem;margin-top:3rem}.source-box strong{font:700 1.45rem/1.2 var(--display);display:block;margin:.6rem 0}.source-box p{font-size:.9rem;margin:.5rem 0}.related{background:#f2f8f9}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.listing-hero{background:var(--navy);color:white;min-height:420px;display:flex;flex-direction:column;justify-content:center}.listing-hero h1{font:700 clamp(3.2rem,6vw,6.5rem)/1 var(--display);letter-spacing:-.06em;margin:0}.listing-hero h1 em{font-style:normal;color:#a6e9e5}.listing-hero p{max-width:700px;font-size:1.12rem}.listing-block:nth-child(even){background:#f5fbfb}.listing-block .section-top h2{font-size:clamp(2rem,3.3vw,3.6rem)}.listing-block .section-top span{font-size:.7rem;letter-spacing:.15em;color:var(--muted);font-weight:800}.listing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.listing-grid .story-image{height:190px}.listing-grid .story-content{min-height:160px}.listing-grid .story-content strong{font-size:1.3rem}.editorial-copy{display:grid;grid-template-columns:.9fr 1.1fr;gap:7vw}.editorial-copy h2{font-size:clamp(2.5rem,3.8vw,4.3rem)}.editorial-copy article{max-width:740px;line-height:1.8}.editorial-copy h3{font:700 1.55rem var(--display);margin:0 0 .5rem}.editorial-copy p{margin:0 0 2.2rem}.editorial-copy a{color:#127992}@media(max-width:1100px){.site-header{gap:1.3rem}.site-header nav{gap:.8rem}.site-header nav a{font-size:.67rem}.header-cta{display:none}.card-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.listing-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.site-header{height:76px}.site-header nav{display:none;position:absolute;top:76px;left:0;right:0;background:#71748d;padding:1.5rem max(7vw,28px) 2rem;flex-direction:column;align-items:start;gap:1.2rem;box-shadow:0 15px 25px rgba(0,0,0,.12)}.site-header nav.open{display:flex}.site-header nav a{font-size:.9rem}.menu-toggle{display:block;margin-left:auto;cursor:pointer}.hero-copy h1{font-size:clamp(4rem,10vw,7rem)}.hero-side{display:none}.stage-intro{grid-template-columns:55px 1fr}.stage-icon{width:50px;height:50px;font-size:1.8rem}.round-go{display:none}.lake-feature{grid-template-columns:1fr}.lake-image{min-height:430px}.lake-copy{padding:5rem max(7vw,28px)}.article-hero{grid-template-columns:1fr;min-height:0}.article-hero-copy{padding:5rem max(7vw,28px)}.article-hero-image{min-height:350px}.article-body{grid-template-columns:1fr}.article-sidebar{display:none}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2}.listing-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:580px){.topline{height:30px;padding:0 20px;font-size:.55rem}.topline span:last-child{display:none}.site-header{height:70px;padding:0 20px}.site-header nav{top:70px}.brand{font-size:.94rem}.brand b{font-size:1.14rem}.brand-icon{width:42px;height:42px;font-size:1.8rem}.home-hero{height:690px;max-height:92svh;min-height:620px}.hero-photo{background-position:58% center}.hero-tint{background:linear-gradient(90deg,rgba(5,27,45,.84),rgba(5,27,45,.32)),linear-gradient(0deg,rgba(5,27,45,.3),transparent 60%)}.hero-copy{left:24px;right:24px;max-width:none;top:46%;padding:0}.hero-kicker{font-size:.62rem}.hero-copy h1{font-size:clamp(3.65rem,15vw,5rem)}.hero-copy p{font-size:.98rem;margin:1.35rem 0 1.7rem}.wave-bottom{height:60px}.stage-intro{margin:-1.5rem 20px 0;padding:1.55rem;display:block;border-radius:15px}.stage-icon{margin-bottom:1rem}.stage-intro h2{font-size:2rem}.stage-intro p{font-size:.94rem}.section-pad{padding:4.7rem 22px}.section-heading h2,.section-top h2,.lake-copy h2{font-size:2.7rem}.category-grid,.card-grid,.related-grid,.listing-grid{grid-template-columns:1fr}.category-card{height:350px}.lake-image{min-height:290px}.lake-copy{padding:4.5rem 22px}.section-top{display:block}.section-top .text-link{display:inline-block;margin-top:1.3rem}.story-card.featured .story-image,.story-image,.listing-grid .story-image{height:220px}.quote-banner{min-height:520px;padding:4.5rem 22px}.quote-banner h2{font-size:2.7rem}.footer{padding:4rem 22px 1.3rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{display:block}.footer-bottom span{display:block;margin-bottom:.5rem}.article-hero-copy{padding:4rem 22px}.article-hero h1{font-size:clamp(2.7rem,10vw,4rem)}.article-hero-copy>p{font-size:1rem}.article-hero-image{min-height:255px}.breadcrumbs{margin-bottom:2rem}.article-body article .lead{font-size:1.38rem}.listing-hero{min-height:390px}.listing-hero h1{font-size:3.3rem}.editorial-copy{display:block}.editorial-copy>div{margin-bottom:3rem}}


.home-hero{height:clamp(580px,68vh,760px)}
.hero-photo{background-position:center 48%}
.hero-tint{background:linear-gradient(90deg,rgba(5,27,45,.84),rgba(5,27,45,.37) 56%,rgba(5,27,45,.16)),linear-gradient(0deg,rgba(5,27,45,.45),transparent 65%)}
.hero-copy h1{font-size:clamp(4.4rem,8.5vw,8.5rem);max-width:840px}
.hero-credit{position:absolute;z-index:2;right:max(7vw,28px);bottom:105px;color:#fff;font-size:.68rem;letter-spacing:.04em;text-shadow:0 1px 5px #102739}
.pathways{background:#fff;padding-top:6rem;padding-bottom:6rem}
.pathways .section-top>p{max-width:410px;margin:0 0 .4rem;font-size:1.04rem;line-height:1.65}
.pathway-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.pathway{background:#f2f8f8;border:1px solid #d8e9ea;border-radius:20px;padding:2rem;display:flex;flex-direction:column;min-height:345px}
.pathway:nth-child(2){background:#e4f6f5;border-color:#bde3e1}
.pathway>span{font-size:.7rem;letter-spacing:.14em;font-weight:800;color:#0d788a}
.pathway h3{font:700 clamp(1.8rem,2.5vw,2.75rem)/1.1 var(--display);letter-spacing:-.04em;margin:1.2rem 0 .6rem}
.pathway p{line-height:1.65;margin:.25rem 0 1rem}
.pathway b{font-size:.83rem;line-height:1.5;margin-top:auto}
.pathway a{display:inline-flex;justify-content:space-between;text-decoration:none;border-top:1px solid #c5dddd;margin-top:1.5rem;padding-top:.8rem;color:#126e81;font-weight:800;font-size:.83rem}
.pathway a:hover{text-decoration:underline}
.pathway-source,.image-disclosure{font-size:.8rem;color:#526d77;margin:1.2rem 0 0;line-height:1.55}
.pathway-source a{color:#116c80}
.article-hero-image{position:relative}
.article-hero-image>span{position:absolute;right:1.2rem;bottom:1rem;background:rgba(7,30,51,.78);color:white;border-radius:6px;padding:.45rem .65rem;font-size:.7rem;line-height:1.3;max-width:85%}
.article-body article .practical{border-left:5px solid #5fb7c1;background:#f2f9f9;padding:1.9rem 2rem;margin:3rem 0;border-radius:0 16px 16px 0}
.article-body article .practical h2{font-size:clamp(1.8rem,2.6vw,2.5rem)}
.article-body article .practical h3{font:700 1.15rem var(--display);margin:1.4rem 0 .4rem}
.article-body article .practical ul{margin:.5rem 0 0;padding-left:1.4rem}
.article-body article .practical li{margin:.25rem 0}
.source-box ul{margin:.8rem 0;padding-left:1.3rem}
.source-box li{margin:.3rem 0}
@media(max-width:900px){.pathway-grid{grid-template-columns:1fr 1fr}.pathway:last-child{grid-column:1/-1;min-height:270px}}
@media(max-width:580px){.home-hero{height:620px;max-height:none;min-height:620px}.hero-copy{top:43%}.hero-copy h1{font-size:clamp(3.5rem,14vw,4.7rem)}.hero-credit{right:20px;bottom:55px;font-size:.58rem}.pathways{padding-top:4.5rem;padding-bottom:4.5rem}.pathways .section-top>p{margin-top:1rem}.pathway-grid{grid-template-columns:1fr}.pathway,.pathway:last-child{min-height:0;padding:1.5rem;grid-column:auto}.article-body article .practical{padding:1.4rem 1.3rem}.article-hero-image>span{font-size:.62rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
