/* REGION_NEW.CSS */
@charset "utf-8";

/* =========================
   REGION: BASE
   ========================= */
.ns-region{
  background:var(--bg);
}

.ns-region .ns-wrap{
  padding-bottom:40px;
}

/* =========================
   HERO
   ========================= */
.ns-rhero{
  position:relative;
  border-radius:0;
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#0e0e0e;
  margin-top:-60px;
}

@media (max-width: 767px){
  .ns-rhero{
    margin-top:0;
  }
}

.ns-rhero__frame{
  position:relative;
  min-height:520px;
  padding:0;
  background:#0e0e0e;
}

.ns-rhero__split{
  position:relative;
  min-height:520px;
  display:block;
}

/* LEFT */
.ns-rhero__left{
  position:relative;
  z-index:2;
  padding:114px 26px 28px;

  width:min(720px, 58%);
  margin-left:0;

  background:transparent;

  display:flex;
  flex-direction:column;
  align-items:flex-end;
}

.ns-rhero__left > *{
  width:min(620px, 100%);
}

@media (min-width:900px){
  .ns-rhero__left{
    padding-right:26px;
    padding-left:90px;
  }
}


@media (max-width: 899px){
  .ns-rhero__left{
    padding:92px 18px 22px;
  }
}

.ns-rhero__kicker-wrap{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-bottom:18px;
}

.ns-rhero__kicker{
  font-family:"Shippori Mincho","Noto Sans JP",serif;
  font-weight:700;
  letter-spacing:.14em;
  font-size:20px;

  background:linear-gradient(
    180deg,
    #fff4d6 0%,
    #ffe8b0 32%,
    var(--gold) 68%,
    #e2b866 100%
  );
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;

  text-shadow:0 10px 22px rgba(0,0,0,.55);
}

.ns-rhero__kicker-line{
  width:250px;
  height:1px;
  background:linear-gradient(
    90deg,
    rgba(208,162,74,.95) 0%,
    rgba(240,197,111,.95) 48%,
    rgba(255,244,214,.65) 72%,
    rgba(255,244,214,0) 100%
  );
  opacity:1;
}


.ns-rhero__desc{
  font-weight:500;
  letter-spacing:.06em;
  font-size:13px;
  line-height:1.9;
  opacity:.92;
  text-shadow:0 10px 22px rgba(0,0,0,.55);
  max-width:560px;
  margin-bottom:14px;
}

/* BULLET POINTS */
.ns-rhero__bullets{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin:10px 0 -22px;
  max-width:620px;
  padding-left:22px;
}

.ns-rhero__bullets li{
  position:relative;
  padding-left:30px;
  font-weight:700;
  font-size:12.5px;
  letter-spacing:.06em;
  opacity:.94;
  text-shadow:0 10px 22px rgba(0,0,0,.55);
}

.ns-rhero__bullets li::before{
  content:"";
  position:absolute;
  left:0;
  top:.45em;
  width:14px;
  height:14px;
  border-radius:50%;
  background:linear-gradient(180deg,#ffe0a8 0%,var(--gold) 30%,var(--gold2) 62%,var(--gold3) 100%);
  box-shadow:0 10px 22px rgba(0,0,0,.35);
}

.ns-rhero__bullets li::after{
  content:"";
  position:absolute;
  left:4px;
  top:calc(.45em + 5px);
  width:6px;
  height:3px;
  border-left:2px solid #0e0e0e;
  border-bottom:2px solid #0e0e0e;
  transform:rotate(-45deg);
}

/* RIGHT IMAGE + FADES */
.ns-rhero__right{
  position:absolute;
  inset:0;
  z-index:1;
  overflow:hidden;
  background:#000;
}

.ns-rhero__right img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(1.00) contrast(1.03);
  transform:scale(1.02);
  z-index:0;
}

.ns-rhero__right::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:1;
  background:
    linear-gradient(
      90deg,
      rgba(14,14,14,1) 0%,
      rgba(14,14,14,.88) 12%,
      rgba(14,14,14,.55) 26%,
      rgba(14,14,14,.18) 42%,
      rgba(14,14,14,0) 58%
    ),
    linear-gradient(
      180deg,
      rgba(14,14,14,.30) 0%,
      rgba(14,14,14,0) 26%,
      rgba(14,14,14,0) 62%,
      rgba(14,14,14,.55) 82%,
      rgba(14,14,14,.92) 100%
    );
}

