:root{--paper:#fbfaf7;--white:#fff;--ink:#171512;--soft-ink:#5d5851;--line:#e6dfd4;--gold:#a8874c;--sage:#dce1d7;--clay:#c9b6a4;--charcoal:#24211e;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);letter-spacing:0;margin:0;font-family:Inter,Manrope,Geist,Pretendard,Noto Sans KR,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:clip}a{color:inherit;text-decoration:none}img{width:100%;display:block}.site-header{z-index:10;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbfaf7e0;border-bottom:1px solid #e6dfd4cc;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:18px clamp(18px,4vw,52px);display:grid;position:sticky;top:0}.brand{letter-spacing:.12em;font-family:Georgia,Times New Roman,serif;font-size:1.45rem;font-weight:700}.nav,.footer nav,.social,.language{color:var(--soft-ink);align-items:center;gap:22px;min-width:0;font-size:.91rem;display:flex}.nav{justify-content:center}.menu-toggle{border:1px solid var(--line);background:var(--paper);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;display:none}.menu-toggle span{background:var(--ink);width:18px;height:2px;display:block}.nav a,.footer a,.language a{transition:color .16s}.nav a:hover,.footer a:hover,.language a:hover{color:var(--gold)}.language{white-space:nowrap;gap:10px}.language span{color:var(--gold);font-weight:800;display:inline-block;position:relative}.language span:after{content:"";background:currentColor;height:2px;position:absolute;bottom:-5px;left:0;right:0}.hero{background:var(--charcoal);align-items:flex-end;min-height:min(760px,100vh - 74px);display:flex;position:relative;overflow:hidden}.hero:after{content:"";background:linear-gradient(90deg,#141210b8,#14121042 54%,#14121014);position:absolute;inset:0}.hero img{object-fit:cover;height:100%;position:absolute;inset:0}.hero-copy{z-index:1;width:min(720px,100% - 36px);color:var(--white);margin:0 auto;padding:0 0 clamp(72px,12vh,128px);position:relative}.eyebrow{color:var(--gold);letter-spacing:.14em;text-transform:uppercase;margin:0 0 14px;font-size:.78rem;font-weight:700}.hero .eyebrow{color:#fffffff0;text-shadow:0 2px 12px #0000008c}.hero h1,.section h2,.intro-copy h2{margin:0;font-family:Georgia,Times New Roman,serif;font-weight:500;line-height:1.02}.hero h1{white-space:nowrap;max-width:100%;font-size:clamp(2.1rem,9vw,6.2rem);line-height:1.08}.hero-lines{color:#ffffffdb;max-width:520px;margin:28px 0 0;font-size:clamp(1.25rem,2.2vw,2rem);line-height:1.45}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.button{min-height:46px;font:inherit;cursor:pointer;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;padding:0 22px;font-weight:700;transition:transform .16s,background .16s,border-color .16s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button.primary{background:var(--gold);color:var(--white)}.button.secondary{color:var(--white);border-color:#ffffff9e}.intro,.section,.footer{width:min(var(--max), calc(100% - 36px));margin:0 auto}.intro{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:start;gap:clamp(30px,6vw,78px);padding:clamp(56px,10vw,112px) 0;display:grid}.intro-copy h2{max-width:720px;color:var(--charcoal);font-size:clamp(2.25rem,4.2vw,4.7rem)}.intro-copy>p:not(.eyebrow){max-width:620px;color:var(--soft-ink);margin:22px 0 0;font-size:1.08rem;line-height:1.75}.intro-points{border-top:1px solid var(--line);gap:0;display:grid}.intro-points article{border-bottom:1px solid var(--line);grid-template-columns:46px 1fr;column-gap:18px;padding:20px 0;display:grid}.intro-points span{color:var(--gold);letter-spacing:.12em;font-size:.78rem;font-weight:800}.intro-points h3{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.45rem;font-weight:500}.intro-points p{color:var(--soft-ink);grid-column:2;margin:8px 0 0;line-height:1.6}.section{padding:clamp(54px,9vw,104px) 0}.section.muted{width:100%;max-width:none;padding-inline:max(18px, calc((100vw - var(--max)) / 2));background:#f0ece5}.section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px;display:flex}.section-heading h2,.section.split h2,.contact h2{max-width:760px;font-size:clamp(2.1rem,4.2vw,4.7rem)}html[lang=ko] .section-heading h2,html[lang=ko] .section.split h2,[data-locale=ko] .section-heading h2,[data-locale=ko] .section.split h2{word-break:keep-all;font-size:clamp(2.6rem,3.8vw,4.4rem);line-height:1.16}.section-heading a{color:var(--gold);white-space:nowrap;font-weight:700}.hotel-grid{grid-template-columns:1.35fr 1fr;gap:18px;display:grid}.feature-card{background:var(--charcoal);min-height:330px;color:var(--white);border-radius:6px;text-decoration:none;display:block;position:relative;overflow:hidden}.feature-card.large{grid-row:span 2;min-height:680px}.feature-card:after{content:"";background:linear-gradient(#00000005,#000000a8);position:absolute;inset:0}.feature-card img{object-fit:cover;height:100%;transition:transform .5s}.feature-card:hover img{transform:scale(1.035)}.feature-card:focus-visible{outline:2px solid var(--gold);outline-offset:4px}.feature-card div{z-index:1;position:absolute;bottom:24px;left:24px;right:24px}.feature-card p,.feature-card h3,.feature-card span{margin:0}.feature-card p,.journal-grid span,.form-note{color:#ffffffb8;text-transform:uppercase;letter-spacing:.1em;font-size:.82rem}.feature-card h3{margin-top:8px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.7rem,3vw,3rem);font-weight:500}.feature-card span{color:#ffffffdb;max-width:480px;margin-top:10px;line-height:1.5;display:block}.review-index-grid{grid-template-columns:repeat(3,1fr);gap:18px;padding-bottom:clamp(54px,7vw,96px);display:grid}.review-index-card{border:1px solid var(--line);background:var(--white);color:inherit;border-radius:8px;grid-template-rows:auto 1fr;text-decoration:none;transition:transform .16s,border-color .16s,box-shadow .16s;display:grid;overflow:hidden;box-shadow:0 16px 38px #24211e0f}.review-index-card:hover{border-color:#a8874c7a;transform:translateY(-2px);box-shadow:0 20px 46px #24211e1a}.review-index-card img{aspect-ratio:4/3;object-fit:cover;width:100%}.review-index-card div{align-content:start;padding:22px;display:grid}.review-index-card span,.review-section-grid span,.connected-guides span,.review-verdict span{color:var(--gold);letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;font-weight:900}.review-index-card h2{margin:10px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.55rem,2.2vw,2.2rem);font-weight:500}.review-index-card p{color:var(--soft-ink);margin:12px 0 0;line-height:1.58}.review-verdict{grid-template-columns:minmax(0,1.15fr) minmax(240px,.85fr);align-items:stretch;gap:18px;display:grid}.review-verdict>div{border:1px solid var(--line);background:var(--white);border-radius:8px;padding:clamp(20px,3vw,34px)}.review-verdict>div:first-child{background:linear-gradient(135deg, #fffffff0, #f4efe7d1), var(--white)}.review-verdict h2,.review-section-grid h2,.connected-guides h2{margin:10px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.55rem,2.4vw,2.25rem);font-weight:500;line-height:1.16}.review-verdict p,.review-section-grid p{color:var(--soft-ink);margin:14px 0 0;line-height:1.65}.review-section-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.review-section-grid article{border:1px solid var(--line);background:var(--white);border-radius:8px;padding:24px}.connected-guides{border:1px solid var(--line);background:var(--charcoal);color:var(--white);border-radius:8px;padding:clamp(22px,4vw,38px)}.connected-guides h2{color:var(--white);margin:0}.connected-guides>div{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px;display:grid}.connected-guides a{color:var(--white);border:1px solid #ffffff2e;border-radius:6px;gap:8px;padding:18px;text-decoration:none;transition:border-color .16s,transform .16s;display:grid}.connected-guides a:hover{border-color:#a8874ccc;transform:translateY(-1px)}.connected-guides b{font-family:Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:500}.index-links{margin-top:clamp(28px,4vw,56px)}.review-index-grid+.index-links{margin-top:0}.destination-list{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.destination-card{border:1px solid var(--line);background:var(--paper);border-radius:6px;align-items:end;min-height:148px;padding:18px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.4rem,2.2vw,2.4rem);transition:border-color .16s,transform .16s;display:flex;position:relative;overflow:hidden}.destination-card span{z-index:1;display:block;position:relative}.destination-card span:after{content:"View guide →";letter-spacing:.08em;text-transform:uppercase;opacity:.82;border-top:1px solid;width:max-content;max-width:100%;margin-top:10px;padding-top:8px;font-family:Inter,Manrope,Geist,Pretendard,Noto Sans KR,system-ui,sans-serif;font-size:.76rem;font-weight:800;display:block}html[lang=ko] .destination-card span:after,[data-locale=ko] .destination-card span:after{content:"자세히 보기 →"}.destination-card.image-card{min-height:230px;color:var(--white)}.destination-card.image-card:after{content:"";background:linear-gradient(#00000005,#00000094);position:absolute;inset:0}.destination-card.image-card img{object-fit:cover;height:100%;transition:transform .5s;position:absolute;inset:0}.destination-card.image-card:hover img{transform:scale(1.04)}.destination-card:nth-child(2){background:var(--sage)}.destination-card:nth-child(4){background:var(--clay)}.destination-card:hover{border-color:var(--gold);transform:translateY(-2px)}.split,.contact{grid-template-columns:minmax(0,.92fr) minmax(320px,1fr);align-items:start;gap:clamp(32px,6vw,82px);display:grid}.split p,.contact p{color:var(--soft-ink);font-size:1.08rem;line-height:1.75}.benefits{gap:12px;margin:0;padding:0;list-style:none;display:grid}.benefits li,.journal-card{border-top:1px solid var(--line);padding:18px 0}.benefits li:before{content:"✓";color:var(--gold);margin-right:12px;font-weight:900}.programs{width:100%;max-width:none;padding-inline:max(18px, calc((100vw - var(--max)) / 2));border-top:1px solid var(--line);background:linear-gradient(#f0ece500,#f0ece5ad);overflow:hidden}.programs .section-heading{width:min(var(--max), 100%)}.program-controls{align-items:center;gap:8px;display:inline-flex}.program-grid{width:100%;padding:4px max(18px, calc((100vw - var(--max)) / 2)) 18px 0;scroll-padding-left:max(18px, calc((100vw - var(--max)) / 2));scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--gold) #e6dfd4e6;grid-auto-columns:minmax(310px,390px);grid-auto-flow:column;gap:16px;display:grid;overflow-x:auto}.program-card{scroll-snap-align:start;border:1px solid var(--line);background:var(--white);min-height:390px;color:var(--charcoal);border-radius:6px;grid-template-rows:165px auto auto 1fr auto;align-items:start;padding:0;transition:border-color .16s,transform .16s,box-shadow .16s;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 48px #24211e14}.program-card img{z-index:1;object-fit:contain;background:#eef4fb;grid-area:1/1;width:100%;min-width:0;height:100%;padding:28px;transition:transform .5s;display:block;position:relative}.program-card:before{content:"";display:none}.program-card:after{content:"View hotels →";z-index:1;width:max-content;max-width:100%;color:var(--gold);letter-spacing:.08em;text-transform:uppercase;border-top:1px solid;grid-area:5/1;align-self:end;margin:22px 26px 26px;padding-top:12px;font-size:.78rem;font-weight:900}html[lang=ko] .program-card:after,[data-locale=ko] .program-card:after{content:"호텔 보기 →"}.program-card:hover{border-color:var(--gold);transform:translateY(-2px);box-shadow:0 22px 56px #24211e21}.program-card:hover img{transform:scale(1.04)}.program-card:focus-visible{outline:2px solid var(--gold);outline-offset:4px}.program-card span{z-index:1;color:var(--gold);letter-spacing:.12em;grid-area:2/1;margin:26px 26px 0;font-size:.78rem;font-weight:800;position:relative}.program-card h3{z-index:1;grid-area:3/1;margin:16px 26px 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.65rem,2vw,2.35rem);font-weight:500;line-height:1.08;position:relative}.program-card p{z-index:1;min-height:4.65em;max-height:4.65em;color:var(--soft-ink);-webkit-line-clamp:3;-webkit-box-orient:vertical;grid-area:4/1;margin:16px 26px 0;line-height:1.55;display:-webkit-box;position:relative;overflow:hidden}.program-controls button{border:1px solid var(--line);background:var(--white);width:44px;height:44px;color:var(--charcoal);font:inherit;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:1.7rem;line-height:1;transition:border-color .16s,color .16s,transform .16s;display:inline-flex}.program-controls button:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-1px)}.program-list{gap:18px;display:grid}.program-country{border-top:1px solid var(--line);grid-template-columns:180px 1fr;gap:22px;padding:22px 0;display:grid}.program-country h2{margin:0;font-size:clamp(1.45rem,2vw,2rem)}.program-hotels{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.program-hotel{border:1px solid var(--line);background:var(--white);border-radius:6px;padding:18px}.program-hotel h3{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-weight:500}.program-hotel p{margin:10px 0 0;font-size:.98rem;line-height:1.58}.program-hotel a{color:var(--gold);margin-top:14px;font-weight:800;display:inline-block}.journal-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.journal-card{min-height:190px;color:inherit;grid-template-rows:auto auto 1fr;grid-template-columns:88px minmax(0,1fr);align-items:start;column-gap:16px;transition:border-color .16s,transform .16s;display:grid}.journal-card:hover{border-color:var(--gold);transform:translateY(-2px)}.journal-grid img{object-fit:cover;aspect-ratio:1;border-radius:6px;grid-row:1/4;width:88px;height:88px;margin:0}.journal-grid span{color:var(--gold)}.journal-grid h3{overflow-wrap:break-word;margin:8px 0 0;font-family:Georgia,Times New Roman,serif;font-size:1.38rem;font-weight:500;line-height:1.16}.journal-grid p{color:var(--soft-ink);overflow-wrap:break-word;margin:12px 0 0;line-height:1.65}#journal{padding-bottom:clamp(34px,5vw,64px)}.contact{width:100%;max-width:none;padding:clamp(46px, 7vw, 86px) max(18px, calc((100vw - var(--max)) / 2));background:linear-gradient(#f0ece5bd,#fbfaf7f0),#f0ece5;border-top:1px solid #e6dfd4eb;border-bottom:1px solid #e6dfd4eb;align-items:stretch;margin-top:clamp(10px,2vw,22px);position:relative}.contact:before{content:"";top:0;left:max(18px, calc((100vw - var(--max)) / 2));background:var(--gold);width:min(220px,40vw);height:3px;position:absolute}.contact>div{align-content:start;display:grid}.contact-image{object-fit:cover;border-radius:8px;height:clamp(220px,26vw,340px);margin-top:28px;box-shadow:0 24px 58px #24211e1f}.inquiry-form{border:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd1;border-radius:8px;grid-template-columns:1fr 1fr;gap:14px;padding:clamp(22px,3vw,32px);display:grid;box-shadow:0 26px 70px #24211e14}label{color:var(--soft-ink);gap:8px;font-size:.88rem;font-weight:700;display:grid}input,textarea{border:1px solid var(--line);background:var(--paper);width:100%;color:var(--ink);font:inherit;border-radius:4px;min-height:46px;padding:12px;font-size:1rem}textarea{resize:vertical;min-height:118px}.full{grid-column:1/-1}.form-note{width:100%;color:var(--soft-ink);text-transform:none;letter-spacing:0;grid-column:1/-1;margin:0;line-height:1.5}.footer{border-top:1px solid var(--line);grid-template-columns:1fr auto;gap:28px;padding:34px 0 56px;display:grid}.footer p{max-width:360px;color:var(--soft-ink)}.footer nav,.social{flex-wrap:wrap;justify-content:flex-end}.social{grid-column:1/-1}.article-main{width:min(980px,100% - 36px);margin:0 auto}.article-hero{width:min(var(--max), calc(100% - 36px));grid-template-columns:minmax(220px,.72fr) minmax(0,1fr);align-items:end;gap:clamp(24px,5vw,70px);padding:clamp(58px,8vw,104px) 0 clamp(34px,5vw,58px);display:grid}.article-hero a{width:max-content;color:var(--gold);grid-column:1/-1;align-items:center;gap:9px;margin-bottom:clamp(10px,2vw,22px);font-size:.9rem;font-weight:800;display:inline-flex}.article-hero a:before{content:"";background:currentColor;width:28px;height:1px}.article-hero .eyebrow{letter-spacing:.16em;grid-column:1;margin:0 0 18px;font-size:.92rem}.article-hero h1{white-space:nowrap;grid-column:1/-1;max-width:1120px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.45rem,6.2vw,6.2rem);font-weight:500;line-height:.98}.hotel-review-hero h1{white-space:normal;text-wrap:balance;grid-column:1/-1;max-width:1120px}.hotel-review-hero .article-dek{border-top:1px solid var(--line);border-left:0;grid-column:1/-1;max-width:720px;margin-top:4px;padding:18px 0 0}.article-dek{border-top:1px solid var(--line);max-width:720px;color:var(--soft-ink);grid-column:1/-1;margin:4px 0 6px;padding:18px 0 0;font-size:clamp(1.04rem,1.35vw,1.28rem);line-height:1.75}.article-image{width:min(var(--max), calc(100% - 36px));object-fit:cover;border-radius:8px;height:clamp(360px,50vw,610px);margin:0 auto;box-shadow:0 28px 70px #24211e24}.article-image[data-program-image=true]{object-fit:contain;object-position:center;background:#eef4fb;height:clamp(220px,34vw,360px);padding:clamp(42px,8vw,82px)}.article-body{gap:30px;padding:clamp(42px,6vw,74px) 0;display:grid}.article-body h2{align-items:center;gap:18px;margin:16px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.75rem,3vw,2.75rem);font-weight:500;display:flex}.article-body h2:after{content:"";background:var(--line);flex:1;min-width:60px;height:1px}.article-body p,.article-body li{color:var(--soft-ink);font-size:1.04rem;line-height:1.82}.article-body p{margin:0}.article-body>ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.article-body>ul li{border:1px solid var(--line);background:#ffffffbd;border-radius:8px;padding:16px 18px 16px 46px;position:relative}.article-body>ul li:before{content:"";border:2px solid var(--gold);background:var(--paper);border-radius:50%;width:9px;height:9px;position:absolute;top:24px;left:20px}.article-facts{grid-template-columns:repeat(3,1fr);gap:12px;margin:4px 0 16px;display:grid}.article-facts article{border:1px solid var(--line);background:#ffffffc7;border-radius:8px;min-height:136px;padding:22px;box-shadow:0 12px 30px #24211e0d}.article-facts article+article{padding-left:22px}.article-facts article:last-child{border-right:1px solid var(--line)}.article-facts span{color:var(--gold);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:800}.article-facts p{color:var(--charcoal);margin-top:10px;font-family:inherit;font-size:1.04rem;font-weight:700;line-height:1.45}.photo-story{grid-template-columns:1.15fr 1fr;gap:16px;display:grid}.photo-card{background:var(--charcoal);min-height:240px;color:var(--white);border-radius:8px;position:relative;overflow:hidden;box-shadow:0 18px 46px #24211e1f}.photo-card.large{grid-row:span 2;min-height:496px}.photo-card img{object-fit:cover;height:100%;transition:transform .5s;position:absolute;inset:0;transform:scale(1.01)}.photo-card:after{content:"";background:linear-gradient(#0000000a,#000000ad);position:absolute;inset:0}.photo-card:hover img{transform:scale(1.045)}.photo-card span{z-index:1;border-top:1px solid #ffffff6b;padding-top:14px;font-weight:800;line-height:1.35;position:absolute;bottom:18px;left:18px;right:18px}.guide-card-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.guide-card{border:1px solid var(--line);min-height:178px;color:inherit;background:#ffffffd1;border-radius:8px;padding:22px;text-decoration:none;transition:border-color .16s,transform .16s,box-shadow .16s;position:relative;box-shadow:0 10px 28px #24211e0b}.guide-card:before{content:"";background:var(--gold);opacity:.48;height:2px;position:absolute;top:-1px;left:22px;right:22px}.guide-card:hover{border-color:#a8874c75;transform:translateY(-2px);box-shadow:0 16px 36px #24211e14}.area-section-title,.hotel-section-title{margin-top:clamp(18px,4vw,34px)}.area-section-title:after{background:linear-gradient(90deg,#a8874c57,#e6dfd4b3)}.hotel-section-title:after{background:linear-gradient(90deg,#24211e57,#e6dfd4b3)}.city-rhythm-panel{border:1px solid var(--line);background:linear-gradient(135deg, #fffffff0, #f4efe7d1), linear-gradient(90deg, #a8874c1a, transparent 42%), var(--white);border-radius:8px;grid-template-columns:minmax(260px,.8fr) minmax(360px,1.15fr);align-items:center;gap:clamp(18px,3vw,36px);padding:clamp(22px,4vw,42px);display:grid;box-shadow:0 16px 44px #24211e13}.city-rhythm-copy{flex-direction:column;justify-content:center;display:flex}.city-rhythm-copy span{color:var(--gold);letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;font-weight:900}.city-rhythm-copy h3{margin:12px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.55rem,2.4vw,2.2rem);font-weight:500;line-height:1.16}.city-rhythm-copy p{color:var(--soft-ink);margin-top:14px;font-size:1rem;line-height:1.65}.city-rhythm-list{border-top:1px solid #e6dfd4f2;gap:0;display:grid}.city-rhythm-list article{border-bottom:1px solid #e6dfd4f2;grid-template-columns:56px minmax(0,.5fr) minmax(0,1fr);align-items:center;gap:16px;padding:20px 0;display:grid}.city-rhythm-list span{color:var(--gold);letter-spacing:.12em;font-size:.78rem;font-weight:900}.city-rhythm-list h3{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.5rem,2vw,2.2rem);font-weight:500}.city-rhythm-list p{color:var(--soft-ink);margin:0;line-height:1.58}.area-guide-grid{counter-reset:area-card;border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1fr;gap:0}.area-guide-grid .guide-card{counter-increment:area-card;border:0;border-bottom:1px solid var(--line);min-height:0;box-shadow:none;background:0 0;border-radius:0;grid-template-columns:72px minmax(180px,.42fr) minmax(0,1fr);align-items:baseline;gap:18px;padding:22px 0;display:grid}.area-guide-grid .guide-card:last-child{border-bottom:0}.area-guide-grid .guide-card:before{content:"0" counter(area-card);width:auto;height:auto;color:var(--gold);opacity:1;background:0 0;font-family:Georgia,Times New Roman,serif;font-size:1.36rem;line-height:1;position:static}.area-guide-grid .guide-card:hover{box-shadow:none;transform:none}.area-guide-grid .guide-card span{color:var(--gold);grid-column:2}.area-guide-grid .guide-card h3{grid-column:2;margin-top:8px;font-size:clamp(1.4rem,2vw,1.8rem)}.area-guide-grid .guide-card p{grid-area:1/3/span 2;align-self:center;max-width:460px;margin-top:0}.hotel-guide-grid{gap:14px}.hotel-guide-grid .guide-card{background:linear-gradient(180deg, #fffffff5, #f8f5eef0), var(--white);border:1px solid #24211e2e;border-radius:8px;min-height:206px;padding:24px;display:grid;box-shadow:0 18px 46px #24211e14}.hotel-guide-grid .guide-card:before{background:var(--charcoal);opacity:1;width:auto;height:5px;top:0;left:0;right:0}.hotel-guide-grid .guide-card:after{content:"DALLA PICK";width:max-content;color:var(--gold);letter-spacing:.14em;border-top:1px solid #a8874c80;align-self:end;margin-top:18px;padding-top:12px;font-size:.72rem;font-weight:900}.hotel-guide-grid .guide-card:hover{border-color:#24211e4d;box-shadow:0 22px 54px #24211e21}.hotel-guide-grid .guide-card h3{font-size:clamp(1.45rem,2vw,1.78rem)}.guide-card span{color:var(--gold);letter-spacing:.1em;text-transform:uppercase;font-size:.76rem;font-weight:900}.guide-card h3{margin:12px 0 0;font-family:Georgia,Times New Roman,serif;font-size:1.45rem;font-weight:500}.guide-card p{margin-top:10px;font-size:.98rem;line-height:1.65}.dalla-note{border:1px solid var(--line);background:#f4efe6;border-radius:8px;padding:clamp(24px,4vw,36px);position:relative;box-shadow:inset 0 0 0 1px #ffffff80}.dalla-note h2{margin-top:0}.dalla-note h2:after{background:#a8874c61}.faq-list{gap:12px;display:grid}.faq-list details{border:1px solid var(--line);background:#ffffffc7;border-radius:8px;overflow:hidden}.faq-list summary{cursor:pointer;color:var(--charcoal);justify-content:space-between;gap:18px;padding:18px 20px;font-weight:800;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";color:var(--gold);font-weight:900}.faq-list details[open] summary:after{content:"-"}.faq-list p{margin-top:0;padding:0 20px 20px}.article-cta{background:var(--charcoal);color:var(--white);border:0;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px 32px;margin:16px 0 72px;padding:clamp(28px,4vw,40px);display:grid;position:relative;overflow:hidden;box-shadow:0 22px 56px #24211e33}.article-cta:before{content:"";background:var(--gold);height:4px;position:absolute;top:0;left:0;right:0}.article-cta h2{color:var(--white);margin:0;font-family:Inter,Manrope,Geist,Pretendard,Noto Sans KR,system-ui,sans-serif;font-size:clamp(1.15rem,1.5vw,1.45rem);font-weight:800;line-height:1.35}.article-cta p{color:#ffffffb8;margin:0}.article-cta p:first-of-type{max-width:620px}.article-cta p:last-child{grid-area:1/2/span 2;align-self:center}.article-cta .button{background:var(--gold);min-width:170px;color:var(--white)}.index-cta{margin:clamp(18px,3vw,34px) auto 72px}@media (max-width:920px){.site-header{grid-template-columns:auto 1fr auto;gap:12px}.menu-toggle{flex-direction:column;justify-self:end;display:inline-flex}.language{justify-self:end}.nav{border-top:1px solid var(--line);flex-direction:column;grid-column:1/-1;align-items:stretch;gap:0;padding:10px 0 2px;display:none}.site-header.nav-open .nav{display:flex}.nav a{border-bottom:1px solid #e6dfd4b8;padding:13px 0;font-size:1rem}.hero{min-height:720px}.hotel-grid,.review-index-grid,.review-verdict,.review-section-grid,.connected-guides>div,.intro,.split,.contact,.footer{grid-template-columns:1fr}.feature-card.large{min-height:500px}.destination-list,.journal-grid,.article-facts{grid-template-columns:repeat(2,1fr)}.article-hero{grid-template-columns:1fr;gap:12px}.article-hero a,.article-hero .eyebrow,.article-hero h1,.article-dek{grid-column:1}.article-dek{border-top:1px solid var(--line);border-left:0;max-width:720px;margin-top:10px;padding:18px 0 0}.photo-story,.guide-card-grid,.city-rhythm-panel{grid-template-columns:1fr}.city-rhythm-list article{grid-template-columns:52px minmax(120px,.45fr) minmax(0,1fr)}.area-guide-grid .guide-card{grid-template-columns:58px minmax(0,1fr);gap:10px 16px}.area-guide-grid .guide-card p{grid-area:auto/2;align-self:auto;max-width:none;margin-top:8px}.photo-card.large{min-height:320px}.program-country{grid-template-columns:1fr}.footer nav,.social{justify-content:flex-start}}@media (max-width:640px){.site-header{gap:10px;padding:14px 16px}.brand{font-size:1.32rem}.language{gap:8px;font-size:.88rem}.nav{gap:16px;font-size:.84rem}.hero-copy{width:min(720px,100% - 32px);padding-bottom:58px}.hero h1{white-space:normal;text-wrap:balance}.hero-lines{font-size:clamp(1.08rem,5.4vw,1.55rem)}.intro,.section,.article-main,.article-hero,.article-image,.footer{width:min(var(--max), calc(100% - 32px))}.section-heading{display:block}html[lang=ko] .section-heading h2,html[lang=ko] .section.split h2,[data-locale=ko] .section-heading h2,[data-locale=ko] .section.split h2{font-size:clamp(2rem,7.8vw,3.05rem)}.section-heading a{margin-top:16px;display:inline-block}.program-controls{margin-top:18px}.program-grid{grid-auto-columns:minmax(274px,82vw)}.program-card{grid-template-rows:156px auto auto 1fr auto;min-height:448px}.program-card img{padding:30px 34px}.program-card span{margin:24px 24px 0}.program-card h3{margin:14px 24px 0;font-size:1.55rem;line-height:1.08}.program-card p{-webkit-line-clamp:unset;min-height:0;max-height:none;margin:16px 24px 0;line-height:1.5}.program-card:after{margin:20px 24px 24px}.article-cta{padding:26px;display:block}.article-cta p:first-of-type{white-space:normal;margin-top:12px}.article-cta p:last-child{margin-top:20px}.article-cta .button{width:100%}.article-hero h1{white-space:normal;font-size:clamp(2rem,9vw,3.2rem)}.article-hero a:before{width:20px}.article-image{height:clamp(300px,74vw,420px);min-height:0}.article-body{gap:24px}.article-body h2{gap:12px}.article-body h2:after{min-width:32px}.destination-list,.journal-grid,.review-index-grid,.review-verdict,.review-section-grid,.connected-guides>div,.article-facts,.program-hotels,.inquiry-form{grid-template-columns:1fr}.photo-card,.photo-card.large{min-height:240px}.city-rhythm-panel{padding:14px}.city-rhythm-list article{grid-template-columns:1fr;gap:8px;padding:18px 0}.article-facts article,.article-facts article+article{border:1px solid var(--line);border-radius:8px;min-height:auto;padding:18px}.article-facts article:last-child{border-bottom:1px solid var(--line)}.feature-card,.feature-card.large{min-height:390px}.destination-card.image-card{min-height:260px}.connected-guides a,.program-hotel,.review-index-card,.guide-card{min-width:0}.program-hotel h3,.program-hotel p,.connected-guides b,.connected-guides span,.guide-card h3,.guide-card p{overflow-wrap:break-word}}
