/* ===========================================================
   Estilazo Balloons — v2 "Boutique Celebration Studio"
   Playful, whimsical, pastel-rich
   =========================================================== */
:root {
  /* logo base */
  --taupe: #9B937C;
  --taupe-deep: #7d765f;
  --cream: #FBF8F4;
  --cream-2: #F6EFE7;
  --beige: #D4C4B9;
  --blush: #FEE9E8;

  /* playful pastel accents */
  --lav: #ECE6F8;     --lav-deep: #C7B8EC;
  --mint: #D8EEE6;    --mint-deep: #98D2BF;
  --peach: #FCE0D0;   --peach-deep: #F3B393;
  --pink: #FBD9E3;    --pink-deep: #F2A6C0;
  --butter: #FBEFCB;  --butter-deep: #F2D584;

  /* action */
  --coral: #ED8A66;
  --coral-deep: #DE6F49;

  --ink: #3D352F;
  --ink-soft: #6f655c;
  --white: #fff;

  --maxw: 1240px;
  --r-sm: 16px;
  --r: 26px;
  --r-lg: 40px;
  --r-xl: 60px;
  --sh-sm: 0 12px 28px -16px rgba(61,53,47,.28);
  --sh: 0 30px 60px -32px rgba(61,53,47,.40);
  --sh-lg: 0 46px 100px -44px rgba(61,53,47,.50);

  --ff-display: "Yeseva One", Georgia, serif;
  --ff-body: "Outfit", system-ui, sans-serif;
  --ff-script: "Caveat", cursive;
  --ease: cubic-bezier(.22,.7,.3,1);
  --bounce: cubic-bezier(.34,1.56,.64,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 130px; }
body {
  margin: 0; font-family: var(--ff-body); color: var(--ink);
  background: var(--cream); font-size: 17px; line-height: 1.7; font-weight: 300;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
h1,h2,h3,h4 { font-family: var(--ff-display); font-weight: 400; line-height: 1.05; margin: 0; color: var(--ink); }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 30px; }
.section { padding: 96px 0; position: relative; }
.script { font-family: var(--ff-script); font-weight: 600; }

/* squiggle underline accent */
.wave-underline { position: relative; white-space: nowrap; }
.wave-underline::after {
  content: ""; position: absolute; left: -2%; right: -2%; bottom: -.14em; height: .26em;
  background: var(--coral);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='8' viewBox='0 0 40 8'%3E%3Cpath d='M0 4c5-5 15-5 20 0s15 5 20 0' fill='none' stroke='%23000' stroke-width='3'/%3E%3C/svg%3E") repeat-x 0 / 40px 8px;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='8' viewBox='0 0 40 8'%3E%3Cpath d='M0 4c5-5 15-5 20 0s15 5 20 0' fill='none' stroke='%23000' stroke-width='3'/%3E%3C/svg%3E") repeat-x 0 / 40px 8px;
}
.wave-underline.lav::after { background: var(--lav-deep); }
.wave-underline.mint::after { background: var(--mint-deep); }
.wave-underline.pink::after { background: var(--pink-deep); }

/* eyebrow pill */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; padding: 8px 18px;
  background: var(--white); border-radius: 100px; box-shadow: var(--sh-sm);
  font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; font-weight: 500;
  color: var(--ink); white-space: nowrap;
}
.eyebrow .blip { width: 9px; height: 9px; border-radius: 50%; background: var(--coral); }
.eyebrow.e-lav .blip { background: var(--lav-deep); }
.eyebrow.e-mint .blip { background: var(--mint-deep); }
.eyebrow.e-pink .blip { background: var(--pink-deep); }
.eyebrow.e-peach .blip { background: var(--peach-deep); }

.head { max-width: 760px; }
.head.center { margin: 0 auto; text-align: center; }
.head h2 { font-size: clamp(38px, 5.4vw, 66px); margin-top: 20px; line-height: 1.02; }
.head p { margin: 20px auto 0; color: var(--ink-soft); font-size: 18px; max-width: 56ch; }
.head.center p { margin-left: auto; margin-right: auto; }

/* buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 30px; border-radius: 100px; font-size: 15px; font-weight: 500; letter-spacing: .01em;
  transition: transform .35s var(--bounce), box-shadow .35s var(--ease), background .3s, color .3s;
  cursor: pointer; white-space: nowrap;
}
.btn svg { transition: transform .35s var(--ease); }
.btn:hover { transform: translateY(-3px); }
.btn-coral { background: var(--coral); color: var(--white); box-shadow: 0 16px 30px -14px var(--coral-deep); }
.btn-coral:hover { background: var(--coral-deep); }
.btn-coral:hover svg { transform: translateX(4px); }
.btn-ink { background: var(--ink); color: var(--cream); }
.btn-ink:hover { background: #2c2620; }
.btn-white { background: var(--white); color: var(--ink); box-shadow: var(--sh-sm); }
.btn-ghost { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1.5px rgba(61,53,47,.22); }
.btn-ghost:hover { box-shadow: inset 0 0 0 1.5px var(--ink); }
.btn-lg { padding: 18px 38px; font-size: 16px; }
.btn-block { width: 100%; }

/* ===========================================================
   TOP BAR
   =========================================================== */
.topbar {
  background: var(--ink); color: var(--blush); font-size: 13px; letter-spacing: .06em;
  text-align: center; padding: 9px 16px; position: relative; z-index: 60;
  display: flex; align-items: center; justify-content: center; gap: 12px;
}
.topbar .tb-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--coral); }
.topbar a { color: var(--blush); text-decoration: underline; text-underline-offset: 3px; }

/* ===========================================================
   HEADER
   =========================================================== */
.header { position: sticky; top: 0; z-index: 50; transition: padding .35s var(--ease); padding: 16px 0; }
.header-inner {
  background: rgba(251,248,244,.82); backdrop-filter: blur(14px) saturate(1.3);
  border-radius: 100px; box-shadow: var(--sh-sm);
  padding: 10px 12px 10px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  transition: box-shadow .35s var(--ease);
}
.header.scrolled .header-inner { box-shadow: var(--sh); }
.brand { display: flex; align-items: center; gap: 13px; }
.brand-coin { width: 50px; height: 50px; border-radius: 15px; background: var(--taupe); display: grid; place-items: center; overflow: hidden; flex: none; box-shadow: var(--sh-sm); }
.brand-coin img { width: 80%; }
.brand-name .b1 { font-family: var(--ff-display); font-size: 22px; line-height: 1; }
.brand-name .b2 { display: block; font-size: 10px; letter-spacing: .34em; text-transform: uppercase; color: var(--ink-soft); margin-top: 3px; }
.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-links a { padding: 9px 15px; border-radius: 100px; font-size: 15px; font-weight: 400; white-space: nowrap; transition: background .3s, color .3s; }
.nav-links a:hover { background: var(--peach); }
.nav-right { display: flex; align-items: center; gap: 10px; }
.hamburger { display: none; width: 46px; height: 46px; border-radius: 14px; background: var(--white); box-shadow: var(--sh-sm); position: relative; }
.hamburger span { position: absolute; left: 13px; right: 13px; height: 2px; background: var(--ink); border-radius: 2px; transition: .35s var(--ease); }
.hamburger span:nth-child(1){ top: 17px; } .hamburger span:nth-child(2){ top: 22px; } .hamburger span:nth-child(3){ top: 27px; }
body.menu-open .hamburger span:nth-child(1){ top: 22px; transform: rotate(45deg); }
body.menu-open .hamburger span:nth-child(2){ opacity: 0; }
body.menu-open .hamburger span:nth-child(3){ top: 22px; transform: rotate(-45deg); }

.mobile-menu { position: fixed; inset: 0 0 0 auto; width: min(360px,87vw); z-index: 70; background: var(--cream); transform: translateX(105%); transition: transform .5s var(--ease); padding: 40px 30px; display: flex; flex-direction: column; gap: 4px; box-shadow: var(--sh-lg); }
body.menu-open .mobile-menu { transform: none; }
.mobile-menu .mm-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.mobile-menu .mm-close { width: 44px; height: 44px; border-radius: 12px; background: var(--white); box-shadow: var(--sh-sm); font-size: 22px; color: var(--ink); }
.mobile-menu a.mm-link { padding: 14px 10px; font-size: 24px; font-family: var(--ff-display); border-bottom: 1px solid rgba(61,53,47,.08); }
.mobile-menu .btn { margin-top: 22px; }
.scrim { position: fixed; inset: 0; background: rgba(61,53,47,.36); backdrop-filter: blur(3px); opacity: 0; pointer-events: none; transition: opacity .4s; z-index: 65; }
body.menu-open .scrim { opacity: 1; pointer-events: auto; }

