/* ============================
   ABOUT PAGE STYLES
============================ */

/* screenshot-style layout */
.about-shot2{
  background:#2a2a2a;
  padding: 90px 0 70px;
}

.about-shot2__container{
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
}

/* left mark */
.about-shot2__mark{
  position: absolute;
  left: 28px;
  top: 84px;
  color: rgba(0,0,0,.45);
}
.about-shot2__icon{
  width: 64px;
  height: 64px;
  display:block;
}

/* main row */
.about-shot2__row{
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 46px;
  align-items: start;
  padding-top: 40px;
}

/* image card */
.about-shot2__imageWrap{
  background: #fff;
  padding: 26px;
  box-shadow: 0 18px 45px rgba(0,0,0,.10);
}
.about-shot2__image{
  width: 100%;
  height: 540px;
  object-fit: cover;
  display:block;
}

/* right column */
.about-shot2__right{
  padding-top: 6px;
  position: relative;
}

/* title aligned right */
.about-shot2__title{
  margin: 0 0 18px;
  text-align: right;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(54px, 7vw, 110px);
  line-height: .95;
}

.about-shot2__text{
  position: relative;
  padding-top: 10px;
}

.about-shot2__text p{
  margin: 0 0 22px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.9;
  color: #fff;
  max-width: 560px;
}

/* small line bottom-right */
.about-shot2__line{
  position: absolute;
  right: 0;
  width: 92px;
  height: 8px;
  background: #8139df;
}

/* ============================
   OPTIONAL BOOK SECTION
============================ */
.lets-sing{
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background-image: url("/assets/img/book-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #111;
}

.lets-sing__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,.78) 0%,
    rgba(0,0,0,.60) 45%,
    rgba(0,0,0,.78) 100%
  );
  z-index: 1;
}

.lets-sing__container{
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
}

.lets-sing__content{
  max-width: 680px;
  padding: 28px 26px;
  background: rgba(42,42,42,.55);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 10px;
  box-shadow: 0 18px 45px rgba(0,0,0,.55);
  backdrop-filter: blur(8px);
}

.lets-sing__title{
  margin: 0 0 10px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.92);
  font-size: clamp(26px, 3vw, 40px);
}

.lets-sing__lead{
  margin: 0 0 18px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,.70);
}

.lets-sing__chips{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 22px;
}

.lets-sing__chip{
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
}

.lets-sing__actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.lets-sing__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-family: Lato, sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .9px;
  text-transform: uppercase;
  transition: transform .12s ease, filter .12s ease, background .12s ease, color .12s ease;
}

.lets-sing__btn:active{ transform: translateY(1px); }

.lets-sing__btn--primary{
  background: #173a73;
  color: #fff;
}

.lets-sing__btn--ghost{
  background: #fff;
  color: #8139df;
}

.lets-sing__btn:hover{ filter: brightness(1.07); }

.lets-sing__note{
  margin: 16px 0 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  letter-spacing: .6px;
  color: rgba(255,255,255,.45);
}

/* ============================
   MEDIA STRIP (STRUCTURED)
============================ */
.media-strip{
  background:#242424;
}

.media-strip__container{
    margin: 0 auto;
    position: relative;
}

.media-strip__viewport{
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;

  /* Firefox */
  scrollbar-width: thin; /* auto | thin | none */
  scrollbar-color: rgba(255, 255, 255, 0) transparent;
}

/* Chrome/Safari/Edge */
.media-strip__viewport::-webkit-scrollbar{
  height: 1px;              /* make it small like 1px feel */
}
.media-strip__viewport::-webkit-scrollbar-track{
  background: transparent;
}
.media-strip__viewport::-webkit-scrollbar-thumb{
  background: rgba(255, 255, 255, 0);
  border-radius: 999px;
}
.media-strip__viewport::-webkit-scrollbar-thumb:hover{
  background: rgba(255, 255, 255, 0);
}

/* inner track */
.media-strip__track{
  display:flex;
  gap:0;
  scroll-snap-type: x mandatory;
}

