:root {
  --cream: #fbf6ea;
  --cream-2: #f4ead8;
  --paper: rgba(255, 252, 244, 0.92);
  --paper-strong: rgba(255, 252, 244, 0.98);
  --green-deep: #103b2a;
  --green: #174b36;
  --green-soft: #315f47;
  --gold: #b47a32;
  --gold-soft: #d3aa67;
  --sand: #dfc69b;
  --text: #20362b;
  --muted: #607268;
  --line: rgba(32, 54, 43, 0.12);
  --shadow: 0 18px 48px rgba(30, 46, 37, 0.14);
  --shadow-soft: 0 10px 28px rgba(30, 46, 37, 0.09);
  --radius-xl: 26px;
  --radius-lg: 18px;
  --maxw: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Segoe UI", "Noto Sans", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(180,122,50,0.12), transparent 26%),
    radial-gradient(circle at 92% 3%, rgba(23,75,54,0.10), transparent 25%),
    linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 48%, #fffaf0 100%);
  line-height: 1.65;
}

a { color: var(--green); text-decoration: none; transition: 0.2s ease; }
a:hover { color: var(--gold); }
img { max-width: 100%; display: block; }

.top-strip {
  background: linear-gradient(90deg, #0d3325, #1a563d 55%, #0f3a2b);
  color: rgba(255,255,255,0.92);
  font-size: 0.92rem;
}

.top-strip-inner,
.nav-inner,
.hero-inner,
.container,
.footer-inner {
  width: min(var(--maxw), calc(100% - 32px));
  margin: 0 auto;
}

.top-strip-inner {
  display: flex;
  justify-content: flex-end;
  gap: 26px;
  padding: 8px 0;
}

.nav-bar {
  background: rgba(255, 250, 239, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(180,122,50,0.12);
}

.nav-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--green-deep);
}

.brand-logo {
  width: 66px;
  height: 66px;
  object-fit: contain;
}

.brand-text strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  letter-spacing: 0.02em;
  line-height: 1;
  color: var(--green-deep);
}

.brand-text em {
  display: block;
  margin-top: 6px;
  font-style: normal;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 700;
}

.menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}

.menu a {
  display: inline-flex;
  padding: 10px 15px;
  border-radius: 999px;
  color: #1d3027;
  font-weight: 650;
  border: 1px solid transparent;
}

.menu a:hover,
.menu a:focus {
  color: var(--green-deep);
  background: rgba(180,122,50,0.08);
  border-color: rgba(180,122,50,0.18);
}

/* HERO */

.hero-section {
  position: relative;
  overflow: hidden;
  background:
      linear-gradient(90deg,
      rgba(255,250,239,0.85) 0%,
      rgba(255,250,239,0.75) 40%,
      rgba(255,250,239,0.45) 65%,
      rgba(255,250,239,0.15) 100%
    ),
    url('assets/img/hero-mountain.png'),
    linear-gradient(135deg, #fbf5e7 0%, #efe0c1 100%);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}


.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 52%, rgba(23,75,54,0.06) 52% 100%),
    radial-gradient(circle at 95% 12%, rgba(180,122,50,0.12), transparent 30%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 42%) minmax(0, 1fr);
  align-items: center;
  gap: 36px;
  min-height: 330px;
  padding: 18px 0 24px;
}

.hero-logo-panel {
  position: relative;
  padding: 0 22px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  transform: none;
}

.hero-logo-panel::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 10%;
  bottom: 10%;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--gold), transparent);
}

.hero-main-logo {
  width: min(100%, 430px);
  max-height: 300px;
  object-fit: contain;
  margin: 0 auto;
  border-radius: 24px;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 12px 14px rgba(22, 58, 42, 0.10));
}

.hero-copy {
  max-width: 640px;
  padding-left: 8px;
  align-self: center;
  transform: none;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 10px;
}

.hero-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--green-deep);
  font-size: clamp(2rem, 3.7vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-shadow: 0 2px 0 rgba(255,255,255,0.55);
}

.ornament-line {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(100%, 380px);
  color: var(--gold);
  margin: 18px 0 0;
}

.ornament-line span {
  height: 2px;
  flex: 1;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.ornament-line i {
  font-style: normal;
  font-size: 1.2rem;
}

.hero-subtitle,
.hero-actions {
  display: none;
}

/* MAIN */

.container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  padding: 38px 0 48px;
}

.content,
.sidebar { min-width: 0; }

.section {
  background: linear-gradient(180deg, var(--paper-strong), rgba(255,252,244,0.86));
  border: 1px solid rgba(180,122,50,0.16);
  border-radius: var(--radius-xl);
  padding: 28px;
  box-shadow: var(--shadow-soft);
  margin-bottom: 24px;
}

