@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap");:root{--ivory:#f8f5ef;--cream:#f1ece3;--beige:#ded4c5;--champagne:#b9a486;--brown:#4b4036;--dark:#211d19;--muted:#8b8175;--border:rgba(75,64,54,0.16)}*{box-sizing:border-box}body,html{background:var(--ivory)}body{margin:0;color:var(--dark);font-family:Inter,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}.catalog-page{width:100%;max-width:1500px;margin:0 auto;padding:28px 34px 36px}.catalog-header{gap:14px;padding-bottom:26px;border-bottom:1px solid var(--border)}.brand-mark,.catalog-header{display:flex;align-items:center}.brand-mark{justify-content:center;width:52px;height:52px;border:1px solid var(--brown);border-radius:50%;color:var(--brown);font-family:Cormorant Garamond,serif;font-size:25px;font-weight:600;line-height:1}.brand-copy{display:flex;flex-direction:column;gap:2px}.brand-name{color:var(--brown);font-size:18px;font-weight:600;letter-spacing:.32em}.brand-subtitle{color:var(--muted);font-size:8px;letter-spacing:.3em}.catalog-intro{max-width:720px;padding:90px 0 74px}.eyebrow{margin:0 0 20px;color:var(--champagne);font-size:11px;font-weight:600;letter-spacing:.24em}.catalog-intro h1{margin:0;color:var(--brown);font-family:Cormorant Garamond,serif;font-size:clamp(54px,7vw,100px);font-weight:500;line-height:.88;letter-spacing:-.045em}.catalog-description{max-width:390px;margin:30px 0 0;color:var(--muted);font-size:13px;line-height:1.8}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:42px 22px;gap:42px 22px}.product-card{min-width:0}.product-image-wrap{position:relative;aspect-ratio:.88;overflow:hidden;background:var(--cream)}.product-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-card:hover .product-image{transform:scale(1.035)}.product-image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:radial-gradient(circle at 50% 35%,#fffdf8 0,#e8dfd1 60%,#d7c9b6 100%)}.product-image-placeholder span{color:rgba(75,64,54,.32);font-family:Cormorant Garamond,serif;font-size:58px}.promotion-badge{position:absolute;top:14px;left:14px;padding:6px 9px;background:var(--brown);color:var(--ivory);font-size:9px;font-weight:600;letter-spacing:.14em}.product-info{padding-top:15px}.product-topline{align-items:baseline;justify-content:space-between}.product-topline h2{min-width:0;margin:0;overflow:hidden;color:var(--brown);font-family:Cormorant Garamond,serif;font-size:25px;font-weight:600;line-height:1;text-overflow:ellipsis;white-space:nowrap}.product-code{flex-shrink:0;color:var(--muted);font-size:8px;letter-spacing:.08em}.product-perfume{margin:7px 0 15px;color:var(--muted);font-size:11px;letter-spacing:.04em}.product-bottomline{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--border);padding-top:11px}.product-weight{color:var(--muted);font-size:10px;letter-spacing:.1em}.product-price{display:flex;align-items:center;gap:8px;color:var(--brown);font-size:12px}.product-price del{color:var(--muted);font-size:10px}.product-price strong{color:var(--brown);font-weight:600}.empty-catalog{padding:100px 0;color:var(--muted);font-family:Cormorant Garamond,serif;font-size:30px;text-align:center}.catalog-footer{display:flex;justify-content:space-between;gap:20px;margin-top:110px;padding-top:20px;border-top:1px solid var(--border);color:var(--muted);font-size:9px;letter-spacing:.16em}@media (max-width:1100px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.catalog-page{padding:20px 18px 28px}.catalog-intro{padding:65px 0 52px}.catalog-intro h1{font-size:clamp(54px,16vw,84px)}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 14px}.product-topline{display:block}.product-topline h2{font-size:23px}.product-code{display:block;margin-top:6px}.product-bottomline{gap:8px}.catalog-footer,.product-bottomline{align-items:flex-start;flex-direction:column}.catalog-footer{margin-top:75px}}@media (max-width:420px){.product-grid{grid-template-columns:1fr}.product-image-wrap{aspect-ratio:1}}.admin-shell{min-height:100vh;background:#f5f0e9;color:#30271f;padding:28px}.admin-header{max-width:1500px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid #d8cbbb;padding-bottom:22px}.admin-brand{font-family:Cormorant Garamond,serif;font-size:42px;line-height:1}.admin-kicker{letter-spacing:.16em;text-transform:uppercase;font-size:10px;font-weight:700;color:#8b7561}.admin-header-actions,.filter-row{display:flex;flex-wrap:wrap;gap:8px}.admin-button,.filter-button,.small-button{border:1px solid #cdbca9;background:transparent;color:#45382d;padding:10px 14px;border-radius:5px;cursor:pointer;font:inherit;text-decoration:none;font-size:13px}.admin-button.primary,.filter-button.selected,.small-button.accent{background:#45382d;border-color:#45382d;color:#fffaf4}.admin-button.secondary{background:#fffaf5}.admin-button:hover,.filter-button:hover,.small-button:hover{opacity:.8}.admin-intro{max-width:1500px;margin:54px auto 28px}.admin-intro h1{margin:7px 0;font-family:Cormorant Garamond,serif;font-size:clamp(38px,5vw,64px);font-weight:500}.admin-intro p:last-child{color:#806e5e}.admin-message{max-width:1500px;margin:0 auto 22px;padding:13px 16px;background:#e9dfd2;border:1px solid #d5c3af;border-radius:5px;font-size:14px}.stats-toolbar{max-width:1500px;margin:0 auto 14px;gap:12px;color:#806e5e;font-size:12px;letter-spacing:.02em}.stats-toolbar select{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:178px;padding:11px 38px 11px 14px;border:1px solid #d8cbbb;border-radius:999px;background:#fffaf5;font:inherit;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,#8b7561 0),linear-gradient(135deg,#8b7561 50%,transparent 0);background-size:5px 5px,5px 5px;background-repeat:no-repeat}.stats-toolbar select:focus{outline:2px solid #cdbca9;outline-offset:2px}.stats-grid{max-width:1500px;margin:0 auto 48px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.stat-card{background:#fffaf5;border:1px solid #e0d3c5;padding:22px;min-height:105px;display:flex;flex-direction:column;justify-content:space-between}.stat-card span{color:#8a7765;font-size:12px}.stat-card strong{font-family:Cormorant Garamond,serif;font-size:32px;font-weight:600}.stat-card.financial{background:#eee4d8}.admin-section{max-width:1500px;margin:0 auto 48px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}.section-heading h2{margin:5px 0 0;font-family:Cormorant Garamond,serif;font-size:38px;font-weight:500}.product-list{display:flex;flex-direction:column;gap:10px}.admin-product-card{display:grid;grid-template-columns:100px 1fr auto;align-items:center;grid-gap:18px;gap:18px;background:#fffaf5;border:1px solid #e0d3c5;padding:12px}.admin-product-image{width:100px;height:100px;background:#e9dfd2;display:flex;align-items:center;justify-content:center;overflow:hidden}.admin-product-image img{width:100%;height:100%;object-fit:cover}.admin-product-image span{font-family:Cormorant Garamond,serif;font-size:30px}.product-topline{display:flex;align-items:center;gap:10px}.product-code{font-size:11px;letter-spacing:.1em;color:#9a8774}.status-pill{font-size:10px;text-transform:uppercase;letter-spacing:.08em;padding:4px 7px;border-radius:3px}.status-active{background:#dce8d8;color:#46613e}.status-hidden{background:#eee2d1;color:#80613c}.status-sold{background:#ddd8e8;color:#5d5079}.status-deleted{background:#ead7d3;color:#8a5148}.admin-product-main h3{margin:7px 0 2px;font-family:Cormorant Garamond,serif;font-size:27px;font-weight:600}.admin-product-main p{margin:0;color:#806e5e;font-size:13px}.product-meta{display:flex;flex-wrap:wrap;gap:15px;margin-top:12px;color:#8a7765;font-size:12px}.admin-product-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;max-width:330px}.small-button{padding:7px 9px;font-size:11px;background:#fffaf5}.small-button.sold-button{background:#e8dfd4}.small-button.danger{color:#965b52;border-color:#d9bdb7}.small-button:disabled{opacity:.45;cursor:wait}.empty-state{padding:40px;text-align:center;color:#8a7765}.empty-state,.sales-table-wrapper{background:#fffaf5;border:1px solid #e0d3c5}.sales-table-wrapper{overflow-x:auto}.sales-table{width:100%;border-collapse:collapse;font-size:13px}.sales-table td,.sales-table th{text-align:left;padding:14px 16px;border-bottom:1px solid #e8ddd2;white-space:nowrap}.sales-table th{color:#8a7765;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.admin-footer{max-width:1500px;margin:70px auto 0;padding-top:20px;border-top:1px solid #d8cbbb;color:#9a8774;font-size:12px}@media (max-width:900px){.stats-grid{grid-template-columns:repeat(2,1fr)}.admin-product-card{grid-template-columns:80px 1fr}.admin-product-image{width:80px;height:80px}.admin-product-actions{grid-column:1/-1;justify-content:flex-start;max-width:none}}@media (max-width:600px){.stats-toolbar{justify-content:space-between;align-items:center;margin-bottom:12px}.stats-toolbar select{min-width:0;flex:0 1 auto}.admin-shell{padding:16px}.admin-header,.section-heading{align-items:flex-start;flex-direction:column}.admin-header-actions{width:100%}.admin-button{flex:1 1;text-align:center}.stats-grid{grid-template-columns:repeat(2,1fr);gap:8px}.stat-card{padding:15px;min-height:90px}.stat-card strong{font-size:26px}.admin-product-card{grid-template-columns:65px 1fr;gap:12px}.admin-product-image{width:65px;height:65px}.admin-product-main h3{font-size:23px}.product-meta{gap:8px}}.candle-form{max-width:1100px;margin:0 auto}.form-card{background:#fffaf5;border:1px solid #e0d3c5;padding:28px;margin-bottom:16px}.form-card-heading{margin-bottom:24px}.form-card-heading h2{margin:6px 0 0;font-family:Cormorant Garamond,serif;font-size:34px;font-weight:500}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.form-grid label{display:flex;flex-direction:column;gap:7px;color:#5e4d3d;font-size:13px;font-weight:600}.form-grid label.full-width{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea{width:100%;box-sizing:border-box;border:1px solid #d8cbbb;background:#fffdf9;color:#30271f;border-radius:4px;padding:12px 13px;font:inherit;font-weight:400;outline:none}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:#8d735c;box-shadow:0 0 0 2px #eee3d7}.form-grid textarea{resize:vertical}.form-grid small{font-size:11px;color:#9a8774;font-weight:400}.calculation-panel{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;margin-top:24px;background:#d8cbbb;border:1px solid #d8cbbb}.calculation-panel>div{background:#eee4d8;padding:15px;display:flex;flex-direction:column;gap:5px}.calculation-panel span{font-size:11px;color:#806e5e}.calculation-panel strong{font-family:Cormorant Garamond,serif;font-size:23px;font-weight:600}.checkbox-label{flex-direction:row!important;align-items:flex-start;gap:12px!important;padding:14px;border:1px solid #d8cbbb;background:#f8f1e9}.checkbox-label input{width:auto;margin-top:3px}.checkbox-label span{display:flex;flex-direction:column;gap:4px}.checkbox-label small{line-height:1.4}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-bottom:60px}@media (max-width:700px){.form-card{padding:20px}.form-grid{grid-template-columns:1fr}.form-grid label.full-width{grid-column:auto}.calculation-panel{grid-template-columns:repeat(2,1fr)}.form-actions{flex-direction:column-reverse}.form-actions>*{text-align:center;justify-content:center}}.edit-image-preview{display:flex;align-items:flex-start;gap:18px;flex-wrap:wrap;margin-bottom:18px}.edit-image-preview img{display:block;width:220px;height:220px;object-fit:cover;border:1px solid #d8cbbb;background:#eee4d8}.admin-button.danger{background:#8b3f35;color:#fff;border-color:#8b3f35}.admin-button.danger:hover{background:#6f3028}fieldset:disabled{opacity:.72}@media (max-width:700px){.edit-image-preview img{width:100%;height:auto;max-height:360px}}.stats-toolbar{width:100%;min-height:52px;margin:0 auto 12px;padding:8px 10px 8px 16px;display:flex;align-items:center;justify-content:flex-end;gap:14px;border:1px solid #e0d3c5;background:rgba(255,250,245,.72)}.stats-toolbar label{margin:0;color:#8b7561;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.stats-toolbar select{min-width:180px;height:36px;padding:0 38px 0 14px;border:1px solid #cdbca9;border-radius:4px;background-color:#fffaf5;background-position:calc(100% - 17px) 15px,calc(100% - 12px) 15px;color:#45382d;font-size:12px;line-height:36px}.stats-grid{width:100%;min-width:0}.admin-shell{overflow-x:hidden}@media (max-width:1200px){.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.stats-toolbar{justify-content:space-between;padding:8px 10px 8px 12px}.stats-toolbar select{min-width:160px}}