/* SERIF FONT for emotional headlines */


.mvm-photo-page p { font-size: 18px; line-height: 1.7em; color: #000; }
.mvm-photo-page .section-header { margin-top: clamp(40px, 5vw, 72px); }
.mvm-photo-page .text-breather { padding: clamp(40px, 5vw, 72px) 24px; }
.mvm-photo-page .trust-bar { margin-top: clamp(32px, 4vw, 56px); margin-bottom: 16px; }
.mvm-photo-page .cta-hero { margin-top: clamp(32px, 4vw, 56px); max-width: none !important; border-radius: 0; padding-left: 0; padding-right: 0; }
.mvm-photo-page .michael-section { margin-top: clamp(40px, 5vw, 72px); }
.mvm-photo-page .testimonials { margin-bottom: clamp(40px, 5vw, 72px); }
.mvm-photo-page a { color: #587abc; }
.mvm-photo-page .section-label {
  font-size: 11px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: #587abc; margin-bottom: 6px; padding-bottom: 0;
}
.mvm-photo-page .section-header { text-align: center; margin-bottom: clamp(24px, 3vw, 36px); }
.mvm-photo-page .section-header h2 { font-size: 26px; font-weight: 500; color: #353030; padding-bottom: 0; }
.mvm-photo-page .section-header h2 strong { font-weight: 700; }

/* INTRO */
.mvm-photo-page .intro-statement { text-align: center; max-width: 780px; margin: 0 auto 32px; padding-top: clamp(32px, 5vw, 64px); }
.mvm-photo-page .intro-statement h2 {
  font-size: clamp(28px, 4vw, 38px); font-weight: 500; color: #353030;
  padding-bottom: 0; margin-bottom: 16px; line-height: 1.3;
}
.mvm-photo-page .intro-statement h2 strong { font-weight: 700; }
.mvm-photo-page .intro-statement p { font-size: 18px; line-height: 1.8; color: #000; max-width: 640px; margin: 0 auto; }
.mvm-photo-page .stat-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: clamp(24px, 3vw, 40px); margin-bottom: clamp(32px, 4vw, 56px); }
.mvm-photo-page .stat-card {
  background: #f7f7f7; border-radius: 10px; padding: 0;
  text-align: center; overflow: hidden;
}
.mvm-photo-page .stat-card .sc-img {
  aspect-ratio: 3/2; overflow: hidden;
}
.mvm-photo-page .stat-card .sc-img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

.mvm-photo-page .stat-card .stat-icon {
  width: 44px; height: 44px; margin: 16px auto 10px;
  background: rgba(88,122,188,0.1); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.mvm-photo-page .stat-card .stat-icon svg { width: 20px; height: 20px; color: #587abc; }
.mvm-photo-page .stat-card .stat-number { font-size: 28px; font-weight: 700; color: #353030; line-height: 1.2; margin-bottom: 4px; }
.mvm-photo-page .stat-card .stat-desc { font-size: 11px; color: #999; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding-bottom: 20px; }

/* EMOTIONAL BREATHER */
.mvm-photo-page .text-breather {
  text-align: center; max-width: 820px; margin: 0 auto;
  padding: 56px 24px;
}
.mvm-photo-page .text-breather .tb-small {
  font-size: 13px; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; color: #587abc; margin-bottom: 16px;
}
.mvm-photo-page .text-breather .tb-main {
  font-size: clamp(24px, 3.5vw, 36px); font-weight: 300; color: #353030;
  line-height: 1.45; margin-bottom: 0;
}
.mvm-photo-page .text-breather .tb-main em {
  font-style: italic; font-weight: 500;
}
.mvm-photo-page .text-breather .tb-main strong {
  font-weight: 700; color: #587abc;
}
.mvm-photo-page .text-breather .tb-quote {
  font-size: 15px; color: #587abc; font-style: italic; font-weight: 600;
  margin-top: 20px;
}
.mvm-photo-page .text-breather .tb-line {
  width: 48px; height: 2px; background: #587abc; margin: 24px auto 0; opacity: 0.4;
}

/* PACKAGE */
.mvm-photo-page .package-block {
  background: #fff; border-radius: 12px; overflow: hidden;
  box-shadow: 0 8px 48px rgba(0,0,0,0.1); border: 1px solid #ddd;
  max-width: min(1600px, calc(100% - 48px)); margin-left: auto; margin-right: auto;
}
.mvm-photo-page .package-hero {
  background: #587abc !important; padding: 52px 56px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.mvm-photo-page .package-hero h3 {
  font-size: 30px !important; font-weight: 500 !important;
  color: #ffffff !important; padding-bottom: 4px !important; line-height: 1.3 !important;
}
.mvm-photo-page .package-hero h3 strong { font-weight: 700 !important; color: #ffffff !important; }
.mvm-photo-page .package-hero .ph-sub { font-size: 16px !important; color: rgba(255,255,255,0.75) !important; }
.mvm-photo-page .ph-price .price {
  font-size: 64px !important; font-weight: 300 !important;
  color: #ffffff !important; line-height: 1 !important; text-align: right !important;
}
.mvm-photo-page .ph-price .price-note {
  font-size: 11px !important; color: rgba(255,255,255,0.65) !important;
  letter-spacing: 1.5px !important; text-transform: uppercase !important;
  font-weight: 600 !important; text-align: right !important;
}
/* Package feature cards - SAME bold style as stat-cards */
.mvm-photo-page .pkg-cards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
  padding: 24px;
}
.mvm-photo-page .pkg-card-item {
  padding: 28px 16px; text-align: center;
  background: #f7f7f7; border-radius: 10px;
}
.mvm-photo-page .pkg-card-item .pci-icon {
  width: 48px; height: 48px; margin: 0 auto 14px;
  background: rgba(88,122,188,0.1); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.mvm-photo-page .pkg-card-item .pci-icon svg { width: 22px; height: 22px; color: #587abc; }
.mvm-photo-page .pkg-card-item .pci-number { font-size: 26px; font-weight: 700; color: #353030; line-height: 1.2; margin-bottom: 4px; }
.mvm-photo-page .pkg-card-item .pci-desc { font-size: 11px; color: #999; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
/* Steps */
.mvm-photo-page .steps-row {
  display: grid; grid-template-columns: repeat(3, 1fr);
  background: #587abc; border-top: none;
}
.mvm-photo-page .step-item { padding: 28px 24px; text-align: center; position: relative; }
.mvm-photo-page .step-item:not(:last-child)::after {
  content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 1px; height: 50%; background: rgba(255,255,255,0.25);
}
.mvm-photo-page .step-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; background: #fff; color: #587abc;
  border-radius: 50%; font-size: 15px; font-weight: 700; margin-bottom: 10px;
}
.mvm-photo-page .step-item .step-t { font-size: 15px; font-weight: 700; color: #fff !important; margin-bottom: 4px; }
.mvm-photo-page .step-item .step-d { font-size: 13px; color: rgba(255,255,255,0.85) !important; line-height: 1.6; }
.mvm-photo-page .package-footnote {
  padding: 16px 28px; background: #587abc; border-top: none;
  font-size: 13px; color: #ffffff; text-align: center; font-style: italic;
  border-radius: 0 0 12px 12px;
}

/* TRUST BAR */
.mvm-photo-page .trust-bar {
  display: flex; justify-content: center; align-items: center; gap: clamp(16px, 3vw, 32px);
  flex-wrap: wrap; padding: clamp(16px, 3vw, 24px) 0; text-align: center;
}
.mvm-photo-page .trust-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; color: #000;
}
.mvm-photo-page .trust-item svg { width: 16px; height: 16px; color: #587abc; flex-shrink: 0; }

/* CTA FORM */
.mvm-photo-page .cta-hero { background: #f6d8c1; border-radius: 0; overflow: hidden; }
.mvm-photo-page .cta-hero-top { padding: 56px 48px 0; text-align: center; max-width: 1600px; margin: 0 auto; }
.mvm-photo-page .cta-hero-top .cta-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: #587abc; margin-bottom: 12px;
}
.mvm-photo-page .cta-hero-top h2 {
  font-size: clamp(32px, 5vw, 48px); font-weight: 300; color: #353030;
  padding-bottom: 0; margin-bottom: 4px; line-height: 1.15;
}
.mvm-photo-page .cta-hero-top h2 strong { font-weight: 700; color: #353030; }
.mvm-photo-page .cta-hero-top .cta-sub { font-size: 16px; color: #666; margin-top: 12px; }
.mvm-photo-page .cta-hero-form { padding: 0 48px 56px; max-width: 600px; margin: 0 auto; }
.mvm-photo-page .cta-hero .wpforms-submit-container button,
.mvm-photo-page .cta-hero .wpforms-submit-container input[type="submit"] {
  background: #587abc !important; color: #fff !important; font-weight: 700 !important;
  border: none !important; border-radius: 6px !important; padding: 16px 40px !important;
  font-size: 14px !important; letter-spacing: 1px !important; text-transform: uppercase !important;
  cursor: pointer; width: 100%; transition: background 0.3s !important;
}
.mvm-photo-page .cta-hero .wpforms-submit-container button:hover { background: #466199 !important; }
.mvm-photo-page .cta-hero .wpforms-form input[type="text"],
.mvm-photo-page .cta-hero .wpforms-form input[type="email"],
.mvm-photo-page .cta-hero .wpforms-form input[type="date"],
.mvm-photo-page .cta-hero .wpforms-form textarea {
  border-radius: 6px !important; border: 1px solid #ddd !important;
  background: #fff !important; padding: 14px 16px !important; font-size: 15px !important;
}
.mvm-photo-page .cta-hero .wpforms-form input:focus,
.mvm-photo-page .cta-hero .wpforms-form textarea:focus {
  border-color: #587abc !important; box-shadow: 0 0 0 2px rgba(88,122,188,0.15) !important;
}

/* MICHAEL */
.mvm-photo-page .michael-section {
  background: #f7f7f7; border-radius: 12px; overflow: hidden;
  display: grid; grid-template-columns: 5fr 7fr; gap: 0;
  max-width: min(1600px, calc(100% - 48px)); margin-left: auto; margin-right: auto;
}
.mvm-photo-page .michael-section .michael-photo {
  margin: 0; padding: 0; position: relative; min-height: 500px;
}
.mvm-photo-page .michael-section .michael-photo img {
  border-radius: 0; width: 100%; height: 100%; object-fit: cover; display: block; position: absolute; inset: 0;
}
.mvm-photo-page .michael-photo { position: relative; min-height: 500px; }
.mvm-photo-page .michael-photo img {
  width: 100%; height: 100%; object-fit: cover; display: block; position: absolute; inset: 0;
}
.mvm-photo-page .michael-content { padding: 44px 56px; max-width: 800px; }
.mvm-photo-page .michael-content h2 { font-size: 26px; margin-bottom: 14px; padding-bottom: 0; }
.mvm-photo-page .michael-content h2 strong { font-weight: 700; }
.mvm-photo-page .michael-content p { font-size: 15px; line-height: 1.8; }
.mvm-photo-page .awards-showcase {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 20px 0;
}
.mvm-photo-page .award-card {
  background: #fff; border-radius: 8px; padding: 14px 10px;
  text-align: center; transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.mvm-photo-page .award-card:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.mvm-photo-page .ac-badge { width: 52px; height: 52px; margin: 0 auto 6px; display: flex; align-items: center; justify-content: center; }
.mvm-photo-page .ac-badge img { max-width: 52px; max-height: 52px; object-fit: contain; }
.mvm-photo-page .ac-rank { font-size: 12px; font-weight: 700; color: #353030; line-height: 1.3; margin-bottom: 1px; }
.mvm-photo-page .ac-name { font-size: 9px; color: #999; line-height: 1.3; }

/* TESTIMONIALS */
.mvm-photo-page .testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mvm-photo-page .testimonial-card {
  background: #f7f7f7; border-radius: 10px; padding: 28px 24px; position: relative;
}
.mvm-photo-page .testimonial-card::before {
  content: "\201C"; font-size: 48px; color: #587abc; opacity: 0.3;
  position: absolute; top: 12px; left: 20px; line-height: 1; font-family: Georgia, serif;
}
.mvm-photo-page .tc-text {
  font-size: 14px; line-height: 1.7; color: #555;
  margin-bottom: 16px; padding-top: 24px; font-style: italic;
}
.mvm-photo-page .tc-author { display: flex; align-items: center; gap: 10px; }
.mvm-photo-page .tc-avatar {
  width: 36px; height: 36px; border-radius: 50%; background: #587abc;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 14px; font-weight: 700; flex-shrink: 0;
}
.mvm-photo-page .tc-name { font-size: 13px; font-weight: 700; color: #353030; line-height: 1.2; }
.mvm-photo-page .tc-detail { font-size: 11px; color: #999; line-height: 1.2; margin-top: 1px; }
.mvm-photo-page .tc-stars { color: #f5b731; font-size: 13px; letter-spacing: 1px; margin-bottom: 4px; }

/* RESPONSIVE */
@media (max-width: 980px) {

  .mvm-photo-page .stat-cards { grid-template-columns: 1fr 1fr; }
  .mvm-photo-page .pkg-cards { grid-template-columns: 1fr; gap: 6px; }
  .mvm-photo-page .pkg-card { padding: 10px 12px; display: flex; align-items: center; gap: 10px; text-align: left; }
  .mvm-photo-page .pkg-card-icon { width: 28px; height: 28px; margin-bottom: 0; flex-shrink: 0; }
  .mvm-photo-page .pkg-card-title { font-size: 13px; margin-bottom: 0; }
  .mvm-photo-page .pkg-card-desc { font-size: 9px; display: none; }
  
  .mvm-photo-page .steps-row { grid-template-columns: 1fr; }
  .mvm-photo-page .step-item:not(:last-child)::after { display: none; }
  .mvm-photo-page .step-item:not(:last-child) { border-bottom: 1px solid rgba(255,255,255,0.25); }
  .mvm-photo-page .testimonials {
    display: flex !important; overflow-x: auto; scroll-snap-type: x mandatory;
    gap: 16px; padding: 0 24px 8px 24px; -webkit-overflow-scrolling: touch;
    scroll-padding-left: 24px;
  }

  .mvm-photo-page .testimonials .testimonial-card {
    width: 85%; min-width: 0; flex: 0 0 85%; scroll-snap-align: start;
  }

  .mvm-photo-page .michael-section { grid-template-columns: 1fr; }
  .mvm-photo-page .michael-photo { min-height: 350px; }
  .mvm-photo-page .michael-content { padding: 32px 24px; max-width: none; width: 100%; }
  .mvm-photo-page .awards-showcase { grid-template-columns: 1fr 1fr; }
  .mvm-photo-page .cta-hero-top { padding: 40px 24px 32px; }
  .mvm-photo-page .cta-hero-form { padding: 0 24px 36px; }
}
@media (max-width: 767px) {

  .mvm-photo-page .package-hero { flex-direction: column; text-align: center; padding: 32px 24px; }
  .mvm-photo-page .ph-price .price, .mvm-photo-page .ph-price .price-note { text-align: center !important; }
  
  .mvm-photo-page .trust-bar { gap: 12px; }
}

/* CONTAINED WIDTH */
.mvm-photo-page .intro-statement,
.mvm-photo-page .stat-cards,
.mvm-photo-page .text-breather,
.mvm-photo-page .section-header,
.mvm-photo-page .trust-bar,
.mvm-photo-page .cta-hero,
.mvm-photo-page .testimonials {
  max-width: 1600px; margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px;
  box-sizing: border-box;
}


/* FAQ containment */
.mvm-photo-page h2.wp-block-heading {
  max-width: 1600px; margin-left: auto; margin-right: auto;
  padding-left: 24px; padding-right: 24px; box-sizing: border-box;
}
.mvm-photo-page .rank-math-block {
  max-width: 800px; margin-left: auto; margin-right: auto; margin-bottom: clamp(40px, 5vw, 72px);
  padding-left: 24px; padding-right: 24px; box-sizing: border-box;
}
.mvm-photo-page .rank-math-block .rank-math-list-item {
  margin-bottom: 4px;
}
.mvm-photo-page .rank-math-block h3,
.mvm-photo-page .rank-math-block .rank-math-question {
  font-size: 15px !important; font-weight: 600 !important; color: #353030 !important;
  margin-bottom: 4px !important;
}
.mvm-photo-page .rank-math-block p,
.mvm-photo-page .rank-math-block .rank-math-answer {
  font-size: 14px !important; line-height: 1.6 !important; color: #555 !important;
}

/* Gallery containment */
.mvm-photo-page .muvamo_block_gallery_squares,
.mvm-photo-page .muvamo_inline_gallery {
  max-width: 1600px; margin-left: auto; margin-right: auto;
  padding-left: 24px; padding-right: 24px; box-sizing: border-box;
}


/* Narrower text sections for readability */
.mvm-photo-page .intro-statement { max-width: 880px; }
.mvm-photo-page .intro-statement p { max-width: 700px; }
.mvm-photo-page .text-breather { max-width: 880px; }
.mvm-photo-page .section-header { max-width: 880px; }

/* Hero parallax - responsive */
.mvm-parallax-strip.mvm-parallax-hero { height: 45vh; min-height: 300px; max-height: 600px; }
@media (max-width: 980px) { .mvm-parallax-strip.mvm-parallax-hero { height: 40vh; min-height: 250px; max-height: 450px; } }


.mvm-parallax-strip .parallax-text .pt-quote {
  font-size: 14px; font-style: italic; color: rgba(255,255,255,0.75);
  margin-top: 16px;
}

/* Package header images */


@media (max-width: 767px) {
  
  
}


/* SEO section - split layout */
.mvm-photo-page .seo-section {
  max-width: 800px; margin: clamp(40px, 5vw, 72px) auto 0; padding: 0 24px; box-sizing: border-box;
}
.mvm-photo-page .seo-text h2 {
  font-size: 24px; font-weight: 500; color: #353030; padding-bottom: 0; margin-bottom: 20px;
}
.mvm-photo-page .seo-text h2 strong { font-weight: 700; }
.mvm-photo-page .seo-text p {
  font-size: 15px; line-height: 1.8; color: #555; margin-bottom: 14px;
}
.mvm-photo-page .seo-text a { color: #587abc; }
.mvm-photo-page .seo-inline-cards {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
  margin: 24px 0;
}
.mvm-photo-page .seo-inline-card {
  display: flex; align-items: center; gap: 14px;
  background: #f7f7f7; border-radius: 10px; padding: 16px 18px;
}
.mvm-photo-page .seo-inline-icon {
  width: 36px; height: 36px; flex-shrink: 0;
  background: rgba(88,122,188,0.1); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.mvm-photo-page .seo-inline-icon svg { width: 16px; height: 16px; color: #587abc; }
.mvm-photo-page .seo-inline-title {
  font-size: 14px; font-weight: 700; color: #353030; line-height: 1.2;
}
.mvm-photo-page .seo-inline-desc {
  font-size: 12px; color: #888; line-height: 1.4; margin-top: 2px;
}
@media (max-width: 600px) {
  .mvm-photo-page .seo-inline-cards { grid-template-columns: 1fr; }
}


/* H1 */
.mvm-photo-page h2.page-h1 {
  font-size: 13px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: #353030; margin-bottom: 4px;
  padding-bottom: 0; text-align: center;
}


/* FAQ spacing */
.mvm-photo-page .rank-math-block { margin-bottom: 72px; }
/* PARALLAX STRIPS */
.mvm-parallax-strip {
  height: 45vh; min-height: 300px; max-height: 600px; position: relative; overflow: hidden;
  margin: 0; width: 100%;
}
.mvm-parallax-strip .parallax-img {
  position: absolute; top: -20%; left: 0; right: 0;
  height: 140%; width: 100%;
  background-size: cover; background-position: center;
  will-change: transform;
  transform: translate3d(0,0,0);
}
.mvm-parallax-strip .parallax-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(53,48,48,0.3) 0%, rgba(53,48,48,0.5) 100%);
}
.mvm-parallax-strip .parallax-text {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: #fff; text-align: center; padding: 0 32px;
}
.mvm-parallax-strip .parallax-text .pt-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; opacity: 0.75; margin-bottom: 10px;
}
.mvm-parallax-strip .parallax-text h3 {
  font-size: clamp(24px, 3.5vw, 44px) !important; font-weight: 300 !important;
  color: #fff !important; padding-bottom: 0 !important; line-height: 1.35 !important;
  text-shadow: 0 2px 20px rgba(0,0,0,0.35); max-width: 900px;
}
.mvm-parallax-strip .parallax-text h3 strong {
  font-weight: 700 !important; color: #fff !important;
}

/* PORTFOLIO TEASER */
.mvm-photo-page .portfolio-teaser {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px;
  max-width: min(1600px, calc(100% - 48px)); margin: 0 auto;
  border-radius: 12px; overflow: hidden;
}
.mvm-photo-page .portfolio-teaser img {
  width: 100%; aspect-ratio: 3/2; object-fit: cover; display: block;
}
@media (max-width: 767px) {
  .mvm-photo-page .portfolio-teaser { grid-template-columns: repeat(2, 1fr); }
}

/* ANCHOR COMPARISON */
.mvm-photo-page .ph-anchor {
  font-size: 13px; color: rgba(255,255,255,0.7); letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.mvm-photo-page .ph-anchor span { text-decoration: line-through; color: rgba(255,255,255,0.9); }

/* SCARCITY NOTE */

/* Sticky Mobile CTA Bar */
.sticky-book-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 0.9rem 1rem;
  background: #587abc;
  color: #fff !important;
  text-align: center;
  font-family: 'Quicksand', 'Open Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.15);
  transition: background 0.2s ease;
}
.sticky-book-bar:active { background: #4a6aa8; }

/* Only collapse the Divi wrapper spacing around custom HTML blocks */
.mvm-photo-page > .et_pb_section > .et_pb_row {
  padding: 0 !important;
  max-width: 100% !important;
}
.mvm-photo-page > .et_pb_section {
  padding: 0 !important;
}
.michael-section { margin-top: clamp(1.5rem, 3vw, 2.5rem) !important; }
.mvm-photo-page .michael-section {
  align-items: stretch;
}
.michael-photo {
  position: relative;
  align-self: stretch;
  height: 100%;
  min-height: 100%;
}
.michael-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mvm-photo-page .awards-showcase {
  margin-top: 8px;
  margin-bottom: 20px;
}
.michael-badges + div,
.michael-trust { margin-top: clamp(0.5rem, 1.5vw, 1rem) !important; }
.trust-bar { margin-top: 0 !important; margin-bottom: 15px !important; }
#booking.cta-hero { margin-top: 0 !important; }
.seo-section { margin-top: clamp(1.5rem, 3vw, 2.5rem) !important; }

@media (max-width: 980px) {
  .sticky-book-bar { display: block; }
}
