:root{--color-bg:#ffffff;--color-text:#2A231E;--color-text-muted:#64748b;--color-text-light:#94a3b8;--color-primary:#241E1A;--color-primary-light:#E0951E;--color-primary-dark:#C77D0A;--color-accent:#F5A524;--color-border:#ece3d3;--color-surface:#FDF6E9;--color-success:#16a34a;--color-success-bg:#f0fdf4;--color-error:#dc2626;--color-error-bg:#fef2f2;--color-warning:#d97706;--color-warning-bg:#fffbeb;--font-sans:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;--font-mono:'SF Mono',Monaco,Consolas,monospace;--max-width:1200px;--header-height:64px;--radius:6px;--radius-lg:10px;--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow-md:0 4px 6px rgba(0,0,0,0.07);--shadow-lg:0 10px 25px rgba(0,0,0,0.08);--transition:150ms ease}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased}img,video{max-width:100%;height:auto;display:block}a{color:var(--color-primary-light);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--color-accent)}ol,ul{list-style:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;border:none;background:0 0}.skip-link{position:absolute;top:-100%;left:50%;transform:translateX(-50%);background:var(--color-primary);color:#fff;padding:.5rem 1.5rem;border-radius:0 0 var(--radius) var(--radius);z-index:9999;font-size:.85rem;font-weight:600}.skip-link:focus{top:0;color:#fff}:focus-visible{outline:2px solid var(--color-primary-light);outline-offset:2px}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.section{padding:3rem 0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.5rem;font-size:.9rem;font-weight:600;border-radius:var(--radius);transition:all var(--transition);border:2px solid #fff0;cursor:pointer;text-decoration:none}.btn--primary{background:var(--color-primary-light);color:#fff;border-color:var(--color-primary-light)}.btn--primary:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark);color:#fff}.btn--outline{background:0 0;color:var(--color-primary-light);border-color:var(--color-primary-light)}.btn--outline:hover{background:var(--color-primary-light);color:#fff}.btn--lg{padding:.8rem 2rem;font-size:1rem}.site-header{border-bottom:1px solid var(--color-border);background:var(--color-bg);position:sticky;top:0;z-index:100}.site-header__disclaimer{background:var(--color-primary);color:#fff;text-align:center;font-size:.7rem;padding:5px 0;letter-spacing:.08em;text-transform:uppercase}.site-header__inner{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem;display:flex;align-items:center;justify-content:space-between;height:var(--header-height)}.site-header__logo{display:flex;align-items:center;gap:.6rem;text-decoration:none}.site-header__logo-icon{border-radius:6px}.site-header__logo-text{font-size:1.15rem;font-weight:400;color:var(--color-primary);letter-spacing:-.01em;line-height:1.2}.site-header__logo-text strong{font-weight:700}.site-header__logo-sub{display:block;font-size:.7rem;color:var(--color-primary-light);letter-spacing:.08em;text-transform:uppercase;font-weight:600}.site-nav__list{display:flex;gap:1.5rem}.site-nav__list a{color:var(--color-text);font-size:.875rem;font-weight:500}.site-nav__list a:hover{color:var(--color-primary-light)}.site-header__actions{display:flex;gap:1.25rem;align-items:center;font-size:.875rem;font-weight:500}.site-header__actions a{color:var(--color-text)}.site-header__cart-badge{background:var(--color-primary-light);color:#fff;font-size:.65rem;font-weight:700;padding:1px 6px;border-radius:10px;margin-left:4px}.breadcrumb{font-size:.8rem;color:var(--color-text-muted);margin-bottom:1.5rem;padding-top:1.5rem}.breadcrumb a{color:var(--color-text-muted)}.breadcrumb a:hover{color:var(--color-primary-light)}.breadcrumb__sep{margin:0 .4rem;opacity:.5}.flash{max-width:var(--max-width);margin:1rem auto;padding:.75rem 1rem;border-radius:var(--radius);font-size:.875rem}.flash--error{background:var(--color-error-bg);color:var(--color-error);border:1px solid #fecaca}.flash--success{background:var(--color-success-bg);color:var(--color-success);border:1px solid #bbf7d0}.hero{background:linear-gradient(135deg,#241E1A 0,#9A5B0C 52%,#F5A524 100%);color:#fff;padding:5rem 0 4.5rem}.hero__content{max-width:640px}.hero__title{font-size:2.75rem;font-weight:800;line-height:1.15;margin-bottom:1rem;letter-spacing:-.02em}.hero__subtitle{font-size:1.1rem;color:rgb(255 255 255 / .8);line-height:1.6;margin-bottom:2rem}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.hero__actions .btn--primary{background:#fff;color:var(--color-primary);border-color:#fff}.hero__actions .btn--primary:hover{background:rgb(255 255 255 / .9)}.hero__actions .btn--outline{color:#fff;border-color:rgb(255 255 255 / .4)}.hero__actions .btn--outline:hover{background:rgb(255 255 255 / .1);border-color:#fff}.trust-bar{background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:1.25rem 0}.trust-bar__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}.trust-bar__item strong{display:block;font-size:.85rem;color:var(--color-primary)}.trust-bar__item span{font-size:.75rem;color:var(--color-text-muted)}.section__header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1.5rem}.section__header h2{font-size:1.5rem;font-weight:700}.section__link{font-size:.875rem;color:var(--color-primary-light);font-weight:500}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.product-grid--4{grid-template-columns:repeat(4,1fr)}.product-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow var(--transition),transform var(--transition)}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.product-card__link{display:block;text-decoration:none;color:var(--color-text)}.product-card__image{position:relative;aspect-ratio:1;background:var(--color-surface);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image img{transform:scale(1.03)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;background:var(--color-primary-light);color:#fff;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:3px 8px;border-radius:4px}.product-card__body{padding:1rem}.product-card__category{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:.25rem;display:block}.product-card__name{font-size:.95rem;font-weight:600;margin-bottom:.25rem;line-height:1.3}.product-card__purity{font-size:.75rem;color:var(--color-text-muted);display:block;margin-bottom:.4rem}.product-card__price{font-size:1rem;font-weight:700;color:var(--color-primary)}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1.25rem}.category-card{display:block;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem;text-decoration:none;color:var(--color-text);transition:all var(--transition)}.category-card:hover{border-color:var(--color-primary-light);box-shadow:var(--shadow-md);color:var(--color-text)}.category-card h3{font-size:1rem;font-weight:600;margin-bottom:.25rem}.category-card__count{font-size:.8rem;color:var(--color-text-muted)}.cta-box{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:3rem;text-align:center}.cta-box h2{font-size:1.5rem;margin-bottom:1rem}.cta-box p{max-width:640px;margin:0 auto 1.5rem;color:var(--color-text-muted);font-size:.9rem}.catalog__title{font-size:1.75rem;margin-bottom:.5rem}.catalog__desc{color:var(--color-text-muted);font-size:.9rem;margin-bottom:2rem;max-width:908px}.catalog__layout{display:grid;grid-template-columns:220px 1fr;gap:2rem}.catalog__toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.catalog__count{font-size:.85rem;color:var(--color-text-muted)}.catalog__sort{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.catalog__sort select{padding:.35rem .6rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:.8rem;background:var(--color-bg)}.catalog__empty{text-align:center;padding:3rem;color:var(--color-text-muted)}.catalog .product-grid{grid-template-columns:repeat(3,1fr)}.sidebar__title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:.75rem}.sidebar__categories li{margin-bottom:.25rem}.sidebar__categories a{display:flex;justify-content:space-between;padding:.4rem .6rem;font-size:.85rem;color:var(--color-text);border-radius:var(--radius);transition:background var(--transition)}.sidebar__categories a:hover{background:var(--color-surface);color:var(--color-primary-light)}.sidebar__categories a.active{background:var(--color-primary-light);color:#fff;font-weight:600}.sidebar__categories a.active .sidebar__count{color:rgb(255 255 255 / .7)}.sidebar__count{font-size:.75rem;color:var(--color-text-light)}.product-detail{padding-bottom:2rem}.product-detail__layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.product-detail__image-main{aspect-ratio:1;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;display:flex;align-items:center;justify-content:center}.product-detail__image-main img{width:100%;height:100%;object-fit:cover}.product-detail__name{font-size:1.75rem;font-weight:700;margin-bottom:.75rem;line-height:1.25}.product-detail__short-desc{color:var(--color-text-muted);font-size:.9rem;margin-bottom:1.25rem;line-height:1.6}.product-detail__price{margin-bottom:1.5rem}.price-current{font-size:1.5rem;font-weight:700;color:var(--color-primary)}.price-compare{font-size:1rem;color:var(--color-text-light);text-decoration:line-through;margin-left:.5rem}.product-detail__variants{margin-bottom:1.5rem}.variant-label{display:block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.variant-options{display:flex;flex-wrap:wrap;gap:.5rem}.variant-btn{padding:.5rem 1rem;border:2px solid var(--color-border);border-radius:var(--radius);font-size:.85rem;font-weight:500;background:var(--color-bg);cursor:pointer;transition:all var(--transition)}.variant-btn:hover{border-color:var(--color-primary-light)}.variant-btn--active{border-color:var(--color-primary-light);background:rgb(37 99 235 / .05);color:var(--color-primary-light);font-weight:600}.product-detail__cart{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.quantity-selector{display:flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.qty-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:500;background:var(--color-surface);border:none;cursor:pointer;transition:background var(--transition)}.qty-btn:hover{background:var(--color-border)}.quantity-selector input{width:48px;height:40px;text-align:center;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);font-size:.9rem;-moz-appearance:textfield}.quantity-selector input::-webkit-inner-spin-button{-webkit-appearance:none}.product-detail__cart-msg{font-size:.85rem;padding:.5rem .75rem;border-radius:var(--radius)}.cart-msg--success{background:var(--color-success-bg);color:var(--color-success)}.cart-msg--error{background:var(--color-error-bg);color:var(--color-error)}.product-detail__specs{margin-top:1.5rem}.specs-table{width:100%;border-collapse:collapse;font-size:.85rem}.specs-table th{text-align:left;font-weight:600;padding:.5rem 1rem .5rem 0;color:var(--color-text-muted);width:35%;border-bottom:1px solid var(--color-border);vertical-align:top}.specs-table td{padding:.5rem 0;border-bottom:1px solid var(--color-border)}.specs-sequence{font-family:var(--font-mono);font-size:.8rem;word-break:break-all}.product-detail__docs{margin-top:1.5rem}.product-detail__docs h3{font-size:.9rem;font-weight:600;margin-bottom:.5rem}.doc-list li{margin-bottom:.3rem}.doc-list a{font-size:.85rem;color:var(--color-primary-light)}.doc-lot{font-size:.75rem;color:var(--color-text-muted)}.product-detail__description{max-width:800px;border-top:1px solid var(--color-border);padding-top:2rem}.product-detail__description h2{font-size:1.25rem;margin-bottom:1rem}.product-detail__disclaimer{margin-top:1.5rem;font-size:.8rem;color:var(--color-text-muted);padding:.75rem;background:var(--color-warning-bg);border-radius:var(--radius);border:1px solid #fde68a}.prose{font-size:.95rem;line-height:1.7;color:var(--color-text)}.prose h1{font-size:1.75rem;margin-bottom:1rem}.prose h2{font-size:1.3rem;margin-top:2rem;margin-bottom:.75rem}.prose h3{font-size:1.1rem;margin-top:1.5rem;margin-bottom:.5rem}.prose p{margin-bottom:1rem}.prose ol,.prose ul{margin-bottom:1rem;padding-left:1.5rem}.prose li{margin-bottom:.4rem;list-style:disc}.search-page{padding:2rem 0 3rem}.search-page__title{font-size:1.5rem;margin-bottom:1.5rem}.search-form{margin-bottom:2rem}.search-form__inner{display:flex;gap:.75rem;max-width:600px}.search-form__inner input{flex:1;padding:.6rem 1rem;border:2px solid var(--color-border);border-radius:var(--radius);font-size:.9rem;transition:border-color var(--transition)}.search-form__inner input:focus{border-color:var(--color-primary-light);outline:0}.search-page__count{font-size:.85rem;color:var(--color-text-muted);margin-bottom:1.5rem}.search-page__empty{text-align:center;padding:3rem}.search-page__empty p{color:var(--color-text-muted);margin-bottom:1.5rem}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--color-border)}.pagination__pages{display:flex;gap:.25rem}.pagination__next,.pagination__page,.pagination__prev{padding:.4rem .75rem;font-size:.85rem;border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);transition:all var(--transition)}.pagination__next:hover,.pagination__page:hover,.pagination__prev:hover{border-color:var(--color-primary-light);color:var(--color-primary-light)}.pagination__current{background:var(--color-primary-light);color:#fff;border-color:var(--color-primary-light)}.pagination__disabled{opacity:.4;pointer-events:none}.pagination__ellipsis{padding:.4rem .3rem;color:var(--color-text-muted)}.form__group{margin-bottom:1.25rem}.form__label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.35rem}.form__label .required{color:var(--color-error)}.form__input{width:100%;padding:.6rem .8rem;border:1.5px solid var(--color-border);border-radius:var(--radius);font-size:.9rem;transition:border-color var(--transition);background:var(--color-bg)}.form__input:focus{border-color:var(--color-primary-light);outline:0;box-shadow:0 0 0 3px rgb(37 99 235 / .1)}textarea.form__input{resize:vertical;min-height:100px}.contact-page h1{font-size:1.75rem;margin-bottom:1.5rem}.contact-page__layout{display:grid;grid-template-columns:1fr 320px;gap:3rem}.contact-page__form>p{color:var(--color-text-muted);font-size:.9rem;margin-bottom:1.5rem}.contact-info-box{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem}.contact-info-box h3{font-size:1rem;font-weight:700;margin-bottom:1rem}.contact-info-box p{font-size:.85rem;margin-bottom:.75rem;color:var(--color-text);line-height:1.5}.faq-page h1{font-size:1.75rem;margin-bottom:2rem}.faq-section{margin-bottom:2rem}.faq-section h2{font-size:1.15rem;font-weight:700;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-primary-light);display:inline-block}.faq-item{border:1px solid var(--color-border);border-radius:var(--radius);margin-bottom:.5rem;overflow:hidden}.faq-item__question{padding:.85rem 1rem;font-weight:600;font-size:.9rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;transition:background var(--transition)}.faq-item__question::-webkit-details-marker{display:none}.faq-item__question::after{content:'+';font-size:1.2rem;color:var(--color-text-muted);font-weight:300;flex-shrink:0;margin-left:1rem}.faq-item[open] .faq-item__question{background:var(--color-surface)}.faq-item[open] .faq-item__question::after{content:'−'}.faq-item__answer{padding:0 1rem 1rem;font-size:.875rem;color:var(--color-text-muted);line-height:1.6}.faq-cta{margin-top:2rem;padding:1.5rem;background:var(--color-surface);border-radius:var(--radius-lg);text-align:center;font-size:.9rem}.static-page{padding:0 0 3rem}.static-page__content{max-width:800px}.related-section{border-top:1px solid var(--color-border)}.related-section h2{font-size:1.25rem;margin-bottom:1.5rem}.error-page{text-align:center;padding:5rem 1rem}.error-page h1{font-size:2rem;margin-bottom:1rem}.error-page p{color:var(--color-text-muted);margin-bottom:2rem}.error-page a{display:inline-block;margin:0 .5rem;padding:.5rem 1.5rem;border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-primary-light);transition:all var(--transition)}.error-page a:hover{background:var(--color-primary-light);color:#fff}.site-footer{background:var(--color-surface);border-top:1px solid var(--color-border);margin-top:4rem;padding:3rem 0 1.5rem}.site-footer__inner{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.site-footer__cols{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.site-footer h3{font-size:.8rem;font-weight:700;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.06em}.site-footer p{font-size:.85rem;color:var(--color-text-muted);line-height:1.5}.site-footer ul li{margin-bottom:.35rem}.site-footer ul a{color:var(--color-text-muted);font-size:.85rem}.site-footer ul a:hover{color:var(--color-primary-light)}.site-footer__disclaimer{background:var(--color-warning-bg);border:1px solid #fde68a;border-radius:var(--radius);padding:1rem;margin-bottom:2rem;font-size:.78rem;color:var(--color-text-muted);line-height:1.5}.site-footer__bottom{text-align:center;font-size:.78rem;color:var(--color-text-light);border-top:1px solid var(--color-border);padding-top:1.5rem}.auth-page{padding:3rem 0}.auth-box{max-width:440px;margin:0 auto;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2.5rem}.auth-box h1{font-size:1.5rem;margin-bottom:.25rem}.auth-box__subtitle{color:var(--color-text-muted);font-size:.9rem;margin-bottom:1.75rem}.auth-box__submit{width:100%;margin-top:.5rem}.auth-box__links{text-align:center;margin-top:1.5rem;font-size:.85rem;color:var(--color-text-muted)}.auth-box__sep{margin:0 .5rem}.auth-box__terms{font-size:.8rem;color:var(--color-text-muted);margin-bottom:1rem;line-height:1.5}.checkout-page h1{font-size:1.5rem;margin-bottom:1.5rem}.checkout-page__layout{display:grid;grid-template-columns:1fr 360px;gap:2.5rem}.checkout-fieldset{border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1.5rem}.checkout-fieldset legend{font-weight:700;font-size:.9rem;padding:0 .5rem}.form__row{display:flex;gap:1rem}.form__half{flex:1}.form__third{flex:1}.form__checkbox{display:flex;gap:.5rem;align-items:flex-start;font-size:.85rem;cursor:pointer}.form__checkbox input[type=checkbox]{margin-top:3px;flex-shrink:0}.checkout-diff-ship{margin-bottom:1rem}.checkout-coupon{margin-bottom:1.5rem}.checkout-coupon__row{display:flex;gap:.75rem}.checkout-disclaimer{margin-bottom:1.5rem;padding:1rem;background:var(--color-warning-bg);border:1px solid #fde68a;border-radius:var(--radius)}.checkout-submit-btn{width:100%}.stripe-card-element{padding:12px;border:1.5px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);min-height:44px}.stripe-card-errors{color:var(--color-error);font-size:.8rem;margin-top:.5rem;min-height:1.2em}.checkout-summary{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem;position:sticky;top:calc(var(--header-height) + 2rem)}.checkout-summary h2{font-size:1rem;font-weight:700;margin-bottom:1rem}.checkout-summary__items{margin-bottom:1rem}.checkout-summary__item{display:flex;justify-content:space-between;align-items:flex-start;font-size:.85rem;margin-bottom:.6rem}.checkout-summary__item-info{flex:1}.checkout-summary__item-name{display:block;font-weight:500}.checkout-summary__item-variant{font-size:.75rem;color:var(--color-text-muted)}.checkout-summary__item-qty{font-size:.75rem;color:var(--color-text-muted)}.checkout-summary__item-price{font-weight:500;flex-shrink:0;margin-left:1rem}.confirmation-page{padding:2rem 0 3rem}.confirmation-box{text-align:center;padding:2.5rem;border:1px solid #bbf7d0;background:var(--color-success-bg);border-radius:var(--radius-lg);margin-bottom:2rem}.confirmation-box__icon{width:56px;height:56px;background:var(--color-success);color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:1rem}.confirmation-box h1{font-size:1.75rem;margin-bottom:.5rem}.confirmation-box__number{font-size:1rem;margin-bottom:.25rem}.confirmation-box__sub{font-size:.9rem;color:var(--color-text-muted)}.confirmation-details{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.confirmation-details h3{font-size:.9rem;margin-bottom:.75rem}.confirmation-address{font-style:normal;font-size:.85rem;color:var(--color-text-muted);line-height:1.6}.confirmation-items{margin-bottom:2rem}.confirmation-items h3{font-size:1rem;margin-bottom:1rem}.confirmation-actions{display:flex;gap:1rem;justify-content:center}.account-page{padding:2rem 0 3rem}.account-page__layout{display:grid;grid-template-columns:200px 1fr;gap:2.5rem}.account-nav{display:flex;flex-direction:column;gap:.25rem}.account-nav a{display:block;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:var(--color-text);border-radius:var(--radius);transition:all var(--transition)}.account-nav a:hover{background:var(--color-surface);color:var(--color-primary-light)}.account-nav a.active{background:var(--color-primary-light);color:#fff}.account-nav__logout{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border)}.account-nav__logout-btn{display:block;width:100%;text-align:left;padding:.5rem .75rem;font-size:.85rem;color:var(--color-text-muted);background:0 0;border:none;cursor:pointer;border-radius:var(--radius)}.account-nav__logout-btn:hover{color:var(--color-error);background:var(--color-error-bg)}.account-page__content h1{font-size:1.5rem;margin-bottom:.25rem}.account-stats{display:flex;gap:2rem;margin:1.5rem 0}.account-stat{padding:1rem 1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius)}.account-stat__value{display:block;font-weight:700;font-size:1rem}.account-stat__label{font-size:.75rem;color:var(--color-text-muted)}.account-section{margin-top:2rem}.account-section h2{font-size:1.1rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--color-border)}.account-table{width:100%;border-collapse:collapse;font-size:.85rem}.account-table th{text-align:left;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);padding:.5rem .75rem;border-bottom:1px solid var(--color-border)}.account-table td{padding:.75rem;border-bottom:1px solid var(--color-border);vertical-align:middle}.account-table tfoot td{border-bottom:none;padding:.4rem .75rem;font-size:.85rem}.status-badge{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:2px 8px;border-radius:10px}.status-badge--pending{background:var(--color-warning-bg);color:var(--color-warning)}.status-badge--processing{background:#dbeafe;color:#1d4ed8}.status-badge--shipped{background:#e0e7ff;color:#4338ca}.status-badge--delivered,.status-badge--paid{background:var(--color-success-bg);color:var(--color-success)}.status-badge--cancelled,.status-badge--failed{background:var(--color-error-bg);color:var(--color-error)}.status-badge--refunded{background:#f3e8ff;color:#7c3aed}.text-muted{color:var(--color-text-muted)}.text-right{text-align:right}.back-link{display:inline-block;font-size:.85rem;color:var(--color-text-muted);margin-bottom:1rem}.back-link:hover{color:var(--color-primary-light)}.order-detail-meta{display:flex;gap:1rem;align-items:center;margin-bottom:1rem;font-size:.85rem;color:var(--color-text-muted)}.order-tracking{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:.75rem 1rem;margin-bottom:1rem;font-size:.9rem}.auth-page{padding:3rem 0;display:flex;align-items:flex-start;justify-content:center;min-height:60vh}.auth-box{width:100%;max-width:440px;margin:0 auto}.auth-box h1{font-size:1.5rem;margin-bottom:.5rem}.auth-box__sub{color:var(--color-text-muted);font-size:.9rem;margin-bottom:1.5rem}.auth-btn{width:100%;margin-top:.5rem}.auth-box__links{text-align:center;margin-top:1.25rem;font-size:.85rem;color:var(--color-text-muted)}.auth-box__sep{margin:0 .5rem}.form__hint{font-size:.75rem;color:var(--color-text-light);margin-top:.25rem;display:block}.checkout-page h1{font-size:1.5rem;margin-bottom:1.5rem}.checkout-layout{display:grid;grid-template-columns:1fr 380px;gap:2.5rem}.checkout-section{border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1.5rem}.checkout-section legend{font-size:1rem;font-weight:700;padding:0 .5rem}.form__row{display:flex;gap:1rem}.form__half{flex:1}.form__third{flex:1}.checkout-same-addr{margin-bottom:1rem;font-size:.9rem}.checkout-same-addr label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.stripe-card-element{padding:.75rem;border:1.5px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg)}.checkout-card-errors{color:var(--color-error);font-size:.8rem;margin-top:.5rem;min-height:1.2em}.checkout-submit{width:100%;margin-top:1rem}.checkout-summary{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem;position:sticky;top:calc(var(--header-height) + 2rem)}.checkout-summary h2{font-size:1rem;font-weight:700;margin-bottom:1rem}.checkout-summary__items{margin-bottom:1rem}.checkout-summary__item{display:flex;justify-content:space-between;font-size:.85rem;padding:.35rem 0;border-bottom:1px solid var(--color-border)}.checkout-summary__item small{color:var(--color-text-muted);display:block}.checkout-summary__coupon{margin-bottom:1rem}.coupon-form{display:flex;gap:.5rem}.coupon-form input{flex:1;font-size:.85rem}.coupon-form .btn{font-size:.8rem;padding:.5rem 1rem}.coupon-msg{font-size:.8rem;margin-top:.5rem;padding:.35rem .5rem;border-radius:var(--radius)}.coupon-msg--success{color:var(--color-success);background:var(--color-success-bg)}.coupon-msg--error{color:var(--color-error);background:var(--color-error-bg)}.checkout-summary__row{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:.4rem}.checkout-summary__total{font-weight:700;font-size:1rem}.checkout-summary__divider{border-top:1px solid var(--color-border);margin:.75rem 0}.checkout-summary__disclaimer{font-size:.7rem;color:var(--color-text-light);text-align:center;margin-top:1rem}.confirmation-page{padding:2rem 0 3rem}.confirmation-box{text-align:center;padding:2rem;margin-bottom:2rem}.confirmation-box__icon{width:56px;height:56px;background:var(--color-success-bg);color:var(--color-success);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.confirmation-box h1{font-size:1.5rem;margin-bottom:.5rem}.confirmation-box__number{font-size:1.1rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem}.confirmation-box__msg{color:var(--color-text-muted);font-size:.9rem}.confirmation-table{width:100%;border-collapse:collapse;font-size:.85rem;margin-bottom:1.5rem}.confirmation-table th{text-align:left;font-size:.75rem;text-transform:uppercase;color:var(--color-text-muted);padding:.5rem 0;border-bottom:2px solid var(--color-border)}.confirmation-table td{padding:.6rem 0;border-bottom:1px solid var(--color-border)}.confirmation-table td:nth-child(2){text-align:center}.confirmation-table td:nth-child(3){text-align:right}.confirmation-totals__row{display:flex;justify-content:space-between;font-size:.9rem;padding:.3rem 0}.confirmation-totals__total{font-weight:700;font-size:1.05rem;border-top:2px solid var(--color-primary);padding-top:.5rem;margin-top:.25rem}.confirmation-addresses{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0}.confirmation-section h2,.confirmation-section h3{font-size:.95rem;margin-bottom:.5rem}.confirmation-section p{font-size:.85rem;color:var(--color-text-muted);line-height:1.6}.confirmation-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.account-page{padding:2rem 0 3rem}.account-layout{display:grid;grid-template-columns:200px 1fr;gap:2.5rem}.account-sidebar{position:sticky;top:calc(var(--header-height) + 2rem)}.account-nav{display:flex;flex-direction:column;gap:.25rem}.account-nav a,.account-nav button{display:block;padding:.6rem .75rem;font-size:.85rem;color:var(--color-text);border-radius:var(--radius);text-decoration:none;text-align:left;transition:background var(--transition)}.account-nav a:hover,.account-nav button:hover{background:var(--color-surface)}.account-nav a.active{background:var(--color-primary-light);color:#fff;font-weight:600}.account-nav__logout{margin-top:1rem}.account-nav__logout button{color:var(--color-text-muted);width:100%}.account-main h1{font-size:1.5rem;margin-bottom:.5rem}.account-main__sub{color:var(--color-text-muted);font-size:.9rem;margin-bottom:1.5rem}.account-stats{display:flex;gap:1.5rem;margin-bottom:2rem}.account-stat-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.25rem;flex:1}.account-stat-card__num{display:block;font-size:1.1rem;font-weight:700;color:var(--color-primary);margin-bottom:.25rem;word-break:break-all}.account-stat-card__label{font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.account-table{width:100%;border-collapse:collapse;font-size:.85rem;margin-bottom:1.5rem}.account-table thead th{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);padding:.5rem .5rem .5rem 0;text-align:left;border-bottom:2px solid var(--color-border)}.account-table td{padding:.75rem .5rem .75rem 0;border-bottom:1px solid var(--color-border);vertical-align:middle}.account-table a{font-size:.8rem}.account-link{font-size:.85rem;color:var(--color-primary-light)}.account-empty{color:var(--color-text-muted);font-size:.9rem}.account-back{font-size:.85rem;color:var(--color-text-muted);display:inline-block;margin-bottom:1rem}.status-badge{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:3px 8px;border-radius:4px}.status-badge--pending{background:#fef3c7;color:#b45309}.status-badge--processing{background:#dbeafe;color:#1d4ed8}.status-badge--shipped{background:#e0e7ff;color:#4338ca}.status-badge--delivered{background:#dcfce7;color:#15803d}.status-badge--paid{background:#dcfce7;color:#15803d}.status-badge--cancelled{background:#fee2e2;color:#dc2626}.status-badge--failed{background:#fee2e2;color:#dc2626}.status-badge--refunded{background:#f3e8ff;color:#7c3aed}.order-meta{display:flex;gap:1rem;align-items:center;color:var(--color-text-muted);font-size:.85rem;margin-bottom:1.5rem}.order-totals-detail{max-width:300px;margin-left:auto}.order-totals-detail>div{display:flex;justify-content:space-between;font-size:.9rem;padding:.3rem 0}.order-totals-detail__total{font-weight:700;font-size:1.05rem;border-top:2px solid var(--color-primary);padding-top:.5rem;margin-top:.25rem}.order-addresses{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.order-address-block h3{font-size:.85rem;font-weight:700;margin-bottom:.4rem}.order-address-block p{font-size:.85rem;color:var(--color-text-muted);line-height:1.6}.settings-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--color-border)}.settings-section h2{font-size:1.1rem;margin-bottom:1rem}.cart-page h1{font-size:1.5rem;margin-bottom:1.5rem}.cart-page__empty{text-align:center;padding:3rem}.cart-page__empty p{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:1rem}.cart-page__layout{display:grid;grid-template-columns:1fr 340px;gap:2.5rem}.cart-table{width:100%;border-collapse:collapse}.cart-table thead th{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);padding:0 0 .75rem;text-align:left;border-bottom:1px solid var(--color-border)}.cart-table tbody td{padding:1rem .5rem 1rem 0;border-bottom:1px solid var(--color-border);vertical-align:middle;font-size:.9rem}.cart-item{display:flex;gap:.75rem;align-items:center}.cart-item__img{width:64px;height:64px;border-radius:var(--radius);object-fit:cover;border:1px solid var(--color-border);flex-shrink:0}.cart-item__name{font-weight:600;font-size:.9rem;color:var(--color-text);display:block}.cart-item__variant{font-size:.8rem;color:var(--color-text-muted)}.cart-qty-form select{padding:.3rem .5rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:.85rem}.cart-remove-btn{font-size:1.3rem;color:var(--color-text-light);background:0 0;border:none;cursor:pointer;padding:.25rem .5rem;border-radius:var(--radius);transition:all var(--transition)}.cart-remove-btn:hover{color:var(--color-error);background:var(--color-error-bg)}.cart-summary{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem;position:sticky;top:calc(var(--header-height) + 2rem)}.cart-summary h2{font-size:1rem;font-weight:700;margin-bottom:1.25rem}.cart-summary__row{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:.5rem}.cart-summary__total{font-weight:700;font-size:1.05rem}.cart-summary__divider{border-top:1px solid var(--color-border);margin:.75rem 0}.cart-summary__shipping-note{font-size:.8rem;color:var(--color-warning);background:var(--color-warning-bg);padding:.4rem .6rem;border-radius:var(--radius);margin:.5rem 0}.cart-summary__checkout{width:100%;margin-top:1.25rem}.cart-summary__continue{display:block;text-align:center;margin-top:.75rem;font-size:.85rem;color:var(--color-text-muted)}@media (max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}.catalog .product-grid{grid-template-columns:repeat(2,1fr)}.product-detail__layout{gap:2rem}}@media (max-width:768px){.hero{padding:3rem 0 2.5rem}.hero__title{font-size:2rem}.hero__subtitle{font-size:.95rem}.trust-bar__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-grid,.product-grid--4{grid-template-columns:repeat(2,1fr);gap:1rem}.catalog__layout{grid-template-columns:1fr}.catalog__sidebar{display:none}.catalog .product-grid{grid-template-columns:repeat(2,1fr)}.product-detail__layout{grid-template-columns:1fr;gap:1.5rem}.contact-page__layout{grid-template-columns:1fr;gap:2rem}.cart-page__layout{grid-template-columns:1fr}.cart-table__price,.cart-table__total{display:none}.checkout-layout,.checkout-page__layout{grid-template-columns:1fr}.form__row{flex-direction:column;gap:0}.confirmation-addresses,.confirmation-details{grid-template-columns:1fr}.account-layout,.account-page__layout{grid-template-columns:1fr}.account-sidebar{position:static}.account-nav{flex-direction:row;flex-wrap:wrap;gap:.5rem}.account-nav__logout{margin-top:0;padding-top:0;border-top:none}.account-stats{flex-direction:column}.order-addresses{grid-template-columns:1fr}.site-footer__cols{grid-template-columns:1fr;gap:1.5rem}.section__header{flex-direction:column;gap:.5rem}}@media (max-width:480px){.hero__title{font-size:1.65rem}.hero__actions{flex-direction:column}.hero__actions .btn{width:100%}.trust-bar__grid{grid-template-columns:1fr 1fr}.trust-bar__item{padding:.3rem 0}.product-grid{grid-template-columns:1fr 1fr;gap:.75rem}.product-card__body{padding:.75rem}.product-card__name{font-size:.85rem}.product-detail__cart{flex-direction:column;align-items:stretch}.product-detail__cart .btn{width:100%}.variant-options{flex-direction:column}.variant-btn{width:100%;text-align:center}.site-nav__list{gap:1rem}.site-header__inner{gap:.5rem}}.research-toc{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem 2rem;margin:3rem 0 2rem}.research-toc__title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--color-primary)}.research-toc__list{display:flex;flex-direction:column;gap:.4rem}.research-toc__list li{font-size:.9rem}.research-toc__list a{color:var(--color-primary-light);font-weight:500}.research-toc__list a:hover{color:var(--color-accent)}.research-toc__list ul{margin-left:1.25rem;margin-top:.3rem}.research-toc__list ul li{font-size:.85rem}.research-toc__list ul li a{font-weight:400}.research-section{margin:2.5rem 0;padding-top:1rem}.research-section h2{font-size:1.5rem;font-weight:700;color:var(--color-primary);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-primary-light)}.research-section h3{font-size:1.15rem;font-weight:600;color:var(--color-text);margin:1.5rem 0 .75rem}.research-section .prose{font-size:.95rem;line-height:1.75;color:var(--color-text)}.research-section .prose p{margin-bottom:1rem}.research-section .prose strong{color:var(--color-primary)}.research-study{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.research-study:last-child{border-bottom:none}.research-refs{margin-top:1rem;padding:1rem;background:var(--color-surface);border-radius:var(--radius);border-left:3px solid var(--color-primary-light)}.research-ref{font-size:.8rem;color:var(--color-text-muted);line-height:1.5;margin-bottom:.4rem}.research-ref:last-child{margin-bottom:0}.ref-num{font-weight:700;color:var(--color-primary-light);margin-right:.3rem}.research-ref a{color:var(--color-primary-light);font-weight:500;font-size:.75rem;margin-left:.3rem}.research-table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.9rem}.research-table td,.research-table th{padding:.6rem 1rem;text-align:left;border-bottom:1px solid var(--color-border)}.research-table th{font-weight:600;color:var(--color-text-muted);width:40%;background:var(--color-surface)}.research-table td{color:var(--color-text)}.research-table tr:last-child td,.research-table tr:last-child th{border-bottom:none}.research-disclaimer{background:var(--color-warning-bg);border:1px solid #fde68a;border-radius:var(--radius);padding:1.25rem 1.5rem;margin:2rem 0;font-size:.85rem;color:var(--color-text-muted);line-height:1.6}.faq-list{display:flex;flex-direction:column;gap:.5rem}.faq-item{border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.faq-question{font-size:.95rem;font-weight:600;padding:1rem 1.25rem;cursor:pointer;color:var(--color-text);transition:background var(--transition),color var(--transition);list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-question::-webkit-details-marker{display:none}.faq-question::after{content:'+';font-size:1.2rem;font-weight:300;color:var(--color-primary-light);transition:transform .2s ease}.faq-item[open] .faq-question::after{content:'−'}.faq-item[open] .faq-question{background:var(--color-surface);color:var(--color-primary)}.faq-answer{padding:0 1.25rem 1rem;font-size:.9rem;line-height:1.7;color:var(--color-text-muted)}.product-trust-badges{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem;padding:.75rem;background:var(--color-surface);border-radius:var(--radius);border:1px solid var(--color-border)}.trust-badge-item{text-align:center}.trust-badge-item strong{display:block;font-size:.9rem;color:var(--color-primary-light)}.trust-badge-item span{font-size:.7rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}@media (max-width:768px){.research-toc{padding:1rem 1.25rem}.research-section h2{font-size:1.25rem}.research-table th{width:35%}.product-trust-badges{gap:.75rem}}.product-structure img{max-width:100%;height:auto;border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 2px 8px rgb(0 0 0 / .06)}.research-header--with-structure{display:flex;gap:2rem;align-items:flex-start;margin:3rem 0 2rem}.research-header--with-structure .research-toc{flex:1;margin:0}.research-header--with-structure .product-structure{flex:1;margin:0}.product-structure img{max-width:100%;height:auto;border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 2px 8px rgb(0 0 0 / .06)}@media (max-width:768px){.research-header--with-structure{flex-direction:column}}.research-header--with-structure{display:flex;gap:2rem;align-items:flex-start;margin:3rem 0 2rem}.research-header--with-structure .research-toc{flex:1;margin:0}.research-header--with-structure .product-structure{flex:1;margin:0}.product-structure img{max-width:100%;height:auto;border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 2px 8px rgb(0 0 0 / .06)}@media (max-width:768px){.research-header--with-structure{flex-direction:column}}.research-header{margin:3rem 0 2rem}.research-header--with-structure{display:flex;gap:2rem;align-items:flex-start}.research-header--with-structure .research-toc{flex:0 0 45%;margin:0}.research-header--with-structure .product-structure{flex:0 0 52%;margin:0}.product-structure img{max-width:100%;height:auto;border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 2px 8px rgb(0 0 0 / .06)}@media (max-width:768px){.research-header--with-structure{flex-direction:column}.research-header--with-structure .product-structure,.research-header--with-structure .research-toc{flex:1 1 100%}}.hero{position:relative;overflow:hidden}.hero::after{content:"";position:absolute;top:-55%;right:-1%;width:65%;height:300%;background:image-set(url(/assets/images/aminoacid-chain.avif) type("image/avif"),url(/assets/images/aminoacid-chain.webp) type("image/webp"),url(/assets/images/aminoacid-chain.png) type("image/png")) no-repeat center center;background-size:contain;opacity:.1;pointer-events:none;z-index:0}.hero .container{position:relative;z-index:1}@media (max-width:768px){.hero::after{width:80%;right:-25%;opacity:.05}}.auth-page{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 180px);padding:3rem 1rem;background:linear-gradient(135deg,#241E1A 0,#1e3a5f 50%,#1e40af 100%)}.auth-box{width:100%;max-width:420px;background:#fff;border-radius:12px;box-shadow:0 8px 32px rgb(0 0 0 / .3);padding:2.5rem 2rem}.auth-box h1{font-size:1.75rem;font-weight:700;color:#241E1A;margin:0 0 .25rem;text-align:center}.auth-box__sub{color:#64748b;font-size:.9rem;text-align:center;margin:0 0 1.75rem}.auth-box .form__group{margin-bottom:1.25rem}.auth-box .form__label{display:block;font-size:.85rem;font-weight:600;color:#334155;margin-bottom:.35rem}.auth-box .form__input{width:100%;padding:.65rem .85rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.95rem;color:#1e293b;background:#fff;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.auth-box .form__input:focus{outline:0;border-color:#1e40af;box-shadow:0 0 0 3px rgb(30 64 175 / .15)}.auth-btn{width:100%;padding:.75rem;font-size:1rem;font-weight:600;margin-top:.5rem;border:none;border-radius:6px;cursor:pointer;background:#1e40af;color:#fff}.auth-btn:hover{background:#1e3a8a}.auth-box__links{text-align:center;margin-top:1.5rem;font-size:.85rem;color:#94a3b8}.auth-box__links a{color:#3b82f6;text-decoration:none}.auth-box__links a:hover{text-decoration:underline}.auth-box__sep{margin:0 .5rem;color:#cbd5e1}@media (max-width:480px){.auth-box{padding:1.75rem 1.25rem}.auth-page{padding:2rem .75rem;min-height:calc(100vh - 140px)}}.catalog__desc{margin:1.5rem 0 2rem;padding:1.75rem 2rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.925rem;line-height:1.75;color:#334155}.catalog__desc h2{font-size:1.15rem;font-weight:600;color:#241E1A;margin:1.5rem 0 .625rem;letter-spacing:-.01em}.catalog__desc h2:first-child{margin-top:0}.catalog__desc p{margin:0 0 .875rem}.catalog__desc p:last-child{margin-bottom:0}.catalog__desc .category-intro>p:first-child{font-size:1rem;color:#1e293b}@media (max-width:768px){.catalog__desc{padding:1.25rem 1rem;margin:1rem 0 1.5rem}}.site-header__cart{display:inline-flex;align-items:center;gap:.35rem;position:relative}.site-header__cart .cart-icon{display:block;flex-shrink:0}.site-header__cart-badge{position:absolute;top:-6px;right:-8px;margin-left:0;padding:0 4px;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:999px;line-height:1}.mobile-menu-btn{display:none;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:0 0;border:none;cursor:pointer;-webkit-tap-highlight-color:#fff0}.hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:20px;height:20px}.hamburger span{display:block;width:100%;height:2px;background:var(--color-text);border-radius:2px;transition:transform .3s ease,opacity .2s ease;transform-origin:center}.mobile-menu-btn[aria-expanded=true] .hamburger span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-btn[aria-expanded=true] .hamburger span:nth-child(2){opacity:0}.mobile-menu-btn[aria-expanded=true] .hamburger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none}.mobile-menu[aria-hidden=false]{display:block}.mobile-menu__overlay{position:fixed;inset:0;background:rgb(15 23 42 / .5);z-index:199;opacity:0;animation:mmFadeIn .25s ease forwards}.mobile-menu__panel{position:fixed;top:0;right:0;width:280px;max-width:85vw;height:100vh;height:100dvh;background:#fff;z-index:200;display:flex;flex-direction:column;box-shadow:-4px 0 24px rgb(0 0 0 / .15);transform:translateX(100%);animation:mmSlideIn .3s cubic-bezier(.32,.72,0,1) forwards}.mobile-menu__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border);flex-shrink:0}.mobile-menu__title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted)}.mobile-menu__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius);background:0 0;border:none;color:var(--color-text-muted);cursor:pointer;transition:background var(--transition),color var(--transition);-webkit-tap-highlight-color:#fff0}.mobile-menu__close:active{background:var(--color-surface);color:var(--color-text)}.mobile-menu__nav{display:flex;flex-direction:column;padding:.5rem 0}.mobile-menu__nav a{display:block;padding:.9rem 1.5rem;font-size:1rem;font-weight:500;color:var(--color-text);text-decoration:none;transition:background var(--transition),color var(--transition)}.mobile-menu__nav a:active{background:var(--color-surface);color:var(--color-primary-light)}.mobile-menu__divider{height:1px;background:var(--color-border);margin:0 1.25rem}.mobile-menu__secondary{display:flex;flex-direction:column;padding:.5rem 0}.mobile-menu__secondary a{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;color:var(--color-text-muted);text-decoration:none;transition:background var(--transition),color var(--transition)}.mobile-menu__secondary a:active{background:var(--color-surface);color:var(--color-primary-light)}.mobile-menu__badge{background:var(--color-primary-light);color:#fff;font-size:.65rem;font-weight:700;padding:1px 6px;border-radius:999px;margin-left:auto}.mobile-menu__footer{margin-top:auto;padding:1rem 1.5rem;border-top:1px solid var(--color-border);flex-shrink:0}.mobile-menu__footer p{font-size:.7rem;color:var(--color-text-light);text-transform:uppercase;letter-spacing:.06em;text-align:center;margin:0}@keyframes mmSlideIn{from{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes mmSlideOut{from{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes mmFadeIn{from{opacity:0}to{opacity:1}}@keyframes mmFadeOut{from{opacity:1}to{opacity:0}}.mobile-menu--closing .mobile-menu__panel{animation:mmSlideOut .25s cubic-bezier(.32,.72,0,1) forwards}.mobile-menu--closing .mobile-menu__overlay{animation:mmFadeOut .25s ease forwards}body.menu-open{overflow:hidden}@media (max-width:768px){.mobile-menu-btn{display:flex}.site-nav{display:none}.site-header__account{display:none}.cart-icon__label{display:none}.site-header__inner{height:52px;padding:0 .875rem}.site-header__logo-icon{width:150px;height:auto}.site-header__actions{gap:.25rem}.site-header__disclaimer{font-size:.6rem;padding:3px 0}.site-header__cart-badge{top:-5px;right:-6px;min-width:15px;height:15px;font-size:.55rem}}@media (min-width:769px){.mobile-menu-btn{display:none!important}.mobile-menu{display:none!important}.cart-icon__label{display:inline}}.site-footer{background:#241E1A;border-top:none;margin-top:4rem;padding:0;color:#c8d6e5}.site-footer__inner{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.site-footer__top{display:grid;grid-template-columns:1.2fr 2fr;gap:3rem;padding:3.5rem 0 2.5rem}.site-footer__brand{display:flex;flex-direction:column;gap:1rem}.site-footer__logo img{display:block;width:180px;height:auto;opacity:.95}.site-footer__tagline{font-size:.85rem;line-height:1.65;color:#89a;max-width:300px;margin:0}.site-footer__columns{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.site-footer__col h3{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#fff;margin-bottom:1rem}.site-footer__col ul{display:flex;flex-direction:column;gap:.5rem}.site-footer__col ul li{margin:0}.site-footer__col ul a{font-size:.85rem;color:#89a;text-decoration:none;transition:color .15s ease}.site-footer__col ul a:hover{color:#fff}.site-footer .site-footer__disclaimer{display:flex;align-items:flex-start;gap:.75rem;background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .08);border-radius:8px;padding:1rem 1.25rem;margin:0}.site-footer .site-footer__disclaimer svg{color:#d4a24e}.site-footer .site-footer__disclaimer p{font-size:.78rem;color:#7a8b9c;line-height:1.6;margin:0}.site-footer .site-footer__disclaimer strong{color:#d4a24e;font-weight:600}.site-footer__bottom{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;margin-top:2rem;border-top:1px solid rgb(255 255 255 / .08);text-align:left}.site-footer__bottom p{font-size:.75rem;color:#5a6b7c;margin:0}.site-footer__payments{display:flex;gap:.5rem}.site-footer__payments span{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .6rem;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#7a8b9c;background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .08);border-radius:4px}@media (max-width:768px){.site-footer__top{grid-template-columns:1fr;gap:2rem;padding:2.5rem 0 2rem}.site-footer__brand{text-align:center;align-items:center}.site-footer__tagline{max-width:100%;text-align:center}.site-footer__columns{grid-template-columns:1fr 1fr;gap:1.5rem}.site-footer__columns .site-footer__col:last-child{grid-column:1/-1}.site-footer__bottom{flex-direction:column;gap:.75rem;text-align:center}}@media (max-width:480px){.site-footer__columns{grid-template-columns:1fr;text-align:center}.site-footer__columns .site-footer__col:last-child{grid-column:auto}.site-footer__col ul{align-items:center}.site-footer .site-footer__disclaimer{flex-direction:column;align-items:center;text-align:center}.site-footer__payments{justify-content:center}}.articles-header{text-align:center;padding:2rem 0 2.5rem;max-width:640px;margin:0 auto}.articles-header h1{font-size:2rem;margin:0 0 .75rem}.articles-header p{font-size:.95rem;color:var(--color-text-muted);line-height:1.6;margin:0}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.article-card{background:#fff;border:1px solid var(--color-border);border-radius:10px;overflow:hidden;transition:box-shadow var(--transition),transform var(--transition)}.article-card:hover{box-shadow:0 8px 24px rgb(0 0 0 / .08);transform:translateY(-2px)}.article-card__image{display:block;aspect-ratio:16/9;overflow:hidden}.article-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.article-card:hover .article-card__image img{transform:scale(1.03)}.article-card__body{padding:1.25rem}.article-card__topics{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.6rem}.article-card__topics span{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-primary-light);background:rgb(37 99 235 / .06);padding:2px 8px;border-radius:4px}.article-card__title{font-size:1.1rem;line-height:1.35;margin:0 0 .5rem}.article-card__title a{color:var(--color-text);text-decoration:none}.article-card__title a:hover{color:var(--color-primary-light)}.article-card__excerpt{font-size:.85rem;color:var(--color-text-muted);line-height:1.55;margin:0 0 .75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-card__meta{font-size:.75rem;color:var(--color-text-light);display:flex;align-items:center;gap:.4rem}.articles-pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;padding:2rem 0 3rem}.articles-pagination__link{font-size:.85rem;color:var(--color-primary-light);text-decoration:none;font-weight:500}.articles-pagination__info{font-size:.8rem;color:var(--color-text-light)}.article{max-width:780px;margin:0 auto;padding-bottom:3rem}.article__header{text-align:center;padding:1rem 0 2rem}.article__topics{display:flex;justify-content:center;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.article__topics a{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-primary-light);background:rgb(37 99 235 / .06);padding:3px 10px;border-radius:4px;text-decoration:none}.article__topics a:hover{background:rgb(37 99 235 / .12)}.article__title{font-size:2.25rem;line-height:1.2;margin:0 0 1rem;letter-spacing:-.02em}.article__subtitle{font-size:1.1rem;color:var(--color-text-muted);line-height:1.6;max-width:600px;margin:0 auto 1.25rem}.article__meta{font-size:.85rem;color:var(--color-text-light);display:flex;justify-content:center;gap:.5rem}.article__featured-image{margin:0 0 2.5rem;border-radius:10px;overflow:hidden}.article__featured-image img{width:100%;height:auto;display:block}.article__content{font-size:1rem;line-height:1.8;color:var(--color-text)}.article__content h2{font-size:1.5rem;margin:2.5rem 0 .75rem;padding-top:1rem;border-top:1px solid var(--color-border);letter-spacing:-.01em}.article__content h2:first-child{border-top:none;padding-top:0;margin-top:0}.article__content h3{font-size:1.2rem;margin:2rem 0 .5rem}.article__content p{margin:0 0 1.25rem}.article__content ol,.article__content ul{margin:0 0 1.25rem;padding-left:1.5rem}.article__content li{margin-bottom:.4rem}.article__content blockquote{border-left:3px solid var(--color-primary-light);padding:.75rem 1.25rem;margin:1.5rem 0;background:#f8fafc;border-radius:0 6px 6px 0;font-style:italic;color:var(--color-text-muted)}.article__content a{color:var(--color-primary-light);text-decoration:underline;text-underline-offset:2px}.article__content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem}.article__content td,.article__content th{padding:.6rem .75rem;border:1px solid var(--color-border);text-align:left}.article__content th{background:#f8fafc;font-weight:600}.article__content pre{background:#1e293b;color:#e2e8f0;padding:1rem 1.25rem;border-radius:8px;overflow-x:auto;font-size:.85rem;margin:1.5rem 0}.article__content code{font-family:'SF Mono','Fira Code',monospace;font-size:.85em;background:#f1f5f9;padding:2px 6px;border-radius:4px}.article__content pre code{background:0 0;padding:0}.article__content img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0}.article__references{margin-top:3rem;padding-top:2rem;border-top:2px solid var(--color-border)}.article__references h2{font-size:1.25rem;margin:0 0 1rem}.article__references ol{padding-left:1.5rem;font-size:.85rem;line-height:1.65;color:var(--color-text-muted)}.article__references li{margin-bottom:.5rem}.article__references .ref-authors{font-weight:500;color:var(--color-text)}.article__references a{color:var(--color-primary-light);text-decoration:underline;word-break:break-word}.article__references em{font-style:italic}.article__tags{margin-top:2rem;padding:1rem 0;border-top:1px solid var(--color-border);display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.8rem}.article__tags>span{color:var(--color-text-light);font-weight:500}.article__tags a{display:inline-block;padding:3px 10px;background:var(--color-surface);color:var(--color-text-muted);border-radius:4px;text-decoration:none;font-size:.78rem;transition:background var(--transition),color var(--transition)}.article__tags a:hover{background:rgb(37 99 235 / .08);color:var(--color-primary-light)}.related-articles{max-width:780px;margin:0 auto;padding:2.5rem 0 3rem;border-top:2px solid var(--color-border)}.related-articles h2{font-size:1.25rem;margin:0 0 1.25rem}.related-articles__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.related-article-card{background:#fff;border:1px solid var(--color-border);border-radius:8px;overflow:hidden;text-decoration:none;transition:box-shadow var(--transition)}.related-article-card:hover{box-shadow:0 4px 16px rgb(0 0 0 / .06)}.related-article-card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.related-article-card div{padding:.75rem}.related-article-card h3{font-size:.9rem;line-height:1.35;margin:0 0 .35rem;color:var(--color-text)}.related-article-card span{font-size:.72rem;color:var(--color-text-light)}@media (max-width:768px){.articles-grid{grid-template-columns:1fr;gap:1.25rem}.article__title{font-size:1.6rem}.article__content h2{font-size:1.25rem}.related-articles__grid{grid-template-columns:1fr}}.article-product-cta{margin:2.5rem 0;padding:1.5rem;background:linear-gradient(135deg,#241E1A 0%,#1B3A5C 100%);border-radius:var(--radius-lg);border:1px solid rgba(56,184,165,.25)}.article-product-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.article-product-cta__text{display:flex;flex-direction:column;gap:.25rem}.article-product-cta__label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent);opacity:.9}.article-product-cta__name{font-size:1.25rem;font-weight:700;color:#fff;line-height:1.2}.article-product-cta__purity{font-size:.8rem;color:rgba(255,255,255,.6)}.article-product-cta__btn{display:inline-flex;align-items:center;padding:.6rem 1.25rem;background:var(--color-accent);color:#fff;font-size:.875rem;font-weight:600;border-radius:var(--radius);white-space:nowrap;transition:background var(--transition),transform var(--transition)}.article-product-cta__btn:hover{background:var(--color-primary-light);color:#fff;transform:translateY(-1px)}@media(max-width:600px){.article-product-cta__inner{flex-direction:column;align-items:flex-start}.article-product-cta__btn{width:100%;justify-content:center}}@media (min-width:769px) and (max-width:1024px){.articles-grid{grid-template-columns:repeat(2,1fr)}}.hero__badge{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#FFD98A;background:rgb(245 165 36 / .1);border:1px solid rgb(245 165 36 / .25);padding:.35rem .9rem;border-radius:50px;margin-bottom:1.25rem}.why-section{background:var(--color-bg-alt,#1b1512);border-top:1px solid rgb(255 255 255 / .06);border-bottom:1px solid rgb(255 255 255 / .06)}.why-section h2,.why-section h3{color:#f1f5f9}.section__subtitle{color:var(--color-text-muted,#94a3b8);font-size:.95rem;max-width:560px;line-height:1.6}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2rem}.why-card{background:rgb(255 255 255 / .03);border:1px solid rgb(255 255 255 / .07);border-radius:var(--radius,8px);padding:1.75rem 1.5rem;transition:border-color .2s,background .2s}.why-card:hover{border-color:rgb(245 165 36 / .25);background:rgb(255 255 255 / .05)}.why-card__icon{color:#FFD98A;margin-bottom:1rem}.why-card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem}.why-card p{font-size:.85rem;color:var(--color-text-muted,#94a3b8);line-height:1.6;margin:0}.articles-home-section{border-top:1px solid rgb(255 255 255 / .06)}.articles-home-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.5rem}.article-home-card{background:rgb(255 255 255 / .03);border:1px solid rgb(255 255 255 / .07);border-radius:var(--radius,8px);overflow:hidden;transition:border-color .2s,transform .15s}.article-home-card:hover{border-color:rgb(245 165 36 / .25);transform:translateY(-2px)}.article-home-card__image{display:block;aspect-ratio:16/9;overflow:hidden;background:rgb(255 255 255 / .05)}.article-home-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.article-home-card:hover .article-home-card__image img{transform:scale(1.03)}.article-home-card__body{padding:1.25rem 1.25rem 1.5rem}.article-home-card__topics{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.6rem}.article-home-card__topics span{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#FFD98A;background:rgb(245 165 36 / .08);padding:.2rem .5rem;border-radius:3px}.article-home-card__title{font-size:1rem;font-weight:700;line-height:1.35;margin:0 0 .5rem}.article-home-card__title a{color:var(--color-text,#f1f5f9);text-decoration:none}.article-home-card__title a:hover{color:#FFD98A}.article-home-card__excerpt{font-size:.82rem;color:var(--color-text-muted,#94a3b8);line-height:1.55;margin:0 0 .75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-home-card__meta{font-size:.72rem;color:var(--color-text-light,#64748b);display:flex;align-items:center;gap:.4rem}@media (max-width:1024px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.why-grid{grid-template-columns:1fr}.articles-home-grid{grid-template-columns:1fr}}.hero-search--light .hero-search__wrap{background:rgb(0 0 0 / .06);border-color:rgb(0 0 0 / .15)}.hero-search--light .hero-search__wrap:focus-within{border-color:rgb(0 0 0 / .3);background:rgb(0 0 0 / .08);box-shadow:0 0 0 3px rgb(0 0 0 / .05)}.hero-search--light .hero-search__icon{color:rgb(0 0 0 / .4)}.hero-search--light .hero-search__input{color:#111}.hero-search--light .hero-search__input::placeholder{color:rgb(0 0 0 / .4)}.hero-search--light .hero-search__btn{background:#111;color:#fff}.hero-search--light .hero-search__btn:hover{background:#333}.hero-search{position:relative;flex:1;min-width:200px;max-width:360px}.hero-search__wrap{display:flex;align-items:center;background:rgb(255 255 255 / .1);border:1.5px solid rgb(255 255 255 / .25);border-radius:var(--radius,6px);overflow:hidden;transition:border-color .2s,background .2s,box-shadow .2s}.hero-search__wrap:focus-within{border-color:rgb(255 255 255 / .45);background:rgb(255 255 255 / .14);box-shadow:0 0 0 3px rgb(255 255 255 / .08)}.hero-search__icon{flex-shrink:0;margin-left:.75rem;color:rgb(255 255 255 / .5);pointer-events:none}.hero-search__input{flex:1;padding:.625rem .5rem;background:0 0;border:none;color:#fff;font-size:.88rem;outline:0;min-width:0}.hero-search__input::placeholder{color:rgb(255 255 255 / .45)}.hero-search__btn{flex-shrink:0;padding:.5rem 1.1rem;margin:3px;background:#fff;color:var(--color-primary,#241E1A);border:none;border-radius:4px;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .2s}.hero-search__btn:hover{background:rgb(255 255 255 / .88)}.hero-search__dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border-radius:8px;box-shadow:0 12px 40px rgb(0 0 0 / .25);overflow:hidden;z-index:100;max-height:340px;overflow-y:auto}.hero-search__item{display:flex;align-items:center;gap:.5rem;padding:.6rem .875rem;color:#1e293b;text-decoration:none;font-size:.84rem;transition:background .15s;border-bottom:1px solid #f1f5f9}.hero-search__item:last-child{border-bottom:none}.hero-search__item:hover{background:#f8fafc}.hero-search__item-title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1e293b}.hero-search__badge{flex-shrink:0;padding:2px 6px;border-radius:3px;font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.hero-search__badge--product{background:#eff6ff;color:#2563eb}.hero-search__badge--article{background:#f0fdf4;color:#16a34a}.hero-search__price{flex-shrink:0;font-weight:600;color:#C77D0A;font-size:.8rem}@media (max-width:768px){.hero-search{max-width:100%;min-width:0}}@media (max-width:480px){.hero-search{max-width:100%}.hero__actions{flex-direction:column}.hero__actions .btn{width:100%}.hero-search{width:100%}.hero-search__btn{padding:.45rem .875rem;font-size:.8rem}}.search-page{padding:2rem 0 3.5rem}.search-page__header{margin-bottom:2rem}.search-page__header h1{font-size:1.5rem;font-weight:700;margin:0 0 1rem}.search-page__form{display:flex;gap:.5rem;max-width:560px}.search-page__input-wrap{flex:1;position:relative;display:flex;align-items:center}.search-page__icon{position:absolute;left:.75rem;color:#9ca3af;pointer-events:none}.search-page__input{width:100%;padding:.65rem 2rem .65rem 2.5rem;border:1.5px solid var(--color-border);border-radius:var(--radius);font-size:.9rem;color:var(--color-text);outline:none;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.search-page__input:focus{border-color:var(--color-primary-light);box-shadow:0 0 0 3px rgb(27 138 122 / .1)}.search-page__clear{position:absolute;right:.6rem;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;background:#e5e7eb;color:#6b7280;border-radius:50%;text-decoration:none;font-size:.85rem;line-height:1}.search-page__clear:hover{background:#d1d5db;color:#374151}.search-page__submit{flex-shrink:0;padding:.65rem 1.25rem;background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius);font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s}.search-page__submit:hover{background:var(--color-primary-dark,#C77D0A)}.search-page__summary{margin:.75rem 0 0;font-size:.85rem;color:var(--color-text-muted)}.search-page__summary strong{color:var(--color-text)}.search-page__empty{text-align:center;padding:3.5rem 1rem;color:var(--color-text-muted)}.search-page__empty p{margin:0;font-size:.95rem}.search-results{display:flex;flex-direction:column;gap:2.5rem}.search-group__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid var(--color-border)}.search-group__title{font-size:1.15rem;font-weight:700;color:var(--color-primary);margin:0;display:flex;align-items:center;gap:.5rem}.search-group__title svg{color:var(--color-primary-light);flex-shrink:0}.search-group__count{font-size:.8rem;font-weight:500;color:var(--color-text-muted)}.search-group__empty{font-size:.9rem;color:var(--color-text-light);padding:1.5rem 0;margin:0}.search-group__grid.product-grid{grid-template-columns:repeat(4,1fr)}.search-group__list{display:flex;flex-direction:column;gap:.5rem}.search-article{display:flex;gap:1rem;padding:1rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s}.search-article:hover{border-color:var(--color-primary-light);box-shadow:var(--shadow-sm);color:inherit}.search-article__img{flex-shrink:0;width:120px;height:80px;border-radius:var(--radius);overflow:hidden;background:var(--color-surface)}.search-article__img img{width:100%;height:100%;object-fit:cover}.search-article__info{flex:1;min-width:0}.search-article__title{font-size:.95rem;font-weight:600;color:var(--color-text);margin:0 0 .3rem;line-height:1.35}.search-article__excerpt{font-size:.82rem;color:var(--color-text-muted);margin:0 0 .4rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-article__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;font-size:.72rem;color:var(--color-text-light)}.search-article__tag{padding:1px 6px;background:var(--color-surface);border-radius:3px;font-size:.68rem;color:var(--color-text-muted)}@media (max-width:1024px){.search-group__grid.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.search-page{padding:1.5rem 0 2.5rem}.search-page__form{flex-direction:column}.search-page__submit{width:100%}.search-group__grid.product-grid{grid-template-columns:repeat(2,1fr)}.search-article__img{width:90px;height:64px}}@media (max-width:480px){.search-group__grid.product-grid{grid-template-columns:1fr 1fr;gap:.75rem}.search-article{padding:.75rem}.search-article__img{width:72px;height:52px}}

.catalog__search{max-width:560px;margin:0 0 1.25rem}.catalog__search .hero-search__wrap{background:#f1f5f9;border-color:#e2e8f0}.catalog__search .hero-search__wrap:focus-within{border-color:var(--color-primary-light);background:#fff;box-shadow:0 0 0 3px rgba(27,138,122,.12)}.catalog__search .hero-search__icon{color:#64748b}.catalog__search .hero-search__input{color:#1a1a2e;padding:.7rem .5rem}.catalog__search .hero-search__input::placeholder{color:#94a3b8}.catalog__search .hero-search__btn{background:var(--color-primary);color:#fff}.catalog__search .hero-search__btn:hover{background:var(--color-primary-light)}
/* ── Language Switcher (Flags) ────────────────────── */
.breadcrumb-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.articles-header__top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.lang-switcher{position:relative;display:inline-flex;align-items:center;margin-left:auto;flex-shrink:0}.lang-switcher__toggle{display:none;background:none;border:1px solid #e2e8f0;border-radius:6px;padding:4px 8px;cursor:pointer;line-height:0}.lang-switcher__toggle img{border-radius:2px;display:block}.lang-switcher__list{display:flex;gap:6px;align-items:center}.lang-flag{display:inline-flex;align-items:center;justify-content:center;padding:5px 8px;border-radius:6px;border:2px solid transparent;text-decoration:none;transition:all .15s ease;cursor:pointer;opacity:.35;filter:grayscale(60%)}.lang-flag img{border-radius:2px;display:block}.lang-flag:hover{opacity:.85;filter:grayscale(0);border-color:#e2e8f0;background:#f8fafc}.lang-flag--active{opacity:1;filter:none;border-color:#2563eb;background:#eff6ff;cursor:default}@media(max-width:768px){.lang-switcher__toggle{display:inline-flex}.lang-switcher__list{display:none;position:absolute;right:0;top:calc(100% + 6px);background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:6px;gap:4px;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:50}.lang-switcher--open .lang-switcher__list{display:flex}}.article__faq{margin:2.5rem 0;padding:2rem;background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border)}.article__faq h2{font-size:1.25rem;font-weight:700;color:var(--color-primary);margin-bottom:1.25rem}.faq-item{border-bottom:1px solid var(--color-border)}.faq-item:last-child{border-bottom:none}.faq-item details summary{font-size:1rem;font-weight:600;cursor:pointer;padding:.875rem 0;list-style:none;display:flex;align-items:center;justify-content:space-between;color:var(--color-text)}.faq-item details summary::-webkit-details-marker{display:none}.faq-item details summary::after{content:'+';font-size:1.25rem;font-weight:300;color:var(--color-primary-light);flex-shrink:0;margin-left:1rem;transition:transform var(--transition)}.faq-item details[open] summary::after{transform:rotate(45deg)}.faq-item details[open] summary{color:var(--color-primary-light)}.faq-item details p{padding:.25rem 0 1rem;color:var(--color-text-muted);line-height:1.7;font-size:.95rem}.article__updated{color:var(--color-text-muted);font-size:.875rem}
.article__tldr{margin:1.5rem 0 2rem;padding:1.5rem 1.75rem;background:linear-gradient(135deg,#f0fdf9,#e6f7f4);border-left:4px solid var(--color-accent);border-radius:0 var(--radius-lg) var(--radius-lg) 0}.article__tldr h2{font-size:1rem;font-weight:700;color:var(--color-primary-dark);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.875rem}.article__tldr ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.article__tldr li{padding-left:1.5rem;position:relative;font-size:.95rem;line-height:1.6;color:var(--color-text)}.article__tldr li::before{content:'▸';position:absolute;left:0;color:var(--color-accent);font-size:.8rem;top:.15em}.article__toc{margin:1.75rem 0;padding:1.25rem 1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);font-size:.9rem}.article__toc strong{display:block;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:.75rem}.article__toc ol{list-style:none;padding:0;margin:0;counter-reset:toc-counter}.article__toc li{counter-increment:toc-counter;padding:.25rem 0}.article__toc li a{color:var(--color-text-muted);display:flex;align-items:baseline;gap:.5rem;transition:color var(--transition)}.article__toc li a::before{content:counter(toc-counter);font-size:.75rem;font-weight:600;color:var(--color-primary-light);min-width:1.25rem;flex-shrink:0}.article__toc li a:hover{color:var(--color-primary-light)}.article__toc .toc-level-3{padding-left:1.5rem}.article__toc .toc-level-3 a::before{color:var(--color-text-light)}@media(min-width:900px){.article__toc{max-width:480px}}
.article__disclaimer{margin:2rem 0 1rem;padding:1rem 1.25rem;background:#fefce8;border:1px solid #fde047;border-radius:8px;font-size:.875rem;color:#713f12;line-height:1.6}.article__disclaimer strong{color:#854d0e}.article-layout{display:flex;flex-direction:column;gap:2.5rem}.article-row{display:grid;grid-template-columns:1fr 280px;gap:2.5rem 2rem;align-items:start}.article-sidebar--toc{position:sticky;top:calc(var(--header-height,64px) + 1.5rem);max-height:calc(100vh - var(--header-height,64px) - 3rem);overflow-y:auto;scrollbar-width:none}.article-sidebar--toc::-webkit-scrollbar{display:none}.article-sidebar--widgets{position:sticky;top:calc(var(--header-height,64px) + 1.5rem);display:flex;flex-direction:column;gap:1rem}.sidebar-widget{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.25rem}.sidebar-widget__title{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin-bottom:.875rem}.sidebar-toc ol{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.sidebar-toc li a{display:block;font-size:.825rem;color:var(--color-text-muted);padding:.3rem .5rem;border-radius:var(--radius);border-left:2px solid transparent;transition:all var(--transition);line-height:1.4}.sidebar-toc li a:hover{color:var(--color-primary-light);background:var(--color-bg);border-left-color:var(--color-border)}.sidebar-toc li a.toc-active{color:var(--color-primary-light);background:var(--color-bg);border-left-color:var(--color-accent);font-weight:600}.sidebar-toc .toc-level-3 a{padding-left:1.25rem;font-size:.8rem}.sidebar-metrics__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.sidebar-metrics__list li{display:flex;align-items:center;gap:.625rem;font-size:.85rem;color:var(--color-text-muted)}.sidebar-metrics__icon{font-size:.9rem;flex-shrink:0}.sidebar-product{background:linear-gradient(135deg,var(--color-primary),#1d4e6e);border-color:transparent;color:#fff}.sidebar-product .sidebar-widget__title{color:rgba(255,255,255,.7)}.sidebar-product__img{display:block;width:100%;height:160px;object-fit:contain;background:#fff;border-radius:var(--radius);margin-bottom:1rem;padding:.5rem}.sidebar-product__name{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.25rem;line-height:1.3}.sidebar-product__purity{font-size:.75rem;color:rgba(255,255,255,.7);margin-bottom:.875rem}.sidebar-product__btn{display:block;text-align:center;background:var(--color-accent);color:#fff;padding:.625rem 1rem;border-radius:var(--radius);font-size:.85rem;font-weight:600;transition:background var(--transition)}.sidebar-product__btn:hover{background:var(--color-primary-dark);color:#fff}.sidebar-related__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.sidebar-related__list li a{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;font-size:.825rem;color:var(--color-text);padding:.375rem .5rem;border-radius:var(--radius);transition:background var(--transition);line-height:1.4}.sidebar-related__list li a:hover{background:var(--color-bg);color:var(--color-primary-light)}.sidebar-related__list li a span{font-size:.75rem;color:var(--color-text-muted);flex-shrink:0;white-space:nowrap}.sidebar-share__buttons{display:flex;gap:.5rem;flex-wrap:wrap}.sidebar-share__btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .875rem;border-radius:var(--radius);font-size:.8rem;font-weight:600;cursor:pointer;transition:all var(--transition);text-decoration:none;border:none}.sidebar-share__btn--x{background:#000;color:#fff}.sidebar-share__btn--x:hover{background:#333;color:#fff}.sidebar-share__btn--copy{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);flex:1}.sidebar-share__btn--copy:hover{background:var(--color-bg);border-color:var(--color-text-muted)}@media(max-width:900px){.article-row{grid-template-columns:1fr}.article-sidebar--toc{display:none}.article-sidebar--widgets{position:static}.sidebar-product .sidebar-product__btn{padding:.75rem}}
.container>.related-articles{margin-top:3rem}
:root{--font-display:ui-rounded,'Arial Rounded MT Bold','Segoe UI Rounded','Segoe UI',system-ui,sans-serif}h1,h2,h3,.hero__title,.section__header h2,.cta-box h2{font-family:var(--font-display);letter-spacing:-.01em}
/* ── Shop layout: sidebar + product vitrine ── */
.hero--compact{padding:3.25rem 0 3rem}
.shop-layout{display:grid;grid-template-columns:264px 1fr;gap:2rem;max-width:var(--max-width);margin:2.25rem auto;padding:0 1.25rem;align-items:start}
.shop-sidebar{position:sticky;top:calc(var(--header-height,64px) + 1rem);display:flex;flex-direction:column;gap:1rem}
.sb-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:14px;padding:1.05rem 1.1rem;box-shadow:var(--shadow-sm)}
.sb-card>h3{font-size:.95rem;margin:0 0 .7rem;color:var(--color-primary)}
.sb-occasions{display:flex;flex-direction:column;gap:.15rem}
.sb-occasions a{display:flex;align-items:center;gap:.6rem;padding:.5rem;border-radius:9px;color:var(--color-text);font-size:.9rem;font-weight:500;transition:background .12s,color .12s}
.sb-occasions a:hover{background:var(--color-surface);color:var(--color-primary-dark)}
.sb-occasions .ic{font-size:1.1rem;width:1.4rem;text-align:center}
.sb-swatches{display:flex;flex-wrap:wrap;gap:.4rem}
.sb-swatches span{width:24px;height:24px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px var(--color-border)}
.sb-note{font-size:.78rem;color:var(--color-text-muted);margin:.7rem 0 0;line-height:1.5}
.sb-cta{background:linear-gradient(135deg,#241E1A,#C77D0A);border:none;color:#fff}
.sb-cta h3{color:#fff}
.sb-cta p{font-size:.82rem;color:#FDECC7;margin:0 0 .85rem;line-height:1.5}
.sb-why ul{display:flex;flex-direction:column;gap:.7rem;list-style:none;margin:0;padding:0}
.sb-why li{display:flex;flex-direction:column;font-size:.82rem}
.sb-why li strong{color:var(--color-text);font-weight:700}
.sb-why li span{color:var(--color-text-muted);font-size:.76rem}
.vitrine-header{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.25rem}
.vitrine-header h2{font-size:1.5rem;margin:0}
.vitrine-header p{color:var(--color-text-muted);font-size:.88rem;margin:.25rem 0 0}
.vitrine-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.how-strip{margin-top:2.5rem;padding:1.6rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px}
.how-strip>h2{font-size:1.2rem;margin:0 0 1rem}
.how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.how-step{display:flex;gap:.7rem;align-items:flex-start}
.how-num{flex:none;width:30px;height:30px;border-radius:50%;background:var(--color-accent);color:#241E1A;font-weight:800;display:grid;place-items:center;font-size:.9rem}
.how-step strong{display:block;font-size:.92rem}
.how-step p{font-size:.82rem;color:var(--color-text-muted);margin:.15rem 0 0;line-height:1.45}
@media(max-width:960px){.shop-layout{grid-template-columns:1fr}.shop-sidebar{position:static}.how-steps{grid-template-columns:1fr}}
@media(max-width:640px){.vitrine-grid{grid-template-columns:repeat(2,1fr)}.vitrine-header{flex-direction:column;align-items:flex-start}}

/* ── Hero image slider (with overlay) ── */
.hero-slider{position:relative;height:460px;overflow:hidden;background:#241E1A}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease;pointer-events:none}
.hero-slide.active{opacity:1;pointer-events:auto}
.hero-slide>picture,.hero-slide>picture>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-slide__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(28,22,18,.9) 0%,rgba(28,22,18,.6) 45%,rgba(28,22,18,.15) 100%)}
.hero-slide__content{position:absolute;inset:0;display:flex;align-items:center}
.hero-slide__content .container{width:100%}
.hero-slide__content .hero__badge{color:#FFD98A;background:rgb(245 165 36 / .15);border:1px solid rgb(245 165 36 / .35)}
.hero-slide__content h1{font-family:var(--font-display);font-weight:800;letter-spacing:-.02em;font-size:clamp(1.9rem,4.2vw,3.1rem);line-height:1.05;max-width:15ch;color:#fff;text-wrap:balance;margin:.6rem 0 .5rem}
.hero-slide__content p{max-width:42ch;color:rgba(255,255,255,.92);font-size:1.02rem;margin:0 0 1.2rem}
.hero-slider__dots{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:6}
.hero-slider__dots button{width:10px;height:10px;padding:0;border-radius:50%;border:none;background:rgb(255 255 255 / .5);cursor:pointer;transition:width .2s,background .2s}
.hero-slider__dots button.active{background:#F5A524;width:28px;border-radius:6px}
.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgb(255 255 255 / .85);border:none;width:42px;height:42px;border-radius:50%;cursor:pointer;z-index:6;font-size:22px;line-height:1;color:#241E1A;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.2)}
.hero-arrow:hover{background:#fff}
.hero-arrow--prev{left:16px}
.hero-arrow--next{right:16px}
@media(max-width:640px){.hero-slider{height:400px}.hero-slide__overlay{background:linear-gradient(180deg,rgba(28,22,18,.45),rgba(28,22,18,.85))}.hero-arrow{display:none}}
.hero-slide__content .hero-slide__h1{font-family:var(--font-display);font-weight:800;letter-spacing:-.02em;font-size:clamp(1.9rem,4.2vw,3.1rem);line-height:1.05;max-width:15ch;color:#fff;text-wrap:balance;margin:.6rem 0 .5rem}