/* tiles */
.media-strip__item{
  position: relative;
  flex: 0 0 340px;
  height: 220px;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: #111;
  overflow: hidden;
  scroll-snap-align: start;
  appearance: none;
  -webkit-appearance: none;
}

.media-strip__item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform: scale(1);
  transition: transform .35s ease;
}

/* hover overlay */
.media-strip__overlay{
  position:absolute;
  inset:0;
  background: rgba(140,140,140,.42);
  opacity:0;
  transition: opacity .25s ease;
  display:grid;
  place-items:center;
}

.media-strip__icon{
  width:56px;
  height:56px;
  border-radius:999px;
  border:2px solid rgba(255,255,255,.85);
  color:#fff;
  font-weight:800;
  font-size:30px;
  display:grid;
  place-items:center;
  transform: scale(.92);
  transition: transform .25s ease, background .25s ease;
}

.media-strip__item:hover img{ transform: scale(1.05); }
.media-strip__item:hover .media-strip__overlay{ opacity:1; }
.media-strip__item:hover .media-strip__icon{ transform: scale(1); background: rgba(0,0,0,.18); }

/* strip arrows */
.media-strip__arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(0,0,0,.35);
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 5;
  transition: filter .15s ease, transform .12s ease, opacity .15s ease;
  user-select: none;
}

.media-strip__arrow:hover{ filter: brightness(1.15); }
.media-strip__arrow:active{ transform: translateY(-50%) translateY(1px); }
.media-strip__arrow--prev{ left: 10px; }
.media-strip__arrow--next{ right: 10px; }
.media-strip__arrow[hidden]{ display:none; }
.media-strip__arrow:disabled{ opacity: .35; cursor: not-allowed; }

/* ============================
   LIGHTBOX MODAL
============================ */
.lb{ position:fixed; inset:0; z-index:2000; display:none; }
.lb.is-open{ display:block; }
.lb__backdrop{ position:absolute; inset:0; background: rgba(0,0,0,.72); }

.lb__panel{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns: 84px 1fr 84px;
  grid-template-rows: 1fr auto;
  align-items:center;
  padding: 28px;
}

.lb__close{
  position:absolute;
  top:14px;
  right:18px;
  width:44px;
  height:44px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.22);
  background: rgba(0,0,0,.25);
  color:#fff;
  font-size:28px;
  cursor:pointer;
}

.lb__nav{
  width:56px;
  height:56px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background: rgba(0,0,0,.25);
  color:#fff;
  font-size:36px;
  cursor:pointer;
  display:grid;
  place-items:center;
  transition: filter .15s ease, transform .12s ease;
  user-select:none;
}
.lb__nav:hover{ filter: brightness(1.12); }
.lb__nav:active{ transform: translateY(1px); }

.lb__stage{
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 60vh;
  display:flex;
  justify-content:center;
  align-items:center;
  overflow:hidden;
}

/* track moves left/right smoothly */
.lb__track{
  display:flex;
  height: 100%;
  width: 100%;
  will-change: transform;
  transition: transform 420ms cubic-bezier(.22,.9,.2,1);
}

.lb__slide{
  flex: 0 0 100%;
  display:flex;
  justify-content:center;
  align-items:center;
  padding: 10px;
}

.lb__slide img{
  max-width: min(1200px, 92vw);
  max-height: min(78vh, 860px);
  width:auto;
  height:auto;
  border-radius: 10px;
  background:#111;
  box-shadow: 0 18px 45px rgba(0,0,0,.55);
}

.lb__meta{
  grid-column: 1 / -1;
  display:flex;
  justify-content: space-between;
  align-items:center;
  gap: 12px;
  padding-top: 10px;
}
.lb__caption{
  color: rgba(255,255,255,.78);
  font-family: Lato, sans-serif;
  font-size: 13px;
  letter-spacing: .6px;
  text-transform: uppercase;
}
.lb__count{
  color: rgba(255,255,255,.45);
  font-family: Lato, sans-serif;
  font-size: 12px;
  letter-spacing: .8px;
  text-transform: uppercase;
}
/* ============================
   HISTORY SECTION
============================ */
.history{
  position:relative;
  padding:90px 0;
  color:#fff;
  background:#1f1c1a;
  overflow:hidden;
}

