﻿body{
    overflow-y: hidden;
}
.pagetitle{
    width: 100%;
    max-width: 1200px;
    height: 215px;
    margin: 0 auto;
    position: relative;
}
.pagetitle::before{
    content: "";
    background: rgba(243,241,238,1);
    position: absolute;
    top: 115px;
    right: calc(50% + 50px);
    height: 100px;
    width: 100%;
    z-index: -3;
}
.pagetitle::after{
    content: "";
    background: url(../images/hero.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: calc(50% - 250px);
    height: 175px;
    width: calc(50vw + 250px);
    z-index: -2;
}
.pagetitle h2{
    line-height: 115px;
}
.pagetitle h2 span{
    font-size: 1.2rem;
}
.breadcrumbs{
    position: absolute;
    bottom: 0;
    right: 0;
}
.breadcrumbs a{
    display: inline;
}
@media (max-width: 960px) {
    .pagetitle{
        display: grid;
    }
    .pagetitle::before{
        display: none;
    }
    .pagetitle::after{
        top: 0;
        left: 0;
        height: 175px;
        width: 100%;
        z-index: -2;
    }
    .pagetitle h2{
        line-height: 1.7;
        text-align: center;
        align-self: center;
        justify-self: center;
        background: rgba(255,255,255,.5);
        padding: .5rem 1rem;
        border: 1px solid rgba(61,57,54,1);
    }
}
@media (max-width: 680px) {
    .breadcrumbs{
        margin-right: 1rem;
    }
    .breadcrumbs a{
        font-size: .8rem;
    }
}

main article section{
    padding: 5rem 0;
}
@media (max-width: 960px) {
    main article section{
        padding: 3.5rem 0;
    }
}
@media (max-width: 680px) {
    main article section{
        padding: 2rem 0;
    }
}

main article section > div{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
main article section > div > h3{
    text-align: center;
    font-family: 'CooperFiveOpti';
    font-size: 1.75rem;
}
main article section > div > h3 span{
    display: block;
    font-weight: normal;
    font-family: sans-serif;
    font-size: 1.15rem;
    margin-top: -.25rem;
}


#hair,
#spa{
    border-bottom: 1px solid rgba(61,57,54,1);
}
#hair > div > div:first-of-type{
    display: grid;
    grid-auto-flow: column;
    gap: 6rem;
    margin: 3rem auto;
}
#hair > div > div > div{
    position: relative;
}
#hair > div > div > div:nth-of-type(2)::after,
#hair > div > div > div:nth-of-type(2)::before{
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 3px dotted rgba(205,110,105,1);
}
#hair > div > div > div:nth-of-type(2)::before{
    left: -3rem;
}
#hair > div > div > div:nth-of-type(2)::after{
    right: -3rem;
}

#hair > div > div h4{
    color: rgba(205,110,105,1);
    font-weight: normal;
    font-size: 1.5rem;
}
#hair > div > div > div dl{
    display: grid;
    grid-auto-flow: column;
}
#hair > div > div > div dl dt{
    grid-column: 1;
    margin-bottom: 1rem;
}
#hair > div > div > div dl dt span{
    display: block;
    font-size: .9rem;
    margin-top: -.15rem;
}
#hair > div > div > div dl dd{
    grid-column: 2;
    margin-bottom: 1rem;
    text-align: right;
    font-size: 1.15rem;
}
#hair > div > div > div dl dd span{
    font-size: .8rem;
}