.section h1,
.section h2,
.section h3 {
  margin-top: 0;
  color: var(--green-deep);
  line-height: 1.22;
}

.section h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
}

.section p:last-child { margin-bottom: 0; }

.intro-grid,
.direction-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.direction-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.info-card,
.direction-card {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.72), rgba(251,246,234,0.94));
  border: 1px solid rgba(180,122,50,0.16);
}

.direction-card { text-align: center; }

.direction-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 12px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: var(--green-deep);
  background: rgba(23,75,54,0.08);
  font-size: 1.65rem;
}

.info-card h3,
.direction-card h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.info-card p,
.direction-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.feed-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.feed-badge {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(180,122,50,0.10);
  color: var(--gold);
  font-size: 0.88rem;
  font-weight: 800;
}

.news-grid { display: grid; gap: 18px; }

.news-card {
  display: grid;
  grid-template-columns: 235px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  background: linear-gradient(180deg, rgba(255,255,255,0.72), rgba(255,252,244,0.96));
  border-radius: 22px;
  padding: 14px;
  border: 1px solid rgba(180,122,50,0.16);
  box-shadow: 0 10px 22px rgba(30,46,37,0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.news-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

.news-thumb {
  min-height: 176px;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, #ecd9b7, #f8f2e5);
}

.news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.news-card:hover .news-thumb img { transform: scale(1.04); }

.news-body { display: flex; flex-direction: column; }
.news-body h3 { margin: 0 0 10px; font-size: 1.2rem; }
.news-body h3 a { color: var(--green-deep); }
.news-body p { margin: 0 0 14px; color: var(--muted); }

.news-meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.92rem;
}

.news-date { color: #7c725f; font-weight: 700; }
.read-more { padding: 10px 16px; }

/* SIDEBAR */

.sidebar .widget {
  background: linear-gradient(180deg, rgba(255,252,244,0.92), rgba(255,255,255,0.96));
  border: 1px solid rgba(180,122,50,0.15);
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--shadow-soft);
  margin-bottom: 18px;
}

.sidebar .widget h3,
.sidebar .widget h4 {
  margin-top: 0;
  color: var(--green-deep);
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.sidebar a { color: var(--text); }
.sidebar a:hover { color: var(--gold); }

/* PAGINATION */

.pagination {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pagination a {
  padding: 10px 16px;
  background: rgba(180,122,50,0.08);
  color: var(--green-deep);
  border: 1px solid rgba(180,122,50,0.18);
}

.pagination a.active {
  background: linear-gradient(135deg, var(--green-deep), var(--green-soft));
  color: #fff;
}

/* FOOTER */

.site-footer {
  margin-top: 4px;
  color: #65756b;
  background: rgba(255,250,239,0.78);
}

.footer-ornament {
  height: 34px;
  background:
    repeating-linear-gradient(45deg, transparent 0 12px, rgba(180,122,50,0.45) 12px 15px, transparent 15px 28px),
    linear-gradient(90deg, rgba(180,122,50,0.08), rgba(180,122,50,0.16), rgba(180,122,50,0.08));
  border-top: 1px solid rgba(180,122,50,0.20);
  border-bottom: 1px solid rgba(180,122,50,0.20);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  padding: 24px 0 30px;
}

.footer-note { max-width: 720px; }

.footer-meta,
.meta,
.meta-credit {
  color: #6d7d73;
  font-size: 0.92rem;
}

.indented { padding-left: 22px; }

/* RESPONSIVE */

@media (max-width: 1120px) {
  .container { grid-template-columns: 1fr; }
  .direction-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .nav-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 0;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 34px 0 44px;
    gap: 24px;
  }

  .hero-logo-panel {
    padding: 0;
    transform: none;
    align-items: center;
  }

  .hero-logo-panel::after { display: none; }

  .hero-main-logo {
    max-width: 400px;
    max-height: none;
  }

  .hero-copy {
    padding-left: 0;
    transform: none;
    text-align: center;
    margin: 0 auto;
  }

  .kicker { justify-content: center; }

  .ornament-line {
    margin-left: auto;
    margin-right: auto;
  }

  .intro-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .top-strip-inner,
  .nav-inner,
  .hero-inner,
  .container,
  .footer-inner {
    width: min(var(--maxw), calc(100% - 20px));
  }

  .top-strip-inner {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }

  .brand-logo {
    width: 58px;
    height: 58px;
  }

  .menu { gap: 4px; }

  .menu a {
    padding: 8px 10px;
    font-size: 0.94rem;
  }

  .hero-title { font-size: 2rem; }
  .hero-subtitle { font-size: 0.98rem; }

  .section {
    padding: 20px;
    border-radius: 22px;
  }

  .direction-grid { grid-template-columns: 1fr; }
  .news-card { grid-template-columns: 1fr; }
  .news-thumb { min-height: 180px; }
}