/* Schimbă prețurile în gold */
.pricing-price {
    color: #D4A84B !important;
}

/* Schimbă badge-ul "MOST POPULAR" */
.pricing-badge {
    background: #D4A84B !important;
    color: #0A0A0A !important;
}

/* Schimbă săgețile din listă */
.pricing-features li::before {
    color: #D4A84B !important;
}

/* Schimbă butonul de la cardul popular */
.pricing-card.popular .btn {
    background: #D4A84B !important;
    color: #0A0A0A !important;
}

/* Schimbă categoriile (EARS, FACE, BODY) */
.piercing-category h4 {
    color: #D4A84B !important;
}
.footer-logo {
    font-family: var(--font-body);
    font-size: 12px;
    color: #9a9a9a;
}

.footer-logo a {
    color: #ff4e27;
    text-decoration: none;
    font-weight: 600;
}

.footer-logo a:hover {
    color: #ff4e27;
    opacity: 0.85;
}
.pricing-section .pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.pricing-section .pricing-card {
    width: 100%;
    max-width: none;
}

@media (max-width: 900px) {
    .pricing-section .pricing-grid {
        grid-template-columns: 1fr;
    }
}
.piercing-list {
    margin-top: 40px;
}
.artist-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
}

.artist-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
}

.artist-show-all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 168px;
    height: 56px;
    padding: 0 20px;
    border: 2px solid #2f7df6;
    border-radius: 999px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    background: transparent;
    transition: all 0.2s ease;
}

.artist-show-all-btn:hover {
    background: rgba(47, 125, 246, 0.08);
}

.artist-show-all-icon {
    font-size: 13px;
    line-height: 1;
    transform: translateY(1px);
}
.artist-full-profile,
.artist-portfolio-link {
    color: #D4A84B !important;
    text-decoration: none !important;
    font-weight: 500;
}

.artist-full-profile:hover,
.artist-portfolio-link:hover {
    color: #D4A84B !important;
    opacity: 0.85;
}
.services-section .section-title {
    margin-bottom: 40px;
}

.consultation-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    z-index: 9999;
}

.consultation-modal.active {
    display: flex;
}

.consultation-modal-box {
    position: relative;
    width: 100%;
    max-width: 520px;
    background: #111111;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.consultation-modal-box h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 42px;
    line-height: 1.1;
}

.consultation-modal-box p {
    margin: 0 0 22px;
    color: #a7a7a7;
    line-height: 1.6;
}

.consultation-close {
    position: absolute;
    top: 14px;
    right: 16px;
    background: transparent;
    border: 0;
    color: #cfcfcf;
    font-size: 28px;
    cursor: pointer;
}

.consultation-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.consultation-form label {
    color: #f3f3f3;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: -6px;
}

.consultation-form input,
.consultation-form textarea {
    width: 100%;
    background: #0b0b0b;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 14px 16px;
    color: #fff;
    font-size: 15px;
    outline: none;
}

.consultation-form input:focus,
.consultation-form textarea:focus {
    border-color: #d4a84b;
    box-shadow: 0 0 0 1px #d4a84b;
}

.consultation-submit {
    margin-top: 8px;
    width: 100%;
    border: 0;
    border-radius: 999px;
    padding: 16px 22px;
    background: #d4a84b;
    color: #111;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}

body.modal-open {
    overflow: hidden;
}

.hero-logo-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-logo-wrap::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,168,75,0.30) 0%, rgba(212,168,75,0.14) 40%, rgba(212,168,75,0) 72%);
    filter: blur(25px);
    z-index: 0;
}

.hero-logo {
    position: relative;
    z-index: 1;
}
.header-socials {
    display: flex;
    align-items: center;
    gap: 14px;          /* spațiu între iconuri */
    margin-left: 22px;  /* spațiu între CONTACT și iconuri */
}

.header-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.header-socials a svg {
    width: 20px;
    height: 20px;
    stroke-width: 2;
}

.header-socials a:nth-child(1) {
    color: #ff2f7d; /* Instagram */
}

.header-socials a:nth-child(2) {
    color: #1877f2; /* Facebook */
}

.header-socials a:nth-child(3) {
    color: #ffffff; /* TikTok/X */
}

.header-socials a:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}
.site-footer .footer-socials,
.site-footer .social-links {
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-footer .footer-socials a,
.site-footer .social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    text-decoration: none;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
}

.site-footer .footer-socials a svg,
.site-footer .social-links a svg {
    width: 20px;
    height: 20px;
    stroke-width: 2;
}

.site-footer .footer-socials a:nth-child(1),
.site-footer .social-links a:nth-child(1) {
    color: #ff2f7d !important; /* Instagram */
}

