body {
    padding: 0;
    margin: 0;
    font-family: 'Epilogue', sans-serif;
    font-size: 20px;
    color: #24322E;
    background: #FAF7F0;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active, a:focus, button:active, button:focus {
    outline: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

a.btn {
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    border: 3px solid #24322E;
    border-radius: 20px;
    color: #24322E;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

a.btn:hover {
    background: #24322E;
    color: #FAF7F0;
    transition: 1s;
}

section {
    padding: 60px 0;
}

h1 {
    font-size: 64px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
}

header {
    padding: 20px 0;
    background: #24322E;
}

header .logo {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #FAF7F0;
}

header .menu {
    display: flex;
    justify-content: end;
    margin-top: 15px;
}

header .menu__one {
    margin: 0 15px;
}

header .menu__one a {
    color: #FAF7F0;
}

.bar {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.bar span {
    width: 100%;
    height: 3px;
    background: #FAF7F0;
    transition: all 0.3s;
}

.bar.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
}

.bar.active span:nth-child(2) {
    opacity: 0;
}

.bar.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.picture {
    position: relative;
    overflow: hidden;
}

.picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

h2 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
}

.oakstay__card {
    margin-bottom: 30px;
}

.oakstay__card .picture {
    width: 300px;
    height: 250px;
    border-radius: 20px;
    flex: 0 0 auto;
}

.oakstay__card .picture img {
    width: 160%;
    margin-right: 25px;
}

.oakstay__card .info {
    position: relative;
    z-index: 2;
    height: 170px;
    width: 100%;
    background: #FAF7F0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    margin-top: 40px;
    margin-left: -80px;
    padding: 10px 25px;
}

.oakstay__card .info p:first-child {
    font-size: 30px;
    font-weight: 900;
} 

.oakstay__card .info p:nth-of-type(2) {
    font-size: 26px;
    font-weight: 600;
}

.oakstay .row .oakstay__card:last-child {
    margin-bottom: 0;
}

.hosts__card {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    margin-bottom: 30px;
}  

.hosts__card .picture {
    width: 100%;
    height: 275px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.hosts__card .picture img {
    width: 125%;
}

.hosts__card .info {
    text-align: center;
    padding: 10px 20px 20px 20px;
}

.hosts__card p:first-child {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ethos .picture {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
    border-radius: 50px;
}

.ethos .picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 125%;
}

.ethos p {
    margin-bottom: 20px;
    text-align: center;
}

.ethos a {
    width: 170px;
    font-size: 20px;
    background-color: #24322E;
    color: #FAF7F0;
    margin: 0 auto;
}

.queries .queries__all {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #FAF7F0;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.queries .queries__all .queries__one {
    margin-bottom: 30px;
}

.queries .queries__all .queries__one p:first-child {
    font-size: 24px;
    font-weight: 600;
    flex: 0 0 30%;
}

.queries .queries__all .queries__one p:last-child {
    margin-left: 30px;
}

.queries .queries__all .queries__one:last-child {
    margin-bottom: 0;
}

.reviews .reviews__one {
    background: rgb(0, 0, 0, 0.5);
    color: #FAF7F0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.reviews .reviews__one p:first-child {
    font-size: 24px;
    font-weight: 600;
    text-align: justify;
}

.reviews .reviews__one p:last-child {
    text-align: end;
    margin-top: 5px;
}

.touch__one {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
}

.touch__one:last-of-type {
    margin-bottom: 0;
}

.touch__one p {
    font-weight: 600;
}

.touch__one p:first-child {
    margin-right: 10px;
}

.touch .row div:last-child .touch__card .touch__one:last-child p {
    margin-right: 0;
}

.formview {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.duo-formview {
    gap: 20px;
}

.formview input,
.formview textarea {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #24322E;
    padding: 0 25px;
    border: 1px solid #24322E;
    border-radius: 100px;
    background: #FAF7F0;
    transition: 0.5s;
    margin-bottom: 0;
}

.formview input {
    height: 50px;
}

.formview textarea {
    height: 120px;
    padding: 15px 25px;
    border-radius: 25px;
    resize: vertical;
}

.formview input:focus,
.formview textarea:focus {
    outline: none;
    border: 1px solid #24322E;
}

.formview input::placeholder,
.formview textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.formview-check {
    align-items: center;
    gap: 10px;
    padding-left: 0;
}

.formview-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #24322E; 
}

.formview-check label {
    font-size: 16px;
    margin-bottom: 0;
    color: #24322E;
}

.formview-check label a {
    color: #8CA6A1;
    text-decoration: underline;
}

.formview-check label a:hover {
    color: #8CA6A1;
}

button.btn {
    justify-content: center;
    cursor: pointer;
    align-items: center;
    width: 100%;
    height: 50px;
    border: 3px solid #24322E;
    border-radius: 20px;
    color: #24322E;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

button.btn:hover {
    background: #24322E;
    color: #FAF7F0;
    transition: 1s;
}

/* form-error */
.formview input.error,
.formview textarea.error,
.formview input.error:focus,
.formview textarea.error:focus {
    border: 1px solid #8CA6A1;
}

#privacyConsent.error {
    box-shadow: inset 0 0 0 1px #8CA6A1;
    outline: none;
}

.formview-check.error {
    border: 1px solid #8CA6A1; 
}

.formview-check.error input[type="checkbox"] {
    border: 1px solid #8CA6A1;
}

/* kiln */
#kiln {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    overflow: hidden;
    display: none;
    z-index: 10001;
}

#kiln img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 10001;
}

