/* ============================================================
   TRUSTWELL CLINIC — Custom theme
   - Cormorant Garamond (serif headings, with strong italics)
   - Inter (body/nav/buttons)
   - Cream + deep green + gold palette
   - Eyebrow labels with side rules
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --tw-dark: #0a2421;
  --tw-dark-warm: #0f2f2a;
  --tw-gold: #C8A25A;
  --tw-cream: #F5EFE4;
  --tw-ink: #1f2937;
  --tw-muted: #6b7280;
  --tw-line: rgba(200, 162, 90, 0.55);
}

/* ----- Base typography ----- */
body,
.theme body,
.theme {
  font-family: 'Inter', system-ui, sans-serif !important;
  color: var(--tw-ink);
  font-feature-settings: 'ss01' on, 'cv11' on;
}

.theme h1,
.theme h2,
.theme h3,
.theme h4,
.theme .hero-title,
.theme .grid-title,
.theme .paragraph-image-title,
.theme .faq-title,
.theme .stats-title,
.theme .custom-html-title {
  font-family: 'Cormorant Garamond', 'EB Garamond', Georgia, serif !important;
  font-weight: 500 !important;
  letter-spacing: -0.005em;
}

.theme em,
.theme i,
.theme .tw-italic {
  font-style: italic;
  font-weight: 500;
}

.theme .hero-title { font-size: clamp(2.4rem, 4vw, 3.6rem); line-height: 1.05; }
.theme .grid-title,
.theme .paragraph-image-title,
.theme .custom-html-title,
.theme .faq-title { font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.1; }

/* ----- Eyebrow label (gold small caps with side rules) ----- */
.theme .tw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tw-gold);
  margin-bottom: 1.25rem;
}
.theme .tw-eyebrow::before,
.theme .tw-eyebrow::after {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--tw-line);
}
.theme .tw-eyebrow.tw-eyebrow-left::after { display: none; }
.theme .tw-eyebrow.tw-eyebrow-center { justify-content: center; }

/* ----- Navigation ----- */
.theme .site-nav,
.site-nav {
  background: var(--tw-dark);
  border-bottom: 0;
}
.theme .nav-content { height: 5.5rem; }
.theme .nav-link,
.theme .nav-dropdown-toggle {
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 500;
  font-size: 0.92rem;
}
.theme .nav-link:hover,
.theme .nav-dropdown-toggle:hover { color: white !important; }
.theme .nav-link.active { color: var(--tw-gold) !important; }
.theme .nav-cta {
  background: var(--tw-gold) !important;
  color: var(--tw-dark) !important;
  border: 0 !important;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0.6rem 1.1rem !important;
  text-transform: none !important;
  font-size: 0.85rem !important;
  border-radius: 999px !important;
}
.theme .nav-cta:hover { filter: brightness(0.93); transform: none; box-shadow: none; }
.theme .nav-cta.nav-cta-secondary {
  background: transparent !important;
  color: white !important;
  border: 1px solid rgba(255,255,255,0.6) !important;
}

