/* =========================================================
   HERO SECTION — EXACT REPLICA
   ========================================================= */

.hero {
    min-height: 100vh;
    background: var(--cream);
    position: relative;
    overflow: hidden;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
}

/* =========================================================
   NAVIGATION
   ========================================================= */

.hero nav {
    position: relative;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-img {
    height: 250px;
    width: auto;
    object-fit: contain;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 40px;
}

.nav-links {
    display: flex;
    gap: 40px;
    list-style: none;
}

.nav-links a {
    position: relative;
    color: var(--dark);
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: var(--orange);
}

.nav-links a.active {
    color: var(--orange);
}

.nav-links a.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--orange);
    bottom: -6px;
    left: 0;
}

.cta-button {
    background: var(--dark);
    color: var(--cream);
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: var(--orange);
}

.menu {
    width: 42px;
    height: 42px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    display: none;
    position: relative;
}

.menu-dot {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--dark);
    display: block;
    transition: background 0.3s ease;
}

.dot-top {
    top: 9px;
    left: 50%;
    transform: translateX(-50%);
}

.dot-left {
    left: 11px;
    bottom: 9px;
}

.dot-right {
    right: 11px;
    bottom: 9px;
}

.menu:hover .menu-dot {
    background: var(--orange);
}

/* =========================================================
   HERO CONTENT
   ========================================================= */

.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 10;
    padding-top: 40px;
}

.hero-left {
    margin-left: -160px;
    max-width: 750px;
    padding-top: 40px;
}

.hero-title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(60px, 7.5vw, 105px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -4px;
    color: var(--dark);
    margin-bottom: 30px;
}

.hero-highlight {
    color: var(--orange);
}

.hero-outline {
    color: transparent;
    -webkit-text-stroke: 2px var(--gray-400);
}

.hero-dot {
    color: var(--dark);
}

.hero-description {
    font-size: 18px;
    color: var(--gray-600);
    line-height: 1.8;
    margin-bottom: 20px;
}

.hero-tags {
    display: flex;
    gap: 12px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.hero-tag {
    border: 1.5px solid var(--dark);
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 11px;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: var(--dark);
    background: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    transform-style: preserve-3d;
}

.hero-tag:hover {
    background: var(--teal);
    color: var(--cream);
    border-color: var(--teal);
    box-shadow: 0 10px 25px rgba(26, 107, 90, 0.3);
}

.hero-buttons {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 40px;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--dark);
    color: var(--cream);
    padding: 16px 32px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: var(--orange);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    color: var(--dark);
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    color: var(--orange);
}

.btn-arrow {
    font-size: 14px;
}

.hero-social {
    display: flex;
    gap: 20px;
}

.social-link {
    color: var(--dark);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: var(--orange);
}

/* =========================================================
   HERO RIGHT — ORBIT & CHARACTER
   ========================================================= */

.hero-right {
    position: absolute;
    top: 47%;
    right: -200px;
    transform: translateY(-50%);
    width: 950px;
    height: 950px;
    flex-shrink: 0;
}

/* Orbit Image */
.hero-orbit-wrapper {
    position: absolute;
    top: 30px;
    left: -10px;
    width: 90%;
    height: 90%;
    z-index: 1;
}

.hero-orbit-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Main Character */
.hero-character-wrapper {
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 850px;
    height: 850px;
    z-index: 20;
}

.hero-character {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
}

/* Badge */
/* =========================================================
   DECORATIVE ELEMENTS
   ========================================================= */

.deco {
    position: absolute;
    color: var(--dark);
    opacity: 0.55;
    font-weight: 700;
    pointer-events: none;
    z-index: 5;
}

.deco-plus-1 {
    top: 25%;
    left: 35%;
    font-size: 24px;
}

.deco-plus-2 {
    top: 60%;
    left: 25%;
    font-size: 18px;
}

.deco-dots {
    display: grid;
    grid-template-columns: repeat(4, 4px);
    gap: 8px;
}

.deco-dots span {
    width: 2px;
    height: 2px;
    background: var(--dark);
    border-radius: 50%;
    opacity: 0.55;
}

.deco-dots-1 {
    top: 20%;
    right: 50%;
}

.deco-dots-2 {
    top: 70%;
    left: 30%;
}

.deco-dots-3 {
    bottom: 30%;
    right: 50%;
}

.deco-dots-4 {
    top: 40%;
    right: 5%;
}

