@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700;9..144,800&family=Poppins:wght@400;500;600;700&display=swap";:root{--primary:#ff6b6b;--secondary:#fff0f0;--dark:#333;--accent:#ffb347}body{color:var(--dark);background:#fffaf7;margin:0;font-family:Poppins,sans-serif}button,input,textarea,select{font-family:inherit}h1,h2,h3,h4,.logo-text{font-family:Fraunces,serif}.container{flex-direction:column;gap:30px;display:flex}.hero{text-align:center;justify-content:center;align-items:center;width:100%;height:48vh;padding:0 20px;display:flex;position:relative;overflow:hidden}.hero h1{color:var(--primary);margin-bottom:10px;font-family:Fraunces,serif;font-size:3rem}.hero p{color:#666;font-size:1.2rem}.section{text-align:center;padding:40px 20px}.card-container{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.card{text-align:center;background:#fff;border-radius:20px;width:250px;margin-bottom:40px;padding:15px;transition:transform .2s;box-shadow:0 8px 20px #00000014}.card:hover{transform:translateY(-5px)}.order-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff4d6d,#ff7a59);border:none;border-radius:999px;padding:10px 16px;font-weight:600;transition:all .2s}.order-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff4d6d4d}.product-img{object-fit:cover;border-radius:15px;width:100%;height:180px}.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffc;border-bottom:1px solid #eee;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:auto;padding:14px 20px;display:flex}.logo-section{align-items:center;gap:12px;display:flex}.logo-img{object-fit:contain;width:auto;height:70px}.logo-text{color:#333;font-size:2rem;font-weight:700}.nav-links{gap:25px;list-style:none;display:flex}.nav-actions{align-items:center;gap:12px;display:flex}.nav-links a:hover{color:#ff5d8f}.nav-links a{color:#333;font-weight:500;text-decoration:none;position:relative}.nav-links a:after{content:"";background:#ff4d6d;width:0%;height:2px;transition:all .3s;position:absolute;bottom:-5px;left:0}.nav-links a:hover:after{width:100%}.nav-links li{cursor:pointer}.nav-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff5d8f,#ff8fab);border:none;border-radius:30px;padding:12px 24px;font-weight:600;transition:all .3s}.nav-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #ff5d8f4d}.delete-btn{color:#fff;cursor:pointer;background:red;border:none;border-radius:20px;margin:12px;padding:12px 20px}.edit-btn{color:#fff;cursor:pointer;background:#2d7ef7;border:none;border-radius:20px;margin:12px;padding:12px 20px}.preview-img{object-fit:contain;cursor:pointer;border-radius:18px;width:100%;max-width:320px;height:320px;padding:10px;transition:all .25s}.upload-hint,.remove-text{color:#777;font-size:.9rem}.preview-img:hover{transform:scale(1.03)}.admin-form-right input[type=file]{width:100%}.remove-text{text-align:center;color:#777;font-size:12px}.logout-btn{color:#fff;cursor:pointer;background:#222;border:none;border-radius:20px;padding:10px 16px;position:absolute;top:20px;right:20px}.login-container{flex-direction:column;align-items:center;gap:50px;padding-top:10px;display:flex}.login-card{text-align:center;background:#fff;border-radius:20px;width:300px;margin-bottom:60px;padding:30px;box-shadow:0 10px 25px #0000001a}.login-card textarea{box-sizing:border-box;resize:vertical;border:1px solid #ddd;border-radius:10px;outline:none;width:100%;min-height:110px;margin-bottom:15px;padding:12px;font-family:inherit;font-size:14px}.modal-features{flex-wrap:wrap;gap:10px;margin:25px 0;display:flex}.modal-features span{color:#ff5d8f;background:#fff4f7;border-radius:999px;padding:8px 14px;font-size:.9rem;font-weight:600}.login-card h2{color:var(--primary);margin-bottom:20px}.login-card input{box-sizing:border-box;border:1px solid #ddd;border-radius:10px;outline:none;width:100%;margin-bottom:15px;padding:12px;font-size:14px}.login-card input:focus{border-color:var(--primary)}.login-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:20px;width:100%;margin-bottom:12px;padding:12px;transition:all .2s}.login-btn:hover{background:#ff4d4d}@media (width<=600px){.card{width:90%}.hero h1{font-family:Fraunces,serif;font-size:2rem}}.fade-in{animation:1s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.password-wrapper{width:100%;position:relative}.password-wrapper input{box-sizing:border-box;width:100%}.toggle-password{cursor:pointer;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.error-text{color:red;margin-top:-5px;font-size:13px}.whatsapp-btn{color:#fff;cursor:pointer;z-index:1000;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:28px;transition:all .2s;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 5px 15px #0003}.whatsapp-btn:hover{transform:scale(1.1)}.login-card input[type=file]{cursor:pointer;background:#f5f5f5;border:none;padding:10px}.hero{justify-content:center;align-items:center;width:100%;height:40vh;display:flex;position:relative;overflow:hidden}.hero-bg{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{z-index:2;display:none;position:absolute;inset:0}.hero-content{z-index:3;text-align:center;color:#fff;padding:0 20px;position:relative}.hero-content h1{letter-spacing:2px;color:#ff5d8f;margin-bottom:10px;font-family:Fraunces,serif;font-size:3.5rem;font-weight:700}.hero-content p{opacity:.9;color:#5c2c35;font-size:1.2rem}@media (width<=768px){.hero{height:50vh}.hero-content h1{font-family:Fraunces,serif;font-size:2rem}.hero-content p{font-size:1rem}}.top-bar{justify-content:flex-end;gap:12px;padding:20px;display:flex}.admin-orders-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff8fab,#ff5d8f);border:none;border-radius:12px;padding:12px 18px;font-weight:700}.admin-orders-btn:hover{transform:translateY(-2px)}.logout-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:12px;padding:10px 18px;font-weight:700;transition:all .2s}.logout-btn:hover{opacity:.85}.footer{color:#fff;background:linear-gradient(177deg,brown,#eeac99);padding:40px 20px 15px}.footer-content{flex-wrap:wrap;justify-content:space-around;gap:30px;max-width:1200px;margin:auto;display:flex}.footer-section{min-width:220px}.footer-section h3,.footer-section h4{margin-bottom:12px}.footer-section p{margin:8px 0}.social-links{flex-direction:column;gap:8px;display:flex}.social-links a{color:#fff;text-decoration:none;transition:all .3s}.social-links a:hover{transform:translate(5px)}.footer-bottom{text-align:center;border-top:1px solid #ffffff4d;margin-top:30px;padding-top:15px;font-size:14px}.promo-bar{color:#fff;letter-spacing:.06em;text-transform:uppercase;z-index:89;white-space:nowrap;background-color:#b73434;align-items:center;width:100%;height:44px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:400;display:flex;position:fixed;top:88px;left:0;overflow:hidden;box-shadow:0 2px 8px #0003}.promo-content{align-items:center;gap:50px;width:max-content;animation:30s linear infinite ticker;display:flex}.promo-item{flex-shrink:0;align-items:center;margin-top:.8rem;display:flex}.highlight{color:gold;margin-left:8px}.separator{color:gold;margin-left:40px}.promo-bar:hover .promo-content{animation-play-state:paused}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.cake-order-section{background:linear-gradient(135deg,#fff8f6,#fff0f5,#fef6e4);justify-content:center;align-items:center;min-height:100vh;padding:80px 20px;display:flex}.cake-order-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #ffc0cb40;border-radius:30px;width:100%;max-width:850px;padding:50px;box-shadow:0 20px 60px #00000014,0 8px 20px #ffb6c126}.cake-order-form h2{text-align:center;color:#5c2c35;margin-bottom:10px;font-size:2.5rem}.cake-order-form p{text-align:center;color:#777;margin-bottom:35px}.cake-order-form input,.cake-order-form select,.cake-order-form textarea{background:#fff;border:2px solid #f3e0e5;border-radius:14px;width:100%;margin-bottom:18px;padding:16px 18px;font-size:1rem;transition:all .3s}.cake-order-form input:focus,.cake-order-form select:focus,.cake-order-form textarea:focus{border-color:#ff8fab;outline:none;box-shadow:0 0 0 5px #ff8fab26}.cake-order-form textarea{resize:vertical;min-height:120px}.cake-order-form button{cursor:pointer;color:#fff;background:linear-gradient(135deg,#ff8fab,#ff5d8f);border:none;border-radius:14px;width:100%;padding:18px;font-size:1.1rem;font-weight:700;transition:all .3s}.cake-order-form button:hover{transform:translateY(-3px);box-shadow:0 15px 35px #ff5d8f59}.cake-order-form button:active{transform:translateY(0)}@media (width<=768px){.cake-order-form{border-radius:20px;padding:30px 20px}.cake-order-form h2{font-size:2rem}}.admin-orders-page{background:linear-gradient(135deg,#fff8f6,#fff0f5,#fef6e4);min-height:100vh;padding:110px 6% 60px}.admin-orders-header{text-align:center;margin-bottom:45px}.admin-eyebrow{color:#ff5d8f;letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px;font-weight:700}.admin-orders-header h2{color:#5c2c35;margin-bottom:10px;font-size:2.8rem}.admin-orders-header p{color:#7b6f72}.orders-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:28px;display:grid}.order-card{background:#fffffff5;border:1px solid #ffc0cb59;border-radius:28px;padding:28px;transition:all .3s;box-shadow:0 18px 45px #5c2c3514}.order-card:hover{transform:translateY(-6px);box-shadow:0 25px 65px #5c2c3521}.order-card-top{border-bottom:1px solid #f3e0e5;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;padding-bottom:18px;display:flex}.order-card h3{color:#5c2c35;margin-bottom:5px;font-size:1.4rem}.order-card-top p{color:#8a7479}.status-pill{text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:8px 14px;font-size:.78rem;font-weight:800}.status-pill.pending{color:#8a6500;background:#fff3cd}.status-pill.confirmed{color:#167246;background:#dff7ea}.status-pill.completed{color:#2459a6;background:#e7f0ff}.status-pill.cancelled{color:#a12c2c;background:#ffe1e1}.order-details{gap:1px;display:grid}.order-details p{color:#6f5f63;line-height:1.5}.order-details strong{color:#5c2c35}.order-actions{gap:12px;margin-top:24px;display:flex}.order-actions select{color:#5c2c35;background:#fff;border:2px solid #f3e0e5;border-radius:14px;flex:1;padding:13px 14px;font-weight:600}.order-actions button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff8fab,#ff5d8f);border:none;border-radius:14px;padding:13px 18px;font-weight:800;transition:all .3s}.order-actions button:hover{transform:translateY(-2px);box-shadow:0 12px 28px #ff5d8f59}@media (width<=600px){.admin-orders-page{padding:90px 18px 40px}.admin-orders-header h2{font-size:2.1rem}.order-actions{flex-direction:column}}.admin-navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #ffc0cb40;justify-content:space-between;align-items:center;padding:18px 40px;display:flex;position:sticky;top:0;box-shadow:0 4px 20px #0000000d}.admin-navbar-left h2{color:#5c2c35;margin:0;font-size:1.6rem}.admin-navbar-right{align-items:center;gap:14px;display:flex}.admin-nav-link{color:#5c2c35;border-radius:12px;padding:10px 16px;font-weight:600;text-decoration:none;transition:all .3s}.admin-nav-link:hover{background:#fff0f5}.admin-logout-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#ff8fab,#ff5d8f);border:none;border-radius:12px;padding:10px 18px;font-weight:700;transition:all .3s}.admin-logout-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #ff5d8f4d}@media (width<=768px){.admin-navbar{flex-direction:column;gap:15px;padding:20px}.admin-navbar-right{flex-wrap:wrap;justify-content:center}}.about-page{--about-primary:#c94f75;--about-primary-dark:#9f3658;--about-secondary:#8e5a3c;--about-gold:#d69a3a;--about-cream:#fff9f5;--about-soft-pink:#fff0f4;--about-text:#332b2d;--about-muted:#6f6266;--about-border:#85536224;--about-shadow:0 18px 45px #5c36411a;color:var(--about-text);background:#fffdfc;overflow:hidden}.section-container{width:min(1180px,100% - 40px);margin-inline:auto}.about-hero{text-align:center;background:url(/cakestudio.webp) 50%/cover no-repeat;justify-content:center;align-items:center;height:70vh;display:flex}.about-hero-overlay{color:#ff4f87a3;max-width:800px;padding:2rem}.about-hero-overlay h1{color:#2d2d2d;text-shadow:0 3px 12px #fffc;font-family:Fraunces,serif;font-size:clamp(3rem,6vw,6rem);font-weight:800}.about-hero-overlay p{color:#ff4f87;text-shadow:0 2px 8px #ffffffb3;font-size:1.25rem;font-weight:600}.about-hero h1{margin-bottom:16px;font-family:Fraunces,serif;font-size:clamp(2.5rem,6vw,5rem)}.about-hero p{font-size:1.2rem;line-height:1.7}.about-hero{animation:20s ease-in-out infinite alternate heroZoom}@keyframes heroZoom{0%{background-size:100%}to{background-size:110%}}.about-story{grid-template-columns:1fr 1fr;align-items:center;gap:55px;display:grid}.section-label{color:var(--about-primary);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:14px;font-size:.76rem;font-weight:800;display:inline-flex}.section-label:before{content:"";background:currentColor;border-radius:999px;width:26px;height:2px}.section-label.center{justify-content:center}.about-story h2,.why-section h2,.section-title{margin:14px 0 20px;font-size:clamp(2rem,4vw,3rem)}.about-story p{font-size:1rem;line-height:1.8}.about-story-image img{object-fit:cover;border-radius:28px;width:100%;height:420px;box-shadow:0 18px 40px #00000024}.section-title{text-align:center;max-width:720px;margin:0 auto;font-size:clamp(2rem,4vw,3.2rem);line-height:1.12}.section-heading{text-align:center;max-width:780px;margin:0 auto 50px}.create-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:35px;display:grid}.section-heading>p{max-width:650px;color:var(--about-muted);margin:18px auto 0;font-size:1.03rem;line-height:1.75}.create-card{text-align:center;background:#fff;border-radius:22px;padding:28px;font-weight:700;transition:transform .25s,box-shadow .25s;box-shadow:0 12px 28px #ff4f871f}.create-card:hover{transform:translateY(-6px);box-shadow:0 18px 36px #ff4f8733}.why-section{grid-template-columns:.9fr 1.1fr;align-items:center;gap:40px;display:grid}.why-list{background:#fff;border-radius:28px;padding:35px;box-shadow:0 18px 40px #00000014}.why-list p{margin:14px 0;font-weight:600}.process-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-top:35px;display:grid}.process-card{text-align:center;background:#fff;border-radius:24px;padding:28px 22px;box-shadow:0 12px 28px #00000014}.process-card span{color:#fff;background:#ff4f87;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:14px;font-weight:800;display:inline-flex}.process-card h3{margin-bottom:10px}.process-card p{font-size:.9rem;line-height:1.6}.mission-card{text-align:center;background:#fff;border-radius:30px;margin-bottom:70px;padding:45px;box-shadow:0 18px 40px #00000014}.heart{margin-bottom:15px;font-size:2rem}.mission-card p{max-width:800px;margin:0 auto;font-weight:600;line-height:1.8}@media (width<=768px){.about-hero{height:60vh}.about-story,.why-section,.create-grid,.process-grid{grid-template-columns:1fr}.section-container{padding:45px 0}.about-story-image img{height:300px}}.gift-page{background:linear-gradient(135deg,#fff4f6,#fffaf0);min-height:100vh;padding:120px 20px 60px}.gift-form-card{background:#fff;border-radius:24px;max-width:780px;margin:0 auto;padding:35px;box-shadow:0 12px 35px #783c4626}.gift-form-card h1{text-align:center;color:#8b3a4a;margin-bottom:12px;font-family:Fraunces,serif}.gift-form-card p{text-align:center;color:#7a5a5f;margin-bottom:30px}.gift-form h2{color:#b76e79;margin-top:28px;margin-bottom:14px;font-size:1.2rem}.gift-form input,.gift-form select,.gift-form textarea{border:1px solid #ead3d7;border-radius:14px;outline:none;width:100%;margin-bottom:16px;padding:14px 16px;font-size:1rem}.gift-form textarea{resize:vertical;min-height:110px}.gift-form label{color:#70424b;margin-bottom:8px;font-weight:600;display:block}.gift-form input:focus,.gift-form select:focus,.gift-form textarea:focus{border-color:#b76e79;box-shadow:0 0 0 3px #b76e7926}.submit-btn{color:#fff;cursor:pointer;background:#b76e79;border:none;border-radius:999px;width:100%;margin-top:20px;padding:15px;font-size:1rem;font-weight:700}.submit-btn:hover{background:#9f5964}.dashboard-stats-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:20px;margin-bottom:30px;display:grid}.dashboard-stat-card{text-align:center;background:#fff;border-radius:20px;padding:22px;box-shadow:0 10px 28px #783c461f}.dashboard-stat-card span{font-size:2rem}.dashboard-stat-card p{color:#7a5a5f;margin:10px 0 6px;font-weight:600}.dashboard-stat-card h3{color:#8b3a4a;margin:0;font-size:2rem}.monthly-breakdown-card{background:#fff;border-radius:22px;padding:25px;overflow-x:auto;box-shadow:0 10px 28px #783c461f}.monthly-breakdown-card h3{color:#8b3a4a;margin-bottom:18px}.monthly-stats-table{border-collapse:collapse;width:100%}.monthly-stats-table th,.monthly-stats-table td{text-align:center;border-bottom:1px solid #f0d7dc;padding:14px}.monthly-stats-table th{color:#8b3a4a;background:#fff4f6}.monthly-stats-table td:first-child,.monthly-stats-table th:first-child{text-align:left}.total-row{background:#fffaf0;font-weight:700}.upcoming-orders-card{background:#fff;border-radius:22px;margin-top:30px;padding:25px;box-shadow:0 10px 28px #783c461f}.upcoming-orders-card h3{color:#8b3a4a;margin-bottom:20px}.upcoming-orders-list{flex-direction:column;gap:14px;display:flex}.upcoming-order-item{background:#fff8f9;border:1px solid #f2dde1;border-radius:16px;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.upcoming-order-item h4{color:#5f3740;margin:6px 0 4px}.upcoming-order-item p{color:#7a5a5f;margin:0;font-size:.95rem}.upcoming-order-type{color:#b76e79;margin-bottom:4px;font-size:.85rem;font-weight:600;display:inline-block}.upcoming-order-badges{align-items:center;gap:10px;display:flex}.days-left-pill{color:#8a5a00;white-space:nowrap;background:#fff1c7;border-radius:999px;padding:7px 12px;font-size:.8rem;font-weight:700}.orders-filter-bar{flex-wrap:wrap;gap:15px;margin-bottom:25px;display:flex}.orders-filter-bar input{border:1px solid #ead3d7;border-radius:12px;flex:1;min-width:250px;padding:12px 16px;font-size:.95rem}.orders-filter-bar select{background:#fff;border:1px solid #ead3d7;border-radius:12px;min-width:180px;padding:12px 16px;font-size:.95rem}.orders-filter-bar input:focus,.orders-filter-bar select:focus{border-color:#b76e79;outline:none;box-shadow:0 0 0 3px #b76e7926}.admin-reference-image{object-fit:cover;border-radius:12px;width:100%;max-width:250px;height:auto;margin-top:10px;display:block}.admin-calendar-card{background:#fff;border-radius:20px;margin-top:30px;padding:24px;box-shadow:0 8px 25px #00000014}.fc{margin-top:15px}.fc-toolbar-title{font-weight:600;font-size:1.4rem!important}.fc-daygrid-event{border-radius:8px;padding:4px 6px;font-size:.85rem;border:none!important}.fc-day-today{background:#fff8f2!important}@media (width<=768px){.admin-calendar-card{padding:16px}.fc-toolbar{flex-direction:column;gap:12px}}.admin-calendar-layout{grid-template-columns:360px 1fr;align-items:start;gap:24px;display:grid}.react-calendar{border:none;border-radius:16px;width:100%;padding:14px;font-family:inherit;box-shadow:0 6px 18px #00000014}.calendar-has-order{border-radius:10px;font-weight:700;color:#d64545!important;background:#ffe3e3!important}.calendar-selected-orders{background:#fff7f7;border-radius:16px;padding:20px}.calendar-order-item{background:#fff;border-left:5px solid #ff6b6b;border-radius:14px;margin-bottom:14px;padding:16px}.calendar-order-item h4{margin:8px 0}@media (width<=768px){.admin-calendar-layout{grid-template-columns:1fr}.admin-calendar-card{padding:16px}}.hero-label{color:#fff;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px;font-weight:700;display:inline-block}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:15px;margin-top:25px;display:flex}.hero-btn{border-radius:30px;padding:13px 24px;font-weight:700;text-decoration:none;transition:all .3s}.hero-btn.primary{color:#fff;background:#ff5d8f}.hero-btn.secondary{color:#ff5d8f;background:#fff}.why-section2{z-index:5;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:70px auto 80px;padding:0 20px;display:grid;position:relative}.why-section2 .why-card{text-align:center;background:#fff;border-radius:24px;padding:34px 24px;box-shadow:0 12px 28px #00000014}.why-section2 .why-card span{margin-bottom:12px;font-size:2rem;display:block}.why-section2 .why-card h3{color:#333;margin-bottom:12px;font-size:1.35rem}.why-section2 .why-card p{color:#666;font-size:.98rem;line-height:1.7}.creations-section{background:#fff3f5}.section-eyebrow{color:#ff5d8f;letter-spacing:1px;text-transform:uppercase;font-weight:800}.section-subtitle{color:#666;max-width:720px;margin:0 auto 25px;line-height:1.7}.category-tabs{flex-wrap:wrap;justify-content:center;gap:12px;margin:30px 0;display:flex}.category-tab{color:#ff5d8f;cursor:pointer;background:#fff;border:1px solid #ffb3c6;border-radius:25px;padding:10px 18px;font-weight:700}.category-tab.active,.category-tab:hover{color:#fff;background:#ff5d8f}.product-card{padding:0;overflow:hidden}.product-image-wrap{width:100%;position:relative}.product-card .product-img{border-radius:20px 20px 0 0;height:230px}.product-category-badge{color:#ff5d8f;background:#ffffffe6;border-radius:20px;padding:7px 12px;font-size:.8rem;font-weight:700;position:absolute;top:14px;left:14px}.product-placeholder{color:#ff5d8f;background:#ffe5ec;justify-content:center;align-items:center;height:230px;font-weight:800;display:flex}.product-card-body{padding:18px}.product-price{color:#ff5d8f;font-size:1.1rem;font-weight:800}.admin-card-actions{justify-content:center;gap:10px;display:flex}.testimonials-section{text-align:center;background:#fffaf7;padding:70px 20px}.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:22px;max-width:1100px;margin:35px auto 0;display:grid}.testimonial-card{background:#fff;border-radius:24px;padding:28px;box-shadow:0 10px 28px #00000014}.testimonial-card p{color:#555;line-height:1.7}.testimonial-card strong{color:#ff5d8f}.cta-section{text-align:center;background:linear-gradient(135deg,#ffe5ec,#fff7f0);border-radius:30px;max-width:950px;margin:40px auto 80px;padding:55px 25px}.cta-section h2{color:#333;font-size:2rem}.cta-section p{color:#666;max-width:650px;margin:15px auto 25px;line-height:1.7}@media (width<=768px){.why-section,.testimonial-grid{grid-template-columns:1fr}.why-section{margin-top:25px}.product-card .product-img{height:210px}}*{box-sizing:border-box}html,body{max-width:100%;font-family:Poppins,sans-serif;overflow-x:hidden}.navbar{z-index:9999;width:100%;position:fixed;top:0;left:0}body{padding-top:132px}.promo-bar{z-index:9998;width:100%;position:fixed;top:88px;left:0}.login-card select{box-sizing:border-box;border:1px solid #ddd;border-radius:10px;outline:none;width:100%;margin-bottom:15px;padding:12px;font-size:14px}.modal-backdrop{z-index:999999;background:#000000a6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.product-modal{z-index:10000;background:#fff;border-radius:28px;grid-template-columns:1fr 1fr;width:100%;max-width:850px;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000040}.modal-img{object-fit:cover;width:100%;height:100%;min-height:420px}.modal-content{flex-direction:column;justify-content:center;padding:40px;display:flex}.modal-category{color:#ff5d8f;background:#ffe5ec;border-radius:20px;width:fit-content;margin-bottom:15px;padding:8px 14px;font-weight:700;display:inline-block}.modal-content h2{color:#333;margin-bottom:10px;font-size:2rem}.modal-price{color:#ff5d8f;margin-bottom:20px;font-size:1.4rem;font-weight:800}.modal-description{color:#666;margin-bottom:25px;line-height:1.8}.modal-order-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#25d366,#1ebe5d);border:none;border-radius:30px;width:100%;padding:16px;font-size:1rem;font-weight:700;transition:all .3s}.modal-order-btn:hover{transform:translateY(-2px);box-shadow:0 12px 25px #25d36659}.featured-window{max-width:1100px;margin:35px auto 0;padding:10px 0 25px;overflow:hidden}.featured-track-multi{transition:transform .6s;display:flex}.featured-item{box-sizing:border-box;flex:0 0 33.333%;padding:0 12px}.featured-item .product-card{height:100%}.featured-dots{justify-content:center;gap:8px;margin-top:18px;display:flex}.dot{cursor:pointer;background:#ffc2d1;border:none;border-radius:50%;width:10px;height:10px}.dot.active{background:#ff5d8f}.section-header{text-align:center;margin-bottom:40px}.section-header .section-eyebrow{margin-bottom:10px}.section-header h2{margin:0 0 18px}.section-header .section-subtitle{max-width:700px;margin:0 auto}.featured-marquee{scroll-behavior:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;width:100%;margin-top:35px;padding:10px 0 20px;overflow:auto hidden}.featured-marquee::-webkit-scrollbar{display:none}.featured-marquee.handle-is-dragging .featured-marquee-track{animation-play-state:paused}.featured-scroll-control{width:min(900px,100% - 40px);margin:8px auto 0}.featured-scroll-handle{appearance:none;cursor:ew-resize;background:0 0;width:100%;height:20px;margin:0;padding:0}.featured-marquee::-webkit-scrollbar-track{background:#ffe5e5;border-radius:20px}.featured-marquee::-webkit-scrollbar-thumb{background:#ff6b6b;border-radius:20px}.featured-marquee::-webkit-scrollbar-thumb:hover{background:#e95656}.featured-scroll-handle::-webkit-slider-runnable-track{background:#ffe5e5;border-radius:999px;width:100%;height:8px}.featured-scroll-handle::-webkit-slider-thumb{appearance:none;cursor:grab;background:#ff6b6b;border:none;border-radius:999px;width:55px;height:14px;margin-top:-3px;box-shadow:0 4px 10px #ff6b6b4d}.featured-scroll-handle::-webkit-slider-thumb:active{cursor:grabbing;background:#e95656}.featured-scroll-handle::-moz-range-track{background:#ffe5e5;border-radius:999px;width:100%;height:8px}.featured-scroll-handle::-moz-range-thumb{cursor:grab;background:#ff6b6b;border:none;border-radius:999px;width:55px;height:14px;box-shadow:0 4px 10px #ff6b6b4d}@media (width<=768px){.featured-scroll-control{width:calc(100% - 28px)}.featured-scroll-handle::-webkit-slider-thumb{width:45px}.featured-scroll-handle::-moz-range-thumb{width:45px}}.featured-marquee-track{gap:26px;width:max-content;display:flex}.featured-special-card{cursor:pointer;background:#fff;border-radius:28px;flex:0 0 280px;width:280px;transition:all .3s;overflow:hidden;box-shadow:0 14px 35px #00000014}.featured-special-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px #ff5d8f2e}.featured-special-img-wrap{height:240px;position:relative;overflow:hidden}.featured-special-img{object-fit:cover;width:100%;height:100%;transition:all .4s}.featured-special-card:hover .featured-special-img{transform:scale(1.08)}.featured-special-placeholder{color:#ff5d8f;background:#ffe5ec;justify-content:center;align-items:center;height:240px;font-weight:800;display:flex}.featured-special-overlay{opacity:0;background:#00000061;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;inset:0}.featured-special-overlay span{color:#ff5d8f;background:#ffffffe0;border-radius:999px;padding:10px 18px;font-weight:800}.featured-special-card:hover .featured-special-overlay{opacity:1}.featured-special-badge{color:#ff5d8f;background:#ffffffeb;border-radius:999px;padding:8px 13px;font-size:.82rem;font-weight:800;position:absolute;top:14px;left:14px}.featured-special-body{text-align:center;padding:18px 18px 22px}.featured-special-body h3{color:#333;margin-bottom:8px;font-size:1.15rem}.featured-special-body p{color:#ff5d8f;font-size:1.1rem;font-weight:800}@media (width<=768px){.featured-marquee-track{gap:18px}.featured-special-card{flex-basis:230px;width:230px}.featured-special-img-wrap{height:210px}}@media (width<=600px){.featured-item{flex:0 0 100%}}.modal-close{color:#333;cursor:pointer;z-index:5;background:#fff;border:none;border-radius:50%;width:36px;height:36px;font-size:26px;position:absolute;top:15px;right:18px;box-shadow:0 5px 15px #0000002e}.product-card{cursor:pointer}.admin-product-form{text-align:center;background:#fff;border-radius:28px;width:100%;max-width:950px;padding:10px 35px;box-shadow:0 12px 30px #00000014}.admin-form-layout{grid-template-columns:1fr 380px;align-items:start;gap:35px;display:grid}@media (width<=768px){.admin-product-form{max-width:95%;padding:24px}.admin-form-layout{grid-template-columns:1fr}.admin-form-actions{flex-direction:column}}.admin-form-left input,.admin-form-left select,.admin-form-left textarea{box-sizing:border-box;border:1px solid #ddd;border-radius:12px;width:100%;margin:10px;padding:14px;font-family:inherit;font-size:.95rem}.testimonial-stars{color:#ffc107;letter-spacing:2px;margin-top:18px;font-size:1.2rem;display:block}.testimonial-author{color:#666;margin-top:10px;font-size:.95rem;font-style:italic;font-weight:600;display:block}.admin-form-grid{grid-template-columns:1fr 1fr;gap:18px;margin-top:25px;display:grid}.form-field{width:100%}.admin-form-grid input,.admin-form-grid select,.admin-form-grid textarea{box-sizing:border-box;width:100%}.admin-description{resize:vertical;min-height:155px}.admin-form-right{background:#fff7f9;border:2px dashed #ffd0db;border-radius:22px;flex-direction:column;justify-content:flex-start;align-items:center;min-height:400px;padding:8px;display:flex}.admin-description textarea{resize:vertical;min-height:120px}.admin-file-area{background:#fff7f9;border:1px dashed #ffb3c6;border-radius:18px;grid-column:span 2;padding:18px}.featured-checkbox{color:#555;background:#fff7f9;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:12px;font-size:.95rem;display:flex}.featured-checkbox input{width:auto}.preview-area{width:100%;margin-top:22px}.admin-form-actions{gap:14px;margin-top:24px;display:flex}.admin-form-actions .login-btn{flex:1}.swal2-container{z-index:99999!important}.form-error{color:#d93025;margin-top:-8px;margin-bottom:8px;font-size:.85rem;display:block}.input-error{background-color:#fff6f6;border:1.5px solid #d93025!important}.cancel-btn{background:#777}@media (width<=768px){.admin-product-form{max-width:95%;padding:25px}.admin-form-grid{grid-template-columns:1fr}.admin-description,.admin-file-area{grid-column:span 1}.admin-form-actions{flex-direction:column}.product-modal{grid-template-columns:1fr;max-height:90vh;overflow-y:auto}.modal-img{height:260px;min-height:260px}.modal-content{padding:28px}}@media (width<=992px){body{padding-top:175px}.navbar-inner{flex-direction:column;gap:12px;padding:12px 16px}.logo-img{height:55px}.logo-text{font-size:1.6rem}.nav-links{flex-wrap:wrap;justify-content:center;gap:16px;margin:0;padding:0}.nav-actions{justify-content:center}.promo-bar{height:42px;font-size:.9rem;top:131px}.hero{height:45vh}.hero-content h1,.hero h1{font-family:Fraunces,serif;font-size:2.4rem}.about-story,.why-section{grid-template-columns:1fr}.create-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.cake-order-form{padding:35px 25px}}@media (width<=600px){body{padding-top:168px;font-size:15px}.container{gap:18px}.navbar-inner{gap:10px;padding:10px 14px}.logo-section{gap:8px}.logo-img{height:45px}.logo-text{font-size:1.3rem}.nav-links{justify-content:center;gap:12px;width:100%;font-size:.9rem}.nav-btn{padding:10px 18px;font-size:.9rem}.promo-bar{height:40px;font-size:.8rem;top:128px}.promo-content{gap:30px;animation-duration:22s}.hero{height:42vh;padding:40px 16px}.hero-content h1,.hero h1{font-family:Fraunces,serif;font-size:2rem;line-height:1.15}.hero-content p,.hero p{font-size:.95rem}.section{padding:30px 14px}.card{width:100%;max-width:340px}.product-img{height:210px}.login-card,.gift-form-card{width:100%;max-width:340px;padding:24px 18px}.cake-order-section{padding:40px 14px 150px}.cake-order-form{border-radius:20px;padding:26px 18px}.cake-order-form h2,.admin-orders-header h2{font-size:1.8rem}.orders-grid{grid-template-columns:1fr}.order-card{padding:22px 18px}.order-card-top,.order-actions{flex-direction:column}.admin-navbar{flex-direction:column;gap:14px;padding:16px}.admin-navbar-right{flex-wrap:wrap;justify-content:center}.about-hero{background-size:cover;height:55vh;animation:none}.about-hero-overlay{padding:1.2rem}.about-hero-overlay h1{font-family:Fraunces,serif;font-size:2.3rem}.about-hero-overlay p{font-size:1rem}.section-container{width:90%;padding:45px 0}.create-grid,.process-grid{grid-template-columns:1fr}.about-story-image img{height:280px}.why-list,.mission-card{padding:26px 20px}.gift-page{padding:50px 14px 45px}.dashboard-stats-grid{grid-template-columns:1fr}.upcoming-order-item{flex-direction:column;align-items:flex-start;gap:12px}.upcoming-order-badges{flex-wrap:wrap}.orders-filter-bar{flex-direction:column}.orders-filter-bar input,.orders-filter-bar select{min-width:100%}.footer-content{text-align:center;flex-direction:column}.social-links{align-items:center}.whatsapp-btn{width:52px;height:52px;font-size:24px;bottom:16px;right:16px}}@media (width<=380px){body{padding-top:160px}.logo-text{font-size:1.1rem}.nav-links{gap:10px;font-size:.8rem}.promo-bar{top:122px}.hero-content h1,.hero h1{font-family:Fraunces,serif;font-size:1.7rem}.product-img{height:185px}.cake-order-form input,.cake-order-form select,.cake-order-form textarea,.gift-form input,.gift-form select,.gift-form textarea{padding:13px 14px;font-size:.9rem}}@media (width<=992px){.why-section2{grid-template-columns:1fr;max-width:720px;margin:55px auto 65px}.why-section2 .why-card{padding:30px 24px}}@media (width<=600px){.why-section2{gap:18px;margin:45px auto 55px;padding:0 16px}.why-section2 .why-card{border-radius:20px;width:100%;padding:26px 20px}.why-section2 .why-card span{font-size:1.8rem}.why-section2 .why-card h3{font-size:1.2rem}.why-section2 .why-card p{font-size:.95rem}}.why-card p{font-size:.95rem;line-height:1.7}@media (width<=768px){.modal-backdrop{align-items:flex-start;padding:14px;overflow-y:auto}.product-modal{border-radius:22px;grid-template-columns:1fr;width:100%;max-width:420px;max-height:none;margin:40px auto}.modal-img{object-fit:cover;width:100%;height:260px;min-height:260px}.modal-content{padding:24px}.modal-content h2{font-size:1.6rem}.modal-price{font-size:1.2rem}.modal-description{font-size:.95rem;line-height:1.7}.modal-order-btn{width:100%;padding:14px}.modal-close{width:34px;height:34px;font-size:24px;top:12px;right:12px}}@media (width<=480px){.product-modal{max-width:100%;margin:25px auto}.modal-img{height:220px;min-height:220px}.modal-content{padding:20px}.modal-content h2{font-size:1.4rem}.modal-category{padding:7px 12px;font-size:.8rem}}.cakieez-mobile-menu-button,.cakieez-mobile-menu{display:none}.desktop-navbar-menu{align-items:center;gap:28px;display:flex}@media (width<=768px){.navbar{z-index:10000;background:#fff;width:100%;height:80px;margin:0;position:sticky;top:0;left:0}.navbar-inner{flex-direction:row;justify-content:space-between;align-items:center;width:100%;min-height:74px;padding:10px 18px;display:flex}.desktop-navbar-menu{display:none}.logo-section{align-items:center;display:flex}.logo-img{object-fit:contain;width:58px;height:58px}.cakieez-mobile-menu-button{cursor:pointer;background:linear-gradient(135deg,#ff5b5b,#ff8a65);border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;display:flex;box-shadow:0 8px 18px #ff6b6b47}.cakieez-mobile-menu-button span{background:#fff;border-radius:999px;width:21px;height:2px}.cakieez-mobile-menu{background:#fff;border:1px solid #ff6b6b26;border-radius:20px;flex-direction:column;gap:10px;margin:0 16px 14px;padding:16px;display:none;box-shadow:0 14px 35px #0000001f}.cakieez-mobile-menu.mobile-menu-open{display:flex}.cakieez-mobile-menu a{color:#333;text-align:center;background:#fff7f4;border-radius:14px;width:100%;padding:13px 14px;font-size:.98rem;font-weight:600;text-decoration:none;display:block}.cakieez-mobile-menu a:hover{color:#ff5b5b;background:#ffe5e5}.cakieez-mobile-menu button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff5b5b,#ff8a65);border:none;border-radius:999px;width:100%;margin-top:4px;padding:13px 18px;font-size:1rem;font-weight:700}.navbar{z-index:10000;position:sticky;top:0}html,body{padding-top:0!important}.navbar{z-index:10000;background:#fff;position:sticky;top:0}.promo-bar{z-index:9999;position:sticky;top:80px}}@media (width>=769px){.navbar-inner{justify-content:space-between;align-items:center;display:flex;position:relative}.logo-section{flex:none}.desktop-navbar-menu{flex:1;justify-content:flex-end;align-items:center;display:flex}.desktop-navbar-menu .nav-links{justify-content:center;align-items:center;gap:30px;margin:0;padding:0;list-style:none;display:flex;position:absolute;left:50%;transform:translate(-50%)}.desktop-navbar-menu .nav-actions{margin-left:auto}}@media (width<=768px){.navbar{z-index:10000;background:#fff;width:100%;position:fixed;top:0;left:0}.navbar-inner{min-height:74px}.promo-bar{z-index:9999;align-items:center;width:100%;height:40px;display:flex;position:fixed;top:80px;left:0}.promo-content{align-items:center;height:100%;display:flex}.promo-item{align-items:center;height:100%;margin-top:0;line-height:1;display:flex}body{padding-top:114px!important}}.home-seo-intro{text-align:center;background:linear-gradient(135deg,#fffffff5,#fff2f6f5);border:1px solid #ff5d8f2e;border-radius:28px;width:min(1100px,100% - 40px);margin:50px auto;padding:48px 55px;box-shadow:0 18px 45px #5c2a391a}.home-seo-eyebrow{color:#ff5d8f;letter-spacing:.14em;text-transform:uppercase;margin:0 0 12px;font-size:.82rem;font-weight:800}.home-seo-intro h2{color:#67323f;max-width:760px;margin:0 auto 18px;font-size:clamp(2rem,4vw,3rem);line-height:1.15}.home-seo-description{color:#66585c;max-width:850px;margin:0 auto;font-size:1.05rem;line-height:1.75}.home-seo-links{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:30px;display:flex}.home-seo-link{color:#fff;background:linear-gradient(135deg,#ff5d8f,#ff6b63);border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:12px 25px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 10px 24px #ff5d8f40}.home-seo-link:hover{color:#fff;transform:translateY(-2px);box-shadow:0 14px 30px #ff5d8f57}.home-seo-link.secondary{color:#ff5d8f;box-shadow:none;background:#fff;border-color:#ff5d8f59}.home-seo-link.secondary:hover{color:#e84478;background:#fff6f8;box-shadow:0 10px 24px #ff5d8f24}@media (width<=768px){.home-seo-intro{border-radius:22px;width:calc(100% - 28px);margin:30px auto;padding:34px 22px}.home-seo-description{font-size:.98rem;line-height:1.65}.home-seo-links{flex-direction:column}.home-seo-link{width:100%}}.site-footer{color:#fff8f5;background:linear-gradient(135deg,#2f141c 0%,#542331 52%,#793344 100%);position:relative;overflow:hidden}.site-footer:before{content:"";opacity:.08;pointer-events:none;background-image:linear-gradient(#fffc 1px,#0000 1px),linear-gradient(90deg,#fffc 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.site-footer-glow{filter:blur(30px);pointer-events:none;border-radius:50%;width:360px;height:360px;position:absolute}.site-footer-glow-left{background:#ff8fab38;bottom:-180px;left:-180px}.site-footer-glow-right{background:#ffd3b629;top:-220px;right:-160px}.site-footer-container{z-index:1;width:min(1200px,100% - 40px);margin:0 auto;padding:72px 0 24px;position:relative}.site-footer-grid{grid-template-columns:1.45fr .75fr 1.1fr .85fr;align-items:start;gap:48px;display:grid}.site-footer-brand-header{align-items:center;gap:15px;margin-bottom:22px;display:flex}.site-footer-eyebrow{color:#ffc4d3;letter-spacing:.14em;text-transform:uppercase;margin:0 0 3px;font-size:.72rem;font-weight:700}.site-footer-brand h2{color:#fff;letter-spacing:.04em;margin:0;font-family:Fraunces,serif;font-size:2rem}.site-footer-description{color:#fff8f5c7;max-width:390px;margin:0;font-size:.96rem;line-height:1.8}.site-footer-badges{flex-wrap:wrap;gap:9px;margin:22px 0;display:flex}.site-footer-badges span{color:#ffe4eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;padding:7px 12px;font-size:.76rem;font-weight:600}.site-footer-order-link{color:#481c28;background:#fff;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:12px 18px;font-size:.87rem;font-weight:700;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex}.site-footer-order-link:hover{transform:translateY(-3px);box-shadow:0 14px 30px #0003}.site-footer-section h3{color:#fff;margin:7px 0 22px;font-family:Fraunces,serif;font-size:1.18rem}.site-footer-links{gap:13px;display:grid}.site-footer-links a{color:#fff8f5bf;width:fit-content;font-size:.92rem;text-decoration:none;transition:color .25s,transform .25s;position:relative}.site-footer-links a:after{content:"";transform-origin:0;background:#ffc4d3;height:1px;transition:transform .25s;position:absolute;bottom:-4px;left:0;right:0;transform:scaleX(0)}.site-footer-links a:hover{color:#fff;transform:translate(4px)}.site-footer-links a:hover:after{transform:scaleX(1)}.site-footer-contact-list{gap:15px;display:grid}.site-footer-contact-item{color:#fff8f5d1;align-items:center;gap:11px;font-size:.87rem;line-height:1.4;text-decoration:none;display:flex}.site-footer-contact-item small{color:#ffc4d3;letter-spacing:.08em;text-transform:uppercase;margin-bottom:2px;font-size:.68rem;font-weight:700;display:block}.site-footer-icon{color:#ffd1dc;background:#ffffff14;border:1px solid #ffffff24;border-radius:12px;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}a.site-footer-contact-item{transition:color .25s,transform .25s}a.site-footer-contact-item:hover{color:#fff;transform:translate(3px)}.site-footer-whatsapp{color:#fff;background:#25d366;border-radius:999px;align-items:center;gap:8px;width:fit-content;margin-top:20px;padding:11px 16px;font-size:.84rem;font-weight:700;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex}.site-footer-whatsapp:hover{transform:translateY(-3px);box-shadow:0 12px 26px #25d36647}.site-footer-social-copy{color:#fff8f5b3;max-width:230px;margin:0 0 20px;font-size:.88rem;line-height:1.7}.site-footer-socials{gap:10px;display:flex}.site-footer-social-link{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff26;border-radius:14px;place-items:center;width:44px;height:44px;text-decoration:none;transition:transform .25s,background .25s;display:grid}.site-footer-social-link:hover{background:#ffffff2e;transform:translateY(-4px)}.site-footer-bottom{color:#fff8f5a1;border-top:1px solid #ffffff24;justify-content:space-between;gap:20px;margin-top:58px;padding-top:22px;font-size:.8rem;display:flex}.site-footer-bottom p{margin:0}.site-footer-bottom-message{text-align:right}@media (width<=950px){.site-footer-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.site-footer-container{width:min(100% - 32px,1200px);padding-top:52px}.site-footer-grid{grid-template-columns:1fr;gap:40px}.site-footer-brand h2{font-size:1.7rem}.site-footer-bottom{flex-direction:column;align-items:flex-start;margin-top:44px}.site-footer-bottom-message{text-align:left}}.site-footer{color:#5c2c35;background:linear-gradient(135deg,#fff7f4 0%,#ffe8ec 45%,#ffd7df 100%);border-top:1px solid #ff6f8938}.site-footer:before{opacity:.22;background-image:linear-gradient(#c75c6e29 1px,#0000 1px),linear-gradient(90deg,#c75c6e29 1px,#0000 1px);background-size:54px 54px}.site-footer-glow-left{background:#ff7e973d}.site-footer-glow-right{background:#ffc88c40}.site-footer-monogram{color:#fff;background:linear-gradient(135deg,#ff7189,#ff9b83);box-shadow:0 12px 28px #e05c7440}.site-footer-eyebrow{color:#c34f69}.site-footer-brand h2,.site-footer-section h3{color:#713443}.site-footer-description{color:#78565e}.site-footer-badges span{color:#8a4052;background:#ffffffa3;border:1px solid #c44a6633;box-shadow:0 5px 14px #96485a0f}.site-footer-order-link{color:#fff;background:linear-gradient(135deg,#ff6685,#ff8d76);box-shadow:0 10px 24px #e55b7538}.site-footer-order-link:hover{box-shadow:0 15px 32px #e55b7552}.site-footer-links a{color:#79565f}.site-footer-links a:after{background:#e65f7b}.site-footer-links a:hover{color:#c33f60}.site-footer-contact-item{color:#74515a}.site-footer-contact-item small{color:#bf4d68}.site-footer-icon{color:#c64e69;background:#ffffffad;border:1px solid #c64e692e;box-shadow:0 6px 16px #823c500f}a.site-footer-contact-item:hover{color:#b83f5a}.site-footer-whatsapp{color:#fff;background:#25d366}.site-footer-social-copy{color:#795861}.site-footer-social-link{color:#bd4964;background:#ffffffad;border:1px solid #be476233;box-shadow:0 6px 16px #823c500f}.site-footer-social-link:hover{color:#fff;background:linear-gradient(135deg,#ff6685,#ff9179)}.site-footer-bottom{color:#8a6570;border-top:1px solid #b24d6533}.site-footer-monogram{background:linear-gradient(135deg,#fffefe 0%,#ffe8ec 100%);border:1px solid #ff7e9738;border-radius:18px;flex-shrink:0;width:58px;height:58px;position:relative;overflow:hidden;box-shadow:0 10px 24px #e05c7429}.monogram-line{border-radius:999px;height:6px;position:absolute;left:11px}.monogram-line-1{background:#ff9aa2;width:30px;top:15px}.monogram-line-2{background:#f7c59f;width:22px;top:26px}.monogram-line-3{background:#ffb7c5;width:34px;top:37px}.monogram-heart{background:#ff6f91;border-radius:2px;width:10px;height:10px;position:absolute;bottom:12px;right:12px;transform:rotate(-45deg)}.monogram-heart:before,.monogram-heart:after{content:"";background:#ff6f91;border-radius:50%;width:10px;height:10px;position:absolute}.monogram-heart:before{top:-5px;left:0}.monogram-heart:after{top:0;left:5px}.monogram-dot{background:#ff8fab;border-radius:50%;width:10px;height:10px;position:absolute;bottom:11px;right:10px;box-shadow:0 0 0 4px #ff8fab2e}.product-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:42px;display:flex}.pagination-numbers{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.pagination-number,.pagination-navigation{color:#ff4f7b;min-width:42px;height:42px;font:inherit;cursor:pointer;background:#fff;border:1px solid #ffb5c5;border-radius:999px;padding:0 14px;font-size:.9rem;font-weight:600;transition:background-color .2s,color .2s,border-color .2s,transform .2s}.pagination-number:hover,.pagination-navigation:hover:not(:disabled){background:#fff0f4;border-color:#ff5f82;transform:translateY(-1px)}.pagination-number.active{color:#fff;background:linear-gradient(135deg,#ff4f7b,#ff765f);border-color:#0000;box-shadow:0 6px 16px #ff4f7b3d}.pagination-navigation:disabled{opacity:.4;cursor:not-allowed;transform:none}.no-products-message{text-align:center;color:#777;margin:40px auto 0}#products{scroll-margin-top:130px}@media (width<=600px){.product-pagination{gap:10px;margin-top:32px}.pagination-number,.pagination-navigation{min-width:38px;height:38px;padding:0 11px;font-size:.82rem}.pagination-navigation{flex:1;max-width:130px}.pagination-numbers{order:3;width:100%}.product-pagination{gap:10px;margin-top:30px;padding:0 16px}.pagination-navigation{flex:1;max-width:145px;height:40px;padding:0 10px;font-size:.82rem}.pagination-numbers{order:3;justify-content:center;gap:8px;width:100%}.pagination-number{min-width:38px;height:38px;padding:0 10px;font-size:.82rem}}.event-date-field{box-sizing:border-box;background:#fff;border:2px solid #f3e0e5;border-radius:14px;width:100%;min-width:0;max-width:100%;margin-bottom:18px;position:relative;overflow:hidden}.cake-order-form .event-date-field input[type=date]{z-index:1;width:100%;min-width:0;max-width:100%;min-height:58px;box-shadow:none;box-sizing:border-box;background:0 0;border:none;border-radius:0;outline:none;margin:0;padding:16px 18px;font-size:1rem;display:block;position:relative}.event-date-placeholder{z-index:2;color:#777;pointer-events:none;font-size:1rem;display:block;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.event-date-field.has-value .event-date-placeholder{display:none}.event-date-field:not(.has-value) input[type=date]::-webkit-datetime-edit{visibility:hidden}.event-date-field:focus-within{border-color:#ff8fab;box-shadow:0 0 0 5px #ff8fab26}.event-date-field.input-error{background-color:#fff6f6;border:1.5px solid #d93025!important}@media (width<=768px){.cake-order-form .event-date-field input[type=date]{width:-webkit-fill-available;min-width:0}.event-date-placeholder{z-index:2;color:#777;pointer-events:none;font-size:1rem;display:block;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.event-date-field.has-value .event-date-placeholder{display:none}.event-date-field:not(.has-value) input[type=date]::-webkit-datetime-edit{opacity:0}.event-date-field:not(.has-value) input[type=date]::-webkit-date-and-time-value{opacity:0}.event-date-field.has-value input[type=date]::-webkit-datetime-edit{opacity:1}.event-date-field.has-value input[type=date]::-webkit-date-and-time-value{opacity:1}}.cake-order-form input:not([type=file]),.cake-order-form select,.cake-order-form .event-date-field{height:58px;min-height:58px}.cake-order-form select{padding-top:0;padding-bottom:0;line-height:normal}.payment-result-page{background:radial-gradient(circle at 0 0,#ff8fab2e,#0000 38%),snow;justify-content:center;align-items:flex-start;min-height:calc(100vh - 80px);padding:140px 20px 70px;display:flex}.payment-result-card{text-align:center;background:#fff;border:1px solid #1f1f1f14;border-radius:28px;width:min(100%,620px);padding:48px 38px;box-shadow:0 20px 55px #23141c1a}.payment-result-icon{border-radius:50%;place-items:center;width:74px;height:74px;margin:0 auto 20px;font-size:42px;font-weight:700;line-height:1;display:grid}.payment-success-card .payment-result-icon{color:#147a47;background:#e5f8ee}.payment-cancelled-card .payment-result-icon{color:#b43b54;background:#ffe8ed}.payment-result-eyebrow{color:#ff5d8f;letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px;font-size:.8rem;font-weight:800}.payment-result-card h1{color:#271b21;margin:0 0 18px;font-size:clamp(2rem,5vw,3rem);line-height:1.1}.payment-result-card>p{color:#62575d;line-height:1.7}.payment-result-note{background:#fff5f8;border-radius:14px;margin:22px 0 0;padding:14px 16px}.payment-reference{margin:18px 0 0;font-weight:700;color:#36292f!important}.payment-result-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:30px;display:flex}.payment-result-actions a{border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:12px 21px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.payment-result-actions a:hover{transform:translateY(-2px)}.payment-primary-link{color:#fff;background:#ff5d8f;box-shadow:0 10px 22px #ff5d8f40}.payment-secondary-link{color:#36292f;background:#fff;border:1px solid #36292f2b}@media (width<=600px){.payment-result-page{padding:115px 16px 45px}.payment-result-card{border-radius:22px;padding:36px 20px}.payment-result-actions{flex-direction:column}.payment-result-actions a{width:100%}}.order-payment-box{background:linear-gradient(135deg,#fff5f8f5,#fffffffa);border:1px solid #ff5d8f38;border-radius:18px;margin-top:24px;padding:22px;box-shadow:0 10px 28px #3c202d0f}.order-payment-box h4{color:#2f2228;margin:0 0 16px;font-size:1.08rem;font-weight:800}.order-payment-summary{gap:8px;margin-bottom:18px;display:grid}.order-payment-summary p{color:#51444a;margin:0;line-height:1.5}.order-payment-summary strong{color:#2f2228}.order-payment-summary span{color:#c43e68;background:#fff0f5;border-radius:999px;align-items:center;min-height:28px;padding:4px 11px;font-size:.84rem;font-weight:800;display:inline-flex}.order-payment-box>label{color:#36292f;margin-bottom:8px;font-size:.9rem;font-weight:700;display:block}.payment-price-input{background:#fff;border:1px solid #36292f29;border-radius:12px;align-items:center;width:100%;min-height:48px;margin-bottom:12px;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.payment-price-input:focus-within{border-color:#ff5d8f;box-shadow:0 0 0 4px #ff5d8f1f}.payment-price-input span{color:#66575e;align-items:center;height:100%;padding:0 0 0 15px;font-weight:800;display:flex}.payment-price-input input{color:#2f2228;width:100%;min-width:0;min-height:46px;font:inherit;background:0 0;border:0;outline:0;padding:10px 14px 10px 7px;font-weight:700}.payment-price-input input::placeholder{color:#a89da2;font-weight:500}.create-payment-link-btn{color:#fff;width:100%;min-height:47px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#ff5d8f,#ff789f);border:0;border-radius:12px;padding:12px 18px;font-weight:800;transition:transform .2s,box-shadow .2s,opacity .2s;box-shadow:0 9px 20px #ff5d8f3d}.create-payment-link-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 13px 26px #ff5d8f4d}.create-payment-link-btn:active:not(:disabled){transform:translateY(0)}.create-payment-link-btn:disabled{cursor:not-allowed;opacity:.65}.generated-payment-link{background:#f0fbf6;border:1px solid #1c915b2e;border-radius:14px;margin-top:16px;padding:15px}.generated-payment-link>p{color:#286047;margin:0 0 12px;font-size:.9rem;line-height:1.55}.payment-link-actions{flex-wrap:wrap;gap:10px;display:flex}.payment-link-actions button,.payment-link-actions a{min-height:42px;font:inherit;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:10px 16px;font-size:.88rem;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.payment-link-actions button{color:#fff;background:#237a52;border:0}.payment-link-actions a{color:#237a52;background:#fff;border:1px solid #237a5238}.payment-link-actions button:hover,.payment-link-actions a:hover{transform:translateY(-2px);box-shadow:0 8px 18px #237a5224}.payment-confirmed-message{color:#197044;text-align:center;background:#eaf9f1;border:1px solid #1c915b2e;border-radius:12px;margin:0;padding:14px 16px;font-weight:800}.order-payment-box+.order-actions{margin-top:20px}@media (width<=600px){.order-payment-box{border-radius:15px;padding:18px 15px}.payment-link-actions{flex-direction:column}.payment-link-actions button,.payment-link-actions a{width:100%}}.footer-payment-note{opacity:.8;border-top:1px solid #ffffff1f;justify-content:center;align-items:center;gap:8px;margin:28px 0 18px;padding-top:22px;font-size:.88rem;display:flex}.footer-payment-note svg{flex-shrink:0}.why-icon{stroke-width:1.8px;box-sizing:content-box;border-radius:50%;width:44px;height:44px;margin-bottom:14px;padding:10px}.custom-icon{color:#e85d8e}.halal-icon{color:#2e9d68}.delivery-icon{color:#e09b32}.create-card{align-items:center;gap:12px;display:flex}.create-icon{stroke-width:2px;flex-shrink:0;width:25px;height:25px}.custom-cakes-card .create-icon{color:#e85d8e}.cupcakes-card .create-icon{color:#b96bd6}.desserts-card .create-icon{color:#c77b30}.hampers-card .create-icon{color:#e04f5f}.flowers-card .create-icon{color:#df669b}.celebration-card .create-icon{color:#d69a22}.why-list p{align-items:center;gap:12px;display:flex}.why-list-icon{stroke-width:2px;flex-shrink:0;width:23px;height:23px}.fresh-icon{color:#e3a21a}.design-icon{color:#df669b}.halal-list-icon{color:#2e9d68}.package-icon{color:#9b6acb}.whatsapp-list-icon{color:#25d366}.heart{color:#e85d8e;background-color:#fce8ef;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 18px;display:flex}.heart svg{stroke-width:1.8px;width:34px;height:34px}.about-primary-btn,.about-secondary-btn,.mission-button{border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 23px;font-weight:750;text-decoration:none;transition:transform .25s,box-shadow .25s,background-color .25s;display:inline-flex}.about-primary-btn{color:#fff;background:var(--about-primary);box-shadow:0 14px 30px #c94f7559}.about-primary-btn svg,.mission-button svg{width:19px;height:19px}.about-secondary-btn{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff6b}.about-primary-btn:hover,.about-secondary-btn:hover,.mission-button:hover{transform:translateY(-3px)}.about-story{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:clamp(45px,7vw,90px);padding-block:110px;display:grid}.about-story-image{position:relative}.about-story-image:before{z-index:-1;content:"";background:var(--about-soft-pink);border-radius:28px;width:55%;height:60%;position:absolute;top:-20px;left:-20px}.about-story-image img{object-fit:cover;width:100%;min-height:520px;box-shadow:var(--about-shadow);border-radius:30px;display:block}.story-image-badge{border:1px solid var(--about-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff2;border-radius:18px;align-items:center;gap:13px;padding:16px 20px;display:flex;position:absolute;bottom:34px;right:-24px;box-shadow:0 14px 36px #502e3924}.story-image-badge svg{width:30px;height:30px;color:var(--about-primary)}.story-image-badge div{gap:2px;display:grid}.story-image-badge strong{font-size:.94rem}.story-image-badge span{color:var(--about-muted);font-size:.78rem}.about-story-text h2,.why-content h2,.mission-content h2{letter-spacing:-.035em;margin:0;font-size:clamp(2.1rem,4vw,3.3rem);line-height:1.13}.about-story-text p{color:var(--about-muted);margin:18px 0 0;font-size:1rem;line-height:1.8}.about-story-text .story-intro{color:var(--about-text);font-size:1.15rem;font-weight:600}.story-highlight{background:var(--about-soft-pink);color:var(--about-primary-dark);border:1px solid #c94f7521;border-radius:16px;align-items:flex-start;gap:12px;margin-top:28px;padding:17px 19px;font-weight:650;line-height:1.6;display:flex}.story-highlight svg{width:22px;height:22px;color:var(--about-primary);flex-shrink:0;margin-top:2px}.about-page{--about-primary:#c94f75;--about-primary-dark:#9f3658;--about-soft-pink:#fff0f4;--about-cream:#fff9f5;--about-text:#332b2d;--about-muted:#716469;--about-border:#85536224;--about-shadow:0 18px 45px #5c36411a;color:var(--about-text);background:#fffdfc;overflow:hidden}.about-page .section-container{width:min(1180px,100% - 40px);margin-inline:auto;padding:0}.about-page .section-label{color:var(--about-primary);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:14px;font-size:.76rem;font-weight:800;display:inline-flex}.about-page .section-label:before{content:"";background:currentColor;border-radius:999px;width:26px;height:2px}.about-page .section-label.center{justify-content:center}.about-page .section-title{text-align:center;letter-spacing:-.03em;max-width:720px;margin:0 auto;font-size:clamp(2rem,4vw,3.2rem);line-height:1.12}.about-page .section-heading{text-align:center;max-width:780px;margin:0 auto 48px}.about-page .section-heading>p{max-width:650px;color:var(--about-muted);margin:18px auto 0;font-size:1rem;line-height:1.75}.about-page .about-hero{isolation:isolate;text-align:left;background:linear-gradient(90deg,#301921e6 0%,#3f232cba 48%,#3f232c33 100%),url(/cakestudio.webp) 50%/cover no-repeat;justify-content:flex-start;align-items:center;width:100%;height:auto;min-height:640px;animation:none;display:flex;position:relative}.about-page .about-hero:after{z-index:-1;content:"";border:1px solid #ffffff29;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-170px;right:-130px}.about-page .about-hero-content{color:#fff;padding-block:105px}.about-page .about-hero-badge{letter-spacing:.06em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff21;border:1px solid #ffffff47;border-radius:999px;margin-bottom:24px;padding:9px 16px;font-size:.82rem;font-weight:700;display:inline-flex}.about-page .about-hero h1{color:#fff;letter-spacing:-.045em;max-width:780px;text-shadow:none;margin:0;font-size:clamp(2.8rem,6vw,5.3rem);line-height:1.02}.about-page .about-hero h1 span{color:#f8c5d3}.about-page .about-hero p{color:#ffffffdb;max-width:620px;text-shadow:none;margin:26px 0 0;font-size:clamp(1rem,2vw,1.17rem);font-weight:400;line-height:1.75}.about-page .about-hero-actions{flex-wrap:wrap;gap:14px;margin-top:35px;display:flex}.about-page .about-primary-btn,.about-page .about-secondary-btn,.about-page .mission-button{border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 23px;font-weight:700;text-decoration:none;transition:transform .25s,box-shadow .25s,background-color .25s;display:inline-flex}.about-page .about-primary-btn{color:#fff;background:var(--about-primary);box-shadow:0 14px 30px #c94f7559}.about-page .about-secondary-btn{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1c;border:1px solid #ffffff6b}.about-page .about-primary-btn svg,.about-page .mission-button svg{width:19px;height:19px}.about-page .about-primary-btn:hover,.about-page .about-secondary-btn:hover,.about-page .mission-button:hover{transform:translateY(-3px)}.about-page .about-story{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:clamp(45px,7vw,90px);padding-block:105px;display:grid}.about-page .about-story-image{position:relative}.about-page .about-story-image:before{z-index:-1;content:"";background:var(--about-soft-pink);border-radius:28px;width:55%;height:60%;position:absolute;top:-20px;left:-20px}.about-page .about-story-image img{object-fit:cover;width:100%;height:auto;min-height:520px;box-shadow:var(--about-shadow);border-radius:30px;display:block}.about-page .story-image-badge{border:1px solid var(--about-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff2;border-radius:18px;align-items:center;gap:13px;padding:16px 20px;display:flex;position:absolute;bottom:34px;right:-24px;box-shadow:0 14px 36px #502e3924}.about-page .story-image-badge svg{width:30px;height:30px;color:var(--about-primary)}.about-page .story-image-badge div{gap:2px;display:grid}.about-page .story-image-badge strong{font-size:.94rem}.about-page .story-image-badge span{color:var(--about-muted);font-size:.78rem}.about-page .about-story-text h2,.about-page .why-content h2,.about-page .mission-content h2{letter-spacing:-.035em;margin:0;font-size:clamp(2.1rem,4vw,3.3rem);line-height:1.13}.about-page .about-story-text p{color:var(--about-muted);margin:18px 0 0;font-size:1rem;line-height:1.8}.about-page .about-story-text .story-intro{color:var(--about-text);font-size:1.13rem;font-weight:600}.about-page .story-highlight{color:var(--about-primary-dark);background:var(--about-soft-pink);border:1px solid #c94f7521;border-radius:16px;align-items:flex-start;gap:12px;margin-top:28px;padding:17px 19px;font-weight:600;line-height:1.6;display:flex}.about-page .story-highlight svg{width:22px;height:22px;color:var(--about-primary);flex-shrink:0;margin-top:2px}.about-page .creations-section{background:radial-gradient(circle at 10% 20%, #f2b7ca33, transparent 30%), var(--about-cream);padding-block:100px}.about-page .create-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:0;display:grid}.about-page .create-card{border:1px solid var(--about-border);text-align:left;background:#fffffff0;border-radius:22px;align-items:flex-start;gap:18px;min-height:180px;padding:27px;transition:transform .28s,box-shadow .28s,border-color .28s;display:flex;box-shadow:0 9px 24px #5c36410d}.about-page .create-card:hover{box-shadow:var(--about-shadow);border-color:#c94f7540;transform:translateY(-7px)}.about-page .create-icon-wrapper{border-radius:17px;flex-shrink:0;place-items:center;width:54px;height:54px;display:grid}.about-page .create-icon{stroke-width:1.9px;width:27px;height:27px}.about-page .create-card h3{margin:4px 0 8px;font-size:1.08rem}.about-page .create-card p{color:var(--about-muted);margin:0;font-size:.9rem;font-weight:400;line-height:1.65}.about-page .custom-cakes-card .create-icon-wrapper{color:#c94f75;background:#fde7ee}.about-page .cupcakes-card .create-icon-wrapper{color:#9d62bd;background:#f4e9fa}.about-page .desserts-card .create-icon-wrapper{color:#b56d30;background:#faecdf}.about-page .hampers-card .create-icon-wrapper{color:#d85462;background:#fce8ea}.about-page .flowers-card .create-icon-wrapper{color:#cf6291;background:#fbe8f0}.about-page .celebration-card .create-icon-wrapper{color:#bd821a;background:#fff1d2}.about-page .why-section{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(45px,8vw,100px);padding-block:105px;display:grid}.about-page .why-content>p{max-width:520px;color:var(--about-muted);margin:21px 0 0;line-height:1.8}.about-page .about-text-link{color:var(--about-primary-dark);align-items:center;gap:9px;margin-top:27px;font-weight:700;text-decoration:none;display:inline-flex}.about-page .about-text-link svg{width:18px;transition:transform .2s}.about-page .about-text-link:hover svg{transform:translate(4px)}.about-page .why-list{border:1px solid var(--about-border);box-shadow:var(--about-shadow);background:linear-gradient(145deg,#fff,#fff8fa);border-radius:28px;gap:14px;padding:27px;display:grid}.about-page .why-list-item{border-radius:17px;align-items:center;gap:15px;min-height:67px;padding:12px 15px;transition:background-color .2s;display:flex}.about-page .why-list-item:hover{background:#fff}.about-page .why-list-icon-wrapper{border-radius:14px;flex-shrink:0;place-items:center;width:43px;height:43px;display:grid}.about-page .why-list-icon{stroke-width:2px;width:22px;height:22px}.about-page .why-list-item>span{font-weight:600;line-height:1.45}.about-page .fresh-icon{color:#bd821a;background:#fff2d5}.about-page .design-icon{color:#cf6291;background:#fbe8f0}.about-page .halal-list-icon{color:#27855a;background:#e5f5ec}.about-page .package-icon{color:#8d64b3;background:#f0e9f7}.about-page .whatsapp-list-icon{color:#169c4a;background:#e3f7e9}.about-page .process-video-section{background:radial-gradient(circle at 15% 30%,#ffbfd140,#0000 30%),radial-gradient(circle at 85% 75%,#ffd5b44d,#0000 32%),linear-gradient(135deg,snow 0%,#fff1f5 52%,#fff9f3 100%);padding:110px 0;position:relative;overflow:hidden}.about-page .process-video-section .section-title{color:#3f3034}.about-page .process-video-section .section-heading>p{color:var(--about-muted)}.about-page .process-video-track{grid-template-columns:repeat(4,minmax(0,1fr));gap:72px;margin-top:55px;display:grid}.about-page .process-video-step{text-align:center;opacity:0;transition:opacity .65s,transform .75s cubic-bezier(.2,.8,.2,1),filter .65s;position:relative;transform:translateY(35px)scale(.82)}.about-page .process-video-step.is-visible{opacity:1;filter:blur();transform:translateY(0)scale(1)}.about-page .process-video-icon{width:92px;height:92px;color:var(--about-primary);background:linear-gradient(145deg,#fff,#ffe8ef);border:1px solid #c94f7533;border-radius:28px;place-items:center;margin:0 auto 20px;display:grid;position:relative;box-shadow:0 18px 40px #8b415721,inset 0 1px #ffffffe6}.about-page .process-video-step.is-visible .process-video-icon{animation:.8s both processIconEntrance}.about-page .process-video-icon:before{content:"";opacity:0;border:2px solid #c94f751f;border-radius:34px;position:absolute;inset:-8px;transform:scale(.8)}.about-page .process-video-step.is-visible .process-video-icon:before{animation:1.2s ease-out processIconRing}.about-page .process-video-icon svg{stroke-width:1.8px;width:38px;height:38px}.about-page .process-video-number{color:var(--about-primary);letter-spacing:.16em;margin-bottom:9px;font-size:.76rem;font-weight:800;display:block}.about-page .process-video-step h3{color:#3f3034;margin:0 0 12px;font-size:1.18rem}.about-page .process-video-step p{color:var(--about-muted);margin:0;font-size:.92rem;line-height:1.72}.about-page .process-video-step:last-child.is-visible .process-video-icon{animation:.8s both processIconEntrance,1.4s .7s deliveryCelebration}@keyframes processIconEntrance{0%{transform:scale(.65)rotate(-7deg)}65%{transform:scale(1.08)rotate(2deg)}to{transform:scale(1)rotate(0)}}.about-page .process-video-step{position:relative}.about-page .process-video-icon,.about-page .process-video-number,.about-page .process-video-step h3,.about-page .process-video-step p{z-index:2;position:relative}.about-page .process-video-connector{z-index:1;pointer-events:none;width:calc(100% - 20px);height:72px;position:absolute;top:21px;left:calc(50% + 46px)}.about-page .process-connector-svg{width:100%;height:100%;overflow:visible}.about-page .process-connector-path{fill:none;stroke:#c94f75a6;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:230;stroke-dashoffset:230px;transition:none}.about-page .process-video-connector.is-visible .process-connector-path{stroke-dashoffset:0;stroke-dashoffset:0;transition:stroke-dashoffset 1.8s ease-in-out}@keyframes processIconRing{0%{opacity:0;transform:scale(.75)}45%{opacity:1}to{opacity:0;transform:scale(1.25)}}@keyframes deliveryCelebration{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-8px)rotate(-3deg)}50%{transform:translateY(0)rotate(3deg)}75%{transform:translateY(-4px)rotate(-2deg)}}@media (width<=1050px){.about-page .process-video-track{grid-template-columns:repeat(2,minmax(0,1fr));gap:65px 80px;max-width:760px;margin-left:auto;margin-right:auto}.about-page .process-video-step:nth-child(2) .process-video-arrow{display:none}}@media (width<=700px){.about-page .process-video-section{padding:80px 0}.about-page .process-video-connector{display:none}.about-page .process-video-track{grid-template-columns:1fr;gap:72px;max-width:420px;margin-top:42px}.about-page .process-video-step{padding:0 18px}.about-page .process-video-arrow{width:45px;top:calc(100% + 14px);left:50%;transform:translate(-50%)rotate(90deg)}.about-page .process-video-step:nth-child(2) .process-video-arrow{display:flex}}@media (prefers-reduced-motion:reduce){.about-page .process-video-step{opacity:1;filter:none;transition:none;transform:none}.about-page .process-arrow-line{transition:none;transform:scaleX(1)}.about-page .process-video-arrow svg{opacity:1;transition:none;transform:none}.about-page .process-video-icon,.about-page .process-video-icon:before,.about-page .process-arrow-line:after{animation:none!important}}.about-page .mission-section{padding-block:100px}.about-page .mission-card{color:#fff;text-align:left;background:linear-gradient(120deg,#c94f75fa,#9a3557fa);border-radius:32px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:26px;margin-bottom:0;padding:clamp(35px,6vw,70px);display:grid;position:relative;overflow:hidden;box-shadow:0 25px 55px #91315140}.about-page .mission-decoration{border:1px solid #ffffff24;border-radius:50%;position:absolute}.about-page .mission-decoration-one{width:330px;height:330px;top:-150px;right:-70px}.about-page .mission-decoration-two{width:260px;height:260px;bottom:-160px;left:28%}.about-page .heart{z-index:1;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff24;border:1px solid #fff3;border-radius:24px;place-items:center;width:78px;height:78px;margin:0;display:grid;position:relative}.about-page .heart svg{stroke-width:1.8px;width:38px;height:38px}.about-page .mission-content{z-index:1;max-width:650px;position:relative}.about-page .mission-content .section-label{color:#ffd8e3;margin-bottom:9px}.about-page .mission-content h2{color:#fff;font-size:clamp(1.8rem,3vw,2.65rem)}.about-page .mission-content p{color:#ffffffd1;max-width:none;margin:15px 0 0;font-weight:400;line-height:1.75}.about-page .mission-button{z-index:1;white-space:nowrap;color:var(--about-primary-dark);background:#fff;position:relative;box-shadow:0 14px 30px #49192933}@media (width<=950px){.about-page .about-story,.about-page .why-section{grid-template-columns:1fr}.about-page .about-story{gap:60px}.about-page .about-story-image{max-width:680px}.about-page .story-image-badge{right:20px}.about-page .create-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-page .mission-card{grid-template-columns:auto 1fr}.about-page .mission-button{grid-column:1/-1;justify-self:flex-start}}@media (width<=640px){.about-page .section-container{width:min(100% - 28px,1180px);padding:0}.about-page .about-hero{background-position:58%;align-items:flex-end;height:auto;min-height:650px}.about-page .about-hero-content{padding-block:85px 64px}.about-page .about-hero h1{font-size:clamp(2.45rem,12vw,3.7rem)}.about-page .about-hero-actions{display:grid}.about-page .about-primary-btn,.about-page .about-secondary-btn{width:100%}.about-page .about-story,.about-page .creations-section,.about-page .why-section,.about-page .process-section,.about-page .mission-section{padding-block:72px}.about-page .about-story-image img{border-radius:22px;min-height:390px}.about-page .about-story-image:before{top:-12px;left:-8px}.about-page .story-image-badge{padding:13px 15px;bottom:14px;right:12px}.about-page .section-heading{margin-bottom:35px}.about-page .create-grid{grid-template-columns:1fr}.about-page .create-card{min-height:auto;padding:22px}.about-page .why-list{border-radius:22px;padding:15px}.about-page .why-list-item{padding-inline:10px}.about-page .mission-card{border-radius:25px;grid-template-columns:1fr;justify-items:flex-start;padding:34px 25px}.about-page .heart{width:66px;height:66px}.about-page .mission-button{white-space:normal;text-align:center;width:100%}}@media (prefers-reduced-motion:reduce){.about-page .create-card,.about-page .process-card,.about-page .about-primary-btn,.about-page .about-secondary-btn,.about-page .mission-button{transition:none}}.process-desktop-only{display:block}.process-mobile-only{display:none}@media (width<=768px){.process-desktop-only{display:none}.process-mobile-only{display:block}.process-scroll-track{width:100%;max-width:520px;margin:45px auto 0;padding:0 18px 35px}.process-scroll-step{opacity:0;grid-template-columns:68px 1fr;align-items:start;gap:18px;min-height:255px;transition:opacity .7s,transform .7s;display:grid;position:relative;transform:translateY(35px)scale(.96)}.process-scroll-step:last-child{min-height:auto}.process-scroll-step.is-visible{opacity:1;transform:translateY(0)scale(1)}.process-scroll-icon{z-index:3;color:#c94f70;background:#fff;border:2px solid #c94f7040;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .65s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;transform:scale(0);box-shadow:0 10px 25px #59303a1f}.process-scroll-step.is-visible .process-scroll-icon{transform:scale(1)}.process-scroll-content{z-index:2;padding-top:2px;position:relative}.process-scroll-number{color:#c94f70;letter-spacing:.12em;margin-bottom:7px;font-size:.78rem;font-weight:800;display:inline-block}.process-scroll-content h3{color:#3f2d33;margin:0 0 9px;font-size:1.25rem;line-height:1.25}.process-scroll-content p{color:#6e6064;margin:0;font-size:.95rem;line-height:1.65}.process-scroll-line{z-index:1;pointer-events:none;width:100px;height:200px;position:absolute;top:62px;left:-18px;overflow:visible}.process-scroll-line path{fill:none;stroke:#d9889f;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1px;transition:stroke-dashoffset 1.3s}.process-scroll-step.line-visible .process-scroll-line path{stroke-dashoffset:0}}
