:root{
  --bg:#fffaf5;
  --paper:#ffffff;
  --text:#252525;
  --muted:#6f6a64;
  --line:#eadfd4;
  --accent:#8a6a4f;
  --accent-dark:#654a37;
  --soft:#f3ece4;
  --radius:28px;
  --shadow:0 18px 50px rgba(46,36,27,.12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--bg);line-height:1.6}
a{color:inherit}
img{display:block;max-width:100%;height:auto}

.site-header{
  position:sticky;top:0;z-index:20;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  padding:16px clamp(18px,4vw,56px);
  background:rgba(255,250,245,.94);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(234,223,212,.85);
}

.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800}
.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--text);color:#fff;font-family:Georgia,serif}
.nav{display:flex;gap:24px;align-items:center;font-size:15px}
.nav a{text-decoration:none;color:var(--muted)}
.nav a:hover{color:var(--accent-dark)}
.header-actions{display:flex;align-items:center;gap:12px}
select{border:1px solid var(--line);border-radius:10px;background:var(--paper);padding:6px 10px}

.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;background:var(--accent);color:white;text-decoration:none;font-weight:800;box-shadow:0 16px 30px rgba(138,106,79,.18)}
.btn-light{background:var(--paper);color:var(--text);border:1px solid var(--line)}
.btn-small{padding:10px 18px}

.hero{padding:44px clamp(18px,5vw,78px) 80px}
.hero-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:30px;align-items:center;max-width:1400px;margin:0 auto}
.hero-copy{background:var(--paper);border:1px solid var(--line);border-radius:34px;padding:clamp(28px,5vw,64px);box-shadow:var(--shadow)}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:900;color:var(--accent);margin:0 0 12px}
h1,h2{font-family:Georgia,"Times New Roman",serif;line-height:.96;margin:0;color:var(--text)}
h1{font-size:clamp(44px,6vw,82px)}
h2{font-size:clamp(38px,5vw,64px)}
.lead{font-size:19px;color:var(--muted);margin:24px 0 30px;max-width:650px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-photos{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.hero-photos img{width:100%;height:260px;object-fit:cover;border-radius:26px;box-shadow:0 14px 35px rgba(46,36,27,.10)}
.hero-photos .photo-large{grid-column:span 2;height:440px}

.section{padding:82px clamp(18px,5vw,78px);max-width:1500px;margin:0 auto}
.section-head{max-width:820px;margin-bottom:34px}
.section-head p{color:var(--muted)}
.intro{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end}
.intro p:last-child{font-size:19px;color:var(--muted)}

.features{padding:0 clamp(18px,5vw,78px) 70px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1500px;margin:0 auto}
.features article,.info-cards article{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 12px 30px rgba(46,36,27,.06)}
.features strong{display:block;font-size:18px;margin-bottom:8px}
.features span,.info-cards p{color:var(--muted)}

.gallery-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-auto-rows:220px;gap:14px}
.gallery-grid img{width:100%;height:100%;object-fit:cover;border-radius:24px}
.gallery-grid .wide{grid-column:span 1}
.gallery-grid .tall{grid-row:span 2}
.coming-soon{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;background:var(--soft);border:1px dashed var(--accent);border-radius:24px;padding:28px;color:var(--accent-dark)}
.coming-soon strong{font-size:22px}

.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.split img{width:100%;border-radius:28px;box-shadow:var(--shadow)}
.split p{color:var(--muted);font-size:18px}
.text-link{font-weight:900;color:var(--accent-dark)}

.guest-guide{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line);max-width:none}
.guest-guide .section-head,.guest-guide .guide-cards{max-width:1400px;margin-left:auto;margin-right:auto}
.guide-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.guide-cards a{display:block;text-decoration:none;background:var(--bg);border:1px solid var(--line);border-radius:24px;padding:24px;transition:.2s ease}
.guide-cards a:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.guide-cards span{display:block;color:var(--accent);font-weight:900;letter-spacing:.14em;font-size:12px;margin-bottom:18px}
.guide-cards strong{display:block;font-size:20px;margin-bottom:8px}
.guide-cards small{color:var(--muted)}

.cards-section{max-width:1500px}
.info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.map-wrap{margin-top:24px;border-radius:28px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow)}
.map-wrap iframe{display:block;width:100%;height:380px;border:0}

