@import url('https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&display=swap');

.page-establishment-hotel *{box-sizing:border-box;margin:0;padding:0;}
.page-establishment-hotel{min-height:100vh;background:#fff;font-family:'Geist','Inter',system-ui,sans-serif;color:#242424;}
.page-establishment-hotel button{cursor:pointer;border:none;background:none;font-family:inherit;}
.page-establishment-hotel a{text-decoration:none;color:inherit;}
.page-establishment-hotel img{display:block;max-width:100%;height:auto;}

/* ── Navbar ── */
.eh-navbar{display:flex;justify-content:space-between;align-items:center;padding:20px 64px;height:80px;background:#fff;border-bottom:1px solid #EDEDED;position:sticky;top:0;z-index:50;}
.eh-nav-left{display:flex;align-items:center;gap:18px;flex-shrink:0;}
.eh-nav-logo{display:flex;align-items:center;gap:5px;cursor:pointer;flex-shrink:0;}
.eh-portals-pill{display:inline-flex;align-items:center;gap:7px;padding:7px 14px;border-radius:100px;font-family:'Inter',system-ui,sans-serif;font-size:11px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase;color:#7A5C18;cursor:pointer;background:linear-gradient(135deg,#FBF1D8,#F4E2B0);border:1px solid #E5CD86;box-shadow:0 4px 14px rgba(184,145,42,.20),0 1px 3px rgba(0,0,0,.06);transition:all .2s;white-space:nowrap;}
.eh-portals-pill:hover{background:linear-gradient(135deg,#FCF4E0,#F7E8BC);box-shadow:0 6px 18px rgba(184,145,42,.28);transform:translateY(-1px);}
.eh-portals-dot{width:6px;height:6px;border-radius:50%;background:#C4A559;box-shadow:0 0 0 2px rgba(255,255,255,.6);}
.eh-portals-arrow{font-size:9px;opacity:.7;}
.eh-nav-logo svg{display:block;}
.eh-nav-logo-text{font-family:'Playfair Display',serif;font-size:18px;font-weight:800;color:#231f20;letter-spacing:-.2px;}
.eh-nav-logo-dot{width:6px;height:6px;border-radius:50%;background:linear-gradient(161deg,#A38543 -105%,#DDC36E 158%,#B19136 230%);display:inline-block;margin-left:1px;margin-bottom:2px;}
.eh-nav-menus{display:flex;align-items:center;gap:0;}
.eh-nav-menu{padding:8px;font-size:16px;font-weight:500;line-height:24px;color:#666;cursor:pointer;transition:color .15s;}
.eh-nav-menu.active{color:#A38543;}
.eh-nav-menu:hover{color:#A38543;}
.eh-nav-right{display:flex;align-items:center;gap:32px;}
.eh-lang-toggle{display:flex;align-items:center;gap:8px;}
.eh-lang-label{font-size:14px;font-weight:500;text-transform:uppercase;}
.eh-lang-label.active{color:#242424;}
.eh-lang-label.inactive{color:#999;}
.eh-lang-switch{width:36px;height:20px;background:#BC9E5C;border-radius:100px;position:relative;cursor:pointer;}
.eh-lang-switch::after{content:'';position:absolute;width:16px;height:16px;background:#fff;border-radius:50%;top:2px;left:2px;box-shadow:0 2px 4px rgba(39,39,39,.1);transition:left .2s;}
.eh-nav-account-btn{display:flex;align-items:center;gap:8px;padding:12px 16px;background:linear-gradient(120.71deg,#A38543 -14%,#DDC36E 65%,#B19136 86%);border-radius:374px;cursor:pointer;transition:transform .15s;}
.eh-nav-account-btn:hover{transform:translateY(-1px);}
.eh-nav-account-icon{width:16px;height:16px;}
.eh-nav-account-text{font-size:16px;font-weight:500;color:#242424;white-space:nowrap;}

/* ── Hero ── */
.eh-hero{position:relative;width:100%;height:551px;overflow:hidden;}
.eh-hero-img{width:100%;height:100%;object-fit:cover;}
.eh-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 41.83%,rgba(0,0,0,.7) 65.87%);}
.eh-hero-content{position:absolute;bottom:0;left:0;right:0;padding:32px 64px;display:flex;justify-content:space-between;align-items:flex-end;gap:24px;}
.eh-hero-left{display:flex;flex-direction:column;gap:24px;}
.eh-hero-badges{display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap;}
.eh-badge{display:flex;align-items:center;justify-content:center;padding:4px 8px;gap:4px;border-radius:4px;font-size:8px;font-weight:500;letter-spacing:.45px;text-transform:uppercase;}
.eh-badge-premium{background:linear-gradient(107deg,#E8D5A3 0%,#C9A96E 50%,#9E7A44 100%);color:#242424;}
.eh-badge-michelin{background:linear-gradient(96deg,#E43446 14%,#BD2333 93%);color:#fff;}
.eh-badge-verified{background:rgba(0,0,0,.5);backdrop-filter:blur(4px);color:#CBB480;}
.eh-badge-rc{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(2px);color:#fff;}
.eh-hero-title{font-family:'Playfair Display',serif;font-size:64px;font-weight:600;line-height:85px;color:#fff;letter-spacing:-.68px;}
.eh-hero-location{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:500;color:rgba(255,255,255,.8);}
.eh-hero-stats{display:flex;align-items:center;padding:8px 12px;gap:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(4px);border-radius:8px;}
.eh-hero-stat{display:flex;flex-direction:column;align-items:center;gap:8px;}
.eh-hero-stat-val{font-family:'Playfair Display',serif;font-size:18px;font-weight:700;color:#fff;}
.eh-hero-stat-label{font-family:'Inter',sans-serif;font-size:7px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:rgba(255,255,255,.6);}
.eh-hero-stat-sep{width:0;height:40px;border-right:1px solid rgba(255,255,255,.1);}
.eh-hero-carousel{display:flex;align-items:center;padding:8px;gap:8px;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.05);border-radius:16px;}
.eh-carousel-btn{display:flex;align-items:center;justify-content:center;padding:4px;width:24px;height:24px;background:#A38543;border-radius:1000px;cursor:pointer;}
.eh-carousel-btn svg{width:16px;height:16px;}
.eh-carousel-dots{display:flex;align-items:center;gap:4px;}
.eh-carousel-dot{width:7px;height:7px;border-radius:100px;background:#E9DFC9;}
.eh-carousel-dot.active{width:21px;background:#A38543;}

/* ── Tab bar ── */
.eh-tabbar{display:flex;justify-content:center;align-items:center;padding:16px 10px;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1);position:sticky;top:80px;z-index:40;}
.eh-tabs{display:flex;align-items:flex-start;padding:8px;gap:8px;background:#fff;box-shadow:inset 0 2px 6px rgba(0,0,0,.15);border-radius:1000px;}
.eh-tab{padding:12px 24px;border-radius:1000px;font-size:16px;font-weight:500;color:#666;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px;}
.eh-tab.active{background:linear-gradient(298deg,#422D05 25%,#211700 87%);color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.25);}
.eh-tab-count{color:#BC9E5C;}

/* ── Main layout ── */
.eh-main{display:flex;gap:32px;padding:64px 80px;max-width:1440px;margin:0 auto;}
.eh-content{flex:1;display:flex;flex-direction:column;gap:48px;min-width:0;}
.eh-sidebar{width:334px;flex-shrink:0;display:flex;flex-direction:column;gap:14px;}
@media(max-width:1200px){.eh-main{padding:48px 40px;}.eh-sidebar{width:280px;}}

/* ── Section badges ── */
.eh-section-badge{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#F5F5F5;border:1px solid rgba(0,0,0,.08);backdrop-filter:blur(24px);border-radius:32px;width:fit-content;}
.eh-section-badge-icon{width:16px;height:16px;opacity:.6;}
.eh-section-badge-text{font-size:14px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:rgba(36,36,36,.6);}

/* ── Vision section ── */
.eh-section{display:flex;flex-direction:column;gap:24px;}
.eh-section-subtitle{font-family:'Playfair Display',serif;font-size:24px;font-weight:400;color:#131313;letter-spacing:-.04em;}
.eh-section-desc{font-size:14px;font-weight:400;line-height:145%;color:#4C4C4C;}
.eh-quote-card{background:#FAFAFA;border:1px solid rgba(0,0,0,.03);border-radius:8px;padding:10px 14px;display:flex;flex-direction:column;gap:8px;}
.eh-quote-text{font-family:'Playfair Display',serif;font-size:16px;font-style:italic;color:#000;opacity:.6;line-height:21px;}
.eh-quote-author{font-size:12px;font-weight:600;color:#C4A559;}
.eh-vision-img{width:100%;height:543px;border-radius:16px;object-fit:cover;}

/* ── About section ── */
.eh-about-tags{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px;}
.eh-about-tag{padding:6px 14px;background:#FAFAFA;border:1px solid rgba(0,0,0,.03);border-radius:4px;font-size:10px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:rgba(36,36,36,.6);}

/* ── Restaurant section ── */
.eh-resto-section{display:flex;flex-direction:column;gap:24px;}
.eh-resto-card{display:flex;flex-direction:column;gap:12px;}
.eh-resto-title{font-family:'Playfair Display',serif;font-size:24px;font-weight:400;color:#131313;letter-spacing:-.04em;}
.eh-resto-type{font-size:16px;color:#4C4C4C;}
.eh-resto-desc{font-size:14px;color:#4C4C4C;line-height:145%;}
.eh-chef-card{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#F8F4ED;border:1px solid rgba(0,0,0,.15);border-radius:12px;}
.eh-chef-avatar{width:37px;height:37px;border-radius:1000px;border:1px solid #E5D4A0;overflow:hidden;flex-shrink:0;box-shadow:0 2px 8px rgba(0,0,0,.1);}
.eh-chef-avatar img{width:100%;height:100%;object-fit:cover;}
.eh-chef-info{display:flex;flex-direction:column;gap:1px;}
.eh-chef-name{font-size:14px;font-weight:600;color:#242424;}
.eh-chef-role{font-size:12px;font-weight:500;color:#666;}
.eh-resto-img{width:50%;height:auto;max-height:280px;border-radius:16px;object-fit:cover;display:block;}
.eh-resto-carousel{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 12px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(184,145,42,.35) transparent;}
.eh-resto-carousel::-webkit-scrollbar{height:6px;}
.eh-resto-carousel::-webkit-scrollbar-thumb{background:rgba(184,145,42,.35);border-radius:8px;}
.eh-resto-carousel .eh-resto-img{flex:0 0 50%;width:50%;max-height:280px;scroll-snap-align:start;}
@media (max-width:768px){.eh-resto-carousel .eh-resto-img{flex:0 0 85%;width:85%;}}
.eh-resto-card-extra{margin-top:32px;padding-top:32px;border-top:1px solid rgba(0,0,0,.06);}
.eh-see-more-btn{display:flex;justify-content:center;padding:14px 0;}
.eh-see-more-btn span{font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:#A38543;cursor:pointer;transition:color .15s;}
.eh-see-more-btn span:hover{color:#8c6d28;}

/* ── Feature cards (Spa, Hotel) ── */
.eh-feature-card{display:flex;flex-direction:column;gap:16px;padding:24px;background:#FAFAFA;border:1px solid rgba(0,0,0,.04);border-radius:16px;}
.eh-feature-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;}
.eh-feature-title{font-family:'Playfair Display',serif;font-size:22px;font-weight:600;color:#131313;letter-spacing:-.02em;}
.eh-feature-sub{font-size:13px;color:#666;margin-top:4px;}
.eh-badge-recommend{padding:4px 12px;background:linear-gradient(135deg,#27ae60,#2ecc71);color:#fff;font-size:9px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;border-radius:4px;flex-shrink:0;white-space:nowrap;}
.eh-feature-tags{display:flex;flex-wrap:wrap;gap:8px;}
.eh-feature-tag{padding:4px 12px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:100px;font-size:9px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#666;}
.eh-feature-img{width:100%;height:220px;max-height:220px;border-radius:12px;object-fit:cover;}

/* ── Room grid ── */
.eh-room-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.eh-room-type{padding:14px 16px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:10px;}
.eh-room-type-name{font-size:13px;font-weight:700;color:#242424;}
.eh-room-type-desc{font-size:11px;color:#888;margin-top:3px;}

/* ── Activities row ── */
.eh-activities-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.eh-activity-card{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:4/3;cursor:pointer;}
.eh-activity-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s;}
.eh-activity-card:hover img{transform:scale(1.05);}
.eh-activity-overlay{position:absolute;bottom:0;left:0;right:0;padding:14px;background:linear-gradient(0deg,rgba(0,0,0,.6) 0%,transparent 100%);}
.eh-activity-label{font-size:13px;font-weight:700;color:#fff;}
.eh-activity-sub{font-size:10px;color:rgba(255,255,255,.7);margin-top:2px;}

/* ── Directors carousel ── */
.eh-directors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.eh-directors-carousel-wrap{position:relative;display:flex;align-items:center;gap:8px;}
.eh-directors-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 2px 12px;flex:1;scrollbar-width:none;}
.eh-directors-track::-webkit-scrollbar{display:none;}
.eh-directors-carousel-wrap .eh-director-card{flex:0 0 240px;scroll-snap-align:start;}
.eh-director-card{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px 16px;background:#FAFAFA;border:1px solid rgba(0,0,0,.04);border-radius:16px;text-align:center;transition:transform .2s,box-shadow .2s;}
.eh-director-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.06);}
.eh-director-photo{width:72px;height:72px;border-radius:50%;overflow:hidden;border:2px solid #E5D4A0;box-shadow:0 2px 8px rgba(0,0,0,.1);}
.eh-director-photo img{width:100%;height:100%;object-fit:cover;}
.eh-director-name{font-size:14px;font-weight:700;color:#242424;}
.eh-director-verified{color:#27ae60;font-size:12px;}
.eh-director-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:4px;}
.eh-director-badge{padding:3px 8px;background:rgba(184,145,42,.08);color:#A38543;font-size:8px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;border-radius:100px;}
.eh-director-bio{font-size:11px;color:#666;line-height:1.5;}
.eh-director-mutual{display:flex;align-items:center;gap:8px;margin-top:4px;padding:6px 10px;background:rgba(46,204,113,.08);border:1px solid rgba(46,204,113,.18);border-radius:100px;}
.eh-mutual-avatars{display:flex;}
.eh-mutual-avatar{width:20px;height:20px;border-radius:50%;border:2px solid #FAFAFA;object-fit:cover;margin-left:-6px;}
.eh-mutual-avatar:first-child{margin-left:0;}
.eh-mutual-text{font-size:10px;font-weight:600;color:#1f8a4c;letter-spacing:.2px;}
.eh-director-connect{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:6px;margin-top:6px;padding:9px 16px;background:linear-gradient(180deg,rgba(20,20,20,.55) 0%,rgba(0,0,0,.45) 100%);color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:100px;font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;cursor:pointer;overflow:hidden;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:0 2px 8px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.18);transition:background .25s,transform .2s,box-shadow .25s;}
.eh-director-connect::before{content:'';position:absolute;top:0;left:0;right:0;height:55%;background:linear-gradient(180deg,rgba(255,255,255,.32) 0%,rgba(255,255,255,.06) 60%,transparent 100%);border-radius:100px 100px 40% 40%/100px 100px 80% 80%;pointer-events:none;}
.eh-director-connect svg{width:13px;height:13px;position:relative;z-index:1;}
.eh-director-connect span,.eh-director-connect{z-index:1;}
.eh-director-connect:hover{background:linear-gradient(180deg,rgba(0,0,0,.75) 0%,rgba(0,0,0,.6) 100%);transform:translateY(-1px);box-shadow:0 4px 14px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.22);}
.eh-dir-arrow{flex:0 0 36px;width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#242424;transition:background .15s,transform .15s;z-index:2;}
.eh-dir-arrow svg{width:16px;height:16px;}
.eh-dir-arrow:hover{background:#FAFAFA;transform:scale(1.05);}

/* ── Jobs preview (presentation tab) ── */
.eh-jobs-preview{display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.06);border-radius:14px;overflow:hidden;}
.eh-job-preview-row{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#fff;border-bottom:1px solid rgba(0,0,0,.04);cursor:pointer;transition:background .15s;}
.eh-job-preview-row:last-child{border-bottom:none;}
.eh-job-preview-row:hover{background:#FAFAFA;}
.eh-job-preview-left{display:flex;flex-direction:column;gap:2px;}
.eh-job-preview-title{font-size:14px;font-weight:700;color:#242424;}
.eh-job-preview-location{font-size:11px;color:#999;font-weight:500;}
.eh-job-preview-dots{display:flex;gap:6px;}
.eh-job-dot{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#C4A559 0%,#D4BC7A 40%,#E5D4A0 70%,#EFE2B8 100%);}

/* ── Sidebar cards ── */
.eh-side-card{background:#FAFAFA;border:1px solid rgba(0,0,0,.03);border-radius:14px;padding:16px;}
.eh-side-title{font-family:'Playfair Display',serif;font-size:13px;font-weight:700;color:#000;margin-bottom:10px;}
.eh-info-grid{display:flex;flex-direction:column;gap:8px;}
.eh-info-row{display:flex;align-items:flex-start;gap:8px;}
.eh-info-icon{font-size:14px;width:20px;text-align:center;flex-shrink:0;}
.eh-info-label{font-size:8px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;color:#000;opacity:.35;}
.eh-info-val{font-size:11px;font-weight:700;color:#000;}
.eh-award{display:flex;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.03);}
.eh-award:last-child{border-bottom:none;}
.eh-award-icon{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;}
.eh-award-name{font-size:10px;font-weight:700;color:#000;}
.eh-award-year{font-size:8px;color:#000;opacity:.35;font-weight:600;}
.eh-cta-card{background:linear-gradient(135deg,#0d1b2a,#1b3044);border:none;color:#fff;border-radius:14px;padding:20px;}
.eh-cta-card-title{font-family:'Playfair Display',serif;font-size:16px;font-weight:700;color:#fff;margin-bottom:8px;}
.eh-cta-card .eh-side-title{color:#fff;}
.eh-cta-text{font-size:11px;color:rgba(255,255,255,.6);line-height:1.6;margin-bottom:14px;}
.eh-cta-btn{width:100%;padding:10px;border-radius:8px;background:linear-gradient(135deg,#C4A559 0%,#D4BC7A 40%,#E5D4A0 70%,#EFE2B8 100%);color:#fff;font-size:10px;font-weight:800;letter-spacing:.5px;box-shadow:0 2px 10px rgba(184,145,42,.28);text-align:center;cursor:pointer;transition:transform .2s;}
.eh-cta-btn:hover{transform:translateY(-1px);}
.eh-cta-btn-outline{width:100%;padding:10px;border-radius:8px;border:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.7);font-size:10px;font-weight:700;letter-spacing:.5px;margin-top:8px;text-align:center;cursor:pointer;transition:all .15s;background:none;}
.eh-cta-btn-outline:hover{border-color:rgba(255,255,255,.3);color:#fff;}
.eh-info-link{color:#A38543;cursor:pointer;}
.eh-info-link:hover{text-decoration:underline;}

/* ── Team section ── */
.eh-team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:24px;}
.eh-team-carousel-wrap{position:relative;display:flex;align-items:center;gap:8px;}
.eh-team-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 2px 12px;flex:1;scrollbar-width:none;}
.eh-team-track::-webkit-scrollbar{display:none;}
.eh-team-carousel-wrap .eh-team-member{flex:0 0 220px;scroll-snap-align:start;}
.eh-team-member{display:flex;flex-direction:column;align-items:center;gap:10px;padding:24px 16px;background:#FAFAFA;border:1px solid rgba(0,0,0,.03);border-radius:16px;transition:transform .2s,box-shadow .2s;}
.eh-team-member:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.08);}
.eh-team-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;border:2px solid #E5D4A0;box-shadow:0 2px 8px rgba(0,0,0,.1);}
.eh-team-avatar img{width:100%;height:100%;object-fit:cover;}
.eh-team-name{font-size:14px;font-weight:700;color:#242424;text-align:center;}
.eh-team-role{font-size:12px;font-weight:500;color:#666;text-align:center;line-height:1.4;}
.eh-team-since{font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:#C4A559;background:rgba(184,145,42,.08);padding:4px 10px;border-radius:100px;}
.eh-team-stats-bar{display:flex;justify-content:center;align-items:center;gap:32px;padding:24px 32px;background:#F8F4ED;border:1px solid rgba(0,0,0,.06);border-radius:16px;}
.eh-team-stat-item{display:flex;flex-direction:column;align-items:center;gap:4px;}
.eh-team-stat-number{font-family:'Playfair Display',serif;font-size:28px;font-weight:700;color:#242424;}
.eh-team-stat-text{font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:#666;}
.eh-team-stat-divider{width:1px;height:48px;background:rgba(0,0,0,.08);}

/* ── Job cards ── */
.eh-jobs-list{display:flex;flex-direction:column;gap:16px;}
.eh-job-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:24px;display:flex;justify-content:space-between;gap:24px;transition:box-shadow .2s,transform .2s;}
.eh-job-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.06);transform:translateY(-2px);}
.eh-job-card-left{display:flex;flex-direction:column;gap:10px;flex:1;min-width:0;}
.eh-job-card-top{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
.eh-job-type-badge{padding:4px 10px;background:#F5F5F5;border:1px solid rgba(0,0,0,.06);border-radius:100px;font-size:10px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:#666;}
.eh-job-title{font-family:'Playfair Display',serif;font-size:20px;font-weight:600;color:#131313;letter-spacing:-.02em;}
.eh-job-restaurant{font-size:13px;font-weight:600;color:#A38543;margin-top:-4px;}
.eh-job-urgent{padding:4px 10px;background:linear-gradient(96deg,#E43446 14%,#BD2333 93%);color:#fff;font-size:9px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;border-radius:4px;flex-shrink:0;}
.eh-job-stars{padding:4px 10px;background:rgba(201,165,74,.1);color:#A38543;font-size:10px;font-weight:700;letter-spacing:.4px;border-radius:4px;flex-shrink:0;}
.eh-job-meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;}
.eh-job-meta-item{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500;color:#888;}
.eh-job-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px;}
.eh-job-tag{padding:4px 12px;background:#FAFAFA;border:1px solid rgba(0,0,0,.04);border-radius:100px;font-size:10px;font-weight:600;color:rgba(36,36,36,.5);letter-spacing:.3px;text-transform:uppercase;}
.eh-job-card-right{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:8px;flex-shrink:0;min-width:140px;}
.eh-job-salary{font-size:15px;font-weight:700;color:#A38543;white-space:nowrap;}
.eh-job-posted{font-size:11px;color:#999;font-weight:500;}
.eh-job-apply-btn{padding:10px 24px;background:linear-gradient(298deg,#422D05 25%,#211700 87%);color:#fff;font-size:13px;font-weight:600;border-radius:100px;border:none;cursor:pointer;transition:transform .15s,box-shadow .15s;white-space:nowrap;}
.eh-job-apply-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.2);}

/* ── Gallery ── */
.eh-gallery-category{font-family:'Playfair Display',serif;font-size:20px;font-weight:600;color:#131313;letter-spacing:-.02em;margin-bottom:4px;}
.eh-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;}
.eh-gallery-item{border-radius:12px;overflow:hidden;aspect-ratio:4/3;cursor:pointer;position:relative;transition:transform .2s;}
.eh-gallery-item:hover{transform:scale(1.02);}
.eh-gallery-item img{width:100%;height:100%;object-fit:cover;}
.eh-gallery-large{grid-column:span 2;grid-row:span 2;aspect-ratio:auto;}
.eh-gallery-large img{height:100%;}

/* ── Animations ── */
@keyframes ehFadeUp{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:none;}}
.eh-section{animation:ehFadeUp .4s ease both;}

/* ── Responsive ── */
@media(max-width:1024px){
  .eh-navbar{padding:20px 24px;}
  .eh-hero-content{padding:32px 24px;}
  .eh-main{padding:32px 24px;flex-direction:column;}
  .eh-sidebar{width:100%;}
  .eh-hero-title{font-size:40px;line-height:52px;}
  .eh-team-stats-bar{flex-wrap:wrap;gap:16px;}
  .eh-gallery-grid{grid-template-columns:repeat(2,1fr);}
  .eh-gallery-large{grid-column:span 1;grid-row:span 1;}
  .eh-directors-grid{grid-template-columns:repeat(2,1fr);}
  .eh-activities-row{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:768px){
  .eh-nav-menus{display:none;}
  .eh-hero{height:380px;}
  .eh-hero-title{font-size:32px;line-height:42px;}
  .eh-hero-stats{flex-wrap:wrap;gap:8px;}
  .eh-team-grid{grid-template-columns:repeat(2,1fr);}
  .eh-gallery-grid{grid-template-columns:1fr;}
  .eh-job-card{flex-direction:column;}
  .eh-job-card-right{align-items:flex-start;min-width:auto;flex-direction:row;flex-wrap:wrap;gap:12px;}
  .eh-job-title{font-size:17px;}
  .eh-directors-grid{grid-template-columns:1fr;}
  .eh-activities-row{grid-template-columns:1fr;}
  .eh-room-grid{grid-template-columns:1fr;}
}

/* ═══ Notre Vision — 2-col layout with video player ═══ */
.eh-vision-section{padding-top:8px;}
.eh-vision-grid{
  display:grid;
  grid-template-columns:60% 40%;
  gap:40px;
  align-items:center;
}
.eh-vision-video-col{display:flex;flex-direction:column;gap:12px;}
.eh-vision-video{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  border-radius:18px;
  overflow:hidden;
  background:#0c0c0c;
  box-shadow:0 18px 50px -18px rgba(0,0,0,.45),0 6px 18px -8px rgba(0,0,0,.25);
}
.eh-vision-video-el{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.eh-vision-poster{
  position:relative;
  display:block;
  width:100%;
  height:100%;
  padding:0;
  border:0;
  cursor:pointer;
  background:none;
  overflow:hidden;
}
.eh-vision-poster img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .5s ease;
}
.eh-vision-poster:hover img{transform:scale(1.03);}
.eh-vision-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.15) 0%,rgba(0,0,0,.45) 100%);
  pointer-events:none;
}
.eh-vision-play{
  position:absolute;top:50%;left:50%;
  transform:translate(-50%,-50%);
  width:84px;height:84px;
  border-radius:50%;
  background:#fff;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 10px 30px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.6);
  transition:transform .25s ease,box-shadow .25s ease;
}
.eh-vision-poster:hover .eh-vision-play{
  transform:translate(-50%,-50%) scale(1.08);
  box-shadow:0 14px 40px rgba(0,0,0,.45);
}
.eh-vision-play svg{
  width:34px;height:34px;
  margin-left:5px; /* optical centering */
}
.eh-vision-video-caption{
  font-size:12px;
  color:rgba(36,36,36,.55);
  letter-spacing:.4px;
  font-weight:500;
}
.eh-vision-text-col{display:flex;flex-direction:column;gap:14px;}
.eh-vision-text-col .eh-section-badge{align-self:flex-start;}
.eh-vision-text-col .eh-quote-card{margin-top:6px;}

@media (max-width:900px){
  .eh-vision-grid{
    grid-template-columns:1fr;
    gap:24px;
  }
  .eh-vision-play{width:68px;height:68px;}
  .eh-vision-play svg{width:28px;height:28px;}
}

/* ═══ Posts / LinkedIn-style Feed ═══ */
.eh-feed-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:16px;flex-wrap:wrap;}
.eh-feed-head .eh-section-badge{margin-bottom:0;}
.eh-feed-count{margin-left:8px;background:rgba(184,145,42,.10);color:#7a5e1e;font-size:10px;font-weight:700;padding:2px 8px;border-radius:10px;letter-spacing:.5px;}
.eh-feed-source{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#6a6a6a;font-weight:500;}
.eh-feed-source svg{flex-shrink:0;}

.eh-feed-scroll{
  display:flex;gap:16px;overflow-x:auto;padding:4px 4px 14px;
  scroll-snap-type:x mandatory;
  scrollbar-width:thin;scrollbar-color:rgba(184,145,42,.3) transparent;
}
.eh-feed-scroll::-webkit-scrollbar{height:6px;}
.eh-feed-scroll::-webkit-scrollbar-thumb{background:rgba(184,145,42,.25);border-radius:3px;}

.eh-feed-card{
  flex:0 0 360px;max-width:360px;
  background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;
  box-shadow:0 2px 8px rgba(0,0,0,.04);
  overflow:hidden;display:flex;flex-direction:column;
  scroll-snap-align:start;
  transition:box-shadow .2s ease,transform .2s ease;
}
.eh-feed-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.10);transform:translateY(-2px);}

.eh-feed-card-head{display:flex;align-items:center;gap:10px;padding:12px 14px 8px;}
.eh-feed-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#eee;}
.eh-feed-avatar img{width:100%;height:100%;object-fit:cover;display:block;}
.eh-feed-meta{flex:1;min-width:0;}
.eh-feed-author{font-size:13px;font-weight:700;color:#1a1614;line-height:1.2;}
.eh-feed-time{font-size:11px;color:#888;margin-top:2px;}
.eh-feed-more{background:none;border:none;color:#888;font-size:18px;cursor:pointer;padding:0 6px;line-height:1;letter-spacing:1px;}

.eh-feed-text{padding:4px 14px 12px;font-size:13px;color:#2a2624;line-height:1.5;}

.eh-feed-media{width:100%;aspect-ratio:2.8;background:#f4f4f4;overflow:hidden;}
.eh-feed-media img{width:100%;height:100%;object-fit:cover;display:block;}

.eh-feed-stats{
  display:flex;align-items:center;justify-content:space-between;
  padding:10px 14px 8px;font-size:11.5px;color:#666;
  border-bottom:1px solid rgba(0,0,0,.06);
}
.eh-feed-reactions{display:inline-flex;align-items:center;gap:2px;}
.eh-feed-reactions b{color:#666;font-weight:500;margin-left:5px;}
.eh-rxn{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;font-size:10px;border:1.5px solid #fff;margin-left:-5px;background:#fff;}
.eh-rxn:first-child{margin-left:0;}
.eh-rxn-like{background:#0A66C2;}
.eh-rxn-love{background:#df3047;}
.eh-rxn-clap{background:#F5BB5C;}

.eh-feed-actions{display:flex;align-items:center;justify-content:space-around;padding:4px 6px;}
.eh-feed-action{
  flex:1;background:none;border:none;cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;gap:6px;
  padding:8px 4px;font-size:12px;font-weight:600;color:#666;
  border-radius:6px;transition:background .15s ease;
}
.eh-feed-action:hover{background:rgba(0,0,0,.04);color:#1a1614;}
.eh-feed-action span{font-size:14px;}

.eh-feed-dots{display:flex;justify-content:center;gap:6px;margin-top:14px;}
.eh-feed-dot{width:6px;height:6px;border-radius:50%;background:rgba(0,0,0,.15);transition:background .2s;}
.eh-feed-dot.active{background:#1a1614;}

/* ── Posts horizontaux (style "accomplishment", non-social) ── */
.eh-feed-list{display:flex;flex-direction:column;gap:10px;}
.eh-feed-row{display:flex;align-items:stretch;gap:14px;padding:14px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:14px;transition:border-color .2s,box-shadow .2s,transform .2s;}
.eh-feed-row:hover{border-color:rgba(184,145,42,.35);box-shadow:0 4px 14px rgba(0,0,0,.05);transform:translateY(-1px);}
.eh-feed-row-thumb{flex:0 0 96px;width:96px;height:96px;border-radius:10px;overflow:hidden;background:#f4f4f4;}
.eh-feed-row-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.eh-feed-row-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px;justify-content:center;}
.eh-feed-row-meta{display:flex;align-items:center;gap:6px;font-size:11px;color:#888;font-weight:500;}
.eh-feed-row-author{color:#1a1614;font-weight:700;font-size:12px;letter-spacing:.2px;}
.eh-feed-row-dot{opacity:.5;}
.eh-feed-row-time{color:#888;}
.eh-feed-row-text{font-size:13px;color:#2a2624;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.eh-feed-row-stats{display:flex;align-items:center;gap:14px;font-size:11px;color:#888;font-weight:500;letter-spacing:.2px;}
.eh-feed-row-stat b{color:#1a1614;font-weight:700;margin-right:3px;}

@media (max-width:600px){
  .eh-feed-card{flex:0 0 84vw;max-width:84vw;}
  .eh-feed-row{flex-direction:row;gap:10px;padding:10px;}
  .eh-feed-row-thumb{flex:0 0 72px;width:72px;height:72px;}
  .eh-feed-row-text{-webkit-line-clamp:3;}
  .eh-feed-row-stats{flex-wrap:wrap;gap:8px 12px;}
}

/* ═══ Postes ouverts mini-cards (sous restaurants & spa) ═══ */
.eh-resto-jobs{margin-top:6px;padding-top:14px;border-top:1px dashed rgba(184,145,42,.25);}
.eh-resto-jobs-label{
  font-size:10px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;
  color:#7a5e1e;margin-bottom:10px;
}
.eh-resto-jobs-grid{display:flex;flex-wrap:wrap;gap:8px;}
.eh-resto-job-mini{
  display:inline-flex;align-items:center;gap:10px;
  padding:10px 16px;
  background:linear-gradient(180deg,#ffffff 0%,#fbf6ea 100%);
  border:1px solid rgba(184,145,42,.45);
  border-radius:12px;cursor:pointer;
  font-family:inherit;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
  box-shadow:0 2px 0 rgba(184,145,42,.25), 0 6px 14px -4px rgba(122,94,30,.25), inset 0 1px 0 rgba(255,255,255,.9);
}
.eh-resto-job-mini:hover{
  background:linear-gradient(180deg,#FBF6E8 0%,#F2E5BE 100%);
  border-color:rgba(184,145,42,.7);
  transform:translateY(-2px);
  box-shadow:0 3px 0 rgba(184,145,42,.3), 0 10px 20px -4px rgba(122,94,30,.35), inset 0 1px 0 rgba(255,255,255,.9);
}
.eh-resto-job-mini:active{
  transform:translateY(1px);
  box-shadow:0 1px 0 rgba(184,145,42,.25), 0 3px 8px -3px rgba(122,94,30,.25), inset 0 1px 2px rgba(122,94,30,.15);
}
.eh-resto-job-title{font-size:13px;font-weight:600;color:#1a1614;}
.eh-resto-job-type{
  font-size:10px;font-weight:600;color:#7a5e1e;
  padding:2px 8px;background:rgba(184,145,42,.10);
  border-radius:8px;letter-spacing:.3px;
}
.eh-resto-job-arrow{font-size:18px;color:#C4A559;font-weight:300;line-height:1;margin-left:2px;}

/* Carousel wrap + arrows */
.eh-resto-carousel-wrap{position:relative;}
.eh-carousel-arrow{
  position:absolute;top:50%;transform:translateY(-50%);
  width:38px;height:38px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(184,145,42,.4);
  color:#7a5e1e;cursor:pointer;
  box-shadow:0 4px 12px rgba(122,94,30,.25), 0 1px 3px rgba(0,0,0,.08);
  transition:transform .15s ease, background .15s ease, opacity .2s ease;
  z-index:3;
}
.eh-carousel-arrow:hover:not(:disabled){
  background:linear-gradient(180deg,#FBF6E8 0%,#F2E5BE 100%);
  transform:translateY(-50%) scale(1.06);
}
.eh-carousel-arrow:disabled{opacity:0;pointer-events:none;}
.eh-carousel-prev{left:8px;}
.eh-carousel-next{right:8px;}
@media (max-width:768px){.eh-carousel-arrow{width:34px;height:34px;}}

/* ── Connect request modal ── */
.eh-connect-modal-overlay{position:fixed;inset:0;background:rgba(15,15,15,.55);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;animation:ehConnectFade .2s ease;}
@keyframes ehConnectFade{from{opacity:0;}to{opacity:1;}}
.eh-connect-modal{position:relative;width:100%;max-width:460px;background:#fff;border-radius:18px;padding:28px 26px 22px;box-shadow:0 24px 60px rgba(0,0,0,.28);animation:ehConnectPop .25s cubic-bezier(.2,.9,.3,1.2);}
@keyframes ehConnectPop{from{transform:translateY(8px) scale(.97);opacity:0;}to{transform:none;opacity:1;}}
.eh-connect-close{position:absolute;top:10px;right:14px;width:32px;height:32px;border:none;background:transparent;font-size:24px;line-height:1;color:#999;cursor:pointer;border-radius:50%;transition:background .15s,color .15s;}
.eh-connect-close:hover{background:#f5f5f5;color:#242424;}
.eh-connect-head{display:flex;gap:14px;align-items:flex-start;margin-bottom:18px;}
.eh-connect-avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;border:2px solid #E5D4A0;flex:0 0 56px;}
.eh-connect-avatar img{width:100%;height:100%;object-fit:cover;}
.eh-connect-title{font-size:15px;font-weight:600;color:#242424;line-height:1.35;}
.eh-connect-title b{font-weight:800;}
.eh-connect-role{font-size:12px;color:#777;margin-top:2px;}
.eh-connect-mutual{display:inline-block;margin-top:6px;font-size:10px;font-weight:700;color:#1f8a4c;padding:3px 9px;background:rgba(46,204,113,.1);border:1px solid rgba(46,204,113,.2);border-radius:100px;}
.eh-connect-label{display:block;font-size:11px;font-weight:700;color:#555;letter-spacing:.4px;text-transform:uppercase;margin-bottom:8px;}
.eh-connect-textarea{width:100%;min-height:96px;padding:12px 14px;border:1px solid rgba(0,0,0,.12);border-radius:12px;font:inherit;font-size:13px;color:#242424;resize:vertical;outline:none;transition:border-color .15s,box-shadow .15s;background:#fafafa;}
.eh-connect-textarea:focus{border-color:#D4BC7A;box-shadow:0 0 0 3px rgba(201,165,74,.15);background:#fff;}
.eh-connect-hint{font-size:11px;color:#999;margin-top:8px;font-style:italic;}
.eh-connect-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:18px;}
.eh-connect-secondary{padding:10px 18px;border-radius:100px;border:1px solid rgba(0,0,0,.12);background:#fff;color:#555;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s;}
.eh-connect-secondary:hover{background:#f7f7f7;border-color:rgba(0,0,0,.2);}
.eh-connect-primary{padding:10px 22px;border-radius:100px;border:none;background:linear-gradient(135deg,#242424 0%,#0a0a0a 100%);color:#fff;font-size:12px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;cursor:pointer;transition:transform .15s,box-shadow .2s,opacity .15s;box-shadow:0 4px 14px rgba(0,0,0,.18);}
.eh-connect-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px rgba(0,0,0,.24);}
.eh-connect-primary:disabled{opacity:.5;cursor:not-allowed;}
.eh-connect-success{text-align:center;padding:8px 4px 4px;}
.eh-connect-success-icon{width:60px;height:60px;border-radius:50%;background:rgba(46,204,113,.12);color:#1f8a4c;display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px;}
.eh-connect-success-icon svg{width:28px;height:28px;}
.eh-connect-success-title{font-size:18px;font-weight:800;color:#242424;margin-bottom:6px;}
.eh-connect-success-sub{font-size:13px;color:#666;line-height:1.5;margin-bottom:18px;}
