@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&display=swap');
/* @font-face {
    font-family: 'SpokaHanSansNeo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff') format('woff');
    font-weight: normal;
    font-display: swap;
} */

/* font-family: "rixjangs-pro", sans-serif;
font-weight: 500;
font-style: normal; */

/* Sandoll GothicNeo2 Rg
font-family: "sandoll-gothicneo2", sans-serif;
font-weight: 400;
font-style: normal; */

/* =========================================================
   honeymoon2027v2.css
   스코프 : #event_honeymoon_2027
   그리드 : .hmrow / .hmcol-*  (부트스트랩 .col-* 폭 오버라이드 회피)
   폰트   : 한글 Noto Sans KR(400/500) / 영문 Cormorant(자간 0)

   팔레트 : 사랑 · 설렘 · 허니문 톤
     rose  #b25266  로즈 (메인 포인트, 기존 블루 대체)
     gold  #c49a6c  샴페인 골드 (시그니처 · 스톤 · 배지)
     ink   #382b31  웜 플럼 잉크 (본문)
     blush #faf4f3  블러시 아이보리 (섹션 배경)
     line  #ecdfdd  웜 헤어라인
   ========================================================= */

#event_honeymoon_2027 {
    --hm-font-main: 'computersetak', sans-serif;
    --hm-font-title: 'rixjangs-pro', sans-serif;
    --hm-font-text: 'sandoll-gothicneo2', sans-serif;
    --hm-rose:      #e70a38;
    --hm-rose-deep: #b11632;
    /* --hm-ink:       #382b31; */
    --hm-ink:       #000;
    --hm-gold:      #c49a6c;
    --hm-blush:     #faf4f3;
    --hm-line:      #ecdfdd;
    --hm-gray:      #857a7e;

    /* --hm-sans:  'Noto Sans KR', sans-serif; */
    /* --hm-sans:  'NanumSquareNeo'; */
    /* --hm-sans:  var(--hm-font); */
    /* --hm-sans-title:  'computersetak', sans-serif; */
    /* --hm-sans-title:  'NanumSquareNeo'; */
    /* --hm-sans-title:  var(--hm-font); */

    --hm-latin: 'Cormorant Garamond', serif;

    --hm-mw: 1300px;

    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    color: var(--hm-ink);
    font-family: var(--hm-font-text);
    font-weight: 400;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
}
#event_honeymoon_2027 img {
    display: block;
    max-width: 100%;
}
#event_honeymoon_2027 a {
    color: inherit;
    text-decoration: none;
}
#event_honeymoon_2027 p {
    letter-spacing: -1px;
    font-family: var(--hm-font-text);
}

#event_header {
    background-color: #38222b55;
}


/* ---------- layout ---------- */
#event_honeymoon_2027 .hm_wrap {
    max-width: var(--hm-mw);
    margin: 0 auto;
    padding: 0 24px;
}
#event_honeymoon_2027 .hm_sec {
    padding: 88px 0;
}
#event_honeymoon_2027 .hmrow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}
#event_honeymoon_2027 [class*="hmcol-"] {
    width: 100%;
    padding: 0 14px;
}


/* ---------- signature : 겹친 두 개의 반지 + 하트 스톤 ---------- */
#event_honeymoon_2027 .hm_mark {
    display: block;
    width: 90px;
    /* height: 42px; */
    margin: 0 auto 26px auto;
    overflow: visible;
}
#event_honeymoon_2027 .hm_mark circle {
    fill: none;
    stroke: var(--hm-gold);
    stroke-width: 1;
}
#event_honeymoon_2027 .hm_mark .stone {
    fill: var(--hm-rose);
    stroke: none;
}
#event_honeymoon_2027 .hm_mark .cut {
    fill: #fff;
    stroke: none;
}


/* ---------- 공통 타이포 ---------- */
#event_honeymoon_2027 .hm_eyebrow {
    margin: 0 0 18px 0;
    font-family: var(--hm-latin);
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--hm-gold);
}
#event_honeymoon_2027 .hm_h2 {
    margin: 0 0 22px 0;
    font-family: var(--hm-font-title);
    font-weight: 500;
    font-size: 26px;
    line-height: 1.55;
    letter-spacing: -.02em;
    color: var(--hm-ink);
}
#event_honeymoon_2027 .hm_h2 em {
    font-style: normal;
    /* font-weight: 600; */
    color: var(--hm-rose);
}
#event_honeymoon_2027 .hm_lead {
    margin: 0 0 14px 0;
    font-size: 15.5px;
    color: #000;
}
#event_honeymoon_2027 .hm_lead strong {
    color: var(--hm-rose);
    font-weight: 600;
}
#event_honeymoon_2027 .hm_head_center {
    text-align: center;
}


