/* =====================================
HERBAL ARTISTA MASTER STYLESHEET
===================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background: #f6f3ee;
  color: #2f2f2f;
}

/* NAV */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  background: white;
  position: sticky;
  top: 0;
  z-index: 10;
}

.logo {
  font-family: 'Great Vibes', cursive;
  font-size: 2.2rem;
  color: #d4af37; /* herbal gold */
}

nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #2f2f2f;
}
/* ---------------- KNOWLEDGE LIBRARY ---------------- */

.knowledge-library{
  padding:80px 5%;
  text-align:center;
}

.knowledge-library h2{
  font-size:3rem;
  color:#556b2f;
  margin-bottom:20px;
}

.knowledge-library p{
  max-width:750px;
  margin:auto;
  margin-bottom:50px;

  font-size:1.1rem;
}

.library-links{
  display:flex;
  justify-content:center;
  gap:30px;
  flex-wrap:wrap;
}

.library-card{
  width:200px;

  padding:50px 30px;

  background:#f8f3ea;

  border-radius:18px;

  text-decoration:none;

  color:#3f5122;

  font-size:1.5rem;
  font-weight:600;

  box-shadow:
  0 8px 25px rgba(0,0,0,.08);

  transition:.3s ease;
}

.library-card:hover{
  transform:translateY(-6px);

  background:#556b2f;
  color:#fff;
}

/*ABOUT*/
.about-heading {
  text-align: center;

  font-family: 'Great Vibes', cursive;
  font-size: 4rem;

  color: #9c7428;

  margin-bottom: 20px;
  font-weight: normal;
}
/* ABOUT SECTION */
.about-text {
  font-family: 'Montserrat', sans-serif;

  font-size: 1.15rem;   /* increases overall readability */
  line-height: 1.95;

  color: #2f2a24;
}
.about-text strong {
  color: #7a5a1f;
  font-weight: 600;

  flex: 1;
  color: #2d2a26;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.95;
  letter-spacing: 0.2px;
  text-align: left;
}

/* PARAGRAPHS */
.about-text p {
  margin-bottom: 18px;
}
.about-magazine {
  width: 100%;

  display: flex;
  flex-direction: column;

  align-items: center;

  padding: 100px 20px;
}

/* MAIN FRAME */
.about-frame {
  width: 100%;
  max-width: 1250px;

  margin: 0 auto;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  gap: 55px;

  padding: 45px;

  border-radius: 22px;
}

/* FRAME */
.about-frame {
  display: flex;
  gap: 50px;

  align-items: flex-start;
  justify-content: space-between;

  background: rgba(255,255,255,0.72);

  border-radius: 20px;
  padding: 45px;

  box-shadow: 0 15px 45px rgba(0,0,0,0.08);

  backdrop-filter: blur(6px);
}

/* LEFT TEXT */
.about-text {
  flex: 1;

  color: #C0C0C0;

  font-size: 1.08rem;
  line-height: 1.9;

  text-align: left;
}

/* LEAD PARAGRAPH */
.lead {
  font-size: 1.22rem;

  color: #8f6b25;

  margin-top: 0;
  margin-bottom: 18px;

  font-weight: 500;
}

/* PARAGRAPH SPACING */
.about-text p {
  margin-bottom: 15px;
}

/* HIGHLIGHT */
.about-highlight {
  margin-top: 20px;

  color: #9c7428;

  font-size: 1.15rem;
  font-weight: 600;
}

