:root {
  --ink: #2f2a20;
  --muted: #716a5e;
  --cream: #fffaf0;
  --paper: #ffffff;
  --yellow: #ffc928;
  --orange: #ff914d;
  --mint: #85d9c8;
  --pink: #ff9fbd;
  --line: #eadfcb;
  --shadow: 0 20px 60px rgba(74, 55, 25, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-rounded, "SF Pro Rounded", "Noto Sans", "Noto Sans KR", "Noto Sans JP", system-ui, sans-serif;
  line-height: 1.65;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: relative; z-index: 10; background: var(--cream); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 1.05rem; font-weight: 900; }
.brand-mark { display: block; width: 48px; height: 48px; border-radius: 13px; box-shadow: 0 7px 18px rgba(85,53,12,.14); }
.nav-links, .languages { display: flex; align-items: center; gap: 16px; }
.nav-links a, .languages a { color: var(--muted); text-decoration: none; font-weight: 750; }
.nav-links a:hover, .languages a:hover, .languages a[aria-current="page"] { color: var(--ink); }
.hero {
  width: min(1240px, calc(100% - 40px));
  margin: 10px auto 90px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(225,191,110,.45);
  border-radius: 44px;
  background: linear-gradient(135deg,#fff0b9 0%,#ffe295 48%,#bff1df 100%);
  box-shadow: 0 26px 80px rgba(80,57,12,.12);
}
.hero-grid { width: 100%; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 60px; padding: 62px 54px; }
.eyebrow { margin: 0 0 14px; color: #a25c00; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
h1 { margin: 0; max-width: 760px; font-size: clamp(3rem, 7vw, 6rem); line-height: .98; letter-spacing: -.055em; }
.lead { max-width: 640px; margin: 26px 0 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; background: var(--ink); color: #fff; text-decoration: none; font-weight: 900; }
.button.secondary { border: 1px solid var(--line); background: var(--paper); color: var(--ink); }
.hero-art { position: relative; min-height: 570px; }
.blob { position: absolute; inset: 42px 6px 18px 38px; border-radius: 45% 55% 46% 54% / 52% 38% 62% 48%; background: rgba(255,255,255,.5); transform: rotate(4deg); }
.hero-phone {
  position: absolute;
  left: 50%;
  top: 0;
  width: min(300px, 70%);
  height: 555px;
  object-fit: cover;
  object-position: top center;
  border: 10px solid var(--ink);
  border-radius: 40px;
  box-shadow: var(--shadow);
  transform: translateX(-50%) rotate(3deg);
}
.hero-app-icon { position: absolute; z-index: 3; left: 0; top: 20px; width: 130px; height: 130px; border-radius: 30px; box-shadow: 0 15px 34px rgba(85,53,12,.25); transform: rotate(-8deg); }
.spark { position: absolute; z-index: 3; font-size: 44px; filter: drop-shadow(0 9px 14px rgba(60, 44, 20, .15)); }
.spark.one { right: 0; top: 8%; }.spark.two { right: 1%; bottom: 8%; }
.section { padding: 82px 0; }
.section.alt { background: rgba(255,255,255,.68); border-block: 1px solid var(--line); }
.section-head { max-width: 700px; margin-bottom: 36px; }
h2 { margin: 0 0 14px; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.08; letter-spacing: -.04em; }
.section-head p, .card p, .privacy p, .privacy li { color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { min-height: 280px; padding: 34px; border: 2px solid var(--line); border-radius: 30px; background: var(--paper); box-shadow: 0 12px 0 rgba(95,72,32,.075); }
.card:nth-child(1) { background: #fff0bb; }.card:nth-child(2) { background: #cef5e7; }.card:nth-child(3) { background: #ffe0e8; }
.card-icon { font-size: 34px; }.card h3 { margin: 13px 0 7px; font-size: 1.25rem; }.card p { margin: 0; }
.gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; align-items: start; }
.gallery img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.safe-note { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: start; padding: 30px; border-radius: 30px; background: #dff7f1; }
.safe-note .big { font-size: 44px; }.safe-note h2 { font-size: 2rem; }.safe-note p { margin: 8px 0 0; color: #46655e; }
.privacy { max-width: 820px; padding: 70px 0 100px; }
.privacy h1 { font-size: clamp(2.6rem, 7vw, 4.8rem); }.privacy h2 { margin-top: 50px; font-size: 1.55rem; letter-spacing: -.02em; }.privacy h3 { margin-top: 32px; }
.meta { color: var(--muted); font-weight: 700; }.notice { margin: 28px 0; padding: 22px; border-left: 5px solid var(--yellow); background: #fff4cc; border-radius: 0 18px 18px 0; }
.footer { padding: 38px 0; border-top: 1px solid var(--line); }
.footer-row { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer a { text-decoration: none; font-weight: 750; }
@media (max-width: 820px) {
  .nav-links { display: none; }
  .hero { margin-inline: 14px; width: calc(100% - 28px); }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-grid { padding: 46px 28px; }
  .hero-art { min-height: 530px; }
  .cards { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
}
@media (max-width: 480px) {
  .wrap { width: min(100% - 26px, 1120px); }
  .nav { gap: 10px; }.languages { gap: 10px; font-size: .9rem; }
  .hero-art { min-height: 495px; }.hero-phone { width: 260px; height: 485px; }
  .hero-app-icon { width: 92px; height: 92px; border-radius: 22px; }
  .section { padding: 62px 0; }.gallery { gap: 20px; }.gallery img { border-radius: 20px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
