/* GYEOLHWI STANDARD PACKAGE LAUNCH · 2026-08-02 */

.package-nav {
  color: #8a6a2f !important;
  font-weight: 950 !important;
}

.nav .package-nav,
.desktop-nav .package-nav {
  position: relative;
}

.nav .package-nav::before,
.desktop-nav .package-nav::before {
  content: "NEW";
  position: absolute;
  left: 0;
  top: -13px;
  color: #b56a47;
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1;
}

.package-launch-btn {
  border-color: #b0935b !important;
  background: #b0935b !important;
  color: #181816 !important;
}

/* Main hero shortcuts keep one consistent footprint. */
.hero-actions {
  display: grid !important;
  width: min(100%, 650px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hero-actions .btn {
  width: 100%;
  min-width: 0;
  padding-right: 14px !important;
  padding-left: 14px !important;
  white-space: nowrap;
}

.package-launch-btn:hover {
  border-color: #8a6a2f !important;
  background: #8a6a2f !important;
  color: #fff !important;
}

.gw-package-launch {
  padding: 62px 0;
  background: #153c32;
  color: #fff;
}

.gw-package-launch-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  background: #0f3028;
  box-shadow: 0 28px 70px rgba(5, 24, 19, .28);
}

.gw-package-launch-copy {
  display: flex;
  padding: 54px 52px;
  flex-direction: column;
  justify-content: center;
}

.gw-package-launch-kicker {
  display: block;
  margin-bottom: 17px;
  color: #e0c37b;
  font-size: .69rem;
  font-weight: 950;
  letter-spacing: .17em;
}

.gw-package-launch h2 {
  margin: 0;
  color: #fff;
  font-family: "Noto Serif KR", "Batang", Georgia, serif;
  font-size: clamp(2.5rem, 4.3vw, 4.55rem);
  font-weight: 580;
  letter-spacing: -.055em;
  line-height: 1.08;
}

.gw-package-launch h2 strong {
  display: block;
  margin-top: 12px;
  color: #f2d486;
  font-family: Pretendard, "Noto Sans KR", sans-serif;
  font-size: .64em;
  font-weight: 900;
  letter-spacing: -.035em;
}

.gw-package-launch-copy > p {
  max-width: 590px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: .9rem;
  line-height: 1.78;
}

.gw-package-launch-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.gw-package-launch-points span {
  padding: 7px 10px;
  border: 1px solid rgba(224, 195, 123, .46);
  color: #f2dfae;
  font-size: .69rem;
  font-weight: 800;
}

.gw-package-launch-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f2d486;
  color: #fff;
  font-size: .84rem;
  font-weight: 900;
}

.gw-package-launch-visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #d8d2c8;
}

.gw-package-launch-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.gw-package-launch-card:hover .gw-package-launch-visual img {
  transform: scale(1.018);
}

.gw-package-launch-visual em,
.gw-package-launch-visual small {
  position: absolute;
  left: 14px;
  padding: 7px 10px;
  background: rgba(15, 48, 40, .9);
  color: #fff;
  font-size: .64rem;
  font-style: normal;
}

.gw-package-launch-visual em { top: 14px; }
.gw-package-launch-visual small {
  right: 14px;
  bottom: 14px;
  left: auto;
  color: #f0dfb5;
}

.gw-package-float {
  position: fixed;
  z-index: 4200;
  right: 18px;
  bottom: 24px;
  display: none;
  padding: 12px 15px;
  border: 1px solid #d8ba70;
  border-radius: 999px;
  background: #153c32;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(15, 48, 40, .26);
  font-size: .75rem;
  font-weight: 900;
  line-height: 1.2;
}

.gw-package-float span {
  margin-right: 6px;
  color: #f2cf79;
  font-size: .58rem;
  letter-spacing: .08em;
}

.gw-package-float { display: none !important; }

@media (min-width: 851px) and (max-width: 1080px) {
  .nav,
  .desktop-nav { gap: 10px !important; }
  .nav a,
  .desktop-nav a { font-size: .69rem !important; }
}

@media (max-width: 850px) {
  .gw-package-launch { padding: 42px 0; }
  .gw-package-launch-card { grid-template-columns: 1fr; min-height: 0; }
  .gw-package-launch-copy { padding: 38px 27px; }
  .gw-package-launch h2 { font-size: clamp(2.45rem, 11vw, 3.75rem); }
  .gw-package-launch-copy > p { font-size: .82rem; }
  .gw-package-launch-visual { min-height: 310px; }
  .v9-menu-links .package-nav,
  .mobile-menu nav .package-nav {
    display: grid !important;
    color: #8a6a2f !important;
  }
  .v9-menu-links .package-nav strong { color: inherit !important; }
  .hero-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .hero-actions { grid-template-columns: 1fr; }
  .gw-package-launch-visual { min-height: 245px; }
  .gw-package-launch-visual small { right: 10px; bottom: 10px; font-size: .56rem; }
}

@media (prefers-reduced-motion: reduce) {
  .gw-package-launch-visual img { transition: none; }
}

/*
 * Brand symbol size normalization
 * Match the visible symbol footprint used by the Standard package lockup.
 * The source symbol includes its own ivory breathing room and a 1px frame,
 * so the outer box is 50x66px on desktop and 38x50px on mobile.
 */
.brand-logo,
.brand-symbol {
  box-sizing: border-box !important;
  width: 50px !important;
  height: 66px !important;
  min-width: 50px !important;
  min-height: 66px !important;
  flex: 0 0 50px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  position: relative !important;
  overflow: hidden !important;
}

.brand-logo img,
.brand-symbol img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  position: absolute !important;
  inset: 0 !important;
  object-fit: cover !important;
}

@media (max-width: 850px) {
  .brand-logo,
  .brand-symbol {
    width: 38px !important;
    height: 50px !important;
    min-width: 38px !important;
    min-height: 50px !important;
    flex-basis: 38px !important;
  }
}
