/* =============================================
   GROUND GOLF PAGE
   ============================================= */

:root {
  --gg-green:  #2f5d34;
  --gg-dark:   #1e3820;
  --gg-gold:   #c9943a;
  --gg-bg:     #f8f7f2;
  --gg-bg2:    #f2ede4;
}

.gg-main { background: var(--gg-bg); }

/* ------------------------------------------
   HERO
   ------------------------------------------ */
.gg-hero {
  position: relative;
  height: 56vh;
  min-height: 340px;
  background-color: var(--gg-dark);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gg-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(8,22,8,.62) 0%, rgba(8,22,8,.35) 60%, rgba(8,22,8,.55) 100%);
}
.gg-hero__body {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.gg-hero__label {
  font-size: 11px;
  letter-spacing: 7px;
  font-weight: 700;
  opacity: .72;
  margin: 0 0 14px;
}
.gg-hero__h1 {
  margin: 0 0 14px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 6vw, 60px);
  letter-spacing: 6px;
  text-shadow: 0 2px 20px rgba(0,0,0,.4);
}
.gg-hero__sub {
  font-size: clamp(13px, 1.5vw, 15px);
  opacity: .88;
  margin: 0;
  letter-spacing: 1px;
}

/* ------------------------------------------
   INFO CARDS
   ------------------------------------------ */
.gg-info { padding: 60px 0; }
.gg-info__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
.gg-info__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.gg-info-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,.07);
}
.gg-info-card__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: #eef4ee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gg-green);
}
.gg-info-card__label {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #9aa890;
  margin-bottom: 6px;
}
.gg-info-card__val {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #33332c;
  margin-bottom: 4px;
}
.gg-info-card__val a {
  color: var(--gg-green);
  text-decoration: none;
}
.gg-info-card__note {
  font-size: 11px;
  color: #888;
  line-height: 1.5;
}

/* ------------------------------------------
   NEXT TOURNAMENT
   ------------------------------------------ */
.gg-next { background: var(--gg-dark); padding: 72px 0; }
.gg-next__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
}
.gg-next__head {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}
.gg-next__label {
  font-size: 11px;
  letter-spacing: 5px;
  font-weight: 700;
  color: var(--gg-gold);
  margin: 0 0 10px;
}
.gg-next__h2 {
  margin: 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: clamp(22px, 3vw, 30px);
  color: #fff;
  letter-spacing: 2px;
}
.gg-next__card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 16px;
  padding: 40px 48px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  align-items: center;
}
.gg-next__date {
  text-align: center;
  color: #fff;
}
.gg-next__date-year {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  opacity: .6;
  margin-bottom: 4px;
}
.gg-next__date-md {
  display: block;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: 48px;
  color: var(--gg-gold);
  line-height: 1;
}
.gg-next__date-day {
  display: block;
  font-size: 11px;
  letter-spacing: 3px;
  opacity: .7;
  margin-top: 4px;
}
.gg-next__name {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 2.5vw, 24px);
  color: #fff;
  margin: 0 0 16px;
}
.gg-next__meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.gg-next__meta li {
  font-size: 13px;
  color: rgba(255,255,255,.8);
  display: flex;
  align-items: center;
  gap: 10px;
}
.gg-next__meta-key {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  color: var(--gg-gold);
  background: rgba(201,148,58,.15);
  padding: 2px 10px;
  border-radius: 4px;
  flex-shrink: 0;
  min-width: 58px;
  text-align: center;
}
.gg-next__entry { flex-shrink: 0; }
.gg-next__entry-label {
  font-size: 10px;
  letter-spacing: 1px;
  color: rgba(255,255,255,.55);
  margin: 0 0 10px;
  text-align: center;
}
.gg-next__entry-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gg-btn-pdf {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gg-gold);
  color: #fff;
  text-decoration: none;
  padding: 11px 20px;
  border-radius: 8px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 13px;
  transition: background .2s;
  white-space: nowrap;
}
.gg-btn-pdf:hover { background: #b07d28; }
.gg-btn-pdf--outline {
  background: transparent;
  border: 1.5px solid rgba(201,148,58,.6);
  color: var(--gg-gold);
}
.gg-btn-pdf--outline:hover { background: rgba(201,148,58,.12); }

/* ------------------------------------------
   SCHEDULE & RESULTS  (the_content() area)
   ------------------------------------------ */
.gg-schedule { padding: 80px 0; background: var(--gg-bg); }
.gg-schedule__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
}
.gg-schedule__head {
  margin-bottom: 48px;
  text-align: center;
}
.gg-schedule__label {
  font-size: 11px;
  letter-spacing: 5px;
  font-weight: 700;
  color: #9aa890;
  margin: 0 0 10px;
}
.gg-schedule__h2 {
  margin: 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: clamp(20px, 3vw, 28px);
  color: #33332c;
}

