html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    width: 100vw;
    overflow-x: hidden;
    margin: 0;
    font-family: century-gothic, sans-serif;
    font-weight: 300;
}

input:focus,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s linear, color 5000s linear;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
}

img {
    display: block;
}

body {
    position: relative;
}

h5,
p,
li,
a.button {
    font-size: 18px;
    line-height: 40px;
    font-weight: 300;
    font-family: century-gothic, sans-serif;
    margin-block-start: 0;
    margin-block-end: 0;
}

h4 {
    font-size: 24px;
    line-height: 50px;
    font-family: century-gothic, sans-serif;
    font-weight: 300;
    margin-block-start: 0;
    margin-block-end: 0;
}

h3 {
    font-size: 36px;
    line-height: 41px;
    font-family: century-gothic, sans-serif;
    font-weight: 300;
    margin-block-start: 0;
    margin-block-end: 0;
    text-transform: lowercase;
}

h1,
h2 {
    font-size: 48px;
    line-height: 70px;
    font-family: century-gothic, sans-serif;
    font-weight: 300;
    margin-block-start: 0;
    margin-block-end: 0;
}

strong *,
b *,
strong,
b {
    font-weight: bold !important;
}

.button,
.textformatting a {
    padding: 10px 15px;
    background: #6aa4b2;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    color: #EAE1DA;
    font-weight: 500;
    letter-spacing: 3px;
    text-align: center;
    min-width: 150px;
    position: relative;
    transition: all 0.1s linear;
    font-weight: 600 !important;
}

.button:hover,
.textformatting a:hover {
    background: #627d87;
    bottom: 5px;
}

.textformatting>* {
    margin-bottom: 30px;
}

.textformatting>*:last-child {
    margin-bottom: 0px;
}

ul {
    padding-left: 15px;
}

.intro {
    width: 70%;
    padding: 50px 15%;
    min-height: calc(100vh - 100px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.intro.darken::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(115deg, #000000a1, #0000001f, transparent);
    z-index: 2;
}

.intro .inner {
    width: 100%;
    max-width: 700px;
    position: relative;
    z-index: 3;
    color: #EAE1DA;
}

.intro img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
}

.experience {
    width: 80%;
    padding: 70px 10% 150px 10%;
    text-align: center;
    position: relative;
}

.experience .upper {
    position: relative;
    width: 100%;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    color: #876151;
    padding-top: 150px;
}

.experience .upper::before {
    content: "";
    width: 2px;
    height: 131px;
    margin: 0 auto 70px auto;
    background: #AD9081;
    display: none;
}

.experience .links,
.hours .links {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 80px auto;
    max-width: 1300px;
    position: relative;
    z-index: 2;
}

.experience .links a {
    width: 31%;
    margin: 0 1%;
    text-align: center;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    bottom: 0px;
    transition: all 0.1s linear;
}

.hours .links a {
    width: calc(31.333% - 80px);
    margin: 0 1%;
    text-align: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    padding: 40px;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    bottom: 0px;
    transition: all 0.1s linear;
    justify-content: center;
    flex-wrap: wrap;
}

.experience .links a h3 {
    line-height: 85px;
}

.experience .links a:first-child,
.hours .links a:first-child {
    margin-left: 0px;
    margin-right: 2%;
}

.experience .links a:last-child,
.hours .links a:last-child {
    margin-right: 0px;
    margin-left: 2%;
}

.experience .links a:hover,
.hours .links a:hover {
    bottom: 10px;
}

.experience .links a .button,
.hours .links a .button {
    position: absolute;
    bottom: 40px;
    opacity: 0;
}

.experience .links a:hover .button,
.hours .links a:hover .button {
    opacity: 1;
}

.hours .links a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000054;
    z-index: 3;
    top: 0;
    left: 0;
    transition: all 0.1s linear;
}

.experience .links a:hover::after {
    background: #6e4f42b5;
}

.experience .links a>*,
.hours .links a>* {
    position: relative;
    z-index: 4;
    color: #EAE1DA;
}

