body {
    margin: 0px;
    font-family: "Jost";
    overflow-x: clip;
}

header {
    width: 100%;
}

header a {
    color: white;
}

header a:hover {
	color: black;
}

.nav-scrolled,
.nav-scrolled a,
.nav-scrolled a:visited,
.nav-scrolled a:hover,
.nav-scrolled i {
    color: #000 !important;
    text-decoration: none;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0.85;
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-bottom 0.3s ease,
        opacity 0.3s ease;
}

.nav-scrolled {
    background-color: #fff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: black !important;
    opacity: 1;
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-bottom 0.3s ease,
        opacity 0.3s ease;
}

#header-spacer {
    height: 69px;
}

nav {
    display: flex;
    justify-content: space-between;
	padding: 0 50px;
}

nav:hover, header:hover {
    background-color: #FFFFFF;
    transition: all 300ms ease-in-out, margin-top 0ms;
	color: black;
	opacity: 1;
}


.logo {
	font-family: 'Playfair Display', serif;
	text-align: center;
}

.logo .top {
  	font-size: 1.75rem;
  	line-height: 1.1;
}

.logo .middle {
	font-size: 1.2rem;
  	margin: -0.2rem 0 0.3rem 0;
  	letter-spacing: 0.05em;
}

.logo .bottom {
	font-size: 1.75rem;
  	line-height: .5;
}

.nav_menu_items > ul {
	width: 100%;
    display: flex;
	flex-wrap: wrap;
    padding: 0 60px;
    margin: 0;
}

.nav_menu_items > ul > li {
	list-style: none;
	padding: 25px 21px;
}

.nav_menu_items > ul > li > a {
    text-decoration: none;
	font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    border-bottom: 1px solid transparent;
    padding: 6px 0 6px 0;
}

.nav_menu_items > ul > li > a:hover {
	text-decoration: underline;
	color: black;
}

.nav_menu_socials {
	width: 8%;
}
.nav_menu_socials > ul {
    padding: 0%;
	padding-top: 8%;
    display:flex;
    list-style-type: none;
    justify-content: end;
}

.nav_menu_socials > ul > li > a > svg {
	width: 1.5rem;
	height: 1.5rem;
	margin-top: 5%;
	display: block;
}

.nav_menu_socials > ul > li + li {
	padding: 0 15%;
}

nav:hover a {
	color: black !important;
}

.alt_header a {
	color: black;
	text-decoration: none;
}

.alt_header .nav_menu_items > ul > li > a {
	color: black;
}

.hero_section {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-size: cover;
    background-position: top;
    color: white;
    min-height: 760px;
	position: relative;
}

#home_hero_section {
	background-image: url('/assets/cheroooo-scaled.webp');
}

#serviceMenu_hero_section,
#ourStory_hero_section {
	background-image: image-set(url('/assets/Service-Menu-Hero.webp') type('image/webp'), url('/assets/Service-Menu-Hero.png') type('image/png'));
	    display: flex;
    align-items: center;
    flex-direction: column;
    background-size: cover;
    background-position: right;
    min-height: 500px;
	position: relative;
}

#faq_hero_section {
	background-image: image-set(url('/assets/Service-Menu-Hero.webp') type('image/webp'), url('/assets/Service-Menu-Hero.png') type('image/png'));
	    display: flex;
    align-items: center;
    flex-direction: column;
    background-size: cover;
    background-position: right;
    min-height: 400px;
	position: relative;
}

.faq_hero_header {
	margin: 0 0 5% 0;
	padding: 2.5% 0 0 0;
	text-align: center;
}

/* ── FAQ Mobile Accordion ── */
#faq_mobile {
	display: none;
	padding: 30px 20px 20px;
	background-color: #fff;
}

.faq_mobile_category {
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.faq_mobile_category:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.faq_mobile_cat_header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: none;
	border: none;
	padding: 18px 0;
	cursor: pointer;
	font-family: "Jost", sans-serif;
	font-size: 17px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 600;
	color: #1a1a1a;
	text-align: left;
	gap: 16px;
}

.faq_mobile_cat_body {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.35s ease;
}

.faq_mobile_category.open .faq_mobile_cat_body {
	max-height: 5000px;
}

