.glass-epilogue {
  --ink: #342b26; --muted: #68594b; --copper: #8e5333;
  position: relative; isolation: isolate; overflow: clip;
  min-height: max(850px,100svh); color: var(--ink); color-scheme: light;
  background: #e5dace;
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}
.glass-epilogue [hidden] { display: none !important; }
.glass-epilogue .glass-art { position: absolute; z-index: -1; inset: 0; background: radial-gradient(ellipse at 50% 35%,#fff9eb 0,#eddfcc 35%,#b3b29f 70%,#948a74); }
.glass-epilogue canvas { display: block; position: absolute; width: 100%; height: 100%; inset: 0; }
.glass-epilogue .glass-halo { position: absolute; inset: 0; background: radial-gradient(ellipse at center,#fff5e3c4 0,#fff5e350 34%,transparent 65%); pointer-events: none; }
.glass-epilogue .glass-ribbing { position: absolute; inset: 0; background: repeating-linear-gradient(90deg,#ffffff00 0,#ffffff00 33px,#fff7e825 34px,#6d594418 36px,#ffffff00 40px); mask-image: linear-gradient(90deg,#000,transparent 33%,transparent 67%,#000); pointer-events: none; }
.glass-epilogue .hero-copy { position: relative; z-index: 3; width: calc(100% - 60px); max-width: 1100px; margin: 0 auto; text-align: center; padding: 200px 0 180px; }
.glass-epilogue .brand-thought { margin: 0 0 45px; color: #7c5c46; font-size: 11px; letter-spacing: .17em; font-weight: 500; }
.glass-epilogue h2 { margin: 0; font-weight: 450; letter-spacing: -.055em; text-wrap: initial; }
.glass-epilogue h2 .opening { display: block; font-size: 27px; font-weight: 400; letter-spacing: -.045em; line-height: 1.6; margin-bottom: 18px; }
.glass-epilogue h2 .statement { display: block; font-size: clamp(52px,5.7vw,89px); line-height: 1.15; font-weight: 500; }
.glass-epilogue h2 em { position: relative; color: #906348; font-style: normal; font-weight: inherit; }
.glass-epilogue h2 em::after { content: ""; position: absolute; height: 1px; bottom: -12px; left: 2px; right: 0; background: linear-gradient(90deg,transparent,#9c7251,transparent); }
.glass-epilogue .hero-body,.glass-epilogue .hero-closing { color: var(--muted); font-size: 14px; line-height: 1.9; font-weight: 400; letter-spacing: -.025em; word-break: keep-all; }
.glass-epilogue .hero-body { margin: 44px 0 0; }
.glass-epilogue .hero-closing { margin: 9px 0 0; }
.glass-epilogue .hero-actions { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 32px; margin-top: 34px; }
.glass-epilogue .action-primary { --mx: 0px; --my: 0px; position: relative; display: inline-flex; min-height: 60px; padding: 8px 9px 8px 24px; align-items: center; gap: 30px; font-size: 13px; font-weight: 650; letter-spacing: -.025em; transform: translate(var(--mx),var(--my)); transition: transform .22s ease,background .22s ease,box-shadow .22s ease; border: 1px solid #fff9eebf; border-radius: 45px; background: linear-gradient(125deg,#ffffff99,#ffffff26 42%,#fff9ed7d); box-shadow: inset 0 1px 1px #fffe,inset 0 -1px 1px #ad98803b,0 10px 35px #6650331c; backdrop-filter: blur(16px); color: #37291d; overflow: hidden; }
.glass-epilogue .action-primary::before { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg,transparent 30%,#fff8 49%,transparent 65%); transform: translateX(-120%); transition: transform .6s; }
.glass-epilogue .action-primary:hover::before { transform: translateX(120%); }
.glass-epilogue .action-arrow { display: grid; place-items: center; width: 42px; height: 42px; font-size: 24px; font-weight: 400; border-radius: 50%; border: 1px solid #fffc; background: #fff7; }
.glass-epilogue .action-secondary { display: inline-flex; justify-content: space-between; min-height: 48px; align-items: center; gap: 25px; font-size: 12px; color: #594634; border-bottom: 1px solid #7d695f44; }
.glass-epilogue .action-secondary > span { font-size: 23px; transition: transform .25s; }
.glass-epilogue .action-secondary:hover > span { transform: translateX(5px); }
.glass-epilogue .mobile-break { display: none; }
.glass-epilogue .brand-signature { position: absolute; bottom: 35px; left: clamp(24px,6.8vw,120px); font-size: 10px; color: #725e4c; letter-spacing: .12em; }
.glass-epilogue .motion-toggle { position: absolute; z-index: 5; bottom: 28px; right: clamp(24px,6.8vw,120px); display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid #fff9; border-radius: 50%; background: #fff7; backdrop-filter: blur(12px); color: #594634; cursor: pointer; font: inherit; font-size: 16px; }
.glass-epilogue a:focus-visible,.glass-epilogue button:focus-visible { outline: 2px solid #8e5333; outline-offset: 6px; }
.glass-epilogue .motion-toggle:hover { background: #fffb; }
.glass-epilogue.is-paused .magnetic { transform: none; }
.site-header.is-over-epilogue { background: rgba(242,234,219,.65); box-shadow: none; backdrop-filter: blur(18px); }
.no-js .glass-epilogue .motion-toggle { display: none; }
@media (max-width:650px) {
  .glass-epilogue { min-height: max(790px,100svh); }
  .glass-epilogue .hero-copy { width: auto; padding: 156px 0 148px; margin: 0 22px; }
  .glass-epilogue .brand-thought { margin-bottom: 33px; font-size: 10px; letter-spacing: .1em; }
  .glass-epilogue h2 .opening { font-size: 19px; margin-bottom: 21px; line-height: 1.5; }
  .glass-epilogue h2 .statement { font-size: clamp(47px,12vw,66px); line-height: 1.2; }
  .glass-epilogue h2 em::after { bottom: -6px; }
  .glass-epilogue .hero-body,.glass-epilogue .hero-closing { font-size: 12px; line-height: 1.8; }
  .glass-epilogue .hero-body { margin-top: 33px; }
  .glass-epilogue .mobile-break { display: block; }
  .glass-epilogue .hero-actions { gap: 9px; margin-top: 27px; flex-direction: column; align-items: center; }
  .glass-epilogue .action-primary { min-height: 57px; font-size: 12px; padding-left: 20px; gap: 25px; }
  .glass-epilogue .action-arrow { width: 39px; height: 39px; font-size: 21px; }
  .glass-epilogue .action-secondary { min-height: 44px; font-size: 11px; gap: 24px; }
  .glass-epilogue .glass-halo { background: radial-gradient(ellipse at 50% 43%,#fff5e3c9 0,#fff5e350 45%,transparent 75%); }
  .glass-epilogue .glass-ribbing { mask-image: linear-gradient(90deg,#000,transparent 28%,transparent 72%,#000); }
}
@media (max-width:650px) and (max-height:700px) {
  .glass-epilogue { min-height: max(568px,100svh); }
  .glass-epilogue .hero-copy { padding-top: 100px; padding-bottom: 93px; margin-inline: 18px; }
  .glass-epilogue .brand-thought { margin-bottom: 14px; font-size: 8px; }
  .glass-epilogue h2 .opening { font-size: 15px; line-height: 1.4; margin-bottom: 10px; }
  .glass-epilogue h2 .statement { font-size: 46px; line-height: 1.1; }
  .glass-epilogue .hero-body,.glass-epilogue .hero-closing { font-size: 11px; line-height: 1.8; }
  .glass-epilogue .hero-body { margin-top: 16px; }
  .glass-epilogue .hero-closing { margin-top: 7px; }
  .glass-epilogue .hero-actions { margin-top: 18px; gap: 4px; }
  .glass-epilogue .action-primary { min-height: 50px; padding-block: 5px; }
  .glass-epilogue .action-arrow { width: 38px; height: 38px; }
  .glass-epilogue .brand-signature { bottom: 22px; }
  .glass-epilogue .motion-toggle { bottom: 16px; }
}
@media (prefers-reduced-motion:reduce) {
  .glass-epilogue *,.glass-epilogue *::before,.glass-epilogue *::after { transition-duration: .01ms !important; animation: none !important; }
  .glass-epilogue .magnetic { transform: none !important; }
}
