.mww365-root {
  --mww365-ink: #17345f;
  --mww365-blue: #173f76;
  --mww365-mid: #4965a4;
  --mww365-soft: #8993c8;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  overflow-x: clip;
  background: #f8f5ef;
  color: var(--mww365-ink);
  font-family: Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.mww365-root,
.mww365-root * {
  box-sizing: border-box;
}

.mww365-root a {
  color: inherit;
  text-decoration: none;
}

.mww365-root h1,
.mww365-root h2,
.mww365-root h3,
.mww365-root p,
.mww365-root figure,
.mww365-root blockquote {
  font-family: inherit;
}

.mww365-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgb(23 52 95 / 12%);
  background: rgb(255 253 249 / 94%);
  box-shadow: 0 8px 32px rgb(40 43 51 / 6%);
  backdrop-filter: blur(16px);
}

.mww365-nav {
  display: flex;
  width: min(100%, 1540px);
  min-height: 82px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 34px;
}

.mww365-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  color: var(--mww365-blue) !important;
}

.mww365-brand-symbol {
  width: 41px;
  height: 41px;
  overflow: visible;
}

.mww365-brand-symbol path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 3.25;
}

.mww365-brand-symbol path:nth-child(2) { stroke: var(--mww365-mid); }
.mww365-brand-symbol path:nth-child(3) { stroke: var(--mww365-soft); }
.mww365-brand-symbol circle { fill: var(--mww365-soft); }

.mww365-brand-number {
  font-size: 31px;
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1;
}

.mww365-brand-name {
  display: flex;
  margin-left: 2px;
  flex-direction: column;
  border-left: 1px solid rgb(23 63 118 / 24%);
  padding-left: 11px;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.115em;
  line-height: 1.42;
  text-transform: uppercase;
  white-space: nowrap;
}

.mww365-brand-name span:last-child {
  color: #5269a4;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.19em;
}

.mww365-desktop-nav,
.mww365-primary-links,
.mww365-nav-actions {
  display: flex;
  align-items: center;
}

.mww365-desktop-nav {
  min-width: 0;
  flex: 1;
  justify-content: flex-end;
  gap: clamp(22px, 2.15vw, 38px);
}

.mww365-primary-links { gap: clamp(14px, 1.55vw, 27px); }
.mww365-nav-actions { gap: 17px; }

.mww365-primary-links > a,
.mww365-services-menu summary,
.mww365-portal {
  color: #31445f !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 550;
  line-height: 1;
  white-space: nowrap;
}

.mww365-primary-links > a:hover,
.mww365-services-menu summary:hover,
.mww365-portal:hover { color: var(--mww365-blue) !important; }

.mww365-services-menu { position: relative; }
.mww365-services-menu summary { list-style: none; }
.mww365-services-menu summary::-webkit-details-marker { display: none; }
.mww365-services-menu summary span { margin-left: 4px; }
.mww365-services-menu[open] summary span { display: inline-block; transform: rotate(180deg); }

.mww365-services-popover {
  position: absolute;
  top: calc(100% + 17px);
  left: -12px;
  width: 275px;
  border: 1px solid rgb(23 52 95 / 12%);
  border-radius: 14px;
  background: #fffdf9;
  padding: 8px;
  box-shadow: 0 22px 60px rgb(33 42 55 / 16%);
}

.mww365-services-popover a {
  display: flex;
  min-height: 43px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 9px;
  padding: 0 12px;
  color: #263d5f !important;
  font-size: 14px;
  font-weight: 550;
}

.mww365-services-popover a:hover { background: #eef0f7; }

.mww365-nav-status {
  display: inline-flex;
  min-height: 22px;
  flex: 0 0 auto;
  align-items: center;
  border: 1px solid rgb(73 101 164 / 18%);
  border-radius: 999px;
  background: #e8ebf5;
  padding: 0 8px;
  color: #5269a4;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mww365-portal {
  color: #52627a !important;
  font-size: 13px;
}

.mww365-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid #bfc8e2;
  border-radius: 999px;
  background: #e3e7f4;
  padding: 0 22px;
  color: var(--mww365-blue) !important;
  box-shadow: 0 8px 18px rgb(23 63 118 / 13%);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: 160ms ease;
}

.mww365-button:hover {
  border-color: #9eabd0;
  background: #d4daed;
  color: #0e315f !important;
  box-shadow: 0 10px 23px rgb(23 63 118 / 18%);
  transform: translateY(-1px);
}

.mww365-mobile-actions { display: none; align-items: center; gap: 8px; }
.mww365-mobile-schedule { min-height: 40px; padding: 0 17px; }

