body {
    padding: 0;
    margin: 0;
    font-family: 'Urbanist', sans-serif;
    font-size: 20px;
    color: #1B1F24;
    background: #FAFAF7;
}

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 #1B1F24;
    border-radius: 20px;
    color: #1B1F24;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

a.btn:hover {
    background: #1B1F24;
    color: #FAFAF7;
    transition: 1s;
}

section {
    padding: 60px 0;
}

h1 {
    font-size: 64px;
    font-weight: 900;
    text-align: center;
}

.overdoor {
    padding: 20px 0;
    background: #1B1F24;
}

.overdoor .logomark {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #FAFAF7;
}

.overdoor .pathlist {
    display: flex;
    justify-content: end;
    margin-top: 15px;
}

.overdoor .pathlist__one {
    margin: 0 15px;
}

.overdoor .pathlist__one a {
    color: #FAFAF7;
}

.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: #FAFAF7;
    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;
}

.forecourt .pasth1-v1 {
    text-align: center;
    margin-top: 25px;
}

.forecourt a {
    margin: 0 auto;
    margin-top: 30px;
}

.forecourt .info-v1 {
    position: relative;
}

.forecourt .picture {
    position: relative;
    overflow: hidden;
    width: 740px;
    height: 500px;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 100px;
}

.forecourt .picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 125%;
}

.forecourt .stat {
    position: absolute;
    z-index: 2;
    margin-top: 25px;
    margin-left: 170px;
    background: #FAFAF7;
    top: 0;
    width: 175px;
    height: 95px;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    justify-content: center;
    align-items: center;
}

.forecourt .stat p:first-child {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}

.forecourt .stat p:last-child {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}

.backstory p {
    margin-bottom: 20px;
    text-align: center;
}

.backstory a {
    width: 170px;
    font-size: 20px;
    background-color: #1B1F24;
    color: #FAFAF7;
    margin: 0 auto;
}

.backstory.page section {
    padding: 0;
}

