/* World of Kids Photography — "The Sticker Wall" build.
   Type: Fredoka (display) + Manrope (body). Palette: cream/navy/bubblegum/sky. */

:root {
  --paper: #FFF9F0;
  --paper-alt: #FFF1E0;
  --ink: #1E2A45;
  --ink-mid: #4B5670;
  --bubblegum: #FF6F91;
  --bubblegum-dark: #E24E72;
  --bubblegum-soft: #FFE1E9;
  --sky: #3FB6E8;
  --sky-soft: #DCF2FC;
  --border: #E9DFCB;
  --whatsapp: #25D366;
  --whatsapp-dark: #1DA851;
  --radius: 16px;
  --shadow-sm: 0 2px 8px rgba(30,42,69,0.08);
  --shadow-md: 0 10px 30px rgba(30,42,69,0.14);
  --shadow-lg: 0 22px 50px rgba(30,42,69,0.20);
  --maxw: 1180px;
}

* , *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--paper);
  color: var(--ink-mid);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, .nav-brand, .btn, .badge-sticker, .eyebrow { font-family: 'Fredoka', sans-serif; }
h1, h2, h3 { color: var(--ink); margin: 0 0 16px; font-weight: 600; }
h1 { font-size: clamp(34px, 5vw, 54px); line-height: 1.12; }
h2 { font-size: clamp(28px, 4vw, 40px); line-height: 1.18; }
h3 { font-size: 21px; }
p { margin: 0 0 14px; }
a { color: inherit; }
.section-inner { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.center { text-align: center; }
.eyebrow { font-size: 13px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--bubblegum-dark); font-weight: 600; margin-bottom: 14px; }
.section-lede { max-width: 60ch; margin: 0 auto 40px; color: var(--ink-mid); font-size: 17px; }
section { padding: 88px 0; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 26px; border-radius: 999px; font-weight: 600; font-size: 15px;
  text-decoration: none; border: 2px solid transparent; cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-lg { padding: 16px 32px; font-size: 16px; }
.btn-primary { background: var(--bubblegum); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--bubblegum-dark); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; border-color: var(--ink); color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--paper); }
.btn-whatsapp { background: var(--whatsapp); color: #fff; box-shadow: var(--shadow-sm); }
.btn-whatsapp:hover { background: var(--whatsapp-dark); box-shadow: var(--shadow-md); }

/* ===== NAV ===== */
.site-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,249,240,0.9); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.nav-inner { max-width: var(--maxw); margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; }
.nav-brand { font-size: 20px; font-weight: 600; color: var(--ink); text-decoration: none; }
.nav-brand span { color: var(--bubblegum-dark); }
.nav-links { display: flex; align-items: center; gap: 26px; font-weight: 600; font-size: 15px; }
.nav-links a:not(.btn) { text-decoration: none; color: var(--ink-mid); }
.nav-links a:not(.btn):hover { color: var(--ink); }
.nav-menu-btn { display: none; }
@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-menu-btn {
    display: flex; align-items: center; justify-content: center;
    background: none; border: none; color: var(--ink); width: 44px; height: 44px;
    cursor: pointer; padding: 0;
  }
}

/* ===== FULL-SCREEN MOBILE MENU ===== */
.full-menu {
  position: fixed; inset: 0; z-index: 200;
  background: var(--paper);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.full-menu.open { opacity: 1; visibility: visible; }
.full-menu nav { display: flex; flex-direction: column; align-items: center; gap: 28px; }
.full-menu a { font-family: 'Fredoka', sans-serif; font-size: 24px; font-weight: 600; text-decoration: none; color: var(--ink); }
.menu-close-btn {
  position: absolute; top: 22px; right: 22px; width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  background: none; border: none; color: var(--ink); cursor: pointer;
}

/* ===== HERO ===== */
.hero { padding: 64px 0 40px; overflow: hidden; }
.hero-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center;
}
.hero-lede { font-size: 18px; max-width: 46ch; }
.hero-cta-row { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 28px; }

.hero-stage { position: relative; min-height: 460px; }
.ambient-sticker {
  position: absolute; border-radius: 20px; overflow: hidden;
  border: 6px solid #fff; box-shadow: var(--shadow-sm);
  opacity: 0.9; z-index: 1;
}
.ambient-sticker img { display: block; width: 100%; height: 100%; object-fit: cover; }
.amb-1 { width: 90px; height: 110px; top: 6%; left: 2%; transform: rotate(-12deg); }
.amb-2 { width: 76px; height: 96px; bottom: 12%; left: 8%; transform: rotate(9deg); }
.amb-3 { width: 84px; height: 104px; top: 4%; right: 4%; transform: rotate(8deg); }

