@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--ink:#202d2b;--yellow:#ffd363;--paper:#fcfcf8;--line:#d9ded6;--muted:#58635e}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.6 'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #da6e20;outline-offset:5px}h1,h2,h3,h4,p{margin-top:0}h1,h2{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;line-height:1.02}h2{font-size:clamp(38px,4vw,56px);margin-bottom:20px;letter-spacing:-.5px}h3{line-height:1.25;font-size:21px}p{margin-bottom:20px}header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:17px 4%;background:var(--paper);border-bottom:1px solid var(--line);gap:25px}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.brand img{width:58px;height:58px;object-fit:cover;border-radius:50%}.brand>span{font:800 27px/1 'Barlow Condensed',Arial,sans-serif;letter-spacing:.5px}.brand small{display:block;font:600 10px/2 'DM Sans',Arial,sans-serif;letter-spacing:1.2px;margin-top:3px}nav{display:flex;align-items:center;gap:25px;font-size:14px;font-weight:600}nav>a:not(.button):hover,.text-link:hover{text-decoration:underline;text-underline-offset:5px}#menu{display:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:26px;padding:15px 22px;border-radius:5px;font-weight:700;border:1px solid transparent;line-height:1.3;text-align:center;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.small{padding:12px 17px}.yellow{background:var(--yellow);color:var(--ink)}.dark{background:var(--ink);color:white}.outline{background:transparent;border-color:#ffffff75;color:#fff}.hero{position:relative;min-height:610px;color:white;display:flex;align-items:center;padding:65px 7% 110px;overflow:hidden;background:#28332d}.hero-photo,.hero-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 54%}.hero-shade{background:linear-gradient(90deg,rgba(13,25,22,.86),rgba(13,25,22,.30) 66%,rgba(13,25,22,.02)),linear-gradient(0deg,rgba(13,25,22,.7),transparent 40%)}.hero-copy{z-index:1;position:relative}.eyebrow{font-size:13px;font-weight:700;letter-spacing:2px;margin-bottom:20px}.hero .eyebrow{color:var(--yellow)}h1{font-size:clamp(52px,6.7vw,98px);font-weight:800;letter-spacing:-1px;margin:0 0 25px}.hero em,.anniversary em{font-style:normal;color:var(--yellow)}.hero-copy>p:not(.eyebrow){font-size:18px;line-height:1.65}.actions{display:flex;flex-wrap:wrap;align-items:center;gap:15px}.hero-bottom{position:absolute;z-index:1;bottom:25px;left:7%;right:7%;display:flex;justify-content:space-between;gap:20px;font-size:12px;letter-spacing:1.4px}.hero-bottom a{letter-spacing:0;font-size:14px}.course-strip{display:grid;grid-template-columns:repeat(4,1fr);padding:30px 8%;background:var(--yellow)}.course-strip>div{text-align:center;border-right:1px solid #202d2b35;display:flex;align-items:center;justify-content:center;gap:13px}.course-strip>div:last-child{border:0}.course-strip strong{font:700 37px 'Barlow Condensed',Arial,sans-serif}.course-strip span{font-size:12px;font-weight:700;max-width:100px;text-align:left;line-height:1.4;letter-spacing:1px}.section{max-width:1320px;margin:auto;padding:80px 6%}.section-top{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:28px}.section-top h2{margin-bottom:0}.text-link{font-size:15px;font-weight:700}.lead{font-size:18px;line-height:1.7;color:var(--muted)}.course-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:55px}.layouts{display:grid;grid-template-columns:1fr 1fr;gap:5px 20px}.layouts>a{border-bottom:1px solid var(--line);display:flex;align-items:center;gap:13px;padding:20px 0}.layouts>a>span:last-child{margin-left:auto}.layouts h3{margin-bottom:5px}.layouts p{font-size:13px;line-height:1.6;margin:0;color:var(--muted)}.layout-code{border-radius:50%;width:48px;height:48px;display:grid;place-items:center;flex-shrink:0;font-size:13px;font-weight:700}.yy{background:#f4d375}.bb{background:#d5e4ef;color:#24566f}.visit{background:#edf0e9;border:1px solid var(--line);border-radius:8px;padding:30px}.visit h3{font-size:28px;margin-bottom:20px}.visit ul{padding-left:20px;font-size:14px;line-height:1.8}.visit>.text-link{display:block;margin-top:18px;font-size:14px}.resource-row{display:grid;grid-template-columns:repeat(3,1fr);margin-top:45px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.resource-row a{padding:22px;border-right:1px solid var(--line)}.resource-row a:first-child{padding-left:0}.resource-row a:last-child{border-right:0}.resource-row strong,.resource-row span{display:block}.resource-row span{font-size:13px;color:var(--muted);margin-top:5px}.weather-section{background:var(--ink);color:#fff}.weather-section .eyebrow{color:var(--yellow)}.weather-section .section{padding-top:65px;padding-bottom:55px}.weather-intro{color:#d0d7d3}#weather-status{font-size:14px;color:#d0d7d3}#weather-current{display:flex;flex-wrap:wrap;align-items:center;gap:35px;margin:25px 0}.weather-main{font:700 58px/1.1 'Barlow Condensed',Arial,sans-serif}.weather-current-detail strong{font-size:24px;display:block}.weather-current-detail span{color:#ced6d1;font-size:14px}.forecast-title{font-size:17px;margin:30px 0 15px}.hourly{display:flex;overflow-x:auto;gap:10px;padding-bottom:12px}.hour{min-width:100px;background:#ffffff09;border:1px solid #ffffff20;padding:15px 12px;border-radius:5px;text-align:center}.hour span,.hour strong{display:block}.hour .hour-time{font-size:14px;color:#d0d7d3}.hour strong{font-size:23px;margin:10px 0}.hour .wind{color:var(--yellow);font-size:14px}.hour .rain{font-size:12px;color:#d0d7d3;margin-top:8px}.daily{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.day{padding:15px 10px;border:1px solid #ffffff25;border-radius:5px}.day h4{font-size:14px;margin-bottom:15px}.day .temps{font-size:23px;font-weight:700}.day .temps span{font-size:15px;font-weight:400;color:#c7d1cc}.day p{font-size:12px;line-height:1.5;margin:10px 0 0}.day .daily-wind{color:var(--yellow)}.weather-foot{border-top:1px solid #ffffff25;margin-top:25px;padding-top:22px;display:flex;justify-content:space-between;gap:30px;font-size:12px;color:#c7d1cc}.weather-foot p{max-width:540px;margin:0}.weather-foot>div{display:flex;gap:25px;align-items:center}.weather-foot a{font-size:14px;color:white;white-space:nowrap}.anniversary{background:#273e39;color:#fff;border-radius:9px;padding:42px;display:grid;grid-template-columns:1fr 1.2fr;gap:20px 60px}.tag{font-size:13px;color:var(--yellow);font-weight:700;letter-spacing:1.5px}.anniversary h3{font:800 69px/1 'Barlow Condensed',Arial,sans-serif;margin:20px 0}.anniversary>div>p{max-width:350px;color:#d5dfd8}.anniversary ol{margin:0;padding:0;list-style:none;counter-reset:events;display:grid;grid-template-columns:1fr 1fr;gap:24px}.anniversary li{counter-increment:events;border-top:1px solid #ffffff40;padding-top:16px}.anniversary li>span{font-size:12px;color:var(--yellow);letter-spacing:1px}.anniversary h4{font-size:19px;line-height:1.25;margin:10px 0}.anniversary li p{font-size:14px;line-height:1.5;color:#d5dfd8;margin-bottom:0}.anniversary-note{grid-column:1/-1;border-top:1px solid #ffffff25;padding-top:20px;margin:5px 0 0;font-size:13px;color:#d5dfd8}.calendar-area{display:grid;grid-template-columns:.85fr 1.15fr;gap:45px;margin-top:40px}.calendar{border:1px solid var(--line);border-radius:7px;padding:22px;align-self:start}.calendar-head,.schedule-head{display:flex;align-items:center;justify-content:space-between;gap:15px}.calendar-head h3{margin:0;font-size:20px}.calendar-head button{border:1px solid var(--line);background:transparent;border-radius:4px;width:38px;height:38px}.weekdays,#calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.weekdays{font-size:12px;text-align:center;color:var(--muted);margin-top:20px}.weekdays span{padding:8px 0}#calendar-days button{height:42px;border:0;background:transparent;border-radius:4px;font-size:14px;position:relative}#calendar-days button.has-event{background:var(--yellow);font-weight:700}#calendar-days button.today{outline:1px solid var(--ink);outline-offset:-2px}#calendar-days button.selected{background:var(--ink);color:white}.text-button{background:transparent;border:0;font-size:14px;text-decoration:underline;text-underline-offset:4px;padding:8px 0;color:var(--ink)}#calendar-today{margin-top:12px}.schedule-head h3{margin:0}.event-row{display:flex;gap:20px;padding:22px 0;border-bottom:1px solid var(--line)}.event-date{font:700 32px/1 'Barlow Condensed',Arial,sans-serif;text-align:center;min-width:45px}.event-date small{font:700 11px/1.7 'DM Sans',Arial,sans-serif;display:block;letter-spacing:1px}.event-row h4{margin:0 0 7px;font-size:17px}.event-row p{font-size:14px;color:var(--muted);margin:0 0 10px}.event-links{display:flex;gap:20px;flex-wrap:wrap}.event-links a,.event-links button{font-size:13px;font-weight:700;text-decoration:underline;text-underline-offset:3px;border:0;padding:0;background:transparent;color:var(--ink)}.muted{font-size:13px;color:var(--muted)}.calendar-note{margin-top:18px}.support{background:#e9eee6;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.support-inner{display:grid;grid-template-columns:1fr 1fr;gap:90px}.support-inner>div>p:not(.eyebrow){max-width:460px}.payment-note{display:block;font-size:12px;color:var(--muted);margin-top:14px}.support-items article{display:flex;gap:25px;border-bottom:1px solid #bdcabc;padding:20px 0}.support-items article:first-child{padding-top:0}.support-items article:last-child{border:0}.support-items article>span{font:700 33px 'Barlow Condensed',Arial,sans-serif;color:#6b7a68}.support-items h3{margin-bottom:8px}.support-items p{font-size:14px;margin:0;color:var(--muted)}.support-items a{font-size:14px;text-decoration:underline}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.product-image{aspect-ratio:1/1;background:#eff0eb;overflow:hidden;border-radius:7px}.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s}.products a:hover img{transform:scale(1.035)}.products h3{font-size:19px;display:flex;justify-content:space-between;margin:20px 0 7px}.products p{font-size:14px;color:var(--muted)}.newsletter{background:var(--yellow);max-width:1160px;padding:45px;display:grid;grid-template-columns:1fr 1fr;gap:50px;border-radius:8px;align-items:center}.newsletter h2{font-size:49px}.newsletter p{margin-bottom:0}.newsletter>div:last-child p{font-size:14px;line-height:1.6;margin-top:18px;max-width:420px}.newsletter p a{text-decoration:underline}.community{display:grid;grid-template-columns:1fr 1.2fr;gap:60px}.community h2{margin:0}footer{background:var(--ink);color:white;padding:45px 6% 25px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;align-items:start}footer p{font-size:14px;color:#cad3ce}footer>div a{display:block;font-size:14px;margin-bottom:10px}.footer-note{grid-column:1/-1;border-top:1px solid #ffffff30;padding-top:20px;font-size:12px;margin-bottom:0}.footer-note a{text-decoration:underline}.skip{position:absolute;top:-60px;left:15px;padding:10px;background:white;z-index:100}.skip:focus{top:10px}
@media(min-width:1500px){.hero{padding-left:max(7%,calc((100vw - 1160px)/2));min-height:690px}}@media(max-width:1100px){nav{gap:15px;font-size:13px}.brand>span{font-size:24px}.brand img{width:48px;height:48px}.brand small{font-size:9px}.course-grid{gap:30px}.layouts{grid-template-columns:1fr}.daily{grid-template-columns:repeat(4,1fr)}.anniversary{gap:30px}.support-inner{gap:40px}}@media(max-width:850px){header{flex-wrap:wrap;padding:13px 5%;gap:12px}#menu{display:block;background:transparent;border:1px solid var(--line);padding:7px 13px;border-radius:4px}nav{display:none;width:100%;flex-wrap:wrap;gap:10px 22px;padding:12px 0}nav.open{display:flex}nav>a{padding:9px 0}.hero{min-height:590px;padding:45px 6% 100px}.hero-photo{object-position:65% center}.hero-bottom{left:6%;right:6%;font-size:10px}.hero-bottom a{font-size:12px}.course-strip{padding:24px 4%}.course-strip>div{flex-direction:column;gap:5px}.course-strip span{text-align:center;font-size:10px}.course-strip strong{font-size:31px}.course-grid,.calendar-area{grid-template-columns:1fr}.layouts{grid-template-columns:1fr 1fr}.section{padding:55px 6%}.section-top{align-items:flex-start;flex-direction:column;gap:15px}.resource-row{grid-template-columns:1fr}.resource-row a,.resource-row a:first-child{padding:16px 0;border-right:0;border-bottom:1px solid var(--line)}.resource-row a:last-child{border:0}.weather-foot{flex-direction:column;gap:15px}.anniversary{padding:30px;grid-template-columns:1fr}.anniversary ol{margin-top:20px}.support-inner,.newsletter,.community{grid-template-columns:1fr;gap:30px}.newsletter{margin:0 6%;padding:30px}.products{gap:15px}.products h3{font-size:16px}footer{grid-template-columns:1fr 1fr}footer>.brand{grid-column:1/-1}}@media(max-width:500px){h1{font-size:57px}.hero-copy>p:not(.eyebrow){font-size:16px}.hero-bottom{flex-direction:column;gap:6px}.hero{min-height:630px}.hero .actions{align-items:flex-start;flex-direction:column}.layouts{grid-template-columns:1fr}.daily{grid-template-columns:repeat(2,1fr)}.anniversary ol{grid-template-columns:1fr}.anniversary h3{font-size:60px}.products{grid-template-columns:1fr}.products .product-image{aspect-ratio:1.2}.newsletter h2{font-size:42px}.calendar-head h3{font-size:18px}.schedule-head{align-items:flex-start}.schedule-head h3{font-size:19px}.weather-foot>div{flex-wrap:wrap;gap:12px 25px}footer{grid-template-columns:1fr}footer>.brand{grid-column:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

.product-category{padding:28px 24px;background:#e9eee6;border-top:3px solid var(--ink);font-size:13px;font-weight:700;letter-spacing:2px}.products a:nth-child(2) .product-category{background:#f9e8b9}.products a:nth-child(3) .product-category{background:#dce8eb}.layouts p,.resource-row span,.event-links a,.event-links button,.day p{font-size:14px}

/* Photography and club artwork */
.course-panorama{margin:0 0 40px;position:relative;overflow:hidden;border-radius:8px;background:#202d2b}.course-panorama img{display:block;width:100%;height:auto;aspect-ratio:2.85;object-fit:cover}.course-panorama figcaption{position:absolute;bottom:0;left:0;right:0;color:white;padding:35px 25px 18px;background:linear-gradient(transparent,#122521b8);font-size:15px;font-weight:600}.merch-brand{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center;background:#e4ebea;border-radius:9px;padding:40px;margin-bottom:30px;overflow:hidden}.merch-brand img{width:min(100%,300px);height:auto;justify-self:center;border-radius:50%;box-shadow:0 12px 32px #0d353b14}.merch-brand h3{font:800 clamp(48px,6vw,78px)/.98 'Barlow Condensed',Arial,sans-serif;text-transform:uppercase;margin:0 0 20px}.merch-brand em{font-style:normal;color:#087e8d}.merch-brand p:last-child{max-width:350px;margin:0}.photo-pair{display:grid;grid-template-columns:1fr 1fr;gap:24px;grid-column:1/-1}.photo-pair figure{margin:0;overflow:hidden;border-radius:7px;position:relative}.photo-pair img{width:100%;aspect-ratio:1.6;object-fit:cover;display:block}.photo-pair figcaption{padding:40px 22px 15px;position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#142521d9);color:white;font-size:15px;font-weight:600}.event-poster{display:block;background:#192d32;border-radius:8px;overflow:hidden;margin-bottom:25px}.event-poster img{display:block;width:100%;height:auto;max-height:700px;object-fit:contain}.event-poster span{display:block;padding:16px 24px;color:white;font-size:15px;font-weight:600}.weather-icon{width:30px;height:30px;display:block;margin:10px auto;color:var(--yellow)}.weather-current-detail .weather-icon{margin:0 0 10px;width:36px;height:36px}.support-photo{grid-column:1/-1;margin:5px 0 0;position:relative;border-radius:7px;overflow:hidden}.support-photo img{width:100%;height:310px;object-fit:cover;display:block}.support-photo figcaption{position:absolute;bottom:0;left:0;right:0;padding:55px 25px 20px;background:linear-gradient(transparent,#10221ec7);color:white;font-weight:600}.support-inner{row-gap:35px}
@media(max-width:600px){.merch-brand{grid-template-columns:1fr;gap:30px;padding:30px}.merch-brand img{width:220px}.merch-brand h3{font-size:56px}.photo-pair{grid-template-columns:1fr;gap:20px}.course-panorama img{aspect-ratio:1.6}.course-panorama figcaption{font-size:14px;padding:45px 18px 14px}.support-photo img{height:230px}}

.visit{overflow:hidden}.visit-photo{display:block;width:calc(100% + 60px);max-width:none;height:290px;object-fit:cover;object-position:center 41%;margin:-30px -30px 25px}.community-photo{grid-column:1/-1;margin:0 0 10px;position:relative;overflow:hidden;border-radius:7px}.community-photo img{width:100%;height:auto;display:block}.community-photo figcaption{position:absolute;bottom:0;left:0;right:0;padding:55px 25px 20px;background:linear-gradient(transparent,#10221ed9);color:white;font-weight:600}@media(max-width:600px){.community-photo img{min-height:210px;object-fit:cover}.community-photo figcaption{font-size:14px;padding:40px 18px 12px}.visit-photo{height:260px}}

/* Original artwork for the four course layouts */
.layouts{gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}
.layouts>a{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:0 0 22px;border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden;transition:box-shadow .2s,border-color .2s}
.layouts>a:hover{border-color:#648180;box-shadow:0 6px 22px #1a342b12}
.layout-art{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain;flex-shrink:0;background:#fff}
.layout-details{padding:5px 18px 0}
.layout-title{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px}
.layouts .layout-title h3{margin:0;font-size:24px}
.layouts .layout-code{width:auto;height:auto;border-radius:4px;padding:5px 8px;font-size:12px;white-space:nowrap}
.layouts p{font-size:14px;line-height:1.6}
.layouts>a>span:last-child{position:absolute;right:15px;bottom:12px;font-size:16px}
@media(max-width:1100px){.layouts{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.layout-details{padding-left:13px;padding-right:13px}.layouts .layout-title h3{font-size:21px}.layout-title{gap:6px}}
@media(max-width:850px){.layout-art{max-height:300px}.layout-details{padding-left:20px;padding-right:20px}}
@media(max-width:520px){.layouts{grid-template-columns:1fr;gap:20px}.layout-art{height:260px;max-height:none;width:100%}.layout-details{padding-left:22px;padding-right:22px}.layouts .layout-title h3{font-size:25px}.layouts .layout-code{font-size:14px}.layouts p{font-size:16px}}

/* Course designer acknowledgment */
.designer-credit{margin:-4px 0 28px;font-size:16px}.designer-credit a{display:inline-block;text-decoration:underline;text-underline-offset:4px}
.designer{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.7fr);gap:clamp(30px,6vw,85px);border-top:1px solid var(--line)}
.designer-heading h2{font-size:clamp(60px,7vw,98px);line-height:.95;margin-bottom:24px}.designer-role{font-size:18px;font-weight:600;max-width:280px}
.designer-honor{display:flex;align-items:center;gap:18px;padding:22px;background:var(--yellow);border-radius:6px;max-width:350px;margin-top:30px}.designer-honor strong{font:800 48px/1 'Barlow Condensed',Arial,sans-serif}.designer-honor span{font-size:14px;font-weight:700;line-height:1.5}
.designer-story h3{font-size:24px;margin-bottom:14px}.designer-story h3:not(:first-child){margin-top:30px}.designer-story p{max-width:70ch}.designer-links{display:flex;align-items:flex-start;flex-direction:column;gap:18px;margin:28px 0}.designer-thanks{border-left:4px solid var(--yellow);padding-left:20px;font-weight:600;margin:30px 0 0}
@media(max-width:700px){.designer{grid-template-columns:1fr;gap:32px}.designer-heading h2 br{display:none}.designer-heading h2{font-size:64px}.designer-heading h2 br:after{content:' '}.designer-honor{margin-top:22px}.designer-links .button{width:100%}}

/* Compact forecast at the end of the page; detailed forecasts remain available. */
.weather-section .section{padding-top:30px;padding-bottom:28px}.weather-section .section-top{margin-bottom:12px;gap:16px}.weather-section h2{font-size:clamp(28px,3vw,36px);margin:0}.weather-section #refresh-weather{padding:10px 15px;font-size:14px}.weather-section #weather-status{margin-bottom:12px;font-size:14px}
.weather-section #weather-current{gap:16px 28px;margin:12px 0 18px}.weather-section .weather-main{font-size:42px}.weather-section .weather-current-detail strong{font-size:18px}.weather-section .weather-current-detail .weather-icon{display:none}
.weather-expanded summary{cursor:pointer;font-size:16px;font-weight:600;padding:10px 0;color:var(--yellow)}.weather-expanded summary:focus-visible{outline:3px solid var(--yellow);outline-offset:4px}.weather-expanded[open]{padding-bottom:8px}.weather-section .forecast-title{margin-top:20px}
.weather-section .weather-foot{margin-top:12px;padding-top:14px;gap:12px 24px;font-size:14px}.weather-section .weather-foot>div{flex-wrap:wrap;gap:10px 22px}
@media(max-width:600px){.weather-section .section-top{flex-direction:row;align-items:center}.weather-section h2{max-width:220px}.weather-section #refresh-weather{flex-shrink:0;max-width:130px}.weather-section #weather-current{gap:12px 20px}.weather-section .weather-current-detail strong{font-size:16px}}
