@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap";
:root{--paper:#f6f4ed;--surface:#fffefa;--ink:#263c32;--muted:#606b61;--accent:#315b43;--soft:#e8ece3;--line:#d8ddd2;--error:#9b342e;--space-1:.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2rem;--space-5:3rem;--space-6:4.5rem;--radius:.6rem;--font-body:"DM Sans", Arial, sans-serif;--font-display:"DM Serif Display", Georgia, serif}*{box-sizing:border-box}html{scroll-behavior:auto;scroll-padding-top:2rem}body{color:var(--ink);background:var(--paper);font:400 15px/1.65 var(--font-body);margin:0}a{color:inherit;text-underline-offset:4px}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}:focus-visible{outline-offset:4px;outline:3px solid #b66b32}::selection{background:#d8e5cd}h1,h2,h3,h4,p{margin:0}h1,h2{font-family:var(--font-display);font-weight:400;line-height:1.15}h1{letter-spacing:-.035em;font-size:clamp(2.8rem,5.1vw,4.9rem)}h2{font-size:2rem}h3{font-size:1.2rem;line-height:1.35}.site-shell{max-width:1280px;padding:0 var(--space-5);margin:0 auto}.site-header{justify-content:space-between;align-items:center;gap:var(--space-2);border-bottom:1px solid var(--line);min-height:106px;display:flex}.wordmark{letter-spacing:-.06em;white-space:nowrap;font-size:1.65rem;font-weight:700;text-decoration:none}.wordmark span{color:var(--muted);font-weight:400}.site-header nav{align-items:center;gap:var(--space-4);display:flex}.collection-nav{font-size:.9rem;text-decoration:none}.button{justify-content:center;align-items:center;gap:var(--space-1);background:var(--ink);min-height:48px;color:var(--surface);border:1px solid var(--ink);border-radius:4px;padding:.75rem 1.3rem;font-size:.88rem;font-weight:500;line-height:1.4;text-decoration:none;display:inline-flex}.button:hover:not(:disabled){background:var(--accent)}.button-outline{color:var(--ink);background:0 0;border-color:#a7b2a6}.button-outline:hover:not(:disabled){background:var(--soft)}.button-small{min-height:42px;padding:.6rem .9rem;font-size:.8rem}.text-link{align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:inline-flex}.hero{align-items:end;gap:var(--space-5);padding:var(--space-6) 0;grid-template-columns:1.6fr 1fr;display:grid}.eyebrow{text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.2rem;font-size:.7rem;font-weight:600}.hero-aside{color:var(--muted);justify-self:end;max-width:335px;padding-bottom:.3rem}.hero-aside .text-link{margin-top:var(--space-3);color:var(--ink)}.section-heading{justify-content:space-between;align-items:baseline;gap:var(--space-2);margin-bottom:var(--space-3);display:flex}.section-heading h2{font-size:1.9rem}.section-heading>span{color:var(--muted);font-size:.8rem}.collection-tools{align-items:end;gap:var(--space-3);margin-bottom:var(--space-3);display:flex}.search-field{background:var(--surface);border-radius:var(--radius);border:1px solid #b7c1b3;flex:1;align-items:center;gap:.65rem;padding:0 .9rem;display:flex}.search-field input{min-width:0;color:var(--ink);background:0 0;border:0;flex:1;padding:.85rem 0;font-size:.9rem}.search-field input:focus{outline:none}.search-field:focus-within{outline:2px solid var(--accent);outline-offset:2px}.search-field button{color:var(--muted);background:0 0;border:0;place-items:center;width:30px;height:34px;display:grid}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.duration-filter{align-items:center;gap:var(--space-2);color:var(--muted);font-size:.8rem;display:flex}.duration-filter select{border:1px solid var(--line);min-height:51px;padding:.7rem var(--space-2);background:var(--surface);color:var(--ink);border-radius:var(--radius)}.category-filters{gap:var(--space-1);flex-wrap:wrap;display:flex}.category-filters button{align-items:center;gap:var(--space-1);min-height:44px;padding:.55rem var(--space-2);border:1px solid var(--line);border-radius:var(--radius);color:var(--ink);background:var(--surface);font-size:.8rem;display:inline-flex}.category-filters button[aria-pressed=true]{color:var(--surface);background:var(--ink);border-color:var(--ink)}.category-filters button span{opacity:.75;font-size:.7rem}.collection-results{justify-content:space-between;align-items:center;gap:var(--space-2);min-height:60px;margin-bottom:var(--space-1);color:var(--muted);font-size:.78rem;display:flex}.reset-filters{align-items:center;gap:var(--space-1);padding:var(--space-1) 0;color:var(--ink);text-underline-offset:4px;background:0 0;border:0;font-size:.78rem;text-decoration:underline;display:inline-flex}.empty-state .text-link{margin-left:var(--space-3)}.drama-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem 1.5rem;display:grid}.drama-card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--line);transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.card-link{text-decoration:none;display:block}.compact-save{position:absolute;top:12px;right:12px}.save-icon{width:42px;height:42px;color:var(--ink);background:#fffefaf2;border:1px solid #fff8;border-radius:50%;place-items:center;display:grid}.save-icon[aria-pressed=true]{background:var(--ink);color:var(--surface)}.saved-nav{align-items:center;gap:.4rem;font-size:.85rem;text-decoration:none;display:flex}.saved-count{background:var(--soft);text-align:center;border-radius:1rem;min-width:23px;padding:0 .35rem;font-size:.7rem}.saved-summary{margin-bottom:var(--space-3);color:var(--muted);font-size:.85rem}.story-save{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.save-error{background:var(--surface);color:var(--error);max-width:260px;padding:.65rem;font-size:.75rem;box-shadow:0 3px 14px #0002}.compact-save .save-error{width:220px;position:absolute;top:46px;right:0}.drama-card:hover{transform:translateY(-4px);box-shadow:0 8px 22px #273d3110}.card-image{aspect-ratio:1.55;background:var(--soft);position:relative;overflow:hidden}.card-image img{object-fit:cover;transition:transform .35s}.drama-card:hover img{transform:scale(1.03)}.image-label{color:var(--ink);letter-spacing:.07em;text-transform:uppercase;background:#fffefaef;border-radius:3px;padding:.25rem .6rem;font-size:.63rem;position:absolute;bottom:12px;left:12px}.card-copy{padding:1.15rem 1.3rem 1.1rem}.card-copy h3{font-size:1.12rem;font-weight:600}.korean-title{color:var(--muted);font-size:.73rem}.card-course{font-family:var(--font-display);min-height:3.6rem;margin-top:.9rem;font-size:1.12rem;line-height:1.45}.card-meta{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:.7rem;padding-top:.8rem;font-size:.73rem;display:flex}.card-meta span{align-items:center;gap:.35rem;display:flex}.empty-state{border:1px dashed var(--line);padding:var(--space-6) var(--space-4);text-align:center;border-radius:var(--radius)}.empty-state p{margin:var(--space-2) 0}.request-banner{margin-top:var(--space-6);background:var(--soft);justify-content:space-between;align-items:center;gap:var(--space-4);border-radius:var(--radius);padding:2.6rem;display:flex}.request-banner .eyebrow{margin-bottom:.75rem}.request-banner p:not(.eyebrow){color:var(--muted);margin-top:.7rem;font-size:.9rem}.request-banner .button{flex-shrink:0}.site-footer{margin-top:var(--space-6);padding:var(--space-5) 0 var(--space-4);border-top:1px solid var(--line);gap:var(--space-4);grid-template-columns:1fr auto;display:grid}.site-footer .wordmark{font-size:1.4rem}.site-footer p{color:var(--muted);margin-top:.6rem;font-size:.8rem}.site-footer nav{flex-wrap:wrap;align-items:center;gap:1.5rem;font-size:.8rem;display:flex}.site-footer nav a{text-decoration:none}.site-footer .footer-note{grid-column:1/-1;margin:0;font-size:.7rem}.story-page{padding-top:var(--space-4)}.back-link{color:var(--muted);align-items:center;gap:.5rem;font-size:.8rem;text-decoration:none;display:inline-flex}.story-heading{margin:var(--space-5) 0 var(--space-4);max-width:900px}.story-heading h1{font-size:clamp(2.7rem,4.7vw,4.3rem)}.story-heading>p:last-child{margin-top:var(--space-2);color:var(--muted);font-size:1.05rem}.story-heading .eyebrow span{letter-spacing:.02em}.story-photos{gap:var(--space-2);display:grid}.photo-pair{grid-template-columns:1fr 1fr}figure{margin:0}.story-image{aspect-ratio:2.2;background:var(--soft);border-radius:var(--radius);width:100%;position:relative;overflow:hidden}.photo-pair .story-image{aspect-ratio:1.6}.story-image img{object-fit:cover}figcaption{color:var(--muted);margin-top:.65rem;font-size:.75rem}figcaption strong{color:var(--ink);margin-right:.7rem;font-weight:500}.image-credit{color:var(--muted);margin-top:.8rem;font-size:.67rem}.route-overview{margin:var(--space-4) 0 var(--space-5);flex-wrap:wrap;gap:.7rem;display:flex}.route-overview a{background:var(--soft);border-radius:4px;padding:.65rem .85rem;font-size:.75rem;text-decoration:none}.route-overview span{padding-right:.6rem;font-weight:700}.story-body{gap:var(--space-6);grid-template-columns:minmax(0,1fr) 290px;align-items:start;display:grid}.story-body h2{font-size:1.8rem}.section-intro{color:var(--muted);margin-top:.7rem;font-size:.8rem}.route-stops{margin:var(--space-4) 0 0;padding:0;list-style:none}.route-stops>li{gap:var(--space-2);padding-bottom:var(--space-4);margin-bottom:var(--space-4);border-bottom:1px solid var(--line);grid-template-columns:34px minmax(0,1fr);display:grid}.route-stops>li:last-child{margin-bottom:0}.stop-number{border:1px solid #a7b2a6;border-radius:50%;place-items:center;width:30px;height:30px;margin-top:.2rem;font-size:.8rem;display:grid}.stop-kind{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:.45rem;font-size:.65rem}.route-stops h3{margin-bottom:.25rem}.scene-note{border-left:2px solid #b1c1a4;margin-top:1rem;padding-left:1rem}.scene-note h4{font-family:var(--font-display);font-size:1.18rem;font-weight:400}.scene-note p{color:#4d5e51;margin-top:.4rem;font-size:.9rem}.visit-tip{margin:var(--space-2) 0;color:var(--muted);font-size:.8rem}.map-links{flex-wrap:wrap;gap:.5rem;display:flex}.trip-plan{top:var(--space-4);background:var(--soft);border-radius:var(--radius);padding:var(--space-3);position:sticky}.trip-plan h2{font-size:1.5rem}.trip-plan dl{margin:var(--space-3) 0}.trip-plan dt{color:var(--muted);align-items:center;gap:.5rem;font-size:.72rem;display:flex}.trip-plan dd{margin:.25rem 0 1.15rem 1.4rem;font-size:.85rem}.trip-plan p{margin-top:.7rem;font-size:.75rem}.compact{margin-top:var(--space-4)}.compact h2{font-size:1.6rem}.research-note{margin-top:var(--space-3);color:var(--muted);font-size:.72rem}.request-page{max-width:700px;margin:0 auto}.page-heading{margin:var(--space-6) 0 var(--space-5)}.page-heading h1{font-size:clamp(2.5rem,5vw,3.8rem)}.page-heading>p:last-child{color:var(--muted);margin-top:var(--space-3);max-width:550px}.feedback-form{flex-direction:column;gap:.55rem;display:flex}.feedback-form label:not(.request-types label){margin-top:1.1rem;font-size:.87rem;font-weight:500}.feedback-form label>span:not(.request-types span){color:var(--muted);margin-left:.35rem;font-size:.72rem;font-weight:400}.feedback-form input:not([type=radio]),.feedback-form textarea{color:var(--ink);background:var(--surface);border:1px solid #b7c1b3;border-radius:4px;width:100%;padding:.8rem .9rem}.feedback-form textarea{resize:vertical;min-height:130px}.feedback-form fieldset{border:0;margin:1rem 0 .5rem;padding:0}.feedback-form legend{margin-bottom:1rem;font-size:.87rem;font-weight:500}.request-types{gap:var(--space-2);grid-template-columns:1fr 1fr;display:grid}.request-types label{border:1px solid var(--line);border-radius:var(--radius);cursor:pointer;align-items:flex-start;gap:.7rem;padding:1rem;display:flex}.request-types input{accent-color:var(--accent);margin:.3rem 0 0}.request-types small{color:var(--muted);margin-top:.25rem;font-size:.72rem;display:block}.request-types .selected{background:var(--soft);border-color:var(--accent)}.form-notice{padding:var(--space-2);border-radius:var(--radius);background:#eee8d6;font-size:.85rem}.field-hint,.privacy-note{color:var(--muted);font-size:.75rem}.privacy-note{margin:1rem 0}.feedback-form>.button{align-self:flex-start;margin-top:.75rem}.form-error{color:var(--error);font-size:.85rem}.success-message{background:var(--soft);padding:var(--space-5);border-radius:var(--radius)}.success-message h2{margin:var(--space-2) 0}.success-message .button{margin-top:var(--space-3)}.bot-challenge{min-height:65px}.prose-page{max-width:740px;margin:var(--space-6) auto}.prose-page h1{margin:.5rem 0 var(--space-4);font-size:3rem}.prose-page h2{margin:var(--space-4) 0 var(--space-2);font-size:1.65rem}.prose-page p{color:var(--muted);margin:var(--space-2) 0}.ad-slot{margin-top:var(--space-5);text-align:center}.ad-slot>span{color:var(--muted);margin-bottom:.5rem;font-size:.65rem;display:block}.sr-only,.honeypot{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:10;background:var(--ink);color:#fff;padding:1rem;position:absolute;top:-80px;left:1rem}.skip-link:focus{top:1rem}@media (max-width:1000px){.site-shell{padding:0 var(--space-4)}.hero{gap:var(--space-4)}.drama-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.story-body{gap:var(--space-4);grid-template-columns:minmax(0,1fr) 250px}.request-banner{padding:var(--space-4)}.site-footer nav{justify-content:flex-end;max-width:260px}}@media (max-width:700px){.site-shell{padding:0 1.25rem}.site-header{min-height:85px}.site-header nav{gap:.85rem}.saved-nav{font-size:.75rem}.wordmark{font-size:1.35rem}.collection-nav{display:none}.site-header .button{padding:.55rem .7rem;font-size:.7rem}.hero{gap:var(--space-3);padding:var(--space-5) 0;grid-template-columns:1fr}.hero-aside{justify-self:start;max-width:410px;font-size:.9rem}.hero-aside .text-link{margin-top:var(--space-2)}.eyebrow{font-size:.65rem}.section-heading>span{display:none}.section-heading h2{font-size:1.7rem}.collection-tools{gap:.8rem}.duration-filter{flex-direction:column;align-items:stretch;gap:.2rem}.duration-filter select,.search-field input{font-size:16px}.request-banner{margin-top:var(--space-5);flex-direction:column;align-items:flex-start}.request-banner h2{font-size:1.8rem}.site-footer{margin-top:var(--space-5);grid-template-columns:1fr}.site-footer nav{justify-content:flex-start;max-width:none}.story-heading{margin-top:var(--space-4)}.photo-pair{grid-template-columns:1fr}.story-image{aspect-ratio:1.55}.story-body{gap:var(--space-4);grid-template-columns:1fr}.trip-plan{position:static}.story-body h2{font-size:1.7rem}.route-stops>li{grid-template-columns:28px minmax(0,1fr);gap:.65rem}.stop-number{width:26px;height:26px}.page-heading{margin-top:var(--space-5)}.feedback-form input:not([type=radio]),.feedback-form textarea{font-size:16px}.request-types{gap:.65rem}.request-types label{padding:.75rem;font-size:.85rem}}@media (max-width:480px){.site-header{flex-wrap:wrap;gap:.5rem;padding:1rem 0}.site-header nav{flex-wrap:wrap}.drama-grid{gap:var(--space-3);grid-template-columns:1fr}.card-course{min-height:auto;margin-bottom:var(--space-2)}.collection-tools{flex-direction:column;align-items:stretch;gap:.45rem}.duration-filter{flex-direction:row;justify-content:space-between;align-items:center}.category-filters button{flex-grow:1;justify-content:center}.request-types{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important}}.card-title{margin-bottom:.55rem;font-size:.74rem;font-weight:600}.card-title span{color:var(--muted);font-weight:400}.card-copy h3{font:400 1.55rem/1.2 var(--font-display);min-height:3.75rem}.card-hook{color:var(--muted);min-height:4rem;margin:.8rem 0 1rem;font-size:.8rem}.story-cover{color:#263c32;background:#dce5d5;flex-direction:column;justify-content:space-between;height:100%;padding:1.3rem 1.5rem;display:flex}.cover-film{color:#353d51;background:#d9dce5}.cover-label,.cover-footer{letter-spacing:.07em;text-transform:uppercase;padding-right:2rem;font-size:.6rem}.story-cover ol{margin:.8rem 0;padding:0;list-style:none}.story-cover li{align-items:center;gap:.7rem;padding:.35rem 0;font-size:.85rem;line-height:1.35;display:flex}.story-cover li span{border:1px solid;border-radius:50%;flex-shrink:0;padding:.22rem;font-size:.62rem}.related-stories{margin-top:var(--space-5)}@media (max-width:480px){.card-copy h3,.card-hook{min-height:auto}}
