/* =====================================================
   AISLING KOREA - Careers Page Styles (Premium Editorial)
   ===================================================== */

/* =====================================================
   Culture Section
   ===================================================== */
.culture-section {
    padding: 120px 0;
    background: #ffffff;
}

.culture-section .section-header {
    text-align: center;
    margin-bottom: 80px;
}

.culture-section .section-label {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--s-color-primary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

.culture-section .section-title {
    font-family: var(--s-font-display, 'Playfair Display', serif);
    font-size: 3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.culture-section .section-desc {
    font-size: 1.05rem;
    color: #555555;
    line-height: 1.8;
}

.culture-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.culture-card {
    text-align: left;
    padding: 40px 32px;
    background: transparent;
    border: 1px solid #eeeeee;
    border-radius: 15px;
    transition: all 0.4s ease;
}

.culture-card:hover {
    background: #ffffff;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.05);
    border-color: #046047;
    transform: translateY(-4px);
}

.culture-icon {
    width: auto;
    height: auto;
    margin: 0 0 24px 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    color: var(--s-color-primary);
}

.culture-icon svg {
    width: 36px;
    height: 36px;
    stroke-width: 1.5;
}

.culture-card h3 {
    font-family: var(--s-font-display, 'Playfair Display', serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.culture-card p {
    font-size: 0.95rem;
    color: #666666;
    line-height: 1.7;
    margin: 0;
}

/* =====================================================
   Why Join Section
   ===================================================== */
.why-join-section {
    padding: 120px 0;
    background: #f5f5f5;
}

.why-join-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.why-join-image {
    aspect-ratio: 4/5;
    border-radius: 0;
    overflow: hidden;
    background: #eeeeee;
}

.why-join-image .img-placeholder {
    width: 100%;
    height: 100%;
}

.why-join-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-join-text h2 {
    font-family: var(--s-font-display, 'Playfair Display', serif);
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
    line-height: 1.3;
}

.why-join-text p {
    font-size: 1.05rem;
    color: #555555;
    line-height: 1.9;
    margin-bottom: 40px;
}

.why-join-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #eeeeee;
    padding-top: 24px;
}

.why-join-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 0;
    font-size: 1.35rem;
    color: #1a1a1a;
    font-weight: 500;
}

.why-join-list li svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: var(--s-color-primary);
    margin-top: 2px;
}

/* =====================================================
   Benefits Section
   ===================================================== */
.benefits-section {
    padding: 120px 0;
    background: #ffffff;
}

.benefits-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.benefits-section .section-label {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--s-color-primary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

.benefits-section .section-title {
    font-family: var(--s-font-display, 'Playfair Display', serif);
    font-size: 3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.benefits-section .section-desc {
    font-size: 1.05rem;
    color: #555555;
    line-height: 1.8;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.benefit-card {
    padding: 40px 20px;
    background: transparent;
    border: none;
    border-top: 2px solid #1a1a1a;
    border-radius: 0;
}

.benefit-icon {
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0;
    margin-bottom: 24px;
    color: var(--s-color-primary);
    background: transparent;
}

.benefit-icon svg {
    width: 36px;
    height: 36px;
    stroke-width: 1.5;
}

.benefit-card h4 {
    font-family: var(--s-font-display, 'Playfair Display', serif);
    font-size: 1.65rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.benefit-card p {
    font-size: 1.2rem;
    color: #666666;
    line-height: 1.7;
    margin: 0;
}

/* =====================================================
   Job Openings Section
   ===================================================== */
.jobs-section {
    padding: 120px 0;
    background: #f5f5f5;
}

.jobs-section .section-header {
    text-align: center;
    margin-bottom: 80px;
}

.jobs-section .section-label {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--s-color-primary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

.jobs-section .section-title {
    font-family: var(--s-font-display, 'Playfair Display', serif);
    font-size: 3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.jobs-section .section-desc {
    font-size: 1.05rem;
    color: #555555;
    line-height: 1.8;
}

/* Job List */
.job-list {
    max-width: 900px;
    margin: 0 auto;
}

.job-card {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 40px 0;
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.job-card:first-child {
    border-top: 1px solid #e0e0e0;
}

.job-card:hover {
    background: #ffffff;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.05);
    border-bottom-color: transparent;
    transform: none;
    padding: 40px 32px;
    margin: 0 -32px;
}

.job-card:hover+.job-card {
    border-top-color: transparent;
}

.job-info {
    flex: 1;
}

.job-category {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--s-color-primary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}

.job-title {
    font-family: var(--s-font-display, 'Playfair Display', serif);
    font-size: 1.9rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.job-meta {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.job-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    color: #666666;
}

.job-meta-item svg {
    width: 16px;
    height: 16px;
    color: #999999;
}

.job-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.job-tag {
    padding: 6px 12px;
    font-size: 0.8rem;
    color: #666666;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}

.job-tag.urgent {
    color: #d32f2f;
    border-color: #ffcdd2;
    background: #ffebee;
}

.job-tag.new {
    color: var(--s-color-primary);
    border-color: var(--s-color-primary-pale);
    background: var(--s-color-primary-pale);
}

.job-action {
    flex-shrink: 0;
}

.job-apply-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
    background: #1a1a1a;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.job-apply-btn:hover {
    background: var(--s-color-primary);
    color: #ffffff;
}

.job-apply-btn svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.job-apply-btn:hover svg {
    transform: translateX(4px);
}

/* No Jobs Message */
.no-jobs {
    text-align: center;
    padding: 80px 0;
    background: transparent;
}

.no-jobs-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
    color: #cccccc;
}

.no-jobs-icon svg {
    width: 48px;
    height: 48px;
    stroke-width: 1;
}

.no-jobs h3 {
    font-family: var(--s-font-display, 'Playfair Display', serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.no-jobs p {
    font-size: 1rem;
    color: #999999;
}

/* =====================================================
   Hiring Process Section
   ===================================================== */
.process-section {
    padding: 120px 0;
    background: #ffffff;
}

.process-section .section-header {
    text-align: center;
    margin-bottom: 80px;
}

.process-section .section-label {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--s-color-primary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

.process-section .section-title {
    font-family: var(--s-font-display, 'Playfair Display', serif);
    font-size: 3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.process-section .section-desc {
    font-size: 1.05rem;
    color: #555555;
    line-height: 1.8;
}

.process-timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.process-timeline::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 64px;
    right: 64px;
    height: 1px;
    background: #eeeeee;
}

.process-step {
    position: relative;
    text-align: center;
    flex: 1;
}

.process-step-number {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--s-font-display, 'Playfair Display', serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.process-step h4 {
    font-size: 1.65rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.process-step p {
    font-size: 1.1rem;
    color: #666666;
    /*max-width: 150px;*/
    margin: 0 auto;
    line-height: 1.6;
}

/* =====================================================
   Contact HR Section
   ===================================================== */
.contact-hr-section {
    padding: 120px 0;
    background: #f5f5f5;
}

.contact-hr-content {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: center;
}

.contact-hr-text h2 {
    font-family: var(--s-font-display, 'Playfair Display', serif);
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.contact-hr-text p {
    font-size: 1.05rem;
    color: #555555;
    line-height: 1.9;
    margin-bottom: 40px;
}

.contact-hr-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-hr-item {
    display: flex;
    align-items: center;
    gap: 24px;
}

.contact-hr-icon {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
    color: var(--s-color-primary);
}

.contact-hr-icon svg {
    width: 32px;
    height: 32px;
    stroke-width: 1.5;
}

.contact-hr-item-text {
    color: #1a1a1a;
}

.contact-hr-item-text span {
    display: block;
    font-size: 0.85rem;
    color: #999999;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.contact-hr-item-text a,
.contact-hr-item-text strong {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
}

.contact-hr-item-text a:hover {
    color: var(--s-color-primary);
}

.contact-hr-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    background: #ffffff;
    border-radius: 15px;
    padding: 48px;
    border: 1px solid #eeeeee;
}

.contact-hr-cta h3 {
    font-family: var(--s-font-display, 'Playfair Display', serif);
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.contact-hr-cta p {
    font-size: 1rem;
    color: #666666;
    margin-bottom: 32px;
    line-height: 1.7;
}

.contact-hr-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
    background: #1a1a1a;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-hr-btn:hover {
    background: var(--s-color-primary);
    color: #ffffff;
}

.contact-hr-btn svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.contact-hr-btn:hover svg {
    transform: translateX(4px);
}

/* =====================================================
   FAQ Section
   ===================================================== */
.faq-section {
    padding: 120px 0;
    background: #ffffff;
}

.faq-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-section .section-label {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--s-color-primary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

.faq-section .section-title {
    font-family: var(--s-font-display, 'Playfair Display', serif);
    font-size: 3rem;
    font-weight: 700;
    color: #1a1a1a;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: #ffffff;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
}

.faq-item:first-child {
    border-top: 1px solid #085a3c;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 20px;
    font-size: 1.35rem;
    font-weight: 500;
    color: #1a1a1a;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s ease;
}

.faq-question:hover {
    color: #fff;
    background: #085a3c;
}

.faq-question svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: #999999;
    transition: transform 0.3s ease;
}

.faq-item.open .faq-question svg {
    transform: rotate(180deg);
    color: var(--s-color-primary);
}

.faq-answer {
    display: none;
    padding: 20px 20px 32px;
    font-size: 1rem;
    color: #666666;
    line-height: 1.8;
}

.faq-item.open .faq-answer {
    display: block;
}

.faq-list-empty {
    text-align: center;
    padding: 60px 0;
    color: #999999;
    font-size: 1.05rem;
}

/* =====================================================
   Responsive Styles
   ===================================================== */
@media (max-width: 1199px) {
    .culture-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {

    .culture-section,
    .why-join-section,
    .benefits-section,
    .jobs-section,
    .process-section,
    .contact-hr-section,
    .faq-section {
        padding: 80px 0;
    }

    .why-join-text h2 {
        font-size: 1.6rem;
        text-align: center;
    }

    .why-join-text p {
        text-align: center;
    }

    .why-join-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-timeline {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
    }

    .process-timeline::before {
        top: 32px;
        left: 32px;
        right: auto;
        bottom: 32px;
        width: 1px;
        height: auto;
    }

    .process-step {
        display: flex;
        align-items: center;
        gap: 24px;
        text-align: left;
        margin-bottom: 40px;
    }

    .process-step-number {
        margin: 0;
    }

    .process-step p {
        max-width: none;
        margin: 0;
    }

    .contact-hr-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .culture-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .culture-card {
        padding: 32px 24px;
        text-align: center;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .job-card {
        flex-direction: column;
        align-items: center;
        padding: 32px 0;
    }

    .job-card:hover {
        padding: 32px 24px;
        margin: 0 -24px;
    }

    .job-action {
        width: 100%;
    }

    .job-apply-btn {
        width: 100%;
        justify-content: center;
    }

    .contact-hr-cta {
        padding: 32px;
        align-items: center;
    }


    .culture-section .section-title {
        font-size: 28px;
    }

    .culture-section .section-header {
        margin-bottom: 40px;
    }

    .why-join-list li {
        font-size: 17px;
        padding: 7px 0;
    }

    .benefits-section .section-title {
        font-size: 28px;
    }

    .benefit-card {
        text-align: Center;
        padding: 25px 20px;
    }

    .benefit-card h4 {
        font-size: 24px;
    }

    .benefit-card p {
        font-size: 18px;
    }

    .jobs-section .section-title {
        font-size: 28px;
    }

    .process-section .section-title {
        font-size: 28px;
    }

    .process-step p {
        font-size: 16px;
    }

    .process-step h4 {
        font-size: 18px;
        margin-bottom: 0;
        white-space: nowrap;
        width: 58px;
    }

    .process-step-number {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .process-step {
        gap: 14px;
    }

    .process-timeline::before {
        left: 20px;
    }

    .contact-hr-text {
        text-align: Center;
    }

    .contact-hr-text h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .contact-hr-item {
        justify-content: center;
    }

    .contact-hr-icon {
        display: none;
    }

    .faq-section .section-title {
        font-size: 28px;
        margin-bottom: 0;
    }

    .faq-section .section-header {
        margin-bottom: 40px;
    }

    .faq-question {
        padding: 20px 10px;
        font-size: 1.05rem;
    }

    .faq-answer {
        padding: 0 10px 24px;
    }

}