/*
Theme Name: Mindful Native
Author: Mindful Movers
Description: Native WordPress theme replacing the Elementor-built Mindful Movers site.
Version: 1.0.0
*/

:root {
  --ink: #073a5c;
  --muted: #506472;
  --gold: #f5b33b;
  --gold-soft: #f8d797;
  --sage: #cbe9eb;
  --sage-dark: #167883;
  --cream: #f5f7f7;
  --white: #fff;
  --line: #e2e0d8;
  --shadow: 0 22px 70px rgba(7, 58, 92, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.65;
}

a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(8px);
}

.nav-wrap {
  width: min(1180px, calc(100% - 40px));
  min-height: 94px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand img {
  width: 68px;
  border-radius: 50%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand span {
  display: grid;
  line-height: 1.2;
}

.brand strong {
  color: var(--ink);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 20px;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.main-nav a {
  text-decoration: none;
  color: #1c2522;
}

.main-nav a:hover { color: var(--gold); }

.nav-cta,
.button,
.quote-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 10px 30px;
  border: 0;
  border-radius: 4px;
  background: var(--gold);
  color: #101412;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.button-secondary {
  border: 1px solid rgba(7, 58, 92, 0.25);
  background: var(--white);
  color: var(--ink);
}

.nav-cta:hover,
.button:hover,
.quote-submit:hover {
  transform: translateY(-1px);
  background: var(--gold-soft);
}

.section {
  padding: 90px 0;
}

.section.tight { padding: 48px 0; }
.section.sage { background: var(--sage); }
.section.cream { background: var(--cream); }

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 58px;
  align-items: center;
}

.grid-3,
.grid-4 {
  display: grid;
  gap: 28px;
}
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
  color: var(--sage-dark);
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 54px;
  height: 12px;
  background: repeating-linear-gradient(90deg, var(--gold), var(--gold) 6px, transparent 6px, transparent 12px);
}

h1, h2, h3, h4 {
  margin: 0 0 18px;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.12;
  color: var(--ink);
}

h1 { font-size: clamp(44px, 6vw, 86px); }
h2 { font-size: clamp(34px, 4vw, 58px); }
h3 { font-size: clamp(24px, 2.5vw, 36px); }
h4 { font-size: 22px; }

.lead {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 19px;
}

.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  align-items: stretch;
  overflow: hidden;
  background: var(--sage);
}

.hero-content {
  padding: 150px 8vw 120px max(40px, calc((100vw - 1180px) / 2));
  align-self: center;
}

.hero-media {
  min-height: 760px;
  background-size: cover;
  background-position: center bottom;
  border-bottom-left-radius: 65px;
  box-shadow: var(--shadow);
}

.intro {
  font-size: 18px;
}

.intro .tick {
  float: left;
  width: 70px;
  margin: 4px 16px 12px 0;
}

.video-box {
  min-height: 360px;
  background: #111;
  border: 14px solid var(--sage);
  box-shadow: var(--shadow);
}

.video-box iframe {
  display: block;
  width: 100%;
  height: 360px;
}

.quote {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  font-style: italic;
  font-weight: 800;
}

.image-panel {
  min-height: 640px;
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: 65px;
  box-shadow: var(--shadow);
}

.service-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  font-size: 25px;
  font-style: italic;
  font-weight: 800;
}

.service-list li {
  margin: 18px 0;
}

.service-list li::before {
  content: "✓";
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #18b26b;
  color: #fff;
  font-size: 18px;
}

.card {
  min-height: 245px;
  padding: 30px 26px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.card-number {
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sage);
  border-radius: 10px;
  color: var(--gold);
  font-size: 27px;
  font-weight: 900;
}

.logo-center {
  width: 135px;
  margin: 0 auto 12px;
  border-radius: 50%;
}

.slider-wrap {
  margin: 30px 0;
}

.page-hero {
  min-height: 430px;
  display: grid;
  align-items: center;
  color: var(--white);
  background-size: cover;
  background-position: center;
  position: relative;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}

.page-hero .wrap {
  position: relative;
  z-index: 1;
}

.page-hero h1,
.page-hero .lead {
  color: var(--white);
  max-width: 760px;
}

.page-hero h1 {
  max-width: 820px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.1;
}

.profile-img,
.rounded-img {
  border-bottom-left-radius: 65px;
  box-shadow: var(--shadow);
}

.contact-box {
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
}

.map iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
}

.quote-shell {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 42px;
  align-items: start;
}

.form-panel {
  padding: 36px;
  border-radius: 10px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.quote-form {
  display: grid;
  gap: 20px;
}

.quote-form .quote-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: #222;
  font-size: 19px;
  font-weight: 800;
}

.quote-form label span {
  color: #b22727;
}

.quote-form .field-label {
  color: #222;
}

