@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
:root{--primary:#1f4c42;--accent:#25856d;--surface:#f3f8f6;--ink:#193e36;--muted:#50665f;--line:#dbe6e1;--radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;font-family:'Poppins',sans-serif;font-size:16px;line-height:1.7;color:var(--ink);background:#fff}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img,video,iframe{max-width:100%;display:block}img{height:auto}button{cursor:pointer}button:disabled{opacity:.55;cursor:not-allowed}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.18;letter-spacing:-.045em;font-weight:500}h1{font-size:clamp(36px,5vw,64px)}h2{font-size:clamp(32px,4vw,52px)}h3{font-size:20px;letter-spacing:-.025em}p{color:var(--muted)}.container{width:min(1240px,calc(100% - 80px));margin-inline:auto}.narrow{max-width:940px}.section{padding:100px 0}.icon{flex:none;vertical-align:middle}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-100px;left:20px;z-index:200;background:white;padding:12px 20px}.skip-link:focus{top:12px}:focus-visible{outline:3px solid #bba263;outline-offset:4px}[hidden]{display:none!important}.eyebrow{display:block;font-size:13px;font-weight:700;letter-spacing:.15em;color:var(--accent);margin-bottom:20px}.eyebrow.light{color:#d8eee4}.button{display:inline-flex;align-items:center;justify-content:center;gap:16px;padding:16px 25px;min-height:56px;border:1px solid var(--primary);border-radius:999px;background:var(--primary);color:white;font-weight:600;font-size:14px;line-height:1.5;transition:transform .2s,background .2s}.button:hover{background:var(--accent);transform:translateY(-2px)}.button-white{background:white;border-color:white;color:var(--primary)}.button-white:hover{background:#e7f2ed}.button-outline-light{background:transparent;border-color:#ffffff60;color:white}.button-outline-light:hover{background:#ffffff15}.button-secondary{background:var(--surface);color:var(--primary);border-color:var(--line)}.button-secondary:hover{background:#e5eee9}.button-row{display:flex;flex-wrap:wrap;gap:14px}.text-link{display:inline-flex;align-items:center;gap:10px;font-weight:600;font-size:14px;border-bottom:1px solid currentColor;padding-bottom:3px}.announcement{background:var(--primary);text-align:center;color:white;padding:8px 20px;font-size:12px;letter-spacing:.055em}.site-header{background:#fff;position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);box-shadow:0 4px 20px #163b3007}.header-inner{height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:9px;font-size:34px;font-weight:600;letter-spacing:-.065em;line-height:1}.brand>.icon{width:29px;height:29px}.brand-dot{color:var(--accent)}.brand img{object-fit:contain;max-height:60px;width:auto}.desktop-nav{display:flex;padding:5px;gap:4px;border:1px solid var(--line);border-radius:999px;box-shadow:0 7px 20px #193e3608}.desktop-nav a{padding:10px 18px;font-size:13px;line-height:1.4;border-radius:999px}.desktop-nav a:hover,.desktop-nav a[aria-current]{background:var(--surface)}.header-actions{display:flex;align-items:center;gap:12px}.cart-link{height:44px;min-width:54px;padding:0 10px;display:flex;align-items:center;justify-content:center;gap:5px;background:var(--surface);border:1px solid var(--line);border-radius:999px}.cart-count{font-size:12px;font-weight:600}.mobile-menu{display:none}.hero{position:relative;isolation:isolate;min-height:720px;height:calc(100svh - 117px);max-height:950px;background:var(--primary);color:#fff;overflow:hidden}.hero-media{position:absolute;inset:0 0 0 39%;z-index:-3}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center 57%}.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,var(--primary) 0%,var(--primary) 29%,#1f4c42e6 41%,#1f4c425e 62%,#1f4c4210 100%)}.hero-inner{height:100%;display:flex;align-items:center;padding-block:70px}.hero-copy{width:60%;max-width:760px}.hero h1{font-size:clamp(46px,5.7vw,80px);line-height:1.09;letter-spacing:-.05em;margin-bottom:25px}.hero p{max-width:520px;color:#ffffffdc;font-size:17px;line-height:1.8}.hero .button-row{margin-top:36px}.hero-tags{display:flex;gap:18px;flex-wrap:wrap;margin-top:35px;font-size:12px;color:#d5e6df}.hero-tags span+span{border-left:1px solid #ffffff40;padding-left:18px}.hero-badge{position:absolute;right:40px;bottom:32px;background:#ffffff14;border:1px solid #ffffff40;border-radius:18px;padding:14px 20px;display:flex;align-items:center;gap:12px;backdrop-filter:blur(12px);font-size:23px;font-weight:600;letter-spacing:-.04em}.hero-badge small{display:block;font-size:11px;font-weight:400;letter-spacing:0}.ribbon{background:var(--accent);color:white;padding:22px 0}.ribbon-inner{display:flex;justify-content:space-between;align-items:center;gap:20px}.ribbon span{display:inline-flex;align-items:center;gap:12px;font-size:14px;white-space:nowrap}.split{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.section-copy h2{margin-bottom:24px}.section-copy>p{max-width:540px}.feature-list{list-style:none;padding:0;margin:30px 0 35px;display:grid;gap:20px}.feature-list li{display:flex;gap:14px;align-items:flex-start;font-size:14px;color:var(--muted)}.feature-list .icon{width:24px;height:24px;background:var(--surface);border-radius:50%;padding:3px;color:var(--accent);margin-top:2px}.feature-list strong{display:block;color:var(--ink);font-size:15px;font-weight:600;margin-bottom:3px}.spotlight-image{position:relative;background:var(--surface);border-radius:var(--radius);overflow:hidden;aspect-ratio:1/1.08}.spotlight-image img{width:100%;height:100%;object-fit:cover}.image-label{position:absolute;bottom:22px;left:24px;background:white;border-radius:999px;padding:10px 18px;font-size:12px;font-weight:500;box-shadow:0 4px 20px #0001}.story{background:var(--surface)}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.story h2{max-width:530px}.large-text{font-size:21px;line-height:1.7;color:var(--ink);margin-bottom:22px}.story-signature{margin-top:34px;font-size:32px;font-weight:600;letter-spacing:-.065em}.story-signature span{display:block;font-size:12px;letter-spacing:0;font-weight:400;color:var(--muted)}.section-heading{text-align:center;max-width:760px;margin:0 auto 50px}.section-heading h2{margin-bottom:20px}.experience-grid{display:grid;grid-template-columns:1.08fr 1fr;gap:55px;align-items:center}.experience-photo{aspect-ratio:1/1;border-radius:var(--radius);overflow:hidden}.experience-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.experience-cards{display:grid;gap:25px}.experience-cards article{display:flex;gap:18px;border-bottom:1px solid var(--line);padding-bottom:25px}.experience-cards article:last-child{border-bottom:0;padding-bottom:0}.feature-icon{display:flex;align-items:center;justify-content:center;flex:none;background:var(--surface);color:var(--accent);border-radius:16px;width:52px;height:52px}.experience-cards h3{font-size:19px;font-weight:600;margin:4px 0 9px}.experience-cards p{font-size:14px}.comparison{background:var(--surface)}.table-scroll{overflow:auto;border-radius:20px;border:1px solid var(--line);background:white}table{border-collapse:collapse;width:100%;font-size:14px}th,td{padding:21px 24px;text-align:center;border-bottom:1px solid var(--line);line-height:1.6}th:first-child{text-align:left}thead th{font-weight:600;padding-block:25px}tbody th{font-weight:500}thead .featured-column{font-size:27px;letter-spacing:-.06em}.featured-column{background:var(--primary);color:white;border-bottom-color:#ffffff25}tr:last-child td,tr:last-child th{border-bottom:0}.table-note{font-size:12px;text-align:center;margin-top:20px}.faq-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px}.faq h2{margin-bottom:20px}.faq p{margin-bottom:20px}.faq-items details,.product-details{border-bottom:1px solid var(--line)}summary{cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}.faq-items summary,.product-details summary{padding:23px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;font-weight:500;font-size:15px}.faq-items summary span,.product-details summary span{font-size:23px;color:var(--accent);font-weight:400;transition:transform .2s}.faq-items details[open] summary span,.product-details[open] summary span{transform:rotate(45deg)}.faq-items .rte{padding:0 20px 10px 0;font-size:14px}.cta{background:var(--primary);color:white;text-align:center}.cta-inner{max-width:840px}.cta h2{font-size:clamp(34px,4.5vw,62px);margin-bottom:22px}.cta p{color:#d6e5df;margin-bottom:32px}.site-footer{padding:65px 0 0}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:70px;padding-bottom:55px}.footer-brand{margin-bottom:20px}.footer-grid p{max-width:330px;font-size:14px;margin-bottom:20px}.footer-grid h3{font-size:15px;font-weight:600;letter-spacing:0;margin-bottom:20px}.footer-grid>div>a:not(.brand){display:block;font-size:13px;color:var(--muted);margin-bottom:12px;overflow-wrap:anywhere}.footer-grid a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--line);padding:24px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted)}.payments{display:flex;flex-wrap:wrap;gap:5px}.payments svg{width:38px;height:24px}.breadcrumb{display:flex;gap:12px;flex-wrap:wrap;font-size:12px;color:var(--muted);margin-bottom:30px}.product-section{padding-top:40px}.product-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:70px;align-items:start}.product-gallery{position:sticky;top:120px}.gallery-main{border-radius:24px;overflow:hidden;background:var(--surface)}.gallery-main img{width:100%;max-height:730px;object-fit:contain}.gallery-main video,.gallery-main iframe,.gallery-main model-viewer{width:100%;height:600px}.gallery-thumbs{display:flex;gap:10px;overflow:auto;margin-top:14px;padding:4px}.gallery-thumbs button{width:75px;height:95px;flex:none;padding:0;overflow:hidden;border:2px solid transparent;border-radius:12px;background:var(--surface)}.gallery-thumbs button[aria-pressed=true]{border-color:var(--accent)}.gallery-thumbs img{width:100%;height:100%;object-fit:cover}.product-info h1{font-size:clamp(30px,3vw,44px);margin-bottom:18px}.product-intro{font-size:15px;margin-bottom:24px}.price{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:8px}.price strong{font-size:30px;font-weight:600;letter-spacing:-.05em}.price s{font-size:16px;color:var(--muted)}.sale-badge{font-size:12px;font-weight:600;background:var(--surface);border-radius:999px;padding:4px 12px;color:var(--accent)}.price-note{font-size:12px;line-height:1.7;margin-bottom:20px}.price-note a{text-decoration:underline}.product-highlights{list-style:none;padding:0;margin:25px 0;display:grid;gap:12px;font-size:14px}.product-highlights li{display:flex;align-items:center;gap:12px}.product-highlights .icon{color:var(--accent);width:20px}.product-form label,.contact-form label{display:block;font-size:14px;font-weight:500;margin:15px 0 8px}input,select,textarea{border:1px solid var(--line);border-radius:12px;padding:12px 15px;background:white;color:var(--ink);width:100%;min-width:0}select{margin-bottom:6px;min-height:52px}.quantity{display:flex;border:1px solid var(--line);width:150px;border-radius:999px;overflow:hidden;height:48px;margin-bottom:22px}.quantity button{border:0;background:var(--surface);width:45px;flex:none;font-size:22px}.quantity input{border:0;padding:4px;width:60px;text-align:center;appearance:textfield}.quantity input::-webkit-inner-spin-button{appearance:none}.product-form .add-to-cart{width:100%;margin-bottom:12px}.shopify-payment-button{margin-bottom:20px}.shopify-payment-button__button{border-radius:999px!important;min-height:54px!important}.buy-assurance{display:flex;align-items:center;justify-content:center;gap:10px;font-size:12px;color:var(--muted);padding:15px 0 24px}.buy-assurance .icon{width:18px}.rte{overflow-wrap:anywhere}.rte p{margin-bottom:18px}.rte ul,.rte ol{padding-left:24px;color:var(--muted)}.rte h2{font-size:30px;margin:30px 0 18px}.rte h3{margin:25px 0 14px}.rte a{text-decoration:underline}.rte img{border-radius:16px}.product-details .rte{font-size:14px;padding-bottom:15px}.page-content{margin-top:35px}.product-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:40px}.product-card img{width:100%;height:340px;object-fit:cover;border-radius:20px;background:var(--surface)}.product-card h2{font-size:19px;font-weight:500;margin:18px 0 8px}.product-card p{font-weight:600}.pagination{display:flex;justify-content:center;gap:20px;margin-top:40px}.pagination a,.pagination .current{padding:10px 16px;border-radius:8px;background:var(--surface)}.contact-form{margin-top:35px}.contact-form button{margin-top:24px}.form-success{padding:15px;background:var(--surface);border-radius:12px}.search-form{display:flex;gap:12px;margin-top:30px}.cart-container>h1{margin-bottom:35px}.empty-state{text-align:center;padding:65px 20px}.empty-state>.icon{width:50px;height:50px;margin-bottom:24px}.empty-state h2{font-size:28px}.empty-state p{margin:20px 0 30px}.empty-state form{max-width:400px;margin:30px auto}.empty-state form label{display:block;margin-bottom:10px}.empty-state form button{margin-top:20px}.cart-layout{display:grid;grid-template-columns:1.6fr 1fr;gap:55px}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:22px;align-items:start;padding:25px 0;border-bottom:1px solid var(--line)}.cart-item:first-child{padding-top:0}.cart-item img{height:140px;width:100px;object-fit:cover;border-radius:12px}.cart-item h2{font-size:18px;font-weight:500;margin-bottom:8px}.cart-item p{font-size:13px;margin-bottom:8px}.cart-item label{display:block;font-size:12px;margin:10px 0 4px}.cart-quantity{width:85px;padding:8px 12px}.remove-link{display:inline-block;margin-left:10px;text-decoration:underline;font-size:12px;color:var(--muted)}.cart-line-price{text-align:right;font-size:15px}.cart-line-price s{display:block;color:var(--muted);font-size:12px}.cart-items>.button{margin-top:24px}.cart-summary{background:var(--surface);border-radius:24px;padding:32px;align-self:start}.cart-summary h2{font-size:24px;margin-bottom:28px}.cart-summary>p{display:flex;justify-content:space-between;gap:15px}.cart-summary .cart-total{color:var(--ink);margin-bottom:15px}.cart-summary .price-note{display:block}.cart-summary .button{width:100%;margin-bottom:20px}.cart-summary .text-link{display:flex;justify-content:center;border:0}.template-password .desktop-nav,.template-password .header-actions{display:none}
@media(min-width:1600px){.hero-copy{width:60%}.hero-media{inset-inline-start:45%}}
@media(max-width:1050px){.container{width:calc(100% - 48px)}.split{gap:40px}.story-grid{gap:50px}.experience-grid{gap:30px}.faq-grid{gap:40px}.product-grid{gap:35px}.footer-grid{gap:35px}.ribbon span{font-size:12px;gap:8px}.hero-badge{right:24px}.desktop-nav a{padding:10px 12px}.cart-layout{gap:30px}}
@media(max-width:767px){html{scroll-padding-top:82px}.container{width:calc(100% - 40px)}.section{padding:65px 0}h2{font-size:34px}.announcement{font-size:11px;padding:7px 15px}.header-inner{height:74px;gap:15px}.brand{font-size:29px}.brand>.icon{width:25px;height:25px}.desktop-nav{display:none}.mobile-menu{display:block}.mobile-menu summary{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:var(--surface)}.mobile-menu nav{position:absolute;top:74px;left:0;right:0;background:white;border-bottom:1px solid var(--line);padding:20px;box-shadow:0 12px 20px #0001;display:grid}.mobile-menu nav a{padding:12px 10px}.hero{min-height:760px;height:calc(100svh - 102px);max-height:1000px}.hero-media{inset:0}.hero-image{object-position:62% 44%}.hero-shade{background:linear-gradient(0deg,#153d34 0%,#153d34f5 18%,#153d34a1 45%,#153d3415 80%)}.hero-inner{align-items:flex-end;padding:80px 0 70px}.hero-copy{width:100%;max-width:540px}.hero h1{font-size:48px;line-height:1.13;max-width:440px;margin-bottom:20px}.hero p{font-size:15px;max-width:390px}.hero .eyebrow{font-size:11px;margin-bottom:15px}.hero .button-row{margin-top:26px;gap:10px}.hero .button{padding:14px 19px;min-height:51px;font-size:12px;gap:10px}.hero-tags{gap:10px;font-size:10px;margin-top:22px}.hero-tags span+span{padding-left:10px}.hero-badge{right:20px;bottom:auto;top:20px;font-size:18px;padding:10px 14px}.hero-badge small{font-size:10px}.ribbon{padding:20px 0}.ribbon-inner{display:grid;grid-template-columns:1fr 1fr;gap:16px 12px}.ribbon span{font-size:11px;white-space:normal}.ribbon .icon{width:18px;height:18px}.split,.story-grid,.experience-grid,.faq-grid,.product-grid,.cart-layout{grid-template-columns:1fr;gap:35px}.spotlight-image{aspect-ratio:1/1.05}.section-copy>p{font-size:15px}.eyebrow{font-size:11px;margin-bottom:15px}.feature-list{margin-block:25px 30px}.story-grid{gap:25px}.large-text{font-size:19px}.story-grid p:not(.large-text){font-size:14px}.story-signature{margin-top:25px}.section-heading{margin-bottom:32px}.section-heading p{font-size:14px}.experience-grid{gap:32px}.experience-cards{gap:20px}.experience-cards article{padding-bottom:20px}.feature-icon{width:44px;height:44px;border-radius:13px}.experience-cards h3{font-size:17px}.experience-cards p{font-size:13px}.comparison th,.comparison td{padding:17px 12px;font-size:12px}.comparison th:first-child{width:39%}thead .featured-column{font-size:22px}.table-note{font-size:10px}.faq-items summary{font-size:14px;padding:20px 0}.faq-items .rte{font-size:13px}.faq-grid>div>p{font-size:14px}.cta h2{font-size:38px}.cta p{font-size:14px}.site-footer{padding-top:45px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px 20px;padding-bottom:35px}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid h3{font-size:13px}.footer-grid>div>a:not(.brand){font-size:12px}.footer-bottom{flex-direction:column;align-items:flex-start;font-size:11px;gap:15px}.product-section{padding-top:25px}.product-gallery{position:static}.gallery-main img{max-height:580px}.gallery-main video,.gallery-main iframe,.gallery-main model-viewer{height:420px}.product-info h1{font-size:32px}.product-info .eyebrow{font-size:11px}.product-intro{font-size:14px}.price strong{font-size:29px}.product-cards{grid-template-columns:repeat(2,1fr);gap:20px 15px}.product-card img{height:240px;border-radius:14px}.product-card h2{font-size:15px}.product-card p{font-size:14px}.cart-item{grid-template-columns:75px 1fr;gap:18px}.cart-item img{width:75px;height:110px}.cart-line-price{grid-column:2;text-align:left}.cart-item h2{font-size:16px}.cart-summary{padding:25px}.search-form{flex-wrap:wrap}.search-form input{flex:1;min-width:180px}.breadcrumb{font-size:11px}}
@media(max-width:370px){.hero h1{font-size:41px}.hero-tags{gap:8px;font-size:9px}.hero .button{padding-inline:15px;font-size:11px}.container{width:calc(100% - 32px)}.ribbon span{font-size:10px}.product-cards{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

.product-grid>*{min-width:0}.product-gallery,.gallery-main,.gallery-thumbs{max-width:100%}.product-info{overflow-wrap:anywhere}

@media(max-width:767px){.hero-image{transform:scale(1.22)}}

.luneya-password{position:relative;isolation:isolate;background:var(--primary);color:#fff;min-height:calc(100svh - 180px);padding:90px max(24px,7vw);display:flex;align-items:center;overflow:hidden}
.luneya-surface .luneya-password-media{position:absolute;inset:0 0 0 42%;z-index:-2}.luneya-surface .luneya-password-media img{width:100%;height:100%;object-fit:cover;object-position:center 55%}
.luneya-surface .luneya-password::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,var(--primary) 25%,#1f4c42de 44%,#1f4c4220 100%);z-index:-1}
.luneya-surface .luneya-password-copy{max-width:580px;width:60%}.luneya-surface .luneya-password h1{font-size:clamp(38px,5vw,64px);margin-bottom:24px}.luneya-surface .luneya-password p{color:#ffffffde;margin-bottom:32px}
.luneya-surface .luneya-password-form label{display:block;font-size:14px;margin-bottom:10px}.luneya-surface .luneya-password-form>div{display:flex;gap:12px;align-items:center}.luneya-surface .luneya-password-form input{width:200px;background:#ffffff15;color:white;border-color:#ffffff50;min-height:56px}.luneya-surface .luneya-password-form .errors{color:white}
@media(max-width:749px){.luneya-surface .luneya-password{min-height:760px;padding:60px 24px;align-items:flex-end}.luneya-surface .luneya-password-media{inset:0}.luneya-surface .luneya-password-media img{transform:scale(1.22)}.luneya-surface .luneya-password::after{background:linear-gradient(0deg,#153d34 10%,#153d34d9 45%,#153d3415 90%)}.luneya-surface .luneya-password-copy{width:100%}.luneya-surface .luneya-password h1{font-size:42px}.luneya-surface .luneya-password-form>div{flex-wrap:wrap}.luneya-surface .luneya-password-form input{width:100%}.luneya-surface .luneya-password-form .button{width:100%}}