.ns-rhero__right::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:2;
  opacity:.22;
  background:
    radial-gradient(700px 420px at 60% 20%, rgba(255,255,255,.10) 0%, rgba(255,255,255,0) 60%),
    radial-gradient(900px 520px at 70% 80%, rgba(240,197,111,.10) 0%, rgba(240,197,111,0) 62%);
}

@media (max-width: 899px){
  .ns-rhero__left{
    width:100%;
    padding:92px 18px 22px;
    background:
      radial-gradient(
        900px 520px at 30% 10%,
        rgba(255,255,255,.06) 0%,
        rgba(255,255,255,0) 60%
      ),
      linear-gradient(
        180deg,
        rgba(14,14,14,.88) 0%,
        rgba(14,14,14,.60) 42%,
        rgba(14,14,14,.78) 100%
      );
  }
}

/* =========================
   SECTION HEAD
   ========================= */
.ns-rsec__head{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:14px 0 12px;
  margin-top:22px;
}

.ns-rsec__line{
  flex:1 1 auto;
  max-width:320px;
  height:1px;
  background:linear-gradient(
    90deg,
    var(--gold2) 0%,
    var(--gold) 30%,
    #fff4d6 50%,
    var(--gold) 70%,
    var(--gold2) 100%
  );
  opacity:.95;
}

.ns-rsec__title{
  font-family:"Shippori Mincho","Noto Sans JP",serif;
  font-weight:700;
  letter-spacing:.18em;
  font-size:16px;

  background:linear-gradient(
    180deg,
    #fff4d6 0%,
    #ffe8b0 32%,
    var(--gold) 68%,
    #e2b866 100%
  );
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;

  text-shadow:0 10px 22px rgba(0,0,0,.55);
}

/* =========================
   REGION: MAP (③)
   ========================= */

.ns-rmap{
  margin-top:0;
}

.ns-rmap__stage{
  position:relative;
  width:100%;
  min-height:460px;
  margin:6px auto 0;

  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 46px rgba(0,0,0,.55);
  overflow:hidden;

  background:
    radial-gradient(900px 520px at 40% 10%, rgba(240,197,111,.10) 0%, rgba(240,197,111,0) 60%),
    linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,0) 34%, rgba(0,0,0,.55) 100%),
    url("../images/regions/basque_fondo.png");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

.ns-rmap__stage::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(1200px 520px at 55% 45%, rgba(0,0,0,0) 38%, rgba(0,0,0,.55) 86%, rgba(0,0,0,.78) 100%),
    linear-gradient(180deg, rgba(0,0,0,.38) 0%, rgba(0,0,0,0) 34%, rgba(0,0,0,.55) 100%);
  opacity:1;
  z-index:1;
}

.ns-rmap__maplayer{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%) scale(1);
  width:min(760px, 78%);
  z-index:2;
  pointer-events:none;
}

.ns-rmap__pins{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%) scale(.72);
  width:min(760px, 78%);
  height:auto;
  z-index:3;
}

.ns-pin{
  position:absolute;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  text-decoration:none;
  color:rgba(255,255,255,.94);
}

.ns-pin__pin{
  width:22px;
  height:22px;
  background:#0b0b0b;
  border-radius:999px 999px 999px 0;
  transform:rotate(-45deg);
  box-shadow:0 14px 28px rgba(0,0,0,.55);
  position:relative;
}

.ns-pin__pin::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:8px;
  height:8px;
  background:rgba(255,255,255,.08);
  border-radius:999px;
  transform:translate(-50%, -50%);
  box-shadow:inset 0 0 0 2px rgba(0,0,0,.95);
}

.ns-pin__txt{
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-shadow:0 10px 22px rgba(0,0,0,.65);
  white-space:nowrap;
}

.ns-pin:hover .ns-pin__txt{
  color:rgba(240,197,111,.95);
}

.ns-pin:focus-visible{
  outline:2px solid rgba(240,197,111,.90);
  outline-offset:4px;
}

.ns-pin--ss{left:68%; top:20%;}
.ns-pin--bilbao{left:58%; top:44%;}
.ns-pin--getaria{left:48%; top:52%;}
.ns-pin--vitoria{left:74%; top:52%;}

.ns-rmap__tabs{
  position:absolute;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  z-index:4;

  display:flex;
  gap:10px;
  align-items:center;
  justify-content:center;

  width:min(980px, 92%);
}

