/* ============================================
   PARISH OUTFITTERS — COMPLETE STYLESHEET
   Clean consolidated version
   ============================================ */

/* ── ELEMENTOR / CONTAINER RESET ── */
.e-con,
.e-con-inner,
.elementor-section-wrap > .e-con {
  max-width: 100% !important;
  width: 100% !important;
  --container-max-width: 100% !important;
  --width: 100% !important;
  --padding-left: 0px !important;
  --padding-right: 0px !important;
  --margin-left: 0px !important;
  --margin-right: 0px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.elementor-section,
.elementor-container,
.elementor-row,
.elementor-column,
.elementor-column-wrap,
.elementor-widget-wrap,
.elementor-widget,
.elementor-widget-container,
.elementor-widget-html {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
  width: 100% !important;
}

/* ── CSS VARIABLES ── */
:root {
  --po-green-dark:  #1e3a2f;
  --po-green-mid:   #2d5a3d;
  --po-green-light: #4a7c59;
  --po-green-pale:  #e8f0e9;
  --po-tan:         #c8a96e;
  --po-tan-light:   #f5edd8;
  --po-white:       #ffffff;
  --po-text:        #1a1a1a;
  --po-muted:       #5a5a5a;
  --po-border:      #d4ddd5;
}

/* ── NAV ── */
.po-nav {
  background: #1e3a2f;
  border-bottom: 3px solid #c8a96e;
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
}
.po-nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  height: 72px;
}
.po-nav-toggle { display: none; }
.po-nav-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
}
.po-nav-brand img {
  height: 52px;
  width: 52px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  padding: 2px;
  display: block;
}
.po-nav-brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.po-name {
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
}
.po-name span { color: #c8a96e; }
.po-tagline {
  font-size: 0.68rem;
  color: #8aaa8c;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
}
.po-nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
}
.po-nav-hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background: #c8a96e;
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}
.po-nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.po-nav-links li { margin: 0; padding: 0; }
.po-nav-links a {
  color: #cdd8cc;
  text-decoration: none;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 500;
}
.po-nav-links a:hover,
.po-nav-links a.po-active { color: #c8a96e; }

/* ── HERO ── */
.po-hero {
  background:
    linear-gradient(160deg, rgba(30,58,47,0.72) 0%, rgba(0,0,0,0.55) 50%, rgba(30,58,47,0.72) 100%),
    url('https://parishoutfitters.com/wp-content/uploads/2026/08/IMG_3456-1.jpeg') center center / cover no-repeat;
  color: #fff;
  padding: 5rem 2rem 4rem;
  text-align: center;
  width: 100%;
}
.po-hero-inner { max-width: 720px; margin: 0 auto; }
.po-hero-logo {
  width: 110px;
  height: 110px;
  object-fit: contain;
  border-radius: 50%;
  border: 3px solid rgba(200,169,110,0.45);
  padding: 4px;
  margin: 0 auto 1.5rem;
  display: block;
}
.po-hero-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c8a96e;
  font-weight: 600;
  margin: 0 0 0.75rem;
  display: block;
}
.po-hero h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 1.1rem;
  color: #fff;
}
.po-hero h1 span { color: #fff; }
.po-hero-sub {
  font-size: 1.05rem;
  color: #e8ece8;
  max-width: 540px;
  margin: 0 auto 2rem;
}

/* ── BUTTONS ── */
.po-btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
}
.po-btn-primary { background: #c8a96e; color: #1e3a2f; }
.po-btn-primary:hover { background: #b8955a; color: #1e3a2f; }
.po-btn-outline {
  border: 2px solid rgba(255,255,255,0.75);
  color: #fff;
  margin-left: 0.75rem;
}
.po-btn-outline:hover { border-color: #c8a96e; color: #c8a96e; }

/* ── INTRO STRIP ── */
.po-intro-strip {
  background: #f5edd8;
  border-top: 1px solid #d4ddd5;
  border-bottom: 1px solid #d4ddd5;
  padding: 0 2rem;
  width: 100%;
}
.po-intro-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.po-intro-card { display: flex; gap: 1rem; align-items: flex-start; padding: 1.5rem 0; }
.po-intro-icon {
  width: 42px; height: 42px; flex-shrink: 0;
  background: #2d5a3d; border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
}
.po-intro-icon svg { fill: none; stroke: #c8a96e; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.po-intro-card h3 { font-size: 0.95rem; font-weight: 700; color: #1e3a2f; margin: 0 0 0.25rem; }
.po-intro-card p { font-size: 0.87rem; color: #5a5a5a; margin: 0; }

/* ── SECTION HELPERS ── */
.po-section { padding: 4rem 2rem; width: 100%; }
.po-section-inner { max-width: 1000px; margin: 0 auto; }
.po-section-label {
  font-size: 0.75rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: #4a7c59;
  font-weight: 700; margin: 0 0 0.4rem; display: block;
}
.po-section-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800; color: #1e3a2f;
  margin: 0 0 0.75rem; line-height: 1.2;
}
.po-section-sub { color: #5a5a5a; max-width: 580px; margin: 0 0 2.5rem; font-size: 0.97rem; }
.po-divider { width: 48px; height: 4px; background: #c8a96e; border-radius: 2px; margin: 0.6rem 0 1rem; border: none; display: block; }

/* ── PARTNER CARDS ── */
.po-partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
}
.po-partner-card {
  border: 1px solid #d4ddd5; border-radius: 8px;
  padding: 1.4rem 1.5rem; background: #fff;
  position: relative; overflow: hidden;
}
.po-partner-card::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px; background: #2d5a3d;
}
.po-partner-category {
  font-size: 0.7rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: #4a7c59;
  font-weight: 700; margin: 0 0 0.4rem; display: block;
}
.po-partner-name { font-size: 1.15rem; font-weight: 800; color: #1e3a2f; margin: 0 0 0.5rem; }
.po-partner-desc { font-size: 0.87rem; color: #5a5a5a; line-height: 1.55; margin: 0; }
.po-partner-tag {
  display: inline-block; margin-top: 0.85rem;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 0.25rem 0.6rem;
  border-radius: 3px; background: #e8f0e9; color: #2d5a3d;
}

/* ── CTA BANNER ── */
.po-cta {
  background-image: linear-gradient(135deg, #1e3a2f 0%, #2d5a3d 100%);
  color: #fff; text-align: center;
  padding: 3.5rem 2rem; border-top: 4px solid #c8a96e;
  width: 100%;
}
.po-cta h2 { font-size: 1.8rem; font-weight: 800; margin: 0 0 0.6rem; color: #fff; }
.po-cta p { color: #b8ccb9; margin: 0 0 1.5rem; font-size: 0.97rem; }

/* ── ABOUT PAGE ── */
.po-about-hero {
  background-image: linear-gradient(160deg, #1e3a2f 0%, #2d5a3d 100%);
  color: #fff; padding: 4rem 2rem; text-align: center; width: 100%;
}
.po-about-hero-inner { max-width: 720px; margin: 0 auto; }
.po-about-eyebrow {
  font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: #c8a96e; font-weight: 600; margin: 0 0 0.75rem; display: block;
}
.po-about-hero h1 { font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; color: #fff; margin: 0 0 1rem; line-height: 1.15; }
.po-about-hero p { color: #b8ccb9; font-size: 1.02rem; max-width: 560px; margin: 0 auto; }
.po-about-section { padding: 4rem 2rem; background: #fff; width: 100%; }
.po-bio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.po-bio-card {
  background: #fff; border: 1px solid #d4ddd5;
  border-radius: 8px; padding: 2rem; position: relative; overflow: hidden;
}
.po-bio-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 4px; background: #c8a96e;
}
.po-bio-card h3 { font-size: 1.25rem; font-weight: 800; color: #1e3a2f; margin: 0 0 0.2rem; }
.po-bio-title {
  font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.12em;
  color: #4a7c59; font-weight: 700; margin: 0 0 1rem; display: block;
}
.po-bio-card p { font-size: 0.92rem; color: #5a5a5a; line-height: 1.75; margin: 0 0 0.85rem; }
.po-bio-card p:last-child { margin-bottom: 0; }
.po-bio-quote {
  font-style: italic; color: #2d5a3d !important;
  border-left: 3px solid #c8a96e; padding-left: 1rem; margin-top: 1rem !important;
}

/* ── MISSION STRIP ── */
.po-mission {
  background: #f5edd8; border-top: 1px solid #d4ddd5;
  border-bottom: 1px solid #d4ddd5; padding: 3rem 2rem;
  text-align: center; width: 100%;
}
.po-mission-inner { max-width: 720px; margin: 0 auto; padding-left: 3rem; padding-right: 3rem; }
.po-mission h2 { font-size: 1.5rem; font-weight: 800; color: #1e3a2f; margin: 0 0 1rem; }
.po-mission p { font-size: 1rem; color: #5a5a5a; line-height: 1.8; margin: 0; }
.po-mission p + p { margin-top: 0.85rem; }

/* ── CONTACT PAGE ── */
.po-contact-section { padding: 4rem 2rem; background: #fff; width: 100%; }
.po-contact-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.25rem; margin-bottom: 3rem;
}
.po-contact-block {
  background: #fff; border: 1px solid #d4ddd5;
  border-radius: 8px; padding: 1.5rem; position: relative; overflow: hidden;
}
.po-contact-block::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: #2d5a3d;
}
.po-contact-block h3 {
  font-size: 0.9rem; font-weight: 700; color: #1e3a2f;
  margin: 0 0 0.6rem; text-transform: uppercase; letter-spacing: 0.08em;
}
.po-contact-block p { font-size: 0.92rem; color: #5a5a5a; line-height: 1.7; margin: 0; }
.po-contact-block a {
  font-size: 0.92rem; color: #2d5a3d; line-height: 1.7;
  text-decoration: none; font-weight: 600; display: block;
}
.po-contact-block a:hover { color: #c8a96e; }
.po-contact-block a p {
  color: #5a5a5a;
  margin: 0;
}
.po-contact-block a:hover p {
  color: #c8a96e;
}
/* ── FORM CHOOSER ── */
.po-form-chooser { margin-top: 1rem; }
.po-form-chooser-sub { color: #5a5a5a; font-size: 0.95rem; margin: 0 0 1.5rem; }
.po-form-btns { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.po-form-btn {
  background: #fff; border: 2px solid #2d5a3d; border-radius: 8px;
  padding: 1.5rem; cursor: pointer; text-align: left;
  transition: background 0.2s, border-color 0.2s;
  display: flex; flex-direction: column; gap: 0.35rem;
  position: relative; overflow: hidden;
}
.po-form-btn::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: #2d5a3d;
}
.po-form-btn:hover { background: #e8f0e9; border-color: #1e3a2f; }
.po-form-btn-alt { border-color: #c8a96e; }
.po-form-btn-alt::before { background: #c8a96e; }
.po-form-btn-alt:hover { background: #f5edd8; border-color: #b8955a; }
.po-form-btn-title { font-size: 1rem; font-weight: 800; color: #1e3a2f; display: block; }
.po-form-btn-sub { font-size: 0.82rem; color: #5a5a5a; display: block; }

/* ── MODAL TOGGLES ── */
.po-modal-toggle { display: none; }
.po-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.po-modal-toggle:nth-of-type(1):checked ~ #po-modal-general,
.po-modal-toggle:nth-of-type(2):checked ~ #po-modal-booth {
  display: flex;
}
.po-modal-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.55);
  cursor: pointer; z-index: 1;
}
.po-modal-box {
  background: #fff; border-radius: 10px; padding: 2rem;
  width: 100%; max-width: 560px; max-height: 90vh;
  overflow-y: auto; position: relative;
  border-top: 4px solid #c8a96e; z-index: 2;
}
.po-modal-close {
  position: absolute; top: 1rem; right: 1rem;
  background: none; border: none; font-size: 1.5rem;
  color: #5a5a5a; cursor: pointer; line-height: 1;
  padding: 0.25rem 0.5rem; border-radius: 4px; display: block;
}
.po-modal-close:hover { background: #f0f0f0; color: #1a1a1a; }
.po-modal-title { font-size: 1.3rem; font-weight: 800; color: #1e3a2f; margin: 0 0 0.4rem; padding-right: 2rem; }
.po-modal-sub { font-size: 0.88rem; color: #5a5a5a; margin: 0 0 1.5rem; }
.po-modal-box .wpforms-container { margin: 0 !important; }
.po-modal-box .wpforms-field-label { font-size: 0.85rem !important; font-weight: 600 !important; color: #1e3a2f !important; }
.po-modal-box .wpforms-field input,
.po-modal-box .wpforms-field textarea,
.po-modal-box .wpforms-field select {
  border: 1px solid #d4ddd5 !important; border-radius: 4px !important;
  padding: 0.6rem 0.75rem !important; font-size: 0.9rem !important; width: 100% !important;
}
.po-modal-box .wpforms-field input:focus,
.po-modal-box .wpforms-field textarea:focus,
.po-modal-box .wpforms-field select:focus { border-color: #2d5a3d !important; outline: none !important; }
.po-modal-box .wpforms-submit {
  background: #c8a96e !important; color: #1e3a2f !important;
  font-weight: 700 !important; border: none !important;
  padding: 0.75rem 2rem !important; border-radius: 4px !important;
  font-size: 0.9rem !important; cursor: pointer !important;
  text-transform: uppercase !important; letter-spacing: 0.06em !important;
}
.po-modal-box .wpforms-submit:hover { background: #b8955a !important; }

/* ── FACEBOOK FEED SECTION ── */
.po-fb-section {
  padding: 4rem 2rem; background: #f7f8fa;
  border-top: 1px solid #d4ddd5; width: 100%;
}
.po-fb-feed { width: 100%; }
.po-fb-placeholder {
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; padding: 3rem 2rem; background: #fff;
  border: 1px dashed #d4ddd5; border-radius: 8px; text-align: center; gap: 1rem;
}
.po-fb-placeholder-icon {
  width: 64px; height: 64px; background: #e8f0e9;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.po-fb-placeholder-text { font-size: 0.95rem; color: #5a5a5a; margin: 0; }
.po-fb-follow-btn {
  display: inline-block; padding: 0.65rem 1.5rem; background: #1e3a2f;
  color: #c8a96e; border-radius: 4px; font-size: 0.85rem; font-weight: 700;
  text-decoration: none; letter-spacing: 0.05em; text-transform: uppercase;
}
.po-fb-follow-btn:hover { background: #2d5a3d; color: #c8a96e; }

/* ── REVIEWS DISPLAY ── */
.po-reviews-section { padding: 4rem 2rem; background: #fff; border-top: 1px solid #d4ddd5; width: 100%; }
.po-reviews-grid { display: grid; grid-template-columns: minmax(280px, 480px); gap: 1.5rem; }
.po-reviews-card { border: 1px solid #d4ddd5; border-radius: 8px; overflow: hidden; }
.po-reviews-card-header {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.25rem 1.5rem; background: #f7f8fa; border-bottom: 1px solid #d4ddd5;
}
.po-reviews-icon { width: 42px; height: 42px; border-radius: 6px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.po-reviews-icon-google { background: #1e3a2f; }
.po-reviews-icon-fb { background: #2d5a3d; }
.po-reviews-platform { font-size: 1rem; font-weight: 700; color: #1e3a2f; margin: 0; }
.po-reviews-coming { font-size: 0.78rem; color: #5a5a5a; margin: 0; }
.po-reviews-placeholder {
  padding: 2rem 1.5rem; display: flex; flex-direction: column;
  align-items: center; gap: 1rem; text-align: center;
}
.po-reviews-placeholder-text { font-size: 0.88rem; color: #5a5a5a; margin: 0; }
.po-review-link {
  display: inline-block; padding: 0.6rem 1.25rem; background: #1e3a2f;
  color: #c8a96e; border-radius: 4px; font-size: 0.82rem; font-weight: 700;
  text-decoration: none; text-transform: uppercase; letter-spacing: 0.06em;
}
.po-review-link:hover { background: #2d5a3d; color: #c8a96e; }

/* ── LEAVE A REVIEW ── */
.po-leave-review { padding: 4rem 2rem; background: #f7f8fa; border-top: 1px solid #d4ddd5; width: 100%; }
.po-leave-review-btns { display: grid; grid-template-columns: minmax(280px, 480px); gap: 1.25rem; margin-top: 0.5rem; }
.po-leave-review-btn {
  display: flex; align-items: center; gap: 1rem; padding: 1.5rem;
  background: #fff; border: 1px solid #d4ddd5; border-radius: 8px;
  text-decoration: none; position: relative; overflow: hidden;
  transition: border-color 0.2s, background 0.2s;
}
.po-leave-review-btn::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: #1e3a2f; }
.po-leave-review-btn-fb::before { background: #c8a96e; }
.po-leave-review-btn:hover { background: #e8f0e9; border-color: #2d5a3d; }
.po-leave-review-btn-fb:hover { background: #f5edd8; border-color: #c8a96e; }
.po-leave-review-icon { width: 42px; height: 42px; border-radius: 6px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.po-leave-review-icon-google { background: #1e3a2f; }
.po-leave-review-icon-fb { background: #2d5a3d; }
.po-leave-review-text { display: flex; flex-direction: column; gap: 0.2rem; }
.po-leave-review-title { font-size: 0.95rem; font-weight: 700; color: #1e3a2f; }
.po-leave-review-sub { font-size: 0.8rem; color: #5a5a5a; }

/* ── FOOTER ── */
.po-footer {
  background: #1e3a2f;
  padding: 3rem 2rem 0;
  border-top: 3px solid #c8a96e;
  width: 100%;
}
.po-footer-inner { max-width: 1000px; margin: 0 auto; }
.po-footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.po-footer-brand { display: flex; align-items: center; gap: 0.85rem; text-decoration: none; }
.po-footer-logo {
  width: 64px; height: 64px; object-fit: contain;
  border-radius: 50%; border: 2px solid rgba(200,169,110,0.35);
  padding: 3px; display: block; flex-shrink: 0;
}
.po-footer-brand-text { display: flex; flex-direction: column; gap: 0.2rem; }
.po-footer-name { font-size: 1rem; font-weight: 800; color: #c8a96e; letter-spacing: 0.06em; text-transform: uppercase; }
.po-footer-tagline { font-size: 0.72rem; color: #7a9a7c; letter-spacing: 0.08em; text-transform: uppercase; }
.po-footer-col-title {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: #c8a96e; margin: 0 0 0.85rem;
}
.po-footer-links ul,
.po-footer-hours ul,
.po-footer-contact ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 0.5rem;
}
.po-footer-links a, .po-footer-contact a { font-size: 0.85rem; color: #8aaa8c; text-decoration: none; }
.po-footer-links a:hover, .po-footer-contact a:hover { color: #c8a96e; }
.po-footer-hours li { display: flex; justify-content: space-between; font-size: 0.85rem; color: #8aaa8c; gap: 1rem; }
.po-footer-contact li { font-size: 0.85rem; color: #8aaa8c; }
.po-footer-fb { display: inline-flex; align-items: center; gap: 0.4rem; color: #8aaa8c !important; }
.po-footer-fb:hover { color: #c8a96e !important; }
.po-footer-bottom {
  padding: 1.25rem 0;
  display: flex;
  justify-content: center !important;
  text-align: center !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0.25rem !important;
  flex-wrap: wrap;
}
.po-footer-bottom p { font-size: 0.78rem; color: #4a6a4c; margin: 0; }

/* ── MOBILE NAV LINKS (dropdown) ── */
.po-nav-mobile-links {
  display: none;
  flex-direction: column;
  gap: 0;
  background: #162e24;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0 1rem;
  border-top: 1px solid rgba(200,169,110,0.2);
}
.po-nav-mobile-links li { width: 100%; }
.po-nav-mobile-links a {
  display: block;
  padding: 0.85rem 2rem;
  font-size: 0.95rem;
  color: #cdd8cc;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.po-nav-mobile-links a:hover,
.po-nav-mobile-links a.po-active { color: #c8a96e; }

@media (max-width: 680px) {
  .po-nav-hamburger { display: flex; }
  .po-tagline { display: none; }

  /* Hide the desktop link list on mobile */
  .po-nav-links { display: none !important; }

  /* Show mobile dropdown when checkbox is checked */
  .po-nav-toggle:checked ~ .po-nav-mobile-links { display: flex; }

  /* Hamburger animation */
  .po-nav-toggle:checked ~ .po-nav-top .po-nav-hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .po-nav-toggle:checked ~ .po-nav-top .po-nav-hamburger span:nth-child(2) { opacity: 0; }
  .po-nav-toggle:checked ~ .po-nav-top .po-nav-hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .po-btn-outline { margin-left: 0; margin-top: 0.75rem; display: block; text-align: center; }
  .po-intro-grid { grid-template-columns: 1fr; gap: 0; }
  .po-intro-card { border-bottom: 1px solid #d4ddd5; padding: 1rem 0; }
  .po-bio-grid { grid-template-columns: 1fr; }
  .po-contact-grid { grid-template-columns: 1fr; }
  .po-form-btns { grid-template-columns: 1fr; }
  .po-reviews-grid { grid-template-columns: 1fr; }
  .po-leave-review-btns { grid-template-columns: 1fr; }
  .po-modal-box { padding: 1.5rem; }
  .po-footer-top { grid-template-columns: 1fr; gap: 1.75rem; }
  .po-footer-bottom { flex-direction: column; text-align: center; }
  .po-mission-inner { padding-left: 1.5rem; padding-right: 1.5rem; }
}

/* ── NAV OVERRIDE — protects nav from Elementor flex reset ── */
.po-nav {
  display: block !important;
  width: 100% !important;
  background: #1e3a2f !important;
  border-bottom: 3px solid #c8a96e !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
  max-width: none !important;
}

.po-nav-top {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 2rem !important;
  height: 72px !important;
  width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  max-width: none !important;
}

.po-nav-links {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 2rem !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 2rem 0 0 !important;
  height: auto !important;
  background: transparent !important;
  border: none !important;
  max-width: none !important;
}

.po-nav-links li {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  border: none !important;
}

.po-nav-links a {
  display: inline !important;
  padding: 0 !important;
  border: none !important;
  width: auto !important;
}

.po-nav-mobile-links,
.po-nav-mobile-links li,
.po-nav-mobile-links a {
  max-width: none !important;
  width: 100% !important;
}

@media (max-width: 680px) {
  .po-nav-links {
    display: none !important;
  }
  .po-nav {
    position: sticky !important;
    top: 0 !important;
  }
}