/* =========================================================
   1. INTRO
   ========================================================= */
#event_honeymoon_2027 #section_intro {
    position: relative;
    height: 100vh;
    height: 100svh;
    min-height: 560px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(45,18,27,.02), rgba(45,18,27,.03)),
        url('/common/event/images/honeymoon2027/main_m.webp') 50% 50% no-repeat;
    background-size: cover;
}
#event_honeymoon_2027 #section_intro .intro_in {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    max-width: var(--hm-mw);
    margin: 0 auto;
    padding: 0 28px 110px 28px;
    margin-top: 15vh;
}
/* 포인트 : 헤어라인 + 각인 */
#event_honeymoon_2027 #section_intro .intro_stamp {
    display: flex;
    align-items: center;
    gap: 14px;
    line-height: 1.2;
    margin-bottom: 14px;
}
#event_honeymoon_2027 #section_intro .intro_stamp i {
    display: block;
    width: 56px;
    height: 1px;
    background: rgba(255,255,255,.6);
}
#event_honeymoon_2027 #section_intro .intro_stamp span {
    font-family: var(--hm-latin);
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0;
    color: #fff;
    opacity: .92;
}
#event_honeymoon_2027 #section_intro h1 {
    margin: 0 0 15px 0;
    font-family: var(--hm-font-title);
    /* font-family: var(--hm-font-main); */
    font-weight: 400;
    font-size: 31px;
    line-height: 1.3;
    letter-spacing: -.02em;
    color: #fff;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(255, 214, 222, .6);
}
#event_honeymoon_2027 #section_intro h1 strong {
    padding-bottom: 0px;
    font-size: 1.3em;
    background: linear-gradient(178deg, #ff7590, #f31164);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
#event_honeymoon_2027 #section_intro .intro_sub {
    margin: 0;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.8;
    color: rgba(255,255,255,.9);
}
#event_honeymoon_2027 #section_intro .event_honeymoon_logo {
    position: absolute;
    right: 28px;
    bottom: 0;
    max-width: 150px;
}
#event_honeymoon_2027 #section_intro .intro_scroll {
    position: absolute;
    left: 50%;
    bottom: 34px;
    z-index: 2;
    width: 1px;
    height: 52px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.8));
}


/* =========================================================
   2. INTRODUCTION  (+ 고정 배경 밴드)
   ========================================================= */
#event_honeymoon_2027 #section_introduction {
    background: #fff;
    text-align: center;
}
#event_honeymoon_2027 .hm_quote {
    max-width: 760px;
    margin: 0 auto;
}
#event_honeymoon_2027 .hm_quote h2 {
    margin: 0;
    font-family: var(--hm-font-title);
    font-weight: 500;
    font-size: 24px;
    line-height: 1.7;
    letter-spacing: -.02em;
    color: var(--hm-ink);
}
#event_honeymoon_2027 .hm_quote h2 em {
    font-style: normal;
    /* font-weight: 600; */
    color: var(--hm-rose);
}
#event_honeymoon_2027 .hm_quote h3 {
    margin: 0 0 16px 0;
    font-size: 22px;
    color: #000;
    line-height: 1.7;
    font-weight: 400;
    font-family: var(--hm-font-title);
    letter-spacing: 0;
}
#event_honeymoon_2027 .hm_quote h3 strong {
    font-weight: 400;
    color: var(--hm-rose);
    background: none;
}
/* 고정 배경 밴드 : background-attachment fixed
   (iOS는 fixed 미지원이라 일반 스크롤로 폴백) */
#event_honeymoon_2027 .hm_parallax {
    margin: 48px 0;
    height: 320px;
    border: 2px solid rgba(196, 154, 108, .45);
    background: url('/common/event/images/honeymoon2027/introduction.webp') 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
@supports (-webkit-touch-callout: none) {
    /* iOS Safari : attachment fixed 미지원 */
    #event_honeymoon_2027 .hm_parallax {
        background-attachment: scroll;
    }
}


/* =========================================================
   3. BENEFITS
   ========================================================= */
