#t4-header {
    padding: 0px;
  }
   .container {
    max-width: 1300px;
  }
  .t4-main-body {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background:#f5f5f5;
}
.t4-footnav, .t4-footer {
  background-color: #7fc29e;
  padding-top: 40px;
}
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  padding: 16px 19px;
  font-size: 16px;
  line-height: 2;
}
:root{
  --bg: #fbf7f1;          /* linen */
  --panel: #ffffff;       /* paper */
  --text: #1f1b17;        /* warm ink */
  --muted: #5d554d;
  --border: rgba(31,27,23,.12);

  --oak: #8a5a3c;
  --sage: #4f5b4d;
  --shadow: 0 12px 34px rgba(0,0,0,.08);

  --radius: 18px;
}

/* Base */
body{
  margin:0;
  background:
    radial-gradient(1200px 600px at 12% 12%, rgba(138,90,60,.12), transparent 55%),
    radial-gradient(900px 500px at 88% 18%, rgba(79,91,77,.10), transparent 55%),
    var(--bg);
  color: var(--text);
}

/* Layout */
.wrap{
  width: 100%;
  padding: 2.5rem 2rem 4rem;
}

.section{
  width: 100%;
  padding: 2rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255,255,255,.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(6px);
}

/* Intro card */
.intro{
  padding: 1.4rem 1.4rem 1.2rem;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--panel);
  margin-bottom: 2rem;
}

/* Rhythm */
.section p{ color: var(--muted); }
.section p strong{ color: var(--text); }

.block{
  margin-bottom: 2.25rem;
}
.block h2{
  margin-bottom: .8rem;
}
.block p{
  margin-bottom: 1rem;
}

/* Chips */
.chips{
  list-style:none;
  padding:0;
  margin: 1rem 0 0;
  display:flex;
  flex-wrap:wrap;
  gap:.6rem .8rem;
}
.chips li{
  padding: .45rem .75rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(138,90,60,.08);
  color: var(--text);
}

/* Quote */
.quote{
  margin: 2.5rem 0;
  padding: 1.1rem 1.2rem;
  border-left: 4px solid var(--oak);
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(138,90,60,.12), rgba(255,255,255,0));
}
.quote p{
  margin: 0 0 .4rem 0;
  color: var(--text);
}
.quote cite{
  display:block;
  color: var(--muted);
  font-style: normal;
}

/* CTA */
.cta{
  margin-top: 2.5rem;
  padding: 1.3rem 1.4rem;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, rgba(138,90,60,.18), rgba(79,91,77,.10));
}
.cta p{
  margin:0;
  color: var(--text);
}
.cta strong{
  color: var(--text);
}

/* Links */
a {
  color: #a4d39c;
  text-underline-offset: 3px;
}
a:hover{
  color: var(--oak);
}

/* Mobile refinement */
@media (max-width: 600px){
  .wrap{
    padding: 2rem 1.25rem 3rem;
  }
  .section{
    padding: 1.5rem;
  }
}
.testimonials {
  display: grid;
  gap: 2.5rem;
}

.testimonial {
  position: relative;
    margin: 0;
  border-radius: 16px;
}

.testimonial::before {
  content: "“";
  position: absolute;
  top: -0.2em;
  left: 0.3em;
  font-size: 6rem;
  line-height: 1;
  opacity: 0.15;
  pointer-events: none;
}

.testimonial p {
  margin: 0 0 1.25rem;
  font-style: italic;
}

.testimonial footer {
  font-size: 0.95em;
  opacity: 0.85;
}
.testimonial {
  padding-left: 3rem;
}

.testimonial .quote-mark {
  margin-left: -0.5rem;
}
blockquote {
  border-bottom: 0px;
  border-top: 0px;
  padding: 16px;
    padding-left: 16px;
  margin: 32px 0;
  font-size: 16px;
  text-align: center;
}
.wrap {
    margin: 0 auto;
  padding: 3rem 1.25rem;
}

.workshop-hero .wrap {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.kicker {
  margin: 0 0 0.5rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.8;
}

.meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.75rem;
}

