:root{--c-crimson-deep: #710004;--c-crimson: #c1111e;--c-crimson-bright: #ff1222;--c-cream: #faf7f2;--c-navy: #002f49;--c-sky: #99ccff;--c-dark: #121212;--c-white: #ffffff;--c-gray-100: #f5f5f5;--c-gray-200: #e8e8e8;--c-gray-300: #d0d0d0;--c-gray-500: #888888;--c-text: #1a1a1a;--c-text-muted: #555555;--font-body: "Rethink Sans", sans-serif;--fw-regular: 400;--fw-medium: 500;--fw-bold: 700;--fw-extrabold: 800;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--space-2xl: 6rem;--space-3xl: 8rem;--page-width: 1200px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 16px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .14)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:100%;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-weight:var(--fw-regular);font-size:1rem;line-height:1.6;color:var(--c-text);background:var(--c-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color .2s}button{font-family:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}input,select,textarea{font-family:inherit;font-size:inherit}table{border-collapse:collapse;width:100%}h1,h2,h3,h4,h5,h6{font-weight:var(--fw-bold);line-height:1.2;color:var(--c-text);letter-spacing:-.02em}h1{font-size:3.5rem;font-weight:var(--fw-extrabold);letter-spacing:-.03em}h2{font-size:2.5rem}h3{font-size:1.5rem}h4{font-size:1.125rem;font-weight:var(--fw-medium)}p{margin-bottom:1rem}p:last-child{margin-bottom:0}.text-sm{font-size:.875rem}.text-xs{font-size:.8125rem}.text-lg{font-size:1.125rem}.text-muted{color:var(--c-text-muted)}strong{font-weight:var(--fw-bold)}blockquote{font-size:1.25rem;font-style:italic;line-height:1.6;border-left:4px solid var(--c-crimson);padding-left:var(--space-md);margin:var(--space-lg) 0;color:var(--c-text-muted)}.container{max-width:var(--page-width);margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.section-tight{padding:var(--space-xl) 0}.section-spacious{padding:var(--space-3xl) 0}.section-label{display:block;font-size:.75rem;font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:.1em;color:var(--c-text-muted);margin-bottom:.75rem}.section-navy .section-label{color:var(--c-sky)}.section-cream .section-label{color:var(--c-text-muted)}.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}.text-center{text-align:center}.announcement-bar{background:var(--c-navy);color:var(--c-white);text-align:center;padding:.5rem var(--space-sm);font-size:.8125rem;font-weight:var(--fw-medium);letter-spacing:.02em}.announcement-bar a{color:var(--c-sky);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.announcement-bar a:hover{color:var(--c-white)}.site-header{position:sticky;top:0;z-index:1000;background:var(--c-white);border-bottom:1px solid var(--c-gray-200)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:var(--space-lg)}.header-logo img{height:44px;width:auto}.site-nav{display:flex;align-items:center;flex:1;justify-content:center}.nav-list{display:flex;align-items:center;gap:.25rem}.nav-item{position:relative}.nav-item>a,.nav-toggle{display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.9375rem;font-weight:var(--fw-medium);color:var(--c-text);border-radius:var(--radius-sm);transition:background .2s,color .2s;white-space:nowrap}.nav-item>a:hover,.nav-toggle:hover{background:var(--c-gray-100);color:var(--c-crimson)}.nav-toggle svg{width:10px;height:10px;transition:transform .2s}.nav-item.open .nav-toggle svg{transform:rotate(180deg)}.nav-dropdown{display:none;position:absolute;top:100%;left:0;min-width:240px;background:var(--c-white);border:1px solid var(--c-gray-200);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:.5rem 0;z-index:100}.nav-item.open .nav-dropdown{display:block}.nav-dropdown a{display:block;padding:.5rem 1.25rem;font-size:.875rem;color:var(--c-text);transition:background .15s,color .15s}.nav-dropdown a:hover{background:var(--c-gray-100);color:var(--c-crimson)}.nav-dropdown-group{padding:.75rem 1.25rem .375rem;font-size:.75rem;font-weight:var(--fw-bold);color:var(--c-gray-500);text-transform:uppercase;letter-spacing:.08em}.header-actions{display:flex;align-items:center;gap:var(--space-sm);font-size:.875rem;font-weight:var(--fw-medium);white-space:nowrap}.header-actions a:hover{color:var(--c-crimson)}.mobile-toggle{display:none;width:40px;height:40px;align-items:center;justify-content:center}.mobile-toggle svg{width:24px;height:24px}.footer-pre{background:var(--c-gray-100);padding:var(--space-xl) 0}.footer-pre-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg)}.footer-pre-text h2{font-size:1.75rem;margin-bottom:.375rem}.footer-pre-text p{color:var(--c-text-muted);font-size:.9375rem}.footer-pre-form{display:flex;gap:.5rem}.footer-pre-form input[type=email]{padding:.75rem 1rem;border:1px solid var(--c-gray-300);border-radius:var(--radius-sm);width:280px;font-size:.9375rem;background:var(--c-white)}.footer-pre-form input[type=email]:focus{outline:none;border-color:var(--c-crimson)}.site-footer{background:var(--c-navy);color:var(--c-white);padding:var(--space-2xl) 0 var(--space-lg)}.footer-inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:var(--space-xl);margin-bottom:var(--space-xl)}.footer-col a{display:block;font-size:.875rem;color:#ffffffb3;padding:.25rem 0;transition:color .2s}.footer-col a:hover{color:var(--c-white)}.footer-col h4{font-size:.875rem;font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:.06em;color:var(--c-white);margin-bottom:var(--space-sm)}.footer-col-brand img{height:36px;margin-bottom:var(--space-sm)}.footer-col-brand p{font-size:.9375rem;color:#ffffffb3;font-style:italic;margin-bottom:var(--space-md)}.footer-social{display:flex;gap:var(--space-sm)}.footer-social a{display:flex;padding:0}.footer-social img{width:24px;height:24px;opacity:.7;transition:opacity .2s}.footer-social a:hover img{opacity:1}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:var(--space-md);display:flex;align-items:center;justify-content:space-between;font-size:.8125rem;color:#ffffff80}.footer-payments{display:flex;gap:.5rem}.payment-icon{display:inline-flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:var(--radius-sm);padding:.25rem .5rem;font-size:.6875rem;font-weight:var(--fw-bold);letter-spacing:.04em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-size:.9375rem;font-weight:var(--fw-bold);letter-spacing:.02em;border-radius:var(--radius-sm);border:2px solid transparent;transition:all .2s;text-decoration:none;cursor:pointer}.btn-primary{background:var(--c-crimson);color:var(--c-white);border-color:var(--c-crimson)}.btn-primary:hover{background:var(--c-crimson-deep);border-color:var(--c-crimson-deep)}.btn-outline{background:transparent;color:var(--c-text);border-color:var(--c-text)}.btn-outline:hover{background:var(--c-text);color:var(--c-white)}.btn-dark{background:var(--c-dark);color:var(--c-white);border-color:var(--c-dark)}.btn-dark:hover{background:transparent;color:var(--c-dark)}.btn-white{background:var(--c-white);color:var(--c-crimson);border-color:var(--c-white)}.btn-white:hover{background:transparent;color:var(--c-white)}.btn-navy{background:var(--c-navy);color:var(--c-white);border-color:var(--c-navy)}.btn-navy:hover{background:transparent;color:var(--c-navy)}.btn-sm{padding:.625rem 1.25rem;font-size:.875rem}.btn-lg{padding:1rem 2.5rem;font-size:1rem}.link-arrow{display:inline-flex;align-items:center;gap:.5rem;color:var(--c-crimson);font-weight:var(--fw-medium);font-size:.9375rem;transition:gap .2s,color .2s}.link-arrow:after{content:"\2192";transition:transform .2s}.link-arrow:hover{color:var(--c-crimson-deep);gap:.75rem}.section-navy .link-arrow,.section-crimson .link-arrow{color:var(--c-sky)}.section-navy .link-arrow:hover,.section-crimson .link-arrow:hover{color:var(--c-white)}.section-white{background:var(--c-white)}.section-cream{background:var(--c-cream)}.section-navy{background:var(--c-navy);color:var(--c-white)}.section-navy h1,.section-navy h2,.section-navy h3,.section-navy h4{color:var(--c-white)}.section-navy p{color:#fffc}.section-crimson{background:var(--c-crimson);color:var(--c-white)}.section-crimson h1,.section-crimson h2,.section-crimson h3,.section-crimson h4{color:var(--c-white)}.section-crimson p{color:#ffffffd9}.section-gray{background:var(--c-gray-100)}.hero-split{display:grid;grid-template-columns:1fr 1fr;min-height:520px}.hero-split .hero-text{display:flex;flex-direction:column;justify-content:center;padding:var(--space-3xl) var(--space-xl)}.hero-split .hero-text h1{margin-bottom:var(--space-md)}.hero-split .hero-text p{font-size:1.125rem;color:var(--c-text-muted);margin-bottom:var(--space-lg);max-width:480px}.hero-split .hero-text .btn{align-self:flex-start}.hero-split .hero-image{position:relative;overflow:hidden}.hero-split .hero-image img{width:100%;height:100%;object-fit:cover;min-height:400px}.hero-split.hero-cream{background:var(--c-gray-100)}.hero-split.hero-cream .hero-text h1{color:var(--c-text)}.hero-banner{position:relative;min-height:400px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero-banner img.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-banner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#002f4999;z-index:1}.hero-banner .hero-content{position:relative;z-index:2;padding:var(--space-xl) var(--space-lg);max-width:700px}.hero-banner .hero-content h1{color:var(--c-white);margin-bottom:var(--space-sm)}.hero-banner .hero-content p{color:#ffffffd9;font-size:1.125rem;margin-bottom:var(--space-lg)}.page-header{text-align:center;padding:var(--space-2xl) 0 var(--space-xl);background:var(--c-white);border-bottom:1px solid var(--c-gray-200)}.page-header h1{color:var(--c-text)}.page-header p{font-size:1.125rem;color:var(--c-text-muted);margin-top:.75rem;max-width:600px;margin-left:auto;margin-right:auto}.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg)}.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-lg)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-md)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-lg)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg)}.pillar-card{text-align:center;padding:var(--space-lg)}.pillar-card .pillar-icon{width:64px;height:64px;margin:0 auto var(--space-md)}.pillar-card h3{margin-bottom:.75rem}.pillar-card p{font-size:.9375rem;color:var(--c-text-muted);line-height:1.7}.section-navy .pillar-card p{color:#ffffffbf}.program-card{border-radius:var(--radius-md);overflow:hidden;background:var(--c-white);box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.program-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.program-card .card-image{aspect-ratio:4 / 3;overflow:hidden}.program-card .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.program-card:hover .card-image img{transform:scale(1.05)}.program-card .card-body{padding:var(--space-md)}.program-card .card-body h3{font-size:1.25rem;margin-bottom:.5rem}.program-card .card-body p{font-size:.875rem;color:var(--c-text-muted);margin-bottom:.75rem;line-height:1.6}.blog-card{border-radius:var(--radius-md);overflow:hidden;background:var(--c-white);box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.blog-card .card-image{aspect-ratio:16 / 10;overflow:hidden}.blog-card .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.blog-card:hover .card-image img{transform:scale(1.05)}.blog-card .card-body{padding:var(--space-md)}.blog-card .card-date{font-size:.8125rem;color:var(--c-gray-500);margin-bottom:.5rem}.blog-card .card-body h3{font-size:1.125rem;margin-bottom:.5rem}.blog-card .card-body h3 a:hover{color:var(--c-crimson)}.blog-card .card-body p{font-size:.875rem;color:var(--c-text-muted);line-height:1.6;margin-bottom:.75rem}.product-card{text-align:center;transition:transform .2s}.product-card:hover{transform:translateY(-4px)}.product-card .product-img{aspect-ratio:1;overflow:hidden;border-radius:var(--radius-md);margin-bottom:.75rem;background:var(--c-gray-100)}.product-card .product-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-img img{transform:scale(1.05)}.product-card .product-title{font-size:.9375rem;font-weight:var(--fw-medium);margin-bottom:.375rem;line-height:1.4}.product-card .product-price{font-size:.9375rem;color:var(--c-text-muted)}.sold-out-badge{display:inline-block;background:var(--c-gray-200);color:var(--c-gray-500);font-size:.75rem;font-weight:var(--fw-bold);padding:.125rem .5rem;border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.04em;margin-right:.375rem}.in-stock-badge{display:inline-block;color:var(--c-navy);font-size:.8125rem;font-weight:var(--fw-medium)}.camp-theme-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:3 / 4;cursor:pointer}.camp-theme-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.camp-theme-card:hover img{transform:scale(1.05)}.camp-theme-card .card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,47,73,.85) 0%,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:var(--space-md)}.camp-theme-card .card-overlay h3{color:var(--c-white);font-size:1.375rem;margin-bottom:.375rem}.camp-theme-card .card-overlay p{color:#fffc;font-size:.875rem}.location-card{background:var(--c-white);border:1px solid var(--c-gray-200);border-radius:var(--radius-md);padding:var(--space-lg)}.location-card h3{font-size:1.375rem;margin-bottom:.375rem}.location-card .location-price{font-size:1.5rem;font-weight:var(--fw-bold);color:var(--c-text);margin-bottom:var(--space-md)}.location-card .session-list{margin-bottom:var(--space-md)}.location-card .session-item{display:flex;justify-content:space-between;padding:.625rem 0;border-bottom:1px solid var(--c-gray-200);font-size:.875rem}.location-card .session-item:last-child{border-bottom:none}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl);align-items:center}.split-section.reverse{direction:ltr}.split-section.reverse .split-text{order:-1}.split-image img{width:100%;border-radius:var(--radius-md)}.split-text h2{margin-bottom:var(--space-sm)}.split-text p{font-size:1.0625rem;color:var(--c-text-muted);line-height:1.7;margin-bottom:var(--space-md)}.cta-banner{text-align:center;padding:var(--space-xl) 0}.cta-banner h2{margin-bottom:var(--space-md)}.cta-banner p{font-size:1.0625rem;margin-bottom:var(--space-lg);max-width:600px;margin-left:auto;margin-right:auto}.section-header{text-align:center;margin-bottom:var(--space-xl)}.section-header h2{margin-bottom:.5rem}.section-header p{font-size:1.0625rem;color:var(--c-text-muted);max-width:600px;margin:0 auto}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:800px;margin:0 auto;border-radius:var(--radius-lg)}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.testimonial-card{background:var(--c-white);border-radius:var(--radius-md);padding:var(--space-lg);box-shadow:var(--shadow-sm)}.testimonial-card .stars{color:#f5a623;font-size:1.25rem;margin-bottom:.75rem}.testimonial-card blockquote{border-left:none;padding-left:0;margin:0 0 .75rem;font-size:1rem}.testimonial-card .author{font-size:.875rem;font-weight:var(--fw-medium);color:var(--c-text-muted)}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--c-gray-200)}.faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--space-md) 0;font-size:1.0625rem;font-weight:var(--fw-medium);text-align:left;color:var(--c-text)}.faq-question svg{width:20px;height:20px;flex-shrink:0;transition:transform .2s}.faq-item.open .faq-question svg{transform:rotate(45deg)}.faq-answer{display:none;padding-bottom:var(--space-md);font-size:.9375rem;color:var(--c-text-muted);line-height:1.7}.faq-item.open .faq-answer{display:block}.form-group{margin-bottom:var(--space-md)}.form-group label{display:block;font-size:.875rem;font-weight:var(--fw-medium);margin-bottom:.375rem;color:var(--c-text)}.form-group label .req{color:var(--c-crimson)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--c-gray-300);border-radius:var(--radius-sm);font-size:.9375rem;transition:border-color .2s;background:var(--c-white)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--c-crimson)}.form-group textarea{min-height:120px;resize:vertical}.product-page-layout{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl);align-items:start}.product-page-layout .product-gallery img{width:100%;border-radius:var(--radius-md)}.product-page-layout .product-info h1{font-size:2.25rem;margin-bottom:.75rem}.product-page-layout .product-info .product-price{font-size:1.75rem;font-weight:var(--fw-regular);margin-bottom:.375rem}.product-page-layout .product-info .product-stock{font-size:.9375rem;color:var(--c-navy);font-weight:var(--fw-medium);margin-bottom:var(--space-md)}.product-page-layout .product-info .product-vendor{font-size:.875rem;color:var(--c-gray-500);margin-bottom:var(--space-md)}.product-page-layout .product-info .product-desc{font-size:1rem;line-height:1.7;color:var(--c-text-muted);margin-bottom:var(--space-lg)}.product-page-layout .product-info .product-desc strong{color:var(--c-text)}.add-to-cart-btn{display:block;width:100%;padding:1rem;background:var(--c-crimson);color:var(--c-white);border:2px solid var(--c-crimson);font-size:1rem;font-weight:var(--fw-bold);font-family:inherit;letter-spacing:.04em;cursor:pointer;border-radius:var(--radius-sm);transition:all .2s;margin-top:var(--space-md)}.add-to-cart-btn:hover{background:var(--c-crimson-deep);border-color:var(--c-crimson-deep)}.schedule-table{width:100%;border-collapse:collapse;margin-bottom:var(--space-lg);font-size:.9375rem}.schedule-table th{text-align:left;padding:.75rem 1rem;background:var(--c-gray-100);font-weight:var(--fw-bold);border-bottom:2px solid var(--c-gray-200);font-size:.875rem;color:var(--c-text)}.schedule-table td{padding:.625rem 1rem;border-bottom:1px solid var(--c-gray-200)}.schedule-table tr:last-child td{border-bottom:none}.schedule-table tr:hover td{background:var(--c-gray-100)}.shop-header-bar{display:flex;align-items:center;justify-content:space-between;padding:var(--space-md) 0;border-bottom:1px solid var(--c-gray-200);margin-bottom:var(--space-lg)}.shop-header-bar h1{font-size:1.75rem}.shop-header-bar .product-count{font-size:.875rem;color:var(--c-text-muted)}.filter-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-lg);flex-wrap:wrap;gap:var(--space-sm)}.filter-group{display:flex;gap:.5rem;flex-wrap:wrap}.filter-tag{padding:.5rem 1rem;font-size:.8125rem;font-weight:var(--fw-medium);border:1px solid var(--c-gray-300);border-radius:100px;cursor:pointer;transition:all .2s;background:var(--c-white);color:var(--c-text)}.filter-tag:hover,.filter-tag.active{background:var(--c-crimson);color:var(--c-white);border-color:var(--c-crimson)}.sort-select{padding:.5rem 1rem;font-size:.8125rem;border:1px solid var(--c-gray-300);border-radius:var(--radius-sm);background:var(--c-white)}.review-card{border-top:1px solid var(--c-gray-200);padding-top:var(--space-md);margin-top:var(--space-md)}.review-stars{color:#f5a623;font-size:1.25rem;margin-bottom:.5rem}.review-text{font-size:.9375rem;color:var(--c-text-muted);line-height:1.7;font-style:italic}.prose{max-width:760px;margin:0 auto}.prose h2{font-size:1.75rem;margin-top:var(--space-xl);margin-bottom:var(--space-sm)}.prose h3{font-size:1.375rem;margin-top:var(--space-lg);margin-bottom:.75rem}.prose p{font-size:1.0625rem;line-height:1.8;color:var(--c-text-muted);margin-bottom:var(--space-md)}.prose ul,.prose ol{margin:var(--space-sm) 0 var(--space-md) var(--space-lg)}.prose li{font-size:1.0625rem;line-height:1.8;color:var(--c-text-muted);margin-bottom:.5rem;list-style:disc}.prose ol li{list-style:decimal}.prose a{color:var(--c-crimson);text-decoration:underline;text-underline-offset:2px}.prose a:hover{color:var(--c-crimson-deep)}.prose img{border-radius:var(--radius-md);margin:var(--space-lg) 0}.prose strong{color:var(--c-text)}.blog-list-card{display:grid;grid-template-columns:280px 1fr;gap:var(--space-lg);border:1px solid var(--c-gray-200);border-radius:var(--radius-md);overflow:hidden;transition:box-shadow .2s}.blog-list-card:hover{box-shadow:var(--shadow-md)}.blog-list-card img{width:100%;height:100%;min-height:200px;object-fit:cover}.blog-list-card .card-body{padding:var(--space-md) var(--space-md) var(--space-md) 0;display:flex;flex-direction:column;justify-content:center}.blog-list-card .card-date{font-size:.8125rem;color:var(--c-gray-500);margin-bottom:.5rem}.blog-list-card .card-body h2{font-size:1.375rem;margin-bottom:.5rem}.blog-list-card .card-body h2 a:hover{color:var(--c-crimson)}.blog-list-card .card-body p{font-size:.9375rem;color:var(--c-text-muted);line-height:1.6}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.gallery-grid img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius-sm)}.coming-up-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md)}.coming-up-card{background:var(--c-white);border-radius:var(--radius-md);padding:var(--space-lg);border:1px solid var(--c-gray-200);display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.coming-up-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.coming-up-card .card-tag{display:inline-block;font-size:.6875rem;font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:.08em;padding:.25rem .625rem;border-radius:100px;margin-bottom:.75rem;width:fit-content}.coming-up-card .card-tag.tag-open{background:#e8f5e9;color:#2e7d32}.coming-up-card .card-tag.tag-active{background:#fff3e0;color:#e65100}.coming-up-card .card-tag.tag-soon{background:#e3f2fd;color:#1565c0}.coming-up-card h3{font-size:1.25rem;margin-bottom:.5rem}.coming-up-card p{font-size:.875rem;color:var(--c-text-muted);margin-bottom:var(--space-sm);flex:1}.coming-up-card .btn{align-self:flex-start}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-xl);counter-reset:step}.step-card{text-align:center;counter-increment:step}.step-card:before{content:counter(step);display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:var(--c-gray-100);color:var(--c-text);font-size:1.5rem;font-weight:var(--fw-bold);margin:0 auto var(--space-md);border:2px solid var(--c-gray-200)}.step-card h3{font-size:1.125rem;margin-bottom:.5rem}.step-card p{font-size:.9375rem;color:var(--c-text-muted);line-height:1.6}.sparkle{position:absolute;pointer-events:none;opacity:.6;z-index:0}.sparkle-sm{width:32px;height:32px}.sparkle-md{width:48px;height:48px}.sparkle-lg{width:64px;height:64px}.grid-overlay{position:relative}.grid-overlay:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("Brand Kit/GRAPHIC ELEMENTS/GRID.png");background-size:400px;background-repeat:repeat;opacity:.02;pointer-events:none;z-index:0}.grid-overlay>*{position:relative;z-index:1}@media(max-width:1024px){.card-grid,.product-grid{grid-template-columns:repeat(3,1fr)}.gallery-grid{grid-template-columns:repeat(4,1fr)}h1{font-size:2.75rem}h2{font-size:2rem}}@media(max-width:768px){.container{padding:0 1.25rem}h1{font-size:2.25rem}h2{font-size:1.75rem}.section{padding:var(--space-xl) 0}.mobile-toggle{display:flex}.site-nav{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--c-white);z-index:999;display:none;flex-direction:column;padding:var(--space-2xl) var(--space-lg);overflow-y:auto}.site-nav.active{display:flex}.nav-list{flex-direction:column;align-items:stretch;gap:0}.nav-item>a,.nav-toggle{padding:.875rem 0;font-size:1.125rem;border-bottom:1px solid var(--c-gray-200);border-radius:0}.nav-dropdown{position:static;box-shadow:none;border:none;padding-left:var(--space-sm)}.header-actions{display:none}.site-nav .mobile-close{position:absolute;top:var(--space-md);right:var(--space-md);width:40px;height:40px}.hero-split{grid-template-columns:1fr;min-height:auto}.hero-split .hero-text{padding:var(--space-xl) var(--space-md);order:1}.hero-split .hero-image{order:0;max-height:300px}.pillar-grid{grid-template-columns:1fr}.card-grid{grid-template-columns:repeat(2,1fr)}.blog-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.grid-2,.grid-3{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.coming-up-grid{grid-template-columns:1fr}.steps-grid,.split-section{grid-template-columns:1fr;gap:var(--space-lg)}.split-section.reverse .split-text{order:0}.footer-pre-inner{flex-direction:column;text-align:center}.footer-pre-form{flex-direction:column;width:100%}.footer-pre-form input[type=email]{width:100%}.footer-inner{grid-template-columns:1fr;gap:var(--space-lg)}.footer-bottom{flex-direction:column;gap:var(--space-sm);text-align:center}.product-page-layout,.blog-list-card{grid-template-columns:1fr}.blog-list-card .card-body{padding:var(--space-md)}.page-header{padding:var(--space-xl) 0 var(--space-lg)}}@media(max-width:480px){.card-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-sm)}.btn{width:100%}.hero-split .hero-text h1{font-size:2rem}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/styles.css.map */
