
/* =========================================================
   03. HEADER
========================================================= */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;

  height: 96px;

  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.site-header.is-scrolled,
body.menu-open .site-header {
  background: rgba(255, 255, 255, .97);
  border-bottom-color: rgba(0, 0, 0, .08);
  box-shadow: 0 7px 24px rgba(0, 0, 0, .08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.header-inner {
  width: min(calc(100% - 60px), var(--max));
  height: 100%;

  margin: auto;

  display: flex;
  align-items: center;
  gap: 40px;
}
.brand {
  margin-right: auto;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: #fafafa;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 245px;
  height: auto;
  max-height: 92px;
  object-fit: contain;
  object-position: left center;
}

.brand-name {
  grid-column: 2;
  grid-row: 1;

  align-self: end;

  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

/* .brand small {
  grid-column: 2;
  grid-row: 2;

  align-self: start;
  margin-top: 4px;

  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
  color: #777;
  text-transform: uppercase;
  white-space: nowrap;
} */

.gnb {
  display: flex;
  gap: 34px;
}

.gnb a {
  font-size: 14px;
  font-weight: 600;

  color: #fff;
  transition: color .3s ease;
}

.site-header.is-scrolled .gnb a,
body.menu-open .site-header .gnb a {
  color: #111;
}

.gnb a.header-membership-cta,
.site-header.is-scrolled .gnb a.header-membership-cta,
body.menu-open .site-header .gnb a.header-membership-cta {
  min-height: 40px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a98a57;
  border-radius: 0;
  color: #241f18;
  background: #cdb181;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.02em;
  white-space: nowrap;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease;
}

.gnb a.header-membership-cta:hover {
  color: #17130e;
  border-color: #8e7042;
  background: #d8bd8d;
}

.header-actions {
  margin-left: auto;

  display: flex;
  align-items: center;
  gap: 15px;
}

.text-action {
  font-size: 14px;
  color: #666;
}

.menu-toggle {
  display: none;

  width: 32px;
  height: 32px;

  border: 0;
  background: none;
}

.menu-toggle span {
  display: block;

  width: 21px;
  height: 1px;

  margin: 5px auto;

  background: #fff;
  transition: background-color .3s ease, transform .28s ease, top .28s ease, opacity .2s ease;
}

.site-header.is-scrolled .menu-toggle span,
body.menu-open .site-header .menu-toggle span {
  background: #111;
}


/* =========================================================
   GOLF HEAVEN FOOTER
========================================================= */

.gh-footer {
  width: 100%;
  overflow: hidden;
}


/* =========================================================
   COMPACT MULTI-COLUMN FOOTER
========================================================= */

.gh-footer-new {
  color: #fff;
  background: #171918;
  border-top: 1px solid rgba(255,255,255,.09);
}

.gh-footer-new-inner {
  position: relative;
  width: min(calc(100% - 80px), 1500px);
  margin: 0 auto;
  padding: 52px 0 42px;
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 2.1fr);
  gap: 70px;
}

.gh-footer-new-company {
  padding-right: 44px;
  border-right: 1px solid rgba(255,255,255,.12);
}

.gh-footer-new-logo {
  width: 235px;
  display: block;
}

.gh-footer-new-logo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.gh-footer-new-info {
  margin-top: 22px;
}

.gh-footer-new-info p {
  margin: 5px 0;
  display: flex;
  gap: 10px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.55;
}

.gh-footer-new-info p span {
  color: rgba(255,255,255,.43);
}

.gh-footer-new-info p strong {
  font-weight: 500;
}

.gh-footer-new-info address {
  margin-top: 10px;
  color: rgba(255,255,255,.64);
  font-size: 14px;
  font-style: normal;
  line-height: 1.65;
}

.gh-footer-new-info > a {
  margin-top: 7px;
  display: inline-block;
  color: rgba(255,255,255,.64);
  font-size: 14px;
}

.gh-footer-new-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  padding-bottom: 62px;
}

.gh-footer-new-nav > div {
  min-width: 0;
}

.gh-footer-new-nav strong {
  margin-bottom: 16px;
  display: block;
  color: #fff;
  font: 700 12px/1.2 Montserrat, sans-serif;
  letter-spacing: .07em;
}

.gh-footer-new-nav a {
  margin: 9px 0;
  display: block;
  color: rgba(255,255,255,.52);
  font-size: 14px;
  line-height: 1.45;
  transition: color .2s ease;
}

.gh-footer-new-nav a:hover {
  color: #d3b16c;
}

.gh-footer-social {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.gh-footer-social-link {
  width: 50px;
  height: 50px;
  display: block;
  flex: 0 0 50px;
  opacity: .82;
  transition: opacity .2s ease, transform .2s ease;
}

.gh-footer-social-link[href] {
  cursor: pointer;
}

.gh-footer-social-link[href]:hover,
.gh-footer-social-link[href]:focus-visible {
  opacity: 1;
  transform: translateY(-2px);
}

.gh-footer-social-link img {
  width: 50px;
  height: 50px;
  display: block;
  object-fit: contain;
}

/* 유튜브 심볼만 시각적으로 확대하되 50px 링크 영역과 아이콘 간격은 유지 */
.gh-footer-social-link:first-child img {
  transform: scale(1.3);
  transform-origin: center;
}

.gh-footer-new-bottom {
  width: min(calc(100% - 80px), 1500px);
  min-height: 58px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255,255,255,.09);
}

.gh-footer-new-bottom div {
  display: flex;
  gap: 20px;
}

.gh-footer-new-bottom a,
.gh-footer-new-bottom p {
  margin: 0;
  color: rgba(255,255,255,.34);
  font-size: 14px;
}

.gh-footer-new-bottom a:last-child {
  color: rgba(255,255,255,.62);
}


/* =========================================================
   FOOTER CTA
========================================================= */

.gh-footer-cta {
  position: relative;

  padding: 72px 40px 78px;

  background-color: #082118;
}

.gh-footer-cta-inner {
  width: min(1400px, 100%);
  margin: 0 auto;

  position: relative;
}

.gh-footer-eyebrow {
  display: block;

  margin-bottom: 18px;

  color: #a38854;

  font-size: 14px;
  font-weight: 600;

  letter-spacing: .22em;
}

.gh-footer-cta h2 {
  margin: 0;

  color: #ffffff;

  font-size: clamp(36px, 4vw, 62px);
  font-weight: 500;

  line-height: 1.15;
  letter-spacing: -.04em;
}

.gh-footer-cta p {
  margin-top: 24px;

  color: #b9b9b9;

  font-size: 19px;
  line-height: 1.75;
}

.gh-footer-contact {
  display: inline-flex;

  align-items: center;
  justify-content: space-between;

  gap: 55px;

  min-width: 230px;

  margin-top: 32px;
  padding: 15px 18px;

  border-bottom: 1px solid #616161;

  color: #b3b3b3;

  font-size: 18px;
  font-weight: 500;

  text-decoration: none;

  transition:
    padding .3s ease,
    color .3s ease;
}

.gh-footer-contact:hover {
  padding-left: 24px;
  padding-right: 12px;

  color: #a38854;
}

.gh-footer-arrow {
  font-size: 17px;

  transition: transform .3s ease;
}

.gh-footer-contact:hover .gh-footer-arrow {
  transform: translate(4px, -4px);
}


/* =========================================================
   MAIN FOOTER
========================================================= */

.gh-footer-main {
  background: #101010;

  color: #fff;

  padding: 62px 40px 30px;
}

.gh-footer-inner {
  width: min(1500px, 100%);
  margin: 0 auto;
}


/* =========================================================
   BRAND
========================================================= */

.gh-footer-brand-wrap {
  position: relative;

  padding-bottom: 38px;
}

.gh-footer-brand {
  color: #fff;

  font-size: 24px;
  font-weight: 700;

  line-height: .9;

  letter-spacing: -.055em;

  white-space: nowrap;
}

.gh-footer-brand-ko {
  display: block;

  margin-top: 18px;

  color: rgba(255, 255, 255, .43);

  font-size: 18px;
  font-weight: 400;

  letter-spacing: .1em;
}


/* =========================================================
   FOOTER NAV
========================================================= */

.gh-footer-nav {
  display: flex;

  flex-wrap: wrap;

  gap: 16px 36px;

  padding: 28px 0 32px;
}

.gh-footer-nav a {
  position: relative;

  color: rgba(252, 252, 252, 0.7);

  font-size: 18px;
  font-weight: 500;

  letter-spacing: .09em;

  text-decoration: none;

  transition: color .25s ease;
}

.gh-footer-nav a::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: -6px;

  width: 0;
  height: 1px;

  background: #c7a96b;

  transition: width .3s ease;
}

