:root { color: #111827; background: #f6f1e9; font-family: Geist, Pretendard, "Noto Sans", "Noto Sans KR", system-ui, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; background: #f6f1e9; color: #111827; }
a { color: inherit; }
.booking-search-fallback { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: clamp(82px, 12vw, 158px) 0; }
.booking-search-fallback > p:first-child, .booking-kicker { color: #2563eb; font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.booking-search-fallback h1 { max-width: 15ch; margin: 18px 0 26px; font-size: clamp(2.8rem, 7vw, 5.8rem); line-height: 1; letter-spacing: -.07em; }
.booking-search-fallback p, .booking-search-fallback li { max-width: 720px; color: #5f6b7a; font-size: 1.05rem; line-height: 1.8; }
.booking-search-fallback nav { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 30px; color: #1d4ed8; font-weight: 850; }
.booking-page { min-height: 100vh; background: #f6f1e9; }
.booking-nav { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 0 max(22px, calc((100vw - 1240px) / 2)); border-bottom: 1px solid rgba(122,99,70,.2); background: rgba(248,243,235,.92); backdrop-filter: blur(18px); }
.booking-brand { text-decoration: none; font-size: 1.06rem; font-weight: 950; letter-spacing: -.04em; }
.booking-brand span { display: inline-grid; place-items: center; width: 30px; height: 30px; margin-right: 10px; border-radius: 50%; background: #111827; color: white; font-size: .8rem; }
.booking-nav nav { display: flex; align-items: center; gap: 20px; color: #657080; font-size: .88rem; font-weight: 800; }
.booking-nav a { text-decoration: none; }
.booking-nav .booking-primary { padding: 10px 17px; border-radius: 999px; background: #111827; color: white; }
.booking-hero { position: relative; overflow: hidden; padding: clamp(88px, 12vw, 160px) 0 92px; background: radial-gradient(circle at 78% 20%, rgba(37,99,235,.15), transparent 27rem), linear-gradient(180deg,#fbf7ef,#f2eadf); }
.booking-hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: clamp(48px, 9vw, 120px); align-items: end; width: min(1240px, calc(100% - 44px)); margin: 0 auto; }
.booking-hero h1 { max-width: 12ch; margin: 18px 0 26px; font-size: clamp(3.2rem, 7.3vw, 6.8rem); line-height: .94; letter-spacing: -.08em; }
.booking-lede { max-width: 700px; color: #5f6b7a; font-size: clamp(1.04rem, 2vw, 1.25rem); line-height: 1.75; }
.booking-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.booking-actions a { padding: 13px 19px; border: 1px solid #d6cbbd; border-radius: 999px; background: white; text-decoration: none; font-weight: 900; }
.booking-actions a:first-child { border-color: #111827; background: #111827; color: white; }
.booking-snapshot { padding: 28px; border: 1px solid #ded4c6; border-radius: 4px; background: rgba(255,255,255,.86); box-shadow: 0 28px 80px rgba(54,38,18,.09); }
.booking-snapshot p { color: #667085; line-height: 1.7; }
.booking-snapshot dl { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 24px 0 0; background: #e8ded0; }
.booking-snapshot div { padding: 18px; background: #fff; }
.booking-snapshot dt { color: #7b8491; font-size: .75rem; font-weight: 850; }
.booking-snapshot dd { margin: 8px 0 0; font-size: 1.2rem; font-weight: 950; }
.booking-section { width: min(1240px, calc(100% - 44px)); margin: 0 auto; padding: 92px 0; border-top: 1px solid #ded4c6; }
.booking-section header { display: grid; grid-template-columns: .75fr 1.25fr; gap: 36px; margin-bottom: 44px; }
.booking-section h2 { max-width: 16ch; margin: 0; font-size: clamp(2.1rem, 4.3vw, 3.8rem); line-height: 1.03; letter-spacing: -.06em; }
.booking-section header p { max-width: 690px; margin: 0; color: #667085; line-height: 1.8; }
.booking-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid #ded4c6; background: #ded4c6; }
.booking-grid article { min-height: 240px; padding: 26px; background: #fffaf3; }
.booking-grid span { color: #2563eb; font-size: .73rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.booking-grid h3 { margin: 50px 0 12px; font-size: 1.25rem; letter-spacing: -.04em; }
.booking-grid p { color: #667085; line-height: 1.7; }
.booking-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: flow; }
.booking-flow article { counter-increment: flow; padding: 24px 0; border-top: 2px solid #111827; }
.booking-flow article::before { content: "0" counter(flow); color: #2563eb; font-size: .78rem; font-weight: 950; }
.booking-flow p { color: #667085; line-height: 1.75; }
.booking-faq { border-top: 1px solid #ded4c6; }
.booking-faq details { padding: 23px 0; border-bottom: 1px solid #ded4c6; }
.booking-faq summary { cursor: pointer; font-size: 1.08rem; font-weight: 900; }
.booking-faq p { max-width: 800px; color: #667085; line-height: 1.75; }
.booking-footer { padding: 54px max(22px, calc((100vw - 1240px) / 2)); background: #111827; color: #cbd5e1; }
.booking-footer strong { color: white; }
.booking-footer nav { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 18px; }
@media (max-width: 840px) { .booking-nav nav a:not(.booking-primary) { display: none; } .booking-hero-inner, .booking-section header { grid-template-columns: 1fr; } .booking-grid { grid-template-columns: 1fr 1fr; } .booking-flow { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .booking-hero-inner, .booking-section { width: min(100% - 32px, 1240px); } .booking-grid { grid-template-columns: 1fr; } }