/* subtle “grain / speckles” + vignette like the screenshot */
.history::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.06) 0 1px, transparent 1px) 0 0/4px 4px,
    radial-gradient(circle at 72% 62%, rgba(255,255,255,.04) 0 1px, transparent 1px) 0 0/5px 5px,
    linear-gradient(180deg, rgba(0,0,0,.0), rgba(0,0,0,.40));
  opacity:.55;
  pointer-events:none;
}

.history__container{
  width:min(1200px, 92%);
  margin:0 auto;
  position:relative;
  z-index:1;
}

.history__head{
  text-align:center;
  margin-bottom:22px;
}

.history__kicker{
  font-size:12px;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:rgba(255,255,255,.55);
}

.history__title{
  margin:10px 0 0;
  font-size:44px;
  font-weight:700;
  line-height:1.1;
}

/* timeline row */
.history__timeline{
  position:relative;
  display:flex;
  justify-content:center;
  gap:34px;
  padding:16px 10px 18px;
  margin:0 auto 44px;
  overflow:auto;
  scrollbar-width:none;
}
.history__timeline::-webkit-scrollbar{ display:none; }

.history__timeline::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:40px;
  height:2px;
  background:#8139df;
}

.history__yearBtn{
  position:relative;
  background:none;
  border:0;
  padding:0 2px 18px;
  cursor:pointer;
  color:rgba(255,255,255,.55);
  font-size:14px;
  letter-spacing:.02em;
  transition:color .2s ease;
  white-space:nowrap;
}

.history__yearBtn::after{
  content:"";
  position:absolute;
  left:50%;
  top:35px;
  transform:translateX(-50%);
  width:10px;
  height:10px;
  border-radius:999px;
  background:#8139df6e;
  transition:all .2s ease;
}

.history__yearBtn.is-active{ color:#fff; }

.history__yearBtn.is-active::after{
  width:12px;
  height:12px;
  background:#8139df;
  box-shadow:0 0 0 8px rgba(129,57,223,.16);
}

/* stage with arrows + two-column panel */
.history__stage{
  position:relative;
}

.history__nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:52px;
  height:52px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.30);
  color:rgba(255,255,255,.75);
  display:grid;
  place-items:center;
  cursor:pointer;
  transition:transform .15s ease, background .15s ease, border-color .15s ease;
  z-index:5;
}
.history__nav svg{ width:22px; height:22px; }
.history__nav:hover{
  background:rgba(0,0,0,.45);
  border-color:rgba(255,255,255,.22);
  transform:translateY(-50%) scale(1.03);
}
.history__nav--prev{ left:-74px; }
.history__nav--next{ right:-74px; }

.history__panel{
  display:none;
  grid-template-columns: 1.15fr .85fr;
  gap:54px;
  align-items:start;
}
.history__panel.is-active{
  display:grid;
  animation: historyFade .25s ease both;
}

@keyframes historyFade{
  from{ opacity:0; transform:translateY(6px); }
  to{ opacity:1; transform:translateY(0); }
}

/* left image block */
.history__media{
  border-radius:6px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 22px 65px rgba(0,0,0,.45);
}
.history__mainImg{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  aspect-ratio: 4 / 3;
}

/* right content */
.history__copy{
  padding-top:6px;
}

.history__panelYear{
  font-size:48px;
  font-weight:700;
  letter-spacing:.02em;
  margin-bottom:10px;
}

.history__panelTitle{
  margin:0 0 10px;
  font-size:18px;
  font-weight:700;
  color:rgba(255,255,255,.9);
}

.history__panelText{
  margin:0;
  max-width:42ch;
  font-size:14px;
  line-height:1.8;
  color:rgba(255,255,255,.68);
}

