:root {
  --cream: #f6efe3;
  --cream-2: #ece0cf;
  --paper: #fffaf1;
  --ink: #25211d;
  --muted: #746b61;
  --line: rgba(46, 39, 32, .14);
  --orange: #d96f38;
  --orange-dark: #b95026;
  --pink: #ef99aa;
  --yellow: #ffd76a;
  --sage: #849b75;
  --dark: #2c2926;
  --shadow: 0 24px 70px rgba(65, 48, 31, .16);
  --serif: Georgia, "Iropke Batang", "Batang", serif;
  --sans: "Pretendard", "Noto Sans KR", "Malgun Gothic", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.65; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; background: var(--ink); color: white; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; z-index: 50; left: 50%; top: 18px; transform: translateX(-50%); width: min(1180px, calc(100% - 36px)); display: flex; align-items: center; justify-content: space-between; padding: 11px 12px 11px 18px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: rgba(255, 250, 241, .76); backdrop-filter: blur(18px); box-shadow: 0 12px 34px rgba(65,48,31,.09); transition: padding .25s, box-shadow .25s, background .25s; }
.site-header.scrolled { padding-top: 7px; padding-bottom: 7px; background: rgba(255, 250, 241, .94); box-shadow: 0 10px 30px rgba(65,48,31,.15); }
.brand { display: inline-flex; align-items: center; gap: 9px; font: 700 20px/1 var(--sans); letter-spacing: -.5px; }
.brand-mark { display: grid; place-items: center; width: 28px; height: 28px; color: white; font-size: 14px; background: var(--orange); border-radius: 50% 50% 48% 48%; box-shadow: inset 0 -3px 0 rgba(0,0,0,.1); }
.site-header nav { display: flex; align-items: center; gap: 26px; font-size: 13px; font-weight: 600; }
.site-header nav a { transition: color .2s; }
.site-header nav a:hover { color: var(--orange); }
.site-header .nav-support { padding: 9px 16px; border-radius: 999px; background: var(--ink); color: white; }
.site-header .nav-support:hover { color: white; background: var(--orange-dark); }

.hero { min-height: 850px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: 62px; max-width: 1240px; margin: 0 auto; padding: 150px 34px 92px; position: relative; }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(239,153,170,.16); filter: blur(4px); left: -310px; top: 220px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--orange-dark); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2, .story h2, .plan h2, .final-cta h2 { margin: 0; font: 400 clamp(44px, 5.2vw, 76px)/1.08 var(--serif); letter-spacing: -.04em; }
em { color: var(--orange); font-weight: inherit; }
.hero-lead { max-width: 570px; margin: 28px 0 32px; color: var(--muted); font-size: 17px; line-height: 1.9; word-break: keep-all; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--orange); box-shadow: 0 12px 24px rgba(217,111,56,.26); }
.button-primary:hover { background: var(--orange-dark); box-shadow: 0 16px 28px rgba(217,111,56,.3); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.35); }
.button-ghost:hover { background: var(--paper); }
.hero-meta { list-style: none; display: flex; gap: 25px; margin: 40px 0 0; padding: 25px 0 0; border-top: 1px solid var(--line); }
.hero-meta li { display: flex; flex-direction: column; gap: 2px; }
.hero-meta b { font-size: 13px; }
.hero-meta span { color: var(--muted); font-size: 11px; }

