:root{--sand:#f4eadb;--cream:#fffaf2;--brown:#9a6840;--dark:#231a14;--sea:#7fb9bd}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,sans-serif;background:var(--cream);color:#3a312b}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}.navbar{position:fixed;top:18px;left:50%;transform:translateX(-50%);width:min(1180px,92%);z-index:99;display:flex;align-items:center;justify-content:space-between;padding:13px 18px;border-radius:999px;background:rgba(255,250,242,.78);backdrop-filter:blur(18px);box-shadow:0 18px 60px rgba(0,0,0,.12);transition:.35s}.navbar.scrolled{top:8px;background:rgba(255,250,242,.95)}.brand img{height:54px}.navlinks{display:flex;align-items:center;gap:20px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.navlinks a{position:relative}.navlinks>a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--brown);transition:.3s}.navlinks>a:hover:after{width:100%}.langs{display:flex;gap:7px;margin-left:8px}.langs a{padding:7px 9px;border-radius:20px;background:#fff;border:1px solid #eadbc9}.hamb{display:none;border:0;background:var(--brown);color:white;border-radius:50%;width:42px;height:42px;font-size:22px}.hero{height:100vh;min-height:760px;display:grid;place-items:center;position:relative;overflow:hidden;text-align:center;color:#fff}.hero-bg{position:absolute;inset:0;background:url('images/hero.jpg') center/cover no-repeat;animation:slowZoom 18s ease-in-out infinite alternate}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,12,7,.45),rgba(20,12,7,.2) 45%,rgba(244,234,219,.25));}.hero-content{position:relative;z-index:2;padding-top:80px}.hero-logo{width:min(360px,70vw);filter:drop-shadow(0 10px 20px rgba(0,0,0,.25)) brightness(0) invert(1)}.eyebrow,.section-tag{display:inline-block;color:#c99668;text-transform:uppercase;letter-spacing:.35em;font-size:13px;font-weight:800;margin-top:18px}.hero h1{font-family:Marcellus,serif;font-size:clamp(70px,12vw,160px);margin:0;line-height:.85}.hero h2{font-size:clamp(26px,4vw,58px);margin:8px 0 10px}.hero p{font-size:clamp(18px,2.2vw,34px);margin:0 0 30px}.btn{display:inline-flex;padding:15px 28px;border-radius:999px;background:#fff;color:var(--dark);font-weight:800;box-shadow:0 18px 40px rgba(0,0,0,.18);transition:.3s}.btn:hover{transform:translateY(-4px)}.btn.dark{background:var(--dark);color:#fff}.scroll{position:absolute;bottom:34px;z-index:3;width:55px;height:55px;border-radius:50%;background:rgba(255,255,255,.25);display:grid;place-items:center;font-size:38px;backdrop-filter:blur(10px);animation:bounce 1.5s infinite}.section{padding:110px 0}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}h2{font-family:Marcellus,serif;font-size:clamp(38px,5vw,70px);line-height:1;margin:12px 0 20px;color:#2d241f}p{font-size:18px;line-height:1.8;color:#6c625b}.mini-cards{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.mini-cards span{padding:12px 18px;border-radius:999px;background:var(--sand);font-weight:700;color:var(--brown)}.photo-stack{position:relative;min-height:540px}.photo-stack img{position:absolute;width:70%;height:430px;object-fit:cover;border-radius:32px;box-shadow:0 28px 70px rgba(0,0,0,.18)}.photo-stack img:first-child{right:0;top:0}.photo-stack img:last-child{left:0;bottom:0}.events{background:#f7efe5}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:26px;margin-top:36px}.event-card{background:#fff;border-radius:30px;overflow:hidden;box-shadow:0 20px 60px rgba(67,45,28,.12);transition:.35s}.event-card:hover{transform:translateY(-8px)}.event-card img{width:100%;height:250px;object-fit:cover}.event-card div{padding:25px}.event-card span{color:var(--brown);font-weight:800;text-transform:uppercase}.event-card h3{font-size:28px;margin:8px 0}.menu-card{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center;background:linear-gradient(135deg,#fff 0%,#f0dfc9 100%);border-radius:42px;padding:60px;box-shadow:0 30px 80px rgba(88,61,37,.12)}.phone{height:520px;width:280px;margin:auto;border-radius:42px;background:#14100d;padding:18px;box-shadow:0 28px 60px rgba(0,0,0,.25);transform:rotate(4deg)}.phone-screen{height:100%;border-radius:30px;background:url('images/gallery-3.jpg') center/cover;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden;position:relative;color:#fff}.phone-screen:before{content:"";position:absolute;inset:0;background:rgba(25,15,8,.45)}.phone-screen>*{position:relative}.phone-screen img{width:180px;filter:brightness(0) invert(1)}.phone-screen p{color:#fff;font-size:32px;font-weight:800;margin:25px 0 0}.phone-screen span{font-weight:700}.slider{position:relative;display:flex;align-items:center;gap:18px}.track{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.track::-webkit-scrollbar{display:none}.track img{height:520px;min-width:min(360px,85vw);object-fit:cover;border-radius:32px;scroll-snap-align:center;box-shadow:0 20px 50px rgba(0,0,0,.16)}.slider button{min-width:52px;height:52px;border-radius:50%;border:0;background:var(--dark);color:#fff;font-size:38px;cursor:pointer}.footer{background:#211812;color:#fff;padding:80px 0 25px}.footer p,.footer a{color:#e7d9ca}.footer-grid{display:grid;grid-template-columns:1fr 1.2fr 1.2fr;gap:40px;align-items:start}.footer-logo{width:220px;filter:brightness(0) invert(1)}.socials{display:flex;flex-wrap:wrap;gap:10px}.socials a{padding:10px 13px;background:rgba(255,255,255,.08);border-radius:999px}.footer iframe{width:100%;height:260px;border:0;border-radius:25px}.copy{text-align:center;margin-top:45px!important;font-size:14px}.reveal{opacity:0;transform:translateY(35px);transition:1s}.reveal.visible{opacity:1;transform:none}@keyframes slowZoom{to{transform:scale(1.1)}}@keyframes bounce{50%{transform:translateY(8px)}}@media(max-width:900px){.hamb{display:block}.navlinks{position:absolute;top:80px;left:0;right:0;display:none;flex-direction:column;padding:24px;background:#fff;border-radius:28px}.navlinks.open{display:flex}.grid2,.menu-card,.footer-grid{grid-template-columns:1fr}.section{padding:80px 0}.photo-stack{min-height:auto}.photo-stack img{position:relative;width:100%;height:auto;margin:10px 0}.hero{min-height:680px}.menu-card{padding:34px}.phone{width:240px;height:470px}.slider button{display:none}}
.admin-body{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#f4eadb,#fffaf2)}.admin-login,.admin-box{background:#fff;border-radius:30px;padding:35px;box-shadow:0 25px 70px rgba(0,0,0,.12);width:min(520px,92%)}.admin-login img{width:210px;display:block;margin:auto}.admin-login input,.admin-box input,.admin-box textarea{width:100%;padding:14px 16px;border-radius:14px;border:1px solid #e0d1c0;margin:8px 0;font-family:Poppins}.admin-wrap{width:min(1100px,94%);margin:40px auto}.admin-head{display:flex;justify-content:space-between;align-items:center}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.admin-list{background:#fff;border-radius:22px;padding:20px;margin-top:15px}.admin-list img{width:120px;height:80px;object-fit:cover;border-radius:12px}.row{display:flex;gap:14px;align-items:center;justify-content:space-between;border-bottom:1px solid #eee;padding:12px 0}.danger{color:#b73535;font-weight:800}.error{color:#b73535;font-weight:700}@media(max-width:900px){.admin-grid{grid-template-columns:1fr}.admin-head{display:block}}


/* V2 visual upgrade */
.navbar{top:20px;width:min(1320px,94%);padding:12px 18px 12px 22px;border:1px solid rgba(154,104,64,.16);background:rgba(255,250,242,.86);box-shadow:0 24px 80px rgba(35,26,20,.18), inset 0 1px 0 rgba(255,255,255,.9)}
.navbar:before{content:"";position:absolute;inset:7px;border-radius:999px;border:1px solid rgba(154,104,64,.12);pointer-events:none}.brand{display:flex;align-items:center;justify-content:center;width:132px;height:58px;border-right:1px solid rgba(154,104,64,.22);margin-right:22px}.brand img{height:42px;width:auto;object-fit:contain}.navlinks{margin-left:auto;margin-right:20px;gap:24px}.navlinks>a{padding:15px 0;color:#2f251f}.navlinks>a:hover{color:var(--brown)}.language-select{position:relative;z-index:110}.language-current{border:1px solid #eadbc9;background:#fffaf5;border-radius:999px;padding:10px 14px;display:flex;align-items:center;gap:9px;font-family:Poppins,sans-serif;font-weight:700;color:#2f251f;box-shadow:0 10px 24px rgba(35,26,20,.08);cursor:pointer}.language-current .flag{font-size:20px}.language-current i{font-style:normal;font-size:18px;line-height:1;transition:.25s}.language-select.open .language-current i{transform:rotate(180deg)}.language-menu{position:absolute;right:0;top:calc(100% + 14px);width:280px;max-height:520px;overflow:auto;background:rgba(255,250,245,.98);backdrop-filter:blur(20px);border:1px solid rgba(154,104,64,.16);border-radius:28px;padding:13px;box-shadow:0 28px 80px rgba(35,26,20,.2);opacity:0;visibility:hidden;transform:translateY(10px);transition:.25s}.language-select.open .language-menu{opacity:1;visibility:visible;transform:none}.language-menu a{display:grid;grid-template-columns:30px 44px 1fr;align-items:center;gap:10px;padding:12px 13px;border-radius:18px;color:#4e443d;font-weight:700;text-transform:none;letter-spacing:0}.language-menu a:hover,.language-menu a.active{background:#eef7fb;color:#0c4f83}.language-menu .flag{font-size:22px}.hero-logo{width:min(250px,55vw);filter:drop-shadow(0 10px 20px rgba(0,0,0,.25)) brightness(0) invert(1)}.hero-content{max-width:1100px;padding:150px 20px 0}.hero-content:before{content:"";position:absolute;left:50%;top:122px;width:min(560px,78vw);height:180px;transform:translateX(-50%);border:1px solid rgba(255,255,255,.25);border-bottom:0;opacity:.7}.hero h1{font-size:clamp(76px,11vw,150px);text-shadow:0 8px 28px rgba(0,0,0,.28)}.hero h2{color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.35)}.hero p{color:rgba(255,255,255,.86);font-weight:500}.scroll{background:linear-gradient(135deg,#9a6840,#f4eadb);border:2px solid rgba(255,255,255,.9);box-shadow:0 16px 35px rgba(35,26,20,.3);color:#fff}.scroll span{display:block;transform:translateY(-4px);font-weight:900;text-shadow:0 2px 6px rgba(0,0,0,.2)}.section-logo{display:block;width:145px;height:auto;margin:0 0 12px;opacity:.8}.section-logo.small{margin:0 auto 10px;width:115px}.section-head{text-align:center}.footer{background:radial-gradient(circle at top left,rgba(154,104,64,.35),transparent 34%),#211812}.footer-logo{width:190px;filter:none;background:#fffaf2;border-radius:24px;padding:18px}.footer h3{font-family:Marcellus,serif;font-size:28px;margin:0 0 16px;color:#fff}.socials{gap:12px}.socials a{display:inline-flex;align-items:center;gap:9px;padding:11px 15px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#fff;transition:.25s}.socials a:hover{background:#fff;color:#211812;transform:translateY(-3px)}.socials svg{width:20px;height:20px;fill:currentColor;flex:0 0 auto}.footer iframe{box-shadow:0 20px 60px rgba(0,0,0,.24);border:1px solid rgba(255,255,255,.13)}
@media(max-width:1050px){.navbar{border-radius:34px;align-items:center}.brand{width:auto;border-right:0;margin-right:0}.hamb{display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;border:1px solid rgba(154,104,64,.18);background:#fff;color:var(--dark)}.hamb span{width:18px;height:2px;background:var(--dark);border-radius:20px}.navlinks{position:absolute;top:84px;left:0;right:0;display:none;flex-direction:column;padding:24px;background:rgba(255,250,242,.98);border-radius:28px;box-shadow:0 20px 60px rgba(35,26,20,.16);margin:0}.navlinks.open{display:flex}.language-current span:not(.flag){display:none}.language-menu{right:-4px;width:260px}.hero-content{padding-top:120px}}
@media(max-width:620px){.navbar{top:10px;width:94%;padding:10px 12px}.brand img{height:36px}.language-current{padding:9px 11px}.language-menu{position:fixed;right:3%;left:3%;width:auto;top:86px}.hero h1{font-size:62px}.hero h2{font-size:30px}.hero p{font-size:18px}.hero-content:before{display:none}.section-logo{width:120px}.footer-logo{width:160px}}

/* V4 premium arrow + footer like reference */
.hero:after{content:"";position:absolute;left:-5%;right:-5%;bottom:-1px;height:90px;background:var(--cream);clip-path:ellipse(62% 54% at 50% 100%);z-index:2;opacity:.98}.scroll{bottom:42px;width:72px;height:72px;background:linear-gradient(145deg,rgba(255,255,255,.22),rgba(70,62,58,.52));border:2px solid rgba(255,255,255,.88);box-shadow:0 22px 48px rgba(0,0,0,.28),inset 0 1px 18px rgba(255,255,255,.35);z-index:6}.scroll:hover{transform:translateY(-5px) scale(1.03)}.scroll .chev{width:24px;height:24px;border-right:4px solid #fff;border-bottom:4px solid #fff;transform:rotate(45deg) translate(-4px,-5px);display:block;border-radius:2px;filter:drop-shadow(0 3px 4px rgba(0,0,0,.25))}.scroll:before{content:"";position:absolute;inset:-11px;border-radius:999px;border:1px solid rgba(255,255,255,.36);animation:pulseRing 1.8s infinite}@keyframes pulseRing{0%{transform:scale(.8);opacity:.7}100%{transform:scale(1.25);opacity:0}}
.footer{position:relative;overflow:hidden;padding:118px 0 0;background:radial-gradient(circle at 10% 10%,rgba(188,134,82,.28),transparent 30%),radial-gradient(circle at 90% 20%,rgba(127,185,189,.13),transparent 28%),linear-gradient(135deg,#2c1c13 0%,#1b120d 50%,#2a1a11 100%);color:#fff}.footer:before{content:"";position:absolute;inset:0;background:url('images/gallery-4.jpg') center/cover no-repeat;opacity:.065;filter:blur(2px);transform:scale(1.05)}.footer-wave{position:absolute;left:-5%;right:-5%;top:-1px;height:120px;background:var(--cream);clip-path:ellipse(62% 56% at 50% 0%);z-index:1}.footer .container{position:relative;z-index:2}.footer-grid{display:grid;grid-template-columns:1.25fr 1.05fr .9fr 1.05fr 1.55fr;gap:46px;align-items:start}.footer-logo-mark{width:240px;max-width:100%;filter:brightness(0) invert(1);opacity:.95}.footer-desc{max-width:270px;color:#f0e4d7;font-size:15px;line-height:1.75;margin:20px 0}.footer-signature{font-family:Marcellus,serif;font-size:24px;color:#d9ad79;font-style:italic;display:flex;align-items:center;gap:24px}.footer-signature span{font-style:normal;letter-spacing:.2em}.footer h3{font-family:Poppins,sans-serif;font-size:15px;text-transform:uppercase;letter-spacing:.08em;margin:0 0 24px;color:#fff}.footer-line{display:flex;align-items:center;gap:16px;margin:0 0 20px;color:#efe2d5;font-size:15px}.footer-line svg{width:24px;height:24px;fill:none;stroke:#d9ad79;stroke-width:1.7;flex:0 0 auto}.footer-line svg path{fill:none;stroke:#d9ad79}.quick-links{display:grid;gap:12px}.quick-links a{display:flex;align-items:center;justify-content:space-between;color:#e9d8c5;font-size:15px;transition:.25s}.quick-links a:after{content:'›';color:#d9ad79;font-size:24px;line-height:1}.quick-links a:hover{color:#fff;transform:translateX(4px)}.social-icons{display:grid;grid-template-columns:repeat(3,56px);gap:14px}.social-icons a{width:56px;height:56px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(217,173,121,.8);color:#d9ad79;background:rgba(255,255,255,.035);transition:.28s}.social-icons a:hover{background:#d9ad79;color:#211812;transform:translateY(-5px);box-shadow:0 14px 30px rgba(0,0,0,.24)}.social-icons svg{width:25px;height:25px;fill:currentColor}.footer-map iframe{width:100%;height:180px;border:0;border-radius:20px;box-shadow:0 22px 55px rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.12)}.footer-bottom{margin-top:58px;padding:24px 0;border-top:1px solid rgba(255,255,255,.1);display:grid;grid-template-columns:120px 1fr 48px;align-items:center;gap:18px}.footer-bottom span{color:#d9ad79;font-size:26px;letter-spacing:.15em}.footer-bottom p{margin:0!important;text-align:center;color:#e6d8c8;font-size:14px}.footer-bottom img{width:42px;filter:brightness(0) invert(1);opacity:.85}.socials{display:none!important}.footer iframe{box-shadow:none}.footer-logo{filter:none}@media(max-width:1150px){.footer-grid{grid-template-columns:1fr 1fr 1fr}.footer-map{grid-column:span 2}}@media(max-width:780px){.footer{padding-top:90px}.footer-grid{grid-template-columns:1fr;gap:36px}.footer-map{grid-column:auto}.footer-bottom{grid-template-columns:1fr;text-align:center}.footer-bottom img{margin:auto}.social-icons{grid-template-columns:repeat(5,52px)}.hero:after{height:58px}.scroll{width:62px;height:62px;bottom:28px}}

/* V5 refinements: cleaner down arrow, no overlap, better mobile navbar/footer */
.hero-content .btn{margin-bottom:105px;position:relative;z-index:7}
.scroll{bottom:32px;width:60px;height:60px;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.92),rgba(255,255,255,.42) 38%,rgba(92,83,77,.72) 100%);border:2px solid rgba(255,255,255,.95);box-shadow:0 16px 34px rgba(0,0,0,.26),inset 0 1px 20px rgba(255,255,255,.45);transition:.28s;animation:softFloat 1.8s ease-in-out infinite;}
.scroll:hover{transform:translateY(-4px) scale(1.05);background:linear-gradient(145deg,#d9ad79,#8c603d)}
.scroll .chev{width:20px;height:20px;border-right:4px solid #fff;border-bottom:4px solid #fff;transform:rotate(45deg) translate(-3px,-4px);}
.scroll:before{inset:-8px;border-color:rgba(217,173,121,.45)}
@keyframes softFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(7px)}}
.hero:after{height:72px;clip-path:ellipse(68% 62% at 50% 100%)}

.footer-brand-block{padding-right:8px}.footer-logo-mark{filter:none;background:rgba(255,250,242,.06);border:1px solid rgba(217,173,121,.22);border-radius:26px;padding:18px;box-shadow:0 18px 50px rgba(0,0,0,.18)}
.footer-map iframe{min-height:210px}.footer h3{color:#f7eadb}.footer-line span,.quick-links a,.footer-desc,.footer-bottom p{color:#f2e3d3}.footer-line:hover span{color:#fff}.footer-line:hover svg{transform:translateY(-2px)}.footer-line svg{transition:.25s}.footer-bottom{background:rgba(255,255,255,.025);border-radius:26px 26px 0 0;padding-left:22px;padding-right:22px}

@media(max-width:1050px){
  .navbar{display:grid;grid-template-columns:1fr auto auto;gap:10px;border-radius:32px;padding:10px 12px 10px 16px;width:94%;}
  .brand{justify-content:flex-start;height:54px;min-width:120px;}
  .brand img{height:38px;max-width:118px;object-fit:contain;}
  .hamb{order:2;width:48px;height:48px;background:rgba(255,255,255,.95);box-shadow:0 8px 22px rgba(35,26,20,.12);}
  .language-select{order:3}.language-current{height:48px;min-width:86px;justify-content:center;}
  .navlinks{top:74px;border:1px solid rgba(154,104,64,.14)}
}
@media(max-width:620px){
  .navbar{top:10px;grid-template-columns:1fr auto auto;padding:9px 10px 9px 14px;border-radius:30px;}
  .brand{min-width:98px;height:46px}.brand img{height:32px;max-width:98px;}
  .hamb{width:44px;height:44px}.hamb span{width:17px;height:2px;}
  .language-current{height:44px;min-width:78px;padding:8px 10px;border-radius:999px}.language-current strong{font-size:14px}.language-current .flag{font-size:17px}.language-current i{font-size:15px}
  .hero{min-height:710px;height:100svh}.hero-content{padding-top:105px}.hero-content .btn{margin-bottom:92px;padding:14px 24px;font-size:15px}.scroll{width:52px;height:52px;bottom:24px}.scroll .chev{width:17px;height:17px;border-width:3px}.hero:after{height:54px}.hero h1{font-size:58px;line-height:.92}.hero h2{font-size:28px}.hero p{font-size:16px;max-width:300px;margin-left:auto;margin-right:auto}.footer-logo-mark{width:190px}.footer-map iframe{height:230px}.social-icons{grid-template-columns:repeat(3,52px)}
}

/* V6 mobile premium fixes */
@media(max-width:620px){
  .navbar{
    top:12px;
    width:92%;
    min-height:62px;
    padding:8px 10px 8px 14px;
    border-radius:999px;
    background:rgba(255,250,242,.92);
    border:1px solid rgba(154,104,64,.18);
    box-shadow:0 16px 45px rgba(35,26,20,.18), inset 0 1px 0 rgba(255,255,255,.95);
    backdrop-filter:blur(18px);
    grid-template-columns:1fr 44px auto;
    gap:8px;
  }
  .navbar:before{
    inset:5px;
    border-radius:999px;
    border-color:rgba(154,104,64,.12);
  }
  .brand{
    min-width:0;
    height:46px;
    padding-left:4px;
  }
  .brand img{
    height:30px;
    max-width:92px;
  }
  .hamb{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#fffaf5;
    border:1px solid rgba(154,104,64,.18);
    box-shadow:0 8px 20px rgba(35,26,20,.12);
  }
  .hamb span{
    width:18px;
    height:2px;
    background:#2b211b;
  }
  .language-current{
    height:42px;
    min-width:73px;
    padding:7px 10px;
    background:#fffaf5;
    border:1px solid rgba(154,104,64,.2);
    box-shadow:0 8px 20px rgba(35,26,20,.09);
  }
  .language-current strong{font-size:14px;letter-spacing:.02em}
  .language-current .flag{font-size:16px}
  .language-current i{font-size:13px;margin-left:2px}
  .navlinks{
    top:76px;
    left:2%;
    right:2%;
    border-radius:26px;
    padding:18px;
    gap:14px;
    background:rgba(255,250,242,.98);
    border:1px solid rgba(154,104,64,.16);
  }
  .navlinks a{
    width:100%;
    text-align:center;
    padding:12px 14px!important;
    border-radius:16px;
    background:rgba(154,104,64,.06);
  }

  .hero{min-height:660px;height:100svh;}
  .hero-content{padding-top:108px;}
  .hero-content .btn{
    margin-bottom:56px;
    padding:13px 23px;
    font-size:14px;
  }
  .scroll{
    width:42px;
    height:42px;
    bottom:72px;
    background:rgba(255,255,255,.20);
    border:1px solid rgba(255,255,255,.85);
    box-shadow:0 10px 22px rgba(0,0,0,.18), inset 0 1px 14px rgba(255,255,255,.35);
    backdrop-filter:blur(9px);
  }
  .scroll:before{display:none;}
  .scroll .chev{
    width:14px;
    height:14px;
    border-width:3px;
    transform:rotate(45deg) translate(-2px,-3px);
  }
  .hero:after{height:42px;}
}


/* V7 elegant mobile navigation */
@media(max-width:620px){
  .navbar{
    top:14px;
    width:90%;
    min-height:58px;
    padding:8px;
    border-radius:24px;
    grid-template-columns:1fr 46px auto;
    gap:8px;
    background:linear-gradient(135deg,rgba(255,250,242,.95),rgba(246,234,219,.88));
    border:1px solid rgba(217,173,121,.32);
    box-shadow:0 18px 44px rgba(35,26,20,.18), inset 0 1px 0 rgba(255,255,255,.95);
  }
  .navbar:before{
    inset:4px;
    border-radius:20px;
    border:1px solid rgba(154,104,64,.10);
  }
  .brand{
    height:42px;
    width:auto;
    min-width:0;
    margin:0;
    padding:0 10px 0 8px;
    justify-content:flex-start;
    border-right:1px solid rgba(154,104,64,.14);
  }
  .brand img{
    height:28px;
    max-width:96px;
    object-fit:contain;
  }
  .hamb{
    width:42px;
    height:42px;
    border-radius:16px;
    background:#241914;
    border:1px solid rgba(217,173,121,.42);
    box-shadow:0 10px 22px rgba(35,26,20,.18);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:5px;
    padding:0;
  }
  .hamb span{
    display:block;
    width:18px;
    height:2px;
    border-radius:999px;
    background:#f8ead7;
    transition:.25s;
  }
  .hamb.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .hamb.open span:nth-child(2){opacity:0}
  .hamb.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .language-current{
    height:42px;
    min-width:76px;
    padding:7px 11px;
    border-radius:16px;
    background:rgba(255,255,255,.76);
    border:1px solid rgba(217,173,121,.34);
    box-shadow:none;
    gap:6px;
  }
  .language-current span:not(.flag){display:none;}
  .language-current strong{font-size:14px;color:#2b211b;letter-spacing:.04em}
  .language-current .flag{font-size:17px;line-height:1}
  .language-current i{font-size:14px;color:#2b211b;margin-left:1px}
  .navlinks{
    position:absolute;
    top:72px;
    left:0;
    right:0;
    display:none;
    flex-direction:column;
    gap:8px;
    padding:12px;
    border-radius:24px;
    background:rgba(255,250,242,.97);
    backdrop-filter:blur(18px);
    border:1px solid rgba(217,173,121,.28);
    box-shadow:0 22px 48px rgba(35,26,20,.18);
    overflow:hidden;
  }
  .navlinks.open{display:flex;animation:mobileMenuDrop .22s ease-out both;}
  .navlinks a{
    width:100%;
    text-align:left;
    padding:13px 16px!important;
    border-radius:16px;
    background:linear-gradient(135deg,rgba(154,104,64,.08),rgba(255,255,255,.5));
    color:#2b211b;
    font-size:12px;
    letter-spacing:.11em;
    display:flex;
    align-items:center;
    justify-content:space-between;
  }
  .navlinks a:after{
    content:'›';
    position:static;
    width:auto;
    height:auto;
    background:none;
    color:#a7754f;
    font-size:22px;
    line-height:1;
  }
  .navlinks a:hover{background:#241914;color:#fff;transform:none;}
  .language-menu{
    position:fixed;
    top:84px;
    left:5%;
    right:5%;
    width:auto;
    max-height:68vh;
    border-radius:24px;
    padding:12px;
    box-shadow:0 24px 65px rgba(35,26,20,.24);
  }
  .language-menu a{
    grid-template-columns:28px 42px 1fr;
    padding:11px 12px;
    border-radius:15px;
    font-size:13px;
  }
  .hero-content{padding-top:102px;}
}
@keyframes mobileMenuDrop{from{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:none}}

/* V8 - Luxury mobile navigation redesign */
@media(max-width: 760px){
  body:has(.navlinks.open){overflow:hidden;}

  .navbar{
    top:14px;
    width:calc(100% - 26px);
    min-height:76px;
    display:grid;
    grid-template-columns:64px 1fr 92px;
    align-items:center;
    gap:10px;
    padding:9px 12px;
    border-radius:28px;
    background:rgba(255,250,242,.88);
    border:1px solid rgba(154,104,64,.20);
    box-shadow:0 18px 55px rgba(35,26,20,.18), inset 0 1px 0 rgba(255,255,255,.95);
  }
  .navbar:before{inset:5px;border-radius:24px;}
  .brand{
    grid-column:2;
    justify-self:center;
    width:140px;
    height:54px;
    margin:0;
    border:0;
    order:2;
  }
  .brand img{height:44px;max-width:138px;object-fit:contain;}

  .hamb{
    grid-column:1;
    order:1;
    width:52px;
    height:52px;
    border-radius:18px;
    background:linear-gradient(135deg,#2a1d16,#4b3325);
    border:1px solid rgba(244,234,219,.45);
    box-shadow:0 12px 24px rgba(35,26,20,.22);
    z-index:160;
  }
  .hamb span{width:22px;height:2px;background:#fff;transition:.25s;}
  .hamb.active span:nth-child(1){transform:translateY(7px) rotate(45deg);}
  .hamb.active span:nth-child(2){opacity:0;transform:scaleX(0);}
  .hamb.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

  .language-select{grid-column:3;order:3;justify-self:end;z-index:170;}
  .language-current{
    height:52px;
    min-width:86px;
    justify-content:center;
    padding:0 12px;
    border-radius:18px;
    background:#fffaf5;
    border:1px solid rgba(154,104,64,.18);
    box-shadow:0 12px 24px rgba(35,26,20,.08);
  }
  .language-current .flag{font-size:18px;}
  .language-current strong{font-size:14px;}
  .language-current i{font-size:14px;}

  .navlinks{
    position:fixed;
    top:102px;
    left:13px;
    right:13px;
    display:none;
    flex-direction:column;
    gap:0;
    margin:0;
    padding:18px 16px 20px;
    border-radius:30px;
    background:linear-gradient(145deg,rgba(255,250,242,.96),rgba(246,235,220,.94));
    border:1px solid rgba(154,104,64,.18);
    box-shadow:0 28px 90px rgba(35,26,20,.28);
    backdrop-filter:blur(22px);
    z-index:140;
  }
  .navlinks.open{display:flex;animation:luxMenuIn .28s cubic-bezier(.2,.8,.2,1) both;}
  .navlinks:before{
    content:'ACHINOS MENU';
    display:block;
    margin:4px 8px 14px;
    font-size:11px;
    letter-spacing:.28em;
    color:#9a6840;
    font-weight:800;
    text-align:center;
  }
  .navlinks a{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:56px;
    padding:0 12px;
    border-radius:0;
    background:transparent!important;
    color:#2b211b!important;
    font-size:15px;
    letter-spacing:.12em;
    font-weight:800;
    border-bottom:1px solid rgba(154,104,64,.13);
    box-shadow:none!important;
    transform:none!important;
  }
  .navlinks a:last-child{border-bottom:0;}
  .navlinks a:after{
    content:'›';
    position:static;
    width:auto!important;
    height:auto!important;
    background:none!important;
    color:#9a6840;
    font-size:25px;
    font-weight:300;
    opacity:.9;
  }
  .navlinks a:hover,
  .navlinks a:active{
    color:#9a6840!important;
    padding-left:18px;
  }

  .language-menu{
    top:82px;
    left:13px;
    right:13px;
    width:auto;
    max-height:66vh;
    border-radius:28px;
    z-index:180;
  }
}

@media(max-width: 430px){
  .navbar{grid-template-columns:58px 1fr 84px;min-height:72px;padding:8px 10px;border-radius:26px;}
  .brand{width:118px;height:50px;}
  .brand img{height:38px;}
  .hamb{width:48px;height:48px;border-radius:16px;}
  .language-current{height:48px;min-width:80px;border-radius:16px;}
  .navlinks{top:96px;border-radius:28px;padding:16px 14px 18px;}
  .navlinks a{min-height:53px;font-size:14px;}
}

@keyframes luxMenuIn{
  from{opacity:0;transform:translateY(-14px) scale(.96);filter:blur(3px)}
  to{opacity:1;transform:none;filter:none}
}

/* V9 - mobile navbar: language left, logo center, menu right */
@media(max-width: 760px){
  .navbar{
    top:14px;
    width:calc(100% - 28px);
    min-height:74px;
    grid-template-columns:94px 1fr 58px;
    gap:8px;
    padding:8px 10px;
    border-radius:26px;
    background:linear-gradient(135deg, rgba(255,250,242,.94), rgba(246,235,220,.90));
    box-shadow:0 18px 45px rgba(35,26,20,.18), inset 0 1px 0 rgba(255,255,255,.9);
  }
  .navbar:before{inset:5px;border-radius:22px;border-color:rgba(154,104,64,.14)}

  .language-select{
    grid-column:1;
    order:1;
    justify-self:start;
    z-index:180;
  }
  .language-current{
    width:88px;
    min-width:88px;
    height:50px;
    padding:0 10px;
    border-radius:18px;
    background:rgba(255,255,255,.72);
    border:1px solid rgba(154,104,64,.20);
    box-shadow:0 10px 22px rgba(35,26,20,.08);
    gap:5px;
  }
  .language-current .flag{font-size:17px;line-height:1}
  .language-current strong{font-size:14px;letter-spacing:.04em;color:#241914}
  .language-current i{font-size:13px;color:#241914;margin-left:1px}

  .brand{
    grid-column:2;
    order:2;
    justify-self:center;
    width:138px;
    height:50px;
    border:0;
    margin:0;
    background:rgba(255,255,255,.34);
    border-left:1px solid rgba(154,104,64,.14);
    border-right:1px solid rgba(154,104,64,.14);
  }
  .brand img{height:37px;max-width:120px;object-fit:contain;opacity:.9}

  .hamb{
    grid-column:3;
    order:3;
    justify-self:end;
    width:50px;
    height:50px;
    border-radius:18px;
    background:linear-gradient(145deg,#251913,#4b3327);
    border:1px solid rgba(255,250,242,.42);
    box-shadow:0 12px 25px rgba(35,26,20,.22);
  }
  .hamb span{width:21px;height:2px;background:#fff;border-radius:20px;transition:.25s;}

  .navlinks{
    top:94px;
    left:14px;
    right:14px;
    padding:14px;
    border-radius:28px;
    background:rgba(255,250,242,.94);
    backdrop-filter:blur(24px);
    border:1px solid rgba(154,104,64,.18);
    box-shadow:0 28px 70px rgba(35,26,20,.24);
  }
  .navlinks:before{
    content:'MENU';
    margin:5px 0 10px;
    letter-spacing:.34em;
    font-size:10px;
    color:#9a6840;
  }
  .navlinks a{
    min-height:48px;
    border-radius:16px!important;
    padding:0 16px!important;
    margin:3px 0;
    border-bottom:0!important;
    background:rgba(255,255,255,.58)!important;
    font-size:13px;
    letter-spacing:.12em;
  }
  .navlinks a:hover,.navlinks a:active{background:#241914!important;color:#fff!important;padding-left:16px!important;}
  .navlinks a:after{color:#a7754f;font-size:20px;}

  .language-menu{
    top:92px;
    left:14px;
    right:14px;
    border-radius:26px;
  }
}

@media(max-width:430px){
  .navbar{grid-template-columns:90px 1fr 54px;min-height:70px;padding:8px 9px;border-radius:25px;}
  .language-current{width:84px;min-width:84px;height:48px;border-radius:17px;}
  .brand{width:122px;height:48px;}
  .brand img{height:34px;max-width:108px;}
  .hamb{width:48px;height:48px;border-radius:17px;}
  .navlinks{top:90px;}
}

/* V10 - premium logo placement + cleaner navbar/footer */
.navbar{
  padding-left:28px;
  padding-right:28px;
}
.brand{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:0!important;
  background:transparent!important;
  position:relative;
}
.brand:before,.brand:after{display:none!important;content:none!important;}
.brand img{
  height:72px;
  max-width:190px;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 8px 18px rgba(154,104,64,.12));
}
.navlinks{margin-left:auto;margin-right:auto;}

.footer-logo-mark{
  width:260px!important;
  max-width:100%;
  padding:24px!important;
  border-radius:32px!important;
  background:linear-gradient(135deg,rgba(255,250,242,.14),rgba(217,173,121,.06))!important;
  border:1px solid rgba(217,173,121,.26)!important;
  box-shadow:0 24px 70px rgba(0,0,0,.28),0 0 80px rgba(217,173,121,.08)!important;
}
.footer-brand-block{position:relative;}
.footer-brand-block:before{
  content:'';
  position:absolute;
  width:250px;
  height:250px;
  left:-50px;
  top:-45px;
  border-radius:50%;
  background:rgba(217,173,121,.10);
  filter:blur(45px);
  pointer-events:none;
}
.footer-brand-block>*{position:relative;z-index:1;}
.footer-bottom img{
  width:58px!important;
  opacity:1!important;
  filter:drop-shadow(0 0 18px rgba(217,173,121,.28))!important;
}
.footer-bottom{border-top:0!important;}

@media(max-width:760px){
  .navbar{
    grid-template-columns:98px 1fr 58px!important;
    align-items:center;
    min-height:78px;
  }
  .brand{
    grid-column:2!important;
    order:2!important;
    justify-self:center!important;
    width:160px!important;
    height:58px!important;
    border-left:0!important;
    border-right:0!important;
    background:transparent!important;
  }
  .brand img{
    height:48px!important;
    max-width:150px!important;
    opacity:1!important;
  }
  .language-select{grid-column:1!important;order:1!important;justify-self:start!important;}
  .hamb{grid-column:3!important;order:3!important;justify-self:end!important;}
}

@media(max-width:430px){
  .navbar{
    grid-template-columns:88px 1fr 52px!important;
    width:calc(100% - 24px)!important;
    min-height:74px!important;
  }
  .brand{width:142px!important;height:54px!important;}
  .brand img{height:44px!important;max-width:135px!important;}
  .footer-logo-mark{width:225px!important;margin:auto;display:block;}
}

/* V11 - final responsive hero stack + cleaner navbar logo */
.navbar{
  display:grid!important;
  grid-template-columns:210px 1fr auto;
  align-items:center!important;
  gap:18px;
  overflow:visible;
}
.brand{
  width:210px!important;
  height:68px!important;
  justify-self:start!important;
  overflow:visible!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}
.brand img{
  height:62px!important;
  max-width:190px!important;
  object-fit:contain!important;
  filter:none!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}
.navlinks{
  justify-self:center!important;
  margin:0!important;
}
.language-select{justify-self:end!important;}

.hero-content{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:min(980px,92vw);
  padding:135px 18px 110px!important;
}
.hero-logo{width:min(230px,54vw)!important;margin-bottom:6px;}
.eyebrow{margin-top:4px!important;}
.hero h1{margin:0!important;line-height:.9!important;}
.hero h2{margin:0 0 4px!important;line-height:1.05!important;}
.hero p{margin:0 0 22px!important;}
.hero .btn{margin:0!important;}
.scroll{width:50px!important;height:50px!important;bottom:18px!important;}
.scroll .chev{width:16px!important;height:16px!important;}

@media(max-width:1050px){
  .navbar{
    grid-template-columns:110px 1fr 58px!important;
  }
  .language-select{grid-column:1!important;order:1!important;justify-self:start!important;}
  .brand{grid-column:2!important;order:2!important;justify-self:center!important;width:160px!important;height:60px!important;}
  .brand img{height:48px!important;max-width:150px!important;}
  .hamb{grid-column:3!important;order:3!important;justify-self:end!important;}
}

@media(max-width:760px){
  .navbar{
    width:calc(100% - 28px)!important;
    min-height:70px!important;
    grid-template-columns:86px 1fr 52px!important;
    padding:8px 10px!important;
    border-radius:28px!important;
  }
  .navbar:before{inset:5px!important;border-radius:23px!important;}
  .brand{width:148px!important;height:54px!important;background:transparent!important;}
  .brand img{height:43px!important;max-width:140px!important;}
  .language-current{width:80px!important;min-width:80px!important;height:46px!important;border-radius:17px!important;}
  .language-current .flag{display:none!important;}
  .language-current span:not(.flag){display:none!important;}
  .hamb{width:46px!important;height:46px!important;border-radius:17px!important;}
  .hero{
    height:100svh!important;
    min-height:660px!important;
  }
  .hero-content{
    width:100%;
    padding:118px 16px 92px!important;
    gap:5px;
  }
  .hero-content:before{
    top:145px!important;
    width:min(280px,70vw)!important;
    height:118px!important;
  }
  .hero-logo{width:min(145px,42vw)!important;margin-bottom:5px!important;}
  .eyebrow{font-size:11px!important;letter-spacing:.28em!important;}
  .hero h1{font-size:clamp(54px,16vw,76px)!important;}
  .hero h2{font-size:clamp(26px,7vw,36px)!important;}
  .hero p{font-size:clamp(15px,4vw,19px)!important;max-width:350px!important;margin-bottom:18px!important;}
  .hero .btn{padding:13px 24px!important;font-size:15px!important;}
  .scroll{width:42px!important;height:42px!important;bottom:14px!important;}
  .scroll .chev{width:13px!important;height:13px!important;border-width:3px!important;}
  .navlinks{top:86px!important;}
  .language-menu{top:84px!important;}
}

@media(max-width:430px){
  .navbar{grid-template-columns:82px 1fr 50px!important;min-height:68px!important;width:calc(100% - 22px)!important;}
  .brand{width:132px!important;height:50px!important;}
  .brand img{height:39px!important;max-width:126px!important;}
  .language-current{width:76px!important;min-width:76px!important;height:44px!important;}
  .hamb{width:44px!important;height:44px!important;}
  .hero{min-height:640px!important;}
  .hero-content{padding-top:112px!important;padding-bottom:84px!important;}
  .hero-logo{width:132px!important;}
  .hero h1{font-size:56px!important;}
  .hero h2{font-size:27px!important;}
  .hero p{font-size:15px!important;max-width:300px!important;}
  .scroll{bottom:12px!important;}
}




/* V12 FIX - mobile about photo collage stays overlapped, not stacked */
.photo-stack{
  position:relative!important;
}
.photo-stack img{
  display:block!important;
}

@media(max-width:900px){
  .about .grid2{
    gap:34px!important;
  }
  .photo-stack{
    width:100%!important;
    max-width:620px!important;
    height:480px!important;
    min-height:480px!important;
    margin:34px auto 0!important;
    display:block!important;
  }
  .photo-stack img{
    position:absolute!important;
    object-fit:cover!important;
    border-radius:32px!important;
    margin:0!important;
    box-shadow:0 24px 58px rgba(35,26,20,.18)!important;
  }
  .photo-stack img:first-child{
    width:72%!important;
    height:330px!important;
    right:0!important;
    top:0!important;
    left:auto!important;
    bottom:auto!important;
    z-index:1!important;
  }
  .photo-stack img:last-child{
    width:78%!important;
    height:360px!important;
    left:0!important;
    bottom:0!important;
    right:auto!important;
    top:auto!important;
    z-index:2!important;
  }
}

@media(max-width:620px){
  .photo-stack{
    max-width:420px!important;
    height:390px!important;
    min-height:390px!important;
    margin-top:28px!important;
  }
  .photo-stack img:first-child{
    width:70%!important;
    height:250px!important;
    border-radius:28px!important;
  }
  .photo-stack img:last-child{
    width:80%!important;
    height:292px!important;
    border-radius:28px!important;
  }
}

@media(max-width:430px){
  .photo-stack{
    max-width:350px!important;
    height:330px!important;
    min-height:330px!important;
  }
  .photo-stack img:first-child{
    width:68%!important;
    height:220px!important;
  }
  .photo-stack img:last-child{
    width:82%!important;
    height:250px!important;
  }
}

/* V12 FIX - keep gallery smooth with many photos */
.track img{
  flex:0 0 auto!important;
  width:min(360px,82vw)!important;
  height:520px!important;
  object-fit:cover!important;
  background:#f4eadb!important;
}
@media(max-width:620px){
  .track img{
    width:78vw!important;
    height:430px!important;
  }
}