.faq_mobile_cat_body .faq_item:last-child {
	border-bottom: none;
}

#faq_mobile .faq_question > span:first-child {
	padding-left: 5%;
}

#faq_mobile .faq_answer {
	padding-left: 5%;
}

/* ── FAQ Page Tabs ── */
#faq_content {
	padding: 60px 0 20px;
	background-color: #fff;
}

#faq_tab_nav {
	display: flex;
	gap: 40px;
	max-width: 900px;
	margin: 0 auto 0;
	padding: 0 40px 0;
	justify-content: center;
}

.faq_tab {
	font-family: "Jost", sans-serif;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 400;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0 0 6px;
	color: #999;
	position: relative;
	white-space: nowrap;
}

.faq_tab.active {
	font-weight: 600;
	color: #1a1a1a;
}

.faq_tab.active::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #1a1a1a;
}

#faq_panels_container {
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 40px 0 40px;
}

.faq_panel {
	display: none;
}

.faq_panel.active {
	display: block;
}

.no_li_style {
	list-style: none;
	padding-left: 2%;
}

#faq_fun_fact {
	background-color: #F6EBE7;
	padding: 80px 40px;
	text-align: center;
}

#faq_fun_fact h2 {
	font-family: "EB Garamond", serif;
	font-size: 38px;
	font-weight: 400;
	margin: 0 0 24px;
	color: #1a1a1a;
}

#faq_fun_fact p {
	font-family: "Jost", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.75;
	color: #444;
	max-width: 620px;
	margin: 0 auto;
}

.hero_section a {
    text-decoration: none;
    color: white;
}

.hero_section  h1 {
    font-size: 4.375rem;
    margin: 0;
}

.hero_header {
    margin: 0 0 70px 0;
    padding: 136px 30% 0 30%;
	text-align: center;
}

.service_hero_header {
	margin: 0 0 5% 0;
    padding: 2.5% 35% 0 35%;
	text-align: center;
}

.hero_header p, .service_hero_header p {
	margin-top: 32px;
	font-family: Jost;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7em;
    text-align: center;
    text-transform: none;
}

.hero_links {
    display: flex;
    width: 60%;
    justify-content: center;
	column-gap: 3%;
}

.hero_links a {
    text-decoration: none;
	font-family: "Jost", sans-serif;
}

.hero_info {
    margin: 118px auto 0 auto;
    width: 70%;
    display: flex;
    justify-content: center;
    gap: 8%;
}

.hero_info_subsection ul {
	padding: 0px;
}

.hero_info ul {
    list-style-type: none;
}

#service_section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hero-fadein {
    opacity: 0;
    transform: translateY(12px);
    animation: heroFadeIn 0.8s ease forwards;
    animation-delay: 0.5s;
}

@keyframes heroFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated-fadein {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    pointer-events: none;
}
.animated-fadein.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}



#service_section_options {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
	column-gap: 10%;
	padding: 0px;
	margin: 0 auto 2.5% auto;
	max-width: 680px;
}


#service_section_options li a.active_service {
	border-bottom: 1px solid black;
	opacity: 1;
}

#service_section_options li {
	cursor: pointer;
}

#service_section_options li:hover a {
	opacity: 1;
}

#home_electrolysisLink, #home_laserLink, #home_facialsLink {
	font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    margin-top: 22px;
    padding-bottom: 5px;
    letter-spacing: 0.1em;
}

#service_section_text {
	width: 100%;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	min-height: 72px;
	margin-top: 32px;
	font-family: Jost;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7em;
    text-align: left;
    text-transform: none;
}

#service_section_text p {
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
	font-weight: 500;
}

#service_section_options_laser img {
	margin-left: 15%;
}

#service_section_options_tattoo img {
	margin-right: 10%;
}

.hidden {
    display: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.our_story_section {
    margin-top: 8%;
    display: flex;
    flex-direction: row;
	justify-content: center;
}

.our_story_section > div {
background-color: #F6EBE7;
    opacity: 1;
    display: flex;
	justify-content: center;
    column-gap: 5%;
    padding: 8.1%;
	width: 100%;
}
.our_story_section  div div img {
    max-width: 650px;
    height: auto;
    display: block;
}

.our_story_section h2 {
	font-family: "EB Garamond", serif;
	font-size: 42px;
	font-weight: 500;
	line-height: 55px;
	margin-top: 0;
}
#our_story_text {
	max-width: 500px;
}

