.aline-home *{margin:0;padding:0;box-sizing:border-box}.aline-home{--ink:#20242b;--muted:#6b7280;--cream:#faf7f2;--sage:#a9c2b8;--sage-dark:#6f8f83;--peach:#f3d9c9;--white:#ffffff;--line:#e9e4dc;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--cream);line-height:1.5}.aline-home a{color:inherit;text-decoration:none}.aline-home img{display:block;max-width:100%}.aline-home .ah-header{position:sticky;top:0;z-index:50;background:#faf7f2eb;border-bottom:1px solid var(--line)}.aline-home .ah-nav{max-width:1180px;margin:0 auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between}.aline-home .ah-logo{font-family:Georgia,Times New Roman,serif;font-size:26px;letter-spacing:1px;font-weight:700}.aline-home .ah-nav-links{display:flex;gap:32px;font-size:14px;letter-spacing:.03em;text-transform:uppercase;font-weight:600}.aline-home .ah-nav-links a{opacity:.8;transition:opacity .2s}.aline-home .ah-nav-links a:hover{opacity:1}.aline-home .ah-nav-cta{background:var(--ink);color:var(--white);padding:10px 22px;border-radius:30px;font-size:13px;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.aline-home .ah-menu-toggle-checkbox{display:none}.aline-home .ah-menu-toggle-label{display:none;font-size:24px;line-height:1;cursor:pointer;padding:4px}.aline-home .ah-mobile-menu{display:none;flex-direction:column;background:var(--white);border-top:1px solid var(--line)}.aline-home .ah-mobile-menu a{padding:16px 24px;font-size:15px;font-weight:600;border-bottom:1px solid var(--line);text-transform:uppercase;letter-spacing:.03em}.aline-home #ah-menu-toggle:checked~.ah-mobile-menu{display:flex}.aline-home .ah-hero{max-width:1180px;margin:0 auto;padding:70px 24px 40px;display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.aline-home .ah-hero h1{font-family:Georgia,Times New Roman,serif;font-size:56px;line-height:1.08;margin-bottom:22px;font-weight:400}.aline-home .ah-hero h1 p{font-size:inherit;font-family:inherit;line-height:inherit;font-weight:inherit;margin:0;color:inherit}.aline-home .ah-hero h1 em{font-style:italic;color:var(--sage-dark);font-size:inherit;font-family:inherit}.aline-home .ah-hero p{font-size:18px;color:var(--muted);max-width:460px;margin-bottom:32px}.aline-home .ah-hero-ctas{display:flex;gap:16px;flex-wrap:wrap}.aline-home .ah-btn{display:inline-block;padding:15px 32px;border-radius:32px;font-weight:600;font-size:14px;letter-spacing:.03em;text-transform:uppercase;transition:transform .15s ease,box-shadow .15s ease}.aline-home .ah-btn-primary{background:var(--ink);color:var(--white)}.aline-home .ah-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00000026}.aline-home .ah-btn-outline{border:1.5px solid var(--ink);color:var(--ink)}.aline-home .ah-btn-outline:hover{background:var(--ink);color:var(--white)}.aline-home .ah-hero-stats{display:flex;gap:34px;margin-top:40px}.aline-home .ah-stat b{display:block;font-size:26px;font-family:Georgia,serif}.aline-home .ah-stat span{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.aline-home .ah-hero-visual{position:relative;background:linear-gradient(160deg,var(--sage) 0%,var(--peach) 100%);border-radius:28px;aspect-ratio:1/1;overflow:hidden;display:block}.aline-home .ah-hero-visual .ah-hero-img{position:absolute;top:44px;right:44px;bottom:44px;left:44px;width:calc(100% - 88px);height:calc(100% - 88px);object-fit:cover;border-radius:18px;filter:drop-shadow(0 25px 35px rgba(0,0,0,.18));z-index:1}.aline-home .ah-badge{position:absolute;top:24px;right:24px;z-index:2;background:var(--white);color:var(--ink);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:8px 16px;border-radius:20px;box-shadow:0 6px 16px #0000001a}@media(max-width:480px){.aline-home .ah-hero-visual .ah-hero-img{top:28px;right:28px;bottom:28px;left:28px;width:calc(100% - 56px);height:calc(100% - 56px)}}.aline-home .ah-trustbar{background:var(--ink);color:var(--white);padding:14px 0}.aline-home .ah-trustbar-inner{max-width:1180px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:13px;letter-spacing:.03em;text-transform:uppercase;opacity:.9}.aline-home .ah-section{max-width:1180px;margin:0 auto;padding:90px 24px}.aline-home .ah-section-head{text-align:center;max-width:640px;margin:0 auto 60px}.aline-home .ah-eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sage-dark);margin-bottom:14px}.aline-home .ah-section-head h2{font-family:Georgia,Times New Roman,serif;font-size:38px;font-weight:400;margin-bottom:14px}.aline-home .ah-section-head p{color:var(--muted);font-size:16px}.aline-home .ah-products{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.aline-home .ah-product-card{background:var(--white);border-radius:22px;overflow:hidden;border:1px solid var(--line);display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.aline-home .ah-product-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000014}.aline-home .ah-product-media{aspect-ratio:1/1;background:var(--cream);display:flex;align-items:center;justify-content:center;position:relative;padding:26px}.aline-home .ah-product-media img{max-height:100%;max-width:100%;object-fit:contain}.aline-home .ah-tag{position:absolute;top:16px;left:16px;background:var(--ink);color:var(--white);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:6px 12px;border-radius:16px}.aline-home .ah-product-body{padding:26px 26px 30px;display:flex;flex-direction:column;flex:1}.aline-home .ah-product-body h3{font-size:20px;margin-bottom:8px;font-weight:700}.aline-home .ah-product-body p.ah-desc{color:var(--muted);font-size:14.5px;margin-bottom:18px;flex:1}.aline-home .ah-stars{color:#e0a94b;font-size:13px;margin-bottom:10px;letter-spacing:2px}.aline-home .ah-price-row{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.aline-home .ah-price{font-size:22px;font-weight:700}.aline-home .ah-product-cta{background:var(--sage-dark);color:var(--white);padding:11px 20px;border-radius:24px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;transition:background .2s}.aline-home .ah-product-cta:hover{background:var(--ink)}.aline-home .ah-features-band{background:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.aline-home .ah-features{max-width:1180px;margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.aline-home .ah-feature{text-align:center}.aline-home .ah-feature-icon{width:58px;height:58px;border-radius:50%;background:var(--peach);margin:0 auto 16px;display:flex;align-items:center;justify-content:center;font-size:24px}.aline-home .ah-feature h4{font-size:16px;margin-bottom:8px;font-weight:700}.aline-home .ah-feature p{font-size:13.5px;color:var(--muted)}.aline-home .ah-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.aline-home .ah-testi{background:var(--white);border:1px solid var(--line);border-radius:20px;padding:30px}.aline-home .ah-testi .ah-stars{margin-bottom:14px}.aline-home .ah-testi p{font-size:14.5px;color:var(--ink);margin-bottom:18px}.aline-home .ah-testi-name{font-size:13px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.03em}.aline-home .ah-cta-band{background:linear-gradient(120deg,var(--sage-dark),var(--sage));color:var(--white);border-radius:28px;max-width:1180px;margin:0 auto 90px;padding:70px 40px;text-align:center}.aline-home .ah-cta-band h2{font-family:Georgia,Times New Roman,serif;font-size:36px;font-weight:400;margin-bottom:16px}.aline-home .ah-cta-band p{opacity:.92;margin-bottom:30px;font-size:16px}.aline-home .ah-cta-band .ah-btn-primary{background:var(--white);color:var(--ink)}.aline-home .ah-footer{background:var(--ink);color:#ffffffb3;padding:60px 24px 30px}.aline-home .ah-footer-inner{max-width:1180px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px}.aline-home .ah-footer-inner .ah-logo{color:var(--white);margin-bottom:10px}.aline-home .ah-footer-col h5{color:var(--white);font-size:13px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.aline-home .ah-footer-col a{display:block;font-size:14px;margin-bottom:10px;opacity:.8}.aline-home .ah-footer-bottom{max-width:1180px;margin:40px auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);font-size:12.5px;opacity:.6;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}@media(max-width:900px){.aline-home .ah-hero{grid-template-columns:1fr;padding-top:40px}.aline-home .ah-hero h1{font-size:38px}.aline-home .ah-products{grid-template-columns:1fr}.aline-home .ah-features{grid-template-columns:repeat(2,1fr)}.aline-home .ah-testimonials{grid-template-columns:1fr}.aline-home .ah-nav-links{display:none}.aline-home .ah-menu-toggle-label{display:block}}@media(max-width:480px){.aline-home .ah-hero h1{font-size:30px}.aline-home .ah-hero p{font-size:16px}.aline-home .ah-hero-stats{gap:22px}.aline-home .ah-section-head h2{font-size:28px}.aline-home .ah-features{grid-template-columns:1fr}.aline-home .ah-nav{padding:14px 16px}.aline-home .ah-section{padding:60px 16px}.aline-home .ah-cta-band{padding:50px 24px;margin-left:16px;margin-right:16px}.aline-home .ah-footer-inner{gap:28px}}
/*# sourceMappingURL=/cdn/shop/t/109/assets/aline-home-styles.css.map */
