:root{--cream: #F7F3ED;--deep-cocoa: #2C1810;--terracotta: #C4724E;--sage: #7A8B6F;--gold: #C9A84C;--warm-white: #FDFBF7;--muted-sand: #E8E0D4;--soft-brown: #8B6F5C;--dark-sage: #4A5A3F}.keel-landing *{margin:0;padding:0;box-sizing:border-box}.keel-landing{font-family:DM Sans,sans-serif;background:var(--cream);color:var(--deep-cocoa);-webkit-font-smoothing:antialiased}.keel-landing img{display:block;max-width:100%}.keel-landing .top-bar{background:var(--deep-cocoa);color:var(--cream);text-align:center;padding:10px 20px;font-size:13px;letter-spacing:.06em;font-weight:500}.keel-landing .top-bar a{color:var(--gold);text-decoration:underline;text-underline-offset:2px}.keel-landing .site-header{display:flex;justify-content:space-between;align-items:center;padding:16px 40px;background:var(--cream);border-bottom:1px solid var(--muted-sand);position:sticky;top:0;z-index:100}.keel-landing .logo{font-family:Playfair Display,serif;font-size:28px;font-weight:700;color:var(--deep-cocoa);letter-spacing:-.02em}.keel-landing .logo-mark{display:inline-block;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:10px solid var(--deep-cocoa);margin-right:6px;vertical-align:middle;position:relative;top:-2px}.keel-landing .header-nav{display:flex;gap:24px;align-items:center}.keel-landing .header-nav a{color:var(--deep-cocoa);text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}.keel-landing .header-nav a:hover{color:var(--terracotta)}.keel-landing .header-cta{background:var(--deep-cocoa)!important;color:var(--cream)!important;padding:8px 18px;border-radius:6px;font-weight:600!important}.keel-landing .hero{text-align:center;padding:56px 24px 40px;max-width:780px;margin:0 auto}.keel-landing .hero-badge{display:inline-flex;align-items:center;gap:6px;background:var(--deep-cocoa);color:var(--cream);padding:8px 18px;border-radius:100px;font-size:13px;font-weight:600;letter-spacing:.04em;margin-bottom:28px}.keel-landing .hero-badge .stars{color:var(--gold)}.keel-landing .hero h1{font-family:Playfair Display,serif;font-size:clamp(30px,5vw,50px);line-height:1.12;font-weight:700;color:var(--deep-cocoa);margin-bottom:20px}.keel-landing .hero p{font-size:17px;line-height:1.65;color:var(--soft-brown);max-width:560px;margin:0 auto}.keel-landing .hero-image{max-width:900px;margin:0 auto 20px;padding:0 24px}.keel-landing .hero-image img{width:100%;height:420px;object-fit:cover;border-radius:16px}.keel-landing .reasons{max-width:860px;margin:0 auto;padding:40px 24px 60px}.keel-landing .reason{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin-bottom:56px}.keel-landing .reason:nth-child(2n) .reason-image{order:2}.keel-landing .reason:nth-child(2n) .reason-text{order:1}.keel-landing .reason-image{border-radius:12px;overflow:hidden}.keel-landing .reason-image img{width:100%;height:300px;object-fit:cover}.keel-landing .reason-number{font-family:Playfair Display,serif;font-size:14px;font-weight:600;color:var(--terracotta);margin-bottom:8px}.keel-landing .reason-text h3{font-family:Playfair Display,serif;font-size:23px;font-weight:700;line-height:1.25;margin-bottom:12px;color:var(--deep-cocoa)}.keel-landing .reason-text p{font-size:15px;line-height:1.7;color:var(--soft-brown)}.keel-landing .flavor-band{background:var(--deep-cocoa);padding:60px 24px;text-align:center}.keel-landing .flavor-band h2{font-family:Playfair Display,serif;font-size:32px;color:var(--cream);margin-bottom:8px}.keel-landing .flavor-band>p{color:var(--muted-sand);font-size:15px;margin-bottom:36px}.keel-landing .flavor-band img{max-width:800px;margin:0 auto}.keel-landing .ingredients-strip{background:var(--muted-sand);padding:48px 24px;text-align:center}.keel-landing .ingredients-strip h3{font-family:Playfair Display,serif;font-size:24px;margin-bottom:28px}.keel-landing .ingredients-grid{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;max-width:800px;margin:0 auto}.keel-landing .ingredient-item{display:flex;flex-direction:column;align-items:center;gap:6px}.keel-landing .ingredient-icon{width:52px;height:52px;background:var(--deep-cocoa);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--cream);font-size:16px;font-weight:700;font-family:DM Sans,sans-serif}.keel-landing .ingredient-name{font-size:13px;font-weight:600;color:var(--deep-cocoa)}.keel-landing .ingredient-dose{font-size:11px;color:var(--soft-brown)}.keel-landing .social-proof{background:var(--warm-white);padding:70px 24px;border-top:1px solid var(--muted-sand)}.keel-landing .social-proof-header{text-align:center;margin-bottom:50px}.keel-landing .social-proof-header h2{font-family:Playfair Display,serif;font-size:clamp(26px,4vw,36px);font-weight:700;margin-bottom:8px;color:var(--deep-cocoa)}.keel-landing .social-proof-header p{color:var(--soft-brown);font-size:15px}.keel-landing .reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:1000px;margin:0 auto}.keel-landing .review-card{background:#fff;border:1px solid var(--muted-sand);border-radius:12px;padding:28px}.keel-landing .review-stars{color:var(--gold);font-size:16px;margin-bottom:14px;letter-spacing:2px}.keel-landing .review-card blockquote{font-size:15px;line-height:1.65;color:var(--soft-brown);margin-bottom:18px;font-style:italic}.keel-landing .review-author{font-size:13px;font-weight:600;color:var(--deep-cocoa)}.keel-landing .review-location{font-size:12px;color:var(--soft-brown);margin-top:2px}.keel-landing .how-it-works{background:var(--cream);padding:70px 24px}.keel-landing .how-it-works h2{font-family:Playfair Display,serif;font-size:32px;font-weight:700;text-align:center;margin-bottom:10px}.keel-landing .how-it-works>p{text-align:center;color:var(--soft-brown);font-size:15px;max-width:480px;margin:0 auto 44px}.keel-landing .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:900px;margin:0 auto}.keel-landing .step{text-align:center;padding:0;background:#fff;border-radius:12px;border:1px solid var(--muted-sand);overflow:hidden}.keel-landing .step-img{width:100%;height:200px;object-fit:cover}.keel-landing .step-content{padding:20px}.keel-landing .step-number{width:32px;height:32px;background:var(--deep-cocoa);color:var(--cream);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;font-family:Playfair Display,serif;font-size:15px;font-weight:700}.keel-landing .step h4{font-family:Playfair Display,serif;font-size:18px;margin-bottom:6px}.keel-landing .step p{font-size:14px;color:var(--soft-brown);line-height:1.6}.keel-landing .product-cta{padding:80px 24px;max-width:960px;margin:0 auto}.keel-landing .product-cta-inner{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.keel-landing .product-visual{position:sticky;top:80px}.keel-landing .product-main-img{width:100%;border-radius:16px;margin-bottom:12px;background:#111}.keel-landing .product-thumbs{display:flex;gap:8px}.keel-landing .product-thumbs img{width:calc(33.33% - 6px);height:80px;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid transparent;transition:border-color .2s}.keel-landing .product-thumbs img:hover,.keel-landing .product-thumbs img.active{border-color:var(--terracotta)}.keel-landing .product-details h2{font-family:Playfair Display,serif;font-size:30px;font-weight:700;margin-bottom:4px}.keel-landing .product-subtitle{color:var(--soft-brown);font-size:15px;margin-bottom:24px}.keel-landing .product-benefits{list-style:none;margin-bottom:28px}.keel-landing .product-benefits li{padding:7px 0;font-size:15px;color:var(--deep-cocoa);display:flex;align-items:center;gap:10px}.keel-landing .benefit-check{width:22px;height:22px;background:var(--sage);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff;flex-shrink:0}.keel-landing .pricing-toggle{display:flex;margin-bottom:20px;border-radius:10px;overflow:hidden;border:2px solid var(--deep-cocoa)}.keel-landing .pricing-option{flex:1;padding:14px 12px;text-align:center;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;background:transparent;border:none;color:var(--deep-cocoa);font-family:DM Sans,sans-serif}.keel-landing .pricing-option.active{background:var(--deep-cocoa);color:var(--cream)}.keel-landing .pricing-option .price{display:block;font-size:22px;font-weight:700;margin-top:4px}.keel-landing .pricing-option .original-price{text-decoration:line-through;opacity:.5;font-size:14px;margin-right:4px}.keel-landing .pricing-option .tag{display:inline-block;background:var(--terracotta);color:#fff;font-size:10px;padding:2px 8px;border-radius:100px;margin-bottom:4px;font-weight:700;letter-spacing:.04em}.keel-landing .pricing-meta{font-size:11px;opacity:.7;margin-top:2px}.keel-landing .cta-button{display:block;width:100%;padding:18px;background:var(--terracotta);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;letter-spacing:.04em;transition:background .2s,transform .1s;margin-bottom:14px;font-family:DM Sans,sans-serif;text-decoration:none;text-align:center}.keel-landing .cta-button:hover{background:#b5633f;transform:translateY(-1px)}.keel-landing .cta-button:active{transform:translateY(0)}.keel-landing .cta-guarantees{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.keel-landing .cta-guarantee{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--soft-brown)}.keel-landing .site-footer{background:var(--deep-cocoa);color:var(--muted-sand);padding:50px 40px 30px}.keel-landing .footer-inner{display:flex;justify-content:space-between;max-width:900px;margin:0 auto;gap:40px;flex-wrap:wrap}.keel-landing .footer-brand .logo{color:var(--cream);margin-bottom:10px}.keel-landing .footer-brand p{font-size:13px;line-height:1.6;max-width:260px}.keel-landing .footer-col h5{color:var(--cream);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}.keel-landing .footer-col a{display:block;color:var(--muted-sand);text-decoration:none;font-size:13px;margin-bottom:8px;transition:color .2s}.keel-landing .footer-col a:hover{color:var(--cream)}.keel-landing .footer-bottom{text-align:center;margin-top:40px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);font-size:11px;line-height:1.5;max-width:700px;margin-left:auto;margin-right:auto}@media(max-width:768px){.keel-landing .site-header{padding:14px 20px}.keel-landing .header-nav{gap:14px}.keel-landing .header-nav a{font-size:13px}.keel-landing .hero{padding:36px 20px 28px}.keel-landing .hero-image img{height:260px}.keel-landing .reason{grid-template-columns:1fr;gap:20px;margin-bottom:44px}.keel-landing .reason:nth-child(2n) .reason-image{order:0}.keel-landing .reason:nth-child(2n) .reason-text{order:0}.keel-landing .reason-image img{height:240px}.keel-landing .product-cta-inner{grid-template-columns:1fr;gap:30px}.keel-landing .product-visual{position:static}.keel-landing .steps{grid-template-columns:1fr;gap:16px}.keel-landing .reviews-grid{grid-template-columns:1fr}.keel-landing .ingredients-grid{gap:24px}.keel-landing .footer-inner{flex-direction:column;gap:28px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/keel-landing.css.map */
