.logo{
    height: 130px;
    width: auto;
    max-width: 350px;
}

*,
*::before,
*::after{
    box-sizing: border-box;
}

img{
    max-width: 100%;
    display: block;
}

@font-face {
    font-family: 'Amatic SC';
    font-style: normal;
    font-weight: 400;
    src: url('assets/amatic-sc-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Amatic SC';
    font-style: normal;
    font-weight: 700;
    src: url('assets/amatic-sc-bold.ttf') format('truetype');
}

header{
    position: sticky;
    top: 0;
    background: #fdfbf9;
    box-shadow: 0 1px 8px rgba(0,0,0,0.06);
    z-index: 1000;
    padding: 10px 0;
}

body{
    margin: 0;
    font-family: 'Amatic SC', 'Cormorant Garamond', Georgia, serif;
    background: #fdfbf9;
    color: #485766;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, p, a, button, input, textarea {
    font-family: 'Amatic SC', 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.container{
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

.hero{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    min-height: 420px;
    margin-top: 40px;
    background: #f6f1ea;
    padding: 32px;
    border-radius: 18px;
    overflow: hidden;
}

.hero-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 500px;
    position: relative;
    z-index: 1;
}

.hero-text-overlay{
    position: absolute;
    top: 32%;
    left: 50%;
    width: 110px;
    height: auto;
    transform: translate(-50%, -50%);
    opacity: 0.28;
    pointer-events: none;
    z-index: 0;
}

.hero-logo{
    height: 60px;
    width: auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.hero-subtitle{
    font-size: 1.25rem;
    color: #485766;
    margin-bottom: 28px;
}

.hero-actions{
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-media{
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.hero-text > *:not(.hero-text-overlay){
    position: relative;
    z-index: 1;
}

.hero-image-placeholder{
    width: 100%;
    max-width: 320px;
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.08));
}

.page-hero{
    min-height: 0;
}

.page-hero-copy{
    position: relative;
    max-width: 620px;
    z-index: 1;
}

.page-hero-overlay{
    position: absolute;
    left: -14px;
    top: -12px;
    width: 136px;
    height: auto;
    opacity: 0.2;
    pointer-events: none;
}

.page-hero-copy h1{
    position: relative;
    z-index: 1;
    margin: 0 0 16px;
    font-size: clamp(2.1rem, 4.1vw, 3.6rem);
    line-height: 0.96;
    color: #485766;
}

.page-hero-art{
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-hero-image{
    width: min(100%, 320px);
    height: auto;
    display: block;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.08));
}

.page-hero-image--sun{
    width: min(100%, 260px);
}

.section-label{
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    color: #c18c5d;
    font-size: 1rem;
    letter-spacing: 1.4px;
}

.page-lead{
    position: relative;
    z-index: 1;
    margin: 0;
    color: #5e6f79;
    font-size: 1rem;
}

.about-hero-card{
    display: block;
    min-height: 100%;
    padding-right: 34px;
    margin-bottom: 56px;
}

.about-hero-card .page-hero-copy{
    max-width: none;
}

.about-body-copy{
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin-top: 24px;
}

.about-body-copy p{
    margin: 0 0 18px;
    color: #5e6f79;
    font-size: 0.98rem;
}

.about-body-copy p:last-child{
    margin-bottom: 0;
}

.visit-notice{
    max-width: 980px;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
    align-items: start;
    gap: 22px;
    margin-top: 26px;
    margin-bottom: 56px;
}

.visit-notice-panel .btn{
    margin-top: 10px;
}

.visit-notice-panel,
.visit-signup-panel{
    padding: 30px;
}

.visit-signup-panel{
    background: #f6f1ea;
}

.visit-signup-panel h2{
    margin-bottom: 12px;
}

.visit-signup-form{
    justify-content: flex-start;
    margin-top: 18px;
}

.visit-signup-form input{
    background: #ffffff;
}

.about-hero-accent{
    position: absolute;
    right: 6%;
    bottom: -118px;
    width: clamp(170px, 22vw, 240px);
    height: auto;
    opacity: 1;
    pointer-events: none;
    z-index: 0;
}

.info-panel{
    border-radius: 18px;
    box-sizing: border-box;
    background: #f4e9dd;
    padding: 28px;
}

.info-panel h2,
.visit-signup-panel h2{
    margin-top: 0;
    color: #485766;
}

.info-panel h2{
    margin-bottom: 14px;
    font-size: clamp(1.75rem, 3.4vw, 2.75rem);
    line-height: 0.98;
}

.info-panel p{
    color: #5e6f79;
    font-size: 0.98rem;
}

.apply-hero{
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
}

.apply-hero-copy{
    position: relative;
    text-align: center;
    padding: 8px 0;
    max-width: 760px;
    margin: 0 auto;
}

.apply-hero-overlay{
    position: absolute;
    left: -10px;
    top: 0;
    width: 140px;
    height: auto;
    opacity: 0.18;
    pointer-events: none;
}

.apply-hero-copy h1{
    position: relative;
    z-index: 1;
    margin: 0 0 16px;
    font-size: clamp(2.15rem, 4.2vw, 3.7rem);
    line-height: 0.95;
    color: #485766;
}

.apply-hero-text{
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 640px;
    color: #5e6f79;
    font-size: 1rem;
}

.apply-form-section{
    position: relative;
    margin-top: 24px;
    margin-bottom: 56px;
    background: #e8c5ad;
    border-radius: 18px;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.apply-form-accent{
    position: absolute;
    top: 14px;
    right: 16px;
    width: clamp(110px, 14vw, 170px);
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
}

.apply-form-intro{
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 760px;
    margin: 0 auto 24px;
}

.apply-form-intro h2{
    margin: 0 0 10px;
    font-size: clamp(2.2rem, 4.5vw, 3.8rem);
    color: #485766;
}

.apply-form-intro p{
    margin: 0;
    color: #485766;
    font-size: 1rem;
}

.apply-privacy-note{
    margin: 12px auto 0;
    color: #485766;
    font-size: 0.92rem;
    opacity: 0.9;
    text-align: center;
    max-width: 680px;
}

.vendor-form{
    position: relative;
    z-index: 1;
    max-width: 920px;
    margin: 0 auto;
}

.vendor-form-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
}

.vendor-field{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.vendor-field span{
    color: #485766;
    font-size: 0.95rem;
}

.required-star{
    color: #c18c5d;
    font-weight: 700;
    margin-left: 2px;
}

.vendor-field span.required-star,
.vendor-agreement span.required-star{
    color: #c18c5d;
}

.vendor-toggle{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}

.vendor-toggle input[type="checkbox"]{
    width: 18px;
    height: 18px;
    accent-color: #485766;
}

.vendor-toggle span{
    color: #485766;
    font-size: 0.95rem;
    text-transform: none;
    letter-spacing: 0.2px;
}

.vendor-field input:not([type="checkbox"]),
.vendor-field textarea,
.vendor-field select{
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 12px 14px;
    background: #f4e9dd;
    color: #485766;
    box-sizing: border-box;
    outline: none;
}

.vendor-field textarea{
    resize: none;
    min-height: 120px;
}

.vendor-field select{
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #485766 50%), linear-gradient(135deg, #485766 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 34px;
}

.vendor-field input::placeholder,
.vendor-field textarea::placeholder{
    color: #485766;
    opacity: 0.9;
}

.vendor-field--full{
    margin-top: 16px;
}

.vendor-agreement{
    margin-top: 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.vendor-agreement input[type="checkbox"]{
    margin-top: 2px;
    width: 18px;
    height: 18px;
    accent-color: #c18c5d;
    flex: 0 0 auto;
}

.vendor-agreement span{
    color: #485766;
    font-size: 0.98rem;
    line-height: 1.4;
    text-transform: none;
    letter-spacing: 0.3px;
}

.vendor-form-actions{
    margin-top: 22px;
    display: flex;
    justify-content: center;
}

.vendor-submit::after{
    content: none;
}

.vendor-submit{
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.vendor-submit:hover,
.vendor-submit:focus-visible{
    background: #b78253;
    transform: translateY(-1px);
    box-shadow: 0 7px 16px rgba(0,0,0,0.12);
}

.features{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 44px;
    margin-bottom: 16px;
}

.feature-card{
    border: none;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.03);
}

.feature-card:nth-child(1){
    background: #f1e7d9;
}

.feature-card:nth-child(2){
    background: #fde6c0;
}

.feature-card:nth-child(3){
    background: #485766;
    color: #e8c5ad;
    position: relative;
}

.feature-card:nth-child(3) h2,
.feature-card:nth-child(3) p,
.feature-card:nth-child(3) .feature-link{
    color: #f1e7d9;
}

.feature-card:nth-child(3) .feature-form input{
    background: #f1e7d9;
    border: none;
    color: #485766;
}

.feature-card:nth-child(3) .feature-form input::placeholder{
    color: #485766;
    opacity: 0.75;
}

.feature-card h2{
    margin-top: 0;
    margin-bottom: 12px;
    color: #485766;
}

.feature-card__title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.feature-icon{
    height: 28px;
    width: auto;
    display: block;
    margin-left: auto;
}

.feature-card p{
    margin-bottom: 16px;
    color: #6d7a85;
    font-weight: 700;
}

.feature-link{
    text-decoration: none;
    color: #485766;
    font-weight: 700;
}

.feature-link:hover{
    color: #e7ad9a;
}

.feature-link--button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 24px;
    background: #c18c5d;
    color: #ffffff;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.feature-link--button:hover{
    color: #ffffff;
    background: #b78253;
    transform: translateY(-1px);
    box-shadow: 0 7px 16px rgba(0,0,0,0.12);
}

.feature-link--outline{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 24px;
    border: 2px solid #c18c5d;
    background: transparent;
    color: #c18c5d;
}

.feature-link--outline:hover{
    color: #c18c5d;
    border-color: #c18c5d;
    background: rgba(193, 140, 93, 0.08);
}

.feature-icon-right{
    display: block;
    width: 52px;
    height: auto;
    margin: 14px 0 0 auto;
}

.feature-card--next{
    position: relative;
}

.feature-card--next .feature-icon-right{
    position: absolute;
    right: 16px;
    bottom: 16px;
}

.feature-icon-mail{
    position: absolute;
    right: 16px;
    top: 16px;
    width: 52px;
    height: auto;
    opacity: 0.6;
}

.feature-form{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px;
    justify-content: center;
}
.feature-form input{
    flex: 1 1 180px;
    border: 1px solid #d9cfc7;
    border-radius: 8px;
    padding: 8px;
    min-width: 180px;
}
.feature-form button{
    min-width: 100px;
    padding: 8px 14px;
    height: 38px;
}

.join-button{
    background: #f1e7d9;
    color: #485766;
    border: none;
    box-shadow: none;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.join-button:hover{
    background: #ffffff;
    color: #485766;
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.18);
}

.join-button::after{
    content: none;
}

.btn{
    padding: 10px 18px;
    border-radius: 24px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    position: relative;
}

.btn::after{
    content: '→';
    margin-left: 8px;
    font-size: 0.95rem;
    transition: transform 0.2s ease;
}

.btn:hover::after{
    transform: translateX(4px);
}

.cta{
    background: #485766;
    color: #ffffff;
}

.cta--alt{
    background: #c18c5d;
    color: #ffffff;
}

@media (max-width: 860px) {
    .hero{grid-template-columns: 1fr;}
    .hero-media{min-height: 240px;}
    .features{grid-template-columns: 1fr;}
    .page-hero-copy{text-align: center;}
    .page-hero-overlay{
        left: 50%;
        transform: translateX(-50%);
    }
    .visit-notice{
        grid-template-columns: 1fr;
    }
    .about-hero-card{
        padding-right: 24px;
    }
    .about-hero-card .page-hero-copy,
    .about-body-copy{
        background: #f6f1ea;
        box-shadow: 0 0 0 12px #f6f1ea;
        border-radius: 14px;
    }
    .about-hero-accent{
        width: 150px;
        right: 12px;
        bottom: -70px;
        opacity: 1;
    }
    .apply-hero{grid-template-columns: 1fr;}
    .apply-hero-copy{text-align: center;}
    .apply-hero-overlay{
        left: 50%;
        transform: translateX(-50%);
    }
    .vendor-form-grid{grid-template-columns: 1fr;}
    .apply-form-section{padding: 24px 18px;}
    .apply-form-accent{
        width: 96px;
        top: 10px;
        right: 10px;
        opacity: 0.42;
    }
}

header::after{
    content: none;
}

.nav-links{
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-bottom: 10px;
}

.nav-links::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 3px;
    background: #c18c5d;
    border-radius: 2px;
}

.container.nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.hamburger{
    display: none;
    background: transparent;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #485766;
    font-family: 'Amatic SC', sans-serif;
    font-weight: 700;
}

.container.nav a{
    text-decoration: none;
    color: #c18c5d;
    margin-left: 20px;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 8px;
    border: none;
    position: relative;
}

.container.nav a::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 3px;
    background: #c18c5d;
    border-radius: 0;
    transform: scaleX(0);
    transition: transform 0.2s;
}

.container.nav a:hover::after,
.container.nav a.active::after{
    transform: scaleX(1);
}

.container.nav a:hover{
    background: transparent;
    color: #ce796a;
}

.container.nav a.active{
    color: #c18c5d;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible{
    outline: 2px solid #c18c5d;
    outline-offset: 2px;
}

.container.nav a.logo-link{
    margin-left: 0;
    padding: 0;
    border-radius: 0;
    color: inherit;
}

.container.nav a.logo-link::after{
    content: none;
}

.container.nav a.logo-link:hover,
.container.nav a.logo-link.active{
    background: transparent;
    color: inherit;
}

.contact-band{
    background: linear-gradient(120deg, #f4e9dd 0%, #f6eee2 50%, #f4e9dd 100%);
    border: none;
    padding: 40px 0;
}

.contact-divider{
    width: 90%;
    max-width: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 18px auto 6px;
    position: relative;
    z-index: 1;
}

.contact-divider-image{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
}

.contact-container{
    width: 90%;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0 auto;
}

.contact-meta{
    width: 100%;
    max-width: 680px;
    text-align: center;
}

.contact-meta h3,
.contact-meta p{
    font-family: 'Amatic SC', sans-serif;
    color: #485766;
    margin: 4px 0;
}

.contact-meta h3{
    font-size: 2.2rem;
    line-height: 1.05;
}

.contact-meta p{
    font-size: 1.2rem;
    opacity: 0.9;
}

.contact-form{
    width: 100%;
    max-width: 680px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.contact-form input,
.contact-form textarea{
    font-family: 'Amatic SC', sans-serif;
    font-size: 1.1rem;
    width: 100%;
    border: 1px solid #d9cfc7;
    border-radius: 8px;
    padding: 10px 12px;
    background: #ffffff;
    outline: none;
}

.contact-form textarea{
    resize: vertical;
}

.contact-form button{
    width: 100%;
    max-width: 240px;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-form button::after{
    content: none;
}

.contact-form button:hover,
.contact-form button:focus-visible{
    background: #b78253;
    transform: translateY(-1px);
    box-shadow: 0 7px 16px rgba(0,0,0,0.12);
}

@media (max-width: 860px) {
    .hamburger{
        display: block;
    }

    .nav-links{
        display: none;
        width: 100%;
        flex-direction: column;
        margin-top: 12px;
        background: #ffffff;
        border: 1px solid #e5d7cf;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.04);
        padding: 10px;
    }

    .nav-links.show{
        display: flex;
    }

    .container.nav {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .container.nav .logo {
        flex: 1 1 100%;
        max-width: 220px;
        margin-bottom: 8px;
    }

    .container.nav a:not(.logo-link) {
        margin-left: 0;
        min-width: 100%;
        padding: 10px;
        display: block;
    }

    .container.nav a.logo-link {
        min-width: auto;
        padding: 0;
        display: inline-flex;
    }
}

@media (max-width: 500px) {
    header {
        padding: 12px 0;
    }

    .container.nav a:not(.logo-link) {
        font-size: 14px;
        padding: 6px 10px;
    }

    .info-panel{
        padding: 20px 18px;
    }
}

footer {
    background: linear-gradient(90deg, #c18c5d 0%, #ce796a 100%);
    color: #ffffff;
    padding: 10px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-link,
.footer-brand {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.footer-link:hover {
    opacity: 0.85;
}

@media (max-width: 640px) {
    .footer-content {
        flex-direction: column;
        gap: 8px;
    }
}


