.hp-footer__heading,
.hp-header__nav a,
body,
p,
li,
ul,
ol {
  font-family: var(--hs-font-body);
}
.hp-badge,
.hp-btn {
  font-family: var(--hs-font-secondary);
}
/* ── Headings: Montserrat 900 ─────────────────── */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--hs-font-secondary);
  font-weight: 900;
  text-transform: capitalize;
}
.hero-section__subheading {
  font-family: var(--hs-font-body);
  font-weight: 400;
  text-transform: none;
}

/* ── Ghost/Watermark: Noto Sans ───────────────── */
.about-hp__ghost,
.doctor__watermark,
.mf-how__ghost,
.mf-pricing__ghost,
.meet-dr__watermark,
.naturally__watermark,
.partners__ghost,
.picoway-gallery__ghost,
.picoway-results__ghost,
.testimonials__ghost,
.experts__ghost,
.about__ghost {
  font-family: var(--hs-font-primary);
}

/* ── Buttons: Montserrat 600 uppercase ────────── */
.hp-btn,
.btn {
  font-family: var(--hs-font-secondary);
  font-weight: 600;
  text-transform: uppercase;
}

.about__ghost,
.hp-badge,
.hp-btn,
.hp-footer__heading,
.hp-hero__btn,
.hp-hero__subheading,
.specials__btn {
  text-transform: uppercase;
}
.hp-hero__btn,
.hp-hero__social-btn,
.naturally__btn,
a {
  text-decoration: none;
}
.doctor__watermark,
.meet-dr__watermark-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.experts {
  isolation: isolate;
}
*,
.about,
.about-hero__center,
.about-hero__left,
.about-hero__right,
.about-hp,
.choose,
.choose__left,
.choose__right,
.contact-details,
.contact-hero,
.contact-hero__center,
.contact-hero__left,
.contact-hero__right,
.experts__content,
.hp-form__dummy,
.meet-dr,
.meet-dr__content,
.meet-team,
.mf-benefits,
.mf-benefits__left,
.mf-benefits__right,
.mf-hero,
.mf-hero__center,
.mf-hero__left,
.mf-hero__right,
.mf-how,
.mf-pricing,
.mn-concerns,
.mn-concerns__btn,
.naturally__content,
.picoway-faq__left,
.picoway-faq__right,
.picoway-gallery,
.picoway-how,
.picoway-intro__right,
.testimonials,
::after,
::before {
  box-sizing: border-box;
}
.about-hp__ghost,
.doctor__watermark,
.hero-section__overlay.is-hidden,
.hero-section__poster.is-hidden,
.meet-dr__watermark,
.mf-how__ghost,
.mf-pricing__ghost,
.naturally__watermark,
.partners__ghost,
.picoway-gallery__ghost,
.picoway-results__ghost,
.testimonials__ghost {
  pointer-events: none;
}
.about-hero__text,
.about-hp__ghost,
.about__ghost,
.contact-hero__text,
.doctor__watermark,
.experts__ghost,
.meet-dr__watermark,
.mf-hero__text--stroke,
.mf-how__ghost,
.mf-pricing__ghost,
.naturally__watermark,
.partners__ghost,
.picoway-gallery__ghost,
.picoway-results__ghost,
.testimonials__ghost {
  user-select: none;
  user-select: none;
}
:root,
.editor-styles-wrapper {
  /* ── Typography ─────────────────────────────── */
  --hs-font-body: "Source Sans 3", sans-serif;
  --hs-font-primary: "Noto Sans", sans-serif;
  --hs-font-secondary: "Montserrat", sans-serif;

  /* ── Brand Colors ────────────────────────────── */
  --color-primary: #b87636;
  --color-primary-hover: #9e6128;
  --color-black: #1e1e1e;
  --color-text: #2c2c2c;
  --color-text-light: #666;
  --color-light-bg: #f7f4f1;
  --color-white: #ffffff;

  /* ── Supporting Colors ───────────────────────── */
  --color-primary-light: #d4b896;
  --color-primary-dark: #8a6e4a;
  --color-accent: #e8c99a;
  --color-mid-gray: #999;
  --color-dark-gray: #555;
  --color-border: #e5e0d8;

  /* ── Borders & Gradients ─────────────────────── */
  --hs-border-dark: #3d3d3d;
  --hs-gradient-gold: linear-gradient(90deg, #c8a15b 0%, #a17a5b 30%, #1e1e1e 30%);

  /* ── Buttons ─────────────────────────────────── */
  --hs-btn-primary-hover-border: 1px solid #ffffff;
  --hs-body-text: rgba(255, 255, 255, 0.85);

  /* ── Component Tokens ────────────────────────── */
  --hs-value-card-border: #e8e0d8;
  --hs-value-card-icon-stroke: #b5722a;
  --hs-about-ghost-size: 66px;
  --hs-experts-height: 653px;
  --hs-naturally-font-size: 21px;
  --hs-partners-slide-height: 260px;
  --hs-partners-slide-height-mobile: 160px;
  --hs-partners-logo-max-w: 200px;
  --hs-partners-logo-max-h: 120px;
  --hs-partners-bullet-size: 10px;
  --hs-partners-bullet-opacity: 0.35;
  --hs-partners-bullet-opacity-hover: 0.53;
  --hs-partners-placeholder-color: #b87636;
  --hs-social-link-size: 47px;
  --hs-social-link-border: 1.5px solid #ffffff;
  --hs-social-link-svg-size: 19px;
  --hs-social-link-hover-bg: rgba(255, 255, 255, 0.18);

  /* ── Type Scale ──────────────────────────────── */
  --font-size-xs: clamp(0.75rem, 1.5vw, 0.875rem);
  --font-size-sm: clamp(0.875rem, 2vw, 1rem);
  --font-size-base: clamp(1rem, 2vw, 1.125rem);
  --font-size-md: clamp(1.125rem, 2.5vw, 1.25rem);
  --font-size-lg: clamp(1.25rem, 3vw, 1.5rem);
  --font-size-xl: clamp(1.5rem, 4vw, 2rem);
  --font-size-2xl: clamp(2rem, 5vw, 2.75rem);
  --font-size-3xl: clamp(2.5rem, 6vw, 3.5rem);
  --font-size-4xl: clamp(3rem, 7vw, 4.5rem);

  /* ── Spacing ─────────────────────────────────── */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;
  --gap-lg: 60px;

  /* ── Radii ───────────────────────────────────── */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  /* ── Shadows ─────────────────────────────────── */
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.12);
  --shadow-xl: 0 20px 60px rgba(0, 0, 0, 0.15);

  /* ── Transitions ─────────────────────────────── */
  --transition-fast: 150ms ease;
  --transition-base: 300ms ease;
  --transition-slow: 500ms ease;

  /* ── Layout ──────────────────────────────────── */
  --container-max: 1440px;
  --container-wide: 1440px;
  --container-narrow: 860px;
  --container-padding: clamp(var(--space-4), 4vw, var(--space-12));
}
.hp-badge,
.hp-btn {
  display: inline-flex;
  gap: var(--space-2);
  font-weight: 600;
}
.hp-header__nav a,
a {
  transition: color var(--transition-fast);
}
.site-header.scrolled .hp-header__nav a,
body {
  color: var(--color-text);
}
body {
  font-size: var(--font-size-base);
  background: var(--color-white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.hp-badge,
a {
  color: var(--color-primary);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a:hover {
  color: var(--color-primary-dark);
}
.hp-container {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-padding);
}
:root,
.editor-styles-wrapper {
  --inner-padding: 80px;
}
@media (max-width: 1024px) {
  :root {
    --inner-padding: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --inner-padding: 20px;
  }
}

.hp-inner {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-lg, 60px);
  align-items: center;
  max-width: var(--container-max) !important;
  margin: 0 auto !important;
  padding: var(--inner-padding) !important;
}
.hp-badge {
  align-items: center;
  font-size: var(--font-size-xs);
  letter-spacing: 0.12em;
  background: 0 0;
  border: 1px solid var(--color-primary);
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-full);
}
.hp-btn,
.hp-header,
.naturally,
.partners-swiper .swiper-wrapper {
  align-items: center;
}
.hp-btn,
.hp-footer__tagline,
.hp-header__nav a {
  font-size: var(--font-size-sm);
}
.hp-btn {
  justify-content: center;
  letter-spacing: 0.08em;
  padding: var(--space-4) var(--space-8);
  border-radius: var(--radius-full);
  border: 2px solid transparent;
  cursor: pointer;
  transition:
    background var(--transition-base),
    color var(--transition-base),
    border-color var(--transition-base),
    transform var(--transition-fast),
    box-shadow var(--transition-base);
}
.hp-btn--outline,
.hp-btn--primary {
  border-color: var(--color-primary);
}
.hp-btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}
.hp-btn--primary {
  background: var(--color-primary);
  color: var(--color-white);
}
.hp-btn--outline,
.hp-footer__heading,
.hp-footer__links a:hover,
.hp-header__nav .current-menu-item > a,
.hp-header__nav a:hover {
  color: var(--color-primary);
}
.hp-btn--primary:hover {
  background: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
  color: var(--color-white);
}
.hp-btn--outline {
  background: 0 0;
}
.hp-btn--outline:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.hp-btn--white {
  background: var(--color-white);
  color: var(--color-black);
  border-color: var(--color-white);
}
.hp-btn--white:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition:
    background var(--transition-base),
    box-shadow var(--transition-base);
}
.site-header.scrolled {
  background: var(--color-white);
  box-shadow: var(--shadow-sm);
}
.hp-header {
  display: flex;
  justify-content: space-between;
  padding-block: var(--space-4);
}
.hp-header__logo img {
  height: 50px;
  width: auto;
}
.hp-header__nav ul {
  display: flex;
  align-items: center;
  gap: var(--space-8);
  list-style: none;
  margin: 0;
  padding: 0;
}
.hp-header__nav a {
  font-weight: 500;
  color: var(--color-white);
  letter-spacing: 0.04em;
}
.hp-header__cta {
  margin-left: var(--space-4);
}
.hp-header__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: 0 0;
  border: none;
  cursor: pointer;
  padding: var(--space-2);
}
.hp-header__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-white);
  transition:
    transform var(--transition-base),
    opacity var(--transition-fast);
}
.site-header.scrolled .hp-header__toggle span {
  background: var(--color-text);
}
.hp-footer {
  background: var(--color-black);
  color: var(--color-white);
  padding-block: var(--space-16) var(--space-8);
}
.hp-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: var(--space-12);
  padding-bottom: var(--space-12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: var(--space-8);
}
.hp-footer__logo img {
  height: 48px;
  margin-bottom: var(--space-4);
}
.hp-footer__tagline {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
}
.hp-footer__heading {
  font-size: var(--font-size-xs);
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: var(--space-4);
}
.hp-footer__links a,
.hp-footer__social-link {
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--font-size-sm);
}
.hp-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.hp-hero,
.hp-hero__inner {
  margin: 0 auto;
  min-height: 696px;
  display: flex;
}
.hp-footer__links a {
  transition: color var(--transition-fast);
}
.hp-footer__social {
  display: flex;
  gap: var(--space-3);
}
.hp-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition:
    border-color var(--transition-fast),
    color var(--transition-fast),
    background var(--transition-fast);
}
.hp-footer__social-link:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: rgba(184, 149, 106, 0.1);
}
.hp-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--font-size-xs);
  color: rgba(255, 255, 255, 0.4);
}
.hp-hero {
  position: relative;
  width: 100%;
  align-items: stretch;
  overflow: hidden;
  background-color: #1a1714;
  background-image: url("https://healthpointlaser.com/wp-content/uploads/2025/11/hero-banner.webp");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
.hp-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hp-hero__bg-img,
.hp-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.hp-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(26, 23, 20, 0.95) 0,
    rgba(26, 23, 20, 0.85) 45%,
    rgba(26, 23, 20, 0.2) 80%,
    rgba(26, 23, 20, 0) 100%
  );
  z-index: 1;
}
.hp-hero__inner {
  position: relative;
  z-index: 2;
  flex-direction: row;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  padding: 120px 60px 80px;
  gap: 0;
}
.hp-hero__content {
  width: 60%;
  max-width: 60%;
  display: flex;
  flex-direction: column;
}
#main-h1,
.hp-hero__title,
h1#main-h1 {
  font-family: "Noto Sans", sans-serif !important;
  font-size: 140px !important;
  font-weight: 600 !important;
  line-height: 1em !important;
  letter-spacing: 0 !important;
  color: transparent !important;
  -webkit-text-stroke: 2px #b87636 !important;
  text-stroke: 2px #b87636 !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  transition:
    color 0.4s,
    -webkit-text-stroke 0.4s !important;
}
.hp-hero__subheading {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
  color: #fff;
  margin: 0 0 20px;
  padding: 0;
}
.hp-hero__subheading em,
.hp-hero__subheading i {
  font-style: italic;
  font-weight: 400;
}
.hp-hero__description {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 40px;
  padding: 0;
  max-width: 640px;
}
.hp-hero__cta-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.hp-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  border-radius: 5px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.08em;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background 0.25s,
    color 0.25s,
    border-color 0.25s,
    transform 0.2s;
}
.hp-hero__btn--primary {
  background: #b87636;
  color: #fff;
  border: 2px solid #b87636;
}
.hp-hero__btn--primary:hover {
  background: 0 0;
  color: #b87636;
  border-color: #b87636;
  transform: translateY(-2px);
}
.hp-hero__btn--secondary {
  background: 0 0;
  color: #b87636;
  border: 2px solid #fff;
}
.hp-hero__btn--secondary:hover {
  background: #fff;
  color: #1a1714;
  border-color: #fff;
  transform: translateY(-2px);
}
.hp-hero__social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.hp-kelowna-experts,
.hp-meet-doctor__image-col,
.hp-treatment-card {
  position: relative;
  overflow: hidden;
}
.hp-hero__social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  background: 0 0;
  transition:
    border-color 0.25s,
    background 0.25s,
    transform 0.2s;
}
.hp-hero__social-btn:hover {
  border-color: #b87636;
  background: rgba(184, 118, 54, 0.15);
  transform: scale(1.1);
  color: #fff;
}
.hp-hero__social-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: none;
  display: block;
  flex-shrink: 0;
}
.hp-loved-treatments,
.hp-sets-apart {
  padding-block: var(--space-24);
  background: var(--color-light-bg);
}
.hp-loved-treatments__header {
  text-align: center;
  margin-bottom: var(--space-16);
}
.hp-loved-treatments__tagline {
  display: block;
  font-size: var(--font-size-xs);
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: var(--space-3);
}
.hp-loved-treatments__title,
.hp-treatment-card__title {
  font-family: var(--hs-font-primary);
  color: var(--color-black);
}
.hp-loved-treatments__title {
  font-size: var(--font-size-3xl);
  font-weight: 300;
}
.hp-loved-treatments__grid,
.hp-sets-apart__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-6);
}
.hp-treatment-card {
  border-radius: var(--radius-lg);
  background: var(--color-white);
  box-shadow: var(--shadow-sm);
  transition:
    transform var(--transition-base),
    box-shadow var(--transition-base);
}
.hp-treatment-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
}
.hp-treatment-card__image-wrap {
  overflow: hidden;
  aspect-ratio: 4/3;
}
.hp-treatment-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}
.hp-treatment-card:hover .hp-treatment-card__image {
  transform: scale(1.06);
}
.hp-treatment-card__body {
  padding: var(--space-6);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hp-treatment-card__title {
  font-size: var(--font-size-xl);
  font-weight: 400;
}
.hp-about-vision__title,
.hp-meet-doctor__name,
.hp-partners__title {
  font-family: var(--hs-font-primary);
  font-weight: 300;
}
.hp-treatment-card__arrow {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full);
  background: var(--color-light-bg);
  color: var(--color-primary);
  transition:
    background var(--transition-fast),
    transform var(--transition-fast);
  flex-shrink: 0;
}
.hp-treatment-card:hover .hp-treatment-card__arrow {
  background: var(--color-primary);
  color: var(--color-white);
  transform: translateX(3px);
}
.hp-partners {
  padding-block: var(--space-20);
  background: var(--color-white);
}
.hp-partners__header,
.hp-testimonials__header {
  text-align: center;
  margin-bottom: var(--space-12);
}
.hp-meet-doctor__badge,
.hp-partners__badge {
  margin-bottom: var(--space-4);
}
.hp-partners__title {
  font-size: var(--font-size-2xl);
  color: var(--color-black);
}
.hp-partners__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-8) var(--space-12);
}
.hp-partners__logo-item {
  opacity: 0.55;
  transition: opacity var(--transition-base);
  display: flex;
  align-items: center;
}
.hp-partners__logo-item:hover,
.partners-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.hp-partners__logo-item img {
  max-height: 50px;
  width: auto;
  object-fit: contain;
}
.hp-meet-doctor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}
.hp-meet-doctor__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.hp-meet-doctor__content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--space-20) var(--space-16);
  background: var(--color-light-bg);
}
.hp-meet-doctor__meet-label {
  font-family: var(--hs-font-primary);
  font-size: var(--font-size-xl);
  color: var(--color-primary);
  font-style: italic;
  display: block;
  margin-bottom: var(--space-2);
}
.hp-meet-doctor__name {
  font-size: var(--font-size-3xl);
  color: var(--color-black);
  margin-bottom: var(--space-6);
}
.hp-meet-doctor__bio {
  font-size: var(--font-size-base);
  color: var(--color-text-light);
  line-height: 1.8;
  margin-bottom: var(--space-8);
}
.hp-about-vision {
  padding-block: var(--space-24);
  background: var(--color-black);
  color: var(--color-white);
}
.hp-about-vision__title {
  font-size: var(--font-size-3xl);
  text-align: center;
  margin-bottom: var(--space-16);
}
.hp-about-vision__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-8);
}
.hp-pillar {
  text-align: center;
  padding: var(--space-8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  transition:
    border-color var(--transition-base),
    background var(--transition-base);
}
.hp-pillar:hover {
  border-color: var(--color-primary);
  background: rgba(184, 149, 106, 0.05);
}
.hp-pillar__icon {
  width: 56px;
  height: 56px;
  margin-inline: auto;
  margin-bottom: var(--space-5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full);
  background: rgba(184, 149, 106, 0.15);
  color: var(--color-primary);
}
.hp-benefit__title,
.hp-kelowna-experts__tagline,
.hp-pillar__title,
.hp-testimonials__title {
  margin-bottom: var(--space-3);
  font-family: var(--hs-font-primary);
}
.hp-pillar__title {
  font-size: var(--font-size-xl);
  font-weight: 400;
  color: var(--color-white);
}
.hp-pillar__desc {
  font-size: var(--font-size-sm);
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.75;
}
.hp-kelowna-experts {
  min-height: 500px;
  display: flex;
  align-items: center;
}
.hp-kelowna-experts__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-kelowna-experts__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(26, 26, 46, 0.85) 50%, rgba(26, 26, 46, 0.5));
}
.hp-kelowna-experts__content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding-block: var(--space-20);
}
.hp-kelowna-experts__tagline {
  font-size: var(--font-size-xl);
  font-style: italic;
  color: var(--color-primary);
  display: block;
}
.hp-kelowna-experts__title {
  font-family: var(--hs-font-primary);
  font-size: var(--font-size-3xl);
  font-weight: 300;
  color: var(--color-white);
  margin-bottom: var(--space-6);
}
.hp-kelowna-experts__desc {
  font-size: var(--font-size-base);
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
}
.hp-sets-apart__title {
  font-family: var(--hs-font-primary);
  font-size: var(--font-size-3xl);
  font-weight: 300;
  text-align: center;
  color: var(--color-black);
  margin-bottom: var(--space-16);
}
.hp-benefit {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  border: 1px solid var(--color-border);
  transition:
    box-shadow var(--transition-base),
    transform var(--transition-base),
    border-color var(--transition-base);
}
.hp-benefit:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
  border-color: var(--color-primary-light);
}
.hp-benefit__icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  background: rgba(184, 149, 106, 0.12);
  color: var(--color-primary);
  margin-bottom: var(--space-5);
}
.hp-benefit__title {
  font-size: var(--font-size-lg);
  color: var(--color-black);
}
.hp-benefit__desc {
  font-size: var(--font-size-sm);
  color: var(--color-text-light);
  line-height: 1.75;
}
.hp-testimonials {
  padding-block: var(--space-24);
  background: var(--color-white);
}
.hp-testimonials__title {
  font-size: var(--font-size-3xl);
  font-weight: 300;
  color: var(--color-black);
}
.hp-testimonials__subtitle {
  font-size: var(--font-size-base);
  color: var(--color-text-light);
}
.hp-testimonials__iframe-wrap {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  border-radius: var(--radius-lg);
}
.hp-testimonials__iframe {
  width: 100%;
  height: 400px;
  border: none;
  display: block;
}
.hp-specials {
  padding-block: var(--space-20);
  background: linear-gradient(
    135deg,
    var(--color-primary-dark) 0,
    var(--color-primary) 60%,
    var(--color-primary-light) 100%
  );
  text-align: center;
  color: var(--color-white);
}
.hp-specials__heading {
  font-family: var(--hs-font-primary);
  font-size: var(--font-size-3xl);
  font-weight: 300;
  margin-bottom: var(--space-4);
}
.hp-specials__desc {
  font-size: var(--font-size-base);
  opacity: 0.9;
  margin-bottom: var(--space-8);
  max-width: 580px;
  margin-inline: auto;
}
.hp-specials__cta {
  margin-bottom: var(--space-10);
}
.hp-specials__form {
  max-width: 540px;
  margin-inline: auto;
}
.alignfull,
.entry-content > *,
.inside-article > *,
.wp-block,
.wp-block-group,
[class*="wp-block-acf-"] {
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
}
.hp-specials__form iframe {
  width: 100%;
  border: none;
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: block;
}
[class*="wp-block-acf-"] {
  display: block;
}
.is-layout-flow > [class*="wp-block-acf-hp-special-"],
.is-layout-flow > [class*="wp-block-acf-hp-special-"] + * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
[class*="wp-block-acf-hp-special-"] {
  display: block;
}
.generate-content-size,
.is-layout-constrained,
.is-layout-flow,
.page-content,
.post-content,
.wp-container-core-group-is-layout-constrained,
.wp-site-blocks {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
}
.entry-content .alignfull,
.entry-content .alignwide {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
}
.generate-columns-container,
.generate-inside-container,
.inside-page-header {
  padding: 0 !important;
  max-width: none !important;
}
.entry-content,
.entry-content .hero-section,
.hentry,
.hp-highlights,
.inside-article,
.page .entry-content,
.separate-containers .inside-article,
.site-content .entry-content,
.site-main,
.site-main > article,
.wp-block-acf-hp-home-hero,
.wp-block-acf-hp-home-hero .hero-section {
  margin: 0 !important;
  padding: 0 !important;
}
#content,
#primary,
.content-area,
.hentry,
.site-content,
.site-main > .page,
.site-main > article,
article.page,
article.post {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}
.site-content #primary,
.site-content .content-area {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body .site-main > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.entry-header,
.partners-swiper .swiper-button-next,
.partners-swiper .swiper-button-prev {
  display: none !important;
}
.hp-highlights {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  .hp-header__toggle {
    display: flex;
  }
  .hp-header__nav {
    position: fixed;
    inset: 0;
    background: var(--color-black);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: transform var(--transition-base);
    z-index: 99;
  }
  .hp-header__nav.is-open {
    transform: translateX(0);
  }
  .hp-header__nav ul {
    flex-direction: column;
    gap: var(--space-6);
    text-align: center;
  }
  .hp-header__nav a {
    font-size: var(--font-size-lg);
    color: var(--color-white) !important;
  }
  .hp-header__cta {
    display: none;
  }
  .hp-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .hp-hero {
    background-position: center top;
  }
  .hp-hero__inner {
    padding: 100px 40px 60px;
    min-height: 580px;
  }
  #main-h1,
  .hp-hero__title,
  h1#main-h1 {
    font-size: 90px !important;
  }
  .hp-hero__subheading {
    font-size: 34px;
    line-height: 40px;
  }
  .hp-hero__content {
    width: 70%;
    max-width: 70%;
  }
  .hp-hero__social {
    right: 24px;
  }
}
@media (max-width: 600px) {
  .hp-footer__grid {
    grid-template-columns: 1fr;
  }
  .hp-footer__bottom {
    flex-direction: column;
    gap: var(--space-2);
    text-align: center;
  }
  .hp-highlights__item {
    flex-direction: row;
    flex: 0 0 100%;
    width: 100%;
    align-items: flex-start;
    text-align: left;
    padding: 24px 20px;
    gap: 20px;
    min-height: auto;
  }
  .hp-highlights__icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .hp-highlights__body {
    align-items: flex-start;
    text-align: left;
    flex: 1;
  }
  .hp-highlights__title {
    font-size: 20px;
    line-height: 26px;
    text-align: left;
  }
  .hp-highlights__desc {
    font-size: 15px;
    text-align: left;
  }
}
.hp-form__dummy,
.mf-how__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-hero,
.meet-dr,
.meet-dr__watermark,
.naturally,
.partners__inner,
.partners__left {
  display: flex;
}
.about-hero,
.meet-dr,
.partners__inner {
  flex-direction: row;
  align-items: stretch;
}
.meet-dr__watermark {
  flex-shrink: 0;
  align-self: stretch;
  align-items: center;
  justify-content: flex-start;
}
.choose__btn,
.doctor__btn,
.experts__btn,
.naturally__btn,
.picoway-faq__btn,
.picoway-intro__btn {
  align-self: flex-start;
}
.meet-dr__watermark-text {
  -webkit-text-stroke: 1.5px #3d3d3d;
  text-stroke: 1.5px #3d3d3d;
}
.meet-dr__content {
  flex: 0 0 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.partners__left {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.about__subtitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.about-hero__left {
  flex: 0 0 29%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-hero__center {
  flex: 0 0 42%;
}
.about-hero__right {
  flex: 0 0 29%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.about-hero__text,
.contact-hero__text,
.mf-hero__text--stroke {
  -webkit-text-stroke: 1.5px #b87636;
  text-stroke: 1.5px #b87636;
  user-select: none;
}
.naturally__watermark {
  -webkit-text-stroke: 1px #3d3d3d;
  text-stroke: 1px #3d3d3d;
}
.naturally__visual {
  flex: 0 0 38%;
}
.naturally__content {
  flex: 0 0 62%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.about-hp__photo {
  object-fit: cover;
}
.choose__box-icon img,
.experts__photo {
  object-fit: contain;
}
.feat-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex: 1;
}
.doctor__btn,
.experts__btn,
.treatments__btn {
  text-transform: none;
}
.about__ghost,
.choose__btn,
.hero-section__btn,
.mf-benefits__btn,
.mf-pricing__btn,
.mf-pricing__name,
.mn-concerns__btn,
.picoway-faq__btn,
.picoway-hero__btn,
.picoway-hero__h1,
.picoway-how__step-title,
.picoway-intro__box-title,
.picoway-intro__btn,
.treatments__card__label {
  text-transform: uppercase;
}
.doctor {
  display: flex !important;
}
.doctor__left,
.picoway-faq__q-num,
.treatments__card {
  flex-shrink: 0;
}
.doctor__watermark {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.18);
  text-stroke: 1px rgba(255, 255, 255, 0.18);
  rotate: 180deg;
}
.doctor__right {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 900px) {
  .about__cards,
  .hp-meet-doctor {
    grid-template-columns: 1fr;
  }
  .hp-meet-doctor__image-col {
    min-height: 360px;
  }
  .hp-meet-doctor__content-col {
    padding: var(--space-12) var(--container-padding);
  }
  .about__ghost {
    font-size: 44px;
    line-height: 44px;
  }
  .about__title {
    font-size: 40px;
    line-height: 44px;
    margin-top: -34px;
  }
  .about__subtitle {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
    max-width: 100%;
  }
  .about__cards {
    max-width: 500px;
  }
  .value-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    padding: 28px 24px;
    gap: 20px;
  }
  .value-card__icon {
    margin: 0;
    width: 48px;
    height: 48px;
  }
  .value-card__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .value-card__text {
    line-height: 22px;
    font-size: 15px;
  }
  .doctor__name,
  .doctor__para {
    z-index: 2;
    position: relative;
  }
  .doctor {
    flex-direction: column;
    height: auto;
  }
  .doctor-wrap {

  }
  .doctor__left {
    width: 100%;
    height: 460px;
    background: linear-gradient(90deg, #c8a15b 0, #a17a5b 30%, #1e1e1e 30%) !important;
  }
  .doctor__photo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110%;
    object-fit: contain;
    object-position: center bottom;
  }
  .doctor__name,
  .doctor__right {
    position: relative;
    width: 100%;
  }
  .doctor__watermark {
    display: none;
  }
  .doctor__right {
    height: auto;
    padding: 48px 32px;
  }
  .doctor__name {
    font-size: 40px;
    line-height: 44px;
    display: block;
  }
  .doctor__para {
    line-height: 20px;
    font-size: 15px;
  }
  .doctor__bio {
    gap: 14px;
  }
  .doctor__name,
  .doctor__para,
  .doctor__right {
    text-align: center;
  }
  .doctor__name::before {
    content: "Meet";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Noto Sans", sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
    text-stroke: 1px rgba(255, 255, 255, 0.15);
    white-space: nowrap;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    text-align: center;
  }
  .doctor__bio,
  .doctor__right {
    align-items: center;
  }
  .doctor__btn {
    align-self: center;
    font-size: 15px;
    padding: 10px 26px;
  }
}
@media (max-width: 560px) {
  .about__ghost {
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 2px;
  }
  .about__title {
    font-size: 30px;
    line-height: 34px;
    margin-top: -22px;
  }
  .about__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .about {
    padding: 60px 16px 50px;
  }
  .value-card__text {
    line-height: 22px;
  }
  .doctor__left {
    height: 350px;
  }
  .doctor__right,
  .doctor__right--visible {
    padding: 36px 24px;
    background: var(--color-black) !important;
  }
  .doctor__name {
    font-size: 32px;
    line-height: 36px;
  }
}
.experts {
  display: flex;
  align-items: stretch;
}
.experts__content {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.experts__ghost {
  -webkit-text-stroke: 1px rgba(2, 1, 1, 0.25);
  text-stroke: 1px rgba(2, 1, 1, 0.25);
}
.experts__visual {
  flex: 0 0 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.experts__photo {
  object-position: center top;
}
.hero-section__video,
.mf-benefits__img,
.picoway-gallery__img,
.picoway-how__img,
.picoway-results__img {
  object-fit: cover;
  object-position: center center;
}
.specials {
  display: flex;
  align-items: center;
  justify-content: center;
}
.treatments__card__img {
  object-fit: cover;
}
@media (max-width: 640px) {
  .testimonials {
    padding: 48px 24px 32px;
  }
  .testimonials__ghost {
    font-size: 44px;
    line-height: 44px;
    white-space: normal;
  }
  .testimonials__title {
    font-size: 28px;
    line-height: 34px;
    margin-top: -28px;
  }
  .testimonials__subtitle {
    font-size: 15px;
    line-height: 22px;
  }
  .specials {
    height: auto;
    min-height: 480px;
    padding: 60px 0;
  }
  .specials__inner {
    width: 88%;
    gap: 18px;
  }
  .specials__title {
    font-size: 28px;
    line-height: 34px;
  }
  .specials__para {
    font-size: 16px;
    line-height: 24px;
  }
  .specials__btn {
    padding: 14px 32px;
    font-size: 14px;
  }

  .treatments {
    padding: 24px 16px 30px;
  }
  .treatments__ghost {
    font-size: 52px;
    line-height: 52px;
    letter-spacing: -2px;
  }
  .treatments__title {
    font-size: 32px;
    line-height: 32px;
    margin-top: -28px;
  }
  .treatments__subtitle {
    font-size: 15px;
    line-height: 20px;
    margin: 0 auto 14px;
  }
  .treatments__row {
    flex-direction: column;
    gap: 1px;
  }
  .treatments__row--narrow .treatments__card,
  .treatments__row--wide .treatments__card {
    flex: none;
    width: 100%;
    height: 220px;
  }
  .treatments__card__label {
    font-size: 22px;
    line-height: 22px;
  }
  .treatments__cta {
    margin-top: 16px;
  }
  .treatments__btn {
    padding: 10px 30px;
    font-size: 16px;
  }
}
.meet-team,
.picoway-intro__left-content {
  display: flex;
  flex-direction: column;
}
.meet-team__header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.meet-team__card {
  flex: 0 0 18%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.meet-team__card::after,
.mf-services__img::after,
.picoway-intro__left::before {
  content: "";
  inset: 0;
}
.hero-section {
  display: flex;
  align-items: center;
  background-color: var(--color-black);
}
.hero-section__poster,
.hero-section__video-bg {
  inset: 0;
}
.hero-section__heading {
  font-family: var(--hs-font-primary);
  -webkit-text-stroke: 2px var(--color-primary);
  text-stroke: 2px var(--color-primary);
}
.hero-section__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--hs-font-primary);
}
.choose {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.choose__left {
  flex: 0 0 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.choose__right {
  flex: 0 0 66.66%;
  display: flex;
  flex-direction: row;
}
.choose__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.choose__box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.picoway-hero {
  display: flex;
  align-items: center;
}
.picoway-hero__inner,
.picoway-how {
  flex-direction: column;
}
.picoway-hero__inner {
  display: flex;
  align-items: center;
}
.picoway-hero__btn {
  align-self: center;
}
.picoway-how {
  display: flex;
  align-items: center;
  justify-content: center;
}
.picoway-faq__q-text,
.picoway-how__img-wrap {
  flex: 1;
}
.picoway-how__step {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex: none;
}
.picoway-gallery__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.pg-swiper__dots .swiper-pagination-bullet,
.picoway-results__dots .swiper-pagination-bullet {
  background: #c8a15bbd;
}
.picoway-intro__right {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.picoway-intro__box-icon-wrap svg {
  stroke: #b87636;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mf-how,
.mn-concerns,
.picoway-faq__left,
.picoway-faq__right {
  display: flex;
}
.picoway-faq__left,
.picoway-faq__right {
  flex: 0 0 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.mf-pricing__price,
.picoway-faq__q-num {
  flex-shrink: 0;
}
.mf-services__card-desc,
.picoway-faq__q-text {
  flex: 1;
}
.picoway-faq__q-icon::after,
.picoway-faq__q-icon::before {
  content: "";
}
.contact-hero,
.mf-hero {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-hero__inner,
.mf-hero__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.contact-hero__left,
.mf-hero__left {
  flex: 0 0 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.contact-hero__center,
.mf-hero__center {
  flex: 0 0 20%;
}
.contact-hero__right,
.mf-hero__right {
  flex: 0 0 40%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mf-benefits__btn,
.mf-services__card-btn {
  align-self: flex-start;
  align-self: flex-start;
}
@media (max-width: 1024px) {
  .about-hp,
  .experts__content,
  .mf-benefits,
  .mf-how,
  .mf-pricing,
  .mn-concerns,
  .picoway-faq,
  .picoway-gallery,
  .picoway-how,
  .picoway-intro__left,
  .picoway-intro__right,
  .picoway-results {
    padding: 60px 40px;
  }
  .naturally {
    height: auto;
    min-height: 560px;
  }
  .naturally__visual {
    height: 560px;
    background-size: contain;
  }
  .experts__title,
  .naturally__title {
    font-size: 46px;
    line-height: 50px;
  }
  .naturally__watermark {
    font-size: 60px;
    line-height: 60px;
  }
  .about-hp__ghost {
    font-size: 48px;
  }
  .about-hp__title,
  .mf-benefits__h2,
  .mf-how__h3,
  .mf-pricing__h2,
  .mn-concerns__h3,
  .picoway-faq__title,
  .picoway-gallery__title,
  .picoway-how__title,
  .picoway-intro__h2,
  .picoway-results__title {
    font-size: 36px;
    line-height: 42px;
  }
  .stat-box__number {
    font-size: 36px;
  }
  .experts,
  .mf-benefits,
  .picoway-faq {
    height: auto;
  }
  .experts__content {
    height: auto;
    padding: 60px 40px;
    flex: 0 0 60%;
    width: 60%;
  }
  .experts__visual {
    flex: 0 0 40%;
    width: 40%;
    height: auto;
    min-height: 400px;
  }
  .experts__ghost {
    font-size: 64px;
    line-height: 64px;
  }
  .experts__photo {
    height: 100%;
  }
  .hero-section__bg-image {
    width: 100%;
    background-position: center top;
    opacity: 0.45;
  }
  .choose {
    flex-direction: column;
    padding: 60px 40px;
  }
  .choose__left {
    flex: none;
    width: 100%;
    padding-right: 0;
    padding-top: 60px;
  }
  .choose__right {
    flex: none;
    width: 100%;
    margin-top: 40px;
  }
  .choose__col:first-child {
    margin-top: 0;
  }
  .choose__ghost {
    font-size: 80px;
    line-height: 80px;
  }
  .choose__title {
    font-size: 44px;
    line-height: 48px;
  }
  .picoway-hero__h1 span {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .picoway-hero {
    height: 580px;
  }
  .picoway-hero__inner {
    padding: 0 0 0 60px;
    width: 75%;
  }
  .picoway-hero__h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .picoway-how__header {
    width: 80%;
  }
  .mf-how__ghost,
  .mf-pricing__ghost,
  .picoway-gallery__ghost,
  .picoway-how__ghost,
  .picoway-results__ghost {
    font-size: 70px;
    line-height: 70px;
  }
  .picoway-faq__q-num {
    font-size: 24px;
  }
  .picoway-results__img,
  .picoway-results__placeholder {
    height: 220px;
  }
  .mf-services__img {
    flex: 0 0 35%;
    width: 35%;
  }
  .mf-services__grid {
    flex: 0 0 65%;
    width: 65%;
    padding: 40px;
  }
  .mf-how__inner {
    width: 80%;
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .hp-hero {
    background-position: center top;
    min-height: auto;
  }
  .hp-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 24px 48px;
    min-height: auto;
  }
  .hp-hero__content {
    width: 100%;
    max-width: 100%;
  }
  #main-h1,
  .hp-hero__title,
  h1#main-h1 {
    font-size: 64px !important;
    line-height: 1em !important;
  }
  .hp-hero__subheading {
    font-size: 24px;
    line-height: 30px;
  }
  .hp-hero__description {
    font-size: 16px;
  }
  .hp-hero__btn {
    padding: 14px 28px;
    font-size: 14px;
  }
  .hp-hero__social {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    flex-direction: row;
    margin-top: 32px;
  }
  .hp-about-vision__grid,
  .hp-loved-treatments__grid,
  .hp-sets-apart__grid {
    grid-template-columns: 1fr;
  }
  .meet-dr {
    flex-direction: column;
    background-image: none !important;

    min-height: auto;
  }
  .meet-dr__watermark {
    display: none;
  }
  .meet-dr__mobile-img {
    display: block;
    width: 100%;
    order: 0;
  }
  .meet-dr__mobile-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .meet-dr__content {
    order: 1;
    flex: none;
    max-width: 100%;
    padding: 24px 20px 32px;
    opacity: 1;
    transform: none;
  }
  .meet-dr__name {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .feat-box__text,
  .meet-dr__para,
  .picoway-faq__answer-text {
    font-size: 16px;
    line-height: 24px;
  }
  .meet-dr__bio {
    gap: 16px;
  }
  .experts__ghost,
  .naturally__watermark {
    pointer-events: none;
    text-align: center;
  }
  .experts__btn,
  .naturally__btn,
  .picoway-faq__btn,
  .picoway-intro__btn {
    align-self: center;
  }
  .naturally__content,
  .naturally__visual {
    width: 100%;
    transform: translateX(0);
    opacity: 1;
  }
  .naturally {
    flex-direction: column;
    height: auto;
    overflow: visible;
  }
  .naturally__visual {
    order: 1;
    flex: none;
    height: 380px;
    background-size: contain;
    background-position: center bottom;
  }
  .naturally__watermark {
    order: 2;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    font-size: 38px;
    line-height: 1.2;
    white-space: normal;
    width: 100%;
    padding: 20px 24px 0;
    opacity: 1;
  }
  .naturally__content {
    order: 3;
    flex: none;
    padding: 12px 24px 48px;
    align-items: center;
    justify-content: flex-start;
  }
  .naturally__title {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
  }
  .naturally__para,
  .picoway-faq__subtitle,
  .picoway-intro__body {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .about-hp {
    padding: 48px 20px 28px;
  }
  .about-hp__ghost {
    font-size: 36px;
    top: -20px;
  }
  .about-hp__title,
  .picoway-faq__title,
  .picoway-intro__h2 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }
  .about-hp__bio,
  .about-hp__subtitle {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .about-hp__subtitle {
    margin-bottom: 0;
  }
  .about-hp__header {
    margin-bottom: 28px;
  }
  .about-hp__bio {
    order: 1;
    flex: 0 0 100%;
    width: 100%;
    padding: 8px 0 12px;
  }
  .about-hp__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: unset;
  }
  .about-hp__stats {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
    grid-template-columns: 1fr;
  }
  .stat-box {
    padding: 14px 10px;
  }
  .picoway-how__title,
  .picoway-results__title,
  .stat-box__number {
    font-size: 28px;
    line-height: 34px;
  }
  .stat-box__label {
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .about-hp__row--bottom .about-hp__photo-wrap--desktop-only,
  .picoway-gallery__grid,
  .stat-box__label br {
    display: none;
  }
  .about-hp__photos-wrap {
    display: flex;
    flex-direction: row;
    gap: 10px;
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    contain: none;
  }
  .about-hp__photos-wrap .about-hp__photo-wrap {
    flex: 0 0 calc(50% - 5px);
    width: calc(50% - 5px);
    height: 200px;
    order: unset;
    display: block !important;
  }
  .about-hp__photos-wrap .about-hp__photo,
  .about-hp__photos-wrap .about-hp__photo-placeholder {
    height: 200px;
  }
  .about-hp__feats {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }
  .feat-box {
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
  }
  .feat-box__icon,
  .feat-box__icon img,
  .feat-box__icon svg {
    width: 48px;
    height: 48px;
  }
  .feat-box__title {
    font-size: 17px;
    line-height: 24px;
  }
  .experts {
    flex-direction: column;
    height: auto;
  }
  .experts__visual {
    flex: none;
    width: 100%;
    height: 520px;
    order: 1;
    padding: 0;
  }
  .experts__photo {
    width: 100%;
    height: 520px;
    object-fit: contain;
    object-position: center top;
    padding-right: 0;
    margin-left: 0;
  }
  .experts__content {
    flex: none;
    width: 100%;
    height: auto;
    padding: 24px 24px 48px;
    order: 2;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
  }
  .experts__ghost {
    font-size: 44px;
    line-height: 44px;
    white-space: nowrap;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    order: 0;
    width: auto;
    z-index: 0;
  }
  .experts__title-wrap {
    position: relative;
    display: inline-block;
    z-index: 1;
    order: 1;
  }
  .experts__title {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    margin-top: 0;
    position: relative;
    z-index: 1;
    order: 1;
  }
  .experts__para {
    order: 3;
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
    text-align: center;
  }
  .experts__btn {
    order: 4;
  }
  .choose {
    flex-direction: column;
    padding: 24px 24px 36px;
  }
  .choose__left {
    flex: none;
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    align-items: center;
    text-align: center;
    position: relative;
  }
  .choose__ghost {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    font-size: 52px;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
    padding-left: 0;
    z-index: 0;
  }
  .choose__title {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 40px;
  }
  .choose__para {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }
  .choose__btn {
    align-self: center;
    font-size: 16px;
    padding: 10px 24px;
    letter-spacing: 0.5px;
  }
  .choose__right {
    flex: none;
    width: 100%;
    margin-top: 32px;
    flex-direction: column;
  }
  .choose__col:first-child {
    margin-top: 0;
  }
  .choose__box-title {
    font-size: 18px;
    line-height: 26px;
  }
  .choose__box-desc {
    font-size: 15px;
    line-height: 22px;
  }
  .picoway-hero__h1 span {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .picoway-hero {
    height: auto;
    min-height: 500px;
  }
  .picoway-hero__inner {
    width: 90%;
    max-width: 90%;
    padding: 60px 24px;
  }
  .picoway-hero__h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .picoway-hero__subtitle {
    font-size: 16px;
    line-height: 20px;
    max-width: calc(62% + 150px);
  }
  .picoway-hero__btn {
    font-size: 13px;
    padding: 10px 28px;
  }
  .picoway-how {
    padding: 20px;
  }
  .picoway-how__header {
    width: 100%;
    margin-bottom: 20px;
  }
  .picoway-how__ghost {
    font-size: 48px;
    line-height: 48px;
    top: -10px;
  }
  .picoway-how__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .picoway-how__row {
    flex-direction: column;
    gap: 16px 0;
  }
  .picoway-how__img,
  .picoway-how__img-placeholder {
    height: 260px;
  }
  .picoway-how__steps {
    gap: 12px;
  }
  .picoway-how__step,
  .picoway-intro__box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .picoway-how__step-num-wrap {
    margin-bottom: 8px;
  }
  .picoway-how__step-content {
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  .picoway-how__step-text,
  .picoway-how__step-title {
    text-align: center;
  }
  .picoway-gallery {
    padding: 20px 20px 0;
    overflow: hidden;
  }
  .picoway-gallery__ghost {
    font-size: 28px;
    line-height: 28px;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
  }
  .picoway-gallery__title {
    font-size: 26px;
    line-height: 32px;
  }
  .picoway-gallery__header {
    margin-bottom: 24px;
  }
  .pg-swiper-wrap {
    display: block;
    overflow: hidden;
    max-width: 100%;
  }
  .picoway-intro {
    flex-direction: column;
  }
  .picoway-intro__left {
    flex: none;
    width: 100%;
    min-height: auto;
    padding: 15px 24px;
  }
  .picoway-intro__left-content {
    align-items: center;
    text-align: center;
  }
  .picoway-intro__right {
    flex: none;
    width: 100%;
    padding: 15px 24px 25px;
    align-items: center;
  }
  .picoway-intro__box-icon-wrap {
    width: 72px;
    height: 72px;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .picoway-intro__box-icon-wrap img,
  .picoway-intro__box-icon-wrap svg {
    width: 40px;
    height: 40px;
  }
  .picoway-intro__box-content {
    text-align: center;
    align-items: center;
  }
  .picoway-intro__box-desc,
  .picoway-intro__box-title {
    text-align: center;
  }
  .picoway-faq {
    flex-direction: column;
    height: auto;
    padding: 30px 20px 20px;
    gap: 24px 0;
  }
  .picoway-faq__left {
    flex: none;
    width: 100%;
    padding: 0;
    align-items: center;
    text-align: center;
  }
  .picoway-faq__right {
    flex: none;
    width: 100%;
    padding: 0;
  }
  .picoway-faq__accordion,
  .picoway-faq__item {
    width: 100%;
  }
  .picoway-faq__q-num {
    font-size: 22px;
  }
  .picoway-faq__q-text {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .picoway-faq__q {
    padding: 12px 14px;
  }
  .picoway-faq__btn {
    font-size: 13px;
    padding: 10px 24px;
  }
  .picoway-results {
    overflow: hidden;
    padding: 20px 20px 0;
  }
  .picoway-results__ghost {
    font-size: 22px;
    line-height: 22px;
    top: -5px;
  }
  .picoway-results__header {
    margin-bottom: 30px;
  }
  .picoway-results__swiper,
  .picoway-results__swiper-wrap {
    overflow: hidden;
  }
  .picoway-results__img {
    height: 140px !important;
  }
  .picoway-results__dots {
    padding-bottom: 20px;
  }
  .contact-hero {
    height: auto;
    background-color: var(--color-black);
    position: relative;
  }
  .contact-hero__inner {
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    min-height: 540px;
  }
  .contact-hero__center {
    order: 1;
    flex: none;
    width: 100%;
    height: 380px;
    margin-top: 160px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
  .contact-hero__left,
  .contact-hero__right {
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    z-index: 2;
  }
  .contact-hero__left {
    order: 2;
    top: 0;
    align-items: center;
    justify-content: center;
  }
  .contact-hero__right {
    order: 3;
    top: 80px;
    align-items: center;
    justify-content: center;
  }
  .contact-hero__text,
  .mf-hero__text--stroke {
    font-size: 80px;
    line-height: 80px;
    text-align: center;
  }
  .contact-info {
    padding: 60px 20px 40px;
    min-height: auto;
  }
  .contact-info__ghost {
    font-size: 44px;
    line-height: 44px;
    top: -14px;
  }
  .contact-info__h2 {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }
  .contact-info__sub,
  .contact-info__sub * {
    text-align: center !important;
  }
  .contact-info__sub {
    width: 100%;
    display: block;
  }
  .contact-info__header {
    margin-bottom: 20px;
  }
  .contact-info__card {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 20px;
    gap: 12px;
  }
  .contact-info__card-icon {
    flex: none;
    width: 60px;
    order: 1;
  }
  .contact-info__card-content {
    order: 2;
    align-items: center;
    gap: 8px;
  }
  .contact-info__card-label {
    font-size: 13px;
  }
  .contact-info__card-phone {
    font-size: 24px;
    line-height: 28px;
  }
  .contact-info__or {
    font-size: 36px;
    line-height: 36px;
    margin: 6px 0 16px;
  }
  .contact-map iframe {
    height: 300px;
  }
  .contact-details {
    padding: 16px;
  }
  .contact-details__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .contact-details__text {
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
  }
  .mf-hero__left,
  .mf-hero__right {
    width: 100%;
    display: flex;
    padding-left: 20px;
  }
  .mf-hero {
    height: auto;
    background-color: var(--color-black);
    position: relative;
  }
  .mf-hero__inner {
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    min-height: 460px;
  }
  .mf-hero__center {
    order: 3;
    flex: none;
    width: 100%;
    height: 380px;
    margin-top: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
  .mf-hero__left {
    order: 1;
    flex: none;
    height: 60px;
    position: static;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 25px;
  }
  .mf-hero__right {
    order: 2;
    position: absolute;
    top: 80px;
    left: 0;
    height: 80px;
    align-items: center;
    justify-content: flex-start;
    z-index: 2;
  }
  .mf-hero__text--solid {
    font-size: 32px !important;
    line-height: 36px !important;
    text-align: left;
  }
}
@media (max-width: 480px) {
  #main-h1,
  .hp-hero__title,
  h1#main-h1 {
    font-size: 52px !important;
  }
  .hp-hero__subheading {
    font-size: 20px;
    line-height: 26px;
  }
  .hp-hero__cta-wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .hp-hero__btn {
    width: 100%;
    justify-content: center;
  }
  .experts__title,
  .meet-dr__name {
    font-size: 30px;
    line-height: 34px;
  }
  .meet-dr__para {
    font-size: 15px;
  }
  .partners__left {
    padding: 24px 16px;
  }
  .partners__ghost {
    font-size: 22px;
    line-height: 22px;
  }
  .partners__heading {
    font-size: 28px;
    line-height: 34px;
  }
  .about-hero__left,
  .about-hero__right {
    height: 80px;
  }
  .about-hero__center {
    height: 220px;
  }
  .about-hero__text,
  .contact-hero__text,
  .mf-hero__text--stroke {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1px;
  }
  .experts__photo,
  .experts__visual {
    height: 400px;
  }
  .experts__ghost {
    font-size: 34px;
    line-height: 34px;
  }
  .meet-team__title {
    font-size: 24px;
    line-height: 30px;
  }
  .meet-team__card {
    height: 200px;
  }
  .picoway-hero__inner {
    padding: 48px 20px;
    width: 100%;
  }
  .picoway-hero__h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .contact-hero__left,
  .contact-hero__right {
    height: 90px;
  }
  .mf-hero__text--solid {
    font-size: 28px;
    line-height: 32px;
  }
}
.mf-benefits {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.mf-benefits__left {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
}
.mf-benefits__btn {
  align-self: flex-start;
}
.mf-benefits__right {
  flex: 0 0 50%;
}
.mf-pricing {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mf-services__card-btn {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
}
.mf-services__card-btn svg {
  fill: none;
  stroke: #b87636;
  flex-shrink: 0;
}
.mf-how {
  align-items: center;
  justify-content: center;
}
.mn-concerns {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mn-concerns__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
  align-items: center;
}
.mn-concerns__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hp-highlights {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.hp-highlights__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 32px;
  min-height: 260px;
  justify-content: flex-start;
}
.hp-highlights__item--dark {
  background: var(--color-black);
}
.hp-highlights__item--gold {
  background: var(--color-primary);
}
.hp-highlights__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hp-highlights__item--dark .hp-highlights__icon {
  color: var(--color-primary);
}
.hp-highlights__item--gold .hp-highlights__icon {
  color: var(--color-black);
}
.hp-highlights__icon svg {
  width: 52px;
  height: 52px;
}
.hp-highlights__icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.hp-highlights__body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.hp-highlights__title {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin: 0;
  padding: 0;
}
.hp-highlights__item--dark .hp-highlights__title {
  color: var(--color-white);
}
.hp-highlights__item--gold .hp-highlights__title {
  color: var(--color-black);
}
.hp-highlights__desc {
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(16px, 0.376vw + 14.59px, 20px);
  font-weight: 400;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}
.hp-highlights__item--dark .hp-highlights__desc {
  color: var(--hs-body-text);
}
.hp-highlights__item--gold .hp-highlights__desc {
  color: var(--color-black);
}
@media (max-width: 1024px) {
  .hp-highlights {
    flex-wrap: wrap;
  }
  .hp-highlights__item {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (max-width: 600px) {
  .hp-highlights__item {
    flex-direction: row;
    flex: 0 0 100%;
    width: 100%;
    align-items: flex-start;
    text-align: left;
    padding: 24px 20px;
    gap: 20px;
    min-height: auto;
  }
  .hp-highlights__icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .hp-highlights__body {
    align-items: flex-start;
    text-align: left;
    flex: 1;
  }
  .hp-highlights__title {
    font-size: 20px;
    line-height: 26px;
    text-align: left;
  }
  .hp-highlights__desc {
    font-size: 15px;
    text-align: left;
  }
}
.hp-form-block-preview {
  background: #f5f0eb;
  padding: 20px;
  border-radius: 4px;
  font-family: sans-serif;
  font-size: 14px;
  color: #1e1e1e;
  text-align: center;
}
.hp-form-block-preview h4 {
  color: #b87636;
  font-size: 16px;
  margin: 0 0 8px;
  font-family: sans-serif;
}
.hp-form-block-preview p {
  margin: 0;
  color: #555;
  font-size: 13px;
}
.hp-form__dummy {
  width: 100%;
  min-height: 600px;
  background: #f5f0eb;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 30px;
}
.hp-form__dummy-field {
  width: 100%;
  height: 44px;
  background: #fff;
  border: 1px solid #e0dbd4;
  border-radius: 3px;
}
.hp-form__dummy-textarea {
  width: 100%;
  height: 100px;
  background: #fff;
  border: 1px solid #e0dbd4;
  border-radius: 3px;
}
.hp-form__dummy-btn {
  width: 100%;
  height: 44px;
  background: #b87636;
  border: none;
  border-radius: 3px;
  opacity: 0.7;
  cursor: not-allowed;
}
.hp-form__dummy-label {
  font-family: sans-serif;
  font-size: 12px;
  color: #b5722a;
  text-align: center;
  margin: 0;
}
.hp-form__iframe-wrap {
  width: 100%;
  flex: 1;
  min-height: 751px;
}
.hp-form__iframe-wrap iframe {
  width: 100% !important;
  min-height: 751px;
  border: none;
  border-radius: 3px;
  display: block;
}
.about-hero-wrap,
.contact-details-wrap,
.contact-hero-wrap,
.meet-dr-wrap,
.mf-hero-wrap {
  background: var(--color-black);
}
.about-hero-wrap,
.contact-details-wrap,
.contact-hero-wrap,
.meet-dr-wrap,
.mf-hero-wrap,
.mf-how-wrap,
.mn-concerns-wrap,
.picoway-how-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.mf-how-wrap {
  background: var(--hp-bg, #1e1e1e);
}
.meet-dr,
.meet-dr__watermark {
  display: flex;
  padding: 0;
  overflow: hidden;
}
.meet-dr {
  position: relative;
  max-width: 1440px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto !important;
  flex-direction: row;
  align-items: stretch;
  background-color: var(--color-black);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.meet-dr__watermark {
  flex-shrink: 0;
  align-self: stretch;
  width: 165px;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  opacity: 0;
  transform: translateX(-30px);
  transition:
    opacity 1.2s,
    transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.meet-dr__watermark--visible {
  opacity: 1;
  transform: translateX(0);
}
.meet-dr__watermark-text {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 165px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1.5px #3d3d3d;
  text-stroke: 1.5px #3d3d3d;
  line-height: 1;
  transform: rotate(180deg) translateY(30px) translateX(30px);
  letter-spacing: 8px;
  white-space: nowrap;
}
.meet-dr__content {
  position: relative;
  z-index: 1;
  flex: 0 0 55%;
  max-width: 55%;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
.meet-dr__content--visible {
  opacity: 1;
  transform: translateY(0);
}
.meet-dr__name {
  font-family: Montserrat, sans-serif;
  font-size: 66px;
  font-weight: 900;
  color: #b87636;
  line-height: 66px;
  margin-bottom: 32px;
}
.meet-dr__bio {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.meet-dr__para,
.specials__para {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  margin: 0;
}
.meet-dr__mobile-img {
  display: none;
}
@media (max-width: 1024px) {
  .meet-dr__content {
    padding: 20px 36px 20px 24px;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .meet-dr__name {
    font-size: 50px;
    line-height: 54px;
  }
  .meet-dr__watermark-text {
    font-size: 120px;
  }
}
@media (max-width: 768px) {
  .mf-benefits {
    flex-direction: column-reverse;
    height: auto;
    padding: 20px;
    gap: 24px 0;
  }
  .mf-benefits__left,
  .mf-benefits__right,
  .mf-services__img {
    flex: none;
    width: 100%;
  }
  .mf-benefits__h2,
  .mf-how__h3,
  .mn-concerns__h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .mf-benefits__body,
  .mf-benefits__list-item,
  .mf-how__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .mf-benefits__img,
  .mf-benefits__img-placeholder {
    height: 240px;
  }
  .mf-benefits__btn {
    font-size: 14px;
    padding: 12px 28px;
  }
  .mf-pricing {
    padding: 20px;
    row-gap: 20px;
  }
  .mf-pricing__h2 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
  .mf-pricing__ghost {
    font-size: 52px;
    line-height: 52px;
  }
  .mf-pricing__price,
  .mf-pricing__subtitle {
    font-size: 15px;
  }
  .mf-pricing__grid {
    grid-template-columns: 1fr;
    gap: 12px 0;
  }
  .mf-pricing__col {
    height: 60px;
  }
  .mf-pricing__name {
    font-size: 15px;
    text-transform: uppercase;
  }
  .mf-pricing__btn {
    font-size: 13px;
    padding: 10px 24px;
  }
  .mf-services {
    flex-direction: column;
  }
  .mf-services__img {
    min-height: 280px;
  }
  .mf-services__grid {
    flex: none;
    width: 100%;
    padding: 20px;
    grid-template-columns: 1fr;
  }
  .mf-services__card {
    padding: 20px 10px;
  }
  .mf-services__card-title {
    font-size: 17px;
    line-height: 24px;
  }
  .mf-services__card-desc {
    font-size: 15px;
    line-height: 22px;
  }
  .mf-services__card-btn {
    font-size: 15px;
  }
  .mf-how {
    padding: 20px;
  }
  .mf-how__inner {
    width: 100%;
    max-width: 100%;
  }
  .mf-how__ghost {
    font-size: 40px;
    line-height: 40px;
    top: -12px;
  }
  .mn-concerns {
    padding: 40px 20px;
    gap: 24px;
  }
  .mn-concerns__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .mn-concerns__btn {
    font-size: 14px;
    padding: 14px 24px;
  }
  .meet-dr {
    flex-direction: column;
    background-image: none !important;

    min-height: auto;
  }
  .meet-dr__watermark {
    display: none;
  }
  .meet-dr__mobile-img {
    display: block;
    width: 100%;
    order: 0;
  }
  .meet-dr__mobile-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .meet-dr__content {
    order: 1;
    flex: none;
    max-width: 100%;
    padding: 24px 20px 32px;
    opacity: 1;
    transform: none;
  }
  .meet-dr__name {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .meet-dr__para {
    font-size: 16px;
    line-height: 24px;
  }
  .meet-dr__bio {
    gap: 16px;
  }
}
.partners__inner,
.partners__left {
  display: flex;
  height: 300px;
  overflow: hidden;
}
.partners {
  width: 100%;
  background: #fff;
  margin: 0 !important;
  padding: 0 !important;
}
.partners__inner {
  flex-direction: row;
  align-items: stretch;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.partners__left {
  width: 33.33%;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 40px;
  position: relative;
  background: #fff;
}
.partners__ghost {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Source Sans 3", sans-serif;
  font-size: 100px;
  font-weight: 700;
  color: #e5e3e1;
  line-height: 100px;
  white-space: nowrap;
  z-index: 0;
}
.about,
.about__header,
.about__title,
.naturally,
.partners__right,
.value-card {
  position: relative;
}
.partners__heading {
  hyphens: none;
  word-break: keep-all;
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #b87636;
  line-height: 46px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  hyphens: none;
  word-break: keep-all;
}
.partners__heading br {
  display: block;
}
.partners__right {
  width: 66.66%;
  height: 300px;
  overflow: hidden;
}
.partners-swiper {
  width: 100%;
  height: 100%;
}
.partners-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: var(--hs-partners-slide-height);
  box-sizing: border-box;
}
.partners__logo-img {
  max-width: var(--hs-partners-logo-max-w);
  max-height: var(--hs-partners-logo-max-h);
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.partners__placeholder {
  width: 140px;
  height: 80px;
  background: var(--color-light-bg);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hs-partners-placeholder-color);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin: 0 auto;
}
.partners-swiper .swiper-pagination {
  bottom: 8px;
  text-align: center;
  width: 100%;
}
.partners-swiper .swiper-pagination-bullet {
  width: var(--hs-partners-bullet-size);
  height: var(--hs-partners-bullet-size);
  background: var(--color-primary);
  opacity: var(--hs-partners-bullet-opacity);
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
  transition: opacity 0.25s;
  display: inline-block;
}
.partners-swiper .swiper-pagination-bullet:hover {
  opacity: var(--hs-partners-bullet-opacity-hover);
}
.partners-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 1024px) {
  .partners__inner {
    flex-direction: column;
    height: auto;
  }
  .partners__left {
    width: 100%;
    height: auto;
    padding: 32px 24px;
  }
  .partners__ghost {
    font-size: 28px;
    line-height: 28px;
  }
  .partners__heading {
    font-size: 32px;
    line-height: 38px;
  }
  .partners-swiper,
  .partners__right {
    width: 100%;
    height: 200px;
  }
  .partners-swiper .swiper-slide {
    height: var(--hs-partners-slide-height-mobile);
  }
}
.about {
  width: 100%;
  max-width: 1440px;
  min-height: 670px;
  background: #f5f0eb;
  padding: 90px 20px 80px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto !important;
}
.about__header {
  display: inline-block;
  margin-bottom: 0;
}
.about__ghost,
.about__title {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 66px;
}
.about__ghost {
  font-weight: 700;
  color: #e5e3e1;
  line-height: 88px;
  letter-spacing: 4px;
  white-space: nowrap;
  margin-bottom: -20px;
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.about__title {
  color: var(--color-primary);
}
.about__ghost--visible {
  opacity: 1;
  transform: translateY(0);
}
.about__title {
  font-weight: 900;
  line-height: 66px;
  margin-top: -54px;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.15s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}
.about__title--visible {
  opacity: 1;
  transform: translateY(0);
}
.about__subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #3d3d3d;
  max-width: 860px;
  margin: 0 auto 54px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.8s 0.3s,
    transform 0.8s 0.3s;
}
.about__subtitle--visible,
.value-card--visible {
  opacity: 1;
  transform: translateY(0);
}
.about__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  max-width: 1278px;
  margin: 0 auto;
}
.value-card {
  background: var(--color-white);
  padding: 15px 10px 20px;
  text-align: center;
  border: 1px solid var(--hs-value-card-border);
}
.value-card__icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.value-card__icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--hs-value-card-icon-stroke);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.value-card__icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}
.value-card__title {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: var(--color-black);
  line-height: 34px;
  margin-bottom: 14px;
}
.value-card__text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--color-black);
  line-height: 28px;
  margin: 0;
}
@media (max-width: 900px) {
  .about__ghost {
    font-size: 44px;
    line-height: 44px;
  }
  .about__title {
    font-size: 40px;
    line-height: 44px;
    margin-top: -34px;
  }
  .about__subtitle {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
    max-width: 100%;
  }
  .about__cards {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
  .value-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    padding: 28px 24px;
    gap: 20px;
  }
  .value-card__icon {
    margin: 0;
    width: 48px;
    height: 48px;
  }
  .value-card__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .value-card__text {
    line-height: 22px;
    font-size: 15px;
  }
}
.about-hero,
.naturally {
  overflow: hidden;
  display: flex;
}
.about-hero,
.about-hp,
.naturally {
  max-width: 1440px;
}
.about-hero {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 325px;
  margin: 0 auto !important;
  padding: 0 !important;
  background: var(--color-black);
}
.about-hero__left {
  flex: 0 0 29%;
  width: 29%;

  display: flex;
  align-items: center;
  justify-content: center;
}
.about-hero__center {
  flex: 0 0 42%;
  width: 42%;

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-hero__right {
  flex: 0 0 29%;
  width: 29%;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0;
}
.about-hero__text,
.contact-hero__text,
.mf-hero__text--stroke {
  font-family: "Noto Sans", sans-serif;
  font-size: 134px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1.5px #b87636;
  text-stroke: 1.5px #b87636;
  line-height: 134px;
  letter-spacing: -2px;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-hero__text--left {
  transition-delay: 0s;
}
.about-hero__text--right {
  transition-delay: 0.15s;
}
.about-hero__text--visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .about-hero {
    flex-direction: column;
    height: auto;
  }
  .about-hero__left {
    order: 1;
    flex: none;
    width: 100%;
    height: 120px;
    justify-content: center;
  }
  .about-hero__right {
    order: 2;
    flex: none;
    width: 100%;
    height: 120px;
    justify-content: center;
    padding-left: 0;
  }
  .about-hero__center {
    order: 3;
    flex: none;
    width: 100%;
    height: 280px;
  }
  .about-hero__text {
    font-size: 80px;
    line-height: 80px;
    text-align: center;
  }
}
.naturally-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: #1c1c1c;
}
.naturally {
  align-items: center;
  width: 100%;
  height: 750px;
  background: 0 0;
  padding: 0;
  gap: 0;
  margin: 0 auto !important;
}
.naturally__watermark {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 3;
  font-family: "Noto Sans", sans-serif;
  font-size: 86px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px #3d3d3d;
  text-stroke: 1px #3d3d3d;
  line-height: 86px;
  white-space: nowrap;
  text-align: center;
  opacity: 0;
  transition: opacity 1.2s;
}
.naturally__watermark--visible {
  opacity: 1;
}
.naturally__visual {
  flex: 0 0 38%;
  width: 38%;
  height: 750px;
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 15% bottom;
  opacity: 0;
  transform: translateX(-60px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}
.naturally__visual--visible {
  opacity: 1;
  transform: translateX(0);
}
.naturally__content {
  flex: 0 0 62%;
  width: 62%;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateX(55px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0.18s,
    transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.18s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.naturally__content--visible {
  opacity: 1;
  transform: translateX(0);
}
.naturally__title {
  font-family: Montserrat, sans-serif;
  font-size: 66px;
  font-weight: 900;
  color: #b87636;
  line-height: 66px;
  margin-bottom: 24px;
  margin-top: 0;
}
.naturally__btn,
.naturally__para {
  font-family: "Source Sans 3", sans-serif;
  font-size: var(--hs-naturally-font-size);
  font-weight: 400;
}
.naturally__para {
  color: var(--color-white);
  line-height: 28px;
  margin-bottom: 32px;
}
.naturally__btn {
  display: inline-block;
  padding: 12px 36px;
  border: 1.5px solid var(--color-primary);
  line-height: 22px;
  color: #b87636;
  background: 0 0;
  cursor: pointer;
  align-self: flex-start;
  transition:
    border-color 0.3s,
    color 0.3s;
}
.about-hp__ghost,
.about-hp__title {
  font-weight: 700;
  font-family: Montserrat, sans-serif;
}
.naturally__btn:hover {
  border-color: var(--color-white);
  color: var(--color-white);
}
.about-hp,
.about-hp-wrap {
  background: #f5f0eb;
  width: 100%;
}
.about-hp__ghost,
.experts__ghost,
.testimonials__ghost {
  white-space: nowrap;
  user-select: none;
}
.about-hp-wrap {
  margin: 0 !important;
  padding: 0 !important;
}
.about-hp {
  min-height: 800px;
  margin: 0 auto !important;
  padding: 80px 80px 90px;
  position: relative;
  overflow: hidden;
}
.about-hp__header {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.about-hp__ghost {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: var(--hs-about-ghost-size);
  color: var(--color-light-bg);
  line-height: var(--hs-about-ghost-size);
  z-index: 0;
  opacity: 0;
  transition: opacity 1s;
}
.about-hp__ghost--visible {
  opacity: 1;
}
.about-hp__title {
  font-size: 48px;
  color: #b87636;
  line-height: 52px;
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
.about-hp__bio,
.about-hp__subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 28px;
}
.about-hp__title--visible {
  opacity: 1;
  transform: translateY(0);
}
.about-hp__subtitle {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(25px);
  transition:
    opacity 0.8s 0.25s,
    transform 0.8s 0.25s;
}
.doctor,
.experts {
  max-width: 1440px;
}
.about-hp__subtitle--visible {
  opacity: 1;
  transform: translateY(0);
}
.about-hp__row {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  gap: 18px;
  align-items: start;
  margin-bottom: 18px;
}
.about-hp__photo-wrap {
  padding: 0;
  height: 350px;
  overflow: hidden;
  border-radius: 5px;
}
.about-hp__photo {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  border-radius: 5px;
  opacity: 0;
  transform: translateX(-50px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-hp__photo--visible {
  opacity: 1;
  transform: translateX(0);
}
.about-hp__photo-placeholder {
  width: 100%;
  height: 350px;
  border-radius: 5px;
  background: #e8e0d8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-hp__photo-placeholder svg {
  width: 60px;
  height: 60px;
  opacity: 0.3;
}
.about-hp__bio {
  padding: 10px 0 10px 10px;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s 0.1s,
    transform 0.8s 0.1s;
}
.about-hp__bio--visible {
  opacity: 1;
  transform: translateY(0);
}
.feat-box,
.stat-box {
  background: #fff;
  border: 1px solid #e0d8d0;
}
.about-hp__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: start;
}
.stat-box {
  padding: 28px 20px;
  text-align: center;
}
.stat-box__number {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #b87636;
  line-height: 52px;
  margin-bottom: 8px;
}
.feat-box__title,
.stat-box__label {
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}
.stat-box__label {
  color: #1a1a1a;
}
.about-hp__row--bottom {
  grid-template-columns: 33.33% 66.66%;
  align-items: stretch;
}
.about-hp__feats {
  display: flex;
  flex-direction: row;
  gap: 18px;
}
.feat-box {
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  flex: 1;
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.doctor__btn,
.experts__btn {
  border: 1.5px solid #b87636;
  text-transform: none;
  cursor: pointer;
  text-decoration: none;
}
.feat-box__icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}
.feat-box__icon svg {
  width: 70px;
  height: 70px;
  stroke: #b5722a;
  fill: none;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}
.feat-box__icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  display: block;
}
.feat-box__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.feat-box__title {
  color: #1e1e1e;
  margin: 0;
  transition: color 0.25s;
}
.feat-box:hover .feat-box__title {
  color: #b87636;
}
.feat-box__text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 28px;
  margin: 0;
}
.about-hp__photos-wrap {
  display: contents;
}
.about-hp__photo-wrap--mobile-only {
  display: none;
}
.about-hp__photo-wrap--desktop-only {
  display: block;
}
.doctor,
.doctor__left {
  position: relative;
  height: 800px;
  overflow: hidden;
}
.doctor-wrap {
  width: 100% !important;
  background: linear-gradient(90deg, #c8a15b 0, #a17a5b 30%, #1e1e1e 30%) !important;
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}
.doctor,
.doctor__left,
.doctor__right {
  background: 0 0 !important;
}
.doctor {
  display: flex !important;
  width: 100%;
  margin: 0 auto !important;
  padding: 0 !important;
}
.doctor__left {
  width: 50%;
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(-60px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.doctor__left--visible {
  opacity: 1;
  transform: translateX(0);
}
.doctor__photo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  z-index: 3;
}
.doctor__watermark {
  position: absolute;
  bottom: 200px;
  left: 65%;
  transform: translateX(-50%);
  z-index: 2;
  font-family: "Noto Sans", sans-serif;
  font-size: 160px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.18);
  text-stroke: 1px rgba(255, 255, 255, 0.18);
  line-height: 1;
  rotate: 180deg;
  user-select: none;
  letter-spacing: 6px;
}
.doctor__right {
  width: 50%;
  flex-shrink: 0;
  height: 800px;
  padding: 64px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateX(50px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s,
    transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}
.doctor__right--visible {
  opacity: 1;
  transform: translateX(0);
}
.doctor__name {
  font-family: Montserrat, sans-serif;
  font-size: 66px;
  font-weight: 900;
  color: #b87636;
  line-height: 66px;
  margin-bottom: 24px;
}
.doctor__btn,
.doctor__para {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.doctor__bio {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 0;
}
.doctor__para {
  color: #fff;
  line-height: 28px;
  margin: 0;
  padding: 2px 0;
}
.doctor__btn {
  display: inline-block;
  align-self: flex-start;
  margin-top: 28px;
  padding: 13px 36px;
  line-height: 22px;
  letter-spacing: 0;
  color: #b87636;
  background: 0 0;
  transition:
    border-color 0.3s,
    color 0.3s;
}
.doctor__btn:hover {
  border-color: #fff;
  color: #fff;
  background: 0 0;
}
@media (max-width: 900px) {
  .doctor__name,
  .doctor__para {
    z-index: 2;
    position: relative;
  }
  .doctor {
    flex-direction: column;
    height: auto;
  }
  .doctor-wrap {

  }
  .doctor__left {
    width: 100%;
    height: 460px;
    background: linear-gradient(90deg, #c8a15b 0, #a17a5b 30%, #1e1e1e 30%) !important;
  }
  .doctor__photo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110%;
    object-fit: contain;
    object-position: center bottom;
  }
  .doctor__watermark {
    display: none;
  }
  .doctor__right {
    width: 100%;
    height: auto;
    padding: 48px 32px;
    position: relative;
  }
  .doctor__name {
    font-size: 40px;
    line-height: 44px;
    position: relative;
    display: block;
    width: 100%;
  }
  .doctor__para {
    line-height: 20px;
    font-size: 15px;
  }
  .doctor__bio {
    gap: 14px;
  }
  .doctor__name,
  .doctor__para,
  .doctor__right {
    text-align: center;
  }
  .doctor__name::before {
    content: "Meet";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Noto Sans", sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
    text-stroke: 1px rgba(255, 255, 255, 0.15);
    white-space: nowrap;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    text-align: center;
  }
  .doctor__bio,
  .doctor__right {
    align-items: center;
  }
  .doctor__btn {
    align-self: center;
    font-size: 15px;
    padding: 10px 26px;
  }
}
@media (max-width: 560px) {
  .about__ghost {
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 2px;
  }
  .about__title {
    font-size: 30px;
    line-height: 34px;
    margin-top: -22px;
  }
  .about__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .about {
    padding: 60px 16px 50px;
  }
  .value-card__text {
    line-height: 22px;
  }
  .doctor__left {
    height: 350px;
  }
  .doctor__right,
  .doctor__right--visible {
    padding: 36px 24px;
    background: var(--color-black) !important;
  }
  .doctor__name {
    font-size: 32px;
    line-height: 36px;
  }
}
.experts,
.experts__content,
.experts__photo,
.experts__visual {
  position: relative;
}
.contact-map-wrap,
.experts-wrap,
.picoway-intro-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.experts {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: hidden;
  background: 0 0;
}
.experts__content {
  flex: 0 0 60%;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 100px 100px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateX(-55px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.experts__content--visible {
  opacity: 1;
  transform: translateX(0);
}
.experts__ghost {
  display: block;
  font-size: 96px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px rgba(2, 1, 1, 0.25);
  text-stroke: 1px rgba(2, 1, 1, 0.25);
  line-height: 96px;
  letter-spacing: 0;
  margin-bottom: -20px;
}
.experts__title {
  font-family: Montserrat, sans-serif;
  font-size: 66px;
  font-weight: 900;
  color: var(--color-primary);
  line-height: 66px;
  margin-bottom: 20px;
  margin-top: -30px;
}
.experts__btn,
.experts__para {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.experts__para {
  color: var(--color-black);
  font-size: 21px;
  margin-bottom: 20px;
  max-width: 555px;
}
.experts__btn {
  display: inline-block;
  padding: 12px 36px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--color-primary);
  background: 0 0;
  transition:
    border-color 0.3s,
    color 0.3s;
  align-self: flex-start;
  margin-top: 16px;
}
.experts__btn:hover {
  border-color: var(--color-black);
  color: var(--color-black);
  background: 0 0;
}
.experts__visual {
  flex: 0 0 40%;
  width: 40%;
  background: 0 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  opacity: 0;
  transform: translateX(55px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s,
    transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}
.choose-wrap,
.hero-section,
.meet-team,
.meet-team__card,
.picoway-hero,
.specials,
.specials-wrap,
.testimonials {
  overflow: hidden;
}
.experts__visual--visible {
  opacity: 1;
  transform: translateX(0);
}
.experts__photo {
  z-index: 10;
  width: 100%;
  object-fit: contain;
  object-position: center top;
  display: block;
  margin-left: 0;
}
@media (max-width: 1024px) {
  .naturally {
    height: auto;
    min-height: 560px;
  }
  .naturally__visual {
    height: 560px;
    background-size: contain;
  }
  .experts__title,
  .naturally__title {
    font-size: 46px;
    line-height: 50px;
  }
  .naturally__watermark {
    font-size: 60px;
    line-height: 60px;
  }
  .about-hp {
    padding: 60px 40px;
  }
  .about-hp__ghost {
    font-size: 48px;
  }
  .about-hp__title {
    font-size: 36px;
    line-height: 42px;
  }
  .stat-box__number {
    font-size: 36px;
  }
  .experts {
    height: auto;
  }
  .experts__content {
    height: auto;
    padding: 60px 40px;
    flex: 0 0 60%;
    width: 60%;
  }
  .experts__visual {
    flex: 0 0 40%;
    width: 40%;
    height: auto;
    min-height: 400px;
  }
  .experts__ghost {
    font-size: 64px;
    line-height: 64px;
  }
  .experts__photo {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .naturally__content,
  .naturally__visual {
    width: 100%;
    transform: translateX(0);
    opacity: 1;
  }
  .naturally {
    flex-direction: column;
    height: auto;
    overflow: visible;
  }
  .naturally__visual {
    order: 1;
    flex: none;
    height: 380px;
    background-size: contain;
    background-position: center bottom;
  }
  .naturally__watermark {
    order: 2;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    font-size: 38px;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
    width: 100%;
    padding: 20px 24px 0;
    opacity: 1;
    pointer-events: none;
  }
  .naturally__content {
    order: 3;
    flex: none;
    padding: 12px 24px 48px;
    align-items: center;
    justify-content: flex-start;
  }
  .naturally__title {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
  }
  .naturally__para {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .naturally__btn {
    align-self: center;
  }
  .about-hp {
    padding: 48px 20px 28px;
  }
  .about-hp__ghost {
    font-size: 36px;
    top: -20px;
  }
  .about-hp__title {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }
  .about-hp__bio,
  .about-hp__subtitle {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .about-hp__subtitle {
    margin-bottom: 0;
  }
  .about-hp__header {
    margin-bottom: 28px;
  }
  .about-hp__bio {
    order: 1;
    flex: 0 0 100%;
    width: 100%;
    padding: 8px 0 12px;
  }
  .about-hp__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: unset;
  }
  .about-hp__stats {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
    grid-template-columns: 1fr;
  }
  .stat-box {
    padding: 14px 10px;
  }
  .stat-box__number {
    font-size: 28px;
    line-height: 34px;
  }
  .stat-box__label {
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .about-hp__row--bottom .about-hp__photo-wrap--desktop-only,
  .stat-box__label br {
    display: none;
  }
  .about-hp__photos-wrap {
    display: flex;
    flex-direction: row;
    gap: 10px;
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    contain: none;
  }
  .about-hp__photos-wrap .about-hp__photo-wrap {
    flex: 0 0 calc(50% - 5px);
    width: calc(50% - 5px);
    height: 200px;
    order: unset;
    display: block !important;
  }
  .about-hp__photos-wrap .about-hp__photo,
  .about-hp__photos-wrap .about-hp__photo-placeholder {
    height: 200px;
  }
  .about-hp__feats {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }
  .feat-box {
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
  }
  .feat-box__icon,
  .feat-box__icon img,
  .feat-box__icon svg {
    width: 48px;
    height: 48px;
  }
  .feat-box__title {
    font-size: 17px;
    line-height: 24px;
  }
  .feat-box__text {
    font-size: 16px;
    line-height: 24px;
  }
  .experts {
    flex-direction: column;
    height: auto;
  }
  .experts__visual {
    flex: none;
    width: 100%;
    height: 520px;
    order: 1;
    padding: 0;
  }
  .experts__photo {
    width: 100%;
    height: 520px;
    object-fit: contain;
    object-position: center top;
    padding-right: 0;
    margin-left: 0;
  }
  .experts__content {
    flex: none;
    width: 100%;
    height: auto;
    padding: 24px 24px 48px;
    order: 2;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
  }
  .experts__ghost {
    font-size: 44px;
    line-height: 44px;
    white-space: nowrap;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    order: 0;
    width: auto;
    text-align: center;
    z-index: 0;
    pointer-events: none;
  }
  .experts__title-wrap {
    position: relative;
    display: inline-block;
    z-index: 1;
    order: 1;
  }
  .experts__title {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    margin-top: 0;
    position: relative;
    z-index: 1;
    order: 1;
  }
  .experts__para {
    order: 3;
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
    text-align: center;
  }
  .experts__btn {
    align-self: center;
    order: 4;
  }
}
.hero-section__video,
.mf-benefits__img,
.picoway-gallery__img,
.picoway-how__img,
.picoway-results__img {
  object-fit: cover;
  object-position: center center;
}
.testimonials-wrap {
  width: 100%;
  background: #1c1c1c;
  margin: 0 !important;
  padding: 0 !important;
}
.testimonials {
  max-width: 1440px;
  width: 100%;
  min-height: 420px;
  margin: 0 auto !important;
  padding: 70px 0 30px;
  position: relative;
  text-align: center;
}
.testimonials__header {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
}
.testimonials__ghost {
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-size: 100px;
  font-weight: 700;
  color: #3d3d3d;
  line-height: 100px;
  letter-spacing: 0;
}
.testimonials__title {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #b87636;
  line-height: 52px;
  margin-top: -60px;
  position: relative;
  z-index: 1;
}
.testimonials__subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  max-width: 680px;
  margin: 24px auto 40px;
}
.specials__btn,
.specials__title {
  font-family: Montserrat, sans-serif;
  color: #fff;
}
.testimonials__widget {
  width: 100%;
  min-height: 300px;
}
.testimonials__widget iframe {
  width: 100% !important;
  min-width: 100% !important;
  border: none;
  display: block;
}
@media (max-width: 1024px) {
  .testimonials {
    padding: 60px 40px 40px;
  }
  .testimonials__ghost {
    font-size: 70px;
    line-height: 70px;
  }
  .testimonials__title {
    font-size: 36px;
    line-height: 42px;
    margin-top: -44px;
  }
  .testimonials__subtitle {
    font-size: 17px;
  }
}
.specials-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.specials {
  position: relative;
  width: 100%;
  height: 650px;
  margin: 0 auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.picoway-gallery__col--1 .picoway-gallery__img-wrap:last-child,
.picoway-gallery__col--2 .picoway-gallery__img-wrap:last-child,
.picoway-gallery__col--3 .picoway-gallery__img-wrap:last-child {
  margin-bottom: 0;
}
.specials__overlay {
  position: absolute;
  inset: 0;

  opacity: 0.5;
  z-index: 0;
}
.specials__inner {
  position: relative;
  z-index: 1;
  width: 55%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.specials__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  margin: 0;
}
.specials__btn {
  display: inline-block;
  padding: 16px 48px;
  background: #b87636;
  border: 1.5px solid transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none;
  cursor: pointer;
  transition:
    border-color 0.3s,
    background 0.3s;
  margin-top: 8px;
}
.specials__btn:hover {
  border-color: #fff;
  background: #b87636;
  color: #fff;
}
@media (max-width: 1024px) {
  .specials {
    height: 560px;
  }
  .specials__inner {
    width: 70%;
  }
  .specials__title {
    font-size: 38px;
    line-height: 44px;
  }
  .specials__para {
    font-size: 18px;
  }
}
.treatments {
  width: 100%;
  padding: 50px 100px 60px;
  background: #fff;
  text-align: center;
}
.treatments__header {
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
}
.treatments__ghost {
  user-select: none;
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-size: 165px;
  font-weight: 700;
  color: #e5e3e1;
  line-height: 165px;
  letter-spacing: -4px;
  user-select: none;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.treatments__ghost--visible {
  opacity: 1;
  transform: translateY(0);
}
.treatments__title {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 66px;
  font-weight: 900;
  color: #b87636;
  line-height: 66px;
  margin-top: -70px;
  position: relative;
  opacity: 0;
  transform: translateY(35px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.18s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.18s;
}
.treatments__title--visible {
  opacity: 1;
  transform: translateY(0);
}
.treatments__subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 28px;
  max-width: 620px;
  margin: 0 auto 50px;
  opacity: 0;
  transform: translateY(25px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.35s,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.35s;
}
.treatments__subtitle--visible {
  opacity: 1;
  transform: translateY(0);
}
.treatments__grid {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.treatments__row {
  display: flex;
  gap: 2px;
  width: 100%;
}
.treatments__row + .treatments__row {
  margin-top: 2px;
}
.treatments__card {
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  background: #d0d0d0;
  text-decoration: none;
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  flex-shrink: 0;
}
.treatments__card--visible {
  opacity: 1;
  transform: translateY(0);
}
.treatments__row--wide .treatments__card {
  width: 41%;
  flex: 0 0 calc(50% - 0.5px);
  height: 440px;
}
.treatments__row--narrow .treatments__card {
  flex: 1;
  height: 440px;
}
.treatments__card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition:
    opacity 0.6s 0.15s,
    transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.treatments__card--visible .treatments__card__img {
  opacity: 1;
}
.treatments__card:hover .treatments__card__img {
  transform: scale(1.07);
}
.treatments__card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.08) 50%, transparent 100%);
  pointer-events: none;
  transition: background 0.4s;
}
.treatments__card:hover .treatments__card__overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0, rgba(0, 0, 0, 0.18) 55%, transparent 100%);
}
.treatments__card__label {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  z-index: 2;
  font-family: "Source Sans 3", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 36px;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  padding: 0 20px;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.treatments__card:hover .treatments__card__label {
  transform: translateY(-7px);
}
.treatments__cta {
  margin-top: 50px;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.7s 0.2s,
    transform 0.7s 0.2s;
}
.treatments__cta--visible {
  opacity: 1;
  transform: translateY(0);
}
.treatments__btn {
  display: inline-block;
  padding: 13px 50px;
  border: 1.5px solid #b87636;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #b87636;
  background: 0 0;
  cursor: pointer;
  transition:
    border-color 0.3s,
    color 0.3s;
}
.choose__btn,
.hero-section__btn,
.picoway-hero__btn,
.picoway-hero__h1,
.picoway-how__step-title {
  text-transform: uppercase;
}
.meet-team,
.meet-team-wrap {
  background: linear-gradient(180deg, #1e1e1e 50%, #fff 50%);
  width: 100%;
}
.treatments__btn:hover {
  border-color: #22201f;
  color: #22201f;
  background: 0 0;
}
@media (max-width: 1024px) {
  .treatments {
    padding: 80px 40px 70px;
  }
}
@media (max-width: 900px) {
  .treatments__ghost {
    font-size: 100px;
    line-height: 100px;
  }
  .treatments__title {
    font-size: 46px;
    line-height: 46px;
    margin-top: -36px;
  }
  .treatments__card__label {
    font-size: 26px;
    line-height: 26px;
  }
  .treatments__row--wide .treatments__card {
    height: 320px;
  }
  .treatments__row--narrow .treatments__card {
    height: 280px;
  }
}
@media (max-width: 640px) {
  .testimonials {
    padding: 48px 24px 32px;
  }
  .testimonials__ghost {
    font-size: 44px;
    line-height: 44px;
    white-space: normal;
  }
  .testimonials__title {
    font-size: 28px;
    line-height: 34px;
    margin-top: -28px;
  }
  .testimonials__subtitle {
    font-size: 15px;
    line-height: 22px;
  }
  .specials {
    height: auto;
    min-height: 480px;
    padding: 60px 0;
  }
  .specials__inner {
    width: 88%;
    gap: 18px;
  }
  .specials__title {
    font-size: 28px;
    line-height: 34px;
  }
  .specials__para {
    font-size: 16px;
    line-height: 24px;
  }
  .specials__btn {
    padding: 14px 32px;
    font-size: 14px;
  }

  .treatments {
    padding: 24px 16px 30px;
  }
  .treatments__ghost {
    font-size: 52px;
    line-height: 52px;
    letter-spacing: -2px;
  }
  .treatments__title {
    font-size: 32px;
    line-height: 32px;
    margin-top: -28px;
  }
  .treatments__subtitle {
    font-size: 15px;
    line-height: 20px;
    margin: 0 auto 14px;
  }
  .treatments__row {
    flex-direction: column;
    gap: 1px;
  }
  .treatments__row--narrow .treatments__card,
  .treatments__row--wide .treatments__card {
    flex: none;
    width: 100%;
    height: 220px;
  }
  .treatments__card__label {
    font-size: 22px;
    line-height: 22px;
  }
  .treatments__cta {
    margin-top: 16px;
  }
  .treatments__btn {
    padding: 10px 30px;
    font-size: 16px;
  }
}
.meet-team-wrap {
  margin: 0 !important;
  padding: 0 !important;
}
.meet-team {
  max-width: 100%;
  height: 620px;
  margin: 0 auto !important;
  padding: 40px 80px 200px;
  display: flex;
  flex-direction: column;
}
.meet-team__header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 80px 32px;
  flex-shrink: 0;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.meet-team__header--visible {
  opacity: 1;
  transform: translateY(0);
}
.meet-team__title {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #b87636;
  line-height: 52px;
  margin: 0;
  text-align: center;
}
.meet-team__cards {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
  flex: 1;
  justify-content: center;
  gap: 0 30px;
}
.meet-team__card {
  flex: 0 0 18%;
  width: 18%;
  height: 350px;
  position: relative;
  background-color: #2a2a2a;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.meet-team__card-name,
.meet-team__card-role {
  color: #fff;
  margin: 0;
  text-align: center;
  width: 100%;
}
.meet-team__card--visible {
  opacity: 1;
  transform: translateY(0);
}
.meet-team__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.1) 60%, transparent 100%);
  z-index: 0;
}
.meet-team__card-content {
  position: relative;
  z-index: 1;
  padding: 0 0 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}
.meet-team__card-name {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}
.meet-team__card-role {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .meet-team {
    height: auto;
  }
  .meet-team__cards {
    flex-wrap: wrap;
  }
  .meet-team__card {
    flex: 0 0 33.33%;
    width: 33.33%;
    height: 280px;
  }
}
@media (max-width: 768px) {
  .meet-team {
    height: auto;
    padding: 20px 20px 30px;
  }
  .meet-team__header {
    padding: 0 0 20px;
  }
  .meet-team__title {
    font-size: 44px;
    line-height: 50px;
    white-space: nowrap;
  }
  .meet-team__card:nth-child(5) {
    background-size: cover !important;
    background-position: center center !important;
  }
  .meet-team__cards {
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .meet-team__card {
    flex: 0 0 100%;
    width: 100%;
    height: 220px;
    margin-top: 0 !important;
  }
  .meet-team__card-name {
    font-size: 18px;
    line-height: 24px;
  }
  .meet-team__card-role {
    font-size: 15px;
    line-height: 20px;
  }
}
.meet-team__card:nth-child(2),
.meet-team__card:nth-child(4) {
  margin-top: 50px;
}
.meet-team__card:first-child,
.meet-team__card:nth-child(2),
.meet-team__card:nth-child(3),
.meet-team__card:nth-child(4) {
  background-position: 20% center;
}
.meet-team__card:nth-child(5) {
  background-size: 175%;
  background-position: center -100px;
}
.hero-section,
.hero-section *,
.hero-section ::after,
.hero-section ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.entry-content,
.hentry,
.inside-article,
.separate-containers .inside-article,
.site-main,
.site-main > article,
.wp-block-acf-hp-home-hero {
  padding: 0 !important;
  margin: 0 !important;
}
.picoway-gallery__col--1 .picoway-gallery__img-wrap,
.picoway-gallery__col--2 .picoway-gallery__img-wrap,
.picoway-gallery__col--3 .picoway-gallery__img-wrap {
  margin-bottom: 20px;
}
#primary,
#primary.content-area,
.content-area {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}
.hero-section {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  position: relative;
  width: 100%;
  min-height: 696px;
  display: flex;
  align-items: center;
  background-color: var(--color-black);
}
.hero-section__poster,
.hero-section__video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-section__video {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 1s;
}
.hero-section__video.is-playing {
  opacity: 1;
}
.hero-section__poster.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.hero-section__poster {
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 1s;
}
.hero-section__poster-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center right;
}
@media (max-width: 768px) {
  .hero-section__poster {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center top !important;
    opacity: 1 !important;
    z-index: 0 !important;
  }
  .hero-section__poster-img {
    object-fit: cover !important;
    object-position: center top !important;
  }
  .hero-section__overlay {
    background: rgba(30, 30, 30, 0.25) !important;
  }
}
.hero-section__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(30, 30, 30, 0.25);
  pointer-events: none;
}
#main-h1,
.hero-section__heading {
  transition:
    color 0.4s,
    -webkit-text-stroke 0.4s;
}
.hero-section__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 3;
}
.hero-section__inner {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 696px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 10px;
}
.hero-section__content {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
}
.hero-section__heading {
  font-family: var(--hs-font-primary);
  font-size: 140px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  color: transparent;
  -webkit-text-stroke: 2px var(--color-primary);
  text-stroke: 2px var(--color-primary);
}
#main-h1.is-video-active,
.hero-section__heading.is-video-active {
  color: #fff !important;
  -webkit-text-stroke: 0px transparent !important;
  text-stroke: 0px transparent !important;
}
.hero-section__subheading {
  font-family: var(--hs-font-secondary);
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
  text-transform: uppercase;
  color: var(--color-white);
  font-style: normal;
}
.hero-section__subheading em,
.hero-section__subheading i {
  font-style: italic;
}
.hero-section__body {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--hs-body-text);
  max-width: 560px;
}
.hero-section__buttons {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.hero-section__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--hs-font-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.04em;
  border-radius: 5px;
  padding: 16px 40px;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.25s,
    color 0.25s,
    border-color 0.25s;
  white-space: nowrap;
  border: 2px solid transparent;
}
.hero-section__btn--primary {
  background: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}
.hero-section__btn--primary:hover {
  background: var(--color-primary-hover);
  border: var(--hs-btn-primary-hover-border);
  color: var(--color-white);
}
.hero-section__btn--outline {
  background: var(--color-white);
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.hero-section__btn--outline:hover {
  background: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}
.hero-section__social {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}
.hero-section__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--hs-social-link-size);
  height: var(--hs-social-link-size);
  border-radius: 50%;
  border: var(--hs-social-link-border) !important;
  color: var(--color-white);
  text-decoration: none;
  transition: background 0.25s;
  flex-shrink: 0;
  background: 0 0;
}
.hero-section__social-link:hover {
  background: var(--hs-social-link-hover-bg);
}
.hero-section__social-link svg {
  width: var(--hs-social-link-svg-size);
  height: var(--hs-social-link-svg-size);
  fill: var(--color-white);
  display: block;
}
@media (max-width: 768px) {
  .hero-section {
    min-height: auto;
  }
  .hero-section__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
    min-height: auto;
    text-align: center;
  }
  .hero-section__content {
    width: 100%;
    gap: 16px;
    align-items: center;
    text-align: center;
  }
  .hero-section__heading {
    font-size: clamp(42px, 12vw, 72px);
    text-align: center;
  }
  .hero-section__subheading {
    font-size: clamp(20px, 6vw, 34px);
    line-height: 1.2;
    text-align: center;
  }
  .hero-section__body {
    font-size: 15px;
    max-width: 100%;
    text-align: center;
  }
  .hero-section__buttons {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    align-items: stretch;
  }
  .hero-section__btn {
    width: 100%;
    justify-content: center;
    padding: 16px 20px;
  }
  .hero-section__social {
    position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    flex-direction: column !important;
    gap: 10px !important;
    z-index: 20 !important;
    margin: 0 !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-section__inner {
    padding: 48px 20px;
  }
  .hero-section__content {
    width: 65%;
  }
  .hero-section__heading {
    font-size: clamp(72px, 9vw, 110px);
  }
  .hero-section__subheading {
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.2;
  }
}
.choose-wrap {
  width: 100%;
  background: #fff;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.choose__ghost {
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 165px;
  font-weight: 700;
  color: #e5e3e1;
  line-height: 250px;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  z-index: 0;
  text-align: left;
  padding-left: 80px;
}
.choose {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 1440px;
  width: 100%;
  min-height: 750px;
  margin: 0 auto !important;
  padding: 120px 80px;
  position: relative;
  z-index: 1;
}
.choose__left {
  flex: 0 0 33.33%;
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 40px;
  padding-top: 120px;
}
.choose__title {
  font-family: Montserrat, sans-serif;
  font-size: 66px;
  font-weight: 900;
  color: #b87636;
  line-height: 66px;
  margin: 0 0 24px;
}
.choose__btn,
.choose__para {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.choose__para {
  color: #3d3d3d;
  line-height: 28px;
  margin: 0 0 32px;
}
.choose__btn {
  display: inline-block;
  padding: 12px 36px;
  border: 1.5px solid #b87636;
  line-height: 22px;
  text-decoration: none;
  color: #b87636;
  background: 0 0;
  cursor: pointer;
  align-self: flex-start;
  transition:
    border-color 0.3s,
    color 0.3s;
  letter-spacing: 1px;
}
.choose__btn:hover {
  border-color: #000;
  color: #000;
}
.choose__right {
  flex: 0 0 66.66%;
  width: 66.66%;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.choose__box-icon,
.choose__box-icon img,
.choose__box-icon svg {
  width: 52px;
  height: 52px;
}
.choose__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.choose__col:first-child {
  margin-top: 50px;
}
.choose__box {
  background: #f5f0eb;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.choose__box--visible {
  opacity: 1;
  transform: translateY(0);
}
.choose__box-icon {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b5722a;
  flex-shrink: 0;
}
.choose__box-icon img {
  object-fit: contain;
}
.choose__box-title {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #1e1e1e;
  line-height: 34px;
  margin-bottom: 12px;
  margin-top: 0;
}
.choose__box-desc {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1200px) {
  .choose__ghost {
    font-size: 110px;
    line-height: 110px;
  }
  .choose__title {
    font-size: 50px;
    line-height: 54px;
  }
  .choose__box-title {
    font-size: 20px;
    line-height: 28px;
  }
  .choose__box-desc {
    font-size: 17px;
    line-height: 24px;
  }
}
.picoway-hero-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: 0 0;
}
.picoway-hero {
  position: relative;
  width: 100%;
  height: 700px;
  margin: 0 !important;
  display: flex;
  align-items: center;
  background: #000;
}
.picoway-hero__inner,
.picoway-how {
  flex-direction: column;
  position: relative;
}
.picoway-hero__poster-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.picoway-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.picoway-hero__overlay {
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}
.picoway-hero__inner {
  z-index: 2;
  width: 62%;
  max-width: 62%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
.picoway-hero__inner--visible {
  opacity: 1;
  transform: translateY(0);
}
.picoway-hero__h1 {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 52px;
  margin: 0;
}
.picoway-hero__h1 span {
  display: block;
  font-size: 32px !important;
  font-weight: 500;
  line-height: 36px !important;
  margin-top: 12px;
}
.picoway-hero__subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  margin: 0;
  max-width: 720px;
}
.picoway-hero__btn {
  display: inline-block;
  padding: 14px 40px;
  background: #b87636;
  border: 1.5px solid transparent;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 20px;
  text-decoration: none;
  letter-spacing: 1px;
  cursor: pointer;
  align-self: center;
  transition:
    border-color 0.3s,
    background 0.3s;
}
.picoway-hero__btn:hover {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 1024px) {
  .hero-section__bg-image {
    width: 100%;
    background-position: center top;
    opacity: 0.45;
  }
  .choose {
    flex-direction: column;
    padding: 60px 40px;
  }
  .choose__left {
    flex: none;
    width: 100%;
    padding-right: 0;
    padding-top: 60px;
  }
  .choose__right {
    flex: none;
    width: 100%;
    margin-top: 40px;
  }
  .choose__col:first-child {
    margin-top: 0;
  }
  .choose__ghost {
    font-size: 80px;
    line-height: 80px;
  }
  .choose__title {
    font-size: 44px;
    line-height: 48px;
  }
  .picoway-hero__h1 span {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .picoway-hero {
    height: 580px;
  }
  .picoway-hero__inner {
    padding: 0 0 0 60px;
    width: 75%;
  }
  .picoway-hero__h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 768px) {
  .choose {
    flex-direction: column;
    padding: 24px 24px 36px;
  }
  .choose__left {
    flex: none;
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    align-items: center;
    text-align: center;
    position: relative;
  }
  .choose__ghost {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    font-size: 52px;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
    padding-left: 0;
    z-index: 0;
  }
  .choose__title {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 40px;
  }
  .choose__para {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }
  .choose__btn {
    align-self: center;
    font-size: 16px;
    padding: 10px 24px;
    letter-spacing: 0.5px;
  }
  .choose__right {
    flex: none;
    width: 100%;
    margin-top: 32px;
    flex-direction: column;
  }
  .choose__col:first-child {
    margin-top: 0;
  }
  .choose__box-title {
    font-size: 18px;
    line-height: 26px;
  }
  .choose__box-desc {
    font-size: 15px;
    line-height: 22px;
  }
  .picoway-hero__h1 span {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .picoway-hero {
    height: auto;
    min-height: 500px;
  }
  .picoway-hero__inner {
    width: 90%;
    max-width: 90%;
    padding: 60px 24px;
  }
  .picoway-hero__h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .picoway-hero__subtitle {
    font-size: 16px;
    line-height: 20px;
    max-width: calc(62% + 150px);
  }
  .picoway-hero__btn {
    font-size: 13px;
    padding: 10px 28px;
  }
}
.picoway-gallery,
.picoway-how {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.picoway-how {
  background-color: var(--color-black);
  width: 100%;
  margin: 0 auto !important;
  padding: 80px 100px;

  display: flex;
  align-items: center;
  justify-content: center;
}
.picoway-how__header {
  width: 60%;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.picoway-how__ghost {
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Source Sans 3", sans-serif;
  font-size: 100px;
  font-weight: 700;
  color: #3d3d3d;
  line-height: 100px;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 1s;
}
.picoway-how__subtitle,
.picoway-how__title {
  z-index: 1;
  position: relative;
  text-align: center;
}
.picoway-how__ghost--visible {
  opacity: 1;
}
.picoway-how__title {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #b87636;
  line-height: 52px;
  margin: 0 0 24px;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
.picoway-how__title--visible {
  opacity: 1;
  transform: translateY(0);
}
.picoway-how__subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  margin: 0;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.8s 0.2s,
    transform 0.8s 0.2s;
}
.picoway-how__step-num,
.picoway-how__step-title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.picoway-how__subtitle--visible {
  opacity: 1;
  transform: translateY(0);
}
.picoway-how__row {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
  justify-content: center;
  align-items: stretch;
  column-gap: 30px;
  row-gap: 0;
  gap: 30px;
}
.picoway-how__img-wrap {
  flex: 1;
  padding: 0;
  min-width: 0;
  opacity: 0;
  transform: translateX(-40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
.picoway-how__img-wrap--visible {
  opacity: 1;
  transform: translateX(0);
}
.mf-benefits__img,
.picoway-how__img {
  width: 100%;
  height: 420px;
  display: block;
  border-radius: 5px;
}
.picoway-how__img-placeholder {
  width: 100%;
  height: 420px;
  border-radius: 5px;
  background: #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.picoway-how__img-placeholder svg {
  width: 60px;
  height: 60px;
  opacity: 0.2;
}
.picoway-how__steps {
  flex: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  min-width: 0;
}
.picoway-how__step {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex: none;
  opacity: 0;
  transform: translateX(40px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.25s;
}
.picoway-how__step--visible {
  opacity: 1;
  transform: translateX(0);
}
.picoway-how__step:hover {
  background: #f7f4f1;
}
.picoway-how__step-num-wrap {
  background: #f7f4f1;
  border-radius: 5px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s;
}
.picoway-how__step:hover .picoway-how__step-num-wrap {
  background: #fff;
}
.picoway-how__step-num {
  color: #b87636;
}
.picoway-how__step-content {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.picoway-how__step-title {
  color: #1e1e1e;
}
.picoway-how__step-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 22px;
  margin: 0;
}
.mf-benefits-wrap,
.mf-services-wrap,
.picoway-faq-wrap,
.picoway-gallery-wrap,
.picoway-results-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
}
.picoway-gallery {
  width: 100%;
  margin: 0 auto !important;
  padding: 80px 100px;
  background: #fff;
  position: relative;
}
.picoway-gallery__header {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.picoway-gallery__ghost,
.picoway-results__ghost {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Source Sans 3", sans-serif;
  font-size: 100px;
  font-weight: 700;
  color: #e5e3e1;
  line-height: 100px;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 1s;
}
.picoway-gallery__title,
.picoway-intro__h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.picoway-gallery__ghost--visible {
  opacity: 1;
}
.picoway-gallery__title {
  font-size: 48px;
  color: #b87636;
  line-height: 52px;
  position: relative;
  z-index: 1;
  margin: 0;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
.picoway-gallery__title--visible {
  opacity: 1;
  transform: translateY(0);
}
.picoway-gallery__grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  column-gap: 20px;
  row-gap: 0;
  padding: 0;
  width: 100%;
}
.picoway-gallery__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  flex: 1;
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.picoway-gallery__col--visible {
  opacity: 1;
  transform: translateY(0);
}
.picoway-gallery__img-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.picoway-gallery__img {
  width: 100%;
  display: block;
  border-radius: 5px;
}
.picoway-gallery__col--1 .picoway-gallery__img {
  height: 300px;
}
.picoway-gallery__col--2 .picoway-gallery__img {
  height: 462px;
}
.picoway-gallery__col--3 .picoway-gallery__img--sm {
  height: 220px;
}
.picoway-gallery__col--3 .picoway-gallery__img--lg {
  height: 462px;
}
.picoway-gallery__placeholder {
  width: 100%;
  border-radius: 5px;
  background: #f0ece8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.picoway-gallery__placeholder svg {
  width: 40px;
  height: 40px;
  opacity: 0.3;
}
.pg-swiper-wrap {
  display: none;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pg-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pg-swiper .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  box-sizing: border-box;
}
.pg-swiper .swiper-slide {
  flex: 0 0 calc(50% - 5px) !important;
  width: calc(50% - 5px) !important;
  box-sizing: border-box;
  border: 1px solid #e5e3e1;
  border-radius: 10px;
  overflow: hidden;
}
.picoway-faq__btn:hover,
.picoway-intro__btn:hover {
  border-color: #fff;
  color: #fff;
}
.pg-swiper__img {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}
.pg-swiper__dots {
  position: relative !important;
  bottom: auto !important;
  margin-top: 16px;
  padding-bottom: 20px;
  text-align: center;
}
.pg-swiper__dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #c8a15bbd;
  opacity: 1;
  margin: 0 1px !important;
  border-radius: 50%;
  display: inline-block;
}
.pg-swiper__dots .swiper-pagination-bullet-active {
  background: #b87636;
}
@media (max-width: 1024px) {
  .picoway-gallery,
  .picoway-how {
    padding: 60px 40px;
  }
  .picoway-how__header {
    width: 80%;
  }
  .picoway-gallery__ghost,
  .picoway-how__ghost {
    font-size: 70px;
    line-height: 70px;
  }
  .picoway-gallery__title,
  .picoway-how__title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .picoway-how {
    padding: 20px;
  }
  .picoway-how__header {
    width: 100%;
    margin-bottom: 20px;
  }
  .picoway-how__ghost {
    font-size: 48px;
    line-height: 48px;
    top: -10px;
  }
  .picoway-how__title {
    font-size: 28px;
    line-height: 34px;
  }
  .picoway-how__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .picoway-how__row {
    flex-direction: column;
    gap: 16px 0;
  }
  .picoway-how__img,
  .picoway-how__img-placeholder {
    height: 260px;
  }
  .picoway-how__steps {
    gap: 12px;
  }
  .picoway-how__step {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .picoway-how__step-num-wrap {
    margin-bottom: 8px;
  }
  .picoway-how__step-content {
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  .picoway-how__step-text,
  .picoway-how__step-title {
    text-align: center;
  }
  .picoway-gallery {
    padding: 20px 20px 0;
    overflow: hidden;
  }
  .picoway-gallery__ghost {
    font-size: 28px;
    line-height: 28px;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
  }
  .picoway-gallery__title {
    font-size: 26px;
    line-height: 32px;
  }
  .picoway-gallery__header {
    margin-bottom: 24px;
  }
  .picoway-gallery__grid {
    display: none;
  }
  .pg-swiper-wrap {
    display: block;
    overflow: hidden;
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  .pg-swiper-wrap {
    display: none;
  }
}
.picoway-intro {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
  margin: 0 auto !important;
  min-height: 700px;
  box-sizing: border-box;
}
.picoway-intro__left {
  flex: 0 0 50%;
  width: 50%;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 40px 80px 80px;

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.picoway-intro__left::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}
.picoway-intro__left-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
.picoway-intro__left-content--visible {
  opacity: 1;
  transform: translateY(0);
}
.picoway-intro__h2 {
  font-size: 48px;
  color: #fff;
  line-height: 52px;
  margin: 0;
  max-width: 100%;
}
.picoway-intro__body {
  margin: 0;
}
.picoway-intro__body a {
  color: #b87636;
  text-decoration: underline;
}
.picoway-intro__body,
.picoway-intro__body *,
.picoway-intro__body b,
.picoway-intro__body div,
.picoway-intro__body em,
.picoway-intro__body h1,
.picoway-intro__body h2,
.picoway-intro__body h3,
.picoway-intro__body h4,
.picoway-intro__body i,
.picoway-intro__body li,
.picoway-intro__body ol,
.picoway-intro__body p,
.picoway-intro__body span,
.picoway-intro__body strong,
.picoway-intro__body ul {
  color: #fff !important;
  font-family: "Noto Sans", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}
.picoway-faq__btn,
.picoway-intro__box-title,
.picoway-intro__btn {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.picoway-faq__btn,
.picoway-intro__btn {
  display: inline-block;
  padding: 14px 40px;
  background: #b87636;
  border: 1.5px solid transparent;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  text-decoration: none;
  letter-spacing: 1px;
  cursor: pointer;
  align-self: flex-start;
  transition:
    border-color 0.3s,
    color 0.3s;
}
.picoway-intro__right {
  flex: 0 0 50%;
  width: 50%;
  background: #f7f4f1;
  padding: 80px 100px 80px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  box-sizing: border-box;
  align-self: stretch;
  opacity: 0;
  transform: translateX(40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
.picoway-intro__right--visible {
  opacity: 1;
  transform: translateX(0);
}
.picoway-intro__box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.picoway-intro__box-icon-wrap {
  background: #fff;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.picoway-intro__box-icon-wrap svg {
  width: 44px;
  height: 44px;
  stroke: #b87636;
  fill: none;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}
.picoway-intro__box-icon-wrap img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
}
.picoway-intro__box-content {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
  padding: 12px 0;
}
.picoway-intro__box-title {
  font-size: 20px;
  color: #1e1e1e;
  line-height: 24px;
  margin: 0 0 6px;
}
.mf-benefits__body,
.picoway-intro__box-desc {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 22px;
  margin: 0;
}
.picoway-intro__box + .picoway-intro__box {
  padding-top: 20px;
  margin-top: 20px;
}
.picoway-faq {
  max-width: 1440px;
  width: 100%;
  min-height: 585px;
  height: auto;
  margin: 0 auto !important;
  padding: 40px;
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
  box-sizing: border-box;
}
.picoway-faq__left,
.picoway-faq__right {
  width: 50%;
  padding: 60px 0 0;
  display: flex;
  box-sizing: border-box;
}
.picoway-faq__left {
  flex: 0 0 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  opacity: 0;
  transform: translateX(-40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
.picoway-faq__left--visible {
  opacity: 1;
  transform: translateX(0);
}
.mf-benefits__h2,
.picoway-faq__title {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #b87636;
  line-height: 52px;
  margin: 0;
}
.mf-benefits__body li,
.mf-benefits__body p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
.picoway-faq__subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 22px;
  margin: 0;
}
.picoway-faq__q-num,
.picoway-faq__q-text {
  color: #1e1e1e !important;
  transition: color 0.25s;
}
.picoway-faq__right {
  flex: 0 0 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  transform: translateX(40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
.picoway-faq__right--visible {
  opacity: 1;
  transform: translateX(0);
}
.picoway-faq__accordion {
  width: 100%;
}
.picoway-faq__item {
  border: 1px solid #e5e3e1;
  border-radius: 0;
  margin-bottom: 0;
}
.picoway-faq__item + .picoway-faq__item {
  margin-top: 16px;
}
.picoway-faq__q {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 20px;
  cursor: pointer;
  width: 100%;
  background: 0 0 !important;
  border: none;
  text-align: left;
  outline: 0;
}
.picoway-faq__q-num {
  flex-shrink: 0;
}
.picoway-faq__q-text {
  font-size: 20px !important;
  line-height: 24px !important;
  flex: 1;
  color: #1e1e1e !important;
}
.picoway-faq__item--active .picoway-faq__q .picoway-faq__q-num,
.picoway-faq__item--active .picoway-faq__q .picoway-faq__q-text,
.picoway-faq__q:hover .picoway-faq__q-num,
.picoway-faq__q:hover .picoway-faq__q-text {
  color: #b87636 !important;
}
.picoway-faq__q-num {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 24px;
  flex-shrink: 0;
}
.picoway-faq__q-text {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  flex: 1;
  color: inherit;
}
.picoway-faq__q-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  transition: transform 0.3s;
}
.picoway-faq__q-icon::after,
.picoway-faq__q-icon::before {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 2px;
}
.picoway-faq__q-icon::before {
  width: 14px;
  height: 2px;
  top: 9px;
  left: 3px;
}
.picoway-faq__q-icon::after {
  width: 2px;
  height: 14px;
  top: 3px;
  left: 9px;
  transition:
    opacity 0.3s,
    transform 0.3s;
}
.picoway-faq__item--active .picoway-faq__q-icon::after {
  opacity: 0;
  transform: rotate(90deg);
}
.picoway-faq__answer {
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.35s;
  border-top: 0 solid #e5e3e1;
  border-left: 1px solid #e5e3e1;
  border-right: 1px solid #e5e3e1;
  border-bottom: 1px solid #e5e3e1;
  padding: 0 20px;
  box-sizing: border-box;
}
.picoway-faq__item--active .picoway-faq__answer {
  max-height: 300px;
  padding: 20px;
  border-top: 1px solid #e5e3e1;
}
.picoway-faq__answer-text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 28px;
  margin: 0;
}
.picoway-results {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 80px 100px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.picoway-results__header {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  width: 100%;
}
.picoway-results__ghost--visible {
  opacity: 1;
}
.picoway-results__title {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #b87636;
  line-height: 52px;
  margin: 0;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
.contact-info__ghost,
.mf-benefits__body li,
.mf-benefits__body p {
  font-family: "Source Sans 3", sans-serif;
}
.picoway-results__title--visible {
  opacity: 1;
  transform: translateY(0);
}
.picoway-results__swiper-wrap {
  width: 100%;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
.contact-hero__text--visible,
.picoway-results__swiper-wrap--visible {
  opacity: 1;
  transform: translateY(0);
}
.picoway-results__swiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.picoway-results__swiper .swiper-slide {
  box-sizing: border-box;
  border: 1px solid #e5e3e1;
  border-radius: 10px;
  overflow: hidden;
}
.picoway-results__img {
  width: 100%;
  height: 100px;
  display: block;
  vertical-align: middle;
  border-radius: 10px;
}
@media (min-height: 764px) {
  .picoway-results__img {
    height: 175px;
    object-fit: cover;
  }
}
.picoway-results__placeholder {
  width: 100%;
  height: 100px;
  background: #f0ece8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.picoway-results__placeholder svg {
  width: 40px;
  height: 40px;
  opacity: 0.3;
}
.picoway-results__dots {
  position: relative !important;
  bottom: auto !important;
  margin-top: 24px;
  text-align: center;
}
.picoway-results__dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #c8a15bbd;
  opacity: 1;
  margin: 0 2.5px !important;
  border-radius: 50%;
  display: inline-block;
  transition: background 0.25s;
}
.picoway-results__dots .swiper-pagination-bullet-active {
  background: #b87636;
}
@media (max-width: 1024px) {
  .picoway-intro__left,
  .picoway-intro__right,
  .picoway-results {
    padding: 60px 40px;
  }
  .picoway-faq__title,
  .picoway-intro__h2,
  .picoway-results__title {
    font-size: 36px;
    line-height: 42px;
  }
  .picoway-faq {
    height: auto;
    padding: 60px 40px;
  }
  .picoway-faq__q-num {
    font-size: 24px;
  }
  .picoway-results__ghost {
    font-size: 70px;
    line-height: 70px;
  }
  .picoway-results__img,
  .picoway-results__placeholder {
    height: 220px;
  }
}
.contact-hero,
.mf-hero {
  max-width: 1440px;
  width: 100%;
  height: 325px;
  margin: 0 auto !important;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-black);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  overflow: hidden;
}
.contact-hero__inner,
.mf-hero__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.contact-hero__left,
.mf-hero__left {
  flex: 0 0 40%;
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
}
.contact-hero__center,
.mf-hero__center {
  flex: 0 0 20%;
  width: 20%;
  height: 100%;
  box-sizing: border-box;
}
.contact-hero__right,
.mf-hero__right {
  flex: 0 0 40%;
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}
.contact-hero__text--left {
  transition-delay: 0s;
}
.contact-hero__text--right {
  transition-delay: 0.15s;
}
@media (max-width: 768px) {
  .picoway-intro {
    flex-direction: column;
  }
  .picoway-intro__left {
    flex: none;
    width: 100%;
    min-height: auto;
    padding: 15px 24px;
  }
  .picoway-intro__left-content {
    align-items: center;
    text-align: center;
  }
  .picoway-faq__title,
  .picoway-intro__h2 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }
  .picoway-faq__subtitle,
  .picoway-intro__body {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .picoway-intro__btn {
    align-self: center;
  }
  .picoway-intro__right {
    flex: none;
    width: 100%;
    padding: 15px 24px 25px;
    align-items: center;
  }
  .picoway-intro__box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .picoway-intro__box-icon-wrap {
    width: 72px;
    height: 72px;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .picoway-intro__box-icon-wrap img,
  .picoway-intro__box-icon-wrap svg {
    width: 40px;
    height: 40px;
  }
  .picoway-intro__box-content {
    text-align: center;
    align-items: center;
  }
  .picoway-intro__box-desc,
  .picoway-intro__box-title {
    text-align: center;
  }
  .picoway-faq {
    flex-direction: column;
    height: auto;
    padding: 30px 20px 20px;
    gap: 24px 0;
  }
  .picoway-faq__left {
    flex: none;
    width: 100%;
    padding: 0;
    align-items: center;
    text-align: center;
  }
  .picoway-faq__right {
    flex: none;
    width: 100%;
    padding: 0;
  }
  .picoway-faq__accordion,
  .picoway-faq__item {
    width: 100%;
  }
  .picoway-faq__q-num {
    font-size: 22px;
  }
  .picoway-faq__q-text {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .picoway-faq__q {
    padding: 12px 14px;
  }
  .picoway-faq__answer-text {
    font-size: 16px;
    line-height: 24px;
  }
  .picoway-faq__btn {
    align-self: center;
    font-size: 13px;
    padding: 10px 24px;
  }
  .picoway-results {
    overflow: hidden;
    padding: 20px 20px 0;
  }
  .picoway-results__ghost {
    font-size: 22px;
    line-height: 22px;
    top: -5px;
  }
  .picoway-results__title {
    font-size: 28px;
    line-height: 34px;
  }
  .picoway-results__header {
    margin-bottom: 30px;
  }
  .picoway-results__swiper,
  .picoway-results__swiper-wrap {
    overflow: hidden;
  }
  .picoway-results__img {
    height: 140px !important;
  }
  .picoway-results__dots {
    padding-bottom: 20px;
  }
  .contact-hero {
    height: auto;
    background-color: var(--color-black);
    position: relative;
  }
  .contact-hero__inner {
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    min-height: 540px;
  }
  .contact-hero__center {
    order: 1;
    flex: none;
    width: 100%;
    height: 380px;
    margin-top: 160px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
  .contact-hero__left,
  .contact-hero__right {
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    z-index: 2;
  }
  .contact-hero__left {
    order: 2;
    top: 0;
    align-items: center;
    justify-content: center;
  }
  .contact-hero__right {
    order: 3;
    top: 80px;
    align-items: center;
    justify-content: center;
  }
  .contact-hero__text {
    font-size: 80px;
    line-height: 80px;
    text-align: center;
  }
}
.contact-info-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: #f7f4f1;
}
.contact-info {
  max-width: 1440px;
  width: 100%;
  min-height: 800px;
  margin: 0 auto !important;
  padding: 120px 80px 100px;
  background: #f7f4f1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.contact-info__inner {
  width: 1140px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.contact-info__header {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}
.contact-info__ghost {
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 134px;
  font-weight: 700;
  color: #fff;
  line-height: 134px;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  z-index: 0;
}
.contact-info__h2,
.contact-info__sub {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.contact-info__h2 {
  font-family: Montserrat, sans-serif;
  font-size: 66px;
  font-weight: 900;
  color: #b87636;
  line-height: 66px;
  margin: 0 0 16px;
}
.contact-info__sub {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 28px;
  margin: 0;
}
.contact-info__sub strong {
  font-weight: 700;
  display: block;
  text-align: center;
}
.contact-info__sub p {
  text-align: center !important;
  margin: 0;
}
.contact-info__card {
  width: 500px;
  max-width: 100%;
  background: #fff;
  padding: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  margin-bottom: 40px;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}
.contact-details,
.mf-benefits,
.mf-pricing {
  max-width: 1440px;
  box-sizing: border-box;
}
.contact-info__card-icon {
  flex: 0 0 32%;
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info__card-icon img {
  width: auto;
  max-width: 100%;
  max-height: 80px;
  display: block;
  object-fit: contain;
}
.contact-info__card-icon svg {
  width: 60px;
  height: 60px;
}
.contact-info__card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-info__card-label {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 16px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.contact-info__card-phone,
.contact-info__or {
  font-family: Montserrat, sans-serif;
  color: #b87636;
}
.contact-info__card-phone {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
}
.contact-info__or {
  font-size: 66px;
  font-weight: 900;
  line-height: 66px;
  margin: 0 0 30px;
  display: block;
  text-align: center;
  width: 100%;
}
.contact-info__form-wrap {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info__form-wrap iframe {
  width: 100%;
  height: 753px;
  border: none;
  border-radius: 3px;
  display: block;
}
@media (max-width: 1024px) {
  .contact-info {
    padding: 60px 40px;
  }
  .contact-info__h2 {
    font-size: 48px;
    line-height: 52px;
  }
  .contact-info__ghost {
    font-size: 90px;
    line-height: 90px;
  }
}
.contact-map {
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 0;
  font-size: 0;
}
.contact-map iframe {
  width: 100%;
  height: 300px;
  border: 0;
  display: block;
}
.contact-details {
  width: 100%;
  margin: 0 auto !important;
  padding: 20px;
  background: var(--color-black);
}
.contact-details__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.contact-details__item {
  list-style: none;
}
.contact-details__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: opacity 0.25s;
}
.contact-details__link:hover {
  opacity: 0.8;
}
.contact-details__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-details__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.contact-details__text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  margin: 0;
  white-space: nowrap;
}
.mf-benefits__btn,
.mf-hero__text--solid {
  font-family: Montserrat, sans-serif;
  color: #fff;
}
.mf-hero__text--solid {
  user-select: none;
  font-size: 66px;
  font-weight: 900;
  line-height: 66px;
  user-select: none;
  letter-spacing: 0;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.mf-hero__text--left {
  transition-delay: 0s;
}
.mf-hero__text--right {
  transition-delay: 0.15s;
}
.mf-hero__text--visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .contact-info {
    padding: 60px 20px 40px;
    min-height: auto;
  }
  .contact-info__ghost {
    font-size: 44px;
    line-height: 44px;
    top: -14px;
  }
  .contact-info__h2 {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }
  .contact-info__sub,
  .contact-info__sub * {
    text-align: center !important;
  }
  .contact-info__sub {
    width: 100%;
    display: block;
  }
  .contact-info__header {
    margin-bottom: 20px;
  }
  .contact-info__card {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 20px;
    gap: 12px;
  }
  .contact-info__card-icon {
    flex: none;
    width: 60px;
    order: 1;
  }
  .contact-info__card-content {
    order: 2;
    align-items: center;
    gap: 8px;
  }
  .contact-info__card-label {
    font-size: 13px;
  }
  .contact-info__card-phone {
    font-size: 24px;
    line-height: 28px;
  }
  .contact-info__or {
    font-size: 36px;
    line-height: 36px;
    margin: 6px 0 16px;
  }
  .contact-map iframe {
    height: 300px;
  }
  .contact-details {
    padding: 16px;
  }
  .contact-details__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .contact-details__text {
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
  }
  .mf-hero__left,
  .mf-hero__right {
    width: 100%;
    display: flex;
    padding-left: 20px;
  }
  .mf-hero {
    height: auto;
    background-color: var(--color-black);
    position: relative;
  }
  .mf-hero__inner {
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    min-height: 460px;
  }
  .mf-hero__center {
    order: 3;
    flex: none;
    width: 100%;
    height: 380px;
    margin-top: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
  .mf-hero__left {
    order: 1;
    flex: none;
    height: 60px;
    position: static;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 25px;
  }
  .mf-hero__right {
    order: 2;
    position: absolute;
    top: 80px;
    left: 0;
    height: 80px;
    align-items: center;
    justify-content: flex-start;
    z-index: 2;
  }
  .mf-hero__text--stroke {
    font-size: 80px;
    line-height: 80px;
    text-align: center;
  }
  .mf-hero__text--solid {
    font-size: 32px !important;
    line-height: 36px !important;
    text-align: left;
  }
}
.mf-how__ghost,
.mf-pricing__ghost {
  left: 50%;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 480px) {
  .experts__title,
  .meet-dr__name {
    font-size: 30px;
    line-height: 34px;
  }
  .meet-dr__para {
    font-size: 15px;
  }
  .partners__left {
    padding: 24px 16px;
  }
  .partners__ghost {
    font-size: 22px;
    line-height: 22px;
  }
  .partners__heading {
    font-size: 28px;
    line-height: 34px;
  }
  .about-hero__left,
  .about-hero__right {
    height: 80px;
  }
  .about-hero__center {
    height: 220px;
  }
  .about-hero__text,
  .contact-hero__text,
  .mf-hero__text--stroke {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1px;
  }
  .experts__photo,
  .experts__visual {
    height: 400px;
  }
  .experts__ghost {
    font-size: 34px;
    line-height: 34px;
  }
  .meet-team__title {
    font-size: 24px;
    line-height: 30px;
  }
  .meet-team__card {
    height: 200px;
  }
  .picoway-hero__inner {
    padding: 48px 20px;
    width: 100%;
  }
  .picoway-hero__h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .contact-hero__left,
  .contact-hero__right {
    height: 90px;
  }
  .mf-hero__text--solid {
    font-size: 28px;
    line-height: 32px;
  }
}
.mf-benefits__btn,
.mf-pricing__btn {
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.mf-benefits {
  width: 100%;
  min-height: 550px;
  height: auto;
  margin: 0 auto !important;
  padding: 80px;
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
  row-gap: 30px;
}
.mf-benefits__left {
  flex: 0 0 50%;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateX(-40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.mf-benefits__left--visible {
  opacity: 1;
  transform: translateX(0);
}
.mf-benefits__body p {
  color: #1e1e1e;
  margin: 0 0 12px;
}
.mf-benefits__body ol,
.mf-benefits__body ul {
  padding-left: 20px;
  margin: 0 0 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mf-benefits__body li {
  color: #1e1e1e;
  margin: 0;
}
.mf-benefits__body a {
  color: #b87636;
  text-decoration: underline;
}
.mf-benefits__btn {
  display: inline-block;
  padding: 14px 40px;
  background: #b87636;
  border: 1.5px solid transparent;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: border-color 0.3s;
}
.mf-benefits__btn:hover {
  border-color: #fff;
  color: #fff;
}
.mf-benefits__right {
  flex: 0 0 50%;
  width: 50%;
  padding: 0;
  box-sizing: border-box;
  opacity: 0;
  transform: translateX(40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.15s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}
.mf-benefits__right--visible {
  opacity: 1;
  transform: translateX(0);
}
.mf-benefits__img-placeholder {
  width: 100%;
  height: 420px;
  border-radius: 5px;
  background: #f0ece8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mf-pricing,
.mf-pricing-wrap {
  background: #fff;
  overflow-x: hidden;
  width: 100%;
}
body,
html {
  overflow-x: hidden !important;
}
.mf-pricing-wrap {
  margin: 0 !important;
  padding: 0 !important;
}
.mf-pricing {
  margin: 0 auto !important;
  padding: 80px 100px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.mf-pricing__header {
  width: 100%;
  position: relative;
  padding-top: 40px;
  text-align: center;
}
.mf-pricing__ghost {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  font-family: "Source Sans 3", sans-serif;
  font-size: 100px;
  font-weight: 700;
  color: #e5e3e1;
  line-height: 100px;
  z-index: 0;
  max-width: 100%;
  overflow: hidden;
}
.mf-pricing__h2 {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #b87636;
  line-height: 52px;
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}
.mf-pricing__name,
.mf-pricing__price,
.mf-pricing__subtitle {
  font-size: 18px;
  color: #1e1e1e;
  line-height: 22px;
}
.mf-pricing__subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.mf-pricing__btn,
.mf-pricing__name,
.mf-pricing__price {
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}
.mf-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  width: 100%;
  align-items: start;
}
.mf-pricing__col {
  background: #f7f4f1;
  box-sizing: border-box;
  height: 70px;
}
.mf-pricing__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  text-decoration: none;
  transition: background 0.2s;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.mf-pricing__link:hover {
  background: #ede9e4;
}
.mf-pricing__name {
  margin: 0;
  text-transform: uppercase;
}
.mf-pricing__price {
  margin: 0 0 0 12px;
  flex-shrink: 0;
}
.mf-pricing__btn {
  display: inline-block;
  padding: 14px 40px;
  background: #b87636;
  border: 1.5px solid transparent;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  transition: border-color 0.3s;
}
.mf-pricing__btn:hover {
  border-color: #fff;
  color: #fff;
}
/* ── MF Services ── */
.mf-services-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--hs-light-bg, #ffffff);
}
.mf-services {
  width: 100%;
  display: flex;
  flex-direction: row;
  column-gap: 0;
  row-gap: 0;
  background: var(--hs-light-bg, #ffffff);
  padding: 0;
  margin: 0 !important;
  box-sizing: border-box;
}
.mf-services__img {
  flex: 0 0 33.33%;
  width: 33.33%;
  background-color: var(--hs-light-bg, #f5f0eb);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 600px;
  position: relative;
}
.mf-services__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hs-card-dark, #1e1e1e);
  opacity: 0.5;
}
.mf-services__grid {
  flex: 0 0 66.66%;
  width: 66.66%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  padding: 60px;
  gap: 0;
  box-sizing: border-box;
}
.mf-services__card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  box-sizing: border-box;
}
.mf-services__card-title {
  font-family: var(--hs-font-secondary);
  font-size: 24px;
  font-weight: 500;
  color: var(--hs-card-dark, #1e1e1e);
  line-height: 34px;
  margin: 0 0 12px;
}
.mf-services__card-desc {
  font-family: var(--hs-font-body);
  font-size: 20px;
  font-weight: 400;
  color: var(--hs-text-muted, #3d3d3d);
  line-height: 28px;
  margin: 0 0 16px;
  flex: 1;
}
.mf-services__card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--hs-font-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--hs-accent, #b87636);
  text-decoration: none;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s;
}
.mf-services__card-btn:hover {
  opacity: 0.75;
}
.mf-services__card-btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--hs-accent, #b87636);
  stroke-width: 2;
  flex-shrink: 0;
}
.mf-services__divider {
  width: 100%;
  height: 1px;
  background: var(--hs-border, #e5e3e1);
  margin-top: 20px;
  flex-shrink: 0;
}

/* ── Injectables Services ── */
.inj-services-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--hs-light-bg, #f7f4f1);
}
.inj-services {
  width: 100%;
  display: flex;
  flex-direction: row;
  column-gap: 0;
  row-gap: 0;
  background: var(--hs-light-bg, #f7f4f1);
  padding: 0;
  margin: 0 !important;
  box-sizing: border-box;
}
.inj-services__grid {
  flex: 0 0 66.66%;
  width: 66.66%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  padding: 60px;
  gap: 0;
  box-sizing: border-box;
  background: var(--hs-light-bg, #f7f4f1);
}
.inj-services__img {
  flex: 0 0 33.33%;
  width: 33.33%;
  background-color: var(--hs-light-bg, #f5f0eb);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 600px;
  position: relative;
}
.inj-services__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hs-card-dark, #1e1e1e);
  opacity: 0.5;
}
.inj-services__card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  box-sizing: border-box;
}
.inj-services__card-title {
  font-family: var(--hs-font-secondary);
  font-size: 24px;
  font-weight: 500;
  color: var(--hs-card-dark, #1e1e1e);
  line-height: 34px;
  margin: 0 0 12px;
}
.inj-services__card-desc {
  font-family: var(--hs-font-body);
  font-size: 21px;
  font-weight: 400;
  color: var(--hs-text-muted, #3d3d3d);
  line-height: 28px;
  margin: 0 0 16px;
  flex: 1;
  white-space: pre-line;
}
.inj-services__card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--hs-font-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--hs-accent, #b87636);
  text-decoration: none;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s;
  align-self: flex-start;
}
.inj-services__card-btn:hover {
  opacity: 0.75;
}
.inj-services__card-btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--hs-accent, #b87636);
  stroke-width: 2;
  flex-shrink: 0;
}
.inj-services__divider {
  width: 100%;
  height: 1px;
  background: var(--hs-border, #e5e3e1);
  margin-top: 20px;
  flex-shrink: 0;
}

.mf-how,
.mn-concerns {

  display: flex;
  box-sizing: border-box;
}
.mf-how {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 80px 100px;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.mf-how__inner {
  width: 60%;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.mf-how__inner--visible {
  opacity: 1;
  transform: translateY(0);
}
.mf-how__ghost {
  position: absolute;
  top: -25px;
  transform: translateX(-50%);
  font-family: "Source Sans 3", sans-serif;
  font-size: 100px;
  font-weight: 700;
  color: #3d3d3d;
  line-height: 100px;
  z-index: 0;
}
.mf-how__h3 {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #b87636;
  line-height: 52px;
  margin: 0 0 24px;
  position: relative;
  z-index: 1;
}
.mf-how__subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  margin: 0;
  position: relative;
  z-index: 1;
}
.mn-concerns__btn,
.mn-concerns__h3 {
  font-family: Montserrat, sans-serif;
  text-align: center;
  color: #fff;
}
.mn-concerns {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 80px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.mn-concerns__h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  margin: 0;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.mn-concerns__h3--visible {
  opacity: 1;
  transform: translateY(0);
}
.mn-concerns__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
  padding: 0;
  justify-items: stretch;
  align-items: center;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.15s,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}
.mn-concerns__grid--visible {
  opacity: 1;
  transform: translateY(0);
}
.mn-concerns__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px;
  background: #b87636;
  border: 1.5px solid transparent;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: border-color 0.3s;
  box-sizing: border-box;
  width: 100%;
}
.mn-concerns__btn:hover {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 1024px) {
  .mf-benefits {
    height: auto;
    padding: 60px 40px;
  }
  .mf-benefits__h2,
  .mf-how__h3,
  .mf-pricing__h2,
  .mn-concerns__h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .mf-how,
  .mf-pricing,
  .mn-concerns {
    padding: 60px 40px;
  }
  .mf-how__ghost,
  .mf-pricing__ghost {
    font-size: 70px;
    line-height: 70px;
  }
  .mf-services__img {
    flex: 0 0 35%;
    width: 35%;
  }
  .mf-services__grid {
    flex: 0 0 65%;
    width: 65%;
    padding: 40px;
  }
  .inj-services__img {
    flex: 0 0 35%;
    width: 35%;
  }
  .inj-services__grid {
    flex: 0 0 65%;
    width: 65%;
    padding: 40px;
  }
  .mf-how__inner {
    width: 80%;
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .mf-benefits {
    flex-direction: column-reverse;
    height: auto;
    padding: 20px;
    gap: 24px 0;
  }
  .mf-benefits__left,
  .mf-benefits__right {
    flex: none;
    width: 100%;
  }
  .mf-benefits__h2,
  .mf-how__h3,
  .mn-concerns__h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .mf-benefits__body,
  .mf-benefits__list-item,
  .mf-how__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .mf-benefits__img,
  .mf-benefits__img-placeholder {
    height: 240px;
  }
  .mf-benefits__btn {
    font-size: 14px;
    padding: 12px 28px;
  }
  .mf-pricing {
    padding: 20px;
    row-gap: 20px;
  }
  .mf-pricing__h2 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
  .mf-pricing__ghost {
    font-size: 52px;
    line-height: 52px;
  }
  .mf-pricing__price,
  .mf-pricing__subtitle {
    font-size: 15px;
  }
  .mf-pricing__grid {
    grid-template-columns: 1fr;
    gap: 12px 0;
  }
  .mf-pricing__col {
    height: 60px;
  }
  .mf-pricing__name {
    font-size: 15px;
    text-transform: uppercase;
  }
  .mf-pricing__btn {
    font-size: 13px;
    padding: 10px 24px;
  }
  .mf-services {
    flex-direction: column;
  }
  .mf-services__img {
    flex: none;
    width: 100%;
    min-height: 280px;
  }
  .mf-services__grid {
    flex: none;
    width: 100%;
    padding: 20px;
    grid-template-columns: 1fr;
  }
  .mf-services__card {
    padding: 20px 10px;
  }
  .mf-services__card-title {
    font-size: 17px;
    line-height: 24px;
  }
  .mf-services__card-desc {
    font-size: 15px;
    line-height: 22px;
  }
  .mf-services__card-btn {
    font-size: 15px;
  }
  .inj-services {
    flex-direction: column;
  }
  .inj-services__img {
    flex: none;
    width: 100%;
    min-height: 280px;
    order: 0;
  }
  .inj-services__grid {
    flex: none;
    width: 100%;
    padding: 20px;
    grid-template-columns: 1fr;
    order: 1;
  }
  .inj-services__card {
    padding: 20px 10px;
  }
  .inj-services__card-title {
    font-size: 17px;
    line-height: 24px;
  }
  .inj-services__card-desc {
    font-size: 15px;
    line-height: 22px;
  }
  .inj-services__card-btn {
    font-size: 15px;
  }
  .mf-how {
    padding: 20px;
  }
  .mf-how__inner {
    width: 100%;
    max-width: 100%;
  }
  .mf-how__ghost {
    font-size: 40px;
    line-height: 40px;
    top: -12px;
  }
  .mn-concerns {
    padding: 40px 20px;
    gap: 24px;
  }
  .mn-concerns__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .mn-concerns__btn {
    font-size: 14px;
    padding: 14px 24px;
  }
}

/* Extracted from hp-alumier-pricing.php */
.alumier-pricing {
    background-color: var(--color-black);
    padding: 60px 20px;
    color: var(--color-white);
    font-family: inherit;
}
.alumier-pricing__inner {
    flex-direction: column !important;
    gap: 0 !important;
    align-items: stretch !important;
    max-width: 1200px;
    margin: 0 auto;
}
.alumier-pricing__title {
    width: 100%;
    font-family: "Playfair Display", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 48px;
    color: var(--color-primary);
    text-align: center;
    margin-bottom: 40px;
}
.alumier-pricing__tabs {
    width: 100%;
}
.alumier-pricing__tab-nav {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}
.alumier-pricing__tab-btn {
    background-color: var(--hs-border-dark);
    color: var(--color-white);
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 0.9rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}
.alumier-pricing__tab-btn:hover,
.alumier-pricing__tab-btn.is-active {
    background-color: var(--color-white);
    color: var(--color-primary);
}
.alumier-pricing__tab-pane {
    display: none;
}
.alumier-pricing__tab-pane.is-active {
    display: block;
}
.alumier-pricing.is-preview-mode .alumier-pricing__tab-pane {
    display: block;
    margin-bottom: 40px;
}
.alumier-pricing.is-preview-mode .alumier-pricing__tab-pane::before {
    content: "Tab: " attr(id);
    display: block;
    color: #888;
    margin-bottom: 10px;
    font-size: 0.8rem;
}
.alumier-pricing__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: stretch;
}
.alumier-pricing__card {
    flex: 0 0 calc(25% - 23px);
    width: calc(25% - 23px);
    display: flex;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
}
.alumier-pricing__card-image {
    background-color: var(--color-white);
    padding: 20px;
    margin-bottom: 20px;
    flex-shrink: 0;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alumier-pricing__card-image img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}
.alumier-pricing__card-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.alumier-pricing__card-name {
    font-family: var(--hs-font-secondary);
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: var(--color-primary);
    margin: 0;
}
.alumier-pricing__card-desc {
    color: #ccc;
    font-size: 0.9rem;
    margin: 0;
}
.alumier-pricing__card-price {
    color: var(--color-primary);
    font-weight: bold;
    margin-top: auto;
}

/* Mobile Accordion Buttons */
.alumier-pricing__accordion-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #333;
    color: #fff;
    border: none;
    padding: 15px 20px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 5px;
    transition: background-color 0.3s;
}
.alumier-pricing__accordion-btn:hover,
.alumier-pricing__accordion-btn.is-active {
    background-color: #444;
    color: var(--color-primary);
}
.alumier-pricing__accordion-icon {
    position: relative;
    width: 16px;
    height: 16px;
}
.alumier-pricing__accordion-icon::before,
.alumier-pricing__accordion-icon::after {
    content: '';
    position: absolute;
    background-color: currentColor;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}
.alumier-pricing__accordion-icon::before {
    width: 12px;
    height: 2px;
}
.alumier-pricing__accordion-icon::after {
    width: 2px;
    height: 12px;
}
.alumier-pricing__accordion-btn.is-active .alumier-pricing__accordion-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

/* Tablet/Desktop overrides */
@media (min-width: 768px) {
    .alumier-pricing__tab-nav {
        display: flex;
    }
    .alumier-pricing__accordion-btn {
        display: none;
    }
}
@media (max-width: 1024px) {
    .alumier-pricing__card {
        flex: 0 0 calc(50% - 15px);
        width: calc(50% - 15px);
    }
}
@media (max-width: 540px) {
    .alumier-pricing__card {
        flex: 0 0 100%;
        width: 100%;
    }
}

/* Extracted from hp-alumier-hero.php */
.alumier-hero {
    position: relative;
    width: 100%;
    height: 800px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background-color: var(--color-black);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    color: var(--color-white);
    text-align: center;
    padding: 60px 20px;
}

.alumier-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
    z-index: 1;
}

.alumier-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.alumier-hero h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 800;
    margin: 0 0 10px;
    line-height: 1.1;
    color: #fff;
}

.alumier-hero h2 {
    font-family: 'Noto Sans', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 600;
    margin: 0 0 20px;
    color: #fff;
}

.alumier-hero p {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1.125rem;
    line-height: 1.6;
    margin: 0 auto 40px;
    max-width: 700px;
}

.alumier-hero__btn {
    display: inline-block;
    padding: 15px 40px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.alumier-hero__btn:hover {
    background-color: #fff;
    color: #000;
}

@media (max-width: 768px) {
    .alumier-hero {
        height: auto;
        min-height: 60vh;
        justify-content: center;
    }
}

/* Extracted from hp-alumier-categories.php */
.alumier-categories {
    padding: 80px 0; /* top and bottom padding added */
}

.alumier-categories__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
}


.alumier-categories__card {
    position: relative;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 350px;
    overflow: hidden;
    color: #fff;
}

.alumier-categories__card--0 {
    grid-row: span 2;
    min-height: 720px;
}

.alumier-categories__heading {
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin: 0 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.alumier-categories__card--0 .alumier-categories__heading {
    color: #b06f34;
}

.alumier-categories__card--2 .alumier-categories__heading {
    color: #000;
}

.alumier-categories__btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: rgba(255,255,255,0.2);
    border: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    z-index: 2;
}

.alumier-categories__card--0 .alumier-categories__btn {
    background-color: #b06f34;
    color: #fff;
}

.alumier-categories__card--1 .alumier-categories__btn {
    background-color: #c49472;
    color: #fff;
}

.alumier-categories__card--2 .alumier-categories__btn {
    background-color: rgba(255,255,255,0.4);
    color: #000;
}

.alumier-categories__btn:hover {
    background-color: #fff;
    color: #000;
}

.alumier-categories__image {
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-width: 50%;
    max-height: 80%;
    object-fit: contain;
    z-index: 1;
}

.alumier-categories__card--0 .alumier-categories__image {
    bottom: 40px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: 70%;
    max-height: 60%;
}

@media (max-width: 768px) {
    .alumier-categories__grid {
        grid-template-columns: 1fr;
    }
    
    .alumier-categories__card--0 {
        grid-row: auto;
        min-height: 450px;
    }
    
    .alumier-categories__card {
        min-height: 350px;
    }
}

.alumier-categories__card { background-color: var(--card-bg, #333); }

/* Extracted from hp-why-alumier.php */
.hp-why-alumier {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(to right, var(--left-bg) 50%, var(--right-bg) 50%);
}
.hp-why-alumier .wa-inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

/* LEFT column */
.hp-why-alumier .wa-left {
  flex: 1;
  background-color: transparent;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  box-sizing: border-box;
}

/* CENTER image */
.hp-why-alumier .wa-center {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.hp-why-alumier .wa-center img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 420px;
  object-fit: contain;
  object-position: bottom;
  border-radius: 0;
}

/* RIGHT column */
.hp-why-alumier .wa-right {
  flex: 1;
  background-color: transparent;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
  color: var(--color-white);
  box-sizing: border-box;
}

/* Headings */
.hp-why-alumier .wa-left h2 {
  font-family: "Playfair Display", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
  color: var(--right-bg);
  margin-bottom: 10px;
}
.hp-why-alumier .wa-right h2 {
  font-family: "Playfair Display", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
  color: var(--color-white);
  margin-bottom: 25px;
}
.hp-why-alumier .wa-right p {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 40px;
  color: var(--color-white);
}

/* Features list */
.hp-why-alumier .wa-features {
  list-style: none;
  padding: 0;
  margin: 20px 0 30px;
  text-align: left;
}
.hp-why-alumier .wa-features li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #4a4a4a;
}
.hp-why-alumier .wa-features li svg {
  margin-right: 15px;
  width: 24px;
  height: 24px;
  fill: var(--color-primary);
  flex-shrink: 0;
}

/* Buttons */
.hp-why-alumier .wa-btn {
  display: inline-block;
  padding: 14px 32px;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hp-why-alumier .wa-btn-left {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  background: transparent;
}
.hp-why-alumier .wa-btn-right {
  border: 1px solid rgba(255,255,255,0.7);
  color: var(--color-white);
  background: transparent;
}

/* Tablet */
@media (max-width: 1024px) {
  .hp-why-alumier .wa-left,
  .hp-why-alumier .wa-right { padding: 60px 40px; }
  .hp-why-alumier .wa-center img { max-width: 300px; }
}

/* Mobile */
@media (max-width: 767px) {
  .hp-why-alumier .wa-inner {
    flex-direction: column;
    background: linear-gradient(to bottom, var(--left-bg) 0%, var(--left-bg) 60%, var(--right-bg) 60%, var(--right-bg) 100%);
  }
  .hp-why-alumier .wa-center { width: 100%; order: -1; }
  .hp-why-alumier .wa-center img { width: 100%; height: 420px; max-width: 100%; object-fit: contain; object-position: bottom; }
  .hp-why-alumier .wa-left,
  .hp-why-alumier .wa-right {
    padding: 50px 24px;
    align-items: center;
    text-align: center;
  }
  .hp-why-alumier .wa-right {
    padding-top: 20px;
    align-items: center;
    text-align: center;
  }
  .hp-why-alumier .wa-left h2,
  .hp-why-alumier .wa-right h2 { font-size: 2rem; line-height: 2.2rem; }
  .hp-why-alumier .wa-right p { text-align: center; }
  .hp-why-alumier .wa-features { text-align: left; }
  .hp-why-alumier .wa-btn-left { background-color: var(--color-light-bg); }
}


/* ============================================================
   HEADER
   ============================================================ */

/* ── Tokens ── */
:root,
.editor-styles-wrapper {
    --hp-bg          : #1E1E1E;
    --hp-bg-sticky   : rgba(20,18,16,0.97);
    --hp-gold        : #B87636;
    --hp-gold-light  : #c98a47;
    --hp-white       : #ffffff;
    --hp-white-dim   : rgba(255,255,255,0.82);
    --hp-white-muted : rgba(255,255,255,0.55);
    --hp-border      : rgba(255,255,255,0.10);
    --hp-drop-bg     : var(--color-primary);
    --hp-drop-border : rgba(184,118,54,0.30);
    --hp-drop-hover  : var(--color-black);
    --hp-btn-border  : var(--color-primary);
    --hp-phone-bg    : var(--color-primary);
    --font-nav       : 'Source Sans Pro', sans-serif;
}

/* ── Kill GeneratePress native header ── */
#site-header,
#site-navigation,
.main-navigation,
.site-branding,
.header-widget,
.navigation-branding,
#masthead,
.inside-header,
.site-header,
.header-container,
.header-container-inside,
.gp-header,
[class*="generate-"] > header,
body > header:not(.hp-header) {
    display : none !important;
}

.site { margin-top: 0 !important; padding-top: 0 !important; }

.hp-header,
.hp-header *,
.hp-header *::before,
.hp-header *::after { box-sizing: border-box; }
.hp-header a  { text-decoration: none; color: inherit; }
.hp-header ul { list-style: none; margin: 0; padding: 0; }
.hp-header p  { margin: 0; }

body {
    padding-top : 0 !important;
    margin-top  : 0 !important;
}

/* ── Book Now: hide on mobile ── */
@media (max-width: 1080px) {
    .hp-header__btn-book,
    a.hp-header__btn-book {
        display       : none        !important;
        visibility    : hidden      !important;
        opacity       : 0           !important;
        width         : 0           !important;
        height        : 0           !important;
        padding       : 0           !important;
        margin        : 0           !important;
        border        : none        !important;
        overflow      : hidden      !important;
        position      : absolute    !important;
        pointer-events: none        !important;
    }
}

/* ── hp-header ── */
.hp-header {
    position      : relative;
    top: 0; left: 0; right: 0;
    z-index       : 99999;
    background    : var(--color-black);
    border-bottom : none;
    transition    : background 0.35s ease, box-shadow 0.35s ease;
    width         : 100% !important;
    margin        : 0 !important;
}
.hp-header--scrolled {
    background : var(--hp-bg-sticky);
    box-shadow : 0 2px 30px rgba(0,0,0,0.45);
}
.hp-header__inner {
    display         : flex;
    flex-direction  : row;
    justify-content : space-between;
    align-items     : center;
    max-width       : 1440px;
    width           : 100%;
    height          : 100px;
    margin          : 0 auto;
    padding         : 0 25px 0 15px;
    gap             : 0;
}

/* ── Logo ── */
.hp-header__logo {
    flex-shrink : 0;
    width       : 275px;
    min-width   : 275px;
    display     : flex;
    align-items : center;
}
.hp-header__logo .custom-logo-link,
.hp-header__logo .hp-header__logo-link {
    display         : flex;
    align-items     : center;
    text-decoration : none !important;
    width           : 275px;
    flex-shrink     : 0;
    overflow        : hidden;
}
.hp-header__logo .custom-logo-link img,
.hp-header__logo .hp-header__logo-link img,
.hp-header__logo img {
    display         : block;
    width           : 100%   !important;
    max-width       : 275px  !important;
    height          : auto   !important;
    max-height      : 85px;
    object-fit      : contain;
    object-position : left center;
}
.hp-header__logo-text { display: flex; flex-direction: column; line-height: 1; }
.hp-header__logo-top {
    font-family    : var(--font-nav);
    font-size      : 22px;
    font-weight    : 600;
    letter-spacing : 0.28em;
    color          : var(--color-white);
    text-transform : uppercase;
    display        : block;
}
.hp-header__logo-bottom {
    font-family    : var(--font-nav);
    font-size      : 9.5px;
    font-weight    : 400;
    letter-spacing : 0.30em;
    color          : var(--hp-white-muted);
    text-transform : uppercase;
    margin-top     : 3px;
    display        : block;
}
.hp-header__logo-plus { color: var(--color-primary); font-weight: 500; }

/* ── Nav ── */
.hp-header__nav {
    display         : flex;
    align-items     : center;
    flex            : 1;
    justify-content : center;
    height          : 100px;
    overflow        : visible;
}
.hp-header__nav > ul {
    display     : flex;
    align-items : center;
    height      : 100px;
    margin      : 0;
    padding     : 0;
    list-style  : none;
}
.hp-header__nav > ul > li {
    position    : relative;
    height      : 100px;
    display     : flex;
    align-items : center;
    list-style  : none;
    margin      : 0;
    padding     : 0;
}
.hp-header__nav > ul > li > a,
.hp-header__nav > ul > li > a:link,
.hp-header__nav > ul > li > a:visited {
    display         : inline-flex                   !important;
    align-items     : center                        !important;
    gap             : 4px;
    padding         : 0                             !important;
    height          : 100px;
    font-family     : 'Source Sans Pro', sans-serif !important;
    font-size       : 16px                          !important;
    font-weight     : 400                           !important;
    line-height     : 1.1em                         !important;
    letter-spacing  : 0.05em                        !important;
    text-transform  : uppercase                     !important;
    color           : var(--color-white)               !important;
    transition      : color 0.22s ease;
    white-space     : nowrap;
    border          : none                          !important;
    background      : none                          !important;
    text-decoration : none                          !important;
    margin          : 0;
}
.hp-header__nav > ul > li > a:hover,
.hp-header__nav > ul > li.current-menu-item > a,
.hp-header__nav > ul > li.current-menu-ancestor > a {
    color : var(--color-primary) !important;
}

/* Chevron */
.hp-nav__chevron {
    display      : inline-block;
    width        : 0; height: 0;
    border-left  : 4px solid transparent;
    border-right : 4px solid transparent;
    border-top   : 5px solid currentColor;
    opacity      : 0.75;
    margin-top   : 1px;
    transition   : transform 0.22s ease;
    flex-shrink  : 0;
}
.hp-header__nav > ul > li:hover > a .hp-nav__chevron { transform: rotate(180deg); }

/* Dropdown level 1 */
.hp-header__nav ul.sub-menu {
    display       : none        !important;
    position      : absolute    !important;
    top           : 94%         !important;
    left          : 0           !important;
    min-width     : 230px;
    background    : var(--hp-drop-bg);
    border        : 1px solid var(--hp-drop-border);
    border-top    : 2px solid var(--color-primary);
    border-radius : 0;
    padding       : 8px 0;
    z-index       : 100000;
    box-shadow    : 0 16px 48px rgba(0,0,0,0.55);
    margin        : 0           !important;
    list-style    : none        !important;
    animation     : hp-dropIn 0.2s ease forwards;
}
@keyframes hp-dropIn {
    from { opacity:0; transform:translateY(-6px); }
    to   { opacity:1; transform:translateY(0); }
}
.hp-header__nav > ul > li:hover > ul.sub-menu { display: block !important; }
.hp-header__nav ul.sub-menu > li {
    position: relative; list-style: none; height: auto; display: block; margin: 0; padding: 0;
}
.hp-header__nav ul.sub-menu > li > a,
.hp-header__nav ul.sub-menu > li > a:link,
.hp-header__nav ul.sub-menu > li > a:visited {
    display         : flex                          !important;
    align-items     : center                        !important;
    justify-content : space-between                 !important;
    padding         : 9px 20px                      !important;
    height          : auto                          !important;
    font-family     : 'Source Sans Pro', sans-serif !important;
    font-size       : 15px                          !important;
    font-weight     : 400                           !important;
    line-height     : 1.1em                         !important;
    letter-spacing  : 0.05em                        !important;
    text-transform  : uppercase                     !important;
    color           : var(--color-black)                  !important;
    transition      : color 0.18s, background 0.18s;
    white-space     : nowrap;
    text-decoration : none                          !important;
    background      : none                          !important;
    border          : none                          !important;
    margin          : 0;
}
.hp-header__nav ul.sub-menu > li > a:hover,
.hp-header__nav ul.sub-menu > li.current-menu-item > a,
.hp-header__nav ul.sub-menu > li.current-menu-ancestor > a {
    color      : var(--color-white)      !important;
    background : var(--hp-drop-hover) !important;
}
.hp-nav__sub-arrow { font-size: 24px; opacity: 0.8; margin-left: 8px; flex-shrink: 0; }

/* Dropdown level 2 */
.hp-header__nav ul.sub-menu ul.sub-menu {
    display: none !important; position: absolute !important;
    top: -1px !important; left: 100% !important;
    min-width: 220px; border-radius: 0; animation: none;
}
.hp-header__nav ul.sub-menu > li:hover > ul.sub-menu { display: block !important; }
.hp-header__nav ul.sub-menu ul.sub-menu > li > a,
.hp-header__nav ul.sub-menu ul.sub-menu > li > a:link,
.hp-header__nav ul.sub-menu ul.sub-menu > li > a:visited {
    justify-content : flex-start !important;
}

/* ── Actions ── */
.hp-header__actions {
    display       : flex;
    align-items   : center;
    gap           : 14px;
    flex-shrink   : 0;
    padding-right : 0;
    padding-left  : 0;
}

/* Book Now */
.hp-header__btn-book,
.hp-header__btn-book:link,
.hp-header__btn-book:visited {
    display         : inline-flex                      !important;
    align-items     : center;
    justify-content : center;
    padding         : 15px 27px                        !important;
    border          : 1.5px solid var(--hp-btn-border) !important;
    border-radius   : 2px;
    background      : transparent                      !important;
    font-family     : 'Source Sans Pro', sans-serif    !important;
    font-size       : 16px                             !important;
    font-weight     : 600                              !important;
    letter-spacing  : 0.15em                           !important;
    text-transform  : uppercase                        !important;
    color           : var(--color-primary)                   !important;
    cursor          : pointer;
    transition      : border-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
    white-space     : nowrap;
    text-decoration : none                             !important;
    line-height     : 1                                !important;
}
.hp-header__btn-book:hover {
    border-color : var(--color-white) !important;
    color        : var(--color-white) !important;
    background   : transparent     !important;
    transform    : translateY(-1px);
}

/* Phone btn — circle on desktop */
.hp-header__phone-btn,
.hp-header__phone-btn:link,
.hp-header__phone-btn:visited {
    display         : inline-flex            !important;
    align-items     : center;
    justify-content : center;
    width           : 46px;
    height          : 46px;
    border-radius   : 50%                !important;
    background      : var(--hp-phone-bg) !important;
    cursor          : pointer;
    transition      : background 0.25s ease, transform 0.2s ease;
    flex-shrink     : 0;
    text-decoration : none               !important;
    border          : none               !important;
    margin          : 0;
    padding         : 0                  !important;
}
.hp-header__phone-btn:hover {
    background : var(--color-primary) !important;
    transform  : scale(1.05);
}
.hp-header__phone-icon {
    width: 20px; height: 20px; fill: var(--color-white); display: block; flex-shrink: 0;
}

/* ── Hamburger ── */
.hp-header__toggle {
    display         : none;
    align-items     : center;
    justify-content : center;
    flex-direction  : column;
    gap             : 5px;
    cursor          : pointer;
    background      : var(--color-primary) !important;
    border          : none;
    border-radius   : 5px;
    width           : 40px;
    height          : 40px;
    padding         : 0;
    line-height     : 1;
    flex-shrink     : 0;
    transition      : background 0.25s ease;
}
.hp-header__toggle:hover { background: var(--color-primary) !important; }
.hp-header__toggle-line {
    display: block; width: 22px; height: 2px;
    background: var(--color-white); border-radius: 2px; transition: all 0.3s ease;
}

/* ── Mobile Drawer ── */
.hp-header__drawer {
    display        : none;
    flex-direction : column;
    position       : absolute;
    top            : 100%;
    left           : 0;
    right          : 0;
    width          : 100%;
    background     : var(--color-primary);
    z-index        : 99998;
    overflow-y     : auto;
    max-height     : calc(100vh - 75px);
    padding        : 0;
    box-shadow     : 0 8px 24px rgba(0,0,0,0.3);
}
.hp-header__drawer--open { display: flex; }

.hp-header__drawer-link,
.hp-header__drawer-menu li a {
    display         : block;
    padding         : 18px 24px;
    font-family     : 'Source Sans Pro', sans-serif;
    font-size       : 15px;
    font-weight     : 400;
    line-height     : 1.1em;
    letter-spacing  : 0.05em;
    text-transform  : uppercase;
    color           : var(--color-black)              !important;
    border-bottom   : 1px solid rgba(0,0,0,0.15);
    transition      : color 0.2s, background 0.2s;
    text-decoration : none                      !important;
}
.hp-header__drawer-link:hover,
.hp-header__drawer-menu li a:hover,
.hp-header__drawer-menu li.current-menu-item > a,
.hp-header__drawer-menu li.current-menu-ancestor > a {
    color      : var(--color-white) !important;
    background : var(--color-black)   !important;
}
.hp-header__drawer-menu { list-style: none; margin: 0; padding: 0; width: 100%; }
.hp-header__drawer-menu li { list-style: none; margin: 0; padding: 0; border: none; }

/* Mobile sub-menus */
.hp-header__drawer-menu .sub-menu {
    display    : none;
    list-style : none;
    margin     : 0;
    padding    : 0;
    background : rgba(0,0,0,0.1);
}
.hp-header__drawer-menu .sub-menu.open { display: block; }
.hp-header__drawer-menu .sub-menu li a {
    padding         : 14px 24px 14px 40px !important;
    font-size       : 15px                !important;
    border-bottom   : 1px solid rgba(0,0,0,0.08) !important;
}
.hp-header__drawer-menu .sub-menu .sub-menu li a {
    padding-left : 56px !important;
    font-size    : 14px !important;
}

/* Drawer chevron toggle */
.hp-drawer-chevron {
    display         : inline-flex;
    align-items     : center;
    justify-content : center;
    width           : 28px;
    height          : 28px;
    flex-shrink     : 0;
    color           : var(--color-black);
    transition      : transform 0.25s ease, color 0.2s;
    margin-left     : 6px;
}
.hp-drawer-chevron.open { transform: rotate(180deg); color: var(--color-white); }

/* ── Responsive ── */
@media (max-width: 1080px) {
    .hp-header__nav      { display: none !important; }
    .hp-header__btn-book { display: none !important; }
    .hp-header {
        position   : relative !important;
        width      : 100%     !important;
        background : #1e1c1a  !important;
        z-index    : 99999    !important;
    }
    .hp-header__inner {
        height          : 75px;
        padding         : 0 16px;
        display         : flex;
        justify-content : space-between;
        align-items     : center;
    }
    body { padding-top: 0 !important; }
    .hp-header__logo,
    .hp-header__logo .custom-logo-link,
    .hp-header__logo .hp-header__logo-link { width: 160px; min-width: 160px; }
    .hp-header__logo img,
    .hp-header__logo .custom-logo-link img { width: 160px !important; max-width: 160px !important; }
    .hp-header__actions {
        display       : flex   !important;
        align-items   : center;
        gap           : 12px;
        padding-right : 0;
        margin-left   : auto;
    }
    .hp-header__toggle {
        display         : inline-flex !important;
        align-items     : center      !important;
        justify-content : center      !important;
        width           : 40px        !important;
        height          : 40px        !important;
        border-radius   : 5px         !important;
        background      : var(--color-primary) !important;
        border          : none        !important;
        cursor          : pointer;
        order           : 1;
    }
    .hp-header__phone-btn,
    .hp-header__phone-btn:link,
    .hp-header__phone-btn:visited {
        width         : 40px             !important;
        height        : 40px             !important;
        border-radius : 5px              !important;
        background    : var(--color-primary)   !important;
        order         : 2;
    }
    .hp-header__phone-icon { width: 22px !important; height: 22px !important; fill: var(--color-white) !important; }
}

@media (max-width: 480px) {
    .hp-header__inner { height: 68px; padding: 0 12px; }
    body { padding-top: 0 !important; }
    .hp-header__logo,
    .hp-header__logo .custom-logo-link,
    .hp-header__logo .hp-header__logo-link { width: 150px; min-width: 150px; }
    .hp-header__logo img,
    .hp-header__logo .custom-logo-link img { width: 150px !important; max-width: 150px !important; }
    .hp-header__actions { gap: 10px; }
    .hp-header__toggle    { width: 38px !important; height: 38px !important; border-radius: 5px !important; }
    .hp-header__phone-btn { width: 38px !important; height: 38px !important; border-radius: 5px !important; }
    .hp-header__phone-icon { width: 20px !important; height: 20px !important; }
}

/* ============================================================
   SPECIALS PAGE BLOCKS
   ============================================================ */

/* â”€â”€ HP Special Hero â”€â”€ */
.special-hero-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--color-black);
}
.special-hero {
  max-width: 1440px;
  width: 100%;
  height: 325px;
  margin: 0 auto !important;
  padding: 0;
  background: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.special-hero__h1 {
  font-family: var(--hs-font-primary);
  font-size: 100px;
  font-weight: 700;
  color: rgba(2, 1, 1, 0);
  -webkit-text-stroke: 1px var(--color-primary);
  text-stroke: 1px var(--color-primary);
  line-height: 100px;
  margin: 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .special-hero { height: 260px; }
  .special-hero__h1 { font-size: 70px; line-height: 70px; }
}
@media (max-width: 768px) {
  .special-hero { height: 200px; }
  .special-hero__h1 { font-size: 48px; line-height: 48px; }
}

/* â”€â”€ HP Special Offers â”€â”€ */
.special-offers-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--color-black);
}
.special-offers {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 80px 10px;
  background: var(--color-black);
  display: flex;
  flex-direction: column;
  gap: 48px;
  box-sizing: border-box;
}
.special-offers__h2 {
  font-family: var(--hs-font-secondary);
  font-size: 40px;
  font-weight: 500;
  color: var(--color-primary);
  line-height: 40px;
  margin: 0;
}
.special-offers__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  width: 100%;
}
.special-offers__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--color-black);
  border: 1px solid var(--hs-border-dark);
  border-radius: 0;
  padding: 24px;
  box-sizing: border-box;
}
.special-offers__card-h3 {
  font-family: var(--hs-font-secondary);
  font-size: 24px;
  font-weight: 700;
  color: var(--color-white);
  line-height: 24px;
  margin: 0;
}
.special-offers__card-title {
  font-family: var(--hs-font-primary);
  font-size: 18px;
  font-weight: 400;
  color: var(--color-primary);
  line-height: 18px;
  margin: 0;
}
.special-offers__card-includes {
  font-family: var(--hs-font-body);
  font-size: 20px;
  font-weight: 400;
  color: var(--color-white);
  line-height: 28px;
  margin: 0;
}
.special-offers__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.special-offers__list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.special-offers__list-icon {
  flex-shrink: 0;
  margin-top: 5px;
  display: flex;
}
.special-offers__list-text {
  font-family: var(--hs-font-body);
  font-size: 23px;
  font-weight: 400;
  color: var(--color-white);
  line-height: 30px;
  margin: 0;
}
.special-offers__btn {
  display: inline-block;
  padding: 14px 36px;
  background: transparent;
  border: 2px solid var(--color-primary);
  border-radius: 0;
  font-family: var(--hs-font-body);
  font-size: 20px;
  font-weight: 400;
  color: var(--color-primary);
  line-height: 22px;
  text-decoration: none;
  cursor: pointer;
  align-self: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.special-offers__btn:hover {
  border-color: var(--color-white);
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .special-offers { padding: 60px 40px; }
  .special-offers__h2 { font-size: 28px; line-height: 32px; }
}
@media (max-width: 768px) {
  .special-offers { padding: 40px 20px; gap: 32px; }
  .special-offers__grid { grid-template-columns: 1fr; gap: 24px; }
  .special-offers__h2 { font-size: 22px; line-height: 28px; text-align: center; }
  .special-offers__btn { text-align: center; }
  .special-offers__card-h3 { font-size: 18px; }
  .special-offers__list-text { font-size: 17px; line-height: 24px; }
  .special-offers__btn { font-size: 17px; }
}

/* â”€â”€ HP Special Everyday Offers â”€â”€ */
.spe-everyday-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--color-light-bg);
}
.spe-everyday {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 80px 10px;
  background: var(--color-light-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
}
.spe-everyday__h2 {
  font-family: var(--hs-font-secondary);
  font-size: 36px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 36px;
  margin: 0;
  text-align: center;
}
.spe-everyday__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  align-items: stretch;
}
.spe-everyday__card {
  background: var(--color-white);
  border: 1px solid var(--hs-border-dark);
  border-radius: 0;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
}
.spe-everyday__card-title {
  font-family: var(--hs-font-secondary);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-black);
  line-height: 20px;
  margin: 0;
  text-decoration: none;
}
a.spe-everyday__card-title:hover { color: var(--color-primary); }
.spe-everyday__card-body {
  font-family: var(--hs-font-body);
  font-size: 20px;
  font-weight: 400;
  color: var(--color-black);
  line-height: 28px;
  margin: 0;
  flex: 1;
}
.spe-everyday__card-body p {
  font-family: var(--hs-font-body);
  font-size: 20px;
  font-weight: 400;
  color: var(--color-black);
  line-height: 28px;
  margin: 0 0 8px 0;
}
.spe-everyday__card-body p:last-child { margin-bottom: 0; }
.spe-everyday__card-body strong,
.spe-everyday__card-body b { font-weight: 700; color: var(--color-black); }
.spe-everyday__btn {
  display: inline-block;
  padding: 14px 36px;
  background: transparent;
  border: 2px solid var(--color-primary);
  border-radius: 0;
  font-family: var(--hs-font-body);
  font-size: 20px;
  font-weight: 400;
  color: var(--color-primary);
  line-height: 22px;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.spe-everyday__btn:hover {
  border-color: var(--hs-border-dark);
  color: var(--hs-border-dark);
}
@media (max-width: 1024px) {
  .spe-everyday { padding: 60px 10px; }
  .spe-everyday__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .spe-everyday { padding: 40px 10px; gap: 28px; }
  .spe-everyday__h2 { font-size: 26px; line-height: 30px; }
  .spe-everyday__grid { grid-template-columns: 1fr; }
  .spe-everyday__card-body,
  .spe-everyday__card-body p { font-size: 17px; line-height: 24px; }
  .spe-everyday__btn { font-size: 16px; }
}

/* â”€â”€ HP Special Services â”€â”€ */
.spe-services-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--color-black);
}
.spe-services {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 80px 10px;
  background: var(--color-black);
  display: flex;
  flex-direction: column;
  gap: 48px;
  box-sizing: border-box;
  align-items: center;
}
.spe-services__top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  width: 100%;
}
.spe-services__top-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--color-black);
  border: 1px solid var(--hs-border-dark);
  border-radius: 0;
  padding: 24px;
  box-sizing: border-box;
}
.spe-services__card-title {
  font-family: var(--hs-font-secondary);
  font-size: 25px;
  font-weight: 700;
  color: var(--color-white);
  line-height: 25px;
  margin: 0;
  text-decoration: none;
  display: inline-block;
}
a.spe-services__card-title:hover { color: var(--color-primary); }
.spe-services__card-sub {
  font-family: var(--hs-font-primary);
  font-size: 22px;
  font-weight: 400;
  color: var(--color-primary);
  line-height: 22px;
  margin: 0;
}
.spe-services__card-body {
  font-family: var(--hs-font-body);
  font-size: 22px;
  font-weight: 400;
  color: var(--color-white);
  line-height: 30px;
  margin: 0;
  white-space: pre-line;
}
.spe-services__hr-h2 {
  font-family: var(--hs-font-secondary);
  font-size: 40px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 40px;
  margin: 0;
  text-align: left;
  width: 100%;
}
.spe-services__restore-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}
.spe-services__restore-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--color-black);
  border: 1px solid var(--hs-border-dark);
  border-radius: 0;
  padding: 24px;
  box-sizing: border-box;
}
.spe-services__restore-h3 {
  font-family: var(--hs-font-secondary);
  font-size: 24px;
  font-weight: 700;
  color: var(--color-white);
  line-height: 24px;
  margin: 0;
}
.spe-services__restore-sub {
  font-family: var(--hs-font-primary);
  font-size: 22px;
  font-weight: 400;
  color: var(--color-primary);
  line-height: 22px;
  margin: 0;
}
.spe-services__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.spe-services__list-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.spe-services__list-icon { flex-shrink: 0; margin-top: 5px; display: flex; }
.spe-services__list-text {
  font-family: var(--hs-font-body);
  font-size: 22px;
  font-weight: 400;
  color: var(--color-white);
  line-height: 30px;
  margin: 0;
}
.spe-services__btn {
  display: inline-block;
  padding: 14px 36px;
  background: transparent;
  border: 2px solid var(--color-primary);
  border-radius: 0;
  font-family: var(--hs-font-body);
  font-size: 20px;
  font-weight: 400;
  color: var(--color-primary);
  line-height: 22px;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  align-self: center;
  transition: border-color 0.3s, color 0.3s;
}
.spe-services__btn:hover { border-color: var(--color-white); color: var(--color-white); }
@media (max-width: 1024px) {
  .spe-services__restore-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .spe-services { padding: 20px 40px; gap: 32px; }
  .spe-services__top-grid { grid-template-columns: 1fr; }
  .spe-services__restore-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .spe-services__hr-h2 { font-size: 24px; line-height: 28px; text-align: center; }
  .spe-services__card-title { font-size: 18px; line-height: 20px; }
  .spe-services__card-sub { font-size: 16px; line-height: 18px; }
  .spe-services__restore-h3 { font-size: 18px; line-height: 20px; }
  .spe-services__restore-sub { font-size: 16px; line-height: 18px; }
  .spe-services__card-body { font-size: 15px; line-height: 22px; }
  .spe-services__list-text { font-size: 15px; line-height: 22px; }
  .spe-services__btn { font-size: 15px; align-self: center; text-align: center; }
}
@media (max-width: 480px) {
  .spe-services__restore-grid { grid-template-columns: 1fr; }
}

/* â”€â”€ HP Special Product â”€â”€ */
.spe-product-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--color-black);
}
.spe-product {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 80px 10px;
  background: var(--color-black);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  justify-items: center;
  box-sizing: border-box;
}
.spe-product__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.spe-product__body {
  font-family: var(--hs-font-body);
  font-size: 22px;
  font-weight: 400;
  color: var(--color-white);
  line-height: 28px;
  margin: 0;
}
.spe-product__body p {
  font-family: var(--hs-font-body);
  font-size: 22px;
  font-weight: 400;
  color: var(--color-white);
  line-height: 28px;
  margin: 0 0 10px 0;
}
.spe-product__body p:last-child { margin-bottom: 0; }
.spe-product__body strong,
.spe-product__body b { font-weight: 700; }
.spe-product__body a { color: var(--color-primary); text-decoration: none; }
.spe-product__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.spe-product__list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.spe-product__list-icon { flex-shrink: 0; margin-top: 5px; display: flex; }
.spe-product__list-text {
  font-family: var(--hs-font-body);
  font-size: 22px;
  font-weight: 400;
  color: var(--color-white);
  line-height: 22px;
  margin: 0;
}
.spe-product__img-wrap {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spe-product__img {
  width: 100%;
  height: 270px;
  object-fit: contain;
  object-position: center center;
  display: block;
  background: var(--color-white);
  padding-top: 3px;
  padding-bottom: 3px;
}
.spe-product__img-placeholder {
  width: 100%;
  height: 250px;
  background: #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--hs-border-dark);
}
@media (max-width: 768px) {
  .spe-product { grid-template-columns: 1fr; padding: 40px; gap: 28px; }
  .spe-product__left { order: 1; }
  .spe-product__img-wrap { order: 2; height: 200px; }
  .spe-product__body,
  .spe-product__body p { font-size: 17px; line-height: 24px; }
  .spe-product__list-text { font-size: 17px; line-height: 24px; }
  .spe-product__img { height: 200px; }
}

/* â”€â”€ HP Special Note from Dr. Steph â”€â”€ */
.special-note-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--hs-gradient-gold);
}
.special-note {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 0;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.special-note__img-wrap {
  flex: 0 0 50%;
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
  padding: 0;
  margin: 0;
  opacity: 0;
  transform: translateX(-40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.special-note__img-wrap--visible { opacity: 1; transform: translateX(0); }
.special-note__img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center bottom;
  display: block;
}
.special-note__img-placeholder {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
}
.special-note__content {
  flex: 0 0 50%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 0 70px 30px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateX(40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
.special-note__content--visible { opacity: 1; transform: translateX(0); }
.special-note__h2 {
  font-family: var(--hs-font-secondary);
  font-size: 70px;
  font-weight: 900;
  color: var(--color-primary);
  line-height: 70px;
  margin: 0 0 24px 0;
}
.special-note__body {
  font-family: var(--hs-font-body);
  font-size: 21px;
  font-weight: 400;
  color: var(--color-white);
  line-height: 30px;
  width: 100%;
}
.special-note__body p {
  font-family: var(--hs-font-body);
  font-size: 21px;
  font-weight: 400;
  color: var(--color-white);
  line-height: 30px;
  margin: 0 0 16px 0;
}
.special-note__body p:last-child { margin-bottom: 0; }
.special-note__body a { color: var(--color-primary); text-decoration: none; }
.special-note__body a:hover { text-decoration: underline; }
.special-note__body strong,
.special-note__body b { font-weight: 600; color: var(--color-white); }
@media (max-width: 1024px) {
  .special-note__h2 { font-size: 48px; line-height: 52px; }
}
@media (max-width: 768px) {
  .special-note-wrap { background: var(--color-black); }
  .special-note { flex-direction: column; }
  .special-note__img-wrap {
    flex: none;
    width: 100%;
    height: auto;
    min-height: 0;
    justify-content: center;
    align-items: flex-end;
    background: var(--hs-gradient-gold);
    overflow: visible;
  }
  .special-note__img { width: 100%; height: auto; object-fit: contain; object-position: center bottom; display: block; }
  .special-note__content {
    flex: none;
    width: 100%;
    padding: 30px 20px 40px;
    background: var(--color-black);
    opacity: 1 !important;
    transform: none !important;
  }
  .special-note__h2 { font-size: 31px; line-height: 35px; margin-bottom: 16px; text-align: center; }
  .special-note__content { align-items: center; text-align: center; }
  .special-note__body,
  .special-note__body p { font-size: 17px; line-height: 24px; text-align: center; }
}

/* â”€â”€ HP Special CTA â”€â”€ */
.spe-cta-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--color-light-bg);
}
.spe-cta {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 80px 10px;
  background: var(--color-light-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  box-sizing: border-box;
  text-align: center;
}
.spe-cta__h2 {
  font-family: var(--hs-font-secondary);
  font-size: 40px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 40px;
  margin: 0;
}
.spe-cta__body {
  font-family: var(--hs-font-body);
  font-size: 22px;
  font-weight: 400;
  color: var(--color-black);
  line-height: 30px;
  margin: 0;
  white-space: pre-line;
  width: 100%;
  max-width: 100%;
}
.spe-cta__btn {
  display: inline-block;
  padding: 14px 36px;
  background: transparent;
  border: 2px solid var(--color-primary);
  border-radius: 0;
  font-family: var(--hs-font-body);
  font-size: 20px;
  font-weight: 400;
  color: var(--color-primary);
  line-height: 22px;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: border-color 0.3s, color 0.3s;
}
.spe-cta__btn:hover { border-color: var(--color-black); color: var(--color-black); }
@media (max-width: 768px) {
  .spe-cta { padding: 40px; gap: 20px; }
  .spe-cta__h2 { font-size: 24px; line-height: 28px; }
  .spe-cta__body { font-size: 17px; line-height: 24px; width: 100%; max-width: 100%; }
  .spe-cta__btn { font-size: 16px; text-align: center; }
}

/* â”€â”€ HP Special Contact â”€â”€ */
.spe-contact-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--color-black);
}
.spe-contact {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 80px 10px;
  background: var(--color-black);
  display: flex;
  flex-direction: row;
  gap: 0;
  box-sizing: border-box;
  align-items: center;
}
.spe-contact__left {
  flex: 0 0 50%;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-sizing: border-box;
  padding-right: 30px;
}
.spe-contact__h2-gold {
  font-family: var(--hs-font-secondary);
  font-size: 36px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 36px;
  margin: 0;
}
.spe-contact__h2-white {
  font-family: var(--hs-font-secondary);
  font-size: 36px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 36px;
  margin: 0;
}
.spe-contact__right {
  flex: 0 0 50%;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
}
.spe-contact__location {
  font-family: var(--hs-font-body);
  font-size: 22px;
  font-weight: 400;
  color: var(--color-white);
  line-height: 28px;
  margin: 0 0 8px 0;
}
.spe-contact__icons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.spe-contact__icon-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 26px;
  border: 1px solid var(--hs-border-dark);
  border-radius: 100px;
  background: transparent;
  text-decoration: none;
  transition: border-color 0.2s;
}
.spe-contact__icon-box:hover { border-color: var(--color-primary); }
.spe-contact__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.spe-contact__icon-title {
  font-family: var(--hs-font-body);
  font-size: 20px;
  font-weight: 400;
  color: var(--color-white);
  line-height: 28px;
  margin: 0;
}
@media (max-width: 768px) {
  .spe-contact { flex-direction: column; padding: 40px; gap: 32px; }
  .spe-contact__left { flex: none; width: 100%; padding-right: 0; align-items: center; text-align: center; gap: 4px; }
  .spe-contact__right { flex: none; width: 100%; align-items: center; }
  .spe-contact__h2-gold { font-size: 26px; line-height: 30px; text-align: center; }
  .spe-contact__h2-white { font-size: 26px; line-height: 30px; text-align: center; }
  .spe-contact__location { font-size: 18px; text-align: center; }
  .spe-contact__icons { align-items: center; flex-direction: column; width: 100%; }
  .spe-contact__icon-box { flex-direction: column; gap: 8px; padding: 15px 24px; text-align: center; width: 100%; box-sizing: border-box; }
  .spe-contact__icon-title { font-size: 17px; }
}

/* ══════════════════════════════════════════
   BOTOX PAGE
══════════════════════════════════════════ */

/* ── Botox Intro ── */
.btx-intro-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--hs-card-dark, #1e1e1e);
}
.btx-intro {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 40px 100px 80px;
  background: var(--hs-card-dark, #1e1e1e);
  display: flex;
  flex-direction: column;
  gap: 32px;
  box-sizing: border-box;
  align-items: center;
  text-align: center;
}
.btx-intro__h3 {
  font-family: var(--font-primary, 'Montserrat', sans-serif);
  font-size: 48px;
  font-weight: 700;
  color: var(--hs-accent, #b87636);
  line-height: 52px;
  margin: 0;
}
.btx-intro__body {
  font-family: var(--font-secondary, 'Source Sans Pro', sans-serif);
  font-size: 18px;
  font-weight: 400;
  color: var(--hs-white, #ffffff);
  line-height: 22px;
  margin: 0;
}
.btx-intro__body p {
  font-size: 18px;
  font-weight: 400;
  color: var(--hs-white, #ffffff) !important;
  line-height: 22px;
  margin: 0 0 12px;
}
.btx-intro__body p:last-child { margin-bottom: 0; }
.btx-intro__body a { color: var(--hs-accent, #b87636); text-decoration: none; }
.btx-intro__why-title {
  font-family: var(--font-primary, 'Montserrat', sans-serif);
  font-size: 20px;
  font-weight: 600;
  color: var(--hs-white, #ffffff);
  line-height: 24px;
  margin: 0;
}
.btx-intro__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.btx-intro__list-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.btx-intro__icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btx-intro__icon svg { width: 34px; height: 34px; }
.btx-intro__item-text {
  font-family: var(--font-secondary, 'Source Sans Pro', sans-serif);
  font-size: 18px;
  font-weight: 400;
  color: var(--hs-white, #ffffff);
  line-height: 22px;
  margin: 0;
}
.btx-intro__btn {
  display: inline-block;
  padding: 14px 40px;
  background: var(--hs-accent, #b87636);
  border: 1.5px solid transparent;
  border-radius: 5px;
  font-family: var(--font-primary, 'Montserrat', sans-serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--hs-white, #ffffff);
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  align-self: center;
  transition: border-color 0.3s ease;
}
.btx-intro__btn:hover { border-color: var(--hs-white, #ffffff); color: var(--hs-white, #ffffff); }
@media (max-width: 1024px) {
  .btx-intro { padding: 40px 40px 60px; }
  .btx-intro__h3 { font-size: 36px; line-height: 42px; }
}
@media (max-width: 768px) {
  .btx-intro { padding: 30px 20px 50px; gap: 24px; }
  .btx-intro__h3 { font-size: 26px; line-height: 32px; }
  .btx-intro__body { font-size: 16px; line-height: 22px; }
  .btx-intro__list { flex-direction: column; gap: 16px; }
  .btx-intro__item-text { font-size: 16px; }
}

/* ── Botox Gallery Carousel ── */
.btx-gallery-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--hs-card-dark, #1e1e1e);
  overflow: hidden;
}
.btx-gallery {
  width: 100%;
  background: var(--hs-card-dark, #1e1e1e);
  padding: 0;
  margin: 0 !important;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
.btx-gallery__track {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  width: 100%;
  will-change: transform;
}
.btx-gallery__slide {
  flex: 0 0 20%;
  width: 20%;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
.btx-gallery__slide img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.btx-gallery__placeholder {
  width: 100%;
  height: 360px;
  background: #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btx-gallery__placeholder span {
  color: #555;
  font-size: 13px;
  font-family: sans-serif;
}
@media (max-width: 768px) {
  .btx-gallery__slide { flex: 0 0 50%; width: 50%; }
  .btx-gallery__slide img { height: 180px; }
  .btx-gallery__placeholder { height: 180px; }
}

/* ══════════════════════════════════════════
   ACNE SCARS PAGE
══════════════════════════════════════════ */

/* ── Acne Hero ── */
.acne-hero-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: #1e1e1e;
}
.acne-hero {
  max-width: 1440px;
  width: 100%;
  height: 350px;
  margin: 0 auto !important;
  padding: 0;
  background: #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.acne-hero__h1 {
  font-family: Montserrat, sans-serif;
  font-size: 66px;
  font-weight: 500;
  color: #ffffff;
  line-height: 66px;
  margin: 0;
  text-align: center;
}

/* ── Acne Intro ── */
.acne-intro-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--hs-white, #ffffff);
}
.acne-intro {
  width: 100%;
  min-height: 450px;
  height: auto;
  margin: 0 !important;
  padding: 0;
  background: var(--hs-white, #ffffff);
  display: flex;
  flex-direction: row;
  gap: 0;
  box-sizing: border-box;
}
.acne-intro__img {
  flex: 0 0 50%;
  width: 50%;
  min-height: 450px;
  background-color: var(--hs-light-bg, #f5f0eb);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.acne-intro__content {
  flex: 0 0 50%;
  width: 50%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  box-sizing: border-box;
}
.acne-intro__h2 {
  font-family: var(--hs-font-secondary);
  font-size: 24px;
  font-weight: 500;
  color: var(--hs-card-dark, #1e1e1e);
  line-height: 34px;
  margin: 0;
}
.acne-intro__h2 + .acne-intro__h2 {
  margin-top: 8px;
}
.acne-intro__text {
  font-family: var(--hs-font-body);
  font-size: 21px;
  font-weight: 400;
  color: var(--hs-text-muted, #3d3d3d);
  line-height: 33px;
  margin: 0;
}
.acne-intro__wysiwyg {
  font-family: var(--hs-font-body);
  font-size: 25px;
  font-weight: 400;
  color: var(--hs-text-muted, #3d3d3d);
  line-height: 33px;
  margin: 0;
}
.acne-intro__wysiwyg p {
  font-size: 21px;
  line-height: 33px;
  margin: 0 0 10px;
}
.acne-intro__wysiwyg p:last-child { margin-bottom: 0; }
.acne-intro__wysiwyg ul,
.acne-intro__wysiwyg ol {
  padding-left: 32px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: disc;
}
.acne-intro__wysiwyg ul li::marker {
  color: var(--hs-text-muted, #3d3d3d);
}
.acne-intro__wysiwyg li {
  font-size: 21px;
  font-weight: 400;
  line-height: 44px;
}
.acne-intro__wysiwyg a {
  color: var(--hs-text-muted, #3d3d3d);
  text-decoration: underline dotted;
}
.acne-intro__wysiwyg strong {
  font-size: 25px;
  font-weight: 600;
  line-height: 33px;
}
.acne-intro__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--hs-font-body);
  font-size: 25px;
  font-weight: 400;
  color: var(--hs-accent, #b87636);
  line-height: 33px;
  text-decoration: none;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s;
  margin-top: 4px;
}
.acne-intro__btn:hover { opacity: 0.75; }
.acne-intro__btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--hs-accent, #b87636);
  stroke-width: 2;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .acne-intro__content { padding: 40px; }
}
@media (max-width: 768px) {
  .acne-intro { flex-direction: column; min-height: auto; }
  .acne-intro__img { flex: none; width: 100%; min-height: 260px; }
  .acne-intro__content { flex: none; width: 100%; padding: 30px 20px; }
  .acne-intro__h2 { font-size: 20px; line-height: 28px; }
  .acne-intro__text,
  .acne-intro__wysiwyg,
  .acne-intro__wysiwyg p,
  .acne-intro__wysiwyg li { font-size: 17px; line-height: 24px; }
  .acne-intro__wysiwyg strong { font-size: 18px; line-height: 22px; }
  .acne-intro__btn { font-size: 17px; }
}

/* ── Acne Treatments ── */
.acne-treatments-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--hs-card-dark, #1e1e1e);
}
.acne-treatments {
  width: 100%;
  margin: 0 auto !important;
  padding: 80px;
  background: var(--hs-card-dark, #1e1e1e);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  box-sizing: border-box;
}
.acne-treatments__h3 {
  font-family: var(--hs-font-secondary);
  font-size: 48px;
  font-weight: 700;
  color: var(--hs-white, #ffffff);
  line-height: 52px;
  margin: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.acne-treatments__h3--visible { opacity: 1; transform: translateY(0); }
.acne-treatments__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  padding: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.15s,
              transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}
.acne-treatments__grid--visible { opacity: 1; transform: translateY(0); }
.acne-treatments__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  background: var(--hs-accent, #b87636);
  border: 1.5px solid transparent;
  border-radius: 5px;
  font-family: var(--hs-font-secondary);
  font-size: 16px;
  font-weight: 600;
  color: var(--hs-white, #ffffff);
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
  flex: 0 1 calc(25% - 12px);
  min-width: 200px;
}
.acne-treatments__btn:hover {
  border-color: var(--hs-white, #ffffff);
  color: var(--hs-white, #ffffff);
}
@media (max-width: 1024px) {
  .acne-treatments { padding: 60px 40px; }
  .acne-treatments__h3 { font-size: 36px; line-height: 42px; }
  .acne-treatments__btn { flex: 0 1 calc(33.33% - 12px); }
}
@media (max-width: 768px) {
  .acne-treatments { padding: 40px 20px; gap: 24px; }
  .acne-treatments__h3 { font-size: 28px; line-height: 34px; }
  .acne-treatments__btn { flex: 0 1 calc(50% - 8px); font-size: 14px; padding: 14px 20px; min-width: 140px; }
}
@media (max-width: 480px) {
  .acne-treatments__btn { flex: 0 1 100%; }
}

/* ── Editor: disable scroll-reveal animations — all animated elements visible immediately ── */
.editor-styles-wrapper .doctor__left,
.editor-styles-wrapper .doctor__right,
.editor-styles-wrapper .meet-dr__watermark,
.editor-styles-wrapper .meet-dr__content,
.editor-styles-wrapper .about__ghost,
.editor-styles-wrapper .about__title,
.editor-styles-wrapper .about__subtitle,
.editor-styles-wrapper .value-card,
.editor-styles-wrapper .about-hero__text,
.editor-styles-wrapper .naturally__watermark,
.editor-styles-wrapper .naturally__visual,
.editor-styles-wrapper .naturally__content,
.editor-styles-wrapper .about-hp__ghost,
.editor-styles-wrapper .about-hp__title,
.editor-styles-wrapper .about-hp__subtitle,
.editor-styles-wrapper .about-hp__photo,
.editor-styles-wrapper .about-hp__bio,
.editor-styles-wrapper .experts__content,
.editor-styles-wrapper .experts__visual,
.editor-styles-wrapper .treatments__ghost,
.editor-styles-wrapper .treatments__title,
.editor-styles-wrapper .treatments__subtitle,
.editor-styles-wrapper .treatments__card,
.editor-styles-wrapper .treatments__card__img,
.editor-styles-wrapper .treatments__cta,
.editor-styles-wrapper .meet-team__header,
.editor-styles-wrapper .meet-team__card,
.editor-styles-wrapper .choose__box,
.editor-styles-wrapper .picoway-hero__inner,
.editor-styles-wrapper .picoway-how__ghost,
.editor-styles-wrapper .picoway-how__title,
.editor-styles-wrapper .picoway-how__subtitle,
.editor-styles-wrapper .picoway-how__img-wrap,
.editor-styles-wrapper .picoway-how__step,
.editor-styles-wrapper .picoway-gallery__ghost,
.editor-styles-wrapper .picoway-gallery__title,
.editor-styles-wrapper .picoway-gallery__col,
.editor-styles-wrapper .picoway-intro__left-content,
.editor-styles-wrapper .picoway-intro__right,
.editor-styles-wrapper .picoway-faq__left,
.editor-styles-wrapper .picoway-faq__right,
.editor-styles-wrapper .picoway-results__ghost,
.editor-styles-wrapper .picoway-results__title,
.editor-styles-wrapper .picoway-results__swiper-wrap,
.editor-styles-wrapper .contact-hero__text,
.editor-styles-wrapper .mf-hero__text,
.editor-styles-wrapper .mf-benefits__left,
.editor-styles-wrapper .mf-benefits__right,
.editor-styles-wrapper .mf-how__inner,
.editor-styles-wrapper .mn-concerns__h3,
.editor-styles-wrapper .mn-concerns__grid,
.editor-styles-wrapper .acne-treatments__h3,
.editor-styles-wrapper .acne-treatments__grid {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}


/* =============================================================
   MERGED: main.css — merged 2026-06-22 (fixes take precedence)
   ============================================================= */

.hp-badge,
.hp-btn,
.hp-footer__heading,
.hp-header__nav a,
body {
  font-family: var(--font-secondary);
}
.about__ghost,
.hp-badge,
.hp-btn,
.hp-footer__heading,
.hp-hero__btn,
.hp-hero__subheading,
.specials__btn {
  text-transform: uppercase;
}
.hp-hero__btn,
.hp-hero__social-btn,
.naturally__btn,
a {
  text-decoration: none;
}
.doctor__watermark,
.meet-dr__watermark-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.experts {
  isolation: isolate;
}
*,
.about,
.about-hero__center,
.about-hero__left,
.about-hero__right,
.about-hp,
.choose,
.choose__left,
.choose__right,
.contact-details,
.contact-hero,
.contact-hero__center,
.contact-hero__left,
.contact-hero__right,
.experts__content,
.hp-form__dummy,
.meet-dr,
.meet-dr__content,
.meet-team,
.mf-benefits,
.mf-benefits__left,
.mf-benefits__right,
.mf-hero,
.mf-hero__center,
.mf-hero__left,
.mf-hero__right,
.mf-how,
.mf-pricing,
.mn-concerns,
.mn-concerns__btn,
.naturally__content,
.picoway-faq__left,
.picoway-faq__right,
.picoway-gallery,
.picoway-how,
.picoway-intro__right,
.testimonials,
::after,
::before {
  box-sizing: border-box;
}
.about-hp__ghost,
.doctor__watermark,
.hero-section__overlay.is-hidden,
.hero-section__poster.is-hidden,
.meet-dr__watermark,
.mf-how__ghost,
.mf-pricing__ghost,
.naturally__watermark,
.partners__ghost,
.picoway-gallery__ghost,
.picoway-results__ghost,
.testimonials__ghost {
  pointer-events: none;
}
.about-hero__text,
.about-hp__ghost,
.about__ghost,
.contact-hero__text,
.doctor__watermark,
.experts__ghost,
.meet-dr__watermark,
.mf-hero__text--stroke,
.mf-how__ghost,
.mf-pricing__ghost,
.naturally__watermark,
.partners__ghost,
.picoway-gallery__ghost,
.picoway-results__ghost,
.testimonials__ghost {
  user-select: none;
  user-select: none;
}
:root,
.editor-styles-wrapper {
  --hs-bg: #1e1e1e;
  --hs-font-body: "Source Sans 3", sans-serif;
  --hs-font-primary: "Noto Sans", sans-serif;
  --hs-light-bg: #f7f4f1;
  --hs-border-dark: #3d3d3d;
  --hs-card-dark: #1a1a1a;
  --hs-gradient-gold: linear-gradient(90deg, #c8a15b 0%, #a17a5b 30%, #1e1e1e 30%);
  --color-primary: #b8956a;
  --color-primary-light: #d4b896;
  --color-primary-dark: #8a6e4a;
  --color-secondary: #1a1a2e;
  --color-secondary-light: #2d2d4e;
  --color-accent: #e8c99a;
  --color-white: #ffffff;
  --color-off-white: #faf8f5;
  --color-light-gray: #f5f3f0;
  --color-mid-gray: #999;
  --color-dark-gray: #555;
  --color-text: #2c2c2c;
  --color-text-light: #666;
  --color-border: #e5e0d8;
  --font-primary: "Cormorant Garamond", "Georgia", serif;
  --font-secondary: "Lato", "Helvetica Neue", sans-serif;
  --font-size-xs: clamp(0.75rem, 1.5vw, 0.875rem);
  --font-size-sm: clamp(0.875rem, 2vw, 1rem);
  --font-size-base: clamp(1rem, 2vw, 1.125rem);
  --font-size-md: clamp(1.125rem, 2.5vw, 1.25rem);
  --font-size-lg: clamp(1.25rem, 3vw, 1.5rem);
  --font-size-xl: clamp(1.5rem, 4vw, 2rem);
  --font-size-2xl: clamp(2rem, 5vw, 2.75rem);
  --font-size-3xl: clamp(2.5rem, 6vw, 3.5rem);
  --font-size-4xl: clamp(3rem, 7vw, 4.5rem);
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;
  --gap-lg: 60px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.12);
  --shadow-xl: 0 20px 60px rgba(0, 0, 0, 0.15);
  --transition-fast: 150ms ease;
  --transition-base: 300ms ease;
  --transition-slow: 500ms ease;
  --container-max: 1440px;
  --container-wide: 1440px;
  --container-narrow: 860px;
  --container-padding: clamp(var(--space-4), 4vw, var(--space-12));
  --hs-font-secondary: "Montserrat", sans-serif;
  --hs-white: #ffffff;
  --hs-body-text: rgba(255, 255, 255, 0.85);
  --hs-accent: #b87636;
  --hs-accent-hover: #9e6128;
  --hs-btn-outline-bg: #ffffff;
  --hs-btn-outline-hover-bg: #b87636;
  --hs-btn-outline-hover-text: #ffffff;
  --hs-btn-primary-hover-border: 1px solid #ffffff;
  --hs-dark-bg: #1e1e1e;
  --hs-value-card-bg: #ffffff;
  --hs-value-card-border: #e8e0d8;
  --hs-value-card-icon-stroke: #b5722a;
  --hs-value-card-title-color: #1e1e1e;
  --hs-value-card-text-color: #1a1a1a;
  --hs-about-ghost-color: #e5e3e1;
  --hs-about-ghost-size: 66px;
  --hs-experts-height: 653px;
  --hs-experts-title-color: #b87636;
  --hs-experts-para-color: #1e1e1e;
  --hs-experts-btn-color: #b87636;
  --hs-experts-btn-hover-color: #1e1e1e;
  --hs-naturally-para-color: #ffffff;
  --hs-naturally-btn-border: #b87636;
  --hs-naturally-btn-hover-color: #ffffff;
  --hs-naturally-font-size: 21px;
  --hs-partners-slide-height: 260px;
  --hs-partners-slide-height-mobile: 160px;
  --hs-partners-logo-max-w: 200px;
  --hs-partners-logo-max-h: 120px;
  --hs-partners-bullet-size: 10px;
  --hs-partners-bullet-opacity: 0.35;
  --hs-partners-bullet-opacity-hover: 0.53;
  --hs-partners-placeholder-bg: #f0ede8;
  --hs-partners-placeholder-color: #b8956a;
  --hs-social-link-size: 47px;
  --hs-social-link-border: 1.5px solid #ffffff;
  --hs-social-link-svg-size: 19px;
  --hs-social-link-hover-bg: rgba(255, 255, 255, 0.18);
}
.hp-badge,
.hp-btn {
  display: inline-flex;
  gap: var(--space-2);
  font-weight: 600;
}
.hp-header__nav a,
a {
  transition: color var(--transition-fast);
}
.site-header.scrolled .hp-header__nav a,
body {
  color: var(--color-text);
}
body {
  font-size: var(--font-size-base);
  background: var(--color-white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.hp-badge,
a {
  color: var(--color-primary);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a:hover {
  color: var(--color-primary-dark);
}
.hp-container {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-padding);
}
:root,
.editor-styles-wrapper {
  --inner-padding: 80px;
}
@media (max-width: 1024px) {
  :root {
    --inner-padding: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --inner-padding: 20px;
  }
}

.hp-inner {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-lg, 60px);
  align-items: center;
  max-width: var(--container-max) !important;
  margin: 0 auto !important;
  padding: var(--inner-padding) !important;
}
.hp-badge {
  align-items: center;
  font-size: var(--font-size-xs);
  letter-spacing: 0.12em;
  background: 0 0;
  border: 1px solid var(--color-primary);
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-full);
}
.hp-btn,
.hp-header,
.naturally,
.partners-swiper .swiper-wrapper {
  align-items: center;
}
.hp-btn,
.hp-footer__tagline,
.hp-header__nav a {
  font-size: var(--font-size-sm);
}
.hp-btn {
  justify-content: center;
  letter-spacing: 0.08em;
  padding: var(--space-4) var(--space-8);
  border-radius: var(--radius-full);
  border: 2px solid transparent;
  cursor: pointer;
  transition:
    background var(--transition-base),
    color var(--transition-base),
    border-color var(--transition-base),
    transform var(--transition-fast),
    box-shadow var(--transition-base);
}
.hp-btn--outline,
.hp-btn--primary {
  border-color: var(--color-primary);
}
.hp-btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}
.hp-btn--primary {
  background: var(--color-primary);
  color: var(--color-white);
}
.hp-btn--outline,
.hp-footer__heading,
.hp-footer__links a:hover,
.hp-header__nav .current-menu-item > a,
.hp-header__nav a:hover {
  color: var(--color-primary);
}
.hp-btn--primary:hover {
  background: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
  color: var(--color-white);
}
.hp-btn--outline {
  background: 0 0;
}
.hp-btn--outline:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.hp-btn--white {
  background: var(--color-white);
  color: var(--color-secondary);
  border-color: var(--color-white);
}
.hp-btn--white:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition:
    background var(--transition-base),
    box-shadow var(--transition-base);
}
.site-header.scrolled {
  background: var(--color-white);
  box-shadow: var(--shadow-sm);
}
.hp-header {
  display: flex;
  justify-content: space-between;
  padding-block: var(--space-4);
}
.hp-header__logo img {
  height: 50px;
  width: auto;
}
.hp-header__nav ul {
  display: flex;
  align-items: center;
  gap: var(--space-8);
  list-style: none;
  margin: 0;
  padding: 0;
}
.hp-header__nav a {
  font-weight: 500;
  color: var(--color-white);
  letter-spacing: 0.04em;
}
.hp-header__cta {
  margin-left: var(--space-4);
}
.hp-header__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: 0 0;
  border: none;
  cursor: pointer;
  padding: var(--space-2);
  color: var(--color-white);
}
.hp-header__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-white);
  transition:
    transform var(--transition-base),
    opacity var(--transition-fast);
}
.site-header.scrolled .hp-header__toggle span {
  background: var(--color-text);
}
.hp-footer {
  background: var(--color-secondary);
  color: var(--color-white);
  padding-block: var(--space-16) var(--space-8);
}
.hp-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: var(--space-12);
  padding-bottom: var(--space-12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: var(--space-8);
}
.hp-footer__logo img {
  height: 48px;
  margin-bottom: var(--space-4);
}
.hp-footer__tagline {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
}
.hp-footer__heading {
  font-size: var(--font-size-xs);
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: var(--space-4);
}
.hp-footer__links a,
.hp-footer__social-link {
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--font-size-sm);
}
.hp-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.hp-hero,
.hp-hero__inner {
  margin: 0 auto;
  min-height: 696px;
  display: flex;
}
.hp-footer__links a {
  transition: color var(--transition-fast);
}
.hp-footer__social {
  display: flex;
  gap: var(--space-3);
}
.hp-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition:
    border-color var(--transition-fast),
    color var(--transition-fast),
    background var(--transition-fast);
}
.hp-footer__social-link:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: rgba(184, 149, 106, 0.1);
}
.hp-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--font-size-xs);
  color: rgba(255, 255, 255, 0.4);
}
.hp-hero {
  position: relative;
  width: 100%;
  align-items: stretch;
  overflow: hidden;
  background-color: #1a1714;
  background-image: url("https://healthpointlaser.com/wp-content/uploads/2025/11/hero-banner.webp");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
.hp-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hp-hero__bg-img,
.hp-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.hp-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(26, 23, 20, 0.95) 0,
    rgba(26, 23, 20, 0.85) 45%,
    rgba(26, 23, 20, 0.2) 80%,
    rgba(26, 23, 20, 0) 100%
  );
  z-index: 1;
}
.hp-hero__inner {
  position: relative;
  z-index: 2;
  flex-direction: row;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  padding: 120px 60px 80px;
  gap: 0;
}
.hp-hero__content {
  width: 60%;
  max-width: 60%;
  display: flex;
  flex-direction: column;
}
#main-h1,
.hp-hero__title,
h1#main-h1 {
  font-family: "Noto Sans", sans-serif !important;
  font-size: 140px !important;
  font-weight: 600 !important;
  line-height: 1em !important;
  letter-spacing: 0 !important;
  color: transparent !important;
  -webkit-text-stroke: 2px #b87636 !important;
  text-stroke: 2px #b87636 !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  transition:
    color 0.4s,
    -webkit-text-stroke 0.4s !important;
}
.hp-hero__subheading {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
  color: #fff;
  margin: 0 0 20px;
  padding: 0;
}
.hp-hero__subheading em,
.hp-hero__subheading i {
  font-style: italic;
  font-weight: 400;
}
.hp-hero__description {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 40px;
  padding: 0;
  max-width: 640px;
}
.hp-hero__cta-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.hp-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  border-radius: 5px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.08em;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background 0.25s,
    color 0.25s,
    border-color 0.25s,
    transform 0.2s;
}
.hp-hero__btn--primary {
  background: #b87636;
  color: #fff;
  border: 2px solid #b87636;
}
.hp-hero__btn--primary:hover {
  background: 0 0;
  color: #b87636;
  border-color: #b87636;
  transform: translateY(-2px);
}
.hp-hero__btn--secondary {
  background: 0 0;
  color: #b87636;
  border: 2px solid #fff;
}
.hp-hero__btn--secondary:hover {
  background: #fff;
  color: #1a1714;
  border-color: #fff;
  transform: translateY(-2px);
}
.hp-hero__social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.hp-kelowna-experts,
.hp-meet-doctor__image-col,
.hp-treatment-card {
  position: relative;
  overflow: hidden;
}
.hp-hero__social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  background: 0 0;
  transition:
    border-color 0.25s,
    background 0.25s,
    transform 0.2s;
}
.hp-hero__social-btn:hover {
  border-color: #b87636;
  background: rgba(184, 118, 54, 0.15);
  transform: scale(1.1);
  color: #fff;
}
.hp-hero__social-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: none;
  display: block;
  flex-shrink: 0;
}
.hp-loved-treatments,
.hp-sets-apart {
  padding-block: var(--space-24);
  background: var(--color-off-white);
}
.hp-loved-treatments__header {
  text-align: center;
  margin-bottom: var(--space-16);
}
.hp-loved-treatments__tagline {
  display: block;
  font-size: var(--font-size-xs);
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: var(--space-3);
}
.hp-loved-treatments__title,
.hp-treatment-card__title {
  font-family: var(--font-primary);
  color: var(--color-secondary);
}
.hp-loved-treatments__title {
  font-size: var(--font-size-3xl);
  font-weight: 300;
}
.hp-loved-treatments__grid,
.hp-sets-apart__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-6);
}
.hp-treatment-card {
  border-radius: var(--radius-lg);
  background: var(--color-white);
  box-shadow: var(--shadow-sm);
  transition:
    transform var(--transition-base),
    box-shadow var(--transition-base);
}
.hp-treatment-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
}
.hp-treatment-card__image-wrap {
  overflow: hidden;
  aspect-ratio: 4/3;
}
.hp-treatment-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}
.hp-treatment-card:hover .hp-treatment-card__image {
  transform: scale(1.06);
}
.hp-treatment-card__body {
  padding: var(--space-6);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hp-treatment-card__title {
  font-size: var(--font-size-xl);
  font-weight: 400;
}
.hp-about-vision__title,
.hp-meet-doctor__name,
.hp-partners__title {
  font-family: var(--font-primary);
  font-weight: 300;
}
.hp-treatment-card__arrow {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full);
  background: var(--color-light-gray);
  color: var(--color-primary);
  transition:
    background var(--transition-fast),
    transform var(--transition-fast);
  flex-shrink: 0;
}
.hp-treatment-card:hover .hp-treatment-card__arrow {
  background: var(--color-primary);
  color: var(--color-white);
  transform: translateX(3px);
}
.hp-partners {
  padding-block: var(--space-20);
  background: var(--color-white);
}
.hp-partners__header,
.hp-testimonials__header {
  text-align: center;
  margin-bottom: var(--space-12);
}
.hp-meet-doctor__badge,
.hp-partners__badge {
  margin-bottom: var(--space-4);
}
.hp-partners__title {
  font-size: var(--font-size-2xl);
  color: var(--color-secondary);
}
.hp-partners__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-8) var(--space-12);
}
.hp-partners__logo-item {
  opacity: 0.55;
  transition: opacity var(--transition-base);
  display: flex;
  align-items: center;
}
.hp-partners__logo-item:hover,
.partners-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.hp-partners__logo-item img {
  max-height: 50px;
  width: auto;
  object-fit: contain;
}
.hp-meet-doctor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}
.hp-meet-doctor__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.hp-meet-doctor__content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--space-20) var(--space-16);
  background: var(--color-off-white);
}
.hp-meet-doctor__meet-label {
  font-family: var(--font-primary);
  font-size: var(--font-size-xl);
  color: var(--color-primary);
  font-style: italic;
  display: block;
  margin-bottom: var(--space-2);
}
.hp-meet-doctor__name {
  font-size: var(--font-size-3xl);
  color: var(--color-secondary);
  margin-bottom: var(--space-6);
}
.hp-meet-doctor__bio {
  font-size: var(--font-size-base);
  color: var(--color-text-light);
  line-height: 1.8;
  margin-bottom: var(--space-8);
}
.hp-about-vision {
  padding-block: var(--space-24);
  background: var(--color-secondary);
  color: var(--color-white);
}
.hp-about-vision__title {
  font-size: var(--font-size-3xl);
  text-align: center;
  margin-bottom: var(--space-16);
}
.hp-about-vision__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-8);
}
.hp-pillar {
  text-align: center;
  padding: var(--space-8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  transition:
    border-color var(--transition-base),
    background var(--transition-base);
}
.hp-pillar:hover {
  border-color: var(--color-primary);
  background: rgba(184, 149, 106, 0.05);
}
.hp-pillar__icon {
  width: 56px;
  height: 56px;
  margin-inline: auto;
  margin-bottom: var(--space-5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full);
  background: rgba(184, 149, 106, 0.15);
  color: var(--color-primary);
}
.hp-benefit__title,
.hp-kelowna-experts__tagline,
.hp-pillar__title,
.hp-testimonials__title {
  margin-bottom: var(--space-3);
  font-family: var(--font-primary);
}
.hp-pillar__title {
  font-size: var(--font-size-xl);
  font-weight: 400;
  color: var(--color-white);
}
.hp-pillar__desc {
  font-size: var(--font-size-sm);
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.75;
}
.hp-kelowna-experts {
  min-height: 500px;
  display: flex;
  align-items: center;
}
.hp-kelowna-experts__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-kelowna-experts__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(26, 26, 46, 0.85) 50%, rgba(26, 26, 46, 0.5));
}
.hp-kelowna-experts__content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding-block: var(--space-20);
}
.hp-kelowna-experts__tagline {
  font-size: var(--font-size-xl);
  font-style: italic;
  color: var(--color-primary);
  display: block;
}
.hp-kelowna-experts__title {
  font-family: var(--font-primary);
  font-size: var(--font-size-3xl);
  font-weight: 300;
  color: var(--color-white);
  margin-bottom: var(--space-6);
}
.hp-kelowna-experts__desc {
  font-size: var(--font-size-base);
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
}
.hp-sets-apart__title {
  font-family: var(--font-primary);
  font-size: var(--font-size-3xl);
  font-weight: 300;
  text-align: center;
  color: var(--color-secondary);
  margin-bottom: var(--space-16);
}
.hp-benefit {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  border: 1px solid var(--color-border);
  transition:
    box-shadow var(--transition-base),
    transform var(--transition-base),
    border-color var(--transition-base);
}
.hp-benefit:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
  border-color: var(--color-primary-light);
}
.hp-benefit__icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  background: rgba(184, 149, 106, 0.12);
  color: var(--color-primary);
  margin-bottom: var(--space-5);
}
.hp-benefit__title {
  font-size: var(--font-size-lg);
  color: var(--color-secondary);
}
.hp-benefit__desc {
  font-size: var(--font-size-sm);
  color: var(--color-text-light);
  line-height: 1.75;
}
.hp-testimonials {
  padding-block: var(--space-24);
  background: var(--color-white);
}
.hp-testimonials__title {
  font-size: var(--font-size-3xl);
  font-weight: 300;
  color: var(--color-secondary);
}
.hp-testimonials__subtitle {
  font-size: var(--font-size-base);
  color: var(--color-text-light);
}
.hp-testimonials__iframe-wrap {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  border-radius: var(--radius-lg);
}
.hp-testimonials__iframe {
  width: 100%;
  height: 400px;
  border: none;
  display: block;
}
.hp-specials {
  padding-block: var(--space-20);
  background: linear-gradient(
    135deg,
    var(--color-primary-dark) 0,
    var(--color-primary) 60%,
    var(--color-primary-light) 100%
  );
  text-align: center;
  color: var(--color-white);
}
.hp-specials__heading {
  font-family: var(--font-primary);
  font-size: var(--font-size-3xl);
  font-weight: 300;
  margin-bottom: var(--space-4);
}
.hp-specials__desc {
  font-size: var(--font-size-base);
  opacity: 0.9;
  margin-bottom: var(--space-8);
  max-width: 580px;
  margin-inline: auto;
}
.hp-specials__cta {
  margin-bottom: var(--space-10);
}
.hp-specials__form {
  max-width: 540px;
  margin-inline: auto;
}
.alignfull,
.entry-content > *,
.inside-article > *,
.wp-block,
.wp-block-group,
[class*="wp-block-acf-"] {
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
}
.hp-specials__form iframe {
  width: 100%;
  border: none;
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: block;
}
[class*="wp-block-acf-"] {
  display: block;
}
.is-layout-flow > [class*="wp-block-acf-hp-special-"],
.is-layout-flow > [class*="wp-block-acf-hp-special-"] + * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
[class*="wp-block-acf-hp-special-"] {
  display: block;
}
.generate-content-size,
.is-layout-constrained,
.is-layout-flow,
.page-content,
.post-content,
.wp-container-core-group-is-layout-constrained,
.wp-site-blocks {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
}
.entry-content .alignfull,
.entry-content .alignwide {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
}
.generate-columns-container,
.generate-inside-container,
.inside-page-header {
  padding: 0 !important;
  max-width: none !important;
}
.entry-content,
.entry-content .hero-section,
.hentry,
.hp-highlights,
.inside-article,
.page .entry-content,
.separate-containers .inside-article,
.site-content .entry-content,
.site-main,
.site-main > article,
.wp-block-acf-hp-home-hero,
.wp-block-acf-hp-home-hero .hero-section {
  margin: 0 !important;
  padding: 0 !important;
}
#content,
#primary,
.content-area,
.hentry,
.site-content,
.site-main > .page,
.site-main > article,
article.page,
article.post {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}
.site-content #primary,
.site-content .content-area {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body .site-main > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.entry-header,
.partners-swiper .swiper-button-next,
.partners-swiper .swiper-button-prev {
  display: none !important;
}
.hp-highlights {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  .hp-header__toggle {
    display: flex;
  }
  .hp-header__nav {
    position: fixed;
    inset: 0;
    background: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: transform var(--transition-base);
    z-index: 99;
  }
  .hp-header__nav.is-open {
    transform: translateX(0);
  }
  .hp-header__nav ul {
    flex-direction: column;
    gap: var(--space-6);
    text-align: center;
  }
  .hp-header__nav a {
    font-size: var(--font-size-lg);
    color: var(--color-white) !important;
  }
  .hp-header__cta {
    display: none;
  }
  .hp-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .hp-hero {
    background-position: center top;
  }
  .hp-hero__inner {
    padding: 100px 40px 60px;
    min-height: 580px;
  }
  #main-h1,
  .hp-hero__title,
  h1#main-h1 {
    font-size: 90px !important;
  }
  .hp-hero__subheading {
    font-size: 34px;
    line-height: 40px;
  }
  .hp-hero__content {
    width: 70%;
    max-width: 70%;
  }
  .hp-hero__social {
    right: 24px;
  }
}
@media (max-width: 600px) {
  .hp-footer__grid {
    grid-template-columns: 1fr;
  }
  .hp-footer__bottom {
    flex-direction: column;
    gap: var(--space-2);
    text-align: center;
  }
  .hp-highlights__item {
    flex-direction: row;
    flex: 0 0 100%;
    width: 100%;
    align-items: flex-start;
    text-align: left;
    padding: 24px 20px;
    gap: 20px;
    min-height: auto;
  }
  .hp-highlights__icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .hp-highlights__body {
    align-items: flex-start;
    text-align: left;
    flex: 1;
  }
  .hp-highlights__title {
    font-size: 20px;
    line-height: 26px;
    text-align: left;
  }
  .hp-highlights__desc {
    font-size: 15px;
    text-align: left;
  }
}
.hp-form__dummy,
.mf-how__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-hero,
.meet-dr,
.meet-dr__watermark,
.naturally,
.partners__inner,
.partners__left {
  display: flex;
}
.about-hero,
.meet-dr,
.partners__inner {
  flex-direction: row;
  align-items: stretch;
}
.meet-dr__watermark {
  flex-shrink: 0;
  align-self: stretch;
  align-items: center;
  justify-content: flex-start;
}
.choose__btn,
.doctor__btn,
.experts__btn,
.naturally__btn,
.picoway-faq__btn,
.picoway-intro__btn {
  align-self: flex-start;
}
.meet-dr__watermark-text {
  -webkit-text-stroke: 1.5px #3d3d3d;
  text-stroke: 1.5px #3d3d3d;
}
.meet-dr__content {
  flex: 0 0 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.partners__left {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.about__subtitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.about-hero__left {
  flex: 0 0 29%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-hero__center {
  flex: 0 0 42%;
}
.about-hero__right {
  flex: 0 0 29%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.about-hero__text,
.contact-hero__text,
.mf-hero__text--stroke {
  -webkit-text-stroke: 1.5px #b87636;
  text-stroke: 1.5px #b87636;
  user-select: none;
}
.naturally__watermark {
  -webkit-text-stroke: 1px #3d3d3d;
  text-stroke: 1px #3d3d3d;
}
.naturally__visual {
  flex: 0 0 38%;
}
.naturally__content {
  flex: 0 0 62%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.about-hp__photo {
  object-fit: cover;
}
.choose__box-icon img,
.experts__photo {
  object-fit: contain;
}
.feat-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex: 1;
}
.doctor__btn,
.experts__btn,
.treatments__btn {
  text-transform: none;
}
.about__ghost,
.choose__btn,
.hero-section__btn,
.mf-benefits__btn,
.mf-pricing__btn,
.mf-pricing__name,
.mn-concerns__btn,
.picoway-faq__btn,
.picoway-hero__btn,
.picoway-hero__h1,
.picoway-how__step-title,
.picoway-intro__box-title,
.picoway-intro__btn,
.treatments__card__label {
  text-transform: uppercase;
}
.doctor {
  display: flex !important;
}
.doctor__left,
.picoway-faq__q-num,
.treatments__card {
  flex-shrink: 0;
}
.doctor__watermark {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.18);
  text-stroke: 1px rgba(255, 255, 255, 0.18);
  rotate: 180deg;
}
.doctor__right {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 900px) {
  .about__cards,
  .hp-meet-doctor {
    grid-template-columns: 1fr;
  }
  .hp-meet-doctor__image-col {
    min-height: 360px;
  }
  .hp-meet-doctor__content-col {
    padding: var(--space-12) var(--container-padding);
  }
  .about__ghost {
    font-size: 44px;
    line-height: 44px;
  }
  .about__title {
    font-size: 40px;
    line-height: 44px;
    margin-top: -34px;
  }
  .about__subtitle {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
    max-width: 100%;
  }
  .about__cards {
    max-width: 500px;
  }
  .value-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    padding: 28px 24px;
    gap: 20px;
  }
  .value-card__icon {
    margin: 0;
    width: 48px;
    height: 48px;
  }
  .value-card__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .value-card__text {
    line-height: 22px;
    font-size: 15px;
  }
  .doctor__name,
  .doctor__para {
    z-index: 2;
    position: relative;
  }
  .doctor {
    flex-direction: column;
    height: auto;
  }
  .doctor-wrap {

  }
  .doctor__left {
    width: 100%;
    height: 460px;
    background: linear-gradient(90deg, #c8a15b 0, #a17a5b 30%, #1e1e1e 30%) !important;
  }
  .doctor__photo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110%;
    object-fit: contain;
    object-position: center bottom;
  }
  .doctor__name,
  .doctor__right {
    position: relative;
    width: 100%;
  }
  .doctor__watermark {
    display: none;
  }
  .doctor__right {
    height: auto;
    padding: 48px 32px;
  }
  .doctor__name {
    font-size: 40px;
    line-height: 44px;
    display: block;
  }
  .doctor__para {
    line-height: 20px;
    font-size: 15px;
  }
  .doctor__bio {
    gap: 14px;
  }
  .doctor__name,
  .doctor__para,
  .doctor__right {
    text-align: center;
  }
  .doctor__name::before {
    content: "Meet";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Noto Sans", sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
    text-stroke: 1px rgba(255, 255, 255, 0.15);
    white-space: nowrap;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    text-align: center;
  }
  .doctor__bio,
  .doctor__right {
    align-items: center;
  }
  .doctor__btn {
    align-self: center;
    font-size: 15px;
    padding: 10px 26px;
  }
}
@media (max-width: 560px) {
  .about__ghost {
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 2px;
  }
  .about__title {
    font-size: 30px;
    line-height: 34px;
    margin-top: -22px;
  }
  .about__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .about {
    padding: var(--inner-padding) 16px;
  }
  .value-card__text {
    line-height: 22px;
  }
  .doctor__left {
    height: 350px;
  }
  .doctor__right,
  .doctor__right--visible {
    padding: 36px 24px;
    background: var(--hs-dark-bg) !important;
  }
  .doctor__name {
    font-size: 32px;
    line-height: 36px;
  }
}
.experts {
  display: flex;
  align-items: stretch;
}
.experts__content {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.experts__ghost {
  -webkit-text-stroke: 1px rgba(2, 1, 1, 0.25);
  text-stroke: 1px rgba(2, 1, 1, 0.25);
}
.experts__visual {
  flex: 0 0 40%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.experts__photo {
  object-position: center top;
}
.hero-section__video,
.mf-benefits__img,
.picoway-gallery__img,
.picoway-how__img,
.picoway-results__img {
  object-fit: cover;
  object-position: center center;
}
.specials {
  display: flex;
  align-items: center;
  justify-content: center;
}
.treatments__card__img {
  object-fit: cover;
}
@media (max-width: 640px) {
  .testimonials {
    padding: 48px 24px 32px;
  }
  .testimonials__ghost {
    font-size: 44px;
    line-height: 44px;
    white-space: normal;
  }
  .testimonials__title {
    font-size: 28px;
    line-height: 34px;
    margin-top: -28px;
  }
  .testimonials__subtitle {
    font-size: 15px;
    line-height: 22px;
  }
  .specials {
    height: auto;
    min-height: 480px;
    padding: 60px 0;
  }
  .specials__inner {
    width: 88%;
    gap: 18px;
  }
  .specials__title {
    font-size: 28px;
    line-height: 34px;
  }
  .specials__para {
    font-size: 16px;
    line-height: 24px;
  }
  .specials__btn {
    padding: 14px 32px;
    font-size: 14px;
  }

  .treatments {
    padding: var(--inner-padding) 16px;
  }
  .treatments__ghost {
    font-size: 52px;
    line-height: 52px;
    letter-spacing: -2px;
  }
  .treatments__title {
    font-size: 32px;
    line-height: 32px;
    margin-top: -28px;
  }
  .treatments__subtitle {
    font-size: 15px;
    line-height: 20px;
    margin: 0 auto 14px;
  }
  .treatments__row {
    flex-direction: column;
    gap: 1px;
  }
  .treatments__row--narrow .treatments__card,
  .treatments__row--wide .treatments__card {
    flex: none;
    width: 100%;
    height: 220px;
  }
  .treatments__card__label {
    font-size: 22px;
    line-height: 22px;
  }
  .treatments__cta {
    margin-top: 16px;
  }
  .treatments__btn {
    padding: 10px 30px;
    font-size: 16px;
  }
}
.meet-team,
.picoway-intro__left-content {
  display: flex;
  flex-direction: column;
}
.meet-team__header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.meet-team__card {
  flex: 0 0 18%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.meet-team__card::after,
.mf-services__img::after,
.picoway-intro__left::before {
  content: "";
  inset: 0;
}
.hero-section {
  display: flex;
  align-items: center;
  background-color: var(--hs-bg);
}
.hero-section__poster,
.hero-section__video-bg {
  inset: 0;
}
.hero-section__heading {
  font-family: var(--hs-font-primary);
  -webkit-text-stroke: 2px var(--hs-accent);
  text-stroke: 2px var(--hs-accent);
}
.hero-section__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--hs-font-primary);
}
.choose {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.choose__left {
  flex: 0 0 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.choose__right {
  flex: 0 0 66.66%;
  display: flex;
  flex-direction: row;
}
.choose__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.choose__box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.picoway-hero {
  display: flex;
  align-items: center;
}
.picoway-hero__inner,
.picoway-how {
  flex-direction: column;
}
.picoway-hero__inner {
  display: flex;
  align-items: center;
}
.picoway-hero__btn {
  align-self: center;
}
.picoway-how {
  display: flex;
  align-items: center;
  justify-content: center;
}
.picoway-faq__q-text,
.picoway-how__img-wrap {
  flex: 1;
}
.picoway-how__step {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex: none;
  padding: 30px;
}
.picoway-gallery__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.pg-swiper__dots .swiper-pagination-bullet,
.picoway-results__dots .swiper-pagination-bullet {
  background: #c8a15bbd;
}
.picoway-intro__right {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.picoway-intro__box-icon-wrap svg {
  stroke: #b87636;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mf-how,
.mn-concerns,
.picoway-faq__left,
.picoway-faq__right {
  display: flex;
}
.picoway-faq__left,
.picoway-faq__right {
  flex: 0 0 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.mf-pricing__price,
.picoway-faq__q-num {
  flex-shrink: 0;
}
.mf-services__card-desc,
.picoway-faq__q-text {
  flex: 1;
}
.picoway-faq__q-icon::after,
.picoway-faq__q-icon::before {
  content: "";
}
.contact-hero,
.mf-hero {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-hero__inner,
.mf-hero__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.contact-hero__left,
.mf-hero__left {
  flex: 0 0 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.contact-hero__center,
.mf-hero__center {
  flex: 0 0 20%;
}
.contact-hero__right,
.mf-hero__right {
  flex: 0 0 40%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mf-benefits__btn,
.mf-services__card-btn {
  align-self: flex-start;
  align-self: flex-start;
}
@media (max-width: 1024px) {
  .about-hp,
  .experts__content,
  .mf-benefits,
  .mf-how,
  .mf-pricing,
  .mn-concerns,
  .picoway-faq,
  .picoway-gallery,
  .picoway-how,
  .picoway-intro__left,
  .picoway-intro__right,
  .picoway-results {
    padding: 60px 40px;
  }
  .naturally {
    height: auto;
    min-height: 560px;
  }
  .naturally__visual {
    height: 560px;
    background-size: contain;
  }
  .experts__title,
  .naturally__title {
    font-size: 46px;
    line-height: 50px;
  }
  .naturally__watermark {
    font-size: 60px;
    line-height: 60px;
  }
  .about-hp__ghost {
    font-size: 48px;
  }
  .about-hp__title,
  .mf-benefits__h2,
  .mf-how__h3,
  .mf-pricing__h2,
  .mn-concerns__h3,
  .picoway-faq__title,
  .picoway-gallery__title,
  .picoway-how__title,
  .picoway-intro__h2,
  .picoway-results__title {
    font-size: 36px;
    line-height: 42px;
  }
  .stat-box__number {
    font-size: 36px;
  }
  .experts,
  .mf-benefits,
  .picoway-faq {
    height: auto;
  }
  .experts__content {
    height: auto;
    padding: 60px 40px;
    flex: 0 0 60%;
    width: 60%;
  }
  .experts__visual {
    flex: 0 0 40%;
    width: 40%;
    height: auto;
    min-height: 400px;
  }
  .experts__ghost {
    font-size: 64px;
    line-height: 64px;
  }
  .experts__photo {
    height: 100%;
  }
  .hero-section__bg-image {
    width: 100%;
    background-position: center top;
    opacity: 0.45;
  }
  .choose {
    flex-direction: column;
    padding: 60px 40px;
  }
  .choose__left {
    flex: none;
    width: 100%;
    padding-right: 0;
    padding-top: 60px;
  }
  .choose__right {
    flex: none;
    width: 100%;
    margin-top: 40px;
  }
  .choose__col:first-child {
    margin-top: 0;
  }
  .choose__ghost {
    font-size: 80px;
    line-height: 80px;
  }
  .choose__title {
    font-size: 44px;
    line-height: 48px;
  }
  .picoway-hero__h1 span {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .picoway-hero {
    height: 580px;
  }
  .picoway-hero__inner {
    padding: 0 0 0 60px;
    width: 75%;
  }
  .picoway-hero__h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .picoway-how__header {
    width: 80%;
  }
  .mf-how__ghost,
  .mf-pricing__ghost,
  .picoway-gallery__ghost,
  .picoway-how__ghost,
  .picoway-results__ghost {
    font-size: 70px;
    line-height: 70px;
  }
  .picoway-faq__q-num {
    font-size: 24px;
  }
  .picoway-results__img,
  .picoway-results__placeholder {
    height: 220px;
  }
  .mf-services__img {
    flex: 0 0 35%;
    width: 35%;
  }
  .mf-services__grid {
    flex: 0 0 65%;
    width: 65%;
    padding: 40px;
  }
  .mf-how__inner {
    width: 80%;
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .hp-hero {
    background-position: center top;
    min-height: auto;
  }
  .hp-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 24px 48px;
    min-height: auto;
  }
  .hp-hero__content {
    width: 100%;
    max-width: 100%;
  }
  #main-h1,
  .hp-hero__title,
  h1#main-h1 {
    font-size: 64px !important;
    line-height: 1em !important;
  }
  .hp-hero__subheading {
    font-size: 24px;
    line-height: 30px;
  }
  .hp-hero__description {
    font-size: 16px;
  }
  .hp-hero__btn {
    padding: 14px 28px;
    font-size: 14px;
  }
  .hp-hero__social {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    flex-direction: row;
    margin-top: 32px;
  }
  .hp-about-vision__grid,
  .hp-loved-treatments__grid,
  .hp-sets-apart__grid {
    grid-template-columns: 1fr;
  }
  .meet-dr {
    flex-direction: column;
    background-image: none !important;

    min-height: auto;
  }
  .meet-dr__watermark {
    display: none;
  }
  .meet-dr__mobile-img {
    display: block;
    width: 100%;
    order: 0;
  }
  .meet-dr__mobile-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .meet-dr__content {
    order: 1;
    flex: none;
    max-width: 100%;
    padding: 24px 20px 32px;
    opacity: 1;
    transform: none;
  }
  .meet-dr__name {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .feat-box__text,
  .meet-dr__para,
  .picoway-faq__answer-text {
    font-size: 16px;
    line-height: 24px;
  }
  .meet-dr__bio {
    gap: 16px;
  }
  .experts__ghost,
  .naturally__watermark {
    pointer-events: none;
    text-align: center;
  }
  .experts__btn,
  .naturally__btn,
  .picoway-faq__btn,
  .picoway-intro__btn {
    align-self: center;
  }
  .naturally__content,
  .naturally__visual {
    width: 100%;
    transform: translateX(0);
    opacity: 1;
  }
  .naturally {
    flex-direction: column;
    height: auto;
    overflow: visible;
  }
  .naturally__visual {
    order: 1;
    flex: none;
    height: 380px;
    background-size: contain;
    background-position: center bottom;
  }
  .naturally__watermark {
    order: 2;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    font-size: 38px;
    line-height: 1.2;
    white-space: normal;
    width: 100%;
    padding: 20px 24px 0;
    opacity: 1;
  }
  .naturally__content {
    order: 3;
    flex: none;
    padding: 12px 24px 48px;
    align-items: center;
    justify-content: flex-start;
  }
  .naturally__title {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
  }
  .naturally__para,
  .picoway-faq__subtitle,
  .picoway-intro__body {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .about-hp {
    padding: 48px 20px 28px;
  }
  .about-hp__ghost {
    font-size: 36px;
    top: -20px;
  }
  .about-hp__title,
  .picoway-faq__title,
  .picoway-intro__h2 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }
  .about-hp__bio,
  .about-hp__subtitle {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .about-hp__subtitle {
    margin-bottom: 0;
  }
  .about-hp__header {
    margin-bottom: 28px;
  }
  .about-hp__bio {
    order: 1;
    flex: 0 0 100%;
    width: 100%;
    padding: 8px 0 12px;
  }
  .about-hp__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: unset;
  }
  .about-hp__stats {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
    grid-template-columns: 1fr;
  }
  .stat-box {
    padding: 14px 10px;
  }
  .picoway-how__title,
  .picoway-results__title,
  .stat-box__number {
    font-size: 28px;
    line-height: 34px;
  }
  .stat-box__label {
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .about-hp__row--bottom .about-hp__photo-wrap--desktop-only,
  .picoway-gallery__grid,
  .stat-box__label br {
    display: none;
  }
  .about-hp__photos-wrap {
    display: flex;
    flex-direction: row;
    gap: 10px;
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    contain: none;
  }
  .about-hp__photos-wrap .about-hp__photo-wrap {
    flex: 0 0 calc(50% - 5px);
    width: calc(50% - 5px);
    height: 200px;
    order: unset;
    display: block !important;
  }
  .about-hp__photos-wrap .about-hp__photo,
  .about-hp__photos-wrap .about-hp__photo-placeholder {
    height: 200px;
  }
  .about-hp__feats {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }
  .feat-box {
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
  }
  .feat-box__icon,
  .feat-box__icon img,
  .feat-box__icon svg {
    width: 48px;
    height: 48px;
  }
  .feat-box__title {
    font-size: 17px;
    line-height: 24px;
  }
  .experts {
    flex-direction: column;
    height: auto;
  }
  .experts__visual {
    flex: none;
    width: 100%;
    height: 520px;
    order: 1;
    padding: 0;
  }
  .experts__photo {
    width: 100%;
    height: 520px;
    object-fit: contain;
    object-position: center top;
    padding-right: 0;
    margin-left: 0;
  }
  .experts__content {
    flex: none;
    width: 100%;
    height: auto;
    padding: 24px 24px 48px;
    order: 2;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
  }
  .experts__ghost {
    font-size: 44px;
    line-height: 44px;
    white-space: nowrap;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    order: 0;
    width: auto;
    z-index: 0;
  }
  .experts__title-wrap {
    position: relative;
    display: inline-block;
    z-index: 1;
    order: 1;
  }
  .experts__title {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    margin-top: 0;
    position: relative;
    z-index: 1;
    order: 1;
  }
  .experts__para {
    order: 3;
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
    text-align: center;
  }
  .experts__btn {
    order: 4;
  }
  .choose {
    flex-direction: column;
    padding: 24px 24px 36px;
  }
  .choose__left {
    flex: none;
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    align-items: center;
    text-align: center;
    position: relative;
  }
  .choose__ghost {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    font-size: 52px;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
    padding-left: 0;
    z-index: 0;
  }
  .choose__title {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 40px;
  }
  .choose__para {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }
  .choose__btn {
    align-self: center;
    font-size: 16px;
    padding: 10px 24px;
    letter-spacing: 0.5px;
  }
  .choose__right {
    flex: none;
    width: 100%;
    margin-top: 32px;
    flex-direction: column;
  }
  .choose__col:first-child {
    margin-top: 0;
  }
  .choose__box-title {
    font-size: 18px;
    line-height: 26px;
  }
  .choose__box-desc {
    font-size: 15px;
    line-height: 22px;
  }
  .picoway-hero__h1 span {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .picoway-hero {
    height: auto;
    min-height: 500px;
  }
  .picoway-hero__inner {
    width: 90%;
    max-width: 90%;
    padding: 60px 24px;
  }
  .picoway-hero__h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .picoway-hero__subtitle {
    font-size: 16px;
    line-height: 20px;
    max-width: calc(62% + 150px);
  }
  .picoway-hero__btn {
    font-size: 13px;
    padding: 10px 28px;
  }
  .picoway-how {
    padding: 20px;
  }
  .picoway-how__header {
    width: 100%;
    margin-bottom: 20px;
  }
  .picoway-how__ghost {
    font-size: 48px;
    line-height: 48px;
    top: -10px;
  }
  .picoway-how__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .picoway-how__row {
    flex-direction: column;
    gap: 16px 0;
  }
  .picoway-how__img,
  .picoway-how__img-placeholder {
    height: 260px;
  }
  .picoway-how__steps {
    gap: 12px;
  }
  .picoway-how__step,
  .picoway-intro__box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .picoway-how__step-num-wrap {
    margin-bottom: 8px;
  }
  .picoway-how__step-content {
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  .picoway-how__step-text,
  .picoway-how__step-title {
    text-align: center;
  }
  .picoway-gallery {
    padding: 20px 20px 0;
    overflow: hidden;
  }
  .picoway-gallery__ghost {
    font-size: 28px;
    line-height: 28px;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
  }
  .picoway-gallery__title {
    font-size: 26px;
    line-height: 32px;
  }
  .picoway-gallery__header {
    margin-bottom: 24px;
  }
  .pg-swiper-wrap {
    display: block;
    overflow: hidden;
    max-width: 100%;
  }
  .picoway-intro {
    flex-direction: column;
  }
  .picoway-intro__left {
    flex: none;
    width: 100%;
    min-height: auto;
    padding: 15px 24px;
  }
  .picoway-intro__left-content {
    align-items: center;
    text-align: center;
  }
  .picoway-intro__right {
    flex: none;
    width: 100%;
    padding: 15px 24px 25px;
    align-items: center;
  }
  .picoway-intro__box-icon-wrap {
    width: 72px;
    height: 72px;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .picoway-intro__box-icon-wrap img,
  .picoway-intro__box-icon-wrap svg {
    width: 40px;
    height: 40px;
  }
  .picoway-intro__box-content {
    text-align: center;
    align-items: center;
  }
  .picoway-intro__box-desc,
  .picoway-intro__box-title {
    text-align: center;
  }
  .picoway-faq {
    flex-direction: column;
    height: auto;
    padding: 30px 20px 20px;
    gap: 24px 0;
  }
  .picoway-faq__left {
    flex: none;
    width: 100%;
    padding: 0;
    align-items: center;
    text-align: center;
  }
  .picoway-faq__right {
    flex: none;
    width: 100%;
    padding: 0;
  }
  .picoway-faq__accordion,
  .picoway-faq__item {
    width: 100%;
  }
  .picoway-faq__q-num {
    font-size: 22px;
  }
  .picoway-faq__q-text {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .picoway-faq__q {
    padding: 12px 14px;
  }
  .picoway-faq__btn {
    font-size: 13px;
    padding: 10px 24px;
  }
  .picoway-results {
    overflow: hidden;
    padding: 20px 20px 0;
  }
  .picoway-results__ghost {
    font-size: 22px;
    line-height: 22px;
    top: -5px;
  }
  .picoway-results__header {
    margin-bottom: 30px;
  }
  .picoway-results__swiper,
  .picoway-results__swiper-wrap {
    overflow: hidden;
  }
  .picoway-results__img {
    height: 140px !important;
  }
  .picoway-results__dots {
    padding-bottom: 20px;
  }
  .contact-hero {
    height: auto;
    background-color: var(--hs-dark-bg);
    position: relative;
  }
  .contact-hero__inner {
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    min-height: 540px;
  }
  .contact-hero__center {
    order: 1;
    flex: none;
    width: 100%;
    height: 380px;
    margin-top: 160px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
  .contact-hero__left,
  .contact-hero__right {
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    z-index: 2;
  }
  .contact-hero__left {
    order: 2;
    top: 0;
    align-items: center;
    justify-content: center;
  }
  .contact-hero__right {
    order: 3;
    top: 80px;
    align-items: center;
    justify-content: center;
  }
  .contact-hero__text,
  .mf-hero__text--stroke {
    font-size: 80px;
    line-height: 80px;
    text-align: center;
  }
  .contact-info {
    padding: 60px 20px 40px;
    min-height: auto;
  }
  .contact-info__ghost {
    font-size: 44px;
    line-height: 44px;
    top: -14px;
  }
  .contact-info__h2 {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }
  .contact-info__sub,
  .contact-info__sub * {
    text-align: center !important;
  }
  .contact-info__sub {
    width: 100%;
    display: block;
  }
  .contact-info__header {
    margin-bottom: 20px;
  }
  .contact-info__card {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 20px;
    gap: 12px;
  }
  .contact-info__card-icon {
    flex: none;
    width: 60px;
    order: 1;
  }
  .contact-info__card-content {
    order: 2;
    align-items: center;
    gap: 8px;
  }
  .contact-info__card-label {
    font-size: 13px;
  }
  .contact-info__card-phone {
    font-size: 24px;
    line-height: 28px;
  }
  .contact-info__or {
    font-size: 36px;
    line-height: 36px;
    margin: 6px 0 16px;
  }
  .contact-map iframe {
    height: 300px;
  }
  .contact-details {
    padding: 16px;
  }
  .contact-details__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .contact-details__text {
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
  }
  .mf-hero__left,
  .mf-hero__right {
    width: 100%;
    display: flex;
    padding-left: 20px;
  }
  .mf-hero {
    height: auto;
    background-color: var(--hs-dark-bg);
    position: relative;
  }
  .mf-hero__inner {
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    min-height: 460px;
  }
  .mf-hero__center {
    order: 3;
    flex: none;
    width: 100%;
    height: 380px;
    margin-top: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
  .mf-hero__left {
    order: 1;
    flex: none;
    height: 60px;
    position: static;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 25px;
  }
  .mf-hero__right {
    order: 2;
    position: absolute;
    top: 80px;
    left: 0;
    height: 80px;
    align-items: center;
    justify-content: flex-start;
    z-index: 2;
  }
  .mf-hero__text--solid {
    font-size: 32px !important;
    line-height: 36px !important;
    text-align: left;
  }
}
@media (max-width: 480px) {
  #main-h1,
  .hp-hero__title,
  h1#main-h1 {
    font-size: 52px !important;
  }
  .hp-hero__subheading {
    font-size: 20px;
    line-height: 26px;
  }
  .hp-hero__cta-wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .hp-hero__btn {
    width: 100%;
    justify-content: center;
  }
  .experts__title,
  .meet-dr__name {
    font-size: 30px;
    line-height: 34px;
  }
  .meet-dr__para {
    font-size: 15px;
  }
  .partners__left {
    padding: 24px 16px;
  }
  .partners__ghost {
    font-size: 22px;
    line-height: 22px;
  }
  .partners__heading {
    font-size: 28px;
    line-height: 34px;
  }
  .about-hero__left,
  .about-hero__right {
    height: 80px;
  }
  .about-hero__center {
    height: 220px;
  }
  .about-hero__text,
  .contact-hero__text,
  .mf-hero__text--stroke {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1px;
  }
  .experts__photo,
  .experts__visual {
    height: 400px;
  }
  .experts__ghost {
    font-size: 34px;
    line-height: 34px;
  }
  .meet-team__title {
    font-size: 24px;
    line-height: 30px;
  }
  .meet-team__card {
    height: 200px;
  }
  .picoway-hero__inner {
    padding: 48px 20px;
    width: 100%;
  }
  .picoway-hero__h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .contact-hero__left,
  .contact-hero__right {
    height: 90px;
  }
  .mf-hero__text--solid {
    font-size: 28px;
    line-height: 32px;
  }
}
.mf-benefits {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.mf-benefits__left {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
}
.mf-benefits__btn {
  align-self: flex-start;
}
.mf-benefits__right {
  flex: 0 0 50%;
}
.mf-pricing {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mf-services__card-btn {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
}
.mf-services__card-btn svg {
  fill: none;
  stroke: #b87636;
  flex-shrink: 0;
}
.mf-how {
  align-items: center;
  justify-content: center;
}
.mn-concerns {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mn-concerns__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
  align-items: center;
}
.mn-concerns__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hp-highlights {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.hp-highlights__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 32px;
  min-height: 260px;
  justify-content: flex-start;
}
.hp-highlights__item--dark {
  background: var(--hs-dark-bg);
}
.hp-highlights__item--gold {
  background: var(--hs-accent);
}
.hp-highlights__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hp-highlights__item--dark .hp-highlights__icon {
  color: var(--hs-accent);
}
.hp-highlights__item--gold .hp-highlights__icon {
  color: var(--hs-dark-bg);
}
.hp-highlights__icon svg {
  width: 52px;
  height: 52px;
}
.hp-highlights__icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.hp-highlights__body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.hp-highlights__title {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin: 0;
  padding: 0;
}
.hp-highlights__item--dark .hp-highlights__title {
  color: var(--hs-white);
}
.hp-highlights__item--gold .hp-highlights__title {
  color: var(--hs-dark-bg);
}
.hp-highlights__desc {
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(16px, 0.376vw + 14.59px, 20px);
  font-weight: 400;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}
.hp-highlights__item--dark .hp-highlights__desc {
  color: var(--hs-body-text);
}
.hp-highlights__item--gold .hp-highlights__desc {
  color: var(--hs-dark-bg);
}
@media (max-width: 1024px) {
  .hp-highlights {
    flex-wrap: wrap;
  }
  .hp-highlights__item {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (max-width: 600px) {
  .hp-highlights__item {
    flex-direction: row;
    flex: 0 0 100%;
    width: 100%;
    align-items: flex-start;
    text-align: left;
    padding: 24px 20px;
    gap: 20px;
    min-height: auto;
  }
  .hp-highlights__icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .hp-highlights__body {
    align-items: flex-start;
    text-align: left;
    flex: 1;
  }
  .hp-highlights__title {
    font-size: 20px;
    line-height: 26px;
    text-align: left;
  }
  .hp-highlights__desc {
    font-size: 15px;
    text-align: left;
  }
}
.hp-form-block-preview {
  background: #f5f0eb;
  padding: 20px;
  border-radius: 4px;
  font-family: sans-serif;
  font-size: 14px;
  color: #1e1e1e;
  text-align: center;
}
.hp-form-block-preview h4 {
  color: #b87636;
  font-size: 16px;
  margin: 0 0 8px;
  font-family: sans-serif;
}
.hp-form-block-preview p {
  margin: 0;
  color: #555;
  font-size: 13px;
}
.hp-form__dummy {
  width: 100%;
  min-height: 600px;
  background: #f5f0eb;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 30px;
}
.hp-form__dummy-field {
  width: 100%;
  height: 44px;
  background: #fff;
  border: 1px solid #e0dbd4;
  border-radius: 3px;
}
.hp-form__dummy-textarea {
  width: 100%;
  height: 100px;
  background: #fff;
  border: 1px solid #e0dbd4;
  border-radius: 3px;
}
.hp-form__dummy-btn {
  width: 100%;
  height: 44px;
  background: #b87636;
  border: none;
  border-radius: 3px;
  opacity: 0.7;
  cursor: not-allowed;
}
.hp-form__dummy-label {
  font-family: sans-serif;
  font-size: 12px;
  color: #b5722a;
  text-align: center;
  margin: 0;
}
.hp-form__iframe-wrap {
  width: 100%;
  flex: 1;
  min-height: 751px;
}
.hp-form__iframe-wrap iframe {
  width: 100% !important;
  min-height: 751px;
  border: none;
  border-radius: 3px;
  display: block;
}
.hp-contact__right {
  background: var(--hs-dark-bg);
}
.about-hero-wrap,
.contact-details-wrap,
.contact-hero-wrap,
.meet-dr-wrap,
.mf-hero-wrap {
  background: var(--hs-dark-bg);
}
.about-hero-wrap,
.contact-details-wrap,
.contact-hero-wrap,
.meet-dr-wrap,
.mf-hero-wrap,
.mf-how-wrap,
.mn-concerns-wrap,
.picoway-how-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.mf-how-wrap {
  background: var(--hp-bg, #1e1e1e);
}
.meet-dr,
.meet-dr__watermark {
  display: flex;
  padding: 0;
  overflow: hidden;
}
.meet-dr {
  position: relative;
  max-width: 1440px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto !important;
  flex-direction: row;
  align-items: stretch;
  background-color: var(--hs-dark-bg);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.meet-dr__watermark {
  flex-shrink: 0;
  align-self: stretch;
  width: 165px;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  opacity: 0;
  transform: translateX(-30px);
  transition:
    opacity 1.2s,
    transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.meet-dr__watermark--visible {
  opacity: 1;
  transform: translateX(0);
}
.meet-dr__watermark-text {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 165px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1.5px #3d3d3d;
  text-stroke: 1.5px #3d3d3d;
  line-height: 1;
  transform: rotate(180deg) translateY(30px) translateX(30px);
  letter-spacing: 8px;
  white-space: nowrap;
}
.meet-dr__content {
  position: relative;
  z-index: 1;
  flex: 0 0 55%;
  max-width: 55%;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
.meet-dr__content--visible {
  opacity: 1;
  transform: translateY(0);
}
.meet-dr__name {
  font-family: Montserrat, sans-serif;
  font-size: 66px;
  font-weight: 900;
  color: #b87636;
  line-height: 66px;
  margin-bottom: 32px;
}
.meet-dr__bio {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.meet-dr__para,
.specials__para {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  margin: 0;
}
.meet-dr__mobile-img {
  display: none;
}
@media (max-width: 1024px) {
  .meet-dr__content {
    padding: 20px 36px 20px 24px;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .meet-dr__name {
    font-size: 50px;
    line-height: 54px;
  }
  .meet-dr__watermark-text {
    font-size: 120px;
  }
}
@media (max-width: 768px) {
  .mf-benefits {
    flex-direction: column-reverse;
    height: auto;
    padding: 20px;
    gap: 24px 0;
  }
  .mf-benefits__left,
  .mf-benefits__right,
  .mf-services__img {
    flex: none;
    width: 100%;
  }
  .mf-benefits__h2,
  .mf-how__h3,
  .mn-concerns__h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .mf-benefits__body,
  .mf-benefits__list-item,
  .mf-how__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .mf-benefits__img,
  .mf-benefits__img-placeholder {
    height: 240px;
  }
  .mf-benefits__btn {
    font-size: 14px;
    padding: 12px 28px;
  }
  .mf-pricing {
    padding: 20px;
    row-gap: 20px;
  }
  .mf-pricing__h2 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
  .mf-pricing__ghost {
    font-size: 52px;
    line-height: 52px;
  }
  .mf-pricing__price,
  .mf-pricing__subtitle {
    font-size: 15px;
  }
  .mf-pricing__grid {
    grid-template-columns: 1fr;
    gap: 12px 0;
  }
  .mf-pricing__col {
    height: 60px;
  }
  .mf-pricing__name {
    font-size: 15px;
    text-transform: uppercase;
  }
  .mf-pricing__btn {
    font-size: 13px;
    padding: 10px 24px;
  }
  .mf-services {
    flex-direction: column;
  }
  .mf-services__img {
    min-height: 280px;
  }
  .mf-services__grid {
    flex: none;
    width: 100%;
    padding: 20px;
    grid-template-columns: 1fr;
  }
  .mf-services__card {
    padding: 20px 10px;
  }
  .mf-services__card-title {
    font-size: 17px;
    line-height: 24px;
  }
  .mf-services__card-desc {
    font-size: 15px;
    line-height: 22px;
  }
  .mf-services__card-btn {
    font-size: 15px;
  }
  .mf-how {
    padding: 20px;
  }
  .mf-how__inner {
    width: 100%;
    max-width: 100%;
  }
  .mf-how__ghost {
    font-size: 40px;
    line-height: 40px;
    top: -12px;
  }
  .mn-concerns {
    padding: 40px 20px;
    gap: 24px;
  }
  .mn-concerns__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .mn-concerns__btn {
    font-size: 14px;
    padding: 14px 24px;
  }
  .meet-dr {
    flex-direction: column;
    background-image: none !important;

    min-height: auto;
  }
  .meet-dr__watermark {
    display: none;
  }
  .meet-dr__mobile-img {
    display: block;
    width: 100%;
    order: 0;
  }
  .meet-dr__mobile-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .meet-dr__content {
    order: 1;
    flex: none;
    max-width: 100%;
    padding: 24px 20px 32px;
    opacity: 1;
    transform: none;
  }
  .meet-dr__name {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .meet-dr__para {
    font-size: 16px;
    line-height: 24px;
  }
  .meet-dr__bio {
    gap: 16px;
  }
}
.partners__inner,
.partners__left {
  display: flex;
  height: 300px;
  overflow: hidden;
}
.partners {
  width: 100%;
  background: #fff;
  margin: 0 !important;
  padding: 0 !important;
}
.partners__inner {
  flex-direction: row;
  align-items: stretch;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.partners__left {
  width: 33.33%;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 40px;
  position: relative;
  background: #fff;
}
.partners__ghost {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Source Sans 3", sans-serif;
  font-size: 100px;
  font-weight: 700;
  color: #e5e3e1;
  line-height: 100px;
  white-space: nowrap;
  z-index: 0;
}
.about,
.about__header,
.about__title,
.naturally,
.partners__right,
.value-card {
  position: relative;
}
.partners__heading {
  hyphens: none;
  word-break: keep-all;
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #b87636;
  line-height: 46px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  hyphens: none;
  word-break: keep-all;
}
.partners__heading br {
  display: block;
}
.partners__right {
  width: 66.66%;
  height: 300px;
  overflow: hidden;
}
.partners-swiper {
  width: 100%;
  height: 100%;
}
.partners-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: var(--hs-partners-slide-height);
  box-sizing: border-box;
}
.partners__logo-img {
  max-width: var(--hs-partners-logo-max-w);
  max-height: var(--hs-partners-logo-max-h);
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.partners__placeholder {
  width: 140px;
  height: 80px;
  background: var(--hs-partners-placeholder-bg);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hs-partners-placeholder-color);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin: 0 auto;
}
.partners-swiper .swiper-pagination {
  bottom: 8px;
  text-align: center;
  width: 100%;
}
.partners-swiper .swiper-pagination-bullet {
  width: var(--hs-partners-bullet-size);
  height: var(--hs-partners-bullet-size);
  background: var(--hs-accent);
  opacity: var(--hs-partners-bullet-opacity);
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
  transition: opacity 0.25s;
  display: inline-block;
}
.partners-swiper .swiper-pagination-bullet:hover {
  opacity: var(--hs-partners-bullet-opacity-hover);
}
.partners-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 1024px) {
  .partners__inner {
    flex-direction: column;
    height: auto;
  }
  .partners__left {
    width: 100%;
    height: auto;
    padding: 32px 24px;
  }
  .partners__ghost {
    font-size: 28px;
    line-height: 28px;
  }
  .partners__heading {
    font-size: 32px;
    line-height: 38px;
  }
  .partners-swiper,
  .partners__right {
    width: 100%;
    height: 200px;
  }
  .partners-swiper .swiper-slide {
    height: var(--hs-partners-slide-height-mobile);
  }
}
.about {
  width: 100%;
  max-width: 1440px;
  min-height: 670px;
  background: #f5f0eb;
  padding: var(--inner-padding) 20px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto !important;
}
.about__header {
  display: inline-block;
  margin-bottom: 0;
}
.about__ghost,
.about__title {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 66px;
}
.about__ghost {
  font-weight: 700;
  color: #e5e3e1;
  line-height: 88px;
  letter-spacing: 4px;
  white-space: nowrap;
  margin-bottom: -20px;
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.about__title {
  color: var(--hs-accent);
}
.about__ghost--visible {
  opacity: 1;
  transform: translateY(0);
}
.about__title {
  font-weight: 900;
  line-height: 66px;
  margin-top: -54px;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.15s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}
.about__title--visible {
  opacity: 1;
  transform: translateY(0);
}
.about__subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #3d3d3d;
  max-width: 860px;
  margin: 0 auto 54px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.8s 0.3s,
    transform 0.8s 0.3s;
}
.about__subtitle--visible,
.value-card--visible {
  opacity: 1;
  transform: translateY(0);
}
.about__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  max-width: 1278px;
  margin: 0 auto;
}
.value-card {
  background: var(--hs-value-card-bg);
  padding: 15px 10px 20px;
  text-align: center;
  border: 1px solid var(--hs-value-card-border);
}
.value-card__icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.value-card__icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--hs-value-card-icon-stroke);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.value-card__icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}
.value-card__title {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: var(--hs-value-card-title-color);
  line-height: 34px;
  margin-bottom: 14px;
}
.value-card__text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--hs-value-card-text-color);
  line-height: 28px;
  margin: 0;
}
@media (max-width: 900px) {
  .about__ghost {
    font-size: 44px;
    line-height: 44px;
  }
  .about__title {
    font-size: 40px;
    line-height: 44px;
    margin-top: -34px;
  }
  .about__subtitle {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
    max-width: 100%;
  }
  .about__cards {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
  .value-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    padding: 28px 24px;
    gap: 20px;
  }
  .value-card__icon {
    margin: 0;
    width: 48px;
    height: 48px;
  }
  .value-card__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .value-card__text {
    line-height: 22px;
    font-size: 15px;
  }
}
.about-hero,
.naturally {
  overflow: hidden;
  display: flex;
}
.about-hero,
.about-hp,
.naturally {
  max-width: 1440px;
}
.about-hero {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 325px;
  margin: 0 auto !important;
  padding: 0 !important;
  background: var(--hs-dark-bg);
}
.about-hero__left {
  flex: 0 0 29%;
  width: 29%;

  display: flex;
  align-items: center;
  justify-content: center;
}
.about-hero__center {
  flex: 0 0 42%;
  width: 42%;

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-hero__right {
  flex: 0 0 29%;
  width: 29%;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0;
}
.about-hero__text,
.contact-hero__text,
.mf-hero__text--stroke {
  font-family: "Noto Sans", sans-serif;
  font-size: 134px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1.5px #b87636;
  text-stroke: 1.5px #b87636;
  line-height: 134px;
  letter-spacing: -2px;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-hero__text--left {
  transition-delay: 0s;
}
.about-hero__text--right {
  transition-delay: 0.15s;
}
.about-hero__text--visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .about-hero {
    flex-direction: column;
    height: auto;
  }
  .about-hero__left {
    order: 1;
    flex: none;
    width: 100%;
    height: 120px;
    justify-content: center;
  }
  .about-hero__right {
    order: 2;
    flex: none;
    width: 100%;
    height: 120px;
    justify-content: center;
    padding-left: 0;
  }
  .about-hero__center {
    order: 3;
    flex: none;
    width: 100%;
    height: 280px;
  }
  .about-hero__text {
    font-size: 80px;
    line-height: 80px;
    text-align: center;
  }
}
.naturally-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: #1c1c1c;
}
.naturally {
  align-items: center;
  width: 100%;
  height: 750px;
  background: 0 0;
  padding: 0;
  gap: 0;
  margin: 0 auto !important;
}
.naturally__watermark {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 3;
  font-family: "Noto Sans", sans-serif;
  font-size: 86px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px #3d3d3d;
  text-stroke: 1px #3d3d3d;
  line-height: 86px;
  white-space: nowrap;
  text-align: center;
  opacity: 0;
  transition: opacity 1.2s;
}
.naturally__watermark--visible {
  opacity: 1;
}
.naturally__visual {
  flex: 0 0 38%;
  width: 38%;
  height: 750px;
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 15% bottom;
  opacity: 0;
  transform: translateX(-60px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}
.naturally__visual--visible {
  opacity: 1;
  transform: translateX(0);
}
.naturally__content {
  flex: 0 0 62%;
  width: 62%;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateX(55px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0.18s,
    transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.18s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.naturally__content--visible {
  opacity: 1;
  transform: translateX(0);
}
.naturally__title {
  font-family: Montserrat, sans-serif;
  font-size: 66px;
  font-weight: 900;
  color: #b87636;
  line-height: 66px;
  margin-bottom: 24px;
  margin-top: 0;
}
.naturally__btn,
.naturally__para {
  font-family: "Source Sans 3", sans-serif;
  font-size: var(--hs-naturally-font-size);
  font-weight: 400;
}
.naturally__para {
  color: var(--hs-naturally-para-color);
  line-height: 28px;
  margin-bottom: 32px;
}
.naturally__btn {
  display: inline-block;
  padding: 12px 36px;
  border: 1.5px solid var(--hs-naturally-btn-border);
  line-height: 22px;
  color: #b87636;
  background: 0 0;
  cursor: pointer;
  align-self: flex-start;
  transition:
    border-color 0.3s,
    color 0.3s;
}
.about-hp__ghost,
.about-hp__title {
  font-weight: 700;
  font-family: Montserrat, sans-serif;
}
.naturally__btn:hover {
  border-color: var(--hs-naturally-btn-hover-color);
  color: var(--hs-naturally-btn-hover-color);
}
.about-hp,
.about-hp-wrap {
  background: #f5f0eb;
  width: 100%;
}
.about-hp__ghost,
.experts__ghost,
.testimonials__ghost {
  white-space: nowrap;
  user-select: none;
}
.about-hp-wrap {
  margin: 0 !important;
  padding: 0 !important;
}
.about-hp {
  min-height: 800px;
  margin: 0 auto !important;
  padding: 80px 80px 90px;
  position: relative;
  overflow: hidden;
}
.about-hp__header {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.about-hp__ghost {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: var(--hs-about-ghost-size);
  color: var(--hs-about-ghost-color);
  line-height: var(--hs-about-ghost-size);
  z-index: 0;
  opacity: 0;
  transition: opacity 1s;
}
.about-hp__ghost--visible {
  opacity: 1;
}
.about-hp__title {
  font-size: 48px;
  color: #b87636;
  line-height: 52px;
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
.about-hp__bio,
.about-hp__subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 28px;
}
.about-hp__title--visible {
  opacity: 1;
  transform: translateY(0);
}
.about-hp__subtitle {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(25px);
  transition:
    opacity 0.8s 0.25s,
    transform 0.8s 0.25s;
}
.doctor,
.experts {
  max-width: 1440px;
}
.about-hp__subtitle--visible {
  opacity: 1;
  transform: translateY(0);
}
.about-hp__row {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  gap: 18px;
  align-items: start;
  margin-bottom: 18px;
}
.about-hp__photo-wrap {
  padding: 0;
  height: 350px;
  overflow: hidden;
  border-radius: 5px;
}
.about-hp__photo {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  border-radius: 5px;
  opacity: 0;
  transform: translateX(-50px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-hp__photo--visible {
  opacity: 1;
  transform: translateX(0);
}
.about-hp__photo-placeholder {
  width: 100%;
  height: 350px;
  border-radius: 5px;
  background: #e8e0d8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-hp__photo-placeholder svg {
  width: 60px;
  height: 60px;
  opacity: 0.3;
}
.about-hp__bio {
  padding: 10px 0 10px 10px;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s 0.1s,
    transform 0.8s 0.1s;
}
.about-hp__bio--visible {
  opacity: 1;
  transform: translateY(0);
}
.feat-box,
.stat-box {
  background: #fff;
  border: 1px solid #e0d8d0;
}
.about-hp__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: start;
}
.stat-box {
  padding: 28px 20px;
  text-align: center;
}
.stat-box__number {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #b87636;
  line-height: 52px;
  margin-bottom: 8px;
}
.feat-box__title,
.stat-box__label {
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}
.stat-box__label {
  color: #1a1a1a;
}
.about-hp__row--bottom {
  grid-template-columns: 33.33% 66.66%;
  align-items: stretch;
}
.about-hp__feats {
  display: flex;
  flex-direction: row;
  gap: 18px;
}
.feat-box {
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  flex: 1;
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.doctor__btn,
.experts__btn {
  border: 1.5px solid #b87636;
  text-transform: none;
  cursor: pointer;
  text-decoration: none;
}
.feat-box__icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}
.feat-box__icon svg {
  width: 70px;
  height: 70px;
  stroke: #b5722a;
  fill: none;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}
.feat-box__icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  display: block;
}
.feat-box__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.feat-box__title {
  color: #1e1e1e;
  margin: 0;
  transition: color 0.25s;
}
.feat-box:hover .feat-box__title {
  color: #b87636;
}
.feat-box__text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 28px;
  margin: 0;
}
.about-hp__photos-wrap {
  display: contents;
}
.about-hp__photo-wrap--mobile-only {
  display: none;
}
.about-hp__photo-wrap--desktop-only {
  display: block;
}
.doctor,
.doctor__left {
  position: relative;
  height: 800px;
  overflow: hidden;
}
.doctor-wrap {
  width: 100% !important;
  background: linear-gradient(90deg, #c8a15b 0, #a17a5b 30%, #1e1e1e 30%) !important;
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}
.doctor,
.doctor__left,
.doctor__right {
  background: 0 0 !important;
}
.doctor {
  display: flex !important;
  width: 100%;
  margin: 0 auto !important;
  padding: 0 !important;
}
.doctor__left {
  width: 50%;
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(-60px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.doctor__left--visible {
  opacity: 1;
  transform: translateX(0);
}
.doctor__photo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  z-index: 3;
}
.doctor__watermark {
  position: absolute;
  bottom: 200px;
  left: 65%;
  transform: translateX(-50%);
  z-index: 2;
  font-family: "Noto Sans", sans-serif;
  font-size: 160px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.18);
  text-stroke: 1px rgba(255, 255, 255, 0.18);
  line-height: 1;
  rotate: 180deg;
  user-select: none;
  letter-spacing: 6px;
}
.doctor__right {
  width: 50%;
  flex-shrink: 0;
  height: 800px;
  padding: 64px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateX(50px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s,
    transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}
.doctor__right--visible {
  opacity: 1;
  transform: translateX(0);
}
.doctor__name {
  font-family: Montserrat, sans-serif;
  font-size: 66px;
  font-weight: 900;
  color: #b87636;
  line-height: 66px;
  margin-bottom: 24px;
}
.doctor__btn,
.doctor__para {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.doctor__bio {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 0;
}
.doctor__para {
  color: #fff;
  line-height: 28px;
  margin: 0;
  padding: 2px 0;
}
.doctor__btn {
  display: inline-block;
  align-self: flex-start;
  margin-top: 28px;
  padding: 13px 36px;
  line-height: 22px;
  letter-spacing: 0;
  color: #b87636;
  background: 0 0;
  transition:
    border-color 0.3s,
    color 0.3s;
}
.doctor__btn:hover {
  border-color: #fff;
  color: #fff;
  background: 0 0;
}
@media (max-width: 900px) {
  .doctor__name,
  .doctor__para {
    z-index: 2;
    position: relative;
  }
  .doctor {
    flex-direction: column;
    height: auto;
  }
  .doctor-wrap {

  }
  .doctor__left {
    width: 100%;
    height: 460px;
    background: linear-gradient(90deg, #c8a15b 0, #a17a5b 30%, #1e1e1e 30%) !important;
  }
  .doctor__photo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110%;
    object-fit: contain;
    object-position: center bottom;
  }
  .doctor__watermark {
    display: none;
  }
  .doctor__right {
    width: 100%;
    height: auto;
    padding: 48px 32px;
    position: relative;
  }
  .doctor__name {
    font-size: 40px;
    line-height: 44px;
    position: relative;
    display: block;
    width: 100%;
  }
  .doctor__para {
    line-height: 20px;
    font-size: 15px;
  }
  .doctor__bio {
    gap: 14px;
  }
  .doctor__name,
  .doctor__para,
  .doctor__right {
    text-align: center;
  }
  .doctor__name::before {
    content: "Meet";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Noto Sans", sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
    text-stroke: 1px rgba(255, 255, 255, 0.15);
    white-space: nowrap;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    text-align: center;
  }
  .doctor__bio,
  .doctor__right {
    align-items: center;
  }
  .doctor__btn {
    align-self: center;
    font-size: 15px;
    padding: 10px 26px;
  }
}
@media (max-width: 560px) {
  .about__ghost {
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 2px;
  }
  .about__title {
    font-size: 30px;
    line-height: 34px;
    margin-top: -22px;
  }
  .about__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .about {
    padding: var(--inner-padding) 16px;
  }
  .value-card__text {
    line-height: 22px;
  }
  .doctor__left {
    height: 350px;
  }
  .doctor__right,
  .doctor__right--visible {
    padding: 36px 24px;
    background: var(--hs-dark-bg) !important;
  }
  .doctor__name {
    font-size: 32px;
    line-height: 36px;
  }
}
.experts,
.experts__content,
.experts__photo,
.experts__visual {
  position: relative;
}
.contact-map-wrap,
.experts-wrap,
.picoway-intro-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.experts {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: hidden;
  background: 0 0;
}
.experts__content {
  flex: 0 0 60%;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 100px 100px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateX(-55px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.experts__content--visible {
  opacity: 1;
  transform: translateX(0);
}
.experts__ghost {
  display: block;
  font-size: 96px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px rgba(2, 1, 1, 0.25);
  text-stroke: 1px rgba(2, 1, 1, 0.25);
  line-height: 96px;
  letter-spacing: 0;
  margin-bottom: -20px;
}
.experts__title {
  font-family: Montserrat, sans-serif;
  font-size: 66px;
  font-weight: 900;
  color: var(--hs-experts-title-color);
  line-height: 66px;
  margin-bottom: 20px;
  margin-top: -30px;
}
.experts__btn,
.experts__para {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.experts__para {
  color: var(--hs-experts-para-color);
  font-size: 21px;
  margin-bottom: 20px;
  max-width: 555px;
}
.experts__btn {
  display: inline-block;
  padding: 12px 36px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--hs-experts-btn-color);
  background: 0 0;
  transition:
    border-color 0.3s,
    color 0.3s;
  align-self: flex-start;
  margin-top: 16px;
}
.experts__btn:hover {
  border-color: var(--hs-experts-btn-hover-color);
  color: var(--hs-experts-btn-hover-color);
  background: 0 0;
}
.experts__visual {
  flex: 0 0 40%;
  width: 40%;
  background: 0 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  opacity: 0;
  transform: translateX(55px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s,
    transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}
.choose-wrap,
.hero-section,
.meet-team,
.meet-team__card,
.picoway-hero,
.specials,
.specials-wrap,
.testimonials {
  overflow: hidden;
}
.experts__visual--visible {
  opacity: 1;
  transform: translateX(0);
}
.experts__photo {
  z-index: 10;
  width: 100%;
  object-fit: contain;
  object-position: center top;
  display: block;
  margin-left: 0;
}
@media (max-width: 1024px) {
  .naturally {
    height: auto;
    min-height: 560px;
  }
  .naturally__visual {
    height: 560px;
    background-size: contain;
  }
  .experts__title,
  .naturally__title {
    font-size: 46px;
    line-height: 50px;
  }
  .naturally__watermark {
    font-size: 60px;
    line-height: 60px;
  }
  .about-hp {
    padding: 60px 40px;
  }
  .about-hp__ghost {
    font-size: 48px;
  }
  .about-hp__title {
    font-size: 36px;
    line-height: 42px;
  }
  .stat-box__number {
    font-size: 36px;
  }
  .experts {
    height: auto;
  }
  .experts__content {
    height: auto;
    padding: 60px 40px;
    flex: 0 0 60%;
    width: 60%;
  }
  .experts__visual {
    flex: 0 0 40%;
    width: 40%;
    height: auto;
    min-height: 400px;
  }
  .experts__ghost {
    font-size: 64px;
    line-height: 64px;
  }
  .experts__photo {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .naturally__content,
  .naturally__visual {
    width: 100%;
    transform: translateX(0);
    opacity: 1;
  }
  .naturally {
    flex-direction: column;
    height: auto;
    overflow: visible;
  }
  .naturally__visual {
    order: 1;
    flex: none;
    height: 380px;
    background-size: contain;
    background-position: center bottom;
  }
  .naturally__watermark {
    order: 2;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    font-size: 38px;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
    width: 100%;
    padding: 20px 24px 0;
    opacity: 1;
    pointer-events: none;
  }
  .naturally__content {
    order: 3;
    flex: none;
    padding: 12px 24px 48px;
    align-items: center;
    justify-content: flex-start;
  }
  .naturally__title {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
  }
  .naturally__para {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .naturally__btn {
    align-self: center;
  }
  .about-hp {
    padding: 48px 20px 28px;
  }
  .about-hp__ghost {
    font-size: 36px;
    top: -20px;
  }
  .about-hp__title {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }
  .about-hp__bio,
  .about-hp__subtitle {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .about-hp__subtitle {
    margin-bottom: 0;
  }
  .about-hp__header {
    margin-bottom: 28px;
  }
  .about-hp__bio {
    order: 1;
    flex: 0 0 100%;
    width: 100%;
    padding: 8px 0 12px;
  }
  .about-hp__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: unset;
  }
  .about-hp__stats {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
    grid-template-columns: 1fr;
  }
  .stat-box {
    padding: 14px 10px;
  }
  .stat-box__number {
    font-size: 28px;
    line-height: 34px;
  }
  .stat-box__label {
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .about-hp__row--bottom .about-hp__photo-wrap--desktop-only,
  .stat-box__label br {
    display: none;
  }
  .about-hp__photos-wrap {
    display: flex;
    flex-direction: row;
    gap: 10px;
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    contain: none;
  }
  .about-hp__photos-wrap .about-hp__photo-wrap {
    flex: 0 0 calc(50% - 5px);
    width: calc(50% - 5px);
    height: 200px;
    order: unset;
    display: block !important;
  }
  .about-hp__photos-wrap .about-hp__photo,
  .about-hp__photos-wrap .about-hp__photo-placeholder {
    height: 200px;
  }
  .about-hp__feats {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }
  .feat-box {
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
  }
  .feat-box__icon,
  .feat-box__icon img,
  .feat-box__icon svg {
    width: 48px;
    height: 48px;
  }
  .feat-box__title {
    font-size: 17px;
    line-height: 24px;
  }
  .feat-box__text {
    font-size: 16px;
    line-height: 24px;
  }
  .experts {
    flex-direction: column;
    height: auto;
  }
  .experts__visual {
    flex: none;
    width: 100%;
    height: 520px;
    order: 1;
    padding: 0;
  }
  .experts__photo {
    width: 100%;
    height: 520px;
    object-fit: contain;
    object-position: center top;
    padding-right: 0;
    margin-left: 0;
  }
  .experts__content {
    flex: none;
    width: 100%;
    height: auto;
    padding: 24px 24px 48px;
    order: 2;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
  }
  .experts__ghost {
    font-size: 44px;
    line-height: 44px;
    white-space: nowrap;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    order: 0;
    width: auto;
    text-align: center;
    z-index: 0;
    pointer-events: none;
  }
  .experts__title-wrap {
    position: relative;
    display: inline-block;
    z-index: 1;
    order: 1;
  }
  .experts__title {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    margin-top: 0;
    position: relative;
    z-index: 1;
    order: 1;
  }
  .experts__para {
    order: 3;
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
    text-align: center;
  }
  .experts__btn {
    align-self: center;
    order: 4;
  }
}
.hero-section__video,
.mf-benefits__img,
.picoway-gallery__img,
.picoway-how__img,
.picoway-results__img {
  object-fit: cover;
  object-position: center center;
}
.testimonials-wrap {
  width: 100%;
  background: #1c1c1c;
  margin: 0 !important;
  padding: 0 !important;
}
.testimonials {
  max-width: 1440px;
  width: 100%;
  min-height: 420px;
  margin: 0 auto !important;
  padding: 70px 0 30px;
  position: relative;
  text-align: center;
}
.testimonials__header {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
}
.testimonials__ghost {
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-size: 100px;
  font-weight: 700;
  color: #3d3d3d;
  line-height: 100px;
  letter-spacing: 0;
}
.testimonials__title {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #b87636;
  line-height: 52px;
  margin-top: -60px;
  position: relative;
  z-index: 1;
}
.testimonials__subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  max-width: 680px;
  margin: 24px auto 40px;
}
.specials__btn,
.specials__title {
  font-family: Montserrat, sans-serif;
  color: #fff;
}
.testimonials__widget {
  width: 100%;
  min-height: 300px;
}
.testimonials__widget iframe {
  width: 100% !important;
  min-width: 100% !important;
  border: none;
  display: block;
}
@media (max-width: 1024px) {
  .testimonials {
    padding: 60px 40px 40px;
  }
  .testimonials__ghost {
    font-size: 70px;
    line-height: 70px;
  }
  .testimonials__title {
    font-size: 36px;
    line-height: 42px;
    margin-top: -44px;
  }
  .testimonials__subtitle {
    font-size: 17px;
  }
}
.specials-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.specials {
  position: relative;
  width: 100%;
  height: 650px;
  margin: 0 auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.picoway-gallery__col--1 .picoway-gallery__img-wrap:last-child,
.picoway-gallery__col--2 .picoway-gallery__img-wrap:last-child,
.picoway-gallery__col--3 .picoway-gallery__img-wrap:last-child {
  margin-bottom: 0;
}
.specials__overlay {
  position: absolute;
  inset: 0;

  opacity: 0.5;
  z-index: 0;
}
.specials__inner {
  position: relative;
  z-index: 1;
  width: 55%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.specials__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  margin: 0;
}
.specials__btn {
  display: inline-block;
  padding: 16px 48px;
  background: #b87636;
  border: 1.5px solid transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none;
  cursor: pointer;
  transition:
    border-color 0.3s,
    background 0.3s;
  margin-top: 8px;
}
.specials__btn:hover {
  border-color: #fff;
  background: #b87636;
  color: #fff;
}
@media (max-width: 1024px) {
  .specials {
    height: 560px;
  }
  .specials__inner {
    width: 70%;
  }
  .specials__title {
    font-size: 38px;
    line-height: 44px;
  }
  .specials__para {
    font-size: 18px;
  }
}
.treatments {
  width: 100%;
  padding: var(--inner-padding) 100px;
  background: #fff;
  text-align: center;
}
.treatments__header {
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
}
.treatments__ghost {
  user-select: none;
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-size: 165px;
  font-weight: 700;
  color: #e5e3e1;
  line-height: 165px;
  letter-spacing: -4px;
  user-select: none;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.treatments__ghost--visible {
  opacity: 1;
  transform: translateY(0);
}
.treatments__title {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 66px;
  font-weight: 900;
  color: #b87636;
  line-height: 66px;
  margin-top: -70px;
  position: relative;
  opacity: 0;
  transform: translateY(35px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.18s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.18s;
}
.treatments__title--visible {
  opacity: 1;
  transform: translateY(0);
}
.treatments__subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 28px;
  max-width: 620px;
  margin: 0 auto 50px;
  opacity: 0;
  transform: translateY(25px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.35s,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.35s;
}
.treatments__subtitle--visible {
  opacity: 1;
  transform: translateY(0);
}
.treatments__grid {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.treatments__row {
  display: flex;
  gap: 2px;
  width: 100%;
}
.treatments__row + .treatments__row {
  margin-top: 2px;
}
.treatments__card {
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  background: #d0d0d0;
  text-decoration: none;
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  flex-shrink: 0;
}
.treatments__card--visible {
  opacity: 1;
  transform: translateY(0);
}
.treatments__row--wide .treatments__card {
  width: 41%;
  flex: 0 0 calc(50% - 0.5px);
  height: 440px;
}
.treatments__row--narrow .treatments__card {
  flex: 1;
  height: 440px;
}
.treatments__card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition:
    opacity 0.6s 0.15s,
    transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.treatments__card--visible .treatments__card__img {
  opacity: 1;
}
.treatments__card:hover .treatments__card__img {
  transform: scale(1.07);
}
.treatments__card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.08) 50%, transparent 100%);
  pointer-events: none;
  transition: background 0.4s;
}
.treatments__card:hover .treatments__card__overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0, rgba(0, 0, 0, 0.18) 55%, transparent 100%);
}
.treatments__card__label {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  z-index: 2;
  font-family: "Source Sans 3", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 36px;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  padding: 0 20px;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.treatments__card:hover .treatments__card__label {
  transform: translateY(-7px);
}
.treatments__cta {
  margin-top: 50px;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.7s 0.2s,
    transform 0.7s 0.2s;
}
.treatments__cta--visible {
  opacity: 1;
  transform: translateY(0);
}
.treatments__btn {
  display: inline-block;
  padding: 13px 50px;
  border: 1.5px solid #b87636;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #b87636;
  background: 0 0;
  cursor: pointer;
  transition:
    border-color 0.3s,
    color 0.3s;
}
.choose__btn,
.hero-section__btn,
.picoway-hero__btn,
.picoway-hero__h1,
.picoway-how__step-title {
  text-transform: uppercase;
}
.meet-team,
.meet-team-wrap {
  background: linear-gradient(180deg, #1e1e1e 50%, #fff 50%);
  width: 100%;
}
.treatments__btn:hover {
  border-color: #22201f;
  color: #22201f;
  background: 0 0;
}
@media (max-width: 1024px) {
  .treatments {
    padding: var(--inner-padding) 40px;
  }
}
@media (max-width: 900px) {
  .treatments__ghost {
    font-size: 100px;
    line-height: 100px;
  }
  .treatments__title {
    font-size: 46px;
    line-height: 46px;
    margin-top: -36px;
  }
  .treatments__card__label {
    font-size: 26px;
    line-height: 26px;
  }
  .treatments__row--wide .treatments__card {
    height: 320px;
  }
  .treatments__row--narrow .treatments__card {
    height: 280px;
  }
}
@media (max-width: 640px) {
  .testimonials {
    padding: 48px 24px 32px;
  }
  .testimonials__ghost {
    font-size: 44px;
    line-height: 44px;
    white-space: normal;
  }
  .testimonials__title {
    font-size: 28px;
    line-height: 34px;
    margin-top: -28px;
  }
  .testimonials__subtitle {
    font-size: 15px;
    line-height: 22px;
  }
  .specials {
    height: auto;
    min-height: 480px;
    padding: 60px 0;
  }
  .specials__inner {
    width: 88%;
    gap: 18px;
  }
  .specials__title {
    font-size: 28px;
    line-height: 34px;
  }
  .specials__para {
    font-size: 16px;
    line-height: 24px;
  }
  .specials__btn {
    padding: 14px 32px;
    font-size: 14px;
  }

  .treatments {
    padding: var(--inner-padding) 16px;
  }
  .treatments__ghost {
    font-size: 52px;
    line-height: 52px;
    letter-spacing: -2px;
  }
  .treatments__title {
    font-size: 32px;
    line-height: 32px;
    margin-top: -28px;
  }
  .treatments__subtitle {
    font-size: 15px;
    line-height: 20px;
    margin: 0 auto 14px;
  }
  .treatments__row {
    flex-direction: column;
    gap: 1px;
  }
  .treatments__row--narrow .treatments__card,
  .treatments__row--wide .treatments__card {
    flex: none;
    width: 100%;
    height: 220px;
  }
  .treatments__card__label {
    font-size: 22px;
    line-height: 22px;
  }
  .treatments__cta {
    margin-top: 16px;
  }
  .treatments__btn {
    padding: 10px 30px;
    font-size: 16px;
  }
}
.meet-team-wrap {
  margin: 0 !important;
  padding: 0 !important;
}
.meet-team {
  max-width: 100%;
  height: 620px;
  margin: 0 auto !important;
  padding: 40px 80px 200px;
  display: flex;
  flex-direction: column;
}
.meet-team__header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 80px 32px;
  flex-shrink: 0;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.meet-team__header--visible {
  opacity: 1;
  transform: translateY(0);
}
.meet-team__title {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #b87636;
  line-height: 52px;
  margin: 0;
  text-align: center;
}
.meet-team__cards {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
  flex: 1;
  justify-content: center;
  gap: 0 30px;
}
.meet-team__card {
  flex: 0 0 18%;
  width: 18%;
  height: 350px;
  position: relative;
  background-color: #2a2a2a;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.meet-team__card-name,
.meet-team__card-role {
  color: #fff;
  margin: 0;
  text-align: center;
  width: 100%;
}
.meet-team__card--visible {
  opacity: 1;
  transform: translateY(0);
}
.meet-team__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.1) 60%, transparent 100%);
  z-index: 0;
}
.meet-team__card-content {
  position: relative;
  z-index: 1;
  padding: 0 0 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}
.meet-team__card-name {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}
.meet-team__card-role {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .meet-team {
    height: auto;
  }
  .meet-team__cards {
    flex-wrap: wrap;
  }
  .meet-team__card {
    flex: 0 0 33.33%;
    width: 33.33%;
    height: 280px;
  }
}
@media (max-width: 768px) {
  .meet-team {
    height: auto;
    padding: 20px 20px 30px;
  }
  .meet-team__header {
    padding: 0 0 20px;
  }
  .meet-team__title {
    font-size: 44px;
    line-height: 50px;
    white-space: nowrap;
  }
  .meet-team__card:nth-child(5) {
    background-size: cover !important;
    background-position: center center !important;
  }
  .meet-team__cards {
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .meet-team__card {
    flex: 0 0 100%;
    width: 100%;
    height: 220px;
    margin-top: 0 !important;
  }
  .meet-team__card-name {
    font-size: 18px;
    line-height: 24px;
  }
  .meet-team__card-role {
    font-size: 15px;
    line-height: 20px;
  }
}
.meet-team__card:nth-child(2),
.meet-team__card:nth-child(4) {
  margin-top: 50px;
}
.meet-team__card:first-child,
.meet-team__card:nth-child(2),
.meet-team__card:nth-child(3),
.meet-team__card:nth-child(4) {
  background-position: 20% center;
}
.meet-team__card:nth-child(5) {
  background-size: 175%;
  background-position: center -100px;
}
.hero-section,
.hero-section *,
.hero-section ::after,
.hero-section ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.entry-content,
.hentry,
.inside-article,
.separate-containers .inside-article,
.site-main,
.site-main > article,
.wp-block-acf-hp-home-hero {
  padding: 0 !important;
  margin: 0 !important;
}
.picoway-gallery__col--1 .picoway-gallery__img-wrap,
.picoway-gallery__col--2 .picoway-gallery__img-wrap,
.picoway-gallery__col--3 .picoway-gallery__img-wrap {
  margin-bottom: 20px;
}
#primary,
#primary.content-area,
.content-area {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}
.hero-section {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  position: relative;
  width: 100%;
  min-height: 696px;
  display: flex;
  align-items: center;
  background-color: var(--hs-bg);
}
.hero-section__poster,
.hero-section__video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-section__video {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 1s;
}
.hero-section__video.is-playing {
  opacity: 1;
}
.hero-section__poster.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.hero-section__poster {
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 1s;
}
@media (max-width: 768px) {
  .hero-section__poster {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center top !important;
    opacity: 1 !important;
    z-index: 0 !important;
  }
  .hero-section__overlay {
    background: rgba(30, 30, 30, 0.25) !important;
  }
}
.hero-section__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(30, 30, 30, 0.25);
  pointer-events: none;
}
#main-h1,
.hero-section__heading {
  transition:
    color 0.4s,
    -webkit-text-stroke 0.4s;
}
.hero-section__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 3;
}
.hero-section__inner {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 696px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 10px;
}
.hero-section__content {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
}
.hero-section__heading {
  font-family: var(--hs-font-primary);
  font-size: 140px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  color: transparent;
  -webkit-text-stroke: 2px var(--hs-accent);
  text-stroke: 2px var(--hs-accent);
}
#main-h1.is-video-active,
.hero-section__heading.is-video-active {
  color: #fff !important;
  -webkit-text-stroke: 0px transparent !important;
  text-stroke: 0px transparent !important;
}
.hero-section__subheading {
  font-family: var(--hs-font-secondary);
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
  text-transform: uppercase;
  color: var(--hs-white);
  font-style: normal;
}
.hero-section__subheading em,
.hero-section__subheading i {
  font-style: italic;
}
.hero-section__body {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--hs-body-text);
  max-width: 560px;
}
.hero-section__buttons {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.hero-section__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--hs-font-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.04em;
  border-radius: 5px;
  padding: 16px 40px;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.25s,
    color 0.25s,
    border-color 0.25s;
  white-space: nowrap;
  border: 2px solid transparent;
}
.hero-section__btn--primary {
  background: var(--hs-accent);
  color: var(--hs-white);
  border-color: var(--hs-accent);
}
.hero-section__btn--primary:hover {
  background: var(--hs-accent-hover);
  border: var(--hs-btn-primary-hover-border);
  color: var(--hs-white);
}
.hero-section__btn--outline {
  background: var(--hs-btn-outline-bg);
  color: var(--hs-accent);
  border-color: var(--hs-accent);
}
.hero-section__btn--outline:hover {
  background: var(--hs-btn-outline-hover-bg);
  color: var(--hs-btn-outline-hover-text);
  border-color: var(--hs-btn-outline-hover-bg);
}
.hero-section__social {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}
.hero-section__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--hs-social-link-size);
  height: var(--hs-social-link-size);
  border-radius: 50%;
  border: var(--hs-social-link-border) !important;
  color: var(--hs-white);
  text-decoration: none;
  transition: background 0.25s;
  flex-shrink: 0;
  background: 0 0;
}
.hero-section__social-link:hover {
  background: var(--hs-social-link-hover-bg);
}
.hero-section__social-link svg {
  width: var(--hs-social-link-svg-size);
  height: var(--hs-social-link-svg-size);
  fill: var(--hs-white);
  display: block;
}
@media (max-width: 768px) {
  .hero-section {
    min-height: auto;
  }
  .hero-section__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
    min-height: auto;
    text-align: center;
  }
  .hero-section__content {
    width: 100%;
    gap: 16px;
    align-items: center;
    text-align: center;
  }
  .hero-section__heading {
    font-size: clamp(42px, 12vw, 72px);
    text-align: center;
  }
  .hero-section__subheading {
    font-size: clamp(20px, 6vw, 34px);
    line-height: 1.2;
    text-align: center;
  }
  .hero-section__body {
    font-size: 15px;
    max-width: 100%;
    text-align: center;
  }
  .hero-section__buttons {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    align-items: stretch;
  }
  .hero-section__btn {
    width: 100%;
    justify-content: center;
    padding: 16px 20px;
  }
  .hero-section__social {
    position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    flex-direction: column !important;
    gap: 10px !important;
    z-index: 20 !important;
    margin: 0 !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-section__inner {
    padding: 48px 20px;
  }
  .hero-section__content {
    width: 65%;
  }
  .hero-section__heading {
    font-size: clamp(72px, 9vw, 110px);
  }
  .hero-section__subheading {
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.2;
  }
}
.choose-wrap {
  width: 100%;
  background: #fff;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.choose__ghost {
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 165px;
  font-weight: 700;
  color: #e5e3e1;
  line-height: 250px;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  z-index: 0;
  text-align: left;
  padding-left: 80px;
}
.choose {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 1440px;
  width: 100%;
  min-height: 750px;
  margin: 0 auto !important;
  padding: 120px 80px;
  position: relative;
  z-index: 1;
}
.choose__left {
  flex: 0 0 33.33%;
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 40px;
  padding-top: 120px;
}
.choose__title {
  font-family: Montserrat, sans-serif;
  font-size: 66px;
  font-weight: 900;
  color: #b87636;
  line-height: 66px;
  margin: 0 0 24px;
}
.choose__btn,
.choose__para {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.choose__para {
  color: #3d3d3d;
  line-height: 28px;
  margin: 0 0 32px;
}
.choose__btn {
  display: inline-block;
  padding: 12px 36px;
  border: 1.5px solid #b87636;
  line-height: 22px;
  text-decoration: none;
  color: #b87636;
  background: 0 0;
  cursor: pointer;
  align-self: flex-start;
  transition:
    border-color 0.3s,
    color 0.3s;
  letter-spacing: 1px;
}
.choose__btn:hover {
  border-color: #000;
  color: #000;
}
.choose__right {
  flex: 0 0 66.66%;
  width: 66.66%;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.choose__box-icon,
.choose__box-icon img,
.choose__box-icon svg {
  width: 52px;
  height: 52px;
}
.choose__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.choose__col:first-child {
  margin-top: 50px;
}
.choose__box {
  background: #f5f0eb;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.choose__box--visible {
  opacity: 1;
  transform: translateY(0);
}
.choose__box-icon {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b5722a;
  flex-shrink: 0;
}
.choose__box-icon img {
  object-fit: contain;
}
.choose__box-title {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #1e1e1e;
  line-height: 34px;
  margin-bottom: 12px;
  margin-top: 0;
}
.choose__box-desc {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1200px) {
  .choose__ghost {
    font-size: 110px;
    line-height: 110px;
  }
  .choose__title {
    font-size: 50px;
    line-height: 54px;
  }
  .choose__box-title {
    font-size: 20px;
    line-height: 28px;
  }
  .choose__box-desc {
    font-size: 17px;
    line-height: 24px;
  }
}
.picoway-hero-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: 0 0;
}
.picoway-hero {
  position: relative;
  width: 100%;
  height: 700px;
  margin: 0 !important;
  display: flex;
  align-items: center;
  background: #000;
}
.picoway-hero__inner,
.picoway-how {
  flex-direction: column;
  position: relative;
}
.picoway-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.picoway-hero__overlay {
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}
.picoway-hero__inner {
  z-index: 2;
  width: 62%;
  max-width: 62%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
.picoway-hero__inner--visible {
  opacity: 1;
  transform: translateY(0);
}
.picoway-hero__h1 {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 52px;
  margin: 0;
}
.picoway-hero__h1 span {
  display: block;
  font-size: 32px !important;
  font-weight: 500;
  line-height: 36px !important;
  margin-top: 12px;
}
.picoway-hero__subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  margin: 0;
  max-width: 720px;
}
.picoway-hero__btn {
  display: inline-block;
  padding: 14px 40px;
  background: #b87636;
  border: 1.5px solid transparent;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 20px;
  text-decoration: none;
  letter-spacing: 1px;
  cursor: pointer;
  align-self: center;
  transition:
    border-color 0.3s,
    background 0.3s;
}
.picoway-hero__btn:hover {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 1024px) {
  .hero-section__bg-image {
    width: 100%;
    background-position: center top;
    opacity: 0.45;
  }
  .choose {
    flex-direction: column;
    padding: 60px 40px;
  }
  .choose__left {
    flex: none;
    width: 100%;
    padding-right: 0;
    padding-top: 60px;
  }
  .choose__right {
    flex: none;
    width: 100%;
    margin-top: 40px;
  }
  .choose__col:first-child {
    margin-top: 0;
  }
  .choose__ghost {
    font-size: 80px;
    line-height: 80px;
  }
  .choose__title {
    font-size: 44px;
    line-height: 48px;
  }
  .picoway-hero__h1 span {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .picoway-hero {
    height: 580px;
  }
  .picoway-hero__inner {
    padding: 0 0 0 60px;
    width: 75%;
  }
  .picoway-hero__h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 768px) {
  .choose {
    flex-direction: column;
    padding: 24px 24px 36px;
  }
  .choose__left {
    flex: none;
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    align-items: center;
    text-align: center;
    position: relative;
  }
  .choose__ghost {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    font-size: 52px;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
    padding-left: 0;
    z-index: 0;
  }
  .choose__title {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 40px;
  }
  .choose__para {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }
  .choose__btn {
    align-self: center;
    font-size: 16px;
    padding: 10px 24px;
    letter-spacing: 0.5px;
  }
  .choose__right {
    flex: none;
    width: 100%;
    margin-top: 32px;
    flex-direction: column;
  }
  .choose__col:first-child {
    margin-top: 0;
  }
  .choose__box-title {
    font-size: 18px;
    line-height: 26px;
  }
  .choose__box-desc {
    font-size: 15px;
    line-height: 22px;
  }
  .picoway-hero__h1 span {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .picoway-hero {
    height: auto;
    min-height: 500px;
  }
  .picoway-hero__inner {
    width: 90%;
    max-width: 90%;
    padding: 60px 24px;
  }
  .picoway-hero__h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .picoway-hero__subtitle {
    font-size: 16px;
    line-height: 20px;
    max-width: calc(62% + 150px);
  }
  .picoway-hero__btn {
    font-size: 13px;
    padding: 10px 28px;
  }
}
.picoway-gallery,
.picoway-how {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.picoway-how {
  background-color: var(--hs-card-dark);
  width: 100%;
  margin: 0 auto !important;
  padding: 80px 100px;

  display: flex;
  align-items: center;
  justify-content: center;
}
.picoway-how__header {
  width: 60%;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.picoway-how__ghost {
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Source Sans 3", sans-serif;
  font-size: 100px;
  font-weight: 700;
  color: #3d3d3d;
  line-height: 100px;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 1s;
}
.picoway-how__subtitle,
.picoway-how__title {
  z-index: 1;
  position: relative;
  text-align: center;
}
.picoway-how__ghost--visible {
  opacity: 1;
}
.picoway-how__title {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #b87636;
  line-height: 52px;
  margin: 0 0 24px;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
.picoway-how__title--visible {
  opacity: 1;
  transform: translateY(0);
}
.picoway-how__subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  margin: 0;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.8s 0.2s,
    transform 0.8s 0.2s;
}
.picoway-how__step-num,
.picoway-how__step-title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.picoway-how__subtitle--visible {
  opacity: 1;
  transform: translateY(0);
}
.picoway-how__row {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
  justify-content: center;
  align-items: stretch;
  column-gap: 30px;
  row-gap: 0;
  gap: 30px;
}
.picoway-how__img-wrap {
  flex: 1;
  padding: 0;
  min-width: 0;
  opacity: 0;
  transform: translateX(-40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
.picoway-how__img-wrap--visible {
  opacity: 1;
  transform: translateX(0);
}
.mf-benefits__img,
.picoway-how__img {
  width: 100%;
  height: 420px;
  display: block;
  border-radius: 5px;
}
.picoway-how__img-placeholder {
  width: 100%;
  height: 420px;
  border-radius: 5px;
  background: #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.picoway-how__img-placeholder svg {
  width: 60px;
  height: 60px;
  opacity: 0.2;
}
.picoway-how__steps {
  flex: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  min-width: 0;
}
.picoway-how__step {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex: none;
  opacity: 0;
  transform: translateX(40px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.25s;
}
.picoway-how__step--visible {
  opacity: 1;
  transform: translateX(0);
}
.picoway-how__step:hover {
  background: #f7f4f1;
}
.picoway-how__step-num-wrap {
  background: #f7f4f1;
  border-radius: 5px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s;
}
.picoway-how__step:hover .picoway-how__step-num-wrap {
  background: #fff;
}
.picoway-how__step-num {
  color: #b87636;
}
.picoway-how__step-content {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.picoway-how__step-title {
  color: #1e1e1e;
}
.picoway-how__step-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 22px;
  margin: 0;
}
.mf-benefits-wrap,
.mf-services-wrap,
.picoway-faq-wrap,
.picoway-gallery-wrap,
.picoway-results-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
}
.picoway-gallery {
  width: 100%;
  margin: 0 auto !important;
  padding: 80px 100px;
  background: #fff;
  position: relative;
}
.picoway-gallery__header {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.picoway-gallery__ghost,
.picoway-results__ghost {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Source Sans 3", sans-serif;
  font-size: 100px;
  font-weight: 700;
  color: #e5e3e1;
  line-height: 100px;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 1s;
}
.picoway-gallery__title,
.picoway-intro__h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.picoway-gallery__ghost--visible {
  opacity: 1;
}
.picoway-gallery__title {
  font-size: 48px;
  color: #b87636;
  line-height: 52px;
  position: relative;
  z-index: 1;
  margin: 0;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
.picoway-gallery__title--visible {
  opacity: 1;
  transform: translateY(0);
}
.picoway-gallery__grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  column-gap: 20px;
  row-gap: 0;
  padding: 0;
  width: 100%;
}
.picoway-gallery__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  flex: 1;
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.picoway-gallery__col--visible {
  opacity: 1;
  transform: translateY(0);
}
.picoway-gallery__img-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.picoway-gallery__img {
  width: 100%;
  display: block;
  border-radius: 5px;
}
.picoway-gallery__col--1 .picoway-gallery__img {
  height: 300px;
}
.picoway-gallery__col--2 .picoway-gallery__img {
  height: 462px;
}
.picoway-gallery__col--3 .picoway-gallery__img--sm {
  height: 220px;
}
.picoway-gallery__col--3 .picoway-gallery__img--lg {
  height: 462px;
}
.picoway-gallery__placeholder {
  width: 100%;
  border-radius: 5px;
  background: #f0ece8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.picoway-gallery__placeholder svg {
  width: 40px;
  height: 40px;
  opacity: 0.3;
}
.pg-swiper-wrap {
  display: none;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pg-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pg-swiper .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  box-sizing: border-box;
}
.pg-swiper .swiper-slide {
  flex: 0 0 calc(50% - 5px) !important;
  width: calc(50% - 5px) !important;
  box-sizing: border-box;
  border: 1px solid #e5e3e1;
  border-radius: 10px;
  overflow: hidden;
}
.picoway-faq__btn:hover,
.picoway-intro__btn:hover {
  border-color: #fff;
  color: #fff;
}
.pg-swiper__img {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}
.pg-swiper__dots {
  position: relative !important;
  bottom: auto !important;
  margin-top: 16px;
  padding-bottom: 20px;
  text-align: center;
}
.pg-swiper__dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #c8a15bbd;
  opacity: 1;
  margin: 0 1px !important;
  border-radius: 50%;
  display: inline-block;
}
.pg-swiper__dots .swiper-pagination-bullet-active {
  background: #b87636;
}
@media (max-width: 1024px) {
  .picoway-gallery,
  .picoway-how {
    padding: 60px 40px;
  }
  .picoway-how__header {
    width: 80%;
  }
  .picoway-gallery__ghost,
  .picoway-how__ghost {
    font-size: 70px;
    line-height: 70px;
  }
  .picoway-gallery__title,
  .picoway-how__title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .picoway-how {
    padding: 20px;
  }
  .picoway-how__header {
    width: 100%;
    margin-bottom: 20px;
  }
  .picoway-how__ghost {
    font-size: 48px;
    line-height: 48px;
    top: -10px;
  }
  .picoway-how__title {
    font-size: 28px;
    line-height: 34px;
  }
  .picoway-how__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .picoway-how__row {
    flex-direction: column;
    gap: 16px 0;
  }
  .picoway-how__img,
  .picoway-how__img-placeholder {
    height: 260px;
  }
  .picoway-how__steps {
    gap: 12px;
  }
  .picoway-how__step {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .picoway-how__step-num-wrap {
    margin-bottom: 8px;
  }
  .picoway-how__step-content {
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  .picoway-how__step-text,
  .picoway-how__step-title {
    text-align: center;
  }
  .picoway-gallery {
    padding: 20px 20px 0;
    overflow: hidden;
  }
  .picoway-gallery__ghost {
    font-size: 28px;
    line-height: 28px;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
  }
  .picoway-gallery__title {
    font-size: 26px;
    line-height: 32px;
  }
  .picoway-gallery__header {
    margin-bottom: 24px;
  }
  .picoway-gallery__grid {
    display: none;
  }
  .pg-swiper-wrap {
    display: block;
    overflow: hidden;
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  .pg-swiper-wrap {
    display: none;
  }
}
.picoway-intro {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
  margin: 0 auto !important;
  min-height: 700px;
  box-sizing: border-box;
}
.picoway-intro__left {
  flex: 0 0 50%;
  width: 50%;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 40px 80px 80px;

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.picoway-intro__left::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}
.picoway-intro__left-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
.picoway-intro__left-content--visible {
  opacity: 1;
  transform: translateY(0);
}
.picoway-intro__h2 {
  font-size: 48px;
  color: #fff;
  line-height: 52px;
  margin: 0;
  max-width: 100%;
}
.picoway-intro__body {
  margin: 0;
}
.picoway-intro__body a {
  color: #b87636;
  text-decoration: underline;
}
.picoway-intro__body,
.picoway-intro__body *,
.picoway-intro__body b,
.picoway-intro__body div,
.picoway-intro__body em,
.picoway-intro__body h1,
.picoway-intro__body h2,
.picoway-intro__body h3,
.picoway-intro__body h4,
.picoway-intro__body i,
.picoway-intro__body li,
.picoway-intro__body ol,
.picoway-intro__body p,
.picoway-intro__body span,
.picoway-intro__body strong,
.picoway-intro__body ul {
  color: #fff !important;
  font-family: "Noto Sans", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}
.picoway-faq__btn,
.picoway-intro__box-title,
.picoway-intro__btn {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.picoway-faq__btn,
.picoway-intro__btn {
  display: inline-block;
  padding: 14px 40px;
  background: #b87636;
  border: 1.5px solid transparent;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  text-decoration: none;
  letter-spacing: 1px;
  cursor: pointer;
  align-self: flex-start;
  transition:
    border-color 0.3s,
    color 0.3s;
}
.picoway-intro__right {
  flex: 0 0 50%;
  width: 50%;
  background: #f7f4f1;
  padding: 80px 100px 80px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  box-sizing: border-box;
  align-self: stretch;
  opacity: 0;
  transform: translateX(40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
.picoway-intro__right--visible {
  opacity: 1;
  transform: translateX(0);
}
.picoway-intro__box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.picoway-intro__box-icon-wrap {
  background: #fff;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.picoway-intro__box-icon-wrap svg {
  width: 44px;
  height: 44px;
  stroke: #b87636;
  fill: none;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}
.picoway-intro__box-icon-wrap img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
}
.picoway-intro__box-content {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
  padding: 12px 0;
}
.picoway-intro__box-title {
  font-size: 20px;
  color: #1e1e1e;
  line-height: 24px;
  margin: 0 0 6px;
}
.mf-benefits__body,
.picoway-intro__box-desc {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 22px;
  margin: 0;
}
.picoway-intro__box + .picoway-intro__box {
  padding-top: 20px;
  margin-top: 20px;
}
.picoway-faq {
  max-width: 1440px;
  width: 100%;
  min-height: 585px;
  height: auto;
  margin: 0 auto !important;
  padding: 40px;
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
  box-sizing: border-box;
}
.picoway-faq__left,
.picoway-faq__right {
  width: 50%;
  padding: 60px 0 0;
  display: flex;
  box-sizing: border-box;
}
.picoway-faq__left {
  flex: 0 0 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  opacity: 0;
  transform: translateX(-40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
.picoway-faq__left--visible {
  opacity: 1;
  transform: translateX(0);
}
.mf-benefits__h2,
.picoway-faq__title {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #b87636;
  line-height: 52px;
  margin: 0;
}
.mf-benefits__body li,
.mf-benefits__body p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
.picoway-faq__subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 22px;
  margin: 0;
}
.picoway-faq__q-num,
.picoway-faq__q-text {
  color: #1e1e1e !important;
  transition: color 0.25s;
}
.picoway-faq__right {
  flex: 0 0 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  transform: translateX(40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
.picoway-faq__right--visible {
  opacity: 1;
  transform: translateX(0);
}
.picoway-faq__accordion {
  width: 100%;
}
.picoway-faq__item {
  border: 1px solid #e5e3e1;
  border-radius: 0;
  margin-bottom: 0;
}
.picoway-faq__item + .picoway-faq__item {
  margin-top: 16px;
}
.picoway-faq__q {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 20px;
  cursor: pointer;
  width: 100%;
  background: 0 0 !important;
  border: none;
  text-align: left;
  outline: 0;
}
.picoway-faq__q-num {
  flex-shrink: 0;
}
.picoway-faq__q-text {
  font-size: 20px !important;
  line-height: 24px !important;
  flex: 1;
  color: #1e1e1e !important;
}
.picoway-faq__item--active .picoway-faq__q .picoway-faq__q-num,
.picoway-faq__item--active .picoway-faq__q .picoway-faq__q-text,
.picoway-faq__q:hover .picoway-faq__q-num,
.picoway-faq__q:hover .picoway-faq__q-text {
  color: #b87636 !important;
}
.picoway-faq__q-num {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 24px;
  flex-shrink: 0;
}
.picoway-faq__q-text {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  flex: 1;
  color: inherit;
}
.picoway-faq__q-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  transition: transform 0.3s;
}
.picoway-faq__q-icon::after,
.picoway-faq__q-icon::before {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 2px;
}
.picoway-faq__q-icon::before {
  width: 14px;
  height: 2px;
  top: 9px;
  left: 3px;
}
.picoway-faq__q-icon::after {
  width: 2px;
  height: 14px;
  top: 3px;
  left: 9px;
  transition:
    opacity 0.3s,
    transform 0.3s;
}
.picoway-faq__item--active .picoway-faq__q-icon::after {
  opacity: 0;
  transform: rotate(90deg);
}
.picoway-faq__answer {
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.35s;
  border-top: 0 solid #e5e3e1;
  border-left: 1px solid #e5e3e1;
  border-right: 1px solid #e5e3e1;
  border-bottom: 1px solid #e5e3e1;
  padding: 0 20px;
  box-sizing: border-box;
}
.picoway-faq__item--active .picoway-faq__answer {
  max-height: 300px;
  padding: 20px;
  border-top: 1px solid #e5e3e1;
}
.picoway-faq__answer-text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 28px;
  margin: 0;
}
.picoway-results {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 80px 100px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.picoway-results__header {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  width: 100%;
}
.picoway-results__ghost--visible {
  opacity: 1;
}
.picoway-results__title {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #b87636;
  line-height: 52px;
  margin: 0;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
.contact-info__ghost,
.mf-benefits__body li,
.mf-benefits__body p {
  font-family: "Source Sans 3", sans-serif;
}
.picoway-results__title--visible {
  opacity: 1;
  transform: translateY(0);
}
.picoway-results__swiper-wrap {
  width: 100%;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
.contact-hero__text--visible,
.picoway-results__swiper-wrap--visible {
  opacity: 1;
  transform: translateY(0);
}
.picoway-results__swiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.picoway-results__swiper .swiper-slide {
  box-sizing: border-box;
  border: 1px solid #e5e3e1;
  border-radius: 10px;
  overflow: hidden;
}
.picoway-results__img {
  width: 100%;
  height: 100px;
  display: block;
  vertical-align: middle;
  border-radius: 10px;
}
@media (min-height: 764px) {
  .picoway-results__img {
    height: 175px;
    object-fit: cover;
  }
}
.picoway-results__placeholder {
  width: 100%;
  height: 100px;
  background: #f0ece8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.picoway-results__placeholder svg {
  width: 40px;
  height: 40px;
  opacity: 0.3;
}
.picoway-results__dots {
  position: relative !important;
  bottom: auto !important;
  margin-top: 24px;
  text-align: center;
}
.picoway-results__dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #c8a15bbd;
  opacity: 1;
  margin: 0 2.5px !important;
  border-radius: 50%;
  display: inline-block;
  transition: background 0.25s;
}
.picoway-results__dots .swiper-pagination-bullet-active {
  background: #b87636;
}
@media (max-width: 1024px) {
  .picoway-intro__left,
  .picoway-intro__right,
  .picoway-results {
    padding: 60px 40px;
  }
  .picoway-faq__title,
  .picoway-intro__h2,
  .picoway-results__title {
    font-size: 36px;
    line-height: 42px;
  }
  .picoway-faq {
    height: auto;
    padding: 60px 40px;
  }
  .picoway-faq__q-num {
    font-size: 24px;
  }
  .picoway-results__ghost {
    font-size: 70px;
    line-height: 70px;
  }
  .picoway-results__img,
  .picoway-results__placeholder {
    height: 220px;
  }
}
.contact-hero,
.mf-hero {
  max-width: 1440px;
  width: 100%;
  height: 325px;
  margin: 0 auto !important;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--hs-dark-bg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  overflow: hidden;
}
.contact-hero__inner,
.mf-hero__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.contact-hero__left,
.mf-hero__left {
  flex: 0 0 40%;
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
}
.contact-hero__center,
.mf-hero__center {
  flex: 0 0 20%;
  width: 20%;
  height: 100%;
  box-sizing: border-box;
}
.contact-hero__right,
.mf-hero__right {
  flex: 0 0 40%;
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}
.contact-hero__text--left {
  transition-delay: 0s;
}
.contact-hero__text--right {
  transition-delay: 0.15s;
}
@media (max-width: 768px) {
  .picoway-intro {
    flex-direction: column;
  }
  .picoway-intro__left {
    flex: none;
    width: 100%;
    min-height: auto;
    padding: 15px 24px;
  }
  .picoway-intro__left-content {
    align-items: center;
    text-align: center;
  }
  .picoway-faq__title,
  .picoway-intro__h2 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }
  .picoway-faq__subtitle,
  .picoway-intro__body {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .picoway-intro__btn {
    align-self: center;
  }
  .picoway-intro__right {
    flex: none;
    width: 100%;
    padding: 15px 24px 25px;
    align-items: center;
  }
  .picoway-intro__box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .picoway-intro__box-icon-wrap {
    width: 72px;
    height: 72px;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .picoway-intro__box-icon-wrap img,
  .picoway-intro__box-icon-wrap svg {
    width: 40px;
    height: 40px;
  }
  .picoway-intro__box-content {
    text-align: center;
    align-items: center;
  }
  .picoway-intro__box-desc,
  .picoway-intro__box-title {
    text-align: center;
  }
  .picoway-faq {
    flex-direction: column;
    height: auto;
    padding: 30px 20px 20px;
    gap: 24px 0;
  }
  .picoway-faq__left {
    flex: none;
    width: 100%;
    padding: 0;
    align-items: center;
    text-align: center;
  }
  .picoway-faq__right {
    flex: none;
    width: 100%;
    padding: 0;
  }
  .picoway-faq__accordion,
  .picoway-faq__item {
    width: 100%;
  }
  .picoway-faq__q-num {
    font-size: 22px;
  }
  .picoway-faq__q-text {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .picoway-faq__q {
    padding: 12px 14px;
  }
  .picoway-faq__answer-text {
    font-size: 16px;
    line-height: 24px;
  }
  .picoway-faq__btn {
    align-self: center;
    font-size: 13px;
    padding: 10px 24px;
  }
  .picoway-results {
    overflow: hidden;
    padding: 20px 20px 0;
  }
  .picoway-results__ghost {
    font-size: 22px;
    line-height: 22px;
    top: -5px;
  }
  .picoway-results__title {
    font-size: 28px;
    line-height: 34px;
  }
  .picoway-results__header {
    margin-bottom: 30px;
  }
  .picoway-results__swiper,
  .picoway-results__swiper-wrap {
    overflow: hidden;
  }
  .picoway-results__img {
    height: 140px !important;
  }
  .picoway-results__dots {
    padding-bottom: 20px;
  }
  .contact-hero {
    height: auto;
    background-color: var(--hs-dark-bg);
    position: relative;
  }
  .contact-hero__inner {
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    min-height: 540px;
  }
  .contact-hero__center {
    order: 1;
    flex: none;
    width: 100%;
    height: 380px;
    margin-top: 160px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
  .contact-hero__left,
  .contact-hero__right {
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    z-index: 2;
  }
  .contact-hero__left {
    order: 2;
    top: 0;
    align-items: center;
    justify-content: center;
  }
  .contact-hero__right {
    order: 3;
    top: 80px;
    align-items: center;
    justify-content: center;
  }
  .contact-hero__text {
    font-size: 80px;
    line-height: 80px;
    text-align: center;
  }
}
.contact-info-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: #f7f4f1;
}
.contact-info {
  max-width: 1440px;
  width: 100%;
  min-height: 800px;
  margin: 0 auto !important;
  padding: 120px 80px 100px;
  background: #f7f4f1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.contact-info__inner {
  width: 1140px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.contact-info__header {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}
.contact-info__ghost {
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 134px;
  font-weight: 700;
  color: #fff;
  line-height: 134px;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  z-index: 0;
}
.contact-info__h2,
.contact-info__sub {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.contact-info__h2 {
  font-family: Montserrat, sans-serif;
  font-size: 66px;
  font-weight: 900;
  color: #b87636;
  line-height: 66px;
  margin: 0 0 16px;
}
.contact-info__sub {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 28px;
  margin: 0;
}
.contact-info__sub strong {
  font-weight: 700;
  display: block;
  text-align: center;
}
.contact-info__sub p {
  text-align: center !important;
  margin: 0;
}
.contact-info__card {
  width: 500px;
  max-width: 100%;
  background: #fff;
  padding: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  margin-bottom: 40px;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}
.contact-details,
.mf-benefits,
.mf-pricing {
  max-width: 1440px;
  box-sizing: border-box;
}
.contact-info__card-icon {
  flex: 0 0 32%;
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info__card-icon img {
  width: auto;
  max-width: 100%;
  max-height: 80px;
  display: block;
  object-fit: contain;
}
.contact-info__card-icon svg {
  width: 60px;
  height: 60px;
}
.contact-info__card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-info__card-label {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 16px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.contact-info__card-phone,
.contact-info__or {
  font-family: Montserrat, sans-serif;
  color: #b87636;
}
.contact-info__card-phone {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
}
.contact-info__or {
  font-size: 66px;
  font-weight: 900;
  line-height: 66px;
  margin: 0 0 30px;
  display: block;
  text-align: center;
  width: 100%;
}
.contact-info__form-wrap {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info__form-wrap iframe {
  width: 100%;
  height: 753px;
  border: none;
  border-radius: 3px;
  display: block;
}
@media (max-width: 1024px) {
  .contact-info {
    padding: 60px 40px;
  }
  .contact-info__h2 {
    font-size: 48px;
    line-height: 52px;
  }
  .contact-info__ghost {
    font-size: 90px;
    line-height: 90px;
  }
}
.contact-map {
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 0;
  font-size: 0;
}
.contact-map iframe {
  width: 100%;
  height: 300px;
  border: 0;
  display: block;
}
.contact-details {
  width: 100%;
  margin: 0 auto !important;
  padding: 20px;
  background: var(--hs-dark-bg);
}
.contact-details__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.contact-details__item {
  list-style: none;
}
.contact-details__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: opacity 0.25s;
}
.contact-details__link:hover {
  opacity: 0.8;
}
.contact-details__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-details__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.contact-details__text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  margin: 0;
  white-space: nowrap;
}
.mf-benefits__btn,
.mf-hero__text--solid {
  font-family: Montserrat, sans-serif;
  color: #fff;
}
.mf-hero__text--solid {
  user-select: none;
  font-size: 66px;
  font-weight: 900;
  line-height: 66px;
  user-select: none;
  letter-spacing: 0;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.mf-hero__text--left {
  transition-delay: 0s;
}
.mf-hero__text--right {
  transition-delay: 0.15s;
}
.mf-hero__text--visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .contact-info {
    padding: 60px 20px 40px;
    min-height: auto;
  }
  .contact-info__ghost {
    font-size: 44px;
    line-height: 44px;
    top: -14px;
  }
  .contact-info__h2 {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }
  .contact-info__sub,
  .contact-info__sub * {
    text-align: center !important;
  }
  .contact-info__sub {
    width: 100%;
    display: block;
  }
  .contact-info__header {
    margin-bottom: 20px;
  }
  .contact-info__card {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 20px;
    gap: 12px;
  }
  .contact-info__card-icon {
    flex: none;
    width: 60px;
    order: 1;
  }
  .contact-info__card-content {
    order: 2;
    align-items: center;
    gap: 8px;
  }
  .contact-info__card-label {
    font-size: 13px;
  }
  .contact-info__card-phone {
    font-size: 24px;
    line-height: 28px;
  }
  .contact-info__or {
    font-size: 36px;
    line-height: 36px;
    margin: 6px 0 16px;
  }
  .contact-map iframe {
    height: 300px;
  }
  .contact-details {
    padding: 16px;
  }
  .contact-details__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .contact-details__text {
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
  }
  .mf-hero__left,
  .mf-hero__right {
    width: 100%;
    display: flex;
    padding-left: 20px;
  }
  .mf-hero {
    height: auto;
    background-color: var(--hs-dark-bg);
    position: relative;
  }
  .mf-hero__inner {
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    min-height: 460px;
  }
  .mf-hero__center {
    order: 3;
    flex: none;
    width: 100%;
    height: 380px;
    margin-top: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
  .mf-hero__left {
    order: 1;
    flex: none;
    height: 60px;
    position: static;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 25px;
  }
  .mf-hero__right {
    order: 2;
    position: absolute;
    top: 80px;
    left: 0;
    height: 80px;
    align-items: center;
    justify-content: flex-start;
    z-index: 2;
  }
  .mf-hero__text--stroke {
    font-size: 80px;
    line-height: 80px;
    text-align: center;
  }
  .mf-hero__text--solid {
    font-size: 32px !important;
    line-height: 36px !important;
    text-align: left;
  }
}
.mf-how__ghost,
.mf-pricing__ghost {
  left: 50%;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 480px) {
  .experts__title,
  .meet-dr__name {
    font-size: 30px;
    line-height: 34px;
  }
  .meet-dr__para {
    font-size: 15px;
  }
  .partners__left {
    padding: 24px 16px;
  }
  .partners__ghost {
    font-size: 22px;
    line-height: 22px;
  }
  .partners__heading {
    font-size: 28px;
    line-height: 34px;
  }
  .about-hero__left,
  .about-hero__right {
    height: 80px;
  }
  .about-hero__center {
    height: 220px;
  }
  .about-hero__text,
  .contact-hero__text,
  .mf-hero__text--stroke {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1px;
  }
  .experts__photo,
  .experts__visual {
    height: 400px;
  }
  .experts__ghost {
    font-size: 34px;
    line-height: 34px;
  }
  .meet-team__title {
    font-size: 24px;
    line-height: 30px;
  }
  .meet-team__card {
    height: 200px;
  }
  .picoway-hero__inner {
    padding: 48px 20px;
    width: 100%;
  }
  .picoway-hero__h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .contact-hero__left,
  .contact-hero__right {
    height: 90px;
  }
  .mf-hero__text--solid {
    font-size: 28px;
    line-height: 32px;
  }
}
.mf-benefits__btn,
.mf-pricing__btn {
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.mf-benefits {
  width: 100%;
  min-height: 550px;
  height: auto;
  margin: 0 auto !important;
  padding: 80px;
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
  row-gap: 30px;
}
.mf-benefits__left {
  flex: 0 0 50%;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateX(-40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.mf-benefits__left--visible {
  opacity: 1;
  transform: translateX(0);
}
.mf-benefits__body p {
  color: #1e1e1e;
  margin: 0 0 12px;
}
.mf-benefits__body ol,
.mf-benefits__body ul {
  padding-left: 20px;
  margin: 0 0 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mf-benefits__body li {
  color: #1e1e1e;
  margin: 0;
}
.mf-benefits__body a {
  color: #b87636;
  text-decoration: underline;
}
.mf-benefits__btn {
  display: inline-block;
  padding: 14px 40px;
  background: #b87636;
  border: 1.5px solid transparent;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: border-color 0.3s;
}
.mf-benefits__btn:hover {
  border-color: #fff;
  color: #fff;
}
.mf-benefits__right {
  flex: 0 0 50%;
  width: 50%;
  padding: 0;
  box-sizing: border-box;
  opacity: 0;
  transform: translateX(40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.15s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}
.mf-benefits__right--visible {
  opacity: 1;
  transform: translateX(0);
}
.mf-benefits__img-placeholder {
  width: 100%;
  height: 420px;
  border-radius: 5px;
  background: #f0ece8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mf-pricing,
.mf-pricing-wrap {
  background: #fff;
  overflow-x: hidden;
  width: 100%;
}
body,
html {
  overflow-x: hidden !important;
}
.mf-pricing-wrap {
  margin: 0 !important;
  padding: 0 !important;
}
.mf-pricing {
  margin: 0 auto !important;
  padding: 80px 100px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.mf-pricing__header {
  width: 100%;
  position: relative;
  padding-top: 40px;
  text-align: center;
}
.mf-pricing__ghost {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  font-family: "Source Sans 3", sans-serif;
  font-size: 100px;
  font-weight: 700;
  color: #e5e3e1;
  line-height: 100px;
  z-index: 0;
  max-width: 100%;
  overflow: hidden;
}
.mf-pricing__h2 {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #b87636;
  line-height: 52px;
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}
.mf-pricing__name,
.mf-pricing__price,
.mf-pricing__subtitle {
  font-size: 18px;
  color: #1e1e1e;
  line-height: 22px;
}
.mf-pricing__subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.mf-pricing__btn,
.mf-pricing__name,
.mf-pricing__price {
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}
.mf-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  width: 100%;
  align-items: start;
}
.mf-pricing__col {
  background: #f7f4f1;
  box-sizing: border-box;
  height: 70px;
}
.mf-pricing__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  text-decoration: none;
  transition: background 0.2s;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.mf-pricing__link:hover {
  background: #ede9e4;
}
.mf-pricing__name {
  margin: 0;
  text-transform: uppercase;
}
.mf-pricing__price {
  margin: 0 0 0 12px;
  flex-shrink: 0;
}
.mf-pricing__btn {
  display: inline-block;
  padding: 14px 40px;
  background: #b87636;
  border: 1.5px solid transparent;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  transition: border-color 0.3s;
}
.mf-pricing__btn:hover {
  border-color: #fff;
  color: #fff;
}
/* ── MF Services ── */
.mf-services-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--hs-light-bg, #ffffff);
}
.mf-services {
  width: 100%;
  display: flex;
  flex-direction: row;
  column-gap: 0;
  row-gap: 0;
  background: var(--hs-light-bg, #ffffff);
  padding: 0;
  margin: 0 !important;
  box-sizing: border-box;
}
.mf-services__img {
  flex: 0 0 33.33%;
  width: 33.33%;
  background-color: var(--hs-light-bg, #f5f0eb);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 600px;
  position: relative;
}
.mf-services__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hs-card-dark, #1e1e1e);
  opacity: 0.5;
}
.mf-services__grid {
  flex: 0 0 66.66%;
  width: 66.66%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  padding: 60px;
  gap: 0;
  box-sizing: border-box;
}
.mf-services__card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  box-sizing: border-box;
}
.mf-services__card-title {
  font-family: var(--hs-font-secondary);
  font-size: 24px;
  font-weight: 500;
  color: var(--hs-card-dark, #1e1e1e);
  line-height: 34px;
  margin: 0 0 12px;
}
.mf-services__card-desc {
  font-family: var(--hs-font-body);
  font-size: 20px;
  font-weight: 400;
  color: var(--hs-text-muted, #3d3d3d);
  line-height: 28px;
  margin: 0 0 16px;
  flex: 1;
}
.mf-services__card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--hs-font-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--hs-accent, #b87636);
  text-decoration: none;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s;
}
.mf-services__card-btn:hover {
  opacity: 0.75;
}
.mf-services__card-btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--hs-accent, #b87636);
  stroke-width: 2;
  flex-shrink: 0;
}
.mf-services__divider {
  width: 100%;
  height: 1px;
  background: var(--hs-border, #e5e3e1);
  margin-top: 20px;
  flex-shrink: 0;
}

/* ── Injectables Services ── */
.inj-services-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--hs-light-bg, #f7f4f1);
}
.inj-services {
  width: 100%;
  display: flex;
  flex-direction: row;
  column-gap: 0;
  row-gap: 0;
  background: var(--hs-light-bg, #f7f4f1);
  padding: 0;
  margin: 0 !important;
  box-sizing: border-box;
}
.inj-services__grid {
  flex: 0 0 66.66%;
  width: 66.66%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  padding: 60px;
  gap: 0;
  box-sizing: border-box;
  background: var(--hs-light-bg, #f7f4f1);
}
.inj-services__img {
  flex: 0 0 33.33%;
  width: 33.33%;
  background-color: var(--hs-light-bg, #f5f0eb);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 600px;
  position: relative;
}
.inj-services__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hs-card-dark, #1e1e1e);
  opacity: 0.5;
}
.inj-services__card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  box-sizing: border-box;
}
.inj-services__card-title {
  font-family: var(--hs-font-secondary);
  font-size: 24px;
  font-weight: 500;
  color: var(--hs-card-dark, #1e1e1e);
  line-height: 34px;
  margin: 0 0 12px;
}
.inj-services__card-desc {
  font-family: var(--hs-font-body);
  font-size: 21px;
  font-weight: 400;
  color: var(--hs-text-muted, #3d3d3d);
  line-height: 28px;
  margin: 0 0 16px;
  flex: 1;
  white-space: pre-line;
}
.inj-services__card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--hs-font-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--hs-accent, #b87636);
  text-decoration: none;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s;
  align-self: flex-start;
}
.inj-services__card-btn:hover {
  opacity: 0.75;
}
.inj-services__card-btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--hs-accent, #b87636);
  stroke-width: 2;
  flex-shrink: 0;
}
.inj-services__divider {
  width: 100%;
  height: 1px;
  background: var(--hs-border, #e5e3e1);
  margin-top: 20px;
  flex-shrink: 0;
}

.mf-how,
.mn-concerns {

  display: flex;
  box-sizing: border-box;
}
.mf-how {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 80px 100px;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.mf-how__inner {
  width: 60%;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.mf-how__inner--visible {
  opacity: 1;
  transform: translateY(0);
}
.mf-how__ghost {
  position: absolute;
  top: -25px;
  transform: translateX(-50%);
  font-family: "Source Sans 3", sans-serif;
  font-size: 100px;
  font-weight: 700;
  color: #3d3d3d;
  line-height: 100px;
  z-index: 0;
}
.mf-how__h3 {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #b87636;
  line-height: 52px;
  margin: 0 0 24px;
  position: relative;
  z-index: 1;
}
.mf-how__subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  margin: 0;
  position: relative;
  z-index: 1;
}
.mn-concerns__btn,
.mn-concerns__h3 {
  font-family: Montserrat, sans-serif;
  text-align: center;
  color: #fff;
}
.mn-concerns {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 80px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.mn-concerns__h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  margin: 0;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.mn-concerns__h3--visible {
  opacity: 1;
  transform: translateY(0);
}
.mn-concerns__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
  padding: 0;
  justify-items: stretch;
  align-items: center;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.15s,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}
.mn-concerns__grid--visible {
  opacity: 1;
  transform: translateY(0);
}
.mn-concerns__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px;
  background: #b87636;
  border: 1.5px solid transparent;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: border-color 0.3s;
  box-sizing: border-box;
  width: 100%;
}
.mn-concerns__btn:hover {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 1024px) {
  .mf-benefits {
    height: auto;
    padding: 60px 40px;
  }
  .mf-benefits__h2,
  .mf-how__h3,
  .mf-pricing__h2,
  .mn-concerns__h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .mf-how,
  .mf-pricing,
  .mn-concerns {
    padding: 60px 40px;
  }
  .mf-how__ghost,
  .mf-pricing__ghost {
    font-size: 70px;
    line-height: 70px;
  }
  .mf-services__img {
    flex: 0 0 35%;
    width: 35%;
  }
  .mf-services__grid {
    flex: 0 0 65%;
    width: 65%;
    padding: 40px;
  }
  .inj-services__img {
    flex: 0 0 35%;
    width: 35%;
  }
  .inj-services__grid {
    flex: 0 0 65%;
    width: 65%;
    padding: 40px;
  }
  .mf-how__inner {
    width: 80%;
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .mf-benefits {
    flex-direction: column-reverse;
    height: auto;
    padding: 20px;
    gap: 24px 0;
  }
  .mf-benefits__left,
  .mf-benefits__right {
    flex: none;
    width: 100%;
  }
  .mf-benefits__h2,
  .mf-how__h3,
  .mn-concerns__h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .mf-benefits__body,
  .mf-benefits__list-item,
  .mf-how__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .mf-benefits__img,
  .mf-benefits__img-placeholder {
    height: 240px;
  }
  .mf-benefits__btn {
    font-size: 14px;
    padding: 12px 28px;
  }
  .mf-pricing {
    padding: 20px;
    row-gap: 20px;
  }
  .mf-pricing__h2 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
  .mf-pricing__ghost {
    font-size: 52px;
    line-height: 52px;
  }
  .mf-pricing__price,
  .mf-pricing__subtitle {
    font-size: 15px;
  }
  .mf-pricing__grid {
    grid-template-columns: 1fr;
    gap: 12px 0;
  }
  .mf-pricing__col {
    height: 60px;
  }
  .mf-pricing__name {
    font-size: 15px;
    text-transform: uppercase;
  }
  .mf-pricing__btn {
    font-size: 13px;
    padding: 10px 24px;
  }
  .mf-services {
    flex-direction: column;
  }
  .mf-services__img {
    flex: none;
    width: 100%;
    min-height: 280px;
  }
  .mf-services__grid {
    flex: none;
    width: 100%;
    padding: 20px;
    grid-template-columns: 1fr;
  }
  .mf-services__card {
    padding: 20px 10px;
  }
  .mf-services__card-title {
    font-size: 17px;
    line-height: 24px;
  }
  .mf-services__card-desc {
    font-size: 15px;
    line-height: 22px;
  }
  .mf-services__card-btn {
    font-size: 15px;
  }
  .inj-services {
    flex-direction: column;
  }
  .inj-services__img {
    flex: none;
    width: 100%;
    min-height: 280px;
    order: 0;
  }
  .inj-services__grid {
    flex: none;
    width: 100%;
    padding: 20px;
    grid-template-columns: 1fr;
    order: 1;
  }
  .inj-services__card {
    padding: 20px 10px;
  }
  .inj-services__card-title {
    font-size: 17px;
    line-height: 24px;
  }
  .inj-services__card-desc {
    font-size: 15px;
    line-height: 22px;
  }
  .inj-services__card-btn {
    font-size: 15px;
  }
  .mf-how {
    padding: 20px;
  }
  .mf-how__inner {
    width: 100%;
    max-width: 100%;
  }
  .mf-how__ghost {
    font-size: 40px;
    line-height: 40px;
    top: -12px;
  }
  .mn-concerns {
    padding: 40px 20px;
    gap: 24px;
  }
  .mn-concerns__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .mn-concerns__btn {
    font-size: 14px;
    padding: 14px 24px;
  }
}

/* Extracted from hp-alumier-pricing.php */
.alumier-pricing {
    background-color: var(--hs-card-dark);
    padding: 60px 20px;
    color: var(--hs-white);
    font-family: inherit;
}
.alumier-pricing__inner {
    flex-direction: column !important;
    gap: 0 !important;
    align-items: stretch !important;
    max-width: 1200px;
    margin: 0 auto;
}
.alumier-pricing__title {
    width: 100%;
    font-family: "Playfair Display", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 48px;
    color: var(--hs-accent);
    text-align: center;
    margin-bottom: 40px;
}
.alumier-pricing__tabs {
    width: 100%;
}
.alumier-pricing__tab-nav {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}
.alumier-pricing__tab-btn {
    background-color: var(--hs-border-dark);
    color: var(--hs-white);
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 0.9rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}
.alumier-pricing__tab-btn:hover,
.alumier-pricing__tab-btn.is-active {
    background-color: var(--hs-white);
    color: var(--hs-accent);
}
.alumier-pricing__tab-pane {
    display: none;
}
.alumier-pricing__tab-pane.is-active {
    display: block;
}
.alumier-pricing.is-preview-mode .alumier-pricing__tab-pane {
    display: block;
    margin-bottom: 40px;
}
.alumier-pricing.is-preview-mode .alumier-pricing__tab-pane::before {
    content: "Tab: " attr(id);
    display: block;
    color: #888;
    margin-bottom: 10px;
    font-size: 0.8rem;
}
.alumier-pricing__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: stretch;
}
.alumier-pricing__card {
    flex: 0 0 calc(25% - 23px);
    width: calc(25% - 23px);
    display: flex;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
}
.alumier-pricing__card-image {
    background-color: var(--hs-white);
    padding: 20px;
    margin-bottom: 20px;
    flex-shrink: 0;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alumier-pricing__card-image img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}
.alumier-pricing__card-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.alumier-pricing__card-name {
    font-family: var(--hs-font-secondary);
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: var(--hs-accent);
    margin: 0;
}
.alumier-pricing__card-desc {
    color: #ccc;
    font-size: 0.9rem;
    margin: 0;
}
.alumier-pricing__card-price {
    color: var(--hs-accent);
    font-weight: bold;
    margin-top: auto;
}

/* Mobile Accordion Buttons */
.alumier-pricing__accordion-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #333;
    color: #fff;
    border: none;
    padding: 15px 20px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 5px;
    transition: background-color 0.3s;
}
.alumier-pricing__accordion-btn:hover,
.alumier-pricing__accordion-btn.is-active {
    background-color: #444;
    color: var(--hs-accent);
}
.alumier-pricing__accordion-icon {
    position: relative;
    width: 16px;
    height: 16px;
}
.alumier-pricing__accordion-icon::before,
.alumier-pricing__accordion-icon::after {
    content: '';
    position: absolute;
    background-color: currentColor;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}
.alumier-pricing__accordion-icon::before {
    width: 12px;
    height: 2px;
}
.alumier-pricing__accordion-icon::after {
    width: 2px;
    height: 12px;
}
.alumier-pricing__accordion-btn.is-active .alumier-pricing__accordion-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

/* Tablet/Desktop overrides */
@media (min-width: 768px) {
    .alumier-pricing__tab-nav {
        display: flex;
    }
    .alumier-pricing__accordion-btn {
        display: none;
    }
}
@media (max-width: 1024px) {
    .alumier-pricing__card {
        flex: 0 0 calc(50% - 15px);
        width: calc(50% - 15px);
    }
}
@media (max-width: 540px) {
    .alumier-pricing__card {
        flex: 0 0 calc(50% - 15px);
        width: calc(50% - 15px);
    }
}

/* Extracted from hp-alumier-hero.php */
.alumier-hero {
    position: relative;
    width: 100%;
    height: 800px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background-color: var(--hs-dark-bg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    color: var(--hs-white);
    text-align: center;
    padding: 60px 20px;
}

.alumier-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
    z-index: 1;
}

.alumier-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.alumier-hero h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 800;
    margin: 0 0 10px;
    line-height: 1.1;
    color: #fff;
}

.alumier-hero h2 {
    font-family: 'Noto Sans', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 600;
    margin: 0 0 20px;
    color: #fff;
}

.alumier-hero p {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1.125rem;
    line-height: 1.6;
    margin: 0 auto 40px;
    max-width: 700px;
}

.alumier-hero__btn {
    display: inline-block;
    padding: 15px 40px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.alumier-hero__btn:hover {
    background-color: #fff;
    color: #000;
}

@media (max-width: 768px) {
    .alumier-hero {
        height: auto;
        min-height: 60vh;
        justify-content: center;
    }
}

/* Extracted from hp-alumier-categories.php */
.alumier-categories {
    padding: 80px 0; /* top and bottom padding added */
}

.alumier-categories__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
}


.alumier-categories__card {
    position: relative;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 350px;
    overflow: hidden;
    color: #fff;
}

.alumier-categories__card--0 {
    grid-row: span 2;
    min-height: 720px;
}

.alumier-categories__heading {
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin: 0 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.alumier-categories__card--0 .alumier-categories__heading {
    color: #b06f34;
}

.alumier-categories__card--2 .alumier-categories__heading {
    color: #000;
}

.alumier-categories__btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: rgba(255,255,255,0.2);
    border: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    z-index: 2;
}

.alumier-categories__card--0 .alumier-categories__btn {
    background-color: #b06f34;
    color: #fff;
}

.alumier-categories__card--1 .alumier-categories__btn {
    background-color: #c49472;
    color: #fff;
}

.alumier-categories__card--2 .alumier-categories__btn {
    background-color: rgba(255,255,255,0.4);
    color: #000;
}

.alumier-categories__btn:hover {
    background-color: #fff;
    color: #000;
}

.alumier-categories__image {
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-width: 50%;
    max-height: 80%;
    object-fit: contain;
    z-index: 1;
}

.alumier-categories__card--0 .alumier-categories__image {
    bottom: 40px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: 70%;
    max-height: 60%;
}

@media (max-width: 768px) {
    .alumier-categories__grid {
        grid-template-columns: 1fr;
    }
    
    .alumier-categories__card--0 {
        grid-row: auto;
        min-height: 450px;
    }
    
    .alumier-categories__card {
        min-height: 350px;
    }
}

.alumier-categories__card { background-color: var(--card-bg, #333); }

/* Extracted from hp-why-alumier.php */
.hp-why-alumier {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(to right, var(--left-bg) 50%, var(--right-bg) 50%);
}
.hp-why-alumier .wa-inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

/* LEFT column */
.hp-why-alumier .wa-left {
  flex: 1;
  background-color: transparent;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  box-sizing: border-box;
}

/* CENTER image */
.hp-why-alumier .wa-center {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.hp-why-alumier .wa-center img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 420px;
  object-fit: contain;
  object-position: bottom;
  border-radius: 0;
}

/* RIGHT column */
.hp-why-alumier .wa-right {
  flex: 1;
  background-color: transparent;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
  color: var(--hs-white);
  box-sizing: border-box;
}

/* Headings */
.hp-why-alumier .wa-left h2 {
  font-family: "Playfair Display", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
  color: var(--right-bg);
  margin-bottom: 10px;
}
.hp-why-alumier .wa-right h2 {
  font-family: "Playfair Display", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
  color: var(--hs-white);
  margin-bottom: 25px;
}
.hp-why-alumier .wa-right p {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 40px;
  color: var(--hs-white);
}

/* Features list */
.hp-why-alumier .wa-features {
  list-style: none;
  padding: 0;
  margin: 20px 0 30px;
  text-align: left;
}
.hp-why-alumier .wa-features li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #4a4a4a;
}
.hp-why-alumier .wa-features li svg {
  margin-right: 15px;
  width: 24px;
  height: 24px;
  fill: var(--hs-accent);
  flex-shrink: 0;
}

/* Buttons */
.hp-why-alumier .wa-btn {
  display: inline-block;
  padding: 14px 32px;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hp-why-alumier .wa-btn-left {
  border: 1px solid var(--hs-accent);
  color: var(--hs-accent);
  background: transparent;
}
.hp-why-alumier .wa-btn-right {
  border: 1px solid rgba(255,255,255,0.7);
  color: var(--hs-white);
  background: transparent;
}

/* Tablet */
@media (max-width: 1024px) {
  .hp-why-alumier .wa-left,
  .hp-why-alumier .wa-right { padding: 60px 40px; }
  .hp-why-alumier .wa-center img { max-width: 300px; }
}

/* Mobile */
@media (max-width: 767px) {
  .hp-why-alumier .wa-inner {
    flex-direction: column;
    background: linear-gradient(to bottom, var(--left-bg) 0%, var(--left-bg) 60%, var(--right-bg) 60%, var(--right-bg) 100%);
  }
  .hp-why-alumier .wa-center { width: 100%; order: -1; }
  .hp-why-alumier .wa-center img { width: 100%; height: 420px; max-width: 100%; object-fit: contain; object-position: bottom; }
  .hp-why-alumier .wa-left,
  .hp-why-alumier .wa-right {
    padding: 50px 24px;
    align-items: center;
    text-align: center;
  }
  .hp-why-alumier .wa-right {
    padding-top: 20px;
    align-items: center;
    text-align: center;
  }
  .hp-why-alumier .wa-left h2,
  .hp-why-alumier .wa-right h2 { font-size: 2rem; line-height: 2.2rem; }
  .hp-why-alumier .wa-right p { text-align: center; }
  .hp-why-alumier .wa-features { text-align: left; }
  .hp-why-alumier .wa-btn-left { background-color: var(--hs-light-bg); }
}


/* ============================================================
   HEADER
   ============================================================ */

/* ── Tokens ── */
:root,
.editor-styles-wrapper {
    --hp-bg          : #1E1E1E;
    --hp-bg-sticky   : rgba(20,18,16,0.97);
    --hp-gold        : #B87636;
    --hp-gold-light  : #c98a47;
    --hp-white       : #ffffff;
    --hp-white-dim   : rgba(255,255,255,0.82);
    --hp-white-muted : rgba(255,255,255,0.55);
    --hp-border      : rgba(255,255,255,0.10);
    --hp-drop-bg     : var(--hp-gold);
    --hp-drop-border : rgba(184,118,54,0.30);
    --hp-drop-hover  : var(--hp-bg);
    --hp-btn-border  : var(--hp-gold);
    --hp-phone-bg    : var(--hp-gold);
    --font-nav       : 'Source Sans Pro', sans-serif;
}

/* ── Kill GeneratePress native header ── */
#site-header,
#site-navigation,
.main-navigation,
.site-branding,
.header-widget,
.navigation-branding,
#masthead,
.inside-header,
.site-header,
.header-container,
.header-container-inside,
.gp-header,
[class*="generate-"] > header,
body > header:not(.hp-header) {
    display : none !important;
}

.site { margin-top: 0 !important; padding-top: 0 !important; }

.hp-header,
.hp-header *,
.hp-header *::before,
.hp-header *::after { box-sizing: border-box; }
.hp-header a  { text-decoration: none; color: inherit; }
.hp-header ul { list-style: none; margin: 0; padding: 0; }
.hp-header p  { margin: 0; }

body {
    padding-top : 0 !important;
    margin-top  : 0 !important;
}

/* ── Book Now: hide on mobile ── */
@media (max-width: 1080px) {
    .hp-header__btn-book,
    a.hp-header__btn-book {
        display       : none        !important;
        visibility    : hidden      !important;
        opacity       : 0           !important;
        width         : 0           !important;
        height        : 0           !important;
        padding       : 0           !important;
        margin        : 0           !important;
        border        : none        !important;
        overflow      : hidden      !important;
        position      : absolute    !important;
        pointer-events: none        !important;
    }
}

/* ── hp-header ── */
.hp-header {
    position      : relative;
    top: 0; left: 0; right: 0;
    z-index       : 10;
    background    : var(--hp-bg);
    border-bottom : none;
    transition    : background 0.35s ease, box-shadow 0.35s ease;
    width         : 100% !important;
    margin        : 0 !important;
}
.hp-header--scrolled {
    background : var(--hp-bg-sticky);
    box-shadow : 0 2px 30px rgba(0,0,0,0.45);
}
.hp-header__inner {
    display         : flex;
    flex-direction  : row;
    justify-content : space-between;
    align-items     : center;
    max-width       : 1440px;
    width           : 100%;
    height          : 100px;
    margin          : 0 auto;
    padding         : 0 25px 0 15px;
    gap             : 0;
}

/* ── Logo ── */
.hp-header__logo {
    flex-shrink : 0;
    width       : 275px;
    min-width   : 275px;
    display     : flex;
    align-items : center;
}
.hp-header__logo .custom-logo-link,
.hp-header__logo .hp-header__logo-link {
    display         : flex;
    align-items     : center;
    text-decoration : none !important;
    width           : 275px;
    flex-shrink     : 0;
    overflow        : hidden;
}
.hp-header__logo .custom-logo-link img,
.hp-header__logo .hp-header__logo-link img,
.hp-header__logo img {
    display         : block;
    width           : 100%   !important;
    max-width       : 275px  !important;
    height          : auto   !important;
    max-height      : 85px;
    object-fit      : contain;
    object-position : left center;
}
.hp-header__logo-text { display: flex; flex-direction: column; line-height: 1; }
.hp-header__logo-top {
    font-family    : var(--font-nav);
    font-size      : 22px;
    font-weight    : 600;
    letter-spacing : 0.28em;
    color          : var(--hp-white);
    text-transform : uppercase;
    display        : block;
}
.hp-header__logo-bottom {
    font-family    : var(--font-nav);
    font-size      : 9.5px;
    font-weight    : 400;
    letter-spacing : 0.30em;
    color          : var(--hp-white-muted);
    text-transform : uppercase;
    margin-top     : 3px;
    display        : block;
}
.hp-header__logo-plus { color: var(--hp-gold); font-weight: 500; }

/* ── Nav ── */
.hp-header__nav {
    display         : flex;
    align-items     : center;
    flex            : 1;
    justify-content : center;
    height          : 100px;
    overflow        : visible;
}
.hp-header__nav > ul {
    display     : flex;
    align-items : center;
    height      : 100px;
    margin      : 0;
    padding     : 0;
    list-style  : none;
}
.hp-header__nav > ul > li {
    position    : relative;
    height      : 100px;
    display     : flex;
    align-items : center;
    list-style  : none;
    margin      : 0;
    padding     : 0;
}
.hp-header__nav > ul > li > a,
.hp-header__nav > ul > li > a:link,
.hp-header__nav > ul > li > a:visited {
    display         : inline-flex                   !important;
    align-items     : center                        !important;
    gap             : 4px;
    padding         : 0                             !important;
    height          : 100px;
    font-family     : 'Source Sans Pro', sans-serif !important;
    font-size       : 16px                          !important;
    font-weight     : 400                           !important;
    line-height     : 1.1em                         !important;
    letter-spacing  : 0.05em                        !important;
    text-transform  : uppercase                     !important;
    color           : var(--hp-white)               !important;
    transition      : color 0.22s ease;
    white-space     : nowrap;
    border          : none                          !important;
    background      : none                          !important;
    text-decoration : none                          !important;
    margin          : 0;
}
.hp-header__nav > ul > li > a:hover,
.hp-header__nav > ul > li.current-menu-item > a,
.hp-header__nav > ul > li.current-menu-ancestor > a {
    color : var(--hp-gold) !important;
}

/* Chevron */
.hp-nav__chevron {
    display      : inline-block;
    width        : 0; height: 0;
    border-left  : 4px solid transparent;
    border-right : 4px solid transparent;
    border-top   : 5px solid currentColor;
    opacity      : 0.75;
    margin-top   : 1px;
    transition   : transform 0.22s ease;
    flex-shrink  : 0;
}
.hp-header__nav > ul > li:hover > a .hp-nav__chevron { transform: rotate(180deg); }

/* Dropdown level 1 */
.hp-header__nav ul.sub-menu {
    display       : none        !important;
    position      : absolute    !important;
    top           : 94%         !important;
    left          : 0           !important;
    min-width     : 230px;
    background    : var(--hp-drop-bg);
    border        : 1px solid var(--hp-drop-border);
    border-top    : 2px solid var(--hp-gold);
    border-radius : 0;
    padding       : 8px 0;
    z-index       : 100000;
    box-shadow    : 0 16px 48px rgba(0,0,0,0.55);
    margin        : 0           !important;
    list-style    : none        !important;
    animation     : hp-dropIn 0.2s ease forwards;
}
@keyframes hp-dropIn {
    from { opacity:0; transform:translateY(-6px); }
    to   { opacity:1; transform:translateY(0); }
}
.hp-header__nav > ul > li:hover > ul.sub-menu { display: block !important; }
.hp-header__nav ul.sub-menu > li {
    position: relative; list-style: none; height: auto; display: block; margin: 0; padding: 0;
}
.hp-header__nav ul.sub-menu > li > a,
.hp-header__nav ul.sub-menu > li > a:link,
.hp-header__nav ul.sub-menu > li > a:visited {
    display         : flex                          !important;
    align-items     : center                        !important;
    justify-content : space-between                 !important;
    padding         : 9px 20px                      !important;
    height          : auto                          !important;
    font-family     : 'Source Sans Pro', sans-serif !important;
    font-size       : 15px                          !important;
    font-weight     : 400                           !important;
    line-height     : 1.1em                         !important;
    letter-spacing  : 0.05em                        !important;
    text-transform  : uppercase                     !important;
    color           : var(--hp-bg)                  !important;
    transition      : color 0.18s, background 0.18s;
    white-space     : nowrap;
    text-decoration : none                          !important;
    background      : none                          !important;
    border          : none                          !important;
    margin          : 0;
}
.hp-header__nav ul.sub-menu > li > a:hover,
.hp-header__nav ul.sub-menu > li.current-menu-item > a,
.hp-header__nav ul.sub-menu > li.current-menu-ancestor > a {
    color      : var(--hp-white)      !important;
    background : var(--hp-drop-hover) !important;
}
.hp-nav__sub-arrow { font-size: 24px; opacity: 0.8; margin-left: 8px; flex-shrink: 0; }

/* Dropdown level 2 */
.hp-header__nav ul.sub-menu ul.sub-menu {
    display: none !important; position: absolute !important;
    top: -1px !important; left: 100% !important;
    min-width: 220px; border-radius: 0; animation: none;
}
.hp-header__nav ul.sub-menu > li:hover > ul.sub-menu { display: block !important; }
.hp-header__nav ul.sub-menu ul.sub-menu > li > a,
.hp-header__nav ul.sub-menu ul.sub-menu > li > a:link,
.hp-header__nav ul.sub-menu ul.sub-menu > li > a:visited {
    justify-content : flex-start !important;
}

/* ── Actions ── */
.hp-header__actions {
    display       : flex;
    align-items   : center;
    gap           : 14px;
    flex-shrink   : 0;
    padding-right : 0;
    padding-left  : 0;
}

/* Book Now */
.hp-header__btn-book,
.hp-header__btn-book:link,
.hp-header__btn-book:visited {
    display         : inline-flex                      !important;
    align-items     : center;
    justify-content : center;
    padding         : 15px 27px                        !important;
    border          : 1.5px solid var(--hp-btn-border) !important;
    border-radius   : 2px;
    background      : transparent                      !important;
    font-family     : 'Source Sans Pro', sans-serif    !important;
    font-size       : 16px                             !important;
    font-weight     : 600                              !important;
    letter-spacing  : 0.15em                           !important;
    text-transform  : uppercase                        !important;
    color           : var(--hp-gold)                   !important;
    cursor          : pointer;
    transition      : border-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
    white-space     : nowrap;
    text-decoration : none                             !important;
    line-height     : 1                                !important;
}
.hp-header__btn-book:hover {
    border-color : var(--hp-white) !important;
    color        : var(--hp-white) !important;
    background   : transparent     !important;
    transform    : translateY(-1px);
}

/* Phone btn — circle on desktop */
.hp-header__phone-btn,
.hp-header__phone-btn:link,
.hp-header__phone-btn:visited {
    display         : inline-flex            !important;
    align-items     : center;
    justify-content : center;
    width           : 46px;
    height          : 46px;
    border-radius   : 50%                !important;
    background      : var(--hp-phone-bg) !important;
    cursor          : pointer;
    transition      : background 0.25s ease, transform 0.2s ease;
    flex-shrink     : 0;
    text-decoration : none               !important;
    border          : none               !important;
    margin          : 0;
    padding         : 0                  !important;
}
.hp-header__phone-btn:hover {
    background : var(--hp-gold-light) !important;
    transform  : scale(1.05);
}
.hp-header__phone-icon {
    width: 20px; height: 20px; fill: var(--hp-white); display: block; flex-shrink: 0;
}

/* ── Hamburger ── */
.hp-header__toggle {
    display         : none;
    align-items     : center;
    justify-content : center;
    flex-direction  : column;
    gap             : 5px;
    cursor          : pointer;
    background      : var(--hp-gold) !important;
    border          : none;
    border-radius   : 5px;
    width           : 40px;
    height          : 40px;
    padding         : 0;
    line-height     : 1;
    flex-shrink     : 0;
    transition      : background 0.25s ease;
}
.hp-header__toggle:hover { background: var(--hp-gold-light) !important; }
.hp-header__toggle-line {
    display: block; width: 22px; height: 2px;
    background: var(--hp-white); border-radius: 2px; transition: all 0.3s ease;
}

/* ── Mobile Drawer ── */
.hp-header__drawer {
    display        : none;
    flex-direction : column;
    position       : absolute;
    top            : 100%;
    left           : 0;
    right          : 0;
    width          : 100%;
    background     : var(--hp-gold);
    z-index        : 99998;
    overflow-y     : auto;
    max-height     : calc(100vh - 75px);
    padding        : 0;
    box-shadow     : 0 8px 24px rgba(0,0,0,0.3);
}
.hp-header__drawer--open { display: flex; }

.hp-header__drawer-link,
.hp-header__drawer-menu li a {
    display         : block;
    padding         : 18px 24px;
    font-family     : 'Source Sans Pro', sans-serif;
    font-size       : 15px;
    font-weight     : 400;
    line-height     : 1.1em;
    letter-spacing  : 0.05em;
    text-transform  : uppercase;
    color           : var(--hp-bg)              !important;
    border-bottom   : 1px solid rgba(0,0,0,0.15);
    transition      : color 0.2s, background 0.2s;
    text-decoration : none                      !important;
}
.hp-header__drawer-link:hover,
.hp-header__drawer-menu li a:hover,
.hp-header__drawer-menu li.current-menu-item > a,
.hp-header__drawer-menu li.current-menu-ancestor > a {
    color      : var(--hp-white) !important;
    background : var(--hp-bg)   !important;
}
.hp-header__drawer-menu { list-style: none; margin: 0; padding: 0; width: 100%; }
.hp-header__drawer-menu li { list-style: none; margin: 0; padding: 0; border: none; }

/* Mobile sub-menus */
.hp-header__drawer-menu .sub-menu {
    display    : none;
    list-style : none;
    margin     : 0;
    padding    : 0;
    background : rgba(0,0,0,0.1);
}
.hp-header__drawer-menu .sub-menu.open { display: block; }
.hp-header__drawer-menu .sub-menu li a {
    padding         : 14px 24px 14px 40px !important;
    font-size       : 15px                !important;
    border-bottom   : 1px solid rgba(0,0,0,0.08) !important;
}
.hp-header__drawer-menu .sub-menu .sub-menu li a {
    padding-left : 56px !important;
    font-size    : 14px !important;
}

/* Drawer chevron toggle */
.hp-drawer-chevron {
    display         : inline-flex;
    align-items     : center;
    justify-content : center;
    width           : 28px;
    height          : 28px;
    flex-shrink     : 0;
    color           : var(--hp-bg);
    transition      : transform 0.25s ease, color 0.2s;
    margin-left     : 6px;
}
.hp-drawer-chevron.open { transform: rotate(180deg); color: var(--hp-white); }

/* ── Responsive ── */
@media (max-width: 1080px) {
    .hp-header__nav      { display: none !important; }
    .hp-header__btn-book { display: none !important; }
    .hp-header {
        position   : relative !important;
        width      : 100%     !important;
        background : #1e1c1a  !important;
        z-index    : 99999    !important;
    }
    .hp-header__inner {
        height          : 75px;
        padding         : 0 16px;
        display         : flex;
        justify-content : space-between;
        align-items     : center;
    }
    body { padding-top: 0 !important; }
    .hp-header__logo,
    .hp-header__logo .custom-logo-link,
    .hp-header__logo .hp-header__logo-link { width: 160px; min-width: 160px; }
    .hp-header__logo img,
    .hp-header__logo .custom-logo-link img { width: 160px !important; max-width: 160px !important; }
    .hp-header__actions {
        display       : flex   !important;
        align-items   : center;
        gap           : 12px;
        padding-right : 0;
        margin-left   : auto;
    }
    .hp-header__toggle {
        display         : inline-flex !important;
        align-items     : center      !important;
        justify-content : center      !important;
        width           : 40px        !important;
        height          : 40px        !important;
        border-radius   : 5px         !important;
        background      : var(--hp-gold) !important;
        border          : none        !important;
        cursor          : pointer;
        order           : 1;
    }
    .hp-header__phone-btn,
    .hp-header__phone-btn:link,
    .hp-header__phone-btn:visited {
        width         : 40px             !important;
        height        : 40px             !important;
        border-radius : 5px              !important;
        background    : var(--hp-gold)   !important;
        order         : 2;
    }
    .hp-header__phone-icon { width: 22px !important; height: 22px !important; fill: var(--hp-white) !important; }
}

@media (max-width: 480px) {
    .hp-header__inner { height: 68px; padding: 0 12px; }
    body { padding-top: 0 !important; }
    .hp-header__logo,
    .hp-header__logo .custom-logo-link,
    .hp-header__logo .hp-header__logo-link { width: 150px; min-width: 150px; }
    .hp-header__logo img,
    .hp-header__logo .custom-logo-link img { width: 150px !important; max-width: 150px !important; }
    .hp-header__actions { gap: 10px; }
    .hp-header__toggle    { width: 38px !important; height: 38px !important; border-radius: 5px !important; }
    .hp-header__phone-btn { width: 38px !important; height: 38px !important; border-radius: 5px !important; }
    .hp-header__phone-icon { width: 20px !important; height: 20px !important; }
}

/* ============================================================
   SPECIALS PAGE BLOCKS
   ============================================================ */

/* â”€â”€ HP Special Hero â”€â”€ */
.special-hero-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--hs-dark-bg);
}
.special-hero {
  max-width: 1440px;
  width: 100%;
  height: 325px;
  margin: 0 auto !important;
  padding: 0;
  background: var(--hs-dark-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.special-hero__h1 {
  font-family: var(--hs-font-primary);
  font-size: 100px;
  font-weight: 700;
  color: rgba(2, 1, 1, 0);
  -webkit-text-stroke: 1px var(--hs-accent);
  text-stroke: 1px var(--hs-accent);
  line-height: 100px;
  margin: 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .special-hero { height: 260px; }
  .special-hero__h1 { font-size: 70px; line-height: 70px; }
}
@media (max-width: 768px) {
  .special-hero { height: 200px; }
  .special-hero__h1 { font-size: 48px; line-height: 48px; }
}

/* â”€â”€ HP Special Offers â”€â”€ */
.special-offers-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--hs-dark-bg);
}
.special-offers {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 80px 10px;
  background: var(--hs-dark-bg);
  display: flex;
  flex-direction: column;
  gap: 48px;
  box-sizing: border-box;
}
.special-offers__h2 {
  font-family: var(--hs-font-secondary);
  font-size: 40px;
  font-weight: 500;
  color: var(--hs-accent);
  line-height: 40px;
  margin: 0;
}
.special-offers__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  width: 100%;
}
.special-offers__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--hs-card-dark);
  border: 1px solid var(--hs-border-dark);
  border-radius: 0;
  padding: 24px;
  box-sizing: border-box;
}
.special-offers__card-h3 {
  font-family: var(--hs-font-secondary);
  font-size: 24px;
  font-weight: 700;
  color: var(--hs-white);
  line-height: 24px;
  margin: 0;
}
.special-offers__card-title {
  font-family: var(--hs-font-primary);
  font-size: 18px;
  font-weight: 400;
  color: var(--hs-accent);
  line-height: 18px;
  margin: 0;
}
.special-offers__card-includes {
  font-family: var(--hs-font-body);
  font-size: 20px;
  font-weight: 400;
  color: var(--hs-white);
  line-height: 28px;
  margin: 0;
}
.special-offers__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.special-offers__list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.special-offers__list-icon {
  flex-shrink: 0;
  margin-top: 5px;
  display: flex;
}
.special-offers__list-text {
  font-family: var(--hs-font-body);
  font-size: 23px;
  font-weight: 400;
  color: var(--hs-white);
  line-height: 30px;
  margin: 0;
}
.special-offers__btn {
  display: inline-block;
  padding: 14px 36px;
  background: transparent;
  border: 2px solid var(--hs-accent);
  border-radius: 0;
  font-family: var(--hs-font-body);
  font-size: 20px;
  font-weight: 400;
  color: var(--hs-accent);
  line-height: 22px;
  text-decoration: none;
  cursor: pointer;
  align-self: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.special-offers__btn:hover {
  border-color: var(--hs-white);
  color: var(--hs-white);
}
@media (max-width: 1024px) {
  .special-offers { padding: 60px 40px; }
  .special-offers__h2 { font-size: 28px; line-height: 32px; }
}
@media (max-width: 768px) {
  .special-offers { padding: 40px 20px; gap: 32px; }
  .special-offers__grid { grid-template-columns: 1fr; gap: 24px; }
  .special-offers__h2 { font-size: 22px; line-height: 28px; text-align: center; }
  .special-offers__btn { text-align: center; }
  .special-offers__card-h3 { font-size: 18px; }
  .special-offers__list-text { font-size: 17px; line-height: 24px; }
  .special-offers__btn { font-size: 17px; }
}

/* â”€â”€ HP Special Everyday Offers â”€â”€ */
.spe-everyday-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--hs-light-bg);
}
.spe-everyday {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 80px 10px;
  background: var(--hs-light-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
}
.spe-everyday__h2 {
  font-family: var(--hs-font-secondary);
  font-size: 36px;
  font-weight: 700;
  color: var(--hs-accent);
  line-height: 36px;
  margin: 0;
  text-align: center;
}
.spe-everyday__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  align-items: stretch;
}
.spe-everyday__card {
  background: var(--hs-white);
  border: 1px solid var(--hs-border-dark);
  border-radius: 0;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
}
.spe-everyday__card-title {
  font-family: var(--hs-font-secondary);
  font-size: 20px;
  font-weight: 700;
  color: var(--hs-card-dark);
  line-height: 20px;
  margin: 0;
  text-decoration: none;
}
a.spe-everyday__card-title:hover { color: var(--hs-accent); }
.spe-everyday__card-body {
  font-family: var(--hs-font-body);
  font-size: 20px;
  font-weight: 400;
  color: var(--hs-card-dark);
  line-height: 28px;
  margin: 0;
  flex: 1;
}
.spe-everyday__card-body p {
  font-family: var(--hs-font-body);
  font-size: 20px;
  font-weight: 400;
  color: var(--hs-card-dark);
  line-height: 28px;
  margin: 0 0 8px 0;
}
.spe-everyday__card-body p:last-child { margin-bottom: 0; }
.spe-everyday__card-body strong,
.spe-everyday__card-body b { font-weight: 700; color: var(--hs-card-dark); }
.spe-everyday__btn {
  display: inline-block;
  padding: 14px 36px;
  background: transparent;
  border: 2px solid var(--hs-accent);
  border-radius: 0;
  font-family: var(--hs-font-body);
  font-size: 20px;
  font-weight: 400;
  color: var(--hs-accent);
  line-height: 22px;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.spe-everyday__btn:hover {
  border-color: var(--hs-border-dark);
  color: var(--hs-border-dark);
}
@media (max-width: 1024px) {
  .spe-everyday { padding: 60px 10px; }
  .spe-everyday__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .spe-everyday { padding: 40px 10px; gap: 28px; }
  .spe-everyday__h2 { font-size: 26px; line-height: 30px; }
  .spe-everyday__grid { grid-template-columns: 1fr; }
  .spe-everyday__card-body,
  .spe-everyday__card-body p { font-size: 17px; line-height: 24px; }
  .spe-everyday__btn { font-size: 16px; }
}

/* â”€â”€ HP Special Services â”€â”€ */
.spe-services-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--hs-dark-bg);
}
.spe-services {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 80px 10px;
  background: var(--hs-dark-bg);
  display: flex;
  flex-direction: column;
  gap: 48px;
  box-sizing: border-box;
  align-items: center;
}
.spe-services__top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  width: 100%;
}
.spe-services__top-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--hs-card-dark);
  border: 1px solid var(--hs-border-dark);
  border-radius: 0;
  padding: 24px;
  box-sizing: border-box;
}
.spe-services__card-title {
  font-family: var(--hs-font-secondary);
  font-size: 25px;
  font-weight: 700;
  color: var(--hs-white);
  line-height: 25px;
  margin: 0;
  text-decoration: none;
  display: inline-block;
}
a.spe-services__card-title:hover { color: var(--hs-accent); }
.spe-services__card-sub {
  font-family: var(--hs-font-primary);
  font-size: 22px;
  font-weight: 400;
  color: var(--hs-accent);
  line-height: 22px;
  margin: 0;
}
.spe-services__card-body {
  font-family: var(--hs-font-body);
  font-size: 22px;
  font-weight: 400;
  color: var(--hs-white);
  line-height: 30px;
  margin: 0;
  white-space: pre-line;
}
.spe-services__hr-h2 {
  font-family: var(--hs-font-secondary);
  font-size: 40px;
  font-weight: 700;
  color: var(--hs-accent);
  line-height: 40px;
  margin: 0;
  text-align: left;
  width: 100%;
}
.spe-services__restore-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}
.spe-services__restore-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--hs-card-dark);
  border: 1px solid var(--hs-border-dark);
  border-radius: 0;
  padding: 24px;
  box-sizing: border-box;
}
.spe-services__restore-h3 {
  font-family: var(--hs-font-secondary);
  font-size: 24px;
  font-weight: 700;
  color: var(--hs-white);
  line-height: 24px;
  margin: 0;
}
.spe-services__restore-sub {
  font-family: var(--hs-font-primary);
  font-size: 22px;
  font-weight: 400;
  color: var(--hs-accent);
  line-height: 22px;
  margin: 0;
}
.spe-services__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.spe-services__list-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.spe-services__list-icon { flex-shrink: 0; margin-top: 5px; display: flex; }
.spe-services__list-text {
  font-family: var(--hs-font-body);
  font-size: 22px;
  font-weight: 400;
  color: var(--hs-white);
  line-height: 30px;
  margin: 0;
}
.spe-services__btn {
  display: inline-block;
  padding: 14px 36px;
  background: transparent;
  border: 2px solid var(--hs-accent);
  border-radius: 0;
  font-family: var(--hs-font-body);
  font-size: 20px;
  font-weight: 400;
  color: var(--hs-accent);
  line-height: 22px;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  align-self: center;
  transition: border-color 0.3s, color 0.3s;
}
.spe-services__btn:hover { border-color: var(--hs-white); color: var(--hs-white); }
@media (max-width: 1024px) {
  .spe-services__restore-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .spe-services { padding: 20px 40px; gap: 32px; }
  .spe-services__top-grid { grid-template-columns: 1fr; }
  .spe-services__restore-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .spe-services__hr-h2 { font-size: 24px; line-height: 28px; text-align: center; }
  .spe-services__card-title { font-size: 18px; line-height: 20px; }
  .spe-services__card-sub { font-size: 16px; line-height: 18px; }
  .spe-services__restore-h3 { font-size: 18px; line-height: 20px; }
  .spe-services__restore-sub { font-size: 16px; line-height: 18px; }
  .spe-services__card-body { font-size: 15px; line-height: 22px; }
  .spe-services__list-text { font-size: 15px; line-height: 22px; }
  .spe-services__btn { font-size: 15px; align-self: center; text-align: center; }
}
@media (max-width: 480px) {
  .spe-services__restore-grid { grid-template-columns: 1fr; }
}

/* â”€â”€ HP Special Product â”€â”€ */
.spe-product-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--hs-dark-bg);
}
.spe-product {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 80px 10px;
  background: var(--hs-dark-bg);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  justify-items: center;
  box-sizing: border-box;
}
.spe-product__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.spe-product__body {
  font-family: var(--hs-font-body);
  font-size: 22px;
  font-weight: 400;
  color: var(--hs-white);
  line-height: 28px;
  margin: 0;
}
.spe-product__body p {
  font-family: var(--hs-font-body);
  font-size: 22px;
  font-weight: 400;
  color: var(--hs-white);
  line-height: 28px;
  margin: 0 0 10px 0;
}
.spe-product__body p:last-child { margin-bottom: 0; }
.spe-product__body strong,
.spe-product__body b { font-weight: 700; }
.spe-product__body a { color: var(--hs-accent); text-decoration: none; }
.spe-product__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.spe-product__list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.spe-product__list-icon { flex-shrink: 0; margin-top: 5px; display: flex; }
.spe-product__list-text {
  font-family: var(--hs-font-body);
  font-size: 22px;
  font-weight: 400;
  color: var(--hs-white);
  line-height: 22px;
  margin: 0;
}
.spe-product__img-wrap {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spe-product__img {
  width: 100%;
  height: 270px;
  object-fit: contain;
  object-position: center center;
  display: block;
  background: var(--hs-white);
  padding-top: 3px;
  padding-bottom: 3px;
}
.spe-product__img-placeholder {
  width: 100%;
  height: 250px;
  background: #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--hs-border-dark);
}
@media (max-width: 768px) {
  .spe-product { grid-template-columns: 1fr; padding: 40px; gap: 28px; }
  .spe-product__left { order: 1; }
  .spe-product__img-wrap { order: 2; height: 200px; }
  .spe-product__body,
  .spe-product__body p { font-size: 17px; line-height: 24px; }
  .spe-product__list-text { font-size: 17px; line-height: 24px; }
  .spe-product__img { height: 200px; }
}

/* â”€â”€ HP Special Note from Dr. Steph â”€â”€ */
.special-note-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--hs-gradient-gold);
}
.special-note {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 0;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.special-note__img-wrap {
  flex: 0 0 50%;
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
  padding: 0;
  margin: 0;
  opacity: 0;
  transform: translateX(-40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.special-note__img-wrap--visible { opacity: 1; transform: translateX(0); }
.special-note__img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center bottom;
  display: block;
}
.special-note__img-placeholder {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
}
.special-note__content {
  flex: 0 0 50%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 0 70px 30px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateX(40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
.special-note__content--visible { opacity: 1; transform: translateX(0); }
.special-note__h2 {
  font-family: var(--hs-font-secondary);
  font-size: 70px;
  font-weight: 900;
  color: var(--hs-accent);
  line-height: 70px;
  margin: 0 0 24px 0;
}
.special-note__body {
  font-family: var(--hs-font-body);
  font-size: 21px;
  font-weight: 400;
  color: var(--hs-white);
  line-height: 30px;
  width: 100%;
}
.special-note__body p {
  font-family: var(--hs-font-body);
  font-size: 21px;
  font-weight: 400;
  color: var(--hs-white);
  line-height: 30px;
  margin: 0 0 16px 0;
}
.special-note__body p:last-child { margin-bottom: 0; }
.special-note__body a { color: var(--hs-accent); text-decoration: none; }
.special-note__body a:hover { text-decoration: underline; }
.special-note__body strong,
.special-note__body b { font-weight: 600; color: var(--hs-white); }
@media (max-width: 1024px) {
  .special-note__h2 { font-size: 48px; line-height: 52px; }
}
@media (max-width: 768px) {
  .special-note-wrap { background: var(--hs-dark-bg); }
  .special-note { flex-direction: column; }
  .special-note__img-wrap {
    flex: none;
    width: 100%;
    height: auto;
    min-height: 0;
    justify-content: center;
    align-items: flex-end;
    background: var(--hs-gradient-gold);
    overflow: visible;
  }
  .special-note__img { width: 100%; height: auto; object-fit: contain; object-position: center bottom; display: block; }
  .special-note__content {
    flex: none;
    width: 100%;
    padding: 30px 20px 40px;
    background: var(--hs-dark-bg);
    opacity: 1 !important;
    transform: none !important;
  }
  .special-note__h2 { font-size: 31px; line-height: 35px; margin-bottom: 16px; text-align: center; }
  .special-note__content { align-items: center; text-align: center; }
  .special-note__body,
  .special-note__body p { font-size: 17px; line-height: 24px; text-align: center; }
}

/* â”€â”€ HP Special CTA â”€â”€ */
.spe-cta-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--hs-light-bg);
}
.spe-cta {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 80px 10px;
  background: var(--hs-light-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  box-sizing: border-box;
  text-align: center;
}
.spe-cta__h2 {
  font-family: var(--hs-font-secondary);
  font-size: 40px;
  font-weight: 700;
  color: var(--hs-accent);
  line-height: 40px;
  margin: 0;
}
.spe-cta__body {
  font-family: var(--hs-font-body);
  font-size: 22px;
  font-weight: 400;
  color: var(--hs-card-dark);
  line-height: 30px;
  margin: 0;
  white-space: pre-line;
  width: 100%;
  max-width: 100%;
}
.spe-cta__btn {
  display: inline-block;
  padding: 14px 36px;
  background: transparent;
  border: 2px solid var(--hs-accent);
  border-radius: 0;
  font-family: var(--hs-font-body);
  font-size: 20px;
  font-weight: 400;
  color: var(--hs-accent);
  line-height: 22px;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: border-color 0.3s, color 0.3s;
}
.spe-cta__btn:hover { border-color: var(--hs-dark-bg); color: var(--hs-dark-bg); }
@media (max-width: 768px) {
  .spe-cta { padding: 40px; gap: 20px; }
  .spe-cta__h2 { font-size: 24px; line-height: 28px; }
  .spe-cta__body { font-size: 17px; line-height: 24px; width: 100%; max-width: 100%; }
  .spe-cta__btn { font-size: 16px; text-align: center; }
}

/* â”€â”€ HP Special Contact â”€â”€ */
.spe-contact-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--hs-dark-bg);
}
.spe-contact {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 80px 10px;
  background: var(--hs-dark-bg);
  display: flex;
  flex-direction: row;
  gap: 0;
  box-sizing: border-box;
  align-items: center;
}
.spe-contact__left {
  flex: 0 0 50%;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-sizing: border-box;
  padding-right: 30px;
}
.spe-contact__h2-gold {
  font-family: var(--hs-font-secondary);
  font-size: 36px;
  font-weight: 700;
  color: var(--hs-accent);
  line-height: 36px;
  margin: 0;
}
.spe-contact__h2-white {
  font-family: var(--hs-font-secondary);
  font-size: 36px;
  font-weight: 700;
  color: var(--hs-accent);
  line-height: 36px;
  margin: 0;
}
.spe-contact__right {
  flex: 0 0 50%;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
}
.spe-contact__location {
  font-family: var(--hs-font-body);
  font-size: 22px;
  font-weight: 400;
  color: var(--hs-white);
  line-height: 28px;
  margin: 0 0 8px 0;
}
.spe-contact__icons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.spe-contact__icon-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 26px;
  border: 1px solid var(--hs-border-dark);
  border-radius: 100px;
  background: transparent;
  text-decoration: none;
  transition: border-color 0.2s;
}
.spe-contact__icon-box:hover { border-color: var(--hs-accent); }
.spe-contact__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.spe-contact__icon-title {
  font-family: var(--hs-font-body);
  font-size: 20px;
  font-weight: 400;
  color: var(--hs-white);
  line-height: 28px;
  margin: 0;
}
@media (max-width: 768px) {
  .spe-contact { flex-direction: column; padding: 40px; gap: 32px; }
  .spe-contact__left { flex: none; width: 100%; padding-right: 0; align-items: center; text-align: center; gap: 4px; }
  .spe-contact__right { flex: none; width: 100%; align-items: center; }
  .spe-contact__h2-gold { font-size: 26px; line-height: 30px; text-align: center; }
  .spe-contact__h2-white { font-size: 26px; line-height: 30px; text-align: center; }
  .spe-contact__location { font-size: 18px; text-align: center; }
  .spe-contact__icons { align-items: center; flex-direction: column; width: 100%; }
  .spe-contact__icon-box { flex-direction: column; gap: 8px; padding: 15px 24px; text-align: center; width: 100%; box-sizing: border-box; }
  .spe-contact__icon-title { font-size: 17px; }
}

/* ══════════════════════════════════════════
   BOTOX PAGE
══════════════════════════════════════════ */

/* ── Botox Intro ── */
.btx-intro-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--hs-card-dark, #1e1e1e);
}
.btx-intro {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 40px 100px 80px;
  background: var(--hs-card-dark, #1e1e1e);
  display: flex;
  flex-direction: column;
  gap: 32px;
  box-sizing: border-box;
  align-items: center;
  text-align: center;
}
.btx-intro__h3 {
  font-family: var(--font-primary, 'Montserrat', sans-serif);
  font-size: 48px;
  font-weight: 700;
  color: var(--hs-accent, #b87636);
  line-height: 52px;
  margin: 0;
}
.btx-intro__body {
  font-family: var(--font-secondary, 'Source Sans Pro', sans-serif);
  font-size: 18px;
  font-weight: 400;
  color: var(--hs-white, #ffffff);
  line-height: 22px;
  margin: 0;
}
.btx-intro__body p {
  font-size: 18px;
  font-weight: 400;
  color: var(--hs-white, #ffffff) !important;
  line-height: 22px;
  margin: 0 0 12px;
}
.btx-intro__body p:last-child { margin-bottom: 0; }
.btx-intro__body a { color: var(--hs-accent, #b87636); text-decoration: none; }
.btx-intro__why-title {
  font-family: var(--font-primary, 'Montserrat', sans-serif);
  font-size: 20px;
  font-weight: 600;
  color: var(--hs-white, #ffffff);
  line-height: 24px;
  margin: 0;
}
.btx-intro__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.btx-intro__list-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.btx-intro__icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btx-intro__icon svg { width: 34px; height: 34px; }
.btx-intro__item-text {
  font-family: var(--font-secondary, 'Source Sans Pro', sans-serif);
  font-size: 18px;
  font-weight: 400;
  color: var(--hs-white, #ffffff);
  line-height: 22px;
  margin: 0;
}
.btx-intro__btn {
  display: inline-block;
  padding: 14px 40px;
  background: var(--hs-accent, #b87636);
  border: 1.5px solid transparent;
  border-radius: 5px;
  font-family: var(--font-primary, 'Montserrat', sans-serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--hs-white, #ffffff);
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  align-self: center;
  transition: border-color 0.3s ease;
}
.btx-intro__btn:hover { border-color: var(--hs-white, #ffffff); color: var(--hs-white, #ffffff); }
@media (max-width: 1024px) {
  .btx-intro { padding: 40px 40px 60px; }
  .btx-intro__h3 { font-size: 36px; line-height: 42px; }
}
@media (max-width: 768px) {
  .btx-intro { padding: 30px 20px 50px; gap: 24px; }
  .btx-intro__h3 { font-size: 26px; line-height: 32px; }
  .btx-intro__body { font-size: 16px; line-height: 22px; }
  .btx-intro__list { flex-direction: column; gap: 16px; }
  .btx-intro__item-text { font-size: 16px; }
}

/* ── Botox Gallery Carousel ── */
.btx-gallery-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--hs-card-dark, #1e1e1e);
  overflow: hidden;
}
.btx-gallery {
  width: 100%;
  background: var(--hs-card-dark, #1e1e1e);
  padding: 0;
  margin: 0 !important;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
.btx-gallery__track {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  width: 100%;
  will-change: transform;
}
.btx-gallery__slide {
  flex: 0 0 20%;
  width: 20%;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
.btx-gallery__slide img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.btx-gallery__placeholder {
  width: 100%;
  height: 360px;
  background: #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btx-gallery__placeholder span {
  color: #555;
  font-size: 13px;
  font-family: sans-serif;
}
@media (max-width: 768px) {
  .btx-gallery__slide { flex: 0 0 50%; width: 50%; }
  .btx-gallery__slide img { height: 180px; }
  .btx-gallery__placeholder { height: 180px; }
}

/* ══════════════════════════════════════════
   ACNE SCARS PAGE
══════════════════════════════════════════ */

/* ── Acne Hero ── */
.acne-hero-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: #1e1e1e;
}
.acne-hero {
  max-width: 1440px;
  width: 100%;
  height: 350px;
  margin: 0 auto !important;
  padding: 0;
  background: #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.acne-hero__h1 {
  font-family: Montserrat, sans-serif;
  font-size: 66px;
  font-weight: 500;
  color: #ffffff;
  line-height: 66px;
  margin: 0;
  text-align: center;
}

/* ── Acne Intro ── */
.acne-intro-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--hs-white, #ffffff);
}
.acne-intro {
  width: 100%;
  min-height: 450px;
  height: auto;
  margin: 0 !important;
  padding: 0;
  background: var(--hs-white, #ffffff);
  display: flex;
  flex-direction: row;
  gap: 0;
  box-sizing: border-box;
}
.acne-intro__img {
  flex: 0 0 50%;
  width: 50%;
  min-height: 450px;
  background-color: var(--hs-light-bg, #f5f0eb);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.acne-intro__content {
  flex: 0 0 50%;
  width: 50%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  box-sizing: border-box;
}
.acne-intro__h2 {
  font-family: var(--hs-font-secondary);
  font-size: 24px;
  font-weight: 500;
  color: var(--hs-card-dark, #1e1e1e);
  line-height: 34px;
  margin: 0;
}
.acne-intro__h2 + .acne-intro__h2 {
  margin-top: 8px;
}
.acne-intro__text {
  font-family: var(--hs-font-body);
  font-size: 21px;
  font-weight: 400;
  color: var(--hs-text-muted, #3d3d3d);
  line-height: 33px;
  margin: 0;
}
.acne-intro__wysiwyg {
  font-family: var(--hs-font-body);
  font-size: 25px;
  font-weight: 400;
  color: var(--hs-text-muted, #3d3d3d);
  line-height: 33px;
  margin: 0;
}
.acne-intro__wysiwyg p {
  font-size: 21px;
  line-height: 33px;
  margin: 0 0 10px;
}
.acne-intro__wysiwyg p:last-child { margin-bottom: 0; }
.acne-intro__wysiwyg ul,
.acne-intro__wysiwyg ol {
  padding-left: 32px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: disc;
}
.acne-intro__wysiwyg ul li::marker {
  color: var(--hs-text-muted, #3d3d3d);
}
.acne-intro__wysiwyg li {
  font-size: 21px;
  font-weight: 400;
  line-height: 44px;
}
.acne-intro__wysiwyg a {
  color: var(--hs-text-muted, #3d3d3d);
  text-decoration: underline dotted;
}
.acne-intro__wysiwyg strong {
  font-size: 25px;
  font-weight: 600;
  line-height: 33px;
}
.acne-intro__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--hs-font-body);
  font-size: 25px;
  font-weight: 400;
  color: var(--hs-accent, #b87636);
  line-height: 33px;
  text-decoration: none;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s;
  margin-top: 4px;
}
.acne-intro__btn:hover { opacity: 0.75; }
.acne-intro__btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--hs-accent, #b87636);
  stroke-width: 2;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .acne-intro__content { padding: 40px; }
}
@media (max-width: 768px) {
  .acne-intro { flex-direction: column; min-height: auto; }
  .acne-intro__img { flex: none; width: 100%; min-height: 260px; }
  .acne-intro__content { flex: none; width: 100%; padding: 30px 20px; }
  .acne-intro__h2 { font-size: 20px; line-height: 28px; }
  .acne-intro__text,
  .acne-intro__wysiwyg,
  .acne-intro__wysiwyg p,
  .acne-intro__wysiwyg li { font-size: 17px; line-height: 24px; }
  .acne-intro__wysiwyg strong { font-size: 18px; line-height: 22px; }
  .acne-intro__btn { font-size: 17px; }
}

/* ── Acne Treatments ── */
.acne-treatments-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--hs-card-dark, #1e1e1e);
}
.acne-treatments {
  width: 100%;
  margin: 0 auto !important;
  padding: 80px;
  background: var(--hs-card-dark, #1e1e1e);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  box-sizing: border-box;
}
.acne-treatments__h3 {
  font-family: var(--hs-font-secondary);
  font-size: 48px;
  font-weight: 700;
  color: var(--hs-white, #ffffff);
  line-height: 52px;
  margin: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.acne-treatments__h3--visible { opacity: 1; transform: translateY(0); }
.acne-treatments__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  padding: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.15s,
              transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}
.acne-treatments__grid--visible { opacity: 1; transform: translateY(0); }
.acne-treatments__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  background: var(--hs-accent, #b87636);
  border: 1.5px solid transparent;
  border-radius: 5px;
  font-family: var(--hs-font-secondary);
  font-size: 16px;
  font-weight: 600;
  color: var(--hs-white, #ffffff);
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
  flex: 0 1 calc(25% - 12px);
  min-width: 200px;
}
.acne-treatments__btn:hover {
  border-color: var(--hs-white, #ffffff);
  color: var(--hs-white, #ffffff);
}
@media (max-width: 1024px) {
  .acne-treatments { padding: 60px 40px; }
  .acne-treatments__h3 { font-size: 36px; line-height: 42px; }
  .acne-treatments__btn { flex: 0 1 calc(33.33% - 12px); }
}
@media (max-width: 768px) {
  .acne-treatments { padding: 40px 20px; gap: 24px; }
  .acne-treatments__h3 { font-size: 28px; line-height: 34px; }
  .acne-treatments__btn { flex: 0 1 calc(50% - 8px); font-size: 14px; padding: 14px 20px; min-width: 140px; }
}
@media (max-width: 480px) {
  .acne-treatments__btn { flex: 0 1 100%; }
}

/* ── Editor: disable scroll-reveal animations — all animated elements visible immediately ── */
.editor-styles-wrapper .doctor__left,
.editor-styles-wrapper .doctor__right,
.editor-styles-wrapper .meet-dr__watermark,
.editor-styles-wrapper .meet-dr__content,
.editor-styles-wrapper .about__ghost,
.editor-styles-wrapper .about__title,
.editor-styles-wrapper .about__subtitle,
.editor-styles-wrapper .value-card,
.editor-styles-wrapper .about-hero__text,
.editor-styles-wrapper .naturally__watermark,
.editor-styles-wrapper .naturally__visual,
.editor-styles-wrapper .naturally__content,
.editor-styles-wrapper .about-hp__ghost,
.editor-styles-wrapper .about-hp__title,
.editor-styles-wrapper .about-hp__subtitle,
.editor-styles-wrapper .about-hp__photo,
.editor-styles-wrapper .about-hp__bio,
.editor-styles-wrapper .experts__content,
.editor-styles-wrapper .experts__visual,
.editor-styles-wrapper .treatments__ghost,
.editor-styles-wrapper .treatments__title,
.editor-styles-wrapper .treatments__subtitle,
.editor-styles-wrapper .treatments__card,
.editor-styles-wrapper .treatments__card__img,
.editor-styles-wrapper .treatments__cta,
.editor-styles-wrapper .meet-team__header,
.editor-styles-wrapper .meet-team__card,
.editor-styles-wrapper .choose__box,
.editor-styles-wrapper .picoway-hero__inner,
.editor-styles-wrapper .picoway-how__ghost,
.editor-styles-wrapper .picoway-how__title,
.editor-styles-wrapper .picoway-how__subtitle,
.editor-styles-wrapper .picoway-how__img-wrap,
.editor-styles-wrapper .picoway-how__step,
.editor-styles-wrapper .picoway-gallery__ghost,
.editor-styles-wrapper .picoway-gallery__title,
.editor-styles-wrapper .picoway-gallery__col,
.editor-styles-wrapper .picoway-intro__left-content,
.editor-styles-wrapper .picoway-intro__right,
.editor-styles-wrapper .picoway-faq__left,
.editor-styles-wrapper .picoway-faq__right,
.editor-styles-wrapper .picoway-results__ghost,
.editor-styles-wrapper .picoway-results__title,
.editor-styles-wrapper .picoway-results__swiper-wrap,
.editor-styles-wrapper .contact-hero__text,
.editor-styles-wrapper .mf-hero__text,
.editor-styles-wrapper .mf-benefits__left,
.editor-styles-wrapper .mf-benefits__right,
.editor-styles-wrapper .mf-how__inner,
.editor-styles-wrapper .mn-concerns__h3,
.editor-styles-wrapper .mn-concerns__grid,
.editor-styles-wrapper .acne-treatments__h3,
.editor-styles-wrapper .acne-treatments__grid {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* =============================================================
   GRO-386 DEFINITIVE OVERRIDES — appended last so cascade wins
   ============================================================= */

/* 1. Section padding 80/40/20 desktop/tablet/mobile */
.treatments,
.about {
  padding-block: var(--inner-padding);
}

/* 2. Experts visual — image flush to bottom */
.experts__visual {
  align-items: flex-end;
}

/* 3. PicoWay step padding */
.picoway-how__step {
  padding: 30px;
}

/* =============================================================
   LHR PRICING BLOCK — Laser Hair Removal Pricing
   BEM: .lhr-pricing__[element]
   ============================================================= */

.lhr-pricing {
  background: #fff;
  padding-block: var(--inner-padding);
  position: relative;
  overflow: hidden;
}

.lhr-pricing__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1;
}

/* Header */
.lhr-pricing__header {
  text-align: center;
  position: relative;
  padding-top: 40px;
  width: 100%;
}

.lhr-pricing__ghost {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--hs-font-body, "Source Sans 3", sans-serif);
  font-size: 100px;
  font-weight: 700;
  color: #e5e3e1;
  line-height: 100px;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  z-index: 0;
  max-width: 100%;
  overflow: hidden;
}

.lhr-pricing__heading {
  font-family: var(--hs-font-secondary, "Montserrat", sans-serif);
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  color: #b87636;
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}

.lhr-pricing__paragraph {
  font-size: 16px;
  line-height: 1.75;
  color: #555;
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* 3-column pricing grid */
.lhr-pricing__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}

.lhr-pricing__col {
  padding: 36px 32px;
  background: #f7f4f1;
  border-radius: 4px;
}

.lhr-pricing__col-heading {
  font-family: var(--hs-font-secondary, "Montserrat", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: var(--hs-accent, #b87636);
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(184, 118, 54, 0.25);
}

/* Price item rows */
.lhr-pricing__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lhr-pricing__item {
  display: flex;
  align-items: center;
}

.lhr-pricing__item-inner {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: opacity 0.2s;
}

.lhr-pricing__item--linked .lhr-pricing__item-inner:hover {
  opacity: 0.75;
}

.lhr-pricing__item-name {
  font-family: var(--hs-font-secondary, "Montserrat", sans-serif);
  font-size: 18px;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 22px;
  white-space: nowrap;
  flex-shrink: 0;
  text-transform: uppercase;
  margin: 0;
}

.lhr-pricing__item-line {
  flex: 1;
  border-bottom: 1px dotted rgba(184, 118, 54, 0.45);
  margin: 0 8px 5px;
}

.lhr-pricing__item-price {
  font-family: var(--hs-font-secondary, "Montserrat", sans-serif);
  font-size: 18px;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 22px;
  white-space: nowrap;
  flex-shrink: 0;
  margin: 0 0 0 12px;
}

/* CTA button */
.lhr-pricing__btn {
  display: inline-block;
  padding: 14px 40px;
  background: #b87636;
  border: 1.5px solid transparent;
  border-radius: 5px;
  font-family: var(--hs-font-secondary, "Montserrat", sans-serif);
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 20px;
  text-decoration: none;
  letter-spacing: 1px;
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s;
}

.lhr-pricing__btn:hover {
  border-color: #fff;
  color: #fff;
}

/* Tablet */
@media (max-width: 1024px) {
  .lhr-pricing__ghost {
    font-size: 64px;
    line-height: 64px;
  }
  .lhr-pricing__heading {
    font-size: 36px;
    line-height: 42px;
  }
  .lhr-pricing__columns {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .lhr-pricing__inner {
    gap: 32px;
  }
  .lhr-pricing__ghost {
    font-size: 44px;
    line-height: 44px;
  }
  .lhr-pricing__heading {
    font-size: 28px;
    line-height: 34px;
  }
  .lhr-pricing__col {
    padding: 24px 20px;
  }
  .lhr-pricing__item-name {
    font-size: 14px;
  }
  .lhr-pricing__item-price {
    font-size: 14px;
  }
  .lhr-pricing__btn {
    padding: 14px 32px;
    font-size: 14px;
  }
}

/* =============================================================
   HP LEGAL CONTENT BLOCK — Privacy Policy / Terms & Conditions
   BEM: .hp-legal__[element]
   ============================================================= */

.hp-legal {
  background: #ffffff;
  padding-block: var(--inner-padding, 80px);
}

.hp-legal__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.hp-legal__title {
  font-family: var(--hs-font-secondary, "Montserrat", sans-serif);
  font-size: 40px;
  font-weight: 700;
  color: #1e1e1e;
  line-height: 1.2;
  margin: 0;
}

.hp-legal__content {
  font-family: var(--hs-font-body, "Source Sans 3", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 1.75;
}

.hp-legal__content h1,
.hp-legal__content h2 {
  font-family: var(--hs-font-secondary, "Montserrat", sans-serif);
  font-weight: 700;
  color: #1e1e1e;
  margin: 40px 0 12px;
  line-height: 1.3;
}

.hp-legal__content h1 { font-size: 32px; }
.hp-legal__content h2 { font-size: 24px; }

.hp-legal__content h3 {
  font-family: var(--hs-font-secondary, "Montserrat", sans-serif);
  font-size: 18px;
  font-weight: 600;
  color: #1e1e1e;
  margin: 28px 0 8px;
  line-height: 1.4;
}

.hp-legal__content p {
  margin: 0 0 16px;
}

.hp-legal__content p:last-child {
  margin-bottom: 0;
}

.hp-legal__content ul,
.hp-legal__content ol {
  padding-left: 28px;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hp-legal__content ul { list-style: disc; }
.hp-legal__content ol { list-style: decimal; }

.hp-legal__content li {
  font-size: 16px;
  line-height: 1.7;
}

.hp-legal__content a {
  color: var(--hs-accent, #b87636);
  text-decoration: underline;
}

.hp-legal__content a:hover {
  opacity: 0.8;
}

.hp-legal__content strong,
.hp-legal__content b {
  font-weight: 700;
  color: #1e1e1e;
}

.hp-legal__content em { font-style: italic; }

.hp-legal__content hr {
  border: none;
  border-top: 1px solid #e5e3e1;
  margin: 32px 0;
}

@media (max-width: 768px) {
  .hp-legal__title { font-size: 28px; }
  .hp-legal__content { font-size: 15px; }
  .hp-legal__content h1 { font-size: 24px; }
  .hp-legal__content h2 { font-size: 20px; }
  .hp-legal__content h3 { font-size: 16px; }
}
/* ══ BLOG BLOCKS ══════════════════════════════════════════════ */

/* ── Blog Hero ── */
.blog-hero-wrap {
  width: 100%;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: var(--color-white, #ffffff);
}
.blog-hero {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 30px 150px;
  box-sizing: border-box;
}
.blog-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 28px;
}
.blog-hero__category {
  display: inline-block;
  font-family: var(--hs-font-secondary, 'Montserrat', sans-serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-primary, #b87636);
  border: 1px solid var(--color-primary, #b87636);
  padding: 8px 20px;
}
.blog-hero__title {
  font-family: var(--hs-font-primary, 'Noto Sans', sans-serif);
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--color-black, #1e1e1e);
  margin: 0;
  letter-spacing: -0.5px;
}
.blog-hero__excerpt {
  font-family: var(--hs-font-body, 'Source Sans 3', sans-serif);
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: var(--color-text-light, #666);
  line-height: 1.7;
  margin: 0;
  max-width: 680px;
}
.blog-hero__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  font-family: var(--hs-font-secondary, 'Montserrat', sans-serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text, #2c2c2c);
}
.blog-hero__meta-by {
  color: var(--color-primary, #b87636);
}
.blog-hero__meta-dot {
  color: var(--color-text-light, #666);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}
.blog-hero__meta-reviewed {
  color: var(--color-text, #2c2c2c);
}
@media (max-width: 768px) {
  .blog-hero { padding: 30px 40px; }
  .blog-hero__title { font-size: 38px; }
  .blog-hero__excerpt { font-size: 16px; }
}
@media (max-width: 480px) {
  .blog-hero { padding: 30px 20px; }
  .blog-hero__title { font-size: 30px; }
  .blog-hero__inner { gap: 20px; }
}

/* ── Blog Intro ── */
.blog-intro-wrap {
  width: 100%;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 150px !important;
  background: var(--color-white, #ffffff);
  box-sizing: border-box;
}
.blog-intro {
  width: 100%;
  margin: 0 auto !important;
  padding: 30px 40px;
  box-sizing: border-box;
  background: var(--color-light-bg, #f7f4f1);
  border-top: 2.5px solid var(--color-primary, #b87636);
  border-bottom: 2.5px solid var(--color-primary, #b87636);
}
.blog-intro__content {
  font-family: var(--hs-font-body, 'Source Sans 3', sans-serif);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.75;
  color: var(--color-text, #2c2c2c);
}
.blog-intro__content strong,
.blog-intro__content b {
  font-weight: 700;
  color: var(--color-black, #1e1e1e);
}
.blog-intro__content a {
  color: var(--color-primary, #b87636);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.blog-intro__content a:hover {
  border-bottom-color: var(--color-primary, #b87636);
}
@media (max-width: 768px) {
  .blog-intro-wrap { padding: 0 40px !important; }
  .blog-intro { padding: 30px 28px; }
  .blog-intro__content { font-size: 17px; }
}
@media (max-width: 480px) {
  .blog-intro-wrap { padding: 0 15px !important; }
  .blog-intro { padding: 30px 20px; }
  .blog-intro__content { font-size: 16px; }
}

/* ── Blog TOC ── */
.blog-toc-wrap {
  width: 100%;
  max-width: 1440px !important;
  margin: 40px auto 0 !important;
  padding: 0 150px !important;
  background: var(--color-white, #ffffff);
  box-sizing: border-box;
}
.blog-toc {
  width: 100%;
  margin: 0 auto !important;
  padding: 30px 40px;
  box-sizing: border-box;
  background: var(--color-light-bg, #f7f4f1);
  border-left: 4px solid var(--color-primary, #b87636);
}
.blog-toc__header {
  margin-bottom: 36px;
}
.blog-toc__label {
  display: block;
  font-family: var(--hs-font-secondary, 'Montserrat', sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-primary, #b87636);
  margin-bottom: 10px;
}
.blog-toc__title {
  font-family: var(--hs-font-primary, 'Noto Sans', sans-serif);
  font-size: 38px;
  font-weight: 400;
  color: var(--color-black, #1e1e1e);
  margin: 0 0 14px;
  line-height: 1.1;
  text-transform: none;
}
.blog-toc__underline {
  display: block;
  width: 60px;
  height: 2.5px;
  background: var(--color-primary, #b87636);
}
.blog-toc__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
}
.blog-toc__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--color-border, #e5e0d8);
  text-decoration: none;
  transition: color 0.2s;
}
.blog-toc__item:hover .blog-toc__text {
  color: var(--color-primary, #b87636);
}
.blog-toc__num {
  font-family: var(--hs-font-secondary, 'Montserrat', sans-serif);
  font-size: 13px;
  font-weight: 700;
  color: var(--color-primary, #b87636);
  flex-shrink: 0;
  min-width: 28px;
}
.blog-toc__text {
  font-family: var(--hs-font-body, 'Source Sans 3', sans-serif);
  font-size: 17px;
  font-weight: 400;
  color: var(--color-text, #2c2c2c);
  line-height: 1.4;
  transition: color 0.2s;
}
.blog-toc__placeholder {
  font-family: var(--hs-font-body, 'Source Sans 3', sans-serif);
  font-size: 15px;
  color: var(--color-text-light, #666);
  font-style: italic;
  grid-column: 1 / -1;
  margin: 0;
}
@media (max-width: 768px) {
  .blog-toc-wrap { padding: 0 40px !important; }
  .blog-toc { padding: 30px 24px; }
  .blog-toc__grid { grid-template-columns: 1fr; column-gap: 0; }
  .blog-toc__title { font-size: 30px; }
}
@media (max-width: 480px) {
  .blog-toc-wrap { padding: 0 15px !important; }
  .blog-toc { padding: 30px 20px; }
  .blog-toc__title { font-size: 26px; }
  .blog-toc__text { font-size: 15px; }
}

/* ── Blog Section ── */
.blog-section-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--color-white, #ffffff);
}
.blog-section {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 30px 150px;
  box-sizing: border-box;
}
.blog-section__heading {
  font-family: var(--hs-font-primary, 'Noto Sans', sans-serif);
  font-size: 36px;
  font-weight: 400;
  color: var(--color-black, #1e1e1e);
  line-height: 1.15;
  margin: 0 0 14px;
  text-transform: none;
  letter-spacing: -0.3px;
}
.blog-section__underline {
  display: block;
  width: 60px;
  height: 2.5px;
  background: var(--color-primary, #b87636);
  margin-bottom: 28px;
}
.blog-section__content {
  font-family: var(--hs-font-body, 'Source Sans 3', sans-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-text, #2c2c2c);
}
.blog-section__content p {
  margin: 0 0 20px;
}
.blog-section__content p:last-child {
  margin-bottom: 0;
}
.blog-section__content strong,
.blog-section__content b {
  font-weight: 700;
  color: var(--color-black, #1e1e1e);
}
.blog-section__content em,
.blog-section__content i {
  font-style: italic;
}
.blog-section__content a {
  color: var(--color-primary, #b87636);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.blog-section__content a:hover {
  border-bottom-color: var(--color-primary, #b87636);
}
.blog-section__content ul,
.blog-section__content ol {
  margin: 0 0 20px 24px;
  padding: 0;
}
.blog-section__content li {
  margin-bottom: 8px;
}
.blog-section__content h3 {
  font-family: var(--hs-font-primary, 'Noto Sans', sans-serif);
  font-size: 24px;
  font-weight: 600;
  color: var(--color-black, #1e1e1e);
  margin: 32px 0 12px;
  text-transform: none;
}
.blog-section__content h4 {
  font-family: var(--hs-font-secondary, 'Montserrat', sans-serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-black, #1e1e1e);
  margin: 24px 0 10px;
  text-transform: none;
}
@media (max-width: 768px) {
  .blog-section { padding: 30px 40px; }
  .blog-section__heading { font-size: 28px; }
  .blog-section__content { font-size: 17px; }
}
@media (max-width: 480px) {
  .blog-section { padding: 30px 20px; }
  .blog-section__heading { font-size: 24px; }
  .blog-section__content { font-size: 16px; }
}

/* ── Blog Benefits ── */
.blog-benefits-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--color-white, #ffffff);
}
.blog-benefits {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 30px 150px;
  box-sizing: border-box;
}
.blog-benefits__heading {
  font-family: var(--hs-font-primary, 'Noto Sans', sans-serif);
  font-size: 36px;
  font-weight: 400;
  color: var(--color-black, #1e1e1e);
  line-height: 1.15;
  margin: 0 0 14px;
  text-transform: none;
  letter-spacing: -0.3px;
}
.blog-benefits__underline {
  display: block;
  width: 60px;
  height: 2.5px;
  background: var(--color-primary, #b87636);
  margin-bottom: 40px;
}
.blog-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.blog-benefits__card {
  background: var(--color-light-bg, #f7f4f1);
  padding: 32px 28px 28px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-bottom: 2px solid var(--color-primary, #b87636);
}
.blog-benefits__card-title {
  font-family: var(--hs-font-primary, 'Noto Sans', sans-serif);
  font-size: 22px;
  font-weight: 400;
  color: var(--color-black, #1e1e1e);
  margin: 0;
  line-height: 1.2;
  text-transform: none;
}
.blog-benefits__card-desc {
  font-family: var(--hs-font-body, 'Source Sans 3', sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text, #2c2c2c);
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 1024px) {
  .blog-benefits { padding: 30px 60px; }
  .blog-benefits__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .blog-benefits { padding: 30px 40px; }
  .blog-benefits__heading { font-size: 28px; }
}
@media (max-width: 480px) {
  .blog-benefits { padding: 30px 20px; }
  .blog-benefits__grid { grid-template-columns: 1fr; }
  .blog-benefits__heading { font-size: 24px; }
}

/* ── Blog CTA ── */
.blog-cta-wrap {
  width: 100%;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 150px !important;
  background: var(--color-white, #ffffff);
  box-sizing: border-box;
}
.blog-cta {
  width: 100%;
  margin: 0 auto !important;
  padding: 30px 60px;
  box-sizing: border-box;
  background: var(--color-black, #1e1e1e);
}
.blog-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.blog-cta__label {
  display: block;
  font-family: var(--hs-font-secondary, 'Montserrat', sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-primary, #b87636);
}
.blog-cta__heading {
  font-family: var(--hs-font-primary, 'Noto Sans', sans-serif);
  font-size: 48px;
  font-weight: 400;
  color: var(--color-white, #ffffff);
  line-height: 1.1;
  margin: 0;
  letter-spacing: -0.5px;
  text-transform: none;
}
.blog-cta__desc {
  font-family: var(--hs-font-body, 'Source Sans 3', sans-serif);
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  margin: 0;
  max-width: 700px;
}
.blog-cta__btn {
  display: inline-block;
  margin-top: 8px;
  padding: 18px 60px;
  background: var(--color-primary, #b87636);
  color: var(--color-white, #ffffff);
  font-family: var(--hs-font-secondary, 'Montserrat', sans-serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s, color 0.25s;
}
.blog-cta__btn:hover {
  background: var(--color-white, #ffffff);
  color: var(--color-black, #1e1e1e);
}
@media (max-width: 768px) {
  .blog-cta-wrap { padding: 0 40px !important; }
  .blog-cta { padding: 30px 28px; }
  .blog-cta__heading { font-size: 36px; }
  .blog-cta__desc { font-size: 16px; }
}
@media (max-width: 480px) {
  .blog-cta-wrap { padding: 0 15px !important; }
  .blog-cta { padding: 30px 20px; }
  .blog-cta__heading { font-size: 28px; }
  .blog-cta__btn { padding: 16px 36px; }
}
.editor-styles-wrapper .blog-cta,
.editor-styles-wrapper .blog-cta__btn {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* ── Blog FAQ ── */
.blog-faq-wrap {
  width: 100%;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 150px !important;
  background: var(--color-white, #ffffff);
  box-sizing: border-box;
}
.blog-faq {
  width: 100%;
  margin: 0 auto !important;
  padding: 30px 40px;
  box-sizing: border-box;
  background: var(--color-white, #ffffff);
}
.blog-faq__heading {
  font-family: var(--hs-font-primary, 'Noto Sans', sans-serif);
  font-size: 36px;
  font-weight: 400;
  color: var(--color-black, #1e1e1e);
  line-height: 1.15;
  margin: 0 0 14px;
  text-transform: none;
  letter-spacing: -0.3px;
}
.blog-faq__underline {
  display: block;
  width: 60px;
  height: 2.5px;
  background: var(--color-primary, #b87636);
  margin-bottom: 32px;
}
.blog-faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blog-faq__item {
  background: var(--color-light-bg, #f7f4f1);
  border-left: 4px solid var(--color-primary, #b87636);
  padding: 24px 28px;
  box-sizing: border-box;
}
.blog-faq__question {
  font-family: var(--hs-font-primary, 'Noto Sans', sans-serif);
  font-size: 22px;
  font-weight: 400;
  color: var(--color-black, #1e1e1e);
  margin: 0 0 10px;
  line-height: 1.2;
  text-transform: none;
}
.blog-faq__answer {
  font-family: var(--hs-font-body, 'Source Sans 3', sans-serif);
  font-size: 17px;
  font-weight: 400;
  color: var(--color-text, #2c2c2c);
  line-height: 1.75;
  margin: 0;
}
.blog-faq__answer a,
.blog-faq__answer a:link,
.blog-faq__answer a:visited,
.blog-faq__item a,
.blog-faq__item a:link,
.blog-faq__item a:visited,
.blog-faq-wrap a,
.blog-faq-wrap a:link,
.blog-faq-wrap a:visited {
  color: var(--color-primary, #b87636) !important;
  text-decoration: none !important;
}
.blog-faq-wrap a:hover {
  text-decoration: underline !important;
  color: var(--color-primary, #b87636) !important;
}
@media (max-width: 768px) {
  .blog-faq-wrap { padding: 0 40px !important; }
  .blog-faq { padding: 30px 28px; }
  .blog-faq__heading { font-size: 28px; }
  .blog-faq__question { font-size: 19px; }
}
@media (max-width: 480px) {
  .blog-faq-wrap { padding: 0 15px !important; }
  .blog-faq { padding: 30px 20px; }
}
.editor-styles-wrapper .blog-faq {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* ── Blog Sources ── */
.blog-sources-wrap {
  width: 100%;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 40px 150px 0 !important;
  background: var(--color-white, #ffffff);
  box-sizing: border-box;
}
.blog-sources {
  width: 100%;
  margin: 0 auto !important;
  padding: 30px 40px;
  box-sizing: border-box;
  background: var(--color-light-bg, #f7f4f1);
}
.blog-sources__heading {
  font-family: var(--hs-font-primary, 'Noto Sans', sans-serif);
  font-size: 28px;
  font-weight: 400;
  color: var(--color-black, #1e1e1e);
  margin: 0 0 20px;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: -0.2px;
}
.blog-sources__list {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.blog-sources__item {
  padding-left: 4px;
}
.blog-sources__link {
  font-family: var(--hs-font-body, 'Source Sans 3', sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-primary, #b87636) !important;
  line-height: 1.65;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(184, 118, 54, 0.4);
  transition: text-decoration-color 0.2s;
}
.blog-sources__link:hover {
  text-decoration-color: var(--color-primary, #b87636);
}
.blog-sources__list::marker,
.blog-sources__item::marker {
  color: var(--color-primary, #b87636);
}
@media (max-width: 768px) {
  .blog-sources-wrap { padding: 0 40px !important; }
  .blog-sources { padding: 30px 28px; }
}
@media (max-width: 480px) {
  .blog-sources-wrap { padding: 0 15px !important; }
  .blog-sources { padding: 30px 20px; }
  .blog-sources__link { font-size: 15px; }
}
.editor-styles-wrapper .blog-sources {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* ── Hide comments on all posts/pages ── */
.comments-area,
#comments,
.comment-respond {
  display: none !important;
}

/* ── Blog Grid ── */
.blog-grid-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--color-white, #ffffff);
}
.blog-grid {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
  padding: 30px 150px;
  box-sizing: border-box;
}
.blog-grid__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.blog-grid__card {
  display: flex;
  flex-direction: column;
  background: var(--color-white, #ffffff);
  border: 1px solid var(--color-border, #e5e0d8);
  overflow: hidden;
  transition: box-shadow 0.25s;
}
.blog-grid__card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.10);
}
.blog-grid__card-img-wrap {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--color-light-bg, #f7f4f1);
}
.blog-grid__card-img-wrap--empty {
  background: var(--color-light-bg, #f7f4f1);
}
.blog-grid__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.blog-grid__card:hover .blog-grid__card-img {
  transform: scale(1.04);
}
.blog-grid__card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
  gap: 12px;
}
.blog-grid__card-title {
  font-family: var(--hs-font-primary, 'Noto Sans', sans-serif);
  font-size: 20px;
  font-weight: 400;
  color: var(--color-black, #1e1e1e);
  line-height: 1.3;
  margin: 0;
  text-transform: none;
}
.blog-grid__card-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.blog-grid__card-title a:hover {
  color: var(--color-primary, #b87636);
}
.blog-grid__card-excerpt {
  font-family: var(--hs-font-body, 'Source Sans 3', sans-serif);
  font-size: 15px;
  font-weight: 400;
  color: var(--color-text-light, #666);
  line-height: 1.65;
  margin: 0;
  flex: 1;
}
.blog-grid__card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-family: var(--hs-font-secondary, 'Montserrat', sans-serif);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text-light, #666);
}
.blog-grid__card-author {
  color: var(--color-text, #2c2c2c);
}
.blog-grid__card-readtime {
  color: var(--color-text-light, #666);
}
.blog-grid__card-reviewed {
  color: var(--color-primary, #b87636);
}
.blog-grid__card-dot {
  color: var(--color-border, #e5e0d8);
}
.blog-grid__card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
}
.blog-grid__card-date {
  font-family: var(--hs-font-secondary, 'Montserrat', sans-serif);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text-light, #666);
}
.blog-grid__card-btn {
  display: inline-block;
  align-self: flex-start;
  margin-top: 4px;
  padding: 10px 24px;
  background: transparent;
  border: 1.5px solid var(--color-primary, #b87636);
  color: var(--color-primary, #b87636);
  font-family: var(--hs-font-secondary, 'Montserrat', sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.22s, color 0.22s;
}
.blog-grid__card-btn:hover {
  background: var(--color-primary, #b87636);
  color: var(--color-white, #ffffff);
}
/* Sentinel & Loader */
.blog-grid__sentinel {
  height: 1px;
  margin-top: 40px;
}
.blog-grid__loader {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 20px 0 40px;
}
.blog-grid__loader.is-loading {
  display: flex;
}
.blog-grid__loader-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-primary, #b87636);
  animation: blog-grid-bounce 1.2s infinite ease-in-out;
}
.blog-grid__loader-dot:nth-child(2) { animation-delay: 0.2s; }
.blog-grid__loader-dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes blog-grid-bounce {
  0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; }
  40%            { transform: scale(1);   opacity: 1;   }
}
/* Responsive */
@media (max-width: 1024px) {
  .blog-grid { padding: 30px 60px; }
  .blog-grid__grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
@media (max-width: 768px) {
  .blog-grid { padding: 30px 40px; }
  .blog-grid__grid { gap: 20px; }
}
@media (max-width: 600px) {
  .blog-grid { padding: 30px 20px; }
  .blog-grid__grid { grid-template-columns: 1fr; }
}
.editor-styles-wrapper .blog-grid__card {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* ── Hide post footer meta (categories, tags, nav) ── */
.entry-footer,
.entry-meta,
.post-navigation,
.cat-links,
.tags-links,
.gp-post-meta {
  display: none !important;
}

/* ── Hide featured image on single post pages ── */
.single .featured-image,
.single .post-image,
.single .wp-post-image,
.single .featured-image-container,
.single .post-featured-image,
.single figure.wp-block-post-featured-image,
.single .entry-image,
.single .entry-image-link,
.single .post-thumbnail,
.single .gp-post-image-wrap,
.single .gp-featured-image {
  display: none !important;
}
