:root{--color-primary: #0f2e24;--color-primary-light: #1a4538;--color-primary-dark: #081a14;--color-accent: #d4764a;--color-accent-light: #e8956f;--color-sage: #7bae8a;--color-sage-light: #e8f3ec;--color-bg: #f7f6f2;--color-surface: #ffffff;--color-surface-2: #f0efe9;--color-border: #e2e0d8;--color-border-strong: #cac7bc;--color-text: #1a2420;--color-text-muted: #6b7a72;--color-text-inverse: #ffffff;--font-display: "Fraunces", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--header-h: 72px;--radius-full: 999px;--shadow-xs: 0 1px 2px rgba(15, 46, 36, .04);--shadow-sm: 0 2px 8px rgba(15, 46, 36, .06);--shadow-md: 0 8px 24px rgba(15, 46, 36, .08);--shadow-lg: 0 16px 48px rgba(15, 46, 36, .12);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--space-9: 96px;--deep: var(--color-primary);--deep-light: var(--color-primary-light);--leaf: var(--color-sage);--earth: var(--color-text-muted);--cream: var(--color-bg);--sand: var(--color-surface-2);--sage: var(--color-sage-light);--gold: var(--color-accent);--white: #ffffff;--text: var(--color-text);--text-muted: var(--color-text-muted);--border: var(--color-border);--font-heading: var(--font-display);--container: 1240px;--px: 20px;--shadow-sm: var(--shadow-sm);--shadow-md: var(--shadow-md);--shadow-lg: var(--shadow-lg);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px;--radius-xl: 24px}@media(min-width:768px){:root{--px: 28px}}@media(min-width:1024px){:root{--px: 32px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:15px;line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;line-height:1.15;letter-spacing:-.02em}a{color:inherit;text-decoration:none}button{font:inherit;border:none;background:none;cursor:pointer}img{max-width:100%;display:block}ul,ol{list-style:none}input,textarea,select{font:inherit}::selection{background:var(--color-sage-light);color:var(--color-primary)}.adh-container{width:100%;max-width:var(--container);margin:0 auto;padding:0 var(--px)}.adh-section{padding:var(--space-8) 0}@media(max-width:768px){.adh-section{padding:var(--space-7) 0}}.adh-app{min-height:100vh;display:flex;flex-direction:column}.adh-main{flex:1;padding-top:var(--header-h)}@media(max-width:767px){.adh-main{padding-bottom:calc(68px + env(safe-area-inset-bottom))}}.adh-eyebrow{display:inline-flex;align-items:center;gap:var(--space-2);padding:6px 14px;border-radius:var(--radius-full);background:var(--color-sage-light);color:var(--color-primary);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:var(--space-4)}.adh-heading{font-size:clamp(1.75rem,3.5vw,2.75rem);color:var(--color-primary);margin-bottom:var(--space-3)}.adh-heading em{font-style:normal;color:var(--color-accent)}.adh-lead{font-size:16px;color:var(--color-text-muted);max-width:560px;line-height:1.7}.adh-section-head{text-align:center;margin-bottom:var(--space-7)}.adh-section-head .adh-lead{margin:0 auto}.adh-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:13px 26px;border-radius:var(--radius-full);font-weight:600;font-size:14px;transition:all .2s ease;white-space:nowrap}.adh-btn--primary{background:var(--color-primary);color:var(--color-text-inverse)}.adh-btn--primary:hover{background:var(--color-primary-light);transform:translateY(-1px);box-shadow:var(--shadow-md)}.adh-btn--accent{background:var(--color-accent);color:#fff}.adh-btn--accent:hover{background:var(--color-accent-light);transform:translateY(-1px)}.adh-btn--outline{background:transparent;color:var(--color-primary);border:1.5px solid var(--color-border-strong)}.adh-btn--outline:hover{border-color:var(--color-primary);background:var(--color-surface)}.adh-btn--ghost{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.adh-btn--ghost:hover{background:#fff3}.adh-btn--sm{padding:9px 18px;font-size:13px}.adh-btn--icon{width:42px;height:42px;padding:0;border-radius:var(--radius-md)}.adh-btn svg{width:16px;height:16px;flex-shrink:0}.adh-spin{animation:adh-spin .8s linear infinite}@keyframes adh-spin{to{transform:rotate(360deg)}}@keyframes adh-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.adh-skeleton{background:linear-gradient(90deg,var(--color-surface-2) 25%,#e8e6df 50%,var(--color-surface-2) 75%);background-size:200% 100%;animation:adh-shimmer 1.4s infinite;border-radius:var(--radius-md)}.adh-main--enter{animation:adh-fade-in .2s ease}@keyframes adh-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.adh-page-fallback{display:flex;align-items:center;justify-content:center;min-height:50vh;padding:var(--space-8)}.adh-page-fallback__spinner{width:36px;height:36px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:adh-spin .7s linear infinite}.adh-section-fallback{min-height:120px}.adh-header{position:fixed;top:0;left:0;right:0;z-index:200;height:var(--header-h);background:#ffffffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border)}.adh-header__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}.adh-logo{display:flex;align-items:center;gap:var(--space-3);flex-shrink:0}.adh-logo__img{width:42px;height:42px;border-radius:var(--radius-md);object-fit:contain}.adh-logo__text h1{font-size:17px;font-weight:700;color:var(--color-primary);line-height:1.1}.adh-logo__text span{display:block;font-family:var(--font-body);font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted)}.adh-nav{display:none;align-items:center;gap:var(--space-1)}@media(min-width:900px){.adh-nav{display:flex}}.adh-nav__link{padding:8px 16px;border-radius:var(--radius-full);font-size:14px;font-weight:500;color:var(--color-text-muted);transition:all .2s}.adh-nav__link:hover,.adh-nav__link.is-active{color:var(--color-primary);background:var(--color-sage-light)}.adh-nav__link--admin{margin-left:var(--space-2);background:var(--color-primary);color:var(--color-text-inverse);font-weight:600;box-shadow:var(--shadow-xs)}.adh-nav__link--admin:hover,.adh-nav__link--admin.is-active{background:var(--color-primary-light);color:var(--color-text-inverse)}.adh-header__actions{display:flex;align-items:center;gap:var(--space-2)}.adh-icon-btn{position:relative;width:42px;height:42px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--color-primary);background:var(--color-surface-2);transition:all .2s}.adh-icon-btn:hover{background:var(--color-sage-light)}.adh-icon-btn__badge{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 5px;background:var(--color-accent);color:#fff;font-size:10px;font-weight:700;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;border:2px solid #fff}.adh-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-light));color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center}.adh-header__auth{display:none;align-items:center;gap:var(--space-2)}@media(min-width:768px){.adh-header__auth{display:flex}}.adh-header__auth-link{font-size:13px;font-weight:600;color:var(--color-text-muted);padding:8px 12px}.adh-header__auth-link:hover{color:var(--color-primary)}.adh-menu-toggle{display:flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:var(--radius-md);background:var(--color-surface-2);color:var(--color-primary)}@media(min-width:900px){.adh-menu-toggle{display:none}}.adh-mobile-menu{position:fixed;inset:var(--header-h) 0 0 0;background:#0f2e2466;z-index:199;opacity:0;visibility:hidden;transition:all .25s}.adh-mobile-menu.is-open{opacity:1;visibility:visible}.adh-mobile-menu__panel{background:var(--color-surface);padding:var(--space-5);transform:translateY(-8px);transition:transform .25s;border-bottom:1px solid var(--color-border)}.adh-mobile-menu.is-open .adh-mobile-menu__panel{transform:translateY(0)}.adh-mobile-menu__link{display:block;padding:14px 16px;border-radius:var(--radius-md);font-weight:500;color:var(--color-text);margin-bottom:4px}.adh-mobile-menu__link.is-active,.adh-mobile-menu__link:hover{background:var(--color-sage-light);color:var(--color-primary)}.adh-mobile-menu__link--admin{background:var(--color-primary);color:var(--color-text-inverse);font-weight:600}.adh-mobile-menu__link--admin:hover,.adh-mobile-menu__link--admin.is-active{background:var(--color-primary-light);color:var(--color-text-inverse)}.adh-cleanhack-link{display:flex;align-items:center}.adh-cleanhack-link img{height:32px;object-fit:contain}@media(max-width:767px){.adh-header__actions>*:not(.adh-menu-toggle):not(.adh-cleanhack-link){display:none!important}.adh-cleanhack-link img{height:40px}}.adh-footer{background:var(--color-primary-dark);color:#ffffffbf;margin-top:auto}.adh-footer__grid{display:grid;grid-template-columns:1fr;gap:var(--space-6);padding:var(--space-8) 0 var(--space-6)}@media(min-width:640px){.adh-footer__grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.adh-footer__grid{grid-template-columns:2fr 1fr 1fr 1.2fr}}.adh-footer__brand p{font-size:14px;line-height:1.75;margin:var(--space-4) 0;max-width:320px}.adh-footer__title{font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-4)}.adh-footer__links li{margin-bottom:10px}.adh-footer__links a{font-size:14px;color:#ffffffa6;transition:color .2s}.adh-footer__links a:hover{color:#fff}.adh-footer__socials{display:flex;gap:var(--space-2);margin-top:var(--space-4)}.adh-footer__social{width:38px;height:38px;border-radius:var(--radius-md);background:#ffffff14;display:flex;align-items:center;justify-content:center;transition:all .2s}.adh-footer__social:hover{background:#d4764a40;transform:translateY(-2px)}.adh-footer__social svg{width:16px;height:16px;color:#fffc}.adh-footer__contact li{display:flex;gap:10px;font-size:14px;margin-bottom:12px;align-items:flex-start}.adh-footer__contact svg{width:16px;height:16px;flex-shrink:0;margin-top:3px;color:var(--color-accent)}.adh-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:var(--space-5) 0;display:flex;flex-direction:column;align-items:center;gap:var(--space-3);font-size:12px;color:#ffffff73;text-align:center}@media(min-width:768px){.adh-footer__bottom{flex-direction:row;justify-content:space-between;text-align:left}}.adh-footer__legal{display:flex;flex-wrap:wrap;gap:8px 16px;justify-content:center}.adh-footer__legal a{color:#fff9;font-weight:500}.adh-footer__legal a:hover{color:#fff}.adh-product-card{background:#fff;border-radius:var(--radius-lg);border:1px solid var(--color-border);overflow:hidden;transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column;height:100%}.adh-product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.adh-product-card__img{aspect-ratio:1;background:#fff;display:block;position:relative;overflow:hidden}.adh-product-card__img>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .4s}.adh-product-card__img .shop-card-img-wrap{position:absolute;inset:0}.adh-product-card__img .shop-card-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;padding:0;transition:opacity .3s,transform .4s}.adh-product-card:hover .adh-product-card__img>img,.adh-product-card:hover .adh-product-card__img .shop-card-img-wrap img{transform:scale(1.05)}.adh-product-card__badge{position:absolute;top:12px;left:12px;z-index:2;padding:4px 10px;border-radius:var(--radius-full);background:var(--color-accent);color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.adh-product-card__body{padding:var(--space-4);flex:1;display:flex;flex-direction:column;gap:var(--space-2);min-height:0;background:#fff}.adh-product-card__name-wrap{flex:1;min-height:2.75em}.adh-product-card__cat{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-accent)}.adh-product-card__name{font-family:var(--font-body);font-size:15px;font-weight:600;color:var(--color-text);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.adh-product-card__footer{margin-top:auto;padding-top:var(--space-3);display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);border-top:1px solid var(--color-border)}.adh-product-card__price{font-size:17px;font-weight:700;color:var(--color-primary)}.adh-product-card__mrp{font-size:13px;color:var(--color-text-muted);text-decoration:line-through;margin-left:6px;font-weight:400}.adh-cat-card{background:var(--color-surface);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border);transition:all .3s;height:100%;display:flex;flex-direction:column}.adh-cat-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.adh-cat-card__img{height:200px;position:relative;overflow:hidden;background:var(--color-surface-2)}.adh-cat-card__img img{width:100%;height:100%;object-fit:cover}.adh-cat-card__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(8,26,20,.7),transparent 60%)}.adh-cat-card__title{position:absolute;bottom:16px;left:20px;color:#fff;font-size:1.25rem}.adh-cat-card__body{padding:var(--space-5);flex:1;display:flex;flex-direction:column;gap:var(--space-4)}.adh-cat-card__desc{font-size:14px;color:var(--color-text-muted);line-height:1.65;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.adh-cat-card__link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--color-sage)}.adh-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-4)}.adh-feature-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:var(--space-5);display:flex;gap:var(--space-4);transition:background .2s}.adh-feature-card:hover{background:#ffffff17}.adh-feature-card__icon{width:52px;height:52px;border-radius:var(--radius-md);background:#ffffff1f;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-accent)}.adh-feature-card__num{font-size:11px;font-weight:700;color:var(--color-accent);letter-spacing:.08em;margin-bottom:6px}.adh-feature-card h3{color:#fff;font-family:var(--font-body);font-size:15px;font-weight:600;margin-bottom:8px}.adh-feature-card p{color:#ffffff8c;font-size:14px;line-height:1.6}.adh-stats{display:flex;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.1);margin-top:var(--space-7);padding-top:var(--space-6)}.adh-stat{flex:1 1 140px;text-align:center;padding:0 var(--space-4);border-right:1px solid rgba(255,255,255,.1)}.adh-stat:last-child{border-right:none}.adh-stat__val{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--color-accent);margin-bottom:4px}.adh-stat__label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#ffffff73}.adh-cta{background:var(--color-surface);border-radius:var(--radius-xl);padding:clamp(40px,6vw,72px);text-align:center;background:linear-gradient(135deg,var(--color-primary) 0%,#1a4538 100%);color:#fff;position:relative;overflow:hidden}.adh-cta h2{font-size:clamp(1.5rem,3vw,2.25rem);margin-bottom:var(--space-3);position:relative}.adh-cta p{color:#ffffffb3;max-width:480px;margin:0 auto var(--space-5);position:relative}.adh-cta__actions{display:flex;flex-wrap:wrap;gap:var(--space-3);justify-content:center;position:relative}.adh-split{display:grid;grid-template-columns:1fr;gap:var(--space-6);align-items:center}@media(min-width:900px){.adh-split{grid-template-columns:1fr 1fr;gap:var(--space-8)}}.adh-split__media{position:relative;border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:4/3}.adh-split__media img{width:100%;height:100%;object-fit:cover}.adh-split__badge{position:absolute;bottom:-12px;right:-12px;background:var(--color-accent);color:#fff;padding:12px 20px;border-radius:var(--radius-md);font-weight:700;box-shadow:var(--shadow-md)}.adh-split__badge small{display:block;font-size:11px;font-weight:500;opacity:.85}.adh-pill-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-2);margin:var(--space-5) 0}.adh-pill{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--color-sage-light);border-radius:var(--radius-md);font-size:13px;font-weight:500;color:var(--color-primary)}.adh-scroll-row{display:flex;align-items:stretch;gap:var(--space-4);overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:var(--space-4);scrollbar-width:none;-webkit-overflow-scrolling:touch}.adh-scroll-row::-webkit-scrollbar{display:none}.adh-scroll-row>*{flex:0 0 min(300px,82vw);scroll-snap-align:start;height:auto}.adh-collection-card{flex:0 0 min(240px,72vw);display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .2s,box-shadow .2s;height:100%}.adh-collection-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.adh-collection-card__img{position:relative;height:160px;background:var(--color-surface-2);overflow:hidden}.adh-collection-card__img img{width:100%;height:100%;object-fit:cover}.adh-collection-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-sage-light),var(--color-surface-2));color:var(--color-primary);font-family:var(--font-display);font-size:2rem;font-weight:700}.adh-collection-card__body{padding:var(--space-4);display:flex;flex-direction:column;gap:6px;flex:1}.adh-collection-card__cat{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-accent)}.adh-collection-card__name{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--color-primary);line-height:1.3}.adh-collection-card__link{margin-top:auto;padding-top:var(--space-3);font-size:13px;font-weight:600;color:var(--color-sage);display:inline-flex;align-items:center;gap:4px}.adh-bottom-nav{display:none}@media(max-width:767px){.adh-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:64px;background:var(--color-surface);border-top:1px solid var(--color-border);z-index:200;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -4px 20px #0f2e240f}.adh-bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--color-text-muted);font-size:10px;font-weight:500;position:relative}.adh-bottom-nav__item.is-active{color:var(--color-primary);font-weight:600}.adh-bottom-nav__badge{position:absolute;top:6px;right:calc(50% - 22px);min-width:16px;height:16px;background:var(--color-accent);color:#fff;font-size:9px;font-weight:700;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center}}.adh-shop{padding:var(--space-6) 0 var(--space-8)}.adh-shop__head{margin-bottom:var(--space-6)}.adh-shop__head h1{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:var(--space-2)}.adh-shop__layout{display:grid;grid-template-columns:1fr;gap:var(--space-5)}@media(min-width:1024px){.adh-shop__layout{grid-template-columns:260px 1fr;gap:var(--space-6)}}.adh-filters{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-5)}.adh-filters__title{font-family:var(--font-body);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:var(--space-4)}.adh-filters__group{margin-bottom:var(--space-5)}.adh-filters__label{font-size:13px;font-weight:600;color:var(--color-primary);margin-bottom:var(--space-3)}.adh-filter-chip{display:block;width:100%;text-align:left;padding:10px 14px;border-radius:var(--radius-md);font-size:14px;color:var(--color-text-muted);margin-bottom:4px;transition:all .15s}.adh-filter-chip:hover,.adh-filter-chip.is-active{background:var(--color-sage-light);color:var(--color-primary);font-weight:600}.adh-shop__toolbar{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center;justify-content:space-between;margin-bottom:var(--space-5)}.adh-search{flex:1;min-width:200px;position:relative}.adh-search input{width:100%;padding:12px 16px 12px 42px;border:1px solid var(--color-border);border-radius:var(--radius-full);background:var(--color-surface);font-size:14px}.adh-search input:focus{outline:none;border-color:var(--color-sage);box-shadow:0 0 0 3px #7bae8a33}.adh-search svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--color-text-muted)}.adh-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-4)}@media(min-width:768px){.adh-product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.adh-product-grid{grid-template-columns:repeat(4,1fr)}}.adh-pagination{display:flex;align-items:center;justify-content:center;gap:var(--space-3);margin-top:var(--space-6)}.adh-mobile-filter-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:var(--radius-full);border:1px solid var(--color-border);background:var(--color-surface);font-weight:600;font-size:14px}@media(min-width:1024px){.adh-mobile-filter-btn{display:none}.adh-filters--desktop{display:block}}.adh-filters--desktop{display:none}@media(min-width:1024px){.adh-filters--desktop{display:block}}.adh-drawer-overlay{position:fixed;inset:0;background:#081a1480;z-index:300}.adh-drawer{position:fixed;top:0;left:0;bottom:0;width:min(320px,88vw);background:var(--color-surface);z-index:301;padding:var(--space-5);overflow-y:auto}.adh-cart{padding:var(--space-6) 0 var(--space-8)}.adh-cart__layout{display:grid;grid-template-columns:1fr;gap:var(--space-5);align-items:start}@media(min-width:900px){.adh-cart__layout{grid-template-columns:1.5fr 1fr}}.adh-panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden}.adh-panel__head{padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border);font-weight:700;font-size:14px;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.adh-cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:var(--space-4);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border);align-items:center}.adh-cart-item:last-child{border-bottom:none}.adh-cart-item__img{width:80px;height:80px;border-radius:var(--radius-md);background:var(--color-surface-2);overflow:hidden;display:flex;align-items:center;justify-content:center}.adh-cart-item__img img{max-width:90%;max-height:90%;object-fit:contain}.adh-cart-item__name{font-weight:600;font-size:15px;margin-bottom:4px}.adh-cart-item__meta{font-size:13px;color:var(--color-text-muted)}.adh-qty{display:flex;align-items:center;gap:8px;background:var(--color-surface-2);border-radius:var(--radius-full);padding:4px}.adh-qty button{width:28px;height:28px;border-radius:50%;background:var(--color-surface);color:var(--color-primary);font-weight:700;display:flex;align-items:center;justify-content:center}.adh-summary{padding:var(--space-5)}.adh-summary__row{display:flex;justify-content:space-between;padding:10px 0;font-size:14px;color:var(--color-text-muted)}.adh-summary__total{border-top:2px solid var(--color-border);margin-top:var(--space-3);padding-top:var(--space-4);font-size:18px;font-weight:700;color:var(--color-primary)}.adh-empty{text-align:center;padding:var(--space-9) var(--space-5)}.adh-empty__icon{width:88px;height:88px;margin:0 auto var(--space-5);border-radius:50%;background:var(--color-sage-light);display:flex;align-items:center;justify-content:center;color:var(--color-primary);font-size:36px}.adh-page-hero{background:linear-gradient(160deg,var(--color-primary) 0%,var(--color-primary-light) 100%);padding:var(--space-8) 0 var(--space-7);text-align:center;color:#fff}.adh-page-hero h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:var(--space-3)}.adh-page-hero p{color:#ffffffb8;max-width:560px;margin:0 auto;font-size:16px}.adh-contact-grid{display:grid;grid-template-columns:1fr;gap:var(--space-6)}@media(min-width:1024px){.adh-contact-grid{grid-template-columns:1fr 1.4fr}}.adh-info-card{display:flex;gap:var(--space-4);padding:var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:var(--space-3)}.adh-info-card__icon{width:44px;height:44px;border-radius:var(--radius-md);background:var(--color-sage-light);display:flex;align-items:center;justify-content:center;color:var(--color-primary);flex-shrink:0}.adh-form{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-6)}.adh-form__group{margin-bottom:var(--space-4)}.adh-form__label{display:block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:6px}.adh-form__input{width:100%;padding:12px 16px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);font-size:14px}.adh-form__input:focus{outline:none;border-color:var(--color-sage);box-shadow:0 0 0 3px #7bae8a26}.adh-form__row{display:grid;grid-template-columns:1fr;gap:var(--space-4)}@media(min-width:640px){.adh-form__row--2{grid-template-columns:1fr 1fr}}.adh-auth{min-height:calc(100vh - var(--header-h));display:flex;align-items:center;justify-content:center;padding:var(--space-7) var(--space-4);background:linear-gradient(160deg,var(--color-bg) 0%,var(--color-surface-2) 100%)}.adh-auth__card{width:100%;max-width:420px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-6);box-shadow:var(--shadow-lg)}.adh-auth__card--wide{max-width:720px}.adh-auth__head{text-align:center;margin-bottom:var(--space-5)}.adh-auth__head h2{font-size:1.75rem;margin-bottom:var(--space-2)}.adh-auth__head p{font-size:14px;color:var(--color-text-muted)}.adh-auth__head a{color:var(--color-accent);font-weight:600}.adh-pdp{padding:var(--space-6) 0 var(--space-8)}.adh-pdp__grid{display:grid;grid-template-columns:1fr;gap:var(--space-6)}@media(min-width:900px){.adh-pdp__grid{grid-template-columns:1fr 1fr;gap:var(--space-8)}}.adh-pdp__gallery{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-5)}.adh-pdp__main-img{aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:var(--color-surface-2);border-radius:var(--radius-md);margin-bottom:var(--space-4)}.adh-pdp__main-img img{max-width:85%;max-height:85%;object-fit:contain}.adh-pdp__thumbs{display:flex;gap:var(--space-2);overflow-x:auto}.adh-pdp__thumb{width:72px;height:72px;border-radius:var(--radius-sm);border:2px solid transparent;overflow:hidden;flex-shrink:0;cursor:pointer;background:var(--color-surface-2)}.adh-pdp__thumb.is-active{border-color:var(--color-primary)}.adh-pdp__price{font-size:1.75rem;font-weight:700;color:var(--color-primary)}.adh-pdp__tabs{display:flex;gap:var(--space-2);border-bottom:1px solid var(--color-border);margin:var(--space-5) 0}.adh-pdp__tab{padding:12px 20px;font-weight:600;font-size:14px;color:var(--color-text-muted);border-bottom:2px solid transparent;margin-bottom:-1px}.adh-pdp__tab.is-active{color:var(--color-primary);border-bottom-color:var(--color-accent)}@keyframes spin{to{transform:rotate(360deg)}}.adh-spinner{width:40px;height:40px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}.adh-loading-center{display:flex;align-items:center;justify-content:center;min-height:40vh}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 var(--px)}.section{padding:var(--space-7) 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;border-radius:var(--radius-full);font-weight:600;font-size:14px;transition:all .2s;cursor:pointer;text-decoration:none;border:none;font-family:var(--font-body)}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-light)}.btn-dark{background:var(--color-primary);color:#fff}.btn-outline{background:transparent;border:1.5px solid var(--color-border-strong);color:var(--color-primary)}.btn-secondary{background:var(--color-surface-2);color:var(--color-text)}.page-hero{background:linear-gradient(160deg,var(--color-primary),var(--color-primary-light));padding:var(--space-8) 0 var(--space-7);text-align:center;color:#fff}.page-hero h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:var(--space-3)}.page-hero p{color:#ffffffb8;max-width:560px;margin:0 auto}.about-story-grid,.adh-split{display:grid;grid-template-columns:1fr;gap:var(--space-6);align-items:center}@media(min-width:900px){.about-story-grid,.adh-split{grid-template-columns:1fr 1fr}}.about-story-text h2,.about-text h2{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.25rem);color:var(--color-primary);margin-bottom:var(--space-4)}.about-story-text p,.about-text p{color:var(--color-text-muted);line-height:1.75;margin-bottom:var(--space-3)}.mv-grid{display:grid;grid-template-columns:1fr;gap:var(--space-4)}@media(min-width:768px){.mv-grid{grid-template-columns:1fr 1fr}}.mv-card,.value-card,.founder-card,.timeline-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-5);box-shadow:var(--shadow-xs)}.mv-card h3,.value-card h3{color:var(--color-primary);margin-bottom:var(--space-2)}.values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-4)}@media(min-width:1024px){.values-grid{grid-template-columns:repeat(4,1fr)}}.contact-info-card,.adh-info-card{display:flex;gap:var(--space-4);padding:var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:var(--space-3)}.contact-info-icon,.adh-info-card__icon{width:44px;height:44px;border-radius:var(--radius-md);background:var(--color-sage-light);display:flex;align-items:center;justify-content:center;color:var(--color-primary);flex-shrink:0}.contact-form-wrap,.adh-form{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-6)}.form-input,.adh-form__input{width:100%;padding:12px 16px;border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:14px;background:var(--color-bg)}.form-label,.adh-form__label{display:block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:6px}.form-row.two{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4)}.success-msg{text-align:center;padding:var(--space-7) 0}.wholesale-cta{margin-top:var(--space-5);padding:var(--space-4);background:var(--color-sage-light);border-radius:var(--radius-md)}.hero{position:relative;overflow:hidden;padding:var(--space-6) 0 var(--space-7);background:radial-gradient(ellipse 80% 60% at 100% 0%,rgba(123,174,138,.14) 0%,transparent 55%),radial-gradient(ellipse 60% 50% at 0% 100%,rgba(212,118,74,.08) 0%,transparent 50%),var(--color-bg)}.hero__inner{position:relative;z-index:1}.hero__grid{display:grid;grid-template-columns:1fr;gap:var(--space-6);align-items:center}@media(min-width:960px){.hero__grid{grid-template-columns:1.05fr .95fr;gap:var(--space-7)}}.hero__copy{max-width:560px}.hero__eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;margin-bottom:var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-full);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary)}.hero__eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--color-sage)}.hero__title{font-size:clamp(2.25rem,5.5vw,3.75rem);line-height:1.06;color:var(--color-primary);margin-bottom:var(--space-4);letter-spacing:-.02em}.hero__title em{font-style:normal;color:var(--color-accent)}.hero__subtitle{font-size:clamp(1rem,1.6vw,1.125rem);line-height:1.7;color:var(--color-text-muted);margin-bottom:var(--space-5);max-width:480px}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-bottom:var(--space-6)}.hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-3);padding-top:var(--space-5);border-top:1px solid var(--color-border)}.hero__stat strong{display:block;font-family:var(--font-display);font-size:1.35rem;color:var(--color-primary);line-height:1.1}.hero__stat span{display:block;margin-top:4px;font-size:12px;color:var(--color-text-muted)}.hero__showcase{position:relative}.hero__showcase-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:var(--space-3)}.hero__showcase-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column}.hero__showcase-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.hero__showcase-item--main{grid-row:span 2}.hero__showcase-img{aspect-ratio:1;background:var(--color-surface-2);display:flex;align-items:center;justify-content:center;padding:var(--space-4);color:var(--color-sage)}.hero__showcase-item--main .hero__showcase-img{aspect-ratio:auto;flex:1;min-height:180px}.hero__showcase-img img{max-width:88%;max-height:88%;object-fit:contain}.hero__showcase-meta{padding:var(--space-3) var(--space-4);border-top:1px solid var(--color-border)}.hero__showcase-cat{display:block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-accent);margin-bottom:4px}.hero__showcase-meta strong{display:block;font-family:var(--font-body);font-size:13px;font-weight:600;color:var(--color-primary);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hero__showcase-item--main .hero__showcase-meta strong{font-size:14px}.hero__showcase-price{display:block;margin-top:6px;font-size:14px;font-weight:700;color:var(--color-primary)}.hero__showcase-ring{position:absolute;top:-24px;right:-24px;width:140px;height:140px;border-radius:50%;border:2px dashed rgba(123,174,138,.35);pointer-events:none;z-index:-1}.hero__showcase--brand{min-height:360px}.hero__brand-panel{height:100%;padding:var(--space-6);background:linear-gradient(145deg,var(--color-primary) 0%,var(--color-primary-light) 100%);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden}.hero__brand-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(123,174,138,.2) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(212,118,74,.15) 0%,transparent 45%);pointer-events:none}.hero__brand-logo{position:relative;border-radius:var(--radius-lg);background:#ffffff1a;padding:8px;margin-bottom:var(--space-4)}.hero__brand-tagline{position:relative;font-size:15px;line-height:1.6;color:#ffffffd1;max-width:280px;margin-bottom:var(--space-5)}.hero__brand-cats{position:relative;width:100%;display:flex;flex-direction:column;gap:var(--space-2)}.hero__brand-cat{display:flex;align-items:center;gap:var(--space-3);padding:12px 14px;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-md);color:#fff;font-size:14px;font-weight:600;transition:background .2s}.hero__brand-cat:hover{background:#ffffff29}.hero__brand-cat span:last-child{margin-left:auto;opacity:.7}.hero__brand-cat-icon{width:36px;height:36px;flex-shrink:0;border-radius:var(--radius-sm);background:#ffffff1f;display:flex;align-items:center;justify-content:center;color:var(--color-sage);overflow:hidden}.hero__brand-cat-img{width:100%;height:100%;object-fit:cover}@media(max-width:959px){.hero__showcase-grid{max-width:420px;margin:0 auto}}.hero--banner{padding:0;background:var(--color-primary-dark)}.hero__slider{position:relative;width:100%;min-height:clamp(280px,42vw,520px);overflow:hidden;background:var(--color-primary-dark)}.hero__slide{position:absolute;inset:0;opacity:0;transition:opacity .5s ease;pointer-events:none;z-index:0}.hero__slide.is-active{opacity:1;pointer-events:auto;z-index:1}.hero__slide-media{width:100%;height:100%}.hero__slide-media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero__slide-link{position:absolute;inset:0;z-index:2}.hero__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:44px;height:44px;border-radius:50%;background:#ffffff24;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;border:1px solid rgba(255,255,255,.22);display:grid;place-items:center;transition:background .2s}.hero__nav:hover{background:#ffffff3d}.hero__nav--prev{left:16px}.hero__nav--next{right:16px}.hero__dots{position:absolute;bottom:24px;left:50%;transform:translate(-50%);z-index:5;display:flex;gap:8px}.hero__dot{width:8px;height:8px;border-radius:var(--radius-full);background:#ffffff59;transition:all .3s}.hero__dot.is-active{width:28px;background:#fff}.hero__skeleton{min-height:clamp(420px,50vh,560px);border-radius:var(--radius-xl)}.hero--static .hero__skeleton{min-height:480px}