/* ===========================================================
   DECOR SHAPES
   =========================================================== */
.blob { position: absolute; border-radius: 50%; filter: blur(2px); z-index: 0; pointer-events: none; }
.confetti { position: absolute; z-index: 0; pointer-events: none; }
.balloon-shape { position: absolute; width: 44px; height: 54px; border-radius: 50% 50% 48% 48%; z-index: 0; pointer-events: none; }
.balloon-shape::after { content: ""; position: absolute; left: 50%; bottom: -8px; width: 1px; height: 16px; background: rgba(61,53,47,.25); transform: translateX(-50%); }

/* wave + scallop dividers */
.wave { display: block; width: 100%; height: clamp(40px, 6vw, 80px); }
.scallops { height: 26px; line-height: 0; background-color: var(--from, var(--cream));
  background-image: radial-gradient(circle at 50% 100%, var(--to, var(--mint)) 0 13px, rgba(0,0,0,0) 14px);
  background-size: 30px 26px; background-repeat: repeat-x; }

/* ===========================================================
   HERO
   =========================================================== */
.hero { position: relative; padding: 54px 0 70px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr 1fr; gap: 56px; align-items: center; position: relative; z-index: 2; }
.hero-ribbon {
  display: inline-flex; align-items: center; gap: 10px; background: var(--coral); color: var(--white);
  padding: 9px 22px; border-radius: 8px; font-family: var(--ff-script); font-size: 22px; line-height: 1;
  box-shadow: var(--sh-sm); position: relative; transform: rotate(-2deg);
}
.hero h1 { font-size: clamp(34px, 5.2vw, 68px); margin-top: 22px; line-height: 1.04; letter-spacing: -.01em; overflow-wrap: break-word; text-wrap: balance; }
.hero h1 .tx-lav { color: var(--lav-deep); } .hero h1 .tx-mint { color: var(--mint-deep); }
.hero-sub { margin-top: 24px; font-size: 19px; color: var(--ink-soft); max-width: 48ch; }
.hero-phrase { margin-top: 18px; font-family: var(--ff-script); font-size: 30px; color: var(--coral); transform: rotate(-1deg); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-pills { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.hero-pills span { font-size: 12.5px; letter-spacing: .04em; padding: 7px 15px; border-radius: 100px; background: var(--white); box-shadow: var(--sh-sm); color: var(--ink-soft); }

/* collage */
.collage { position: relative; }
.collage-main { aspect-ratio: 4/4.4; border-radius: var(--r-xl); }
.collage-sm { position: absolute; width: 46%; aspect-ratio: 1/1; border-radius: var(--r-lg); box-shadow: var(--sh); }
.collage-sm.c1 { left: -10%; bottom: 8%; transform: rotate(-4deg); }
.collage-sm.c2 { right: -8%; top: 6%; transform: rotate(5deg); width: 40%; }
.collage .stat-badge {
  position: absolute; right: -4%; bottom: -3%; background: var(--white); border-radius: 22px;
  padding: 16px 22px; box-shadow: var(--sh); display: flex; align-items: center; gap: 12px; z-index: 4;
}
.collage .stat-badge .n { font-family: var(--ff-display); font-size: 30px; color: var(--coral); line-height: 1; }
.collage .stat-badge .t { font-size: 12.5px; color: var(--ink-soft); line-height: 1.3; }
.spin-badge {
  position: absolute; left: -7%; top: -4%; width: 104px; height: 104px; z-index: 5;
  animation: spin 22s linear infinite;
}
.spin-badge svg { width: 100%; height: 100%; }
.spin-badge .ctr { position: absolute; inset: 0; display: grid; place-items: center; color: var(--ink); }
@keyframes spin { to { transform: rotate(360deg); } }

/* ===========================================================
   IMAGE PLACEHOLDERS
   =========================================================== */
.ph { position: relative; overflow: hidden; display: grid; place-items: center; isolation: isolate; color: var(--ink); border-radius: var(--r); }
.ph .ph-in { text-align: center; padding: 20px; display: flex; flex-direction: column; align-items: center; gap: 10px; z-index: 2; }
.ph .ph-ico { width: 42px; height: 42px; opacity: .85; }
.ph .ph-lbl { font-family: var(--ff-display); font-size: 21px; }
.ph .ph-note { font-family: var(--ff-script); font-size: 19px; opacity: .8; }
.ph .ph-cam { position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; border-radius: 10px; background: rgba(255,255,255,.6); display: grid; place-items: center; color: var(--ink-soft); z-index: 3; }
.ph::before { content: ""; position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(70px 84px at 80% 24%, rgba(255,255,255,.55), transparent 70%),
              radial-gradient(50px 60px at 90% 38%, rgba(255,255,255,.4), transparent 70%); }
/* photo-filled placeholder — keeps the tint showing through */
.ph.has-photo .ph-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.ph.has-photo .ph-wash { position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: inherit; opacity: .42; }
.ph.has-photo::before { z-index: 2; opacity: .85; }
.ph.has-photo .ph-in { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 18px; gap: 4px;
  align-items: flex-start; text-align: left; z-index: 3;
  background: linear-gradient(transparent, rgba(120,58,72,.55)); color: #fff; }
.ph.has-photo.collage-sm .ph-in { padding: 12px 14px; }
.ph.has-photo.collage-sm .ph-lbl { font-size: 17px; }
.ph.has-photo .ph-lbl { text-shadow: 0 1px 10px rgba(80,30,45,.5); }

.t-blush { background: linear-gradient(150deg, var(--blush), #f7cfd4); }
.t-lav { background: linear-gradient(150deg, var(--lav), var(--lav-deep)); }
.t-mint { background: linear-gradient(150deg, var(--mint), var(--mint-deep)); }
.t-peach { background: linear-gradient(150deg, var(--peach), var(--peach-deep)); }
.t-pink { background: linear-gradient(150deg, var(--pink), var(--pink-deep)); }
.t-butter { background: linear-gradient(150deg, var(--butter), var(--butter-deep)); }
.t-taupe { background: linear-gradient(150deg, var(--taupe), var(--taupe-deep)); color: var(--blush); }
.t-cream { background: linear-gradient(150deg, var(--cream-2), var(--beige)); }
/* scalloped frame */
.scallop-frame {
  -webkit-mask: radial-gradient(14px at 50% 0, #0000 98%, #000) 50% -14px/40px 28px repeat-x,
                radial-gradient(14px at 50% 100%, #0000 98%, #000) 50% calc(100% + 14px)/40px 28px repeat-x,
                linear-gradient(#000 0 0) 50%/calc(100% - 0px) calc(100% - 28px) no-repeat;
}

/* ===========================================================
   EVENT CATEGORIES
   =========================================================== */
.cats { background: var(--lav); }
.cat-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 46px; }
.cat-chip {
  display: inline-flex; align-items: center; gap: 11px; padding: 14px 24px; border-radius: 100px;
  background: var(--white); box-shadow: var(--sh-sm); font-size: 17px; font-weight: 400;
  transition: transform .3s var(--bounce), box-shadow .3s; cursor: default;
}
.cat-chip:hover { transform: translateY(-4px) rotate(-1.5deg); box-shadow: var(--sh); }
.cat-chip .dot { width: 14px; height: 14px; border-radius: 50%; flex: none; }
.cat-chip:nth-child(8n+1) .dot { background: var(--coral); }
.cat-chip:nth-child(8n+2) .dot { background: var(--lav-deep); }
.cat-chip:nth-child(8n+3) .dot { background: var(--mint-deep); }
.cat-chip:nth-child(8n+4) .dot { background: var(--pink-deep); }
.cat-chip:nth-child(8n+5) .dot { background: var(--peach-deep); }
.cat-chip:nth-child(8n+6) .dot { background: var(--butter-deep); }
.cat-chip:nth-child(8n+7) .dot { background: var(--taupe); }
.cat-chip:nth-child(8n) .dot { background: var(--coral-deep); }

/* ===========================================================
   BRAND STATEMENT (intro)
   =========================================================== */
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.intro-points { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 34px; }
.intro-point { display: flex; gap: 14px; align-items: flex-start; }
.intro-point .ip-ico { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; flex: none; color: var(--ink); }
.intro-point h4 { font-family: var(--ff-body); font-weight: 600; font-size: 16px; }
.intro-point p { margin: 4px 0 0; font-size: 14.5px; color: var(--ink-soft); }
.intro-visual { position: relative; }
.intro-visual .ph { aspect-ratio: 1/1; border-radius: var(--r-xl); }
.intro-visual .ph2 { position: absolute; width: 50%; aspect-ratio: 3/4; right: -10%; bottom: -12%; border-radius: var(--r-lg); box-shadow: var(--sh); }

/* ===========================================================
   SERVICES
   =========================================================== */
.svcs { background: var(--mint); }
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 52px; }
.svc-card { border-radius: var(--r-lg); padding: 34px 30px; position: relative; overflow: hidden; transition: transform .45s var(--bounce), box-shadow .45s; box-shadow: var(--sh-sm); }
.svc-card:hover { transform: translateY(-8px) rotate(-1deg); box-shadow: var(--sh); }
.svc-card .svc-ico { width: 66px; height: 66px; border-radius: 20px; background: rgba(255,255,255,.7); display: grid; place-items: center; color: var(--ink); margin-bottom: 22px; transition: transform .45s var(--bounce); }
.svc-card:hover .svc-ico { transform: rotate(-8deg) scale(1.06); }
.svc-card h3 { font-size: 25px; }
.svc-card p { margin-top: 10px; font-size: 15.5px; color: var(--ink-soft); }
.svc-card .svc-tag { position: absolute; top: 22px; right: 24px; font-family: var(--ff-script); font-size: 21px; opacity: .55; }
.sc-blush { background: var(--blush); } .sc-lav { background: var(--lav); } .sc-peach { background: var(--peach); }
.sc-mint { background: #E6F4EE; } .sc-pink { background: var(--pink); } .sc-butter { background: var(--butter); }

/* ===========================================================
   GALLERY
   =========================================================== */
.gal-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 200px; gap: 18px; margin-top: 50px; }
.gal-item { border-radius: var(--r); overflow: hidden; position: relative; box-shadow: var(--sh-sm); transition: transform .4s var(--ease); }
.gal-item:hover { transform: translateY(-5px) rotate(-1deg); }
.gal-item .ph { position: absolute; inset: 0; border-radius: 0; }
.gal-item .g-cap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: 18px; color: var(--white); background: linear-gradient(transparent, rgba(61,53,47,.6)); font-family: var(--ff-display); font-size: 20px; }
.g-w2 { grid-column: span 2; } .g-h2 { grid-row: span 2; }
.gal-note { text-align: center; margin-top: 30px; font-family: var(--ff-script); font-size: 24px; color: var(--ink-soft); }

/* ===========================================================
   PROCESS
   =========================================================== */
.proc { background: var(--peach); }
.proc-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 26px; margin-top: 56px; position: relative; }
.proc-step { text-align: center; position: relative; }
.proc-bubble { width: 110px; height: 110px; border-radius: 50%; background: var(--white); display: grid; place-items: center; margin: 0 auto 22px; box-shadow: var(--sh-sm); position: relative; transition: transform .4s var(--bounce); }
.proc-step:hover .proc-bubble { transform: translateY(-6px) scale(1.04); }
.proc-bubble .pn { position: absolute; top: -10px; left: -10px; width: 38px; height: 38px; border-radius: 50%; background: var(--coral); color: #fff; display: grid; place-items: center; font-family: var(--ff-display); font-size: 18px; }
.proc-step h3 { font-size: 23px; }
.proc-step p { margin-top: 10px; font-size: 15px; color: var(--ink-soft); padding: 0 6px; }
.proc-connector { position: absolute; top: 55px; left: 12.5%; right: 12.5%; height: 2px; z-index: 0;
  background-image: linear-gradient(90deg, var(--coral) 60%, transparent 0); background-size: 16px 2px; background-repeat: repeat-x; opacity: .5; }

/* ===========================================================
   ABOUT
   =========================================================== */
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.about-portrait { position: relative; }
.about-portrait .ph { aspect-ratio: 4/5; border-radius: var(--r-xl); }
.about-portrait .badge-round {
  position: absolute; right: -18px; bottom: -18px; width: 128px; height: 128px; border-radius: 50%;
  background: var(--coral); color: #fff; display: grid; place-items: center; text-align: center;
  box-shadow: var(--sh); transform: rotate(-6deg);
}
.about-portrait .badge-round .script { font-size: 30px; line-height: .9; }
.about-portrait .badge-round small { display: block; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; margin-top: 4px; font-family: var(--ff-body); }
.about-body .lead { font-size: 21px; color: var(--ink); margin-top: 22px; }
.about-body p { color: var(--ink-soft); margin-top: 16px; }
.about-sign { margin-top: 26px; font-family: var(--ff-script); font-size: 38px; color: var(--coral); line-height: 1; }
.about-sign small { display: block; font-family: var(--ff-body); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-soft); margin-top: 8px; }

/* ===========================================================
   BOOKING
   =========================================================== */
.booking { background: linear-gradient(160deg, var(--pink) 0%, var(--lav) 100%); }
.booking-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 50px; align-items: start; margin-top: 50px; }
.booking-side .wa-card { background: #25D366; color: #fff; border-radius: var(--r-lg); padding: 30px; box-shadow: var(--sh); margin-bottom: 22px; }
.booking-side .wa-card h3 { color: #fff; font-size: 26px; }
.booking-side .wa-card p { margin: 10px 0 18px; opacity: .92; font-size: 15px; }
.booking-side .wa-card .btn-white { color: #128C42; }
.sched-card { background: var(--white); border-radius: var(--r-lg); padding: 28px; box-shadow: var(--sh-sm); }
.sched-card h4 { font-family: var(--ff-body); font-weight: 600; font-size: 16px; }
.sched-card .cal-head { display: flex; justify-content: space-between; align-items: center; margin: 16px 0 12px; font-family: var(--ff-display); font-size: 18px; }
.cal-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 5px; }
.cal-grid span { aspect-ratio: 1; display: grid; place-items: center; font-size: 12px; border-radius: 9px; color: var(--ink-soft); }
.cal-grid span.dow { color: var(--beige); font-size: 10px; }
.cal-grid span.avail { background: var(--mint); color: var(--ink); cursor: pointer; transition: .2s; }
.cal-grid span.avail:hover { background: var(--mint-deep); }
.cal-grid span.sel { background: var(--coral); color: #fff; }
.sched-note { margin-top: 14px; font-size: 12px; color: var(--ink-soft); }

.form-card { background: var(--white); border-radius: var(--r-lg); padding: 42px; box-shadow: var(--sh); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-top: 16px; } .field.full { grid-column: 1/-1; }
.field label { display: block; font-size: 12.5px; letter-spacing: .04em; font-weight: 500; color: var(--ink); margin-bottom: 7px; }
.field label .req { color: var(--coral); }
.field input, .field select, .field textarea { width: 100%; padding: 13px 16px; border-radius: 13px; border: 1.5px solid #ece4da; background: var(--cream); font-family: inherit; font-size: 15.5px; font-weight: 300; color: var(--ink); transition: border-color .25s, box-shadow .25s, background .25s; }
.field textarea { min-height: 108px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--coral); background: #fff; box-shadow: 0 0 0 4px rgba(237,138,102,.15); }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #d9685c; box-shadow: 0 0 0 4px rgba(217,104,92,.12); }
.field .err { display: none; color: #c0564c; font-size: 12px; margin-top: 5px; }
.field.invalid .err { display: block; }
.form-success { display: none; text-align: center; padding: 26px 10px; }
.form-success.show { display: block; animation: pop .5s var(--bounce); }
.form-success .check { width: 78px; height: 78px; border-radius: 50%; background: var(--mint); color: #2c9d77; display: grid; place-items: center; margin: 0 auto 18px; }
.form-success h3 { font-size: 32px; }
.form-success p { color: var(--ink-soft); margin-top: 10px; }
@keyframes pop { from { transform: scale(.85); opacity: 0; } to { transform: scale(1); opacity: 1; } }

/* ===========================================================
   CONTACT + PAYMENTS
   =========================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: stretch; margin-top: 50px; }
.contact-card { display: flex; flex-direction: column; gap: 14px; }
.contact-line { display: flex; align-items: center; gap: 16px; background: var(--white); border-radius: var(--r); padding: 18px 22px; box-shadow: var(--sh-sm); transition: transform .3s var(--bounce); }
.contact-line:hover { transform: translateX(5px); }
.contact-line .ic { width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center; flex: none; color: var(--ink); }
.contact-line span { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.contact-line b { display: block; font-family: var(--ff-display); font-weight: 400; font-size: 19px; }
.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 6px; }
.social-row { display: flex; gap: 11px; margin-top: 10px; }
.social-row a { width: 48px; height: 48px; border-radius: 14px; background: var(--white); display: grid; place-items: center; color: var(--ink); box-shadow: var(--sh-sm); transition: .3s var(--bounce); }
.social-row a:hover { transform: translateY(-4px) rotate(-6deg); }
.social-row a:nth-child(1):hover { background: var(--pink); } .social-row a:nth-child(2):hover { background: var(--lav); } .social-row a:nth-child(3):hover { background: var(--mint); } .social-row a:nth-child(4):hover { background: #25D366; color: #fff; }
.map-card { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-sm); }
.map-card .ph { width: 100%; height: 100%; min-height: 440px; border-radius: 0; }

.pay-row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 36px; }
.pay-pill { display: inline-flex; align-items: center; gap: 11px; background: var(--white); border-radius: 100px; padding: 13px 24px; box-shadow: var(--sh-sm); font-size: 15px; }
.pay-pill .ic { color: var(--coral); display: grid; place-items: center; }
.pay-foot { text-align: center; margin-top: 20px; font-size: 13px; color: var(--ink-soft); }

/* ===========================================================
   FOOTER
   =========================================================== */
.footer { background: var(--taupe); color: var(--blush); padding: 80px 0 26px; position: relative; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.1fr; gap: 40px; }
.footer .brand-coin { background: rgba(255,255,255,.14); }
.footer .brand-name .b1 { color: var(--blush); } .footer .brand-name .b2 { color: rgba(254,233,232,.7); }
.footer-phrase { margin-top: 18px; font-family: var(--ff-script); font-size: 26px; color: var(--blush); }
.footer-about { margin-top: 10px; font-size: 15px; opacity: .82; max-width: 32ch; }
.footer h4 { font-family: var(--ff-body); font-weight: 600; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--blush); margin-bottom: 16px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer ul a { font-size: 15px; opacity: .82; } .footer ul a:hover { opacity: 1; }
.footer-bottom { margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(254,233,232,.2); display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 13px; opacity: .78; }
.footer-bottom .admin-link { display: inline-flex; align-items: center; gap: 5px; margin-left: 10px; padding: 3px 11px; border: 1px solid rgba(254,233,232,.3); border-radius: 999px; font-size: 12px; opacity: .7; transition: .25s var(--ease); }
.footer-bottom .admin-link:hover { opacity: 1; border-color: rgba(254,233,232,.6); background: rgba(254,233,232,.08); }

/* floating whatsapp */
.wa-float { position: fixed; right: 24px; bottom: 24px; z-index: 80; width: 60px; height: 60px; border-radius: 50%; background: #25D366; color: #fff; display: grid; place-items: center; box-shadow: 0 18px 38px -12px rgba(37,211,102,.6); transition: transform .4s var(--bounce); }
.wa-float:hover { transform: scale(1.1) rotate(-6deg); }
.wa-float::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid #25D366; animation: waPulse 2.4s var(--ease) infinite; }
@keyframes waPulse { 0% { transform: scale(1); opacity: .6; } 100% { transform: scale(1.7); opacity: 0; } }

/* reveal */
.reveal { opacity: 0; transform: translateY(28px); }
.reveal.in { animation: revealIn .8s var(--ease) forwards; }
@keyframes revealIn { to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; animation: none; }
  html { scroll-behavior: auto; }
  .wa-float::after, .spin-badge { animation: none; }
}

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 70px; }
  .collage { max-width: 540px; margin: 0 auto; }
  .intro-grid, .about-grid, .booking-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .svc-grid { grid-template-columns: repeat(2,1fr); }
  .proc-grid { grid-template-columns: repeat(2,1fr); row-gap: 44px; }
  .proc-connector { display: none; }
  .gal-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .about-portrait, .intro-visual { max-width: 460px; }
  .nav-links, .nav-right .btn { display: none; }
  .hamburger { display: block; }
}
@media (max-width: 720px) {
  .nav-links, .nav-right .btn { display: none; }
  .hamburger { display: block; }
  .section { padding: 70px 0; }
  .svc-grid, .proc-grid, .gal-grid, .intro-points { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .gal-grid { grid-auto-rows: 210px; }
  .g-w2, .g-h2 { grid-column: auto; grid-row: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .container { padding: 0 20px; }
  .collage .stat-badge { right: 0; }
  /* keep the decorative offset photos from overflowing small screens */
  .intro-visual .ph2 { right: 0; bottom: -8%; }
  .collage-sm.c1 { left: 0; } .collage-sm.c2 { right: 0; }
  .topbar { font-size: 12px; }
}
