.hero {
    padding-left: 41px;
    padding-right: 38px;
    padding-top: 138px;
    padding-bottom: 128px;
    background-size: 99.9% 94%;
    margin-top: -108px;
  }
  .hero__inner{
      display: flex;
      gap: 73px;
      max-width: 1435px;
      margin: 0 auto;
      position: relative;
      justify-content: space-between;
  }
  
  .hero__portrait{
    position: relative;
    box-shadow: -44px -23px 233px rgba(255, 255, 255, 0.12);
    border-radius: 21px;
  }
  
  .hero__portrait img {
    border-radius: 20px;
    /* border: 1px solid #B98C4B; */
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    box-shadow: 0 0 160.7px 1px rgba(255, 240, 218, 0.20);
  }
  .hero__content{
      padding-top: 72px;
  }
  
  /* Guest Requests */
  .guest-requests {
    max-width: var(--maze-max);
    margin: 80px auto 95px;
    padding: 0 38px;
    padding-left: 50px;
  }
  
  .guest-requests__title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #fff;
    text-align: center;
    margin: 0 0 16px;
  }
  
  .guest-requests__subtitle {
    max-width: 1142px;
    margin: 0 auto;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    line-height: 42px;
    color: #fff;
  }
  
  .guest-requests__notice {
    margin-bottom: 24px;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 14px;
  }
  
  .guest-requests__notice--success {
    background: rgba(22, 163, 74, 0.18);
    border: 1px solid rgba(34, 197, 94, 0.6);
    color: #bbf7d0;
    max-width: 553px;
    margin: 16px auto;
  }
  
  .guest-requests__notice--error {
    background: rgba(220, 38, 38, 0.18);
    border: 1px solid rgba(248, 113, 113, 0.7);
    color: #fecaca;
  }
  
  .guest-requests__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 553px;
    margin: 0 auto;
    margin-top: 32px;
  }
  
  .guest-requests__field {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .guest-requests__label {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
  }
  
  .guest-requests__required {
    color: rgba(199, 0, 54, 1);
    margin-left: 2px;
    font-size: 15px;
    font-weight: 500;
  }
  
  .guest-requests__input{
    max-height: 48px;
  }
  
  .guest-requests__input,
  .guest-requests__textarea {
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(249, 250, 251, 0.5);
    background:transparent;
    padding: 13px 13px 12px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: rgba(212, 212, 216, 1);
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s;
  }
  
  .guest-requests__input::placeholder,
  .guest-requests__textarea::placeholder {
    color: rgba(212, 212, 216, 1) !important;
    opacity: 0.9 !important;
  }
  
  .guest-requests__textarea {
    resize: vertical;
    height: 70px;
  }
  
  .guest-requests__input::placeholder,
  .guest-requests__textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
  }
  
  .guest-requests__input:focus,
  .guest-requests__textarea:focus {
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
  }
  
  .guest-requests__actions {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
  
  .guest-requests__submit {
    height: 48px;
    padding: 12px 66.5px;
    border-radius: 12px;
    border: unset;
    background: rgba(249, 250, 251, 1);
    color: #4A5565;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
  }
  
  .guest-requests__submit:hover {
    background: #f3f4f6;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  }
  
  .guest-requests__submit:active {
    transform: translateY(1px);
  }


  .life-hacks-cards {
    margin-top: 81px;
  }
    .life-hacks-cards>.section__head{
        margin-bottom: 24px;
    }
  


.latest-hack {
	margin-top: -49px;
    position: relative;
    z-index: 10;
}

.latest-hack__inner {
	max-width: var(--lh-max-width);
	margin: 0 auto;
	padding: var(--lh-pad);
}

.latest-hack__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 28px;
}

.latest-hack__heading {
	font-size: clamp(18px, 2.2vw, 24px);
	font-weight: 700;
	color: #fff;
	margin: 0;
}

.latest-hack__read-more {
	font-size: 14px;
	color: var(--lh-text);
	text-decoration: none;
	opacity: .75;
	transition: opacity .2s;
}
.latest-hack__read-more:hover { opacity: 1; }

/* body: two-column */
.latest-hack__body {
	display: flex;
    gap: 32px;
}

/* ── Video wrapper ───────────────────────────────────────────── */
.video-wrapper {
    width: 100%;
    max-width: 846px;
    height: 542px;
}

.video-wrapper iframe, .video-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

/* badge */
.latest-hack__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 4px 10px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: capitalize;
	background: rgba(6,13,26,.85);
	color: #fff;
	border: 1px solid var(--lh-accent-dim);
	border-radius: 6px;
	backdrop-filter: blur(4px);
}

