:root{--navy:#061a2d;--deep:#020d17;--sky:#72cbff;--paper:#f4f1e9;--ink:#14242b;--muted:#71838b;--line:#d9ddd8;--serif:'Playfair Display',serif;--sans:'Pretendard','Noto Sans KR',sans-serif}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans)}a{color:inherit;text-decoration:none}button{font:inherit}.journey-hero{min-height:620px;padding:170px clamp(24px,7vw,108px) 80px;display:grid;grid-template-columns:1.2fr .7fr .3fr;align-items:end;background:linear-gradient(90deg,rgba(2,13,23,.9),rgba(2,13,23,.5) 58%,rgba(2,13,23,.28)),url('../images/home/my-journey.jpg') center 52%/cover no-repeat;color:#fff}.journey-hero p{color:#c3d2d9;font:300 12px/1.9 var(--sans)}.journey-hero>div:first-child>p{margin:0;color:var(--sky);font-size:8px;letter-spacing:.23em}.journey-hero h1{margin:18px 0 0;font:400 clamp(64px,8vw,118px)/.82 var(--serif);letter-spacing:-.04em;text-shadow:0 4px 24px rgba(0,0,0,.35)}.journey-total{text-align:right}.journey-total strong,.journey-total span{display:block}.journey-total strong{font:55px var(--serif)}.journey-total span{color:#b6c9d2;font-size:7px;letter-spacing:.14em}.journey-content{padding:clamp(70px,8vw,110px) clamp(24px,7vw,108px)}.journey-intro{padding-top:18px;display:flex;align-items:end;justify-content:space-between;border-top:1px solid var(--line)}.journey-intro p,.journey-country header span{margin:0;color:#168cca;font-size:8px;font-weight:700;letter-spacing:.15em}.journey-intro h2{margin:9px 0 0;font:48px var(--serif)}.journey-intro>a{font-size:8px;font-weight:700;letter-spacing:.1em}.journey-country{margin-top:70px}.journey-country>header{margin-bottom:22px;display:flex;align-items:end;justify-content:space-between}.journey-country h2{margin:7px 0 0;font:40px var(--serif)}.journey-country header p{margin:0;color:#7a8c93;font-size:8px;letter-spacing:.12em}.journey-country header b{color:#168cca;font:24px var(--serif)}.journey-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.journey-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 10px 32px rgba(6,26,45,.05)}.journey-image{display:block;height:250px;overflow:hidden;background:#dfe8e8}.journey-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s}.journey-card:hover img{transform:scale(1.035)}.journey-card-body{padding:22px}.journey-card-body>span{color:#168cca;font-size:7px;font-weight:700;letter-spacing:.12em}.journey-card h3{margin:9px 0;font:28px var(--serif)}.journey-card p{min-height:48px;margin:0;color:#71838b;font-size:10px;line-height:1.7}.journey-card-body>a{display:inline-block;margin-top:18px;color:#168cca;font-size:8px;font-weight:700;letter-spacing:.08em}.journey-remove{position:absolute;right:13px;top:13px;width:36px;height:36px;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:#17384c;font-size:18px;cursor:pointer;box-shadow:0 7px 20px rgba(5,24,37,.15)}.journey-empty{padding:110px 20px;text-align:center}.journey-empty>span{font-size:44px;color:#78a9c1}.journey-empty h2{margin:18px 0 8px;font:40px var(--serif)}.journey-empty p{color:#7a8b92;font-size:11px}.journey-empty a{display:inline-block;margin-top:22px;padding-bottom:8px;border-bottom:1px solid #17384c;font-size:8px;font-weight:700;letter-spacing:.08em}footer{padding:28px clamp(24px,4vw,68px);display:flex;align-items:center;gap:35px;background:var(--deep);color:#fff}footer p{margin:auto;font-size:8px;letter-spacing:.12em;color:#6f8794}footer>span{font-size:8px;color:#8095a0}
@media(max-width:900px){.journey-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.journey-hero{min-height:560px;padding:130px 22px 55px;display:block}.journey-hero h1{font-size:64px}.journey-hero>p{margin-top:34px}.journey-total{margin-top:24px;display:flex;align-items:baseline;gap:9px;text-align:left}.journey-total strong{font-size:32px}.journey-total span{font-size:8px}.journey-content{padding:65px 18px}.journey-intro{align-items:flex-start;flex-direction:column;gap:25px}.journey-intro h2{font-size:39px}.journey-country{margin-top:55px}.journey-country h2{font-size:34px}.journey-grid{grid-template-columns:1fr}.journey-image{height:235px}.journey-remove{width:44px;height:44px}footer{align-items:flex-start;flex-direction:column;gap:12px}footer p{margin:0}}

/* Compact hero sizing */
.journey-hero{min-height:560px;padding-top:150px;padding-bottom:64px}
@media(max-width:760px){.journey-hero{min-height:500px;padding-top:112px;padding-bottom:44px}}


/* 빈 보드와 터치 영역 */
.journey-empty{max-width:760px;margin:72px auto 0;padding:78px clamp(22px,5vw,58px);border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:0 18px 55px rgba(6,26,45,.06)}
.journey-empty>span{display:grid;place-items:center;width:62px;height:62px;margin:0 auto 20px;border-radius:50%;background:#e8f5fb;color:#168cca;font-size:34px}
.journey-empty .empty-eyebrow{margin:0 0 10px;color:#168cca;font-size:8px;font-weight:800;letter-spacing:.16em}
.journey-empty h2{margin:0 0 12px;font:42px var(--serif)}
.journey-empty p:not(.empty-eyebrow){max-width:430px;margin:0 auto;color:#71838b;font-size:12px;line-height:1.8}
.journey-empty-actions{margin-top:28px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.journey-empty a,.journey-card-body>a,.journey-intro>a{min-height:44px;display:inline-flex;align-items:center;justify-content:center}
.journey-empty a{padding:0 18px;border-radius:999px;font-size:8px;font-weight:800;letter-spacing:.09em}
.journey-empty .primary-action{border:1px solid #17384c;background:#17384c;color:#fff}
.journey-empty .secondary-action{border:1px solid var(--line);background:#fff;color:#17384c}
a:focus-visible,button:focus-visible{outline:2px solid var(--sky);outline-offset:4px}
@media(max-width:760px){.journey-empty{margin-top:48px;padding:58px 18px}.journey-empty-actions{align-items:stretch;flex-direction:column}.journey-empty a{width:100%}}