.site-footer .footer-socials a:nth-child(2),
.site-footer .social-links a:nth-child(2) {
    color: #1877f2 !important; /* Facebook */
}

.site-footer .footer-socials a:nth-child(3),
.site-footer .social-links a:nth-child(3) {
    color: #ffffff !important; /* TikTok */
}
.pricing-section .piercing-list {
    max-width: 980px;
    margin: 40px auto 0;
    padding: 42px 46px;
    border: 1px solid rgba(212,168,75,0.18);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.01) 100%);
}

.pricing-section .piercing-header {
    text-align: center;
    margin-bottom: 40px;
}

.pricing-section .piercing-header h3 {
    font-size: 56px;
    line-height: 1.05;
    margin-bottom: 10px;
    color: #fff;
}

.pricing-section .piercing-header h3 span {
    color: #D4A84B;
}

.pricing-section .piercing-header p {
    color: #9d9d9d;
    font-size: 18px;
}

.pricing-section .piercing-header a {
    color: #D4A84B;
    text-decoration: none;
}

.pricing-section .piercing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.pricing-section .piercing-category h4 {
    color: #D4A84B !important;
    font-size: 20px;
    margin-bottom: 18px;
}

.pricing-section .piercing-item {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    color: #d7d7d7;
    font-size: 18px;
}

.pricing-section .piercing-item span:last-child {
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}

.pricing-section .piercing-note {
    text-align: center;
    color: #7d7d7d;
    margin: 34px 0 18px;
    font-size: 15px;
}

.pricing-section .piercing-enquire-btn {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background: transparent;
    border: 0;
    color: #D4A84B;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .pricing-section .piercing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-section .piercing-header h3 {
        font-size: 42px;
    }
}
.pricing-section .piercing-header h3 { font-size: 42px !important; }
.pricing-section .piercing-header p { font-size: 16px !important; }
.pricing-section .piercing-category h4 { font-size: 18px !important; }
.pricing-section .piercing-item { font-size: 15px !important; padding: 10px 0 !important; }
.pricing-section .piercing-item span:last-child { font-size: 15px !important; }
.pricing-section .piercing-note { font-size: 14px !important; }
.pricing-section .piercing-enquire-btn { font-size: 18px !important; }
.piercing-bottom-text { font-size: 14px !important; color: #6f6f6f !important; }
.pricing-section .piercing-list {
    max-width: 980px !important;
    padding: 34px 36px !important;
}

.pricing-section .piercing-header {
    margin-bottom: 24px !important;
}

.pricing-section .piercing-header h3 {
    font-size: 28px !important;
    line-height: 1.1 !important;
    margin-bottom: 6px !important;
}

.pricing-section .piercing-header p {
    font-size: 14px !important;
}

.pricing-section .piercing-grid {
    gap: 24px !important;
}

.pricing-section .piercing-category h4 {
    font-size: 14px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    margin-bottom: 12px !important;
}

.pricing-section .piercing-item {
    font-size: 13px !important;
    padding: 8px 0 !important;
}

.pricing-section .piercing-item span:last-child {
    font-size: 13px !important;
}

.pricing-section .piercing-note {
    font-size: 12px !important;
    margin: 20px 0 10px !important;
}

.pricing-section .piercing-enquire-btn {
    font-size: 16px !important;
    margin-top: 8px !important;
}

.piercing-bottom-text {
    font-size: 12px !important;
    line-height: 1.7 !important;
}
.piercing-bottom-text {
    margin-top: 28px !important;
}
.pricing-card.popular {
    position: relative;
    border: 1px solid rgba(212, 168, 75, 0.55) !important;
    border-radius: 28px !important;
    background: rgba(20, 20, 20, 0.78) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow:
        0 0 0 1px rgba(212, 168, 75, 0.06) inset,
        0 10px 24px rgba(212, 168, 75, 0.06) !important;
    overflow: visible !important;
}

.pricing-card.popular::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 32px;
    background: radial-gradient(circle at 50% 18%, rgba(212, 168, 75, 0.10) 0%, rgba(212, 168, 75, 0.04) 35%, transparent 68%);
    filter: blur(18px);
    pointer-events: none;
    z-index: 0;
}

.pricing-card.popular &gt; * {
    position: relative;
    z-index: 1;
}
.pricing-card.popular {
    position: relative !important;
    overflow: visible !important;
}