.soft{background:var(--soft);max-width:none}
.soft .section-head,.soft .steps,.soft .emergency-grid{max-width:1400px;margin-left:auto;margin-right:auto}

.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.steps article{background:var(--paper);border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 12px 30px rgba(46,36,27,.06)}
.steps img{width:100%;height:230px;object-fit:cover}
.steps div{padding:24px}
.steps h3{margin:0 0 12px;font-size:20px}
.steps p{color:var(--muted);margin:0}

.emergency-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.emergency-grid div{display:flex;justify-content:space-between;gap:18px;background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:20px 22px}
.emergency-grid span{text-align:right;color:var(--accent-dark);font-weight:900}

.contact{text-align:center}
.contact p{color:var(--muted)}
.contact .hero-actions{justify-content:center}

footer{padding:34px clamp(18px,5vw,78px);display:flex;justify-content:space-between;background:var(--text);color:#fff}

@media(max-width:1100px){
  .hero-grid,.intro,.split{grid-template-columns:1fr}
  .features,.guide-cards{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:repeat(2,1fr)}
  .info-cards{grid-template-columns:1fr}
}

@media(max-width:780px){
  .site-header{position:static;flex-direction:column;align-items:flex-start}
  .nav{width:100%;overflow:auto;gap:18px;padding-bottom:4px}
  .header-actions{width:100%;justify-content:space-between}
  .hero{padding-top:24px}
  .hero-photos{grid-template-columns:1fr}
  .hero-photos .photo-large{grid-column:auto;height:320px}
  .hero-photos img{height:220px}
  .features,.guide-cards,.gallery-grid,.steps,.emergency-grid{grid-template-columns:1fr}
  .gallery-grid{grid-auto-rows:auto}
  .gallery-grid img{height:auto}
  .gallery-grid .tall{grid-row:auto}
  .emergency-grid div{display:block}
  .emergency-grid span{display:block;text-align:left;margin-top:8px}
  footer{display:block;text-align:center}
}


/* V7 updates */
.emergency-compact{
  background:var(--paper);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.compact-head{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:end;
  max-width:1200px;
  margin:0 auto 28px;
}

.compact-head h2{
  font-size:clamp(34px,4vw,52px);
}

.compact-head p:last-child{
  color:var(--muted);
  margin:0;
}

.emergency-compact-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
  max-width:1200px;
  margin:0 auto;
}

.emergency-compact-grid a{
  text-decoration:none;
  background:var(--bg);
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px;
  min-height:120px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.emergency-compact-grid strong{
  font-size:15px;
}

.emergency-compact-grid span{
  color:var(--accent-dark);
  font-weight:900;
  font-size:15px;
  line-height:1.35;
}

.gallery-grid img[src*="kitchen"],
.gallery-grid img[src*="mezzanine"]{
  object-position:center;
}

@media(max-width:1100px){
  .emergency-compact-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:780px){
  .compact-head{
    grid-template-columns:1fr;
  }

  .emergency-compact-grid{
    grid-template-columns:1fr;
  }

  .emergency-compact-grid a{
    min-height:auto;
    gap:10px;
  }
}


/* V9 contact map */
.contact-map{
  text-align:left;
}

.contact-grid{
  display:grid;
  grid-template-columns:0.9fr 1.1fr;
  gap:32px;
  align-items:stretch;
  max-width:1300px;
  margin:0 auto;
}

.contact-copy{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:28px;
  padding:clamp(28px,4vw,52px);
  box-shadow:0 12px 30px rgba(46,36,27,.06);
}

.contact-copy h2{
  font-size:clamp(38px,5vw,64px);
}

.contact-copy p{
  color:var(--muted);
}

.address-card{
  margin:26px 0;
  padding:20px;
  border-radius:20px;
  background:var(--bg);
  border:1px solid var(--line);
  display:flex;
  flex-direction:column;
  gap:4px;
}

.address-card strong{
  font-size:20px;
}

.address-card span{
  color:var(--accent-dark);
  font-weight:800;
}

.address-card small{
  color:var(--muted);
}

.contact-map-box{
  min-height:420px;
  border-radius:28px;
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

.contact-map-box iframe{
  width:100%;
  height:100%;
  min-height:420px;
  border:0;
  display:block;
}

@media(max-width:900px){
  .contact-grid{
    grid-template-columns:1fr;
  }
}


/* V10 WhatsApp */
.btn-whatsapp{
  background:#ffffff;
  color:var(--accent-dark);
  border:1px solid var(--line);
}

.floating-whatsapp{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:60;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:118px;
  height:48px;
  padding:0 18px;
  border-radius:999px;
  background:var(--accent);
  color:#fff;
  text-decoration:none;
  font-weight:900;
  box-shadow:0 18px 38px rgba(46,36,27,.22);
}

.floating-whatsapp:hover{
  background:var(--accent-dark);
}

@media(max-width:780px){
  .floating-whatsapp{
    right:16px;
    bottom:16px;
    height:46px;
    min-width:108px;
    font-size:14px;
  }
}


/* V13 button hover effects */
.btn{
  transition:
    background-color .25s ease,
    color .25s ease,
    border-color .25s ease,
    transform .18s ease,
    box-shadow .25s ease;
}

.btn:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(46,36,27,.12);
}

.btn:not(.btn-light):hover{
  background:var(--accent-dark);
}

.btn-light:hover,
.btn-whatsapp:hover{
  background:var(--accent);
  color:#fff;
  border-color:var(--accent);
}


/* V14 balanced buttons */
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.hero-actions .btn:first-child{
  background:#ffffff;
  color:var(--text);
  border:1px solid var(--line);
}

.hero-actions .btn:first-child:hover{
  background:var(--accent);
  color:#fff;
  border-color:var(--accent);
}


/* V15 final button consistency */
.hero-actions .btn,
.contact .btn{
  background:#ffffff !important;
  color:var(--text) !important;
  border:1px solid var(--line) !important;
  box-shadow:0 10px 24px rgba(46,36,27,.08);
}

.hero-actions .btn:hover,
.contact .btn:hover{
  background:var(--accent) !important;
  color:#ffffff !important;
  border-color:var(--accent) !important;
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(46,36,27,.16);
}

/* Keep the header Book Now highlighted because it is the main CTA */
.site-header .btn-small{
  background:var(--accent) !important;
  color:#ffffff !important;
  border:1px solid var(--accent) !important;
}

.site-header .btn-small:hover{
  background:var(--accent-dark) !important;
  border-color:var(--accent-dark) !important;
}


/* V24 trust cards fixed */
.trust-section{
  padding-top:20px;
  padding-bottom:80px;
}

.trust-grid{
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.trust-card{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:28px;
  padding:34px;
  box-shadow:0 12px 30px rgba(46,36,27,.06);
  min-height:230px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}

.trust-icon{
  color:var(--accent);
  font-size:22px;
  line-height:1;
  margin-bottom:38px;
}

.trust-card h3{
  margin:0 0 14px;
  font-size:22px;
  line-height:1.2;
}

.trust-card p{
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.55;
  max-width:320px;
}

@media(max-width:900px){
  .trust-grid{
    grid-template-columns:1fr;
  }

  .trust-card{
    min-height:auto;
  }

  .trust-icon{
    margin-bottom:24px;
  }
}


/* V27 check-in and parking refinements */
#parking-guide .section-head p,
#checkin-guide .section-head p{
  max-width:720px;
  color:var(--muted);
}

.checkin-steps{
  grid-template-columns:repeat(5,1fr);
}

.checkin-steps article img{
  height:220px;
}

@media(max-width:1300px){
  .checkin-steps{grid-template-columns:repeat(3,1fr);}
}
@media(max-width:900px){
  .checkin-steps{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:640px){
  .checkin-steps{grid-template-columns:1fr;}
}


/* V28 reviews */
.reviews-section{
  background:var(--paper);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  max-width:none;
}

.reviews-head{
  max-width:1320px;
  margin:0 auto 34px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:32px;
  align-items:end;
}

.reviews-head h2{
  font-size:clamp(38px,5vw,64px);
}

.reviews-score{
  background:var(--bg);
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px 28px;
  min-width:220px;
  box-shadow:0 12px 30px rgba(46,36,27,.06);
}

.reviews-score strong{
  display:block;
  font-size:34px;
  line-height:1;
  margin-bottom:8px;
}

.reviews-score span,
.reviews-score small{
  display:block;
  color:var(--muted);
}

.reviews-score small{
  margin-top:4px;
  color:var(--accent-dark);
  font-weight:800;
}

.reviews-grid{
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.review-card{
  background:var(--bg);
  border:1px solid var(--line);
  border-radius:28px;
  padding:30px;
  box-shadow:0 12px 30px rgba(46,36,27,.06);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:300px;
}

.review-card p{
  margin:0 0 28px;
  color:var(--text);
  font-size:18px;
  line-height:1.62;
}

.review-card strong{
  display:block;
  font-size:18px;
}

.review-card span{
  display:block;
  color:var(--muted);
  margin-top:4px;
  font-size:14px;
}

.reviews-action{
  max-width:1320px;
  margin:28px auto 0;
  display:flex;
  justify-content:center;
}

@media(max-width:980px){
  .reviews-head{
    grid-template-columns:1fr;
  }

  .reviews-grid{
    grid-template-columns:1fr;
  }

  .review-card{
    min-height:auto;
  }
}


/* V29 local guide */
.local-guide{
  background:var(--bg);
}

.guide-groups{
  display:flex;
  flex-direction:column;
  gap:48px;
}

.guide-group-head{
  margin-bottom:18px;
}

.guide-group-head h3{
  font-size:28px;
}

.local-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.local-card{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:28px;
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:28px;
  min-height:260px;
  box-shadow:0 12px 30px rgba(46,36,27,.06);
}

.local-card h4{
  font-size:24px;
  margin:14px 0 10px;
}

.local-card p{
  color:var(--muted);
  line-height:1.6;
}

.local-card a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border:1px solid var(--line);
  border-radius:999px;
  padding:12px 18px;
  color:var(--text);
  transition:all .22s ease;
}

.local-card a:hover{
  background:var(--accent);
  color:#fff;
  border-color:var(--accent);
}

.local-tag{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border-radius:999px;
  background:var(--bg);
  border:1px solid var(--line);
  font-size:13px;
  font-weight:700;
  color:var(--accent-dark);
}

@media(max-width:980px){
  .local-grid{
    grid-template-columns:1fr;
  }
}


/* V31 stable clean navigation */
.nav{
  gap:clamp(16px,2vw,28px);
  white-space:nowrap;
}

.nav a{
  font-size:15px;
}

@media(max-width:900px){
  .nav{
    width:100%;
    justify-content:center;
    overflow-x:auto;
    padding-bottom:4px;
  }
}


/* V32a route help note */
.route-help-note{
  max-width:760px;
  margin:28px auto 0;
  text-align:center;
  color:var(--muted);
  font-size:18px;
  line-height:1.6;
}






/* V34 consistency pass */
.section-head{
  max-width:820px;
  margin-bottom:34px;
}

.section-head > p:not(.eyebrow){
  color:var(--muted);
  font-size:18px;
  line-height:1.6;
  max-width:760px;
  margin-top:16px;
}

.emergency-v34{
  background:var(--paper);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  max-width:none;
}

.emergency-v34 .section-head{
  max-width:1320px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:34px;
  text-align:left;
}

.emergency-v34 .section-head h2{
  text-align:left;
}

.emergency-v34 .section-head p:not(.eyebrow){
  text-align:left;
  margin-left:0;
  margin-right:0;
}

.emergency-v34 .emergency-compact-grid{
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  text-align:left;
}

.emergency-v34 .emergency-compact-grid a{
  min-height:150px;
}

.local-guide .section-head p:not(.eyebrow),
.reviews-section .section-head p:not(.eyebrow),
#how-to-get .section-head p:not(.eyebrow),
#parking-guide .section-head p:not(.eyebrow),
#checkin-guide .section-head p:not(.eyebrow),
#general-info .section-head p:not(.eyebrow){
  font-size:18px;
  color:var(--muted);
  line-height:1.6;
}

@media(max-width:1200px){
  .emergency-v34 .emergency-compact-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:700px){
  .emergency-v34 .emergency-compact-grid{
    grid-template-columns:1fr;
  }
}


/* V37 complete Local Guide refinements */
.local-guide .section-head{
  max-width:900px;
}

.guide-groups{
  display:flex;
  flex-direction:column;
  gap:54px;
}

.guide-group-head h3{
  font-size:clamp(24px,3vw,34px);
  margin:0 0 20px;
  font-family:Georgia,"Times New Roman",serif;
}

.local-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.local-card{
  min-height:250px;
}

.local-card p{
  margin-bottom:0;
}

@media(max-width:1250px){
  .local-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:900px){
  .local-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:620px){
  .local-grid{
    grid-template-columns:1fr;
  }
}


/* V38 local guide polish */
.local-tag{
  letter-spacing:.2px;
}

.local-card{
  transition:transform .18s ease, box-shadow .18s ease;
}

.local-card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 38px rgba(46,36,27,.09);
}


/* V39 monochromatic icons */
.mini-icon{
  display:inline-flex;
  width:14px;
  height:14px;
  margin-right:6px;
  border:1.5px solid var(--accent-dark);
  border-radius:50%;
  opacity:.75;
  vertical-align:middle;
  transform:translateY(-1px);
  font-size:0;
}

.local-tag{
  color:var(--accent-dark);
}


/* V40 final icon refinement */
.real-icon{
  display:inline-block;
  margin-right:6px;
  color:#7b5a43;
  font-size:11px;
  opacity:.9;
  transform:translateY(-1px);
  letter-spacing:0;
}

.local-tag{
  display:inline-flex;
  align-items:center;
  gap:2px;
}


/* FINAL polish: true monochrome SVG local guide icons */
.local-tag{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--accent-dark);
  background:var(--bg);
  border:1px solid var(--line);
}

