/* ═══════════════════════════════════════════
   EGYPT LANDING — External Stylesheet
   All styles extracted from template-landing.php
   ═══════════════════════════════════════════ */

/* ── tokens ── */
:root{
  --gold:#8B7038;--goldf:#B8912F;
  --ink:#2B2620;--ink2:rgba(43,38,32,.7);--ink3:rgba(43,38,32,.45);
  --cream:#FAF5EC;
  --teal:#1E3B38;
  --ff-d:'Cormorant Garamond',serif;
  --ff-b:'Jost',sans-serif;
}

/* ── reset ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html,body.eg-body{height:100%;overflow:hidden;}
body.eg-body{font-family:var(--ff-b);color:var(--ink);background:#E5D5A8;-webkit-font-smoothing:antialiased;}
a{color:inherit;text-decoration:none;}
p,li{margin:0;}

/* ── scroll ── */
.eg-scroll{
  height:100vh;
  width:100vw;
  overflow:hidden;
  position:relative;
}
.eg-scroll-wrapper{
  height:100%;
  width:100%;
  transition:transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  will-change:transform;
  position:relative;z-index:2;
}

/* ── each page ── */
.eg-page{
  height:100vh;
  width:100%;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  overflow:hidden;
}

/* ── sand background ── */
.eg-sand{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  z-index:0;
}
.eg-sand-fixed {
  position: fixed;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}
/* Hide per-page sand divs since we use the fixed global one */
.eg-page .eg-sand {
  display: none !important;
}

/* ── Canvas dust overlay ── */
#dust {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.8s ease;
}

/* ── luxury fixed header ── */
.eg-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  z-index: 1000;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(250,245,236,.4) 0%, rgba(250,245,236,0) 100%);
  transition: opacity 0.4s;
}
.eg-header-title-h1 {
  margin: 0;
  line-height: 1;
  pointer-events: none;
}
.eg-burger {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  margin-left: -16px;
  z-index: 1005;
  transition: transform 0.3s;
  pointer-events: auto;
}
.eg-burger-lines {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 22px;
}
.eg-burger-lines span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--gold);
  transition: all 0.3s ease-in-out;
}
.eg-burger-label {
  font-family: var(--ff-b);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  transition: color 0.3s;
}
.eg-burger:hover .eg-burger-lines span { background-color: var(--ink); }
.eg-burger:hover .eg-burger-label { color: var(--ink); }

.eg-header-logo {
  font-family: var(--ff-d);
  font-size: clamp(28px,4vw,36px);
  font-weight: 500;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  margin-left: 0.36em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: color 0.3s, transform 0.3s;
  pointer-events: auto;
}
.eg-header-logo:hover {
  color: var(--ink);
  transform: translate(-50%,-50%) scale(1.02);
}
.eg-header-rsvp {
  font-family: var(--ff-b);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #A37F2C;
  text-decoration: none;
  border: 1.5px solid rgba(163,127,44,0.45);
  padding: 12px 34px;
  background: rgba(184,145,47,0.02);
  transition: all 0.4s cubic-bezier(0.25,0.8,0.25,1);
  pointer-events: auto;
}
.eg-header-rsvp:hover {
  background: rgba(163,127,44,0.08) !important;
  border-color: rgba(163,127,44,0.95) !important;
  color: #8b7038 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(163,127,44,0.12);
}
@media(max-width:600px){
  .eg-header{padding:0 20px;height:64px;}
  .eg-burger-label,.eg-header-rsvp{display:none;}
}

/* ── drawer ── */
.eg-drawer{
  position:fixed;top:0;left:0;
  width:min(320px,80vw);height:100%;
  background:var(--cream);z-index:1100;
  transform:translateX(-100%);
  transition:transform .45s cubic-bezier(.77,0,.175,1);
  border-right:1px solid rgba(139,112,56,.15);
  padding:64px 32px;
  display:flex;flex-direction:column;
  align-items:center;
  text-align:center;
}
.eg-drawer.open{transform:translateX(0);}
.eg-drawer-close{
  position:absolute;top:18px;right:18px;
  background:none;border:none;font-size:18px;
  color:var(--gold);cursor:pointer;
}
.eg-drawer-logo{
  font-family:var(--ff-d);font-size:19px;
  letter-spacing:8px;color:var(--ink);
  margin-bottom:40px;
  text-align:center;
  margin-left:8px;
}
.eg-drawer-links{
  list-style:none;
  display:flex;flex-direction:column;
  width:100%;align-items:center;
}
.eg-drawer-links li{width:100%;}
.eg-drawer-links li a{
  display:block;padding:16px 0;
  font-family:var(--ff-b);font-size:12px;
  font-weight:500;letter-spacing:2.5px;
  text-transform:uppercase;color:var(--ink);
  border-bottom:1px solid rgba(139,112,56,.1);
  text-align:center;
  transition:color .3s,letter-spacing .3s,transform .3s;
}
.eg-drawer-links li a:hover{
  color:var(--gold);letter-spacing:3.5px;transform:scale(1.03);
}
.eg-drawer-foot{
  margin-top:auto;
  font-family:var(--ff-b);font-size:10px;
  letter-spacing:2px;text-transform:uppercase;
  color:rgba(43,38,32,.3);
  text-align:center;margin-left:2px;
}
.eg-overlay{
  display:none;position:fixed;inset:0;
  background:rgba(43,38,32,.3);z-index:1000;
}
.eg-overlay.on{display:block;}

