.BookingModal-module__D8W-xG__backdrop{z-index:9999;-webkit-backdrop-filter:blur(6px);background:#0c0c108c;justify-content:center;align-items:flex-end;padding:0;animation:.25s BookingModal-module__D8W-xG__fade;display:flex;position:fixed;inset:0}@media (min-width:560px){.BookingModal-module__D8W-xG__backdrop{align-items:center;padding:24px}}.BookingModal-module__D8W-xG__modal{color:#191a1d;background:#fff;border-radius:22px 22px 0 0;width:100%;max-width:480px;max-height:92vh;font-family:inherit;animation:.32s cubic-bezier(.2,.8,.2,1) BookingModal-module__D8W-xG__rise;overflow-y:auto;box-shadow:0 30px 80px #0006}@media (min-width:560px){.BookingModal-module__D8W-xG__modal{border-radius:22px;animation:.3s cubic-bezier(.2,.8,.2,1) BookingModal-module__D8W-xG__pop}}.BookingModal-module__D8W-xG__head{background:#fff;justify-content:space-between;align-items:center;gap:12px;padding:20px 22px 14px;display:flex;position:sticky;top:0}.BookingModal-module__D8W-xG__brand{letter-spacing:.18em;text-transform:uppercase;color:var(--bk-accent);font-size:12px;font-weight:800}.BookingModal-module__D8W-xG__title{letter-spacing:-.01em;margin-top:3px;font-size:19px;font-weight:800}.BookingModal-module__D8W-xG__close{color:#555;cursor:pointer;background:#f1f1f3;border:none;border-radius:999px;flex-shrink:0;width:34px;height:34px;font-size:18px;transition:background .15s}.BookingModal-module__D8W-xG__close:hover{background:#e5e5e8}.BookingModal-module__D8W-xG__steps{gap:6px;padding:0 22px 6px;display:flex}.BookingModal-module__D8W-xG__dot{background:#e8e8ec;border-radius:999px;flex:1;height:4px;transition:background .3s}.BookingModal-module__D8W-xG__dotOn{background:var(--bk-accent)}.BookingModal-module__D8W-xG__body{padding:8px 22px 22px}.BookingModal-module__D8W-xG__demoNote{color:#8a8a90;margin:0 0 14px;font-size:12px}.BookingModal-module__D8W-xG__field{margin-top:14px}.BookingModal-module__D8W-xG__label{color:#4a4a50;margin-bottom:6px;font-size:12.5px;font-weight:700;display:block}.BookingModal-module__D8W-xG__row2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.BookingModal-module__D8W-xG__input,.BookingModal-module__D8W-xG__select{color:#191a1d;background:#fff;border:1px solid #e0e0e5;border-radius:12px;outline:none;width:100%;padding:12px 13px;font-family:inherit;font-size:14px;transition:border-color .15s}.BookingModal-module__D8W-xG__input:focus,.BookingModal-module__D8W-xG__select:focus{border-color:var(--bk-accent)}.BookingModal-module__D8W-xG__rooms{flex-direction:column;gap:10px;display:flex}.BookingModal-module__D8W-xG__room{cursor:pointer;border:1.5px solid #e6e6ea;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;transition:border-color .15s,background .15s;display:flex}.BookingModal-module__D8W-xG__room:hover{border-color:#cfcfd6}.BookingModal-module__D8W-xG__roomOn{border-color:var(--bk-accent);background:color-mix(in srgb, var(--bk-accent) 7%, #fff)}.BookingModal-module__D8W-xG__roomName{font-size:14.5px;font-weight:700}.BookingModal-module__D8W-xG__roomPrice{color:#6a6a70;white-space:nowrap;font-size:13px}.BookingModal-module__D8W-xG__roomCheck{border:2px solid #d5d5db;border-radius:999px;flex-shrink:0;place-items:center;width:20px;height:20px;display:grid}.BookingModal-module__D8W-xG__roomCheckOn{border-color:var(--bk-accent);background:var(--bk-accent);color:#fff;font-size:12px}.BookingModal-module__D8W-xG__done{text-align:center;padding:14px 4px 6px}.BookingModal-module__D8W-xG__doneIcon{background:color-mix(in srgb, var(--bk-accent) 12%, #fff);width:60px;height:60px;color:var(--bk-accent);border-radius:999px;place-items:center;margin:0 auto 16px;font-size:30px;display:grid}.BookingModal-module__D8W-xG__doneTitle{font-size:20px;font-weight:800}.BookingModal-module__D8W-xG__doneSub{color:#6a6a70;margin-top:8px;font-size:13.5px;line-height:1.6}.BookingModal-module__D8W-xG__summary{text-align:left;border:1px solid #ececed;border-radius:14px;margin:18px 0 4px;padding:14px 16px;font-size:13.5px}.BookingModal-module__D8W-xG__summary div{color:#4a4a50;justify-content:space-between;padding:4px 0;display:flex}.BookingModal-module__D8W-xG__summary b{color:#191a1d}.BookingModal-module__D8W-xG__foot{gap:10px;margin-top:20px;display:flex}.BookingModal-module__D8W-xG__btnPrimary{background:var(--bk-accent);color:#fff;letter-spacing:-.01em;cursor:pointer;width:100%;box-shadow:0 8px 20px color-mix(in srgb, var(--bk-accent) 30%, transparent);border:none;border-radius:14px;flex:1;justify-content:center;align-items:center;padding:15px 18px;font-family:inherit;font-size:15.5px;font-weight:800;transition:transform .12s,box-shadow .15s,opacity .15s;display:inline-flex}.BookingModal-module__D8W-xG__btnPrimary:hover:not(:disabled){box-shadow:0 12px 26px color-mix(in srgb, var(--bk-accent) 38%, transparent);transform:translateY(-1px)}.BookingModal-module__D8W-xG__btnPrimary:active:not(:disabled){transform:translateY(0)}.BookingModal-module__D8W-xG__btnPrimary:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.BookingModal-module__D8W-xG__btnGhost{color:#444;cursor:pointer;background:#f4f4f6;border:1px solid #e2e2e7;border-radius:14px;flex:none;padding:15px 20px;font-family:inherit;font-size:15px;font-weight:700;transition:background .15s}.BookingModal-module__D8W-xG__btnGhost:hover{background:#ececef}@keyframes BookingModal-module__D8W-xG__fade{0%{opacity:0}to{opacity:1}}@keyframes BookingModal-module__D8W-xG__rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes BookingModal-module__D8W-xG__pop{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.BookingModal-module__D8W-xG__backdrop,.BookingModal-module__D8W-xG__modal{animation:none}}.BookingModal-module__D8W-xG__roomChips{flex-wrap:wrap;gap:8px;margin-bottom:4px;display:flex}.BookingModal-module__D8W-xG__roomChip{cursor:pointer;color:#33343a;background:#fff;border:1.5px solid #e2e2e7;border-radius:999px;padding:8px 13px;font-family:inherit;font-size:13px;font-weight:600;transition:border-color .15s,background .15s}.BookingModal-module__D8W-xG__roomChip:hover{border-color:#cfcfd6}.BookingModal-module__D8W-xG__roomChipOn{border-color:var(--bk-accent);background:color-mix(in srgb, var(--bk-accent) 8%, #fff);color:var(--bk-accent)}.BookingModal-module__D8W-xG__roomChip small{opacity:.8;margin-left:5px;font-weight:500}.BookingModal-module__D8W-xG__cal{margin-top:14px}.BookingModal-module__D8W-xG__calHead{justify-content:space-between;align-items:center;display:flex}.BookingModal-module__D8W-xG__calMonth{font-size:15px;font-weight:800}.BookingModal-module__D8W-xG__calNav{cursor:pointer;color:#333;background:#f2f2f4;border:none;border-radius:999px;width:32px;height:32px;font-size:16px}.BookingModal-module__D8W-xG__calNav:disabled{opacity:.35;cursor:default}.BookingModal-module__D8W-xG__calNav:not(:disabled):hover{background:#e8e8ec}.BookingModal-module__D8W-xG__calWeek,.BookingModal-module__D8W-xG__calGrid{grid-template-columns:repeat(7,1fr);gap:3px;display:grid}.BookingModal-module__D8W-xG__calWeek{margin:12px 0 4px}.BookingModal-module__D8W-xG__calWeek span{text-align:center;color:#9a9aa0;font-size:11px;font-weight:700}.BookingModal-module__D8W-xG__calWeek span:first-child{color:#e2607a}.BookingModal-module__D8W-xG__calWeek span:last-child{color:#5a86d6}.BookingModal-module__D8W-xG__day{aspect-ratio:1;cursor:pointer;-webkit-user-select:none;user-select:none;color:#26272c;border-radius:10px;place-items:center;font-size:13px;transition:background .12s;display:grid}.BookingModal-module__D8W-xG__dayMuted{color:#cfcfd4;cursor:default}.BookingModal-module__D8W-xG__dayBlocked{color:#b9b9c0;cursor:not-allowed;background:repeating-linear-gradient(45deg,#f4f4f6,#f4f4f6 3px,#eceaef 3px 6px);text-decoration:line-through}.BookingModal-module__D8W-xG__dayAvail:hover{background:color-mix(in srgb, var(--bk-accent) 12%, #fff)}.BookingModal-module__D8W-xG__dayRange{background:color-mix(in srgb, var(--bk-accent) 14%, #fff);border-radius:0}.BookingModal-module__D8W-xG__daySel{background:var(--bk-accent);color:#fff;font-weight:700}.BookingModal-module__D8W-xG__dayToday{box-shadow:inset 0 0 0 1.5px color-mix(in srgb, var(--bk-accent) 55%, #fff)}.BookingModal-module__D8W-xG__legend{color:#7a7a80;flex-wrap:wrap;gap:14px;margin-top:12px;font-size:11.5px;display:flex}.BookingModal-module__D8W-xG__legend span{align-items:center;gap:5px;display:flex}.BookingModal-module__D8W-xG__swatch{border-radius:3px;width:12px;height:12px}.BookingModal-module__D8W-xG__swatchSel{background:var(--bk-accent)}.BookingModal-module__D8W-xG__swatchBlocked{background:repeating-linear-gradient(45deg,#f4f4f6,#f4f4f6 3px,#eceaef 3px 6px)}.BookingModal-module__D8W-xG__summary2{background:color-mix(in srgb, var(--bk-accent) 6%, #f7f7f9);border-radius:14px;margin-top:16px;padding:14px 16px}.BookingModal-module__D8W-xG__sumRow{justify-content:space-between;align-items:center;padding:2px 0;font-size:13.5px;display:flex}.BookingModal-module__D8W-xG__sumRow span{color:#6a6a70}.BookingModal-module__D8W-xG__sumRow b{color:#191a1d;font-weight:700}.BookingModal-module__D8W-xG__sumTotal{border-top:1px solid #e6e6ea;justify-content:space-between;align-items:flex-end;margin-top:8px;padding-top:10px;display:flex}.BookingModal-module__D8W-xG__sumTotal .BookingModal-module__D8W-xG__amt{color:var(--bk-accent);font-size:22px;font-weight:800}.BookingModal-module__D8W-xG__formGrid{grid-template-columns:1fr 1fr;gap:9px;margin-top:14px;display:grid}.BookingModal-module__D8W-xG__err{color:#e2445a;margin-top:10px;font-size:12.5px}.BookingModal-module__D8W-xG__finePrint{text-align:center;color:#9a9aa0;margin-top:10px;font-size:11.5px}.BookingModal-module__D8W-xG__payNotice{border:1px dashed color-mix(in srgb, var(--bk-accent) 45%, #d8d8de);background:color-mix(in srgb, var(--bk-accent) 5%, #fafafa);color:#6a6a70;border-radius:12px;margin-top:16px;padding:12px 14px;font-size:12px;line-height:1.6}.BookingModal-module__D8W-xG__payNotice b{color:#45464c;font-weight:700}
.EventPopup-module__VAnsca__overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);background:#0c0c0e8c;place-items:center;padding:20px;animation:.3s both EventPopup-module__VAnsca__fade;display:grid;position:fixed;inset:0}.EventPopup-module__VAnsca__corner{-webkit-backdrop-filter:none;pointer-events:none;background:0 0;place-items:end;padding:24px}.EventPopup-module__VAnsca__corner .EventPopup-module__VAnsca__card{pointer-events:auto;width:340px;box-shadow:0 24px 60px -20px #00000073}.EventPopup-module__VAnsca__card{color:#1a1a1c;background:#fff;border-radius:20px;width:min(380px,100%);animation:.42s cubic-bezier(.34,1.4,.5,1) both EventPopup-module__VAnsca__pop;position:relative;overflow:hidden;box-shadow:0 40px 90px -30px #0009}.EventPopup-module__VAnsca__x{z-index:3;cursor:pointer;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000059;border:0;border-radius:50%;place-items:center;width:34px;height:34px;transition:background .18s;display:grid;position:absolute;top:12px;right:12px}.EventPopup-module__VAnsca__x:hover{background:#0000008c}.EventPopup-module__VAnsca__media{aspect-ratio:16/10;background:#eee;width:100%;position:relative}.EventPopup-module__VAnsca__media img{object-fit:cover}.EventPopup-module__VAnsca__bodyWrap{padding:24px 26px 22px}.EventPopup-module__VAnsca__badge{letter-spacing:.08em;text-transform:uppercase;color:var(--pop-accent,#c8a96a);background:color-mix(in srgb, var(--pop-accent,#c8a96a) 14%, transparent);border-radius:999px;margin-bottom:14px;padding:5px 11px;font-size:11px;font-weight:700;display:inline-block}.EventPopup-module__VAnsca__title{letter-spacing:-.02em;margin:0 0 10px;font-size:22px;font-weight:700;line-height:1.3}.EventPopup-module__VAnsca__body{color:#55555b;margin:0;font-size:14.5px;line-height:1.65}.EventPopup-module__VAnsca__cta{background:var(--pop-accent,#c8a96a);color:#fff;border-radius:999px;align-items:center;gap:8px;margin-top:20px;padding:13px 24px;font-size:14.5px;font-weight:600;text-decoration:none;transition:transform .18s,box-shadow .18s,filter .18s;display:inline-flex}.EventPopup-module__VAnsca__cta span{transition:transform .2s}.EventPopup-module__VAnsca__cta:hover{filter:brightness(1.05);box-shadow:0 10px 28px -8px color-mix(in srgb, var(--pop-accent,#c8a96a) 70%, transparent);transform:translateY(-1px)}.EventPopup-module__VAnsca__cta:hover span{transform:translate(4px)}.EventPopup-module__VAnsca__dismiss{color:#8a8a90;cursor:pointer;background:#fafafa;border:0;border-top:1px solid #eee;width:100%;padding:13px;font-family:inherit;font-size:13px;transition:background .15s,color .15s;display:block}.EventPopup-module__VAnsca__dismiss:hover{color:#55555b;background:#f2f2f3}@keyframes EventPopup-module__VAnsca__fade{0%{opacity:0}to{opacity:1}}@keyframes EventPopup-module__VAnsca__pop{0%{opacity:0;transform:translateY(16px)scale(.96)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.EventPopup-module__VAnsca__overlay,.EventPopup-module__VAnsca__card{animation:none}}
.DemoRibbon-module__FuHwEW__ribbon{z-index:90;-webkit-backdrop-filter:saturate(160%)blur(14px);color:#f4f1ea;background:#0b0b0cd1;border:1px solid #c8a96a59;border-radius:999px;align-items:center;gap:10px;max-width:calc(100vw - 32px);padding:9px 9px 9px 14px;font-size:12.5px;line-height:1;display:inline-flex;position:fixed;bottom:16px;left:16px;box-shadow:0 10px 30px -10px #0009}.DemoRibbon-module__FuHwEW__dot{background:#c8a96a;border-radius:50%;flex:none;width:7px;height:7px;box-shadow:0 0 0 3px #c8a96a33}.DemoRibbon-module__FuHwEW__text{white-space:nowrap;text-overflow:ellipsis;color:#f4f1eac7;overflow:hidden}.DemoRibbon-module__FuHwEW__text b{color:#f4f1ea;font-weight:600}.DemoRibbon-module__FuHwEW__cta{color:#1a1408;background:#c8a96a;border-radius:999px;flex:none;padding:7px 13px;font-size:12px;font-weight:600;text-decoration:none;transition:transform .18s,box-shadow .18s}.DemoRibbon-module__FuHwEW__cta:hover{transform:translateY(-1px);box-shadow:0 8px 22px -6px #c8a96a99}@media (max-width:560px){.DemoRibbon-module__FuHwEW__ribbon{justify-content:center;bottom:10px;left:10px;right:10px}.DemoRibbon-module__FuHwEW__text{display:none}}
.RollNumber-module__PQZQUq__col{vertical-align:bottom;height:1em;display:inline-block;overflow:hidden}.RollNumber-module__PQZQUq__strip{flex-direction:column;transition:transform 1.2s cubic-bezier(.22,.61,.36,1);display:flex}.RollNumber-module__PQZQUq__digit{height:1em;line-height:1;display:block}@media (prefers-reduced-motion:reduce){.RollNumber-module__PQZQUq__strip{transition:none}}
.BlurReveal-module__e8DVRq__blur{opacity:0;filter:blur(14px);transition:opacity .9s,filter 1s,transform 1s cubic-bezier(.22,.61,.36,1);display:inline-block;transform:translateY(10px)scale(1.06)}.BlurReveal-module__e8DVRq__in{opacity:1;filter:blur();transform:none}@media (prefers-reduced-motion:reduce){.BlurReveal-module__e8DVRq__blur{opacity:1;filter:none;transition:none;transform:none}}
.RoomModal-module__WfQJLG__overlay{z-index:1100;-webkit-backdrop-filter:blur(5px);background:#0c0c0e99;place-items:center;padding:20px;animation:.25s both RoomModal-module__WfQJLG__fade;display:grid;position:fixed;inset:0;overflow-y:auto}.RoomModal-module__WfQJLG__card{color:#1a1a1c;background:#fff;border-radius:22px;flex-direction:column;width:min(560px,100%);max-height:min(90vh,760px);animation:.4s cubic-bezier(.34,1.4,.5,1) both RoomModal-module__WfQJLG__pop;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 100px -30px #000000a6}.RoomModal-module__WfQJLG__x{z-index:3;cursor:pointer;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;border:0;border-radius:50%;place-items:center;width:38px;height:38px;transition:background .18s;display:grid;position:absolute;top:14px;right:14px}.RoomModal-module__WfQJLG__x:hover{background:#0009}.RoomModal-module__WfQJLG__media{aspect-ratio:16/10;background:#eee;flex:none;width:100%;position:relative}.RoomModal-module__WfQJLG__media img{object-fit:cover}.RoomModal-module__WfQJLG__badge{z-index:2;letter-spacing:.02em;color:#fff;background:var(--rm-accent,#c8a96a);border-radius:999px;padding:6px 13px;font-size:12px;font-weight:700;position:absolute;top:14px;left:14px;box-shadow:0 4px 14px -4px #0006}.RoomModal-module__WfQJLG__body{padding:26px 28px 24px;overflow-y:auto}.RoomModal-module__WfQJLG__head{justify-content:space-between;align-items:baseline;gap:14px;display:flex}.RoomModal-module__WfQJLG__name{letter-spacing:-.02em;font-size:24px;font-weight:700;line-height:1.2}.RoomModal-module__WfQJLG__rating{color:var(--rm-accent,#c8a96a);flex:none;font-size:14px;font-weight:600}.RoomModal-module__WfQJLG__tags{flex-wrap:wrap;gap:7px;margin-top:14px;display:flex}.RoomModal-module__WfQJLG__tags span{color:#45454c;background:#eeeef0;border-radius:999px;padding:6px 12px;font-size:12.5px}.RoomModal-module__WfQJLG__desc{color:#45454c;margin-top:16px;font-size:14.5px;line-height:1.7}.RoomModal-module__WfQJLG__features{grid-template-columns:1fr 1fr;gap:10px 16px;margin:18px 0 0;padding:0;list-style:none;display:grid}.RoomModal-module__WfQJLG__features li{color:#2c2c30;align-items:center;gap:9px;font-size:13.5px;display:flex}.RoomModal-module__WfQJLG__ck{width:20px;height:20px;color:var(--rm-accent,#c8a96a);background:color-mix(in srgb, var(--rm-accent,#c8a96a) 14%, transparent);border-radius:50%;flex:none;place-items:center;font-size:11px;font-weight:700;display:grid}.RoomModal-module__WfQJLG__foot{border-top:1px solid #eee;justify-content:space-between;align-items:center;gap:16px;margin-top:26px;padding-top:20px;display:flex}.RoomModal-module__WfQJLG__price{color:#1a1a1c;font-size:17px;font-weight:700}.RoomModal-module__WfQJLG__cta{background:var(--rm-accent,#c8a96a);color:#fff;border-radius:999px;flex:none;padding:13px 26px;font-size:14.5px;font-weight:600;text-decoration:none;transition:transform .18s,filter .18s,box-shadow .18s}.RoomModal-module__WfQJLG__cta:hover{filter:brightness(1.05);box-shadow:0 10px 26px -8px color-mix(in srgb, var(--rm-accent,#c8a96a) 70%, transparent);transform:translateY(-1px)}@media (max-width:480px){.RoomModal-module__WfQJLG__features{grid-template-columns:1fr}.RoomModal-module__WfQJLG__foot{text-align:center;flex-direction:column;align-items:stretch}.RoomModal-module__WfQJLG__cta{text-align:center}}@keyframes RoomModal-module__WfQJLG__fade{0%{opacity:0}to{opacity:1}}@keyframes RoomModal-module__WfQJLG__pop{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.RoomModal-module__WfQJLG__overlay,.RoomModal-module__WfQJLG__card{animation:none}}
.damyeon-module__nIQo9G__page{background:var(--bg);color:var(--ink);letter-spacing:-.01em;--max:1080px;--pad:clamp(20px, 5vw, 64px);line-height:1.55}.damyeon-module__nIQo9G__promo{background:var(--surface);color:var(--ink);text-align:center;padding:10px 16px;font-size:14px;font-weight:500}.damyeon-module__nIQo9G__nav{z-index:100;height:64px;padding:0 var(--pad);-webkit-backdrop-filter:saturate(160%)blur(14px);background:#ffffffe6;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;transition:border-color .3s;display:flex;position:sticky;top:0}.damyeon-module__nIQo9G__nav[data-scrolled=true]{border-bottom-color:var(--hairline)}.damyeon-module__nIQo9G__brand{align-items:center;gap:10px;text-decoration:none;display:flex}.damyeon-module__nIQo9G__brandMark{border-radius:var(--r-md);background:var(--primary);width:28px;height:28px;color:var(--on-primary);place-items:center;font-size:16px;font-weight:700;display:grid}.damyeon-module__nIQo9G__brandName{letter-spacing:-.01em;color:var(--ink);font-size:20px;font-weight:700}.damyeon-module__nIQo9G__brandName .damyeon-module__nIQo9G__en{letter-spacing:.22em;color:var(--steel);margin-left:6px;font-size:11px;font-weight:500}.damyeon-module__nIQo9G__navLinks{gap:28px;font-size:14px;font-weight:500;list-style:none;display:flex}.damyeon-module__nIQo9G__navLinks a{color:var(--slate);text-decoration:none;transition:color .18s}.damyeon-module__nIQo9G__navLinks a:hover{color:var(--ink)}.damyeon-module__nIQo9G__navRight{align-items:center;gap:16px;display:flex}.damyeon-module__nIQo9G__login{color:var(--slate);font-size:14px;font-weight:500;text-decoration:none}.damyeon-module__nIQo9G__login:hover{color:var(--ink)}@media (max-width:860px){.damyeon-module__nIQo9G__navLinks,.damyeon-module__nIQo9G__login{display:none}.damyeon-module__nIQo9G__nav[data-open=true] .damyeon-module__nIQo9G__navLinks{background:var(--bg);padding:20px var(--pad) 28px;border-bottom:1px solid var(--hairline);flex-direction:column;gap:18px;display:flex;position:absolute;top:64px;left:0;right:0;box-shadow:0 12px 30px #0f0f0f14}}.damyeon-module__nIQo9G__btnPrimary{border-radius:var(--r-md);background:var(--primary);color:var(--on-primary);cursor:pointer;border:none;align-items:center;gap:8px;padding:11px 18px;font-size:14px;font-weight:500;text-decoration:none;transition:background .18s,transform .15s;display:inline-flex}.damyeon-module__nIQo9G__btnPrimary:hover{background:var(--primary-pressed);transform:translateY(-1px)}.damyeon-module__nIQo9G__btnSecondary{border-radius:var(--r-md);color:var(--ink);border:1px solid var(--hairline-strong);background:0 0;align-items:center;gap:8px;padding:11px 18px;font-size:14px;font-weight:500;text-decoration:none;transition:border-color .18s,background .18s;display:inline-flex}.damyeon-module__nIQo9G__btnSecondary:hover{background:var(--surface)}.damyeon-module__nIQo9G__btnOnDark{background:var(--on-primary);color:var(--ink)}.damyeon-module__nIQo9G__btnSecondaryOnDark{color:var(--on-dark);border:1px solid var(--on-dark-muted);background:0 0}.damyeon-module__nIQo9G__btnSecondaryOnDark:hover{background:#ffffff14}.damyeon-module__nIQo9G__page a:focus-visible,.damyeon-module__nIQo9G__page button:focus-visible,.damyeon-module__nIQo9G__page summary:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}.damyeon-module__nIQo9G__hero{color:var(--on-dark);padding:clamp(72px, 12vw, 120px) var(--pad) 0;text-align:center;background:radial-gradient(58% 48% at 78% 6%, #5645d461 0%, transparent 56%), radial-gradient(52% 46% at 10% 88%, #7b3ff233 0%, transparent 58%), radial-gradient(40% 38% at 50% 28%, #0075de24 0%, transparent 60%), linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);position:relative;overflow:hidden}.damyeon-module__nIQo9G__hero:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:52px 52px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 30%,#000 0%,#0000 75%);mask-image:radial-gradient(70% 60% at 50% 30%,#000 0%,#0000 75%)}.damyeon-module__nIQo9G__dots{pointer-events:none;z-index:0;position:absolute;inset:0}.damyeon-module__nIQo9G__dot{border-radius:50%;position:absolute}.damyeon-module__nIQo9G__heroInner{z-index:1;max-width:820px;margin:0 auto;position:relative}.damyeon-module__nIQo9G__heroMark{letter-spacing:.28em;text-transform:uppercase;color:var(--on-dark-muted);margin-bottom:28px;font-size:13px}.damyeon-module__nIQo9G__heroH1{letter-spacing:-.03em;font-size:clamp(40px,7vw,80px);font-weight:600;line-height:1.05}.damyeon-module__nIQo9G__heroH1 .damyeon-module__nIQo9G__soft{color:#b9aef0}.damyeon-module__nIQo9G__heroSub{max-width:520px;color:var(--on-dark-muted);margin:28px auto 0;font-size:clamp(16px,1.6vw,18px);line-height:1.6}.damyeon-module__nIQo9G__heroCtas{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:36px;display:flex}.damyeon-module__nIQo9G__heroCard{z-index:1;max-width:var(--max);aspect-ratio:16/8;border-radius:var(--r-lg);box-shadow:var(--shadow-mockup);border:1px solid #ffffff1a;margin:clamp(48px,7vw,80px) auto -80px;position:relative;overflow:hidden}.damyeon-module__nIQo9G__heroCard img{object-fit:cover}.damyeon-module__nIQo9G__hero:after{content:"";height:80px;display:block}.damyeon-module__nIQo9G__section{padding:clamp(72px, 10vw, 128px) var(--pad)}.damyeon-module__nIQo9G__section.damyeon-module__nIQo9G__cream{background:var(--surface)}.damyeon-module__nIQo9G__section.damyeon-module__nIQo9G__soft{background:var(--surface-soft)}.damyeon-module__nIQo9G__sectionHead{max-width:600px;margin-bottom:clamp(40px,6vw,64px)}.damyeon-module__nIQo9G__sectionHead.damyeon-module__nIQo9G__center{text-align:center;margin-left:auto;margin-right:auto}.damyeon-module__nIQo9G__eyebrow{letter-spacing:.04em;text-transform:uppercase;color:var(--primary);margin-bottom:16px;font-size:13px;font-weight:600}.damyeon-module__nIQo9G__sectionHead h2{letter-spacing:-.02em;color:var(--ink);font-size:clamp(28px,4vw,44px);font-weight:600;line-height:1.18}.damyeon-module__nIQo9G__sectionHead p{color:var(--charcoal);margin-top:18px;font-size:17px;line-height:1.6}.damyeon-module__nIQo9G__prose{max-width:680px;margin:0 auto}.damyeon-module__nIQo9G__prose .damyeon-module__nIQo9G__lead{color:var(--ink);letter-spacing:-.02em;margin-bottom:28px;font-size:clamp(20px,2.2vw,26px);font-weight:500;line-height:1.5}.damyeon-module__nIQo9G__prose p{color:var(--charcoal);margin-bottom:22px;font-size:17px;line-height:1.75}.damyeon-module__nIQo9G__divider{background:var(--hairline-strong);border:none;width:40px;height:1px;margin:44px auto}.damyeon-module__nIQo9G__stats{grid-template-columns:repeat(3,1fr);gap:24px;max-width:720px;margin:8px auto 0;display:grid}.damyeon-module__nIQo9G__stat{text-align:center}.damyeon-module__nIQo9G__statNum{letter-spacing:-.03em;color:var(--primary);font-size:clamp(36px,5vw,56px);font-weight:600;line-height:1}.damyeon-module__nIQo9G__statLbl{color:var(--steel);margin-top:10px;font-size:14px}@media (max-width:620px){.damyeon-module__nIQo9G__stats{grid-template-columns:1fr;gap:28px}}.damyeon-module__nIQo9G__roomGrid{max-width:var(--max);grid-template-columns:repeat(3,1fr);gap:24px;margin:0 auto;display:grid}.damyeon-module__nIQo9G__room{border-radius:var(--r-lg);border:1px solid var(--hairline);background:var(--bg);appearance:none;font:inherit;color:inherit;text-align:left;cursor:pointer;flex-direction:column;width:100%;margin:0;padding:0;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.damyeon-module__nIQo9G__room:hover{box-shadow:var(--shadow-card);transform:translateY(-4px)}.damyeon-module__nIQo9G__roomPhoto{aspect-ratio:4/3;position:relative;overflow:hidden}.damyeon-module__nIQo9G__roomPhoto img{object-fit:cover;transition:transform .9s cubic-bezier(.22,.61,.36,1)}.damyeon-module__nIQo9G__room:hover .damyeon-module__nIQo9G__roomPhoto img{transform:scale(1.05)}.damyeon-module__nIQo9G__roomBody{flex-direction:column;flex:1;padding:24px;display:flex}.damyeon-module__nIQo9G__roomTag{border-radius:var(--r-sm);align-self:flex-start;margin-bottom:12px;padding:4px 10px;font-size:12px;font-weight:600}.damyeon-module__nIQo9G__tintMint{background:var(--tint-mint);color:#1a6b3a}.damyeon-module__nIQo9G__tintLavender{background:var(--tint-lavender);color:var(--primary-deep)}.damyeon-module__nIQo9G__tintPeach{background:var(--tint-peach);color:#8a4b18}.damyeon-module__nIQo9G__room h3{color:var(--ink);letter-spacing:-.01em;margin-bottom:6px;font-size:20px;font-weight:600}.damyeon-module__nIQo9G__roomMeta{color:var(--steel);margin-bottom:14px;font-size:14px}.damyeon-module__nIQo9G__room p{color:var(--charcoal);flex:1;margin-bottom:18px;font-size:15px;line-height:1.6}.damyeon-module__nIQo9G__roomPrice{color:var(--ink);border-top:1px solid var(--hairline);padding-top:16px;font-size:15px}.damyeon-module__nIQo9G__roomPrice b{font-weight:700}@media (max-width:860px){.damyeon-module__nIQo9G__roomGrid{grid-template-columns:1fr;max-width:440px}}.damyeon-module__nIQo9G__banner{max-width:var(--max);background:var(--tint-yellow-bold);color:var(--charcoal);border-radius:var(--r-xl);text-align:center;margin:0 auto;padding:clamp(40px,6vw,72px)}.damyeon-module__nIQo9G__banner h2{letter-spacing:-.02em;color:#3a2e0a;font-size:clamp(26px,4vw,40px);font-weight:600;line-height:1.2}.damyeon-module__nIQo9G__banner p{color:#5a4a1a;max-width:540px;margin:18px auto 0;font-size:17px;line-height:1.6}.damyeon-module__nIQo9G__rituals{max-width:var(--max);grid-template-columns:repeat(4,1fr);gap:20px;margin:0 auto;display:grid}.damyeon-module__nIQo9G__ritual{border-radius:var(--r-lg);flex-direction:column;min-height:200px;padding:28px 24px;display:flex}.damyeon-module__nIQo9G__ritual .damyeon-module__nIQo9G__when{color:var(--primary-deep);margin-bottom:auto;font-size:13px;font-weight:600}.damyeon-module__nIQo9G__ritual h4{color:var(--ink);margin:18px 0 8px;font-size:18px;font-weight:600}.damyeon-module__nIQo9G__ritual p{color:var(--charcoal);font-size:14px;line-height:1.55}@media (max-width:860px){.damyeon-module__nIQo9G__rituals{grid-template-columns:1fr 1fr}}@media (max-width:520px){.damyeon-module__nIQo9G__rituals{grid-template-columns:1fr}}.damyeon-module__nIQo9G__galleryGrid{max-width:var(--max);grid-template-columns:repeat(3,1fr);grid-auto-rows:200px;gap:14px;margin:0 auto;display:grid}.damyeon-module__nIQo9G__gItem{border-radius:var(--r-lg);position:relative;overflow:hidden}.damyeon-module__nIQo9G__gItem img{object-fit:cover;transition:transform .9s cubic-bezier(.22,.61,.36,1)}.damyeon-module__nIQo9G__gItem:hover img{transform:scale(1.05)}.damyeon-module__nIQo9G__gTall{grid-row:span 2}@media (max-width:680px){.damyeon-module__nIQo9G__galleryGrid{grid-template-columns:1fr 1fr;grid-auto-rows:150px}}.damyeon-module__nIQo9G__testGrid{max-width:var(--max);grid-template-columns:repeat(3,1fr);gap:20px;margin:0 auto;display:grid}.damyeon-module__nIQo9G__test{background:var(--bg);border:1px solid var(--hairline);border-radius:var(--r-lg);padding:28px}.damyeon-module__nIQo9G__test p{color:var(--charcoal);margin-bottom:20px;font-size:16px;line-height:1.65}.damyeon-module__nIQo9G__test .damyeon-module__nIQo9G__who{color:var(--steel);font-size:14px}.damyeon-module__nIQo9G__test .damyeon-module__nIQo9G__who b{color:var(--ink);font-weight:600}@media (max-width:860px){.damyeon-module__nIQo9G__testGrid{grid-template-columns:1fr}}.damyeon-module__nIQo9G__locInner{max-width:var(--max);grid-template-columns:1fr 1.1fr;align-items:center;gap:clamp(40px,6vw,72px);margin:0 auto;display:grid}.damyeon-module__nIQo9G__locList{flex-direction:column;margin-top:22px;display:flex}.damyeon-module__nIQo9G__locList .damyeon-module__nIQo9G__li{border-top:1px solid var(--hairline);color:var(--ink);justify-content:space-between;gap:24px;padding:16px 0;font-size:15px;display:flex}.damyeon-module__nIQo9G__locList .damyeon-module__nIQo9G__li:last-child{border-bottom:1px solid var(--hairline)}.damyeon-module__nIQo9G__locList .damyeon-module__nIQo9G__li span:last-child{color:var(--steel)}.damyeon-module__nIQo9G__locPhoto{aspect-ratio:4/3;border-radius:var(--r-lg);position:relative;overflow:hidden}.damyeon-module__nIQo9G__locPhoto img{object-fit:cover}@media (max-width:860px){.damyeon-module__nIQo9G__locInner{grid-template-columns:1fr}}.damyeon-module__nIQo9G__faqInner{max-width:760px;margin:0 auto}.damyeon-module__nIQo9G__faqItem{background:var(--bg);border:1px solid var(--hairline);border-radius:var(--r-md);margin-bottom:12px;overflow:hidden}.damyeon-module__nIQo9G__faqItem summary{color:var(--ink);cursor:pointer;justify-content:space-between;gap:16px;padding:20px 24px;font-size:17px;font-weight:600;list-style:none;display:flex}.damyeon-module__nIQo9G__faqItem summary::-webkit-details-marker{display:none}.damyeon-module__nIQo9G__faqItem summary:after{content:"+";color:var(--primary);font-size:22px;line-height:1;transition:transform .3s}.damyeon-module__nIQo9G__faqItem[open] summary:after{transform:rotate(45deg)}.damyeon-module__nIQo9G__faqItem p{color:var(--charcoal);margin:0;padding:0 24px 22px;font-size:15px;line-height:1.65}.damyeon-module__nIQo9G__cta{text-align:center}.damyeon-module__nIQo9G__ctaInner{max-width:680px;margin:0 auto}.damyeon-module__nIQo9G__cta h2{letter-spacing:-.02em;color:var(--ink);font-size:clamp(30px,4.5vw,48px);font-weight:600;line-height:1.18}.damyeon-module__nIQo9G__cta p{color:var(--charcoal);margin-top:18px;font-size:17px}.damyeon-module__nIQo9G__ctaRow{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:32px;display:flex}.damyeon-module__nIQo9G__foot{background:var(--bg);border-top:1px solid var(--hairline);padding:56px var(--pad) 40px}.damyeon-module__nIQo9G__footInner{max-width:var(--max);margin:0 auto}.damyeon-module__nIQo9G__footCols{border-bottom:1px solid var(--hairline);grid-template-columns:1.6fr 1fr 1fr 1fr;gap:32px;padding-bottom:40px;display:grid}.damyeon-module__nIQo9G__footBrand{color:var(--ink);margin-bottom:14px;font-size:20px;font-weight:700}.damyeon-module__nIQo9G__footAbout{color:var(--charcoal);max-width:260px;font-size:14px;line-height:1.7}.damyeon-module__nIQo9G__footCol h4{color:var(--ink);margin-bottom:14px;font-size:13px;font-weight:600}.damyeon-module__nIQo9G__footCol ul{list-style:none}.damyeon-module__nIQo9G__footCol li{margin-bottom:10px}.damyeon-module__nIQo9G__footCol a{color:var(--steel);font-size:14px;text-decoration:none;transition:color .18s}.damyeon-module__nIQo9G__footCol a:hover{color:var(--ink)}.damyeon-module__nIQo9G__footBottom{color:var(--steel);flex-wrap:wrap;justify-content:space-between;gap:16px;padding-top:26px;font-size:13px;display:flex}@media (max-width:720px){.damyeon-module__nIQo9G__footCols{grid-template-columns:1fr 1fr}}.damyeon-module__nIQo9G__back{z-index:200;color:var(--ink);border-radius:var(--r-md);background:var(--bg);border:1px solid var(--hairline-strong);box-shadow:var(--shadow-card);padding:11px 18px;font-size:14px;font-weight:500;text-decoration:none;transition:transform .2s;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.damyeon-module__nIQo9G__back:hover{transform:translate(-50%)translateY(-2px)}
.gamunbi-module__98MSSG__page{--bg:#f4f1e8;--bg-parchment:#ebe5d6;--bg-dark:#1e2a22;--tile-dark:#26332a;--ink:#22261f;--ink-muted-80:#3c4136;--ink-muted-48:#6f7264;--on-dark:#f2efe6;--on-dark-muted:#b9bdad;--accent:#c8763c;--accent-hover:#b3652f;--accent-focus:#c8763c;--link-on-dark:#d9a06a;--on-accent:#fff;--hairline:#d8d1c0;--hairline-dark:#f2efe629;--r-sm:6px;--r-pill:9999px;--max:980px;--pad:clamp(20px, 4vw, 48px);--nav-h:52px;background:var(--bg);color:var(--ink);letter-spacing:-.012em;font-size:17px;line-height:1.55}.gamunbi-module__98MSSG__nav{z-index:100;height:var(--nav-h);padding:0 var(--pad);-webkit-backdrop-filter:saturate(160%)blur(20px);color:var(--on-dark);background:#1e2a22b8;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;transition:border-color .3s;display:flex;position:fixed;inset:0 0 auto}.gamunbi-module__98MSSG__nav[data-scrolled=true]{border-bottom-color:var(--hairline-dark)}.gamunbi-module__98MSSG__logo{letter-spacing:.3em;color:var(--on-dark);padding-left:.3em;font-size:13px;font-weight:600;text-decoration:none}.gamunbi-module__98MSSG__navLinks{gap:clamp(16px,3vw,32px);list-style:none;display:flex}.gamunbi-module__98MSSG__navLinks a{letter-spacing:.02em;text-transform:uppercase;color:var(--on-dark-muted);font-size:12px;font-weight:400;text-decoration:none;transition:color .2s}.gamunbi-module__98MSSG__navLinks a:hover{color:var(--on-dark)}.gamunbi-module__98MSSG__reserve{background:var(--accent);color:var(--on-accent);letter-spacing:.02em;text-transform:uppercase;border-radius:var(--r-sm);padding:7px 16px;font-size:12px;font-weight:500;text-decoration:none;transition:background .2s}.gamunbi-module__98MSSG__reserve:hover{background:var(--accent-hover)}@media (max-width:860px){.gamunbi-module__98MSSG__navLinks{display:none}.gamunbi-module__98MSSG__nav[data-open=true] .gamunbi-module__98MSSG__navLinks{top:var(--nav-h);-webkit-backdrop-filter:saturate(160%)blur(20px);backdrop-filter:saturate(160%)blur(20px);padding:20px var(--pad) 28px;border-bottom:1px solid var(--hairline-dark);background:#1e2a22f7;flex-direction:column;gap:18px;display:flex;position:absolute;left:0;right:0}}.gamunbi-module__98MSSG__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--accent);font-size:12px;font-weight:600}.gamunbi-module__98MSSG__eyebrow.gamunbi-module__98MSSG__onDark{color:var(--link-on-dark)}.gamunbi-module__98MSSG__hSection{letter-spacing:-.02em;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,4.4vw,40px);font-weight:600;line-height:1.14}.gamunbi-module__98MSSG__copy{letter-spacing:-.01em;color:var(--ink-muted-80);max-width:540px;font-size:17px;line-height:1.62}.gamunbi-module__98MSSG__copy.gamunbi-module__98MSSG__onDark{color:#f2efe6d1}.gamunbi-module__98MSSG__btnPrimary{background:var(--accent);color:var(--on-accent);border-radius:var(--r-pill);padding:14px 26px;font-size:16px;font-weight:500;line-height:1;text-decoration:none;transition:background .2s,transform .1s;display:inline-block}.gamunbi-module__98MSSG__btnPrimary:hover{background:var(--accent-hover)}.gamunbi-module__98MSSG__btnPrimary:active{transform:scale(.96)}.gamunbi-module__98MSSG__pillHero{border-radius:var(--r-pill);color:var(--on-dark);border:1px solid #f2efe699;align-items:center;gap:4px;padding:13px 24px;font-size:16px;font-weight:400;line-height:1;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.gamunbi-module__98MSSG__pillHero:hover{background:var(--on-dark);color:var(--bg-dark);border-color:var(--on-dark)}.gamunbi-module__98MSSG__learn{color:var(--accent);letter-spacing:-.01em;align-items:center;gap:4px;font-size:16px;font-weight:500;text-decoration:none;display:inline-flex}.gamunbi-module__98MSSG__learn:hover{text-decoration:underline}.gamunbi-module__98MSSG__page a:focus-visible,.gamunbi-module__98MSSG__page button:focus-visible,.gamunbi-module__98MSSG__page summary:focus-visible{outline:2px solid var(--accent-focus);outline-offset:3px;border-radius:4px}.gamunbi-module__98MSSG__imageSlot{background:#ddd6c6;border-radius:4px;position:relative;overflow:hidden}.gamunbi-module__98MSSG__imageSlot img{object-fit:cover;transition:transform .9s cubic-bezier(.22,.61,.36,1)}.gamunbi-module__98MSSG__imageSlot:hover img{transform:scale(1.05)}.gamunbi-module__98MSSG__imageSlot:after{content:"";pointer-events:none;background:linear-gradient(#0000 55%,#141a1257);position:absolute;inset:0}.gamunbi-module__98MSSG__imageCaption{z-index:1;letter-spacing:.08em;text-transform:uppercase;color:#fffffff0;text-shadow:0 1px 3px #00000073;font-size:11px;font-weight:500;position:absolute;bottom:14px;left:16px}@media (prefers-reduced-motion:reduce){.gamunbi-module__98MSSG__imageSlot:hover img{transform:none}}.gamunbi-module__98MSSG__hero{text-align:center;min-height:100vh;color:var(--on-dark);background:#10160f;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.gamunbi-module__98MSSG__heroImg{z-index:0;position:absolute;inset:0}.gamunbi-module__98MSSG__heroImg img{object-fit:cover;animation:32s ease-in-out infinite alternate gamunbi-module__98MSSG__kenburns}@keyframes gamunbi-module__98MSSG__kenburns{0%{transform:scale(1.05)}to{transform:scale(1.18)translateY(-1.5%)}}.gamunbi-module__98MSSG__hero:before{content:"";z-index:1;background:linear-gradient(#10160f80 0%,#10160f38 40%,#10160fd1 100%);position:absolute;inset:0}.gamunbi-module__98MSSG__heroInner{z-index:2;padding:var(--nav-h) var(--pad) 0;position:relative}.gamunbi-module__98MSSG__heroEyebrow{letter-spacing:.26em;text-transform:uppercase;color:#f2efe6d1;margin-bottom:22px;font-size:clamp(11px,1.3vw,13px);font-weight:600}.gamunbi-module__98MSSG__heroBrand{letter-spacing:.06em;padding-left:.06em;font-family:Georgia,Times New Roman,serif;font-size:clamp(60px,12vw,128px);font-weight:600;line-height:1.02}.gamunbi-module__98MSSG__heroSub{letter-spacing:.01em;color:#f2efe6e6;margin-top:22px;font-size:clamp(16px,1.8vw,21px);font-weight:400;line-height:1.35}.gamunbi-module__98MSSG__heroCtas{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:44px;display:flex}.gamunbi-module__98MSSG__scrollCue{z-index:2;color:#f2efe6b3;letter-spacing:.24em;text-transform:uppercase;font-size:11px;animation:2.6s ease-in-out infinite gamunbi-module__98MSSG__bob;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}@keyframes gamunbi-module__98MSSG__bob{0%,to{opacity:.55;transform:translate(-50%)}50%{opacity:.95;transform:translate(-50%,6px)}}@media (prefers-reduced-motion:reduce){.gamunbi-module__98MSSG__scrollCue{animation:none}.gamunbi-module__98MSSG__heroImg img{animation:none}}.gamunbi-module__98MSSG__dark{background:var(--bg-dark);color:var(--on-dark)}.gamunbi-module__98MSSG__parchment{background:var(--bg-parchment)}.gamunbi-module__98MSSG__white{background:var(--bg)}.gamunbi-module__98MSSG__dark .gamunbi-module__98MSSG__hSection,.gamunbi-module__98MSSG__dark .gamunbi-module__98MSSG__amount,.gamunbi-module__98MSSG__dark .gamunbi-module__98MSSG__ratingBig{color:var(--on-dark)}.gamunbi-module__98MSSG__statement{text-align:center;padding:clamp(120px, 18vw, 200px) var(--pad)}.gamunbi-module__98MSSG__statementText{letter-spacing:-.02em;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,6.2vw,68px);font-weight:600;line-height:1.1}.gamunbi-module__98MSSG__section{padding:clamp(100px,14vw,160px) 0}.gamunbi-module__98MSSG__grid{max-width:var(--max);padding:0 var(--pad);grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,6vw,72px);margin:0 auto;display:grid}.gamunbi-module__98MSSG__ratio45{aspect-ratio:4/5}.gamunbi-module__98MSSG__colText h2{margin:16px 0 24px}.gamunbi-module__98MSSG__metaRule{border-top:1px solid var(--hairline);letter-spacing:.01em;color:var(--ink-muted-48);margin-top:32px;padding-top:20px;font-size:14px;line-height:1.5}.gamunbi-module__98MSSG__dark .gamunbi-module__98MSSG__metaRule{border-top-color:var(--hairline-dark);color:var(--on-dark-muted)}.gamunbi-module__98MSSG__metaRule strong{color:var(--ink);font-weight:600}.gamunbi-module__98MSSG__dark .gamunbi-module__98MSSG__metaRule strong{color:var(--on-dark)}.gamunbi-module__98MSSG__learnRow{margin-top:24px}@media (max-width:880px){.gamunbi-module__98MSSG__grid{grid-template-columns:1fr}.gamunbi-module__98MSSG__flip .gamunbi-module__98MSSG__colText{order:2}.gamunbi-module__98MSSG__flip .gamunbi-module__98MSSG__colMedia{order:1}}.gamunbi-module__98MSSG__firepit{min-height:92vh;color:var(--on-dark);background:#2a1d12;align-items:flex-end;display:flex;position:relative;overflow:hidden}.gamunbi-module__98MSSG__firepitMedia{z-index:0;position:absolute;inset:0}.gamunbi-module__98MSSG__firepitMedia img{object-fit:cover}.gamunbi-module__98MSSG__firepit:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000 50%,#100c08b3);position:absolute;inset:0}.gamunbi-module__98MSSG__firepitInner{z-index:2;width:100%;max-width:var(--max);padding:0 var(--pad) clamp(56px, 8vw, 96px);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:32px;margin:0 auto;display:flex;position:relative}.gamunbi-module__98MSSG__firepitNum{letter-spacing:-.04em;font-family:Georgia,Times New Roman,serif;font-size:clamp(88px,16vw,190px);font-weight:600;line-height:.92}.gamunbi-module__98MSSG__firepitMeta{text-align:right}.gamunbi-module__98MSSG__firepitMeta h3{letter-spacing:-.01em;margin:8px 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(20px,2vw,28px);font-weight:600;line-height:1.16}.gamunbi-module__98MSSG__firepitMeta p{color:#f2efe6d6;letter-spacing:-.006em;font-size:14px}.gamunbi-module__98MSSG__privacy{padding:clamp(120px, 18vw, 200px) var(--pad);text-align:center}.gamunbi-module__98MSSG__privacyNum{letter-spacing:-.03em;font-family:Georgia,Times New Roman,serif;font-size:clamp(60px,11vw,124px);font-weight:600;line-height:1.07}.gamunbi-module__98MSSG__privacyTeam{color:var(--link-on-dark);letter-spacing:.2em;text-transform:uppercase;margin-top:20px;font-size:clamp(15px,1.6vw,20px)}.gamunbi-module__98MSSG__privacyNote{color:#f2efe6d1;max-width:520px;margin:48px auto 0;font-size:17px;line-height:1.6}.gamunbi-module__98MSSG__spaces{padding:clamp(100px, 14vw, 160px) var(--pad)}.gamunbi-module__98MSSG__spacesHead{max-width:var(--max);margin:0 auto clamp(40px,6vw,56px)}.gamunbi-module__98MSSG__spaceGrid{max-width:var(--max);grid-template-columns:repeat(4,1fr);gap:8px;margin:0 auto;display:grid}.gamunbi-module__98MSSG__space{position:relative}.gamunbi-module__98MSSG__space .gamunbi-module__98MSSG__imageSlot{aspect-ratio:3/4}.gamunbi-module__98MSSG__spaceCap{margin-top:12px}.gamunbi-module__98MSSG__spaceCap h4{letter-spacing:-.01em;font-size:16px;font-weight:600}.gamunbi-module__98MSSG__spaceCap p{color:var(--ink-muted-48);margin-top:4px;font-size:13.5px;line-height:1.5}@media (max-width:820px){.gamunbi-module__98MSSG__spaceGrid{grid-template-columns:1fr 1fr}}.gamunbi-module__98MSSG__servicePricing{border-top:1px solid var(--hairline-dark);color:var(--on-dark-muted);letter-spacing:.01em;margin-top:32px;padding-top:20px;font-size:14px}.gamunbi-module__98MSSG__servicePricing strong{color:var(--on-dark);margin-left:6px;font-weight:600}.gamunbi-module__98MSSG__gallery{padding:clamp(100px, 14vw, 160px) var(--pad)}.gamunbi-module__98MSSG__galleryHead{max-width:var(--max);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin:0 auto clamp(40px,6vw,56px);display:flex}.gamunbi-module__98MSSG__galleryGrid{max-width:var(--max);aspect-ratio:16/10;grid-template-rows:1fr 1fr;grid-template-columns:2fr 1fr 1fr;gap:8px;margin:0 auto;display:grid}.gamunbi-module__98MSSG__galleryGrid .gamunbi-module__98MSSG__imageSlot{width:100%;height:100%}.gamunbi-module__98MSSG__g1{grid-row:1/3}@media (max-width:720px){.gamunbi-module__98MSSG__galleryGrid{aspect-ratio:3/4;grid-template-rows:repeat(3,1fr);grid-template-columns:1fr 1fr}.gamunbi-module__98MSSG__g1{grid-area:1/1/2/3}}.gamunbi-module__98MSSG__reviews{padding:clamp(100px, 14vw, 160px) var(--pad)}.gamunbi-module__98MSSG__reviewsInner{max-width:var(--max);margin:0 auto}.gamunbi-module__98MSSG__ratingHead{text-align:center;margin-bottom:clamp(48px,7vw,72px)}.gamunbi-module__98MSSG__ratingBig{letter-spacing:-.03em;color:var(--ink);font-family:Georgia,Times New Roman,serif;font-size:clamp(72px,12vw,118px);font-weight:600;line-height:1}.gamunbi-module__98MSSG__ratingSub{color:var(--ink-muted-48);letter-spacing:-.006em;margin-top:12px;font-size:15px}.gamunbi-module__98MSSG__reviewGrid{grid-template-columns:repeat(3,1fr);gap:0;display:grid}.gamunbi-module__98MSSG__review{border-left:1px solid var(--hairline);padding:0 28px}.gamunbi-module__98MSSG__review:first-child{border-left:none;padding-left:0}.gamunbi-module__98MSSG__review p{letter-spacing:-.01em;color:var(--ink);font-size:18px;line-height:1.6}.gamunbi-module__98MSSG__reviewWho{color:var(--ink-muted-48);letter-spacing:-.006em;margin-top:20px;font-size:14px}@media (max-width:820px){.gamunbi-module__98MSSG__reviewGrid{grid-template-columns:1fr;gap:32px}.gamunbi-module__98MSSG__review{border-left:none;border-top:1px solid var(--hairline);padding:28px 0 0}.gamunbi-module__98MSSG__review:first-child{border-top:none;padding-top:0}}.gamunbi-module__98MSSG__location{padding:clamp(100px,14vw,160px) 0}.gamunbi-module__98MSSG__locInner{max-width:var(--max);padding:0 var(--pad);grid-template-columns:1fr 1.1fr;align-items:center;gap:clamp(40px,6vw,72px);margin:0 auto;display:grid}.gamunbi-module__98MSSG__locList{flex-direction:column;margin-top:28px;display:flex}.gamunbi-module__98MSSG__locList .gamunbi-module__98MSSG__li{border-top:1px solid var(--hairline-dark);justify-content:space-between;gap:24px;padding:16px 0;font-size:16px;display:flex}.gamunbi-module__98MSSG__locList .gamunbi-module__98MSSG__li:last-child{border-bottom:1px solid var(--hairline-dark)}.gamunbi-module__98MSSG__locList .gamunbi-module__98MSSG__li span:last-child{color:var(--on-dark-muted)}.gamunbi-module__98MSSG__locMap{aspect-ratio:4/3}@media (max-width:880px){.gamunbi-module__98MSSG__locInner{grid-template-columns:1fr}}.gamunbi-module__98MSSG__pricing{text-align:center;padding:clamp(120px, 18vw, 200px) var(--pad)}.gamunbi-module__98MSSG__amount{letter-spacing:-.03em;font-family:Georgia,Times New Roman,serif;font-size:clamp(52px,10vw,84px);font-weight:600;line-height:1.07}.gamunbi-module__98MSSG__per{color:var(--ink-muted-80);letter-spacing:-.006em;margin-top:14px;font-size:16px}.gamunbi-module__98MSSG__pricingTable{border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);grid-template-columns:repeat(3,1fr);max-width:720px;margin:64px auto 0;display:grid}.gamunbi-module__98MSSG__pricingTable>div{border-right:1px solid var(--hairline);padding:24px 16px}.gamunbi-module__98MSSG__pricingTable>div:last-child{border-right:none}.gamunbi-module__98MSSG__priceLabel{letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted-48);margin-bottom:8px;font-size:12px;font-weight:600}.gamunbi-module__98MSSG__priceVal{letter-spacing:-.01em;font-size:17px;font-weight:600}.gamunbi-module__98MSSG__faq{padding:clamp(100px, 14vw, 160px) var(--pad)}.gamunbi-module__98MSSG__faqInner{max-width:760px;margin:0 auto}.gamunbi-module__98MSSG__faqHead{margin-bottom:40px}.gamunbi-module__98MSSG__faqItem{border-top:1px solid var(--hairline)}.gamunbi-module__98MSSG__faqItem:last-child{border-bottom:1px solid var(--hairline)}.gamunbi-module__98MSSG__faqItem summary{letter-spacing:-.01em;cursor:pointer;justify-content:space-between;gap:16px;padding:24px 0;font-size:18px;font-weight:600;list-style:none;display:flex}.gamunbi-module__98MSSG__faqItem summary::-webkit-details-marker{display:none}.gamunbi-module__98MSSG__faqItem summary:after{content:"+";color:var(--accent);font-size:24px;font-weight:400;line-height:1;transition:transform .3s}.gamunbi-module__98MSSG__faqItem[open] summary:after{transform:rotate(45deg)}.gamunbi-module__98MSSG__faqItem p{color:var(--ink-muted-80);max-width:62ch;margin:0;padding:0 0 24px;font-size:16px;line-height:1.66}.gamunbi-module__98MSSG__journal{padding:clamp(100px, 14vw, 160px) var(--pad)}.gamunbi-module__98MSSG__journalHead{max-width:var(--max);margin:0 auto clamp(40px,6vw,56px)}.gamunbi-module__98MSSG__journalGrid{max-width:var(--max);grid-template-columns:repeat(3,1fr);gap:24px;margin:0 auto;display:grid}.gamunbi-module__98MSSG__jcard{color:inherit;text-decoration:none}.gamunbi-module__98MSSG__jcard .gamunbi-module__98MSSG__imageSlot{aspect-ratio:16/11}.gamunbi-module__98MSSG__jcardCat{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-top:16px;font-size:12px;font-weight:600}.gamunbi-module__98MSSG__jcard h3{letter-spacing:-.01em;margin-top:8px;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:600;line-height:1.24}.gamunbi-module__98MSSG__jcard p{color:var(--ink-muted-80);margin-top:8px;font-size:15px;line-height:1.55}@media (max-width:820px){.gamunbi-module__98MSSG__journalGrid{grid-template-columns:1fr;max-width:440px}}.gamunbi-module__98MSSG__cta{text-align:center;padding:clamp(120px, 18vw, 180px) var(--pad)}.gamunbi-module__98MSSG__cta h2{letter-spacing:-.02em;margin-bottom:16px;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,6vw,56px);font-weight:600;line-height:1.12}.gamunbi-module__98MSSG__ctaSub{color:#f2efe6d6;letter-spacing:-.01em;margin-bottom:40px;font-size:17px}.gamunbi-module__98MSSG__ctaButtons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.gamunbi-module__98MSSG__foot{background:var(--bg-dark);color:#f2efe68f;padding:56px var(--pad) 32px;letter-spacing:.006em;font-size:12px}.gamunbi-module__98MSSG__footInner{max-width:var(--max);margin:0 auto}.gamunbi-module__98MSSG__footCols{border-bottom:1px solid var(--hairline-dark);grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;padding-bottom:40px;display:grid}.gamunbi-module__98MSSG__footBrand{letter-spacing:.3em;color:var(--on-dark);margin-bottom:12px;padding-left:.3em;font-size:14px;font-weight:600}.gamunbi-module__98MSSG__footBrand+p{max-width:260px;line-height:1.55}.gamunbi-module__98MSSG__footCol h4{letter-spacing:.14em;text-transform:uppercase;color:var(--on-dark);margin-bottom:12px;font-size:12px;font-weight:600}.gamunbi-module__98MSSG__footCol ul{list-style:none}.gamunbi-module__98MSSG__footCol li{margin-bottom:8px}.gamunbi-module__98MSSG__footCol a{color:#f2efe68f;text-decoration:none;transition:color .2s}.gamunbi-module__98MSSG__footCol a:hover{color:var(--on-dark)}.gamunbi-module__98MSSG__footBottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:24px;display:flex}.gamunbi-module__98MSSG__footBottom .gamunbi-module__98MSSG__legal{gap:16px;display:flex}@media (max-width:720px){.gamunbi-module__98MSSG__footCols{grid-template-columns:1fr 1fr}}.gamunbi-module__98MSSG__back{z-index:200;color:var(--on-dark);border-radius:var(--r-pill);border:1px solid var(--hairline-dark);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e2a2299;padding:9px 16px;font-size:13px;font-weight:400;text-decoration:none;transition:border-color .2s;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.gamunbi-module__98MSSG__back:hover{border-color:var(--on-dark)}
.mare-module__TFIt_a__page{background:var(--bg);color:var(--ink);letter-spacing:-.022em;--max:980px;--pad:clamp(20px, 4vw, 48px);--nav-h:48px;font-size:17px;line-height:1.47}.mare-module__TFIt_a__nav{z-index:100;height:var(--nav-h);padding:0 var(--pad);-webkit-backdrop-filter:saturate(180%)blur(20px);color:var(--on-dark);background:#000000b3;justify-content:space-between;align-items:center;display:flex;position:fixed;inset:0 0 auto}.mare-module__TFIt_a__logo{letter-spacing:.28em;color:var(--on-dark);padding-left:.28em;font-size:14px;font-weight:600;text-decoration:none}.mare-module__TFIt_a__navLinks{gap:clamp(16px,3vw,32px);list-style:none;display:flex}.mare-module__TFIt_a__navLinks a{letter-spacing:-.01em;color:var(--on-dark-muted);font-size:12px;font-weight:400;text-decoration:none;transition:color .2s}.mare-module__TFIt_a__navLinks a:hover{color:var(--on-dark)}.mare-module__TFIt_a__reserve{background:var(--accent);color:var(--on-accent);border-radius:var(--r-sm);padding:6px 14px;font-size:12px;font-weight:400;text-decoration:none;transition:background .2s}.mare-module__TFIt_a__reserve:hover{background:#0077ed}@media (max-width:860px){.mare-module__TFIt_a__navLinks{display:none}.mare-module__TFIt_a__nav[data-open=true] .mare-module__TFIt_a__navLinks{top:var(--nav-h);-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);padding:20px var(--pad) 28px;background:#000000f5;border-bottom:1px solid #ffffff1f;flex-direction:column;gap:18px;display:flex;position:absolute;left:0;right:0}}.mare-module__TFIt_a__eyebrow{letter-spacing:.05em;text-transform:uppercase;color:var(--ink-muted-48);font-size:12px;font-weight:600}.mare-module__TFIt_a__eyebrow.mare-module__TFIt_a__onDark{color:var(--on-dark-muted)}.mare-module__TFIt_a__hSection{letter-spacing:-.024em;font-size:clamp(32px,4.5vw,40px);font-weight:600;line-height:1.1}.mare-module__TFIt_a__copy{letter-spacing:-.022em;color:#000c;max-width:540px;font-size:17px;line-height:1.47}.mare-module__TFIt_a__copy.mare-module__TFIt_a__onDark{color:#ffffffd6}.mare-module__TFIt_a__btnPrimary{background:var(--accent);color:var(--on-accent);border-radius:var(--r-pill);padding:12px 22px;font-size:17px;font-weight:400;line-height:1;text-decoration:none;transition:background .2s,transform .1s;display:inline-block}.mare-module__TFIt_a__btnPrimary:hover{background:#0077ed}.mare-module__TFIt_a__btnPrimary:active{transform:scale(.96)}.mare-module__TFIt_a__pillHero{border-radius:var(--r-pill);border:1px solid var(--on-dark);color:var(--on-dark);align-items:center;gap:4px;padding:11px 22px;font-size:17px;font-weight:400;line-height:1;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.mare-module__TFIt_a__pillHero:hover{background:var(--on-dark);color:#000}.mare-module__TFIt_a__learn{color:var(--accent);letter-spacing:-.022em;align-items:center;gap:4px;font-size:17px;font-weight:400;text-decoration:none;display:inline-flex}.mare-module__TFIt_a__learn:hover{text-decoration:underline}.mare-module__TFIt_a__learn.mare-module__TFIt_a__onDark{color:var(--link-on-dark)}.mare-module__TFIt_a__page a:focus-visible,.mare-module__TFIt_a__page button:focus-visible,.mare-module__TFIt_a__page summary:focus-visible{outline:2px solid var(--accent-focus);outline-offset:3px;border-radius:4px}.mare-module__TFIt_a__imageSlot{background:#e8e8ed;border-radius:5px;position:relative;overflow:hidden}.mare-module__TFIt_a__imageSlot img{object-fit:cover;transition:transform .9s cubic-bezier(.22,.61,.36,1)}.mare-module__TFIt_a__imageSlot:hover img{transform:scale(1.05)}.mare-module__TFIt_a__imageSlot:after{content:"";pointer-events:none;background:linear-gradient(#0000 55%,#00000047);position:absolute;inset:0}.mare-module__TFIt_a__imageCaption{z-index:1;color:#ffffffeb;letter-spacing:-.012em;text-shadow:0 1px 3px #0006;font-size:12px;font-weight:500;position:absolute;bottom:14px;left:16px}@media (prefers-reduced-motion:reduce){.mare-module__TFIt_a__imageSlot:hover img{transform:none}}.mare-module__TFIt_a__hero{text-align:center;min-height:100vh;color:var(--on-dark);background:#000;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.mare-module__TFIt_a__heroImg{z-index:0;position:absolute;inset:0}.mare-module__TFIt_a__heroImg img{object-fit:cover;animation:30s ease-in-out infinite alternate mare-module__TFIt_a__kenburns}@keyframes mare-module__TFIt_a__kenburns{0%{transform:scale(1.05)}to{transform:scale(1.18)translateY(-1.5%)}}.mare-module__TFIt_a__hero:before{content:"";z-index:1;background:linear-gradient(#00000080 0%,#00000040 38%,#000000c7 100%);position:absolute;inset:0}.mare-module__TFIt_a__heroInner{z-index:2;padding:var(--nav-h) var(--pad) 0;position:relative}.mare-module__TFIt_a__heroBrand{letter-spacing:.1em;padding-left:.1em;font-size:clamp(64px,12vw,132px);font-weight:600;line-height:1.02}.mare-module__TFIt_a__heroSub{letter-spacing:.02em;color:#ffffffe0;margin-top:20px;font-size:clamp(17px,1.8vw,22px);font-weight:400;line-height:1.3}.mare-module__TFIt_a__heroCtas{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:44px;display:flex}.mare-module__TFIt_a__scrollCue{z-index:2;color:#ffffffb3;letter-spacing:.22em;text-transform:uppercase;font-size:11px;animation:2.6s ease-in-out infinite mare-module__TFIt_a__bob;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}@keyframes mare-module__TFIt_a__bob{0%,to{opacity:.55;transform:translate(-50%)}50%{opacity:.95;transform:translate(-50%,6px)}}@media (prefers-reduced-motion:reduce){.mare-module__TFIt_a__scrollCue{animation:none}.mare-module__TFIt_a__heroImg img{animation:none}}.mare-module__TFIt_a__dark{background:var(--bg-dark);color:var(--on-dark)}.mare-module__TFIt_a__parchment{background:var(--bg-parchment)}.mare-module__TFIt_a__white{background:var(--bg)}.mare-module__TFIt_a__dark .mare-module__TFIt_a__hSection,.mare-module__TFIt_a__dark .mare-module__TFIt_a__amount,.mare-module__TFIt_a__dark .mare-module__TFIt_a__ratingBig{color:var(--on-dark)}.mare-module__TFIt_a__statement{text-align:center;padding:clamp(120px, 18vw, 200px) var(--pad)}.mare-module__TFIt_a__statementText{letter-spacing:-.03em;font-size:clamp(40px,6.5vw,72px);font-weight:600;line-height:1.07}.mare-module__TFIt_a__section{padding:clamp(100px,14vw,160px) 0}.mare-module__TFIt_a__grid{max-width:var(--max);padding:0 var(--pad);grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,6vw,72px);margin:0 auto;display:grid}.mare-module__TFIt_a__ratio45{aspect-ratio:4/5}.mare-module__TFIt_a__colText h2{margin:16px 0 24px}.mare-module__TFIt_a__metaRule{border-top:1px solid var(--hairline);letter-spacing:-.016em;color:var(--ink-muted-48);margin-top:32px;padding-top:20px;font-size:14px;line-height:1.43}.mare-module__TFIt_a__dark .mare-module__TFIt_a__metaRule{color:var(--on-dark-muted);border-top-color:#ffffff29}.mare-module__TFIt_a__metaRule strong{color:var(--ink);font-weight:600}.mare-module__TFIt_a__dark .mare-module__TFIt_a__metaRule strong{color:var(--on-dark)}.mare-module__TFIt_a__learnRow{margin-top:24px}@media (max-width:880px){.mare-module__TFIt_a__grid{grid-template-columns:1fr}.mare-module__TFIt_a__flip .mare-module__TFIt_a__colText{order:2}.mare-module__TFIt_a__flip .mare-module__TFIt_a__colMedia{order:1}}.mare-module__TFIt_a__pool{min-height:92vh;color:var(--on-dark);background:#1c3140;align-items:flex-end;display:flex;position:relative;overflow:hidden}.mare-module__TFIt_a__poolMedia{z-index:0;position:absolute;inset:0}.mare-module__TFIt_a__poolMedia img{object-fit:cover}.mare-module__TFIt_a__pool:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000 55%,#0009);position:absolute;inset:0}.mare-module__TFIt_a__poolInner{z-index:2;width:100%;max-width:var(--max);padding:0 var(--pad) clamp(56px, 8vw, 96px);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:32px;margin:0 auto;display:flex;position:relative}.mare-module__TFIt_a__poolNum{letter-spacing:-.045em;font-size:clamp(96px,17vw,200px);font-weight:600;line-height:.92}.mare-module__TFIt_a__poolMeta{text-align:right}.mare-module__TFIt_a__poolMeta h3{letter-spacing:-.022em;margin:8px 0;font-size:clamp(21px,2vw,28px);font-weight:600;line-height:1.14}.mare-module__TFIt_a__poolMeta p{color:#ffffffd6;letter-spacing:-.016em;font-size:14px}.mare-module__TFIt_a__privacy{padding:clamp(120px, 18vw, 200px) var(--pad);text-align:center}.mare-module__TFIt_a__privacyNum{letter-spacing:-.03em;font-size:clamp(64px,11vw,128px);font-weight:600;line-height:1.07}.mare-module__TFIt_a__privacyTeam{color:#ffffffd6;letter-spacing:.18em;text-transform:uppercase;margin-top:20px;font-size:clamp(16px,1.6vw,21px)}.mare-module__TFIt_a__privacyNote{color:#ffffffd6;max-width:520px;margin:48px auto 0;font-size:17px;line-height:1.47}.mare-module__TFIt_a__spaces{padding:clamp(100px, 14vw, 160px) var(--pad)}.mare-module__TFIt_a__spacesHead{max-width:var(--max);margin:0 auto clamp(40px,6vw,56px)}.mare-module__TFIt_a__spaceGrid{max-width:var(--max);grid-template-columns:repeat(4,1fr);gap:8px;margin:0 auto;display:grid}.mare-module__TFIt_a__space{position:relative}.mare-module__TFIt_a__space .mare-module__TFIt_a__imageSlot{aspect-ratio:3/4}.mare-module__TFIt_a__spaceCap{margin-top:12px}.mare-module__TFIt_a__spaceCap h4{letter-spacing:-.018em;font-size:17px;font-weight:600}.mare-module__TFIt_a__spaceCap p{color:var(--ink-muted-48);margin-top:4px;font-size:14px;line-height:1.43}@media (max-width:820px){.mare-module__TFIt_a__spaceGrid{grid-template-columns:1fr 1fr}}.mare-module__TFIt_a__servicePricing{color:var(--on-dark-muted);letter-spacing:-.016em;border-top:1px solid #ffffff29;margin-top:32px;padding-top:20px;font-size:14px}.mare-module__TFIt_a__servicePricing strong{color:var(--on-dark);margin-left:6px;font-weight:600}.mare-module__TFIt_a__gallery{padding:clamp(100px, 14vw, 160px) var(--pad)}.mare-module__TFIt_a__galleryHead{max-width:var(--max);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin:0 auto clamp(40px,6vw,56px);display:flex}.mare-module__TFIt_a__galleryGrid{max-width:var(--max);aspect-ratio:16/10;grid-template-rows:1fr 1fr;grid-template-columns:2fr 1fr 1fr;gap:8px;margin:0 auto;display:grid}.mare-module__TFIt_a__galleryGrid .mare-module__TFIt_a__imageSlot{width:100%;height:100%}.mare-module__TFIt_a__g1{grid-row:1/3}@media (max-width:720px){.mare-module__TFIt_a__galleryGrid{aspect-ratio:3/4;grid-template-rows:repeat(3,1fr);grid-template-columns:1fr 1fr}.mare-module__TFIt_a__g1{grid-area:1/1/2/3}}.mare-module__TFIt_a__reviews{padding:clamp(100px, 14vw, 160px) var(--pad)}.mare-module__TFIt_a__reviewsInner{max-width:var(--max);margin:0 auto}.mare-module__TFIt_a__ratingHead{text-align:center;margin-bottom:clamp(48px,7vw,72px)}.mare-module__TFIt_a__ratingBig{letter-spacing:-.04em;font-size:clamp(72px,12vw,120px);font-weight:600;line-height:1}.mare-module__TFIt_a__ratingSub{color:var(--ink-muted-48);letter-spacing:-.01em;margin-top:12px;font-size:15px}.mare-module__TFIt_a__reviewGrid{grid-template-columns:repeat(3,1fr);gap:0;display:grid}.mare-module__TFIt_a__review{border-left:1px solid var(--hairline);padding:0 28px}.mare-module__TFIt_a__review:first-child{border-left:none;padding-left:0}.mare-module__TFIt_a__review p{letter-spacing:-.02em;color:var(--ink);font-size:19px;line-height:1.5}.mare-module__TFIt_a__reviewWho{color:var(--ink-muted-48);letter-spacing:-.01em;margin-top:20px;font-size:14px}@media (max-width:820px){.mare-module__TFIt_a__reviewGrid{grid-template-columns:1fr;gap:32px}.mare-module__TFIt_a__review{border-left:none;border-top:1px solid var(--hairline);padding:28px 0 0}.mare-module__TFIt_a__review:first-child{border-top:none;padding-top:0}}.mare-module__TFIt_a__location{padding:clamp(100px,14vw,160px) 0}.mare-module__TFIt_a__locInner{max-width:var(--max);padding:0 var(--pad);grid-template-columns:1fr 1.1fr;align-items:center;gap:clamp(40px,6vw,72px);margin:0 auto;display:grid}.mare-module__TFIt_a__locList{flex-direction:column;margin-top:28px;display:flex}.mare-module__TFIt_a__locList .mare-module__TFIt_a__li{border-top:1px solid #ffffff29;justify-content:space-between;gap:24px;padding:16px 0;font-size:16px;display:flex}.mare-module__TFIt_a__locList .mare-module__TFIt_a__li:last-child{border-bottom:1px solid #ffffff29}.mare-module__TFIt_a__locList .mare-module__TFIt_a__li span:last-child{color:var(--on-dark-muted)}.mare-module__TFIt_a__locMap{aspect-ratio:4/3}@media (max-width:880px){.mare-module__TFIt_a__locInner{grid-template-columns:1fr}}.mare-module__TFIt_a__pricing{text-align:center;padding:clamp(120px, 18vw, 200px) var(--pad)}.mare-module__TFIt_a__amount{letter-spacing:-.03em;font-size:clamp(56px,10vw,88px);font-weight:600;line-height:1.07}.mare-module__TFIt_a__per{color:#000c;letter-spacing:-.018em;margin-top:14px;font-size:17px}.mare-module__TFIt_a__pricingTable{border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);grid-template-columns:repeat(3,1fr);max-width:720px;margin:64px auto 0;display:grid}.mare-module__TFIt_a__pricingTable>div{border-right:1px solid var(--hairline);padding:24px 16px}.mare-module__TFIt_a__pricingTable>div:last-child{border-right:none}.mare-module__TFIt_a__priceLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--ink-muted-48);margin-bottom:8px;font-size:12px;font-weight:600}.mare-module__TFIt_a__priceVal{letter-spacing:-.02em;font-size:17px;font-weight:600}.mare-module__TFIt_a__faq{padding:clamp(100px, 14vw, 160px) var(--pad)}.mare-module__TFIt_a__faqInner{max-width:760px;margin:0 auto}.mare-module__TFIt_a__faqHead{margin-bottom:40px}.mare-module__TFIt_a__faqItem{border-top:1px solid var(--hairline)}.mare-module__TFIt_a__faqItem:last-child{border-bottom:1px solid var(--hairline)}.mare-module__TFIt_a__faqItem summary{letter-spacing:-.02em;cursor:pointer;justify-content:space-between;gap:16px;padding:24px 0;font-size:19px;font-weight:600;list-style:none;display:flex}.mare-module__TFIt_a__faqItem summary::-webkit-details-marker{display:none}.mare-module__TFIt_a__faqItem summary:after{content:"+";color:var(--accent);font-size:24px;font-weight:400;line-height:1;transition:transform .3s}.mare-module__TFIt_a__faqItem[open] summary:after{transform:rotate(45deg)}.mare-module__TFIt_a__faqItem p{color:var(--ink-muted-80);max-width:62ch;margin:0;padding:0 0 24px;font-size:16px;line-height:1.6}.mare-module__TFIt_a__journal{padding:clamp(100px, 14vw, 160px) var(--pad)}.mare-module__TFIt_a__journalHead{max-width:var(--max);margin:0 auto clamp(40px,6vw,56px)}.mare-module__TFIt_a__journalGrid{max-width:var(--max);grid-template-columns:repeat(3,1fr);gap:24px;margin:0 auto;display:grid}.mare-module__TFIt_a__jcard{color:inherit;text-decoration:none}.mare-module__TFIt_a__jcard .mare-module__TFIt_a__imageSlot{aspect-ratio:16/11}.mare-module__TFIt_a__jcardCat{letter-spacing:.05em;text-transform:uppercase;color:var(--ink-muted-48);margin-top:16px;font-size:12px;font-weight:600}.mare-module__TFIt_a__jcard h3{letter-spacing:-.022em;margin-top:8px;font-size:20px;font-weight:600;line-height:1.2}.mare-module__TFIt_a__jcard p{color:var(--ink-muted-80);margin-top:8px;font-size:15px;line-height:1.5}@media (max-width:820px){.mare-module__TFIt_a__journalGrid{grid-template-columns:1fr;max-width:440px}}.mare-module__TFIt_a__cta{text-align:center;padding:clamp(120px, 18vw, 180px) var(--pad)}.mare-module__TFIt_a__cta h2{letter-spacing:-.026em;margin-bottom:16px;font-size:clamp(40px,6vw,56px);font-weight:600;line-height:1.1}.mare-module__TFIt_a__ctaSub{color:#ffffffd6;letter-spacing:-.02em;margin-bottom:40px;font-size:17px}.mare-module__TFIt_a__ctaButtons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.mare-module__TFIt_a__foot{background:var(--bg-dark);color:#ffffff8f;padding:56px var(--pad) 32px;letter-spacing:-.012em;font-size:12px}.mare-module__TFIt_a__footInner{max-width:var(--max);margin:0 auto}.mare-module__TFIt_a__footCols{border-bottom:1px solid #ffffff1f;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;padding-bottom:40px;display:grid}.mare-module__TFIt_a__footBrand{letter-spacing:.28em;color:var(--on-dark);margin-bottom:12px;padding-left:.28em;font-size:14px;font-weight:600}.mare-module__TFIt_a__footBrand+p{max-width:260px;line-height:1.5}.mare-module__TFIt_a__footCol h4{letter-spacing:.06em;text-transform:uppercase;color:var(--on-dark);margin-bottom:12px;font-size:12px;font-weight:600}.mare-module__TFIt_a__footCol ul{list-style:none}.mare-module__TFIt_a__footCol li{margin-bottom:8px}.mare-module__TFIt_a__footCol a{color:#ffffff8f;text-decoration:none;transition:color .2s}.mare-module__TFIt_a__footCol a:hover{color:var(--on-dark)}.mare-module__TFIt_a__footBottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:24px;display:flex}.mare-module__TFIt_a__footBottom .mare-module__TFIt_a__legal{gap:16px;display:flex}@media (max-width:720px){.mare-module__TFIt_a__footCols{grid-template-columns:1fr 1fr}}.mare-module__TFIt_a__back{z-index:200;color:var(--on-dark);border-radius:var(--r-pill);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0000008c;border:1px solid #ffffff2e;padding:9px 16px;font-size:13px;font-weight:400;text-decoration:none;transition:border-color .2s;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.mare-module__TFIt_a__back:hover{border-color:var(--on-dark)}
.nogwoo-module__iq2zba__page{background:var(--bg);color:var(--ink);letter-spacing:-.012em;--max:1100px;--pad:clamp(20px, 5vw, 56px);--nav-h:56px;line-height:1.5}.nogwoo-module__iq2zba__nav{z-index:100;height:var(--nav-h);padding:0 var(--pad);-webkit-backdrop-filter:saturate(180%)blur(20px);background:#010102b3;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;transition:border-color .3s;display:flex;position:fixed;inset:0 0 auto}.nogwoo-module__iq2zba__nav[data-scrolled=true]{border-bottom-color:var(--hairline)}.nogwoo-module__iq2zba__brand{letter-spacing:-.01em;color:var(--ink);align-items:center;gap:9px;font-size:15px;font-weight:600;text-decoration:none;display:flex}.nogwoo-module__iq2zba__brandMark{border-radius:var(--r-sm);color:#fff;background:linear-gradient(160deg,#6872e0,#5058c4);place-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:grid;box-shadow:0 0 18px #5e6ad280}.nogwoo-module__iq2zba__brand .nogwoo-module__iq2zba__en{color:var(--ink-tertiary);letter-spacing:.05em;margin-left:2px;font-size:12px;font-weight:400}.nogwoo-module__iq2zba__navLinks{gap:28px;font-size:14px;list-style:none;display:flex}.nogwoo-module__iq2zba__navLinks a{color:var(--ink-subtle);text-decoration:none;transition:color .18s}.nogwoo-module__iq2zba__navLinks a:hover{color:var(--ink)}.nogwoo-module__iq2zba__navRight{align-items:center;gap:16px;display:flex}.nogwoo-module__iq2zba__signin{color:var(--ink-subtle);font-size:14px;text-decoration:none}.nogwoo-module__iq2zba__signin:hover{color:var(--ink)}@media (max-width:860px){.nogwoo-module__iq2zba__navLinks,.nogwoo-module__iq2zba__signin{display:none}.nogwoo-module__iq2zba__nav[data-open=true] .nogwoo-module__iq2zba__navLinks{top:var(--nav-h);-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);padding:20px var(--pad) 28px;border-bottom:1px solid var(--hairline);background:#010102f7;flex-direction:column;gap:18px;display:flex;position:absolute;left:0;right:0}}.nogwoo-module__iq2zba__btnPrimary{border-radius:var(--r-md);background:var(--accent);color:var(--on-accent);cursor:pointer;border:none;align-items:center;gap:8px;padding:9px 16px;font-size:15px;font-weight:500;text-decoration:none;transition:background .18s,transform .18s;display:inline-flex}.nogwoo-module__iq2zba__btnPrimary:hover{background:var(--accent-hover);transform:translateY(-1px)}.nogwoo-module__iq2zba__btnGhost{border-radius:var(--r-md);color:var(--ink);border:1px solid var(--hairline);background:#ffffff0a;align-items:center;gap:8px;padding:9px 16px;font-size:15px;font-weight:500;text-decoration:none;transition:background .18s,border-color .18s;display:inline-flex}.nogwoo-module__iq2zba__btnGhost:hover{border-color:var(--hairline-strong);background:#ffffff12}.nogwoo-module__iq2zba__page a:focus-visible,.nogwoo-module__iq2zba__page button:focus-visible,.nogwoo-module__iq2zba__page summary:focus-visible{outline:2px solid var(--accent-focus);outline-offset:2px;border-radius:4px}.nogwoo-module__iq2zba__eyebrow{letter-spacing:.03em;color:var(--accent);align-items:center;gap:8px;font-size:13px;font-weight:500;display:inline-flex}.nogwoo-module__iq2zba__eyebrow:before{content:"";background:var(--accent);width:6px;height:6px;box-shadow:0 0 10px var(--accent);border-radius:50%}.nogwoo-module__iq2zba__hero{background:#06070a;align-items:flex-end;min-height:100vh;display:flex;position:relative;overflow:hidden}.nogwoo-module__iq2zba__heroMedia{z-index:0;position:absolute;inset:0}.nogwoo-module__iq2zba__heroMedia img{object-fit:cover}.nogwoo-module__iq2zba__hero:before{content:"";z-index:1;background:linear-gradient(#01010259 0%,#0101028c 45%,#010102f0 100%);position:absolute;inset:0}.nogwoo-module__iq2zba__heroInner{z-index:2;max-width:var(--max);width:100%;padding:0 var(--pad) clamp(64px, 10vw, 120px);margin:0 auto;position:relative}.nogwoo-module__iq2zba__heroH1{letter-spacing:-.045em;max-width:16ch;margin-top:24px;font-size:clamp(40px,6.8vw,82px);font-weight:600;line-height:1.04}.nogwoo-module__iq2zba__heroSub{max-width:520px;color:var(--ink-muted);margin-top:22px;font-size:clamp(16px,1.6vw,19px);line-height:1.6}.nogwoo-module__iq2zba__heroCtas{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.nogwoo-module__iq2zba__stats{border-top:1px solid var(--hairline);flex-wrap:wrap;gap:40px;max-width:640px;margin-top:44px;padding-top:28px;display:flex}.nogwoo-module__iq2zba__stat .nogwoo-module__iq2zba__n{letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:clamp(22px,2.4vw,30px);font-weight:600}.nogwoo-module__iq2zba__stat .nogwoo-module__iq2zba__l{color:var(--ink-tertiary);margin-top:4px;font-size:13px}.nogwoo-module__iq2zba__section{padding:clamp(80px, 11vw, 140px) var(--pad);border-top:1px solid var(--hairline)}.nogwoo-module__iq2zba__inner{max-width:var(--max);margin:0 auto}.nogwoo-module__iq2zba__head{max-width:640px;margin-bottom:56px}.nogwoo-module__iq2zba__head.nogwoo-module__iq2zba__center{text-align:center;margin-left:auto;margin-right:auto}.nogwoo-module__iq2zba__head h2{letter-spacing:-.035em;margin-top:16px;font-size:clamp(30px,4vw,46px);font-weight:600;line-height:1.1}.nogwoo-module__iq2zba__head p{color:var(--ink-subtle);margin-top:16px;font-size:17px;line-height:1.6}.nogwoo-module__iq2zba__roomGrid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.nogwoo-module__iq2zba__room{border:1px solid var(--hairline);border-radius:var(--r-lg);background:var(--surface-1);appearance:none;font:inherit;color:inherit;text-align:left;cursor:pointer;flex-direction:column;width:100%;margin:0;padding:0;transition:transform .3s,border-color .3s;display:flex;overflow:hidden;box-shadow:inset 0 1px #ffffff0a}.nogwoo-module__iq2zba__room:hover{border-color:var(--hairline-strong);transform:translateY(-4px)}.nogwoo-module__iq2zba__roomPhoto{aspect-ratio:16/10;position:relative;overflow:hidden}.nogwoo-module__iq2zba__roomPhoto img{object-fit:cover;transition:transform .9s cubic-bezier(.22,.61,.36,1)}.nogwoo-module__iq2zba__room:hover .nogwoo-module__iq2zba__roomPhoto img{transform:scale(1.04)}.nogwoo-module__iq2zba__roomBody{flex-direction:column;flex:1;padding:24px;display:flex}.nogwoo-module__iq2zba__roomTop{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:10px;display:flex}.nogwoo-module__iq2zba__roomTop h3{letter-spacing:-.01em;font-size:18px;font-weight:600}.nogwoo-module__iq2zba__roomPrice{color:var(--accent);white-space:nowrap;font-size:14px;font-weight:600}.nogwoo-module__iq2zba__room p{color:var(--ink-subtle);flex:1;margin-bottom:16px;font-size:14px;line-height:1.6}.nogwoo-module__iq2zba__specs{flex-wrap:wrap;gap:8px;display:flex}.nogwoo-module__iq2zba__specs span{color:var(--ink-muted);border:1px solid var(--hairline);border-radius:var(--r-sm);padding:4px 10px;font-size:12px}@media (max-width:760px){.nogwoo-module__iq2zba__roomGrid{grid-template-columns:1fr}}.nogwoo-module__iq2zba__split{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,6vw,72px);display:grid}.nogwoo-module__iq2zba__split.nogwoo-module__iq2zba__rev .nogwoo-module__iq2zba__splitVisual{order:2}.nogwoo-module__iq2zba__splitText h2{letter-spacing:-.035em;margin:16px 0 18px;font-size:clamp(28px,3.6vw,42px);font-weight:600;line-height:1.12}.nogwoo-module__iq2zba__splitText p{color:var(--ink-subtle);font-size:16px;line-height:1.65}.nogwoo-module__iq2zba__splitList{flex-direction:column;gap:14px;margin-top:24px;display:flex}.nogwoo-module__iq2zba__splitList .nogwoo-module__iq2zba__li{color:var(--ink);align-items:flex-start;gap:12px;font-size:15px;display:flex}.nogwoo-module__iq2zba__splitList .nogwoo-module__iq2zba__ck{border-radius:var(--r-sm);background:var(--accent-soft);color:#aab0ee;border:1px solid #5e6ad24d;flex:none;place-items:center;width:20px;height:20px;margin-top:1px;font-size:11px;display:grid}.nogwoo-module__iq2zba__splitVisual{border:1px solid var(--hairline);border-radius:var(--r-xl);min-height:380px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0d}.nogwoo-module__iq2zba__splitVisual img{object-fit:cover}@media (max-width:860px){.nogwoo-module__iq2zba__split{grid-template-columns:1fr}.nogwoo-module__iq2zba__split.nogwoo-module__iq2zba__rev .nogwoo-module__iq2zba__splitVisual{order:0}.nogwoo-module__iq2zba__splitVisual{min-height:280px}}.nogwoo-module__iq2zba__amenGrid{background:var(--hairline);border:1px solid var(--hairline);border-radius:var(--r-lg);grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.nogwoo-module__iq2zba__amen{background:var(--bg);padding:30px 26px;transition:background .25s}.nogwoo-module__iq2zba__amen:hover{background:var(--surface-1)}.nogwoo-module__iq2zba__amenIc{background:var(--accent-soft);color:#aab0ee;border:1px solid #5e6ad24d;border-radius:9px;place-items:center;width:38px;height:38px;margin-bottom:18px;font-size:18px;display:grid}.nogwoo-module__iq2zba__amen h3{letter-spacing:-.01em;margin-bottom:8px;font-size:16px;font-weight:600}.nogwoo-module__iq2zba__amen p{color:var(--ink-subtle);font-size:14px;line-height:1.6}@media (max-width:860px){.nogwoo-module__iq2zba__amenGrid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.nogwoo-module__iq2zba__amenGrid{grid-template-columns:1fr}}.nogwoo-module__iq2zba__priceGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.nogwoo-module__iq2zba__plan{border:1px solid var(--hairline);border-radius:var(--r-lg);background:var(--surface-1);flex-direction:column;padding:28px;transition:border-color .25s,transform .25s;display:flex}.nogwoo-module__iq2zba__plan:hover{border-color:var(--hairline-strong);transform:translateY(-3px)}.nogwoo-module__iq2zba__plan.nogwoo-module__iq2zba__featured{border-color:var(--accent);background:linear-gradient(180deg, var(--accent-soft) 0%, var(--surface-2) 40%);position:relative}.nogwoo-module__iq2zba__planTag{border-radius:var(--r-pill);background:var(--accent);color:#fff;padding:4px 10px;font-size:11px;font-weight:600;position:absolute;top:-10px;left:28px}.nogwoo-module__iq2zba__planName{color:var(--ink-subtle);margin-bottom:16px;font-size:14px;font-weight:600}.nogwoo-module__iq2zba__planPrice{letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:36px;font-weight:600}.nogwoo-module__iq2zba__planPrice .nogwoo-module__iq2zba__per{color:var(--ink-tertiary);font-size:14px;font-weight:400}.nogwoo-module__iq2zba__planDesc{color:var(--ink-subtle);margin:10px 0 22px;font-size:14px;line-height:1.55}.nogwoo-module__iq2zba__plan ul{flex-direction:column;flex:1;gap:11px;margin-bottom:26px;list-style:none;display:flex}.nogwoo-module__iq2zba__plan li{color:var(--ink);align-items:flex-start;gap:9px;font-size:14px;display:flex}.nogwoo-module__iq2zba__plan li .nogwoo-module__iq2zba__ck{color:var(--accent);flex:none}.nogwoo-module__iq2zba__choose{text-align:center;border-radius:var(--r-md);border:1px solid var(--hairline);color:var(--ink);padding:11px;font-size:14px;font-weight:500;text-decoration:none;transition:background .18s,border-color .18s}.nogwoo-module__iq2zba__plan:not(.nogwoo-module__iq2zba__featured) .nogwoo-module__iq2zba__choose:hover{background:#ffffff0d}.nogwoo-module__iq2zba__plan.nogwoo-module__iq2zba__featured .nogwoo-module__iq2zba__choose{background:var(--accent);border-color:var(--accent);color:#fff}.nogwoo-module__iq2zba__plan.nogwoo-module__iq2zba__featured .nogwoo-module__iq2zba__choose:hover{background:var(--accent-hover)}@media (max-width:860px){.nogwoo-module__iq2zba__priceGrid{grid-template-columns:1fr;max-width:420px;margin:0 auto}}.nogwoo-module__iq2zba__testGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.nogwoo-module__iq2zba__test{border:1px solid var(--hairline);border-radius:var(--r-lg);background:var(--surface-1);padding:28px}.nogwoo-module__iq2zba__test p{color:var(--ink-muted);margin-bottom:18px;font-size:16px;line-height:1.6}.nogwoo-module__iq2zba__test .nogwoo-module__iq2zba__who{color:var(--ink-subtle);font-size:14px}.nogwoo-module__iq2zba__test .nogwoo-module__iq2zba__who b{color:var(--ink);font-weight:600}@media (max-width:860px){.nogwoo-module__iq2zba__testGrid{grid-template-columns:1fr}}.nogwoo-module__iq2zba__locInner{grid-template-columns:1fr 1.1fr;align-items:center;gap:clamp(40px,6vw,72px);display:grid}.nogwoo-module__iq2zba__locList{flex-direction:column;margin-top:22px;display:flex}.nogwoo-module__iq2zba__locList .nogwoo-module__iq2zba__li{border-top:1px solid var(--hairline);justify-content:space-between;gap:24px;padding:16px 0;font-size:15px;display:flex}.nogwoo-module__iq2zba__locList .nogwoo-module__iq2zba__li:last-child{border-bottom:1px solid var(--hairline)}.nogwoo-module__iq2zba__locList .nogwoo-module__iq2zba__li span:last-child{color:var(--ink-subtle)}.nogwoo-module__iq2zba__locVisual{border:1px solid var(--hairline);border-radius:var(--r-xl);aspect-ratio:4/3;position:relative;overflow:hidden}.nogwoo-module__iq2zba__locVisual img{object-fit:cover}@media (max-width:860px){.nogwoo-module__iq2zba__locInner{grid-template-columns:1fr}}.nogwoo-module__iq2zba__faqInner{max-width:760px;margin:0 auto}.nogwoo-module__iq2zba__faqItem{border-top:1px solid var(--hairline)}.nogwoo-module__iq2zba__faqItem:last-child{border-bottom:1px solid var(--hairline)}.nogwoo-module__iq2zba__faqItem summary{letter-spacing:-.01em;cursor:pointer;justify-content:space-between;gap:16px;padding:22px 0;font-size:17px;font-weight:600;list-style:none;display:flex}.nogwoo-module__iq2zba__faqItem summary::-webkit-details-marker{display:none}.nogwoo-module__iq2zba__faqItem summary:after{content:"+";color:var(--accent);font-size:22px;line-height:1;transition:transform .3s}.nogwoo-module__iq2zba__faqItem[open] summary:after{transform:rotate(45deg)}.nogwoo-module__iq2zba__faqItem p{color:var(--ink-subtle);max-width:62ch;margin:0;padding:0 0 22px;font-size:15px;line-height:1.65}.nogwoo-module__iq2zba__cta{text-align:center;position:relative;overflow:hidden}.nogwoo-module__iq2zba__cta:before{content:"";pointer-events:none;background:radial-gradient(50% 80% at 50% 100%,#5e6ad22e 0%,#0000 60%);position:absolute;inset:0}.nogwoo-module__iq2zba__ctaInner{max-width:680px;margin:0 auto;position:relative}.nogwoo-module__iq2zba__cta h2{letter-spacing:-.035em;font-size:clamp(32px,5vw,56px);font-weight:600;line-height:1.08}.nogwoo-module__iq2zba__cta p{color:var(--ink-subtle);margin-top:20px;font-size:17px}.nogwoo-module__iq2zba__ctaRow{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:32px;display:flex}.nogwoo-module__iq2zba__foot{border-top:1px solid var(--hairline);padding:56px var(--pad) 36px}.nogwoo-module__iq2zba__footInner{max-width:var(--max);margin:0 auto}.nogwoo-module__iq2zba__footCols{border-bottom:1px solid var(--hairline);grid-template-columns:1.6fr 1fr 1fr 1fr;gap:32px;padding-bottom:40px;display:grid}.nogwoo-module__iq2zba__footBrand{align-items:center;gap:9px;margin-bottom:14px;font-size:15px;font-weight:600;display:flex}.nogwoo-module__iq2zba__footAbout{color:var(--ink-subtle);max-width:260px;font-size:14px;line-height:1.6}.nogwoo-module__iq2zba__footCol h4{color:var(--ink);margin-bottom:14px;font-size:13px;font-weight:600}.nogwoo-module__iq2zba__footCol ul{list-style:none}.nogwoo-module__iq2zba__footCol li{margin-bottom:10px}.nogwoo-module__iq2zba__footCol a{color:var(--ink-subtle);font-size:14px;text-decoration:none;transition:color .18s}.nogwoo-module__iq2zba__footCol a:hover{color:var(--ink)}.nogwoo-module__iq2zba__footBottom{color:var(--ink-tertiary);flex-wrap:wrap;justify-content:space-between;gap:16px;padding-top:26px;font-size:13px;display:flex}@media (max-width:720px){.nogwoo-module__iq2zba__footCols{grid-template-columns:1fr 1fr}}.nogwoo-module__iq2zba__back{z-index:200;color:var(--ink);border-radius:var(--r-pill);border:1px solid var(--hairline);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#101113d9;padding:9px 16px;font-size:13px;font-weight:500;text-decoration:none;transition:border-color .2s;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.nogwoo-module__iq2zba__back:hover{border-color:var(--accent)}
.ondam-module__v1Brea__page{background:var(--bg);color:var(--ink);letter-spacing:-.01em;--max:1120px;--pad:clamp(20px, 5vw, 64px);--shadow-lift:#0000000a 0 0 0 1px, #00000014 0 6px 16px 0, #0000001f 0 10px 24px 0;line-height:1.5}.ondam-module__v1Brea__nav{z-index:100;height:80px;padding:0 var(--pad);-webkit-backdrop-filter:saturate(180%)blur(16px);background:#ffffffeb;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;transition:border-color .3s,box-shadow .3s;display:flex;position:fixed;inset:0 0 auto}.ondam-module__v1Brea__nav[data-scrolled=true]{border-bottom-color:var(--hairline);box-shadow:0 1px 12px #0000000a}.ondam-module__v1Brea__brand{color:var(--accent);letter-spacing:-.02em;align-items:center;gap:9px;font-size:22px;font-weight:700;text-decoration:none;display:flex}.ondam-module__v1Brea__brand .ondam-module__v1Brea__en{color:var(--muted);letter-spacing:.12em;font-size:12px;font-weight:600}.ondam-module__v1Brea__navLinks{gap:30px;font-size:16px;font-weight:600;list-style:none;display:flex}.ondam-module__v1Brea__navLinks a{color:#484848;text-decoration:none;transition:color .18s}.ondam-module__v1Brea__navLinks a:hover{color:var(--ink)}.ondam-module__v1Brea__book{border-radius:var(--r-sm);background:var(--accent);height:48px;color:var(--on-accent);align-items:center;padding:12px 22px;font-size:15px;font-weight:500;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.ondam-module__v1Brea__book:hover{background:var(--accent-active)}.ondam-module__v1Brea__book:active{transform:scale(.97)}@media (max-width:860px){.ondam-module__v1Brea__navLinks{display:none}.ondam-module__v1Brea__nav[data-open=true] .ondam-module__v1Brea__navLinks{background:var(--bg);padding:20px var(--pad) 28px;border-bottom:1px solid var(--hairline);flex-direction:column;gap:18px;display:flex;position:absolute;top:80px;left:0;right:0;box-shadow:0 12px 30px #00000014}}.ondam-module__v1Brea__wrap{max-width:var(--max);padding:0 var(--pad);margin:0 auto}.ondam-module__v1Brea__btnPrimary{border-radius:var(--r-sm);background:var(--accent);color:var(--on-accent);cursor:pointer;border:none;align-items:center;gap:8px;padding:14px 24px;font-size:16px;font-weight:500;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.ondam-module__v1Brea__btnPrimary:hover{background:var(--accent-active);transform:translateY(-2px)}.ondam-module__v1Brea__btnSoft{border-radius:var(--r-sm);background:var(--bg);color:var(--ink);border:1px solid var(--ink);align-items:center;gap:8px;padding:13px 23px;font-size:16px;font-weight:500;text-decoration:none;transition:border-color .2s,transform .15s;display:inline-flex}.ondam-module__v1Brea__btnSoft:hover{transform:translateY(-2px)}.ondam-module__v1Brea__page a:focus-visible,.ondam-module__v1Brea__page button:focus-visible,.ondam-module__v1Brea__page summary:focus-visible{outline:2px solid var(--ink);outline-offset:2px;border-radius:4px}.ondam-module__v1Brea__stars{color:var(--star);letter-spacing:1px}.ondam-module__v1Brea__hero{padding:calc(80px + 40px) var(--pad) clamp(40px, 6vw, 64px);max-width:var(--max);margin:0 auto}.ondam-module__v1Brea__heroPill{color:var(--accent);border-radius:var(--r-full);background:#fff8f6;border:1px solid #ffe0e6;align-items:center;gap:7px;margin-bottom:20px;padding:7px 14px;font-size:14px;font-weight:600;display:inline-flex}.ondam-module__v1Brea__heroH1{letter-spacing:-.025em;max-width:14ch;font-size:clamp(30px,4.2vw,46px);font-weight:600;line-height:1.14}.ondam-module__v1Brea__heroSub{color:#484848;max-width:52ch;margin-top:16px;font-size:clamp(16px,1.6vw,18px);line-height:1.6}.ondam-module__v1Brea__heroRating{color:#484848;align-items:center;gap:10px;margin-top:18px;font-size:14px;display:flex}.ondam-module__v1Brea__heroRating b{color:var(--ink)}.ondam-module__v1Brea__searchBar{background:var(--bg);border:1px solid var(--hairline);border-radius:var(--r-full);box-shadow:var(--shadow);flex-wrap:wrap;align-items:stretch;max-width:100%;margin-top:28px;display:inline-flex;overflow:hidden}.ondam-module__v1Brea__searchSeg{border-right:1px solid var(--hairline);flex-direction:column;justify-content:center;min-width:0;padding:12px 24px;display:flex}.ondam-module__v1Brea__searchSeg .ondam-module__v1Brea__lbl{color:var(--ink);letter-spacing:0;font-size:12px;font-weight:600}.ondam-module__v1Brea__searchSeg .ondam-module__v1Brea__val{color:var(--muted);margin-top:2px;font-size:14px}.ondam-module__v1Brea__searchOrb{border-radius:var(--r-full);background:var(--accent);width:48px;height:48px;color:var(--on-accent);cursor:pointer;border:none;flex:none;align-self:center;place-items:center;margin:7px 7px 7px 8px;font-size:18px;transition:background .2s;display:grid}.ondam-module__v1Brea__searchOrb:hover{background:var(--accent-active)}@media (max-width:620px){.ondam-module__v1Brea__searchBar{border-radius:var(--r-md);flex-direction:column;width:100%}.ondam-module__v1Brea__searchSeg{border-right:none;border-bottom:1px solid var(--hairline)}.ondam-module__v1Brea__searchOrb{border-radius:var(--r-sm);width:auto;height:48px;margin:10px}}.ondam-module__v1Brea__heroGallery{max-width:var(--max);padding:0 var(--pad);aspect-ratio:16/9;grid-template-rows:1fr 1fr;grid-template-columns:2fr 1fr 1fr;gap:8px;margin:clamp(28px,4vw,40px) auto 0;display:grid}.ondam-module__v1Brea__ph{border-radius:var(--r-md);background:var(--surface-strong);position:relative;overflow:hidden}.ondam-module__v1Brea__ph img{object-fit:cover;transition:transform .9s cubic-bezier(.22,.61,.36,1)}.ondam-module__v1Brea__ph:hover img{transform:scale(1.05)}@media (prefers-reduced-motion:reduce){.ondam-module__v1Brea__ph:hover img{transform:none}}.ondam-module__v1Brea__heroGallery .ondam-module__v1Brea__big{grid-row:1/3}@media (max-width:720px){.ondam-module__v1Brea__heroGallery{aspect-ratio:auto;grid-template-rows:auto;grid-template-columns:1fr 1fr}.ondam-module__v1Brea__heroGallery .ondam-module__v1Brea__ph{aspect-ratio:4/3}.ondam-module__v1Brea__heroGallery .ondam-module__v1Brea__big{aspect-ratio:16/10;grid-area:auto/1/auto/3}}.ondam-module__v1Brea__section{padding:clamp(56px, 8vw, 96px) var(--pad)}.ondam-module__v1Brea__sectionHead{max-width:var(--max);margin:0 auto clamp(28px,4vw,44px)}.ondam-module__v1Brea__sectionHead.ondam-module__v1Brea__center{text-align:center;max-width:620px}.ondam-module__v1Brea__eyebrow{color:var(--accent);margin-bottom:10px;font-size:14px;font-weight:600}.ondam-module__v1Brea__sectionHead h2{letter-spacing:-.02em;color:var(--ink);font-size:clamp(24px,3vw,32px);font-weight:600;line-height:1.2}.ondam-module__v1Brea__sectionHead p{color:#484848;margin-top:12px;font-size:16px;line-height:1.6}.ondam-module__v1Brea__rooms{background:var(--bg)}.ondam-module__v1Brea__roomGrid{max-width:var(--max);grid-template-columns:repeat(3,1fr);gap:24px 20px;margin:0 auto;display:grid}.ondam-module__v1Brea__room{color:inherit;appearance:none;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;width:100%;margin:0;padding:0;text-decoration:none;display:flex}.ondam-module__v1Brea__roomPhoto{aspect-ratio:20/19;border-radius:var(--r-md);background:var(--surface-strong);margin-bottom:12px;position:relative;overflow:hidden}.ondam-module__v1Brea__roomPhoto img{object-fit:cover;transition:transform .9s cubic-bezier(.22,.61,.36,1)}.ondam-module__v1Brea__room:hover .ondam-module__v1Brea__roomPhoto img{transform:scale(1.05)}.ondam-module__v1Brea__favBadge{z-index:1;background:var(--bg);color:var(--ink);border-radius:var(--r-full);box-shadow:var(--shadow);padding:6px 12px;font-size:12px;font-weight:600;position:absolute;top:12px;left:12px}.ondam-module__v1Brea__heart{z-index:1;border-radius:var(--r-full);width:32px;height:32px;color:var(--accent);cursor:pointer;background:#ffffffe6;border:none;place-items:center;font-size:15px;display:grid;position:absolute;top:12px;right:12px}.ondam-module__v1Brea__roomTop{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.ondam-module__v1Brea__roomTop h3{color:var(--ink);letter-spacing:-.01em;font-size:16px;font-weight:600}.ondam-module__v1Brea__roomStar{color:var(--ink);white-space:nowrap;font-size:14px}.ondam-module__v1Brea__roomStar:before{content:"★ ";color:var(--star)}.ondam-module__v1Brea__roomMeta{color:var(--muted);margin-top:4px;font-size:15px;line-height:1.4}.ondam-module__v1Brea__roomPrice{color:var(--ink);margin-top:8px;font-size:15px}.ondam-module__v1Brea__roomPrice b{font-weight:600}@media (max-width:860px){.ondam-module__v1Brea__roomGrid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.ondam-module__v1Brea__roomGrid{grid-template-columns:1fr}}.ondam-module__v1Brea__amen{background:var(--surface-soft)}.ondam-module__v1Brea__amenGrid{max-width:var(--max);grid-template-columns:repeat(4,1fr);gap:20px;margin:0 auto;display:grid}.ondam-module__v1Brea__amenCard{background:var(--bg);box-shadow:var(--shadow);border-radius:18px;padding:28px 24px;transition:transform .25s,box-shadow .25s}.ondam-module__v1Brea__amenCard:hover{box-shadow:var(--shadow-lift);transform:translateY(-4px)}.ondam-module__v1Brea__amenIc{border-radius:var(--r-md);background:#fff8f6;place-items:center;width:48px;height:48px;margin-bottom:16px;font-size:22px;display:grid}.ondam-module__v1Brea__amenCard h3{color:var(--ink);margin-bottom:7px;font-size:16px;font-weight:600}.ondam-module__v1Brea__amenCard p{color:#484848;font-size:14px;line-height:1.6}@media (max-width:860px){.ondam-module__v1Brea__amenGrid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.ondam-module__v1Brea__amenGrid{grid-template-columns:1fr}}.ondam-module__v1Brea__split{background:var(--bg)}.ondam-module__v1Brea__splitInner{max-width:var(--max);grid-template-columns:1fr 1fr;align-items:center;gap:clamp(36px,5vw,64px);margin:0 auto;display:grid}.ondam-module__v1Brea__split h2{letter-spacing:-.02em;color:var(--ink);margin-bottom:16px;font-size:clamp(22px,3vw,32px);font-weight:600;line-height:1.2}.ondam-module__v1Brea__split p{color:#484848;font-size:16px;line-height:1.7}.ondam-module__v1Brea__checklist{flex-direction:column;gap:14px;margin-top:22px;display:flex}.ondam-module__v1Brea__checklist .ondam-module__v1Brea__li{color:var(--ink);align-items:flex-start;gap:12px;font-size:15px;display:flex}.ondam-module__v1Brea__checklist .ondam-module__v1Brea__ck{border-radius:var(--r-full);width:24px;height:24px;color:var(--accent);background:#fff8f6;flex:none;place-items:center;font-size:12px;font-weight:700;display:grid}.ondam-module__v1Brea__splitPhoto{aspect-ratio:4/3;box-shadow:var(--shadow-lift);border-radius:22px;position:relative;overflow:hidden}.ondam-module__v1Brea__splitPhoto img{object-fit:cover}@media (max-width:860px){.ondam-module__v1Brea__splitInner{grid-template-columns:1fr}.ondam-module__v1Brea__splitPhoto{order:-1}}.ondam-module__v1Brea__reviews{background:#fff8f6}.ondam-module__v1Brea__ratingDisplay{text-align:center;max-width:var(--max);justify-content:center;align-items:center;gap:16px;margin:0 auto clamp(40px,6vw,56px);display:flex}.ondam-module__v1Brea__laurel{color:var(--ink);opacity:.85;font-size:clamp(40px,6vw,64px)}.ondam-module__v1Brea__ratingNum{letter-spacing:-1px;color:var(--ink);font-size:clamp(48px,9vw,64px);font-weight:700;line-height:1.1}.ondam-module__v1Brea__ratingCaption{text-align:center;color:#484848;margin:-28px auto clamp(40px,6vw,56px);font-size:15px}.ondam-module__v1Brea__revGrid{max-width:var(--max);grid-template-columns:repeat(3,1fr);gap:20px;margin:0 auto;display:grid}.ondam-module__v1Brea__rev{background:var(--bg);box-shadow:var(--shadow);border-radius:18px;padding:26px}.ondam-module__v1Brea__rev .ondam-module__v1Brea__revStars{color:var(--star);letter-spacing:1px;margin-bottom:12px;font-size:13px}.ondam-module__v1Brea__rev p{color:#484848;margin-bottom:18px;font-size:15px;line-height:1.65}.ondam-module__v1Brea__who{align-items:center;gap:11px;display:flex}.ondam-module__v1Brea__ava{border-radius:var(--r-full);background:var(--surface-soft);width:40px;height:40px;color:var(--accent);place-items:center;font-size:15px;font-weight:700;display:grid}.ondam-module__v1Brea__who .ondam-module__v1Brea__nm{color:var(--ink);font-size:14px;font-weight:600}.ondam-module__v1Brea__who .ondam-module__v1Brea__dt{color:var(--muted);font-size:13px}@media (max-width:860px){.ondam-module__v1Brea__revGrid{grid-template-columns:1fr}.ondam-module__v1Brea__revGrid .ondam-module__v1Brea__rev:nth-child(n+4){display:none}}.ondam-module__v1Brea__host{background:var(--bg)}.ondam-module__v1Brea__hostCard{background:var(--bg);border:1px solid var(--hairline);border-radius:var(--r-md);max-width:760px;box-shadow:var(--shadow);grid-template-columns:auto 1fr;align-items:center;gap:28px;margin:0 auto;padding:32px;display:grid}.ondam-module__v1Brea__hostAva{border-radius:var(--r-full);background:#fff8f6;place-items:center;width:96px;height:96px;font-size:36px;display:grid}.ondam-module__v1Brea__hostInfo h3{color:var(--ink);align-items:center;gap:10px;font-size:20px;font-weight:600;display:flex}.ondam-module__v1Brea__superbadge{color:var(--accent);border-radius:var(--r-full);background:#fff8f6;padding:4px 10px;font-size:12px;font-weight:600}.ondam-module__v1Brea__hostStats{color:#484848;gap:28px;margin:12px 0 18px;font-size:14px;display:flex}.ondam-module__v1Brea__hostStats b{color:var(--ink);font-size:20px;font-weight:700;display:block}@media (max-width:560px){.ondam-module__v1Brea__hostCard{text-align:center;grid-template-columns:1fr;justify-items:center}}.ondam-module__v1Brea__location{background:var(--surface-soft)}.ondam-module__v1Brea__locInner{max-width:var(--max);grid-template-columns:1fr 1.1fr;align-items:center;gap:clamp(36px,5vw,64px);margin:0 auto;display:grid}.ondam-module__v1Brea__locList{flex-direction:column;margin-top:22px;display:flex}.ondam-module__v1Brea__locList .ondam-module__v1Brea__li{border-top:1px solid var(--hairline);color:var(--ink);justify-content:space-between;gap:24px;padding:16px 0;font-size:15px;display:flex}.ondam-module__v1Brea__locList .ondam-module__v1Brea__li:last-child{border-bottom:1px solid var(--hairline)}.ondam-module__v1Brea__locList .ondam-module__v1Brea__li span:last-child{color:var(--muted)}.ondam-module__v1Brea__locPhoto{aspect-ratio:4/3;box-shadow:var(--shadow-lift);border-radius:22px;position:relative;overflow:hidden}.ondam-module__v1Brea__locPhoto img{object-fit:cover}@media (max-width:860px){.ondam-module__v1Brea__locInner{grid-template-columns:1fr}}.ondam-module__v1Brea__faq{background:var(--bg)}.ondam-module__v1Brea__faqInner{max-width:760px;margin:0 auto}.ondam-module__v1Brea__faqItem{border-top:1px solid var(--hairline)}.ondam-module__v1Brea__faqItem:last-child{border-bottom:1px solid var(--hairline)}.ondam-module__v1Brea__faqItem summary{color:var(--ink);cursor:pointer;justify-content:space-between;gap:16px;padding:22px 0;font-size:17px;font-weight:600;list-style:none;display:flex}.ondam-module__v1Brea__faqItem summary::-webkit-details-marker{display:none}.ondam-module__v1Brea__faqItem summary:after{content:"+";color:var(--accent);font-size:22px;line-height:1;transition:transform .3s}.ondam-module__v1Brea__faqItem[open] summary:after{transform:rotate(45deg)}.ondam-module__v1Brea__faqItem p{color:#484848;max-width:62ch;margin:0;padding:0 0 22px;font-size:15px;line-height:1.65}.ondam-module__v1Brea__cta{background:var(--bg)}.ondam-module__v1Brea__ctaCard{max-width:var(--max);text-align:center;background:linear-gradient(135deg,#fff5f3,#ffe9ec);border:1px solid #ffe0e6;border-radius:28px;margin:0 auto;padding:clamp(40px,6vw,72px)}.ondam-module__v1Brea__ctaCard h2{letter-spacing:-.025em;color:var(--ink);font-size:clamp(26px,4vw,40px);font-weight:600;line-height:1.14}.ondam-module__v1Brea__ctaCard p{color:#484848;margin-top:16px;font-size:17px}.ondam-module__v1Brea__ctaRow{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:30px;display:flex}.ondam-module__v1Brea__foot{background:var(--bg);border-top:1px solid var(--hairline);padding:48px var(--pad) 36px}.ondam-module__v1Brea__footInner{max-width:var(--max);margin:0 auto}.ondam-module__v1Brea__footCols{border-bottom:1px solid var(--hairline);grid-template-columns:1.6fr 1fr 1fr 1fr;gap:32px;padding-bottom:32px;display:grid}.ondam-module__v1Brea__footBrand{color:var(--accent);margin-bottom:12px;font-size:22px;font-weight:700}.ondam-module__v1Brea__footAbout{color:#484848;max-width:260px;font-size:14px;line-height:1.6}.ondam-module__v1Brea__footCol h4{color:var(--ink);margin-bottom:14px;font-size:16px;font-weight:600}.ondam-module__v1Brea__footCol ul{list-style:none}.ondam-module__v1Brea__footCol li{margin-bottom:10px}.ondam-module__v1Brea__footCol a{color:#484848;font-size:14px;text-decoration:none;transition:color .18s}.ondam-module__v1Brea__footCol a:hover{color:var(--ink)}.ondam-module__v1Brea__footBottom{color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:16px;padding-top:24px;font-size:13px;display:flex}@media (max-width:720px){.ondam-module__v1Brea__footCols{grid-template-columns:1fr 1fr}}.ondam-module__v1Brea__back{z-index:200;color:var(--ink);border-radius:var(--r-full);background:var(--bg);border:1px solid var(--hairline);box-shadow:var(--shadow-lift);padding:11px 18px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .2s;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.ondam-module__v1Brea__back:hover{transform:translate(-50%)translateY(-2px)}