.local-tag svg{
  width:14px;
  height:14px;
  stroke:currentColor;
  stroke-width:1.8;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex:0 0 auto;
  opacity:.92;
}

.local-card a{
  min-height:48px;
}

.local-card a[href*="PNN6XKzPrEVNYdqA9"]{
  border-color:var(--accent);
}

@media(max-width:780px){
  .site-header{
    padding-bottom:14px;
  }

  .nav{
    gap:16px;
    font-size:14px;
  }

  .section{
    padding-left:20px;
    padding-right:20px;
  }

  .local-card{
    min-height:auto;
  }

  .floating-whatsapp{
    right:14px;
    bottom:14px;
  }
}


/* V43 final Local Guide fixed */
.local-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.local-tag{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--accent-dark);
  background:var(--bg);
  border:1px solid var(--line);
}

.local-tag svg{
  width:14px;
  height:14px;
  stroke:currentColor;
  stroke-width:1.8;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex:0 0 auto;
}

@media(max-width:1250px){
  .local-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:900px){
  .local-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:620px){
  .local-grid{grid-template-columns:1fr;}
}


/* V46 final safety guard: hide any duplicated visible content after footer */
footer ~ section,
footer ~ div,
footer ~ article,
footer ~ main,
footer ~ header,
footer ~ nav {
  display: none !important;
}