/* RIGHT COLUMN */
.about-right {
  width: 320px;

  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* IMAGE */
.about-image img {
  width: 100%;

  border-radius: 14px;

  box-shadow: 0 20px 45px rgba(0,0,0,0.18);
}

/* WORKSHOP CAPTION BOX */
.about-workshops {
  background: rgba(176,138,60,0.08);

  border-left: 4px solid #b08a3c;

  padding: 18px;
  border-radius: 12px;

  color: #4a4336;

  font-size: 0.95rem;
  line-height: 1.7;
}

/* SMALL LABEL */
.caption-label {
  display: inline-block;

  margin-bottom: 10px;

  font-size: 0.75rem;
  letter-spacing: 2px;

  color: #9c7428;
  font-weight: bold;
}

/* section heading */

/* HERO */
.hero {
  height: 70vh;
  background: linear-gradient(to right, #dbe7d3, #f6f3ee);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.hero h1 {
  font-size: 40px;
  margin-bottom: 10px;
}
.hero {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;

  background-image: url("images/companion.herbs.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

  position: relative;
  color: white;
}

/* dark herbal overlay so text is readable */
.hero-overlay {
  width: 100%;
  height: 100%;
  background: rgba(10, 20, 12, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.hero-content {
  text-align: center;
  max-width: 700px;
}

.hero p {
  margin-bottom: 20px;
}
  <style>
    .btn {
      border-radius: 999px;
      padding: 12px 28px;
      background: linear-gradient(135deg, #b08a3c, #3a6b3f);
      color: #fff;
      border: none;
      cursor: pointer;
      font-weight: bold;
      transition: 0.3s ease;
    }
  
  display: inline-block;
  padding: 12px 26px;
  border-radius: 999px; /* THIS is the pill shape */
  background: linear-gradient(135deg, #2f6b3f, #b08a3c);
  color: white;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

/* smaller pill variant */
.btn.small {
  padding: 8px 18px;
  font-size: 0.85rem;
}
.about-section {
  padding: 90px 20px;
}

/* layout fix */
.about-wrapper {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* TEXT — FIXED READABILITY */
.about-text {
  flex: 1;
  min-width: 300px;


  color: #f2ead7; /* brighter warm cream */
  line-height: 1.75;
}

/* paragraph spacing */
.about-text p {
  margin-bottom: 14px;
  font-size: 1rem;
}

/* highlight line */
.about-highlight {
  margin-top: 18px;
  font-weight: 600;
  color: #d4af37;
  font-size: 1.05rem;
}

/* IMAGE */
.about-image img {
  width: 320px;
  max-width: 100%;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.4);
}

/* section heading */
.about-section h2 {
  color: #ffffff;
  margin-bottom: 25px;
  font-size: 2rem;
}
/* BUTTON */
.btn{
    display:inline-block;

    padding:16px 40px;

    background:
    linear-gradient(135deg,#3f5f3c,#b08a3c);

    color:white;

    text-decoration:none;

    border:none;

    border-radius:50px;

    font-size:1rem;

    font-weight:600;

    letter-spacing:1px;

    cursor:pointer;

    transition:.3s ease;

    box-shadow:
    0 10px 25px rgba(0,0,0,.2);
}

.btn:hover{
    transform:translateY(-3px);

    box-shadow:
    0 18px 35px rgba(0,0,0,.25);
}

/* SECTIONS */
.section {
  padding: 60px 20px;
  text-align: center;
}

.section.alt {
  background: #ffffff;
}

/* GRID */
.grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.card {
  background: white;
  padding: 20px;
  width: 250px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* FORM */
form {
  margin-top: 20px;
}

input {
  padding: 10px;
  width: 250px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* FOOTER */
footer {
  padding: 20px;
  text-align: center;
  background: #2f2f2f;
  color: white;
}

/* MOBILE */
#menuBtn {
  display: none;
}

@media (max-width: 768px) {
  .about-frame {
    flex-wrap: wrap;
  }

  .about-left {
    flex: 1 1 100%;
  }
}

  nav.show {
    display: flex;
  }

  #menuBtn {
    display: block;
    background: none;
    font-size: 24px;
    border: none;
  }

  .hero h1 {
    font-size: 28px;
  }
}
/* ===== GLOBAL TYPOGRAPHY ===== */
body {
  font-family: "Georgia", serif;
  background: #fffaf3;
  color: #2b2b2b;
  margin: 0;
}

h2 {
  font-size: 2.4rem;
  text-align: center;
  color: #b08a3c;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

h3 {
  font-size: 1.2rem;
  color: #6b4f1d;
  margin-bottom: 8px;
}

/* ===== SECTION BASE ===== */
.section {
  padding: 70px 20px;
}

.section-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* ===== INFO GRID ===== */
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.info-card {
  background: white;
  border-left: 4px solid #b08a3c;
  padding: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  border-radius: 10px;
  transition: transform 0.2s ease;
}

.info-card:hover {
  transform: translateY(-5px);
}

/* ===== LEAD TEXT ===== */
.lead {
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 25px auto;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-block;
  padding: 12px 26px;
  background: transparent;
  border: 2px solid #b08a3c;
  color: #b08a3c;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.btn:hover {
  background: #b08a3c;
  color: white;
}

.btn.primary {
  background: #b08a3c;
  color: white;
}

/* ===== SPECIAL SECTIONS ===== */
.vendors {
  background: url("https://images.unsplash.com/photo-1524594154908-eddc9b0e7d0c") center/cover no-repeat;
  color: white;
}

.vendors .section-inner {
  background: rgba(0,0,0,0.55);
  padding: 50px;
  border-radius: 12px;
}

.register {
  background: linear-gradient(135deg, #b08a3c, #7a5a24);
  color: white;
}