html {
  scroll-padding-top: 120px;
}

body.page-template-new-pricing-page-template{
	background:#F1EFEC;
}
br.desktop,
br.mobile {
    display: none;
}
.container{
	max-width:1620px;
	width:100%;
	margin: 0 auto;
    padding: 0 40px;
}

#studio-info .container,
#treatments .container,
#why .container,
#pricing .container,
#results .container,
#testimonials .container,
#faq .container {
    margin: 0 auto;
    padding: 0 40px;
}
#hero .container {
    margin: 0 auto;
	padding: 100px 40px 64px;
}
#hero .info-container{
	display: flex;
	gap:48px;
	align-items: flex-end;
}
.info-container .description {
    font-size: 16px;
    line-height: 131%;
}
.info-container h1,
.info-container .description{
	width: calc((100% - 48px)/2);
}
/* Layout helpers */
.left-right {
    display: flex;
    align-items: center;
}

.left-right__text {
    width: 672px;
    max-width: 100%;
}
.left-right__text li{
	    font-size: 16px;
    line-height: 131%;
    font-weight: 400;
	    color: #52433D;
	    position: relative;
    padding-left: 24px;
}
.left-right__text li:before{
    content: '';
    background: #52433D;
    position: absolute;
    top: 9px;
    left: 11px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
}
.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: #F1EFEC;
    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;
}
/* PRICINGLIST*/
/* ============================================
   PRICELIST SECTION
   ============================================ */
#pricelist {
  color: #fff;
	padding: 64px 0;
}
#pricelist .container {
  border-radius: 8px;
background: linear-gradient(135deg, #52433D 0%, #54453F 10%, #574842 20%, #594A44 30%, #5C4C46 40%, #5E4F48 50%, #61514B 60%, #63544D 70%, #66564F 80%, #685952 90%, #6B5B54 100%), #52433D;
  padding: 50px 64px 100px;
  color: #fff;
}

/* ===== Header copy ===== */
#pricelist .pricelist-copy { margin-bottom: 70px; }
#pricelist .pricelist-copy h2 {
    margin: 0px 0 14px;
    text-align: left;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 122%;
    padding: 0;
    padding-top: 16px;
}
#pricelist .pricelist-copy p {
    margin: 0;
    opacity: .85;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    letter-spacing: -0.1px;
}

/* ===== Fields row ===== */
#pricelist .fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
#pricelist .field label {
 	 display: block;
  	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 131%; /* 18.34px */
	letter-spacing: 0.42px;
	text-transform: uppercase;
    margin-bottom: 18px;
}

/* ===== Custom select ===== */
#pricelist .cselect { position: relative; user-select: none; }
#pricelist .cselect__trigger {
    background: rgba(241, 239, 236, 0.20);
    border-radius: 8px;
    padding: 16px 30px 16px 17px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: border-color .2s, background .2s;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    letter-spacing: -0.1px;
	height: 68px;
	border-radius: 7.317px;
	border: 0.55px solid #9d9490;
    background: rgb(114 102 96);
}
#pricelist .cselect__trigger:hover { border-color: rgba(255,255,255,.35); }
#pricelist .cselect.is-open .cselect__trigger { border-color: rgba(255,255,255,.45); }
#pricelist .cselect.is-disabled .cselect__trigger {
  opacity: .5;
  cursor: not-allowed;
}
#pricelist .cselect__value { 
	opacity: .75;
	font-family: Montserrat;
font-size: 14.633px;
font-style: normal;
font-weight: 400;
line-height: 131%; /* 19.17px */
letter-spacing: 0.146px;
}
#pricelist .cselect__value.has-value { opacity: 1; }
#pricelist .cselect__arrow {
  width: 12px; height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translate(-2px,-2px);
  transition: transform .25s;
  flex-shrink: 0;
  margin-left: 12px;
}
#pricelist .cselect.is-open .cselect__arrow {
  transform: rotate(-135deg) translate(-2px,-2px);
}

/* Dropdown panel */
#pricelist .cselect__panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0; right: 0;
  background: #3d2f26;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px;
  box-shadow: 0 20px 50px -10px rgba(0,0,0,.5), 0 4px 12px rgba(0,0,0,.2);
  z-index: 50;
  overflow: hidden;
  display: none;
  animation: pricelistFade .18s ease-out;
}
#pricelist .cselect.is-open .cselect__panel { display: block; }
@keyframes pricelistFade {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Search input inside select */
#pricelist .cselect__search {
  padding: 14px 14px 10px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  position: relative;
}
#pricelist .cselect__search::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23bbb' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>") no-repeat center;
  pointer-events: none;
}
#pricelist .cselect__search input {
  width: 100%;
  padding: 11px 14px 11px 38px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  outline: none;
  transition: background .2s, border-color .2s;
}
#pricelist .cselect__search input::placeholder { color: rgba(255,255,255,.5); }
#pricelist .cselect__search input:focus {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.4);
}