.deco-arrow {
    top: 35%;
    right: 50%;
    font-size: 20px;
    transform: rotate(-30deg);
}

/* =========================================================
   BRUSH STROKES (IMAGES)
   ========================================================= */

.brush-stroke {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.brush-orange {
    left: -200px;
    top: 50%;
    width: 400px;
    height: 400px;
    rotate: 60deg;
}

.brush-orange img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brush-teal {
    right: -300px;
    top: 35%;
    width: 900px;
    height: 900px;
}

.brush-teal img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1200px) {
    .hero-right {
        width: 750px;
        height: 750px;
        right: -150px;
    }

    .hero-character-wrapper {
        width: 500px;
        height: 500px;
    }
}

@media (max-width: 1000px) {
    .hero {
        padding: 0 40px;
    }

    .hero-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .hero-left {
        max-width: 100%;
        margin-left: 0;
        padding-top: 20px;
    }

    .hero-title {
        font-size: 9vw;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-social {
        justify-content: center;
    }

    .hero-right {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: 500px;
        height: 500px;
    }

    .hero-character-wrapper {
        width: 380px;
        height: 380px;
    }

    .hero-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .hero-tag {
        padding: 9px 20px;
        font-size: 10px;
    }

    .btn-primary,
    .btn-secondary {
        font-size: 13px;
        padding: 14px 28px;
    }

    .deco {
        display: none;
    }
}

@media (max-width: 800px) {
    .hero {
        padding: 0 20px;
        overflow: hidden;
    }

    .menu {
        display: block;
    }

    .nav-right {
        display: none;
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 45%;
        max-width: 260px;
        height: 100vh;
        background: var(--dark);
        border-left: 1px solid rgba(245, 240, 235, 0.15);
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        gap: 28px;
        padding: 40px;
        z-index: 99;
        transform: translateX(100%);
        transition: transform 0.4s ease;
    }

    .mobile-menu.active {
        transform: translateX(0);
    }

    .menu-close {
        position: absolute;
        top: 15px;
        right: 20px;
        background: none;
        border: none;
        color: var(--cream);
        font-size: 32px;
        line-height: 1;
        cursor: pointer;
    }

    .mobile-menu a {
        color: var(--cream);
        text-decoration: none;
        font-size: 24px;
        font-weight: 800;
        letter-spacing: -1px;
    }

    .mobile-menu a:hover {
        color: var(--orange);
    }

    .hero-right {
        width: 100%;
        height: 400px;
        position: relative;
        display: block;
        overflow: visible;
        margin-top: -20px;
    }

    .hero-orbit-wrapper {
        position: absolute;
        top: -20px;
        left: 40%;
        transform: translateX(-50%);
        width: 400px;
        height: 400px;
        z-index: 1;
    }

    .hero-character-wrapper {
        position: absolute;
        bottom: -30px;
        right: -40px;
        width: 450px;
        height: 450px;
        z-index: 20;
        margin-top: 0;
    }

    .cloud-box-hero {
        position: absolute;
        top: -25px;
        right: 30px;
        width: 110px;
        height: 110px;
        z-index: 30;
        align-self: auto;
    }

    .cloud-box-hero .cloud-box-text {
        font-size: 11px;
    }

    .brush-stroke {
        display: none;
    }

    .deco-greeting {
        display: none;
    }

    .hero-description {
        font-size: 13px;
    }

    .hero-tag {
        padding: 8px 18px;
        font-size: 10px;
    }

    .btn-primary,
    .btn-secondary {
        font-size: 12px;
        padding: 14px 24px;
    }
}

@media (max-width: 500px) {
    .hero-title {
        font-size: 10vw;
        letter-spacing: -2px;
    }

    .hero-description {
        font-size: 12px;
    }

    .hero-right {
        height: 340px;
        margin-top: -15px;
    }

    .hero-orbit-wrapper {
        width: 340px;
        height: 340px;
        top: -15px;
    }

    .hero-character-wrapper {
        width: 370px;
        height: 370px;
        bottom: -25px;
        right: -30px;
    }

    .cloud-box-hero {
        width: 90px;
        height: 90px;
        top: 5px;
        right: 20px;
    }

    .cloud-box-hero .cloud-box-text {
        font-size: 9px;
    }

    .hero-tag {
        padding: 7px 14px;
        font-size: 9px;
    }

    .btn-primary,
    .btn-secondary {
        font-size: 11px;
        padding: 12px 20px;
    }
}