.elementor-kit-5{--e-global-color-primary:#2B2724;--e-global-color-secondary:#5A463A;--e-global-color-text:#4A3A32;--e-global-color-accent:#A24E38;--e-global-color-23feec9:#F8F1E6;--e-global-color-823beb8:#FBF7EF;--e-global-color-85c84fd:#EFE2CF;--e-global-color-2fb9ffe:#C8B7A2;--e-global-color-093ea8c:#28231F;--e-global-color-1cf7d37:#F5EDE2;--e-global-color-2a665d5:#B9986A;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Baskervville";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Libre Baskerville";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;background-color:#F8F1E6;font-family:"Libre Baskerville", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{color:#2B2724;font-family:"Cormorant Garamond", Sans-serif;font-size:62px;font-weight:600;}.elementor-kit-5 h2{color:#2B2724;font-family:"Cormorant Garamond", Sans-serif;font-size:44px;font-weight:500;}.elementor-kit-5 h3{color:#2B2724;font-family:"Cormorant Garamond", Sans-serif;font-size:28px;font-weight:600;}.elementor-kit-5 h4{color:#4A3A32;font-family:"Libre Baskerville", Sans-serif;font-size:16px;}.elementor-kit-5 h5{color:#4A3A32;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{font-size:14px;}.elementor-kit-5 h1{font-size:38px;}.elementor-kit-5 h2{font-size:31px;}.elementor-kit-5 h3{font-size:22px;}.elementor-kit-5 h4{font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ================================
   Mary Harper Website Global CSS
   Content Width: 1400px
================================ */

/* ---------- Global Variables ---------- */

:root {
  --mh-width: 1400px;

  --mh-charcoal: #2B2724;
  --mh-brown: #4A3A32;
  --mh-rust: #A24E38;
  --mh-ivory: #F8F1E6;
  --mh-cream: #FBF7EF;
  --mh-beige: #EFE2CF;
  --mh-paper: #E7D3B8;
  --mh-border: #C8B7A2;
  --mh-footer: #28231F;
  --mh-footer-text: #F5EDE2;
  --mh-muted-gold: #B9986A;
}

/* ---------- Elementor Width Control ---------- */

.e-con.e-con-boxed > .e-con-inner,
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: var(--mh-width);
}

/* Keep comfortable side padding on large screens */
.e-con.e-con-boxed > .e-con-inner,
.elementor-section.elementor-section-boxed > .elementor-container {
  padding-left: 24px;
  padding-right: 24px;
}

/* Prevent horizontal overflow */
html,
body {
  overflow-x: hidden;
}

/* ---------- Global Section Spacing ---------- */

.mh-section {
  padding-top: 95px;
  padding-bottom: 95px;
}

.mh-section-large {
  padding-top: 115px;
  padding-bottom: 115px;
}

.mh-section-small {
  padding-top: 55px;
  padding-bottom: 55px;
}

.mh-bg-ivory {
  background: var(--mh-ivory);
}

.mh-bg-cream {
  background: var(--mh-cream);
}

.mh-bg-beige {
  background: var(--mh-beige);
}

.mh-bg-paper {
  background: var(--mh-paper);
}

/* ---------- Text Utilities ---------- */

.mh-eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mh-rust);
  margin-bottom: 14px;
}

.mh-body-text {
  max-width: 620px;
}