/* Options list */
#pricelist .cselect__options {
  max-height: 260px;
  overflow-y: auto;
  padding: 6px;
}
#pricelist .cselect__option {
  padding: 11px 16px;
  font-size: 14px;
  cursor: pointer;
  color: #f5f1ea;
  border-radius: 6px;
  transition: background .15s;
}
#pricelist .cselect__option:hover { background: rgba(255,255,255,.08); }
#pricelist .cselect__option.is-active { background: rgba(255,255,255,.15); }
#pricelist .cselect__empty {
  padding: 22px 16px;
  font-size: 13px;
  opacity: .6;
  text-align: center;
}
#pricelist .cselect__options::-webkit-scrollbar { width: 8px; }
#pricelist .cselect__options::-webkit-scrollbar-track { background: transparent; }
#pricelist .cselect__options::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,.2);
  border-radius: 4px;
}

/* ============================================
   RESULTS
   ============================================ */
#pricelist .pricelist-results { margin-top: 50px; }
#pricelist .pricelist-results:empty { display: none; }

#pricelist .pl-loading {
  opacity: .7;
  margin: 30px 0;
  text-align: center;
  font-size: 14px;
}

#pricelist .pl-divider {
	
    border: none;
    margin: 0 0 42px;
    border-top: 3px solid rgba(200, 190, 184, 0.25);
}

/* ===== Header with title + CTA ===== */
#pricelist .pl-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
#pricelist .pl-header h2 {
	color:#fff;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 122.2%; /* 34.216px */
letter-spacing: 0.28px;
text-transform: uppercase;
}
#pricelist .pl-price-main{
	text-transform:lowercase;
	font-family: Montserrat;
	font-size: 23.413px;
	font-style: normal;
	font-weight: 500;
	line-height: 131%; /* 30.671px */
	letter-spacing: 0.234px;
	display: block;
}
#pricelist .pl-price-sub{
	color: rgba(255, 255, 255, 0.60);
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 131%; /* 15.72px */
	letter-spacing: 1px;
	text-transform: uppercase;
}
/* ===== CTA pill button ===== */
#pricelist .pl-cta {
display: inline-block;
    padding: 19px 66px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: background .2s, border-color .2s, transform .15s;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: linear-gradient(90deg, #856E5C 0%, #856E5C 6.25%, #836C5B 12.5%, #816A59 18.75%, #7E6857 25%, #7A6455 31.25%, #756152 37.5%, #705D50 43.75%, #6C594D 50%, #675449 56.25%, #625047 62.5%, #5D4D44 68.75%, #594942 75%, #564740 81.25%, #54453E 87.5%, #52433D 93.75%, #52433D 100%);
    font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 131%; /* 20.96px */
	letter-spacing: 0.038px;
}
#pricelist .pl-cta:hover {
  border-color: rgba(255,255,255,.4);
  transform: translateY(-1px);
}

/* ============================================
   DESKTOP TABLE
   ============================================ */
#pricelist .pl-desktop { overflow-x: auto; }
#pricelist .pl-table {
  width: 100%;
  border-collapse: collapse;
  color: #f5f1ea;
  border:0px;
  table-layout: fixed;
}
#pricelist .pl-table th{	
	text-align: left;
    padding: 20px 18px;
    vertical-align: top;
	border-left: 0px;
	border-right: 0px;
}
#pricelist .pl-table td {
  text-align: left;
  padding: 20px 18px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  font-size: 14px;
  vertical-align: top;
	border-left: 0px;
	border-right: 0px;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 131%; /* 30.671px */
	letter-spacing: 0.234px;
	
}
#pricelist .pl-table th {
  border-bottom: 3px solid rgba(200, 190, 184, 0.25);
  padding-bottom: 20px;
	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;
}

