.site-header{background:var(--fieldstone-blue-gray);padding:0;box-shadow:0 2px 8px #3a444a33;position:sticky;top:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.site-logo{color:#fff;text-decoration:none;font-size:1.5rem;font-weight:700;letter-spacing:-.5px}.site-logo:hover{opacity:.9}.main-nav{display:flex;gap:2rem;list-style:none;margin:0;padding:0;align-items:center}.main-nav a{color:#fff;text-decoration:none;font-weight:500;font-size:.95rem;transition:opacity .2s}.main-nav a:hover{opacity:.8}.main-nav a.active{border-bottom:2px solid white;padding-bottom:2px}@media (max-width: 768px){.header-container{flex-direction:column;gap:1rem;padding:1rem}.main-nav{flex-wrap:wrap;justify-content:center;gap:1rem}}.home-page{width:100%}.hero-section{background:var(--fieldstone-blue-gray);color:#fff;padding:5rem 2rem;margin:0;text-align:center;position:relative;overflow:hidden;width:100%;min-height:500px;display:flex;align-items:center;justify-content:center}.hero-image-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;overflow:hidden}.hero-background-image{width:100%;height:100%;object-fit:cover;opacity:.4;filter:brightness(.7) saturate(1.2)}.hero-image-wrapper:has(.hero-background-image[src=""]){display:none}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.08)"/><circle cx="50" cy="70" r="1" fill="rgba(255,255,255,0.1)"/></svg>');opacity:.3;pointer-events:none}.hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero-section h1{color:#fff;font-size:3.5rem;margin:0 0 1.5rem;font-weight:700;letter-spacing:-.5px}.hero-subtitle{font-size:1.5rem;max-width:800px;margin:0 auto 1rem;opacity:.98;font-weight:500;line-height:1.4}.hero-description{font-size:1.15rem;max-width:700px;margin:0 auto;opacity:.9;line-height:1.6}@media (max-width: 768px){.hero-section{padding:3.5rem 1.5rem}.hero-section h1{font-size:2.25rem;margin-bottom:1rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}}.section{margin:4rem 0}.section-title{text-align:center;margin-bottom:2.5rem;font-size:2.25rem}.section-text{font-size:1.1rem;line-height:1.8;color:var(--text-medium);max-width:800px;margin:0 auto;text-align:center}.approach-section{padding-top:2rem}.approach-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.approach-card{padding:0;background:#fff;border-radius:12px;border:1px solid var(--border-light);box-shadow:0 2px 8px #0000000a;transition:transform .2s,box-shadow .2s;text-align:center;overflow:hidden}.approach-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000014}.approach-image-wrapper{width:100%;height:200px;overflow:visible;position:relative;background:var(--bg-accent-light);display:flex;align-items:center;justify-content:center;min-height:200px}.approach-image{width:100%;height:100%;object-fit:cover;transition:transform .3s;position:absolute;top:0;left:0}.approach-image:not([src]),.approach-image[src=""],.approach-image[src*=undefined]{display:none}.approach-card:hover .approach-image{transform:scale(1.05)}.approach-icon{font-size:4rem;display:flex!important;align-items:center;justify-content:center;z-index:10;position:absolute;top:0;left:0;width:100%;height:100%;background:var(--bg-accent-light);pointer-events:none}.approach-card h3,.approach-card p{padding:0 2rem}.approach-card p{padding-bottom:2rem}.approach-card h3{margin:0 0 1rem;color:var(--fieldstone-blue-gray);font-size:1.5rem}.approach-card p{margin:0;color:var(--text-medium);line-height:1.7;text-align:left}.cta-section{margin:5rem 0}.cta-card{background:#fff;padding:3rem 2.5rem;border-radius:16px;box-shadow:0 4px 16px #00000014;text-align:center}.cta-description{font-size:1.2rem;margin-bottom:2.5rem;color:var(--text-medium);max-width:700px;margin-left:auto;margin-right:auto}.cta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;max-width:900px;margin:0 auto}.cta-btn{text-align:center;padding:1rem 1.5rem;font-size:1rem}.future-section{text-align:center}.future-image-wrapper{width:100%;max-width:1000px;margin:0 auto 2.5rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000001a}.future-image{width:100%;height:auto;display:block}.rwp-card{background:var(--bg-accent);padding:2.5rem;border-radius:12px;margin-top:2.5rem;max-width:800px;margin-left:auto;margin-right:auto;text-align:left}.rwp-card h3{margin-top:0;margin-bottom:1rem;color:var(--fieldstone-blue-gray)}.rwp-card p{margin:0;color:var(--text-medium);line-height:1.7}.offers-section{padding-bottom:2rem}.offer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:2.5rem}.offer-card{padding:0;background:#fff;border-radius:12px;border:1px solid var(--border-light);box-shadow:0 2px 8px #0000000a;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;text-align:center;overflow:hidden}.offer-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.offer-image-wrapper{width:100%;height:200px;overflow:visible;position:relative;background:var(--bg-accent-light);display:flex;align-items:center;justify-content:center;min-height:200px}.offer-image{width:100%;height:100%;object-fit:cover;transition:transform .3s;position:absolute;top:0;left:0}.offer-image:not([src]),.offer-image[src=""],.offer-image[src*=undefined]{display:none}.offer-card:hover .offer-image{transform:scale(1.05)}.offer-icon{font-size:4rem;display:flex!important;align-items:center;justify-content:center;z-index:10;position:absolute;top:0;left:0;width:100%;height:100%;background:var(--bg-accent-light);pointer-events:none}.offer-card h3,.offer-card p{padding:0 2rem}.offer-card p{padding-bottom:1.5rem}.offer-card h3{margin:0 0 1rem;padding-top:1.5rem;color:var(--fieldstone-blue-gray);font-size:1.5rem}.offer-card p{margin:0 0 1.5rem;color:var(--text-medium);line-height:1.7;flex-grow:1}.offer-btn{margin:0 2rem 2rem;margin-top:auto;width:calc(100% - 4rem);box-sizing:border-box}@media (max-width: 768px){.section{margin:3rem 0}.section-title{font-size:1.75rem;margin-bottom:2rem}.cta-card{padding:2rem 1.5rem}.cta-description{font-size:1.1rem}.approach-card,.offer-card{padding:1.5rem}.rwp-card{padding:2rem}}.excursion-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.excursion-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014}.event-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem}.event-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s}.event-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.event-card a{text-decoration:none;color:inherit}.event-card-image{width:100%;height:200px;object-fit:cover}.event-card-body{padding:1.25rem}.event-card-title{margin:0 0 .5rem;color:var(--fieldstone-blue-gray);font-size:1.1rem}.event-card-location{font-size:.85rem;color:var(--text-light);margin-bottom:.5rem}.event-card-summary{font-size:.9rem;color:var(--text-medium);margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.event-card-footer{display:flex;justify-content:space-between;align-items:center}.event-card-price{font-size:1rem;font-weight:600;color:var(--aged-brass)}.event-card-price span{font-weight:400;font-size:.85rem;color:var(--text-light)}.event-card-cta{font-size:.85rem;color:var(--aged-brass);font-weight:500}.featured-excursion-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;align-items:center;text-align:center}.featured-excursion-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001f;text-decoration:none;color:inherit}.featured-excursion-icon{font-size:4rem;margin-bottom:1rem}.featured-excursion-card h3{margin:0 0 .75rem;color:var(--fieldstone-blue-gray);font-size:1.5rem}.featured-excursion-card p{margin:0 0 1.5rem;color:var(--text-medium);line-height:1.6;flex-grow:1}.featured-excursion-cta{font-size:1rem;color:var(--aged-brass);font-weight:600;margin-top:auto}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-light);text-decoration:none;font-size:.9rem;margin-bottom:1rem}.back-link:hover{color:var(--aged-brass)}.detail-image{width:100%;max-height:400px;object-fit:cover;border-radius:12px;margin-bottom:2rem}.detail-content{display:grid;grid-template-columns:1fr 320px;gap:2rem}@media (max-width: 768px){.detail-content{grid-template-columns:1fr}}.detail-description{white-space:pre-wrap;line-height:1.7;color:var(--text-medium)}.detail-sidebar{position:sticky;top:2rem}.booking-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000001a;padding:1.5rem}.booking-card-price{font-size:1.5rem;font-weight:600;margin-bottom:.25rem}.booking-card-price span{font-size:1rem;font-weight:400;color:var(--text-light)}.booking-card-divider{border:none;border-top:1px solid var(--border-light);margin:1rem 0}.booking-btn{display:block;width:100%;padding:1rem;background:transparent;color:var(--fieldstone-blue-gray);border:2px solid var(--fieldstone-blue-gray);text-align:center;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .2s;box-shadow:0 2px 4px #3a444a1a}.booking-btn:hover{background:var(--fieldstone-blue-gray);color:#fff;box-shadow:0 4px 8px #3a444a4d;transform:translateY(-1px)}.hours-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:2rem}.hours-grid{display:grid;gap:1rem;margin-top:1rem}.hours-item{display:flex;justify-content:space-between;padding:1rem;background:var(--bg-accent-light);border-radius:8px}.categories-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.category-link{padding:1rem;background:var(--bg-accent-light);border-radius:8px;text-decoration:none;color:var(--text-dark);text-align:center;transition:all .2s}.category-link:hover{background:var(--winter-hemlock);color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #4e5c5733}.product-section{margin-bottom:4rem}.product-card{background:#fff;padding:0;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-top:2rem;overflow:hidden}.product-card h3,.product-card p{padding:0 2rem}.product-card h3{padding-top:2rem;margin-top:0}.product-card p:last-child{padding-bottom:2rem}.product-image-wrapper{width:100%;height:400px;overflow:visible;position:relative;background:var(--bg-accent-light);display:flex;align-items:center;justify-content:center;min-height:400px}.product-image{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease-in-out;position:absolute;top:0;left:0;z-index:1}.product-image:not([src]),.product-image[src=""],.product-image[src*=undefined]{display:none}.product-icon{font-size:5rem;display:flex;align-items:center;justify-content:center;z-index:0;position:absolute;top:0;left:0;width:100%;height:100%;background:var(--bg-accent-light);pointer-events:none;transition:opacity .3s ease-in-out}.boards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.board-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014}.product-list{list-style:none;padding:0;margin:0}.product-list li{padding:.75rem 0;border-bottom:1px solid var(--border-light)}.product-list li:last-child{border-bottom:none}.alert-box{background:var(--morning-fog);border-left:4px solid var(--fieldstone-blue-gray);padding:2rem;border-radius:8px;margin:2rem 0}.info-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014;margin:3rem 0}.reference-list{display:flex;flex-direction:column;gap:1.5rem}.reference-item{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid var(--border-light);box-shadow:0 2px 4px #0000000a}.reference-text{margin:0 0 .5rem;color:var(--text-dark);line-height:1.7}.reference-note{margin:0;font-size:.9rem;color:var(--text-light);font-style:italic}.reference-item a{color:var(--fieldstone-blue-gray);text-decoration:underline}.reference-item a:hover{color:var(--winter-hemlock)}.reference-link{margin-left:.5rem;font-size:.9rem;font-weight:500}@media (max-width: 768px){.reference-item{padding:1.25rem}}.affiliation-logos{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-top:2rem;align-items:start}.affiliation-logo-card{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;transition:transform .2s}.affiliation-logo-card:hover{transform:translateY(-4px);text-decoration:none}.affiliation-logo-wrapper{width:100%;max-width:300px;height:200px;background:#fff;border-radius:12px;border:1px solid var(--border-light);box-shadow:0 2px 8px #0000000f;display:flex;align-items:center;justify-content:center;padding:2rem;margin-bottom:1rem;transition:box-shadow .2s}.affiliation-logo-wrapper.dark-bg{background:var(--fieldstone-blue-gray)}.affiliation-logo-card:hover .affiliation-logo-wrapper{box-shadow:0 4px 16px #0000001f}.affiliation-logo{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.affiliation-logo-label{margin:0;color:var(--text-dark);font-size:1rem;font-weight:500;text-align:center;line-height:1.4}.affiliation-logo-card:hover .affiliation-logo-label{color:var(--fieldstone-blue-gray)}@media (max-width: 768px){.affiliation-logos{grid-template-columns:1fr;gap:2.5rem}.affiliation-logo-wrapper{max-width:100%;height:180px;padding:1.5rem}.affiliation-logo-label{font-size:.95rem}}*,*:before,*:after{box-sizing:border-box}:root{--fieldstone-blue-gray: #3A444A;--winter-hemlock: #4E5C57;--plaster-white: #F3F2EE;--cut-limestone: #D1D4D0;--morning-fog: #E0E3E1;--oiled-chestnut: #6A5142;--aged-brass: #B19A6A;--primary: var(--fieldstone-blue-gray);--secondary: var(--winter-hemlock);--background: var(--plaster-white);--surface: var(--cut-limestone);--border: var(--morning-fog);--accent: var(--oiled-chestnut);--accent-subtle: var(--aged-brass);--text-dark: var(--fieldstone-blue-gray);--text-medium: var(--winter-hemlock);--text-light: #6B7A7A;--bg-primary: var(--plaster-white);--bg-surface: var(--cut-limestone);--bg-accent: var(--morning-fog);--bg-accent-light: #F5F5F3;--burgundy: var(--fieldstone-blue-gray);--burgundy-dark: #2A3236;--rust-orange: var(--aged-brass);--amber: var(--aged-brass);--amber-light: #C4B08A;--forest-green: var(--winter-hemlock);--forest-green-light: #5A6B65;--bark-brown: var(--oiled-chestnut);--bark-light: #8B6F5A;--cream: var(--plaster-white);--ivory: #FAF9F7;--bg-cream: var(--plaster-white);--bg-white: #FFFFFF;--border-light: var(--morning-fog);--accent-gold: var(--aged-brass)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0;padding:0;background:var(--bg-primary);color:var(--text-dark);line-height:1.7;font-size:16px}a{color:var(--fieldstone-blue-gray);text-decoration:none}a:hover{color:var(--winter-hemlock);text-decoration:underline}h1,h2,h3,h4,h5,h6{color:var(--fieldstone-blue-gray);font-weight:600;line-height:1.3}h1{font-size:2.5rem;margin:0 0 1rem}h2{font-size:2rem;margin:0 0 1rem}h3{font-size:1.5rem;margin:0 0 .75rem}.btn{padding:.75rem 1.5rem;background:transparent;color:var(--fieldstone-blue-gray);border:2px solid var(--fieldstone-blue-gray);border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;text-decoration:none;display:inline-block;transition:all .2s;font-family:inherit;box-shadow:0 2px 4px #3a444a1a}.btn:hover{background:var(--fieldstone-blue-gray);color:#fff;text-decoration:none;box-shadow:0 4px 8px #3a444a4d;transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--winter-hemlock);border:2px solid var(--winter-hemlock);box-shadow:0 2px 4px #4e5c571a}.btn-secondary:hover{background:var(--winter-hemlock);color:#fff;box-shadow:0 4px 8px #4e5c574d}.container{max-width:1200px;margin:0 auto;padding:2rem}.container-narrow{max-width:800px;margin:0 auto;padding:2rem}.section{margin:3rem 0}