#our_story_text p {
	font-family: Jost;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7em;
    text-align: left;
    text-transform: none;
}

#our_story_text a {
	    text-decoration: none;
    font-family: Jost;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    color: #000000;
    border-color: #000000;
    display: inline-block;
    border: 1px solid;
    padding: 14px 31px 14px 31px;
    background-color: transparent;
}

/* Philosophy Section */
#philosophy_section {
	padding: 80px 10%;
	text-align: center;
}

#philosophy_section h2 {
	font-family: "EB Garamond", serif;
	font-size: 52px;
	font-weight: 400;
	margin: 0 0 60px 0;
}

.philosophy_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 56px;
	column-gap: 40px;
	max-width: 900px;
	margin: 0 auto;
}

.philosophy_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}

.philosophy_item svg {
	width: 60px;
	height: 60px;
	color: #000;
}

.philosophy_item h3 {
	font-family: "Jost", sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.02em;
	margin: 0;
}

.philosophy_item p {
	font-family: "Jost", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7em;
	color: #444;
	margin: 0;
	max-width: 240px;
}

.philosophy_cta {
	margin-top: 60px;
}

/* Team Section */
#team_section {
	padding: 80px 10%;
	text-align: center;
}

#team_section h2 {
	font-family: "EB Garamond", serif;
	font-size: 52px;
	font-weight: 400;
	margin: 0 0 60px 0;
}

.team_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px;
	max-width: 1100px;
	margin: 0 auto;
}

.team_card {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.team_photo {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin-bottom: 22px;
}

.team_photo img {
	width: 100%;
	/*height: 100%;*/
	object-fit: cover;
	object-position: center top;
}

.team_card h3 {
	font-family: "EB Garamond", serif;
	font-size: 26px;
	font-weight: 500;
	margin: 0 0 6px 0;
}

.team_role {
	font-family: "Jost", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #666;
	margin: 0 0 16px 0;
}

.team_bio {
	font-family: "Jost", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.75em;
	color: #444;
	margin: 0;
	text-align: left;
}

/* Our Story Section */
#our_story_section {
	padding: 80px 10%;
	background-color: #F6EBE7;
	text-align: center;
}

.our_story_content {
	max-width: 960px;
	margin: 0 auto;
}

.our_story_content h2 {
	font-family: "EB Garamond", serif;
	font-size: 52px;
	font-weight: 400;
	margin: 0 0 48px 0;
}

.our_story_photo {
	width: 100%;
	display: block;
	margin: 0 auto 48px auto;
}

.our_story_text {
	text-align: left;
}

.our_story_text p {
	font-family: "Jost", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.75em;
	color: #444;
	margin: 0 0 20px 0;
}

.our_story_text p:last-child {
	margin: 0;
}

/* Awards Section */
#awards_section {
	padding: 80px 10%;
	background-color: #F6EBE7;
	text-align: center;
}

.awards_content {
	display: flex;
	align-items: center;
	gap: 80px;
	max-width: 1000px;
	margin: 0 auto;
}

.awards_text {
	flex: 1;
	text-align: left;
}

.awards_text h2 {
	font-family: "EB Garamond", serif;
	font-size: 52px;
	font-weight: 400;
	margin: 0 0 28px 0;
}

.awards_text p {
	font-family: "Jost", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.75em;
	color: #444;
	margin: 0;
}

.awards_image {
	flex: 0 0 auto;
	width: 260px;
}

.awards_content_mobile {
	display: none;
}

.awards_content_mobile h2 {
	font-family: "EB Garamond", serif;
	font-size: 42px;
	font-weight: 400;
	margin: 0 0 28px 0;
}

.awards_content_mobile .awards_image {
	width: 80%;
	max-width: 320px;
	margin: 0 auto 28px;
}

.awards_content_mobile p {
	font-family: "Jost", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.75em;
	color: #444;
	margin: 0;
}

.awards_image img {
	width: 100%;
	display: block;
	box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

#hero_book_appt {
    background-color: white;
	padding: 16px 32px 14px 32px;
}