/* Feature/subtitle row */
#pricelist .pl-feature-row td {
  padding-top: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,.12);
	border-left: 0px;
    border-right: 0px;
}
#pricelist .pl-starting {
	margin-bottom: 4px;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    letter-spacing: 0.032px;
}
#pricelist .pl-price-big {
  text-transform: lowercase;
    font-family: Montserrat;
    font-size: 23.413px;
    font-style: normal;
    font-weight: 500;
    line-height: 131%;
    letter-spacing: 0.234px;
    display: block;
  margin-bottom: 14px;
}
#pricelist .pl-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  opacity: .95;
}
#pricelist .pl-benefits li {
  padding: 4px 0 4px 26px;
  position: relative;
  line-height: 1.5;
}
#pricelist .pl-benefits li:not(.pl-benefit-caption) {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    letter-spacing: 0.032px;
}

#pricelist .pl-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M3 9.00469L5.85714 11.8047L13 4.80469' stroke='white' stroke-width='1.58257' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
  background-size: contain;
}

/* ============================================
   MOBILE TABS VIEW
   ============================================ */
#pricelist .pl-mobile { display: none; }

#pricelist .pl-mobile-header {
    text-align: center;
    opacity: .8;
    padding-bottom: 32px;
    border-top: 1px solid rgb(255 255 255 / 30%);
    margin-top: 31px;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    letter-spacing: 0.038px;
    padding-top: 8px;
}

#pricelist .pl-tabs {
    display: flex;
    background: #fff;
    border-radius: 13px;
    padding: 5px;
    margin: 0 0 24px;
    flex-wrap: wrap;
    gap: 6px 7px;
    margin-top: 30px;
}
#pricelist .pl-tabs::-webkit-scrollbar { display: none; }

#pricelist .pl-tab {
    padding: 11px 5px;
    border: none;
    color: #52433D;
    cursor: pointer;
    transition: background .2s, color .2s;
    white-space: nowrap;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    line-height: 131%;
    letter-spacing: 0.11px;
    text-transform: uppercase;
	    background: none;
}
#pricelist .pl-tab.is-active {
 border-radius: 9.496px;
background: var(--Liver-Chestnut, linear-gradient(0deg, #52433D 0%, #52433D 100%), #F1EFEC);
box-shadow: 0 0.95px 2.849px 0 rgba(0, 0, 0, 0.10), 0 0.95px 1.899px -0.95px rgba(0, 0, 0, 0.10);
	color:#fff;
}

#pricelist .pl-pane { display: none; }
#pricelist .pl-pane.is-active { display: block; }

#pricelist .pl-pane .pl-starting {
  font-size: 13px;
  opacity: .75;
  margin-bottom: 4px;
}
#pricelist .pl-pane .pl-price-big {
    text-transform: lowercase;
    font-family: Montserrat;
    font-size: 23.413px;
    font-style: normal;
    font-weight: 500;
    line-height: 131%;
    letter-spacing: 0.234px;
    display: block;
}
#pricelist .pl-pane .pl-benefits {
  font-size: 14px;
  margin-bottom: 28px;
}
#pricelist .pl-pane .pl-benefits li {
  padding: 2px 0 6px 24px;
}

#pricelist .pl-additional {
    opacity: .6;
    margin: 24px 0 4px;
    font-weight: 600;
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    letter-spacing: -0.1px;
}

#pricelist .pl-rows { margin-top: 4px; }
#pricelist .pl-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  font-size: 14px;
}
#pricelist .pl-row:last-child { border-bottom: none; }
#pricelist .pl-row-label {
  color: #f5f1ea;
  font-weight: 500;
}
#pricelist .pl-row-price {
  color: #f5f1ea;
  font-weight: 600;
  white-space: nowrap;
}

/* ============================================
   DISCLAIMER + BOOK BUTTON
   ============================================ */
#pricelist .pl-disclaimer {
  margin: 40px 0 50px;
  font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 131%; /* 18.34px */
	letter-spacing: 0.14px;
	max-width: 500px;
}
#pricelist .pl-disclaimer p{
	display: inline;
}
#pricelist .pl-disclaimer a {
  font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 131%;
letter-spacing: 0.14px;
text-decoration-line: underline;
text-decoration-style: solid;
   color: #fff !important;
}

#pricelist .pl-actions {
  margin-top: 28px;
  display: flex;
}
#pricelist .pl-book {
  display: inline-block;
  padding: 14px 36px;
  background: #fff;
  color: #3d2f26;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .3px;
  transition: background .2s, transform .15s;
}
#pricelist .pl-book:hover {
  background: #f5f1ea;
  transform: translateY(-1px);
}
#pricelist .pl-benefit-caption {
	margin-top: -20px;
    margin-bottom: 20px;
  list-style: none;
  padding: 4px 0 !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: .6;
  line-height: 1.4;
	font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 131%; /* 15.72px */
