@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--gold:#c89018;--gold2:#e1b34e;--ink:#20170d;--muted:#74695e;--cream:#faf6ee;--line:#eadfce;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}a{text-decoration:none;color:inherit}button,input,textarea{font:inherit}.wrap{width:min(1180px,92%);margin-inline:auto}
.top{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid #eee6da;box-shadow:0 5px 25px rgba(32,23,13,.06)}.top-accent{height:3px;background:linear-gradient(90deg,#a96f0c,var(--gold2),#f2d083,var(--gold2),#a96f0c)}
.nav{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;justify-content:flex-start;flex:0 0 auto;white-space:nowrap}.brand img{display:block;width:var(--logo-width,72px);max-width:260px;height:auto;max-height:74px;object-fit:contain}
.menu{display:flex;align-items:center;gap:3px;margin-left:auto}.nav-link,.nav-parent{min-height:46px;display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--ink);font-weight:700;font-size:14px;cursor:pointer;transition:.2s}.nav-link:hover,.nav-parent:hover,.nav-parent[aria-expanded=true]{background:#faf4e7;border-color:#eee0c9;color:#9c680d}.nav-icon{width:18px;height:18px;display:grid;place-items:center;flex:0 0 18px}.nav-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.chevron{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;transition:.2s}.nav-parent[aria-expanded=true] .chevron{transform:rotate(180deg)}
.nav-dropdown{position:relative}.nav-dropdown-panel{position:absolute;top:calc(100% + 7px);right:0;width:255px;padding:8px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 20px 55px rgba(32,23,13,.16);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:.18s ease}.nav-dropdown-panel:before{content:"";position:absolute;top:-7px;right:30px;width:13px;height:13px;background:#fff;border-left:1px solid var(--line);border-top:1px solid var(--line);transform:rotate(45deg)}.nav-dropdown.open .nav-dropdown-panel,.nav-dropdown:focus-within .nav-dropdown-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.dropdown-title{display:flex;justify-content:space-between;align-items:center;padding:8px 10px 9px;border-bottom:1px solid #f0e9df;margin-bottom:4px}.dropdown-title span{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#99650b}.dropdown-title small{font-size:10px;color:#aaa094}.nav-dropdown-panel a{position:relative;display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:10px;font-size:13px;font-weight:650;color:#3c332b}.nav-dropdown-panel a:hover{background:var(--cream);color:#9c680d}.sub-icon{width:7px;height:7px;border:1.5px solid var(--gold);border-radius:50%;flex:0 0 7px}.nav-dropdown-panel a svg{width:14px;height:14px;margin-left:auto;fill:none;stroke:currentColor;stroke-width:2;opacity:.35}
.hamb{display:none;width:44px;height:44px;border:1px solid var(--line);background:#fff;border-radius:12px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.hamb span{width:20px;height:2px;background:var(--ink);border-radius:2px;transition:.2s}.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)}
.hero,.slider{position:relative;overflow:hidden;background:#4b2d12}.slider .slide{display:none;min-height:620px;position:relative;background-position:center;background-size:cover;background-repeat:no-repeat;align-items:center}.slider .slide.active{display:grid}.slider .slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,12,5,.78),rgba(20,12,5,.32) 55%,rgba(20,12,5,.12))}.slider .slide>.wrap{position:relative;z-index:2}.hero-copy{max-width:790px;padding:90px 0;color:#fff}.hero-kicker{display:inline-block;color:#f3ce78;font-size:12px;font-weight:800;letter-spacing:.18em;margin-bottom:14px}.hero h1,.hero-copy h1{margin:0 0 15px;color:#fff;font-size:clamp(40px,5.5vw,72px);line-height:1.02}.hero p,.hero-copy p{max-width:680px;color:#fff;font-size:19px;line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;margin:6px 6px 0 0;border:0;border-radius:999px;background:var(--gold);color:#fff;font-weight:800;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-1px);filter:brightness(.96)}.btn.dark{background:#23180f}
.slider-arrow{position:absolute;top:50%;z-index:10;transform:translateY(-50%);width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:rgba(20,12,5,.58);color:#fff;cursor:pointer;box-shadow:0 8px 25px rgba(0,0,0,.18)}.slider-arrow:hover{background:rgba(20,12,5,.82)}.slider-arrow svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.slider-prev{left:24px}.slider-next{right:24px}.slider-dots{position:absolute;z-index:11;left:50%;bottom:20px;transform:translateX(-50%);display:flex;gap:7px;padding:7px 10px;background:rgba(0,0,0,.35);border-radius:999px}.slider-dots button{width:8px;height:8px;padding:0;border:0;border-radius:99px;background:rgba(255,255,255,.55);cursor:pointer}.slider-dots button.active{width:25px;background:#fff}
.section{padding:75px 0}.section.alt{background:var(--cream)}.title{text-align:center;margin-bottom:35px}.title h2{margin:0 0 8px;font-size:38px;line-height:1.15}.title p{margin:0;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.card{display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid #eee8df;border-radius:20px;box-shadow:0 10px 35px rgba(32,23,13,.06)}.card img{display:block;width:100%;height:220px;object-fit:cover}.card .pad{display:flex;flex:1;flex-direction:column;padding:22px}.card h3{margin:0 0 8px}.card p{color:var(--muted)}.card .btn{align-self:flex-start;margin-top:auto}.districts{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.pill{padding:9px 14px;background:#fff;border:1px solid var(--line);border-radius:999px}.pagehead{padding:65px 0;background:var(--cream);border-bottom:1px solid var(--line)}.pagehead h1{margin:0;font-size:46px}.article{max-width:900px;margin:auto;padding:65px 0}.article img{max-width:100%;border-radius:18px}.contact{display:grid;grid-template-columns:1fr 1fr;gap:30px}.map iframe{width:100%;height:360px;border:0;border-radius:20px}
.home-gallery-section{padding:55px 0 65px;background:#faf8f4}.home-gallery-track{display:flex;gap:14px;overflow-x:auto;padding:4px 2px 12px;scroll-snap-type:x mandatory;scrollbar-width:thin}.home-gallery-item{flex:0 0 210px;width:210px;height:145px;padding:0;border:0;border-radius:14px;overflow:hidden;background:none;cursor:pointer;box-shadow:0 6px 22px rgba(0,0,0,.08);scroll-snap-align:start}.home-gallery-item img{display:block;width:100%;height:100%;object-fit:cover;transition:.25s}.home-gallery-item:hover img{transform:scale(1.04)}.gallery{columns:3 220px;column-gap:18px}.gallery-item{display:block;width:100%;padding:0;border:0;background:none;cursor:pointer;margin:0 0 18px}.gallery-item img{display:block;width:100%;border-radius:16px}.lightbox{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:50px;background:rgba(8,6,4,.93)}.lightbox.open{display:flex}.lightbox>img{max-width:90vw;max-height:85vh;border-radius:12px;object-fit:contain}.lb-close,.lb-prev,.lb-next{position:fixed;width:48px;height:48px;border:0;border-radius:50%;background:rgba(255,255,255,.15);color:#fff;cursor:pointer;font-size:32px;line-height:1}.lb-close{top:18px;right:20px}.lb-prev{left:20px;top:50%;transform:translateY(-50%)}.lb-next{right:20px;top:50%;transform:translateY(-50%)}
.site-footer{padding-top:52px;background:#1d150e;color:#eee}.foot{display:grid;grid-template-columns:2fr 1fr 1fr;gap:35px;padding-bottom:38px}.footer-brand img{display:block;width:78px;height:78px;object-fit:contain;background:var(--cream);border-radius:18px;padding:6px;margin-bottom:14px}.footer-brand strong{font-size:20px}.footer-brand p{max-width:460px;color:#cfc7bd;line-height:1.75}.site-footer h4{margin:0 0 14px}.site-footer p{color:#cfc7bd}.site-footer a{color:#ddd}.copy{text-align:center;padding:18px;border-top:1px solid rgba(255,255,255,.1);color:#aaa}.float{position:fixed;right:18px;width:54px;height:54px;display:grid;place-items:center;border-radius:50%;z-index:100;box-shadow:0 8px 25px rgba(0,0,0,.2);color:#fff}.float svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.call{bottom:85px;background:var(--gold)}.wa{bottom:18px;background:#16a34a}
@media(max-width:800px){.nav{min-height:72px}.brand img{max-width:180px;max-height:58px}.hamb{display:flex}.menu{display:none;position:absolute;top:72px;left:4%;right:4%;padding:9px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 20px 50px rgba(0,0,0,.14);flex-direction:column;align-items:stretch;gap:3px}.menu.open{display:flex}.nav-link,.nav-parent{width:100%;justify-content:flex-start}.nav-dropdown-panel{position:static;width:auto;padding:4px 0 6px 13px;border:0;border-radius:10px;box-shadow:none;transform:none;display:none;opacity:1;visibility:visible;pointer-events:auto}.nav-dropdown.open .nav-dropdown-panel,.nav-dropdown:focus-within .nav-dropdown-panel{display:block}.nav-dropdown-panel:before{display:none}.dropdown-title{display:none}.hero,.slider .slide{min-height:540px}.hero-copy{padding:70px 25px 85px}.hero h1,.hero-copy h1{font-size:44px}.hero p,.hero-copy p{font-size:16px}.slider-arrow{width:44px;height:44px}.slider-prev{left:12px}.slider-next{right:12px}.grid,.contact,.foot{grid-template-columns:1fr}.title h2{font-size:30px}.pagehead h1{font-size:35px}.section{padding:55px 0}.home-gallery-item{flex-basis:175px;width:175px;height:120px}.gallery{columns:2 150px}.footer-brand img{width:68px;height:68px}}

/* ===== v10 detail/map/gallery/slider refinements ===== */
.slider .slide:after{background:rgba(15,10,5,var(--slider-overlay-alpha,0));}
.detail-image-wrap{display:flex;justify-content:center;margin:0 0 34px}.detail-image{display:block;width:auto;max-width:min(100%,680px);max-height:430px;object-fit:contain;border-radius:18px;box-shadow:0 14px 45px rgba(32,23,13,.10)}
.article-detail>h2{margin-top:10px}.article-detail p{font-size:16px;line-height:1.9}.article-detail h2,.article-detail h3{line-height:1.3;margin-top:28px}.article-detail ul,.article-detail ol{padding-left:24px;line-height:1.9}
.home-gallery-track{scrollbar-width:none;-ms-overflow-style:none;cursor:grab;user-select:none;touch-action:pan-y}.home-gallery-track::-webkit-scrollbar{display:none}.home-gallery-track.is-dragging{cursor:grabbing}.home-gallery-item{user-select:none;-webkit-user-drag:none}.home-gallery-item img{-webkit-user-drag:none;pointer-events:none}
.home-map{overflow:hidden;border-radius:22px;box-shadow:0 12px 40px rgba(32,23,13,.10);background:#f3eee6}.home-map iframe{display:block;width:100%;height:420px;border:0}
.footer-brand img{width:auto;height:auto;max-width:180px;max-height:95px;object-fit:contain;background:transparent!important;border-radius:0!important;padding:0!important;margin:0 0 16px}
