/* COSS: organic silhouettes, clear typography and responsive arrow buttons. */
body.cy-home { --coss-lime: #d6f278; --coss-ink: #14392e; }
body.cy-home .coss-wordmark { font-family: Outfit, Arial, sans-serif; font-size: 30px; font-weight: 700; letter-spacing: -.055em; white-space: nowrap; }
body.cy-home .coss-wordmark em { font-size: 11px; letter-spacing: 0; margin-left: 10px; font-family: Pretendard, sans-serif; }
body.cy-home .hero { padding: 0; min-height: 700px; min-height: max(700px, 100svh); }
body.cy-home .hero-media::after { background: linear-gradient(90deg, rgba(9,35,29,.76), rgba(9,35,29,.38) 52%, rgba(9,35,29,.12)); }
body.cy-home .hero-inner { width: min(1120px, calc(100% - 112px)); max-width: none; padding-top: 125px; padding-bottom: 140px; position: relative; z-index: 2; }
.coss-eyebrow { font: 500 12px/1.5 Outfit, sans-serif; letter-spacing: .18em; color: #e9eddf; margin-bottom: 18px; }
body.cy-home .hero-brand { display: flex; align-items: baseline; width: fit-content; margin: 0 0 24px; font: 700 clamp(76px, 9vw, 132px)/.86 Outfit, Arial, sans-serif; letter-spacing: -.06em; }
.coss-brand-dot { display: inline-block; width: .14em; height: .14em; margin-left: .07em; border-radius: 50%; background: var(--coss-lime); }
body.cy-home .hero-lead { font-size: clamp(28px, 3vw, 42px); line-height: 1.3; letter-spacing: -.05em; margin: 0 0 20px; }
body.cy-home .hero-sub { max-width: 430px; font-size: 16px; line-height: 1.8; color: #f1f3ed; margin-bottom: 28px; word-break: keep-all; }
body.cy-home .hero-actions { gap: 12px; }
body.cy-home .coss-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 8px 8px 8px 24px; min-height: 56px; font-size: 14px; font-weight: 700; border-radius: 999px; transition: background .25s, color .25s, box-shadow .25s; }
body.cy-home .coss-button.btn-primary { background: var(--coss-lime); color: var(--coss-ink); }
body.cy-home .coss-button.btn-ghost { background: rgba(15,41,34,.35); color: white; outline: 1px solid rgba(255,255,255,.65); }
.coss-arrow { display: grid; place-items: center; flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; font: 24px/1 Arial, sans-serif; background: #14392e; color: white; transition: transform .35s cubic-bezier(.2,.8,.2,1), background .25s; }
.btn-ghost .coss-arrow { background: white; color: #14392e; }
.coss-button:hover .coss-arrow { transform: rotate(45deg); }
body.cy-home .coss-button.btn-primary:hover { background: #e6ffa2; box-shadow: 0 6px 24px #071c2930; }
body.cy-home .coss-button.btn-ghost:hover { background: #14392e; }
.coss-button:focus-visible, .coss-motion-toggle:focus-visible { outline: 3px solid #d6f278; outline-offset: 5px; }
.coss-play-shapes { position: absolute; right: 8%; bottom: 130px; z-index: 1; display: flex; align-items: center; gap: 12px; pointer-events: none; }
.coss-play-shapes i { display: block; width: 46px; height: 46px; background: #d6f278; border-radius: 50%; }
.coss-play-shapes i:nth-child(2) { width: 54px; height: 54px; border-radius: 8px 50% 50%; background: #8ad6d0; transform: rotate(45deg); }
.coss-play-shapes i:nth-child(3) { background: #eaa7bc; border-radius: 50% 50% 8px 8px; }
.coss-motion-toggle { position: absolute; right: 8%; bottom: 92px; z-index: 3; padding: 7px 12px; font: 12px/1.5 Pretendard, sans-serif; color: white; background: #14392ecc; border: 1px solid #ffffff65; border-radius: 20px; cursor: pointer; }
body.cy-home .main-wrap .box.left .link-btn { border-radius: 999px; transition: border-radius .3s, box-shadow .3s; }
body.cy-home .main-wrap .box.left .link-btn:hover { box-shadow: 5px 5px 0 #14392e24; }
@media (prefers-reduced-motion: no-preference) {
  .coss-play-shapes i { animation: coss-bob 4s ease-in-out 3 alternate; }
  .coss-play-shapes i:nth-child(2) { animation-delay: -.8s; }
  .coss-play-shapes i:nth-child(3) { animation-delay: -1.6s; }
  @keyframes coss-bob { from { translate: 0 0; } to { translate: 0 -12px; } }
}
@media (max-width: 767px) {
  body.cy-home .hero { min-height: 740px; }
  body.cy-home .hero-inner { width: calc(100% - 44px); padding-top: 145px; padding-bottom: 190px; }
  body.cy-home .hero-brand { font-size: clamp(72px, 20vw, 104px); }
  body.cy-home .hero-lead { font-size: 32px; }
  body.cy-home .hero-sub { font-size: 14px; }
  body.cy-home .coss-button { gap: 12px; padding-left: 18px; min-height: 52px; }
  .coss-arrow { width: 34px; height: 34px; }
  .coss-play-shapes { left: 24px; right: auto; bottom: 94px; }
  .coss-play-shapes i { width: 26px; height: 26px; }
  .coss-play-shapes i:nth-child(2) { width: 30px; height: 30px; }
  .coss-motion-toggle { right: 24px; bottom: 96px; }
}
@media (prefers-reduced-motion: reduce) {
  .coss-button, .coss-arrow, .coss-play-shapes i { animation: none !important; transition: none !important; }
}
