.eien-locations-archive{--bg:#F7F5F1;--panel:#ffffff;--text:#141414;--muted:rgba(20,20,20,.72);--gold:#B08D57;--line:rgba(20,20,20,.08);background:var(--bg);padding:24px 0}
.eien-locations-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.eien-location-card{background:rgba(255,255,255,.62);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.08)}
.eien-location-card__media{display:block;position:relative;aspect-ratio:4/3;overflow:hidden}
.eien-location-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.eien-location-card:hover .eien-location-card__media img{transform:scale(1.03)}
.eien-location-card__badge{position:absolute;top:16px;left:16px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.82);backdrop-filter:blur(12px);border:1px solid rgba(20,20,20,.08);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#141414}
.eien-location-card__content{padding:18px}
.eien-location-card__eyebrow{margin:0 0 8px;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}
.eien-location-card__title{margin:0 0 8px;font-size:26px;line-height:1.08}
.eien-location-card__title a{text-decoration:none;color:#141414}
.eien-location-card__city{margin:0 0 10px;color:#141414;font-weight:600}
.eien-location-card__text{margin:0 0 16px;color:var(--muted);line-height:1.7}
.eien-location-card__btn{display:inline-flex;align-items:center;justify-content:center;height:46px;padding:0 18px;border-radius:999px;text-decoration:none;border:1px solid rgba(176,141,87,.65);background:rgba(255,255,255,.55);color:#141414;letter-spacing:.12em;text-transform:uppercase;font-size:12px}
.eien-location-card__btn:hover{background:rgba(255,255,255,.78)}



.eien-location-single-body{background:#F7F5F1}
.eien-location-single-body .site,
.eien-location-single-body #page,
.eien-location-single-body #main-content,
.eien-location-single-body .et_pb_section,
.eien-location-single-body .et-l--post,
.eien-location-single-body .et-l--body,
.eien-location-single-body .post-wrap,
.eien-location-single-body article{background:transparent}

/* Fix robusto per evitare lo spazio bianco prima della hero su Divi / Theme Builder */
.eien-location-single-body #page-container,
.eien-location-single-body #page,
.eien-location-single-body #main-content,
.eien-location-single-body #content-area,
.eien-location-single-body .container,
.eien-location-single-body .et-l--body,
.eien-location-single-body .et-l--post,
.eien-location-single-body .et_pb_post,
.eien-location-single-body article,
.eien-location-single-body .post-wrap{
  margin-top:0 !important;
  padding-top:0 !important;
}

.eien-location-single-body #page-container,
.eien-location-single-body #main-content,
.eien-location-single-body #content-area,
.eien-location-single-body .et-db #et-boc,
.eien-location-single-body .et-l--body,
.eien-location-single-body .et-l--post,
.eien-location-single-body .et_post_meta_wrapper,
.eien-location-single-body .post-wrap,
.eien-location-single-body article{min-height:0 !important;}
.eien-location-single-body #main-content .container,
.eien-location-single-body #content-area,
.eien-location-single-body article,
.eien-location-single-body .et_pb_post{
  width:100% !important;
  max-width:none !important;
}
.eien-location-single-body .entry-title,
.eien-location-single-body .post-meta,
.eien-location-single-body .et_post_meta_wrapper,
.eien-location-single-body .mobile_menu_bar:before{
  margin-top:0 !important;
}
.eien-location-single-body .entry-title,
.eien-location-single-body .post-meta,
.eien-location-single-body .et_post_meta_wrapper,
.eien-location-single-body .et_pb_title_container,
.eien-location-single-body .et_pb_post .entry-title{
  display:none !important;
}
.eien-location-single-body .eien-loc-hero-full,
.eien-location-single-body .eien-loc-section{position:relative;z-index:1}
.eien-location-single-body .et-l--header,
.eien-location-single-body #main-header,
.eien-location-single-body header[role="banner"]{z-index:9999 !important}

/* Spinge la hero sotto al menu, eliminando il vuoto prima del visual */
.eien-location-single-body .eien-loc-hero-full{margin-top:calc(var(--header-offset) * -1) !important;padding-top:var(--header-offset)}

.eien-loc-wrap{width:min(1240px,calc(100% - 44px));margin:0 auto}

.eien-loc-hero-full{
  --text:#F7F5F1;
  --muted:rgba(247,245,241,.78);
  --gold:#B08D57;
  --border:rgba(247,245,241,.16);
  --glass:rgba(10,10,10,.26);
  --max:1240px;
  --header-offset:92px;
  --eien-loc-bg:url('');

  position:relative;
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  z-index:1;

  min-height:calc(100svh - var(--header-offset));
  display:flex;
  align-items:center;

  background-image:var(--eien-loc-bg);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;

  color:var(--text);
}
@supports not (height: 100svh){
  .eien-loc-hero-full{min-height:calc(100vh - var(--header-offset));}
}
.eien-loc-hero-full::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(950px 650px at 18% 40%, rgba(0,0,0,.60), rgba(0,0,0,.28) 62%, rgba(0,0,0,.18) 100%),
    linear-gradient(180deg, rgba(0,0,0,.52), rgba(0,0,0,.20));
  pointer-events:none;
}
.eien-loc-hero-full::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(176,141,87,.62), transparent);
  pointer-events:none;
}
.eien-loc-hero-full,.eien-loc-hero-full *{box-sizing:border-box}

.eien-loc-hero-inner{
  position:relative;
  width:min(var(--max), calc(100% - 44px));
  margin:0 auto;
  padding:calc(var(--header-offset) * 0.42) 0 28px;

  display:grid;
  grid-template-columns:70px 1fr;
  gap:clamp(16px,3vw,40px);
  align-items:center;
  z-index:2;
}

.eien-loc-rail{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:520px;
}
.eien-loc-rail-vertical{
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--muted);
  display:flex;
  gap:14px;
  align-items:center;
  opacity:.95;
}
.eien-loc-rail-vertical::before{
  content:"";
  width:1px;
  height:90px;
  background:linear-gradient(180deg, transparent, rgba(176,141,87,.65), transparent);
  display:inline-block;
}
.eien-loc-rail-icons{display:grid;gap:10px}
.eien-loc-rail-icon{
  width:38px;
  height:38px;
  border-radius:14px;
  border:1px solid var(--border);
  display:grid;
  place-items:center;
  background:var(--glass);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  transition:transform .15s ease, border-color .15s ease, background .15s ease;
  color:var(--text);
}
.eien-loc-rail-icon:hover{
  transform:translateY(-1px);
  border-color:rgba(176,141,87,.65);
  background:rgba(10,10,10,.34);
}
.eien-loc-drawer-contact{
  display:none;
  width:100%;
  height:46px;
  border-radius:999px;
  border:1px solid rgba(176,141,87,.90);
  text-decoration:none;
  color:var(--text);
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:0 18px 45px rgba(0,0,0,.18);
}

