@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700;900&family=Permanent+Marker&family=Caveat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Glitch&display=swap');

.jh-subscribe-bar {
    background-color: #e3b54b;
    color: white;
    text-align: center;
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-weight: 600;
    font-size: 16px;
    flex-wrap: wrap;
}

.jh-subscribe-btn {
    background-color: white;
    color: #e3b54b;
    padding: 10px 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.jh-subscribe-btn:hover {
    background-color: #333;
    color: white;
}

.jh-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    z-index: 1;
}

.jh-section-small {
    padding: 60px 0;
}

.jh-giant-bg-text {
    position: absolute;
    bottom: -12%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--rs-ff-title, 'Poppins', sans-serif);
    font-size: 7vw;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

.jh-text-peach {
    color: #ffe8db;
    font-size: 8vw;
}

.jh-text-gray {
    color: #e6e6e6;
}

.jh-text-dark {
    color: #22272e;
}

.jh-handwritten {
    font-family: var(--rs-ff-title, 'Poppins', sans-serif);
    font-size: var(--rs-fs-h2, 36px);
    line-height: 1.2;
    margin-bottom: 20px;
    color: #222;
}

.jh-handwritten-alt {
    font-family: "Rubik Glitch", system-ui;
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #222;
    display: inline-block;
}

.jh-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

@media (max-width: 991px) {
    .jh-content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.jh-hero-img {
    position: relative;
    z-index: 2;
    text-align: center;
}

.jh-hero-img img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    max-height: 75vh;
}

.jh-hero-text {
    position: relative;
    z-index: 2;
}

.jh-p {
    font-size: var(--rs-fs-p, 14px);
    line-height: 1.8;
    color: var(--rs-text-primary, #444);
    margin-bottom: 20px;
    font-family: var(--rs-ff-p, 'Poppins', sans-serif);
}

.jh-p-large {
    font-size: var(--rs-fs-h6, 18px);
    line-height: 1.6;
    font-weight: 600;
    color: #111;
}

.jh-bg-texture {
    background-color: #f4f4f4;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.05'/%3E%3C/svg%3E");
}

.jh-dark-section {
    background-color: #1c2127;
    color: white;
}

.jh-dark-section .jh-p {
    color: #ccc;
}

.jh-dark-section .jh-handwritten {
    color: #e3b54b;
    font-size: 64px;
}

.jh-quote-section {
    padding: 80px 0;
}

.jh-quote-icon {
    font-size: 120px;
    color: #222;
    line-height: 1;
    margin-bottom: -40px;
    font-family: var(--rs-ff-title, 'Poppins', sans-serif);
}

.jh-quote-text {
    font-size: var(--rs-fs-h2, 36px);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 4px solid #e3b54b;
    padding-bottom: 20px;
    display: inline-block;
    margin-bottom: 20px;
}

.jh-dots {
    display: flex;
    gap: 8px;
}

.jh-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #222;
}

.jh-dot.orange {
    background-color: #e3b54b;
}

.jh-bottom-banner {
    text-align: center;
    position: relative;
    padding-top: 100px;
    padding-bottom: 0;
}

.jh-bottom-banner img {
    position: relative;
    z-index: 2;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    display: block;
    /* box-shadow: 0 -20px 50px rgba(0, 0, 0, 0.15); */
}

.jh-label-strong {
    /* font-family: var(--rs-ff-title, 'Poppins', sans-serif); */
    text-transform: uppercase;
    /* font-size: var(--rs-fs-h5, 24px); */
    /* letter-spacing: 2px; */
    color: #111;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 700;
}

/* Swiper Pagination matching jh-dots */
.jh-quote-section .swiper-pagination {
    position: relative;
    text-align: left;
    bottom: auto;
    margin-top: 20px;
    display: flex;
    gap: 8px;
}

.jh-quote-section .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #222;
    opacity: 1;
    margin: 0 !important;
}

.jh-quote-section .swiper-pagination-bullet-active {
    background-color: #e3b54b;
}

/* Quotes Typography and Layout */
.quotes h3 {
    font-family: 'Permanent Marker', cursive;
    font-size: 56px;
    transform: rotate(-3deg);
    margin-bottom: 10px;
    color: #111;
    letter-spacing: 1px;
}

.quotes .quote {
    width: 60px;
    margin-bottom: 20px;
}

.quote-list p {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

/* Custom Speech Bubble Outline using pseudo-elements */
.quote-box {
    position: relative;
    padding: 30px 20px 40px 30px;
    margin-left: 20px;
    margin-top: 20px;
    width: 100%;
}

.quote-box .swiper {
    width: 100%;
    overflow: hidden;
}

.quote-box .swiper-slide {
    width: 100%;
    box-sizing: border-box;
}

.q-line-left-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 50%;
    background: #333;
}

