/* ============================================================
   Ayu Beauty Studio — style.css
   Kleuren: hot pink #ff4fa3, zacht roze #ffd3ea / #ffeaf5,
   taupe #b7a99a, donker #3a2230, accent geel #ffe14d
   Fonts: Titan One (koppen), Quicksand (tekst) — geladen in index.html
   ============================================================ */

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Quicksand', sans-serif;
  color: #3a2230;
  /* Girly "shader": langzaam bewegende gradient */
  background:
    radial-gradient(ellipse 80% 60% at 20% 10%, rgba(255,119,185,0.55), transparent 60%),
    radial-gradient(ellipse 70% 55% at 85% 30%, rgba(255,225,77,0.35), transparent 60%),
    linear-gradient(180deg, #ffd3ea 0%, #ffeaf5 45%, #f3e7dc 100%);
  background-size: 200% 200%, 200% 200%, 100% 100%;
  animation: shader 16s ease-in-out infinite;
  overflow-x: hidden;
}

a { color: #c2447e; text-decoration: none; }
a:hover { color: #a12f65; }

/* ---------- Animaties ---------- */
@keyframes shader {
  0%   { background-position: 0% 0%, 100% 100%, 50% 50%; }
  50%  { background-position: 100% 50%, 0% 50%, 60% 30%; }
  100% { background-position: 0% 0%, 100% 100%, 50% 50%; }
}
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes float1 { 0%,100% { transform: translateY(0) rotate(-8deg); } 50% { transform: translateY(-12px) rotate(6deg); } }
@keyframes float2 { 0%,100% { transform: translateY(0) rotate(6deg); } 50% { transform: translateY(-16px) rotate(-4deg); } }
@keyframes twinkle { 0%,100% { opacity: .25; transform: scale(.8) rotate(0deg); } 50% { opacity: 1; transform: scale(1.15) rotate(20deg); } }
@keyframes sparklefade {
  from { opacity: 1; transform: translate(-50%,-50%) scale(1) rotate(0deg); }
  to   { opacity: 0; transform: translate(-50%,-140%) scale(.3) rotate(40deg); }
}

/* Zwevende emoji-stickers op de achtergrond */
.twinkle { position: absolute; pointer-events: none; animation: twinkle 3.6s ease-in-out infinite; }

/* Scroll-reveal: JS zet .visible zodra het element in beeld komt */
.reveal { opacity: 0; translate: 0 30px; transition: opacity .7s cubic-bezier(.22,1,.36,1), translate .7s cubic-bezier(.22,1,.36,1); }
.reveal.visible { opacity: 1; translate: 0 0; }

/* Sparkle-trail achter de muis (JS maakt deze elementen aan) */
.sparkle { position: fixed; pointer-events: none; z-index: 9999; animation: sparklefade .8s ease-out forwards; }

/* ---------- Header ---------- */
.site-header { display: flex; align-items: center; justify-content: space-between; padding: 28px 6%; position: relative; z-index: 3; }
.logo { font-family: 'Titan One', cursive; font-size: 28px; color: #ff4fa3; text-shadow: 2px 2px 0 #fff; }
.logo small { font-size: 15px; color: #3a2230; }
.header-nav { display: flex; align-items: center; gap: 24px; }
.insta-link { font-size: 15px; font-weight: 700; color: #3a2230; }

/* Roze knoppen */
.btn { display: inline-block; background: linear-gradient(180deg, #ff77b9, #ff4fa3); color: #fff; padding: 18px 38px; border-radius: 999px; font-size: 18px; font-weight: 700; box-shadow: 0 6px 0 #c2447e, 0 14px 30px rgba(255,79,163,.4); transition: transform .3s, box-shadow .3s; }
.btn:hover { color: #fff; transform: translateY(-4px) scale(1.04); box-shadow: 0 9px 0 #c2447e, 0 20px 40px rgba(255,79,163,.5); }
.btn--small { padding: 12px 28px; font-size: 15px; box-shadow: 0 4px 0 #c2447e; }
.btn--small:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 7px 0 #c2447e, 0 14px 28px rgba(255,79,163,.4); }

/* ---------- Hero ---------- */
.hero { display: grid; grid-template-columns: minmax(0,1fr) 440px; gap: 48px; padding: 48px 6% 72px; align-items: center; position: relative; max-width: 1200px; margin: 0 auto; }
.hero-tag { align-self: flex-start; background: #fff; border: 2px solid #ff4fa3; color: #ff4fa3; font-weight: 700; font-size: 14px; letter-spacing: 1px; padding: 6px 16px; border-radius: 999px; transform: rotate(-3deg); display: inline-block; }
.hero-text { display: flex; flex-direction: column; gap: 22px; align-items: flex-start; }
.hero h1 { font-family: 'Titan One', cursive; font-weight: 400; font-size: clamp(34px, 4.5vw, 58px); line-height: 1.05; margin: 0; color: #ff4fa3; text-shadow: 3px 3px 0 #fff, 6px 6px 0 rgba(183,169,154,.5); }
.hero p { font-size: 19px; line-height: 1.6; font-weight: 500; margin: 0; max-width: 42ch; }
.hero-cta { display: flex; gap: 16px; align-items: center; }
.link-underline { color: #3a2230; font-weight: 700; font-size: 16px; border-bottom: 3px solid #ff4fa3; }

.hero-photo { width: 440px; height: 500px; position: relative; }
.hero-photo .card-bg { position: absolute; inset: 0; transform: rotate(2deg); background: #fff; border-radius: 32px; box-shadow: 0 20px 50px rgba(194,68,126,.3); }
.hero-photo img { position: absolute; inset: 14px; width: calc(100% - 28px); height: calc(100% - 28px); object-fit: cover; transform: rotate(2deg); border-radius: 24px; }
.sticker-weeks { position: absolute; top: -18px; right: -14px; background: #ffe14d; color: #3a2230; font-family: 'Titan One', cursive; font-size: 17px; padding: 14px 18px; border-radius: 999px; box-shadow: 0 6px 16px rgba(0,0,0,.15); animation: float1 4s ease-in-out infinite; z-index: 2; }
.sticker-hearts { position: absolute; bottom: -10px; left: -18px; background: #fff; color: #ff4fa3; font-size: 26px; padding: 12px 16px; border-radius: 20px; box-shadow: 0 6px 16px rgba(0,0,0,.12); animation: float2 5s ease-in-out .8s infinite; z-index: 2; pointer-events: none; }

/* ---------- Marquee ---------- */
.marquee { background: #ff4fa3; color: #fff; overflow: hidden; padding: 14px 0; white-space: nowrap; }
.marquee-track { display: inline-flex; animation: marquee 18s linear infinite; font-family: 'Titan One', cursive; font-size: 20px; letter-spacing: 2px; }
.marquee-track span { padding-right: 40px; }

/* ---------- Secties algemeen ---------- */
.section { padding: 72px 6%; max-width: 1200px; margin: 0 auto; }
.section h2 { font-family: 'Titan One', cursive; font-weight: 400; font-size: clamp(30px, 7vw, 42px); margin: 0 0 36px; color: #3a2230; }
.section h2 .pink { color: #ff4fa3; }
.section .intro { margin: -28px 0 36px; font-size: 17px; font-weight: 500; color: #8a7062; }

/* ---------- Menukaart (behandelingen) ---------- */
.menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.card { background: #fff; border: 3px solid #ffb7d9; border-radius: 24px; padding: 28px; display: flex; flex-direction: column; gap: 10px; position: relative; transition: transform .35s, box-shadow .35s; }
.card:hover { transform: translateY(-8px) rotate(-1deg); border-color: #ff4fa3; box-shadow: 0 18px 36px rgba(255,79,163,.3); }
.card:nth-child(even):hover { transform: translateY(-8px) rotate(1deg); }
.card--pink { background: linear-gradient(135deg, #ff77b9, #ff4fa3); color: #fff; border: none; }
.card--pink:hover { box-shadow: 0 18px 36px rgba(194,68,126,.45); }
.card-head { display: flex; justify-content: space-between; align-items: center; }
.card h3 { font-family: 'Titan One', cursive; font-weight: 400; font-size: 22px; margin: 0; }
.price { background: #ffd3ea; color: #c2447e; font-weight: 700; font-size: 19px; padding: 6px 16px; border-radius: 999px; }
.card--pink .price { background: #fff; }
.card-meta { font-size: 13px; font-weight: 700; letter-spacing: 2px; color: #b7a99a; }
.card--pink .card-meta { color: #ffd3ea; }
.card p { margin: 0; font-size: 15px; line-height: 1.55; font-weight: 500; }
.badge { position: absolute; top: -14px; right: 20px; font-family: 'Titan One', cursive; font-size: 13px; padding: 6px 14px; border-radius: 999px; }
.badge--yellow { background: #ffe14d; color: #3a2230; transform: rotate(4deg); }
.badge--pink { background: #ff4fa3; color: #fff; transform: rotate(-4deg); }
.badge--white { background: #fff; color: #ff4fa3; transform: rotate(-4deg); }

/* ---------- BIAB banner ---------- */
.biab-banner { background: #fff; border-radius: 32px; padding: 48px 56px; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; box-shadow: 0 20px 50px rgba(194,68,126,.2); position: relative; overflow: hidden; }
.biab-banner .bg-emoji { position: absolute; top: -30px; right: 120px; font-size: 90px; opacity: .12; transform: rotate(15deg); pointer-events: none; }
.biab-banner .tag { align-self: flex-start; display: inline-block; background: #ffd3ea; color: #c2447e; font-family: 'Titan One', cursive; font-size: 14px; padding: 6px 16px; border-radius: 999px; transform: rotate(-2deg); }
.biab-banner h2 { font-family: 'Titan One', cursive; font-weight: 400; font-size: clamp(28px, 7vw, 38px); margin: 0; }
.biab-banner p { margin: 0; font-size: 17px; line-height: 1.6; font-weight: 500; max-width: 58ch; }
.biab-text { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }

/* ---------- Galerij ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.tile { height: 300px; border-radius: 20px; transition: transform .35s ease, box-shadow .35s ease; }
.tile:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 22px 44px rgba(194,68,126,.35); }
.tile-inner { height: 100%; background: #fff; padding: 10px; border-radius: 20px; box-shadow: 0 10px 26px rgba(194,68,126,.2); }
.tile-inner img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; display: block; }
.tile:nth-child(odd) .tile-inner { transform: rotate(-1.5deg); }
.tile:nth-child(even) .tile-inner { transform: rotate(1.5deg); }
.tile--cta .tile-inner { display: flex; align-items: center; justify-content: center; background: #ff4fa3; color: #fff; text-align: center; padding: 24px; box-shadow: 0 10px 26px rgba(194,68,126,.3); }
.tile--cta strong { font-family: 'Titan One', cursive; font-weight: 400; font-size: 24px; display: block; margin-bottom: 10px; }
.tile--cta a { font-size: 16px; font-weight: 700; color: #ffd3ea; }

/* ---------- Over Jade ---------- */
.about { display: grid; grid-template-columns: 300px 1fr; gap: 48px; align-items: center; }
.about-photo { width: 300px; height: 300px; position: relative; }
.about-photo::before { content: ""; position: absolute; inset: -8px; border-radius: 50%; background: linear-gradient(135deg, #ff77b9, #ffe14d); }
.about-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.about-text { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.about-text h2 { margin: 0; }
.about-text p { font-size: 18px; line-height: 1.65; font-weight: 500; margin: 0; max-width: 52ch; }
.about-text .quote { background: #fff; border: 2px dashed #ff4fa3; color: #c2447e; font-weight: 700; padding: 8px 18px; border-radius: 999px; transform: rotate(-2deg); }

/* ---------- Reviews ---------- */
.reviews-band { background: rgba(255,255,255,.75); }
.reviews-band .section { padding-left: 0; padding-right: 0; }
.reviews { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.review { background: #ffeaf5; border-radius: 24px; padding: 28px; display: flex; flex-direction: column; gap: 12px; transition: box-shadow .35s; }
.review:nth-child(odd) { transform: rotate(-1deg); }
.review:nth-child(even) { transform: rotate(1deg); }
.review:hover { box-shadow: 0 16px 32px rgba(194,68,126,.25); }
.stars { color: #ff4fa3; font-size: 18px; letter-spacing: 3px; }
.review p { margin: 0; font-size: 16px; line-height: 1.6; font-weight: 500; }
.review cite { font-style: normal; font-size: 13px; font-weight: 700; letter-spacing: 2px; color: #b7a99a; }

/* ---------- FAQ ---------- */
.faq { display: flex; flex-direction: column; gap: 12px; max-width: 820px; }
.faq details { background: #fff; border: 3px solid #ffb7d9; border-radius: 18px; padding: 20px 24px; }
.faq summary { font-size: 18px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 12px; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq .arrow { display: inline-block; color: #ff4fa3; font-size: 20px; transition: transform .35s ease; }
.faq details[open] .arrow { transform: rotate(90deg); }
.faq details p { margin: 14px 0 0; font-size: 16px; line-height: 1.6; font-weight: 500; }

/* ---------- Footer ---------- */
.site-footer { background: #3a2230; color: #fff; padding: 64px 6%; display: flex; flex-direction: column; gap: 20px; align-items: center; text-align: center; }
.site-footer .logo-big { font-family: 'Titan One', cursive; font-size: 36px; color: #ff77b9; }
.site-footer .sub { font-size: 13px; font-weight: 700; letter-spacing: 5px; color: #b7a99a; }
.site-footer .insta { color: #ffd3ea; font-size: 16px; font-weight: 700; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; }
  .hero-photo { width: 100%; max-width: 440px; margin: 0 auto; }
}
@media (max-width: 800px) {
  .site-header { flex-direction: column; gap: 16px; }
  .menu-grid, .reviews, .about, .biab-banner { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .tile { height: auto; aspect-ratio: 1; }
  .about { justify-items: center; }
}
