/* ============================================
   GO WISH MERCH — Landing Page Styles
   Theme: K-Pop Pink Aesthetic 💖
   Layout: centered hero + marquee · bento · timeline · link-in-bio
   ============================================ */

:root {
  --pink-50: #fff2f8;
  --pink-100: #ffe0ef;
  --pink-200: #ffc2df;
  --pink-400: #ff7ab8;
  --pink-500: #ff4fa3;
  --pink-600: #ec2f8c;
  --magenta: #e91e8c;
  --purple: #8b3fd1;
  --purple-deep: #5b1fa0;
  --ink: #3a2436;
  --muted: #8a6f81;
  --white: #ffffff;

  --grad-primary: linear-gradient(135deg, #ff5fa2 0%, #ec2f8c 55%, #8b3fd1 100%);
  --grad-soft: linear-gradient(135deg, #fff2f8 0%, #ffe0ef 100%);

  --shadow-sm: 0 4px 14px rgba(236, 47, 140, 0.12);
  --shadow-md: 0 12px 32px rgba(236, 47, 140, 0.18);
  --shadow-lg: 0 24px 60px rgba(139, 63, 209, 0.22);

  --radius: 22px;
  --radius-sm: 14px;
  --maxw: 1160px;
}

/* ---------- Reset ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  font-family: 'Poppins', system-ui, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
h1, h2, h3 { font-family: 'Fredoka', sans-serif; line-height: 1.15; font-weight: 600; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 26px; border-radius: 999px; font-weight: 600;
  font-family: 'Fredoka', sans-serif; font-size: 1rem; cursor: pointer;
  border: none; transition: transform .2s ease, box-shadow .2s ease; white-space: nowrap;
}
.btn-primary { background: var(--grad-primary); color: #fff; box-shadow: var(--shadow-md); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.btn-ghost { background: #fff; color: var(--pink-600); border: 2px solid var(--pink-200); }
.btn-ghost:hover { transform: translateY(-3px); border-color: var(--pink-500); }
.btn-lg { padding: 17px 40px; font-size: 1.12rem; }

/* ---------- Navbar ---------- */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--pink-100); transition: box-shadow .3s ease;
}
.navbar.scrolled { box-shadow: var(--shadow-sm); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 102px; }
.nav-logo { display: flex; align-items: center; gap: 10px; font-family: 'Fredoka', sans-serif; font-weight: 700; }
.nav-logo img { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; box-shadow: var(--shadow-sm); }
.nav-logo span { font-size: 1.05rem; background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: .5px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-weight: 500; font-size: .96rem; color: var(--ink); transition: color .2s; }
.nav-links a:hover { color: var(--pink-600); }
.nav-cta { background: var(--grad-primary); color: #fff !important; padding: 10px 20px; border-radius: 999px; box-shadow: var(--shadow-sm); }
.nav-cta:hover { transform: translateY(-2px); }
.nav-check { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; z-index: 2; }
.nav-toggle span { width: 26px; height: 3px; background: var(--pink-600); border-radius: 3px; transition: .3s; }
/* hamburger -> X (CSS-only via checkbox, also works when JS toggles .active) */
.nav-check:checked ~ .nav-toggle span:nth-child(1), .nav-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-check:checked ~ .nav-toggle span:nth-child(2), .nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-check:checked ~ .nav-toggle span:nth-child(3), .nav-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Hero (centered) ---------- */
.hero { position: relative; padding: 120px 0 0; background: var(--grad-soft); overflow: hidden; text-align: center; }
.hero-blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .5; z-index: 0; }
.blob-1 { width: 400px; height: 400px; background: var(--pink-200); top: -100px; right: -80px; }
.blob-2 { width: 340px; height: 340px; background: #d9b8ff; top: 40px; left: -100px; }
.hero-inner { position: relative; z-index: 1; max-width: 820px; padding-bottom: 48px; }
.badge { display: inline-block; background: #fff; color: var(--pink-600); padding: 8px 18px; border-radius: 999px; font-size: .85rem; font-weight: 600; box-shadow: var(--shadow-sm); margin-bottom: 22px; }
.hero h1 { font-size: clamp(2.2rem, 6vw, 4rem); font-weight: 700; margin-bottom: 20px; }
.hero .grad { background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-sub { font-size: 1.1rem; color: var(--muted); max-width: 640px; margin: 0 auto 30px; }
.hero-sub strong { color: var(--ink); }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-bottom: 26px; }
.hero-flags { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.hero-flags span { background: #fff; color: var(--pink-600); font-weight: 600; padding: 7px 16px; border-radius: 999px; font-size: .88rem; border: 1px solid var(--pink-100); }

/* ---------- Marquee (photocard strip) ---------- */
.marquee { position: relative; z-index: 1; overflow: hidden; padding: 6px 0 30px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.marquee-track { display: flex; gap: 16px; width: max-content; animation: scroll-x 38s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track img { width: 190px; height: 150px; object-fit: cover; border-radius: var(--radius-sm); box-shadow: var(--shadow-md); border: 3px solid #fff; }
@keyframes scroll-x { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
.section { padding: 84px 0; }
.section-alt { background: var(--grad-soft); }
.section-head { text-align: center; max-width: 700px; margin: 0 auto 52px; }
.eyebrow { display: inline-block; color: var(--purple); font-weight: 700; font-family: 'Fredoka', sans-serif; text-transform: uppercase; letter-spacing: 2px; font-size: .82rem; margin-bottom: 10px; }
.section-head h2 { font-size: clamp(1.7rem, 4vw, 2.6rem); font-weight: 700; }
.section-desc { color: var(--muted); margin-top: 14px; font-size: 1.03rem; }

/* ---------- Tentang (editorial + collage + counters) ---------- */
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 60px; align-items: center; }
.about-collage { position: relative; min-height: 420px; }
.about-collage img { position: absolute; border-radius: var(--radius); box-shadow: var(--shadow-lg); object-fit: cover; border: 5px solid #fff; }
.collage-a { width: 72%; height: 300px; top: 0; left: 0; z-index: 1; transform: rotate(-4deg); }
.collage-b { width: 58%; height: 260px; bottom: 0; right: 0; z-index: 2; transform: rotate(5deg); }
.collage-sticker { position: absolute; z-index: 3; top: 42%; left: 50%; transform: translate(-50%, -50%) rotate(-8deg); background: var(--grad-primary); color: #fff; font-family: 'Fredoka', sans-serif; font-weight: 600; padding: 10px 20px; border-radius: 999px; box-shadow: var(--shadow-md); font-size: 1rem; }
.about-text h2 { font-size: clamp(1.7rem, 4vw, 2.5rem); margin: 6px 0 18px; }
.about-text p { color: var(--muted); margin-bottom: 16px; }
.about-text strong { color: var(--ink); }
.counters { display: flex; gap: 34px; flex-wrap: wrap; margin: 26px 0 30px; }
.counter strong { display: block; font-family: 'Fredoka', sans-serif; font-size: 2rem; color: var(--pink-600); line-height: 1; }
.counter span { font-size: .86rem; color: var(--muted); }

/* ---------- Layanan (bento grid) ---------- */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(140px, auto); gap: 18px; }
.bento-tile { position: relative; background: #fff; border: 1px solid var(--pink-100); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); transition: transform .35s cubic-bezier(.34,1.56,.64,1), border-color .35s ease; display: flex; flex-direction: column; will-change: transform; }
/* hover shadow lives on a pseudo-layer — only opacity animates = buttery smooth */
.bento-tile::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: var(--shadow-lg); opacity: 0; transition: opacity .35s ease; pointer-events: none; }
.bento-tile:hover { transform: translateY(-8px) scale(1.02); border-color: var(--pink-400); }
.bento-tile:hover::after { opacity: 1; }
.tile-icon { transition: transform .35s cubic-bezier(.34,1.56,.64,1); }
.bento-tile:hover .tile-icon { transform: translateY(-4px) rotate(-8deg) scale(1.12); }
.bento-tile h3 { transition: color .25s ease; }
.bento-tile:not(.bento-lg):hover h3 { color: var(--pink-600); }
/* big gradient tile: clips the sheen, so it animates its own box-shadow (no scale = no jank) */
.bento-lg { overflow: hidden; transition: transform .35s cubic-bezier(.34,1.56,.64,1), box-shadow .4s ease, border-color .35s ease; }
.bento-lg:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.bento-lg::before { content: ""; position: absolute; top: 0; left: -60%; width: 45%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.35), transparent); transform: skewX(-18deg); transition: left .7s ease; pointer-events: none; }
.bento-lg:hover::before { left: 120%; }
.bento-lg { grid-column: span 2; grid-row: span 2; background: var(--grad-primary); color: #fff; border: none; justify-content: center; }
.bento-lg h3, .bento-lg p { color: #fff; }
.bento-lg .tile-icon { background: rgba(255,255,255,.2); }
.bento-wide { grid-column: span 2; }
.tile-icon { width: 56px; height: 56px; display: grid; place-items: center; font-size: 1.6rem; background: var(--grad-soft); border-radius: 16px; margin-bottom: 14px; }
.bento-tile h3 { font-size: 1.2rem; margin-bottom: 8px; }
.bento-lg h3 { font-size: 1.7rem; }
.bento-tile p { color: var(--muted); font-size: .95rem; }
.bento-tile.bento-lg h3, .bento-tile.bento-lg p { color: #fff; }
.tile-tag { display: inline-block; margin-top: 16px; background: rgba(255,255,255,.22); padding: 6px 14px; border-radius: 999px; font-size: .82rem; font-weight: 600; width: fit-content; }

/* ---------- Alur (timeline) ---------- */
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.tl-step { text-align: center; position: relative; }
.tl-step:not(:last-child)::after { content: "→"; position: absolute; top: 90px; right: -18px; color: var(--pink-400); font-size: 1.6rem; font-weight: 700; }
.tl-media { position: relative; width: 100%; aspect-ratio: 1/1; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); margin-bottom: 16px; }
.tl-media img { width: 100%; height: 100%; object-fit: cover; }
.tl-num { position: absolute; top: 12px; left: 12px; width: 40px; height: 40px; display: grid; place-items: center; background: var(--grad-primary); color: #fff; border-radius: 50%; font-family: 'Fredoka', sans-serif; font-weight: 700; font-size: 1.15rem; box-shadow: var(--shadow-sm); border: 2px solid #fff; }
.tl-step h3 { font-size: 1.12rem; margin-bottom: 6px; }
.tl-step p { color: var(--muted); font-size: .92rem; }

/* ---------- Testimoni (masonry) ---------- */
.testi-title { text-align: center; font-size: 1.5rem; margin: 60px 0 26px; }
.testi-masonry { columns: 3; column-gap: 18px; }
.testi-masonry img { width: 100%; border-radius: var(--radius-sm); box-shadow: var(--shadow-md); margin-bottom: 18px; break-inside: avoid; border: 3px solid #fff; }

/* ---------- Kontak (link-in-bio) ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.contact-cta h2 { font-size: clamp(1.7rem, 4vw, 2.5rem); margin: 6px 0 16px; }
.contact-cta p { color: var(--muted); margin-bottom: 26px; max-width: 460px; }
.linktree { background: #fff; border-radius: 28px; padding: 26px; box-shadow: var(--shadow-lg); border: 1px solid var(--pink-100); }
.linktree-head { display: flex; align-items: center; gap: 14px; padding-bottom: 20px; margin-bottom: 8px; border-bottom: 1px dashed var(--pink-200); }
.linktree-head img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; box-shadow: var(--shadow-sm); }
.linktree-head strong { display: block; font-family: 'Fredoka', sans-serif; font-size: 1.1rem; }
.linktree-head small { color: var(--muted); }
.link-row { display: flex; align-items: center; gap: 14px; padding: 14px 16px; margin-top: 12px; border-radius: 16px; background: var(--grad-soft); transition: transform .2s ease, box-shadow .2s ease; }
a.link-row:hover { transform: translateX(4px); box-shadow: var(--shadow-md); }
.lr-icon { font-size: 1.4rem; }
.lr-text { display: flex; flex-direction: column; font-family: 'Fredoka', sans-serif; font-weight: 600; flex: 1; }
.lr-text small { font-family: 'Poppins', sans-serif; font-weight: 400; color: var(--muted); font-size: .82rem; }
.lr-arrow { color: var(--pink-500); font-weight: 700; }
.link-static { background: var(--pink-50); }
.link-shopee { background: linear-gradient(135deg, #ffe8d6, #ffd9c0); }
.link-shopee .lr-arrow { color: #ee4d2d; }
.link-community { background: linear-gradient(135deg, #d8f5e3, #c3efd6); }
.link-community .lr-arrow { color: #25d366; }

/* ---------- Footer ---------- */
.footer { background: #2a1622; color: #f5e5ef; padding: 46px 0 0; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; padding-bottom: 30px; }
.footer-brand { display: flex; align-items: center; gap: 16px; max-width: 560px; }
.footer-brand img { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; }
.footer-brand p { font-size: .9rem; opacity: .8; }
.footer-social { display: flex; gap: 14px 22px; flex-wrap: wrap; justify-content: flex-end; }
.footer-social a { font-weight: 500; opacity: .85; transition: color .2s, opacity .2s; }
.footer-social a:hover { color: var(--pink-400); opacity: 1; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; text-align: center; font-size: .84rem; opacity: .7; }
.footer-bottom .credit { margin-left: 4px; }
.footer-bottom .credit a { color: var(--pink-400); font-weight: 600; transition: color .2s; }
.footer-bottom .credit a:hover { color: #fff; }

/* ---------- Floating WhatsApp (pill) ---------- */
.fab-wa { position: fixed; bottom: 22px; right: 22px; z-index: 90; background: var(--grad-primary); color: #fff; font-family: 'Fredoka', sans-serif; font-weight: 600; padding: 13px 22px; border-radius: 999px; box-shadow: var(--shadow-lg); transition: transform .2s; animation: pulse 2.2s infinite; }
.fab-wa:hover { transform: scale(1.06); }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(236,47,140,.45); } 70% { box-shadow: 0 0 0 16px rgba(236,47,140,0); } 100% { box-shadow: 0 0 0 0 rgba(236,47,140,0); } }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 960px) {
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-collage { min-height: 360px; max-width: 460px; margin: 0 auto; width: 100%; }
  .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento-lg { grid-column: span 2; grid-row: span 1; }
  .bento-wide { grid-column: span 2; }
  .timeline { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .tl-step:not(:last-child)::after { display: none; }
  .testi-masonry { columns: 2; }
}

@media (max-width: 720px) {
  .nav-links { position: fixed; top: 68px; right: 0; width: min(78%, 300px); height: calc(100vh - 68px); background: #fff; flex-direction: column; align-items: flex-start; gap: 6px; padding: 24px; box-shadow: var(--shadow-lg); transform: translateX(110%); transition: transform .32s ease; border-left: 1px solid var(--pink-100); pointer-events: none; }
  .nav-check:checked ~ .nav-links, .nav-links.open { transform: translateX(0); pointer-events: auto; }
  .nav-links a { width: 100%; padding: 12px 6px; border-bottom: 1px solid var(--pink-50); }
  .nav-cta { text-align: center; margin-top: 8px; border-bottom: none !important; }
  .nav-toggle { display: flex; }
  .section { padding: 60px 0; }
  .hero { padding-top: 104px; }
  .marquee-track img { width: 150px; height: 120px; }
}

@media (max-width: 560px) {
  .bento { grid-template-columns: 1fr; }
  .bento-lg, .bento-wide { grid-column: span 1; }
  .timeline { grid-template-columns: 1fr; }
  .testi-masonry { columns: 1; }
  .counters { gap: 22px; }
  .footer-inner { flex-direction: column; align-items: center; text-align: center; }
  .footer-brand { flex-direction: column; text-align: center; max-width: 100%; }
  .footer-social { justify-content: center; width: 100%; }
  .footer-bottom { padding-bottom: 84px; }
  .footer-bottom p { line-height: 1.9; }
  .btn { width: 100%; }
  .hero-cta .btn { width: auto; }
  .collage-a { height: 230px; }
  .collage-b { height: 190px; }
  .about-collage { min-height: 320px; }
}

/* ============================================
   TOUCH DEVICES — no real hover.
   Neutralize sticky-hover & give tap feedback instead.
   ============================================ */
@media (hover: none) {
  /* cancel hover effects that would otherwise "stick" after a tap */
  .bento-tile:hover { transform: none; border-color: var(--pink-100); }
  .bento-tile:hover::after { opacity: 0; }
  .bento-tile:hover .tile-icon { transform: none; }
  .bento-tile:not(.bento-lg):hover h3 { color: var(--ink); }
  .bento-lg:hover { transform: none; box-shadow: var(--shadow-sm); }
  .bento-lg:hover::before { left: -60%; }
  .btn:hover, .nav-cta:hover, .fab-wa:hover { transform: none; }
  a.link-row:hover { transform: none; box-shadow: none; }
  .testi-masonry img:hover, .gallery-item:hover img { transform: none; }
  .marquee:hover .marquee-track { animation-play-state: running; }

  /* tactile press feedback on tap */
  .bento-tile:active { transform: scale(.98); transition: transform .12s ease; }
  .bento-tile:active::after { opacity: 1; transition: opacity .12s ease; }
  .bento-lg:active { transform: scale(.98); box-shadow: var(--shadow-lg); transition: transform .12s ease, box-shadow .12s ease; }
  .btn:active, .nav-cta:active { transform: scale(.96); }
  .link-row:active { transform: scale(.98); background: var(--pink-100); }
  .fab-wa:active { transform: scale(.94); }
}