/* ----- Section backgrounds ----- */
.theme .section-bg-cream,
.section-bg-cream { background: var(--tw-cream); }
.theme .section-bg-dark,
.section-bg-dark {
  background: var(--tw-dark);
  margin: 0;
  border-radius: 0;
}
.theme .section-bg-light { background: #fbfaf7; }

/* ----- Hero — homepage split layout (uses a tw-hero-split custom-html block) ----- */
.theme .hero-section { background: var(--tw-dark); padding: 5rem 1.25rem 4rem; min-height: 0; }
.theme .hero-section .hero-container { display: block; padding: 0; }
.theme .hero-title { color: white; text-shadow: none; }
.theme .hero-description { color: rgba(255,255,255,0.78); font-size: 1.05rem; }
.theme .hero-cta.primary {
  background: var(--tw-gold);
  color: var(--tw-dark);
  border-radius: 999px;
  font-weight: 600;
  padding: 0.85rem 1.5rem;
}
.theme .hero-cta.primary:hover { filter: brightness(0.92); transform: none; box-shadow: none; }
.theme .hero-cta.secondary {
  background: transparent;
  color: white;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 999px;
  font-weight: 500;
  padding: 0.85rem 1.5rem;
}
.theme .hero-cta.secondary:hover { background: rgba(255,255,255,0.06); border-color: white; }

/* Suppress hero background image overlay so split layouts read clean */
.theme .hero-section .hero-bg-image .hero-overlay { background: transparent; }

/* ============================================================
   CUSTOM-HTML COMPONENTS — drop-in blocks the rebuild scripts use
   ============================================================ */

.theme .custom-html-section { padding: 0; background: transparent; }
.theme .custom-html-container { max-width: none; padding: 0; }
.theme .custom-html-content { width: 100%; }

/* ----- Hero split (homepage) ----- */
.tw-hero {
  background: var(--tw-dark);
  color: white;
  padding: 4rem 1.25rem 5rem;
}
.tw-hero-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
}
.tw-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4.2vw, 3.8rem);
  line-height: 1.05;
  font-weight: 500;
  margin: 0 0 1.25rem;
  color: white;
}
.tw-hero h1 em { font-style: italic; }
.tw-hero p { color: rgba(255,255,255,0.78); font-size: 1.05rem; line-height: 1.65; max-width: 540px; margin: 0 0 1.75rem; }
.tw-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.tw-hero-ctas .tw-btn { white-space: nowrap; }
.tw-hero-meta { margin-top: 2.5rem; display: flex; gap: 36px; font-size: 0.85rem; color: rgba(255,255,255,0.55); flex-wrap: wrap; }
.tw-hero-portrait {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 18px 18px 22px;
  text-align: center;
}
.tw-hero-portrait img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.tw-hero-portrait-caption {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.tw-hero-portrait-eyebrow {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--tw-gold);
  margin-bottom: 4px;
}
.tw-hero-portrait-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: white;
}
@media (max-width: 860px) {
  .tw-hero-grid { grid-template-columns: 1fr; gap: 36px; }
}

/* ----- Buttons (used in custom-html blocks) -----
   Scoped under .theme .custom-html-content because base.css sets a default
   `.custom-html-content a { color: var(--color-primary); text-decoration: underline }`
   which would otherwise win specificity over plain `.tw-btn-*` rules. */
.theme .custom-html-content .tw-btn,
.tw-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.85rem 1.5rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none !important;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: filter 0.15s, background 0.15s, border-color 0.15s;
  cursor: pointer;
}
.theme .custom-html-content .tw-btn-primary,
.tw-btn-primary { background: var(--tw-gold); color: var(--tw-dark); }
.theme .custom-html-content .tw-btn-primary:hover,
.tw-btn-primary:hover { filter: brightness(0.92); color: var(--tw-dark); }
.theme .custom-html-content .tw-btn-dark,
.tw-btn-dark { background: var(--tw-dark); color: white; }
.theme .custom-html-content .tw-btn-dark:hover,
.tw-btn-dark:hover { background: var(--tw-dark-warm); color: white; }
.theme .custom-html-content .tw-btn-outline-light,
.tw-btn-outline-light { background: transparent; color: white; border-color: rgba(255,255,255,0.55); }
.theme .custom-html-content .tw-btn-outline-light:hover,
.tw-btn-outline-light:hover { border-color: white; background: rgba(255,255,255,0.06); color: white; }
.theme .custom-html-content .tw-btn-outline-dark,
.tw-btn-outline-dark { background: transparent; color: var(--tw-dark); border-color: rgba(10,36,33,0.4); }
.theme .custom-html-content .tw-btn-outline-dark:hover,
.tw-btn-outline-dark:hover { border-color: var(--tw-dark); color: var(--tw-dark); }
.theme .custom-html-content .tw-link,
.tw-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--tw-gold);
  text-decoration: none !important;
  font-weight: 600;
  font-size: 0.92rem;
}
.theme .custom-html-content .tw-link:hover,
.tw-link:hover { color: var(--tw-dark); }
.theme .custom-html-content .tw-link.tw-link-dark,
.tw-link.tw-link-dark { color: var(--tw-dark); }
.theme .custom-html-content .tw-link.tw-link-dark:hover,
.tw-link.tw-link-dark:hover { color: var(--tw-gold); }