.eien-loc-copy{max-width:900px;min-width:0}
.eien-loc-logo{
  width:150px;
  height:auto;
  display:block;
  margin:10px 0 14px;
  filter:drop-shadow(0 16px 36px rgba(0,0,0,.35));
}
.eien-loc-kicker{
  display:flex;
  gap:10px;
  align-items:center;
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--muted);
  margin:0;
}
.eien-loc-kicker::before{
  content:"";
  width:54px;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(176,141,87,.80), transparent);
}
.eien-loc-h1{
  margin:10px 0 14px;
  font-size:clamp(34px, 4.4vw, 58px);
  line-height:1.06;
  letter-spacing:.01em;
  color:var(--text);
  text-shadow:0 20px 50px rgba(0,0,0,.35);
}
@media (min-width:981px){.eien-loc-h1{white-space:nowrap}}
@media (max-width:980px){.eien-loc-h1{white-space:normal}}
.eien-loc-subtitle{
  margin:0 0 14px;
  font-size:14px;
  line-height:1.7;
  letter-spacing:.10em;
  text-transform:uppercase;
  color:rgba(247,245,241,.84);
}
.eien-loc-intro{
  margin:0;
  font-size:16px;
  line-height:1.75;
  color:var(--muted);
  max-width:72ch;
}
.eien-loc-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.eien-loc-cta--stack{flex-direction:column}
.eien-loc-btn{
  height:48px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(247,245,241,.22);
  text-decoration:none;
  color:var(--text);
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:0 18px 45px rgba(0,0,0,.18);
  transition:transform .15s ease, border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.eien-loc-btn:hover{
  transform:translateY(-1px);
  border-color:rgba(176,141,87,.80);
  background:rgba(255,255,255,.11);
  box-shadow:0 22px 60px rgba(0,0,0,.28);
}
.eien-loc-btn.primary{border-color:rgba(176,141,87,.90)}
.eien-loc-btn.ghost{
  border:1px solid rgba(20,20,20,.12);
  background:rgba(255,255,255,.55);
  color:#141414;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
}
.eien-loc-btn.ghost:hover{border-color:rgba(176,141,87,.55);background:rgba(255,255,255,.70)}
.eien-loc-proof{margin-top:18px;display:flex;gap:10px;flex-wrap:wrap}
.eien-loc-pill{
  border:1px solid rgba(247,245,241,.18);
  border-radius:999px;
  padding:8px 12px;
  font-size:12px;
  letter-spacing:.10em;
  text-transform:uppercase;
  color:rgba(247,245,241,.78);
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.eien-loc-kanji-mark{
  position:absolute;
  right:clamp(18px, 4vw, 64px);
  bottom:clamp(18px, 4vw, 64px);
  font-size:clamp(56px, 7vw, 120px);
  letter-spacing:.06em;
  color:rgba(247,245,241,.06);
  user-select:none;
  pointer-events:none;
}
.eien-loc-drawer-overlay{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.22);
  z-index:9998;
}
.eien-loc-rail-handle{
  display:none;
  position:fixed;
  top:50%;
  left:0;
  transform:translateY(-50%);
  z-index:9999;
  width:26px;
  height:46px;
  border-radius:0 14px 14px 0;
  border:1px solid rgba(247,245,241,.16);
  border-left:0;
  background:rgba(0,0,0,.42);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  cursor:pointer;
  place-items:center;
  transition:left .22s ease, background .15s ease, opacity .15s ease;
  opacity:.92;
}
.eien-loc-rail-handle:hover{background:rgba(0,0,0,.58);opacity:1}
.eien-loc-rail-handle svg path{stroke:var(--gold)}

.eien-loc-section{
  --bg:#F7F5F1;
  --text:#141414;
  --muted:rgba(20,20,20,.72);
  --gold:#B08D57;
  --border:rgba(20,20,20,.10);
  --glass:rgba(255,255,255,.64);
  position:relative;
  width:100%;
  background:var(--bg);
  overflow-x:hidden;
  padding:42px 0 90px;
}
.eien-loc-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(860px 520px at 14% 18%, rgba(176,141,87,.11), transparent 60%),
    radial-gradient(860px 520px at 86% 78%, rgba(0,0,0,.05), transparent 60%);
  pointer-events:none;
}
.eien-loc-section::after{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(176,141,87,.55), transparent);
  pointer-events:none;
}
.eien-loc-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:22px;align-items:start}
.eien-loc-panel{
  background:var(--glass);
  border:1px solid rgba(20,20,20,.08);
  border-radius:28px;
  padding:24px;
  box-shadow:0 20px 70px rgba(0,0,0,.07);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.eien-loc-panel + .eien-loc-panel{margin-top:18px}
.eien-loc-panel h2,.eien-loc-panel h3{margin:0 0 12px;color:#141414;font-size:clamp(22px,2.1vw,30px);line-height:1.1}
.eien-loc-panel h3{font-size:22px}
.eien-loc-panel-text p,
.eien-loc-seo-text p,
.eien-loc-panel p{margin:0 0 12px;color:rgba(20,20,20,.76);line-height:1.9}
.eien-loc-panel-text p:last-child,
.eien-loc-seo-text p:last-child,
.eien-loc-panel p:last-child{margin-bottom:0}
.eien-loc-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.eien-loc-list li{display:grid;gap:4px;padding:0 0 12px;border-bottom:1px solid rgba(20,20,20,.08);color:rgba(20,20,20,.76)}
.eien-loc-list li:last-child{border-bottom:0;padding-bottom:0}
.eien-loc-list strong{color:#141414}
.eien-loc-panel--sticky{position:sticky;top:110px}
.eien-loc-map iframe{width:100%;min-height:420px;border:0;border-radius:22px}

@media (max-width:980px){
  .eien-loc-hero-inner{grid-template-columns:1fr;padding-top:calc(var(--header-offset) * 0.58)}
  .eien-loc-rail-handle{display:grid}
  .eien-loc-copy{padding-left:10px}
  .eien-loc-rail{
    position:fixed;
    top:0;
    left:0;
    height:100svh;
    width:220px;
    padding:calc(var(--header-offset) + 18px + env(safe-area-inset-top, 0px)) 14px 16px;
    background:rgba(0,0,0,.72);
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
    border-right:1px solid rgba(247,245,241,.14);
    z-index:9999;
    transform:translateX(-102%);
    transition:transform .22s ease;
    min-height:auto;
    justify-content:flex-start;
    gap:22px;
  }
  .eien-loc-rail-vertical{writing-mode:horizontal-tb;transform:none;gap:10px;letter-spacing:.16em}
  .eien-loc-rail-vertical::before{width:54px;height:1px;background:linear-gradient(90deg, transparent, rgba(176,141,87,.75), transparent)}
  .eien-loc-rail-icon{width:46px;height:46px;border-radius:16px;border-color:rgba(247,245,241,.22);background:rgba(255,255,255,.06)}
  .eien-loc-rail-icon svg{transform:scale(1.05)}
  .eien-loc-drawer-contact{display:flex;margin-top:4px}
  .eien-loc-cta .eien-loc-btn.contact{display:none}
  html[data-eien-loc-rail-open="1"] .eien-loc-rail{transform:translateX(0)}
  html[data-eien-loc-rail-open="1"] .eien-loc-drawer-overlay{display:block}
  html[data-eien-loc-rail-open="1"] .eien-loc-rail-handle{left:220px}
  html[data-eien-loc-rail-open="1"] .eien-loc-rail-handle svg{transform:rotate(180deg)}
  .eien-loc-proof{flex-wrap:nowrap;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:2px;scrollbar-width:none}
  .eien-loc-proof::-webkit-scrollbar{display:none}
  .eien-loc-pill{white-space:nowrap;font-size:10px;letter-spacing:.12em;padding:7px 10px}
  .eien-loc-btn{height:46px;font-size:11px;padding:0 14px}
  .eien-loc-logo{width:132px}
  .eien-loc-grid{grid-template-columns:1fr}
  .eien-loc-panel--sticky{position:static}
}
