/*
Theme Name: Nole Pet Food
Theme URI: https://www.nolepetfood.com.au
Description: Nole Pet Food 主题 — 基于 megapet.net.au 参考设计（cankao 目录）换牌定制。
Author: nolepet
Version: 2.0.0
Text Domain: megapet
*/

/* ---------- Fonts ---------- */
@font-face {
  font-family: 'Montserrat';
  src: url('assets/fonts/montserrat-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('assets/fonts/montserrat-500.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('assets/fonts/montserrat-600.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('assets/fonts/montserrat-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Baloo 2';
  src: url('assets/fonts/baloo2-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Baloo 2';
  src: url('assets/fonts/baloo2-800.woff2') format('woff2');
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('assets/fonts/roboto-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('assets/fonts/roboto-500.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

/* ---------- Design tokens ---------- */
:root {
  --mp-orange: #fe5200;
  --mp-dark: #313231;
  --mp-topbar: #232323;
  --mp-text: #3a3a3a;
  --mp-grey: #848991;
  --mp-line: #e8e8e8;
  --mp-heading: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  --mp-alt: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  --mp-display: 'Baloo 2', 'Montserrat', sans-serif;
  --mp-shadow: 0 5px 30px rgba(36, 36, 36, 0.07);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--mp-alt);
  font-size: 14px;
  line-height: 1.8;
  color: var(--mp-text);
  background: #fff;
}
img { max-width: 100%; height: auto; border: 0; }
a { color: inherit; text-decoration: none; transition: color 0.2s ease; }
h1, h2, h3, h4, h5, h6 {
  font-family: var(--mp-heading);
  font-weight: 600;
  line-height: 1.35;
  color: var(--mp-dark);
  margin: 0 0 0.6em;
}
p { margin: 0 0 1.1em; }
p a:not(.mp-btn) { color: var(--mp-orange); }
p a:not(.mp-btn):hover { text-decoration: underline; }
ul { padding-left: 1.3em; }
li { margin-bottom: 0.45em; }
.screen-reader-text {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.mp-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Buttons ---------- */
.mp-btn {
  display: inline-block;
  font-family: var(--mp-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  padding: 13px 24px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
}
.mp-btn--orange {
  background: var(--mp-orange);
  border-color: var(--mp-orange);
  color: #fff;
}
.mp-btn--orange:hover { background: var(--mp-dark); border-color: var(--mp-dark); color: #fff; }
.mp-btn--dark {
  background: #6d6e6d;
  border-color: #6d6e6d;
  color: #fff;
}
.mp-btn--dark:hover { background: var(--mp-dark); border-color: var(--mp-dark); }
.mp-btn--outline-dark {
  background: transparent;
  border-color: var(--mp-dark);
  color: var(--mp-dark);
}
.mp-btn--outline-dark:hover { background: var(--mp-dark); color: #fff; }
.mp-btn--outline-white {
  background: rgba(255, 255, 255, 0.16);
  border-color: transparent;
  color: #fff;
}
.mp-btn--outline-white:hover { background: rgba(255, 255, 255, 0.32); }
.mp-btn--blue {
  background: #3f8dcf;
  border-color: #3f8dcf;
  color: #fff;
}
.mp-btn--blue:hover { background: #2f79b8; border-color: #2f79b8; }

.mp-divider {
  border: 0;
  border-top: 1px solid var(--mp-orange);
  margin: 34px 0;
}

/* ---------- Top bar ---------- */
.mp-topbar {
  background: var(--mp-topbar);
  color: #fff;
  font-family: var(--mp-heading);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.mp-topbar__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 40px;
  gap: 16px;
}
.mp-topbar__phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
}
.mp-topbar__phone svg { color: var(--mp-orange); }
.mp-topbar__phone:hover { color: var(--mp-orange); }
.mp-topbar__right {
  display: flex;
  align-items: stretch;
  gap: 18px;
}
.mp-topbar__icons {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.mp-topbar__icons a { display: inline-flex; color: #fff; }
.mp-topbar__icons a:hover { color: var(--mp-orange); }
.mp-topbar__shop {
  display: inline-flex;
  align-items: center;
  background: var(--mp-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0 26px;
}
.mp-topbar__shop:hover { background: #fff; color: var(--mp-orange); }

/* ---------- Header ---------- */
.mp-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  box-shadow: var(--mp-shadow);
}
.mp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  gap: 24px;
}
.mp-header__logo img {
  display: block;
  height: 58px;
  width: auto;
}
.mp-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 32px;
}
.mp-nav li { position: relative; margin: 0; }
.mp-nav > ul > li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--mp-heading);
  font-size: 13px;
  font-weight: 600;
  color: var(--mp-text);
  padding: 10px 0;
}
.mp-nav > ul > li > a:hover,
.mp-nav > ul > li.current-menu-item > a { color: var(--mp-orange); }
.mp-nav .mp-caret { transition: transform 0.2s ease; }
.mp-nav li:hover .mp-caret { transform: rotate(180deg); }
.mp-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: -18px;
  min-width: 205px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  padding: 10px 0;
  display: none;
  flex-direction: column;
  gap: 0;
  z-index: 100;
}
.mp-nav li:hover > .sub-menu,
.mp-nav li:focus-within > .sub-menu { display: flex; }
.mp-nav .sub-menu a {
  display: block;
  font-family: var(--mp-heading);
  font-size: 12.5px;
  font-weight: 500;
  color: var(--mp-text);
  padding: 9px 22px;
}
.mp-nav .sub-menu a:hover { color: var(--mp-orange); }
.mp-nav-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
  color: var(--mp-dark);
}

/* ---------- Hero banner ---------- */
.mp-hero {
  position: relative;
  min-height: 380px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.mp-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 90px;
}
.mp-hero__title {
  display: block;
  max-width: 420px;
}
.mp-hero__title--text {
  font-family: var(--mp-display);
  font-weight: 800;
  font-size: 56px;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}
.mp-hero__subtitle {
  font-family: var(--mp-heading);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  max-width: 560px;
  margin: 18px 0 0;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
}
.mp-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}
.mp-hero__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 1;
  display: block;
}
.mp-hero__wave svg { display: block; width: 100%; height: 74px; }
.mp-hero--home { min-height: 480px; }

/* ---------- Generic page section ---------- */
.mp-section { padding: 56px 0; }
.mp-section--tight { padding: 34px 0; }
.mp-section--narrow .mp-container { max-width: 900px; }
.mp-lead {
  font-family: var(--mp-heading);
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.8;
  color: var(--mp-text);
}
.mp-orange-h {
  font-family: var(--mp-heading);
  font-size: 15px;
  font-weight: 600;
  color: var(--mp-orange);
  margin-bottom: 14px;
}
.mp-follow-ig {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--mp-orange);
  font-family: var(--mp-heading);
  font-size: 13px;
  font-weight: 600;
  margin: 26px 0 6px;
}
.mp-follow-ig:hover { color: var(--mp-dark); }

/* ---------- Front page: welcome ---------- */
.mp-welcome {
  padding: 46px 0 26px;
  text-align: center;
}
.mp-welcome__hi {
  font-family: var(--mp-heading);
  font-size: 25px;
  font-weight: 600;
  color: var(--mp-orange);
  margin-bottom: 10px;
}
.mp-welcome__logo {
  max-width: 600px;
  width: 88%;
  margin: 4px auto 12px;
  display: block;
}
.mp-welcome__sub {
  font-family: var(--mp-heading);
  font-size: 23px;
  font-weight: 600;
  color: var(--mp-orange);
  margin-bottom: 22px;
}
.mp-welcome__lead {
  font-family: var(--mp-heading);
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.85;
  max-width: 860px;
  margin: 0 auto 14px;
  color: var(--mp-text);
}
.mp-welcome__body {
  font-size: 13.5px;
  color: #70757b;
  max-width: 900px;
  margin: 0 auto 14px;
}
.mp-welcome__lead a { color: var(--mp-orange); }

/* ---------- Front page: promo carousel ---------- */
.mp-carousel-wrap { padding: 12px 0 30px; }
.mp-carousel {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 34px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.mp-carousel__slide { display: none; }
.mp-carousel__slide.is-active { display: block; }
.mp-carousel__slide img { width: 100%; display: block; }
.mp-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  z-index: 5;
}
.mp-carousel__arrow:hover { background: var(--mp-orange); }
.mp-carousel__arrow--prev { left: 16px; }
.mp-carousel__arrow--next { right: 16px; }
.mp-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  padding: 14px 0 16px;
}
.mp-carousel__dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: #d4d6d7;
  cursor: pointer;
  transition: background 0.2s ease;
}
.mp-carousel__dots button.is-active { background: var(--mp-dark); }

