@font-face{font-family:Pretendard;src:url('assets/fonts/Pretendard-Regular.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:Pretendard;src:url('assets/fonts/Pretendard-SemiBold.woff2') format('woff2');font-weight:600;font-display:swap}
@font-face{font-family:Gowun;src:url('assets/fonts/GowunBatang-Regular.woff2') format('woff2');font-display:swap}
@font-face{font-family:Gaegu;src:url('assets/fonts/Gaegu-Regular.woff2') format('woff2');font-display:swap}
:root{--background:#fcfaf3;--paper:#f7eddc;--ink:#2e2823;--muted:#6b5f55;--primary:#7b5e4f;--border:#e4d9c5;--accent:#a3583d}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:35px}body{margin:0;background:var(--background);color:var(--ink);font-family:Pretendard,sans-serif;-webkit-font-smoothing:antialiased;word-break:keep-all}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img{max-width:100%;height:auto}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.wrap{width:min(1120px,calc(100% - 80px));margin-inline:auto}.header{height:104px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font:600 25px Gowun,serif;white-space:nowrap}.brand-mark{display:grid;place-items:center;width:31px;height:34px;border:1px solid var(--primary);border-radius:12px 12px 4px 4px;color:var(--primary);font:20px Gowun,serif}.header nav{display:flex;gap:30px;font-size:14px;color:var(--muted)}.header nav a:hover,.footer a:hover{color:var(--accent)}.button{display:inline-flex;align-items:center;justify-content:center;gap:32px;min-height:54px;padding:15px 24px;background:var(--primary);color:var(--background);border-radius:8px;font-size:15px;font-weight:600;transition:background .2s,transform .2s}.button:hover{background:#624738;transform:translateY(-2px)}.button.small{min-height:42px;padding:12px 18px;font-size:13px;gap:18px}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:30px;min-height:620px;padding-top:32px;padding-bottom:64px}.eyebrow{font-size:12px;letter-spacing:1.5px;font-weight:600;color:var(--primary);margin:0 0 24px}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#a3583d;margin-right:8px;vertical-align:1px}h1,h2,h3{font-family:Gowun,serif;font-weight:400;letter-spacing:-1.6px;margin:0}h1{font-size:clamp(38px,4.7vw,60px);line-height:1.42}h1 span{color:var(--accent)}.intro{font-size:17px;line-height:1.95;color:var(--muted);margin:26px 0 30px}.hero-note{font-size:12px;color:var(--muted);margin-top:17px}.hero-art{position:relative;text-align:center;padding-top:24px}.hero-art img{display:block;mix-blend-mode:multiply;width:100%;border-radius:50%}.handwritten{font:25px Gaegu,cursive;color:var(--primary);margin:0}.hero-art .handwritten{transform:rotate(-5deg)}.art-caption{font-size:12px;color:var(--muted);margin-top:-12px;position:relative}.art-caption span{margin-right:8px;color:var(--accent)}.journey{display:flex;align-items:center;justify-content:center;gap:48px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:27px 0;color:var(--muted);font-size:14px}.journey strong{font-weight:600;color:var(--primary)}.journey>span:nth-child(even){letter-spacing:5px;color:#ac9981}.feature{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center;padding-block:112px}.feature-copy h2,.memory h2,.faq h2,.closing h2{font-size:36px;line-height:1.55}.feature-copy>p:not(.eyebrow),.memory>p:not(.eyebrow){font-size:16px;line-height:1.9;color:var(--muted);margin:24px 0}.feature-note{border-left:2px solid #c4ae90;padding-left:18px;margin-top:30px;font-size:14px;color:var(--primary);line-height:1.8}.conversation-card{border:1px solid var(--border);border-radius:20px;background:#f7f0e5;box-shadow:0 20px 50px #5d40200a;overflow:hidden}.card-heading{display:flex;gap:12px;align-items:center;padding:22px;border-bottom:1px solid var(--border)}.card-heading img{border-radius:50%;object-fit:cover;width:44px;height:44px}.card-heading strong{font-size:14px;font-weight:600}.card-heading div>span{display:block;font-size:11px;color:var(--muted);margin-top:5px}.sample-label{font-size:11px;color:var(--muted);margin-left:auto}.chat{padding:30px 24px 10px;min-height:278px}.bubble{font:16px/1.9 Gowun,serif;padding:16px 19px;margin:0 0 20px;border-radius:12px}.bubble.user{background:#e7cfc5;margin-left:38px;border-bottom-right-radius:2px;font-size:15px}.speaker{font-size:11px;color:var(--muted);margin-bottom:8px}.bubble.grandma{background:var(--background);border-top-left-radius:2px;margin-right:20px}.prompt-picker{display:flex;gap:7px;padding:10px 24px;flex-wrap:wrap}.prompt-picker button,.period-picker button{border:1px solid var(--border);border-radius:20px;background:transparent;color:var(--muted);padding:9px 12px;font-size:12px}.prompt-picker button[aria-pressed=true],.period-picker button[aria-pressed=true]{background:var(--primary);color:#fff;border-color:var(--primary)}.example-note{font-size:11px;color:var(--muted);line-height:1.7;margin:8px 24px 22px}.report-section{background:#f1eadc}.report-layout{gap:100px}.report-layout .feature-copy{order:2}.report-card{background:var(--background);border:1px solid var(--border);padding:30px 32px 8px;border-radius:4px;box-shadow:6px 6px 0 #e4d9c5;transform:rotate(-1deg)}.report-top{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--border);padding-bottom:20px;font-size:13px;color:var(--primary)}.period-picker{display:flex;gap:4px}.period-picker button{padding:7px 12px}.report-period{margin:26px 0 16px;font-size:10px}.report-card h3{font-size:25px;line-height:1.6;letter-spacing:-.8px}.report-letter{font:14px/2 Gowun,serif;color:var(--muted);min-height:56px}.report-divider{border-top:1px dashed var(--border);margin:22px 0}.report-card h4{font-weight:600;font-size:12px;margin:20px 0 12px}.emotion-list{display:flex;gap:8px;flex-wrap:wrap}.emotion-list span{padding:8px 14px;border-radius:5px;font-size:12px;background:#eee3d3}.emotion-list span:nth-child(2){background:#efe0d6}.emotion-list span:nth-child(3){background:#e6e9d9}.keywords{font-size:11px;color:var(--muted);line-height:1.8}.report-signature{font:23px Gaegu,cursive;text-align:right;color:var(--primary);margin:26px 0 20px}.report-card .example-note{margin-inline:0;border-top:1px solid var(--border);padding-top:14px}.memory{text-align:center;padding-block:106px}.memory .muted{font-size:12px!important}.letter-note{position:relative;background:repeating-linear-gradient(transparent 0,transparent 35px,#e4d9c54d 35px,#e4d9c54d 36px),#f7f0df;max-width:550px;margin:34px auto 0;padding:32px 22px 25px;border:1px solid var(--border);border-radius:4px}.letter-note p{font:20px/1.9 Gowun,serif;margin:10px 0 16px}.stamp{position:absolute;right:20px;top:12px;font-size:28px;color:var(--primary)}.muted{color:var(--muted);font-size:12px}.faq{display:grid;grid-template-columns:1fr 1.3fr;gap:70px;border-top:1px solid var(--border);padding-block:80px 100px}.faq h2{font-size:30px}.faq-items details{border-bottom:1px solid var(--border)}summary{cursor:pointer;font-size:15px;font-weight:600;padding:23px 28px 23px 0;position:relative;list-style:none}summary::-webkit-details-marker{display:none}summary::after{content:'+';position:absolute;right:2px;color:var(--primary);font-size:22px;top:18px}details[open] summary::after{content:'−'}details p{font-size:14px;line-height:1.9;color:var(--muted);margin:0 25px 24px 0}.closing{background:var(--paper);padding:70px 0 78px;text-align:center}.closing h2{margin:16px 0 30px;font-size:34px}.footer{padding-block:34px 30px}.footer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;gap:22px}.footer-top>div{display:flex;gap:22px;font-size:12px;color:var(--muted)}.footer p{font-size:11px;color:var(--muted);line-height:1.8}.skip-link{position:fixed;top:-100px;left:10px;z-index:10;background:var(--ink);color:white;padding:12px}.skip-link:focus{top:10px}
.skip-link:not(:focus){clip-path:inset(50%);width:1px;height:1px;overflow:hidden;white-space:nowrap}
@media(min-width:1500px){.hero{min-height:690px}}
@media(max-width:1000px){.wrap{width:calc(100% - 48px)}.header nav{gap:18px}.feature,.report-layout{gap:42px}.hero{gap:10px}.feature-copy h2{font-size:30px}.report-card{padding-inline:24px}.journey{gap:25px}}
@media(max-width:720px){.wrap{width:calc(100% - 40px)}.header{height:82px}.header nav{display:none}.brand{font-size:23px}.button.small{font-size:12px;padding:10px 13px}.hero{grid-template-columns:1fr;padding-top:40px;padding-bottom:32px;gap:20px}.hero-copy{text-align:center}h1{font-size:43px}.intro{font-size:15px;margin:22px 0 26px}.hero-art{max-width:410px;justify-self:center;padding-top:10px}.hero-art img{margin-top:-12px}.hero-art .handwritten{font-size:23px}.hero-note{font-size:11px}.journey{gap:12px;font-size:12px;padding:22px 0}.journey>span:nth-child(even){font-size:9px;letter-spacing:0}.feature{grid-template-columns:1fr;padding-block:64px;gap:32px}.feature-copy h2,.memory h2{font-size:30px}.feature-copy>p:not(.eyebrow){font-size:15px;margin:20px 0}.eyebrow{margin-bottom:18px}.report-layout .feature-copy{order:0}.report-card{transform:none}.chat{min-height:278px;padding-inline:19px}.bubble{font-size:15px}.bubble.user{margin-left:16px}.bubble.grandma{margin-right:0}.feature-note{font-size:13px}.memory{padding-block:64px}.memory>p:not(.eyebrow){font-size:14px}.letter-note p{font-size:17px}.faq{grid-template-columns:1fr;gap:20px;padding-block:55px 65px}.faq h2{font-size:28px}.closing{padding-block:52px}.closing h2{font-size:29px}.footer-top{align-items:flex-start;flex-direction:column;gap:18px}.hero-art .art-caption{margin-top:-4px}.example-note{font-size:10px}}
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.text-link { font-size: 13px; color: var(--primary); padding-block: 14px; border-bottom: 1px solid var(--border); }
.text-link:hover { color: var(--accent); }
.situations { padding-top: 80px; }
.section-heading { text-align: center; }
.section-heading h2 { font-size: 34px; line-height: 1.55; }
.section-heading > p:last-child { font-size: 15px; color: var(--muted); line-height: 1.8; }
.situation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.situation-grid article { padding: 28px; background: #f7f0e5; border: 1px solid var(--border); border-radius: 12px; }
.situation-number { font-size: 11px; color: var(--primary); letter-spacing: 1px; }
.situation-grid h3 { font-size: 23px; letter-spacing: -.6px; line-height: 1.6; margin-top: 18px; }
.situation-grid p { font-size: 13px; color: var(--muted); line-height: 1.9; }
.situation-grid a { display: inline-block; font-size: 12px; color: var(--primary); border-bottom: 1px solid #c4ae90; padding-block: 10px; }
.situation-grid a:hover { color: var(--accent); }
.report-steps { padding: 0; list-style: none; counter-reset: report-step; margin: 25px 0; }
.report-steps li { counter-increment: report-step; position: relative; padding: 0 0 22px 40px; }
.report-steps li::before { content: counter(report-step, decimal-leading-zero); position: absolute; left: 0; top: 0; color: var(--accent); font-size: 12px; }
.report-steps strong { display: block; font-size: 14px; font-weight: 600; margin-bottom: 8px; }
.report-steps span { display: block; font-size: 13px; line-height: 1.8; color: var(--muted); }
.report-steps li:last-child { padding-bottom: 0; }
@media (min-width: 721px) and (max-width: 1000px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .situation-grid article { padding: 20px; }
  .situation-grid h3 { font-size: 20px; }
}
@media (max-width: 720px) {
  .hero-actions { justify-content: center; gap: 8px 18px; }
  .hero-copy .eyebrow { font-size: 10px; letter-spacing: .7px; }
  .situations { padding-top: 55px; }
  .section-heading h2 { font-size: 29px; }
  .section-heading > p:last-child { font-size: 13px; }
  .situation-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 26px; }
  .situation-grid article { padding: 24px; }
  .situation-grid h3 { font-size: 22px; margin-top: 12px; }
}
.app-report { min-width: 0; border: 1px solid var(--border); border-radius: 20px; background: #f1eadc; overflow: hidden; box-shadow: 0 16px 40px #5d40200c; }
.app-report .report-top { padding: 18px 20px; background: #fcfaf3; }
.report-banner { margin: 0; padding: 12px 18px; font-size: 11px; line-height: 1.7; color: var(--muted); background: #f7f0df; }
.report-scroll-hint { padding: 10px 18px; margin: 0; color: var(--primary); font-size: 11px; line-height: 1.7; }
.report-viewport { height: 640px; max-height: 75svh; overflow-y: auto; padding: 0 16px 16px; scrollbar-color: #ae9680 #f1eadc; scrollbar-width: thin; }
.report-viewport:focus-visible { outline: 2px solid var(--primary); outline-offset: -3px; }
.app-report-card { padding: 20px; border: 1px solid #e4d9c5; border-radius: 20px; background: #fcfaf3; margin-bottom: 12px; }
.app-report-card:last-child { margin-bottom: 0; }
.app-report-card h3 { font: 400 12.5px/1.6 Pretendard,sans-serif; color: #6b5f55; letter-spacing: 0; margin: 0 0 14px; display: flex; align-items: center; gap: 8px; }
.app-report-card h3 img { border-radius: 50%; object-fit: cover; }
.app-report-prose { font: 14.5px/1.6 Gowun,serif; color: #3a322b; margin: 0 0 12px; }
.app-report-prose:last-child { margin-bottom: 0; }
.report-card-note { font-size: 12px; line-height: 1.6; color: #6b5f55; margin: -5px 0 14px; }
.top-emotion-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.top-emotion-grid > div { padding: 12px 6px; border-radius: 12px; background: #d4884a1a; text-align: center; }
.top-emotion-grid strong { font-size: 11.5px; color: #975a28; }
.top-emotion-grid span { display: block; font: 17px Gaegu,cursive; margin-block: 6px; }
.top-emotion-grid small { display: block; color: #6b5f55; font-size: 11px; line-height: 1.6; margin-top: 5px; }
.mood-arc { display: block; width: min(100%,260px); margin: auto; }
.mood-legend { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-block: 14px; }
.mood-legend > span { display: flex; gap: 5px; align-items: center; font-size: 11px; color: #6b5f55; }
.mood-legend i { display: inline-block; width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.keyword-map { position: relative; height: 210px; }
.keyword-tile { position: absolute; padding: 2px; }
.keyword-tile > span { display: block; width: 100%; height: 100%; border-radius: 10px; padding: 8px; color: #2e2823; font: 19px Gaegu,cursive; }
.mood-table { width: 100%; border-spacing: 4px; table-layout: fixed; }
.mood-table caption { caption-side: bottom; color: #6b5f55; font-size: 10px; line-height: 1.6; padding-top: 8px; text-align: left; }
.mood-table th { font-size: 10px; font-weight: 400; color: #6b5f55; }
.mood-table td { height: 26px; border-radius: 5px; }
.chart-picker { justify-content: center; margin-block: 20px; }
.mood-bars { display: flex; gap: 6px; margin-bottom: 18px; }
.mood-bar { flex: 1; text-align: center; }
.bar-track { height: 96px; display: flex; align-items: flex-end; }
.bar-track span { display: block; width: 100%; border-radius: 6px 6px 0 0; }
.mood-bar small { display: block; font-size: 11px; color: #6b5f55; margin-top: 6px; }
.app-suggestions { padding-left: 20px; margin: 0; }
.report-source-note { margin: 0; padding: 12px 18px; font-size: 10px; color: #6b5f55; border-top: 1px solid var(--border); }
.report-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (max-width: 720px) { .app-report-card { padding: 16px; } .report-viewport { padding-inline: 10px; } }
.feature-copy .report-availability { font-size: 12px!important; margin-top: 24px!important; }
.report-excerpt { background: #fcfaf3; border: 1px solid var(--border); border-radius: 20px; padding: 28px; }
.excerpt-heading { display: flex; align-items: center; gap: 9px; margin: 0 0 26px; color: var(--primary); font-size: 14px; }
.excerpt-heading img { border-radius: 50%; object-fit: cover; }
.excerpt-heading > span { margin-left: auto; font-size: 11px; color: var(--muted); }
.report-excerpt h3 { font: 12px Pretendard,sans-serif; letter-spacing: 0; color: var(--muted); margin-bottom: 14px; }
.excerpt-emotions { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin-bottom: 28px; }
.excerpt-emotions > div { background: #f2ecdf; border-radius: 12px; padding: 16px 6px; text-align: center; }
.excerpt-emotions > div:nth-child(2) { background: #edf0e6; }
.excerpt-emotions > div:nth-child(3) { background: #f2e8ef; }
.excerpt-emotions span { display: block; font-size: 12px; color: var(--muted); }
.excerpt-emotions strong { display: block; font-size: 26px; font-weight: 600; margin-top: 10px; }
.excerpt-emotions small { font-size: 11px; font-weight: 400; color: var(--muted); margin-left: 4px; }
.report-excerpt blockquote { font: 20px/1.8 Gowun,serif; margin: 0 0 26px; color: var(--ink); letter-spacing: -.5px; }
.excerpt-open { border: 0; border-top: 1px solid var(--border); background: transparent; color: var(--primary); font-size: 14px; width: 100%; padding: 20px 0 0; text-align: left; }
.excerpt-open span { float: right; }
.excerpt-open:hover { color: var(--accent); }
.report-is-open { position: fixed; width: 100%; overflow: hidden; }
.report-dialog { width: min(680px,calc(100% - 48px)); height: min(900px,90dvh); max-width: none; max-height: none; border: 1px solid var(--border); border-radius: 20px; padding: 0; background: #f1eadc; color: var(--ink); overflow: hidden; }
.report-dialog::backdrop { background: #261e1699; }
.report-dialog[open] { display: flex; flex-direction: column; }
.report-dialog-header { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 20px; background: #fcfaf3; border-bottom: 1px solid var(--border); flex-shrink: 0; }
.report-dialog-header h2 { font-size: 21px; letter-spacing: -.5px; }
.report-close { min-height: 44px; padding: 10px 14px; border: 1px solid var(--border); border-radius: 8px; background: transparent; color: var(--primary); }
.report-dialog .app-report { display: flex; flex-direction: column; border: 0; border-radius: 0; min-height: 0; box-shadow: none; }
.report-dialog .report-top,.report-dialog .report-banner,.report-dialog .report-scroll-hint,.report-dialog .report-source-note { flex-shrink: 0; }
.report-dialog .report-viewport { height: auto; max-height: none; min-height: 0; overflow-y: auto; overscroll-behavior: contain; }
@media (max-width: 720px) {
  .report-excerpt { padding: 22px; }
  .report-excerpt blockquote { font-size: 18px; }
  .report-dialog { width: 100%; height: 100dvh; margin: 0; border: 0; border-radius: 0; }
  .report-dialog-header { padding-top: max(12px,env(safe-area-inset-top)); }
  .report-dialog .report-source-note { padding-bottom: max(12px,env(safe-area-inset-bottom)); }
}
.letter-feature { border-bottom: 1px solid var(--border); }
.letter-preview { min-width: 0; }
.sent-letter,.received-letter { padding: 24px; border: 1px solid var(--border); border-radius: 12px; }
.sent-letter { background: repeating-linear-gradient(transparent 0,transparent 31px,#e4d9c550 31px,#e4d9c550 32px),#f7f0df; }
.received-letter { background: #fcfaf3; box-shadow: 0 12px 32px #5d402008; }
.letter-preview h3 { display: flex; align-items: center; gap: 9px; font: 13px Pretendard,sans-serif; color: var(--primary); letter-spacing: 0; margin: 0 0 14px; }
.letter-preview h3 img { border-radius: 50%; object-fit: cover; }
.letter-preview article > p { font: 16px/2 Gowun,serif; margin: 0; }
.letter-direction { text-align: center; color: var(--primary); padding: 10px; }
.letter-action { margin-top: 18px; padding: 14px 16px; border-radius: 8px; background: #f7f0df; }
.letter-action span { font-size: 11px; color: var(--muted); }
.letter-action p { font: 14px/1.8 Gowun,serif; margin: 6px 0 0; }
.letter-preview article > .letter-quote { font-size: 15px; color: var(--primary); margin-top: 18px; }
.letter-preview .example-note { margin: 12px 0 0; }
@media (max-width: 720px) { .sent-letter,.received-letter { padding: 20px; } .letter-preview article > p { font-size: 15px; } }
.bori-peek { display: flex; align-items: center; gap: 14px; margin-top: 12px; padding: 16px 18px; border-radius: 12px; background: #2a2119; color: #f3e9d8; }
.bori-peek > div { flex: 1; }
.bori-peek .bori-note-label { margin: 0 0 9px; color: #d5c4af; font-size: 10px; letter-spacing: .5px; }
.bori-peek blockquote { margin: 0; font: 15px/1.7 Gowun,serif; }
.bori-peek > div > span { display: block; margin-top: 6px; color: #d4884a; font: 18px Gaegu,cursive; }
.bori-peek img { width: 82px; height: 82px; object-fit: cover; border-radius: 50%; }
@media (max-width: 720px) { .bori-peek { padding: 14px; } .bori-peek img { width: 72px; height: 72px; } }
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.biz { font-style: normal; display: flex; flex-wrap: wrap; gap: 4px 14px; margin: 14px 0 10px; font-size: 11px; color: var(--muted); line-height: 1.8; }
.biz a { border-bottom: 1px solid var(--border); }
.biz a:hover { color: var(--accent); }
