/* =============================================================
   LEAR STRATEGY — ADDITIONAL CSS
   ============================================================= */
/* -------------------------------------------------------------
   GLOBAL RESET
   ------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
}
p {
  text-transform: none !important;
}
h3 {
  text-transform: none !important;
}
/* -------------------------------------------------------------
   BRAND TOKENS
   ------------------------------------------------------------- */
:root {
  --lear-orange: #D09A40;
}
/* -------------------------------------------------------------
   TYPOGRAPHY
   ------------------------------------------------------------- */
.eyebrow {
  font-family: "Libre Baskerville", serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--lear-orange);
  margin-bottom: 1.2rem;
}
.headline {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #2e2e2e;
  margin-bottom: 1rem;
}
.sub {
  font-family: "Libre Baskerville", serif;
  font-size: 17px;
  line-height: 1.7;
  color: #3b3a3a;
}
.brand-accent em {
  font-style: italic;
  font-weight: 600;
  color: #2e2e2e;
}
/* -------------------------------------------------------------
   BUTTONS
   ------------------------------------------------------------- */
.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: inherit;
  letter-spacing: 0.5px;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease, color 0.3s ease;
  margin-right: 10px;
  background: var(--lear-orange);
  color: #fff;
}
.btn.btn-ghost {
  border: 1.5px solid var(--lear-orange);
  color: var(--lear-orange);
  background: transparent;
}
.btn.btn-ghost:hover {
  background: var(--lear-orange);
  color: #fff;
}
/* -------------------------------------------------------------
   FOOTER
   ------------------------------------------------------------- */
footer {
  margin-top: 3rem;
  text-align: center;
  font-size: 14px;
  color: #5e5e5e;
  font-family: "Libre Baskerville", serif;
}
/* -------------------------------------------------------------
   LAYOUT UTILITIES
   ------------------------------------------------------------- */
.banner-bottom-left {
  position: relative;
}
.banner-bottom-left h1,
.banner-bottom-left h2,
.banner-bottom-left p {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  margin: 0;
}
.responsive-cover {
  background-size: cover !important;
  background-position: center !important;
}
.responsive-cover .wp-block-cover__inner-container {
  max-width: 100% !important;
  padding: 2rem !important;
  text-align: center;
}
.lear-404-wrapper {
  min-height: calc(100vh - 220px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lear-404-wrapper .frame {
  max-width: 720px;
  margin: 0 auto;
}
/* -------------------------------------------------------------
   ASTRA OVERRIDES
   ------------------------------------------------------------- */
.ast-archive-description,
.ast-archive-description p,
.ast-taxonomy-description,
.ast-taxonomy-description p,
.archive .ast-archive-description,
.archive .ast-taxonomy-description {
  text-transform: none !important;
  letter-spacing: normal !important;
}
.ast-archive-title {
  text-transform: none !important;
}
.post-type-ast-advanced-hook .entry-meta,
.post-type-ast-advanced-hook .ast-advanced-hook-meta,
.post-type-ast-advanced-hook .entry-header .entry-meta {
  display: none !important;
}
.entry-content,
.site-main,
.wp-block-post-content,
.wp-site-blocks,
.wp-block-group,
.wp-block-group__inner-container,
.is-layout-flow,
.is-layout-constrained {
  max-width: none !important;
  contain: none !important;
}