.page-header {
display: none;
}
.xpo348-page,
.xpo348-page * ,
.xpo348-page *::before,
.xpo348-page *::after {
box-sizing: border-box;
}
.xpo348-page {
–xpo348-ink: #1c2b2e;
–xpo348-ink-soft: #625a53;
–xpo348-border: #ddd0c4;
–xpo348-cream: var(–xpo348-surface, #fdfcfa);
–xpo348-focus: #005fcc;
position: relative;
margin: clamp(28px, 5vw, 56px) 0;
padding: 0 max(20px, env(safe-area-inset-right)) 0 max(20px, env(safe-area-inset-left));
background: var(–xpo348-shell-gradient);
color: var(–xpo348-ink);
font-family: ‘Space Grotesk’, system-ui, sans-serif;
overflow-x: clip;
}
.xpo348-page a,
.xpo348-page button {
touch-action: manipulation;
-webkit-tap-highlight-color: rgba(196, 145, 58, 0.16);
}
.xpo348-page a:focus-visible,
.xpo348-page button:focus-visible,
.xpo348-page [tabindex]:focus-visible {
outline: 3px solid var(–xpo348-focus);
outline-offset: 3px;
}
.xpo348-page a:hover {
text-decoration-thickness: 2px;
}
.xpo348-shell {
width: min(1120px, 100%);
margin: 0 auto;
display: grid;
gap: clamp(28px, 4vw, 48px);
}
.xpo348-skip {
position: absolute;
left: 20px;
top: 16px;
z-index: 20;
padding: 11px 16px;
border-radius: 999px;
background: #ffffff;
color: var(–xpo348-ink);
text-decoration: none;
font-size: 0.95rem;
font-weight: 700;
box-shadow: 0 12px 28px rgba(28, 43, 46, 0.18);
transform: translateY(-180%);
transition: transform 160ms ease;
}
.xpo348-skip:focus-visible {
transform: translateY(0);
}
.xpo348-stage {
scroll-margin-top: 112px;
}
.xpo348-hero {
position: relative;
display: grid;
gap: 22px;
padding: clamp(28px, 6vw, 48px);
border: 1px solid rgba(253, 252, 250, 0.16);
border-radius: 28px;
background: var(–xpo348-hero-gradient);
color: var(–xpo348-hero-text);
box-shadow: 0 28px 60px rgba(28, 43, 46, 0.14);
}
.xpo348-kicker {
margin: 0;
color: #f0cf8c;
letter-spacing: 0.11em;
text-transform: uppercase;
font-size: 0.82rem;
font-weight: 700;
}
.xpo348-title {
margin: 0;
max-width: 14ch;
font-family: ‘Cormorant Garamond’, Georgia, serif;
font-size: clamp(2.9rem, 5.8vw, 5rem);
line-height: 0.98;
letter-spacing: -0.01em;
text-wrap: balance;
}
.xpo348-hero .xpo348-title {
color: var(–xpo348-hero-text) !important;
}
.xpo348-lead {
margin: 0;
max-width: 56rem;
color: var(–xpo348-hero-muted);
font-size: clamp(1.05rem, 2.3vw, 1.26rem);
line-height: 1.72;
text-wrap: pretty;
}
.xpo348-actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
}
.xpo348-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 0 18px;
border-radius: 999px;
border: 1px solid transparent;
text-decoration: none;
font-weight: 700;
line-height: 1.2;
transition:
transform 160ms ease,
background-color 160ms ease,
color 160ms ease,
border-color 160ms ease,
box-shadow 160ms ease;
}
.xpo348-button:hover {
transform: translateY(-1px);
}
.xpo348-button–primary {
background: var(–xpo348-accent);
color: #fdfcfa;
box-shadow: 0 16px 28px rgba(160, 82, 45, 0.22);
}
.xpo348-button–primary:hover {
background: #7f3e1e;
}
.xpo348-button–secondary {
border-color: rgba(253, 252, 250, 0.42);
color: var(–xpo348-hero-text);
background: rgba(253, 252, 250, 0.08);
}
.xpo348-button–secondary:hover {
border-color: #f0cf8c;
background: rgba(253, 252, 250, 0.14);
}
.xpo348-highlights {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 12px;
margin: 0;
padding: 0;
list-style: none;
}
.xpo348-highlight-item {
display: flex;
align-items: flex-start;
gap: 10px;
padding: 14px 16px;
border-radius: 18px;
background: rgba(253, 252, 250, 0.09);
color: var(–xpo348-hero-text);
min-width: 0;
}
.xpo348-dot {
width: 10px;
height: 10px;
margin-top: 0.42rem;
flex: 0 0 10px;
border-radius: 999px;
background: #f0cf8c;
box-shadow: 0 0 0 4px rgba(240, 207, 140, 0.16);
}
.xpo348-section {
display: grid;
gap: 20px;
}
.xpo348-section h2 {
margin: 0;
font-family: ‘Cormorant Garamond’, Georgia, serif;
font-size: clamp(2rem, 4vw, 2.7rem);
line-height: 1.05;
text-wrap: balance;
}
.xpo348-section-heading {
display: grid;
gap: 10px;
}
.xpo348-section-heading p {
margin: 0;
max-width: 48rem;
color: var(–xpo348-ink-soft);
line-height: 1.75;
}
.xpo348-card-grid,
.xpo348-related-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}
.xpo348-card,
.xpo348-related-card {
min-width: 0;
padding: 22px;
border: 1px solid var(–xpo348-border);
border-radius: 22px;
background: #ffffff;
box-shadow: 0 14px 34px rgba(28, 43, 46, 0.06);
}
.xpo348-card h3,
.xpo348-related-card h3,
.xpo348-step h3,
.xpo348-cta-panel h2 {
margin: 0 0 10px;
color: var(–xpo348-ink);
font-size: 1.16rem;
line-height: 1.3;
text-wrap: balance;
}
.xpo348-card p,
.xpo348-related-card p,
.xpo348-step p,
.xpo348-cta-panel p {
margin: 0;
color: var(–xpo348-ink-soft);
line-height: 1.72;
}
.xpo348-steps {
display: grid;
gap: 14px;
}
.xpo348-step {
display: grid;
grid-template-columns: auto 1fr;
gap: 16px;
align-items: start;
padding: 18px 20px;
border-radius: 20px;
background: var(–xpo348-panel);
border: 1px solid rgba(28, 43, 46, 0.08);
}
.xpo348-step-count {
display: inline-flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
border-radius: 999px;
background: rgba(28, 43, 46, 0.08);
color: var(–xpo348-ink);
font-weight: 700;
font-variant-numeric: tabular-nums;
}
.xpo348-inline-link {
display: inline-flex;
margin-top: 16px;
color: var(–xpo348-accent);
font-weight: 700;
text-decoration: underline;
text-underline-offset: 0.18em;
}
.xpo348-cta-panel {
display: grid;
gap: 18px;
padding: clamp(24px, 5vw, 34px);
border-radius: 24px;
background: linear-gradient(145deg, rgba(28, 43, 46, 0.98) 0%, rgba(47, 71, 73, 0.98) 100%);
color: #fdfcfa;
box-shadow: 0 22px 48px rgba(28, 43, 46, 0.16);
}
.xpo348-cta-panel p {
color: rgba(253, 252, 250, 0.82);
max-width: 44rem;
}
.xpo348-cta-panel .xpo348-button–secondary {
background: transparent;
}
@media (max-width: 900px) {
.xpo348-highlights,
.xpo348-card-grid,
.xpo348-related-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 680px) {
.xpo348-page {
padding-left: max(16px, env(safe-area-inset-left));
padding-right: max(16px, env(safe-area-inset-right));
}
.xpo348-hero {
padding: 24px 20px;
border-radius: 22px;
}
.xpo348-actions {
flex-direction: column;
}
.xpo348-button {
width: 100%;
}
.xpo348-step {
grid-template-columns: 1fr;
}
}
@media (prefers-reduced-motion: reduce) {
.xpo348-page *,
.xpo348-page *::before,
.xpo348-page *::after {
animation: none !important;
transition-duration: 0ms !important;
scroll-behavior: auto !important;
}
}
Skip to main content
Service Scope
Market Entry & Channel Activation for Wellness Brands & Retail Networks
This route explains how XpoAura supports qualified Ayurvedic market-entry conversations with portfolio review, onboarding guidance, and channel coordination rather than broad agency-style promises.
-
Commercial review before route expansion
-
Portfolio, buyer, and market context kept aligned
-
Built to support qualified B2B follow-through
What The Service Layer Covers
This route explains how XpoAura supports qualified Ayurvedic market-entry conversations with portfolio review, onboarding guidance, and channel coordination rather than broad agency-style promises.
Portfolio Review
Conversations start with product fit, buyer profile, and market context so the next step is shaped around a real commercial brief.
Distributor Qualification
The service layer supports onboarding conversations for qualified partners who need clarity around fit, readiness, and the right live intake path.
Channel Coordination
XpoAura keeps service positioning tied to live routes across products, contact, and distributor review instead of leaving a buyer at a dead end.
How A Services Conversation Moves Forward
Each step keeps the buyer on a live commercial route with a clear next action.
01
Outline The Business Objective
Clarify whether the discussion is about market entry, channel expansion, portfolio access, or distributor qualification.
02
Match The Right Route
Use the surrounding site paths to keep the conversation aligned to product review, direct contact, or distributor intake without route drift.
03
Continue Into A Live Commercial Handoff
The primary action stays on a working enquiry route so the conversation can move into an actual follow-up instead of a static page stop.
Use these routes when the conversation needs company context, service scope, or a clearer audience-fit handoff.
Need A Service-Scope Review?
Use the contact route when you need a direct conversation about portfolio review, market-entry planning, or a buyer-side commercial discussion with XpoAura.