@import './navbar.css';
@import './homepage.css';
@import './joinus.css';

@import './slider.css';
@import './contactus.css';
@import './responsive.css';





.last-block {
    background-image: url('../images/RR\ \(12\).png');
    background-position: bottom;
    /* position: absolute; */
    background-repeat: no-repeat;
    background-size: contain;
    animation: breathe-bg 3s ease-in-out infinite;
}

@keyframes breathe-bg {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.06);
    }

    100% {
        transform: scale(1);
    }
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.conference-image {
    position: relative;

    border-radius: 40px;
    overflow: hidden;

    padding-bottom: 10px;
}

/* IMAGE */
.conference-image img {
    width: 100%;
    height: auto;
    display: block;
}



/* DESCRIPTION TEXT */




.joy-wrapper {
    max-width: calc(100% - 260px); 
    margin-left: auto;
    margin-right: auto;
}

/* Laptop & tablet — թող վերադառնա normal width */
@media (max-width: 1400px) {
    .joy-wrapper {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .joy-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}


body {
     /* soft warm gray / beige */
    font-family: 'Montserrat', sans-serif;
     background-color: var(--page-bg);
}



.navbar-collapse {
    flex-grow: 0 !important;
}

/* ================================
   GLOBAL CONTENT WIDTH
================================ */

.joy-container {
    max-width: calc(100% - 520px); /* 260px + 260px */
    margin-left: auto;
    margin-right: auto;
}

/* slightly smaller screens */
@media (max-width: 1600px) {
    .joy-container {
        max-width: calc(100% - 360px);
    }
}

/* tablet + mobile */
@media (max-width: 991px) {
    .joy-container {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
}




/* ================================
   HERO — FIGMA COMPOSITION
================================ */
.joy-hero {
    position: relative;
    padding: 100px;
    overflow: hidden;
    z-index: 1;

    background-repeat: no-repeat;
    /* background-position: center center; */
    /* background-size: cover; */
    
}

.joy-hero::before {
    content: '';
    position: absolute;
    inset: 0;

    background-image: url('../images/RR\ \(9\).png');
    background-repeat: no-repeat;
    /* background-size: center; */
    background-position: right;
    
    z-index: 0;

    animation: heroPulse 4s ease-in-out infinite;
    transform-origin: center;
    
}

@keyframes heroPulse {
    0% {
        transform: scale(1);
        filter: blur(0px);
    }

    50% {
        transform: scale(1.04);
        filter: blur(2px);
    }

    100% {
        transform: scale(1);
        filter: blur(0px);
    }
}


/* blob */
.hero-blob-img {
    position: absolute;

    /* right: -220px; */
    /* top: 220px; */

    pointer-events: none;

    z-index: 1;

    will-change: filter, opacity;

    animation: heroBlobGlow 3s ease-in-out infinite;
}

/* content on top */
.joy-hero .joy-container {
    position: relative;
    z-index: 3;
}

@keyframes heroBlobGlow {
    0% {
        opacity: 0.65;
        filter: blur(2px) saturate(1);
    }

    50% {
        opacity: 1;
        filter: blur(26px) saturate(1.4);
    }

    100% {
        opacity: 0.65;
        filter: blur(2px) saturate(1);
    }
}

/* top row spacing */
.hero-top {
    margin-bottom: 42px;
    justify-content: space-between;
}

/* main title */
.hero-title {
    font-size: 55px;
    line-height: 0.9;
    font-weight: 400; /* thin */
    letter-spacing: -1.5px;
    margin: 0;
    color: #111;
}

/* middle line a bit bolder */
.hero-title-span {
font-weight: 300;
font-size: 100.87px;
line-height: 95.8px;
text-transform: uppercase;

}


/* side paragraph */
.hero-side-text {
    font-size: 14px;
    font-weight: 600;

    margin-top: 18px;
}

/* image */
.hero-media-wrap img {
    width: 100%;
    border-radius: 44px;
    object-fit: cover;
    margin-bottom: 100px;
}

/* bottom gradient glow */
.hero-blob-bottom {
    position: absolute;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle,
        #ffb703 0%,
        #fb8500 45%,
        transparent 70%);
    bottom: -160px;
    right: -120px;
    filter: blur(90px);
    z-index: 0;
}

.joy-hero .container {
    position: relative;
    z-index: 1;
}

/* responsive */
@media (max-width: 1200px) {
    .hero-title {
        font-size: 82px;
    }
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 56px;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 40px;
    }
}


