*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--foreground);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul,ol{list-style:none}button{cursor:pointer;font-family:inherit}::selection{background:var(--primary);color:#fff}:root{--primary: #2D4A2D;--primary-hover: #1a2e1a;--primary-10: rgba(45,74,45,.1);--primary-20: rgba(45,74,45,.2);--primary-30: rgba(45,74,45,.3);--foreground: #2D3E50;--muted: #F1F5F9;--muted-fg: #6B7C93;--border: #DFE4EA;--white: #ffffff;--black: #000000;--tactical-tan: #A38F70;--combat-red: #8B2323;--army-olive: #4A5D23;--charcoal: #343F56;--radius: .5rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-full: 9999px}.font-heading{font-family:Poppins,sans-serif}.font-display{font-family:Oswald,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;letter-spacing:-.025em}.gradient-text{background:linear-gradient(135deg,var(--tactical-tan),var(--combat-red));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 2rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;border:none;transition:all .2s ease;cursor:pointer}.btn-primary{background:var(--primary);color:#fff;padding:.75rem 2rem;border-radius:var(--radius-full);font-size:1rem}.btn-primary:hover{background:var(--primary-hover);box-shadow:0 4px 20px var(--primary-30)}.btn-primary-sm{background:var(--primary);color:#fff;padding:.5rem 1rem;border-radius:var(--radius-full);font-size:.875rem}.btn-primary-sm:hover{background:var(--primary-hover)}.btn-outline{background:transparent;border:2px solid #fff;color:#fff;padding:.75rem 2rem;border-radius:var(--radius-full);font-size:1rem}.btn-outline:hover{background:#fff;color:var(--foreground)}.btn-outline-dark{background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.625rem 1.5rem;border-radius:var(--radius);font-size:.875rem}.btn-outline-dark:hover{background:#fff;color:#000}.site-header{position:fixed;top:0;width:100%;z-index:50;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:box-shadow .3s}.site-header.scrolled{box-shadow:0 1px 20px #00000014}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:5rem}.nav-logo img{height:3rem;width:auto;object-fit:contain}.nav-links{display:none;align-items:center;gap:2rem}@media(min-width:768px){.nav-links{display:flex}}.nav-links a{font-size:.875rem;font-weight:500;color:var(--foreground);transition:color .2s}.nav-links a:hover{color:var(--primary)}.nav-cta{padding:.625rem 2rem}.mobile-toggle{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:none;border:none}@media(min-width:768px){.mobile-toggle{display:none}}.mobile-menu{display:none;position:fixed;top:5rem;left:0;right:0;background:#fff;padding:1rem;border-bottom:1px solid var(--border);box-shadow:0 4px 20px #0000001a;z-index:49}.mobile-menu.open{display:block}.mobile-menu a{display:block;padding:.75rem 1rem;color:var(--foreground);font-weight:500;border-radius:var(--radius)}.mobile-menu a:hover{background:var(--muted)}.mobile-menu a.btn-primary{background:var(--primary);color:#fff}.mobile-menu a.btn-primary:hover{background:var(--primary-hover);color:#fff}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#000c,#0009,#000000e6)}.hero-content{position:relative;z-index:10;text-align:center;max-width:56rem;margin:0 auto;padding:5rem 1rem 2rem}.hero-logo-wrap{display:inline-block;padding:1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.2);margin-bottom:2rem}.hero-logo-wrap img{height:8rem;width:auto}@media(min-width:768px){.hero-logo-wrap img{height:12rem}}.hero-sub{font-size:1.25rem;color:#ffffffb3;font-weight:500;margin-bottom:1.5rem;max-width:48rem;margin-left:auto;margin-right:auto}@media(min-width:768px){.hero-sub{font-size:1.5rem}}.hero-title{font-family:Poppins,sans-serif;font-weight:900;font-size:4rem;color:#fff;line-height:1;margin-bottom:2.5rem}@media(min-width:768px){.hero-title{font-size:6rem}}@media(min-width:1024px){.hero-title{font-size:8rem}}.hero-btns{display:flex;flex-direction:column;gap:1rem;align-items:center}@media(min-width:640px){.hero-btns{flex-direction:row;justify-content:center}}.hero-btns .btn{padding:1rem 2rem;font-size:1.125rem;width:100%}@media(min-width:640px){.hero-btns .btn{width:auto}}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#ffffff80;animation:bounce-y 2s infinite}@keyframes bounce-y{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.section{padding:6rem 0}.section-header{text-align:center;max-width:48rem;margin:0 auto 4rem}.section-label{font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--primary);margin-bottom:.75rem}.section-title{font-size:2.25rem;font-weight:700;color:var(--foreground);margin-bottom:1.5rem}@media(min-width:768px){.section-title{font-size:3rem}}.section-desc{font-size:1.125rem;color:var(--muted-fg)}.section-desc .code{font-weight:700;color:var(--primary)}.products-section{background:#fff}.products-detail-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:768px){.products-detail-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products-detail-grid{grid-template-columns:repeat(3,1fr)}}.product-detail-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .3s}.product-detail-card:hover{box-shadow:0 8px 30px #00000014}.product-detail-img{padding:2.5rem 2rem;background:#f9fafb;display:flex;align-items:center;justify-content:center;min-height:18rem}.product-detail-img img{height:16rem;width:auto;object-fit:contain;transition:transform .5s}.product-detail-card:hover .product-detail-img img{transform:scale(1.05)}.product-detail-body{padding:2rem;flex-grow:1;display:flex;flex-direction:column}.product-detail-name{font-size:1.75rem;font-weight:700;color:var(--foreground);margin-bottom:.75rem}.product-detail-tagline{font-size:.9375rem;color:var(--foreground);margin-bottom:.5rem;line-height:1.5}.product-detail-tagline strong{color:var(--primary)}.product-detail-motto{font-size:.9375rem;color:var(--primary);font-weight:600;margin-bottom:1.25rem}.product-detail-divider{width:3rem;height:2px;background:var(--border);margin-bottom:1.25rem}.product-detail-overview-title{font-size:1.125rem;font-weight:700;color:var(--foreground);margin-bottom:.75rem}.product-detail-desc{font-size:.875rem;color:var(--muted-fg);line-height:1.7;margin-bottom:1.5rem}.product-detail-specs{margin-bottom:1.5rem;margin-top:auto}.product-detail-spec-row{display:flex;justify-content:space-between;align-items:center;padding:.625rem 0;border-bottom:1px solid #f3f4f6}.product-detail-spec-row:last-child{border-bottom:none}.spec-label{font-size:.875rem;color:var(--muted-fg)}.spec-value{font-size:.875rem;font-weight:500;color:var(--foreground)}.spec-price{font-family:Oswald,sans-serif;font-size:1.5rem;font-weight:700;color:var(--foreground)}.product-detail-btn{width:100%;border-radius:var(--radius);padding:.875rem;font-size:1rem}.btn-outline-coming-soon{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:2px solid var(--border);color:var(--muted-fg);padding:.875rem;font-weight:600;font-size:1rem;cursor:default;opacity:.7}.product-desc-content{font-size:.875rem;color:var(--muted-fg);line-height:1.7;margin-bottom:1.5rem}.product-desc-content p{margin-bottom:.75rem}.product-desc-content p:last-child{margin-bottom:0}.product-desc-content strong,.product-desc-content b{color:var(--foreground);font-weight:600}.product-desc-content em,.product-desc-content i{font-style:italic}.product-desc-content h1,.product-desc-content h2,.product-desc-content h3,.product-desc-content h4,.product-desc-content h5,.product-desc-content h6{color:var(--foreground);font-weight:700;margin-bottom:.5rem;margin-top:1rem}.product-desc-content h3{font-size:1.125rem}.product-desc-content h4{font-size:1rem}.product-desc-content ul,.product-desc-content ol{margin:0 0 .75rem 1.25rem}.product-desc-content li{margin-bottom:.25rem}.product-desc-content a{color:var(--primary);font-weight:500}.product-desc-content span[class*=text-military]{color:var(--primary)!important}.product-desc-content span[class*=font-semibold]{font-weight:600!important}.product-desc-content span[class*=font-bold]{font-weight:700!important;color:var(--foreground)}.discount-banner{display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--primary);color:#fff;padding:.75rem 1.5rem;border-radius:var(--radius-full);margin-bottom:3rem;font-weight:500;font-size:.875rem;max-width:fit-content;margin-left:auto;margin-right:auto}.discount-banner .code{font-weight:700;background:#fff3;padding:.125rem .5rem;border-radius:.25rem}#shopify-collection{min-height:300px}#shopify-collection .shopify-buy__product{vertical-align:top!important}#shopify-collection .shopify-buy__product__variant-img{max-height:220px!important;width:auto!important;object-fit:contain!important;margin:0 auto!important}#shopify-collection .shopify-buy__product-img-wrapper{display:flex!important;align-items:center!important;justify-content:center!important;min-height:240px!important;max-height:240px!important;overflow:hidden!important}#shopify-collection .shopify-buy__btn{padding:12px 24px!important;font-size:15px!important;margin-top:8px!important}#shopify-collection .shopify-buy__product__title{font-size:16px!important}#shopify-collection .shopify-buy__product__price{font-size:20px!important;margin-bottom:8px!important}.about-section{background:var(--foreground);color:#fff;position:relative;overflow:hidden}.about-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.05;pointer-events:none;background-image:radial-gradient(#fff 1px,transparent 1px);background-size:32px 32px}.about-grid{display:flex;flex-direction:column;gap:4rem;align-items:center}@media(min-width:1024px){.about-grid{flex-direction:row}}.about-text{flex:1}.about-text .section-label{color:#ffffff80}.about-text .section-title{color:#fff}.about-text .lead{font-size:1.125rem;color:#9ca3af;margin-bottom:2rem;line-height:1.7}.about-text .lead strong{color:#fff;font-weight:700}.feature-item{display:flex;gap:1rem;margin-bottom:1.5rem}.feature-icon{flex-shrink:0;width:3rem;height:3rem;border-radius:50%;background:var(--primary-20);border:1px solid var(--primary-30);display:flex;align-items:center;justify-content:center;color:var(--primary);margin-top:.125rem}.feature-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.25rem}.feature-desc{color:#9ca3af}.about-image{flex:1;position:relative;width:100%}.about-image-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--primary-20);border-radius:var(--radius-xl);transform:translate(1rem,1rem)}.about-image img{position:relative;z-index:1;width:100%;border-radius:var(--radius-xl);box-shadow:0 20px 40px #0000004d;border:1px solid rgba(255,255,255,.1);object-fit:cover}.about-badge{position:absolute;bottom:-1.5rem;left:-1.5rem;z-index:2;background:var(--primary);color:#fff;padding:1.5rem;border-radius:var(--radius-lg);box-shadow:0 8px 25px #0000004d;border:1px solid rgba(255,255,255,.2);text-align:center}.about-badge .num{font-family:Oswald,sans-serif;font-size:2.5rem;font-weight:700;display:block}.about-badge .label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.nutrition-card{max-width:56rem;margin:0 auto;background:#fff;border-radius:var(--radius-xl);box-shadow:0 8px 30px #00000014;overflow:hidden;border:1px solid var(--border);display:flex;flex-direction:column}@media(min-width:768px){.nutrition-card{flex-direction:row}}.nutrition-side{background:var(--muted);padding:2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-right:1px solid var(--border)}@media(min-width:768px){.nutrition-side{width:33.333%}}.nutrition-side .big-stat{font-family:Oswald,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.nutrition-side .big-label{color:var(--muted-fg);font-weight:500;text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;margin-bottom:2rem}.nutrition-side img{height:12rem;object-fit:contain}.nutrition-main{padding:2.5rem;flex:1}@media(min-width:768px){.nutrition-main{width:66.666%}}.nutrition-main h4{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.nutrition-cols{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:640px){.nutrition-cols{grid-template-columns:1fr 1fr;gap:3rem}}.nutrition-cols h5{font-weight:700;font-size:1.125rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.nutrition-cols h5 svg{color:var(--primary);flex-shrink:0}.nutrition-row{display:flex;justify-content:space-between;padding-bottom:.5rem;margin-bottom:.75rem;border-bottom:1px solid #f3f4f6}.nutrition-row:last-child{border-bottom:none;margin-bottom:0}.nutrition-row span:first-child{color:var(--muted-fg)}.nutrition-row span:last-child{font-weight:700}.gear-section{background:var(--muted);border-top:1px solid var(--border)}.gear-heading{font-size:1.5rem;font-weight:700;margin-bottom:2rem;padding-left:1rem;border-left:4px solid var(--primary)}.gear-grid-3{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:4rem}@media(min-width:640px){.gear-grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.gear-grid-3{grid-template-columns:repeat(3,1fr)}}.gear-grid-4{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:4rem}@media(min-width:640px){.gear-grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.gear-grid-4{grid-template-columns:repeat(4,1fr)}}.gear-card{background:#fff;border-radius:var(--radius-lg);box-shadow:0 2px 8px #0000000a;overflow:hidden;transition:box-shadow .3s}.gear-card:hover{box-shadow:0 6px 20px #00000014}.gear-card-img{aspect-ratio:1;background:#f9fafb;display:flex;align-items:center;justify-content:center;padding:1.5rem;position:relative;overflow:hidden}.gear-card-img img{width:100%;height:100%;object-fit:contain;transition:transform .3s}.gear-card:hover .gear-card-img img{transform:scale(1.05)}.gear-card-img.cover img{object-fit:cover}.gear-card-body{padding:1.25rem}.gear-card-body h5{font-weight:700;margin-bottom:.5rem;min-height:2.5rem;line-height:1.3}.gear-card-body .price-row{display:flex;align-items:center;justify-content:space-between;margin-top:1rem}.gear-card-body .price{font-family:Oswald,sans-serif;font-size:1.25rem;font-weight:700}.gear-card-body .price.primary{color:var(--primary)}.gear-card-body .price-row-center{text-align:center;margin-top:.75rem}.gear-card .shopify-buy__option-select-wrapper{margin-bottom:6px}.gear-card .shopify-buy__option-select__label{font-family:Inter,sans-serif!important;font-size:12px!important;font-weight:600!important;color:var(--muted-fg)!important;text-transform:uppercase!important;letter-spacing:.05em!important;margin-bottom:4px!important}.gear-card .shopify-buy__option-select__select{font-family:Inter,sans-serif!important;font-size:13px!important;padding:7px 10px!important;border-radius:8px!important;border:1px solid var(--border)!important;background:#fff!important;color:var(--foreground)!important;width:100%!important;cursor:pointer!important;appearance:auto!important;-webkit-appearance:auto!important}.gear-card .shopify-buy__option-select__select:focus{border-color:var(--primary)!important;box-shadow:0 0 0 3px var(--primary-10)!important;outline:none!important}.gear-card .shopify-buy__option-select+.shopify-buy__btn-wrapper{margin-top:4px!important}.gear-buy-btn{background:var(--primary)!important;color:#fff!important;border:none!important;border-radius:9999px;padding:.6rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .3s;white-space:nowrap;cursor:pointer}.gear-buy-btn:hover{background:var(--primary-hover)!important;transform:translateY(-1px);box-shadow:0 4px 12px #2d4a2d4d}.gear-buy-btn:disabled{opacity:.7;cursor:wait;transform:none}.cart-toast{position:fixed;bottom:-80px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;padding:.875rem 1.5rem;border-radius:var(--radius-full);display:flex;align-items:center;gap:.75rem;font-size:.9rem;font-weight:600;box-shadow:0 8px 30px #00000040;z-index:9999;transition:bottom .4s cubic-bezier(.4,0,.2,1)}.cart-toast.show{bottom:2rem}.cart-toast svg{flex-shrink:0}.cart-toast-link{color:#fff;text-decoration:underline;font-weight:700;margin-left:.5rem}.cart-header-btn{position:relative;background:none;border:none;cursor:pointer;padding:.5rem}.cart-count{position:absolute;top:0;right:0;background:var(--combat-red);color:#fff;font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:none;align-items:center;justify-content:center}.dogtags-card{background:var(--foreground);color:#fff;border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 20px 40px #0003;display:flex;flex-direction:column}@media(min-width:768px){.dogtags-card{flex-direction:row;align-items:center}}.dogtags-text{padding:2.5rem;flex:1}@media(min-width:768px){.dogtags-text{padding:2.5rem 4rem}}.dogtags-badge{display:inline-block;padding:.25rem .75rem;background:var(--primary);color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius-full);border:1px solid rgba(255,255,255,.2);margin-bottom:1rem}.dogtags-text h4{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.dogtags-text p{color:#9ca3af;margin-bottom:1.5rem;line-height:1.6}.dogtags-actions{display:flex;align-items:center;gap:1.5rem}.dogtags-price{font-family:Oswald,sans-serif;font-size:1.875rem;font-weight:700}.dogtags-img{flex:1;min-height:300px;background:#000}.dogtags-img img{width:100%;height:100%;object-fit:cover;opacity:.8}.testimonials-section{background:#fff}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;box-shadow:0 4px 15px #0000000a;transition:box-shadow .3s}.testimonial-card:hover{box-shadow:0 8px 25px #00000014}.testimonial-stars{display:flex;gap:.125rem;color:var(--tactical-tan);margin-bottom:1rem}.testimonial-quote{font-size:1rem;color:var(--muted-fg);line-height:1.7;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-author img{width:3rem;height:3rem;border-radius:50%;object-fit:cover;border:2px solid var(--border)}.testimonial-author h5{font-size:.875rem;font-weight:700;margin-bottom:.125rem}.testimonial-author span{font-size:.75rem;color:var(--muted-fg)}.about-science-section{background:var(--muted)}.science-grid{display:flex;flex-direction:column;gap:4rem;margin-bottom:4rem}@media(min-width:1024px){.science-grid{flex-direction:row;align-items:center}}.science-text{flex:1}.science-text .section-title{margin-bottom:1.5rem}.science-text .lead{font-size:1.125rem;color:var(--muted-fg);line-height:1.7;margin-bottom:1rem}.science-image{flex:1;border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 20px 40px #0000001a}.science-image img{width:100%;height:auto;object-fit:cover}.stats-row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.stats-row{grid-template-columns:repeat(3,1fr)}}.stat-card{background:#fff;border-radius:var(--radius-lg);padding:2rem;text-align:center;box-shadow:0 4px 15px #0000000f;border-top:4px solid var(--primary)}.stat-card.stat-green{border-top-color:var(--primary)}.stat-card.stat-tan{border-top-color:var(--tactical-tan)}.stat-card.stat-red{border-top-color:var(--combat-red)}.stat-num{font-family:Oswald,sans-serif;font-size:3rem;font-weight:700;display:block;margin-bottom:.25rem}.stat-green .stat-num{color:var(--primary)}.stat-tan .stat-num{color:var(--tactical-tan)}.stat-red .stat-num{color:var(--combat-red)}.stat-label{font-size:.875rem;color:var(--muted-fg);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.story-section{background:#fff}.story-content{max-width:48rem;margin:0 auto}.story-brand-header{text-align:center;margin-bottom:3rem;padding:2rem;border:2px solid var(--border);border-radius:var(--radius-lg)}.story-brand-header h3{font-family:Oswald,sans-serif;font-size:2rem;font-weight:700;letter-spacing:.1em;margin-bottom:.5rem}.story-brand-header .story-motto{color:var(--primary);font-weight:700;font-size:1.125rem}.story-body{font-size:1.0625rem;line-height:1.8;color:var(--muted-fg)}.story-body p{margin-bottom:1.5rem}.story-body strong{color:var(--foreground)}.story-body h4{font-size:1.5rem;font-weight:700;color:var(--foreground);margin-top:3rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary)}.story-body ul{margin:1rem 0 1.5rem 1.5rem}.story-body ul li{position:relative;padding-left:1.25rem;margin-bottom:.5rem}.story-body ul li:before{content:"";position:absolute;left:0;top:.625rem;width:.5rem;height:.5rem;background:var(--primary);border-radius:50%}.story-link{color:var(--primary);font-weight:600;border-bottom:1px solid var(--primary);transition:opacity .2s}.story-link:hover{opacity:.7}.story-cta{background:var(--muted);border-radius:var(--radius-lg);padding:2rem;margin-top:2rem}.story-cta h4{margin-top:0;border-bottom:none}.story-final{font-size:1.25rem;color:var(--primary)}.songs-section{background:linear-gradient(135deg,#2d3748,#1a202c);color:#fff}.songs-label{color:#d4af37!important;display:flex;align-items:center;justify-content:center;gap:.5rem}.songs-available{color:#fbbf24;font-size:.875rem;font-weight:500;margin-top:.75rem}.albums-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media(min-width:768px){.albums-grid{grid-template-columns:repeat(3,1fr)}}.album-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);overflow:hidden;transition:transform .3s,box-shadow .3s}.album-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.album-art{aspect-ratio:1;overflow:hidden}.album-art img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.album-card:hover .album-art img{transform:scale(1.05)}.album-info{padding:1.5rem}.album-info h4{font-weight:700;font-size:1.125rem;margin-bottom:.25rem}.album-info p{color:#9ca3af;font-size:.875rem;margin-bottom:1rem}.album-btn{font-size:.8125rem!important;padding:.5rem 1rem!important}.videos-header{margin-top:2rem;margin-bottom:2rem}.videos-header h3{font-size:1.5rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.75rem}.videos-header h3 svg{color:#d4af37}.videos-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.videos-grid{grid-template-columns:repeat(2,1fr)}}.video-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);overflow:hidden}.video-card video{width:100%;aspect-ratio:16/9;background:#000}.video-info{padding:1.25rem}.video-info h5{font-weight:700;margin-bottom:.25rem}.video-info p{color:#9ca3af;font-size:.875rem}.contact-section{background:var(--muted)}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-item{display:flex;gap:1rem;margin-bottom:1.5rem}.contact-icon{flex-shrink:0;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.contact-green .contact-icon{background:var(--primary)}.contact-tan .contact-icon{background:var(--tactical-tan)}.contact-red .contact-icon{background:var(--combat-red)}.contact-item h4{font-size:1rem;font-weight:700;margin-bottom:.25rem}.contact-item p{color:var(--muted-fg);font-size:.875rem}.contact-item a{color:var(--muted-fg);transition:color .2s}.contact-item a:hover{color:var(--primary)}.contact-social{display:flex;gap:.75rem;margin-top:2rem;margin-bottom:2rem}.social-btn{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:opacity .2s}.social-btn:hover{opacity:.8}.social-green{background:var(--primary)}.social-tan{background:var(--tactical-tan)}.social-red{background:var(--combat-red)}.social-charcoal{background:var(--charcoal)}.contact-qr{text-align:center;margin-top:1rem}.contact-qr img{width:8rem;height:8rem;margin:0 auto .5rem;border-radius:var(--radius)}.contact-qr span{font-size:.75rem;color:var(--muted-fg)}.contact-form-wrap{background:#fff;border-radius:var(--radius-xl);padding:2.5rem;box-shadow:0 8px 30px #0000000f;border:1px solid var(--border)}.contact-form-wrap h3{font-size:1.5rem;font-weight:700;margin-bottom:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:var(--foreground)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font-family:inherit;font-size:.875rem;transition:border-color .2s;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-10)}.form-group textarea{resize:vertical}.form-success{background:var(--primary-10);border:1px solid var(--primary-30);border-radius:var(--radius);padding:1rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;color:var(--primary);font-weight:500}.form-error{background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius);padding:1rem;margin-bottom:1.5rem;color:#dc2626}.site-footer{background:var(--foreground);color:#fff;padding:4rem 0 2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-grid-4{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media(min-width:768px){.footer-grid-4{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand img{height:4rem;width:auto;margin-bottom:1.5rem;filter:invert(1) contrast(200%) grayscale(100%)}.footer-brand p{color:#9ca3af;margin-bottom:1.5rem;max-width:28rem}.footer-tagline{font-family:Oswald,sans-serif;font-weight:700;font-size:1.125rem;letter-spacing:.15em;color:#fff}.footer-dt-badge{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:var(--primary);color:#fff;font-family:Oswald,sans-serif;font-weight:700;border-radius:var(--radius);margin-right:.5rem}.footer-dt-name{font-family:Poppins,sans-serif;font-weight:700;font-size:1.125rem}.footer-logo-mark{display:flex;align-items:center;margin-bottom:1.5rem}.footer-col h5{font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;margin-bottom:1.5rem}.footer-col a{display:block;color:#9ca3af;padding:.375rem 0;transition:color .2s;font-size:.875rem}.footer-col a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;color:#6b7280;font-size:.875rem}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:#6b7280;transition:color .2s}.footer-legal a:hover{color:#fff}.page-padding{padding:7rem 1rem 4rem}.page-title{font-size:2.25rem;font-weight:700;margin-bottom:2rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .6s ease forwards}[data-animate]{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}[data-animate].visible{opacity:1;transform:translateY(0)}.hidden-mobile{display:none!important}@media(min-width:768px){.hidden-mobile{display:flex!important}}.hidden-desktop{display:flex!important}@media(min-width:768px){.hidden-desktop{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/36/assets/theme.css.map */
