:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px;--text-muted: #6b6b6b}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;font-weight:400}body{min-height:100vh;transition:color .5s,background-color .5s;line-height:1.6;background:var(--color-background);color:var(--color-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Cormorant Garamond;src:url(/assets/CormorantGaramond-VariableFont_wght-B4Q5m-X8.ttf) format("truetype"),url(/assets/CormorantGaramond-Italic-VariableFont_wght-Ciducuzz.ttf) format("truetype");font-weight:400;font-style:normal}#app{background-color:#fefdf6}nav[data-v-8f6d2bf5]{padding:6vh 6vw;display:flex;justify-content:space-between;align-items:center;background-color:transparent}nav .brand[data-v-8f6d2bf5]{color:var(--color-text);font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:600}nav .nav-links a[data-v-8f6d2bf5]{margin:0 1rem;color:var(--text-muted);font-size:1.15rem;text-decoration:none;transition:color .5s ease}.grid[data-v-5f13e34d]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}section[data-v-5f13e34d]{padding:6vh 6vw 10vh}section h2[data-v-5f13e34d]{margin-bottom:2rem;font-size:2rem;font-weight:500}.btn[data-v-5f13e34d]{display:inline-block;padding:.8rem 2rem;border:none;border-radius:4px;background-color:var(--color-text);color:#fff;font-size:.9rem;text-decoration:none;text-align:center;cursor:pointer;transition:opacity .3s ease}.btn[data-v-5f13e34d]:hover{opacity:.8}.card[data-v-5f13e34d]{padding:1.5rem;border-radius:8px;background:#e8dec2;box-shadow:0 4px 15px #00000008;text-align:center;transition:transform .3s ease}.card[data-v-5f13e34d]:hover{transform:translateY(-5px)}.card img[data-v-5f13e34d]{width:100%;height:250px;margin-bottom:1rem;border-radius:4px;background-color:#eee;object-fit:cover}.card h3[data-v-5f13e34d]{margin-bottom:.5rem;font-size:1.1rem}.card .card-price[data-v-5f13e34d]{margin-bottom:1rem;font-weight:600;color:var(--color-text)}section#hero .hero-text[data-v-5f13e34d]{max-width:50%}section#hero .hero-text h1[data-v-5f13e34d]{margin-bottom:1rem;font-family:Georgia,Times New Roman,Times,serif;font-size:3.75rem;font-weight:600;line-height:1.1}section#hero .hero-text p[data-v-5f13e34d]{margin-bottom:2rem;font-size:1.1rem;color:var(--text-muted)}section#blog[data-v-5f13e34d]{background-color:#f9f6ee}section#blog .blog-card[data-v-5f13e34d]{text-align:left;background:#e8dec2}section#blog .blog-card p[data-v-5f13e34d]{margin-bottom:1rem;font-size:.9rem;color:#666}section#blog .blog-card p.blog-date[data-v-5f13e34d]{margin-bottom:.5rem;font-size:.75rem;color:var(--text-muted)}section#store[data-v-5f13e34d]{background-color:#f6f2e7}section#store .categories[data-v-5f13e34d]{margin-bottom:2rem;display:flex;gap:.95rem;overflow-x:auto}section#store .category-tag[data-v-5f13e34d]{padding:.75rem 1rem;border-radius:50px;background:#fff;box-shadow:0 2px 5px #0000000d;font-size:.9rem;cursor:pointer;white-space:nowrap}section#store .btn-tokopedia[data-v-5f13e34d]{width:100%;background-color:#03ac0e}section#about .about-grid[data-v-5f13e34d]{display:grid;grid-template-columns:1fr 1fr;gap:3rem}section#about .about-card[data-v-5f13e34d]{padding:2rem;border-radius:8px;background:#e8dec2;box-shadow:0 4px 15px #00000008}section#about .about-card h3[data-v-5f13e34d]{font-size:1.1rem}footer[data-v-5f13e34d]{background-color:#ebe7de;padding:3rem 5%;text-align:center;margin-top:4rem}footer .brand[data-v-5f13e34d]{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:600;color:var(--color-text)}footer p[data-v-5f13e34d]{font-size:.85rem;line-height:1.6rem;color:var(--text-muted)}