#hero_services_menu {
	padding: 16px 32px 14px 32px;
	border: 1px solid white;
	cursor: pointer;
}

#hero_services_menu:hover {
	background-color: white;
	transition: all 250ms ease-in-out;
}

#hero_services_menu:hover a {
	color: black;
}

#hero_book_appt a {
    color: black;
	font-weight: 500;
}

#hero_services_menu a {
	font-weight: 500;
}

.hero_header h1, .service_hero_header h1, .faq_hero_header h1 {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-size: 60px;
    font-weight: 400;
    line-height: 78px;
}

.hero_info_subsection {
	font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 25px;
	width: 19%;
    text-transform: none;
}

.hero_info_subsection span {
	font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 9px;
}

.hero_info_subsection ul {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#mobile_hero_contact {
	display: none;
	flex-direction: column;
	align-items: center;
	background-color: #F6EBE7;
	padding: 10% 5%;
	gap: 32px;
	text-align: center;
}

.mobile_hero_contact_subsection ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

.mobile_hero_contact_subsection span {
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 9px;
}

.mobile_hero_contact_subsection li {
	font-family: Jost;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
}

.mobile_hero_contact_subsection li a {
	color: inherit;
	text-decoration: none;
}

#service_section_options_container {
    pointer-events: none;
}

#service_section_options_container.visible {
    pointer-events: auto;
}

#service_section_options li {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#service_section_options li a {
	text-decoration: none;
	color: black;
	opacity:0.6;
	font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    margin-top: 22px;
    padding-bottom: 5px;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

#service_section {
	margin-top: 100px;
	margin-bottom: 100px;
}

#service_section h2 {
	font-family: "EB Garamond", serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 55px;
}

#serviceMenuBtn {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
#serviceMenuBtn a {
	color: white;
	background-color: black;
	text-decoration: none;
	font-family: Jost;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
	display: inline-block;
    padding: 16px 32px 14px 32px;
    border: none;
    border-radius: 0;
}

#contact-hero {
    background-color: #F6EBE7;
    padding: 146px 40px 100px 40px;
}

#contact-map-section {
    display: flex;
    height: 500px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

#contact-map {
    flex: 0 0 55%;
    height: 100%;
    position: relative;
}

#contact-map::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

#contact-map a {
    display: block;
    width: 100%;
    height: 100%;
}

#contact-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#contact-info {
    flex: 1;
    padding: 60px 64px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    justify-content: center;
}

.contact-info-group h4 {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 0 0 6px;
}

.contact-info-group p {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 0;
    line-height: 1.8;
}

.contact-info-group a {
    color: #333;
    text-decoration: none;
}

.contact-info-group a:hover {
    text-decoration: underline;
}

#contact-header {
    width: 40%;
}

#contact-form-section {
    background-color: #fff;
    padding: 80px 0;
}

#contact-form-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 40px;
}

#contact-form-container h2 {
    font-family: "EB Garamond", serif;
    font-size: 42px;
    font-weight: 500;
    margin: 0 0 10px;
    text-align: center;
}

.contact-form-subhead {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    color: #555;
    margin: 0 0 36px;
    text-align: center;
}

#contact-form-container form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-field {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 6px;
}

.form-field label {
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #222;
}

.form-field .required {
    color: #b94040;
}

.form-field input,
.form-field textarea {
    font-family: "Jost", sans-serif;
    font-size: 15px;
    color: #222;
    background: #faf7f6;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 14px;
    outline: none;
    transition: border-color 0.2s;
}

.form-field input:focus,
.form-field textarea:focus {
    border-color: #c2a49a;
}

.form-field textarea {
    resize: vertical;
}

.contact-submit-btn {
    align-self: center;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    background-color: #222;
    border: none;
    border-radius: 4px;
    padding: 14px 32px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.contact-submit-btn:hover {
    background-color: #444;
}

#contact-faq-section {
    background-color: #F6EBE7;
    padding: 80px 0;
}

#contact-faq-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 40px;
}

#contact-faq-container h2 {
    font-family: "EB Garamond", serif;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 36px;
}

.logos {
	height: 48px;
	width: 48px;
}

footer {
	margin-top: 40px;
	margin-bottom: 40px;
}

.footer_content {
	display: flex;
	max-width: 560px;
	margin: 0 auto;
	box-sizing: border-box;
}

