/* ============================================================
   Delta Players Golf Association — Main Stylesheet
   ============================================================ */

:root {
  --green:       #1a6b35;
  --green-light: #e8f4ed;
  --green-mid:   #2d8a4e;
  --accent:      #00c94a;
  --charcoal:    #1f2421;
  --slate:       #4a5568;
  --mist:        #f4f7f5;
  --white:       #ffffff;
  --rule:        #d4ddd7;
  --gold:        #b8943f;
  --gold-lt:     #d4a84f;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--white);
  color: var(--charcoal);
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

/* ── NAV ── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 3rem; height: 70px;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--rule);
  box-shadow: 0 1px 10px rgba(0,0,0,0.05);
}
.nav-brand { display: flex; align-items: center; gap: 0.9rem; text-decoration: none; }
.nav-brand img { height: 46px; width: auto; }
.nav-brand-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; font-weight: 700; color: var(--green);
  letter-spacing: 0.04em; line-height: 1.2;
}
.nav-brand-text small {
  display: block; font-family: 'DM Sans', sans-serif;
  font-size: 0.58rem; font-weight: 400; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--slate);
}
.nav-links { display: flex; align-items: center; gap: 2.2rem; list-style: none; }
.nav-links a {
  color: var(--slate); text-decoration: none;
  font-size: 0.82rem; font-weight: 500; letter-spacing: 0.06em;
  transition: color 0.2s;
}
.nav-links a:hover,
.nav-links .current-menu-item a { color: var(--green); }
.nav-cta {
  background: var(--green) !important; color: var(--white) !important;
  padding: 0.45rem 1.3rem; border-radius: 3px;
  font-weight: 600 !important; font-size: 0.82rem !important;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--green-mid) !important; }

/* ── PAGE OFFSET ── */
.page-wrap { padding-top: 70px; }

/* ── HERO ── */
#hero {
  min-height: calc(100vh - 70px);
  display: grid; grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
.hero-left {
  background: var(--white);
  display: flex; flex-direction: column; justify-content: center;
  padding: 5rem 4rem 5rem 5rem; position: relative;
}
.hero-left::before {
  content: '';
  position: absolute; left: 0; top: 18%; bottom: 18%;
  width: 3px;
  background: linear-gradient(180deg, transparent, var(--accent) 35%, var(--green) 65%, transparent);
  opacity: 0.6;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--slate); margin-bottom: 1.3rem;
}
.hero-eyebrow::before {
  content: ''; display: inline-block; width: 22px; height: 2px; background: var(--gold);
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.6rem, 4.5vw, 4.2rem);
  font-weight: 700; line-height: 1.08; color: var(--charcoal); margin-bottom: 1.4rem;
}
.hero-title em { font-style: italic; color: var(--green); }
.hero-sub {
  font-size: 1rem; color: var(--slate); font-weight: 300;
  line-height: 1.8; max-width: 440px; margin-bottom: 2.5rem;
}
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }

.btn {
  display: inline-block; text-decoration: none;
  font-family: 'DM Sans', sans-serif; font-size: 0.8rem;
  font-weight: 600; letter-spacing: 0.1em;
  padding: 0.85rem 2.1rem; border-radius: 3px; transition: all 0.22s;
}
.btn-solid { background: var(--green); color: var(--white); }
.btn-solid:hover { background: var(--green-mid); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(26,107,53,0.22); color: var(--white); }
.btn-outline { border: 1.5px solid var(--green); color: var(--green); background: transparent; }
.btn-outline:hover { background: var(--green-light); transform: translateY(-2px); }

.hero-right {
  background: var(--mist);
  border-left: 1px solid var(--rule);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 5rem 4rem; position: relative;
}
.hero-right::before {
  content: '';
  position: absolute; top: 2rem; right: 2rem;
  width: 32px; height: 32px;
  border-top: 2px solid var(--gold); border-right: 2px solid var(--gold);
}
.hero-right::after {
  content: '';
  position: absolute; bottom: 2rem; left: 2rem;
  width: 32px; height: 32px;
  border-bottom: 2px solid var(--gold); border-left: 2px solid var(--gold);
}
.logo-frame {
  width: 260px; height: 260px;
  display: flex; align-items: center; justify-content: center;
  position: relative; margin-bottom: 1.8rem;
}
.logo-ring {
  position: absolute; border-radius: 50%; border: 1px solid;
}
.logo-ring:nth-child(1) { inset: -18px; border-color: rgba(26,107,53,0.18); }
.logo-ring:nth-child(2) { inset: -36px; border-color: rgba(26,107,53,0.08); }
.logo-frame img { width: 220px; height: auto; position: relative; z-index: 1; }
.hero-caption {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem; font-style: italic;
  color: var(--slate); text-align: center; letter-spacing: 0.03em;
}
.hero-caption strong { color: var(--green); font-style: normal; font-weight: 700; }