/* ---------- Front page: link cards ---------- */
.mp-home-cards-wrap { padding: 26px 0 40px; }
.mp-home-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.mp-home-card {
  display: flex;
  flex-direction: column;
  background: var(--mp-orange);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.mp-home-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 38px rgba(254, 82, 0, 0.35);
}
.mp-home-card__photo {
  height: 300px;
  overflow: hidden;
}
.mp-home-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mp-home-card__band {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px 34px;
}
.mp-home-card__band img { max-width: 250px; }

/* ---------- Shop In-Store cards ---------- */
.mp-store-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.mp-store-card {
  background: var(--mp-orange);
  text-align: center;
  padding: 36px 30px 42px;
  color: var(--mp-dark);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.mp-store-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 38px rgba(254, 82, 0, 0.35);
}
.mp-store-card__paw { color: var(--mp-dark); margin-bottom: 12px; }
.mp-store-card__heading {
  max-width: 240px;
  margin: 0 auto 16px;
  display: block;
}
.mp-store-card p {
  font-family: var(--mp-heading);
  font-size: 13px;
  font-weight: 600;
  color: var(--mp-dark);
  margin-bottom: 5px;
}
.mp-store-card .mp-btn { margin-top: 18px; }

/* ---------- Brand logos row ---------- */
.mp-brands {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 8px 0 26px;
}
.mp-brands img {
  height: 74px;
  width: auto;
  filter: saturate(0.95);
}