.experience .links a img {
    position: relative;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.hours .links a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 2;
}

.experience .lower {
    position: relative;
    width: 100%;
    z-index: 2;
    max-width: 1000px;
    margin: 120px auto 0 auto;
    color: #EAE1DA;
}

.freshly .lower .inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}

.experience .links a .lower {
    margin-top: 0px;
    width: calc(100% - 80px);
    background: #6aa4b2;
    padding: 15px 40px;
    transition: all 0.2s linear;
}

.experience .links a:hover .lower {
    background: #6a868f;
}

.experience .links a .lower p,
.freshly .links a .lower p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 20px;
    font-weight: 100;
    text-transform: lowercase;
}

.experience h3,
.freshly h3,
.hours h3 {
    color: #6aa4b2;
}

.freshly>a,
.freshly>.bgLower>a {
    position: relative;
    z-index: 2;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    width: fit-content;
    line-height: 16px;
    bottom: 0;
    text-transform: capitalize;
    font-weight: 100 !important;
}

.experience .bgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.experience .bgs>div:first-child {
    background: #eae1da;
    width: 100%;
    height: 50%;
}

.experience .bgs>div:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: url(/wp-content/uploads/2025/04/Shadow-Overlay-68@2x.png);
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
}

.experience .bgs>div:last-child {
    background: #876151;
    width: 100%;
    height: 50%;
}

.freshly {
    width: 80%;
    padding: 150px 10%;
    position: relative;
}

.freshly .upper,
.hours .lower {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    color: #876151;
}

.freshly .upper .left,
.hours .lower .left {
    width: 30%;
}

.freshly .upper .right,
.hours .lower .right {
    width: 65%;
}

.freshly .links {
    width: 100%;
    max-width: 1300px;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.freshly .links a {
    position: relative;
    width: 24%;
    margin: 0;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.1s linear;
    bottom: 0px;
}

.freshly .links a:hover {
    bottom: 10px;
}

.freshly .links a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.freshly .links a .lower {
    background: #6aa4b2;
    padding: 10px 20px;
    width: calc(100% - 40px);
    text-align: center;
    transition: all 0.2s linear;
}

.freshly .links a:hover .lower {
    background: #6a8792;
}

.freshly .links a .lower .button:hover {
    bottom: 0px;
}

.freshly>.lower,
.freshly>.bgLower>.lower {
    width: 100%;
    max-width: 1300px;
    padding-top: 200px;
    margin: 0 auto 50px auto;
    text-align: center;
    position: relative;
    z-index: 2;
    color: #EAE1DA;
}

.freshly .lower .followerMin {
    margin-top: 25px;
    display: none;
}

.freshly>.lower::before {
    width: 2px;
    height: 100px;
    background: #AD9081;
    position: relative;
    content: "";
    margin: 0 auto 50px auto;
    display: none;
}

.freshly .images {
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    z-index: 2;
}

.freshly .images img {
    width: 32%;
    margin: 0;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
}

.freshly .bgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.freshly .bgs>div:first-child {
    background: #eae1da;
    width: 100%;
    height: 44%;
}

.freshly .bgs>div:last-child {
    background: #876151;
    width: 100%;
    height: 56%;
}

.footer {
    width: 80%;
    padding: 100px 10%;
    background: #EAE1DA;
    color: #876151;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.footer>a {
    position: absolute;
    top: -30px;
    width: 60px;
    height: 60px;
    background: url(/wp-content/uploads/2025/04/Group-49@2x.png);
    border-radius: 100%;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 5;
}

.footer .inner>div {
    width: 19%;
    max-width: fit-content;
}

.footer .inner>div p:first-child {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 20px 0;
}

.footer .inner>div p,
.footer .inner>div a {
    font-size: 15px;
    line-height: 18px;
    margin: 10px 0;
    display: block;
    color: #876151;
    text-decoration: none;
}

.footer .inner>div a:hover {
    text-decoration: underline;
}

.footer .inner>div .socials {
    width: 100%;
    max-width: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
}

.footer .inner>div .socials a,
.footer .inner>div .socials a img {
    width: 40px;
    margin: 0px;
}

#headerWatch {
    position: absolute;
    pointer-events: none;
    height: 200px;
    width: 100%;
    top: 0;
    left: 0;
}