/* bottom small photo (right) */
.history__thumbWrap{
  margin-top:26px;
  width:min(320px, 100%);
  border-radius:6px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 18px 50px rgba(0,0,0,.35);
}
.history__thumb{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
  aspect-ratio: 4 / 3;
}

/* responsive */
@media (max-width: 1100px){
  .history__nav--prev{ left:-10px; }
  .history__nav--next{ right:-10px; }
}
@media (max-width: 900px){
  .history__title{ font-size:36px; }
  .history__panel{
    grid-template-columns:1fr;
    gap:26px;
  }
  .history__panelYear{ font-size:40px; }
  .history__panelText{ max-width:unset; }
}


/* ============================
   VOICE FACTORY CURAÇAO
============================ */
.vf{
  position: relative;
  padding: 90px 0;
  background: #111;
  background-image: url("/assets/img/book-bg.jpg"); /* optional: set a bg too */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.vf__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,.82) 0%,
    rgba(0,0,0,.58) 45%,
    rgba(0,0,0,.82) 100%
  );
}

.vf__container{
  position: relative;
  z-index: 2;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 28px;
}

.vf__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.vf__content{
  background: rgba(42,42,42,.55);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 10px;
  padding: 28px 26px;
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 45px rgba(0,0,0,.55);
}

.vf__title{
  margin: 0 0 10px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.92);
  font-size: clamp(26px, 3vw, 40px);
}

.vf__lead{
  margin: 0 0 14px;
  font-family: Lato, sans-serif;
  color: rgba(255,255,255,.70);
  line-height: 1.7;
  font-size: 15px;
}

.vf__text p{
  margin: 0 0 14px;
  font-family: Lato, sans-serif;
  color: rgba(255,255,255,.60);
  line-height: 1.75;
  font-size: 13px;
  max-width: 620px;
}

.vf__actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.vf__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-family: Lato, sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .9px;
  text-transform: uppercase;
  transition: transform .12s ease, filter .12s ease, background .12s ease, color .12s ease;
}
.vf__btn:active{ transform: translateY(1px); }

.vf__btn--primary{
  background: #173a73;
  color: #fff;
}
.vf__btn--ghost{
  background: #fff;
  color: #e53e7a;
}
.vf__btn:hover{ filter: brightness(1.08); }

.vf__note{
  margin: 14px 0 0;
  font-family: Lato, sans-serif;
  color: rgba(255,255,255,.45);
  font-size: 12px;
  letter-spacing: .6px;
}

.vf__media{
  border-radius: 10px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 18px 45px rgba(0,0,0,.55);
  min-height: 420px;
}

.vf__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.05);
}

/* Responsive */
@media (max-width: 980px){
  .history__grid{ grid-template-columns: 1fr; }
  .vf__grid{ grid-template-columns: 1fr; }
  .vf{ background-attachment: scroll; }
}

@media (max-width: 520px){
  .history__container,
  .vf__container{ padding: 0 18px; }
}


/* responsive */
@media (max-width: 980px){
  .about-shot2__mark{ top: 44px; }
  .about-shot2__row{
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .about-shot2__title{
    text-align: left;
  }
  .about-shot2__image{ height: 360px; }
}

@media (max-width: 820px){
  .lb__panel{ grid-template-columns: 60px 1fr 60px; padding: 18px; }
  .media-strip__container{ padding: 0 18px; }
  .media-strip__item{ flex-basis: 280px; height: 190px; }
}

@media (max-width: 520px){
  .about-shot2{ padding: 70px 0 55px; }
  .about-shot2__container{ padding: 0 18px; }
  .about-shot2__mark{ left: 18px; }
  .about-shot2__imageWrap{ padding: 16px; }
}

/* reduce motion */
@media (prefers-reduced-motion: reduce){
  .lb__track{ transition: none; }
}

/* iOS fixed background fallback */
@media (max-width: 900px){
  .lets-sing{
    padding: 90px 0;
    background-attachment: scroll;
  }
  .lets-sing__content{
    width: 100%;
    max-width: 100%;
  }
}