.backstory.page .picture {
    width: 100%;
    height: 500px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.backstory.page .picture img {
    width: 125%;
}

.backstory.page h1 {
    color: #0E1726;
    margin-bottom: 40px;
}

.backstory.page h2 {
    text-align: start;
    margin-top: 40px;
    margin-bottom: 10px;
}

.backstory.page p {
    text-align: start;
    margin-bottom: 10px;
}

.backstory.page p:last-of-type {
    margin-bottom: 0;
}

.wayfinders__card {
    align-items: center;
    margin-bottom: 30px;
}

.wayfinders__card .picture {
    width: 250px;
    height: 200px;
    border-radius: 20px;
    flex: 0 0 auto;  
    margin-right: 25px;
}

.wayfinders__card .picture img {
    width: 135%;
}

.wayfinders__card p:first-child {
    font-size: 24px;
    font-weight: 600;
} 

.wayfinders__card p:nth-of-type(2) {
    font-size: 16px;
    margin-top: -5px;
    margin-bottom: 10px;
}

.wayfinders .row .wayfinders__card:last-child {
    margin-bottom: 0;
}

.routeset__card {
    position: relative;
    border-radius: 20px;
    padding: 32px 32px 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #FAFAF7;
}

.routeset__card p:nth-child(1) {
    font-size: 36px;
    font-weight: 600;
}

.routeset__card .line {
    width: 100%;
    height: 1px;
    background: #1B1F24;
    margin: 25px 0 15px;
}

.routeset__card p:nth-of-type(3) span {
    font-size: 64px;
    font-weight: 600;
}

.routeset__card .one {
    margin-bottom: 20px;
}

.routeset__card .one:last-of-type {
    margin-bottom: 0;
}

.routeset__card .dots {
    width: 7px;
    height: 7px;
    background: #1B1F24;
    border-radius: 100%;
    margin-top: 11px;
    margin-right: 10px;
}

.routeset__card .btn {
    width: 100%;
    height: 60px;
    border-radius: 100px;
    margin-top: 25px;
    background: #1B1F24;
    color: #FAFAF7;
}

.routeset__card .btn:hover {
    background: #FAFAF7;
    color: #1B1F24;
    border: 3px solid #1B1F24;
}

.fieldnotes .fieldnotes-one {
    margin-bottom: 30px;
}

.fieldnotes .row div:last-of-type .fieldnotes-one {
    margin-bottom: 0;
}

.fieldnotes .fieldnotes-one .picture {
    height: 300px;
    width: 100%;
    margin-top: 0;
    border-radius: 20px;
    margin-bottom: 20px;
}

.fieldnotes .fieldnotes-one .picture img {
    width: 125%;
}

.fieldnotes .fieldnotes-one p:first-of-type {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.fieldnotes .fieldnotes-one p:last-of-type {
    margin-bottom: 10px;
}

.fieldnotes .fieldnotes-one a {
    font-weight: 600;
    color: #1B1F24;
}

.fieldnotes .fieldnotes-one a:hover {
    border-bottom: 1px solid #1B1F24;
}

.reachout h1 {
    margin-bottom: 20px;
}

.reachout .all {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    padding: 30px;
}

.reachout .all .reachout__one {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.reachout .all .reachout__one:last-of-type {
    margin-bottom: 0;
}

.reachout .all .reachout__one p:first-child {
    margin-right: 10px;
}

.postform {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.duo-postform {
    gap: 20px;
}

.postform input,
.postform textarea {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #1B1F24;
    padding: 0 25px;
    border: 1px solid #1B1F24;
    border-radius: 100px;
    background: #FAFAF7;
    transition: 0.5s;
    margin-bottom: 0;
}

.postform input {
    height: 50px;
}

.postform textarea {
    height: 120px;
    padding: 15px 25px;
    border-radius: 25px;
    resize: vertical;
}

.postform input:focus,
.postform textarea:focus {
    outline: none;
    border: 1px solid #1B1F24;
}

.postform input::placeholder,
.postform textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.postform-check {
    align-items: center;
    gap: 10px;
    padding-left: 0;
}

.postform-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #1B1F24; 
}

.postform-check label {
    font-size: 16px;
    margin-bottom: 0;
    color: #1B1F24;
}

.postform-check label a {
    color: #C05640;
    text-decoration: underline;
}

.postform-check label a:hover {
    color: #C05640;
}

button.btn {
    justify-content: center;
    cursor: pointer;
    align-items: center;
    width: 100%;
    height: 50px;
    border: 3px solid #1B1F24;
    border-radius: 20px;
    color: #1B1F24;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

button.btn:hover {
    background: #1B1F24;
    color: #FAFAF7;
    transition: 1s;
}

/* form-error */
.postform input.error,
.postform textarea.error,
.postform input.error:focus,
.postform textarea.error:focus {
    border: 1px solid #C05640;
}

#privacyConsent.error {
    box-shadow: inset 0 0 0 1px #C05640;
    outline: none;
}

.postform-check.error {
    border: 1px solid #C05640; 
}

.postform-check.error input[type="checkbox"] {
    border: 1px solid #C05640;
}

/* yardloader */
#yardloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    overflow: hidden;
    display: none;
    z-index: 10001;
}

#yardloader img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 10001;
}

.understep {
    background: #1B1F24;
    padding: 50px 0;
}

.understep .logomark {
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    color: #FAFAF7;
}

.understep .pathlist__one a {
    display: block;
    font-size: 16px;
    color: #FAFAF7;
}

.understep .pathlist__one p {
    font-size: 16px;
    color: #FAFAF7;
}

.understep .row div .pathlist {
    justify-content: center;
}

.understep .pathlist .pathlist__one {
    margin: 0 20px;
}

.understep .row div:nth-of-type(2) .pathlist {
    justify-content: end;
}

.understep .row div:nth-of-type(2) .pathlist .pathlist__one {
    margin: 0;
    margin-top: 11px;
    margin-right: 20px;
}

.understep .row div:nth-of-type(3) .pathlist {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 2px solid #FAFAF7;
    border-bottom: 2px solid #FAFAF7;
}

.understep .row div:nth-of-type(3) .pathlist .pathlist__one {
    align-items: center;
}

.understep .pathlist .pathlist__one .dots {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #FAFAF7;
    margin-right: 10px;
}

.cookietray {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 400px;
    background: #FAFAF7;
    box-shadow: 0 6px 20px rgba(43, 58, 66, 0.25);
    z-index: 1000;
    display: none;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
}

.cookietray__box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cookietray__copy h3 {
    font-size: 18px;
    color: #1B1F24;
    margin-bottom: 8px;
}

.cookietray__copy p {
    font-size: 14px;
    color: #444;
    margin-bottom: 0;
    line-height: 1.4;
}

.cookietray__copy a {
    color: #C05640;
    text-decoration: underline;
}

.cookietray__copy a:hover {
    color: #1B1F24;
}

.cookietray__actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.cookietray__actions .btnx_prime {
    min-width: 100px;
    height: 38px;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    background: #1B1F24;
    color: #FAFAF7;
}

.cookietray__actions .btnx_prime.btnx_dim {
    background: #ccc;
    color: #333333;
}

.cookietray__actions .btnx_prime:hover {
    opacity: 0.85;
}