.meta-item {
  border-radius: 16px;
  padding: 1.25rem 1.25rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.meta-label {
  margin: 0 0 0.35rem;
  opacity: 0.75;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.9em;
}

.muted {
  opacity: 0.75;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.1rem;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.15);
}

.btn.primary {
  border: 1px solid rgba(0,0,0,0.15);
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  background:#7fc29e;
}

.workshop-link {
  word-break: break-word;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.75rem;
}

.info-card {
  border-radius: 16px;
  padding: 1.5rem 1.5rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.info-card h2 {
  margin-top: 0;
}

.info-card ul {
  margin: 0.75rem 0 0;
  padding-left: 1.1rem;
}

.section-head {
  margin-bottom: 1.5rem;
}

.testimonial {
  margin: 0;
  border-radius: 18px;
  padding: 2rem 2rem 1.75rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.testimonial .quote-mark {
  display: block;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 0.75rem;
  opacity: 0.25;
}

.testimonial p {
  margin: 0 0 1.15rem;
  font-size: 1.12em;
  line-height: 1.7;
}

.testimonial p:last-of-type {
  margin-bottom: 0;
}

.minihead {
  margin: 1.75rem 0 0.75rem;
  font-size: 28px;
  letter-spacing: 0.02em;
}

.pull-quote {
  margin: 0;
  border-radius: 18px;
  padding: 2rem 2rem 1.75rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.pull-quote .quote-mark {
  display: block;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 0.75rem;
  opacity: 0.25;
}

.pull-quote p {
  margin: 0 0 1rem;
  font-size: 1.18em;
  line-height: 1.6;
}

.pull-quote footer {
  opacity: 0.85;
}

/* Mobile */
@media (max-width: 800px) {
  .meta,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .wrap {
    padding: 2.25rem 1.1rem;
  }

  .testimonial,
  .pull-quote {
    padding: 1.6rem 1.4rem 1.35rem;
  }

  .testimonial .quote-mark,
  .pull-quote .quote-mark {
    font-size: 3rem;
  }
}
/* FORCE JCE MediaBox controls to display (T4 Vital fix) */
#jcemediabox .mbClose,
#jcemediabox .mbPrev,
#jcemediabox .mbNext {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 9999;
}

/* Ensure controls are clickable */
#jcemediabox a {
  pointer-events: auto;
}
#jcemediabox .mbClose,
#jcemediabox .mbPrev,
#jcemediabox .mbNext {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #fff !important;
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  padding: 10px;
}
.t4-footnav {
  color: #58585a;
}
.item-page [itemprop="articleBody"] {
  margin-top: 1.7143rem;
  margin-bottom: 1.7143rem;
  background: #fff;
  padding: 20px;
}
.readmore .btn {
  background: #7fc29e;
}
.readmore .btn {
  padding: 10px 16px;
  color: #fff;
  letter-spacing: .05rem;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}
.ig-gallery-wrapper {
  display: flex !important;
  margin-top: 0px;
  margin-bottom: 0px;
  margin: 0 auto;
}
.cta-full {
  width: 100%;
  padding: 3rem 1.5rem;
}

.cta-inner {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.cta-intro {
  margin-bottom: 1.5rem;
}

.cta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.cta-link {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  border: 1px solid currentColor;
  border-radius: 999px;
  transition: opacity 0.2s ease;
  background: #7fc29e;
  color: #fff !important;
}

.cta-link:hover {
  opacity: 0.8;
}
div[id*="t4-section-"], div[id^="t4-section-"], div[id*="t4-spotlight-"], div[id^="t4-spotlight-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #7fc29e;
}
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"] {
  background-color: #7fc29e;
  transition: background-color 200ms,border 200ms;
}
.t4-offcanvas .t4-off-canvas-body .navbar-nav > li > a, .t4-offcanvas .t4-off-canvas-body .navbar-nav > li > span {
  text-transform: none;
  font-weight: 500;
}
.t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle {
  right: 20px;
 }
.dropdown-toggle {
  white-space: wrap;
}
.dropdown-item {
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: wrap;
}
.t4-offcanvas .t4-off-canvas-header {
  background: none;
}

.t4-offcanvas .t4-off-canvas-header a img {
  max-height: 100%;
  outline: 1px solid #ccc;
}