* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:root {
  --dark-green: #1b4d3e;
  --light-green: #8bbf8f;
  --soft-green: #e5f3e8;
  --accent: #f2b33d;
  --text: #0f2d21;
  --muted: #5c6b61;
  --bg: #f5faf5;
  --surface: #ffffff;
  --border: #e4ece3;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top left, rgba(139, 191, 143, 0.12), transparent 35%), var(--bg);
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4 {
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
  letter-spacing: -0.03em;
}

h1 {
  font-weight: 700;
}

h2 {
  font-weight: 600;
}

h3 {
  font-weight: 600;
}

button,
.button {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.button:hover,
button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--dark-green);
  color: #fff;
  padding: 0.95rem 1.6rem;
  box-shadow: 0 16px 35px rgba(27, 77, 62, 0.15);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.9);
  color: var(--dark-green);
  padding: 0.95rem 1.6rem;
  border: 1px solid rgba(27, 77, 62, 0.12);
}

.site-header {
  padding: 1rem 2rem;
  background: rgba(255, 255, 255, 0.95);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(148, 170, 150, 0.18);
  backdrop-filter: blur(10px);
}

.site-branding {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
}

.site-nav a.active {
  background: var(--dark-green);
  color: #fff;
}

.brand-logo img {
  display: block;
  height: 44px;
  width: auto;
  border-radius: 12px;
}

.site-nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.site-nav a {
  padding: 0.6rem 0.95rem;
  border-radius: 999px;
  color: var(--muted);
  transition: background 0.2s ease, color 0.2s ease;
}

.site-nav a:hover,
.site-nav a.active {
  background: var(--soft-green);
  color: var(--dark-green);
}

.hero-section {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  min-height: 72vh;
}

.hero-image {
  display: block;
  width: 100%;
  height: 72vh;
  max-height: 760px;
  object-fit: cover;
  border-radius: 32px;
}

.hero-section {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  min-height: 72vh;
  border-radius: 32px;
}

.hero-overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 3rem;
  background: linear-gradient(180deg, rgba(11, 38, 25, 0.06) 0%, rgba(11, 38, 25, 0.92) 100%);
  color: #fff;
}

.hero-overlay {
  display: grid;
  gap: 1.25rem;
  max-width: 680px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  margin-bottom: 0.9rem;
  color: #c8e8c9;
}

.hero-overlay h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.8rem, 4vw, 4.2rem);
  line-height: 1.02;
  max-width: 12ch;
}

.hero-overlay p {
  max-width: 730px;
  margin: 0 0 1.8rem;
  font-size: 1.1rem;
  color: #ebf4eb;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-branding,
.highlights,
.about-section,
.mission-values,
.services-section,
.contact-section {
  padding: 2.25rem 2.5rem;
  background: #fff;
  border-radius: 30px;
  margin: 2rem auto;
  max-width: 1120px;
  box-shadow: 0 24px 55px rgba(31, 73, 47, 0.08);
}

.hero-branding {
  margin-top: -3.5rem;
  background-image: url('./assets/picture.jpeg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.hero-branding::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 30px;
  z-index: 1;
}

.hero-branding {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: center;
}

.hero-branding > * {
  position: relative;
  z-index: 2;
}

.hero-branding-image {
  width: 150px;
  height: 150px;
  background-image: url('./assets/logo.png');
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  flex-shrink: 0;
}

.hero-copy {
  font-size: 1.05rem;
  color: var(--muted);
}

.hero-branding h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.8rem, 2.2vw, 2.5rem);
  line-height: 1.1;
}

.logo-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--dark-green), var(--light-green));
  display: grid;
  place-items: center;
  box-shadow: 0 18px 40px rgba(27, 77, 62, 0.18);
}

.logo-circle img {
  width: 58%;
  height: auto;
  display: block;
}

.highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.highlight-card {
  background: #f9fff7;
  border: 1px solid #d8e7d8;
  border-radius: 24px;
  padding: 1.5rem;
}

.highlight-card h3 {
  margin-top: 0;
  color: var(--dark-green);
}

main {
  padding: 0 2rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

section {
  margin-bottom: 1.5rem;
}

h2 {
  color: var(--dark-green);
  margin-bottom: 0.85rem;
}

.about-section p,
.contact-section p {
  max-width: 820px;
}

.mission-values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.mission-values div {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 1.5rem;
}

.services-section ol {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.9rem;
}

.services-section li {
  color: var(--muted);
  line-height: 1.65;
}

.services-section li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.services-section li {
  list-style: none;
  position: relative;
  padding-left: 1.75rem;
  color: var(--muted);
}

.services-section li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-size: 1.3rem;
  line-height: 1;
}

.gallery-main {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-hero h1 {
  margin: 0 0 0.5rem;
  color: var(--dark-green);
}

.gallery-hero p {
  margin: 0;
  color: var(--muted);
  max-width: 720px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.gallery-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 18px 40px rgba(29, 82, 56, 0.08);
}

.gallery-card img {
  width: 100%;
  display: block;
  height: 240px;
  object-fit: cover;
}

.gallery-card h3 {
  margin: 1rem;
  color: var(--dark-green);
}

.contact-section a {
  color: var(--dark-green);
  font-weight: 600;
}

.contact-section {
  text-align: center;
}

.contact-section p {
  margin: 0.75rem auto;
}

.contact-section a {
  display: inline-block;
  margin-top: 0.5rem;
}

.contact-social {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}

.contact-social p {
  margin-bottom: 1rem;
  color: var(--dark-green);
  font-weight: 600;
}

.linkedin-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-green);
  transition: transform 0.2s ease, color 0.2s ease;
}

.linkedin-link:hover {
  color: #0077b5;
  transform: translateY(-2px);
}

.site-footer {
  padding: 1.5rem 2rem;
  text-align: center;
  color: var(--muted);
  border-top: 1px solid #e7eee4;
  background: #fff;
}

@media (max-width: 900px) {
  .hero-branding,
  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 1rem;
  }

  main,
  .gallery-main {
    padding: 0 1rem 2rem;
  }

  .hero-overlay {
    padding: 1.8rem;
  }

  .hero-image {
    height: 60vh;
  }

  .hero-branding,
  .highlights,
  .about-section,
  .mission-values,
  .services-section,
  .contact-section {
    margin: -3.5rem auto 1.5rem;
    padding: 1.5rem;
    border-radius: 28px;
  }
}