.header {
    position: fixed;
    top: 0;
    width: 80%;
    padding: 50px 10%;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

.header.begin {
    background: transparent !important;
    pointer-events: none;
}

.header.begin .burger {
    pointer-events: all;
}

.header.colour {
    padding: 20px 10%;
    background: #eee7e1;
}

.header a img {
    width: 250px;
}

.header .burger {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: 25px;
    width: 45px;
    align-content: space-between;
    justify-content: center;
    padding: 20px;
    cursor: pointer;
}

.header .burger>div {
    width: 100%;
    height: 2px;
    background: #6aa4b2;
    position: relative;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    border-radius: 10px;
}

.dropheader {
    position: fixed;
    top: 0;
    left: 0;
    padding: 50px;
    width: calc(100% - 100px);
    height: calc(100vh - 100px);
    z-index: 9;
    background: #f2edea;
    color: #876151;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    transition: all 0.8s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

.dropheader.open {
    opacity: 1;
    pointer-events: all;
}

.dropheader img {
    margin: 0 auto;
    width: 100%;
    max-width: 60px;
}

.dropheader .inner {
    width: 100%;
    max-width: 1000px;
}

.dropheader .inner>a {
    text-decoration: none;
    color: #876151;
    display: block;
    margin: 50px auto;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 4px;
    width: fit-content;
    position: relative;
}

.dropheader .inner>a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: calc(100% - 4px);
    height: 2px;
    background: #876151;
    left: 0;
    transition: all 0.2s ease-in-out;
    max-width: 0px;
}

.dropheader .inner>a:hover::after {
    max-width: 100%;
}

.dropheader .inner>a:first-child::after {
    display: none;
}

.dropheader .inner .info {
    padding: 20px;
    border: 1px solid #876151;
    width: 100%;
    margin: 30px auto;
    max-width: 300px;
    border-radius: 10px;
}

.dropheader .inner .info p,
.dropheader .inner .info a {
    font-size: 15px;
    line-height: 18px;
    margin: 10px auto;
    width: 100%;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0px;
    display: block;
    color: #876151;
    text-decoration: none;
}

.dropheader .inner .info a:hover {
    text-decoration: underline;
}

.dropheader .inner .info p:first-child {
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.header.closed .burger>div:nth-child(1) {
    animation-name: headerAnimOne2;
}

.header.closed .burger>div:nth-child(2) {
    animation-name: headerAnimTwo2;
}

.header.closed .burger>div:nth-child(3) {
    animation-name: headerAnimThree2;
}

.header.begin .burger>div:nth-child(1) {
    animation-name: headerAnimOne;
}

.header.begin .burger>div:nth-child(2) {
    animation-name: headerAnimTwo;
}

.header.begin .burger>div:nth-child(3) {
    animation-name: headerAnimThree;
}

@keyframes headerAnimOne {
    0% {
        top: 0;
    }
    50% {
        top: 11px;
        transform: rotate(0deg);
    }
    100% {
        top: 11px;
        transform: rotate(-45deg);
    }
}

@keyframes headerAnimOne2 {
    0% {
        top: 11px;
        transform: rotate(-45deg);
    }
    50% {
        top: 11px;
        transform: rotate(0deg);
    }
    100% {
        top: 0;
        transform: rotate(0deg);
    }
}

@keyframes headerAnimTwo {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-45deg);
    }
}

