br.desktop,
br.mobile{
	display: none;
}

#hero .container, #studio-info .container, #treatments .container, #why .container, #pricing .container, #results .container, #testimonials .container, #faq .container {
    margin: 0 auto;
    padding: 0 40px;
}

/* Layout helpers */
.left-right {
    display: flex;
    align-items: center;
}
.left-right__text{
	width: 672px;
	max-width: 100%;
}
.left-right.right-image .info-container {
    order: 1;
}

.left-right.right-image figure {
    order: 2;
}


.left-right.right-image figure {
    margin-right: -48px;
}

.left-right.left-image figure {
    margin-left: -48px;
}

.left-right figure {
    line-height: 0;
}

.left-right figure img {
    width: 100%;
    height: 100%;
}

.left-right .info-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 24px;
}

/* HERO */
#hero {
    background: #efece6;
    padding-top: 140px;
}

#hero h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 122%;
    color: #52433D;
    text-transform: uppercase;
    letter-spacing: -0.87px;
}

#hero ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#hero ul li {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #52433D;
    padding: 30px 0;
    border-bottom: 1.4px solid #b8aea4;
    font-weight: 700;
}

/* STUDIO INFO */
#studio-info {
    background: #52433D;
    color: #fff;
    padding: 95px 0;
}

#studio-info .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 96px;
}

#studio-info h2 {
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    text-align: left;
    line-height: 122.2%;
    letter-spacing: 0.585px;
}

#studio-info address,
#studio-info .studio-hours {
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}

#studio-info address p,
#studio-info .studio-hours p {
    margin: 0 0 4px;
}

.studio-button a {
    display: inline-block;
    padding: 16px 36px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.03em;
    border-radius: 6px;
    font-weight: 500;
}

.studio-button a::before {
    content: "Book an Appointment";
}

/* TREATMENTS */
#treatments {
    padding: 100px 0 44px;
}

#treatments .treatments-title {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #52433D;
    margin: 0 0 10px;
    text-align: left;
}
.treatments-heading{
	
    margin: 0 0 50px;
}
.treatments-description {
    font-size: 15px;
    line-height: 1.6;
    color: #52433D;
}
.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px 24px;
}

.service-card img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 24px;
	    border-radius: 12px;
}
.service-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 131%;
    letter-spacing: 0.14px;
    min-height: 36px;
	    margin-bottom: 28px;
}
.service-card .service-card__title {
	text-align: left;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #52433D;
    margin: 0 0 16px;
    padding-bottom: 0px;
}

.service-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #52433D;
    margin: 0 0 20px;
}

.service-card .learn-more {
    font-size: 15px;
    color: #52433D;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
}

/* WHY */
#why {
    padding-top: 80px;
}

#why .left-image figure {
    order: 1;
}

#why .left-image .info-container {
    order: 2;
}

#why h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #52433D;
    margin: 0 0 30px;
    text-align: left;
}

#why p {
    font-size: 16px;
    line-height: 131%;
    color: #52433D;
    margin: 0 0 16px;
	font-weight: 400;
	    padding-bottom: 4px;
}

#why p:last-child {
    margin: 0;
}

/* PRICING */
#pricing {
    padding: 0px 0px 0px 0px;
}

#pricing h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #52433D;
    margin: 0 0 30px;
    text-align: left;
}

#pricing h2 p {
    display: none;
}

#pricing .pricing-text>div p {
    font-size: 16px;
    line-height: 131%;
    color: #52433D;
    margin: 0 0 14px;
    padding: 0;
	font-weight: 400;
}

.left-right .left-right__text p:last-child {
    margin: 0 0 0;
}

.left-right .left-right__text li {
    font-size: 16px;
    font-weight: 400;
    line-height: 131%;
}

.left-right .left-right__text ul {
    padding-left: 32px;
    list-style: disc;
    margin: 0 0 14px;
	color:#52433D;
}