#event_honeymoon_2027 #section_benefits {
    background: var(--hm-blush);
}
#event_honeymoon_2027 #section_benefits .hm_head {
    margin-bottom: 56px;
}
#event_honeymoon_2027 .hm_visual {
    margin: 0 0 56px 0;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-top: 2px solid rgba(196, 154, 108, .45);
    /* background: #efe3e1; */
}
#event_honeymoon_2027 .hm_visual .swiper-slide {
    background: transparent;
}
#event_honeymoon_2027 .hm_visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#event_honeymoon_2027 .hm_merit {
    height: 100%;
    padding: 34px 30px;
    background: #fff;
    border: 1px solid var(--hm-line);
}
#event_honeymoon_2027 #section_benefits .hmcol-6 {
    margin-bottom: 14px;
}
#event_honeymoon_2027 .hm_merit .ico {
    width: 34px;
    height: 34px;
    margin-bottom: 20px;
    color: var(--hm-rose);
}
#event_honeymoon_2027 .hm_merit .ico svg {
    display: block;
    width: 100%;
    height: 100%;
}
#event_honeymoon_2027 .hm_merit h3 {
    margin: 0 0 12px 0;
    font-family: var(--hm-font-title);
    font-weight: 500;
    font-size: 19px;
    letter-spacing: -.02em;
    color: var(--hm-rose-deep);
}
#event_honeymoon_2027 .hm_merit p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
    font-family: var(--hm-font-text);
}


/* =========================================================
   4. PROMOTION
   ========================================================= */
#event_honeymoon_2027 #section_promotion {
    background: #fff;
}
#event_honeymoon_2027 #section_promotion .hm_head {
    margin-bottom: 52px;
}
#event_honeymoon_2027 .hm_promo_img {
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #f3e8e6;
}
#event_honeymoon_2027 .hm_promo_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 포인트 : 택 1 배지 */
#event_honeymoon_2027 .hm_pick_badge {
    display: inline-flex;
    align-items: center;
    margin: 0 0 26px 0;
    padding: 6px 18px 5px 18px;
    border: 1px solid var(--hm-gold);
    color: var(--hm-gold);
    font-family: var(--hm-latin);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
}

#event_honeymoon_2027 .hm_gift_list {
    margin-top: 56px;
}

/* 혜택 카드 : 단일 골드 프레임 + 상단 다이아 장식 */
#event_honeymoon_2027 .hm_gift {
    position: relative;
    height: 100%;
    padding: 46px 32px 38px 32px;
    border: 1px solid rgba(196, 154, 108, .45);
    background: linear-gradient(180deg, #fdf9f8 0%, #ffffff 32%);
    text-align: left;
    transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}
#event_honeymoon_2027 .hm_gift::after {
    /* 상단 중앙 다이아 장식 */
    content: '';
    position: absolute;
    left: 50%;
    top: -5px;
    width: 9px;
    height: 9px;
    transform: translateX(-50%) rotate(45deg);
    background: #fff;
    border: 1px solid var(--hm-gold);
}
#event_honeymoon_2027 .hm_gift:hover {
    transform: translateY(-5px);
    border-color: var(--hm-rose);
    box-shadow: 0 18px 38px -18px rgba(56, 22, 33, .25);
}
#event_honeymoon_2027 #section_promotion .hmcol-4 {
    margin-bottom: 18px;
}
#event_honeymoon_2027 .hm_gift .no {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    font-family: var(--hm-latin);
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0;
    color: var(--hm-gold);
}
#event_honeymoon_2027 .hm_gift .no::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(196,154,108,.5), rgba(196,154,108,0));
}
#event_honeymoon_2027 .hm_gift .ico {
    width: 38px;
    height: 38px;
    margin-bottom: 22px;
    color: var(--hm-rose);
}
#event_honeymoon_2027 .hm_gift .ico svg {
    display: block;
    width: 100%;
    height: 100%;
}
#event_honeymoon_2027 .hm_gift h3 {
    margin: 0 0 10px 0;
    font-family: var(--hm-font-title);
    font-weight: 500;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: -.02em;
    color: var(--hm-ink);
}
#event_honeymoon_2027 .hm_gift .sub {
    margin: 0 0 16px 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--hm-rose);
}
#event_honeymoon_2027 .hm_gift p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
}
#event_honeymoon_2027 .hm_gift_opt {
    margin: 12px 0 0 0;
    padding: 12px 0 0 0;
    border-top: 1px dashed rgba(196,154,108,.4);
    list-style: none;
}
#event_honeymoon_2027 .hm_gift_opt li {
    position: relative;
    padding-left: 12px;
    font-size: 13px;
    line-height: 1.7;
    color: var(--hm-gray);
}
#event_honeymoon_2027 .hm_gift_opt li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 5px;
    height: 1px;
    background: var(--hm-gray);
}

