:root {
  --wine: #74493d;
  --wine-dark: #48141f;
  --wine-deep: #321019;
  --chrome-pink: linear-gradient(100deg, #d890a0 0%, #e4aab3 100%);
  --rose: #9a5f67;
  --ink: #292421;
  --muted: #756d68;
  --cream: #f8f4ef;
  --line: rgba(70, 49, 42, .14);
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Pretendard, "Noto Sans KR", "Malgun Gothic", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.site-header { position: relative; z-index: 20; background: #fff; box-shadow: 0 1px 0 rgba(65,45,38,.1); }
.topbar { height: 88px; color: #fff; background: var(--chrome-pink); }
.topbar-inner { width: min(1180px, calc(100% - 48px)); height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: auto; height: 48px; }
.kakao-head { padding: 12px 21px; border-radius: 999px; color: #221d00; background: #ffe500; font-size: 13px; font-weight: 800; }
.main-nav { width: min(1120px, calc(100% - 48px)); height: 58px; margin: 0 auto; display: grid; grid-template-columns: repeat(8, 1fr); align-items: stretch; }
.main-nav a { display: grid; place-items: center; border-bottom: 2px solid transparent; font-size: 14px; font-weight: 700; }
.main-nav a:hover { color: var(--wine); border-color: var(--wine); }
.menu-button { display: none; width: 42px; height: 42px; padding: 9px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: transparent; }
.menu-button span { display: block; width: 20px; height: 1px; margin: 4px auto; background: #fff; }

.hero { position: relative; min-height: 650px; display: flex; align-items: flex-end; overflow: hidden; background: #232329 url('/new2019/images/main/main_visual_01.jpg') center/cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,17,20,.82) 0%, rgba(18,17,20,.56) 31%, rgba(18,17,20,.12) 68%, rgba(18,17,20,.18) 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(transparent, rgba(20,13,13,.42)); }
.hero-copy { position: relative; z-index: 2; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 0 0 58px; color: #fff; }
.eyebrow { margin: 0 0 22px; color: var(--wine); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.eyebrow.light { color: #ead8d1; }
.hero h1 { max-width: 660px; margin: 0; font-size: clamp(42px, 4.3vw, 68px); line-height: 1.24; letter-spacing: -.05em; font-weight: 300; text-shadow: 0 2px 24px rgba(0,0,0,.32); }
.hero h1 strong { font-weight: 750; }
.hero-copy > p:not(.eyebrow) { max-width: 520px; margin: 24px 0 0; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.8; }
.hero-actions { display: flex; gap: 10px; margin-top: 0; }
.button { min-width: 152px; padding: 14px 22px; border-radius: 999px; text-align: center; font-size: 13px; font-weight: 800; transition: .2s ease; }
.button-light { color: var(--wine-deep); background: #fff; }
.button-outline { border: 1px solid rgba(255,255,255,.65); color: #fff; background: rgba(255,255,255,.06); }
.button:hover { transform: translateY(-2px); }

.quick-links { position: relative; z-index: 4; width: min(600px, calc(100% - 48px)); margin: -52px auto 0; display: grid; grid-template-columns: 1fr; gap: 12px; background: transparent; }
.quick-links a { min-height: 160px; padding: 34px 42px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 15px; align-content: center; border-radius: 18px; background: #f8e7ea; box-shadow: 0 16px 34px rgba(69,44,38,.11); }
.quick-links a:nth-child(2) { background: #f3eadf; }
.quick-links a:last-child { border-right: 0; }
.quick-links span { grid-row: 1 / 3; align-self: start; color: var(--rose); font: italic 13px Georgia, serif; }
.quick-links strong { font-size: 20px; }
.quick-links em { margin-top: 8px; color: var(--muted); font-size: 12px; font-style: normal; }
.quick-links a:hover strong { color: var(--wine); }

.monthly-wrap { padding: 82px 24px 42px; }
.monthly-card { width: min(860px, 100%); margin: 0 auto; display: block; overflow: hidden; border-radius: 22px; background: #f9edef; box-shadow: 0 20px 42px rgba(110,62,75,.14); }
.monthly-title { margin: 0; padding: 25px 24px 22px; color: #652d3d; text-align: center; font-size: clamp(24px, 2.7vw, 34px); line-height: 1.25; letter-spacing: -.05em; }
.monthly-visual { overflow: hidden; border-radius: 0; background: #fff; }
.monthly-visual img { width: 100%; height: auto; object-fit: contain; }

.treatments { padding: 105px 24px 58px; }
.section-heading { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1fr 360px; gap: 60px; align-items: end; }
.section-heading h2 { margin: 0; font-size: clamp(36px, 4.1vw, 60px); line-height: 1.28; letter-spacing: -.05em; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.treatment-grid { width: min(1180px, 100%); margin: 56px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.treatment-grid a { position: relative; min-height: 220px; padding: 30px; display: flex; flex-direction: column; overflow: hidden; border-radius: 16px; background: #f8e6ec; transition: transform .2s ease, box-shadow .2s ease; }
.treatment-grid a:nth-child(2) { background: #f8f1d8; }
.treatment-grid a:nth-child(3) { background: #eee8fa; }
.treatment-grid a:nth-child(4) { background: #e9f3e4; }
.treatment-grid a:nth-child(5) { background: #f8e6ec; }
.treatment-grid a:nth-child(6) { background: #f8f1d8; }
.treatment-grid a:nth-child(7) { background: #eee8fa; }
.treatment-grid a:nth-child(8) { background: #e9f3e4; }
.treatment-grid small { margin-top: auto; color: var(--muted); font-size: 11px; font-weight: 700; }
.treatment-grid strong { margin-top: 10px; font-size: 24px; }
.treatment-grid em { margin-top: 9px; color: var(--muted); font-size: 11px; font-style: normal; }
.treatment-grid b { position: absolute; right: 24px; bottom: 24px; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(54,38,34,.18); border-radius: 50%; font-weight: 400; }
.treatment-grid a:hover { transform: translateY(-4px); box-shadow: 0 15px 30px rgba(62,42,36,.09); }
.treatment-before-after { width: min(640px, 100%); margin: 24px auto 0; }
.treatment-before-after a { position: relative; min-height: 370px; padding: 44px 54px 36px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; border-radius: 26px; background: #ead2d8; box-shadow: 0 20px 42px rgba(110,62,75,.12); transition: transform .2s ease, box-shadow .2s ease; }
.treatment-before-after small { margin: 0; color: #9b6673; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.treatment-before-after-title { margin: 12px 0 0; color: #4d2932; font-size: 32px; line-height: 1.32; letter-spacing: -.05em; }
.treatment-before-after-note { max-width: 470px; margin: 16px 0 0; color: #79666d; font-size: 14px; line-height: 1.7; font-weight: 600; }
.treatment-before-after em { margin-top: 13px; color: var(--muted); font-size: 13px; font-style: normal; }
.treatment-before-after b { position: absolute; right: 28px; bottom: 28px; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(54,38,34,.18); border-radius: 50%; font-weight: 400; }
.treatment-before-after a:hover { transform: translateY(-4px); box-shadow: 0 22px 44px rgba(110,62,75,.16); }

.clinic-hours-section { padding: 0 24px 78px; background: #fff; }
.clinic-hours-card { width: min(640px, 100%); min-height: 370px; margin: 0 auto; padding: 44px 54px 36px; color: #4d2932; border: 1px solid #e4c8ce; border-radius: 26px; background: radial-gradient(circle at 100% 0, rgba(255,255,255,.8), transparent 35%), linear-gradient(135deg, #f8ebed, #efd9de); box-shadow: 0 20px 42px rgba(110,62,75,.12); }
.clinic-hours-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid rgba(100,57,69,.17); }
.clinic-hours-heading p { margin: 0; color: #a96e7b; font: 800 12px Georgia, serif; letter-spacing: .17em; }
.clinic-hours-heading h2 { margin: 0; font-size: 30px; line-height: 1.2; letter-spacing: -.04em; font-weight: 800; }
.clinic-hours-list { margin: 0; }
.clinic-hours-list div { padding: 17px 0 14px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(100,57,69,.14); }
.clinic-hours-list dt, .clinic-hours-list dd { margin: 0; font-size: 16px; line-height: 1.35; }
.clinic-hours-list dt { color: #806a70; font-weight: 700; }
.clinic-hours-list dd { color: #542834; font-weight: 900; }
.clinic-hours-note { margin: 19px 0 0; color: #a16b76; font-size: 13px; font-weight: 800; }

.location-section { padding: 0 24px 112px; background: #fff; }
.location-card { width: min(900px, 100%); min-height: 410px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; background: transparent; }
.location-map { position: relative; min-height: 410px; overflow: hidden; border-radius: 20px; background: #f2e9df url('/new2019/mobile/images/main/ban07_route-parking.jpg') left center / 200% 100% no-repeat; box-shadow: 0 14px 34px rgba(67,44,35,.09); }
.location-map-link { position: absolute; inset: 0 0 24%; }
.location-phone-link { position: absolute; inset: 76% 0 0; }
.location-links { min-width: 0; display: grid; grid-template-rows: repeat(2, 1fr); gap: 16px; }
.location-row { min-width: 0; padding: 30px 28px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 20px; box-shadow: 0 14px 34px rgba(67,44,35,.09); text-align: center; }
.location-route { background: #f6eadf; }
.location-booking { background: #edf8f3; }
.location-row h2 { margin: 0; font-size: clamp(21px, 2.15vw, 27px); line-height: 1.35; letter-spacing: -.04em; font-weight: 500; }
.location-row p { margin: 9px 0 14px; color: #5f514a; font-size: 13px; line-height: 1.5; }
.location-booking p { order: 3; margin: 10px 0 0; }
.naver-button { width: min(100%, 330px); padding: 13px 18px; color: #fff; background: #03c75a; border-radius: 7px; font-size: 17px; line-height: 1.2; font-weight: 800; transition: filter .2s ease, transform .2s ease; }
.naver-button:hover { filter: brightness(.94); transform: translateY(-1px); }
.mobile-dock { display: none; }

@media (max-width: 900px) {
  body { padding-bottom: 72px; }
  .topbar { height: 72px; }
  .topbar-inner { width: calc(100% - 32px); }
  .brand img { height: 35px; }
  .kakao-head { display: none; }
  .menu-button { display: none; }
  .main-nav {
    width: 100%; height: auto;
    display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--line); background: #fff;
  }
  .main-nav a {
    min-height: 44px; padding: 0 4px;
    border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
    text-align: center; font-size: 11.5px; line-height: 1.25;
  }
  .main-nav a:nth-child(4n) { border-right: 0; }
  .hero { min-height: 560px; align-items: flex-end; background-position: 43% center; }
  .hero::before { background: linear-gradient(90deg, rgba(18,17,20,.78), rgba(18,17,20,.2)), linear-gradient(0deg, rgba(18,17,20,.72), transparent 56%); }
  .hero-copy { width: calc(100% - 40px); padding: 0 0 54px; }
  .hero h1 { max-width: 440px; font-size: clamp(34px, 9.5vw, 48px); }
  .hero-copy > p:not(.eyebrow) { max-width: 390px; font-size: 13px; }
  .hero-actions { margin-top: 25px; }
  .button { min-width: 0; flex: 1; padding: 13px 10px; }
  .quick-links { width: calc(100% - 28px); margin-top: -30px; grid-template-columns: 1fr; gap: 10px; }
  .quick-links a { min-height: 132px; padding: 25px 22px; column-gap: 10px; }
  .quick-links a:nth-child(2) { border-right: 0; }
  .quick-links a:nth-child(-n+2) { border-bottom: 0; }
  .quick-links strong { font-size: 16px; }
  .quick-links em { font-size: 11px; }
  .monthly-wrap { padding: 64px 14px 30px; }
  .monthly-card { width: min(860px, 100%); border-radius: 16px; }
  .monthly-title { padding: 19px 18px 17px; font-size: 23px; }
  .monthly-visual { margin: 0; max-height: none; border-radius: 0; }
  .treatments { padding: 78px 14px 42px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading h2 { font-size: 36px; }
  .section-heading > p { max-width: 480px; }
  .treatment-grid { grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 38px; }
  .treatment-grid a { min-height: 180px; padding: 20px 17px; border-radius: 12px; }
  .treatment-grid strong { font-size: 19px; }
  .treatment-grid em { padding-right: 20px; line-height: 1.45; }
  .treatment-grid b { right: 14px; bottom: 14px; width: 27px; height: 27px; }
  .treatment-before-after { width: 100%; margin-top: 18px; }
  .treatment-before-after a { min-height: 320px; padding: 34px 34px 28px; border-radius: 22px; }
  .treatment-before-after small { font-size: 13px; }
  .treatment-before-after-title { margin-top: 10px; font-size: 26px; }
  .treatment-before-after-note { margin-top: 14px; font-size: 12px; }
  .treatment-before-after em { padding-right: 20px; line-height: 1.45; }
  .treatment-before-after b { right: 20px; bottom: 20px; width: 30px; height: 30px; }
  .clinic-hours-section { padding: 0 18px 58px; }
.clinic-hours-card { min-height: 320px; padding: 34px 34px 28px; border-radius: 22px; }
  .clinic-hours-heading { padding-bottom: 18px; }
  .clinic-hours-heading h2 { font-size: 24px; }
  .clinic-hours-list div { padding: 14px 0 12px; }
  .clinic-hours-list dt, .clinic-hours-list dd { font-size: 13px; }
  .clinic-hours-note { margin-top: 15px; font-size: 12px; }
  .location-section { padding: 0 18px 82px; }
  .mobile-dock { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; width: 100%; height: 72px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); color: #fff; background: var(--chrome-pink); box-shadow: 0 -8px 22px rgba(38,20,17,.18); }
  .mobile-dock a { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border-right: 1px solid rgba(255,255,255,.16); }
  .mobile-dock a:last-child { border-right: 0; }
  .mobile-dock span { height: 22px; display: grid; place-items: center; font-size: 18px; font-weight: 800; line-height: 1; }
  .mobile-dock .instagram-icon { width: 22px; height: 22px; padding: 2px; border-radius: 6px; color: #fff; background: radial-gradient(circle at 76% 18%, #ffd776 0 9%, transparent 10%), linear-gradient(135deg, #833ab4 0%, #fd1d1d 54%, #fcb045 100%); }
  .mobile-dock a:nth-child(2) span { font-size: 9px; padding: 5px 4px; border-radius: 50%; color: #4a3500; background: #ffe500; }
  .mobile-dock a:nth-child(3) span { width: 22px; height: 22px; border-radius: 5px; color: #fff; background: #03c75a; font-size: 14px; }
  .mobile-dock small { overflow: hidden; max-width: 100%; white-space: nowrap; text-overflow: ellipsis; font-size: 9px; font-weight: 700; }
}

@media (min-width: 901px) and (max-width: 1280px) {
  body { padding-bottom: 72px; }
  .mobile-dock { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; width: 100%; height: 72px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); color: #fff; background: var(--chrome-pink); box-shadow: 0 -8px 22px rgba(38,20,17,.18); }
  .mobile-dock a { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border-right: 1px solid rgba(255,255,255,.16); }
  .mobile-dock a:last-child { border-right: 0; }
  .mobile-dock span { height: 22px; display: grid; place-items: center; font-size: 18px; font-weight: 800; line-height: 1; }
  .mobile-dock .instagram-icon { width: 22px; height: 22px; padding: 2px; border-radius: 6px; color: #fff; background: radial-gradient(circle at 76% 18%, #ffd776 0 9%, transparent 10%), linear-gradient(135deg, #833ab4 0%, #fd1d1d 54%, #fcb045 100%); }
  .mobile-dock a:nth-child(2) span { font-size: 9px; padding: 5px 4px; border-radius: 50%; color: #4a3500; background: #ffe500; }
  .mobile-dock a:nth-child(3) span { width: 22px; height: 22px; border-radius: 5px; color: #fff; background: #03c75a; font-size: 14px; }
  .mobile-dock small { overflow: hidden; max-width: 100%; white-space: nowrap; text-overflow: ellipsis; font-size: 9px; font-weight: 700; }
}

@media (min-width: 1281px) {
  body { padding-bottom: 72px; }
  .mobile-dock { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; width: 100%; height: 72px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); color: #fff; background: var(--chrome-pink); box-shadow: 0 -8px 22px rgba(38,20,17,.18); }
  .mobile-dock a { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border-right: 1px solid rgba(255,255,255,.16); }
  .mobile-dock a:last-child { border-right: 0; }
  .mobile-dock span { height: 22px; display: grid; place-items: center; font-size: 18px; font-weight: 800; line-height: 1; }
  .mobile-dock .instagram-icon { width: 22px; height: 22px; padding: 2px; border-radius: 6px; color: #fff; background: radial-gradient(circle at 76% 18%, #ffd776 0 9%, transparent 10%), linear-gradient(135deg, #833ab4 0%, #fd1d1d 54%, #fcb045 100%); }
  .mobile-dock a:nth-child(2) span { font-size: 9px; padding: 5px 4px; border-radius: 50%; color: #4a3500; background: #ffe500; }
  .mobile-dock a:nth-child(3) span { width: 22px; height: 22px; border-radius: 5px; color: #fff; background: #03c75a; font-size: 14px; }
  .mobile-dock small { overflow: hidden; max-width: 100%; white-space: nowrap; text-overflow: ellipsis; font-size: 10px; font-weight: 700; }
}

@media (max-width: 600px) {
  .hero {
    min-height: min(760px, calc(112.35vw + 84px));
    background-color: #111116;
    background-image: url('/new2019/mobile/images/main/m_visual01.jpg');
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .hero::before { background: linear-gradient(0deg, rgba(18,17,20,.72) 0%, rgba(18,17,20,.18) 24%, transparent 48%); }
  .hero::after { height: 26%; background: linear-gradient(transparent, rgba(20,13,13,.6)); }
  .clinic-hours-section { padding: 0 14px 48px; }
.clinic-hours-card { min-height: 285px; padding: 29px 27px 23px; }
  .clinic-hours-heading p { font-size: 9px; }
  .clinic-hours-heading h2 { font-size: 22px; }
  .clinic-hours-list div { padding: 12px 0 10px; }
  .clinic-hours-list dt, .clinic-hours-list dd { font-size: 12px; }
  .clinic-hours-note { margin-top: 12px; font-size: 11px; }
  .location-section { padding: 0 14px 64px; }
  .location-card { min-height: 0; aspect-ratio: 640 / 315; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .location-map { min-height: 0; aspect-ratio: auto; border-radius: 9px; box-shadow: 0 7px 16px rgba(67,44,35,.08); }
  .location-links { grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .location-row { min-height: 0; padding: 8px 7px 6px; border-radius: 9px; box-shadow: 0 7px 16px rgba(67,44,35,.08); }
  .location-row h2 { font-size: 12px; line-height: 1.25; }
  .location-row p { margin: 5px 0 7px; white-space: nowrap; font-size: 8px; line-height: 1.25; }
  .location-booking p { margin: 5px 0 0; }
  .naver-button { width: 94%; max-width: none; padding: 7px 4px; border-radius: 4px; font-size: 10.5px; }
}

@media (max-width: 430px) {
  .hero h1 { font-size: 33px; }
  .hero-copy > p:not(.eyebrow) { display: none; }
  .hero-actions { margin-top: 22px; }
  .monthly-title { padding: 17px 14px 15px; font-size: 21px; }
  .quick-links span { display: none; }
  .quick-links a { grid-template-columns: 1fr; }
  .section-heading h2 { font-size: 32px; }
  .treatment-grid a { min-height: 165px; }
  .treatment-grid small { font-size: 10px; }
  .treatment-grid strong { font-size: 17px; }
  .treatment-before-after a { min-height: 285px; padding: 29px 27px 23px; }
  .treatment-before-after small { font-size: 12px; }
  .treatment-before-after-title { margin-top: 9px; font-size: 23px; }
  .treatment-before-after-note { margin-top: 12px; font-size: 11px; }
  .treatment-before-after em { font-size: 12px; }
  .location-row { min-height: 0; padding: 7px 6px 5px; }
  .location-row h2 { font-size: 11px; }
  .location-row p { margin-top: 4px; margin-bottom: 6px; font-size: 7.5px; }
  .location-booking p { margin-top: 4px; }
  .naver-button { padding: 6px 3px; font-size: 9.5px; }
}

.notice-popup[hidden] { display: none; }
.notice-popup { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; }
.notice-popup__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(22, 16, 13, .58); cursor: default; }
.notice-popup__content { position: relative; z-index: 1; width: min(92vw, 460px); overflow: hidden; border-radius: 4px; background: #fff; box-shadow: 0 20px 60px rgba(0,0,0,.35); }
.notice-popup__image { width: 100%; max-height: calc(100dvh - 126px); object-fit: contain; }
.notice-popup__close { position: absolute; z-index: 2; top: 10px; right: 10px; width: 36px; height: 36px; padding: 0; border: 0; border-radius: 50%; color: #fff; background: rgba(0,0,0,.56); font-size: 28px; line-height: 1; cursor: pointer; }
.notice-popup__actions { min-height: 54px; padding: 10px 12px 10px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #45332b; background: #fff; font-size: 13px; font-weight: 700; }
.notice-popup__actions label { display: flex; align-items: center; gap: 7px; cursor: pointer; }
.notice-popup__actions input { width: 16px; height: 16px; accent-color: var(--wine); }
.notice-popup__actions button { padding: 9px 15px; border: 0; border-radius: 3px; color: #fff; background: var(--wine); font: inherit; cursor: pointer; }

@media (max-width: 430px) {
  .notice-popup { padding: 12px; }
  .notice-popup__content { width: min(100%, 390px); }
  .notice-popup__image { max-height: calc(100dvh - 110px); }
  .notice-popup__actions { min-height: 48px; padding: 8px 10px 8px 12px; font-size: 11px; }
  .notice-popup__actions button { padding: 8px 12px; }
  .notice-popup__close { top: 8px; right: 8px; width: 32px; height: 32px; font-size: 24px; }
}
