/*
Theme Name: DigiTalk
Theme URI: https://digitalk.local
Author: DigiTalk Design
Description: Minimal classic theme for DigiTalk editorial and services hub.
Version: 1.0.0
Text Domain: digitalk
*/

:root {
  --dt-green: #005B43;
  --dt-green-bright: #00C758;
  --dt-yellow: #F4BE00;
  --dt-orange: #F99C00;
  --dt-bg-soft: #F3F8F5;
  --dt-bg-soft-2: #F4F7F5;
  --dt-ink: #1A1A1A;
  --dt-white: #FFFFFF;
  --color-primary: var(--dt-green);
  --color-primary-strong: #003D2D;
  --color-accent: var(--dt-green-bright);
  --color-gold: var(--dt-yellow);
  --color-orange: var(--dt-orange);
  --color-text: var(--dt-ink);
  --color-text-muted: #5D6A64;
  --color-border: #DCE9E1;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --radius-sm: .5rem;
  --radius-md: .9rem;
  --radius-lg: 1.35rem;
  --radius-xl: 2rem;
  --radius-pill: 999px;
  --shadow-sm: 0 8px 24px rgba(0, 91, 67, .08);
  --shadow-md: 0 18px 44px rgba(0, 91, 67, .14);
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--color-text); background: var(--dt-white); font-family: var(--font-body); font-size: 1rem; line-height: 1.72; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(calc(100% - 2.5rem), var(--container)); margin-right: auto; margin-left: auto; }
.site-header { border-bottom: 1px solid var(--color-border); background: var(--dt-white); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 5rem; gap: 2rem; }
.wordmark { color: var(--dt-green); font-size: 1rem; font-weight: 900; letter-spacing: .16em; line-height: 1; text-decoration: none; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.1rem); color: var(--color-text-muted); font-size: .92rem; font-weight: 700; }
.site-nav a { text-decoration: none; }
.site-nav a:hover { color: var(--dt-green); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 2.9rem; padding: .7rem 1.15rem; border: 1px solid transparent; border-radius: var(--radius-pill); font-weight: 800; text-decoration: none; }
.button--primary { color: var(--dt-white); background: var(--dt-green); }
.button--accent { color: var(--dt-ink); background: var(--dt-yellow); }
.button--ghost { color: var(--dt-green); border-color: var(--color-border); background: transparent; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; color: var(--dt-green); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { width: 1.8rem; height: 2px; background: var(--dt-yellow); content: ""; }
.hero { padding: clamp(4rem, 10vw, 8rem) 0; background: var(--dt-bg-soft); }
.hero__grid { display: grid; align-items: center; grid-template-columns: 1.15fr .85fr; gap: 5rem; }
.hero h1 { max-width: 10ch; margin: 1rem 0 1.5rem; color: var(--dt-green); font-size: clamp(2.8rem, 7vw, 6.4rem); line-height: 1.04; letter-spacing: -.08em; }
.hero__copy { max-width: 34rem; margin: 0 0 2rem; color: var(--color-text-muted); font-size: 1.15rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.hero__aside { padding: 1.5rem; border: 1px solid rgba(0,91,67,.13); border-radius: var(--radius-xl); background: var(--dt-white); box-shadow: var(--shadow-md); }
.hero__aside-label { margin: 0 0 2rem; color: var(--color-text-muted); font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.metric { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--color-border); }
.metric strong { color: var(--dt-green); font-size: 2.2rem; letter-spacing: -.06em; }
.metric span { color: var(--color-text-muted); font-size: .85rem; text-align: right; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section--soft { background: var(--dt-bg-soft-2); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
h2 { margin: .65rem 0 0; color: var(--dt-green); font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.1; letter-spacing: -.055em; }
.section-heading p { max-width: 25rem; margin: 0; color: var(--color-text-muted); }
.post-grid, .service-grid { display: grid; gap: 1.15rem; grid-template-columns: repeat(3, 1fr); }
.card { border: 1px solid var(--color-border); border-radius: var(--radius-lg); background: var(--dt-white); box-shadow: var(--shadow-sm); }
.post-card { overflow: hidden; }
.post-card__visual { min-height: 12rem; padding: 1.25rem; background: var(--dt-green); }
.post-card:nth-child(2) .post-card__visual { background: var(--dt-yellow); }
.post-card:nth-child(3) .post-card__visual { background: var(--dt-green-bright); }
.post-card__tag { display: inline-block; padding: .35rem .65rem; border-radius: var(--radius-pill); background: rgba(255,255,255,.86); color: var(--dt-green); font-size: .72rem; font-weight: 800; }
.post-card__body { padding: 1.35rem; }
.post-card h3 { margin: 0; color: var(--dt-green); font-size: 1.25rem; line-height: 1.2; letter-spacing: -.03em; }
.post-card p { margin: .75rem 0 1.2rem; color: var(--color-text-muted); font-size: .92rem; }
.text-link { color: var(--dt-green); font-size: .88rem; font-weight: 800; text-decoration: none; }
.service-grid { grid-template-columns: repeat(4, 1fr); }
.service { padding: 1.35rem; border-radius: var(--radius-lg); background: var(--dt-white); }
.service__number { color: var(--dt-orange); font-size: .8rem; font-weight: 900; }
.service h3 { margin: 2.2rem 0 .45rem; color: var(--dt-green); font-size: 1.15rem; }
.service p { margin: 0; color: var(--color-text-muted); font-size: .9rem; }
.entry-shell { padding: 5rem 0 7rem; }
.entry-header { max-width: 49rem; }
.entry-header h1 { max-width: 14ch; margin: 1rem 0; color: var(--dt-green); font-size: clamp(2.5rem, 6vw, 5.7rem); line-height: .98; letter-spacing: -.075em; }
.entry-dek { max-width: 39rem; margin: 0; color: var(--color-text-muted); font-size: 1.2rem; }
.entry-meta { display: flex; flex-wrap: wrap; gap: .7rem 1.2rem; margin-top: 1.5rem; color: var(--color-text-muted); font-size: .85rem; }
.entry-content { max-width: 42rem; margin-top: 3rem; color: #35413B; font-size: 1.08rem; }
.entry-content h2 { margin-top: 2.5rem; }
.entry-content blockquote { margin: 2rem 0; padding: 1.2rem 1.5rem; border-left: 4px solid var(--dt-yellow); color: var(--dt-green); font-size: 1.35rem; font-weight: 800; line-height: 1.35; }
.featured-placeholder { display: grid; place-items: center; min-height: 20rem; margin-top: 3rem; border-radius: var(--radius-xl); background: var(--dt-green); color: var(--dt-yellow); font-size: 1rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.site-footer { padding: 1.5rem 0; background: var(--dt-green); color: rgba(255,255,255,.7); }
.site-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .85rem; }
.site-footer .wordmark { color: var(--dt-white); }
@media (max-width: 850px) { .hero__grid { grid-template-columns: 1fr; gap: 2rem; } .service-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .site-nav a:not(.button) { display: none; } .section-heading, .site-footer__inner { align-items: start; flex-direction: column; } .post-grid, .service-grid { grid-template-columns: 1fr; } }
