/* =========================
   RESPONSIVE — TABLETTE
   <= 992px
========================= */

@media (max-width: 992px) {

    /* Global */
    .section-padding {
        padding: 80px 0;
    }

    /* Hero */
    .hero-section {
        padding-top: 140px;
    }

    .home-hero-premium {
        padding-top: calc(var(--navbar-height) + 44px);
    }

    .home-hero-premium__shell {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .home-hero-premium__title {
        font-size: 62px;
    }

    .home-hero-premium__visual {
        grid-template-columns: minmax(0, 1fr) 190px;
    }

    .home-hero-premium__main-card,
    .home-hero-premium__main-image {
        min-height: 520px;
    }

    .home-hero-premium__side-images img {
        height: 250px;
    }

    .home-hero-premium__stats {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .home-hero-premium__stat {
        padding: 22px;
    }

    .home-hero-premium__stat + .home-hero-premium__stat {
        border-left: 0;
        border-top: 1px solid rgba(17, 17, 17, .08);
    }

    .hero-section h1 {
        font-size: 56px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-stats {
        flex-direction: column;
        gap: 24px;
    }

    .hero-image {
        height: 480px;
        margin-top: 60px;
    }

    .floating-card {
        display: none;
    }

    /* Cards / CTA */
    .step-card,
    .value-card {
        min-height: auto;
    }

    .cta-box {
        padding: 50px 30px;
    }

    .cta-box h2 {
        font-size: 42px;
    }

    .odish-opportunities-header {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .odish-opportunities-actions {
        align-items: flex-start;
        gap: 26px;
        padding-top: 0;
    }

    .odish-opportunities-trust {
        grid-template-columns: repeat(3, minmax(180px, 1fr));
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .odish-opportunities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .odish-opportunity-card__media {
        height: 250px;
    }

    .odish-opportunity-card__content {
        padding: 26px;
    }

    .odish-opportunity-card__title-row h3 {
        font-size: 24px;
    }

    .pwa-promo-shell {
        padding: 34px 28px;
        border-radius: 30px;
    }

    .pwa-promo-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .pwa-device-stage {
        min-height: auto;
    }

    .pwa-platform-panel {
        grid-template-columns: repeat(2, 1fr);
    }

    .pwa-platform-label,
    .pwa-update-card {
        grid-column: 1 / -1;
    }

    .pwa-update-card {
        margin-top: 0;
    }

    .pwa-guide-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    /* Audition */
    .audition-hero {
        flex-direction: column;
    }

    .audition-hero-image {
        width: 100%;
        min-width: 100%;
        height: 320px;
    }

    .audition-meta-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .recruiter-box {
        grid-template-columns: 1fr;
    }

    /* About */
    .about-image {
        height: 500px;
    }

    .timeline-item {
        padding-left: 70px;
    }

    /* Dashboard */
    .dashboard-layout {
        flex-direction: column;
    }

    .dashboard-sidebar {
        width: 100%;
        flex: 0 0 auto;
        height: auto;
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
        padding: 20px;
    }

    .dashboard-content {
        padding: 20px;
    }

    .profile-grid {
        grid-template-columns: 1fr;
    }
}


/* =========================
   RESPONSIVE — MOBILE
   <= 768px
========================= */

@media (max-width: 768px) {

    /* Global */
    .section-padding {
        padding: 30px 0;
    }

    .dashboard-content {
        padding: 24px 16px;
    }

    .section-title,
    .section-heading h2 {
        font-size: 42px;
    }

    .section-heading {
        margin-bottom: 60px;
    }

    .home-hero-premium {
        padding: calc(var(--navbar-height) + 30px) 0 34px;
    }

    .home-hero-premium::before,
    .home-hero-premium::after {
        display: none;
    }

    .home-hero-premium__badge {
        font-size: 12px;
        margin-bottom: 22px;
    }

    .home-hero-premium__title {
        font-size: 48px;
        letter-spacing: -1px;
        margin-bottom: 24px;
    }

    .home-hero-premium__text {
        font-size: 17px;
        line-height: 1.65;
        margin-bottom: 28px;
    }

    .home-hero-premium__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home-hero-premium__primary,
    .home-hero-premium__secondary {
        width: 100%;
        min-height: 56px;
    }

    .home-hero-premium__trust {
        align-items: flex-start;
        line-height: 1.5;
    }

    .home-hero-premium__visual {
        grid-template-columns: 1fr;
    }

    .home-hero-premium__main-card,
    .home-hero-premium__main-image {
        min-height: 430px;
    }

    .home-hero-premium__main-card {
        border-radius: 26px;
    }

    .home-hero-premium__side-images {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-hero-premium__side-images img {
        height: 180px;
        border-radius: 20px;
    }

    .home-hero-premium__verified {
        right: 16px;
        bottom: 18px;
    }

    .home-hero-premium__stats {
        margin-top: 34px;
        border-radius: 22px;
    }

    .home-hero-premium__stat-icon {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
        font-size: 24px;
    }

    .home-hero-premium__stat strong {
        font-size: 34px;
    }

    .odish-opportunities-section::before,
    .odish-opportunities-section::after {
        display: none;
    }

    .odish-opportunities-heading h2 {
        font-size: 44px;
    }

    .odish-opportunities-heading p {
        font-size: 17px;
    }

    .odish-opportunities-all-link {
        width: 100%;
    }

    .odish-opportunities-trust {
        grid-template-columns: 1fr;
        overflow: visible;
        gap: 12px;
    }

    .odish-opportunities-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .odish-opportunity-card {
        border-radius: 24px;
    }

    .odish-opportunity-card__media {
        height: 230px;
    }

    .odish-opportunity-card__content {
        padding: 24px 22px 22px;
    }

    .odish-opportunity-card__footer {
        flex-wrap: wrap;
    }

    /* Hero */
    .hero-section h1 {
        font-size: 48px;
    }

    .hero-badge {
        font-size: 14px;
    }

    .hero-actions,
    .hero-stats {
        width: 100%;
    }

    /* Ribbon */
    .page-ribbon {
        padding: 150px 0 70px;
    }

    .ribbon-content {
        align-items: flex-start;
    }

    .ribbon-breadcrumb {
        margin-top: 10px;
    }

    /* Casting */
    .casting-content h3 {
        font-size: 24px;
    }

    /* Artist */
    .artist-profile-hero {
        flex-direction: column;
        text-align: center;
    }

    .artist-meta-grid,
    .photo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .video-grid {
        grid-template-columns: 1fr;
    }

    .artist-actions {
        flex-direction: column;
    }

    /* Audition */
    .audition-hero-content h1 {
        font-size: 38px;
    }

    .audition-meta-grid,
    .criteria-grid {
        grid-template-columns: 1fr;
    }

    .audition-actions {
        flex-direction: column;
    }

    /* Profile */
    .profile-infos {
        grid-template-columns: 1fr;
    }

    /* Dashboard */
    .dashboard-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    /* About */
    .about-image {
        height: 420px;
    }

    .timeline::before {
        left: 20px;
    }

    .timeline-item {
        padding-left: 55px;
    }

    .timeline-item::before {
        left: 8px;
    }

    .timeline-item h3 {
        font-size: 24px;
    }

    .team-photo-frame > img {
        height: 280px;
    }

    .value-card {
        min-height: auto;
    }

    .pwa-promo-title {
        font-size: 38px;
    }

    .pwa-promo-lead {
        font-size: 16px;
    }

    .pwa-platform-panel {
        grid-template-columns: 1fr;
    }

    .pwa-phone {
        width: min(340px, 100%);
    }

    .pwa-phone-frame {
        min-height: 580px;
    }

    .pwa-install-guide {
        margin-top: 48px;
    }

    .pwa-device-stage,
    .pwa-platform-panel,
    .pwa-mobile-bottom-nav {
        display: none;
    }

    .pwa-install-guide {
        display: block;
        margin-top: 34px;
        padding: 26px;
        border-radius: 24px;
        background: rgba(255, 255, 255, .84);
    }

    .pwa-mobile-preview-bar {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 34px;
    }

    .pwa-mobile-preview-brand {
        width: 58px;
        margin-right: auto;
    }

    .pwa-mobile-preview-brand img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .pwa-mobile-preview-bar i {
        color: #111111;
    }

    .pwa-promo-section {
        padding-top: 58px;
        padding-bottom: calc(112px + env(safe-area-inset-bottom));
    }

    .pwa-promo-content {
        text-align: left;
    }

    .pwa-benefits {
        gap: 14px;
    }

    .pwa-benefit {
        padding: 16px;
        border: 1px solid rgba(17, 17, 17, .07);
        border-radius: 18px;
        background: rgba(255, 255, 255, .82);
        box-shadow: 0 14px 34px rgba(17, 17, 17, .05);
    }
}


/* =========================
   RESPONSIVE — PETITS MOBILES
   <= 480px
========================= */

@media (max-width: 480px) {

    .section-title,
    .section-heading h2 {
        font-size: 34px;
    }

    .hero-section {
        padding-top: 120px;
    }

    .hero-section h1 {
        font-size: 38px;
    }

    .home-hero-premium__title {
        font-size: 40px;
    }

    .home-hero-premium__badge {
        padding: 9px 13px;
        line-height: 1.2;
    }

    .home-hero-premium__main-card,
    .home-hero-premium__main-image {
        min-height: 360px;
    }

    .home-hero-premium__new-badge {
        top: 16px;
        left: 16px;
        min-height: 40px;
        padding: 0 14px;
        font-size: 13px;
    }

    .home-hero-premium__verified {
        min-height: 46px;
        padding: 0 14px;
        font-size: 14px;
    }

    .home-hero-premium__side-images {
        display: none;
    }

    .home-hero-premium__stat {
        gap: 16px;
        padding: 18px 10px;
    }

    .home-hero-premium__stat small {
        font-size: 13px;
    }

    .odish-opportunities-eyebrow {
        gap: 12px;
        margin-bottom: 18px;
    }

    .odish-opportunities-eyebrow span {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .odish-opportunities-heading h2 {
        font-size: 38px;
        letter-spacing: 0;
    }

    .odish-opportunities-heading p {
        font-size: 16px;
    }

    .odish-opportunities-header {
        margin-bottom: 32px;
    }

    .odish-opportunity-card__media {
        height: 210px;
    }

    .odish-opportunity-card__badge {
        top: 16px;
        left: 16px;
        min-height: 34px;
        padding: 0 14px;
    }

    .odish-opportunity-card__favorite {
        top: 16px;
        right: 16px;
        width: 44px;
        height: 44px;
        font-size: 19px;
    }

    .odish-opportunity-card__title-row {
        grid-template-columns: 1fr;
    }

    .odish-opportunity-card__brand,
    .odish-opportunity-card__type {
        display: none;
    }

    .odish-opportunity-card__title-row h3 {
        font-size: 23px;
    }

    .odish-opportunity-card__meta {
        gap: 10px 16px;
    }

    .odish-opportunity-card__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .odish-opportunity-card__details {
        width: 100%;
        justify-content: space-between;
    }

    .pwa-promo-shell {
        padding: 22px 14px 28px;
        border-radius: 22px;
    }

    .pwa-promo-title {
        font-size: clamp(28px, 8.5vw, 34px);
        letter-spacing: 0;
        line-height: 1.12;
    }

    .pwa-promo-badge {
        max-width: 100%;
        font-size: 11px;
        white-space: normal;
        padding: 8px 12px;
        line-height: 1.25;
    }

    .pwa-promo-lead {
        line-height: 1.65;
        margin-bottom: 26px;
    }

    .pwa-benefit {
        gap: 14px;
        align-items: flex-start;
    }

    .pwa-benefit-icon {
        width: 54px;
        height: 54px;
        flex-basis: 54px;
    }

    .pwa-benefit h3 {
        font-size: 16px;
    }

    .pwa-promo-install-btn {
        width: 100%;
        min-height: 56px;
        border-radius: 16px;
        white-space: normal;
        line-height: 1.25;
    }

    .pwa-install-help {
        width: 100%;
        font-size: 13px;
    }

    .pwa-device-stage {
        margin-top: 8px;
    }

    .pwa-phone-halo {
        width: 250px;
        height: 250px;
    }

    .pwa-phone {
        width: min(300px, 100%);
        border-radius: 38px;
    }

    .pwa-phone-frame {
        min-height: 538px;
        border-radius: 32px;
        padding: 18px;
    }

    .pwa-phone-notch {
        width: 76px;
        height: 23px;
    }

    .pwa-app-logo {
        width: 40px;
    }

    .pwa-app-topbar {
        gap: 10px;
    }

    .pwa-app-mode {
        padding: 4px 9px;
    }

    .pwa-app-welcome span,
    .pwa-app-welcome strong {
        font-size: 17px;
    }

    .pwa-app-row {
        padding: 11px 10px;
    }

    .pwa-app-row > span {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .pwa-platform-panel {
        gap: 14px;
    }

    .pwa-platform-label {
        margin-top: 4px;
    }

    .pwa-platform-card,
    .pwa-update-card {
        border-radius: 14px;
        padding: 18px;
    }

    .pwa-install-guide {
        display: block;
        margin-top: 28px;
        margin-bottom: 10px;
        border: 1px solid rgba(17, 17, 17, .07);
        padding: 20px;
        background: rgba(255, 255, 255, .82);
        box-shadow: 0 14px 36px rgba(17, 17, 17, .05);
    }

    .pwa-install-guide h3 {
        position: static;
        transform: none;
        padding: 0;
        margin-bottom: 18px;
        font-size: 22px;
        white-space: normal;
        text-align: left;
    }

    .pwa-guide-grid {
        gap: 14px;
    }

    .pwa-guide-card {
        align-items: flex-start;
        gap: 16px;
        background: #ffffff;
        border: 1px solid var(--odish-border);
        border-radius: 14px;
        padding: 20px;
        box-shadow: 0 12px 34px rgba(17, 17, 17, .06);
    }

    .pwa-guide-icon {
        width: 56px;
        height: 56px;
        flex-basis: 56px;
    }

    .pwa-guide-card h4 {
        font-size: 16px;
    }

    .pwa-guide-card p {
        font-size: 14px;
    }

    .pwa-guide-icon i {
        font-size: 26px;
    }

    .pwa-mobile-bottom-nav {
        position: absolute;
        left: 14px;
        right: 14px;
        bottom: 14px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 4px;
        background: #ffffff;
        border-radius: 22px;
        padding: 16px 10px;
        box-shadow: 0 18px 50px rgba(17, 17, 17, .1);
    }

    .pwa-mobile-bottom-nav span {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        color: #111111;
        font-size: 10px;
        font-weight: 800;
    }

    .pwa-mobile-bottom-nav i {
        font-size: 17px;
    }

    .pwa-mobile-bottom-nav .active {
        color: var(--odish-red);
    }

    .pwa-mobile-bottom-nav {
        display: none;
    }

    .hero-image {
        height: 360px;
    }

    .cta-box {
        padding: 40px 22px;
    }

    .cta-box h2 {
        font-size: 34px;
    }

    .artist-meta-grid,
    .photo-grid {
        grid-template-columns: 1fr;
    }

    .page-ribbon {
        padding: 130px 0 60px;
    }

    .audition-hero-content h1 {
        font-size: 32px;
    }

    .about-image {
        height: 340px;
    }

    .team-photo-frame > img {
        height: 280px;
    }
}

@media (max-width: 991.98px) {

    .premium-navbar {
        background: #fff;
        z-index: 9999;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 12px;
        right: 12px;
        z-index: 10000;
        background: #fff;
    }
}

/* =========================
   SOCIALS MOBILE NAVBAR
========================= */

@media (max-width: 991.98px) {

    .navbar-collapse .d-flex {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center;
        flex-wrap: wrap;
        gap: 14px !important;
        width: 100%;
    }

    .navbar-collapse .social-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        width: 42px;
        height: 42px;

        border-radius: 12px;

        background: #f8f8f8;
        border: 1px solid var(--odish-border);

        font-size: 18px;
    }

    .navbar-collapse .social-link:hover,
    .navbar-collapse .social-link:focus-visible,
    .navbar-collapse .social-link:active {
        background: var(--odish-red);
        border-color: var(--odish-red);
        color: #ffffff;
    }

}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 992px) {

    :root {
        --navbar-height: 76px;
    }

    main {
        padding-top: var(--navbar-height);
    }

    .premium-navbar {
        padding: 8px 0;
    }

    .navbar-brand img {
        height: 58px;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 12px;
        right: 12px;
        margin-top: 10px;
        padding: 18px;
        background: #ffffff;
        border: 1px solid var(--odish-border);
        border-radius: 20px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    }

    .navbar-nav {
        gap: 6px;
    }

    .nav-link {
        margin: 0;
        padding: 12px 0;
        font-size: 16px;
    }

    .navbar-collapse .nav-link {
        border-radius: 12px;
        padding: 12px 14px;
        transition: var(--transition);
    }

    .navbar-collapse .nav-link::after {
        display: none;
    }

    .navbar-collapse .nav-link:hover,
    .navbar-collapse .nav-link:focus-visible,
    .navbar-collapse .nav-link:active,
    .navbar-collapse .nav-link.active {
        background: #fff5f5;
        color: var(--odish-red);
    }

    .navbar-collapse .d-flex {
        flex-direction: column;
        align-items: stretch !important;
        gap: 14px !important;
        margin-top: 16px;
    }

    .navbar-collapse .btn-login,
    .navbar-collapse .btn-account {
        width: 100%;
        margin-top: 8px;
        text-align: center;
    }

    .navbar-collapse .btn-login:hover,
    .navbar-collapse .btn-login:focus-visible,
    .navbar-collapse .btn-login:active,
    .navbar-collapse .btn-account:hover,
    .navbar-collapse .btn-account:focus-visible,
    .navbar-collapse .btn-account:active {
        background: #c70811;
        border-color: #c70811;
        color: #ffffff;
    }

    .section-padding {
        padding: 80px 0;
    }

    .hero-section {
        padding-top: 140px;
    }

    .hero-section h1 {
        font-size: 56px;
    }

    .hero-actions,
    .hero-stats,
    .audition-hero,
    .dashboard-layout {
        flex-direction: column;
    }

    .hero-actions {
        align-items: stretch;
    }

    .hero-stats {
        gap: 24px;
    }

    .hero-image {
        height: 480px;
        margin-top: 60px;
    }

    .floating-card {
        display: none;
    }

    .step-card,
    .value-card {
        min-height: auto;
    }

    .cta-box {
        padding: 50px 30px;
    }

    .cta-box h2 {
        font-size: 42px;
    }

    .audition-hero-image {
        width: 100%;
        min-width: 100%;
        height: 320px;
    }

    .audition-meta-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .recruiter-box,
    .profile-grid {
        grid-template-columns: 1fr;
    }

    .about-image {
        height: 500px;
    }

    .timeline-item {
        padding-left: 70px;
    }

    .dashboard-sidebar {
        width: 100%;
        flex: 0 0 auto;
        height: auto;
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
        padding: 20px;
    }

    .dashboard-content {
        padding: 20px;
    }
}

@media (max-width: 768px) {

    :root {
        --navbar-height: 70px;
    }

    .navbar-brand img {
        height: 52px;
    }

    .section-padding {
        padding: 30px 0;
    }

    .dashboard-content {
        padding: 24px 16px;
    }

    .section-title,
    .section-heading h2 {
        font-size: 42px;
    }

    .section-heading {
        margin-bottom: 60px;
    }

    .hero-section h1 {
        font-size: 48px;
    }

    .hero-badge {
        font-size: 14px;
    }

    .hero-actions,
    .hero-stats {
        width: 100%;
    }

    .page-ribbon {
        padding: 130px 0 60px;
    }

    .ribbon-content {
        align-items: flex-start;
    }

    .ribbon-breadcrumb {
        margin-top: 10px;
    }

    .casting-content h3 {
        font-size: 24px;
    }

    .artist-profile-hero {
        flex-direction: column;
        text-align: center;
    }

    .artist-meta-grid,
    .photo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .video-grid,
    .profile-infos,
    .audition-meta-grid,
    .criteria-grid {
        grid-template-columns: 1fr;
    }

    .artist-actions,
    .audition-actions,
    .audition-dates,
    .audition-footer,
    .artist-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .audition-details-page .audition-actions {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 8px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .audition-details-page .audition-actions .btn-primary-premium,
    .audition-details-page .audition-actions .btn-secondary-premium,
    .audition-details-page .audition-actions .audition-favorite-action,
    .audition-details-page .audition-actions .application-status {
        width: auto;
        min-height: 34px;
        padding: 7px 10px;
        border-radius: 8px;
        font-size: 13px;
        flex: 0 0 auto;
    }

    .audition-card-horizontal {
        flex-direction: column;
    }

    .audition-image {
        width: 100%;
        min-width: 100%;
        height: 260px;
    }

    .audition-hero-content h1 {
        font-size: 38px;
    }

    .dashboard-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .about-image {
        height: 420px;
    }

    .timeline::before {
        left: 20px;
    }

    .timeline-item {
        padding-left: 55px;
    }

    .timeline-item::before {
        left: 8px;
    }

    .timeline-item h3 {
        font-size: 24px;
    }

    .team-photo-frame > img {
        height: 300px;
    }

    .contact-info-wrapper {
        padding-right: 0;
    }

    .dashboard-card,
    .artist-profile-hero,
    .audition-hero-content,
    .section-box {
        padding: 24px;
        margin-top: 80px;
    }

    .artist-profile-page .section-box,
    .audition-details-page .section-box,
    .artist-profile-page .artist-sections,
    .audition-details-page .audition-sections {
        margin-top: 0;
    }

    .audition-details-page .audition-detail-section--description {
        margin-top: 12px;
    }

    .contact-form-box {
        padding: 24px;
    }
}

@media (max-width: 480px) {

    :root {
        --navbar-height: 64px;
    }

    .premium-navbar {
        padding: 6px 0;
    }

    .navbar-brand img {
        height: 46px;
    }

    .navbar-collapse {
        left: 10px;
        right: 10px;
        padding: 16px;
        border-radius: 18px;
    }

    .section-title,
    .section-heading h2 {
        font-size: 34px;
    }

    .hero-section {
        padding-top: 120px;
    }

    .hero-section h1 {
        font-size: 38px;
        letter-spacing: -1.5px;
    }

    .hero-image {
        height: 360px;
        border-radius: 28px;
    }

    .cta-box {
        padding: 40px 22px;
        border-radius: 28px;
    }

    .cta-box h2 {
        font-size: 34px;
    }

    .artist-meta-grid,
    .photo-grid {
        grid-template-columns: 1fr;
    }

    .page-ribbon {
        padding: 115px 0 50px;
    }

    .audition-hero-content h1 {
        font-size: 32px;
    }

    .about-image {
        height: 340px;
    }

    .team-photo-frame > img {
        height: 280px;
    }

    .contact-section-premium {
        padding-bottom: 10px;
    }

    .contact-info-wrapper .contact-info-card {
        display: flex;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px;
        padding: 16px;
        margin-bottom: 14px;
        border-radius: 18px;
    }

    .contact-info-wrapper .contact-icon {
        width: 40px;
        height: 40px;
        border-radius: 14px;
        font-size: 15px;
    }

    .contact-info-wrapper .contact-info-card-body {
        width: 100%;
    }

    .contact-info-wrapper .contact-info-card span {
        margin-bottom: 4px;
        font-size: 10px;
        letter-spacing: .2em;
        line-height: 1.2;
    }

    .contact-info-wrapper .contact-info-card h4 {
        font-size: 18px;
        line-height: 1.18;
    }

    .contact-form-box {
        margin-top: 0;
    }

    .contact-guarantees {
        gap: 14px;
        margin-top: 22px;
        padding-top: 22px;
    }

    .contact-guarantee {
        flex: 0 0 auto;
        width: 100%;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form button {
        width: 100%;
        height: 52px;
    }
}

@media (max-width: 991px) {

    .navbar-collapse {
        margin-top: 18px;
        padding: 22px;
        background: white;
        border: 1px solid var(--odish-border);
        border-radius: 24px;
        box-shadow: 0 20px 60px rgba(0,0,0,.08);
    }

    .navbar-collapse .d-flex {
        flex-direction: column;
        align-items: stretch !important;
        gap: 14px !important;
        margin-top: 18px;
    }

    .user-dropdown {
        width: 100%;
    }

    .user-avatar-btn {
        width: 100%;
        height: auto;
        padding: 12px 14px;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        overflow: hidden;
    }

    .user-avatar-btn::before {
        content: "Mon espace";
        font-weight: 800;
        color: var(--odish-text);
        order: 2;
    }

    .user-avatar {
        width: 42px;
        height: 42px;
        min-width: 42px;
        object-fit: cover;
        object-position: center;
        border-radius: 50%;
        order: 1;
    }

    .premium-user-menu {
        width: 100%;
        margin-top: 10px;
        position: static !important;
        transform: none !important;
    }

    .premium-user-menu.show {
        display: block;
    }
}

@media (max-width: 992px) {
    .artist-profile-hero--detail {
        grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
        gap: 18px;
        margin-top: 16px;
        padding: 18px;
        text-align: left;
    }

    .artist-profile-hero--detail .artist-left {
        width: min(100%, 220px);
        min-height: 0;
    }

    .artist-profile-hero--detail .artist-avatar {
        min-height: 0;
    }

    .artist-profile-hero--detail .artist-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .artist-profile-hero--detail .artist-right::after {
        display: none;
    }

    .artist-profile-hero--detail .artist-actions {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-top: 12px;
    }

    .artist-profile-hero--detail .artist-actions .btn-primary-premium,
    .artist-profile-hero--detail .artist-actions .btn-secondary-premium,
    .artist-profile-hero--detail .artist-actions .odish-message-disabled-tooltip {
        flex: 0 0 auto;
    }
}

@media (max-width: 768px) {
    .artist-profile-hero--detail {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 14px;
        padding: 14px;
        text-align: left;
    }

    .artist-profile-hero--detail .artist-left {
        width: 180px;
        min-height: 0;
    }

    .artist-profile-hero--detail .artist-avatar {
        min-height: 0;
    }

    .artist-profile-hero--detail .artist-header-top h1 {
        font-size: 28px;
    }

    .artist-profile-hero--detail .artist-tags {
        margin-top: 12px;
    }

    .artist-profile-hero--detail .artist-bio {
        margin-top: 12px;
        font-size: 15px;
    }

    .artist-profile-hero--detail .artist-meta-grid {
        display: flex;
        grid-template-columns: none;
        gap: 0;
        margin-top: 12px;
    }

    .artist-profile-hero--detail .artist-actions {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 8px;
    }

    .artist-profile-hero__view-count {
        position: static;
        justify-content: flex-end;
        margin-top: 10px;
        font-size: 16px;
    }

    .artist-profile-hero__view-count i {
        font-size: 20px;
    }

    .artist-profile-hero--detail .artist-actions .btn-primary-premium,
    .artist-profile-hero--detail .artist-actions .btn-secondary-premium,
    .artist-profile-hero--detail .artist-actions .odish-message-disabled-tooltip {
        flex: 0 0 auto;
    }

    .artist-profile-hero--detail .artist-actions .btn-primary-premium,
    .artist-profile-hero--detail .artist-actions .btn-secondary-premium {
        min-height: 34px;
        padding: 7px 10px;
        font-size: 13px;
    }

    .artist-profile-hero--detail .artist-actions .btn-secondary-premium {
        width: auto;
        min-width: 0;
        padding: 7px 10px;
    }
}

@media (max-width: 768px) {
    .artist-results-toolbar {
        margin-bottom: 12px;
    }

    .artist-results-toolbar h2 {
        font-size: 18px;
    }

    .artist-profile-list .artist-directory-card {
        display: grid;
        grid-template-columns: 92px minmax(0, 1fr);
        grid-template-rows: minmax(0, 1fr) auto;
        gap: 9px;
        min-height: 122px;
        padding: 8px;
        border-radius: 12px;
        margin-top: 0;
        text-align: left;
    }

    .artist-directory-card__media {
        width: 92px;
        height: 92px;
        min-height: 0;
    }

    .artist-directory-card__avatar {
        min-height: 0;
    }

    .artist-directory-card__header h2 {
        font-size: 18px;
    }

    .artist-directory-card__tags {
        gap: 5px;
        margin-top: 5px;
    }

    .artist-directory-card__tags span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .artist-directory-card__bio {
        margin-top: 6px;
        font-size: 12px;
        line-height: 1.3;
    }

    .artist-directory-card__meta {
        gap: 5px 9px;
        margin-top: 7px;
        font-size: 11px;
    }

    .artist-directory-card__actions {
        display: none;
    }

    .artist-directory-card__view-count {
        grid-column: 2;
        grid-row: 2;
        justify-content: flex-end;
        margin-top: 10px;
        font-size: 16px;
    }

    .artist-directory-card__view-count i {
        font-size: 20px;
    }

}

@media (max-width: 480px) {
    .artist-profile-list .artist-directory-card {
        grid-template-columns: 78px minmax(0, 1fr);
        padding: 8px;
        margin-top: 0;
        text-align: left;
    }

    .artist-directory-card__media {
        width: 78px;
        height: 78px;
        min-height: 0;
    }

    .artist-directory-card__avatar {
        min-height: 0;
    }

    .artist-directory-card__header h2 {
        font-size: 16px;
    }

    .artist-directory-card__bio {
        -webkit-line-clamp: 1;
    }

    .artist-directory-card__view-count {
        font-size: 15px;
    }

    .artist-directory-card__view-count i {
        font-size: 19px;
    }
}
