@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800&family=Nanum+Pen+Script&display=swap');

:root{
  --green:#123f37;
  --green-2:#0d342e;
  --green-3:#295f54;
  --gold:#c9aa56;
  --gold-light:#e4cf91;
  --ink:#102720;
  --muted:#5f6e69;
  --line:#e7e7e1;
  --paper:#fff;
  --page:#f4f5f3;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 50% 0%,#fff 0 20%,transparent 54%),
    #f3f4f2;
  font-family:"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
button{font:inherit}
.page-shell{
  width:100%;
  min-height:100dvh;
  padding:32px 14px;
  display:flex;
  justify-content:center;
  align-items:flex-start;
}
.digital-card{
  width:min(100%, 760px);
  background:#fff;
  border-radius:38px;
  overflow:hidden;
  box-shadow:0 22px 70px rgba(13,42,35,.16),0 3px 14px rgba(0,0,0,.08);
}
.hero{
  position:relative;
  min-height:570px;
  padding:50px 54px 44px;
  background:linear-gradient(135deg,#fff 0%,#fff 67%,#fafaf8 100%);
  overflow:hidden;
}
.hero-waves{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  z-index:1;
  pointer-events:none;
}
.hero-waves .wave-soft{fill:#d7e0d8}
.hero-waves .wave-bottom{fill:var(--green-2)}
.hero-waves .wave-side{fill:var(--green-3)}
.head-orb{
  position:absolute;
  z-index:0;
  border-radius:50%;
  pointer-events:none;
}
.orb-lg{
  width:300px;
  height:300px;
  right:-18px;
  top:28px;
  background:rgba(41,95,84,.11);
}
.orb-sm{
  width:168px;
  height:168px;
  right:188px;
  top:72px;
  background:rgba(41,95,84,.14);
}
.brand{
  position:relative;
  z-index:4;
  display:flex;
  align-items:center;
  gap:14px;
  width:max-content;
}
.brand-logo{
  width:72px;
  height:72px;
  object-fit:cover;
  object-position:center;
  mix-blend-mode:multiply;
}
.brand-copy{
  display:flex;
  flex-direction:column;
  line-height:1.18;
}
.brand-copy strong{font-size:22px;font-weight:800;letter-spacing:-.04em}
.brand-copy span{font-size:13px;color:#656c68;letter-spacing:.055em;margin-top:7px}
.hero-copy{
  position:relative;
  z-index:4;
  width:54%;
  margin-top:62px;
}
.name-row{
  display:flex;
  align-items:flex-end;
  gap:12px;
  white-space:nowrap;
}
.name-row h1{
  margin:0;
  font-size:72px;
  line-height:.95;
  letter-spacing:-.075em;
  font-weight:800;
}
.name-row span{
  font-size:30px;
  line-height:1.05;
  color:#4d5754;
  margin-bottom:5px;
}
.gold-line{width:55px;height:3px;background:var(--gold);margin:28px 0 18px}
.slogan{
  margin:0;
  font-size:20px;
  line-height:1.75;
  letter-spacing:-.04em;
  color:#303b38;
}
.qr-card{
  margin-top:34px;
  width:292px;
  min-height:112px;
  padding:12px 14px;
  border-radius:20px;
  background:rgba(255,255,255,.95);
  box-shadow:0 12px 30px rgba(0,0,0,.10);
  display:flex;
  align-items:center;
  gap:14px;
  transition:.2s ease;
}
.qr-card:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(0,0,0,.13)}
.qr-card img{width:86px;height:86px;border-radius:6px}
.qr-card div{display:flex;flex-direction:column;gap:5px;font-size:13px}
.qr-card div strong{font-weight:600}
.qr-card div span{color:#5d6562}
.chevron{margin-left:auto;color:var(--gold);font-size:30px;font-weight:300}
.portrait-wrap{
  position:absolute;
  z-index:3;
  right:-10px;
  bottom:-18px;
  width:53%;
  height:88%;
  overflow:hidden;
}
.portrait-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:48% 18%;
  transform:scale(1.06);
}

.quick-actions{
  position:relative;
  z-index:10;
  width:calc(100% - 28px);
  margin:-10px 14px 0;
  min-height:144px;
  padding:20px 10px;
  border-radius:28px;
  background:linear-gradient(145deg,#1b5048 0%,#103c35 52%,#0d342e 100%);
  box-shadow:0 10px 30px rgba(10,49,42,.28);
  display:grid;
  grid-template-columns:repeat(5,1fr);
}
.quick-item{
  min-width:0;
  padding:4px 13px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:center;
  gap:11px;
  color:#fff;
  text-align:center;
  font-size:13px;
  line-height:1.45;
  border-right:1px solid rgba(231,214,164,.30);
}
.quick-item:last-child{border-right:0}
.icon-circle{
  width:46px;height:46px;
  border:1px solid rgba(238,214,150,.65);
  border-radius:50%;
  display:grid;place-items:center;
  background:rgba(255,255,255,.035);
}
.icon-circle svg{
  width:23px;height:23px;
  fill:var(--gold-light);
  stroke:var(--gold-light);
  stroke-width:.35;
}
.icon-circle .naver-n{stroke:none}
.icon-circle .phone-icon{
  fill:none;
  stroke:var(--gold-light);
  stroke-width:1.55;
  stroke-linejoin:round;
}
.quick-item:hover .icon-circle{background:rgba(255,255,255,.1)}

.content-panel{
  position:relative;
  margin-top:-4px;
  padding:50px 44px 32px;
  background:#fff;
  border-radius:32px 32px 0 0;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:34px;
}
.activities{padding-right:30px;border-right:1px solid #dddcd6}
.section-title{display:flex;align-items:center;gap:14px;margin-bottom:24px}
.section-icon{
  width:48px;height:48px;border-radius:50%;
  display:grid;place-items:center;
  background:linear-gradient(145deg,#154b42,#0e332e);
  box-shadow:0 5px 14px rgba(20,70,60,.2);
}
.section-icon svg{width:25px;height:25px;fill:var(--gold-light)}
.section-title h2{margin:0;font-size:23px;letter-spacing:-.04em}
.section-title div span{display:block;width:45px;height:3px;background:var(--gold);margin-top:10px}
.activity-list{margin:0;padding:0;list-style:none}
.activity-list li{
  display:flex;
  align-items:flex-start;
  gap:8px;
  padding:12px 0;
  border-bottom:1px solid var(--line);
  font-size:14px;
  line-height:1.45;
  color:#4a5450;
}
.activity-list li:last-child{border-bottom:0}
.act-icon{
  flex:0 0 22px;
  width:22px;
  height:22px;
  border-radius:5px;
  background:#efe6d3;
  display:grid;
  place-items:center;
  margin-top:2px;
}
.act-icon svg{
  width:13px;
  height:13px;
  fill:none;
  stroke:#8a6a3d;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.act-text{min-width:0}
.act-text > span{color:#777;font-weight:500;margin-right:4px}
.message{
  position:relative;
  padding:8px 2px 52px 12px;
  min-height:310px;
  overflow:hidden;
  background:url("./assets/message-bg.png") no-repeat right bottom / 118% auto;
}
.quote-mark{
  display:block;
  height:42px;
  font-family:Georgia,serif;
  font-size:62px;
  line-height:1;
  color:#eee5d4;
}
.message p{
  position:relative;z-index:2;
  margin:4px 0 22px;
  font-size:20px;
  line-height:1.75;
  font-weight:600;
  letter-spacing:-.035em;
}
.signature{position:relative;z-index:2;display:flex;align-items:flex-end;gap:8px}
.signature .sign-name{
  display:block;
  height:52px;
  width:auto;
  transform:rotate(-4deg);
}
.signature span{font-size:14px;color:#5b6460;margin-bottom:6px}
.card-footer{
  min-height:76px;
  background:linear-gradient(90deg,#174d44,#0f3a34);
  display:flex;
}
.card-footer button{
  flex:1;
  border:0;
  background:transparent;
  color:#fff;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-weight:600;
  font-size:15px;
  border-right:1px solid rgba(255,255,255,.15);
}
.card-footer button:last-child{border-right:0}
.card-footer button:hover{background:rgba(255,255,255,.06)}
.card-footer svg{
  width:24px;height:24px;
  fill:none;
  stroke:var(--gold-light);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.toast{
  position:fixed;
  left:50%;
  bottom:24px;
  z-index:99;
  transform:translate(-50%,20px);
  padding:11px 16px;
  border-radius:999px;
  background:rgba(16,39,32,.93);
  color:#fff;
  font-size:13px;
  opacity:0;
  pointer-events:none;
  transition:.25s ease;
  box-shadow:0 8px 25px rgba(0,0,0,.22);
}
.toast.show{opacity:1;transform:translate(-50%,0)}

@media (max-width:680px){
  body{background:#fff}
  .page-shell{padding:0}
  .digital-card{width:100%;border-radius:0;box-shadow:none}
  .hero{min-height:500px;padding:24px 18px 22px}
  .brand{gap:9px}
  .brand-logo{width:46px;height:46px}
  .brand-copy strong{font-size:15px}
  .brand-copy span{font-size:8px;margin-top:4px}
  .hero-copy{width:54%;margin-top:36px}
  .name-row{gap:8px}
  .name-row h1{font-size:42px}
  .name-row span{font-size:18px;margin-bottom:3px}
  .gold-line{width:36px;margin:16px 0 12px}
  .slogan{font-size:13px;line-height:1.65}
  .qr-card{width:min(100%,186px);min-height:78px;margin-top:18px;padding:8px}
  .qr-card img{width:58px;height:58px}
  .qr-card div{font-size:10px;gap:3px}
  .portrait-wrap{
    width:53%;
    height:auto;
    aspect-ratio:403 / 502;
    right:-8px;
    bottom:-12px;
  }
  .portrait-wrap img{object-position:48% 18%;transform:scale(1.06)}
  .hero-waves .wave-side{fill:rgba(41,95,84,.38)}
  .hero-waves .wave-bottom{fill:rgba(13,52,46,.55)}
  .orb-lg{width:190px;height:190px;right:-20px;top:28px}
  .orb-sm{width:108px;height:108px;right:132px;top:62px}
  .quick-actions{
    width:calc(100% - 24px);
    margin:-8px 12px 0;
    padding:18px 8px;
    min-height:132px;
    border-radius:22px;
  }
  .quick-item{padding:2px 6px;font-size:9.5px;gap:8px}
  .icon-circle{width:38px;height:38px}
  .icon-circle svg{width:19px;height:19px}
  .content-panel{padding:38px 24px 26px;grid-template-columns:1fr;gap:28px}
  .activities{padding-right:0;border-right:0;border-bottom:1px solid #e1e0da;padding-bottom:24px}
  .activity-list li{font-size:13px;padding:10px 0}
  .message{padding:0 0 78px;min-height:270px}
  .message p{font-size:19px}
  .card-footer{min-height:70px}
}
@media (max-width:410px){
  .hero{min-height:470px;padding:20px 14px 18px}
  .hero-copy{width:54%}
  .name-row h1{font-size:38px}
  .name-row span{font-size:16px}
  .slogan{font-size:12px}
  .qr-card{width:min(100%,168px);min-height:72px}
  .qr-card img{width:52px;height:52px}
  .portrait-wrap{width:53%;right:-6px;bottom:-10px}
  .quick-item{font-size:8.8px;padding:2px 4px}
  .icon-circle{width:35px;height:35px}
}
