/* ===== ABOUT PAGE ===== */

/* Active nav link */
.nav-active {
    color: var(--gold) !important;
}

.nav-active::after {
    width: 100% !important;
}

/* Philosophy hero title (replaces old about-hero) */
.philosophy-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5.5vw, 4.5rem);
    font-weight: 300;
    line-height: 1.2;
    color: var(--white);
    margin-bottom: 1.2rem;
    letter-spacing: 0.02em;
}

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

.philosophy-hero-text {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    font-weight: 300;
    max-width: 560px;
    margin: 0 auto 2.5rem;
}

/* Philosophy */
.about-philosophy {
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.philosophy-bg {
    position: absolute;
    inset: 0;
    background-image: url('/assets/images/products/basil-mandarin-2.webp');
    background-size: cover;
    background-position: center;
    filter: brightness(0.25);
}

.philosophy-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.3) 40%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

.philosophy-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
}

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

.philosophy-divider {
    width: 50px;
    height: 1px;
    background: var(--gold);
    margin: 0 auto 2rem;
    opacity: 0.6;
}

.philosophy-heading {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 300;
    line-height: 1.35;
    color: var(--white);
    margin-bottom: 2.5rem;
}

.philosophy-heading em {
    font-style: italic;
    color: var(--gold);
}

.philosophy-quote {
    position: relative;
    padding: 2rem 2.5rem;
    margin: 0 auto 2.5rem;
    max-width: 450px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(201, 169, 110, 0.3);
    box-shadow: -5px 5px 0 0 rgba(201, 169, 110, 0.25);
    backdrop-filter: blur(6px);
}

.philosophy-quote::before {
    content: '\201C';
    position: absolute;
    top: -16px;
    left: 18px;
    font-family: var(--font-heading);
    font-size: 2.5rem;
    line-height: 1;
    color: var(--gold);
    background: #1a1a1a;
    padding: 0 0.4rem;
    font-weight: 400;
}

.philosophy-quote::after {
    content: '\201D';
    position: absolute;
    bottom: -16px;
    right: 18px;
    font-family: var(--font-heading);
    font-size: 2.5rem;
    line-height: 1;
    color: var(--gold);
    background: #1a1a1a;
    padding: 0 0.4rem;
    font-weight: 400;
}

.philosophy-quote p {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 300;
    color: var(--white);
    line-height: 2;
    text-align: center;
}

.philosophy-text {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.9;
    font-weight: 300;
    margin-bottom: 2.5rem;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

/* Product Range */
.about-range {
    padding: 6rem 0;
    background: var(--beige);
}

.range-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.range-card {
    background: var(--white);
    padding: 3rem 2rem;
    text-align: center;
    transition: var(--transition);
}

.range-card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.range-icon {
    font-size: 1.8rem;
    color: var(--gold);
    margin-bottom: 1.5rem;
}

.range-card h3 {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
}

.range-card p {
    font-size: 0.85rem;
    color: #777;
    line-height: 1.8;
    font-weight: 300;
}

/* Textile Detail */
.about-textile {
    padding: 7rem 0;
    background: var(--white);
}

.textile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

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

.textile-content h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 2.8vw, 2.5rem);
    font-weight: 300;
    line-height: 1.35;
    color: var(--black);
    margin-bottom: 1.5rem;
}

.textile-content p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.9;
    margin-bottom: 1rem;
    font-weight: 300;
}

.textile-content .btn {
    margin-top: 1.5rem;
}

.textile-image img {
    width: 100%;
    max-width: 480px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

/* Values */
.about-values {
    padding: 6rem 0;
    background: var(--black);
    color: var(--white);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.value-item {
    padding: 2rem 1.5rem;
    border-left: 1px solid rgba(201, 169, 110, 0.3);
}

.value-number {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 300;
    color: var(--gold);
    display: block;
    margin-bottom: 1rem;
    line-height: 1;
}

.value-item h4 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0.8rem;
    letter-spacing: 0.03em;
}

.value-item p {
    font-size: 0.85rem;
    color: var(--gray);
    line-height: 1.8;
    font-weight: 300;
}

/* Closing Quote */
.about-quote {
    padding: 4rem 0;
    background: var(--cream);
}

.quote-content {
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
}

.quote-line {
    width: 50px;
    height: 1px;
    background: var(--gold);
    margin: 0 auto 1.5rem;
    opacity: 0.5;
}

.quote-content blockquote {
    margin-bottom: 1.5rem;
}

.quote-content blockquote p {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1.6;
    color: var(--black);
    margin-bottom: 0.15rem;
}

.quote-tagline {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    letter-spacing: 0.15em;
    color: var(--gold-dark);
    font-weight: 400;
    margin-top: 1.2rem;
}

/* Product Carousel */
.about-carousel {
    padding: 5rem 0 4rem;
    background: #111;
    overflow: hidden;
}

.carousel-wrap {
    position: relative;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 3.5rem;
}

.carousel-track-wrap {
    overflow: hidden;
}

.carousel-track {
    display: flex;
    gap: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.carousel-card {
    flex: 0 0 calc(25% - 1.125rem);
    background: #1a1a1a;
    overflow: hidden;
    transition: var(--transition);
    display: block;
    text-decoration: none;
    color: inherit;
}

.carousel-card:hover {
    background: #222;
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

.carousel-card-img {
    aspect-ratio: 1/1.1;
    overflow: hidden;
    background: #222;
}

.carousel-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.carousel-card:hover .carousel-card-img img {
    transform: scale(1.05);
}

.carousel-card-info {
    padding: 1.2rem 1.3rem 1.4rem;
    text-align: center;
}

.carousel-card-cat {
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 500;
    display: block;
    margin-bottom: 0.3rem;
}

.carousel-card-info h3 {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 0.4rem;
}

.carousel-card-info p {
    font-size: 0.85rem;
    color: var(--gray);
    font-weight: 300;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(201, 169, 110, 0.15);
    border: 1px solid rgba(201, 169, 110, 0.3);
    color: var(--gold);
    font-size: 0.9rem;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.carousel-btn:hover {
    background: var(--gold);
    color: var(--white);
    border-color: var(--gold);
}

.carousel-prev {
    left: 0;
}

.carousel-next {
    right: 0;
}

@media (max-width: 1100px) {
    .carousel-card {
        flex: 0 0 calc(33.333% - 1rem);
    }
}

@media (max-width: 768px) {
    .carousel-card {
        flex: 0 0 calc(50% - 0.75rem);
    }

    .carousel-wrap {
        padding: 0 2.5rem;
    }
}

@media (max-width: 480px) {
    .carousel-card {
        flex: 0 0 calc(85%);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .about-hero {
        height: 55vh;
        min-height: 400px;
    }

    .about-philosophy {
        padding: 5rem 0;
        min-height: auto;
    }

    .philosophy-quote {
        padding: 1.5rem 1.8rem;
    }

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

    .textile-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .textile-image {
        order: -1;
    }

    .values-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .quote-content blockquote p {
        font-size: 1.2rem;
    }
}