.q-tail-svg {
    position: absolute;
    top: 50%;
    left: -24px;
}

.q-line-left-bottom {
    position: absolute;
    top: calc(50% + 22px);
    bottom: 0;
    left: 0;
    width: 2px;
    background: #333;
}

.q-line-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #333;
}

.q-line-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 25%;
    background: #333;
}

.timeline .featured img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Podcasters Grid Layout */
.podcasters-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 80px;
    padding-bottom: 40px;
}

.podcaster-category {
    font-family: var(--rs-ff-title, 'Poppins', sans-serif);
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #e3b54b;
    margin-bottom: 30px;
    border-bottom: 2px solid #e3b54b;
    padding-bottom: 0px;
    display: inline-block;
    letter-spacing: 1px;
}

.podcaster-item {
    margin-bottom: 30px;
    display: block;
    align-items: center;
    gap: 20px;
}

.podcaster-img img {
    width: 140px;
    height: auto;
    border-radius: 10%;
    padding: 2px;
    margin-bottom: 2vh;
}

.podcaster-name {
    font-family: var(--rs-ff-title, 'Poppins', sans-serif);
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.podcaster-role {
    font-size: 16px;
    color: #666;
    margin: 0;
    font-weight: 500;
}

@media (max-width: 991px) {
    .podcasters-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

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

/* ==========================================================================
   PREMIUM EDITORIAL ABOUT PAGE STYLES
   ========================================================================== */

.editorial-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    z-index: 1;
}

.section-spacing {
    padding: 120px 0;
}

@media (max-width: 991px) {
    .section-spacing, .editorial-section {
        padding: 80px 0;
    }
}

.bg-word {
    position: absolute;
    font-family: var(--rs-ff-title, 'Poppins', sans-serif);
    font-weight: 900;
    text-transform: uppercase;
    color: #e6e6e6;
    font-size: 15vw;
    line-height: 0.8;
    z-index: -1;
    pointer-events: none;
    user-select: none;
    opacity: 0.2;
}

.about-hero {
    position: relative;
    background-color: #fff;
}

.handwritten-title {
    font-family: 'Permanent Marker', cursive;
    font-size: 2rem;
    color: var(--rs-theme-primary, #e3b54b);
    transform: rotate(-2deg);
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

@media (max-width: 991px) {
    .split-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.layered-text {
    position: relative;
    z-index: 2;
}

.quote-card {
    border-top: 5px solid var(--rs-theme-primary, #e3b54b);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.quote-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1) !important;
}

.dark-feature {
    background-color: #111;
    color: #fff;
    position: relative;
    z-index: 1;
}

.dark-feature p {
    color: rgba(255, 255, 255, 0.7);
}

.magazine-showcase {
    background-color: #f9f9f9;
}

.grayscale {
    filter: grayscale(100%);
    transition: filter 0.5s ease;
}

.grayscale:hover {
    filter: grayscale(0%);
}

.tracking-widest {
    letter-spacing: 0.2em;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.bg-texture {
    background-color: #f4f4f4;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.05'/%3E%3C/svg%3E");
}

.border-4 {
    border-width: 4px !important;
}

/* ==========================================
   About Page Custom Classes (Inline Style Replacements)
   ========================================== */

/* Watermark text in Hero */
.about-hero-bg-word {
    bottom: -70px;
    right: -15%;
    left: unset;
}

/* Personal story sections */
.editorial-section-one {
    padding: 140px 0 160px;
}

.editorial-bg-word {
    bottom: -10px;
    right: 2rem;
    top: auto;
    opacity: 0.20;
    font-size: 7vw;
    color: #b0b0b0;
    z-index: 0;
    line-height: 0.85;
}

.editorial-title {
    color: #111;
    font-size: 24px;
    font-family: var(--rs-ff-title, 'Poppins', sans-serif);
}

.editorial-p {
    line-height: 1.8;
    color: #555;
    font-size: 15px;
    font-weight: 500;
}

.about-handwritten-title {
    transform: rotate(-6deg);
    font-size: 4rem;
    color: #111;
    line-height: 1.2;
    margin-top: -40px;
}

.editorial-section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}

.editorial-img {
    width: 100%;
    aspect-ratio: 4/4;
    object-fit: cover;
}

.editorial-title-small {
    color: #111;
    font-size: 20px;
    font-family: var(--rs-ff-title, 'Poppins', sans-serif);
}

.editorial-p-small {
    line-height: 1.8;
    color: #555;
    font-size: 14px;
    font-weight: 500;
}

.editorial-section-three {
    padding-top: 60px;
    padding-bottom: 120px;
}

.about-real-talk-title {
    color: #111;
    font-size: 4rem;
    transform: rotate(-5deg);
    line-height: 1;
    letter-spacing: 1px;
}

/* Custom Blockquotes */
.about-quote-mark {
    font-size: 8rem;
    line-height: 0.8;
    color: #222;
    font-family: 'Times New Roman', serif;
    margin-bottom: -10px;
    font-weight: 900;
    margin-left: -5px;
}

.about-quote-box {
    border-left: 2px solid #555;
    border-bottom: 2px solid #555;
    padding: 40px 20px 40px 20px;
    margin-left: 30px;
    position: relative;
}

.about-quote-arrow-bg {
    position: absolute;
    left: -14px;
    top: 40px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #555;
}

.about-quote-arrow-fg {
    position: absolute;
    left: -11px;
    top: 40px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #fff;
}

.about-quote-text-item {
    letter-spacing: 1px;
    font-size: 14px;
}

.about-quote-pagination {
    margin-top: 30px;
    margin-left: 35px !important;
}

.about-portrait-img {
    max-height: 50vh;
}

/* Swiper dot bullets custom styling */
.about-quote-pagination .jh-dot-custom {
    background-color: #222;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
    opacity: 1;
    margin: 0 4px;
}

.about-quote-pagination .jh-dot-custom.swiper-pagination-bullet-active {
    background-color: #ff5722;
}

/* Dark Feature section */
.about-dark-section {
    background-color: #17181c;
    padding: 0;
}

.about-dark-rotate-word {
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    letter-spacing: 20px;
    font-weight: 800;
    font-size: 22px;
    font-family: var(--rs-ff-title, 'Poppins', sans-serif);
    color: white;
    white-space: nowrap;
    z-index: 2;
}

.about-dark-img-wrap {
    margin-left: 20%;
    width: 80%;
}

.about-dark-img {
    width: 100%;
    object-fit: cover;
    max-height: 800px;
    display: block;
}

.about-dark-content {
    padding-left: 20px;
}

.about-dark-title {
    color: #e3b54b;
    font-size: 4.5rem;
    transform: rotate(-3deg);
    line-height: 1;
}

.about-dark-p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    opacity: 0.95;
    padding-right: 5%;
}

/* Podcasters page watermark */
.about-podcasters-bg-word {
    top: 35%;
    font-size: 13vw;
    opacity: 0.5;
}

/* Social Icon Hover and alignment */
.podcaster-socials {
    margin-top: 8px;
    display: flex;
    gap: 12px;
}

.podcaster-social-link {
    color: #666;
    font-size: 18px;
    transition: color 0.3s;
}

.podcaster-social-link:hover {
    color: #e3b54b !important;
}

/* ==========================================
   Responsive Overrides for About Page Layout
   ========================================== */
@media (max-width: 991.98px) {
    .editorial-section-one {
        padding: 80px 0;
    }
    
    .editorial-bg-word {
        font-size: 10vw;
        right: 1rem;
    }

    .about-handwritten-title {
        font-size: 2.8rem;
        transform: none;
        margin-top: 20px;
        text-align: center;
    }

    .editorial-section-three {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .about-real-talk-title {
        font-size: 3rem;
        transform: none;
        text-align: center;
    }

    .about-quote-box {
        margin-left: 0;
        padding: 30px 15px;
    }

    .about-quote-arrow-bg,
    .about-quote-arrow-fg {
        display: none;
    }

    .about-quote-pagination {
        margin-left: 0 !important;
        justify-content: center;
    }

    .about-portrait-img {
        max-height: 40vh;
        margin-top: 30px;
    }

    .about-dark-rotate-word {
        position: relative;
        transform: none;
        left: auto;
        top: auto;
        text-align: center;
        padding: 20px 0;
        letter-spacing: 10px;
        font-size: 18px;
    }

    .about-dark-img-wrap {
        margin-left: 0;
        width: 100%;
    }

    .about-dark-content {
        padding: 0 20px;
    }

    .about-dark-title {
        font-size: 3rem;
        transform: none;
        text-align: center;
    }

    .about-dark-p {
        text-align: center;
        padding-right: 0;
    }
}

@media (max-width: 767.98px) {
    .editorial-title {
        font-size: 20px;
        text-align: center;
    }

    .editorial-p {
        font-size: 14px;
        line-height: 1.6;
        text-align: center;
    }

    .editorial-title-small {
        font-size: 18px;
        text-align: center;
    }

    .editorial-p-small {
        font-size: 13px;
        line-height: 1.6;
        text-align: center;
    }

    .about-handwritten-title {
        font-size: 2.2rem;
    }

    .about-real-talk-title {
        font-size: 2.4rem;
    }

    .about-dark-title {
        font-size: 2.4rem;
    }
}