.mh-centered-text {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.mh-narrow-text {
  max-width: 520px;
}

/* ---------- Buttons ---------- */

.mh-filled-btn .elementor-button,
.elementor-button.mh-filled-btn {
  background: var(--mh-rust);
  color: #ffffff;
  border: 1px solid var(--mh-rust);
  border-radius: 0;
  padding: 16px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.mh-filled-btn .elementor-button:hover,
.elementor-button.mh-filled-btn:hover {
  background: var(--mh-charcoal);
  border-color: var(--mh-charcoal);
  color: #ffffff;
}

.mh-outline-btn .elementor-button,
.elementor-button.mh-outline-btn {
  background: transparent;
  color: var(--mh-charcoal);
  border: 1px solid #8E7C69;
  border-radius: 0;
  padding: 16px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.mh-outline-btn .elementor-button:hover,
.elementor-button.mh-outline-btn:hover {
  background: var(--mh-rust);
  border-color: var(--mh-rust);
  color: #ffffff;
}

/* Header shop button */
.mh-header-btn .elementor-button {
  background: transparent;
  color: var(--mh-rust);
  border: 1px solid var(--mh-border);
  border-radius: 0;
  padding: 14px 24px;
}

.mh-header-btn .elementor-button:hover {
  background: var(--mh-rust);
  color: #ffffff;
  border-color: var(--mh-rust);
}

/* ---------- Header ---------- */

.mh-header {
  background: var(--mh-ivory);
  border-bottom: 1px solid #DED2C2;
  min-height: 76px;
  z-index: 99;
}

.mh-header a {
  color: var(--mh-charcoal);
  text-decoration: none;
}

.mh-header a:hover {
  color: var(--mh-rust);
}

/* Elementor nav menu */
.mh-header .elementor-nav-menu--main .elementor-item {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--mh-charcoal);
  padding-left: 18px;
  padding-right: 18px;
}

.mh-header .elementor-nav-menu--main .elementor-item:hover,
.mh-header .elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: var(--mh-rust);
}

/* ---------- Hero Section ---------- */

.mh-hero {
  min-height: 660px;
  background: var(--mh-ivory);
}

.mh-hero-content {
  max-width: 620px;
}

.mh-hero-title {
  max-width: 620px;
}

.mh-hero-text {
  max-width: 520px;
}

.mh-hero-image img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* Book image floating over hero, if needed */
.mh-hero-book img {
  max-width: 210px;
  filter: drop-shadow(0 20px 30px rgba(43, 39, 36, 0.22));
}

/* ---------- Book Feature Section ---------- */

.mh-book-section {
  background: var(--mh-beige);
}

.mh-book-image img {
  width: 100%;
  max-width: 620px;
  display: block;
  box-shadow: 0 20px 45px rgba(43, 39, 36, 0.08);
}

.mh-book-content {
  max-width: 650px;
}

.mh-book-subtitle {
  font-style: italic;
  color: var(--mh-brown);
  margin-top: -8px;
}

/* ---------- Story Section ---------- */

.mh-story-section {
  background: var(--mh-cream);
}

.mh-story-card {
  max-width: 540px;
}

.mh-circle-img img,
.mh-story-img img,
.mh-author-img img {
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--mh-border);
}

.mh-story-img img {
  width: 230px;
  height: 230px;
}

.mh-story-divider {
  width: 1px;
  min-height: 210px;
  background: #D8C8B5;
  margin-left: auto;
  margin-right: auto;
}

.mh-story-title {
  color: var(--mh-rust);
}

/* ---------- Quote Band ---------- */

.mh-quote-band {
  background: var(--mh-paper);
  padding-top: 48px;
  padding-bottom: 48px;
}

.mh-quote-text {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.mh-quote-source {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mh-brown);
  text-align: center;
  margin-top: 12px;
}

/* ---------- Gallery Section ---------- */

.mh-gallery-section {
  background: var(--mh-ivory);
}

.mh-polaroid {
  background: #ffffff;
  padding: 10px;
  box-shadow: 0 16px 35px rgba(43, 39, 36, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mh-polaroid:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 45px rgba(43, 39, 36, 0.16);
}

.mh-polaroid img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  display: block;
}

/* Optional rotations for gallery cards */
.mh-rotate-left {
  transform: rotate(-2deg);
}

.mh-rotate-right {
  transform: rotate(2deg);
}

.mh-rotate-soft-left {
  transform: rotate(-1deg);
}