@keyframes headerAnimTwo2 {
    0% {
        transform: rotate(-45deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes headerAnimThree {
    0% {
        top: 0;
    }
    50% {
        top: -11px;
        transform: rotate(0deg);
    }
    100% {
        top: -11px;
        transform: rotate(45deg);
    }
}

@keyframes headerAnimThree2 {
    0% {
        top: -11px;
        transform: rotate(45deg);
    }
    50% {
        top: -11px;
        transform: rotate(0deg);
    }
    100% {
        top: 0;
    }
}

.header>a:first-child {
    transition: all 0.2s linear;
}

.header.begin>a:first-child {
    opacity: 0;
}

.textArea {
    width: 100%;
    background-color: #eae1da;
    color: #876151;
    scroll-margin-top: 200px;
}

.textArea .inner {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}

.textArea .inner img {
    width: 50%;
    height: calc(80vh - 140px);
    object-fit: cover;
}

.textArea .inner .text>*:not(.followerMin) {
    width: 100%;
}

.textArea .inner .text {
    width: 40%;
    padding: 50px 5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    max-width: 550px;
}

.textArea.flipped .inner {
    flex-direction: row-reverse;
}

.textArea.none {
    position: relative;
}

.textArea.none::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2025/04/Shadow-Overlay-68@2x.png);
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
}

.textArea.none .text {
    width: 90%;
    max-width: 1000px;
    text-align: center;
    display: block;
    min-height: 100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 150px 5% 130px 5%;
}

.textArea.none .inner img {
    display: none;
}

.textArea.none .text h3 {
    color: #6aa4b2;
}

.textArea.none .text::before {
    content: "";
    width: 2px;
    height: 131px;
    margin: 0 auto 70px auto;
    background: #AD9081;
    display: none;
}

.hours {
    width: 80%;
    padding: 100px 10%;
    position: relative;
}

.hours .upper {
    position: relative;
    width: 100%;
    z-index: 2;
    max-width: 1300px;
    margin: 0 auto;
    color: #876151;
    text-align: center;
}

.hours .images {
    width: 100%;
    max-width: 1300px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hours .lower {
    margin: 150px auto 80px auto;
    color: #eae1da;
}

.hours .images img {
    width: 23%;
    height: 300px;
    border-radius: 10px;
    margin: 0 1%;
    object-fit: cover;
}

.hours .bgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hours .bgs>div:first-child {
    background: #eae1da;
    width: 100%;
    height: 50%;
}

.hours .bgs>div:last-child {
    background: #876151;
    width: 100%;
    height: 50%;
}

.hours .upper::before {
    width: 2px;
    height: 100px;
    background: #AD9081;
    position: relative;
    display: block;
    content: "";
    margin: 0 auto 50px auto;
}

.hours .images img:first-child {
    margin-left: 0px;
}

.hours .images img:last-child {
    margin-right: 2%;
}

.behindScenes {
    width: 80%;
    padding: 70px 10% 150px 10%;
    text-align: center;
    position: relative;
}

.behindScenes .upper {
    position: relative;
    width: 100%;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    color: #876151;
    padding-top: 200px;
}

.textArea .followerMin {
    display: none;
}

.textArea.none .followerMin {
    display: block;
    top: 0px;
}

.textArea.none .inner {
    padding: 70px 0;
}

.behindScenes .upper::before {
    content: "";
    width: 2px;
    height: 131px;
    margin: 0 auto 70px auto;
    background: #AD9081;
    display: none;
}

.behindScenes .upper h3,
.franchise .upper h3 {
    color: #6aa4b2;
}

.behindScenes .images {
    width: 100%;
    margin: 80px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    z-index: 2;
    max-width: 1300px;
}

.behindScenes .images img {
    width: 32%;
    margin: 0;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
}

.behindScenes .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.behindScenes .bg div:first-child {
    background: #eae1da;
    width: 100%;
    height: 100%;
}

.behindScenes .bg div:last-child {
    background: #876151;
    width: 100%;
    height: 0%;
    display: none;
}

.behindScenes.franchise>img {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 10px;
    max-height: 50vh;
    object-fit: cover;
    max-width: 1200px;
    margin: 30px auto 0 auto;
}

.franchise {
    width: 80%;
    padding: 100px 10%;
    background: #EAE1DA;
    color: #876150;
}

.franchise .upper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 80px auto;
    text-align: center;
}

.franchise .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1300px;
    margin: 0 auto;
}