#event_honeymoon_2027 .promotion_condition {
    margin-top: 56px;
    padding-top: 34px;
    border-top: 1px solid var(--hm-line);
}
#event_honeymoon_2027 .promotion_condition h5 {
    margin: 0 0 14px 0;
    font-family: var(--hm-font-title);
    font-weight: 500;
    font-size: 18px;
    color: var(--hm-ink);
}
#event_honeymoon_2027 .promotion_condition ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#event_honeymoon_2027 .promotion_condition li {
    position: relative;
    padding-left: 14px;
    font-size: 13.5px;
    line-height: 1.9;
    color: var(--hm-gray);
}
#event_honeymoon_2027 .promotion_condition li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 1px;
    background: var(--hm-line);
}


/* =========================================================
   5. DESTINATION
   ========================================================= */
#event_honeymoon_2027 #section_destination {
    /* padding-bottom: 0; */
    background: var(--hm-blush);
}
#event_honeymoon_2027 #section_destination .hm_head {
    margin-bottom: 44px;
}
#event_honeymoon_2027 .hm_spot_links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 26px;
}
#event_honeymoon_2027 .hm_spot_links a {
    padding: 8px 18px 7px 18px;
    border: 1px solid var(--hm-line);
    background: #fff;
    font-size: 13.5px;
    color: var(--hm-ink);
    transition: .25s;
}
#event_honeymoon_2027 .hm_spot_links a:hover {
    border-color: var(--hm-rose);
    color: var(--hm-rose);
}

#honeymoon_travel_spot_slider {
    max-width: var(--hm-mw);
}
#event_honeymoon_2027 .hm_spot_strip {
    margin-top: 64px;
}
#event_honeymoon_2027 .hm_spot_strip .swiper-slide {
    background: transparent;
}
#event_honeymoon_2027 .hm_spot_strip .cell {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
}
#event_honeymoon_2027 .hm_spot_strip .cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s ease;
}
#event_honeymoon_2027 .hm_spot_strip .cell:hover img {
    transform: scale(1.04);
}
#event_honeymoon_2027 .hm_spot_strip .cap {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 60px 20px 20px 20px;
    color: #fff;
    text-align: left;
    background: linear-gradient(180deg, rgba(30,8,15,0), rgba(30,8,15,.62));
}
#event_honeymoon_2027 .hm_spot_strip .cap .en {
    display: block;
    font-family: var(--hm-latin);
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0;
    text-transform: uppercase;
    opacity: .9;
}
#event_honeymoon_2027 .hm_spot_strip .cap .ko {
    display: block;
    margin-top: 2px;
    font-size: 15px;
    font-weight: 400;
}


/* =========================================================
   6. CONSULT
   ========================================================= */
#event_honeymoon_2027 #section_consulting_bar {
    padding: 84px 24px;
    background: linear-gradient(160deg, var(--hm-rose) 0%, var(--hm-rose-deep) 100%);
    color: #fff;
    text-align: center;
}
#event_honeymoon_2027 #section_consulting_bar .hm_mark circle {
    stroke: rgba(255,255,255,.75);
}
#event_honeymoon_2027 #section_consulting_bar .hm_mark .stone {
    fill: #f2d3ac;
    fill: #fff;
}
#event_honeymoon_2027 #section_consulting_bar .hm_mark .cut {
    fill: var(--hm-rose);
}
#event_honeymoon_2027 .customer_consult {
    max-width: 700px;
    margin: 0 auto;
}
#event_honeymoon_2027 .customer_consult h4 {
    margin: 0 0 12px 0;
    font-family: var(--hm-font-title);
    font-weight: 500;
    font-size: 23px;
    line-height: 1.6;
    letter-spacing: -.02em;
    color: #fff;
}
#event_honeymoon_2027 .customer_consult p {
    margin: 0 0 34px 0;
    font-size: 14.5px;
    font-weight: 400;
    color: rgba(255,255,255,.85);
}
/* 포인트 : 골드 아웃라인 버튼 */
#event_honeymoon_2027 .consult_btn {
    display: inline-block;
    min-width: 280px;
    padding: 16px 34px 15px 34px;
    border: 1px solid #f2d3ac;
    background: transparent;
    color: #fff;
    font-size: 16.5px;
    font-weight: 400;
    transition: .3s;
}
#event_honeymoon_2027 .consult_btn:hover {
    /* background: #f2d3ac; */
    color: var(--hm-rose-deep);
    background: #fff;
    border-color: #fff;
}
#event_honeymoon_2027 .customer_consult .logo {
    margin-top: 44px;
}
#event_honeymoon_2027 .customer_consult .logo img {
    height: 26px;
    margin: 0 auto;
    opacity: .85;
}