.gh-footer-nav a:hover {
  color: #fff;
}

.gh-footer-nav a:hover::after {
  width: 100%;
}


/* =========================================================
   DIVIDER
========================================================= */

.gh-footer-line {
  width: 100%;
  height: 1px;

  background: rgba(255, 255, 255, .12);
}


/* =========================================================
   COMPANY INFO
========================================================= */

.gh-footer-company {
  display: flex;

  justify-content: space-between;
  align-items: flex-end;

  gap: 70px;

  padding: 32px 0 34px;
}

.gh-footer-company-left {
  color: rgba(255, 255, 255, .44);

  font-size: 16px;
  line-height: 1.8;
}

.gh-footer-company-left strong {
  display: block;

  margin-bottom: 12px;

  color: rgba(255, 255, 255, .82);

  font-size: 18px;
  font-weight: 500;
}

.gh-footer-company-row {
  display: flex;

  flex-wrap: wrap;

  gap: 0;
}

.gh-footer-company-row span + span::before {
  content: "";

  display: inline-block;

  width: 1px;
  height: 10px;

  margin: 0 13px;

  background: rgba(255, 255, 255, .18);
}

.gh-footer-company address {
  margin-top: 3px;

  font-style: normal;
}

.gh-footer-company-left > a {
  display: inline-block;

  margin-top: 3px;

  color: rgba(255, 255, 255, .44);

  text-decoration: none;

  transition: color .25s ease;
}

