:root{--terracotta:#C1774F;--terracotta-dark:#A8623E;--terracotta-light:#F3E3D8;--cream:#FBF7F2;--ink:#2B2A27;--ink-soft:#6B6862;--line:#E8E0D6;--white:#ffffff;--green:#6E7F5C}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;color:var(--ink);background:var(--cream);line-height:1.5}h1,h2,h3{font-family:Fraunces,serif;font-weight:600;letter-spacing:-.01em}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.wrap{max-width:1180px;margin:0 auto;padding:0 24px}.placeholder-svg{width:100%;height:100%}.topbar{background:var(--terracotta-dark);color:#fff;font-size:13px}.topbar .wrap{display:flex;justify-content:space-between;align-items:center;height:38px}.topbar-left{display:flex;gap:20px}.topbar a:hover{opacity:.85}header.site{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}header.site .wrap{display:flex;align-items:center;justify-content:space-between;height:78px;gap:32px;position:relative}.logo{display:flex;align-items:center;gap:12px}.logo-mark{width:44px;height:44px;border-radius:50%;background:var(--terracotta-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-name{font-family:Fraunces,serif;font-size:21px;font-weight:700;color:var(--ink)}.logo-sub{font-size:11px;color:var(--ink-soft);letter-spacing:.04em;text-transform:uppercase}nav.main{display:flex;gap:30px;font-size:14.5px;font-weight:500}nav.main a{padding:6px 0;border-bottom:2px solid transparent;transition:border-color .15s}nav.main a:hover{border-color:var(--terracotta)}.header-icons{display:flex;gap:18px;align-items:center}.icon-btn{width:38px;height:38px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;border:none}.cart-count{position:absolute;top:-4px;right:-4px;background:var(--terracotta);color:#fff;font-size:10px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.menu-toggle{display:none}.hero{padding:56px 0 48px}.hero .wrap{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--terracotta-light);color:var(--terracotta-dark);font-size:13px;font-weight:600;padding:6px 14px;border-radius:20px;margin-bottom:18px}.hero h1{font-size:42px;line-height:1.12;margin-bottom:18px;color:var(--ink)}.hero p{font-size:16px;color:var(--ink-soft);margin-bottom:28px;max-width:480px}.btn-row{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;border-radius:9px;font-weight:600;font-size:15px;background:var(--terracotta);color:#fff;border:none}.btn.secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}.hero-photo{position:relative;border-radius:22px;overflow:hidden;aspect-ratio:4/3;background:linear-gradient(135deg,#e7d9c9,#cbbba3)}.hero-photo img{width:100%;height:100%;object-fit:cover}.trustbar{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trustbar .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:26px 24px}.trust-item{display:flex;align-items:center;gap:12px}.trust-item svg.ic{width:38px;height:38px;color:var(--terracotta);flex-shrink:0}.trust-item .t{font-size:14px;font-weight:600}.trust-item .d{font-size:12.5px;color:var(--ink-soft)}.section{padding:64px 0}.section-head{text-align:center;max-width:560px;margin:0 auto 40px}.section-head .kicker{font-size:12.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--terracotta);margin-bottom:8px}.section-head h2{font-size:30px;margin-bottom:10px}.section-head p{color:var(--ink-soft);font-size:15px}.kicker{font-size:12.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--terracotta);margin-bottom:8px}.cat-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:16px}.cat-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px 12px;text-align:center;transition:transform .15s,box-shadow .15s;display:block}.cat-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #2b2a2712}.cat-icon{width:56px;height:56px;margin:0 auto 12px;border-radius:50%;background:var(--terracotta-light);display:flex;align-items:center;justify-content:center}.cat-icon svg{width:30px;height:30px;stroke:var(--terracotta-dark)}.cat-card .name{font-size:13.5px;font-weight:600}.prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.prod-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;display:block}.prod-photo{aspect-ratio:1/1;background:linear-gradient(135deg,#eee2d4,#d9c8b3);display:flex;align-items:center;justify-content:center;position:relative}.prod-photo img{width:100%;height:100%;object-fit:cover}.prod-badge{position:absolute;top:10px;left:10px;background:var(--green);color:#fff;font-size:11px;font-weight:600;padding:4px 9px;border-radius:5px}.prod-body{padding:16px}.prod-cat{font-size:11.5px;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.prod-name{font-size:14.5px;font-weight:600;margin-bottom:8px;min-height:38px}.prod-foot{display:flex;justify-content:space-between;align-items:center}.prod-price{font-size:16px;font-weight:700;color:var(--terracotta-dark)}.prod-add{width:34px;height:34px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center}.about{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.about .wrap{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;padding:64px 24px}.about-photo{border-radius:18px;overflow:hidden;aspect-ratio:5/4;background:linear-gradient(135deg,#e7d9c9,#cbbba3)}.about-photo img{width:100%;height:100%;object-fit:cover}.about-text .kicker{font-size:12.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--terracotta);margin-bottom:10px}.about-text h2{font-size:28px;margin-bottom:14px}.about-text p{color:var(--ink-soft);font-size:15px;margin-bottom:14px}.about-stats{display:flex;gap:36px;margin-top:22px}.about-stats .num{font-family:Fraunces,serif;font-size:26px;font-weight:700;color:var(--terracotta-dark)}.about-stats .lbl{font-size:12.5px;color:var(--ink-soft)}.newsletter{background:var(--terracotta);color:#fff}.newsletter .wrap{display:flex;justify-content:space-between;align-items:center;padding:40px 24px;flex-wrap:wrap;gap:20px}.newsletter h3{font-size:21px;margin-bottom:6px}.newsletter p{font-size:13.5px;opacity:.9}.nl-form{display:flex;gap:10px}.nl-form input{padding:12px 16px;border-radius:8px;border:none;width:240px;font-size:14px}.nl-form button{padding:12px 20px;border-radius:8px;background:var(--ink);color:#fff;font-weight:600;font-size:14px;border:none}footer{background:#2b2a27;color:#d8d3cb;padding:56px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.1)}footer h4{font-size:13px;color:#fff;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px}footer ul{list-style:none;font-size:13.5px}footer li{margin-bottom:10px}footer li a:hover{color:#fff}.footer-brand .logo-name{color:#fff}.footer-brand p{font-size:13px;color:#a9a49c;margin:14px 0;max-width:280px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:22px;font-size:12.5px;color:#8a857c;flex-wrap:wrap;gap:12px}.footer-bottom .legal{display:flex;gap:18px}.champ-hero{padding:48px 0}.champ-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center}.champ-hero-photo{aspect-ratio:1/1}.champ-rich{color:var(--ink-soft);font-size:15.5px}.champ-rich p{margin-bottom:14px}.champ-rich.muted{font-size:16px}.champ-checklist{list-style:none;margin-top:26px;display:flex;flex-direction:column;gap:10px}.champ-checklist li{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500}.champ-checklist svg{width:20px;height:20px;color:var(--terracotta);flex-shrink:0}.reasons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.reason-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px}.reason-icon{width:42px;height:42px;border-radius:10px;background:var(--terracotta-light);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.reason-icon svg{width:22px;height:22px;color:var(--terracotta-dark)}.reason-title{font-weight:700;font-size:15.5px;margin-bottom:8px}.reason-text{font-size:13.5px;color:var(--ink-soft)}.line-group{margin-bottom:28px}.line-group-title{display:inline-block;background:var(--terracotta-light);color:var(--terracotta-dark);font-size:12.5px;font-weight:700;padding:6px 14px;border-radius:20px;margin-bottom:12px}.line-row{display:grid;grid-template-columns:220px 1fr;gap:20px;padding:14px 18px;background:#fff;border:1px solid var(--line);border-radius:10px;margin-bottom:8px}.line-name{font-weight:600;font-size:14.5px}.line-desc{font-size:13.5px;color:var(--ink-soft)}.steps-section{background:var(--terracotta);padding:56px 0}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step-card{background:#ffffff1f;border-radius:16px;padding:24px;color:#fff}.step-num{width:32px;height:32px;border-radius:50%;background:#fff;color:var(--terracotta-dark);font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:14px}.step-title{font-weight:700;font-size:15px;margin-bottom:8px}.step-text{font-size:13.5px;opacity:.92}.contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:760px;margin:0 auto}.contact-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;text-align:center}.contact-card svg.ic{width:30px;height:30px;color:var(--terracotta);margin:0 auto 12px}.contact-value{font-weight:700;font-size:17px;margin-bottom:4px}.contact-label{font-size:13px;color:var(--ink-soft)}.hint-box{max-width:760px;margin:24px auto 0;background:var(--terracotta-light);color:var(--terracotta-dark);font-size:13.5px;padding:16px 20px;border-radius:10px;text-align:center}.faq-list{display:flex;flex-direction:column;gap:10px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:10px;padding:16px 20px}.faq-item summary{cursor:pointer;font-weight:600;font-size:14.5px;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-item summary::-webkit-details-marker{display:none}.faq-plus{width:18px;height:18px;position:relative;flex-shrink:0}.faq-plus:before,.faq-plus:after{content:"";position:absolute;background:var(--terracotta);top:50%;left:50%;transform:translate(-50%,-50%)}.faq-plus:before{width:12px;height:2px}.faq-plus:after{width:2px;height:12px;transition:transform .15s}.faq-item[open] .faq-plus:after{transform:translate(-50%,-50%) rotate(90deg) scale(0)}.faq-answer{font-size:13.5px;color:var(--ink-soft);margin-top:12px}@media(max-width:900px){.hero .wrap{grid-template-columns:1fr}.cat-grid{grid-template-columns:repeat(4,1fr)}.prod-grid{grid-template-columns:repeat(2,1fr)}.about .wrap{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.trustbar .wrap{grid-template-columns:repeat(2,1fr)}.menu-toggle{display:flex}nav.main{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;flex-direction:column;padding:16px 24px;border-bottom:1px solid var(--line);gap:14px;z-index:20}nav.main.open{display:flex}.champ-hero-grid{grid-template-columns:1fr}.reasons-grid{grid-template-columns:1fr 1fr}.steps-grid,.contact-cards,.line-row{grid-template-columns:1fr}}.hero-placeholder{background:var(--terracotta-light);border-radius:16px;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap;padding:40px}.hero-placeholder svg{width:56px;height:56px;opacity:.55}@media(max-width:600px){.topbar .wrap{flex-direction:column;height:auto;padding:8px 16px;gap:2px;text-align:center}.topbar-left{gap:14px;flex-wrap:wrap;justify-content:center}.topbar a,.topbar-social{font-size:11.5px}.hero-placeholder{padding:24px;gap:16px}.hero-placeholder svg{width:40px;height:40px}}@media(max-width:480px){header.site .wrap{gap:10px;height:64px}.logo{gap:8px;min-width:0}.logo-mark{width:34px;height:34px;flex-shrink:0}.logo-name{font-size:16px;white-space:nowrap}.logo-sub{display:none}.header-icons{gap:10px;flex-shrink:0}.icon-btn{width:34px;height:34px}nav.main{top:64px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