.quote-form .field-label span {
  color: #b22727;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.quote-form input,
.quote-form textarea,
.quote-form select {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: #fff;
  color: #111;
  font: inherit;
  font-weight: 400;
}

.quote-form input,
.quote-form select {
 min-height: 48px;
 padding: 10px 14px;
}

.quote-form textarea {
  min-height: 140px;
  padding: 12px 14px;
  resize: vertical;
}

.notice {
  margin-bottom: 20px;
  padding: 14px 18px;
  border-radius: 6px;
  font-weight: 800;
}

.notice.success {
  border: 1px solid #97cc9c;
  background: #eef9ef;
  color: #176821;
}

.notice.error {
  border: 1px solid #d89a9a;
  background: #fff1f1;
  color: #8a1f1f;
}

.site-footer {
  color: var(--white);
  background: #151b19;
}

.footer-cta {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}

.footer-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}

.footer-cta .wrap {
  position: relative;
  z-index: 1;
  text-align: center;
}

.footer-cta h2,
.footer-cta p { color: var(--white); }

.footer-bottom {
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
}

.post-list article,
.single-post article {
  max-width: 840px;
  margin: 0 auto 42px;
}

.post-list h2 {
  font-size: 34px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.corporate-hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  background: linear-gradient(135deg, #eef7f8 0%, #ffffff 58%);
  overflow: hidden;
}

.hero-copy {
  align-self: center;
  padding: 96px 7vw 90px max(44px, calc((100vw - 1180px) / 2));
  min-width: 0;
}

.hero-copy h1 {
  max-width: 720px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(44px, 4.2vw, 62px);
  line-height: 1.08;
  color: var(--ink);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 34px;
}

.hero-photo {
  position: relative;
  min-height: 720px;
  background-size: cover;
  background-position: center;
}

.hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 58, 92, 0.18), rgba(7, 58, 92, 0.02));
}

.hero-card {
  position: absolute;
  left: 42px;
  bottom: 42px;
  width: min(380px, calc(100% - 84px));
  padding: 26px;
  border-left: 5px solid var(--gold);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.hero-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 22px;
}

.hero-card span {
  color: var(--muted);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-strip span {
  padding: 8px 12px;
  border: 1px solid rgba(7, 58, 92, 0.14);
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 34px;
}

.corporate-intro {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.stat-grid div {
  min-height: 160px;
  padding: 26px;
  border: 1px solid rgba(7, 58, 92, 0.12);
  background: var(--cream);
}

.stat-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 44px;
  line-height: 1;
}

.stat-grid span {
  color: var(--muted);
  font-weight: 700;
}

.service-band {
  background: #fff;
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.service-card {
  min-height: 100%;
  border: 1px solid rgba(7, 58, 92, 0.12);
  background: #fff;
  box-shadow: 0 14px 38px rgba(7, 58, 92, 0.08);
}

.service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-card div {
  padding: 24px;
}

.service-card h3 {
  margin-bottom: 10px;
  font-size: 23px;
}

.service-card p {
  margin: 0;
  color: var(--muted);
}

.checklist-panel {
  margin-top: 42px;
  padding: 34px;
  border: 1px solid rgba(7, 58, 92, 0.12);
  background: var(--sage);
}

.check-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 24px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
}

.check-list li::before {
  content: "✓";
  display: inline-flex;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #72b459;
  color: #fff;
  font-size: 18px;
}

.process-section {
  background: var(--cream);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.process-grid article {
  padding: 30px;
  border-top: 4px solid var(--gold);
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 58, 92, 0.08);
}

.process-grid span {
  color: var(--sage-dark);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.process-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.quote-section {
  padding: 70px 0;
  background: var(--ink);
}

.quote-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.quote-callout h2,
.quote-callout .lead {
  color: #fff;
}

.quote-callout .eyebrow {
  color: var(--gold);
}

.review-image {
  min-height: 520px;
  background-size: cover;
  background-position: center;
}

.review-copy {
  padding: 50px;
  border-left: 5px solid var(--gold);
  background: var(--cream);
}

.review-copy p {
  color: var(--muted);
  font-size: 19px;
}

.corporate-page-hero::before {
  background: rgba(7, 58, 92, 0.58);
}

.corporate-image {
  min-height: 480px;
  border-radius: 0;
}

.mini-steps {
  margin: 26px 0;
  padding: 22px;
  border-left: 5px solid var(--gold);
  background: #fff;
}

.mini-steps p {
  margin: 0 0 10px;
}

.mini-steps p:last-child {
  margin-bottom: 0;
}

.mm-static-slider {
  position: relative;
  width: 100%;
}

.mm-static-slider .mm-static-slide {
  position: relative;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.mm-services-slider .mm-static-slide {
  display: flex;
  align-items: center;
  padding: 45px 10%;
}

.mm-static-card {
  width: min(380px, 100%);
  background: #fff;
  padding: 50px 40px;
  margin-left: 0;
}

.mm-static-card h3 {
  margin: 0 0 18px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
  color: #111;
}

.mm-static-card p {
  margin: 0 0 12px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.8;
  color: #767676;
}

.mm-static-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 64px;
  height: 64px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .16);
}

.mm-static-arrow::before {
  content: "";
  position: absolute;
  top: 21px;
  width: 18px;
  height: 18px;
  border-top: 4px solid #16b7cc;
  border-right: 4px solid #16b7cc;
}

.mm-static-arrow-left {
  left: 32px;
}

.mm-static-arrow-left::before {
  left: 25px;
  transform: rotate(-135deg);
}

.mm-static-arrow-right {
  right: 32px;
}

.mm-static-arrow-right::before {
  right: 25px;
  transform: rotate(45deg);
}

.mm-static-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.mm-static-dots span {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: rgba(11, 115, 168, .46);
}

.mm-static-dots .active {
  background: #0b73a8;
}

.mm-reviews-slider .mm-static-slide {
  min-height: 600px;
  max-width: 1200px;
  margin: 0 auto;
  background-position: center;
}

.mm-review-card {
  position: absolute;
  left: 80px;
  top: 70px;
  width: min(500px, calc(100% - 160px));
  background: #fff;
  padding: 60px 40px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .22);
}

