:root {
  --green-900: #1a4d35;
  --green-700: #2f6f4e;
  --green-100: #ebf4ef;
  --gold-700: #b48a2a;
  --gold-100: #fff4d8;
  --red-700: #9d2f2f;
  --text-900: #1a1f1c;
  --text-700: #4c5a53;
  --white: #ffffff;
  --border: #d3ddd6;
  --page: #f6f7f3;
  --shadow: 0 10px 28px rgba(27, 53, 39, 0.08);
  --max-width: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  color: var(--text-900);
  background: var(--page);
}




a {
  color: inherit;
  text-decoration: none;
}
/*
.container {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}
*/
.container {
    width: 100%;       /* Flexible on mobile */
    max-width: 1400px; /* Stops growing on large desktops */
    margin: 0 auto;    /* Centers the container */
}
.top-strip {
  background: var(--green-900);
  color: var(--white);
  font-size: 0.95rem;
}

.top-strip-inner,
.footer-inner,
.notice-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.language-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.language-links a {
  color: #f7edc9;
}

.site-header {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(235, 244, 239, 0.96)),
    linear-gradient(90deg, rgba(180, 138, 42, 0.08), transparent);
  border-bottom: 3px solid var(--gold-700);
}

.header-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  padding: 1.5rem 0;
  align-items: center;
}

.header-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.logo-circle {
  display: grid;
  place-items: center;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #f6e5a8, var(--gold-700));
  color: var(--green-900);
  font-family: "Merriweather", serif;
  font-weight: 700;
  border: 4px solid var(--white);
  box-shadow: var(--shadow);
}

.kicker {
  margin: 0 0 0.35rem;
  color: var(--green-700);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  font-weight: 700;
}

.site-header h1,
.content-card h2,
.section-heading h2,
.contact-card h2,
.slide-overlay h2,
.sidebar-card h2 {
  margin: 0;
  font-family: "Merriweather", serif;
}

.site-header h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  color: var(--green-900);
}

.subtitle {
  margin: 0.45rem 0 0;
  color: var(--text-700);
}