letter-spacing: 1px;
text-transform: uppercas
}
#pricelist .pl-benefit-caption::before {
  content: none !important;
}



/* 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 h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #52433D;
    margin: 0 0 50px;
    text-align: left;
}

.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 h3 {
    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 .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;
}

/* WHY 2*/
#why-2 .left-image figure {
    order: 1;
}

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

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

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

#why-2 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;
}

#pricing .pricing-text>div p:last-child {
    margin: 0 0 0;
}

#pricing .pricing-text>div li {
    font-size: 16px;
    font-weight: 400;
    line-height: 131%;
}

#pricing .pricing-text>div 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;
}


#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: 28px;

font-weight: 700;
line-height: 122.2%; /* 34.216px */
letter-spacing: 0.28px;
text-transform: uppercase;
	text-align: left;
}

#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
}

#approach{
	background: var(--Liver-Chestnut, #52433D);
	padding: 148px 0;
}

#approach *{
	color: #fff;
}
#approach .description{
font-size: 16px;
font-weight: 400;
line-height: 131%; /* 20.96px */
letter-spacing: 0.032px;
}
#approach h2{
font-size: 28px;
font-weight: 700;
line-height: 122.2%; /* 34.216px */
letter-spacing: 0.28px;
text-transform: uppercase;
	margin-bottom:58px;
	text-align:left;
	padding-bottom:0;
}
#approach .items{
	margin-top:70px;
		gap: 35px;
	display: flex;
}
#approach .item{
	width: calc((100% - 70px)/3);

}
#approach .item-title {
margin-bottom: 8px;
font-size: 16px;
font-weight: 600;
line-height: 131%; /* 20.96px */
letter-spacing: 0.352px;
text-transform: uppercase;
	padding-bottom:0;
}

#approach .item-description {
font-size: 16px;
font-weight: 400;
line-height: 131%; /* 20.96px */
letter-spacing: 0.032px;
}
@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) {
	#pricelist .pl-disclaimer p{
	display: block;
}
    .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 */
.info-container h1, .info-container .description {
    width: 100%;
}
    #hero .container {
        padding: 64px 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 .info-container{
	flex-direction: column;
	gap:100px;
	align-items: center;
}
    #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;
    }
	
	/*PRICE LIST*/
	 #pricelist {
    padding: 40px 24px;
      background: linear-gradient(0deg, #52433D 0%, #52433D 100%), #F1EFEC;
  }
	#pricelist .container{
		padding: 0;
		width: 100%;
		background: none;
	}
  #pricelist .pricelist-copy { margin-bottom: 32px; }
  #pricelist .pricelist-copy h2 { 
	  font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 122.2%;
        letter-spacing: 0.24px;
        text-transform: uppercase;
	}

  #pricelist .fields {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  #pricelist .pricelist-results { margin-top: 32px; }
  #pricelist .pl-row:last-child { border-bottom: 1px solid rgba(255, 255, 255, .12) }
  #pricelist .pl-row:first-child { border-top: 1px solid rgba(255, 255, 255, .12) }
  #pricelist .pl-divider { margin-bottom: 28px; display:none; }

  #pricelist .pl-desktop { display: none; }
  #pricelist .pl-mobile { display: block; }

  #pricelist .pl-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
    margin-bottom: 0;
  }
  #pricelist .pl-header h2 {
    display: none; /* replaced by pl-mobile-header inside mobile pane */
  }
  #pricelist .pl-cta {
    width: 100%;
    padding: 20px 44px;
  }

  #pricelist .pl-actions { justify-content: stretch; }
  #pricelist .pl-book {
    width: 100%;
    text-align: center;
  }
	#pricelist .pl-mobile-title {
  		text-align: center;
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: 0.36px;
        text-transform: uppercase;
        color: #fff;
        border-bottom: 1px solid #ffffff2e;
        margin-top: 10px;
}

  #pricelist .pl-disclaimer {
   text-align: left;
	  margin-top: 32px;
	  font-family: Montserrat;
	  font-size: 13px;
	  font-style: normal;
	  font-weight: 400;
	  line-height: 131%;
	  letter-spacing: -0.1px;
	  color:#fff !important;
  }
	#pricelist .pl-disclaimer p{
   color:#fff !important;
  }
	#pricelist .pl-disclaimer a{
    color:#fff !important;
  }