.peel-sticker {
  position: relative; z-index: 2;
  width: min(420px, 84%); margin: 0 auto;
  border-radius: 22px; border: 8px solid #fff;
  box-shadow: var(--shadow-lg);
  transform: rotate(-3deg);
  transition: transform 350ms ease;
}
.peel-sticker:hover { transform: rotate(0deg) scale(1.02); }
.peel-photo { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 4/5; }
.peel-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.peel-caption {
  position: absolute; inset: auto 0 0 0;
  background: var(--ink); color: #fff;
  font-size: 13px; font-weight: 600; line-height: 1.4;
  padding: 14px 18px; border-radius: 0 0 14px 14px;
  transform: translateY(100%);
  transition: transform 400ms ease;
}
.peel-corner {
  position: absolute; top: -2px; right: -2px;
  width: 90px; height: 90px;
  background: linear-gradient(135deg, transparent 50%, #fff 50%);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  box-shadow: -6px 6px 14px rgba(30,42,69,0.18);
  transform-origin: top right;
  transition: transform 450ms cubic-bezier(0.34,1.56,0.64,1);
  border-radius: 0 14px 0 0;
}
.peel-sticker.peeled .peel-corner { transform: rotate(28deg) scale(1.08); }
.peel-sticker.peeled .peel-caption { transform: translateY(0); }

.badge-sticker {
  position: absolute; z-index: 3; bottom: 6%; right: 2%;
  background: #fff; border-radius: 999px; padding: 14px 20px;
  box-shadow: var(--shadow-md); transform: rotate(6deg);
  display: flex; flex-direction: column; align-items: center; line-height: 1.1;
  border: 3px solid var(--paper);
}
.badge-stars { color: #FFB100; font-size: 13px; letter-spacing: 1px; }
.badge-num { font-family: 'Fredoka', sans-serif; font-size: 22px; font-weight: 700; color: var(--ink); }
.badge-sub { font-size: 10px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--ink-mid); font-weight: 600; }

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-stage { min-height: 380px; margin-top: 20px; }
}

/* ===== STICKER WALL ===== */
.wall-section { background: var(--paper-alt); }
.sticker-wall {
  max-width: var(--maxw); margin: 0 auto; padding: 20px 24px 0;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 34px 24px;
}
.wall-sticker {
  position: relative; border-radius: 16px; border: 7px solid #fff;
  box-shadow: var(--shadow-sm); overflow: hidden; cursor: pointer;
  aspect-ratio: 4/5;
  transform: rotate(var(--rot, 0deg));
  transition: transform 260ms cubic-bezier(0.34,1.56,0.64,1), box-shadow 260ms ease;
  transform-style: preserve-3d;
}
.wall-sticker img { display: block; width: 100%; height: 100%; object-fit: cover; }
.wall-sticker:hover, .wall-sticker.lifted {
  transform: rotate(0deg) translateY(-8px) scale(1.05);
  box-shadow: var(--shadow-lg);
  z-index: 5;
}

/* ===== SHOOT CARDS ===== */
.shoot-grid { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.shoot-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 32px 28px; text-align: center; }
.shoot-icon { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; margin: 0 auto 18px; }
@media (max-width: 780px) { .shoot-grid { grid-template-columns: 1fr; } }

/* ===== REPUTATION ===== */
.reputation-section { background: var(--ink); color: var(--paper); }
.reputation-section .eyebrow { color: var(--bubblegum); }
.reputation-section h2 { color: #fff; }
.reputation-inner { max-width: 640px; }
.rep-stat-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius); padding: 40px; text-align: center; }
.rep-stars { color: #FFB100; font-size: 22px; letter-spacing: 3px; margin-bottom: 10px; }
.rep-num { font-family: 'Fredoka', sans-serif; font-size: 56px; font-weight: 700; color: #fff; }
.rep-num span { font-size: 22px; color: rgba(255,255,255,0.6); }
.rep-sub { color: rgba(255,255,255,0.85); margin-top: 14px; }
.rep-note { font-size: 13px; color: rgba(255,255,255,0.55); margin-top: 16px; margin-bottom: 0; }

/* ===== FIND US ===== */
.find-us-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.find-us-map { border-radius: var(--radius); overflow: hidden; height: 320px; border: 1px solid var(--border); }
@media (max-width: 860px) { .find-us-inner { grid-template-columns: 1fr; } .find-us-map { height: 260px; } }

/* ===== BOOK ===== */
.book-section { background: var(--paper-alt); }
.book-inner { max-width: 900px; }
.book-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 40px 0 44px; }
.book-step { text-align: center; }
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%; background: var(--bubblegum);
  color: #fff; font-family: 'Fredoka', sans-serif; font-weight: 700; margin-bottom: 14px;
}
@media (max-width: 780px) { .book-steps { grid-template-columns: 1fr; } }

/* ===== FAQ ===== */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 18px 22px; margin-bottom: 12px; }
.faq-item summary { font-weight: 600; color: var(--ink); cursor: pointer; font-size: 16px; }
.faq-item p { margin: 12px 0 0; }

/* ===== FOOTER ===== */
.site-footer { background: var(--ink); color: rgba(255,255,255,0.75); padding: 56px 0 0; }
.footer-inner { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer-brand .nav-brand { color: #fff; }
.footer-brand .nav-brand span { color: var(--bubblegum); }
.footer-brand p { color: rgba(255,255,255,0.6); font-size: 14px; margin-top: 10px; }
.footer-col h4 { color: #fff; font-family: 'Manrope', sans-serif; font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 14px; }
.footer-col a { display: block; text-decoration: none; color: rgba(255,255,255,0.7); margin-bottom: 10px; font-size: 15px; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  max-width: var(--maxw); margin: 40px auto 0; padding: 20px 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  font-size: 13px; color: rgba(255,255,255,0.5);
}
@media (max-width: 780px) { .footer-inner { grid-template-columns: 1fr; } }

/* ===== LIGHTBOX ===== */
.lightbox {
  position: fixed; inset: 0; z-index: 300; background: rgba(30,42,69,0.92);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 40px;
}
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { max-width: 100%; max-height: 100%; border-radius: 12px; box-shadow: var(--shadow-lg); }
.lightbox-close {
  position: absolute; top: 22px; right: 22px; width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.1); border: none; border-radius: 50%; color: #fff; cursor: pointer;
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .wall-sticker, .peel-sticker, .peel-corner, .peel-caption, .btn { transition: none !important; }
  .peel-corner { transform: rotate(28deg) scale(1.08); }
  .peel-caption { transform: translateY(0); }
}
