/* DEPARTMENT PAGE STYLES */

.dept-hero {
  background: #f0ede8;
  padding: 52px 20px;
  border-bottom: 1px solid #d4ddd3;
}
.dept-hero-inner {
  max-width: 860px;
  margin: 0 auto;
}
.dept-breadcrumb {
  font-size: .78rem;
  color: #7a8e78;
  margin-bottom: 16px;
  display: flex;
  gap: 6px;
  align-items: center;
}
.dept-breadcrumb a {
  color: #2d5a27;
  text-decoration: none;
}
.dept-hero h1 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 900;
  color: #1a2e17;
  margin-bottom: 14px;
  line-height: 1.2;
}
.dept-hero-sub {
  font-size: .95rem;
  color: #4a5e48;
  line-height: 1.7;
  max-width: 640px;
  margin-bottom: 24px;
}
.dept-hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.dept-cta-primary {
  display: inline-block;
  padding: 11px 22px;
  background: #2d5a27;
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
  font-size: .9rem;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.dept-cta-primary:hover {
  background: #17643b;
  transform: translateY(-1px);
}
.dept-cta-secondary {
  display: inline-block;
  padding: 11px 22px;
  border: 1px solid #2d5a27;
  color: #2d5a27;
  border-radius: 8px;
  font-weight: 600;
  font-size: .9rem;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.dept-cta-secondary:hover {
  background: #e6f4ec;
}

.dept-intro {
  padding: 52px 20px;
}
.dept-intro-inner {
  max-width: 900px;
  margin: 0 auto;
}
.dept-intro h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a2e17;
  margin-bottom: 16px;
}
.dept-intro p {
  font-size: .92rem;
  color: #4a5e48;
  line-height: 1.78;
  margin-bottom: 14px;
}
.dept-facts {
  display: flex;
  gap: 0;
  margin-top: 28px;
  border: 1px solid #d4ddd3;
  border-radius: 6px;
  overflow: hidden;
}
.dept-fact {
  flex: 1;
  padding: 16px;
  text-align: center;
  border-right: 1px solid #d4ddd3;
}
.dept-fact:last-child { border-right: none; }
.fact-val {
  display: block;
  font-size: 1.6rem;
  font-weight: 900;
  color: #2d5a27;
  margin-bottom: 4px;
}
.fact-label {
  font-size: .72rem;
  color: #7a8e78;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.dept-cities {
  background: #f4f4f0;
  padding: 52px 20px;
}
.dept-cities-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.dept-cities h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a2e17;
  margin-bottom: 10px;
}
.dept-cities > .dept-cities-inner > p {
  font-size: .9rem;
  color: #4a5e48;
  margin-bottom: 28px;
}
.dept-cities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}
.city-block {
  background: #fff;
  border: 1px solid #d4ddd3;
  border-radius: 4px;
  padding: 18px;
}
.city-block h3 {
  font-size: .88rem;
  font-weight: 700;
  color: #2d5a27;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d4ddd3;
}
.city-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.city-block li {
  font-size: .8rem;
  color: #4a5e48;
  padding: 3px 0;
  border-bottom: 1px solid #f0ede8;
}
.city-block li:last-child {
  border-bottom: none;
}
.cities-note {
  font-size: .82rem;
  color: #7a8e78;
  font-style: italic;
  text-align: center;
}
.cities-note a { color: #2d5a27; }

.dept-why { padding: 52px 20px; }
.dept-why-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.dept-why h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a2e17;
  margin-bottom: 28px;
  text-align: center;
}
.dept-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.dept-why-card {
  padding: 22px;
  border: 1px solid #d4ddd3;
  border-radius: 4px;
  background: #fff;
}
.dept-why-card h3 {
  font-size: .95rem;
  font-weight: 700;
  color: #1a2e17;
  margin-bottom: 8px;
}
.dept-why-card p {
  font-size: .83rem;
  color: #4a5e48;
  line-height: 1.65;
}

.dept-essences {
  background: #2d5a27;
  padding: 52px 20px;
}
.dept-essences-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.dept-essences h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
}
.essences-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.essence-card {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 4px;
  padding: 20px;
}
.essence-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #c8f0a0;
  margin-bottom: 8px;
}
.essence-card p {
  font-size: .82rem;
  color: rgba(255,255,255,.85);
  line-height: 1.6;
}

.dept-faq {
  padding: 52px 20px;
  background: #f4f4f0;
}
.dept-faq-inner {
  max-width: 780px;
  margin: 0 auto;
}
.dept-faq h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a2e17;
  margin-bottom: 28px;
  text-align: center;
}
.dept-faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.dept-faq .faq-item {
  padding: 18px 0;
  border-bottom: 1px solid #d4ddd3;
}
.dept-faq .faq-item h3 {
  font-size: .95rem;
  font-weight: 700;
  color: #1a2e17;
  margin-bottom: 8px;
}
.dept-faq .faq-item p {
  font-size: .85rem;
  color: #4a5e48;
  line-height: 1.72;
}

.dept-cta-bottom {
  background: #1a2e17;
  padding: 52px 20px;
  text-align: center;
}
.dept-cta-inner {
  max-width: 600px;
  margin: 0 auto;
}
.dept-cta-bottom h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.dept-cta-bottom p {
  color: rgba(255,255,255,.75);
  font-size: .9rem;
  margin-bottom: 24px;
}
.cta-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-btn-primary {
  display: inline-block;
  padding: 12px 26px;
  background: #7ab648;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  font-size: .9rem;
  text-decoration: none;
}
.cta-btn-secondary {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid rgba(255,255,255,.4);
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  font-size: .9rem;
  text-decoration: none;
}

@media (max-width: 900px) {
  .dept-cities-grid { grid-template-columns: 1fr 1fr; }
  .dept-why-grid { grid-template-columns: 1fr 1fr; }
  .essences-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .dept-cities-grid { grid-template-columns: 1fr; }
  .dept-why-grid { grid-template-columns: 1fr; }
  .essences-grid { grid-template-columns: 1fr 1fr; }
  .dept-facts { flex-wrap: wrap; }
  .dept-fact { flex: 1 1 50%; }
  .dept-hero-ctas { flex-direction: column; }
  .cta-btns { flex-direction: column; }
}