/* ═══════════════════════════
   HERO — COPY OVERLAY
   ═══════════════════════════ */
.eg-copy-overlay{
  opacity:0;
  transition:opacity 1.5s ease-in-out;
  text-align:center;
  z-index:4;
  position:absolute;
  inset:0;
  pointer-events:none;
}
#heroTextContainer{
  position:absolute;
  top:47%;left:0;right:0;
  transform:translateY(-50%);
  height:0;pointer-events:none;
}
#heroEyebrow{
  position:absolute;left:0;right:0;
  font-family:'Jost',sans-serif;
  font-weight:500;color:#A37F2C;
  text-transform:uppercase;letter-spacing:0.22em;
  text-align:center;line-height:1;
  white-space:pre-wrap;
}
#heroName{
  position:absolute;left:0;right:0;
  font-family:'Cormorant Garamond',serif;
  font-weight:500;color:#A37F2C;
  text-align:center;line-height:1;
}
#heroTagline1{
  position:absolute;left:0;right:0;
  font-family:'EB Garamond',serif;
  font-style:italic;color:#A37F2C;
  text-align:center;line-height:1;
}
#heroTagline2{
  position:absolute;left:0;right:0;
  font-family:'EB Garamond',serif;
  font-style:italic;color:#A37F2C;
  text-align:center;line-height:1;
}
#heroCTA{
  position:absolute;bottom:20%;left:0;right:0;
  display:flex;flex-direction:column;
  align-items:center;justify-content:center;
  pointer-events:auto;
}

/* ── hero CTA button ── */
.h-scroll-cta{
  font-family:var(--ff-b);font-size:11px;
  font-weight:500;letter-spacing:4px;
  text-transform:uppercase;
  color:#A37F2C;
  border:1.5px solid rgba(163,127,44,0.45);
  padding:12px 34px;
  background:rgba(184,145,47,0.02);
  transition:all 0.4s cubic-bezier(0.25,0.8,0.25,1);
  display:inline-block;
}
.h-scroll-cta:hover{
  background:rgba(163,127,44,0.08) !important;
  border-color:rgba(163,127,44,0.95) !important;
  color:#8B7038 !important;
  transform:translateY(-2px);
  box-shadow:0 6px 16px rgba(163,127,44,0.12);
}

/* ═══════════════════════════
   CARD PAGES
   ═══════════════════════════ */
.eg-card-page{
  gap:0;
  position:relative;
}

.eg-card{
  position:relative;z-index:2;
  background:rgba(255,255,255,0.96);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  width:min(660px,88vw);
  max-height:88vh;
  overflow-y:auto;scrollbar-width:none;
  border:1px solid rgba(184,145,47,.2);
  box-shadow:
    0 32px 80px rgba(43,38,32,0.06),
    0 8px 20px rgba(43,38,32,0.03);
  opacity:0;
  transform:translateY(18px);
  transition:opacity 0.9s ease-in-out, transform 0.9s ease-in-out;
}
.eg-page.active .eg-card{
  opacity:1;
  transform:translateY(0);
}
.eg-card::-webkit-scrollbar{display:none;}
.eg-card--wide{
  width:min(880px,94vw);
  max-height:92vh;
}
.eg-card--narrow{width:min(600px,88vw);}

/* Custom double-inset luxury corner bracket framing system */
.ec-frame{display:none !important;}