/* ================================
   MISSION — WHITE CONTAINER STYLE
================================ */

.joy-mission {
    padding: 120px 0;
}

/* big white rounded box */
.mission-wrapper {
    background: #fff;
    border-radius: 48px;
    padding: 30px 30px;
}


.mission-content {
    padding: 30px;
}

/* left text */
.mission-content h2 {
    font-size: 60px;
    font-weight: 300;
    line-height: 1.05;
    margin-bottom: 20px;
}

.mission-content p {
    font-size: 21px;
    color: #000000;
    max-width: 440px;
    font-weight: 400;
    font-style: normal;
}

.mission-tabs {
    display: flex;
    gap: 10px;
    margin: 18px 0 22px;
    flex-wrap: wrap;
}

.mission-tab {
    border: 1px solid #000000;
    background: transparent;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
    transition: .25s;
}

.mission-tab:hover {
     color: #FF6D21;
    border: 1px solid #FF6D21;
}


/* text transition */
#missionText {
    transition: opacity .25s ease;
}

/* pill */
.mission-pill {
    display: inline-block;
    margin-bottom: 20px;
    background: #f2f2f2;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* image */
.mission-media img {
    width: 100%;
    height: 520px;
    border-radius: 36px;
    object-fit: cover;
}

/* responsive */
@media (max-width: 991px) {

    .mission-wrapper {
        padding: 40px 32px;
    }

    .mission-content h2 {
        font-size: 32px;
    }

    .mission-media img {
        height: 380px;
    }
}

@media (max-width: 575px) {

    .mission-content p {
        font-size: 14px;
    }
}


/* ================================
   RUNNING TEXT MARQUEE
================================ */

.joy-marquee {
    overflow: hidden;
    /* padding: 90px 0; */
}

.marquee-tracks {
    white-space: nowrap;
    overflow: hidden;
}

.marquee-content {
    display: inline-flex;
    align-items: center;
    animation: marqueeMove 22s linear infinite;
    font-size: 120px;
    font-weight: 300;
    text-transform: uppercase;
}

.marquee-content span {
    margin: 0 28px;
    color: #111;
}

.marquee-content span:nth-child(2n) {
    color: #111;
}

/* animation */
@keyframes marqueeMove {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* responsive */
@media (max-width: 991px) {
    .marquee-content {
        font-size: 64px;
    }
}

@media (max-width: 575px) {
    .marquee-content {
        font-size: 38px;
    }
}

/* ================================
   CAFE / CINEMA SECTION
================================ */

/* .joy-cafe-section {
    padding: 140px 0;
} */

/* wrapper */
.cafe-wrapper {
    /* background: #fdf8ec; */
    border-radius: 48px;
    padding: 70px;
}

/* image */
.cafe-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 36px;
    transition: .4s ease;
}

/* divider */
.cafe-divider {
    width: 2px;
    height: 500px;
    background: #111;
}

/* description */
.cafe-desc {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 38px;
    max-width: 380px;
}

/* links */
.cafe-links {
    display: flex;
    flex-direction: column;

}

.cafe-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 50px;
    text-decoration: none;
    color: #c7c1b6;
    font-weight: 300;
    transition: .25s;
}

.cafe-link .arrow {
    font-size: 30px;
    transform: translateY(-6px);
    opacity: 0;
    transition: .25s;
    color: #FF6D21;
}

/* active / hover */
.cafe-link.active,
.cafe-link:hover {
    color: #111;
}

.cafe-link.active .arrow,
.cafe-link:hover .arrow {
    opacity: 1;
}

