/*
Theme Name: WHVAU Child
Template: generatepress
Version: 1.0.0
Description: Child theme for whvau.com
Author: Codex
*/

:root {
  --whv-ink: #10212d;
  --whv-muted: #51606b;
  --whv-sand: #f6f1e7;
  --whv-sea: #d8eef3;
  --whv-accent: #e36a3b;
  --whv-accent-2: #1f6f8b;
  --whv-card: #ffffff;
  --whv-border: #dbe2e8;
  --whv-shadow: 0 18px 45px rgba(16, 33, 45, 0.12);
}

.whvau-site {
  font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--whv-ink);
  background: linear-gradient(180deg, #fbf7f0 0%, #eef4f6 45%, #ffffff 100%);
}

.whvau-site h1,
.whvau-site h2,
.whvau-site h3,
.whvau-site h4 {
  font-family: "Newsreader", "Times New Roman", Times, serif;
  color: var(--whv-ink);
}

.whvau-site a {
  color: var(--whv-accent-2);
}

.whvau-site a:hover,
.whvau-site a:focus {
  color: #184f63;
}

.whv-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 32px;
  padding: 56px 0 32px;
  align-items: center;
}

.whv-hero__content {
  padding: 28px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--whv-border);
  border-radius: 28px;
  box-shadow: var(--whv-shadow);
}

.whv-hero__meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.whv-hero__meta li {
  background: #ffffff;
  border: 1px dashed var(--whv-border);
  border-radius: 16px;
  padding: 12px 14px;
  font-size: 0.92rem;
  color: var(--whv-muted);
}

.whv-hero__panel {
  display: grid;
  gap: 16px;
}

.whv-hero__card {
  background: var(--whv-card);
  border-radius: 22px;
  border: 1px solid var(--whv-border);
  padding: 18px 20px;
  box-shadow: var(--whv-shadow);
}

.whv-hero__card h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.whv-hero__card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--whv-muted);
}

.whv-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  color: var(--whv-muted);
  margin: 0 0 12px;
}

.whv-lead {
  font-size: 1.15rem;
  color: var(--whv-muted);
  margin: 16px 0 0;
}

.whv-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.whv-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whv-button--primary {
  background: var(--whv-accent);
  color: #ffffff;
  box-shadow: 0 12px 25px rgba(227, 106, 59, 0.3);
}

.whv-button--ghost {
  background: #ffffff;
  border-color: var(--whv-border);
  color: var(--whv-ink);
}

.whv-button:hover,
.whv-button:focus {
  transform: translateY(-2px);
}

.whv-section {
  padding: 32px 0 12px;
}

.whv-section__header {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px;
}

.whv-section__header p {
  margin: 0;
  color: var(--whv-muted);
}

.whv-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.whv-card {
  background: var(--whv-card);
  border-radius: 20px;
  border: 1px solid var(--whv-border);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 30px rgba(16, 33, 45, 0.08);
  min-height: 180px;
}

.whv-card__image {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--whv-border);
}

.whv-card__image img {
  display: block;
  width: 100%;
  height: auto;
}

.whv-card__title {
  margin: 0;
  font-size: 1.1rem;
}

.whv-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--whv-muted);
}

.whv-tag {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--whv-border);
  background: #fdfaf5;
}

.whv-steps {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.whv-step {
  background: #ffffff;
  border-radius: 18px;
  padding: 16px;
  border: 1px solid var(--whv-border);
}

.whv-step span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--whv-muted);
}

.whv-highlight {
  background: linear-gradient(120deg, #f6f1e7 0%, #dceff2 100%);
  border-radius: 24px;
  padding: 24px;
  border: 1px solid var(--whv-border);
  margin: 24px 0;
}

.whv-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
  align-items: start;
}

.whv-layout__aside {
  display: grid;
  gap: 18px;
}

.whv-toc {
  position: sticky;
  top: 24px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid var(--whv-border);
  background: #ffffff;
}

.whv-toc ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.whv-toc li {
  margin-bottom: 8px;
}

.whv-country-meta {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  margin-top: 16px;
}

.whv-country-meta div {
  border: 1px solid var(--whv-border);
  border-radius: 14px;
  padding: 10px 12px;
  background: #ffffff;
  font-size: 0.92rem;
  color: var(--whv-muted);
}

.whv-index-hero {
  padding: 32px 0 16px;
}

.whv-admin-hint {
  margin-top: 16px;
  padding: 14px 16px;
  border-left: 4px solid var(--whv-accent);
  background: #fff7f2;
  color: #7a3f23;
  border-radius: 8px;
}

.whv-footer-nav {
  padding: 32px 0;
  border-top: 1px solid var(--whv-border);
  background: #ffffff;
}

.whv-footer-nav__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.whv-footer-nav__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.whv-footer-nav__title {
  margin: 0 0 12px;
  font-size: 1rem;
}

.whv-footer-nav__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.whv-footer-nav__menu li {
  margin-bottom: 8px;
}

.whv-footer-nav__menu a {
  text-decoration: none;
  color: var(--whv-muted);
}

.whv-footer-nav__menu a:hover,
.whv-footer-nav__menu a:focus {
  color: var(--whv-ink);
}

@media (max-width: 960px) {
  .whv-hero {
    grid-template-columns: 1fr;
  }

  .whv-hero__content {
    padding: 22px;
  }

  .whv-layout {
    grid-template-columns: 1fr;
  }

  .whv-toc {
    position: static;
  }
}

@media (max-width: 680px) {
  .whv-hero {
    padding-top: 36px;
  }

  .whv-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .whv-section {
    padding: 24px 0 8px;
  }
}