.mm-review-card .mm-review-meta {
  margin: 0 0 18px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #8c8c8c;
}

.mm-review-card a {
  color: #16b7cc;
  text-decoration: none;
}

.mm-review-card h3 {
  margin: 0 0 24px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 400;
  color: #111;
}

.mm-review-zigzag {
  width: 74px;
  height: auto;
  margin: 0 0 32px;
}

.mm-review-card p {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: 1.75;
  color: #8c8c8c;
}

@media (max-width: 900px) {
  .nav-wrap {
    min-height: auto;
    padding: 14px 0;
    align-items: flex-start;
  }
  .main-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px 18px;
    font-size: 14px;
  }
  .hero,
  .grid-2,
  .quote-shell,
  .corporate-hero {
    grid-template-columns: 1fr;
  }
  .corporate-hero {
    min-height: auto;
  }
  .hero-copy {
    padding: 72px 30px 54px;
  }
  .hero-photo {
    min-height: 520px;
  }
  .service-card-grid,
  .process-grid,
  .check-list {
    grid-template-columns: 1fr 1fr;
  }
  .quote-callout {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-content {
    padding: 80px 30px 50px;
  }
  .hero,
  .hero-media {
    min-height: 520px;
  }
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .image-panel {
    min-height: 460px;
  }
  .section {
    padding: 64px 0;
  }
  .mm-services-slider .mm-static-slide {
    min-height: 460px;
    padding: 45px 30px;
  }
  .mm-static-card {
    padding: 30px;
  }
  .mm-static-card h3 {
    font-size: 24px;
  }
  .mm-static-card p {
    font-size: 16px;
  }
  .mm-reviews-slider .mm-static-slide {
    min-height: 560px;
  }
  .mm-review-card {
    left: 40px;
    top: 50px;
    width: calc(100% - 80px);
    padding: 38px 30px;
  }
  .mm-review-card h3 {
    font-size: 34px;
  }
  .mm-review-card p {
    font-size: 18px;
  }
}

@media (max-width: 560px) {
  .nav-wrap {
    width: calc(100% - 24px);
    gap: 14px;
  }
  .brand img { width: 64px; }
  .main-nav {
    font-size: 12px;
    gap: 10px;
  }
  .brand span {
    display: none;
  }
  .nav-cta {
    min-height: 36px;
    padding: 8px 14px;
  }
  .corporate-hero {
    display: block;
  }
  .hero-copy {
    padding: 54px 18px 40px;
  }
  .hero-copy h1 {
    font-size: 42px;
  }
  .hero-photo {
    min-height: 430px;
  }
  .hero-card {
    left: 18px;
    bottom: 18px;
    width: calc(100% - 36px);
  }
  .service-card-grid,
  .process-grid,
  .check-list,
  .stat-grid {
    grid-template-columns: 1fr;
  }
  .checklist-panel {
    padding: 24px;
  }
  .review-copy {
    padding: 30px 24px;
  }
  .wrap {
    width: calc(100% - 26px);
  }
  .form-panel,
  .contact-box {
    padding: 22px;
  }
  .mm-services-slider .mm-static-slide {
    align-items: flex-start;
    min-height: auto;
    padding: 35px 20px;
  }
  .mm-static-card {
    padding: 28px;
  }
  .mm-static-arrow {
    width: 44px;
    height: 44px;
  }
  .mm-static-arrow::before {
    top: 14px;
    width: 14px;
    height: 14px;
  }
  .mm-static-arrow-left {
    left: 10px;
  }
  .mm-static-arrow-right {
    right: 10px;
  }
  .mm-static-arrow-left::before {
    left: 17px;
  }
  .mm-static-arrow-right::before {
    right: 17px;
  }
  .mm-review-card {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 30px 18px;
    padding: 30px 24px;
  }
  .mm-reviews-slider .mm-static-slide {
    min-height: auto;
    padding: 1px 0;
  }
}