/* ----- Trust strip (uses Grid section with cream background) ----- */
.theme .tw-trust-strip-wrap .grid-section {
  padding: 2.25rem 1.25rem;
}
.theme .tw-trust-strip-wrap .grid-section .grid-items {
  gap: 0;
  border-radius: 0;
  background: transparent;
}
.theme .tw-trust-strip-wrap .grid-section .grid-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0.5rem 1rem !important;
  display: flex !important;
  align-items: center;
  gap: 12px;
  text-align: left;
}
.theme .tw-trust-strip-wrap .grid-section .grid-card-icon {
  background: rgba(200,162,90,0.12) !important;
  color: var(--tw-gold) !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  flex-shrink: 0;
}
.theme .tw-trust-strip-wrap .grid-section .grid-card-icon svg { width: 18px; height: 18px; }
.theme .tw-trust-strip-wrap .grid-section .grid-card-content { padding: 0; }
.theme .tw-trust-strip-wrap .grid-section .grid-card-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 600;
  margin: 0;
  color: var(--tw-ink);
}
.theme .tw-trust-strip-wrap .grid-section .grid-card-description {
  font-size: 0.8rem !important;
  color: var(--tw-muted);
  margin: 2px 0 0;
}

/* ----- Section heading + eyebrow pattern ----- */
.tw-section { padding: 5rem 1.25rem; }
.tw-section-head { text-align: center; max-width: 760px; margin: 0 auto 3rem; }
.tw-section-head h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.1;
  margin: 0;
  color: var(--tw-ink);
}
.tw-section-head h2 em { font-style: italic; }
.tw-section-head.tw-section-head-dark h2 { color: white; }
.tw-section-head p {
  margin-top: 1rem;
  color: var(--tw-muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

/* ----- Service cards (homepage) ----- */
.tw-services { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.tw-service-card {
  background: white;
  border: 1px solid #ece4d6;
  border-radius: 12px;
  padding: 30px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tw-service-icon {
  width: 44px;
  height: 44px;
  background: rgba(200,162,90,0.14);
  color: var(--tw-gold);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tw-service-icon svg { width: 22px; height: 22px; }
.tw-service-label {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--tw-muted);
  font-weight: 600;
}
.tw-service-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 500;
  margin: 0;
  color: var(--tw-ink);
}
.tw-service-card p {
  color: var(--tw-muted);
  line-height: 1.65;
  margin: 0;
}
.tw-service-bullets {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 18px;
}
.tw-service-bullets li {
  position: relative;
  padding-left: 22px;
  font-size: 0.92rem;
  color: var(--tw-ink);
}
.tw-service-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 7px;
  border-left: 2px solid var(--tw-gold);
  border-bottom: 2px solid var(--tw-gold);
  transform: rotate(-45deg);
}
.tw-service-foot {
  border-top: 1px solid #ece4d6;
  margin-top: 8px;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tw-service-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  color: var(--tw-ink);
}
.tw-service-price small {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  color: var(--tw-muted);
  margin-left: 6px;
  font-weight: 400;
}
@media (max-width: 780px) {
  .tw-services { grid-template-columns: 1fr; }
  .tw-service-bullets { grid-template-columns: 1fr; }
}

/* ----- Testimonial ----- */
.tw-testimonial {
  background: var(--tw-dark);
  color: white;
  padding: 5rem 1.25rem;
  text-align: center;
}
.tw-testimonial-inner { max-width: 880px; margin: 0 auto; }
.tw-testimonial-quote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  line-height: 1.45;
  color: white;
  margin: 1.5rem 0 1.75rem;
}
.tw-testimonial-attr {
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tw-gold);
}

/* ----- CTA banner ("Talk to a pharmacist") ----- */
.tw-cta-banner-wrap {
  background: var(--tw-cream);
  padding: 4rem 1.25rem;
}
.tw-cta-banner {
  max-width: 1100px;
  margin: 0 auto;
  background: white;
  border: 1px solid #ece4d6;
  border-radius: 14px;
  padding: 40px 44px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: center;
}
.tw-cta-banner h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 500;
  margin: 0.5rem 0 0.75rem;
  color: var(--tw-ink);
}
.tw-cta-banner p { margin: 0; color: var(--tw-muted); line-height: 1.6; }
.tw-cta-banner-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
@media (max-width: 780px) {
  .tw-cta-banner { grid-template-columns: 1fr; padding: 30px 26px; }
}