.ns-rmap__tab{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  height:34px;
  padding:0 14px;

  border:1px solid rgba(240,197,111,.55);
  background:rgba(0,0,0,.45);

  font-size:12px;
  font-weight:900;
  letter-spacing:.10em;
  color:rgba(255,255,255,.92);
  text-decoration:none;

  box-shadow:0 16px 34px rgba(0,0,0,.45);
}

.ns-rmap__tab:hover{
  background:rgba(0,0,0,.58);
}

.ns-rmap__tab--active{
  border-color:rgba(240,197,111,.85);
  background:rgba(0,0,0,.62);
}

.ns-rmap__note{
  margin-top:10px;
  font-size:12px;
  letter-spacing:.06em;
  opacity:.90;
  text-shadow:0 10px 22px rgba(0,0,0,.55);
}

@media (max-width: 899px){
  .ns-rmap__stage{
    min-height:340px;
  }

  .ns-rmap__maplayer{
    transform:translate(-50%, -50%) scale(.62);
    width:min(700px, 92%);
  }

  .ns-rmap__pins{
    transform:translate(-50%, -50%) scale(.62);
    width:min(700px, 92%);
  }

  .ns-rmap__pins{
    aspect-ratio: 16 / 9;
  }

  .ns-pin__label{
    height:30px;
    padding:0 12px;
    font-size:11px;
  }

  .ns-pin__dot{
    width:20px;
    height:20px;
  }

  .ns-rmap__tabs{
    bottom:12px;
    gap:8px;
  }

  .ns-rmap__tab{
    height:32px;
    padding:0 12px;
    font-size:11px;
  }
}

/* =========================
   EXPERIENCES
   ========================= */
.ns-rexp{
  margin-top:8px;
}

.ns-rexp__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

@media (min-width:768px){
  .ns-rexp__grid{
    grid-template-columns:repeat(2, 1fr);
    gap:12px;
  }
}

@media (min-width:1100px){
  .ns-rexp__grid{
    grid-template-columns:repeat(3, 1fr);
    gap:14px;
  }
}

.ns-rexp__item{
  background:rgba(33,33,33,.45);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 16px 34px rgba(0,0,0,.40);
  padding:14px 14px 12px;
  text-align:left;
}

.ns-rexp__ico{
  width:74px;
  height:74px;
  display:grid;
  place-items:center;

  filter:
    drop-shadow(0 2px 0 rgba(0,0,0,.65))
    drop-shadow(0 12px 22px rgba(0,0,0,.75));
}

.ns-rexp__ttl{
  margin-top:6px;
  font-weight:900;
  letter-spacing:.10em;
  font-size:14px;

  background:linear-gradient(
    180deg,
    #fff4d6 0%,
    #ffe8b0 32%,
    var(--gold) 68%,
    #e2b866 100%
  );
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;

  filter:
    drop-shadow(0 2px 0 rgba(0,0,0,.65))
    drop-shadow(0 9px 16px rgba(0,0,0,.70));
}

.ns-rexp__txt{
  margin-top:6px;
  font-size:12px;
  letter-spacing:.06em;
  opacity:.92;
  text-shadow:0 10px 22px rgba(0,0,0,.55);
}

/* =========================
   REGION: MODELS (⑤)
   ========================= */
.ns-rmodels{
  margin-top:6px;
}

.ns-rmodels__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

@media (min-width:900px){
  .ns-rmodels__grid{
    grid-template-columns:repeat(3, 1fr);
    gap:16px;
  }
}

.ns-mcard{
  position:relative;
  overflow:hidden;
  background:#101010;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:var(--shadow-soft);
  min-height:260px;
}

.ns-mcard__bg{
  position:absolute;
  inset:0;
}

.ns-mcard__bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:contrast(1.02) saturate(1.02);
  transform:scale(1.02);
}

.ns-mcard::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.18) 0%,
      rgba(0,0,0,.48) 60%,
      rgba(0,0,0,.70) 100%
    );
  z-index:1;
}

.ns-mcard__ui{
  position:relative;
  z-index:2;
  height:100%;
  padding:14px 14px 12px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}

.ns-mcard__meta{
  font-size:11px;
  letter-spacing:.08em;
  opacity:.92;
  text-shadow:0 10px 22px rgba(0,0,0,.65);
  margin-bottom:6px;
}

