/* <!-- ============================ Design Approach Hero Section ================================ --> */

.design-approch__hero
{
    padding:100px 0 ;
    background-image:url(../assets/design-approch-page/design-approach-banner-2.png) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.design-approch__hero--content
{
    max-width: 57%;
}
.design-approch__hero--content h1
{
    font-size: 46px;
    font-weight: 600;
    line-height: 1.2;
    margin: 20px 0;
}
.design-approch__hero--content p{
    margin-bottom: 30px;
    max-width: 90%;
}


/* <!-- ======================================================== -->
<!-- Design Approch  WHY IT MATTERS  Section -->
<!-- ======================================================== --> */

.design-approch__why-it-matters
{
    padding: 70px 0px;
}
.design-approch__why-it-matters--heading-description
{
    display: grid;
    grid-template-columns:  1.1fr 0.9fr;
    align-items: center;
}
.design-approch__why-it-matters--heading

{
    text-align: left;
    max-width: 88%;
}
.design-approch__why-it-matters h2{
    font-size: 48px;
    font-weight: 600;
    margin: 0 auto 20px;
    line-height: 1.3;
    letter-spacing: -1.8px;

}
.design-approch__why-it-matters--description p{
    margin-bottom: 20px;
}
/* ================================
   COMPARISON CONTAINER
================================ */

.comparison-slider {
  position: relative;

  width: 100%;


height: 580px;
  overflow: hidden;

  border-radius: 4px;

  cursor: ew-resize;

  user-select: none;

  touch-action: none;

  background: #ddd;
  margin-top: 20px;
  border-radius: 20px   ;
}


/* ================================
   IMAGE LAYERS
================================ */

.comparison-image {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  overflow: hidden;
}

.comparison-image img {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;

  pointer-events: none;
}


/* ================================
   BEFORE IMAGE
================================ */

.comparison-image.before {
  z-index: 2;

  width: 50%;
}


/* ================================
   LABELS
================================ */

.image-label {
  position: absolute;

  bottom: 28px;

  z-index: 5;

  padding: 12px 18px;


  font-size: 12px;

  font-weight: 600;

  letter-spacing: 0.16em;

  white-space: nowrap;

  color: #fff;

  backdrop-filter: blur(12px);

  -webkit-backdrop-filter: blur(12px);
  border-radius:8px;
}

.before-label {
  left: 28px;

  background: rgba(20, 20, 20, 0.78);
}

.after-label {
  right: 28px;

  background: rgb(31 111 174);
  z-index: 1;
}


/* ================================
   SLIDER LINE
================================ */

.comparison-line {
  position: absolute;

  top: 0;
  bottom: 0;

  left: 50%;

  width: 2px;

  z-index: 10;

  background: rgba(255, 255, 255, 0.95);

  transform: translateX(-50%);

  pointer-events: none;

  box-shadow:
    0 0 15px rgba(0, 0, 0, 0.15);
}


/* ================================
   HANDLE
================================ */

.comparison-handle {
  position: absolute;

  top: 50%;
  left: 50%;

  width: 58px;
  height: 58px;

  transform: translate(-50%, -50%);

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 2px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.96);

  border: 1px solid rgba(255, 255, 255, 0.9);

  color: #262261;

  box-shadow:
    0 10px 35px rgba(0, 0, 0, 0.2);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

/* .comparison-slider:hover .comparison-handle {
  transform: translate(-50%, -50%) scale(1.08);

  box-shadow:
    0 14px 40px rgba(0, 0, 0, 0.25);
} */

.comparison-handle img {
width: 16px;
}


/* =====================================================
   DESIGN APPROACH
===================================================== */

.design-approch__how-we-work {
  position: relative;
  width: 100%;

  padding: 70px;
      background: var(--lw-menu-bg, #f8f9fa);
}


/* =====================================================
   HOW WE WORK
===================================================== */

.how-we-work {
  position: relative;
  width: 100%;
}


/* =====================================================
   INTRO
===================================================== */




.how-we-work__intro h2 {
    font-size: 48px;
    font-weight: 600;
    margin: 0 auto 14px;
    line-height: 1.3;
    letter-spacing: -1.8px;
}

.how-we-work__intro p {
  max-width: 650px;



  font-size: 16px;

  line-height: 1.8;


}


/* =====================================================
   SCROLL AREA

   3 stages
   = 300vh
===================================================== */

.how-we-work__scroll {
  position: relative;

  height: 300vh;
}


/* =====================================================
   STICKY AREA
===================================================== */

.how-we-work__sticky {
  position: sticky;

  top: 40px;

  width: 100%;
  height: 100vh;

  display: flex;

  align-items: center;
  justify-content: center;

  overflow: hidden;
}


/* =====================================================
   IMAGE FRAME
===================================================== */

.how-we-work__frame {
  position: relative;

  width: min(90vw, 1500px);

  height: min(82vh, 820px);

  overflow: hidden;

  background: #222;

  border-radius: 20px;
}


/* =====================================================
   STAGES
===================================================== */

.how-we-work__stage {
  position: absolute;

  inset: 0;

  overflow: hidden;

  z-index: 1;
}


/* =====================================================
   IMAGE
===================================================== */

.how-we-work__stage img {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;

  user-select: none;

  pointer-events: none;
}


/* =====================================================
   DARK SHADE
===================================================== */

.how-we-work__shade {
  position: absolute;

  inset: 0;

  background:
    linear-gradient(27deg, rgba(0, 0, 0, 0.867) 0%, rgb(0 0 0 / 32%) 50%, rgba(0, 0, 0, .35) 100%);
    
}


/* =====================================================
   STAGE CONTENT
===================================================== */

.how-we-work__content {
  position: absolute;

  z-index: 5;

  left: clamp(28px, 6vw, 90px);

  bottom: clamp(35px, 8vh, 90px);

  width: min(800px, 70%);
}

.how-we-work__number {
  display: block;

  margin-bottom: 12px;

  font-size: 13px;

  letter-spacing: .15em;

  color: rgba(255,255,255,.75);
}

.how-we-work__content h3 {
  margin: 0 0 22px;



  font-size: 56px;

  font-weight: 600;

  line-height: .9;



  color: #fff;
}

.how-we-work__content p {
  max-width: 750px;

  margin: 0;

  font-size: 16px;

  line-height: 1.7;
  margin-bottom: 16px;

  color: rgba(255, 255, 255, 0.992);
 
}


/* =====================================================
   IMPORTANT

   STAGE 01
   stays visible initially
===================================================== */

.how-we-work__stage--01 {
  transform: translateY(0);

  z-index: 1;
}


/* =====================================================
   STAGE 02

   Starts below the frame
===================================================== */

.how-we-work__stage--02 {
  transform: translateY(100%);

  z-index: 2;
}


/* =====================================================
   STAGE 03

   Starts below the frame
===================================================== */

.how-we-work__stage--03 {
  transform: translateY(100%);

  z-index: 3;
}


/* =====================================================
   PROGRESS DOTS
===================================================== */

.how-we-work__progress {
  position: absolute;

  z-index: 20;

  right: 28px;

  top: 50%;

  transform: translateY(-50%);

  display: flex;

  flex-direction: column;

  gap: 12px;
}

.how-we-work__progress span {
  width: 5px;
  height: 5px;

  border-radius: 50%;

  background: rgba(255,255,255,.45);

  transition:
    transform .3s ease,
    background .3s ease;
}

.how-we-work__progress span.is-active {
  background: #fff;

  transform: scale(1.8);
}


/* =====================================================
   COUNTER
===================================================== */

.how-we-work__counter {
  position: absolute;

  z-index: 20;

  top: 28px;

  right: 32px;

  display: flex;

  gap: 8px;

  color: rgba(255,255,255,.8);

  font-size: 12px;

  letter-spacing: .12em;
}

.how-we-work__counter .current {
  color: #fff;
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 768px) {

  .how-we-work__intro {
    width: calc(100% - 40px);

    padding-top: 90px;
    padding-bottom: 60px;
  }

  .how-we-work__intro h2 {
    font-size: 52px;
  }

  .how-we-work__intro p {
    font-size: 15px;
  }


  .how-we-work__scroll {
    height: 300vh;
  }


  .how-we-work__sticky {
    height: 100svh;
  }


  .how-we-work__frame {
    width: 100%;
    height: 100svh;

    border-radius: 0;
  }


  .how-we-work__content {
    left: 24px;
    right: 40px;
    bottom: 60px;

    width: auto;
  }


  .how-we-work__content h3 {
    font-size: 58px;
  }


  .how-we-work__content p {
    font-size: 14px;
  }


  .how-we-work__progress {
    right: 18px;
  }


  .how-we-work__counter {
    top: 22px;
    right: 22px;
  }
}



/* <!-- ======================================================== -->
 <!-- Design Approch  WHAT THIS MEANS IN PRACTICE
  Section -->
<!-- ======================================================== --> */
.design-approach__in-practice
{
    padding: 70px;
}
.design-approach__in-practice--heading
{
    text-align: center;
}
.design-approach__in-practice--heading h2{
       font-size: 48px;
    font-weight: 600;
    margin: 0 auto 20px;
    line-height: 1.3;
    /* letter-spacing: -1.8px; */
}
.design-approach__in-practice--heading p{
    max-width: 60%;
    margin: 0 auto;
}
.design-approach__in-practice-content
{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
  margin-top: 40px;
}
.design-approach__in-practice-content img
{
    height: 550px;
    border-radius: 20px;
    transition:  0.3s;
}

.design-approach__in-practice-points-wrap
{
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 14px;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}
.design-approach__in-practice-points
{
   
    padding: 20px 16px;
    border-radius: 16px;
    border: 1px solid #ececec;
    display: flex;
    flex-direction: column;
   box-shadow: 1px 3px 4px rgba(202, 202, 202, 0.671);
  background: linear-gradient(#e5e9ef, #f3f3f3);
  transition: 0.3s;
}
.design-approach__in-practice-points:hover
{
    transform: translateY(-2px);
} 
.design-approach__in-practice-points h3{
    font-size: 20px;
    font-weight: 600;
        margin-bottom: 12px;
        line-height: 1.2;
    
}
.design-approach__in-practice-points p{
    font-size: 14px;
    margin-top: auto;
}

/* In practice — mobile alternate layout (hidden on desktop) */
.design-approach__in-practice-content--mobile {
  display: none;
}
.design-approach__cta
{
    padding: 60px 0 70px;
}

.design-approach__cta-content-image--wrap
{
    background: linear-gradient(45deg, #dbe5ed75, #cacac85c);
    padding: 36px;
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    align-items: center;
    border-radius: 20px;

}
.design-approach__cta-image {
    margin-top: -120px;
    margin-bottom: -50px;
}
.design-approach__cta-content
{
    /* max-width: 80%; */
}
.design-approach__cta-content h2{
           font-size: 40px;
    font-weight: 600;
    margin: 10px auto 10px;
    line-height: 1.2;
    
 
}
.design-approach__cta-content p{
    margin-bottom: 25px;
    max-width: 85%;
    font-size: 15px;
}

/* ==========================================================================
   DESIGN APPROACH PAGE — RESPONSIVE (desktop ≥1200px unchanged)
   Same breakpoints + heading sizes as other pages.
   ========================================================================== */

@media (max-width: 1199px) {
  .design-approch__hero {
    padding: 80px 0;
  }

  .design-approch__hero--content {
    max-width: 70%;
  }

  .design-approch__hero--content h1,
  .design-approch__hero--content h1.section-title {
    font-size: clamp(36px, 4vw, 44px);
  }

  .design-approch__why-it-matters,
  .design-approch__how-we-work,
  .design-approach__in-practice {
    padding: 56px 32px;
  }

  .design-approch__why-it-matters h2,
  .how-we-work__intro h2,
  .design-approach__in-practice--heading h2 {
    font-size: clamp(36px, 4vw, 44px);
  }

  .comparison-slider {
    height: 480px;
  }

  .design-approach__in-practice-content {
    gap: 48px;
  }

  .design-approach__in-practice-content img {
    height: 480px;
  }

  .design-approach__cta {
    padding: 48px 0 56px;
  }

  .design-approach__cta-content h2 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .design-approch__hero {
    padding: 72px 0 56px;
    background-position: unset;
  }

  .design-approch__hero--content {
    max-width: none;
  }

  .design-approch__hero--content h1,
  .design-approch__hero--content h1.section-title {
    font-size: clamp(30px, 5vw, 40px);
    margin: 16px 0 20px;
    line-height: 1.2;
  }

  .design-approch__hero--content p {
    max-width: none;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 24px;
  }

  .design-approch__hero--content .hero__btn {
    width: 100%;
    max-width: 360px;
  }

  .section-title,
  .design-approch__why-it-matters h2,
  .how-we-work__intro h2,
  .design-approach__in-practice--heading h2,
  .design-approach__cta-content h2 {
    font-size: clamp(30px, 4vw, 40px);
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  .design-approch__why-it-matters {
    padding: 48px 0;
  }

  .design-approch__why-it-matters--heading-description {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: left;
  }

  .design-approch__why-it-matters--heading {
    max-width: none;
  }

  .design-approch__why-it-matters h2 {
    margin: 0 0 0;
  }

  .design-approch__why-it-matters--description p,
  .design-approch__why-it-matters > .systems__container > p {
    font-size: 15px;
    line-height: 1.65;
  }

  .comparison-slider {
    height: 360px;
    margin-top: 28px;
    border-radius: 16px;
  }

  .image-label {
    bottom: 16px;
    padding: 8px 12px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .before-label {
    left: 14px;
  }

  .after-label {
    right: 14px;
  }

  .comparison-handle {
    width: 44px;
    height: 44px;
  }

  .design-approch__how-we-work {
    padding: 48px 0;
  }

  .how-we-work__intro {
    width: 100%;
    padding: 0 0 32px;
    text-align: left;
  }

  .how-we-work__intro h2 {
    margin: 0 0 14px;
  }

  .how-we-work__intro p {
    max-width: none;
    font-size: 15px;
  }

  /* Keep sticky scroll behavior; scale frame for tablet */
  .how-we-work__sticky {
    top: 20px;
    height: 85vh;
  }

  .how-we-work__frame {
    width: min(94vw, 1500px);
    height: min(78vh, 720px);
    border-radius: 16px;
  }

  .how-we-work__content {
    left: 24px;
    right: 48px;
    bottom: 32px;
    width: auto;
    max-width: none;
  }

  .how-we-work__content h3 {
    font-size: 40px;
    margin-bottom: 14px;
  }

  .how-we-work__content p {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .how-we-work__progress {
    right: 16px;
  }

  .design-approach__in-practice {
    padding: 48px 0;
  }

  .design-approach__in-practice--heading {
    text-align: left;
  }

  .design-approach__in-practice--heading h2 {
    margin: 0 0 16px;
  }

  .design-approach__in-practice--heading p {
    max-width: none;
    margin: 0;
    font-size: 15px;
    text-align: left;
  }

  /* Swap to mobile in-practice layout */
  .design-approach__in-practice-content--desktop {
    display: none;
  }

  .design-approach__in-practice-content--mobile {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 28px;
  }

  .in-practice-mobile__block {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .in-practice-mobile__image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 16px;
    display: block;
  }

  .in-practice-mobile__points {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .in-practice-mobile__points .design-approach__in-practice-points {
    width: 100%;
  }

  .design-approach__cta {
    padding: 40px 0 48px;
  }

  .design-approach__cta-content-image--wrap {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 20px;
  }

  .design-approach__cta-image {
    margin: 0;
    order: -1;
  }

  .design-approach__cta-image img {
    width: 100%;
    display: block;
    border-radius: 14px;
  }

  .design-approach__cta-content h2 {
    margin: 0 0 12px;
  }

  .design-approach__cta-content p {
    max-width: none;
    margin-bottom: 20px;
  }

  .design-approach__cta-content .hero__btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .design-approch__hero {
    padding: 64px 0 48px;
  }

  .design-approch__hero--content h1,
  .design-approch__hero--content h1.section-title {
    font-size: 34px;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }

  .systems__eyebrow {
    font-size: 12px;
    letter-spacing: 0.14em;
  }

  .section-title,
  .design-approch__why-it-matters h2,
  .how-we-work__intro h2,
  .design-approach__in-practice--heading h2,
  .design-approach__cta-content h2 {
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }

  .design-approch__why-it-matters,
  .design-approch__how-we-work,
  .design-approach__in-practice {
    padding: 40px 0;
  }

  .design-approch__hero--content p,
  .design-approch__why-it-matters--description p,
  .design-approch__why-it-matters > .systems__container > p,
  .how-we-work__intro p,
  .design-approach__in-practice--heading p,
  .design-approach__cta-content p {
    font-size: 14px;
    line-height: 1.65;
  }

  .comparison-slider {
    height: 280px;
    border-radius: 14px;
  }

  .image-label {
    max-width: 42%;
    white-space: normal;
    line-height: 1.3;
  }

  .how-we-work__intro {
    padding: 0 0 24px;
  }

  /* How we work — keep sticky, use 70vh panel like home */
  .how-we-work__scroll {
    height: 280vh;
  }

  .how-we-work__sticky {
    top: 110px;
    height: 70vh;
  }

  .how-we-work__frame {
    width: 100%;
    height: 70vh;
    border-radius: 14px;
  }

  .how-we-work__content {
    left: 16px;
    right: 40px;
    bottom: 24px;
  }

  .how-we-work__content h3 {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .how-we-work__content p {
    font-size: 13px;
    line-height: 1.55;
  }

  .how-we-work__number {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .how-we-work__counter {
    top: 14px;
    right: 14px;
  }

  .how-we-work__progress {
    right: 12px;
    gap: 10px;
  }

  .in-practice-mobile__image {
    border-radius: 14px;
  }

  .design-approach__in-practice-points {
    padding: 16px;
  }

  .design-approach__in-practice-points h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .design-approach__cta {
    padding: 32px 0 40px;
  }

  .design-approach__cta-content-image--wrap {
    padding: 20px;
    border-radius: 14px;
  }
}

@media (max-width: 576px) {
  .design-approch__hero {
    padding: 56px 0 40px;
    background-image: center;
    position: relative;
  }
  .design-approch__hero::before{
        position: absolute;
    content: "";
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(253, 253, 253, 0.453) 0%, rgba(248, 248, 248, 0.458) 30%, rgba(255, 255, 255, 0.303) 55%, rgba(249, 247, 247, 0) 75%);
    background: linear-gradient(90deg, rgba(253, 253, 253, 0.453) 0%, rgb(248 248 248) 30%, rgba(255, 255, 255, 0.303) 55%, rgb(249 247 247 / 83%) 75%);
  
  }
  .design-approch__hero>*
  {
    position: relative;
    z-index: 1;
  }

  .design-approch__hero--content h1,
  .design-approch__hero--content h1.section-title {
    font-size: 34px;
  }

  .section-title,
  .design-approch__why-it-matters h2,
  .how-we-work__intro h2,
  .design-approach__in-practice--heading h2,
  .design-approach__cta-content h2 {
    font-size: 24px;
  }

  .design-approch__why-it-matters,
  .design-approch__how-we-work,
  .design-approach__in-practice {
    padding: 32px 0;
  }

  .comparison-slider {
    height: 240px;
  }

  .comparison-handle {
    width: 40px;
    height: 40px;
  }

  .comparison-handle img {
    width: 12px;
  }

  .how-we-work__sticky,
  .how-we-work__frame {
    height: 70vh;
  }

  .how-we-work__content h3 {
    font-size: 28px;
  }

  .how-we-work__content p {
    font-size: 12px;
  }

  .design-approach__cta-content .hero__btn {
    height: 48px;
    font-size: 14px;
  }
  .design-approch__hero
  {
    background-position: center;
  }
}

@media (max-width: 360px) {
  .design-approch__hero--content h1,
  .design-approch__hero--content h1.section-title {
    font-size: 30px;
  }

  .section-title,
  .design-approch__why-it-matters h2,
  .how-we-work__intro h2,
  .design-approach__in-practice--heading h2,
  .design-approach__cta-content h2 {
    font-size: 24px;
  }

  .comparison-slider {
    height: 200px;
  }

  .how-we-work__content h3 {
    font-size: 26px;
  }

  .image-label {
    padding: 6px 8px;
    font-size: 9px;
  }
}

















