@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600;700;800&family=Roboto+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");
:root{
      --forest:#225430;
      --forest-2:#2f6b42;
      --sand:#F1EDE3;
      --cream:#FFFEFA;
      --gold:#225430;
      --ink:#111111;
      --muted:#5f665f;
      --line:rgba(34,84,48,.16);
      --shadow:0 25px 70px rgba(34,84,48,.13);
      --radius:24px;
    }

    
.miremby-experience{
  display:block;
  width:100%;
  overflow:clip;
  background:var(--sand);
  color:var(--ink);
  font-family:"Roboto Condensed",Arial,sans-serif;
  line-height:1.5;
}
.miremby-experience *,
.miremby-experience *::before,
.miremby-experience *::after{box-sizing:border-box}

    .miremby-experience{scroll-behavior:smooth}

    button,a{font:inherit}
    

    /* HERO */
    .journey-hero{
      min-height:84vh;
      display:grid;
      align-items:end;
      position:relative;
      padding:clamp(28px,6vw,84px);
      color:white;
      background:
        linear-gradient(180deg,rgba(8,31,27,.12),rgba(8,31,27,.88)),
        radial-gradient(circle at 75% 20%,rgba(241,237,227,.18),transparent 32%),
        linear-gradient(135deg,#335f4e,#102f29 62%,#071d19);
    }

    .journey-hero::before{
      content:"";
      position:absolute;
      inset:0;
      opacity:.28;
      background-image:
        linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
      background-size:48px 48px;
      mask-image:linear-gradient(to bottom,black,transparent 75%);
    }

    .hero-content{position:relative;max-width:1050px}
    .eyebrow{
      display:inline-flex;
      gap:10px;
      align-items:center;
      text-transform:uppercase;
      letter-spacing:.22em;
      font-size:.78rem;
      font-weight:600;
      color:rgba(255,255,255,.78);
    }
    .eyebrow::before{content:"";width:44px;height:1px;background:var(--gold)}
    .journey-hero h1{
      margin:.35em 0 .18em;
      max-width:900px;
      font:800 clamp(3.2rem,9vw,8rem)/.88 "League Spartan",sans-serif;
      letter-spacing:-.055em;
    }
    .hero-copy{
      max-width:760px;
      font-size:clamp(1rem,1.7vw,1.25rem);
      line-height:1.75;
      color:rgba(255,255,255,.82);
    }
    .hero-meta{
      display:flex;flex-wrap:wrap;gap:14px;margin-top:30px;
    }
    .hero-meta span{
      padding:11px 16px;
      border:1px solid rgba(255,255,255,.22);
      border-radius:999px;
      background:rgba(255,255,255,.09);
      backdrop-filter:blur(14px);
    }

    /* STICKY NAV */
    .journey-nav-shell{
      position:sticky;
      top:12px;
      z-index:50;
      padding:12px clamp(12px,3vw,36px);
      pointer-events:none;
    }
    .journey-nav{
      max-width:1450px;
      margin:auto;
      pointer-events:auto;
      background:rgba(255,253,248,.76);
      border:1px solid rgba(255,255,255,.7);
      box-shadow:0 16px 45px rgba(16,47,41,.12);
      backdrop-filter:blur(20px);
      -webkit-backdrop-filter:blur(20px);
      border-radius:18px;
      overflow:hidden;
    }
    .nav-row{
      display:grid;
      grid-template-columns:auto 1fr auto;
      align-items:center;
      gap:18px;
      padding:12px 16px 10px;
    }
    .nav-brand{
      font:700 .82rem "League Spartan",sans-serif;
      letter-spacing:.2em;
      color:var(--forest);
    }
    .day-tabs{
      display:flex;
      gap:7px;
      overflow-x:auto;
      scrollbar-width:none;
      padding:2px;
    }
    .day-tabs::-webkit-scrollbar{display:none}
    .day-tab{
      flex:0 0 auto;
      width:36px;height:36px;border:0;border-radius:50%;
      background:transparent;color:var(--muted);
      cursor:pointer;transition:.25s ease;
    }
    .day-tab:hover{background:rgba(23,63,54,.08);transform:translateY(-2px)}
    .day-tab.active{background:var(--forest);color:white;box-shadow:0 8px 18px rgba(23,63,54,.22)}
    .nav-status{
      white-space:nowrap;
      font-size:.78rem;color:var(--muted)
    }
    .progress-track{height:3px;background:rgba(23,63,54,.08)}
    .progress-fill{height:100%;width:0;background:linear-gradient(90deg,var(--forest),#6f9b73);transition:width .15s linear}

    /* INTRO */
    .intro{
      max-width:1250px;
      margin:auto;
      padding:clamp(70px,10vw,130px) clamp(20px,5vw,50px);
      display:grid;
      grid-template-columns:.8fr 1.2fr;
      gap:clamp(30px,7vw,100px);
      align-items:start;
    }
    .intro h2{
      margin:0;
      font:800 clamp(2.5rem,5vw,5.2rem)/.95 "League Spartan",sans-serif;
      letter-spacing:-.04em;
    }
    .intro-copy{font-size:1.05rem;line-height:1.9;color:#4f5e59}
    .intro-stats{
      display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px
    }
    .stat{
      padding:20px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.48)
    }
    .stat strong{display:block;font:600 1.8rem "League Spartan",sans-serif;color:var(--forest)}
    .stat span{font-size:.76rem;color:var(--muted)}

    /* MAIN LAYOUT */
    .journey-layout{
      max-width:1500px;
      margin:auto;
      padding:0 clamp(16px,3vw,38px) 120px;
      display:grid;
      grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
      gap:28px;
      align-items:start;
    }
    .map-panel{
      position:sticky;
      top:112px;
      height:calc(100vh - 132px);
      min-height:520px;
      border-radius:24px;
      overflow:hidden;
      box-shadow:var(--shadow);
      background:#dce6df;
    }
    #journeyMap{position:absolute;inset:0;width:100%;height:100%;min-height:100%}
    .map-overlay{
      position:absolute;left:18px;right:18px;bottom:18px;
      padding:18px;
      color:white;
      background:rgba(12,42,36,.78);
      backdrop-filter:blur(18px);
      border:1px solid rgba(255,255,255,.18);
      border-radius:22px;
      pointer-events:none;
    }
    .map-overlay small{display:block;color:#e7d6b5;text-transform:uppercase;letter-spacing:.18em}
    .map-overlay strong{display:block;margin-top:5px;font:600 1.4rem "League Spartan",sans-serif}
    .map-overlay span{display:block;margin-top:4px;color:rgba(255,255,255,.72);font-size:.85rem}

    /* DAY ACCORDIONS */
    .days-column{display:grid;gap:18px}
    .day-card{
      scroll-margin-top:116px;
      background:rgba(255,253,248,.86);
      border:1px solid rgba(255,255,255,.72);
      border-radius:24px;
      box-shadow:0 14px 45px rgba(22,49,45,.07);
      overflow:hidden;
      transition:.35s ease;
    }
    .day-card.in-view{box-shadow:0 24px 65px rgba(22,49,45,.14)}
    .day-toggle{
      width:100%;
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:18px;
      align-items:center;
      text-align:left;
      padding:24px;
      border:0;
      background:transparent;
      color:inherit;
      cursor:pointer;
    }
    .day-number{
      width:62px;height:62px;border-radius:20px;
      display:grid;place-items:center;
      background:var(--forest);color:white;
      font:600 1.15rem "League Spartan",sans-serif;
    }
    .day-kicker{
      display:block;
      color:var(--gold);
      text-transform:uppercase;
      letter-spacing:.18em;
      font-size:.7rem;
      font-weight:600;
    }
    .day-title{
      margin:5px 0 0;
      font:600 clamp(1.45rem,2.6vw,2.15rem)/1 "League Spartan",sans-serif;
      letter-spacing:-.025em;
    }
    .day-place{display:block;margin-top:8px;color:var(--muted);font-size:.84rem}
    .chevron{
      width:42px;height:42px;border-radius:50%;
      display:grid;place-items:center;
      background:rgba(23,63,54,.07);
      transition:.3s ease;
      font-size:1.25rem;
    }
    .day-card.open .chevron{transform:rotate(45deg);background:var(--forest-2);color:white}
    .day-content{
      height:0;
      overflow:hidden;
      visibility:hidden;
      transition:height .5s cubic-bezier(.2,.7,.2,1), visibility 0s linear .5s;
    }
    .day-card.open .day-content{visibility:visible;transition:height .5s cubic-bezier(.2,.7,.2,1)}
    .day-content-inner{overflow:hidden}
    .day-body{padding:0 24px 28px}
    .day-summary{
      margin:0;
      padding-top:2px;
      color:#485854;
      line-height:1.8;
    }
    .detail-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
      margin:22px 0;
    }
    .detail{
      min-height:94px;
      padding:14px;
      border:1px solid var(--line);
      border-radius:18px;
      background:white;
    }
    .detail small{
      display:block;text-transform:uppercase;letter-spacing:.13em;color:var(--gold);font-size:.64rem;font-weight:600
    }
    .detail strong{
      display:block;margin-top:8px;font:600 1rem/1.25 "League Spartan",sans-serif;color:var(--forest)
    }
    .moment{
      margin-top:14px;
      padding:18px 20px;
      border-radius:20px;
      background:#e7efe9;
      border-left:4px solid var(--forest-2);
    }
    .moment.photo{background:#f2eadb;border-left-color:var(--gold)}
    .moment strong{font:600 1rem "League Spartan",sans-serif}
    .moment p{margin:7px 0 0;font-size:.88rem;line-height:1.65;color:#53625d}
    .optional{
      margin-top:18px;
      padding-top:18px;
      border-top:1px solid var(--line);
    }
    .optional strong{font:600 1rem "League Spartan",sans-serif}
    .chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
    .chip{
      padding:8px 11px;border-radius:999px;background:rgba(23,63,54,.07);
      color:var(--forest);font-size:.75rem
    }


    /* LINE-DRAWN ICONS */
    .moment-heading{
      text-transform:uppercase;
      letter-spacing:.10em;
      font-size:.86rem;
      display:flex;
      align-items:center;
      gap:10px;
      font:600 1rem "League Spartan",sans-serif;
    }
    .line-icon{
      width:25px;
      height:25px;
      flex:0 0 25px;
      fill:none;
      stroke:currentColor;
      stroke-width:1.45;
      stroke-linecap:round;
      stroke-linejoin:round;
    }
    .moment .line-icon{color:var(--forest-2)}
    .moment.photo .line-icon{color:var(--gold)}
    .realistic-icon{overflow:visible}



    .journey-hero h1,
    .intro h2,
    .journey-cta h2,
    .day-title{
      text-transform: uppercase;
      letter-spacing: 0.02em;
    }

    .journey-hero h1,
    .intro h2,
    .journey-cta h2,
    .day-title,
    .map-overlay strong,
    .detail strong{
      font-family:"League Spartan",sans-serif;
    }

    .eyebrow,
    .day-kicker,
    .detail small,
    .map-overlay small,
    .nav-brand{
      font-family:"League Spartan",sans-serif;
      font-weight:700;
    }

    .day-card::before{
      content:"";
      display:block;
      height:4px;
      background:var(--forest);
      opacity:.94;
    }

    .moment{
      background:rgba(34,84,48,.08);
      border-left-color:var(--forest);
    }

    .moment.photo{
      background:rgba(241,237,227,.72);
      border-left-color:var(--forest-2);
    }

    .moment.photo .line-icon,
    .moment .line-icon{
      color:var(--forest);
    }

    .chip{
      border:1px solid rgba(34,84,48,.14);
      background:rgba(34,84,48,.06);
    }

    /* CTA */
    .journey-cta{
      margin:0 clamp(16px,3vw,38px) 50px;
      padding:clamp(36px,7vw,85px);
      border-radius:38px;
      text-align:center;
      color:white;
      background:
        radial-gradient(circle at 18% 20%,rgba(241,237,227,.16),transparent 28%),
        linear-gradient(135deg,#1c4a3f,#0d2923);
    }
    .journey-cta h2{
      margin:0 auto;
      max-width:800px;
      font:800 clamp(2.5rem,6vw,5rem)/.95 "League Spartan",sans-serif;
      letter-spacing:-.04em;
    }
    .journey-cta p{max-width:680px;margin:22px auto;color:rgba(255,255,255,.75);line-height:1.7}
    .cta-button{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:52px;
      padding:0 24px;
      border-radius:999px;
      text-decoration:none;
      background:var(--forest-2);
      color:white;
      font-weight:600;
      transition:.25s ease;
    }
    .cta-button:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(0,0,0,.2)}

    @media(max-width:1050px){
      .journey-layout{grid-template-columns:1fr}
      .map-panel{position:relative;top:auto;height:58vh;min-height:430px;order:-1}
      .intro{grid-template-columns:1fr}
    }

    @media(max-width:720px){
      .journey-hero{min-height:76vh}
      .nav-row{grid-template-columns:1fr auto;gap:8px}
      .nav-brand{display:none}
      .nav-status{font-size:.7rem}
      .day-toggle{grid-template-columns:auto 1fr auto;gap:12px;padding:18px}
      .day-number{width:48px;height:48px;border-radius:15px}
      .detail-grid{grid-template-columns:1fr}
      .intro-stats{grid-template-columns:1fr}
      .map-panel{height:52vh;min-height:390px}
    }

    @media(prefers-reduced-motion:reduce){
      html{scroll-behavior:auto}
      *,*::before,*::after{transition:none!important}
    }

/* WordPress/WP Coder compatibility */
.miremby-experience .day-toggle{appearance:none;-webkit-appearance:none}
.miremby-experience .day-content[aria-hidden="false"]{visibility:visible}
.miremby-experience #journeyMap .mapboxgl-canvas{width:100%!important;height:100%!important}

/* Mapbox hardening for WordPress/WP Coder */
.miremby-experience .map-panel{
  isolation:isolate;
}
.miremby-experience #journeyMap{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-height:390px!important;
  z-index:1;
}
.miremby-experience #journeyMap .mapboxgl-map,
.miremby-experience #journeyMap .mapboxgl-canvas-container,
.miremby-experience #journeyMap .mapboxgl-canvas{
  width:100%!important;
  height:100%!important;
}
.miremby-experience .map-overlay{
  z-index:5;
}

/* =========================================================
   REUSABLE MIREMBY SVG MAPBOX MARKERS
   ========================================================= */
.miremby-svg-marker{
  position:relative;
  width:34px;
  height:46px;
  cursor:pointer;
  transform-origin:50% 100%;
  transition:transform .25s ease, filter .25s ease;
  filter:drop-shadow(0 6px 9px rgba(0,0,0,.18));
}

.miremby-svg-marker:hover{
  transform:translateY(-2px) scale(1.08);
}

.miremby-svg-marker.is-active{
  transform:translateY(-3px) scale(1.18);
  filter:drop-shadow(0 9px 14px rgba(0,0,0,.24));
}

.miremby-svg-marker svg{
  display:block;
  width:100%;
  height:100%;
  overflow:visible;
}

.miremby-svg-marker .pin-body{
  fill:var(--miremby-pin,#225430);
  stroke:var(--miremby-pin-outline,#173f36);
  stroke-width:1.4;
  vector-effect:non-scaling-stroke;
}

.miremby-svg-marker.is-active .pin-body{
  fill:var(--miremby-pin-active,#2f6b42);
}

.miremby-svg-marker .pin-centre{
  fill:#fffefa;
}

.miremby-svg-marker .pin-number{
  fill:#225430;
  font:700 7px "League Spartan",sans-serif;
  text-anchor:middle;
  dominant-baseline:middle;
  pointer-events:none;
}

.miremby-svg-marker .pin-anchor{
  fill:#111111;
  stroke:#fffefa;
  stroke-width:1;
  vector-effect:non-scaling-stroke;
}

.miremby-map-popup .mapboxgl-popup-content{
  min-width:210px;
  padding:16px 18px;
  border-radius:16px;
  background:#fffefa;
  box-shadow:0 16px 40px rgba(0,0,0,.16);
  font-family:"Roboto Condensed",sans-serif;
}

.miremby-map-popup .mapboxgl-popup-tip{
  border-top-color:#fffefa!important;
}

.miremby-popup-kicker{
  display:block;
  margin-bottom:4px;
  color:#225430;
  text-transform:uppercase;
  letter-spacing:.14em;
  font:700 10px "League Spartan",sans-serif;
}

.miremby-popup-title{
  display:block;
  color:#111;
  text-transform:uppercase;
  font:700 16px/1.18 "League Spartan",sans-serif;
}

.miremby-popup-place{
  display:block;
  margin-top:6px;
  color:#5f665f;
  font-size:13px;
}

.miremby-popup-link{
  display:inline-flex;
  margin-top:12px;
  color:#225430;
  font-weight:700;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:11px;
}


/* WordPress theme override protection */
.miremby-experience h1,
.miremby-experience h2,
.miremby-experience h3,
.miremby-experience p,
.miremby-experience span,
.miremby-experience strong,
.miremby-experience small{
  max-width:none;
}
.miremby-experience button{
  box-shadow:none;
}
.miremby-experience .journey-hero,
.miremby-experience .journey-hero h1,
.miremby-experience .journey-hero h2,
.miremby-experience .journey-hero p,
.miremby-experience .journey-hero span {
  color: #ffffff !important;
}
.miremby-experience .journey-cta,
.miremby-experience .journey-cta h2,
.miremby-experience .journey-cta p,
.miremby-experience .journey-cta a {
    color: #ffffff !important;
}