.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fdf8f5,#fceee8)}.login-card{background:#fff;border-radius:24px;padding:2.5rem 2rem;width:100%;max-width:380px;box-shadow:0 20px 60px #c97b6b26;border:1.5px solid #f0e0d8}.login-logo{font-size:1.4rem;font-weight:700;color:#c97b6b;text-align:center;margin-bottom:.4rem}.login-logo span{font-weight:300;color:#9e7e76}.login-card h2{text-align:center;font-size:1rem;font-weight:400;color:#9e7e76;margin-bottom:1.8rem}.login-form{display:flex;flex-direction:column;gap:.6rem}.login-form label{font-size:.82rem;color:#2c1f1a;font-weight:600}.login-form input{padding:.65rem 1rem;border:1.5px solid #f0e0d8;border-radius:12px;font-size:.9rem;font-family:inherit;outline:none;transition:border-color .2s;background:#fdf8f5}.login-form input:focus{border-color:#e8a598}.login-form button{margin-top:.5rem;padding:.8rem;background:#c97b6b;color:#fff;border:none;border-radius:12px;font-size:.95rem;font-family:inherit;font-weight:700;cursor:pointer;transition:background .2s}.login-form button:hover{background:#e8a598}.login-form button:disabled{opacity:.6;cursor:not-allowed}.admin-layout{display:flex;min-height:100vh;background:#faf6f3;font-family:Tahoma,sans-serif;direction:rtl}.admin-sidebar{width:220px;flex-shrink:0;background:#fff;border-left:1px solid #f0e0d8;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar-logo{padding:1.6rem 1.4rem 1rem;font-size:1.15rem;font-weight:700;color:#c97b6b;border-bottom:1px solid #f0e0d8}.sidebar-logo span{font-weight:300;color:#9e7e76}.sidebar-nav{flex:1;padding:1rem .8rem;display:flex;flex-direction:column;gap:.3rem}.sidebar-nav button{display:flex;align-items:center;gap:.6rem;width:100%;padding:.65rem .9rem;border:none;background:transparent;border-radius:12px;font-size:.88rem;font-family:inherit;color:#9e7e76;cursor:pointer;transition:all .2s;text-align:right}.sidebar-nav button:hover{background:#fdf3ef;color:#2c1f1a}.sidebar-nav button.active{background:#f5ddd6;color:#c97b6b;font-weight:700}.sidebar-footer{padding:1rem .8rem;border-top:1px solid #f0e0d8}.sidebar-user{font-size:.8rem;color:#9e7e76;margin-bottom:.5rem}.logout-btn{width:100%;padding:.5rem;border:1.5px solid #f0e0d8;background:transparent;border-radius:10px;color:#9e7e76;font-size:.82rem;font-family:inherit;cursor:pointer;transition:all .2s}.logout-btn:hover{border-color:#e8a598;color:#c97b6b}.admin-main{flex:1;padding:2rem;overflow-y:auto}.admin-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.admin-topbar h1{font-size:1.3rem;font-weight:700;color:#2c1f1a}.admin-filter-bar{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.acat-btn{padding:.35rem 1rem;border:1.5px solid #f0e0d8;border-radius:50px;background:transparent;color:#9e7e76;font-size:.8rem;font-family:inherit;cursor:pointer;transition:all .22s}.acat-btn:hover{border-color:#e8a598;color:#c97b6b}.acat-btn.on{background:#c97b6b;border-color:#c97b6b;color:#fff}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.item-card{background:#fff;border-radius:16px;overflow:hidden;border:1.5px solid #f0e0d8;transition:box-shadow .25s,transform .25s}.item-card:hover{box-shadow:0 8px 24px #c97b6b1f;transform:translateY(-3px)}.item-thumb{height:180px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;font-size:2.5rem;background-color:#f5ddd6}.item-info{padding:.9rem 1rem .5rem}.item-cat-badge{display:inline-block;background:#f5ddd6;color:#c97b6b;border-radius:50px;padding:.18rem .65rem;font-size:.7rem;font-weight:700;margin-bottom:.4rem}.item-title{font-size:.95rem;font-weight:700;color:#2c1f1a;margin-bottom:.3rem}.item-desc{font-size:.78rem;color:#9e7e76;line-height:1.5;margin:0}.item-actions{display:flex;gap:.5rem;padding:.7rem 1rem .9rem}.cat-list{display:flex;flex-direction:column;gap:.6rem;max-width:600px}.cat-row{display:flex;align-items:center;gap:1rem;background:#fff;border-radius:14px;padding:1rem 1.2rem;border:1.5px solid #f0e0d8}.cat-row-info{flex:1}.cat-row-label{font-size:.95rem;font-weight:700;color:#2c1f1a;display:block}.cat-row-id{font-size:.75rem;color:#9e7e76;font-family:monospace}.cat-row-count{font-size:.8rem;color:#9e7e76;white-space:nowrap}.btn-add{padding:.55rem 1.3rem;background:#c97b6b;color:#fff;border:none;border-radius:50px;font-size:.88rem;font-family:inherit;font-weight:700;cursor:pointer;transition:all .2s}.btn-add:hover{background:#e8a598;transform:translateY(-1px)}.btn-edit{flex:1;padding:.42rem;background:#f5ddd6;color:#c97b6b;border:none;border-radius:8px;font-size:.8rem;font-family:inherit;cursor:pointer;transition:background .2s}.btn-edit:hover{background:#e8c5bc}.btn-del{flex:1;padding:.42rem;background:#fde8e8;color:#c04040;border:none;border-radius:8px;font-size:.8rem;font-family:inherit;cursor:pointer;transition:background .2s}.btn-del:hover:not(:disabled){background:#fac8c8}.btn-del:disabled{opacity:.4;cursor:not-allowed}.btn-cancel{padding:.6rem 1.4rem;background:transparent;color:#9e7e76;border:1.5px solid #f0e0d8;border-radius:12px;font-size:.88rem;font-family:inherit;cursor:pointer;transition:all .2s}.btn-cancel:hover{border-color:#9e7e76}.btn-save{padding:.6rem 1.6rem;background:#c97b6b;color:#fff;border:none;border-radius:12px;font-size:.88rem;font-family:inherit;font-weight:700;cursor:pointer;transition:all .2s}.btn-save:hover{background:#e8a598}.btn-save:disabled{opacity:.6;cursor:not-allowed}.btn-del-confirm{padding:.6rem 1.6rem;background:#c04040;color:#fff;border:none;border-radius:12px;font-size:.88rem;font-family:inherit;font-weight:700;cursor:pointer}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#2c1f1a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem}.modal{background:#fff;border-radius:24px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 60px #2c1f1a2e}.modal-sm{max-width:380px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.3rem 1.5rem;border-bottom:1px solid #f0e0d8}.modal-header h2{font-size:1.05rem;font-weight:700;color:#2c1f1a}.modal-header button{background:none;border:none;font-size:1.1rem;color:#9e7e76;cursor:pointer}.modal-form{padding:1.4rem 1.5rem;display:flex;flex-direction:column;gap:.7rem}.modal-form label{font-size:.82rem;font-weight:600;color:#2c1f1a}.modal-form input,.modal-form select,.modal-form textarea{padding:.65rem .9rem;border:1.5px solid #f0e0d8;border-radius:12px;font-size:.9rem;font-family:inherit;outline:none;transition:border-color .2s;background:#fdf8f5;color:#2c1f1a;width:100%}.modal-form input:focus,.modal-form select:focus,.modal-form textarea:focus{border-color:#e8a598}.modal-form textarea{resize:vertical}.modal-actions{display:flex;gap:.6rem;justify-content:flex-end;margin-top:.4rem}.req{color:#c04040}.upload-zone{border:2px dashed #f0e0d8;border-radius:16px;padding:2rem;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;background-size:cover;background-position:center;min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.upload-zone:hover{border-color:#e8a598;background-color:#fdf3ef}.upload-icon{font-size:2rem;margin-bottom:.5rem;display:block}.upload-zone p{font-size:.88rem;color:#9e7e76;margin-bottom:.25rem}.upload-zone small{font-size:.75rem;color:#c4a882}.upload-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#c97b6bb3;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.95rem;opacity:0;transition:opacity .2s}.upload-zone:hover .upload-overlay{opacity:1}.confirm-modal{text-align:center;padding:2rem 1.5rem}.confirm-icon{font-size:2.5rem;display:block;margin-bottom:.8rem}.confirm-modal h3{font-size:1.1rem;color:#2c1f1a;margin-bottom:.4rem}.confirm-modal p{font-size:.88rem;color:#9e7e76;margin-bottom:1.2rem}.err-msg{background:#fde8e8;color:#c04040;border-radius:10px;padding:.5rem .9rem;font-size:.82rem}.admin-loading{text-align:center;padding:3rem;color:#9e7e76}.admin-empty{text-align:center;padding:4rem 2rem;color:#9e7e76}.admin-empty span{font-size:3rem;display:block;margin-bottom:.8rem}.admin-empty p{margin-bottom:1rem}.slides-list{display:flex;flex-direction:column;gap:1.2rem;max-width:700px}.slide-editor-card{background:#fff;border:1.5px solid #f0e0d8;border-radius:18px;display:flex;gap:1.2rem;align-items:flex-start;padding:1.2rem}.slide-editor-num{width:28px;height:28px;border-radius:50%;background:#f5ddd6;color:#c97b6b;font-weight:700;font-size:.85rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.slide-editor-img{width:160px;height:110px;border-radius:12px;flex-shrink:0;background-size:cover;background-position:center;cursor:pointer;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;border:2px dashed #f0e0d8;transition:border-color .2s}.slide-editor-img:hover{border-color:#e8a598}.slide-editor-img:hover .upload-overlay{opacity:1}.slide-editor-img-placeholder{text-align:center;color:#9e7e76;font-size:.8rem}.slide-editor-img-placeholder small{display:block;margin-top:4px;font-size:.72rem}.slide-editor-controls{flex:1;display:flex;flex-direction:column;gap:.8rem}.slide-editor-btns{display:flex;gap:.6rem}.img-preview-wrap{border-radius:12px;overflow:hidden;max-height:180px}.img-preview{width:100%;max-height:180px;object-fit:cover;display:block}.content-section-tabs{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1.5rem}.csec-tab{padding:.4rem 1.1rem;border:1.5px solid #f0e0d8;border-radius:50px;background:transparent;color:#9e7e76;font-size:.82rem;font-family:inherit;cursor:pointer;transition:all .2s}.csec-tab:hover{border-color:#e8a598;color:#c97b6b}.csec-tab.active{background:#c97b6b;border-color:#c97b6b;color:#fff;font-weight:700}.content-editor-body{max-width:640px}.ce-section{display:flex;flex-direction:column;gap:.9rem}.ce-field{display:flex;flex-direction:column;gap:.3rem}.ce-field label{font-size:.8rem;font-weight:600;color:#2c1f1a}.ce-field input,.ce-field textarea{padding:.6rem .9rem;border:1.5px solid #f0e0d8;border-radius:12px;font-size:.9rem;font-family:inherit;outline:none;background:#fdf8f5;color:#2c1f1a;transition:border-color .2s;width:100%}.ce-field input:focus,.ce-field textarea:focus{border-color:#e8a598}.ce-field textarea{resize:vertical;min-height:60px}.ce-group-title{font-size:.75rem;font-weight:700;color:#c97b6b;text-transform:uppercase;letter-spacing:.06em;margin-top:.4rem;padding-bottom:.3rem;border-bottom:1px solid #f0e0d8}.ce-step-group{background:#fff;border:1.5px solid #f0e0d8;border-radius:14px;padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.7rem}.ce-step-head{font-size:.78rem;font-weight:700;color:#c97b6b}.logo-upload-area{display:flex;flex-direction:column;gap:.7rem;background:#fff;border:1.5px solid #f0e0d8;border-radius:14px;padding:1rem 1.2rem}.logo-preview{height:52px;width:auto;object-fit:contain}.logo-placeholder{font-size:.82rem;color:#9e7e76;font-style:italic;padding:.4rem 0}.navbar{position:fixed;top:0;right:0;left:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem;height:64px;background:#fdf8f5eb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid #f0e0d8;transition:box-shadow .3s,background .3s;overflow:hidden}.navbar.scrolled{box-shadow:0 4px 24px #c97b6b1a;background:#fdf8f5f7}.progress-bar{position:absolute;bottom:0;right:0;height:2px;background:linear-gradient(to left,#c97b6b,#f5b8a8);transition:width .08s linear;pointer-events:none}.logo{font-size:1.25rem;font-weight:700;color:#c97b6b;letter-spacing:.06em;background:none;border:none;cursor:pointer;font-family:inherit;padding:0;transition:opacity .2s;flex-shrink:0}.logo:hover{opacity:.75}.logo span{font-weight:300;color:#9e7e76}.logo-img{height:36px;width:auto;object-fit:contain;display:block}.nav-links{display:flex;gap:.2rem;list-style:none}.nav-link{display:flex;flex-direction:column;align-items:center;gap:.28rem;padding:.45rem .85rem;border:none;background:transparent;color:#9e7e76;font-size:.82rem;font-family:inherit;cursor:pointer;border-radius:14px;line-height:1;transition:color .2s,background .2s}.nav-link:hover{color:#2c1f1a;background:#c97b6b0f}.nav-link.active{color:#c97b6b;background:#c97b6b17;font-weight:600}.nav-icon{width:18px;height:18px;display:block;flex-shrink:0;color:inherit}.nav-icon svg{width:100%;height:100%;display:block}.nav-right{display:flex;align-items:center;gap:.8rem}.nav-cta{padding:.42rem 1.2rem;background:#c97b6b;color:#fff;border:none;border-radius:50px;font-size:.82rem;cursor:pointer;transition:background .2s,transform .2s;font-family:inherit;font-weight:600;flex-shrink:0}.nav-cta:hover{background:#e8a598;transform:translateY(-1px)}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;background:transparent;border:1.5px solid #f0e0d8;border-radius:10px;cursor:pointer;padding:0;transition:border-color .2s}.hamburger:hover{border-color:#e8a598}.hamburger span{display:block;width:18px;height:1.5px;background:#9e7e76;border-radius:2px;transition:transform .3s,opacity .3s,width .3s;transform-origin:center}.hamburger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;width:0}.hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-drawer{position:fixed;top:64px;right:0;left:0;z-index:199;background:#fdf8f5fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform:translateY(-10px);opacity:0;pointer-events:none;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .3s;border-bottom:1px solid #f0e0d8;box-shadow:0 12px 40px #c97b6b1a}.mobile-drawer.open{transform:translateY(0);opacity:1;pointer-events:auto}.drawer-inner{max-width:480px;margin:0 auto;padding:1rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.25rem}.drawer-link{display:flex;align-items:center;gap:1rem;width:100%;padding:.8rem 1rem;background:transparent;border:none;border-radius:14px;cursor:pointer;font-family:inherit;transition:background .2s;position:relative}.drawer-link:hover{background:#c97b6b0f}.drawer-link.active{background:#c97b6b17}.drawer-link:before{content:"";position:absolute;right:0;top:20%;bottom:20%;width:3px;border-radius:2px;background:#c97b6b;transform:scaleY(0);transition:transform .25s}.drawer-link.active:before{transform:scaleY(1)}.drawer-icon{width:20px;height:20px;flex-shrink:0;color:#9e7e76;transition:color .2s}.drawer-icon svg{width:100%;height:100%;display:block}.drawer-link.active .drawer-icon{color:#c97b6b}.drawer-link:hover .drawer-icon{color:#2c1f1a}.drawer-label{font-size:.98rem;color:#2c1f1a;font-weight:500;flex:1;text-align:right}.drawer-link.active .drawer-label{color:#c97b6b;font-weight:700}.drawer-cta{margin-top:.8rem;padding:.9rem;background:linear-gradient(135deg,#c97b6b,#e8a598);color:#fff;border:none;border-radius:14px;font-size:.95rem;font-family:inherit;font-weight:700;cursor:pointer;transition:opacity .2s}.drawer-cta:hover{opacity:.88}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:198;background:#2c1f1a1a}.section-dots{position:fixed;left:1.5rem;top:50%;transform:translateY(-50%);z-index:150;display:flex;flex-direction:column;gap:.7rem}.section-dot{width:8px;height:8px;border-radius:50%;background:#e0cfc8;border:none;cursor:pointer;padding:0;transition:background .25s,transform .25s,height .3s,border-radius .3s;position:relative}.section-dot:hover{background:#e8a598;transform:scale(1.3)}.section-dot.active{background:#c97b6b;height:24px;border-radius:4px;transform:none}.dot-tooltip{position:absolute;left:calc(100% + 10px);top:50%;transform:translateY(-50%);background:#2c1f1a;color:#fff;font-size:.72rem;white-space:nowrap;padding:.25rem .6rem;border-radius:6px;opacity:0;pointer-events:none;transition:opacity .2s}.dot-tooltip:before{content:"";position:absolute;right:100%;top:50%;transform:translateY(-50%);border:5px solid transparent;border-right-color:#2c1f1a}.section-dot:hover .dot-tooltip{opacity:1}@media (max-width: 768px){.navbar{padding:0 1.2rem}.nav-links{display:none}.hamburger{display:flex}.nav-cta,.section-dots{display:none}}.hero{padding:5.5rem 2.5rem 2.5rem;background:linear-gradient(135deg,#fdf8f5,#fceee8 60%,#f9dfd5)}.hero-slider{max-width:1160px;margin:0 auto;position:relative;border-radius:22px;overflow:hidden;height:clamp(420px,55vh,580px);box-shadow:0 24px 60px #c97b6b2e}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .75s ease}.hero-slide.active{opacity:1}.hero-slide-bg{position:absolute;top:0;right:0;bottom:0;left:0;transform:scale(1.04);transition:transform 6s ease-out}.hero-slide.active .hero-slide-bg{transform:scale(1.1)}.hero-slide-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(44,31,26,.1) 0%,transparent 40%,rgba(44,31,26,.22) 100%)}.hero-glass{position:absolute;right:36px;bottom:36px;z-index:10;display:flex;align-items:center;gap:12px;padding:16px 22px;background:#fdf8f594;backdrop-filter:blur(24px) saturate(1.4);-webkit-backdrop-filter:blur(24px) saturate(1.4);border:1px solid rgba(255,255,255,.55);border-radius:16px;box-shadow:0 8px 28px #2c1f1a1a}.hero-glass-dot{width:10px;height:10px;border-radius:50%;background:#c97b6b;flex-shrink:0;box-shadow:0 0 #c97b6b80;animation:pulse-dot 2s ease infinite}@keyframes pulse-dot{0%,to{box-shadow:0 0 #c97b6b80}50%{box-shadow:0 0 0 6px #c97b6b00}}.hero-glass-text{display:flex;flex-direction:column;gap:2px}.hero-glass-label{font-size:.72rem;color:#9e7e76;font-weight:500}.hero-glass-tag{font-size:.88rem;color:#2c1f1a;font-weight:700}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:38px;height:38px;border-radius:50%;background:#fdf8f5a6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;color:#2c1f1a;display:grid;place-items:center;cursor:pointer;transition:background .2s,transform .2s}.hero-arrow:hover{background:#fdf8f5e6;transform:translateY(-50%) scale(1.08)}.hero-arrow svg{width:18px;height:18px}.hero-arrow-r{right:14px}.hero-arrow-l{left:14px}.hero-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px;align-items:center;z-index:10}.hero-dot{width:8px;height:8px;border-radius:999px;background:#c97b6b59;border:none;cursor:pointer;transition:background .3s,width .35s ease}.hero-dot.active{background:#c97b6b;width:22px}@media (max-width: 860px){.hero{padding:5rem 1.5rem 2rem}}@media (max-width: 540px){.hero{padding:5rem 1rem 1.5rem}.hero-slider{border-radius:16px}.hero-glass{right:16px;bottom:16px;padding:12px 16px}}.gallery-section{padding:5rem 2.5rem;background:#fff}.gallery-head{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1.5rem;max-width:1160px;margin-inline:auto;margin-bottom:2.5rem}.section-eyebrow{font-size:.72rem;letter-spacing:.16em;color:#e8a598;text-transform:uppercase;margin-bottom:.4rem;display:block}.cat-bar{display:flex;gap:.5rem;flex-wrap:wrap}.cat-btn{padding:.38rem 1.1rem;border:1.5px solid #f0e0d8;background:transparent;color:#9e7e76;border-radius:50px;font-size:.82rem;font-family:inherit;cursor:pointer;transition:all .22s}.cat-btn:hover{border-color:#e8a598;color:#c97b6b}.cat-btn.active{background:#c97b6b;border-color:#c97b6b;color:#fff}.card-grid{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:240px;gap:1rem}.card-grid .card-item:nth-child(4n+1){grid-row:span 2}.card-item{position:relative;overflow:hidden;border-radius:18px;cursor:pointer;transition:transform .35s,box-shadow .35s}.card-item:hover{transform:translateY(-5px);box-shadow:0 16px 40px #c97b6b26}.card-bg{position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.card-item:hover .card-bg{transform:scale(1.05)}.card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(44,31,26,.8) 0%,transparent 60%);opacity:0;transition:opacity .35s;display:flex;flex-direction:column;justify-content:flex-end;padding:1.2rem 1.4rem}.card-item:hover .card-overlay{opacity:1}.card-cat{font-size:.65rem;letter-spacing:.14em;color:#f5ddd6;text-transform:uppercase;margin-bottom:.25rem}.card-name{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.25rem}.card-desc{font-size:.78rem;color:#ffffffb3;line-height:1.5;margin:0}.gallery-loading{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.skeleton{height:240px;border-radius:18px;background:linear-gradient(90deg,#f5ede8 25%,#fdf0ea,#f5ede8 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.gallery-empty{max-width:1160px;margin:0 auto;text-align:center;padding:5rem 2rem;color:#9e7e76}.gallery-empty span{font-size:3rem;display:block;margin-bottom:1rem}@media (max-width: 768px){.gallery-section{padding:3.5rem 1.2rem}.card-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px}.gallery-head{flex-direction:column;align-items:flex-start}}.process-section{padding:5rem 2.5rem;background:#fdf8f5}.process-inner{max-width:1100px;margin:0 auto}.section-head{margin-bottom:3rem}.section-eyebrow{font-size:.72rem;letter-spacing:.16em;color:#e8a598;text-transform:uppercase;display:block;margin-bottom:.4rem}.section-title{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:300;color:#2c1f1a}.section-title strong{font-weight:700}.process-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.process-card{background:#fff;border-radius:18px;padding:2rem 1.4rem;border:1.5px solid #f0e0d8;transition:all .3s;position:relative;overflow:hidden}.process-card:before{content:"";position:absolute;top:0;right:0;left:0;height:3px;background:linear-gradient(to left,#e8a598,#c97b6b);transform:scaleX(0);transition:transform .3s;transform-origin:right;border-radius:3px 3px 0 0}.process-card:hover{border-color:#e8a598;box-shadow:0 12px 32px #c97b6b1a;transform:translateY(-4px)}.process-card:hover:before{transform:scaleX(1)}.p-num{width:38px;height:38px;background:#f5ddd6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;color:#c97b6b;margin-bottom:1.2rem}.p-title{font-size:1rem;font-weight:700;color:#2c1f1a;margin-bottom:.6rem}.p-desc{font-size:.82rem;color:#9e7e76;line-height:1.75;margin:0}@media (max-width: 768px){.process-section{padding:3.5rem 1.2rem}.process-cards{grid-template-columns:1fr 1fr}}.cta-section{padding:3rem 2.5rem 4rem}.cta-box{max-width:820px;margin:0 auto;background:linear-gradient(135deg,#c97b6b,#e8a090);border-radius:28px;padding:4rem 3rem;text-align:center;box-shadow:0 24px 60px #c97b6b40}.cta-box h2{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:300;color:#fff;line-height:1.3;margin-bottom:.8rem}.cta-box h2 strong{font-weight:800}.cta-box p{color:#fffc;font-size:.95rem;margin-bottom:2rem;line-height:1.8}.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-white{padding:.72rem 1.8rem;background:#fff;color:#c97b6b;border:none;border-radius:50px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block}.btn-white:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-2px)}.btn-white-out{padding:.72rem 1.8rem;background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.6);border-radius:50px;font-size:.9rem;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block}.btn-white-out:hover{background:#ffffff26}@media (max-width: 768px){.cta-section{padding:2rem 1.2rem 3rem}.cta-box{padding:2.5rem 1.5rem}}.footer{padding:1.8rem 2.5rem;border-top:1px solid #f0e0d8;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-logo{font-size:1rem;font-weight:700;color:#c97b6b}.footer-logo span{font-weight:300;color:#9e7e76}.footer p{font-size:.78rem;color:#9e7e76}.footer-socials{display:flex;gap:.5rem}.soc{width:32px;height:32px;border-radius:50%;background:#f5ddd6;color:#c97b6b;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s}.soc:hover{background:#e8a598;color:#fff;transform:translateY(-2px)}@media (max-width: 768px){.footer{flex-direction:column;text-align:center;padding:1.5rem}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#fdf8f5;color:#2c1f1a;font-family:Tahoma,sans-serif;overflow-x:hidden;line-height:1.7}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#fdf8f5}::-webkit-scrollbar-thumb{background:#e8a598;border-radius:8px}