/* ----- Service detail hero (dark, eyebrow + italic title) ----- */
.tw-detail-hero {
  background: var(--tw-dark);
  color: white;
  padding: 5rem 1.25rem 6rem;
}
.tw-detail-hero-inner { max-width: 1100px; margin: 0 auto; }
.tw-detail-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(2.6rem, 4.6vw, 4.2rem);
  line-height: 1.04;
  margin: 0 0 1.5rem;
  color: white;
  max-width: 720px;
}
.tw-detail-hero h1 em { font-style: italic; color: var(--tw-gold); }
.tw-detail-hero p {
  color: rgba(255,255,255,0.78);
  max-width: 580px;
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 2rem;
}
.tw-detail-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

/* ----- Two-column "Honest answers" (eligibility) ----- */
.tw-eligibility-wrap { background: var(--tw-cream); padding: 5rem 1.25rem; }
.tw-eligibility {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.tw-eligibility h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  font-weight: 500;
  line-height: 1.1;
  margin: 0.5rem 0 1rem;
  color: var(--tw-ink);
}
.tw-eligibility-list { list-style: none; padding: 0; margin: 0; }
.tw-eligibility-list li {
  position: relative;
  padding: 0 0 0 32px;
  margin-bottom: 14px;
  color: var(--tw-ink);
  line-height: 1.55;
}
.tw-eligibility-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(200,162,90,0.18);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23C8A25A' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 8 L7 12 L13 4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 11px;
}
.tw-eligibility-callout {
  margin-top: 28px;
  background: white;
  border: 1px solid #ece4d6;
  border-radius: 12px;
  padding: 22px 26px;
}
.tw-eligibility-callout strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
  color: var(--tw-ink);
}
.tw-eligibility-callout p { color: var(--tw-muted); margin: 0; line-height: 1.6; font-size: 0.95rem; }
@media (max-width: 860px) {
  .tw-eligibility { grid-template-columns: 1fr; gap: 28px; }
}

/* ----- How it works numbered cards (Grid section override) ----- */
.theme .tw-process-wrap .grid-section { background: var(--tw-cream); padding: 4rem 1.25rem; }
.theme .tw-process-wrap .grid-section .grid-card {
  background: white !important;
  border: 1px solid #ece4d6 !important;
  border-radius: 12px !important;
  padding: 28px 26px 26px !important;
  box-shadow: none !important;
}
.theme .tw-process-wrap .grid-section .grid-card-icon {
  width: 38px !important;
  height: 38px !important;
  background: var(--tw-gold) !important;
  color: var(--tw-dark) !important;
  border-radius: 50% !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 16px;
}
.theme .tw-process-wrap .grid-section .grid-card-icon span { color: var(--tw-dark); }
.theme .tw-process-wrap .grid-section .grid-card-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.25rem !important;
  font-weight: 500;
  margin-bottom: 6px;
}

/* ----- Pricing tiles ----- */
.tw-pricing-wrap { background: white; padding: 5rem 1.25rem; }
.tw-pricing { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 22px; }
.tw-tile {
  border: 1px solid #ece4d6;
  border-radius: 14px;
  padding: 30px 28px;
  background: white;
}
.tw-tile-label {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--tw-muted);
  margin-bottom: 14px;
  font-weight: 600;
}
.tw-tile-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--tw-ink);
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.tw-tile-price small {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  color: var(--tw-muted);
  font-weight: 400;
}
.tw-tile-note { color: var(--tw-muted); font-size: 0.92rem; margin-top: 4px; }
.tw-tile.featured {
  background: var(--tw-dark);
  border-color: var(--tw-dark);
  color: white;
}
.tw-tile.featured .tw-tile-label { color: var(--tw-gold); }
.tw-tile.featured .tw-tile-price { color: var(--tw-gold); }
.tw-tile.featured .tw-tile-note { color: rgba(255,255,255,0.7); }
@media (max-width: 860px) {
  .tw-pricing { grid-template-columns: 1fr; }
}

