:root {
  --art-forest: #1c3328;
  --art-forest-mid: #2c4a38;
  --art-leaf: #4e7a58;
  --art-moss: #6b8f71;
  --art-cream: #f3efe6;
  --art-sand: #e6dfd0;
  --art-paper: #fffcf7;
  --art-ink: #1b1a16;
  --art-muted: #5e5b53;
}

html,
body {
  background: var(--art-cream);
  color: var(--art-ink);
}

body {
  font-family: "Source Sans 3", "Segoe UI", Helvetica, Arial, sans-serif;
}

.art-nav {
  background: var(--art-forest);
}

.art-nav .navbar-brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
}

.art-cog {
  color: #f3efe6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  border: 1px solid rgba(243, 239, 230, 0.35);
}

.art-cog:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.art-hero {
  position: relative;
  background:
    linear-gradient(180deg, rgba(16, 32, 24, 0.28) 0%, rgba(16, 32, 24, 0.72) 100%),
    radial-gradient(1200px 480px at 20% 20%, #3d6a4a 0%, transparent 55%),
    linear-gradient(160deg, #1c3328 0%, #2c4a38 42%, #163024 100%);
  color: #f7f4ee;
  min-height: 28rem;
  display: flex;
  align-items: flex-end;
}

.art-hero-inner {
  max-width: 760px;
}

.art-kicker {
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d7e3d4;
  margin-bottom: 0.75rem;
}

.art-hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.art-hero p {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #e8eadf;
  max-width: 42rem;
}

.art-section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.news-feed {
  display: grid;
  gap: 1.5rem;
}

.news-card {
  background: var(--art-paper);
  border: 1px solid var(--art-sand);
  overflow: hidden;
}

.news-card a {
  color: inherit;
  text-decoration: none;
}

.news-card-image {
  height: 220px;
  object-fit: cover;
  width: 100%;
  background: var(--art-forest-mid);
}

.news-meta {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--art-leaf);
}

.news-card h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.7rem;
  margin: 0.35rem 0 0.75rem;
}

.news-card p {
  color: var(--art-muted);
  margin-bottom: 0;
}

.news-empty {
  color: var(--art-muted);
}

.art-footer {
  background: var(--art-forest);
  color: #d7e3d4;
  font-size: 0.9rem;
}

.btn-art {
  background: var(--art-leaf);
  border-color: var(--art-leaf);
  color: #fff;
}

.btn-art:hover {
  background: var(--art-forest-mid);
  border-color: var(--art-forest-mid);
  color: #fff;
}
