@charset "UTF-8";

/* COMMON START -------------------------------- */
.event_2026birthday {
  --c_primary: #0059FF;
  --c_white: #fff;
  --c_black: #000;
  --c_black2: #222;
  --c_black4: #444;
  --c_black7: #777;
  --btn-cta_hover_bg: var(--c_primary);
  --btn-cta_hover_color: #fff;
  --transition_delay: 0.2s;
  --ease_out_expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease_out_quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --max_width: 1380px;
  --padding_x: 50px;
  --padding_y: 180px;
  --font-h1: 52px;
  --font-h2: 40px;
  --font-h5: 24px;
  --font-p1: 20px;
  --font-p2: 18px;
  --font-p3: 16px;
  img {
    width: 100%;
    display: block;
  }
  ul,
  li {
    list-style: none;
  }
  button {
    border: none;
  }
  b {
    font-weight: 700;
  }
  /* COMMON :: TEXT */
  [class*="title_"]{
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -1px;
  }
  .title_h1 {
    font-size: var(--font-h1);
  }
  .title_h2 {
    font-size: var(--font-h2);
  }
  .title_h5 {
    font-weight: 400;
    font-size: var(--font-h5);
  }
  [class*="text_"] {
    font-weight: 400;
    line-height: 1.7;
  }
  .text_p1 {
    font-size: var(--font-p1);
  }
  .text_p2 {
    font-size: var(--font-p2);
  }
  .text_p3 {
    font-size: var(--font-p3);
  }
  .blind {
    position: absolute;
    width: 1px;
    height: 1px;
    word-break: initial;
    border: 0;
    overflow: hidden;
    clip-path: inset(50%);
    word-wrap: initial;
  }
  .hidden_mo { display: block;}
  .hidden_pc { display: none;}
  .inner {
    width: 100%;
    max-width: var(--max_width);
    margin: 0 auto;
    padding: var(--padding_y) var(--padding_x);
  }
  .bubble_box {
    position: relative;
    width: fit-content;
    margin-bottom: 8px;
    padding: 4px 14px;
    font-weight: 500;
    color: var(--c_white);
    order: -1;
    border-radius: 34px;
  }
  .bubble_box.onTrans {
    animation: updown 2s infinite;
    animation-delay: 1s;
  }
  .bubble_box::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 10px;
    height: 8px;
    display: block;
    transform: translate(-50%, 100%);
    content: '';
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M5.848 6.6432C5.45633 7.26987 4.54367 7.26987 4.152 6.6432L-2.54292e-07 -8.74228e-07L10 0L5.848 6.6432Z' fill='black'/%3E%3C/svg%3E") no-repeat center center / 100% auto;
  }

  /* COMMON :: ANIMATION */
  .motion {
    display: block;
  }
  .motion[class*="slide-"] {
    opacity: 0;
    transition: transform 0.55s ease-out var(--transition_delay), opacity 0.55s ease-out var(--transition_delay);
  }
  .motion.slide-up { transform: translateY(15px); }
  .motion.slide-right { transform: translateX(-15px); }
  .motion.slide-left { transform: translateX(15px); }
  .motion[class*="slide-"].onTrans {
    opacity: 1;
    transform: translate(0);
  }
  /* COMMON END -------------------------------- */

  /* SECTION : visual START -------------------------------- */
  .sec_visual {
    --bg_blur: 10px;
    --opacity: 0;
    --bg_scale: 1.05;
    --flame_scale: 0;
    --obj_transform1: translate(200%, 200%);
    --obj_transform2: translate(-200%, 200%);
    --obj_transform3: translate(200%, -200%);
    --obj_transform4: translate(-200%, -200%);
    position: relative;
    height: 1246px;
    overflow: hidden;
  }
  .sec_visual.onTrans {
    --bg_blur: 0px;
    --opacity: 1;
    --bg_scale: 1;
    --flame_scale: 1;
    --obj_transform1: translate(0, 0);
    --obj_transform2: translate(0, 0);
    --obj_transform3: translate(0, 0);
    --obj_transform4: translate(0, 0);
  }
  .sec_visual::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%; /* 인터렉션을 위한 이미지 높이 확보 */
    background-image: url('/wp-content/themes/fastfive/assets/event/260323_2026birthday/img/header_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    z-index: -1;
    opacity: var(--opacity);
    transform: translateX(-50%);
    transition: filter 1s var(--ease_out_quart), opacity 0.85s var(--ease_out_quart), transform 1.2s var(--ease_out_expo);
    content: '';
    filter: blur(var(--bg_blur));
  }
  .sec_visual .inner {
    padding: 0 var(--padding_x);
  }
  .sec_visual .title_area {
    max-width: 1095px;
    margin: 70px auto 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .sec_visual .img_area {
    position: relative;
    max-width: 760px;
    margin: 24px auto 0;
  }
  .sec_visual .badge {
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .sec_visual .badge1 {
    top: 42px;
    left: -124px;
    max-width: 286px;
    aspect-ratio: 296 / 294;
  }
  .sec_visual .badge2 {
    top: 108px;
    right: -60px;
    max-width: 268px;
    aspect-ratio: 268 / 254;
  }
  .sec_visual .badge.badge1 img {
    --badge_Y: 20px;
    animation: updownBadge 3s ease-in-out alternate infinite;
  }
  .sec_visual .badge.badge2 img {
    --badge_Y: -14px;
    animation: updownBadge 3.4s ease-in-out .3s alternate infinite;
  }
  .sec_visual .cake {
    position: relative;
  }
  .sec_visual .cake img {
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 50%;
  }
  .sec_visual .cake.onTrans img {
    animation: cake 1s ease-out both;
  }
  .flame {
    position: absolute;
    top: 10px;
    width: 18px;
    height: 50px;
    z-index: 2;
    opacity: var(--opacity);
    transform: scale(var(--flame_scale));
    transition: opacity 0.6s var(--ease_out_quart) 1s, transform 0.5s var(--ease-spring) 1s;
    transform-origin: 50% 100%;
  }
  .flame.flame1 {
    left: 41%;
  }
  .flame.flame2 {
    left: 51%;
    transition-delay: calc(var(--transition_delay) * 6);
  }
  .flame::before,
  .flame::after {
    position: absolute;
    display: block;
    content: '';
    animation-play-state: paused;
  }
  .flame.onTrans::before,
  .flame.onTrans::after {
    animation-play-state: running;
  }
  .flame::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center 100%, rgba(255, 226, 161, 1) 10%, #fff 55%, rgba(254, 238, 163, 1) 95%);
    z-index: 2;
    animation: moving-flame 2.5s ease-in-out infinite alternate, glow-out 2s ease-in-out 0.5s infinite alternate;
    border-radius: 100%;
    filter: blur(1px);
  }
  .flame.flame2::before {
    animation-delay: .8s;
  }
  .flame::after {
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    background: #FFD27D;
    z-index: 1;
    transform: translate(-50%, -50%);
    animation: glow-pulse 3s ease-in-out infinite alternate;
    border-radius: 50%;
    filter: blur(10px);
  }
  .flame.flame2::after {
    animation-delay: 0.3s;
  }
  .flame:hover {
    transform: scale(calc(var(--flame_scale) * 1.1));
    transition: transform 0.3s var(--ease-spring) 0s;
  }
  .sec_visual .obj {
    position: absolute;
    width: 100%;
    opacity: var(--opacity);
    transition: opacity .4s var(--ease_out_quart) .8s, transform .65s var(--ease_out_expo) .8s;
    object-fit: cover;
  }
  .sec_visual .obj.obj1 {
    top: -50px;
    left: calc(50% - 722px);
    max-width: 124px;
    transform: var(--obj_transform1);
    aspect-ratio: 124 / 254;
    transition-delay: 0.8s;
  }
  .sec_visual .obj.obj2 {
    top: -50px;
    right: calc(50% - 720px);
    max-width: 166px;
    transform: var(--obj_transform2);
    aspect-ratio: 166 / 302;
    transition-delay: 1s;
  }
  .sec_visual .obj.obj3 {
    bottom: 120px;
    left: calc(50% - 570px);
    max-width: 144px;
    transform: var(--obj_transform3);
    aspect-ratio: 1 / 1;
    transition-delay: 1.1s;
  }
  .sec_visual .obj.obj4 {
    right: calc(50% - 635px);
    bottom: 60px;
    max-width: 214px;
    transform: var(--obj_transform4);
    aspect-ratio: 214 / 194;
    transition-delay: 1.2s;
  }
  .sec_visual .timer_wrapper {
    position: absolute;
    bottom: 52px;
    left: 50%;
    width: 100%;
    max-width: 1006px;
    padding: 0 var(--padding_x);
    transform: translateX(-50%);
  }
  .sec_visual .timer_area {
    padding: 10px;
    background: #FFFCAF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.20);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
  }
  .sec_visual .timer_text {
    font-weight: 500;
  }
  .birthday_timer {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
    color: var(--c_primary);
    display: flex;
    align-items: center;
  }
  .birthday_timer .timer_num {
    min-width: 2ch;
    display: flex;
    justify-content: center;
    font-variant-numeric: tabular-nums;
  }
  /* SECTION : visual END -------------------------------- */

  /* SECTION : story START -------------------------------- */
  .sec_story {
    color: var(--c_white);
    background: var(--c_black);
    overflow: hidden;
  }
  .sec_story .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sec_story .group_text {
    flex: 1;
  }
  .sec_story .title_area .text_p2,
  .sec_story .title_area .title_h1 {
    display: flex;
    align-items: center;
  }
  .sec_story .title_area .text_p2 { color: #C6DAFE; }
  .sec_story .title_area .title_h1 { color: var(--c_white); }
  .sec_story .count_num {
    display: flex;
    justify-content: center;
    font-variant-numeric: tabular-nums;
  }
  .sec_story .text_p2 .count_num {
    min-width: 6ch;
  }
  .sec_story .title_h1 .count_num:nth-child(1) {
    min-width: 2ch;
  }
  .sec_story .title_h1 .count_num:nth-child(2) {
    min-width: 4ch;
  }
  .sec_story .text_area {
    margin-top: 36px;
  }
  .sec_story .text_area p {
    color: #f3f3f3;
    opacity: 0.9;
  }
  .sec_story .text_area p + p {
    margin-top: 20px;
  }
  .sec_story .img_area {
    max-width: 713px;
  }
  /* SECTION : story END -------------------------------- */

  /* SECTION : office START -------------------------------- */
  .sec_office {
    text-align: center;
    background: #F4F8FF;
  }
  .sec_office .group_office {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .sec_office .group_office + .group_office {
    margin-top: 180px;
  }
  .sec_office .office_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .sec_office .office_title b {
    position: relative;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
  }
  .sec_office .office_title b.onTrans {
    animation: blink 5s ease infinite;
  }
  .sec_office .bubble_box,
  .sec_office .bubble_box::after {
    background: var(--c_black);
  }
  .sec_office .office_desc {
    color: var(--c_black4);
  }
  .sec_office .office_tab_list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec_office .office_tab_link {
    padding: 13px;
    font-weight: 700;
    color: var(--c_white);
    background: #C6DAFF;
    display: block;
  }
  .sec_office .office_tab_item.is_active .office_tab_link {
    background: linear-gradient(154deg, #0059FF 22.86%, #003CAD 89.65%);
  }
  .sec_office .office_content {
    position: relative;
    width: 100%;
  }
  .sec_office .office_list {
    width: 100%;
  }
  .sec_office .office_item {
    position: relative;
    background: var(--c_white);
    overflow: hidden;
  }
  .sec_office .office_item.is_soldout::before,
  .sec_office .office_item.is_soldout::after {
    position: absolute;
    display: block;
    content: '';
  }
  .sec_office .office_item.is_soldout::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 1;
  }
  .sec_office .office_item.is_soldout::after {
    top: 50%;
    left: 50%;
    width: 124px;
    height: 128px;
    background: url('/wp-content/themes/fastfive/assets/event/260323_2026birthday/img/img_soldout.png') no-repeat center center / 100% auto;
    z-index: 2;
    transform: translate(-50%, -50%);
  }
  .sec_office .office_thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 305 / 252;
  }
  .sec_office .office_thumb img {
    height: 100%;
    object-fit: cover;
  }
  .sec_office .person {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 0 8px;
    font-weight: 700;
    color: var(--c_white);
    background: var(--c_primary);
    border-radius: 4px;
  }
  .sec_office .office_info {
    padding: 18px;
  }
  .sec_office .office_location {
    margin-top: 2px;
    color: var(--c_black7);
  }
  .sec_office .btn_event_cta {
    margin-top: 60px;
  }
  /* SECTION : office END -------------------------------- */

  /* SECTION : callout START -------------------------------- */
  .sec_callout {
    color: var(--c_white);
    background-image: url('/wp-content/themes/fastfive/assets/event/260323_2026birthday/img/bg_callout.png');
    background-repeat: no-repeat; 
    background-position: center;
    background-size: cover;
    align-items: center;
    overflow: hidden;
  }
  .sec_callout .inner {
    --padding_y : 100px;
    height: 357px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .sec_callout .title_h2 {
    color: var(--c_white);
  }
  .sec_callout .bubble_box,
  .sec_callout .bubble_box::after {
    background: var(--c_primary);
  }
  /* SECTION : callout END -------------------------------- */
}

@media all and (min-width: 961px) {
  .event_2026birthday {
    /* SECTION : visual */
    .sec_visual .timer_area {
      gap: 10px;
    }
    /* SECTION : story */
    .sec_story .group_text {
      max-width: 457px;
    }
    .sec_story .img_area {
      width: 51.6%;
    }
    .sec_story img {
      transform: translateY(var(--padding_y));
    }
    /* SECTION : office */
    .sec_office .office_title {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .sec_office .office_tab_list {
      gap: 10px;
    }
    .sec_office .office_tab_link {
      min-width: 170px;
      border-radius: 8px;
    }
    .sec_office .office_content::before {
      --ballon_translateY: -100%;
      position: absolute;
      top: 5px;
      width: min(226px, 13.7vw);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      display: block;
      transform: translateY(-100%);
      content: '';
      aspect-ratio: 226 / 318;
    }
    .sec_office .group_office._1 .office_content::before {
      --ballon_rotate: 5deg;
      left: min(100px, 5.2vw);
      background-image: url('/wp-content/themes/fastfive/assets/event/260323_2026birthday/img/img_office_balloon1.png');
      animation: swingBalloon 4s ease-in-out alternate infinite;
    }
    .sec_office .group_office._2 .office_content::before {
      --ballon_rotate: -5deg;
      right: min(100px, 5.2vw);
      background-image: url('/wp-content/themes/fastfive/assets/event/260323_2026birthday/img/img_office_balloon2.png');
      animation: swingBalloon 4.2s ease-in-out alternate infinite;
    }
    .sec_office .office_list {
      display: grid;
      gap: 40px 20px;
      grid-template-columns: repeat(auto-fill, minmax(305px, auto));
    }
    .sec_office .office_item {
      border-radius: 10px;
    }
    .sec_office .office_info .person {
      display: none;
    }
  }
}

@media all and (max-width: 1200px) {
  .event_2026birthday {
    /* 반응형 시 탭 버튼 영역 침범으로 예외 처리 */
    .sec_office .group_office._1 .office_content::before {
      left: 0;
    }
    .sec_office .group_office._2 .office_content::before {
      right: 0;
    }
  }
}

@media all and (max-width: 960px) {
  .event_2026birthday {
    --max_width: 100%;
    --padding_x: 20px;
    --padding_y: 130px;
    --font-h1: 34px;
    --font-h2: 28px;
    --font-h5: 22px;
    --font-p1: 18px;
    --font-p2: 16px;
    --font-p3: 14px;
    /* COMMON START -------------------------------- */
    .hidden_mo { display: none;}
    .hidden_pc { display: block;}
    .bubble_box {
      padding: 5px 12px;
    }
    /* COMMON END -------------------------------- */

    /* SECTION : visual START -------------------------------- */
    .sec_visual {
      --obj_transform1: translate(150%, 150%);
      --obj_transform2: translate(-150%, 150%);
      --obj_transform3: translate(150%, -150%);
      --obj_transform4: translate(-150%, -150%);
      height: 863px;
    }
    .sec_visual.onTrans {
      --obj_transform1: translate(0, 0);
      --obj_transform2: translate(0, 0);
      --obj_transform3: translate(0, 0);
      --obj_transform4: translate(0, 0);
    }
    .sec_visual::before {
      background-image: url('/wp-content/themes/fastfive/assets/event/260323_2026birthday/img/header_bg_mo.jpg');
    }
    .sec_visual .inner {
      padding: 0 15px;
    }
    .sec_visual .title_area {
      margin: 60px auto 0;
      gap: 12px;
    }
    .sec_visual .title_area img {
      width: auto;
      height: 100%;
      margin: 0 auto;
      object-fit: cover;
    }
    .sec_visual .visual_text {
      height: 34px;
    }
    .sec_visual .visual_title {
      height: 233px;
    }
    .sec_visual .visual_sub_title {
      height: 62px;
    }
    .sec_visual .img_area {
      max-width: 346px;
      margin: 40px auto 0;
    }
    .sec_visual .badge1 {
      top: 5px;
      left: -6px;
      max-width: 130px;
      aspect-ratio: 130 / 136;
    }
    .sec_visual .badge2 {
      top: 78px;
      right: -8px;
      max-width: 124px;
      aspect-ratio: 124 / 126;
    }
    .sec_visual .badge.badge1 img {
      --badge_Y: 16px;
    }
    .sec_visual .badge.badge2 img {
      --badge_Y: -15px;
    }
    .flame {
      top: 4px;
      width: 10px;
      height: 30px;
    }
    .flame.flame2 {
      left: 52%;
    }
    .flame::after {
      width: 40px;
      height: 40px;
    }
    .sec_visual .obj.obj1 {
      top: -9px;
      left: calc(50% - 160px);
      max-width: 72px;
      aspect-ratio: 72 / 94;
    }
    .sec_visual .obj.obj2 {
      top: 153px;
      right: calc(50% - 195px);
      max-width: 48px;
      aspect-ratio: 48 / 34;
    }
    .sec_visual .obj.obj3 {
      bottom: 142px;
      left: calc(50% - 152px);
      max-width: 32px;
      aspect-ratio: 32 / 22;
    }
    .sec_visual .obj.obj4 {
      right: calc(50% - 142px);
      bottom: -14px;
      max-width: 110px;
      aspect-ratio: 110 / 100;
    }
    .sec_visual .timer_wrapper {
      bottom: 30px;
    }
    .sec_visual .timer_area {
      padding: 10px;
      flex-direction: column;
    }
    .sec_visual .timer_text {
      font-size: 12px;
      line-height: 1.4;
    }
    .birthday_timer {
      font-size: 18px;
    }
    /* SECTION : visual END -------------------------------- */

    /* SECTION : story START -------------------------------- */
    .sec_story .inner {
      padding-bottom: 0;
      flex-direction: column;
      gap: 74px;
    }
    .sec_story .text_area {
      margin-top: 30px;
    }
    .sec_story .img_area {
      max-width: 340px;
    }
    /* SECTION : story END -------------------------------- */

    /* SECTION : office START -------------------------------- */
    .sec_office {
      overflow: hidden;
    }
    .sec_office .inner {
      padding: var(--padding_y) 0;
    }
    .sec_office .group_office {
      position: relative;
      gap: 0;
    }
    .sec_office .group_office::before {
      --ballon_translateY: 5%;
      --ballon_rotate: 5deg;
      position: absolute;
      top: -126px;
      left: calc(50% + 7.5px);
      width: 230px;
      background-repeat: no-repeat; 
      background-position: center center; 
      background-size: 100% auto;
      display: block;
      content: '';
      aspect-ratio: 230 / 298;
    }
    .sec_office .group_office._1::before {
      background-image: url('/wp-content/themes/fastfive/assets/event/260323_2026birthday/img/img_office_balloon1_mo.png');
      animation: swingBalloon 4s ease-in-out alternate infinite;
    }
    .sec_office .group_office._2::before {
      background-image: url('/wp-content/themes/fastfive/assets/event/260323_2026birthday/img/img_office_balloon2_mo.png');
      animation: swingBalloon 4.2s ease-in-out alternate infinite;
    }
    .sec_office .group_office + .group_office {
      margin-top: 150px;
    }
    .sec_office .office_header {
      width: 100%;
      max-width: 375px;
      padding: 0 var(--padding_x);
      text-align: left;
      align-items: flex-start;
      gap: 8px;
    }
    .sec_office .office_title {
      font-size: var(--font-h1);
    }
    .sec_office .office_desc {
      font-size: var(--font-p1);
      line-height: 1.7;
    }
    .sec_office .office_tab_list {
      width: 100%;
      margin-top: 40px;
    }
    .sec_office .office_tab_item {
      flex: 1;
    }
    .sec_office .office_tab_item + .office_tab_item {
      border-left: 1px solid #DAE7FF;
    }
    .sec_office .office_item {
      border-top: 1px solid #EAEAEA;
      display: flex;
    }
    .sec_office .office_item.is_soldout::after {
      width: 90px;
      height: 94px;
    }
    .sec_office .office_thumb {
      width: 33.3%;
      aspect-ratio: 125 / 134;
    }
    .sec_office .office_thumb .person {
      display: none;
    }
    .sec_office .office_info {
      position: relative;
      padding: 22px 25px;
      text-align: left;
      flex: 1;
    }
    .sec_office .office_info .person {
      display: block;
      position: static;
      width: fit-content;
      min-height: 24px;
    }
    .sec_office .office_name {
      margin-top: 6px;
    }
    .sec_office .office_location {
      margin-top: 0;
    }
    .sec_office .btn_event_cta {
      margin-top: 40px;
    }
    /* SECTION : office END -------------------------------- */

    /* SECTION : callout START -------------------------------- */
    .sec_callout {
      background-image: url('/wp-content/themes/fastfive/assets/event/260323_2026birthday/img/bg_callout_mo.jpg');
      background-position: center center;
      background-size: auto 100%;
    }
    .sec_callout .inner {
      --padding_y : 130px;
      height: 484px;
    }
    /* SECTION : callout END -------------------------------- */
  }
}

/* KEYFRAMES -------------------------------- */
@keyframes cake {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1.07);
  }
  70% {
    transform: scale(0.95);
  }
  85% {
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes moving-flame {
  0% {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
    border-radius: 10% 70% 30% 30% / 30% 30% 30% 30%;
  }
  25% {
    opacity: 0.85;
    transform: scaleX(0.92) scaleY(1.06);
    border-radius: 50% 20% 40% 30% / 30% 30% 30% 30%;
  }
  50% {
    opacity: 0.95;
    transform: scaleX(1.04) scaleY(0.95);
    border-radius: 70% 10% 30% 30% / 30% 30% 30% 30%;
  }
  75% {
    opacity: 0.8;
    transform: scaleX(0.96) scaleY(1.03);
    border-radius: 30% 50% 30% 40% / 30% 30% 30% 30%;
  }
  100% {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
    border-radius: 10% 70% 30% 30% / 30% 30% 30% 30%;
  }
}
@keyframes glow-out {
  0% {
    box-shadow: 0 0 8px 2px rgba(255, 210, 125, 0.6);
  }
  50% {
    box-shadow: 0 0 22px 4px rgba(255, 210, 125, 0.8);
  }
  100% {
    box-shadow: 0 0 12px 2px rgba(255, 210, 125, 0.5);
  }
}
@keyframes glow-pulse {
  0% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@keyframes updown {
  0% {transform:translateY(0);}
  10% {transform:translateY(-3px);}
  20% {transform:translateY(0);}
  30% {transform:translateY(-3px);}
  40% {transform:translateY(0);}
  100% {transform:translateY(0);}
}
@keyframes updownBadge {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(var(--badge_Y));
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes swingBalloon {
  0%, 100% {
    transform: translateY(var(--ballon_translateY)) rotate(0deg);
  }
  50% {
    transform: translateY(calc(var(--ballon_translateY) - 5%)) rotate(var(--ballon_rotate));
  }
}
@keyframes blink {
  0%, 33.33%, 66.66%, 100% {
    background-color: #000;
  }
  16.66%, 50%, 83.33% {
    background-color: #f00;
  }
}

