*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green: #2F5D3A;--green-d: #244A2D;--green-l: #3D7A4D;--green-p: #E8F0EA;--gold: #F6B333;--gold-d: #E0A020;--gold-p: #FDF3DD;--brown: #6A4E3A;--cream: #F8F5EE;--cream-d: #EDE9DF;--black: #1A1A18;--text: #333333;--muted: #6E6A60;--border: #D8D4C8;--white: #FFFFFF;--serif: "Montserrat",system-ui,sans-serif;--sans: "Source Sans 3","Source Sans Pro",system-ui,sans-serif;--maxw: 1280px;--pad: clamp(16px,4vw,48px);--sgap: clamp(56px,8vw,100px);--r: 4px;--tr: .2s ease}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--sans);color:var(--text);background:var(--cream);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--serif);font-weight:700;line-height:1.2}h1{font-size:clamp(2.2rem,5vw,4rem)}h2{font-size:clamp(1.75rem,3.5vw,2.75rem)}h3{font-size:clamp(1.2rem,2.5vw,1.65rem)}h4{font-size:1.05rem;font-weight:600;font-family:var(--sans);letter-spacing:.02em}p{line-height:1.75}.container{max-width:var(--maxw);margin:0 auto;padding:0 var(--pad)}.section{padding:var(--sgap) 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 28px;border-radius:var(--r);font-family:var(--sans);font-size:.875rem;font-weight:600;letter-spacing:.05em;cursor:pointer;transition:all var(--tr);border:2px solid transparent;text-transform:uppercase;white-space:nowrap;line-height:1}.btn--primary{background:var(--green);color:var(--white);border-color:var(--green)}.btn--primary:hover{background:var(--green-d);border-color:var(--green-d)}.btn--outline{background:transparent;color:var(--green);border-color:var(--green)}.btn--outline:hover{background:var(--green);color:var(--white)}.btn--white{background:var(--white);color:var(--green);border-color:var(--white)}.btn--white:hover{background:var(--cream)}.btn--gold{background:var(--gold);color:var(--green-d);border-color:var(--gold)}.btn--gold:hover{background:var(--gold-d);border-color:var(--gold-d)}.btn--ghost-white{background:transparent;color:var(--white);border-color:#ffffff8c}.btn--ghost-white:hover{background:#ffffff1f;border-color:var(--white)}.btn--dark{background:var(--text);color:var(--white);border-color:var(--text)}.btn--dark:hover{background:var(--black)}.btn--full{width:100%}.btn--sm{padding:9px 18px;font-size:.8rem}.btn:disabled{opacity:.5;cursor:not-allowed}.field{margin-bottom:20px}.field label{display:block;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:6px}.field input,.field textarea,.field select{width:100%;padding:12px 16px;border:1.5px solid var(--border);border-radius:var(--r);font-family:var(--sans);font-size:1rem;color:var(--text);background:var(--white);transition:border-color var(--tr);-webkit-appearance:none;appearance:none}.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px var(--green-p)}.field textarea{resize:vertical;min-height:130px}.field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B6B5F' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.auth-errors{background:#feecec;border:1px solid #FFCDD2;border-radius:var(--r);padding:12px 16px;margin-bottom:20px;font-size:.875rem;color:#c62828}.ann-bar{background:var(--green-d);color:var(--white);text-align:center;padding:9px var(--pad);font-size:.82rem;letter-spacing:.04em}.ann-bar a{color:var(--white);text-decoration:underline}.ann-bar a:hover{opacity:.8}.site-header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;height:70px}.header-logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.header-logo__img{max-height:46px;width:auto}.header-logo__text{font-family:var(--serif);font-size:1.35rem;font-weight:700;color:var(--green);white-space:nowrap;line-height:1.1}.header-logo__tag{font-size:.6rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);display:block}.header-nav{display:flex;align-items:center;gap:2px}.header-nav a{padding:7px 14px;font-size:.875rem;font-weight:500;color:var(--text);border-radius:var(--r);transition:all var(--tr)}.header-nav a:hover,.header-nav a.active{color:var(--green);background:var(--green-p)}.header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.header-login{display:flex;align-items:center;gap:7px;padding:8px 18px;background:var(--green);color:var(--white);border-radius:var(--r);font-size:.82rem;font-weight:600;letter-spacing:.03em;transition:background var(--tr)}.header-login:hover{background:var(--green-d)}.header-login svg{width:15px;height:15px;fill:currentColor;flex-shrink:0}.header-cart{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--text);transition:color var(--tr)}.header-cart:hover{color:var(--green)}.header-cart__count{position:absolute;top:1px;right:1px;background:var(--green);color:var(--white);width:18px;height:18px;border-radius:50%;font-size:.62rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.hamburger{display:none;flex-direction:column;gap:5px;padding:8px;border:none;background:none;cursor:pointer}.hamburger span{display:block;width:23px;height:2px;background:var(--text);border-radius:1px;transition:all var(--tr)}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:none}.mobile-nav.is-open{display:block}.mobile-nav__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.mobile-nav__panel{position:absolute;top:0;right:0;width:min(340px,90vw);height:100%;background:var(--white);padding:24px 20px;overflow-y:auto;display:flex;flex-direction:column}.mobile-nav__close{align-self:flex-end;padding:8px;background:none;border:none;cursor:pointer;font-size:1.5rem;color:var(--muted);margin-bottom:20px;line-height:1}.mobile-nav a{display:block;padding:14px 0;font-size:1.05rem;font-weight:500;border-bottom:1px solid var(--border);color:var(--text)}.mobile-nav a:hover{color:var(--green)}.mobile-nav__cta{margin-top:24px;display:flex;flex-direction:column;gap:10px}.hero{position:relative;overflow:hidden;min-height:580px;display:flex;align-items:center;background:var(--green-d)}.hero--large{min-height:700px}.hero--screen{min-height:100svh}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero__bg img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0e1e08d1,#0e1e0885)}.hero__content{position:relative;z-index:1;color:var(--white);padding:80px var(--pad);max-width:var(--maxw);margin:0 auto;width:100%}.hero__eye{display:inline-flex;align-items:center;gap:8px;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:18px}.hero__eye:before{content:"";display:block;width:28px;height:2px;background:var(--gold)}.hero__title{color:var(--white);margin-bottom:18px;max-width:680px;text-shadow:0 2px 20px rgba(0,0,0,.3)}.hero__sub{font-size:clamp(1rem,2vw,1.2rem);color:#fffc;margin-bottom:38px;max-width:500px;font-weight:300;line-height:1.75}.hero__btns{display:flex;flex-wrap:wrap;gap:14px}.hero__chip{position:absolute;bottom:36px;right:clamp(16px,4vw,48px);background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);padding:14px 22px;border-radius:8px;color:var(--white);text-align:center;min-width:130px}.hero__chip strong{display:block;font-size:1.4rem;font-family:var(--serif);color:var(--gold)}.hero__chip span{font-size:.7rem;opacity:.65;text-transform:uppercase;letter-spacing:.07em}.trust-strip{background:var(--white);border-bottom:1px solid var(--border)}.trust-strip__grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{display:flex;align-items:center;gap:13px;padding:24px 20px;border-right:1px solid var(--border)}.trust-item:last-child{border-right:none}.trust-item__icon{font-size:1.6rem;flex-shrink:0;line-height:1}.trust-item__title{font-size:.88rem;font-weight:600;color:var(--text);line-height:1.25}.trust-item__text{font-size:.78rem;color:var(--muted);line-height:1.45;margin-top:2px}.sec-head{text-align:center;margin-bottom:clamp(32px,5vw,56px)}.sec-head__eye{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--green);margin-bottom:10px}.sec-head__title{position:relative;padding-bottom:18px;margin-bottom:16px}.sec-head__title:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:48px;height:3px;background:var(--gold);border-radius:2px}.sec-head__sub{font-size:1rem;color:var(--muted);max-width:460px;margin:0 auto}.products-section{background:var(--cream)}.prod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.prod-card{background:var(--white);border-radius:8px;overflow:hidden;border:1px solid var(--border);display:flex;flex-direction:column;transition:box-shadow var(--tr),transform var(--tr)}.prod-card:hover{box-shadow:0 8px 28px #00000017;transform:translateY(-3px)}.prod-card__img{aspect-ratio:4/3;overflow:hidden;background:var(--cream-d);position:relative;display:block;text-decoration:none}.prod-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.prod-card:hover .prod-card__img img{transform:scale(1.04)}.prod-card__ph{width:100%;height:100%;min-height:180px;display:flex;align-items:center;justify-content:center;font-size:3rem;opacity:.25}.prod-card__body{padding:18px;flex:1;display:flex;flex-direction:column;gap:8px}.prod-card__tag{font-size:.68rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--green)}.prod-card__title{font-family:var(--serif);font-size:1.1rem;font-weight:500;line-height:1.3;color:var(--text)}.prod-card__title a{color:inherit}.prod-card__title a:hover{color:var(--green)}.prod-card__desc{font-size:.82rem;color:var(--muted);line-height:1.6;flex:1}.prod-card__foot{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid var(--border);margin-top:auto;gap:10px}.prod-card__price{font-weight:600;font-size:.95rem;color:var(--text)}.prod-card__locked{font-size:.78rem;color:var(--muted)}.prod-card__locked a{color:var(--green);font-weight:600}.prod-card__view{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--green);white-space:nowrap;flex-shrink:0}.prod-card__view:hover{text-decoration:underline}.how-section{background:var(--white)}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.how-step{position:relative;text-align:center;padding:0 16px}.how-step__num{width:54px;height:54px;border-radius:50%;background:var(--gold);color:var(--green-d);font-family:var(--serif);font-size:1.4rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;box-shadow:0 4px 14px #f6b33359}.how-step__line{position:absolute;top:27px;left:calc(50% + 38px);width:calc(100% - 76px);border-top:2px dashed var(--border)}.how-step:last-child .how-step__line{display:none}.how-step__title{font-size:1rem;font-weight:600;margin-bottom:8px;font-family:var(--sans)}.how-step__text{font-size:.85rem;color:var(--muted);line-height:1.65}.about-prev{background:var(--cream)}.about-prev__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,6vw,80px);align-items:center}.about-prev__inner.rev{direction:rtl}.about-prev__inner.rev>*{direction:ltr}.about-prev__img{border-radius:8px;overflow:hidden;aspect-ratio:4/3}.about-prev__img img{width:100%;height:100%;object-fit:cover}.about-prev__ph{width:100%;height:280px;background:var(--cream-d);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:4rem;opacity:.3}.about-prev__body{display:flex;flex-direction:column;gap:18px}.about-prev__eye{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green)}.about-prev__text{color:var(--muted);line-height:1.85;font-size:.95rem}.cta-banner{text-align:center;background:var(--green-d);color:var(--white)}.cta-banner--dark{background:var(--text)}.cta-banner__eye{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}.cta-banner h2{color:var(--white);margin-bottom:14px}.cta-banner__sub{color:#ffffffb8;max-width:420px;margin:0 auto 34px;font-size:1rem}.cta-banner__btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.coll-header{background:var(--green-d);color:var(--white);padding:clamp(48px,8vw,80px) 0;text-align:center}.coll-header h1{color:var(--white)}.coll-header p{color:#ffffffb8;max-width:540px;margin:14px auto 0}.coll-toolbar{display:flex;align-items:center;justify-content:space-between;padding:18px 0;border-bottom:1px solid var(--border);margin-bottom:28px;font-size:.85rem;color:var(--muted)}.coll-sort select{border:1.5px solid var(--border);border-radius:var(--r);padding:6px 12px;font-size:.85rem;background:var(--white);font-family:var(--sans);cursor:pointer}.prod-page{padding:clamp(32px,5vw,72px) 0}.prod-breadcrumb{font-size:.8rem;color:var(--muted);margin-bottom:28px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.prod-breadcrumb a:hover{color:var(--green)}.prod-layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,72px);align-items:start}.prod-gallery{position:sticky;top:82px}.prod-gallery__main{border-radius:8px;overflow:hidden;aspect-ratio:1;background:var(--cream-d);margin-bottom:10px}.prod-gallery__main img{width:100%;height:100%;object-fit:cover}.prod-gallery__thumbs{display:flex;gap:8px;flex-wrap:wrap}.prod-gallery__thumb{width:76px;height:76px;border-radius:var(--r);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color var(--tr)}.prod-gallery__thumb.active,.prod-gallery__thumb:hover{border-color:var(--green)}.prod-gallery__thumb img{width:100%;height:100%;object-fit:cover}.prod-gallery__ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:5rem;opacity:.2;min-height:300px}.prod-info{display:flex;flex-direction:column;gap:22px}.prod-info__vendor{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green)}.prod-info__title{font-size:clamp(1.4rem,3vw,2.1rem)}.prod-price-box{padding:20px;background:var(--cream);border-radius:8px}.prod-price{font-size:1.75rem;font-weight:700;color:var(--text)}.prod-price__compare{text-decoration:line-through;color:var(--muted);font-size:1.1rem;font-weight:400;margin-left:10px}.prod-price__note{font-size:.78rem;color:var(--muted);margin-top:6px;line-height:1.5}.prod-gate{text-align:center;padding:28px;background:var(--cream);border-radius:8px;border:1.5px dashed var(--border)}.prod-gate p{color:var(--muted);margin-bottom:18px;font-size:.9rem;line-height:1.7}.prod-gate__alt{margin-top:12px;font-size:.78rem;color:var(--muted)}.prod-gate__alt a{color:var(--green);font-weight:600}.prod-qty{display:inline-flex;align-items:center;border:1.5px solid var(--border);border-radius:var(--r)}.prod-qty button{width:42px;height:46px;background:none;border:none;cursor:pointer;font-size:1.2rem;color:var(--text);transition:background var(--tr);line-height:1}.prod-qty button:hover{background:var(--cream)}.prod-qty input{width:58px;height:46px;border:none;border-left:1.5px solid var(--border);border-right:1.5px solid var(--border);text-align:center;font-size:1rem;font-family:var(--sans);-moz-appearance:textfield}.prod-qty input::-webkit-outer-spin-button,.prod-qty input::-webkit-inner-spin-button{-webkit-appearance:none}.prod-desc{color:var(--muted);line-height:1.85;display:block;position:relative;z-index:1;clear:both}.prod-desc p{margin-bottom:12px;line-height:1.85;color:var(--muted)}.prod-desc h2,.prod-desc h3{font-family:var(--sans);font-size:.95rem;font-weight:700;color:var(--text);margin:14px 0 6px}.prod-meta{font-size:.82rem;color:var(--muted);display:flex;flex-direction:column;gap:5px;padding-top:16px;border-top:1px solid var(--border)}.prod-meta strong{color:var(--text)}.prod-variants label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);display:block;margin-bottom:7px}.variant-select{width:100%;padding:11px 36px 11px 14px;border:1.5px solid var(--border);border-radius:var(--r);font-size:1rem;background:var(--white);font-family:var(--sans);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B6B5F' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.variant-select:focus{outline:none;border-color:var(--green)}.cart-page{padding:clamp(32px,5vw,72px) 0}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:48px;align-items:start}.cart-title{margin-bottom:28px}.cart-item{display:grid;grid-template-columns:88px 1fr auto;gap:18px;align-items:start;padding:18px 0;border-bottom:1px solid var(--border)}.cart-item__img{border-radius:var(--r);overflow:hidden;aspect-ratio:1;background:var(--cream-d)}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-weight:600;font-size:.95rem;margin-bottom:4px}.cart-item__variant{font-size:.8rem;color:var(--muted)}.cart-item__rm{font-size:.75rem;color:var(--muted);background:none;border:none;cursor:pointer;text-decoration:underline;margin-top:8px;padding:0;font-family:var(--sans)}.cart-item__rm:hover{color:var(--text)}.cart-item__price{font-weight:700;font-size:.95rem;white-space:nowrap;padding-top:2px}.cart-summary{background:var(--white);border:1px solid var(--border);border-radius:8px;padding:26px;position:sticky;top:82px}.cart-summary h3{font-size:1.05rem;margin-bottom:18px;font-family:var(--sans);font-weight:700}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;padding:9px 0;font-size:.88rem}.cart-summary__note{color:var(--muted);font-size:.78rem}.cart-summary__total{border-top:1.5px solid var(--border);margin-top:6px;padding-top:16px;font-weight:700;font-size:1rem;display:flex;justify-content:space-between}.cart-empty{text-align:center;padding:80px 0}.cart-empty__icon{font-size:4rem;margin-bottom:18px;line-height:1}.cart-empty p{color:var(--muted);margin:10px 0 24px}.auth-page{min-height:80svh;display:grid;grid-template-columns:1fr 1fr}.auth-brand{background:var(--green-d);color:var(--white);padding:clamp(40px,8vw,80px);display:flex;flex-direction:column;justify-content:center}.auth-brand__logo{font-family:var(--serif);font-size:1.7rem;font-weight:700;color:var(--white);margin-bottom:44px;display:block}.auth-brand h2{color:var(--white);font-size:clamp(1.4rem,3vw,2.3rem);margin-bottom:18px;line-height:1.2}.auth-brand__sub{color:#ffffffb8;line-height:1.8;margin-bottom:36px;font-size:.95rem}.auth-brand__feats{display:flex;flex-direction:column;gap:14px}.auth-brand__feat{display:flex;align-items:flex-start;gap:12px}.auth-brand__feat-icon{width:30px;height:30px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-size:.85rem;flex-shrink:0;margin-top:1px;line-height:1}.auth-brand__feat strong{display:block;color:var(--white);font-size:.875rem;margin-bottom:1px}.auth-brand__feat span{color:#fff9;font-size:.78rem}.auth-form-wrap{padding:clamp(40px,8vw,80px);display:flex;flex-direction:column;justify-content:center;background:var(--white)}.auth-form-wrap h1{font-size:1.8rem;margin-bottom:6px}.auth-form-wrap .sub{color:var(--muted);margin-bottom:32px;font-size:.9rem}.auth-forgot{text-align:right;font-size:.8rem;margin-top:-14px;margin-bottom:18px}.auth-forgot a{color:var(--green);text-decoration:underline}.auth-alt{margin-top:22px;text-align:center;font-size:.85rem;color:var(--muted)}.auth-alt a{color:var(--green);font-weight:600;text-decoration:underline}.account-hdr{background:var(--green-d);color:var(--white);padding:clamp(28px,5vw,52px) 0}.account-hdr__row{display:flex;align-items:center;justify-content:space-between;gap:20px}.account-hdr h1{color:var(--white);font-size:clamp(1.4rem,3vw,2rem);margin-bottom:4px}.account-hdr p{color:#ffffffad;font-size:.875rem}.account-body{padding:clamp(32px,5vw,64px) 0}.account-grid{display:grid;grid-template-columns:240px 1fr;gap:36px;align-items:start}.account-sidebar{background:var(--white);border:1px solid var(--border);border-radius:8px;padding:22px}.account-sidebar__name{font-family:var(--serif);font-size:1.15rem;margin-bottom:3px}.account-sidebar__email{font-size:.8rem;color:var(--muted);margin-bottom:18px}.account-sidebar a{display:block;padding:9px 0;font-size:.875rem;border-bottom:1px solid var(--border);color:var(--text);transition:color var(--tr)}.account-sidebar a:last-child{border-bottom:none;color:var(--muted)}.account-sidebar a:hover{color:var(--green)}.orders-table{width:100%;border-collapse:collapse;font-size:.875rem}.orders-table th{text-align:left;padding:11px 14px;font-size:.7rem;text-transform:uppercase;letter-spacing:.07em;font-weight:700;color:var(--muted);background:var(--cream);border-bottom:1px solid var(--border)}.orders-table td{padding:13px 14px;border-bottom:1px solid var(--border);vertical-align:middle}.orders-table tr:last-child td{border-bottom:none}.orders-table a{color:var(--green);font-weight:600}.status{display:inline-block;padding:3px 9px;border-radius:100px;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.status--ok{background:#e8f5e9;color:#2e7d32}.status--pend{background:#fff8e1;color:#f57f17}.status--cancel{background:#feecec;color:#c62828}.page-hero{background:var(--green-d);color:var(--white);padding:clamp(52px,8vw,96px) 0;text-align:center}.page-hero h1{color:var(--white);margin-bottom:14px}.page-hero p{color:#ffffffb8;max-width:540px;margin:0 auto;font-size:1.05rem}.rich-content{max-width:780px;margin:0 auto}.rich-content h2{margin:40px 0 16px}.rich-content h3{margin:28px 0 10px;font-size:1.15rem}.rich-content p{color:var(--muted);line-height:1.85;margin-bottom:18px}.rich-content ul,.rich-content ol{margin:0 0 18px 22px;color:var(--muted);line-height:1.9}.rich-content img{border-radius:8px;margin:20px 0;width:100%}.values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:28px}.val-card{background:var(--cream);border-radius:8px;padding:26px}.val-card__icon{font-size:1.6rem;margin-bottom:10px;line-height:1}.val-card__title{font-weight:700;font-size:.95rem;margin-bottom:7px;font-family:var(--sans)}.val-card__text{font-size:.85rem;color:var(--muted);line-height:1.65}.contact-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:clamp(32px,6vw,80px)}.contact-info h2{margin-bottom:14px}.contact-info__sub{color:var(--muted);line-height:1.8;margin-bottom:32px;font-size:.95rem}.contact-detail{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}.contact-detail__icon{font-size:1.2rem;flex-shrink:0;margin-top:2px;line-height:1}.contact-detail__label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:1px}.contact-detail__val{font-weight:500;font-size:.9rem}.contact-detail__val a:hover{color:var(--green)}.contact-form-box{background:var(--cream);border-radius:8px;padding:clamp(22px,4vw,40px)}.contact-form-box h3{margin-bottom:6px}.contact-form-box .sub{font-size:.85rem;color:var(--muted);margin-bottom:24px}.site-footer{background:var(--black);color:#ffffffbf}.footer-main{padding:clamp(48px,7vw,88px) 0 36px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.footer-logo{font-family:var(--serif);font-size:1.4rem;font-weight:700;color:var(--white);margin-bottom:14px;display:block}.footer-brand p{font-size:.85rem;color:#ffffff80;line-height:1.75;max-width:260px}.footer-col h4{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff6;margin-bottom:14px;font-family:var(--sans)}.footer-col a{display:block;font-size:.85rem;color:#ffffff9e;padding:4px 0;transition:color var(--tr)}.footer-col a:hover{color:var(--white)}.footer-col span{display:block;font-size:.82rem;color:#ffffff73;padding:4px 0;line-height:1.6}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:18px 0;display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:.78rem;color:#ffffff61}.footer-bottom a{color:#ffffff61;transition:color var(--tr)}.footer-bottom a:hover{color:#ffffffa6}.footer-bottom__links{display:flex;gap:16px}.error-page{text-align:center;padding:clamp(80px,12vw,140px) var(--pad)}.error-page__num{font-size:clamp(6rem,14vw,11rem);font-family:var(--serif);font-weight:700;color:var(--border);line-height:1;margin-bottom:12px}.error-page p{color:var(--muted);max-width:380px;margin:8px auto 28px}.alert{padding:13px 18px;border-radius:var(--r);font-size:.875rem;margin-bottom:18px}.alert--success{background:#e8f5e9;color:#2e7d32;border:1px solid #A5D6A7}.alert--error{background:#feecec;color:#c62828;border:1px solid #FFCDD2}.alert--info{background:var(--green-p);color:var(--green-d);border:1px solid #C8E6C9}.divider{height:1px;background:var(--border);margin:22px 0}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.text-muted{color:var(--muted)}@media(max-width:1024px){.prod-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:768px){.header-nav,.header-login{display:none}.hamburger{display:flex}.trust-strip__grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:none}.trust-item:nth-child(3),.trust-item:nth-child(4){border-top:1px solid var(--border)}.how-grid{grid-template-columns:1fr;gap:28px}.how-step__line{display:none}.about-prev__inner{grid-template-columns:1fr}.about-prev__inner.rev{direction:ltr}.auth-page{grid-template-columns:1fr}.auth-brand{display:none}.account-grid,.contact-layout,.prod-layout{grid-template-columns:1fr}.prod-gallery{position:static}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.values-grid{grid-template-columns:1fr}.hero__chip{display:none}.orders-table th:nth-child(2),.orders-table td:nth-child(2){display:none}}@media(max-width:480px){.prod-grid,.trust-strip__grid{grid-template-columns:1fr}.trust-item{border-right:none;border-bottom:1px solid var(--border)}.trust-item:last-child{border-bottom:none}.trust-item:nth-child(3),.trust-item:nth-child(4){border-top:none}.auth-form-wrap{padding:28px 20px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