/* ----- Comprehensive vaccine / price list (rendered as a 2-column table) ----- */
.tw-pricelist {
  margin-top: 3rem;
  border-top: 1px solid #ece4d6;
  padding-top: 2.5rem;
}
.tw-pricelist h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: var(--tw-ink);
  margin: 0 0 0.4rem;
}
.tw-pricelist > p {
  color: var(--tw-muted);
  margin: 0 0 1.5rem;
  font-size: 0.95rem;
}
.tw-pricelist-rows {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
}
.tw-pricelist-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px dashed #ece4d6;
  font-size: 0.95rem;
}
.tw-pricelist-row:last-child { border-bottom: 0; }
.tw-pricelist-name { color: var(--tw-ink); }
.tw-pricelist-name small {
  display: block;
  color: var(--tw-muted);
  font-size: 0.78rem;
  margin-top: 2px;
}
.tw-pricelist-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  color: var(--tw-ink);
  white-space: nowrap;
}
.tw-pricelist-footnote {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: var(--tw-muted);
  font-style: italic;
}
@media (max-width: 780px) {
  .tw-pricelist-rows { grid-template-columns: 1fr; gap: 0; }
}

/* ----- About: Meet the pharmacist ----- */
.tw-meet-wrap { background: var(--tw-cream); padding: 5rem 1.25rem; }
.tw-meet {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 56px;
  align-items: center;
}
.tw-meet-photo {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 12px;
  background: #d8d3c8;
}
.tw-meet h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  line-height: 1.08;
  margin: 0.5rem 0 1.25rem;
  color: var(--tw-ink);
}
.tw-meet h2 em { font-style: italic; color: var(--tw-gold); }
.tw-meet p { color: var(--tw-ink); line-height: 1.7; margin: 0 0 0.85rem; }
.tw-meet-actions { display: flex; gap: 16px; align-items: center; margin-top: 1.5rem; flex-wrap: wrap; }
@media (max-width: 860px) {
  .tw-meet { grid-template-columns: 1fr; gap: 28px; }
}

/* ----- "Four things we won't compromise on" — Grid override ----- */
.theme .tw-values-wrap .grid-section { padding: 5rem 1.25rem; background: white; }
.theme .tw-values-wrap .grid-section .grid-card {
  background: white !important;
  border: 1px solid #ece4d6 !important;
  border-radius: 12px !important;
  padding: 28px 28px 26px !important;
  box-shadow: none !important;
  text-align: left;
}
.theme .tw-values-wrap .grid-section .grid-card-icon {
  width: 42px !important;
  height: 42px !important;
  background: rgba(200,162,90,0.14) !important;
  color: var(--tw-gold) !important;
  border-radius: 10px !important;
  margin: 0 0 16px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.theme .tw-values-wrap .grid-section .grid-card-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.3rem !important;
  font-weight: 500;
  margin-bottom: 6px;
}

/* ----- Footer ----- */
.theme .site-footer {
  background: var(--tw-dark);
  color: rgba(255,255,255,0.72);
  padding: 4rem 1.25rem 2rem;
}
.theme .site-footer a { color: rgba(255,255,255,0.78); }
.theme .site-footer a:hover { color: white; }
.theme .footer-heading,
.theme .site-footer h4 {
  color: var(--tw-gold);
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* ----- Misc cleanups: remove rounded full-bleed boxes from default theme ----- */
.theme .section-bg-dark { margin: 0; border-radius: 0; }
.theme .slider-section { border-radius: 0; }

/* ----- Paragraph-image clean defaults ----- */
.theme .paragraph-image-section { padding: 4rem 1.25rem; }
.theme .paragraph-image-title { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.theme .paragraph-button { background: var(--tw-gold); color: var(--tw-dark); border-radius: 999px; }

/* ----- FAQ styling for trustwell tone ----- */
.theme .faq-item { border: 1px solid #ece4d6; border-radius: 12px; }
.theme .faq-item.open { border-color: var(--tw-gold); background: white; }
.theme .faq-question { font-family: 'Inter', sans-serif; font-weight: 500; }