/* V47 final static SVG icons */
.local-tag{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--accent-dark);
}

.local-tag svg{
  width:14px;
  height:14px;
  stroke:currentColor;
  stroke-width:1.8;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex:0 0 auto;
  opacity:.95;
}


/* V48 SAFE FINAL: no SVG icons in Local Guide */
.local-tag svg,
.real-icon,
.mini-icon{
  display:none !important;
}

.local-tag{
  display:inline-flex;
  align-items:center;
  gap:0;
}


/* V49 FINAL MOBILE FIX — Local Guide stable on iPhone/iPad */
.local-guide{
  overflow:hidden;
}

.local-guide .guide-groups{
  width:100%;
  max-width:1320px;
  margin-left:auto;
  margin-right:auto;
}

.local-guide .guide-group{
  width:100%;
  margin-bottom:54px;
}

.local-guide .guide-group:last-child{
  margin-bottom:0;
}

.local-guide .local-grid{
  width:100%;
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}

.local-guide .local-card{
  box-sizing:border-box;
  width:100%;
  min-width:0;
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:28px;
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:26px;
  min-height:250px;
  box-shadow:0 12px 30px rgba(46,36,27,.06);
}

.local-guide .local-card h4{
  margin:14px 0 10px;
  font-size:24px;
  line-height:1.2;
}

