* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  background: #0b121b;
  color: #e9dfcf;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: #d6b06a; text-decoration: none; }
a:hover { text-decoration: underline; }

.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(7, 12, 19, 0.86);
  border-bottom: 1px solid rgba(201, 168, 106, 0.18);
  backdrop-filter: blur(12px);
}
.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
}
.mark-link { display: inline-flex; align-items: center; }
.header-mark {
  width: 62px;
  height: 62px;
  object-fit: contain;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.site-nav a {
  color: #eee4d5;
  font-weight: 600;
}
.nav-pill {
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #caa867 0%, #9f7b42 100%);
  color: #0f1722 !important;
}
.menu-toggle {
  display: none;
  background: linear-gradient(135deg, #caa867 0%, #9f7b42 100%);
  color: #0f1722;
  border: none;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 800;
  cursor: pointer;
}

.hero,
.sub-hero {
  position: relative;
  overflow: hidden;
}
.hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
}
.sub-hero {
  min-height: 52vh;
  display: flex;
  align-items: center;
}
.hero-media,
.sub-hero-media,
.hero-overlay,
.sub-hero-overlay {
  position: absolute;
  inset: 0;
}
.hero-media {
  background: url('hero-plantation.jpg') center center / cover no-repeat;
  transform: scale(1.04);
  filter: saturate(0.85) brightness(0.72);
}
.sub-hero-media {
  background: url('coffee-cupping.jpg') center center / cover no-repeat;
  filter: saturate(0.85) brightness(0.58);
}
.hero-overlay {
  background:
    radial-gradient(circle at top right, rgba(202, 168, 103, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(5, 10, 16, 0.88) 0%, rgba(5, 10, 16, 0.70) 42%, rgba(5, 10, 16, 0.50) 100%);
}
.sub-hero-overlay {
  background:
    radial-gradient(circle at top left, rgba(202, 168, 103, 0.18), transparent 30%),
    linear-gradient(90deg, rgba(5, 10, 16, 0.90) 0%, rgba(5, 10, 16, 0.72) 100%);
}
.hero-shell,
.sub-hero-shell {
  position: relative;
  z-index: 2;
  padding: 84px 0 72px;
}
.hero-shell {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 26px;
  align-items: end;
}
.hero-copy { max-width: 720px; }
.hero-logo {
  width: min(500px, 92vw);
  height: auto;
  margin: 0 0 24px;
  filter: drop-shadow(0 20px 36px rgba(0, 0, 0, 0.35));
}
.eyebrow {
  margin: 0 0 12px;
  color: #d6b06a;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  font-weight: 800;
}
h1, h2, h3 { margin-top: 0; line-height: 1.12; }
h1 {
  font-size: clamp(2.7rem, 5.5vw, 5.3rem);
  margin-bottom: 16px;
  color: #f4ebdf;
}
h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  margin-bottom: 12px;
  color: #f1e7d9;
}
h3 {
  font-size: 1.18rem;
  margin-bottom: 10px;
  color: #f1e7d9;
}
.lead {
  font-size: 1.14rem;
  max-width: 58ch;
  color: rgba(244, 235, 223, 0.92);
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.button {
  display: inline-block;
  padding: 13px 18px;
  border-radius: 999px;
  font-weight: 800;
}
.button-gold {
  background: linear-gradient(135deg, #d3b273 0%, #a37f45 100%);
  color: #0f1722;
}
.button-ghost {
  color: #f4ebdf;
  border: 1px solid rgba(244, 235, 223, 0.36);
  background: rgba(244, 235, 223, 0.06);
}
.button:hover { text-decoration: none; }

.hero-panel {
  background: rgba(10, 18, 27, 0.72);
  border: 1px solid rgba(201, 168, 106, 0.24);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
}
.panel-kicker {
  margin: 0 0 10px;
  color: #caa867;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 800;
}
.panel-list {
  margin: 16px 0 0;
  padding-left: 18px;
}
.panel-list li { margin-bottom: 8px; color: #e6dccd; }

.value-strip {
  margin-top: -42px;
  position: relative;
  z-index: 4;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.value-card {
  background: linear-gradient(180deg, rgba(20, 28, 39, 0.98) 0%, rgba(10, 16, 24, 0.98) 100%);
  border: 1px solid rgba(201, 168, 106, 0.18);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}
.value-number {
  display: inline-block;
  margin-bottom: 12px;
  color: #caa867;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.value-card p { color: #d5c7b3; margin-bottom: 0; }

.section {
  padding: 82px 0;
  background: #0b121b;
}
.section-dark {
  background: linear-gradient(180deg, #101925 0%, #0b121b 100%);
}
.visual-band {
  background: #0d151f;
}
.section-label {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #caa867;
  font-size: 0.8rem;
  font-weight: 800;
}
.section-label.light { color: #d6b06a; }
.light { color: #f4ebdf; }

.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}
.split-layout.reverse .content-block { order: 2; }
.split-layout.reverse .media-card { order: 1; }
.content-block p { color: #d3c6b6; }

.media-card {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(201, 168, 106, 0.16);
  background: #111925;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}
.media-card img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
.media-card.wide img { height: 360px; }

.position-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}
.dark-card {
  background: linear-gradient(180deg, rgba(17, 25, 37, 0.98) 0%, rgba(10, 16, 24, 0.98) 100%);
  border: 1px solid rgba(201, 168, 106, 0.16);
  border-radius: 24px;
  padding: 24px;
}
.dark-card p { color: #d1c4b5; margin-bottom: 0; }

.feature-list {
  margin: 18px 0 0;
  padding-left: 20px;
}
.feature-list li { margin-bottom: 8px; color: #dacfbf; }

.map-card {
  padding: 14px;
}
.map-card img {
  height: auto;
  object-fit: contain;
}
.map-card figcaption {
  padding: 10px 6px 6px;
  color: #bcae9b;
  font-size: 0.92rem;
}
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.pill-row span,
.social-links a {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(214, 176, 106, 0.08);
  border: 1px solid rgba(201, 168, 106, 0.22);
  color: #f0e4d4;
  font-weight: 600;
}

.cta-banner {
  background:
    radial-gradient(circle at top right, rgba(202, 168, 103, 0.16), transparent 26%),
    linear-gradient(180deg, #101925 0%, #0d151f 100%);
}
.cta-shell {
  max-width: 860px;
}
.cta-copy { color: #d7cab8; max-width: 60ch; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 24px;
}
.contact-card {
  background: linear-gradient(180deg, rgba(16, 25, 37, 0.98) 0%, rgba(10, 16, 24, 0.98) 100%);
  border: 1px solid rgba(201, 168, 106, 0.16);
  border-radius: 24px;
  padding: 24px;
}
.contact-card.stacked + .contact-card.stacked { margin-top: 18px; }
.fine-print { color: #bdae99; font-size: 0.95rem; }
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.site-footer {
  background: #070c13;
  border-top: 1px solid rgba(201, 168, 106, 0.16);
  color: #bdae99;
  padding: 30px 0 40px;
}
.site-footer a { color: #f0e4d4; }
.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .hero-shell,
  .value-grid,
  .split-layout,
  .position-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .split-layout.reverse .content-block,
  .split-layout.reverse .media-card {
    order: initial;
  }
}

@media (max-width: 760px) {
  .menu-toggle { display: inline-block; }
  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }
  .site-nav.open { display: flex; }
  .nav-shell { flex-wrap: wrap; }
  .hero { min-height: 82vh; }
  .sub-hero { min-height: 44vh; }
  .hero-logo { width: min(380px, 94vw); }
  .media-card img,
  .media-card.wide img { height: 240px; }
}


/* Multi-page full-screen refinements */
.hero-shell.single-column {
  grid-template-columns: 1fr;
  max-width: 820px;
}
.page-hero {
  min-height: 100vh;
}
.page-section {
  min-height: calc(100vh - 110px);
  display: flex;
  align-items: center;
  padding: 56px 0;
}
.page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}
.page-copy p {
  color: #d3c6b6;
  max-width: 60ch;
}
.page-title {
  margin-bottom: 16px;
}
.page-media {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(201, 168, 106, 0.16);
  background: #111925;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}
.page-media img {
  width: 100%;
  height: min(68vh, 560px);
  object-fit: cover;
}
.fullscreen-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}
.fullscreen-cards .dark-card,
.fullscreen-cards .contact-card {
  min-height: 260px;
}
.full-center-hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
}
.compact-top {
  padding-top: 20px;
}
@media (max-width: 980px) {
  .page-grid,
  .fullscreen-cards {
    grid-template-columns: 1fr;
  }
  .page-section {
    min-height: auto;
  }
}