#pricing .btn {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 20px;
    background: #52433D;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    width: max-content;
    text-transform: unset;
}


/* RESULTS */
.slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 64px;
}

.slider-header h2 {
    text-align: left;
}

.slider-dots button {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    padding: 0;
}

.slider-dots button.active {
    width: 38px;
}

#results {
    padding: 200px 0 180px;
}

#results h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #52433D;
    padding: 0;
}

#results .slider {
    position: relative;
    overflow: hidden;
}

#results .slider-track {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
}

#results .slide {
    flex: 0 0 calc((100% - 40px) / 3);
}

#results .slide figure {
    margin: 0;
}

#results .slide img {
    width: 100%;
    height: auto;
    display: block;
	    border-radius: 5px;
}

#results .slider-dots {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

#results .slider-dots button {
    background: #c4bbb1;
}

#results .slider-dots button.active {
    background: #52433D;
}

/* TESTIMONIALS */
#testimonials {
    background: #52433D;
    color: #fff;
    padding: 100px 0;
}

#testimonials h2 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #fff;
    padding: 0;
}

#testimonials .slider {
    position: relative;
    overflow: hidden;
}

#testimonials .slider-track {
    display: flex;
    gap: 24px;
    transition: transform 0.4s ease;
}

#testimonials .slide {
    flex: 0 0 calc((100% - 72px) / 4);
}

#testimonials .slider .stars svg {
    margin-right: 5px;
}

#testimonials blockquote {
    background: transparent;
    border: 1.463px solid #FFF;
    border-radius: 4px;
    padding: 30px;
    margin: 0;
    text-align: center;
    min-height: 377px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#testimonials blockquote div.opinion {
    color: #fff;
    line-height: 131%;
    letter-spacing: 0.032px;
    font-weight: 400;
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
    height: 86px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#testimonials cite {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 114.667%;
    letter-spacing: 0.36px;
}

#testimonials small {
    display: block;
    margin-top: 19px;
    color: #d4ccc4;
    white-space: pre-line;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    letter-spacing: 0.14px;
}

#testimonials .slider-dots {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

#testimonials .slider-dots button {
    background: #8a7c75;
}

#testimonials .slider-dots button.active {
    background: #fff;
}

#faq {
  padding: 100px 0 140px;
  background: #efece6;
}
#faq .container {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 3fr;
  gap: 40px 80px;
  align-items: start;
}
#faq h2 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #52433D;
  margin: 0;
  padding-top: 30px;
}
#faq .faq-list {
  display: flex;
  flex-direction: column;
}
#faq details {
  border-top: 1.463px solid #52433D;
  padding: 32px 0;
	margin-bottom: 24px;
}

#faq summary {
  list-style: none;
  cursor: pointer;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 114.667%; /* 20.64px */
	letter-spacing: 0.36px;
	text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
	color: #52433D;
}
#faq summary::-webkit-details-marker,
#faq summary::marker {
  display: none;
  content: '';
}
#faq .faq-icon {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
#faq details[open] .faq-icon {
  transform: rotate(180deg);
}
#faq details p {
  font-size: 14px;
  line-height: 1.65;
  color: #52433D;
  padding-top: 16px;
  margin: 0;
  max-width: 90%;
}
#faq .small-link{
	color: #52433D;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 131%; /* 18.34px */
	letter-spacing: 0.14px;
	margin-top:130px;
}
#faq details > *:not(summary) {
    padding-left:24px
}