/* ---------- Map + store list ---------- */
.mp-locator {
  display: grid;
  grid-template-columns: 47% 1fr;
  gap: 44px;
  align-items: start;
}
.mp-map {
  display: block;
  border: 0;
  width: 100%;
  height: 330px;
  background: var(--mp-line);
}
.mp-storelist { list-style: none; margin: 0; padding: 0; }
.mp-storelist li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 4px;
  border-bottom: 1px solid var(--mp-line);
  margin: 0;
}
.mp-storelist li:first-child { border-top: 1px solid var(--mp-line); }
.mp-storelist h4 {
  font-size: 13px;
  font-weight: 600;
  color: var(--mp-orange);
  margin: 0 0 3px;
}
.mp-storelist p {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: 12px;
  color: var(--mp-grey);
  margin: 0;
}
.mp-storelist p svg { flex: 0 0 auto; margin-top: 3px; color: var(--mp-orange); }
.mp-storelist__logo { flex: 0 0 auto; width: 92px; }
.mp-storelist a.mp-storelist__shop {
  font-family: var(--mp-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--mp-orange);
}
.mp-storelist a.mp-storelist__shop:hover { color: var(--mp-dark); }

/* ---------- Store info cards (vertical stack, icon left) ---------- */
.mp-info-list { list-style: none; margin: 0; padding: 0; }
.mp-info-list > li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  margin-bottom: 26px;
}
.mp-info-list__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--mp-orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mp-info-list h5 {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--mp-orange);
  margin: 2px 0 6px;
}
.mp-info-list p, .mp-info-list ul {
  font-size: 13px;
  color: var(--mp-text);
  margin: 0;
  padding-left: 16px;
}
.mp-info-list p a { color: var(--mp-text); }
.mp-info-list p a:hover { color: var(--mp-orange); }
.mp-info-list--plain p, .mp-info-list--plain ul { padding-left: 0; }