/* WP content styling inside schedule section */
.gg-schedule__content { line-height: 1.9; color: #444; }

.gg-schedule__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #e5e1d8;
}
.gg-schedule__content ul li {
  border-bottom: 1px solid #e5e1d8;
  padding: 14px 6px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.gg-schedule__content ul li::before {
  content: '›';
  color: var(--gg-green);
  font-size: 18px;
  flex-shrink: 0;
}
.gg-schedule__content ul li a {
  color: var(--gg-green);
  text-decoration: none;
  font-weight: 600;
}
.gg-schedule__content ul li a:hover { text-decoration: underline; }

.gg-schedule__content h3 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--gg-dark);
  margin: 36px 0 12px;
  padding-left: 12px;
  border-left: 3px solid var(--gg-green);
}
.gg-schedule__content p { margin: 0 0 16px; font-size: 14px; }

/* ------------------------------------------
   CTA
   ------------------------------------------ */
.gg-cta { background: var(--gg-bg2); padding: 72px 40px; }
.gg-cta__inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.gg-cta__label {
  font-size: 11px;
  letter-spacing: 5px;
  font-weight: 700;
  color: #9aa890;
  margin: 0 0 12px;
}
.gg-cta__h2 {
  margin: 0 0 12px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: clamp(20px, 3vw, 26px);
  color: #33332c;
}
.gg-cta__text {
  font-size: 14px;
  color: #666;
  margin: 0 0 32px;
}
.gg-cta__btns {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}
.gg-cta__btn-tel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gg-green);
  text-decoration: none;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 1px;
  background: #fff;
  border: 1.5px solid #c6d8c0;
  padding: 14px 28px;
  border-radius: 9px;
  transition: background .2s;
}
.gg-cta__btn-tel:hover { background: #eef4ec; }
.gg-cta__fax {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  border: 1.5px solid #c6d8c0;
  padding: 14px 28px;
  border-radius: 9px;
}
.gg-cta__fax-label {
  font-size: 10px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #9aa890;
}
.gg-cta__fax-num {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 1px;
  color: #33332c;
}

/* ------------------------------------------
   Responsive
   ------------------------------------------ */
@media (max-width: 900px) {
  .gg-info__cards { grid-template-columns: repeat(2, 1fr); }
  .gg-next__card { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .gg-next__meta li { justify-content: center; }
  .gg-next__entry-btns { flex-direction: row; justify-content: center; }
}
@media (max-width: 560px) {
  .gg-info { padding: 40px 0; }
  .gg-info__inner { padding: 0 20px; }
  .gg-info__cards { grid-template-columns: 1fr; }
  .gg-next { padding: 52px 0; }
  .gg-next__inner { padding: 0 20px; }
  .gg-next__card { padding: 28px 20px; }
  .gg-schedule__inner { padding: 0 20px; }
  .gg-schedule { padding: 52px 0; }
  .gg-next__entry-btns { flex-direction: column; }
}