.local-guide .local-card p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
}

.local-guide .local-card a{
  width:100%;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  text-decoration:none;
  border:1px solid var(--line);
  border-radius:999px;
  padding:13px 18px;
  color:var(--text);
  background:#fff;
  min-height:48px;
}

.local-guide .local-tag{
  display:inline-flex;
  align-items:center;
  width:auto;
  max-width:100%;
  padding:7px 12px;
  border-radius:999px;
  background:var(--bg);
  border:1px solid var(--line);
  font-size:13px;
  font-weight:700;
  line-height:1;
  color:var(--accent-dark);
}

/* iPad */
@media(max-width:1180px){
  .local-guide .local-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:18px;
  }
}

/* iPhone */
@media(max-width:760px){
  .local-guide{
    padding-left:20px !important;
    padding-right:20px !important;
  }

  .local-guide .section-head{
    margin-bottom:34px;
  }

  .local-guide .guide-group-head h3{
    font-size:30px;
    line-height:1.1;
    margin-bottom:20px;
  }

  .local-guide .local-grid{
    display:block !important;
  }

  .local-guide .local-card{
    display:flex !important;
    width:100% !important;
    max-width:100% !important;
    min-height:auto !important;
    margin:0 0 18px 0 !important;
    padding:24px !important;
    border-radius:24px !important;
  }

  .local-guide .local-card:last-child{
    margin-bottom:0 !important;
  }

  .local-guide .local-card h4{
    font-size:22px !important;
  }

  .local-guide .local-card p{
    font-size:16px !important;
  }

  .local-guide .local-card a{
    font-size:15px !important;
  }
}