.pricing-card.popular .pricing-badge,
.pricing-card.popular .popular-badge {
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 5 !important;
    padding: 10px 26px !important;
    border-radius: 999px !important;
    background: #D4A84B !important;
    color: #0A0A0A !important;
}
.contact-socials .social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-socials .social-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 12px;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 999px;
    background: rgba(255,255,255,0.02);
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.contact-socials .social-link svg {
    width: 12px;
    height: 12px;
    stroke-width: 2;
    flex-shrink: 0;
}

.contact-socials .social-link:nth-child(1) {
    color: #ff2f7d !important;
}

.contact-socials .social-link:nth-child(2) {
    color: #1877f2 !important;
}

.contact-socials .social-link:nth-child(3) {
    color: #ffffff !important;
}

.contact-socials .social-link:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}
.hero-socials a,
.hero .social-links a,
.hero .hero-socials a {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.hero-socials a:nth-child(1),
.hero .social-links a:nth-child(1),
.hero .hero-socials a:nth-child(1) {
    color: #ff2f7d !important; /* Instagram */
}

.hero-socials a:nth-child(2),
.hero .social-links a:nth-child(2),
.hero .hero-socials a:nth-child(2) {
    color: #1877f2 !important; /* Facebook */
}

.hero-socials a:nth-child(3),
.hero .social-links a:nth-child(3),
.hero .hero-socials a:nth-child(3) {
    color: #ffffff !important; /* TikTok */
}

.hero-socials a:hover,
.hero .social-links a:hover,
.hero .hero-socials a:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}
.artist-portfolio .portfolio-hidden {
    display: none;
}

.artist-portfolio.expanded .portfolio-hidden {
    display: block;
}
.portfolio-modal-box {
    max-width: 1200px !important;
    width: 95% !important;
    padding: 40px !important;
}

.portfolio-modal-header {
    text-align: center;
    margin-bottom: 32px;
}

.portfolio-modal-header h3 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #D4A84B;
}

.portfolio-modal-role {
    color: #D4A84B;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.portfolio-modal-nationality {
    color: #7d7d7d;
    font-size: 14px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.portfolio-modal-bio {
    max-width: 780px;
    margin: 0 auto 18px;
    color: #bdbdbd;
    line-height: 1.8;
    font-size: 18px;
}

.portfolio-modal-instagram {
    color: #9d9d9d;
    text-decoration: none;
    font-size: 16px;
}

.portfolio-modal-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.portfolio-modal-grid img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}
.consultation-modal {
    overflow-y: auto !important;
    align-items: flex-start !important;
    padding: 30px 20px !important;
}

.portfolio-modal-box {
    width: min(95%, 1200px) !important;
    max-height: calc(100vh - 60px) !important;
    overflow-y: auto !important;
    margin: 20px auto !important;
    padding: 32px !important;
}

.portfolio-modal-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.portfolio-modal-grid img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

@media (max-width: 1024px) {
    .portfolio-modal-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .portfolio-modal-box {
        width: 100% !important;
        max-height: calc(100vh - 20px) !important;
        padding: 20px !important;
    }

    .portfolio-modal-grid {
        grid-template-columns: 1fr;
    }
}
.portfolio-modal-header h3 {
    font-size: 34px !important;
    line-height: 1.1 !important;
    margin-bottom: 8px !important;
    color: #D4A84B !important;
}

.portfolio-modal-role {
    font-size: 12px !important;
    letter-spacing: 2.5px !important;
    margin-bottom: 10px !important;
}

.portfolio-modal-nationality {
    font-size: 12px !important;
    margin-bottom: 14px !important;
}

.portfolio-modal-bio {
    max-width: 700px !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin: 0 auto 14px !important;
    color: #a9a9a9 !important;
}

.portfolio-modal-instagram {
    font-size: 14px !important;
    color: #8f8f8f !important;
}

.portfolio-modal-header {
    margin-bottom: 24px !important;
}
.portfolio-modal-grid {
    max-width: 1100px;
    margin: 0 auto;
    justify-content: center;
    justify-items: center;
}

.portfolio-modal-grid img {
    width: 100%;
    max-width: 260px;
    height: 260px;
    object-fit: cover;
    display: block;
}
.artist-full-profile {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    color: #D4A84B !important;
    text-decoration: none !important;
    font-weight: 500;
    cursor: pointer;
}

.artist-full-profile:hover {
    background: transparent !important;
    color: #D4A84B !important;
    opacity: 0.85;
}
.portfolio-modal-book-wrap {
    display: flex;
    justify-content: center;
    margin-top: 22px;
    margin-bottom: 10px;
}

