body{
  margin:0;
  overflow-x:hidden;
  font-family:'Inter', Arial, sans-serif;
  background:#fff;
  color:#111;
}

/* ===============================
   REQUIRED FIELD INDICATOR
================================ */

.required {
  color: #e53935; /* clean red */
  margin-left: 4px;
  font-weight: 600;
}

*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:Inter,sans-serif;background:#fff;color:#111}

@font-face{
font-family:'Harriet';
src:url('fonts/HarrietDisplay-Light.woff2') format('woff2');
font-weight:300;
font-style:Light;
}

@font-face{
font-family:'Harriet';
src:url('fonts/HarrietDisplay-Regular.woff2') format('woff2');
font-weight:400;
font-style:normal;
}

@font-face{
font-family:'Harriet';
src:url('fonts/HarrietDisplay-Italic.woff2') format('woff2');
font-weight:400;
font-style:italic;
}

@font-face{
font-family:'Harriet';
src:url('fonts/HarrietDisplay-Bold.woff') format('woff');
font-weight:600;
font-style:bold;
}

/* COMMON */
/* FADE IN */

.fade {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition:
    opacity 0.9s ease,
    transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);

  will-change: transform, opacity;
  backface-visibility: hidden;
  contain: paint;
}

.fade.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.section{padding: 20px 6% 60px;}
.section1{padding: 0px 25px;}
.btn{
background:#fff;
color:#111;
padding:10px 35px;
border-radius:60px;
font-weight:600;
text-decoration:none;
display:inline-block;
margin-top: 20px;

/* NEW */
border:1px solid #111;
box-shadow:0 6px 0 #111;
transition:.2s ease;
}
.btn:hover{
transform:translateY(2px);
box-shadow:0 3px 0 #111;
}
/* =========================
   HERO SECTION
========================= */

.hero-wrap {
  padding: 30px;
}

.hero {
  position: relative;
  height: 85vh;
  min-height: 600px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

/* BG */
.hero-bg { 
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0; /* 👈 important */
}

/* Logo */
.hero-logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 120px;
  z-index: 5;
}

/* Content */
.hero-content {
  position: relative;
  z-index: 3;
  max-width: 850px;
  padding: 0 20px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes endlessZoom {
  from { transform: scale(1); }
  to   { transform: scale(1.05); }
}
/* =========================
   HEADING
========================= */

.hero h1 {
  font-family: 'Epilogue', sans-serif;
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 18px;

  /* 🔥 FLUID TYPOGRAPHY */
  font-size: clamp(28px, 6vw, 72px);
}

.hero h1 span {
  font-size: clamp(28px, 7vw, 74px);
}

/* =========================
   DESCRIPTION
========================= */

.desc:last-of-type {
  margin-bottom: 10px;
}

.sub {
  margin: 25px 0 10px;
  font-size: 20px;
}

.desc {
  font-family: 'Epilogue', sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 2.2vw, 22px);
  opacity: .9;
  margin-bottom: 35px;
}

.desc em {
  font-family: 'Harriet', serif;
  font-style: italic;
}

/* =========================
   PERK SVG HIGHLIGHT
========================= */

.perk-wrap {
  position: relative;
  display: inline-block;
}

.perk-svg {
    position: absolute;
    top: 41%;
    left: 54%;
    width: 160%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
}

/* =========================
   LARGE SCREENS (1400px+)
========================= */

@media (min-width: 1400px) {
  .hero {
    height: 90vh;
  }
}

/* =========================
   LAPTOPS
========================= */

@media (max-width: 1200px) {
  .hero {
    min-height: 520px;
  }
}

/* =========================
   TABLET
========================= */

