.elementor-17333 .elementor-element.elementor-element-5d0adb8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17333 .elementor-element.elementor-element-f5c2886{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17333 .elementor-element.elementor-element-9f1e12c > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-9f1e12c */.res-wrap *, .res-wrap *::before, .res-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }
.res-wrap { font-family: 'Jost', sans-serif; color: #3D2E1E; }
.res-sw { max-width: 1200px; margin: 0 auto; }

/* KICKER */
.res-kicker {
  font-size: 10px; font-weight: 400; letter-spacing: 0.22em;
  text-transform: uppercase; display: flex; align-items: center; gap: 12px;
  margin-bottom: 20px; color: #C4956A;
}
.res-kicker::before { content: ''; width: 20px; height: 1px; background: #C4956A; display: block; }
.res-kicker-light { color: #E8C9A0; }
.res-kicker-light::before { background: #E8C9A0; }

/* HEADINGS */
.res-h2 {
  font-family: 'Playfair Display', serif; font-weight: 400;
  font-size: clamp(28px, 4vw, 44px); line-height: 1.1; color: #3D2E1E;
}
.res-h2 em { font-style: italic; color: #6B7C5C; }
.res-h2-light { color: #F5F0E8; }
.res-h2-light em { color: #9AAD87; }

/* BODY */
.res-body { font-size: 15px; font-weight: 300; line-height: 1.85; color: #6B5544; }
.res-body-light { color: rgba(245,240,232,0.6); }

/* BUTTONS */
.res-btn {
  display: inline-block; font-size: 11px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; padding: 14px 30px; transition: background 0.25s, color 0.25s;
  text-align: center; cursor: pointer;
}
.res-btn-moss  { background: #6B7C5C; color: #ffffff !important; }
.res-btn-moss:hover { background: #3D2E1E; }
.res-btn-bark  { background: #3D2E1E; color: #F5F0E8 !important; }
.res-btn-bark:hover { background: #6B7C5C; color: #ffffff !important; }
.res-btn-ghost {
  background: transparent; color: #3D2E1E !important;
  border: 1px solid rgba(61,46,30,0.28);
}
.res-btn-ghost:hover { background: #3D2E1E; color: #F5F0E8 !important; }

/* ── PAGE HEADER ─────────────────────────────────────── */
.res-header { background: #3D2E1E; padding: 64px 40px 72px; }
.res-header-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; }
.res-header h1 {
  font-family: 'Playfair Display', serif; font-weight: 400;
  font-size: clamp(40px, 5vw, 64px); line-height: 1.05; color: #F5F0E8 !important;
}
.res-header h1 em { font-style: italic; color: #9AAD87 !important; }
.res-header-note {
  font-size: 13px; font-weight: 300; line-height: 1.8;
  color: rgba(245,240,232,0.5) !important;
  border-left: 1px solid rgba(196,149,106,0.35);
  padding-left: 20px;
}

/* ── BOOKLET ─────────────────────────────────────────── */
.res-booklet { background: #F5F0E8; padding: 72px 40px; }
.res-booklet-card {
  display: grid; grid-template-columns: 300px 1fr;
  background: #FDFAF5; border: 1px solid rgba(61,46,30,0.08); overflow: hidden;
}
.res-booklet-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.res-booklet-body { padding: 48px 52px; display: flex; flex-direction: column; justify-content: center; }
.res-booklet-title {
  font-family: 'Playfair Display', serif; font-weight: 400;
  font-size: clamp(26px, 3vw, 38px); line-height: 1.1;
  color: #3D2E1E !important; margin-bottom: 8px;
}
.res-booklet-title em { font-style: italic; color: #6B7C5C !important; }
.res-booklet-author { font-size: 13px; font-weight: 300; color: #6B5544 !important; letter-spacing: 0.05em; margin-bottom: 20px; }
.res-booklet-desc { font-size: 15px; font-weight: 300; line-height: 1.85; color: #6B5544 !important; margin-bottom: 32px; }
.res-booklet-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── SECTIONS ────────────────────────────────────────── */
.res-section { padding: 72px 40px; background: #F5F0E8; }
.res-section-alt { background: #EDE6D6; }
.res-section-dark { background: #3D2E1E; }
.res-section-head-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px;
  align-items: end; margin-bottom: 48px;
}

/* ── GUIDE CARDS ─────────────────────────────────────── */
.res-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }
.res-card {
  background: #FDFAF5; border: 1px solid rgba(61,46,30,0.06);
  padding: 32px; text-decoration: none; color: #3D2E1E !important;
  display: flex; flex-direction: column; transition: box-shadow 0.2s;
}
.res-card:hover { box-shadow: 0 6px 28px rgba(61,46,30,0.1); }
.res-card-tag { font-size: 10px; text-transform: uppercase; letter-spacing: 0.15em; color: #C4956A !important; font-weight: 500; margin-bottom: 14px; }
.res-card-tag-featured { color: #6B7C5C !important; }
.res-card-title {
  font-family: 'Playfair Display', serif; font-weight: 400;
  font-size: 18px; line-height: 1.3; color: #3D2E1E !important;
  margin-bottom: 12px; flex: 1;
}
.res-card-title em { font-style: italic; color: #6B7C5C !important; }
.res-card-desc { font-size: 13px; font-weight: 300; line-height: 1.75; color: #6B5544 !important; margin-bottom: 22px; }
.res-card-link { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: #6B7C5C !important; font-weight: 500; }

/* ── MEDICATION GRID ─────────────────────────────────── */
.res-meds-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }
.res-med {
  background: #FDFAF5; border: 1px solid rgba(61,46,30,0.06);
  padding: 24px 28px; text-decoration: none; color: #3D2E1E !important;
  display: flex; flex-direction: column; gap: 6px; transition: box-shadow 0.2s;
}
.res-med:hover { box-shadow: 0 4px 20px rgba(61,46,30,0.09); }
.res-med-class { font-size: 10px; text-transform: uppercase; letter-spacing: 0.15em; color: #A08060 !important; }
.res-med-name { font-family: 'Playfair Display', serif; font-weight: 400; font-size: 17px; line-height: 1.2; color: #3D2E1E !important; }
.res-med-name em { font-style: italic; color: #6B7C5C !important; }
.res-med-desc { font-size: 13px; font-weight: 300; line-height: 1.7; color: #6B5544 !important; flex: 1; }
.res-med-arrow { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: #C4956A !important; font-weight: 500; margin-top: 8px; }

/* ── EXPLAINER LIST ──────────────────────────────────── */
.res-list { display: flex; flex-direction: column; gap: 2px; }
.res-list-item {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
  padding: 22px 32px; text-decoration: none; color: #F5F0E8 !important;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  transition: background 0.2s;
}
.res-list-item:hover { background: rgba(255,255,255,0.09); }
.res-list-tag { font-size: 10px; text-transform: uppercase; letter-spacing: 0.15em; color: #E8C9A0 !important; margin-bottom: 6px; }
.res-list-title { font-family: 'Playfair Display', serif; font-weight: 400; font-size: 18px; color: #F5F0E8 !important; line-height: 1.25; }
.res-list-title em { font-style: italic; color: #9AAD87 !important; }
.res-list-arrow { color: #E8C9A0 !important; font-size: 16px; flex-shrink: 0; }

/* ── PULL QUOTE ──────────────────────────────────────── */
.res-quote { background: #6B7C5C; padding: 64px 40px; text-align: center; }
.res-quote blockquote {
  font-family: 'Playfair Display', serif; font-weight: 400; font-style: italic;
  font-size: clamp(18px, 2.5vw, 27px); line-height: 1.5;
  color: #ffffff !important; max-width: 720px; margin: 0 auto 18px;
}
.res-quote blockquote em { font-style: normal; color: #E8C9A0 !important; }
.res-quote cite { font-size: 11px; text-transform: uppercase; letter-spacing: 0.2em; color: rgba(255,255,255,0.55) !important; font-style: normal; }

/* ── CTA ─────────────────────────────────────────────── */
.res-cta { background: #EDE6D6; padding: 72px 40px; }
.res-cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.res-cta .res-kicker { color: #C4956A !important; }
.res-cta .res-kicker::before { background: #C4956A; }
.res-cta .res-h2 { color: #3D2E1E !important; }
.res-cta .res-h2 em { color: #6B7C5C !important; }
.res-cta-btns { display: flex; flex-direction: column; gap: 12px; margin-top: 32px; max-width: 280px; }
.res-cta-note {
  font-size: 14px; font-weight: 300; line-height: 1.9;
  color: #6B5544 !important;
  border-left: 2px solid #C4956A;
  padding-left: 24px;
}

/* ── MOBILE ──────────────────────────────────────────── */
@media (max-width: 767px) {
  .res-header,
  .res-booklet,
  .res-section,
  .res-quote,
  .res-cta { padding: 48px 20px; }

  .res-header-grid,
  .res-section-head-grid,
  .res-cta-grid { grid-template-columns: 1fr; gap: 24px; }

  .res-booklet-card { grid-template-columns: 1fr; }
  .res-booklet-img { max-height: 300px; overflow: hidden; }
  .res-booklet-body { padding: 28px 20px; }
  .res-booklet-btns { flex-direction: column; }
  .res-booklet-btns .res-btn { width: 100%; }

  .res-cards,
  .res-meds-grid { grid-template-columns: 1fr; }

  .res-list-item { flex-direction: column; align-items: flex-start; gap: 8px; }

  .res-cta-btns { max-width: 100%; }
  .res-cta-btns .res-btn { width: 100%; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .res-header,
  .res-booklet,
  .res-section,
  .res-quote,
  .res-cta { padding: 56px 32px; }

  .res-cards,
  .res-meds-grid { grid-template-columns: 1fr 1fr; }

  .res-booklet-card { grid-template-columns: 240px 1fr; }
}
@media (max-width: 767px) {
  .res-header,
  .res-booklet,
  .res-section,
  .res-quote,
  .res-cta { padding: 48px 20px; }

  .res-header-grid,
  .res-section-head-grid,
  .res-cta-grid { grid-template-columns: 1fr; gap: 24px; }

  .res-booklet-card { grid-template-columns: 1fr; }
  .res-booklet-img { max-height: none; overflow: visible; }
.res-booklet-img img { height: auto; width: 100%; object-fit: contain; }
  .res-booklet-body { padding: 28px 20px; }
  .res-booklet-title { font-size: clamp(26px, 6vw, 36px); }
  .res-booklet-desc { font-size: 14px; margin-bottom: 24px; }
  .res-booklet-btns { flex-direction: column; }
  .res-booklet-btns .res-btn { width: 100%; }

  .res-cards,
  .res-meds-grid { grid-template-columns: 1fr; }

  .res-list-item { flex-direction: column; align-items: flex-start; gap: 8px; }

  .res-cta-btns { max-width: 100%; }
  .res-cta-btns .res-btn { width: 100%; }
}/* End custom CSS */