:root { color-scheme: light; font-family: system-ui, -apple-system, 'Segoe UI', 'Malgun Gothic', sans-serif; color: #493f36; background: #fffaf4; line-height: 1.7; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: #466958; text-underline-offset: 4px; }
a:focus-visible { outline: 3px solid #466958; outline-offset: 4px; border-radius: 4px; }
header, main, footer { width: min(1100px, calc(100% - 48px)); margin-inline: auto; }
header { display: flex; justify-content: space-between; align-items: center; padding-block: 26px; gap: 20px; }
header img { display: block; }
nav { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px; }
nav a { min-height: 44px; display: inline-flex; align-items: center; font-size: .9rem; }
header nav a[aria-current] { font-weight: 750; }
.hero { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 56px; padding-block: 55px 65px; }
.brand { color: #466958; font-size: .85rem; font-weight: 750; letter-spacing: .08em; }
h1 { color: #354e43; font-size: clamp(2.1rem, 4vw, 3.7rem); line-height: 1.3; letter-spacing: -.045em; white-space: pre-line; margin: 20px 0 25px; overflow-wrap: anywhere; }
.intro { max-width: 38em; color: #63564c; font-size: 1.04rem; }
:lang(ko) h1, :lang(ko) p { word-break: keep-all; overflow-wrap: break-word; }
.count { font-weight: 700; margin-block: 30px 20px; }
.stores { display: flex; gap: 12px; flex-wrap: wrap; }
.store { display: flex; flex-direction: column; align-items: flex-start; min-height: 68px; min-width: 155px; padding: 11px 22px; border: 1px solid #d5ccbe; border-radius: 14px; background: #f0ebe2; color: #62584d; font: inherit; line-height: 1.4; text-decoration: none; }
.store strong { font-size: 1rem; }
.store span { font-size: .8rem; }
.store:disabled { opacity: 1; cursor: default; }
.notice { font-size: .75rem; color: #6c6258; margin-top: 16px; }
figure { margin: 0; padding: 24px; border: 1px solid #e7dfd1; border-radius: 38px; background: #f3ede2; box-shadow: 0 18px 45px #76614712; transform: rotate(2deg); }
figure img { display: block; width: 100%; height: auto; border-radius: 20px; }
figcaption { text-align: center; font-size: .72rem; margin-top: 16px; color: #6c6258; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; border-block: 1px solid #e7dfd1; padding-block: 36px; }
.features h2 { font-size: 1.06rem; color: #466958; margin-top: 0; }
.features p { font-size: .92rem; margin-bottom: 0; color: #63564c; }
footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding-block: 30px 40px; font-size: .85rem; }
@media (max-width: 760px) { .hero { grid-template-columns: 1fr; padding-block: 22px 40px; gap: 32px; } figure { width: min(440px, 95%); justify-self: center; transform: none; } .features { grid-template-columns: 1fr; gap: 24px; } header, main, footer { width: calc(100% - 36px); } header { padding-block: 18px; gap: 10px; } header nav { gap: 12px; } }
@media (prefers-reduced-motion: reduce) { figure { transform: none; } }