.franchise .content .single h4 {
    margin-bottom: 20px;
}

.franchise .content .single {
    width: calc(31% - 80px);
    margin: 0;
    background: #d9c3b1;
    padding: 35px 40px;
    border-radius: 10px;
}

.franchise .content .single>*:last-child {
    margin-bottom: 0px;
}

.franchise .content .single li {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 20px;
}

.franchise .content .single li:last-child {
    margin-bottom: 0px;
}

.form input {
    background: none;
    border: 0px;
    border-bottom: 2px solid #876150;
    font-family: 'century-gothic';
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0;
    width: 100%;
    color: #876150;
    margin: 0 0 20px 0;
}

::marker {
    font-size: 25px;
}

.form ::placeholder {
    font-family: 'century-gothic';
    font-size: 18px;
    line-height: 30px;
    color: #876150;
}

.form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.form form>p:nth-child(2),
.form form>p:nth-child(3) {
    width: 48%;
}

.form form>p {
    width: 100%;
}

.form input.wpcf7-submit {
    width: fit-content;
    border: 0px;
    padding: 10px 20px;
    background: #6aa4b2;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    color: #EAE1DA;
    font-weight: 500;
    letter-spacing: 3px;
    text-align: center;
    min-width: 150px;
    position: relative;
    transition: all 0.1s linear;
    font-size: 16px;
    line-height: 18px;
    margin-top: 30px;
}

.form input.wpcf7-submit:hover {
    background: #627d87;
}

.form .wpcf7-not-valid-tip {
    display: none;
}

.form input.wpcf7-not-valid {
    border-bottom: 2px solid red;
}

.form input:focus {
    outline: 0px;
}

.form .wpcf7-response-output {
    margin: 20px 0 0 0 !important;
    border: 0px !important;
    font-size: 18px !important;
    line-height: 20px !important;
    padding: 0px !important;
}

.followerMin {
    height: 130px;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 2px;
    overflow: hidden;
    clip-path: ellipse(50px 70px);
}

.followerMin div {
    width: 2px;
    background: #AD9081;
    height: 90vh;
    position: fixed;
    top: -40vh;
    z-index: 1;
    margin: 0 auto;
}

.listTabs {
    width: 100%;
    background: #876151;
    color: #EAE1DA;
}

.listTabs .single {
    width: 100%;
    color: #d9c3b1;
    background: #ab7560;
}

.listTabs .single.selected {
    border-bottom: 1px solid #d9c3b1;
}

.listTabs .single .selectables {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #d9c3b1;
    background: #876151;
}

.listTabs .single:last-child .selectables {
    border-bottom: 1px solid transparent;
}

.listTabs .single:last-child.selected .selectables {
    border-bottom: 1px solid #d9c3b1;
}

.listTabs .single .selectables h3 {
    width: calc(80% - 50px);
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    font-size: 18px;
    text-transform: uppercase;
    color: #d9c3b1;
}

.listTabs .single .dropdown {
    width: 80%;
    padding: 0px 10%;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    max-height: 0px;
    transition: all 0.8s ease-in-out;
    opacity: 0;
}

.listTabs .single.selected .dropdown {
    max-height: 1000px;
    padding: 50px 10%;
    overflow-y: scroll;
    opacity: 1;
}

.listTabs .single .selectables .extra {
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    padding: 12px;
    background: #76a3b0;
    border-radius: 100%;
}

.listTabs .single .selectables .extra>div {
    position: absolute;
    width: 14px;
    height: 2px;
    background: #876151;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    border-radius: 10px;
}

.listTabs .single .selectables .extra>div:last-child {
    transform: rotate(90deg);
    transition: all 0.4s ease-in-out;
}

.listTabs .single.selected .selectables .extra>div:last-child {
    transform: rotate(0deg);
}