@media (max-width: 992px) {

  .hero {
    height: auto;
    min-height: 500px;
    padding: 80px 30px;
  }

  .hero-logo {
    width: 75px;
    top: 25px;
    left: 25px;
  }

  .hero-content {
    max-width: 700px;
  }

  .perk-svg {
    width: 130%;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

  .hero-wrap {
    padding: 20px;
  }

  .hero {
    height: auto;
    min-height: 460px;
    padding: 70px 20px;
    border-radius: 16px;
  }

  .hero-logo {
    width: 65px;
    top: 20px;
    left: 20px;
  }

  .perk-svg {
    width: 135%;
  }
}

/* =========================
   SMALL PHONES
========================= */

@media (max-width: 480px) {

  .hero {
    min-height: 420px;
    padding: 60px 16px;
  }

  .hero-logo {
    width: 55px;
  }

  .hero h1 {
    line-height: 1.1;
  }

  .desc {
    font-size: 15px;
  }

  .perk-svg {
    width: 145%;
  }
      .culture-divider .line{
        display:none;
    }
}


/* SECTION TITLE */
.center{text-align:center}
.center h2{
font-size:42px;
font-weight:600;
}
.center em{font-family:'Harriet', serif;color:#e30000}

/* LIFECYCLE */

.lifecycle{
text-align:center;
}

.lifecycle h2{
font-size:46px;
font-weight:400;
}

.lifecycle em{
font-family:'Harriet', serif;
color:#ff2b2b;
}
em{
font-weight:300 
}
.life-desc{
font-family: 'Epilogue', sans-serif;
margin-top:21px;
font-size:21px;
color:#000000;
line-height:1.6;
font-weight:300 
}

.life-desc span{
color:#ff2b2b;
font-style:italic;
}

.scroll-icon{
width:42px;
height:42px;
border:1px solid #111;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:40px auto 40px;
font-size:15px;
background:#fff;

/* NEW */
box-shadow:0 5px 0 #111;
transition:.2s ease;
}
.scroll-icon:hover{
transform:translateY(2px);
box-shadow:0 3px 0 #111;
cursor:pointer;
}


















/* ================================
   GLOBAL RESPONSIVE SAFETY
================================ */
img{
  /* max-width:100%; */
  height:auto;
  display:block;
}

html,body{
  overflow-x:hidden;
}

/* ================================
   FLUID TYPOGRAPHY
================================ */
.hero h1{
  font-size:clamp(32px, 6vw, 70px);
}

.lifecycle h2,
.attract-left h3,
.frame-content h2
{
  font-size:clamp(28px, 5vw, 46px);
}

.sub{
  font-size:clamp(16px, 2.5vw, 20px);
}

/* ================================
   TABLET & MOBILE
================================ */
@media (max-width: 900px){

  /* GLOBAL PADDING */
  .section,
  .section1,
  .hero-wrap
  footer{
    padding:40px 20px;
  }

  /* HERO */
  .hero{
    height:auto;
    min-height:60vh;
    padding:60px 20px;
  }
    .container {
        gap: 0px;
    }
  /* ATTRACT */
  .attract-grid{
    grid-template-columns:1fr;
    gap:40px;
  }

  .attract-left h3{
    font-size:32px;
  }

  .attract-left ul li{
    font-size:20px;
  }

  /* PROJECT GRID */
  .project-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .span-7,
  .span-6,
  .span-5{
    grid-column:span 1;
  }

  .tall,
  .short{
    height:auto;
    aspect-ratio:4/5;
  }

  /* FLOW SECTION */
  .flow-bg{
    height:auto;
    padding-bottom:80px;
  }

  .flow-card{
    width:90%;
    position:relative;
    margin:40px auto;
    top:auto!important;
    left:auto!important;
    right:auto!important;
  }

  .flow-arrow{
    display:none;
  }

  /* STARS & DECOR */
  .star,
  .arrow{
    display:none;
  }
}

/* ================================
   SMALL PHONES
================================ */
@media (max-width: 480px){

  .hero h1{
    font-size:27px;
  }

  .btn{
    padding:10px 24px;
  }
.attract-left {
    padding-left: 50px;
    padding-top: 0px;
}
  .overlay h4{
    font-size:18px;
  }
}
/* FORCE mobile override for attract-left */
@media (max-width: 768px) {
  .accordion-inner .attract-left {
    padding-left: 50px !important;
    padding-top: 0 !important;
  }
  .scaling-section.fade{
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
}

/* =========================
   NEW PAGE DESIGN
========================= */

.scaling-section {
  padding: 20px 0;
}

/* CONTAINER */
.container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  padding: 0 20px;
}

/* =========================
   LEFT CONTENT
========================= */

.content {
  text-align: left;
}

.scaling-title {
  font-family: 'Epilogue', sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 500;
  line-height: 1.2;
}

.scaling-title span {
  color: red;
  font-style: italic;
  font-family: 'Harriet', serif;
}

.content h2 {
  margin-left: 22px;
  font-family: 'Epilogue', sans-serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 400;
}

.content h2 span {
  color: red;
  font-style: italic;
  font-family: 'Harriet', serif;
  font-weight: 300;
}

/* =========================
   POINTS BLOCK
========================= */

.points {
  display: inline-block;
  margin-top: 32px;
  margin-left: 22px;
}

.points li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
  text-align: left;
  cursor: default;
}

/* ICON */
.points img {
  width: 57px;
  height: 58px;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.points li:hover img {
  transform: translateY(-4px) rotate(-4deg) scale(1.05);
}

/* TEXT */
.points p {
  font-family: 'Epilogue', sans-serif;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 300;
  line-height: 1.5;
  color: #111;
}

/* =========================
   RIGHT SIDE VISUAL
========================= */

.visual {
  display: flex;
  justify-content: center;
}

/* IMAGE FRAME */
.image-frame {
  position: relative;
  width: 560px;
  height: 590px;
  max-width: 100%;
  background: #ededed;
  border-radius: 16px;
  overflow: hidden;
  clip-path: inset(0 round 16px);
}

/* PERSON IMAGE */
.person {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

/* =========================
   TAPES
========================= */

.tape {
  position: absolute;
  width: 160%;
  height: 56px;
  transform: rotate(var(--angle));
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: 3;
}

.red   { background:#ff1e1e; color:#fff; --angle:-41deg; }
.white { background:#fff;    color:#000; --angle:49deg; }
.red1  { background:#ff1e1e; color:#fff; --angle:-19deg; }
.white1{ background:#fff;    color:#000; --angle:38deg; }

.tape-track {
  width: 100%;
  overflow: hidden;
}

/* 🔥 TRUE INFINITE MARQUEE */
.tape-text {
  display: flex;
  gap: 40px;
  width: max-content;
  white-space: nowrap;
  font-family: 'Epilogue', sans-serif;
  font-size: clamp(22px, 3vw, 42px);
  font-weight: 500;
  will-change: transform;
  animation: tape-marquee 40s linear infinite;
}

.tape-text.reverse {
  animation-direction: reverse;
}

@keyframes tape-marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/* POSITIONS */
.tape-1 { top: 3%;  left: -49%; }
.tape-2 { top: 5%;  right: -54%; }
.tape-3 { bottom: 22%; left: -38%; }
.tape-4 { bottom: 23%; right: -30%; }

/* =========================
   LARGE SCREENS
========================= */

@media (min-width: 1400px) {
  .image-frame {
    width: 620px;
    height: 650px;
  }
}

/* =========================
   LAPTOP
========================= */

@media (max-width: 1200px) {
  .container {
    gap: 0px;
  }

  .image-frame {
    width: 500px;
    height: 530px;
  }
}

/* =========================
   TABLET
========================= */

@media (max-width: 992px) {

  .container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .content {
    text-align: center;
  }

  .points {
    margin-left: 0;
  }

  /* .points li {
    justify-content: center;
  } */

  .visual {
    margin-top: 60px;
  }

  .image-frame {
    width: 100%;
    height: auto;
    aspect-ratio: 560 / 590;
  }

  .tape {
    height: 44px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

  .container {
    padding: 0 20px;
  }

.points li {
  align-items: flex-start;
}

.points p {
  margin-top: 2px;
}


  .tape-text {
    gap: 24px;
  }
}

/* =========================
   SMALL PHONES
========================= */

@media (max-width: 480px) {

  .points p {
    font-size: 15px;
  }

  .tape-text {
    font-size: 18px;
  }

  .tape {
    height: 38px;
  }
}

/* =========================
   INBETWEEN SECTION
========================= */

.inbetween-section {
  padding: 50px 0;
}

/* Prevent layout contamination */
.inbetween-section * {
  box-sizing: border-box;
}

.inbetween-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0px;
  display: block;
  text-align: center;
}

/* =========================
   TITLE
========================= */

.inbetween-title {
  margin-bottom: 56px;
  font-size: clamp(28px, 4vw, 48px);
  display: block;
  width: 100%;
  text-align: center;
}

.inbetween-title strong {
  font-size: inherit;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
}

.inbetween-title span {
  font-size: inherit;
  margin-left: 6px;
  color: #ff1e1e;
  font-family: 'Harriet', serif;
  font-style: italic;
  font-weight: 300;
}

.inbetween-title span.norm {
  color: #000;
  font-family: 'Epilogue', sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* =========================
   CARDS ROW
========================= */

.cards-row {
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
  gap: 32px;
  perspective: 1200px;
  flex-wrap: wrap;
}

/* =========================
   CARD
========================= */

.card {
  position: relative;
  min-width: 278px;
  min-height: 271px;
  padding: 28px;
  border-radius: 18px;
  text-align: left;
  color: #fff;

  background-image: url('assets/bg-4.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  transition:
    transform 0.6s cubic-bezier(.22,.61,.36,1),
    box-shadow 0.6s ease,
    filter 0.4s ease;

  transform-style: preserve-3d;
}

/* TEXT */
.card p {
  padding-left: 15px;
  margin-top: 22px;
  font-family: 'Epilogue', sans-serif;
  font-size: clamp(18px, 2.2vw, 33px);
  font-weight: 300;
  line-height: 1.3;
}

/* ICON */
.card-icon {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 51px;
  height: 51px;
  background: #fff;
  border-radius: 71%;
  background-image: var(--icon);
  background-size: 51px;
  background-repeat: no-repeat;
  background-position: center;
  transition:
    transform 0.5s ease,
    box-shadow 0.5s ease;
}

/* HOVER */
.card:hover {
  transform: translateY(-14px) rotateX(6deg) rotateY(-6deg);
  filter: brightness(1.05);
}

.card:hover .card-icon {
  transform: rotate(12deg) scale(1.1);
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);
}

/* =========================
   MOVING LINE
========================= */

.moving-line {
  width: 100%;
  overflow: hidden;
  border-top: 2px solid #111;
  border-bottom: 2px solid #111;
  padding: 15px 0;
}

.moving-track {
  display: flex;
  gap: 80px;
  width: max-content;
  white-space: nowrap;
  animation: marquee 28s linear infinite;
}

.moving-track span {
  letter-spacing: -2px;
  font-family: 'Epilogue', sans-serif;
  font-size: clamp(20px, 3vw, 43px);
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.moving-track .highlight {
  color: #ff1e1e;
  font-weight: 500;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* =========================
   LARGE SCREENS
========================= */

@media (min-width: 1600px) {
  .inbetween-container {
    max-width: 1940px;
  }

  .cards-row {
    gap: 100px;
  }
  .card {
    position: relative;
    min-width: 350px;
    min-height: 350px;
    padding: 28px;
    border-radius: 18px;
    text-align: left;
    color: #fff;
    background-image: url(assets/bg-4.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.6s cubic-bezier(.22, .61, .36, 1), box-shadow 0.6s ease, filter 0.4s ease;
    transform-style: preserve-3d;
}
.card p {
    font-size: clamp(18px, 2.2vw, 42px);
}
.container {
    max-width: 1940px;
    margin: auto;
    /* display: grid; */
    grid-template-columns: 1fr 1fr;
    gap: 170px;
    align-items: center;
    padding: 0 30px;
}
    .image-frame {
        width: 768px;
        height: 830px;
    }
    .points {
    display: inline-block;
    margin-top: 32px;
    margin-left: 60px;
}
.content h2 {
    margin-left: 60px;
    font-family: 'Epilogue', sans-serif;
    font-size: clamp(28px, 4vw, 56px);
    font-weight: 400;
}

}

/* =========================
   DESKTOP
========================= */

@media (max-width: 1200px) {
  .cards-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .card {
    flex: 1 1 300px;
  }
}

/* =========================
   TABLET
========================= */

@media (max-width: 992px) {


.inbetween-section {
  padding: 20px 10px;
}
  .cards-row {
    gap: 24px;
  }

  .card {
    flex: 1 1 260px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width:768px){

.cards-row{
  flex-wrap:nowrap;
  overflow-x:auto;
  justify-content:flex-start;
  scroll-snap-type:x mandatory;
}

.cards-row::-webkit-scrollbar{
  display:none;
}

.card{
  flex:1 0 70%;
  scroll-snap-align:start;
}

/* FIX ICON POSITION */
.card-icon{
  top:0;
  right:0;
  z-index:10;
}

/* disable hover transforms */
.card:hover{
  transform:none;
}

.card:hover .card-icon{
  transform:none;
  box-shadow:none;
}

.moving-track{
  gap:40px;
}

}

/* =========================
   SMALL PHONES
========================= */

@media (max-width: 480px) {

  .inbetween-title {
    margin-bottom: 32px;
  }

  .card p {
    font-size: 31px;
  }

  .moving-track {
    animation-duration: 36s;
  }

  /* FIX ICON CUTTING */
  .card-icon{
        top: 0px;
        right: 0px;
        z-index: 50;
  }

}


/* accordian section */
/* SECTION */
/* SECTION */
/* =========================
   ACCORDION SECTION
========================= */

.attract {
  padding: 70px 40px 0px 6%;
}

/* .attract1 {
  padding: 0px 40px 0px 6%;
} */
.attract1 {
    padding: 0px 20px 0px 60px;
}

/* Each accordion item */
.accordion-item {
  border-bottom: 1px solid #000;
}

/* =========================
   HEADER
========================= */

.service-head {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 0;
  cursor: pointer;
}

.service-head img {
  width: 36px;
  height: 36px;
  transition: transform 0.4s ease;
}

.accordion-item.active .service-head img {
  transform: rotate(45deg);
}

.title {
  font-family: 'Epilogue', sans-serif;
  font-size: 46px;
  font-weight: 400;
}

/* =========================
   ACCORDION CONTENT
========================= */

.accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.9s cubic-bezier(.22,.61,.36,1),
    opacity 0.4s ease;
}

.accordion-item.active .accordion-content {
  max-height: 1200px; /* enough for media */
  opacity: 1;
}

/* =========================
   INNER GRID
========================= */

.accordion-inner {
    display: grid;
    grid-template-columns: 40% 60%;
    padding: 0px 0px 40px 0px;
    align-items: start;
}
/* =========================
   LEFT CONTENT
========================= */

.attract-left {
    padding-left: 50px;
    padding-top: 120px;
}

.attract-sub {
  line-height: 20px;
  color: #ff2b2b;
  font-family: 'Epilogue', sans-serif;
  font-size: 26px;
  margin: 0 0 18px;
}




/* =========================
   RIGHT MEDIA
========================= */

.media-wrap img,
.media-wrap video {
  width: 100%;
  height: 429px;
  object-fit: cover;
  border-radius: 15px;
  display: block;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 900px) {
  .accordion-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .media-wrap img,
  .media-wrap video {
    height: 240px;
  }

  .title {
    font-size: 34px;
  }
}


/* WHY PEEPAL SECTION */

.why-section {
  padding:
    clamp(16px, 2vw, 20px)
    clamp(16px, 2vw, 20px)
    clamp(40px, 5vw, 60px);
}

/* IMAGE WRAPPER */
.why-wrapper {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
}

/* BACKGROUND IMAGE */
.why-bg {
  width: 100%;
  height: auto;
  display: block;
}

/* OVERLAY */
.why-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vw, 40px);
  pointer-events: none;
}

/* TITLE */
.why-title {
  text-align: center;
  margin-bottom: clamp(20px, 4vw, 40px);
}

.why-title h2 {
  font-family: 'Epilogue', sans-serif;
  font-weight: 400;
  font-size: clamp(26px, 5vw, 46px);
  line-height: 1.2;
}

.why-title h2 span {
  font-weight: 600;
  color: #ff1e1e;
  font-style: italic;
  font-family: 'Harriet', serif;
}

.why-title p,
.why-title em {
  font-weight: 300;
  margin-top: 8px;
  font-size: clamp(14px, 2.5vw, 21px);
  max-width: 600px;
}

.why-title p {
  color: #444;
}

.why-title em {
  color: #ff1e1e;
  font-style: italic;
  font-family: 'Harriet', serif;
}

/* WHITE BOX */
.why-box {
  background: #fff;
  padding: clamp(16px, 4vw, 28px) clamp(20px, 6vw, 20px);
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);

  font-family: 'Epilogue', sans-serif;
  font-size: clamp(16px, 3vw, 24px);
  line-height: 1.4;

  width: min(720px, 100%);
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* FADE */
.why-box.fade {
  opacity: 0;
}

/* EXTRA SMALL DEVICES */
@media (max-width: 480px) {
  .why-overlay {
    justify-content: flex-start;
  }
}

/* =================================================
   RESPONSIVE ENHANCEMENTS (ADDITIVE ONLY)
================================================= */

/* LARGE DESKTOPS */
@media (min-width: 1600px) {
  .why-wrapper {
    max-width: 1940px;
  }

  .why-title p {
    max-width: 720px;
  }
}

/* TABLET */
@media (max-width: 900px) {
  .why-overlay {
    padding: 32px;
  }
.why-bg {
    width: 100%;
    height: 35vh;
    display: block;
}
  .why-title {
    margin-bottom: 60px;
  }

  .why-box {
    width: 100%;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .why-section {
    padding:
      20px
      16px
      48px;
  }

  .why-overlay {
    padding: 24px 16px;
  }

  .why-title h2 {
    font-size: 32px;
  }

  .why-title p {
    font-size: 16px;
  }

  .why-box {
    font-size: 18px;
    padding: 18px 20px;
  }
}

/* SMALL PHONES */
@media (max-width: 360px) {
  .why-title h2 {
    font-size: 26px;
  }

  .why-box {
    font-size: 16px;
  }
}

/* SOCIAL PROOF */
.social-proof {
  padding: 0px 20px 30px;
  text-align: center;
}


.social-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.social-title {
  font-family: 'Epilogue', sans-serif;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 14px;
}

.social-title span {
  color: #ff1e1e;
  font-family: 'Harriet', serif;
  font-style: italic;
}

.social-sub {
  font-weight: 300;
  font-family: 'Epilogue', sans-serif;
  font-size: 23px;
  color: #444;
  line-height: 1.6;
}


/* ===============================
   LOGOS MARQUEE (CLEAN + SAFE)
================================ */

.logos-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* TRACK */
.logos-track {
  display: flex;
  align-items: center;
  gap: 70px;
  will-change: transform;
}

/* DEFAULT LOGOS */
.logos-track img {
  height: 42px;
  width: auto;
  opacity: 0.85;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}

.logos-track img:hover {
  opacity: 1;
}

/* BIG LOGOS (ONLY WHERE CLASS IS USED) */
/* .logos-track img.size-inc {
  height: 220px;
} */

img.size-inc {
    height: 220px;
}

/* EACH SET (IF USED) */
.logos-set {
  display: flex;
  gap: 60px;
  align-items: center;
}

/* PAUSE ON HOVER (DESKTOP ONLY) */
@media (hover: hover) {
  .logos-marquee:hover .logos-track {
    animation-play-state: paused;
  }
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .logos-track {
    gap: 32px;
  }

  .logos-track img {
    height: 34px;
  }

  .logos-track img.size-inc {
    height: 54px;
  }

  .logos-set {
    gap: 32px;
  }
}

@media (max-width: 480px) {
  .logos-track img.size-inc {
    height: 150px;
  }
}

/* ===============================
   CTA SECTION (IMAGE-DRIVEN)
================================ */

.cta-section {
  position: relative;
  padding: 0px 20px 140px;
  background: #fff;
  overflow: hidden;
}

/* GRID BACKGROUND */
.cta-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cta-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CTA CARD (ROW STYLE) */
.cta-card {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 1;

  /* forces row-like proportion */
  aspect-ratio: 3.2 / 1;
}

/* RED IMAGE */
.cta-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 22px;
}

/* TEXT OVERLAY */
.cta-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 40px;
}

/* HEADING */
.cta-content h2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 16px;
}

.cta-content em {
  font-family: 'Harriet', serif;
  font-style: italic;
  font-weight: 400;
}

/* SUBTEXT */
.cta-content p {
  font-size: 18px;
  opacity: 0.95;
  margin-bottom: 28px;
  font-family: 'Epilogue', sans-serif;
  font-weight: 300;
  line-height: 30px;
}
.culture-note {
    font-weight: 300;
    margin-top: 40px;
    font-size: 21px;
    font-family: 'Epilogue', sans-serif;
    line-height: 30px;
}
.culture-note span{
    color: #ff1e1e;
    font-weight: 300;
    margin-top: 40px;
    font-size: 21px;
    font-family: 'Harriet', serif;
    line-height: 30px;
    font-style: italic;
}
/* BUTTON */
.cta-btn {
  background: #fff;
  color: #111;
  padding: 10px 30px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;

  box-shadow: 0 5px 0 #111;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-btn:hover {
  transform: translateY(2px);
  box-shadow: 0 3px 0 #111;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
    .cta-card {
        aspect-ratio: 4 / 4 !important;
    }
}
@media (max-width: 768px) {
  .cta-card {
    aspect-ratio: 4 / 4; /* taller for mobile */
  }

  .cta-content h2 {
    font-size: 30px;
  }

  .cta-content p {
    font-size: 16px;
  }
}
/* =========================
   FOOTER CTA
========================= */

.footer-cta {
  padding: 0px 20px 20px;
  background: #fff;
}

/* BLACK CARD */
.footer-card {
  max-width: 1400px;
  margin: 0 auto;
  background: #000;
  border-radius: 12px;
  padding: 80px 70px;
  color: #fff;
  position: relative; 
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;

  min-height: 460px;   /* 🔥 better than height */
}

/* LEFT */
.footer-left h2 {
    font-family: 'Epilogue', sans-serif;
    font-size: 60px;
    /* font-weight: 300; */
    line-height: 1.1;
    margin-bottom: 16px;
}

.footer-left strong {
  font-weight: 600;
}

.footer-sub {
    font-family: 'Epilogue', sans-serif;
    font-weight: 300;
    color: #ff1e1e;
    font-size: 22px;
    margin-bottom: 28px;
}

/* BUTTON */
.footer-btn {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 10px 26px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;

  box-shadow: 0 4px 0 #ff1e1e;
  transition: transform .2s ease, box-shadow .2s ease;
}

.footer-btn:hover {
  transform: translateY(2px);
  box-shadow: 0 3px 0 #ff1e1e;
}

/* RIGHT */
.footer-right {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-end;
  text-align: right;
  margin-top: 50px;
}

.footer-item span {
  color: #ff1e1e;
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}

.footer-item p {
  font-size: 16px;
  opacity: 0.9;
}

.footer-line {
  position: absolute;
  bottom: 80px;   /* adjust spacing */
  left: 70px;     /* match card padding */
  right: 70px;    /* match card padding */
  height: 2px;
  background: rgba(255,255,255,0.35);
}
.footer-item a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer-item a:hover {
  opacity: 0.7;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 900px) {
  .footer-card {
    grid-template-columns: 1fr;
    padding: 60px 30px;
    text-align: center;
  }

  .footer-right {
    align-items: center;
    text-align: center;
  }

  .footer-left h2 {
    font-size: 36px;
  }
}
/* ===================================================
   GLOBAL RESPONSIVE ENHANCEMENTS (ADDITIVE ONLY)
   DOES NOT MODIFY EXISTING STYLES
=================================================== */

/* LARGE DESKTOPS (1600px+) */
@media (min-width: 1600px) {

  .social-inner {
    max-width: 1940px;
  }

  .cta-card {
    max-width: 1940px;
  }

  .footer-card {
    max-width: 1940px;
  }
}

/* LAPTOPS & SMALL DESKTOPS */
@media (max-width: 1200px) {

  .logos-track {
    gap: 80px;
  }

  .cta-content h2 {
    font-size: 38px;
  }

  .footer-left h2 {
    font-size: 48px;
  }
}

/* TABLET */
@media (max-width: 900px) {

  .social-title {
    font-size: 36px;
  }

  .social-sub {
    font-size: 16px;
  }

  .logos-track {
    gap: 48px;
  }

  .cta-section {
    padding-bottom: 100px;
  }

  .cta-content {
    padding: 32px;
  }

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

/* MOBILE */
@media (max-width: 768px) {

  .social-proof {
    padding: 40px 0px 0px
  }

  .social-title {
    font-size: 30px;
  }

  .social-sub {
    font-size: 15px;
  }

  .logos-track {
    gap: 32px;
  }

  .cta-section {
    padding: 40px 16px 80px;
  }



  .cta-content h2 {
    font-size: 28px;
    line-height: 1.25;
  }

  .cta-content p {
    font-size: 15px;
  }

  .footer-card {
    padding: 48px 20px;
  }

  .footer-line {
    left: 20px;
    right: 20px;
    bottom: 40px;
  }
}

/* SMALL PHONES */
@media (max-width: 480px) {

  .social-title {
    font-size: 26px;
  }

  .logos-track img {
    height: 30px;
  }

  img.size-inc {
    height: 90px;
  }

  .cta-content h2 {
    font-size: 24px;
  }

  .cta-btn {
    padding: 10px 22px;
  }

  .footer-left h2 {
    font-size: 30px;
  }

  .footer-sub {
    font-size: 18px;
  }

  .footer-item p {
    font-size: 14px;
  }
  

    .cta-card {
        aspect-ratio: 4 / 4;

}
}




/* ===============================
   CASE STUDY SECTION
================================ */

.case-study {
  position: relative;
  display: flex;
  min-height: calc(100vh + 80px);
  background: #ffffff;
  padding: 80px 20px 20px;
}

/* ===============================
   LEFT PANEL (FIXED / RELEASE)
================================ */

.case-left-fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 81vh;
    padding: 60px 0px 60px 60px;
    background: #ffffff;
    z-index: 5;
}

.case-left-fixed.is-fixed {
  position: fixed;
  top: 0;
}

.case-left-fixed.is-released {
  position: absolute;
  top: auto;
  bottom: 0;
}

/* ===============================
   LEFT INNER CONTENT
================================ */

.case-left-inner {
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.case-static {
  margin-bottom: 16px;
}

.case-dynamic {
  position: relative;
  height: 170px;
}

.case-content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 380px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.case-content.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.case-content h3 {
  margin-bottom: 8px;
  font-family: Epilogue, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.case-content p {
  color: #ff2b2b;
  font-family: Epilogue, sans-serif;
  font-size: 24px;
  margin: 0 0 14px;
}

.service-points {
  padding-left: 18px;
}

.service-points li {
  font-family: 'Epilogue', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 6px;
  font-weight: 300;
}

/* ===============================
   SPACER
================================ */

.case-left-spacer {
  width: 40%;
  flex-shrink: 0;
}

/* ===============================
   RIGHT VIDEOS
================================ */

.case-right {
  width: 60%;
  scroll-snap-type: y mandatory;
}

.video-block {
  height: 68vh;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 14px;
  overflow: hidden; /* 🔥 THIS is critical */
  background: #000;

  opacity: 0.45;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.video-block video {
  width: 100%;
  height: 100%;

  object-fit: contain; /* 👈 CHANGE from cover */
  object-position: center center;

  transform: scale(1.02); /* subtle zoom to avoid letterbox */
}

@supports (-webkit-appearance: none) and (not (-webkit-touch-callout: none)) {
  /* Mac Chrome only */
  .video-block video {
    object-fit: contain;
    transform: scale(1.02);
  }
}
.video-block {
  transform: scale(0.96);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.video-block.is-active {
  opacity: 1;
  transform: scale(1);
}
.video-block.is-active {
  opacity: 1;
}

.video-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

/* ===============================
   SECTION END MARKER
================================ */

.case-end {
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
}

/* ===============================
   MOBILE
================================ */

@media (max-width: 900px) {
  .case-study {
    flex-direction: column;
  }

  .case-left-fixed {
    position: relative;
    width: 100%;
    height: auto;
    padding: 40px 24px;
  }

  .case-left-spacer {
    display: none;
  }

  .case-right {
    width: 100%;
  }

  .video-block {
    height: auto;
    margin-bottom: 20px;
  }

  .video-block video {
    height: auto;
  }
}
/* ===============================
   CASE FRAME — FIGMA DOT SVG
================================ */

.case-frame {
  position: relative;
  padding: 96px 40px 72px 64px; /* matches video spacing */
  max-width: 420px;
  background: transparent; /* ❌ no white box */
}

/* keep content above dots */
.case-frame > * {
  position: relative;
  z-index: 1;
}

/* dotted background */
.case-frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px; /* 👈 slight bleed like video */

  width: 420px;
  height: 380px;

  background-image: url("assets/layouts/dots.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;

  opacity: 0.45;
  transform: scale(0.96);

  pointer-events: none;
  z-index: 0;

  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* ===============================
   SVG HEADING
================================ */

/* .case-heading {
  margin-bottom: 18px;
  text-align: left;
} */

.case-heading img, .case-heading svg {
    padding-left: 6px;
    display: block;
    width: auto;
    margin: 0;
}
/* ===============================
   SUB LINE (RED TEXT)
================================ */

.case-frame .attract-sub {
    padding-left: 8px;
    font-family: Epilogue, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #f22234;
    margin: 0px 0 10px;
    text-align: left;
}

/* ===============================
   BULLETS
================================ */

.case-frame .service-points {
  padding-left: 18px;
}

.case-frame .service-points li {
  font-family: Epilogue, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 8px;
  font-weight: 300;
}

/* ===============================
   FADE ANIMATION (EXISTING LOGIC)
================================ */

.case-content {
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.case-content.active {
  opacity: 1;
  transform: translateY(0);
}
/* =========================================================
   RESPONSIVE SYSTEM — STRICT ORDER (DO NOT REARRANGE)
   Golden Design: 1440px–1680px laptops
========================================================= */


/* ===============================
   LARGE LAPTOP / MONITOR (≥1680px)
================================ */
@media (min-width: 1680px) {
  .case-left-fixed {
    width: 38%;
    padding: 60px 0 60px 80px;
    height: 82vh;
  }

  .case-left-spacer {
    width: 38%;
  }

  .case-right {
    width: 62%;
  }

  .case-frame {
    max-width: 460px;
  }

  .case-frame::before {
    width: 460px;
    height: 420px;
  }

  .video-block {
    height: 70vh;
  }
}


/* ===============================
   BASE DESKTOP / 13" LAPTOP (≤1440px)
================================ */
@media (max-width: 1440px) {
  .case-left-fixed {
    width: 40%;
    padding: 60px 0 60px 60px;
    height: 81vh;
  }

  .case-left-spacer {
    width: 40%;
  }

  .case-right {
    width: 60%;
  }

  .case-frame {
    max-width: 420px;
  }

  .case-frame::before {
    width: 420px;
    height: 380px;
  }
}


/* ===============================
   SMALL LAPTOP (≤1280px)
================================ */
@media (max-width: 1280px) {
  .case-left-fixed {
    width: 44%;
    padding: 56px 0 56px 48px;
    height: 80vh;
  }

  .case-left-spacer {
    width: 44%;
  }

  .case-right {
    width: 56%;
  }

  .case-frame {
    padding: 84px 32px 64px 52px;
    max-width: 400px;
  }

  .case-frame::before {
    width: 400px;
    height: 360px;
  }

  .video-block {
    height: 66vh;
  }
}
/* =========================================================
   MOBILE CASE STUDY — CLEAN & PREMIUM
========================================================= */

@media (max-width: 900px) {

  /* reset section */
  .case-study {
    padding: 40px 16px;
    display: block;
  }
  /* each section */
  .mobile-section {
    margin-bottom: 48px;
  }
  /* text block */
  .mobile-section .case-content {
    position: relative;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  /* remove dots */
  .mobile-section .case-frame::before {
    display: none !important;
  }
  .mobile-section .case-frame {
    max-width: 100%;
    padding: 24px 8px 16px;
  }
  /* headings */
  .case-heading img,
  .case-heading svg {
    height: 44px;
  }
  .case-frame .attract-sub {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .case-frame .service-points li {
    font-size: 14px;
    line-height: 1.45;
  }
  /* video */
    .mobile-section .video-block {
        opacity: 1;
        transform: none;
        margin-top: 16px;
        width: 100%;
        height: 236px;
        aspect-ratio: 16 / 9;
        border-radius: 18px;
        overflow: hidden;
        background: #000;
        box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2);
    }
  .mobile-section .video-block video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .culture-header h2 {
    font-family: 'Epilogue', sans-serif;
    font-size: 35px;
    font-weight: 400;
}
.culture-section {
    padding: 20px 20px 20px;
    text-align: center;
}


}
/* modal */

/* =========================
   LET'S TALK MODAL
========================= */

.talk-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.053);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.talk-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
/* =========================
   LET’S TALK MODAL
========================= */

/* OVERLAY */
.talk-overlay {
  position: fixed;
  inset: 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.talk-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* MODAL CARD */
.talk-modal {
  position: relative;
  width: min(480px, 92%);
  padding: 36px 34px;
  border-radius: 16px;
  overflow: hidden;

  background: url("assets/modal-bg.png") center / cover no-repeat;
  box-shadow: 0 28px 70px rgba(0,0,0,0.15);

  transform: translateY(18px);
  transition: transform 0.35s cubic-bezier(.22,.61,.36,1);
}

.talk-overlay.active .talk-modal {
  transform: translateY(0);
}

/* BACKGROUND OVERLAY */
.talk-modal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.88);
  z-index: 0;
}

.talk-modal > * {
  position: relative;
  z-index: 1;
}

/* CLOSE */
.talk-close {
  position: absolute;
  top: 18px;
  right: 22px;
  background: none;
  border: none;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.talk-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

/* HEADER */
.talk-modal h2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 4px;
}

.talk-sub {
  margin-bottom: 24px;
  color: #ff1e1e;
}

.talk-sub em {
  font-family: 'Harriet', serif;
  font-style: italic;
  font-weight: 300;
}

/* =========================
   FORM
========================= */

.talk-form .field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}

.talk-form label {
  font-size: 13px;
  opacity: 0.6;
}

.talk-form input,
.talk-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  padding: 8px 0;
  font-size: 15px;
  font-family: 'Epilogue', sans-serif;
  background: transparent;
  outline: none;
}

.talk-form textarea {
  resize: none;
}

/* BUTTON */
.talk-btn {
  margin-top: 18px;
  width: 100%;
  padding: 11px 0;
  border-radius: 40px;

  background: #fff;
  color: #111;
  border: 1px solid #111;
  box-shadow: 0 5px 0 #111;

  font-weight: 600;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.talk-btn:hover {
  transform: translateY(2px);
  box-shadow: 0 3px 0 #111;
}

/* =========================
   CUSTOM SELECT
========================= */

.custom-select {
  position: relative;
  width: 100%;
}

.select-trigger {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid #111;
  background: transparent;

  display: flex;
  justify-content: space-between;
  align-items: center;

  font-size: 15px;
  font-family: 'Epilogue', sans-serif;
  cursor: pointer;
}

.select-trigger .arrow {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.custom-select.active .arrow {
  transform: rotate(45deg);
}

/* OPTIONS */
.select-options {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;

  max-height: 220px;
  overflow-y: auto;

  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
  padding: 8px 0;
  list-style: none;

  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 10;
}

.custom-select.active .select-options {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.select-options li {
  padding: 10px 16px;
  font-size: 14px;
  cursor: pointer;
}

.select-options li:hover {
  background: #f7f7f7;
  color: #ff1e1e;
}

/* SCROLLBAR */
.select-options::-webkit-scrollbar {
  width: 6px;
}

.select-options::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.25);
  border-radius: 10px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 600px) {
  .talk-modal {
    width: 100%;
    padding: 26px 20px;
    border-radius: 14px;
  }

  .talk-modal h2 {
    font-size: 26px;
  }

  .talk-close {
    top: 14px;
    right: 16px;
  }

  .select-options {
    max-height: 180px;
  }
}



.video-dots {
    position: absolute;
    left: 42px;
    bottom: 205px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 20
}
.video-dots .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #000000;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}
.video-dots .dot.active {
    background: #000000;
    transform: scale(1.3);
}

.sticky-cta{
  position:fixed;
  bottom:-120px;   /* hidden below screen */
  left:0;
  width:100%;
  background:#f05256;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:22px 80px;
  z-index:999;
  box-shadow:0 -2px 10px rgba(0,0,0,0.15);
  transition:bottom 0.4s ease;
}

.sticky-cta.show{
  bottom:0;   /* slide up */
}

.sticky-text{
  color:white;
  font-size:32px;
}

.sticky-btn{
  background:#fff;
  color:#e54b4b;
  padding:14px 28px;
  text-decoration:none;
  font-weight:600;
  border-radius:3px;
  box-shadow:0 4px 0 rgba(0,0,0,0.2);
}


/* =========================
   CULTURE SECTION
========================= */

.culture-section {
    padding: 100px 20px 20px;
    text-align: center;
}

/* =========================
   HERO SLIDER
========================= */

/* =========================
   HERO SLIDER (FIXED & STABLE)
========================= */

/* =========================
   HERO SLIDER – FULL VIEWPORT
========================= */

.hero-slider {
  width: 100%;
  height: 100vh;          /* 🔥 full screen */
  overflow: hidden;
  position: relative;
 
}


.hero-track {
  display: flex;
}

.hero-slide {
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-slide img {
  width: 100%;
  height: auto;              /* 🔥 natural image */
  object-fit: unset;         /* 🔥 no forced behavior */
  border-radius: 16px;
}


/* MOBILE SAFETY */
@media (max-width: 768px) {
  .hero-slider {
    height: 85vh;
    border-radius: 12px;
  }
}

@media (max-width: 480px) {
  .hero-slider {
    height: 75vh;
    border-radius: 10px;
  }
}

/* ARROWS */
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, transform 0.2s ease;
}

.hero-arrow:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: translateY(-50%) scale(1.05);
}

.hero-prev {
  left: 20px;
}

.hero-next {
  right: 20px;
}

/* Mobile touch friendly */
@media (max-width: 768px) {
  .hero-arrow {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
      .culture-header h2 {
    font-family: 'Epilogue', sans-serif;
    font-size: 35px;
    font-weight: 400;
    }
}

/* =========================
   HEADER
========================= */

.culture-header{
  text-align:center;
}

.culture-header h2{
  font-family:'Epilogue', sans-serif;
  font-size:clamp(28px,4vw,48px);
  font-weight:400;
}

.culture-header h2 span{
  color:#ff1e1e;
  font-family:'Harriet', serif;
  font-style:italic;
  font-weight:400;
}
/* =========================
   DIVIDER ROW
========================= */

.culture-divider {
  font-weight: 300;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 14px;
}

/* RED LINES */
.culture-divider .line {
  margin-top: 28px;
  flex: 1;
  height: 2px;
  background: #ff1e1e;
}
/* SUBTEXT */
.culture-sub{
  font-family:'Epilogue',sans-serif;
  font-size:21px;
  line-height:28px;
  color:#444;
  text-align:center;
  white-space:nowrap;
}

/* ===============================
   HERO VIDEO (SINGLE)
================================ */

.culture-hero {
  position: relative;
  width: 100%;
  height: 75vh;
  overflow: hidden;
}
.hero-video-wrap {
  width: 100%;
  height: 100%;
}
.hero-video-wrap video{
  border-radius:10px;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;

  transform: translateZ(0);
  backface-visibility:hidden;
  will-change:transform;
}
video{
  transform: translate3d(0,0,0);
}
/* ---------- MOBILE ---------- */
@media (max-width: 900px) {
  .culture-hero {
    height: 100%;
  }
}

/* =============================
   CULTURE SLIDER SECTION
============================= */

.culture-slider{
  position:relative;
  overflow:hidden;
  padding:40px 4%;
}

.culture-slider::after{
  content:"";
  position:absolute;
  right:0;
  top:0;
  width:120px;
  height:100%;
  background:linear-gradient(to left, white, transparent);
  pointer-events:none;
}

.culture-slider .culture-track{
  display:flex;
  gap:28px;
  transition:transform .5s ease;
  position:relative;
  z-index:1;
}

.culture-track{
  transition:transform .5s ease;
  will-change: transform;
  transform: translateZ(0);
}

.culture-slider .culture-pair{
  display:flex;
  flex:0 0 720px;
  gap:20px;
  align-items:stretch;
}

.culture-slider .culture-card{
  width:340px;
  min-height:380px;
  display:flex;
  flex-direction:column;
}

.culture-slider .image-slideshow{
  width:350px;
  height:380px;
  position:relative;
  overflow:hidden;
  border-radius:14px;
}

.culture-slider .image-slideshow img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:14px;
  opacity:0;
  transition:opacity .6s ease;
}

.culture-slider .image-slideshow img.active{
  opacity:1;
}

.culture-slider .text-card{
  width:350px;
  height:380px;
  background:#ff1e1e;
  color:#fff;
  border-radius:14px;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
}

.culture-slider .desktop-bg{
  position:absolute;
  inset:0;
  background:url("assets/layouts/red-bg.png") center/cover no-repeat;
  opacity:.25;
}

.culture-slider .culture-content{
  position:relative;
  z-index:2;
  padding:40px;
  width:100%;
  text-align:left;
  margin-top:140px;
}

/* DESKTOP ONLY */
/* DESKTOP FIX */
@media (min-width:769px){

.culture-slider .text-card{
  display:flex;
  align-items:flex-start;   /* allow content to move down */
}

.culture-slider .culture-content{
  margin-top:140px;
}

}
.culture-slider .culture-content h3{
  font-size:24px;
  margin-bottom:18px;
  font-weight:600;
}

.culture-slider .culture-content ul{
  padding-left:18px;
  line-height:30px;
  font-size:16px;
}

.culture-slider .culture-content li{
  margin-bottom:6px;
}

.culture-pair{
  transition:all .35s ease;
}

.culture-pair.active{
  transform:scale(1.02);
}

.culture-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:44px;
  height:44px;
  border-radius:50%;
  background:rgba(0,0,0,.45);
  color:#fff;
  border:none;
  font-size:22px;
  cursor:pointer;
}

.culture-arrow.left{
  left:10px;
}

.culture-arrow.right{
  right:10px;
}

.culture-pair{
  opacity:.35;
  transform:scale(.92);
  transition:all .35s ease;
}

.culture-pair.active{
  opacity:1;
  transform:scale(1);
}


/* =========================
   MOBILE FIXED SECTION
========================= */

@media (max-width:768px){


    .culture-slider{
    padding:10px 0;
    overflow:hidden;
    }

    .culture-slider .culture-track{
    display:flex;
    gap:16px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    transform:none !important;
    padding:0 16px;
    }

    .culture-slider .culture-track::-webkit-scrollbar{
    display:none;
    }

    /* SHOW 1.4 CARDS */
    .culture-slider .culture-pair{
    flex:0 0 78%;
    display:block;
    scroll-snap-align:start;
    }

    /* CARD RESET */
    .culture-slider .culture-card{
    width:100%;
    min-height:auto;
    height:auto;
    display:block;
    }

    /* IMAGE */
    .culture-slider .image-slideshow img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:12px 12px 0 0; /* fix */
    }
    .culture-slider .image-slideshow{
    width:100%;
    aspect-ratio:4/3;
    border-radius:12px 12px 0 0;
    overflow:hidden;
    }

    /* IMAGE FIT */
    .culture-slider .image-slideshow img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    }

    .culture-slider .culture-content h3 {
        margin-top: 0px;
        font-size: 21px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    /* TEXT CARD */
    .culture-slider .text-card{
    width:100%;
    height:200px;
    padding:20px 15px;
    border-radius:0 0 12px 12px;
    }

    /* TEXT CONTENT */
    .culture-slider .culture-content{
    padding:0px 0px 0px 0px;
    }

    .culture-slider .culture-content ul{
    line-height:26px;
    }

    .culture-slider .desktop-bg{
    display:none;
    }

    .culture-slider .culture-arrow{
    display:none;
    }

    .culture-slider .culture-track{
    scroll-behavior:smooth;
    }
    .culture-section {
        padding: 20px 20px 20px;
        text-align: center;
    }

    .culture-sub{
      font-size:clamp(12px,3.5vw,13px) !important;
      line-height:1.6 !important;
      white-space:normal !important;
      max-width:320px;
      margin:0 auto;
    }

    /* hide red divider lines */
    .culture-divider .line{
        display:none;
    }

    .culture-divider {
        font-weight: 300;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        justify-content:center;
        margin-top: 14px;
    }
    .culture-slider .culture-content{
      margin-top:0 !important;
    }

}