/* ── SHARED SECTION ── */
section { padding: 6rem 2rem; }
.container { max-width: 1060px; margin: 0 auto; }

.section-label {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--green); margin-bottom: 0.8rem;
}
.section-label::before {
  content: ''; display: inline-block; width: 18px; height: 2px; background: var(--gold);
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 3.5vw, 2.9rem); font-weight: 700;
  line-height: 1.12; color: var(--charcoal); margin-bottom: 1rem;
}
.section-title em { font-style: italic; color: var(--green); }
.section-rule { width: 48px; height: 2px; background: var(--green); margin-bottom: 2.2rem; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ── LATEST NEWS ── */
#latest-news {
  background: var(--green);
  padding: 4rem 2rem;
}
.news-inner {
  max-width: 1060px; margin: 0 auto;
  display: grid; grid-template-columns: auto 1fr;
  gap: 4rem; align-items: center;
}
.news-label-block { flex-shrink: 0; }
.news-eyebrow {
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.28em;
  text-transform: uppercase; color: rgba(255,255,255,0.6);
  margin-bottom: 0.5rem;
}
.news-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem; font-weight: 700; color: var(--white);
  line-height: 1.1; white-space: nowrap;
}
.news-divider {
  width: 1px; height: 80px; background: rgba(255,255,255,0.2);
  margin: 0 auto;
}
.news-post-card { position: relative; }
.news-post-date {
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(255,255,255,0.55);
  margin-bottom: 0.5rem;
}
.news-post-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  font-weight: 700; color: var(--white); line-height: 1.25;
  margin-bottom: 0.8rem;
  text-decoration: none; display: block;
}
.news-post-title:hover { color: rgba(255,255,255,0.8); }
.news-post-excerpt {
  font-size: 0.92rem; color: rgba(255,255,255,0.72);
  font-weight: 300; line-height: 1.7;
  max-width: 580px; margin-bottom: 1.3rem;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.news-read-more {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--white); text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding-bottom: 2px; transition: border-color 0.2s, opacity 0.2s;
}
.news-read-more:hover { border-color: var(--white); opacity: 0.8; }
.news-read-more::after { content: '→'; }
.news-no-posts {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-size: 1.1rem; color: rgba(255,255,255,0.6);
}
.news-thumbnail {
  width: 120px; height: 90px; object-fit: cover; border-radius: 3px;
  float: right; margin-left: 1.5rem; margin-bottom: 0.5rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

/* ── ABOUT ── */
#about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5.5rem; align-items: center; }
.about-body p { color: var(--slate); margin-bottom: 1rem; font-size: 0.98rem; font-weight: 300; line-height: 1.82; }
.about-callout {
  margin-top: 2rem; padding: 1.3rem 1.6rem 1.3rem 1.4rem;
  border-left: 3px solid var(--gold);
  background: linear-gradient(90deg, rgba(184,148,63,0.07), transparent);
  border-radius: 0 3px 3px 0;
}
.about-callout p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; font-style: italic; color: var(--green); margin: 0;
}
.stats-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px; background: var(--rule);
  border: 1px solid var(--rule); border-radius: 4px; overflow: hidden;
}
.stat-cell {
  background: var(--white); padding: 2.2rem 1.5rem; text-align: center; transition: background 0.2s;
}
.stat-cell:hover { background: var(--green-light); }
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem; font-weight: 700; color: var(--green); line-height: 1; margin-bottom: 0.3rem;
}
.stat-lbl {
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--slate);
}

