 /* Base reset / typography */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: #111111;
  background-color: #050505;
}

/* Layout helpers */
.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 4rem 0;
}

.section-light {
  background: #faf7f1;
  color: #222222;
}

.section-dark {
  background: #101010;
  color: #f5f2ea;
}

.section-bright {
  background: linear-gradient(135deg, #ffe08a, #ffce54, #ffd36b);
  color: #221811;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.section-intro {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 2rem;
}

/* Header */
.site-header {
  background: #050505;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: sticky;
  top: 0;
  z-index: 20;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-master {
  height: 40px;
  width: auto;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-name {
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  color: #f5f2ea;
}

.brand-tagline {
  font-size: 0.75rem;
  color: #d6d0c2;
}

.main-nav {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.main-nav a {
  font-size: 0.85rem;
  text-decoration: none;
  color: #f5f2ea;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.main-nav a:hover {
  color: #ffe08a;
}

.main-nav .nav-cta {
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  border: 1px solid #ffe08a;
}

/* Hero */
.hero {
  position: relative;
  background-image: url("/assets/img/background.png");
  background-size: cover;
  background-position: center;
  color: #fdfaf4;
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255, 222, 130, 0.7), transparent),
    linear-gradient(to bottom right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.7));
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 2.5rem;
  padding: 4rem 1.5rem;
}

.hero-copy h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.4rem, 3vw, 3.4rem);
  margin: 0 0 1rem;
}

.hero-brand {
  display: block;
  font-size: 1.1em;
  color: #ffe08a;
}

.hero-subtitle {
  max-width: 480px;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.75rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  font-size: 0.9rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-primary {
  background: #e53935;
  color: #ffffff;
  border-color: #e53935;
}

.btn-primary:hover {
  background: #c62828;
  border-color: #c62828;
}

.btn-outline {
  background: transparent;
  color: #ffe08a;
  border-color: #ffe08a;
}

.btn-outline:hover {
  background: rgba(255, 224, 138, 0.12);
}

/* Hero colour bar */
.hero-bar {
  display: flex;
  gap: 0.35rem;
}

.hero-bar .color-block {
  height: 6px;
  flex: 1;
  border-radius: 999px;
}

.hero-bar .red {
  background: #e53935;
}

.hero-bar .gold {
  background: #ffb300;
}

.hero-bar .green {
  background: #2e7d32;
}

/* Hero side visual */
.hero-visual {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.store-logo-card {
  background: rgba(5, 5, 5, 0.85);
  border-radius: 1.5rem;
  padding: 1.5rem;
  text-align: center;
  max-width: 280px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

.logo-store {
  width: 160px;
  height: auto;
  margin-bottom: 0.75rem;
}

.store-logo-caption {
  font-size: 0.85rem;
  color: #e0d9c7;
}

/* About section */
.two-column {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 2rem;
}

.about-highlight {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.about-highlight h3 {
  margin-top: 0;
}

.about-highlight ul {
  padding-left: 1.1rem;
  margin: 0.75rem 0 0;
}

/* Card grid (experiences) */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem;
}

.card {
  background: rgba(255, 252, 240, 0.9);
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: 0 8px 20px rgba(170, 120, 0, 0.25);
}

/* Roots section */
.section-dark .two-column {
  align-items: center;
}

.roots-badge {
  text-align: center;
  background: #181818;
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.roots-badge img {
  max-width: 180px;
  height: auto;
  margin-bottom: 0.75rem;
}

.roots-badge p {
  font-size: 0.9rem;
}

/* Regions */
.regions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.region-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.region-card .flag {
  width: 56px;
  height: auto;
  display: block;
  margin-bottom: 0.5rem;
}

.region-link {
  font-size: 0.85rem;
  text-decoration: none;
  color: #e53935;
  font-weight: 600;
}

.region-link:hover {
  text-decoration: underline;
}

/* Connect section */
.connect-inner {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 2rem;
  align-items: center;
}

.connect-form {
  background: rgba(255, 252, 240, 0.95);
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: 0 8px 22px rgba(170, 120, 0, 0.35);
}

.connect-form label {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.25rem;
}

.connect-form input[type="email"] {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  border: 1px solid #ccc;
  margin-bottom: 0.85rem;
  font-size: 0.9rem;
}

.connect-form input[type="email"]:focus {
  outline: none;
  border-color: #e53935;
}

.form-note {
  font-size: 0.75rem;
  color: #775a20;
  margin-top: 0.5rem;
}

/* Footer */
.site-footer {
  background: #050505;
  color: #d7d2c5;
  padding: 1.5rem 0;
  font-size: 0.85rem;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-tagline {
  font-weight: 600;
}

/* Responsive tweaks */
@media (max-width: 900px) {
  .main-nav {
    display: none; /* simple for now; we can add a mobile menu later */
  }

  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    justify-content: flex-start;
  }

  .two-column,
  .connect-inner {
    grid-template-columns: 1fr;
  }

  .header-inner {
    justify-content: center;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}
.current-projects {
  margin-top: 2rem;
  text-align: center;
}

.current-projects h3 {
  margin-bottom: 0.5rem;
}

.current-project-logo-link .logo-jamrayeagro {
  max-width: 220px;
  height: auto;
  margin-top: 1rem;
}