.footer {
    background: #24322E;
    padding: 20px;
}

.footer .logo {
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    color: #FAF7F0;
}

.footer .menu__one a {
    display: block;
    font-size: 16px;
    color: #FAF7F0;
}

.footer .menu__one p {
    font-size: 16px;
    color: #FAF7F0;
}

.footer .row div .menu {
    justify-content: center;
}

.footer .menu .menu__one {
    margin: 0 20px;
}

.footer .row div:nth-of-type(2) .menu {
    justify-content: end;
}

.footer .row div:nth-of-type(2) .menu .menu__one {
    margin: 0;
    margin-top: 11px;
    margin-right: 20px;
}

.footer .row div:nth-of-type(3) .menu {
    margin: 20px 0 0;
    padding: 20px 0;
    border-top: 2px solid #FAF7F0;
}

.footer .row div:nth-of-type(3) .menu .menu__one {
    align-items: center;
}

.footer .menu .menu__one .dots {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #FAF7F0;
    margin-right: 10px;
}

.bakesheet {
    position: fixed;
    left: 0;
    top: 24px;
    transform: none;
    width: 360px;
    max-width: min(400px, 92vw);
    max-height: calc(100vh - 48px); 
    background: #FAF7F0;
    box-shadow: 0 6px 20px rgba(43, 58, 66, 0.25);
    z-index: 1000;
    display: none;
    border-radius: 0 12px 12px 0;
    padding: 24px;
    text-align: left;
    overflow-y: auto;
}


.bakesheet__box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.bakesheet__copy h3 {
    font-size: 18px;
    color: #24322E;
    margin-bottom: 8px;
}

.bakesheet__copy p {
    font-size: 14px;
    color: #444;
    margin-bottom: 0;
    line-height: 1.4;
}

.bakesheet__copy a {
    color: #8CA6A1;
    text-decoration: underline;
}

.bakesheet__copy a:hover {
    color: #24322E;
}

.bakesheet__actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.bakesheet__actions .btnx_prime {
    min-width: 100px;
    height: 38px;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    background: #24322E;
    color: #FAF7F0;
}

.bakesheet__actions .btnx_prime.btnx_dim {
    background: #ccc;
    color: #333333;
}

.bakesheet__actions .btnx_prime:hover {
    opacity: 0.85;
}

.ethos.page h1 {
    color: #0D1B1E;
    margin-bottom: 40px;
}

.ethos.page h2 {
    text-align: start;
    margin-top: 40px;
    margin-bottom: 10px;
}

.ethos.page p {
    text-align: start;
    margin-bottom: 10px;
}

.ethos.page p:last-of-type {
    margin-bottom: 0;
}