/* Elementor-independent page layouts */
.pmc-clean-page { background: #fff; }

.pmc-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(3,85,107,.92), rgba(67,40,23,.88)), var(--pmc-teal);
  color: #fff;
}

.pmc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--pmc-hero-image, none);
  background-size: cover;
  background-position: center;
  opacity: .22;
  transform: scale(1.03);
}

.pmc-hero__inner {
  position: relative;
  min-height: clamp(420px, 48vw, 620px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  align-items: center;
  gap: 44px;
  padding-block: 68px;
}

.pmc-hero__eyebrow,
.pmc-page-eyebrow {
  display: inline-flex;
  width: fit-content;
  gap: 8px;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: #ffe1a8;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pmc-hero h1,
.pmc-page-hero h1 {
  margin: 14px 0 14px;
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.04;
  color: #fff;
  font-weight: 600;
  letter-spacing: -.02em;
}

.pmc-hero p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.7;
}

.pmc-hero__actions,
.pmc-page-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }

.pmc-button,
.pmc-button--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 14px;
}

.pmc-button { background: #fff; color: var(--pmc-teal) !important; }
.pmc-button:hover { background: var(--pmc-gold); color: #1c1c1c !important; }
.pmc-button--ghost { border: 1px solid rgba(255,255,255,.55); color: #fff !important; }
.pmc-button--ghost:hover { background: rgba(255,255,255,.12); color: #fff !important; }

.pmc-hero-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 50px rgba(0,0,0,.25);
  min-height: 430px;
}

.pmc-hero-card img { width: 100%; height: 430px; object-fit: cover; display: block; }
.pmc-hero-card__badge {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  color: #111;
  font-weight: 600;
  box-shadow: 0 10px 28px rgba(0,0,0,.15);
}

.pmc-trust-strip {
  background: #fff;
  border-bottom: 1px solid rgba(67,40,23,.1);
}
.pmc-trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding-block: 18px;
}
.pmc-trust-item {
  padding: 18px;
  border-radius: 18px;
  background: #fff8e8;
  text-align: center;
}
.pmc-trust-item strong { display: block; color: var(--pmc-brown); font-size: 16px; margin-bottom: 4px; }
.pmc-trust-item span { color: #4b5563; font-size: 13px; }

.pmc-page-section { padding: clamp(44px, 6vw, 76px) 0; }
.pmc-page-section--soft { background: #f8f6f2; }
.pmc-section-head { max-width: 760px; margin: 0 auto 28px; text-align: center; }
.pmc-section-head h2 { margin: 0 0 10px; font-size: clamp(24px, 2.8vw, 36px); line-height: 1.15; color: #101827; }
.pmc-section-head p { margin: 0; color: #4b5563; line-height: 1.75; }

.pmc-page-hero {
  background: linear-gradient(135deg, var(--pmc-teal), var(--pmc-brown));
  color: #fff;
  padding: clamp(54px, 8vw, 90px) 0;
  position: relative;
  overflow: hidden;
}
.pmc-page-hero::after {
  content: "";
  position: absolute;
  inset: auto -120px -170px auto;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
}
.pmc-page-hero__inner { position: relative; max-width: 850px; }
.pmc-page-hero p { color: rgba(255,255,255,.9); font-size: 18px; line-height: 1.7; margin: 0; }

.pmc-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(28px, 5vw, 60px);
}
.pmc-two-col img { width: 100%; border-radius: 28px; object-fit: cover; box-shadow: 0 18px 45px rgba(0,0,0,.12); }
.pmc-rich-text h2 { margin: 0 0 14px; font-size: clamp(24px, 2.8vw, 36px); line-height: 1.15; }
.pmc-rich-text p { color: #4b5563; line-height: 1.85; margin: 0 0 14px; }

.pmc-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.pmc-info-card {
  background: #fff;
  border: 1px solid rgba(67,40,23,.1);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}
.pmc-info-card h3 { margin: 0 0 8px; font-size: 20px; color: var(--pmc-teal); }
.pmc-info-card p { margin: 0; color: #4b5563; line-height: 1.7; }

.pmc-contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.pmc-contact-panel,
.pmc-contact-form-panel {
  background: #fff;
  border: 1px solid rgba(67,40,23,.1);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}
.pmc-contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.pmc-contact-list a { color: var(--pmc-teal) !important; text-decoration: none !important; font-weight: 600; }
.pmc-contact-list span { display: block; color: #4b5563; font-size: 13px; margin-bottom: 4px; }

.pmc-form-fallback { display: grid; gap: 12px; }
.pmc-form-fallback input,
.pmc-form-fallback textarea {
  width: 100%;
  border: 1px solid rgba(3,85,107,.2);
  border-radius: 14px;
  padding: 13px 14px;
  font-size: 15px;
}
.pmc-form-fallback textarea { min-height: 140px; resize: vertical; }
.pmc-form-fallback button {
  border: 0;
  border-radius: 999px;
  background: var(--pmc-teal);
  color: #fff;
  padding: 14px 20px;
  font-weight: 600;
  cursor: pointer;
}

body.pmc-mobile-menu-open { overflow: hidden; }

@media (max-width: 980px) {
  .pmc-hero__inner { grid-template-columns: 1fr; padding-block: 50px; }
  .pmc-hero-card { min-height: 0; max-width: 520px; }
  .pmc-hero-card img { height: min(80vw, 420px); }
  .pmc-trust-strip__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pmc-two-col,
  .pmc-contact-grid { grid-template-columns: 1fr; }
  .pmc-card-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .pmc-hero__inner { min-height: 0; gap: 28px; }
  .pmc-hero__actions,
  .pmc-page-actions { display: grid; }
  .pmc-button,
  .pmc-button--ghost { width: 100%; }
  .pmc-trust-strip__inner { grid-template-columns: 1fr; }
  .pmc-card-grid { grid-template-columns: 1fr; }
  .pmc-contact-panel,
  .pmc-contact-form-panel { padding: 22px; }
}

.pmc-rich-text .pmc-page-eyebrow,
.pmc-section-head .pmc-page-eyebrow {
  background: rgba(3,85,107,.08);
  color: var(--pmc-teal);
}
.pmc-rich-text .pmc-button { background: var(--pmc-teal); color: #fff !important; }
.pmc-rich-text .pmc-button:hover { background: var(--pmc-brown); color: #fff !important; }
.pmc-rich-text .pmc-button--ghost {
  border-color: rgba(3,85,107,.25);
  color: var(--pmc-teal) !important;
}
.pmc-rich-text .pmc-button--ghost:hover {
  background: rgba(3,85,107,.08);
  color: var(--pmc-teal) !important;
}


/* v2.2 typography tightening */
body.pmc-custom-site .pmc-clean-page :where(h1,h2,h3,h4,h5,h6) {
  font-weight: 600 !important;
  letter-spacing: normal !important;
}
body.pmc-custom-site .pmc-clean-page h1 { font-size: clamp(30px, 4vw, 52px) !important; }
body.pmc-custom-site .pmc-clean-page h2 { font-size: clamp(23px, 2.8vw, 36px) !important; }
body.pmc-custom-site .pmc-clean-page h3 { font-size: clamp(18px, 2vw, 26px) !important; }
body.pmc-custom-site .pmc-clean-page :where(.pmc-button,.pmc-button--ghost,.pmc-page-eyebrow,.pmc-hero__eyebrow) {
  font-weight: 600 !important;
}

/* v2.3 softer homepage typography */
body.pmc-custom-site .pmc-clean-page :where(h1,h2,h3,h4,h5,h6) {
  font-weight: 500 !important;
}
body.pmc-custom-site .pmc-clean-page h1 {
  font-size: clamp(28px, 3.55vw, 46px) !important;
  line-height: 1.12 !important;
}
body.pmc-custom-site .pmc-clean-page h2 {
  font-size: clamp(22px, 2.35vw, 32px) !important;
}
body.pmc-custom-site .pmc-clean-page h3 {
  font-size: clamp(17px, 1.75vw, 23px) !important;
}
body.pmc-custom-site .pmc-clean-page :where(.pmc-button,.pmc-button--ghost,.pmc-page-eyebrow,.pmc-hero__eyebrow,strong,b) {
  font-weight: 500 !important;
}
body.pmc-custom-site .pmc-hero p,
body.pmc-custom-site .pmc-rich-text p,
body.pmc-custom-site .pmc-section-head p,
body.pmc-custom-site .pmc-info-card p {
  font-weight: 400 !important;
}