.header-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.badge-card,
.sidebar-card,
.content-card,
.info-card,
.contact-card {
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.badge-card {
  padding: 1rem;
  border-top: 4px solid var(--gold-700);
}

.badge-card strong,
.info-card h3 {
  display: block;
  margin-bottom: 0.35rem;
}

.nav-shell {
  background: #1a4d35;
  position: sticky;
  top: 0;
  z-index: 20;
}

.nav-toggle {
  display: none;
  margin: 0.7rem 0;
  padding: 0.75rem 1rem;
  border: 0;
  background: #7c2323;
  color: var(--white);
  font-weight: 700;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
}

.site-nav a {
  padding: 1rem 1.1rem;
  color: var(--white);
  font-weight: 600;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.hero-section,
.content-section {
  padding: 1.6rem 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 1.25rem;
}

.sidebar-card {
  padding: 1.2rem;
  margin-top: 19px !important;

}

.link-list {
  padding-left: 1.1rem;
  margin: 1rem 0 0;
}

.link-list li + li {
  margin-top: 0.7rem;
}

.link-list a {
  color: var(--green-700);
  font-weight: 600;
}

.hero-carousel {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  max-width:950px;
}

.carousel-slide {
  position: absolute;
  inset: 0;
  display: none;
  background-size: cover;
  background-position: center;
}

.carousel-slide.is-active {
  display: block;
}

.carousel-slide:nth-child(1) {
  background:
    linear-gradient(90deg, rgba(18, 53, 35, 0.78), rgba(18, 53, 35, 0.18)),
    linear-gradient(140deg, #456f4c, #bccfae);
}

.carousel-slide:nth-child(2) {
  background:
    linear-gradient(90deg, rgba(98, 42, 20, 0.75), rgba(98, 42, 20, 0.2)),
    linear-gradient(140deg, #af7a3e, #f0d698);
}

.carousel-slide:nth-child(3) {
  background:
    linear-gradient(90deg, rgba(31, 58, 89, 0.75), rgba(31, 58, 89, 0.2)),
    linear-gradient(140deg, #5b7d9c, #d6e4ee);
}

.slide-overlay {
  max-width: 620px;
  padding: 3rem 2rem;
  color: var(--white);
}

.slide-kicker {
  margin: 0 0 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.slide-overlay h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.2;
}

.slide-overlay p:last-child {
  font-size: 1.08rem;
  line-height: 1.7;
}

.carousel-controls {
  position: absolute;
  left: 2rem;
  bottom: 1.25rem;
  display: flex;
  gap: 0.6rem;
}

.carousel-dot {
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}

.carousel-dot.is-active {
  background: var(--gold-700);
}

.notice-bar {
  background: var(--gold-100);
  border-top: 1px solid #e9d8a7;
  border-bottom: 1px solid #e9d8a7;
}

.notice-bar strong {
  color: var(--red-700);
  white-space: nowrap;
}

.notice-track {
  display: flex;
  gap: 2rem;
  overflow: hidden;
  white-space: nowrap;
  color: var(--text-900);
  font-weight: 600;
}

.two-column,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.content-card,
.contact-card {
  padding: 1.5rem;
}

.content-card p,
.info-card p,
.contact-card p {
  color: var(--text-700);
  line-height: 1.7;
}

.text-link,
.button-link {
  display: inline-block;
  margin-top: 0.8rem;
  color: var(--green-700);
  font-weight: 700;
}

.highlighted-card {
  background: linear-gradient(180deg, #fffdf5, #ffffff);
}

.quick-grid,
.info-grid,
.gallery-grid {
  display: grid;
  gap: 1rem;
}

.quick-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.quick-grid a {
  padding: 0.95rem 1rem;
  background: var(--green-100);
  border-left: 4px solid var(--gold-700);
  font-weight: 700;
}

.alt-section {
  background: #eef3ef;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.section-heading {
  margin-bottom: 1.1rem;
}

.section-heading h2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  color: var(--green-900);
}

.info-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card {
  padding: 1.3rem;
  border-top: 4px solid var(--green-700);
}

.gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-card {
  min-height: 210px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.gallery-card span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.45rem 0.7rem;
  background: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

.gallery-a { background: linear-gradient(135deg, #3d6d48, #b0d0a8); }
.gallery-b { background: linear-gradient(135deg, #927138, #f1d595); }
.gallery-c { background: linear-gradient(135deg, #285974, #b9d7df); }
.gallery-d { background: linear-gradient(135deg, #7d4a2c, #efc09d); }
.gallery-e { background: linear-gradient(135deg, #526c3f, #d8e4b7); }
.gallery-f { background: linear-gradient(135deg, #6e6d2a, #efe8a0); }

.contact-section {
  background: linear-gradient(180deg, #f9fbf8, #eef4ef);
}

.site-footer {
  background: var(--green-900);
  color: var(--white);
  padding: 1rem 0;
}

.footer-inner p {
  margin: 0;
  font-size: 0.95rem;
}

@media (max-width: 960px) {
  .header-grid,
  .hero-grid,
  .two-column,
  .contact-grid,
  .info-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .header-badges {
    grid-template-columns: 1fr;
  }

  .hero-carousel {
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(calc(100% - 1rem), var(--max-width));
  }

  .top-strip-inner,
  .footer-inner,
  .notice-inner,
  .header-brand {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    display: none;
    flex-direction: column;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .quick-grid {
    grid-template-columns: 1fr;
  }

  .slide-overlay {
    padding: 2rem 1.2rem 4rem;
  }

  .notice-track {
    flex-direction: column;
    white-space: normal;
    gap: 0.3rem;
  }
}
.sidebar2 {
    position: sticky;
    top: 80px; /* Adjust based on your navbar height */
    align-self: flex-start;
}