.experience.short {
    background: #EAE1DA;
}

.freshly.discoverbake {
    width: 100%;
    padding: 0px;
}

.freshly.discoverbake .bgUpper {
    width: 80%;
    padding: 150px 10% 50px 10%;
    background: #eae1da;
}

.freshly.discoverbake .bgLower {
    width: 80%;
    padding: 50px 10% 150px 10%;
    background: #876151;
}

.freshly.discoverbake .upper {
    justify-content: center;
}

.freshly.discoverbake .upper .left {
    width: 100%;
    text-align: center;
}

.freshly.discoverbake .upper .right {
    display: none;
}

.freshly.discoverbake .images {
    margin-top: 80px;
}

@media(max-width: 1200px) {
    .freshly .links {
        flex-wrap: wrap;
    }
    .freshly .links a {
        width: 48%;
        margin: 20px 1%;
    }
}

@media(max-height: 1000px) {
    .dropheader {
        align-items: flex-start;
        align-content: flex-start;
        max-height: calc(100vh - 100px);
        overflow-y: scroll;
    }
}

@media(max-width: 1000px) {
    .textArea.none .inner .text {
        padding: 150px 0 0 0;
    }
    .textArea.none .inner {
        padding: 50px 0;
    }
    .experience .bgs>div:last-child {
        height: 44%;
    }
    .experience .bgs>div:first-child {
        height: 56%;
    }
    .freshly .bgs>div:last-child {
        height: 51%;
    }
    .freshly .bgs>div:first-child {
        height: 49%;
    }
    .experience .links a:hover,
    .freshly .links a:hover {
        margin: 10px 0;
        bottom: 0px;
    }
    .experience .links a:hover .lower,
    .freshly .links a:hover .lower {
        background: #6aa4b2;
    }
    .freshly .upper {
        text-align: center;
    }
    .behindScenes {
        padding: 50px 10%;
    }
    .behindScenes .images img {
        width: 100%;
        height: 25vh;
        margin: 10px 0;
    }
    .behindScenes .images {
        flex-wrap: wrap;
        margin-top: 50px;
    }
    .franchise .content {
        flex-wrap: wrap;
    }
    .franchise .content .single {
        width: calc(100% - 80px);
        margin: 30px 0;
    }
    .franchise .content .single br {
        display: none;
    }
    .hours .images {
        flex-wrap: wrap;
    }
    .hours .lower {
        margin: 50px auto;
    }
    .hours .images img,
    .hours .images img:first-child,
    .hours .images img:last-child {
        width: 48%;
        margin: 10px 1%;
    }
    .textArea .inner {
        flex-wrap: wrap;
    }
    .textArea .inner img {
        width: 100%;
        height: 40vh;
    }
    .textArea .inner .text {
        width: 90%;
        max-width: 90%;
    }
    .experience .links a {
        width: 100%;
        margin: 10px 0;
    }
    .experience .links a:first-child,
    .experience .links a:last-child {
        margin: 10px 0;
    }
    .hours .links a {
        width: calc(100% - 80px);
        margin: 30px 0;
        min-height: 30vh;
    }
    .experience .links,
    .hours .links {
        flex-wrap: wrap;
    }
    .experience .links a img {
        height: 40vh;
    }
    .freshly .upper,
    .hours .lower {
        flex-wrap: wrap;
    }
    .freshly .upper .left,
    .hours .lower .left,
    .freshly .upper .right,
    .hours .lower .right {
        width: 100%;
    }
    .header {
        padding: 10px 10%;
    }
    .footer .inner {
        flex-wrap: wrap;
    }
    .footer .inner>div {
        width: 48%;
        max-width: 100%;
        margin: 10px 1%;
    }
    .franchise {
        padding: 50px 10%;
    }
}

