/* ===== PURE NECTAR COLLECTIVE — Brand Stylesheet ===== */

:root {
  --bg: #faf8f4;
  --bg-alt: #f3efe7;
  --bg-elevated: #ffffff;
  --text: #1e1e1e;
  --text-secondary: #555b5e;
  --brand-green: #2d3a2e;
  --brand-gold: #c4a23f;
  --brand-gold-light: #d4b85a;
  --brand-gold-bg: #f9f3e1;
  --line: #e2ddd2;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 8px 30px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.08);
  --radius: 12px;
  --radius-lg: 20px;
}

/* ===== Reset ===== */

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

html, body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Inter", -apple-system, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}

/* ===== Typography ===== */

h1, h2, h3, h4 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.2;
  margin-top: 0;
  color: var(--brand-green);
}

h1 {
  font-size: clamp(2.2rem, 3vw + 0.5rem, 3.4rem);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(1.6rem, 1.5vw + 0.8rem, 2.2rem);
  margin-bottom: 0.8rem;
}

h3 {
  font-size: 1.15rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

h4 {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 0.2rem;
  color: var(--text);
}

p {
  color: var(--text-secondary);
  margin-top: 0;
}

a {
  color: inherit;
}

/* ===== Layout ===== */

.container {
  width: min(1100px, 90vw);
  margin: 0 auto;
}

/* ===== Header ===== */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 248, 244, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}

.brand {
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.brand-logo {
  height: 44px;
  width: auto;
  max-height: 44px;
  object-fit: contain;
  display: block;
}

.nav-list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 2rem;
}

.nav-list a {
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--text-secondary);
  letter-spacing: 0.02em;
  transition: color 0.2s;
}

.nav-list a:hover {
  color: var(--brand-gold);
}

/* ===== Hero ===== */

.hero {
  padding: 5rem 0 4rem;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: center;
}

.hero-content .eyebrow {
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-gold);
  margin-bottom: 0.6rem;
}

.hero-copy {
  color: var(--text-secondary);
  font-size: 1.1rem;
  max-width: 54ch;
  line-height: 1.8;
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-logo {
  width: 260px;
  height: auto;
  max-width: 100%;
  opacity: 0.9;
}

.hero-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.8rem;
}

/* ===== Buttons ===== */

.btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: 8px;
  padding: 0.72rem 1.5rem;
  font-weight: 600;
  font-size: 0.9rem;
  border: 1.5px solid transparent;
  transition: all 0.2s ease;
  cursor: pointer;
}

.btn-primary {
  color: #fff;
  background: var(--brand-gold);
  border-color: var(--brand-gold);
}

.btn-primary:hover {
  background: var(--brand-gold-light);
  border-color: var(--brand-gold-light);
  box-shadow: 0 4px 14px rgba(196, 162, 63, 0.3);
}

.btn-outline {
  color: var(--brand-green);
  background: transparent;
  border-color: var(--line);
}

.btn-outline:hover {
  border-color: var(--brand-green);
  background: rgba(45, 58, 46, 0.04);
}

/* ===== Divider ===== */

.divider hr {
  border: none;
  height: 1px;
  background: var(--line);
  margin: 0;
}

/* ===== Sections ===== */

.section {
  padding: 4.5rem 0;
}

.section-alt {
  background: var(--bg-alt);
}

.section-header {
  text-align: center;
  max-width: 540px;
  margin: 0 auto 2.5rem;
}

.section-header p {
  font-size: 1.05rem;
}

/* Eyebrow reused in sections */
.eyebrow {
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-gold);
  margin-bottom: 0.4rem;
}

/* ===== Card Grid ===== */

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.card {
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 2rem 1.6rem;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.25s, transform 0.25s;
}

