:root {
  --bg: #f6f2ec; --ink: #1d1916; --muted: #736b65; --line: #e4ddd3; --card: #fffdf9;
  --heart: #e5484d;
  --sans: "Pretendard Variable", Pretendard, -apple-system, system-ui, sans-serif;
  --serif-en: "Instrument Serif", serif;
}
* { box-sizing: border-box; margin: 0; }
body {
  background: var(--bg); color: var(--ink);
  font-family: var(--sans); line-height: 1.6; word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
main { max-width: 560px; margin: 0 auto; padding: 0 20px 40px; }
.heart { color: var(--heart); }

.top { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; }
.top-cta { padding: 7px 14px; font-size: 13px; font-weight: 600; color: var(--bg); background: var(--ink); border-radius: 99px; text-decoration: none; }
.brand { font-size: 15px; font-weight: 600; letter-spacing: -.01em; }
.brand .heart { margin-left: 3px; }

.intro { padding: 48px 0 40px; }
.eyebrow { font-size: 13px; color: var(--muted); }
h1 { margin-top: 10px; font-size: 44px; line-height: 1.15; letter-spacing: -.035em; font-weight: 700; }
.lead { margin-top: 18px; font-size: 17px; color: #4a423c; }

.how ol { display: grid; gap: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.how li { display: flex; gap: 14px; padding: 14px 0; font-size: 16px; border-bottom: 1px solid var(--line); }
.how li span { font-size: 12px; color: var(--muted); padding-top: 3px; font-variant-numeric: tabular-nums; }

h2 { font-size: 13px; font-weight: 500; color: var(--muted); margin-bottom: 14px; }
.templates { padding-top: 56px; display: grid; gap: 14px; }
.card {
  display: grid; grid-template-columns: 132px 1fr; gap: 16px; align-items: center;
  padding: 12px; color: inherit; text-decoration: none;
  background: var(--card); border: 1px solid var(--line); border-radius: 16px;
  transition: transform .2s, box-shadow .2s;
}
.card:active { transform: scale(.98); }
@media (hover: hover) { .card:hover { box-shadow: 0 8px 24px rgba(60, 40, 20, .08); } }
.card h3 { font-size: 18px; letter-spacing: -.02em; }
.card p { margin-top: 4px; font-size: 13.5px; color: #5f5650; }
.go { display: inline-block; margin-top: 10px; font-size: 13px; font-weight: 600; }

/* 미니 목업 */
.mock {
  position: relative; height: 170px; overflow: hidden; border-radius: 10px;
  display: flex; flex-direction: column; padding: 10px;
}
.m-photo { display: block; flex: 1; border-radius: 4px; }
.m-line { display: block; margin-top: 6px; font-size: 10px; white-space: nowrap; }

.mock-editorial { background: #141211; color: #f3eee9; }
.mock-editorial .m-tag { align-self: flex-start; padding: 0 4px; font-size: 7px; line-height: 11px; color: #9a918a; border: 1px solid; border-radius: 99px; font-family: "Helvetica Neue", Arial, sans-serif; }
.mock-editorial .m-big { margin: 6px 0; font-family: "Helvetica Neue", Arial, sans-serif; font-size: 30px; line-height: .9; letter-spacing: -.05em; }
.mock-editorial .m-photo { background: linear-gradient(160deg, #3a3330, #6d625b); border-radius: 6px; }
.mock-editorial .m-line { font-family: "MaruBuri", serif; }

.mock-scrapbook {
  align-items: center; justify-content: center;
  background: #f7f0e4 radial-gradient(rgba(120, 90, 60, .1) 1px, transparent 1px) 0 0 / 9px 9px;
}
.m-polaroid { position: relative; display: flex; flex-direction: column; width: 92px; padding: 6px 6px 8px; background: #fffdf8; box-shadow: 0 6px 14px rgba(80, 50, 20, .15); rotate: -4deg; }
.m-polaroid .m-photo { flex: none; height: 96px; border-radius: 1px; background: linear-gradient(160deg, #e9c9b0, #c98f7a); }
.m-tape { position: absolute; top: -7px; left: 50%; width: 40px; height: 12px; background: rgba(232, 190, 120, .6); transform: translateX(-50%) rotate(-4deg); }
.mock-scrapbook .m-line { font-family: "Nanum Pen Script", cursive; font-size: 14px; color: #d9577a; }

.mock-film { align-items: center; justify-content: center; background: #fff; border: 1px solid var(--line); }
.m-strip { display: flex; flex-direction: column; gap: 4px; width: 78px; padding: 5px 5px 16px; background: #ffa9c6; border-radius: 3px; position: relative; box-shadow: 0 6px 14px rgba(30, 30, 60, .12); }
.m-cut { position: relative; height: 38px; border-radius: 1px; background: linear-gradient(160deg, #f6c7a9, #c9807a); }
.m-cut:nth-child(2) { background: linear-gradient(160deg, #a9c9e8, #6a8fb3); }
.m-cut:nth-child(3) { background: linear-gradient(160deg, #d9e7b5, #8fae6c); }
.m-stamp { position: absolute; right: 3px; bottom: 2px; font-family: "Share Tech Mono", monospace; font-size: 6.5px; color: #ff7a1a; text-shadow: 0 0 3px rgba(255, 122, 26, .6); }
.m-logo { position: absolute; left: 0; right: 0; bottom: 3px; text-align: center; font-family: "Jua", sans-serif; font-size: 7px; color: #fff; }

.features { padding-top: 56px; }
.features ul { display: grid; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.features li { display: grid; gap: 2px; padding: 12px 0; font-size: 14px; color: #5f5650; border-bottom: 1px solid var(--line); }
.features b { font-size: 15px; font-weight: 600; color: var(--ink); }

.price { margin-top: 56px; padding: 32px 20px; text-align: center; background: var(--ink); color: var(--bg); border-radius: 20px; }
.amount { font-size: 40px; font-weight: 700; letter-spacing: -.03em; }
.price .sub { margin-top: 4px; font-size: 13px; color: #b8aea6; }
.cta {
  display: inline-block; margin-top: 20px; padding: 14px 34px;
  font-size: 16px; font-weight: 600; color: var(--ink); text-decoration: none;
  background: var(--bg); border-radius: 99px;
}
.foot { display: grid; gap: 6px; padding: 32px 0 8px; text-align: center; font-size: 12px; color: var(--muted); }
.foot a { color: inherit; }
.foot [data-foot] { display: grid; gap: 4px; font-size: 11px; }

/* 키보드 포커스 표시 */
:focus-visible { outline: 2px solid var(--heart); outline-offset: 3px; }