/* V50 FINAL STABLE LOCAL GUIDE */
.local-guide-v50{
  background:var(--bg);
  overflow:hidden;
}

.local-guide-v50 .section-head{
  max-width:900px;
}

.local-guide-v50 .lg-group{
  max-width:1320px;
  margin:0 auto 58px;
}

.local-guide-v50 .lg-group:last-of-type{
  margin-bottom:0;
}

.local-guide-v50 .lg-group h3{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(28px,3vw,40px);
  line-height:1.1;
  margin:0 0 22px;
  color:var(--text);
}

.local-guide-v50 .lg-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  width:100%;
}

.local-guide-v50 .lg-card{
  box-sizing:border-box;
  width:100%;
  min-width:0;
  min-height:260px;
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:28px;
  padding:28px;
  display:flex !important;
  flex-direction:column;
  justify-content:space-between;
  gap:26px;
  box-shadow:0 12px 30px rgba(46,36,27,.06);
}

.local-guide-v50 .lg-tag{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  padding:7px 12px;
  border-radius:999px;
  background:var(--bg);
  border:1px solid var(--line);
  font-size:13px;
  line-height:1;
  font-weight:700;
  color:var(--accent-dark);
  margin-bottom:12px;
}

.local-guide-v50 .lg-card h4{
  font-size:24px;
  line-height:1.2;
  margin:0 0 10px;
  color:var(--text);
}

.local-guide-v50 .lg-card p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
  font-size:16px;
}

.local-guide-v50 .lg-card a{
  display:flex !important;
  align-items:center;
  justify-content:center;
  width:100%;
  box-sizing:border-box;
  min-height:48px;
  text-decoration:none;
  text-align:center;
  border:1px solid var(--line);
  border-radius:999px;
  padding:13px 18px;
  color:var(--text);
  background:#fff;
  transition:all .2s ease;
}

.local-guide-v50 .lg-card a:hover{
  background:var(--accent);
  border-color:var(--accent);
  color:#fff;
}

@media(max-width:1250px){
  .local-guide-v50 .lg-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

@media(max-width:900px){
  .local-guide-v50 .lg-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media(max-width:620px){
  .local-guide-v50{
    padding-left:20px !important;
    padding-right:20px !important;
  }

  .local-guide-v50 .lg-grid{
    display:block !important;
  }

  .local-guide-v50 .lg-card{
    width:100% !important;
    max-width:100% !important;
    min-height:auto !important;
    margin:0 0 18px !important;
    padding:24px !important;
    border-radius:24px !important;
  }

  .local-guide-v50 .lg-card:last-child{
    margin-bottom:0 !important;
  }
}