/* ---------- Contact form ---------- */
.mp-form { max-width: 100%; }
.mp-form__field { margin-bottom: 22px; }
.mp-form__field label {
  display: block;
  font-family: var(--mp-heading);
  font-size: 13px;
  font-weight: 700;
  color: var(--mp-dark);
  margin-bottom: 9px;
}
.mp-form__field label .req { color: var(--mp-orange); }
.mp-form__field input,
.mp-form__field select,
.mp-form__field textarea {
  width: 100%;
  font-family: var(--mp-body);
  font-size: 14px;
  color: var(--mp-text);
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.2s ease;
  border-radius: 0;
}
.mp-form__field select { max-width: 240px; }
.mp-form__field textarea { min-height: 120px; resize: vertical; }
.mp-form__field input:focus,
.mp-form__field select:focus,
.mp-form__field textarea:focus { border-color: var(--mp-orange); }
.mp-form__notice {
  margin: 0 0 26px;
  padding: 14px 18px;
  font-size: 13.5px;
  border: 1px solid;
}
.mp-form__notice--ok { border-color: #bfe3cd; background: #f2fbf5; color: #1d7a43; }
.mp-form__notice--err { border-color: #f3c1c1; background: #fdf4f4; color: #b33636; }

/* ---------- Contact info row ---------- */
.mp-contact-info {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: space-between;
  gap: 30px;
  padding: 40px 0 10px;
}
.mp-contact-info__item {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  align-items: start;
}
.mp-contact-info__item > svg { color: var(--mp-orange); margin-top: 3px; }
.mp-contact-info h6 {
  font-size: 13px;
  font-weight: 600;
  color: var(--mp-orange);
  margin: 0 0 4px;
}
.mp-contact-info p { font-size: 13px; color: var(--mp-text); margin: 0; }
.mp-contact-info__social {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 30px;
}
.mp-contact-info__social a { color: var(--mp-orange); display: inline-flex; }
.mp-contact-info__social a:hover { color: var(--mp-dark); }

/* ---------- Jobs (Join page) ---------- */
.mp-jobs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 60px;
  margin-top: 10px;
}
.mp-job { padding: 12px 0 30px; }
.mp-job__paw { color: var(--mp-orange); margin-bottom: 10px; }
.mp-job h4 {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--mp-orange);
  margin-bottom: 12px;
}
.mp-job p { font-size: 13px; margin-bottom: 12px; }
.mp-job__apply-label { font-size: 13px; }
.mp-job__apply-label strong {
  font-family: var(--mp-heading);
  font-weight: 600;
  color: var(--mp-orange);
}
.mp-job__buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }

/* ---------- Accordions (Rewards) ---------- */
.mp-accordion { border: 1px solid #ececec; background: #fff; margin-bottom: 14px; }
.mp-accordion__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 17px 20px;
  font-family: var(--mp-heading);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mp-orange);
  text-align: left;
}
.mp-accordion__head:hover { color: var(--mp-dark); }
.mp-accordion__sign { font-size: 19px; font-weight: 400; line-height: 1; }
.mp-accordion__body {
  display: none;
  padding: 2px 20px 18px;
  font-size: 13px;
}
.mp-accordion.is-open .mp-accordion__body { display: block; }

