.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 (min-width: 769px) and (max-width: 1199px){.approach-grid{grid-template-columns:repeat(2,1fr)}}@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-grid{grid-template-columns:1fr}.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-wrapper{width:100%;height:200px;position:relative;overflow:hidden;background:var(--bg-accent);display:flex;align-items:center;justify-content:center}.event-card-image{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.event-card-icon{font-size:4rem;z-index:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.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}}.booking-container{max-width:900px;margin:0 auto;padding:2rem 1rem;color:var(--text-dark, #3A444A);background:var(--bg-primary, #F3F2EE)}.booking-header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-light)}.booking-header img{width:120px;height:90px;object-fit:cover;border-radius:12px}.booking-header-info h1{font-size:1.5rem;margin:0 0 .5rem;color:var(--text-dark)}.booking-header-info .location-name{color:var(--text-medium);margin-bottom:.5rem;font-size:.9rem}.booking-header-info .price{font-size:1.25rem;font-weight:600;color:var(--primary-green)}.booking-header-info .price span{font-weight:400;font-size:.9rem;color:var(--text-medium)}.section-title{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin:0 0 1rem}.calendar-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:1.5rem;margin-bottom:1.5rem;color:var(--text-dark, #3A444A)}.calendars-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;width:100%;align-items:start}.calendar-wrapper{min-width:0;width:100%;display:flex;flex-direction:column}.calendar-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.calendar-nav .nav-spacer{width:36px}.calendar-nav button.nav-arrow{background:none;border:none;width:36px;height:36px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;color:var(--text-dark, #1F2937);border-radius:50%}.calendar-nav button.nav-arrow:hover{background:var(--bg-accent, #F3F4F6)}.calendar-nav button.nav-arrow.prev{opacity:.4}.calendar-nav button.nav-arrow.next{opacity:1}.calendar-nav h3{margin:0;font-size:.95rem;font-weight:600;color:var(--text-dark, #1F2937);text-align:center;flex:1}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.cal-header{text-align:center;font-size:.75rem;font-weight:600;color:#6b7280;padding:.5rem 0;text-transform:uppercase;letter-spacing:.5px}.cal-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:.9rem;border-radius:50%;cursor:default;transition:all .15s;position:relative}.cal-day.empty{visibility:hidden}.cal-day.past,.cal-day.unavailable{color:#d1d5db;text-decoration:line-through;opacity:1;font-weight:400}.cal-day.available{color:#1f2937;font-weight:600;cursor:pointer}.cal-day.available:hover{background:#f3f4f6;border-radius:50%}.cal-day.available:after{display:none}.cal-day.selected{background:#1f2937!important;color:#fff!important;font-weight:600;border:none!important;box-shadow:none;transform:none;z-index:1}.cal-day.selected:after{display:none}.cal-day.today{border:none;background:transparent}.cal-day.today.selected{border:none!important;background:#1f2937!important;color:#fff!important}.times-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:1.5rem;display:none;color:var(--text-dark, #3A444A)}.times-section.active{display:block}.selected-date-label{font-size:.9rem;color:var(--text-medium);margin-bottom:1rem}.times-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.time-btn{padding:1rem;border:1px solid #E5E7EB;border-radius:8px;background:#fff;cursor:pointer;text-align:left;transition:all .2s;color:var(--text-dark, #1F2937);font-family:inherit;width:100%}.time-btn:hover{border-color:#d1d5db;background:#f9fafb;color:var(--text-dark, #1F2937)}.time-btn.selected{border-color:#1f2937;background:#1f2937;color:#fff!important}.time-btn.selected .time{color:#fff!important;font-weight:600}.time-btn .time{font-size:1rem;font-weight:600;display:block;color:var(--text-dark, #1F2937)}.time-btn .spots{font-size:.75rem;color:var(--text-medium, #6B7280);margin-top:.25rem;display:block}.time-btn.selected .spots{color:#ffffffe6!important}.no-times{text-align:center;color:var(--text-medium);padding:2rem}.continue-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:1.5rem;margin-top:1.5rem;margin-bottom:1.5rem;display:none;color:var(--text-dark, #3A444A)}.continue-section.active{display:block}.reserve-btn{width:100%;padding:1rem;font-size:1rem;font-weight:600;background:linear-gradient(to right,#e61e4d,#e31c5f,#d70466);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s;font-family:inherit;margin-bottom:.5rem}.reserve-btn:disabled{opacity:.6;cursor:not-allowed}.reserve-disclaimer{text-align:center;font-size:.875rem;color:#6b7280;margin:0;padding:0}.selection-summary{background:var(--bg-accent, #E0E3E1);border-radius:12px;padding:1rem;margin-bottom:1rem;font-size:.9rem;color:var(--text-dark, #3A444A)}.selection-summary strong{color:var(--primary-green)}.loading{text-align:center;padding:2rem;color:var(--text-medium)}.loading:after{content:"";display:inline-block;width:20px;height:20px;border:2px solid var(--border-light);border-top-color:var(--primary-green);border-radius:50%;animation:spin .8s linear infinite;margin-left:.5rem;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.error-banner{background:#fef2f2;color:#991b1b;padding:1rem;border-radius:12px;margin-bottom:1.5rem;border:1px solid #fecaca}@media (max-width: 900px){.calendars-container{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 600px){.booking-header{flex-direction:column}.booking-header img{width:100%;height:180px}.times-grid{grid-template-columns:repeat(2,1fr)}}.register-page{max-width:1200px;margin:0 auto;padding:2rem 1rem;display:grid;grid-template-columns:1fr 400px;gap:4rem;color:var(--text-dark, #3A444A);background:var(--bg-primary, #F3F2EE);min-height:100vh}.register-main{max-width:600px}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-medium, #6B7280);text-decoration:none;font-size:.9rem;margin-bottom:1.5rem;transition:color .2s}.back-link:hover{color:var(--primary-green, #4E5C57)}.register-title{font-size:1.5rem;font-weight:600;margin:0 0 2rem;color:var(--text-dark, #1F2937)}.step-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a;transition:all .2s}.step-section.inactive{opacity:.5;pointer-events:none}.step-section.completed{cursor:pointer;border:1px solid #E5E7EB}.step-section.completed:hover{border-color:#d1d5db;box-shadow:0 2px 6px #0000001a}.step-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #E5E7EB}.step-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#1f2937;color:#fff;font-weight:600;font-size:.9rem;flex-shrink:0}.step-number.completed{background:#10b981;font-size:1.2rem}.step-title{font-size:1.1rem;font-weight:600;margin:0;color:var(--text-dark, #1F2937);flex:1}.edit-step-btn{padding:.5rem 1rem;background:#fff;border:1px solid #D1D5DB;border-radius:6px;cursor:pointer;font-size:.875rem;color:var(--text-dark, #1F2937);transition:all .2s;font-weight:500}.edit-step-btn:hover{background:#f9fafb;border-color:#9ca3af}.step-summary{margin-top:1rem;padding-top:1rem;border-top:1px solid #E5E7EB}.summary-items{display:flex;flex-direction:column;gap:.75rem}.summary-item{display:flex;gap:.5rem;font-size:.9rem}.summary-label{color:#6b7280;font-weight:500}.summary-value{color:var(--text-dark, #1F2937)}.summary-more{color:#6b7280;font-size:.875rem;font-style:italic}.signature-preview{margin-top:.5rem}.signature-preview img{max-width:200px;max-height:80px;border:1px solid #E5E7EB;border-radius:4px;background:#fff}.step-content{color:var(--text-dark, #1F2937)}.form-field{margin-bottom:1.5rem}.form-field label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-dark, #1F2937);font-size:.9rem}.form-field .required{color:#dc2626;margin-left:.25rem}.form-field input[type=text],.form-field input[type=email],.form-field textarea,.form-field select{width:100%;padding:.75rem;border:1px solid #D1D5DB;border-radius:8px;font-size:1rem;font-family:inherit;color:var(--text-dark, #1F2937);background:#fff;transition:border-color .2s;box-sizing:border-box}.form-field input[type=text]:focus,.form-field input[type=email]:focus,.form-field textarea:focus,.form-field select:focus{outline:none;border-color:var(--primary-green, #4E5C57)}.form-field input[type=checkbox]{margin-right:.5rem;width:auto}.form-field textarea{resize:vertical;min-height:100px}.repeat-questions{margin-left:1rem;margin-top:1rem;padding-left:1rem;border-left:2px solid #E5E7EB}.no-questions{color:var(--text-medium, #6B7280);margin-bottom:1.5rem}.waiver-text{background:#f9fafb;border:1px solid #E5E7EB;border-radius:8px;padding:1rem;margin-bottom:1.5rem;max-height:300px;overflow-y:auto}.waiver-text pre{margin:0;white-space:pre-wrap;font-family:inherit;font-size:.9rem;line-height:1.6;color:var(--text-dark, #1F2937)}.signature-section{margin-top:1.5rem}.signature-section label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-dark, #1F2937);font-size:.9rem}.signature-canvas-wrapper{position:relative;border:1px solid #D1D5DB;border-radius:8px;background:#fff;margin-top:.5rem}.signature-canvas{display:block;width:100%;height:200px;cursor:crosshair;border-radius:8px}.clear-signature-btn{position:absolute;top:.5rem;right:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #D1D5DB;border-radius:6px;cursor:pointer;font-size:.875rem;color:var(--text-dark, #1F2937);transition:all .2s}.clear-signature-btn:hover{background:#f9fafb;border-color:#9ca3af}.payment-option{margin-bottom:1.5rem}.payment-option input[type=radio]{margin-right:.75rem}.payment-option label{display:flex;align-items:center;cursor:pointer;padding:1rem;border:1px solid #D1D5DB;border-radius:8px;transition:all .2s}.payment-option input[type=radio]:checked+label{border-color:#1f2937;background:#f9fafb}.payment-option-content{flex:1}.step-actions{display:flex;gap:1rem;margin-top:2rem}.next-btn,.back-btn{padding:.875rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s;font-family:inherit}.next-btn{background:#1f2937;color:#fff;flex:1}.next-btn:hover{background:#111827}.back-btn{background:#fff;color:#1f2937;border:1px solid #D1D5DB}.back-btn:hover{background:#f9fafb}.reserve-btn{width:100%;padding:1rem;font-size:1rem;font-weight:600;background:linear-gradient(to right,#e61e4d,#e31c5f,#d70466);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s;font-family:inherit;margin-top:1rem}.reserve-btn:hover{background:linear-gradient(to right,#d70466,#c70466,#b70466);transform:translateY(-1px);box-shadow:0 4px 12px #d704664d}.reserve-disclaimer{text-align:center;font-size:.875rem;color:#6b7280;margin:.5rem 0 0}.register-sidebar{position:sticky;top:2rem;height:fit-content}.booking-summary-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden;position:sticky;top:2rem}.summary-image{width:100%;height:200px;object-fit:cover}.summary-content{padding:1.5rem}.summary-content h3{font-size:1.1rem;font-weight:600;margin:0 0 1rem;color:var(--text-dark, #1F2937)}.summary-details{margin-bottom:1.5rem}.summary-item{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.summary-label{font-size:.75rem;text-transform:uppercase;color:#6b7280;letter-spacing:.5px}.summary-value{font-size:.9rem;color:var(--text-dark, #1F2937);font-weight:500}.change-link{color:var(--primary-green, #4E5C57);text-decoration:underline;font-size:.875rem;margin-top:.25rem}.price-breakdown{border-top:1px solid #E5E7EB;padding-top:1rem}.price-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.9rem;color:var(--text-dark, #1F2937)}.price-row.total{margin-top:1rem;padding-top:1rem;border-top:1px solid #E5E7EB;font-size:1rem;font-weight:600}.error-banner{background:#fef2f2;color:#991b1b;padding:1rem;border-radius:12px;margin-bottom:1.5rem;border:1px solid #FECACA}.loading{text-align:center;padding:2rem;color:var(--text-medium, #6B7280)}@media (max-width: 968px){.register-page{grid-template-columns:1fr;gap:2rem}.register-sidebar,.booking-summary-card{position:static}}*,*: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, #F3F2EE);color:var(--text-dark, #3A444A);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}