/* 1 tab → hide tabs bar entirely */
#pricelist .pl-tabs:not(:has(.pl-tab:nth-child(2))) {
  display: none;
}

/* 3 tabs → one line, equal widths */
#pricelist .pl-tabs:has(.pl-tab:nth-child(3)):not(:has(.pl-tab:nth-child(4))) .pl-tab {
  flex: 1 1 0;
  min-width: 0;
}

/* 4 tabs → 2x2 grid */
#pricelist .pl-tabs:has(.pl-tab:nth-child(4)) .pl-tab {
  flex: 1 1 calc(50% - 4px);
  min-width: calc(50% - 4px);
}
    /* 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-button a {
        padding: 8px 16px;
        font-size: 11px;
    }

    /* TREATMENTS */
    #treatments {
        padding: 64px 0 24px;
    }

    #treatments h2 {
        font-size: 24px;
        margin: 0 0 30px;
        line-height: 1.3;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .service-card img {
        margin-bottom: 18px;
    }

    .service-card h3 {
        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 .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;
    }

    /* WHY */
    #why-2 {
        padding: 40px 0;
    }

    #why-2 .container {
        padding: 0;
    }

    #why-2 .container.left-right {
        gap: 30px;
    }

    #why-2 .why-text.info-container {
        padding: 0 24px;
    }

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

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

    #why-2 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;
    }


    #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
    }
}









/* ============================================
   BOTOX DESKTOP — tabbed single-pane layout
   Append to existing stylesheet. All styles are
   scoped to #pricelist so they never conflict.
   ============================================ */
 
/* Hide the Botox desktop block by default (mobile uses .pl-mobile) */
#pricelist .pl-botox-desktop { display: none; }
 
