*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #F5F4F0;--color-dark: #111812;--color-forest: #1E3F33;--color-forest-dark: #152C24;--color-rust: #C85A3C;--color-rust-dark: #A84A30;--color-cream: #E8C9A0;--color-sand: #EBE9E0;--color-muted: #5C665D;--color-white: #ffffff;--font-body: "Inter", sans-serif;--font-display: "Syne", sans-serif;--max-w: 1280px;--px: 1.5rem}@media(min-width:768px){:root{--px: 2.5rem}}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-dark);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:var(--max-w);margin:0 auto;padding:0 var(--px)}.overline{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:var(--color-forest)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffffb3;border-bottom:1px solid rgba(0,0,0,.05)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:64px}.site-logo{display:flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-weight:900;color:var(--color-dark);font-size:1.125rem;letter-spacing:-.03em}.site-logo__icon{width:32px;height:32px;border-radius:50%;background:var(--color-forest);display:flex;align-items:center;justify-content:center;flex-shrink:0}.site-logo__icon svg{width:16px;height:16px;color:var(--color-bg)}.site-nav{display:none;gap:2rem}.site-nav a{font-size:.875rem;font-weight:500;color:#111812cc;transition:color .2s}.site-nav a:hover{color:var(--color-rust)}.header-cta{display:none;align-items:center;gap:.75rem}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;background:var(--color-rust);color:var(--color-white);padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:background .2s,transform .2s}.btn-primary:hover{background:var(--color-rust-dark);transform:translateY(-1px)}.btn-primary svg{width:16px;height:16px}.mobile-menu-btn{padding:.5rem;border-radius:9999px;background:#fff;border:1px solid rgba(0,0,0,.1)}.mobile-menu-btn svg{width:20px;height:20px;display:block}@media(min-width:768px){.site-nav,.header-cta{display:flex}.mobile-menu-btn{display:none}}.mobile-nav{display:none;flex-direction:column;background:#fff;border-bottom:1px solid rgba(0,0,0,.05);padding:1rem var(--px) 1.5rem}.mobile-nav.is-open{display:flex}.mobile-nav a{padding:.75rem 0;font-size:1rem;font-weight:500;border-bottom:1px solid rgba(0,0,0,.05);color:var(--color-dark)}.mobile-nav .btn-primary{margin-top:1rem;justify-content:center}.hero{position:relative;min-height:100vh;width:100%;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__overlay-h{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#000000bf,#0006,#0000001a)}.hero__overlay-v{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(17,24,18,.8) 0%,transparent 60%)}.hero__content{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;padding-top:10rem;padding-bottom:4rem}.hero__overline{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.hero__pulse{width:8px;height:8px;border-radius:50%;background:var(--color-rust);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero__overline-text{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:#ffffffb3}.hero__headline{font-family:var(--font-display);font-weight:900;color:#fff;line-height:.95;font-size:clamp(2.75rem,9vw,6rem);letter-spacing:-.04em}.hero__headline span{color:var(--color-cream)}.hero__subheading{margin-top:1.5rem;color:#ffffffd9;font-size:1rem;max-width:38rem;line-height:1.65}.hero__ctas{margin-top:2.5rem;display:flex;flex-direction:column;gap:1rem;align-items:flex-start}@media(min-width:480px){.hero__ctas{flex-direction:row;align-items:center}}.btn-hero-primary{display:inline-flex;align-items:center;gap:.75rem;border-radius:9999px;background:var(--color-rust);color:#fff;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:background .3s,transform .3s;box-shadow:0 20px 40px #c85a3c4d}.btn-hero-primary:hover{background:var(--color-rust-dark);transform:translateY(-2px)}.btn-hero-primary svg{width:20px;height:20px;transition:transform .3s}.btn-hero-primary:hover svg{transform:translate(3px)}.btn-hero-secondary{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);color:#fff;padding:1rem 1.5rem;font-size:1rem;font-weight:500;transition:background .2s}.btn-hero-secondary:hover{background:#fff3}.hero__social-proof{margin-top:2.5rem;display:flex;align-items:center;gap:1.5rem;color:#fffc;font-size:.875rem}.hero__avatars{display:flex}.hero__avatars img{width:36px;height:36px;border-radius:50%;border:2px solid white;object-fit:cover;margin-left:-8px}.hero__avatars img:first-child{margin-left:0}.hero__stars{display:flex;gap:2px;color:var(--color-cream)}.hero__stars svg{width:14px;height:14px;fill:currentColor}.hero__stats{display:none;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:4rem;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.15);max-width:56rem}@media(min-width:768px){.hero__stats{display:grid}}.hero__stat-value{font-family:var(--font-display);font-weight:900;color:#fff;font-size:2.5rem;letter-spacing:-.04em}.hero__stat-label{color:#ffffffa6;font-size:.65rem;text-transform:uppercase;letter-spacing:.18em;margin-top:4px}.marquee-section{background:var(--color-forest);color:#fff;padding:1.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05)}.marquee-track{display:flex;gap:3rem;align-items:center;white-space:nowrap;animation:marquee 30s linear infinite;width:max-content}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-item{display:flex;align-items:center;gap:3rem}.marquee-item span{font-family:var(--font-display);font-weight:900;font-size:clamp(1.25rem,3vw,1.75rem);letter-spacing:-.02em}.marquee-item svg{width:20px;height:20px;color:var(--color-rust);flex-shrink:0}.features-section{background:var(--color-bg);padding:6rem 0}@media(min-width:768px){.features-section{padding:8rem 0}}.section-intro{max-width:48rem;margin-bottom:4rem}.section-headline{font-family:var(--font-display);font-weight:900;font-size:clamp(2.5rem,6vw,3.75rem);letter-spacing:-.04em;line-height:1;margin-top:1rem;color:var(--color-dark)}.section-headline span{color:var(--color-rust)}.section-subtext{color:var(--color-muted);margin-top:1.5rem;line-height:1.65;max-width:38rem}.features-grid{display:grid;gap:1.5rem}@media(min-width:768px){.features-grid{grid-template-columns:repeat(12,1fr)}}.feature-card{border-radius:24px;overflow:hidden}.feature-card--gps{background:var(--color-forest);color:#fff;padding:2rem;position:relative;min-height:420px;display:flex;flex-direction:column;justify-content:space-between}@media(min-width:768px){.feature-card--gps{grid-column:span 8;padding:3rem}}.feature-card__label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:#ffffffb3}.feature-card__title{font-family:var(--font-display);font-weight:900;font-size:clamp(2rem,4vw,3rem);letter-spacing:-.04em;line-height:1;margin-top:.75rem;max-width:24rem}.feature-card__desc{color:#ffffffb3;margin-top:1rem;max-width:24rem;line-height:1.65}.gps-map{position:relative;margin-top:2.5rem;height:220px;border-radius:16px;background:#152c24;border:1px solid rgba(255,255,255,.1);overflow:hidden}.gps-map svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.3}.gps-dot-wrap{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.gps-dot-wrap .ring1,.gps-dot-wrap .ring2{position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%;background:#c85a3c66;animation:gps-pulse 2s ease-out infinite}.gps-dot-wrap .ring2{animation-delay:.8s}@keyframes gps-pulse{0%{transform:scale(1);opacity:1}to{transform:scale(2.5);opacity:0}}.gps-dot{position:relative;width:16px;height:16px;border-radius:50%;background:var(--color-rust);box-shadow:0 0 0 4px var(--color-forest)}.gps-badge-loc{position:absolute;bottom:1rem;left:1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;padding:.4rem .75rem;font-size:.75rem;font-weight:500;color:#fff}.gps-badge-live{position:absolute;top:1rem;right:1rem;background:var(--color-rust);border-radius:9999px;padding:.2rem .75rem;font-size:.7rem;font-weight:700;color:#fff}.feature-card--photo{position:relative;min-height:420px;overflow:hidden}@media(min-width:768px){.feature-card--photo{grid-column:span 4}}.feature-card--photo img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .7s}.feature-card--photo:hover img{transform:scale(1.05)}.feature-card--photo .photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.85),rgba(0,0,0,.3),transparent)}.feature-card--photo .photo-content{position:relative;height:100%;padding:2rem;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}.feature-card--photo .photo-content svg{width:24px;height:24px;margin-bottom:1rem}.feature-card--photo .photo-content h3{font-family:var(--font-display);font-weight:900;font-size:1.75rem;letter-spacing:-.03em;line-height:1;margin-top:.5rem}.feature-card--photo .photo-content p{color:#fffc;font-size:.875rem;margin-top:.75rem;line-height:1.6}.feature-card--light{background:#fff;padding:2rem;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;min-height:320px}@media(min-width:768px){.feature-card--light{grid-column:span 4}}.feature-card--light svg.icon{width:32px;height:32px;color:var(--color-forest)}.feature-card--light .feature-card__title{color:var(--color-dark);font-size:1.75rem}.feature-card--light .feature-card__desc{color:var(--color-muted);font-size:.875rem}.feature-card--light .feature-link{margin-top:auto;padding-top:1.5rem;display:flex;align-items:center;gap:.5rem;color:var(--color-rust);font-size:.875rem;font-weight:600}.feature-card--sand{background:var(--color-sand)}.battery-bar-wrap{margin-top:auto;padding-top:1.5rem}.battery-bar{height:8px;background:#fff;border-radius:9999px;overflow:hidden}.battery-bar-fill{height:100%;width:85%;background:var(--color-forest);border-radius:9999px}.battery-label{font-size:.75rem;color:var(--color-muted);margin-top:.5rem;font-weight:600}.closeup-section{background:var(--color-forest);color:#fff;padding:6rem 0;overflow:hidden}@media(min-width:768px){.closeup-section{padding:8rem 0}}.closeup-grid{display:grid;gap:3rem;align-items:center}@media(min-width:768px){.closeup-grid{grid-template-columns:1fr 1fr}}.closeup-image-wrap{position:relative;border-radius:24px;overflow:hidden;aspect-ratio:4/5}@media(min-width:768px){.closeup-image-wrap{aspect-ratio:5/6}}.closeup-image-wrap img{width:100%;height:100%;object-fit:cover}.closeup-badge-top{position:absolute;top:1.5rem;left:1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:1rem;color:#fff;font-size:.875rem}.closeup-badge-top .badge-label{display:flex;align-items:center;gap:.5rem;font-weight:600}.closeup-badge-top .pulse{width:8px;height:8px;border-radius:50%;background:var(--color-rust);animation:pulse 2s infinite}.closeup-badge-top .badge-sub{color:#ffffffb3;font-size:.75rem;margin-top:4px}.closeup-badge-bottom{position:absolute;bottom:1.5rem;right:1.5rem;background:var(--color-rust);border-radius:16px;padding:1rem;color:#fff}.closeup-badge-bottom .badge-tiny{font-size:.65rem;text-transform:uppercase;letter-spacing:.15em;opacity:.8}.closeup-badge-bottom .badge-big{font-family:var(--font-display);font-weight:900;font-size:1.25rem;letter-spacing:-.03em}.closeup-overline{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:#ffffffb3}.closeup-headline{font-family:var(--font-display);font-weight:900;font-size:clamp(2.5rem,5vw,3.75rem);letter-spacing:-.04em;line-height:1;margin-top:1rem}.closeup-headline span{color:var(--color-cream)}.closeup-subtext{color:#ffffffbf;margin-top:1.5rem;max-width:32rem;line-height:1.65}.closeup-specs{margin-top:2rem}.closeup-spec{display:flex;align-items:flex-start;gap:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:1rem}.closeup-spec:last-child{border-bottom:none;margin-bottom:0}.closeup-spec-val{font-family:var(--font-display);font-weight:900;font-size:1.5rem;letter-spacing:-.03em;color:var(--color-cream);width:6rem;flex-shrink:0;padding-top:2px}.closeup-spec-desc{color:#fffc}.how-section{background:var(--color-bg);padding:6rem 0}@media(min-width:768px){.how-section{padding:8rem 0}}.how-header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:4rem}@media(min-width:768px){.how-header{flex-direction:row;align-items:flex-end;justify-content:space-between}}.how-note{color:var(--color-muted);max-width:20rem;line-height:1.65}.steps-grid{display:grid;gap:1.5rem}@media(min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.step-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:2rem;transition:transform .3s}.step-card:hover{transform:translateY(-4px)}.step-num{font-family:var(--font-display);font-weight:900;font-size:4.5rem;letter-spacing:-.04em;color:var(--color-sand);line-height:1}.step-title{font-family:var(--font-display);font-weight:700;font-size:1.5rem;letter-spacing:-.02em;color:var(--color-dark);margin-top:1.5rem}.step-desc{color:var(--color-muted);margin-top:.75rem;font-size:.875rem;line-height:1.65}.testimonials-section{background:var(--color-sand);padding:6rem 0}@media(min-width:768px){.testimonials-section{padding:8rem 0}}.testimonials-grid{display:grid;gap:1.5rem}@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:2rem;display:flex;flex-direction:column}.testimonial-stars{display:flex;gap:4px;color:var(--color-rust);margin-bottom:1.5rem}.testimonial-stars svg{width:16px;height:16px;fill:currentColor}.testimonial-quote{font-family:var(--font-display);font-weight:500;font-size:1.125rem;letter-spacing:-.02em;line-height:1.45;color:var(--color-dark)}.testimonial-author{margin-top:auto;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.05);display:flex;align-items:center;gap:.75rem}.testimonial-author img{width:40px;height:40px;border-radius:50%;object-fit:cover}.testimonial-name{font-weight:600;font-size:.875rem;color:var(--color-dark)}.testimonial-loc{font-size:.75rem;color:var(--color-muted)}.pricing-section{background:var(--color-bg);padding:6rem 0}@media(min-width:768px){.pricing-section{padding:8rem 0}}.pricing-intro-note{color:var(--color-muted);margin-top:1.5rem;max-width:32rem;line-height:1.65}.pricing-grid{display:grid;gap:1.5rem;margin-top:4rem}@media(min-width:768px){.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:start}}.pricing-card{border-radius:24px;padding:2rem;display:flex;flex-direction:column}.pricing-card--light{background:#fff;border:1px solid rgba(0,0,0,.05);color:var(--color-dark)}.pricing-card--featured{background:var(--color-forest);color:#fff;border:2px solid var(--color-rust);position:relative}@media(min-width:768px){.pricing-card--featured{transform:scale(1.02)}}.pricing-badge{position:absolute;top:-12px;left:2rem;background:var(--color-rust);color:#fff;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:4px 12px;border-radius:9999px}.pricing-tier-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.22em}.pricing-card--light .pricing-tier-label{color:var(--color-forest)}.pricing-card--featured .pricing-tier-label{color:#ffffffb3}.pricing-name{font-family:var(--font-display);font-weight:900;font-size:2rem;letter-spacing:-.03em;margin-top:.75rem}.pricing-price-row{display:flex;align-items:baseline;gap:.5rem;margin-top:1rem}.pricing-amount{font-family:var(--font-display);font-weight:900;font-size:3.75rem;letter-spacing:-.04em;line-height:1}.pricing-freq{color:var(--color-muted)}.pricing-card--featured .pricing-freq{color:#fff9}.pricing-features{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.pricing-feature{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem}.pricing-feature svg{width:20px;height:20px;flex-shrink:0;margin-top:1px}.pricing-card--light .pricing-feature svg{color:var(--color-forest)}.pricing-card--featured .pricing-feature svg{color:var(--color-cream)}.pricing-card--light .pricing-feature span{color:var(--color-dark)}.pricing-card--featured .pricing-feature span{color:#ffffffd9}.btn-pricing{margin-top:2rem;border-radius:9999px;padding:1rem 1.5rem;font-size:1rem;font-weight:600;width:100%;transition:background .3s,transform .3s;display:block;text-align:center}.btn-pricing:hover{transform:translateY(-2px)}.btn-pricing--dark{background:var(--color-dark);color:#fff}.btn-pricing--dark:hover{background:var(--color-forest)}.btn-pricing--rust{background:var(--color-rust);color:#fff;box-shadow:0 20px 40px #c85a3c4d}.btn-pricing--rust:hover{background:var(--color-rust-dark)}.email-capture{margin-top:4rem;background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.email-capture{flex-direction:row;align-items:center;justify-content:space-between;padding:3rem}}.email-capture-title{font-family:var(--font-display);font-weight:700;font-size:1.5rem;letter-spacing:-.02em;color:var(--color-dark)}@media(min-width:768px){.email-capture-title{font-size:1.875rem}}.email-capture-sub{color:var(--color-muted);margin-top:.5rem;font-size:.875rem}.email-form{display:flex;align-items:center;gap:.75rem;width:100%}@media(min-width:768px){.email-form{width:auto}}.email-input{flex:1;min-width:0;border-radius:9999px;background:var(--color-bg);border:1px solid rgba(0,0,0,.1);padding:1rem 1.25rem;font-size:.875rem;font-family:inherit;transition:outline .2s}@media(min-width:768px){.email-input{width:18rem}}.email-input:focus{outline:2px solid var(--color-rust);outline-offset:-2px}.btn-email{border-radius:9999px;background:var(--color-forest);color:#fff;padding:1rem 1.5rem;font-size:.875rem;font-weight:600;transition:background .2s;white-space:nowrap}.btn-email:hover{background:var(--color-forest-dark)}.faq-section{background:var(--color-bg);padding:6rem 0;border-top:1px solid rgba(0,0,0,.05)}@media(min-width:768px){.faq-section{padding:8rem 0}}.faq-grid{display:grid;gap:3rem}@media(min-width:768px){.faq-grid{grid-template-columns:4fr 8fr}}.faq-headline{font-size:clamp(2rem,4vw,3rem)}.faq-headline span{color:var(--color-forest)}.faq-contact{color:var(--color-muted);margin-top:1.5rem;font-size:.875rem;line-height:1.65}.faq-list{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid rgba(0,0,0,.1)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left;padding:1.5rem 0;font-family:var(--font-display);font-weight:700;font-size:1rem;letter-spacing:-.01em;color:var(--color-dark);cursor:pointer;background:none;border:none;font-family:inherit}@media(min-width:768px){.faq-question{font-size:1.125rem}}.faq-question svg{width:16px;height:16px;flex-shrink:0;transition:transform .3s;color:var(--color-muted)}.faq-item.is-open .faq-question svg{transform:rotate(180deg)}.faq-answer{display:none;padding-bottom:1.5rem;color:var(--color-muted);font-size:.875rem;line-height:1.65}.faq-item.is-open .faq-answer{display:block}.site-footer{background:var(--color-forest);color:#fff;padding-top:6rem;padding-bottom:2.5rem;overflow:hidden}.footer-headline-wrap{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:4rem;overflow:hidden}.footer-headline-overline{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:#ffffffb3}.footer-big-headline{font-family:var(--font-display);font-weight:900;font-size:clamp(4rem,14vw,14vw);line-height:.85;letter-spacing:-.04em;margin-top:1.5rem;word-break:break-word}.footer-grid{display:grid;gap:2.5rem;padding:4rem 0}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand-logo{display:flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-weight:900;font-size:1.25rem}.footer-brand-logo-icon{width:32px;height:32px;border-radius:50%;background:var(--color-rust);display:flex;align-items:center;justify-content:center}.footer-brand-logo-icon svg{width:16px;height:16px;color:#fff}.footer-brand-desc{color:#ffffffa6;margin-top:1rem;font-size:.875rem;line-height:1.65;max-width:22rem}.footer-col-title{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:#ffffff8c}.footer-col ul{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.footer-col ul a{color:#ffffffd9;font-size:.875rem;transition:color .2s}.footer-col ul a:hover{color:var(--color-cream)}.footer-bottom{display:flex;flex-direction:column;gap:1rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}@media(min-width:768px){.footer-bottom{flex-direction:row;align-items:center;justify-content:space-between}}.footer-copyright{color:#ffffff8c;font-size:.75rem}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:#ffffffb3;font-size:.75rem;transition:color .2s}.footer-legal a:hover{color:#fff}.icon-check{display:inline}.cart-icon-btn{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:var(--color-dark);transition:color .2s}.cart-icon-btn:hover{color:var(--color-rust)}.cart-icon-btn svg{width:22px;height:22px}.cart-count{position:absolute;top:-2px;right:-2px;background:var(--color-rust);color:#fff;font-size:.6rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-header-right{display:flex;align-items:center;gap:.25rem}@media(min-width:768px){.mobile-header-right{display:none}}.product-page{padding:7rem 0 5rem;min-height:80vh}.product-grid{display:grid;gap:3rem;align-items:start}@media(min-width:768px){.product-grid{grid-template-columns:1fr 1fr}}.product-main-image{border-radius:20px;overflow:hidden;background:var(--color-sand);aspect-ratio:1;display:flex;align-items:center;justify-content:center}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-no-image svg{width:80px;height:80px;color:var(--color-muted);opacity:.4}.product-thumbs{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.product-thumb{width:72px;height:72px;border-radius:12px;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;transition:border-color .2s}.product-thumb.is-active{border-color:var(--color-rust)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-vendor{margin-bottom:.5rem}.product-title{font-family:var(--font-display);font-weight:900;font-size:clamp(2rem,4vw,3rem);letter-spacing:-.04em;line-height:1.1;color:var(--color-dark)}.product-price{display:flex;align-items:baseline;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.price-current{font-family:var(--font-display);font-weight:900;font-size:2rem;color:var(--color-dark)}.price-compare{font-size:1.125rem;color:var(--color-muted);text-decoration:line-through}.price-badge{background:var(--color-rust);color:#fff;font-size:.7rem;font-weight:700;text-transform:uppercase;padding:3px 10px;border-radius:9999px}.product-variants{margin-top:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.variant-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-muted);display:block;margin-bottom:.5rem}.variant-options{display:flex;flex-wrap:wrap;gap:.5rem}.variant-btn{padding:.4rem 1rem;border-radius:9999px;border:1.5px solid rgba(0,0,0,.15);font-size:.875rem;font-weight:500;cursor:pointer;background:#fff;transition:border-color .2s,background .2s}.variant-btn.is-active,.variant-btn:hover{border-color:var(--color-forest);background:var(--color-forest);color:#fff}.product-quantity{margin-top:1.5rem}.qty-wrap{display:flex;align-items:center;gap:0;border:1.5px solid rgba(0,0,0,.15);border-radius:9999px;width:fit-content;overflow:hidden}.qty-btn{width:40px;height:40px;font-size:1.25rem;font-weight:300;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-dark);transition:background .2s}.qty-btn:hover{background:var(--color-sand)}.qty-input{width:48px;text-align:center;border:none;font-size:1rem;font-weight:600;font-family:inherit;background:none;-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.btn-add-to-cart{margin-top:1.5rem;width:100%;border-radius:9999px;background:var(--color-forest);color:#fff;padding:1rem;font-size:1rem;font-weight:600;border:none;cursor:pointer;font-family:inherit;transition:background .2s,transform .2s}.btn-add-to-cart:hover:not(:disabled){background:var(--color-forest-dark);transform:translateY(-2px)}.btn-add-to-cart:disabled{opacity:.5;cursor:not-allowed}.product-description{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.08);color:var(--color-muted);line-height:1.7;font-size:.9375rem}.product-trust{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.trust-item{display:flex;align-items:center;gap:.6rem;font-size:.875rem;color:var(--color-muted)}.trust-item svg{width:18px;height:18px;color:var(--color-forest);flex-shrink:0}.collection-hero{background:var(--color-forest);color:#fff;padding:8rem 0 3rem;margin-bottom:3rem}.collection-title{font-family:var(--font-display);font-weight:900;font-size:clamp(2.5rem,6vw,4rem);letter-spacing:-.04em;margin-top:.75rem}.collection-desc{color:#ffffffbf;margin-top:1rem;max-width:40rem;line-height:1.65}.collection-grid{display:grid;gap:1.5rem;padding-bottom:5rem}@media(min-width:480px){.collection-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.collection-grid{grid-template-columns:repeat(3,1fr)}}.product-card{display:block;border-radius:20px;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.06);transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0000001a}.product-card__image{position:relative;aspect-ratio:1;overflow:hidden;background:var(--color-sand)}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-card__image img{transform:scale(1.04)}.product-card__no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-card__no-image svg{width:48px;height:48px;color:var(--color-muted);opacity:.3}.product-card__badge{position:absolute;top:.75rem;left:.75rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:3px 10px;border-radius:9999px}.product-card__badge--sold{background:var(--color-dark);color:#fff}.product-card__badge--sale{background:var(--color-rust);color:#fff}.product-card__info{padding:1.25rem}.product-card__vendor{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--color-muted);margin-bottom:.35rem}.product-card__title{font-family:var(--font-display);font-weight:700;font-size:1.125rem;letter-spacing:-.02em;color:var(--color-dark)}.product-card__price{display:flex;align-items:baseline;gap:.5rem;margin-top:.5rem}.collection-empty{text-align:center;padding:5rem 0;color:var(--color-muted)}.collection-empty a{margin-top:1.5rem;display:inline-flex}.pagination{display:flex;justify-content:center;gap:.5rem;padding:2rem 0 4rem}.pagination a,.pagination span{padding:.5rem 1rem;border-radius:9999px;border:1px solid rgba(0,0,0,.1);font-size:.875rem;color:var(--color-dark)}.pagination .current{background:var(--color-forest);color:#fff;border-color:var(--color-forest)}.cart-page{padding:7rem 0 5rem;min-height:80vh}.cart-title{font-family:var(--font-display);font-weight:900;font-size:clamp(2rem,5vw,3.5rem);letter-spacing:-.04em;color:var(--color-dark);margin-bottom:2.5rem}.cart-layout{display:grid;gap:2rem;align-items:start}@media(min-width:768px){.cart-layout{grid-template-columns:1fr 360px}}.cart-item{display:flex;gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid rgba(0,0,0,.08)}.cart-item__image{width:90px;height:90px;border-radius:12px;overflow:hidden;background:var(--color-sand);flex-shrink:0}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details{flex:1;min-width:0}.cart-item__title{font-weight:600;color:var(--color-dark);font-size:.9375rem;display:block;margin-bottom:.25rem}.cart-item__title:hover{color:var(--color-rust)}.cart-item__variant{font-size:.8rem;color:var(--color-muted);margin-bottom:.5rem}.cart-item__price{font-size:.875rem;color:var(--color-muted);margin-bottom:.75rem}.cart-item__qty{display:flex;align-items:center;gap:0;border:1.5px solid rgba(0,0,0,.12);border-radius:9999px;width:fit-content;overflow:hidden}.cart-item__qty .qty-btn{width:32px;height:32px;font-size:1.1rem;display:flex;align-items:center;justify-content:center;color:var(--color-dark);text-decoration:none;transition:background .2s}.cart-item__qty .qty-btn:hover{background:var(--color-sand)}.qty-display{width:36px;text-align:center;font-size:.875rem;font-weight:600}.cart-item__right{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;flex-shrink:0}.cart-item__total{font-family:var(--font-display);font-weight:700;font-size:1.125rem;color:var(--color-dark)}.cart-item__remove{color:var(--color-muted);transition:color .2s}.cart-item__remove:hover{color:var(--color-rust)}.cart-item__remove svg{width:18px;height:18px}.cart-summary{background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:20px;padding:1.75rem;position:sticky;top:90px}.cart-summary__title{font-family:var(--font-display);font-weight:700;font-size:1.25rem;letter-spacing:-.02em;color:var(--color-dark);margin-bottom:1.25rem}.cart-summary__row{display:flex;justify-content:space-between;font-size:.9375rem;color:var(--color-dark);margin-bottom:.75rem}.cart-summary__row--muted{color:var(--color-muted);font-size:.875rem}.cart-summary__row--total{font-family:var(--font-display);font-weight:700;font-size:1.125rem;margin-top:.5rem}.cart-summary__divider{border:none;border-top:1px solid rgba(0,0,0,.08);margin:1rem 0}.btn-checkout{display:block;width:100%;text-align:center;background:var(--color-rust);color:#fff;border-radius:9999px;padding:1rem;font-size:1rem;font-weight:600;margin-top:1.25rem;transition:background .2s,transform .2s}.btn-checkout:hover{background:var(--color-rust-dark);transform:translateY(-2px)}.btn-continue{display:block;text-align:center;color:var(--color-muted);font-size:.875rem;margin-top:.75rem;transition:color .2s}.btn-continue:hover{color:var(--color-dark)}.cart-trust{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.25rem;font-size:.8rem;color:var(--color-muted)}.cart-trust svg{width:16px;height:16px}.cart-empty{text-align:center;padding:5rem 0}.cart-empty svg{width:64px;height:64px;color:var(--color-muted);opacity:.3;margin:0 auto 1.5rem}.cart-empty h2{font-family:var(--font-display);font-weight:700;font-size:1.75rem;letter-spacing:-.03em;color:var(--color-dark)}.cart-empty p{color:var(--color-muted);margin-top:.5rem;margin-bottom:1.5rem}
/*# sourceMappingURL=/cdn/shop/t/11/assets/theme.css.map */
