/* ══════════════════════════════════════════════════════════════════════════
   GOOD DEEDS SECTION STYLES
   ══════════════════════════════════════════════════════════════════════════ */

.gd-wrap { background: var(--gd-paper); min-height: 100vh; }
.gd-head { padding: 0 48px; border-bottom: 1px solid var(--gd-rule); }
.gd-meta { 
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center; 
  padding: 12px 0 10px; 
  border-bottom: 1px solid var(--gd-rule); 
  font-family: var(--f-ui); 
  font-size: 10px; 
  color: var(--gd-muted); 
  letter-spacing: 0.08em; 
}
.gd-meta > span:first-child {
  justify-self: start;
}
.gd-meta > span:last-child {
  justify-self: end;
}
.gd-tag { 
  justify-self: center;
  background: var(--gd-accent); 
  color: white; 
  padding: 3px 10px; 
  font-size: 9px; 
  letter-spacing: 0.18em; 
  text-transform: uppercase; 
  font-weight: 600; 
}
.gd-logo-area { 
  text-align: center; 
  padding: 24px 0 18px; 
  border-bottom: 1px solid var(--gd-rule);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gd-parent { 
  font-family: var(--f-ui); 
  font-size: 10px; 
  letter-spacing: 0.2em; 
  color: var(--gd-muted); 
  text-transform: uppercase; 
  margin-bottom: 6px; 
  font-weight: 500;
}
.gd-parent .wordmark {
  font-family: var(--f-masthead);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: none;
}
.gd-parent .wordmark span {
  color: var(--gd-accent);
}
.gd-logo { 
  font-family: var(--f-serif-old); 
  font-size: clamp(42px, 7vw, 80px); 
  font-weight: 800; 
  line-height: 0.92; 
  color: var(--gd-accent); 
  letter-spacing: -0.02em; 
}
.gd-tagline { font-family: var(--f-serif); font-style: italic; font-size: 14px; color: var(--gd-muted); margin-top: 10px; }
.gd-nav { 
  display: flex; 
  justify-content: center; 
  gap: 26px; 
  padding: 11px 0; 
  font-family: var(--f-ui); 
  font-size: 10px; 
  letter-spacing: 0.12em; 
  text-transform: uppercase; 
  font-weight: 500; 
  flex-wrap: wrap;
}
.gd-nav a { color: var(--gd-muted); text-decoration: none; transition: color 0.18s; }
.gd-nav a:hover { color: var(--gd-accent); }
.gd-ticker { 
  background: var(--gd-accent); 
  padding: 10px 48px; 
  display: flex; 
  align-items: center; 
  gap: 20px; 
  overflow: hidden;
  position: relative;
}
.gd-ticker-lbl { 
  font-family: var(--f-ui); 
  font-size: 9px; 
  letter-spacing: 0.2em; 
  text-transform: uppercase; 
  color: white; 
  background: rgba(0,0,0,0.18); 
  padding: 3px 8px; 
  white-space: nowrap;
  position: relative;
  z-index: 2; 
  flex-shrink: 0; 
  font-weight: 600; 
}
.gd-ticker-txt { 
  font-size: 12px; 
  font-weight: 300; 
  color: rgba(255,255,255,0.9); 
  white-space: nowrap; 
  animation: ticker-scroll 40s linear infinite; 
}
.gd-content { 
  display: grid; 
  grid-template-columns: 240px 1px 1fr 1px 200px; 
  gap: 0; 
  padding: 36px 48px; 
  max-width: 1360px; 
  margin: 0 auto; 
}
.gd-rule { background: var(--gd-rule); }
.gd-sl { padding-right: 30px; }
.gd-sm { padding: 0 36px; }
.gd-sr { padding-left: 28px; }
.gd-sbh { 
  font-family: var(--f-ui); 
  font-size: 10px; 
  letter-spacing: 0.2em; 
  text-transform: uppercase; 
  color: var(--gd-muted); 
  padding-bottom: 10px; 
  border-bottom: 2px solid var(--gd-accent); 
  margin-bottom: 14px; 
  font-weight: 600; 
}
.gd-sb-sec { margin-bottom: 28px; }
.gd-ri { padding: 11px 0; border-bottom: 1px solid var(--gd-rule); cursor: pointer; transition: all 0.18s; }
.gd-ri:hover .gd-ri-t { color: var(--gd-accent); }
.gd-ri-n { font-family: var(--f-serif); font-size: 26px; font-weight: 800; color: var(--gd-rule); line-height: 1; margin-bottom: 3px; }
.gd-ri-t { font-family: var(--f-serif); font-size: 14px; font-weight: 600; line-height: 1.3; color: var(--gd-ink); transition: color 0.18s; margin-bottom: 3px; }
.gd-ri-m { font-family: var(--f-ui); font-size: 9px; color: var(--gd-muted); }
.gd-stat { background: var(--gd-paper-dim); border: 1px solid var(--gd-rule); padding: 18px; margin-bottom: 18px; }
.gd-stat .sn { font-family: var(--f-serif); font-size: 44px; font-weight: 800; color: var(--gd-accent); line-height: 1; }
.gd-stat .sl { font-family: var(--f-ui); font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gd-muted); margin-top: 6px; font-weight: 500; }
.gd-stat .sd { font-size: 12px; color: var(--gd-muted); margin-top: 8px; line-height: 1.5; font-weight: 300; }
.gd-kicker { 
  font-family: var(--f-ui); 
  font-size: 10px; 
  letter-spacing: 0.22em; 
  text-transform: uppercase; 
  color: var(--gd-accent); 
  margin-bottom: 10px; 
  display: flex; 
  align-items: center; 
  gap: 10px; 
  font-weight: 600; 
}
.gd-kicker::before { content: ''; width: 20px; height: 2px; background: var(--gd-accent); display: inline-block; }
.gd-feat-h { 
  font-family: var(--f-serif); 
  font-size: clamp(24px, 2.8vw, 40px); 
  font-weight: 700; 
  line-height: 1.1; 
  letter-spacing: -0.02em; 
  margin-bottom: 14px; 
  color: var(--gd-ink); 
}
.gd-feat-h em { font-style: italic; color: var(--gd-accent); }
.gd-ameta { 
  font-family: var(--f-ui); 
  font-size: 10px; 
  color: var(--gd-muted); 
  letter-spacing: 0.06em; 
  margin-bottom: 18px; 
  padding-bottom: 18px; 
  border-bottom: 1px solid var(--gd-rule); 
  display: flex; 
  gap: 14px; 
  align-items: center; 
  flex-wrap: wrap; 
}
.gd-ameta .by { color: var(--gd-ink); font-weight: 600; }
.gd-body p { font-family: var(--f-body); font-weight: 400; font-size: calc(var(--body-size) - 1px); line-height: 1.78; color: #2A2A22; margin-bottom: 16px; }
.gd-body p:first-child::first-letter { 
  font-family: var(--f-serif); 
  font-size: 64px; 
  font-weight: 800; 
  float: left; 
  line-height: 0.78; 
  margin: 10px 10px 0 0; 
  color: var(--gd-accent); 
}
.gd-pq { margin: 24px 0; padding: 18px 22px; border-left: 4px solid var(--gd-accent); background: var(--gd-paper-dim); }
.gd-pq p { 
  font-family: var(--f-body) !important;
  font-weight: 300; 
  font-size: 20px !important; 
  font-style: italic; 
  font-weight: 600; 
  color: var(--gd-ink) !important; 
  line-height: 1.4 !important; 
  margin: 0 !important; 
}
.gd-sec-grid { 
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  gap: 0; 
  border-top: 2px solid var(--gd-ink); 
  border-bottom: 2px solid var(--gd-ink); 
  margin: 28px 0; 
}
.gd-sec-c { padding: 20px; border-right: 1px solid var(--gd-rule); cursor: pointer; transition: background 0.18s; }
.gd-sec-c:last-child { border-right: none; }
.gd-sec-c:hover { background: var(--gd-paper-dim); }
.gd-sec-h { font-family: var(--f-serif); font-size: 17px; font-weight: 700; color: var(--gd-ink); margin-bottom: 8px; line-height: 1.25; }
.gd-sec-d { font-family: var(--f-ui); font-size: 12px; color: var(--gd-muted); line-height: 1.5; font-weight: 300; }
.gd-card { padding: 14px 0; border-bottom: 1px solid var(--gd-rule); cursor: pointer; transition: all 0.18s; }
.gd-card:hover .gd-card-t { color: var(--gd-accent); }
.gd-card-k { font-family: var(--f-ui); font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gd-accent); margin-bottom: 5px; font-weight: 600; }
.gd-card-t { font-family: var(--f-serif); font-size: 16px; font-weight: 700; line-height: 1.3; color: var(--gd-ink); margin-bottom: 5px; transition: color 0.18s; }
.gd-card-d { font-family: var(--f-ui); font-size: 13px; color: var(--gd-muted); line-height: 1.5; font-weight: 300; }
.gd-card-m { font-family: var(--f-ui); font-size: 9px; color: var(--gd-muted); margin-top: 6px; }
.gd-write { border: 2px solid var(--gd-accent); padding: 18px; margin-bottom: 20px; position: relative; }
.gd-write::before { 
  content: 'WRITE FOR US'; 
  position: absolute; 
  top: -9px; 
  left: 12px; 
  background: var(--gd-paper); 
  padding: 0 8px; 
  font-family: var(--f-ui); 
  font-size: 9px; 
  letter-spacing: 0.18em; 
  color: var(--gd-accent); 
  font-weight: 600; 
}
.gd-write p { font-size: 12px; line-height: 1.6; color: var(--gd-muted); margin-bottom: 12px; }
.gd-btn { 
  display: block; 
  padding: 9px 16px; 
  font-family: var(--f-ui); 
  font-size: 10px; 
  letter-spacing: 0.14em; 
  text-transform: uppercase; 
  text-align: center; 
  border: none; 
  cursor: pointer; 
  transition: opacity 0.2s; 
  width: 100%; 
  background: var(--gd-accent); 
  color: white; 
  font-weight: 600; 
}
.gd-bot { background: var(--gd-ink); padding: 40px 48px; border-top: 2px solid var(--gd-accent); }
.gd-bot-grid { display: grid; grid-template-columns: 1fr 1px 1fr 1px 1fr; gap: 0; max-width: 1360px; margin: 0 auto; }
.gd-bot-rule { background: #252520; }
.gd-bot-col { padding: 0 36px; }
.gd-bot-col:first-child { padding-left: 0; }
.gd-bot-col:last-child { padding-right: 0; }
.gd-bot-k { font-family: var(--f-ui); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gd-accent); margin-bottom: 10px; font-weight: 600; }
.gd-bot-col h3 { font-family: var(--f-serif); font-size: 18px; font-weight: 700; color: var(--gd-paper); margin-bottom: 10px; }
.gd-bot-col p { font-size: 13px; color: #777; line-height: 1.6; font-weight: 300; }
.gd-nl { display: flex; margin-top: 14px; border: 1px solid #2a2a20; }
.gd-nl input { 
  flex: 1; 
  background: transparent; 
  border: none; 
  padding: 9px 12px; 
  color: var(--gd-paper); 
  font-family: var(--f-ui); 
  font-size: 11px; 
  outline: none; 
}
.gd-nl input::placeholder { color: #444; }
.gd-nl button { 
  background: var(--gd-accent); 
  border: none; 
  padding: 9px 14px; 
  color: white; 
  font-family: var(--f-ui); 
  font-size: 10px; 
  letter-spacing: 0.1em; 
  text-transform: uppercase; 
  cursor: pointer; 
  font-weight: 600; 
}
