
.hero { padding: 60px 0; }
.hero-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 60px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--pink); font-weight: 600; margin-bottom: 20px; }
.hero-badge::before { content: ''; width: 28px; height: 1px; background: var(--pink); }
.hero h1 { font-size: clamp(44px, 8vw, 108px); margin-bottom: 24px; line-height: 0.95; letter-spacing: -0.03em; }
.hero h1 em { color: var(--pink); font-style: italic; font-weight: 400; }
.hero-sub { font-size: 17px; color: var(--muted); max-width: 540px; margin-bottom: 32px; line-height: 1.6; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-visual { width: 100%; min-width: 0; aspect-ratio: 4/5; position: relative; }
.hero-panel { position: absolute; border: 1.5px solid var(--photo-border, #a580c7); border-radius: 18px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.12); }
.hero-panel img { display: block; width: 100%; height: auto; }
.hero-panel.p1 { top: 0; right: 0; width: 72%; z-index: 2; }
.hero-panel.p2 { bottom: 0; left: 0; width: 60%; z-index: 3; }
.hero-sticker { position: absolute; bottom: 12%; right: -3%; background: var(--pink); color: #fff; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 12px; letter-spacing: 0.05em; width: 100px; height: 100px; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-align: center; line-height: 1.1; z-index: 4; transform: rotate(-8deg); box-shadow: 0 10px 30px rgba(230,0,126,0.4); }
.explore { background: var(--bg-elev); }
.explore-heading { margin-bottom: 36px; }
.explore-heading .section-sub { margin-bottom: 0; font-size: 16px; }
.explore-layout { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: start; }
.explore-feature { display: block; min-width: 0; }
.explore-feature img { display: block; width: 100%; height: auto; border: 1px solid var(--photo-border, #a580c7); border-radius: 14px; }
.explore-feature-caption { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0 0; }
.explore-feature h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 28px; line-height: 1.15; margin-bottom: 8px; }
.explore-feature p { font-size: 16px; color: var(--muted); }
.explore-feature:hover h3 { color: var(--pink-dark); }
.explore-feature-arrow { font-size: 26px; color: var(--pink); }
.explore-links { border-top: 1px solid var(--line); }
.explore-row { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.explore-row strong { display: block; font-family: 'Bricolage Grotesque', sans-serif; font-size: 23px; line-height: 1.2; margin-bottom: 6px; }
.explore-row small { display: block; color: var(--muted); font-size: 15px; line-height: 1.5; }
.explore-row > span:last-child { color: var(--pink); font-size: 22px; }
.explore-row:hover strong { color: var(--pink-dark); }
.explore-feature:focus-visible, .explore-row:focus-visible { outline: 2px solid var(--pink); outline-offset: 6px; border-radius: 4px; }
@media (max-width: 800px) {
  .explore-layout { grid-template-columns: 1fr; gap: 32px; }
  .explore-heading { margin-bottom: 24px; }
  .explore-feature h3 { font-size: 25px; }
  .explore-row { padding: 20px 0; }
  .explore-row strong { font-size: 22px; }
}
.cta { background: var(--pink); color: #fff; padding: 80px 0; position: relative; overflow: hidden; }
.cta-bg { position: absolute; inset: 0; display: flex; align-items: center; pointer-events: none; overflow: hidden; z-index: 1; mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent); }
.cta-marquee { display: flex; flex: none; font-family: 'Bricolage Grotesque', sans-serif; font-size: 160px; font-weight: 800; color: rgba(255,255,255,0.075); white-space: nowrap; letter-spacing: -0.03em; line-height: 1; animation: cta-marquee-scroll 120s linear infinite; width: max-content; will-change: transform; }
.cta-marquee span { flex: none; padding-right: 40px; }
@keyframes cta-marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .cta-marquee { animation: none !important; will-change: auto; }
}
.cta .container { position: relative; z-index: 2; }
.cta-inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; }
.cta h2 { font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(32px, 5vw, 56px); letter-spacing: -0.02em; line-height: 1; }
.cta h2 em { color: var(--fg); font-style: italic; font-weight: 400; }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .cta-inner { grid-template-columns: 1fr; }
  .hero-visual { aspect-ratio: 4/4; max-width: 460px; margin: 0 auto; }
  .hero-sticker { width: 82px; height: 82px; font-size: 10px; right: 0; bottom: 8%; }
  .hero { padding: 30px 0 50px; }
  .cta-marquee { font-size: 110px; }
}
@media (max-width: 500px) {
  .hero-sticker { width: 70px; height: 70px; font-size: 9px; }
  .hero-visual { aspect-ratio: 3/3; }
  .cta-marquee { font-size: 80px; }
}
