@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Noto+Sans+Arabic:wght@400;500;600;700;800&display=swap");
:root{
  --ink:#211c17;--ink-soft:#5e5348;--paper:#fbf8f2;--cream:#f2eadf;--sand:#d6c1a3;--gold:#9a7847;--olive:#626449;--white:#fff;--line:rgba(33,28,23,.14);--shadow:0 24px 70px rgba(39,29,18,.14);--radius:24px;--radius-small:16px;--pill:999px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}h1,h2,h3,h4,.brand strong{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-weight:500;line-height:1.08;margin-top:0}h1{font-size:clamp(3rem,8vw,7.5rem);letter-spacing:-.045em}h2{font-size:clamp(2.35rem,5vw,4.75rem);letter-spacing:-.035em;margin-bottom:1rem}h3{font-size:1.55rem;margin-bottom:.6rem}p{margin:0 0 1.2rem;color:var(--ink-soft)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.media-image{width:100%;height:100%;object-fit:cover;background:#d9d2c8;opacity:0;transition:opacity .3s ease}.media-image.is-loaded{opacity:1}.image-placeholder{background:#d9d2c8}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.72rem;font-weight:700;color:var(--gold);margin:0 0 1rem}.lead{font-size:1.18rem;line-height:1.75;color:#4b4138}.section{padding:clamp(5rem,9vw,9rem) max(5vw,24px)}.section>*{max-width:1240px;margin-left:auto;margin-right:auto}.muted-section{background:var(--cream)}.centered{text-align:center;max-width:780px!important}.section-heading{margin-bottom:3.5rem}.section-heading>p:last-child{font-size:1.05rem}.split-heading{display:grid;grid-template-columns:1.1fr .9fr;align-items:end;gap:4rem}.split-heading>p{max-width:480px}.two-column{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,8vw,8rem)}.align-center{align-items:center}.button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;border:1px solid var(--ink);background:var(--ink);color:#fff;padding:.92rem 1.5rem;text-transform:uppercase;letter-spacing:.11em;font-size:.73rem;font-weight:700;transition:.25s ease;cursor:pointer;border-radius:var(--pill)}.button:hover{background:var(--gold);border-color:var(--gold);transform:translateY(-2px)}.button-small{padding:.72rem 1.05rem;font-size:.67rem}.button-light{background:#fff;color:var(--ink);border-color:#fff}.button-outline-light{background:transparent;border-color:rgba(255,255,255,.65);color:#fff}.button-outline-dark{background:transparent;color:var(--ink);border-color:var(--ink)}.button-dark{background:var(--ink);color:#fff}.button-full{width:100%;margin-top:.75rem}.text-link{display:inline-flex;align-items:center;gap:.75rem;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:800;border-bottom:1px solid var(--ink);padding-bottom:.35rem}.text-link span{font-size:1rem}.center-action{text-align:center;margin-top:3.2rem}
/* Header */
.site-header{position:absolute;inset:0 0 auto;z-index:50;height:96px;color:#fff}.site-header.over-hero:before{content:"";position:absolute;inset:0 0 -70px;background:linear-gradient(to bottom,rgba(0,0,0,.64),rgba(0,0,0,.26) 48%,transparent);pointer-events:none}.site-header.solid-header{position:relative;background:var(--ink)}.nav-shell{position:relative;z-index:2;height:100%;max-width:1420px;margin:auto;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand{display:inline-flex;align-items:center;gap:.75rem;color:inherit;min-width:max-content}.brand-mark{width:42px;height:42px;border:1px solid currentColor;display:grid;place-items:center;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:1.65rem}.brand-mark.brand-mark-logo{width:48px;height:48px;border:0;padding:0;display:flex;align-items:center;justify-content:center}.brand-mark-logo img{display:block;width:100%;height:100%;object-fit:contain}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-size:1.18rem}.brand-copy small{font-size:.55rem;text-transform:uppercase;letter-spacing:.2em;margin-top:.35rem;opacity:.76}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:clamp(1rem,2vw,2.25rem)}.desktop-nav a{position:relative;font-size:.62rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700;padding:.6rem 0}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:.15rem;height:1px;background:currentColor;transition:.25s}.desktop-nav a:hover:after,.desktop-nav a.active:after{right:0}.nav-actions{display:flex;align-items:center;gap:1rem}.lang-switcher{display:flex;gap:.4rem}.lang-switcher a{font-size:.62rem;font-weight:700;opacity:.65;padding:.25rem}.lang-switcher a.selected{opacity:1;text-decoration:underline;text-underline-offset:4px}.menu-toggle{display:none;border:0;background:none;color:inherit;padding:.5rem;cursor:pointer}.menu-toggle span{display:block;width:25px;height:1px;background:currentColor;margin:5px 0}.menu-toggle em{display:none}.mobile-menu{position:fixed;inset:0;z-index:1000;background:#211c17;color:#fff;padding:24px;display:flex;flex-direction:column;transform:translateX(105%);visibility:hidden;transition:transform .35s ease,visibility .35s}.mobile-menu.open{transform:none;visibility:visible}.mobile-menu-top{display:flex;justify-content:space-between;align-items:center}.menu-close{border:0;background:transparent;color:#fff;font-size:2.6rem;line-height:1;cursor:pointer}.mobile-menu nav{display:flex;flex-direction:column;margin:auto 0;gap:.35rem}.mobile-menu nav a{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:clamp(2.1rem,8vw,3.4rem);line-height:1.15;border-bottom:1px solid rgba(255,255,255,.15);padding:.5rem 0}.mobile-menu-bottom{display:flex;align-items:end;justify-content:space-between;gap:1rem}.mobile-langs{display:flex;gap:.85rem;flex-wrap:wrap}.mobile-langs a{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;opacity:.55}.mobile-langs a.selected{opacity:1}
/* Hero */
.home-hero{position:relative;height:min(900px,100svh);min-height:680px;background:var(--ink);overflow:hidden;color:#fff}.home-hero-image{position:absolute;inset:0}.home-hero-image img,.home-hero>img{object-position:center}.home-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,11,8,.65),rgba(14,11,8,.23) 55%,rgba(14,11,8,.12)),linear-gradient(0deg,rgba(14,11,8,.36),transparent 48%)}.home-hero-content{position:relative;z-index:2;max-width:1420px;margin:auto;padding:0 6vw;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.home-hero-content h1{margin:0 0 1.2rem;max-width:900px}.home-hero-content>p:not(.eyebrow){font-size:clamp(1.05rem,2vw,1.4rem);color:rgba(255,255,255,.86);max-width:650px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}.scroll-cue{position:absolute;z-index:3;left:50%;bottom:26px;width:28px;height:50px;border:1px solid rgba(255,255,255,.6);border-radius:20px;transform:translateX(-50%)}.scroll-cue span{position:absolute;width:4px;height:8px;border-radius:5px;background:#fff;top:9px;left:11px;animation:scrollcue 1.8s infinite}@keyframes scrollcue{0%{opacity:0;transform:translateY(0)}35%{opacity:1}100%{opacity:0;transform:translateY(20px)}}.page-hero{position:relative;height:clamp(430px,62vh,690px);min-height:430px;background:var(--ink);color:#fff;overflow:hidden}.page-hero-image{position:absolute;inset:0}.page-hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(16,12,9,.65),rgba(16,12,9,.16) 70%),linear-gradient(90deg,rgba(16,12,9,.35),transparent)}.page-hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:end;max-width:1320px;margin:auto;padding:0 6vw 8vh}.page-hero-content h1{font-size:clamp(3.1rem,7vw,6.4rem);margin:0 0 1rem}.page-hero-content>p:last-child{font-size:1.15rem;color:rgba(255,255,255,.85);max-width:720px}
/* Cards */
.card-grid{display:grid;gap:1.5rem;justify-content:center}.room-grid,.tour-grid{grid-template-columns:repeat(3,minmax(0,360px))}.card{width:100%;background:#fff;border:1px solid var(--line);box-shadow:0 10px 40px rgba(60,40,20,.06);transition:.3s;border-radius:var(--radius);overflow:hidden}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.card-image-wrap{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#d9d2c8;border-radius:var(--radius) var(--radius) 0 0}.tour-card .card-image-wrap{aspect-ratio:16/10}.card-image{transition:transform .7s ease}.card:hover .card-image{transform:scale(1.045)}.card-badge{position:absolute;left:14px;top:14px;background:rgba(255,255,255,.92);padding:.4rem .65rem;font-size:.6rem;text-transform:uppercase;letter-spacing:.11em;border-radius:var(--pill)}.card-body{padding:1.15rem 1.2rem 1.25rem}.card-body h3{font-size:1.42rem;margin-bottom:.5rem}.card-body>p{font-size:.88rem;line-height:1.55;min-height:0;margin-bottom:.75rem}.card-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.7rem}.card-title-row h3{flex:1}.price{text-align:right;color:var(--ink);font-size:1.05rem;line-height:1.08;white-space:nowrap}.price small,.price em{display:block;font-size:.54rem;text-transform:uppercase;letter-spacing:.07em;color:var(--ink-soft);font-style:normal}.card-meta{display:flex;gap:.8rem;margin:.8rem 0;color:var(--ink-soft);font-size:.7rem;text-transform:uppercase;letter-spacing:.07em}.card-meta span+span:before{content:"·";margin-right:.8rem}.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:.55rem;margin-top:.9rem}.card-actions .button{min-height:42px;padding:.65rem .55rem;font-size:.58rem;letter-spacing:.065em;line-height:1.2;text-align:center}.all-items-grid{max-width:1120px!important}
/* Sections */
.intro-image-stack{position:relative;min-height:570px}.stack-main{position:absolute;width:82%;height:92%;right:0;top:0;box-shadow:var(--shadow);border-radius:var(--radius);overflow:hidden}.stack-note{position:absolute;left:0;bottom:0;background:var(--ink);color:#fff;padding:2rem;width:240px;border-radius:var(--radius-small)}.stack-note strong{display:block;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:1.6rem}.stack-note span{display:block;color:rgba(255,255,255,.67);font-size:.8rem;margin-top:.5rem}.experience-section{background:#fff}.why-section{background:var(--ink);color:#fff}.why-section .section-heading p,.why-section .benefit p{color:rgba(255,255,255,.66)}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.14)}.benefit{background:var(--ink);padding:3rem}.benefit>span{display:block;color:var(--gold);font-size:.75rem;letter-spacing:.15em;margin-bottom:2rem}.benefit h3{font-size:2rem}.gallery-preview{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:230px;background:var(--ink);position:relative}.gallery-preview-item{overflow:hidden}.gallery-preview-item.tall{grid-row:span 2}.gallery-preview-item img{transition:transform .6s}.gallery-preview-item:hover img{transform:scale(1.06)}.gallery-preview-label{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;padding:1.25rem 1.75rem;display:flex;gap:1.5rem;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:800}.testimonial-section{background:var(--paper)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial-grid blockquote{margin:0;background:#fff;border:1px solid var(--line);padding:2rem;border-radius:var(--radius-small)}.testimonial-grid blockquote p{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:1.28rem;color:var(--ink);line-height:1.55}.testimonial-grid footer{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--gold)}.cta-section{position:relative;min-height:590px;display:grid;place-items:center;text-align:center;color:#fff;overflow:hidden}.cta-section.compact{min-height:480px}.cta-bg{position:absolute;inset:0}.cta-overlay{position:absolute;inset:0;background:rgba(20,15,10,.58)}.cta-content{position:relative;z-index:2;max-width:820px;padding:4rem 24px}.cta-content p{color:rgba(255,255,255,.8);font-size:1.1rem}.booking-strip{background:var(--ink);color:#fff;padding:3rem max(5vw,24px);display:flex;justify-content:center;align-items:center;gap:10vw}.booking-strip h2{font-size:2rem;margin-bottom:.3rem}.booking-strip p{color:rgba(255,255,255,.68);margin:0}
/* Details */
.detail-hero,.article-hero{position:relative;height:clamp(580px,80vh,820px);background:var(--ink);color:#fff;overflow:hidden}.detail-hero-image,.article-hero-image{position:absolute;inset:0}.detail-hero-content,.article-hero-content{position:relative;z-index:2;height:100%;max-width:1320px;margin:auto;padding:0 6vw 8vh;display:flex;flex-direction:column;justify-content:end}.detail-hero-content>a{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:1.2rem}.detail-hero-content h1,.article-hero-content h1{font-size:clamp(3rem,7vw,6.5rem);max-width:1050px;margin-bottom:1rem}.detail-hero-content p{color:rgba(255,255,255,.82);font-size:1.12rem;max-width:720px}.detail-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.75fr);gap:7vw;align-items:start}.detail-main{max-width:none}.detail-main>.eyebrow{margin-bottom:1rem}.detail-main>h2{margin-bottom:0}.rich-text,.article-content{margin-top:2rem}.rich-text h3,.rich-text h4,.article-content h3,.article-content h4{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-weight:500;line-height:1.14;letter-spacing:-.02em;color:var(--ink)}.rich-text h3,.article-content h3{font-size:clamp(2rem,4.5vw,2.8rem);margin:2.5rem 0 1rem}.rich-text h4,.article-content h4{font-size:clamp(1.45rem,3vw,1.95rem);margin:2rem 0 .85rem}.rich-text>*:first-child,.article-content>*:first-child{margin-top:0!important}.rich-text p,.article-content p{font-size:1.06rem;line-height:1.85;margin:0 0 1.25rem}.detail-gallery{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:3rem}.detail-gallery img{aspect-ratio:4/3;border-radius:var(--radius-small)}.booking-card{position:sticky;top:30px;background:#fff;border:1px solid var(--line);padding:2rem;box-shadow:var(--shadow);border-radius:var(--radius)}.booking-price{border-bottom:1px solid var(--line);padding-bottom:1.5rem;margin-bottom:1.5rem}.booking-price small,.booking-price span{display:block;text-transform:uppercase;letter-spacing:.1em;font-size:.65rem;color:var(--ink-soft)}.booking-price strong{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:2.4rem;font-weight:500}.booking-card dl{margin:0 0 1.5rem}.booking-card dl div{display:flex;justify-content:space-between;padding:.8rem 0;border-bottom:1px solid var(--line)}.booking-card dt{color:var(--ink-soft);font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}.booking-card dd{margin:0;font-weight:700}.check-list{list-style:none;padding:0;margin:0 0 1.5rem}.check-list li{padding:.55rem 0 .55rem 1.5rem;position:relative}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--gold)}[dir="rtl"] .check-list li{padding-left:0;padding-right:1.5rem}[dir="rtl"] .check-list li:before{left:auto;right:0}
/* Gallery */
.masonry-gallery{columns:3 300px;column-gap:1.25rem}.gallery-tile{position:relative;width:100%;border:0;background:#d9d2c8;padding:0;margin:0 0 1.25rem;break-inside:avoid;cursor:zoom-in;overflow:hidden;min-height:260px;border-radius:var(--radius-small)}.gallery-tile img{height:auto;min-height:260px;aspect-ratio:4/3}.gallery-tile.tall img{aspect-ratio:3/4}.gallery-tile span{position:absolute;left:14px;bottom:14px;background:rgba(255,255,255,.92);padding:.4rem .6rem;text-transform:uppercase;letter-spacing:.1em;font-size:.6rem}.lightbox{position:fixed;inset:0;z-index:2000;background:rgba(0,0,0,.94);display:grid;place-items:center;padding:5vw;opacity:0;visibility:hidden;transition:.25s}.lightbox.open{opacity:1;visibility:visible}.lightbox img{max-height:88vh;max-width:90vw;object-fit:contain;opacity:1}.lightbox button{position:absolute;right:22px;top:16px;border:0;background:none;color:#fff;font-size:3rem;cursor:pointer}
/* About */
.about-collage{position:relative;min-height:650px}.about-large{position:absolute;left:0;top:0;width:78%;height:85%;border-radius:var(--radius);overflow:hidden}.about-small{position:absolute;right:0;bottom:0;width:52%;height:45%;border:10px solid var(--paper);border-radius:var(--radius);overflow:hidden}
/* Contact */
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw}.contact-details dl{margin:2.2rem 0}.contact-details dl div{padding:1rem 0;border-bottom:1px solid var(--line)}.contact-details dt{font-size:.67rem;text-transform:uppercase;letter-spacing:.12em;color:var(--gold)}.contact-details dd{margin:.35rem 0 0;font-size:1.05rem}.contact-form-wrap{background:#fff;padding:clamp(1.5rem,4vw,3.5rem);box-shadow:var(--shadow);border-radius:var(--radius)}.contact-form label{display:flex;flex-direction:column;gap:.45rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;margin-bottom:1.2rem}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);background:#fbfaf7;padding:.9rem;font:inherit;color:var(--ink);outline:none}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(154,120,71,.12)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.form-success{text-align:center;padding:4rem 1rem}.form-success strong{display:grid;place-items:center;margin:auto;width:60px;height:60px;border-radius:50%;background:#e7f3e6;color:#477444;font-size:1.6rem}.form-success h3{font-size:2rem;margin-top:1.2rem}.form-error{background:#fbe9e6;color:#8a3024;padding:1rem;margin-bottom:1.2rem}
/* Blog */
.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.blog-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.blog-image{display:block;aspect-ratio:16/10;overflow:hidden;border-radius:var(--radius) var(--radius) 0 0}.blog-image img{transition:transform .65s}.blog-card:hover .blog-image img{transform:scale(1.04)}.blog-card-body{padding:2rem}.blog-card-body h2{font-size:2rem}.blog-meta{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:1rem;margin:1.5rem 0;color:var(--ink-soft);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.article-hero-content>div{display:flex;gap:1.5rem;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem}.article-body{max-width:900px;margin:auto;padding:clamp(4rem,8vw,8rem) 24px}.article-lead{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.06rem;color:var(--ink-soft);line-height:1.85;border:0;padding:0;margin:2rem 0 0}.simple-page{min-height:70vh;display:grid;place-items:center;padding:7rem 24px}.narrow{max-width:700px;text-align:center}.empty-state{grid-column:1/-1;text-align:center;padding:4rem;background:#fff;border:1px solid var(--line)}
/* Footer */
.site-footer{background:#17130f;color:#fff;padding:5rem max(5vw,24px) 1.5rem}.footer-grid{max-width:1240px;margin:auto;display:grid;grid-template-columns:1.6fr .7fr .9fr;gap:7vw}.footer-brand p{color:rgba(255,255,255,.58);max-width:520px;margin-top:1.5rem}.site-footer h3{font-size:1.1rem;margin-bottom:1.4rem}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin:.65rem 0;color:rgba(255,255,255,.7);font-size:.88rem}.site-footer a:hover{color:#d8bd91}.socials{display:flex;gap:1rem;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem}.footer-bottom{max-width:1240px;margin:4rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.14);display:flex;justify-content:space-between;color:rgba(255,255,255,.45);font-size:.7rem;text-transform:uppercase;letter-spacing:.1em}
/* Reveals */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.reveal.visible,.reveal-ready{opacity:1;transform:none}
[dir="rtl"] .price{text-align:left}[dir="rtl"] .site-header,[dir="rtl"] .mobile-menu{text-align:right}[dir="rtl"] .card-meta span+span:before{margin-right:0;margin-left:1rem}[dir="rtl"] .article-lead{border-left:0;border-right:0;padding-left:0;padding-right:0}
@media(max-width:1100px){.desktop-nav{display:none}.menu-toggle{display:block}.desktop-book{display:none}.room-grid,.tour-grid{grid-template-columns:repeat(2,minmax(0,360px))}.footer-grid{grid-template-columns:1.3fr .7fr .8fr}.detail-layout{grid-template-columns:1fr .65fr;gap:3rem}}
@media(max-width:760px){:root{--radius:20px;--radius-small:14px}h1{font-size:clamp(3.2rem,17vw,5.2rem)}h2{font-size:clamp(2.3rem,11vw,3.5rem)}.site-header{height:82px}.nav-shell{padding:0 20px}.brand-copy strong{font-size:1.05rem}.brand-mark{width:38px;height:38px}.brand-mark.brand-mark-logo{width:43px;height:43px}.lang-switcher{display:none}.home-hero{min-height:640px}.home-hero-content{padding:90px 24px 50px}.home-hero-content>p:not(.eyebrow){font-size:1rem}.hero-buttons{width:100%}.hero-buttons .button{width:100%}.page-hero{height:520px}.page-hero-content{padding:0 24px 56px}.section{padding:5rem 24px}.two-column,.split-heading,.contact-grid,.detail-layout{grid-template-columns:1fr;gap:3rem}.intro-image-stack,.about-collage{min-height:470px}.room-grid,.tour-grid{grid-template-columns:minmax(0,420px);width:100%}.benefit-grid,.testimonial-grid,.blog-grid{grid-template-columns:1fr}.gallery-preview{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px}.gallery-preview-item:nth-child(n+7){display:none}.detail-hero,.article-hero{height:680px}.detail-hero-content,.article-hero-content{padding:0 24px 55px}.booking-card{position:static}.detail-gallery{grid-template-columns:1fr}.booking-strip{flex-direction:column;text-align:center;gap:1.5rem}.form-row{grid-template-columns:1fr;gap:0}.footer-grid{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{flex-direction:column;gap:.6rem}.mobile-menu{padding:22px}.mobile-menu-bottom{align-items:stretch;flex-direction:column}.mobile-menu-bottom .button{width:100%}.article-hero-content>div{flex-direction:column;gap:.3rem}.masonry-gallery{columns:2 150px}.gallery-tile,.gallery-tile img{min-height:180px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* UI/UX booking-flow update */
:where(a,button,input,textarea,select):focus-visible{outline:3px solid rgba(154,120,71,.5);outline-offset:3px}
.site-header{transition:height .25s ease,background .25s ease,box-shadow .25s ease,backdrop-filter .25s ease}
.site-header.is-scrolled{position:fixed;height:78px;background:rgba(26,21,17,.94);box-shadow:0 10px 35px rgba(0,0,0,.18);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.site-header.is-scrolled:before{display:none}
.site-header.solid-header{position:sticky;top:0;z-index:60}
.site-header.is-scrolled .brand-mark{width:38px;height:38px;font-size:1.45rem}.site-header.is-scrolled .brand-mark.brand-mark-logo{width:42px;height:42px}
.site-header.is-scrolled .button-small{padding:.66rem 1rem}
.home-hero-content{max-width:1420px;padding-top:76px}
.home-hero-content h1{font-size:clamp(3.8rem,6.7vw,7rem);max-width:780px}
.home-hero-content>p:not(.eyebrow){max-width:720px;line-height:1.55}
.hero-trust{display:flex;flex-wrap:wrap;gap:.7rem 1.35rem;margin-top:1.5rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.28);color:rgba(255,255,255,.86);font-size:.75rem;text-transform:uppercase;letter-spacing:.07em}
.hero-trust span{display:inline-flex;align-items:center;gap:.45rem}
.hero-trust b{display:grid;place-items:center;width:19px;height:19px;border-radius:50%;background:rgba(255,255,255,.14);font-size:.68rem}
.quick-booking{position:relative;z-index:5;max-width:1280px;margin:-44px auto 0;background:#fff;border:1px solid var(--line);box-shadow:0 22px 65px rgba(38,28,18,.16);border-radius:22px;padding:1rem 1rem 1rem 1.35rem;display:grid;grid-template-columns:minmax(250px,1fr) minmax(520px,1.7fr);align-items:center;gap:1rem}
.quick-booking-copy{display:flex;flex-direction:column;line-height:1.3}
.quick-booking-copy span{font-size:.64rem;text-transform:uppercase;letter-spacing:.16em;color:var(--gold);font-weight:800;margin-bottom:.35rem}
.quick-booking-copy strong{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:1.25rem;font-weight:500}
.quick-booking-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem}
.quick-booking-link{min-height:62px;border:1px solid var(--line);border-radius:15px;padding:.8rem .9rem;display:flex;align-items:center;justify-content:space-between;gap:.6rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;transition:.22s ease}
.quick-booking-link:hover{border-color:var(--gold);background:var(--cream);transform:translateY(-2px)}
.quick-booking-link.whatsapp{background:var(--ink);border-color:var(--ink);color:#fff}
.quick-booking-link.whatsapp:hover{background:var(--gold);border-color:var(--gold)}
.intro-section{padding-top:clamp(6.5rem,10vw,10rem)}
.page-hero{height:clamp(400px,54vh,590px);min-height:400px}
.page-hero-content{padding-bottom:6.5vh}
.card-details-link{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:.72rem 0;margin:.35rem 0 .85rem;font-size:.67rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800}
.card-details-link span{font-size:1rem;transition:transform .2s ease}
.card-details-link:hover span{transform:translateX(4px)}
.card-actions{margin-top:0}
.card-actions .button{min-height:44px}
.booking-benefits{display:grid;gap:.65rem;margin:2rem 0}
.booking-benefits div{display:flex;align-items:center;gap:.85rem;padding:.85rem 1rem;background:#fff;border:1px solid var(--line);border-radius:14px}
.booking-benefits span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--cream);color:var(--gold);font-size:.62rem;font-weight:800;flex:0 0 auto}
.booking-benefits strong{font-size:.88rem}
.form-heading{margin-bottom:1.5rem}
.form-heading h3{font-size:2rem;margin-bottom:.55rem}
.selected-booking{display:flex;flex-direction:column;gap:.2rem;background:var(--cream);padding:.9rem 1rem;border-radius:12px;margin:1rem 0 0}
.selected-booking span{font-size:.62rem;text-transform:uppercase;letter-spacing:.11em;color:var(--gold);font-weight:800}
.selected-booking strong{font-size:.95rem}
.contact-form label small{font-size:.58rem;color:var(--ink-soft);font-weight:500;letter-spacing:.05em}
.form-row-three{grid-template-columns:1fr 1fr .7fr}
.contact-form input,.contact-form textarea{border-radius:10px;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}
.button-submit{width:100%;min-height:52px}
.mobile-booking-bar{display:none}
[dir="rtl"] .card-details-link:hover span{transform:translateX(-4px)}
[dir="rtl"] .quick-booking-link b{transform:rotate(180deg)}

@media(max-width:1100px){
  .quick-booking{margin:-35px 24px 0;grid-template-columns:1fr}
  .quick-booking-actions{grid-template-columns:repeat(3,1fr)}
  .form-row-three{grid-template-columns:1fr 1fr}
  .form-row-three label:last-child{grid-column:1/-1}
}
@media(max-width:760px){
  body{padding-bottom:78px}
  .site-header.is-scrolled{height:70px}
  .home-hero{min-height:670px;height:100svh}
  .home-hero-content{padding:100px 24px 70px;justify-content:center}
  .home-hero-content h1{font-size:clamp(3.15rem,16vw,4.8rem);line-height:1.02;margin-bottom:1rem}
  .hero-trust{display:grid;grid-template-columns:1fr;gap:.5rem;margin-top:1.15rem;padding-top:1rem;font-size:.67rem}
  .scroll-cue{display:none}
  .quick-booking{margin:0;border-radius:0;border-left:0;border-right:0;box-shadow:none;padding:1.2rem 24px;gap:1rem}
  .quick-booking-copy strong{font-size:1.15rem}
  .quick-booking-actions{grid-template-columns:1fr}
  .quick-booking-link{min-height:54px}
  .intro-section{padding-top:5rem}
  .page-hero{height:460px;min-height:460px}
  .card-details-link{padding:.78rem 0}
  .card-actions{grid-template-columns:1fr}
  .card-actions .button{min-height:46px;font-size:.64rem}
  .form-row-three{grid-template-columns:1fr}
  .form-row-three label:last-child{grid-column:auto}
  .mobile-booking-bar{position:fixed;z-index:900;left:6px;right:6px;bottom:7px;display:grid;grid-template-columns:repeat(3,1fr);background:#111317;color:#f5f5f4;border:1px solid rgba(255,255,255,.08);border-radius:15px;padding:6px max(6px,env(safe-area-inset-left)) calc(5px + env(safe-area-inset-bottom));box-shadow:0 10px 28px rgba(0,0,0,.25)}
  .mobile-booking-item{position:relative;min-height:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:4px 6px;border-radius:12px;color:rgba(255,255,255,.68);font-size:.62rem;font-weight:700;line-height:1;text-transform:none;letter-spacing:0;transition:color .2s ease,background .2s ease}
  .mobile-booking-item:hover,.mobile-booking-item:focus-visible{color:#fff;background:rgba(255,255,255,.05)}
  .mobile-booking-item.active,.mobile-booking-item[aria-current="page"]{color:#fff}
  .mobile-booking-item.active:after,.mobile-booking-item[aria-current="page"]:after{content:"";position:absolute;left:50%;bottom:1px;width:18px;height:2px;border-radius:999px;background:var(--gold);transform:translateX(-50%)}
  .mobile-booking-icon{width:23px;height:23px;display:block;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
  .mobile-booking-item-book .mobile-booking-icon{stroke-width:1.8}
}

/* Requested hero actions + booking-path redesign — 2026-07-28 */
@media (min-width:901px){
  .home-hero{
    /* Desktop home hero fills the entire visible screen. */
    height:100vh;
    height:100svh;
    min-height:620px;
  }
  .home-hero-content{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(250px,310px);
    align-items:center;
    gap:clamp(3.5rem,8vw,10rem);
    padding:108px 6vw 36px;
  }
  .hero-copy{max-width:900px;min-width:0}
  .home-hero-content .hero-copy h1{
    max-width:790px;
    margin:0 0 1rem;
    font-size:clamp(3.7rem,6.2vw,6.55rem);
    line-height:.98;
  }
  .home-hero-content .hero-subtitle{
    max-width:720px;
    margin:0;
    color:rgba(255,255,255,.92);
    font-size:clamp(1rem,1.45vw,1.25rem);
    line-height:1.55;
  }
  .hero-trust{max-width:720px}
  .hero-cta-panel{
    width:100%;
    align-self:center;
    justify-self:end;
    display:grid;
    gap:.85rem;
  }
  .hero-cta-panel:before{
    content:"";
    display:block;
    width:54px;
    height:1px;
    margin:0 0 .35rem auto;
    background:rgba(255,255,255,.68);
  }
  .hero-cta-panel .button{
    width:100%;
    min-height:68px;
    padding:1rem 1.25rem 1rem 1.4rem;
    justify-content:space-between;
    border-radius:2px;
    box-shadow:0 16px 38px rgba(0,0,0,.2);
  }
  .hero-cta-panel .button-light{background:#fff;color:var(--ink)}
  .hero-cta-panel .button-outline-light{
    background:rgba(18,13,9,.34);
    border-color:rgba(255,255,255,.6);
    backdrop-filter:blur(9px);
    -webkit-backdrop-filter:blur(9px);
  }
  .hero-cta-panel .button span{font-size:1.08rem}
  .scroll-cue{display:none}
}

.quick-booking{
  position:relative;
  z-index:6;
  width:min(100%,1420px);
  max-width:none;
  min-height:96px;
  margin:0 auto;
  padding:0;
  display:grid;
  grid-template-columns:minmax(260px,.82fr) minmax(0,2.18fr);
  gap:0;
  align-items:stretch;
  color:#fff;
  background:var(--ink);
  border:0;
  border-radius:0;
  box-shadow:0 18px 45px rgba(33,28,23,.14);
}
.quick-booking-copy{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:.9rem 1.5rem;
  line-height:1.2;
  overflow:hidden;
  background:linear-gradient(135deg,#211c17 0%,#352a20 100%);
}
.quick-booking-copy:after{
  content:"";
  position:absolute;
  width:135px;
  height:135px;
  right:-64px;
  top:-68px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:50%;
}
.quick-booking-copy span{
  position:relative;
  z-index:1;
  margin:0 0 .35rem;
  color:#c7a36f;
  font-size:.63rem;
  font-weight:800;
  letter-spacing:.17em;
  text-transform:uppercase;
}
.quick-booking-copy strong{
  position:relative;
  z-index:1;
  color:#fff;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:1.18rem;
  font-weight:500;
}
.quick-booking-copy p{
  position:relative;
  z-index:1;
  margin:.25rem 0 0;
  color:rgba(255,255,255,.62);
  font-size:.68rem;
}
.quick-booking-actions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  background:#fff;
}
.quick-booking-link{
  position:relative;
  min-height:96px;
  padding:.75rem 1rem;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:.65rem;
  color:var(--ink);
  background:#fff;
  border:0;
  border-left:1px solid var(--line);
  border-radius:0;
  box-shadow:none;
  text-transform:none;
  letter-spacing:0;
  transition:background .22s ease,color .22s ease;
}
.quick-booking-link:hover{
  color:var(--ink);
  background:var(--cream);
  border-color:var(--line);
  transform:none;
}
.quick-booking-link em{
  align-self:start;
  margin-top:.1rem;
  color:var(--gold);
  font-size:.61rem;
  font-style:normal;
  font-weight:800;
  letter-spacing:.12em;
}
.quick-booking-link>span{display:flex;min-width:0;flex-direction:column;gap:.28rem}
.quick-booking-link>span strong{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:1.02rem;
  font-weight:500;
  line-height:1.15;
}
.quick-booking-link>span small{
  color:var(--ink-soft);
  font-size:.68rem;
  font-weight:500;
  line-height:1.45;
  text-transform:none;
  letter-spacing:0;
}
.quick-booking-link b{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border:1px solid var(--line);
  border-radius:50%;
  background:transparent;
  font-size:.92rem;
  transition:transform .22s ease,background .22s ease;
}
.quick-booking-link:hover b{transform:translateX(3px);background:#fff}
.quick-booking-link.whatsapp{
  color:#fff;
  background:#716044;
  border-left-color:rgba(255,255,255,.16);
}
.quick-booking-link.whatsapp:hover{color:#fff;background:#5f5039}
.quick-booking-link.whatsapp em,.quick-booking-link.whatsapp>span small{color:rgba(255,255,255,.68)}
.quick-booking-link.whatsapp b{border-color:rgba(255,255,255,.32);background:rgba(255,255,255,.08)}
.quick-booking-link.whatsapp:hover b{background:rgba(255,255,255,.15)}
.intro-section{padding-top:clamp(3.5rem,6vw,5.5rem)}

[dir="rtl"] .hero-cta-panel:before{margin-left:0;margin-right:auto}
[dir="rtl"] .quick-booking-link{border-left:0;border-right:1px solid var(--line)}
[dir="rtl"] .quick-booking-link:hover b{transform:translateX(-3px)}
[dir="rtl"] .quick-booking-link b{transform:rotate(180deg)}
[dir="rtl"] .quick-booking-link:hover b{transform:rotate(180deg) translateX(3px)}
[dir="rtl"] .quick-booking-copy:after{right:auto;left:-64px}

@media (max-width:1180px) and (min-width:901px){
  .home-hero-content{grid-template-columns:minmax(0,1fr) minmax(230px,275px);gap:3rem}
  .quick-booking{grid-template-columns:235px minmax(0,1fr)}
  .quick-booking-link{padding:1rem}
  .quick-booking-link>span small{display:none}
}

@media (max-width:900px){
  .home-hero{height:100svh;min-height:100svh}
  .home-hero-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:78px 24px calc(34px + env(safe-area-inset-bottom))}
  .hero-copy{width:100%;margin-top:42px}
  .home-hero-content .hero-subtitle{display:none}
  .hero-cta-panel{display:flex;flex-wrap:wrap;gap:.75rem;width:100%;margin-top:auto;padding-top:1rem}
  .hero-cta-panel .button{flex:1 1 210px;min-height:54px}
  .quick-booking{width:100%;grid-template-columns:1fr}
  .quick-booking-copy{padding:.9rem 24px}
  .quick-booking-actions{grid-template-columns:repeat(3,minmax(0,1fr))}
  .quick-booking-link{min-height:80px;padding:.75rem .85rem;grid-template-columns:auto minmax(0,1fr)}
  .quick-booking-link b{display:none}
  .quick-booking-link>span small{display:none}
}

@media (max-width:760px){
  .home-hero{height:100svh;min-height:100svh}
  .home-hero-content{padding:78px 24px calc(112px + env(safe-area-inset-bottom));justify-content:flex-start}
  .hero-copy{margin-top:38px}
  .home-hero-content h1{font-size:clamp(3.15rem,16vw,4.8rem);line-height:1.02}
  .home-hero-content .hero-subtitle{display:none}
  .hero-trust{margin-top:1rem;padding-top:.9rem}
  .hero-cta-panel{display:grid;grid-template-columns:1fr;width:100%;margin-top:auto;padding-top:1rem}
  .hero-cta-panel .button{width:100%;border-radius:999px}
  .quick-booking-actions{grid-template-columns:1fr}
  .quick-booking-link{min-height:70px;border-left:0;border-top:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto}
  .quick-booking-link b{display:grid}
  .quick-booking-link>span small{display:block}
  [dir="rtl"] .quick-booking-link{border-right:0;border-top:1px solid var(--line)}
}

/* Room and tour cards — fixed vertical proportions, width unchanged — 2026-07-29 */
/* Desktop: compact height. Mobile: restored to the original, taller card size. */
.room-card,
.tour-card{
  height:430px;
  display:grid;
  grid-template-rows:minmax(0,1fr) minmax(0,1fr);
}
.room-card .card-image-wrap,
.tour-card .card-image-wrap{
  width:100%;
  height:100%;
  aspect-ratio:auto;
  min-height:0;
}
.room-card .card-body,
.tour-card .card-body{
  min-height:0;
  padding:0 1.2rem;
  display:grid;
  grid-template-rows:minmax(0,1fr) minmax(0,1fr);
}
.room-card .card-copy,
.tour-card .card-copy{
  min-height:0;
  overflow:hidden;
  padding:.55rem 0 .35rem;
  display:flex;
  flex-direction:column;
}
.room-card .card-title-row,
.tour-card .card-title-row{
  min-height:0;
}
.room-card .card-body h3,
.tour-card .card-body h3{
  font-size:1.25rem;
  line-height:1.08;
  margin:0 0 .18rem;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}
.room-card .card-description,
.tour-card .card-description{
  min-height:0;
  margin:0;
  font-size:.79rem;
  line-height:1.3;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  overflow:hidden;
}
.room-card .price,
.tour-card .price{
  font-size:.95rem;
  line-height:1;
}
.room-card .card-meta,
.tour-card .card-meta{
  flex:0 0 auto;
  margin:auto 0 0;
  padding-top:.25rem;
  font-size:.62rem;
  line-height:1.15;
}
.room-card .card-cta,
.tour-card .card-cta{
  min-height:0;
  padding:.35rem 0 .65rem;
  border-top:1px solid var(--line);
  display:grid;
  grid-template-rows:auto minmax(0,1fr);
  gap:.45rem;
}
.room-card .card-details-link,
.tour-card .card-details-link{
  border-top:0;
  margin:0;
  padding:.35rem 0;
  font-size:.64rem;
}
.room-card .card-actions,
.tour-card .card-actions{
  min-height:0;
  grid-template-columns:1fr 1fr;
  align-items:end;
  gap:.42rem;
  margin:0;
}
.room-card .card-actions .button,
.tour-card .card-actions .button{
  min-height:34px;
  height:100%;
  max-height:38px;
  padding:.4rem .4rem;
  font-size:.55rem;
  line-height:1.08;
}
.room-card .card-badge,
.tour-card .card-badge{
  top:10px;
  left:10px;
  padding:.3rem .55rem;
}

@media(max-width:760px){
  .room-card,
  .tour-card{
    /* Restore the fuller phone card instead of applying the desktop 3/5 height. */
    height:clamp(520px,145vw,590px);
    grid-template-rows:minmax(0,1fr) minmax(0,1fr);
  }
  .room-card .card-body,
  .tour-card .card-body{
    padding:0 1.2rem;
    grid-template-rows:minmax(0,1fr) minmax(0,1fr);
  }
  .room-card .card-copy,
  .tour-card .card-copy{
    padding:.8rem 0 .55rem;
  }
  .room-card .card-body h3,
  .tour-card .card-body h3{
    font-size:1.55rem;
    line-height:1.12;
    margin-bottom:.35rem;
  }
  .room-card .card-description,
  .tour-card .card-description{
    font-size:.94rem;
    line-height:1.45;
    -webkit-line-clamp:2;
  }
  .room-card .price,
  .tour-card .price{
    font-size:1.05rem;
  }
  .room-card .card-meta,
  .tour-card .card-meta{
    padding-top:.45rem;
    font-size:.68rem;
  }
  .room-card .card-cta,
  .tour-card .card-cta{
    padding:.55rem 0 .85rem;
    gap:.65rem;
  }
  .room-card .card-details-link,
  .tour-card .card-details-link{
    padding:.55rem 0;
    font-size:.68rem;
  }
  .room-card .card-actions,
  .tour-card .card-actions{
    grid-template-columns:1fr 1fr;
    gap:.55rem;
  }
  .room-card .card-actions .button,
  .tour-card .card-actions .button{
    min-height:44px;
    max-height:48px;
    padding:.6rem .5rem;
    font-size:.59rem;
  }
}


/* 2026-07-29: Force Tours and Blog typography to match Room Details */
.tour-detail-page .detail-main > h2,
.blog-detail-page .article-body > h2,
.blog-detail-page .article-content > h3:first-child {
  font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
  font-weight: 500 !important;
  font-size: clamp(2.35rem, 5vw, 4.75rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
  color: var(--ink) !important;
  margin: 0 0 1.6rem !important;
}

.tour-detail-page .detail-main > .eyebrow,
.blog-detail-page .article-body > .eyebrow {
  margin-bottom: 1rem !important;
}

.tour-detail-page .detail-main > .rich-text,
.blog-detail-page .article-content {
  margin-top: 0 !important;
}

.tour-detail-page .rich-text p,
.blog-detail-page .article-content p,
.blog-detail-page .article-lead {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 1.06rem !important;
  line-height: 1.85 !important;
  color: var(--ink-soft) !important;
}

.tour-detail-page .rich-text h3,
.blog-detail-page .article-content h3 {
  font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
  font-size: clamp(2rem, 4.2vw, 2.8rem) !important;
  line-height: 1.12 !important;
  font-weight: 500 !important;
  margin: 2.6rem 0 1rem !important;
}

.tour-detail-page .rich-text h4,
.blog-detail-page .article-content h4 {
  font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
  font-size: clamp(1.45rem, 3vw, 1.95rem) !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
  margin: 2rem 0 .85rem !important;
}

/* Keep title/description spacing identical in Tour, Room and Blog hero sections */
.tour-detail-page .detail-hero-content h1,
.room-detail-page .detail-hero-content h1,
.blog-detail-page .article-hero-content h1 {
  font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
  margin-bottom: 1.5rem !important;
}

.tour-detail-page .detail-hero-content p,
.room-detail-page .detail-hero-content p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.75 !important;
}

.blog-detail-page .article-hero-content > div {
  margin-top: .35rem !important;
}

@media (max-width: 760px) {
  .tour-detail-page .detail-main > h2,
  .blog-detail-page .article-body > h2,
  .blog-detail-page .article-content > h3:first-child {
    font-size: clamp(2.3rem, 11vw, 3.5rem) !important;
    margin-bottom: 1.25rem !important;
  }
}

.about-story-text{margin-top:1.5rem}.about-story-text p:first-child{font-size:1.18rem;line-height:1.75;color:#4b4138}

/* 2026-07-30: Blog cards match the room/tour card footprint */
.blog-grid{
  grid-template-columns:repeat(3,minmax(0,360px));
  gap:1.5rem;
  justify-content:center;
  max-width:1120px!important;
}
.blog-card{
  width:100%;
  height:430px;
  display:grid;
  grid-template-rows:minmax(0,1fr) minmax(0,1fr);
  box-shadow:0 10px 40px rgba(60,40,20,.06);
  transition:.3s;
}
.blog-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow);
}
.blog-image{
  width:100%;
  height:100%;
  min-height:0;
  aspect-ratio:auto;
}
.blog-card-body{
  min-height:0;
  overflow:hidden;
  padding:.65rem 1.2rem .75rem;
  display:flex;
  flex-direction:column;
}
.blog-card-body .eyebrow{
  margin:0 0 .2rem;
  font-size:.62rem;
}
.blog-card-body h2{
  margin:0 0 .22rem;
  font-size:1.25rem;
  line-height:1.08;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}
.blog-card-body>p:not(.eyebrow){
  margin:0;
  font-size:.79rem;
  line-height:1.3;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  overflow:hidden;
}
.blog-meta{
  flex:0 0 auto;
  margin:auto 0 .35rem;
  padding-top:.35rem;
  font-size:.6rem;
  line-height:1.15;
}
.blog-card-body .text-link{
  align-self:flex-start;
  font-size:.64rem;
  padding-bottom:.25rem;
}

/* 2026-07-30: System UI typography on the Tours listing page and homepage Tours section */
.tours-list-page,
.tours-list-page h1,
.tours-list-page h2,
.tours-list-page h3,
.tours-list-page h4,
.tours-list-page .brand strong,
.experience-section,
.experience-section h1,
.experience-section h2,
.experience-section h3,
.experience-section h4{
  font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}

@media(max-width:1100px){
  .blog-grid{grid-template-columns:repeat(2,minmax(0,360px))}
}

@media(max-width:760px){
  .blog-grid{grid-template-columns:minmax(0,420px);width:100%}
  .blog-card{
    height:clamp(520px,145vw,590px);
    grid-template-rows:minmax(0,1fr) minmax(0,1fr);
  }
  .blog-card-body{padding:.8rem 1.2rem .9rem}
  .blog-card-body .eyebrow{margin-bottom:.35rem;font-size:.68rem}
  .blog-card-body h2{font-size:1.55rem;line-height:1.12;margin-bottom:.35rem}
  .blog-card-body>p:not(.eyebrow){font-size:.94rem;line-height:1.45;-webkit-line-clamp:2}
  .blog-meta{margin:auto 0 .55rem;padding-top:.55rem;font-size:.68rem}
  .blog-card-body .text-link{font-size:.68rem;padding-bottom:.35rem}
}


/* 2026-07-31: Additional photos inside blog articles */
.article-gallery{
  margin-top:clamp(3rem,7vw,5rem);
  padding-top:clamp(2rem,5vw,3.5rem);
  border-top:1px solid var(--line);
}
.article-gallery>h2{
  font-size:clamp(2rem,4vw,3rem)!important;
  margin-bottom:1.5rem!important;
}
.article-gallery-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
}
.article-gallery-item{
  position:relative;
  width:100%;
  aspect-ratio:4/3;
  padding:0;
  border:0;
  border-radius:var(--radius-small);
  overflow:hidden;
  background:#d9d2c8;
  cursor:zoom-in;
}
.article-gallery-item:nth-child(3n+1){
  grid-column:1/-1;
  aspect-ratio:16/9;
}
.article-gallery-image{
  transition:transform .45s ease;
}
.article-gallery-item:hover .article-gallery-image{
  transform:scale(1.035);
}
@media(max-width:760px){
  .article-gallery-grid{grid-template-columns:1fr}
  .article-gallery-item,
  .article-gallery-item:nth-child(3n+1){grid-column:auto;aspect-ratio:4/3}
}

/* 2026-07-31: Get Taghia travel guide */
.get-taghia-hero{position:relative;height:clamp(560px,78vh,800px);min-height:560px;background:var(--ink);color:#fff;overflow:hidden}
.get-taghia-hero-image{position:absolute;inset:0}
.get-taghia-hero .page-hero-overlay{background:linear-gradient(0deg,rgba(15,11,8,.72),rgba(15,11,8,.12) 72%),linear-gradient(90deg,rgba(15,11,8,.4),transparent 64%)}
.get-taghia-hero-content{position:relative;z-index:2;height:100%;max-width:1320px;margin:auto;padding:0 6vw 8vh;display:flex;flex-direction:column;justify-content:end}
.get-taghia-hero-content h1{font-size:clamp(3rem,7vw,6.5rem);max-width:1080px;margin:0}
.get-taghia-article{max-width:980px;margin:auto;padding:clamp(4rem,8vw,8rem) 24px}
.get-taghia-route{border:1px solid var(--line);background:#fff;border-radius:var(--radius-small);padding:1.25rem 1.4rem;margin-bottom:3rem;box-shadow:0 12px 35px rgba(33,28,23,.05)}
.get-taghia-route>span{display:block;color:var(--gold);font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.8rem}
.get-taghia-route ol{display:grid;grid-template-columns:repeat(4,1fr);gap:0;list-style:none;padding:0;margin:0;counter-reset:route}
.get-taghia-route li{position:relative;padding:0 1.5rem 0 2.1rem;font-weight:750;font-size:.9rem;counter-increment:route}
.get-taghia-route li:before{content:counter(route);position:absolute;left:0;top:-.1rem;width:1.55rem;height:1.55rem;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center;font-size:.64rem}
.get-taghia-route li:not(:last-child):after{content:"→";position:absolute;right:.35rem;color:var(--gold)}
[dir="rtl"] .get-taghia-route li{padding:0 2.1rem 0 1.5rem}
[dir="rtl"] .get-taghia-route li:before{left:auto;right:0}
[dir="rtl"] .get-taghia-route li:not(:last-child):after{right:auto;left:.35rem;content:"←"}
.get-taghia-intro{font-size:1.18rem;line-height:1.9;margin-bottom:3.5rem}
.get-taghia-intro p{font-size:inherit;line-height:inherit;color:#4b4138}
.get-taghia-content{margin-top:0}
.get-taghia-content h2{font-size:clamp(2rem,4vw,3.1rem);margin:3.5rem 0 1.1rem;letter-spacing:-.025em}
.get-taghia-content h3{font-size:clamp(1.5rem,3vw,2rem);margin:2.4rem 0 .9rem}
.get-taghia-content ul{margin:0 0 1.7rem;padding-left:1.4rem;color:var(--ink-soft)}
.get-taghia-content li{padding:.32rem 0;font-size:1.04rem;line-height:1.7}
[dir="rtl"] .get-taghia-content ul{padding-left:0;padding-right:1.4rem}
.get-taghia-photo{margin:clamp(3rem,7vw,5rem) 0;padding:0}
.get-taghia-inline-image{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}
.get-taghia-cta{margin-top:clamp(4rem,8vw,7rem);padding:clamp(2rem,5vw,4rem);background:var(--ink);color:#fff;border-radius:var(--radius);display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}
.get-taghia-cta h2{font-size:clamp(2rem,4vw,3.2rem);margin-bottom:.8rem}
.get-taghia-cta p:not(.eyebrow){color:rgba(255,255,255,.76);max-width:620px;margin-bottom:0}
.get-taghia-cta-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}
@media(max-width:760px){
  .get-taghia-hero{height:650px;min-height:650px}
  .get-taghia-hero-content{padding:0 24px 58px}
  .get-taghia-route ol{grid-template-columns:1fr;gap:1rem}
  .get-taghia-route li{padding-left:2.2rem}
  .get-taghia-route li:not(:last-child):after{content:"↓";right:auto;left:.55rem;top:1.55rem}
  [dir="rtl"] .get-taghia-route li{padding-left:0;padding-right:2.2rem}
  [dir="rtl"] .get-taghia-route li:not(:last-child):after{content:"↓";left:auto;right:.55rem}
  .get-taghia-article{padding:4rem 20px 6rem}
  .get-taghia-intro{font-size:1.05rem}
  .get-taghia-photo{margin:3rem 0}
  .get-taghia-inline-image{aspect-ratio:4/3}
  .get-taghia-cta{grid-template-columns:1fr}
  .get-taghia-cta-actions{justify-content:stretch;flex-direction:column}
  .get-taghia-cta-actions .button{width:100%}
}

/* 2026-07-31: Compact language dropdown */
.lang-menu{position:relative;flex:0 0 auto}
.lang-menu summary{list-style:none;min-width:58px;height:38px;padding:0 .72rem;display:inline-flex;align-items:center;justify-content:center;gap:.42rem;border:1px solid rgba(255,255,255,.42);border-radius:var(--pill);background:rgba(15,11,8,.18);color:inherit;cursor:pointer;font-size:.65rem;font-weight:800;letter-spacing:.09em;line-height:1;text-transform:uppercase;user-select:none;transition:background .2s ease,border-color .2s ease,transform .2s ease}
.lang-menu summary::-webkit-details-marker{display:none}
.lang-menu summary::marker{content:""}
.lang-menu summary:hover{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.72)}
.lang-menu summary:focus-visible{outline:2px solid #fff;outline-offset:3px}
.lang-menu-chevron{font-size:.78rem;line-height:1;transition:transform .2s ease}
.lang-menu[open] .lang-menu-chevron{transform:rotate(180deg)}
.lang-menu-panel{position:absolute;top:calc(100% + .65rem);right:0;z-index:90;width:168px;padding:.42rem;background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 50px rgba(13,10,7,.24);animation:lang-menu-in .16s ease both}
.lang-menu-panel:before{content:"";position:absolute;right:22px;top:-6px;width:11px;height:11px;background:#fff;border-left:1px solid var(--line);border-top:1px solid var(--line);transform:rotate(45deg)}
.lang-menu-panel a{position:relative;z-index:1;min-height:42px;padding:.55rem .65rem;display:flex;align-items:center;justify-content:space-between;gap:.7rem;border-radius:10px;font-size:.75rem;line-height:1.1;transition:background .18s ease}
.lang-menu-panel a:hover,.lang-menu-panel a:focus-visible{background:var(--cream);outline:0}
.lang-menu-panel a.selected{background:#f5efe6}
.lang-menu-panel a span{display:flex;align-items:center;gap:.65rem}
.lang-menu-panel a b{min-width:22px;font-size:.63rem;letter-spacing:.08em;color:var(--gold)}
.lang-menu-panel a em{font-style:normal;font-size:.72rem;color:var(--gold)}
[dir="rtl"] .lang-menu-panel{right:auto;left:0}
[dir="rtl"] .lang-menu-panel:before{right:auto;left:22px}
@keyframes lang-menu-in{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:520px){.lang-menu{display:none}}


/* 2026-08-02: H5/H6 rich-text headings for Rooms, Tours and Blog */
.room-detail-page .rich-text h5,
.tour-detail-page .rich-text h5,
.blog-detail-page .article-content h5,
.room-detail-page .rich-text h6,
.tour-detail-page .rich-text h6,
.blog-detail-page .article-content h6 {
  font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: var(--ink);
}

.room-detail-page .rich-text h5,
.tour-detail-page .rich-text h5,
.blog-detail-page .article-content h5 {
  font-size: clamp(1.18rem, 2.2vw, 1.5rem);
  margin: 1.7rem 0 .7rem;
}

.room-detail-page .rich-text h6,
.tour-detail-page .rich-text h6,
.blog-detail-page .article-content h6 {
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  margin: 1.35rem 0 .55rem;
}

/* 2026-09-04: Warm High Atlas palette — softer contrast and calmer surfaces */
:root{
  --ink:#241f1a;
  --ink-soft:#6e655b;
  --paper:#f5f1e8;
  --cream:#ede4d6;
  --sand:#d8cdbf;
  --gold:#b77a45;
  --olive:#716f55;
  --white:#fbf8f2;
  --line:rgba(36,31,26,.13);
  --shadow:0 22px 58px rgba(52,39,27,.11);
}

body{
  background:var(--paper);
  color:var(--ink);
}
p,.lead{color:var(--ink-soft)}
.lead{color:#62584f}
.eyebrow{color:var(--gold)}

/* Softer warm surfaces instead of pure white */
.experience-section,
.card,
.blog-card,
.booking-card,
.contact-form-wrap,
.testimonial-grid blockquote,
.empty-state,
.get-taghia-route,
.booking-benefits div{
  background:#faf6ef;
}
.muted-section{background:var(--cream)}
.card,
.blog-card,
.booking-card,
.contact-form-wrap,
.testimonial-grid blockquote,
.get-taghia-route{
  border-color:rgba(87,67,50,.14);
  box-shadow:0 12px 36px rgba(52,39,27,.07);
}
.card:hover,.blog-card:hover{box-shadow:0 20px 50px rgba(52,39,27,.12)}
.card-badge,.gallery-tile span,.gallery-preview-label{
  background:rgba(250,246,239,.94);
  color:var(--ink);
}

/* Dark brown replaces harsh black */
.site-header.solid-header,
.mobile-menu,
.why-section,
.benefit,
.booking-strip,
.get-taghia-cta,
.stack-note{
  background:var(--ink);
}
.site-footer{background:#1f1a16}
.site-header.is-scrolled{
  background:rgba(36,31,26,.95);
  box-shadow:0 10px 32px rgba(30,23,17,.17);
}
.site-header.over-hero:before{
  background:linear-gradient(to bottom,rgba(27,21,16,.66),rgba(27,21,16,.27) 48%,transparent);
}

/* Hero overlays stay cinematic without crushing the image */
.home-hero-shade{
  background:linear-gradient(90deg,rgba(29,22,17,.58),rgba(29,22,17,.20) 56%,rgba(29,22,17,.08)),linear-gradient(0deg,rgba(29,22,17,.30),transparent 50%);
}
.page-hero-overlay{
  background:linear-gradient(0deg,rgba(29,22,17,.58),rgba(29,22,17,.12) 72%),linear-gradient(90deg,rgba(29,22,17,.28),transparent);
}
.home-hero,
.page-hero,
.detail-hero,
.article-hero,
.get-taghia-hero,
.cta-section{color:#f8f4ed}
.home-hero-content>p:not(.eyebrow),
.page-hero-content>p:last-child,
.detail-hero-content p,
.cta-content p{color:rgba(248,244,237,.84)}

/* One consistent button language */
.button{
  background:var(--ink);
  border-color:var(--ink);
  color:#f8f4ed;
  box-shadow:none;
}
.button:hover{
  background:var(--gold);
  border-color:var(--gold);
  color:#fffaf4;
}
.button-light{
  background:#f8f4ed;
  border-color:#f8f4ed;
  color:var(--ink);
}
.button-light:hover{color:#fffaf4}
.button-outline-dark{background:transparent;color:var(--ink);border-color:rgba(36,31,26,.6)}
.button-outline-light{border-color:rgba(248,244,237,.62);color:#f8f4ed}

/* Forms */
.contact-form input,.contact-form textarea{
  background:#fdfaf5;
  border-color:rgba(87,67,50,.16);
}
.contact-form input:focus,.contact-form textarea:focus{
  border-color:var(--gold);
  box-shadow:0 0 0 3px rgba(183,122,69,.12);
}
.selected-booking{background:#eee4d7}
.booking-benefits span{background:#eee4d7;color:var(--gold)}

/* Header language popover */
.lang-menu-panel,.lang-menu-panel:before{background:#faf6ef}
.lang-menu-panel a.selected{background:#ede4d6}
.lang-menu-panel a:hover,.lang-menu-panel a:focus-visible{background:#f1e8dc}

/* Quick booking strip */
.quick-booking{
  background:var(--ink);
  box-shadow:0 16px 42px rgba(52,39,27,.12);
}
.quick-booking-copy{
  background:linear-gradient(135deg,#241f1a 0%,#3a2f26 100%);
}
.quick-booking-copy span{color:#d0a06f}
.quick-booking-actions{background:#faf6ef}
.quick-booking-link{
  background:#faf6ef;
  color:var(--ink);
  border-color:rgba(87,67,50,.13);
}
.quick-booking-link:hover{background:#efe4d7;border-color:var(--gold)}
.quick-booking-link.whatsapp{background:#2c261f;color:#f8f4ed}
.quick-booking-link.whatsapp:hover{background:#a86c3c}

/* Footer link accent */
.site-footer a:hover{color:#d4a16e}

/* Mobile: floating navigation should feel like an app toolbar, not a black banner */
@media(max-width:760px){
  body{padding-bottom:86px}
  .mobile-booking-bar{
    left:8px;
    right:8px;
    bottom:9px;
    background:rgba(250,246,239,.96);
    color:var(--ink-soft);
    border:1px solid rgba(70,54,42,.12);
    border-radius:18px;
    box-shadow:0 10px 30px rgba(42,31,23,.16);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
  }
  .mobile-booking-item{
    color:#756b61;
    min-height:58px;
  }
  .mobile-booking-item:hover,.mobile-booking-item:focus-visible{
    color:var(--ink);
    background:rgba(183,122,69,.07);
  }
  .mobile-booking-item.active,.mobile-booking-item[aria-current="page"]{
    color:#a96737;
  }
  .mobile-booking-item.active:after,.mobile-booking-item[aria-current="page"]:after{
    background:#b77a45;
  }
}


/* 2026-09-04: unified language control + cleaner home flow */
.lang-menu summary{
  min-width:72px;
  height:40px;
  padding:0 .72rem;
  gap:.42rem;
  border:1px solid rgba(248,244,237,.30);
  border-radius:999px;
  background:rgba(29,23,18,.24);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.lang-menu summary:hover{
  background:rgba(248,244,237,.12);
  border-color:rgba(248,244,237,.55);
}
.lang-menu-icon{
  width:15px;
  height:15px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.55;
  stroke-linecap:round;
  stroke-linejoin:round;
  opacity:.9;
}
.lang-menu-panel{
  width:178px;
  padding:.48rem;
  border-radius:16px;
  box-shadow:0 18px 45px rgba(31,24,18,.20);
}
.lang-menu-panel a{min-height:44px;border-radius:11px}
.site-header.solid-header .lang-menu summary,
.site-header.is-scrolled .lang-menu summary{
  background:rgba(255,255,255,.055);
  border-color:rgba(248,244,237,.20);
}

/* The home intro now follows the hero directly; no intermediate booking panel. */
.intro-section{padding-top:clamp(4rem,6vw,5.5rem)}

@media(max-width:760px){
  .nav-actions{gap:.35rem}
  .lang-menu{display:block}
  .lang-menu summary{
    min-width:60px;
    width:auto;
    height:38px;
    padding:0 .55rem;
    gap:.32rem;
    font-size:.61rem;
  }
  .lang-menu-icon{width:14px;height:14px}
  .lang-menu-chevron{font-size:.68rem}
  .lang-menu-panel{
    top:calc(100% + .55rem);
    right:0;
    width:166px;
  }
  [dir="rtl"] .lang-menu-panel{right:auto;left:0}
  .intro-section{padding-top:4rem}
  .mobile-menu-bottom{display:block}
  .mobile-menu-bottom .button{width:100%}
}
@media(max-width:390px){
  .nav-shell{padding-left:14px;padding-right:14px;gap:.7rem}
  .brand{gap:.55rem}
  .brand-copy strong{font-size:.94rem}
  .brand-copy small{font-size:.48rem;letter-spacing:.14em}
  .brand-mark.brand-mark-logo{width:39px;height:39px}
  .lang-menu summary{min-width:55px;padding:0 .45rem}
  .lang-menu-icon{display:none}
  .menu-toggle{padding:.4rem}
}


/* 2026-09-04: cleaner hero + stronger warm palette + always-visible mobile dock */
:root{
  --ink:#231d18;
  --ink-soft:#685c51;
  --paper:#f4eee5;
  --cream:#e9dfd2;
  --sand:#c9ad8b;
  --gold:#b77943;
  --line:rgba(60,46,36,.14);
  --shadow:0 24px 68px rgba(47,34,24,.13);
}
body{background:var(--paper)}
.muted-section{background:#eae0d3}
.card,.blog-card,.booking-card,.contact-form,.empty-state{background:#fbf8f3}
.contact-form input,.contact-form textarea{background:#fffaf4}
.intro-section{background:var(--paper)}

/* With the middle booking buttons removed, let the hero copy use the space naturally. */
@media(min-width:901px){
  .home-hero-content{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    max-width:1420px;
    padding:108px 6vw 44px;
  }
  .hero-copy{max-width:940px}
  .home-hero-content .hero-copy h1{max-width:850px}
}

/* High-contrast floating dock: visible on photos, cream sections and white cards. */
@media(max-width:760px){
  body{padding-bottom:92px}
  .mobile-booking-bar{
    left:9px;
    right:9px;
    bottom:10px;
    padding:6px 7px calc(6px + env(safe-area-inset-bottom));
    background:rgba(35,29,24,.97);
    color:#f8f1e8;
    border:1px solid rgba(255,255,255,.12);
    border-radius:19px;
    box-shadow:0 14px 36px rgba(27,20,15,.30),0 1px 0 rgba(255,255,255,.08) inset;
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
  }
  .mobile-booking-item{
    min-height:58px;
    color:rgba(248,241,232,.68);
    border-radius:14px;
    transition:background .2s ease,color .2s ease,transform .2s ease;
  }
  .mobile-booking-item:hover,.mobile-booking-item:focus-visible{
    color:#fffaf4;
    background:rgba(255,255,255,.06);
  }
  .mobile-booking-item.active,.mobile-booking-item[aria-current="page"]{
    color:#fffaf4;
    background:rgba(183,121,67,.20);
  }
  .mobile-booking-item.active:after,.mobile-booking-item[aria-current="page"]:after{
    bottom:3px;
    width:20px;
    height:2px;
    background:#d69a63;
  }
  .mobile-booking-icon{width:22px;height:22px}

  /* No empty CTA area in the home hero anymore. */
  .home-hero-content{
    justify-content:center;
    padding:88px 20px calc(108px + env(safe-area-inset-bottom));
  }
  .hero-copy{margin-top:0}
}

/* 2026-09-04: dedicated booking page — booking requests are separate from contact messages */
.booking-page-section{background:linear-gradient(180deg,var(--paper),#efe5d8)}
.booking-page-grid{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:clamp(2.5rem,7vw,7rem);align-items:start;max-width:1180px!important}
.booking-page-info{position:sticky;top:120px;padding:1.1rem 0}
.booking-page-info h2{font-size:clamp(2.4rem,4.5vw,4rem);max-width:520px}
.booking-page-info .lead{max-width:510px}
.booking-steps{display:grid;gap:.7rem;margin-top:2.2rem}
.booking-steps div{display:flex;align-items:center;gap:.9rem;padding:1rem 0;border-bottom:1px solid var(--line)}
.booking-steps span{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:50%;background:var(--ink);color:#fff8ee;font-size:.62rem;font-weight:800;letter-spacing:.06em}
.booking-steps strong{font-size:.9rem}
.booking-form-wrap{background:#fbf8f3;border:1px solid rgba(61,45,33,.12);border-radius:28px;padding:clamp(1.35rem,4vw,3rem);box-shadow:0 24px 70px rgba(49,35,25,.12)}
.booking-form-wrap .form-heading p:last-child{max-width:680px}
.booking-type-fieldset{border:0;padding:0;margin:0 0 1.5rem;min-width:0}
.booking-type-fieldset legend{display:block;width:100%;margin:0 0 .75rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:var(--ink)}
.booking-type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}
.booking-type-card{position:relative!important;display:grid!important;grid-template-columns:auto 1fr auto;align-items:center;gap:.7rem!important;margin:0!important;padding:1rem!important;min-height:94px;border:1px solid var(--line);border-radius:17px;background:#fffaf4;cursor:pointer;text-transform:none!important;letter-spacing:0!important;transition:border-color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease}
.booking-type-card:hover{transform:translateY(-2px);border-color:rgba(183,121,67,.5);box-shadow:0 10px 24px rgba(46,32,22,.07)}
.booking-type-card input{position:absolute;opacity:0;pointer-events:none;width:1px!important;height:1px!important}
.booking-type-card:has(input:checked){background:#efe2d3;border-color:#b77943;box-shadow:0 0 0 2px rgba(183,121,67,.12)}
.booking-type-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#2c241e;color:#fff5e9;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:1.15rem}
.booking-type-copy{display:flex;flex-direction:column;gap:.14rem;min-width:0}
.booking-type-copy strong{font-size:.82rem;color:var(--ink);line-height:1.2}
.booking-type-copy small{font-size:.62rem!important;color:var(--ink-soft)!important;line-height:1.35;text-transform:none!important;letter-spacing:0!important}
.booking-type-check{display:grid;place-items:center;width:22px;height:22px;border:1px solid var(--line);border-radius:50%;color:transparent;font-size:.7rem}
.booking-type-card:has(input:checked) .booking-type-check{background:#b77943;border-color:#b77943;color:#fff}
.booking-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-bottom:.1rem}
.booking-choice-grid>[hidden]{display:none!important}
.booking-form select{width:100%;border:1px solid var(--line);background:#fffaf4;padding:.9rem 2.5rem .9rem .9rem;font:inherit;color:var(--ink);outline:none;border-radius:10px;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#685c51 50%),linear-gradient(135deg,#685c51 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;transition:border-color .2s ease,box-shadow .2s ease}
.booking-form select:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(183,121,67,.12)}
[dir="rtl"] .booking-form select{padding:.9rem .9rem .9rem 2.5rem;background-position:18px 50%,13px 50%}
.booking-success p{max-width:560px;margin:0 auto 1.5rem}
.booking-success .button{margin-top:.5rem}
.booking-page .page-hero-overlay{background:linear-gradient(0deg,rgba(25,18,13,.72),rgba(25,18,13,.22) 72%),linear-gradient(90deg,rgba(33,22,15,.44),transparent 65%)}

@media(max-width:900px){
  .booking-page-grid{grid-template-columns:1fr;gap:2rem}
  .booking-page-info{position:static;padding:0}
  .booking-page-info h2{max-width:680px}
}
@media(max-width:760px){
  .booking-page-section{padding-top:4rem}
  .booking-form-wrap{border-radius:22px;padding:1.15rem}
  .booking-type-grid{grid-template-columns:1fr}
  .booking-type-card{min-height:78px}
  .booking-choice-grid{grid-template-columns:1fr;gap:0}
  .booking-date-row{grid-template-columns:1fr}
}

/* 2026-09-04: structured JSON content for Rooms, Tours and Blog */
.structured-content{--structured-surface:#fbf7f1;--structured-surface-strong:#efe4d7;--structured-accent:#b77943;--structured-ink:var(--ink);--structured-soft:var(--ink-soft);display:grid;gap:clamp(2.2rem,5vw,4.4rem);margin-top:2.2rem;color:var(--structured-ink)}
.structured-content>*{min-width:0}.structured-intro{max-width:820px}.structured-intro p{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:clamp(1.45rem,2.8vw,2.05rem);line-height:1.48;letter-spacing:-.02em;color:var(--structured-ink);margin:0}.structured-kicker{margin:0 0 .7rem!important;color:var(--structured-accent)!important;font-size:.68rem!important;line-height:1.2!important;text-transform:uppercase;letter-spacing:.16em;font-weight:800}.structured-overview{position:relative;padding:clamp(1.5rem,4vw,2.7rem);border:1px solid var(--line);border-radius:24px;background:linear-gradient(145deg,#fbf8f3,#efe4d7);overflow:hidden}.structured-overview:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-55px;top:-65px;border:1px solid rgba(183,121,67,.22)}.structured-overview h3,.structured-block h3,.structured-inclusion h3,.structured-conclusion h3{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-weight:500;letter-spacing:-.025em;color:var(--structured-ink)}.structured-overview h3{font-size:clamp(2rem,4vw,3rem);margin:0 0 1rem;max-width:760px}.structured-copy{max-width:820px}.structured-copy p,.structured-conclusion>p:not(.structured-kicker){font-size:1.04rem;line-height:1.85;color:var(--structured-soft);margin:0 0 1.05rem}.structured-copy p:last-child,.structured-conclusion>p:last-child{margin-bottom:0}.structured-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.structured-fact{min-height:116px;padding:1.25rem 1.35rem;border-radius:18px;border:1px solid var(--line);background:#fbf8f3;display:flex;flex-direction:column;justify-content:space-between;gap:.8rem}.structured-fact span{font-size:.64rem;text-transform:uppercase;letter-spacing:.13em;color:var(--structured-accent);font-weight:800}.structured-fact strong{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:clamp(1.1rem,2.4vw,1.45rem);font-weight:500;line-height:1.28}.structured-block{display:grid;gap:1.5rem}.structured-heading{display:flex;align-items:flex-start;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}.structured-heading>span{display:grid;place-items:center;min-width:34px;height:34px;border-radius:50%;background:var(--structured-ink);color:#fff8ee;font-size:.62rem;font-weight:800;letter-spacing:.05em}.structured-heading>div{min-width:0}.structured-heading h3{font-size:clamp(2rem,4vw,3rem);margin:0;line-height:1.08}.structured-highlight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.structured-highlight{display:flex;gap:1rem;padding:1.25rem;border:1px solid var(--line);border-radius:18px;background:#fbf8f3}.structured-highlight>i{display:grid;place-items:center;width:29px;height:29px;flex:0 0 29px;border-radius:50%;background:#e9dccd;color:#825a35;font-style:normal;font-weight:900}.structured-highlight h4{margin:.1rem 0 .35rem;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:1.22rem;font-weight:500}.structured-highlight p{margin:0;color:var(--structured-soft);font-size:.94rem;line-height:1.68}.structured-sections{display:grid;gap:clamp(2.4rem,5vw,4rem)}.structured-section{padding-top:.2rem}.structured-list,.structured-numbered{margin:1.2rem 0 0;padding:0;display:grid;gap:.75rem}.structured-list{list-style:none}.structured-list li{display:grid;grid-template-columns:12px 1fr;gap:.85rem;align-items:start;padding:1rem 0;border-bottom:1px solid var(--line)}.structured-list li>span{width:8px;height:8px;margin-top:.55rem;border-radius:50%;background:var(--structured-accent)}.structured-list strong,.structured-numbered strong{display:block;margin-bottom:.2rem;font-size:.96rem}.structured-list p,.structured-numbered p{margin:0;color:var(--structured-soft);line-height:1.7;font-size:.94rem}.structured-numbered{list-style:none;counter-reset:structured-step}.structured-numbered li{counter-increment:structured-step;display:grid;grid-template-columns:34px 1fr;gap:.9rem;align-items:start;padding:.9rem 0;border-bottom:1px solid var(--line)}.structured-numbered li:before{content:counter(structured-step,decimal-leading-zero);display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#efe4d7;color:#8b5c33;font-size:.62rem;font-weight:900}.structured-note{display:flex;align-items:flex-start;gap:.9rem;margin-top:1.3rem;padding:1.1rem 1.2rem;border-left:3px solid var(--structured-accent);border-radius:0 14px 14px 0;background:#f0e5d8}.structured-note>span{color:var(--structured-accent);font-size:1.05rem;line-height:1.5}.structured-note p{margin:0;color:#54483e;font-size:.94rem;line-height:1.7}.structured-note-wide{margin-top:0;border:1px solid rgba(183,121,67,.22);border-left:3px solid var(--structured-accent);border-radius:18px;padding:1.3rem 1.4rem}.structured-note-wide strong{display:block;margin-bottom:.25rem;font-size:.82rem;text-transform:uppercase;letter-spacing:.09em}.structured-timeline{position:relative;display:grid}.structured-timeline:before{content:"";position:absolute;left:17px;top:20px;bottom:20px;width:1px;background:var(--line)}.structured-step{position:relative;display:grid;grid-template-columns:34px 1fr;gap:1rem;padding:0 0 1.45rem}.structured-step:last-child{padding-bottom:0}.structured-step-index{position:relative;z-index:1;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#2c241e;color:#fff8ee;font-size:.58rem;font-weight:900}.structured-step-meta{display:block;margin:.1rem 0 .25rem;color:var(--structured-accent);font-size:.63rem;text-transform:uppercase;letter-spacing:.11em;font-weight:800}.structured-step h4{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:1.28rem;font-weight:500;margin:0 0 .3rem}.structured-step p{margin:0;color:var(--structured-soft);font-size:.94rem;line-height:1.72}.structured-inclusions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.structured-inclusion{padding:clamp(1.25rem,3vw,1.8rem);border:1px solid var(--line);border-radius:20px;background:#fbf8f3}.structured-inclusion.is-included{background:#f0eee4}.structured-inclusion.is-excluded{background:#f7eee8}.structured-inclusion h3{font-size:1.7rem;margin:0 0 1rem}.structured-inclusion ul{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.structured-inclusion li{display:grid;grid-template-columns:24px 1fr;gap:.6rem;align-items:start}.structured-inclusion li>span{font-weight:900;color:var(--structured-accent)}.structured-inclusion li p{margin:0;font-size:.92rem;line-height:1.65;color:var(--structured-soft)}.structured-faq-list{display:grid;border-top:1px solid var(--line)}.structured-faq details{border-bottom:1px solid var(--line)}.structured-faq summary{display:flex;justify-content:space-between;align-items:center;gap:1rem;cursor:pointer;list-style:none;padding:1.15rem 0;font-weight:700}.structured-faq summary::-webkit-details-marker{display:none}.structured-faq summary i{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border:1px solid var(--line);border-radius:50%;font-style:normal;font-size:1rem;transition:transform .2s ease,background .2s ease}.structured-faq details[open] summary i{transform:rotate(45deg);background:#efe4d7}.structured-faq details>div{padding:0 3rem 1.2rem 0}.structured-faq details p{margin:0;color:var(--structured-soft);font-size:.95rem;line-height:1.75}.structured-conclusion{padding:clamp(1.5rem,4vw,2.7rem);border-radius:24px;background:#2b241e;color:#f8f1e8}.structured-conclusion .structured-kicker{color:#d49a66!important}.structured-conclusion h3{color:#fff8ee;font-size:clamp(2rem,4vw,3rem);margin:0 0 1rem}.structured-conclusion>p:not(.structured-kicker){color:rgba(248,241,232,.78)}
.blog-detail-page .structured-content{margin-top:2.6rem}.blog-detail-page .structured-intro,.blog-detail-page .structured-copy{max-width:760px}.blog-detail-page .structured-overview{padding:clamp(1.5rem,5vw,3rem)}
[dir="rtl"] .structured-note{border-left:0;border-right:3px solid var(--structured-accent);border-radius:14px 0 0 14px}[dir="rtl"] .structured-note-wide{border-left:1px solid rgba(183,121,67,.22);border-right:3px solid var(--structured-accent);border-radius:18px}[dir="rtl"] .structured-timeline:before{left:auto;right:17px}[dir="rtl"] .structured-faq details>div{padding:0 0 1.2rem 3rem}
@media(max-width:760px){.structured-content{gap:2.25rem;margin-top:1.6rem}.structured-intro p{font-size:1.35rem}.structured-overview{border-radius:20px;padding:1.35rem}.structured-overview h3,.structured-heading h3{font-size:2rem}.structured-facts,.structured-highlight-grid,.structured-inclusions{grid-template-columns:1fr}.structured-fact{min-height:96px}.structured-heading{gap:.75rem}.structured-heading>span{min-width:30px;height:30px}.structured-highlight{padding:1rem}.structured-note-wide{padding:1.1rem}.structured-faq details>div,[dir="rtl"] .structured-faq details>div{padding:0 0 1rem}.structured-conclusion{border-radius:20px;padding:1.4rem}}

/* 2026-09-04: improve home hero eyebrow visibility over bright photography */
.home-hero .eyebrow{
  color:#fffaf4;
  text-shadow:0 2px 8px rgba(0,0,0,.78),0 1px 2px rgba(0,0,0,.92);
  font-weight:800;
}

/* 2026-09-04: Room / Tour / Blog detail layout inspired by the compact activity-detail presentation */
.modern-detail-page{background:var(--paper)}
.detail-showcase{padding:clamp(2rem,4.5vw,4.5rem) max(4vw,20px) clamp(6.5rem,10vw,9rem)}
.detail-showcase-inner{width:min(1380px,100%);margin:0 auto}
.detail-back-link{display:inline-flex;align-items:center;gap:.55rem;margin:0 0 clamp(1.5rem,3vw,2.5rem);color:var(--gold);font-size:.84rem;font-weight:800;letter-spacing:.02em;transition:transform .2s ease,color .2s ease}
.detail-back-link:hover{color:var(--ink);transform:translateX(-3px)}
[dir="rtl"] .detail-back-link:hover{transform:translateX(3px)}
.detail-showcase-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,390px);gap:clamp(1.25rem,2.5vw,2.2rem);align-items:start}
.detail-primary-media{margin:0;position:relative;overflow:hidden;border-radius:28px;border:1px solid rgba(36,31,26,.10);background:#d8d0c5;box-shadow:0 18px 55px rgba(52,39,27,.08);aspect-ratio:16/9}
.detail-primary-image{display:block;width:100%;height:100%;object-fit:cover}
.detail-booking-panel{position:sticky;top:110px;padding:clamp(1.45rem,2.4vw,2rem);border:1px solid rgba(36,31,26,.11);border-radius:28px;background:#fbf8f3;box-shadow:0 18px 55px rgba(52,39,27,.09)}
.detail-booking-price{display:grid;grid-template-columns:1fr auto;align-items:end;gap:.2rem 1rem;padding:0 0 1.35rem;margin-bottom:.45rem;border-bottom:1px solid var(--line)}
.detail-booking-price small{align-self:center;color:var(--ink-soft);font-size:.68rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.detail-booking-price strong{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--gold);font-size:clamp(2.35rem,4vw,3.25rem);font-weight:600;line-height:1;text-align:right}
.detail-booking-price span{grid-column:1/-1;color:var(--ink-soft);font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;text-align:right}
[dir="rtl"] .detail-booking-price strong,[dir="rtl"] .detail-booking-price span{text-align:left}
.detail-booking-actions{display:grid;gap:.7rem;padding-top:.25rem}
.detail-booking-actions .button{min-height:58px;margin:0;border-radius:16px;font-size:.75rem;letter-spacing:.06em}
.detail-whatsapp-button{background:#536e54;border-color:#536e54;color:#fff}
.detail-whatsapp-button:hover{background:#415a43;border-color:#415a43;color:#fff}
.detail-content-area{width:min(980px,100%);margin:clamp(3rem,6vw,5rem) auto 0}
.detail-content-area>.eyebrow{margin-bottom:.7rem}
.detail-content-area>h1{max-width:980px;margin:0;font-size:clamp(3rem,6.2vw,6rem);line-height:.98;letter-spacing:-.045em}
.detail-content-lead{max-width:820px;margin:1.35rem 0 0;color:var(--ink-soft);font-size:clamp(1.02rem,1.7vw,1.2rem);line-height:1.8}
.detail-content-area .structured-content{margin-top:clamp(2rem,4vw,3.2rem)}
.detail-content-area .detail-gallery{margin-top:clamp(3rem,6vw,5rem)}

/* Blog uses the same visual language but never displays a booking panel. */
.detail-blog-inner{width:min(1180px,100%)}
.detail-blog-media{width:100%;aspect-ratio:16/8.8}
.detail-blog-content{width:min(900px,100%);margin-top:clamp(2.6rem,5vw,4.5rem)}
.detail-blog-content>h1{font-size:clamp(3rem,6vw,5.7rem)}
.detail-blog-meta{display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;margin-top:1.2rem;color:var(--ink-soft);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.detail-blog-meta span+span:before{content:"·";margin-right:1.4rem;color:var(--gold)}
[dir="rtl"] .detail-blog-meta span+span:before{margin-right:0;margin-left:1.4rem}
.modern-blog-detail .article-gallery{margin-top:clamp(3rem,7vw,5rem)}

@media(max-width:900px){
  .detail-showcase-grid{grid-template-columns:minmax(0,1fr) minmax(280px,330px);gap:1.1rem}
  .detail-booking-panel{padding:1.25rem}
}

@media(max-width:760px){
  .detail-showcase{padding:1.35rem 10px calc(7.2rem + env(safe-area-inset-bottom))}
  .detail-showcase-inner{width:100%}
  .detail-back-link{margin:0 10px 1.1rem;font-size:.78rem}
  .detail-showcase-grid{grid-template-columns:1fr;gap:.65rem}
  .detail-primary-media{border-radius:17px;aspect-ratio:4/3;box-shadow:0 10px 28px rgba(52,39,27,.07)}
  .detail-booking-panel{position:static;border-radius:17px;padding:.75rem;background:#fbf8f3;box-shadow:0 10px 28px rgba(52,39,27,.08)}
  .detail-booking-price{grid-template-columns:1fr auto;padding:.15rem .2rem .75rem;margin-bottom:.55rem}
  .detail-booking-price strong{font-size:1.55rem}
  .detail-booking-price small,.detail-booking-price span{font-size:.56rem}
  .detail-booking-actions{grid-template-columns:1fr 1fr;gap:.5rem;padding:0}
  .detail-booking-actions .button{min-height:48px;padding:.65rem .5rem;border-radius:12px;font-size:.62rem;letter-spacing:.035em;line-height:1.15}
  .detail-content-area{width:auto;margin:2.2rem 12px 0}
  .detail-content-area>.eyebrow{font-size:.62rem;margin-bottom:.55rem}
  .detail-content-area>h1{font-size:clamp(2.65rem,13vw,4.25rem);line-height:1.02}
  .detail-content-lead{margin-top:1rem;font-size:.98rem;line-height:1.7}
  .detail-content-area .structured-content{margin-top:1.75rem}
  .detail-blog-media{aspect-ratio:4/3}
  .detail-blog-content{margin-top:2rem}
  .detail-blog-meta{gap:.45rem .8rem;margin-top:.85rem;font-size:.6rem}
  .detail-blog-meta span+span:before{margin-right:.8rem}
  [dir="rtl"] .detail-blog-meta span+span:before{margin-right:0;margin-left:.8rem}
}


/* 2026-09-04: compact horizontal gallery rail for Room / Tour / Blog details */
.detail-gallery-section{
  margin-top:clamp(3rem,6vw,5rem);
  padding:clamp(1rem,2vw,1.35rem);
  border:1px solid rgba(36,31,26,.10);
  border-radius:22px;
  background:#fbf8f3;
  box-shadow:0 12px 38px rgba(52,39,27,.055);
  overflow:hidden;
}
.detail-gallery-section>h2{
  margin:0 0 1rem!important;
  font-family:inherit!important;
  font-size:clamp(1.1rem,2vw,1.35rem)!important;
  font-weight:800!important;
  line-height:1.2!important;
  letter-spacing:-.015em!important;
}
.detail-gallery-rail{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(260px,32%);
  gap:12px;
  width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  padding:0 0 5px;
  scroll-snap-type:x mandatory;
  scroll-padding-inline:0;
  overscroll-behavior-inline:contain;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
  scrollbar-color:rgba(78,61,47,.28) transparent;
}
.detail-gallery-rail::-webkit-scrollbar{height:5px}
.detail-gallery-rail::-webkit-scrollbar-track{background:transparent}
.detail-gallery-rail::-webkit-scrollbar-thumb{background:rgba(78,61,47,.25);border-radius:999px}
.detail-gallery-slide{
  margin:0;
  min-width:0;
  aspect-ratio:4/3;
  border-radius:16px;
  overflow:hidden;
  background:#e7e0d6;
  scroll-snap-align:start;
}
.detail-gallery-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.detail-gallery-button{
  display:block;
  width:auto;
  padding:0;
  border:0;
  font:inherit;
  cursor:zoom-in;
}
.detail-gallery-button:hover .detail-gallery-image{transform:scale(1.025)}
/* Retire the old vertical/grid gallery behavior on modern detail pages. */
.modern-detail-page .detail-gallery{display:none!important}
.modern-blog-detail .article-gallery{margin-top:clamp(3rem,6vw,5rem);padding-top:clamp(1rem,2vw,1.35rem);border-top:1px solid rgba(36,31,26,.10)}
.modern-blog-detail .article-gallery-grid{display:none!important}
@media(max-width:760px){
  .detail-gallery-section{
    margin-top:2.5rem;
    padding:10px;
    border-radius:18px;
  }
  .detail-gallery-section>h2{
    margin:2px 2px .8rem!important;
    font-size:1.05rem!important;
  }
  .detail-gallery-rail{
    grid-auto-columns:82%;
    gap:8px;
    padding-bottom:2px;
    scrollbar-width:none;
  }
  .detail-gallery-rail::-webkit-scrollbar{display:none}
  .detail-gallery-slide{border-radius:14px}
}

/* 2026-09-04: refined Room amenities block between JSON details and Gallery */
.room-amenities-section{
  position:relative;
  margin-top:clamp(3rem,6vw,5rem);
  padding:clamp(1.35rem,3vw,2rem);
  border:1px solid rgba(36,31,26,.10);
  border-radius:24px;
  background:linear-gradient(145deg,#fbf8f3 0%,#f3ebe1 100%);
  box-shadow:0 14px 42px rgba(52,39,27,.06);
  overflow:hidden;
}
.room-amenities-section:after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  right:-75px;
  top:-82px;
  border-radius:50%;
  border:1px solid rgba(183,121,67,.18);
  pointer-events:none;
}
[dir="rtl"] .room-amenities-section:after{right:auto;left:-75px}
.room-amenities-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.35rem;padding-bottom:1rem;border-bottom:1px solid rgba(36,31,26,.10)}
.room-amenities-heading h2{margin:0!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;font-size:clamp(1.75rem,3.6vw,2.55rem)!important;font-weight:500!important;line-height:1!important;letter-spacing:-.03em!important}
.room-amenities-kicker{display:block;color:var(--gold);font-size:.62rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}
.room-amenities-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.room-amenity-card{min-width:0;display:flex;align-items:center;gap:.8rem;min-height:74px;padding:.85rem 1rem;border:1px solid rgba(36,31,26,.09);border-radius:16px;background:rgba(255,252,248,.78);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}
.room-amenity-card:hover{transform:translateY(-2px);border-color:rgba(183,121,67,.28);background:#fffaf4;box-shadow:0 9px 24px rgba(52,39,27,.065)}
.room-amenity-icon{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:12px;background:#eadbca;color:#8b5b32}
.room-amenity-icon svg{display:block;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.room-amenity-label{min-width:0;color:var(--ink);font-size:.9rem;font-weight:700;line-height:1.35;overflow-wrap:anywhere}
@media(max-width:900px){.room-amenities-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){
  .room-amenities-section{margin-top:2.35rem;padding:12px;border-radius:18px}
  .room-amenities-heading{align-items:flex-start;flex-direction:column-reverse;gap:.45rem;margin-bottom:.9rem;padding:2px 2px .85rem}
  .room-amenities-heading h2{font-size:1.55rem!important}
  .room-amenities-kicker{font-size:.55rem}
  .room-amenities-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .room-amenity-card{min-height:66px;padding:.7rem .65rem;gap:.6rem;border-radius:13px}
  .room-amenity-icon{width:34px;height:34px;flex-basis:34px;border-radius:10px}
  .room-amenity-icon svg{width:18px;height:18px}
  .room-amenity-label{font-size:.76rem;line-height:1.3}
}
@media(max-width:390px){.room-amenities-grid{grid-template-columns:1fr}.room-amenity-label{font-size:.82rem}}

/* 2026-09-04 v16: detail-page stability + cache-safe amenity icons */
.modern-detail-page .reveal{opacity:1!important;transform:none!important}
.modern-detail-page .media-image{opacity:1!important}
.room-amenity-icon svg{width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important;fill:none!important;stroke:currentColor!important;overflow:visible}
.room-amenity-icon svg *{vector-effect:non-scaling-stroke}
@media(max-width:760px){
  .room-amenity-icon svg{width:18px!important;height:18px!important;max-width:18px!important;max-height:18px!important}
}

/* Timlalin-style unified typography — v17 */
:root{
  --font-site:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --font-ar:"Noto Sans Arabic",Tahoma,Arial,sans-serif;
}
html,body,button,input,textarea,select{font-family:var(--font-site)}
[dir="rtl"] body,[dir="rtl"] button,[dir="rtl"] input,[dir="rtl"] textarea,[dir="rtl"] select{font-family:var(--font-ar)}

/* One font across the whole public website: hero, cards, details, JSON blocks and footer. */
h1,h2,h3,h4,h5,h6,
.brand strong,.brand-copy strong,.brand-mark,
.mobile-menu nav a,
.stack-note strong,
.testimonial-grid blockquote p,
.rich-text h3,.rich-text h4,.article-content h3,.article-content h4,
.booking-price strong,.quick-booking-copy strong,.booking-type-icon,
.structured-intro p,
.structured-overview h3,.structured-block h3,.structured-inclusion h3,.structured-conclusion h3,
.structured-fact strong,.structured-highlight h4,.structured-step h4,
.detail-booking-price strong,.room-amenities-heading h2{
  font-family:var(--font-site)!important;
}
[dir="rtl"] h1,[dir="rtl"] h2,[dir="rtl"] h3,[dir="rtl"] h4,[dir="rtl"] h5,[dir="rtl"] h6,
[dir="rtl"] .brand strong,[dir="rtl"] .brand-copy strong,
[dir="rtl"] .mobile-menu nav a,
[dir="rtl"] .stack-note strong,
[dir="rtl"] .testimonial-grid blockquote p,
[dir="rtl"] .rich-text h3,[dir="rtl"] .rich-text h4,[dir="rtl"] .article-content h3,[dir="rtl"] .article-content h4,
[dir="rtl"] .structured-intro p,[dir="rtl"] .structured-overview h3,[dir="rtl"] .structured-block h3,
[dir="rtl"] .structured-inclusion h3,[dir="rtl"] .structured-conclusion h3,[dir="rtl"] .structured-fact strong,
[dir="rtl"] .structured-highlight h4,[dir="rtl"] .structured-step h4,[dir="rtl"] .room-amenities-heading h2{
  font-family:var(--font-ar)!important;
}

/* Match the stronger, clean Timlalin title weight without making normal text heavy. */
h1,h2,h3,h4,h5,h6,
.brand-copy strong,.mobile-menu nav a,.stack-note strong,
.rich-text h3,.rich-text h4,.article-content h3,.article-content h4,
.structured-overview h3,.structured-block h3,.structured-inclusion h3,.structured-conclusion h3,
.structured-fact strong,.structured-highlight h4,.structured-step h4,
.room-amenities-heading h2{
  font-weight:700!important;
}
.home-hero-content h1,.page-hero-content h1,.detail-page-title,.detail-blog-title{font-weight:800!important}

/* Keep reading text clean and consistent rather than mixing serif and sans weights. */
p,.lead,.rich-text p,.article-content p,.structured-copy p,.structured-step p,.structured-faq details p{font-weight:400}
.button,.desktop-nav a,.lang-dropdown-toggle,.mobile-booking-item,.text-link,.card-details-link{font-weight:700}


/* 2026-09-04 v18: compact listing cards + prominent Tour details */
/* Keep the existing 50/50 photo/content proportion and existing title sizing; only reduce the total footprint. */
.room-card,
.tour-card,
.blog-card{
  height:288px;
  grid-template-rows:minmax(0,1fr) minmax(0,1fr);
  border-color:rgba(36,31,26,.12);
  background:#fbf8f3;
  box-shadow:0 14px 34px rgba(52,39,27,.095);
}
.room-card:hover,
.tour-card:hover,
.blog-card:hover{
  transform:translateY(-4px);
  border-color:rgba(183,121,67,.24);
  box-shadow:0 20px 46px rgba(52,39,27,.14);
}
.room-card .card-body,
.tour-card .card-body,
.blog-card-body{
  background:linear-gradient(180deg,#fffdf9 0%,#f5eee5 100%);
}
.room-card .card-body,
.tour-card .card-body{padding-inline:1rem}
.room-card .card-copy,
.tour-card .card-copy{padding:.38rem 0 .22rem}
.room-card .card-cta,
.tour-card .card-cta{padding:.22rem 0 .45rem;gap:.28rem}
.room-card .card-details-link,
.tour-card .card-details-link{padding:.2rem 0}
.room-card .card-actions,
.tour-card .card-actions{gap:.35rem}
.room-card .card-actions .button,
.tour-card .card-actions .button{min-height:30px;max-height:34px;padding:.32rem .35rem}
.blog-card-body{padding:.45rem 1rem .5rem}
.blog-meta{margin:auto 0 .2rem;padding-top:.2rem}
.blog-card-body .text-link{padding-bottom:.05rem}
.card-badge{box-shadow:0 5px 16px rgba(36,31,26,.08);backdrop-filter:blur(6px)}

/* Tour details: visible six-field summary, sourced only from the existing admin Tour details fields. */
.tour-details-panel{
  position:relative;
  margin-top:clamp(2.2rem,4.5vw,3.6rem);
  padding:clamp(1.25rem,2.6vw,1.8rem);
  border:1px solid rgba(36,31,26,.11);
  border-radius:24px;
  background:linear-gradient(145deg,#fbf8f3 0%,#efe4d7 100%);
  box-shadow:0 16px 42px rgba(52,39,27,.07);
  overflow:hidden;
}
.tour-details-panel:after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  right:-75px;
  top:-84px;
  border:1px solid rgba(183,121,67,.2);
  border-radius:50%;
  pointer-events:none;
}
[dir="rtl"] .tour-details-panel:after{right:auto;left:-75px}
.tour-details-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:1rem;
  margin-bottom:1.15rem;
  padding-bottom:.9rem;
  border-bottom:1px solid rgba(36,31,26,.1);
}
.tour-details-heading h2{
  margin:0!important;
  font-family:var(--font-site)!important;
  font-size:clamp(1.7rem,3.2vw,2.35rem)!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:-.035em!important;
}
[dir="rtl"] .tour-details-heading h2{font-family:var(--font-ar)!important}
.tour-details-kicker{
  color:var(--gold);
  font-size:.61rem;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  white-space:nowrap;
}
.tour-details-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.tour-detail-fact{
  min-width:0;
  min-height:88px;
  padding:.9rem 1rem;
  border:1px solid rgba(36,31,26,.09);
  border-radius:15px;
  background:rgba(255,252,248,.82);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:.55rem;
}
.tour-detail-fact span{
  color:#9a6739;
  font-size:.59rem;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.tour-detail-fact strong{
  min-width:0;
  color:var(--ink);
  font-family:var(--font-site);
  font-size:1rem;
  line-height:1.3;
  font-weight:750;
  overflow-wrap:anywhere;
}
[dir="rtl"] .tour-detail-fact strong{font-family:var(--font-ar)}

@media(max-width:760px){
  .room-card,
  .tour-card,
  .blog-card{
    height:clamp(350px,96vw,395px);
    grid-template-rows:minmax(0,1fr) minmax(0,1fr);
  }
  .room-card .card-body,
  .tour-card .card-body{padding-inline:1rem}
  .room-card .card-copy,
  .tour-card .card-copy{padding:.55rem 0 .35rem}
  .room-card .card-cta,
  .tour-card .card-cta{padding:.35rem 0 .55rem;gap:.4rem}
  .room-card .card-actions .button,
  .tour-card .card-actions .button{min-height:38px;max-height:42px;padding:.48rem .4rem}
  .blog-card-body{padding:.6rem 1rem .65rem}
  .blog-meta{margin:auto 0 .35rem;padding-top:.3rem}

  .tour-details-panel{margin-top:2rem;padding:12px;border-radius:18px}
  .tour-details-heading{align-items:flex-start;flex-direction:column-reverse;gap:.4rem;margin-bottom:.8rem;padding:2px 2px .75rem}
  .tour-details-heading h2{font-size:1.5rem!important}
  .tour-details-kicker{font-size:.54rem}
  .tour-details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .tour-detail-fact{min-height:76px;padding:.72rem .75rem;border-radius:13px}
  .tour-detail-fact span{font-size:.53rem}
  .tour-detail-fact strong{font-size:.86rem;line-height:1.28}
}
@media(max-width:360px){
  .tour-details-grid{grid-template-columns:1fr}
}

/* 2026-09-05 v19: calmer card hierarchy, 25% more height, width/image ratio unchanged */
.room-card,
.tour-card,
.blog-card{
  position:relative;
  height:360px; /* v18 288px + 25%; width stays controlled by the existing grids */
  grid-template-rows:minmax(0,1fr) minmax(0,1fr); /* keep the existing 50/50 photo/content proportion */
  border:1px solid rgba(36,31,26,.10);
  background:#fbf8f3;
  box-shadow:0 8px 26px rgba(52,39,27,.07);
}
.room-card:hover,
.tour-card:hover,
.blog-card:hover{
  transform:translateY(-3px);
  border-color:rgba(183,121,67,.22);
  box-shadow:0 14px 34px rgba(52,39,27,.10);
}

/* Make the content area readable without changing title sizing. */
.room-card .card-body,
.tour-card .card-body{
  padding:0 1rem;
  grid-template-rows:minmax(0,1fr) auto;
}
.room-card .card-copy,
.tour-card .card-copy{
  padding:.72rem 0 .45rem;
  overflow:visible;
}
.room-card .card-title-row,
.tour-card .card-title-row{
  gap:.8rem;
  align-items:flex-start;
}
.room-card .card-body h3,
.tour-card .card-body h3{
  margin:0 0 .38rem;
  -webkit-line-clamp:2;
}
.room-card .card-description,
.tour-card .card-description{
  margin:0 0 .55rem;
  line-height:1.42;
  -webkit-line-clamp:2;
}

/* Room price is a compact information chip, not a competing headline. */
.room-card .price{
  flex:0 0 auto;
  min-width:74px;
  margin:0;
  padding:.35rem .48rem;
  border:1px solid rgba(36,31,26,.09);
  border-radius:12px;
  background:rgba(255,255,255,.66);
  text-align:right;
  font-size:.9rem;
  line-height:1.05;
}
.room-card .price strong{display:block;font-size:.95rem;font-weight:800;white-space:nowrap}
.room-card .price small,
.room-card .price em{font-size:.48rem;line-height:1.12;letter-spacing:.07em}
[dir="rtl"] .room-card .price{text-align:left}

/* Small icon-led facts, with hard SVG dimensions to prevent icon scaling bugs. */
.room-card .card-meta,
.tour-card .card-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:.45rem .8rem;
  margin:auto 0 0;
  padding-top:.18rem;
  font-size:.64rem;
  line-height:1.2;
  letter-spacing:.045em;
}
.room-card .card-meta span+span:before,
.tour-card .card-meta span+span:before{content:none}
.card-meta-item{
  display:inline-flex;
  align-items:center;
  gap:.32rem;
  min-width:0;
  color:var(--ink-soft);
}
.card-meta-icon{
  display:block;
  flex:0 0 15px;
  width:15px!important;
  height:15px!important;
  max-width:15px!important;
  max-height:15px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.65!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

/* Only the two useful booking actions remain; the old View details row is gone. */
.room-card .card-cta,
.tour-card .card-cta{
  position:relative;
  z-index:3;
  padding:.48rem 0 .72rem;
  border-top:1px solid rgba(36,31,26,.09);
  display:block;
}
.room-card .card-actions,
.tour-card .card-actions{
  display:flex;
  align-items:stretch;
  gap:.45rem;
  margin:0;
}
.room-card .card-actions .button,
.tour-card .card-actions .button{
  flex:1 1 0;
  min-width:0;
  min-height:38px;
  max-height:none;
  padding:.5rem .45rem;
  font-size:.56rem;
  line-height:1.15;
}

/* The title link stretches across the card; booking/WhatsApp stay above it. */
.room-card .card-main-link::after,
.tour-card .card-main-link::after,
.blog-card .card-main-link::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
}
.room-card .card-image-wrap,
.tour-card .card-image-wrap,
.blog-card .blog-image{position:relative;z-index:2}
.room-card .card-copy,
.tour-card .card-copy,
.blog-card-body{position:relative;z-index:2;pointer-events:none}
.room-card .card-copy a,
.tour-card .card-copy a,
.blog-card-body a{pointer-events:auto}
.room-card .card-cta,
.tour-card .card-cta{pointer-events:auto}
.room-card,
.tour-card,
.blog-card{cursor:pointer}

/* Blog: same footprint/system, no Read more row; metadata anchors the bottom. */
.blog-card-body{
  padding:.72rem 1rem .78rem;
  overflow:visible;
}
.blog-card-body .eyebrow{margin:0 0 .32rem}
.blog-card-body h2{margin:0 0 .38rem;-webkit-line-clamp:2}
.blog-card-body>p:not(.eyebrow){
  margin:0;
  line-height:1.42;
  -webkit-line-clamp:2;
}
.blog-meta{
  margin:auto 0 0;
  padding-top:.55rem;
  border-top:1px solid rgba(36,31,26,.09);
}

/* Home/listing grids keep their exact widths; only rhythm is refined. */
.room-grid,.tour-grid,.blog-grid{align-items:start}

@media(max-width:760px){
  .room-card,
  .tour-card,
  .blog-card{
    height:clamp(438px,120vw,494px); /* v18 mobile range + 25%, width unchanged */
    grid-template-rows:minmax(0,1fr) minmax(0,1fr);
  }
  .room-card .card-copy,
  .tour-card .card-copy{padding:.72rem 0 .46rem}
  .room-card .card-description,
  .tour-card .card-description{margin-bottom:.5rem;-webkit-line-clamp:2}
  .room-card .price{min-width:70px;padding:.32rem .42rem}
  .room-card .card-meta,
  .tour-card .card-meta{font-size:.66rem;gap:.45rem .7rem}
  .room-card .card-cta,
  .tour-card .card-cta{padding:.52rem 0 .7rem}
  .room-card .card-actions,
  .tour-card .card-actions{gap:.5rem}
  .room-card .card-actions .button,
  .tour-card .card-actions .button{min-height:42px;padding:.55rem .38rem;font-size:.58rem}
  .blog-card-body{padding:.75rem 1rem .8rem}
  .blog-meta{padding-top:.55rem}
}

/* 2026-09-05 v20: Arabic desktop hero breathing room only */
@media (min-width:901px){
  [dir="rtl"] .home-hero-content .hero-copy{
    max-width:1040px;
  }
  [dir="rtl"] .home-hero-content .hero-copy h1{
    max-width:1020px;
    font-size:clamp(3.45rem,5.65vw,5.9rem);
    line-height:1.14;
    letter-spacing:0!important;
    margin-bottom:1.2rem;
    text-wrap:balance;
  }
  [dir="rtl"] .home-hero-content .hero-subtitle{
    max-width:900px;
    line-height:1.8;
  }
  [dir="rtl"] .home-hero-content .hero-trust{
    max-width:900px;
  }
}

/* 2026-09-05 v21: Tour card readability + cleaner visual hierarchy.
   Width, total card height and 50/50 image/content split stay unchanged. */
.tour-card{
  border-color:rgba(33,28,23,.09);
  background:#fbf8f3;
  box-shadow:0 10px 28px rgba(45,34,24,.07);
}
.tour-card:hover{
  transform:translateY(-3px);
  border-color:rgba(154,120,71,.20);
  box-shadow:0 16px 38px rgba(45,34,24,.11);
}
.tour-card .card-body{
  padding:0 1.05rem;
  background:#fffaf4;
  grid-template-rows:minmax(0,1fr) auto;
}
.tour-card .card-copy{
  min-height:0;
  padding:.62rem 0 .26rem;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.tour-card .card-body h3{
  flex:0 0 auto;
  min-height:2.7rem;
  margin:0 0 .46rem;
  line-height:1.16;
  overflow:hidden;
}
.tour-card .card-description{
  flex:0 0 auto;
  margin:0 0 .42rem;
  font-size:.78rem;
  line-height:1.45;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  overflow:hidden;
}
.tour-card .card-meta{
  flex:0 0 auto;
  margin:auto 0 0;
  padding-top:.34rem;
  border-top:1px solid rgba(33,28,23,.075);
  gap:.35rem .45rem;
  font-size:.6rem;
  letter-spacing:.035em;
}
.tour-card .card-meta-item{
  min-height:25px;
  padding:.22rem .48rem;
  border:1px solid rgba(33,28,23,.08);
  border-radius:999px;
  background:rgba(255,255,255,.68);
}
.tour-card .card-meta-icon{
  width:13px!important;
  height:13px!important;
  max-width:13px!important;
  max-height:13px!important;
  flex-basis:13px;
}
.tour-card .card-cta{
  padding:.42rem 0 .62rem;
  border-top:0;
}
.tour-card .card-actions{
  gap:.5rem;
}
.tour-card .card-actions .button{
  min-height:38px;
  border-radius:999px;
  font-size:.55rem;
  letter-spacing:.045em;
  box-shadow:none;
}
.tour-card .card-badge{
  padding:.34rem .62rem;
  border:1px solid rgba(33,28,23,.08);
  background:rgba(255,252,247,.94);
  box-shadow:0 4px 14px rgba(33,28,23,.07);
}

/* Arabic needs more vertical breathing room because the glyphs are taller. */
[dir="rtl"] .tour-card .card-body h3{
  min-height:3.15rem;
  line-height:1.28;
  margin-bottom:.42rem;
}
[dir="rtl"] .tour-card .card-description{
  line-height:1.65;
}
[dir="rtl"] .tour-card .card-meta,
[dir="rtl"] .tour-card .card-actions .button{
  letter-spacing:0;
}

@media(max-width:760px){
  .tour-card .card-body{padding:0 1rem}
  .tour-card .card-copy{padding:.75rem 0 .4rem}
  .tour-card .card-body h3{
    min-height:3.5rem;
    margin-bottom:.5rem;
    line-height:1.2;
  }
  .tour-card .card-description{
    font-size:.9rem;
    line-height:1.5;
    -webkit-line-clamp:2;
    margin-bottom:.5rem;
  }
  .tour-card .card-meta{
    padding-top:.42rem;
    gap:.4rem .5rem;
    font-size:.63rem;
  }
  .tour-card .card-meta-item{min-height:28px;padding:.25rem .52rem}
  .tour-card .card-cta{padding:.48rem 0 .7rem}
  .tour-card .card-actions .button{min-height:42px;font-size:.58rem}
  [dir="rtl"] .tour-card .card-body h3{
    min-height:4rem;
    line-height:1.32;
  }
  [dir="rtl"] .tour-card .card-description{line-height:1.7}
}

/* 2026-09-05 v22: Blog cards use the same clean hierarchy as Tour cards.
   Width, total height and the existing 50/50 image/content split stay unchanged. */
.blog-card{
  border-color:rgba(33,28,23,.09);
  background:#fbf8f3;
  box-shadow:0 10px 28px rgba(45,34,24,.07);
}
.blog-card:hover{
  transform:translateY(-3px);
  border-color:rgba(154,120,71,.20);
  box-shadow:0 16px 38px rgba(45,34,24,.11);
}
.blog-card-body{
  min-height:0;
  padding:.62rem 1.05rem .7rem;
  background:#fffaf4;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.blog-card-body .eyebrow{
  align-self:flex-start;
  flex:0 0 auto;
  margin:0 0 .42rem;
  padding:.24rem .5rem;
  border:1px solid rgba(33,28,23,.08);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  color:var(--ink-soft);
  font-size:.58rem;
  line-height:1.15;
  letter-spacing:.075em;
}
.blog-card-body h2{
  flex:0 0 auto;
  min-height:2.7rem;
  margin:0 0 .46rem;
  line-height:1.16;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}
.blog-card-body>p:not(.eyebrow){
  flex:0 0 auto;
  margin:0 0 .42rem;
  font-size:.78rem;
  line-height:1.45;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  overflow:hidden;
}
.blog-meta{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  flex-wrap:wrap;
  gap:.35rem .45rem;
  margin:auto 0 0;
  padding-top:.34rem;
  border-top:1px solid rgba(33,28,23,.075);
  color:var(--ink-soft);
  font-size:.58rem;
  line-height:1.15;
  letter-spacing:.035em;
}
.blog-meta span{
  min-width:0;
  max-width:100%;
  padding:.23rem .48rem;
  border:1px solid rgba(33,28,23,.08);
  border-radius:999px;
  background:rgba(255,255,255,.68);
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

/* Arabic blog titles need the same extra vertical room as Tour titles. */
[dir="rtl"] .blog-card-body .eyebrow{
  align-self:flex-start;
  letter-spacing:0;
}
[dir="rtl"] .blog-card-body h2{
  min-height:3.15rem;
  line-height:1.3;
  margin-bottom:.42rem;
}
[dir="rtl"] .blog-card-body>p:not(.eyebrow){
  line-height:1.65;
}
[dir="rtl"] .blog-meta{
  letter-spacing:0;
}

@media(max-width:760px){
  .blog-card-body{
    padding:.75rem 1rem .8rem;
  }
  .blog-card-body .eyebrow{
    margin-bottom:.48rem;
    padding:.26rem .54rem;
    font-size:.62rem;
  }
  .blog-card-body h2{
    min-height:3.5rem;
    margin-bottom:.5rem;
    line-height:1.2;
  }
  .blog-card-body>p:not(.eyebrow){
    font-size:.9rem;
    line-height:1.5;
    -webkit-line-clamp:2;
    margin-bottom:.5rem;
  }
  .blog-meta{
    padding-top:.42rem;
    gap:.4rem .5rem;
    font-size:.62rem;
  }
  .blog-meta span{
    padding:.25rem .52rem;
  }
  [dir="rtl"] .blog-card-body h2{
    min-height:4rem;
    line-height:1.32;
  }
  [dir="rtl"] .blog-card-body>p:not(.eyebrow){
    line-height:1.7;
  }
}


/* 2026-09-05: Alpine snow + nature palette, responsive home gallery polish */
:root{
  --ink:#1f2d2e;
  --ink-soft:#60716e;
  --paper:#f3f7f6;
  --cream:#e7efec;
  --sand:#d7ddda;
  --gold:#b38a50;
  --olive:#587166;
  --white:#ffffff;
  --line:rgba(31,45,46,.13);
  --shadow:0 24px 64px rgba(28,48,47,.12);
}

body,
.intro-section,
.testimonial-section{
  background:var(--paper);
}
.muted-section{background:var(--cream)}
.experience-section{background:#fbfdfc}

/* Snow-light cards and forms */
.card,
.blog-card,
.booking-card,
.contact-form,
.contact-form-wrap,
.booking-form-wrap,
.testimonial-grid blockquote,
.empty-state,
.get-taghia-route,
.booking-benefits div{
  background:#fbfdfc;
  border-color:var(--line);
  box-shadow:0 12px 36px rgba(28,48,47,.07);
}
.card:hover,.blog-card:hover{box-shadow:0 20px 50px rgba(28,48,47,.12)}
.card-badge,
.gallery-tile span,
.gallery-preview-label,
.blog-card-body .eyebrow,
.blog-meta span{
  background:rgba(248,252,251,.95);
  border-color:rgba(31,45,46,.10);
  color:var(--ink);
}
.card-meta,.blog-meta{border-color:rgba(31,45,46,.09)}

/* Mountain charcoal / pine surfaces */
.site-header.solid-header,
.mobile-menu,
.why-section,
.benefit,
.booking-strip,
.get-taghia-cta,
.stack-note{
  background:var(--ink);
}
.site-footer{background:#172425}
.site-header.is-scrolled{
  background:rgba(31,45,46,.96);
  box-shadow:0 10px 32px rgba(16,30,30,.20);
}
.site-header.over-hero:before{
  background:linear-gradient(to bottom,rgba(20,34,34,.68),rgba(20,34,34,.28) 48%,transparent);
}

/* Cooler hero treatment that still preserves the photography */
.home-hero-shade{
  background:linear-gradient(90deg,rgba(18,34,34,.60),rgba(18,34,34,.20) 56%,rgba(18,34,34,.07)),linear-gradient(0deg,rgba(18,34,34,.30),transparent 50%);
}
.page-hero-overlay{
  background:linear-gradient(0deg,rgba(18,34,34,.60),rgba(18,34,34,.12) 72%),linear-gradient(90deg,rgba(18,34,34,.27),transparent);
}
.cta-overlay{background:rgba(19,36,36,.57)}

/* Pine buttons; keep the logo's warm gold only as a small accent. */
.button{
  background:var(--ink);
  border-color:var(--ink);
  color:#f7fbfa;
}
.button:hover{
  background:#4f6c62;
  border-color:#4f6c62;
  color:#fff;
}
.button-light{
  background:#f7fbfa;
  border-color:#f7fbfa;
  color:var(--ink);
}
.button-outline-dark{background:transparent;border-color:rgba(31,45,46,.52);color:var(--ink)}
.text-link{border-color:var(--ink)}
.eyebrow,
.testimonial-grid footer,
.benefit>span{
  color:var(--gold);
}

/* Inputs and booking surfaces */
.contact-form input,
.contact-form textarea,
.booking-type-card{
  background:#fff;
  border-color:rgba(31,45,46,.14);
}
.contact-form input:focus,
.contact-form textarea:focus{
  border-color:#76968d;
  box-shadow:0 0 0 3px rgba(118,150,141,.14);
}
.selected-booking,
.booking-benefits span{
  background:#dfeae6;
}
.booking-benefits span{color:#4f6c62}
.booking-page-section{background:linear-gradient(180deg,var(--paper),#e9f0ed)}
.booking-type-icon{background:var(--ink);color:#f5faf8}
.booking-type-card:has(input:checked){background:#e3eeea;border-color:#6f9186;box-shadow:0 0 0 2px rgba(111,145,134,.13)}
.booking-type-card:has(input:checked) .booking-type-check{background:#587a6f;border-color:#587a6f}

/* Language panel follows the snow palette. */
.lang-menu-panel,.lang-menu-panel:before{background:#fbfdfc}
.lang-menu-panel a.selected{background:#e4edea}
.lang-menu-panel a:hover,.lang-menu-panel a:focus-visible{background:#edf3f1}

/* Home gallery: small breathing space makes rounded photo corners visible. */
.gallery-preview{
  gap:7px;
  padding:7px;
  background:var(--paper);
}
.gallery-preview-item{
  border-radius:15px;
  background:#dfe8e5;
}
.gallery-preview-item img{
  border-radius:inherit;
}
.gallery-preview-label{
  border:1px solid rgba(31,45,46,.10);
  border-radius:14px;
  box-shadow:0 12px 32px rgba(22,43,42,.12);
}

/* App-like mobile dock stays readable over both snow and photography. */
@media(max-width:760px){
  body{padding-bottom:92px}
  .mobile-booking-bar{
    left:9px;
    right:9px;
    bottom:10px;
    background:rgba(25,39,40,.97);
    color:#edf6f3;
    border:1px solid rgba(255,255,255,.11);
    box-shadow:0 14px 36px rgba(15,29,29,.28),0 1px 0 rgba(255,255,255,.07) inset;
  }
  .mobile-booking-item{color:rgba(237,246,243,.67)}
  .mobile-booking-item:hover,.mobile-booking-item:focus-visible{
    color:#fff;
    background:rgba(255,255,255,.055);
  }
  .mobile-booking-item.active,.mobile-booking-item[aria-current="page"]{
    color:#fff;
    background:rgba(143,178,168,.18);
  }
  .mobile-booking-item.active:after,.mobile-booking-item[aria-current="page"]:after{
    background:#b9d3cc;
  }

  .gallery-preview{
    gap:5px;
    padding:5px;
    background:var(--paper);
  }
  .gallery-preview-item{border-radius:10px}
  .gallery-preview-label{
    padding:1rem 1.25rem;
    gap:1.1rem;
    border-radius:12px;
  }
}

/* Final component harmonisation for the alpine palette. */
.tour-card,
.blog-card{
  background:#fbfdfc;
  border-color:rgba(31,45,46,.10);
  box-shadow:0 10px 28px rgba(28,48,47,.07);
}
.tour-card:hover,
.blog-card:hover{
  border-color:rgba(88,113,102,.24);
  box-shadow:0 16px 38px rgba(28,48,47,.11);
}
.tour-card .card-body,
.blog-card-body{
  background:#fbfdfc;
}
.tour-card .card-meta,
.blog-meta,
.room-card .card-cta,
.tour-card .card-cta{
  border-color:rgba(31,45,46,.09);
}
.tour-card .card-meta-item,
.room-card .price,
.blog-meta span{
  background:rgba(242,247,245,.92);
  border-color:rgba(31,45,46,.10);
}
.tour-card .card-badge{background:rgba(248,252,251,.95);border-color:rgba(31,45,46,.10);box-shadow:0 4px 14px rgba(22,43,42,.07)}

.quick-booking{background:var(--ink);box-shadow:0 16px 42px rgba(22,43,42,.14)}
.quick-booking-copy{background:linear-gradient(135deg,#1f2d2e 0%,#304943 100%)}
.quick-booking-copy span{color:#b8d0c9}
.quick-booking-actions{background:#f7faf9}
.quick-booking-link{background:#f7faf9;color:var(--ink);border-color:rgba(31,45,46,.13)}
.quick-booking-link:hover{background:#e6efec;border-color:#6f9186}
.quick-booking-link.whatsapp{background:#294039;color:#f7fbfa}
.quick-booking-link.whatsapp:hover{background:#4f6c62}

.booking-type-card:hover{border-color:rgba(88,122,111,.52);box-shadow:0 10px 24px rgba(22,43,42,.08)}
.site-footer a:hover{color:#b9d3cc}

/* WhatsApp action: same admin-managed URL, green mobile dock item and green card buttons. */
@media(max-width:760px){
  .mobile-booking-bar.has-whatsapp{grid-template-columns:repeat(4,minmax(0,1fr))}
  .mobile-booking-bar.has-whatsapp .mobile-booking-item{min-width:0;padding-left:3px;padding-right:3px}
  .mobile-booking-item-whatsapp{
    background:#25D366;
    color:#fff!important;
    margin:2px;
    min-height:56px;
    border-radius:11px;
  }
  .mobile-booking-item-whatsapp:hover,
  .mobile-booking-item-whatsapp:focus-visible{
    background:#1fb85a!important;
    color:#fff!important;
  }
  .mobile-booking-item-whatsapp:after{display:none!important}
  .mobile-booking-item-whatsapp .mobile-booking-icon{width:24px;height:24px;stroke:#fff;fill:none}
  .mobile-booking-item-whatsapp .mobile-whatsapp-icon path:last-child{fill:#fff;stroke:none}
}

.room-card .card-actions .button-outline-dark,
.tour-card .card-actions .button-outline-dark{
  background:#25D366;
  border-color:#25D366;
  color:#fff;
}
.room-card .card-actions .button-outline-dark:hover,
.room-card .card-actions .button-outline-dark:focus-visible,
.tour-card .card-actions .button-outline-dark:hover,
.tour-card .card-actions .button-outline-dark:focus-visible{
  background:#1fb85a;
  border-color:#1fb85a;
  color:#fff;
}
.detail-whatsapp-button{
  background:#25D366;
  border-color:#25D366;
  color:#fff;
}
.detail-whatsapp-button:hover,
.detail-whatsapp-button:focus-visible{
  background:#1fb85a;
  border-color:#1fb85a;
  color:#fff;
}


/* 2026-09-21 v26: cleaner WhatsApp icon + compact premium mobile menu drawer. */
.mobile-menu-backdrop{display:none}

@media(max-width:760px){
  /* Correct, centered WhatsApp brand glyph in the fixed mobile dock. */
  .mobile-booking-item-whatsapp .mobile-whatsapp-icon{
    width:23px!important;
    height:23px!important;
    display:block;
    color:#fff;
    fill:currentColor!important;
    stroke:none!important;
    transform:none!important;
    margin:0 auto;
    overflow:visible;
  }
  .mobile-booking-item-whatsapp .mobile-whatsapp-icon path{
    fill:currentColor!important;
    stroke:none!important;
  }

  /* Dim the page without replacing it: the menu itself is now a floating side drawer. */
  .mobile-menu-backdrop{
    display:block;
    position:fixed;
    inset:0;
    z-index:998;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    border:0;
    background:rgba(7,19,20,.46);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    cursor:default;
    transition:opacity .28s ease,visibility .28s ease;
    backdrop-filter:blur(2px);
    -webkit-backdrop-filter:blur(2px);
  }
  body.menu-open .mobile-menu-backdrop{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }

  .mobile-menu{
    inset:8px 8px auto auto;
    width:min(86vw,350px);
    height:auto;
    max-height:calc(100svh - 16px);
    z-index:1000;
    padding:16px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:24px;
    background:linear-gradient(180deg,#203536 0%,#17292a 100%);
    box-shadow:-18px 20px 54px rgba(8,23,23,.34),0 1px 0 rgba(255,255,255,.06) inset;
    transform:translateX(calc(100% + 18px));
    overflow-y:auto;
    overscroll-behavior:contain;
    transition:transform .32s cubic-bezier(.22,.75,.25,1),visibility .32s ease;
  }
  .mobile-menu.open{transform:translateX(0)}

  .mobile-menu-top{
    min-height:48px;
    gap:10px;
    padding:0 2px 10px;
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  .mobile-menu .brand{gap:.58rem;min-width:0}
  .mobile-menu .brand-mark.brand-mark-logo{width:38px;height:38px;flex:0 0 38px}
  .mobile-menu .brand-copy{min-width:0}
  .mobile-menu .brand-copy strong{font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .mobile-menu .brand-copy small{font-size:.46rem;letter-spacing:.16em}
  .menu-close{
    flex:0 0 38px;
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    padding:0 0 3px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:50%;
    background:rgba(255,255,255,.06);
    color:#fff;
    font-size:1.75rem;
    font-weight:300;
    line-height:1;
  }
  .menu-close:hover,.menu-close:focus-visible{background:rgba(255,255,255,.12)}

  .mobile-menu nav{
    display:grid;
    gap:5px;
    margin:14px 0 10px;
  }
  .mobile-menu nav a{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:43px;
    padding:9px 11px;
    border:0;
    border-radius:12px;
    background:rgba(255,255,255,.035);
    color:#f7fbfa;
    font-size:1rem;
    line-height:1.2;
    letter-spacing:-.01em;
    transition:background .18s ease,transform .18s ease,color .18s ease;
  }
  .mobile-menu nav a::after{
    content:"→";
    margin-left:12px;
    color:#9bbab1;
    font-size:.9rem;
    font-weight:500;
    opacity:.72;
  }
  .mobile-menu nav a:hover,.mobile-menu nav a:focus-visible{
    background:rgba(255,255,255,.085);
    color:#fff;
    transform:translateX(2px);
  }
  .mobile-menu-bottom{
    display:block;
    margin-top:10px;
    padding-top:12px;
    border-top:1px solid rgba(255,255,255,.08);
  }
  .mobile-menu-bottom .button{
    width:100%;
    min-height:46px;
    margin:0;
    border-color:#dfeae7;
    background:#f4f9f7;
    color:#1f3434;
    box-shadow:0 8px 20px rgba(8,20,20,.16);
  }

  [dir="rtl"] .mobile-menu{
    inset:8px auto auto 8px;
    transform:translateX(calc(-100% - 18px));
    box-shadow:18px 20px 54px rgba(8,23,23,.34),0 1px 0 rgba(255,255,255,.06) inset;
  }
  [dir="rtl"] .mobile-menu.open{transform:translateX(0)}
  [dir="rtl"] .mobile-menu nav a::after{
    content:"←";
    margin-left:0;
    margin-right:12px;
  }
  [dir="rtl"] .mobile-menu nav a:hover,[dir="rtl"] .mobile-menu nav a:focus-visible{transform:translateX(-2px)}
}


/* 2026-09-21 v27: content-height mobile drawer + Mohammed Masoudi page. */
@media(max-width:760px){
  .mobile-menu{
    bottom:auto!important;
  }
}

/* Desktop header refinement only — 2026-09-21 */
@media (min-width:1101px){
  .site-header{
    height:82px;
  }

  .site-header.is-scrolled{
    height:70px;
  }

  .nav-shell{
    max-width:1500px;
    padding-left:clamp(18px,2.2vw,34px);
    padding-right:clamp(18px,2.2vw,34px);
    gap:clamp(.65rem,1.15vw,1.15rem);
  }

  .brand{
    gap:.6rem;
  }

  .brand-mark{
    width:36px;
    height:36px;
    font-size:1.35rem;
  }

  .brand-mark.brand-mark-logo{
    width:40px;
    height:40px;
  }

  .brand-copy strong{
    font-size:1.02rem;
  }

  .brand-copy small{
    font-size:.48rem;
    margin-top:.26rem;
    letter-spacing:.17em;
  }

  .desktop-nav{
    flex:1 1 auto;
    min-width:0;
    justify-content:center;
    gap:.18rem;
    padding:.28rem;
    border:1px solid rgba(255,255,255,.20);
    border-radius:999px;
    background:rgba(64,78,86,.32);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 8px 24px rgba(8,18,20,.12);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
  }

  .desktop-nav a{
    flex:0 1 auto;
    min-width:0;
    white-space:nowrap;
    padding:.66rem clamp(.52rem,.72vw,.78rem);
    border-radius:999px;
    font-size:clamp(.58rem,.62vw,.68rem);
    line-height:1;
    letter-spacing:.055em;
  }

  .desktop-nav a:after{
    display:none;
  }

  .desktop-nav a:hover{
    background:rgba(255,255,255,.08);
  }

  .desktop-nav a.active{
    background:rgba(255,255,255,.16);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
  }

  .nav-actions{
    gap:.62rem;
  }

  .lang-menu summary{
    min-width:60px;
    height:38px;
    padding:0 .62rem;
  }

  .desktop-book.button.button-small{
    min-height:40px;
    padding:.72rem 1rem;
    background:#d5b06f;
    border-color:#d5b06f;
    color:#173033;
    box-shadow:0 7px 20px rgba(10,20,22,.18);
  }

  .desktop-book.button.button-small:hover,
  .desktop-book.button.button-small:focus-visible{
    background:#e3c488;
    border-color:#e3c488;
    color:#173033;
  }

  .site-header.is-scrolled .brand-mark{
    width:34px;
    height:34px;
    font-size:1.2rem;
  }

  .site-header.is-scrolled .brand-mark.brand-mark-logo{
    width:36px;
    height:36px;
  }
}

/* 2026-09-21 v29: keep the full navigation visible on desktop/laptop, compact pill style. */
@media (min-width:861px){
  .site-header{
    height:78px!important;
  }
  .site-header.is-scrolled{
    height:68px!important;
  }
  .nav-shell{
    max-width:1600px!important;
    padding-left:clamp(14px,1.7vw,28px)!important;
    padding-right:clamp(14px,1.7vw,28px)!important;
    gap:clamp(.45rem,.8vw,.8rem)!important;
  }
  .brand{
    gap:.52rem!important;
  }
  .brand-mark{
    width:34px!important;
    height:34px!important;
    font-size:1.2rem!important;
  }
  .brand-mark.brand-mark-logo{
    width:37px!important;
    height:37px!important;
  }
  .brand-copy strong{
    font-size:.96rem!important;
    line-height:1!important;
  }
  .brand-copy small{
    font-size:.43rem!important;
    margin-top:.22rem!important;
    letter-spacing:.15em!important;
  }
  .desktop-nav{
    display:flex!important;
    flex:1 1 auto!important;
    min-width:0!important;
    justify-content:center!important;
    align-items:center!important;
    gap:.08rem!important;
    padding:.24rem!important;
    border:1px solid rgba(255,255,255,.24)!important;
    border-radius:999px!important;
    background:rgba(58,70,77,.34)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 8px 24px rgba(8,18,20,.12)!important;
    backdrop-filter:blur(12px)!important;
    -webkit-backdrop-filter:blur(12px)!important;
  }
  .desktop-nav a{
    flex:0 0 auto!important;
    min-width:0!important;
    white-space:nowrap!important;
    padding:.58rem clamp(.32rem,.48vw,.52rem)!important;
    border-radius:999px!important;
    font-size:clamp(.50rem,.52vw,.60rem)!important;
    line-height:1!important;
    letter-spacing:.018em!important;
    text-transform:none!important;
    font-weight:700!important;
  }
  .desktop-nav a:after{
    display:none!important;
  }
  .desktop-nav a:hover,
  .desktop-nav a:focus-visible{
    background:rgba(255,255,255,.08)!important;
  }
  .desktop-nav a.active{
    background:linear-gradient(180deg,rgba(139,153,168,.86),rgba(90,105,119,.90))!important;
    border:1px solid rgba(255,255,255,.30)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.20)!important;
  }
  .nav-actions{
    flex:0 0 auto!important;
    gap:.45rem!important;
  }
  .lang-menu summary{
    min-width:54px!important;
    height:36px!important;
    padding:0 .52rem!important;
    font-size:.60rem!important;
  }
  .lang-menu-icon{
    width:14px!important;
    height:14px!important;
  }
  .desktop-book{
    display:inline-flex!important;
  }
  .desktop-book.button.button-small{
    min-height:38px!important;
    padding:.66rem .82rem!important;
    font-size:.61rem!important;
    background:#d8b26c!important;
    border-color:#d8b26c!important;
    color:#173033!important;
    box-shadow:0 8px 20px rgba(8,18,20,.18)!important;
  }
  .desktop-book.button.button-small:hover,
  .desktop-book.button.button-small:focus-visible{
    background:#e6c98d!important;
    border-color:#e6c98d!important;
    color:#173033!important;
  }
  .menu-toggle{
    display:none!important;
  }
}

@media (max-width:860px){
  .desktop-nav{display:none!important}
  .desktop-book{display:none!important}
  .menu-toggle{display:block!important}
}

/* 2026-09-21 v30: navigation capsule wraps only Home → Contact Us, slightly larger. */
@media (min-width:861px){
  .desktop-nav{
    flex:0 0 auto!important;
    width:max-content!important;
    max-width:none!important;
    padding:.30rem!important;
    gap:.10rem!important;
  }
  .desktop-nav a{
    padding:.64rem clamp(.42rem,.54vw,.62rem)!important;
    font-size:clamp(.56rem,.57vw,.64rem)!important;
  }
}