/* ── MISSION ── */
#mission { background: var(--mist); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.mission-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 5rem; align-items: start; }
.quote-block { position: relative; padding: 2.2rem 2rem 2.2rem 2.5rem; }
.quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 8rem; line-height: 1; color: var(--green);
  opacity: 0.15; position: absolute; top: -0.8rem; left: 0.3rem;
  pointer-events: none; user-select: none;
}
.mission-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  font-style: italic; font-weight: 600;
  color: var(--charcoal); line-height: 1.6;
}
.mission-attr {
  margin-top: 1rem;
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--green);
}
.pillars { display: flex; flex-direction: column; gap: 0.9rem; margin-top: 0.5rem; }
.pillar {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1.1rem 1.3rem; background: var(--white);
  border: 1px solid var(--rule); border-radius: 3px; transition: all 0.22s;
}
.pillar:hover { border-color: var(--green); box-shadow: 0 3px 16px rgba(26,107,53,0.09); transform: translateX(4px); }
.pillar-ico { font-size: 1.4rem; flex-shrink: 0; margin-top: 0.05rem; }
.pillar-name { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--charcoal); margin-bottom: 0.18rem; }
.pillar-desc { font-size: 0.85rem; color: var(--slate); font-weight: 300; }

/* ── MEMBERSHIP ── */
#membership { background: var(--white); }
.mem-intro { max-width: 560px; margin-bottom: 3.5rem; }
.mem-intro p { color: var(--slate); font-size: 0.98rem; font-weight: 300; }
.mem-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.mem-card {
  border: 1px solid var(--rule); border-radius: 4px;
  padding: 2.4rem 2rem; position: relative;
  background: var(--white); transition: all 0.25s;
}
.mem-card.featured { border-color: var(--green); border-width: 2px; background: var(--green-light); }
.mem-card:hover { box-shadow: 0 10px 40px rgba(0,0,0,0.08); transform: translateY(-4px); }
.featured-tag {
  position: absolute; top: -12px; left: 1.8rem;
  background: var(--green); color: var(--white);
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 0.22rem 0.9rem; border-radius: 2px;
}
.mem-icon { font-size: 1.8rem; margin-bottom: 1rem; }
.mem-name { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 700; color: var(--charcoal); margin-bottom: 0.3rem; }
.mem-tagline { font-size: 0.85rem; color: var(--slate); font-style: italic; margin-bottom: 1.5rem; font-weight: 300; }
.mem-features { list-style: none; margin-bottom: 1.8rem; }
.mem-features li {
  padding: 0.45rem 0; border-bottom: 1px solid var(--rule);
  font-size: 0.88rem; color: var(--charcoal); font-weight: 300;
  display: flex; align-items: center; gap: 0.55rem;
}
.mem-features li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--green); flex-shrink: 0; }
.mem-btn {
  display: block; text-align: center; text-decoration: none;
  font-family: 'DM Sans', sans-serif; font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.09em; padding: 0.8rem 1.2rem; border-radius: 3px; transition: all 0.22s;
}
.mem-btn-solid { background: var(--green); color: var(--white); }
.mem-btn-solid:hover { background: var(--green-mid); box-shadow: 0 4px 14px rgba(26,107,53,0.25); color: var(--white); }
.mem-btn-outline { border: 1.5px solid var(--green); color: var(--green); }
.mem-btn-outline:hover { background: var(--green-light); }
.cta-strip {
  margin-top: 3rem; padding: 2rem 2.5rem;
  background: var(--mist); border: 1px solid var(--rule); border-radius: 4px;
  display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap;
}
.cta-strip p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem; font-style: italic; color: var(--charcoal); margin: 0;
}

/* ── BLOG PAGE ── */
.blog-page-wrap { max-width: 860px; margin: 0 auto; padding: 4rem 2rem; }
.blog-page-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem; font-weight: 700; color: var(--charcoal);
  margin-bottom: 0.5rem;
}
.blog-page-title em { color: var(--green); font-style: italic; }
.blog-rule { width: 48px; height: 2px; background: var(--green); margin-bottom: 3rem; }
.blog-posts { display: flex; flex-direction: column; gap: 2.5rem; }
.blog-post-item {
  display: grid; grid-template-columns: 200px 1fr; gap: 2rem;
  border-bottom: 1px solid var(--rule); padding-bottom: 2.5rem;
  align-items: start;
}
.blog-post-item:last-child { border-bottom: none; }
.blog-post-thumb { width: 100%; height: 140px; object-fit: cover; border-radius: 3px; }
.blog-post-thumb-placeholder {
  width: 100%; height: 140px; background: var(--green-light);
  border-radius: 3px; display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--rule);
}
.blog-post-thumb-placeholder svg { width: 32px; opacity: 0.3; }
.blog-post-meta {
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--green); margin-bottom: 0.5rem;
}
.blog-post-item-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 700; color: var(--charcoal);
  line-height: 1.2; margin-bottom: 0.7rem; text-decoration: none; display: block;
}
.blog-post-item-title:hover { color: var(--green); }
.blog-post-excerpt { font-size: 0.92rem; color: var(--slate); font-weight: 300; line-height: 1.7; margin-bottom: 1rem; }
.blog-read-more {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--green); text-decoration: none;
  border-bottom: 1px solid rgba(26,107,53,0.3); padding-bottom: 2px; transition: border-color 0.2s;
}
.blog-read-more:hover { border-color: var(--green); }
.blog-read-more::after { content: '→'; }
.blog-pagination {
  margin-top: 3rem; display: flex; gap: 0.5rem; justify-content: center;
}
.blog-pagination a, .blog-pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 3px; font-size: 0.85rem; font-weight: 600;
  border: 1px solid var(--rule); color: var(--charcoal); text-decoration: none; transition: all 0.2s;
}
.blog-pagination a:hover, .blog-pagination .current {
  background: var(--green); color: var(--white); border-color: var(--green);
}