.mh-rotate-soft-right {
  transform: rotate(1deg);
}

.mh-photo-caption {
  background: var(--mh-paper);
  color: var(--mh-brown);
  font-family: "Libre Baskerville", serif;
  font-size: 13px;
  line-height: 1.45em;
  padding: 10px 14px;
  display: inline-block;
  margin-top: -12px;
  position: relative;
  z-index: 2;
}

.mh-text-link a,
a.mh-text-link {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mh-brown);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mh-text-link a:hover,
a.mh-text-link:hover {
  color: var(--mh-rust);
}

/* ---------- Author Section ---------- */

.mh-author-section {
  background: var(--mh-beige);
  position: relative;
  overflow: hidden;
}

.mh-author-img img {
  width: 260px;
  height: 260px;
}

.mh-author-content {
  max-width: 760px;
}

/* Optional decorative faded floral/archival mark */
.mh-subtle-decor {
  opacity: 0.08;
  pointer-events: none;
}

/* ---------- Footer ---------- */

.mh-footer {
  background: var(--mh-footer);
  color: var(--mh-footer-text);
}

.mh-footer a {
  color: var(--mh-footer-text);
  text-decoration: none;
}

.mh-footer a:hover {
  color: var(--mh-muted-gold);
}

.mh-footer-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #D9C7AE;
  margin-bottom: 14px;
}

.mh-footer-logo {
  color: var(--mh-footer-text);
}

.mh-footer-bottom {
  border-top: 1px solid rgba(245, 237, 226, 0.16);
  padding-top: 22px;
  margin-top: 36px;
  color: rgba(245, 237, 226, 0.7);
}

/* Footer button */
.mh-footer-btn .elementor-button {
  background: transparent;
  color: var(--mh-footer-text);
  border: 1px solid #D9C7AE;
  border-radius: 0;
  padding: 15px 30px;
}

.mh-footer-btn .elementor-button:hover {
  background: var(--mh-rust);
  color: #ffffff;
  border-color: var(--mh-rust);
}

/* ---------- Image Quality ---------- */

img {
  max-width: 100%;
  height: auto;
}

.mh-img-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- Tablet ---------- */

@media (max-width: 1024px) {
  :root {
    --mh-width: 100%;
  }

  .e-con.e-con-boxed > .e-con-inner,
  .elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .mh-section,
  .mh-section-large {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .mh-hero {
    min-height: auto;
  }

  .mh-hero-image img {
    height: 520px;
  }

  .mh-book-image img {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .mh-polaroid img {
    height: 300px;
  }

  .mh-story-img img {
    width: 210px;
    height: 210px;
  }

  .mh-author-img img {
    width: 230px;
    height: 230px;
  }
}

/* ---------- Mobile ---------- */

@media (max-width: 767px) {
  .e-con.e-con-boxed > .e-con-inner,
  .elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .mh-section,
  .mh-section-large {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .mh-section-small {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .mh-eyebrow {
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .mh-hero-image img {
    height: 430px;
  }

  .mh-hero-content,
  .mh-hero-title,
  .mh-hero-text,
  .mh-book-content,
  .mh-author-content {
    max-width: 100%;
  }

  .mh-filled-btn .elementor-button,
  .mh-outline-btn .elementor-button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .mh-story-divider {
    display: none;
  }

  .mh-story-img img {
    width: 190px;
    height: 190px;
  }

  .mh-author-img img {
    width: 210px;
    height: 210px;
  }

  .mh-polaroid,
  .mh-rotate-left,
  .mh-rotate-right,
  .mh-rotate-soft-left,
  .mh-rotate-soft-right {
    transform: none !important;
  }

  .mh-polaroid img {
    height: 370px;
  }

  .mh-photo-caption {
    font-size: 12px;
  }

  .mh-quote-band {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mh-header .elementor-nav-menu--dropdown .elementor-item {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
}/* End custom CSS */