:root{--cream:#fbf7f1;--paper:#fffdf9;--peach:#faebdd;--orange:#c65020;--orange-hover:#ab3f16;--wine:#9b2027;--gold:#c99445;--ink:#222422;--muted:#62655e;--line:#e9dbcd;--green:#187745;--radius:20px;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--cream);font-synthesis:none;scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0}button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit}button:disabled{opacity:.45;cursor:wait}input,textarea{min-width:0}img{display:block;max-width:100%}button{background:none;border:0}p{color:var(--muted);line-height:1.6}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.5rem,5.4vw,5.5rem);line-height:.99;letter-spacing:-.055em;margin-bottom:22px;max-width:900px;font-weight:750}h2{font-size:clamp(2rem,3.8vw,3.35rem);line-height:1.08;letter-spacing:-.045em;margin-bottom:16px}h3{font-size:1.15rem}em{font-style:normal;color:var(--orange)}.wrap{width:min(1160px,calc(100% - 80px));margin-inline:auto}.icon{width:24px;height:24px;flex-shrink:0;vertical-align:middle}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:49px;padding:13px 22px;border-radius:12px;font-size:.95rem;font-weight:600;border:1px solid transparent;transition:background .18s,transform .18s;white-space:normal;text-align:center}.btn:hover{transform:translateY(-2px)}.primary{background:var(--orange);color:white}.primary:hover{background:var(--orange-hover)}.outline{border-color:var(--orange);background:rgba(255,255,255,.45);color:var(--ink)}.outline:hover{background:var(--peach)}.outline .icon{color:var(--green)}:focus-visible{outline:3px solid var(--wine);outline-offset:5px}.skip{position:absolute;top:-80px;left:16px;background:white;padding:16px;z-index:999}.skip:focus{top:10px}.site-header{background:rgba(251,247,241,.96);position:relative;z-index:20}.header-inner{max-width:1280px;width:calc(100% - 80px);margin:auto;display:flex;align-items:center;justify-content:space-between;min-height:112px;gap:24px}.brand img{width:222px;height:78px;object-fit:contain;object-position:left}.header-inner nav{display:flex;gap:42px;align-items:center}.header-inner nav a{padding:17px 0;position:relative;font-size:1rem;white-space:nowrap}.header-inner nav a[aria-current]{color:var(--orange)}.header-inner nav a[aria-current]:after{content:'';height:2px;position:absolute;bottom:6px;left:0;right:0;background:var(--orange)}.eyebrow{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.24em;display:block;color:#727965;margin-bottom:20px;line-height:1.6}.home-hero{position:relative;overflow:hidden;background:radial-gradient(ellipse at 85% 18%,#fae4c8 0%,transparent 46%),linear-gradient(180deg,#fcf8f1,#f9f1e8 84%,#fcf8f2)}.hero-copy{padding-top:58px;position:relative;z-index:2}.hero-copy>p{font-size:1.18rem;max-width:660px;margin-bottom:25px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.home-background{position:absolute!important;inset:0 0 0 auto;width:36%!important;opacity:.3;z-index:-1;mask-image:linear-gradient(to left,#000,transparent)}.showcase{position:relative;height:420px;width:min(1500px,100%);margin:22px auto 0;perspective:1100px;isolation:isolate;overflow:hidden}.stage-floor{position:absolute;bottom:-160px;left:-30%;width:160%;height:340px;background:radial-gradient(ellipse at 50% 0,#d0b49255,transparent 50%);transform:rotateX(63deg)}.showcase-card{position:absolute;left:50%;top:46%;width:clamp(225px,35vw,450px);height:290px;transform-style:preserve-3d;padding:0;border-radius:13px;will-change:transform;transition:filter .3s}.board-face{position:absolute;inset:0;border:5px solid #45382b;border-bottom-width:7px;border-radius:12px;background:#352d25;overflow:hidden;box-shadow:0 22px 22px -16px #6a4b2966,0 2px 2px #fff9 inset;backface-visibility:hidden}.board-face:after{content:'';position:absolute;inset:0;border-radius:8px;pointer-events:none;box-shadow:inset 1px 1px 3px #ffead899;background:linear-gradient(125deg,#ffffff17,transparent 40%,#c6963710)}.board-edge{position:absolute;top:0;right:-13px;width:20px;height:100%;transform-origin:left;transform:rotateY(90deg);background:linear-gradient(90deg,#20170e,#b79864 22%,#705137 65%,#362315);border-radius:0 7px 7px 0;box-shadow:inset 0 0 3px #2e210f}.board-face .photo{height:100%;width:100%}.board-caption{position:absolute;bottom:0;left:0;right:0;padding:40px 20px 14px;text-align:left;font-weight:600;color:white;background:linear-gradient(transparent,#000b);font-size:1rem}.photo{object-fit:cover;display:block;background-color:#eee2d5}.demo-photo{background-image:var(--source);background-size:var(--bw) var(--bh);background-position:var(--bx) var(--by);background-repeat:no-repeat}.photo-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#85756a;min-height:160px}.services{padding-top:68px;padding-bottom:80px;scroll-margin-top:30px}.section-heading{text-align:center;margin-bottom:36px}.rule{display:flex;justify-content:center;align-items:center;gap:20px}.rule:before,.rule:after{content:'';width:45px;height:1px;background:#92957e80}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.service-card{padding:0;overflow:hidden;text-align:left;border-radius:15px;background:var(--peach);transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #6d411215}.service-card>.photo{width:100%;aspect-ratio:1.5}.service-card>span{font-weight:600;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:20px;font-size:1.12rem;min-height:68px}.service-card .icon{color:var(--orange);width:21px}.contacts{background:linear-gradient(120deg,#fff5e9,#fae9db);padding:76px 0 80px}.short-rule{width:34px;height:2px;background:#8e947c;display:block;margin:0 auto 28px}.section-heading p{font-size:1.04rem;margin-bottom:0}.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.contact-card{display:flex;align-items:center;gap:14px;padding:22px 18px;border:1px solid #eddbca;background:#fffdf9c9;min-height:98px;border-radius:16px;transition:background .2s,transform .2s}.contact-card:hover{background:white;transform:translateY(-3px)}.contact-card>.icon{width:46px;height:46px;padding:11px;border-radius:50%;background:var(--orange);color:white}.contact-card.whatsapp>.icon{background:var(--green)}.contact-card.instagram>.icon{background:linear-gradient(40deg,#e18530,#c62f63,#7042ae)}.contact-card span{display:flex;flex:1;align-items:center;gap:10px;justify-content:space-between;font-weight:600;font-size:.98rem}.contact-card span .icon{width:18px;color:var(--orange)}.footer{background:#222522;color:#faf5ed;padding:48px 0 23px}.footer-top{display:flex;justify-content:space-between;gap:30px;align-items:flex-start}.footer-brand{display:flex;align-items:center;gap:12px;font-weight:600;font-size:1.42rem;margin-bottom:18px;letter-spacing:-.035em}.footer-brand img{width:42px;height:48px;object-fit:contain}.footer p{color:#c6c6bc;margin-bottom:9px;font-size:.95rem}.footer .location{display:flex;align-items:center;gap:8px;max-width:650px}.location .icon{width:17px;color:#e29260}.footer nav{display:flex;gap:28px;padding-top:22px;font-size:.95rem}.footer nav a:hover{color:#efb581}.footer-bottom{border-top:1px solid #ffffff25;display:flex;justify-content:space-between;padding-top:22px;margin-top:32px;gap:15px;color:#b3b6aa;font-size:.79rem}.gift-hero{display:grid;grid-template-columns:1fr 1fr;position:relative;align-items:center;min-height:420px;margin-top:10px;margin-bottom:55px;border-radius:22px;overflow:hidden;background:linear-gradient(90deg,#fbf4e7,#fae9d3)}.gift-copy{padding:45px 0 45px 40px;position:relative;z-index:2}.gift-copy h1{font-size:clamp(3rem,5vw,5rem)}.gift-copy p{max-width:340px;font-size:1.12rem}.gift-hero-photo{height:100%;min-height:420px;width:100%;mask-image:linear-gradient(to right,transparent,#000 18%)}.catalogue{padding-bottom:65px}.catalogue .section-heading{margin-bottom:35px}.search{display:flex;gap:16px;align-items:center;background:#fffdfa;border:1px solid #e8cdb9;border-radius:13px;padding:3px 20px;min-height:60px;max-width:840px;margin:0 auto 20px;box-shadow:0 3px 7px #92613605}.search .icon{color:#7b7d72}.search input{width:100%;padding:15px 0;border:0;background:none;outline-offset:0;font-size:1rem;color:var(--ink)}.filters{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:32px}.filters button{border:1px solid #e3cbb6;padding:11px 20px;border-radius:30px;font-size:.94rem;min-height:44px}.filters button[aria-pressed=true]{background:var(--orange);border-color:var(--orange);color:white}.filters button:hover{box-shadow:0 0 0 1px var(--orange)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.product-card{border-radius:17px;overflow:hidden;background:var(--peach);transition:box-shadow .2s}.product-card:hover{box-shadow:0 12px 25px #5b321719}.product-image{display:block;width:100%;padding:0;overflow:hidden}.product-image .photo{width:100%;aspect-ratio:1.2;transition:transform .4s}.product-image:hover .photo{transform:scale(1.045)}.product-body{padding:18px 20px}.product-title{font-weight:650;font-size:1.15rem;padding:0;text-align:left;line-height:1.3;margin-bottom:11px}.enquire{display:flex;align-items:center;gap:9px;font-size:.96rem;width:fit-content;min-height:35px}.enquire>.icon{padding:4px;width:29px;height:29px;background:var(--green);color:white;border-radius:50%}.enquire:hover{color:var(--green)}.result-count{text-align:center;font-size:.83rem;letter-spacing:.1em;margin:25px 0 35px}.gift-cta{display:grid;grid-template-columns:1.3fr 1fr;align-items:center;overflow:hidden;border-radius:18px;background:#f9e5cf;min-height:280px}.gift-cta>div:first-child{padding:38px}.gift-cta h2{font-size:clamp(1.75rem,3vw,2.7rem);max-width:600px}.cta-photo{height:100%;width:100%;mask-image:linear-gradient(to right,transparent,#000 20%)}.about-intro{padding:60px 0 70px;display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.about-intro h1{font-size:clamp(2.8rem,4.5vw,4.8rem)}.about-intro p{font-size:1.05rem;white-space:pre-line}.about-photo{width:100%;aspect-ratio:1;border-radius:24px;box-shadow:15px 15px 0 #edddc7}.visit{padding:20px 0 80px;display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.address{display:flex;align-items:flex-start;gap:10px}.address .icon{margin-top:3px;color:var(--orange)}.map-card{border-radius:20px;overflow:hidden;background:#f0e8db;border:1px solid var(--line)}.map-card iframe{width:100%;height:300px;border:0;display:block}.map-card>p{font-size:.8rem;padding:10px;margin:0}.map-empty{padding:50px 20px;text-align:center;background:radial-gradient(ellipse at center,#fffaf0,#ede4d6)}.map-empty>.icon{width:48px;height:48px;color:var(--orange);margin-bottom:20px}.map-empty p{margin-bottom:10px}.map-empty small{color:var(--muted)}#toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,30px);background:#262923;color:white;padding:16px 22px;border-radius:13px;z-index:500;max-width:min(550px,calc(100% - 32px));width:max-content;opacity:0;pointer-events:none;transition:.2s;box-shadow:0 8px 30px #0003;line-height:1.5;font-size:.94rem}#toast.show{opacity:1;transform:translate(-50%,0)}dialog{border:0;padding:0;width:min(540px,calc(100% - 30px));border-radius:22px;background:var(--cream);max-height:88dvh;overflow:auto;box-shadow:0 30px 100px #0004}dialog::backdrop{background:#1d1a16aa;backdrop-filter:blur(5px)}.dialog-close{position:absolute;top:12px;right:12px;background:#fffaf4;border-radius:50%;width:44px;height:44px;z-index:2;box-shadow:0 1px 10px #0001}.detail-photo{width:100%;aspect-ratio:1.3}.detail-copy{padding:28px}.detail-copy h2{font-size:2rem}.loading{min-height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px}.loading img{width:220px}.empty{grid-column:1/-1;text-align:center;padding:70px 20px}.empty-showcase{text-align:center;margin-top:80px}.text-button{padding:10px;text-decoration:underline;text-underline-offset:4px}.admin-login{max-width:430px;margin:8vh auto;padding:25px;line-height:1.6}.admin-login>a>img{width:240px;margin:0 auto 45px}.admin-login h1{font-size:2.7rem}.admin-login form{display:grid;gap:20px;margin:25px 0}.admin-login input{width:100%}.admin-login #login-error{color:var(--wine);margin:0}.admin-shell{background:#f8f6f1;min-height:100vh}.admin-header{display:flex;justify-content:space-between;align-items:center;padding:18px max(24px,calc((100% - 1240px)/2));background:var(--paper);border-bottom:1px solid var(--line);gap:20px}.admin-header img{width:185px;height:60px;object-fit:contain}.admin-header>div{display:flex;align-items:center;gap:16px}.admin-main{max-width:1240px;margin:auto;padding:42px 24px 65px}.admin-title{display:flex;justify-content:space-between;gap:20px;align-items:center}.admin-title h1{font-size:2.6rem;letter-spacing:-.045em}.admin-title .eyebrow{margin-bottom:8px}.admin-title p{margin-bottom:15px}.admin-note{padding:17px 20px;background:#f5e6ce;border:1px solid #e4cfaf;border-radius:12px;color:#675133;display:flex;justify-content:space-between;gap:20px;font-size:.94rem;line-height:1.5}.admin-note span{white-space:nowrap;font-weight:600}.admin-tabs{display:flex;gap:24px;overflow:auto;padding:23px 0 16px;position:sticky;top:0;background:#f8f6f1f5;z-index:30;border-bottom:1px solid var(--line)}.admin-tabs a{white-space:nowrap;font-weight:600;font-size:.95rem;min-height:32px;display:flex;align-items:center}.editor-section{padding:35px 0;scroll-margin-top:75px}.editor-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:22px}.editor-section h2{font-size:1.8rem;letter-spacing:-.035em;margin-bottom:10px}.editor-heading p{margin-bottom:0;font-size:.96rem}.editor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.editor-card{border:1px solid var(--line);border-radius:15px;overflow:hidden;background:var(--paper)}.editor-card>.photo{width:100%;aspect-ratio:1.65}.editor-body{padding:18px;display:grid;gap:13px}.editor-body label,.settings-grid label,.admin-login label{display:grid;gap:7px;font-size:.88rem;font-weight:600;color:#505248}.editor-body input:not([type=checkbox]),.editor-body textarea,.settings-grid input,.settings-grid textarea,.admin-login input{width:100%;padding:11px;border:1px solid #d7cabc;border-radius:7px;background:white;color:var(--ink);font-size:1rem;line-height:1.45}.editor-body textarea,.settings-grid textarea{resize:vertical}.editor-body .upload-label{display:flex;color:var(--ink);font-size:.88rem;min-height:43px;padding:10px;gap:8px}.editor-controls{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.editor-controls .check-label{display:flex;align-items:center;gap:6px;margin-right:auto}.check-label input{width:18px;height:18px;accent-color:var(--wine)}.editor-controls button{min-width:32px;min-height:36px;border:1px solid var(--line);border-radius:6px;font-size:.88rem}.danger{color:var(--wine)}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:28px}.setting-images{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:30px 0}.setting-images .photo{width:100%;height:170px;border-radius:12px;margin-bottom:15px}.setting-images h3{font-size:.95rem}.upload-label{cursor:pointer}.setting-images .btn{font-size:.86rem;padding:10px}.check-label{display:flex;align-items:center;gap:10px;font-size:.96rem}.hint{font-size:.87rem;max-width:750px}.admin-bottom{display:flex;gap:13px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:25px}
@media(min-width:1500px){.home-hero .hero-copy{padding-top:60px}.showcase{height:450px}}@media(max-width:1000px){.service-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:repeat(2,1fr)}.header-inner{min-height:95px}.hero-copy{padding-top:38px}.showcase{height:370px}.showcase-card{height:240px}.gift-copy{padding-left:28px}.gift-copy h1{font-size:3.7rem}.about-intro,.visit{gap:35px}.editor-grid{grid-template-columns:repeat(2,1fr)}.footer nav{gap:18px}.setting-images{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.wrap{width:calc(100% - 36px)}.header-inner{width:calc(100% - 36px);min-height:117px;flex-direction:column;gap:0;justify-content:center;padding:9px 0 5px}.brand img{width:188px;height:57px;object-position:center}.header-inner nav{gap:34px}.header-inner nav a{padding:12px 0;font-size:.91rem}.header-inner nav a[aria-current]:after{bottom:4px}.hero-copy{padding-top:30px}.hero-copy .eyebrow{font-size:.64rem;letter-spacing:.19em;margin-bottom:15px}.hero-copy h1{font-size:clamp(2.3rem,9.7vw,3.5rem);line-height:1.01;letter-spacing:-.048em;margin-bottom:15px}.hero-copy>p{font-size:.97rem;line-height:1.45;margin-bottom:20px;max-width:340px}.hero-actions{gap:9px}.hero-actions .btn{font-size:.82rem;padding:11px 12px;min-height:44px;gap:6px}.hero-actions .icon{width:19px;height:19px}.showcase{height:285px;margin-top:5px;perspective:850px}.showcase-card{width:56%;height:180px}.board-face{border-width:3px;border-bottom-width:5px;border-radius:10px}.board-caption{padding:28px 10px 8px;font-size:.74rem}.board-edge{right:-9px;width:14px}.showcase-card{top:46%}.home-hero{background:radial-gradient(ellipse at 100% 0,#f4dfc699,transparent 55%),linear-gradient(#fffaf4,#f7eee3)}.services{padding:39px 0 43px}.section-heading{margin-bottom:25px}h2{font-size:2rem;letter-spacing:-.044em}.eyebrow{font-size:.7rem;margin-bottom:14px}.rule{gap:13px}.rule:before,.rule:after{width:30px}.service-grid{gap:13px}.service-card{border-radius:11px}.service-card>.photo{aspect-ratio:1.35}.service-card>span{font-size:.88rem;line-height:1.2;gap:5px;padding:12px 10px;min-height:54px}.service-card .icon{width:17px;min-width:17px}.contacts{padding:43px 0}.short-rule{margin-bottom:23px;width:28px}.section-heading p{font-size:.95rem}.contact-grid{gap:12px}.contact-card{padding:15px 11px;gap:9px;border-radius:13px;min-height:74px}.contact-card>.icon{width:35px;height:35px;padding:8px}.contact-card span{font-size:.86rem;gap:4px}.contact-card span .icon{width:15px}.footer{padding:30px 0 20px}.footer-top{flex-direction:column;gap:14px}.footer-brand{font-size:1.25rem;gap:10px;margin-bottom:15px}.footer-brand img{width:35px;height:38px}.footer p{font-size:.85rem}.footer nav{padding:0;gap:28px;font-size:.85rem}.footer-bottom{padding-top:17px;margin-top:23px;font-size:.75rem;flex-direction:column;gap:7px}.gift-hero{width:100%;margin:8px 0 34px;border-radius:0;min-height:290px;grid-template-columns:1.05fr 1fr;background:#f9efdf}.gift-copy{padding:25px 0 25px 18px;margin-right:-40px}.gift-copy .eyebrow{font-size:.6rem;letter-spacing:.18em;max-width:205px;line-height:1.6}.gift-copy h1{font-size:clamp(2.1rem,8.9vw,3.1rem);line-height:1.02;margin-bottom:15px}.gift-copy p{font-size:.9rem;line-height:1.4;max-width:180px;padding-right:4px}.gift-hero-photo{min-height:290px;mask-image:linear-gradient(to right,transparent,#000 32%)}.catalogue .section-heading{margin-bottom:25px}.catalogue .section-heading h2{font-size:1.9rem}.search{min-height:49px;border-radius:11px;padding:0 14px;gap:10px;margin-bottom:16px}.search input{padding:13px 0;font-size:.91rem}.search .icon{width:20px}.filters{justify-content:flex-start;gap:8px;margin-bottom:22px}.filters button{font-size:.81rem;padding:9px 14px;min-height:40px}.product-grid{gap:14px}.product-card{border-radius:12px}.product-image .photo{aspect-ratio:1.15}.product-body{padding:12px}.product-title{font-size:.94rem;margin-bottom:6px}.enquire{font-size:.85rem;gap:7px}.enquire>.icon{width:26px;height:26px}.result-count{margin:23px 0;font-size:.75rem}.gift-cta{grid-template-columns:1.4fr 1fr;min-height:210px;border-radius:13px}.gift-cta>div:first-child{padding:23px 0 23px 17px;margin-right:-30px;z-index:1}.gift-cta h2{font-size:1.4rem;max-width:220px;margin-bottom:10px}.gift-cta p{font-size:.85rem;line-height:1.4;max-width:185px}.gift-cta .btn{font-size:.81rem;padding:10px 11px;gap:6px;min-height:43px}.gift-cta .btn .icon{width:20px}.cta-photo{mask-image:linear-gradient(to right,transparent,#000 35%)}.catalogue{padding-bottom:35px}.about-intro{grid-template-columns:1fr;gap:30px;padding:30px 0 45px}.about-intro h1{font-size:3rem}.about-photo{max-height:330px;box-shadow:7px 7px 0 #edddc7;border-radius:18px}.about-intro p{font-size:1rem}.visit{grid-template-columns:1fr;padding:10px 0 45px;gap:30px}.map-card iframe{height:270px}.admin-header{padding:10px 16px}.admin-header img{width:135px;height:48px}.admin-header>div{gap:2px;flex-direction:column}.admin-header .btn{font-size:.75rem;padding:8px;min-height:36px}.admin-header .text-button{font-size:.8rem;padding:6px}.admin-main{padding:28px 16px}.admin-title{align-items:flex-start;flex-direction:column;gap:8px;margin-bottom:20px}.admin-title h1{font-size:2.1rem}.admin-note{flex-direction:column;font-size:.88rem;gap:8px}.admin-tabs{gap:20px}.admin-tabs a{font-size:.86rem}.editor-heading{align-items:flex-start;gap:13px}.editor-heading p{font-size:.86rem}.editor-heading .btn{font-size:.8rem;padding:10px;min-height:41px;gap:5px}.editor-heading h2{font-size:1.45rem}.editor-grid{grid-template-columns:1fr}.editor-card{display:grid;grid-template-columns:110px 1fr;align-items:start}.editor-card>.photo{height:130px;margin:15px 0 0 12px;width:98px;border-radius:10px;aspect-ratio:auto}.editor-body{padding:14px;gap:10px}.editor-body label{font-size:.8rem}.editor-body input:not([type=checkbox]),.editor-body textarea{font-size:.94rem;padding:9px}.editor-controls{gap:4px}.editor-controls .check-label{font-size:.8rem}.settings-grid,.setting-images{grid-template-columns:1fr}.setting-images .photo{height:220px}.admin-bottom .btn{font-size:.85rem}.admin-login{margin-top:4vh}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.showcase-card{will-change:auto}}
/* Photo-slab coverflow v2: opaque faces, six-sided thickness, floor reflections. */
.home-hero{background:linear-gradient(180deg,#fdf9f3 0%,#faf3e8 74%,#fcf8f1 100%)}
.hero-copy{padding-top:42px;padding-bottom:0}
.home-background{width:32%!important;height:100%;inset:0 -35px 0 auto;opacity:1;mask-image:linear-gradient(to right,transparent,#000 38%);border-radius:0;z-index:-1}
.hero-copy:has(.home-background)>p{max-width:75%}
.showcase{height:465px;perspective:1500px;width:100%;max-width:none;margin-top:20px;overflow:hidden;isolation:isolate;cursor:grab;touch-action:pan-y;user-select:none;-webkit-user-select:none}
.showcase.is-dragging,.showcase.is-dragging button{cursor:grabbing}
.showcase-card{--thickness:18px;top:43%;width:clamp(240px,35vw,535px);height:auto;aspect-ratio:1.48;opacity:1!important;filter:none!important;border:0;padding:0;background:transparent;overflow:visible;border-radius:11px;transform-style:preserve-3d;will-change:transform;cursor:grab;box-shadow:none}
.board-face{display:block;inset:0;transform:translateZ(var(--thickness));border:1px solid #705c4260;border-radius:10px;box-shadow:inset 0 0 0 1px #fff9;overflow:hidden;background:#342c23;backface-visibility:hidden}
.board-face:after{box-shadow:inset 0 0 0 1px #fff4; background:linear-gradient(120deg,#fff1,transparent 30%,transparent 75%,#00000008);border-radius:9px}
.board-face .photo{height:100%;width:100%;opacity:1;object-fit:cover;pointer-events:none;border-radius:0}
.board-back{position:absolute;inset:0;background:#b5a28c;border-radius:10px;transform:translateZ(0)}
.board-side{position:absolute;display:block;backface-visibility:visible;background:linear-gradient(90deg,#d4c0a6,#ede0ca 30%,#9b8368 74%,#c8ae8b);pointer-events:none}
.board-side-left{top:0;left:0;width:var(--thickness);height:100%;transform-origin:left;transform:rotateY(-90deg);border-radius:5px 0 0 5px}
.board-side-right{top:0;left:100%;width:var(--thickness);height:100%;transform-origin:left;transform:translateZ(var(--thickness)) rotateY(90deg);border-radius:0 5px 5px 0}
.board-side-top{top:0;left:0;width:100%;height:var(--thickness);transform-origin:top;transform:rotateX(90deg);background:linear-gradient(#eee0c9,#c7b292)}
.board-side-bottom{top:100%;left:0;width:100%;height:var(--thickness);transform-origin:top;transform:translateZ(var(--thickness)) rotateX(-90deg);background:linear-gradient(#957654,#c6b08e)}
.board-shadow{position:absolute;top:calc(100% + 8px);left:4%;width:94%;height:30px;background:#89654040;border-radius:50%;filter:blur(13px);transform:translateZ(-3px) rotateX(45deg);pointer-events:none}
.board-reflection{position:absolute;top:calc(100% + 11px);left:0;width:100%;height:100%;transform:translateZ(var(--thickness)) scaleY(-1);opacity:.17;mask-image:linear-gradient(to top,#000 0%,transparent 56%);pointer-events:none;overflow:hidden;border-radius:10px}
.board-reflection .photo{width:100%;height:100%;object-fit:cover;filter:blur(1.6px)}
.stage-floor{left:0;width:100%;bottom:0;height:30%;transform:none;background:radial-gradient(ellipse at 50% 0%,#b28c5530,transparent 65%),linear-gradient(#f6ebd900,#f5ebdb88 30%,#fcf8f1);pointer-events:none}
@media(min-width:1400px){.showcase{height:485px}.hero-copy{padding-top:44px}.showcase-card{top:42%}}
@media(max-width:1000px){.showcase{height:380px}.showcase-card{width:43vw;max-width:440px;top:42%}.home-background{width:30%!important}.hero-copy:has(.home-background)>p{max-width:75%}}
@media(max-width:600px){.hero-copy{padding-top:30px}.hero-copy:has(.home-background)>p{max-width:100%}.home-background{width:28%!important;inset:0 -18px auto auto;height:165px;opacity:.58;mask-image:linear-gradient(to right,transparent,#000)}.showcase{height:285px;margin-top:12px;perspective:1500px}.showcase-card{--thickness:13px;min-width:0;width:59vw;max-width:none;aspect-ratio:1.25;top:43%;border-radius:9px}.board-face,.board-back,.board-reflection{border-radius:8px}.board-side{border-radius:2px}.board-shadow{height:20px;filter:blur(8px)}.board-reflection{opacity:.14}.stage-floor{height:28%}}
/* GIFT CITY GLOBAL IMAGE FIT */
img:not([src$=".svg"]),
picture img:not([src$=".svg"]),
video[poster] {
    object-fit: fill !important;
}
figure img,
.card img,
[class*="card"] img,
[class*="image"] img,
[class*="photo"] img,
[class*="showcase"] img,
[class*="gift"] img,
[class*="service"] img,
[class*="gallery"] img,
[class*="carousel"] img,
[class*="slide"] img {
    width: 100%;
    height: 100%;
    object-fit: fill !important;
}