/* content */
.latest-hack__content { 
    width: 100%;
    max-width: 554px;
    padding-top: 64px;
 }

.latest-hack__title {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFF;
    line-height: 150%; 
}

.latest-hack__excerpt {
    margin-top: 12px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0;
    font-style: normal;
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
}

/* ── Life Hacks Grid Section ─────────────────────────────────── */
.lh-grid-section {
	padding: 48px 0 80px;
	border-top: 1px solid var(--lh-border);
}

.lh-grid-section__inner {
	max-width: var(--lh-max-width);
	margin: 0 auto;
	padding: var(--lh-pad);
}

.lh-grid-section__heading {
	font-size: clamp(18px, 2.2vw, 24px);
	font-weight: 700;
	color: #fff;
	margin: 0 0 24px;
}

/* ── Filter tabs ─────────────────────────────────────────────── */
.lh-filters {
	display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 16px;
}

.lh-filter {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background: transparent;
    border: unset;
    padding: 9px 16px 7px;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 12px;
    min-width: 109px;
}

.lh-filter:hover {
	color: #fff;
	background: #26325D;
}

.lh-filter--active {
    background: #26325D;
}


.cards {
    /* display: flex; */
    margin-top: 12px;
    justify-content: space-between;
    gap: 32px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .card {
    width: 100%;
    max-width: 261px;
    height: 390px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    cursor: pointer;
  }

  .card-link {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }

  .card-link:active,
  .card-link.card-link--pressed {
    transform: scale(0.97);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  }

  .card>div{
    padding: 8px 8px 16px 8px;
    border-radius: 12px;
    box-shadow: 0 20px 100.5px -5px rgba(0, 0, 0, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(19, 25, 47, 0.40) 45.19%, #0D1120 100%);
  }

  .tag {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0%;
    text-align: center;
    color: #181F3A;
    border: 1px solid #5469B9;
    border-radius: 6px;
    background-color: #EEF6FF;
    height: 24px;
    display: inline-block;
    padding: 4px 6px;  
  }
  .card__title{
    margin-top: 8px;
  }
  .card__title a {
    text-decoration: none;
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
  }



.lh-grid--loading { opacity: .4; pointer-events: none; }

.lh-grid__empty {
	grid-column: 1 / -1;
	text-align: center;
	color: var(--lh-muted);
	padding: 40px 0;
	font-size: 14px;
}



/* ── Spinner ─────────────────────────────────────────────────── */
.lh-spinner {
	display: flex;
	justify-content: center;
	padding: 24px 0 0;
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s;
}

.lh-spinner[aria-hidden="false"] {
	visibility: visible;
	opacity: 1;
}

.lh-spinner svg {
	width: 40px;
	height: 40px;
	animation: lh-spin 1s linear infinite;
}

.lh-spinner circle {
	stroke: var(--lh-accent);
	stroke-dasharray: 80;
	stroke-dashoffset: 60;
	stroke-linecap: round;
}

@keyframes lh-spin {
	to { transform: rotate(360deg); }
}

/* ── Load more button (mobile) ───────────────────────────────── */
.lh-load-more-wrapper{
    display: flex;
    justify-content: center;
    width: 100%;
}
.lh-load-more {
	display: none;
	margin: 24px auto 0;
	padding: 7px 39px 5px; 
	border-radius: 12px;
	border: none;
	background: rgba(249, 250, 251, 1);
	color: rgba(74, 85, 101, 1);
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
    width: 161px;
	cursor: pointer;
    height: 33px;
    box-shadow: 0 1px 0.5px 0.05px rgba(29, 41, 61, 0.02);

}

.lh-load-more:hover {
	background: #e5e7eb;
}

@media ( max-width: 1450px ) {
	.cards{
        gap:20px;
      }
}

@media ( max-width: 1024px ) {
    .latest-hack__body{
        flex-direction: column;
        gap: 12px;
    }
    .video-wrapper {
        height: 424px;
        max-width: 100%;
    }
    .section__head{
        margin-bottom: 12px;
    }

    .section__title{
        font-weight: 600;
        color: #FFF;
    }

    .latest-hack__title{
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
    }

    .latest-hack__excerpt{
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-top: 6px;
    }

    .life-hacks-cards {
        margin-top: 46px;
    }

    .life-hacks-cards  .section__title{
        font-weight: 500;
    }

    .life-hacks-cards>.section__head {
        margin-bottom: 20px;
    }
    .lh-filters {
        display: flex;
        flex-wrap: nowrap;
        gap: 12px;
        margin-bottom: 19px;
        overflow-x: scroll;
    }
    .card{
        max-width: 225px;
        border-radius: 12px;
        height: 212px;
        background-position: top center;
        background-size: cover;
    }
    .tag {
        font-size: 12px;
        height: 22px;
        line-height: 16px;
        padding: 2px 4px;
    }

    .card__title a, .card__title {
        font-size: 14px;
        line-height: 21px;
    }

    .lh-filter {
        font-family:Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        min-width: unset;
        padding: 10px 16px;
    }

    .latest-hack__content {
        padding-top: 0;
    }


    .cards {
        max-width: 768px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        margin: 0 auto;
        margin-top: 12px;
      }

    .hero{
        padding: 0;
        background-image: unset;
        position: relative;
        top: -34px;
    }
    .hero.active{
        top: 22px;
    }
   
    .breadcrumb{
        display: none;
    }

    .hero__content{
        position: absolute;
        z-index: 10;
        bottom: 36px;
        padding: 0 20px;
        left: 0;
        right: 0;
    }

    .hero__portrait{
        margin: 0 auto;
        width: 100%;
        height: 680px;
    }

    .hero__portrait::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      border-radius: 0 0 20px 20px;
      background: rgb(0 0 0 / 25%);
    }

    .hero__portrait img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: unset;

        box-shadow: unset;
        background: unset;
    }

    .hero__title{
        text-align: start;
    }
    .hero__lead{
        max-width: 400px;
        text-align: start;
        margin-top: 4px;
    }

    .latest-hack{
      margin-top: 9px;
      .section__action{
          display: none;
      }
    }
    .guest-requests{
        margin: 49px auto 60px;
        padding: 0 20px;
    }
    .guest-requests__title{
        font-size: 24px;
        line-height: 36px;
        text-align: start;
        margin: 0 0 12px;
    }
    .guest-requests__subtitle{
        font-size: 16px;
        line-height: 24px;
        text-align: start;
    }

    .guest-requests__form {
        margin-top: 24px;
    }

    .guest-requests__input, .guest-requests__textarea{
        padding: 7px 9px;
        font-size: 14px;
        line-height: 20px;
    }

    .guest-requests__input::placeholder,
    .guest-requests__textarea::placeholder {
      font-size: 14px;
        line-height: 20px;
    }

    .guest-requests__actions{
        margin-top: 8px;
        
    }
    .guest-requests__submit{
        font-size: 14px;
        line-height: 21px;
        padding:  7px 67px 5px; 
        font-weight: 600;
        height:33px ;
    }

    .site-header.active .site-header__inner {
      padding-top: 110px;
  }
}


@media ( max-width: 768px ) {    
    .video-wrapper {
      height: 324px;
      max-width: 100%;
    }

    .lh-load-more {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 608px) {
  .cards {
    max-width: 467px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  
}

@media ( max-width: 480px ) {
  .video-wrapper {
    height: 224px;
    max-width: 100%;
}
}
  