/*
Theme Name: Doorway Health Wellness
Theme URI: https://github.com/doorway
Template: twentytwentythree
Description: Airy wellness editorial child theme. Sage + terracotta pastels, Fraunces serif display, Inter body. Part of the doorway 18-site theme pool.
Author: Doorway
Author URI: https://github.com/doorway
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: doorway-health-wellness
*/

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,600;9..144,700&display=swap');

/* ── Base Typography ─────────────────────────────────────────────── */

body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #2E3B36;
  background-color: #FAF7F2;
}

h1, h2, h3 {
  font-family: "Fraunces", "Source Serif Pro", Georgia, serif;
  font-weight: 600;
  line-height: 1.2;
  color: #2E3B36;
}

h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.2rem); }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.6rem); }

p {
  margin-bottom: 1.5em;
}

/* ── Links ───────────────────────────────────────────────────────── */

a {
  color: #6B8F71;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

a:hover,
a:focus {
  color: #C98B6B;
}

/* ── Hero: Centered Over Cover ───────────────────────────────────── */

.wp-block-cover.wellness-hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-block-cover.wellness-hero .wp-block-cover__inner-container {
  text-align: center;
  max-width: 720px;
  padding: 2rem;
}

.wp-block-cover.wellness-hero h1,
.wp-block-cover.wellness-hero .wp-block-post-title {
  color: #FFFFFF !important;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  margin-bottom: 0.5em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.wp-block-cover.wellness-hero .wp-block-post-excerpt {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.125rem;
  max-width: 540px;
  margin: 0 auto;
}

/* ── Card Grid: Airy 2-Column ────────────────────────────────────── */

.wellness-card-grid .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}

.wellness-card-grid .wp-block-post {
  background: #F0ECE3;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.25s ease;
}

.wellness-card-grid .wp-block-post:hover {
  box-shadow: 0 4px 20px rgba(46, 59, 54, 0.08);
}

.wellness-card-grid .wp-block-post-featured-image {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.wellness-card-grid .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wellness-card-grid .wp-block-post-title {
  font-family: "Fraunces", "Source Serif Pro", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 1.25rem 1.5rem 0;
  margin: 0;
}

.wellness-card-grid .wp-block-post-title a {
  color: #2E3B36;
  text-decoration: none;
}

.wellness-card-grid .wp-block-post-title a:hover {
  color: #6B8F71;
}

.wellness-card-grid .wp-block-post-excerpt {
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
  color: #5A6B64;
  line-height: 1.6;
}

.wellness-card-grid .wp-block-post-date {
  padding: 0 1.5rem 1.25rem;
  font-size: 0.8rem;
  color: #8A9A93;
}

/* ── Navigation ──────────────────────────────────────────────────── */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #FAF7F2;
  border-bottom: 1px solid #F0ECE3;
}

.site-header .wp-block-navigation a {
  color: #2E3B36 !important;
  text-decoration: none;
  padding: 10px 16px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.2s;
}

.site-header .wp-block-navigation a:hover {
  color: #6B8F71 !important;
  text-decoration: underline;
  text-decoration-color: #6B8F71;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.site-header .wp-block-site-title a {
  font-family: "Fraunces", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #2E3B36 !important;
  text-decoration: none;
}

/* ── Footer ──────────────────────────────────────────────────────── */

.site-footer {
  background: #F0ECE3;
  padding: 3rem 0 2rem;
  margin-top: 4rem;
  font-size: 0.9rem;
  color: #5A6B64;
}

.site-footer a {
  color: #6B8F71;
}

.site-footer .copyright {
  font-size: 0.8rem;
  color: #8A9A93;
}

/* ── Utility ─────────────────────────────────────────────────────── */

.wp-block-search__input {
  border: 1px solid #F0ECE3;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 0.9rem;
  background: #FFFFFF;
}

.wp-block-search__button {
  background: #6B8F71;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  cursor: pointer;
  transition: background 0.2s;
}

.wp-block-search__button:hover {
  background: #C98B6B;
}

/* ── Mobile ──────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  .wellness-card-grid .wp-block-post-template {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .wp-block-cover.wellness-hero {
    min-height: 50vh;
  }

  .wp-block-cover.wellness-hero h1,
  .wp-block-cover.wellness-hero .wp-block-post-title {
    font-size: 2rem;
  }

  .site-header .wp-block-navigation {
    font-size: 0.85rem;
  }
}