.ec-corner{
  position:absolute;
  width:20px;height:20px;
  border:1.5px solid var(--goldf);
  opacity:0.65;transition:opacity 0.3s;
}
.ec-corner::before{
  content:'';position:absolute;
  width:6px;height:6px;
  border:1px solid var(--goldf);
}
.ec-corner--tl{top:14px;left:14px;border-right:none;border-bottom:none;}
.ec-corner--tl::before{top:3px;left:3px;border-right:none;border-bottom:none;}
.ec-corner--tr{top:14px;right:14px;border-left:none;border-bottom:none;}
.ec-corner--tr::before{top:3px;right:3px;border-left:none;border-bottom:none;}
.ec-corner--bl{bottom:14px;left:14px;border-right:none;border-top:none;}
.ec-corner--bl::before{bottom:3px;left:3px;border-right:none;border-top:none;}
.ec-corner--br{bottom:14px;right:14px;border-left:none;border-top:none;}
.ec-corner--br::before{bottom:3px;right:3px;border-left:none;border-top:none;}

/* Card body */
.ec-body{padding:52px 64px;}
.ec-body--center{text-align:center;display:flex;flex-direction:column;align-items:center;}
.ec-body--two-col{display:grid;grid-template-columns:1fr 1fr;gap:56px;padding:48px 64px;}

/* Unified editorial timeline */
.ec-body--timeline{padding:16px 28px 24px;}
.ec-timeline-header{
  display:grid;
  grid-template-columns:90px 0.7fr 1.4fr;
  gap:20px;
  padding-bottom:4px;
  border-bottom:1px solid rgba(139,112,56,0.22);
  margin-bottom:1px;
}
.ec-timeline-row{
  display:grid;
  grid-template-columns:90px 0.7fr 1.4fr;
  gap:20px;padding:3px 0;
  border-bottom:1px solid rgba(139,112,56,0.08);
  align-items:start;
}
.ec-timeline-row:nth-last-child(2){border-bottom:none;}
.ec-timeline-left{display:flex;align-items:baseline;gap:16px;}
.ec-timeline-right{display:flex;flex-direction:column;}
.ec-timeline-footer{
  margin-top:10px;
  text-align:left;
  display:block;
  width:100%;
  padding-bottom:12px;
}
.ec-header-left{grid-column:span 2;}

.ec-cartouche{
  margin-bottom:24px;
  filter:drop-shadow(0 3px 6px rgba(184,145,47,0.15));
  transition:transform 0.4s ease;
}
.ec-cartouche:hover{transform:scale(1.05);}
.ec-eyebrow{
  font-family:var(--ff-b);font-size:11.5px;
  font-weight:600;letter-spacing:4px;
  text-transform:uppercase;color:var(--gold);
  margin-bottom:8px;
}
.ec-title{
  font-family:var(--ff-d);
  font-size:clamp(24px,3.2vw,38px);
  font-weight:400;letter-spacing:1.5px;
  color:var(--ink);line-height:1.2;
  margin-bottom:12px;
}
.ec-title em{font-style:italic;font-weight:300;color:var(--gold);}
.ec-rule{
  width:54px;height:1px;
  background:linear-gradient(to right,var(--gold),rgba(184,145,47,.1));
  margin-bottom:16px;
}
.ec-rule--left{margin-left:0;}
.ec-rule--centered{margin:0 auto 16px;}
.ec-body-text{
  font-family:var(--ff-b);font-size:16.5px;
  line-height:1.8;color:var(--ink2);
  max-width:480px;
}

/* Guide nav: Table of Contents Style with Leader Dots */
.ec-guide-nav{display:flex;flex-direction:column;}
.ec-guide-link{
  display:flex;align-items:baseline;
  padding:20px 0;position:relative;
  transition:transform 0.3s cubic-bezier(0.25,0.8,0.25,1);
}
.ec-guide-link:hover{transform:translateX(8px);}
.ec-glabel{
  order:1;
  font-family:var(--ff-b);font-size:14.5px;
  font-weight:500;letter-spacing:2.5px;
  text-transform:uppercase;color:var(--ink);
  transition:color .3s;
}
.ec-guide-link:hover .ec-glabel{color:var(--goldf);}
.ec-guide-link::after{
  content:'';flex-grow:1;order:2;
  border-bottom:1px dotted rgba(139,112,56,0.2);
  margin:0 20px;position:relative;top:-4px;
  transition:border-color .3s;
}
.ec-guide-link:hover::after{border-color:rgba(184,145,47,0.6);}
.ec-gnum{
  order:3;
  font-family:var(--ff-d);font-size:20px;
  font-weight:400;font-style:italic;
  color:rgba(184,145,47,0.5);
  transition:color .3s;
}
.ec-guide-link:hover .ec-gnum{color:var(--goldf);}

