body {
    padding: 0;
    margin: 0;
    font-family: 'Figtree', sans-serif;
    font-size: 20px;
    color: #2A2E2B;
    background: #F7FAF5;
}

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; }

.headstall { padding: 20px 0; background: #6FAF5F; }

a.btn {
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    border: 3px solid #2A2E2B;
    border-radius: 20px;
    color: #2A2E2B;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

a.btn:hover {
    background: #2A2E2B;
    color: #F7FAF5;
    transition: 1s;
}

section {
    padding: 60px 0;
}

h1 {
    font-size: 64px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
}

.headstall .brandmark {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #F7FAF5;
}

.headstall .trail {
    display: flex;
    justify-content: end;
    margin-top: 7.5px;
}

.headstall .trail__one { margin: 0 15px; }
.headstall .trail__one a { color: #F7FAF5; }

.headstall .contact {
    display: flex;
    border: 3px solid #F7FAF5;
    border-radius: 20px;
    color: #F7FAF5;
    width: 175px;
    height: 45px;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
}

.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: #F7FAF5; 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;
}

.herd__card .picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 125%;
    margin-right: 25px;
}

.herd__card {
    margin-bottom: 30px;
}

.herd__card .picture {
    width: 250px;
    height: 200px;
    border-radius: 20px;
    flex: 0 0 auto;  
    margin-right: 25px;
}

.herd__card p:first-child {
    font-size: 24px;
    font-weight: 600;
} 

.herd__card p:nth-of-type(2) {
    font-size: 16px;
    margin-top: -5px;
    margin-bottom: 10px;
}

.herd .row .herd__card:last-child {
    margin-bottom: 0;
}

.paddock__card {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    padding: 20px 30px;
    background: #F7FAF5;
}

.paddock__card p:first-child {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
}

.paddock__card .picture {
    height: 275px;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.paddock__card .picture img {
    width: 125%;
}

.paddock__card .info {
    text-align: center;
}

.paddock__card .info p:first-child {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

.hayguide .hayguide__one {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #F7FAF5;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.hayguide .hayguide__one a {
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    color: #2A2E2B;
    align-items: center;
}

.hayguide .hayguide__one a i {
    margin-left: auto;
}

.hayguide .hayguide__one .down {
    margin-top: 10px;
}

.byre .picture {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
    border-radius: 50px;
}

.byre .byre__all {
    position: relative;
}

.byre .picture {
    width: 100%;
    height: 600px;
}

.byre__info {
    position: absolute;
    background: #F7FAF5;
    width: 85%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
    padding: 20px;
}

.byre__info p {
    text-align: center;
    margin-bottom: 20px;
}

.byre__info a {
    width: 170px;
    font-size: 20px;
    background-color: #2A2E2B;
    color: #F7FAF5;
    margin: 0 auto;
}

.murmurs .picture {
    width: 100%;
    height: 500px;
    border-radius: 20px;
}

.murmurs .picture img {
    width: 110%;
}

.murmurs p {
    margin-bottom: 20px;
}

.murmurs p:last-of-type {
    margin-bottom: 0;
}

.murmurs p b {
    font-size: 24px;
}

.waystone__card {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    padding: 20px;
}

.waystone__card p {
    font-weight: 600;
}

.waystone__card p:first-child {
    font-size: 26px;
    margin-bottom: 10px;
}

.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: #2A2E2B;
    padding: 0 25px;
    border: 1px solid #2A2E2B;
    border-radius: 100px;
    background: #F7FAF5;
    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 #2A2E2B;
}

.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 #2A2E2B; 
}

.askform-check label {
    font-size: 16px;
    margin-bottom: 0;
    color: #2A2E2B;
}

.askform-check label a {
    color: #6FAF5F;
    text-decoration: underline;
}

.askform-check label a:hover {
    color: #6FAF5F;
}

button.btn {
    justify-content: center;
    cursor: pointer;
    align-items: center;
    width: 100%;
    height: 50px;
    border: 3px solid #2A2E2B;
    border-radius: 20px;
    color: #2A2E2B;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

button.btn:hover {
    background: #2A2E2B;
    color: #F7FAF5;
    transition: 1s;
}

/* form-error */
.askform input.error,
.askform textarea.error,
.askform input.error:focus,
.askform textarea.error:focus {
    border: 1px solid #6FAF5F;
}

#privacyConsent.error {
    box-shadow: inset 0 0 0 1px #6FAF5F;
    outline: none;
}

.askform-check.error {
    border: 1px solid #6FAF5F; 
}

.askform-check.error input[type="checkbox"] {
    border: 1px solid #6FAF5F;
}

/* lambspin */
#lambspin {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    overflow: hidden;
    display: none;
    z-index: 10001;
}

#lambspin img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 10001;
}

.tailbarn {
    background: #6FAF5F;
    padding: 20px;
}

.tailbarn .brandmark {
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    color: #F7FAF5;
}

.tailbarn .trail__one a {
    display: block;
    font-size: 16px;
    color: #F7FAF5;
}

.tailbarn .trail__one p {
    font-size: 16px;
    color: #F7FAF5;
}

.tailbarn .row div .trail {
    justify-content: center;
}

.tailbarn .trail .trail__one {
    margin: 0 20px;
}

.tailbarn .row div:nth-of-type(2) .trail {
    justify-content: end;
}

.tailbarn .row div:nth-of-type(2) .trail .trail__one {
    margin: 0;
    margin-top: 11px;
    margin-right: 20px;
}

.tailbarn .row div:nth-of-type(3) .trail {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 2px solid #F7FAF5;
    border-bottom: 2px solid #F7FAF5;
}

.tailbarn .row div:nth-of-type(3) .trail .trail__one {
    align-items: center;
}

.tailbarn .trail .trail__one .dots {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #F7FAF5;
    margin-right: 10px;
}

.oatbar {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 360px;
    max-width: 90%;
    background: #F7FAF5;
    box-shadow: -4px -4px 20px rgba(43, 58, 66, 0.25);
    z-index: 1000;
    display: none;
    border-radius: 0;
    padding: 25px 20px;
    text-align: left;
}

.oatbar__box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.oatbar__copy h3 {
    font-size: 18px;
    color: #2A2E2B;
    margin-bottom: 8px;
}

.oatbar__copy p {
    font-size: 14px;
    color: #444;
    margin-bottom: 0;
    line-height: 1.4;
}

.oatbar__copy a {
    color: #6FAF5F;
    text-decoration: underline;
}

.oatbar__copy a:hover {
    color: #2A2E2B;
}

.oatbar__actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.oatbar__actions .btnx_prime {
    min-width: 100px;
    height: 38px;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    background: #2A2E2B;
    color: #F7FAF5;
}

.oatbar__actions .btnx_prime.btnx_dim {
    background: #ccc;
    color: #333333;
}

.oatbar__actions .btnx_prime:hover {
    opacity: 0.85;
}

.page-text section {
    padding: 0;
}

.page-text .picture {
    width: 100%;
    height: 500px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.page-text .picture img {
    width: 125%;
}

.page-text h1 {
    color: #0E1726;
    margin-bottom: 40px;
}

.page-text h2 {
    text-align: start;
    margin-top: 40px;
    margin-bottom: 10px;
}

.page-text p {
    text-align: start;
    margin-bottom: 10px;
}

.page-text p:last-of-type {
    margin-bottom: 0;
}