/* ── SINGLE POST ── */
.single-post-wrap { max-width: 760px; margin: 0 auto; padding: 4rem 2rem; }
.single-post-meta {
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--green); margin-bottom: 1rem;
}
.single-post-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: var(--charcoal);
  line-height: 1.12; margin-bottom: 1.5rem;
}
.single-post-rule { width: 48px; height: 2px; background: var(--green); margin-bottom: 2.5rem; }
.single-post-thumbnail {
  width: 100%; height: 380px; object-fit: cover; border-radius: 4px;
  margin-bottom: 2.5rem; box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}
.single-post-content { font-size: 1.05rem; line-height: 1.85; color: var(--charcoal); }
.single-post-content p { margin-bottom: 1.3rem; }
.single-post-content h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 700; color: var(--charcoal); margin: 2rem 0 1rem; }
.single-post-content h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 700; color: var(--charcoal); margin: 1.5rem 0 0.8rem; }
.single-post-content a { color: var(--green); }
.single-post-content img { max-width: 100%; border-radius: 3px; margin: 1.5rem 0; }
.single-post-content blockquote {
  border-left: 3px solid var(--gold); padding: 1rem 1.5rem;
  background: var(--green-light); border-radius: 0 3px 3px 0;
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.15rem;
  color: var(--green); margin: 1.5rem 0;
}
.back-to-news {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--slate); text-decoration: none;
  margin-bottom: 2.5rem; transition: color 0.2s;
}
.back-to-news::before { content: '←'; }
.back-to-news:hover { color: var(--green); }

/* ── FOOTER ── */
.site-footer {
  background: var(--mist);
  border-top: 3px solid var(--green);
  padding: 3.2rem 2rem;
}
.footer-inner {
  max-width: 1060px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 2rem;
}
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand img { height: 52px; }
.footer-brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; font-weight: 700; color: var(--charcoal); line-height: 1.3;
}
.footer-brand-name small {
  display: block; font-family: 'DM Sans', sans-serif;
  font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--slate);
}
.footer-links { display: flex; gap: 2rem; list-style: none; flex-wrap: wrap; }
.footer-links a {
  color: var(--slate); text-decoration: none;
  font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.2s;
}
.footer-links a:hover { color: var(--green); }
.footer-copy {
  width: 100%; border-top: 1px solid var(--rule);
  margin-top: 1.5rem; padding-top: 1.5rem;
  font-size: 0.75rem; color: var(--slate); text-align: center; font-weight: 300;
}
.footer-copy strong { color: var(--charcoal); }

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .site-header { padding: 0 1.2rem; }
  .nav-links { display: none; }
  #hero { grid-template-columns: 1fr; }
  .hero-left { padding: 4rem 2rem; order: 2; }
  .hero-right { order: 1; min-height: 300px; padding: 3rem 2rem; border-left: none; border-bottom: 1px solid var(--rule); }
  .logo-frame { width: 200px; height: 200px; }
  .logo-frame img { width: 170px; }
  .news-inner { grid-template-columns: 1fr; gap: 2rem; }
  .news-divider { display: none; }
  .about-grid, .mission-grid { grid-template-columns: 1fr; gap: 3rem; }
  .mem-cards { grid-template-columns: 1fr; max-width: 400px; }
  .blog-post-item { grid-template-columns: 1fr; }
  .blog-post-thumb, .blog-post-thumb-placeholder { height: 200px; }
}