/* Show only on desktop */
@media (min-width: 768px) {
  /* When Botox renders, its own block takes over the results area */
  #pricelist .pl-botox-desktop { display: block; }
 
  /* The existing .pl-desktop table remains display:block from the base rules;
     renderPricelist only emits one OR the other, so there's no overlap. */
 
  /* ===== Tabs bar ===== */
  #pricelist .pl-bd-tabs {
     display: flex;
     background: #fff;
     border-radius: 13.34px;
     padding: 5px;
     margin: 35px 0 40px;
     gap: 8px;
  }
	#pricelist .pl-bd-cta-row .pl-cta{
		padding: 19px 100px;
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 131%;
        letter-spacing: 0.036px;
	}
  #pricelist .pl-bd-tab {
    flex: 1 1 0;
    min-width: 0;
    padding: 14px 24px;
    border: none;
    background: transparent;
    color: #52433D;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 131%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 9.5px;
    transition: background .2s, color .2s;
  }
  #pricelist .pl-bd-tab:hover {
    background: rgba(82, 67, 61, 0.06);
  }
  #pricelist .pl-bd-tab.is-active {
    background: linear-gradient(0deg, #52433D 0%, #52433D 100%);
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.08);
  }
 
  /* ===== Panes ===== */
  #pricelist .pl-bd-pane { display: none; }
  #pricelist .pl-bd-pane.is-active { display: block; }
 
  /* ===== Pane title + subtitle ===== */
  #pricelist .pl-bd-title {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 122.2%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    margin: 0 0 8px;
    padding: 0;
  }
  #pricelist .pl-bd-subtitle {
    color: rgba(255, 255, 255, 0.80);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 131%;
    letter-spacing: 0.14px;
    margin: 0 0 80px;
  }
 
  /* ===== Starting-at price block ===== */
  #pricelist .pl-bd-price-block {
    margin-bottom: 28px;
	  padding-left:16px;
  }
	#pricelist .pl-bd-pane .pl-benefits{
		padding-left:16px;
	}
  #pricelist .pl-bd-price-block .pl-starting {
    font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 131%; /* 20.96px */
	letter-spacing: 0.032px;
    margin-bottom: 8px;
  }
  #pricelist .pl-bd-price-block .pl-price-big {
    text-transform: lowercase;
    font-family: Montserrat, sans-serif;
    font-size: 23.413px;
    font-weight: 500;
    line-height: 131%;
    letter-spacing: 0.234px;
    margin: 0;
  }
 
  /* Tighten benefits list spacing inside panes */
  #pricelist .pl-bd-pane .pl-benefits {
    margin: 0 0 40px;
    font-size: 14px;
    max-width: 520px;
  }
  #pricelist .pl-bd-pane .pl-benefits li {
    padding: 4px 0 4px 26px;
    line-height: 1.5;
  }
 
  /* ===== Divider between sections inside a pane ===== */
  #pricelist .pl-bd-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    margin: 32px 0 26px;
  }
 
  /* ===== Group label above the treatment-area grid ===== */
  #pricelist .pl-bd-group {
            margin: 0;
        padding: 0 0 22px;
        text-transform: none;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 131%;
        letter-spacing: 0.032px;
        color: #fff;
        padding-left: 16px;
  }
 
  /* ===== Treatment-area grid (Single pane) =====
     Outer container is a flex column stacking rows.
     Each row is a grid with two sub-rows: labels on top,
     prices on bottom. The horizontal line between labels
     and prices is drawn as a pseudo-element that spans
     the full grid width (no per-cell borders). */
  #pricelist .pl-bd-grid {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin: 0;
 padding-bottom: 60px;
  }
  #pricelist .pl-bd-grid-row {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    column-gap: 0;
    position: relative;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  /* Full-width divider between labels and prices — absolute so it spans
     the entire row regardless of how many cells are filled. */
  #pricelist .pl-bd-grid-row::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    pointer-events: none;
  }
  #pricelist .pl-bd-grid-item {
    display: contents;
  }
  #pricelist .pl-bd-grid-label,
  #pricelist .pl-bd-grid-price {
    color: #fff;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 114.667%; /* 20.64px */
    letter-spacing: 0.36px;
    padding: 0 24px;
  }
  #pricelist .pl-bd-grid-label {
    grid-row: 1;
    padding-bottom: 24px;
	  font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 114.667%;
        letter-spacing: 0.36px;
        white-space: nowrap;
	  text-align: center;
  }
  #pricelist .pl-bd-grid-price {
    grid-row: 2;
    padding-top: 22px;
	  font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 114.667%;
        letter-spacing: 0.36px;
        text-align: center;
  }
   #pricelist .pl-bd-pane-divider {
		margin-bottom: 80px;
		border-top: 1px solid rgba(255, 255, 255, 0.18);
	}
 
  /* Responsive column count */
  @media (max-width: 900px) {
    #pricelist .pl-bd-grid-row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  }
 
  /* Flat-grid fallback while ungrouped (before JS runs).
     Without the row wrapper we fall back to a simple wrapping grid; borders
     degrade gracefully to per-cell. */
  #pricelist .pl-bd-grid:not(:has(.pl-bd-grid-row)) {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    column-gap: 0;
    row-gap: 28px;
  }
  #pricelist .pl-bd-grid:not(:has(.pl-bd-grid-row)) .pl-bd-grid-item {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding: 22px 24px;
  }
  #pricelist .pl-bd-grid:not(:has(.pl-bd-grid-row)) .pl-bd-grid-label {
    grid-row: auto;
    padding: 0 0 18px 0;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  #pricelist .pl-bd-grid:not(:has(.pl-bd-grid-row)) .pl-bd-grid-price {
    grid-row: auto;
    padding: 0;
  }
  @media (max-width: 900px) {
    #pricelist .pl-bd-grid:not(:has(.pl-bd-grid-row)) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
 
  /* ===== CTA pill row (above tabs) ===== */
  #pricelist .pl-bd-cta-row {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 110px;
	border-bottom: 1px solid rgba(200, 190, 184, 0.25);
  }
  /* .pl-cta is already styled in the base CSS with the brown-gradient pill */
 
  /* ===== Book Appointment button (reuses .pl-book base) ===== */
}
 
/* ============================================
   MOBILE — Botox still uses .pl-mobile tabs
   (the existing mobile code path is unchanged).
   Hide .pl-botox-desktop on mobile to be safe.
   ============================================ */
@media (max-width: 767px) {
  #pricelist .pl-botox-desktop { display: none !important; }
}




















































/*CALCULIATOR*/


/* ==============================
   Base
   ============================== */
.sev-calc {
	background: var(--Liver-Chestnut, #52433D);
	padding:128px 0;
  /*min-height: 100vh;*/
}
.sev-calc .container{
  background: #ffffff;
  padding: 57px 73px;
	border-radius: 12px;
	box-shadow: 0 1.133px 3.398px 0 rgba(0, 0, 0, 0.10), 0 1.133px 2.266px -1.133px rgba(0, 0, 0, 0.10);
  box-sizing: border-box;
	margin: 0 auto;
}

.sev-calc *,
.sev-calc *::before,
.sev-calc *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ==============================
   Grid — 2 columns
   ============================== */
.sev-calc__grid {
	
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  max-width: 1600px;
  margin: 0 auto;
}

/* ==============================
   Header
   ============================== */
.sev-calc__header {
  margin-bottom: 40px;
}

.sev-calc__title {
  font-size: 32px;
  font-weight: 600;
  color: #5f534e;
  line-height: 1.15;
  margin-bottom: 16px;
}
h2.sev-calc__title {
    text-align: left;
}
.sev-calc__title em {
  font-style: normal;
  color: #9a7b5b;
}

.sev-calc__title-br--mobile {
  display: none;
}

.sev-calc__title-br--desktop {
  display: block;
}

.sev-calc__subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #52433d;
  line-height: 1.6;
}