@media (min-width: 1600px) {
	.left-right  {
	align-items: stretch;
	}
.left-right figure {
    width: calc(50% + 48px);
}
    .left-right .info-container {
        width: 50%;
    }
	br.desktop{
		display: block;
	}
	.left-right .info-container {
    padding: 100px 48px 124px;
}
	.left-right.right-image  .info-container{
	padding-left:0 !important;
	}
	.left-right.left-image  .info-container{
	padding-right:0 !important;
	}
}
@media (min-width: 1025px) {
		.left-right  {
	align-items: stretch;
	}
.left-right figure {
    width: calc(50% + 48px);
}
    .left-right .info-container {
        width: 50%;
    }
	br.desktop{
		display: block;
	}
	.left-right .info-container {
    padding: 80px 48px;
}
	.left-right.right-image  .info-container{
	padding-left:0 !important;
	}
	.left-right.left-image  .info-container{
	padding-right:0 !important;
	}
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
    #hero .container, #studio-info .container, #treatments .container, #why .container, #pricing .container, #results .container, #testimonials .container, #faq .container {
        padding: 0 24px;
    }

    .left-right {
        gap: 30px;
    }

    .services-grid {
        gap: 40px 24px;
    }

    #testimonials .slide {
        flex: 0 0 calc((100% - 48px) / 3);
    }

    #hero h1 {
        font-size: 34px;
    }
}
@media (max-width: 767px) {
	.left-right__text {
    width: auto;
 
}
	br.mobile{
		display: block;
	}
	br.no_mobile{
		display:none;
	}
    #hero .container, #studio-info .container, #treatments .container, #why .container, #pricing .container, #results .container, #testimonials .container, #faq .container {
        padding: 0 24px;
    }

    /* Reset left-right layout for mobile */
    .left-right {
        flex-direction: column;
        gap: 24px;
    }
    .left-right figure {
        width: auto;
        margin: 0 !important;
    }
    .left-right .info-container {
        padding: 0;
        height: auto;
    }

    /* HERO */
   
    #hero .container {
        padding: 0;
    }
    #hero .container.left-right {
        gap: 0;
    }
    #hero .left-right.right-image .info-container {
        order: 1;
        padding: 0 24px 64px;
    }
    #hero .left-right.right-image figure {
        order: 2;
    }
    #hero h1 {
        font-family: Montserrat;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 122.2%;
        letter-spacing: -0.5px;
        text-transform: uppercase;
        margin: 0 0 34px;
    }
    #hero ul li {
        padding: 12px 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 131%;
        letter-spacing: 0.038px;
    }
    #hero ul li:first-child {
        padding-top: 0;
    }
    #hero ul li:last-child {
        border-bottom: none;
    }
    #hero figure {
        width: 100vw;
    }
    #hero figure img {
        width: 100%;
        aspect-ratio: 4 / 5;
        object-fit: cover;
    }

    /* STUDIO INFO */
    #studio-info {
        padding: 64px 0;
    }
	 #studio-info .studio-button {
    margin-top: 16px;
}
	#studio-info address p, #studio-info .studio-hours p {
		margin: 3px 0 0px;
		padding: 0;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 131%;
        letter-spacing: 0.28px;
	}
	#studio-info .mob-additional-11px{
		width:24px;
	}
	#studio-info .mob-additional-4px{
		width: 0px;
        margin-left: -30px;
	}
    #studio-info .container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: left;
    }
    #studio-info h2 {
        font-size: 20px;
    }
    #studio-info address,
    #studio-info .studio-hours {
        font-size: 13px;
    }
    #studio-info .studio-hours p {
        display: flex;
        gap: 24px;
    }
	#studio-info .studio-hours p span:first-child {
    width: 160px;
}
	#studio-info .studio-hours p span:first-child:after {
    content: ':';
    display: inline-block;
    margin-left: 3px;
}
    .studio-button a {
        padding: 8px 16px;
        font-size: 11px;
    }

    /* TREATMENTS */
    #treatments {
        padding: 64px 0 24px;
    }
    #treatments .treatments-title {
        font-size: 24px;
        margin: 0 0 10px;
        line-height: 1.3;
    }
	.treatments-heading{
	
    margin: 0 0 30px;
}

    .services-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .service-card img {
        margin-bottom: 18px;
    }
    .service-card .service-card__title {
        margin: 0 0 8px;
    }
    .service-card p {
        font-family: Montserrat;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 131%; /* 18.34px */
		letter-spacing: 0.28px;
        margin: 0 0 24px;
    }

    /* WHY */
    #why {
        padding: 40px 0;
    }
    #why .container {
        padding: 0;
    }
    #why .container.left-right {
        gap: 30px;
    }
    #why .why-text.info-container {
        padding: 0 24px;
    }
	
    #why .left-image figure {
        order: 1;
    }
    #why .left-image .info-container {
        order: 2;
    }
    #why h2 {
        font-size: 24px;
        margin: 34px 0 42px;
    }

    /* PRICING */
   #pricing {
        padding: 30px 0 50px;
    }
    #pricing .container {
        padding: 0;
    }
    #pricing .container.left-right {
               gap: 64px;
        flex-direction: column-reverse;
    }
    #pricing .left-right.right-image .info-container {
        padding: 0 24px;
    }
    #pricing .left-right.right-image .info-container {
        order: 1;
    }
    #pricing .left-right.right-image figure {
        order: 2;
    }
    #pricing h2 {
                font-size: 24px;
        margin: 0 0 42px;
    }
    
    #pricing .btn {
        padding: 12px 24px;
        font-size: 13px;
    }

    /* RESULTS */
    #results {
        padding: 90px 0 80px;
    }
    #results h2 {
        font-size: 18px;
        margin: 0 0 24px;
    }
    #results .slider-track {
        gap: 12px;
    }
    #results .slide {
        flex: 0 0 calc((100% - 12px) / 1);
    }
    #results .slider-dots {
        justify-content: flex-start;
    }

    /* TESTIMONIALS */
    #testimonials {
        padding: 64px 0 80px;
    }
    #testimonials h2 {
        font-size: 24px;
        margin: 0 0 40px;
        max-width: 60%;
    }
    #testimonials .slider-track {
        gap: 16px;
    }
    #testimonials .slide {
        flex: 0 0 85%;
    }
    #testimonials blockquote {
        padding: 28px 20px;
        min-height: 220px;
    }
    #testimonials blockquote p {
        font-size: 13px;
    }
    #testimonials .slider-dots {
        justify-content: flex-start;
    }
	#results .container,
    #testimonials .container {
        display: flex;
        flex-direction: column;
    }
    #results .slider-header,
    #testimonials .slider-header {
        display: contents;
    }
    #results .slider-header h2,
    #testimonials .slider-header h2 {
        order: 1;
    }
    #results .slider,
    #testimonials .slider {
        order: 2;
    }
    #results .slider-header .slider-dots,
    #testimonials .slider-header .slider-dots {
        order: 3;
        margin-top: 40px;
        justify-content: center;
    }
	#results .container {
        padding: 0;
    }
    #results .slider-header h2 {
        padding: 0 20px;
    }
    #results .slider-header .slider-dots {
        padding: 0 20px;
    }
	#results .slide {
        flex: 0 0 100%;
    }
    /* FAQ */
    #faq {
        padding: 64px 0 54px;
    }
    #faq .container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
       #faq h2 {
        padding-top: 0;
        font-size: 24px;
        font-weight: 700;
        line-height: 122.2%;
        letter-spacing: 0.24px;
        text-align: left;
    }
    #faq .faq-list {
		padding-top: 64px;
    }
    #faq details {
        padding: 20px 0;
        border-top: 1px solid #b8aea4;
        border-bottom: none;
    }
    #faq details:last-child {
        border-bottom: none;
    }
    #faq summary {
                color: #52433D;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 114%;
        letter-spacing: 0.032px;
        gap: 20px;
        padding-left: 8px;
        padding-right: 8px;
    }
    #faq .faq-icon {
        width: 20px;
        height: 10px;
    }
    #faq details p {
        font-size: 13px;
        max-width: 100%;
        padding-top: 14px;
    }
	#faq .small-link{display:none;}
	#faq details > *:not(summary) {
		padding-left:20px
	}
}