.gh-footer-company-left > a:hover {
  color: #fff;
}

.gh-footer-company-right {
  text-align: right;
}

.gh-footer-company-right p {
  margin: 0;

  color: rgba(255, 255, 255, .36);

  font-size: 16px;
  line-height: 1.75;
}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.gh-footer-bottom {
  display: flex;

  justify-content: space-between;
  align-items: center;

  padding-top: 24px;

  border-top: 1px solid rgba(255, 255, 255, .09);
}

.gh-footer-policy {
  display: flex;

  gap: 24px;
}

.gh-footer-policy a {
  color: rgba(255, 255, 255, .42);

  font-size: 14px;

  text-decoration: none;

  transition: color .25s ease;
}

.gh-footer-policy a:hover {
  color: #fff;
}

.gh-footer-policy a:last-child {
  color: rgba(255, 255, 255, .7);
}

.gh-footer-copy {
  color: rgba(255, 255, 255, .25);

  font-size: 14px;

  letter-spacing: .07em;
}


/* =========================================================
   TABLET
========================================================= */


/* =========================================================
   MOBILE
========================================================= */


/* =========================================================
   SMALL MOBILE
========================================================= */


/* =========================================================
   FOOTER HORIZONTAL COMPANY BLOCK — 2026-09-09
   Logo stays on the far left, company details sit immediately beside it.
========================================================= */
.gh-footer-new-inner {
  grid-template-columns: minmax(500px, 1.2fr) minmax(0, 1.8fr);
  gap: 58px;
}

.gh-footer-new-company {
  display: grid;
  grid-template-columns: 235px minmax(0, 1fr);
  align-items: start;
  gap: 30px;
  padding-right: 42px;
}

.gh-footer-new-info {
  margin-top: 0;
}

.gh-footer-new-nav strong {
  font-size: 14px;
}

@media (max-width: 1100px) {
  .gh-footer-new-company {
    grid-template-columns: 235px minmax(0, 1fr);
  }

  .gh-footer-social {
    position: static;
    grid-column: 1 / -1;
    justify-content: flex-end;
    margin-top: -18px;
  }

  .gh-footer-new-nav {
    padding-bottom: 0;
  }
}

@media (max-width: 700px) {
  .gh-footer-new-company {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .gh-footer-new-info {
    margin-top: 0;
  }

  .gh-footer-social {
    justify-content: flex-start;
    margin-top: 0;
  }
}
