/* ===========================================================
   Estilazo Balloons — multi-page additions
   Builds on styles.css (v2 design system)
   =========================================================== */

/* active nav link */
.nav-links a.active { background: var(--peach); }
.mobile-menu a.mm-link.active { color: var(--coral); }

/* ---------- PAGE HERO (inner pages) ---------- */
.page-hero { position: relative; overflow: hidden; padding: 70px 0 84px; text-align: center; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero .eyebrow { margin-bottom: 18px; }
.page-hero h1 { font-size: clamp(40px, 6vw, 72px); line-height: 1.02; max-width: 16ch; margin: 0 auto; }
.page-hero p { margin: 22px auto 0; max-width: 60ch; font-size: 19px; color: var(--ink-soft); }
.page-hero .ph-actions { margin-top: 30px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.ph-lav { background: var(--lav); } .ph-mint { background: var(--mint); }
.ph-peach { background: var(--peach); } .ph-pink { background: var(--pink); }
.ph-blush { background: var(--blush); } .ph-butter { background: var(--butter); }

/* ---------- CTA BAND ---------- */
.cta-band { position: relative; overflow: hidden; }
.cta-inner {
  position: relative; z-index: 2; text-align: center; max-width: 760px; margin: 0 auto;
  background: var(--white); border-radius: var(--r-xl); padding: 60px 50px; box-shadow: var(--sh);
}
.cta-inner.on-coral { background: var(--coral); color: #fff; }
.cta-inner.on-coral h2, .cta-inner.on-coral p { color: #fff; }
.cta-inner h2 { font-size: clamp(34px, 4.6vw, 54px); }
.cta-inner p { margin: 18px auto 0; max-width: 52ch; color: var(--ink-soft); font-size: 18px; }
.cta-inner .ph-actions { margin-top: 30px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- DETAILED SERVICE CARDS ---------- */
.svc-card.detail { padding: 38px 34px; }
.svc-card.detail h3 { font-size: 28px; }
.svc-card.detail p { font-size: 16px; }
.svc-card .svc-list { margin: 16px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.svc-card .svc-list li { font-size: 13px; background: rgba(255,255,255,.65); border-radius: 100px; padding: 6px 14px; color: var(--ink); }

/* ---------- VALUE / WHY-CHOOSE ---------- */
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 50px; }
.value-card { background: var(--white); border-radius: var(--r-lg); padding: 32px 26px; box-shadow: var(--sh-sm); text-align: center; transition: transform .4s var(--bounce); }
.value-card:hover { transform: translateY(-6px); }
.value-card .v-ico { width: 64px; height: 64px; border-radius: 20px; display: grid; place-items: center; margin: 0 auto 18px; color: var(--ink); }
.value-card h3 { font-size: 22px; }
.value-card p { margin-top: 10px; font-size: 14.5px; color: var(--ink-soft); }

/* ---------- MINI STYLE CARDS (about) ---------- */
.mini-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 46px; }
.mini-card { border-radius: var(--r-lg); padding: 34px 24px; text-align: center; box-shadow: var(--sh-sm); transition: transform .4s var(--bounce); position: relative; overflow: hidden; }
.mini-card:hover { transform: translateY(-6px) rotate(-1.5deg); }
.mini-card .m-ico { width: 58px; height: 58px; border-radius: 50%; background: rgba(255,255,255,.7); display: grid; place-items: center; margin: 0 auto 16px; color: var(--ink); }
.mini-card h3 { font-size: 23px; }
.mini-card p { margin-top: 8px; font-size: 14px; color: var(--ink-soft); }

/* ---------- BRAND PHRASE BAND ---------- */
.phrase-band { position: relative; overflow: hidden; text-align: center; }
.phrase-band .container { position: relative; z-index: 2; }
.phrase-band .big-phrase { font-family: var(--ff-display); font-size: clamp(32px, 5vw, 60px); line-height: 1.08; max-width: 18ch; margin: 0 auto; color: var(--ink); }
.phrase-band .big-phrase .script { font-family: var(--ff-script); color: var(--coral); display: block; font-size: 1.05em; margin-top: 6px; }
.phrase-band p { margin: 26px auto 0; max-width: 54ch; font-size: 19px; color: var(--ink-soft); }

/* ---------- GALLERY FILTER TABS ---------- */
.filter-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 44px; }
.filter-tab { padding: 10px 22px; border-radius: 100px; background: var(--white); box-shadow: var(--sh-sm); font-size: 15px; color: var(--ink); transition: .25s var(--bounce); cursor: pointer; }
.filter-tab:hover { transform: translateY(-2px); }
.filter-tab.active { background: var(--coral); color: #fff; }

/* ---------- PORTFOLIO GRID (captions under) ---------- */
.pf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 44px; }
.pf-card { transition: opacity .4s var(--ease), transform .4s var(--ease); }
.pf-card.hide { display: none; }
.pf-card .pf-media { border-radius: var(--r); overflow: hidden; box-shadow: var(--sh-sm); position: relative; transition: transform .4s var(--ease); }
.pf-card:hover .pf-media { transform: translateY(-5px) rotate(-1deg); }
.pf-card .ph { aspect-ratio: 4/3.2; border-radius: 0; }
.pf-card .pf-cap { padding: 16px 6px 0; }
.pf-card .pf-cap b { font-family: var(--ff-display); font-weight: 400; font-size: 20px; display: block; }
.pf-card .pf-cap span { font-size: 13px; letter-spacing: .04em; color: var(--ink-soft); text-transform: uppercase; }

/* ---------- VIDEO CARDS ---------- */
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 46px; }
.video-card { position: relative; border-radius: var(--r); overflow: hidden; aspect-ratio: 16/11; box-shadow: var(--sh-sm); cursor: pointer; }
.video-grid.is-vertical { grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 880px; margin-left: auto; margin-right: auto; }
.video-grid.is-vertical .video-card { aspect-ratio: 9/16; }
.video-card .ph { position: absolute; inset: 0; border-radius: 0; }
.video-card video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.video-card .vscrim { position: absolute; inset: 0; background: linear-gradient(transparent 45%, rgba(61,53,47,.5)); z-index: 2; transition: opacity .4s var(--ease); }
.video-card .play { position: absolute; inset: 0; display: grid; place-items: center; z-index: 3; transition: opacity .3s var(--ease); }
.video-card .play .circle { width: 72px; height: 72px; border-radius: 50%; background: rgba(255,255,255,.92); display: grid; place-items: center; color: var(--ink); box-shadow: var(--sh); transition: transform .4s var(--bounce); }
.video-card:hover .play .circle { transform: scale(1.1); }
.video-card .vlabel { position: absolute; left: 20px; bottom: 18px; z-index: 4; color: #fff; font-family: var(--ff-display); font-size: 21px; transition: opacity .3s var(--ease); }
.video-card.is-playing .play, .video-card.is-playing .vlabel { opacity: 0; pointer-events: none; }
.video-card.is-playing .vscrim { opacity: 0; }

/* ---------- BOOKING EXTRAS ---------- */
.check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 4px; }
.check-chip { position: relative; }
.check-chip input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.check-chip span { display: flex; align-items: center; gap: 8px; padding: 11px 14px; border-radius: 12px; border: 1.5px solid #ece4da; background: var(--cream); font-size: 14px; transition: .2s; cursor: pointer; }
.check-chip span::before { content: ""; width: 16px; height: 16px; border-radius: 5px; border: 1.5px solid var(--beige); flex: none; transition: .2s; }
.check-chip input:checked + span { border-color: var(--coral); background: #fff; }
.check-chip input:checked + span::before { background: var(--coral); border-color: var(--coral); box-shadow: inset 0 0 0 2px #fff; }
.radio-row { display: flex; flex-wrap: wrap; gap: 10px; }
.radio-chip { position: relative; }
.radio-chip input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.radio-chip span { display: block; padding: 11px 20px; border-radius: 100px; border: 1.5px solid #ece4da; background: var(--cream); font-size: 14.5px; transition: .2s; cursor: pointer; }
.radio-chip input:checked + span { background: var(--coral); color: #fff; border-color: var(--coral); }

.notes-card { background: var(--white); border-radius: var(--r-lg); padding: 32px; box-shadow: var(--sh-sm); }
.notes-card h3 { font-size: 24px; }
.notes-list { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.notes-list li { display: flex; gap: 13px; align-items: flex-start; font-size: 15px; color: var(--ink-soft); }
.notes-list li .nico { width: 30px; height: 30px; border-radius: 9px; background: var(--mint); color: #2c9d77; display: grid; place-items: center; flex: none; }

.pay-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px; }
.pay-card { background: var(--white); border-radius: var(--r); padding: 28px 22px; text-align: center; box-shadow: var(--sh-sm); transition: transform .4s var(--bounce); }
.pay-card:hover { transform: translateY(-5px); }
.pay-card .ic { width: 54px; height: 54px; border-radius: 16px; background: var(--blush); color: var(--coral); display: grid; place-items: center; margin: 0 auto 16px; }
.pay-card h3 { font-size: 20px; }
.pay-card p { font-size: 13.5px; color: var(--ink-soft); margin-top: 6px; }

/* ---------- two-column booking layout reuse handled by .booking-grid ---------- */
.booking-grid.flip { grid-template-columns: 1.15fr 1fr; }

/* ---------- service-area band ---------- */
.area-band { text-align: center; }
.area-band .big { font-family: var(--ff-display); font-size: clamp(28px, 4vw, 44px); }
.area-band p { margin: 18px auto 0; max-width: 56ch; color: var(--ink-soft); font-size: 18px; }
.area-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 26px; }
.area-tags span { background: var(--white); box-shadow: var(--sh-sm); border-radius: 100px; padding: 10px 20px; font-size: 14.5px; }

/* ---------- small contact form section ---------- */
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; margin-top: 50px; }

@media (max-width: 1024px) {
  .value-grid, .mini-grid { grid-template-columns: repeat(2, 1fr); }
  .pf-grid, .video-grid { grid-template-columns: repeat(2, 1fr); }
  .pay-grid { grid-template-columns: repeat(2, 1fr); }
  .check-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-grid.flip { grid-template-columns: 1fr; }
  .contact-form-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 720px) {
  .value-grid, .mini-grid, .pf-grid, .video-grid, .pay-grid, .check-grid { grid-template-columns: 1fr; }
  .cta-inner { padding: 44px 26px; }
  .page-hero { padding: 50px 0 64px; }
}