/* ---------- Rewards band (About page) ---------- */
.mp-rewards-band { display: grid; grid-template-columns: 1fr 1fr; }
.mp-rewards-band__orange {
  background: var(--mp-orange);
  color: #fff;
  padding: 64px 60px;
  text-align: center;
}
.mp-rewards-band__orange img {
  max-width: 215px;
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 26px;
}
.mp-rewards-band__orange h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75;
  max-width: 420px;
  margin: 0 auto 20px;
}
.mp-rewards-band__link {
  font-family: var(--mp-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
.mp-rewards-band__link:hover { opacity: 0.8; }
.mp-rewards-band__photo {
  background-size: cover;
  background-position: center;
  min-height: 380px;
  height: 100%;
}

/* ---------- Footer ---------- */
.mp-footer-silhouette {
  background: #fff;
  margin-top: 60px;
}
.mp-footer-silhouette img {
  display: block;
  width: 100%;
  height: 118px;
  object-fit: cover;
}
.mp-footer {
  background: var(--mp-dark);
  color: #cfd2d3;
}
.mp-footer__cols {
  display: grid;
  grid-template-columns: 1.05fr 0.85fr 1fr 1.25fr;
  gap: 44px;
  padding: 46px 0 42px;
}
.mp-footer h5 {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--mp-orange);
  margin-bottom: 16px;
}
.mp-footer__cols ul { list-style: none; margin: 0; padding: 0; }
.mp-footer__cols li { margin-bottom: 8px; }
.mp-footer__link {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--mp-heading);
  font-size: 12px;
  font-weight: 500;
  color: #e3e5e5;
}
.mp-footer__link::before { content: "\2039"; color: var(--mp-orange); font-size: 15px; }
.mp-footer__link:hover { color: var(--mp-orange); }
.mp-footer__sub {
  font-family: var(--mp-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--mp-orange);
  color: #fff;
  padding: 12px 22px;
  display: inline-block;
}
.mp-footer__sub:hover { background: #fff; color: var(--mp-orange); }
.mp-footer__contact-item {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  font-size: 12px;
  margin-bottom: 12px;
  color: #e3e5e5;
}
.mp-footer__contact-item svg { color: var(--mp-orange); margin-top: 3px; }
.mp-footer__contact-item a:hover { color: var(--mp-orange); }
.mp-insta__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}
.mp-insta__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.mp-insta__avatar img { width: 42px; height: auto; }
.mp-insta__head h4 {
  font-family: var(--mp-heading);
  font-size: 14px;
  font-weight: 600;
  color: var(--mp-orange);
  margin: 0;
}
.mp-insta__bio {
  font-size: 12px;
  line-height: 1.75;
  color: var(--mp-orange);
  margin: 0 0 16px;
}
.mp-insta__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  max-width: 330px;
}
.mp-insta__tile {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(45deg, #f9ce34, #ee2a7b 45%, #6228d7);
  opacity: 0.9;
  transition: opacity 0.2s ease;
}
.mp-insta__tile:hover { opacity: 1; }
.mp-insta__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
}
.mp-insta__more {
  font-family: var(--mp-heading);
  font-size: 11.5px;
  font-weight: 600;
  color: #e3e5e5;
}
.mp-insta__more:hover { color: var(--mp-orange); }
.mp-insta__follow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #408bd1;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 7px 12px;
  border-radius: 3px;
}
.mp-insta__follow:hover { background: #3579b8; }
.mp-footer__bottom {
  background: var(--mp-orange);
  color: var(--mp-dark);
  font-family: var(--mp-heading);
  font-size: 11px;
  font-weight: 500;
}
.mp-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 14px;
  padding-bottom: 14px;
}

/* ---------- Back to top ---------- */
.mp-to-top {
  position: fixed;
  right: 26px;
  bottom: 26px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--mp-orange);
  color: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mp-to-top.is-visible { opacity: 1; pointer-events: auto; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .mp-footer__cols { grid-template-columns: 1fr 1fr; }
  .mp-locator { grid-template-columns: 1fr; }
  .mp-brands { justify-content: center; }
}
@media (max-width: 860px) {
  .mp-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.12);
    display: none;
  }
  .mp-nav.is-open { display: block; }
  .mp-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 24px 20px;
  }
  .mp-nav > ul > li > a { padding: 12px 0; }
  .mp-nav .sub-menu {
    position: static;
    display: flex;
    box-shadow: none;
    padding: 0 0 6px 16px;
  }
  .mp-nav-toggle { display: inline-flex; }
  .mp-header__inner { position: relative; }
  .mp-home-cards { grid-template-columns: 1fr; }
  .mp-store-grid { grid-template-columns: 1fr; }
  .mp-jobs { grid-template-columns: 1fr; }
  .mp-contact-info { grid-template-columns: 1fr 1fr; }
  .mp-rewards-band { grid-template-columns: 1fr; }
  .mp-hero__title--text { font-size: 42px; }
  .mp-hero { min-height: 300px; }
  .mp-hero--home { min-height: 360px; }
}
@media (max-width: 640px) {
  .mp-topbar__phone span { display: none; }
  .mp-topbar__icons { gap: 11px; padding-right: 12px; }
  .mp-footer__cols { grid-template-columns: 1fr; gap: 30px; }
  .mp-insta__grid { max-width: none; }
  .mp-contact-info { grid-template-columns: 1fr; }
  .mp-welcome__hi, .mp-welcome__sub { font-size: 19px; }
  .mp-carousel__arrow { display: none; }
  .mp-hero__content { padding-bottom: 74px; }
}