.ns-mcard__ttl{
  font-family:"Shippori Mincho","Noto Sans JP",serif;
  font-weight:700;
  font-size:18px;
  letter-spacing:.10em;

  background:linear-gradient(
    180deg,
    #fff4d6 0%,
    #ffe8b0 32%,
    var(--gold) 68%,
    #e2b866 100%
  );
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;

  filter:
    drop-shadow(0 2px 0 rgba(0,0,0,.65))
    drop-shadow(0 9px 16px rgba(0,0,0,.70));

  margin-bottom:6px;
}

.ns-mcard__txt{
  font-size:12px;
  letter-spacing:.06em;
  opacity:.92;
  text-shadow:0 10px 22px rgba(0,0,0,.65);
  margin-bottom:6px;
}

.ns-mcard__spots{
  font-size:11px;
  letter-spacing:.06em;
  opacity:.90;
  text-shadow:0 10px 22px rgba(0,0,0,.65);
}

.ns-rmodels__note{
  margin-top:10px;
  font-size:12px;
  letter-spacing:.06em;
  opacity:.90;
  text-align:center;
  text-shadow:0 10px 22px rgba(0,0,0,.55);
}

/* =========================
   REGION: WHY (⑥)
   ========================= */
.ns-rwhy{
  margin-top:8px;
}

.ns-rwhy__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

@media (min-width:900px){
  .ns-rwhy__grid{
    grid-template-columns:repeat(3, 1fr);
    gap:16px;
  }
}

.ns-wcard{
  position:relative;
  overflow:hidden;
  background:#101010;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:var(--shadow-soft);
  min-height:280px;
}

.ns-wcard__bg{
  position:absolute;
  inset:0;
}

.ns-wcard__bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:contrast(1.02) saturate(1.02);
  transform:scale(1.02);
}

.ns-wcard::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.18) 0%,
      rgba(0,0,0,.55) 62%,
      rgba(0,0,0,.78) 100%
    );
  z-index:1;
}

.ns-wcard__ui{
  position:relative;
  z-index:2;
  height:100%;
  padding:14px 14px 14px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  align-items:center;
  text-align:center;
}

.ns-wcard__ttl{
  font-family:"Shippori Mincho","Noto Sans JP",serif;
  font-weight:700;
  letter-spacing:.10em;
  font-size:18px;

  background:linear-gradient(
    180deg,
    #fff4d6 0%,
    #ffe8b0 32%,
    var(--gold) 68%,
    #e2b866 100%
  );
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;

  filter:
    drop-shadow(0 2px 0 rgba(0,0,0,.65))
    drop-shadow(0 9px 16px rgba(0,0,0,.70));

  margin-bottom:8px;
}

.ns-wcard__txt{
  font-size:12px;
  letter-spacing:.06em;
  opacity:.92;
  text-shadow:0 10px 22px rgba(0,0,0,.65);
  margin-bottom:12px;
}

/* Reuse HOME mini button but tighten spacing for this section */
.ns-rwhy .ns-mini-btn{
  margin-top:0;
}

/* =========================
   REGION: FINAL CTA
   ========================= */
.ns-rcta{
  margin-top:22px;
}

.ns-rcta__panel{
  background:rgba(18,18,18,.65);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:var(--shadow);
  padding:18px 16px 16px;
  text-align:center;
  position:relative;
  overflow:hidden;
}

.ns-rcta__panel::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:2px;
  background:linear-gradient(
    90deg,
    var(--gold2) 0%,
    var(--gold) 22%,
    #fff4d6 50%,
    var(--gold) 78%,
    var(--gold2) 100%
  );
  opacity:.95;
}

.ns-rcta__ttl{
  font-family:"Shippori Mincho","Noto Sans JP",serif;
  font-weight:700;
  letter-spacing:.12em;
  font-size:18px;

  background:linear-gradient(
    180deg,
    #fff4d6 0%,
    #ffe8b0 32%,
    var(--gold) 68%,
    #e2b866 100%
  );
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;

  filter:
    drop-shadow(0 2px 0 rgba(0,0,0,.65))
    drop-shadow(0 9px 16px rgba(0,0,0,.70));

  margin-bottom:8px;
}

.ns-rcta__txt{
  font-size:12px;
  letter-spacing:.06em;
  opacity:.92;
  text-shadow:0 10px 22px rgba(0,0,0,.55);
  margin:0 auto 12px;
  width:min(760px, 100%);
}

.ns-rcta__ctas{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding-top:4px;
}