.hero-visual { min-height: 610px; position: relative; display: grid; place-items: center; }
.sun-orb { position: absolute; width: 500px; height: 500px; border-radius: 50%; background: linear-gradient(145deg, #f4b654, #ee8c52 60%, #e27755); box-shadow: inset -50px -35px 90px rgba(176,65,48,.18), 0 35px 80px rgba(190,97,43,.18); }
.sun-orb::after { content: ""; position: absolute; inset: 42px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.desktop-window { position: relative; z-index: 2; width: min(600px, 92%); height: 390px; transform: rotate(-2deg); border: 8px solid #3a3632; border-radius: 20px; overflow: hidden; background: #fdfbf6; box-shadow: 0 32px 70px rgba(48,35,23,.32); }
.window-bar { height: 46px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 13px; color: #9d9891; background: #302d2a; font-size: 10px; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 8px; height: 8px; border-radius: 50%; background: #68625c; }
.window-dots i:first-child { background: #dc7758; }.window-dots i:nth-child(2) { background: #e7b85b; }.window-dots i:last-child { background: #8ca77a; }
.window-actions { justify-self: end; letter-spacing: .08em; }
.window-content { height: calc(100% - 46px); display: grid; grid-template-columns: 74px 1fr; }
.mini-sidebar { padding-top: 40px; display: flex; align-items: center; flex-direction: column; gap: 24px; background: #f0eae1; }
.mini-sidebar span { width: 22px; height: 5px; border-radius: 10px; background: #c9c0b5; }
.mini-sidebar span.active { height: 22px; background: var(--orange); border-radius: 7px; }
.mini-work { padding: 34px 40px; }
.mini-label { margin: 0 0 4px; color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.mini-work h2 { margin: 0 0 24px; font: 400 26px/1.3 var(--serif); }
.task { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid #ece4d9; color: #756e65; font-size: 11px; }
.task i { width: 16px; height: 16px; display: grid; place-items: center; border: 1px solid #c9c0b4; border-radius: 50%; font-style: normal; color: white; }
.task.done i { background: var(--sage); border-color: var(--sage); }.task.done span { text-decoration: line-through; opacity: .65; }
.focus-card { margin-top: 25px; display: flex; justify-content: space-between; align-items: center; padding: 15px 18px; border-radius: 12px; background: #eee2cf; font-size: 10px; color: #786a59; }
.focus-card b { color: var(--ink); font: 400 20px/1 var(--serif); letter-spacing: .03em; }
.hero-meroro { position: absolute; z-index: 4; width: 225px; right: -16px; top: 63px; filter: drop-shadow(0 16px 20px rgba(60,45,36,.24)); transform: rotate(3deg); animation: float 3.8s ease-in-out infinite; }
.speech-bubble { position: absolute; z-index: 5; right: 120px; top: 12px; padding: 9px 13px; color: var(--ink); background: var(--paper); border-radius: 14px 14px 2px 14px; box-shadow: 0 10px 24px rgba(58,45,32,.16); font-size: 11px; font-weight: 700; transform: rotate(2deg); }
.cursor-chip { position: absolute; z-index: 5; left: 4px; bottom: 42px; display: flex; align-items: center; gap: 8px; padding: 9px 14px; color: white; background: #35312e; border-radius: 999px; font-size: 10px; box-shadow: 0 12px 24px rgba(0,0,0,.2); }
.cursor-chip span { color: var(--yellow); font-size: 16px; }
@keyframes float { 50% { transform: translateY(-10px) rotate(1deg); } }

.marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; background: rgba(255,250,241,.4); }
.marquee div { width: max-content; min-width: 100%; display: flex; justify-content: center; align-items: center; gap: 28px; padding: 17px 20px; font: 400 16px/1 var(--serif); }
.marquee i { color: var(--orange); font-style: normal; font-size: 11px; }

.section { max-width: 1180px; margin: 0 auto; padding: 130px 30px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 58px; }
.section-heading h2 { font-size: clamp(38px, 4.8vw, 64px); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature-card { min-height: 420px; position: relative; overflow: hidden; padding: 34px; border: 1px solid rgba(64,52,40,.11); border-radius: 26px; background: var(--paper); box-shadow: 0 12px 35px rgba(72,52,32,.06); }
.feature-card:nth-child(2), .feature-card:nth-child(3) { min-height: 350px; }
.feature-card h3 { margin: 56px 0 12px; font: 400 30px/1.25 var(--serif); }
.feature-card p { max-width: 410px; margin: 0; color: var(--muted); font-size: 14px; word-break: keep-all; }
.card-number { position: absolute; right: 28px; top: 25px; color: #c7bbae; font: italic 20px/1 var(--serif); }
.feature-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; color: white; background: var(--orange); font-size: 21px; }
.feature-work { background: #efe3d1; }
.laptop-scene { position: absolute; right: 28px; bottom: -23px; width: 215px; height: 115px; display: grid; place-items: center; border-radius: 14px 14px 4px 4px; color: #c6b8a8; background: #4b4641; font: 400 22px var(--serif); transform: perspective(500px) rotateX(-8deg); box-shadow: 0 -8px 30px rgba(49,41,34,.18); }
.laptop-scene::after { content: ""; position: absolute; left: -20px; right: -20px; bottom: -12px; height: 13px; border-radius: 0 0 12px 12px; background: #6b635b; }
.feature-alarm { background: #f6d6bd; }
.feature-alarm .feature-icon { background: #ba5b34; }
.digital-clock { position: absolute; right: 34px; bottom: 26px; padding: 10px 18px; color: #ffb98b; background: #3a302c; border: 5px solid #4b403a; border-radius: 12px; font: 400 38px/1 var(--serif); letter-spacing: .08em; box-shadow: 0 12px 20px rgba(80,44,29,.16); }
.feature-dock { background: #dce5d4; }
.feature-dock .feature-icon { background: var(--sage); }
.tiny-window { position: absolute; right: 25px; bottom: 24px; width: 230px; height: 105px; border: 5px solid #585952; border-radius: 13px; background: #f8f6ef; }
.tiny-window span { display: block; height: 22px; background: #585952; }
.tiny-window img { position: absolute; width: 88px; right: 15px; top: -58px; filter: drop-shadow(0 7px 6px rgba(0,0,0,.18)); }
.feature-life { background: #e7dff0; }
.feature-life .feature-icon { background: #826e9c; }
.motion-dots { position: absolute; right: 45px; bottom: 48px; display: flex; align-items: center; gap: 13px; }
.motion-dots i { width: 11px; height: 11px; border-radius: 50%; background: #a995bf; animation: hop 1s ease-in-out infinite; }
.motion-dots i:nth-child(2) { animation-delay: .15s }.motion-dots i:nth-child(3) { animation-delay: .3s }
.motion-dots span { margin-left: 10px; color: #78658f; font: italic 30px var(--serif); transform: rotate(-8deg); }
@keyframes hop { 50% { transform: translateY(-13px); } }

.story { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.story-art { min-height: 560px; position: relative; display: grid; place-items: center; }
.heart-ring { position: absolute; width: 420px; height: 420px; border-radius: 50%; border: 1px solid rgba(217,111,56,.3); }
.heart-ring::before, .heart-ring::after { content: ""; position: absolute; border: 1px solid rgba(217,111,56,.14); border-radius: 50%; }
.heart-ring::before { inset: 35px; }.heart-ring::after { inset: -30px; }
.story-art img { position: relative; width: 330px; filter: drop-shadow(0 30px 30px rgba(72,50,35,.2)); }
.story-tag { position: absolute; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,250,241,.75); backdrop-filter: blur(8px); color: var(--muted); font-size: 11px; font-weight: 700; }
.tag-one { left: 8%; top: 22%; }.tag-two { right: 5%; top: 34%; }.tag-three { left: 13%; bottom: 18%; }
.story-copy > p:not(.eyebrow) { margin: 28px 0; color: var(--muted); font-size: 16px; line-height: 2; word-break: keep-all; }
.story h2 { font-size: clamp(38px, 4.4vw, 62px); }
blockquote { margin: 36px 0 0; padding-left: 24px; border-left: 3px solid var(--orange); font: italic 400 24px/1.5 var(--serif); }

.plan { max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 460px); align-items: center; gap: 100px; padding-left: max(30px, calc((100vw - 1120px)/2)); padding-right: max(30px, calc((100vw - 1120px)/2)); color: #f8f1e8; background: var(--dark); }
.eyebrow.light { color: #f4b28f; }
.plan h2 { font-size: clamp(44px, 5vw, 70px); }
.plan-copy > p:not(.eyebrow) { max-width: 590px; margin: 28px 0; color: #c4bbb2; font-size: 16px; line-height: 2; word-break: keep-all; }
.plan-note { padding: 14px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; color: #d8cec5; background: rgba(255,255,255,.04); font-size: 13px; }
.plan-card { position: relative; display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 10px 20px; padding: 25px; color: var(--ink); background: #f5e7d2; border-radius: 26px; transform: rotate(2deg); box-shadow: 0 35px 70px rgba(0,0,0,.27); }
.plan-card-top { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.plan-card-top strong { color: var(--orange); font: 400 24px/1 var(--serif); }
.plan-card img { width: 145px; filter: drop-shadow(0 12px 14px rgba(77,54,37,.2)); }
.plan-card h3 { margin: 0; font: 400 35px/1 var(--serif); }.plan-card p { margin: 6px 0; color: var(--muted); font-size: 11px; }
.plan-card ul { grid-column: 1 / -1; display: flex; gap: 7px; flex-wrap: wrap; list-style: none; margin: 5px 0 0; padding: 14px 0 0; border-top: 1px solid var(--line); }
.plan-card li { padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.5); font-size: 10px; }
.coming-chip { position: absolute; right: -18px; bottom: -18px; padding: 11px 16px; color: white; background: var(--orange); border-radius: 999px; font-size: 11px; font-weight: 800; transform: rotate(-5deg); }

.faq { padding-bottom: 150px; }
.faq .section-heading { margin-bottom: 35px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 25px 5px; font-size: 16px; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--orange); font-size: 24px; font-weight: 400; transition: transform .25s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 720px; margin: -5px 0 25px; color: var(--muted); font-size: 14px; }

.final-cta { min-height: 380px; position: relative; max-width: 1180px; margin: 0 auto 80px; padding: 60px; display: flex; align-items: center; justify-content: space-between; gap: 40px; overflow: hidden; color: white; background: linear-gradient(135deg, #cc6035, #dd7d48); border-radius: 34px; box-shadow: 0 30px 65px rgba(167,70,35,.26); }
.final-cta::before { content: ""; position: absolute; width: 330px; height: 330px; right: 22%; top: -190px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.035), 0 0 0 110px rgba(255,255,255,.025); }
.final-cta h2 { position: relative; font-size: clamp(42px, 5vw, 68px); }.final-cta h2 em { color: #ffe1a3; }
.final-cta .button { position: relative; z-index: 2; flex: 0 0 auto; }
.button-light { color: var(--ink); background: white; }
.final-cta img { position: absolute; width: 170px; right: 260px; bottom: -75px; opacity: .92; transform: rotate(-8deg); }

footer { max-width: 1180px; margin: 0 auto; padding: 0 30px 35px; color: var(--muted); font-size: 11px; }
.footer-top, .footer-bottom { display: flex; align-items: center; gap: 25px; padding: 24px 0; border-top: 1px solid var(--line); }
.footer-top p { margin-right: auto; }.footer-top nav { display: flex; gap: 18px; }.footer-top a:hover { color: var(--orange); }
.footer-brand { color: var(--ink); font-size: 17px; }.footer-brand .brand-mark { width: 23px; height: 23px; font-size: 11px; }
.footer-bottom { justify-content: space-between; padding-top: 18px; }.footer-bottom p { margin: 0; }.footer-bottom a { text-decoration: underline; text-underline-offset: 3px; }

.subpage { min-height: 100vh; padding-top: 125px; }
.sub-hero { max-width: 920px; margin: 0 auto; padding: 70px 30px 45px; }
.sub-hero h1 { margin: 0; font: 400 clamp(46px, 6vw, 76px)/1.1 var(--serif); letter-spacing: -.04em; }
.sub-hero p { max-width: 640px; margin: 22px 0 0; color: var(--muted); font-size: 16px; }
.content-card { max-width: 920px; margin: 0 auto 110px; padding: 45px; border: 1px solid var(--line); border-radius: 26px; background: var(--paper); box-shadow: var(--shadow); }
.content-card h2 { margin: 45px 0 10px; font: 400 30px var(--serif); }.content-card h2:first-child { margin-top: 0; }
.content-card p, .content-card li { color: var(--muted); font-size: 14px; }
.content-card a { color: var(--orange-dark); text-decoration: underline; text-underline-offset: 3px; }
.support-box { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 28px 0; padding: 24px; border-radius: 18px; background: #efe3d1; }
.support-box b { display: block; font-size: 16px; }.support-box span { color: var(--muted); font-size: 12px; }
.status-list { list-style: none; margin: 25px 0; padding: 0; }.status-list li { display: flex; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); }.status-list li::before { content: "✓"; color: var(--sage); font-weight: 800; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .hero-meroro, .motion-dots i { animation: none; } }

@media (max-width: 900px) {
  .site-header nav a:not(.nav-support) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 145px; gap: 35px; }
  .hero-copy { text-align: center; }.eyebrow, .hero-actions, .hero-meta { justify-content: center; }.hero-lead { margin-left: auto; margin-right: auto; }
  .hero-visual { min-height: 560px; }.desktop-window { width: min(600px, 96%); }.hero-meroro { right: 0; }
  .section-heading { display: block; }.section-heading .eyebrow { justify-content: flex-start; }
  .story { grid-template-columns: 1fr; gap: 25px; }.story-art { order: 2; }
  .plan { grid-template-columns: 1fr; gap: 55px; }.plan-card { width: min(460px, 100%); justify-self: center; }
  .final-cta { margin-left: 20px; margin-right: 20px; padding: 48px 38px; }.final-cta img { display: none; }
}

@media (max-width: 640px) {
  .site-header { top: 10px; width: calc(100% - 20px); }.site-header .nav-support { padding: 8px 12px; }.brand { font-size: 17px; }
  .hero { min-height: auto; padding: 125px 20px 60px; }.hero h1 { font-size: 46px; }.hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; }.button { width: 100%; }.hero-meta { gap: 12px; justify-content: space-between; }.hero-meta li { text-align: left; }
  .hero-visual { min-height: 440px; }.sun-orb { width: 360px; height: 360px; }.desktop-window { height: 290px; border-width: 6px; }.window-content { grid-template-columns: 45px 1fr; }.mini-work { padding: 20px; }.mini-work h2 { font-size: 20px; margin-bottom: 12px; }.focus-card { display: none; }.hero-meroro { width: 155px; top: 28px; right: -12px; }.speech-bubble { top: -22px; right: 66px; }.cursor-chip { bottom: 28px; }
  .marquee div { justify-content: flex-start; }
  .section { padding: 90px 20px; }.section-heading { margin-bottom: 35px; }.section-heading h2, .story h2 { font-size: 40px; }
  .feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 370px; padding: 28px; }.feature-card h3 { margin-top: 45px; font-size: 27px; }.feature-card p { max-width: 95%; }.laptop-scene, .digital-clock, .tiny-window { transform: scale(.82); transform-origin: right bottom; }
  .story-art { min-height: 440px; }.heart-ring { width: 320px; height: 320px; }.story-art img { width: 250px; }
  .plan { padding-left: 20px; padding-right: 20px; }.plan-card { grid-template-columns: 115px 1fr; padding: 20px; }.plan-card img { width: 110px; }
  .final-cta { min-height: 340px; display: block; padding: 42px 28px; }.final-cta h2 { font-size: 43px; }.final-cta .button { margin-top: 28px; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }.footer-top p { margin: 0; }
  .subpage { padding-top: 90px; }.sub-hero { padding-top: 55px; }.content-card { margin-left: 15px; margin-right: 15px; padding: 28px 22px; }.support-box { align-items: flex-start; flex-direction: column; }
}