/* ---------- Shop Online & Follow Us pages ---------- */
.mp-section { padding: 64px 0 80px; }
.mp-section__title {
  font-family: var(--mp-display);
  font-weight: 800;
  font-size: 34px;
  color: var(--mp-dark);
  text-align: center;
  margin: 0 0 18px;
}
.mp-section__subtitle {
  font-family: var(--mp-heading);
  font-weight: 700;
  font-size: 21px;
  color: var(--mp-dark);
  text-align: center;
  margin: 44px 0 22px;
}
.mp-shop-online__lead,
.mp-follow__lead {
  max-width: 760px;
  margin: 0 auto 16px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: var(--mp-text);
}
.mp-brand-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.mp-brand-grid__item {
  margin: 0;
  background: #fff;
  border: 1px solid var(--mp-line);
  border-radius: 10px;
  padding: 14px;
  text-align: center;
  box-shadow: var(--mp-shadow);
}
.mp-brand-grid__item img { width: 100%; height: 74px; object-fit: contain; }
.mp-brand-grid__item figcaption {
  font-family: var(--mp-heading);
  font-weight: 600;
  font-size: 12.5px;
  color: var(--mp-grey);
  margin-top: 10px;
}
.mp-social-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 860px;
  margin: 38px auto 0;
}
.mp-social-card {
  background: #fff;
  border: 1px solid var(--mp-line);
  border-radius: 12px;
  box-shadow: var(--mp-shadow);
  padding: 30px 22px;
  text-align: center;
  color: var(--mp-orange);
}
.mp-social-card h3 {
  font-family: var(--mp-heading);
  font-weight: 700;
  font-size: 19px;
  color: var(--mp-dark);
  margin: 12px 0 4px;
}
.mp-social-card p { margin: 0 0 12px; color: var(--mp-text); }
.mp-social-card__soon {
  display: inline-block;
  font-family: var(--mp-heading);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--mp-grey);
  border: 1px solid var(--mp-line);
  border-radius: 20px;
  padding: 5px 14px;
}
.mp-social-card__soon--live { color: var(--mp-orange); border-color: var(--mp-orange); }
.mp-follow__photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 860px;
  margin: 40px auto 0;
}
.mp-follow__photos img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
}

/* Footer subscribe form */
.mp-footer__sub-form { display: flex; gap: 0; max-width: 250px; }
.mp-footer__sub-form input[type="email"] {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 11px 12px;
  font-family: var(--mp-alt);
  font-size: 13px;
  color: var(--mp-dark);
  border-radius: 4px 0 0 4px;
}
.mp-footer__sub-form button.mp-footer__sub {
  border: 0;
  cursor: pointer;
  background: var(--mp-orange);
  color: #fff;
  font-family: var(--mp-heading);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .06em;
  padding: 11px 16px;
  border-radius: 0 4px 4px 0;
}
.mp-footer__sub-form button.mp-footer__sub:hover { filter: brightness(1.08); }
.mp-footer__sub-note { margin: 10px 0 0; font-size: 12.5px; color: #ffb98f; }

@media (max-width: 900px) {
  .mp-brand-grid { grid-template-columns: repeat(3, 1fr); }
  .mp-social-cards { grid-template-columns: 1fr; }
  .mp-follow__photos { grid-template-columns: 1fr; }
}