.portfolio-book-btn {
    border: 0;
    border-radius: 999px;
    padding: 15px 28px;
    background: #D4A84B;
    color: #111;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.portfolio-book-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}
.aftercare-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

@media (max-width: 900px) {
    .aftercare-grid {
        grid-template-columns: 1fr;
    }
.aftercare-card p:first-of-type {
    margin-bottom: 28px !important;
}
	}
.scroll-indicator {
    position: absolute;
    left: 50%;
    bottom: 55px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    z-index: 20;
    text-decoration: none;
    cursor: pointer;
}
.scroll-text {
    font-size: 9px;
    letter-spacing: 6px;
    color: #D4A84B;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 300;
    opacity: 0.7;
    animation: scrollTextPulse 1.5s linear infinite;
}

.scroll-track {
    position: relative;
    width: 1px;
    height: 46px;
    background: rgba(212, 168, 75, 0.22);
    overflow: hidden;
}

.scroll-thumb {
    position: absolute;
    top: -16px;
    left: 0;
    width: 1px;
    height: 16px;
    background: #D4A84B;
    animation: scrollMove 1.5s linear infinite;
}

@keyframes scrollMove {
    0% {
        top: -16px;
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    100% {
        top: 46px;
        opacity: 0;
    }
}

@keyframes scrollTextPulse {
    0% {
        opacity: 0.45;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.45;
    }
}
html {
    scroll-behavior: smooth;
}

.studio-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #050505;
}

.studio-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.studio-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.28);
}

.studio-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5,5,5,0.90) 0%, rgba(5,5,5,0.82) 26%, rgba(5,5,5,0.48) 58%, rgba(5,5,5,0.18) 100%);
    z-index: 1;
}

.studio-section .container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
}

.studio-content {
    max-width: 560px;
    padding: 100px 0;
    margin-left: 0px;
}

.studio-label {
    margin: 0 0 18px;
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.58);
    font-weight: 400;
}

.studio-title {
    margin: 0 0 26px;
    font-size: 72px;
    line-height: 0.92;
    letter-spacing: 0;
    color: #fff;
    font-weight: 600;
}

.studio-description {
    max-width: 540px;
    margin: 0 0 34px;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255,255,255,0.72);
}

.studio-hours-card {
    width: 100%;
    max-width: 640px;
    margin: 0 0 34px;
    padding: 26px 28px;
    border: 1px solid rgba(212,168,75,0.14);
    border-radius: 22px;
    background: rgba(9,9,9,0.56);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.studio-hours-label {
    margin: 0 0 18px;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #D4A84B;
}

.studio-hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 8px 0;
    font-size: 16px;
    color: rgba(255,255,255,0.82);
}

.studio-hours-row span:last-child {
    color: #fff;
}

.studio-visit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 205px;
    height: 54px;
    padding: 0 28px;
    border-radius: 999px;
    border: 1.5px solid #D4A84B;
    background: #D4A84B;
    color: #0A0A0A;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.25s ease;
}

.studio-visit-btn:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}

@media (max-width: 1100px) {
    .studio-content {
        margin-left: 0;
        max-width: 520px;
    }

    .studio-title {
        font-size: 54px;
    }
}

@media (max-width: 768px) {
    .studio-section {
        min-height: auto;
        padding: 90px 0;
    }

    .studio-content {
        padding: 40px 0;
    }

    .studio-title {
        font-size: 40px;
        line-height: 1;
    }

    .studio-description {
        font-size: 15px;
    }

    .studio-hours-row {
        font-size: 14px;
    }
}
.about-section .container {
    max-width: 1400px;
    padding-left: 48px;
    padding-right: 48px;
    margin: 0 auto;
}

.about-section .about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}

.about-section .about-content {
    max-width: 100%;
    margin: 0;
    padding: 0;
    transform: none;
}

@media (max-width: 1024px) {
    .about-section .container {
        padding-left: 32px;
        padding-right: 32px;
    }

    .about-section .about-grid {
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .about-section .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-section .about-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .about-section .about-content {
        max-width: 100%;
    }
}

/* HERO responsive */
.hero {
    min-height: 100svh;
    padding: 120px 20px 100px;
}

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

.hero-actions,
.hero-meta,
.hero-socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.scroll-indicator {
    bottom: 24px;
}

@media (max-width: 1024px) {
    .hero {
        padding: 110px 20px 90px;
    }
}

@media (max-width: 768px) {
    .hero {
        min-height: auto;
        padding: 100px 20px 80px;
    }

    .hero-actions,
    .hero-meta,
    .hero-socials {
        flex-direction: column;
        align-items: center;
    }

    .scroll-indicator {
        display: none;
    }
}

@media (min-width: 992px){
  .studio-section{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:stretch;
  }
}
