:root{--ink:#18201d;--paper:#f4f0e7;--soft:#e8e1d5;--teal:#1f706f;--teal2:#8bb8ae;--rust:#a84e35;--gold:#c69b45;--muted:#69716b;--line:rgba(24,32,29,.15)}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Malgun Gothic","Apple SD Gothic Neo",sans-serif}.site-header{height:76px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(244,240,231,.94);backdrop-filter:blur(14px);z-index:20}.brand{font:800 22px Georgia,serif;letter-spacing:.08em;color:var(--ink);text-decoration:none}.nav{display:flex;gap:6px}.nav a{padding:10px 14px;border-radius:10px;text-decoration:none;color:var(--muted);font-size:13px;font-weight:700}.nav a.active,.nav a:hover{background:var(--ink);color:white}.shell{max-width:1280px;margin:auto;padding:0 clamp(20px,5vw,72px) 90px}.home-hero{min-height:620px;display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.kicker{font-size:11px;font-weight:800;letter-spacing:.2em;color:var(--teal);margin:0 0 18px}.home-hero h1{font-family:"Batang",serif;font-size:clamp(48px,7vw,96px);line-height:1.02;letter-spacing:-.07em;margin:0}.home-hero h1 em{font-style:normal;color:var(--teal)}.lead{font-size:18px;line-height:1.75;color:#4e5752;max-width:650px;margin:28px 0}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.button{display:inline-flex;padding:14px 19px;border-radius:12px;text-decoration:none;font-weight:800;background:var(--ink);color:white;border:1px solid var(--ink)}.button.secondary{background:transparent;color:var(--ink)}.radial{height:430px;position:relative;display:grid;place-items:center}.radial-center{width:180px;height:180px;border-radius:50%;display:grid;place-items:center;text-align:center;background:var(--teal);color:white;box-shadow:0 0 0 34px rgba(31,112,111,.07),0 0 0 76px rgba(31,112,111,.035);font-family:"Batang",serif;font-size:26px;font-weight:800}.orbit{position:absolute;padding:10px 14px;border:1px solid var(--line);background:var(--paper);border-radius:99px;font-size:12px;font-weight:800}.orbit:nth-child(2){top:15%;left:12%}.orbit:nth-child(3){top:12%;right:10%}.orbit:nth-child(4){bottom:20%;left:4%}.orbit:nth-child(5){bottom:13%;right:9%}.orbit:nth-child(6){top:47%;right:0}.section{padding:72px 0;border-top:1px solid var(--line)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px}.section h2{font-family:"Batang",serif;font-size:clamp(32px,5vw,55px);letter-spacing:-.05em;margin:0}.section-head p{max-width:470px;line-height:1.65;color:var(--muted)}.featured{background:var(--ink);color:white;border-radius:28px;padding:clamp(28px,5vw,56px);display:grid;grid-template-columns:1fr auto;gap:35px;align-items:center}.featured h3{font-family:"Batang",serif;font-size:clamp(34px,5vw,62px);margin:12px 0}.featured p{max-width:680px;color:#bdc5c1;line-height:1.7}.featured .button{background:var(--gold);border-color:var(--gold);color:var(--ink)}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.experience-card{border:1px solid var(--line);border-radius:20px;padding:25px;min-height:255px;background:rgba(255,255,255,.25);display:flex;flex-direction:column}.experience-card .kind{font-size:10px;letter-spacing:.13em;color:var(--teal);font-weight:800}.experience-card h3{font-family:"Batang",serif;font-size:29px;margin:27px 0 10px}.experience-card p{font-size:14px;color:var(--muted);line-height:1.6;flex:1}.tags{display:flex;gap:6px;flex-wrap:wrap;margin:14px 0}.tag{font-size:10px;padding:6px 8px;border-radius:99px;background:var(--soft)}.experience-card a{font-weight:800;color:var(--ink)}.explore-head{padding:75px 0 38px}.explore-head h1{font-family:"Batang",serif;font-size:clamp(46px,7vw,82px);margin:0 0 18px;letter-spacing:-.06em}.explore-head>p{font-size:17px;color:var(--muted);line-height:1.7}.search-panel{padding:20px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.25);position:sticky;top:88px;z-index:10}.search-panel input{width:100%;border:0;border-bottom:2px solid var(--ink);background:transparent;font-size:24px;font-family:"Batang",serif;padding:12px 3px;outline:none}.filters{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.filters button{border:1px solid var(--line);background:transparent;padding:9px 12px;border-radius:99px;font-weight:700;color:var(--muted);cursor:pointer}.filters button.active{background:var(--teal);color:white;border-color:var(--teal)}.results-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:12px;margin:25px 0 14px}.empty{display:none;padding:60px 20px;text-align:center;border:1px dashed var(--line);border-radius:20px;color:var(--muted)}.empty.show{display:block}.path-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.path-strip div{padding:20px;border-top:3px solid var(--teal);background:rgba(31,112,111,.06)}.path-strip b{display:block;margin-bottom:8px}.path-strip span{font-size:12px;color:var(--muted)}footer{border-top:1px solid var(--line);padding:30px clamp(20px,5vw,72px);display:flex;justify-content:space-between;color:var(--muted);font-size:12px}@media(max-width:820px){.home-hero{grid-template-columns:1fr;padding-top:70px}.radial{height:360px}.section-head,.featured{grid-template-columns:1fr;display:grid}.featured .button{width:max-content}.path-strip{grid-template-columns:1fr 1fr}.nav a{padding:9px}.nav a:first-child{display:none}}@media(max-width:480px){.site-header{height:68px}.shell{padding-inline:18px}.home-hero{min-height:auto}.home-hero h1{font-size:51px}.radial{transform:scale(.82);margin-inline:-35px}.path-strip{grid-template-columns:1fr}.search-panel{top:76px}.experience-card{min-height:230px}footer{display:grid;gap:8px}}
