* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f8f7f3; color: #252d29; font-family: "Apple SD Gothic Neo", "Malgun Gothic", sans-serif; line-height: 1.6; word-break: keep-all; overflow-wrap: anywhere; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid #36715b; outline-offset: 6px; }
.page { max-width: 1160px; margin: auto; padding: 0 40px; }
.site-header { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 28px 0; border-bottom: 1px solid #dedfd7; }
.brand { display: flex; gap: 10px; align-items: center; font-weight: 700; font-size: 17px; }
.brand-mark { font-size: 32px; color: #36715b; line-height: 1; }
.header-link { font-size: 13px; color: #535d55; }
.header-link span { margin-left: 12px; }
.intro { display: grid; grid-template-columns: 1.4fr 1fr; align-items: center; gap: 60px; padding: 68px 0 48px; }
.eyebrow { display: flex; gap: 9px; align-items: center; font-size: 11px; letter-spacing: 2px; font-weight: 700; color: #42614f; margin: 0 0 22px; }
.status-dot { width: 7px; height: 7px; background: #518264; border-radius: 50%; }
h1 { font-size: clamp(38px, 5vw, 60px); line-height: 1.3; letter-spacing: -2px; margin: 0 0 22px; }
h1 > span:first-child { color: #36715b; }
.period { color: #d7884d; }
.introduction { max-width: 420px; color: #646b63; font-size: 16px; margin: 0 0 24px; }
.major { display: inline-flex; align-items: center; gap: 12px; padding: 8px 16px; border: 1px solid #d7ddd2; border-radius: 30px; font-size: 14px; margin: 0; background: #fffdf8; }
.major span { color: #697366; font-size: 12px; border-right: 1px solid #d7ddd2; padding-right: 12px; }
.intro-art { position: relative; min-height: 295px; background: #e6eadf; border-radius: 48% 48% 18px 18px; display: grid; place-items: center; }
.avatar { width: 164px; height: 178px; background: #f4c887; border: 2px solid #343f32; border-radius: 48% 48% 45% 45%; transform: rotate(-9deg); box-shadow: 9px 10px 0 #ccd5c3; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 19px; }
.eyes { display: flex; gap: 44px; }
.eyes i { width: 10px; height: 15px; background: #343f32; border-radius: 50%; }
.smile { width: 46px; height: 24px; border: 3px solid #343f32; border-top: 0; border-radius: 0 0 30px 30px; }
.art-spark { position: absolute; top: 12px; right: 30px; font-size: 59px; color: #36715b; transform: rotate(12deg); }
.art-label { position: absolute; bottom: 52px; right: 13px; padding: 8px 22px; background: #fffdf8; border: 1px solid #343f32; border-radius: 30px; transform: rotate(-8deg); font-size: 17px; font-weight: 700; }
.art-caption { position: absolute; bottom: 13px; font-size: 10px; letter-spacing: 3px; color: #566650; }
.example-note { margin: 0 0 28px; font-size: 12px; color: #686f65; }
.section-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 19px; }
h2 { font-size: 21px; margin: 0; letter-spacing: -.5px; }
.section-heading > span { font-size: 10px; color: #687163; letter-spacing: 1.5px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { position: relative; padding: 29px 26px; border: 1px solid #dedfd5; border-radius: 18px; }
.hobby-card { background: #eeefe7; }
.favorite-card { background: #f5ece2; }
.message-card { background: #2f5846; color: #fffdf4; border-color: #2f5846; }
.card-icon { position: absolute; top: 20px; right: 24px; font-size: 32px; line-height: 1; }
.card-label { font-size: 10px; letter-spacing: 1.4px; margin: 0 0 23px; color: #626b5e; }
.message-card .card-label { color: #d0ddca; }
h3 { font-size: 23px; margin: 0 0 8px; letter-spacing: -.5px; }
.card-description { font-size: 13px; color: #636b61; margin: 0 0 22px; }
ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
li { border: 1px solid #d7d6c9; border-radius: 20px; padding: 5px 11px; font-size: 12px; background: #ffffff60; }
blockquote { margin: 16px 0 25px; font-size: 22px; font-weight: 600; line-height: 1.65; }
.message-sign { color: #d0ddca; font-size: 12px; margin: 0; }
footer { display: flex; justify-content: space-between; gap: 16px; margin-top: 45px; padding: 22px 0 28px; border-top: 1px solid #dedfd7; color: #697163; font-size: 12px; }
footer > span:last-child > span { color: #36715b; margin-left: 7px; }
@media (max-width: 800px) {
  .intro { gap: 25px; }
  .card-grid { grid-template-columns: 1fr; }
  .card { padding: 26px; }
  .card-label { margin-bottom: 16px; }
}
@media (max-width: 540px) {
  .page { padding: 0 22px; }
  .site-header { padding: 22px 0; }
  .brand { font-size: 14px; }
  .header-link { font-size: 11px; }
  .header-link span { margin-left: 3px; }
  .intro { grid-template-columns: 1fr; padding: 40px 0 25px; gap: 30px; }
  .intro-art { min-height: 250px; max-width: 360px; width: 100%; justify-self: center; }
  .section-heading > span { display: none; }
  footer { font-size: 11px; margin-top: 30px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