.mww365-menu-button {
  display: grid;
  width: 44px;
  height: 44px;
  place-content: center;
  gap: 5px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.mww365-menu-button span { display: block; width: 22px; height: 2px; border-radius: 2px; background: var(--mww365-blue); }

.mww365-mobile-menu {
  position: absolute;
  top: 100%;
  right: 15px;
  width: min(88vw, 390px);
  max-height: calc(100vh - 88px);
  overflow-y: auto;
  border: 1px solid rgb(23 52 95 / 12%);
  border-radius: 0 0 18px 18px;
  background: #fffdf9;
  padding: 22px 24px 28px;
  box-shadow: 0 24px 60px rgb(33 42 55 / 18%);
}

.mww365-mobile-menu[hidden] { display: none; }
.mww365-mobile-menu p { margin: 0 0 6px; color: #7884ae; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.mww365-mobile-menu > a:not(.mww365-button) { display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 10px; color: #273e5e !important; font-size: 16px; font-weight: 550; }
.mww365-mobile-menu hr { height: 1px; margin: 12px 0; border: 0; background: rgb(23 52 95 / 11%); }
.mww365-mobile-menu .mww365-button { width: 100%; margin-top: 16px; }

.mww365-video-hero { position: relative; width: 100%; overflow: hidden; background: #eae4da; }
.mww365-video-hero video { display: block; width: 100%; height: auto; min-height: calc(100svh - 82px); object-fit: cover; object-position: center; }
.mww365-mobile-hero-lockup { display: none; }
.mww365-video-edge { position: absolute; inset: auto 0 0; height: 72px; background: linear-gradient(to bottom, transparent, rgb(248 245 239 / 82%)); pointer-events: none; }

.mww365-clarity { background: #f8f5ef; padding: clamp(78px, 9vw, 145px) 34px; }
.mww365-clarity-inner { width: min(100%, 1320px); margin: 0 auto; }
.mww365-clarity-intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .75fr); align-items: start; gap: clamp(60px, 8vw, 140px); }
.mww365-clarity-heading { position: relative; padding-left: 32px; }
.mww365-clarity-heading::before { position: absolute; top: 3px; bottom: 8px; left: 0; width: 4px; border-radius: 999px; background: linear-gradient(var(--mww365-blue), var(--mww365-soft)); content: ""; }
.mww365-eyebrow { margin: 0 0 20px !important; color: #65729f; font-size: 12px !important; font-weight: 750; letter-spacing: .2em; line-height: 1.5; text-transform: uppercase; }
.mww365-clarity h1 { max-width: 850px; margin: 0; color: var(--mww365-blue); font-size: clamp(42px, 5vw, 72px); font-weight: 650; letter-spacing: -.045em; line-height: 1.03; }
.mww365-clarity-details { padding-top: 40px; }
.mww365-lead { margin: 0; color: #4b5b70; font-size: clamp(19px, 1.5vw, 23px); line-height: 1.55; }
.mww365-pricing-promise { display: flex; margin: 31px 0 0; align-items: flex-start; gap: 11px; border-top: 1px solid rgb(23 63 118 / 16%); padding-top: 23px; color: var(--mww365-blue); font-size: 15px; font-weight: 700; line-height: 1.55; }
.mww365-pricing-promise span { display: grid; width: 24px; height: 24px; flex: 0 0 24px; place-items: center; border-radius: 50%; background: #e2e8f4; color: var(--mww365-mid); font-size: 13px; }
.mww365-price-grid { display: grid; margin-top: clamp(54px, 7vw, 82px); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(22px, 3vw, 36px); }
.mww365-price-card { position: relative; overflow: hidden; border: 1px solid rgb(23 63 118 / 14%); border-radius: 30px; background: linear-gradient(145deg, #fffdf9 0%, #f2f5fb 100%); padding: clamp(29px, 3.3vw, 45px); box-shadow: 0 24px 65px rgb(33 47 74 / 9%); }
.mww365-price-card::before { position: absolute; top: 0; right: 0; left: 0; height: 6px; background: linear-gradient(90deg, var(--mww365-blue), #6f86c6); content: ""; }
.mww365-price-card::after { position: absolute; top: -145px; right: -125px; width: 300px; height: 300px; border: 1px solid rgb(73 101 164 / 10%); border-radius: 50%; box-shadow: 0 0 0 35px rgb(73 101 164 / 3%), 0 0 0 70px rgb(73 101 164 / 2%); content: ""; pointer-events: none; }
.mww365-price-tirzepatide { background: linear-gradient(145deg, #fffdf9 0%, #f3eff8 100%); }
.mww365-price-tirzepatide::before { background: linear-gradient(90deg, #3b477f, #946e9e); }
.mww365-price-card-top { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.mww365-price-card-top p { margin: 0; color: var(--mww365-blue); font-size: clamp(24px, 2.2vw, 32px); font-weight: 700; letter-spacing: -.035em; line-height: 1.08; }
.mww365-price-card-top > div > span { display: block; margin-top: 8px; color: #6c7890; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.mww365-price-badge { flex: 0 0 auto; border: 1px solid rgb(73 101 164 / 22%); border-radius: 999px; background: rgb(255 255 255 / 64%); padding: 7px 11px; color: #51699f; font-size: 11px; font-weight: 800; letter-spacing: .09em; line-height: 1; text-transform: uppercase; }
.mww365-price { position: relative; z-index: 1; display: flex; margin-top: 34px; align-items: baseline; flex-wrap: wrap; column-gap: 12px; row-gap: 4px; color: var(--mww365-blue); }
.mww365-price > span { flex-basis: 100%; color: #717d92; font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.mww365-price strong { font-size: clamp(55px, 6vw, 78px); font-weight: 650; letter-spacing: -.065em; line-height: .98; }
.mww365-price small { color: #5f6e83; font-size: 16px; font-weight: 650; }
.mww365-monthly-price { margin: 12px 0 0; color: #6b7890; font-size: 14px; font-weight: 650; }
.mww365-included { position: relative; z-index: 1; margin-top: 31px; border-top: 1px solid rgb(23 63 118 / 13%); padding-top: 25px; }
.mww365-included > p { margin: 0 0 17px; color: var(--mww365-blue); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.mww365-included ul { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; list-style: none; }
.mww365-included li { position: relative; padding-left: 25px; color: #536178; font-size: 15px; line-height: 1.48; }
.mww365-included li::before { position: absolute; top: 1px; left: 0; display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: #e3e9f4; color: #4f68a2; content: "✓"; font-size: 11px; font-weight: 850; }
.mww365-price-tirzepatide .mww365-included li::before { background: #ebe3ef; color: #74547c; }
.mww365-price-action { position: relative; z-index: 1; display: flex; min-height: 52px; margin-top: 31px; align-items: center; justify-content: space-between; gap: 20px; border-radius: 14px; background: var(--mww365-blue); padding: 0 19px; color: #fff !important; font-size: 15px; font-weight: 750; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.mww365-price-tirzepatide .mww365-price-action { background: #444d83; }
.mww365-price-action:hover { background: #0f315f; box-shadow: 0 10px 25px rgb(23 63 118 / 18%); transform: translateY(-2px); }
.mww365-price-tirzepatide .mww365-price-action:hover { background: #343d72; }
.mww365-pricing-assurances { display: flex; width: fit-content; max-width: 100%; margin: 27px auto 0; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 28px; border: 1px solid rgb(23 63 118 / 12%); border-radius: 999px; background: rgb(255 253 249 / 66%); padding: 11px 19px; box-shadow: 0 9px 28px rgb(33 47 74 / 5%); }
.mww365-pricing-assurances > span { display: inline-flex; align-items: center; gap: 8px; color: #526178; font-size: 13px; line-height: 1.4; }
.mww365-pricing-assurances i { display: grid; width: 20px; height: 20px; flex: 0 0 20px; place-items: center; border-radius: 50%; background: #e1e7f2; color: #4d66a0; font-size: 11px; font-style: normal; font-weight: 850; }
.mww365-pricing-assurances strong { color: var(--mww365-blue); font-weight: 750; }
.mww365-pricing-assurances small { color: #798397; font-size: 12px; }
.mww365-pricing-disclaimer { max-width: 980px; margin: 19px auto 0; color: #747f91; font-size: 13px; line-height: 1.6; text-align: center; }
.mww365-button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.mww365-button-row .mww365-button { min-height: 50px; padding: 0 24px; }
.mww365-pricing-actions { justify-content: center; margin-top: 29px; }
.mww365-button-outline { border-color: #aeb7d0; background: transparent; box-shadow: none; }
.mww365-button-outline:hover { border-color: var(--mww365-soft); background: #fffdf9; }

.mww365-services { position: relative; overflow: hidden; background: #e9ebf3; padding: clamp(82px, 9vw, 140px) 34px; }
.mww365-services::before { position: absolute; top: -170px; right: -120px; width: 430px; height: 430px; border: 1px solid rgb(73 101 164 / 13%); border-radius: 50%; box-shadow: 0 0 0 54px rgb(73 101 164 / 4%), 0 0 0 108px rgb(73 101 164 / 3%); content: ""; }
.mww365-wide { position: relative; width: min(100%, 1320px); margin: 0 auto; }
.mww365-section-intro { display: grid; margin-bottom: clamp(46px, 6vw, 78px); grid-template-columns: minmax(0, 1.05fr) minmax(300px, .65fr); align-items: end; gap: clamp(45px, 8vw, 120px); }
.mww365-section-intro h2,
.mww365-how h2,
.mww365-availability h2,
.mww365-jodie h2 { margin: 0; color: var(--mww365-blue); font-size: clamp(40px, 4.6vw, 68px); font-weight: 650; letter-spacing: -.045em; line-height: 1.03; }
.mww365-section-intro > p { margin: 0 0 5px; color: #526178; font-size: clamp(17px, 1.35vw, 20px); line-height: 1.6; }
.mww365-service-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 20px; }
.mww365-service-card { --mww365-service-color: #2b6263; --mww365-service-shade: 28 70 72; position: relative; display: flex; min-height: 355px; scroll-margin-top: 110px; overflow: hidden; isolation: isolate; flex-direction: column; justify-content: space-between; border: 1px solid rgb(255 255 255 / 20%); border-radius: 24px; background: var(--mww365-service-color); padding: 30px 32px 34px 36px; color: #fff; box-shadow: 0 18px 48px rgb(38 49 76 / 14%); transition: 180ms ease; }
.mww365-service-weight { --mww365-service-color: #2b6263; --mww365-service-shade: 24 67 69; }
.mww365-service-women { --mww365-service-color: #745267; --mww365-service-shade: 91 55 77; }
.mww365-service-men { --mww365-service-color: #465969; --mww365-service-shade: 40 55 68; }
.mww365-service-peptide { --mww365-service-color: #4c4f78; --mww365-service-shade: 45 45 80; }
.mww365-service-skin { --mww365-service-color: #426c68; --mww365-service-shade: 40 78 75; }
.mww365-service-card:nth-child(1), .mww365-service-card:nth-child(4) { grid-column: span 7; }
.mww365-service-card:nth-child(2), .mww365-service-card:nth-child(3) { grid-column: span 5; }
.mww365-service-card::after { position: absolute; z-index: 3; inset: 0 auto 0 0; width: 4px; background: linear-gradient(rgb(255 255 255 / 74%), rgb(255 255 255 / 20%)); content: ""; pointer-events: none; }
.mww365-card-media,
.mww365-card-shade { position: absolute; inset: 0; }
.mww365-card-media { z-index: 0; overflow: hidden; }
.mww365-card-media img { display: block; width: 100%; height: 100%; object-fit: cover; opacity: .2; filter: saturate(.85) contrast(1.03); transform: scale(1.07) translate3d(1%, 0, 0); animation: mww365-card-drift 4s ease-in-out infinite alternate; animation-play-state: paused; transition: opacity 280ms ease, filter 280ms ease; will-change: transform; }
.mww365-card-shade { z-index: 1; background: linear-gradient(90deg, rgb(var(--mww365-service-shade) / .98) 0%, rgb(var(--mww365-service-shade) / .88) 48%, rgb(var(--mww365-service-shade) / .6) 100%), linear-gradient(0deg, rgb(8 20 36 / 26%), transparent 62%); transition: background 380ms ease; pointer-events: none; }
.mww365-service-card:hover { border-color: rgb(255 255 255 / 36%); box-shadow: 0 28px 68px rgb(28 38 58 / 23%); transform: translateY(-5px); }
.mww365-service-card:hover .mww365-card-media img { opacity: .92; filter: saturate(.98) contrast(1.04); animation-play-state: running; }
.mww365-service-card:hover .mww365-card-shade { background: linear-gradient(90deg, rgb(var(--mww365-service-shade) / .96) 0%, rgb(var(--mww365-service-shade) / .78) 48%, rgb(var(--mww365-service-shade) / .36) 100%), linear-gradient(0deg, rgb(8 20 36 / 38%), transparent 68%); }
.mww365-service-card > .mww365-card-top,
.mww365-service-card > div:last-child { position: relative; z-index: 2; }
.mww365-card-top { display: flex; align-items: flex-start; justify-content: space-between; color: rgb(255 255 255 / 76%); font-size: 12px; font-weight: 750; letter-spacing: .16em; }
.mww365-card-meta { display: flex; align-items: center; gap: 12px; }
.mww365-card-status { display: inline-flex; min-height: 28px; align-items: center; border: 1px solid rgb(255 255 255 / 38%); border-radius: 999px; background: rgb(255 255 255 / 15%); padding: 0 11px; color: #fff; font-size: 12px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.mww365-card-icon { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgb(255 255 255 / 28%); border-radius: 50%; background: rgb(255 255 255 / 12%); color: #fff; backdrop-filter: blur(8px); }
.mww365-card-icon svg,
.mww365-step-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.mww365-service-card > div:last-child > p { margin: 0 0 11px; color: rgb(255 255 255 / 72%); font-size: 12px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.mww365-service-card h3 { margin: 0 0 16px; color: #fff; font-size: clamp(27px, 2.4vw, 37px); font-weight: 650; letter-spacing: -.035em; line-height: 1.08; }
.mww365-service-card > div:last-child > span { display: block; color: rgb(255 255 255 / 86%); font-size: 16px; line-height: 1.58; }

.mww365-skin-feature { grid-column: 1 / -1; scroll-margin-top: 110px; }
.mww365-skin-feature > summary { list-style: none; cursor: pointer; }
.mww365-skin-feature > summary::-webkit-details-marker { display: none; }
.mww365-skin-feature > summary::marker { display: none; content: ""; }
.mww365-skin-feature > .mww365-service-card { width: 100%; min-height: 390px; }
.mww365-skin-feature > summary:focus-visible { outline: 4px solid rgb(137 147 200 / 48%); outline-offset: 5px; }
.mww365-service-skin .mww365-card-media img { object-position: 68% center; }
.mww365-skin-feature-copy { position: relative; z-index: 2; display: flex; width: min(100%, 680px); flex-direction: column; align-items: flex-start; }
.mww365-card-kicker { margin: 0 0 11px; color: rgb(255 255 255 / 74%); font-size: 12px; font-weight: 750; letter-spacing: .18em; line-height: 1.5; text-transform: uppercase; }
.mww365-card-title { display: block; color: #fff; font-size: clamp(34px, 3.3vw, 49px); font-weight: 650; letter-spacing: -.04em; line-height: 1.05; }
.mww365-card-description { display: block; max-width: 660px; margin-top: 16px; color: rgb(255 255 255 / 88%); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.58; }
.mww365-card-explore { display: inline-flex; min-height: 45px; margin-top: 24px; align-items: center; gap: 11px; border: 1px solid rgb(255 255 255 / 42%); border-radius: 999px; background: rgb(255 255 255 / 13%); padding: 0 18px; color: #fff; backdrop-filter: blur(8px); font-size: 14px; font-weight: 750; transition: 180ms ease; }
.mww365-card-explore i { font-size: 16px; font-style: normal; transition: transform 220ms ease; }
.mww365-card-explore-close { display: none; }
.mww365-skin-feature > summary:hover .mww365-card-explore { border-color: rgb(255 255 255 / 62%); background: rgb(255 255 255 / 20%); }
.mww365-skin-feature[open] .mww365-card-explore-open { display: none; }
.mww365-skin-feature[open] .mww365-card-explore-close { display: inline; }
.mww365-skin-feature[open] .mww365-card-explore i { transform: rotate(180deg); }
.mww365-skin-feature[open] .mww365-service-skin { border-color: rgb(255 255 255 / 36%); box-shadow: 0 28px 68px rgb(28 38 58 / 20%); }
.mww365-skin-feature[open] .mww365-service-skin .mww365-card-media img { opacity: .82; filter: saturate(.96) contrast(1.04); animation-play-state: running; }
.mww365-skin-feature[open] .mww365-service-skin .mww365-card-shade { background: linear-gradient(90deg, rgb(40 78 75 / .96) 0%, rgb(40 78 75 / .78) 48%, rgb(40 78 75 / .35) 100%), linear-gradient(0deg, rgb(8 20 36 / 38%), transparent 68%); }
.mww365-skin-options { display: grid; margin-top: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; animation: mww365-options-reveal 280ms ease both; }
.mww365-skin-options article { display: flex; min-height: 335px; flex-direction: column; border: 1px solid rgb(36 84 80 / 14%); border-radius: 22px; background: #f8f5ef; padding: 27px 28px 29px; box-shadow: 0 15px 40px rgb(38 49 76 / 7%); }
.mww365-skin-option-heading { display: flex; align-items: center; justify-content: space-between; color: #6e807e; font-size: 11px; font-weight: 750; letter-spacing: .15em; }
.mww365-skin-option-heading svg { width: 35px; height: 35px; fill: none; stroke: #426c68; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.mww365-skin-options article > p { margin: 37px 0 8px; color: #6e807e; font-size: 11px; font-weight: 750; letter-spacing: .16em; line-height: 1.5; text-transform: uppercase; }
.mww365-skin-options article > h3 { margin: 0; color: #294f4c; font-size: clamp(25px, 2vw, 31px); font-weight: 650; letter-spacing: -.035em; line-height: 1.1; }
.mww365-skin-options article > span { display: block; margin-top: 15px; color: #596967; font-size: 15px; line-height: 1.6; }
.mww365-skin-options article > a { display: inline-flex; margin-top: auto; padding-top: 24px; color: #315f5b !important; font-size: 14px; font-weight: 750; }
.mww365-skin-options article > a:hover { color: #173f76 !important; }
.mww365-skin-note { margin: 17px 4px 0 !important; color: #68777c; font-size: 12px; line-height: 1.55; }
.mww365-next-step { display: flex; margin-top: 38px; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid rgb(23 63 118 / 14%); padding-top: 27px; }
.mww365-next-step p { margin: 0; color: #5b687c; font-size: 16px; }
.mww365-next-step strong { color: var(--mww365-blue); }
.mww365-next-step a { flex: 0 0 auto; color: var(--mww365-blue) !important; font-size: 15px; font-weight: 700; }

@keyframes mww365-card-drift {
  from { transform: scale(1.07) translate3d(1%, 0, 0); }
  to { transform: scale(1.18) translate3d(-4%, -2%, 0); }
}

@keyframes mww365-options-reveal {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.mww365-how { scroll-margin-top: 82px; background: #f8f5ef; padding: clamp(86px, 10vw, 150px) 34px; }
.mww365-how-inner { position: relative; width: min(100%, 1320px); margin: 0 auto; overflow: hidden; border: 1px solid rgb(73 101 164 / 13%); border-radius: 36px; background: linear-gradient(135deg, #e2e6f0 0%, #dce2ed 58%, #eef0f6 100%); padding: clamp(62px, 7vw, 96px) clamp(28px, 6vw, 82px) clamp(34px, 4vw, 50px); box-shadow: 0 28px 80px rgb(38 49 76 / 9%); }
.mww365-how-inner::before { position: absolute; top: -225px; left: -180px; width: 420px; height: 420px; border: 1px solid rgb(73 101 164 / 12%); border-radius: 50%; box-shadow: 0 0 0 55px rgb(73 101 164 / 4%), 0 0 0 110px rgb(73 101 164 / 3%); content: ""; }
.mww365-how-intro { position: relative; max-width: 820px; margin: 0 auto; text-align: center; }
.mww365-how-intro > p:last-child { max-width: 660px; margin: 25px auto 0; color: #526178; font-size: clamp(17px, 1.35vw, 20px); line-height: 1.6; }
.mww365-steps { --mww365-step-gap: clamp(38px, 6vw, 82px); position: relative; display: grid; margin: clamp(62px, 8vw, 96px) 0 0; padding: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--mww365-step-gap); list-style: none; }
.mww365-steps::before { position: absolute; top: 27px; right: 16.5%; left: 16.5%; height: 1px; background: linear-gradient(90deg, transparent, #aeb7d0 9%, #aeb7d0 91%, transparent); content: ""; }
.mww365-steps li { position: relative; text-align: center; }
.mww365-steps li:nth-child(2)::after { position: absolute; z-index: 2; top: 24px; left: calc(50% + 34px); width: calc(100% + var(--mww365-step-gap) - 68px); height: 7px; border: 1px solid rgb(169 116 32 / 24%); border-radius: 999px; background: linear-gradient(90deg, #6d84c3 0%, #8fa4db 28%, #f7e7bb 44%, #b47b1f 56%, #efd27f 70%, #6d84c3 100%); background-size: 250% 100%; box-shadow: 0 0 16px rgb(111 142 211 / 34%); content: ""; pointer-events: none; animation: mww365-delivery-route 1.9s ease-in-out infinite; }
.mww365-step-number { position: relative; z-index: 1; display: grid; width: 56px; height: 56px; margin: 0 auto; place-items: center; border: 1px solid #b9c1d7; border-radius: 50%; background: #e4e8f1; color: var(--mww365-mid); box-shadow: 0 0 0 10px #e3e7f0; font-size: 11px; font-weight: 750; letter-spacing: .14em; }
.mww365-step-icon { display: grid; width: 66px; height: 66px; margin: 39px auto 27px; place-items: center; border-radius: 20px; background: #e4e7f1; color: var(--mww365-blue); transform: rotate(5deg); }
.mww365-steps li:nth-child(2) .mww365-step-icon { transform: rotate(-5deg); }
.mww365-step-icon svg { transform: rotate(-5deg); }
.mww365-steps li:nth-child(2) .mww365-step-icon svg { transform: rotate(5deg); }
.mww365-steps h3 { margin: 0; color: var(--mww365-blue); font-size: clamp(24px, 2vw, 31px); font-weight: 650; letter-spacing: -.03em; line-height: 1.12; }
.mww365-steps p { max-width: 350px; margin: 16px auto 0; color: #576579; font-size: 16px; line-height: 1.62; }
.mww365-step-delivery .mww365-step-number { border: 2px solid #c29037; background: #fff4d7; color: #775016; box-shadow: 0 0 0 10px rgb(239 222 181 / 92%), 0 0 32px rgb(174 121 32 / 28%); }
.mww365-step-delivery .mww365-step-icon { border: 1px solid rgb(174 121 32 / 30%); background: linear-gradient(145deg, #fff9e9, #e7cd91); color: #775016; box-shadow: 0 15px 34px rgb(115 86 31 / 22%); }
.mww365-step-delivery h3 { color: #76501c; }
.mww365-step-delivery p { border: 2px solid #c59847; border-radius: 18px; background: linear-gradient(125deg, #fffaf0 0%, #f8e7ba 42%, #e8c97f 58%, #fff7e6 100%); background-size: 220% 220%; padding: 18px 19px; color: #60471f; box-shadow: 0 15px 34px rgb(119 91 36 / 16%), 0 0 0 4px rgb(255 246 220 / 58%); font-weight: 600; animation: mww365-delivery-reward 1.9s ease-in-out infinite; }
.mww365-how-next { display: flex; margin-top: clamp(68px, 8vw, 100px); align-items: center; justify-content: space-between; gap: 32px; border: 1px solid rgb(23 63 118 / 12%); border-radius: 22px; background: #fffdf9; padding: 25px 28px 25px 32px; box-shadow: 0 16px 45px rgb(38 49 76 / 6%); }
.mww365-how-next p { margin: 0; color: #5b687c; font-size: 16px; line-height: 1.55; }
.mww365-how-next strong { color: var(--mww365-blue); }
.mww365-how-next .mww365-button { flex: 0 0 auto; min-height: 50px; }

@keyframes mww365-delivery-route {
  0%, 100% { opacity: .72; background-position: 100% 50%; box-shadow: 0 0 12px rgb(111 142 211 / 30%); }
  48%, 58% { opacity: 1; background-position: 0 50%; box-shadow: 0 0 24px rgb(191 135 42 / 70%); }
}

@keyframes mww365-delivery-reward {
  0%, 100% { border-color: #c59847; background-position: 0% 50%; box-shadow: 0 15px 34px rgb(119 91 36 / 16%), 0 0 0 4px rgb(255 246 220 / 58%); transform: scale(1); }
  50% { border-color: #9c6818; background-position: 100% 50%; box-shadow: 0 19px 42px rgb(157 107 26 / 30%), 0 0 0 8px rgb(236 208 142 / 28%); transform: scale(1.025); }
}

.mww365-availability { background: #fffdf9; padding: clamp(86px, 10vw, 150px) 34px; }
.mww365-availability-inner { display: grid; width: min(100%, 1320px); margin: 0 auto; grid-template-columns: minmax(330px, .68fr) minmax(0, 1.12fr); align-items: center; gap: clamp(55px, 8vw, 128px); }
.mww365-availability h2 { max-width: 560px; }
.mww365-availability .mww365-lead { max-width: 540px; margin-top: 27px; font-size: clamp(17px, 1.35vw, 20px); }
.mww365-state-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 29px; }
.mww365-state-list span { display: inline-flex; min-height: 42px; align-items: center; gap: 9px; border: 1px solid rgb(73 101 164 / 17%); border-radius: 999px; background: #eef0f6; padding: 0 17px; color: var(--mww365-blue); font-size: 14px; font-weight: 700; }
.mww365-state-list i,
.mww365-map figcaption i { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--mww365-mid); box-shadow: 0 0 0 4px rgb(73 101 164 / 12%); }
.mww365-note { margin: 24px 0 0; color: #788294; font-size: 14px; line-height: 1.55; }
.mww365-map { margin: 0; border: 1px solid rgb(23 63 118 / 10%); border-radius: 28px; background: #f6f4ef; padding: clamp(20px, 3vw, 38px); box-shadow: 0 24px 65px rgb(38 49 76 / 8%); }
.mww365-map img { display: block; width: 100%; height: auto; }
.mww365-map figcaption { display: flex; margin-top: 15px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgb(23 63 118 / 10%); padding-top: 19px; color: var(--mww365-blue); font-size: 14px; font-weight: 700; }
.mww365-map figcaption span { display: inline-flex; align-items: center; gap: 9px; color: #65718a; font-size: 12px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }

.mww365-jodie { scroll-margin-top: 82px; position: relative; overflow: hidden; background: #e9ebf3; padding: clamp(88px, 10vw, 150px) 34px; }
.mww365-jodie::after { position: absolute; right: -170px; bottom: -210px; width: 460px; height: 460px; border: 1px solid rgb(73 101 164 / 11%); border-radius: 50%; box-shadow: 0 0 0 62px rgb(73 101 164 / 4%), 0 0 0 124px rgb(73 101 164 / 3%); content: ""; }
.mww365-jodie-inner { position: relative; z-index: 1; display: grid; width: min(100%, 1320px); margin: 0 auto; grid-template-columns: minmax(300px, .66fr) minmax(0, 1.14fr); align-items: start; gap: clamp(58px, 8vw, 128px); }
.mww365-profile { --mww365-profile-pad: clamp(34px, 4vw, 52px); position: sticky; top: 116px; overflow: hidden; border-radius: 30px; background: linear-gradient(145deg, var(--mww365-blue), #264f86 58%, #5269a4); padding: var(--mww365-profile-pad); color: #fff; box-shadow: 0 28px 75px rgb(23 63 118 / 20%); }
.mww365-profile::before { position: absolute; top: -110px; right: -92px; width: 260px; height: 260px; border: 1px solid rgb(255 255 255 / 17%); border-radius: 50%; box-shadow: 0 0 0 36px rgb(255 255 255 / 5%), 0 0 0 72px rgb(255 255 255 / 3%); content: ""; }
.mww365-profile-photo { position: relative; z-index: 1; overflow: hidden; width: calc(100% + var(--mww365-profile-pad) + var(--mww365-profile-pad)); margin: calc(0px - var(--mww365-profile-pad)) calc(0px - var(--mww365-profile-pad)) 0; aspect-ratio: 4 / 5; background: #e1e5eb; }
.mww365-profile-photo::after { position: absolute; right: 0; bottom: 0; left: 0; height: 23%; background: linear-gradient(180deg, transparent, rgb(23 63 118 / 72%)); content: ""; pointer-events: none; }
.mww365-profile-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.mww365-profile-name { position: relative; z-index: 1; margin-top: 32px; }
.mww365-profile-name p { margin: 0; color: #fff; font-size: clamp(31px, 3vw, 43px); font-weight: 650; letter-spacing: -.04em; line-height: 1.04; }
.mww365-profile-name span { display: block; margin-top: 11px; color: #dfe5f5; font-size: 13px; font-weight: 700; letter-spacing: .09em; }
.mww365-credentials { position: relative; z-index: 1; display: grid; margin-top: 35px; gap: 12px; border-top: 1px solid rgb(255 255 255 / 18%); padding-top: 27px; }
.mww365-credentials p { position: relative; margin: 0; padding-left: 19px; color: #e6eaf5; font-size: 14px; line-height: 1.45; }
.mww365-credentials p::before { position: absolute; top: 7px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: #aeb8dc; content: ""; }
.mww365-story blockquote { max-width: 760px; margin: 40px 0 0; border-left: 4px solid var(--mww365-soft); padding: 4px 0 4px 27px; color: #324f79; font-size: clamp(21px, 1.9vw, 27px); font-weight: 550; font-style: italic; line-height: 1.48; }
.mww365-bio { display: grid; max-width: 760px; margin-top: 39px; gap: 20px; }
.mww365-bio p { margin: 0; color: #4f5f75; font-size: 17px; line-height: 1.72; }
.mww365-jodie-button { min-height: 50px; margin-top: 36px; }

.mww365-closing { position: relative; overflow: hidden; background: var(--mww365-blue); padding: clamp(86px, 9vw, 132px) 34px; color: #fff; }
.mww365-closing::before { position: absolute; top: -255px; right: -170px; width: 520px; height: 520px; border: 1px solid rgb(255 255 255 / 15%); border-radius: 50%; box-shadow: 0 0 0 66px rgb(255 255 255 / 4%), 0 0 0 132px rgb(255 255 255 / 3%); content: ""; }
.mww365-closing-inner { position: relative; width: min(100%, 940px); margin: 0 auto; text-align: center; }
.mww365-closing .mww365-eyebrow { color: #cbd3ea; }
.mww365-closing h2 { margin: 0; color: #fff; font-size: clamp(42px, 5vw, 70px); font-weight: 650; letter-spacing: -.045em; line-height: 1.03; }
.mww365-closing-inner > p:last-of-type { max-width: 690px; margin: 27px auto 0; color: #e1e6f3; font-size: clamp(17px, 1.4vw, 20px); line-height: 1.62; }
.mww365-closing-actions { display: flex; margin-top: 37px; align-items: center; justify-content: center; gap: 22px; }
.mww365-closing-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 1px solid #fff; border-radius: 999px; background: #fff; padding: 0 26px; color: var(--mww365-blue) !important; box-shadow: 0 14px 34px rgb(7 23 48 / 26%); font-size: 15px; font-weight: 700; }
.mww365-closing-button:hover { border-color: #eef0f7; background: #eef0f7; color: #0e315f !important; }
.mww365-closing-portal { color: #fff !important; font-size: 15px; font-weight: 650; }
.mww365-closing-portal:hover { color: #dce3f4 !important; }

.mww365-footer { background: #102f5b; padding: 48px 34px 31px; color: #fff; }
.mww365-footer-inner { width: min(100%, 1320px); margin: 0 auto; }
.mww365-footer-brand-row,
.mww365-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.mww365-footer .mww365-brand { color: #fff !important; }
.mww365-footer .mww365-brand-name { border-left-color: rgb(255 255 255 / 25%); }
.mww365-footer .mww365-brand-name span:last-child { color: #c4cee8; }
.mww365-footer-brand-row > p { margin: 0; color: #dce3f2; font-size: 14px; }
.mww365-footer-contact { margin-top: 30px; border-top: 1px solid rgb(255 255 255 / 16%); padding-top: 24px; }
.mww365-footer-contact > p:first-child { margin: 0 0 12px; color: #fff; font-size: 16px; font-weight: 650; }
.mww365-contact-links { display: flex; flex-wrap: wrap; gap: 12px 30px; }
.mww365-contact-links a { color: #e4eaf7 !important; font-size: 15px; line-height: 1.6; overflow-wrap: anywhere; text-decoration: underline; text-decoration-color: rgb(228 234 247 / 35%); text-underline-offset: 4px; }
.mww365-footer-contact .mww365-contact-note { max-width: 840px; margin: 14px 0 0; color: #c4cee3; font-size: 14px; line-height: 1.6; }
.mww365-contact-note a { color: #e4eaf7 !important; text-decoration: underline; text-underline-offset: 3px; }
.mww365-footer-contact a:hover { color: #fff !important; text-decoration-color: currentColor; }
.mww365-footer-contact a:focus-visible { outline: 2px solid #fff; outline-offset: 5px; border-radius: 2px; }
.mww365-disclaimer { max-width: 930px; margin: 38px 0 0; border-top: 1px solid rgb(255 255 255 / 14%); padding-top: 25px; color: #bdc8df; font-size: 12px; line-height: 1.65; }
.mww365-footer-bottom { margin-top: 28px; color: #aebbd5; font-size: 12px; }
.mww365-footer-bottom a { color: #dce3f2 !important; font-weight: 650; }

@media (hover: none) {
  .mww365-card-media img { opacity: .34; animation: none; }
}

@media (max-width: 1260px) {
  .mww365-desktop-nav { display: none; }
  .mww365-mobile-actions { display: flex; }
  .mww365-service-card:nth-child(n) { grid-column: span 6; }
  .mww365-skin-feature { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .mww365-nav { min-height: 70px; gap: 12px; padding: 0 15px 0 17px; }
  .mww365-brand-symbol { width: 35px; height: 35px; }
  .mww365-brand-number { font-size: 27px; }
  .mww365-brand-name { display: none; }
  .mww365-video-hero video { min-height: calc(100svh - 70px); object-position: 100% center; }
  .mww365-mobile-hero-lockup {
    position: absolute;
    z-index: 2;
    top: clamp(34px, 7svh, 68px);
    left: 20px;
    display: block;
    width: min(275px, calc(100% - 40px));
    border: 1px solid rgb(23 63 118 / 15%);
    border-radius: 20px;
    background: rgb(255 253 249 / 88%);
    padding: 17px 19px 16px;
    color: var(--mww365-blue);
    box-shadow: 0 16px 38px rgb(41 48 65 / 14%);
    backdrop-filter: blur(12px);
  }
  .mww365-mobile-lockup-mark { display: flex; align-items: center; gap: 9px; }
  .mww365-mobile-lockup-mark svg { width: 42px; height: 42px; flex: 0 0 42px; }
  .mww365-mobile-lockup-mark path { fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 3.25; }
  .mww365-mobile-lockup-mark path:nth-child(2) { stroke: var(--mww365-mid); }
  .mww365-mobile-lockup-mark path:nth-child(3), .mww365-mobile-lockup-mark circle { stroke: var(--mww365-soft); fill: var(--mww365-soft); }
  .mww365-mobile-lockup-mark span { font-size: 41px; font-weight: 720; letter-spacing: -.06em; line-height: 1; }
  .mww365-mobile-hero-lockup p { margin: 12px 0 0; border-top: 1px solid rgb(23 63 118 / 16%); padding-top: 10px; color: #4c5d78; font-size: 11px; font-weight: 700; letter-spacing: .13em; line-height: 1.55; text-transform: uppercase; }
  .mww365-mobile-hero-lockup strong { color: #536aa6; font-weight: 750; }
  .mww365-clarity { padding: 68px 22px 82px; }
  .mww365-clarity-intro { grid-template-columns: 1fr; gap: 36px; }
  .mww365-clarity-heading { padding-left: 23px; }
  .mww365-clarity h1 { font-size: clamp(39px, 11vw, 55px); }
  .mww365-clarity-details { padding-top: 0; }
  .mww365-price-grid { grid-template-columns: 1fr; }
  .mww365-price-card { border-radius: 25px; padding: 31px 25px; }
  .mww365-price-card-top { align-items: flex-start; flex-direction: column; gap: 16px; }
  .mww365-included ul { grid-template-columns: 1fr; }
  .mww365-pricing-assurances { width: 100%; align-items: flex-start; border-radius: 20px; padding: 15px 17px; }
  .mww365-pricing-assurances > span { width: 100%; }
  .mww365-services { padding: 72px 22px 86px; }
  .mww365-section-intro { grid-template-columns: 1fr; gap: 25px; }
  .mww365-service-grid { grid-template-columns: 1fr; }
  .mww365-service-card:nth-child(n) { grid-column: auto; min-height: 330px; padding: 27px 27px 30px 30px; }
  .mww365-skin-feature { grid-column: auto; }
  .mww365-skin-feature > .mww365-service-card { min-height: 430px; }
  .mww365-service-skin .mww365-card-media img { object-position: 69% center; }
  .mww365-skin-feature-copy { width: 100%; }
  .mww365-card-description { font-size: 16px; }
  .mww365-skin-options { grid-template-columns: 1fr; }
  .mww365-skin-options article { min-height: 305px; }
  .mww365-next-step { align-items: flex-start; flex-direction: column; }
  .mww365-how { scroll-margin-top: 70px; padding: 76px 16px 88px; }
  .mww365-how-inner { border-radius: 28px; padding: 58px 22px 25px; }
  .mww365-how-intro { text-align: left; }
  .mww365-how-intro > p:last-child { margin-left: 0; }
  .mww365-steps { display: block; margin-top: 58px; }
  .mww365-steps::before { top: 26px; bottom: 26px; left: 27px; width: 1px; height: auto; background: linear-gradient(180deg, transparent, #aeb7d0 8%, #aeb7d0 92%, transparent); }
  .mww365-steps li { min-height: 190px; padding: 0 0 42px 86px; text-align: left; }
  .mww365-steps li:nth-child(2)::after { top: 56px; bottom: 0; left: 25px; width: 4px; height: auto; background: linear-gradient(180deg, rgb(92 119 183 / 20%), #6f8ed3 36%, #d5b36b 62%, rgb(213 179 107 / 18%)); background-size: 100% 220%; }
  .mww365-steps li:last-child { min-height: auto; padding-bottom: 0; }
  .mww365-step-number { position: absolute; top: 0; left: 0; margin: 0; }
  .mww365-step-icon { width: 55px; height: 55px; margin: 0 0 21px; border-radius: 17px; }
  .mww365-steps p { margin-left: 0; }
  .mww365-how-next { margin-top: 64px; align-items: stretch; flex-direction: column; padding: 25px; }
  .mww365-how-next .mww365-button { width: 100%; }
  .mww365-availability { padding: 78px 22px 90px; }
  .mww365-availability-inner { grid-template-columns: 1fr; gap: 48px; }
  .mww365-map { border-radius: 22px; padding: 17px; }
  .mww365-map figcaption { align-items: flex-start; flex-direction: column; gap: 10px; }
  .mww365-jodie { scroll-margin-top: 70px; padding: 78px 22px 90px; }
  .mww365-jodie-inner { grid-template-columns: 1fr; gap: 52px; }
  .mww365-profile { position: relative; top: auto; border-radius: 26px; }
  .mww365-story blockquote { margin-top: 32px; padding-left: 21px; }
  .mww365-bio { margin-top: 32px; }
  .mww365-jodie-button { width: 100%; }
  .mww365-closing { padding: 76px 22px 82px; }
  .mww365-closing-inner { text-align: left; }
  .mww365-closing-inner > p:last-of-type { margin-left: 0; }
  .mww365-closing-actions { align-items: stretch; flex-direction: column; }
  .mww365-closing-button { width: 100%; }
  .mww365-closing-portal { text-align: center; }
  .mww365-footer { padding: 42px 22px 28px; }
  .mww365-footer-brand-row,
  .mww365-footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .mww365-button-row { flex-direction: column; }
  .mww365-button-row .mww365-button { width: 100%; }
}

/* Portrait opening: a separate responsive brand mark over the existing video. */
@media (max-width: 680px) {
  .mww365-mobile-hero-lockup {
    top: 12%; left: 50%; transform: translateX(-50%);
    width: min(340px, calc(100% - 40px));
    border: 0; border-radius: 0; padding: 20px 0;
    background: transparent; box-shadow: none; backdrop-filter: none;
    text-align: center; pointer-events: none;
    filter: drop-shadow(0 2px 2px rgb(255 253 249 / 95%));
  }
  .mww365-mobile-lockup-mark { flex-direction: column-reverse; gap: 10px; }
  .mww365-mobile-lockup-mark span { font-size: clamp(64px, 22vw, 96px); }
  .mww365-mobile-lockup-mark svg { width: 88%; height: auto; flex: none; overflow: visible; }
  .mww365-mobile-lockup-mark path {
    fill: none; stroke-width: 10; stroke-dasharray: 1; stroke-dashoffset: 0;
    transform-box: fill-box; transform-origin: center bottom;
    animation: mww365-arc-unfold 1.4s cubic-bezier(.2,.65,.3,1) both;
  }
  .mww365-mobile-lockup-mark path:nth-child(1) { animation-delay: .65s; }
  .mww365-mobile-lockup-mark path:nth-child(2) { animation-delay: .4s; }
  .mww365-mobile-lockup-mark path:nth-child(3) { fill: none; animation-delay: .15s; }
  .mww365-mobile-lockup-mark circle { stroke: none; }
  .mww365-mobile-hero-lockup p {
    border: 0; margin: 14px 0 0; padding: 0;
    color: var(--mww365-blue); font-size: clamp(13px, 3.6vw, 17px);
    letter-spacing: .12em; line-height: 1.8;
  }
  .mww365-mobile-hero-lockup strong { font-size: 1.05em; letter-spacing: .22em; }
}
@keyframes mww365-arc-unfold {
  from { opacity: 0; stroke-dashoffset: 1; transform: scaleY(.15); }
  to { opacity: 1; stroke-dashoffset: 0; transform: scaleY(1); }
}
@media (prefers-reduced-motion: reduce) {
  .mww365-mobile-lockup-mark path { animation: none; }
  .mww365-video-hero video { display: none; }
  .mww365-video-hero { min-height: calc(100svh - 82px); background: #eae4da url("365-hero-poster.png") center / cover no-repeat; }
  .mww365-card-media img { animation: none; transform: scale(1.06); }
  .mww365-steps li:nth-child(2)::after,
  .mww365-step-delivery p { animation: none; }
  .mww365-root *, .mww365-root *::before, .mww365-root *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
