:root {
    color-scheme: light;
    --recon-width: 668px;
    --recon-rose: #a86570;
    --recon-dark: #1d1719;
    --recon-form-height: 112px;
}

* { box-sizing: border-box; }
html { width: 100%; margin: 0; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { width: 100%; margin: 0; overflow-x: hidden; background: #eee7e4; color: #111; font-family: Pretendard, "Noto Sans KR", Arial, sans-serif; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }

.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; }
.recon-page { width: min(100%, var(--recon-width)); margin: 0 auto; overflow: hidden; background: #fff; }
.recon-section, .recon-section__visual { position: relative; width: 100%; margin: 0; }
.recon-section img { width: 100%; }

.recon-quick { position: fixed; z-index: 80; left: calc(50% + min(50vw, 334px) - 62px); bottom: calc(var(--recon-form-height) + 18px + env(safe-area-inset-bottom)); display: grid; gap: 8px; }
.recon-quick__item { display: grid; place-items: center; width: 48px; height: 48px; overflow: hidden; border-radius: 13px; box-shadow: 0 7px 18px rgba(54, 21, 27, .28); }
.recon-quick__item img { width: 100%; height: 100%; object-fit: cover; }
.recon-fixed-spacer { height: calc(var(--recon-form-height) + env(safe-area-inset-bottom)); }

.recon-db-fixed { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; width: min(100%, var(--recon-width)); min-height: var(--recon-form-height); margin: 0 auto; padding: 10px 16px calc(8px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(74, 40, 44, .24); background: rgba(35, 27, 29, .96); box-shadow: 0 -8px 24px rgba(46, 18, 22, .22); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.recon-db-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.recon-db-form input[type="text"], .recon-db-form input[type="tel"] { min-width: 0; height: 34px; padding: 0 12px; border: 1px solid #5a4b4e; border-radius: 6px; background: #fff; color: #111; }
.recon-honeypot { position: absolute !important; left: -9999px !important; }
.recon-db-form__submit { width: 100%; height: 34px; margin-top: 6px; border: 0; border-radius: 6px; background: var(--recon-rose); color: #fff; font-weight: 800; cursor: pointer; }
.recon-db-form__submit:disabled { opacity: .6; }
.recon-db-form__privacy { display: flex; align-items: center; justify-content: center; gap: 5px; min-height: 24px; color: #cbbec0; font-size: 12px; }
.recon-db-form__privacy input { width: 15px; height: 15px; margin: 0; }
.recon-db-form__privacy button { padding: 0; border: 0; background: transparent; color: inherit; text-decoration: underline; cursor: pointer; }
.recon-db-form__message { min-height: 0; margin: 0; color: #fff; font-size: 12px; text-align: center; }
.recon-db-form__message.is-error { margin-top: 4px; color: #ffb4bc; }

.recon-modal[hidden] { display: none; }
.recon-modal { position: fixed; z-index: 120; inset: 0; display: grid; place-items: center; padding: 20px; }
.recon-modal__backdrop { position: absolute; inset: 0; background: rgba(27, 16, 19, .72); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); }
.recon-modal__panel, .recon-consult-modal__panel { position: relative; width: min(100%, 390px); padding: 24px; overflow: hidden; border-radius: 12px; background: #fff; box-shadow: 0 24px 70px rgba(45, 18, 24, .34); }
.recon-modal__panel h2, .recon-consult-modal__panel h2 { margin: 0 0 14px; color: var(--recon-dark); font-size: 21px; }
.recon-modal__panel dl { display: grid; grid-template-columns: 76px 1fr; gap: 9px 12px; margin: 0 0 20px; font-size: 13px; line-height: 1.55; }
.recon-modal__panel dt { font-weight: 800; }
.recon-modal__panel dd { margin: 0; }
.recon-modal__panel > button, .recon-consult-modal__panel > button { width: 100%; height: 42px; border: 0; border-radius: 6px; background: var(--recon-rose); color: #fff; font-weight: 800; cursor: pointer; }
.recon-consult-modal__panel { text-align: center; }
.recon-consult-modal__eyebrow { margin: 0 0 8px; color: var(--recon-rose); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.recon-consult-modal__panel > p:not(.recon-consult-modal__eyebrow) { margin: 0 0 20px; color: #6f5e60; }
.recon-consult-modal__panel > button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.recon-consult-modal__timer { width: 18px; height: 18px; border: 2px solid rgba(255, 255, 255, .45); border-top-color: #fff; border-radius: 50%; }
.recon-consult-modal__particles { position: absolute; inset: 0; pointer-events: none; }
.recon-consult-modal__particles i { position: absolute; width: 8px; height: 8px; opacity: 0; border-radius: 2px; background: var(--recon-rose); }

@media (max-width: 480px) {
    :root { --recon-form-height: 116px; }
    .recon-db-fixed { padding-right: 12px; padding-left: 12px; }
    .recon-quick { right: 10px; left: auto; }
    .recon-quick__item { width: 46px; height: 46px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
