:root {
  color-scheme: light;
  --paper: #f7f4ec;
  --paper-deep: #eee9dc;
  --ink: #262822;
  --muted: #77786f;
  --line: #dedacd;
  --accent: #ff674b;
  --accent-dark: #c9412b;
  --mint: #d8e6d8;
  --sun: #f1cf67;
  --white: #fffdf8;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", serif;
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background-color: var(--paper);
  background-image: radial-gradient(rgba(83, 73, 48, .055) .55px, transparent .55px);
  background-size: 5px 5px;
  line-height: 1.65;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
a { color: inherit; text-underline-offset: .22em; }
a:hover { color: var(--accent-dark); }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; border-radius: 3px; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 10; padding: .75rem 1rem; color: var(--white); background: var(--ink); border-radius: 4px; }
.skip-link:focus { top: 1rem; }
.site-header { width: min(1160px, calc(100% - 64px)); min-height: 86px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(91, 82, 61, .16); }
.wordmark { display: inline-flex; align-items: center; gap: .65rem; font-family: var(--serif); font-weight: 700; font-size: 1.35rem; letter-spacing: -.045em; text-decoration: none; }
.wordmark-dot { width: 10px; height: 10px; display: inline-block; background: var(--accent); border-radius: 50%; box-shadow: 0 0 0 4px rgba(255, 103, 75, .13); }
.header-nav, .site-footer nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.7vw, 2.25rem); }
.header-nav a, .site-footer nav a { color: var(--muted); font-size: .85rem; text-decoration: none; }
.header-nav a.current, .header-nav a:hover, .site-footer nav a:hover { color: var(--ink); }
.header-nav a.current { box-shadow: inset 0 -1px var(--accent); padding: .4rem 0; }
main { overflow: hidden; }
.hero { width: min(1160px, calc(100% - 64px)); min-height: 590px; margin: 0 auto; display: grid; grid-template-columns: 1fr .93fr; align-items: center; gap: 4rem; padding: 4.7rem 0 5.3rem; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 1.2rem; color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-mark { color: var(--accent); font-size: 1rem; margin-right: .4rem; vertical-align: -1px; }
h1, h2, p { margin-top: 0; }
h1, h2 { word-break: keep-all; }
h1 { margin-bottom: 1.3rem; font-family: var(--serif); font-size: clamp(3.2rem, 6.5vw, 5.65rem); font-weight: 500; line-height: 1.06; letter-spacing: -.065em; }
.highlight { color: var(--accent); font-style: italic; }
.hero-lede { max-width: 465px; margin-bottom: 2rem; color: #64655d; font-size: 1rem; line-height: 1.9; }
.hero-lede strong { color: var(--ink); font-family: var(--serif); font-size: 1.1em; }
.button { display: inline-flex; align-items: center; gap: 1.35rem; min-height: 48px; padding: .7rem 1.15rem; border: 1px solid transparent; border-radius: 2px; font-size: .85rem; font-weight: 650; text-decoration: none; transition: transform .18s ease, background .18s ease, border .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fffaf3; background: var(--ink); }
.button-primary:hover { color: white; background: var(--accent-dark); }
.button-muted { color: #54564e; background: #e8e4d9; cursor: default; }
.button-outline { color: var(--ink); border-color: #b9b4a8; background: transparent; }
.button-outline:hover { border-color: var(--ink); background: var(--white); }
.hero-art { height: 430px; position: relative; display: flex; align-items: center; justify-content: center; isolation: isolate; }
.sun-disc { position: absolute; width: 340px; height: 340px; top: 38px; left: 50%; z-index: -1; transform: translateX(-50%); border-radius: 50%; background: #eddfc5; }
.paper-card { position: absolute; display: flex; flex-direction: column; width: 275px; height: 335px; padding: 1.45rem; background: var(--white); box-shadow: 0 16px 45px rgba(73, 64, 44, .13); }
.card-back { transform: rotate(10deg) translate(54px, 0); background: var(--mint); }
.card-back .card-small-label { color: #536b56; }
.card-scribble { margin: auto; color: #79937c; font-family: var(--serif); font-size: 5rem; text-align: center; }
.card-front { transform: rotate(-7deg) translate(-25px, 10px); }
.coupon-chip { width: fit-content; padding: .2rem .5rem; color: var(--accent-dark); background: #fff0e8; border-radius: 2px; font-family: var(--serif); font-size: .95rem; font-weight: 700; }
.card-small-label { color: var(--muted); font-size: .7rem; letter-spacing: .08em; }
.coupon-title { margin-top: 1.35rem; font-family: var(--serif); font-size: 1.4rem; letter-spacing: -.025em; }
.coupon-date { margin-top: .6rem; color: var(--muted); font-size: .75rem; }
.coupon-date b { color: var(--accent-dark); }
.coupon-dots { margin: 1.1rem -1.45rem .8rem; overflow: hidden; color: #d8d4ca; white-space: nowrap; letter-spacing: .25em; }
.coupon-barcode { width: 112px; height: 47px; background: repeating-linear-gradient(90deg, #363832 0 2px, transparent 2px 4px, #363832 4px 5px, transparent 5px 8px); opacity: .75; }
.sparkle { position: absolute; color: var(--accent); font-size: 1.7rem; }
.sparkle-one { top: 65px; right: 44px; }
.sparkle-two { left: 42px; bottom: 80px; color: #c6a339; font-size: 1.25rem; }
.art-caption { position: absolute; right: 4%; bottom: 0; color: #868174; font-family: var(--serif); font-size: .85rem; font-style: italic; }
.section { width: min(960px, calc(100% - 64px)); margin: 0 auto; display: grid; grid-template-columns: .8fr 1fr; gap: 5rem; padding: 6rem 0; border-top: 1px solid var(--line); }
.section-heading h2, .section-body p { font-family: var(--serif); font-size: 2rem; font-weight: 500; line-height: 1.3; letter-spacing: -.04em; }
.section-heading .eyebrow { margin-bottom: 1rem; }
.section-body { padding-top: 2.1rem; }
.section-body p { color: #65665e; font-family: inherit; font-size: .98rem; line-height: 1.9; letter-spacing: 0; }
.text-link { display: inline-flex; align-items: center; gap: .9rem; padding: .3rem 0; color: var(--ink); font-size: .87rem; font-weight: 700; text-decoration-color: rgba(38, 40, 34, .28); }
.text-link span { color: var(--accent); font-size: 1.1rem; }
.quiet-note { position: relative; width: min(960px, calc(100% - 64px)); margin: 0 auto 7rem; padding: 2.4rem 3rem; display: flex; align-items: center; gap: 1.5rem; border: 1px solid #dbd4c6; background: rgba(255, 253, 248, .54); }
.quiet-note .eyebrow { margin-bottom: .5rem; }
.quiet-note h2 { margin-bottom: .25rem; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; letter-spacing: -.035em; }
.quiet-note p:last-child { margin: 0; color: var(--muted); font-size: .86rem; }
.quiet-icon { width: 55px; height: 55px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #527257; background: var(--mint); font-family: var(--serif); font-size: 1.8rem; }
.note-stamp { margin-left: auto; padding: .4rem .7rem; border: 1px solid #dba995; color: #ae644f; font-size: .7rem; letter-spacing: .08em; transform: rotate(-7deg); }
.site-footer { width: min(1160px, calc(100% - 64px)); margin: 0 auto; min-height: 175px; padding: 2.5rem 0; display: grid; grid-template-columns: 1fr 1fr auto; grid-template-rows: auto auto; align-items: start; column-gap: 2rem; border-top: 1px solid rgba(91, 82, 61, .2); }
.footer-brand { font-size: 1.15rem; }
.site-footer p { margin: .3rem 0 0; color: var(--muted); font-size: .8rem; }
.site-footer nav { grid-column: 3; grid-row: 1; gap: 1.4rem; }
.site-footer small { grid-column: 1 / -1; align-self: end; color: #929085; font-size: .72rem; }
.ppik-hero { min-height: 535px; }
.ppik-hero .hero-art { height: 390px; }
.ppik-art .sun-disc { background: #e9e1cf; }
.feature-grid { width: min(1160px, calc(100% - 64px)); margin: 0 auto; padding: 1rem 0 6rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.feature-card { min-height: 255px; position: relative; padding: 1.8rem; border: 1px solid #dfdacd; background: rgba(255, 253, 248, .55); }
.feature-number { position: absolute; top: 1.6rem; right: 1.7rem; color: #aaa698; font-family: var(--serif); font-size: .8rem; }
.feature-icon { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 1.45rem; border-radius: 50%; font-family: var(--serif); font-size: 1.5rem; }
.icon-peach { color: #ad5947; background: #f4ddd1; }.icon-yellow { color: #89722f; background: #f3e9c6; }.icon-green { color: #53725b; background: #dce8da; }
.feature-card h2 { margin-bottom: .55rem; font-family: var(--serif); font-size: 1.35rem; font-weight: 500; letter-spacing: -.035em; }
.feature-card p { margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.8; }
.privacy-callout { width: min(960px, calc(100% - 64px)); margin: 0 auto 6rem; padding: 3rem; display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 2rem; background: #e9eee4; }
.privacy-orbit { position: relative; width: 110px; height: 110px; display: grid; place-items: center; margin: auto; border: 1px solid #a8b9a5; border-radius: 50%; color: #55785b; font-family: var(--serif); font-size: 2.6rem; }
.privacy-orbit::before { content: ""; position: absolute; width: 74px; height: 74px; border: 1px dashed #b1c0ad; border-radius: 50%; }
.privacy-callout .eyebrow { margin-bottom: .55rem; color: #637460; }
.privacy-callout h2 { margin-bottom: .8rem; font-family: var(--serif); font-size: 2rem; font-weight: 500; line-height: 1.25; letter-spacing: -.04em; }
.privacy-callout p:not(.eyebrow) { max-width: 570px; color: #646d60; font-size: .9rem; }
.faq-preview { width: min(960px, calc(100% - 64px)); margin: 0 auto; padding: 0 0 6rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.faq-preview .eyebrow { margin-bottom: .5rem; }
.faq-preview h2 { margin-bottom: .5rem; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; letter-spacing: -.04em; }
.faq-preview p:last-child { margin: 0; color: var(--muted); font-size: .9rem; }
.document-page { width: min(900px, calc(100% - 64px)); margin: 0 auto; }
.page-intro { padding: 5rem 0 2rem; }
.page-intro h1 { font-size: clamp(3.1rem, 7vw, 5rem); }
.page-intro > p:last-child { max-width: 510px; margin: 0; color: var(--muted); }
.page-toc { display: flex; flex-wrap: wrap; gap: .5rem; padding: 1.25rem 0 2.5rem; border-bottom: 1px solid var(--line); }
.page-toc a { padding: .45rem .8rem; border: 1px solid #dcd7ca; color: #62635c; background: rgba(255, 253, 248, .4); font-size: .75rem; text-decoration: none; }
.page-toc a:hover { border-color: var(--accent); color: var(--accent-dark); }
.faq-list { padding-bottom: 1rem; }
.faq-item { padding: 2.1rem 0 2.4rem; border-bottom: 1px solid var(--line); scroll-margin-top: 90px; }
.faq-kicker { margin-bottom: .65rem; color: var(--accent-dark); font-size: .7rem; font-weight: 750; letter-spacing: .1em; }
.faq-item h2 { margin-bottom: .85rem; font-family: var(--serif); font-size: 1.6rem; font-weight: 500; letter-spacing: -.035em; }
.faq-item p:not(.faq-kicker) { max-width: 760px; margin-bottom: .65rem; color: #65665e; font-size: .91rem; line-height: 1.95; }
.faq-item p:last-child { margin-bottom: 0; }
.faq-detail { padding: .9rem 1rem; border-left: 2px solid #d2bd78; background: rgba(239, 229, 190, .27); }
.contact-card { margin: 3.5rem 0 1.5rem; padding: 2.3rem; display: grid; grid-template-columns: 60px 1fr; gap: 1.4rem; border: 1px solid #e3cdbd; background: #f7e9de; }
.contact-mark { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: #a9513a; background: #f0d2c1; font-size: 1.15rem; }
.contact-card .eyebrow { margin-bottom: .45rem; color: #956754; }
.contact-card h2 { margin-bottom: .45rem; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; letter-spacing: -.035em; }
.contact-card p:not(.eyebrow) { max-width: 600px; margin-bottom: 1.15rem; color: #74665f; font-size: .85rem; }
.contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: .7rem 1rem; }
.contact-email { color: #754b3d; font-size: .86rem; font-weight: 650; overflow-wrap: anywhere; }
.hosting-note { margin: 0 0 5rem; padding: 1.1rem 1.25rem; border-left: 2px solid #b8b4a9; background: rgba(255, 253, 248, .46); }
.hosting-note p { margin: 0; color: #73736b; font-size: .78rem; line-height: 1.85; }
.hosting-note strong { color: #45473f; }
.hosting-note a { color: #464a40; }
.privacy-page .page-intro { padding-bottom: 1.3rem; }
.policy-meta { display: grid; grid-template-columns: 100px 1fr; gap: .5rem 1rem; width: fit-content; min-width: min(100%, 390px); padding: 1rem 1.2rem; border-left: 2px solid var(--accent); background: rgba(255, 253, 248, .55); font-size: .82rem; }
.policy-meta span, .policy-contact span { color: var(--muted); }
.policy-meta strong { font-weight: 600; }
.policy-toc { margin-top: 2.5rem; }
.policy-content { max-width: 760px; padding: .5rem 0 1rem; }
.policy-content section { padding: 2rem 0 1.2rem; scroll-margin-top: 90px; }
.policy-content section + section { border-top: 1px solid var(--line); }
.policy-content h2 { margin: 0 0 .8rem; font-family: var(--serif); font-size: 1.42rem; font-weight: 500; letter-spacing: -.03em; }
.policy-content section h2 + h2 { margin-top: 2rem; }
.policy-content p, .policy-content li { color: #62635b; font-size: .87rem; line-height: 1.95; }
.policy-content p { margin-bottom: .85rem; }
.policy-content ul { margin: .5rem 0 1.1rem; padding-left: 1.25rem; }
.policy-content li { padding-left: .15rem; margin: .28rem 0; }
.policy-content li::marker { color: var(--accent); }
.policy-content strong { color: #41433d; }
.policy-contact { display: grid; grid-template-columns: 88px 1fr; gap: .55rem 1rem; width: fit-content; min-width: min(100%, 400px); margin: 1rem 0; padding: 1rem 1.1rem; border: 1px solid var(--line); background: rgba(255, 253, 248, .5); font-size: .84rem; }
.policy-back { padding: 1.5rem 0 4rem; border-top: 1px solid var(--line); }
.not-found { width: min(650px, calc(100% - 64px)); min-height: 65vh; margin: auto; padding: 7rem 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.not-found-mark { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 1.5rem; border-radius: 50%; color: #98604e; background: #f0dfd2; font-family: var(--serif); font-size: 1.7rem; }
.not-found h1 { font-size: clamp(3rem, 7vw, 4.5rem); }
.not-found > p:not(.eyebrow) { margin-bottom: 1.6rem; color: var(--muted); }

@media (max-width: 760px) {
  html { scroll-padding-top: 75px; }
  .site-header { width: min(100% - 36px, 560px); min-height: 72px; align-items: flex-start; flex-direction: column; justify-content: center; gap: .4rem; padding: .55rem 0 .6rem; }
  .wordmark { font-size: 1.15rem; }
  .header-nav { width: 100%; gap: 1.15rem; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
  .header-nav::-webkit-scrollbar { display: none; }
  .header-nav a { font-size: .75rem; }
  .hero, .ppik-hero { width: min(100% - 36px, 560px); grid-template-columns: 1fr; gap: 1rem; padding: 3.8rem 0 3rem; }
  .hero h1 { font-size: clamp(3rem, 13vw, 4.6rem); }
  .hero-art { height: 360px; margin: 0 -.6rem; }
  .sun-disc { width: 290px; height: 290px; }
  .paper-card { width: 232px; height: 300px; padding: 1.25rem; }
  .card-front { transform: rotate(-7deg) translate(-20px, 8px); }
  .card-back { transform: rotate(10deg) translate(45px, 0); }
  .coupon-dots { margin-left: -1.25rem; margin-right: -1.25rem; }
  .sparkle-one { right: 7%; top: 35px; }.sparkle-two { left: 7%; bottom: 56px; }
  .art-caption { right: 4%; bottom: -4px; }
  .section { width: min(100% - 36px, 560px); grid-template-columns: 1fr; gap: .3rem; padding: 3.5rem 0; }
  .section-heading h2 { font-size: 1.8rem; }
  .section-body { padding-top: 0; }
  .quiet-note { width: min(100% - 36px, 560px); margin-bottom: 4rem; padding: 1.5rem; gap: 1rem; }
  .quiet-icon { width: 45px; height: 45px; font-size: 1.5rem; }
  .quiet-note h2 { font-size: 1.25rem; }
  .quiet-note p:last-child { font-size: .78rem; }
  .note-stamp { display: none; }
  .site-footer { width: min(100% - 36px, 560px); grid-template-columns: 1fr; gap: .5rem; padding: 2rem 0; }
  .site-footer nav { grid-column: 1; grid-row: auto; flex-wrap: wrap; margin-top: .5rem; }
  .site-footer small { grid-column: 1; margin-top: 1.5rem; }
  .feature-grid { width: min(100% - 36px, 560px); grid-template-columns: 1fr; padding-bottom: 3.5rem; }
  .feature-card { min-height: 0; padding: 1.4rem; }
  .feature-icon { margin-bottom: .8rem; }
  .privacy-callout { width: min(100% - 36px, 560px); grid-template-columns: 1fr; gap: 1.5rem; padding: 1.6rem; margin-bottom: 3.5rem; }
  .privacy-orbit { width: 80px; height: 80px; font-size: 2rem; }
  .privacy-orbit::before { width: 56px; height: 56px; }
  .privacy-callout h2 { font-size: 1.7rem; }
  .faq-preview { width: min(100% - 36px, 560px); align-items: flex-start; flex-direction: column; padding-bottom: 3.7rem; }
  .document-page { width: min(100% - 36px, 620px); }
  .page-intro { padding: 3.6rem 0 1.4rem; }
  .page-intro h1 { font-size: clamp(3rem, 13vw, 4.4rem); }
  .page-toc { gap: .4rem; padding-bottom: 1.7rem; }
  .page-toc a { padding: .4rem .62rem; font-size: .7rem; }
  .faq-item { padding: 1.7rem 0 1.9rem; }
  .faq-item h2 { font-size: 1.35rem; }
  .faq-item p:not(.faq-kicker), .policy-content p, .policy-content li { font-size: .83rem; }
  .contact-card { grid-template-columns: 1fr; gap: .8rem; padding: 1.5rem; margin-top: 2.6rem; }
  .contact-mark { width: 43px; height: 43px; }
  .hosting-note { margin-bottom: 3.5rem; }
  .policy-toc { margin-top: 1.8rem; }
  .policy-content section { padding: 1.6rem 0 .8rem; }
  .policy-content h2 { font-size: 1.28rem; }
  .policy-meta { grid-template-columns: 72px 1fr; font-size: .76rem; }
  .policy-contact { grid-template-columns: 65px 1fr; font-size: .78rem; }
  .not-found { width: min(100% - 36px, 560px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