.footer_content h3 {
	margin-bottom: 20px;
	font-family: Jost;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.4;
    color: #000000;
}

.footer_content span {
	font-family: Jost;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
    text-transform: none;
    display: block;
    max-width: 70%;
    margin: 0 auto;
}

.footer_left {
	text-align: center;
    padding: 20px 28px;
    flex: 1 1 0;
}

.footer_right {
	border-left: 1px solid black;
	text-align: center;
    padding: 20px 28px;
    flex: 1 1 0;
}

.footer_right ul {
	padding: 0;
	margin: 0 0 16px;
	list-style: none;
}

.footer_right ul li {
	font-family: Jost;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.9;
}

.footer_right ul li a {
	text-decoration: none;
	color: black;
}

.footer_right ul li a:hover {
	text-decoration: underline;
}

.footer_right p {
	font-family: Jost;
	font-size: 12px;
	font-weight: 300;
	color: #666;
	margin: 0;
}

.footer_socials a {
	color: black;
	text-decoration: none;
}
.footer_socials a svg {
	width: 1.8rem;
	height: 1.8rem;
	display: block;
}

.footer_socials {
	display: flex;
	column-gap: 10%;
	justify-content: center;
	padding-top: 14%;
}

.hamburger {
    display: none;
    position: relative;
    align-self: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 2000;
}
.hamburger span {
    display: block;
    position: absolute;
    left: 11px;
    top: 50%;
    width: 28px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
}
.hamburger span:nth-child(1) {
    transform: translateY(calc(-50% - 11px));
}
.hamburger span:nth-child(2) {
    transform: translateY(-50%);
}
.hamburger span:nth-child(3) {
    transform: translateY(calc(-50% + 11px));
}

header.nav-scrolled .hamburger span,
header.alt_header .hamburger span,
nav:hover .hamburger span {
    background: #000;
}

.hamburger.open span:nth-child(1) {
    transform: translateY(-50%) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
    opacity: 0;
}
.hamburger.open span:nth-child(3) {
    transform: translateY(-50%) rotate(-45deg);
}

/* Mobile nav drawer */
#mobile-nav {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    width: 75%;
    max-width: 360px;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
	padding-top: 10%;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    pointer-events: none;
}

#mobile-nav.mobile-nav-open {
    transform: translateX(0);
    pointer-events: auto;
}

body.nav-open::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 998;
}

#mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

#mobile-nav ul li {
    padding: 18px 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

#mobile-nav ul li:last-child {
    border-bottom: none;
}

#mobile-nav ul li a {
    text-decoration: none;
    color: #000;
    font-family: "Jost", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

#mobile-nav ul li a:hover {
    text-decoration: underline;
}

#mobile-nav .mobile-nav-socials {
    display: flex;
    column-gap: 24px;
    margin-top: 36px;
}

#mobile-nav .mobile-nav-socials a {
    color: #000;
    text-decoration: none;
}
#mobile-nav .mobile-nav-socials a svg {
    width: 1.6rem;
    height: 1.6rem;
    display: block;
}


/* ── Service Menu Desktop ── */

html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

#service_menu_main {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.service_side_menu {
    position: sticky;
    top: 100px;
    width: 140px;
    flex-shrink: 0;
    padding: 60px 0 60px 30px;
    z-index: 1;
}

.service_side_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.service_side_menu ul li {
    list-style: none;
}

.side-menu-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    gap: 8px;
}

.side-menu-link .side-menu-logo {
    height: 53px;
    width: 53px;
}

.side-menu-link span {
    border-bottom: 1px solid transparent;
    padding-bottom: 3px;
    opacity: 0.45;
    transition: opacity 0.2s ease, border-color 0.2s ease;
}

.side-menu-link:hover span {
    opacity: 1;
}

.side-menu-link.active-side-link span {
    opacity: 1;
    border-bottom: 1px solid #000;
}

.service_main_menu {
    flex: 1;
    min-width: 0;
    padding-right: 140px;
}

.service_section_block {
    position: relative;
    padding: 80px 10% 80px 8%;
    scroll-margin-top: 90px;
}

.service_section_block::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(100% - 1px);
    width: 171px;
    background-color: #fff;
}