/* responsive */
@media (max-width: 991px) {

    .cafe-wrapper {
        padding: 40px 28px;
    }

    .cafe-divider {
        display: none;
    }

    .cafe-image img {
        height: 380px;
    }

}

/* ================================
   CONFERENCE HALL
================================ */

.joy-conference {
    position: relative;
    border-radius: 48px;
    padding: 70px;
    overflow: hidden;
}

/* BACKGROUND LAYER */
.joy-conference::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../images/RR (11).png');
    background-repeat: no-repeat;

    
    animation: softBreath 3s ease-in-out infinite;

    z-index: -1;
}

/* BREATHING EFFECT */
@keyframes softBreath {
    0% {
        transform: scale(1);
        opacity: 0.95;
    }
    50% {
        transform: scale(1.06);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.95;
    }
}

.section-blob {
    position: relative;
    padding: 85px 0 90px;
    overflow: hidden;
    z-index: 1;
    /* background-image: url('../images/RR\ \(9\).png'); */
    background-repeat: no-repeat;
    /* background-position: center center; */
    background-size: cover;
}


.section-blob::before {
    content: '';
    position: absolute;
    inset: 0;

    background-image: url('../images/RR (11).png');
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: left;

    z-index: 0;

    animation: heroPulse 4s ease-in-out infinite;
    transform-origin: center;
}

@media (max-width: 1024px) {
    .section-blob {
        width: 1000px;
        height: 700px;
        /* bottom: -120px; */
    }
}


@media (max-width: 768px) {
    .section-blob {
        width: 700px;
        height: 500px;
        /* bottom: -90px; */

        animation-duration: 4s;
    }
}


@media (max-width: 480px) {
    .section-blob {
        width: 520px;
        height: 380px;
        /* bottom: -60px; */

        opacity: 0.85;
    }
}


@media (prefers-reduced-motion: reduce) {
    .section-blob {
        animation: none;
    }
}



@keyframes sectionBlobBreath {
    0% {
        transform: scale(1) translateY(0);
    }

    50% {
        transform: scale(1.07) translateY(-70px);
    }

    100% {
        transform: scale(1) translateY(0);
    }
}

/* wrapper */
/* .conference-wrapper {
    border-radius: 48px;
    padding: 70px;
    background-image: url('../images/RR (11).png');
    background-repeat: no-repeat;
    background-size: contain;
    animation: softBreath 6s ease-in-out infinite;
} */

/* title */
.conference-title {
    font-size: 46px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 22px;
}

/* text */
.conference-desc {
    font-size: 14px;
    line-height: 1.8;
    max-width: 360px;
    color: #000000;
    font-weight: 800;
}


.conference-desc2 {
    font-size: 14px;
    line-height: 1.8;
    max-width: 360px;
    color: #444;
     font-weight: 300;
}

/* image */
.conference-image {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
}

.conference-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

/* button overlay */
.conference-btn {
    position: absolute;
bottom: 110px;
    right: 240px;
    border: 1px solid #fff;
    padding: 10px 22px;
    border-radius: 999px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    transition: .25s;
    background: rgba(0,0,0,.25);
}

.conference-btn:hover {
    background: #111;
}

/* responsive */
@media (max-width: 991px) {

    .conference-wrapper {
        padding: 40px 28px;
    }

    .conference-title {
        font-size: 32px;
    }

    .conference-image img {
        height: 380px;
    }

}

/* ================================
   COMMUNITY SECTION
================================ */



/* wrapper */
.community-wrapper {
   position: relative;
    background: #fff;
    border-radius: 48px;
    padding: 70px;
    overflow: hidden;
    z-index: -2;
}
.community-wrapper > * {
    position: relative;
    z-index: 2;
}

/* վերևը մի քիչ transparent է */
.community-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    height: 170px;

    background: linear-gradient(
        to bottom,
        rgb(255, 255, 255) 0%,
        rgba(255,255,255,0.75) 35%,
        #fff 85%
    );

    pointer-events: none;
    z-index: 1;
}

