*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page-bg);color:var(--text);font-family:var(--font-desktop);font-size:var(--fs-desktop);line-height:1.65}.dm-container{width:min(1320px,calc(100% - 48px));margin-inline:auto}.dm-icon{width:24px;height:24px;display:inline-block;vertical-align:middle}.site-header{background:#fff;position:relative;z-index:50;border-bottom:1px solid #eee7df}.desktop-header{min-height:86px;display:grid;grid-template-columns:260px minmax(320px,560px) 1fr;align-items:center;gap:28px}.brand{display:flex;align-items:center;text-decoration:none}.brand img{width:var(--logo-desktop);max-height:64px;object-fit:contain}.search-box{height:46px;background:#f5f1ed;border:1px solid #ece5de;border-radius:8px;display:flex;direction:rtl;overflow:hidden}.search-box input{flex:1;border:0;background:transparent;padding:0 16px;font:inherit;outline:0;text-align:right}.search-box button{width:48px;border:0;background:transparent;color:#6b4c36;cursor:pointer}.header-actions{display:flex;align-items:center;justify-content:flex-start;gap:20px;direction:ltr}.header-actions a{text-decoration:none;color:#4d392c}.cart-link{display:flex;align-items:center;gap:8px;position:relative}.cart-link b,.mobile-cart b{background:var(--primary);color:#fff;border-radius:20px;min-width:20px;height:20px;display:grid;place-items:center;font-size:11px}.login-btn{border:1px solid #bca38d;border-radius:6px;padding:8px 16px}.desktop-nav-wrap{border-top:1px solid #f3eee9}.desktop-nav{height:58px;display:flex;align-items:center;justify-content:center;gap:42px;white-space:nowrap}.desktop-nav a{text-decoration:none;color:#4f3a2c;font-size:14px;position:relative}.desktop-nav a:hover,.desktop-nav a:first-child{color:var(--primary)}.desktop-nav a:first-child:after{content:"";position:absolute;height:2px;background:var(--accent);left:8px;right:8px;bottom:-18px}.mobile-header{display:none}.home-wrap{padding-bottom:34px}.hero{height:var(--hero-desktop);position:relative;background-image:linear-gradient(90deg,rgba(22,13,7,.12),rgba(20,12,7,.78)),var(--hero-img);background-size:cover;background-position:center;border-radius:0;overflow:hidden;color:white}.hero .dm-container{height:100%;display:flex;align-items:center;justify-content:flex-start}.hero-copy{max-width:610px;margin-right:auto;margin-left:40px;text-align:right}.hero-badge{display:inline-flex;padding:5px 14px;border-radius:6px;background:rgba(109,75,44,.72);font-size:18px}.hero h1{font-size:52px;line-height:1.15;margin:12px 0 10px;font-weight:700}.hero p{font-size:22px;margin:0 0 22px;color:#fff}.hero-actions{display:flex;gap:18px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 28px;border-radius:8px;text-decoration:none;font-weight:600}.btn-primary{background:var(--primary);color:#fff;border:1px solid rgba(255,255,255,.35)}.btn-light{background:#fff;color:#4b3324}.service-strip{position:relative;margin-top:-38px;z-index:4;background:#fff;border:1px solid #eee7df;box-shadow:0 14px 35px rgba(76,53,35,.09);border-radius:20px;padding:26px 20px;display:grid;grid-template-columns:repeat(5,1fr)}.service-card{text-decoration:none;color:var(--text);text-align:center;padding:4px 20px;border-left:1px solid #e8e0d9}.service-card:last-child{border-left:0}.service-card .dm-icon{width:40px;height:40px;color:#7a4f31;margin-bottom:8px}.service-card h3{font-size:17px;margin:0 0 5px}.service-card p{font-size:13px;color:#6b635d;margin:0}.featured-grid{display:grid;grid-template-columns:320px 1fr;gap:28px;margin-top:32px;align-items:stretch}.membership-card{background:linear-gradient(145deg,#063f3d,var(--primary));color:#fff;border-radius:14px;padding:28px;min-height:340px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}.membership-card:after{content:"";position:absolute;width:190px;height:190px;border:1px solid rgba(255,255,255,.12);border-radius:50%;left:-70px;bottom:-80px}.membership-card h2{color:#d4ad60;margin:0;font-size:27px}.membership-card p{margin:10px 0;font-size:17px}.membership-art{width:100%;max-height:155px;object-fit:contain;filter:drop-shadow(0 15px 20px rgba(0,0,0,.2))}.membership-card picture{display:block}.membership-card .btn{border:1px solid #b79d54;color:#e8d18e;align-self:flex-start}.products-panel{background:#fff;border:1px solid #eee7df;border-radius:14px;padding:22px 20px}.section-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.section-title-row h2{font-size:24px;margin:0;color:#6d4930}.section-title-row a{text-decoration:none;color:#6c5c50;font-size:14px}.products-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.product-card{min-width:0;border:1px solid #e9e1da;border-radius:10px;padding:12px;background:#fff;position:relative;text-align:center;display:flex;flex-direction:column}.product-card .fav{position:absolute;top:10px;left:10px;width:28px;height:28px;border-radius:50%;background:#fff;border:1px solid #eee1d6;color:#7b5033;display:grid;place-items:center}.product-card .fav .dm-icon{width:16px;height:16px}.product-card img{width:100%;height:170px;object-fit:contain;margin:6px 0 10px}.product-card h3{font-size:14px;line-height:1.4;margin:0 0 4px;min-height:40px}.product-card .meta{font-size:11px;color:#7b726b;min-height:22px}.product-card .price{font-weight:600;color:#6f503d;margin:7px 0}.add-cart{margin-top:auto;height:38px;border:0;border-radius:4px;background:#064b46;color:#fff;cursor:pointer}.trust-strip{margin-top:28px;background:#fff;border:1px solid #e9e1da;border-radius:12px;padding:16px 18px;display:grid;grid-template-columns:repeat(5,1fr)}.trust-item{display:flex;align-items:center;justify-content:center;gap:10px;border-left:1px solid #e9e1da}.trust-item:last-child{border-left:0}.trust-item .dm-icon{color:#465b48;width:30px;height:30px}.trust-item strong{display:block;font-size:15px}.trust-item small{display:block;color:#777;font-size:11px}.news-section{margin-top:26px}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.news-card{background:#fff;border:1px solid #e9e1da;border-radius:12px;padding:12px;display:grid;grid-template-columns:150px 1fr;gap:15px;text-decoration:none;color:inherit}.news-card img{width:150px;height:100px;object-fit:cover;border-radius:8px}.news-card h3{font-size:16px;margin:5px 0}.news-card p{font-size:13px;color:#70665e;margin:0}.news-card time{font-size:11px;color:#8a7d73}.rooms-banner{margin-top:30px;background:#fff;border:1px solid #eee2d8;border-radius:14px;overflow:hidden;display:grid;grid-template-columns:1.15fr 1fr;min-height:180px}.rooms-banner img{width:100%;height:100%;object-fit:cover}.rooms-copy{padding:30px 36px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.rooms-copy h2{margin:0 0 6px;font-size:28px}.rooms-copy p{margin:0 0 14px;color:#615750}.newsletter{margin-top:22px;background:#f0e6d9;border-radius:12px;padding:16px 22px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:24px}.newsletter h3{margin:0}.newsletter p{margin:2px 0 0;color:#6b5e54}.newsletter form{display:flex;direction:rtl}.newsletter input{flex:1;height:44px;border:1px solid #ded1c5;background:#fff;padding:0 14px;font:inherit}.newsletter button{width:140px;border:0;background:#064b46;color:#fff;font:inherit}.site-footer{background:#fff;border-top:1px solid #eee4db;margin-top:30px}.footer-grid{padding:34px 0;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}.footer-brand img{width:170px;max-height:70px;object-fit:contain}.footer-grid h4{margin:0 0 8px}.footer-grid a{display:block;text-decoration:none;color:#5c514a;margin:5px 0;font-size:14px}.footer-grid p{color:#665c55;font-size:14px;margin:5px 0}.copyright{text-align:center;border-top:1px solid #eee4db;padding:12px;font-size:12px;color:#83786f}.mobile-bottom-nav{display:none}.mobile-only{display:none}
/* content pages */.page-shell{padding:40px 0;min-height:55vh}.page-card{background:#fff;border:1px solid #eee3da;border-radius:14px;padding:28px}.shop-toolbar{display:flex;gap:14px;margin-bottom:18px}.shop-toolbar input,.shop-toolbar select,.field{height:46px;border:1px solid #ddd2c9;border-radius:8px;background:#fff;padding:0 12px;font:inherit}.shop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.form-card{max-width:620px;margin:0 auto;background:#fff;border:1px solid #eee1d8;border-radius:14px;padding:28px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-group{margin-bottom:14px}.form-group label{display:block;margin-bottom:5px}.form-group input,.form-group textarea,.form-group select{width:100%;border:1px solid #ddd1c7;border-radius:8px;padding:10px;font:inherit;background:#fff}.form-group textarea{min-height:120px}.alert{padding:10px 14px;border-radius:8px;margin-bottom:14px}.alert-error{background:#fff0ed;color:#9b3025}.alert-success{background:#edf8ef;color:#2c6b39}.table-wrap{overflow:auto}.dm-table{width:100%;border-collapse:collapse;background:#fff}.dm-table th,.dm-table td{padding:12px;border-bottom:1px solid #eee;text-align:right}.empty{text-align:center;padding:50px;color:#777}
@media(max-width:1024px){.desktop-header{grid-template-columns:200px 1fr auto}.desktop-nav{gap:20px}.featured-grid{grid-template-columns:280px 1fr}.products-grid{grid-template-columns:repeat(4,1fr)}.products-grid .product-card:nth-child(n+5){display:none}.shop-grid{grid-template-columns:repeat(3,1fr)}.news-card{grid-template-columns:110px 1fr}.news-card img{width:110px}.dm-container{width:min(100% - 32px,1100px)}}
@media(max-width:767px){body{font-family:var(--font-mobile);font-size:var(--fs-mobile);padding-bottom:calc(86px + env(safe-area-inset-bottom));}.dm-container{width:calc(100% - 24px)}.desktop-header,.desktop-nav-wrap{display:none}.site-header{position:sticky;top:0;background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.04)}.mobile-header{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:8px;padding:10px 12px 11px;direction:ltr}.mobile-header .brand{justify-content:center}.mobile-header .brand img{width:var(--logo-mobile);max-height:60px}.mobile-menu-btn,.mobile-cart{width:42px;height:42px;display:grid;place-items:center;color:#5f402a;text-decoration:none;position:relative}.mobile-cart b{position:absolute;top:-3px;right:-4px}.mobile-search{grid-column:1/-1;width:100%;height:44px;direction:rtl}.home-wrap{padding-bottom:10px}.hero{margin:0 12px;height:var(--hero-mobile);border-radius:var(--mobile-radius);background-image:linear-gradient(90deg,rgba(20,12,6,.18),rgba(18,10,5,.78)),var(--hero-mobile-img,var(--hero-img));background-position:center}.hero .dm-container{width:100%;padding:0 22px;justify-content:flex-start}.hero-copy{max-width:100%;margin:0;text-align:right}.hero-badge{font-size:13px;padding:4px 10px}.hero h1{font-size:38px;margin:10px 0 8px}.hero p{font-size:16px;line-height:1.65;margin-bottom:18px;max-width:95%}.hero-actions{gap:10px}.hero-actions .btn{min-height:46px;padding:0 17px;font-size:14px;flex:1}.service-strip{margin:14px 12px 0;width:auto;padding:15px 5px;border-radius:var(--mobile-radius);grid-template-columns:repeat(5,1fr);box-shadow:0 8px 24px rgba(76,53,35,.07)}.service-card{padding:4px 4px;border-left:1px solid #eee5dd;min-width:0}.service-card .dm-icon{width:31px;height:31px}.service-card h3{font-size:13px;white-space:nowrap}.service-card p{font-size:10px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.featured-grid{display:flex;flex-direction:column;gap:14px;margin:14px 12px 0}.membership-card{order:1;min-height:0;height:170px;border-radius:var(--mobile-radius);padding:18px 18px 18px 52%;justify-content:center;background:linear-gradient(100deg,#eff1e6,#f7f1e7);color:#17342f;position:relative}.membership-card:after{display:none}.membership-card h2{font-size:22px;color:#133c38}.membership-card p{font-size:13px;margin:5px 0}.membership-card .btn{padding:0;min-height:30px;color:#345c45;border:0;justify-content:flex-start}.membership-card picture{position:absolute;left:14px;bottom:6px;width:44%;height:150px}.membership-art{position:static;width:100%;height:100%;max-height:none;object-fit:contain}.products-panel{order:2;border-radius:var(--mobile-radius);padding:14px 12px}.section-title-row{margin-bottom:8px}.section-title-row h2{font-size:20px}.products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.products-grid .product-card:nth-child(n+5){display:none}.product-card{padding:7px 5px;border-radius:9px}.product-card img{height:115px;margin:2px 0 6px}.product-card h3{font-size:11px;min-height:31px}.product-card .meta{font-size:9px;min-height:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card .price{font-size:11px;margin:4px 0}.product-card .fav{top:5px;left:5px;width:23px;height:23px}.add-cart{height:32px}.trust-strip{margin:14px 12px 0;width:auto;padding:12px 6px;grid-template-columns:repeat(4,1fr);border-radius:var(--mobile-radius)}.trust-item{gap:4px;padding:0 4px}.trust-item:nth-child(5){display:none}.trust-item .dm-icon{width:24px;height:24px}.trust-item strong{font-size:10px}.trust-item small{font-size:8px;line-height:1.3}.news-section{margin:14px 12px 0}.news-grid{grid-template-columns:1fr}.news-card{grid-template-columns:38% 1fr;gap:12px;border-radius:var(--mobile-radius);padding:10px}.news-card:nth-child(n+2){display:none}.news-card img{width:100%;height:105px}.news-card h3{font-size:15px;margin:2px 0}.news-card p{font-size:11px}.rooms-banner,.newsletter,.site-footer{display:none}.mobile-bottom-nav{position:fixed;z-index:80;left:0;right:0;bottom:0;height:calc(76px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:rgba(255,255,255,.98);border-top:1px solid #ebe2da;display:grid;grid-template-columns:repeat(5,1fr);box-shadow:0 -5px 18px rgba(0,0,0,.05);direction:ltr}.mobile-bottom-nav a{direction:rtl;text-decoration:none;color:#282828;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2px;font-size:11px;position:relative}.mobile-bottom-nav .dm-icon{width:25px;height:25px}.mobile-bottom-nav a.home .dm-icon{width:31px;height:31px}.mobile-bottom-nav a.home:before{content:"";position:absolute;width:58px;height:58px;border-radius:50%;background:var(--primary);top:-18px;z-index:-1;box-shadow:0 5px 15px rgba(0,99,104,.2)}.mobile-bottom-nav a.home .dm-icon{color:#fff;transform:translateY(-11px)}.mobile-bottom-nav a.home span{font-weight:700;color:#1e2825;transform:translateY(-4px)}.page-shell{padding:18px 0}.page-card{padding:18px}.shop-toolbar{flex-direction:column}.shop-grid{grid-template-columns:repeat(2,1fr);gap:10px}.shop-grid .product-card img{height:150px}.form-card{padding:18px}.form-row{grid-template-columns:1fr}}
@media(max-width:355px){.service-card p{display:none}.service-card h3{font-size:11px}.products-grid{grid-template-columns:repeat(2,1fr)}.products-grid .product-card:nth-child(n+5){display:none}.product-card img{height:135px}.hero h1{font-size:32px}.membership-card{padding-right:48%}.mobile-bottom-nav a{font-size:10px}}
@media(min-width:768px) and (max-width:1100px){.desktop-header{min-height:78px}.desktop-nav{overflow-x:auto;justify-content:flex-start;padding-inline:6px}.hero h1{font-size:44px}.service-strip{padding-inline:10px}.service-card{padding-inline:8px}.footer-grid{grid-template-columns:1.4fr repeat(3,1fr);gap:20px}}
/* v2.2 header/search/mobile stability */
.desktop-header{grid-template-columns:260px 1fr auto;direction:rtl}.desktop-header-spacer{min-width:1px}.header-actions{direction:rtl;gap:10px;justify-content:flex-start}.header-search-icon{width:42px;height:42px;border:1px solid #e5ddd5;border-radius:9px;display:grid;place-items:center;color:#5f402a;background:#fff}.header-search-icon .dm-icon{width:22px;height:22px}.cart-link{min-height:42px;padding:0 10px;border:1px solid #e5ddd5;border-radius:9px;background:#fff}.search-page-card{max-width:820px;margin-inline:auto}.search-page-form{display:flex;gap:10px}.search-page-form input{flex:1;min-width:0;height:50px;border:1px solid #d9cec5;border-radius:9px;padding:0 14px;font:inherit;background:#fff}.search-results-section{margin-top:24px}.search-summary{margin:18px 0 6px}.search-page-links{display:grid;gap:8px}.search-page-links a{background:#fff;border:1px solid #e9e1da;border-radius:9px;padding:12px 14px;text-decoration:none;color:inherit}.search-empty{padding-top:28px}
@media(max-width:767px){html,body{width:100%;max-width:100%;overflow-x:hidden;overscroll-behavior-x:none}body{touch-action:manipulation}.dm-container,.home-wrap,main,.site-header{max-width:100%}img,svg,video,iframe{max-width:100%}.mobile-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px 10px;direction:rtl;min-height:68px}.mobile-header .brand{justify-content:flex-start;min-width:0}.mobile-header .brand img{width:var(--logo-mobile);max-width:min(46vw,170px);max-height:54px}.mobile-header-actions{display:flex;align-items:center;gap:6px;direction:ltr;flex:0 0 auto}.mobile-search-icon,.mobile-cart{width:42px;height:42px;display:grid;place-items:center;color:#5f402a;text-decoration:none;position:relative;border:1px solid #ebe3dc;border-radius:10px;background:#fff}.mobile-search-icon .dm-icon,.mobile-cart .dm-icon{width:23px;height:23px}.mobile-cart b{position:absolute;top:-4px;right:-5px}.mobile-search{display:none!important}.products-grid .product-card:nth-child(n){display:flex}.products-grid .product-card.mobile-hide{display:none!important}.products-grid .product-card.mobile-show{display:flex!important}.shop-toolbar input,.shop-toolbar select,.field,.form-group input,.form-group textarea,.form-group select,.search-page-form input{font-size:16px}.search-page-form{display:grid;grid-template-columns:1fr auto;gap:8px}.search-page-form .btn{padding-inline:16px}.search-page-form .btn span{display:none}.search-page-form .btn .dm-icon{width:22px;height:22px}.search-news-grid .news-card{display:grid!important}.page-card[style*="grid-template-columns"]{grid-template-columns:1fr!important;gap:18px!important}.table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}