#hair > div > div:nth-of-type(2) > div{
    display: grid;
    grid-auto-flow: column;
    gap: 6rem;
    margin: 1rem auto 3rem;
}
#hair > div > div:nth-of-type(2) > div dl:nth-of-type(2){
    position: relative;
}
#hair > div > div:nth-of-type(2) > div dl:nth-of-type(2)::after,
#hair > div > div:nth-of-type(2) > div dl:nth-of-type(2)::before{
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 3px dotted rgba(205,110,105,1);
}
#hair > div > div:nth-of-type(2) > div dl:nth-of-type(2)::before{
    left: -3rem;
}
#hair > div > div:nth-of-type(2) > div dl:nth-of-type(2)::after{
    right: -3rem;
}
@media (max-width: 1120px) {
    #hair > div > div:first-of-type{
        gap: 3rem;
    }
    #hair > div > div > div:nth-of-type(2)::before{
        left: -1.5rem;
    }
    #hair > div > div > div:nth-of-type(2)::after{
        right: -1.5rem;
    }
    #hair > div > div:nth-of-type(2) > div{
        gap: 3rem;
    }
    #hair > div > div:nth-of-type(2) > div dl:nth-of-type(2)::before{
        left: -1.5rem;
    }
    #hair > div > div:nth-of-type(2) > div dl:nth-of-type(2)::after{
        right: -1.5rem;
    }
}
@media (max-width: 960px) {
    #hair > div > div:first-of-type{
        grid-template-columns: repeat(2,1fr);
        gap: 6rem;
    }
    #hair > div > div > div:first-of-type{
        grid-column: 1;
        grid-row: 1;
    }
    #hair > div > div > div:nth-of-type(2){
        grid-column: 2;
        grid-row: 1;
    }
    #hair > div > div > div:last-of-type{
        grid-column: 1 ;
        grid-row: 2;
    }
    #hair > div > div > div:nth-of-type(2)::before{
        left: -3rem;
    }
    #hair > div > div > div:nth-of-type(2)::after{
        display: none;
    }
    #hair > div > div:nth-of-type(2) > div{
        grid-template-columns: repeat(2,1fr);
        gap: 6rem;
    }
    #hair > div > div:nth-of-type(2) > div dl:first-of-type{
        grid-column: 1;
        grid-row: 1;
    }
    #hair > div > div:nth-of-type(2) > div dl:nth-of-type(2){
        grid-column: 2;
        grid-row: 1;
    }
    #hair > div > div:nth-of-type(2) > div dl:last-of-type{
        grid-column: 1 ;
        grid-row: 2;
    }
    #hair > div > div:nth-of-type(2) > div dl:nth-of-type(2)::before{
        left: -3rem;
    }
    #hair > div > div:nth-of-type(2) > div dl:nth-of-type(2)::after{
        display: none;
    }
}
@media (max-width: 680px) {
    #hair > div > div:first-of-type{
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    #hair > div > div > div:nth-of-type(2){
        grid-column: 1;
        grid-row: 2;
    }
    #hair > div > div > div:last-of-type{
        grid-column: 1 ;
        grid-row: 3;
    }
    #hair > div > div > div:nth-of-type(2)::before{
        display: none;
    }
    #hair > div > div:nth-of-type(2) > div{
        grid-template-columns: 1fr;
        gap: 1rem;
        margin: 1rem auto;
    }
    #hair > div > div:nth-of-type(2) > div dl:nth-of-type(2){
        grid-column: 1;
        grid-row: 2;
    }
    #hair > div > div:nth-of-type(2) > div dl:last-of-type{
        grid-column: 1 ;
        grid-row: 3;
    }
    #hair > div > div:nth-of-type(2) > div dl:nth-of-type(2)::before{
        display: none;
    }
}

