        html{
            scroll-behavior: smooth;
        }
        header{
            margin: 0px;
            padding: 10px 20px;
            background: rgba(12, 12, 12, 0.95);
            border-bottom: 1px solid rgba(212, 175, 55, 0.25);
            text-decoration: none;
            justify-content: space-between;
            display: flex;
            align-items: center;
            position: sticky;
            top: 0;
            z-index: 999;
            flex-wrap: wrap;
            gap:10px;
            width: 100%;
            max-width:1400px;
            box-sizing: border-box;
        }
        .logo{
            display: inline-block;
            color: #f6d377;
            text-decoration: none;
            font-size: 2rem;
            white-space: nowrap;
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            letter-spacing: 1px;
        }
        .logo span{
            color: #d4af37;
        }
        .nav{
            display: flex;
            gap: 20px;
            align-items: center;    
        }
        @media (max-width: 768px) {
        .nav a {
                display: none;
                /* sembunyiin menu */
                flex-direction: column;
                position: absolute;
                top: 60px;
                right: 20px;
                background: #111;
                padding: 15px;
                border-radius: 10px;
            }
        
            .nav {
                display: none;
                /* muncul saat diklik */
            }
        
            .hamburger {
                display:block;
                /* tampil di HP */
            }
        }
        .nav a{
            background-color: rgba(255, 255, 255, 0.06);
            color: #f6e7b3;
            backdrop-filter: blur(10px);
            text-decoration: none;
            padding: 10px 15px;
            border: 1px solid rgba(212, 175, 55, 0.14);
            border-radius: 40px;
            display: flex;
        }
        .nav a:hover{
            opacity: 0.8;
            border-radius: 50px;
            background: rgba(212, 175, 55, 0.18);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: 0.5s;
        }
        .nav a.kontak {
            background: #d4af37;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            border-radius: 50px;
            color:white;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .nav a.kontak:hover {
            background: #e1c864;
            box-shadow: 2px 2px 10px #caca2d57;
            transition: 0.5s;
            transform: scale(1.03) translateY(-2px);
        }
        .hamburger {
            display: none;
            font-size: 24px;
            cursor: pointer;
        }
        body{
            margin: 0;
            padding: 0;
            background: no-repeat center center fixed;
            background-size: cover;
            background-color: #050505;
            background-image:
                radial-gradient(circle at top left, rgba(212, 175, 55, 0.18), transparent 22%),
                linear-gradient(145deg, #090909 0%, #1a1919 45%, #403526 100%);
            min-height: 100vh;
            font-family: 'Poppins', sans-serif;
        }
        .home{
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            padding: 60px 40px;
            margin-top: -50px;
            min-height: calc(100vh - 80px);
            box-sizing: border-box;
        }
        .hero-tag {
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        .hero-tag p{
            align-items: center;
            display:inline-flex;
            transform: translateY(50px);
            border-radius: 50px;
            padding: 7px 10px;
            background-color: rgba(212, 175, 55, 0.12);
            justify-content: center;
            text-align: center;
            margin-bottom: 20px;
            color: #f6e7b3;
        }
        .hero{
            padding: 40px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center; 
            background: rgba(12, 12, 12, 0.92);
            border-radius: 50px;
            box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);
            max-width: 800px;
            background-repeat: no-repeat;
            margin: 0 auto;
            width: 80%;
            margin-top: 60px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(212, 175, 55, 0.16);
            border-radius: 100px;
        }
        .hero span:first-child{
            font-size: 2.5rem;
            font-weight: 700;
            color: #f6e7b3;
            font-family: 'Playfair Display', serif;
        }
        .hero span:last-child{
            font-size: 1.2rem;
            color: #d7c592;
            font-weight: 500;
        }
        .info{
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 40px;
            margin-top: 80px;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
        }
        .deskripsi{
            flex: 1;
            margin-top: 0;
            margin-left: 0;
            margin-right: 0;
            padding: 40px 30px;
            color: #f1e7c8;
            max-width: 700px;
            background: rgba(15, 15, 15, 0.88);
            border-radius: 0 0 100px 0 / 0 0 100px 0;
            text-align: center;
            backdrop-filter: blur(5px);
            box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25);
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .deskripsi span{
            line-height: 1.8;
            font-size: 1rem;
            font-weight: 500;
            color: #f0e4b8;
        }
        .deskripsi span:first-child{
            font-size: 1.15rem;
            font-weight: 600;
            color: #d4af37;
        }
        .deskripsi p{
            margin: 0;
            font-size: 1rem;
            font-weight: 600;
            color: #f6d377;
            padding-top: 8px;
            line-height: 1.6;
        }
        .foto-profil{
            width: 400px;
            height: 300px;
            object-fit: cover;
            border-radius: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            flex-shrink: 0;
        }
        .portal{
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 50px;
        }
        .portal a{
            display: inline-block;
            text-decoration: none;
            border-radius: 50px;
            color:#f6d377;
            background: rgba(255, 255, 255, 0.06);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            padding: 12px 20px;
            border: 1px solid rgba(212, 175, 55, 0.18);
        }
        .portal a.tentang {
            border: 2px solid rgba(212, 175, 55, 0.65);
            display: inline-flex;
        }
        .portal a.tentang:hover{
            transition: 0.5s;
            box-shadow: 0  5px 15px rgba(212, 175, 55, 0.65);
            transform: scale(1.03) translateY(-2px);
        }
        .portal a.produk {
            background: #d4af37;
            display: inline-flex;
            align-items: center;
            color:#111;
            gap: 8px;
        }
        .portal a.produk:hover{
            background: #e1c864;
            box-shadow: 0  5px 15px #ffd75fc4;
            transition: 0.5s;
            transform: scale(1.03) translateY(-2px);
        }
        .about{
            margin: auto auto auto 20px;
            align-items: center;
            justify-content: center;    
            display:flex;
            flex-direction: column; 
        }
        .about-tittle{
            color: #c5ba58;
            padding: 30px;
            transform:translateY(20px);
            text-transform: uppercase;
            letter-spacing: 5px;
            font-family: 'Playfair Display', serif; 
            gap:5px;
            display: inline-flex;
            font-size: 1.25rem;
        }
        .about-deskripsi{
            max-width: 1200px;
            background: rgba(22, 21, 21, 0.76);
            border-radius: 50px;
            padding: 30px;
            color: #f1e7c8;
            text-align: center;
            box-shadow: 0 2px 35px #7a713eaf;
            margin-top: 20px;
        }
        .footer{
            margin-top: 80px;
            padding: 60px 50px;
            color: #f1e7c8;
            background: rgba(12, 12, 12, 0.95);
            border-top: 1px solid rgba(212, 175, 55, 0.25);
        }
        .footer-container{
            display: flex;
            align-items: center;
            gap: 40px;
            transform: translateX(60px);
            max-width: 1200px;
            margin: 0 auto;

        }
        .footer-left{
            max-width:350px;
            line-height:1.5;
        }
        .footer .logo{
            margin: 0;
            font-size: 1.3rem;
            font-weight: 600;
            color: #f6d377;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        .footer .logo span {
            color: #d4af37;
        }
        .footer-deskripsi{
            font-size: 0.95rem;
            color: #f0e4b8;
            line-height: 1.6;
            margin: 0;
        }
        .footer-right{
            margin-top: -70px;
            transform: translateY(25px)translateX(500px);
            font-size: 0.95rem;
        }   
        .footer-right p {
            color: #f6d377;
            font-weight: 600;
            margin-bottom: 12px;
            font-size: 0.95rem;
        }
        .footer-right a{
            text-decoration:none;
            gap: 10px;
            display: inline-flex;
            color: #f0e4b8;
            font-size: 0.95rem;
            margin-bottom: 8px;
        }
        .footer-right a:hover {
            color: #d4af37;
            transition: 0.3s ease;
        }
        .footer-right i {
            color: #d4af37;
            font-size: 1rem;
        }
        .footer-bottom{
            border-top: 1px solid rgba(212, 175, 55, 0.25);
            margin-top: 60px;
            padding-top: 40px;
            text-align: center;
            color: #d7c592;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
            padding-right: 50px;
        }
        
        .footer-bottom p {
            margin: 0;
            font-size: 0.95rem;
            line-height: 1.8;
            color: #f0e4b8;
        }
        
        .footer-bottom p:first-child {
            font-weight: 600;
            color: #f6d377;
            margin-bottom: 15px;
            font-size: 0.9rem;
        }
        
        .footer-credits {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0;
            margin: 12px 0;
            font-size: 0.9rem;
        }
        
        .footer-credits span {
            color: #d4af37;
            font-weight: 600;
            padding: 0 5px;
        }
        
        .footer-credits span:not(:last-child)::after {
            content: " • ";
            color: #f6d377;
            margin: 0 5px;
        }
        
        .footer-bottom p:last-child {
            font-size: 0.85rem;
            color: #a89968;
            margin-top: 12px;
        }

        /* Responsivitas HP - Max 480px */
        @media (max-width: 480px) {
            header {
                padding: 12px 15px;
                flex-direction: column;
                align-items: flex-start;
            }

            .logo {
                font-size: 1.5rem;
            }

            .nav {
                width: 100%;
                flex-wrap: wrap;
                gap: 10px;
            }

            .nav a {
                padding: 8px 12px !important;
                font-size: 0.85rem !important;
                border-radius: 35px !important;
            }

            .nav a.kontak {
                width: 100%;
                justify-content: center;
            }

            .hamburger {
                display: block !important;
                position: absolute;
                right: 15px;
                top: 15px;
            }

            .home {
                padding: 30px 16px;
                margin-top: -30px;
            }

            .hero-tag p {
                transform: translateY(30px);
                font-size: 0.85rem;
                padding: 6px 12px;
            }

            .hero {
                width: 90%;
                padding: 25px;
                margin-top: 50px;
                border-radius: 30px;
            }

            .hero span:first-child {
                font-size: 1.5rem;
            }

            .hero span:last-child {
                font-size: 0.9rem;
            }

            .info {
                flex-direction: column;
                gap: 25px;
                margin-top: 50px;
            }

            .deskripsi {
                padding: 20px;
                border-radius: 20px;
                font-size: 0.9rem;
            }

            .deskripsi span {
                font-size: 0.9rem;
            }

            .deskripsi span:first-child {
                font-size: 1rem;
            }

            .deskripsi p {
                font-size: 0.85rem;
            }

            .foto-profil {
                width: 100%;
                max-width: 280px;
                height: auto;
                border-radius: 20px;
            }

            .portal {
                flex-direction: column;
                gap: 12px;
                margin-top: 35px;
            }

            .portal a {
                width: 100%;
                padding: 12px 5px;
                font-size: 0.9rem;
                transform: translateX(-5px);
                justify-content: center;
            }

            .footer {
                padding: 30px 16px;
                margin-top: 50px;
            }

            .footer-container {
                flex-direction: column;
                gap: 25px;
                transform: none;
                padding: 0;
            }

            .footer-left {
                max-width: 100%;
            }

            .footer .logo {
                font-size: 1.2rem;
                margin-bottom: 10px;
            }

            .footer-deskripsi {
                font-size: 0.85rem;
            }

            .footer-right {
                transform: none;
                margin-top: 0;
                font-size: 0.85rem;
                width: 100%;
            }

            .footer-right p {
                font-size: 0.85rem;
            }

            .footer-right a {
                font-size: 0.85rem;
                margin-bottom: 8px;
            }

            .footer-bottom {
                padding-top: 25px;
                padding-right: 0;
                margin-left: auto;
                margin-right: auto;
            }

            .footer-bottom p {
                font-size: 0.8rem;
            }

            .footer-bottom p:first-child {
                font-size: 0.8rem;
            }

            .footer-bottom p:last-child {
                font-size: 0.75rem;
            }

            .footer-credits {
                font-size: 0.8rem;
                gap: 0;
            }

            .footer-credits span {
                padding: 0 3px;
            }

            .footer-credits span:not(:last-child)::after {
                margin: 0 3px;
            }

            .about {
                margin: auto 16px;
                padding: 20px;
            }

            .about-tittle {
                font-size: 1rem;
                padding: 20px;
                letter-spacing: 2px;
            }

            .about-deskripsi {
                border-radius: 30px;
                padding: 20px;
                font-size: 0.9rem;
            }
        }

        /* Responsivitas Tablet - 481px - 768px */
        @media (max-width: 768px) and (min-width: 481px) {
            header {
                padding: 12px 18px;
            }

            .logo {
                font-size: 1.8rem;
            }

            .home {
                padding: 40px 24px;
            }

            .hero {
                width: 85%;
                padding: 30px;
                border-radius: 35px;
            }

            .hero span:first-child {
                font-size: 1.8rem;
            }

            .info {
                flex-direction: column;
                gap: 30px;
            }

            .deskripsi {
                padding: 25px;
                border-radius: 25px;
            }

            .foto-profil {
                width: 100%;
                max-width: 320px;
                height: auto;
            }

            .portal a {
                padding: 12px 20px;
                font-size: 0.95rem;
            }

            .footer {
                padding: 40px 24px;
            }

            .footer-container {
                flex-direction: column;
                gap: 30px;
                transform: none;
                padding: 0;
            }

            .footer-left {
                max-width: 100%;
            }

            .footer-right {
                transform: none;
                margin-top: 0;
                font-size: 0.9rem;
                width: 100%;
            }

            .footer-bottom {
                padding-top: 30px;
                padding-right: 0;
            }
        }