body {
    padding: 0;
    margin: 0;
    font-family: 'Figtree', sans-serif;
    font-size: 20px;
    color: #1E1B16;
    background: #FFF7E8;
}

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 #1E1B16;
    border-radius: 20px;
    color: #1E1B16;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

a.btn:hover {
    background: #1E1B16;
    color: #FFF7E8;
    transition: 1s;
}

section {
    padding: 60px 0;
}

h1 {
    font-size: 64px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
}

.rindbar { padding: 20px 0; background: #1E1B16; }

.rindbar .markrind {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #FFF7E8;
}

.rindbar .navrind {
    display: flex;
    justify-content: center;
    margin-top: 7.5px;
}

.rindbar .navrind__one { margin: 0 15px; }

.rindbar .navrind__one a { color: #FFF7E8; }

.rindbar .contact {
    display: flex;
    border: 3px solid #FFF7E8;
    border-radius: 20px;
    color: #FFF7E8;
    width: 175px;
    height: 45px;
    margin-left: auto;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
}

.bar {
    display: none;
    cursor: pointer;
    z-index: 1001;
}

.bar span { width: 100%; height: 3px; background: #FFF7E8; 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: 45px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
}

.curdcrew__card {
    margin-bottom: 30px;
    text-align: center;
}

.curdcrew__card p:first-child {
    font-size: 24px;
    font-weight: 600;
}

.curdcrew.page section {
    padding: 0;
}

.curdcrew.page .picture {
    width: 100%;
    height: 500px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.curdcrew.page .picture img {
    width: 125%;
}

.curdcrew.page h1 {
    color: #0E1726;
    margin-bottom: 40px;
}

.curdcrew.page h2 {
    text-align: start;
    margin-top: 40px;
    margin-bottom: 10px;
}

.curdcrew.page p {
    text-align: start;
    margin-bottom: 10px;
}

.curdcrew.page p:last-of-type {
    margin-bottom: 0;
}

.routefolds__card {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    padding: 20px 30px;
    margin-top: 30px;
    background: #FFF7E8;
    margin-bottom: 30px;
}

.routefolds__card .picture {
    height: 350px;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: -50px;
}

.routefolds__card .picture img {
    width: 110%;
}

.routefolds__card .info {
    text-align: center;
}

.routefolds__card .info p:first-child {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}

.routefolds__card .info p:nth-child(2) {
    font-size: 26px;
    font-weight: 600;
    margin: 10px 0;
}

.brinenotes .brinenotes-one {
    position: relative;
}

.brinenotes .picture {
    position: absolute;
    width: 50%;
    height: 500px;
}

.brinenotes .brinenotes-one.left .picture {
    left: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.brinenotes .brinenotes-one .picture img {
    width: 125%;
}

.brinenotes .brinenotes-one.right .picture {
    top: 0;
    right: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.brinenotes .brinenotes-one__info {
    height: 500px;
    align-items: center;
}

.brinenotes .brinenotes-one.left .brinenotes-one__info {
    margin-left: 25px;
}

.brinenotes .brinenotes-one__info p:first-child {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.brinenotes .brinenotes-one__info p:last-of-type {
    margin-bottom: 25px;
}

.brinenotes .brinenotes-one__info a {
    font-size: 20px;
    width: 175px;
    height: 40px;
}

.mouldfaq .mouldfaq__one {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.mouldfaq .mouldfaq__one P:first-child {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tastetalk .tastetalk__one {
    background: rgb(0, 0, 0, 0.5);
    color: #FFF7E8;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.tastetalk .tastetalk__one p:first-child {
    font-size: 22px;
    font-weight: 600;
    text-align: justify;
}

.tastetalk .tastetalk__one p:last-child {
    text-align: end;
    margin-top: 5px;
}

.wheylink__one {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
}

.wheylink__one:last-of-type {
    margin-bottom: 0;
}

.wheylink__one p {
    font-weight: 600;
}

.wheylink__one p:first-child {
    margin-right: 10px;
}

.wheylink .row div:last-child .wheylink__card .wheylink__one:last-child p {
    margin-right: 0;
}

.askform {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.duo-askform {
    gap: 20px;
}

.askform input,
.askform textarea {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #1E1B16;
    padding: 0 25px;
    border: 1px solid #1E1B16;
    border-radius: 100px;
    background: #FFF7E8;
    transition: 0.5s;
    margin-bottom: 0;
}

.askform input {
    height: 50px;
}

.askform textarea {
    height: 120px;
    padding: 15px 25px;
    border-radius: 25px;
    resize: vertical;
}

.askform input:focus,
.askform textarea:focus {
    outline: none;
    border: 1px solid #1E1B16;
}

.askform input::placeholder,
.askform textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.askform-check {
    align-items: center;
    gap: 10px;
    padding-left: 0;
}

.askform-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #1E1B16; 
}

.askform-check label {
    font-size: 16px;
    margin-bottom: 0;
    color: #1E1B16;
}

.askform-check label a {
    color: #D1A94B;
    text-decoration: underline;
}

.askform-check label a:hover {
    color: #D1A94B;
}

button.btn {
    justify-content: center;
    cursor: pointer;
    align-items: center;
    width: 100%;
    height: 50px;
    border: 3px solid #1E1B16;
    border-radius: 20px;
    color: #1E1B16;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

button.btn:hover {
    background: #1E1B16;
    color: #FFF7E8;
    transition: 1s;
}

/* form-error */
.askform input.error,
.askform textarea.error,
.askform input.error:focus,
.askform textarea.error:focus {
    border: 1px solid #D1A94B;
}

#privacyConsent.error {
    box-shadow: inset 0 0 0 1px #D1A94B;
    outline: none;
}

.askform-check.error {
    border: 1px solid #D1A94B; 
}

.askform-check.error input[type="checkbox"] {
    border: 1px solid #D1A94B;
}

/* loader */
#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    overflow: hidden;
    display: none;
    z-index: 10001;
}

#loader img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 10001;
}

.cavefoot {
    background: #1E1B16;
    padding: 50px 0;
}

.cavefoot .markrind {
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    color: #FFF7E8;
}

.cavefoot .navrind{
    opacity: 1;
}

.cavefoot .navrind__one {
    margin-bottom: 5px;
    align-items: center;
}

.cavefoot .navrind .navrind__one:last-child {
    margin-bottom: 0;
}

.cavefoot .navrind__one a {
    display: block;
    font-size: 16px;
    color: #FFF7E8;
}

.cavefoot .navrind__one p {
    font-size: 16px;
    color: #FFF7E8;
}

.cavefoot .navrind__one p:first-child {
    margin-right: 10px;
}

.cavefoot .navrind.politica {
    border-bottom: 2px solid #FFF7E8;
    margin-bottom: 20px;
    padding-bottom: 20px;
    justify-content: center;
}

.cavefoot .navrind.politica .navrind__one {
    margin: 0 15px;
}

.cavefoot .navrind.politica .navrind__one p {
    margin-right: 0;
}

.cheesetray {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 400px;
    background: #FFF7E8;
    box-shadow: 0 6px 20px rgba(43, 58, 66, 0.25);
    z-index: 1000;
    display: none;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
}

.cheesetray__box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cheesetray__copy h3 {
    font-size: 18px;
    color: #1E1B16;
    margin-bottom: 8px;
}

.cheesetray__copy p {
    font-size: 14px;
    color: #444;
    margin-bottom: 0;
    line-height: 1.4;
}

.cheesetray__copy a {
    color: #D1A94B;
    text-decoration: underline;
}

.cheesetray__copy a:hover {
    color: #1E1B16;
}

.cheesetray__actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.cheesetray__actions .btnx_prime {
    min-width: 100px;
    height: 38px;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    background: #1E1B16;
    color: #FFF7E8;
}

.cheesetray__actions .btnx_prime.btnx_dim {
    background: #ccc;
    color: #333333;
}

.cheesetray__actions .btnx_prime:hover {
    opacity: 0.85;
}