/* Legs */
.ec-legs{display:flex;flex-direction:column;gap:12px;}
.ec-leg{
  padding:22px 0;
  border-bottom:1px solid rgba(139,112,56,.08);
  display:grid;
  grid-template-columns:1fr 1.1fr auto;
  align-items:center;gap:28px;
  transition:all 0.3s ease;
}
.ec-leg:last-child{border-bottom:none;}
.ec-leg--core{
  background:rgba(184,145,47,0.035);
  border:1px solid rgba(184,145,47,0.2);
  border-left:3px solid var(--gold);
  margin:12px -24px;padding:24px;
  box-shadow:0 8px 24px rgba(184,145,47,0.03),inset 0 0 12px rgba(255,255,255,0.8);
}
.ec-leg-tag{
  font-family:var(--ff-b);font-size:10.5px;
  font-weight:700;letter-spacing:2.5px;
  text-transform:uppercase;color:var(--gold);
  display:block;margin-bottom:6px;
}
.ec-leg--core .ec-leg-tag{color:var(--teal);font-weight:800;}
.ec-leg h3{
  font-family:var(--ff-d);font-size:21.5px;
  font-weight:500;color:var(--ink);margin-bottom:4px;
}
.ec-leg-dates{
  font-family:var(--ff-b);font-size:11.5px;
  font-weight:600;letter-spacing:1.8px;
  text-transform:uppercase;color:var(--ink3);
}
.ec-leg-desc{
  font-family:var(--ff-b);font-size:15.5px;
  line-height:1.7;color:var(--ink2);
}

/* Itinerary list */
.ec-iti-list{list-style:none;display:flex;flex-direction:column;padding:0;margin:0;}
.ec-iti-list li{
  display:flex;align-items:baseline;gap:16px;
  padding:14px 0;
  border-bottom:1px solid rgba(139,112,56,.08);
}
.ec-iti-list li:last-child{border-bottom:none;}
.ec-iti-day{
  font-family:var(--ff-b);font-size:13.5px;
  font-weight:700;letter-spacing:1px;
  text-transform:uppercase;color:var(--gold);flex-shrink:0;
}
.ec-iti-evt{
  font-family:var(--ff-d);font-size:17.5px;
  font-weight:400;color:var(--ink);
}

/* Two-col sections */
.ec-highlights{display:flex;flex-direction:column;gap:4px;}
.ec-hl{padding:0;border-bottom:none;}
.ec-hl h4{
  font-family:var(--ff-d);font-size:16.5px;
  font-weight:500;color:var(--ink);margin-bottom:1px;
}
.ec-hl p{font-family:var(--ff-b);font-size:14px;line-height:1.4;color:var(--ink2);}

/* ── Hotel Cards ── */
.ec-hotels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 8px;
}
.ec-hotel {
  position: relative;
  display: flex;
  gap: 16px;
  padding: 22px 20px;
  background: #FCF9F3;
  border: 1px solid rgba(184, 145, 47, 0.14);
  box-shadow: 0 2px 8px rgba(43, 38, 32, 0.03);
  overflow: hidden;
  height: 220px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

/* Background image overlay container */
.ec-hotel-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
/* Dark gradient overlay on top of the background image for readability */
.ec-hotel-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 10, 8, 0.88) 0%, rgba(15, 15, 12, 0.4) 100%);
}

.ec-hotel-num {
  font-family: var(--ff-d);
  font-size: 28px;
  font-weight: 300;
  color: var(--gold);
  opacity: 0.3;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  transition: color 0.4s, opacity 0.4s;
}

.ec-hotel-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.ec-hotel-body h3 {
  font-family: var(--ff-d);
  font-size: 18px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 3px;
  transition: color 0.4s;
}

.ec-hotel-city {
  font-family: var(--ff-b);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 8px;
  transition: color 0.4s;
}

.ec-hotel-desc {
  font-family: var(--ff-b);
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink2);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ec-hotel-btn {
  align-self: flex-start;
  font-family: var(--ff-b);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #A37F2C;
  border: 1.2px solid rgba(163, 127, 44, 0.35);
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  margin-top: auto;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-block;
  position: relative;
}

.ec-btn-lbl-normal {
  display: inline;
}
.ec-btn-lbl-hover {
  display: none;
}

