/* careers.css ───────────────────────────── */
.careers-hero {
    padding: 10rem 5% 5rem;
    text-align: center;
    background: linear-gradient(180deg, rgba(17, 22, 16, 0.9) 0%, var(--bg) 100%),
        url('assets/rnd/2.jpeg') center/cover no-repeat;
    position: relative;
    border-bottom: 1px solid rgba(245, 240, 232, 0.05);
}

.careers-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.careers-label {
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1rem;
    display: block;
}

.careers-title {
    font-family: var(--ff-serif);
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 300;
    line-height: 1.1;
    color: var(--cream);
    margin-bottom: 1.2rem;
}

.careers-title em {
    font-style: italic;
    color: var(--gold);
}

.careers-sub {
    font-size: 0.95rem;
    font-weight: 300;
    color: rgba(245, 240, 232, 0.6);
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

.section-careers {
    padding: 6rem 5%;
    max-width: 1000px;
    margin: 0 auto;
}

.jobs-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 5rem;
}

.job-card {
    background: #1e2219;
    border: 1px solid rgba(201, 169, 110, 0.08);
    border-radius: 4px;
    padding: 2.5rem;
    transition: transform 0.3s, border-color 0.3s;
}

.job-card:hover {
    transform: translateY(-3px);
    border-color: rgba(201, 169, 110, 0.25);
}

.job-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.job-title {
    font-family: var(--ff-serif);
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--cream);
    margin-bottom: 0.4rem;
}

.job-meta {
    display: flex;
    gap: 1rem;
    font-size: 0.75rem;
    color: rgba(245, 240, 232, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.job-meta span {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.job-meta svg {
    width: 14px;
    height: 14px;
    color: var(--gold);
}

.apply-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.8rem;
    background: var(--gold);
    color: #1c1f1a;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    transition: background 0.3s, transform 0.2s;
    cursor: pointer;
    border: none;
}

.apply-btn:hover {
    background: #e6c88e;
    transform: translateY(-2px);
}

.job-desc {
    font-size: 0.88rem;
    line-height: 1.6;
    color: rgba(245, 240, 232, 0.7);
    margin-bottom: 1.5rem;
}

.job-reqs {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px dashed rgba(245, 240, 232, 0.1);
}

.job-reqs h4 {
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1rem;
}

.job-reqs ul {
    list-style: none;
}

.job-reqs li {
    position: relative;
    padding-left: 1.2rem;
    font-size: 0.85rem;
    color: rgba(245, 240, 232, 0.6);
    line-height: 1.5;
    margin-bottom: 0.6rem;
}

.job-reqs li::before {
    content: "✦";
    position: absolute;
    left: 0;
    top: 0.15rem;
    color: var(--gold);
    font-size: 0.6rem;
}

/* Application Form */
.application-section {
    background: rgba(17, 22, 16, 0.6);
    border: 1px solid rgba(245, 240, 232, 0.05);
    padding: 4rem;
    border-radius: 6px;
}

.app-heading {
    text-align: center;
    font-family: var(--ff-serif);
    font-size: 2.2rem;
    color: var(--cream);
    margin-bottom: 0.5rem;
}

.app-sub {
    text-align: center;
    font-size: 0.85rem;
    color: rgba(245, 240, 232, 0.5);
    margin-bottom: 3rem;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.form-full {
    grid-column: 1 / -1;
}

.form-group label {
    display: block;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(245, 240, 232, 0.6);
    margin-bottom: 0.6rem;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(245, 240, 232, 0.2);
    padding: 0.9rem 1.2rem;
    color: var(--cream);
    font-family: var(--ff-sans);
    font-size: 0.9rem;
    border-radius: 2px;
    transition: border-color 0.3s;
}

.form-group select {
    appearance: none;
    -webkit-appearance: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c9a96e' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E") no-repeat right 1rem center;
    background-size: 12px;
}

.form-group select option {
    background: var(--bg);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--gold);
}

.form-group input[type="file"] {
    width: 100%;
    padding: 0.8rem;
    border: 1px dashed rgba(201, 169, 110, 0.4);
    background: rgba(201, 169, 110, 0.03);
    color: rgba(245, 240, 232, 0.7);
    font-size: 0.85rem;
    cursor: pointer;
    border-radius: 2px;
    transition: background 0.3s;
}

.form-group input[type="file"]:hover {
    background: rgba(201, 169, 110, 0.08);
}

.form-group input[type="file"]::file-selector-button {
    background: rgba(201, 169, 110, 0.15);
    border: 1px solid rgba(201, 169, 110, 0.3);
    color: var(--gold);
    padding: 0.4rem 1rem;
    border-radius: 2px;
    margin-right: 1rem;
    cursor: pointer;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: background 0.3s;
}

.form-group input[type="file"]::file-selector-button:hover {
    background: rgba(201, 169, 110, 0.25);
}

.form-submit {
    margin-top: 2rem;
    text-align: center;
}

.form-submit button {
    width: 100%;
    max-width: 300px;
    padding: 1rem;
    background: var(--gold);
    color: #1c1f1a;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    transition: transform 0.2s, background 0.3s;
}

.form-submit button:hover {
    background: #e6c88e;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr;
    }

    .application-section {
        padding: 2.5rem 1.5rem;
    }
}