/* title */
.community-title {
    font-size: 46px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 46px;
}

/* card */
.community-card {
    border-radius: 32px;
    overflow: hidden;
    height: 550px;
}

.community-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* responsive */
@media (max-width: 991px) {

    .community-wrapper {
        padding: 40px 28px;
    }

    .community-title {
        font-size: 32px;
    }

    .community-card {
        height: 260px;
    }

}

/* ================================
   FOOTER
================================ */

.footer-section {
     position: relative;
    overflow: hidden;

}

/* footer wrapper */
.joy-footer {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 60px;

}




/* BREATHING KEYFRAMES */
@keyframes joyBreath {
    0% {
        transform: scale(1);
        opacity: 0.95;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.95;
    }
}


/* content-ը վերևում */
.footer-section > * {
    position: relative;
        z-index: -3;
}

.footer-logo {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.footer-hours {
    font-size: 13px;
    opacity: 0.9;
    margin-bottom: 20px;
}

.footer-links {
    font-size: 12px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

.footer-links span {
    margin: 0 8px;
}





.marquee {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-top: 10px;
}

.marquee-track {
    display: flex;
    gap: 25px;
    width: max-content;
    will-change: transform;
}

/* optional edge fade */
.marquee::before,
.marquee::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.marquee::before {
    left: 0;
    /* background: linear-gradient(to right, #fff, transparent); */
}

.marquee::after {
    right: 0;
    /* background: linear-gradient(to left, #fff, transparent); */
}

.offer-card {
    flex: 0 0 auto;
    width: 420px;

    background: #fff;
    border: 1px solid #ff7a18;
    border-radius: 22px;

    padding: 34px 36px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    transition: 
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

/* hover effect */
.offer-card:hover {
    transform: translateY(-8px);
    border: 1px solid #ff7a18;
    box-shadow: 0 18px 40px rgba(255, 122, 24, 0.18);
    
    
}

/* date badge */
.offer-date {
    background: #ff7a18;
    color: #fff;

    padding: 6px 18px;
    border-radius: 999px;

    font-size: 13px;
    font-weight: 500;

    width: fit-content;
    margin-bottom: 22px;
}

/* title */
.offer-card h3 {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.15;
    margin-bottom: 16px;
}

/* description */
.offer-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

/* link */
.offer-link {
    margin-top: 22px;

    font-weight: 600;
    font-size: 15px;

    color: #000;
    text-decoration: none;

    position: relative;
    width: fit-content;
}

/* underline hover animation */
.offer-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;

    width: 0%;
    height: 2px;
    background: #ff7a18;

    transition: width 0.3s ease;
}

.offer-link:hover::after {
    width: 100%;
}

@media (max-width: 768px) {
    .offer-card {
        width: 300px;
        padding: 26px;
    }

    .offer-card h3 {
        font-size: 24px;
    }
}


/* ART&PLAY մաս */
.art-blob {
    position: relative;
    overflow: hidden;
}

/* BACKGROUND LAYER */
.art-blob::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url('../images/Rectangle.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    animation: blobBreath 7s ease-in-out infinite;

    z-index: -1;
}

/* BREATHING EFFECT */
@keyframes blobBreath {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }
    50% {
        transform: scale(1.06);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.9;
    }
}





.art-list {
    padding-left: 18px;
    font-size: 15px;
    line-height: 1.7;
}

/* WHITE GALLERY BLOCK */
.gallery-card {
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.06);
}

/* header */
.gallery-title {
    font-size: 30px;
    font-weight: 500;

font-weight: 300;
font-style: Light;
font-size: 81.38px;
color: #000;
line-height: 71.2px;
letter-spacing: 0%;
text-transform: uppercase;

}

.gallery-text {
    max-width: 380px;
    font-size: 14px;
}

.gallery-text a {
    font-weight: 600;
    color: #000;
    text-decoration: underline;
}

/* responsive */
@media (max-width: 768px) {

    .art-title {
        font-size: 42px;
    }

    .gallery-text {
        max-width: 100%;
    }
}