.card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.card-icon {
  display: block;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.card h3 {
  color: var(--brand-green);
}

.card p {
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* ===== Two-Column Layout ===== */

.two-col {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3.5rem;
  align-items: start;
}

/* ===== Values List ===== */

.values-list {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.value-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.value-marker {
  width: 4px;
  min-height: 100%;
  background: var(--brand-gold);
  border-radius: 4px;
  flex-shrink: 0;
}

.value-item p {
  font-size: 0.92rem;
  margin-bottom: 0;
}

/* ===== Feature List ===== */

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.feature-item {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 1rem 1.2rem;
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.feature-number {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--brand-gold);
  flex-shrink: 0;
}

.feature-item p {
  margin: 0;
  font-size: 0.95rem;
}

/* ===== Software CTA ===== */

.software-cta {
  background: var(--brand-green);
  border-radius: var(--radius-lg);
  padding: 3.5rem;
  box-shadow: var(--shadow-lg);
}

.software-cta .eyebrow {
  color: var(--brand-gold-light);
}

.software-cta h2 {
  color: #fff;
  font-size: clamp(1.8rem, 2vw + 0.5rem, 2.6rem);
}

.software-cta p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  max-width: 56ch;
}

.software-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0 2rem;
}

.highlight-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  font-weight: 500;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
}

.software-cta .btn-primary {
  background: var(--brand-gold);
  border-color: var(--brand-gold);
}

.software-cta .btn-primary:hover {
  background: var(--brand-gold-light);
  border-color: var(--brand-gold-light);
}

/* ===== Contact ===== */

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.contact-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-card {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1.2rem 1.4rem;
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-decoration: none;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.contact-card:hover {
  border-color: var(--brand-gold);
  box-shadow: var(--shadow-md);
}

.contact-card-label {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-secondary);
}

.contact-card-value {
  font-size: 1rem;
  font-weight: 600;
  color: var(--brand-green);
}

/* ===== Section CTA ===== */

.section-cta {
  text-align: center;
  margin-top: 2.5rem;
}

/* ===== FAQ ===== */

.faq-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0;
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.faq-item[open] {
  box-shadow: var(--shadow-md);
}

.faq-item summary {
  padding: 1.1rem 1.4rem;
  font-weight: 600;
  font-size: 1rem;
  color: var(--brand-green);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--brand-gold);
  transition: transform 0.2s;
}

.faq-item[open] summary::after {
  content: "\2212";
}

.faq-item p {
  padding: 0 1.4rem 1.2rem;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
}

.faq-item a {
  color: var(--brand-gold);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.faq-item a:hover {
  color: var(--brand-gold-light);
}

/* ===== Footer ===== */

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--bg-alt);
  padding: 2.5rem 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.footer-brand p {
  font-size: 0.88rem;
  color: var(--text-secondary);
  margin: 0.5rem 0 0;
}

.footer-logo {
  height: 32px;
  width: auto;
  max-height: 32px;
  object-fit: contain;
  display: block;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-nav a {
  text-decoration: none;
  font-size: 0.88rem;
  color: var(--text-secondary);
  transition: color 0.2s;
}

.footer-nav a:hover {
  color: var(--brand-gold);
}

.footer-legal {
  text-align: right;
}

.footer-legal p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin: 0 0 0.3rem;
}

.footer-legal a {
  color: var(--brand-gold);
  text-decoration: none;
}

.footer-legal a:hover {
  text-decoration: underline;
}

/* ===== Scroll Reveal ===== */

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== Responsive ===== */

@media (max-width: 768px) {
  .hero-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-visual {
    order: -1;
  }

  .hero-logo {
    width: 180px;
  }

  .hero-copy {
    margin: 0 auto;
  }

  .hero-actions {
    justify-content: center;
  }

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

  .two-col,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .software-cta {
    padding: 2rem 1.5rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }

  .footer-legal {
    text-align: center;
  }

  .footer-nav {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .nav-wrap {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.75rem 0;
    gap: 0.6rem;
  }

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

  .btn {
    width: 100%;
    justify-content: center;
  }

  .hero {
    padding: 3rem 0 2rem;
  }

  .section {
    padding: 3rem 0;
  }
}