.service_section_block:nth-child(even) {
    background-color: #F6EBE7;
}

.service_section_block:nth-child(even)::before {
    background-color: #F6EBE7;
}

.service_section_block::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 140px;
    background-color: #fff;
}

.service_section_block:nth-child(even)::after {
    background-color: #F6EBE7;
}

.service_section_header {
    text-align: center;
    margin-bottom: 56px;
}

.service_section_header h2 {
    font-family: "EB Garamond", serif;
    font-size: 42px;
    font-weight: 400;
    margin: 0 0 16px 0;
}

.service_section_header p {
    font-family: "Jost", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7em;
    max-width: 560px;
    margin: 0 auto;
}

.service_price_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 48px;
    max-width: 760px;
    margin: 0 auto;
}

.service_price_row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 8px;
}

.service_name {
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.service_name em {
    font-style: normal;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.05em;
    opacity: 0.65;
    margin-left: 4px;
}

.service_price {
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}

.service_subsection_label {
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: center;
    margin: 40px auto 24px auto;
    color: #000;
    opacity: 0.6;
}

.service_section_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 56px;
}

.service_faq_link {
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    margin: 0;
    text-align: center;
}

.service_faq_link a {
    color: #555;
    text-decoration: underline;
}

.book_appt_btn {
    text-decoration: none;
    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
    padding: 14px 40px;
    display: inline-block;
    transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}

.book_appt_btn:hover {
    background-color: #000;
    color: #fff;
}

/* ── Services Contact Section ── */
#services_contact_section {
    display: flex;
    justify-content: center;
    gap: 80px;
    padding: 100px 0;
    background-color: #fff;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.services_contact_col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    flex: 1 1 0;
    min-width: 0;
}

.services_contact_col svg {
    margin-bottom: 16px;
}

.services_contact_col h3 {
    font-family: "Jost", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin: 0 0 6px;
}

.services_contact_col p {
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.8;
}

.services_contact_col a {
    color: #333;
    text-decoration: none;
}

.services_contact_col a:hover {
    text-decoration: underline;
}

/* ── FAQ Section ── */
#faq-section {
    background-color: #F6EBE7;
    padding: 100px 0 120px;
}

.faq_header {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 60px;
    padding: 0 24px;
}

.faq_header h2 {
    font-family: "EB Garamond", serif;
    font-size: 42px;
    font-weight: 400;
    margin: 0 0 24px;
}

.faq_header p {
    font-family: "Jost", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    color: #333;
    margin: 0;
}

.faq_list {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    gap: 60px;
}

.faq_col {
    flex: 1;
    min-width: 0;
}

.faq_item {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.faq_item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.faq_question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    padding: 22px 0;
    cursor: pointer;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: left;
    gap: 24px;
}

.faq_icon {
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.faq_item.open .faq_icon,
.faq_mobile_category.open .faq_mobile_cat_header .faq_icon {
    transform: rotate(45deg);
}

.faq_answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq_item.open .faq_answer {
    max-height: 2000px;
    padding-bottom: 20px;
}

.faq_answer p, .faq_answer ul, .faq_answer li {
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.75;
    color: #444;
    margin: 0 0 12px;
}

.faq_answer p:last-child {
    margin-bottom: 0;
}

.faq_answer a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}
@media (max-width: 558px) {
    .faq_list {
        flex-direction: column;
        gap: 0;
    }
    .faq_col:first-child .faq_item:last-child {
        border-bottom: none;
    }
}
@media (max-width: 600px) {
    .service_side_menu {
        display: none;
    }
    .service_section_block {
        padding: 60px 8% 60px 8%;
    }
    #tattoo-section .service_section_header {
        margin-bottom: 5%;
    }
    .tattoo_pricing_note {
        max-width: 560px !important;
        margin: 0 auto !important;
    }
    #tattoo-section .service_section_footer {
        margin-top: 24px;
    }
}

@media (max-width: 435px) {
    .service_price_grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 897px) {
    #services_contact_section {
        padding: 10%;
    }
}

@media (max-width: 786px) {
    .service_main_menu {
        padding-right: 0;
    }
}