#right_floating_box {
    bottom: 40px;
    transition: all 0.3s ease;
}
#right_floating_box.hasSub {
    bottom: 155px;
}
/* ---------- 플로팅 : 맞춤여행 신청 (원형, 카카오 버튼 위) ----------
   카카오 상담 버튼(공통 컴포넌트)과 겹치면 bottom 값만 조정 */
#shotcut_consulting {
    display: none;
    /* position: fixed;
    right: 14px;
    bottom: 195px;
    z-index: 900;
    width: 64px;
    height: 64px;
    border-radius: 50%; */
    background: #c53853;
    border: 0;
    box-shadow: 0 6px 16px rgba(40, 12, 20, .25);
}
#shotcut_consulting .text svg {
    height: 24px;
}
/* #shotcut_consulting .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -.5px;
    text-align: center;
    white-space: nowrap;
}
#shotcut_consulting .text i {
    display: block;
    margin-top: 3px;
    font-size: 13px;
} */


/* =========================================================
   PC
   ========================================================= */
@media (min-width: 992px) {
    #event_honeymoon_2027 .hm_sec {
        padding: 140px 0;
    }
    #event_honeymoon_2027 .hmcol-6 { width: 50%; }
    #event_honeymoon_2027 .hmcol-4 { width: 33.3333%; }

    #event_honeymoon_2027 .hm_h2   { font-size: 38px; }
    #event_honeymoon_2027 .hm_lead { font-size: 17px; }
    
    #event_honeymoon_2027 #section_intro {
        background: 
            linear-gradient(222deg, rgba(45,18,27,.08), rgba(45,18,27,.39)),
            url(/common/event/images/honeymoon2027/main_pc.webp) 50% 50% no-repeat;
        background-size: cover;
    }
    #event_honeymoon_2027 #section_intro .intro_in {
        justify-content: flex-end;
        padding-bottom: 200px;
        padding-left: 0px;
        margin-top: 0;
    }
    #event_honeymoon_2027 #section_intro h1 { 
        font-size: 46px;
        /* text-shadow: 0 2px 24px rgba(30,8,15,.35); */
    }
    #event_honeymoon_2027 #section_intro .intro_stamp span {font-size: 27px;}
    #event_honeymoon_2027 #section_intro .intro_sub { font-size: 17px; }
    #event_honeymoon_2027 #section_intro .event_honeymoon_logo {
        right: 40px;
        bottom: 40px;
        max-width: 170px;
    }

    #event_honeymoon_2027 .hm_quote h2 { font-size: 34px; }
    #event_honeymoon_2027 .hm_quote h3  { font-size: 30px; }
    #event_honeymoon_2027 .hm_parallax {
        margin: 140px auto;
        height: 600px;
        max-width: calc(var(--hm-mw) - 48px);
        /* border-radius: 20px; */
    }

    #event_honeymoon_2027 .hm_visual {
        aspect-ratio: 16 / 7;
        margin: 0 auto 56px auto;
        /* padding: 0 24px; */
        /* max-width: var(--hm-mw); */
        max-width: calc(var(--hm-mw) - 48px);
    }
    #event_honeymoon_2027 .hm_merit  { padding: 44px 40px; }
    #event_honeymoon_2027 .hm_merit h3 { font-size: 21px; }
    #event_honeymoon_2027 #section_benefits .hmcol-6 { 
        margin-top: 28px;
        margin-bottom: 0;
    }

    #event_honeymoon_2027 .hm_gift { padding: 52px 38px 44px 38px; }
    #event_honeymoon_2027 #section_promotion .hmcol-4 { margin-bottom: 0; }

    #event_honeymoon_2027 #section_consulting_bar { padding: 110px 24px; }
    #event_honeymoon_2027 .customer_consult h4 { font-size: 31px; }

    /* #shotcut_consulting {
        right: 22px;
        bottom: 215px;
        width: 72px;
        height: 72px;
    }
    #shotcut_consulting .text {
        font-size: 12px;
    } */
}

@media (prefers-reduced-motion: reduce) {
    #event_honeymoon_2027 * {
        transition: none !important;
        animation: none !important;
    }
    #event_honeymoon_2027 .hm_parallax {
        background-attachment: scroll;
    }
}