/* ── LOCAL FONTS ──────────────────────────────── */
@font-face {
    font-family: "ProximaNova";
    src: url("fonts/ProximaNova-Regular.otf") format("opentype");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "ProximaNova";
    src: url("fonts/ProximaNova-Bold.otf") format("opentype");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "JosefinSansLocal";
    src: url("fonts/JOSEFINSANS-MEDIUM.TTF") format("truetype");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "AntonioLocal";
    src: url("fonts/ANTONIO-REGULAR.TTF") format("truetype");
    font-weight: 400;
    font-display: swap;
}

/* ── BASE ─────────────────────────────────────── */
*,
*::before,
*::after {
    box-sizing: border-box;
}
html,
body {
    margin: 0;
    padding: 0;
}
body {
    font-family: "ProximaNova", "Poppins", sans-serif;
    color: #2a2a2a;
}
main {
    min-height: calc(100vh - 90px);
}

/* ══════════════════════════════════════════════
           TOP SECTION  (image | content | images)
        ══════════════════════════════════════════════ */
.top-section {
    position: relative;
    min-height: 100vh;
}

/* Center content */
.top-content {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    position: absolute;
    top: 0;
    width: 40vw;
    max-width: 900px;
    min-width: 600px;
    /* transform: translate(40%); */
    left: 15vw;
    z-index: 99;
}

/* ── Woodslee Logo ─────────────────────────── */
.wm-logo {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
    align-self: center;
}
.wm-logo img{
    max-height: 80px;
    margin-left: auto;
}

/* ── Headings ──────────────────────────────── */
.wm-heading {
    font-family: "ProximaNova", "ProximaNova", sans-serif;
    font-size: clamp(42px, 3.5vw, 79px);
    font-weight: 400;
    color: #1a3318;
    line-height: 1;
    margin: 0 0 0px 0;
}
.wm-coming-soon {
    font-family: "ProximaNova", "ProximaNova", sans-serif;
    font-size: clamp(20px, 2vw, 34px);
    font-weight: 700;
    letter-spacing: 3.5px;
    color: #7A5F2E;
    text-transform: uppercase;
    margin: 0 0 3px 0;
}
.wm-location {
    font-family: "ProximaNova", "ProximaNova", sans-serif;
    font-size: clamp(14px, 0.7vw, 21px);
    letter-spacing: 2.5px;
    color: #596b3f;
    text-transform: uppercase;
    margin: 0 0 24px 0;
}

/* Body copy */
.wm-detail-section {
    padding: 40px;
}
.wm-body {
    font-family: "ProximaNova", "ProximaNova", sans-serif;
    font-size: clamp(14px, 0.2vw, 16px);
    line-height: 1.78;
    color: #000;
    margin-bottom: 15px;
}

/* Google Map button */
.wm-btn-map {
    font-family: "ProximaNova", "ProximaNova", sans-serif;
    display: inline-block;
    border: 2px solid #344e40;
    padding: 9px 20px;
    font-size: clamp(14px,1vw,18px);
    color: #2a2a2a;
    text-decoration: none;
    margin-top: 6px;
    transition: background 0.2s;
}
.wm-btn-map:hover {
    background: #f0f0f0;
    color: #2a2a2a;
}
.wm-btn-map .map-highlight {
    color: #344e40;
    font-weight: 700;
}

/* background images (stacked 2) */
.background_images {
    display: grid;
    grid-template-columns: .5fr 1fr .5fr;
    grid-template-rows: 80vh 40vh;
    overflow: hidden;
    gap: 20px;
    width: 100%;
    min-height: 100vh;
}
.background_images .img-item {
    overflow: hidden;
}
.background_images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.background_images .img1 img{
    background-position: center;
}

.background_images .img2 img{
    background-position: right;
}

.background_images .bottom-image {
    grid-row: 2;
    grid-column: span 3;
    max-height: 50vh;
}

/* ══════════════════════════════════════════════
           FORM SECTION  (forest bg + cream card)
        ══════════════════════════════════════════════ */
.form-section {
    background: #e3d9ce;
    position: relative;
    width: 100%;
}

.form-card {
    padding: 30px;
}

.wm-form-heading {
    font-family: "ProximaNova", "ProximaNova", sans-serif;
    font-size: clamp(26px, 2.8vw, 42px);
    font-weight: 400;
    color: #344e40;
    margin-bottom: 6px;
    line-height: 1.1;
}
.wm-form-sub {
    font-family: "ProximaNova", "ProximaNova", sans-serif;
    font-size: clamp(14px,1.5vw,18px);
    color: #344e40;
    margin-bottom: 36px;
}

/* Form fields on cream background */
.wm-field {
    margin-bottom: 22px;
}
.wm-field input,
.wm-field select {
    width: 100%;
    background: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid #aaa;
    color: #344e40;
    padding: 5px;
    font-size: 16px;
    font-family: "ProximaNova", "Poppins", sans-serif;
    outline: 2px solid transparent;
    transition: border-color 0.2s;
}
.wm-field input::placeholder {
    color: #344e40;
    font-size: 16px;
}
.wm-field select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 12px;
    padding-right: 26px;
    cursor: pointer;
    color: #344e40;
}
.wm-field select.has-value {
    color: #344e40;
}
.wm-field select option {
    background: #f5f0e8;
    color: #344e40;
}
.wm-field input:focus,
.wm-field select:focus {
    border: 1px solid #aaa;
    background-color: #dfdfdf;
}

/* Consent */
.wm-consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 30px;
}
.wm-consent input[type="checkbox"] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #1a3318;
}
.wm-consent label {
    font-size: 11px;
    color: #555;
    line-height: 1.55;
    margin: 0;
    cursor: pointer;
}
.wm-consent a {
    color: #333;
    text-decoration: underline;
}

/* Submit */
.btn-submit-wm {
    background: #111111;
    color: #fff;
    border: none;
    padding: 14px 52px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "ProximaNova", "Poppins", sans-serif;
    transition: background 0.2s;
    margin-left: auto;
    display: block;
}
.btn-submit-wm:hover {
    background: #333;
}

/* ── FOOTER ───────────────────────────────────── */
.site-footer {
    background: #0d0d0d;
    padding: 22px 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 88px;
}
.footer-logo-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}
.footer-logo-wrap img{
    max-height: 50px;
    height: 50px;
}
.footer-brand-text {
    color: #fff;
}
.footer-brand-text .brand-name {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.8px;
    line-height: 1.25;
}
.footer-brand-text .brand-tagline {
    font-size: 9.5px;
    color: rgba(255, 255, 255, 0.55);
}
.footer-copy {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    line-height: 1.7;
}
.footer-copy a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
}
.footer-social {
    display: flex;
    align-items: center;
    gap: 14px;
}
.footer-social a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.footer-social a:hover {
    color: rgba(255, 255, 255, 0.6);
}

/* ── RESPONSIVE ───────────────────────────────── */
@media (max-width: 991px) {
    .top-section {
        grid-template-columns: 1fr;
        grid-template-rows: 300px auto 280px;
    }
    .top-content{
        position: relative;
        max-width: unset;
        width: 100%;
        left: unset;
        min-width: unset;
    }
    .site-footer {
        flex-direction: column;
        gap: 18px;
        padding: 28px 20px;
        text-align: center;
    }
}
@media (max-width: 575px) {
    .top-section {
        grid-template-rows: 250px auto 220px;
    }
    .form-section {
        padding: 50px 0 60px;
    }
    .form-card {
        padding: 35px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    [data-aos] {
        transition-duration: 0ms !important;
        animation-duration: 0ms !important;
        opacity: 1 !important;
        transform: none !important;
    }
}