@media (max-width: 591px) {
    #services_contact_section {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 1074px) {
    #serviceMenu_hero_section,
    #ourStory_hero_section {
        background-position: 80% center;
    }
    .service_hero_header {
        padding-left: 20%;
        padding-right: 20%;
    }
    .faq_hero_header {
        padding-left: 20%;
        padding-right: 20%;
    }
}


@media (max-width: 1100px) {
    .nav_menu_items,
    .nav_menu_socials {
        display: none;
    }
    .hamburger {
        display: block;
    }
    nav {
        padding: 10px 20px;
    }
    .logo {
        justify-content: flex-start;
    }
    #home_hero_section {
        background-position: 70% top;
    }
}

@media (max-width: 1206px) {
	.hero_info {
		width: 75%;
	}
}

@media (max-width: 1125px) {
	.hero_info {
		width: 80%;
	}
}

@media (max-width: 1055px) {
	.hero_info {
		width: 85%;
	}
}

@media (max-width: 993px) {
	.hero_info {
		width: 100%;
	}
}


@media (max-width: 800px) {
	.hero_info .hero_info_subsection {
		width: 25%;
		text-align: center;
	}
	.hero_header {
		padding: 15% 15% 0 15%;
	}
}

@media (max-width: 699px) {
	.hero_info {
		display: none;
	}
	#mobile_hero_contact {
		display: flex;
	}
	#mobile-nav {
		padding-top: 80px;
	}
	.team_grid {
		grid-template-columns: 1fr;
		max-width: 480px;
	}
}

@media (max-width: 450px) {
	#mobile-nav {
		width: 60%;
	}
	#our_story_text {
		max-width: none;
	}
	#our_story_text p {
		text-align: center;
	}
}

@media (max-width: 400px) {
	.hero_header {
		padding: 15% 5% 0 5%;
	}
}


@media (max-width: 700px) {
	#contact-map-section {
		flex-direction: column-reverse;
		height: auto;
	}
	#contact-map {
		flex: none;
		height: 300px;
	}
	#contact-info {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		align-items: start;
		padding: 40px 24px;
		gap: 16px;
	}
	#contact-info .contact-info-group {
		min-width: 0;
		overflow-wrap: break-word;
	}
	#contact-info .book_appt_btn {
		grid-column: 1 / -1;
		justify-self: center;
	}
	.awards_content {
		display: none;
	}
	.awards_content_mobile {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		max-width: 480px;
		margin: 0 auto;
	}
	.philosophy_grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	#service_section_text {
		width: auto;
		padding: 0 5%;
	}
}

@media (max-width: 999px) {
	#home_hero_section {
        background-position: 20% center;
    }
}

@media (max-width: 773px) {
	.hero_links {
		width: 80%;
	}
}

@media (max-width: 580px) {
	.hero_links {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.form-row {
		flex-direction: column;
	}
	#contact-form-container {
		padding: 0 24px;
	}
	#hero_book_appt,
	#hero_services_menu {
		padding: 10px 18px;
	}
	.hero_links a {
		font-size: 11px;
		letter-spacing: 0.05em;
	}
	#service_section_options {
		column-gap: 5%;
	}
	#service_section_options li a {
		font-size: 11px;
	}
	.philosophy_grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1400px) {
	.our_story_section > div {
		flex-direction: column;
		align-items: center;
		padding: 5%;
	}
	.our_story_section_content h2 {
		text-align: center;
		margin: 2.5% 0;
	}
	#our_story_text {
		max-width: 75%;
		text-align: center;
	}
}

@media (max-width: 600px) {
	.our_story_section div div img {
		max-width: 100%;
		width: 100%;
	}
	#contact-info {
		grid-template-columns: 1fr;
		text-align: center;
	}
	#contact-info .book_appt_btn {
		grid-column: 1;
		justify-self: center;
	}
}

@media (max-width: 321px) {
	.hero_header {
		padding: 15% 1% 0 1%;
	}
	.hero_links a {
		font-size: 10px;
	}
	#service_section_options {
		column-gap: 3%;
	}
	#service_section_options li a {
		font-size: 10px;
	}
}

@media (max-width: 599px) {
	#faq_tab_nav {
		gap: 5%;
	}
}

@media (max-width: 469px) {
	#faq_content {
		display: none;
	}
	#faq_mobile {
		display: block;
	}
}