/* Hover effects */
.ec-hotel:hover {
  border-color: rgba(184, 145, 47, 0.4);
  box-shadow: 0 12px 32px rgba(43, 38, 32, 0.15);
}
.ec-hotel:hover .ec-hotel-bg {
  opacity: 1;
  transform: scale(1);
}
.ec-hotel:hover .ec-hotel-num {
  color: var(--goldf);
  opacity: 0.85;
}
.ec-hotel:hover .ec-hotel-body h3 {
  color: #FAF5EC;
}
.ec-hotel:hover .ec-hotel-city {
  color: var(--goldf);
}
.ec-hotel:hover .ec-hotel-desc {
  opacity: 0;
  transform: translateY(-8px);
  visibility: hidden;
  pointer-events: none;
}
.ec-hotel:hover .ec-hotel-btn {
  color: #FAF5EC;
  border-color: rgba(250, 245, 236, 0.6);
  background: rgba(255, 255, 255, 0.12);
}
.ec-hotel:hover .ec-btn-lbl-normal {
  display: none;
}
.ec-hotel:hover .ec-btn-lbl-hover {
  display: inline;
}
.ec-hotel:hover .ec-hotel-btn:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(250, 245, 236, 0.95);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
}


/* Info rows */
.ec-info-rows{display:flex;flex-direction:column;}
.ec-info-row{
  display:grid;grid-template-columns:190px 1fr auto;
  align-items:center;gap:32px;
  padding:26px 0;
  border-bottom:1px solid rgba(139,112,56,.08);
  transition:background-color 0.3s;
}
.ec-info-row:last-child{border-bottom:none;}
.ec-info-label h3{
  font-family:var(--ff-d);font-size:23px;
  font-weight:500;color:var(--ink);margin-bottom:4px;
}
.ec-info-label span{
  font-family:var(--ff-b);font-size:11px;
  font-weight:600;letter-spacing:2px;
  text-transform:uppercase;color:var(--gold);
}
.ec-info-row p{
  font-family:var(--ff-b);font-size:16px;
  line-height:1.7;color:var(--ink2);
}

/* Shared CTAs — luxury mini-bordered buttons */
.ec-tlink{
  font-family:var(--ff-b);font-size:10px;
  font-weight:500;letter-spacing:2px;
  text-transform:uppercase;color:#A37F2C;
  border:1.2px solid rgba(163,127,44,0.35);
  padding:8px 20px;background:rgba(255,255,255,0.4);
  transition:all 0.3s cubic-bezier(0.25,0.8,0.25,1);
  display:inline-block;white-space:nowrap;
}
.ec-tlink:hover{
  color:#8B7038 !important;
  border-color:rgba(163,127,44,0.85) !important;
  background:rgba(163,127,44,0.05) !important;
  transform:translateY(-1px);
  box-shadow:0 3px 8px rgba(163,127,44,0.06);
}
.ec-tlink--checklist{margin-top:28px;display:inline-block;}

.ec-btn-primary{
  font-family:var(--ff-b);font-size:10.5px;
  font-weight:700;letter-spacing:3px;
  text-transform:uppercase;color:#FAF5EC;
  background:var(--teal);padding:16px 42px;
  border:1px solid var(--teal);
  transition:all 0.4s cubic-bezier(0.16,1,0.3,1);
  box-shadow:0 4px 15px rgba(30,59,56,0.15);
  display:inline-block;
}
.ec-btn-primary:hover{
  background:var(--gold);color:var(--ink);
  border-color:var(--gold);
  transform:translateY(-2px);
  box-shadow:0 8px 25px rgba(139,112,56,0.3);
}
.ec-btn-primary--intake{margin-top:36px;display:inline-block;}

.ec-sub-note{
  font-family:var(--ff-b);font-size:9px;
  letter-spacing:2px;text-transform:uppercase;
  color:rgba(43,38,32,.32);margin-top:18px;
}

/* Remove below-card CTA buttons */
.eg-card-below-cta{display:none !important;}

/* ── Responsive ── */
@media(max-width:700px){
  .ec-body{padding:36px 32px;}
  .ec-body--two-col{grid-template-columns:1fr;gap:36px;padding:32px 30px;}
  .ec-hotels{grid-template-columns:1fr;}
  .ec-info-row{grid-template-columns:1fr;gap:12px;padding:20px 0;}
  .ec-leg{grid-template-columns:1fr;gap:12px;}
  .ec-leg--core{margin:12px 0;}
  .h-name{font-size:clamp(42px,12vw,80px);}
}
@media(max-height:640px){
  .ec-body{padding:28px 40px;}
  .eg-card{max-height:90vh;}
}