/* footer content */
.footer-section .container {
    position: relative;
    z-index: 3;
}


@keyframes breathe-bg {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.06);
    }

    100% {
        transform: scale(1);
    }
}




/* ARTICLES section spacing */
/* wrapper */
.articles-marquee {
    overflow: hidden;
    width: 100%;
}

/* moving track */
.articles-track {
    display: flex;
    gap: 28px;
    width: max-content;
    will-change: transform;
}

/* card */
.article-card {
    flex: 0 0 auto;
    width: 340px;
}


.article-image {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
}

/* READ MORE BUTTON */
.article-btn {
    position: absolute;
    inset: 0;

    margin: auto;
    width: fit-content;
    height: fit-content;

    padding: 10px 22px;

    background: white;
    color: #000;

    border-radius: 999px;

    font-size: 13px;
    font-weight: 600;
    text-decoration: none;

    box-shadow: 0 10px 25px rgba(0,0,0,0.15);

    opacity: 0;
    transform: scale(.9);

    transition: all .35s ease;

    z-index: 2;
}

/* dark overlay on hover */
.article-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.25);
    opacity: 0;
    transition: opacity .35s ease;
}

/* hover reveal */
.article-card:hover .article-btn {
    opacity: 1;
    transform: scale(1);
}

.article-card:hover .article-image::after {
    opacity: 1;
}


/* image */

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    
}

.article-card:hover img {
    transform: scale(1.06);
}

/* text */
.article-card h4 {
    margin-top: 14px;
    font-size: 16px;
    font-weight: 600;
}

.article-date {
    font-size: 13px;
    color: #777;
}




.articles-section {
    overflow: hidden;
}

/* reuse marquee styles already on page */
.articles-track {
    gap: 30px;
}

/* CARD */
.article-card {
    flex: 0 0 auto;
    width: 340px;
}

.article-image {
    border-radius: 28px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform .5s ease;
}

.article-card:hover img {
    transform: scale(1.06);
}

/* title + date */
.article-card h4 {
    margin-top: 14px;
    font-size: 16px;
    font-weight: 600;
}

.article-date {
    font-size: 13px;
    color: #777;
}

/* mobile tweaks */
@media (max-width: 768px) {
    .article-card {
        width: 260px;
    }
}




/* outer border box */
.offer-box {
    border: 1px solid #ff7a18;
    border-radius: 40px;
    background: #fff;

}

/* title */
.offer-title {
    font-size: 56px;
    font-weight: 300;
    line-height: 1;
}

/* paragraph */
.offer-text {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* image wrapper */
.offer-image-wrap {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
}

.offer-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* button overlay */
.offer-btn {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);

    background: white;
    padding: 10px 26px;

    border-radius: 999px;

    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    color: #000;

    box-shadow: 0 10px 25px rgba(0,0,0,.2);
}


.offer-btn:hover {
    border: 1px solid #FF6D21;
    color: #FF6D21;
}

/* responsive */
@media (max-width: 768px) {

    .offer-title {
        font-size: 40px;
    }
}



/* MAIN ZONE */
.experience-zone {
    overflow: hidden;
}

/* background layer */
.experience-bg {
    position: absolute;
    inset: 0;

    background:
        radial-gradient(circle at 35% 35%, #ff7a18 0%, transparent 55%),
        radial-gradient(circle at 70% 60%, #ffd25a 0%, transparent 60%);

    z-index: 0;
}

/* content always above bg */
.experience-zone .container {
    z-index: 2;
}

/* marquee breakout */
.what-we-offer-marquee {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
}

/* ART & PLAY */
.art-title {
    font-size: 100px;
    font-weight: 300;
    line-height: .95;
    color: #ffffff;
}

.art-list {
    font-size: 24px;
    line-height: 1;
color: #ffffff;
}

/* GALLERY */
.gallery-card {
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 25px 60px rgba(0,0,0,.06);
}

.gallery-text {
    max-width: 380px;
}

/* responsive */
@media (max-width: 768px) {

    .art-title {
        font-size: 42px;
    }
}