#spa > div > h4{
    color: rgba(205,110,105,1);
    font-weight: normal;
    font-size: 1.5rem;
}
#spa > div > h4 > span{
    display: block;
    font-weight: normal;
    color: rgba(61,57,54,1);
    font-size: 1.1rem;
}
#spa > div > div{
    display: grid;
    grid-auto-flow: column;
    gap: 6rem;
    margin: 1rem auto;
}
#spa > div > div > dl{
    position: relative;
    display: grid;
    grid-auto-flow: column;
}
#spa > div > div > dl:nth-of-type(2)::after,
#spa > div > div > dl:nth-of-type(2)::before{
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 3px dotted rgba(205,110,105,1);
}
#spa > div > div > dl:nth-of-type(2)::before{
    left: -3rem;
}
#spa > div > div > dl:nth-of-type(2)::after{
    right: -3rem;
}
#spa > div > div > dl{
    display: grid;
    grid-auto-flow: column;
}
#spa > div > div > dl dt{
    grid-column: 1;
    margin-bottom: 1rem;
}
#spa > div > div > dl dt span{
    font-size: .8rem;
    margin-top: -.15rem;
}
#spa > div > div > dl  dd{
    grid-column: 2;
    margin-bottom: 1rem;
    text-align: right;
    font-size: 1.15rem;
}
#spa > div > div > dl  dd span{
    font-size: .8rem;
}
@media (max-width: 1120px) {
    #spa > div > div{
        gap: 3rem;
    }
    #spa > div > div > dl:nth-of-type(2)::before{
        left: -1.5rem;
    }
    #spa > div > div > dl:nth-of-type(2)::after{
        right: -1.5rem;
    }
}
@media (max-width: 960px) {
    #spa > div > div{
        grid-template-columns: repeat(2,1fr);
        gap: 6rem;
    }
    #spa > div > div > dl:first-of-type{
        grid-column: 1;
        grid-row: 1;
    }
    #spa > div > div > dl:nth-of-type(2){
        grid-column: 2;
        grid-row: 1;
    }
    #spa > div > div > dl:last-of-type{
        grid-column: 1 ;
        grid-row: 2;
    }
    #spa > div > div > dl:nth-of-type(2)::before{
        left: -3rem;
    }
    #spa > div > div > dl:nth-of-type(2)::after{
        display: none;
    }
}
@media (max-width: 680px) {
    #spa > div > h4{
        font-size: 1.25rem;
    }
    #spa > div > h4 > span{
        font-size: 1rem;
    }
    #spa > div > div{
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    #spa > div > div > dl:nth-of-type(2){
        grid-column: 1;
        grid-row: 2;
    }
    #spa > div > div > dl:last-of-type{
        grid-column: 1 ;
        grid-row: 3;
    }
    #spa > div > div > dl:nth-of-type(2)::before{
        display: none;
    }
}

#removal > div > div{
    display: grid;
    grid-auto-flow: column;
    gap: 6rem;
    margin: 1rem auto;
    align-items: flex-start;
}
#removal > div > div table{
    border-collapse: collapse;
    width: 100%;
}
#removal > div > div table th{
    color: rgba(205,110,105,1);
    font-weight: normal;
    font-size: 1.15rem;
    padding: .5rem 0;
    text-align: left;
}
#removal > div > div table td{
    font-size: 1.15rem;
    padding: .5rem 0;
}
#removal > div > div table td span{
    font-size: .8rem;
}
#removal > div > div table td:first-of-type{
    font-size: 1rem;
}

#removal > div > div table:nth-of-type(2){
    position: relative;
}
#removal > div > div table:nth-of-type(2)::after,
#removal > div > div table:nth-of-type(2)::before{
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 3px dotted rgba(205,110,105,1);
}
#removal > div > div table:nth-of-type(2)::before{
    left: -3rem;
}
#removal > div > div table:nth-of-type(2)::after{
    right: -3rem;
}
#removal > div > div table th:nth-of-type(2),
#removal > div > div table td:nth-of-type(2),
#removal > div > div table th:last-of-type,
#removal > div > div table td:last-of-type{
    vertical-align: top;
    text-align: right;
}
#removal > div > p{
    text-align: center;
}
@media (max-width: 1120px) {
    #removal > div > div{
        gap: 3rem;
    }
    #removal > div > div table:nth-of-type(2)::before{
        left: -1.5rem;
    }
    #removal > div > div table:nth-of-type(2)::after{
        right: -1.5rem;
    }
}
@media (max-width: 960px) {
    #removal > div > div{
        grid-template-columns: repeat(2,1fr);
        gap: 6rem;
    }
    #removal > div > div table:first-of-type{
        grid-column: 1;
        grid-row: 1;
    }
    #removal > div > div table:nth-of-type(2){
        grid-column: 2;
        grid-row: 1;
    }
    #removal > div > div table:last-of-type{
        grid-column: 1 ;
        grid-row: 2;
    }
    #removal > div > div table:nth-of-type(2)::before{
        left: -3rem;
    }
    #removal > div > div table:nth-of-type(2)::after{
        display: none;
    }
    #removal > div > p{
        text-align: left;
    }
}
@media (max-width: 680px) {
    #removal > div > div{
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    #removal > div > div table:nth-of-type(2){
        grid-column: 1;
        grid-row: 2;
    }
    #removal > div > div table:last-of-type{
        grid-column: 1 ;
        grid-row: 3;
    }
    #removal > div > div table:nth-of-type(2)::before{
        display: none;
    }
    #removal > div > div table th{
        width: 33.333%;
    }
    #removal > div > div table td:first-of-type span{
        display: block;
    }
}

article > p{
    text-align: center;
}