@media(max-width: 700px) {
    .freshly .links a .lower {
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 120px);
        padding: 15px 60px;
    }
    .experience .links a .lower {
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: calc(100% - 80px);
        padding: 15px 60px 15px 20px;
        text-align: left;
    }
    .experience .links a .lower::after,
    .freshly .links a .lower::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        background: url(/wp-content/uploads/2025/06/Bakedd_Arrow_Circle_01.png);
        background-size: contain;
        background-position: 50% 50%;
        right: 20px;
    }
    .form input.wpcf7-submit {
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 20px;
        font-weight: 100;
    }
    .franchise .upper {
        margin-bottom: 50px;
    }
    .textArea .inner,
    .textArea.flipped .inner {
        flex-direction: column-reverse;
    }
    .freshly>.button {
        margin-bottom: 30px;
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 20px;
        font-weight: 100;
    }
    .freshly .upper .left>*:last-child {
        margin-bottom: 30px;
    }
    .freshly .lower {
        padding-top: 0px;
    }
    .freshly>.bgLower>.lower {
        padding-top: 25px;
    }
    .freshly .lower .followerMin {
        display: none;
    }
    h1,
    h2 {
        font-size: 40px;
        line-height: 65px;
    }
    h3 {
        font-size: 30px;
        line-height: 45px;
    }
    h4,
    h5,
    p,
    li,
    a.button {
        font-size: 18px;
        line-height: 30px;
    }
    .behindScenes .upper {
        padding-top: 150px;
    }
    .experience .lower {
        margin: 30px auto 0 auto;
    }
    .footer>a {
        width: 70px;
    }
    .footer {
        padding: 50px 10%;
    }
    .header.colour {
        padding: 5px 10%;
    }
    .form form>p:nth-child(2),
    .form form>p:nth-child(3) {
        width: 100%;
    }
    .textArea.none .text::before,
    .experience .upper::before,
    .behindScenes .upper::before,
    .freshly>.lower::before {
        height: 80px;
        margin: 0 auto 30px auto;
    }
    .intro img {
        height: 100%;
    }
    .header a img {
        width: 150px;
    }
    .freshly .links a {
        width: 100%;
        margin: 10px 0%;
    }
    .freshly .links a img {
        height: 30vh;
    }
    .experience,
    .freshly {
        padding: 50px 5%;
        width: 90%;
    }
    .header .burger {
        padding-right: 0px;
    }
    .header.colour,
    .header {
        width: 90%;
        padding: 5px 5%;
    }
    .experience .links,
    .hours .links,
    .freshly .links {
        margin: 50px auto;
    }
    .experience .links {
        margin-bottom: 30px;
    }
    .freshly>.lower::before {
        margin-bottom: 20px;
    }
    .freshly .images {
        flex-wrap: wrap;
        margin-top: 50px;
    }
    .freshly .images img {
        width: 100%;
        margin: 10px 0%;
        height: 30vh;
    }
    .footer .inner>div {
        width: 100%;
        text-align: center;
    }
    .footer .inner>div .socials {
        margin: 0 auto;
        justify-content: center;
    }
    .footer .inner>div .socials a {
        margin: 0 10px;
    }
    .experience .links a,
    .hours .links a {
        margin: 10px 0;
    }
    .hours .images img,
    .hours .images img:first-child,
    .hours .images img:last-child {
        width: 100%;
        margin: 10px 0;
        height: 30vh;
    }
    .textformatting br {
        display: none;
    }
    .listTabs .single .dropdown br {
        display: block;
    }
}

@media(max-width: 400px) {
    h1,
    h2 {
        font-size: 30px;
        line-height: 45px;
    }
    h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .dropheader .inner>a {
        margin: 20px auto;
    }
    .dropheader .inner .info {
        padding: 10px 20px;
        margin: 10px auto;
        width: calc(100% - 40px);
    }
}

@media(max-width: 360px) {
    .experience .links a .lower p {
        font-size: 5vw;
        white-space: nowrap;
    }
}

@media(min-width: 1000px) {
    .textArea.standard .inner img,
    .textArea.flipped .inner img {
        min-height: 600px;
    }
}