/* ==============================
   Section labels
   ============================== */
.sev-calc__section-label {
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a7060;
  margin-bottom: 12px;
  font-weight: 400;
}

/* ==============================
   Age slider section
   ============================== */
.sev-calc__age-section {
  margin-bottom: 36px;
}

.sev-calc__age-desc {
  font-size: 14px;
  font-weight: 600;
  color: #5f534e;
  margin-bottom: 16px;
}

.sev-calc__age-value {
  font-size: 32px;
  font-weight: 600;
  color: #5f534e;
  text-align: center;
  margin-bottom: 8px;
}

.sev-calc__slider-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sev-calc__slider-bound {
  font-size: 13px;
  color: #8a7060;
  flex-shrink: 0;
  font-weight: 500;
}

/* --- Range slider --- */
.sev-calc__slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(
    to right,
    #5f534e var(--slider-pct, 37%),
    #ddd5cd var(--slider-pct, 37%)
  );
  outline: none;
  cursor: pointer;
}

.sev-calc__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #5f534e;
  cursor: pointer;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

.sev-calc__slider::-moz-range-thumb {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #5f534e;
  cursor: pointer;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

/* ==============================
   Method toggle (Shaving / Waxing)
   ============================== */
.sev-calc__method-section {
  margin-bottom: 36px;
}

.sev-calc__method-toggle {
  display: flex;
  gap: 12px;
}

.sev-calc__method-btn {
  flex: 1;
  padding: 14px 24px;
  border: none;
  border-radius: 8px;
  background: #fff;
  color: #5f534e;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
	    border: 0.58px solid rgba(200, 190, 184, 0.50);
}

.sev-calc__method-btn--active {
  background: #5f534e;
  color: #fff;
}

/* ==============================
   Treatment zone tiles (4-col grid)
   ============================== */
.sev-calc__tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.sev-calc__tile {
  padding: 14px 6px;
  border: none;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: #5f534e;
  text-align: center;
  transition: all 0.2s;
  font-family: inherit;
	    border: 0.58px solid rgba(200, 190, 184, 0.50);
}

.sev-calc__tile.is-active {
  background: #5f534e;
  color: #fff;
}

/* ==============================
   Right column
   ============================== */
.sev-calc__right-col {
  padding-top: 0;
}

.sev-calc__right-card {
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

/* ==============================
   Milestone toggle (segmented)
   ============================== */
.sev-calc__milestone-toggle {
  display: flex;
  margin-bottom: 28px;
  border-radius: 8px;
  overflow: hidden;
  border: none;
  background: #f5f3ef;
  padding: 4px;
}

.sev-calc__milestone-btn {
  flex: 1;
  padding: 14px 24px;
  border: none;
  background: transparent;
  color: #5f534e;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}

.sev-calc__milestone-btn--active {
  background: #5f534e;
  border-radius: 6px;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

/* ==============================
   Cost comparison (side-by-side)
   ============================== */
.sev-calc__cost-comparison {
  display: flex;
  align-items: stretch;
  background: none;
  border-radius: 12px;
  overflow: visible;
  margin-bottom: 24px;
  position: relative;
  border: none;
  gap: 40px;
}

.sev-calc__cost-side {
  flex: 1;
  text-align: center;
  padding: 28px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #f1efec;
  position: relative;
  z-index: 5;
  border-radius: 6px;
}

.sev-calc__cost-side--sev {
  background: linear-gradient(90deg, #fdf2cd 0%, #f1efec 100%);
  z-index: 3;
}

.sev-calc__cost-method {
  font-size: 20px;
  font-weight: 400;
  color: #8a7060;
}

.sev-calc__cost-amount {
  font-size: 30px;
  font-weight: 500;
  color: #5f534e;
}

.sev-calc__cost-vs {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: auto;
  height: 100px;
  pointer-events: none;
}

/* ==============================
   Estimated savings
   ============================== */
.sev-calc__estimated-savings {
  margin-bottom: 24px;
}

.sev-calc__savings-title {
  font-size: 24px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #856e5c;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}

.sev-calc__savings-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.sev-calc__savings-card {
  border-radius: 12px;
  padding: 28px 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2px;
}

.sev-calc__savings-card--dollars {
  background: linear-gradient(135deg, #b8a08e 0%, #a08a78 100%);
}

.sev-calc__savings-card--time {
  background: #5f534e;
}

.sev-calc__savings-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}

.sev-calc__savings-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.sev-calc__savings-label {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.sev-calc__savings-amount,
.sev-calc__savings-hours {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
}

/* ==============================
   Empty state
   ============================== */
.sev-calc__empty {
  font-size: 14px;
  color: #8a7060;
  text-align: center;
  padding: 40px 0;
  font-style: italic;
  line-height: 1.6;
}

/* ==============================
   How We Calculate accordion
   ============================== */
.sev-calc__how-we-calculate {
  margin-bottom: 20px;
}

.sev-calc__how-we-calculate-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  cursor: pointer;
  font-size: 13px;
  color: #8a7060;
}

.sev-calc__how-we-calculate-arrow {
  transition: transform 0.2s;
}

.sev-calc__how-we-calculate.is-open .sev-calc__how-we-calculate-arrow {
  transform: rotate(180deg);
}

.sev-calc__how-we-calculate-content {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease-out,
    padding 0.3s ease-out;
  font-size: 12px;
  color: #8a7060;
  line-height: 1.6;
  text-align: right;
}

.sev-calc__how-we-calculate.is-open .sev-calc__how-we-calculate-content {
  padding-top: 12px;
  max-height: 200px;
}

/* ==============================
   CTA button
   ============================== */
.sev-calc__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 8px;
  background: #d6b8a6;
  color: #5f534e;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s;
  font-family: inherit;
}

.sev-calc__cta-arrow {
  flex-shrink: 0;
}

.sev-calc__cta:hover {
  background: #4a3f3a;
  color: #fff;
}

/* ==============================
   Small desktops / laptops
   ============================== */
@media (max-width: 1280px) {
  .sev-calc {
    padding: 40px 32px;
  }

  .sev-calc__grid {
    gap: 32px;
  }

  .sev-calc__title {
    font-size: 28px;
  }
}

/* ==============================
   Mobile
   ============================== */
@media (max-width: 768px) {
	.container {
        width: calc(100% - 48px);
    }
	#why .container,
	#pricing .container,
	#why-2 .container{
        width: 100%;
    }
  .sev-calc {
    padding: 32px 0px;
  }
.sev-calc .container{
  padding: 40px 20px;
}
  .sev-calc__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .sev-calc__title {
    font-size: 28px;
  }

  .sev-calc__title-br--mobile {
    display: block;
  }

  .sev-calc__title-br--desktop {
    display: none;
  }

  .sev-calc__tiles {
    grid-template-columns: repeat(2, 1fr);
  }

  .sev-calc__right-col {
    padding-top: 0;
  }

  .sev-calc__right-card {
    border-radius: 0;
    box-shadow: none;
    margin-left: -20px;
    margin-right: -20px;
    padding: 28px 20px 18px;
  }

  .sev-calc__cost-amount {
    font-size: 22px;
    font-weight: 600;
  }

  .sev-calc__savings-title {
    font-size: 18px;
  }

  .sev-calc__savings-cards {
    grid-template-columns: 1fr;
  }

  .sev-calc__savings-amount,
  .sev-calc__savings-hours {
    font-size: 36px;
  }

  .sev-calc__savings-label {
    font-size: 22px;
  }

  .sev-calc__savings-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 14px;
    gap: 12px;
  }

  .sev-calc__savings-text {
    align-items: center;
  }

  .sev-calc__savings-icon {
    width: 38px;
    height: 38px;
  }

  .sev-calc__how-we-calculate-header {
    justify-content: flex-end;
  }
	
#approach{
	padding: 64px 0;
}

#approach .description{
font-size: 15px;
letter-spacing: 0.036px;
}
#approach h2{
font-size: 28px;
letter-spacing: -0.218px;
	margin-bottom:41px;
}
#approach .items{
	margin-top:40px;
		gap: 32px;
	flex-direction: column;
}
#approach .item{
	width:100%;

}
#approach .item-title {
font-size: 16px;
}

#approach .item-description {
font-size: 15px;
}
}